Exporting environment variables
Exporting CI
Exporting CLOUDSDK_CORE_DISABLE_PROMPTS
Exporting COVERALLS_AKVO_RSR_TOKEN
Exporting COVERALLS_ISCO_TOKEN
Exporting COVERALLS_NWMIS_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.37/linux.tar
toolbox/
toolbox/when
toolbox/retry
toolbox/sem-context
toolbox/test-results
toolbox/toolbox
toolbox/sem-install
toolbox/sem-semantic-release
toolbox/README.md
toolbox/sem-version
toolbox/libchecksum
toolbox/enetwork
toolbox/libcheckout
toolbox/Dockerfile.dev
toolbox/sem-service
toolbox/install-toolbox
toolbox/spc
toolbox/sem-service-check-params
toolbox/cache
toolbox/install-package
toolbox/artifact
toolbox/system-metrics-collector
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 2627
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 ae5d238 Use absolute path for k8s worker container probe commands
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.118148ms. Size: 34.2M bytes.
Unpacking '/tmp/client-fe-npm-deps-fbe553aba9c406d1727b8a031f0dbbcc-990722040'...
Unpack complete. Duration: 1.63496617s.
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
21:39:32 - 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
21:39:33 - BUILD INFO - Pulling akvo/rsr-backend-dev:c963080767f45828c31f83ca5cd25d36
docker.io/akvo/rsr-backend-dev:c963080767f45828c31f83ca5cd25d36
21:40:10 - BUILD INFO - Building akvo/rsr-backend-dev:c963080767f45828c31f83ca5cd25d36
[1A[1B[0G[?25l[+] Building 0.0s (0/0)
[?25h[1A[0G[?25l[+] Building 0.1s (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.2s
[?25h[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 0.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 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.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 0.7s (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.8s
[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.0s (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.1s
[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.3s (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.4s (6/16)
[34m => => transferring dockerfile: 1.36kB 0.0s
[0m[34m => [internal] load metadata for docker.io/library/python:3.8.1-buster 1.4s
[0m[34m => [auth] library/python:pull token for registry-1.docker.io 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 => importing cache manifest from akvo/rsr-backend-dev:c963080767f45828c3 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 166.54kB 0.0s
[0m[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 1.6s (7/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 => importing cache manifest from akvo/rsr-backend-dev:c963080767f45828c3 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 166.54kB 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.7s (7/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 => importing cache manifest from akvo/rsr-backend-dev:c963080767f45828c3 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 166.54kB 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 1.8s (7/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 => importing cache manifest from akvo/rsr-backend-dev:c963080767f45828c3 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 166.54kB 0.0s
[0m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-in 0.4s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 1.9s (7/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 => importing cache manifest from akvo/rsr-backend-dev:c963080767f45828c3 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 166.54kB 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.0s (7/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 => importing cache manifest from akvo/rsr-backend-dev:c963080767f45828c3 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 166.54kB 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.1s (7/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 => importing cache manifest from akvo/rsr-backend-dev:c963080767f45828c3 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 166.54kB 0.0s
[0m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-in 0.7s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 2.3s (7/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 => importing cache manifest from akvo/rsr-backend-dev:c963080767f45828c3 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 166.54kB 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.4s (7/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 => importing cache manifest from akvo/rsr-backend-dev:c963080767f45828c3 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 166.54kB 0.0s
[0m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-in 1.0s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 2.6s (7/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 => importing cache manifest from akvo/rsr-backend-dev:c963080767f45828c3 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 166.54kB 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.8s (7/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 => importing cache manifest from akvo/rsr-backend-dev:c963080767f45828c3 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 166.54kB 0.0s
[0m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-in 1.3s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 2.9s (7/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 => importing cache manifest from akvo/rsr-backend-dev:c963080767f45828c3 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 166.54kB 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.1s (7/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 => importing cache manifest from akvo/rsr-backend-dev:c963080767f45828c3 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 166.54kB 0.0s
[0m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-in 1.6s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 3.2s (7/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 => importing cache manifest from akvo/rsr-backend-dev:c963080767f45828c3 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 166.54kB 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.4s (7/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 => importing cache manifest from akvo/rsr-backend-dev:c963080767f45828c3 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 166.54kB 0.0s
[0m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-in 1.9s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 3.5s (7/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 => importing cache manifest from akvo/rsr-backend-dev:c963080767f45828c3 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 166.54kB 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.7s (7/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 => importing cache manifest from akvo/rsr-backend-dev:c963080767f45828c3 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 166.54kB 0.0s
[0m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-in 2.2s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 3.8s (7/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 => importing cache manifest from akvo/rsr-backend-dev:c963080767f45828c3 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 166.54kB 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.0s (7/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 => importing cache manifest from akvo/rsr-backend-dev:c963080767f45828c3 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 166.54kB 0.0s
[0m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-in 2.5s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 4.1s (7/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 => importing cache manifest from akvo/rsr-backend-dev:c963080767f45828c3 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 166.54kB 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.3s (7/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 => importing cache manifest from akvo/rsr-backend-dev:c963080767f45828c3 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 166.54kB 0.0s
[0m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-in 2.8s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 4.4s (7/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 => importing cache manifest from akvo/rsr-backend-dev:c963080767f45828c3 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 166.54kB 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.6s (7/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 => importing cache manifest from akvo/rsr-backend-dev:c963080767f45828c3 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 166.54kB 0.0s
[0m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-in 3.1s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 4.7s (7/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 => importing cache manifest from akvo/rsr-backend-dev:c963080767f45828c3 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 166.54kB 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 4.8s (7/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 => importing cache manifest from akvo/rsr-backend-dev:c963080767f45828c3 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 166.54kB 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.0s (7/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 => importing cache manifest from akvo/rsr-backend-dev:c963080767f45828c3 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 166.54kB 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.1s (7/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 => importing cache manifest from akvo/rsr-backend-dev:c963080767f45828c3 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 166.54kB 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.3s (7/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 => importing cache manifest from akvo/rsr-backend-dev:c963080767f45828c3 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 166.54kB 0.0s
[0m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-in 3.8s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 5.4s (7/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 => importing cache manifest from akvo/rsr-backend-dev:c963080767f45828c3 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 166.54kB 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.5s (7/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 => importing cache manifest from akvo/rsr-backend-dev:c963080767f45828c3 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 166.54kB 0.0s
[0m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-in 4.1s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 5.6s (7/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 => importing cache manifest from akvo/rsr-backend-dev:c963080767f45828c3 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 166.54kB 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 5.7s (7/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 => importing cache manifest from akvo/rsr-backend-dev:c963080767f45828c3 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 166.54kB 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 5.8s (7/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 => importing cache manifest from akvo/rsr-backend-dev:c963080767f45828c3 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 166.54kB 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.0s (7/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 => importing cache manifest from akvo/rsr-backend-dev:c963080767f45828c3 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 166.54kB 0.0s
[0m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-in 4.5s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 6.1s (7/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 => importing cache manifest from akvo/rsr-backend-dev:c963080767f45828c3 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 166.54kB 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.3s (7/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 => importing cache manifest from akvo/rsr-backend-dev:c963080767f45828c3 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 166.54kB 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.4s (7/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 => importing cache manifest from akvo/rsr-backend-dev:c963080767f45828c3 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 166.54kB 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.6s (7/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 => importing cache manifest from akvo/rsr-backend-dev:c963080767f45828c3 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 166.54kB 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.7s (7/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 => importing cache manifest from akvo/rsr-backend-dev:c963080767f45828c3 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 166.54kB 0.0s
[0m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-in 5.2s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 6.8s (7/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 => importing cache manifest from akvo/rsr-backend-dev:c963080767f45828c3 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 166.54kB 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.0s (7/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 => importing cache manifest from akvo/rsr-backend-dev:c963080767f45828c3 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 166.54kB 0.0s
[0m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-in 5.5s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 7.1s (7/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 => importing cache manifest from akvo/rsr-backend-dev:c963080767f45828c3 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 166.54kB 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.2s (7/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 => importing cache manifest from akvo/rsr-backend-dev:c963080767f45828c3 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 166.54kB 0.0s
[0m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-in 5.8s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 7.3s (7/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 => importing cache manifest from akvo/rsr-backend-dev:c963080767f45828c3 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 166.54kB 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.5s (7/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 => importing cache manifest from akvo/rsr-backend-dev:c963080767f45828c3 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 166.54kB 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.6s (7/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 => importing cache manifest from akvo/rsr-backend-dev:c963080767f45828c3 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 166.54kB 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 7.8s (7/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 => importing cache manifest from akvo/rsr-backend-dev:c963080767f45828c3 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 166.54kB 0.0s
[0m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-in 6.3s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 7.9s (7/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 => importing cache manifest from akvo/rsr-backend-dev:c963080767f45828c3 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 166.54kB 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.1s (7/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 => importing cache manifest from akvo/rsr-backend-dev:c963080767f45828c3 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 166.54kB 0.0s
[0m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-in 6.6s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 8.2s (7/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 => importing cache manifest from akvo/rsr-backend-dev:c963080767f45828c3 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 166.54kB 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.4s (7/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 => importing cache manifest from akvo/rsr-backend-dev:c963080767f45828c3 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 166.54kB 0.0s
[0m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-in 6.9s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 8.5s (7/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 => importing cache manifest from akvo/rsr-backend-dev:c963080767f45828c3 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 166.54kB 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.6s (7/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 => importing cache manifest from akvo/rsr-backend-dev:c963080767f45828c3 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 166.54kB 0.0s
[0m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-in 7.2s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 8.8s (7/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 => importing cache manifest from akvo/rsr-backend-dev:c963080767f45828c3 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 166.54kB 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 8.9s (7/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 => importing cache manifest from akvo/rsr-backend-dev:c963080767f45828c3 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 166.54kB 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.0s (7/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 => importing cache manifest from akvo/rsr-backend-dev:c963080767f45828c3 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 166.54kB 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.2s (7/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 => importing cache manifest from akvo/rsr-backend-dev:c963080767f45828c3 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 166.54kB 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.3s (7/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 => importing cache manifest from akvo/rsr-backend-dev:c963080767f45828c3 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 166.54kB 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.5s (7/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 => importing cache manifest from akvo/rsr-backend-dev:c963080767f45828c3 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 166.54kB 0.0s
[0m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-in 8.0s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 9.6s (7/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 => importing cache manifest from akvo/rsr-backend-dev:c963080767f45828c3 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 166.54kB 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 9.8s (7/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 => importing cache manifest from akvo/rsr-backend-dev:c963080767f45828c3 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 166.54kB 0.0s
[0m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-in 8.3s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 9.9s (7/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 => importing cache manifest from akvo/rsr-backend-dev:c963080767f45828c3 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 166.54kB 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.1s (7/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 => importing cache manifest from akvo/rsr-backend-dev:c963080767f45828c3 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 166.54kB 0.0s
[0m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-in 8.6s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 10.2s (7/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 => importing cache manifest from akvo/rsr-backend-dev:c963080767f45828c3 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 166.54kB 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.4s (7/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 => importing cache manifest from akvo/rsr-backend-dev:c963080767f45828c3 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 166.54kB 0.0s
[0m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-in 8.9s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 10.5s (7/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 => importing cache manifest from akvo/rsr-backend-dev:c963080767f45828c3 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 166.54kB 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.7s (7/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 => importing cache manifest from akvo/rsr-backend-dev:c963080767f45828c3 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 166.54kB 0.0s
[0m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-in 9.2s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 10.8s (7/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 => importing cache manifest from akvo/rsr-backend-dev:c963080767f45828c3 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 166.54kB 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 10.9s (7/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 => importing cache manifest from akvo/rsr-backend-dev:c963080767f45828c3 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 166.54kB 0.0s
[0m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-in 9.5s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 11.0s (7/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 => importing cache manifest from akvo/rsr-backend-dev:c963080767f45828c3 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 166.54kB 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.2s (7/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 => importing cache manifest from akvo/rsr-backend-dev:c963080767f45828c3 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 166.54kB 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.3s (7/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 => importing cache manifest from akvo/rsr-backend-dev:c963080767f45828c3 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 166.54kB 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.5s (7/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 => importing cache manifest from akvo/rsr-backend-dev:c963080767f45828c3 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 166.54kB 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.6s (7/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 => importing cache manifest from akvo/rsr-backend-dev:c963080767f45828c3 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 166.54kB 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 11.8s (7/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 => importing cache manifest from akvo/rsr-backend-dev:c963080767f45828c3 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 166.54kB 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 11.9s (7/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 => importing cache manifest from akvo/rsr-backend-dev:c963080767f45828c3 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 166.54kB 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.1s (7/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 => importing cache manifest from akvo/rsr-backend-dev:c963080767f45828c3 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 166.54kB 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.2s (7/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 => importing cache manifest from akvo/rsr-backend-dev:c963080767f45828c3 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 166.54kB 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.4s (7/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 => importing cache manifest from akvo/rsr-backend-dev:c963080767f45828c3 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 166.54kB 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.5s (7/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 => importing cache manifest from akvo/rsr-backend-dev:c963080767f45828c3 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 166.54kB 0.0s
[0m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 11.1s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 12.7s (7/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 => importing cache manifest from akvo/rsr-backend-dev:c963080767f45828c3 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 166.54kB 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 12.8s (7/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 => importing cache manifest from akvo/rsr-backend-dev:c963080767f45828c3 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 166.54kB 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.0s (7/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 => importing cache manifest from akvo/rsr-backend-dev:c963080767f45828c3 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 166.54kB 0.0s
[0m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 11.5s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 13.1s (7/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 => importing cache manifest from akvo/rsr-backend-dev:c963080767f45828c3 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 166.54kB 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.3s (7/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 => importing cache manifest from akvo/rsr-backend-dev:c963080767f45828c3 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 166.54kB 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.4s (7/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 => importing cache manifest from akvo/rsr-backend-dev:c963080767f45828c3 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 166.54kB 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.6s (7/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 => importing cache manifest from akvo/rsr-backend-dev:c963080767f45828c3 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 166.54kB 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 13.7s (7/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 => importing cache manifest from akvo/rsr-backend-dev:c963080767f45828c3 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 166.54kB 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 13.9s (7/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 => importing cache manifest from akvo/rsr-backend-dev:c963080767f45828c3 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 166.54kB 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.0s (7/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 => importing cache manifest from akvo/rsr-backend-dev:c963080767f45828c3 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 166.54kB 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.2s (7/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 => importing cache manifest from akvo/rsr-backend-dev:c963080767f45828c3 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 166.54kB 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.3s (7/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 => importing cache manifest from akvo/rsr-backend-dev:c963080767f45828c3 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 166.54kB 0.0s
[0m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 12.9s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 14.5s (7/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 => importing cache manifest from akvo/rsr-backend-dev:c963080767f45828c3 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 166.54kB 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.6s (7/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 => importing cache manifest from akvo/rsr-backend-dev:c963080767f45828c3 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 166.54kB 0.0s
[0m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 13.2s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 14.7s (7/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 => importing cache manifest from akvo/rsr-backend-dev:c963080767f45828c3 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 166.54kB 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 14.9s (7/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 => importing cache manifest from akvo/rsr-backend-dev:c963080767f45828c3 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 166.54kB 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.0s (7/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 => importing cache manifest from akvo/rsr-backend-dev:c963080767f45828c3 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 166.54kB 0.0s
[0m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 13.6s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 15.2s (7/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 => importing cache manifest from akvo/rsr-backend-dev:c963080767f45828c3 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 166.54kB 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.3s (7/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 => importing cache manifest from akvo/rsr-backend-dev:c963080767f45828c3 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 166.54kB 0.0s
[0m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 13.9s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 15.5s (7/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 => importing cache manifest from akvo/rsr-backend-dev:c963080767f45828c3 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 166.54kB 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.6s (7/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 => importing cache manifest from akvo/rsr-backend-dev:c963080767f45828c3 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 166.54kB 0.0s
[0m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 14.2s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 15.8s (7/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 => importing cache manifest from akvo/rsr-backend-dev:c963080767f45828c3 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 166.54kB 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 15.9s (7/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 => importing cache manifest from akvo/rsr-backend-dev:c963080767f45828c3 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 166.54kB 0.0s
[0m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 14.5s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 16.0s (7/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 => importing cache manifest from akvo/rsr-backend-dev:c963080767f45828c3 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 166.54kB 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.2s (7/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 => importing cache manifest from akvo/rsr-backend-dev:c963080767f45828c3 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 166.54kB 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.3s (7/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 => importing cache manifest from akvo/rsr-backend-dev:c963080767f45828c3 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 166.54kB 0.0s
[0m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 14.9s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 16.5s (7/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 => importing cache manifest from akvo/rsr-backend-dev:c963080767f45828c3 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 166.54kB 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.6s (7/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 => importing cache manifest from akvo/rsr-backend-dev:c963080767f45828c3 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 166.54kB 0.0s
[0m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 15.2s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 16.7s (7/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 => importing cache manifest from akvo/rsr-backend-dev:c963080767f45828c3 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 166.54kB 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 16.9s (7/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 => importing cache manifest from akvo/rsr-backend-dev:c963080767f45828c3 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 166.54kB 0.0s
[0m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 15.4s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 17.0s (7/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 => importing cache manifest from akvo/rsr-backend-dev:c963080767f45828c3 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 166.54kB 0.0s
[0m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 15.6s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 17.2s (7/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 => importing cache manifest from akvo/rsr-backend-dev:c963080767f45828c3 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 166.54kB 0.0s
[0m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 15.7s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 17.3s (7/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 => importing cache manifest from akvo/rsr-backend-dev:c963080767f45828c3 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 166.54kB 0.0s
[0m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 15.8s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 17.4s (7/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 => importing cache manifest from akvo/rsr-backend-dev:c963080767f45828c3 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 166.54kB 0.0s
[0m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 15.9s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 17.5s (7/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 => importing cache manifest from akvo/rsr-backend-dev:c963080767f45828c3 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 166.54kB 0.0s
[0m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 16.1s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 17.7s (7/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 => importing cache manifest from akvo/rsr-backend-dev:c963080767f45828c3 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 166.54kB 0.0s
[0m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 16.2s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 17.8s (7/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 => importing cache manifest from akvo/rsr-backend-dev:c963080767f45828c3 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 166.54kB 0.0s
[0m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 16.4s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 18.0s (7/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 => importing cache manifest from akvo/rsr-backend-dev:c963080767f45828c3 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 166.54kB 0.0s
[0m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 16.5s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 18.1s (7/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 => importing cache manifest from akvo/rsr-backend-dev:c963080767f45828c3 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 166.54kB 0.0s
[0m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 16.7s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 18.3s (7/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 => importing cache manifest from akvo/rsr-backend-dev:c963080767f45828c3 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 166.54kB 0.0s
[0m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 16.8s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 18.4s (7/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 => importing cache manifest from akvo/rsr-backend-dev:c963080767f45828c3 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 166.54kB 0.0s
[0m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 17.0s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 18.6s (7/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 => importing cache manifest from akvo/rsr-backend-dev:c963080767f45828c3 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 166.54kB 0.0s
[0m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 17.1s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 18.7s (7/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 => importing cache manifest from akvo/rsr-backend-dev:c963080767f45828c3 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 166.54kB 0.0s
[0m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 17.3s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 18.8s (7/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 => importing cache manifest from akvo/rsr-backend-dev:c963080767f45828c3 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 166.54kB 0.0s
[0m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 17.4s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 19.0s (7/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 => importing cache manifest from akvo/rsr-backend-dev:c963080767f45828c3 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 166.54kB 0.0s
[0m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 17.5s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 19.1s (7/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 => importing cache manifest from akvo/rsr-backend-dev:c963080767f45828c3 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 166.54kB 0.0s
[0m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 17.7s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 19.3s (8/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 => importing cache manifest from akvo/rsr-backend-dev:c963080767f45828c3 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 166.54kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 17.7s
[0m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 0.1s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 19.4s (8/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 => importing cache manifest from akvo/rsr-backend-dev:c963080767f45828c3 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 166.54kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 17.7s
[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 19.6s (8/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 => importing cache manifest from akvo/rsr-backend-dev:c963080767f45828c3 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 166.54kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 17.7s
[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 19.7s (8/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 => importing cache manifest from akvo/rsr-backend-dev:c963080767f45828c3 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 166.54kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 17.7s
[0m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 0.5s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 19.9s (8/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 => importing cache manifest from akvo/rsr-backend-dev:c963080767f45828c3 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 166.54kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 17.7s
[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 20.0s (8/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 => importing cache manifest from akvo/rsr-backend-dev:c963080767f45828c3 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 166.54kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 17.7s
[0m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 0.8s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 20.2s (8/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 => importing cache manifest from akvo/rsr-backend-dev:c963080767f45828c3 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 166.54kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 17.7s
[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 20.3s (8/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 => importing cache manifest from akvo/rsr-backend-dev:c963080767f45828c3 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 166.54kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 17.7s
[0m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 1.1s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 20.5s (8/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 => importing cache manifest from akvo/rsr-backend-dev:c963080767f45828c3 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 166.54kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 17.7s
[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 20.6s (8/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 => importing cache manifest from akvo/rsr-backend-dev:c963080767f45828c3 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 166.54kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 17.7s
[0m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 1.4s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 20.8s (8/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 => importing cache manifest from akvo/rsr-backend-dev:c963080767f45828c3 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 166.54kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 17.7s
[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 20.9s (8/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 => importing cache manifest from akvo/rsr-backend-dev:c963080767f45828c3 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 166.54kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 17.7s
[0m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 1.7s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 21.1s (8/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 => importing cache manifest from akvo/rsr-backend-dev:c963080767f45828c3 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 166.54kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 17.7s
[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 21.2s (8/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 => importing cache manifest from akvo/rsr-backend-dev:c963080767f45828c3 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 166.54kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 17.7s
[0m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 2.0s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 21.4s (8/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 => importing cache manifest from akvo/rsr-backend-dev:c963080767f45828c3 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 166.54kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 17.7s
[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 21.5s (8/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 => importing cache manifest from akvo/rsr-backend-dev:c963080767f45828c3 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 166.54kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 17.7s
[0m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 2.3s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 21.7s (8/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 => importing cache manifest from akvo/rsr-backend-dev:c963080767f45828c3 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 166.54kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 17.7s
[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 21.8s (8/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 => importing cache manifest from akvo/rsr-backend-dev:c963080767f45828c3 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 166.54kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 17.7s
[0m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 2.6s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 22.0s (8/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 => importing cache manifest from akvo/rsr-backend-dev:c963080767f45828c3 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 166.54kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 17.7s
[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 22.1s (8/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 => importing cache manifest from akvo/rsr-backend-dev:c963080767f45828c3 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 166.54kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 17.7s
[0m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 2.9s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 22.3s (8/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 => importing cache manifest from akvo/rsr-backend-dev:c963080767f45828c3 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 166.54kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 17.7s
[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 22.4s (8/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 => importing cache manifest from akvo/rsr-backend-dev:c963080767f45828c3 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 166.54kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 17.7s
[0m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 3.2s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 22.6s (8/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 => importing cache manifest from akvo/rsr-backend-dev:c963080767f45828c3 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 166.54kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 17.7s
[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 22.7s (8/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 => importing cache manifest from akvo/rsr-backend-dev:c963080767f45828c3 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 166.54kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 17.7s
[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 22.8s (8/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 => importing cache manifest from akvo/rsr-backend-dev:c963080767f45828c3 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 166.54kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 17.7s
[0m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 3.6s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 23.0s (8/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 => importing cache manifest from akvo/rsr-backend-dev:c963080767f45828c3 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 166.54kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 17.7s
[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 23.1s (8/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 => importing cache manifest from akvo/rsr-backend-dev:c963080767f45828c3 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 166.54kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 17.7s
[0m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 3.9s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 23.3s (8/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 => importing cache manifest from akvo/rsr-backend-dev:c963080767f45828c3 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 166.54kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 17.7s
[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 23.4s (8/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 => importing cache manifest from akvo/rsr-backend-dev:c963080767f45828c3 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 166.54kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 17.7s
[0m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 4.2s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 23.6s (8/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 => importing cache manifest from akvo/rsr-backend-dev:c963080767f45828c3 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 166.54kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 17.7s
[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 23.7s (8/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 => importing cache manifest from akvo/rsr-backend-dev:c963080767f45828c3 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 166.54kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 17.7s
[0m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 4.5s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 23.9s (8/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 => importing cache manifest from akvo/rsr-backend-dev:c963080767f45828c3 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 166.54kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 17.7s
[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 24.0s (8/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 => importing cache manifest from akvo/rsr-backend-dev:c963080767f45828c3 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 166.54kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 17.7s
[0m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 4.8s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 24.2s (8/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 => importing cache manifest from akvo/rsr-backend-dev:c963080767f45828c3 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 166.54kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 17.7s
[0m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.0s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 24.3s (8/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 => importing cache manifest from akvo/rsr-backend-dev:c963080767f45828c3 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 166.54kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 17.7s
[0m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.1s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 24.5s (8/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 => importing cache manifest from akvo/rsr-backend-dev:c963080767f45828c3 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 166.54kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 17.7s
[0m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.3s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 24.6s (9/16)
[34m => => sha256:efdecc2e377a2438af1cf9e07286b5f7ee3f418c43b 8.36kB / 8.36kB 0.0s
[0m[34m => => sha256:1d24b4656d4df536d8fa690be572774aa84b56c0418 2.22kB / 2.22kB 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dev:c963080767f45828c3 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 166.54kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 17.7s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.3s
[0m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24. 0.1s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 24.8s (9/16)
[34m => => sha256:efdecc2e377a2438af1cf9e07286b5f7ee3f418c43b 8.36kB / 8.36kB 0.0s
[0m[34m => => sha256:1d24b4656d4df536d8fa690be572774aa84b56c0418 2.22kB / 2.22kB 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dev:c963080767f45828c3 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 166.54kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 17.7s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.3s
[0m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24. 0.3s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 24.9s (9/16)
[34m => => sha256:efdecc2e377a2438af1cf9e07286b5f7ee3f418c43b 8.36kB / 8.36kB 0.0s
[0m[34m => => sha256:1d24b4656d4df536d8fa690be572774aa84b56c0418 2.22kB / 2.22kB 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dev:c963080767f45828c3 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 166.54kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 17.7s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.3s
[0m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24. 0.4s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 25.1s (9/16)
[34m => => sha256:efdecc2e377a2438af1cf9e07286b5f7ee3f418c43b 8.36kB / 8.36kB 0.0s
[0m[34m => => sha256:1d24b4656d4df536d8fa690be572774aa84b56c0418 2.22kB / 2.22kB 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dev:c963080767f45828c3 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 166.54kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 17.7s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.3s
[0m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24. 0.6s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 25.2s (9/16)
[34m => => sha256:efdecc2e377a2438af1cf9e07286b5f7ee3f418c43b 8.36kB / 8.36kB 0.0s
[0m[34m => => sha256:1d24b4656d4df536d8fa690be572774aa84b56c0418 2.22kB / 2.22kB 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dev:c963080767f45828c3 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 166.54kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 17.7s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.3s
[0m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24. 0.7s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 25.4s (9/16)
[34m => => sha256:efdecc2e377a2438af1cf9e07286b5f7ee3f418c43b 8.36kB / 8.36kB 0.0s
[0m[34m => => sha256:1d24b4656d4df536d8fa690be572774aa84b56c0418 2.22kB / 2.22kB 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dev:c963080767f45828c3 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 166.54kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 17.7s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.3s
[0m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24. 0.9s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 25.5s (9/16)
[34m => => sha256:efdecc2e377a2438af1cf9e07286b5f7ee3f418c43b 8.36kB / 8.36kB 0.0s
[0m[34m => => sha256:1d24b4656d4df536d8fa690be572774aa84b56c0418 2.22kB / 2.22kB 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dev:c963080767f45828c3 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 166.54kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 17.7s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.3s
[0m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24. 1.0s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 25.7s (9/16)
[34m => => sha256:efdecc2e377a2438af1cf9e07286b5f7ee3f418c43b 8.36kB / 8.36kB 0.0s
[0m[34m => => sha256:1d24b4656d4df536d8fa690be572774aa84b56c0418 2.22kB / 2.22kB 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dev:c963080767f45828c3 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 166.54kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 17.7s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.3s
[0m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24. 1.2s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 25.8s (9/16)
[34m => => sha256:efdecc2e377a2438af1cf9e07286b5f7ee3f418c43b 8.36kB / 8.36kB 0.0s
[0m[34m => => sha256:1d24b4656d4df536d8fa690be572774aa84b56c0418 2.22kB / 2.22kB 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dev:c963080767f45828c3 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 166.54kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 17.7s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.3s
[0m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24. 1.3s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 26.0s (9/16)
[34m => => sha256:efdecc2e377a2438af1cf9e07286b5f7ee3f418c43b 8.36kB / 8.36kB 0.0s
[0m[34m => => sha256:1d24b4656d4df536d8fa690be572774aa84b56c0418 2.22kB / 2.22kB 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dev:c963080767f45828c3 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 166.54kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 17.7s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.3s
[0m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24. 1.5s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 26.1s (9/16)
[34m => => sha256:efdecc2e377a2438af1cf9e07286b5f7ee3f418c43b 8.36kB / 8.36kB 0.0s
[0m[34m => => sha256:1d24b4656d4df536d8fa690be572774aa84b56c0418 2.22kB / 2.22kB 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dev:c963080767f45828c3 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 166.54kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 17.7s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.3s
[0m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24. 1.6s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 26.3s (9/16)
[34m => => sha256:efdecc2e377a2438af1cf9e07286b5f7ee3f418c43b 8.36kB / 8.36kB 0.0s
[0m[34m => => sha256:1d24b4656d4df536d8fa690be572774aa84b56c0418 2.22kB / 2.22kB 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dev:c963080767f45828c3 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 166.54kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 17.7s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.3s
[0m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24. 1.8s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 26.4s (9/16)
[34m => => sha256:efdecc2e377a2438af1cf9e07286b5f7ee3f418c43b 8.36kB / 8.36kB 0.0s
[0m[34m => => sha256:1d24b4656d4df536d8fa690be572774aa84b56c0418 2.22kB / 2.22kB 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dev:c963080767f45828c3 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 166.54kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 17.7s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.3s
[0m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24. 1.9s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 26.6s (9/16)
[34m => => sha256:efdecc2e377a2438af1cf9e07286b5f7ee3f418c43b 8.36kB / 8.36kB 0.0s
[0m[34m => => sha256:1d24b4656d4df536d8fa690be572774aa84b56c0418 2.22kB / 2.22kB 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dev:c963080767f45828c3 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 166.54kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 17.7s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.3s
[0m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24. 2.1s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 26.7s (10/16)
[34m => => sha256:1d24b4656d4df536d8fa690be572774aa84b56c0418 2.22kB / 2.22kB 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dev:c963080767f45828c3 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 166.54kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 17.7s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.3s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24. 2.1s
[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 26.9s (10/16)
[34m => => sha256:1d24b4656d4df536d8fa690be572774aa84b56c0418 2.22kB / 2.22kB 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dev:c963080767f45828c3 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 166.54kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 17.7s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.3s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24. 2.1s
[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 27.0s (11/16)
[34m => => sha256:1d24b4656d4df536d8fa690be572774aa84b56c0418 2.22kB / 2.22kB 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dev:c963080767f45828c3 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 166.54kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 17.7s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.3s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24. 2.1s
[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 27.2s (13/16)
[34m => => transferring context: 166.54kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 17.7s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.3s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24. 2.1s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/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 27.3s (13/16)
[34m => => transferring context: 166.54kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 17.7s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.3s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24. 2.1s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/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 27.5s (13/16)
[34m => => transferring context: 166.54kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 17.7s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.3s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24. 2.1s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/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 27.6s (13/16)
[34m => => transferring context: 166.54kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 17.7s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.3s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24. 2.1s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/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 27.8s (13/16)
[34m => => transferring context: 166.54kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 17.7s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.3s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24. 2.1s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/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 27.9s (13/16)
[34m => => transferring context: 166.54kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 17.7s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.3s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24. 2.1s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/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 28.1s (13/16)
[34m => => transferring context: 166.54kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 17.7s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.3s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24. 2.1s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/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 28.2s (13/16)
[34m => => transferring context: 166.54kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 17.7s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.3s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24. 2.1s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/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 28.4s (13/16)
[34m => => transferring context: 166.54kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 17.7s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.3s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24. 2.1s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/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 28.5s (13/16)
[34m => => transferring context: 166.54kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 17.7s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.3s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24. 2.1s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/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 28.6s (13/16)
[34m => => transferring context: 166.54kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 17.7s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.3s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24. 2.1s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/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.6s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 28.7s (13/16)
[34m => => transferring context: 166.54kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 17.7s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.3s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24. 2.1s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/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 28.9s (13/16)
[34m => => transferring context: 166.54kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 17.7s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.3s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24. 2.1s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/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 29.0s (13/16)
[34m => => transferring context: 166.54kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 17.7s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.3s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24. 2.1s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/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 29.2s (13/16)
[34m => => transferring context: 166.54kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 17.7s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.3s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24. 2.1s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/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 29.3s (13/16)
[34m => => transferring context: 166.54kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 17.7s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.3s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24. 2.1s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/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 29.5s (13/16)
[34m => => transferring context: 166.54kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 17.7s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.3s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24. 2.1s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/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 29.6s (13/16)
[34m => => transferring context: 166.54kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 17.7s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.3s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24. 2.1s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/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 29.8s (13/16)
[34m => => transferring context: 166.54kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 17.7s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.3s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24. 2.1s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/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 29.9s (13/16)
[34m => => transferring context: 166.54kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 17.7s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.3s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24. 2.1s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/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 30.1s (13/16)
[34m => => transferring context: 166.54kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 17.7s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.3s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24. 2.1s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/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 30.2s (13/16)
[34m => => transferring context: 166.54kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 17.7s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.3s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24. 2.1s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/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 30.4s (13/16)
[34m => => transferring context: 166.54kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 17.7s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.3s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24. 2.1s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/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 30.5s (13/16)
[34m => => transferring context: 166.54kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 17.7s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.3s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24. 2.1s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/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 30.7s (13/16)
[34m => => transferring context: 166.54kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 17.7s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.3s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24. 2.1s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/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 30.8s (13/16)
[34m => => transferring context: 166.54kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 17.7s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.3s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24. 2.1s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/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 30.9s (13/16)
[34m => => transferring context: 166.54kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 17.7s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.3s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24. 2.1s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/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 31.1s (13/16)
[34m => => transferring context: 166.54kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 17.7s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.3s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24. 2.1s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/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.0s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 31.2s (13/16)
[34m => => transferring context: 166.54kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 17.7s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.3s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24. 2.1s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/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 31.4s (13/16)
[34m => => transferring context: 166.54kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 17.7s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.3s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24. 2.1s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/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 31.5s (13/16)
[34m => => transferring context: 166.54kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 17.7s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.3s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24. 2.1s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/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.5s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 31.6s (13/16)
[34m => => transferring context: 166.54kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 17.7s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.3s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24. 2.1s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/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 31.8s (13/16)
[34m => => transferring context: 166.54kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 17.7s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.3s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24. 2.1s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/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 31.9s (13/16)
[34m => => transferring context: 166.54kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 17.7s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.3s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24. 2.1s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/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 32.0s (13/16)
[34m => => transferring context: 166.54kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 17.7s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.3s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24. 2.1s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/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.0s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 32.1s (13/16)
[34m => => transferring context: 166.54kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 17.7s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.3s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24. 2.1s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/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 32.3s (13/16)
[34m => => transferring context: 166.54kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 17.7s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.3s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24. 2.1s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/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 32.4s (13/16)
[34m => => transferring context: 166.54kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 17.7s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.3s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24. 2.1s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/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.4s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 32.6s (13/16)
[34m => => transferring context: 166.54kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 17.7s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.3s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24. 2.1s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/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 32.7s (13/16)
[34m => => transferring context: 166.54kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 17.7s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.3s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24. 2.1s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/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 32.9s (13/16)
[34m => => transferring context: 166.54kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 17.7s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.3s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24. 2.1s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/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.8s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 33.0s (13/16)
[34m => => transferring context: 166.54kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 17.7s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.3s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24. 2.1s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/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 33.1s (13/16)
[34m => => transferring context: 166.54kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 17.7s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.3s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24. 2.1s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/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 33.3s (13/16)
[34m => => transferring context: 166.54kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 17.7s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.3s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24. 2.1s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/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 33.4s (13/16)
[34m => => transferring context: 166.54kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 17.7s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.3s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24. 2.1s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/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 33.5s (13/16)
[34m => => transferring context: 166.54kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 17.7s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.3s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24. 2.1s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/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 33.7s (13/16)
[34m => => transferring context: 166.54kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 17.7s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.3s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24. 2.1s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/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 33.8s (13/16)
[34m => => transferring context: 166.54kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 17.7s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.3s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24. 2.1s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/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.7s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 33.9s (13/16)
[34m => => transferring context: 166.54kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 17.7s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.3s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24. 2.1s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/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 34.0s (13/16)
[34m => => transferring context: 166.54kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 17.7s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.3s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24. 2.1s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/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.0s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 34.2s (13/16)
[34m => => transferring context: 166.54kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 17.7s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.3s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24. 2.1s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/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 34.3s (13/16)
[34m => => transferring context: 166.54kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 17.7s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.3s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24. 2.1s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/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 34.5s (13/16)
[34m => => transferring context: 166.54kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 17.7s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.3s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24. 2.1s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/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 34.6s (13/16)
[34m => => transferring context: 166.54kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 17.7s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.3s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24. 2.1s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/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.5s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 34.7s (13/16)
[34m => => transferring context: 166.54kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 17.7s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.3s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24. 2.1s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/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 34.8s (13/16)
[34m => => transferring context: 166.54kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 17.7s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.3s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24. 2.1s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/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 35.0s (13/16)
[34m => => transferring context: 166.54kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 17.7s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.3s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24. 2.1s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/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 35.1s (13/16)
[34m => => transferring context: 166.54kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 17.7s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.3s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24. 2.1s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/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.1s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 35.2s (13/16)
[34m => => transferring context: 166.54kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 17.7s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.3s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24. 2.1s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/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 35.4s (13/16)
[34m => => transferring context: 166.54kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 17.7s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.3s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24. 2.1s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/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 35.5s (13/16)
[34m => => transferring context: 166.54kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 17.7s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.3s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24. 2.1s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/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.4s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 35.6s (13/16)
[34m => => transferring context: 166.54kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 17.7s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.3s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24. 2.1s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/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 35.7s (13/16)
[34m => => transferring context: 166.54kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 17.7s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.3s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24. 2.1s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/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 35.9s (13/16)
[34m => => transferring context: 166.54kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 17.7s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.3s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24. 2.1s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/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 36.0s (13/16)
[34m => => transferring context: 166.54kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 17.7s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.3s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24. 2.1s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/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.0s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 36.1s (13/16)
[34m => => transferring context: 166.54kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 17.7s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.3s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24. 2.1s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/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 36.3s (13/16)
[34m => => transferring context: 166.54kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 17.7s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.3s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24. 2.1s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/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 36.4s (13/16)
[34m => => transferring context: 166.54kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 17.7s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.3s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24. 2.1s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/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.4s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 36.6s (13/16)
[34m => => transferring context: 166.54kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 17.7s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.3s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24. 2.1s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/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 36.7s (13/16)
[34m => => transferring context: 166.54kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 17.7s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.3s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24. 2.1s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/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.7s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 36.9s (13/16)
[34m => => transferring context: 166.54kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 17.7s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.3s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24. 2.1s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/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 37.0s (13/16)
[34m => => transferring context: 166.54kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 17.7s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.3s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24. 2.1s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/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 37.2s (13/16)
[34m => => transferring context: 166.54kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 17.7s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.3s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24. 2.1s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/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.1s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 37.3s (13/16)
[34m => => transferring context: 166.54kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 17.7s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.3s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24. 2.1s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/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 37.4s (13/16)
[34m => => transferring context: 166.54kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 17.7s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.3s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24. 2.1s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/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.4s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 37.6s (13/16)
[34m => => transferring context: 166.54kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 17.7s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.3s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24. 2.1s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/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 37.7s (13/16)
[34m => => transferring context: 166.54kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 17.7s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.3s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24. 2.1s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/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 37.8s (13/16)
[34m => => transferring context: 166.54kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 17.7s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.3s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24. 2.1s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/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 38.0s (13/16)
[34m => => transferring context: 166.54kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 17.7s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.3s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24. 2.1s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/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 38.1s (13/16)
[34m => => transferring context: 166.54kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 17.7s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.3s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24. 2.1s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/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.0s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 38.3s (13/16)
[34m => => transferring context: 166.54kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 17.7s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.3s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24. 2.1s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/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 38.4s (13/16)
[34m => => transferring context: 166.54kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 17.7s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.3s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24. 2.1s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/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.3s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 38.5s (13/16)
[34m => => transferring context: 166.54kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 17.7s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.3s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24. 2.1s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/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 38.7s (13/16)
[34m => => transferring context: 166.54kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 17.7s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.3s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24. 2.1s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/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.6s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 38.8s (13/16)
[34m => => transferring context: 166.54kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 17.7s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.3s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24. 2.1s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/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 38.9s (13/16)
[34m => => transferring context: 166.54kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 17.7s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.3s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24. 2.1s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/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 39.0s (13/16)
[34m => => transferring context: 166.54kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 17.7s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.3s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24. 2.1s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/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 39.1s (13/16)
[34m => => transferring context: 166.54kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 17.7s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.3s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24. 2.1s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/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 39.3s (13/16)
[34m => => transferring context: 166.54kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 17.7s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.3s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24. 2.1s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/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.2s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 39.4s (13/16)
[34m => => transferring context: 166.54kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 17.7s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.3s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24. 2.1s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/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 39.5s (13/16)
[34m => => transferring context: 166.54kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 17.7s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.3s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24. 2.1s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/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 39.7s (13/16)
[34m => => transferring context: 166.54kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 17.7s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.3s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24. 2.1s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/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 39.8s (13/16)
[34m => => transferring context: 166.54kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 17.7s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.3s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24. 2.1s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/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 40.0s (13/16)
[34m => => transferring context: 166.54kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 17.7s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.3s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24. 2.1s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/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 40.1s (13/16)
[34m => => transferring context: 166.54kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 17.7s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.3s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24. 2.1s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/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 40.2s (13/16)
[34m => => transferring context: 166.54kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 17.7s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.3s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24. 2.1s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/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 40.4s (13/16)
[34m => => transferring context: 166.54kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 17.7s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.3s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24. 2.1s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/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.3s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 40.5s (13/16)
[34m => => transferring context: 166.54kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 17.7s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.3s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24. 2.1s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/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 40.6s (13/16)
[34m => => transferring context: 166.54kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 17.7s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.3s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24. 2.1s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/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 40.7s (13/16)
[34m => => transferring context: 166.54kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 17.7s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.3s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24. 2.1s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/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 40.9s (13/16)
[34m => => transferring context: 166.54kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 17.7s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.3s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24. 2.1s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/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 41.0s (13/16)
[34m => => transferring context: 166.54kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 17.7s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.3s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24. 2.1s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/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 41.2s (13/16)
[34m => => transferring context: 166.54kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 17.7s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.3s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24. 2.1s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/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 41.3s (13/16)
[34m => => transferring context: 166.54kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 17.7s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.3s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24. 2.1s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/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 41.4s (13/16)
[34m => => transferring context: 166.54kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 17.7s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.3s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24. 2.1s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/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.3s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 41.5s (13/16)
[34m => => transferring context: 166.54kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 17.7s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.3s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24. 2.1s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/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 41.7s (13/16)
[34m => => transferring context: 166.54kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 17.7s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.3s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24. 2.1s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/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.6s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 41.8s (13/16)
[34m => => transferring context: 166.54kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 17.7s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.3s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24. 2.1s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/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 41.9s (13/16)
[34m => => transferring context: 166.54kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 17.7s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.3s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24. 2.1s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/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 42.1s (13/16)
[34m => => transferring context: 166.54kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 17.7s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.3s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24. 2.1s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/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 42.2s (13/16)
[34m => => transferring context: 166.54kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 17.7s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.3s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24. 2.1s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/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 42.3s (13/16)
[34m => => transferring context: 166.54kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 17.7s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.3s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24. 2.1s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/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 42.5s (13/16)
[34m => => transferring context: 166.54kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 17.7s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.3s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24. 2.1s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/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 42.6s (13/16)
[34m => => transferring context: 166.54kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 17.7s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.3s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24. 2.1s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/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 42.8s (13/16)
[34m => => transferring context: 166.54kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 17.7s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.3s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24. 2.1s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/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 42.9s (13/16)
[34m => => transferring context: 166.54kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 17.7s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.3s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24. 2.1s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/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 43.1s (13/16)
[34m => => transferring context: 166.54kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 17.7s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.3s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24. 2.1s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/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 43.2s (13/16)
[34m => => transferring context: 166.54kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 17.7s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.3s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24. 2.1s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/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 43.4s (13/16)
[34m => => transferring context: 166.54kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 17.7s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.3s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24. 2.1s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/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.3s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 43.5s (13/16)
[34m => => transferring context: 166.54kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 17.7s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.3s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24. 2.1s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/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 43.7s (13/16)
[34m => => transferring context: 166.54kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 17.7s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.3s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24. 2.1s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/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.6s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 43.8s (13/16)
[34m => => transferring context: 166.54kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 17.7s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.3s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24. 2.1s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/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 44.0s (13/16)
[34m => => transferring context: 166.54kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 17.7s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.3s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24. 2.1s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/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.9s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 44.1s (13/16)
[34m => => transferring context: 166.54kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 17.7s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.3s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24. 2.1s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/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 44.3s (13/16)
[34m => => transferring context: 166.54kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 17.7s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.3s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24. 2.1s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/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.2s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 44.4s (13/16)
[34m => => transferring context: 166.54kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 17.7s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.3s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24. 2.1s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/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 44.6s (13/16)
[34m => => transferring context: 166.54kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 17.7s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.3s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24. 2.1s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/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.5s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 44.7s (13/16)
[34m => => transferring context: 166.54kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 17.7s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.3s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24. 2.1s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/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 44.9s (13/16)
[34m => => transferring context: 166.54kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 17.7s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.3s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24. 2.1s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/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.8s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 45.0s (13/16)
[34m => => transferring context: 166.54kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 17.7s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.3s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24. 2.1s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/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 45.2s (13/16)
[34m => => transferring context: 166.54kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 17.7s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.3s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24. 2.1s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/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.1s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 45.3s (13/16)
[34m => => transferring context: 166.54kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 17.7s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.3s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24. 2.1s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/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 45.5s (13/16)
[34m => => transferring context: 166.54kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 17.7s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.3s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24. 2.1s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/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.4s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 45.6s (13/16)
[34m => => transferring context: 166.54kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 17.7s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.3s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24. 2.1s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/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 45.8s (13/16)
[34m => => transferring context: 166.54kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 17.7s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.3s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24. 2.1s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/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.7s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 45.9s (13/16)
[34m => => transferring context: 166.54kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 17.7s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.3s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24. 2.1s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/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 46.1s (13/16)
[34m => => transferring context: 166.54kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 17.7s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.3s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24. 2.1s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/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.0s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 46.2s (13/16)
[34m => => transferring context: 166.54kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 17.7s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.3s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24. 2.1s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/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 46.4s (13/16)
[34m => => transferring context: 166.54kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 17.7s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.3s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24. 2.1s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/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.3s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 46.5s (13/16)
[34m => => transferring context: 166.54kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 17.7s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.3s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24. 2.1s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/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 46.7s (13/16)
[34m => => transferring context: 166.54kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 17.7s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.3s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24. 2.1s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/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.6s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 46.8s (13/16)
[34m => => transferring context: 166.54kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 17.7s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.3s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24. 2.1s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/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 47.0s (13/16)
[34m => => transferring context: 166.54kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 17.7s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.3s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24. 2.1s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/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.9s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 47.1s (13/16)
[34m => => transferring context: 166.54kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 17.7s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.3s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24. 2.1s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/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 47.3s (13/16)
[34m => => transferring context: 166.54kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 17.7s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.3s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24. 2.1s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/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.2s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 47.4s (13/16)
[34m => => transferring context: 166.54kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 17.7s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.3s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24. 2.1s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/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 47.6s (13/16)
[34m => => transferring context: 166.54kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 17.7s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.3s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24. 2.1s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/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.5s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 47.7s (13/16)
[34m => => transferring context: 166.54kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 17.7s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.3s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24. 2.1s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/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 47.9s (13/16)
[34m => => transferring context: 166.54kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 17.7s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.3s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24. 2.1s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/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.8s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 48.0s (13/16)
[34m => => transferring context: 166.54kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 17.7s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.3s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24. 2.1s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/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 48.2s (13/16)
[34m => => transferring context: 166.54kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 17.7s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.3s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24. 2.1s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/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.1s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 48.3s (13/16)
[34m => => transferring context: 166.54kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 17.7s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.3s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24. 2.1s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/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 48.4s (13/16)
[34m => => transferring context: 166.54kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 17.7s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.3s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24. 2.1s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/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.4s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 48.6s (13/16)
[34m => => transferring context: 166.54kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 17.7s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.3s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24. 2.1s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/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 48.7s (13/16)
[34m => => transferring context: 166.54kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 17.7s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.3s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24. 2.1s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/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.7s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 48.9s (13/16)
[34m => => transferring context: 166.54kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 17.7s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.3s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24. 2.1s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/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 49.0s (13/16)
[34m => => transferring context: 166.54kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 17.7s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.3s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24. 2.1s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/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.0s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 49.2s (13/16)
[34m => => transferring context: 166.54kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 17.7s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.3s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24. 2.1s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/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 49.3s (13/16)
[34m => => transferring context: 166.54kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 17.7s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.3s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24. 2.1s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/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.3s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 49.4s (13/16)
[34m => => transferring context: 166.54kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 17.7s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.3s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24. 2.1s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/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 49.6s (13/16)
[34m => => transferring context: 166.54kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 17.7s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.3s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24. 2.1s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/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 49.7s (13/16)
[34m => => transferring context: 166.54kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 17.7s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.3s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24. 2.1s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/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 49.9s (13/16)
[34m => => transferring context: 166.54kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 17.7s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.3s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24. 2.1s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/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 50.0s (13/16)
[34m => => transferring context: 166.54kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 17.7s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.3s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24. 2.1s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/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 50.2s (13/16)
[34m => => transferring context: 166.54kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 17.7s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.3s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24. 2.1s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/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 50.3s (13/16)
[34m => => transferring context: 166.54kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 17.7s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.3s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24. 2.1s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/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 50.5s (13/16)
[34m => => transferring context: 166.54kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 17.7s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.3s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24. 2.1s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/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 50.6s (13/16)
[34m => => transferring context: 166.54kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 17.7s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.3s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24. 2.1s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/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 50.8s (13/16)
[34m => => transferring context: 166.54kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 17.7s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.3s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24. 2.1s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/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 50.9s (13/16)
[34m => => transferring context: 166.54kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 17.7s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.3s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24. 2.1s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/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 51.1s (13/16)
[34m => => transferring context: 166.54kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 17.7s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.3s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24. 2.1s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/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 51.2s (13/16)
[34m => => transferring context: 166.54kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 17.7s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.3s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24. 2.1s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/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 51.4s (13/16)
[34m => => transferring context: 166.54kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 17.7s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.3s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24. 2.1s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/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 51.5s (13/16)
[34m => => transferring context: 166.54kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 17.7s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.3s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24. 2.1s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/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 51.7s (13/16)
[34m => => transferring context: 166.54kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 17.7s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.3s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24. 2.1s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/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 51.8s (13/16)
[34m => => transferring context: 166.54kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 17.7s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.3s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24. 2.1s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/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 52.0s (13/16)
[34m => => transferring context: 166.54kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 17.7s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.3s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24. 2.1s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/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 52.1s (13/16)
[34m => => transferring context: 166.54kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 17.7s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.3s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24. 2.1s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/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 52.3s (13/16)
[34m => => transferring context: 166.54kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 17.7s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.3s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24. 2.1s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/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 52.4s (13/16)
[34m => => transferring context: 166.54kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 17.7s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.3s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24. 2.1s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/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 52.6s (13/16)
[34m => => transferring context: 166.54kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 17.7s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.3s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24. 2.1s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/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 52.7s (13/16)
[34m => => transferring context: 166.54kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 17.7s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.3s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24. 2.1s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/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 52.9s (13/16)
[34m => => transferring context: 166.54kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 17.7s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.3s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24. 2.1s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/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 53.0s (13/16)
[34m => => transferring context: 166.54kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 17.7s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.3s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24. 2.1s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/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 53.2s (13/16)
[34m => => transferring context: 166.54kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 17.7s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.3s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24. 2.1s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/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 53.3s (13/16)
[34m => => transferring context: 166.54kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 17.7s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.3s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24. 2.1s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/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 53.5s (13/16)
[34m => => transferring context: 166.54kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 17.7s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.3s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24. 2.1s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/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 53.6s (13/16)
[34m => => transferring context: 166.54kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 17.7s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.3s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24. 2.1s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/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 53.8s (13/16)
[34m => => transferring context: 166.54kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 17.7s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.3s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24. 2.1s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/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 53.9s (13/16)
[34m => => transferring context: 166.54kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 17.7s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.3s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24. 2.1s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/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 54.1s (13/16)
[34m => => transferring context: 166.54kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 17.7s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.3s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24. 2.1s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/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 54.2s (13/16)
[34m => => transferring context: 166.54kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 17.7s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.3s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24. 2.1s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/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 54.4s (13/16)
[34m => => transferring context: 166.54kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 17.7s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.3s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24. 2.1s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/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 54.5s (13/16)
[34m => => transferring context: 166.54kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 17.7s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.3s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24. 2.1s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/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 54.7s (13/16)
[34m => => transferring context: 166.54kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 17.7s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.3s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24. 2.1s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/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 54.8s (13/16)
[34m => => transferring context: 166.54kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 17.7s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.3s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24. 2.1s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/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.8s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 55.0s (13/16)
[34m => => transferring context: 166.54kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 17.7s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.3s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24. 2.1s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/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 55.1s (13/16)
[34m => => transferring context: 166.54kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 17.7s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.3s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24. 2.1s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/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.1s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 55.3s (13/16)
[34m => => transferring context: 166.54kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 17.7s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.3s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24. 2.1s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/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 55.4s (13/16)
[34m => => transferring context: 166.54kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 17.7s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.3s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24. 2.1s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/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.4s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 55.6s (13/16)
[34m => => transferring context: 166.54kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 17.7s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.3s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24. 2.1s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/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 55.7s (13/16)
[34m => => transferring context: 166.54kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 17.7s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.3s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24. 2.1s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/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.7s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 55.9s (13/16)
[34m => => transferring context: 166.54kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 17.7s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.3s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24. 2.1s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/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 56.0s (13/16)
[34m => => transferring context: 166.54kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 17.7s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.3s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24. 2.1s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/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.0s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 56.2s (13/16)
[34m => => transferring context: 166.54kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 17.7s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.3s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24. 2.1s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/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 56.3s (13/16)
[34m => => transferring context: 166.54kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 17.7s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.3s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24. 2.1s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/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.3s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 56.5s (13/16)
[34m => => transferring context: 166.54kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 17.7s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.3s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24. 2.1s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/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 56.6s (13/16)
[34m => => transferring context: 166.54kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 17.7s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.3s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24. 2.1s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/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.6s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 56.8s (13/16)
[34m => => transferring context: 166.54kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 17.7s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.3s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24. 2.1s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/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 56.9s (13/16)
[34m => => transferring context: 166.54kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 17.7s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.3s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24. 2.1s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/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.9s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 57.1s (13/16)
[34m => => transferring context: 166.54kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 17.7s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.3s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24. 2.1s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/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 57.2s (13/16)
[34m => => transferring context: 166.54kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 17.7s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.3s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24. 2.1s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/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.2s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 57.4s (13/16)
[34m => => transferring context: 166.54kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 17.7s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.3s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24. 2.1s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/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 57.5s (13/16)
[34m => => transferring context: 166.54kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 17.7s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.3s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24. 2.1s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/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.5s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 57.7s (13/16)
[34m => => transferring context: 166.54kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 17.7s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.3s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24. 2.1s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/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 57.8s (13/16)
[34m => => transferring context: 166.54kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 17.7s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.3s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24. 2.1s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/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.8s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 58.0s (13/16)
[34m => => transferring context: 166.54kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 17.7s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.3s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24. 2.1s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/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 58.1s (13/16)
[34m => => transferring context: 166.54kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 17.7s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.3s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24. 2.1s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/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.1s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 58.3s (13/16)
[34m => => transferring context: 166.54kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 17.7s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.3s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24. 2.1s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/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 58.4s (13/16)
[34m => => transferring context: 166.54kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 17.7s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.3s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24. 2.1s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/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.4s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 58.6s (13/16)
[34m => => transferring context: 166.54kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 17.7s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.3s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24. 2.1s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/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 58.7s (13/16)
[34m => => transferring context: 166.54kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 17.7s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.3s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24. 2.1s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/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.7s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 58.9s (13/16)
[34m => => transferring context: 166.54kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 17.7s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.3s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24. 2.1s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/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 59.0s (13/16)
[34m => => transferring context: 166.54kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 17.7s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.3s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24. 2.1s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/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.0s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 59.2s (13/16)
[34m => => transferring context: 166.54kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 17.7s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.3s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24. 2.1s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/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 59.3s (13/16)
[34m => => transferring context: 166.54kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 17.7s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.3s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24. 2.1s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/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.3s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 59.5s (13/16)
[34m => => transferring context: 166.54kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 17.7s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.3s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24. 2.1s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/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 59.6s (13/16)
[34m => => transferring context: 166.54kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 17.7s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.3s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24. 2.1s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/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.6s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 59.8s (13/16)
[34m => => transferring context: 166.54kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 17.7s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.3s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24. 2.1s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/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 59.9s (13/16)
[34m => => transferring context: 166.54kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 17.7s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.3s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24. 2.1s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/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.9s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 60.1s (13/16)
[34m => => transferring context: 166.54kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 17.7s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.3s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24. 2.1s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/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 60.2s (13/16)
[34m => => transferring context: 166.54kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 17.7s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.3s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24. 2.1s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/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.2s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 60.4s (13/16)
[34m => => transferring context: 166.54kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 17.7s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.3s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24. 2.1s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/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 60.5s (13/16)
[34m => => transferring context: 166.54kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 17.7s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.3s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24. 2.1s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/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.5s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 60.7s (13/16)
[34m => => transferring context: 166.54kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 17.7s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.3s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24. 2.1s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/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 60.8s (13/16)
[34m => => transferring context: 166.54kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 17.7s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.3s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24. 2.1s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/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.8s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 61.0s (13/16)
[34m => => transferring context: 166.54kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 17.7s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.3s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24. 2.1s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/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 61.1s (13/16)
[34m => => transferring context: 166.54kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 17.7s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.3s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24. 2.1s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/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.1s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 61.3s (13/16)
[34m => => transferring context: 166.54kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 17.7s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.3s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24. 2.1s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/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 61.4s (13/16)
[34m => => transferring context: 166.54kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 17.7s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.3s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24. 2.1s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/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.4s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 61.6s (13/16)
[34m => => transferring context: 166.54kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 17.7s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.3s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24. 2.1s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/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 61.7s (13/16)
[34m => => transferring context: 166.54kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 17.7s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.3s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24. 2.1s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/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.7s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 61.9s (13/16)
[34m => => transferring context: 166.54kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 17.7s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.3s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24. 2.1s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/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 62.0s (13/16)
[34m => => transferring context: 166.54kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 17.7s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.3s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24. 2.1s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/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 62.2s (13/16)
[34m => => transferring context: 166.54kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 17.7s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.3s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24. 2.1s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/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 62.3s (13/16)
[34m => => transferring context: 166.54kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 17.7s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.3s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24. 2.1s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/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 62.5s (13/16)
[34m => => transferring context: 166.54kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 17.7s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.3s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24. 2.1s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/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 62.6s (13/16)
[34m => => transferring context: 166.54kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 17.7s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.3s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24. 2.1s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/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 62.8s (13/16)
[34m => => transferring context: 166.54kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 17.7s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.3s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24. 2.1s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/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 62.9s (13/16)
[34m => => transferring context: 166.54kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 17.7s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.3s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24. 2.1s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/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 63.1s (13/16)
[34m => => transferring context: 166.54kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 17.7s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.3s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24. 2.1s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/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 63.2s (15/16)
[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.3s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24. 2.1s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 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 36.1s
[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 63.4s (15/16)
[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.3s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24. 2.1s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 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 36.1s
[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 63.5s (15/16)
[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.3s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24. 2.1s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 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 36.1s
[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 63.7s (15/16)
[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.3s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24. 2.1s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 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 36.1s
[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.5s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 63.8s (15/16)
[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.3s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24. 2.1s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 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 36.1s
[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 64.0s (15/16)
[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.3s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24. 2.1s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 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 36.1s
[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.8s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 64.1s (15/16)
[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.3s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24. 2.1s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 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 36.1s
[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 64.2s (15/16)
[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.3s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24. 2.1s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 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 36.1s
[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 64.3s (15/16)
[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.3s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24. 2.1s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 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 36.1s
[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 64.4s (15/16)
[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.3s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24. 2.1s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 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 36.1s
[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 64.6s (15/16)
[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.3s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24. 2.1s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 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 36.1s
[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 64.7s (15/16)
[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.3s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24. 2.1s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 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 36.1s
[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 64.8s (15/16)
[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.3s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24. 2.1s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 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 36.1s
[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 65.0s (15/16)
[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.3s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24. 2.1s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 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 36.1s
[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.8s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 65.1s (15/16)
[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.3s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24. 2.1s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 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 36.1s
[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 65.2s (15/16)
[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.3s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24. 2.1s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 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 36.1s
[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.1s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 65.4s (15/16)
[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.3s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24. 2.1s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 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 36.1s
[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 65.5s (15/16)
[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.3s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24. 2.1s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 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 36.1s
[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.4s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 65.7s (15/16)
[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.3s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24. 2.1s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 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 36.1s
[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 65.8s (15/16)
[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.3s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24. 2.1s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 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 36.1s
[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 66.0s (15/16)
[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.3s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24. 2.1s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 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 36.1s
[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.8s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 66.1s (15/16)
[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.3s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24. 2.1s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 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 36.1s
[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 66.2s (15/16)
[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.3s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24. 2.1s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 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 36.1s
[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 66.3s (15/16)
[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.3s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24. 2.1s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 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 36.1s
[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.2s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 66.4s (15/16)
[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.3s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24. 2.1s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 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 36.1s
[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 66.6s (15/16)
[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.3s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24. 2.1s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 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 36.1s
[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 66.7s (15/16)
[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.3s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24. 2.1s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 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 36.1s
[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 66.8s (15/16)
[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.3s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24. 2.1s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 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 36.1s
[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 66.9s (15/16)
[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.3s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24. 2.1s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 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 36.1s
[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 67.0s (15/16)
[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.3s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24. 2.1s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 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 36.1s
[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 67.1s (15/16)
[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.3s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24. 2.1s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 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 36.1s
[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 67.3s (15/16)
[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.3s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24. 2.1s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 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 36.1s
[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 67.4s (15/16)
[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.3s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24. 2.1s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 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 36.1s
[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 67.5s (15/16)
[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.3s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24. 2.1s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 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 36.1s
[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.3s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 67.6s (15/16)
[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.3s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24. 2.1s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 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 36.1s
[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 67.7s (15/16)
[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.3s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24. 2.1s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 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 36.1s
[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 67.8s (15/16)
[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.3s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24. 2.1s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 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 36.1s
[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 67.9s (15/16)
[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.3s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24. 2.1s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 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 36.1s
[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 68.0s (15/16)
[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.3s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24. 2.1s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 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 36.1s
[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 68.2s (15/16)
[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.3s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24. 2.1s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 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 36.1s
[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 68.3s (15/16)
[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.3s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24. 2.1s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 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 36.1s
[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 68.5s (15/16)
[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.3s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24. 2.1s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 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 36.1s
[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 68.6s (15/16)
[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.3s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24. 2.1s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 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 36.1s
[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 68.8s (15/16)
[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.3s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24. 2.1s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 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 36.1s
[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 68.9s (15/16)
[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.3s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24. 2.1s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 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 36.1s
[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 69.1s (15/16)
[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.3s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24. 2.1s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 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 36.1s
[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 69.2s (15/16)
[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.3s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24. 2.1s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 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 36.1s
[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 69.4s (15/16)
[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.3s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24. 2.1s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 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 36.1s
[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 69.5s (15/16)
[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.3s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24. 2.1s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 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 36.1s
[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 69.7s (15/16)
[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.3s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24. 2.1s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 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 36.1s
[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 69.8s (15/16)
[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.3s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24. 2.1s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 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 36.1s
[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 70.0s (15/16)
[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.3s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24. 2.1s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 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 36.1s
[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.9s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 70.1s (15/16)
[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.3s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24. 2.1s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 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 36.1s
[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 70.3s (15/16)
[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.3s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24. 2.1s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 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 36.1s
[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 70.4s (15/16)
[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.3s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24. 2.1s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 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 36.1s
[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 70.6s (15/16)
[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.3s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24. 2.1s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 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 36.1s
[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 70.7s (15/16)
[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.3s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24. 2.1s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 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 36.1s
[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 70.9s (15/16)
[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.3s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24. 2.1s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 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 36.1s
[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 71.0s (15/16)
[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.3s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24. 2.1s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 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 36.1s
[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 71.2s (15/16)
[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.3s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24. 2.1s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 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 36.1s
[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 71.3s (15/16)
[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.3s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24. 2.1s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 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 36.1s
[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 71.4s (15/16)
[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.3s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24. 2.1s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 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 36.1s
[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 71.6s (15/16)
[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.3s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24. 2.1s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 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 36.1s
[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.4s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 71.7s (15/16)
[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.3s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24. 2.1s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 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 36.1s
[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 71.9s (15/16)
[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.3s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24. 2.1s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 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 36.1s
[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.7s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 72.0s (15/16)
[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.3s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24. 2.1s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 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 36.1s
[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 72.2s (15/16)
[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.3s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24. 2.1s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 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 36.1s
[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.0s
[?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.3s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24. 2.1s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 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 36.1s
[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 72.5s (15/16)
[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.3s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24. 2.1s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 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 36.1s
[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.3s
[?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.3s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24. 2.1s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 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 36.1s
[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 72.8s (15/16)
[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.3s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24. 2.1s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 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 36.1s
[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 72.9s (15/16)
[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.3s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24. 2.1s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 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 36.1s
[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 73.1s (15/16)
[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.3s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24. 2.1s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 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 36.1s
[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.9s
[?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.3s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24. 2.1s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 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 36.1s
[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 73.4s (15/16)
[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.3s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24. 2.1s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 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 36.1s
[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.2s
[?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.3s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24. 2.1s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 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 36.1s
[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 73.7s (15/16)
[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.3s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24. 2.1s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 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 36.1s
[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.5s
[?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.3s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24. 2.1s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 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 36.1s
[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 74.0s (15/16)
[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.3s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24. 2.1s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 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 36.1s
[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.8s
[?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.3s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24. 2.1s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 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 36.1s
[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 74.3s (15/16)
[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.3s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24. 2.1s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 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 36.1s
[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.1s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 74.4s (15/16)
[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.3s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24. 2.1s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 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 36.1s
[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 74.6s (15/16)
[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.3s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24. 2.1s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 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 36.1s
[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.4s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 74.7s (15/16)
[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.3s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24. 2.1s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 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 36.1s
[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 74.9s (15/16)
[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.3s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24. 2.1s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 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 36.1s
[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.7s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 75.0s (15/16)
[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.3s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24. 2.1s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 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 36.1s
[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 75.2s (15/16)
[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.3s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24. 2.1s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 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 36.1s
[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.0s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 75.3s (15/16)
[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.3s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24. 2.1s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 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 36.1s
[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 75.5s (15/16)
[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.3s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24. 2.1s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 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 36.1s
[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.3s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 75.6s (15/16)
[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.3s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24. 2.1s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 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 36.1s
[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 75.8s (15/16)
[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.3s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24. 2.1s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 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 36.1s
[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.6s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 75.9s (15/16)
[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.3s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24. 2.1s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 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 36.1s
[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 76.1s (15/16)
[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.3s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24. 2.1s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 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 36.1s
[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.9s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 76.2s (15/16)
[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.3s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24. 2.1s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 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 36.1s
[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 76.4s (15/16)
[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.3s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24. 2.1s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 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 36.1s
[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.2s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 76.5s (15/16)
[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.3s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24. 2.1s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 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 36.1s
[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.4s
[?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.3s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24. 2.1s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 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 36.1s
[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.5s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 76.8s (15/16)
[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.3s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24. 2.1s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 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 36.1s
[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.7s
[?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.3s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24. 2.1s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 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 36.1s
[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.8s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 77.1s (15/16)
[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.3s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24. 2.1s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 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 36.1s
[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 14.0s
[?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.3s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24. 2.1s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 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 36.1s
[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 14.1s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 77.4s (15/16)
[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.3s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24. 2.1s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 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 36.1s
[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 14.3s
[?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.3s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24. 2.1s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 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 36.1s
[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 14.4s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 77.7s (15/16)
[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.3s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24. 2.1s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 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 36.1s
[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 14.6s
[?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.3s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24. 2.1s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 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 36.1s
[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 14.7s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 78.0s (15/16)
[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.3s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24. 2.1s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 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 36.1s
[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 14.9s
[?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.3s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24. 2.1s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 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 36.1s
[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 15.0s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 78.3s (15/16)
[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.3s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24. 2.1s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 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 36.1s
[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 15.2s
[?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.3s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24. 2.1s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 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 36.1s
[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 15.3s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 78.6s (15/16)
[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.3s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24. 2.1s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 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 36.1s
[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 15.5s
[?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.3s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24. 2.1s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 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 36.1s
[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 15.6s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 78.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 36.1s
[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 15.7s
[0m => exporting to image 0.1s
=> => exporting layers 0.1s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 79.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 36.1s
[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 15.7s
[0m => exporting to image 0.2s
=> => exporting layers 0.2s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 79.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 36.1s
[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 15.7s
[0m => exporting to image 0.4s
=> => exporting layers 0.4s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 79.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 36.1s
[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 15.7s
[0m => exporting to image 0.5s
=> => exporting layers 0.5s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 79.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 36.1s
[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 15.7s
[0m => exporting to image 0.7s
=> => exporting layers 0.7s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 79.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 36.1s
[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 15.7s
[0m => exporting to image 0.8s
=> => exporting layers 0.8s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 79.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 36.1s
[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 15.7s
[0m => exporting to image 1.0s
=> => exporting layers 1.0s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 80.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 36.1s
[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 15.7s
[0m => exporting to image 1.1s
=> => exporting layers 1.1s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 80.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 36.1s
[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 15.7s
[0m => exporting to image 1.3s
=> => exporting layers 1.3s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 80.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 36.1s
[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 15.7s
[0m => exporting to image 1.4s
=> => exporting layers 1.4s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 80.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 36.1s
[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 15.7s
[0m => exporting to image 1.6s
=> => exporting layers 1.6s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 80.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 36.1s
[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 15.7s
[0m => exporting to image 1.7s
=> => exporting layers 1.7s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 80.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 36.1s
[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 15.7s
[0m => exporting to image 1.9s
=> => exporting layers 1.9s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 80.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 36.1s
[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 15.7s
[0m => exporting to image 2.0s
=> => exporting layers 2.0s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 81.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 36.1s
[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 15.7s
[0m => exporting to image 2.2s
=> => exporting layers 2.2s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 81.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 36.1s
[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 15.7s
[0m => exporting to image 2.3s
=> => exporting layers 2.3s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 81.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 36.1s
[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 15.7s
[0m => exporting to image 2.5s
=> => exporting layers 2.5s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 81.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 36.1s
[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 15.7s
[0m => exporting to image 2.6s
=> => exporting layers 2.6s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 81.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 36.1s
[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 15.7s
[0m => exporting to image 2.8s
=> => exporting layers 2.8s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 81.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 36.1s
[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 15.7s
[0m => exporting to image 2.9s
=> => exporting layers 2.9s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 81.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 36.1s
[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 15.7s
[0m => exporting to image 3.1s
=> => exporting layers 3.1s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 82.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 36.1s
[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 15.7s
[0m => exporting to image 3.2s
=> => exporting layers 3.2s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 82.2s (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.4s
[0m[34m => [auth] library/python:pull token for registry-1.docker.io 0.0s
[0m[34m => [ 1/10] FROM docker.io/library/python:3.8.1-buster@sha256:3322c368377 0.0s
[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 => importing cache manifest from akvo/rsr-backend-dev:c963080767f45828c3 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 166.54kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 17.7s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.3s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24. 2.1s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 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 36.1s
[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 15.7s
[0m[34m => exporting to image 3.3s
[0m[34m => => exporting layers 3.3s
[0m[34m => => writing image sha256:e5d1b9c4dcc339424ccb766a5e3ece9a6e43a1f78478d 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[?25h21:41:32 - BUILD INFO - Pushing akvo/rsr-backend-dev:c963080767f45828c31f83ca5cd25d36 container
The push refers to repository [docker.io/akvo/rsr-backend-dev]
[1A[2K
216c88f4613e: Preparing
[1B
[1A[2K
aced16078b24: Preparing
[1B
[1A[2K
8ce859bff619: Preparing
[1B
[1A[2K
d31c5819b8cd: Preparing
[1B
[1A[2K
42274a2e1b33: Preparing
[1B
[1A[2K
c007dbcfe8fc: Preparing
[1B
[1A[2K
d2a3dc300290: Preparing
[1B
[1A[2K
49fc69719b14: Preparing
[1B
[1A[2K
836a35945cfa: 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
c007dbcfe8fc: Waiting
[13B[12A[2K
d2a3dc300290: Waiting
[12B[11A[2K
49fc69719b14: Waiting
[11B[10A[2K
836a35945cfa: Waiting
[10B[9A[2K
b6d8f557ceb3: Waiting
[9B[8A[2K
b65d30014aa7: Waiting
[8B[4A[2K
5c813a85f7f0: Waiting
[4B[7A[2K
ea9370fbf8d0: Waiting
[7B[6A[2K
a10c79771e86: Waiting
[6B[5A[2K
3f4c8c89729b: Waiting
[5B[3A[2K
bdca38f94ff0: Waiting
[3B[2A[2K
faac394a1ad3: Waiting
[2B[17A[2K
aced16078b24: Pushing 1.024kB/92.37kB
[17B[14A[2K
42274a2e1b33: Pushing 3.584kB
[14B[15A[2K
d31c5819b8cd: Pushing 1.024kB/73.83kB
[15B[15A[2K
d31c5819b8cd: Pushing 77.82kB
[15B[17A[2K
aced16078b24: Pushing 96.26kB
[17B[18A[2K
216c88f4613e: Pushing 542.7kB/108.8MB
[18B[18A[2K
216c88f4613e: Pushing 1.068MB/108.8MB
[18B[16A[2K
8ce859bff619: Pushing 551.9kB/312.1MB
[16B[18A[2K
216c88f4613e: Pushing 3.226MB/108.8MB
[18B[16A[2K
8ce859bff619: Pushing 1.08MB/312.1MB
[16B[18A[2K
216c88f4613e: Pushing 4.822MB/108.8MB
[18B[16A[2K
8ce859bff619: Pushing 2.696MB/312.1MB
[16B[18A[2K
216c88f4613e: Pushing 6.939MB/108.8MB
[18B[16A[2K
8ce859bff619: Pushing 5.396MB/312.1MB
[16B[18A[2K
216c88f4613e: Pushing 9.086MB/108.8MB
[18B[16A[2K
8ce859bff619: Pushing 8.146MB/312.1MB
[16B[18A[2K
216c88f4613e: Pushing 11.24MB/108.8MB
[18B[16A[2K
8ce859bff619: Pushing 10.83MB/312.1MB
[16B[18A[2K
216c88f4613e: Pushing 13.38MB/108.8MB
[18B[16A[2K
8ce859bff619: Pushing 14.05MB/312.1MB
[16B[18A[2K
216c88f4613e: Pushing 15.54MB/108.8MB
[18B[16A[2K
8ce859bff619: Pushing 16.72MB/312.1MB
[16B[18A[2K
216c88f4613e: Pushing 17.7MB/108.8MB
[18B[16A[2K
8ce859bff619: Pushing 19.93MB/312.1MB
[16B[18A[2K
216c88f4613e: Pushing 19.89MB/108.8MB
[18B[16A[2K
8ce859bff619: Pushing 23.11MB/312.1MB
[16B[18A[2K
216c88f4613e: Pushing 22.05MB/108.8MB
[18B[16A[2K
8ce859bff619: Pushing 26.31MB/312.1MB
[16B[16A[2K
8ce859bff619: Pushing 28.97MB/312.1MB
[16B[18A[2K
216c88f4613e: Pushing 24.19MB/108.8MB
[18B[16A[2K
8ce859bff619: Pushing 32.66MB/312.1MB
[16B[18A[2K
216c88f4613e: Pushing 26.36MB/108.8MB
[18B[15A[2K
d31c5819b8cd: Pushed
[15B[16A[2K
8ce859bff619: Pushing 35.82MB/312.1MB
[16B[18A[2K
216c88f4613e: Pushing 28.51MB/108.8MB
[18B[14A[2K
42274a2e1b33: Pushed
[14B[16A[2K
8ce859bff619: Pushing 39.5MB/312.1MB
[16B[18A[2K
216c88f4613e: Pushing 30.65MB/108.8MB
[18B[16A[2K
8ce859bff619: Pushing 42.15MB/312.1MB
[16B[18A[2K
216c88f4613e: Pushing 32.82MB/108.8MB
[18B[16A[2K
8ce859bff619: Pushing 44.84MB/312.1MB
[16B[18A[2K
216c88f4613e: Pushing 34.98MB/108.8MB
[18B[16A[2K
8ce859bff619: Pushing 47.5MB/312.1MB
[16B[18A[2K
216c88f4613e: Pushing 37.16MB/108.8MB
[18B[16A[2K
8ce859bff619: Pushing 50.14MB/312.1MB
[16B[18A[2K
216c88f4613e: Pushing 39.29MB/108.8MB
[18B[16A[2K
8ce859bff619: Pushing 52.8MB/312.1MB
[16B[18A[2K
216c88f4613e: Pushing 42.48MB/108.8MB
[18B[17A[2K
aced16078b24: Pushed
[17B[16A[2K
8ce859bff619: Pushing 55.44MB/312.1MB
[16B[18A[2K
216c88f4613e: Pushing 45.13MB/108.8MB
[18B[13A[2K
c007dbcfe8fc: Pushing 3.584kB/333.9kB
[13B[13A[2K
c007dbcfe8fc: Pushing 350.2kB
[13B[16A[2K
8ce859bff619: Pushing 58.12MB/312.1MB
[16B[18A[2K
216c88f4613e: Pushing 47.8MB/108.8MB
[18B[16A[2K
8ce859bff619: Pushing 61.34MB/312.1MB
[16B[18A[2K
216c88f4613e: Pushing 50.48MB/108.8MB
[18B[16A[2K
8ce859bff619: Pushing 64.54MB/312.1MB
[16B[18A[2K
216c88f4613e: Pushing 53.17MB/108.8MB
[18B[16A[2K
8ce859bff619: Pushing 69.44MB/312.1MB
[16B[18A[2K
216c88f4613e: Pushing 55.82MB/108.8MB
[18B[16A[2K
8ce859bff619: Pushing 74.27MB/312.1MB
[16B[18A[2K
216c88f4613e: Pushing 58.48MB/108.8MB
[18B[16A[2K
8ce859bff619: Pushing 78.06MB/312.1MB
[16B[18A[2K
216c88f4613e: Pushing 61.14MB/108.8MB
[18B[16A[2K
8ce859bff619: Pushing 83.61MB/312.1MB
[16B[12A[2K
d2a3dc300290: Pushing 547.3kB/66.35MB
[12B[11A[2K
49fc69719b14: Pushing 199.7kB/16.79MB
[11B[18A[2K
216c88f4613e: Pushing 63.79MB/108.8MB
[18B[16A[2K
8ce859bff619: Pushing 90.83MB/312.1MB
[16B[18A[2K
216c88f4613e: Pushing 65.36MB/108.8MB
[18B[16A[2K
8ce859bff619: Pushing 95.75MB/312.1MB
[16B[12A[2K
d2a3dc300290: Pushing 1.104MB/66.35MB
[12B[11A[2K
49fc69719b14: Pushing 396.3kB/16.79MB
[11B[16A[2K
8ce859bff619: Pushing 99.65MB/312.1MB
[16B[12A[2K
d2a3dc300290: Pushing 2.776MB/66.35MB
[12B[16A[2K
8ce859bff619: Pushing 104MB/312.1MB
[16B[11A[2K
49fc69719b14: Pushing 789.5kB/16.79MB
[11B[12A[2K
d2a3dc300290: Pushing 5.561MB/66.35MB
[12B[16A[2K
8ce859bff619: Pushing 108.9MB/312.1MB
[16B[12A[2K
d2a3dc300290: Pushing 8.346MB/66.35MB
[12B[11A[2K
49fc69719b14: Pushing 1.379MB/16.79MB
[11B[16A[2K
8ce859bff619: Pushing 113.8MB/312.1MB
[16B[18A[2K
216c88f4613e: Pushing 66.41MB/108.8MB
[18B[12A[2K
d2a3dc300290: Pushing 10.02MB/66.35MB
[12B[16A[2K
8ce859bff619: Pushing 118.1MB/312.1MB
[16B[11A[2K
49fc69719b14: Pushing 2.534MB/16.79MB
[11B[12A[2K
d2a3dc300290: Pushing 12.25MB/66.35MB
[12B[16A[2K
8ce859bff619: Pushing 123MB/312.1MB
[16B[11A[2K
49fc69719b14: Pushing 3.055MB/16.79MB
[11B[12A[2K
d2a3dc300290: Pushing 13.92MB/66.35MB
[12B[16A[2K
8ce859bff619: Pushing 127.3MB/312.1MB
[16B[11A[2K
49fc69719b14: Pushing 3.582MB/16.79MB
[11B[12A[2K
d2a3dc300290: Pushing 16.14MB/66.35MB
[12B[16A[2K
8ce859bff619: Pushing 131.6MB/312.1MB
[16B[11A[2K
49fc69719b14: Pushing 4.128MB/16.79MB
[11B[12A[2K
d2a3dc300290: Pushing 17.82MB/66.35MB
[12B[16A[2K
8ce859bff619: Pushing 135.9MB/312.1MB
[16B[11A[2K
49fc69719b14: Pushing 4.653MB/16.79MB
[11B[12A[2K
d2a3dc300290: Pushing 20.04MB/66.35MB
[12B[16A[2K
8ce859bff619: Pushing 140.2MB/312.1MB
[16B[18A[2K
216c88f4613e: Pushing 66.94MB/108.8MB
[18B[11A[2K
49fc69719b14: Pushing 5.002MB/16.79MB
[11B[12A[2K
d2a3dc300290: Pushing 22.27MB/66.35MB
[12B[16A[2K
8ce859bff619: Pushing 144.5MB/312.1MB
[16B[11A[2K
49fc69719b14: Pushing 5.349MB/16.79MB
[11B[12A[2K
d2a3dc300290: Pushing 24.5MB/66.35MB
[12B[16A[2K
8ce859bff619: Pushing 147.2MB/312.1MB
[16B[12A[2K
d2a3dc300290: Pushing 26.73MB/66.35MB
[12B[18A[2K
216c88f4613e: Pushing 67.47MB/108.8MB
[18B[11A[2K
49fc69719b14: Pushing 5.694MB/16.79MB
[11B[16A[2K
8ce859bff619: Pushing 149.9MB/312.1MB
[16B[12A[2K
d2a3dc300290: Pushing 28.96MB/66.35MB
[12B[16A[2K
8ce859bff619: Pushing 152.7MB/312.1MB
[16B[11A[2K
49fc69719b14: Pushing 6.061MB/16.79MB
[11B[12A[2K
d2a3dc300290: Pushing 31.74MB/66.35MB
[12B[16A[2K
8ce859bff619: Pushing 155.5MB/312.1MB
[16B[13A[2K
c007dbcfe8fc: Pushed
[13B[11A[2K
49fc69719b14: Pushing 6.398MB/16.79MB
[11B[12A[2K
d2a3dc300290: Pushing 33.97MB/66.35MB
[12B[16A[2K
8ce859bff619: Pushing 157.7MB/312.1MB
[16B[11A[2K
49fc69719b14: Pushing 6.569MB/16.79MB
[11B[16A[2K
8ce859bff619: Pushing 160.5MB/312.1MB
[16B[12A[2K
d2a3dc300290: Pushing 36.2MB/66.35MB
[12B[11A[2K
49fc69719b14: Pushing 6.742MB/16.79MB
[11B[16A[2K
8ce859bff619: Pushing 163.2MB/312.1MB
[16B[12A[2K
d2a3dc300290: Pushing 38.43MB/66.35MB
[12B[11A[2K
49fc69719b14: Pushing 7.086MB/16.79MB
[11B[16A[2K
8ce859bff619: Pushing 165.4MB/312.1MB
[16B[12A[2K
d2a3dc300290: Pushing 40.66MB/66.35MB
[12B[18A[2K
216c88f4613e: Pushing 68MB/108.8MB
[18B[11A[2K
49fc69719b14: Pushing 7.967MB/16.79MB
[11B[16A[2K
8ce859bff619: Pushing 168.1MB/312.1MB
[16B[18A[2K
216c88f4613e: Pushing 68.52MB/108.8MB
[18B[12A[2K
d2a3dc300290: Pushing 42.29MB/66.35MB
[12B[11A[2K
49fc69719b14: Pushing 9.941MB/16.79MB
[11B[16A[2K
8ce859bff619: Pushing 170.8MB/312.1MB
[16B[11A[2K
49fc69719b14: Pushing 11.76MB/16.79MB
[11B[16A[2K
8ce859bff619: Pushing 174.1MB/312.1MB
[16B[12A[2K
d2a3dc300290: Pushing 42.81MB/66.35MB
[12B[18A[2K
216c88f4613e: Pushing 69.05MB/108.8MB
[18B[11A[2K
49fc69719b14: Pushing 13.19MB/16.79MB
[11B[16A[2K
8ce859bff619: Pushing 176.8MB/312.1MB
[16B[12A[2K
d2a3dc300290: Pushing 43.34MB/66.35MB
[12B[10A[2K
836a35945cfa: Pushing 553kB/210.1MB
[10B[11A[2K
49fc69719b14: Pushing 14.44MB/16.79MB
[11B[18A[2K
216c88f4613e: Pushing 69.57MB/108.8MB
[18B[16A[2K
8ce859bff619: Pushing 179.6MB/312.1MB
[16B[12A[2K
d2a3dc300290: Pushing 44.42MB/66.35MB
[12B[11A[2K
49fc69719b14: Pushing 15.3MB/16.79MB
[11B[16A[2K
8ce859bff619: Pushing 182.3MB/312.1MB
[16B[10A[2K
836a35945cfa: Pushing 1.101MB/210.1MB
[10B[12A[2K
d2a3dc300290: Pushing 46.05MB/66.35MB
[12B[11A[2K
49fc69719b14: Pushing 15.84MB/16.79MB
[11B[16A[2K
8ce859bff619: Pushing 185.6MB/312.1MB
[16B[18A[2K
216c88f4613e: Pushing 70.1MB/108.8MB
[18B[10A[2K
836a35945cfa: Pushing 2.215MB/210.1MB
[10B[11A[2K
49fc69719b14: Pushing 16.52MB/16.79MB
[11B[16A[2K
8ce859bff619: Pushing 188.4MB/312.1MB
[16B[11A[2K
49fc69719b14: Pushing 16.72MB/16.79MB
[11B[10A[2K
836a35945cfa: Pushing 4.439MB/210.1MB
[10B[12A[2K
d2a3dc300290: Pushing 47.13MB/66.35MB
[12B[18A[2K
216c88f4613e: Pushing 70.62MB/108.8MB
[18B[16A[2K
8ce859bff619: Pushing 191.1MB/312.1MB
[16B[11A[2K
49fc69719b14: Pushing 17.26MB
[11B[10A[2K
836a35945cfa: Pushing 6.103MB/210.1MB
[10B[12A[2K
d2a3dc300290: Pushing 49.29MB/66.35MB
[12B[18A[2K
216c88f4613e: Pushing 71.16MB/108.8MB
[18B[11A[2K
49fc69719b14: Pushing 17.8MB
[11B[10A[2K
836a35945cfa: Pushing 7.774MB/210.1MB
[10B[12A[2K
d2a3dc300290: Pushing 51.44MB/66.35MB
[12B[16A[2K
8ce859bff619: Pushing 192.2MB/312.1MB
[16B[18A[2K
216c88f4613e: Pushing 72.22MB/108.8MB
[18B[16A[2K
8ce859bff619: Pushing 193.3MB/312.1MB
[16B[10A[2K
836a35945cfa: Pushing 9.445MB/210.1MB
[10B[12A[2K
d2a3dc300290: Pushing 53.01MB/66.35MB
[12B[18A[2K
216c88f4613e: Pushing 73.81MB/108.8MB
[18B[16A[2K
8ce859bff619: Pushing 194.9MB/312.1MB
[16B[18A[2K
216c88f4613e: Pushing 75.4MB/108.8MB
[18B[10A[2K
836a35945cfa: Pushing 11.09MB/210.1MB
[10B[12A[2K
d2a3dc300290: Pushing 54.07MB/66.35MB
[12B[16A[2K
8ce859bff619: Pushing 196.5MB/312.1MB
[16B[18A[2K
216c88f4613e: Pushing 77.56MB/108.8MB
[18B[10A[2K
836a35945cfa: Pushing 12.14MB/210.1MB
[10B[16A[2K
8ce859bff619: Pushing 198.7MB/312.1MB
[16B[18A[2K
216c88f4613e: Pushing 79.71MB/108.8MB
[18B[12A[2K
d2a3dc300290: Pushing 55.12MB/66.35MB
[12B[10A[2K
836a35945cfa: Pushing 13.24MB/210.1MB
[10B[16A[2K
8ce859bff619: Pushing 200.8MB/312.1MB
[16B[18A[2K
216c88f4613e: Pushing 81.31MB/108.8MB
[18B[10A[2K
836a35945cfa: Pushing 14.84MB/210.1MB
[10B[16A[2K
8ce859bff619: Pushing 203.5MB/312.1MB
[16B[12A[2K
d2a3dc300290: Pushing 55.65MB/66.35MB
[12B[18A[2K
216c88f4613e: Pushing 82.38MB/108.8MB
[18B[10A[2K
836a35945cfa: Pushing 15.37MB/210.1MB
[10B[16A[2K
8ce859bff619: Pushing 206.1MB/312.1MB
[16B[10A[2K
836a35945cfa: Pushing 17.01MB/210.1MB
[10B[18A[2K
216c88f4613e: Pushing 83.44MB/108.8MB
[18B[16A[2K
8ce859bff619: Pushing 208.9MB/312.1MB
[16B[10A[2K
836a35945cfa: Pushing 18.67MB/210.1MB
[10B[12A[2K
d2a3dc300290: Pushing 56.17MB/66.35MB
[12B[16A[2K
8ce859bff619: Pushing 212.2MB/312.1MB
[16B[10A[2K
836a35945cfa: Pushing 20.31MB/210.1MB
[10B[18A[2K
216c88f4613e: Pushing 83.96MB/108.8MB
[18B[16A[2K
8ce859bff619: Pushing 215.5MB/312.1MB
[16B[10A[2K
836a35945cfa: Pushing 22.52MB/210.1MB
[10B[16A[2K
8ce859bff619: Pushing 218.8MB/312.1MB
[16B[10A[2K
836a35945cfa: Pushing 24.74MB/210.1MB
[10B[16A[2K
8ce859bff619: Pushing 221.5MB/312.1MB
[16B[12A[2K
d2a3dc300290: Pushing 56.71MB/66.35MB
[12B[18A[2K
216c88f4613e: Pushing 84.5MB/108.8MB
[18B[10A[2K
836a35945cfa: Pushing 26.39MB/210.1MB
[10B[16A[2K
8ce859bff619: Pushing 224.7MB/312.1MB
[16B[10A[2K
836a35945cfa: Pushing 28.02MB/210.1MB
[10B[16A[2K
8ce859bff619: Pushing 227.3MB/312.1MB
[16B[18A[2K
216c88f4613e: Pushing 85.03MB/108.8MB
[18B[10A[2K
836a35945cfa: Pushing 30.22MB/210.1MB
[10B[16A[2K
8ce859bff619: Pushing 230MB/312.1MB
[16B[10A[2K
836a35945cfa: Pushing 31.87MB/210.1MB
[10B[16A[2K
8ce859bff619: Pushing 232.7MB/312.1MB
[16B[12A[2K
d2a3dc300290: Pushing 57.24MB/66.35MB
[12B[10A[2K
836a35945cfa: Pushing 33.52MB/210.1MB
[10B[18A[2K
216c88f4613e: Pushing 85.57MB/108.8MB
[18B[16A[2K
8ce859bff619: Pushing 235.4MB/312.1MB
[16B[10A[2K
836a35945cfa: Pushing 35.17MB/210.1MB
[10B[16A[2K
8ce859bff619: Pushing 238MB/312.1MB
[16B[18A[2K
216c88f4613e: Pushing 86.1MB/108.8MB
[18B[10A[2K
836a35945cfa: Pushing 36.83MB/210.1MB
[10B[16A[2K
8ce859bff619: Pushing 241.3MB/312.1MB
[16B[10A[2K
836a35945cfa: Pushing 38.49MB/210.1MB
[10B[18A[2K
216c88f4613e: Pushing 86.62MB/108.8MB
[18B[12A[2K
d2a3dc300290: Pushing 57.78MB/66.35MB
[12B[16A[2K
8ce859bff619: Pushing 244.1MB/312.1MB
[16B[10A[2K
836a35945cfa: Pushing 40.13MB/210.1MB
[10B[11A[2K
49fc69719b14: Pushed
[11B[16A[2K
8ce859bff619: Pushing 248MB/312.1MB
[16B[18A[2K
216c88f4613e: Pushing 87.68MB/108.8MB
[18B[12A[2K
d2a3dc300290: Pushing 58.31MB/66.35MB
[12B[16A[2K
8ce859bff619: Pushing 251.9MB/312.1MB
[16B[10A[2K
836a35945cfa: Pushing 42.28MB/210.1MB
[10B[18A[2K
216c88f4613e: Pushing 88.21MB/108.8MB
[18B[16A[2K
8ce859bff619: Pushing 255.8MB/312.1MB
[16B[18A[2K
216c88f4613e: Pushing 89.28MB/108.8MB
[18B[10A[2K
836a35945cfa: Pushing 43.88MB/210.1MB
[10B[16A[2K
8ce859bff619: Pushing 259.2MB/312.1MB
[16B[12A[2K
d2a3dc300290: Pushing 59.38MB/66.35MB
[12B[10A[2K
836a35945cfa: Pushing 45.51MB/210.1MB
[10B[16A[2K
8ce859bff619: Pushing 262.5MB/312.1MB
[16B[18A[2K
216c88f4613e: Pushing 90.37MB/108.8MB
[18B[10A[2K
836a35945cfa: Pushing 46.59MB/210.1MB
[10B[12A[2K
d2a3dc300290: Pushing 59.91MB/66.35MB
[12B[16A[2K
8ce859bff619: Pushing 264.7MB/312.1MB
[16B[9A[2K
b6d8f557ceb3: Layer already exists
[9B[10A[2K
836a35945cfa: Pushing 48.79MB/210.1MB
[10B[18A[2K
216c88f4613e: Pushing 91.43MB/108.8MB
[18B[16A[2K
8ce859bff619: Pushing 267MB/312.1MB
[16B[10A[2K
836a35945cfa: Pushing 51.02MB/210.1MB
[10B[16A[2K
8ce859bff619: Pushing 269.2MB/312.1MB
[16B[18A[2K
216c88f4613e: Pushing 92.51MB/108.8MB
[18B[10A[2K
836a35945cfa: Pushing 53.25MB/210.1MB
[10B[16A[2K
8ce859bff619: Pushing 271.4MB/312.1MB
[16B[18A[2K
216c88f4613e: Pushing 93.04MB/108.8MB
[18B[10A[2K
836a35945cfa: Pushing 55.48MB/210.1MB
[10B[16A[2K
8ce859bff619: Pushing 274.8MB/312.1MB
[16B[18A[2K
216c88f4613e: Pushing 93.58MB/108.8MB
[18B[12A[2K
d2a3dc300290: Pushing 60.44MB/66.35MB
[12B[10A[2K
836a35945cfa: Pushing 57.71MB/210.1MB
[10B[16A[2K
8ce859bff619: Pushing 277.4MB/312.1MB
[16B[8A[2K
b65d30014aa7: Layer already exists
[8B[10A[2K
836a35945cfa: Pushing 59.93MB/210.1MB
[10B[16A[2K
8ce859bff619: Pushing 280MB/312.1MB
[16B[18A[2K
216c88f4613e: Pushing 94.66MB/108.8MB
[18B[10A[2K
836a35945cfa: Pushing 62.16MB/210.1MB
[10B[16A[2K
8ce859bff619: Pushing 282.8MB/312.1MB
[16B[10A[2K
836a35945cfa: Pushing 64.39MB/210.1MB
[10B[18A[2K
216c88f4613e: Pushing 95.19MB/108.8MB
[18B[16A[2K
8ce859bff619: Pushing 285.5MB/312.1MB
[16B[10A[2K
836a35945cfa: Pushing 66.62MB/210.1MB
[10B[16A[2K
8ce859bff619: Pushing 288.2MB/312.1MB
[16B[10A[2K
836a35945cfa: Pushing 69.4MB/210.1MB
[10B[12A[2K
d2a3dc300290: Pushing 60.96MB/66.35MB
[12B[16A[2K
8ce859bff619: Pushing 290.9MB/312.1MB
[16B[7A[2K
ea9370fbf8d0: Layer already exists
[7B[10A[2K
836a35945cfa: Pushing 72.19MB/210.1MB
[10B[16A[2K
8ce859bff619: Pushing 294.1MB/312.1MB
[16B[18A[2K
216c88f4613e: Pushing 95.72MB/108.8MB
[18B[10A[2K
836a35945cfa: Pushing 74.42MB/210.1MB
[10B[16A[2K
8ce859bff619: Pushing 296.3MB/312.1MB
[16B[10A[2K
836a35945cfa: Pushing 76.09MB/210.1MB
[10B[12A[2K
d2a3dc300290: Pushing 61.5MB/66.35MB
[12B[16A[2K
8ce859bff619: Pushing 298.5MB/312.1MB
[16B[18A[2K
216c88f4613e: Pushing 96.81MB/108.8MB
[18B[10A[2K
836a35945cfa: Pushing 78.32MB/210.1MB
[10B[16A[2K
8ce859bff619: Pushing 300.6MB/312.1MB
[16B[10A[2K
836a35945cfa: Pushing 80.54MB/210.1MB
[10B[18A[2K
216c88f4613e: Pushing 97.88MB/108.8MB
[18B[16A[2K
8ce859bff619: Pushing 303.3MB/312.1MB
[16B[10A[2K
836a35945cfa: Pushing 83.33MB/210.1MB
[10B[6A[2K
a10c79771e86: Layer already exists
[6B[12A[2K
d2a3dc300290: Pushing 62.04MB/66.35MB
[12B[16A[2K
8ce859bff619: Pushing 305.9MB/312.1MB
[16B[18A[2K
216c88f4613e: Pushing 98.41MB/108.8MB
[18B[10A[2K
836a35945cfa: Pushing 85.56MB/210.1MB
[10B[12A[2K
d2a3dc300290: Pushing 62.57MB/66.35MB
[12B[16A[2K
8ce859bff619: Pushing 308.6MB/312.1MB
[16B[10A[2K
836a35945cfa: Pushing 87.23MB/210.1MB
[10B[18A[2K
216c88f4613e: Pushing 98.97MB/108.8MB
[18B[16A[2K
8ce859bff619: Pushing 311.3MB/312.1MB
[16B[10A[2K
836a35945cfa: Pushing 88.88MB/210.1MB
[10B[16A[2K
8ce859bff619: Pushing 314MB
[16B[18A[2K
216c88f4613e: Pushing 100MB/108.8MB
[18B[12A[2K
d2a3dc300290: Pushing 63.62MB/66.35MB
[12B[10A[2K
836a35945cfa: Pushing 90.55MB/210.1MB
[10B[5A[2K
3f4c8c89729b: Layer already exists
[5B[16A[2K
8ce859bff619: Pushing 315.6MB
[16B[10A[2K
836a35945cfa: Pushing 93.33MB/210.1MB
[10B[12A[2K
d2a3dc300290: Pushing 64.15MB/66.35MB
[12B[18A[2K
216c88f4613e: Pushing 101.6MB/108.8MB
[18B[10A[2K
836a35945cfa: Pushing 96.12MB/210.1MB
[10B[16A[2K
8ce859bff619: Pushing 316.1MB
[16B[18A[2K
216c88f4613e: Pushing 103.8MB/108.8MB
[18B[10A[2K
836a35945cfa: Pushing 99.46MB/210.1MB
[10B[12A[2K
d2a3dc300290: Pushing 64.67MB/66.35MB
[12B[16A[2K
8ce859bff619: Pushing 316.7MB
[16B[18A[2K
216c88f4613e: Pushing 105.4MB/108.8MB
[18B[10A[2K
836a35945cfa: Pushing 102.2MB/210.1MB
[10B[16A[2K
8ce859bff619: Pushing 317.8MB
[16B[18A[2K
216c88f4613e: Pushing 107.6MB/108.8MB
[18B[10A[2K
836a35945cfa: Pushing 105MB/210.1MB
[10B[12A[2K
d2a3dc300290: Pushing 65.22MB/66.35MB
[12B[18A[2K
216c88f4613e: Pushing 108.6MB/108.8MB
[18B[16A[2K
8ce859bff619: Pushing 318.8MB
[16B[12A[2K
d2a3dc300290: Pushing 65.76MB/66.35MB
[12B[10A[2K
836a35945cfa: Pushing 107.8MB/210.1MB
[10B[4A[2K
5c813a85f7f0: Layer already exists
[4B[16A[2K
8ce859bff619: Pushing 319.9MB
[16B[18A[2K
216c88f4613e: Pushing 110.3MB
[18B[10A[2K
836a35945cfa: Pushing 110.6MB/210.1MB
[10B[16A[2K
8ce859bff619: Pushing 320.9MB
[16B[12A[2K
d2a3dc300290: Pushing 66.82MB
[12B[18A[2K
216c88f4613e: Pushing 110.8MB
[18B[10A[2K
836a35945cfa: Pushing 113.4MB/210.1MB
[10B[16A[2K
8ce859bff619: Pushing 322.6MB
[16B[18A[2K
216c88f4613e: Pushing 111.3MB
[18B[10A[2K
836a35945cfa: Pushing 116.2MB/210.1MB
[10B[16A[2K
8ce859bff619: Pushing 325.3MB
[16B[12A[2K
d2a3dc300290: Pushing 67.34MB
[12B[10A[2K
836a35945cfa: Pushing 119MB/210.1MB
[10B[16A[2K
8ce859bff619: Pushing 325.4MB
[16B[18A[2K
216c88f4613e: Pushing 112.4MB
[18B[12A[2K
d2a3dc300290: Pushing 68.95MB
[12B[10A[2K
836a35945cfa: Pushing 121.7MB/210.1MB
[10B[3A[2K
bdca38f94ff0: Layer already exists
[3B[12A[2K
d2a3dc300290: Pushing 70.43MB
[12B[18A[2K
216c88f4613e: Pushing 113.4MB
[18B[10A[2K
836a35945cfa: Pushing 125.1MB/210.1MB
[10B[18A[2K
216c88f4613e: Pushing 116.1MB
[18B[10A[2K
836a35945cfa: Pushing 128.4MB/210.1MB
[10B[18A[2K
216c88f4613e: Pushing 118.2MB
[18B[10A[2K
836a35945cfa: Pushing 131.1MB/210.1MB
[10B[10A[2K
836a35945cfa: Pushing 134.3MB/210.1MB
[10B[2A[2K
faac394a1ad3: Layer already exists
[2B[10A[2K
836a35945cfa: Pushing 137.6MB/210.1MB
[10B[10A[2K
836a35945cfa: Pushing 140.8MB/210.1MB
[10B[10A[2K
836a35945cfa: Pushing 143.6MB/210.1MB
[10B[1A[2K
ce8168f12337: Layer already exists
[1B[10A[2K
836a35945cfa: Pushing 146.3MB/210.1MB
[10B[10A[2K
836a35945cfa: Pushing 149.1MB/210.1MB
[10B[10A[2K
836a35945cfa: Pushing 151.9MB/210.1MB
[10B[10A[2K
836a35945cfa: Pushing 154.6MB/210.1MB
[10B[10A[2K
836a35945cfa: Pushing 157.8MB/210.1MB
[10B[10A[2K
836a35945cfa: Pushing 160.6MB/210.1MB
[10B[10A[2K
836a35945cfa: Pushing 163.9MB/210.1MB
[10B[10A[2K
836a35945cfa: Pushing 166.7MB/210.1MB
[10B[10A[2K
836a35945cfa: Pushing 169.4MB/210.1MB
[10B[10A[2K
836a35945cfa: Pushing 171.6MB/210.1MB
[10B[10A[2K
836a35945cfa: Pushing 174.3MB/210.1MB
[10B[10A[2K
836a35945cfa: Pushing 178.6MB/210.1MB
[10B[12A[2K
d2a3dc300290: Pushed
[12B[10A[2K
836a35945cfa: Pushing 182.3MB/210.1MB
[10B[10A[2K
836a35945cfa: Pushing 186MB/210.1MB
[10B[10A[2K
836a35945cfa: Pushing 189.7MB/210.1MB
[10B[10A[2K
836a35945cfa: Pushing 194MB/210.1MB
[10B[10A[2K
836a35945cfa: Pushing 196.7MB/210.1MB
[10B[10A[2K
836a35945cfa: Pushing 199.4MB/210.1MB
[10B[10A[2K
836a35945cfa: Pushing 202.7MB/210.1MB
[10B[18A[2K
216c88f4613e: Pushed
[18B[16A[2K
8ce859bff619: Pushed
[16B[10A[2K
836a35945cfa: Pushing 205.4MB/210.1MB
[10B[10A[2K
836a35945cfa: Pushing 208MB/210.1MB
[10B[10A[2K
836a35945cfa: Pushing 212.4MB
[10B[10A[2K
836a35945cfa: Pushing 213.8MB
[10B[10A[2K
836a35945cfa: Pushed
[10Bc963080767f45828c31f83ca5cd25d36: digest: sha256:ee2c722da4957a01f94e1b749a5ae79a1c80582aaa143b7ce80592038dfe5d1b size: 4111
21:41:57 - 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 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[2A[2K
65bc431706dc: Waiting
[2B[1A[2K
fc508d65441f: Waiting
[1B[4A[2K
6a48b148dfd5: Downloading [==> ] 757B/15.09kB
[4B[4A[2K
6a48b148dfd5: Downloading [==================================================>] 15.09kB/15.09kB
[4B[4A[2K
6a48b148dfd5: Download complete
[4B[6A[2K
c9b1b535fdd9: Downloading [> ] 28.75kB/2.803MB
[6B[5A[2K
b1e93bbcd384: Downloading [==============================> ] 758B/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: Downloading [==================================================>] 2.803MB/2.803MB
[6B[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[3A[2K
542ec47b81d1: Downloading [> ] 20.54kB/1.933MB
[3B[3A[2K
542ec47b81d1: Verifying Checksum
[3B[3A[2K
542ec47b81d1: Download complete
[3B[3A[2K
542ec47b81d1: Extracting [> ] 32.77kB/1.933MB
[3B[1A[2K
fc508d65441f: Downloading [==================================================>] 121B/121B
[1B[1A[2K
fc508d65441f: Verifying Checksum
[1B[1A[2K
fc508d65441f: Download complete
[1B[3A[2K
542ec47b81d1: Extracting [==================================================>] 1.933MB/1.933MB
[3B[3A[2K
542ec47b81d1: Pull complete
[3B[2A[2K
65bc431706dc: Downloading [==================================================>] 282B/282B
[2B[2A[2K
65bc431706dc: Verifying Checksum
[2B[2A[2K
65bc431706dc: Download complete
[2B[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 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: Verifying Checksum
[1B[1A[2K
63b65145d645: Download complete
[1B[1A[2K
63b65145d645: Extracting [> ] 65.54kB/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 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[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[11A[2K
c53257162768: Waiting
[11B[10A[2K
8e4d4b2b1949: Waiting
[10B[9A[2K
55ea22033266: Waiting
[9B[12A[2K
1de39762bafa: Waiting
[12B[14A[2K
64da04b335f8: Downloading [> ] 45.09kB/4.501MB
[14B[15A[2K
6d28e14ab8c8: Downloading [> ] 229.4kB/22.51MB
[15B[13A[2K
c2c855795327: Downloading [======================================> ] 1.369kB/1.778kB
[13B[14A[2K
64da04b335f8: Downloading [====================================> ] 3.243MB/4.501MB
[14B[15A[2K
6d28e14ab8c8: Downloading [=============> ] 6.224MB/22.51MB
[15B[14A[2K
64da04b335f8: Verifying Checksum
[14B[14A[2K
64da04b335f8: Download complete
[14B[15A[2K
6d28e14ab8c8: Downloading [====================================> ] 16.34MB/22.51MB
[15B[15A[2K
6d28e14ab8c8: Verifying Checksum
[15B[15A[2K
6d28e14ab8c8: Download complete
[15B[15A[2K
6d28e14ab8c8: Extracting [> ] 229.4kB/22.51MB
[15B[13A[2K
c2c855795327: Downloading [==================================================>] 1.778kB/1.778kB
[13B[13A[2K
c2c855795327: Verifying Checksum
[13B[13A[2K
c2c855795327: Download complete
[13B[15A[2K
6d28e14ab8c8: Extracting [=====> ] 2.523MB/22.51MB
[15B[15A[2K
6d28e14ab8c8: Extracting [===============> ] 7.111MB/22.51MB
[15B[15A[2K
6d28e14ab8c8: Extracting [========================> ] 11.24MB/22.51MB
[15B[11A[2K
c53257162768: Downloading [> ] 63.13kB/6.183MB
[11B[10A[2K
8e4d4b2b1949: Downloading [> ] 4.107kB/384.9kB
[10B[11A[2K
c53257162768: Verifying Checksum
[11B[11A[2K
c53257162768: Download complete
[11B[10A[2K
8e4d4b2b1949: Downloading [==================================================>] 384.9kB/384.9kB
[10B[10A[2K
8e4d4b2b1949: Verifying Checksum
[10B[10A[2K
8e4d4b2b1949: Download complete
[10B[15A[2K
6d28e14ab8c8: Extracting [================================> ] 14.68MB/22.51MB
[15B[15A[2K
6d28e14ab8c8: Extracting [===========================================> ] 19.73MB/22.51MB
[15B[15A[2K
6d28e14ab8c8: Extracting [===============================================> ] 21.33MB/22.51MB
[15B[12A[2K
1de39762bafa: Downloading [> ] 13.69kB/1.351MB
[12B[9A[2K
55ea22033266: Downloading [==================================================>] 115B/115B
[9B[9A[2K
55ea22033266: Verifying Checksum
[9B[9A[2K
55ea22033266: Download complete
[9B[12A[2K
1de39762bafa: Downloading [===> ] 107.8kB/1.351MB
[12B[15A[2K
6d28e14ab8c8: Extracting [================================================> ] 21.79MB/22.51MB
[15B[8A[2K
59ec00a3b78e: Downloading [=======> ] 771B/5.343kB
[8B[8A[2K
59ec00a3b78e: Downloading [==================================================>] 5.343kB/5.343kB
[8B[8A[2K
59ec00a3b78e: Verifying Checksum
[8B[8A[2K
59ec00a3b78e: Download complete
[8B[15A[2K
6d28e14ab8c8: Extracting [==================================================>] 22.51MB/22.51MB
[15B[12A[2K
1de39762bafa: Downloading [============> ] 340.9kB/1.351MB
[12B[15A[2K
6d28e14ab8c8: Pull complete
[15B[14A[2K
64da04b335f8: Extracting [> ] 65.54kB/4.501MB
[14B[12A[2K
1de39762bafa: Downloading [==============================> ] 816kB/1.351MB
[12B[14A[2K
64da04b335f8: Extracting [==============================> ] 2.753MB/4.501MB
[14B[14A[2K
64da04b335f8: Extracting [==================================================>] 4.501MB/4.501MB
[14B[12A[2K
1de39762bafa: Verifying Checksum
[12B[12A[2K
1de39762bafa: Download complete
[12B[14A[2K
64da04b335f8: Pull complete
[14B[13A[2K
c2c855795327: Extracting [==================================================>] 1.778kB/1.778kB
[13B[13A[2K
c2c855795327: Extracting [==================================================>] 1.778kB/1.778kB
[13B[7A[2K
9dd651f62b16: Downloading [> ] 534.9kB/53.09MB
[7B[13A[2K
c2c855795327: Pull complete
[13B[12A[2K
1de39762bafa: Extracting [=> ] 32.77kB/1.351MB
[12B[7A[2K
9dd651f62b16: Downloading [==========> ] 10.73MB/53.09MB
[7B[6A[2K
898e17767146: Downloading [====> ] 758B/7.814kB
[6B[6A[2K
898e17767146: Downloading [==================================================>] 7.814kB/7.814kB
[6B[6A[2K
898e17767146: Verifying Checksum
[6B[6A[2K
898e17767146: Download complete
[6B[12A[2K
1de39762bafa: Extracting [==================> ] 491.5kB/1.351MB
[12B[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 [======================> ] 23.56MB/53.09MB
[7B[11A[2K
c53257162768: Extracting [===================> ] 2.425MB/6.183MB
[11B[7A[2K
9dd651f62b16: Downloading [=================================> ] 35.4MB/53.09MB
[7B[5A[2K
47464cc27b2a: Downloading [==================================================>] 130B/130B
[5B[5A[2K
47464cc27b2a: Verifying Checksum
[5B[5A[2K
47464cc27b2a: Download complete
[5B[11A[2K
c53257162768: Extracting [=============================> ] 3.604MB/6.183MB
[11B[7A[2K
9dd651f62b16: Downloading [======================================> ] 41.31MB/53.09MB
[7B[4A[2K
cb14b87ad201: Downloading [==================================================>] 171B/171B
[4B[4A[2K
cb14b87ad201: Verifying Checksum
[4B[4A[2K
cb14b87ad201: Download complete
[4B[7A[2K
9dd651f62b16: Verifying Checksum
[7B[7A[2K
9dd651f62b16: Download complete
[7B[11A[2K
c53257162768: Extracting [===================================> ] 4.391MB/6.183MB
[11B[11A[2K
c53257162768: Extracting [==================================================>] 6.183MB/6.183MB
[11B[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: Pull complete
[11B[10A[2K
8e4d4b2b1949: Extracting [====> ] 32.77kB/384.9kB
[10B[2A[2K
a47c885443ae: Downloading [==================================================>] 121B/121B
[2B[2A[2K
a47c885443ae: Verifying Checksum
[2B[2A[2K
a47c885443ae: Download complete
[2B[1A[2K
00a221f9eb1d: Downloading [> ] 28.75kB/2.839MB
[1B[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[1A[2K
00a221f9eb1d: Verifying Checksum
[1B[1A[2K
00a221f9eb1d: Download complete
[1B[9A[2K
55ea22033266: Pull complete
[9B[8A[2K
59ec00a3b78e: Extracting [==================================================>] 5.343kB/5.343kB
[8B[8A[2K
59ec00a3b78e: Extracting [==================================================>] 5.343kB/5.343kB
[8B[8A[2K
59ec00a3b78e: Pull complete
[8B[7A[2K
9dd651f62b16: Extracting [> ] 557.1kB/53.09MB
[7B[7A[2K
9dd651f62b16: Extracting [=====> ] 5.571MB/53.09MB
[7B[7A[2K
9dd651f62b16: Extracting [=========> ] 10.03MB/53.09MB
[7B[7A[2K
9dd651f62b16: Extracting [============> ] 12.81MB/53.09MB
[7B[7A[2K
9dd651f62b16: Extracting [================> ] 17.83MB/53.09MB
[7B[7A[2K
9dd651f62b16: Extracting [======================> ] 23.95MB/53.09MB
[7B[7A[2K
9dd651f62b16: Extracting [============================> ] 30.08MB/53.09MB
[7B[7A[2K
9dd651f62b16: Extracting [=================================> ] 35.09MB/53.09MB
[7B[7A[2K
9dd651f62b16: Extracting [====================================> ] 38.44MB/53.09MB
[7B[7A[2K
9dd651f62b16: Extracting [=======================================> ] 41.78MB/53.09MB
[7B[7A[2K
9dd651f62b16: Extracting [==========================================> ] 45.12MB/53.09MB
[7B[7A[2K
9dd651f62b16: Extracting [=============================================> ] 47.91MB/53.09MB
[7B[7A[2K
9dd651f62b16: Extracting [===============================================> ] 50.14MB/53.09MB
[7B[7A[2K
9dd651f62b16: Extracting [================================================> ] 51.25MB/53.09MB
[7B[7A[2K
9dd651f62b16: Extracting [================================================> ] 51.81MB/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.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_mainnetwork_1 ...
Creating rsrci_rsr-memcached_1 ...
Creating rsrci_rsrdbhost_1 ...
[3A[2K
Creating rsrci_mainnetwork_1 ... [32mdone[0m
[3BCreating rsrci_web_1 ...
[3A[2K
Creating rsrci_rsr-memcached_1 ... [32mdone[0m
[3B[1A[2K
Creating rsrci_web_1 ... [32mdone[0m
[1B[2A[2K
Creating rsrci_rsrdbhost_1 ... [32mdone[0m
[2B21:42:10 - 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
21:42:11 - 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 94d13f34d81385e[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:whatwg-fetch: [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:tslib: [7msill[0m [35minstall[0m loadAllDepsIntoIdealTree[0m[K
[[7m [27m[90m...............[0m] \ loadDep:viewport-mercator-project: [7msill[0m [35minstall[0m loadAllD[0m[K
[[7m [27m[90m...............[0m] \ loadDep:resize-observer-polyfill: [7msill[0m [35minstall[0m loadAllDe[0m[K
[[7m [27m[90m..............[0m] \ loadDevDep:webpack-dev-server: [7msill[0m [35minstall[0m loadAllDepsI[0m[K
[[7m [27m[90m..............[0m] \ loadDep:isarray: [7msill[0m [35minstall[0m loadAllDepsIntoIdealTree[0m[K
[[7m [27m[90m..............[0m] \ loadDep:remove-trailing-separator: [7msill[0m [35minstall[0m loadAllD[0m[K
[[7m [27m[90m..............[0m] \ loadDep:semver: [7msill[0m [35minstall[0m loadAllDepsIntoIdealTree[0m[K
[[7m [27m[90m..............[0m] \ loadDep:node-releases: [7msill[0m [35minstall[0m loadAllDepsIntoIdeal[0m[K
[[7m [27m[90m..............[0m] \ loadDep:path-exists: [7msill[0m [35minstall[0m loadAllDepsIntoIdealTr[0m[K
[[7m [27m[90m..............[0m] \ loadDep:stack-utils: [7msill[0m [35minstall[0m loadAllDepsIntoIdealTr[0m[K
[[7m [27m[90m..............[0m] \ loadDep:y18n: [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:resolve: [7msill[0m [35minstall[0m loadAllDepsIntoIdealTree[0m[K
[[7m [27m[90m.............[0m] \ loadDep:readable-stream: [7msill[0m [35minstall[0m loadAllDepsIntoIde[0m[K
[[7m [27m[90m.............[0m] \ loadDep:realpath-native: [7msill[0m [35minstall[0m loadAllDepsIntoIde[0m[K
[[7m [27m[90m.............[0m] \ loadDep:whatwg-url: [7msill[0m [35minstall[0m loadAllDepsIntoIdealTre[0m[K
[[7m [27m[90m.............[0m] \ loadDep:which: [7msill[0m [35minstall[0m loadAllDepsIntoIdealTree[0m[K
[[7m [27m[90m.............[0m] \ loadDep:inherits: [7msill[0m [35minstall[0m loadAllDepsIntoIdealTree[0m[K
[[7m [27m[90m.............[0m] \ loadDep:yallist: [7msill[0m [35minstall[0m loadAllDepsIntoIdealTree[0m[K
[[7m [27m[90m.............[0m] \ loadDep:acorn: [7msill[0m [35minstall[0m loadAllDepsIntoIdealTree[0m[K
[[7m [27m[90m.............[0m] \ loadDep:xtend: [7msill[0m [35minstall[0m loadAllDepsIntoIdealTree[0m[K
[[7m [27m[90m.............[0m] \ loadDep:yargs: [7msill[0m [35minstall[0m loadAllDepsIntoIdealTree[0m[K
[[7m [27m[90m.............[0m] \ loadDep:ipaddr.js: [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] - 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:ansi-regex: [7msill[0m [35mtarball[0m no local data for style[0m[K
[[7m [27m[90m...........[0m] \ extract:@emotion/unitless: [7msill[0m [35mtarball[0m no local data fo[0m[K
[[7m [27m[90m...........[0m] \ extract:debug: [7msill[0m [35mtarball[0m no local data for regenerato[0m[K
[[7m [27m[90m..........[0m] - extract:debug: [7msill[0m [35mextract[0m @babel/plugin-transform-shor[0m[K
[[7m [27m[90m..........[0m] / extract:tint-shade-color: [32;40mhttp[0m [35mfetch[0m GET 200 https://reg[0m[K
[[7m [27m[90m..........[0m] \ extract:@ant-design/css-animation: [32;40mhttp[0m [35mfetch[0m GET 200 ht[0m[K
[[7m [27m[90m..........[0m] | extract:style-loader: [7msill[0m [35mtarball[0m no local data for rea[0m[K
[[7m [27m[90m..........[0m] / extract:json5: [7msill[0m [35mtarball[0m no local data for react@16.1[0m[K
[[7m [27m[90m..........[0m] - extract:simple-markdown: [7msill[0m [35mtarball[0m no local data for[0m[K
[[7m [27m[90m..........[0m] / extract:react-svg-inline: [32;40mhttp[0m [35mfetch[0m GET 200 https://reg[0m[K
[[7m [27m[90m..........[0m] / extract:@babel/plugin-proposal-optional-catch-binding: [32;40mh[0m[K
[[7m [27m[90m..........[0m] | extract:@babel/plugin-proposal-optional-catch-binding: [32;40mh[0m[K
[[7m [27m[90m..........[0m] | extract:@babel/plugin-transform-react-jsx-self: [32;40mhttp[0m [35mfet[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-for-of: [7msill[0m [35mtarball[0m no[0m[K
[[7m [27m[90m..........[0m] / extract:react-hot-loader: [7msill[0m [35mextract[0m cross-env@5.2.0[0m[K
[[7m [27m[90m..........[0m] \ extract:eslint-loader: [7msill[0m [35mextract[0m file-loader@3.0.1 ex[0m[K
[[7m [27m[90m..........[0m] \ extract:extract-text-webpack-plugin: [7msill[0m [35mtarball[0m no loc[0m[K
[[7m [27m[90m..........[0m] - extract:html-webpack-plugin: [7msill[0m [35mtarball[0m trying @babel/[0m[K
[[7m [27m[90m..........[0m] \ extract:css-hot-loader: [7msill[0m [35mtarball[0m no local data for @[0m[K
[[7m [27m[90m..........[0m] / extract:eslint-config-airbnb: [7msill[0m [35mtarball[0m no local data[0m[K
[[7m [27m[90m..........[0m] - extract:babel-loader: [7msill[0m [35mextract[0m cross-env@5.2.0 extra[0m[K
[[7m [27m[90m..........[0m] \ extract:copy-webpack-plugin: [7msill[0m [35mextract[0m yargs@13.3.0[0m[K
[[7m [27m[90m..........[0m] - extract:@babel/preset-react: [32;40mhttp[0m [35mfetch[0m GET 200 https://[0m[K
[[7m [27m[90m..........[0m] - extract:toposort: [32;40mhttp[0m [35mfetch[0m GET 200 https://registry.np[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:@jest/test-sequencer: [32;40mhttp[0m [35mfetch[0m GET 200 https:/[0m[K
[[7m [27m[90m..........[0m] / extract:d3: [32;40mhttp[0m [35mfetch[0m GET 200 https://registry.npmjs.or[0m[K
[[7m [27m[90m..........[0m] - extract:locate-path: [7msill[0m [35mtarball[0m no local data for caca[0m[K
[[7m [27m[90m..........[0m] - extract:p-limit: [7msill[0m [35mtarball[0m no local data for cacache@[0m[K
[[7m [27m[90m..........[0m] \ extract:p-try: [7msill[0m [35mextract[0m y18n@4.0.3[0m[K
[[7m [27m[90m..........[0m] / extract:emoji-regex: [32;40mhttp[0m [35mfetch[0m GET 200 https://registry[0m[K
[[7m [27m[90m..........[0m] | extract:react-test-renderer: [7msill[0m [35mtarball[0m trying xtend@4[0m[K
[[7m [27m[90m..........[0m] / extract:yallist: [7msill[0m [35mtarball[0m no local data for jsdom@11[0m[K
[[7m [27m[90m..........[0m] - extract:moment-timezone: [32;40mhttp[0m [35mfetch[0m GET 200 https://regi[0m[K
[[7m [27m[90m..........[0m] \ extract:mississippi: [7msill[0m [35mtarball[0m no local data for @jes[0m[K
[[7m [27m[90m..........[0m] - extract:mississippi: [7msill[0m [35mextract[0m axios@0.21.1 extracted[0m[K
[[7m [27m[90m..........[0m] \ extract:node-libs-browser: [7msill[0m [35mtarball[0m no local data fo[0m[K
[[7m [27m[90m..........[0m] \ extract:jest-config: [32;40mhttp[0m [35mfetch[0m GET 200 https://registry[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:babel-jest: [32;40mhttp[0m [35mfetch[0m GET 200 https://registry.[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:pumpify: [32;40mhttp[0m [35mfetch[0m GET 200 https://registry.npm[0m[K
[[7m [27m[90m..........[0m] - extract:internal-ip: [7msill[0m [35mtarball[0m no local data for ista[0m[K
[[7m [27m[90m..........[0m] | extract:rimraf: [7msill[0m [35mtarball[0m no local data for inflight@[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:rimraf: [32;40mhttp[0m [35mfetch[0m GET 200 https://registry.npmj[0m[K
[[7m [27m[90m..........[0m] | extract:@babel/parser: [7msill[0m [35mtarball[0m no local data for op[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:globby: [7msill[0m [35mtarball[0m no local data for node-noti[0m[K
[[7m [27m[90m..........[0m] | extract:wrap-ansi: [7msill[0m [35mtarball[0m no local data for fbjs@0[0m[K
[[7m [27m[90m..........[0m] - extract:emoji-regex: [32;40mhttp[0m [35mfetch[0m GET 200 https://registry[0m[K
[[7m [27m[90m..........[0m] | extract:stream-http: [32;40mhttp[0m [35mfetch[0m GET 200 https://registry[0m[K
[[7m [27m[90m..........[0m] / extract:npmlog: [7msill[0m [35mtarball[0m no local data for websocket[0m[K
[[7m [27m[90m..........[0m] \ extract:whatwg-mimetype: [7msill[0m [35mtarball[0m no local data for[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:data-urls: [32;40mhttp[0m [35mfetch[0m GET 200 https://registry.n[0m[K
[[7m [27m[90m..........[0m] \ extract:jest-haste-map: [7msill[0m [35mextract[0m create-react-class@[0m[K
[[7m [27m[90m..........[0m] - extract:create-react-class: [7msill[0m [35mextract[0m eslint-scope@4.[0m[K
[[7m [27m[90m..........[0m] \ extract:lru-cache: [32;40mhttp[0m [35mfetch[0m GET 200 https://registry.n[0m[K
[[7m [27m[90m..........[0m] | extract:p-locate: [32;40mhttp[0m [35mfetch[0m GET 200 https://registry.np[0m[K
[[7m [27m[90m..........[0m] - extract:pkg-dir: [7msill[0m [35mextract[0m ms@2.1.2[0m[K
[[7m [27m[90m..........[0m] - extract:faye-websocket: [32;40mhttp[0m [35mfetch[0m GET 200 https://regis[0m[K
[[7m [27m[90m..........[0m] | extract:p-locate: [32;40mhttp[0m [35mfetch[0m GET 200 https://registry.np[0m[K
[[7m [27m[90m..........[0m] | extract:strip-ansi: [7msill[0m [35mextract[0m supports-color@6.1.0 ex[0m[K
[[7m [27m[90m..........[0m] / extract:find-up: [7msill[0m [35mtarball[0m no local data for whatwg-u[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:react-dom: [32;40mhttp[0m [35mfetch[0m GET 200 https://registry.n[0m[K
[[7m [27m[90m..........[0m] \ extract:get-caller-file: [32;40mhttp[0m [35mfetch[0m GET 200 https://regi[0m[K
[[7m [27m[90m..........[0m] \ extract:wbuf: [32;40mhttp[0m [35mfetch[0m GET 200 https://registry.npmjs.[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:binary-extensions: [32;40mhttp[0m [35mfetch[0m GET 200 https://re[0m[K
[[7m [27m[90m..........[0m] | extract:anymatch: [7msill[0m [35mtarball[0m no local data for verror@[0m[K
[[7m [27m[90m..........[0m] | extract:fsevents: [7msill[0m [35mtarball[0m no local data for history[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:eslint-plugin-jsx-a11y: [32;40mhttp[0m [35mfetch[0m GET 200 https[0m[K
[[7m [27m[90m..........[0m] / extract:jsprim: [7msill[0m [35mtarball[0m no local data for meow@3.7.[0m[K
[[7m [27m[90m..........[0m] \ extract:rc-upload: [7msill[0m [35mextract[0m vary@1.1.2 extracted to[0m[K
[[7m [27m[90m..........[0m] / extract:value-equal: [7msill[0m [35mtarball[0m no local data for v8-c[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:read-pkg: [32;40mhttp[0m [35mfetch[0m GET 200 https://registry.np[0m[K
[[7m [27m[90m..........[0m] / extract:read-pkg: [7msill[0m [35mextract[0m util.promisify@1.0.0[0m[K
[[7m [27m[90m..........[0m] \ extract:read-pkg-up: [32;40mhttp[0m [35mfetch[0m GET 200 https://registry[0m[K
[[7m [27m[90m..........[0m] \ extract:express: [7msill[0m [35mtarball[0m no local data for fs-write[0m[K
[[7m [27m[90m..........[0m] \ extract:util: [32;40mhttp[0m [35mfetch[0m GET 200 https://registry.npmjs.[0m[K
[[7m [27m[90m..........[0m] | extract:jest-resolve-dependencies: [32;40mhttp[0m [35mfetch[0m GET 200 ht[0m[K
[[7m [27m[90m..........[0m] / extract:@ant-design/create-react-context: [7msill[0m [35mtarball[0m n[0m[K
[[7m [27m[90m..........[0m] \ extract:stdout-stream: [32;40mhttp[0m [35mfetch[0m GET 200 https://regist[0m[K
[[7m [27m[90m..........[0m] | extract:chokidar: [32;40mhttp[0m [35mfetch[0m GET 200 https://registry.np[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: [32;40mhttp[0m [35mfetch[0m GET 200 https://regist[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:anymatch: [7msill[0m [35mtarball[0m no local data for urix@0.[0m[K
[[7m [27m[90m.........[0m] | extract:rc-tabs: [32;40mhttp[0m [35mfetch[0m GET 200 https://registry.npm[0m[K
[[7m [27m[90m.........[0m] / extract:punycode: [7msill[0m [35mtarball[0m no local data for base@0.[0m[K
[[7m [27m[90m.........[0m] \ extract:schema-utils: [32;40mhttp[0m [35mfetch[0m GET 200 https://registr[0m[K
[[7m [27m[90m.........[0m] / extract:urix: [7msill[0m [35mtarball[0m no local data for unique-file[0m[K
[[7m [27m[90m.........[0m] \ extract:har-validator: [32;40mhttp[0m [35mfetch[0m GET 200 https://regist[0m[K
[[7m [27m[90m.........[0m] \ extract:rc-slider: [32;40mhttp[0m [35mfetch[0m GET 200 https://registry.n[0m[K
[[7m [27m[90m.........[0m] | extract:raw-body: [32;40mhttp[0m [35mfetch[0m GET 200 https://registry.np[0m[K
[[7m [27m[90m.........[0m] / extract:unpipe: [32;40mhttp[0m [35mfetch[0m GET 200 https://registry.npmj[0m[K
[[7m [27m[90m.........[0m] \ extract:union-value: [7msill[0m [35mtarball[0m no local data for comm[0m[K
[[7m [27m[90m.........[0m] / extract:unicode-canonical-property-names-ecmascript: [7msil[0m[K
[[7m [27m[90m.........[0m] \ extract:p-try: [7msill[0m [35mtarball[0m no local data for toposort@1[0m[K
[[7m [27m[90m.........[0m] / extract:@jest/fake-timers: [7msill[0m [35mtarball[0m trying http-erro[0m[K
[[7m [27m[90m.........[0m] | extract:@jest/fake-timers: [7msill[0m [35mtarball[0m trying http-erro[0m[K
[[7m [27m[90m.........[0m] - extract:@jest/fake-timers: [7msill[0m [35mtarball[0m trying http-erro[0m[K
[[7m [27m[90m.........[0m] - extract:type-check: [32;40mhttp[0m [35mfetch[0m GET 200 https://registry.[0m[K
[[7m [27m[90m.........[0m] | extract:serve-static: [32;40mhttp[0m [35mfetch[0m GET 200 https://registr[0m[K
[[7m [27m[90m.........[0m] \ extract:http-errors: [32;40mhttp[0m [35mfetch[0m GET 200 https://registry[0m[K
[[7m [27m[90m.........[0m] \ extract:send: [7msill[0m [35mtarball[0m trying @types/babel__template[0m[K
[[7m [27m[90m.........[0m] - extract:tr46: [32;40mhttp[0m [35mfetch[0m GET 200 https://registry.npmjs.[0m[K
[[7m [27m[90m.........[0m] - extract:babel-preset-jest: [32;40mhttp[0m [35mfetch[0m GET 200 https://re[0m[K
[[7m [27m[90m.........[0m] - extract:@babel/plugin-transform-unicode-regex: [32;40mhttp[0m [35mfetc[0m[K
[[7m [27m[90m.........[0m] - extract:@babel/helpers: [7msill[0m [35mextract[0m postcss-selector-pa[0m[K
[[7m [27m[90m.........[0m] - extract:babel-plugin-styled-components: [7msill[0m [35mtarball[0m no[0m[K
[[7m [27m[90m.........[0m] - extract:sshpk: [7msill[0m [35mextract[0m sshpk@1.16.1 extracted to /v[0m[K
[[7m [27m[90m.........[0m] | extract:sshpk: [7msill[0m [35mextract[0m sshpk@1.16.1 extracted to /v[0m[K
[[7m [27m[90m.........[0m] | extract:@babel/helper-builder-binary-assignment-operator[0m[K
[[7m [27m[90m.........[0m] - extract:@sentry/minimal: [7msill[0m [35mtarball[0m trying @babel/help[0m[K
[[7m [27m[90m.........[0m] - extract:@babel/plugin-transform-modules-umd: [7msill[0m [35mtarbal[0m[K
[[7m [27m[90m.........[0m] \ extract:@sentry/hub: [7msill[0m [35mextract[0m @sentry/hub@5.11.1 ext[0m[K
[[7m [27m[90m.........[0m] - extract:to-fast-properties: [32;40mhttp[0m [35mfetch[0m GET 200 https://r[0m[K
[[7m [27m[90m.........[0m] - extract:@babel/helper-hoist-variables: [7msill[0m [35mextract[0m @bab[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:external-editor: [7msill[0m [35mtarball[0m no local data for[0m[K
[[7m [27m[90m.........[0m] - extract:draft-js: [7msill[0m [35mextract[0m draft-js@0.10.5 extracted[0m[K
[[7m [27m[90m.........[0m] | extract:@babel/plugin-transform-async-to-generator: [32;40mhttp[0m[0m[K
[[7m [27m[90m.........[0m] \ extract:@babel/plugin-proposal-async-generator-functions[0m[K
[[7m [27m[90m.........[0m] / extract:@babel/plugin-transform-exponentiation-operator:[0m[K
[[7m [27m[90m.........[0m] | extract:mini-create-react-context: [32;40mhttp[0m [35mfetch[0m GET 200 ht[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:lru-cache: [7msill[0m [35mtarball[0m no local data for p-loca[0m[K
[[7m [27m[90m.........[0m] / extract:serialize-javascript: [32;40mhttp[0m [35mfetch[0m GET 200 https:/[0m[K
[[7m [27m[90m.........[0m] - extract:throat: [7msill[0m [35mtarball[0m no local data for jest-vali[0m[K
[[7m [27m[90m.........[0m] - extract:@babel/helper-builder-react-jsx: [32;40mhttp[0m [35mfetch[0m GET[0m[K
[[7m [27m[90m.........[0m] - extract:p-locate: [32;40mhttp[0m [35mfetch[0m GET 200 https://registry.np[0m[K
[[7m [27m[90m.........[0m] \ extract:p-locate: [32;40mhttp[0m [35mfetch[0m GET 200 https://registry.np[0m[K
[[7m [27m[90m.........[0m] \ extract:jest-matcher-utils: [7msill[0m [35mextract[0m deep-equal@1.1.[0m[K
[[7m [27m[90m.........[0m] / extract:supports-color: [7msill[0m [35mtarball[0m no local data for o[0m[K
[[7m [27m[90m.........[0m] | extract:chalk: [7msill[0m [35mextract[0m string.prototype.trimright@2[0m[K
[[7m [27m[90m.........[0m] \ extract:@ant-design/colors: [7msill[0m [35mextract[0m ansi-regex@3.0.[0m[K
[[7m [27m[90m.........[0m] - extract:ansi-regex: [7msill[0m [35mtarball[0m no local data for strea[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:@jest/console: [32;40mhttp[0m [35mfetch[0m GET 200 https://regist[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:object.entries: [32;40mhttp[0m [35mfetch[0m GET 200 https://regis[0m[K
[[7m [27m[90m.........[0m] - extract:stealthy-require: [7msill[0m [35mextract[0m source-map-url@0.[0m[K
[[7m [27m[90m.........[0m] / extract:string.prototype.trimleft: [7msill[0m [35mtarball[0m no local[0m[K
[[7m [27m[90m.........[0m] | extract:source-map: [7msill[0m [35mextract[0m sort-keys@1.1.2[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:stackframe: [32;40mhttp[0m [35mfetch[0m GET 200 https://registry.[0m[K
[[7m [27m[90m.........[0m] | extract:set-value: [32;40mhttp[0m [35mfetch[0m GET 200 https://registry.n[0m[K
[[7m [27m[90m.........[0m] | extract:cosmiconfig: [7msill[0m [35mtarball[0m no local data for slas[0m[K
[[7m [27m[90m.........[0m] / extract:source-map-support: [32;40mhttp[0m [35mfetch[0m GET 200 https://r[0m[K
[[7m [27m[90m.........[0m] - extract:debug: [7msill[0m [35mextract[0m rc-menu@7.5.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:restore-cursor: [32;40mhttp[0m [35mfetch[0m GET 200 https://regis[0m[K
[[7m [27m[90m.........[0m] | extract:restore-cursor: [32;40mhttp[0m [35mfetch[0m GET 200 https://regis[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:array-includes: [32;40mhttp[0m [35mfetch[0m GET 200 https://regis[0m[K
[[7m [27m[90m.........[0m] / extract:rc-dropdown: [7msill[0m [35mtarball[0m no local data for pbkd[0m[K
[[7m [27m[90m.........[0m] \ extract:js-yaml: [7msill[0m [35mextract[0m inherits@2.0.3[0m[K
[[7m [27m[90m.........[0m] - extract:parse-asn1: [7msill[0m [35mextract[0m source-map@0.6.1 extrac[0m[K
[[7m [27m[90m.........[0m] / extract:serve-index: [32;40mhttp[0m [35mfetch[0m GET 200 https://registry[0m[K
[[7m [27m[90m.........[0m] - extract:rc-drawer: [32;40mhttp[0m [35mfetch[0m GET 200 https://registry.n[0m[K
[[7m [27m[90m.........[0m] - extract:rc-animate: [32;40mhttp[0m [35mfetch[0m GET 200 https://registry.[0m[K
[[7m [27m[90m........[0m] - extract:sha.js: [32;40mhttp[0m [35mfetch[0m GET 200 https://registry.npmj[0m[K
[[7m [27m[90m........[0m] | extract:semver-compare: [7msill[0m [35mtarball[0m no local data for n[0m[K
[[7m [27m[90m........[0m] - extract:semver: [32;40mhttp[0m [35mfetch[0m GET 200 https://registry.npmj[0m[K
[[7m [27m[90m........[0m] | extract:scss-tokenizer: [32;40mhttp[0m [35mfetch[0m GET 200 https://regis[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:camelcase: [32;40mhttp[0m [35mfetch[0m GET 200 https://registry.n[0m[K
[[7m [27m[90m........[0m] - extract:md5.js: [32;40mhttp[0m [35mfetch[0m GET 200 https://registry.npmj[0m[K
[[7m [27m[90m........[0m] / extract:browserify-des: [32;40mhttp[0m [35mfetch[0m GET 200 https://regis[0m[K
[[7m [27m[90m........[0m] \ extract:run-async: [32;40mhttp[0m [35mfetch[0m GET 200 https://registry.n[0m[K
[[7m [27m[90m........[0m] / extract:rc-table: [7msill[0m [35mtarball[0m trying remove-trailing-se[0m[K
[[7m [27m[90m........[0m] | extract:ret: [32;40mhttp[0m [35mfetch[0m GET 200 https://registry.npmjs.o[0m[K
[[7m [27m[90m........[0m] | extract:requires-port: [7msill[0m [35mtarball[0m no local data for re[0m[K
[[7m [27m[90m........[0m] / extract:repeating: [32;40mhttp[0m [35mfetch[0m GET 200 https://registry.n[0m[K
[[7m [27m[90m........[0m] \ extract:rc-dialog: [7msill[0m [35mextract[0m remove-trailing-separato[0m[K
[[7m [27m[90m........[0m] - extract:regenerate: [32;40mhttp[0m [35mfetch[0m GET 200 https://registry.[0m[K
[[7m [27m[90m........[0m] | extract:p-limit: [7msill[0m [35mextract[0m react-proxy@1.1.8[0m[K
[[7m [27m[90m........[0m] | extract:redux-thunk: [7msill[0m [35mtarball[0m no local data for reac[0m[K
[[7m [27m[90m........[0m] / extract:reduce-css-calc: [32;40mhttp[0m [35mfetch[0m GET 200 https://regi[0m[K
[[7m [27m[90m........[0m] / extract:react-is: [32;40mhttp[0m [35mfetch[0m GET 200 https://registry.np[0m[K
[[7m [27m[90m........[0m] | extract:react-is: [7msill[0m [35mtarball[0m no local data for bytes@3[0m[K
[[7m [27m[90m........[0m] / extract:redux: [32;40mhttp[0m [35mfetch[0m GET 200 https://registry.npmjs[0m[K
[[7m [27m[90m........[0m] \ extract:use-sync-external-store: [7msill[0m [35mtarball[0m no local d[0m[K
[[7m [27m[90m........[0m] \ extract:react-deep-force-update: [32;40mhttp[0m [35mfetch[0m GET 200 http[0m[K
[[7m [27m[90m........[0m] \ extract:hoist-non-react-statics: [7msill[0m [35mextract[0m progress@2[0m[K
[[7m [27m[90m........[0m] | extract:quickselect: [32;40mhttp[0m [35mfetch[0m GET 200 https://registry[0m[K
[[7m [27m[90m........[0m] - extract:ansi-regex: [32;40mhttp[0m [35mfetch[0m GET 200 https://registry.[0m[K
[[7m [27m[90m........[0m] | extract:supports-color: [32;40mhttp[0m [35mfetch[0m GET 200 https://regis[0m[K
[[7m [27m[90m........[0m] / extract:process-nextick-args: [7msill[0m [35mtarball[0m no local data[0m[K
[[7m [27m[90m........[0m] / extract:rc-progress: [32;40mhttp[0m [35mfetch[0m GET 200 https://registry[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:psl: [32;40mhttp[0m [35mfetch[0m GET 200 https://registry.npmjs.o[0m[K
[[7m [27m[90m........[0m] - extract:dir-glob: [32;40mhttp[0m [35mfetch[0m GET 200 https://registry.np[0m[K
[[7m [27m[90m........[0m] / extract:locate-path: [32;40mhttp[0m [35mfetch[0m GET 200 https://registry[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:protocol-buffers-schema: [7msill[0m [35mtarball[0m no local d[0m[K
[[7m [27m[90m........[0m] \ extract:picomatch: [32;40mhttp[0m [35mfetch[0m GET 200 https://registry.n[0m[K
[[7m [27m[90m........[0m] | extract:pascalcase: [32;40mhttp[0m [35mfetch[0m GET 200 https://registry.[0m[K
[[7m [27m[90m........[0m] | extract:p-is-promise: [32;40mhttp[0m [35mfetch[0m GET 200 https://registr[0m[K
[[7m [27m[90m........[0m] / extract:pn: [7msill[0m [35mtarball[0m no local data for add-dom-event[0m[K
[[7m [27m[90m........[0m] - extract:opn: [7msill[0m [35mtarball[0m no local data for number-is-na[0m[K
[[7m [27m[90m........[0m] \ extract:on-finished: [7msill[0m [35mtarball[0m no local data for chal[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:is-finite: [7msill[0m [35mtarball[0m no local data for accept[0m[K
[[7m [27m[90m........[0m] / extract:get-stdin: [32;40mhttp[0m [35mfetch[0m GET 200 https://registry.n[0m[K
[[7m [27m[90m........[0m] / extract:nwsapi: [7msill[0m [35mextract[0m supports-color@2.0.0 extrac[0m[K
[[7m [27m[90m........[0m] | extract:node-modules-regexp: [32;40mhttp[0m [35mfetch[0m GET 200 https://[0m[K
[[7m [27m[90m........[0m] / extract:object-inspect: [7msill[0m [35mtarball[0m no local data for i[0m[K
[[7m [27m[90m........[0m] | extract:natural-compare: [7msill[0m [35mtarball[0m no local data for[0m[K
[[7m [27m[90m........[0m] | extract:mutationobserver-shim: [32;40mhttp[0m [35mfetch[0m GET 200 https:[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:debug: [32;40mhttp[0m [35mfetch[0m GET 200 https://registry.npmjs[0m[K
[[7m [27m[90m.......[0m] / extract:yallist: [7msill[0m [35mextract[0m camelcase-keys@2.1.0[0m[K
[[7m [27m[90m.......[0m] - extract:mute-stream: [32;40mhttp[0m [35mfetch[0m GET 200 https://registry[0m[K
[[7m [27m[90m.......[0m] | extract:minimalistic-crypto-utils: [7msill[0m [35mtarball[0m trying l[0m[K
[[7m [27m[90m.......[0m] - extract:minimist: [32;40mhttp[0m [35mfetch[0m GET 200 https://registry.np[0m[K
[[7m [27m[90m.......[0m] | extract:methods: [32;40mhttp[0m [35mfetch[0m GET 200 https://registry.npm[0m[K
[[7m [27m[90m.......[0m] - extract:map-obj: [7msill[0m [35mtarball[0m no local data for loader-u[0m[K
[[7m [27m[90m.......[0m] \ extract:invariant: [7msill[0m [35mtarball[0m no local data for kleur@[0m[K
[[7m [27m[90m.......[0m] | extract:lodash.sortby: [32;40mhttp[0m [35mfetch[0m GET 200 https://regist[0m[K
[[7m [27m[90m.......[0m] | extract:min-document: [32;40mhttp[0m [35mfetch[0m GET 200 https://registr[0m[K
[[7m [27m[90m.......[0m] - extract:is-accessor-descriptor: [7msill[0m [35mtarball[0m no local da[0m[K
[[7m [27m[90m.......[0m] | extract:define-property: [7msill[0m [35mtarball[0m no local data for[0m[K
[[7m [27m[90m.......[0m] \ extract:kind-of: [32;40mhttp[0m [35mfetch[0m GET 200 https://registry.npm[0m[K
[[7m [27m[90m.......[0m] / extract:supports-color: [32;40mhttp[0m [35mfetch[0m GET 200 https://regis[0m[K
[[7m [27m[90m.......[0m] \ extract:json-schema-traverse: [7msill[0m [35mextract[0m js-levenshtei[0m[K
[[7m [27m[90m.......[0m] | extract:jest-get-type: [7msill[0m [35mtarball[0m no local data for is[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:jest-mock: [7msill[0m [35mtarball[0m no local data for is-str[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:is-plain-object: [7msill[0m [35mtarball[0m no local data for[0m[K
[[7m [27m[90m.......[0m] | extract:is-typedarray: [7msill[0m [35mtarball[0m no local data for is[0m[K
[[7m [27m[90m.......[0m] - extract:is-promise: [7msill[0m [35mtarball[0m no local data for is-de[0m[K
[[7m [27m[90m.......[0m] | extract:is-path-cwd: [32;40mhttp[0m [35mfetch[0m GET 200 https://registry[0m[K
[[7m [27m[90m.......[0m] | extract:is-glob: [7msill[0m [35mtarball[0m no local data for ipaddr.j[0m[K
[[7m [27m[90m.......[0m] \ extract:kind-of: [7msill[0m [35mtarball[0m no local data for d3-conto[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:is-ci: [32;40mhttp[0m [35mfetch[0m GET 200 https://registry.npmjs[0m[K
[[7m [27m[90m.......[0m] / extract:is-binary-path: [32;40mhttp[0m [35mfetch[0m GET 200 https://regis[0m[K
[[7m [27m[90m.......[0m] \ extract:error-ex: [32;40mhttp[0m [35mfetch[0m GET 200 https://registry.np[0m[K
[[7m [27m[90m.......[0m] | extract:interpret: [32;40mhttp[0m [35mfetch[0m GET 200 https://registry.n[0m[K
[[7m [27m[90m.......[0m] / extract:block-stream: [32;40mhttp[0m [35mfetch[0m GET 200 https://registr[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:in-publish: [32;40mhttp[0m [35mfetch[0m GET 200 https://registry.[0m[K
[[7m [27m[90m.......[0m] | extract:p-limit: [32;40mhttp[0m [35mfetch[0m GET 200 https://registry.npm[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:big.js: [7msill[0m [35mextract[0m html-escaper@2.0.0 extracte[0m[K
[[7m [27m[90m.......[0m] | extract:hoist-non-react-statics: [32;40mhttp[0m [35mfetch[0m GET 200 http[0m[K
[[7m [27m[90m.......[0m] / extract:has-flag: [32;40mhttp[0m [35mfetch[0m GET 200 https://registry.np[0m[K
[[7m [27m[90m.......[0m] \ extract:has: [7msill[0m [35mtarball[0m no local data for fs-readdir-r[0m[K
[[7m [27m[90m.......[0m] \ extract:has-symbols: [32;40mhttp[0m [35mfetch[0m GET 200 https://registry[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:har-schema: [32;40mhttp[0m [35mfetch[0m GET 200 https://registry.[0m[K
[[7m [27m[90m.......[0m] - extract:forever-agent: [7msill[0m [35mextract[0m fresh@0.5.2 extracte[0m[K
[[7m [27m[90m.......[0m] / extract:bindings: [32;40mhttp[0m [35mfetch[0m GET 200 https://registry.np[0m[K
[[7m [27m[90m.......[0m] / extract:file-uri-to-path: [32;40mhttp[0m [35mfetch[0m GET 200 https://reg[0m[K
[[7m [27m[90m.......[0m] \ extract:extsprintf: [32;40mhttp[0m [35mfetch[0m GET 200 https://registry.[0m[K
[[7m [27m[90m.......[0m] | extract:etag: [32;40mhttp[0m [35mfetch[0m GET 200 https://registry.npmjs.[0m[K
[[7m [27m[90m.......[0m] / extract:escape-string-regexp: [7msill[0m [35mextract[0m eslint-scope@[0m[K
[[7m [27m[90m.......[0m] \ extract:doctrine: [32;40mhttp[0m [35mfetch[0m GET 200 https://registry.np[0m[K
[[7m [27m[90m.......[0m] \ extract:@cnakazawa/watch: [7msill[0m [35mtarball[0m no local data for[0m[K
[[7m [27m[90m.......[0m] \ extract:qs: [7msill[0m [35mtarball[0m no local data for combined-stre[0m[K
[[7m [27m[90m.......[0m] \ extract:domelementtype: [7msill[0m [35mextract[0m domain-browser@1.2.[0m[K
[[7m [27m[90m.......[0m] | extract:dom-scroll-into-view: [7msill[0m [35mextract[0m earcut@2.2.2[0m[K
[[7m [27m[90m.......[0m] - extract:dom-walk: [32;40mhttp[0m [35mfetch[0m GET 200 https://registry.np[0m[K
[[7m [27m[90m.......[0m] | extract:delegates: [32;40mhttp[0m [35mfetch[0m GET 200 https://registry.n[0m[K
[[7m [27m[90m.......[0m] - extract:dequal: [32;40mhttp[0m [35mfetch[0m GET 200 https://registry.npmj[0m[K
[[7m [27m[90m.......[0m] | extract:dequal: [32;40mhttp[0m [35mfetch[0m GET 200 https://registry.npmj[0m[K
[[7m [27m[90m.......[0m] \ extract:deep-is: [32;40mhttp[0m [35mfetch[0m GET 200 https://registry.npm[0m[K
[[7m [27m[90m.......[0m] - extract:deepmerge: [32;40mhttp[0m [35mfetch[0m GET 200 https://registry.n[0m[K
[[7m [27m[90m.......[0m] | extract:dashdash: [32;40mhttp[0m [35mfetch[0m GET 200 https://registry.np[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:d3-chord: [32;40mhttp[0m [35mfetch[0m GET 200 https://registry.np[0m[K
[[7m [27m[90m.......[0m] \ extract:currently-unhandled: [7msill[0m [35mextract[0m d3-axis@3.0.0[0m[K
[[7m [27m[90m......[0m] | extract:d3-quadtree: [32;40mhttp[0m [35mfetch[0m GET 200 https://registry[0m[K
[[7m [27m[90m......[0m] - extract:commander: [7msill[0m [35mextract[0m immer@9.0.15 extracted t[0m[K
[[7m [27m[90m......[0m] | extract:d3-color: [32;40mhttp[0m [35mfetch[0m GET 200 https://registry.np[0m[K
[[7m [27m[90m......[0m] | extract:css-color-keywords: [7msill[0m [35mtarball[0m no local data f[0m[K
[[7m [27m[90m......[0m] \ extract:core-util-is: [7msill[0m [35mextract[0m commondir@1.0.1[0m[K
[[7m [27m[90m......[0m] - extract:copy-descriptor: [7msill[0m [35mtarball[0m no local data for[0m[K
[[7m [27m[90m......[0m] | extract:constants-browserify: [7msill[0m [35mextract[0m code-point-at[0m[K
[[7m [27m[90m......[0m] \ extract:connect-history-api-fallback: [32;40mhttp[0m [35mfetch[0m GET 200[0m[K
[[7m [27m[90m......[0m] / extract:console-browserify: [32;40mhttp[0m [35mfetch[0m GET 200 https://r[0m[K
[[7m [27m[90m......[0m] \ extract:d3-scale-chromatic: [7msill[0m [35mtarball[0m no local data f[0m[K
[[7m [27m[90m......[0m] | extract:ansi-styles: [7msill[0m [35mextract[0m emoji-regex@7.0.3 extr[0m[K
[[7m [27m[90m......[0m] \ extract:emoji-regex: [7msill[0m [35mtarball[0m no local data for call[0m[K
[[7m [27m[90m......[0m] | extract:ci-info: [7msill[0m [35mtarball[0m no local data for browser-[0m[K
[[7m [27m[90m......[0m] | extract:camelcase: [32;40mhttp[0m [35mfetch[0m GET 200 https://registry.n[0m[K
[[7m [27m[90m......[0m] | extract:builtin-status-codes: [7msill[0m [35mtarball[0m no local data[0m[K
[[7m [27m[90m......[0m] - extract:bytes: [32;40mhttp[0m [35mfetch[0m GET 200 https://registry.npmjs[0m[K
[[7m [27m[90m......[0m] / extract:browser-process-hrtime: [7msill[0m [35mtarball[0m no local da[0m[K
[[7m [27m[90m......[0m] / extract:p-limit: [32;40mhttp[0m [35mfetch[0m GET 200 https://registry.npm[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:bn.js: [7msill[0m [35mextract[0m array-flatten@2.1.2[0m[K
[[7m [27m[90m......[0m] | extract:js-tokens: [7msill[0m [35mtarball[0m no local data for array-[0m[K
[[7m [27m[90m......[0m] / extract:follow-redirects: [7msill[0m [35mtarball[0m no local data for[0m[K
[[7m [27m[90m......[0m] / extract:aws-sign2: [7msill[0m [35mtarball[0m trying arr-flatten@1.1.0[0m[K
[[7m [27m[90m......[0m] | extract:async-limiter: [32;40mhttp[0m [35mfetch[0m GET 200 https://regist[0m[K
[[7m [27m[90m......[0m] - extract:array-uniq: [7msill[0m [35mtarball[0m no local data for acorn[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:arr-flatten: [32;40mhttp[0m [35mfetch[0m GET 200 https://registry[0m[K
[[7m [27m[90m......[0m] - extract:amdefine: [32;40mhttp[0m [35mfetch[0m GET 200 https://registry.np[0m[K
[[7m [27m[90m......[0m] \ extract:abbrev: [7msill[0m [35mtarball[0m no local data for @webassem[0m[K
[[7m [27m[90m......[0m] - extract:@webassemblyjs/wasm-edit: [7msill[0m [35mextract[0m @webassem[0m[K
[[7m [27m[90m......[0m] - extract:@webassemblyjs/ieee754: [7msill[0m [35mextract[0m @webassembl[0m[K
[[7m [27m[90m......[0m] - extract:async-validator: [7msill[0m [35mextract[0m @types/mapbox-gl@2[0m[K
[[7m [27m[90m......[0m] - extract:@types/stack-utils: [7msill[0m [35mtarball[0m no local data f[0m[K
[[7m [27m[90m......[0m] / extract:@webassemblyjs/helper-wasm-section: [7msill[0m [35mextract[0m[0m[K
[[7m [27m[90m......[0m] - extract:@types/minimatch: [7msill[0m [35mextract[0m regenerator-runti[0m[K
[[7m [27m[90m......[0m] / extract:@types/resize-observer-browser: [7msill[0m [35mextract[0m @ma[0m[K
[[7m [27m[90m......[0m] \ extract:@types/glob: [32;40mhttp[0m [35mfetch[0m GET 200 https://registry[0m[K
[[7m [27m[90m......[0m] | extract:babel-runtime: [7msill[0m [35mextract[0m babel-runtime@6.26.0[0m[K
[[7m [27m[90m......[0m] / extract:@mapbox/mapbox-gl-supported: [7msill[0m [35mextract[0m @mapbo[0m[K
[[7m [27m[90m......[0m] - extract:moment: [7msill[0m [35mextract[0m moment@2.24.0 extracted to[0m[K
[[7m [27m[90m......[0m] - extract:@webassemblyjs/wasm-opt: [7msill[0m [35mextract[0m @webassemb[0m[K
[[7m [27m[90m......[0m] - extract:@webassemblyjs/wasm-gen: [7msill[0m [35mextract[0m @webassemb[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/floating-point-hex-parser: [7msill[0m [35me[0m[K
[[7m [27m[90m......[0m] - extract:@webassemblyjs/floating-point-hex-parser: [7msill[0m [35me[0m[K
[[7m [27m[90m......[0m] - extract:@webassemblyjs/floating-point-hex-parser: [7msill[0m [35me[0m[K
[[7m [27m[90m......[0m] \ extract:@webassemblyjs/floating-point-hex-parser: [7msill[0m [35me[0m[K
[[7m [27m[90m......[0m] | extract:@types/istanbul-reports: [7msill[0m [35mextract[0m @types/ist[0m[K
[[7m [27m[90m......[0m] / extract:@types/d3-time: [32;40mhttp[0m [35mfetch[0m GET 200 https://regis[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:@turf/meta: [7msill[0m [35mextract[0m @turf/meta@6.5.0 extrac[0m[K
[[7m [27m[90m......[0m] \ extract:@mapbox/unitbezier: [7msill[0m [35mextract[0m @mapbox/unitbez[0m[K
[[7m [27m[90m......[0m] / extract:@mapbox/tiny-sdf: [32;40mhttp[0m [35mfetch[0m GET 200 https://reg[0m[K
[[7m [27m[90m......[0m] \ extract:@mapbox/geojson-types: [7msill[0m [35mextract[0m @mapbox/geoj[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:@types/node: [7msill[0m [35mextract[0m @types/node@16.4.3 ext[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:@types/node: [7msill[0m [35mextract[0m @types/node@16.4.3 ext[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:@types/node: [7msill[0m [35mextract[0m @types/node@16.4.3 ext[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:@sentry/types: [7msill[0m [35mextract[0m @sentry/types@5.11.0[0m[K
[[7m [27m[90m......[0m] / extract:@sentry/types: [7msill[0m [35mextract[0m @sentry/types@5.11.0[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: [7msill[0m [35mextract[0m core-js@1.2.7 extracted to[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:core-js: [7msill[0m [35mextract[0m core-js@1.2.7 extracted to[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:@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:@types/lodash: [7msill[0m [35mextract[0m @types/lodash@4.14.1[0m[K
[[7m [27m[90m......[0m] | extract:@ant-design/icons: [7msill[0m [35mextract[0m @ant-design/icon[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: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: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] \ finalize:yup: [7msill[0m [35mdoSerial[0m finalize 13248[0m[K
[[7m [27m[90m......[0m] \ finalize:@webassemblyjs/helper-code-frame: [7msill[0m [35mfinalize[0m[0m[K
[[7m [27m[90m......[0m] - finalize:constants-browserify: [7msill[0m [35mfinalize[0m /var/akvo/r[0m[K
[[7m [27m[90m......[0m] / finalize:entities: [7msill[0m [35mfinalize[0m /var/akvo/rsr/code/akvo[0m[K
[[7m [27m[90m......[0m] / finalize:big.js: [7msill[0m [35mfinalize[0m /var/akvo/rsr/code/akvo/r[0m[K
[[7m [27m[90m......[0m] - finalize:is-number: [7msill[0m [35mfinalize[0m /var/akvo/rsr/code/akv[0m[K
[[7m [27m[90m......[0m] \ finalize:minimist: [7msill[0m [35mfinalize[0m /var/akvo/rsr/code/akvo[0m[K
[[7m [27m[90m......[0m] / finalize:obuf: [7msill[0m [35mfinalize[0m /var/akvo/rsr/code/akvo/rsr[0m[K
[[7m [27m[90m......[0m] | finalize:pkg-dir: [7msill[0m [35mfinalize[0m /var/akvo/rsr/code/akvo/[0m[K
[[7m [27m[90m......[0m] - finalize:regexpp: [7msill[0m [35mfinalize[0m /var/akvo/rsr/code/akvo/[0m[K
[[7m [27m[90m......[0m] | finalize:wrap-ansi: [7msill[0m [35mfinalize[0m /var/akvo/rsr/code/akv[0m[K
[[7m [27m[90m......[0m] | finalize:snapdragon-node: [7msill[0m [35mfinalize[0m /var/akvo/rsr/co[0m[K
[[7m [27m[90m......[0m] \ finalize:@babel/code-frame: [7msill[0m [35mfinalize[0m /var/akvo/rsr/[0m[K
[[7m [27m[90m......[0m] - finalize:@babel/helper-builder-binary-assignment-operato[0m[K
[[7m [27m[90m......[0m] - finalize:finalhandler: [7msill[0m [35mfinalize[0m /var/akvo/rsr/code/[0m[K
[[7m [27m[90m......[0m] | finalize:value-equal: [7msill[0m [35mfinalize[0m /var/akvo/rsr/code/a[0m[K
[[7m [27m[90m......[0m] - finalize:faye-websocket: [7msill[0m [35mfinalize[0m /var/akvo/rsr/cod[0m[K
[[7m [27m[90m......[0m] \ finalize:through2: [7msill[0m [35mfinalize[0m /var/akvo/rsr/code/akvo[0m[K
[[7m [27m[90m......[0m] - finalize:formik: [7msill[0m [35mfinalize[0m /var/akvo/rsr/code/akvo/r[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:file-loader: [7msill[0m [35mrefresh-package-j[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:find-up: [7msill[0m [35mrefresh-package-json[0m[0m[K
[[7m [27m[90m......[0m] | refresh-package-json:yargs-parser: [7msill[0m [35mrefresh-package-[0m[K
[[7m [27m[90m......[0m] | refresh-package-json:yargs-parser: [7msill[0m [35mrefresh-package-[0m[K
[[7m [27m[90m......[0m] \ refresh-package-json:pump: [7msill[0m [35mrefresh-package-json[0m /va[0m[K
[[7m [27m[90m......[0m] - refresh-package-json:cacache: [7msill[0m [35mrefresh-package-json[0m[0m[K
[[7m [27m[90m......[0m] - refresh-package-json:data-urls: [7msill[0m [35mrefresh-package-jso[0m[K
[[7m [27m[90m......[0m] | refresh-package-json:sockjs: [7msill[0m [35mrefresh-package-json[0m /[0m[K
[[7m [27m[90m......[0m] | refresh-package-json:wrap-ansi: [7msill[0m [35mrefresh-package-jso[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:http-signature: [7msill[0m [35mrefresh-packag[0m[K
[[7m [27m[90m......[0m] | refresh-package-json:read-pkg-up: [7msill[0m [35mrefresh-package-j[0m[K
[[7m [27m[90m......[0m] / refresh-package-json:@mapbox/geojson-rewind: [7msill[0m [35mrefres[0m[K
[[7m [27m[90m......[0m] | refresh-package-json:finalhandler: [7msill[0m [35mrefresh-package-[0m[K
[[7m [27m[90m......[0m] - refresh-package-json:unicode-match-property-value-ecmasc[0m[K
[[7m [27m[90m......[0m] / refresh-package-json:send: [7msill[0m [35mrefresh-package-json[0m /va[0m[K
[[7m [27m[90m......[0m] / refresh-package-json:to-regex-range: [7msill[0m [35mrefresh-packag[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/helper-annotate-as-pure: [7msil[0m[K
[[7m [27m[90m......[0m] - refresh-package-json:multicast-dns: [7msill[0m [35mrefresh-package[0m[K
[[7m [27m[90m......[0m] \ refresh-package-json:postcss-modules-extract-imports: [7msi[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:serve-index: [7msill[0m [35mrefresh-package-j[0m[K
[[7m [27m[90m......[0m] \ refresh-package-json:sort-keys: [7msill[0m [35mrefresh-package-jso[0m[K
[[7m [27m[90m......[0m] / refresh-package-json:shebang-regex: [7msill[0m [35mrefresh-package[0m[K
[[7m [27m[90m......[0m] | refresh-package-json:public-encrypt: [7msill[0m [35mrefresh-packag[0m[K
[[7m [27m[90m......[0m] / refresh-package-json:make-dir: [7msill[0m [35mrefresh-package-json[0m[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:cipher-base: [7msill[0m [35mrefresh-package-j[0m[K
[[7m [27m[90m......[0m] / refresh-package-json:punycode: [7msill[0m [35mrefresh-package-json[0m[0m[K
[[7m [27m[90m......[0m] - refresh-package-json:regenerate: [7msill[0m [35mrefresh-package-js[0m[K
[[7m [27m[90m......[0m] | refresh-package-json:@babel/runtime: [7msill[0m [35mrefresh-packag[0m[K
[[7m [27m[90m......[0m] | refresh-package-json:react-is: [7msill[0m [35mrefresh-package-json[0m[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:npm-run-path: [7msill[0m [35mrefresh-package-[0m[K
[[7m [27m[90m......[0m] - refresh-package-json:p-map: [7msill[0m [35mrefresh-package-json[0m /v[0m[K
[[7m [27m[90m......[0m] | refresh-package-json:nwsapi: [7msill[0m [35mrefresh-package-json[0m /[0m[K
[[7m [27m[90m......[0m] \ refresh-package-json:punycode: [7msill[0m [35mrefresh-package-json[0m[0m[K
[[7m [27m[90m......[0m] \ refresh-package-json:is-extendable: [7msill[0m [35mrefresh-package[0m[K
[[7m [27m[90m......[0m] \ refresh-package-json:min-document: [7msill[0m [35mrefresh-package-[0m[K
[[7m [27m[90m......[0m] | refresh-package-json:leven: [7msill[0m [35mrefresh-package-json[0m /v[0m[K
[[7m [27m[90m......[0m] - refresh-package-json:is-accessor-descriptor: [7msill[0m [35mrefres[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:extend-shallow: [7msill[0m [35mrefresh-packag[0m[K
[[7m [27m[90m......[0m] \ refresh-package-json:is-arguments: [7msill[0m [35mrefresh-package-[0m[K
[[7m [27m[90m......[0m] \ refresh-package-json:http-parser-js: [7msill[0m [35mrefresh-packag[0m[K
[[7m [27m[90m......[0m] \ refresh-package-json:hammerjs: [7msill[0m [35mrefresh-package-json[0m[0m[K
[[7m [27m[90m......[0m] / refresh-package-json:figgy-pudding: [7msill[0m [35mrefresh-package[0m[K
[[7m [27m[90m......[0m] | refresh-package-json:browserslist: [7msill[0m [35mrefresh-package-[0m[K
[[7m [27m[90m......[0m] - refresh-package-json:detect-node: [7msill[0m [35mrefresh-package-j[0m[K
[[7m [27m[90m......[0m] - refresh-package-json:d3-path: [7msill[0m [35mrefresh-package-json[0m[0m[K
[[7m [27m[90m......[0m] | refresh-package-json:cssom: [7msill[0m [35mrefresh-package-json[0m /v[0m[K
[[7m [27m[90m......[0m] / refresh-package-json:ansi-styles: [7msill[0m [35mrefresh-package-j[0m[K
[[7m [27m[90m......[0m] \ refresh-package-json:browser-resolve: [7msill[0m [35mrefresh-packa[0m[K
[[7m [27m[90m......[0m] \ refresh-package-json:aws4: [7msill[0m [35mrefresh-package-json[0m /va[0m[K
[[7m [27m[90m......[0m] \ refresh-package-json:array-equal: [7msill[0m [35mrefresh-package-j[0m[K
[[7m [27m[90m......[0m] - refresh-package-json:@webassemblyjs/wasm-parser: [7msill[0m [35mre[0m[K
[[7m [27m[90m......[0m] | preinstall:yup: [32;40mtiming[0m [35maction:refresh-package-json[0m Compl[0m[K
[[7m [27m[90m......[0m] | preinstall:ms: [32minfo[0m [35mlifecycle[0m randombytes@2.1.0~preinsta[0m[K
[[7m [27m[90m......[0m] | preinstall:@webassemblyjs/wasm-edit: [32minfo[0m [35mlifecycle[0m @map[0m[K
[[7m [27m[90m......[0m] / build:abbrev: [7msill[0m [35mlinkStuff[0m abbrev@1.1.1 has /var/akvo/[0m[K
[[7m [27m[90m......[0m] | build:jest-serializer: [7msill[0m [35mlinkStuff[0m jest-serializer@24[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:pkg-dir: [7msill[0m [35mlinkStuff[0m pkg-dir@4.2.0 has /var/akv[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:minipass-flush: [32minfo[0m [35mlifecycle[0m minipass-flush@1.[0m[K
[[7m [27m[90m......[0m] | install:is-fullwidth-code-point: [32minfo[0m [35mlifecycle[0m is-fullw[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
Download complete
[?25l[[7m [27m] - :[0m[K
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/istanbul-lib-report: [32minfo[0m [35mlifecycle[0m @[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:mkdirp: [32minfo[0m [35mlifecycle[0m mkdirp@0.5.5~postinst[0m[K
[[7m [27m[90m......[0m] | postinstall:mini-create-react-context: [32minfo[0m [35mlifecycle[0m mi[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:dir: [32minfo[0m [35mlifecycle[0m akvo.rsr.dir@0.0.1~prepare:[0m[K
[[7m [27m[90m.....[0m] - prepare:dir: [32minfo[0m [35mlifecycle[0m akvo.rsr.dir@0.0.1~prepare:[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 34.438s
41 packages are looking for funding
run `npm fund` for details
found [91m284[0m vulnerabilities (21 [1mlow[0m, 64 [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: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 17c856c643dbe72[0m[K
[[7m [27m[90m................[0m] \ loadDep:yup: [7msill[0m [35minstall[0m loadAllDepsIntoIdealTree[0m[K
[[7m [27m[90m................[0m] \ loadDep:yaml: [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:warning: [7msill[0m [35minstall[0m loadAllDepsIntoIdealTree[0m[K
[[7m [27m[90m................[0m] \ loadDep:prop-types: [7msill[0m [35minstall[0m loadAllDepsIntoIdealTre[0m[K
[[7m [27m[90m...............[0m] \ loadDep:tiny-warning: [7msill[0m [35minstall[0m loadAllDepsIntoIdealT[0m[K
[[7m [27m[90m..............[0m] \ loadDevDep:webpack-dev-server: [7msill[0m [35minstall[0m loadAllDepsI[0m[K
[[7m [27m[90m..............[0m] \ loadDep:unset-value: [7msill[0m [35minstall[0m loadAllDepsIntoIdealTr[0m[K
[[7m [27m[90m..............[0m] \ loadDep:ret: [7msill[0m [35minstall[0m loadAllDepsIntoIdealTree[0m[K
[[7m [27m[90m..............[0m] \ loadDep:strip-json-comments: [7msill[0m [35minstall[0m loadAllDepsInt[0m[K
[[7m [27m[90m..............[0m] \ loadDep:semver: [7msill[0m [35minstall[0m loadAllDepsIntoIdealTree[0m[K
[[7m [27m[90m..............[0m] \ loadDep:@babel/plugin-syntax-jsx: [7msill[0m [35minstall[0m loadAllDe[0m[K
[[7m [27m[90m..............[0m] \ loadDep:walker: [7msill[0m [35minstall[0m loadAllDepsIntoIdealTree[0m[K
[[7m [27m[90m..............[0m] \ loadDep:yallist: [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:pinkie-promise: [7msill[0m [35minstall[0m loadAllDepsIntoIdea[0m[K
[[7m [27m[90m.............[0m] \ loadDep:slash: [7msill[0m [35minstall[0m loadAllDepsIntoIdealTree[0m[K
[[7m [27m[90m.............[0m] \ loadDep:source-map: [7msill[0m [35minstall[0m loadAllDepsIntoIdealTre[0m[K
[[7m [27m[90m.............[0m] \ loadDep:babel-plugin-jest-hoist: [7msill[0m [35minstall[0m loadAllDep[0m[K
[[7m [27m[90m.............[0m] \ loadDep:tweetnacl: [7msill[0m [35minstall[0m loadAllDepsIntoIdealTree[0m[K
[[7m [27m[90m.............[0m] \ loadDep:source-map: [7msill[0m [35minstall[0m loadAllDepsIntoIdealTre[0m[K
[[7m [27m[90m.............[0m] \ loadDep:true-case-path: [7msill[0m [35minstall[0m loadAllDepsIntoIdea[0m[K
[[7m [27m[90m.............[0m] \ loadDep:schema-utils: [7msill[0m [35minstall[0m loadAllDepsIntoIdealT[0m[K
[[7m [27m[90m.............[0m] \ loadDep:webpack-sources: [7msill[0m [35minstall[0m loadAllDepsIntoIde[0m[K
[[7m [27m[90m.............[0m] \ loadDep:randombytes: [7msill[0m [35minstall[0m loadAllDepsIntoIdealTr[0m[K
[[7m [27m[90m.............[0m] \ loadDep:yargs: [7msill[0m [35minstall[0m loadAllDepsIntoIdealTree[0m[K
[[7m [27m[90m.............[0m] \ loadDep:mkdirp: [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: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:@ant-design/css-animation: [7msill[0m [35mextract[0m @ant-des[0m[K
[[7m [27m[90m...........[0m] | extract:@babel/plugin-syntax-object-rest-spread: [7msill[0m [35mex[0m[K
[[7m [27m[90m..........[0m] / extract:@babel/helper-validator-identifier: [7msill[0m [35mtarball[0m[0m[K
[[7m [27m[90m..........[0m] - extract:@babel/helper-validator-identifier: [7msill[0m [35mtarball[0m[0m[K
[[7m [27m[90m..........[0m] - extract:reset-css: [32;40mhttp[0m [35mfetch[0m GET 200 https://registry.n[0m[K
[[7m [27m[90m..........[0m] | extract:smoothscroll-polyfill: [7msill[0m [35mextract[0m react-final-[0m[K
[[7m [27m[90m..........[0m] | extract:terser-webpack-plugin: [7msill[0m [35mtarball[0m trying react[0m[K
[[7m [27m[90m..........[0m] / extract:terser-webpack-plugin: [7msill[0m [35mtarball[0m trying react[0m[K
[[7m [27m[90m..........[0m] \ extract:react-addons-test-utils: [32;40mhttp[0m [35mfetch[0m GET 200 http[0m[K
[[7m [27m[90m..........[0m] \ extract:raw-loader: [32;40mhttp[0m [35mfetch[0m GET 200 https://registry.[0m[K
[[7m [27m[90m..........[0m] / extract:react-delay: [7msill[0m [35mextract[0m react-delay@0.1.0 extr[0m[K
[[7m [27m[90m..........[0m] / extract:react-hot-loader: [7msill[0m [35mextract[0m redux@4.0.1 extra[0m[K
[[7m [27m[90m..........[0m] | extract:object-diff: [32;40mhttp[0m [35mfetch[0m GET 200 https://registry[0m[K
[[7m [27m[90m..........[0m] / extract:@babel/plugin-transform-new-target: [7msill[0m [35mtarball[0m[0m[K
[[7m [27m[90m..........[0m] \ extract:@babel/plugin-transform-arrow-functions: [7msill[0m [35mex[0m[K
[[7m [27m[90m..........[0m] | extract:@babel/plugin-transform-arrow-functions: [7msill[0m [35mex[0m[K
[[7m [27m[90m..........[0m] | extract:webpack-dev-server: [7msill[0m [35mtarball[0m no local data f[0m[K
[[7m [27m[90m..........[0m] / extract:react-print: [7msill[0m [35mextract[0m babel-jest@24.8.0[0m[K
[[7m [27m[90m..........[0m] / extract:husky: [7msill[0m [35mtarball[0m trying @emotion/styled@10.0.[0m[K
[[7m [27m[90m..........[0m] \ extract:eslint-config-airbnb: [7msill[0m [35mextract[0m @babel/plugin[0m[K
[[7m [27m[90m..........[0m] - extract:babel-loader: [32;40mhttp[0m [35mfetch[0m GET 200 https://registr[0m[K
[[7m [27m[90m..........[0m] \ extract:react-router-dom: [7msill[0m [35mtarball[0m no local data for[0m[K
[[7m [27m[90m..........[0m] | extract:@babel/register: [7msill[0m [35mtarball[0m no local data for[0m[K
[[7m [27m[90m..........[0m] | extract:regenerator-runtime: [7msill[0m [35mextract[0m regenerator-ru[0m[K
[[7m [27m[90m..........[0m] - extract:strip-bom: [32;40mhttp[0m [35mfetch[0m GET 200 https://registry.n[0m[K
[[7m [27m[90m..........[0m] / extract:find-up: [7msill[0m [35mtarball[0m no local data for terser-w[0m[K
[[7m [27m[90m..........[0m] | extract:@babel/preset-env: [7msill[0m [35mtarball[0m trying @jest/cor[0m[K
[[7m [27m[90m..........[0m] | extract:yallist: [32;40mhttp[0m [35mfetch[0m GET 200 https://registry.npm[0m[K
[[7m [27m[90m..........[0m] | extract:yargs-parser: [7msill[0m [35mextract[0m babel-plugin-macros@2[0m[K
[[7m [27m[90m..........[0m] / extract:@jest/test-sequencer: [7msill[0m [35mtarball[0m trying y18n@4[0m[K
[[7m [27m[90m..........[0m] - extract:terser-webpack-plugin: [7msill[0m [35mtarball[0m trying missi[0m[K
[[7m [27m[90m..........[0m] - extract:mississippi: [7msill[0m [35mtarball[0m no local data for node[0m[K
[[7m [27m[90m..........[0m] / extract:cacache: [7msill[0m [35mextract[0m babel-jest@24.9.0[0m[K
[[7m [27m[90m..........[0m] | extract:y18n: [7msill[0m [35mextract[0m y18n@4.0.1 extracted to /var/[0m[K
[[7m [27m[90m..........[0m] \ extract:chart.js: [7msill[0m [35mextract[0m chart.js@2.9.4 extracted[0m[K
[[7m [27m[90m..........[0m] / extract:cacache: [7msill[0m [35mextract[0m babel-jest@24.9.0 extracte[0m[K
[[7m [27m[90m..........[0m] / extract:jest-config: [7msill[0m [35mextract[0m babel-plugin-istanbul@[0m[K
[[7m [27m[90m..........[0m] - extract:write: [7msill[0m [35mextract[0m rimraf@2.6.2[0m[K
[[7m [27m[90m..........[0m] - extract:true-case-path: [7msill[0m [35mextract[0m pump@2.0.1 extracte[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:inflight: [7msill[0m [35mextract[0m rimraf@2.7.1 extracted to[0m[K
[[7m [27m[90m..........[0m] | extract:glob: [7msill[0m [35mtarball[0m no local data for escodegen@1[0m[K
[[7m [27m[90m..........[0m] / extract:is-fullwidth-code-point: [7msill[0m [35mextract[0m cliui@3.2.[0m[K
[[7m [27m[90m..........[0m] | extract:yaml: [7msill[0m [35mextract[0m create-react-class@15.6.3[0m[K
[[7m [27m[90m..........[0m] - extract:end-of-stream: [7msill[0m [35mextract[0m end-of-stream@1.4.1[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:data-urls: [32;40mhttp[0m [35mfetch[0m GET 200 https://registry.n[0m[K
[[7m [27m[90m..........[0m] / extract:optionator: [7msill[0m [35mtarball[0m trying websocket-extens[0m[K
[[7m [27m[90m..........[0m] \ extract:gauge: [7msill[0m [35mextract[0m gauge@2.7.4 extracted to /va[0m[K
[[7m [27m[90m..........[0m] - extract:yallist: [7msill[0m [35mextract[0m yallist@3.1.1 extracted to[0m[K
[[7m [27m[90m..........[0m] | extract:schema-utils: [7msill[0m [35mextract[0m pkg-dir@3.0.0 extract[0m[K
[[7m [27m[90m..........[0m] \ extract:locate-path: [7msill[0m [35mextract[0m strip-ansi@5.2.0[0m[K
[[7m [27m[90m..........[0m] \ extract:websocket-driver: [7msill[0m [35mextract[0m websocket-driver@[0m[K
[[7m [27m[90m..........[0m] \ extract:p-limit: [7msill[0m [35mextract[0m yargs-parser@13.1.2 extrac[0m[K
[[7m [27m[90m..........[0m] / extract:strip-ansi: [7msill[0m [35mextract[0m ms@2.1.2[0m[K
[[7m [27m[90m..........[0m] / extract:p-locate: [7msill[0m [35mextract[0m find-up@3.0.0[0m[K
[[7m [27m[90m..........[0m] | extract:debug: [7msill[0m [35mtarball[0m no local data for whatwg-url[0m[K
[[7m [27m[90m..........[0m] | extract:p-locate: [7msill[0m [35mextract[0m p-try@2.2.0 extracted to[0m[K
[[7m [27m[90m..........[0m] - extract:@testing-library/user-event: [32;40mhttp[0m [35mfetch[0m GET 200[0m[K
[[7m [27m[90m..........[0m] \ extract:webidl-conversions: [7msill[0m [35mextract[0m rc-upload@2.9.4[0m[K
[[7m [27m[90m..........[0m] / extract:glob-parent: [7msill[0m [35mextract[0m warning@4.0.3[0m[K
[[7m [27m[90m..........[0m] / extract:braces: [7msill[0m [35mtarball[0m no local data for vm-browse[0m[K
[[7m [27m[90m..........[0m] - extract:source-map: [7msill[0m [35mextract[0m walker@1.0.7 extracted[0m[K
[[7m [27m[90m..........[0m] \ extract:void-elements: [7msill[0m [35mextract[0m void-elements@2.0.1[0m[K
[[7m [27m[90m..........[0m] / extract:read-pkg: [7msill[0m [35mextract[0m w3c-hr-time@1.0.1 extract[0m[K
[[7m [27m[90m..........[0m] | extract:read-pkg-up: [7msill[0m [35mextract[0m read-pkg@1.1.0 extract[0m[K
[[7m [27m[90m..........[0m] | extract:tar: [7msill[0m [35mextract[0m jest-worker@24.6.0[0m[K
[[7m [27m[90m..........[0m] / extract:sockjs-client: [7msill[0m [35mtarball[0m no local data for en[0m[K
[[7m [27m[90m..........[0m] / extract:readdirp: [7msill[0m [35mextract[0m readdirp@2.2.1 extracted[0m[K
[[7m [27m[90m.........[0m] / extract:from2: [7msill[0m [35mextract[0m flush-write-stream@1.1.1 ext[0m[K
[[7m [27m[90m.........[0m] - extract:are-we-there-yet: [7msill[0m [35mextract[0m util-deprecate@1.[0m[K
[[7m [27m[90m.........[0m] - extract:util: [32;40mhttp[0m [35mfetch[0m GET 200 https://registry.npmjs.[0m[K
[[7m [27m[90m.........[0m] / extract:readable-stream: [7msill[0m [35mextract[0m readable-stream@3.[0m[K
[[7m [27m[90m.........[0m] | extract:@jest/fake-timers: [7msill[0m [35mtarball[0m trying snapdrago[0m[K
[[7m [27m[90m.........[0m] - extract:http-proxy-middleware: [7msill[0m [35mextract[0m http-proxy-m[0m[K
[[7m [27m[90m.........[0m] | extract:react-router: [7msill[0m [35mtarball[0m trying har-validator@[0m[K
[[7m [27m[90m.........[0m] - extract:jest-worker: [7msill[0m [35mtarball[0m no local data for upat[0m[K
[[7m [27m[90m.........[0m] / extract:urix: [32;40mhttp[0m [35mfetch[0m GET 200 https://registry.npmjs.[0m[K
[[7m [27m[90m.........[0m] \ extract:base: [7msill[0m [35mtarball[0m no local data for @babel/plug[0m[K
[[7m [27m[90m.........[0m] \ extract:isarray: [7msill[0m [35mextract[0m jest-util@24.9.0 extracted[0m[K
[[7m [27m[90m.........[0m] \ extract:lru-cache: [32;40mhttp[0m [35mfetch[0m GET 200 https://registry.n[0m[K
[[7m [27m[90m.........[0m] \ extract:locate-path: [7msill[0m [35mextract[0m p-locate@3.0.0 extract[0m[K
[[7m [27m[90m.........[0m] / extract:type-is: [7msill[0m [35mtarball[0m trying @babel/plugin-trans[0m[K
[[7m [27m[90m.........[0m] / extract:levn: [7msill[0m [35mtarball[0m no local data for @babel/help[0m[K
[[7m [27m[90m.........[0m] - extract:istanbul-lib-instrument: [7msill[0m [35mextract[0m tweetnacl@[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:sshpk: [7msill[0m [35mtarball[0m trying send@0.17.1 by hash:[0m[K
[[7m [27m[90m.........[0m] / extract:toidentifier: [7msill[0m [35mextract[0m serve-static@1.14.1 e[0m[K
[[7m [27m[90m.........[0m] / extract:toposort: [7msill[0m [35mtarball[0m no local data for @babel/[0m[K
[[7m [27m[90m.........[0m] - extract:copy-to-clipboard: [32;40mhttp[0m [35mfetch[0m GET 200 https://re[0m[K
[[7m [27m[90m.........[0m] - extract:ajv: [32;40mhttp[0m [35mfetch[0m GET 200 https://registry.npmjs.o[0m[K
[[7m [27m[90m.........[0m] - extract:babel-plugin-jest-hoist: [7msill[0m [35mtarball[0m no local d[0m[K
[[7m [27m[90m.........[0m] \ extract:@babel/helper-function-name: [7msill[0m [35mextract[0m @babel[0m[K
[[7m [27m[90m.........[0m] \ extract:@babel/plugin-transform-dotall-regex: [7msill[0m [35mextra[0m[K
[[7m [27m[90m.........[0m] / extract:@babel/plugin-proposal-unicode-property-regex: [7ms[0m[K
[[7m [27m[90m.........[0m] - extract:fbjs: [7msill[0m [35mextract[0m fbjs@2.0.0 extracted to /var/[0m[K
[[7m [27m[90m.........[0m] \ extract:@babel/helper-builder-react-jsx: [32;40mhttp[0m [35mfetch[0m GET[0m[K
[[7m [27m[90m.........[0m] \ extract:to-fast-properties: [7msill[0m [35mextract[0m to-fast-propert[0m[K
[[7m [27m[90m.........[0m] \ extract:@ant-design/colors: [32;40mhttp[0m [35mfetch[0m GET 200 https://r[0m[K
[[7m [27m[90m.........[0m] | extract:timers-browserify: [7msill[0m [35mextract[0m terser@4.3.8[0m[K
[[7m [27m[90m.........[0m] / extract:lru-cache: [7msill[0m [35mextract[0m lru-cache@5.1.1 extracte[0m[K
[[7m [27m[90m.........[0m] / extract:tinycolor2: [7msill[0m [35mextract[0m p-try@2.2.0[0m[K
[[7m [27m[90m.........[0m] \ extract:locate-path: [7msill[0m [35mtarball[0m no local data for tapa[0m[K
[[7m [27m[90m.........[0m] - extract:merge-stream: [7msill[0m [35mtarball[0m no local data for sym[0m[K
[[7m [27m[90m.........[0m] - extract:chownr: [7msill[0m [35mextract[0m postcss-modules-extract-imp[0m[K
[[7m [27m[90m.........[0m] - extract:@types/babel__generator: [32;40mhttp[0m [35mfetch[0m GET 200 http[0m[K
[[7m [27m[90m.........[0m] / extract:symbol-observable: [32;40mhttp[0m [35mfetch[0m GET 200 https://re[0m[K
[[7m [27m[90m.........[0m] / extract:source-map: [7msill[0m [35mextract[0m @jest/test-result@24.9.[0m[K
[[7m [27m[90m.........[0m] / extract:@jest/console: [7msill[0m [35mtarball[0m no local data for @b[0m[K
[[7m [27m[90m.........[0m] / extract:@jest/console: [7msill[0m [35mextract[0m @jest/console@24.9.0[0m[K
[[7m [27m[90m.........[0m] - extract:supports-color: [32;40mhttp[0m [35mfetch[0m GET 200 https://regis[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:ansi-regex: [32;40mhttp[0m [35mfetch[0m GET 200 https://registry.[0m[K
[[7m [27m[90m.........[0m] / extract:string-convert: [7msill[0m [35mextract[0m sort-keys@1.1.2[0m[K
[[7m [27m[90m.........[0m] / extract:ms: [7msill[0m [35mextract[0m kind-of@3.2.2[0m[K
[[7m [27m[90m........[0m] | extract:define-property: [7msill[0m [35mextract[0m shellwords@0.1.1[0m[K
[[7m [27m[90m........[0m] | extract:slash: [7msill[0m [35mextract[0m rc-dialog@7.6.0[0m[K
[[7m [27m[90m........[0m] | extract:loud-rejection: [7msill[0m [35mextract[0m shebang-regex@1.0.0[0m[K
[[7m [27m[90m........[0m] - extract:sourcemapped-stacktrace: [7msill[0m [35mextract[0m create-hma[0m[K
[[7m [27m[90m........[0m] - extract:rc-rate: [7msill[0m [35mextract[0m mini-store@2.0.0 extracted[0m[K
[[7m [27m[90m........[0m] - extract:setimmediate: [7msill[0m [35mtarball[0m no local data for sem[0m[K
[[7m [27m[90m........[0m] | extract:ms: [7msill[0m [35mextract[0m ecc-jsbn@0.1.2[0m[K
[[7m [27m[90m........[0m] \ extract:semver-compare: [32;40mhttp[0m [35mfetch[0m GET 200 https://regis[0m[K
[[7m [27m[90m........[0m] \ extract:regex-not: [7msill[0m [35mextract[0m rmc-feedback@2.0.0[0m[K
[[7m [27m[90m........[0m] \ extract:asn1: [7msill[0m [35mextract[0m md5.js@1.3.5 extracted to /va[0m[K
[[7m [27m[90m........[0m] - extract:run-node: [7msill[0m [35mextract[0m run-async@2.3.0 extracted[0m[K
[[7m [27m[90m........[0m] - extract:resolve-from: [7msill[0m [35mtarball[0m no local data for reg[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:require-from-string: [32;40mhttp[0m [35mfetch[0m GET 200 https://[0m[K
[[7m [27m[90m........[0m] \ extract:regenerate: [32;40mhttp[0m [35mfetch[0m GET 200 https://registry.[0m[K
[[7m [27m[90m........[0m] - extract:iconv-lite: [7msill[0m [35mtarball[0m no local data for react[0m[K
[[7m [27m[90m........[0m] - extract:react-lifecycles-compat: [7msill[0m [35mextract[0m rc-checkbo[0m[K
[[7m [27m[90m........[0m] - extract:jest-leak-detector: [7msill[0m [35mextract[0m rc-hammerjs@0.6[0m[K
[[7m [27m[90m........[0m] \ extract:querystringify: [7msill[0m [35mextract[0m range-parser@1.2.1[0m[K
[[7m [27m[90m........[0m] \ extract:rc-steps: [7msill[0m [35mextract[0m eslint-module-utils@2.3.0[0m[K
[[7m [27m[90m........[0m] \ extract:supports-color: [7msill[0m [35mextract[0m find-up@1.1.2[0m[K
[[7m [27m[90m........[0m] - extract:find-up: [7msill[0m [35mtarball[0m no local data for resolve@[0m[K
[[7m [27m[90m........[0m] / extract:dir-glob: [7msill[0m [35mextract[0m path-type@3.0.0 extracted[0m[K
[[7m [27m[90m........[0m] | extract:locate-path: [32;40mhttp[0m [35mfetch[0m GET 200 https://registry[0m[K
[[7m [27m[90m........[0m] - extract:pascalcase: [7msill[0m [35mextract[0m opn@5.5.0[0m[K
[[7m [27m[90m........[0m] - extract:osenv: [32;40mhttp[0m [35mfetch[0m GET 200 https://registry.npmjs[0m[K
[[7m [27m[90m........[0m] \ extract:onetime: [7msill[0m [35mtarball[0m trying string-width@1.0.2[0m[K
[[7m [27m[90m........[0m] / extract:object-visit: [7msill[0m [35mextract[0m object-copy@0.1.0 ext[0m[K
[[7m [27m[90m........[0m] - extract:add-dom-event-listener: [7msill[0m [35mtarball[0m no local da[0m[K
[[7m [27m[90m........[0m] | extract:get-stdin: [7msill[0m [35mextract[0m object-is@1.1.5 extracte[0m[K
[[7m [27m[90m........[0m] - extract:css-select: [7msill[0m [35mextract[0m nopt@3.0.6 extracted to[0m[K
[[7m [27m[90m........[0m] - extract:bser: [7msill[0m [35mextract[0m hmac-drbg@1.0.1[0m[K
[[7m [27m[90m........[0m] | extract:fs-minipass: [32;40mhttp[0m [35mfetch[0m GET 200 https://registry[0m[K
[[7m [27m[90m........[0m] - extract:mimic-fn: [7msill[0m [35mextract[0m lz-string@1.4.4[0m[K
[[7m [27m[90m.......[0m] \ extract:miller-rabin: [32;40mhttp[0m [35mfetch[0m GET 200 https://registr[0m[K
[[7m [27m[90m.......[0m] \ extract:fragment-cache: [7msill[0m [35mextract[0m map-cache@0.2.2 ext[0m[K
[[7m [27m[90m.......[0m] / extract:lodash.tail: [7msill[0m [35mextract[0m invariant@2.2.4 extrac[0m[K
[[7m [27m[90m.......[0m] / extract:loader-runner: [7msill[0m [35mextract[0m is-descriptor@1.0.2[0m[K
[[7m [27m[90m.......[0m] - extract:is-accessor-descriptor: [32;40mhttp[0m [35mfetch[0m GET 200 https[0m[K
[[7m [27m[90m.......[0m] / extract:kind-of: [7msill[0m [35mextract[0m supports-color@6.1.0[0m[K
[[7m [27m[90m.......[0m] / extract:require-main-filename: [7msill[0m [35mextract[0m which-module[0m[K
[[7m [27m[90m.......[0m] / extract:js-base64: [7msill[0m [35mextract[0m @jest/types@24.9.0[0m[K
[[7m [27m[90m.......[0m] - extract:jest-get-type: [7msill[0m [35mextract[0m strip-ansi@5.2.0 ext[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 [35mtarball[0m trying is-utf8@0.2.[0m[K
[[7m [27m[90m.......[0m] / extract:isobject: [32;40mhttp[0m [35mfetch[0m GET 200 https://registry.np[0m[K
[[7m [27m[90m.......[0m] / extract:isexe: [7msill[0m [35mextract[0m is-descriptor@0.1.6[0m[K
[[7m [27m[90m.......[0m] | extract:is-path-cwd: [32;40mhttp[0m [35mfetch[0m GET 200 https://registry[0m[K
[[7m [27m[90m.......[0m] / extract:source-map: [7msill[0m [35mextract[0m kind-of@5.1.0 extracted[0m[K
[[7m [27m[90m.......[0m] - extract:is-accessor-descriptor: [7msill[0m [35mextract[0m kind-of@4.0[0m[K
[[7m [27m[90m.......[0m] \ extract:imurmurhash: [32;40mhttp[0m [35mfetch[0m GET 200 https://registry[0m[K
[[7m [27m[90m.......[0m] / extract:import-fresh: [32;40mhttp[0m [35mfetch[0m GET 200 https://registr[0m[K
[[7m [27m[90m.......[0m] | extract:http-parser-js: [7msill[0m [35mextract[0m is-arguments@1.1.0[0m[K
[[7m [27m[90m.......[0m] / extract:big.js: [7msill[0m [35mextract[0m get-value@2.0.6[0m[K
[[7m [27m[90m.......[0m] | extract:global-modules-path: [32;40mhttp[0m [35mfetch[0m GET 200 https://[0m[K
[[7m [27m[90m.......[0m] / extract:fresh: [7msill[0m [35mextract[0m for-in@1.0.2 extracted to /v[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:has-symbols: [7msill[0m [35mextract[0m extsprintf@1.3.0 extra[0m[K
[[7m [27m[90m.......[0m] | extract:esrecurse: [7msill[0m [35mextract[0m entities@1.1.2[0m[K
[[7m [27m[90m.......[0m] | extract:eslint-scope: [7msill[0m [35mtarball[0m no local data for dra[0m[K
[[7m [27m[90m.......[0m] / extract:qs: [7msill[0m [35mextract[0m encodeurl@1.0.2 extracted to /v[0m[K
[[7m [27m[90m.......[0m] \ extract:bn.js: [7msill[0m [35mextract[0m dom-closest@0.2.0 extracted[0m[K
[[7m [27m[90m.......[0m] - extract:detect-node: [7msill[0m [35mtarball[0m no local data for @emo[0m[K
[[7m [27m[90m.......[0m] \ extract:draft-js-export-html: [32;40mhttp[0m [35mfetch[0m GET 200 https:/[0m[K
[[7m [27m[90m.......[0m] \ extract:css-what: [32;40mhttp[0m [35mfetch[0m GET 200 https://registry.np[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:dashdash: [7msill[0m [35mextract[0m copy-descriptor@0.1.1 ext[0m[K
[[7m [27m[90m......[0m] - extract:domhandler: [7msill[0m [35mtarball[0m no local data for compo[0m[K
[[7m [27m[90m......[0m] / extract:immutable: [7msill[0m [35mextract[0m contains-path@0.1.0 extr[0m[K
[[7m [27m[90m......[0m] \ extract:compressible: [7msill[0m [35mextract[0m cross-fetch@3.1.4 ext[0m[K
[[7m [27m[90m......[0m] \ extract:strip-ansi: [7msill[0m [35mtarball[0m no local data for chown[0m[K
[[7m [27m[90m......[0m] / extract:cli-width: [7msill[0m [35mextract[0m buffer-xor@1.0.3[0m[K
[[7m [27m[90m......[0m] - extract:caller-path: [7msill[0m [35mextract[0m callsites@0.2.0 extrac[0m[K
[[7m [27m[90m......[0m] - extract:buffer-from: [7msill[0m [35mextract[0m isarray@1.0.0 extracte[0m[K
[[7m [27m[90m......[0m] - extract:bytes: [7msill[0m [35mextract[0m strip-ansi@3.0.1[0m[K
[[7m [27m[90m......[0m] \ extract:p-locate: [7msill[0m [35mtarball[0m no local data for aws4@1.[0m[K
[[7m [27m[90m......[0m] \ extract:resolve-from: [7msill[0m [35mextract[0m assert-plus@1.0.0[0m[K
[[7m [27m[90m......[0m] / extract:assign-symbols: [7msill[0m [35mextract[0m array-find-index@1.[0m[K
[[7m [27m[90m......[0m] | extract:array-uniq: [32;40mhttp[0m [35mfetch[0m GET 200 https://registry.[0m[K
[[7m [27m[90m......[0m] | extract:arr-flatten: [7msill[0m [35mextract[0m aproba@1.2.0 extracted[0m[K
[[7m [27m[90m......[0m] | extract:source-map: [7msill[0m [35mtarball[0m trying @webassemblyjs/h[0m[K
[[7m [27m[90m......[0m] - extract:cssstyle: [32;40mhttp[0m [35mfetch[0m GET 200 https://registry.np[0m[K
[[7m [27m[90m......[0m] / extract:acorn-globals: [7msill[0m [35mextract[0m @webassemblyjs/utf8@[0m[K
[[7m [27m[90m......[0m] - extract:source-map: [7msill[0m [35mextract[0m @types/yargs-parser@20.[0m[K
[[7m [27m[90m......[0m] / extract:@webassemblyjs/helper-buffer: [7msill[0m [35mtarball[0m no lo[0m[K
[[7m [27m[90m......[0m] / extract:ajv-keywords: [32;40mhttp[0m [35mfetch[0m GET 200 https://registr[0m[K
[[7m [27m[90m......[0m] \ extract:aria-query: [7msill[0m [35mextract[0m @types/istanbul-reports[0m[K
[[7m [27m[90m......[0m] / extract:@types/istanbul-lib-coverage: [7msill[0m [35mtarball[0m no lo[0m[K
[[7m [27m[90m......[0m] / extract:@jest/types: [32;40mhttp[0m [35mfetch[0m GET 200 https://registry[0m[K
[[7m [27m[90m......[0m] | extract:clean-css: [7msill[0m [35mextract[0m clean-css@4.2.1 extracte[0m[K
[[7m [27m[90m......[0m] | extract:supports-color: [32;40mhttp[0m [35mfetch[0m GET 200 https://regis[0m[K
[[7m [27m[90m......[0m] | extract:callsites: [32;40mhttp[0m [35mfetch[0m GET 200 https://registry.n[0m[K
[[7m [27m[90m......[0m] | extract:resolve: [7msill[0m [35mextract[0m resolve@1.1.7 extracted to[0m[K
[[7m [27m[90m......[0m] \ extract:@emotion/unitless: [32;40mhttp[0m [35mfetch[0m GET 200 https://re[0m[K
[[7m [27m[90m......[0m] | extract:@emotion/stylis: [7msill[0m [35mextract[0m @emotion/stylis@0.[0m[K
[[7m [27m[90m......[0m] / extract:babel-runtime: [7msill[0m [35mextract[0m babel-runtime@6.26.0[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:@types/yargs: [7msill[0m [35mextract[0m @types/yargs@12.0.12[0m[K
[[7m [27m[90m......[0m] | extract:moment: [7msill[0m [35mextract[0m moment@2.24.0 extracted to[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:lodash-es: [7msill[0m [35mextract[0m lodash-es@4.17.21 extrac[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:@types/node: [7msill[0m [35mextract[0m @types/node@16.3.3 ext[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:@emotion/sheet: [7msill[0m [35mextract[0m @emotion/sheet@0.9.[0m[K
[[7m [27m[90m......[0m] \ extract:@babel/runtime-corejs3: [7msill[0m [35mextract[0m @babel/runt[0m[K
[[7m [27m[90m......[0m] \ extract:@babel/runtime-corejs3: [7msill[0m [35mextract[0m @babel/runt[0m[K
[[7m [27m[90m......[0m] \ extract:@babel/runtime-corejs3: [7msill[0m [35mextract[0m @babel/runt[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:relative-time-format: [7msill[0m [35mextract[0m relative-time[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:@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: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:caniuse-lite: [7msill[0m [35mextract[0m caniuse-lite@1.0.3000[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:@ant-design/icons: [7msill[0m [35mextract[0m @ant-design/icon[0m[K
[[7m [27m[90m......[0m] - extract:@ant-design/icons: [7msill[0m [35mextract[0m @ant-design/icon[0m[K
[[7m [27m[90m......[0m] - extract:@ant-design/icons: [7msill[0m [35mextract[0m @ant-design/icon[0m[K
[[7m [27m[90m......[0m] - extract:@ant-design/icons: [7msill[0m [35mextract[0m @ant-design/icon[0m[K
[[7m [27m[90m......[0m] \ extract:core-js: [7msill[0m [35mextract[0m core-js@2.6.5 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: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] / finalize:yup: [7msill[0m [35mdoSerial[0m finalize 14620[0m[K
[[7m [27m[90m......[0m] \ finalize:@types/lodash: [7msill[0m [35mfinalize[0m /var/akvo/rsr/code[0m[K
[[7m [27m[90m......[0m] / finalize:isarray: [7msill[0m [35mfinalize[0m /var/akvo/rsr/code/akvo/[0m[K
[[7m [27m[90m......[0m] | finalize:enquire.js: [7msill[0m [35mfinalize[0m /var/akvo/rsr/code/ak[0m[K
[[7m [27m[90m......[0m] - finalize:npmlog: [7msill[0m [35mfinalize[0m /var/akvo/rsr/code/akvo/r[0m[K
[[7m [27m[90m......[0m] | finalize:is-glob: [7msill[0m [35mfinalize[0m /var/akvo/rsr/code/akvo/[0m[K
[[7m [27m[90m......[0m] | finalize:supports-color: [7msill[0m [35mfinalize[0m /var/akvo/rsr/cod[0m[K
[[7m [27m[90m......[0m] \ finalize:mkdirp: [7msill[0m [35mfinalize[0m /var/akvo/rsr/code/akvo/r[0m[K
[[7m [27m[90m......[0m] | finalize:multicast-dns-service-types: [7msill[0m [35mfinalize[0m /var[0m[K
[[7m [27m[90m......[0m] \ finalize:object-visit: [7msill[0m [35mfinalize[0m /var/akvo/rsr/code/[0m[K
[[7m [27m[90m......[0m] \ finalize:posix-character-classes: [7msill[0m [35mfinalize[0m /var/akv[0m[K
[[7m [27m[90m......[0m] / finalize:regexpp: [7msill[0m [35mfinalize[0m /var/akvo/rsr/code/akvo/[0m[K
[[7m [27m[90m......[0m] \ finalize:clone-deep: [7msill[0m [35mfinalize[0m /var/akvo/rsr/code/ak[0m[K
[[7m [27m[90m......[0m] \ finalize:strict-uri-encode: [7msill[0m [35mfinalize[0m /var/akvo/rsr/[0m[K
[[7m [27m[90m......[0m] \ finalize:locate-path: [7msill[0m [35mfinalize[0m /var/akvo/rsr/code/a[0m[K
[[7m [27m[90m......[0m] \ finalize:@babel/helper-builder-binary-assignment-operato[0m[K
[[7m [27m[90m......[0m] / finalize:schema-utils: [7msill[0m [35mfinalize[0m /var/akvo/rsr/code/[0m[K
[[7m [27m[90m......[0m] / finalize:vm-browserify: [7msill[0m [35mfinalize[0m /var/akvo/rsr/code[0m[K
[[7m [27m[90m......[0m] - finalize:faye-websocket: [7msill[0m [35mfinalize[0m /var/akvo/rsr/cod[0m[K
[[7m [27m[90m......[0m] | finalize:fstream: [7msill[0m [35mfinalize[0m /var/akvo/rsr/code/akvo/[0m[K
[[7m [27m[90m......[0m] / finalize:read-pkg: [7msill[0m [35mfinalize[0m /var/akvo/rsr/code/akvo[0m[K
[[7m [27m[90m......[0m] - finalize:humps: [7msill[0m [35mfinalize[0m /var/akvo/rsr/code/akvo/rs[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: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:react-final-form: [7msill[0m [35mrefresh-pack[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:@testing-library/user-event: [7msill[0m [35mr[0m[K
[[7m [27m[90m......[0m] \ refresh-package-json:@emotion/css: [7msill[0m [35mrefresh-package-[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:pump: [7msill[0m [35mrefresh-package-json[0m /va[0m[K
[[7m [27m[90m......[0m] / refresh-package-json:execa: [7msill[0m [35mrefresh-package-json[0m /v[0m[K
[[7m [27m[90m......[0m] \ refresh-package-json:create-react-context: [7msill[0m [35mrefresh-[0m[K
[[7m [27m[90m......[0m] \ refresh-package-json:worker-farm: [7msill[0m [35mrefresh-package-j[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:yargs-parser: [7msill[0m [35mrefresh-package-[0m[K
[[7m [27m[90m......[0m] | refresh-package-json:http-signature: [7msill[0m [35mrefresh-packag[0m[K
[[7m [27m[90m......[0m] / refresh-package-json:stream-browserify: [7msill[0m [35mrefresh-pac[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:html-minifier: [7msill[0m [35mrefresh-package[0m[K
[[7m [27m[90m......[0m] / refresh-package-json:isobject: [7msill[0m [35mrefresh-package-json[0m[0m[K
[[7m [27m[90m......[0m] / refresh-package-json:mime-db: [7msill[0m [35mrefresh-package-json[0m[0m[K
[[7m [27m[90m......[0m] | refresh-package-json:@babel/plugin-transform-object-supe[0m[K
[[7m [27m[90m......[0m] / refresh-package-json:babel-plugin-jest-hoist: [7msill[0m [35mrefre[0m[K
[[7m [27m[90m......[0m] / refresh-package-json:external-editor: [7msill[0m [35mrefresh-packa[0m[K
[[7m [27m[90m......[0m] \ refresh-package-json:multicast-dns: [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:@jest/console: [7msill[0m [35mrefresh-package[0m[K
[[7m [27m[90m......[0m] - refresh-package-json:@jest/test-result: [7msill[0m [35mrefresh-pac[0m[K
[[7m [27m[90m......[0m] \ refresh-package-json:@testing-library/dom: [7msill[0m [35mrefresh-[0m[K
[[7m [27m[90m......[0m] - refresh-package-json:cosmiconfig: [7msill[0m [35mrefresh-package-j[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:rc-calendar: [7msill[0m [35mrefresh-package-j[0m[K
[[7m [27m[90m......[0m] - refresh-package-json:clone-deep: [7msill[0m [35mrefresh-package-js[0m[K
[[7m [27m[90m......[0m] - refresh-package-json:safe-regex: [7msill[0m [35mrefresh-package-js[0m[K
[[7m [27m[90m......[0m] - refresh-package-json:resize-observer-polyfill: [7msill[0m [35mrefr[0m[K
[[7m [27m[90m......[0m] | refresh-package-json:regenerate-unicode-properties: [7msill[0m[0m[K
[[7m [27m[90m......[0m] \ refresh-package-json:range-parser: [7msill[0m [35mrefresh-package-[0m[K
[[7m [27m[90m......[0m] \ refresh-package-json:supports-color: [7msill[0m [35mrefresh-packag[0m[K
[[7m [27m[90m......[0m] | refresh-package-json:path-is-absolute: [7msill[0m [35mrefresh-pack[0m[K
[[7m [27m[90m......[0m] - refresh-package-json:output-file-sync: [7msill[0m [35mrefresh-pack[0m[K
[[7m [27m[90m......[0m] - refresh-package-json:define-properties: [7msill[0m [35mrefresh-pac[0m[K
[[7m [27m[90m......[0m] \ refresh-package-json:node-int64: [7msill[0m [35mrefresh-package-js[0m[K
[[7m [27m[90m......[0m] | refresh-package-json:is-extendable: [7msill[0m [35mrefresh-package[0m[K
[[7m [27m[90m......[0m] / refresh-package-json:camelcase-keys: [7msill[0m [35mrefresh-packag[0m[K
[[7m [27m[90m......[0m] | refresh-package-json:define-property: [7msill[0m [35mrefresh-packa[0m[K
[[7m [27m[90m......[0m] - refresh-package-json:parse-json: [7msill[0m [35mrefresh-package-js[0m[K
[[7m [27m[90m......[0m] / refresh-package-json:jest-serializer: [7msill[0m [35mrefresh-packa[0m[K
[[7m [27m[90m......[0m] / refresh-package-json:jest-docblock: [7msill[0m [35mrefresh-package[0m[K
[[7m [27m[90m......[0m] | refresh-package-json:is-glob: [7msill[0m [35mrefresh-package-json[0m[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:icss-replace-symbols: [7msill[0m [35mrefresh-[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:qs: [7msill[0m [35mrefresh-package-json[0m /var/[0m[K
[[7m [27m[90m......[0m] | refresh-package-json:emojis-list: [7msill[0m [35mrefresh-package-j[0m[K
[[7m [27m[90m......[0m] / refresh-package-json:dashdash: [7msill[0m [35mrefresh-package-json[0m[0m[K
[[7m [27m[90m......[0m] / refresh-package-json:component-indexof: [7msill[0m [35mrefresh-pac[0m[K
[[7m [27m[90m......[0m] / refresh-package-json:caller-callsite: [7msill[0m [35mrefresh-packa[0m[K
[[7m [27m[90m......[0m] | refresh-package-json:supports-color: [7msill[0m [35mrefresh-packag[0m[K
[[7m [27m[90m......[0m] | refresh-package-json:ansi-html: [7msill[0m [35mrefresh-package-jso[0m[K
[[7m [27m[90m......[0m] | refresh-package-json:@webassemblyjs/wasm-parser: [7msill[0m [35mre[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:chrome-trace-event: [32minfo[0m [35mlifecycle[0m babel-plug[0m[K
[[7m [27m[90m......[0m] - preinstall:string-width: [32minfo[0m [35mlifecycle[0m is-mobile@2.1.0~[0m[K
[[7m [27m[90m......[0m] / build:@babel/helper-validator-identifier: [7msill[0m [35mlinkStuff[0m[0m[K
[[7m [27m[90m......[0m] / build:escalade: [7msill[0m [35mlinkStuff[0m escalade@3.1.1 has /var/a[0m[K
[[7m [27m[90m......[0m] / build:espree: [7msill[0m [35mlinkStuff[0m espree@4.1.0 has /var/akvo/[0m[K
[[7m [27m[90m......[0m] / build:imurmurhash: [7msill[0m [35mlinkStuff[0m imurmurhash@0.1.4 has[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:bcrypt-pbkdf: [7msill[0m [35mlinkStuff[0m bcrypt-pbkdf@1.0.2 ha[0m[K
[[7m [27m[90m......[0m] | build:gaze: [7msill[0m [35mlinkStuff[0m gaze@1.1.3 has /var/akvo/rsr/[0m[K
[[7m [27m[90m......[0m] | install:yup: [7msill[0m [35mdoSerial[0m install 14620[0m[K
[[7m [27m[90m......[0m] - install:jest-regex-util: [32minfo[0m [35mlifecycle[0m jest-regex-util@[0m[K
[[7m [27m[90m......[0m] - install:@jest/console: [32minfo[0m [35mlifecycle[0m @jest/console@24.9[0m[K
[[7m [27m[90m......[0m] | install:jest-haste-map: [32minfo[0m [35mlifecycle[0m jest-haste-map@24[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:p-try: [32minfo[0m [35mlifecycle[0m p-try@1.0.0~postinstal[0m[K
[[7m [27m[90m......[0m] | postinstall:throat: [32minfo[0m [35mlifecycle[0m throat@4.1.0~postinst[0m[K
[[7m [27m[90m......[0m] | postinstall:eslint: [32minfo[0m [35mlifecycle[0m eslint@5.0.0~postinst[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:spa: [32minfo[0m [35mlifecycle[0m akvo.rsr.spa@0.0.1~prepare:[0m[K
[[7m [27m[90m.....[0m] / prepare:spa: [32minfo[0m [35mlifecycle[0m akvo.rsr.spa@0.0.1~prepare:[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 30.602s
21 packages are looking for funding
run `npm fund` for details
found [91m369[0m vulnerabilities (23 [1mlow[0m, 96 [93mmoderate[0m, 196 [91mhigh[0m, 54 [95mcritical[0m)
run `npm audit fix` to fix them, or `npm audit` for details
[?25l[[7m [27m[90m.....[0m] \ prepare:spa: [7msill[0m [35minstall[0m printInstalled[0m[K
[K[?25h
> 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!
21:43:53 - 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 "
/usr/local/lib/python3.8/site-packages/django_q/conf.py:139: UserWarning: Retry and timeout are misconfigured. Set retry larger than timeout,
failure to do so will cause the tasks to be retriggered before completion.
See https://django-q.readthedocs.io/en/latest/configure.html#retry for details.
warn(
No changes detected in app 'rsr'
21:43:58 - 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 843934a3ff8cda7[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:lodash: [7msill[0m [35minstall[0m loadAllDepsIntoIdealTree[0m[K
[[7m [27m[90m................[0m] \ loadDep:supports-color: [7msill[0m [35minstall[0m loadAllDepsIntoIdea[0m[K
[[7m [27m[90m................[0m] \ loadDep:is-fullwidth-code-point: [7msill[0m [35minstall[0m loadAllDep[0m[K
[[7m [27m[90m...............[0m] \ loadDep:type-is: [7msill[0m [35minstall[0m loadAllDepsIntoIdealTree[0m[K
[[7m [27m[90m...............[0m] \ loadDep:wide-align: [7msill[0m [35minstall[0m loadAllDepsIntoIdealTre[0m[K
[[7m [27m[90m...............[0m] \ loadDep:yeast: [7msill[0m [35minstall[0m loadAllDepsIntoIdealTree[0m[K
[[7m [27m[90m..............[0m] \ loadDep:source-map: [7msill[0m [35minstall[0m loadAllDepsIntoIdealTre[0m[K
[[7m [27m[90m..............[0m] \ loadDep:lodash: [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:to-fast-properties: [7msill[0m [35minstall[0m loadAllDepsInto[0m[K
[[7m [27m[90m..............[0m] \ loadDep:@babel/types: [7msill[0m [35minstall[0m loadAllDepsIntoIdealT[0m[K
[[7m [27m[90m..............[0m] \ loadDep:node-releases: [7msill[0m [35minstall[0m loadAllDepsIntoIdeal[0m[K
[[7m [27m[90m..............[0m] \ loadDep:balanced-match: [7msill[0m [35minstall[0m loadAllDepsIntoIdea[0m[K
[[7m [27m[90m..............[0m] \ loadDep:uuid: [7msill[0m [35minstall[0m loadAllDepsIntoIdealTree[0m[K
[[7m [27m[90m.............[0m] \ loadDep:lodash.isarray: [7msill[0m [35minstall[0m loadAllDepsIntoIdea[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:unset-value: [7msill[0m [35minstall[0m loadAllDepsIntoIdealTr[0m[K
[[7m [27m[90m.............[0m] \ loadDep:vm-browserify: [7msill[0m [35minstall[0m loadAllDepsIntoIdeal[0m[K
[[7m [27m[90m.............[0m] \ loadDep:uri-js: [7msill[0m [35minstall[0m loadAllDepsIntoIdealTree[0m[K
[[7m [27m[90m.............[0m] \ loadDep:upath: [7msill[0m [35minstall[0m loadAllDepsIntoIdealTree[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: [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] | extract:fsevents: [7msill[0m [35mextract[0m fsevents@1.2.13 extracted[0m[K
[[7m [27m[90m......[0m] / finalize:is-fullwidth-code-point: [7msill[0m [35mfinalize[0m /var/akv[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:front-end: [32minfo[0m [35mlifecycle[0m static@1.0.0~prepare:[0m[K
[[7m [27m[90m.....[0m] | prepare:front-end: [32minfo[0m [35mlifecycle[0m static@1.0.0~prepare:[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 6.727s
8 packages are looking for funding
run `npm fund` for details
found [91m340[0m vulnerabilities (26 [1mlow[0m, 75 [93mmoderate[0m, 183 [91mhigh[0m, 56 [95mcritical[0m)
run `npm audit fix` to fix them, or `npm audit` for details
[?25l[[7m [27m[90m.....[0m] \ prepare:front-end: [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: [1m8320[39m[22mms
Built at: 03/28/2023 [1m9:44:15 PM[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 (41ms)[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.196s[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.644s
[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
21:44:29 - 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 "
/usr/local/lib/python3.8/site-packages/django_q/conf.py:139: UserWarning: Retry and timeout are misconfigured. Set retry larger than timeout,
failure to do so will cause the tasks to be retriggered before completion.
See https://django-q.readthedocs.io/en/latest/configure.html#retry for details.
warn(
820 static files copied to '/var/akvo/rsr/staticroot'.
21:44:31 - 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)
/usr/local/lib/python3.8/site-packages/django_q/conf.py:139: UserWarning: Retry and timeout are misconfigured. Set retry larger than timeout,
failure to do so will cause the tasks to be retriggered before completion.
See https://django-q.readthedocs.io/en/latest/configure.html#retry for details.
warn(
/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:
0 - Not targeted
1 - 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 targeted
1 - 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:461: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Users": _("Users"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:462: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Reports": _("Reports"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:463: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Validation set": _("Validation set"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:464: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"General information": _("General information"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:465: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Program Contacts": _("Program Contacts"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:466: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Partners": _("Partners"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:467: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Private": _("Private"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:468: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Descriptions": _("Descriptions"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:469: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
'Results and indicators': _("Results and indicators"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:470: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Finance": _("Finance"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:471: 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:472: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Project focus": _("Project focus"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:473: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Links and documents": _("Links and documents"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:474: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Comments and keywords": _("Comments and keywords"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:475: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"CRS++ and FSS reporting": _("CRS++ and FSS reporting"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:476: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Preview": _("Preview"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:477: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"menu::settings": _("menu::settings"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:478: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"External project": _("External project"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:479: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Move up": _("Move up"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:480: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Move down": _("Move down"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:481: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Info": _("Info"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:482: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Baseline": _("Baseline"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:483: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Link copied!": _("Link copied!"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:484: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Get a link to this indicator": _("Get a link to this indicator"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:485: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Thematic labels for indicators": _("Thematic labels for indicators"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:486: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Get a link to this period": _("Get a link to this period"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:487: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Start": _("Start"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:488: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"End": _("End"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:489: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"You have insufficient permissions to import results from the selected parent project. Please choose a different parent project.": _("You have insufficient permissions to import results from the selected parent project. Please choose a different parent project."),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:490: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"You have insufficient permissions to copy results from the selected project. Please choose a different project.": _("You have insufficient permissions to copy results from the selected project. Please choose a different project."),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:491: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Open": _("Open"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:492: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Get a link to this result": _("Get a link to this result"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:493: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Add new organisation": _("Add new organisation"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:494: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Add New Organization": _("Add New Organization"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:495: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Long name": _("Long name"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:496: 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:497: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Organisation type": _("Organisation type"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:498: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Website": _("Website"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:499: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Contact name": _("Contact name"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:500: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Contact email": _("Contact email"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:501: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Organisation logo": _("Organisation logo"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:502: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Select Image": _("Select Image"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:503: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"settings": _("settings"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:504: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"External child projects": _("External child projects"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:505: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Add external child project": _("Add external child project"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:506: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Parent project not in RSR": _("Parent project not in RSR"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:507: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Include in IATI export": _("Include in IATI export"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:508: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"(1){child project};(2-inf){child projects};": _("(1){child project};(2-inf){child projects};"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:509: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"(1){child project};(2-inf){child projects};_plural": _("(1){child project};(2-inf){child projects};_plural"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:510: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Go to selected": _("Go to selected"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:511: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Level {{level}} projects": _("Level {{level}} projects"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:512: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Programs": _("Programs"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:513: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Projects hierarchy": _("Projects hierarchy"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:514: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Filter": _("Filter"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:515: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Select a level {{level}} project with children": _("Select a level {{level}} project with children"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:516: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"All countries": _("All countries"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:517: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"All sectors": _("All sectors"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:518: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Filter:": _("Filter:"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:519: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Privacy": _("Privacy"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:520: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"public": _("public"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:521: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"private": _("private"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:522: 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:523: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"nperiods": _("{{count}} period"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:524: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"nperiods_plural": _("{{count}} periods"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:525: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"nindicators": _("{{count}} indicator"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:526: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"nindicators_plural": _("{{count}} indicators"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:527: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"ncontributors": _("{{count}} contributor"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:528: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"ncontributors_plural": _("{{count}} contributors"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:529: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"contributor_s": _("contributor"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:530: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"contributor_s_plural": _("contributors"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:531: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"nsubcontributors": _("{{count}} sub-contributor"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:532: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"nsubcontributors_plural": _("{{count}} sub-contributors"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:533: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"country_s": _("country"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:534: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"country_s_plural": _("countries"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:535: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
u"Updates": _(u"Updates"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:536: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
u"Editor": _(u"Editor"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:537: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
u"Add external contributing project": _(u"Add external contributing project"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:538: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
u"Remove Image": _(u"Remove Image"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:539: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
u"Contributes to": _(u"Contributes to"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:540: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
u"Project not in RSR": _(u"Project not in RSR"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:541: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
u"Remove contribution": _(u"Remove contribution"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:542: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
u"Subtitle": _(u"Subtitle"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:543: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
u"Import": _(u"Import"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:544: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
u"from": _(u"from"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:545: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
u"to": _(u"to"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:546: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
u"Remove period": _(u"Remove period"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:547: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
u"Setup defaults": _(u"Setup defaults"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:548: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
u"View defaults": _(u"View defaults"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:549: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
u"Copy defaults": _(u"Copy defaults"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:550: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
u"Target Comment": _(u"Target Comment"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:551: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
u"Import from parent": _(u"Import from parent"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:552: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
u"Custom title": _(u"Custom title"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:553: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
u"Untitled program": _(u"Untitled program"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:554: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
u"Setting up your new program": _(u"Setting up your new program"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:555: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
u"Setting up your new project": _(u"Setting up your new project"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:556: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
u"New Contributing Project": _(u"New Contributing Project"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:557: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
u"Select a level {{level}} project to add a contributor": _(u"Select a level {{level}} project to add a contributor"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:558: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
u"Standalone project": _(u"Standalone project"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:559: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
u"Contributing project": _(u"Contributing project"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:560: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
u"Which program do you want to add the project to": _(u"Which program do you want to add the project to"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:561: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
u"Include value comments": _(u"Include value comments"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:562: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
u"Start date": _(u"Start date"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:563: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
u"End date": _(u"End date"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:564: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
u"Role": _(u"Role"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:565: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
u"Add new user": _(u"Add new user"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:566: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
u"Organisation Reports": _(u"Organisation Reports"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:567: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
u"Change language": _(u"Change language"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:568: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
u"hierarchy": _(u"hierarchy"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:569: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
u"Latest activity file": _(u"Latest activity file"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:570: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
u"View file": _(u"View file"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:571: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
u"Copy link": _(u"Copy link"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:572: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
u"Latest organisation file": _(u"Latest organisation file"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:573: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
u"Show latest activity file on public page": _(u"Show latest activity file on public page"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:574: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
u"New IATI Export": _(u"New IATI Export"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:575: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
u"All projects": _(u"All projects"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:576: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
u"Without errors": _(u"Without errors"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:577: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
u"Included in last export": _(u"Included in last export"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:578: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
u"Published": _(u"Published"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:579: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
u"in last export": _(u"in last export"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:580: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
u"errors": _(u"errors"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:581: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
u"warnings": _(u"warnings"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:582: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
u"Programmes": _(u"Programmes"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:583: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
u"New Program": _(u"New Program"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:584: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
u"Select a program to add a contributor": _(u"Select a program to add a contributor"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:585: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
u"Only published projects can be exported": _(u"Only published projects can be exported"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:586: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
u"Only published projects without errors can be exported": _(u"Only published projects without errors can be exported"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:587: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
u"Export {{N}} selected": _(u"Export {{N}} selected"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:588: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
u"published & public": _(u"published & public"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:589: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
u"unpublished & public": _(u"unpublished & public"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:590: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
u"Email address": _(u"Email address"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:591: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
u"First name": _(u"First name"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:592: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
u"Last name": _(u"Last name"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:593: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
u"Current password": _(u"Current password"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:594: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
u"New password": _(u"New password"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:595: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
u"Repeat password": _(u"Repeat password"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:596: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
u"Period start": _(u"Period start"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:597: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
u"Period end": _(u"Period end"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:598: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
u"Filter updates": _(u"Filter updates"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:599: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
u"0 selected": _(u"0 selected"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:600: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
u"{{count}} indicators": _(u"{{count}} indicator"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:601: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
u"{{count}} indicators_plural": _(u"{{count}} indicators"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:604: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"label": _("project title"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:607: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"label": _("project subtitle"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:610: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"label": _("Status"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:611: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"tooltip": _('There are six different project statuses:
'
/var/akvo/rsr/code/akvo/rsr/views/translations.py:624: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"label": _("IATI identifier"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:625: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"tooltip": _('This is a globally unique identifier for this activity. It is a requirement '
/var/akvo/rsr/code/akvo/rsr/views/translations.py:637: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"label": _("Hierarchy"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:638: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"tooltip": _('If you are reporting multiple levels of projects in RSR, you can specify '
/var/akvo/rsr/code/akvo/rsr/views/translations.py:642: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"label": _("Start date (planned)"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:643: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"tooltip": _("Enter the original start date of the project (DD/MM/YYYY).")
/var/akvo/rsr/code/akvo/rsr/views/translations.py:646: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"label": _("End date (planned)"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:647: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"tooltip": _("Enter the original end date of the project (DD/MM/YYYY).")
/var/akvo/rsr/code/akvo/rsr/views/translations.py:650: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"label": _("start date (actual)"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:651: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"tooltip": _("Enter the actual start date of the project (DD/MM/YYYY).")
/var/akvo/rsr/code/akvo/rsr/views/translations.py:654: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"label": _("end date (actual)"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:655: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"tooltip": _("Enter the actual end date of the project (DD/MM/YYYY).")
/var/akvo/rsr/code/akvo/rsr/views/translations.py:658: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"label": _("language"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:659: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"tooltip": _("Enter the language used when entering the details for this project."),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:662: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"label": _("currency"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:663: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"tooltip": _("The default currency for this project. Used in all financial aspects of the project."),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:666: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"label": _("Photo caption"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:667: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"tooltip": _("Briefly describe who or what you see in the photo."),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:670: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"label": _("Photo credit"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:671: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"tooltip": _("Briefly describe who or what you see in the photo."),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:674: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"label": _('default aid type vocabulary'),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:675: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"tooltip": _('This is the IATI identifier for the type of vocabulary being used for '
/var/akvo/rsr/code/akvo/rsr/views/translations.py:682: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"label": _("default aid type"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:683: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"tooltip": _('This is the IATI identifier for the type of aid being supplied or activity '
/var/akvo/rsr/code/akvo/rsr/views/translations.py:691: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"label": _("default flow type"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:692: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"tooltip": _('This is the IATI identifier for how the activity (project) is funded. For '
/var/akvo/rsr/code/akvo/rsr/views/translations.py:698: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"label": _("default tied status"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:699: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"tooltip": _('This element specifies a default for all the activity’s financial '
/var/akvo/rsr/code/akvo/rsr/views/translations.py:706: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"label": _("collaboration type"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:707: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"tooltip": _('This is the IATI identifier for the type of collaboration involved. For '
/var/akvo/rsr/code/akvo/rsr/views/translations.py:713: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"label": _("default finance type"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:714: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"tooltip": _('This is the IATI identifier for the type of finance. This element specifies '
/var/akvo/rsr/code/akvo/rsr/views/translations.py:721: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"label": _("Amount"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:726: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"label": _("job title"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:727: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"tooltip": _("Job title of the contact person.")
/var/akvo/rsr/code/akvo/rsr/views/translations.py:730: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"label": _("Name"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:731: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"tooltip": _("Please enter the name of the contact person for this project.")
/var/akvo/rsr/code/akvo/rsr/views/translations.py:734: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"label": _("Type"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:735: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"tooltip": _("What types of enquiries this contact person is best-placed to handle.")
/var/akvo/rsr/code/akvo/rsr/views/translations.py:738: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"label": _("contact address"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:739: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"tooltip": _("Address of the contact person. Avoid giving personal contact details.")
/var/akvo/rsr/code/akvo/rsr/views/translations.py:742: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"label": _("contact email")
/var/akvo/rsr/code/akvo/rsr/views/translations.py:745: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"label": _("department")
/var/akvo/rsr/code/akvo/rsr/views/translations.py:748: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"label": _("Organisation"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:749: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"tooltip": _("The organisation that the contact person works for.")
/var/akvo/rsr/code/akvo/rsr/views/translations.py:752: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"label": _("contact phone number"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:753: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"tooltip": _("Contact number for the contact person. Avoid giving personal contact details.")
/var/akvo/rsr/code/akvo/rsr/views/translations.py:756: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"label": _("contact website"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:757: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"tooltip": _('The contact web address, if available. The web address should start with '
/var/akvo/rsr/code/akvo/rsr/views/translations.py:763: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"label": _("Project partner"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:764: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"tooltip": _("Select an organisation that is playing a role in the project. If an organisation is not currently featured in RSR, please contact")
/var/akvo/rsr/code/akvo/rsr/views/translations.py:767: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"label": _("funding amount"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:768: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"tooltip": _('It’s only possible to indicate a funding amount for funding partners. Use a '
/var/akvo/rsr/code/akvo/rsr/views/translations.py:772: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"label": _('secondary reporter'),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:773: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"tooltip": _(
/var/akvo/rsr/code/akvo/rsr/views/translations.py:779: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"label": _("organisation role"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:780: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"tooltip": _('Select the role of the organisation within the project:
'
/var/akvo/rsr/code/akvo/rsr/views/translations.py:793: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"label": _("IATI activity ID"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:794: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"tooltip": _('A valid activity identifier published by the participating organisation '
/var/akvo/rsr/code/akvo/rsr/views/translations.py:801: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"label": _('Project summary'),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:802: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"info": _('Enter a brief summary, try to restrict the number of characters to 400 in '
/var/akvo/rsr/code/akvo/rsr/views/translations.py:812: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"label": _('Goals overview'),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:813: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"info": _('Provide a brief description of the overall project goals.')
/var/akvo/rsr/code/akvo/rsr/views/translations.py:816: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"label": _('Background'),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:817: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"info": _('This should describe the geographical, political, environmental, social '
/var/akvo/rsr/code/akvo/rsr/views/translations.py:822: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"label": _('baseline situation'),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:823: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"info": _('Describe the situation at the start of the project.')
/var/akvo/rsr/code/akvo/rsr/views/translations.py:826: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"label": _('Target group'),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:827: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"info": _('This should include information about the people, organisations or resources '
/var/akvo/rsr/code/akvo/rsr/views/translations.py:831: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"label": _('Project plan'),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:832: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"info": _('Detailed information about the implementation of the project: the what, how, '
/var/akvo/rsr/code/akvo/rsr/views/translations.py:836: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"label": _('Sustainability'),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:837: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"info": _('Describe how you aim to guarantee sustainability of the project until 10 '
/var/akvo/rsr/code/akvo/rsr/views/translations.py:846: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"label": _("Title"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:847: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"tooltip": _('The aim of the project in one sentence. This doesn’t need to be something '
/var/akvo/rsr/code/akvo/rsr/views/translations.py:852: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"tooltip": _("You can provide further information of the result here.")
/var/akvo/rsr/code/akvo/rsr/views/translations.py:888: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Login": _("Login"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:889: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Register": _("Register"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:890: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Filter projects": _("Filter projects"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:891: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"{{projects}} projects": _("{{projects}} projects"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:892: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"{{items}} selected": _("{{items}} selected"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:893: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Find an organisation...": _("Find an organisation..."),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:894: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Filters": _("Filters"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:895: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Most active projects in RSR": _("Most active projects in RSR"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:896: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Most active projects": _("Most active projects"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:897: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"About": _("About"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:898: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Terms": _("Terms"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:899: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Support": _("Support"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:900: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Source": _("Source"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:901: 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:902: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"{{projects}} projects in this area": _("{{projects}} projects in this area"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:903: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"{{projects}} projects globally": _("{{projects}} projects globally"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:904: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"View All": _("View All"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:905: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Number of reported projects in country": _("Number of reported projects in country"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:906: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Countries": _("Countries")
/var/akvo/rsr/code/akvo/rsr/views/translations.py:910: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"COBSEA": _("COBSEA"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:911: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"NOWPAP": _("NOWPAP"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:912: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Nairobi Convention": _("Nairobi Convention"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:913: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"MAP/Barcelona": _("MAP/Barcelona"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:914: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Abidjan": _("Abidjan"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:915: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Tehran": _("Tehran"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:916: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Wider Caribbean": _("Wider Caribbean"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:917: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Black Sea": _("Black Sea"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:918: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"OSPAR": _("OSPAR"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:919: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Red Sea and Gulf of Aden (PERSGA)": _("Red Sea and Gulf of Aden (PERSGA)"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:920: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"ROPME Sea Area": _("ROPME Sea Area"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:921: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"South Asia Seas": _("South Asia Seas"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:922: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"South East Pacific": _("South East Pacific"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:923: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Pacific": _("Pacific"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:924: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Artic": _("Artic"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:925: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Antarctic": _("Antarctic"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:926: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Baltic Sea": _("Baltic Sea"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:927: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"North East Pacific": _("North East Pacific"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:928: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Small Island Developing States": _("Small Island Developing States"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:929: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Least Developed Countries": _("Least Developed Countries"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:930: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Afghanistan": _("Afghanistan"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:931: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Angola": _("Angola"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:932: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Albania": _("Albania"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:933: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Andorra": _("Andorra"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:934: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"United Arab Emirates": _("United Arab Emirates"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:935: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Argentina": _("Argentina"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:936: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Armenia": _("Armenia"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:937: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Antigua and Barbuda": _("Antigua and Barbuda"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:938: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Australia": _("Australia"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:939: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Austria": _("Austria"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:940: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Azerbaijan": _("Azerbaijan"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:941: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Burundi": _("Burundi"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:942: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Belgium": _("Belgium"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:943: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Benin": _("Benin"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:944: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Burkina Faso": _("Burkina Faso"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:945: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Bangladesh": _("Bangladesh"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:946: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Bulgaria": _("Bulgaria"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:947: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Bahrain": _("Bahrain"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:948: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Bahamas": _("Bahamas"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:949: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"The Bahamas": _("Bahamas"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:950: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Bosnia and Herzegovina": _("Bosnia and Herzegovina"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:951: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Belarus": _("Belarus"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:952: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Belize": _("Belize"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:953: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Bolivia": _("Bolivia"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:954: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Bolivia, Plurinational State of": _("Bolivia"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:955: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Brazil": _("Brazil"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:956: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Barbados": _("Barbados"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:957: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Brunei Darussalam": _("Brunei Darussalam"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:958: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Brunei": _("Brunei Darussalam"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:959: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Bhutan": _("Bhutan"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:960: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Botswana": _("Botswana"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:961: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Central African Republic": _("Central African Republic"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:962: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Canada": _("Canada"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:963: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Switzerland": _("Switzerland"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:964: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Chile": _("Chile"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:965: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"China": _("China"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:966: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Côte d’Ivoire": _("Côte d’Ivoire"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:967: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Côte D'ivoire": _("Côte d’Ivoire"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:968: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Cote d'Ivoire": _("Côte d’Ivoire"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:969: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Cameroon": _("Cameroon"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:970: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Democratic Republic of the Congo": _("Democratic Republic of the Congo"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:971: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Congo, The Democratic Republic of the": _("Democratic Republic of the Congo"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:972: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Republic of the Congo": _("Democratic Republic of the Congo"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:973: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Congo": _("Congo"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:974: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Colombia": _("Colombia"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:975: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Comoros": _("Comoros"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:976: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Cape Verde": _("Cape Verde"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:977: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Costa Rica": _("Costa Rica"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:978: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Cuba": _("Cuba"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:979: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Cuba, Republic of": _("Cuba"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:980: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Cyprus": _("Cyprus"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:981: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Czechia": _("Czechia"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:982: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Czech Republic": _("Czechia"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:983: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Germany": _("Germany"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:984: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Djibouti": _("Djibouti"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:985: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Dominica": _("Dominica"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:986: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Denmark": _("Denmark"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:987: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Dominican Republic": _("Dominican Republic"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:988: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Algeria": _("Algeria"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:989: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Ecuador": _("Ecuador"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:990: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Egypt": _("Egypt"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:991: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Eritrea": _("Eritrea"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:992: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Spain": _("Spain"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:993: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Estonia": _("Estonia"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:994: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Ethiopia": _("Ethiopia"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:995: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Finland": _("Finland"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:996: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Fiji": _("Fiji"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:997: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"France": _("France"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:998: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Micronesia (Federated States of)": _("Micronesia (Federated States of)"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:999: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Micronesia, Federated States of": _("Micronesia (Federated States of)"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1000: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Federated States of Micronesia": _("Micronesia (Federated States of)"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1001: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Gabon": _("Gabon"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1002: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"U.K. of Great Britain and Northern Ireland": _("U.K. of Great Britain and Northern Ireland"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1003: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"United Kingdom": _("U.K. of Great Britain and Northern Ireland"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1004: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Georgia": _("Georgia"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1005: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Ghana": _("Ghana"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1006: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Guinea": _("Guinea"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1007: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Gambia": _("Gambia"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1008: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"The Gambia": _("Gambia"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1009: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Guinea-Bissau": _("Guinea-Bissau"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1010: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Guinea-bissau": _("Guinea-Bissau"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1011: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Equatorial Guinea": _("Equatorial Guinea"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1012: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Greece": _("Greece"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1013: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Grenada": _("Grenada"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1014: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Guatemala": _("Guatemala"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1015: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Guyana": _("Guyana"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1016: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Honduras": _("Honduras"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1017: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Croatia": _("Croatia"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1018: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Haiti": _("Haiti"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1019: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Hungary": _("Hungary"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1020: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Indonesia": _("Indonesia"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1021: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"India": _("India"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1022: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Ireland": _("Ireland"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1023: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Iran (Islamic Republic of)": _("Iran (Islamic Republic of)"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1024: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Iran, Islamic Republic of": _("Iran (Islamic Republic of)"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1025: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Iran": _("Iran (Islamic Republic of)"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1026: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Iraq": _("Iraq"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1027: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Iceland": _("Iceland"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1028: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Israel": _("Israel"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1029: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Italy": _("Italy"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1030: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Jamaica": _("Jamaica"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1031: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Jordan": _("Jordan"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1032: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Japan": _("Japan"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1033: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Kazakhstan": _("Kazakhstan"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1034: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Kenya": _("Kenya"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1035: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Kyrgyzstan": _("Kyrgyzstan"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1036: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Cambodia": _("Cambodia"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1037: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Kiribati": _("Kiribati"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1038: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Kiribati, Republic of": _("Kiribati"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1039: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Saint Kitts and Nevis": _("Saint Kitts and Nevis"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1040: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Republic of Korea": _("Republic of Korea"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1041: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"South Korea": _("Republic of Korea"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1042: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Kuwait": _("Kuwait"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1043: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Lao People's Democratic Republic": _("Lao People's Democratic Republic"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1044: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Laos": _("Lao People's Democratic Republic"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1045: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Lebanon": _("Lebanon"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1046: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Liberia": _("Liberia"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1047: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Libya": _("Libya"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1048: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Libyan Arab Jamahiriya": _("Libya"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1049: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Saint Lucia": _("Saint Lucia"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1050: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Liechtenstein": _("Liechtenstein"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1051: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Sri Lanka": _("Sri Lanka"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1052: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Lesotho": _("Lesotho"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1053: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Lithuania": _("Lithuania"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1054: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Luxembourg": _("Luxembourg"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1055: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Latvia": _("Latvia"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1056: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Morocco": _("Morocco"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1057: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Monaco": _("Monaco"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1058: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Moldova, Republic of": _("Moldova, Republic of"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1059: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Madagascar": _("Madagascar"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1060: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Maldives": _("Maldives"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1061: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Mexico": _("Mexico"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1062: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Marshall Islands": _("Marshall Islands"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1063: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"The former Yugoslav Republic of Macedonia": _("The former Yugoslav Republic of Macedonia"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1064: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Macedonia, The Former Yugoslav Republic of": _("The former Yugoslav Republic of Macedonia"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1065: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"North Macedonia": _("The former Yugoslav Republic of Macedonia"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1066: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Mali": _("Mali"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1067: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Malta": _("Malta"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1068: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Myanmar": _("Myanmar"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1069: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Myanmar (Burma)": _("Myanmar"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1070: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Montenegro": _("Montenegro"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1071: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Mongolia": _("Mongolia"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1072: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Mozambique": _("Mozambique"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1073: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Mauritania": _("Mauritania"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1074: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Mauritius": _("Mauritius"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1075: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Malawi": _("Malawi"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1076: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Malaysia": _("Malaysia"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1077: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Namibia": _("Namibia"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1078: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Niger": _("Niger"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1079: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Nigeria": _("Nigeria"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1080: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Nicaragua": _("Nicaragua"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1081: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Netherlands": _("Netherlands"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1082: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Norway": _("Norway"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1083: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Nepal": _("Nepal"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1084: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Nauru": _("Nauru"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1085: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"New Zealand": _("New Zealand"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1086: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Oman": _("Oman"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1087: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Pakistan": _("Pakistan"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1088: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Panama": _("Panama"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1089: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Peru": _("Peru"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1090: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Philippines": _("Philippines"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1091: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Palau": _("Palau"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1092: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Papua New Guinea": _("Papua New Guinea"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1093: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Poland": _("Poland"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1094: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Dem People's Rep of Korea": _("Dem People's Rep of Korea"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1095: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Korea, Democratic People's Republic of": _("Dem People's Rep of Korea"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1096: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"North Korea": _("Dem People's Rep of Korea"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1097: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Portugal": _("Portugal"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1098: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Paraguay": _("Paraguay"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1099: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Qatar": _("Qatar"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1100: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Romania": _("Romania"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1101: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Russian Federation": _("Russian Federation"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1102: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Russia": _("Russian Federation"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1103: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Rwanda": _("Rwanda"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1104: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Saudi Arabia": _("Saudi Arabia"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1105: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Senegal": _("Senegal"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1106: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Singapore": _("Singapore"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1107: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Solomon Islands": _("Solomon Islands"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1108: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Sierra Leone": _("Sierra Leone"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1109: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"El Salvador": _("El Salvador"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1110: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"San Marino": _("San Marino"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1111: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Somalia": _("Somalia"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1112: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Serbia": _("Serbia"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1113: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Sao Tome and Principe": _("Sao Tome and Principe"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1114: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Suriname": _("Suriname"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1115: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Slovakia": _("Slovakia"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1116: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Slovenia": _("Slovenia"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1117: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Sweden": _("Sweden"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1118: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Eswatini": _("Eswatini"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1119: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Swaziland": _("Eswatini"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1120: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Seychelles": _("Seychelles"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1121: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Syrian Arab Republic": _("Syrian Arab Republic"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1122: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Syria": _("Syrian Arab Republic"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1123: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Chad": _("Chad"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1124: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Togo": _("Togo"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1125: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Thailand": _("Thailand"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1126: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Tadjikistan": _("Tadjikistan"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1127: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Turkmenistan": _("Turkmenistan"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1128: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Timor-Leste": _("Timor-Leste"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1129: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Tonga": _("Tonga"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1130: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Trinidad and Tobago": _("Trinidad and Tobago"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1131: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Tunisia": _("Tunisia"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1132: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Turkey": _("Turkey"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1133: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Tuvalu": _("Tuvalu"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1134: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"United Republic of Tanzania": _("United Republic of Tanzania"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1135: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Tanzania, United Republic of": _("United Republic of Tanzania"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1136: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Tanzania": _("United Republic of Tanzania"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1137: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Uganda": _("Uganda"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1138: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Ukraine": _("Ukraine"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1139: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Uruguay": _("Uruguay"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1140: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"United States of America": _("United States of America"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1141: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"United States": _("United States of America"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1142: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Uzbekistan": _("Uzbekistan"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1143: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Saint Vincent and the Grenadines": _("Saint Vincent and the Grenadines"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1144: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Venezuela (Bolivarian Republic of)": _("Venezuela (Bolivarian Republic of)"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1145: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Venezuela, Bolivarian Republic of": _("Venezuela (Bolivarian Republic of)"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1146: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Venezuela": _("Venezuela (Bolivarian Republic of)"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1147: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Viet Nam": _("Viet Nam"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1148: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Vietnam": _("Viet Nam"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1149: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Vanuatu": _("Vanuatu"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1150: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Samoa": _("Samoa"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1151: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Western Samoa": _("Samoa"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1152: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Yemen": _("Yemen"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1153: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"South Africa": _("South Africa"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1154: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Zambia": _("Zambia"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1155: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Zimbabwe": _("Zimbabwe"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1156: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Sudan": _("Sudan"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1157: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"South Sudan": _("South Sudan"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1158: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"All": _("All"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1159: 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:1160: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Reporting": _("Reporting"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1161: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"As an individual": _("As an individual"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1162: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"On behalf of an organisation": _("On behalf of an organisation"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1163: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Type of Action": _("Type of Action"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1164: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Type of action": _("Type of Action"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1165: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"LEGISLATION, STANDARDS, RULES: e.g. agreeing new or changing rules or standards that others should comply with, new regulation, agreements, policies, economic instruments etc. including voluntary commitments.": _("LEGISLATION, STANDARDS, RULES: e.g. agreeing new or changing rules or standards that others should comply with, new regulation, agreements, policies, economic instruments etc. including voluntary commitments."),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1166: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"WORKING WITH PEOPLE: Encouraging or enabling others (e.g., education, training, communication, awareness raising, behaviour change programmes": _("WORKING WITH PEOPLE: Encouraging or enabling others (e.g., education, training, communication, awareness raising, behaviour change programmes"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1167: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"TECHNOLOGY and PROCESSES: New technical developments/innovation (e.g., research and development, new product design, new materials, processes etc.) changes in practice, operations, environmental management and planning.": _("TECHNOLOGY and PROCESSES: New technical developments/innovation (e.g., research and development, new product design, new materials, processes etc.) changes in practice, operations, environmental management and planning."),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1168: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"MONITORING and ANALYSIS: Collecting evidence around plastic discharge to the ocean/waterways? (e.g. monitoring, analysis)": _("MONITORING and ANALYSIS: Collecting evidence around plastic discharge to the ocean/waterways? (e.g. monitoring, analysis)"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1169: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Official agreements": _("Official agreements"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1170: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Policy change or development": _("Policy change or development"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1171: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"High-level strategy": _("High-level strategy"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1172: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Legislation or regulations": _("Legislation or regulations"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1173: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Voluntary commitments": _("Voluntary commitments"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1174: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"New standard(s) or guideline(s)": _("New standard(s) or guideline(s)"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1175: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Change in Taxes/Subsidies": _("Change in Taxes/Subsidies"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1176: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Subsidy/financial incentives": _("Subsidy/financial incentives"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1177: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Ban(s)": _("Ban(s)"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1178: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Package of measures combining incentives and infrastructure (e.g. deposit reward schemes)": _("Package of measures combining incentives and infrastructure (e.g. deposit reward schemes)"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1179: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Awareness raising and Behaviour change": _("Awareness raising and Behaviour change"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1180: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Education/Training": _("Education/Training"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1181: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Workshops": _("Workshops"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1182: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Conferences": _("Conferences"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1183: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Information campaign": _("Information campaign"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1184: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Behaviour change campaign/programme": _("Behaviour change campaign/programme"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1185: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Community Engagement": _("Community Engagement"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1186: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Stakeholder Engagement": _("Stakeholder Engagement"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1187: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Citizen Science": _("Citizen Science"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1188: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Creative/arts event; exhibition": _("Creative/arts event; exhibition"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1189: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Curriculum development": _("Curriculum development"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1190: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Professional skills training": _("Professional skills training"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1191: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Other training programmes": _("Other training programmes"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1192: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Life-long learning": _("Life-long learning"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1193: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Institutional development": _("Institutional development"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1194: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Primary school": _("Primary school"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1195: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Secondary school": _("Secondary school"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1196: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Tertiary higher education": _("Tertiary higher education"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1197: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"New product design": _("New product design"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1198: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Change in service provision": _("Change in service provision"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1199: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Environmental social planning": _("Environmental social planning"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1200: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Change in practice": _("Change in practice"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1201: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Change in operations": _("Change in operations"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1202: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Industrial or production standard": _("Industrial or production standard"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1203: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Different environmental management of land based environments": _("Different environmental management of land based environments"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1204: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Different environmental management of aquatic environments": _("Different environmental management of aquatic environments"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1205: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Research and Development": _("Research and Development"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1206: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"New infrastructure": _("New infrastructure"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1207: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"The use of compostable plastic": _("The use of compostable plastic"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1208: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"The use of bio-based plastic": _("The use of bio-based plastic"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1209: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"The use of biodegradable plastic": _("The use of biodegradable plastic"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1210: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Reducing the environmental impact": _("Reducing the environmental impact"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1211: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Developing a new material": _("Developing a new material"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1212: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Developing a new process": _("Developing a new process"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1213: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Manufacturing and Production": _("Manufacturing and Production"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1214: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Standards": _("Standards"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1215: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Waste Management": _("Waste Management"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1216: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Compostable plastic": _("Compostable plastic"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1217: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Bio-based plastic": _("Bio-based plastic"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1218: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Bio-degradable pastic": _("Bio-degradable pastic"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1219: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Monitoring: On or near ocean surface": _("Monitoring: On or near ocean surface"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1220: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Monitoring: Water column": _("Monitoring: Water column"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1221: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Monitoring: On the seafloor": _("Monitoring: On the seafloor"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1222: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Monitoring: On the shoreline": _("Monitoring: On the shoreline"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1223: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Monitoring: In Biota": _("Monitoring: In Biota"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1224: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Monitoring: Air": _("Monitoring: Air"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1225: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Review and synthesis :Environmental": _("Review and synthesis :Environmental"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1226: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Review and synthesis: Economic": _("Review and synthesis: Economic"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1227: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Review and synthesis: Materials": _("Review and synthesis: Materials"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1228: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Role Organisation": _("Role Organisation"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1229: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Role organisation": _("Role Organisation"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1230: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"We are only reporting it here": _("We are only reporting it here"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1231: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"I/We developed it": _("I/We developed it"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1232: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"I/We are implementing it": _("I/We are implementing it"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1233: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"We are the funding body": _("We are the funding body"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1234: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Responsible Actor": _("Responsible Actor"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1235: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Responsible actor": _("Responsible Actor"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1236: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"PUBLIC ADMINISTRATION (organisations concerned with government policies and programmes)": _("PUBLIC ADMINISTRATION (organisations concerned with government policies and programmes)"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1237: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"PRIVATE SECTOR ORGANISATION (for-profit organisations run by individuals and groups, free from government ownership).": _("PRIVATE SECTOR ORGANISATION (for-profit organisations run by individuals and groups, free from government ownership)."),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1238: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"THIRD SECTOR (e.g. non-governmental and non-profit-making organisations, including charity groups, community groups etc).": _("THIRD SECTOR (e.g. non-governmental and non-profit-making organisations, including charity groups, community groups etc)."),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1239: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"International body": _("International body"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1240: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"National ministry/agency": _("National ministry/agency"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1241: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Sub-national ministry/agency": _("Sub-national ministry/agency"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1242: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Multinational Corporation": _("Multinational Corporation"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1243: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"National Corporation": _("National Corporation"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1244: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Small-medium sized enterprise": _("Small-medium sized enterprise"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1245: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Non-governmental organisation": _("Non-governmental organisation"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1246: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Community based organisation": _("Community based organisation"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1247: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Educational sector": _("Educational sector"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1248: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Reporting and Evaluations": _("Reporting and Evaluations"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1249: 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:1250: 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:1251: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Not applicable": _("Not applicable"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1252: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"There is a mandatory reporting mechanism": _("There is a mandatory reporting mechanism"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1253: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Reporting is voluntary": _("Reporting is voluntary"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1254: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"There is no reporting mechanism": _("There is no reporting mechanism"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1255: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"There is not enough resource to support reporting": _("There is not enough resource to support reporting"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1256: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Reporting is too effortful": _("Reporting is too effortful"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1257: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Outcome Evaluated": _("Outcome Evaluated"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1258: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Geography": _("Geography"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1259: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Global (it covers the whole world)": _("Global (it covers the whole world)"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1260: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Regional (UN Regions)": _("Regional (UN Regions)"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1261: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Transnational (several countries are involved, including bilateral)": _("Transnational (several countries are involved, including bilateral)"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1262: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"National (it covers one entire country)": _("National (it covers one entire country)"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1263: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Sub-national (it covers parts of one country)": _("Sub-national (it covers parts of one country)"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1264: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Global with elements in specific areas": _("Global with elements in specific areas"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1265: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Source to Sea": _("Source to Sea"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1266: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Source to sea": _("Source to Sea"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1267: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Mountains and upland area": _("Mountains and upland area"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1268: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Agricultural land/soils": _("Agricultural land/soils"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1269: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Entire water catchment": _("Entire water catchment"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1270: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Forests or Mangroves": _("Forests or Mangroves"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1271: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Freshwater rivers and lakes": _("Freshwater rivers and lakes"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1272: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Urban environment": _("Urban environment"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1273: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Waste disposal sites": _("Waste disposal sites"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1274: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Coastal zone": _("Coastal zone"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1275: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Maritime area within national jurisdiction": _("Maritime area within national jurisdiction"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1276: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Areas beyond national jurisdiction": _("Areas beyond national jurisdiction"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1277: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Open ocean and high seas": _("Open ocean and high seas"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1278: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Air": _("Air"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1279: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"All of the above": _("All of the above"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1280: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Lifecycle of Plastics": _("Lifecycle of Plastics"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1281: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Lifecycle of plastics": _("Lifecycle of Plastics"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1282: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Raw materials": _("Raw materials"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1283: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Design": _("Design"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1284: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Production / Manufacture": _("Production / Manufacture"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1285: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Use / consumption": _("Use / consumption"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1286: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Collection / sorting of plastics after use": _("Collection / sorting of plastics after use"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1287: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Management of collected plastics": _("Management of collected plastics"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1288: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Clean-up of plastic from the environment": _("Clean-up of plastic from the environment"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1289: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Target Action": _("Target Action"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1290: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Target action": _("Target Action"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1291: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Reducing plastics": _("Reducing plastics"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1292: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Reusing plastic": _("Reusing plastic"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1293: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Recycling plastics": _("Recycling plastics"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1294: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Not Applicable": _("Not Applicable"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1295: 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:1296: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Human health and wellbeing": _("Human health and wellbeing"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1297: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Biodiversity": _("Biodiversity"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1298: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Marine organisms": _("Marine organisms"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1299: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Ecosystem Services": _("Ecosystem Services"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1300: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Food chain": _("Food chain"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1301: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Economics and Trade": _("Economics and Trade"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1302: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Pollutant Targeted": _("Pollutant Targeted"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1303: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Pollutant targeted": _("Pollutant Targeted"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1304: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Macroplastic (large, more than 20 mm, e.g. plastic bottles)": _("Macroplastic (large, more than 20 mm, e.g. plastic bottles)"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1305: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Microplastics (tiny plastic particles less than 5 mm in diameter, e.g., found in personal care products/synthetic textiles)": _("Microplastics (tiny plastic particles less than 5 mm in diameter, e.g., found in personal care products/synthetic textiles)"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1306: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Additives incorporated into plastic items": _("Additives incorporated into plastic items"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1307: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Bottles": _("Bottles"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1308: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Plastic bags": _("Plastic bags"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1309: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Food packaging (containers, wrappers etc.)": _("Food packaging (containers, wrappers etc.)"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1310: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Non-food packaging (containers, wrappers etc.)": _("Non-food packaging (containers, wrappers etc.)"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1311: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Smoking related litter (cigarette butts and packets)": _("Smoking related litter (cigarette butts and packets)"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1312: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Fishing related items": _("Fishing related items"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1313: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Shipping related items": _("Shipping related items"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1314: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Cups (e.g., disposable coffee cups)": _("Cups (e.g., disposable coffee cups)"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1315: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Plastic straws, stirrers, cutlery": _("Plastic straws, stirrers, cutlery"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1316: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Sewage-related items (this could include cotton bud sticks, feminine hygiene items and others disposed of via toilets)": _("Sewage-related items (this could include cotton bud sticks, feminine hygiene items and others disposed of via toilets)"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1317: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Natural disaster/hazard related debris": _("Natural disaster/hazard related debris"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1318: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Polystyrene items": _("Polystyrene items"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1319: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Microbeads used in cosmetics": _("Microbeads used in cosmetics"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1320: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Microplastics used in other products e.g. paints": _("Microplastics used in other products e.g. paints"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1321: 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:1322: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Packaging": _("Packaging"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1323: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Textiles": _("Textiles"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1324: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Transportation": _("Transportation"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1325: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Building, Construction, Demolition": _("Building, Construction, Demolition"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1326: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Industrial Machinery": _("Industrial Machinery"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1327: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Automotive": _("Automotive"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1328: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Electrical and Electronics": _("Electrical and Electronics"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1329: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Agriculture": _("Agriculture"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1330: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Fisheries": _("Fisheries"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1331: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Aquaculture": _("Aquaculture"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1332: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Food & Beverages": _("Food & Beverages"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1333: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Personal Healthcare": _("Personal Healthcare"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1334: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Medical": _("Medical"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1335: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Retail": _("Retail"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1336: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Tourism": _("Tourism"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1337: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Wastewater/Sewage management": _("Wastewater/Sewage management"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1338: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Funding": _("Funding"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1339: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Crowdfunded": _("Crowdfunded"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1340: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Voluntary donations": _("Voluntary donations"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1341: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Public Financing": _("Public Financing"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1342: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Private Sector": _("Private Sector"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1343: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Mixed": _("Mixed"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1344: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Duration": _("Duration"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1345: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Single event": _("Single event"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1346: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Continuous activity less than one year": _("Continuous activity less than one year"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1347: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Continuous activity 1-3 Years": _("Continuous activity 1-3 Years"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1348: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Continuous activity more than 3 Years long": _("Continuous activity more than 3 Years long"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1349: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Giving information to stakeholders (e.g., leaflets, posters)": _("Giving information to stakeholders (e.g., leaflets, posters)"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1350: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Consulting with stakeholders interactively (e.g., workshops)": _("Consulting with stakeholders interactively (e.g., workshops)"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1351: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Seeking feedback from stakeholders (e.g. online)": _("Seeking feedback from stakeholders (e.g. online)"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1352: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Co-creating the action with stakeholders from the start": _("Co-creating the action with stakeholders from the start"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1353: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Industry": _("Industry"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1354: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Government": _("Government"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1355: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Non Governmental Organisations (NGO's)": _("Non Governmental Organisations (NGO's)"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1356: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"United Nations Agency": _("United Nations Agency"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1357: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Community/citizen group(s)": _("Community/citizen group(s)"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1358: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Above": _("Above"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1359: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Action": _("Action"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1360: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Action Details": _("Action Details"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1361: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Action Target": _("Action Target"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1362: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Actions": _("Actions"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1363: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Actions Reported": _("Actions Reported"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1364: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Add new": _("Add new"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1365: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Back to Chart": _("Back to Chart"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1366: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Click to Download": _("Click to Download"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1367: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Close": _("Close"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1368: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Compare": _("Compare"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1369: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Contribution": _("Contribution"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1370: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"contactUs": _("contactUs"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1371: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Count": _("Count"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1372: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Countries": _("Countries"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1373: 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:1374: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Country Actions": _("Country Actions"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1375: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Download": _("Download"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1376: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Evaluation of Actual Outcomes": _("Evaluation of Actual Outcomes"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1377: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Email address": _("Email address"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1378: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Enter subject": _("Enter subject"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1379: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Enter value": _("Enter value"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1380: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Frequently Asked Questions": _("Frequently Asked Questions"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1381: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Filters": _("Filters"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1382: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Funds Generate": _("Funds Generate"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1383: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Generating": _("Generating"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1384: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Glossary": _("Glossary"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1385: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Group": _("Group"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1386: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"in USD": _("in USD"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1387: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Include in-kind contribution": _("Include in-kind contribution"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1388: 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:1389: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Keep Filter": _("Keep Filter"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1390: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Less than": _("Less than"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1391: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Loading": _("Loading"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1392: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Loading Content": _("Loading Content"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1393: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Million": _("Million"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1394: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"More than": _("More than"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1395: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Multi-Country": _("Multi-Country"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1396: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Multi-Country Actions": _("Multi-Country Actions"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1397: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"No Data": _("No Data"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1398: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"No Funding": _("No Funding"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1399: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Number of Reported Actions": _("Number of Reported Actions"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1400: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Overviews": _("Overviews"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1401: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Page Tour": _("Page Tour"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1402: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Please click on the table view of the adjacent map for all countries": _("Please click on the table view of the adjacent map for all countries"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1403: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Please enter correct value": _("Please enter correct value"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1404: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Action Countries": _("Action Countries"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1405: 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:1406: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Reports": _("Reports"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1407: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Report Title": _("Report Title"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1408: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"reported by": _("reported by"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1409: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Reporting and Evaluation": _("Reporting and Evaluation"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1410: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Reset": _("Reset"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1411: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Reset Zoom": _("Reset Zoom"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1412: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Responsible Actors": _("Responsible Actors"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1413: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Role of Organisation": _("Role of Organisation"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1414: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Rows per page": _("Rows per page"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1415: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Save Image": _("Save Image"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1416: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Search": _("Search"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1417: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Select all": _("Select all"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1418: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Subject": _("Subject"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1419: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Sort by": _("Sort by"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1420: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Source Funding": _("Source Funding"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1421: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Submit": _("Submit"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1422: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Summary": _("Summary"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1423: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Support": _("Support"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1424: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Table View": _("Table View"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1425: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Thousand": _("Thousand"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1426: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Top Countries": _("Top Countries"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1427: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Total": _("Total"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1428: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Total Actions": _("Total Actions"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1429: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"View additional details of the reported actions": _("View additional details of the reported actions"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1430: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Compare reported actions across countries/groups": _("Compare reported actions across countries/groups"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1431: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Filter reported actions using various attribute combination.": _("Filter reported actions using various attribute combination."),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1432: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Shows the overview of the reported actions": _("Shows the overview of the reported actions"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1433: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Download data about the reported actions": _("Download data about the reported actions"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1434: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Get in touch with queries / suggestions": _("Get in touch with queries / suggestions"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1435: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Include/Exclude actions imbeing implemetnted across multiple countries": _("Include/Exclude actions imbeing implemetnted across multiple countries"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1436: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Ensures that current filter is applicable to all the tabs": _("Ensures that current filter is applicable to all the tabs"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1437: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Type of Actions": _("Type of Actions"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1438: 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:1439: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Your Message": _("Your Message"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1440: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Zoom-in": _("Zoom-in"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1441: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Zoom-out": _("Zoom-out"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1442: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"About": _("About"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1443: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Terms": _("Terms"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1444: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"API": _("API"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1445: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Source": _("Source"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1446: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Most active projects": _("Most active projects"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1447: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Filter projects": _("Filter projects"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1448: 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:1449: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"View Demo Video": _("View Demo Video"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1450: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Go to Interactive Dashboard": _("Go to Interactive Dashboard"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1451: 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:1452: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"{{projects}} projects": format_lazy('{{{{projects}}}} {name}', name=_('Projects')),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1453: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"{{items}} selected": format_lazy('{{{{items}}}} {name}', name=_('selected')),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1454: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Number of reported projects in country": _("Number of reported projects in country"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1455: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Project Summary": _("Project Summary"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1456: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"No recipient countries specified": _("No recipient countries specified"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1457: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Show map": _("Show map"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1458: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Related Documents": _("Related Documents"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1459: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Related Links": _("Related Links"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1460: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"No Related Documents": _("No Related Documents"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1461: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"No Related Links": _("No Related Links"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1462: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Widgets": _("Widgets"),
/var/akvo/rsr/code/akvo/rsr/views/translations.py:1463: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
"Export Data": _("Export Data"),
/usr/local/lib/python3.8/site-packages/docx/section.py:7: DeprecationWarning: Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated since Python 3.3, and in 3.9 it will stop working
from collections import Sequence
/var/akvo/rsr/code/akvo/urls.py:42: RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path().
url(r'^admin/', admin.site.urls),
/var/akvo/rsr/code/akvo/urls.py:45: RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path().
url(r'^$',
/var/akvo/rsr/code/akvo/urls.py:49: RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path().
url(r'^lockpass/$',
/var/akvo/rsr/code/akvo/urls.py:53: RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path().
url(r'^projects/$',
/var/akvo/rsr/code/akvo/urls.py:56: RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path().
url(r'^project/(?P\d+)/$',
/var/akvo/rsr/code/akvo/urls.py:59: RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path().
url(r'^project/(?P\d+)/hierarchy/$',
/var/akvo/rsr/code/akvo/urls.py:62: RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path().
url(r'^project/(?P\d+)/report/$',
/var/akvo/rsr/code/akvo/urls.py:65: RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path().
url(r'^project/(?P\d+)/widgets/$',
/var/akvo/rsr/code/akvo/urls.py:68: RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path().
url(r'^project/(?P\d+)/updates/$',
/var/akvo/rsr/code/akvo/urls.py:71: RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path().
url(r'^project/(?P\d+)/partners/$',
/var/akvo/rsr/code/akvo/urls.py:74: RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path().
url(r'^project/(?P\d+)/finance/$',
/var/akvo/rsr/code/akvo/urls.py:78: RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path().
url(r'^organisations/$',
/var/akvo/rsr/code/akvo/urls.py:82: RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path().
url(r'^organisation/(?P\d+)/$',
/var/akvo/rsr/code/akvo/urls.py:86: RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path().
url(r'^updates/$',
/var/akvo/rsr/code/akvo/urls.py:89: RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path().
url(r'^project/(?P\d+)/update/(?P\d+)/$',
/var/akvo/rsr/code/akvo/urls.py:93: RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path().
url(r'^register/$',
/var/akvo/rsr/code/akvo/urls.py:96: RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path().
url(r'^activate/(?P[-:\w]+)/$',
/var/akvo/rsr/code/akvo/urls.py:99: RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path().
url(r'^activate_invite/(?P\d+)/(?P\d+)/(?P\d+)/(?P[0-9A-Za-z_\-]+)/(?P[0-9A-Za-z_\-]+)/$',
/var/akvo/rsr/code/akvo/urls.py:102: RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path().
url(r'^sign_in/$',
/var/akvo/rsr/code/akvo/urls.py:105: RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path().
url(r'^sign_out/$',
/var/akvo/rsr/code/akvo/urls.py:108: RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path().
url(r'^reset_password/(?P[0-9A-Za-z_\-]+)/(?P[0-9A-Za-z]{1,13}-[0-9A-Za-z]{1,32})/$',
/var/akvo/rsr/code/akvo/urls.py:111: RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path().
url(r'^reset_password/complete/$',
/var/akvo/rsr/code/akvo/urls.py:115: RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path().
url(r'^logo/$',
/var/akvo/rsr/code/akvo/urls.py:117: RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path().
url(r'^css/$',
/var/akvo/rsr/code/akvo/urls.py:121: RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path().
url(r'^myrsr/$',
/var/akvo/rsr/code/akvo/urls.py:124: RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path().
url(r'^myrsr/my_project/(?P\d+)/$',
/var/akvo/rsr/code/akvo/urls.py:127: RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path().
url(r'^myrsr/details/$',
/var/akvo/rsr/code/akvo/urls.py:130: RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path().
url(r'^myrsr/projects/$',
/var/akvo/rsr/code/akvo/urls.py:134: RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path().
url(r'^myrsr/project_editor/(?P\d+)/$',
/var/akvo/rsr/code/akvo/urls.py:138: RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path().
url(r'^translations.json$', translations.myrsr, name='myrsr-translations'),
/var/akvo/rsr/code/akvo/urls.py:139: RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path().
url(r'^project-dir-translations.json$',
/var/akvo/rsr/code/akvo/urls.py:150: RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path().
url(r'^py-reports/checkz/$',
/var/akvo/rsr/code/akvo/urls.py:153: RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path().
url(r'^py-reports/project/(?P\d+)/results-indicators-map-overview/$',
/var/akvo/rsr/code/akvo/urls.py:157: RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path().
url(r'^py-reports/program/(?P\d+)/projects-results-indicators-map-overview/$',
/var/akvo/rsr/code/akvo/urls.py:161: RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path().
url(r'^py-reports/project/(?P\d+)/results-indicators-table/$',
/var/akvo/rsr/code/akvo/urls.py:165: RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path().
url(r'^py-reports/project/(?P\d+)/updates-table/$',
/var/akvo/rsr/code/akvo/urls.py:169: RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path().
url(r'^py-reports/project/(?P\d+)/results-indicators-overview/$',
/var/akvo/rsr/code/akvo/urls.py:173: RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path().
url(r'^py-reports/project/(?P\d+)/eutf-results-indicators-table/$',
/var/akvo/rsr/code/akvo/urls.py:177: RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path().
url(r'^py-reports/project/(?P\d+)/kickstart-report/$',
/var/akvo/rsr/code/akvo/urls.py:181: RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path().
url(r'^py-reports/project/(?P\d+)/eutf-narrative-report/$',
/var/akvo/rsr/code/akvo/urls.py:185: RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path().
url(r'^py-reports/project/(?P\d+)/overview-report/$',
/var/akvo/rsr/code/akvo/urls.py:189: RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path().
url(r'^py-reports/organisation/(?P\d+)/data-quality-overview/$',
/var/akvo/rsr/code/akvo/urls.py:193: RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path().
url(r'^py-reports/program/(?P\d+)/eutf-results-indicators-table/$',
/var/akvo/rsr/code/akvo/urls.py:197: RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path().
url(r'^py-reports/program/(?P\d+)/eutf-common-output-indicators-table/(?P\d+)/$',
/var/akvo/rsr/code/akvo/urls.py:201: RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path().
url(r'^py-reports/organisation/(?P\d+)/results-indicators-table/$',
/var/akvo/rsr/code/akvo/urls.py:205: RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path().
url(r'^py-reports/organisation/(?P\d+)/org-projects-overview/$',
/var/akvo/rsr/code/akvo/urls.py:209: RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path().
url(r'^py-reports/program/(?P\d+)/program-overview-table/$',
/var/akvo/rsr/code/akvo/urls.py:213: RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path().
url(r'^py-reports/program/(?P\d+)/program-overview/$',
/var/akvo/rsr/code/akvo/urls.py:217: RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path().
url(r'^py-reports/program/(?P\d+)/program-labeled-periods-overview/$',
/var/akvo/rsr/code/akvo/urls.py:221: RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path().
url(r'^py-reports/program/(?P\d+)/nuffic-country-level-report/$',
/var/akvo/rsr/code/akvo/urls.py:226: RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path().
url(r'^project/(?P\d+)/iati/$',
/var/akvo/rsr/code/akvo/urls.py:229: RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path().
url(r'^organisation/(?P\d+)/iati/$',
/var/akvo/rsr/code/akvo/urls.py:233: RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path().
url(r'^organisation/(?P\d+)/iati-org/$',
/var/akvo/rsr/code/akvo/rsr/m49.py:14: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_("World")
/var/akvo/rsr/code/akvo/rsr/m49.py:18: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_("%sAfrica") % (4 * " ")
/var/akvo/rsr/code/akvo/rsr/m49.py:22: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_("%sEastern Africa") % (8 * " ")
/var/akvo/rsr/code/akvo/rsr/m49.py:26: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_("%sBurundi") % (12 * " ")
/var/akvo/rsr/code/akvo/rsr/m49.py:30: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_("%sComoros") % (12 * " ")
/var/akvo/rsr/code/akvo/rsr/m49.py:34: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_("%sDjibouti") % (12 * " ")
/var/akvo/rsr/code/akvo/rsr/m49.py:38: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_("%sEritrea") % (12 * " ")
/var/akvo/rsr/code/akvo/rsr/m49.py:42: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_("%sEthiopia") % (12 * " ")
/var/akvo/rsr/code/akvo/rsr/m49.py:46: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_("%sKenya") % (12 * " ")
/var/akvo/rsr/code/akvo/rsr/m49.py:50: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_("%sMadagascar") % (12 * " ")
/var/akvo/rsr/code/akvo/rsr/m49.py:54: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_("%sMalawi") % (12 * " ")
/var/akvo/rsr/code/akvo/rsr/m49.py:58: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_("%sMauritius") % (12 * " ")
/var/akvo/rsr/code/akvo/rsr/m49.py:62: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_("%sMayotte") % (12 * " ")
/var/akvo/rsr/code/akvo/rsr/m49.py:66: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_("%sMozambique") % (12 * " ")
/var/akvo/rsr/code/akvo/rsr/m49.py:70: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_("%sRéunion") % (12 * " ")
/var/akvo/rsr/code/akvo/rsr/m49.py:74: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_("%sRwanda") % (12 * " ")
/var/akvo/rsr/code/akvo/rsr/m49.py:78: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_("%sSeychelles") % (12 * " ")
/var/akvo/rsr/code/akvo/rsr/m49.py:82: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_("%sSomalia") % (12 * " ")
/var/akvo/rsr/code/akvo/rsr/m49.py:86: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_("%sSouth Sudan") % (12 * " ")
/var/akvo/rsr/code/akvo/rsr/m49.py:90: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_("%sUganda") % (12 * " ")
/var/akvo/rsr/code/akvo/rsr/m49.py:94: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_("%sUnited Republic of Tanzania") % (12 * " ")
/var/akvo/rsr/code/akvo/rsr/m49.py:98: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_("%sZambia") % (12 * " ")
/var/akvo/rsr/code/akvo/rsr/m49.py:102: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_("%sZimbabwe") % (12 * " ")
/var/akvo/rsr/code/akvo/rsr/m49.py:106: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_("%sMiddle Africa") % (8 * " ")
/var/akvo/rsr/code/akvo/rsr/m49.py:110: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_("%sAngola") % (12 * " ")
/var/akvo/rsr/code/akvo/rsr/m49.py:114: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_("%sCameroon") % (12 * " ")
/var/akvo/rsr/code/akvo/rsr/m49.py:118: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_("%sCentral African Republic") % (12 * " ")
/var/akvo/rsr/code/akvo/rsr/m49.py:122: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_("%sChad") % (12 * " ")
/var/akvo/rsr/code/akvo/rsr/m49.py:126: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_("%sCongo") % (12 * " ")
/var/akvo/rsr/code/akvo/rsr/m49.py:130: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_("%sDemocratic Republic of the Congo") % (12 * " ")
/var/akvo/rsr/code/akvo/rsr/m49.py:134: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_("%sEquatorial Guinea") % (12 * " ")
/var/akvo/rsr/code/akvo/rsr/m49.py:138: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_("%sGabon") % (12 * " ")
/var/akvo/rsr/code/akvo/rsr/m49.py:142: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_("%sSao Tome and Principe") % (12 * " ")
/var/akvo/rsr/code/akvo/rsr/m49.py:146: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_("%sNorthern Africa") % (8 * " ")
/var/akvo/rsr/code/akvo/rsr/m49.py:150: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_("%sAlgeria") % (12 * " ")
/var/akvo/rsr/code/akvo/rsr/m49.py:154: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_("%sEgypt") % (12 * " ")
/var/akvo/rsr/code/akvo/rsr/m49.py:158: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_("%sLibya") % (12 * " ")
/var/akvo/rsr/code/akvo/rsr/m49.py:162: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_("%sMorocco") % (12 * " ")
/var/akvo/rsr/code/akvo/rsr/m49.py:166: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_("%sSudan") % (12 * " ")
/var/akvo/rsr/code/akvo/rsr/m49.py:170: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_("%sTunisia") % (12 * " ")
/var/akvo/rsr/code/akvo/rsr/m49.py:174: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_("%sWestern Sahara") % (12 * " ")
/var/akvo/rsr/code/akvo/rsr/m49.py:178: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_("%sSouthern Africa") % (12 * " ")
/var/akvo/rsr/code/akvo/rsr/m49.py:182: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_("%sBotswana") % (12 * " ")
/var/akvo/rsr/code/akvo/rsr/m49.py:186: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_("%sLesotho") % (12 * " ")
/var/akvo/rsr/code/akvo/rsr/m49.py:190: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_("%sNamibia") % (12 * " ")
/var/akvo/rsr/code/akvo/rsr/m49.py:194: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_("%sSouth Africa") % (12 * " ")
/var/akvo/rsr/code/akvo/rsr/m49.py:198: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_("%sSwaziland") % (12 * " ")
/var/akvo/rsr/code/akvo/rsr/m49.py:202: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_("%sWestern Africa") % (12 * " ")
/var/akvo/rsr/code/akvo/rsr/m49.py:206: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_("%sBenin") % (12 * " ")
/var/akvo/rsr/code/akvo/rsr/m49.py:210: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_("%sBurkina Faso") % (12 * " ")
/var/akvo/rsr/code/akvo/rsr/m49.py:214: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_("%sCabo Verde") % (12 * " ")
/var/akvo/rsr/code/akvo/rsr/m49.py:218: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_("%sCote d'Ivoire") % (12 * " ")
/var/akvo/rsr/code/akvo/rsr/m49.py:222: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_("%sGambia") % (12 * " ")
/var/akvo/rsr/code/akvo/rsr/m49.py:226: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_("%sGhana") % (12 * " ")
/var/akvo/rsr/code/akvo/rsr/m49.py:230: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_("%sGuinea") % (12 * " ")
/var/akvo/rsr/code/akvo/rsr/m49.py:234: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_("%sGuinea-Bissau") % (12 * " ")
/var/akvo/rsr/code/akvo/rsr/m49.py:238: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_("%sLiberia") % (12 * " ")
/var/akvo/rsr/code/akvo/rsr/m49.py:242: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_("%sMali") % (12 * " ")
/var/akvo/rsr/code/akvo/rsr/m49.py:246: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_("%sMauritania") % (12 * " ")
/var/akvo/rsr/code/akvo/rsr/m49.py:250: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_("%sNiger") % (12 * " ")
/var/akvo/rsr/code/akvo/rsr/m49.py:254: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_("%sNigeria") % (12 * " ")
/var/akvo/rsr/code/akvo/rsr/m49.py:258: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_("%sSaint Helena") % (12 * " ")
/var/akvo/rsr/code/akvo/rsr/m49.py:262: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_("%sSenegal") % (12 * " ")
/var/akvo/rsr/code/akvo/rsr/m49.py:266: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_("%sSierra Leone") % (12 * " ")
/var/akvo/rsr/code/akvo/rsr/m49.py:270: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_("%sTogo") % (12 * " ")
/var/akvo/rsr/code/akvo/rsr/m49.py:274: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_("%sAmericas") % (4 * " ")
/var/akvo/rsr/code/akvo/rsr/m49.py:278: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_("%sLatin America and the Caribbean") % (8 * " ")
/var/akvo/rsr/code/akvo/rsr/m49.py:282: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_("%sCaribbean") % (12 * " ")
/var/akvo/rsr/code/akvo/rsr/m49.py:286: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_("%sAnguilla") % (16 * " ")
/var/akvo/rsr/code/akvo/rsr/m49.py:290: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_("%sAntigua and Barbuda") % (16 * " ")
/var/akvo/rsr/code/akvo/rsr/m49.py:294: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_("%sAruba") % (16 * " ")
/var/akvo/rsr/code/akvo/rsr/m49.py:298: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_("%sBahamas") % (16 * " ")
/var/akvo/rsr/code/akvo/rsr/m49.py:302: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_("%sBarbados") % (16 * " ")
/var/akvo/rsr/code/akvo/rsr/m49.py:306: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_("%sBonaire, Sint Eustatius and Saba") % (16 * " ")
/var/akvo/rsr/code/akvo/rsr/m49.py:310: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_("%sBritish Virgin Islands") % (16 * " ")
/var/akvo/rsr/code/akvo/rsr/m49.py:314: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_("%sCayman Islands") % (16 * " ")
/var/akvo/rsr/code/akvo/rsr/m49.py:318: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_("%sCuba") % (16 * " ")
/var/akvo/rsr/code/akvo/rsr/m49.py:322: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_("%sCuraçao") % (16 * " ")
/var/akvo/rsr/code/akvo/rsr/m49.py:326: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_("%sDominica") % (16 * " ")
/var/akvo/rsr/code/akvo/rsr/m49.py:330: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_("%sDominican Republic") % (16 * " ")
/var/akvo/rsr/code/akvo/rsr/m49.py:334: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_("%sGrenada") % (16 * " ")
/var/akvo/rsr/code/akvo/rsr/m49.py:338: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_("%sGuadeloupe") % (16 * " ")
/var/akvo/rsr/code/akvo/rsr/m49.py:342: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_("%sHaiti") % (16 * " ")
/var/akvo/rsr/code/akvo/rsr/m49.py:346: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_("%sJamaica") % (16 * " ")
/var/akvo/rsr/code/akvo/rsr/m49.py:350: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_("%sMartinique") % (16 * " ")
/var/akvo/rsr/code/akvo/rsr/m49.py:354: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_("%sMontserrat") % (16 * " ")
/var/akvo/rsr/code/akvo/rsr/m49.py:358: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_("%sPuerto Rico") % (16 * " ")
/var/akvo/rsr/code/akvo/rsr/m49.py:362: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_("%sSaint-Barthélemy") % (16 * " ")
/var/akvo/rsr/code/akvo/rsr/m49.py:366: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_("%sSaint Kitts and Nevis") % (16 * " ")
/var/akvo/rsr/code/akvo/rsr/m49.py:370: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_("%sSaint Lucia") % (16 * " ")
/var/akvo/rsr/code/akvo/rsr/m49.py:374: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_("%sSaint Martin (French part)") % (16 * " ")
/var/akvo/rsr/code/akvo/rsr/m49.py:378: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_("%sSaint Vincent and the Grenadines") % (16 * " ")
/var/akvo/rsr/code/akvo/rsr/m49.py:382: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_("%sSint Maarten (Dutch part)") % (16 * " ")
/var/akvo/rsr/code/akvo/rsr/m49.py:386: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_("%sTrinidad and Tobago") % (16 * " ")
/var/akvo/rsr/code/akvo/rsr/m49.py:390: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_("%sTurks and Caicos Islands") % (16 * " ")
/var/akvo/rsr/code/akvo/rsr/m49.py:394: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_("%sUnited States Virgin Islands") % (16 * " ")
/var/akvo/rsr/code/akvo/rsr/m49.py:398: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_("%sCentral America") % (12 * " ")
/var/akvo/rsr/code/akvo/rsr/m49.py:402: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_("%sBelize") % (16 * " ")
/var/akvo/rsr/code/akvo/rsr/m49.py:406: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_("%sCosta Rica") % (16 * " ")
/var/akvo/rsr/code/akvo/rsr/m49.py:410: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_("%sEl Salvador") % (16 * " ")
/var/akvo/rsr/code/akvo/rsr/m49.py:414: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_("%sGuatemala") % (16 * " ")
/var/akvo/rsr/code/akvo/rsr/m49.py:418: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_("%sHonduras") % (16 * " ")
/var/akvo/rsr/code/akvo/rsr/m49.py:422: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_("%sMexico") % (16 * " ")
/var/akvo/rsr/code/akvo/rsr/m49.py:426: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_("%sNicaragua") % (16 * " ")
/var/akvo/rsr/code/akvo/rsr/m49.py:430: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_("%sPanama") % (16 * " ")
/var/akvo/rsr/code/akvo/rsr/m49.py:434: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_("%sSouth America") % (12 * " ")
/var/akvo/rsr/code/akvo/rsr/m49.py:438: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_("%sArgentina") % (16 * " ")
/var/akvo/rsr/code/akvo/rsr/m49.py:442: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_("%sBolivia (Plurinational State of)") % (16 * " ")
/var/akvo/rsr/code/akvo/rsr/m49.py:446: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_("%sBrazil") % (16 * " ")
/var/akvo/rsr/code/akvo/rsr/m49.py:450: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_("%sChile") % (16 * " ")
/var/akvo/rsr/code/akvo/rsr/m49.py:454: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_("%sColombia") % (16 * " ")
/var/akvo/rsr/code/akvo/rsr/m49.py:458: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_("%sEcuador") % (16 * " ")
/var/akvo/rsr/code/akvo/rsr/m49.py:462: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_("%sFalkland Islands (Malvinas)") % (16 * " ")
/var/akvo/rsr/code/akvo/rsr/m49.py:466: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_("%sFrench Guiana") % (16 * " ")
/var/akvo/rsr/code/akvo/rsr/m49.py:470: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_("%sGuyana") % (16 * " ")
/var/akvo/rsr/code/akvo/rsr/m49.py:474: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_("%sParaguay") % (16 * " ")
/var/akvo/rsr/code/akvo/rsr/m49.py:478: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_("%sPeru") % (16 * " ")
/var/akvo/rsr/code/akvo/rsr/m49.py:482: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_("%sSuriname") % (16 * " ")
/var/akvo/rsr/code/akvo/rsr/m49.py:486: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_("%sUruguay") % (16 * " ")
/var/akvo/rsr/code/akvo/rsr/m49.py:490: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_("%sVenezuela (Bolivarian Republic of)") % (16 * " ")
/var/akvo/rsr/code/akvo/rsr/m49.py:494: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_("%sNorthern America") % (8 * " ")
/var/akvo/rsr/code/akvo/rsr/m49.py:498: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_("%sBermuda") % (12 * " ")
/var/akvo/rsr/code/akvo/rsr/m49.py:502: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_("%sCanada") % (12 * " ")
/var/akvo/rsr/code/akvo/rsr/m49.py:506: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_("%sGreenland") % (12 * " ")
/var/akvo/rsr/code/akvo/rsr/m49.py:510: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_("%sSaint Pierre and Miquelon") % (12 * " ")
/var/akvo/rsr/code/akvo/rsr/m49.py:514: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_("%sUnited States of America") % (12 * " ")
/var/akvo/rsr/code/akvo/rsr/m49.py:518: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_("%sAsia") % (4 * " ")
/var/akvo/rsr/code/akvo/rsr/m49.py:522: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_("%sCentral Asia") % (8 * " ")
/var/akvo/rsr/code/akvo/rsr/m49.py:526: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_("%sKazakhstan") % (12 * " ")
/var/akvo/rsr/code/akvo/rsr/m49.py:530: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_("%sKyrgyzstan") % (12 * " ")
/var/akvo/rsr/code/akvo/rsr/m49.py:534: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_("%sTajikistan") % (12 * " ")
/var/akvo/rsr/code/akvo/rsr/m49.py:538: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_("%sTurkmenistan") % (12 * " ")
/var/akvo/rsr/code/akvo/rsr/m49.py:542: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_("%sUzbekistan") % (12 * " ")
/var/akvo/rsr/code/akvo/rsr/m49.py:546: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_("%sEastern Asia") % (8 * " ")
/var/akvo/rsr/code/akvo/rsr/m49.py:550: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_("%sChina") % (12 * " ")
/var/akvo/rsr/code/akvo/rsr/m49.py:554: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_("%sChina, Hong Kong Special Administrative Region") % (12 * " ")
/var/akvo/rsr/code/akvo/rsr/m49.py:558: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_("%sChina, Macao Special Administrative Region") % (12 * " ")
/var/akvo/rsr/code/akvo/rsr/m49.py:562: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_("%sDemocratic People's Republic of Korea") % (12 * " ")
/var/akvo/rsr/code/akvo/rsr/m49.py:566: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_("%sJapan") % (12 * " ")
/var/akvo/rsr/code/akvo/rsr/m49.py:570: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_("%sMongolia") % (12 * " ")
/var/akvo/rsr/code/akvo/rsr/m49.py:574: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_("%sRepublic of Korea") % (12 * " ")
/var/akvo/rsr/code/akvo/rsr/m49.py:578: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_("%sSouthern Asia") % (8 * " ")
/var/akvo/rsr/code/akvo/rsr/m49.py:582: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_("%sAfghanistan") % (12 * " ")
/var/akvo/rsr/code/akvo/rsr/m49.py:586: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_("%sBangladesh") % (12 * " ")
/var/akvo/rsr/code/akvo/rsr/m49.py:590: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_("%sBhutan") % (12 * " ")
/var/akvo/rsr/code/akvo/rsr/m49.py:594: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_("%sIndia") % (12 * " ")
/var/akvo/rsr/code/akvo/rsr/m49.py:598: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_("%sIran (Islamic Republic of)") % (12 * " ")
/var/akvo/rsr/code/akvo/rsr/m49.py:602: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_("%sMaldives") % (12 * " ")
/var/akvo/rsr/code/akvo/rsr/m49.py:606: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_("%sNepal") % (12 * " ")
/var/akvo/rsr/code/akvo/rsr/m49.py:610: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_("%sPakistan") % (12 * " ")
/var/akvo/rsr/code/akvo/rsr/m49.py:614: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_("%sSri Lanka") % (12 * " ")
/var/akvo/rsr/code/akvo/rsr/m49.py:618: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_("%sSouth-Eastern Asia") % (8 * " ")
/var/akvo/rsr/code/akvo/rsr/m49.py:622: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_("%sBrunei Darussalam") % (12 * " ")
/var/akvo/rsr/code/akvo/rsr/m49.py:626: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_("%sCambodia") % (12 * " ")
/var/akvo/rsr/code/akvo/rsr/m49.py:630: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_("%sIndonesia") % (12 * " ")
/var/akvo/rsr/code/akvo/rsr/m49.py:634: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_("%sLao People's Democratic Republic") % (12 * " ")
/var/akvo/rsr/code/akvo/rsr/m49.py:638: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_("%sMalaysia") % (12 * " ")
/var/akvo/rsr/code/akvo/rsr/m49.py:642: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_("%sMyanmar") % (12 * " ")
/var/akvo/rsr/code/akvo/rsr/m49.py:646: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_("%sPhilippines") % (12 * " ")
/var/akvo/rsr/code/akvo/rsr/m49.py:650: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_("%sSingapore") % (12 * " ")
/var/akvo/rsr/code/akvo/rsr/m49.py:654: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_("%sThailand") % (12 * " ")
/var/akvo/rsr/code/akvo/rsr/m49.py:658: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_("%sTimor-Leste") % (12 * " ")
/var/akvo/rsr/code/akvo/rsr/m49.py:662: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_("%sViet Nam") % (12 * " ")
/var/akvo/rsr/code/akvo/rsr/m49.py:666: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_("%sWestern Asia") % (8 * " ")
/var/akvo/rsr/code/akvo/rsr/m49.py:670: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_("%sArmenia") % (12 * " ")
/var/akvo/rsr/code/akvo/rsr/m49.py:674: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_("%sAzerbaijan") % (12 * " ")
/var/akvo/rsr/code/akvo/rsr/m49.py:678: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_("%sBahrain") % (12 * " ")
/var/akvo/rsr/code/akvo/rsr/m49.py:682: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_("%sCyprus") % (12 * " ")
/var/akvo/rsr/code/akvo/rsr/m49.py:686: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_("%sGeorgia") % (12 * " ")
/var/akvo/rsr/code/akvo/rsr/m49.py:690: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_("%sIraq") % (12 * " ")
/var/akvo/rsr/code/akvo/rsr/m49.py:694: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_("%sIsrael") % (12 * " ")
/var/akvo/rsr/code/akvo/rsr/m49.py:698: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_("%sJordan") % (12 * " ")
/var/akvo/rsr/code/akvo/rsr/m49.py:702: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_("%sKuwait") % (12 * " ")
/var/akvo/rsr/code/akvo/rsr/m49.py:706: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_("%sLebanon") % (12 * " ")
/var/akvo/rsr/code/akvo/rsr/m49.py:710: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_("%sOman") % (12 * " ")
/var/akvo/rsr/code/akvo/rsr/m49.py:714: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_("%sQatar") % (12 * " ")
/var/akvo/rsr/code/akvo/rsr/m49.py:718: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_("%sSaudi Arabia") % (12 * " ")
/var/akvo/rsr/code/akvo/rsr/m49.py:722: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_("%sState of Palestine") % (12 * " ")
/var/akvo/rsr/code/akvo/rsr/m49.py:726: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_("%sSyrian Arab Republic") % (12 * " ")
/var/akvo/rsr/code/akvo/rsr/m49.py:730: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_("%sTurkey") % (12 * " ")
/var/akvo/rsr/code/akvo/rsr/m49.py:734: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_("%sUnited Arab Emirates") % (12 * " ")
/var/akvo/rsr/code/akvo/rsr/m49.py:738: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_("%sYemen") % (12 * " ")
/var/akvo/rsr/code/akvo/rsr/m49.py:742: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_("%sEurope") % (4 * " ")
/var/akvo/rsr/code/akvo/rsr/m49.py:746: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_("%sEastern Europe") % (8 * " ")
/var/akvo/rsr/code/akvo/rsr/m49.py:750: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_("%sBelarus") % (12 * " ")
/var/akvo/rsr/code/akvo/rsr/m49.py:754: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_("%sBulgaria") % (12 * " ")
/var/akvo/rsr/code/akvo/rsr/m49.py:758: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_("%sCzech Republic") % (12 * " ")
/var/akvo/rsr/code/akvo/rsr/m49.py:762: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_("%sHungary") % (12 * " ")
/var/akvo/rsr/code/akvo/rsr/m49.py:766: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_("%sPoland") % (12 * " ")
/var/akvo/rsr/code/akvo/rsr/m49.py:770: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_("%sRepublic of Moldova") % (12 * " ")
/var/akvo/rsr/code/akvo/rsr/m49.py:774: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_("%sRomania") % (12 * " ")
/var/akvo/rsr/code/akvo/rsr/m49.py:778: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_("%sRussian Federation") % (12 * " ")
/var/akvo/rsr/code/akvo/rsr/m49.py:782: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_("%sSlovakia") % (12 * " ")
/var/akvo/rsr/code/akvo/rsr/m49.py:786: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_("%sUkraine") % (12 * " ")
/var/akvo/rsr/code/akvo/rsr/m49.py:790: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_("%sNorthern Europe") % (8 * " ")
/var/akvo/rsr/code/akvo/rsr/m49.py:794: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_("%sÅland Islands") % (12 * " ")
/var/akvo/rsr/code/akvo/rsr/m49.py:798: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_("%sDenmark") % (12 * " ")
/var/akvo/rsr/code/akvo/rsr/m49.py:802: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_("%sEstonia") % (12 * " ")
/var/akvo/rsr/code/akvo/rsr/m49.py:806: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_("%sFaeroe Islands") % (12 * " ")
/var/akvo/rsr/code/akvo/rsr/m49.py:810: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_("%sFinland") % (12 * " ")
/var/akvo/rsr/code/akvo/rsr/m49.py:814: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_("%sGuernsey") % (12 * " ")
/var/akvo/rsr/code/akvo/rsr/m49.py:818: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_("%sIceland") % (12 * " ")
/var/akvo/rsr/code/akvo/rsr/m49.py:822: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_("%sIreland") % (12 * " ")
/var/akvo/rsr/code/akvo/rsr/m49.py:826: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_("%sIsle of Man") % (12 * " ")
/var/akvo/rsr/code/akvo/rsr/m49.py:830: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_("%sJersey") % (12 * " ")
/var/akvo/rsr/code/akvo/rsr/m49.py:834: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_("%sLatvia") % (12 * " ")
/var/akvo/rsr/code/akvo/rsr/m49.py:838: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_("%sLithuania") % (12 * " ")
/var/akvo/rsr/code/akvo/rsr/m49.py:842: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_("%sNorway") % (12 * " ")
/var/akvo/rsr/code/akvo/rsr/m49.py:846: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_("%sSvalbard and Jan Mayen Islands") % (12 * " ")
/var/akvo/rsr/code/akvo/rsr/m49.py:850: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_("%sSweden") % (12 * " ")
/var/akvo/rsr/code/akvo/rsr/m49.py:854: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_("%sUnited Kingdom of Great Britain and Northern Ireland") % (12 * " ")
/var/akvo/rsr/code/akvo/rsr/m49.py:858: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_("%sSouthern Europe") % (8 * " ")
/var/akvo/rsr/code/akvo/rsr/m49.py:862: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_("%sAlbania") % (12 * " ")
/var/akvo/rsr/code/akvo/rsr/m49.py:866: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_("%sAndorra") % (12 * " ")
/var/akvo/rsr/code/akvo/rsr/m49.py:870: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_("%sBosnia and Herzegovina") % (12 * " ")
/var/akvo/rsr/code/akvo/rsr/m49.py:874: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_("%sCroatia") % (12 * " ")
/var/akvo/rsr/code/akvo/rsr/m49.py:878: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_("%sGibraltar") % (12 * " ")
/var/akvo/rsr/code/akvo/rsr/m49.py:882: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_("%sGreece") % (12 * " ")
/var/akvo/rsr/code/akvo/rsr/m49.py:886: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_("%sHoly See") % (12 * " ")
/var/akvo/rsr/code/akvo/rsr/m49.py:890: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_("%sItaly") % (12 * " ")
/var/akvo/rsr/code/akvo/rsr/m49.py:894: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_("%sMalta") % (12 * " ")
/var/akvo/rsr/code/akvo/rsr/m49.py:898: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_("%sMontenegro") % (12 * " ")
/var/akvo/rsr/code/akvo/rsr/m49.py:902: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_("%sPortugal") % (12 * " ")
/var/akvo/rsr/code/akvo/rsr/m49.py:906: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_("%sSan Marino") % (12 * " ")
/var/akvo/rsr/code/akvo/rsr/m49.py:910: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_("%sSerbia") % (12 * " ")
/var/akvo/rsr/code/akvo/rsr/m49.py:914: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_("%sSlovenia") % (12 * " ")
/var/akvo/rsr/code/akvo/rsr/m49.py:918: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_("%sSpain") % (12 * " ")
/var/akvo/rsr/code/akvo/rsr/m49.py:922: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_("%sThe former Yugoslav Republic of Macedonia") % (12 * " ")
/var/akvo/rsr/code/akvo/rsr/m49.py:926: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_("%sWestern Europe") % (8 * " ")
/var/akvo/rsr/code/akvo/rsr/m49.py:930: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_("%sAustria") % (12 * " ")
/var/akvo/rsr/code/akvo/rsr/m49.py:934: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_("%sBelgium") % (12 * " ")
/var/akvo/rsr/code/akvo/rsr/m49.py:938: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_("%sFrance") % (12 * " ")
/var/akvo/rsr/code/akvo/rsr/m49.py:942: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_("%sGermany") % (12 * " ")
/var/akvo/rsr/code/akvo/rsr/m49.py:946: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_("%sLiechtenstein") % (12 * " ")
/var/akvo/rsr/code/akvo/rsr/m49.py:950: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_("%sLuxembourg") % (12 * " ")
/var/akvo/rsr/code/akvo/rsr/m49.py:954: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_("%sMonaco") % (12 * " ")
/var/akvo/rsr/code/akvo/rsr/m49.py:958: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_("%sNetherlands") % (12 * " ")
/var/akvo/rsr/code/akvo/rsr/m49.py:962: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_("%sSwitzerland") % (12 * " ")
/var/akvo/rsr/code/akvo/rsr/m49.py:966: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_("%sOceania") % (4 * " ")
/var/akvo/rsr/code/akvo/rsr/m49.py:970: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_("%sAustralia and New Zealand") % (8 * " ")
/var/akvo/rsr/code/akvo/rsr/m49.py:974: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_("%sAustralia") % (12 * " ")
/var/akvo/rsr/code/akvo/rsr/m49.py:978: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_("%sNew Zealand") % (12 * " ")
/var/akvo/rsr/code/akvo/rsr/m49.py:982: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_("%sNorfolk Island") % (12 * " ")
/var/akvo/rsr/code/akvo/rsr/m49.py:986: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_("%sMelanesia") % (8 * " ")
/var/akvo/rsr/code/akvo/rsr/m49.py:990: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_("%sFiji") % (12 * " ")
/var/akvo/rsr/code/akvo/rsr/m49.py:994: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_("%sNew Caledonia") % (12 * " ")
/var/akvo/rsr/code/akvo/rsr/m49.py:998: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_("%sPapua New Guinea") % (12 * " ")
/var/akvo/rsr/code/akvo/rsr/m49.py:1002: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_("%sSolomon Islands") % (12 * " ")
/var/akvo/rsr/code/akvo/rsr/m49.py:1006: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_("%sVanuatu") % (12 * " ")
/var/akvo/rsr/code/akvo/rsr/m49.py:1010: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_("%sMicronesia") % (8 * " ")
/var/akvo/rsr/code/akvo/rsr/m49.py:1014: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_("%sGuam") % (12 * " ")
/var/akvo/rsr/code/akvo/rsr/m49.py:1018: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_("%sKiribati") % (12 * " ")
/var/akvo/rsr/code/akvo/rsr/m49.py:1022: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_("%sMarshall Islands") % (12 * " ")
/var/akvo/rsr/code/akvo/rsr/m49.py:1026: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_("%sMicronesia (Federated States of)") % (12 * " ")
/var/akvo/rsr/code/akvo/rsr/m49.py:1030: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_("%sNauru") % (12 * " ")
/var/akvo/rsr/code/akvo/rsr/m49.py:1034: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_("%sNorthern Mariana Islands") % (12 * " ")
/var/akvo/rsr/code/akvo/rsr/m49.py:1038: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_("%sPalau") % (12 * " ")
/var/akvo/rsr/code/akvo/rsr/m49.py:1042: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_("%sPolynesia") % (8 * " ")
/var/akvo/rsr/code/akvo/rsr/m49.py:1046: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_("%sAmerican Samoa") % (12 * " ")
/var/akvo/rsr/code/akvo/rsr/m49.py:1050: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_("%sCook Islands") % (12 * " ")
/var/akvo/rsr/code/akvo/rsr/m49.py:1054: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_("%sFrench Polynesia") % (12 * " ")
/var/akvo/rsr/code/akvo/rsr/m49.py:1058: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_("%sNiue") % (12 * " ")
/var/akvo/rsr/code/akvo/rsr/m49.py:1062: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_("%sPitcairn") % (12 * " ")
/var/akvo/rsr/code/akvo/rsr/m49.py:1066: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_("%sSamoa") % (12 * " ")
/var/akvo/rsr/code/akvo/rsr/m49.py:1070: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_("%sTokelau") % (12 * " ")
/var/akvo/rsr/code/akvo/rsr/m49.py:1074: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_("%sTonga") % (12 * " ")
/var/akvo/rsr/code/akvo/rsr/m49.py:1078: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_("%sTuvalu") % (12 * " ")
/var/akvo/rsr/code/akvo/rsr/m49.py:1082: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_("%sWallis and Futuna Islands") % (12 * " ")
/var/akvo/rsr/code/akvo/rsr/filters.py:21: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
ANY_CHOICE = (('', _('All')), )
/usr/local/lib/python3.8/site-packages/django/core/cache/__init__.py:44: RemovedInDjango41Warning: MemcachedCache is deprecated in favor of PyMemcacheCache and PyLibMCCache.
return backend_cls(location, params)
/var/akvo/rsr/code/akvo/rest/urls.py:131: RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path().
root_url = url(r'(?P(v1|v2))/$', router.get_api_root_view(), name=router.root_view_name)
/var/akvo/rsr/code/akvo/rest/urls.py:139: RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path().
url(r'^', include(router.urls)),
/var/akvo/rsr/code/akvo/rest/urls.py:140: RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path().
url(r'v1/employment/(?P[0-9]+)/set_group/(?P[0-9]+)/$',
/var/akvo/rsr/code/akvo/rest/urls.py:143: RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path().
url(r'v1/user/(?P[0-9]+)/change_password/$',
/var/akvo/rsr/code/akvo/rest/urls.py:146: RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path().
url(r'v1/organisations/(?P[0-9]+)/users/$',
/var/akvo/rsr/code/akvo/rest/urls.py:149: RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path().
url(r'v1/managed-employments/$',
/var/akvo/rsr/code/akvo/rest/urls.py:152: RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path().
url(r'v1/organisations/(?P[0-9]+)/users/(?P[0-9]+)/$',
/var/akvo/rsr/code/akvo/rest/urls.py:155: RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path().
url(r'v1/user/(?P[0-9]+)/update_details/$',
/var/akvo/rsr/code/akvo/rest/urls.py:158: RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path().
url(r'v1/me/$',
/var/akvo/rsr/code/akvo/rest/urls.py:161: RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path().
url(r'v1/invite_user/$',
/var/akvo/rsr/code/akvo/rest/urls.py:164: RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path().
url(r'v1/project_iati_check/(?P[0-9]+)/$',
/var/akvo/rsr/code/akvo/rest/urls.py:167: RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path().
url(r'v1/project_update/(?P[0-9]+)/photos/$',
/var/akvo/rsr/code/akvo/rest/urls.py:170: RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path().
url(r'v1/project_update/(?P[0-9]+)/photos/(?P[0-9]+)/$',
/var/akvo/rsr/code/akvo/rest/urls.py:173: RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path().
url(r'v1/indicator_period_data/(?P[0-9]+)/upload_file/$',
/var/akvo/rsr/code/akvo/rest/urls.py:176: RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path().
url(r'v1/indicator_period_data/(?P[0-9]+)/files/$',
/var/akvo/rsr/code/akvo/rest/urls.py:179: RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path().
url(r'v1/indicator_period_data/(?P[0-9]+)/files/(?P[0-9]+)/$',
/var/akvo/rsr/code/akvo/rest/urls.py:182: RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path().
url(r'v1/indicator_period_data/(?P[0-9]+)/photos/$',
/var/akvo/rsr/code/akvo/rest/urls.py:185: RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path().
url(r'v1/indicator_period_data/(?P[0-9]+)/photos/(?P[0-9]+)/$',
/var/akvo/rsr/code/akvo/rest/urls.py:188: RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path().
url(r'v1/set-periods-locked/(?P[0-9]+)/$',
/var/akvo/rsr/code/akvo/rest/urls.py:191: RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path().
url(r'v1/set-updates-status/(?P[0-9]+)/$',
/var/akvo/rsr/code/akvo/rest/urls.py:194: RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path().
url(r'v1/right_now_in_akvo/$', views.right_now_in_akvo_view, name='right_now_in_akvo'),
/var/akvo/rsr/code/akvo/rest/urls.py:195: RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path().
url(r'v1/server_info/$', views.server_info, name='server_info'),
/var/akvo/rsr/code/akvo/rest/urls.py:196: RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path().
url(r'v1/title-and-status/(?P[0-9]+)/$', views.project_title, name='project_title'),
/var/akvo/rsr/code/akvo/rest/urls.py:197: RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path().
url(r'v1/project/(?P[0-9]+)/results_framework/$',
/var/akvo/rsr/code/akvo/rest/urls.py:200: RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path().
url(r'v1/bulk-add-periods/(?P[0-9]+)/$',
/var/akvo/rsr/code/akvo/rest/urls.py:203: RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path().
url(r'v1/bulk-remove-periods/(?P[0-9]+)/$',
/var/akvo/rsr/code/akvo/rest/urls.py:206: RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path().
url(r'v1/project/(?P[0-9]+)/indicator/(?P[0-9]+)/previous_cumulative_update$',
/var/akvo/rsr/code/akvo/rest/urls.py:209: RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path().
url(r'v1/project/(?P[0-9]+)/indicator/(?P[0-9]+)/contribution_count$',
/var/akvo/rsr/code/akvo/rest/urls.py:216: RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path().
url(r'v1/project/(?P[0-9]+)/copy_results/(?P[0-9]+)/$',
/var/akvo/rsr/code/akvo/rest/urls.py:219: RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path().
url(r'v1/project/(?P[0-9]+)/import_results/$',
/var/akvo/rsr/code/akvo/rest/urls.py:222: RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path().
url(r'v1/project/(?P[0-9]+)/import_result/(?P[0-9]+)/$',
/var/akvo/rsr/code/akvo/rest/urls.py:225: RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path().
url(r'v1/project/(?P[0-9]+)/import_indicator/(?P[0-9]+)/$',
/var/akvo/rsr/code/akvo/rest/urls.py:228: RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path().
url(r'v1/project/(?P[0-9]+)/reorder_items/$',
/var/akvo/rsr/code/akvo/rest/urls.py:231: RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path().
url(r'v1/project/(?P[0-9]+)/default_periods/$',
/var/akvo/rsr/code/akvo/rest/urls.py:234: RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path().
url(r'v1/project/(?P[0-9]+)/period-labels/$',
/var/akvo/rsr/code/akvo/rest/urls.py:237: RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path().
url(r'v1/project/(?P[0-9]+)/indicator_custom_fields/$',
/var/akvo/rsr/code/akvo/rest/urls.py:240: RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path().
url(r'v1/project_update/(?P[0-9]+)/upload_photo/$',
/var/akvo/rsr/code/akvo/rest/urls.py:243: RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path().
url(r'v1/project/(?P[0-9]+)/project-roles/$',
/var/akvo/rsr/code/akvo/rest/urls.py:246: RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path().
url(r'v1/project/(?P[0-9]+)/invite-user/$',
/var/akvo/rsr/code/akvo/rest/urls.py:249: RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path().
url(r'v1/project/(?P[0-9]+)/enumerator-assignment-send/$',
/var/akvo/rsr/code/akvo/rest/urls.py:256: RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path().
url(r'v1/project-directory$',
/var/akvo/rsr/code/akvo/rest/urls.py:259: RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path().
url(r'v1/update_directory$',
/var/akvo/rsr/code/akvo/rest/urls.py:262: RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path().
url(r'v1/organisation_directory$',
/var/akvo/rsr/code/akvo/rest/urls.py:265: RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path().
url(r'v1/sector_codes$',
/var/akvo/rsr/code/akvo/rest/urls.py:268: RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path().
url(r'v1/projects_by_id$',
/var/akvo/rsr/code/akvo/rest/urls.py:271: RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path().
url(r'v1/project_published_search$',
/var/akvo/rsr/code/akvo/rest/urls.py:274: RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path().
url(r'v1/demo_request$',
/var/akvo/rsr/code/akvo/rest/urls.py:281: RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path().
url(r'v1/project_location_geojson$',
/var/akvo/rsr/code/akvo/rest/urls.py:288: RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path().
url(r'v1/project/(?P[0-9]+)/results/$',
/var/akvo/rsr/code/akvo/rest/urls.py:291: RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path().
url(r'v1/project/(?P[0-9]+)/result/(?P[0-9]+)/$',
/var/akvo/rsr/code/akvo/rest/urls.py:294: RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path().
url(r'v1/project/(?P[0-9]+)/indicator/(?P[0-9]+)/$',
/var/akvo/rsr/code/akvo/rest/urls.py:297: RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path().
url(r'v1/project/(?P[0-9]+)/results_geo/$',
/var/akvo/rsr/code/akvo/rest/urls.py:304: RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path().
url(r'v1/project/(?P[0-9]+)/enumerators/$',
/var/akvo/rsr/code/akvo/rest/urls.py:311: RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path().
url(r'v1/program/(?P[0-9]+)/add-project/$',
/var/akvo/rsr/code/akvo/rest/urls.py:314: RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path().
url(r'v1/program/(?P[0-9]+)/countries/$',
/var/akvo/rsr/code/akvo/rest/urls.py:317: RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path().
url(r'v1/program/(?P[0-9]+)/updates/$',
/var/akvo/rsr/code/akvo/rest/urls.py:325: RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path().
url(r'v1/typeaheads/organisations$',
/var/akvo/rsr/code/akvo/rest/urls.py:328: RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path().
url(r'v1/typeaheads/projects$',
/var/akvo/rsr/code/akvo/rest/urls.py:331: RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path().
url(r'v1/typeaheads/project_updates$',
/var/akvo/rsr/code/akvo/rest/urls.py:334: RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path().
url(r'v1/organisation_reports/$',
/var/akvo/rsr/code/akvo/rest/urls.py:337: RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path().
url(r'v1/project/(?P[0-9]+)/reports/$',
/var/akvo/rsr/code/akvo/rest/urls.py:340: RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path().
url(r'v1/project/(?P[0-9]+)/reports/period-dates/$',
/var/akvo/rsr/code/akvo/rest/urls.py:343: RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path().
url(r'v1/program_reports/(?P[0-9]+)/$',
/var/akvo/rsr/code/akvo/rest/urls.py:346: RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path().
url(r'v1/program_reports/(?P[0-9]+)/period-dates/$',
/var/akvo/rsr/code/akvo/rest/urls.py:349: RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path().
url(r'v1/program_reports/(?P[0-9]+)/countries/$',
/var/akvo/rsr/code/akvo/rest/urls.py:352: RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path().
url(r'v1/members/$',
/var/akvo/rsr/code/akvo/rest/urls.py:359: RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path().
url(r'v1/report_formats/$',
/var/akvo/rsr/code/akvo/urls.py:237: RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path().
url(r'^api/', include('akvo.rest.urls')),
/var/akvo/rsr/code/akvo/urls.py:240: RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path().
url(r'^rest/', include('akvo.rest.urls')),
/var/akvo/rsr/code/akvo/urls.py:241: RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path().
url(r'^rest/docs/', docs_view),
/var/akvo/rsr/code/akvo/urls.py:244: RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path().
url(r'^rss/updates/(?P\d+)/$',
/var/akvo/rsr/code/akvo/urls.py:248: RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path().
url(r'^rss/org-updates/(?P\d+)/$',
/var/akvo/rsr/code/akvo/urls.py:252: RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path().
url(r'^rss/all-updates/$',
/var/akvo/rsr/code/akvo/urls.py:257: RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path().
url(r'^auth/token/$', account.api_key, name="auth_token"),
/var/akvo/rsr/code/akvo/urls.py:260: RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path().
url(r'^auth/csrf-token/$', account.get_csrf_token, name="auth_csrf_token"),
/var/akvo/rsr/code/akvo/urls.py:262: RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path().
url(r'^auth/login/$', account.json_login, name="auth_json_login"),
/var/akvo/rsr/code/akvo/urls.py:264: RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path().
url(r'^auth/reset-password/$', account.json_reset_password, name="auth_json_reset_password"),
/var/akvo/rsr/code/akvo/urls.py:266: RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path().
url(r'^auth/register/$', account.json_register, name="auth_json_register"),
/var/akvo/rsr/code/akvo/urls.py:269: RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path().
url(r'^widgets/projects/map/$',
/var/akvo/rsr/code/akvo/urls.py:273: RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path().
url(r'^widgets/projects/list/$',
/var/akvo/rsr/code/akvo/urls.py:277: RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path().
url(r'^widgets/cobranded-banner/(?P\d+)/$',
/var/akvo/rsr/code/akvo/urls.py:281: RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path().
url(r'^widgets/cobranded-banner/random/$',
/var/akvo/rsr/code/akvo/urls.py:285: RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path().
url(r'^widgets/project-narrow/(?P\d+)/$',
/var/akvo/rsr/code/akvo/urls.py:289: RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path().
url(r'^widgets/project-narrow/random/$',
/var/akvo/rsr/code/akvo/urls.py:293: RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path().
url(r'^widgets/project-small/(?P\d+)/$',
/var/akvo/rsr/code/akvo/urls.py:297: RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path().
url(r'^widgets/project-small/random/$',
/var/akvo/rsr/code/akvo/urls.py:305: RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path().
url(r'^media/(?P.*)$', serve, {'document_root': settings.MEDIA_ROOT}),
System check identified no issues (0 silenced).
.
----------------------------------------------------------------------
Ran 1 test in 0.010s
OK
/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_q/conf.py:139: UserWarning: Retry and timeout are misconfigured. Set retry larger than timeout,
failure to do so will cause the tasks to be retriggered before completion.
See https://django-q.readthedocs.io/en/latest/configure.html#retry for details.
warn(
Using existing test database for alias 'default'...
Setting country for 0 OrganisationLocations
Setting country for 0 ProjectLocations
Setting country for 0 ProjectUpdateLocations
EUTF organisation not in DB.
Plan Finland organisation not in DB.
Deleting 0 links without a url
Actual user not identified for the following periods (using RSR System user as proxy):
Fixed country for 0 OrganisationLocations
Fixed country for 0 ProjectLocations
Fixed country for 0 ProjectUpdateLocations
Project ID Project title Result ID Result title Indicator ID Indicator title Period ID Period dates Update ID Update value
Moved 0 non-numeric update values
Project ID Dimension ID Dimension name Axis ID Axis name Created? Disaggregation ID Update ID Old dimension ID Old dimension Name Old dimension Value
Updated Piwik IDs for 0 sites
Specified result 'EUTF Common Output Indicators' not found. Skipping Report Creation.
===Migrating contributing projects from RelatedProject
Updated 0 internal contributing parents for projects:
Updated 0 external contributing parents for projects:
Changes applied
DONE!
===Migrating external RelatedProjects
Changes applied
DONE!
Using existing clone for alias 'default'...
Using existing clone for alias 'default'...
Using existing clone for alias 'default'...
Using existing clone for alias 'default'...
System check identified no issues (0 silenced).
...INFO 2023-03-28 23:46:38,457 run_validation_jobs Inconsistent IATI activity validation results for project: Test project
IATI validator: 0 errors, 0 warnings
Internal validator: 9 errors, 0 warnings
.Couldn't parse user param: filter
Traceback (most recent call last):
File "/var/akvo/rsr/code/akvo/rest/filters.py", line 60, in filter_queryset
args_or_kwargs = eval_query_value(request, param)
File "/var/akvo/rsr/code/akvo/rest/filters.py", line 53, in eval_query_value
return ast.literal_eval(value)
File "/usr/local/lib/python3.8/ast.py", line 59, in literal_eval
node_or_string = parse(node_or_string, mode='eval')
File "/usr/local/lib/python3.8/ast.py", line 47, in parse
return compile(source, filename, mode, flags,
File "", line 1
very bad python
^
SyntaxError: invalid syntax
.........Locked 2 periods
Keyword argument is required
Unlocked 2 periods
..........The following differences exist between the two models:
b'- name: Organisation \\u2013 1 | Org 2'
b'- long_name: Organisation \\u2013 1 | Org 2'
duplicate key value violates unique constraint "rsr_employment_organisation_id_user_id_group_id_2b10d253_uniq"
DETAIL: Key (organisation_id, user_id, group_id)=(3, 3, 13) already exists.
====Migrating siblings
Aggregating parents from 1 sibling group(s)
Orphaned sibling groups: 0
Total orphans: 0
Setting group parents
..Could not find alias_varname: Report_organisations+
Org 2 Report_organisations+ organisation
Parent 31: Group 1 Parent
Sibling 22: child1
Sibling 23: child2
Sibling 24: child3
Sibling 25: child4
Sibling 26: child5
Sibling 27: child6
Sibling 28: child7
Sibling 29: child8
Sibling 30: child9
Set parents for 9 siblings
.====Migrating siblings
Aggregating parents from 1 sibling group(s)
multiple parents:
32: child10
33: child11
34: child12
35: child13
36: child14
37: child15
38: child16
39: child17
40: child18
41: child19
Orphaned sibling groups: 0
Total orphans: 0
Setting group parents
Set parents for 0 siblings
====Migrating siblings
Aggregating parents from 1 sibling group(s)
Orphaned sibling groups: 1
Total orphans: 10
Setting group parents
Set parents for 0 siblings
====Migrating siblings
Aggregating parents from 1 sibling group(s)
Orphaned sibling groups: 0
Total orphans: 0
Setting group parents
##############################
Created project: 5
Funded Project: Unpackaging Alameda
Unique Response Number
545728-545719-54557648
Your organisation (If you are not affiliated with an organisation, please write 'not applicable').
California Ocean Protection Council
Are you reporting as an individual or on behalf of an organisation? (Several reports from the same organisation or individual are welcome)
[{'name': 'On behalf of an organisation'}]
On behalf of which organisation are you reporting here? (e.g. UNEP, FAO or name your specific private/public/third sector organisation).
California Ocean Protection Council
Is this the first time that you have completed this survey?
[{'name': 'No, I am returning to the survey to report on additional actions/activities'}]
How many Actions are you intending to tell us about?
Type of action
[{'name': 'WORKING WITH PEOPLE: Encouraging or enabling others (e.g., education, training, communication, awareness raising, behaviour change programmes', 'options': [{'name': 'Awareness raising and Behaviour change', 'options': [{'name': 'Behaviour change campaign/programme'}, {'name': 'Community Engagement'}, {'name': 'Stakeholder Engagement'}], 'multiselect': True}, {'name': 'Education/Training', 'options': [{'name': 'Other', 'extra_text': 'Technical assistance to restaurant owners'}], 'multiselect': True}], 'multiselect': True}]
For monitoring on or near ocean surfaces, which programme/protocol did you use?
For monitoring of the water column, which programme/protocol did you use?
For monitoring on the seafloor, which programme/protocol did you use?
For monitoring on the shoreline, which programme/protocol did you use?
For monitoring in Biota, which programme/protocol did you use?
For air monitoring, which programme/protocol did you use?
How can the data and information from your monitoring programme be accessed?
None
If the monitoring data is available on request, please provide information on how to access the data?
Please provide the URL's for any links to the monitoring data and information.
TYPE OF ACTION: Whilst you already selected the focus of your action/activity in Question 9, did the action/activity also involve other aspects (please tick which ones below):
[{'name': 'MONITORING and ANALYSIS: Collecting evidence around plastic discharge to the ocean/waterways? (e.g. monitoring, analysis)'}]
Role organisation
[{'name': 'We are the funding body'}]
Responsible actor
[{'name': 'PRIVATE SECTOR ORGANISATION (for-profit organisations run by individuals and groups, free from government ownership).', 'options': [{'name': 'Small-medium sized enterprise'}], 'multiselect': True}, {'name': 'THIRD SECTOR (e.g. non-governmental and non-profit-making organisations, including charity groups, community groups etc).', 'options': [{'name': 'Non-governmental organisation'}]}]
Reporting
[]
You answered that you do report on the action. Is this because:
None
You answered that you do not report on the action. Is this because:
None
Are the actual outcomes and impacts of the action evaluated?
[{'name': 'Yes'}]
Geography
[{'name': 'Sub-national (it covers parts of one country)'}]
Source to sea
[{'name': 'Urban environment'}, {'name': 'Coastal zone'}]
Lifecycle of plastics
[{'name': 'Use / consumption'}]
Target action
[{'name': 'Reducing plastics'}]
Impact
[{'name': 'Marine organisms'}, {'name': 'Other', 'extra_text': 'Urban plastic pollution nuisance'}]
Pollutant targeted
[{'name': 'Macroplastic (large, more than 20 mm, e.g. plastic bottles)', 'options': [{'name': 'Bottles'}, {'name': 'Plastic bags'}, {'name': 'Food packaging (containers, wrappers etc.)'}, {'name': 'Cups (e.g., disposable coffee cups)'}, {'name': 'Plastic straws, stirrers, cutlery'}, {'name': 'Polystyrene items'}], 'multiselect': True}]
Sector
[{'name': 'Food & Beverages'}]
How much money (amount) has been invested in the action so far? (please give us an estimate if you’re unsure and only submit numbers, e.g, 5,000 should be entered as 5000)
400000
Please specify the currency.
US Dollars
Are there in kind contributions as well? (Please tell us the equivalent amount and only submit numbers, e.g, 5,000 should be entered as 5000).
Please specify the currency
Funding
[{'name': 'Public Financing'}]
Please name the specific source(s) of funding?
State of California Proposition 84 Funds
Duration
[{'name': 'Single event'}]
##############################
Parent 55: Parent
Sibling 64: child39
Sibling 56: child31
Sibling 57: child32
Sibling 58: child33
Sibling 59: child34
Sibling 60: child35
Sibling 61: child36
Sibling 62: child37
Sibling 63: child38
Set parents for 9 siblings
.......INFO 2023-03-28 23:46:41,433 aggregation Scheduling indicator aggregation job for 2020-01-01 - 2020-12-31: Indicator #1
##############################
Created project: 6
National Recyclable Solid Waste Collection Project (iCARE project)
Unique Response Number
545728-545719-54478964
Your organisation (If you are not affiliated with an organisation, please write 'not applicable').
Department of Life Sciences, The University of the West Indies, St. Augustine, Trinidad.
Are you reporting as an individual or on behalf of an organisation? (Several reports from the same organisation or individual are welcome)
[{'name': 'As an individual'}]
On behalf of which organisation are you reporting here? (e.g. UNEP, FAO or name your specific private/public/third sector organisation).
Is this the first time that you have completed this survey?
[{'name': 'No, I am returning to the survey to report on additional actions/activities'}]
How many Actions are you intending to tell us about?
Type of action
[{'name': 'TECHNOLOGY and PROCESSES: New technical developments/innovation (e.g., research and development, new product design, new materials, processes etc.) changes in practice, operations, environmental management and planning.', 'options': [{'name': 'Change in service provision'}, {'name': 'Change in practice'}, {'name': 'New infrastructure'}], 'multiselect': True}]
For monitoring on or near ocean surfaces, which programme/protocol did you use?
For monitoring of the water column, which programme/protocol did you use?
For monitoring on the seafloor, which programme/protocol did you use?
For monitoring on the shoreline, which programme/protocol did you use?
For monitoring in Biota, which programme/protocol did you use?
For air monitoring, which programme/protocol did you use?
How can the data and information from your monitoring programme be accessed?
None
If the monitoring data is available on request, please provide information on how to access the data?
Please provide the URL's for any links to the monitoring data and information.
TYPE OF ACTION: Whilst you already selected the focus of your action/activity in Question 9, did the action/activity also involve other aspects (please tick which ones below):
[{'name': 'WORKING WITH PEOPLE: Encouraging or enabling others (e.g., education, training, communication, awareness raising, behaviour change programmes)'}]
Role organisation
[{'name': 'We are only reporting it here'}]
Responsible actor
[{'name': 'Other', 'extra_text': 'Fourth Sector'}]
Reporting
[]
You answered that you do report on the action. Is this because:
None
You answered that you do not report on the action. Is this because:
None
Are the actual outcomes and impacts of the action evaluated?
[{'name': 'Yes'}]
Geography
[{'name': 'National (it covers one entire country)'}]
Source to sea
[{'name': 'Mountains and upland area'}, {'name': 'Agricultural land/soils'}, {'name': 'Entire water catchment'}, {'name': 'Forests or Mangroves'}, {'name': 'Freshwater rivers and lakes'}, {'name': 'Urban environment'}, {'name': 'Waste disposal sites'}, {'name': 'Coastal zone'}]
Lifecycle of plastics
[{'name': 'Collection / sorting of plastics after use'}, {'name': 'Management of collected plastics'}]
Target action
[{'name': 'Recycling plastics'}]
Impact
[{'name': 'Human health and wellbeing'}, {'name': 'Biodiversity'}, {'name': 'Marine organisms'}, {'name': 'Ecosystem Services'}, {'name': 'Food chain'}, {'name': 'Economics and Trade'}]
Pollutant targeted
[{'name': 'Macroplastic (large, more than 20 mm, e.g. plastic bottles)', 'options': [{'name': 'Bottles'}, {'name': 'Other', 'extra_text': 'Tetra packs Aluminium cans Glass Bottles'}], 'multiselect': True}]
Sector
[{'name': 'Food & Beverages'}]
How much money (amount) has been invested in the action so far? (please give us an estimate if you’re unsure and only submit numbers, e.g, 5,000 should be entered as 5000)
0
Please specify the currency.
TT Dollars
Are there in kind contributions as well? (Please tell us the equivalent amount and only submit numbers, e.g, 5,000 should be entered as 5000).
0
Please specify the currency
TT Dollars
Funding
[{'name': 'Public Financing'}]
Please name the specific source(s) of funding?
Green Fund of Trinidad and Tobago
Duration
[{'name': 'Continuous activity more than 3 Years long'}]
##############################
......##############################
Created project: 7
Reducing UPOPs and Mercury Releases from Health Sector in Africa
Unique Response Number
545728-545719-54237453
Your organisation (If you are not affiliated with an organisation, please write 'not applicable').
UNDP
Are you reporting as an individual or on behalf of an organisation? (Several reports from the same organisation or individual are welcome)
[{'name': 'On behalf of an organisation'}]
On behalf of which organisation are you reporting here? (e.g. UNEP, FAO or name your specific private/public/third sector organisation).
UNDP
Is this the first time that you have completed this survey?
[{'name': 'No, I am returning to the survey to report on additional actions/activities'}]
How many Actions are you intending to tell us about?
Type of action
[{'name': 'TECHNOLOGY and PROCESSES: New technical developments/innovation (e.g., research and development, new product design, new materials, processes etc.) changes in practice, operations, environmental management and planning.', 'options': [{'name': 'Change in operations'}], 'multiselect': True}]
For monitoring on or near ocean surfaces, which programme/protocol did you use?
For monitoring of the water column, which programme/protocol did you use?
For monitoring on the seafloor, which programme/protocol did you use?
For monitoring on the shoreline, which programme/protocol did you use?
For monitoring in Biota, which programme/protocol did you use?
For air monitoring, which programme/protocol did you use?
How can the data and information from your monitoring programme be accessed?
None
If the monitoring data is available on request, please provide information on how to access the data?
Please provide the URL's for any links to the monitoring data and information.
TYPE OF ACTION: Whilst you already selected the focus of your action/activity in Question 9, did the action/activity also involve other aspects (please tick which ones below):
[{'name': 'WORKING WITH PEOPLE: Encouraging or enabling others (e.g., education, training, communication, awareness raising, behaviour change programmes)'}]
Role organisation
[{'name': 'I/We are implementing it'}]
Responsible actor
[{'name': 'PUBLIC ADMINISTRATION (organisations concerned with government policies and programmes)', 'options': [{'name': 'National ministry/agency'}], 'multiselect': True}]
Reporting
[{'name': 'Yes'}]
You answered that you do report on the action. Is this because:
[{'name': 'Reporting is voluntary'}]
You answered that you do not report on the action. Is this because:
None
Are the actual outcomes and impacts of the action evaluated?
[{'name': 'Yes'}]
Geography
[{'name': 'Regional (UN Regions)'}]
Source to sea
[{'name': 'Urban environment'}, {'name': 'Waste disposal sites'}]
Lifecycle of plastics
[{'name': 'Collection / sorting of plastics after use'}]
Target action
[{'name': 'Recycling plastics'}]
Impact
[{'name': 'Human health and wellbeing'}]
Pollutant targeted
[]
Sector
[{'name': 'Medical'}]
How much money (amount) has been invested in the action so far? (please give us an estimate if you’re unsure and only submit numbers, e.g, 5,000 should be entered as 5000)
6453195
Please specify the currency.
USD
Are there in kind contributions as well? (Please tell us the equivalent amount and only submit numbers, e.g, 5,000 should be entered as 5000).
28936164
Please specify the currency
USD
Funding
[]
Please name the specific source(s) of funding?
GEF
Duration
[{'name': 'Continuous activity more than 3 Years long'}]
##############################
INFO 2023-03-28 23:46:41,998 project Generated thumbs for 350x200
INFO 2023-03-28 23:46:42,055 project Generated thumbs for 350x200
INFO 2023-03-28 23:46:42,058 project Deleted 1 thumbs with old URLs
##############################
Created project: 8
ACT Program : a local value chain for plastic waste
Unique Response Number
545728-545719-54334516
Your organisation (If you are not affiliated with an organisation, please write 'not applicable').
Race for Water Foundation
Are you reporting as an individual or on behalf of an organisation? (Several reports from the same organisation or individual are welcome)
[{'name': 'On behalf of an organisation'}]
On behalf of which organisation are you reporting here? (e.g. UNEP, FAO or name your specific private/public/third sector organisation).
Race for Water Foundation
Is this the first time that you have completed this survey?
[{'name': 'No, I am returning to the survey to report on additional actions/activities'}]
How many Actions are you intending to tell us about?
Type of action
[{'name': 'MONITORING and ANALYSIS: Collecting evidence around plastic discharge to the ocean/waterways? (e.g. monitoring, analysis)', 'options': [{'name': 'Monitoring: On or near ocean surface'}, {'name': 'Monitoring: On the shoreline'}, {'name': 'Monitoring: In Biota'}, {'name': 'Review and synthesis :Environmental'}], 'multiselect': True}]
For monitoring on or near ocean surfaces, which programme/protocol did you use?
During the Race for Water Odyssey 2017-2021, we host aboard of our Race for Water Ambassador vessel several scientists who collect microplastics on ocean surfaces according to their own programme/protocol in: - the surface waters of Bermuda and Guadeloupe (EPHEMARE JPI Oceans Program) - the surface waters of Cuba (WEATHER-MIC JPI Oceans Program) - the surface waters between Chile and Rapa Nui (Catholic University of the North and ESMOI, Chile) - the surface waters between Tonga and Fiji Island (South Pacific University, Fiji) - the surface waters of New Caledonia (IRD New Caledonia)
For monitoring of the water column, which programme/protocol did you use?
For monitoring on the seafloor, which programme/protocol did you use?
For monitoring on the shoreline, which programme/protocol did you use?
During the first Race for Water Odyssey in 2015, the Race for water team used the NOAA protocol of Lippiat et al 2013 (Lippiatt S., Opfe S., Arthur C., 2013.Marine Debris Monitoring and Assessment. NOAA Technical Memorandum, NOS-OR&R-46) to collect and monitor marine debris and microplastics on the shoreline of different islands worldwide. In 2017, we hosted aboard of our Race for Water Ambassador vessel scientists who monitored microplastics on the shoreline according to their own programme/protocol in: - Bermuda and Guadeloupe (EPHEMARE JPI Oceans Program) - Cuba (WEATHER-MIC JPI Oceans Program) - Sala y Gomez Island (Catholic University of the North, Chile)
For monitoring in Biota, which programme/protocol did you use?
own programme/protocol
For air monitoring, which programme/protocol did you use?
How can the data and information from your monitoring programme be accessed?
[{'name': 'It is freely available and open source'}]
If the monitoring data is available on request, please provide information on how to access the data?
Please provide the URL's for any links to the monitoring data and information.
All the data which have been published are available on our Race for Water website at https://www.raceforwater.org/en/the-race-for-water-foundation/learn/
TYPE OF ACTION: Whilst you already selected the focus of your action/activity in Question 9, did the action/activity also involve other aspects (please tick which ones below):
[{'name': 'WORKING WITH PEOPLE: Encouraging or enabling others (e.g., education, training, communication, awareness raising, behaviour change programmes)'}]
Role organisation
[{'name': 'I/We developed it'}]
Responsible actor
[{'name': 'PUBLIC ADMINISTRATION (organisations concerned with government policies and programmes)', 'options': [{'name': 'International body'}, {'name': 'National ministry/agency'}, {'name': 'Sub-national ministry/agency'}], 'multiselect': True}, {'name': 'PRIVATE SECTOR ORGANISATION (for-profit organisations run by individuals and groups, free from government ownership).', 'options': [{'name': 'Multinational Corporation'}, {'name': 'National Corporation'}, {'name': 'Small-medium sized enterprise'}], 'multiselect': True}, {'name': 'THIRD SECTOR (e.g. non-governmental and non-profit-making organisations, including charity groups, community groups etc).', 'options': [{'name': 'Non-governmental organisation'}, {'name': 'Community based organisation'}]}]
Reporting
[]
You answered that you do report on the action. Is this because:
None
You answered that you do not report on the action. Is this because:
None
Are the actual outcomes and impacts of the action evaluated?
[{'name': 'Other', 'extra_text': 'Not yet as we are still in the feasbility study phase'}]
Geography
[{'name': 'Global (it covers the whole world)'}]
Source to sea
[{'name': 'Mountains and upland area'}, {'name': 'Agricultural land/soils'}, {'name': 'Entire water catchment'}, {'name': 'Forests or Mangroves'}, {'name': 'Freshwater rivers and lakes'}, {'name': 'Urban environment'}, {'name': 'Waste disposal sites'}, {'name': 'Coastal zone'}]
Lifecycle of plastics
[{'name': 'Collection / sorting of plastics after use'}, {'name': 'Management of collected plastics'}, {'name': 'Clean-up of plastic from the environment'}]
Target action
[{'name': 'Recycling plastics'}]
Impact
[{'name': 'Human health and wellbeing'}, {'name': 'Biodiversity'}, {'name': 'Marine organisms'}, {'name': 'Ecosystem Services'}, {'name': 'Food chain'}, {'name': 'Economics and Trade'}]
Pollutant targeted
[{'name': 'Macroplastic (large, more than 20 mm, e.g. plastic bottles)', 'options': [{'name': 'Bottles'}, {'name': 'Plastic bags'}, {'name': 'Food packaging (containers, wrappers etc.)'}, {'name': 'Non-food packaging (containers, wrappers etc.)'}, {'name': 'Smoking related litter (cigarette butts and packets)'}, {'name': 'Fishing related items'}, {'name': 'Shipping related items'}, {'name': 'Cups (e.g., disposable coffee cups)'}, {'name': 'Plastic straws, stirrers, cutlery'}, {'name': 'Polystyrene items'}], 'multiselect': True}]
Sector
[{'name': 'Packaging'}, {'name': 'Food & Beverages'}, {'name': 'Personal Healthcare'}, {'name': 'Medical'}, {'name': 'Retail'}, {'name': 'Tourism'}, {'name': 'Wastewater/Sewage management'}]
How much money (amount) has been invested in the action so far? (please give us an estimate if you’re unsure and only submit numbers, e.g, 5,000 should be entered as 5000)
10000000
Please specify the currency.
Euro
Are there in kind contributions as well? (Please tell us the equivalent amount and only submit numbers, e.g, 5,000 should be entered as 5000).
Please specify the currency
Funding
[{'name': 'Voluntary donations'}, {'name': 'Private Sector'}]
Please name the specific source(s) of funding?
Duration
[{'name': 'Continuous activity more than 3 Years long'}]
##############################
............##############################
Created project: 9
Funded Project: Unpackaging Alameda
Unique Response Number
545728-545719-54557648
Your organisation (If you are not affiliated with an organisation, please write 'not applicable').
California Ocean Protection Council
Are you reporting as an individual or on behalf of an organisation? (Several reports from the same organisation or individual are welcome)
[{'name': 'On behalf of an organisation'}]
On behalf of which organisation are you reporting here? (e.g. UNEP, FAO or name your specific private/public/third sector organisation).
California Ocean Protection Council
Is this the first time that you have completed this survey?
[{'name': 'No, I am returning to the survey to report on additional actions/activities'}]
How many Actions are you intending to tell us about?
Type of action
[{'name': 'WORKING WITH PEOPLE: Encouraging or enabling others (e.g., education, training, communication, awareness raising, behaviour change programmes', 'options': [{'name': 'Awareness raising and Behaviour change', 'options': [{'name': 'Behaviour change campaign/programme'}, {'name': 'Community Engagement'}, {'name': 'Stakeholder Engagement'}], 'multiselect': True}, {'name': 'Education/Training', 'options': [{'name': 'Other', 'extra_text': 'Technical assistance to restaurant owners'}], 'multiselect': True}], 'multiselect': True}]
For monitoring on or near ocean surfaces, which programme/protocol did you use?
For monitoring of the water column, which programme/protocol did you use?
For monitoring on the seafloor, which programme/protocol did you use?
For monitoring on the shoreline, which programme/protocol did you use?
For monitoring in Biota, which programme/protocol did you use?
For air monitoring, which programme/protocol did you use?
How can the data and information from your monitoring programme be accessed?
None
If the monitoring data is available on request, please provide information on how to access the data?
Please provide the URL's for any links to the monitoring data and information.
TYPE OF ACTION: Whilst you already selected the focus of your action/activity in Question 9, did the action/activity also involve other aspects (please tick which ones below):
[{'name': 'MONITORING and ANALYSIS: Collecting evidence around plastic discharge to the ocean/waterways? (e.g. monitoring, analysis)'}]
Role organisation
[{'name': 'We are the funding body'}]
Responsible actor
[{'name': 'PRIVATE SECTOR ORGANISATION (for-profit organisations run by individuals and groups, free from government ownership).', 'options': [{'name': 'Small-medium sized enterprise'}], 'multiselect': True}, {'name': 'THIRD SECTOR (e.g. non-governmental and non-profit-making organisations, including charity groups, community groups etc).', 'options': [{'name': 'Non-governmental organisation'}]}]
Reporting
[]
You answered that you do report on the action. Is this because:
None
You answered that you do not report on the action. Is this because:
None
Are the actual outcomes and impacts of the action evaluated?
[{'name': 'Yes'}]
Geography
[{'name': 'Sub-national (it covers parts of one country)'}]
Source to sea
[{'name': 'Urban environment'}, {'name': 'Coastal zone'}]
Lifecycle of plastics
[{'name': 'Use / consumption'}]
Target action
[{'name': 'Reducing plastics'}]
Impact
[{'name': 'Marine organisms'}, {'name': 'Other', 'extra_text': 'Urban plastic pollution nuisance'}]
Pollutant targeted
[{'name': 'Macroplastic (large, more than 20 mm, e.g. plastic bottles)', 'options': [{'name': 'Bottles'}, {'name': 'Plastic bags'}, {'name': 'Food packaging (containers, wrappers etc.)'}, {'name': 'Cups (e.g., disposable coffee cups)'}, {'name': 'Plastic straws, stirrers, cutlery'}, {'name': 'Polystyrene items'}], 'multiselect': True}]
Sector
[{'name': 'Food & Beverages'}]
How much money (amount) has been invested in the action so far? (please give us an estimate if you’re unsure and only submit numbers, e.g, 5,000 should be entered as 5000)
400000
Please specify the currency.
US Dollars
Are there in kind contributions as well? (Please tell us the equivalent amount and only submit numbers, e.g, 5,000 should be entered as 5000).
Please specify the currency
Funding
[{'name': 'Public Financing'}]
Please name the specific source(s) of funding?
State of California Proposition 84 Funds
Duration
[{'name': 'Single event'}]
##############################
INFO 2023-03-28 23:46:43,094 aggregation Scheduling indicator aggregation job for 2020-01-01 - 2020-12-31: Indicator #1
INFO 2023-03-28 23:46:43,107 project Generated thumbs for 350x200
##############################
Created project: 10
National Recyclable Solid Waste Collection Project (iCARE project)
Unique Response Number
545728-545719-54478964
Your organisation (If you are not affiliated with an organisation, please write 'not applicable').
Department of Life Sciences, The University of the West Indies, St. Augustine, Trinidad.
Are you reporting as an individual or on behalf of an organisation? (Several reports from the same organisation or individual are welcome)
[{'name': 'As an individual'}]
On behalf of which organisation are you reporting here? (e.g. UNEP, FAO or name your specific private/public/third sector organisation).
Is this the first time that you have completed this survey?
[{'name': 'No, I am returning to the survey to report on additional actions/activities'}]
How many Actions are you intending to tell us about?
Type of action
[{'name': 'TECHNOLOGY and PROCESSES: New technical developments/innovation (e.g., research and development, new product design, new materials, processes etc.) changes in practice, operations, environmental management and planning.', 'options': [{'name': 'Change in service provision'}, {'name': 'Change in practice'}, {'name': 'New infrastructure'}], 'multiselect': True}]
For monitoring on or near ocean surfaces, which programme/protocol did you use?
For monitoring of the water column, which programme/protocol did you use?
For monitoring on the seafloor, which programme/protocol did you use?
For monitoring on the shoreline, which programme/protocol did you use?
For monitoring in Biota, which programme/protocol did you use?
For air monitoring, which programme/protocol did you use?
How can the data and information from your monitoring programme be accessed?
None
If the monitoring data is available on request, please provide information on how to access the data?
Please provide the URL's for any links to the monitoring data and information.
TYPE OF ACTION: Whilst you already selected the focus of your action/activity in Question 9, did the action/activity also involve other aspects (please tick which ones below):
[{'name': 'WORKING WITH PEOPLE: Encouraging or enabling others (e.g., education, training, communication, awareness raising, behaviour change programmes)'}]
Role organisation
[{'name': 'We are only reporting it here'}]
Responsible actor
[{'name': 'Other', 'extra_text': 'Fourth Sector'}]
Reporting
[]
You answered that you do report on the action. Is this because:
None
You answered that you do not report on the action. Is this because:
None
Are the actual outcomes and impacts of the action evaluated?
[{'name': 'Yes'}]
Geography
[{'name': 'National (it covers one entire country)'}]
Source to sea
[{'name': 'Mountains and upland area'}, {'name': 'Agricultural land/soils'}, {'name': 'Entire water catchment'}, {'name': 'Forests or Mangroves'}, {'name': 'Freshwater rivers and lakes'}, {'name': 'Urban environment'}, {'name': 'Waste disposal sites'}, {'name': 'Coastal zone'}]
Lifecycle of plastics
[{'name': 'Collection / sorting of plastics after use'}, {'name': 'Management of collected plastics'}]
Target action
[{'name': 'Recycling plastics'}]
Impact
[{'name': 'Human health and wellbeing'}, {'name': 'Biodiversity'}, {'name': 'Marine organisms'}, {'name': 'Ecosystem Services'}, {'name': 'Food chain'}, {'name': 'Economics and Trade'}]
Pollutant targeted
[{'name': 'Macroplastic (large, more than 20 mm, e.g. plastic bottles)', 'options': [{'name': 'Bottles'}, {'name': 'Other', 'extra_text': 'Tetra packs Aluminium cans Glass Bottles'}], 'multiselect': True}]
Sector
[{'name': 'Food & Beverages'}]
How much money (amount) has been invested in the action so far? (please give us an estimate if you’re unsure and only submit numbers, e.g, 5,000 should be entered as 5000)
0
Please specify the currency.
TT Dollars
Are there in kind contributions as well? (Please tell us the equivalent amount and only submit numbers, e.g, 5,000 should be entered as 5000).
0
Please specify the currency
TT Dollars
Funding
[{'name': 'Public Financing'}]
Please name the specific source(s) of funding?
Green Fund of Trinidad and Tobago
Duration
[{'name': 'Continuous activity more than 3 Years long'}]
##############################
INFO 2023-03-28 23:46:43,175 project Generated thumbs for 350x200
INFO 2023-03-28 23:46:43,182 project Deleted 1 thumbs with old URLs
##############################
Created project: 11
Reducing UPOPs and Mercury Releases from Health Sector in Africa
Unique Response Number
545728-545719-54237453
Your organisation (If you are not affiliated with an organisation, please write 'not applicable').
UNDP
Are you reporting as an individual or on behalf of an organisation? (Several reports from the same organisation or individual are welcome)
[{'name': 'On behalf of an organisation'}]
On behalf of which organisation are you reporting here? (e.g. UNEP, FAO or name your specific private/public/third sector organisation).
UNDP
Is this the first time that you have completed this survey?
[{'name': 'No, I am returning to the survey to report on additional actions/activities'}]
How many Actions are you intending to tell us about?
Type of action
[{'name': 'TECHNOLOGY and PROCESSES: New technical developments/innovation (e.g., research and development, new product design, new materials, processes etc.) changes in practice, operations, environmental management and planning.', 'options': [{'name': 'Change in operations'}], 'multiselect': True}]
For monitoring on or near ocean surfaces, which programme/protocol did you use?
For monitoring of the water column, which programme/protocol did you use?
For monitoring on the seafloor, which programme/protocol did you use?
For monitoring on the shoreline, which programme/protocol did you use?
For monitoring in Biota, which programme/protocol did you use?
For air monitoring, which programme/protocol did you use?
How can the data and information from your monitoring programme be accessed?
None
If the monitoring data is available on request, please provide information on how to access the data?
Please provide the URL's for any links to the monitoring data and information.
TYPE OF ACTION: Whilst you already selected the focus of your action/activity in Question 9, did the action/activity also involve other aspects (please tick which ones below):
[{'name': 'WORKING WITH PEOPLE: Encouraging or enabling others (e.g., education, training, communication, awareness raising, behaviour change programmes)'}]
Role organisation
[{'name': 'I/We are implementing it'}]
Responsible actor
[{'name': 'PUBLIC ADMINISTRATION (organisations concerned with government policies and programmes)', 'options': [{'name': 'National ministry/agency'}], 'multiselect': True}]
Reporting
[{'name': 'Yes'}]
You answered that you do report on the action. Is this because:
[{'name': 'Reporting is voluntary'}]
You answered that you do not report on the action. Is this because:
None
Are the actual outcomes and impacts of the action evaluated?
[{'name': 'Yes'}]
Geography
[{'name': 'Regional (UN Regions)'}]
Source to sea
[{'name': 'Urban environment'}, {'name': 'Waste disposal sites'}]
Lifecycle of plastics
[{'name': 'Collection / sorting of plastics after use'}]
Target action
[{'name': 'Recycling plastics'}]
Impact
[{'name': 'Human health and wellbeing'}]
Pollutant targeted
[]
Sector
[{'name': 'Medical'}]
How much money (amount) has been invested in the action so far? (please give us an estimate if you’re unsure and only submit numbers, e.g, 5,000 should be entered as 5000)
6453195
Please specify the currency.
USD
Are there in kind contributions as well? (Please tell us the equivalent amount and only submit numbers, e.g, 5,000 should be entered as 5000).
28936164
Please specify the currency
USD
Funding
[]
Please name the specific source(s) of funding?
GEF
Duration
[{'name': 'Continuous activity more than 3 Years long'}]
##############################
##############################
Created project: 12
ACT Program : a local value chain for plastic waste
Unique Response Number
545728-545719-54334516
Your organisation (If you are not affiliated with an organisation, please write 'not applicable').
Race for Water Foundation
Are you reporting as an individual or on behalf of an organisation? (Several reports from the same organisation or individual are welcome)
[{'name': 'On behalf of an organisation'}]
On behalf of which organisation are you reporting here? (e.g. UNEP, FAO or name your specific private/public/third sector organisation).
Race for Water Foundation
Is this the first time that you have completed this survey?
[{'name': 'No, I am returning to the survey to report on additional actions/activities'}]
How many Actions are you intending to tell us about?
Type of action
[{'name': 'MONITORING and ANALYSIS: Collecting evidence around plastic discharge to the ocean/waterways? (e.g. monitoring, analysis)', 'options': [{'name': 'Monitoring: On or near ocean surface'}, {'name': 'Monitoring: On the shoreline'}, {'name': 'Monitoring: In Biota'}, {'name': 'Review and synthesis :Environmental'}], 'multiselect': True}]
For monitoring on or near ocean surfaces, which programme/protocol did you use?
During the Race for Water Odyssey 2017-2021, we host aboard of our Race for Water Ambassador vessel several scientists who collect microplastics on ocean surfaces according to their own programme/protocol in: - the surface waters of Bermuda and Guadeloupe (EPHEMARE JPI Oceans Program) - the surface waters of Cuba (WEATHER-MIC JPI Oceans Program) - the surface waters between Chile and Rapa Nui (Catholic University of the North and ESMOI, Chile) - the surface waters between Tonga and Fiji Island (South Pacific University, Fiji) - the surface waters of New Caledonia (IRD New Caledonia)
For monitoring of the water column, which programme/protocol did you use?
For monitoring on the seafloor, which programme/protocol did you use?
For monitoring on the shoreline, which programme/protocol did you use?
During the first Race for Water Odyssey in 2015, the Race for water team used the NOAA protocol of Lippiat et al 2013 (Lippiatt S., Opfe S., Arthur C., 2013.Marine Debris Monitoring and Assessment. NOAA Technical Memorandum, NOS-OR&R-46) to collect and monitor marine debris and microplastics on the shoreline of different islands worldwide. In 2017, we hosted aboard of our Race for Water Ambassador vessel scientists who monitored microplastics on the shoreline according to their own programme/protocol in: - Bermuda and Guadeloupe (EPHEMARE JPI Oceans Program) - Cuba (WEATHER-MIC JPI Oceans Program) - Sala y Gomez Island (Catholic University of the North, Chile)
For monitoring in Biota, which programme/protocol did you use?
own programme/protocol
For air monitoring, which programme/protocol did you use?
How can the data and information from your monitoring programme be accessed?
[{'name': 'It is freely available and open source'}]
If the monitoring data is available on request, please provide information on how to access the data?
Please provide the URL's for any links to the monitoring data and information.
All the data which have been published are available on our Race for Water website at https://www.raceforwater.org/en/the-race-for-water-foundation/learn/
TYPE OF ACTION: Whilst you already selected the focus of your action/activity in Question 9, did the action/activity also involve other aspects (please tick which ones below):
[{'name': 'WORKING WITH PEOPLE: Encouraging or enabling others (e.g., education, training, communication, awareness raising, behaviour change programmes)'}]
Role organisation
[{'name': 'I/We developed it'}]
Responsible actor
[{'name': 'PUBLIC ADMINISTRATION (organisations concerned with government policies and programmes)', 'options': [{'name': 'International body'}, {'name': 'National ministry/agency'}, {'name': 'Sub-national ministry/agency'}], 'multiselect': True}, {'name': 'PRIVATE SECTOR ORGANISATION (for-profit organisations run by individuals and groups, free from government ownership).', 'options': [{'name': 'Multinational Corporation'}, {'name': 'National Corporation'}, {'name': 'Small-medium sized enterprise'}], 'multiselect': True}, {'name': 'THIRD SECTOR (e.g. non-governmental and non-profit-making organisations, including charity groups, community groups etc).', 'options': [{'name': 'Non-governmental organisation'}, {'name': 'Community based organisation'}]}]
Reporting
[]
You answered that you do report on the action. Is this because:
None
You answered that you do not report on the action. Is this because:
None
Are the actual outcomes and impacts of the action evaluated?
[{'name': 'Other', 'extra_text': 'Not yet as we are still in the feasbility study phase'}]
Geography
[{'name': 'Global (it covers the whole world)'}]
Source to sea
[{'name': 'Mountains and upland area'}, {'name': 'Agricultural land/soils'}, {'name': 'Entire water catchment'}, {'name': 'Forests or Mangroves'}, {'name': 'Freshwater rivers and lakes'}, {'name': 'Urban environment'}, {'name': 'Waste disposal sites'}, {'name': 'Coastal zone'}]
Lifecycle of plastics
[{'name': 'Collection / sorting of plastics after use'}, {'name': 'Management of collected plastics'}, {'name': 'Clean-up of plastic from the environment'}]
Target action
[{'name': 'Recycling plastics'}]
Impact
[{'name': 'Human health and wellbeing'}, {'name': 'Biodiversity'}, {'name': 'Marine organisms'}, {'name': 'Ecosystem Services'}, {'name': 'Food chain'}, {'name': 'Economics and Trade'}]
Pollutant targeted
[{'name': 'Macroplastic (large, more than 20 mm, e.g. plastic bottles)', 'options': [{'name': 'Bottles'}, {'name': 'Plastic bags'}, {'name': 'Food packaging (containers, wrappers etc.)'}, {'name': 'Non-food packaging (containers, wrappers etc.)'}, {'name': 'Smoking related litter (cigarette butts and packets)'}, {'name': 'Fishing related items'}, {'name': 'Shipping related items'}, {'name': 'Cups (e.g., disposable coffee cups)'}, {'name': 'Plastic straws, stirrers, cutlery'}, {'name': 'Polystyrene items'}], 'multiselect': True}]
Sector
[{'name': 'Packaging'}, {'name': 'Food & Beverages'}, {'name': 'Personal Healthcare'}, {'name': 'Medical'}, {'name': 'Retail'}, {'name': 'Tourism'}, {'name': 'Wastewater/Sewage management'}]
How much money (amount) has been invested in the action so far? (please give us an estimate if you’re unsure and only submit numbers, e.g, 5,000 should be entered as 5000)
10000000
Please specify the currency.
Euro
Are there in kind contributions as well? (Please tell us the equivalent amount and only submit numbers, e.g, 5,000 should be entered as 5000).
Please specify the currency
Funding
[{'name': 'Voluntary donations'}, {'name': 'Private Sector'}]
Please name the specific source(s) of funding?
Duration
[{'name': 'Continuous activity more than 3 Years long'}]
##############################
INFO 2023-03-28 23:46:43,983 project Generated thumbs for 350x200
WARNING 2023-03-28 23:46:44,035 location About to delete ProjectLocation(12) Latitude: No latitude specified, Longitude: No longitude specified, Country: United States of project(9) Funded Project: Unpackaging Alameda
Stack (most recent call last):
File "/usr/local/bin/coverage", line 8, in
sys.exit(main())
File "/usr/local/lib/python3.8/site-packages/coverage/cmdline.py", line 943, in main
status = CoverageScript().command_line(argv)
File "/usr/local/lib/python3.8/site-packages/coverage/cmdline.py", line 659, in command_line
return self.do_run(options, args)
File "/usr/local/lib/python3.8/site-packages/coverage/cmdline.py", line 830, in do_run
runner.run()
File "/usr/local/lib/python3.8/site-packages/coverage/execfile.py", line 199, in run
exec(code, main_mod.__dict__)
File "manage.py", line 27, in
execute_from_command_line(sys.argv)
File "/usr/local/lib/python3.8/site-packages/django/core/management/__init__.py", line 419, in execute_from_command_line
utility.execute()
File "/usr/local/lib/python3.8/site-packages/django/core/management/__init__.py", line 413, in execute
self.fetch_command(subcommand).run_from_argv(self.argv)
File "/usr/local/lib/python3.8/site-packages/django/core/management/commands/test.py", line 23, in run_from_argv
super().run_from_argv(argv)
File "/usr/local/lib/python3.8/site-packages/django/core/management/base.py", line 354, in run_from_argv
self.execute(*args, **cmd_options)
File "/usr/local/lib/python3.8/site-packages/django/core/management/base.py", line 398, in execute
output = self.handle(*args, **options)
File "/usr/local/lib/python3.8/site-packages/django/core/management/commands/test.py", line 55, in handle
failures = test_runner.run_tests(test_labels)
File "/usr/local/lib/python3.8/site-packages/django/test/runner.py", line 729, in run_tests
result = self.run_suite(suite)
File "/usr/local/lib/python3.8/site-packages/django/test/runner.py", line 670, in run_suite
return runner.run(suite)
File "/usr/local/lib/python3.8/unittest/runner.py", line 176, in run
test(result)
File "/usr/local/lib/python3.8/unittest/suite.py", line 84, in __call__
return self.run(*args, **kwds)
File "/usr/local/lib/python3.8/site-packages/django/test/runner.py", line 394, in run
pool = multiprocessing.Pool(
File "/usr/local/lib/python3.8/multiprocessing/context.py", line 119, in Pool
return Pool(processes, initializer, initargs, maxtasksperchild,
File "/usr/local/lib/python3.8/multiprocessing/pool.py", line 212, in __init__
self._repopulate_pool()
File "/usr/local/lib/python3.8/multiprocessing/pool.py", line 303, in _repopulate_pool
return self._repopulate_pool_static(self._ctx, self.Process,
File "/usr/local/lib/python3.8/multiprocessing/pool.py", line 326, in _repopulate_pool_static
w.start()
File "/usr/local/lib/python3.8/multiprocessing/process.py", line 121, in start
self._popen = self._Popen(self)
File "/usr/local/lib/python3.8/multiprocessing/context.py", line 276, in _Popen
return Popen(process_obj)
File "/usr/local/lib/python3.8/multiprocessing/popen_fork.py", line 19, in __init__
self._launch(process_obj)
File "/usr/local/lib/python3.8/multiprocessing/popen_fork.py", line 75, in _launch
code = process_obj._bootstrap(parent_sentinel=child_r)
File "/usr/local/lib/python3.8/site-packages/coverage/multiproc.py", line 42, in _bootstrap
return original_bootstrap(self, *args, **kwargs)
File "/usr/local/lib/python3.8/multiprocessing/process.py", line 315, in _bootstrap
self.run()
File "/usr/local/lib/python3.8/multiprocessing/process.py", line 108, in run
self._target(*self._args, **self._kwargs)
File "/usr/local/lib/python3.8/multiprocessing/pool.py", line 125, in worker
result = (True, func(*args, **kwds))
File "/usr/local/lib/python3.8/site-packages/django/test/runner.py", line 347, in _run_subsuite
result = runner.run(subsuite)
File "/usr/local/lib/python3.8/site-packages/django/test/runner.py", line 294, in run
test(result)
File "/usr/local/lib/python3.8/unittest/suite.py", line 84, in __call__
return self.run(*args, **kwds)
File "/usr/local/lib/python3.8/unittest/suite.py", line 122, in run
test(result)
File "/usr/local/lib/python3.8/site-packages/django/test/testcases.py", line 245, in __call__
self._setup_and_call(result)
File "/usr/local/lib/python3.8/site-packages/django/test/testcases.py", line 281, in _setup_and_call
super().__call__(result)
File "/usr/local/lib/python3.8/unittest/case.py", line 736, in __call__
return self.run(*args, **kwds)
File "/usr/local/lib/python3.8/unittest/case.py", line 676, in run
self._callTestMethod(testMethod)
File "/usr/local/lib/python3.8/unittest/case.py", line 633, in _callTestMethod
method()
File "/var/akvo/rsr/code/akvo/rsr/tests/commands/test_unep_survey_import.py", line 115, in test_reimport_correctly_updates_projects
management.call_command('unep_survey_import', TEST_CSV)
File "/usr/local/lib/python3.8/site-packages/django/core/management/__init__.py", line 181, in call_command
return command.execute(*args, **defaults)
File "/usr/local/lib/python3.8/site-packages/django/core/management/base.py", line 398, in execute
output = self.handle(*args, **options)
File "/var/akvo/rsr/code/akvo/rsr/management/commands/unep_survey_import.py", line 125, in handle
importer.run()
File "/var/akvo/rsr/code/akvo/rsr/management/commands/unep_survey_import.py", line 174, in run
self.project = self.get_or_create_project()
File "/var/akvo/rsr/code/akvo/rsr/management/commands/unep_survey_import.py", line 238, in get_or_create_project
ProjectLocation.objects.filter(location_target=project).delete()
File "/usr/local/lib/python3.8/site-packages/django/db/models/query.py", line 746, in delete
deleted, _rows_count = collector.delete()
File "/usr/local/lib/python3.8/site-packages/django/db/models/deletion.py", line 404, in delete
signals.pre_delete.send(
File "/usr/local/lib/python3.8/site-packages/django/dispatch/dispatcher.py", line 180, in send
return [
File "/usr/local/lib/python3.8/site-packages/django/dispatch/dispatcher.py", line 181, in
(receiver, receiver(signal=self, sender=sender, **named))
File "/var/akvo/rsr/code/akvo/rsr/models/location.py", line 223, in on_projectlocation_delete
logger.warning(
INFO 2023-03-28 23:46:44,055 project Generated thumbs for 350x200
INFO 2023-03-28 23:46:44,057 project Deleted 1 thumbs with old URLs
..##############################
Created project: 9
Funded Project: Unpackaging Alameda
Unique Response Number
545728-545719-54557648
Your organisation (If you are not affiliated with an organisation, please write 'not applicable').
California Ocean Protection Council
Are you reporting as an individual or on behalf of an organisation? (Several reports from the same organisation or individual are welcome)
[{'name': 'On behalf of an organisation'}]
On behalf of which organisation are you reporting here? (e.g. UNEP, FAO or name your specific private/public/third sector organisation).
California Ocean Protection Council
Is this the first time that you have completed this survey?
[{'name': 'No, I am returning to the survey to report on additional actions/activities'}]
How many Actions are you intending to tell us about?
Type of action
[{'name': 'WORKING WITH PEOPLE: Encouraging or enabling others (e.g., education, training, communication, awareness raising, behaviour change programmes', 'options': [{'name': 'Awareness raising and Behaviour change', 'options': [{'name': 'Behaviour change campaign/programme'}, {'name': 'Community Engagement'}, {'name': 'Stakeholder Engagement'}], 'multiselect': True}, {'name': 'Education/Training', 'options': [{'name': 'Other', 'extra_text': 'Technical assistance to restaurant owners'}], 'multiselect': True}], 'multiselect': True}]
For monitoring on or near ocean surfaces, which programme/protocol did you use?
For monitoring of the water column, which programme/protocol did you use?
For monitoring on the seafloor, which programme/protocol did you use?
For monitoring on the shoreline, which programme/protocol did you use?
For monitoring in Biota, which programme/protocol did you use?
For air monitoring, which programme/protocol did you use?
How can the data and information from your monitoring programme be accessed?
None
If the monitoring data is available on request, please provide information on how to access the data?
Please provide the URL's for any links to the monitoring data and information.
TYPE OF ACTION: Whilst you already selected the focus of your action/activity in Question 9, did the action/activity also involve other aspects (please tick which ones below):
[{'name': 'MONITORING and ANALYSIS: Collecting evidence around plastic discharge to the ocean/waterways? (e.g. monitoring, analysis)'}]
Role organisation
[{'name': 'We are the funding body'}]
Responsible actor
[{'name': 'PRIVATE SECTOR ORGANISATION (for-profit organisations run by individuals and groups, free from government ownership).', 'options': [{'name': 'Small-medium sized enterprise'}], 'multiselect': True}, {'name': 'THIRD SECTOR (e.g. non-governmental and non-profit-making organisations, including charity groups, community groups etc).', 'options': [{'name': 'Non-governmental organisation'}]}]
Reporting
[]
You answered that you do report on the action. Is this because:
None
You answered that you do not report on the action. Is this because:
None
Are the actual outcomes and impacts of the action evaluated?
[{'name': 'Yes'}]
Geography
[{'name': 'Sub-national (it covers parts of one country)'}]
Source to sea
[{'name': 'Urban environment'}, {'name': 'Coastal zone'}]
Lifecycle of plastics
[{'name': 'Use / consumption'}]
Target action
[{'name': 'Reducing plastics'}]
Impact
[{'name': 'Marine organisms'}, {'name': 'Other', 'extra_text': 'Urban plastic pollution nuisance'}]
Pollutant targeted
[{'name': 'Macroplastic (large, more than 20 mm, e.g. plastic bottles)', 'options': [{'name': 'Bottles'}, {'name': 'Plastic bags'}, {'name': 'Food packaging (containers, wrappers etc.)'}, {'name': 'Cups (e.g., disposable coffee cups)'}, {'name': 'Plastic straws, stirrers, cutlery'}, {'name': 'Polystyrene items'}], 'multiselect': True}]
Sector
[{'name': 'Food & Beverages'}]
How much money (amount) has been invested in the action so far? (please give us an estimate if you’re unsure and only submit numbers, e.g, 5,000 should be entered as 5000)
400000
Please specify the currency.
US Dollars
Are there in kind contributions as well? (Please tell us the equivalent amount and only submit numbers, e.g, 5,000 should be entered as 5000).
Please specify the currency
Funding
[{'name': 'Public Financing'}]
Please name the specific source(s) of funding?
State of California Proposition 84 Funds
Duration
[{'name': 'Single event'}]
##############################
WARNING 2023-03-28 23:46:44,489 location About to delete ProjectLocation(13) Latitude: No latitude specified, Longitude: No longitude specified, Country: Trinidad and Tobago of project(10) National Recyclable Solid Waste Collection Project (iCARE project)
Stack (most recent call last):
File "/usr/local/bin/coverage", line 8, in
sys.exit(main())
File "/usr/local/lib/python3.8/site-packages/coverage/cmdline.py", line 943, in main
status = CoverageScript().command_line(argv)
File "/usr/local/lib/python3.8/site-packages/coverage/cmdline.py", line 659, in command_line
return self.do_run(options, args)
File "/usr/local/lib/python3.8/site-packages/coverage/cmdline.py", line 830, in do_run
runner.run()
File "/usr/local/lib/python3.8/site-packages/coverage/execfile.py", line 199, in run
exec(code, main_mod.__dict__)
File "manage.py", line 27, in
execute_from_command_line(sys.argv)
File "/usr/local/lib/python3.8/site-packages/django/core/management/__init__.py", line 419, in execute_from_command_line
utility.execute()
File "/usr/local/lib/python3.8/site-packages/django/core/management/__init__.py", line 413, in execute
self.fetch_command(subcommand).run_from_argv(self.argv)
File "/usr/local/lib/python3.8/site-packages/django/core/management/commands/test.py", line 23, in run_from_argv
super().run_from_argv(argv)
File "/usr/local/lib/python3.8/site-packages/django/core/management/base.py", line 354, in run_from_argv
self.execute(*args, **cmd_options)
File "/usr/local/lib/python3.8/site-packages/django/core/management/base.py", line 398, in execute
output = self.handle(*args, **options)
File "/usr/local/lib/python3.8/site-packages/django/core/management/commands/test.py", line 55, in handle
failures = test_runner.run_tests(test_labels)
File "/usr/local/lib/python3.8/site-packages/django/test/runner.py", line 729, in run_tests
result = self.run_suite(suite)
File "/usr/local/lib/python3.8/site-packages/django/test/runner.py", line 670, in run_suite
return runner.run(suite)
File "/usr/local/lib/python3.8/unittest/runner.py", line 176, in run
test(result)
File "/usr/local/lib/python3.8/unittest/suite.py", line 84, in __call__
return self.run(*args, **kwds)
File "/usr/local/lib/python3.8/site-packages/django/test/runner.py", line 394, in run
pool = multiprocessing.Pool(
File "/usr/local/lib/python3.8/multiprocessing/context.py", line 119, in Pool
return Pool(processes, initializer, initargs, maxtasksperchild,
File "/usr/local/lib/python3.8/multiprocessing/pool.py", line 212, in __init__
self._repopulate_pool()
File "/usr/local/lib/python3.8/multiprocessing/pool.py", line 303, in _repopulate_pool
return self._repopulate_pool_static(self._ctx, self.Process,
File "/usr/local/lib/python3.8/multiprocessing/pool.py", line 326, in _repopulate_pool_static
w.start()
File "/usr/local/lib/python3.8/multiprocessing/process.py", line 121, in start
self._popen = self._Popen(self)
File "/usr/local/lib/python3.8/multiprocessing/context.py", line 276, in _Popen
return Popen(process_obj)
File "/usr/local/lib/python3.8/multiprocessing/popen_fork.py", line 19, in __init__
self._launch(process_obj)
File "/usr/local/lib/python3.8/multiprocessing/popen_fork.py", line 75, in _launch
code = process_obj._bootstrap(parent_sentinel=child_r)
File "/usr/local/lib/python3.8/site-packages/coverage/multiproc.py", line 42, in _bootstrap
return original_bootstrap(self, *args, **kwargs)
File "/usr/local/lib/python3.8/multiprocessing/process.py", line 315, in _bootstrap
self.run()
File "/usr/local/lib/python3.8/multiprocessing/process.py", line 108, in run
self._target(*self._args, **self._kwargs)
File "/usr/local/lib/python3.8/multiprocessing/pool.py", line 125, in worker
result = (True, func(*args, **kwds))
File "/usr/local/lib/python3.8/site-packages/django/test/runner.py", line 347, in _run_subsuite
result = runner.run(subsuite)
File "/usr/local/lib/python3.8/site-packages/django/test/runner.py", line 294, in run
test(result)
File "/usr/local/lib/python3.8/unittest/suite.py", line 84, in __call__
return self.run(*args, **kwds)
File "/usr/local/lib/python3.8/unittest/suite.py", line 122, in run
test(result)
File "/usr/local/lib/python3.8/site-packages/django/test/testcases.py", line 245, in __call__
self._setup_and_call(result)
File "/usr/local/lib/python3.8/site-packages/django/test/testcases.py", line 281, in _setup_and_call
super().__call__(result)
File "/usr/local/lib/python3.8/unittest/case.py", line 736, in __call__
return self.run(*args, **kwds)
File "/usr/local/lib/python3.8/unittest/case.py", line 676, in run
self._callTestMethod(testMethod)
File "/usr/local/lib/python3.8/unittest/case.py", line 633, in _callTestMethod
method()
File "/var/akvo/rsr/code/akvo/rsr/tests/commands/test_unep_survey_import.py", line 115, in test_reimport_correctly_updates_projects
management.call_command('unep_survey_import', TEST_CSV)
File "/usr/local/lib/python3.8/site-packages/django/core/management/__init__.py", line 181, in call_command
return command.execute(*args, **defaults)
File "/usr/local/lib/python3.8/site-packages/django/core/management/base.py", line 398, in execute
output = self.handle(*args, **options)
File "/var/akvo/rsr/code/akvo/rsr/management/commands/unep_survey_import.py", line 125, in handle
importer.run()
File "/var/akvo/rsr/code/akvo/rsr/management/commands/unep_survey_import.py", line 174, in run
self.project = self.get_or_create_project()
File "/var/akvo/rsr/code/akvo/rsr/management/commands/unep_survey_import.py", line 238, in get_or_create_project
ProjectLocation.objects.filter(location_target=project).delete()
File "/usr/local/lib/python3.8/site-packages/django/db/models/query.py", line 746, in delete
deleted, _rows_count = collector.delete()
File "/usr/local/lib/python3.8/site-packages/django/db/models/deletion.py", line 404, in delete
signals.pre_delete.send(
File "/usr/local/lib/python3.8/site-packages/django/dispatch/dispatcher.py", line 180, in send
return [
File "/usr/local/lib/python3.8/site-packages/django/dispatch/dispatcher.py", line 181, in
(receiver, receiver(signal=self, sender=sender, **named))
File "/var/akvo/rsr/code/akvo/rsr/models/location.py", line 223, in on_projectlocation_delete
logger.warning(
INFO 2023-03-28 23:46:44,497 aggregation Scheduling indicator aggregation job for 2023-03-28 - 2023-03-29 (target: 10): Title
INFO 2023-03-28 23:46:44,533 aggregation Scheduling indicator aggregation job for 2023-03-28 - 2023-03-29 (target: 10): Title
INFO 2023-03-28 23:46:44,553 aggregation Scheduling indicator aggregation job for 2023-03-28 - 2023-03-29 (target: 10): Title
INFO 2023-03-28 23:46:44,572 aggregation Scheduling indicator aggregation job for 2023-03-28 - 2023-03-29 (target: 10): Title
INFO 2023-03-28 23:46:44,584 aggregation Scheduling indicator aggregation job for 2023-03-28 - 2023-03-29 (target: 10): Title
INFO 2023-03-28 23:46:44,714 aggregation Scheduling indicator aggregation job for 2023-03-28 - 2023-03-29 (actual: 1 / target: 1): Qualitative indicator
##############################
Created project: 10
National Recyclable Solid Waste Collection Project (iCARE project)
Unique Response Number
545728-545719-54478964
Your organisation (If you are not affiliated with an organisation, please write 'not applicable').
Department of Life Sciences, The University of the West Indies, St. Augustine, Trinidad.
Are you reporting as an individual or on behalf of an organisation? (Several reports from the same organisation or individual are welcome)
[{'name': 'As an individual'}]
On behalf of which organisation are you reporting here? (e.g. UNEP, FAO or name your specific private/public/third sector organisation).
Is this the first time that you have completed this survey?
[{'name': 'No, I am returning to the survey to report on additional actions/activities'}]
How many Actions are you intending to tell us about?
Type of action
[{'name': 'TECHNOLOGY and PROCESSES: New technical developments/innovation (e.g., research and development, new product design, new materials, processes etc.) changes in practice, operations, environmental management and planning.', 'options': [{'name': 'Change in service provision'}, {'name': 'Change in practice'}, {'name': 'New infrastructure'}], 'multiselect': True}]
For monitoring on or near ocean surfaces, which programme/protocol did you use?
For monitoring of the water column, which programme/protocol did you use?
For monitoring on the seafloor, which programme/protocol did you use?
For monitoring on the shoreline, which programme/protocol did you use?
For monitoring in Biota, which programme/protocol did you use?
For air monitoring, which programme/protocol did you use?
How can the data and information from your monitoring programme be accessed?
None
If the monitoring data is available on request, please provide information on how to access the data?
Please provide the URL's for any links to the monitoring data and information.
TYPE OF ACTION: Whilst you already selected the focus of your action/activity in Question 9, did the action/activity also involve other aspects (please tick which ones below):
[{'name': 'WORKING WITH PEOPLE: Encouraging or enabling others (e.g., education, training, communication, awareness raising, behaviour change programmes)'}]
Role organisation
[{'name': 'We are only reporting it here'}]
Responsible actor
[{'name': 'Other', 'extra_text': 'Fourth Sector'}]
Reporting
[]
You answered that you do report on the action. Is this because:
None
You answered that you do not report on the action. Is this because:
None
Are the actual outcomes and impacts of the action evaluated?
[{'name': 'Yes'}]
Geography
[{'name': 'National (it covers one entire country)'}]
Source to sea
[{'name': 'Mountains and upland area'}, {'name': 'Agricultural land/soils'}, {'name': 'Entire water catchment'}, {'name': 'Forests or Mangroves'}, {'name': 'Freshwater rivers and lakes'}, {'name': 'Urban environment'}, {'name': 'Waste disposal sites'}, {'name': 'Coastal zone'}]
Lifecycle of plastics
[{'name': 'Collection / sorting of plastics after use'}, {'name': 'Management of collected plastics'}]
Target action
[{'name': 'Recycling plastics'}]
Impact
[{'name': 'Human health and wellbeing'}, {'name': 'Biodiversity'}, {'name': 'Marine organisms'}, {'name': 'Ecosystem Services'}, {'name': 'Food chain'}, {'name': 'Economics and Trade'}]
Pollutant targeted
[{'name': 'Macroplastic (large, more than 20 mm, e.g. plastic bottles)', 'options': [{'name': 'Bottles'}, {'name': 'Other', 'extra_text': 'Tetra packs Aluminium cans Glass Bottles'}], 'multiselect': True}]
Sector
[{'name': 'Food & Beverages'}]
How much money (amount) has been invested in the action so far? (please give us an estimate if you’re unsure and only submit numbers, e.g, 5,000 should be entered as 5000)
0
Please specify the currency.
TT Dollars
Are there in kind contributions as well? (Please tell us the equivalent amount and only submit numbers, e.g, 5,000 should be entered as 5000).
0
Please specify the currency
TT Dollars
Funding
[{'name': 'Public Financing'}]
Please name the specific source(s) of funding?
Green Fund of Trinidad and Tobago
Duration
[{'name': 'Continuous activity more than 3 Years long'}]
##############################
WARNING 2023-03-28 23:46:44,944 location About to delete ProjectLocation(14) Latitude: No latitude specified, Longitude: No longitude specified, Country: Ghana of project(11) Reducing UPOPs and Mercury Releases from Health Sector in Africa
Stack (most recent call last):
File "/usr/local/bin/coverage", line 8, in
sys.exit(main())
File "/usr/local/lib/python3.8/site-packages/coverage/cmdline.py", line 943, in main
status = CoverageScript().command_line(argv)
File "/usr/local/lib/python3.8/site-packages/coverage/cmdline.py", line 659, in command_line
return self.do_run(options, args)
File "/usr/local/lib/python3.8/site-packages/coverage/cmdline.py", line 830, in do_run
runner.run()
File "/usr/local/lib/python3.8/site-packages/coverage/execfile.py", line 199, in run
exec(code, main_mod.__dict__)
File "manage.py", line 27, in
execute_from_command_line(sys.argv)
File "/usr/local/lib/python3.8/site-packages/django/core/management/__init__.py", line 419, in execute_from_command_line
utility.execute()
File "/usr/local/lib/python3.8/site-packages/django/core/management/__init__.py", line 413, in execute
self.fetch_command(subcommand).run_from_argv(self.argv)
File "/usr/local/lib/python3.8/site-packages/django/core/management/commands/test.py", line 23, in run_from_argv
super().run_from_argv(argv)
File "/usr/local/lib/python3.8/site-packages/django/core/management/base.py", line 354, in run_from_argv
self.execute(*args, **cmd_options)
File "/usr/local/lib/python3.8/site-packages/django/core/management/base.py", line 398, in execute
output = self.handle(*args, **options)
File "/usr/local/lib/python3.8/site-packages/django/core/management/commands/test.py", line 55, in handle
failures = test_runner.run_tests(test_labels)
File "/usr/local/lib/python3.8/site-packages/django/test/runner.py", line 729, in run_tests
result = self.run_suite(suite)
File "/usr/local/lib/python3.8/site-packages/django/test/runner.py", line 670, in run_suite
return runner.run(suite)
File "/usr/local/lib/python3.8/unittest/runner.py", line 176, in run
test(result)
File "/usr/local/lib/python3.8/unittest/suite.py", line 84, in __call__
return self.run(*args, **kwds)
File "/usr/local/lib/python3.8/site-packages/django/test/runner.py", line 394, in run
pool = multiprocessing.Pool(
File "/usr/local/lib/python3.8/multiprocessing/context.py", line 119, in Pool
return Pool(processes, initializer, initargs, maxtasksperchild,
File "/usr/local/lib/python3.8/multiprocessing/pool.py", line 212, in __init__
self._repopulate_pool()
File "/usr/local/lib/python3.8/multiprocessing/pool.py", line 303, in _repopulate_pool
return self._repopulate_pool_static(self._ctx, self.Process,
File "/usr/local/lib/python3.8/multiprocessing/pool.py", line 326, in _repopulate_pool_static
w.start()
File "/usr/local/lib/python3.8/multiprocessing/process.py", line 121, in start
self._popen = self._Popen(self)
File "/usr/local/lib/python3.8/multiprocessing/context.py", line 276, in _Popen
return Popen(process_obj)
File "/usr/local/lib/python3.8/multiprocessing/popen_fork.py", line 19, in __init__
self._launch(process_obj)
File "/usr/local/lib/python3.8/multiprocessing/popen_fork.py", line 75, in _launch
code = process_obj._bootstrap(parent_sentinel=child_r)
File "/usr/local/lib/python3.8/site-packages/coverage/multiproc.py", line 42, in _bootstrap
return original_bootstrap(self, *args, **kwargs)
File "/usr/local/lib/python3.8/multiprocessing/process.py", line 315, in _bootstrap
self.run()
File "/usr/local/lib/python3.8/multiprocessing/process.py", line 108, in run
self._target(*self._args, **self._kwargs)
File "/usr/local/lib/python3.8/multiprocessing/pool.py", line 125, in worker
result = (True, func(*args, **kwds))
File "/usr/local/lib/python3.8/site-packages/django/test/runner.py", line 347, in _run_subsuite
result = runner.run(subsuite)
File "/usr/local/lib/python3.8/site-packages/django/test/runner.py", line 294, in run
test(result)
File "/usr/local/lib/python3.8/unittest/suite.py", line 84, in __call__
return self.run(*args, **kwds)
File "/usr/local/lib/python3.8/unittest/suite.py", line 122, in run
test(result)
File "/usr/local/lib/python3.8/site-packages/django/test/testcases.py", line 245, in __call__
self._setup_and_call(result)
File "/usr/local/lib/python3.8/site-packages/django/test/testcases.py", line 281, in _setup_and_call
super().__call__(result)
File "/usr/local/lib/python3.8/unittest/case.py", line 736, in __call__
return self.run(*args, **kwds)
File "/usr/local/lib/python3.8/unittest/case.py", line 676, in run
self._callTestMethod(testMethod)
File "/usr/local/lib/python3.8/unittest/case.py", line 633, in _callTestMethod
method()
File "/var/akvo/rsr/code/akvo/rsr/tests/commands/test_unep_survey_import.py", line 115, in test_reimport_correctly_updates_projects
management.call_command('unep_survey_import', TEST_CSV)
File "/usr/local/lib/python3.8/site-packages/django/core/management/__init__.py", line 181, in call_command
return command.execute(*args, **defaults)
File "/usr/local/lib/python3.8/site-packages/django/core/management/base.py", line 398, in execute
output = self.handle(*args, **options)
File "/var/akvo/rsr/code/akvo/rsr/management/commands/unep_survey_import.py", line 125, in handle
importer.run()
File "/var/akvo/rsr/code/akvo/rsr/management/commands/unep_survey_import.py", line 174, in run
self.project = self.get_or_create_project()
File "/var/akvo/rsr/code/akvo/rsr/management/commands/unep_survey_import.py", line 238, in get_or_create_project
ProjectLocation.objects.filter(location_target=project).delete()
File "/usr/local/lib/python3.8/site-packages/django/db/models/query.py", line 746, in delete
deleted, _rows_count = collector.delete()
File "/usr/local/lib/python3.8/site-packages/django/db/models/deletion.py", line 404, in delete
signals.pre_delete.send(
File "/usr/local/lib/python3.8/site-packages/django/dispatch/dispatcher.py", line 180, in send
return [
File "/usr/local/lib/python3.8/site-packages/django/dispatch/dispatcher.py", line 181, in
(receiver, receiver(signal=self, sender=sender, **named))
File "/var/akvo/rsr/code/akvo/rsr/models/location.py", line 223, in on_projectlocation_delete
logger.warning(
WARNING 2023-03-28 23:46:44,956 location About to delete ProjectLocation(15) Latitude: No latitude specified, Longitude: No longitude specified, Country: Madagascar of project(11) Reducing UPOPs and Mercury Releases from Health Sector in Africa
Stack (most recent call last):
File "/usr/local/bin/coverage", line 8, in
sys.exit(main())
File "/usr/local/lib/python3.8/site-packages/coverage/cmdline.py", line 943, in main
status = CoverageScript().command_line(argv)
File "/usr/local/lib/python3.8/site-packages/coverage/cmdline.py", line 659, in command_line
return self.do_run(options, args)
File "/usr/local/lib/python3.8/site-packages/coverage/cmdline.py", line 830, in do_run
runner.run()
File "/usr/local/lib/python3.8/site-packages/coverage/execfile.py", line 199, in run
exec(code, main_mod.__dict__)
File "manage.py", line 27, in
execute_from_command_line(sys.argv)
File "/usr/local/lib/python3.8/site-packages/django/core/management/__init__.py", line 419, in execute_from_command_line
utility.execute()
File "/usr/local/lib/python3.8/site-packages/django/core/management/__init__.py", line 413, in execute
self.fetch_command(subcommand).run_from_argv(self.argv)
File "/usr/local/lib/python3.8/site-packages/django/core/management/commands/test.py", line 23, in run_from_argv
super().run_from_argv(argv)
File "/usr/local/lib/python3.8/site-packages/django/core/management/base.py", line 354, in run_from_argv
self.execute(*args, **cmd_options)
File "/usr/local/lib/python3.8/site-packages/django/core/management/base.py", line 398, in execute
output = self.handle(*args, **options)
File "/usr/local/lib/python3.8/site-packages/django/core/management/commands/test.py", line 55, in handle
failures = test_runner.run_tests(test_labels)
File "/usr/local/lib/python3.8/site-packages/django/test/runner.py", line 729, in run_tests
result = self.run_suite(suite)
File "/usr/local/lib/python3.8/site-packages/django/test/runner.py", line 670, in run_suite
return runner.run(suite)
File "/usr/local/lib/python3.8/unittest/runner.py", line 176, in run
test(result)
File "/usr/local/lib/python3.8/unittest/suite.py", line 84, in __call__
return self.run(*args, **kwds)
File "/usr/local/lib/python3.8/site-packages/django/test/runner.py", line 394, in run
pool = multiprocessing.Pool(
File "/usr/local/lib/python3.8/multiprocessing/context.py", line 119, in Pool
return Pool(processes, initializer, initargs, maxtasksperchild,
File "/usr/local/lib/python3.8/multiprocessing/pool.py", line 212, in __init__
self._repopulate_pool()
File "/usr/local/lib/python3.8/multiprocessing/pool.py", line 303, in _repopulate_pool
return self._repopulate_pool_static(self._ctx, self.Process,
File "/usr/local/lib/python3.8/multiprocessing/pool.py", line 326, in _repopulate_pool_static
w.start()
File "/usr/local/lib/python3.8/multiprocessing/process.py", line 121, in start
self._popen = self._Popen(self)
File "/usr/local/lib/python3.8/multiprocessing/context.py", line 276, in _Popen
return Popen(process_obj)
File "/usr/local/lib/python3.8/multiprocessing/popen_fork.py", line 19, in __init__
self._launch(process_obj)
File "/usr/local/lib/python3.8/multiprocessing/popen_fork.py", line 75, in _launch
code = process_obj._bootstrap(parent_sentinel=child_r)
File "/usr/local/lib/python3.8/site-packages/coverage/multiproc.py", line 42, in _bootstrap
return original_bootstrap(self, *args, **kwargs)
File "/usr/local/lib/python3.8/multiprocessing/process.py", line 315, in _bootstrap
self.run()
File "/usr/local/lib/python3.8/multiprocessing/process.py", line 108, in run
self._target(*self._args, **self._kwargs)
File "/usr/local/lib/python3.8/multiprocessing/pool.py", line 125, in worker
result = (True, func(*args, **kwds))
File "/usr/local/lib/python3.8/site-packages/django/test/runner.py", line 347, in _run_subsuite
result = runner.run(subsuite)
File "/usr/local/lib/python3.8/site-packages/django/test/runner.py", line 294, in run
test(result)
File "/usr/local/lib/python3.8/unittest/suite.py", line 84, in __call__
return self.run(*args, **kwds)
File "/usr/local/lib/python3.8/unittest/suite.py", line 122, in run
test(result)
File "/usr/local/lib/python3.8/site-packages/django/test/testcases.py", line 245, in __call__
self._setup_and_call(result)
File "/usr/local/lib/python3.8/site-packages/django/test/testcases.py", line 281, in _setup_and_call
super().__call__(result)
File "/usr/local/lib/python3.8/unittest/case.py", line 736, in __call__
return self.run(*args, **kwds)
File "/usr/local/lib/python3.8/unittest/case.py", line 676, in run
self._callTestMethod(testMethod)
File "/usr/local/lib/python3.8/unittest/case.py", line 633, in _callTestMethod
method()
File "/var/akvo/rsr/code/akvo/rsr/tests/commands/test_unep_survey_import.py", line 115, in test_reimport_correctly_updates_projects
management.call_command('unep_survey_import', TEST_CSV)
File "/usr/local/lib/python3.8/site-packages/django/core/management/__init__.py", line 181, in call_command
return command.execute(*args, **defaults)
File "/usr/local/lib/python3.8/site-packages/django/core/management/base.py", line 398, in execute
output = self.handle(*args, **options)
File "/var/akvo/rsr/code/akvo/rsr/management/commands/unep_survey_import.py", line 125, in handle
importer.run()
File "/var/akvo/rsr/code/akvo/rsr/management/commands/unep_survey_import.py", line 174, in run
self.project = self.get_or_create_project()
File "/var/akvo/rsr/code/akvo/rsr/management/commands/unep_survey_import.py", line 238, in get_or_create_project
ProjectLocation.objects.filter(location_target=project).delete()
File "/usr/local/lib/python3.8/site-packages/django/db/models/query.py", line 746, in delete
deleted, _rows_count = collector.delete()
File "/usr/local/lib/python3.8/site-packages/django/db/models/deletion.py", line 404, in delete
signals.pre_delete.send(
File "/usr/local/lib/python3.8/site-packages/django/dispatch/dispatcher.py", line 180, in send
return [
File "/usr/local/lib/python3.8/site-packages/django/dispatch/dispatcher.py", line 181, in
(receiver, receiver(signal=self, sender=sender, **named))
File "/var/akvo/rsr/code/akvo/rsr/models/location.py", line 223, in on_projectlocation_delete
logger.warning(
WARNING 2023-03-28 23:46:44,976 location About to delete ProjectLocation(16) Latitude: No latitude specified, Longitude: No longitude specified, Country: Tanzania, United Republic of of project(11) Reducing UPOPs and Mercury Releases from Health Sector in Africa
Stack (most recent call last):
File "/usr/local/bin/coverage", line 8, in
sys.exit(main())
File "/usr/local/lib/python3.8/site-packages/coverage/cmdline.py", line 943, in main
status = CoverageScript().command_line(argv)
File "/usr/local/lib/python3.8/site-packages/coverage/cmdline.py", line 659, in command_line
return self.do_run(options, args)
File "/usr/local/lib/python3.8/site-packages/coverage/cmdline.py", line 830, in do_run
runner.run()
File "/usr/local/lib/python3.8/site-packages/coverage/execfile.py", line 199, in run
exec(code, main_mod.__dict__)
File "manage.py", line 27, in
execute_from_command_line(sys.argv)
File "/usr/local/lib/python3.8/site-packages/django/core/management/__init__.py", line 419, in execute_from_command_line
utility.execute()
File "/usr/local/lib/python3.8/site-packages/django/core/management/__init__.py", line 413, in execute
self.fetch_command(subcommand).run_from_argv(self.argv)
File "/usr/local/lib/python3.8/site-packages/django/core/management/commands/test.py", line 23, in run_from_argv
super().run_from_argv(argv)
File "/usr/local/lib/python3.8/site-packages/django/core/management/base.py", line 354, in run_from_argv
self.execute(*args, **cmd_options)
File "/usr/local/lib/python3.8/site-packages/django/core/management/base.py", line 398, in execute
output = self.handle(*args, **options)
File "/usr/local/lib/python3.8/site-packages/django/core/management/commands/test.py", line 55, in handle
failures = test_runner.run_tests(test_labels)
File "/usr/local/lib/python3.8/site-packages/django/test/runner.py", line 729, in run_tests
result = self.run_suite(suite)
File "/usr/local/lib/python3.8/site-packages/django/test/runner.py", line 670, in run_suite
return runner.run(suite)
File "/usr/local/lib/python3.8/unittest/runner.py", line 176, in run
test(result)
File "/usr/local/lib/python3.8/unittest/suite.py", line 84, in __call__
return self.run(*args, **kwds)
File "/usr/local/lib/python3.8/site-packages/django/test/runner.py", line 394, in run
pool = multiprocessing.Pool(
File "/usr/local/lib/python3.8/multiprocessing/context.py", line 119, in Pool
return Pool(processes, initializer, initargs, maxtasksperchild,
File "/usr/local/lib/python3.8/multiprocessing/pool.py", line 212, in __init__
self._repopulate_pool()
File "/usr/local/lib/python3.8/multiprocessing/pool.py", line 303, in _repopulate_pool
return self._repopulate_pool_static(self._ctx, self.Process,
File "/usr/local/lib/python3.8/multiprocessing/pool.py", line 326, in _repopulate_pool_static
w.start()
File "/usr/local/lib/python3.8/multiprocessing/process.py", line 121, in start
self._popen = self._Popen(self)
File "/usr/local/lib/python3.8/multiprocessing/context.py", line 276, in _Popen
return Popen(process_obj)
File "/usr/local/lib/python3.8/multiprocessing/popen_fork.py", line 19, in __init__
self._launch(process_obj)
File "/usr/local/lib/python3.8/multiprocessing/popen_fork.py", line 75, in _launch
code = process_obj._bootstrap(parent_sentinel=child_r)
File "/usr/local/lib/python3.8/site-packages/coverage/multiproc.py", line 42, in _bootstrap
return original_bootstrap(self, *args, **kwargs)
File "/usr/local/lib/python3.8/multiprocessing/process.py", line 315, in _bootstrap
self.run()
File "/usr/local/lib/python3.8/multiprocessing/process.py", line 108, in run
self._target(*self._args, **self._kwargs)
File "/usr/local/lib/python3.8/multiprocessing/pool.py", line 125, in worker
result = (True, func(*args, **kwds))
File "/usr/local/lib/python3.8/site-packages/django/test/runner.py", line 347, in _run_subsuite
result = runner.run(subsuite)
File "/usr/local/lib/python3.8/site-packages/django/test/runner.py", line 294, in run
test(result)
File "/usr/local/lib/python3.8/unittest/suite.py", line 84, in __call__
return self.run(*args, **kwds)
File "/usr/local/lib/python3.8/unittest/suite.py", line 122, in run
test(result)
File "/usr/local/lib/python3.8/site-packages/django/test/testcases.py", line 245, in __call__
self._setup_and_call(result)
File "/usr/local/lib/python3.8/site-packages/django/test/testcases.py", line 281, in _setup_and_call
super().__call__(result)
File "/usr/local/lib/python3.8/unittest/case.py", line 736, in __call__
return self.run(*args, **kwds)
File "/usr/local/lib/python3.8/unittest/case.py", line 676, in run
self._callTestMethod(testMethod)
File "/usr/local/lib/python3.8/unittest/case.py", line 633, in _callTestMethod
method()
File "/var/akvo/rsr/code/akvo/rsr/tests/commands/test_unep_survey_import.py", line 115, in test_reimport_correctly_updates_projects
management.call_command('unep_survey_import', TEST_CSV)
File "/usr/local/lib/python3.8/site-packages/django/core/management/__init__.py", line 181, in call_command
return command.execute(*args, **defaults)
File "/usr/local/lib/python3.8/site-packages/django/core/management/base.py", line 398, in execute
output = self.handle(*args, **options)
File "/var/akvo/rsr/code/akvo/rsr/management/commands/unep_survey_import.py", line 125, in handle
importer.run()
File "/var/akvo/rsr/code/akvo/rsr/management/commands/unep_survey_import.py", line 174, in run
self.project = self.get_or_create_project()
File "/var/akvo/rsr/code/akvo/rsr/management/commands/unep_survey_import.py", line 238, in get_or_create_project
ProjectLocation.objects.filter(location_target=project).delete()
File "/usr/local/lib/python3.8/site-packages/django/db/models/query.py", line 746, in delete
deleted, _rows_count = collector.delete()
File "/usr/local/lib/python3.8/site-packages/django/db/models/deletion.py", line 404, in delete
signals.pre_delete.send(
File "/usr/local/lib/python3.8/site-packages/django/dispatch/dispatcher.py", line 180, in send
return [
File "/usr/local/lib/python3.8/site-packages/django/dispatch/dispatcher.py", line 181, in
(receiver, receiver(signal=self, sender=sender, **named))
File "/var/akvo/rsr/code/akvo/rsr/models/location.py", line 223, in on_projectlocation_delete
logger.warning(
WARNING 2023-03-28 23:46:44,994 location About to delete ProjectLocation(17) Latitude: No latitude specified, Longitude: No longitude specified, Country: Zambia of project(11) Reducing UPOPs and Mercury Releases from Health Sector in Africa
Stack (most recent call last):
File "/usr/local/bin/coverage", line 8, in
sys.exit(main())
File "/usr/local/lib/python3.8/site-packages/coverage/cmdline.py", line 943, in main
status = CoverageScript().command_line(argv)
File "/usr/local/lib/python3.8/site-packages/coverage/cmdline.py", line 659, in command_line
return self.do_run(options, args)
File "/usr/local/lib/python3.8/site-packages/coverage/cmdline.py", line 830, in do_run
runner.run()
File "/usr/local/lib/python3.8/site-packages/coverage/execfile.py", line 199, in run
exec(code, main_mod.__dict__)
File "manage.py", line 27, in
execute_from_command_line(sys.argv)
File "/usr/local/lib/python3.8/site-packages/django/core/management/__init__.py", line 419, in execute_from_command_line
utility.execute()
File "/usr/local/lib/python3.8/site-packages/django/core/management/__init__.py", line 413, in execute
self.fetch_command(subcommand).run_from_argv(self.argv)
File "/usr/local/lib/python3.8/site-packages/django/core/management/commands/test.py", line 23, in run_from_argv
super().run_from_argv(argv)
File "/usr/local/lib/python3.8/site-packages/django/core/management/base.py", line 354, in run_from_argv
self.execute(*args, **cmd_options)
File "/usr/local/lib/python3.8/site-packages/django/core/management/base.py", line 398, in execute
output = self.handle(*args, **options)
File "/usr/local/lib/python3.8/site-packages/django/core/management/commands/test.py", line 55, in handle
failures = test_runner.run_tests(test_labels)
File "/usr/local/lib/python3.8/site-packages/django/test/runner.py", line 729, in run_tests
result = self.run_suite(suite)
File "/usr/local/lib/python3.8/site-packages/django/test/runner.py", line 670, in run_suite
return runner.run(suite)
File "/usr/local/lib/python3.8/unittest/runner.py", line 176, in run
test(result)
File "/usr/local/lib/python3.8/unittest/suite.py", line 84, in __call__
return self.run(*args, **kwds)
File "/usr/local/lib/python3.8/site-packages/django/test/runner.py", line 394, in run
pool = multiprocessing.Pool(
File "/usr/local/lib/python3.8/multiprocessing/context.py", line 119, in Pool
return Pool(processes, initializer, initargs, maxtasksperchild,
File "/usr/local/lib/python3.8/multiprocessing/pool.py", line 212, in __init__
self._repopulate_pool()
File "/usr/local/lib/python3.8/multiprocessing/pool.py", line 303, in _repopulate_pool
return self._repopulate_pool_static(self._ctx, self.Process,
File "/usr/local/lib/python3.8/multiprocessing/pool.py", line 326, in _repopulate_pool_static
w.start()
File "/usr/local/lib/python3.8/multiprocessing/process.py", line 121, in start
self._popen = self._Popen(self)
File "/usr/local/lib/python3.8/multiprocessing/context.py", line 276, in _Popen
return Popen(process_obj)
File "/usr/local/lib/python3.8/multiprocessing/popen_fork.py", line 19, in __init__
self._launch(process_obj)
File "/usr/local/lib/python3.8/multiprocessing/popen_fork.py", line 75, in _launch
code = process_obj._bootstrap(parent_sentinel=child_r)
File "/usr/local/lib/python3.8/site-packages/coverage/multiproc.py", line 42, in _bootstrap
return original_bootstrap(self, *args, **kwargs)
File "/usr/local/lib/python3.8/multiprocessing/process.py", line 315, in _bootstrap
self.run()
File "/usr/local/lib/python3.8/multiprocessing/process.py", line 108, in run
self._target(*self._args, **self._kwargs)
File "/usr/local/lib/python3.8/multiprocessing/pool.py", line 125, in worker
result = (True, func(*args, **kwds))
File "/usr/local/lib/python3.8/site-packages/django/test/runner.py", line 347, in _run_subsuite
result = runner.run(subsuite)
File "/usr/local/lib/python3.8/site-packages/django/test/runner.py", line 294, in run
test(result)
File "/usr/local/lib/python3.8/unittest/suite.py", line 84, in __call__
return self.run(*args, **kwds)
File "/usr/local/lib/python3.8/unittest/suite.py", line 122, in run
test(result)
File "/usr/local/lib/python3.8/site-packages/django/test/testcases.py", line 245, in __call__
self._setup_and_call(result)
File "/usr/local/lib/python3.8/site-packages/django/test/testcases.py", line 281, in _setup_and_call
super().__call__(result)
File "/usr/local/lib/python3.8/unittest/case.py", line 736, in __call__
return self.run(*args, **kwds)
File "/usr/local/lib/python3.8/unittest/case.py", line 676, in run
self._callTestMethod(testMethod)
File "/usr/local/lib/python3.8/unittest/case.py", line 633, in _callTestMethod
method()
File "/var/akvo/rsr/code/akvo/rsr/tests/commands/test_unep_survey_import.py", line 115, in test_reimport_correctly_updates_projects
management.call_command('unep_survey_import', TEST_CSV)
File "/usr/local/lib/python3.8/site-packages/django/core/management/__init__.py", line 181, in call_command
return command.execute(*args, **defaults)
File "/usr/local/lib/python3.8/site-packages/django/core/management/base.py", line 398, in execute
output = self.handle(*args, **options)
File "/var/akvo/rsr/code/akvo/rsr/management/commands/unep_survey_import.py", line 125, in handle
importer.run()
File "/var/akvo/rsr/code/akvo/rsr/management/commands/unep_survey_import.py", line 174, in run
self.project = self.get_or_create_project()
File "/var/akvo/rsr/code/akvo/rsr/management/commands/unep_survey_import.py", line 238, in get_or_create_project
ProjectLocation.objects.filter(location_target=project).delete()
File "/usr/local/lib/python3.8/site-packages/django/db/models/query.py", line 746, in delete
deleted, _rows_count = collector.delete()
File "/usr/local/lib/python3.8/site-packages/django/db/models/deletion.py", line 404, in delete
signals.pre_delete.send(
File "/usr/local/lib/python3.8/site-packages/django/dispatch/dispatcher.py", line 180, in send
return [
File "/usr/local/lib/python3.8/site-packages/django/dispatch/dispatcher.py", line 181, in
(receiver, receiver(signal=self, sender=sender, **named))
File "/var/akvo/rsr/code/akvo/rsr/models/location.py", line 223, in on_projectlocation_delete
logger.warning(
...##############################
Created project: 11
Reducing UPOPs and Mercury Releases from Health Sector in Africa
Unique Response Number
545728-545719-54237453
Your organisation (If you are not affiliated with an organisation, please write 'not applicable').
UNDP
Are you reporting as an individual or on behalf of an organisation? (Several reports from the same organisation or individual are welcome)
[{'name': 'On behalf of an organisation'}]
On behalf of which organisation are you reporting here? (e.g. UNEP, FAO or name your specific private/public/third sector organisation).
UNDP
Is this the first time that you have completed this survey?
[{'name': 'No, I am returning to the survey to report on additional actions/activities'}]
How many Actions are you intending to tell us about?
Type of action
[{'name': 'TECHNOLOGY and PROCESSES: New technical developments/innovation (e.g., research and development, new product design, new materials, processes etc.) changes in practice, operations, environmental management and planning.', 'options': [{'name': 'Change in operations'}], 'multiselect': True}]
For monitoring on or near ocean surfaces, which programme/protocol did you use?
For monitoring of the water column, which programme/protocol did you use?
For monitoring on the seafloor, which programme/protocol did you use?
For monitoring on the shoreline, which programme/protocol did you use?
For monitoring in Biota, which programme/protocol did you use?
For air monitoring, which programme/protocol did you use?
How can the data and information from your monitoring programme be accessed?
None
If the monitoring data is available on request, please provide information on how to access the data?
Please provide the URL's for any links to the monitoring data and information.
TYPE OF ACTION: Whilst you already selected the focus of your action/activity in Question 9, did the action/activity also involve other aspects (please tick which ones below):
[{'name': 'WORKING WITH PEOPLE: Encouraging or enabling others (e.g., education, training, communication, awareness raising, behaviour change programmes)'}]
Role organisation
[{'name': 'I/We are implementing it'}]
Responsible actor
[{'name': 'PUBLIC ADMINISTRATION (organisations concerned with government policies and programmes)', 'options': [{'name': 'National ministry/agency'}], 'multiselect': True}]
Reporting
[{'name': 'Yes'}]
You answered that you do report on the action. Is this because:
[{'name': 'Reporting is voluntary'}]
You answered that you do not report on the action. Is this because:
None
Are the actual outcomes and impacts of the action evaluated?
[{'name': 'Yes'}]
Geography
[{'name': 'Regional (UN Regions)'}]
Source to sea
[{'name': 'Urban environment'}, {'name': 'Waste disposal sites'}]
Lifecycle of plastics
[{'name': 'Collection / sorting of plastics after use'}]
Target action
[{'name': 'Recycling plastics'}]
Impact
[{'name': 'Human health and wellbeing'}]
Pollutant targeted
[]
Sector
[{'name': 'Medical'}]
How much money (amount) has been invested in the action so far? (please give us an estimate if you’re unsure and only submit numbers, e.g, 5,000 should be entered as 5000)
6453195
Please specify the currency.
USD
Are there in kind contributions as well? (Please tell us the equivalent amount and only submit numbers, e.g, 5,000 should be entered as 5000).
28936164
Please specify the currency
USD
Funding
[]
Please name the specific source(s) of funding?
GEF
Duration
[{'name': 'Continuous activity more than 3 Years long'}]
##############################
WARNING 2023-03-28 23:46:45,535 location About to delete ProjectLocation(18) Latitude: No latitude specified, Longitude: No longitude specified, Country: Chile of project(12) ACT Program : a local value chain for plastic waste
Stack (most recent call last):
File "/usr/local/bin/coverage", line 8, in
sys.exit(main())
File "/usr/local/lib/python3.8/site-packages/coverage/cmdline.py", line 943, in main
status = CoverageScript().command_line(argv)
File "/usr/local/lib/python3.8/site-packages/coverage/cmdline.py", line 659, in command_line
return self.do_run(options, args)
File "/usr/local/lib/python3.8/site-packages/coverage/cmdline.py", line 830, in do_run
runner.run()
File "/usr/local/lib/python3.8/site-packages/coverage/execfile.py", line 199, in run
exec(code, main_mod.__dict__)
File "manage.py", line 27, in
execute_from_command_line(sys.argv)
File "/usr/local/lib/python3.8/site-packages/django/core/management/__init__.py", line 419, in execute_from_command_line
utility.execute()
File "/usr/local/lib/python3.8/site-packages/django/core/management/__init__.py", line 413, in execute
self.fetch_command(subcommand).run_from_argv(self.argv)
File "/usr/local/lib/python3.8/site-packages/django/core/management/commands/test.py", line 23, in run_from_argv
super().run_from_argv(argv)
File "/usr/local/lib/python3.8/site-packages/django/core/management/base.py", line 354, in run_from_argv
self.execute(*args, **cmd_options)
File "/usr/local/lib/python3.8/site-packages/django/core/management/base.py", line 398, in execute
output = self.handle(*args, **options)
File "/usr/local/lib/python3.8/site-packages/django/core/management/commands/test.py", line 55, in handle
failures = test_runner.run_tests(test_labels)
File "/usr/local/lib/python3.8/site-packages/django/test/runner.py", line 729, in run_tests
result = self.run_suite(suite)
File "/usr/local/lib/python3.8/site-packages/django/test/runner.py", line 670, in run_suite
return runner.run(suite)
File "/usr/local/lib/python3.8/unittest/runner.py", line 176, in run
test(result)
File "/usr/local/lib/python3.8/unittest/suite.py", line 84, in __call__
return self.run(*args, **kwds)
File "/usr/local/lib/python3.8/site-packages/django/test/runner.py", line 394, in run
pool = multiprocessing.Pool(
File "/usr/local/lib/python3.8/multiprocessing/context.py", line 119, in Pool
return Pool(processes, initializer, initargs, maxtasksperchild,
File "/usr/local/lib/python3.8/multiprocessing/pool.py", line 212, in __init__
self._repopulate_pool()
File "/usr/local/lib/python3.8/multiprocessing/pool.py", line 303, in _repopulate_pool
return self._repopulate_pool_static(self._ctx, self.Process,
File "/usr/local/lib/python3.8/multiprocessing/pool.py", line 326, in _repopulate_pool_static
w.start()
File "/usr/local/lib/python3.8/multiprocessing/process.py", line 121, in start
self._popen = self._Popen(self)
File "/usr/local/lib/python3.8/multiprocessing/context.py", line 276, in _Popen
return Popen(process_obj)
File "/usr/local/lib/python3.8/multiprocessing/popen_fork.py", line 19, in __init__
self._launch(process_obj)
File "/usr/local/lib/python3.8/multiprocessing/popen_fork.py", line 75, in _launch
code = process_obj._bootstrap(parent_sentinel=child_r)
File "/usr/local/lib/python3.8/site-packages/coverage/multiproc.py", line 42, in _bootstrap
return original_bootstrap(self, *args, **kwargs)
File "/usr/local/lib/python3.8/multiprocessing/process.py", line 315, in _bootstrap
self.run()
File "/usr/local/lib/python3.8/multiprocessing/process.py", line 108, in run
self._target(*self._args, **self._kwargs)
File "/usr/local/lib/python3.8/multiprocessing/pool.py", line 125, in worker
result = (True, func(*args, **kwds))
File "/usr/local/lib/python3.8/site-packages/django/test/runner.py", line 347, in _run_subsuite
result = runner.run(subsuite)
File "/usr/local/lib/python3.8/site-packages/django/test/runner.py", line 294, in run
test(result)
File "/usr/local/lib/python3.8/unittest/suite.py", line 84, in __call__
return self.run(*args, **kwds)
File "/usr/local/lib/python3.8/unittest/suite.py", line 122, in run
test(result)
File "/usr/local/lib/python3.8/site-packages/django/test/testcases.py", line 245, in __call__
self._setup_and_call(result)
File "/usr/local/lib/python3.8/site-packages/django/test/testcases.py", line 281, in _setup_and_call
super().__call__(result)
File "/usr/local/lib/python3.8/unittest/case.py", line 736, in __call__
return self.run(*args, **kwds)
File "/usr/local/lib/python3.8/unittest/case.py", line 676, in run
self._callTestMethod(testMethod)
File "/usr/local/lib/python3.8/unittest/case.py", line 633, in _callTestMethod
method()
File "/var/akvo/rsr/code/akvo/rsr/tests/commands/test_unep_survey_import.py", line 115, in test_reimport_correctly_updates_projects
management.call_command('unep_survey_import', TEST_CSV)
File "/usr/local/lib/python3.8/site-packages/django/core/management/__init__.py", line 181, in call_command
return command.execute(*args, **defaults)
File "/usr/local/lib/python3.8/site-packages/django/core/management/base.py", line 398, in execute
output = self.handle(*args, **options)
File "/var/akvo/rsr/code/akvo/rsr/management/commands/unep_survey_import.py", line 125, in handle
importer.run()
File "/var/akvo/rsr/code/akvo/rsr/management/commands/unep_survey_import.py", line 174, in run
self.project = self.get_or_create_project()
File "/var/akvo/rsr/code/akvo/rsr/management/commands/unep_survey_import.py", line 238, in get_or_create_project
ProjectLocation.objects.filter(location_target=project).delete()
File "/usr/local/lib/python3.8/site-packages/django/db/models/query.py", line 746, in delete
deleted, _rows_count = collector.delete()
File "/usr/local/lib/python3.8/site-packages/django/db/models/deletion.py", line 404, in delete
signals.pre_delete.send(
File "/usr/local/lib/python3.8/site-packages/django/dispatch/dispatcher.py", line 180, in send
return [
File "/usr/local/lib/python3.8/site-packages/django/dispatch/dispatcher.py", line 181, in
(receiver, receiver(signal=self, sender=sender, **named))
File "/var/akvo/rsr/code/akvo/rsr/models/location.py", line 223, in on_projectlocation_delete
logger.warning(
WARNING 2023-03-28 23:46:45,550 location About to delete ProjectLocation(19) Latitude: No latitude specified, Longitude: No longitude specified, Country: Dominican Republic of project(12) ACT Program : a local value chain for plastic waste
Stack (most recent call last):
File "/usr/local/bin/coverage", line 8, in
sys.exit(main())
File "/usr/local/lib/python3.8/site-packages/coverage/cmdline.py", line 943, in main
status = CoverageScript().command_line(argv)
File "/usr/local/lib/python3.8/site-packages/coverage/cmdline.py", line 659, in command_line
return self.do_run(options, args)
File "/usr/local/lib/python3.8/site-packages/coverage/cmdline.py", line 830, in do_run
runner.run()
File "/usr/local/lib/python3.8/site-packages/coverage/execfile.py", line 199, in run
exec(code, main_mod.__dict__)
File "manage.py", line 27, in
execute_from_command_line(sys.argv)
File "/usr/local/lib/python3.8/site-packages/django/core/management/__init__.py", line 419, in execute_from_command_line
utility.execute()
File "/usr/local/lib/python3.8/site-packages/django/core/management/__init__.py", line 413, in execute
self.fetch_command(subcommand).run_from_argv(self.argv)
File "/usr/local/lib/python3.8/site-packages/django/core/management/commands/test.py", line 23, in run_from_argv
super().run_from_argv(argv)
File "/usr/local/lib/python3.8/site-packages/django/core/management/base.py", line 354, in run_from_argv
self.execute(*args, **cmd_options)
File "/usr/local/lib/python3.8/site-packages/django/core/management/base.py", line 398, in execute
output = self.handle(*args, **options)
File "/usr/local/lib/python3.8/site-packages/django/core/management/commands/test.py", line 55, in handle
failures = test_runner.run_tests(test_labels)
File "/usr/local/lib/python3.8/site-packages/django/test/runner.py", line 729, in run_tests
result = self.run_suite(suite)
File "/usr/local/lib/python3.8/site-packages/django/test/runner.py", line 670, in run_suite
return runner.run(suite)
File "/usr/local/lib/python3.8/unittest/runner.py", line 176, in run
test(result)
File "/usr/local/lib/python3.8/unittest/suite.py", line 84, in __call__
return self.run(*args, **kwds)
File "/usr/local/lib/python3.8/site-packages/django/test/runner.py", line 394, in run
pool = multiprocessing.Pool(
File "/usr/local/lib/python3.8/multiprocessing/context.py", line 119, in Pool
return Pool(processes, initializer, initargs, maxtasksperchild,
File "/usr/local/lib/python3.8/multiprocessing/pool.py", line 212, in __init__
self._repopulate_pool()
File "/usr/local/lib/python3.8/multiprocessing/pool.py", line 303, in _repopulate_pool
return self._repopulate_pool_static(self._ctx, self.Process,
File "/usr/local/lib/python3.8/multiprocessing/pool.py", line 326, in _repopulate_pool_static
w.start()
File "/usr/local/lib/python3.8/multiprocessing/process.py", line 121, in start
self._popen = self._Popen(self)
File "/usr/local/lib/python3.8/multiprocessing/context.py", line 276, in _Popen
return Popen(process_obj)
File "/usr/local/lib/python3.8/multiprocessing/popen_fork.py", line 19, in __init__
self._launch(process_obj)
File "/usr/local/lib/python3.8/multiprocessing/popen_fork.py", line 75, in _launch
code = process_obj._bootstrap(parent_sentinel=child_r)
File "/usr/local/lib/python3.8/site-packages/coverage/multiproc.py", line 42, in _bootstrap
return original_bootstrap(self, *args, **kwargs)
File "/usr/local/lib/python3.8/multiprocessing/process.py", line 315, in _bootstrap
self.run()
File "/usr/local/lib/python3.8/multiprocessing/process.py", line 108, in run
self._target(*self._args, **self._kwargs)
File "/usr/local/lib/python3.8/multiprocessing/pool.py", line 125, in worker
result = (True, func(*args, **kwds))
File "/usr/local/lib/python3.8/site-packages/django/test/runner.py", line 347, in _run_subsuite
result = runner.run(subsuite)
File "/usr/local/lib/python3.8/site-packages/django/test/runner.py", line 294, in run
test(result)
File "/usr/local/lib/python3.8/unittest/suite.py", line 84, in __call__
return self.run(*args, **kwds)
File "/usr/local/lib/python3.8/unittest/suite.py", line 122, in run
test(result)
File "/usr/local/lib/python3.8/site-packages/django/test/testcases.py", line 245, in __call__
self._setup_and_call(result)
File "/usr/local/lib/python3.8/site-packages/django/test/testcases.py", line 281, in _setup_and_call
super().__call__(result)
File "/usr/local/lib/python3.8/unittest/case.py", line 736, in __call__
return self.run(*args, **kwds)
File "/usr/local/lib/python3.8/unittest/case.py", line 676, in run
self._callTestMethod(testMethod)
File "/usr/local/lib/python3.8/unittest/case.py", line 633, in _callTestMethod
method()
File "/var/akvo/rsr/code/akvo/rsr/tests/commands/test_unep_survey_import.py", line 115, in test_reimport_correctly_updates_projects
management.call_command('unep_survey_import', TEST_CSV)
File "/usr/local/lib/python3.8/site-packages/django/core/management/__init__.py", line 181, in call_command
return command.execute(*args, **defaults)
File "/usr/local/lib/python3.8/site-packages/django/core/management/base.py", line 398, in execute
output = self.handle(*args, **options)
File "/var/akvo/rsr/code/akvo/rsr/management/commands/unep_survey_import.py", line 125, in handle
importer.run()
File "/var/akvo/rsr/code/akvo/rsr/management/commands/unep_survey_import.py", line 174, in run
self.project = self.get_or_create_project()
File "/var/akvo/rsr/code/akvo/rsr/management/commands/unep_survey_import.py", line 238, in get_or_create_project
ProjectLocation.objects.filter(location_target=project).delete()
File "/usr/local/lib/python3.8/site-packages/django/db/models/query.py", line 746, in delete
deleted, _rows_count = collector.delete()
File "/usr/local/lib/python3.8/site-packages/django/db/models/deletion.py", line 404, in delete
signals.pre_delete.send(
File "/usr/local/lib/python3.8/site-packages/django/dispatch/dispatcher.py", line 180, in send
return [
File "/usr/local/lib/python3.8/site-packages/django/dispatch/dispatcher.py", line 181, in
(receiver, receiver(signal=self, sender=sender, **named))
File "/var/akvo/rsr/code/akvo/rsr/models/location.py", line 223, in on_projectlocation_delete
logger.warning(
WARNING 2023-03-28 23:46:45,557 location About to delete ProjectLocation(20) Latitude: No latitude specified, Longitude: No longitude specified, Country: France of project(12) ACT Program : a local value chain for plastic waste
Stack (most recent call last):
File "/usr/local/bin/coverage", line 8, in
sys.exit(main())
File "/usr/local/lib/python3.8/site-packages/coverage/cmdline.py", line 943, in main
status = CoverageScript().command_line(argv)
File "/usr/local/lib/python3.8/site-packages/coverage/cmdline.py", line 659, in command_line
return self.do_run(options, args)
File "/usr/local/lib/python3.8/site-packages/coverage/cmdline.py", line 830, in do_run
runner.run()
File "/usr/local/lib/python3.8/site-packages/coverage/execfile.py", line 199, in run
exec(code, main_mod.__dict__)
File "manage.py", line 27, in
execute_from_command_line(sys.argv)
File "/usr/local/lib/python3.8/site-packages/django/core/management/__init__.py", line 419, in execute_from_command_line
utility.execute()
File "/usr/local/lib/python3.8/site-packages/django/core/management/__init__.py", line 413, in execute
self.fetch_command(subcommand).run_from_argv(self.argv)
File "/usr/local/lib/python3.8/site-packages/django/core/management/commands/test.py", line 23, in run_from_argv
super().run_from_argv(argv)
File "/usr/local/lib/python3.8/site-packages/django/core/management/base.py", line 354, in run_from_argv
self.execute(*args, **cmd_options)
File "/usr/local/lib/python3.8/site-packages/django/core/management/base.py", line 398, in execute
output = self.handle(*args, **options)
File "/usr/local/lib/python3.8/site-packages/django/core/management/commands/test.py", line 55, in handle
failures = test_runner.run_tests(test_labels)
File "/usr/local/lib/python3.8/site-packages/django/test/runner.py", line 729, in run_tests
result = self.run_suite(suite)
File "/usr/local/lib/python3.8/site-packages/django/test/runner.py", line 670, in run_suite
return runner.run(suite)
File "/usr/local/lib/python3.8/unittest/runner.py", line 176, in run
test(result)
File "/usr/local/lib/python3.8/unittest/suite.py", line 84, in __call__
return self.run(*args, **kwds)
File "/usr/local/lib/python3.8/site-packages/django/test/runner.py", line 394, in run
pool = multiprocessing.Pool(
File "/usr/local/lib/python3.8/multiprocessing/context.py", line 119, in Pool
return Pool(processes, initializer, initargs, maxtasksperchild,
File "/usr/local/lib/python3.8/multiprocessing/pool.py", line 212, in __init__
self._repopulate_pool()
File "/usr/local/lib/python3.8/multiprocessing/pool.py", line 303, in _repopulate_pool
return self._repopulate_pool_static(self._ctx, self.Process,
File "/usr/local/lib/python3.8/multiprocessing/pool.py", line 326, in _repopulate_pool_static
w.start()
File "/usr/local/lib/python3.8/multiprocessing/process.py", line 121, in start
self._popen = self._Popen(self)
File "/usr/local/lib/python3.8/multiprocessing/context.py", line 276, in _Popen
return Popen(process_obj)
File "/usr/local/lib/python3.8/multiprocessing/popen_fork.py", line 19, in __init__
self._launch(process_obj)
File "/usr/local/lib/python3.8/multiprocessing/popen_fork.py", line 75, in _launch
code = process_obj._bootstrap(parent_sentinel=child_r)
File "/usr/local/lib/python3.8/site-packages/coverage/multiproc.py", line 42, in _bootstrap
return original_bootstrap(self, *args, **kwargs)
File "/usr/local/lib/python3.8/multiprocessing/process.py", line 315, in _bootstrap
self.run()
File "/usr/local/lib/python3.8/multiprocessing/process.py", line 108, in run
self._target(*self._args, **self._kwargs)
File "/usr/local/lib/python3.8/multiprocessing/pool.py", line 125, in worker
result = (True, func(*args, **kwds))
File "/usr/local/lib/python3.8/site-packages/django/test/runner.py", line 347, in _run_subsuite
result = runner.run(subsuite)
File "/usr/local/lib/python3.8/site-packages/django/test/runner.py", line 294, in run
test(result)
File "/usr/local/lib/python3.8/unittest/suite.py", line 84, in __call__
return self.run(*args, **kwds)
File "/usr/local/lib/python3.8/unittest/suite.py", line 122, in run
test(result)
File "/usr/local/lib/python3.8/site-packages/django/test/testcases.py", line 245, in __call__
self._setup_and_call(result)
File "/usr/local/lib/python3.8/site-packages/django/test/testcases.py", line 281, in _setup_and_call
super().__call__(result)
File "/usr/local/lib/python3.8/unittest/case.py", line 736, in __call__
return self.run(*args, **kwds)
File "/usr/local/lib/python3.8/unittest/case.py", line 676, in run
self._callTestMethod(testMethod)
File "/usr/local/lib/python3.8/unittest/case.py", line 633, in _callTestMethod
method()
File "/var/akvo/rsr/code/akvo/rsr/tests/commands/test_unep_survey_import.py", line 115, in test_reimport_correctly_updates_projects
management.call_command('unep_survey_import', TEST_CSV)
File "/usr/local/lib/python3.8/site-packages/django/core/management/__init__.py", line 181, in call_command
return command.execute(*args, **defaults)
File "/usr/local/lib/python3.8/site-packages/django/core/management/base.py", line 398, in execute
output = self.handle(*args, **options)
File "/var/akvo/rsr/code/akvo/rsr/management/commands/unep_survey_import.py", line 125, in handle
importer.run()
File "/var/akvo/rsr/code/akvo/rsr/management/commands/unep_survey_import.py", line 174, in run
self.project = self.get_or_create_project()
File "/var/akvo/rsr/code/akvo/rsr/management/commands/unep_survey_import.py", line 238, in get_or_create_project
ProjectLocation.objects.filter(location_target=project).delete()
File "/usr/local/lib/python3.8/site-packages/django/db/models/query.py", line 746, in delete
deleted, _rows_count = collector.delete()
File "/usr/local/lib/python3.8/site-packages/django/db/models/deletion.py", line 404, in delete
signals.pre_delete.send(
File "/usr/local/lib/python3.8/site-packages/django/dispatch/dispatcher.py", line 180, in send
return [
File "/usr/local/lib/python3.8/site-packages/django/dispatch/dispatcher.py", line 181, in
(receiver, receiver(signal=self, sender=sender, **named))
File "/var/akvo/rsr/code/akvo/rsr/models/location.py", line 223, in on_projectlocation_delete
logger.warning(
WARNING 2023-03-28 23:46:45,575 location About to delete ProjectLocation(21) Latitude: No latitude specified, Longitude: No longitude specified, Country: Malaysia of project(12) ACT Program : a local value chain for plastic waste
Stack (most recent call last):
File "/usr/local/bin/coverage", line 8, in
sys.exit(main())
File "/usr/local/lib/python3.8/site-packages/coverage/cmdline.py", line 943, in main
status = CoverageScript().command_line(argv)
File "/usr/local/lib/python3.8/site-packages/coverage/cmdline.py", line 659, in command_line
return self.do_run(options, args)
File "/usr/local/lib/python3.8/site-packages/coverage/cmdline.py", line 830, in do_run
runner.run()
File "/usr/local/lib/python3.8/site-packages/coverage/execfile.py", line 199, in run
exec(code, main_mod.__dict__)
File "manage.py", line 27, in
execute_from_command_line(sys.argv)
File "/usr/local/lib/python3.8/site-packages/django/core/management/__init__.py", line 419, in execute_from_command_line
utility.execute()
File "/usr/local/lib/python3.8/site-packages/django/core/management/__init__.py", line 413, in execute
self.fetch_command(subcommand).run_from_argv(self.argv)
File "/usr/local/lib/python3.8/site-packages/django/core/management/commands/test.py", line 23, in run_from_argv
super().run_from_argv(argv)
File "/usr/local/lib/python3.8/site-packages/django/core/management/base.py", line 354, in run_from_argv
self.execute(*args, **cmd_options)
File "/usr/local/lib/python3.8/site-packages/django/core/management/base.py", line 398, in execute
output = self.handle(*args, **options)
File "/usr/local/lib/python3.8/site-packages/django/core/management/commands/test.py", line 55, in handle
failures = test_runner.run_tests(test_labels)
File "/usr/local/lib/python3.8/site-packages/django/test/runner.py", line 729, in run_tests
result = self.run_suite(suite)
File "/usr/local/lib/python3.8/site-packages/django/test/runner.py", line 670, in run_suite
return runner.run(suite)
File "/usr/local/lib/python3.8/unittest/runner.py", line 176, in run
test(result)
File "/usr/local/lib/python3.8/unittest/suite.py", line 84, in __call__
return self.run(*args, **kwds)
File "/usr/local/lib/python3.8/site-packages/django/test/runner.py", line 394, in run
pool = multiprocessing.Pool(
File "/usr/local/lib/python3.8/multiprocessing/context.py", line 119, in Pool
return Pool(processes, initializer, initargs, maxtasksperchild,
File "/usr/local/lib/python3.8/multiprocessing/pool.py", line 212, in __init__
self._repopulate_pool()
File "/usr/local/lib/python3.8/multiprocessing/pool.py", line 303, in _repopulate_pool
return self._repopulate_pool_static(self._ctx, self.Process,
File "/usr/local/lib/python3.8/multiprocessing/pool.py", line 326, in _repopulate_pool_static
w.start()
File "/usr/local/lib/python3.8/multiprocessing/process.py", line 121, in start
self._popen = self._Popen(self)
File "/usr/local/lib/python3.8/multiprocessing/context.py", line 276, in _Popen
return Popen(process_obj)
File "/usr/local/lib/python3.8/multiprocessing/popen_fork.py", line 19, in __init__
self._launch(process_obj)
File "/usr/local/lib/python3.8/multiprocessing/popen_fork.py", line 75, in _launch
code = process_obj._bootstrap(parent_sentinel=child_r)
File "/usr/local/lib/python3.8/site-packages/coverage/multiproc.py", line 42, in _bootstrap
return original_bootstrap(self, *args, **kwargs)
File "/usr/local/lib/python3.8/multiprocessing/process.py", line 315, in _bootstrap
self.run()
File "/usr/local/lib/python3.8/multiprocessing/process.py", line 108, in run
self._target(*self._args, **self._kwargs)
File "/usr/local/lib/python3.8/multiprocessing/pool.py", line 125, in worker
result = (True, func(*args, **kwds))
File "/usr/local/lib/python3.8/site-packages/django/test/runner.py", line 347, in _run_subsuite
result = runner.run(subsuite)
File "/usr/local/lib/python3.8/site-packages/django/test/runner.py", line 294, in run
test(result)
File "/usr/local/lib/python3.8/unittest/suite.py", line 84, in __call__
return self.run(*args, **kwds)
File "/usr/local/lib/python3.8/unittest/suite.py", line 122, in run
test(result)
File "/usr/local/lib/python3.8/site-packages/django/test/testcases.py", line 245, in __call__
self._setup_and_call(result)
File "/usr/local/lib/python3.8/site-packages/django/test/testcases.py", line 281, in _setup_and_call
super().__call__(result)
File "/usr/local/lib/python3.8/unittest/case.py", line 736, in __call__
return self.run(*args, **kwds)
File "/usr/local/lib/python3.8/unittest/case.py", line 676, in run
self._callTestMethod(testMethod)
File "/usr/local/lib/python3.8/unittest/case.py", line 633, in _callTestMethod
method()
File "/var/akvo/rsr/code/akvo/rsr/tests/commands/test_unep_survey_import.py", line 115, in test_reimport_correctly_updates_projects
management.call_command('unep_survey_import', TEST_CSV)
File "/usr/local/lib/python3.8/site-packages/django/core/management/__init__.py", line 181, in call_command
return command.execute(*args, **defaults)
File "/usr/local/lib/python3.8/site-packages/django/core/management/base.py", line 398, in execute
output = self.handle(*args, **options)
File "/var/akvo/rsr/code/akvo/rsr/management/commands/unep_survey_import.py", line 125, in handle
importer.run()
File "/var/akvo/rsr/code/akvo/rsr/management/commands/unep_survey_import.py", line 174, in run
self.project = self.get_or_create_project()
File "/var/akvo/rsr/code/akvo/rsr/management/commands/unep_survey_import.py", line 238, in get_or_create_project
ProjectLocation.objects.filter(location_target=project).delete()
File "/usr/local/lib/python3.8/site-packages/django/db/models/query.py", line 746, in delete
deleted, _rows_count = collector.delete()
File "/usr/local/lib/python3.8/site-packages/django/db/models/deletion.py", line 404, in delete
signals.pre_delete.send(
File "/usr/local/lib/python3.8/site-packages/django/dispatch/dispatcher.py", line 180, in send
return [
File "/usr/local/lib/python3.8/site-packages/django/dispatch/dispatcher.py", line 181, in
(receiver, receiver(signal=self, sender=sender, **named))
File "/var/akvo/rsr/code/akvo/rsr/models/location.py", line 223, in on_projectlocation_delete
logger.warning(
WARNING 2023-03-28 23:46:45,582 location About to delete ProjectLocation(22) Latitude: No latitude specified, Longitude: No longitude specified, Country: Peru of project(12) ACT Program : a local value chain for plastic waste
Stack (most recent call last):
File "/usr/local/bin/coverage", line 8, in
sys.exit(main())
File "/usr/local/lib/python3.8/site-packages/coverage/cmdline.py", line 943, in main
status = CoverageScript().command_line(argv)
File "/usr/local/lib/python3.8/site-packages/coverage/cmdline.py", line 659, in command_line
return self.do_run(options, args)
File "/usr/local/lib/python3.8/site-packages/coverage/cmdline.py", line 830, in do_run
runner.run()
File "/usr/local/lib/python3.8/site-packages/coverage/execfile.py", line 199, in run
exec(code, main_mod.__dict__)
File "manage.py", line 27, in
execute_from_command_line(sys.argv)
File "/usr/local/lib/python3.8/site-packages/django/core/management/__init__.py", line 419, in execute_from_command_line
utility.execute()
File "/usr/local/lib/python3.8/site-packages/django/core/management/__init__.py", line 413, in execute
self.fetch_command(subcommand).run_from_argv(self.argv)
File "/usr/local/lib/python3.8/site-packages/django/core/management/commands/test.py", line 23, in run_from_argv
super().run_from_argv(argv)
File "/usr/local/lib/python3.8/site-packages/django/core/management/base.py", line 354, in run_from_argv
self.execute(*args, **cmd_options)
File "/usr/local/lib/python3.8/site-packages/django/core/management/base.py", line 398, in execute
output = self.handle(*args, **options)
File "/usr/local/lib/python3.8/site-packages/django/core/management/commands/test.py", line 55, in handle
failures = test_runner.run_tests(test_labels)
File "/usr/local/lib/python3.8/site-packages/django/test/runner.py", line 729, in run_tests
result = self.run_suite(suite)
File "/usr/local/lib/python3.8/site-packages/django/test/runner.py", line 670, in run_suite
return runner.run(suite)
File "/usr/local/lib/python3.8/unittest/runner.py", line 176, in run
test(result)
File "/usr/local/lib/python3.8/unittest/suite.py", line 84, in __call__
return self.run(*args, **kwds)
File "/usr/local/lib/python3.8/site-packages/django/test/runner.py", line 394, in run
pool = multiprocessing.Pool(
File "/usr/local/lib/python3.8/multiprocessing/context.py", line 119, in Pool
return Pool(processes, initializer, initargs, maxtasksperchild,
File "/usr/local/lib/python3.8/multiprocessing/pool.py", line 212, in __init__
self._repopulate_pool()
File "/usr/local/lib/python3.8/multiprocessing/pool.py", line 303, in _repopulate_pool
return self._repopulate_pool_static(self._ctx, self.Process,
File "/usr/local/lib/python3.8/multiprocessing/pool.py", line 326, in _repopulate_pool_static
w.start()
File "/usr/local/lib/python3.8/multiprocessing/process.py", line 121, in start
self._popen = self._Popen(self)
File "/usr/local/lib/python3.8/multiprocessing/context.py", line 276, in _Popen
return Popen(process_obj)
File "/usr/local/lib/python3.8/multiprocessing/popen_fork.py", line 19, in __init__
self._launch(process_obj)
File "/usr/local/lib/python3.8/multiprocessing/popen_fork.py", line 75, in _launch
code = process_obj._bootstrap(parent_sentinel=child_r)
File "/usr/local/lib/python3.8/site-packages/coverage/multiproc.py", line 42, in _bootstrap
return original_bootstrap(self, *args, **kwargs)
File "/usr/local/lib/python3.8/multiprocessing/process.py", line 315, in _bootstrap
self.run()
File "/usr/local/lib/python3.8/multiprocessing/process.py", line 108, in run
self._target(*self._args, **self._kwargs)
File "/usr/local/lib/python3.8/multiprocessing/pool.py", line 125, in worker
result = (True, func(*args, **kwds))
File "/usr/local/lib/python3.8/site-packages/django/test/runner.py", line 347, in _run_subsuite
result = runner.run(subsuite)
File "/usr/local/lib/python3.8/site-packages/django/test/runner.py", line 294, in run
test(result)
File "/usr/local/lib/python3.8/unittest/suite.py", line 84, in __call__
return self.run(*args, **kwds)
File "/usr/local/lib/python3.8/unittest/suite.py", line 122, in run
test(result)
File "/usr/local/lib/python3.8/site-packages/django/test/testcases.py", line 245, in __call__
self._setup_and_call(result)
File "/usr/local/lib/python3.8/site-packages/django/test/testcases.py", line 281, in _setup_and_call
super().__call__(result)
File "/usr/local/lib/python3.8/unittest/case.py", line 736, in __call__
return self.run(*args, **kwds)
File "/usr/local/lib/python3.8/unittest/case.py", line 676, in run
self._callTestMethod(testMethod)
File "/usr/local/lib/python3.8/unittest/case.py", line 633, in _callTestMethod
method()
File "/var/akvo/rsr/code/akvo/rsr/tests/commands/test_unep_survey_import.py", line 115, in test_reimport_correctly_updates_projects
management.call_command('unep_survey_import', TEST_CSV)
File "/usr/local/lib/python3.8/site-packages/django/core/management/__init__.py", line 181, in call_command
return command.execute(*args, **defaults)
File "/usr/local/lib/python3.8/site-packages/django/core/management/base.py", line 398, in execute
output = self.handle(*args, **options)
File "/var/akvo/rsr/code/akvo/rsr/management/commands/unep_survey_import.py", line 125, in handle
importer.run()
File "/var/akvo/rsr/code/akvo/rsr/management/commands/unep_survey_import.py", line 174, in run
self.project = self.get_or_create_project()
File "/var/akvo/rsr/code/akvo/rsr/management/commands/unep_survey_import.py", line 238, in get_or_create_project
ProjectLocation.objects.filter(location_target=project).delete()
File "/usr/local/lib/python3.8/site-packages/django/db/models/query.py", line 746, in delete
deleted, _rows_count = collector.delete()
File "/usr/local/lib/python3.8/site-packages/django/db/models/deletion.py", line 404, in delete
signals.pre_delete.send(
File "/usr/local/lib/python3.8/site-packages/django/dispatch/dispatcher.py", line 180, in send
return [
File "/usr/local/lib/python3.8/site-packages/django/dispatch/dispatcher.py", line 181, in
(receiver, receiver(signal=self, sender=sender, **named))
File "/var/akvo/rsr/code/akvo/rsr/models/location.py", line 223, in on_projectlocation_delete
logger.warning(
INFO 2023-03-28 23:46:45,941 project Generated thumbs for 350x200
.....INFO 2023-03-28 23:46:46,021 project Generated thumbs for 350x200
INFO 2023-03-28 23:46:46,026 project Deleted 1 thumbs with old URLs
INFO 2023-03-28 23:46:46,083 aggregation Scheduling indicator aggregation job for No start date - No end date: Test Indicator
##############################
Created project: 12
ACT Program : a local value chain for plastic waste
Unique Response Number
545728-545719-54334516
Your organisation (If you are not affiliated with an organisation, please write 'not applicable').
Race for Water Foundation
Are you reporting as an individual or on behalf of an organisation? (Several reports from the same organisation or individual are welcome)
[{'name': 'On behalf of an organisation'}]
On behalf of which organisation are you reporting here? (e.g. UNEP, FAO or name your specific private/public/third sector organisation).
Race for Water Foundation
Is this the first time that you have completed this survey?
[{'name': 'No, I am returning to the survey to report on additional actions/activities'}]
How many Actions are you intending to tell us about?
Type of action
[{'name': 'MONITORING and ANALYSIS: Collecting evidence around plastic discharge to the ocean/waterways? (e.g. monitoring, analysis)', 'options': [{'name': 'Monitoring: On or near ocean surface'}, {'name': 'Monitoring: On the shoreline'}, {'name': 'Monitoring: In Biota'}, {'name': 'Review and synthesis :Environmental'}], 'multiselect': True}]
For monitoring on or near ocean surfaces, which programme/protocol did you use?
During the Race for Water Odyssey 2017-2021, we host aboard of our Race for Water Ambassador vessel several scientists who collect microplastics on ocean surfaces according to their own programme/protocol in: - the surface waters of Bermuda and Guadeloupe (EPHEMARE JPI Oceans Program) - the surface waters of Cuba (WEATHER-MIC JPI Oceans Program) - the surface waters between Chile and Rapa Nui (Catholic University of the North and ESMOI, Chile) - the surface waters between Tonga and Fiji Island (South Pacific University, Fiji) - the surface waters of New Caledonia (IRD New Caledonia)
For monitoring of the water column, which programme/protocol did you use?
For monitoring on the seafloor, which programme/protocol did you use?
For monitoring on the shoreline, which programme/protocol did you use?
During the first Race for Water Odyssey in 2015, the Race for water team used the NOAA protocol of Lippiat et al 2013 (Lippiatt S., Opfe S., Arthur C., 2013.Marine Debris Monitoring and Assessment. NOAA Technical Memorandum, NOS-OR&R-46) to collect and monitor marine debris and microplastics on the shoreline of different islands worldwide. In 2017, we hosted aboard of our Race for Water Ambassador vessel scientists who monitored microplastics on the shoreline according to their own programme/protocol in: - Bermuda and Guadeloupe (EPHEMARE JPI Oceans Program) - Cuba (WEATHER-MIC JPI Oceans Program) - Sala y Gomez Island (Catholic University of the North, Chile)
For monitoring in Biota, which programme/protocol did you use?
own programme/protocol
For air monitoring, which programme/protocol did you use?
How can the data and information from your monitoring programme be accessed?
[{'name': 'It is freely available and open source'}]
If the monitoring data is available on request, please provide information on how to access the data?
Please provide the URL's for any links to the monitoring data and information.
All the data which have been published are available on our Race for Water website at https://www.raceforwater.org/en/the-race-for-water-foundation/learn/
TYPE OF ACTION: Whilst you already selected the focus of your action/activity in Question 9, did the action/activity also involve other aspects (please tick which ones below):
[{'name': 'WORKING WITH PEOPLE: Encouraging or enabling others (e.g., education, training, communication, awareness raising, behaviour change programmes)'}]
Role organisation
[{'name': 'I/We developed it'}]
Responsible actor
[{'name': 'PUBLIC ADMINISTRATION (organisations concerned with government policies and programmes)', 'options': [{'name': 'International body'}, {'name': 'National ministry/agency'}, {'name': 'Sub-national ministry/agency'}], 'multiselect': True}, {'name': 'PRIVATE SECTOR ORGANISATION (for-profit organisations run by individuals and groups, free from government ownership).', 'options': [{'name': 'Multinational Corporation'}, {'name': 'National Corporation'}, {'name': 'Small-medium sized enterprise'}], 'multiselect': True}, {'name': 'THIRD SECTOR (e.g. non-governmental and non-profit-making organisations, including charity groups, community groups etc).', 'options': [{'name': 'Non-governmental organisation'}, {'name': 'Community based organisation'}]}]
Reporting
[]
You answered that you do report on the action. Is this because:
None
You answered that you do not report on the action. Is this because:
None
Are the actual outcomes and impacts of the action evaluated?
[{'name': 'Other', 'extra_text': 'Not yet as we are still in the feasbility study phase'}]
Geography
[{'name': 'Global (it covers the whole world)'}]
Source to sea
[{'name': 'Mountains and upland area'}, {'name': 'Agricultural land/soils'}, {'name': 'Entire water catchment'}, {'name': 'Forests or Mangroves'}, {'name': 'Freshwater rivers and lakes'}, {'name': 'Urban environment'}, {'name': 'Waste disposal sites'}, {'name': 'Coastal zone'}]
Lifecycle of plastics
[{'name': 'Collection / sorting of plastics after use'}, {'name': 'Management of collected plastics'}, {'name': 'Clean-up of plastic from the environment'}]
Target action
[{'name': 'Recycling plastics'}]
Impact
[{'name': 'Human health and wellbeing'}, {'name': 'Biodiversity'}, {'name': 'Marine organisms'}, {'name': 'Ecosystem Services'}, {'name': 'Food chain'}, {'name': 'Economics and Trade'}]
Pollutant targeted
[{'name': 'Macroplastic (large, more than 20 mm, e.g. plastic bottles)', 'options': [{'name': 'Bottles'}, {'name': 'Plastic bags'}, {'name': 'Food packaging (containers, wrappers etc.)'}, {'name': 'Non-food packaging (containers, wrappers etc.)'}, {'name': 'Smoking related litter (cigarette butts and packets)'}, {'name': 'Fishing related items'}, {'name': 'Shipping related items'}, {'name': 'Cups (e.g., disposable coffee cups)'}, {'name': 'Plastic straws, stirrers, cutlery'}, {'name': 'Polystyrene items'}], 'multiselect': True}]
Sector
[{'name': 'Packaging'}, {'name': 'Food & Beverages'}, {'name': 'Personal Healthcare'}, {'name': 'Medical'}, {'name': 'Retail'}, {'name': 'Tourism'}, {'name': 'Wastewater/Sewage management'}]
How much money (amount) has been invested in the action so far? (please give us an estimate if you’re unsure and only submit numbers, e.g, 5,000 should be entered as 5000)
10000000
Please specify the currency.
Euro
Are there in kind contributions as well? (Please tell us the equivalent amount and only submit numbers, e.g, 5,000 should be entered as 5000).
Please specify the currency
Funding
[{'name': 'Voluntary donations'}, {'name': 'Private Sector'}]
Please name the specific source(s) of funding?
Duration
[{'name': 'Continuous activity more than 3 Years long'}]
##############################
..INFO 2023-03-28 23:46:46,293 aggregation Scheduling indicator aggregation job for No start date - No end date: Test Indicator
INFO 2023-03-28 23:46:46,414 aggregation Scheduling indicator aggregation job for No start date - No end date: Test Indicator
INFO 2023-03-28 23:46:46,434 aggregation Scheduling indicator aggregation job for No start date - No end date: Test Indicator
INFO 2023-03-28 23:46:46,447 aggregation Scheduling indicator aggregation job for 2023-03-29 - 2023-04-07: Title
INFO 2023-03-28 23:46:46,478 aggregation Scheduling indicator aggregation job for 2023-03-29 - 2023-04-07: Title
INFO 2023-03-28 23:46:46,498 aggregation Scheduling indicator aggregation job for 2023-03-29 - 2023-04-07: Title
INFO 2023-03-28 23:46:46,515 aggregation Scheduling indicator aggregation job for No start date - No end date: Test Indicator
INFO 2023-03-28 23:46:46,547 aggregation Scheduling indicator aggregation job for No start date - No end date: Test Indicator
INFO 2023-03-28 23:46:46,630 aggregation Scheduling indicator aggregation job for No start date - No end date: Test Indicator
INFO 2023-03-28 23:46:46,702 aggregation Scheduling indicator aggregation job for No start date - No end date: Test Indicator
INFO 2023-03-28 23:46:46,837 aggregation Scheduling indicator aggregation job for No start date - No end date: Test Indicator
INFO 2023-03-28 23:46:46,892 aggregation Scheduling indicator aggregation job for No start date - No end date: Test Indicator
INFO 2023-03-28 23:46:46,935 aggregation Scheduling indicator aggregation job for No start date - No end date: Test Indicator
.........INFO 2023-03-28 23:46:47,329 project Generated thumbs for 350x200
INFO 2023-03-28 23:46:47,383 project Generated thumbs for 350x200
INFO 2023-03-28 23:46:47,385 project Deleted 1 thumbs with old URLs
INFO 2023-03-28 23:46:47,723 project Generated thumbs for 350x200
INFO 2023-03-28 23:46:47,796 project Generated thumbs for 350x200
INFO 2023-03-28 23:46:47,799 project Deleted 1 thumbs with old URLs
INFO 2023-03-28 23:46:48,720 project Generated thumbs for 350x200
INFO 2023-03-28 23:46:48,773 project Generated thumbs for 350x200
INFO 2023-03-28 23:46:48,775 project Deleted 1 thumbs with old URLs
INFO 2023-03-28 23:46:49,144 project Generated thumbs for 350x200
INFO 2023-03-28 23:46:49,197 project Generated thumbs for 350x200
INFO 2023-03-28 23:46:49,199 project Deleted 1 thumbs with old URLs
.......INFO 2023-03-28 23:46:49,807 project Generated thumbs for 350x200
INFO 2023-03-28 23:46:49,860 project Generated thumbs for 350x200
INFO 2023-03-28 23:46:49,863 project Deleted 1 thumbs with old URLs
.INFO 2023-03-28 23:46:50,788 project Generated thumbs for 350x200
INFO 2023-03-28 23:46:50,846 project Generated thumbs for 350x200
INFO 2023-03-28 23:46:50,850 project Deleted 1 thumbs with old URLs
ERROR:root:Exception handling request for /en/css/
Traceback (most recent call last):
File "/usr/local/lib/python3.8/site-packages/django/core/handlers/base.py", line 181, in _get_response
response = wrapped_callback(request, *callback_args, **callback_kwargs)
File "/var/akvo/rsr/code/akvo/rsr/views/my_rsr.py", line 165, in css
raise Http404('No custom CSS file defined')
django.http.response.Http404: No custom CSS file defined
.......INFO 2023-03-28 23:46:51,711 project Generated thumbs for 350x200
INFO 2023-03-28 23:46:51,773 project Generated thumbs for 350x200
INFO 2023-03-28 23:46:51,778 project Deleted 1 thumbs with old URLs
INFO 2023-03-28 23:46:52,195 project Generated thumbs for 350x200
INFO 2023-03-28 23:46:52,261 project Generated thumbs for 350x200
INFO 2023-03-28 23:46:52,266 project Deleted 1 thumbs with old URLs
INFO 2023-03-28 23:46:52,862 project Generated thumbs for 350x200
INFO 2023-03-28 23:46:52,938 project Generated thumbs for 350x200
INFO 2023-03-28 23:46:52,940 project Deleted 1 thumbs with old URLs
......................INFO 2023-03-28 23:46:54,606 project Generated thumbs for 350x200
INFO 2023-03-28 23:46:54,663 project Generated thumbs for 350x200
INFO 2023-03-28 23:46:54,665 project Deleted 1 thumbs with old URLs
INFO 2023-03-28 23:46:54,756 project Generated thumbs for 350x200
INFO 2023-03-28 23:46:54,852 project Generated thumbs for 350x200
INFO 2023-03-28 23:46:54,858 project Deleted 1 thumbs with old URLs
INFO 2023-03-28 23:46:54,997 project Generated thumbs for 350x200
INFO 2023-03-28 23:46:55,028 project Generated thumbs for 350x200
INFO 2023-03-28 23:46:55,030 project Deleted 1 thumbs with old URLs
...INFO 2023-03-28 23:46:55,103 project Generated thumbs for 350x200
INFO 2023-03-28 23:46:55,160 project Generated thumbs for 350x200
INFO 2023-03-28 23:46:55,163 project Deleted 1 thumbs with old URLs
....INFO 2023-03-28 23:46:55,315 aggregation Scheduling indicator aggregation job for No start date - No end date: Test Indicator
INFO 2023-03-28 23:46:55,411 aggregation Scheduling indicator aggregation job for No start date - No end date: Test Indicator
INFO 2023-03-28 23:46:55,426 aggregation Scheduling indicator aggregation job for No start date - No end date: Test Indicator
INFO 2023-03-28 23:46:55,528 aggregation Scheduling indicator aggregation job for No start date - No end date: Test Indicator
.........INFO 2023-03-28 23:46:55,630 aggregation Scheduling indicator aggregation job for No start date - No end date: Test Indicator
INFO 2023-03-28 23:46:55,658 aggregation Scheduling indicator aggregation job for No start date - No end date: Test Indicator
INFO 2023-03-28 23:46:55,704 aggregation Scheduling indicator aggregation job for No start date - No end date: Test Indicator
INFO 2023-03-28 23:46:55,732 aggregation Scheduling indicator aggregation job for No start date - No end date: Test Indicator
INFO 2023-03-28 23:46:55,770 aggregation Scheduling indicator aggregation job for No start date - No end date: Test Indicator
INFO 2023-03-28 23:46:55,792 aggregation Scheduling indicator aggregation job for No start date - No end date: Test Indicator
.....INFO 2023-03-28 23:46:55,817 aggregation Scheduling indicator aggregation job for No start date - No end date: Test Indicator
INFO 2023-03-28 23:46:55,838 aggregation Scheduling indicator aggregation job for No start date - No end date: Test Indicator
INFO 2023-03-28 23:46:55,857 aggregation Scheduling indicator aggregation job for No start date - No end date: Test Indicator
..INFO 2023-03-28 23:46:55,986 aggregation Scheduling indicator aggregation job for No start date - No end date: Test Indicator
...../usr/local/lib/python3.8/site-packages/django/db/models/base.py:321: RuntimeWarning: Model 'rsr.__testmodel__akvotreemodel' was already registered. Reloading models is not advised as it can lead to inconsistencies, most notably with related models.
new_class._meta.apps.register_model(new_class._meta.app_label, new_class)
INFO 2023-03-28 23:46:56,024 aggregation Scheduling indicator aggregation job for No start date - No end date: Test Indicator
..INFO 2023-03-28 23:46:56,081 aggregation Scheduling indicator aggregation job for No start date - No end date: Test Indicator
INFO 2023-03-28 23:46:56,104 aggregation Scheduling indicator aggregation job for No start date - No end date: Test Indicator
INFO 2023-03-28 23:46:56,127 aggregation Scheduling indicator aggregation job for No start date - No end date: Test Indicator
.INFO 2023-03-28 23:46:56,164 aggregation Scheduling indicator aggregation job for No start date - No end date: Test Indicator
INFO 2023-03-28 23:46:56,200 aggregation Scheduling indicator aggregation job for No start date - No end date: Test Indicator
INFO 2023-03-28 23:46:56,336 aggregation Scheduling indicator aggregation job for No start date - No end date: Test Indicator
INFO 2023-03-28 23:46:56,370 aggregation Scheduling indicator aggregation job for No start date - No end date: Test Indicator
INFO 2023-03-28 23:46:56,426 aggregation Scheduling indicator aggregation job for No start date - No end date: Test Indicator
INFO 2023-03-28 23:46:56,446 aggregation Scheduling indicator aggregation job for No start date - No end date: Test Indicator
INFO 2023-03-28 23:46:56,621 aggregation Scheduling indicator aggregation job for No start date - No end date: Test Indicator
INFO 2023-03-28 23:46:56,651 aggregation Scheduling indicator aggregation job for No start date - No end date: Test Indicator
INFO 2023-03-28 23:46:56,699 aggregation Scheduling indicator aggregation job for No start date - No end date: Test Indicator
INFO 2023-03-28 23:46:56,713 aggregation Scheduling indicator aggregation job for No start date - No end date: Test Indicator
INFO 2023-03-28 23:46:56,722 aggregation Scheduling indicator aggregation job for No start date - No end date: Test Indicator
INFO 2023-03-28 23:46:56,759 aggregation Scheduling indicator aggregation job for No start date - No end date: Test Indicator
....INFO 2023-03-28 23:46:56,930 aggregation Scheduling indicator aggregation job for No start date - No end date: Test Indicator
INFO 2023-03-28 23:46:56,975 aggregation Scheduling indicator aggregation job for No start date - No end date: Test Indicator
..INFO 2023-03-28 23:46:57,028 aggregation Scheduling indicator aggregation job for No start date - No end date: Test Indicator
INFO 2023-03-28 23:46:57,037 aggregation Scheduling indicator aggregation job for No start date - No end date: Test Indicator
..............................INFO 2023-03-28 23:46:59,732 aggregation Scheduling indicator aggregation job for 2023-03-28 - 2023-03-29: Indicator #1
.....INFO 2023-03-28 23:47:00,268 aggregation Scheduling indicator aggregation job for 2023-03-28 - 2023-03-29 (target: 100): Indicator #1
INFO 2023-03-28 23:47:00,619 schedule_validation Scheduling IATI validation for project 13
.INFO 2023-03-28 23:47:02,141 aggregation Scheduling indicator aggregation job for 2023-03-28 - 2023-03-29: Indicator #1
INFO 2023-03-28 23:47:02,783 aggregation Scheduling indicator aggregation job for 2023-03-28 - 2023-03-29 (target: 100): Indicator #1
...INFO 2023-03-28 23:47:03,735 schedule_validation Scheduling IATI validation for project 15
..INFO 2023-03-28 23:47:04,120 aggregation Scheduling indicator aggregation job for 2020-01-01 - 2020-01-31: Indicator #1.2
....INFO 2023-03-28 23:47:04,474 aggregation Scheduling indicator aggregation job for 2023-03-28 - 2023-03-29: Indicator #1
....INFO 2023-03-28 23:47:05,042 aggregation Scheduling indicator aggregation job for 2023-03-28 - 2023-03-29 (target: 100): Indicator #1
INFO 2023-03-28 23:47:05,221 schedule_validation Scheduling IATI validation for project 149
23:47:05 [Q] INFO ForkPoolWorker-3 ready for work at 847
23:47:05 [Q] INFO ForkPoolWorker-3 processing [ten-freddie-jig-avocado]
23:47:05 [Q] WARNING Preserving django database connections because sync=True. Beware that tasks are now injected in the calling context/transactions which may result in unexpected bahaviour.
23:47:05 [Q] INFO ForkPoolWorker-3 stopped doing work
23:47:05 [Q] INFO ForkPoolWorker-3 monitoring at 847
23:47:05 [Q] WARNING Preserving django database connections because sync=True. Beware that tasks are now injected in the calling context/transactions which may result in unexpected bahaviour.
23:47:05 [Q] INFO Processed [ten-freddie-jig-avocado]
23:47:05 [Q] INFO ForkPoolWorker-3 stopped monitoring results
....INFO 2023-03-28 23:47:06,743 aggregation Scheduling indicator aggregation job for 2023-03-28 - 2023-03-29: Indicator #1
INFO 2023-03-28 23:47:06,816 aggregation Scheduling indicator aggregation job for 2020-01-01 - 2020-12-31: Indicator #1
23:47:07 [Q] INFO Enqueued 1
INFO 2023-03-28 23:47:07,336 aggregation Scheduling indicator aggregation job for 2023-03-28 - 2023-03-29 (target: 100): Indicator #1
INFO 2023-03-28 23:47:08,016 aggregation Scheduling indicator aggregation job for 2020-01-01 - 2020-12-31: Indicator #1
23:47:08 [Q] INFO Enqueued 2
...INFO 2023-03-28 23:47:09,334 aggregation Scheduling indicator aggregation job for 2020-01-01 - 2020-12-31: Indicator #1
INFO 2023-03-28 23:47:09,975 schedule_validation Scheduling IATI validation for project 155
...INFO 2023-03-28 23:47:10,253 aggregation Scheduling indicator aggregation job for 2023-03-28 - 2023-03-29: Indicator #1
.....INFO 2023-03-28 23:47:10,889 aggregation Scheduling indicator aggregation job for 2023-03-28 - 2023-03-29 (target: 100): Indicator #1
INFO 2023-03-28 23:47:11,122 schedule_validation Scheduling IATI validation for project 157
INFO 2023-03-28 23:47:11,758 schedule_validation Scheduling IATI validation for project 16
INFO 2023-03-28 23:47:12,264 schedule_validation Scheduling IATI validation for project 158
INFO 2023-03-28 23:47:12,897 schedule_validation Scheduling IATI validation for project 105
...INFO 2023-03-28 23:47:13,433 schedule_validation Scheduling IATI validation for project 17
INFO 2023-03-28 23:47:13,516 aggregation Scheduling indicator aggregation job for 2023-03-28 - 2023-03-29: Indicator #1
INFO 2023-03-28 23:47:13,855 aggregation Scheduling indicator aggregation job for 2010-01-01 - 2010-12-31: Indicator #1
INFO 2023-03-28 23:47:14,091 aggregation Scheduling indicator aggregation job for 2023-03-28 - 2023-03-29 (target: 100): Indicator #1
INFO 2023-03-28 23:47:14,616 aggregation Scheduling indicator aggregation job for 2023-03-28 - 2023-03-29: Indicator #1
INFO 2023-03-28 23:47:14,965 schedule_validation Scheduling IATI validation for project 18
INFO 2023-03-28 23:47:15,195 schedule_validation Scheduling IATI validation for project 107
INFO 2023-03-28 23:47:15,541 aggregation Scheduling indicator aggregation job for 2010-01-01 - 2010-12-31: Indicator #1
INFO 2023-03-28 23:47:15,849 aggregation Scheduling indicator aggregation job for 2023-03-28 - 2023-03-29: Indicator #1
INFO 2023-03-28 23:47:16,136 aggregation Scheduling indicator aggregation job for 2010-01-01 - 2010-12-31: Indicator #1
INFO 2023-03-28 23:47:16,335 schedule_validation Scheduling IATI validation for project 108
INFO 2023-03-28 23:47:16,418 aggregation Scheduling indicator aggregation job for 2023-03-28 - 2023-03-29 (target: 100): Indicator #1
INFO 2023-03-28 23:47:16,873 aggregation Scheduling indicator aggregation job for 2010-01-01 - 2010-12-31: Indicator #1
....INFO 2023-03-28 23:47:17,534 schedule_validation Scheduling IATI validation for project 109
INFO 2023-03-28 23:47:17,698 schedule_validation Scheduling IATI validation for project 109
INFO 2023-03-28 23:47:18,157 aggregation Scheduling indicator aggregation job for 2023-03-28 - 2023-03-29: Indicator #1
INFO 2023-03-28 23:47:18,456 aggregation Scheduling indicator aggregation job for 2010-01-01 - 2010-12-31: Indicator #1
INFO 2023-03-28 23:47:18,736 aggregation Scheduling indicator aggregation job for 2023-03-28 - 2023-03-29 (target: 100): Indicator #1
INFO 2023-03-28 23:47:18,882 schedule_validation Scheduling IATI validation for project 110
INFO 2023-03-28 23:47:18,883 aggregation Scheduling indicator aggregation job for 2010-01-01 - 2010-12-31: Indicator #1
INFO 2023-03-28 23:47:19,009 schedule_validation Scheduling IATI validation for project 20
INFO 2023-03-28 23:47:19,022 aggregation Scheduling indicator aggregation job for 2010-01-01 - 2010-12-31: Indicator #1
INFO 2023-03-28 23:47:19,984 schedule_validation Scheduling IATI validation for project 111
INFO 2023-03-28 23:47:20,357 schedule_validation Scheduling IATI validation for project 164
INFO 2023-03-28 23:47:20,554 aggregation Scheduling indicator aggregation job for 2023-03-28 - 2023-03-29: Indicator #1
INFO 2023-03-28 23:47:20,992 aggregation Scheduling indicator aggregation job for 2010-01-01 - 2010-12-31: Indicator #1
INFO 2023-03-28 23:47:21,137 aggregation Scheduling indicator aggregation job for 2023-03-28 - 2023-03-29 (target: 100): Indicator #1
INFO 2023-03-28 23:47:21,244 schedule_validation Scheduling IATI validation for project 112
INFO 2023-03-28 23:47:21,532 schedule_validation Scheduling IATI validation for project 22
INFO 2023-03-28 23:47:21,625 aggregation Scheduling indicator aggregation job for 2010-01-01 - 2010-12-31: Indicator #1
INFO 2023-03-28 23:47:22,315 aggregation Scheduling indicator aggregation job for 2010-01-01 - 2010-12-31: Indicator #1
.......INFO 2023-03-28 23:47:22,940 aggregation Scheduling indicator aggregation job for 2023-03-28 - 2023-03-29: Indicator #1
INFO 2023-03-28 23:47:23,051 schedule_validation Scheduling IATI validation for project 23
INFO 2023-03-28 23:47:23,622 aggregation Scheduling indicator aggregation job for 2023-03-28 - 2023-03-29 (target: 100): Indicator #1
..........INFO 2023-03-28 23:47:24,452 schedule_validation Scheduling IATI validation for project 24
INFO 2023-03-28 23:47:24,706 schedule_validation Scheduling IATI validation for project 167
INFO 2023-03-28 23:47:24,881 aggregation Scheduling indicator aggregation job for 2010-01-01 - 2010-12-31: Indicator #1
INFO 2023-03-28 23:47:24,924 aggregation Scheduling indicator aggregation job for 2010-01-01 - 2010-12-31: Indicator #1
...........INFO 2023-03-28 23:47:26,308 schedule_validation Scheduling IATI validation for project 25
INFO 2023-03-28 23:47:26,434 aggregation Scheduling indicator aggregation job for 2010-01-01 - 2010-12-31: Indicator #1
INFO 2023-03-28 23:47:26,468 aggregation Scheduling indicator aggregation job for 2010-01-01 - 2010-12-31: Indicator #1
INFO 2023-03-28 23:47:26,796 schedule_validation Scheduling IATI validation for project 114
INFO 2023-03-28 23:47:26,910 schedule_validation Scheduling IATI validation for project 114
INFO 2023-03-28 23:47:27,643 schedule_validation Scheduling IATI validation for project 26
INFO 2023-03-28 23:47:27,751 employment deleting 1 keys of user user2@acme.org(47)
INFO 2023-03-28 23:47:27,873 aggregation Scheduling indicator aggregation job for 2010-01-01 - 2010-12-31: Indicator #1
INFO 2023-03-28 23:47:28,180 schedule_validation Scheduling IATI validation for project 115
INFO 2023-03-28 23:47:29,265 schedule_validation Scheduling IATI validation for project 116
INFO 2023-03-28 23:47:29,471 employment deleting 1 keys of user user2@acme.org(49)
INFO 2023-03-28 23:47:29,585 aggregation Scheduling indicator aggregation job for 2010-01-01 - 2010-12-31: Indicator #1
INFO 2023-03-28 23:47:29,843 schedule_validation Scheduling IATI validation for project 27
INFO 2023-03-28 23:47:30,398 schedule_validation Scheduling IATI validation for project 117
INFO 2023-03-28 23:47:30,477 aggregation Scheduling indicator aggregation job for 2010-01-01 - 2010-12-31: Indicator #1
INFO 2023-03-28 23:47:30,502 aggregation Scheduling indicator aggregation job for 2010-01-01 - 2010-12-31: Indicator #1
INFO 2023-03-28 23:47:30,540 aggregation Scheduling indicator aggregation job for 2010-01-01 - 2010-12-31: Indicator #1
INFO 2023-03-28 23:47:30,582 aggregation Scheduling indicator aggregation job for 2010-01-01 - 2010-12-31: Indicator #1
INFO 2023-03-28 23:47:31,032 aggregation Scheduling indicator aggregation job for 2010-01-01 - 2010-12-31: Indicator #1
INFO 2023-03-28 23:47:31,596 schedule_validation Scheduling IATI validation for project 118
INFO 2023-03-28 23:47:32,192 employment deleting 1 keys of user username(46)
......INFO 2023-03-28 23:47:32,868 schedule_validation Scheduling IATI validation for project 119
INFO 2023-03-28 23:47:33,104 schedule_validation Scheduling IATI validation for project 29
INFO 2023-03-28 23:47:33,293 aggregation Scheduling indicator aggregation job for 2010-01-01 - 2010-12-31: Indicator #1
INFO 2023-03-28 23:47:34,286 aggregation Scheduling indicator aggregation job for 2010-01-01 - 2010-12-31: Indicator #1
INFO 2023-03-28 23:47:34,701 schedule_validation Scheduling IATI validation for project 105
INFO 2023-03-28 23:47:34,794 aggregation Scheduling indicator aggregation job for 2010-01-01 - 2010-12-31: Indicator #1
INFO 2023-03-28 23:47:34,882 schedule_validation Scheduling IATI validation for project 30
INFO 2023-03-28 23:47:34,892 employment deleting 1 keys of user username(48)
INFO 2023-03-28 23:47:35,323 aggregation Scheduling indicator aggregation job for 2010-01-01 - 2010-12-31: Indicator #1
INFO 2023-03-28 23:47:35,491 schedule_validation Scheduling IATI validation for project 120
INFO 2023-03-28 23:47:35,558 aggregation Scheduling indicator aggregation job for 2010-01-01 - 2010-12-31: Indicator #1
INFO 2023-03-28 23:47:36,171 aggregation Scheduling indicator aggregation job for 2010-01-01 - 2010-12-31: Indicator #1
INFO 2023-03-28 23:47:36,206 aggregation Scheduling indicator aggregation job for 2010-01-01 - 2010-12-31: Indicator #1
............INFO 2023-03-28 23:47:36,589 schedule_validation Scheduling IATI validation for project 106
INFO 2023-03-28 23:47:36,866 aggregation Scheduling indicator aggregation job for 2010-01-01 - 2010-12-31: Indicator #1
INFO 2023-03-28 23:47:36,904 aggregation Scheduling indicator aggregation job for 2010-01-01 - 2010-12-31: Indicator #1
INFO 2023-03-28 23:47:36,927 aggregation Scheduling indicator aggregation job for 2010-01-01 - 2010-12-31: Indicator #1
INFO 2023-03-28 23:47:37,256 aggregation Scheduling indicator aggregation job for 2010-01-01 - 2010-12-31: Indicator #1
.INFO 2023-03-28 23:47:38,042 schedule_validation Scheduling IATI validation for project 121
INFO 2023-03-28 23:47:38,226 aggregation Scheduling indicator aggregation job for 2010-01-01 - 2010-12-31: Indicator #1
.INFO 2023-03-28 23:47:38,693 schedule_validation Scheduling IATI validation for project 107
INFO 2023-03-28 23:47:39,836 schedule_validation Scheduling IATI validation for project 175
INFO 2023-03-28 23:47:39,933 schedule_validation Scheduling IATI validation for project 108
....INFO 2023-03-28 23:47:40,304 schedule_validation Scheduling IATI validation for project 122
INFO 2023-03-28 23:47:40,459 schedule_validation Scheduling IATI validation for project 122
.INFO 2023-03-28 23:47:41,589 schedule_validation Scheduling IATI validation for project 123
INFO 2023-03-28 23:47:41,727 schedule_validation Scheduling IATI validation for project 123
..........INFO 2023-03-28 23:47:42,984 schedule_validation Scheduling IATI validation for project 177
.....INFO 2023-03-28 23:47:43,503 schedule_validation Scheduling IATI validation for project 124
INFO 2023-03-28 23:47:43,682 schedule_validation Scheduling IATI validation for project 124
.....INFO 2023-03-28 23:47:44,866 schedule_validation Scheduling IATI validation for project 125
INFO 2023-03-28 23:47:46,119 schedule_validation Scheduling IATI validation for project 44
......INFO 2023-03-28 23:47:47,447 aggregation Scheduling indicator aggregation job for No start date - No end date:
INFO 2023-03-28 23:47:47,479 aggregation Scheduling indicator aggregation job for No start date - No end date:
INFO 2023-03-28 23:47:47,570 aggregation Scheduling indicator aggregation job for No start date - No end date:
INFO 2023-03-28 23:47:47,608 aggregation Scheduling indicator aggregation job for No start date - No end date:
INFO 2023-03-28 23:47:47,695 aggregation Scheduling indicator aggregation job for No start date - No end date:
INFO 2023-03-28 23:47:47,711 aggregation Scheduling indicator aggregation job for No start date - No end date:
INFO 2023-03-28 23:47:47,753 aggregation Scheduling indicator aggregation job for No start date - No end date:
INFO 2023-03-28 23:47:47,769 aggregation Scheduling indicator aggregation job for No start date - No end date:
INFO 2023-03-28 23:47:47,827 aggregation Scheduling indicator aggregation job for No start date - No end date:
INFO 2023-03-28 23:47:47,861 aggregation Scheduling indicator aggregation job for No start date - No end date:
INFO 2023-03-28 23:47:47,944 aggregation Scheduling indicator aggregation job for No start date - No end date:
INFO 2023-03-28 23:47:47,991 aggregation Scheduling indicator aggregation job for No start date - No end date:
INFO 2023-03-28 23:47:48,024 schedule_validation Scheduling IATI validation for project 126
INFO 2023-03-28 23:47:48,073 schedule_validation Scheduling IATI validation for project 47
INFO 2023-03-28 23:47:48,124 aggregation Scheduling indicator aggregation job for No start date - No end date:
INFO 2023-03-28 23:47:48,165 aggregation Scheduling indicator aggregation job for No start date - No end date:
INFO 2023-03-28 23:47:48,238 aggregation Scheduling indicator aggregation job for No start date - No end date:
INFO 2023-03-28 23:47:48,275 aggregation Scheduling indicator aggregation job for No start date - No end date:
..INFO 2023-03-28 23:47:48,535 aggregation Scheduling indicator aggregation job for No start date - No end date:
INFO 2023-03-28 23:47:48,567 aggregation Scheduling indicator aggregation job for No start date - No end date:
INFO 2023-03-28 23:47:48,653 aggregation Scheduling indicator aggregation job for No start date - No end date:
INFO 2023-03-28 23:47:48,693 aggregation Scheduling indicator aggregation job for No start date - No end date:
INFO 2023-03-28 23:47:48,778 aggregation Scheduling indicator aggregation job for No start date - No end date:
INFO 2023-03-28 23:47:48,810 aggregation Scheduling indicator aggregation job for No start date - No end date:
INFO 2023-03-28 23:47:48,897 aggregation Scheduling indicator aggregation job for No start date - No end date:
INFO 2023-03-28 23:47:48,927 aggregation Scheduling indicator aggregation job for No start date - No end date:
INFO 2023-03-28 23:47:49,002 aggregation Scheduling indicator aggregation job for No start date - No end date:
INFO 2023-03-28 23:47:49,039 aggregation Scheduling indicator aggregation job for No start date - No end date:
INFO 2023-03-28 23:47:49,123 aggregation Scheduling indicator aggregation job for No start date - No end date:
INFO 2023-03-28 23:47:49,151 aggregation Scheduling indicator aggregation job for No start date - No end date:
INFO 2023-03-28 23:47:49,239 aggregation Scheduling indicator aggregation job for No start date - No end date:
INFO 2023-03-28 23:47:49,268 aggregation Scheduling indicator aggregation job for No start date - No end date:
INFO 2023-03-28 23:47:49,361 aggregation Scheduling indicator aggregation job for No start date - No end date:
INFO 2023-03-28 23:47:49,403 aggregation Scheduling indicator aggregation job for No start date - No end date:
INFO 2023-03-28 23:47:49,568 schedule_validation Scheduling IATI validation for project 48
INFO 2023-03-28 23:47:49,650 aggregation Scheduling indicator aggregation job for No start date - No end date:
INFO 2023-03-28 23:47:49,674 aggregation Scheduling indicator aggregation job for No start date - No end date:
INFO 2023-03-28 23:47:49,764 aggregation Scheduling indicator aggregation job for No start date - No end date:
INFO 2023-03-28 23:47:49,797 aggregation Scheduling indicator aggregation job for No start date - No end date:
INFO 2023-03-28 23:47:49,880 aggregation Scheduling indicator aggregation job for No start date - No end date:
INFO 2023-03-28 23:47:49,910 aggregation Scheduling indicator aggregation job for No start date - No end date:
INFO 2023-03-28 23:47:49,986 aggregation Scheduling indicator aggregation job for No start date - No end date:
INFO 2023-03-28 23:47:50,022 aggregation Scheduling indicator aggregation job for No start date - No end date:
INFO 2023-03-28 23:47:50,088 aggregation Scheduling indicator aggregation job for No start date - No end date:
INFO 2023-03-28 23:47:50,115 aggregation Scheduling indicator aggregation job for No start date - No end date:
INFO 2023-03-28 23:47:50,200 aggregation Scheduling indicator aggregation job for No start date - No end date:
INFO 2023-03-28 23:47:50,230 aggregation Scheduling indicator aggregation job for No start date - No end date:
INFO 2023-03-28 23:47:50,311 aggregation Scheduling indicator aggregation job for No start date - No end date:
INFO 2023-03-28 23:47:50,347 aggregation Scheduling indicator aggregation job for No start date - No end date:
INFO 2023-03-28 23:47:50,446 aggregation Scheduling indicator aggregation job for No start date - No end date:
INFO 2023-03-28 23:47:50,480 aggregation Scheduling indicator aggregation job for No start date - No end date:
INFO 2023-03-28 23:47:50,721 aggregation Scheduling indicator aggregation job for No start date - No end date:
INFO 2023-03-28 23:47:50,761 aggregation Scheduling indicator aggregation job for No start date - No end date:
INFO 2023-03-28 23:47:50,811 schedule_validation Scheduling IATI validation for project 50
..INFO 2023-03-28 23:47:50,853 aggregation Scheduling indicator aggregation job for No start date - No end date:
INFO 2023-03-28 23:47:50,891 aggregation Scheduling indicator aggregation job for No start date - No end date:
[Errno 2] No such file or directory: '/var/akvo/rsr/mediaroot/foo'
Traceback (most recent call last):
File "/usr/local/lib/python3.8/site-packages/sorl/thumbnail/base.py", line 104, in get_thumbnail
source_image = default.engine.get_image(source)
File "/usr/local/lib/python3.8/site-packages/sorl/thumbnail/engines/pil_engine.py", line 72, in get_image
buffer = BytesIO(source.read())
File "/usr/local/lib/python3.8/site-packages/sorl/thumbnail/images.py", line 162, in read
f = self.storage.open(self.name)
File "/usr/local/lib/python3.8/site-packages/django/core/files/storage.py", line 38, in open
return self._open(name, mode)
File "/usr/local/lib/python3.8/site-packages/django/core/files/storage.py", line 243, in _open
return File(open(self.path(name), mode))
FileNotFoundError: [Errno 2] No such file or directory: '/var/akvo/rsr/mediaroot/foo'
Remote file [foo] at [350x200] does not exist
INFO 2023-03-28 23:47:50,916 project Generated thumbs for 350x200
[Errno 2] No such file or directory: '/var/akvo/rsr/mediaroot/foo'
Traceback (most recent call last):
File "/usr/local/lib/python3.8/site-packages/sorl/thumbnail/base.py", line 104, in get_thumbnail
source_image = default.engine.get_image(source)
File "/usr/local/lib/python3.8/site-packages/sorl/thumbnail/engines/pil_engine.py", line 72, in get_image
buffer = BytesIO(source.read())
File "/usr/local/lib/python3.8/site-packages/sorl/thumbnail/images.py", line 162, in read
f = self.storage.open(self.name)
File "/usr/local/lib/python3.8/site-packages/django/core/files/storage.py", line 38, in open
return self._open(name, mode)
File "/usr/local/lib/python3.8/site-packages/django/core/files/storage.py", line 243, in _open
return File(open(self.path(name), mode))
FileNotFoundError: [Errno 2] No such file or directory: '/var/akvo/rsr/mediaroot/foo'
Remote file [foo] at [350x200] does not exist
INFO 2023-03-28 23:47:50,956 project Generated thumbs for 350x200
INFO 2023-03-28 23:47:50,990 aggregation Scheduling indicator aggregation job for No start date - No end date:
INFO 2023-03-28 23:47:51,020 aggregation Scheduling indicator aggregation job for No start date - No end date:
[Errno 2] No such file or directory: '/var/akvo/rsr/mediaroot/foo'
Traceback (most recent call last):
File "/usr/local/lib/python3.8/site-packages/sorl/thumbnail/base.py", line 104, in get_thumbnail
source_image = default.engine.get_image(source)
File "/usr/local/lib/python3.8/site-packages/sorl/thumbnail/engines/pil_engine.py", line 72, in get_image
buffer = BytesIO(source.read())
File "/usr/local/lib/python3.8/site-packages/sorl/thumbnail/images.py", line 162, in read
f = self.storage.open(self.name)
File "/usr/local/lib/python3.8/site-packages/django/core/files/storage.py", line 38, in open
return self._open(name, mode)
File "/usr/local/lib/python3.8/site-packages/django/core/files/storage.py", line 243, in _open
return File(open(self.path(name), mode))
FileNotFoundError: [Errno 2] No such file or directory: '/var/akvo/rsr/mediaroot/foo'
Remote file [foo] at [350x200] does not exist
INFO 2023-03-28 23:47:51,096 project Generated thumbs for 350x200
INFO 2023-03-28 23:47:51,108 aggregation Scheduling indicator aggregation job for No start date - No end date:
INFO 2023-03-28 23:47:51,142 aggregation Scheduling indicator aggregation job for No start date - No end date:
[Errno 2] No such file or directory: '/var/akvo/rsr/mediaroot/foo'
Traceback (most recent call last):
File "/usr/local/lib/python3.8/site-packages/sorl/thumbnail/base.py", line 104, in get_thumbnail
source_image = default.engine.get_image(source)
File "/usr/local/lib/python3.8/site-packages/sorl/thumbnail/engines/pil_engine.py", line 72, in get_image
buffer = BytesIO(source.read())
File "/usr/local/lib/python3.8/site-packages/sorl/thumbnail/images.py", line 162, in read
f = self.storage.open(self.name)
File "/usr/local/lib/python3.8/site-packages/django/core/files/storage.py", line 38, in open
return self._open(name, mode)
File "/usr/local/lib/python3.8/site-packages/django/core/files/storage.py", line 243, in _open
return File(open(self.path(name), mode))
FileNotFoundError: [Errno 2] No such file or directory: '/var/akvo/rsr/mediaroot/foo'
Remote file [foo] at [350x200] does not exist
INFO 2023-03-28 23:47:51,213 project Generated thumbs for 350x200
INFO 2023-03-28 23:47:51,223 aggregation Scheduling indicator aggregation job for No start date - No end date:
INFO 2023-03-28 23:47:51,253 aggregation Scheduling indicator aggregation job for No start date - No end date:
...INFO 2023-03-28 23:47:51,325 aggregation Scheduling indicator aggregation job for No start date - No end date:
INFO 2023-03-28 23:47:51,360 aggregation Scheduling indicator aggregation job for No start date - No end date:
INFO 2023-03-28 23:47:51,445 aggregation Scheduling indicator aggregation job for No start date - No end date:
INFO 2023-03-28 23:47:51,474 aggregation Scheduling indicator aggregation job for No start date - No end date:
INFO 2023-03-28 23:47:51,552 aggregation Scheduling indicator aggregation job for No start date - No end date:
INFO 2023-03-28 23:47:51,584 schedule_validation Scheduling IATI validation for project 127
INFO 2023-03-28 23:47:51,586 aggregation Scheduling indicator aggregation job for No start date - No end date:
INFO 2023-03-28 23:47:51,804 employment deleting 1 keys of user username(57)
INFO 2023-03-28 23:47:52,475 schedule_validation Scheduling IATI validation for project 56
INFO 2023-03-28 23:47:52,701 schedule_validation Scheduling IATI validation for project 56
...............[Errno 2] No such file or directory: '/var/akvo/rsr/mediaroot/foo'
Traceback (most recent call last):
File "/usr/local/lib/python3.8/site-packages/sorl/thumbnail/base.py", line 104, in get_thumbnail
source_image = default.engine.get_image(source)
File "/usr/local/lib/python3.8/site-packages/sorl/thumbnail/engines/pil_engine.py", line 72, in get_image
buffer = BytesIO(source.read())
File "/usr/local/lib/python3.8/site-packages/sorl/thumbnail/images.py", line 162, in read
f = self.storage.open(self.name)
File "/usr/local/lib/python3.8/site-packages/django/core/files/storage.py", line 38, in open
return self._open(name, mode)
File "/usr/local/lib/python3.8/site-packages/django/core/files/storage.py", line 243, in _open
return File(open(self.path(name), mode))
FileNotFoundError: [Errno 2] No such file or directory: '/var/akvo/rsr/mediaroot/foo'
Remote file [foo] at [350x200] does not exist
INFO 2023-03-28 23:47:53,907 project Generated thumbs for 350x200
[Errno 2] No such file or directory: '/var/akvo/rsr/mediaroot/foo'
Traceback (most recent call last):
File "/usr/local/lib/python3.8/site-packages/sorl/thumbnail/base.py", line 104, in get_thumbnail
source_image = default.engine.get_image(source)
File "/usr/local/lib/python3.8/site-packages/sorl/thumbnail/engines/pil_engine.py", line 72, in get_image
buffer = BytesIO(source.read())
File "/usr/local/lib/python3.8/site-packages/sorl/thumbnail/images.py", line 162, in read
f = self.storage.open(self.name)
File "/usr/local/lib/python3.8/site-packages/django/core/files/storage.py", line 38, in open
return self._open(name, mode)
File "/usr/local/lib/python3.8/site-packages/django/core/files/storage.py", line 243, in _open
return File(open(self.path(name), mode))
FileNotFoundError: [Errno 2] No such file or directory: '/var/akvo/rsr/mediaroot/foo'
Remote file [foo] at [350x200] does not exist
INFO 2023-03-28 23:47:54,001 project Generated thumbs for 350x200
[Errno 2] No such file or directory: '/var/akvo/rsr/mediaroot/foo'
Traceback (most recent call last):
File "/usr/local/lib/python3.8/site-packages/sorl/thumbnail/base.py", line 104, in get_thumbnail
source_image = default.engine.get_image(source)
File "/usr/local/lib/python3.8/site-packages/sorl/thumbnail/engines/pil_engine.py", line 72, in get_image
buffer = BytesIO(source.read())
File "/usr/local/lib/python3.8/site-packages/sorl/thumbnail/images.py", line 162, in read
f = self.storage.open(self.name)
File "/usr/local/lib/python3.8/site-packages/django/core/files/storage.py", line 38, in open
return self._open(name, mode)
File "/usr/local/lib/python3.8/site-packages/django/core/files/storage.py", line 243, in _open
return File(open(self.path(name), mode))
FileNotFoundError: [Errno 2] No such file or directory: '/var/akvo/rsr/mediaroot/foo'
Remote file [foo] at [350x200] does not exist
INFO 2023-03-28 23:47:54,169 project Generated thumbs for 350x200
INFO 2023-03-28 23:47:54,252 schedule_validation Scheduling IATI validation for project 57
[Errno 2] No such file or directory: '/var/akvo/rsr/mediaroot/foo'
Traceback (most recent call last):
File "/usr/local/lib/python3.8/site-packages/sorl/thumbnail/base.py", line 104, in get_thumbnail
source_image = default.engine.get_image(source)
File "/usr/local/lib/python3.8/site-packages/sorl/thumbnail/engines/pil_engine.py", line 72, in get_image
buffer = BytesIO(source.read())
File "/usr/local/lib/python3.8/site-packages/sorl/thumbnail/images.py", line 162, in read
f = self.storage.open(self.name)
File "/usr/local/lib/python3.8/site-packages/django/core/files/storage.py", line 38, in open
return self._open(name, mode)
File "/usr/local/lib/python3.8/site-packages/django/core/files/storage.py", line 243, in _open
return File(open(self.path(name), mode))
FileNotFoundError: [Errno 2] No such file or directory: '/var/akvo/rsr/mediaroot/foo'
Remote file [foo] at [350x200] does not exist
INFO 2023-03-28 23:47:54,281 project Generated thumbs for 350x200
INFO 2023-03-28 23:47:54,438 schedule_validation Scheduling IATI validation for project 57
[Errno 2] No such file or directory: '/var/akvo/rsr/mediaroot/foo'
Traceback (most recent call last):
File "/usr/local/lib/python3.8/site-packages/sorl/thumbnail/base.py", line 104, in get_thumbnail
source_image = default.engine.get_image(source)
File "/usr/local/lib/python3.8/site-packages/sorl/thumbnail/engines/pil_engine.py", line 72, in get_image
buffer = BytesIO(source.read())
File "/usr/local/lib/python3.8/site-packages/sorl/thumbnail/images.py", line 162, in read
f = self.storage.open(self.name)
File "/usr/local/lib/python3.8/site-packages/django/core/files/storage.py", line 38, in open
return self._open(name, mode)
File "/usr/local/lib/python3.8/site-packages/django/core/files/storage.py", line 243, in _open
return File(open(self.path(name), mode))
FileNotFoundError: [Errno 2] No such file or directory: '/var/akvo/rsr/mediaroot/foo'
Remote file [foo] at [350x200] does not exist
INFO 2023-03-28 23:47:54,461 project Generated thumbs for 350x200
[Errno 2] No such file or directory: '/var/akvo/rsr/mediaroot/foo'
Traceback (most recent call last):
File "/usr/local/lib/python3.8/site-packages/sorl/thumbnail/base.py", line 104, in get_thumbnail
source_image = default.engine.get_image(source)
File "/usr/local/lib/python3.8/site-packages/sorl/thumbnail/engines/pil_engine.py", line 72, in get_image
buffer = BytesIO(source.read())
File "/usr/local/lib/python3.8/site-packages/sorl/thumbnail/images.py", line 162, in read
f = self.storage.open(self.name)
File "/usr/local/lib/python3.8/site-packages/django/core/files/storage.py", line 38, in open
return self._open(name, mode)
File "/usr/local/lib/python3.8/site-packages/django/core/files/storage.py", line 243, in _open
return File(open(self.path(name), mode))
FileNotFoundError: [Errno 2] No such file or directory: '/var/akvo/rsr/mediaroot/foo'
Remote file [foo] at [350x200] does not exist
INFO 2023-03-28 23:47:54,560 project Generated thumbs for 350x200
...[Errno 2] No such file or directory: '/var/akvo/rsr/mediaroot/foo'
Traceback (most recent call last):
File "/usr/local/lib/python3.8/site-packages/sorl/thumbnail/base.py", line 104, in get_thumbnail
source_image = default.engine.get_image(source)
File "/usr/local/lib/python3.8/site-packages/sorl/thumbnail/engines/pil_engine.py", line 72, in get_image
buffer = BytesIO(source.read())
File "/usr/local/lib/python3.8/site-packages/sorl/thumbnail/images.py", line 162, in read
f = self.storage.open(self.name)
File "/usr/local/lib/python3.8/site-packages/django/core/files/storage.py", line 38, in open
return self._open(name, mode)
File "/usr/local/lib/python3.8/site-packages/django/core/files/storage.py", line 243, in _open
return File(open(self.path(name), mode))
FileNotFoundError: [Errno 2] No such file or directory: '/var/akvo/rsr/mediaroot/foo'
Remote file [foo] at [350x200] does not exist
INFO 2023-03-28 23:47:54,703 project Generated thumbs for 350x200
[Errno 2] No such file or directory: '/var/akvo/rsr/mediaroot/foo'
Traceback (most recent call last):
File "/usr/local/lib/python3.8/site-packages/sorl/thumbnail/base.py", line 104, in get_thumbnail
source_image = default.engine.get_image(source)
File "/usr/local/lib/python3.8/site-packages/sorl/thumbnail/engines/pil_engine.py", line 72, in get_image
buffer = BytesIO(source.read())
File "/usr/local/lib/python3.8/site-packages/sorl/thumbnail/images.py", line 162, in read
f = self.storage.open(self.name)
File "/usr/local/lib/python3.8/site-packages/django/core/files/storage.py", line 38, in open
return self._open(name, mode)
File "/usr/local/lib/python3.8/site-packages/django/core/files/storage.py", line 243, in _open
return File(open(self.path(name), mode))
FileNotFoundError: [Errno 2] No such file or directory: '/var/akvo/rsr/mediaroot/foo'
Remote file [foo] at [350x200] does not exist
INFO 2023-03-28 23:47:54,733 project Generated thumbs for 350x200
[Errno 2] No such file or directory: '/var/akvo/rsr/mediaroot/foo'
Traceback (most recent call last):
File "/usr/local/lib/python3.8/site-packages/sorl/thumbnail/base.py", line 104, in get_thumbnail
source_image = default.engine.get_image(source)
File "/usr/local/lib/python3.8/site-packages/sorl/thumbnail/engines/pil_engine.py", line 72, in get_image
buffer = BytesIO(source.read())
File "/usr/local/lib/python3.8/site-packages/sorl/thumbnail/images.py", line 162, in read
f = self.storage.open(self.name)
File "/usr/local/lib/python3.8/site-packages/django/core/files/storage.py", line 38, in open
return self._open(name, mode)
File "/usr/local/lib/python3.8/site-packages/django/core/files/storage.py", line 243, in _open
return File(open(self.path(name), mode))
FileNotFoundError: [Errno 2] No such file or directory: '/var/akvo/rsr/mediaroot/foo'
Remote file [foo] at [350x200] does not exist
INFO 2023-03-28 23:47:54,833 project Generated thumbs for 350x200
[Errno 2] No such file or directory: '/var/akvo/rsr/mediaroot/foo'
Traceback (most recent call last):
File "/usr/local/lib/python3.8/site-packages/sorl/thumbnail/base.py", line 104, in get_thumbnail
source_image = default.engine.get_image(source)
File "/usr/local/lib/python3.8/site-packages/sorl/thumbnail/engines/pil_engine.py", line 72, in get_image
buffer = BytesIO(source.read())
File "/usr/local/lib/python3.8/site-packages/sorl/thumbnail/images.py", line 162, in read
f = self.storage.open(self.name)
File "/usr/local/lib/python3.8/site-packages/django/core/files/storage.py", line 38, in open
return self._open(name, mode)
File "/usr/local/lib/python3.8/site-packages/django/core/files/storage.py", line 243, in _open
return File(open(self.path(name), mode))
FileNotFoundError: [Errno 2] No such file or directory: '/var/akvo/rsr/mediaroot/foo'
Remote file [foo] at [350x200] does not exist
INFO 2023-03-28 23:47:54,865 project Generated thumbs for 350x200
[Errno 2] No such file or directory: '/var/akvo/rsr/mediaroot/foo'
Traceback (most recent call last):
File "/usr/local/lib/python3.8/site-packages/sorl/thumbnail/base.py", line 104, in get_thumbnail
source_image = default.engine.get_image(source)
File "/usr/local/lib/python3.8/site-packages/sorl/thumbnail/engines/pil_engine.py", line 72, in get_image
buffer = BytesIO(source.read())
File "/usr/local/lib/python3.8/site-packages/sorl/thumbnail/images.py", line 162, in read
f = self.storage.open(self.name)
File "/usr/local/lib/python3.8/site-packages/django/core/files/storage.py", line 38, in open
return self._open(name, mode)
File "/usr/local/lib/python3.8/site-packages/django/core/files/storage.py", line 243, in _open
return File(open(self.path(name), mode))
FileNotFoundError: [Errno 2] No such file or directory: '/var/akvo/rsr/mediaroot/foo'
Remote file [foo] at [350x200] does not exist
INFO 2023-03-28 23:47:54,959 project Generated thumbs for 350x200
[Errno 2] No such file or directory: '/var/akvo/rsr/mediaroot/foo'
Traceback (most recent call last):
File "/usr/local/lib/python3.8/site-packages/sorl/thumbnail/base.py", line 104, in get_thumbnail
source_image = default.engine.get_image(source)
File "/usr/local/lib/python3.8/site-packages/sorl/thumbnail/engines/pil_engine.py", line 72, in get_image
buffer = BytesIO(source.read())
File "/usr/local/lib/python3.8/site-packages/sorl/thumbnail/images.py", line 162, in read
f = self.storage.open(self.name)
File "/usr/local/lib/python3.8/site-packages/django/core/files/storage.py", line 38, in open
return self._open(name, mode)
File "/usr/local/lib/python3.8/site-packages/django/core/files/storage.py", line 243, in _open
return File(open(self.path(name), mode))
FileNotFoundError: [Errno 2] No such file or directory: '/var/akvo/rsr/mediaroot/foo'
Remote file [foo] at [350x200] does not exist
INFO 2023-03-28 23:47:54,993 project Generated thumbs for 350x200
.........INFO 2023-03-28 23:47:55,406 employment deleting 1 keys of user username(59)
INFO 2023-03-28 23:47:55,927 aggregation Scheduling indicator aggregation job for No start date - No end date:
INFO 2023-03-28 23:47:55,959 aggregation Scheduling indicator aggregation job for No start date - No end date:
INFO 2023-03-28 23:47:56,046 aggregation Scheduling indicator aggregation job for No start date - No end date:
INFO 2023-03-28 23:47:56,078 schedule_validation Scheduling IATI validation for project 58
INFO 2023-03-28 23:47:56,084 aggregation Scheduling indicator aggregation job for No start date - No end date:
INFO 2023-03-28 23:47:56,115 schedule_validation Scheduling IATI validation for project 142
INFO 2023-03-28 23:47:56,164 aggregation Scheduling indicator aggregation job for No start date - No end date:
INFO 2023-03-28 23:47:56,203 aggregation Scheduling indicator aggregation job for No start date - No end date:
INFO 2023-03-28 23:47:56,289 aggregation Scheduling indicator aggregation job for No start date - No end date:
INFO 2023-03-28 23:47:56,295 schedule_validation Scheduling IATI validation for project 58
INFO 2023-03-28 23:47:56,319 aggregation Scheduling indicator aggregation job for No start date - No end date:
INFO 2023-03-28 23:47:56,403 aggregation Scheduling indicator aggregation job for No start date - No end date:
INFO 2023-03-28 23:47:56,442 aggregation Scheduling indicator aggregation job for No start date - No end date:
INFO 2023-03-28 23:47:56,531 aggregation Scheduling indicator aggregation job for No start date - No end date:
INFO 2023-03-28 23:47:56,570 aggregation Scheduling indicator aggregation job for No start date - No end date:
INFO 2023-03-28 23:47:56,660 aggregation Scheduling indicator aggregation job for No start date - No end date:
INFO 2023-03-28 23:47:56,699 aggregation Scheduling indicator aggregation job for No start date - No end date:
INFO 2023-03-28 23:47:56,802 aggregation Scheduling indicator aggregation job for No start date - No end date:
INFO 2023-03-28 23:47:56,841 aggregation Scheduling indicator aggregation job for No start date - No end date:
INFO 2023-03-28 23:47:57,102 aggregation Scheduling indicator aggregation job for No start date - No end date:
INFO 2023-03-28 23:47:57,149 aggregation Scheduling indicator aggregation job for No start date - No end date:
INFO 2023-03-28 23:47:57,228 schedule_validation Scheduling IATI validation for project 145
INFO 2023-03-28 23:47:57,241 aggregation Scheduling indicator aggregation job for No start date - No end date:
INFO 2023-03-28 23:47:57,276 aggregation Scheduling indicator aggregation job for No start date - No end date:
INFO 2023-03-28 23:47:57,359 aggregation Scheduling indicator aggregation job for No start date - No end date:
INFO 2023-03-28 23:47:57,387 aggregation Scheduling indicator aggregation job for No start date - No end date:
INFO 2023-03-28 23:47:57,473 aggregation Scheduling indicator aggregation job for No start date - No end date:
INFO 2023-03-28 23:47:57,512 aggregation Scheduling indicator aggregation job for No start date - No end date:
INFO 2023-03-28 23:47:57,618 aggregation Scheduling indicator aggregation job for No start date - No end date:
INFO 2023-03-28 23:47:57,661 aggregation Scheduling indicator aggregation job for No start date - No end date:
INFO 2023-03-28 23:47:57,740 aggregation Scheduling indicator aggregation job for No start date - No end date:
INFO 2023-03-28 23:47:57,780 aggregation Scheduling indicator aggregation job for No start date - No end date:
INFO 2023-03-28 23:47:57,868 aggregation Scheduling indicator aggregation job for No start date - No end date:
INFO 2023-03-28 23:47:57,907 aggregation Scheduling indicator aggregation job for No start date - No end date:
INFO 2023-03-28 23:47:57,997 aggregation Scheduling indicator aggregation job for No start date - No end date:
INFO 2023-03-28 23:47:58,036 aggregation Scheduling indicator aggregation job for No start date - No end date:
INFO 2023-03-28 23:47:58,092 schedule_validation Scheduling IATI validation for project 123
...INFO 2023-03-28 23:47:58,275 aggregation Scheduling indicator aggregation job for No start date - No end date:
INFO 2023-03-28 23:47:58,304 aggregation Scheduling indicator aggregation job for No start date - No end date:
INFO 2023-03-28 23:47:58,426 aggregation Scheduling indicator aggregation job for No start date - No end date:
INFO 2023-03-28 23:47:58,462 aggregation Scheduling indicator aggregation job for No start date - No end date:
INFO 2023-03-28 23:47:58,478 schedule_validation Scheduling IATI validation for project 59
INFO 2023-03-28 23:47:58,553 aggregation Scheduling indicator aggregation job for No start date - No end date:
INFO 2023-03-28 23:47:58,586 aggregation Scheduling indicator aggregation job for No start date - No end date:
INFO 2023-03-28 23:47:58,676 aggregation Scheduling indicator aggregation job for No start date - No end date:
INFO 2023-03-28 23:47:58,676 schedule_validation Scheduling IATI validation for project 59
INFO 2023-03-28 23:47:58,712 aggregation Scheduling indicator aggregation job for No start date - No end date:
INFO 2023-03-28 23:47:58,792 aggregation Scheduling indicator aggregation job for No start date - No end date:
INFO 2023-03-28 23:47:58,824 aggregation Scheduling indicator aggregation job for No start date - No end date:
ERROR 2023-03-28 23:47:58,837 log Internal Server Error: /rest/v1/project/
INFO 2023-03-28 23:47:58,918 aggregation Scheduling indicator aggregation job for No start date - No end date:
INFO 2023-03-28 23:47:58,952 aggregation Scheduling indicator aggregation job for No start date - No end date:
INFO 2023-03-28 23:47:59,034 aggregation Scheduling indicator aggregation job for No start date - No end date:
INFO 2023-03-28 23:47:59,068 aggregation Scheduling indicator aggregation job for No start date - No end date:
INFO 2023-03-28 23:47:59,150 aggregation Scheduling indicator aggregation job for No start date - No end date:
....INFO 2023-03-28 23:47:59,185 aggregation Scheduling indicator aggregation job for No start date - No end date:
INFO 2023-03-28 23:47:59,442 aggregation Scheduling indicator aggregation job for No start date - No end date:
INFO 2023-03-28 23:47:59,482 aggregation Scheduling indicator aggregation job for No start date - No end date:
INFO 2023-03-28 23:47:59,575 aggregation Scheduling indicator aggregation job for No start date - No end date:
INFO 2023-03-28 23:47:59,611 aggregation Scheduling indicator aggregation job for No start date - No end date:
INFO 2023-03-28 23:47:59,702 schedule_validation Scheduling IATI validation for project 124
INFO 2023-03-28 23:47:59,711 aggregation Scheduling indicator aggregation job for No start date - No end date:
INFO 2023-03-28 23:47:59,749 aggregation Scheduling indicator aggregation job for No start date - No end date:
INFO 2023-03-28 23:47:59,851 aggregation Scheduling indicator aggregation job for No start date - No end date:
INFO 2023-03-28 23:47:59,891 aggregation Scheduling indicator aggregation job for No start date - No end date:
INFO 2023-03-28 23:47:59,965 aggregation Scheduling indicator aggregation job for No start date - No end date:
INFO 2023-03-28 23:47:59,998 aggregation Scheduling indicator aggregation job for No start date - No end date:
INFO 2023-03-28 23:48:00,019 schedule_validation Scheduling IATI validation for project 124
INFO 2023-03-28 23:48:00,078 aggregation Scheduling indicator aggregation job for No start date - No end date:
INFO 2023-03-28 23:48:00,111 aggregation Scheduling indicator aggregation job for No start date - No end date:
INFO 2023-03-28 23:48:00,206 aggregation Scheduling indicator aggregation job for No start date - No end date:
INFO 2023-03-28 23:48:00,247 aggregation Scheduling indicator aggregation job for No start date - No end date:
INFO 2023-03-28 23:48:00,326 aggregation Scheduling indicator aggregation job for No start date - No end date:
INFO 2023-03-28 23:48:00,355 aggregation Scheduling indicator aggregation job for No start date - No end date:
.......INFO 2023-03-28 23:48:04,408 schedule_validation Scheduling IATI validation for project 129
.............INFO 2023-03-28 23:48:06,773 schedule_validation Scheduling IATI validation for project 131
.INFO 2023-03-28 23:48:07,966 schedule_validation Scheduling IATI validation for project 132
.INFO 2023-03-28 23:48:09,151 schedule_validation Scheduling IATI validation for project 133
INFO 2023-03-28 23:48:09,263 schedule_validation Scheduling IATI validation for project 133
....INFO 2023-03-28 23:48:10,068 employment deleting 54 keys of user example@akvo.org(77)
...........INFO 2023-03-28 23:48:14,801 schedule_validation Scheduling IATI validation for project 78
INFO 2023-03-28 23:48:15,000 run_validation_jobs Inconsistent IATI activity validation results for project:
IATI validator: 0 errors, 0 warnings
Internal validator: 13 errors, 1 warnings
INFO 2023-03-28 23:48:15,125 schedule_validation Scheduling IATI validation for project 78
INFO 2023-03-28 23:48:15,366 run_validation_jobs Inconsistent IATI activity validation results for project:
IATI validator: 0 errors, 0 warnings
Internal validator: 12 errors, 1 warnings
INFO 2023-03-28 23:48:15,434 schedule_validation Scheduling IATI validation for project 78
INFO 2023-03-28 23:48:15,534 run_validation_jobs Inconsistent IATI activity validation results for project:
IATI validator: 0 errors, 0 warnings
Internal validator: 11 errors, 1 warnings
INFO 2023-03-28 23:48:16,845 schedule_validation Scheduling IATI validation for project 79
INFO 2023-03-28 23:48:17,079 run_validation_jobs Inconsistent IATI activity validation results for project:
IATI validator: 0 errors, 0 warnings
Internal validator: 13 errors, 2 warnings
INFO 2023-03-28 23:48:17,237 schedule_validation Scheduling IATI validation for project 79
INFO 2023-03-28 23:48:17,462 run_validation_jobs Inconsistent IATI activity validation results for project:
IATI validator: 0 errors, 0 warnings
Internal validator: 12 errors, 2 warnings
INFO 2023-03-28 23:48:17,631 schedule_validation Scheduling IATI validation for project 79
INFO 2023-03-28 23:48:17,849 run_validation_jobs Inconsistent IATI activity validation results for project:
IATI validator: 0 errors, 0 warnings
Internal validator: 12 errors, 1 warnings
.......INFO 2023-03-28 23:48:19,418 schedule_validation Scheduling IATI validation for project 80
INFO 2023-03-28 23:48:19,673 run_validation_jobs Inconsistent IATI activity validation results for project: DEMONSTRATION!
IATI validator: 0 errors, 0 warnings
Internal validator: 9 errors, 1 warnings
INFO 2023-03-28 23:48:21,007 schedule_validation Scheduling IATI validation for project 81
INFO 2023-03-28 23:48:21,225 run_validation_jobs Inconsistent IATI activity validation results for project:
IATI validator: 0 errors, 0 warnings
Internal validator: 13 errors, 1 warnings
INFO 2023-03-28 23:48:21,316 schedule_validation Scheduling IATI validation for project 81
INFO 2023-03-28 23:48:21,512 run_validation_jobs Inconsistent IATI activity validation results for project:
IATI validator: 0 errors, 0 warnings
Internal validator: 12 errors, 1 warnings
INFO 2023-03-28 23:48:21,621 schedule_validation Scheduling IATI validation for project 81
..INFO 2023-03-28 23:48:21,829 run_validation_jobs Inconsistent IATI activity validation results for project:
IATI validator: 0 errors, 0 warnings
Internal validator: 11 errors, 1 warnings
.......INFO 2023-03-28 23:48:23,476 schedule_validation Scheduling IATI validation for project 82
INFO 2023-03-28 23:48:23,751 run_validation_jobs Inconsistent IATI activity validation results for project:
IATI validator: 0 errors, 0 warnings
Internal validator: 13 errors, 2 warnings
INFO 2023-03-28 23:48:23,904 schedule_validation Scheduling IATI validation for project 82
INFO 2023-03-28 23:48:24,125 run_validation_jobs Inconsistent IATI activity validation results for project:
IATI validator: 0 errors, 0 warnings
Internal validator: 12 errors, 2 warnings
INFO 2023-03-28 23:48:24,267 schedule_validation Scheduling IATI validation for project 82
INFO 2023-03-28 23:48:24,490 run_validation_jobs Inconsistent IATI activity validation results for project:
IATI validator: 0 errors, 0 warnings
Internal validator: 12 errors, 1 warnings
INFO 2023-03-28 23:48:25,993 schedule_validation Scheduling IATI validation for project 83
...INFO 2023-03-28 23:48:26,241 run_validation_jobs Inconsistent IATI activity validation results for project: DEMONSTRATION!
IATI validator: 0 errors, 0 warnings
Internal validator: 9 errors, 1 warnings
......INFO 2023-03-28 23:48:27,219 schedule_validation Scheduling IATI validation for project 151
INFO 2023-03-28 23:48:27,388 schedule_validation Scheduling IATI validation for project 84
.......INFO 2023-03-28 23:48:32,017 schedule_validation Scheduling IATI validation for project 156
......INFO 2023-03-28 23:48:32,880 aggregation Scheduling indicator aggregation job for 2020-01-01 - 2020-12-31:
INFO 2023-03-28 23:48:33,163 aggregation Scheduling indicator aggregation job for 2020-01-01 - 2020-12-31:
INFO 2023-03-28 23:48:34,462 aggregation Scheduling indicator aggregation job for 2020-01-01 - 2020-12-31:
INFO 2023-03-28 23:48:34,496 aggregation Scheduling indicator aggregation job for 2020-01-01 - 2020-12-31:
INFO 2023-03-28 23:48:34,510 aggregation Scheduling indicator aggregation job for 2020-01-01 - 2020-12-31:
INFO 2023-03-28 23:48:34,597 aggregation Scheduling indicator aggregation job for 2020-01-01 - 2020-12-31:
INFO 2023-03-28 23:48:34,674 aggregation Scheduling indicator aggregation job for 2020-01-01 - 2020-12-31:
.......INFO 2023-03-28 23:48:35,871 aggregation Scheduling indicator aggregation job for 2020-01-01 - 2020-12-31:
INFO 2023-03-28 23:48:36,040 aggregation Scheduling indicator aggregation job for 2020-01-01 - 2020-12-31:
INFO 2023-03-28 23:48:36,065 aggregation Scheduling indicator aggregation job for 2020-01-01 - 2020-12-31:
INFO 2023-03-28 23:48:37,115 aggregation Scheduling indicator aggregation job for 2020-01-01 - 2020-12-31:
INFO 2023-03-28 23:48:37,203 aggregation Scheduling indicator aggregation job for 2020-01-01 - 2020-12-31:
INFO 2023-03-28 23:48:37,347 aggregation Scheduling indicator aggregation job for 2020-01-01 - 2020-12-31:
INFO 2023-03-28 23:48:37,363 aggregation Scheduling indicator aggregation job for 2020-01-01 - 2020-12-31:
INFO 2023-03-28 23:48:38,588 aggregation Scheduling indicator aggregation job for 2020-01-01 - 2020-12-31:
INFO 2023-03-28 23:48:38,654 aggregation Scheduling indicator aggregation job for 2020-01-01 - 2020-12-31:
INFO 2023-03-28 23:48:38,770 aggregation Scheduling indicator aggregation job for 2020-01-01 - 2020-12-31:
INFO 2023-03-28 23:48:38,796 aggregation Scheduling indicator aggregation job for 2020-01-01 - 2020-12-31:
INFO 2023-03-28 23:48:38,958 aggregation Scheduling indicator aggregation job for 2020-01-01 - 2020-12-31:
INFO 2023-03-28 23:48:40,152 aggregation Scheduling indicator aggregation job for 2020-01-01 - 2020-12-31:
INFO 2023-03-28 23:48:40,387 aggregation Scheduling indicator aggregation job for 2020-01-01 - 2020-12-31:
INFO 2023-03-28 23:48:40,518 aggregation Scheduling indicator aggregation job for 2020-01-01 - 2020-12-31:
INFO 2023-03-28 23:48:40,652 aggregation Scheduling indicator aggregation job for 2020-01-01 - 2020-12-31:
......INFO 2023-03-28 23:48:41,539 aggregation Scheduling indicator aggregation job for 2020-01-01 - 2020-12-31:
INFO 2023-03-28 23:48:42,806 aggregation Scheduling indicator aggregation job for 2020-01-01 - 2020-12-31:
INFO 2023-03-28 23:48:42,943 aggregation Scheduling indicator aggregation job for 2020-01-01 - 2020-12-31:
INFO 2023-03-28 23:48:44,305 aggregation Scheduling indicator aggregation job for 2020-01-01 - 2020-12-31:
INFO 2023-03-28 23:48:44,400 aggregation Scheduling indicator aggregation job for 2020-01-01 - 2020-12-31:
INFO 2023-03-28 23:48:44,550 aggregation Scheduling indicator aggregation job for 2020-01-01 - 2020-12-31:
.........................INFO 2023-03-28 23:48:50,594 schedule_validation Scheduling IATI validation for project 220
INFO 2023-03-28 23:48:51,306 schedule_validation Scheduling IATI validation for project 125
........INFO 2023-03-28 23:48:53,944 schedule_validation Scheduling IATI validation for project 180
INFO 2023-03-28 23:48:54,188 schedule_validation Scheduling IATI validation for project 223
INFO 2023-03-28 23:48:54,621 schedule_validation Scheduling IATI validation for project 180
INFO 2023-03-28 23:48:54,849 schedule_validation Scheduling IATI validation for project 128
...............INFO 2023-03-28 23:48:58,593 schedule_validation Scheduling IATI validation for project 184
INFO 2023-03-28 23:48:58,773 schedule_validation Scheduling IATI validation for project 184
INFO 2023-03-28 23:48:59,652 employment deleting 1 keys of user user@foo(121)
INFO 2023-03-28 23:49:00,166 aggregation Scheduling indicator aggregation job for 2010-01-01 - 2010-12-31: Indicator #2
INFO 2023-03-28 23:49:00,207 aggregation Scheduling indicator aggregation job for 2010-01-01 - 2010-12-31: Indicator #2
INFO 2023-03-28 23:49:00,505 schedule_validation Scheduling IATI validation for project 186
INFO 2023-03-28 23:49:00,877 schedule_validation Scheduling IATI validation for project 186
......INFO 2023-03-28 23:49:02,898 schedule_validation Scheduling IATI validation for project 188
INFO 2023-03-28 23:49:04,695 schedule_validation Scheduling IATI validation for project 190
INFO 2023-03-28 23:49:06,344 schedule_validation Scheduling IATI validation for project 134
...................................INFO 2023-03-28 23:49:15,459 aggregation Scheduling indicator aggregation job for 2023-03-28 - 2023-03-29: Indicator #1
INFO 2023-03-28 23:49:15,559 aggregation Scheduling indicator aggregation job for 2023-03-28 - 2023-03-29: Indicator #1
INFO 2023-03-28 23:49:16,410 aggregation Scheduling indicator aggregation job for 2023-03-28 - 2023-03-29: Indicator #1
INFO 2023-03-28 23:49:17,204 aggregation Scheduling indicator aggregation job for 2023-03-28 - 2023-03-29: Indicator #1
INFO 2023-03-28 23:49:18,040 aggregation Scheduling indicator aggregation job for 2023-03-28 - 2023-03-29: Indicator #1
INFO 2023-03-28 23:49:18,187 aggregation Scheduling indicator aggregation job for 2023-03-28 - 2023-03-29: Indicator #1
INFO 2023-03-28 23:49:18,791 aggregation Scheduling indicator aggregation job for 2023-03-28 - 2023-03-29 (target: 100): Indicator #1
.ss....ss.INFO 2023-03-28 23:49:20,511 aggregation Scheduling indicator aggregation job for 2023-03-28 - 2023-03-29 (target: 100): Indicator #1
INFO 2023-03-28 23:49:20,546 aggregation Scheduling indicator aggregation job for 2023-03-28 - 2023-03-29 (target: 100): Indicator #1
INFO 2023-03-28 23:49:20,568 aggregation Scheduling indicator aggregation job for 2023-03-28 - 2023-03-29 (target: 100): Indicator #1
INFO 2023-03-28 23:49:20,584 aggregation Scheduling indicator aggregation job for 2023-03-28 - 2023-03-29 (target: 100): Indicator #1
INFO 2023-03-28 23:49:21,110 aggregation Scheduling indicator aggregation job for 2023-03-28 - 2023-03-29 (target: 100): Indicator #1
INFO 2023-03-28 23:49:21,146 aggregation Scheduling indicator aggregation job for 2023-03-28 - 2023-03-29 (target: 100): Indicator #1
.........INFO 2023-03-28 23:49:21,941 aggregation Scheduling indicator aggregation job for 2023-03-28 - 2023-03-29: Indicator #1
INFO 2023-03-28 23:49:22,062 aggregation Scheduling indicator aggregation job for 2023-03-28 - 2023-03-29: Indicator #1
......INFO 2023-03-28 23:49:22,733 aggregation Scheduling indicator aggregation job for 2023-03-28 - 2023-03-29 (target: 100): Indicator #1
INFO 2023-03-28 23:49:22,805 aggregation Scheduling indicator aggregation job for 2023-03-28 - 2023-03-29 (actual: 2.00 / target: 100): Indicator #1
INFO 2023-03-28 23:49:22,944 aggregation Scheduling indicator aggregation job for 2020-01-01 - 2020-12-31: Indicator #1
INFO 2023-03-28 23:49:22,967 aggregation Scheduling indicator aggregation job for 2020-01-01 - 2020-12-31: Indicator #1
INFO 2023-03-28 23:49:22,999 aggregation Scheduling indicator aggregation job for 2020-01-01 - 2020-12-31: Indicator #1
INFO 2023-03-28 23:49:23,339 aggregation Scheduling indicator aggregation job for 2023-03-28 - 2023-03-29 (target: 100): Indicator #1
INFO 2023-03-28 23:49:23,379 aggregation Scheduling indicator aggregation job for 2021-01-01 - 2021-12-31: Indicator #1
INFO 2023-03-28 23:49:23,386 aggregation Scheduling indicator aggregation job for 2023-03-28 - 2023-03-29 (actual: 5.00 / target: 100): Indicator #1
INFO 2023-03-28 23:49:23,418 aggregation Scheduling indicator aggregation job for 2021-01-01 - 2021-12-31: Indicator #1
INFO 2023-03-28 23:49:23,437 aggregation Scheduling indicator aggregation job for 2021-01-01 - 2021-12-31: Indicator #1
INFO 2023-03-28 23:49:23,549 aggregation Scheduling indicator aggregation job for 2020-01-01 - 2020-12-31: Indicator #1
INFO 2023-03-28 23:49:23,586 aggregation Scheduling indicator aggregation job for 2020-01-01 - 2020-12-31: Indicator #1
INFO 2023-03-28 23:49:23,683 aggregation Scheduling indicator aggregation job for 2021-01-01 - 2021-12-31: Indicator #1
INFO 2023-03-28 23:49:23,729 aggregation Scheduling indicator aggregation job for 2021-01-01 - 2021-12-31: Indicator #1
INFO 2023-03-28 23:49:23,747 aggregation Scheduling indicator aggregation job for 2020-01-01 - 2020-12-31: Indicator #1
INFO 2023-03-28 23:49:23,753 aggregation Scheduling indicator aggregation job for 2021-01-01 - 2021-12-31: Indicator #1
INFO 2023-03-28 23:49:23,806 aggregation Scheduling indicator aggregation job for 2020-01-01 - 2020-12-31: Indicator #1
INFO 2023-03-28 23:49:23,842 aggregation Scheduling indicator aggregation job for 2020-01-01 - 2020-12-31: Indicator #1
INFO 2023-03-28 23:49:24,141 aggregation Scheduling indicator aggregation job for 2021-01-01 - 2021-12-31: Indicator #1
INFO 2023-03-28 23:49:24,161 aggregation Scheduling indicator aggregation job for 2023-03-28 - 2023-03-29: Indicator #1
INFO 2023-03-28 23:49:24,194 aggregation Scheduling indicator aggregation job for 2021-01-01 - 2021-12-31: Indicator #1
INFO 2023-03-28 23:49:24,226 aggregation Scheduling indicator aggregation job for 2021-01-01 - 2021-12-31: Indicator #1
INFO 2023-03-28 23:49:24,934 aggregation Scheduling indicator aggregation job for 2023-03-28 - 2023-03-29: Indicator #1
INFO 2023-03-28 23:49:25,011 aggregation Scheduling indicator aggregation job for 2020-01-01 - 2020-12-31: Indicator #1
INFO 2023-03-28 23:49:25,070 aggregation Scheduling indicator aggregation job for 2020-01-01 - 2020-12-31: Indicator #1
INFO 2023-03-28 23:49:25,183 aggregation Scheduling indicator aggregation job for 2021-01-01 - 2021-12-31: Indicator #1
INFO 2023-03-28 23:49:25,222 aggregation Scheduling indicator aggregation job for 2021-01-01 - 2021-12-31: Indicator #1
INFO 2023-03-28 23:49:25,255 aggregation Scheduling indicator aggregation job for 2021-01-01 - 2021-12-31: Indicator #1
..INFO 2023-03-28 23:49:25,758 aggregation Scheduling indicator aggregation job for 2023-03-28 - 2023-03-29: Indicator #1
INFO 2023-03-28 23:49:25,852 aggregation Scheduling indicator aggregation job for 2023-03-28 - 2023-03-29: Indicator #1
INFO 2023-03-28 23:49:26,008 aggregation Scheduling indicator aggregation job for 2020-01-01 - 2020-12-31: Indicator #1
INFO 2023-03-28 23:49:26,043 aggregation Scheduling indicator aggregation job for 2020-01-01 - 2020-12-31: Indicator #1
INFO 2023-03-28 23:49:26,066 aggregation Scheduling indicator aggregation job for 2020-01-01 - 2020-12-31: Indicator #1
INFO 2023-03-28 23:49:26,322 aggregation Scheduling indicator aggregation job for 2021-01-01 - 2021-12-31: Indicator #1
INFO 2023-03-28 23:49:26,358 aggregation Scheduling indicator aggregation job for 2021-01-01 - 2021-12-31: Indicator #1
INFO 2023-03-28 23:49:26,391 aggregation Scheduling indicator aggregation job for 2021-01-01 - 2021-12-31: Indicator #1
INFO 2023-03-28 23:49:26,461 aggregation Scheduling indicator aggregation job for 2020-01-01 - 2020-12-31: Indicator #1
INFO 2023-03-28 23:49:26,508 aggregation Scheduling indicator aggregation job for 2020-01-01 - 2020-12-31: Indicator #1
INFO 2023-03-28 23:49:26,527 aggregation Scheduling indicator aggregation job for 2020-01-01 - 2020-12-31: Indicator #1
INFO 2023-03-28 23:49:26,575 aggregation Scheduling indicator aggregation job for 2020-01-01 - 2020-12-31: Indicator #1
INFO 2023-03-28 23:49:26,608 aggregation Scheduling indicator aggregation job for 2020-01-01 - 2020-12-31: Indicator #1
INFO 2023-03-28 23:49:26,627 aggregation Scheduling indicator aggregation job for 2020-01-01 - 2020-12-31: Indicator #1
INFO 2023-03-28 23:49:26,670 aggregation Scheduling indicator aggregation job for 2020-01-01 - 2020-12-31: Indicator #1
INFO 2023-03-28 23:49:26,726 aggregation Scheduling indicator aggregation job for 2020-01-01 - 2020-12-31: Indicator #1
INFO 2023-03-28 23:49:26,776 aggregation Scheduling indicator aggregation job for 2020-01-01 - 2020-12-31: Indicator #1
INFO 2023-03-28 23:49:26,796 aggregation Scheduling indicator aggregation job for 2021-01-01 - 2021-12-31: Indicator #1
INFO 2023-03-28 23:49:26,807 aggregation Scheduling indicator aggregation job for 2020-01-01 - 2020-12-31: Indicator #1
INFO 2023-03-28 23:49:26,852 aggregation Scheduling indicator aggregation job for 2021-01-01 - 2021-12-31: Indicator #1
INFO 2023-03-28 23:49:26,883 aggregation Scheduling indicator aggregation job for 2021-01-01 - 2021-12-31: Indicator #1
INFO 2023-03-28 23:49:26,905 aggregation Scheduling indicator aggregation job for 2021-01-01 - 2021-12-31: Indicator #1
INFO 2023-03-28 23:49:26,948 aggregation Scheduling indicator aggregation job for 2021-01-01 - 2021-12-31: Indicator #1
INFO 2023-03-28 23:49:26,977 aggregation Scheduling indicator aggregation job for 2021-01-01 - 2021-12-31: Indicator #1
.........s..sINFO 2023-03-28 23:49:27,124 aggregation Scheduling indicator aggregation job for 2021-01-01 - 2021-12-31: Indicator #1
INFO 2023-03-28 23:49:27,193 aggregation Scheduling indicator aggregation job for 2021-01-01 - 2021-12-31: Indicator #1
INFO 2023-03-28 23:49:27,237 aggregation Scheduling indicator aggregation job for 2021-01-01 - 2021-12-31: Indicator #1
..INFO 2023-03-28 23:49:27,709 aggregation Scheduling indicator aggregation job for 2020-01-01 - 2020-12-31: Indicator #1
INFO 2023-03-28 23:49:27,749 aggregation Scheduling indicator aggregation job for 2020-01-01 - 2020-12-31: Indicator #1
INFO 2023-03-28 23:49:27,769 aggregation Scheduling indicator aggregation job for 2020-01-01 - 2020-12-31: Indicator #1
INFO 2023-03-28 23:49:27,814 aggregation Scheduling indicator aggregation job for 2020-01-01 - 2020-12-31: Indicator #1
INFO 2023-03-28 23:49:27,842 aggregation Scheduling indicator aggregation job for 2020-01-01 - 2020-12-31: Indicator #1
INFO 2023-03-28 23:49:27,871 aggregation Scheduling indicator aggregation job for 2021-01-01 - 2021-12-31: Indicator #1
INFO 2023-03-28 23:49:27,914 aggregation Scheduling indicator aggregation job for 2021-01-01 - 2021-12-31: Indicator #1
INFO 2023-03-28 23:49:27,935 aggregation Scheduling indicator aggregation job for 2021-01-01 - 2021-12-31: Indicator #1
INFO 2023-03-28 23:49:27,954 aggregation Scheduling indicator aggregation job for 2021-01-01 - 2021-12-31: Indicator #1
INFO 2023-03-28 23:49:27,996 aggregation Scheduling indicator aggregation job for 2021-01-01 - 2021-12-31: Indicator #1
INFO 2023-03-28 23:49:28,017 aggregation Scheduling indicator aggregation job for 2021-01-01 - 2021-12-31: Indicator #1
INFO 2023-03-28 23:49:28,194 aggregation Scheduling indicator aggregation job for 2020-01-01 - 2020-12-31: Indicator #1
INFO 2023-03-28 23:49:28,247 aggregation Scheduling indicator aggregation job for 2020-01-01 - 2020-12-31: Indicator #1
INFO 2023-03-28 23:49:28,275 aggregation Scheduling indicator aggregation job for 2020-01-01 - 2020-12-31: Indicator #1
INFO 2023-03-28 23:49:28,327 aggregation Scheduling indicator aggregation job for 2020-01-01 - 2020-12-31 (actual: 2.00): Indicator #1
INFO 2023-03-28 23:49:28,328 aggregation Scheduling indicator aggregation job for 2020-01-01 - 2020-12-31: Indicator #1
INFO 2023-03-28 23:49:28,365 aggregation Scheduling indicator aggregation job for 2020-01-01 - 2020-12-31: Indicator #1
INFO 2023-03-28 23:49:28,381 aggregation Scheduling indicator aggregation job for 2020-01-01 - 2020-12-31 (actual: 2.00): Indicator #1
INFO 2023-03-28 23:49:28,391 aggregation Scheduling indicator aggregation job for 2020-01-01 - 2020-12-31: Indicator #1
INFO 2023-03-28 23:49:28,415 aggregation Scheduling indicator aggregation job for 2020-01-01 - 2020-12-31 (actual: 2.00): Indicator #1
INFO 2023-03-28 23:49:28,444 aggregation Scheduling indicator aggregation job for 2020-01-01 - 2020-12-31: Indicator #1
INFO 2023-03-28 23:49:28,449 aggregation Scheduling indicator aggregation job for 2023-03-28 - 2023-03-29: Indicator #1
INFO 2023-03-28 23:49:28,493 aggregation Scheduling indicator aggregation job for 2023-03-28 - 2023-03-29: Indicator #1
INFO 2023-03-28 23:49:28,516 aggregation Scheduling indicator aggregation job for 2023-03-28 - 2023-03-29: Indicator #1
INFO 2023-03-28 23:49:28,564 aggregation Scheduling indicator aggregation job for 2021-01-01 - 2021-12-31: Indicator #1
INFO 2023-03-28 23:49:28,614 aggregation Scheduling indicator aggregation job for 2021-01-01 - 2021-12-31: Indicator #1
INFO 2023-03-28 23:49:28,648 aggregation Scheduling indicator aggregation job for 2021-01-01 - 2021-12-31: Indicator #1
INFO 2023-03-28 23:49:28,670 aggregation Scheduling indicator aggregation job for 2021-01-01 - 2021-12-31: Indicator #1
INFO 2023-03-28 23:49:28,739 aggregation Scheduling indicator aggregation job for 2021-01-01 - 2021-12-31: Indicator #1
INFO 2023-03-28 23:49:28,785 aggregation Scheduling indicator aggregation job for 2021-01-01 - 2021-12-31: Indicator #1
INFO 2023-03-28 23:49:28,871 aggregation Scheduling indicator aggregation job for 2023-03-28 - 2023-03-29: Indicator #1
..INFO 2023-03-28 23:49:28,913 aggregation Scheduling indicator aggregation job for 2023-03-28 - 2023-03-29: Indicator #1
INFO 2023-03-28 23:49:28,934 aggregation Scheduling indicator aggregation job for 2023-03-28 - 2023-03-29: Indicator #1
INFO 2023-03-28 23:49:29,351 aggregation Scheduling indicator aggregation job for 2020-01-01 - 2020-12-31: Indicator #1
INFO 2023-03-28 23:49:29,387 aggregation Scheduling indicator aggregation job for 2020-01-01 - 2020-12-31: Indicator #1
INFO 2023-03-28 23:49:29,410 aggregation Scheduling indicator aggregation job for 2020-01-01 - 2020-12-31: Indicator #1
INFO 2023-03-28 23:49:29,452 aggregation Scheduling indicator aggregation job for 2020-01-01 - 2020-12-31: Indicator #1
INFO 2023-03-28 23:49:29,493 aggregation Scheduling indicator aggregation job for 2020-01-01 - 2020-12-31: Indicator #1
INFO 2023-03-28 23:49:29,516 aggregation Scheduling indicator aggregation job for 2021-01-01 - 2021-12-31: Indicator #1
INFO 2023-03-28 23:49:29,559 aggregation Scheduling indicator aggregation job for 2021-01-01 - 2021-12-31: Indicator #1
INFO 2023-03-28 23:49:29,587 aggregation Scheduling indicator aggregation job for 2021-01-01 - 2021-12-31: Indicator #1
INFO 2023-03-28 23:49:29,610 aggregation Scheduling indicator aggregation job for 2021-01-01 - 2021-12-31: Indicator #1
INFO 2023-03-28 23:49:29,653 aggregation Scheduling indicator aggregation job for 2021-01-01 - 2021-12-31: Indicator #1
INFO 2023-03-28 23:49:29,681 aggregation Scheduling indicator aggregation job for 2021-01-01 - 2021-12-31: Indicator #1
INFO 2023-03-28 23:49:29,999 aggregation Scheduling indicator aggregation job for 2023-03-28 - 2023-03-29: Indicator #1
INFO 2023-03-28 23:49:30,001 aggregation Scheduling indicator aggregation job for 2023-03-28 - 2023-03-29: Indicator #1
INFO 2023-03-28 23:49:30,039 aggregation Scheduling indicator aggregation job for 2023-03-28 - 2023-03-29: Indicator #1
INFO 2023-03-28 23:49:30,044 aggregation Scheduling indicator aggregation job for 2023-03-28 - 2023-03-29: Indicator #1
INFO 2023-03-28 23:49:30,082 aggregation Scheduling indicator aggregation job for 2023-03-28 - 2023-03-29: Indicator #1
INFO 2023-03-28 23:49:30,408 aggregation Scheduling indicator aggregation job for 2023-03-28 - 2023-03-29: Indicator #1
INFO 2023-03-28 23:49:30,448 aggregation Scheduling indicator aggregation job for 2023-03-28 - 2023-03-29: Indicator #1
INFO 2023-03-28 23:49:30,509 aggregation Scheduling indicator aggregation job for 2023-03-28 - 2023-03-29: Indicator #1
INFO 2023-03-28 23:49:30,515 aggregation Scheduling indicator aggregation job for 2020-01-01 - 2020-12-31: Indicator #1
INFO 2023-03-28 23:49:30,529 aggregation Scheduling indicator aggregation job for 2023-03-28 - 2023-03-29: Indicator #1
INFO 2023-03-28 23:49:30,540 aggregation Scheduling indicator aggregation job for 2023-03-28 - 2023-03-29: Indicator #1
INFO 2023-03-28 23:49:30,579 aggregation Scheduling indicator aggregation job for 2020-01-01 - 2020-12-31: Indicator #1
INFO 2023-03-28 23:49:30,601 aggregation Scheduling indicator aggregation job for 2020-01-01 - 2020-12-31: Indicator #1
INFO 2023-03-28 23:49:30,646 aggregation Scheduling indicator aggregation job for 2020-01-01 - 2020-12-31: Indicator #1
INFO 2023-03-28 23:49:30,683 aggregation Scheduling indicator aggregation job for 2020-01-01 - 2020-12-31: Indicator #1
INFO 2023-03-28 23:49:30,715 aggregation Scheduling indicator aggregation job for 2021-01-01 - 2021-12-31: Indicator #1
INFO 2023-03-28 23:49:30,763 aggregation Scheduling indicator aggregation job for 2021-01-01 - 2021-12-31: Indicator #1
INFO 2023-03-28 23:49:30,795 aggregation Scheduling indicator aggregation job for 2023-03-28 - 2023-03-29 (actual: 1.00): Indicator #1
INFO 2023-03-28 23:49:30,797 aggregation Scheduling indicator aggregation job for 2021-01-01 - 2021-12-31: Indicator #1
INFO 2023-03-28 23:49:30,819 aggregation Scheduling indicator aggregation job for 2021-01-01 - 2021-12-31: Indicator #1
INFO 2023-03-28 23:49:30,873 aggregation Scheduling indicator aggregation job for 2021-01-01 - 2021-12-31: Indicator #1
INFO 2023-03-28 23:49:30,901 aggregation Scheduling indicator aggregation job for 2021-01-01 - 2021-12-31: Indicator #1
INFO 2023-03-28 23:49:31,544 aggregation Scheduling indicator aggregation job for 2023-03-28 - 2023-03-29: Indicator #1
INFO 2023-03-28 23:49:31,579 aggregation Scheduling indicator aggregation job for 2023-03-28 - 2023-03-29: Indicator #1
INFO 2023-03-28 23:49:31,596 aggregation Scheduling indicator aggregation job for 2023-03-28 - 2023-03-29: Indicator #1
INFO 2023-03-28 23:49:31,735 aggregation Scheduling indicator aggregation job for 2020-01-01 - 2020-12-31: Indicator #1
INFO 2023-03-28 23:49:31,781 aggregation Scheduling indicator aggregation job for 2020-01-01 - 2020-12-31: Indicator #1
INFO 2023-03-28 23:49:31,800 aggregation Scheduling indicator aggregation job for 2020-01-01 - 2020-12-31: Indicator #1
INFO 2023-03-28 23:49:31,830 aggregation Scheduling indicator aggregation job for 2023-03-28 - 2023-03-29: Indicator #1
INFO 2023-03-28 23:49:31,843 aggregation Scheduling indicator aggregation job for 2020-01-01 - 2020-12-31: Indicator #1
INFO 2023-03-28 23:49:31,873 aggregation Scheduling indicator aggregation job for 2023-03-28 - 2023-03-29: Indicator #1
INFO 2023-03-28 23:49:31,881 aggregation Scheduling indicator aggregation job for 2020-01-01 - 2020-12-31: Indicator #1
INFO 2023-03-28 23:49:31,896 aggregation Scheduling indicator aggregation job for 2023-03-28 - 2023-03-29: Indicator #1
INFO 2023-03-28 23:49:31,913 aggregation Scheduling indicator aggregation job for 2021-01-01 - 2021-12-31: Indicator #1
INFO 2023-03-28 23:49:31,955 aggregation Scheduling indicator aggregation job for 2021-01-01 - 2021-12-31: Indicator #1
INFO 2023-03-28 23:49:31,981 aggregation Scheduling indicator aggregation job for 2021-01-01 - 2021-12-31: Indicator #1
INFO 2023-03-28 23:49:32,003 aggregation Scheduling indicator aggregation job for 2021-01-01 - 2021-12-31: Indicator #1
INFO 2023-03-28 23:49:32,052 aggregation Scheduling indicator aggregation job for 2021-01-01 - 2021-12-31: Indicator #1
INFO 2023-03-28 23:49:32,087 aggregation Scheduling indicator aggregation job for 2021-01-01 - 2021-12-31: Indicator #1
INFO 2023-03-28 23:49:32,188 aggregation Scheduling indicator aggregation job for 2023-03-28 - 2023-03-29: Indicator #1
INFO 2023-03-28 23:49:32,219 aggregation Scheduling indicator aggregation job for 2023-03-28 - 2023-03-29: Indicator #1
....INFO 2023-03-28 23:49:32,510 aggregation Scheduling indicator aggregation job for 2023-03-28 - 2023-03-29: Indicator #1
INFO 2023-03-28 23:49:32,529 aggregation Scheduling indicator aggregation job for 2023-03-28 - 2023-03-29: Indicator #1
....INFO 2023-03-28 23:49:32,814 aggregation Scheduling indicator aggregation job for 2023-03-28 - 2023-03-29 (actual: 1.00): Indicator #1
INFO 2023-03-28 23:49:32,862 aggregation Scheduling indicator aggregation job for 2023-03-28 - 2023-03-29 (target: 100): Indicator #1
INFO 2023-03-28 23:49:32,902 aggregation Scheduling indicator aggregation job for 2023-03-28 - 2023-03-29 (target: 100): Indicator #1
INFO 2023-03-28 23:49:32,928 aggregation Scheduling indicator aggregation job for 2023-03-28 - 2023-03-29 (target: 100): Indicator #1
INFO 2023-03-28 23:49:33,035 aggregation Scheduling indicator aggregation job for 2023-03-28 - 2023-03-29 (target: 100): Indicator #1
INFO 2023-03-28 23:49:33,078 aggregation Scheduling indicator aggregation job for 2023-03-28 - 2023-03-29 (target: 100): Indicator #1
INFO 2023-03-28 23:49:33,102 aggregation Scheduling indicator aggregation job for 2023-03-28 - 2023-03-29 (target: 100): Indicator #1
INFO 2023-03-28 23:49:33,775 aggregation Scheduling indicator aggregation job for 2023-03-28 - 2023-03-29 (target: 100): Indicator #1
INFO 2023-03-28 23:49:33,802 aggregation Scheduling indicator aggregation job for 2023-03-28 - 2023-03-29 (target: 100): Indicator #1
INFO 2023-03-28 23:49:33,820 aggregation Scheduling indicator aggregation job for 2023-03-28 - 2023-03-29 (target: 100): Indicator #1
INFO 2023-03-28 23:49:33,864 aggregation Scheduling indicator aggregation job for 2023-03-28 - 2023-03-29 (actual: 50.00 / target: 100): Indicator #1
INFO 2023-03-28 23:49:33,884 aggregation Scheduling indicator aggregation job for 2023-03-28 - 2023-03-29 (actual: 50.00 / target: 100): Indicator #1
INFO 2023-03-28 23:49:33,896 aggregation Scheduling indicator aggregation job for 2023-03-28 - 2023-03-29 (actual: 50.00 / target: 100): Indicator #1
INFO 2023-03-28 23:49:33,973 aggregation Scheduling indicator aggregation job for 2023-03-28 - 2023-03-29: Indicator #1
INFO 2023-03-28 23:49:34,008 aggregation Scheduling indicator aggregation job for 2023-03-28 - 2023-03-29: Indicator #1
INFO 2023-03-28 23:49:34,235 aggregation Scheduling indicator aggregation job for 2023-03-28 - 2023-03-29: Indicator #1
INFO 2023-03-28 23:49:34,287 aggregation Scheduling indicator aggregation job for 2023-03-28 - 2023-03-29: Indicator #1
INFO 2023-03-28 23:49:34,882 aggregation Scheduling indicator aggregation job for 2023-03-28 - 2023-03-29: Indicator #1
INFO 2023-03-28 23:49:34,923 aggregation Scheduling indicator aggregation job for 2023-03-28 - 2023-03-29: Indicator #1
INFO 2023-03-28 23:49:34,934 aggregation Scheduling indicator aggregation job for 2023-03-28 - 2023-03-29: Indicator #1
INFO 2023-03-28 23:49:35,406 aggregation Scheduling indicator aggregation job for 2023-03-28 - 2023-03-29: Indicator #1
INFO 2023-03-28 23:49:35,437 aggregation Scheduling indicator aggregation job for 2023-03-28 - 2023-03-29: Indicator #1
INFO 2023-03-28 23:49:35,477 aggregation Scheduling indicator aggregation job for 2023-03-28 - 2023-03-29: Indicator #1
INFO 2023-03-28 23:49:35,588 aggregation Scheduling indicator aggregation job for 2023-03-28 - 2023-03-29: Indicator #1
INFO 2023-03-28 23:49:35,630 aggregation Scheduling indicator aggregation job for 2023-03-28 - 2023-03-29: Indicator #1
INFO 2023-03-28 23:49:35,776 aggregation Scheduling indicator aggregation job for 2023-03-28 - 2023-03-29: Indicator #1
INFO 2023-03-28 23:49:35,822 aggregation Scheduling indicator aggregation job for 2023-03-28 - 2023-03-29: Indicator #1
INFO 2023-03-28 23:49:35,847 aggregation Scheduling indicator aggregation job for 2023-03-28 - 2023-03-29: Indicator #1
INFO 2023-03-28 23:49:36,055 aggregation Scheduling indicator aggregation job for 2023-03-28 - 2023-03-29: Indicator #1
INFO 2023-03-28 23:49:36,079 aggregation Scheduling indicator aggregation job for 2023-03-28 - 2023-03-29: Indicator #1
INFO 2023-03-28 23:49:36,326 aggregation Scheduling indicator aggregation job for 2023-03-28 - 2023-03-29: Indicator #1
INFO 2023-03-28 23:49:36,899 aggregation Scheduling indicator aggregation job for 2023-03-28 - 2023-03-29 (target: 100): Indicator #1
INFO 2023-03-28 23:49:36,926 aggregation Scheduling indicator aggregation job for 2023-03-28 - 2023-03-29 (target: 100): Indicator #1
INFO 2023-03-28 23:49:36,987 aggregation Scheduling indicator aggregation job for 2023-03-28 - 2023-03-29 (actual: 1.00 / target: 100): Indicator #1
INFO 2023-03-28 23:49:37,030 aggregation Scheduling indicator aggregation job for 2023-03-28 - 2023-03-29 (actual: 1.00 / target: 100): Indicator #1
.....INFO 2023-03-28 23:49:37,869 aggregation Scheduling indicator aggregation job for 2023-03-28 - 2023-03-29: Indicator #1
INFO 2023-03-28 23:49:37,902 aggregation Scheduling indicator aggregation job for 2023-03-28 - 2023-03-29: Indicator #1
INFO 2023-03-28 23:49:37,925 aggregation Scheduling indicator aggregation job for 2023-03-28 - 2023-03-29: Indicator #1
INFO 2023-03-28 23:49:38,423 aggregation Scheduling indicator aggregation job for 2023-03-28 - 2023-03-29: Indicator #1
INFO 2023-03-28 23:49:38,454 aggregation Scheduling indicator aggregation job for 2023-03-28 - 2023-03-29: Indicator #1
INFO 2023-03-28 23:49:38,474 aggregation Scheduling indicator aggregation job for 2023-03-28 - 2023-03-29: Indicator #1
INFO 2023-03-28 23:49:38,759 aggregation Scheduling indicator aggregation job for 2023-03-28 - 2023-03-29: Indicator #1
INFO 2023-03-28 23:49:38,802 aggregation Scheduling indicator aggregation job for 2023-03-28 - 2023-03-29: Indicator #1
INFO 2023-03-28 23:49:38,824 aggregation Scheduling indicator aggregation job for 2023-03-28 - 2023-03-29: Indicator #1
INFO 2023-03-28 23:49:39,202 aggregation Scheduling indicator aggregation job for 2023-03-28 - 2023-03-29: Indicator #1
INFO 2023-03-28 23:49:40,582 aggregation Scheduling indicator aggregation job for 2023-03-28 - 2023-03-29: Indicator #1
INFO 2023-03-28 23:49:40,630 aggregation Scheduling indicator aggregation job for 2023-03-28 - 2023-03-29: Indicator #1
INFO 2023-03-28 23:49:40,647 aggregation Scheduling indicator aggregation job for 2023-03-28 - 2023-03-29: Indicator #1
INFO 2023-03-28 23:49:41,042 aggregation Scheduling indicator aggregation job for 2023-03-28 - 2023-03-29: Indicator #1
INFO 2023-03-28 23:49:41,061 aggregation Scheduling indicator aggregation job for 2023-03-28 - 2023-03-29: Indicator #1
INFO 2023-03-28 23:49:41,074 aggregation Scheduling indicator aggregation job for 2023-03-28 - 2023-03-29: Indicator #1
INFO 2023-03-28 23:49:41,413 aggregation Scheduling indicator aggregation job for 2023-03-28 - 2023-03-29: Indicator #1
INFO 2023-03-28 23:49:41,455 aggregation Scheduling indicator aggregation job for 2023-03-28 - 2023-03-29: Indicator #1
INFO 2023-03-28 23:49:41,482 aggregation Scheduling indicator aggregation job for 2023-03-28 - 2023-03-29: Indicator #1
INFO 2023-03-28 23:49:41,894 aggregation Scheduling indicator aggregation job for 2023-03-28 - 2023-03-29: Indicator #1
INFO 2023-03-28 23:49:42,987 aggregation Scheduling indicator aggregation job for 2023-03-28 - 2023-03-29: Indicator #1
INFO 2023-03-28 23:49:43,019 aggregation Scheduling indicator aggregation job for 2023-03-28 - 2023-03-29: Indicator #1
INFO 2023-03-28 23:49:43,040 aggregation Scheduling indicator aggregation job for 2023-03-28 - 2023-03-29: Indicator #1
INFO 2023-03-28 23:49:43,709 aggregation Scheduling indicator aggregation job for 2023-03-28 - 2023-03-29: Indicator #1
INFO 2023-03-28 23:49:43,747 aggregation Scheduling indicator aggregation job for 2023-03-28 - 2023-03-29: Indicator #1
INFO 2023-03-28 23:49:43,774 aggregation Scheduling indicator aggregation job for 2023-03-28 - 2023-03-29: Indicator #1
INFO 2023-03-28 23:49:44,694 aggregation Scheduling indicator aggregation job for 2023-03-28 - 2023-03-29 (target: 100): Indicator #1
INFO 2023-03-28 23:49:44,820 aggregation Scheduling indicator aggregation job for 2023-03-28 - 2023-03-29 (actual: 10.00 / target: 100): Indicator #1
INFO 2023-03-28 23:49:44,962 aggregation Scheduling indicator aggregation job for 2023-03-28 - 2023-03-29 (actual: 11.00 / target: 100): Indicator #1
INFO 2023-03-28 23:49:45,738 aggregation Scheduling indicator aggregation job for 2023-03-28 - 2023-03-29: Indicator #1
INFO 2023-03-28 23:49:45,783 aggregation Scheduling indicator aggregation job for 2023-03-28 - 2023-03-29: Indicator #1
INFO 2023-03-28 23:49:45,811 aggregation Scheduling indicator aggregation job for 2023-03-28 - 2023-03-29: Indicator #1
INFO 2023-03-28 23:49:46,213 aggregation Scheduling indicator aggregation job for 2023-03-28 - 2023-03-29: Indicator #1
INFO 2023-03-28 23:49:46,276 aggregation Scheduling indicator aggregation job for 2023-03-28 - 2023-03-29: Indicator #1
INFO 2023-03-28 23:49:46,295 aggregation Scheduling indicator aggregation job for 2023-03-28 - 2023-03-29: Indicator #1
...................................................................[Errno 2] No such file or directory: '/var/akvo/rsr/mediaroot/foo'
Traceback (most recent call last):
File "/usr/local/lib/python3.8/site-packages/sorl/thumbnail/base.py", line 104, in get_thumbnail
source_image = default.engine.get_image(source)
File "/usr/local/lib/python3.8/site-packages/sorl/thumbnail/engines/pil_engine.py", line 72, in get_image
buffer = BytesIO(source.read())
File "/usr/local/lib/python3.8/site-packages/sorl/thumbnail/images.py", line 162, in read
f = self.storage.open(self.name)
File "/usr/local/lib/python3.8/site-packages/django/core/files/storage.py", line 38, in open
return self._open(name, mode)
File "/usr/local/lib/python3.8/site-packages/django/core/files/storage.py", line 243, in _open
return File(open(self.path(name), mode))
FileNotFoundError: [Errno 2] No such file or directory: '/var/akvo/rsr/mediaroot/foo'
Remote file [foo] at [400x400] does not exist
...INFO 2023-03-28 23:49:58,346 aggregation Scheduling indicator aggregation job for 2023-03-28 - 2023-03-29 (target: 100): Indicator #1
INFO 2023-03-28 23:49:58,532 aggregation Scheduling indicator aggregation job for 2023-03-28 - 2023-03-29 (actual: 10.00 / target: 100): Indicator #1
....INFO 2023-03-28 23:49:59,103 heartbeat Starting cache heartbeat for 'unique_django_q:must_be_unique' with timeout 30
INFO 2023-03-28 23:49:59,103 decorators Signaling 'must_be_unique' heartbeat thread should end
INFO 2023-03-28 23:49:59,107 heartbeat Ended cache heartbeat for 'unique_django_q:must_be_unique'
/usr/local/lib/python3.8/site-packages/django/db/models/fields/__init__.py:1416: RuntimeWarning: DateTimeField Task.started received a naive datetime (2023-03-28 23:49:59.117478) while time zone support is active.
warnings.warn("DateTimeField %s received a naive datetime (%s)"
/usr/local/lib/python3.8/site-packages/django/db/models/fields/__init__.py:1416: RuntimeWarning: DateTimeField Task.stopped received a naive datetime (2023-03-28 23:49:59.117482) while time zone support is active.
warnings.warn("DateTimeField %s received a naive datetime (%s)"
INFO 2023-03-28 23:49:59,131 heartbeat Starting cache heartbeat for 'unique_django_q:must_be_unique' with timeout 30
INFO 2023-03-28 23:49:59,131 decorators Signaling 'must_be_unique' heartbeat thread should end
INFO 2023-03-28 23:49:59,133 heartbeat Ended cache heartbeat for 'unique_django_q:must_be_unique'
INFO 2023-03-28 23:49:59,145 decorators must_be_unique has a valid unique task heartbeat. Skipping run...
...INFO 2023-03-28 23:49:59,395 aggregation Scheduling indicator aggregation job for 2023-03-28 - 2023-03-29 (target: 100): Indicator #1
INFO 2023-03-28 23:49:59,655 aggregation Scheduling indicator aggregation job for 2023-03-28 - 2023-03-29: Indicator #1
INFO 2023-03-28 23:49:59,931 heartbeat Starting cache heartbeat for 'unique_django_q:execute_aggregation_jobs' with timeout 30
INFO 2023-03-28 23:49:59,938 aggregation Started with 1 jobs
INFO 2023-03-28 23:49:59,946 aggregation Running job 85 for period '2023-03-28 - 2023-03-29' and indicator: Indicator #1 - 1 period(s) - Quantitative
ERROR 2023-03-28 23:49:59,974 aggregation Failed executing aggregation job 85: Fail job
INFO 2023-03-28 23:49:59,978 decorators Signaling 'execute_aggregation_jobs' heartbeat thread should end
INFO 2023-03-28 23:49:59,979 heartbeat Ended cache heartbeat for 'unique_django_q:execute_aggregation_jobs'
INFO 2023-03-28 23:50:00,580 aggregation Scheduling indicator aggregation job for 2023-03-28 - 2023-03-29 (target: 100): Indicator #1
INFO 2023-03-28 23:50:00,715 heartbeat Starting cache heartbeat for 'unique_django_q:execute_aggregation_jobs' with timeout 30
INFO 2023-03-28 23:50:00,725 aggregation Started with 1 jobs
INFO 2023-03-28 23:50:00,732 aggregation Running job 86 for period '2023-03-28 - 2023-03-29' and indicator: Indicator #1 - 1 period(s) - Quantitative
INFO 2023-03-28 23:50:00,789 aggregation Scheduling indicator aggregation job for 2023-03-28 - 2023-03-29: Indicator #1
INFO 2023-03-28 23:50:00,797 decorators Signaling 'execute_aggregation_jobs' heartbeat thread should end
INFO 2023-03-28 23:50:00,798 heartbeat Ended cache heartbeat for 'unique_django_q:execute_aggregation_jobs'
INFO 2023-03-28 23:50:01,646 heartbeat Starting cache heartbeat for 'unique_django_q:execute_aggregation_jobs' with timeout 30
INFO 2023-03-28 23:50:01,655 aggregation Started with 1 jobs
INFO 2023-03-28 23:50:01,660 aggregation Running job 87 for period '2023-03-28 - 2023-03-29' and indicator: Indicator #1 - 1 period(s) - Quantitative
ERROR 2023-03-28 23:50:01,702 aggregation Failed executing aggregation job 87: Fail job
INFO 2023-03-28 23:50:01,707 decorators Signaling 'execute_aggregation_jobs' heartbeat thread should end
INFO 2023-03-28 23:50:01,708 heartbeat Ended cache heartbeat for 'unique_django_q:execute_aggregation_jobs'
INFO 2023-03-28 23:50:01,717 heartbeat Starting cache heartbeat for 'unique_django_q:execute_aggregation_jobs' with timeout 30
INFO 2023-03-28 23:50:01,726 aggregation Started with 1 jobs
INFO 2023-03-28 23:50:01,735 aggregation Running job 87 for period '2023-03-28 - 2023-03-29' and indicator: Indicator #1 - 1 period(s) - Quantitative
INFO 2023-03-28 23:50:01,809 decorators Signaling 'execute_aggregation_jobs' heartbeat thread should end
INFO 2023-03-28 23:50:01,810 heartbeat Ended cache heartbeat for 'unique_django_q:execute_aggregation_jobs'
...INFO 2023-03-28 23:50:01,904 aggregation Scheduling indicator aggregation job for 2023-03-28 - 2023-03-29: Indicator #1
INFO 2023-03-28 23:50:02,245 aggregation Scheduling indicator aggregation job for 2023-03-28 - 2023-03-29: Indicator #1
............................s........INFO 2023-03-28 23:50:02,651 aggregation Scheduling indicator aggregation job for 2023-03-28 - 2023-03-29 (target: 100): Indicator #1
WARNING 2023-03-28 23:50:03,122 aggregation Aggregation job died. ID 54. Indicator 'Indicator #1'
INFO 2023-03-28 23:50:03,243 aggregation Scheduling indicator aggregation job for 2023-03-28 - 2023-03-29 (target: 100): Indicator #1
../usr/local/lib/python3.8/site-packages/django/db/models/fields/__init__.py:1416: RuntimeWarning: DateTimeField ProjectUpdate.last_modified_at received a naive datetime (1970-01-01 00:00:00) while time zone support is active.
warnings.warn("DateTimeField %s received a naive datetime (%s)"
.../usr/local/lib/python3.8/site-packages/django/db/models/fields/__init__.py:1416: RuntimeWarning: DateTimeField ProjectUpdate.last_modified_at received a naive datetime (2030-01-01 00:00:00) while time zone support is active.
warnings.warn("DateTimeField %s received a naive datetime (%s)"
.INFO 2023-03-28 23:50:04,905 aggregation Scheduling indicator aggregation job for 2023-03-28 - 2023-03-29 (target: 100): Indicator #1
..INFO 2023-03-28 23:50:05,493 aggregation Scheduling indicator aggregation job for 2023-03-28 - 2023-03-29 (target: 100): Indicator #1
..INFO 2023-03-28 23:50:05,820 schedule_validation Scheduling IATI validation for project 232
........INFO 2023-03-28 23:50:06,567 aggregation Scheduling indicator aggregation job for 2020-01-01 - 2020-12-31: Indicator #1
INFO 2023-03-28 23:50:06,787 aggregation Scheduling indicator aggregation job for 2020-01-01 - 2020-12-31: Indicator #1
Audited 2 periods, 1 errors found
Project Result Indicator Period Current value Expected value
xpraz (ID: 233) Result #1 Indicator #1 2020-01-01 - 2020-12-31 (actual: 2) 2 1.00
...INFO 2023-03-28 23:50:07,421 aggregation Scheduling indicator aggregation job for 2020-01-01 - 2020-12-31: Indicator #1
INFO 2023-03-28 23:50:07,499 aggregation Scheduling indicator aggregation job for 2020-01-01 - 2020-12-31: Indicator #1
..Audited 2 periods, 0 errors found
.............INFO 2023-03-28 23:50:10,240 aggregation Scheduling indicator aggregation job for 2020-01-01 - 2020-12-31: Indicator #1
INFO 2023-03-28 23:50:10,300 aggregation Scheduling indicator aggregation job for 2020-01-01 - 2020-12-31: Indicator #1
INFO 2023-03-28 23:50:10,804 aggregation Scheduling indicator aggregation job for 2020-01-01 - 2020-12-31: Indicator #1
INFO 2023-03-28 23:50:10,848 aggregation Scheduling indicator aggregation job for 2020-01-01 - 2020-12-31: Indicator #1
INFO 2023-03-28 23:50:10,877 aggregation Scheduling indicator aggregation job for 2020-01-01 - 2020-12-31: Indicator #1
INFO 2023-03-28 23:50:10,900 aggregation Scheduling indicator aggregation job for 2020-01-01 - 2020-12-31: Indicator #1
...INFO 2023-03-28 23:50:10,947 aggregation Scheduling indicator aggregation job for 2020-01-01 - 2020-12-31: Indicator #1
INFO 2023-03-28 23:50:10,978 aggregation Scheduling indicator aggregation job for 2020-01-01 - 2020-12-31: Indicator #1
INFO 2023-03-28 23:50:11,437 aggregation Scheduling indicator aggregation job for 2020-01-01 - 2020-12-31: Indicator #1
INFO 2023-03-28 23:50:11,488 aggregation Scheduling indicator aggregation job for 2020-01-01 - 2020-12-31: Indicator #1
INFO 2023-03-28 23:50:11,522 aggregation Scheduling indicator aggregation job for 2010-01-01 - 2010-12-31: Indicator #1
..INFO 2023-03-28 23:50:11,555 aggregation Scheduling indicator aggregation job for 2010-01-01 - 2010-12-31: Indicator #1
INFO 2023-03-28 23:50:11,586 aggregation Scheduling indicator aggregation job for 2010-01-01 - 2010-12-31: Indicator #1
INFO 2023-03-28 23:50:11,614 aggregation Scheduling indicator aggregation job for 2011-01-01 - 2011-12-31: Indicator #1
INFO 2023-03-28 23:50:11,655 aggregation Scheduling indicator aggregation job for 2011-01-01 - 2011-12-31: Indicator #1
INFO 2023-03-28 23:50:11,691 aggregation Scheduling indicator aggregation job for 2011-01-01 - 2011-12-31: Indicator #1
.INFO 2023-03-28 23:50:12,069 aggregation Scheduling indicator aggregation job for 2011-01-01 - 2011-12-31: Indicator #1
INFO 2023-03-28 23:50:12,099 aggregation Scheduling indicator aggregation job for 2011-01-01 - 2011-12-31: Indicator #1
INFO 2023-03-28 23:50:12,119 aggregation Scheduling indicator aggregation job for 2011-01-01 - 2011-12-31: Indicator #1
INFO 2023-03-28 23:50:12,139 aggregation Scheduling indicator aggregation job for 2010-01-01 - 2010-12-31: Indicator #1
INFO 2023-03-28 23:50:12,170 aggregation Scheduling indicator aggregation job for 2010-01-01 - 2010-12-31: Indicator #1
INFO 2023-03-28 23:50:12,191 aggregation Scheduling indicator aggregation job for 2010-01-01 - 2010-12-31: Indicator #1
INFO 2023-03-28 23:50:12,332 aggregation Scheduling indicator aggregation job for 2010-01-01 - 2010-12-31: Indicator #1
INFO 2023-03-28 23:50:12,383 aggregation Scheduling indicator aggregation job for 2010-01-01 - 2010-12-31: Indicator #1
INFO 2023-03-28 23:50:12,407 aggregation Scheduling indicator aggregation job for 2010-01-01 - 2010-12-31: Indicator #1
.INFO 2023-03-28 23:50:12,782 aggregation Scheduling indicator aggregation job for 2020-01-01 - 2020-12-31: Indicator #1
INFO 2023-03-28 23:50:12,832 aggregation Scheduling indicator aggregation job for 2020-01-01 - 2020-12-31: Indicator #1
INFO 2023-03-28 23:50:12,833 aggregation Scheduling indicator aggregation job for 2010-01-01 - 2010-12-31: Indicator #1
INFO 2023-03-28 23:50:12,860 aggregation Scheduling indicator aggregation job for 2020-01-01 - 2020-12-31: Indicator #1
..INFO 2023-03-28 23:50:12,878 aggregation Scheduling indicator aggregation job for 2010-01-01 - 2010-12-31: Indicator #1
INFO 2023-03-28 23:50:12,884 aggregation Scheduling indicator aggregation job for 2020-01-01 - 2020-12-31: Indicator #1
INFO 2023-03-28 23:50:12,906 aggregation Scheduling indicator aggregation job for 2010-01-01 - 2010-12-31: Indicator #1
INFO 2023-03-28 23:50:12,932 aggregation Scheduling indicator aggregation job for 2020-01-01 - 2020-12-31: Indicator #1
INFO 2023-03-28 23:50:12,936 aggregation Scheduling indicator aggregation job for 2010-01-01 - 2010-12-31: Indicator #1
INFO 2023-03-28 23:50:12,962 aggregation Scheduling indicator aggregation job for 2020-01-01 - 2020-12-31: Indicator #1
INFO 2023-03-28 23:50:12,980 aggregation Scheduling indicator aggregation job for 2010-01-01 - 2010-12-31: Indicator #1
INFO 2023-03-28 23:50:13,009 aggregation Scheduling indicator aggregation job for 2010-01-01 - 2010-12-31: Indicator #1
.......INFO 2023-03-28 23:50:13,451 run_validation_jobs Inconsistent IATI activity validation results for project: Test project
IATI validator: 0 errors, 0 warnings
Internal validator: 9 errors, 0 warnings
INFO 2023-03-28 23:50:13,758 aggregation Scheduling indicator aggregation job for 2020-01-01 - 2020-12-31 (actual: 3.00): Indicator #1
INFO 2023-03-28 23:50:13,982 run_validation_jobs Inconsistent IATI activity validation results for project: Test project
IATI validator: 0 errors, 0 warnings
Internal validator: 9 errors, 0 warnings
INFO 2023-03-28 23:50:14,119 aggregation Scheduling indicator aggregation job for 2010-01-01 - 2010-12-31: Indicator #1
INFO 2023-03-28 23:50:14,180 aggregation Scheduling indicator aggregation job for 2010-01-01 - 2010-12-31: Indicator #1
INFO 2023-03-28 23:50:14,225 aggregation Scheduling indicator aggregation job for 2010-01-01 - 2010-12-31: Indicator #1
INFO 2023-03-28 23:50:14,243 run_validation_jobs Inconsistent IATI activity validation results for project: Test project
IATI validator: 0 errors, 0 warnings
Internal validator: 9 errors, 0 warnings
INFO 2023-03-28 23:50:14,248 aggregation Scheduling indicator aggregation job for 2010-01-01 - 2010-12-31: Indicator #1
INFO 2023-03-28 23:50:14,285 aggregation Scheduling indicator aggregation job for 2010-01-01 - 2010-12-31: Indicator #1
INFO 2023-03-28 23:50:14,314 aggregation Scheduling indicator aggregation job for 2010-01-01 - 2010-12-31: Indicator #1
ERROR 2023-03-28 23:50:14,580 iati_validation_job_runner Failed to run IATI validator job for IatiActivityValidationJob(pk=43, project=Test project)
Traceback (most recent call last):
File "/var/akvo/rsr/code/akvo/rsr/usecases/iati_validation/iati_validation_job_runner.py", line 43, in run
result = self.validator.validate(self.get_xml_document())
File "/usr/local/lib/python3.8/unittest/mock.py", line 1075, in __call__
return self._mock_call(*args, **kwargs)
File "/usr/local/lib/python3.8/unittest/mock.py", line 1079, in _mock_call
return self._execute_mock_call(*args, **kwargs)
File "/usr/local/lib/python3.8/unittest/mock.py", line 1134, in _execute_mock_call
raise effect
akvo.iati.iati_validator.IATIValidatorException
.........INFO 2023-03-28 23:50:14,946 run_validation_jobs Inconsistent IATI activity validation results for project: Test project
IATI validator: 0 errors, 0 warnings
Internal validator: 9 errors, 0 warnings
....INFO 2023-03-28 23:50:15,252 aggregation Scheduling indicator aggregation job for 2020-01-01 - 2020-12-31: Indicator #1
INFO 2023-03-28 23:50:15,291 aggregation Scheduling indicator aggregation job for 2020-01-01 - 2020-12-31: Indicator #1
INFO 2023-03-28 23:50:15,316 aggregation Scheduling indicator aggregation job for 2020-01-01 - 2020-12-31: Indicator #1
INFO 2023-03-28 23:50:15,335 aggregation Scheduling indicator aggregation job for 2020-01-01 - 2020-12-31: Indicator #1
INFO 2023-03-28 23:50:15,375 aggregation Scheduling indicator aggregation job for 2020-01-01 - 2020-12-31: Indicator #1
INFO 2023-03-28 23:50:15,401 aggregation Scheduling indicator aggregation job for 2020-01-01 - 2020-12-31: Indicator #1
INFO 2023-03-28 23:50:15,423 aggregation Scheduling indicator aggregation job for 2020-01-01 - 2020-12-31: Indicator #1
INFO 2023-03-28 23:50:15,490 aggregation Scheduling indicator aggregation job for 2020-01-01 - 2020-12-31: Indicator #1
INFO 2023-03-28 23:50:15,519 aggregation Scheduling indicator aggregation job for 2020-01-01 - 2020-12-31: Indicator #1
ERROR 2023-03-28 23:50:15,595 iati_validation_job_runner Failed to run IATI validator job for IatiOrganisationValidationJob(pk=10, organisation=Test org)
Traceback (most recent call last):
File "/var/akvo/rsr/code/akvo/rsr/usecases/iati_validation/iati_validation_job_runner.py", line 43, in run
result = self.validator.validate(self.get_xml_document())
File "/usr/local/lib/python3.8/unittest/mock.py", line 1075, in __call__
return self._mock_call(*args, **kwargs)
File "/usr/local/lib/python3.8/unittest/mock.py", line 1079, in _mock_call
return self._execute_mock_call(*args, **kwargs)
File "/usr/local/lib/python3.8/unittest/mock.py", line 1134, in _execute_mock_call
raise effect
akvo.iati.iati_validator.IATIValidatorException
.........INFO 2023-03-28 23:50:15,642 schedule_validation Scheduling IATI validation for project 325
INFO 2023-03-28 23:50:15,676 schedule_validation Scheduling IATI validation for project 326
INFO 2023-03-28 23:50:15,709 schedule_validation Scheduling IATI validation for project 327
......INFO 2023-03-28 23:50:15,900 schedules Got 3 schedules from settings
INFO 2023-03-28 23:50:15,904 schedules Sync actions: SyncAction(to_add=3, to_modify=0, to_delete=0)
INFO 2023-03-28 23:50:15,911 schedules Schedules in DB 3
...INFO 2023-03-28 23:50:15,987 schedules Got 0 schedules from settings
INFO 2023-03-28 23:50:15,989 schedules Sync actions: SyncAction(to_add=0, to_modify=0, to_delete=3)
INFO 2023-03-28 23:50:15,994 schedules Schedules in DB 0
.............INFO 2023-03-28 23:50:16,270 schedules Got 3 schedules from settings
INFO 2023-03-28 23:50:16,272 schedules Sync actions: SyncAction(to_add=0, to_modify=3, to_delete=0)
INFO 2023-03-28 23:50:16,287 schedules Schedules in DB 3
..INFO 2023-03-28 23:50:16,367 run_validation_jobs Inconsistent IATI activity validation results for project: Test project
IATI validator: 0 errors, 0 warnings
Internal validator: 9 errors, 0 warnings
..INFO 2023-03-28 23:50:17,240 aggregation Scheduling indicator aggregation job for 2020-01-01 - 2020-12-31: Indicator #1
INFO 2023-03-28 23:50:17,291 aggregation Scheduling indicator aggregation job for 2020-01-01 - 2020-12-31: Indicator #1
INFO 2023-03-28 23:50:17,311 aggregation Scheduling indicator aggregation job for 2020-01-01 - 2020-12-31: Indicator #1
INFO 2023-03-28 23:50:17,324 aggregation Scheduling indicator aggregation job for 2020-01-01 - 2020-12-31: Indicator #1
INFO 2023-03-28 23:50:17,366 aggregation Scheduling indicator aggregation job for 2020-01-01 - 2020-12-31: Indicator #1
INFO 2023-03-28 23:50:17,387 aggregation Scheduling indicator aggregation job for 2020-01-01 - 2020-12-31: Indicator #1
INFO 2023-03-28 23:50:17,463 aggregation Scheduling indicator aggregation job for 2010-01-01 - 2010-12-31: Indicator #1
INFO 2023-03-28 23:50:17,511 aggregation Scheduling indicator aggregation job for 2010-01-01 - 2010-12-31: Indicator #1
INFO 2023-03-28 23:50:17,535 aggregation Scheduling indicator aggregation job for 2010-01-01 - 2010-12-31: Indicator #1
INFO 2023-03-28 23:50:17,577 aggregation Scheduling indicator aggregation job for 2010-01-01 - 2010-12-31: Indicator #1
INFO 2023-03-28 23:50:17,612 aggregation Scheduling indicator aggregation job for 2010-01-01 - 2010-12-31: Indicator #1
INFO 2023-03-28 23:50:17,652 aggregation Scheduling indicator aggregation job for 2010-01-01 - 2010-12-31: Indicator #1
INFO 2023-03-28 23:50:17,721 aggregation Scheduling indicator aggregation job for 2010-01-01 - 2010-12-31: Indicator #1
INFO 2023-03-28 23:50:17,747 aggregation Scheduling indicator aggregation job for 2010-01-01 - 2010-12-31: Indicator #1
INFO 2023-03-28 23:50:17,806 aggregation Scheduling indicator aggregation job for 2010-01-01 - 2010-12-31: Indicator #1
INFO 2023-03-28 23:50:17,829 aggregation Scheduling indicator aggregation job for 2010-01-01 - 2010-12-31: Indicator #1
INFO 2023-03-28 23:50:17,890 aggregation Scheduling indicator aggregation job for 2011-01-01 - 2011-12-31: Indicator #1
INFO 2023-03-28 23:50:17,899 aggregation Scheduling indicator aggregation job for 2010-01-01 - 2010-12-31: Indicator #1
INFO 2023-03-28 23:50:17,935 aggregation Scheduling indicator aggregation job for 2011-01-01 - 2011-12-31: Indicator #1
INFO 2023-03-28 23:50:17,936 aggregation Scheduling indicator aggregation job for 2010-01-01 - 2010-12-31: Indicator #1
INFO 2023-03-28 23:50:17,957 aggregation Scheduling indicator aggregation job for 2011-01-01 - 2011-12-31: Indicator #1
INFO 2023-03-28 23:50:17,960 aggregation Scheduling indicator aggregation job for 2010-01-01 - 2010-12-31: Indicator #1
INFO 2023-03-28 23:50:17,967 aggregation Scheduling indicator aggregation job for 2011-01-01 - 2011-12-31: Indicator #1
INFO 2023-03-28 23:50:17,987 aggregation Scheduling indicator aggregation job for 2011-01-01 - 2011-12-31: Indicator #1
INFO 2023-03-28 23:50:18,004 aggregation Scheduling indicator aggregation job for 2011-01-01 - 2011-12-31: Indicator #1
INFO 2023-03-28 23:50:18,013 aggregation Scheduling indicator aggregation job for 2010-01-01 - 2010-12-31: Indicator #1
INFO 2023-03-28 23:50:18,117 aggregation Scheduling indicator aggregation job for 2012-01-01 - 2012-12-31: Indicator #1
INFO 2023-03-28 23:50:18,143 aggregation Scheduling indicator aggregation job for 2011-01-01 - 2011-12-31: Indicator #1
INFO 2023-03-28 23:50:18,175 aggregation Scheduling indicator aggregation job for 2012-01-01 - 2012-12-31: Indicator #1
INFO 2023-03-28 23:50:18,203 aggregation Scheduling indicator aggregation job for 2011-01-01 - 2011-12-31: Indicator #1
INFO 2023-03-28 23:50:18,211 aggregation Scheduling indicator aggregation job for 2012-01-01 - 2012-12-31: Indicator #1
INFO 2023-03-28 23:50:18,236 aggregation Scheduling indicator aggregation job for 2012-01-01 - 2012-12-31: Indicator #1
INFO 2023-03-28 23:50:18,243 aggregation Scheduling indicator aggregation job for 2011-01-01 - 2011-12-31: Indicator #1
INFO 2023-03-28 23:50:18,278 aggregation Scheduling indicator aggregation job for 2011-01-01 - 2011-12-31: Indicator #1
INFO 2023-03-28 23:50:18,289 aggregation Scheduling indicator aggregation job for 2012-01-01 - 2012-12-31: Indicator #1
INFO 2023-03-28 23:50:18,315 aggregation Scheduling indicator aggregation job for 2012-01-01 - 2012-12-31: Indicator #1
INFO 2023-03-28 23:50:18,316 aggregation Scheduling indicator aggregation job for 2011-01-01 - 2011-12-31: Indicator #1
INFO 2023-03-28 23:50:18,353 aggregation Scheduling indicator aggregation job for 2011-01-01 - 2011-12-31: Indicator #1
INFO 2023-03-28 23:50:18,401 aggregation Scheduling indicator aggregation job for 2020-01-01 - 2020-12-31: Indicator #1
INFO 2023-03-28 23:50:18,445 aggregation Scheduling indicator aggregation job for 2012-01-01 - 2012-12-31: Indicator #1
INFO 2023-03-28 23:50:18,447 aggregation Scheduling indicator aggregation job for 2020-01-01 - 2020-12-31: Indicator #1
INFO 2023-03-28 23:50:18,482 aggregation Scheduling indicator aggregation job for 2020-01-01 - 2020-12-31: Indicator #1
INFO 2023-03-28 23:50:18,482 aggregation Scheduling indicator aggregation job for 2012-01-01 - 2012-12-31: Indicator #1
INFO 2023-03-28 23:50:18,508 aggregation Scheduling indicator aggregation job for 2020-01-01 - 2020-12-31: Indicator #1
INFO 2023-03-28 23:50:18,509 aggregation Scheduling indicator aggregation job for 2012-01-01 - 2012-12-31: Indicator #1
INFO 2023-03-28 23:50:18,533 aggregation Scheduling indicator aggregation job for 2012-01-01 - 2012-12-31: Indicator #1
INFO 2023-03-28 23:50:18,560 aggregation Scheduling indicator aggregation job for 2020-01-01 - 2020-12-31: Indicator #1
INFO 2023-03-28 23:50:18,573 aggregation Scheduling indicator aggregation job for 2012-01-01 - 2012-12-31: Indicator #1
INFO 2023-03-28 23:50:18,595 aggregation Scheduling indicator aggregation job for 2020-01-01 - 2020-12-31: Indicator #1
INFO 2023-03-28 23:50:18,602 aggregation Scheduling indicator aggregation job for 2012-01-01 - 2012-12-31: Indicator #1
.....INFO 2023-03-28 23:50:19,615 aggregation Scheduling indicator aggregation job for 2010-01-01 - 2010-12-31: Indicator #1
INFO 2023-03-28 23:50:19,650 aggregation Scheduling indicator aggregation job for 2010-01-01 - 2010-12-31: Indicator #1
INFO 2023-03-28 23:50:19,669 aggregation Scheduling indicator aggregation job for 2010-01-01 - 2010-12-31: Indicator #1
INFO 2023-03-28 23:50:19,711 aggregation Scheduling indicator aggregation job for 2010-01-01 - 2010-12-31: Indicator #1
INFO 2023-03-28 23:50:19,732 aggregation Scheduling indicator aggregation job for 2010-01-01 - 2010-12-31: Indicator #1
INFO 2023-03-28 23:50:19,749 aggregation Scheduling indicator aggregation job for 2010-01-01 - 2010-12-31: Indicator #1
INFO 2023-03-28 23:50:19,786 aggregation Scheduling indicator aggregation job for 2010-01-01 - 2010-12-31: Indicator #1
INFO 2023-03-28 23:50:19,819 aggregation Scheduling indicator aggregation job for 2010-01-01 - 2010-12-31: Indicator #1
INFO 2023-03-28 23:50:19,856 aggregation Scheduling indicator aggregation job for 2010-01-01 - 2010-12-31: Indicator #1
INFO 2023-03-28 23:50:19,875 aggregation Scheduling indicator aggregation job for 2010-01-01 - 2010-12-31: Indicator #1
INFO 2023-03-28 23:50:19,889 aggregation Scheduling indicator aggregation job for 2011-01-01 - 2011-12-31: Indicator #1
INFO 2023-03-28 23:50:19,933 aggregation Scheduling indicator aggregation job for 2010-01-01 - 2010-12-31: Indicator #1
INFO 2023-03-28 23:50:19,936 aggregation Scheduling indicator aggregation job for 2011-01-01 - 2011-12-31: Indicator #1
INFO 2023-03-28 23:50:19,962 aggregation Scheduling indicator aggregation job for 2010-01-01 - 2010-12-31: Indicator #1
INFO 2023-03-28 23:50:19,963 aggregation Scheduling indicator aggregation job for 2011-01-01 - 2011-12-31: Indicator #1
INFO 2023-03-28 23:50:19,979 aggregation Scheduling indicator aggregation job for 2011-01-01 - 2011-12-31: Indicator #1
INFO 2023-03-28 23:50:19,989 aggregation Scheduling indicator aggregation job for 2010-01-01 - 2010-12-31: Indicator #1
INFO 2023-03-28 23:50:20,032 aggregation Scheduling indicator aggregation job for 2010-01-01 - 2010-12-31: Indicator #1
INFO 2023-03-28 23:50:20,036 aggregation Scheduling indicator aggregation job for 2011-01-01 - 2011-12-31: Indicator #1
INFO 2023-03-28 23:50:20,061 aggregation Scheduling indicator aggregation job for 2011-01-01 - 2011-12-31: Indicator #1
INFO 2023-03-28 23:50:20,129 aggregation Scheduling indicator aggregation job for 2011-01-01 - 2011-12-31: Indicator #1
INFO 2023-03-28 23:50:20,161 aggregation Scheduling indicator aggregation job for 2011-01-01 - 2011-12-31: Indicator #1
INFO 2023-03-28 23:50:20,164 aggregation Scheduling indicator aggregation job for 2012-01-01 - 2012-12-31: Indicator #1
INFO 2023-03-28 23:50:20,177 aggregation Scheduling indicator aggregation job for 2010-01-01 - 2010-12-31: Indicator #1
INFO 2023-03-28 23:50:20,191 aggregation Scheduling indicator aggregation job for 2011-01-01 - 2011-12-31: Indicator #1
INFO 2023-03-28 23:50:20,202 aggregation Scheduling indicator aggregation job for 2012-01-01 - 2012-12-31: Indicator #1
INFO 2023-03-28 23:50:20,209 aggregation Scheduling indicator aggregation job for 2011-01-01 - 2011-12-31: Indicator #1
INFO 2023-03-28 23:50:20,227 aggregation Scheduling indicator aggregation job for 2011-01-01 - 2011-12-31: Indicator #1
INFO 2023-03-28 23:50:20,230 aggregation Scheduling indicator aggregation job for 2010-01-01 - 2010-12-31: Indicator #1
INFO 2023-03-28 23:50:20,237 aggregation Scheduling indicator aggregation job for 2012-01-01 - 2012-12-31: Indicator #1
INFO 2023-03-28 23:50:20,240 aggregation Scheduling indicator aggregation job for 2011-01-01 - 2011-12-31: Indicator #1
INFO 2023-03-28 23:50:20,264 aggregation Scheduling indicator aggregation job for 2012-01-01 - 2012-12-31: Indicator #1
INFO 2023-03-28 23:50:20,274 aggregation Scheduling indicator aggregation job for 2010-01-01 - 2010-12-31: Indicator #1
INFO 2023-03-28 23:50:20,285 aggregation Scheduling indicator aggregation job for 2012-01-01 - 2012-12-31: Indicator #1
INFO 2023-03-28 23:50:20,311 aggregation Scheduling indicator aggregation job for 2012-01-01 - 2012-12-31: Indicator #1
INFO 2023-03-28 23:50:20,312 aggregation Scheduling indicator aggregation job for 2012-01-01 - 2012-12-31: Indicator #1
INFO 2023-03-28 23:50:20,337 aggregation Scheduling indicator aggregation job for 2012-01-01 - 2012-12-31: Indicator #1
INFO 2023-03-28 23:50:20,339 aggregation Scheduling indicator aggregation job for 2012-01-01 - 2012-12-31: Indicator #1
INFO 2023-03-28 23:50:20,355 aggregation Scheduling indicator aggregation job for 2012-01-01 - 2012-12-31: Indicator #1
INFO 2023-03-28 23:50:20,391 aggregation Scheduling indicator aggregation job for 2012-01-01 - 2012-12-31: Indicator #1
INFO 2023-03-28 23:50:20,414 aggregation Scheduling indicator aggregation job for 2012-01-01 - 2012-12-31: Indicator #1
INFO 2023-03-28 23:50:20,590 aggregation Scheduling indicator aggregation job for 2011-01-01 - 2011-12-31: Indicator #1
INFO 2023-03-28 23:50:20,632 aggregation Scheduling indicator aggregation job for 2011-01-01 - 2011-12-31: Indicator #1
INFO 2023-03-28 23:50:20,666 aggregation Scheduling indicator aggregation job for 2011-01-01 - 2011-12-31: Indicator #1
INFO 2023-03-28 23:50:20,983 aggregation Scheduling indicator aggregation job for 2010-01-01 - 2010-12-31: Indicator #1
INFO 2023-03-28 23:50:21,023 aggregation Scheduling indicator aggregation job for 2010-01-01 - 2010-12-31: Indicator #1
INFO 2023-03-28 23:50:21,047 aggregation Scheduling indicator aggregation job for 2010-01-01 - 2010-12-31: Indicator #1
INFO 2023-03-28 23:50:21,290 aggregation Scheduling indicator aggregation job for 2011-01-01 - 2011-12-31: Indicator #1
INFO 2023-03-28 23:50:21,321 aggregation Scheduling indicator aggregation job for 2011-01-01 - 2011-12-31: Indicator #1
INFO 2023-03-28 23:50:21,352 aggregation Scheduling indicator aggregation job for 2011-01-01 - 2011-12-31: Indicator #1
INFO 2023-03-28 23:50:21,569 aggregation Scheduling indicator aggregation job for 2010-01-01 - 2010-12-31: Indicator #1
INFO 2023-03-28 23:50:21,609 aggregation Scheduling indicator aggregation job for 2010-01-01 - 2010-12-31: Indicator #1
INFO 2023-03-28 23:50:21,628 aggregation Scheduling indicator aggregation job for 2010-01-01 - 2010-12-31: Indicator #1
INFO 2023-03-28 23:50:21,668 aggregation Scheduling indicator aggregation job for 2010-01-01 - 2010-12-31: Indicator #1
INFO 2023-03-28 23:50:21,701 aggregation Scheduling indicator aggregation job for 2010-01-01 - 2010-12-31: Indicator #1
INFO 2023-03-28 23:50:21,725 aggregation Scheduling indicator aggregation job for 2010-01-01 - 2010-12-31: Indicator #1
INFO 2023-03-28 23:50:21,751 aggregation Scheduling indicator aggregation job for 2010-01-01 - 2010-12-31: Indicator #1
INFO 2023-03-28 23:50:21,770 aggregation Scheduling indicator aggregation job for 2010-01-01 - 2010-12-31: Indicator #1
INFO 2023-03-28 23:50:21,795 aggregation Scheduling indicator aggregation job for 2010-01-01 - 2010-12-31: Indicator #1
INFO 2023-03-28 23:50:21,819 aggregation Scheduling indicator aggregation job for 2010-01-01 - 2010-12-31: Indicator #1
INFO 2023-03-28 23:50:21,860 aggregation Scheduling indicator aggregation job for 2010-01-01 - 2010-12-31: Indicator #1
INFO 2023-03-28 23:50:21,879 aggregation Scheduling indicator aggregation job for 2011-01-01 - 2011-12-31: Indicator #1
INFO 2023-03-28 23:50:21,894 aggregation Scheduling indicator aggregation job for 2010-01-01 - 2010-12-31: Indicator #1
INFO 2023-03-28 23:50:21,934 aggregation Scheduling indicator aggregation job for 2010-01-01 - 2010-12-31: Indicator #1
INFO 2023-03-28 23:50:21,941 aggregation Scheduling indicator aggregation job for 2011-01-01 - 2011-12-31: Indicator #1
INFO 2023-03-28 23:50:21,970 aggregation Scheduling indicator aggregation job for 2011-01-01 - 2011-12-31: Indicator #1
INFO 2023-03-28 23:50:21,981 aggregation Scheduling indicator aggregation job for 2010-01-01 - 2010-12-31: Indicator #1
INFO 2023-03-28 23:50:21,994 aggregation Scheduling indicator aggregation job for 2011-01-01 - 2011-12-31: Indicator #1
INFO 2023-03-28 23:50:22,041 aggregation Scheduling indicator aggregation job for 2011-01-01 - 2011-12-31: Indicator #1
INFO 2023-03-28 23:50:22,074 aggregation Scheduling indicator aggregation job for 2011-01-01 - 2011-12-31: Indicator #1
INFO 2023-03-28 23:50:22,084 aggregation Scheduling indicator aggregation job for 2011-01-01 - 2011-12-31: Indicator #1
INFO 2023-03-28 23:50:22,104 aggregation Scheduling indicator aggregation job for 2011-01-01 - 2011-12-31: Indicator #1
INFO 2023-03-28 23:50:22,118 aggregation Scheduling indicator aggregation job for 2011-01-01 - 2011-12-31: Indicator #1
INFO 2023-03-28 23:50:22,128 aggregation Scheduling indicator aggregation job for 2011-01-01 - 2011-12-31: Indicator #1
INFO 2023-03-28 23:50:22,148 aggregation Scheduling indicator aggregation job for 2011-01-01 - 2011-12-31: Indicator #1
INFO 2023-03-28 23:50:22,162 aggregation Scheduling indicator aggregation job for 2011-01-01 - 2011-12-31: Indicator #1
INFO 2023-03-28 23:50:22,212 aggregation Scheduling indicator aggregation job for 2012-01-01 - 2012-12-31: Indicator #1
INFO 2023-03-28 23:50:22,229 aggregation Scheduling indicator aggregation job for 2012-01-01 - 2012-12-31: Indicator #1
INFO 2023-03-28 23:50:22,237 aggregation Scheduling indicator aggregation job for 2012-01-01 - 2012-12-31: Indicator #1
INFO 2023-03-28 23:50:22,250 aggregation Scheduling indicator aggregation job for 2012-01-01 - 2012-12-31: Indicator #1
INFO 2023-03-28 23:50:22,259 aggregation Scheduling indicator aggregation job for 2012-01-01 - 2012-12-31: Indicator #1
INFO 2023-03-28 23:50:22,280 aggregation Scheduling indicator aggregation job for 2012-01-01 - 2012-12-31: Indicator #1
INFO 2023-03-28 23:50:22,285 aggregation Scheduling indicator aggregation job for 2012-01-01 - 2012-12-31: Indicator #1
INFO 2023-03-28 23:50:22,302 aggregation Scheduling indicator aggregation job for 2012-01-01 - 2012-12-31: Indicator #1
INFO 2023-03-28 23:50:22,313 aggregation Scheduling indicator aggregation job for 2012-01-01 - 2012-12-31: Indicator #1
INFO 2023-03-28 23:50:22,336 aggregation Scheduling indicator aggregation job for 2012-01-01 - 2012-12-31: Indicator #1
INFO 2023-03-28 23:50:22,370 aggregation Scheduling indicator aggregation job for 2012-01-01 - 2012-12-31: Indicator #1
INFO 2023-03-28 23:50:22,402 aggregation Scheduling indicator aggregation job for 2012-01-01 - 2012-12-31: Indicator #1
......INFO 2023-03-28 23:50:23,238 aggregation Scheduling indicator aggregation job for 2010-01-01 - 2010-12-31: Indicator #1
INFO 2023-03-28 23:50:23,275 aggregation Scheduling indicator aggregation job for 2010-01-01 - 2010-12-31: Indicator #1
INFO 2023-03-28 23:50:23,299 aggregation Scheduling indicator aggregation job for 2010-01-01 - 2010-12-31: Indicator #1
INFO 2023-03-28 23:50:23,469 aggregation Scheduling indicator aggregation job for 2010-01-01 - 2010-12-31: Indicator #1
INFO 2023-03-28 23:50:23,508 aggregation Scheduling indicator aggregation job for 2010-01-01 - 2010-12-31: Indicator #1
INFO 2023-03-28 23:50:23,529 aggregation Scheduling indicator aggregation job for 2010-01-01 - 2010-12-31: Indicator #1
INFO 2023-03-28 23:50:23,572 aggregation Scheduling indicator aggregation job for 2010-01-01 - 2010-12-31: Indicator #1
INFO 2023-03-28 23:50:23,578 aggregation Scheduling indicator aggregation job for 2011-01-01 - 2011-12-31: Indicator #1
INFO 2023-03-28 23:50:23,602 aggregation Scheduling indicator aggregation job for 2010-01-01 - 2010-12-31: Indicator #1
INFO 2023-03-28 23:50:23,620 aggregation Scheduling indicator aggregation job for 2011-01-01 - 2011-12-31: Indicator #1
INFO 2023-03-28 23:50:23,623 aggregation Scheduling indicator aggregation job for 2010-01-01 - 2010-12-31: Indicator #1
INFO 2023-03-28 23:50:23,648 aggregation Scheduling indicator aggregation job for 2011-01-01 - 2011-12-31: Indicator #1
INFO 2023-03-28 23:50:23,666 aggregation Scheduling indicator aggregation job for 2010-01-01 - 2010-12-31: Indicator #1
INFO 2023-03-28 23:50:23,743 aggregation Scheduling indicator aggregation job for 2010-01-01 - 2010-12-31: Indicator #1
INFO 2023-03-28 23:50:23,766 aggregation Scheduling indicator aggregation job for 2011-01-01 - 2011-12-31: Indicator #1
INFO 2023-03-28 23:50:23,783 aggregation Scheduling indicator aggregation job for 2010-01-01 - 2010-12-31: Indicator #1
INFO 2023-03-28 23:50:23,805 aggregation Scheduling indicator aggregation job for 2010-01-01 - 2010-12-31: Indicator #1
INFO 2023-03-28 23:50:23,806 aggregation Scheduling indicator aggregation job for 2011-01-01 - 2011-12-31: Indicator #1
INFO 2023-03-28 23:50:23,834 aggregation Scheduling indicator aggregation job for 2011-01-01 - 2011-12-31: Indicator #1
INFO 2023-03-28 23:50:23,846 aggregation Scheduling indicator aggregation job for 2010-01-01 - 2010-12-31: Indicator #1
INFO 2023-03-28 23:50:23,854 aggregation Scheduling indicator aggregation job for 2011-01-01 - 2011-12-31: Indicator #1
INFO 2023-03-28 23:50:23,875 aggregation Scheduling indicator aggregation job for 2010-01-01 - 2010-12-31: Indicator #1
INFO 2023-03-28 23:50:23,894 aggregation Scheduling indicator aggregation job for 2010-01-01 - 2010-12-31: Indicator #1
INFO 2023-03-28 23:50:23,897 aggregation Scheduling indicator aggregation job for 2011-01-01 - 2011-12-31: Indicator #1
INFO 2023-03-28 23:50:23,925 aggregation Scheduling indicator aggregation job for 2011-01-01 - 2011-12-31: Indicator #1
INFO 2023-03-28 23:50:23,933 aggregation Scheduling indicator aggregation job for 2010-01-01 - 2010-12-31: Indicator #1
INFO 2023-03-28 23:50:23,984 aggregation Scheduling indicator aggregation job for 2010-01-01 - 2010-12-31: Indicator #1
INFO 2023-03-28 23:50:24,033 aggregation Scheduling indicator aggregation job for 2012-01-01 - 2012-12-31: Indicator #1
INFO 2023-03-28 23:50:24,034 aggregation Scheduling indicator aggregation job for 2010-01-01 - 2010-12-31: Indicator #1
INFO 2023-03-28 23:50:24,046 aggregation Scheduling indicator aggregation job for 2011-01-01 - 2011-12-31: Indicator #1
INFO 2023-03-28 23:50:24,073 aggregation Scheduling indicator aggregation job for 2010-01-01 - 2010-12-31: Indicator #1
INFO 2023-03-28 23:50:24,079 aggregation Scheduling indicator aggregation job for 2012-01-01 - 2012-12-31: Indicator #1
INFO 2023-03-28 23:50:24,091 aggregation Scheduling indicator aggregation job for 2011-01-01 - 2011-12-31: Indicator #1
INFO 2023-03-28 23:50:24,095 aggregation Scheduling indicator aggregation job for 2012-01-01 - 2012-12-31: Indicator #1
INFO 2023-03-28 23:50:24,104 aggregation Scheduling indicator aggregation job for 2012-01-01 - 2012-12-31: Indicator #1
INFO 2023-03-28 23:50:24,123 aggregation Scheduling indicator aggregation job for 2012-01-01 - 2012-12-31: Indicator #1
INFO 2023-03-28 23:50:24,127 aggregation Scheduling indicator aggregation job for 2011-01-01 - 2011-12-31: Indicator #1
INFO 2023-03-28 23:50:24,136 aggregation Scheduling indicator aggregation job for 2012-01-01 - 2012-12-31: Indicator #1
INFO 2023-03-28 23:50:24,151 aggregation Scheduling indicator aggregation job for 2011-01-01 - 2011-12-31: Indicator #1
INFO 2023-03-28 23:50:24,214 aggregation Scheduling indicator aggregation job for 2011-01-01 - 2011-12-31: Indicator #1
INFO 2023-03-28 23:50:24,248 aggregation Scheduling indicator aggregation job for 2011-01-01 - 2011-12-31: Indicator #1
INFO 2023-03-28 23:50:24,343 aggregation Scheduling indicator aggregation job for 2012-01-01 - 2012-12-31: Indicator #1
INFO 2023-03-28 23:50:24,379 aggregation Scheduling indicator aggregation job for 2012-01-01 - 2012-12-31: Indicator #1
INFO 2023-03-28 23:50:24,401 aggregation Scheduling indicator aggregation job for 2011-01-01 - 2011-12-31: Indicator #1
INFO 2023-03-28 23:50:24,404 aggregation Scheduling indicator aggregation job for 2012-01-01 - 2012-12-31: Indicator #1
INFO 2023-03-28 23:50:24,423 aggregation Scheduling indicator aggregation job for 2012-01-01 - 2012-12-31: Indicator #1
INFO 2023-03-28 23:50:24,444 aggregation Scheduling indicator aggregation job for 2011-01-01 - 2011-12-31: Indicator #1
INFO 2023-03-28 23:50:24,459 aggregation Scheduling indicator aggregation job for 2012-01-01 - 2012-12-31: Indicator #1
INFO 2023-03-28 23:50:24,474 aggregation Scheduling indicator aggregation job for 2011-01-01 - 2011-12-31: Indicator #1
INFO 2023-03-28 23:50:24,487 aggregation Scheduling indicator aggregation job for 2012-01-01 - 2012-12-31: Indicator #1
..INFO 2023-03-28 23:50:25,477 aggregation Scheduling indicator aggregation job for 2010-01-01 - 2010-12-31: Indicator #1
INFO 2023-03-28 23:50:25,510 aggregation Scheduling indicator aggregation job for 2010-01-01 - 2010-12-31: Indicator #1
INFO 2023-03-28 23:50:25,527 aggregation Scheduling indicator aggregation job for 2010-01-01 - 2010-12-31: Indicator #1
INFO 2023-03-28 23:50:25,560 aggregation Scheduling indicator aggregation job for 2010-01-01 - 2010-12-31: Indicator #1
INFO 2023-03-28 23:50:25,593 aggregation Scheduling indicator aggregation job for 2010-01-01 - 2010-12-31: Indicator #1
INFO 2023-03-28 23:50:25,604 aggregation Scheduling indicator aggregation job for 2010-01-01 - 2010-12-31: Indicator #1
INFO 2023-03-28 23:50:25,638 aggregation Scheduling indicator aggregation job for 2010-01-01 - 2010-12-31: Indicator #1
INFO 2023-03-28 23:50:25,725 aggregation Scheduling indicator aggregation job for 2011-01-01 - 2011-12-31: Indicator #1
INFO 2023-03-28 23:50:25,763 aggregation Scheduling indicator aggregation job for 2010-01-01 - 2010-12-31: Indicator #1
INFO 2023-03-28 23:50:25,764 aggregation Scheduling indicator aggregation job for 2011-01-01 - 2011-12-31: Indicator #1
INFO 2023-03-28 23:50:25,777 aggregation Scheduling indicator aggregation job for 2010-01-01 - 2010-12-31: Indicator #1
INFO 2023-03-28 23:50:25,791 aggregation Scheduling indicator aggregation job for 2011-01-01 - 2011-12-31: Indicator #1
INFO 2023-03-28 23:50:25,808 aggregation Scheduling indicator aggregation job for 2010-01-01 - 2010-12-31: Indicator #1
INFO 2023-03-28 23:50:25,809 aggregation Scheduling indicator aggregation job for 2011-01-01 - 2011-12-31: Indicator #1
INFO 2023-03-28 23:50:25,819 aggregation Scheduling indicator aggregation job for 2010-01-01 - 2010-12-31: Indicator #1
INFO 2023-03-28 23:50:25,830 aggregation Scheduling indicator aggregation job for 2010-01-01 - 2010-12-31: Indicator #1
INFO 2023-03-28 23:50:25,842 aggregation Scheduling indicator aggregation job for 2010-01-01 - 2010-12-31: Indicator #1
INFO 2023-03-28 23:50:25,861 aggregation Scheduling indicator aggregation job for 2011-01-01 - 2011-12-31: Indicator #1
INFO 2023-03-28 23:50:25,874 aggregation Scheduling indicator aggregation job for 2010-01-01 - 2010-12-31: Indicator #1
INFO 2023-03-28 23:50:25,889 aggregation Scheduling indicator aggregation job for 2010-01-01 - 2010-12-31: Indicator #1
INFO 2023-03-28 23:50:25,889 aggregation Scheduling indicator aggregation job for 2011-01-01 - 2011-12-31: Indicator #1
INFO 2023-03-28 23:50:25,905 aggregation Scheduling indicator aggregation job for 2010-01-01 - 2010-12-31: Indicator #1
INFO 2023-03-28 23:50:25,921 aggregation Scheduling indicator aggregation job for 2010-01-01 - 2010-12-31: Indicator #1
INFO 2023-03-28 23:50:25,927 aggregation Scheduling indicator aggregation job for 2010-01-01 - 2010-12-31: Indicator #1
INFO 2023-03-28 23:50:25,942 aggregation Scheduling indicator aggregation job for 2010-01-01 - 2010-12-31: Indicator #1
INFO 2023-03-28 23:50:25,971 aggregation Scheduling indicator aggregation job for 2010-01-01 - 2010-12-31: Indicator #1
INFO 2023-03-28 23:50:25,995 aggregation Scheduling indicator aggregation job for 2010-01-01 - 2010-12-31: Indicator #1
INFO 2023-03-28 23:50:26,015 aggregation Scheduling indicator aggregation job for 2012-01-01 - 2012-12-31: Indicator #1
INFO 2023-03-28 23:50:26,062 aggregation Scheduling indicator aggregation job for 2012-01-01 - 2012-12-31: Indicator #1
INFO 2023-03-28 23:50:26,088 aggregation Scheduling indicator aggregation job for 2012-01-01 - 2012-12-31: Indicator #1
INFO 2023-03-28 23:50:26,099 aggregation Scheduling indicator aggregation job for 2011-01-01 - 2011-12-31: Indicator #1
INFO 2023-03-28 23:50:26,108 aggregation Scheduling indicator aggregation job for 2012-01-01 - 2012-12-31: Indicator #1
INFO 2023-03-28 23:50:26,121 aggregation Scheduling indicator aggregation job for 2011-01-01 - 2011-12-31: Indicator #1
INFO 2023-03-28 23:50:26,135 aggregation Scheduling indicator aggregation job for 2011-01-01 - 2011-12-31: Indicator #1
INFO 2023-03-28 23:50:26,136 aggregation Scheduling indicator aggregation job for 2011-01-01 - 2011-12-31: Indicator #1
INFO 2023-03-28 23:50:26,149 aggregation Scheduling indicator aggregation job for 2011-01-01 - 2011-12-31: Indicator #1
INFO 2023-03-28 23:50:26,170 aggregation Scheduling indicator aggregation job for 2012-01-01 - 2012-12-31: Indicator #1
INFO 2023-03-28 23:50:26,186 aggregation Scheduling indicator aggregation job for 2011-01-01 - 2011-12-31: Indicator #1
INFO 2023-03-28 23:50:26,194 aggregation Scheduling indicator aggregation job for 2011-01-01 - 2011-12-31: Indicator #1
INFO 2023-03-28 23:50:26,199 aggregation Scheduling indicator aggregation job for 2012-01-01 - 2012-12-31: Indicator #1
INFO 2023-03-28 23:50:26,217 aggregation Scheduling indicator aggregation job for 2011-01-01 - 2011-12-31: Indicator #1
INFO 2023-03-28 23:50:26,228 aggregation Scheduling indicator aggregation job for 2011-01-01 - 2011-12-31: Indicator #1
INFO 2023-03-28 23:50:26,238 aggregation Scheduling indicator aggregation job for 2011-01-01 - 2011-12-31: Indicator #1
INFO 2023-03-28 23:50:26,279 aggregation Scheduling indicator aggregation job for 2011-01-01 - 2011-12-31: Indicator #1
INFO 2023-03-28 23:50:26,308 aggregation Scheduling indicator aggregation job for 2011-01-01 - 2011-12-31: Indicator #1
INFO 2023-03-28 23:50:26,332 aggregation Scheduling indicator aggregation job for 2012-01-01 - 2012-12-31: Indicator #1
INFO 2023-03-28 23:50:26,372 aggregation Scheduling indicator aggregation job for 2012-01-01 - 2012-12-31: Indicator #1
INFO 2023-03-28 23:50:26,401 aggregation Scheduling indicator aggregation job for 2012-01-01 - 2012-12-31: Indicator #1
INFO 2023-03-28 23:50:26,407 aggregation Scheduling indicator aggregation job for 2012-01-01 - 2012-12-31: Indicator #1
INFO 2023-03-28 23:50:26,420 aggregation Scheduling indicator aggregation job for 2012-01-01 - 2012-12-31: Indicator #1
INFO 2023-03-28 23:50:26,450 aggregation Scheduling indicator aggregation job for 2012-01-01 - 2012-12-31: Indicator #1
INFO 2023-03-28 23:50:26,460 aggregation Scheduling indicator aggregation job for 2012-01-01 - 2012-12-31: Indicator #1
INFO 2023-03-28 23:50:26,479 aggregation Scheduling indicator aggregation job for 2012-01-01 - 2012-12-31: Indicator #1
INFO 2023-03-28 23:50:26,487 aggregation Scheduling indicator aggregation job for 2012-01-01 - 2012-12-31: Indicator #1
INFO 2023-03-28 23:50:26,494 aggregation Scheduling indicator aggregation job for 2012-01-01 - 2012-12-31: Indicator #1
INFO 2023-03-28 23:50:26,533 aggregation Scheduling indicator aggregation job for 2012-01-01 - 2012-12-31: Indicator #1
INFO 2023-03-28 23:50:26,563 aggregation Scheduling indicator aggregation job for 2012-01-01 - 2012-12-31: Indicator #1
INFO 2023-03-28 23:50:27,628 aggregation Scheduling indicator aggregation job for 2010-01-01 - 2010-12-31: Indicator #1
INFO 2023-03-28 23:50:27,663 aggregation Scheduling indicator aggregation job for 2010-01-01 - 2010-12-31: Indicator #1
INFO 2023-03-28 23:50:27,678 aggregation Scheduling indicator aggregation job for 2010-01-01 - 2010-12-31: Indicator #1
INFO 2023-03-28 23:50:27,706 aggregation Scheduling indicator aggregation job for 2010-01-01 - 2010-12-31: Indicator #1
INFO 2023-03-28 23:50:27,718 aggregation Scheduling indicator aggregation job for 2010-01-01 - 2010-12-31: Indicator #1
INFO 2023-03-28 23:50:27,743 aggregation Scheduling indicator aggregation job for 2010-01-01 - 2010-12-31: Indicator #1
INFO 2023-03-28 23:50:27,756 aggregation Scheduling indicator aggregation job for 2010-01-01 - 2010-12-31: Indicator #1
INFO 2023-03-28 23:50:27,767 aggregation Scheduling indicator aggregation job for 2010-01-01 - 2010-12-31: Indicator #1
INFO 2023-03-28 23:50:27,774 aggregation Scheduling indicator aggregation job for 2010-01-01 - 2010-12-31: Indicator #1
INFO 2023-03-28 23:50:27,810 aggregation Scheduling indicator aggregation job for 2010-01-01 - 2010-12-31: Indicator #1
INFO 2023-03-28 23:50:27,814 aggregation Scheduling indicator aggregation job for 2010-01-01 - 2010-12-31: Indicator #1
INFO 2023-03-28 23:50:27,817 aggregation Scheduling indicator aggregation job for 2010-01-01 - 2010-12-31: Indicator #1
INFO 2023-03-28 23:50:27,846 aggregation Scheduling indicator aggregation job for 2010-01-01 - 2010-12-31: Indicator #1
INFO 2023-03-28 23:50:27,858 aggregation Scheduling indicator aggregation job for 2010-01-01 - 2010-12-31: Indicator #1
INFO 2023-03-28 23:50:27,867 aggregation Scheduling indicator aggregation job for 2010-01-01 - 2010-12-31: Indicator #1
INFO 2023-03-28 23:50:27,882 aggregation Scheduling indicator aggregation job for 2010-01-01 - 2010-12-31: Indicator #1
INFO 2023-03-28 23:50:27,913 aggregation Scheduling indicator aggregation job for 2010-01-01 - 2010-12-31: Indicator #1
INFO 2023-03-28 23:50:27,915 aggregation Scheduling indicator aggregation job for 2011-01-01 - 2011-12-31: Indicator #1
INFO 2023-03-28 23:50:27,925 aggregation Scheduling indicator aggregation job for 2010-01-01 - 2010-12-31: Indicator #1
INFO 2023-03-28 23:50:27,957 aggregation Scheduling indicator aggregation job for 2010-01-01 - 2010-12-31: Indicator #1
INFO 2023-03-28 23:50:27,959 aggregation Scheduling indicator aggregation job for 2011-01-01 - 2011-12-31: Indicator #1
INFO 2023-03-28 23:50:27,975 aggregation Scheduling indicator aggregation job for 2010-01-01 - 2010-12-31: Indicator #1
INFO 2023-03-28 23:50:27,985 aggregation Scheduling indicator aggregation job for 2011-01-01 - 2011-12-31: Indicator #1
INFO 2023-03-28 23:50:28,010 aggregation Scheduling indicator aggregation job for 2011-01-01 - 2011-12-31: Indicator #1
INFO 2023-03-28 23:50:28,026 aggregation Scheduling indicator aggregation job for 2010-01-01 - 2010-12-31: Indicator #1
INFO 2023-03-28 23:50:28,030 aggregation Scheduling indicator aggregation job for 2011-01-01 - 2011-12-31: Indicator #1
INFO 2023-03-28 23:50:28,053 aggregation Scheduling indicator aggregation job for 2011-01-01 - 2011-12-31: Indicator #1
INFO 2023-03-28 23:50:28,084 aggregation Scheduling indicator aggregation job for 2011-01-01 - 2011-12-31: Indicator #1
INFO 2023-03-28 23:50:28,093 aggregation Scheduling indicator aggregation job for 2011-01-01 - 2011-12-31: Indicator #1
INFO 2023-03-28 23:50:28,124 aggregation Scheduling indicator aggregation job for 2011-01-01 - 2011-12-31: Indicator #1
INFO 2023-03-28 23:50:28,152 aggregation Scheduling indicator aggregation job for 2011-01-01 - 2011-12-31: Indicator #1
INFO 2023-03-28 23:50:28,166 aggregation Scheduling indicator aggregation job for 2011-01-01 - 2011-12-31: Indicator #1
INFO 2023-03-28 23:50:28,199 aggregation Scheduling indicator aggregation job for 2011-01-01 - 2011-12-31: Indicator #1
INFO 2023-03-28 23:50:28,221 aggregation Scheduling indicator aggregation job for 2011-01-01 - 2011-12-31: Indicator #1
INFO 2023-03-28 23:50:28,223 aggregation Scheduling indicator aggregation job for 2012-01-01 - 2012-12-31: Indicator #1
INFO 2023-03-28 23:50:28,241 aggregation Scheduling indicator aggregation job for 2011-01-01 - 2011-12-31: Indicator #1
INFO 2023-03-28 23:50:28,252 aggregation Scheduling indicator aggregation job for 2011-01-01 - 2011-12-31: Indicator #1
INFO 2023-03-28 23:50:28,262 aggregation Scheduling indicator aggregation job for 2012-01-01 - 2012-12-31: Indicator #1
INFO 2023-03-28 23:50:28,276 aggregation Scheduling indicator aggregation job for 2011-01-01 - 2011-12-31: Indicator #1
INFO 2023-03-28 23:50:28,299 aggregation Scheduling indicator aggregation job for 2012-01-01 - 2012-12-31: Indicator #1
INFO 2023-03-28 23:50:28,323 aggregation Scheduling indicator aggregation job for 2012-01-01 - 2012-12-31: Indicator #1
INFO 2023-03-28 23:50:28,331 aggregation Scheduling indicator aggregation job for 2011-01-01 - 2011-12-31: Indicator #1
INFO 2023-03-28 23:50:28,372 aggregation Scheduling indicator aggregation job for 2011-01-01 - 2011-12-31: Indicator #1
INFO 2023-03-28 23:50:28,378 aggregation Scheduling indicator aggregation job for 2012-01-01 - 2012-12-31: Indicator #1
INFO 2023-03-28 23:50:28,386 aggregation Scheduling indicator aggregation job for 2012-01-01 - 2012-12-31: Indicator #1
INFO 2023-03-28 23:50:28,404 aggregation Scheduling indicator aggregation job for 2012-01-01 - 2012-12-31: Indicator #1
INFO 2023-03-28 23:50:28,431 aggregation Scheduling indicator aggregation job for 2012-01-01 - 2012-12-31: Indicator #1
INFO 2023-03-28 23:50:28,457 aggregation Scheduling indicator aggregation job for 2012-01-01 - 2012-12-31: Indicator #1
INFO 2023-03-28 23:50:28,476 aggregation Scheduling indicator aggregation job for 2012-01-01 - 2012-12-31: Indicator #1
INFO 2023-03-28 23:50:28,477 aggregation Scheduling indicator aggregation job for 2012-01-01 - 2012-12-31: Indicator #1
INFO 2023-03-28 23:50:28,520 aggregation Scheduling indicator aggregation job for 2012-01-01 - 2012-12-31: Indicator #1
INFO 2023-03-28 23:50:28,521 aggregation Scheduling indicator aggregation job for 2012-01-01 - 2012-12-31: Indicator #1
INFO 2023-03-28 23:50:28,545 aggregation Scheduling indicator aggregation job for 2012-01-01 - 2012-12-31: Indicator #1
INFO 2023-03-28 23:50:28,545 aggregation Scheduling indicator aggregation job for 2012-01-01 - 2012-12-31: Indicator #1
INFO 2023-03-28 23:50:28,562 aggregation Scheduling indicator aggregation job for 2012-01-01 - 2012-12-31: Indicator #1
...INFO 2023-03-28 23:50:28,605 aggregation Scheduling indicator aggregation job for 2012-01-01 - 2012-12-31: Indicator #1
INFO 2023-03-28 23:50:28,632 aggregation Scheduling indicator aggregation job for 2012-01-01 - 2012-12-31: Indicator #1
.....INFO 2023-03-28 23:50:29,688 aggregation Scheduling indicator aggregation job for 2010-01-01 - 2010-12-31: Indicator #1
INFO 2023-03-28 23:50:29,693 aggregation Scheduling indicator aggregation job for 2010-01-01 - 2010-12-31: Indicator #1
INFO 2023-03-28 23:50:29,727 aggregation Scheduling indicator aggregation job for 2010-01-01 - 2010-12-31: Indicator #1
INFO 2023-03-28 23:50:29,732 aggregation Scheduling indicator aggregation job for 2011-01-01 - 2011-12-31: Indicator #1
INFO 2023-03-28 23:50:29,748 aggregation Scheduling indicator aggregation job for 2010-01-01 - 2010-12-31: Indicator #1
INFO 2023-03-28 23:50:29,769 aggregation Scheduling indicator aggregation job for 2010-01-01 - 2010-12-31: Indicator #1
INFO 2023-03-28 23:50:29,783 aggregation Scheduling indicator aggregation job for 2012-01-01 - 2012-12-31: Indicator #1
INFO 2023-03-28 23:50:29,793 aggregation Scheduling indicator aggregation job for 2010-01-01 - 2010-12-31: Indicator #1
INFO 2023-03-28 23:50:29,815 aggregation Scheduling indicator aggregation job for 2010-01-01 - 2010-12-31: Indicator #1
INFO 2023-03-28 23:50:29,825 aggregation Scheduling indicator aggregation job for 2010-01-01 - 2010-12-31: Indicator #1
INFO 2023-03-28 23:50:29,825 aggregation Scheduling indicator aggregation job for 2010-01-01 - 2010-12-31: Indicator #1
INFO 2023-03-28 23:50:29,841 aggregation Scheduling indicator aggregation job for 2010-01-01 - 2010-12-31: Indicator #1
INFO 2023-03-28 23:50:29,846 aggregation Scheduling indicator aggregation job for 2010-01-01 - 2010-12-31: Indicator #1
INFO 2023-03-28 23:50:29,880 aggregation Scheduling indicator aggregation job for 2011-01-01 - 2011-12-31: Indicator #1
INFO 2023-03-28 23:50:29,885 aggregation Scheduling indicator aggregation job for 2010-01-01 - 2010-12-31: Indicator #1
INFO 2023-03-28 23:50:29,889 aggregation Scheduling indicator aggregation job for 2010-01-01 - 2010-12-31: Indicator #1
INFO 2023-03-28 23:50:29,915 aggregation Scheduling indicator aggregation job for 2010-01-01 - 2010-12-31: Indicator #1
INFO 2023-03-28 23:50:29,935 aggregation Scheduling indicator aggregation job for 2012-01-01 - 2012-12-31: Indicator #1
INFO 2023-03-28 23:50:29,937 aggregation Scheduling indicator aggregation job for 2010-01-01 - 2010-12-31: Indicator #1
INFO 2023-03-28 23:50:29,983 aggregation Scheduling indicator aggregation job for 2010-01-01 - 2010-12-31: Indicator #1
INFO 2023-03-28 23:50:30,003 aggregation Scheduling indicator aggregation job for 2011-01-01 - 2011-12-31: Indicator #1
INFO 2023-03-28 23:50:30,048 aggregation Scheduling indicator aggregation job for 2011-01-01 - 2011-12-31: Indicator #1
INFO 2023-03-28 23:50:30,073 aggregation Scheduling indicator aggregation job for 2011-01-01 - 2011-12-31: Indicator #1
INFO 2023-03-28 23:50:30,097 aggregation Scheduling indicator aggregation job for 2011-01-01 - 2011-12-31: Indicator #1
INFO 2023-03-28 23:50:30,124 aggregation Scheduling indicator aggregation job for 2011-01-01 - 2011-12-31: Indicator #1
INFO 2023-03-28 23:50:30,144 aggregation Scheduling indicator aggregation job for 2011-01-01 - 2011-12-31: Indicator #1
INFO 2023-03-28 23:50:30,167 aggregation Scheduling indicator aggregation job for 2011-01-01 - 2011-12-31: Indicator #1
INFO 2023-03-28 23:50:30,172 aggregation Scheduling indicator aggregation job for 2011-01-01 - 2011-12-31: Indicator #1
INFO 2023-03-28 23:50:30,196 aggregation Scheduling indicator aggregation job for 2011-01-01 - 2011-12-31: Indicator #1
INFO 2023-03-28 23:50:30,219 aggregation Scheduling indicator aggregation job for 2011-01-01 - 2011-12-31: Indicator #1
INFO 2023-03-28 23:50:30,260 aggregation Scheduling indicator aggregation job for 2011-01-01 - 2011-12-31: Indicator #1
INFO 2023-03-28 23:50:30,277 aggregation Scheduling indicator aggregation job for 2012-01-01 - 2012-12-31: Indicator #1
INFO 2023-03-28 23:50:30,294 aggregation Scheduling indicator aggregation job for 2011-01-01 - 2011-12-31: Indicator #1
INFO 2023-03-28 23:50:30,319 aggregation Scheduling indicator aggregation job for 2012-01-01 - 2012-12-31: Indicator #1
INFO 2023-03-28 23:50:30,341 aggregation Scheduling indicator aggregation job for 2012-01-01 - 2012-12-31: Indicator #1
INFO 2023-03-28 23:50:30,359 aggregation Scheduling indicator aggregation job for 2012-01-01 - 2012-12-31: Indicator #1
INFO 2023-03-28 23:50:30,402 aggregation Scheduling indicator aggregation job for 2012-01-01 - 2012-12-31: Indicator #1
INFO 2023-03-28 23:50:30,415 aggregation Scheduling indicator aggregation job for 2012-01-01 - 2012-12-31: Indicator #1
INFO 2023-03-28 23:50:30,420 aggregation Scheduling indicator aggregation job for 2012-01-01 - 2012-12-31: Indicator #1
INFO 2023-03-28 23:50:30,471 aggregation Scheduling indicator aggregation job for 2012-01-01 - 2012-12-31: Indicator #1
INFO 2023-03-28 23:50:30,500 aggregation Scheduling indicator aggregation job for 2012-01-01 - 2012-12-31: Indicator #1
INFO 2023-03-28 23:50:30,516 aggregation Scheduling indicator aggregation job for 2012-01-01 - 2012-12-31: Indicator #1
INFO 2023-03-28 23:50:30,563 aggregation Scheduling indicator aggregation job for 2012-01-01 - 2012-12-31: Indicator #1
INFO 2023-03-28 23:50:30,595 aggregation Scheduling indicator aggregation job for 2012-01-01 - 2012-12-31: Indicator #1
INFO 2023-03-28 23:50:31,277 aggregation Scheduling indicator aggregation job for 2010-01-01 - 2010-12-31: Indicator #1
INFO 2023-03-28 23:50:31,324 aggregation Scheduling indicator aggregation job for 2010-01-01 - 2010-12-31: Indicator #1
INFO 2023-03-28 23:50:31,367 aggregation Scheduling indicator aggregation job for 2011-01-01 - 2011-12-31: Indicator #1
INFO 2023-03-28 23:50:31,402 aggregation Scheduling indicator aggregation job for 2011-01-01 - 2011-12-31: Indicator #1
INFO 2023-03-28 23:50:31,433 aggregation Scheduling indicator aggregation job for 2011-01-01 - 2011-12-31: Indicator #1
INFO 2023-03-28 23:50:31,463 aggregation Scheduling indicator aggregation job for 2012-01-01 - 2012-12-31: Indicator #1
INFO 2023-03-28 23:50:31,504 aggregation Scheduling indicator aggregation job for 2012-01-01 - 2012-12-31: Indicator #1
INFO 2023-03-28 23:50:31,526 aggregation Scheduling indicator aggregation job for 2012-01-01 - 2012-12-31: Indicator #1
INFO 2023-03-28 23:50:31,560 aggregation Scheduling indicator aggregation job for 2010-01-01 - 2010-12-31: Indicator #1
INFO 2023-03-28 23:50:31,603 aggregation Scheduling indicator aggregation job for 2010-01-01 - 2010-12-31: Indicator #1
INFO 2023-03-28 23:50:31,645 aggregation Scheduling indicator aggregation job for 2010-01-01 - 2010-12-31: Indicator #1
INFO 2023-03-28 23:50:31,671 aggregation Scheduling indicator aggregation job for 2011-01-01 - 2011-12-31: Indicator #1
INFO 2023-03-28 23:50:31,716 aggregation Scheduling indicator aggregation job for 2011-01-01 - 2011-12-31: Indicator #1
INFO 2023-03-28 23:50:31,739 aggregation Scheduling indicator aggregation job for 2011-01-01 - 2011-12-31: Indicator #1
INFO 2023-03-28 23:50:31,751 aggregation Scheduling indicator aggregation job for 2010-01-01 - 2010-12-31: Indicator #1
INFO 2023-03-28 23:50:31,788 aggregation Scheduling indicator aggregation job for 2012-01-01 - 2012-12-31: Indicator #1
INFO 2023-03-28 23:50:31,817 aggregation Scheduling indicator aggregation job for 2010-01-01 - 2010-12-31: Indicator #1
INFO 2023-03-28 23:50:31,820 aggregation Scheduling indicator aggregation job for 2010-01-01 - 2010-12-31: Indicator #1
INFO 2023-03-28 23:50:31,858 aggregation Scheduling indicator aggregation job for 2010-01-01 - 2010-12-31: Indicator #1
INFO 2023-03-28 23:50:31,866 aggregation Scheduling indicator aggregation job for 2010-01-01 - 2010-12-31: Indicator #1
INFO 2023-03-28 23:50:31,872 aggregation Scheduling indicator aggregation job for 2012-01-01 - 2012-12-31: Indicator #1
INFO 2023-03-28 23:50:31,896 aggregation Scheduling indicator aggregation job for 2010-01-01 - 2010-12-31: Indicator #1
INFO 2023-03-28 23:50:31,896 aggregation Scheduling indicator aggregation job for 2012-01-01 - 2012-12-31: Indicator #1
INFO 2023-03-28 23:50:31,910 aggregation Scheduling indicator aggregation job for 2010-01-01 - 2010-12-31: Indicator #1
INFO 2023-03-28 23:50:31,942 aggregation Scheduling indicator aggregation job for 2010-01-01 - 2010-12-31: Indicator #1
INFO 2023-03-28 23:50:31,948 aggregation Scheduling indicator aggregation job for 2010-01-01 - 2010-12-31: Indicator #1
INFO 2023-03-28 23:50:31,968 aggregation Scheduling indicator aggregation job for 2010-01-01 - 2010-12-31: Indicator #1
INFO 2023-03-28 23:50:31,978 aggregation Scheduling indicator aggregation job for 2010-01-01 - 2010-12-31: Indicator #1
INFO 2023-03-28 23:50:32,008 aggregation Scheduling indicator aggregation job for 2010-01-01 - 2010-12-31: Indicator #1
INFO 2023-03-28 23:50:32,010 aggregation Scheduling indicator aggregation job for 2010-01-01 - 2010-12-31: Indicator #1
INFO 2023-03-28 23:50:32,057 aggregation Scheduling indicator aggregation job for 2010-01-01 - 2010-12-31: Indicator #1
INFO 2023-03-28 23:50:32,139 aggregation Scheduling indicator aggregation job for 2011-01-01 - 2011-12-31: Indicator #1
INFO 2023-03-28 23:50:32,174 aggregation Scheduling indicator aggregation job for 2011-01-01 - 2011-12-31: Indicator #1
INFO 2023-03-28 23:50:32,187 aggregation Scheduling indicator aggregation job for 2011-01-01 - 2011-12-31: Indicator #1
INFO 2023-03-28 23:50:32,214 aggregation Scheduling indicator aggregation job for 2011-01-01 - 2011-12-31: Indicator #1
INFO 2023-03-28 23:50:32,217 aggregation Scheduling indicator aggregation job for 2011-01-01 - 2011-12-31: Indicator #1
INFO 2023-03-28 23:50:32,240 aggregation Scheduling indicator aggregation job for 2011-01-01 - 2011-12-31: Indicator #1
INFO 2023-03-28 23:50:32,242 aggregation Scheduling indicator aggregation job for 2011-01-01 - 2011-12-31: Indicator #1
INFO 2023-03-28 23:50:32,261 aggregation Scheduling indicator aggregation job for 2011-01-01 - 2011-12-31: Indicator #1
INFO 2023-03-28 23:50:32,287 aggregation Scheduling indicator aggregation job for 2011-01-01 - 2011-12-31: Indicator #1
INFO 2023-03-28 23:50:32,304 aggregation Scheduling indicator aggregation job for 2011-01-01 - 2011-12-31: Indicator #1
INFO 2023-03-28 23:50:32,319 aggregation Scheduling indicator aggregation job for 2011-01-01 - 2011-12-31: Indicator #1
INFO 2023-03-28 23:50:32,330 aggregation Scheduling indicator aggregation job for 2011-01-01 - 2011-12-31: Indicator #1
INFO 2023-03-28 23:50:32,425 aggregation Scheduling indicator aggregation job for 2012-01-01 - 2012-12-31: Indicator #1
INFO 2023-03-28 23:50:32,442 aggregation Scheduling indicator aggregation job for 2012-01-01 - 2012-12-31: Indicator #1
INFO 2023-03-28 23:50:32,465 aggregation Scheduling indicator aggregation job for 2012-01-01 - 2012-12-31: Indicator #1
INFO 2023-03-28 23:50:32,489 aggregation Scheduling indicator aggregation job for 2012-01-01 - 2012-12-31: Indicator #1
INFO 2023-03-28 23:50:32,493 aggregation Scheduling indicator aggregation job for 2012-01-01 - 2012-12-31: Indicator #1
INFO 2023-03-28 23:50:32,509 aggregation Scheduling indicator aggregation job for 2012-01-01 - 2012-12-31: Indicator #1
INFO 2023-03-28 23:50:32,520 aggregation Scheduling indicator aggregation job for 2012-01-01 - 2012-12-31: Indicator #1
INFO 2023-03-28 23:50:32,536 aggregation Scheduling indicator aggregation job for 2012-01-01 - 2012-12-31: Indicator #1
INFO 2023-03-28 23:50:32,549 aggregation Scheduling indicator aggregation job for 2012-01-01 - 2012-12-31: Indicator #1
INFO 2023-03-28 23:50:32,574 aggregation Scheduling indicator aggregation job for 2012-01-01 - 2012-12-31: Indicator #1
INFO 2023-03-28 23:50:32,576 aggregation Scheduling indicator aggregation job for 2012-01-01 - 2012-12-31: Indicator #1
INFO 2023-03-28 23:50:32,604 aggregation Scheduling indicator aggregation job for 2012-01-01 - 2012-12-31: Indicator #1
INFO 2023-03-28 23:50:33,068 aggregation Scheduling indicator aggregation job for 2010-01-01 - 2010-12-31: Indicator #1
INFO 2023-03-28 23:50:33,110 aggregation Scheduling indicator aggregation job for 2011-01-01 - 2011-12-31: Indicator #1
INFO 2023-03-28 23:50:33,150 aggregation Scheduling indicator aggregation job for 2012-01-01 - 2012-12-31: Indicator #1
INFO 2023-03-28 23:50:33,183 aggregation Scheduling indicator aggregation job for 2010-01-01 - 2010-12-31: Indicator #1
INFO 2023-03-28 23:50:33,219 aggregation Scheduling indicator aggregation job for 2011-01-01 - 2011-12-31: Indicator #1
INFO 2023-03-28 23:50:33,259 aggregation Scheduling indicator aggregation job for 2012-01-01 - 2012-12-31: Indicator #1
INFO 2023-03-28 23:50:33,753 aggregation Scheduling indicator aggregation job for 2010-01-01 - 2010-12-31: Indicator #1
INFO 2023-03-28 23:50:33,790 aggregation Scheduling indicator aggregation job for 2010-01-01 - 2010-12-31: Indicator #1
INFO 2023-03-28 23:50:33,811 aggregation Scheduling indicator aggregation job for 2010-01-01 - 2010-12-31: Indicator #1
INFO 2023-03-28 23:50:33,848 aggregation Scheduling indicator aggregation job for 2010-01-01 - 2010-12-31: Indicator #1
INFO 2023-03-28 23:50:33,881 aggregation Scheduling indicator aggregation job for 2010-01-01 - 2010-12-31: Indicator #1
INFO 2023-03-28 23:50:33,898 aggregation Scheduling indicator aggregation job for 2010-01-01 - 2010-12-31: Indicator #1
INFO 2023-03-28 23:50:33,937 aggregation Scheduling indicator aggregation job for 2010-01-01 - 2010-12-31: Indicator #1
INFO 2023-03-28 23:50:33,971 aggregation Scheduling indicator aggregation job for 2010-01-01 - 2010-12-31: Indicator #1
INFO 2023-03-28 23:50:34,004 aggregation Scheduling indicator aggregation job for 2010-01-01 - 2010-12-31: Indicator #1
INFO 2023-03-28 23:50:34,021 aggregation Scheduling indicator aggregation job for 2010-01-01 - 2010-12-31: Indicator #1
INFO 2023-03-28 23:50:34,033 aggregation Scheduling indicator aggregation job for 2011-01-01 - 2011-12-31: Indicator #1
INFO 2023-03-28 23:50:34,062 aggregation Scheduling indicator aggregation job for 2010-01-01 - 2010-12-31: Indicator #1
INFO 2023-03-28 23:50:34,082 aggregation Scheduling indicator aggregation job for 2011-01-01 - 2011-12-31: Indicator #1
INFO 2023-03-28 23:50:34,092 aggregation Scheduling indicator aggregation job for 2010-01-01 - 2010-12-31: Indicator #1
INFO 2023-03-28 23:50:34,117 aggregation Scheduling indicator aggregation job for 2010-01-01 - 2010-12-31: Indicator #1
INFO 2023-03-28 23:50:34,121 aggregation Scheduling indicator aggregation job for 2011-01-01 - 2011-12-31: Indicator #1
INFO 2023-03-28 23:50:34,149 aggregation Scheduling indicator aggregation job for 2011-01-01 - 2011-12-31: Indicator #1
INFO 2023-03-28 23:50:34,179 aggregation Scheduling indicator aggregation job for 2010-01-01 - 2010-12-31: Indicator #1
INFO 2023-03-28 23:50:34,186 aggregation Scheduling indicator aggregation job for 2011-01-01 - 2011-12-31: Indicator #1
INFO 2023-03-28 23:50:34,219 aggregation Scheduling indicator aggregation job for 2011-01-01 - 2011-12-31: Indicator #1
INFO 2023-03-28 23:50:34,292 aggregation Scheduling indicator aggregation job for 2011-01-01 - 2011-12-31: Indicator #1
INFO 2023-03-28 23:50:34,314 aggregation Scheduling indicator aggregation job for 2012-01-01 - 2012-12-31: Indicator #1
INFO 2023-03-28 23:50:34,333 aggregation Scheduling indicator aggregation job for 2011-01-01 - 2011-12-31: Indicator #1
INFO 2023-03-28 23:50:34,348 aggregation Scheduling indicator aggregation job for 2012-01-01 - 2012-12-31: Indicator #1
INFO 2023-03-28 23:50:34,363 aggregation Scheduling indicator aggregation job for 2011-01-01 - 2011-12-31: Indicator #1
INFO 2023-03-28 23:50:34,371 aggregation Scheduling indicator aggregation job for 2012-01-01 - 2012-12-31: Indicator #1
INFO 2023-03-28 23:50:34,387 aggregation Scheduling indicator aggregation job for 2011-01-01 - 2011-12-31: Indicator #1
INFO 2023-03-28 23:50:34,393 aggregation Scheduling indicator aggregation job for 2012-01-01 - 2012-12-31: Indicator #1
INFO 2023-03-28 23:50:34,426 aggregation Scheduling indicator aggregation job for 2010-01-01 - 2010-12-31: Indicator #1
INFO 2023-03-28 23:50:34,434 aggregation Scheduling indicator aggregation job for 2011-01-01 - 2011-12-31: Indicator #1
INFO 2023-03-28 23:50:34,439 aggregation Scheduling indicator aggregation job for 2012-01-01 - 2012-12-31: Indicator #1
INFO 2023-03-28 23:50:34,468 aggregation Scheduling indicator aggregation job for 2011-01-01 - 2011-12-31: Indicator #1
INFO 2023-03-28 23:50:34,469 aggregation Scheduling indicator aggregation job for 2012-01-01 - 2012-12-31: Indicator #1
INFO 2023-03-28 23:50:34,475 aggregation Scheduling indicator aggregation job for 2010-01-01 - 2010-12-31: Indicator #1
INFO 2023-03-28 23:50:34,514 aggregation Scheduling indicator aggregation job for 2011-01-01 - 2011-12-31: Indicator #1
INFO 2023-03-28 23:50:34,560 aggregation Scheduling indicator aggregation job for 2011-01-01 - 2011-12-31: Indicator #1
INFO 2023-03-28 23:50:34,582 aggregation Scheduling indicator aggregation job for 2012-01-01 - 2012-12-31: Indicator #1
INFO 2023-03-28 23:50:34,589 aggregation Scheduling indicator aggregation job for 2011-01-01 - 2011-12-31: Indicator #1
...INFO 2023-03-28 23:50:34,623 aggregation Scheduling indicator aggregation job for 2012-01-01 - 2012-12-31: Indicator #1
INFO 2023-03-28 23:50:34,624 aggregation Scheduling indicator aggregation job for 2012-01-01 - 2012-12-31: Indicator #1
INFO 2023-03-28 23:50:34,652 aggregation Scheduling indicator aggregation job for 2012-01-01 - 2012-12-31: Indicator #1
INFO 2023-03-28 23:50:34,671 aggregation Scheduling indicator aggregation job for 2012-01-01 - 2012-12-31: Indicator #1
INFO 2023-03-28 23:50:34,673 aggregation Scheduling indicator aggregation job for 2012-01-01 - 2012-12-31: Indicator #1
INFO 2023-03-28 23:50:34,699 aggregation Scheduling indicator aggregation job for 2012-01-01 - 2012-12-31: Indicator #1
INFO 2023-03-28 23:50:34,719 aggregation Scheduling indicator aggregation job for 2012-01-01 - 2012-12-31: Indicator #1
INFO 2023-03-28 23:50:34,733 aggregation Scheduling indicator aggregation job for 2010-01-01 - 2010-12-31: Indicator #1
INFO 2023-03-28 23:50:34,761 aggregation Scheduling indicator aggregation job for 2012-01-01 - 2012-12-31: Indicator #1
INFO 2023-03-28 23:50:34,801 aggregation Scheduling indicator aggregation job for 2010-01-01 - 2010-12-31: Indicator #1
INFO 2023-03-28 23:50:34,834 aggregation Scheduling indicator aggregation job for 2010-01-01 - 2010-12-31: Indicator #1
INFO 2023-03-28 23:50:34,874 aggregation Scheduling indicator aggregation job for 2011-01-01 - 2011-12-31: Indicator #1
...INFO 2023-03-28 23:50:34,923 aggregation Scheduling indicator aggregation job for 2011-01-01 - 2011-12-31: Indicator #1
INFO 2023-03-28 23:50:34,952 aggregation Scheduling indicator aggregation job for 2011-01-01 - 2011-12-31: Indicator #1
INFO 2023-03-28 23:50:34,989 aggregation Scheduling indicator aggregation job for 2012-01-01 - 2012-12-31: Indicator #1
INFO 2023-03-28 23:50:35,037 aggregation Scheduling indicator aggregation job for 2012-01-01 - 2012-12-31: Indicator #1
INFO 2023-03-28 23:50:35,070 aggregation Scheduling indicator aggregation job for 2012-01-01 - 2012-12-31: Indicator #1
....INFO 2023-03-28 23:50:35,411 aggregation Scheduling indicator aggregation job for 2010-01-01 - 2010-12-31: Indicator #1
INFO 2023-03-28 23:50:35,445 aggregation Scheduling indicator aggregation job for 2010-01-01 - 2010-12-31: Indicator #1
INFO 2023-03-28 23:50:35,472 aggregation Scheduling indicator aggregation job for 2010-01-01 - 2010-12-31: Indicator #1
INFO 2023-03-28 23:50:35,495 aggregation Scheduling indicator aggregation job for 2011-01-01 - 2011-12-31: Indicator #1
INFO 2023-03-28 23:50:35,539 aggregation Scheduling indicator aggregation job for 2011-01-01 - 2011-12-31: Indicator #1
INFO 2023-03-28 23:50:35,562 aggregation Scheduling indicator aggregation job for 2011-01-01 - 2011-12-31: Indicator #1
23:50:36 [Q] INFO Enqueued 3
.......INFO 2023-03-28 23:50:36,379 aggregation Scheduling indicator aggregation job for 2010-01-01 - 2010-12-31: Indicator #1
INFO 2023-03-28 23:50:36,409 aggregation Scheduling indicator aggregation job for 2010-01-01 - 2010-12-31: Indicator #1
INFO 2023-03-28 23:50:36,435 aggregation Scheduling indicator aggregation job for 2010-01-01 - 2010-12-31: Indicator #1
INFO 2023-03-28 23:50:36,456 aggregation Scheduling indicator aggregation job for 2011-01-01 - 2011-12-31: Indicator #1
INFO 2023-03-28 23:50:36,492 aggregation Scheduling indicator aggregation job for 2011-01-01 - 2011-12-31: Indicator #1
INFO 2023-03-28 23:50:36,519 aggregation Scheduling indicator aggregation job for 2011-01-01 - 2011-12-31: Indicator #1
......23:50:37 [Q] INFO Enqueued 4
WARNING:root:Couldn't login user from django.contrib.auth, with {'username': 'test@akvo.org', 'password': '********************'}. Existing users: ]>
23:50:39 [Q] INFO Enqueued 5
WARNING:root:Couldn't login user from django.contrib.auth, with {'username': 'test@akvo.org', 'password': '********************'}. Existing users: , ]>
.........23:50:41 [Q] INFO Enqueued 6
............23:50:43 [Q] INFO Enqueued 7
........ERROR:root:Exception handling request for /organisation/190/iati/
Traceback (most recent call last):
File "/usr/local/lib/python3.8/site-packages/django/core/handlers/base.py", line 181, in _get_response
response = wrapped_callback(request, *callback_args, **callback_kwargs)
File "/var/akvo/rsr/code/akvo/rsr/views/organisation.py", line 49, in iati
raise Http404
django.http.response.Http404
.............................................
----------------------------------------------------------------------
Ran 906 tests in 278.726s
OK (skipped=7)
Preserving test database for alias 'default'...
Preserving test database for alias 'default'...
Preserving test database for alias 'default'...
Preserving test database for alias 'default'...
Preserving test database for alias 'default'...
21:51:16 - BUILD INFO - Coverage
Combined data file .coverage.f170e9d7344d.633.228965
Combined data file .coverage.f170e9d7344d.848.464207
Combined data file .coverage.f170e9d7344d.845.922395
Combined data file .coverage.f170e9d7344d.847.817538
Combined data file .coverage.f170e9d7344d.846.746377
Name Stmts Miss Cover Missing
-------------------------------------------------------------------------------------------------------------
akvo/__init__.py 0 0 100%
akvo/cache/__init__.py 34 3 91% 44-46
akvo/cache/heartbeat.py 25 0 100%
akvo/cache/memcache.py 27 0 100%
akvo/cache/prepo.py 30 2 93% 51, 65
akvo/codelists/__init__.py 0 0 100%
akvo/codelists/models/__init__.py 73 0 100%
akvo/codelists/models/activity_date_type.py 11 0 100%
akvo/codelists/models/activity_scope.py 11 0 100%
akvo/codelists/models/activity_status.py 12 0 100%
akvo/codelists/models/aid_type.py 15 0 100%
akvo/codelists/models/aid_type_category.py 11 0 100%
akvo/codelists/models/aid_type_flag.py 10 0 100%
akvo/codelists/models/aid_type_vocabulary.py 12 0 100%
akvo/codelists/models/base_codelist.py 8 0 100%
akvo/codelists/models/budget_identifier.py 12 0 100%
akvo/codelists/models/budget_identifier_sector.py 11 0 100%
akvo/codelists/models/budget_identifier_sector_category.py 10 0 100%
akvo/codelists/models/budget_identifier_vocabulary.py 11 0 100%
akvo/codelists/models/budget_not_provided.py 10 0 100%
akvo/codelists/models/budget_status.py 11 0 100%
akvo/codelists/models/budget_type.py 12 0 100%
akvo/codelists/models/cashand_voucher_modalities.py 11 0 100%
akvo/codelists/models/collaboration_type.py 12 0 100%
akvo/codelists/models/condition_type.py 12 0 100%
akvo/codelists/models/contact_type.py 11 0 100%
akvo/codelists/models/country.py 11 0 100%
akvo/codelists/models/crs_add_other_flags.py 12 0 100%
akvo/codelists/models/crs_channel_code.py 11 0 100%
akvo/codelists/models/currency.py 11 0 100%
akvo/codelists/models/description_type.py 11 0 100%
akvo/codelists/models/disbursement_channel.py 11 0 100%
akvo/codelists/models/document_category.py 13 0 100%
akvo/codelists/models/document_category_category.py 11 0 100%
akvo/codelists/models/earmarking_category.py 11 0 100%
akvo/codelists/models/file_format.py 11 0 100%
akvo/codelists/models/finance_type.py 13 0 100%
akvo/codelists/models/finance_type_category.py 11 0 100%
akvo/codelists/models/flow_type.py 11 0 100%
akvo/codelists/models/gazetteer_agency.py 10 0 100%
akvo/codelists/models/geographic_exactness.py 11 0 100%
akvo/codelists/models/geographic_location_class.py 11 0 100%
akvo/codelists/models/geographic_location_reach.py 11 0 100%
akvo/codelists/models/geographic_vocabulary.py 12 0 100%
akvo/codelists/models/geographical_precision.py 11 0 100%
akvo/codelists/models/humanitarian_scope_type.py 10 0 100%
akvo/codelists/models/humanitarian_scope_vocabulary.py 11 0 100%
akvo/codelists/models/indicator_measure.py 11 0 100%
akvo/codelists/models/indicator_vocabulary.py 11 0 100%
akvo/codelists/models/language.py 10 0 100%
akvo/codelists/models/loan_repayment_period.py 11 0 100%
akvo/codelists/models/loan_repayment_type.py 11 0 100%
akvo/codelists/models/location_type.py 12 0 100%
akvo/codelists/models/location_type_category.py 10 0 100%
akvo/codelists/models/organisation_identifier.py 11 0 100%
akvo/codelists/models/organisation_registration_agency.py 13 0 100%
akvo/codelists/models/organisation_role.py 11 0 100%
akvo/codelists/models/organisation_type.py 10 0 100%
akvo/codelists/models/other_identifier_type.py 11 0 100%
akvo/codelists/models/policy_marker.py 10 0 100%
akvo/codelists/models/policy_marker_vocabulary.py 11 0 100%
akvo/codelists/models/policy_significance.py 11 0 100%
akvo/codelists/models/publisher_type.py 11 0 100%
akvo/codelists/models/region.py 10 0 100%
akvo/codelists/models/region_vocabulary.py 11 0 100%
akvo/codelists/models/related_activity_type.py 11 0 100%
akvo/codelists/models/result_type.py 11 0 100%
akvo/codelists/models/result_vocabulary.py 10 0 100%
akvo/codelists/models/sector.py 14 0 100%
akvo/codelists/models/sector_category.py 11 0 100%
akvo/codelists/models/sector_vocabulary.py 12 0 100%
akvo/codelists/models/tag_vocabulary.py 10 0 100%
akvo/codelists/models/tied_status.py 11 0 100%
akvo/codelists/models/transaction_type.py 11 0 100%
akvo/codelists/models/unsdg_goals.py 10 0 100%
akvo/codelists/models/unsdg_targets.py 10 0 100%
akvo/codelists/models/value_type.py 11 0 100%
akvo/codelists/models/verification_status.py 11 0 100%
akvo/codelists/models/version.py 10 0 100%
akvo/codelists/models/vocabulary.py 10 0 100%
akvo/constants.py 2 0 100%
akvo/iati/__init__.py 0 0 100%
akvo/iati/checks/__init__.py 0 0 100%
akvo/iati/checks/fields/__init__.py 25 0 100%
akvo/iati/checks/fields/budgets.py 32 0 100%
akvo/iati/checks/fields/conditions.py 13 0 100%
akvo/iati/checks/fields/countries_and_regions.py 57 0 100%
akvo/iati/checks/fields/country_budget_items.py 15 0 100%
akvo/iati/checks/fields/crs_add.py 20 0 100%
akvo/iati/checks/fields/dates.py 15 0 100%
akvo/iati/checks/fields/description.py 4 0 100%
akvo/iati/checks/fields/document_links.py 19 0 100%
akvo/iati/checks/fields/fss.py 21 0 100%
akvo/iati/checks/fields/humanitarian_scope.py 16 0 100%
akvo/iati/checks/fields/iati_identifier.py 4 0 100%
akvo/iati/checks/fields/language.py 4 0 100%
akvo/iati/checks/fields/legacy_data.py 13 0 100%
akvo/iati/checks/fields/locations.py 14 0 100%
akvo/iati/checks/fields/partners.py 23 0 100%
akvo/iati/checks/fields/planned_disbursements.py 26 0 100%
akvo/iati/checks/fields/policy_markers.py 15 0 100%
akvo/iati/checks/fields/related_activities.py 17 0 100%
akvo/iati/checks/fields/reporting_org.py 13 0 100%
akvo/iati/checks/fields/results.py 76 3 96% 61-63
akvo/iati/checks/fields/sectors.py 57 0 100%
akvo/iati/checks/fields/status.py 4 0 100%
akvo/iati/checks/fields/title.py 4 0 100%
akvo/iati/checks/fields/transactions.py 37 0 100%
akvo/iati/checks/iati_checks.py 14 0 100%
akvo/iati/exports/__init__.py 0 0 100%
akvo/iati/exports/elements/__init__.py 41 0 100%
akvo/iati/exports/elements/activity_date.py 24 0 100%
akvo/iati/exports/elements/activity_scope.py 7 0 100%
akvo/iati/exports/elements/activity_status.py 7 0 100%
akvo/iati/exports/elements/background.py 10 0 100%
akvo/iati/exports/elements/budget.py 31 0 100%
akvo/iati/exports/elements/capital_spend.py 7 0 100%
akvo/iati/exports/elements/collaboration_type.py 7 0 100%
akvo/iati/exports/elements/conditions.py 16 0 100%
akvo/iati/exports/elements/contact_info.py 40 0 100%
akvo/iati/exports/elements/country_budget_items.py 18 0 100%
akvo/iati/exports/elements/crs_add.py 62 0 100%
akvo/iati/exports/elements/current_situation.py 10 0 100%
akvo/iati/exports/elements/default_aid_type.py 8 0 100%
akvo/iati/exports/elements/default_finance_type.py 7 0 100%
akvo/iati/exports/elements/default_flow_type.py 7 0 100%
akvo/iati/exports/elements/default_tied_status.py 7 0 100%
akvo/iati/exports/elements/document_link.py 73 0 100%
akvo/iati/exports/elements/fss.py 25 0 100%
akvo/iati/exports/elements/goals_overview.py 10 0 100%
akvo/iati/exports/elements/humanitarian_scope.py 20 0 100%
akvo/iati/exports/elements/iati_identifier.py 7 0 100%
akvo/iati/exports/elements/legacy_data.py 14 0 100%
akvo/iati/exports/elements/location.py 55 0 100%
akvo/iati/exports/elements/other_identifier.py 27 0 100%
akvo/iati/exports/elements/participating_org.py 23 0 100%
akvo/iati/exports/elements/planned_disbursement.py 60 0 100%
akvo/iati/exports/elements/policy_marker.py 20 0 100%
akvo/iati/exports/elements/project_plan.py 10 0 100%
akvo/iati/exports/elements/recipient_country.py 15 0 100%
akvo/iati/exports/elements/recipient_region.py 20 0 100%
akvo/iati/exports/elements/related_activity.py 12 0 100%
akvo/iati/exports/elements/reporting_org.py 19 0 100%
akvo/iati/exports/elements/result.py 123 0 100%
akvo/iati/exports/elements/sector.py 20 0 100%
akvo/iati/exports/elements/subtitle.py 10 0 100%
akvo/iati/exports/elements/summary.py 10 0 100%
akvo/iati/exports/elements/sustainability.py 10 0 100%
akvo/iati/exports/elements/target_group.py 10 0 100%
akvo/iati/exports/elements/title.py 8 0 100%
akvo/iati/exports/elements/transaction.py 109 0 100%
akvo/iati/exports/elements/utils.py 12 0 100%
akvo/iati/exports/iati_export.py 54 0 100%
akvo/iati/exports/iati_org_export.py 34 0 100%
akvo/iati/exports/org_elements/__init__.py 10 0 100%
akvo/iati/exports/org_elements/document_link.py 51 0 100%
akvo/iati/exports/org_elements/name.py 6 0 100%
akvo/iati/exports/org_elements/organisation_identifier.py 7 0 100%
akvo/iati/exports/org_elements/recipient_country_budget.py 44 0 100%
akvo/iati/exports/org_elements/recipient_org_budget.py 46 0 100%
akvo/iati/exports/org_elements/recipient_region_budget.py 48 0 100%
akvo/iati/exports/org_elements/reporting_org.py 12 0 100%
akvo/iati/exports/org_elements/total_budget.py 38 0 100%
akvo/iati/exports/org_elements/total_expenditure.py 36 0 100%
akvo/iati/exports/utils.py 7 1 86% 9
akvo/iati/iati_validator.py 36 14 61% 25-27, 38, 56-75
akvo/iati/imports/__init__.py 0 0 100%
akvo/password_policy/__init__.py 0 0 100%
akvo/password_policy/admin.py 9 0 100%
akvo/password_policy/apps.py 5 0 100%
akvo/password_policy/builder.py 47 0 100%
akvo/password_policy/core.py 22 1 95% 34
akvo/password_policy/error_messages.py 9 0 100%
akvo/password_policy/migrations/0001_initial.py 6 0 100%
akvo/password_policy/migrations/__init__.py 0 0 100%
akvo/password_policy/models.py 15 0 100%
akvo/password_policy/rules/__init__.py 0 0 100%
akvo/password_policy/rules/character.py 33 0 100%
akvo/password_policy/rules/common_password.py 11 0 100%
akvo/password_policy/rules/compound.py 10 0 100%
akvo/password_policy/rules/length.py 15 0 100%
akvo/password_policy/rules/regex.py 14 0 100%
akvo/password_policy/rules/user_attribute.py 16 0 100%
akvo/password_policy/validator.py 30 0 100%
akvo/rest/__init__.py 0 0 100%
akvo/rest/authentication.py 30 1 97% 65
akvo/rest/cache.py 10 2 80% 15-34
akvo/rest/fields.py 87 35 60% 31-35, 56, 62-63, 76-78, 124-141, 150-151, 156-161, 174-175
akvo/rest/filters.py 38 0 100%
akvo/rest/pagination.py 13 1 92% 28
akvo/rest/renderers.py 14 10 29% 20-31, 35
akvo/rest/serializers/__init__.py 67 0 100%
akvo/rest/serializers/benchmark.py 6 0 100%
akvo/rest/serializers/benchmark_name.py 6 0 100%
akvo/rest/serializers/budget_item.py 20 0 100%
akvo/rest/serializers/budget_item_label.py 6 0 100%
akvo/rest/serializers/category.py 6 0 100%
akvo/rest/serializers/country.py 7 0 100%
akvo/rest/serializers/crs_add.py 23 3 87% 42-44
akvo/rest/serializers/custom_field.py 21 4 81% 36-39
akvo/rest/serializers/default_period.py 6 0 100%
akvo/rest/serializers/disaggregation.py 29 3 90% 71, 74, 77
akvo/rest/serializers/disaggregation_contribution.py 10 1 90% 16
akvo/rest/serializers/disaggregation_target.py 10 1 90% 19
akvo/rest/serializers/employment.py 10 0 100%
akvo/rest/serializers/external_project.py 8 0 100%
akvo/rest/serializers/focus_area.py 6 0 100%
akvo/rest/serializers/fss.py 14 0 100%
akvo/rest/serializers/goal.py 6 0 100%
akvo/rest/serializers/humanitarian_scope.py 9 0 100%
akvo/rest/serializers/iati_check.py 6 0 100%
akvo/rest/serializers/iati_export.py 15 0 100%
akvo/rest/serializers/indicator.py 110 4 96% 51, 109, 119, 121
akvo/rest/serializers/indicator_custom_field.py 10 0 100%
akvo/rest/serializers/indicator_dimension_name.py 19 0 100%
akvo/rest/serializers/indicator_dimension_value.py 6 0 100%
akvo/rest/serializers/indicator_disaggregation_target.py 10 1 90% 19
akvo/rest/serializers/indicator_label.py 6 0 100%
akvo/rest/serializers/indicator_period.py 101 3 97% 69, 71, 127
akvo/rest/serializers/indicator_period_aggregation_job.py 6 0 100%
akvo/rest/serializers/indicator_period_data.py 150 2 99% 145, 211
akvo/rest/serializers/indicator_period_disaggregation.py 43 7 84% 21, 24, 45, 48, 72, 75, 78
akvo/rest/serializers/indicator_period_label.py 6 0 100%
akvo/rest/serializers/indicator_period_location.py 13 0 100%
akvo/rest/serializers/indicator_reference.py 8 0 100%
akvo/rest/serializers/internal_organisation_id.py 6 0 100%
akvo/rest/serializers/keyword.py 6 0 100%
akvo/rest/serializers/legacy_data.py 6 0 100%
akvo/rest/serializers/link.py 6 0 100%
akvo/rest/serializers/narrative_report.py 6 0 100%
akvo/rest/serializers/organisation.py 92 12 87% 71-74, 179-189
akvo/rest/serializers/organisation_budget.py 48 0 100%
akvo/rest/serializers/organisation_document.py 17 0 100%
akvo/rest/serializers/organisation_indicator_label.py 6 0 100%
akvo/rest/serializers/organisation_location.py 28 0 100%
akvo/rest/serializers/partner_site.py 6 0 100%
akvo/rest/serializers/partnership.py 22 0 100%
akvo/rest/serializers/planned_disbursement.py 16 0 100%
akvo/rest/serializers/policy_marker.py 11 0 100%
akvo/rest/serializers/program.py 23 1 96% 34
akvo/rest/serializers/project.py 309 41 87% 189-193, 196-210, 213, 216, 219-220, 223-228, 254-255, 372, 387, 404, 424-445
akvo/rest/serializers/project_condition.py 9 0 100%
akvo/rest/serializers/project_contact.py 12 0 100%
akvo/rest/serializers/project_document.py 41 0 100%
akvo/rest/serializers/project_hierarchy.py 8 0 100%
akvo/rest/serializers/project_location.py 65 10 85% 48-49, 56-64
akvo/rest/serializers/project_role.py 10 0 100%
akvo/rest/serializers/project_update.py 89 12 87% 67, 78, 128, 131, 134-143
akvo/rest/serializers/project_update_location.py 30 0 100%
akvo/rest/serializers/publishing_status.py 6 0 100%
akvo/rest/serializers/recipient_country.py 9 0 100%
akvo/rest/serializers/region.py 10 0 100%
akvo/rest/serializers/related_project.py 12 0 100%
akvo/rest/serializers/report.py 13 0 100%
akvo/rest/serializers/result.py 33 0 100%
akvo/rest/serializers/rsr_serializer.py 26 2 92% 24, 59
akvo/rest/serializers/sector.py 10 0 100%
akvo/rest/serializers/transaction.py 35 0 100%
akvo/rest/serializers/typeahead.py 28 2 93% 46, 49
akvo/rest/serializers/user.py 75 5 93% 98-100, 103, 136
akvo/rest/urls.py 114 0 100%
akvo/rest/views/__init__.py 75 0 100%
akvo/rest/views/benchmark.py 6 0 100%
akvo/rest/views/benchmark_name.py 7 0 100%
akvo/rest/views/budget_item.py 9 0 100%
akvo/rest/views/budget_item_label.py 6 0 100%
akvo/rest/views/category.py 7 0 100%
akvo/rest/views/country.py 6 0 100%
akvo/rest/views/crs_add.py 10 0 100%
akvo/rest/views/custom_field.py 9 0 100%
akvo/rest/views/default_period.py 33 3 91% 28-29, 32
akvo/rest/views/demo_request.py 25 0 100%
akvo/rest/views/disaggregation.py 7 0 100%
akvo/rest/views/disaggregation_target.py 7 0 100%
akvo/rest/views/employment.py 144 43 70% 43, 48-49, 58-109, 115-127, 143, 149, 154, 180, 189
akvo/rest/views/exception_handler.py 7 1 86% 20
akvo/rest/views/focus_area.py 6 0 100%
akvo/rest/views/fss.py 10 0 100%
akvo/rest/views/goal.py 6 0 100%
akvo/rest/views/humanitarian_scope.py 6 0 100%
akvo/rest/views/iati_check.py 6 0 100%
akvo/rest/views/iati_export.py 20 2 90% 17-18
akvo/rest/views/indicator.py 29 1 97% 56
akvo/rest/views/indicator_custom_field.py 11 0 100%
akvo/rest/views/indicator_dimension_name.py 13 3 77% 24-26
akvo/rest/views/indicator_dimension_value.py 13 3 77% 24-26
akvo/rest/views/indicator_disaggregation_target.py 7 0 100%
akvo/rest/views/indicator_label.py 7 0 100%
akvo/rest/views/indicator_period.py 78 2 97% 86-87
akvo/rest/views/indicator_period_aggregation_job.py 25 0 100%
akvo/rest/views/indicator_period_data.py 177 23 87% 39-40, 206, 228, 242, 250-260, 271-276, 316
akvo/rest/views/indicator_period_disaggregation.py 7 0 100%
akvo/rest/views/indicator_period_label.py 19 0 100%
akvo/rest/views/indicator_period_location.py 11 0 100%
akvo/rest/views/indicator_reference.py 7 0 100%
akvo/rest/views/internal_organisation_id.py 6 0 100%
akvo/rest/views/keyword.py 6 0 100%
akvo/rest/views/legacy_data.py 6 0 100%
akvo/rest/views/link.py 7 0 100%
akvo/rest/views/narrative_report.py 7 0 100%
akvo/rest/views/organisation.py 66 21 68% 34-35, 71-102, 107-121
akvo/rest/views/organisation_budget.py 34 0 100%
akvo/rest/views/organisation_document.py 13 13 0% 2-36
akvo/rest/views/organisation_indicator_label.py 6 0 100%
akvo/rest/views/organisation_location.py 12 0 100%
akvo/rest/views/partner_site.py 6 0 100%
akvo/rest/views/partnership.py 14 4 71% 22-27
akvo/rest/views/planned_disbursement.py 6 0 100%
akvo/rest/views/policy_marker.py 6 0 100%
akvo/rest/views/program.py 6 0 100%
akvo/rest/views/program_results_geo.py 412 232 44% 47, 69, 82, 94, 98, 102, 106, 110, 114-119, 123-128, 132-137, 141-146, 150-155, 159-164, 168-171, 175-178, 195, 207-215, 219-223, 226-228, 248, 263-266, 270-277, 296, 311-314, 318, 322, 336, 346-349, 353, 358-362, 369-372, 382-389, 407-416, 420-441, 445-475, 479-481, 492-494, 497-499, 502-507, 519-522, 525-538, 542-572, 576-592, 601-607
akvo/rest/views/project.py 240 31 87% 90, 103, 130, 152, 172, 177-180, 186, 344-366, 409-410, 461, 467-475
akvo/rest/views/project_condition.py 6 0 100%
akvo/rest/views/project_contact.py 6 0 100%
akvo/rest/views/project_document.py 11 0 100%
akvo/rest/views/project_editor.py 128 42 67% 45, 101, 109-110, 118-137, 146-149, 153, 157-159, 169-187
akvo/rest/views/project_enumerators.py 132 11 92% 29, 43-47, 83, 174-175, 214-217
akvo/rest/views/project_hierarchy.py 30 15 50% 24-34, 39-47
akvo/rest/views/project_iati_checks.py 15 8 47% 18-21, 24-32
akvo/rest/views/project_location.py 17 0 100%
akvo/rest/views/project_overview.py 440 170 61% 39-50, 62, 70-78, 82-91, 95-104, 115, 130, 137-140, 153, 161, 165, 169-172, 176, 181-185, 189-192, 196-201, 205-210, 214, 225-231, 235-236, 246-256, 260-269, 273-274, 278-306, 312-337, 352, 387-411, 422-428, 434-440, 495, 588-591, 603-607, 634, 642, 682, 805-806
akvo/rest/views/project_role.py 89 3 97% 149, 153, 158
akvo/rest/views/project_update.py 153 67 56% 54, 57, 63, 70, 106-125, 139-145, 154-163, 171-221, 226, 231, 236-259, 268, 287
akvo/rest/views/project_update_location.py 12 0 100%
akvo/rest/views/publishing_status.py 6 0 100%
akvo/rest/views/recipient_country.py 6 0 100%
akvo/rest/views/region.py 6 0 100%
akvo/rest/views/report.py 89 20 78% 131-145, 152-158, 163-167
akvo/rest/views/result.py 40 3 92% 25-27
akvo/rest/views/right_now_in_akvo.py 6 1 83% 24
akvo/rest/views/sector.py 16 2 88% 28-32
akvo/rest/views/server_info.py 11 5 55% 20-28
akvo/rest/views/transaction.py 11 0 100%
akvo/rest/views/typeahead.py 29 0 100%
akvo/rest/views/user.py 61 7 89% 50-51, 56, 73-74, 79, 87
akvo/rest/views/user_management.py 69 21 70% 29-30, 44, 49-50, 58-59, 64, 67-74, 79-80, 83, 87, 94, 123
akvo/rest/views/utils.py 46 29 37% 17-29, 35-40, 45-51, 56-59, 70-71
akvo/rest/viewsets.py 183 9 95% 59, 216-218, 315-319
akvo/rsr/__init__.py 0 0 100%
akvo/rsr/admin.py 506 202 60% 51-52, 55, 65-68, 77, 87-90, 99, 110-113, 122, 133-136, 145, 156-159, 168, 178-181, 190, 199, 209-212, 225-228, 237-240, 253, 293-303, 306-316, 319-320, 326-416, 445, 476-482, 486, 497-500, 512, 567-570, 574-590, 600-605, 649-651, 717-720, 724, 730-732, 735-745, 767-775, 779-783, 805-809, 821-823, 833-836, 846-851, 866, 870, 873, 877, 880-886
akvo/rsr/backends.py 16 1 94% 34
akvo/rsr/checks/__init__.py 0 0 100%
akvo/rsr/checks/indicators.py 4 4 0% 1-7
akvo/rsr/checks/periods.py 4 4 0% 1-7
akvo/rsr/checks/results.py 16 16 0% 1-57
akvo/rsr/context_processors.py 27 4 85% 20-21, 54-55
akvo/rsr/dataclasses.py 426 167 61% 31, 87, 91, 149, 153-158, 162-167, 171-176, 180-185, 189-194, 198-203, 207-210, 214-217, 221, 225-245, 253-265, 272-273, 276-277, 281, 284, 286, 291, 294, 296, 303-311, 350-355, 360, 362, 365-367, 407, 409, 412-417, 422, 424, 426, 431, 435, 439-446, 450-455, 459-464, 468, 471-472, 508-511, 515, 519, 555-558, 562, 567-571, 577-580
akvo/rsr/decorators.py 20 10 50% 30-34, 49-53
akvo/rsr/factories/__init__.py 0 0 100%
akvo/rsr/factories/external_project.py 7 0 100%
akvo/rsr/factories/project.py 5 0 100%
akvo/rsr/feeds.py 138 30 78% 37-43, 58, 83, 85, 87, 90-95, 98-103, 106, 126, 138, 153, 160-172, 215
akvo/rsr/fields.py 53 5 91% 22, 24, 91-93
akvo/rsr/filters.py 84 60 29% 25-28, 32-34, 39-43, 49-54, 59-64, 69-72, 77-80, 85-87, 96-97, 102-110, 116-127, 133-137, 142-143, 149-164, 172
akvo/rsr/forms.py 81 19 77% 150-151, 154-162, 168-172, 189-194
akvo/rsr/iso3166.py 6 0 100%
akvo/rsr/m49.py 4 0 100%
akvo/rsr/management/__init__.py 0 0 100%
akvo/rsr/management/commands/__init__.py 0 0 100%
akvo/rsr/management/commands/a4a_optimy_import.py 196 196 0% 7-427
akvo/rsr/management/commands/add_periods.py 17 17 0% 8-59
akvo/rsr/management/commands/announcement_open_rate.py 21 21 0% 7-52
akvo/rsr/management/commands/anonymize_user.py 20 20 0% 7-41
akvo/rsr/management/commands/audit_project_aggregation.py 14 14 0% 1-18
akvo/rsr/management/commands/change_project_parent.py 16 16 0% 7-26
akvo/rsr/management/commands/check_non_numeric_indicators.py 27 27 0% 8-50
akvo/rsr/management/commands/check_non_numeric_periods.py 28 28 0% 8-51
akvo/rsr/management/commands/check_non_numeric_updates.py 27 27 0% 8-50
akvo/rsr/management/commands/check_project_creators.py 16 16 0% 8-35
akvo/rsr/management/commands/cleanup_indicator_periods.py 33 0 100%
akvo/rsr/management/commands/cleanup_untitled_and_unpublished_projects.py 37 5 86% 56-70
akvo/rsr/management/commands/clear_all_sessions.py 22 22 0% 1-31
akvo/rsr/management/commands/create_organisation_codelist.py 29 29 0% 7-55
akvo/rsr/management/commands/data_integrity.py 93 93 0% 6-203
akvo/rsr/management/commands/delete_empty_project_relations.py 22 22 0% 7-64
akvo/rsr/management/commands/delete_empty_projects.py 27 27 0% 8-71
akvo/rsr/management/commands/delete_project.py 20 20 0% 7-38
akvo/rsr/management/commands/delete_spam_users.py 16 16 0% 7-41
akvo/rsr/management/commands/django_q_probettp.py 33 33 0% 8-57
akvo/rsr/management/commands/eutf_change_employments.py 28 28 0% 14-66
akvo/rsr/management/commands/eutf_delete_custom_fields.py 16 16 0% 8-30
akvo/rsr/management/commands/eutf_hierarchy_check.py 94 94 0% 8-214
akvo/rsr/management/commands/expire_all_sessions.py 25 25 0% 8-54
akvo/rsr/management/commands/fix_imported_qualitative_indicators.py 9 9 0% 8-27
akvo/rsr/management/commands/fix_inconsistent_results.py 7 7 0% 7-15
akvo/rsr/management/commands/fix_latest_update.py 19 19 0% 8-44
akvo/rsr/management/commands/fix_orphaned_periods.py 71 71 0% 8-130
akvo/rsr/management/commands/fix_project_hierarchy_missing_periods.py 21 21 0% 8-46
akvo/rsr/management/commands/fix_project_qualitative_narrative_text_update.py 20 20 0% 7-47
akvo/rsr/management/commands/fix_utz_periods.py 45 45 0% 8-107
akvo/rsr/management/commands/funds_needed.py 51 51 0% 7-103
akvo/rsr/management/commands/helpers/__init__.py 0 0 100%
akvo/rsr/management/commands/helpers/data_integrity.py 27 27 0% 1-52
akvo/rsr/management/commands/hubspot_user_list.py 36 36 0% 8-61
akvo/rsr/management/commands/iucn_qualitative_indicators_private.py 9 9 0% 8-23
akvo/rsr/management/commands/link_results_framework_to_parent_project.py 25 25 0% 7-39
akvo/rsr/management/commands/lock_unlock_periods.py 31 6 81% 47-49, 55-56, 59
akvo/rsr/management/commands/make_program.py 13 13 0% 7-36
akvo/rsr/management/commands/merge_keywords.py 22 22 0% 7-50
akvo/rsr/management/commands/merge_organisations.py 96 12 88% 32, 107-113, 127, 166-168
akvo/rsr/management/commands/migrate_external_projects.py 46 12 74% 19, 25-26, 39-40, 49, 67, 70, 73-79
akvo/rsr/management/commands/migrate_related_project_contributors.py 67 1 99% 65
akvo/rsr/management/commands/migrate_related_project_hierarchies.py 143 8 94% 86-95, 237-238
akvo/rsr/management/commands/perform_iati_checks.py 7 0 100%
akvo/rsr/management/commands/period_actual_comment_cleanup.py 9 9 0% 7-19
akvo/rsr/management/commands/populate_e2e_data.py 45 45 0% 7-76
akvo/rsr/management/commands/populate_local_db.py 21 21 0% 7-34
akvo/rsr/management/commands/populate_project_directory_cache.py 19 19 0% 8-37
akvo/rsr/management/commands/project_cleanup.py 30 30 0% 7-74
akvo/rsr/management/commands/project_editor_history.py 18 18 0% 8-38
akvo/rsr/management/commands/recalculate_disaggregation_aggregation.py 16 16 0% 7-39
akvo/rsr/management/commands/recalculate_periods.py 23 23 0% 8-45
akvo/rsr/management/commands/recalculate_project_aggregation.py 28 28 0% 1-38
akvo/rsr/management/commands/reinstate_implementors.py 14 14 0% 8-159
akvo/rsr/management/commands/remote_netherlands_foreign_ministry.py 32 32 0% 6-52
akvo/rsr/management/commands/remove_default_periods.py 22 22 0% 8-42
akvo/rsr/management/commands/remove_disaggregation_targets_dupes.py 49 49 0% 8-90
akvo/rsr/management/commands/remove_implementors.py 20 20 0% 14-60
akvo/rsr/management/commands/remove_period_dupes.py 60 60 0% 8-133
akvo/rsr/management/commands/remove_project_contacts.py 14 14 0% 8-32
akvo/rsr/management/commands/remove_project_parent.py 13 13 0% 7-23
akvo/rsr/management/commands/report_d2d.py 117 117 0% 2-241
akvo/rsr/management/commands/report_server_thumbs.py 12 12 0% 7-26
akvo/rsr/management/commands/reporting_orgs.py 87 87 0% 8-194
akvo/rsr/management/commands/reverse_geocode_city_names.py 70 70 0% 7-125
akvo/rsr/management/commands/rsr_sync_pgviews.py 12 12 0% 7-38
akvo/rsr/management/commands/run_aggregation_jobs.py 6 6 0% 1-9
akvo/rsr/management/commands/single_period_indicators.py 82 82 0% 8-177
akvo/rsr/management/commands/switch_indicators_to_cumulative_reporting.py 34 0 100%
akvo/rsr/management/commands/sync_django_q_schedules.py 7 7 0% 8-28
akvo/rsr/management/commands/undo_results_import.py 14 14 0% 7-33
akvo/rsr/management/commands/unep_survey_import.py 355 14 96% 114, 121, 128, 171-172, 194-196, 216, 219, 226-227, 831-832
akvo/rsr/management/commands/update_custom_fields.py 15 15 0% 8-32
akvo/rsr/management/commands/update_project_thumbnails.py 8 8 0% 1-12
akvo/rsr/management/commands/user_cleanup.py 56 56 0% 7-122
akvo/rsr/management/utils.py 17 5 71% 14-15, 19-21
akvo/rsr/middleware.py 113 32 72% 54-56, 89-90, 94, 98, 141-150, 163-167, 192, 200-210
akvo/rsr/mixins.py 26 10 62% 32-45
akvo/rsr/models/__init__.py 304 0 100%
akvo/rsr/models/aggregation_job.py 12 1 92% 22
akvo/rsr/models/benchmark.py 21 0 100%
akvo/rsr/models/budget_item.py 75 20 73% 106-107, 116-123, 126-129, 132, 135, 138-141, 144, 147, 150, 184, 187
akvo/rsr/models/category.py 22 3 86% 39, 43, 47
akvo/rsr/models/country.py 38 0 100%
akvo/rsr/models/cron_job.py 38 0 100%
akvo/rsr/models/crs_add.py 58 2 97% 162, 165
akvo/rsr/models/custom_field.py 35 0 100%
akvo/rsr/models/employment.py 66 13 80% 93-104, 122, 134-135
akvo/rsr/models/external_project.py 9 0 100%
akvo/rsr/models/focus_area.py 29 5 83% 22, 62, 66, 70-71
akvo/rsr/models/fss.py 31 2 94% 79, 82
akvo/rsr/models/goal.py 8 0 100%
akvo/rsr/models/humanitarian_scope.py 26 4 85% 62, 65, 68, 71
akvo/rsr/models/iati_activity_export.py 16 3 81% 42-45
akvo/rsr/models/iati_check.py 16 3 81% 37-40
akvo/rsr/models/iati_export.py 65 8 88% 19, 65-67, 80, 121-124
akvo/rsr/models/iati_import.py 0 0 100%
akvo/rsr/models/iati_validation_job.py 21 0 100%
akvo/rsr/models/internal_organisation_id.py 10 0 100%
akvo/rsr/models/keyword.py 15 1 93% 18
akvo/rsr/models/legacy_data.py 13 0 100%
akvo/rsr/models/link.py 19 2 89% 42-47
akvo/rsr/models/location.py 106 12 89% 54-65, 81, 98, 101, 257, 260
akvo/rsr/models/login_log.py 46 2 96% 67-68
akvo/rsr/models/model_querysets/__init__.py 0 0 100%
akvo/rsr/models/model_querysets/employment.py 11 1 91% 24
akvo/rsr/models/model_querysets/organisation.py 66 24 64% 25, 32, 39-40, 47-48, 51-52, 55-56, 61-64, 71-72, 75-76, 79-80, 83-84, 95-96
akvo/rsr/models/model_querysets/project.py 116 42 64% 18, 43, 50-51, 54, 60, 63, 66, 69, 72, 75, 78, 81, 87, 103, 109, 114, 131, 141, 151, 158, 165-166, 182-183, 186-187, 194-195, 209-216, 219-220, 223-224, 227-228
akvo/rsr/models/organisation.py 206 49 76% 207-241, 247, 251, 255, 258, 292-293, 297, 310, 324, 328, 402, 409-413, 427, 433-436, 439, 443, 452, 455, 463, 486
akvo/rsr/models/organisation_account.py 16 0 100%
akvo/rsr/models/organisation_budget.py 124 14 89% 53-54, 64, 67, 82, 85, 144, 147, 150, 153, 175, 178, 226, 229
akvo/rsr/models/organisation_codelist.py 11 0 100%
akvo/rsr/models/organisation_document.py 64 16 75% 66-74, 77-83, 86, 89, 122, 125, 156, 159
akvo/rsr/models/organisation_indicator_label.py 13 0 100%
akvo/rsr/models/partner_site.py 121 23 81% 22, 27, 32, 37, 42, 51, 194, 231, 243, 253-255, 260, 265, 269-279, 282
akvo/rsr/models/partnership.py 113 18 84% 177, 182, 210-221, 232-233, 249, 275-278
akvo/rsr/models/planned_disbursement.py 46 14 70% 69-73, 76-80, 83-86, 89, 92, 95, 99-100
akvo/rsr/models/policy_marker.py 40 9 78% 65, 68, 71, 74, 77, 80, 95, 99-100
akvo/rsr/models/project.py 841 157 81% 540-541, 545-546, 557-575, 600, 606-609, 617-622, 629-630, 640-642, 674-675, 719, 767-769, 774-775, 792-798, 805, 808, 816, 828-829, 832-845, 848, 853-857, 860-870, 874-881, 884-885, 918, 921, 924, 927, 933, 958-970, 974, 977, 980, 983, 986, 989, 992, 995, 998, 1001, 1004, 1007, 1010, 1013-1016, 1019-1022, 1025, 1061-1067, 1105-1115, 1121, 1124, 1130, 1136, 1144-1156, 1159-1174, 1178, 1205, 1341, 1350, 1374, 1475, 1562-1563, 1697, 1705-1707, 1719, 1749-1750, 1767, 1784, 1804, 1833-1835
akvo/rsr/models/project_condition.py 19 2 89% 42, 45
akvo/rsr/models/project_contact.py 28 2 93% 58, 61
akvo/rsr/models/project_document.py 63 9 86% 70-78, 82, 88, 90, 143, 146
akvo/rsr/models/project_editor_validation.py 28 2 93% 21-23
akvo/rsr/models/project_hierarchy.py 24 1 96% 33
akvo/rsr/models/project_role.py 12 0 100%
akvo/rsr/models/project_thumbnail.py 30 0 100%
akvo/rsr/models/project_update.py 70 6 91% 75-78, 83, 87
akvo/rsr/models/publishing_status.py 53 36 32% 31-138
akvo/rsr/models/region.py 27 4 85% 73, 76, 79, 82
akvo/rsr/models/related_project.py 90 38 58% 63-70, 73, 76, 79-82, 142, 158, 162-174, 180-200
akvo/rsr/models/report.py 41 13 68% 55, 63-84
akvo/rsr/models/result/__init__.py 21 0 100%
akvo/rsr/models/result/custom_field.py 28 0 100%
akvo/rsr/models/result/default_period.py 21 0 100%
akvo/rsr/models/result/disaggregation.py 65 3 95% 92, 96, 107
akvo/rsr/models/result/disaggregation_aggregation.py 34 0 100%
akvo/rsr/models/result/disaggregation_contribution.py 11 0 100%
akvo/rsr/models/result/disaggregation_contribution_handler.py 15 0 100%
akvo/rsr/models/result/disaggregation_target.py 12 0 100%
akvo/rsr/models/result/indicator.py 132 15 89% 145-161, 166, 202, 214, 232, 248, 265
akvo/rsr/models/result/indicator_dimension.py 50 5 90% 28, 54-56, 99
akvo/rsr/models/result/indicator_disaggregation_target.py 12 0 100%
akvo/rsr/models/result/indicator_label.py 10 0 100%
akvo/rsr/models/result/indicator_period.py 122 23 81% 130, 137-146, 152-154, 159, 175, 202, 214-218, 249-255, 285
akvo/rsr/models/result/indicator_period_actual_location.py 13 0 100%
akvo/rsr/models/result/indicator_period_aggregation.py 28 0 100%
akvo/rsr/models/result/indicator_period_data.py 163 23 86% 132-134, 138-140, 144-146, 150-153, 160, 164-171, 176, 180, 189-190, 211, 276, 299
akvo/rsr/models/result/indicator_period_data_comment.py 16 0 100%
akvo/rsr/models/result/indicator_period_disaggregation.py 23 1 96% 46
akvo/rsr/models/result/indicator_period_label.py 12 0 100%
akvo/rsr/models/result/indicator_period_target_location.py 13 0 100%
akvo/rsr/models/result/indicator_reference.py 22 2 91% 56, 59
akvo/rsr/models/result/narrative_report.py 24 6 75% 43-57
akvo/rsr/models/result/result.py 90 30 67% 83, 91-115, 136, 139-141, 144, 151, 160, 164-173
akvo/rsr/models/result/utils.py 46 22 52% 43-44, 52-54, 58-69, 73-81
akvo/rsr/models/sector.py 45 11 76% 77-86, 90, 92
akvo/rsr/models/transaction.py 113 39 65% 158-162, 165-169, 172-175, 178-181, 184, 187, 190, 193, 196, 199, 202, 205, 208, 211, 214, 217, 220, 223, 226, 229, 232, 235, 238, 287-292, 295, 298, 301
akvo/rsr/models/tree/__init__.py 0 0 100%
akvo/rsr/models/tree/errors.py 4 0 100%
akvo/rsr/models/tree/helpers.py 6 0 100%
akvo/rsr/models/tree/managers.py 13 0 100%
akvo/rsr/models/tree/model.py 57 0 100%
akvo/rsr/models/tree/usecases.py 39 0 100%
akvo/rsr/models/user.py 273 33 88% 46, 152, 155, 158, 165-172, 194-198, 212, 246-247, 320-323, 329, 403-408, 442-443, 451-455, 463-464, 566
akvo/rsr/permissions.py 124 3 98% 126, 172, 181
akvo/rsr/project_overview.py 474 242 49% 26-30, 102, 116, 146-148, 152-154, 158-161, 165-172, 176-180, 184-194, 202-206, 211, 213, 218-220, 224-226, 230-232, 236-239, 243-245, 249-255, 258-261, 265-281, 284-287, 292-301, 305-306, 310-311, 315-316, 320-321, 325-326, 330-331, 334-335, 338-339, 342-384, 389-405, 409-411, 415-418, 422-424, 428, 432-436, 440-442, 446-448, 452-456, 460-464, 468-474, 477-480, 484-486, 490-492, 496-498, 502-504, 508-524, 527-530, 564-565, 568-569, 585, 616-618, 622-624, 628-630, 634-637, 641-644
akvo/rsr/project_role_auth.py 48 1 98% 74
akvo/rsr/registration.py 34 17 50% 28-31, 35-39, 62-69
akvo/rsr/signals.py 151 29 81% 35, 54, 79, 114, 138, 145-150, 155-160, 186, 220, 226, 230, 234, 282, 291, 295, 348, 356-359, 368, 377-380
akvo/rsr/sorl_processors.py 16 16 0% 9-38
akvo/rsr/staticmap.py 147 65 56% 30-32, 35-39, 42-46, 49, 63-76, 81, 142-158, 163-167, 177, 180-187, 190-196, 199, 202-207, 228, 248-257, 261-270
akvo/rsr/templatetags/__init__.py 0 0 100%
akvo/rsr/templatetags/addparam.py 29 5 83% 23, 26, 33, 52, 55
akvo/rsr/templatetags/funding_bar.py 5 1 80% 11
akvo/rsr/templatetags/maps.py 116 85 27% 42-56, 61-93, 106-160, 173, 183-193, 198-216
akvo/rsr/templatetags/piwik_tags.py 11 1 91% 25
akvo/rsr/templatetags/query_string.py 50 42 16% 25-29, 38-51, 62-74, 83-94
akvo/rsr/templatetags/rsr_filters.py 50 14 72% 22, 28, 34-37, 44-45, 47-48, 61, 68, 77-78, 83
akvo/rsr/templatetags/rsr_tags.py 109 67 39% 19-37, 48, 55, 63, 71, 79, 87, 95, 108, 115, 121, 133, 146, 160, 174, 177-198, 205-208, 216-230, 247-252
akvo/rsr/templatetags/rsr_utils.py 45 24 47% 28-45, 58-67, 76, 82-84
akvo/rsr/templatetags/rsr_widgets.py 27 0 100%
akvo/rsr/usecases/__init__.py 0 0 100%
akvo/rsr/usecases/audit_project_aggregation.py 69 1 99% 49
akvo/rsr/usecases/change_project_parent.py 38 10 74% 21-22, 52, 55, 61-75
akvo/rsr/usecases/django_q/__init__.py 0 0 100%
akvo/rsr/usecases/django_q/decorators.py 36 3 92% 36, 53-54
akvo/rsr/usecases/django_q/schedules.py 63 0 100%
akvo/rsr/usecases/fix_inconsistent_results.py 39 1 97% 39
akvo/rsr/usecases/iati_validation/__init__.py 3 0 100%
akvo/rsr/usecases/iati_validation/iati_validation_job_runner.py 41 2 95% 34, 47
akvo/rsr/usecases/iati_validation/internal_validator_runner.py 24 0 100%
akvo/rsr/usecases/iati_validation/rate_limiter.py 38 0 100%
akvo/rsr/usecases/iati_validation/run_validation_jobs.py 91 5 95% 75, 127, 150-154
akvo/rsr/usecases/iati_validation/schedule_validation.py 26 0 100%
akvo/rsr/usecases/indicator_contribution.py 4 0 100%
akvo/rsr/usecases/jobs/__init__.py 0 0 100%
akvo/rsr/usecases/jobs/aggregation.py 89 1 99% 13
akvo/rsr/usecases/jobs/cron.py 6 1 83% 8
akvo/rsr/usecases/period_update_aggregation.py 64 1 98% 10
akvo/rsr/usecases/previous_cumulative_update_by_user.py 15 0 100%
akvo/rsr/usecases/remove_project_parent.py 11 0 100%
akvo/rsr/usecases/utils.py 69 3 96% 127, 138, 185
akvo/rsr/validators.py 16 1 94% 32
akvo/rsr/views/__init__.py 8 3 62% 16, 28-29
akvo/rsr/views/account.py 177 80 55% 48, 66-76, 95-175, 188-192, 199, 204-205, 213-241, 289-290, 295, 300
akvo/rsr/views/error.py 6 3 50% 13-15
akvo/rsr/views/my_rsr.py 74 23 69% 35, 87-96, 114-150
akvo/rsr/views/organisation.py 22 5 77% 34, 54-58
akvo/rsr/views/project.py 53 32 40% 36-39, 44, 53-54, 64-79, 89, 96, 103, 114-118, 128-148
akvo/rsr/views/project_update.py 18 8 56% 28-36, 41
akvo/rsr/views/py_reports/__init__.py 27 5 81% 45-51
akvo/rsr/views/py_reports/docx_utils.py 230 163 29% 33-37, 41-48, 52-60, 64-76, 82-88, 94-120, 126-135, 141-145, 150, 153-154, 157-165, 172-173, 176-177, 180-187, 198-199, 202-203, 206-211, 220, 223, 226-231, 240, 243, 246-251, 258-262, 265, 280-281, 284-285, 288-293, 298, 301, 304-308, 328, 332-340, 344-360, 366-370
akvo/rsr/views/py_reports/eutf_narrative_word_report.py 266 205 23% 31-32, 36-37, 41, 45, 49, 53-54, 58, 62, 66, 70, 74, 78, 82, 86, 90, 94, 98, 102, 106, 110, 114, 117-119, 123-130, 136-366
akvo/rsr/views/py_reports/eutf_org_results_table_excel_report.py 135 114 16% 32-33, 47-180
akvo/rsr/views/py_reports/eutf_project_results_table_excel_report.py 107 94 12% 17-134
akvo/rsr/views/py_reports/kickstart_word_report.py 318 285 10% 40, 46-50, 54-59, 63-107, 116-126, 132-420
akvo/rsr/views/py_reports/nuffic_country_level_map_report.py 87 21 76% 30, 105-108, 124-134, 156, 162-165, 169
akvo/rsr/views/py_reports/organisation_data_quality_overview_report.py 255 216 15% 30-41, 45-56, 60-268, 273-278, 282, 287-290, 294, 299-302, 306, 311-313, 317, 322-324, 328-348
akvo/rsr/views/py_reports/organisation_projects_overview_report.py 225 177 21% 30-31, 35-45, 49, 54, 58, 62, 66, 70, 74, 83-88, 98, 105-111, 122-144, 148-151, 157-167, 171-186, 190-421
akvo/rsr/views/py_reports/program_overview_excel_report.py 314 105 67% 101, 114, 143, 149-154, 160, 169, 204, 260, 291, 315, 325-332, 337-344, 349-354, 358-362, 367-391, 395-398, 402-436
akvo/rsr/views/py_reports/program_overview_pdf_report.py 74 14 81% 71-75, 83-86, 94-98
akvo/rsr/views/py_reports/program_period_labels_overview_pdf_report.py 193 17 91% 134-136, 146, 158-167, 227, 240, 260
akvo/rsr/views/py_reports/project_overview_pdf_report.py 45 29 36% 26-46, 50-55, 59-73
akvo/rsr/views/py_reports/project_results_indicators_excel_report.py 229 151 34% 113, 121, 128-133, 140, 148-161, 165-250, 254-300, 306-311
akvo/rsr/views/py_reports/project_updates_excel_report.py 83 71 14% 16-105
akvo/rsr/views/py_reports/results_indicators_excel_report.py 155 138 11% 47-203
akvo/rsr/views/py_reports/results_indicators_with_map_pdf_reports.py 78 19 76% 31, 94, 100, 126-177
akvo/rsr/views/py_reports/utils.py 493 170 66% 70-76, 80-86, 90-99, 103-107, 121-129, 133-144, 170, 177, 188-190, 194, 198, 208, 219, 223, 237, 241-243, 247-249, 253, 257, 261, 265, 269-274, 309, 313, 318, 322, 343-344, 348-351, 355-358, 375, 379, 391, 395, 399-402, 406, 409-412, 415-417, 425, 429, 433, 452, 496, 501, 504, 508, 512, 516, 520, 524, 528, 532, 544-548, 552-556, 574-577, 583, 593, 604-610, 614-620, 624-630, 634-642, 646-648, 652-654, 682, 686, 690-694, 698, 702, 706, 711, 715, 719-722, 726-727
akvo/rsr/views/translations.py 12 2 83% 1471, 1475
akvo/rsr/views/utils.py 61 52 15% 20-26, 37-44, 49-90, 95, 108, 117-129
akvo/rsr/views/widgets.py 70 9 87% 31, 51-55, 102, 104, 106
akvo/scripts/__init__.py 0 0 100%
akvo/scripts/cleanup_images.py 51 51 0% 9-90
akvo/scripts/cordaid/__init__.py 85 27 68% 64-65, 72, 76-79, 83-86, 90-106
akvo/scripts/cordaid/cordaid_project_upload.py 171 171 0% 8-332
akvo/scripts/cordaid/organisation_upload.py 151 151 0% 8-304
akvo/scripts/cordaid/post_import.py 111 111 0% 8-214
akvo/scripts/cordaid/pre_import.py 105 105 0% 8-193
akvo/scripts/cordaid/requester.py 27 27 0% 2-55
akvo/scripts/timestamper.py 24 24 0% 8-48
akvo/settings/10-base.conf 18 0 100%
akvo/settings/20-default.conf 30 0 100%
akvo/settings/30-rsr.conf 43 0 100%
akvo/settings/40-storage.conf 6 0 100%
akvo/settings/41-django-q.conf 3 0 100%
akvo/settings/45-statsd.conf 1 0 100%
akvo/settings/80-sentry.conf 1 0 100%
akvo/settings/85-gmaps.conf 1 0 100%
akvo/settings/85-mapbox.conf 2 0 100%
akvo/settings/85-mapquest.conf 2 0 100%
akvo/settings/90-finish.conf 12 0 100%
akvo/settings/__init__.py 14 0 100%
akvo/stats/__init__.py 0 0 100%
akvo/stats/client.py 8 8 0% 6-16
akvo/thumbnail_backend.py 9 0 100%
akvo/urls.py 29 0 100%
akvo/utils/__init__.py 257 10 96% 244, 275, 385-387, 541-545
akvo/utils/datetime.py 3 0 100%
-------------------------------------------------------------------------------------------------------------
TOTAL 25324 8021 68%
/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 "
Submitting coverage to coveralls.io...
Coverage submitted!
Job #37367238-fbc4-4cfc-9e13-08e3dc8c6070.1
https://coveralls.io/jobs/117731365
21:51:23 - BUILD INFO - Done
21:51:23 - BUILD INFO - Preparing deploy info file
21:51:23 - BUILD INFO - Pulling akvo/rsr-backend-prod-no-code:c963080767f45828c31f83ca5cd25d36
docker.io/akvo/rsr-backend-prod-no-code:c963080767f45828c31f83ca5cd25d36
21:51:35 - BUILD INFO - Building akvo/rsr-backend-prod-no-code:c963080767f45828c31f83ca5cd25d36
[1A[1B[0G[?25l[+] Building 0.0s (0/0)
[?25h[1A[0G[?25l[+] Building 0.0s (0/0)
[?25h[1A[0G[?25l[+] Building 0.0s (2/3)
[34m => [internal] load build definition from Dockerfile-prod-no-code 0.0s
[0m[34m => => transferring dockerfile: 934B 0.0s
[0m[34m => [internal] load .dockerignore 0.0s
[0m[34m => => transferring context: 373B 0.0s
[0m => [internal] load metadata for docker.io/library/python:3.8.1-buster 0.0s
[?25h[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 0.2s (3/4)
[34m => [internal] load build definition from Dockerfile-prod-no-code 0.0s
[0m[34m => => transferring dockerfile: 934B 0.0s
[0m[34m => [internal] load .dockerignore 0.0s
[0m[34m => => transferring context: 373B 0.0s
[0m => [internal] load metadata for docker.io/library/python:3.8.1-buster 0.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 0.3s (3/4)
[34m => [internal] load build definition from Dockerfile-prod-no-code 0.0s
[0m[34m => => transferring dockerfile: 934B 0.0s
[0m[34m => [internal] load .dockerignore 0.0s
[0m[34m => => transferring context: 373B 0.0s
[0m => [internal] load metadata for docker.io/library/python:3.8.1-buster 0.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 0.5s (3/4)
[34m => [internal] load build definition from Dockerfile-prod-no-code 0.0s
[0m[34m => => transferring dockerfile: 934B 0.0s
[0m[34m => [internal] load .dockerignore 0.0s
[0m[34m => => transferring context: 373B 0.0s
[0m => [internal] load metadata for docker.io/library/python:3.8.1-buster 0.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 0.6s (3/4)
[34m => [internal] load build definition from Dockerfile-prod-no-code 0.0s
[0m[34m => => transferring dockerfile: 934B 0.0s
[0m[34m => [internal] load .dockerignore 0.0s
[0m[34m => => transferring context: 373B 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.7s (4/4)
[34m => [internal] load build definition from Dockerfile-prod-no-code 0.0s
[0m[34m => => transferring dockerfile: 934B 0.0s
[0m[34m => [internal] load .dockerignore 0.0s
[0m[34m => => transferring context: 373B 0.0s
[0m[34m => [internal] load metadata for docker.io/library/python:3.8.1-buster 0.7s
[0m[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 (7/18)
[34m => => transferring context: 373B 0.0s
[0m[34m => [internal] load metadata for docker.io/library/python:3.8.1-buster 0.7s
[0m[34m => [auth] library/python:pull token for registry-1.docker.io 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-prod-no-code:c96308076 0.0s
[0m[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m => [ 2/12] 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.0s (7/18)
[34m => => transferring context: 373B 0.0s
[0m[34m => [internal] load metadata for docker.io/library/python:3.8.1-buster 0.7s
[0m[34m => [auth] library/python:pull token for registry-1.docker.io 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-prod-no-code:c96308076 0.0s
[0m[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m => [ 2/12] 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 1.2s (7/18)
[34m => => transferring context: 373B 0.0s
[0m[34m => [internal] load metadata for docker.io/library/python:3.8.1-buster 0.7s
[0m[34m => [auth] library/python:pull token for registry-1.docker.io 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-prod-no-code:c96308076 0.0s
[0m[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m => [ 2/12] RUN set -ex; apt-get update && apt-get install -y --no-in 0.4s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 1.3s (7/18)
[34m => => transferring context: 373B 0.0s
[0m[34m => [internal] load metadata for docker.io/library/python:3.8.1-buster 0.7s
[0m[34m => [auth] library/python:pull token for registry-1.docker.io 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-prod-no-code:c96308076 0.0s
[0m[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m => [ 2/12] 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 1.4s (7/18)
[34m => => transferring context: 373B 0.0s
[0m[34m => [internal] load metadata for docker.io/library/python:3.8.1-buster 0.7s
[0m[34m => [auth] library/python:pull token for registry-1.docker.io 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-prod-no-code:c96308076 0.0s
[0m[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m => [ 2/12] 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 1.5s (7/18)
[34m => => transferring context: 373B 0.0s
[0m[34m => [internal] load metadata for docker.io/library/python:3.8.1-buster 0.7s
[0m[34m => [auth] library/python:pull token for registry-1.docker.io 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-prod-no-code:c96308076 0.0s
[0m[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m => [ 2/12] 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 1.7s (7/18)
[34m => => transferring context: 373B 0.0s
[0m[34m => [internal] load metadata for docker.io/library/python:3.8.1-buster 0.7s
[0m[34m => [auth] library/python:pull token for registry-1.docker.io 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-prod-no-code:c96308076 0.0s
[0m[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m => [ 2/12] 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 1.8s (7/18)
[34m => => transferring context: 373B 0.0s
[0m[34m => [internal] load metadata for docker.io/library/python:3.8.1-buster 0.7s
[0m[34m => [auth] library/python:pull token for registry-1.docker.io 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-prod-no-code:c96308076 0.0s
[0m[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m => [ 2/12] 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.0s (7/18)
[34m => => transferring context: 373B 0.0s
[0m[34m => [internal] load metadata for docker.io/library/python:3.8.1-buster 0.7s
[0m[34m => [auth] library/python:pull token for registry-1.docker.io 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-prod-no-code:c96308076 0.0s
[0m[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m => [ 2/12] 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 2.1s (7/18)
[34m => => transferring context: 373B 0.0s
[0m[34m => [internal] load metadata for docker.io/library/python:3.8.1-buster 0.7s
[0m[34m => [auth] library/python:pull token for registry-1.docker.io 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-prod-no-code:c96308076 0.0s
[0m[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m => [ 2/12] 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 2.3s (7/18)
[34m => => transferring context: 373B 0.0s
[0m[34m => [internal] load metadata for docker.io/library/python:3.8.1-buster 0.7s
[0m[34m => [auth] library/python:pull token for registry-1.docker.io 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-prod-no-code:c96308076 0.0s
[0m[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m => [ 2/12] 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 2.4s (7/18)
[34m => => transferring context: 373B 0.0s
[0m[34m => [internal] load metadata for docker.io/library/python:3.8.1-buster 0.7s
[0m[34m => [auth] library/python:pull token for registry-1.docker.io 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-prod-no-code:c96308076 0.0s
[0m[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m => [ 2/12] 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 2.6s (7/18)
[34m => => transferring context: 373B 0.0s
[0m[34m => [internal] load metadata for docker.io/library/python:3.8.1-buster 0.7s
[0m[34m => [auth] library/python:pull token for registry-1.docker.io 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-prod-no-code:c96308076 0.0s
[0m[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m => [ 2/12] 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 2.7s (7/18)
[34m => => transferring context: 373B 0.0s
[0m[34m => [internal] load metadata for docker.io/library/python:3.8.1-buster 0.7s
[0m[34m => [auth] library/python:pull token for registry-1.docker.io 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-prod-no-code:c96308076 0.0s
[0m[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m => [ 2/12] 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 2.9s (7/18)
[34m => => transferring context: 373B 0.0s
[0m[34m => [internal] load metadata for docker.io/library/python:3.8.1-buster 0.7s
[0m[34m => [auth] library/python:pull token for registry-1.docker.io 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-prod-no-code:c96308076 0.0s
[0m[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m => [ 2/12] RUN set -ex; apt-get update && apt-get install -y --no-in 2.2s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 3.0s (7/18)
[34m => => transferring context: 373B 0.0s
[0m[34m => [internal] load metadata for docker.io/library/python:3.8.1-buster 0.7s
[0m[34m => [auth] library/python:pull token for registry-1.docker.io 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-prod-no-code:c96308076 0.0s
[0m[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m => [ 2/12] 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 3.2s (7/18)
[34m => => transferring context: 373B 0.0s
[0m[34m => [internal] load metadata for docker.io/library/python:3.8.1-buster 0.7s
[0m[34m => [auth] library/python:pull token for registry-1.docker.io 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-prod-no-code:c96308076 0.0s
[0m[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m => [ 2/12] RUN set -ex; apt-get update && apt-get install -y --no-in 2.5s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 3.3s (7/18)
[34m => => transferring context: 373B 0.0s
[0m[34m => [internal] load metadata for docker.io/library/python:3.8.1-buster 0.7s
[0m[34m => [auth] library/python:pull token for registry-1.docker.io 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-prod-no-code:c96308076 0.0s
[0m[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m => [ 2/12] 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 3.5s (7/18)
[34m => => transferring context: 373B 0.0s
[0m[34m => [internal] load metadata for docker.io/library/python:3.8.1-buster 0.7s
[0m[34m => [auth] library/python:pull token for registry-1.docker.io 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-prod-no-code:c96308076 0.0s
[0m[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m => [ 2/12] RUN set -ex; apt-get update && apt-get install -y --no-in 2.8s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 3.6s (7/18)
[34m => => transferring context: 373B 0.0s
[0m[34m => [internal] load metadata for docker.io/library/python:3.8.1-buster 0.7s
[0m[34m => [auth] library/python:pull token for registry-1.docker.io 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-prod-no-code:c96308076 0.0s
[0m[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m => [ 2/12] 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 3.8s (7/18)
[34m => => transferring context: 373B 0.0s
[0m[34m => [internal] load metadata for docker.io/library/python:3.8.1-buster 0.7s
[0m[34m => [auth] library/python:pull token for registry-1.docker.io 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-prod-no-code:c96308076 0.0s
[0m[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m => [ 2/12] RUN set -ex; apt-get update && apt-get install -y --no-in 3.1s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 3.9s (7/18)
[34m => => transferring context: 373B 0.0s
[0m[34m => [internal] load metadata for docker.io/library/python:3.8.1-buster 0.7s
[0m[34m => [auth] library/python:pull token for registry-1.docker.io 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-prod-no-code:c96308076 0.0s
[0m[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m => [ 2/12] 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 4.1s (7/18)
[34m => => transferring context: 373B 0.0s
[0m[34m => [internal] load metadata for docker.io/library/python:3.8.1-buster 0.7s
[0m[34m => [auth] library/python:pull token for registry-1.docker.io 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-prod-no-code:c96308076 0.0s
[0m[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m => [ 2/12] 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 4.2s (7/18)
[34m => => transferring context: 373B 0.0s
[0m[34m => [internal] load metadata for docker.io/library/python:3.8.1-buster 0.7s
[0m[34m => [auth] library/python:pull token for registry-1.docker.io 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-prod-no-code:c96308076 0.0s
[0m[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m => [ 2/12] 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 4.3s (7/18)
[34m => => transferring context: 373B 0.0s
[0m[34m => [internal] load metadata for docker.io/library/python:3.8.1-buster 0.7s
[0m[34m => [auth] library/python:pull token for registry-1.docker.io 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-prod-no-code:c96308076 0.0s
[0m[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m => [ 2/12] 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 4.4s (7/18)
[34m => => transferring context: 373B 0.0s
[0m[34m => [internal] load metadata for docker.io/library/python:3.8.1-buster 0.7s
[0m[34m => [auth] library/python:pull token for registry-1.docker.io 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-prod-no-code:c96308076 0.0s
[0m[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m => [ 2/12] 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 4.6s (7/18)
[34m => => transferring context: 373B 0.0s
[0m[34m => [internal] load metadata for docker.io/library/python:3.8.1-buster 0.7s
[0m[34m => [auth] library/python:pull token for registry-1.docker.io 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-prod-no-code:c96308076 0.0s
[0m[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m => [ 2/12] RUN set -ex; apt-get update && apt-get install -y --no-in 3.8s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 4.7s (7/18)
[34m => => transferring context: 373B 0.0s
[0m[34m => [internal] load metadata for docker.io/library/python:3.8.1-buster 0.7s
[0m[34m => [auth] library/python:pull token for registry-1.docker.io 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-prod-no-code:c96308076 0.0s
[0m[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m => [ 2/12] 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 4.9s (7/18)
[34m => => transferring context: 373B 0.0s
[0m[34m => [internal] load metadata for docker.io/library/python:3.8.1-buster 0.7s
[0m[34m => [auth] library/python:pull token for registry-1.docker.io 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-prod-no-code:c96308076 0.0s
[0m[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m => [ 2/12] RUN set -ex; apt-get update && apt-get install -y --no-in 4.1s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 5.0s (7/18)
[34m => => transferring context: 373B 0.0s
[0m[34m => [internal] load metadata for docker.io/library/python:3.8.1-buster 0.7s
[0m[34m => [auth] library/python:pull token for registry-1.docker.io 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-prod-no-code:c96308076 0.0s
[0m[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m => [ 2/12] 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 5.2s (7/18)
[34m => => transferring context: 373B 0.0s
[0m[34m => [internal] load metadata for docker.io/library/python:3.8.1-buster 0.7s
[0m[34m => [auth] library/python:pull token for registry-1.docker.io 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-prod-no-code:c96308076 0.0s
[0m[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m => [ 2/12] 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 5.3s (7/18)
[34m => => transferring context: 373B 0.0s
[0m[34m => [internal] load metadata for docker.io/library/python:3.8.1-buster 0.7s
[0m[34m => [auth] library/python:pull token for registry-1.docker.io 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-prod-no-code:c96308076 0.0s
[0m[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m => [ 2/12] RUN set -ex; apt-get update && apt-get install -y --no-in 4.5s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 5.4s (7/18)
[34m => => transferring context: 373B 0.0s
[0m[34m => [internal] load metadata for docker.io/library/python:3.8.1-buster 0.7s
[0m[34m => [auth] library/python:pull token for registry-1.docker.io 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-prod-no-code:c96308076 0.0s
[0m[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m => [ 2/12] 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 5.5s (7/18)
[34m => => transferring context: 373B 0.0s
[0m[34m => [internal] load metadata for docker.io/library/python:3.8.1-buster 0.7s
[0m[34m => [auth] library/python:pull token for registry-1.docker.io 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-prod-no-code:c96308076 0.0s
[0m[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m => [ 2/12] 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 5.7s (7/18)
[34m => => transferring context: 373B 0.0s
[0m[34m => [internal] load metadata for docker.io/library/python:3.8.1-buster 0.7s
[0m[34m => [auth] library/python:pull token for registry-1.docker.io 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-prod-no-code:c96308076 0.0s
[0m[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m => [ 2/12] RUN set -ex; apt-get update && apt-get install -y --no-in 4.9s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 5.8s (7/18)
[34m => => transferring context: 373B 0.0s
[0m[34m => [internal] load metadata for docker.io/library/python:3.8.1-buster 0.7s
[0m[34m => [auth] library/python:pull token for registry-1.docker.io 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-prod-no-code:c96308076 0.0s
[0m[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m => [ 2/12] 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.0s (7/18)
[34m => => transferring context: 373B 0.0s
[0m[34m => [internal] load metadata for docker.io/library/python:3.8.1-buster 0.7s
[0m[34m => [auth] library/python:pull token for registry-1.docker.io 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-prod-no-code:c96308076 0.0s
[0m[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m => [ 2/12] RUN set -ex; apt-get update && apt-get install -y --no-in 5.2s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 6.1s (7/18)
[34m => => transferring context: 373B 0.0s
[0m[34m => [internal] load metadata for docker.io/library/python:3.8.1-buster 0.7s
[0m[34m => [auth] library/python:pull token for registry-1.docker.io 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-prod-no-code:c96308076 0.0s
[0m[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m => [ 2/12] 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 6.3s (7/18)
[34m => => transferring context: 373B 0.0s
[0m[34m => [internal] load metadata for docker.io/library/python:3.8.1-buster 0.7s
[0m[34m => [auth] library/python:pull token for registry-1.docker.io 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-prod-no-code:c96308076 0.0s
[0m[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m => [ 2/12] RUN set -ex; apt-get update && apt-get install -y --no-in 5.5s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 6.4s (7/18)
[34m => => transferring context: 373B 0.0s
[0m[34m => [internal] load metadata for docker.io/library/python:3.8.1-buster 0.7s
[0m[34m => [auth] library/python:pull token for registry-1.docker.io 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-prod-no-code:c96308076 0.0s
[0m[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m => [ 2/12] 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 6.6s (7/18)
[34m => => transferring context: 373B 0.0s
[0m[34m => [internal] load metadata for docker.io/library/python:3.8.1-buster 0.7s
[0m[34m => [auth] library/python:pull token for registry-1.docker.io 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-prod-no-code:c96308076 0.0s
[0m[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m => [ 2/12] RUN set -ex; apt-get update && apt-get install -y --no-in 5.8s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 6.7s (7/18)
[34m => => transferring context: 373B 0.0s
[0m[34m => [internal] load metadata for docker.io/library/python:3.8.1-buster 0.7s
[0m[34m => [auth] library/python:pull token for registry-1.docker.io 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-prod-no-code:c96308076 0.0s
[0m[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m => [ 2/12] 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 6.9s (7/18)
[34m => => transferring context: 373B 0.0s
[0m[34m => [internal] load metadata for docker.io/library/python:3.8.1-buster 0.7s
[0m[34m => [auth] library/python:pull token for registry-1.docker.io 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-prod-no-code:c96308076 0.0s
[0m[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m => [ 2/12] 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.0s (7/18)
[34m => => transferring context: 373B 0.0s
[0m[34m => [internal] load metadata for docker.io/library/python:3.8.1-buster 0.7s
[0m[34m => [auth] library/python:pull token for registry-1.docker.io 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-prod-no-code:c96308076 0.0s
[0m[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m => [ 2/12] RUN set -ex; apt-get update && apt-get install -y --no-in 6.3s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 7.2s (7/18)
[34m => => transferring context: 373B 0.0s
[0m[34m => [internal] load metadata for docker.io/library/python:3.8.1-buster 0.7s
[0m[34m => [auth] library/python:pull token for registry-1.docker.io 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-prod-no-code:c96308076 0.0s
[0m[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m => [ 2/12] 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 7.3s (7/18)
[34m => => transferring context: 373B 0.0s
[0m[34m => [internal] load metadata for docker.io/library/python:3.8.1-buster 0.7s
[0m[34m => [auth] library/python:pull token for registry-1.docker.io 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-prod-no-code:c96308076 0.0s
[0m[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m => [ 2/12] RUN set -ex; apt-get update && apt-get install -y --no-in 6.6s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 7.4s (7/18)
[34m => => transferring context: 373B 0.0s
[0m[34m => [internal] load metadata for docker.io/library/python:3.8.1-buster 0.7s
[0m[34m => [auth] library/python:pull token for registry-1.docker.io 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-prod-no-code:c96308076 0.0s
[0m[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m => [ 2/12] 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 7.6s (7/18)
[34m => => transferring context: 373B 0.0s
[0m[34m => [internal] load metadata for docker.io/library/python:3.8.1-buster 0.7s
[0m[34m => [auth] library/python:pull token for registry-1.docker.io 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-prod-no-code:c96308076 0.0s
[0m[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m => [ 2/12] 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 7.7s (7/18)
[34m => => transferring context: 373B 0.0s
[0m[34m => [internal] load metadata for docker.io/library/python:3.8.1-buster 0.7s
[0m[34m => [auth] library/python:pull token for registry-1.docker.io 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-prod-no-code:c96308076 0.0s
[0m[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m => [ 2/12] 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 7.8s (7/18)
[34m => => transferring context: 373B 0.0s
[0m[34m => [internal] load metadata for docker.io/library/python:3.8.1-buster 0.7s
[0m[34m => [auth] library/python:pull token for registry-1.docker.io 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-prod-no-code:c96308076 0.0s
[0m[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m => [ 2/12] 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.0s (7/18)
[34m => => transferring context: 373B 0.0s
[0m[34m => [internal] load metadata for docker.io/library/python:3.8.1-buster 0.7s
[0m[34m => [auth] library/python:pull token for registry-1.docker.io 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-prod-no-code:c96308076 0.0s
[0m[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m => [ 2/12] RUN set -ex; apt-get update && apt-get install -y --no-in 7.2s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 8.1s (7/18)
[34m => => transferring context: 373B 0.0s
[0m[34m => [internal] load metadata for docker.io/library/python:3.8.1-buster 0.7s
[0m[34m => [auth] library/python:pull token for registry-1.docker.io 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-prod-no-code:c96308076 0.0s
[0m[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m => [ 2/12] 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 8.3s (7/18)
[34m => => transferring context: 373B 0.0s
[0m[34m => [internal] load metadata for docker.io/library/python:3.8.1-buster 0.7s
[0m[34m => [auth] library/python:pull token for registry-1.docker.io 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-prod-no-code:c96308076 0.0s
[0m[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m => [ 2/12] RUN set -ex; apt-get update && apt-get install -y --no-in 7.5s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 8.4s (7/18)
[34m => => transferring context: 373B 0.0s
[0m[34m => [internal] load metadata for docker.io/library/python:3.8.1-buster 0.7s
[0m[34m => [auth] library/python:pull token for registry-1.docker.io 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-prod-no-code:c96308076 0.0s
[0m[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m => [ 2/12] 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 8.6s (7/18)
[34m => => transferring context: 373B 0.0s
[0m[34m => [internal] load metadata for docker.io/library/python:3.8.1-buster 0.7s
[0m[34m => [auth] library/python:pull token for registry-1.docker.io 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-prod-no-code:c96308076 0.0s
[0m[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m => [ 2/12] 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 8.7s (7/18)
[34m => => transferring context: 373B 0.0s
[0m[34m => [internal] load metadata for docker.io/library/python:3.8.1-buster 0.7s
[0m[34m => [auth] library/python:pull token for registry-1.docker.io 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-prod-no-code:c96308076 0.0s
[0m[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m => [ 2/12] RUN set -ex; apt-get update && apt-get install -y --no-in 8.0s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 8.9s (7/18)
[34m => => transferring context: 373B 0.0s
[0m[34m => [internal] load metadata for docker.io/library/python:3.8.1-buster 0.7s
[0m[34m => [auth] library/python:pull token for registry-1.docker.io 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-prod-no-code:c96308076 0.0s
[0m[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m => [ 2/12] 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.0s (7/18)
[34m => => transferring context: 373B 0.0s
[0m[34m => [internal] load metadata for docker.io/library/python:3.8.1-buster 0.7s
[0m[34m => [auth] library/python:pull token for registry-1.docker.io 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-prod-no-code:c96308076 0.0s
[0m[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m => [ 2/12] RUN set -ex; apt-get update && apt-get install -y --no-in 8.3s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 9.2s (7/18)
[34m => => transferring context: 373B 0.0s
[0m[34m => [internal] load metadata for docker.io/library/python:3.8.1-buster 0.7s
[0m[34m => [auth] library/python:pull token for registry-1.docker.io 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-prod-no-code:c96308076 0.0s
[0m[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m => [ 2/12] 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 9.3s (7/18)
[34m => => transferring context: 373B 0.0s
[0m[34m => [internal] load metadata for docker.io/library/python:3.8.1-buster 0.7s
[0m[34m => [auth] library/python:pull token for registry-1.docker.io 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-prod-no-code:c96308076 0.0s
[0m[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m => [ 2/12] 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 9.4s (7/18)
[34m => => transferring context: 373B 0.0s
[0m[34m => [internal] load metadata for docker.io/library/python:3.8.1-buster 0.7s
[0m[34m => [auth] library/python:pull token for registry-1.docker.io 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-prod-no-code:c96308076 0.0s
[0m[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m => [ 2/12] 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 9.6s (7/18)
[34m => => transferring context: 373B 0.0s
[0m[34m => [internal] load metadata for docker.io/library/python:3.8.1-buster 0.7s
[0m[34m => [auth] library/python:pull token for registry-1.docker.io 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-prod-no-code:c96308076 0.0s
[0m[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m => [ 2/12] 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 9.7s (7/18)
[34m => => transferring context: 373B 0.0s
[0m[34m => [internal] load metadata for docker.io/library/python:3.8.1-buster 0.7s
[0m[34m => [auth] library/python:pull token for registry-1.docker.io 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-prod-no-code:c96308076 0.0s
[0m[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m => [ 2/12] 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 9.9s (7/18)
[34m => => transferring context: 373B 0.0s
[0m[34m => [internal] load metadata for docker.io/library/python:3.8.1-buster 0.7s
[0m[34m => [auth] library/python:pull token for registry-1.docker.io 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-prod-no-code:c96308076 0.0s
[0m[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m => [ 2/12] 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.0s (7/18)
[34m => => transferring context: 373B 0.0s
[0m[34m => [internal] load metadata for docker.io/library/python:3.8.1-buster 0.7s
[0m[34m => [auth] library/python:pull token for registry-1.docker.io 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-prod-no-code:c96308076 0.0s
[0m[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m => [ 2/12] 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 10.2s (7/18)
[34m => => transferring context: 373B 0.0s
[0m[34m => [internal] load metadata for docker.io/library/python:3.8.1-buster 0.7s
[0m[34m => [auth] library/python:pull token for registry-1.docker.io 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-prod-no-code:c96308076 0.0s
[0m[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m => [ 2/12] 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 10.3s (7/18)
[34m => => transferring context: 373B 0.0s
[0m[34m => [internal] load metadata for docker.io/library/python:3.8.1-buster 0.7s
[0m[34m => [auth] library/python:pull token for registry-1.docker.io 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-prod-no-code:c96308076 0.0s
[0m[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m => [ 2/12] 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 10.5s (7/18)
[34m => => transferring context: 373B 0.0s
[0m[34m => [internal] load metadata for docker.io/library/python:3.8.1-buster 0.7s
[0m[34m => [auth] library/python:pull token for registry-1.docker.io 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-prod-no-code:c96308076 0.0s
[0m[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m => [ 2/12] 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 10.6s (7/18)
[34m => => transferring context: 373B 0.0s
[0m[34m => [internal] load metadata for docker.io/library/python:3.8.1-buster 0.7s
[0m[34m => [auth] library/python:pull token for registry-1.docker.io 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-prod-no-code:c96308076 0.0s
[0m[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m => [ 2/12] 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 10.8s (7/18)
[34m => => transferring context: 373B 0.0s
[0m[34m => [internal] load metadata for docker.io/library/python:3.8.1-buster 0.7s
[0m[34m => [auth] library/python:pull token for registry-1.docker.io 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-prod-no-code:c96308076 0.0s
[0m[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m => [ 2/12] 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 10.9s (7/18)
[34m => => transferring context: 373B 0.0s
[0m[34m => [internal] load metadata for docker.io/library/python:3.8.1-buster 0.7s
[0m[34m => [auth] library/python:pull token for registry-1.docker.io 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-prod-no-code:c96308076 0.0s
[0m[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m => [ 2/12] 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 11.1s (7/18)
[34m => => transferring context: 373B 0.0s
[0m[34m => [internal] load metadata for docker.io/library/python:3.8.1-buster 0.7s
[0m[34m => [auth] library/python:pull token for registry-1.docker.io 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-prod-no-code:c96308076 0.0s
[0m[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m => [ 2/12] 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 11.2s (7/18)
[34m => => transferring context: 373B 0.0s
[0m[34m => [internal] load metadata for docker.io/library/python:3.8.1-buster 0.7s
[0m[34m => [auth] library/python:pull token for registry-1.docker.io 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-prod-no-code:c96308076 0.0s
[0m[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m => [ 2/12] 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 11.4s (7/18)
[34m => => transferring context: 373B 0.0s
[0m[34m => [internal] load metadata for docker.io/library/python:3.8.1-buster 0.7s
[0m[34m => [auth] library/python:pull token for registry-1.docker.io 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-prod-no-code:c96308076 0.0s
[0m[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m => [ 2/12] 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 11.5s (7/18)
[34m => => transferring context: 373B 0.0s
[0m[34m => [internal] load metadata for docker.io/library/python:3.8.1-buster 0.7s
[0m[34m => [auth] library/python:pull token for registry-1.docker.io 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-prod-no-code:c96308076 0.0s
[0m[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m => [ 2/12] 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 11.7s (7/18)
[34m => => transferring context: 373B 0.0s
[0m[34m => [internal] load metadata for docker.io/library/python:3.8.1-buster 0.7s
[0m[34m => [auth] library/python:pull token for registry-1.docker.io 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-prod-no-code:c96308076 0.0s
[0m[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m => [ 2/12] 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 11.8s (7/18)
[34m => => transferring context: 373B 0.0s
[0m[34m => [internal] load metadata for docker.io/library/python:3.8.1-buster 0.7s
[0m[34m => [auth] library/python:pull token for registry-1.docker.io 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-prod-no-code:c96308076 0.0s
[0m[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m => [ 2/12] RUN set -ex; apt-get update && apt-get install -y --no-i 11.1s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 12.0s (7/18)
[34m => => transferring context: 373B 0.0s
[0m[34m => [internal] load metadata for docker.io/library/python:3.8.1-buster 0.7s
[0m[34m => [auth] library/python:pull token for registry-1.docker.io 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-prod-no-code:c96308076 0.0s
[0m[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m => [ 2/12] 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 12.1s (7/18)
[34m => => transferring context: 373B 0.0s
[0m[34m => [internal] load metadata for docker.io/library/python:3.8.1-buster 0.7s
[0m[34m => [auth] library/python:pull token for registry-1.docker.io 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-prod-no-code:c96308076 0.0s
[0m[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m => [ 2/12] 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 12.3s (7/18)
[34m => => transferring context: 373B 0.0s
[0m[34m => [internal] load metadata for docker.io/library/python:3.8.1-buster 0.7s
[0m[34m => [auth] library/python:pull token for registry-1.docker.io 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-prod-no-code:c96308076 0.0s
[0m[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m => [ 2/12] 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 12.4s (7/18)
[34m => => transferring context: 373B 0.0s
[0m[34m => [internal] load metadata for docker.io/library/python:3.8.1-buster 0.7s
[0m[34m => [auth] library/python:pull token for registry-1.docker.io 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-prod-no-code:c96308076 0.0s
[0m[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m => [ 2/12] 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 12.5s (7/18)
[34m => => transferring context: 373B 0.0s
[0m[34m => [internal] load metadata for docker.io/library/python:3.8.1-buster 0.7s
[0m[34m => [auth] library/python:pull token for registry-1.docker.io 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-prod-no-code:c96308076 0.0s
[0m[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m => [ 2/12] 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 12.7s (7/18)
[34m => => transferring context: 373B 0.0s
[0m[34m => [internal] load metadata for docker.io/library/python:3.8.1-buster 0.7s
[0m[34m => [auth] library/python:pull token for registry-1.docker.io 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-prod-no-code:c96308076 0.0s
[0m[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m => [ 2/12] RUN set -ex; apt-get update && apt-get install -y --no-i 11.9s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 12.8s (7/18)
[34m => => transferring context: 373B 0.0s
[0m[34m => [internal] load metadata for docker.io/library/python:3.8.1-buster 0.7s
[0m[34m => [auth] library/python:pull token for registry-1.docker.io 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-prod-no-code:c96308076 0.0s
[0m[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m => [ 2/12] 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 13.0s (7/18)
[34m => => transferring context: 373B 0.0s
[0m[34m => [internal] load metadata for docker.io/library/python:3.8.1-buster 0.7s
[0m[34m => [auth] library/python:pull token for registry-1.docker.io 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-prod-no-code:c96308076 0.0s
[0m[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m => [ 2/12] RUN set -ex; apt-get update && apt-get install -y --no-i 12.2s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 13.1s (7/18)
[34m => => transferring context: 373B 0.0s
[0m[34m => [internal] load metadata for docker.io/library/python:3.8.1-buster 0.7s
[0m[34m => [auth] library/python:pull token for registry-1.docker.io 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-prod-no-code:c96308076 0.0s
[0m[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m => [ 2/12] 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 13.3s (7/18)
[34m => => transferring context: 373B 0.0s
[0m[34m => [internal] load metadata for docker.io/library/python:3.8.1-buster 0.7s
[0m[34m => [auth] library/python:pull token for registry-1.docker.io 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-prod-no-code:c96308076 0.0s
[0m[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m => [ 2/12] RUN set -ex; apt-get update && apt-get install -y --no-i 12.5s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 13.4s (7/18)
[34m => => transferring context: 373B 0.0s
[0m[34m => [internal] load metadata for docker.io/library/python:3.8.1-buster 0.7s
[0m[34m => [auth] library/python:pull token for registry-1.docker.io 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-prod-no-code:c96308076 0.0s
[0m[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m => [ 2/12] 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 13.6s (7/18)
[34m => => transferring context: 373B 0.0s
[0m[34m => [internal] load metadata for docker.io/library/python:3.8.1-buster 0.7s
[0m[34m => [auth] library/python:pull token for registry-1.docker.io 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-prod-no-code:c96308076 0.0s
[0m[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m => [ 2/12] 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 13.7s (7/18)
[34m => => transferring context: 373B 0.0s
[0m[34m => [internal] load metadata for docker.io/library/python:3.8.1-buster 0.7s
[0m[34m => [auth] library/python:pull token for registry-1.docker.io 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-prod-no-code:c96308076 0.0s
[0m[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m => [ 2/12] RUN set -ex; apt-get update && apt-get install -y --no-i 12.9s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 13.8s (7/18)
[34m => => transferring context: 373B 0.0s
[0m[34m => [internal] load metadata for docker.io/library/python:3.8.1-buster 0.7s
[0m[34m => [auth] library/python:pull token for registry-1.docker.io 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-prod-no-code:c96308076 0.0s
[0m[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m => [ 2/12] 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.0s (7/18)
[34m => => transferring context: 373B 0.0s
[0m[34m => [internal] load metadata for docker.io/library/python:3.8.1-buster 0.7s
[0m[34m => [auth] library/python:pull token for registry-1.docker.io 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-prod-no-code:c96308076 0.0s
[0m[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m => [ 2/12] RUN set -ex; apt-get update && apt-get install -y --no-i 13.2s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 14.1s (7/18)
[34m => => transferring context: 373B 0.0s
[0m[34m => [internal] load metadata for docker.io/library/python:3.8.1-buster 0.7s
[0m[34m => [auth] library/python:pull token for registry-1.docker.io 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-prod-no-code:c96308076 0.0s
[0m[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m => [ 2/12] 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 14.3s (7/18)
[34m => => transferring context: 373B 0.0s
[0m[34m => [internal] load metadata for docker.io/library/python:3.8.1-buster 0.7s
[0m[34m => [auth] library/python:pull token for registry-1.docker.io 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-prod-no-code:c96308076 0.0s
[0m[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m => [ 2/12] 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 14.4s (7/18)
[34m => => transferring context: 373B 0.0s
[0m[34m => [internal] load metadata for docker.io/library/python:3.8.1-buster 0.7s
[0m[34m => [auth] library/python:pull token for registry-1.docker.io 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-prod-no-code:c96308076 0.0s
[0m[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m => [ 2/12] 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 14.6s (7/18)
[34m => => transferring context: 373B 0.0s
[0m[34m => [internal] load metadata for docker.io/library/python:3.8.1-buster 0.7s
[0m[34m => [auth] library/python:pull token for registry-1.docker.io 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-prod-no-code:c96308076 0.0s
[0m[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m => [ 2/12] 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 14.7s (7/18)
[34m => => transferring context: 373B 0.0s
[0m[34m => [internal] load metadata for docker.io/library/python:3.8.1-buster 0.7s
[0m[34m => [auth] library/python:pull token for registry-1.docker.io 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-prod-no-code:c96308076 0.0s
[0m[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m => [ 2/12] RUN set -ex; apt-get update && apt-get install -y --no-i 13.9s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 14.8s (7/18)
[34m => => transferring context: 373B 0.0s
[0m[34m => [internal] load metadata for docker.io/library/python:3.8.1-buster 0.7s
[0m[34m => [auth] library/python:pull token for registry-1.docker.io 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-prod-no-code:c96308076 0.0s
[0m[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m => [ 2/12] 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 14.9s (7/18)
[34m => => transferring context: 373B 0.0s
[0m[34m => [internal] load metadata for docker.io/library/python:3.8.1-buster 0.7s
[0m[34m => [auth] library/python:pull token for registry-1.docker.io 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-prod-no-code:c96308076 0.0s
[0m[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m => [ 2/12] RUN set -ex; apt-get update && apt-get install -y --no-i 14.2s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 15.1s (7/18)
[34m => => transferring context: 373B 0.0s
[0m[34m => [internal] load metadata for docker.io/library/python:3.8.1-buster 0.7s
[0m[34m => [auth] library/python:pull token for registry-1.docker.io 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-prod-no-code:c96308076 0.0s
[0m[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m => [ 2/12] 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 15.2s (7/18)
[34m => => transferring context: 373B 0.0s
[0m[34m => [internal] load metadata for docker.io/library/python:3.8.1-buster 0.7s
[0m[34m => [auth] library/python:pull token for registry-1.docker.io 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-prod-no-code:c96308076 0.0s
[0m[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m => [ 2/12] RUN set -ex; apt-get update && apt-get install -y --no-i 14.5s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 15.4s (7/18)
[34m => => transferring context: 373B 0.0s
[0m[34m => [internal] load metadata for docker.io/library/python:3.8.1-buster 0.7s
[0m[34m => [auth] library/python:pull token for registry-1.docker.io 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-prod-no-code:c96308076 0.0s
[0m[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m => [ 2/12] 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 15.5s (7/18)
[34m => => transferring context: 373B 0.0s
[0m[34m => [internal] load metadata for docker.io/library/python:3.8.1-buster 0.7s
[0m[34m => [auth] library/python:pull token for registry-1.docker.io 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-prod-no-code:c96308076 0.0s
[0m[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m => [ 2/12] 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 15.7s (7/18)
[34m => => transferring context: 373B 0.0s
[0m[34m => [internal] load metadata for docker.io/library/python:3.8.1-buster 0.7s
[0m[34m => [auth] library/python:pull token for registry-1.docker.io 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-prod-no-code:c96308076 0.0s
[0m[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m => [ 2/12] RUN set -ex; apt-get update && apt-get install -y --no-i 14.9s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 15.8s (7/18)
[34m => => transferring context: 373B 0.0s
[0m[34m => [internal] load metadata for docker.io/library/python:3.8.1-buster 0.7s
[0m[34m => [auth] library/python:pull token for registry-1.docker.io 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-prod-no-code:c96308076 0.0s
[0m[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m => [ 2/12] 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 15.9s (7/18)
[34m => => transferring context: 373B 0.0s
[0m[34m => [internal] load metadata for docker.io/library/python:3.8.1-buster 0.7s
[0m[34m => [auth] library/python:pull token for registry-1.docker.io 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-prod-no-code:c96308076 0.0s
[0m[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m => [ 2/12] RUN set -ex; apt-get update && apt-get install -y --no-i 15.2s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 16.1s (7/18)
[34m => => transferring context: 373B 0.0s
[0m[34m => [internal] load metadata for docker.io/library/python:3.8.1-buster 0.7s
[0m[34m => [auth] library/python:pull token for registry-1.docker.io 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-prod-no-code:c96308076 0.0s
[0m[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m => [ 2/12] 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 16.2s (7/18)
[34m => => transferring context: 373B 0.0s
[0m[34m => [internal] load metadata for docker.io/library/python:3.8.1-buster 0.7s
[0m[34m => [auth] library/python:pull token for registry-1.docker.io 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-prod-no-code:c96308076 0.0s
[0m[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m => [ 2/12] RUN set -ex; apt-get update && apt-get install -y --no-i 15.5s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 16.4s (7/18)
[34m => => transferring context: 373B 0.0s
[0m[34m => [internal] load metadata for docker.io/library/python:3.8.1-buster 0.7s
[0m[34m => [auth] library/python:pull token for registry-1.docker.io 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-prod-no-code:c96308076 0.0s
[0m[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m => [ 2/12] RUN set -ex; apt-get update && apt-get install -y --no-i 15.6s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 16.5s (7/18)
[34m => => transferring context: 373B 0.0s
[0m[34m => [internal] load metadata for docker.io/library/python:3.8.1-buster 0.7s
[0m[34m => [auth] library/python:pull token for registry-1.docker.io 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-prod-no-code:c96308076 0.0s
[0m[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m => [ 2/12] RUN set -ex; apt-get update && apt-get install -y --no-i 15.8s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 16.7s (7/18)
[34m => => transferring context: 373B 0.0s
[0m[34m => [internal] load metadata for docker.io/library/python:3.8.1-buster 0.7s
[0m[34m => [auth] library/python:pull token for registry-1.docker.io 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-prod-no-code:c96308076 0.0s
[0m[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m => [ 2/12] RUN set -ex; apt-get update && apt-get install -y --no-i 15.9s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 16.8s (10/18)
[34m => importing cache manifest from akvo/rsr-backend-prod-no-code:c96308076 0.0s
[0m[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m[34m => [ 2/12] RUN set -ex; apt-get update && apt-get install -y --no-i 16.0s
[0m[34m => [ 3/12] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 4/12] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 5/12] 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 17.0s (10/18)
[34m => importing cache manifest from akvo/rsr-backend-prod-no-code:c96308076 0.0s
[0m[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m[34m => [ 2/12] RUN set -ex; apt-get update && apt-get install -y --no-i 16.0s
[0m[34m => [ 3/12] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 4/12] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 5/12] RUN pip install --no-cache-dir -r 2_rsr.txt 0.2s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 17.1s (10/18)
[34m => importing cache manifest from akvo/rsr-backend-prod-no-code:c96308076 0.0s
[0m[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m[34m => [ 2/12] RUN set -ex; apt-get update && apt-get install -y --no-i 16.0s
[0m[34m => [ 3/12] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 4/12] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 5/12] 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 17.3s (10/18)
[34m => importing cache manifest from akvo/rsr-backend-prod-no-code:c96308076 0.0s
[0m[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m[34m => [ 2/12] RUN set -ex; apt-get update && apt-get install -y --no-i 16.0s
[0m[34m => [ 3/12] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 4/12] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 5/12] RUN pip install --no-cache-dir -r 2_rsr.txt 0.5s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 17.4s (10/18)
[34m => importing cache manifest from akvo/rsr-backend-prod-no-code:c96308076 0.0s
[0m[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m[34m => [ 2/12] RUN set -ex; apt-get update && apt-get install -y --no-i 16.0s
[0m[34m => [ 3/12] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 4/12] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 5/12] 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 17.6s (10/18)
[34m => importing cache manifest from akvo/rsr-backend-prod-no-code:c96308076 0.0s
[0m[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m[34m => [ 2/12] RUN set -ex; apt-get update && apt-get install -y --no-i 16.0s
[0m[34m => [ 3/12] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 4/12] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 5/12] 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 17.7s (10/18)
[34m => importing cache manifest from akvo/rsr-backend-prod-no-code:c96308076 0.0s
[0m[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m[34m => [ 2/12] RUN set -ex; apt-get update && apt-get install -y --no-i 16.0s
[0m[34m => [ 3/12] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 4/12] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 5/12] 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 17.9s (10/18)
[34m => importing cache manifest from akvo/rsr-backend-prod-no-code:c96308076 0.0s
[0m[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m[34m => [ 2/12] RUN set -ex; apt-get update && apt-get install -y --no-i 16.0s
[0m[34m => [ 3/12] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 4/12] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 5/12] 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 18.0s (10/18)
[34m => importing cache manifest from akvo/rsr-backend-prod-no-code:c96308076 0.0s
[0m[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m[34m => [ 2/12] RUN set -ex; apt-get update && apt-get install -y --no-i 16.0s
[0m[34m => [ 3/12] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 4/12] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 5/12] 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 18.2s (10/18)
[34m => importing cache manifest from akvo/rsr-backend-prod-no-code:c96308076 0.0s
[0m[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m[34m => [ 2/12] RUN set -ex; apt-get update && apt-get install -y --no-i 16.0s
[0m[34m => [ 3/12] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 4/12] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 5/12] 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 18.3s (10/18)
[34m => importing cache manifest from akvo/rsr-backend-prod-no-code:c96308076 0.0s
[0m[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m[34m => [ 2/12] RUN set -ex; apt-get update && apt-get install -y --no-i 16.0s
[0m[34m => [ 3/12] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 4/12] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 5/12] RUN pip install --no-cache-dir -r 2_rsr.txt 1.6s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 18.5s (10/18)
[34m => importing cache manifest from akvo/rsr-backend-prod-no-code:c96308076 0.0s
[0m[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m[34m => [ 2/12] RUN set -ex; apt-get update && apt-get install -y --no-i 16.0s
[0m[34m => [ 3/12] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 4/12] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 5/12] 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 18.6s (10/18)
[34m => importing cache manifest from akvo/rsr-backend-prod-no-code:c96308076 0.0s
[0m[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m[34m => [ 2/12] RUN set -ex; apt-get update && apt-get install -y --no-i 16.0s
[0m[34m => [ 3/12] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 4/12] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 5/12] 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 18.7s (10/18)
[34m => importing cache manifest from akvo/rsr-backend-prod-no-code:c96308076 0.0s
[0m[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m[34m => [ 2/12] RUN set -ex; apt-get update && apt-get install -y --no-i 16.0s
[0m[34m => [ 3/12] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 4/12] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 5/12] RUN pip install --no-cache-dir -r 2_rsr.txt 1.9s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 18.8s (10/18)
[34m => importing cache manifest from akvo/rsr-backend-prod-no-code:c96308076 0.0s
[0m[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m[34m => [ 2/12] RUN set -ex; apt-get update && apt-get install -y --no-i 16.0s
[0m[34m => [ 3/12] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 4/12] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 5/12] 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 19.0s (10/18)
[34m => importing cache manifest from akvo/rsr-backend-prod-no-code:c96308076 0.0s
[0m[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m[34m => [ 2/12] RUN set -ex; apt-get update && apt-get install -y --no-i 16.0s
[0m[34m => [ 3/12] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 4/12] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 5/12] RUN pip install --no-cache-dir -r 2_rsr.txt 2.2s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 19.1s (10/18)
[34m => importing cache manifest from akvo/rsr-backend-prod-no-code:c96308076 0.0s
[0m[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m[34m => [ 2/12] RUN set -ex; apt-get update && apt-get install -y --no-i 16.0s
[0m[34m => [ 3/12] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 4/12] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 5/12] 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 19.3s (10/18)
[34m => importing cache manifest from akvo/rsr-backend-prod-no-code:c96308076 0.0s
[0m[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m[34m => [ 2/12] RUN set -ex; apt-get update && apt-get install -y --no-i 16.0s
[0m[34m => [ 3/12] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 4/12] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 5/12] RUN pip install --no-cache-dir -r 2_rsr.txt 2.5s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 19.4s (10/18)
[34m => importing cache manifest from akvo/rsr-backend-prod-no-code:c96308076 0.0s
[0m[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m[34m => [ 2/12] RUN set -ex; apt-get update && apt-get install -y --no-i 16.0s
[0m[34m => [ 3/12] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 4/12] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 5/12] 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 19.5s (10/18)
[34m => importing cache manifest from akvo/rsr-backend-prod-no-code:c96308076 0.0s
[0m[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m[34m => [ 2/12] RUN set -ex; apt-get update && apt-get install -y --no-i 16.0s
[0m[34m => [ 3/12] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 4/12] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 5/12] RUN pip install --no-cache-dir -r 2_rsr.txt 2.8s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 19.7s (10/18)
[34m => importing cache manifest from akvo/rsr-backend-prod-no-code:c96308076 0.0s
[0m[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m[34m => [ 2/12] RUN set -ex; apt-get update && apt-get install -y --no-i 16.0s
[0m[34m => [ 3/12] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 4/12] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 5/12] 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 19.8s (10/18)
[34m => importing cache manifest from akvo/rsr-backend-prod-no-code:c96308076 0.0s
[0m[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m[34m => [ 2/12] RUN set -ex; apt-get update && apt-get install -y --no-i 16.0s
[0m[34m => [ 3/12] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 4/12] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 5/12] RUN pip install --no-cache-dir -r 2_rsr.txt 3.1s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 20.0s (10/18)
[34m => importing cache manifest from akvo/rsr-backend-prod-no-code:c96308076 0.0s
[0m[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m[34m => [ 2/12] RUN set -ex; apt-get update && apt-get install -y --no-i 16.0s
[0m[34m => [ 3/12] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 4/12] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 5/12] 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 20.1s (10/18)
[34m => importing cache manifest from akvo/rsr-backend-prod-no-code:c96308076 0.0s
[0m[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m[34m => [ 2/12] RUN set -ex; apt-get update && apt-get install -y --no-i 16.0s
[0m[34m => [ 3/12] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 4/12] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 5/12] RUN pip install --no-cache-dir -r 2_rsr.txt 3.4s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 20.3s (10/18)
[34m => importing cache manifest from akvo/rsr-backend-prod-no-code:c96308076 0.0s
[0m[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m[34m => [ 2/12] RUN set -ex; apt-get update && apt-get install -y --no-i 16.0s
[0m[34m => [ 3/12] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 4/12] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 5/12] 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 20.4s (10/18)
[34m => importing cache manifest from akvo/rsr-backend-prod-no-code:c96308076 0.0s
[0m[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m[34m => [ 2/12] RUN set -ex; apt-get update && apt-get install -y --no-i 16.0s
[0m[34m => [ 3/12] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 4/12] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 5/12] RUN pip install --no-cache-dir -r 2_rsr.txt 3.7s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 20.6s (10/18)
[34m => importing cache manifest from akvo/rsr-backend-prod-no-code:c96308076 0.0s
[0m[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m[34m => [ 2/12] RUN set -ex; apt-get update && apt-get install -y --no-i 16.0s
[0m[34m => [ 3/12] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 4/12] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 5/12] 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 20.7s (10/18)
[34m => importing cache manifest from akvo/rsr-backend-prod-no-code:c96308076 0.0s
[0m[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m[34m => [ 2/12] RUN set -ex; apt-get update && apt-get install -y --no-i 16.0s
[0m[34m => [ 3/12] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 4/12] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 5/12] RUN pip install --no-cache-dir -r 2_rsr.txt 4.0s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 20.9s (10/18)
[34m => importing cache manifest from akvo/rsr-backend-prod-no-code:c96308076 0.0s
[0m[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m[34m => [ 2/12] RUN set -ex; apt-get update && apt-get install -y --no-i 16.0s
[0m[34m => [ 3/12] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 4/12] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 5/12] 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 21.0s (10/18)
[34m => importing cache manifest from akvo/rsr-backend-prod-no-code:c96308076 0.0s
[0m[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m[34m => [ 2/12] RUN set -ex; apt-get update && apt-get install -y --no-i 16.0s
[0m[34m => [ 3/12] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 4/12] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 5/12] 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 21.2s (10/18)
[34m => importing cache manifest from akvo/rsr-backend-prod-no-code:c96308076 0.0s
[0m[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m[34m => [ 2/12] RUN set -ex; apt-get update && apt-get install -y --no-i 16.0s
[0m[34m => [ 3/12] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 4/12] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 5/12] 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 21.3s (10/18)
[34m => importing cache manifest from akvo/rsr-backend-prod-no-code:c96308076 0.0s
[0m[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m[34m => [ 2/12] RUN set -ex; apt-get update && apt-get install -y --no-i 16.0s
[0m[34m => [ 3/12] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 4/12] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 5/12] RUN pip install --no-cache-dir -r 2_rsr.txt 4.5s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 21.5s (10/18)
[34m => importing cache manifest from akvo/rsr-backend-prod-no-code:c96308076 0.0s
[0m[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m[34m => [ 2/12] RUN set -ex; apt-get update && apt-get install -y --no-i 16.0s
[0m[34m => [ 3/12] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 4/12] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 5/12] 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 21.6s (10/18)
[34m => importing cache manifest from akvo/rsr-backend-prod-no-code:c96308076 0.0s
[0m[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m[34m => [ 2/12] RUN set -ex; apt-get update && apt-get install -y --no-i 16.0s
[0m[34m => [ 3/12] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 4/12] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 5/12] 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 21.7s (10/18)
[34m => importing cache manifest from akvo/rsr-backend-prod-no-code:c96308076 0.0s
[0m[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m[34m => [ 2/12] RUN set -ex; apt-get update && apt-get install -y --no-i 16.0s
[0m[34m => [ 3/12] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 4/12] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 5/12] 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 21.8s (10/18)
[34m => importing cache manifest from akvo/rsr-backend-prod-no-code:c96308076 0.0s
[0m[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m[34m => [ 2/12] RUN set -ex; apt-get update && apt-get install -y --no-i 16.0s
[0m[34m => [ 3/12] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 4/12] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 5/12] 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 22.0s (10/18)
[34m => importing cache manifest from akvo/rsr-backend-prod-no-code:c96308076 0.0s
[0m[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m[34m => [ 2/12] RUN set -ex; apt-get update && apt-get install -y --no-i 16.0s
[0m[34m => [ 3/12] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 4/12] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 5/12] 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 22.1s (10/18)
[34m => importing cache manifest from akvo/rsr-backend-prod-no-code:c96308076 0.0s
[0m[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m[34m => [ 2/12] RUN set -ex; apt-get update && apt-get install -y --no-i 16.0s
[0m[34m => [ 3/12] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 4/12] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 5/12] 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 22.2s (10/18)
[34m => importing cache manifest from akvo/rsr-backend-prod-no-code:c96308076 0.0s
[0m[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m[34m => [ 2/12] RUN set -ex; apt-get update && apt-get install -y --no-i 16.0s
[0m[34m => [ 3/12] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 4/12] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 5/12] RUN pip install --no-cache-dir -r 2_rsr.txt 5.4s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 22.4s (10/18)
[34m => importing cache manifest from akvo/rsr-backend-prod-no-code:c96308076 0.0s
[0m[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m[34m => [ 2/12] RUN set -ex; apt-get update && apt-get install -y --no-i 16.0s
[0m[34m => [ 3/12] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 4/12] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 5/12] 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 22.5s (10/18)
[34m => importing cache manifest from akvo/rsr-backend-prod-no-code:c96308076 0.0s
[0m[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m[34m => [ 2/12] RUN set -ex; apt-get update && apt-get install -y --no-i 16.0s
[0m[34m => [ 3/12] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 4/12] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 5/12] 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 22.7s (10/18)
[34m => importing cache manifest from akvo/rsr-backend-prod-no-code:c96308076 0.0s
[0m[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m[34m => [ 2/12] RUN set -ex; apt-get update && apt-get install -y --no-i 16.0s
[0m[34m => [ 3/12] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 4/12] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 5/12] 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 22.8s (10/18)
[34m => importing cache manifest from akvo/rsr-backend-prod-no-code:c96308076 0.0s
[0m[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m[34m => [ 2/12] RUN set -ex; apt-get update && apt-get install -y --no-i 16.0s
[0m[34m => [ 3/12] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 4/12] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 5/12] 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 23.0s (10/18)
[34m => importing cache manifest from akvo/rsr-backend-prod-no-code:c96308076 0.0s
[0m[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m[34m => [ 2/12] RUN set -ex; apt-get update && apt-get install -y --no-i 16.0s
[0m[34m => [ 3/12] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 4/12] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 5/12] 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 23.1s (10/18)
[34m => importing cache manifest from akvo/rsr-backend-prod-no-code:c96308076 0.0s
[0m[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m[34m => [ 2/12] RUN set -ex; apt-get update && apt-get install -y --no-i 16.0s
[0m[34m => [ 3/12] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 4/12] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 5/12] 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 23.3s (10/18)
[34m => importing cache manifest from akvo/rsr-backend-prod-no-code:c96308076 0.0s
[0m[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m[34m => [ 2/12] RUN set -ex; apt-get update && apt-get install -y --no-i 16.0s
[0m[34m => [ 3/12] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 4/12] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 5/12] 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 23.4s (10/18)
[34m => importing cache manifest from akvo/rsr-backend-prod-no-code:c96308076 0.0s
[0m[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m[34m => [ 2/12] RUN set -ex; apt-get update && apt-get install -y --no-i 16.0s
[0m[34m => [ 3/12] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 4/12] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 5/12] 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 23.6s (10/18)
[34m => importing cache manifest from akvo/rsr-backend-prod-no-code:c96308076 0.0s
[0m[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m[34m => [ 2/12] RUN set -ex; apt-get update && apt-get install -y --no-i 16.0s
[0m[34m => [ 3/12] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 4/12] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 5/12] 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 23.7s (10/18)
[34m => importing cache manifest from akvo/rsr-backend-prod-no-code:c96308076 0.0s
[0m[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m[34m => [ 2/12] RUN set -ex; apt-get update && apt-get install -y --no-i 16.0s
[0m[34m => [ 3/12] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 4/12] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 5/12] 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 23.8s (10/18)
[34m => importing cache manifest from akvo/rsr-backend-prod-no-code:c96308076 0.0s
[0m[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m[34m => [ 2/12] RUN set -ex; apt-get update && apt-get install -y --no-i 16.0s
[0m[34m => [ 3/12] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 4/12] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 5/12] RUN pip install --no-cache-dir -r 2_rsr.txt 7.0s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 23.9s (10/18)
[34m => importing cache manifest from akvo/rsr-backend-prod-no-code:c96308076 0.0s
[0m[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m[34m => [ 2/12] RUN set -ex; apt-get update && apt-get install -y --no-i 16.0s
[0m[34m => [ 3/12] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 4/12] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 5/12] 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 24.1s (10/18)
[34m => importing cache manifest from akvo/rsr-backend-prod-no-code:c96308076 0.0s
[0m[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m[34m => [ 2/12] RUN set -ex; apt-get update && apt-get install -y --no-i 16.0s
[0m[34m => [ 3/12] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 4/12] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 5/12] 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 24.2s (10/18)
[34m => importing cache manifest from akvo/rsr-backend-prod-no-code:c96308076 0.0s
[0m[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m[34m => [ 2/12] RUN set -ex; apt-get update && apt-get install -y --no-i 16.0s
[0m[34m => [ 3/12] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 4/12] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 5/12] 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 24.3s (10/18)
[34m => importing cache manifest from akvo/rsr-backend-prod-no-code:c96308076 0.0s
[0m[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m[34m => [ 2/12] RUN set -ex; apt-get update && apt-get install -y --no-i 16.0s
[0m[34m => [ 3/12] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 4/12] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 5/12] 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 24.5s (10/18)
[34m => importing cache manifest from akvo/rsr-backend-prod-no-code:c96308076 0.0s
[0m[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m[34m => [ 2/12] RUN set -ex; apt-get update && apt-get install -y --no-i 16.0s
[0m[34m => [ 3/12] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 4/12] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 5/12] 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 24.6s (10/18)
[34m => importing cache manifest from akvo/rsr-backend-prod-no-code:c96308076 0.0s
[0m[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m[34m => [ 2/12] RUN set -ex; apt-get update && apt-get install -y --no-i 16.0s
[0m[34m => [ 3/12] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 4/12] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 5/12] 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 24.8s (10/18)
[34m => importing cache manifest from akvo/rsr-backend-prod-no-code:c96308076 0.0s
[0m[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m[34m => [ 2/12] RUN set -ex; apt-get update && apt-get install -y --no-i 16.0s
[0m[34m => [ 3/12] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 4/12] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 5/12] 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 24.9s (10/18)
[34m => importing cache manifest from akvo/rsr-backend-prod-no-code:c96308076 0.0s
[0m[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m[34m => [ 2/12] RUN set -ex; apt-get update && apt-get install -y --no-i 16.0s
[0m[34m => [ 3/12] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 4/12] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 5/12] RUN pip install --no-cache-dir -r 2_rsr.txt 8.1s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 25.0s (10/18)
[34m => importing cache manifest from akvo/rsr-backend-prod-no-code:c96308076 0.0s
[0m[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m[34m => [ 2/12] RUN set -ex; apt-get update && apt-get install -y --no-i 16.0s
[0m[34m => [ 3/12] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 4/12] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 5/12] 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 25.2s (10/18)
[34m => importing cache manifest from akvo/rsr-backend-prod-no-code:c96308076 0.0s
[0m[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m[34m => [ 2/12] RUN set -ex; apt-get update && apt-get install -y --no-i 16.0s
[0m[34m => [ 3/12] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 4/12] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 5/12] RUN pip install --no-cache-dir -r 2_rsr.txt 8.4s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 25.3s (10/18)
[34m => importing cache manifest from akvo/rsr-backend-prod-no-code:c96308076 0.0s
[0m[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m[34m => [ 2/12] RUN set -ex; apt-get update && apt-get install -y --no-i 16.0s
[0m[34m => [ 3/12] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 4/12] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 5/12] 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 25.5s (10/18)
[34m => importing cache manifest from akvo/rsr-backend-prod-no-code:c96308076 0.0s
[0m[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m[34m => [ 2/12] RUN set -ex; apt-get update && apt-get install -y --no-i 16.0s
[0m[34m => [ 3/12] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 4/12] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 5/12] 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 25.6s (10/18)
[34m => importing cache manifest from akvo/rsr-backend-prod-no-code:c96308076 0.0s
[0m[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m[34m => [ 2/12] RUN set -ex; apt-get update && apt-get install -y --no-i 16.0s
[0m[34m => [ 3/12] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 4/12] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 5/12] 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 25.7s (10/18)
[34m => importing cache manifest from akvo/rsr-backend-prod-no-code:c96308076 0.0s
[0m[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m[34m => [ 2/12] RUN set -ex; apt-get update && apt-get install -y --no-i 16.0s
[0m[34m => [ 3/12] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 4/12] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 5/12] 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 25.9s (10/18)
[34m => importing cache manifest from akvo/rsr-backend-prod-no-code:c96308076 0.0s
[0m[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m[34m => [ 2/12] RUN set -ex; apt-get update && apt-get install -y --no-i 16.0s
[0m[34m => [ 3/12] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 4/12] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 5/12] 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 26.0s (10/18)
[34m => importing cache manifest from akvo/rsr-backend-prod-no-code:c96308076 0.0s
[0m[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m[34m => [ 2/12] RUN set -ex; apt-get update && apt-get install -y --no-i 16.0s
[0m[34m => [ 3/12] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 4/12] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 5/12] 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 26.1s (10/18)
[34m => importing cache manifest from akvo/rsr-backend-prod-no-code:c96308076 0.0s
[0m[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m[34m => [ 2/12] RUN set -ex; apt-get update && apt-get install -y --no-i 16.0s
[0m[34m => [ 3/12] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 4/12] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 5/12] 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 26.3s (10/18)
[34m => importing cache manifest from akvo/rsr-backend-prod-no-code:c96308076 0.0s
[0m[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m[34m => [ 2/12] RUN set -ex; apt-get update && apt-get install -y --no-i 16.0s
[0m[34m => [ 3/12] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 4/12] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 5/12] 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 26.4s (10/18)
[34m => importing cache manifest from akvo/rsr-backend-prod-no-code:c96308076 0.0s
[0m[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m[34m => [ 2/12] RUN set -ex; apt-get update && apt-get install -y --no-i 16.0s
[0m[34m => [ 3/12] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 4/12] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 5/12] 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 26.5s (10/18)
[34m => importing cache manifest from akvo/rsr-backend-prod-no-code:c96308076 0.0s
[0m[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m[34m => [ 2/12] RUN set -ex; apt-get update && apt-get install -y --no-i 16.0s
[0m[34m => [ 3/12] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 4/12] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 5/12] RUN pip install --no-cache-dir -r 2_rsr.txt 9.7s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 26.7s (10/18)
[34m => importing cache manifest from akvo/rsr-backend-prod-no-code:c96308076 0.0s
[0m[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m[34m => [ 2/12] RUN set -ex; apt-get update && apt-get install -y --no-i 16.0s
[0m[34m => [ 3/12] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 4/12] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 5/12] 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 26.8s (10/18)
[34m => importing cache manifest from akvo/rsr-backend-prod-no-code:c96308076 0.0s
[0m[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m[34m => [ 2/12] RUN set -ex; apt-get update && apt-get install -y --no-i 16.0s
[0m[34m => [ 3/12] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 4/12] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 5/12] 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 26.9s (10/18)
[34m => importing cache manifest from akvo/rsr-backend-prod-no-code:c96308076 0.0s
[0m[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m[34m => [ 2/12] RUN set -ex; apt-get update && apt-get install -y --no-i 16.0s
[0m[34m => [ 3/12] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 4/12] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 5/12] RUN pip install --no-cache-dir -r 2_rsr.txt 10.1s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 27.0s (10/18)
[34m => importing cache manifest from akvo/rsr-backend-prod-no-code:c96308076 0.0s
[0m[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m[34m => [ 2/12] RUN set -ex; apt-get update && apt-get install -y --no-i 16.0s
[0m[34m => [ 3/12] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 4/12] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 5/12] 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 27.2s (10/18)
[34m => importing cache manifest from akvo/rsr-backend-prod-no-code:c96308076 0.0s
[0m[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m[34m => [ 2/12] RUN set -ex; apt-get update && apt-get install -y --no-i 16.0s
[0m[34m => [ 3/12] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 4/12] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 5/12] RUN pip install --no-cache-dir -r 2_rsr.txt 10.4s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 27.3s (10/18)
[34m => importing cache manifest from akvo/rsr-backend-prod-no-code:c96308076 0.0s
[0m[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m[34m => [ 2/12] RUN set -ex; apt-get update && apt-get install -y --no-i 16.0s
[0m[34m => [ 3/12] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 4/12] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 5/12] 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 27.5s (10/18)
[34m => importing cache manifest from akvo/rsr-backend-prod-no-code:c96308076 0.0s
[0m[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m[34m => [ 2/12] RUN set -ex; apt-get update && apt-get install -y --no-i 16.0s
[0m[34m => [ 3/12] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 4/12] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 5/12] 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 27.7s (10/18)
[34m => importing cache manifest from akvo/rsr-backend-prod-no-code:c96308076 0.0s
[0m[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m[34m => [ 2/12] RUN set -ex; apt-get update && apt-get install -y --no-i 16.0s
[0m[34m => [ 3/12] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 4/12] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 5/12] 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 27.8s (10/18)
[34m => importing cache manifest from akvo/rsr-backend-prod-no-code:c96308076 0.0s
[0m[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m[34m => [ 2/12] RUN set -ex; apt-get update && apt-get install -y --no-i 16.0s
[0m[34m => [ 3/12] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 4/12] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 5/12] RUN pip install --no-cache-dir -r 2_rsr.txt 11.0s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 27.9s (10/18)
[34m => importing cache manifest from akvo/rsr-backend-prod-no-code:c96308076 0.0s
[0m[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m[34m => [ 2/12] RUN set -ex; apt-get update && apt-get install -y --no-i 16.0s
[0m[34m => [ 3/12] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 4/12] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 5/12] 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 28.1s (10/18)
[34m => importing cache manifest from akvo/rsr-backend-prod-no-code:c96308076 0.0s
[0m[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m[34m => [ 2/12] RUN set -ex; apt-get update && apt-get install -y --no-i 16.0s
[0m[34m => [ 3/12] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 4/12] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 5/12] RUN pip install --no-cache-dir -r 2_rsr.txt 11.3s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 28.2s (10/18)
[34m => importing cache manifest from akvo/rsr-backend-prod-no-code:c96308076 0.0s
[0m[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m[34m => [ 2/12] RUN set -ex; apt-get update && apt-get install -y --no-i 16.0s
[0m[34m => [ 3/12] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 4/12] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 5/12] 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 28.4s (10/18)
[34m => importing cache manifest from akvo/rsr-backend-prod-no-code:c96308076 0.0s
[0m[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m[34m => [ 2/12] RUN set -ex; apt-get update && apt-get install -y --no-i 16.0s
[0m[34m => [ 3/12] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 4/12] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 5/12] RUN pip install --no-cache-dir -r 2_rsr.txt 11.6s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 28.5s (10/18)
[34m => importing cache manifest from akvo/rsr-backend-prod-no-code:c96308076 0.0s
[0m[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m[34m => [ 2/12] RUN set -ex; apt-get update && apt-get install -y --no-i 16.0s
[0m[34m => [ 3/12] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 4/12] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 5/12] 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 28.6s (10/18)
[34m => importing cache manifest from akvo/rsr-backend-prod-no-code:c96308076 0.0s
[0m[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m[34m => [ 2/12] RUN set -ex; apt-get update && apt-get install -y --no-i 16.0s
[0m[34m => [ 3/12] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 4/12] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 5/12] 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 28.7s (10/18)
[34m => importing cache manifest from akvo/rsr-backend-prod-no-code:c96308076 0.0s
[0m[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m[34m => [ 2/12] RUN set -ex; apt-get update && apt-get install -y --no-i 16.0s
[0m[34m => [ 3/12] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 4/12] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 5/12] RUN pip install --no-cache-dir -r 2_rsr.txt 11.9s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 28.8s (10/18)
[34m => importing cache manifest from akvo/rsr-backend-prod-no-code:c96308076 0.0s
[0m[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m[34m => [ 2/12] RUN set -ex; apt-get update && apt-get install -y --no-i 16.0s
[0m[34m => [ 3/12] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 4/12] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 5/12] 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 28.9s (10/18)
[34m => importing cache manifest from akvo/rsr-backend-prod-no-code:c96308076 0.0s
[0m[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m[34m => [ 2/12] RUN set -ex; apt-get update && apt-get install -y --no-i 16.0s
[0m[34m => [ 3/12] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 4/12] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 5/12] 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 29.1s (10/18)
[34m => importing cache manifest from akvo/rsr-backend-prod-no-code:c96308076 0.0s
[0m[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m[34m => [ 2/12] RUN set -ex; apt-get update && apt-get install -y --no-i 16.0s
[0m[34m => [ 3/12] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 4/12] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 5/12] 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 29.2s (10/18)
[34m => importing cache manifest from akvo/rsr-backend-prod-no-code:c96308076 0.0s
[0m[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m[34m => [ 2/12] RUN set -ex; apt-get update && apt-get install -y --no-i 16.0s
[0m[34m => [ 3/12] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 4/12] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 5/12] 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 29.4s (10/18)
[34m => importing cache manifest from akvo/rsr-backend-prod-no-code:c96308076 0.0s
[0m[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m[34m => [ 2/12] RUN set -ex; apt-get update && apt-get install -y --no-i 16.0s
[0m[34m => [ 3/12] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 4/12] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 5/12] 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 29.5s (10/18)
[34m => importing cache manifest from akvo/rsr-backend-prod-no-code:c96308076 0.0s
[0m[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m[34m => [ 2/12] RUN set -ex; apt-get update && apt-get install -y --no-i 16.0s
[0m[34m => [ 3/12] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 4/12] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 5/12] 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 29.6s (10/18)
[34m => importing cache manifest from akvo/rsr-backend-prod-no-code:c96308076 0.0s
[0m[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m[34m => [ 2/12] RUN set -ex; apt-get update && apt-get install -y --no-i 16.0s
[0m[34m => [ 3/12] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 4/12] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 5/12] 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 29.8s (10/18)
[34m => importing cache manifest from akvo/rsr-backend-prod-no-code:c96308076 0.0s
[0m[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m[34m => [ 2/12] RUN set -ex; apt-get update && apt-get install -y --no-i 16.0s
[0m[34m => [ 3/12] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 4/12] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 5/12] RUN pip install --no-cache-dir -r 2_rsr.txt 13.0s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 29.9s (10/18)
[34m => importing cache manifest from akvo/rsr-backend-prod-no-code:c96308076 0.0s
[0m[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m[34m => [ 2/12] RUN set -ex; apt-get update && apt-get install -y --no-i 16.0s
[0m[34m => [ 3/12] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 4/12] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 5/12] 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 30.1s (10/18)
[34m => importing cache manifest from akvo/rsr-backend-prod-no-code:c96308076 0.0s
[0m[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m[34m => [ 2/12] RUN set -ex; apt-get update && apt-get install -y --no-i 16.0s
[0m[34m => [ 3/12] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 4/12] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 5/12] RUN pip install --no-cache-dir -r 2_rsr.txt 13.3s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 30.2s (10/18)
[34m => importing cache manifest from akvo/rsr-backend-prod-no-code:c96308076 0.0s
[0m[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m[34m => [ 2/12] RUN set -ex; apt-get update && apt-get install -y --no-i 16.0s
[0m[34m => [ 3/12] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 4/12] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 5/12] 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 30.4s (10/18)
[34m => importing cache manifest from akvo/rsr-backend-prod-no-code:c96308076 0.0s
[0m[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m[34m => [ 2/12] RUN set -ex; apt-get update && apt-get install -y --no-i 16.0s
[0m[34m => [ 3/12] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 4/12] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 5/12] 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 30.5s (10/18)
[34m => importing cache manifest from akvo/rsr-backend-prod-no-code:c96308076 0.0s
[0m[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m[34m => [ 2/12] RUN set -ex; apt-get update && apt-get install -y --no-i 16.0s
[0m[34m => [ 3/12] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 4/12] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 5/12] 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 30.7s (10/18)
[34m => importing cache manifest from akvo/rsr-backend-prod-no-code:c96308076 0.0s
[0m[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m[34m => [ 2/12] RUN set -ex; apt-get update && apt-get install -y --no-i 16.0s
[0m[34m => [ 3/12] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 4/12] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 5/12] 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 30.8s (10/18)
[34m => importing cache manifest from akvo/rsr-backend-prod-no-code:c96308076 0.0s
[0m[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m[34m => [ 2/12] RUN set -ex; apt-get update && apt-get install -y --no-i 16.0s
[0m[34m => [ 3/12] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 4/12] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 5/12] 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 31.0s (10/18)
[34m => importing cache manifest from akvo/rsr-backend-prod-no-code:c96308076 0.0s
[0m[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m[34m => [ 2/12] RUN set -ex; apt-get update && apt-get install -y --no-i 16.0s
[0m[34m => [ 3/12] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 4/12] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 5/12] 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 31.1s (10/18)
[34m => importing cache manifest from akvo/rsr-backend-prod-no-code:c96308076 0.0s
[0m[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m[34m => [ 2/12] RUN set -ex; apt-get update && apt-get install -y --no-i 16.0s
[0m[34m => [ 3/12] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 4/12] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 5/12] 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 31.3s (10/18)
[34m => importing cache manifest from akvo/rsr-backend-prod-no-code:c96308076 0.0s
[0m[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m[34m => [ 2/12] RUN set -ex; apt-get update && apt-get install -y --no-i 16.0s
[0m[34m => [ 3/12] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 4/12] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 5/12] 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 31.4s (10/18)
[34m => importing cache manifest from akvo/rsr-backend-prod-no-code:c96308076 0.0s
[0m[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m[34m => [ 2/12] RUN set -ex; apt-get update && apt-get install -y --no-i 16.0s
[0m[34m => [ 3/12] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 4/12] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 5/12] 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 31.6s (10/18)
[34m => importing cache manifest from akvo/rsr-backend-prod-no-code:c96308076 0.0s
[0m[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m[34m => [ 2/12] RUN set -ex; apt-get update && apt-get install -y --no-i 16.0s
[0m[34m => [ 3/12] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 4/12] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 5/12] 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 31.7s (10/18)
[34m => importing cache manifest from akvo/rsr-backend-prod-no-code:c96308076 0.0s
[0m[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m[34m => [ 2/12] RUN set -ex; apt-get update && apt-get install -y --no-i 16.0s
[0m[34m => [ 3/12] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 4/12] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 5/12] 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 31.9s (10/18)
[34m => importing cache manifest from akvo/rsr-backend-prod-no-code:c96308076 0.0s
[0m[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m[34m => [ 2/12] RUN set -ex; apt-get update && apt-get install -y --no-i 16.0s
[0m[34m => [ 3/12] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 4/12] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 5/12] 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 32.0s (10/18)
[34m => importing cache manifest from akvo/rsr-backend-prod-no-code:c96308076 0.0s
[0m[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m[34m => [ 2/12] RUN set -ex; apt-get update && apt-get install -y --no-i 16.0s
[0m[34m => [ 3/12] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 4/12] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 5/12] RUN pip install --no-cache-dir -r 2_rsr.txt 15.2s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 32.2s (10/18)
[34m => importing cache manifest from akvo/rsr-backend-prod-no-code:c96308076 0.0s
[0m[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m[34m => [ 2/12] RUN set -ex; apt-get update && apt-get install -y --no-i 16.0s
[0m[34m => [ 3/12] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 4/12] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 5/12] 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 32.3s (10/18)
[34m => importing cache manifest from akvo/rsr-backend-prod-no-code:c96308076 0.0s
[0m[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m[34m => [ 2/12] RUN set -ex; apt-get update && apt-get install -y --no-i 16.0s
[0m[34m => [ 3/12] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 4/12] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 5/12] RUN pip install --no-cache-dir -r 2_rsr.txt 15.5s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 32.4s (10/18)
[34m => importing cache manifest from akvo/rsr-backend-prod-no-code:c96308076 0.0s
[0m[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m[34m => [ 2/12] RUN set -ex; apt-get update && apt-get install -y --no-i 16.0s
[0m[34m => [ 3/12] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 4/12] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 5/12] 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 32.6s (10/18)
[34m => importing cache manifest from akvo/rsr-backend-prod-no-code:c96308076 0.0s
[0m[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m[34m => [ 2/12] RUN set -ex; apt-get update && apt-get install -y --no-i 16.0s
[0m[34m => [ 3/12] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 4/12] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 5/12] RUN pip install --no-cache-dir -r 2_rsr.txt 15.8s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 32.7s (10/18)
[34m => importing cache manifest from akvo/rsr-backend-prod-no-code:c96308076 0.0s
[0m[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m[34m => [ 2/12] RUN set -ex; apt-get update && apt-get install -y --no-i 16.0s
[0m[34m => [ 3/12] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 4/12] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 5/12] 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 32.9s (10/18)
[34m => importing cache manifest from akvo/rsr-backend-prod-no-code:c96308076 0.0s
[0m[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m[34m => [ 2/12] RUN set -ex; apt-get update && apt-get install -y --no-i 16.0s
[0m[34m => [ 3/12] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 4/12] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 5/12] 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 33.0s (10/18)
[34m => importing cache manifest from akvo/rsr-backend-prod-no-code:c96308076 0.0s
[0m[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m[34m => [ 2/12] RUN set -ex; apt-get update && apt-get install -y --no-i 16.0s
[0m[34m => [ 3/12] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 4/12] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 5/12] 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 33.2s (10/18)
[34m => importing cache manifest from akvo/rsr-backend-prod-no-code:c96308076 0.0s
[0m[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m[34m => [ 2/12] RUN set -ex; apt-get update && apt-get install -y --no-i 16.0s
[0m[34m => [ 3/12] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 4/12] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 5/12] 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 33.3s (10/18)
[34m => importing cache manifest from akvo/rsr-backend-prod-no-code:c96308076 0.0s
[0m[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m[34m => [ 2/12] RUN set -ex; apt-get update && apt-get install -y --no-i 16.0s
[0m[34m => [ 3/12] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 4/12] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 5/12] 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 33.5s (10/18)
[34m => importing cache manifest from akvo/rsr-backend-prod-no-code:c96308076 0.0s
[0m[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m[34m => [ 2/12] RUN set -ex; apt-get update && apt-get install -y --no-i 16.0s
[0m[34m => [ 3/12] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 4/12] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 5/12] 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 33.6s (10/18)
[34m => importing cache manifest from akvo/rsr-backend-prod-no-code:c96308076 0.0s
[0m[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m[34m => [ 2/12] RUN set -ex; apt-get update && apt-get install -y --no-i 16.0s
[0m[34m => [ 3/12] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 4/12] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 5/12] 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 33.8s (10/18)
[34m => importing cache manifest from akvo/rsr-backend-prod-no-code:c96308076 0.0s
[0m[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m[34m => [ 2/12] RUN set -ex; apt-get update && apt-get install -y --no-i 16.0s
[0m[34m => [ 3/12] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 4/12] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 5/12] 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 33.9s (10/18)
[34m => importing cache manifest from akvo/rsr-backend-prod-no-code:c96308076 0.0s
[0m[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m[34m => [ 2/12] RUN set -ex; apt-get update && apt-get install -y --no-i 16.0s
[0m[34m => [ 3/12] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 4/12] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 5/12] 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 34.1s (10/18)
[34m => importing cache manifest from akvo/rsr-backend-prod-no-code:c96308076 0.0s
[0m[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m[34m => [ 2/12] RUN set -ex; apt-get update && apt-get install -y --no-i 16.0s
[0m[34m => [ 3/12] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 4/12] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 5/12] 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 34.2s (10/18)
[34m => importing cache manifest from akvo/rsr-backend-prod-no-code:c96308076 0.0s
[0m[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m[34m => [ 2/12] RUN set -ex; apt-get update && apt-get install -y --no-i 16.0s
[0m[34m => [ 3/12] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 4/12] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 5/12] 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 34.3s (10/18)
[34m => importing cache manifest from akvo/rsr-backend-prod-no-code:c96308076 0.0s
[0m[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m[34m => [ 2/12] RUN set -ex; apt-get update && apt-get install -y --no-i 16.0s
[0m[34m => [ 3/12] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 4/12] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 5/12] 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 34.5s (10/18)
[34m => importing cache manifest from akvo/rsr-backend-prod-no-code:c96308076 0.0s
[0m[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m[34m => [ 2/12] RUN set -ex; apt-get update && apt-get install -y --no-i 16.0s
[0m[34m => [ 3/12] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 4/12] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 5/12] 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 34.6s (10/18)
[34m => importing cache manifest from akvo/rsr-backend-prod-no-code:c96308076 0.0s
[0m[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m[34m => [ 2/12] RUN set -ex; apt-get update && apt-get install -y --no-i 16.0s
[0m[34m => [ 3/12] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 4/12] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 5/12] RUN pip install --no-cache-dir -r 2_rsr.txt 17.8s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 34.7s (10/18)
[34m => importing cache manifest from akvo/rsr-backend-prod-no-code:c96308076 0.0s
[0m[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m[34m => [ 2/12] RUN set -ex; apt-get update && apt-get install -y --no-i 16.0s
[0m[34m => [ 3/12] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 4/12] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 5/12] 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 34.9s (10/18)
[34m => importing cache manifest from akvo/rsr-backend-prod-no-code:c96308076 0.0s
[0m[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m[34m => [ 2/12] RUN set -ex; apt-get update && apt-get install -y --no-i 16.0s
[0m[34m => [ 3/12] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 4/12] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 5/12] RUN pip install --no-cache-dir -r 2_rsr.txt 18.1s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 35.0s (10/18)
[34m => importing cache manifest from akvo/rsr-backend-prod-no-code:c96308076 0.0s
[0m[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m[34m => [ 2/12] RUN set -ex; apt-get update && apt-get install -y --no-i 16.0s
[0m[34m => [ 3/12] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 4/12] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 5/12] 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 35.2s (10/18)
[34m => importing cache manifest from akvo/rsr-backend-prod-no-code:c96308076 0.0s
[0m[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m[34m => [ 2/12] RUN set -ex; apt-get update && apt-get install -y --no-i 16.0s
[0m[34m => [ 3/12] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 4/12] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 5/12] RUN pip install --no-cache-dir -r 2_rsr.txt 18.4s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 35.3s (10/18)
[34m => importing cache manifest from akvo/rsr-backend-prod-no-code:c96308076 0.0s
[0m[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m[34m => [ 2/12] RUN set -ex; apt-get update && apt-get install -y --no-i 16.0s
[0m[34m => [ 3/12] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 4/12] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 5/12] 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 35.4s (10/18)
[34m => importing cache manifest from akvo/rsr-backend-prod-no-code:c96308076 0.0s
[0m[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m[34m => [ 2/12] RUN set -ex; apt-get update && apt-get install -y --no-i 16.0s
[0m[34m => [ 3/12] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 4/12] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 5/12] 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 35.6s (10/18)
[34m => importing cache manifest from akvo/rsr-backend-prod-no-code:c96308076 0.0s
[0m[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m[34m => [ 2/12] RUN set -ex; apt-get update && apt-get install -y --no-i 16.0s
[0m[34m => [ 3/12] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 4/12] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 5/12] 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 35.7s (10/18)
[34m => importing cache manifest from akvo/rsr-backend-prod-no-code:c96308076 0.0s
[0m[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m[34m => [ 2/12] RUN set -ex; apt-get update && apt-get install -y --no-i 16.0s
[0m[34m => [ 3/12] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 4/12] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 5/12] 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 35.8s (10/18)
[34m => importing cache manifest from akvo/rsr-backend-prod-no-code:c96308076 0.0s
[0m[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m[34m => [ 2/12] RUN set -ex; apt-get update && apt-get install -y --no-i 16.0s
[0m[34m => [ 3/12] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 4/12] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 5/12] RUN pip install --no-cache-dir -r 2_rsr.txt 19.0s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 35.9s (10/18)
[34m => importing cache manifest from akvo/rsr-backend-prod-no-code:c96308076 0.0s
[0m[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m[34m => [ 2/12] RUN set -ex; apt-get update && apt-get install -y --no-i 16.0s
[0m[34m => [ 3/12] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 4/12] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 5/12] 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 36.0s (10/18)
[34m => importing cache manifest from akvo/rsr-backend-prod-no-code:c96308076 0.0s
[0m[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m[34m => [ 2/12] RUN set -ex; apt-get update && apt-get install -y --no-i 16.0s
[0m[34m => [ 3/12] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 4/12] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 5/12] RUN pip install --no-cache-dir -r 2_rsr.txt 19.3s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 36.2s (10/18)
[34m => importing cache manifest from akvo/rsr-backend-prod-no-code:c96308076 0.0s
[0m[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m[34m => [ 2/12] RUN set -ex; apt-get update && apt-get install -y --no-i 16.0s
[0m[34m => [ 3/12] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 4/12] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 5/12] 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 36.3s (10/18)
[34m => importing cache manifest from akvo/rsr-backend-prod-no-code:c96308076 0.0s
[0m[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m[34m => [ 2/12] RUN set -ex; apt-get update && apt-get install -y --no-i 16.0s
[0m[34m => [ 3/12] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 4/12] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 5/12] RUN pip install --no-cache-dir -r 2_rsr.txt 19.6s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 36.5s (10/18)
[34m => importing cache manifest from akvo/rsr-backend-prod-no-code:c96308076 0.0s
[0m[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m[34m => [ 2/12] RUN set -ex; apt-get update && apt-get install -y --no-i 16.0s
[0m[34m => [ 3/12] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 4/12] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 5/12] 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 36.6s (10/18)
[34m => importing cache manifest from akvo/rsr-backend-prod-no-code:c96308076 0.0s
[0m[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m[34m => [ 2/12] RUN set -ex; apt-get update && apt-get install -y --no-i 16.0s
[0m[34m => [ 3/12] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 4/12] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 5/12] 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 36.7s (10/18)
[34m => importing cache manifest from akvo/rsr-backend-prod-no-code:c96308076 0.0s
[0m[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m[34m => [ 2/12] RUN set -ex; apt-get update && apt-get install -y --no-i 16.0s
[0m[34m => [ 3/12] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 4/12] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 5/12] 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 36.9s (10/18)
[34m => importing cache manifest from akvo/rsr-backend-prod-no-code:c96308076 0.0s
[0m[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m[34m => [ 2/12] RUN set -ex; apt-get update && apt-get install -y --no-i 16.0s
[0m[34m => [ 3/12] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 4/12] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 5/12] 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 37.0s (10/18)
[34m => importing cache manifest from akvo/rsr-backend-prod-no-code:c96308076 0.0s
[0m[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m[34m => [ 2/12] RUN set -ex; apt-get update && apt-get install -y --no-i 16.0s
[0m[34m => [ 3/12] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 4/12] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 5/12] 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 37.1s (10/18)
[34m => importing cache manifest from akvo/rsr-backend-prod-no-code:c96308076 0.0s
[0m[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m[34m => [ 2/12] RUN set -ex; apt-get update && apt-get install -y --no-i 16.0s
[0m[34m => [ 3/12] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 4/12] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 5/12] 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 37.3s (10/18)
[34m => importing cache manifest from akvo/rsr-backend-prod-no-code:c96308076 0.0s
[0m[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m[34m => [ 2/12] RUN set -ex; apt-get update && apt-get install -y --no-i 16.0s
[0m[34m => [ 3/12] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 4/12] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 5/12] RUN pip install --no-cache-dir -r 2_rsr.txt 20.5s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 37.4s (10/18)
[34m => importing cache manifest from akvo/rsr-backend-prod-no-code:c96308076 0.0s
[0m[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m[34m => [ 2/12] RUN set -ex; apt-get update && apt-get install -y --no-i 16.0s
[0m[34m => [ 3/12] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 4/12] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 5/12] 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 37.6s (10/18)
[34m => importing cache manifest from akvo/rsr-backend-prod-no-code:c96308076 0.0s
[0m[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m[34m => [ 2/12] RUN set -ex; apt-get update && apt-get install -y --no-i 16.0s
[0m[34m => [ 3/12] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 4/12] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 5/12] RUN pip install --no-cache-dir -r 2_rsr.txt 20.8s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 37.7s (10/18)
[34m => importing cache manifest from akvo/rsr-backend-prod-no-code:c96308076 0.0s
[0m[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m[34m => [ 2/12] RUN set -ex; apt-get update && apt-get install -y --no-i 16.0s
[0m[34m => [ 3/12] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 4/12] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 5/12] 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 37.8s (10/18)
[34m => importing cache manifest from akvo/rsr-backend-prod-no-code:c96308076 0.0s
[0m[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m[34m => [ 2/12] RUN set -ex; apt-get update && apt-get install -y --no-i 16.0s
[0m[34m => [ 3/12] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 4/12] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 5/12] RUN pip install --no-cache-dir -r 2_rsr.txt 21.1s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 38.0s (10/18)
[34m => importing cache manifest from akvo/rsr-backend-prod-no-code:c96308076 0.0s
[0m[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m[34m => [ 2/12] RUN set -ex; apt-get update && apt-get install -y --no-i 16.0s
[0m[34m => [ 3/12] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 4/12] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 5/12] 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 38.1s (10/18)
[34m => importing cache manifest from akvo/rsr-backend-prod-no-code:c96308076 0.0s
[0m[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m[34m => [ 2/12] RUN set -ex; apt-get update && apt-get install -y --no-i 16.0s
[0m[34m => [ 3/12] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 4/12] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 5/12] RUN pip install --no-cache-dir -r 2_rsr.txt 21.4s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 38.3s (10/18)
[34m => importing cache manifest from akvo/rsr-backend-prod-no-code:c96308076 0.0s
[0m[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m[34m => [ 2/12] RUN set -ex; apt-get update && apt-get install -y --no-i 16.0s
[0m[34m => [ 3/12] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 4/12] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 5/12] 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 38.4s (10/18)
[34m => importing cache manifest from akvo/rsr-backend-prod-no-code:c96308076 0.0s
[0m[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m[34m => [ 2/12] RUN set -ex; apt-get update && apt-get install -y --no-i 16.0s
[0m[34m => [ 3/12] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 4/12] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 5/12] RUN pip install --no-cache-dir -r 2_rsr.txt 21.7s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 38.6s (10/18)
[34m => importing cache manifest from akvo/rsr-backend-prod-no-code:c96308076 0.0s
[0m[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m[34m => [ 2/12] RUN set -ex; apt-get update && apt-get install -y --no-i 16.0s
[0m[34m => [ 3/12] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 4/12] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 5/12] 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 38.7s (10/18)
[34m => importing cache manifest from akvo/rsr-backend-prod-no-code:c96308076 0.0s
[0m[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m[34m => [ 2/12] RUN set -ex; apt-get update && apt-get install -y --no-i 16.0s
[0m[34m => [ 3/12] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 4/12] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 5/12] RUN pip install --no-cache-dir -r 2_rsr.txt 22.0s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 38.9s (10/18)
[34m => importing cache manifest from akvo/rsr-backend-prod-no-code:c96308076 0.0s
[0m[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m[34m => [ 2/12] RUN set -ex; apt-get update && apt-get install -y --no-i 16.0s
[0m[34m => [ 3/12] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 4/12] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 5/12] 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 39.0s (10/18)
[34m => importing cache manifest from akvo/rsr-backend-prod-no-code:c96308076 0.0s
[0m[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m[34m => [ 2/12] RUN set -ex; apt-get update && apt-get install -y --no-i 16.0s
[0m[34m => [ 3/12] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 4/12] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 5/12] RUN pip install --no-cache-dir -r 2_rsr.txt 22.3s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 39.2s (10/18)
[34m => importing cache manifest from akvo/rsr-backend-prod-no-code:c96308076 0.0s
[0m[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m[34m => [ 2/12] RUN set -ex; apt-get update && apt-get install -y --no-i 16.0s
[0m[34m => [ 3/12] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 4/12] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 5/12] 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 39.3s (10/18)
[34m => importing cache manifest from akvo/rsr-backend-prod-no-code:c96308076 0.0s
[0m[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m[34m => [ 2/12] RUN set -ex; apt-get update && apt-get install -y --no-i 16.0s
[0m[34m => [ 3/12] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 4/12] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 5/12] RUN pip install --no-cache-dir -r 2_rsr.txt 22.6s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 39.5s (10/18)
[34m => importing cache manifest from akvo/rsr-backend-prod-no-code:c96308076 0.0s
[0m[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m[34m => [ 2/12] RUN set -ex; apt-get update && apt-get install -y --no-i 16.0s
[0m[34m => [ 3/12] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 4/12] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 5/12] 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 39.6s (10/18)
[34m => importing cache manifest from akvo/rsr-backend-prod-no-code:c96308076 0.0s
[0m[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m[34m => [ 2/12] RUN set -ex; apt-get update && apt-get install -y --no-i 16.0s
[0m[34m => [ 3/12] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 4/12] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 5/12] RUN pip install --no-cache-dir -r 2_rsr.txt 22.9s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 39.8s (10/18)
[34m => importing cache manifest from akvo/rsr-backend-prod-no-code:c96308076 0.0s
[0m[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m[34m => [ 2/12] RUN set -ex; apt-get update && apt-get install -y --no-i 16.0s
[0m[34m => [ 3/12] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 4/12] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 5/12] 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 39.9s (10/18)
[34m => importing cache manifest from akvo/rsr-backend-prod-no-code:c96308076 0.0s
[0m[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m[34m => [ 2/12] RUN set -ex; apt-get update && apt-get install -y --no-i 16.0s
[0m[34m => [ 3/12] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 4/12] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 5/12] 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 40.1s (10/18)
[34m => importing cache manifest from akvo/rsr-backend-prod-no-code:c96308076 0.0s
[0m[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m[34m => [ 2/12] RUN set -ex; apt-get update && apt-get install -y --no-i 16.0s
[0m[34m => [ 3/12] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 4/12] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 5/12] 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 40.2s (10/18)
[34m => importing cache manifest from akvo/rsr-backend-prod-no-code:c96308076 0.0s
[0m[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m[34m => [ 2/12] RUN set -ex; apt-get update && apt-get install -y --no-i 16.0s
[0m[34m => [ 3/12] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 4/12] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 5/12] 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 40.4s (10/18)
[34m => importing cache manifest from akvo/rsr-backend-prod-no-code:c96308076 0.0s
[0m[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m[34m => [ 2/12] RUN set -ex; apt-get update && apt-get install -y --no-i 16.0s
[0m[34m => [ 3/12] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 4/12] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 5/12] 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 40.5s (10/18)
[34m => importing cache manifest from akvo/rsr-backend-prod-no-code:c96308076 0.0s
[0m[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m[34m => [ 2/12] RUN set -ex; apt-get update && apt-get install -y --no-i 16.0s
[0m[34m => [ 3/12] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 4/12] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 5/12] 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 40.7s (10/18)
[34m => importing cache manifest from akvo/rsr-backend-prod-no-code:c96308076 0.0s
[0m[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m[34m => [ 2/12] RUN set -ex; apt-get update && apt-get install -y --no-i 16.0s
[0m[34m => [ 3/12] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 4/12] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 5/12] 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 40.8s (10/18)
[34m => importing cache manifest from akvo/rsr-backend-prod-no-code:c96308076 0.0s
[0m[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m[34m => [ 2/12] RUN set -ex; apt-get update && apt-get install -y --no-i 16.0s
[0m[34m => [ 3/12] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 4/12] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 5/12] 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 41.0s (10/18)
[34m => importing cache manifest from akvo/rsr-backend-prod-no-code:c96308076 0.0s
[0m[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m[34m => [ 2/12] RUN set -ex; apt-get update && apt-get install -y --no-i 16.0s
[0m[34m => [ 3/12] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 4/12] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 5/12] 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 41.1s (10/18)
[34m => importing cache manifest from akvo/rsr-backend-prod-no-code:c96308076 0.0s
[0m[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m[34m => [ 2/12] RUN set -ex; apt-get update && apt-get install -y --no-i 16.0s
[0m[34m => [ 3/12] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 4/12] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 5/12] 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 41.3s (10/18)
[34m => importing cache manifest from akvo/rsr-backend-prod-no-code:c96308076 0.0s
[0m[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m[34m => [ 2/12] RUN set -ex; apt-get update && apt-get install -y --no-i 16.0s
[0m[34m => [ 3/12] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 4/12] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 5/12] 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 41.4s (10/18)
[34m => importing cache manifest from akvo/rsr-backend-prod-no-code:c96308076 0.0s
[0m[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m[34m => [ 2/12] RUN set -ex; apt-get update && apt-get install -y --no-i 16.0s
[0m[34m => [ 3/12] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 4/12] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 5/12] 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 41.6s (10/18)
[34m => importing cache manifest from akvo/rsr-backend-prod-no-code:c96308076 0.0s
[0m[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m[34m => [ 2/12] RUN set -ex; apt-get update && apt-get install -y --no-i 16.0s
[0m[34m => [ 3/12] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 4/12] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 5/12] 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 41.7s (10/18)
[34m => importing cache manifest from akvo/rsr-backend-prod-no-code:c96308076 0.0s
[0m[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m[34m => [ 2/12] RUN set -ex; apt-get update && apt-get install -y --no-i 16.0s
[0m[34m => [ 3/12] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 4/12] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 5/12] 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 41.9s (10/18)
[34m => importing cache manifest from akvo/rsr-backend-prod-no-code:c96308076 0.0s
[0m[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m[34m => [ 2/12] RUN set -ex; apt-get update && apt-get install -y --no-i 16.0s
[0m[34m => [ 3/12] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 4/12] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 5/12] 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 42.0s (10/18)
[34m => importing cache manifest from akvo/rsr-backend-prod-no-code:c96308076 0.0s
[0m[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m[34m => [ 2/12] RUN set -ex; apt-get update && apt-get install -y --no-i 16.0s
[0m[34m => [ 3/12] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 4/12] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 5/12] 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 42.2s (10/18)
[34m => importing cache manifest from akvo/rsr-backend-prod-no-code:c96308076 0.0s
[0m[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m[34m => [ 2/12] RUN set -ex; apt-get update && apt-get install -y --no-i 16.0s
[0m[34m => [ 3/12] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 4/12] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 5/12] 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 42.3s (10/18)
[34m => importing cache manifest from akvo/rsr-backend-prod-no-code:c96308076 0.0s
[0m[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m[34m => [ 2/12] RUN set -ex; apt-get update && apt-get install -y --no-i 16.0s
[0m[34m => [ 3/12] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 4/12] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 5/12] 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 42.5s (10/18)
[34m => importing cache manifest from akvo/rsr-backend-prod-no-code:c96308076 0.0s
[0m[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m[34m => [ 2/12] RUN set -ex; apt-get update && apt-get install -y --no-i 16.0s
[0m[34m => [ 3/12] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 4/12] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 5/12] 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 42.6s (10/18)
[34m => importing cache manifest from akvo/rsr-backend-prod-no-code:c96308076 0.0s
[0m[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m[34m => [ 2/12] RUN set -ex; apt-get update && apt-get install -y --no-i 16.0s
[0m[34m => [ 3/12] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 4/12] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 5/12] 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 42.8s (10/18)
[34m => importing cache manifest from akvo/rsr-backend-prod-no-code:c96308076 0.0s
[0m[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m[34m => [ 2/12] RUN set -ex; apt-get update && apt-get install -y --no-i 16.0s
[0m[34m => [ 3/12] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 4/12] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 5/12] 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 42.9s (10/18)
[34m => importing cache manifest from akvo/rsr-backend-prod-no-code:c96308076 0.0s
[0m[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m[34m => [ 2/12] RUN set -ex; apt-get update && apt-get install -y --no-i 16.0s
[0m[34m => [ 3/12] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 4/12] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 5/12] 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 43.1s (10/18)
[34m => importing cache manifest from akvo/rsr-backend-prod-no-code:c96308076 0.0s
[0m[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m[34m => [ 2/12] RUN set -ex; apt-get update && apt-get install -y --no-i 16.0s
[0m[34m => [ 3/12] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 4/12] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 5/12] 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 43.2s (10/18)
[34m => importing cache manifest from akvo/rsr-backend-prod-no-code:c96308076 0.0s
[0m[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m[34m => [ 2/12] RUN set -ex; apt-get update && apt-get install -y --no-i 16.0s
[0m[34m => [ 3/12] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 4/12] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 5/12] 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 43.4s (10/18)
[34m => importing cache manifest from akvo/rsr-backend-prod-no-code:c96308076 0.0s
[0m[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m[34m => [ 2/12] RUN set -ex; apt-get update && apt-get install -y --no-i 16.0s
[0m[34m => [ 3/12] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 4/12] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 5/12] 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 43.5s (10/18)
[34m => importing cache manifest from akvo/rsr-backend-prod-no-code:c96308076 0.0s
[0m[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m[34m => [ 2/12] RUN set -ex; apt-get update && apt-get install -y --no-i 16.0s
[0m[34m => [ 3/12] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 4/12] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 5/12] 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 43.7s (10/18)
[34m => importing cache manifest from akvo/rsr-backend-prod-no-code:c96308076 0.0s
[0m[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m[34m => [ 2/12] RUN set -ex; apt-get update && apt-get install -y --no-i 16.0s
[0m[34m => [ 3/12] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 4/12] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 5/12] 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 43.8s (10/18)
[34m => importing cache manifest from akvo/rsr-backend-prod-no-code:c96308076 0.0s
[0m[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m[34m => [ 2/12] RUN set -ex; apt-get update && apt-get install -y --no-i 16.0s
[0m[34m => [ 3/12] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 4/12] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 5/12] 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 43.9s (10/18)
[34m => importing cache manifest from akvo/rsr-backend-prod-no-code:c96308076 0.0s
[0m[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m[34m => [ 2/12] RUN set -ex; apt-get update && apt-get install -y --no-i 16.0s
[0m[34m => [ 3/12] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 4/12] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 5/12] 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 44.1s (10/18)
[34m => importing cache manifest from akvo/rsr-backend-prod-no-code:c96308076 0.0s
[0m[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m[34m => [ 2/12] RUN set -ex; apt-get update && apt-get install -y --no-i 16.0s
[0m[34m => [ 3/12] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 4/12] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 5/12] 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 44.2s (10/18)
[34m => importing cache manifest from akvo/rsr-backend-prod-no-code:c96308076 0.0s
[0m[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m[34m => [ 2/12] RUN set -ex; apt-get update && apt-get install -y --no-i 16.0s
[0m[34m => [ 3/12] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 4/12] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 5/12] 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 44.4s (10/18)
[34m => importing cache manifest from akvo/rsr-backend-prod-no-code:c96308076 0.0s
[0m[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m[34m => [ 2/12] RUN set -ex; apt-get update && apt-get install -y --no-i 16.0s
[0m[34m => [ 3/12] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 4/12] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 5/12] 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 44.5s (10/18)
[34m => importing cache manifest from akvo/rsr-backend-prod-no-code:c96308076 0.0s
[0m[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m[34m => [ 2/12] RUN set -ex; apt-get update && apt-get install -y --no-i 16.0s
[0m[34m => [ 3/12] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 4/12] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 5/12] RUN pip install --no-cache-dir -r 2_rsr.txt 27.8s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 44.7s (10/18)
[34m => importing cache manifest from akvo/rsr-backend-prod-no-code:c96308076 0.0s
[0m[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m[34m => [ 2/12] RUN set -ex; apt-get update && apt-get install -y --no-i 16.0s
[0m[34m => [ 3/12] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 4/12] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 5/12] 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 44.8s (10/18)
[34m => importing cache manifest from akvo/rsr-backend-prod-no-code:c96308076 0.0s
[0m[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m[34m => [ 2/12] RUN set -ex; apt-get update && apt-get install -y --no-i 16.0s
[0m[34m => [ 3/12] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 4/12] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 5/12] RUN pip install --no-cache-dir -r 2_rsr.txt 28.1s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 45.0s (10/18)
[34m => importing cache manifest from akvo/rsr-backend-prod-no-code:c96308076 0.0s
[0m[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m[34m => [ 2/12] RUN set -ex; apt-get update && apt-get install -y --no-i 16.0s
[0m[34m => [ 3/12] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 4/12] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 5/12] 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 45.1s (10/18)
[34m => importing cache manifest from akvo/rsr-backend-prod-no-code:c96308076 0.0s
[0m[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m[34m => [ 2/12] RUN set -ex; apt-get update && apt-get install -y --no-i 16.0s
[0m[34m => [ 3/12] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 4/12] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 5/12] RUN pip install --no-cache-dir -r 2_rsr.txt 28.4s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 45.3s (10/18)
[34m => importing cache manifest from akvo/rsr-backend-prod-no-code:c96308076 0.0s
[0m[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m[34m => [ 2/12] RUN set -ex; apt-get update && apt-get install -y --no-i 16.0s
[0m[34m => [ 3/12] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 4/12] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 5/12] 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 45.4s (10/18)
[34m => importing cache manifest from akvo/rsr-backend-prod-no-code:c96308076 0.0s
[0m[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m[34m => [ 2/12] RUN set -ex; apt-get update && apt-get install -y --no-i 16.0s
[0m[34m => [ 3/12] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 4/12] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 5/12] RUN pip install --no-cache-dir -r 2_rsr.txt 28.7s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 45.6s (10/18)
[34m => importing cache manifest from akvo/rsr-backend-prod-no-code:c96308076 0.0s
[0m[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m[34m => [ 2/12] RUN set -ex; apt-get update && apt-get install -y --no-i 16.0s
[0m[34m => [ 3/12] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 4/12] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 5/12] 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 45.7s (10/18)
[34m => importing cache manifest from akvo/rsr-backend-prod-no-code:c96308076 0.0s
[0m[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m[34m => [ 2/12] RUN set -ex; apt-get update && apt-get install -y --no-i 16.0s
[0m[34m => [ 3/12] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 4/12] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 5/12] RUN pip install --no-cache-dir -r 2_rsr.txt 29.0s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 45.9s (10/18)
[34m => importing cache manifest from akvo/rsr-backend-prod-no-code:c96308076 0.0s
[0m[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m[34m => [ 2/12] RUN set -ex; apt-get update && apt-get install -y --no-i 16.0s
[0m[34m => [ 3/12] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 4/12] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 5/12] 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 46.0s (10/18)
[34m => importing cache manifest from akvo/rsr-backend-prod-no-code:c96308076 0.0s
[0m[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m[34m => [ 2/12] RUN set -ex; apt-get update && apt-get install -y --no-i 16.0s
[0m[34m => [ 3/12] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 4/12] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 5/12] RUN pip install --no-cache-dir -r 2_rsr.txt 29.3s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 46.2s (10/18)
[34m => importing cache manifest from akvo/rsr-backend-prod-no-code:c96308076 0.0s
[0m[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m[34m => [ 2/12] RUN set -ex; apt-get update && apt-get install -y --no-i 16.0s
[0m[34m => [ 3/12] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 4/12] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 5/12] 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 46.3s (10/18)
[34m => importing cache manifest from akvo/rsr-backend-prod-no-code:c96308076 0.0s
[0m[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m[34m => [ 2/12] RUN set -ex; apt-get update && apt-get install -y --no-i 16.0s
[0m[34m => [ 3/12] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 4/12] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 5/12] RUN pip install --no-cache-dir -r 2_rsr.txt 29.6s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 46.5s (10/18)
[34m => importing cache manifest from akvo/rsr-backend-prod-no-code:c96308076 0.0s
[0m[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m[34m => [ 2/12] RUN set -ex; apt-get update && apt-get install -y --no-i 16.0s
[0m[34m => [ 3/12] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 4/12] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 5/12] 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 46.6s (10/18)
[34m => importing cache manifest from akvo/rsr-backend-prod-no-code:c96308076 0.0s
[0m[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m[34m => [ 2/12] RUN set -ex; apt-get update && apt-get install -y --no-i 16.0s
[0m[34m => [ 3/12] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 4/12] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 5/12] RUN pip install --no-cache-dir -r 2_rsr.txt 29.9s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 46.8s (10/18)
[34m => importing cache manifest from akvo/rsr-backend-prod-no-code:c96308076 0.0s
[0m[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m[34m => [ 2/12] RUN set -ex; apt-get update && apt-get install -y --no-i 16.0s
[0m[34m => [ 3/12] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 4/12] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 5/12] 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 46.9s (10/18)
[34m => importing cache manifest from akvo/rsr-backend-prod-no-code:c96308076 0.0s
[0m[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m[34m => [ 2/12] RUN set -ex; apt-get update && apt-get install -y --no-i 16.0s
[0m[34m => [ 3/12] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 4/12] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 5/12] RUN pip install --no-cache-dir -r 2_rsr.txt 30.2s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 47.1s (10/18)
[34m => importing cache manifest from akvo/rsr-backend-prod-no-code:c96308076 0.0s
[0m[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m[34m => [ 2/12] RUN set -ex; apt-get update && apt-get install -y --no-i 16.0s
[0m[34m => [ 3/12] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 4/12] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 5/12] 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 47.2s (10/18)
[34m => importing cache manifest from akvo/rsr-backend-prod-no-code:c96308076 0.0s
[0m[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m[34m => [ 2/12] RUN set -ex; apt-get update && apt-get install -y --no-i 16.0s
[0m[34m => [ 3/12] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 4/12] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 5/12] RUN pip install --no-cache-dir -r 2_rsr.txt 30.5s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 47.4s (10/18)
[34m => importing cache manifest from akvo/rsr-backend-prod-no-code:c96308076 0.0s
[0m[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m[34m => [ 2/12] RUN set -ex; apt-get update && apt-get install -y --no-i 16.0s
[0m[34m => [ 3/12] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 4/12] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 5/12] 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 47.5s (10/18)
[34m => importing cache manifest from akvo/rsr-backend-prod-no-code:c96308076 0.0s
[0m[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m[34m => [ 2/12] RUN set -ex; apt-get update && apt-get install -y --no-i 16.0s
[0m[34m => [ 3/12] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 4/12] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 5/12] RUN pip install --no-cache-dir -r 2_rsr.txt 30.8s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 47.7s (10/18)
[34m => importing cache manifest from akvo/rsr-backend-prod-no-code:c96308076 0.0s
[0m[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m[34m => [ 2/12] RUN set -ex; apt-get update && apt-get install -y --no-i 16.0s
[0m[34m => [ 3/12] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 4/12] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 5/12] 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 47.8s (10/18)
[34m => importing cache manifest from akvo/rsr-backend-prod-no-code:c96308076 0.0s
[0m[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m[34m => [ 2/12] RUN set -ex; apt-get update && apt-get install -y --no-i 16.0s
[0m[34m => [ 3/12] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 4/12] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 5/12] RUN pip install --no-cache-dir -r 2_rsr.txt 31.1s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 48.0s (10/18)
[34m => importing cache manifest from akvo/rsr-backend-prod-no-code:c96308076 0.0s
[0m[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m[34m => [ 2/12] RUN set -ex; apt-get update && apt-get install -y --no-i 16.0s
[0m[34m => [ 3/12] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 4/12] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 5/12] 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 48.1s (10/18)
[34m => importing cache manifest from akvo/rsr-backend-prod-no-code:c96308076 0.0s
[0m[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m[34m => [ 2/12] RUN set -ex; apt-get update && apt-get install -y --no-i 16.0s
[0m[34m => [ 3/12] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 4/12] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 5/12] RUN pip install --no-cache-dir -r 2_rsr.txt 31.4s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 48.3s (10/18)
[34m => importing cache manifest from akvo/rsr-backend-prod-no-code:c96308076 0.0s
[0m[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m[34m => [ 2/12] RUN set -ex; apt-get update && apt-get install -y --no-i 16.0s
[0m[34m => [ 3/12] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 4/12] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 5/12] 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 48.4s (10/18)
[34m => importing cache manifest from akvo/rsr-backend-prod-no-code:c96308076 0.0s
[0m[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m[34m => [ 2/12] RUN set -ex; apt-get update && apt-get install -y --no-i 16.0s
[0m[34m => [ 3/12] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 4/12] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 5/12] RUN pip install --no-cache-dir -r 2_rsr.txt 31.7s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 48.6s (10/18)
[34m => importing cache manifest from akvo/rsr-backend-prod-no-code:c96308076 0.0s
[0m[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m[34m => [ 2/12] RUN set -ex; apt-get update && apt-get install -y --no-i 16.0s
[0m[34m => [ 3/12] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 4/12] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 5/12] 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 48.7s (10/18)
[34m => importing cache manifest from akvo/rsr-backend-prod-no-code:c96308076 0.0s
[0m[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m[34m => [ 2/12] RUN set -ex; apt-get update && apt-get install -y --no-i 16.0s
[0m[34m => [ 3/12] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 4/12] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 5/12] RUN pip install --no-cache-dir -r 2_rsr.txt 32.0s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 48.9s (10/18)
[34m => importing cache manifest from akvo/rsr-backend-prod-no-code:c96308076 0.0s
[0m[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m[34m => [ 2/12] RUN set -ex; apt-get update && apt-get install -y --no-i 16.0s
[0m[34m => [ 3/12] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 4/12] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 5/12] 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 49.0s (10/18)
[34m => importing cache manifest from akvo/rsr-backend-prod-no-code:c96308076 0.0s
[0m[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m[34m => [ 2/12] RUN set -ex; apt-get update && apt-get install -y --no-i 16.0s
[0m[34m => [ 3/12] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 4/12] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 5/12] RUN pip install --no-cache-dir -r 2_rsr.txt 32.3s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 49.2s (10/18)
[34m => importing cache manifest from akvo/rsr-backend-prod-no-code:c96308076 0.0s
[0m[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m[34m => [ 2/12] RUN set -ex; apt-get update && apt-get install -y --no-i 16.0s
[0m[34m => [ 3/12] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 4/12] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 5/12] 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 49.4s (10/18)
[34m => importing cache manifest from akvo/rsr-backend-prod-no-code:c96308076 0.0s
[0m[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m[34m => [ 2/12] RUN set -ex; apt-get update && apt-get install -y --no-i 16.0s
[0m[34m => [ 3/12] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 4/12] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 5/12] RUN pip install --no-cache-dir -r 2_rsr.txt 32.6s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 49.5s (10/18)
[34m => importing cache manifest from akvo/rsr-backend-prod-no-code:c96308076 0.0s
[0m[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m[34m => [ 2/12] RUN set -ex; apt-get update && apt-get install -y --no-i 16.0s
[0m[34m => [ 3/12] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 4/12] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 5/12] 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 49.7s (10/18)
[34m => importing cache manifest from akvo/rsr-backend-prod-no-code:c96308076 0.0s
[0m[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m[34m => [ 2/12] RUN set -ex; apt-get update && apt-get install -y --no-i 16.0s
[0m[34m => [ 3/12] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 4/12] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 5/12] RUN pip install --no-cache-dir -r 2_rsr.txt 32.9s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 49.8s (10/18)
[34m => importing cache manifest from akvo/rsr-backend-prod-no-code:c96308076 0.0s
[0m[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m[34m => [ 2/12] RUN set -ex; apt-get update && apt-get install -y --no-i 16.0s
[0m[34m => [ 3/12] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 4/12] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 5/12] 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 50.0s (10/18)
[34m => importing cache manifest from akvo/rsr-backend-prod-no-code:c96308076 0.0s
[0m[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m[34m => [ 2/12] RUN set -ex; apt-get update && apt-get install -y --no-i 16.0s
[0m[34m => [ 3/12] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 4/12] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 5/12] RUN pip install --no-cache-dir -r 2_rsr.txt 33.2s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 50.1s (10/18)
[34m => importing cache manifest from akvo/rsr-backend-prod-no-code:c96308076 0.0s
[0m[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m[34m => [ 2/12] RUN set -ex; apt-get update && apt-get install -y --no-i 16.0s
[0m[34m => [ 3/12] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 4/12] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 5/12] 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 50.3s (10/18)
[34m => importing cache manifest from akvo/rsr-backend-prod-no-code:c96308076 0.0s
[0m[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m[34m => [ 2/12] RUN set -ex; apt-get update && apt-get install -y --no-i 16.0s
[0m[34m => [ 3/12] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 4/12] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 5/12] RUN pip install --no-cache-dir -r 2_rsr.txt 33.5s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 50.4s (10/18)
[34m => importing cache manifest from akvo/rsr-backend-prod-no-code:c96308076 0.0s
[0m[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m[34m => [ 2/12] RUN set -ex; apt-get update && apt-get install -y --no-i 16.0s
[0m[34m => [ 3/12] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 4/12] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 5/12] 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 50.6s (10/18)
[34m => importing cache manifest from akvo/rsr-backend-prod-no-code:c96308076 0.0s
[0m[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m[34m => [ 2/12] RUN set -ex; apt-get update && apt-get install -y --no-i 16.0s
[0m[34m => [ 3/12] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 4/12] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 5/12] RUN pip install --no-cache-dir -r 2_rsr.txt 33.8s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 50.7s (10/18)
[34m => importing cache manifest from akvo/rsr-backend-prod-no-code:c96308076 0.0s
[0m[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m[34m => [ 2/12] RUN set -ex; apt-get update && apt-get install -y --no-i 16.0s
[0m[34m => [ 3/12] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 4/12] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 5/12] 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 50.9s (10/18)
[34m => importing cache manifest from akvo/rsr-backend-prod-no-code:c96308076 0.0s
[0m[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m[34m => [ 2/12] RUN set -ex; apt-get update && apt-get install -y --no-i 16.0s
[0m[34m => [ 3/12] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 4/12] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 5/12] RUN pip install --no-cache-dir -r 2_rsr.txt 34.1s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 51.0s (10/18)
[34m => importing cache manifest from akvo/rsr-backend-prod-no-code:c96308076 0.0s
[0m[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m[34m => [ 2/12] RUN set -ex; apt-get update && apt-get install -y --no-i 16.0s
[0m[34m => [ 3/12] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 4/12] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 5/12] 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 51.2s (10/18)
[34m => importing cache manifest from akvo/rsr-backend-prod-no-code:c96308076 0.0s
[0m[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m[34m => [ 2/12] RUN set -ex; apt-get update && apt-get install -y --no-i 16.0s
[0m[34m => [ 3/12] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 4/12] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 5/12] RUN pip install --no-cache-dir -r 2_rsr.txt 34.4s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 51.3s (10/18)
[34m => importing cache manifest from akvo/rsr-backend-prod-no-code:c96308076 0.0s
[0m[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m[34m => [ 2/12] RUN set -ex; apt-get update && apt-get install -y --no-i 16.0s
[0m[34m => [ 3/12] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 4/12] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 5/12] 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 51.5s (10/18)
[34m => importing cache manifest from akvo/rsr-backend-prod-no-code:c96308076 0.0s
[0m[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m[34m => [ 2/12] RUN set -ex; apt-get update && apt-get install -y --no-i 16.0s
[0m[34m => [ 3/12] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 4/12] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 5/12] RUN pip install --no-cache-dir -r 2_rsr.txt 34.7s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 51.6s (10/18)
[34m => importing cache manifest from akvo/rsr-backend-prod-no-code:c96308076 0.0s
[0m[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m[34m => [ 2/12] RUN set -ex; apt-get update && apt-get install -y --no-i 16.0s
[0m[34m => [ 3/12] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 4/12] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 5/12] 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 51.8s (10/18)
[34m => importing cache manifest from akvo/rsr-backend-prod-no-code:c96308076 0.0s
[0m[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m[34m => [ 2/12] RUN set -ex; apt-get update && apt-get install -y --no-i 16.0s
[0m[34m => [ 3/12] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 4/12] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 5/12] RUN pip install --no-cache-dir -r 2_rsr.txt 35.0s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 51.9s (10/18)
[34m => importing cache manifest from akvo/rsr-backend-prod-no-code:c96308076 0.0s
[0m[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m[34m => [ 2/12] RUN set -ex; apt-get update && apt-get install -y --no-i 16.0s
[0m[34m => [ 3/12] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 4/12] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 5/12] 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 52.1s (10/18)
[34m => importing cache manifest from akvo/rsr-backend-prod-no-code:c96308076 0.0s
[0m[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m[34m => [ 2/12] RUN set -ex; apt-get update && apt-get install -y --no-i 16.0s
[0m[34m => [ 3/12] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 4/12] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 5/12] RUN pip install --no-cache-dir -r 2_rsr.txt 35.3s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 52.2s (10/18)
[34m => importing cache manifest from akvo/rsr-backend-prod-no-code:c96308076 0.0s
[0m[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m[34m => [ 2/12] RUN set -ex; apt-get update && apt-get install -y --no-i 16.0s
[0m[34m => [ 3/12] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 4/12] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 5/12] 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 52.4s (10/18)
[34m => importing cache manifest from akvo/rsr-backend-prod-no-code:c96308076 0.0s
[0m[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m[34m => [ 2/12] RUN set -ex; apt-get update && apt-get install -y --no-i 16.0s
[0m[34m => [ 3/12] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 4/12] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 5/12] RUN pip install --no-cache-dir -r 2_rsr.txt 35.6s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 52.5s (10/18)
[34m => importing cache manifest from akvo/rsr-backend-prod-no-code:c96308076 0.0s
[0m[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m[34m => [ 2/12] RUN set -ex; apt-get update && apt-get install -y --no-i 16.0s
[0m[34m => [ 3/12] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 4/12] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 5/12] 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 52.7s (10/18)
[34m => importing cache manifest from akvo/rsr-backend-prod-no-code:c96308076 0.0s
[0m[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m[34m => [ 2/12] RUN set -ex; apt-get update && apt-get install -y --no-i 16.0s
[0m[34m => [ 3/12] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 4/12] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 5/12] RUN pip install --no-cache-dir -r 2_rsr.txt 35.9s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 52.8s (10/18)
[34m => importing cache manifest from akvo/rsr-backend-prod-no-code:c96308076 0.0s
[0m[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m[34m => [ 2/12] RUN set -ex; apt-get update && apt-get install -y --no-i 16.0s
[0m[34m => [ 3/12] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 4/12] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 5/12] 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 53.0s (10/18)
[34m => importing cache manifest from akvo/rsr-backend-prod-no-code:c96308076 0.0s
[0m[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m[34m => [ 2/12] RUN set -ex; apt-get update && apt-get install -y --no-i 16.0s
[0m[34m => [ 3/12] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 4/12] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 5/12] RUN pip install --no-cache-dir -r 2_rsr.txt 36.2s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 53.1s (10/18)
[34m => importing cache manifest from akvo/rsr-backend-prod-no-code:c96308076 0.0s
[0m[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m[34m => [ 2/12] RUN set -ex; apt-get update && apt-get install -y --no-i 16.0s
[0m[34m => [ 3/12] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 4/12] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 5/12] 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 53.3s (10/18)
[34m => importing cache manifest from akvo/rsr-backend-prod-no-code:c96308076 0.0s
[0m[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m[34m => [ 2/12] RUN set -ex; apt-get update && apt-get install -y --no-i 16.0s
[0m[34m => [ 3/12] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 4/12] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 5/12] RUN pip install --no-cache-dir -r 2_rsr.txt 36.5s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 53.4s (10/18)
[34m => importing cache manifest from akvo/rsr-backend-prod-no-code:c96308076 0.0s
[0m[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m[34m => [ 2/12] RUN set -ex; apt-get update && apt-get install -y --no-i 16.0s
[0m[34m => [ 3/12] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 4/12] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 5/12] 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 53.6s (10/18)
[34m => importing cache manifest from akvo/rsr-backend-prod-no-code:c96308076 0.0s
[0m[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m[34m => [ 2/12] RUN set -ex; apt-get update && apt-get install -y --no-i 16.0s
[0m[34m => [ 3/12] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 4/12] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 5/12] RUN pip install --no-cache-dir -r 2_rsr.txt 36.8s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 53.7s (10/18)
[34m => importing cache manifest from akvo/rsr-backend-prod-no-code:c96308076 0.0s
[0m[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m[34m => [ 2/12] RUN set -ex; apt-get update && apt-get install -y --no-i 16.0s
[0m[34m => [ 3/12] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 4/12] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 5/12] 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 53.9s (10/18)
[34m => importing cache manifest from akvo/rsr-backend-prod-no-code:c96308076 0.0s
[0m[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m[34m => [ 2/12] RUN set -ex; apt-get update && apt-get install -y --no-i 16.0s
[0m[34m => [ 3/12] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 4/12] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 5/12] RUN pip install --no-cache-dir -r 2_rsr.txt 37.1s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 54.0s (10/18)
[34m => importing cache manifest from akvo/rsr-backend-prod-no-code:c96308076 0.0s
[0m[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m[34m => [ 2/12] RUN set -ex; apt-get update && apt-get install -y --no-i 16.0s
[0m[34m => [ 3/12] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 4/12] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 5/12] 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 54.2s (10/18)
[34m => importing cache manifest from akvo/rsr-backend-prod-no-code:c96308076 0.0s
[0m[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m[34m => [ 2/12] RUN set -ex; apt-get update && apt-get install -y --no-i 16.0s
[0m[34m => [ 3/12] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 4/12] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 5/12] RUN pip install --no-cache-dir -r 2_rsr.txt 37.4s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 54.3s (10/18)
[34m => importing cache manifest from akvo/rsr-backend-prod-no-code:c96308076 0.0s
[0m[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m[34m => [ 2/12] RUN set -ex; apt-get update && apt-get install -y --no-i 16.0s
[0m[34m => [ 3/12] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 4/12] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 5/12] 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 54.5s (10/18)
[34m => importing cache manifest from akvo/rsr-backend-prod-no-code:c96308076 0.0s
[0m[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m[34m => [ 2/12] RUN set -ex; apt-get update && apt-get install -y --no-i 16.0s
[0m[34m => [ 3/12] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 4/12] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 5/12] RUN pip install --no-cache-dir -r 2_rsr.txt 37.7s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 54.6s (10/18)
[34m => importing cache manifest from akvo/rsr-backend-prod-no-code:c96308076 0.0s
[0m[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m[34m => [ 2/12] RUN set -ex; apt-get update && apt-get install -y --no-i 16.0s
[0m[34m => [ 3/12] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 4/12] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 5/12] 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 54.8s (10/18)
[34m => importing cache manifest from akvo/rsr-backend-prod-no-code:c96308076 0.0s
[0m[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m[34m => [ 2/12] RUN set -ex; apt-get update && apt-get install -y --no-i 16.0s
[0m[34m => [ 3/12] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 4/12] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 5/12] RUN pip install --no-cache-dir -r 2_rsr.txt 38.0s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 54.9s (10/18)
[34m => importing cache manifest from akvo/rsr-backend-prod-no-code:c96308076 0.0s
[0m[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m[34m => [ 2/12] RUN set -ex; apt-get update && apt-get install -y --no-i 16.0s
[0m[34m => [ 3/12] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 4/12] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 5/12] 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 55.0s (10/18)
[34m => importing cache manifest from akvo/rsr-backend-prod-no-code:c96308076 0.0s
[0m[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m[34m => [ 2/12] RUN set -ex; apt-get update && apt-get install -y --no-i 16.0s
[0m[34m => [ 3/12] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 4/12] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 5/12] RUN pip install --no-cache-dir -r 2_rsr.txt 38.3s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 55.2s (10/18)
[34m => importing cache manifest from akvo/rsr-backend-prod-no-code:c96308076 0.0s
[0m[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m[34m => [ 2/12] RUN set -ex; apt-get update && apt-get install -y --no-i 16.0s
[0m[34m => [ 3/12] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 4/12] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 5/12] 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 55.3s (10/18)
[34m => importing cache manifest from akvo/rsr-backend-prod-no-code:c96308076 0.0s
[0m[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m[34m => [ 2/12] RUN set -ex; apt-get update && apt-get install -y --no-i 16.0s
[0m[34m => [ 3/12] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 4/12] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 5/12] RUN pip install --no-cache-dir -r 2_rsr.txt 38.6s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 55.5s (10/18)
[34m => importing cache manifest from akvo/rsr-backend-prod-no-code:c96308076 0.0s
[0m[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m[34m => [ 2/12] RUN set -ex; apt-get update && apt-get install -y --no-i 16.0s
[0m[34m => [ 3/12] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 4/12] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 5/12] 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 55.6s (10/18)
[34m => importing cache manifest from akvo/rsr-backend-prod-no-code:c96308076 0.0s
[0m[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m[34m => [ 2/12] RUN set -ex; apt-get update && apt-get install -y --no-i 16.0s
[0m[34m => [ 3/12] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 4/12] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 5/12] RUN pip install --no-cache-dir -r 2_rsr.txt 38.9s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 55.8s (10/18)
[34m => importing cache manifest from akvo/rsr-backend-prod-no-code:c96308076 0.0s
[0m[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m[34m => [ 2/12] RUN set -ex; apt-get update && apt-get install -y --no-i 16.0s
[0m[34m => [ 3/12] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 4/12] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 5/12] 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 55.9s (10/18)
[34m => importing cache manifest from akvo/rsr-backend-prod-no-code:c96308076 0.0s
[0m[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m[34m => [ 2/12] RUN set -ex; apt-get update && apt-get install -y --no-i 16.0s
[0m[34m => [ 3/12] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 4/12] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 5/12] RUN pip install --no-cache-dir -r 2_rsr.txt 39.2s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 56.1s (10/18)
[34m => importing cache manifest from akvo/rsr-backend-prod-no-code:c96308076 0.0s
[0m[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m[34m => [ 2/12] RUN set -ex; apt-get update && apt-get install -y --no-i 16.0s
[0m[34m => [ 3/12] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 4/12] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 5/12] 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 56.2s (10/18)
[34m => importing cache manifest from akvo/rsr-backend-prod-no-code:c96308076 0.0s
[0m[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m[34m => [ 2/12] RUN set -ex; apt-get update && apt-get install -y --no-i 16.0s
[0m[34m => [ 3/12] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 4/12] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 5/12] RUN pip install --no-cache-dir -r 2_rsr.txt 39.5s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 56.4s (10/18)
[34m => importing cache manifest from akvo/rsr-backend-prod-no-code:c96308076 0.0s
[0m[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m[34m => [ 2/12] RUN set -ex; apt-get update && apt-get install -y --no-i 16.0s
[0m[34m => [ 3/12] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 4/12] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 5/12] 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 56.5s (10/18)
[34m => importing cache manifest from akvo/rsr-backend-prod-no-code:c96308076 0.0s
[0m[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m[34m => [ 2/12] RUN set -ex; apt-get update && apt-get install -y --no-i 16.0s
[0m[34m => [ 3/12] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 4/12] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 5/12] RUN pip install --no-cache-dir -r 2_rsr.txt 39.8s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 56.7s (10/18)
[34m => importing cache manifest from akvo/rsr-backend-prod-no-code:c96308076 0.0s
[0m[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m[34m => [ 2/12] RUN set -ex; apt-get update && apt-get install -y --no-i 16.0s
[0m[34m => [ 3/12] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 4/12] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 5/12] 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 56.8s (10/18)
[34m => importing cache manifest from akvo/rsr-backend-prod-no-code:c96308076 0.0s
[0m[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m[34m => [ 2/12] RUN set -ex; apt-get update && apt-get install -y --no-i 16.0s
[0m[34m => [ 3/12] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 4/12] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 5/12] RUN pip install --no-cache-dir -r 2_rsr.txt 40.1s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 57.0s (10/18)
[34m => importing cache manifest from akvo/rsr-backend-prod-no-code:c96308076 0.0s
[0m[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m[34m => [ 2/12] RUN set -ex; apt-get update && apt-get install -y --no-i 16.0s
[0m[34m => [ 3/12] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 4/12] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 5/12] 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 57.2s (10/18)
[34m => importing cache manifest from akvo/rsr-backend-prod-no-code:c96308076 0.0s
[0m[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m[34m => [ 2/12] RUN set -ex; apt-get update && apt-get install -y --no-i 16.0s
[0m[34m => [ 3/12] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 4/12] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 5/12] RUN pip install --no-cache-dir -r 2_rsr.txt 40.4s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 57.3s (10/18)
[34m => importing cache manifest from akvo/rsr-backend-prod-no-code:c96308076 0.0s
[0m[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m[34m => [ 2/12] RUN set -ex; apt-get update && apt-get install -y --no-i 16.0s
[0m[34m => [ 3/12] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 4/12] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 5/12] 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 57.5s (10/18)
[34m => importing cache manifest from akvo/rsr-backend-prod-no-code:c96308076 0.0s
[0m[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m[34m => [ 2/12] RUN set -ex; apt-get update && apt-get install -y --no-i 16.0s
[0m[34m => [ 3/12] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 4/12] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 5/12] RUN pip install --no-cache-dir -r 2_rsr.txt 40.7s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 57.6s (10/18)
[34m => importing cache manifest from akvo/rsr-backend-prod-no-code:c96308076 0.0s
[0m[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m[34m => [ 2/12] RUN set -ex; apt-get update && apt-get install -y --no-i 16.0s
[0m[34m => [ 3/12] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 4/12] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 5/12] 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 57.8s (10/18)
[34m => importing cache manifest from akvo/rsr-backend-prod-no-code:c96308076 0.0s
[0m[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m[34m => [ 2/12] RUN set -ex; apt-get update && apt-get install -y --no-i 16.0s
[0m[34m => [ 3/12] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 4/12] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 5/12] RUN pip install --no-cache-dir -r 2_rsr.txt 41.0s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 57.9s (10/18)
[34m => importing cache manifest from akvo/rsr-backend-prod-no-code:c96308076 0.0s
[0m[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m[34m => [ 2/12] RUN set -ex; apt-get update && apt-get install -y --no-i 16.0s
[0m[34m => [ 3/12] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 4/12] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 5/12] 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 58.1s (10/18)
[34m => importing cache manifest from akvo/rsr-backend-prod-no-code:c96308076 0.0s
[0m[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m[34m => [ 2/12] RUN set -ex; apt-get update && apt-get install -y --no-i 16.0s
[0m[34m => [ 3/12] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 4/12] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 5/12] RUN pip install --no-cache-dir -r 2_rsr.txt 41.3s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 58.2s (10/18)
[34m => importing cache manifest from akvo/rsr-backend-prod-no-code:c96308076 0.0s
[0m[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m[34m => [ 2/12] RUN set -ex; apt-get update && apt-get install -y --no-i 16.0s
[0m[34m => [ 3/12] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 4/12] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 5/12] 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 58.4s (10/18)
[34m => importing cache manifest from akvo/rsr-backend-prod-no-code:c96308076 0.0s
[0m[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m[34m => [ 2/12] RUN set -ex; apt-get update && apt-get install -y --no-i 16.0s
[0m[34m => [ 3/12] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 4/12] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 5/12] RUN pip install --no-cache-dir -r 2_rsr.txt 41.6s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 58.5s (10/18)
[34m => importing cache manifest from akvo/rsr-backend-prod-no-code:c96308076 0.0s
[0m[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m[34m => [ 2/12] RUN set -ex; apt-get update && apt-get install -y --no-i 16.0s
[0m[34m => [ 3/12] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 4/12] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 5/12] 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 58.7s (10/18)
[34m => importing cache manifest from akvo/rsr-backend-prod-no-code:c96308076 0.0s
[0m[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m[34m => [ 2/12] RUN set -ex; apt-get update && apt-get install -y --no-i 16.0s
[0m[34m => [ 3/12] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 4/12] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 5/12] RUN pip install --no-cache-dir -r 2_rsr.txt 41.9s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 58.8s (10/18)
[34m => importing cache manifest from akvo/rsr-backend-prod-no-code:c96308076 0.0s
[0m[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m[34m => [ 2/12] RUN set -ex; apt-get update && apt-get install -y --no-i 16.0s
[0m[34m => [ 3/12] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 4/12] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 5/12] 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 59.0s (10/18)
[34m => importing cache manifest from akvo/rsr-backend-prod-no-code:c96308076 0.0s
[0m[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m[34m => [ 2/12] RUN set -ex; apt-get update && apt-get install -y --no-i 16.0s
[0m[34m => [ 3/12] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 4/12] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 5/12] 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 59.1s (10/18)
[34m => importing cache manifest from akvo/rsr-backend-prod-no-code:c96308076 0.0s
[0m[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m[34m => [ 2/12] RUN set -ex; apt-get update && apt-get install -y --no-i 16.0s
[0m[34m => [ 3/12] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 4/12] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 5/12] 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 59.3s (10/18)
[34m => importing cache manifest from akvo/rsr-backend-prod-no-code:c96308076 0.0s
[0m[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m[34m => [ 2/12] RUN set -ex; apt-get update && apt-get install -y --no-i 16.0s
[0m[34m => [ 3/12] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 4/12] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 5/12] 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 59.4s (10/18)
[34m => importing cache manifest from akvo/rsr-backend-prod-no-code:c96308076 0.0s
[0m[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m[34m => [ 2/12] RUN set -ex; apt-get update && apt-get install -y --no-i 16.0s
[0m[34m => [ 3/12] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 4/12] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 5/12] 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 59.6s (10/18)
[34m => importing cache manifest from akvo/rsr-backend-prod-no-code:c96308076 0.0s
[0m[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m[34m => [ 2/12] RUN set -ex; apt-get update && apt-get install -y --no-i 16.0s
[0m[34m => [ 3/12] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 4/12] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 5/12] 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 59.7s (10/18)
[34m => importing cache manifest from akvo/rsr-backend-prod-no-code:c96308076 0.0s
[0m[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m[34m => [ 2/12] RUN set -ex; apt-get update && apt-get install -y --no-i 16.0s
[0m[34m => [ 3/12] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 4/12] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 5/12] 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 59.9s (10/18)
[34m => importing cache manifest from akvo/rsr-backend-prod-no-code:c96308076 0.0s
[0m[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m[34m => [ 2/12] RUN set -ex; apt-get update && apt-get install -y --no-i 16.0s
[0m[34m => [ 3/12] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 4/12] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 5/12] 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 60.0s (10/18)
[34m => importing cache manifest from akvo/rsr-backend-prod-no-code:c96308076 0.0s
[0m[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m[34m => [ 2/12] RUN set -ex; apt-get update && apt-get install -y --no-i 16.0s
[0m[34m => [ 3/12] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 4/12] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 5/12] 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 60.2s (10/18)
[34m => importing cache manifest from akvo/rsr-backend-prod-no-code:c96308076 0.0s
[0m[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m[34m => [ 2/12] RUN set -ex; apt-get update && apt-get install -y --no-i 16.0s
[0m[34m => [ 3/12] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 4/12] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 5/12] 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 60.3s (10/18)
[34m => importing cache manifest from akvo/rsr-backend-prod-no-code:c96308076 0.0s
[0m[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m[34m => [ 2/12] RUN set -ex; apt-get update && apt-get install -y --no-i 16.0s
[0m[34m => [ 3/12] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 4/12] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 5/12] 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 60.5s (10/18)
[34m => importing cache manifest from akvo/rsr-backend-prod-no-code:c96308076 0.0s
[0m[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m[34m => [ 2/12] RUN set -ex; apt-get update && apt-get install -y --no-i 16.0s
[0m[34m => [ 3/12] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 4/12] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 5/12] 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 60.6s (10/18)
[34m => importing cache manifest from akvo/rsr-backend-prod-no-code:c96308076 0.0s
[0m[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m[34m => [ 2/12] RUN set -ex; apt-get update && apt-get install -y --no-i 16.0s
[0m[34m => [ 3/12] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 4/12] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 5/12] 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 60.8s (10/18)
[34m => importing cache manifest from akvo/rsr-backend-prod-no-code:c96308076 0.0s
[0m[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m[34m => [ 2/12] RUN set -ex; apt-get update && apt-get install -y --no-i 16.0s
[0m[34m => [ 3/12] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 4/12] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 5/12] 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 60.9s (10/18)
[34m => importing cache manifest from akvo/rsr-backend-prod-no-code:c96308076 0.0s
[0m[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m[34m => [ 2/12] RUN set -ex; apt-get update && apt-get install -y --no-i 16.0s
[0m[34m => [ 3/12] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 4/12] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 5/12] 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 61.1s (10/18)
[34m => importing cache manifest from akvo/rsr-backend-prod-no-code:c96308076 0.0s
[0m[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m[34m => [ 2/12] RUN set -ex; apt-get update && apt-get install -y --no-i 16.0s
[0m[34m => [ 3/12] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 4/12] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 5/12] 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 61.2s (10/18)
[34m => importing cache manifest from akvo/rsr-backend-prod-no-code:c96308076 0.0s
[0m[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m[34m => [ 2/12] RUN set -ex; apt-get update && apt-get install -y --no-i 16.0s
[0m[34m => [ 3/12] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 4/12] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 5/12] 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 61.4s (10/18)
[34m => importing cache manifest from akvo/rsr-backend-prod-no-code:c96308076 0.0s
[0m[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m[34m => [ 2/12] RUN set -ex; apt-get update && apt-get install -y --no-i 16.0s
[0m[34m => [ 3/12] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 4/12] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 5/12] 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 61.5s (10/18)
[34m => importing cache manifest from akvo/rsr-backend-prod-no-code:c96308076 0.0s
[0m[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m[34m => [ 2/12] RUN set -ex; apt-get update && apt-get install -y --no-i 16.0s
[0m[34m => [ 3/12] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 4/12] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 5/12] 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 61.7s (10/18)
[34m => importing cache manifest from akvo/rsr-backend-prod-no-code:c96308076 0.0s
[0m[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m[34m => [ 2/12] RUN set -ex; apt-get update && apt-get install -y --no-i 16.0s
[0m[34m => [ 3/12] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 4/12] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 5/12] 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 61.8s (10/18)
[34m => importing cache manifest from akvo/rsr-backend-prod-no-code:c96308076 0.0s
[0m[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m[34m => [ 2/12] RUN set -ex; apt-get update && apt-get install -y --no-i 16.0s
[0m[34m => [ 3/12] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 4/12] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 5/12] 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 62.0s (10/18)
[34m => importing cache manifest from akvo/rsr-backend-prod-no-code:c96308076 0.0s
[0m[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m[34m => [ 2/12] RUN set -ex; apt-get update && apt-get install -y --no-i 16.0s
[0m[34m => [ 3/12] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 4/12] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 5/12] RUN pip install --no-cache-dir -r 2_rsr.txt 45.2s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 62.1s (10/18)
[34m => importing cache manifest from akvo/rsr-backend-prod-no-code:c96308076 0.0s
[0m[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m[34m => [ 2/12] RUN set -ex; apt-get update && apt-get install -y --no-i 16.0s
[0m[34m => [ 3/12] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 4/12] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 5/12] RUN pip install --no-cache-dir -r 2_rsr.txt 45.3s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 62.3s (10/18)
[34m => importing cache manifest from akvo/rsr-backend-prod-no-code:c96308076 0.0s
[0m[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m[34m => [ 2/12] RUN set -ex; apt-get update && apt-get install -y --no-i 16.0s
[0m[34m => [ 3/12] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 4/12] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 5/12] RUN pip install --no-cache-dir -r 2_rsr.txt 45.5s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 62.4s (10/18)
[34m => importing cache manifest from akvo/rsr-backend-prod-no-code:c96308076 0.0s
[0m[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m[34m => [ 2/12] RUN set -ex; apt-get update && apt-get install -y --no-i 16.0s
[0m[34m => [ 3/12] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 4/12] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 5/12] RUN pip install --no-cache-dir -r 2_rsr.txt 45.6s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 62.6s (10/18)
[34m => importing cache manifest from akvo/rsr-backend-prod-no-code:c96308076 0.0s
[0m[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m[34m => [ 2/12] RUN set -ex; apt-get update && apt-get install -y --no-i 16.0s
[0m[34m => [ 3/12] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 4/12] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 5/12] RUN pip install --no-cache-dir -r 2_rsr.txt 45.8s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 62.7s (10/18)
[34m => importing cache manifest from akvo/rsr-backend-prod-no-code:c96308076 0.0s
[0m[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m[34m => [ 2/12] RUN set -ex; apt-get update && apt-get install -y --no-i 16.0s
[0m[34m => [ 3/12] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 4/12] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 5/12] RUN pip install --no-cache-dir -r 2_rsr.txt 45.9s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 62.8s (11/18)
[34m => importing cache manifest from akvo/rsr-backend-prod-no-code:c96308076 0.0s
[0m[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m[34m => [ 2/12] RUN set -ex; apt-get update && apt-get install -y --no-i 16.0s
[0m[34m => [ 3/12] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 4/12] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m[34m => [ 5/12] RUN pip install --no-cache-dir -r 2_rsr.txt 46.0s
[0m[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 63.0s (11/18)
[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m[34m => [ 2/12] RUN set -ex; apt-get update && apt-get install -y --no-i 16.0s
[0m[34m => [ 3/12] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 4/12] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m[34m => [ 5/12] RUN pip install --no-cache-dir -r 2_rsr.txt 46.0s
[0m => [ 6/12] RUN mkdir -p /var/akvo/rsr/logs/ 0.1s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 63.1s (11/18)
[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m[34m => [ 2/12] RUN set -ex; apt-get update && apt-get install -y --no-i 16.0s
[0m[34m => [ 3/12] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 4/12] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m[34m => [ 5/12] RUN pip install --no-cache-dir -r 2_rsr.txt 46.0s
[0m => [ 6/12] RUN mkdir -p /var/akvo/rsr/logs/ 0.3s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 63.2s (12/18)
[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m[34m => [ 2/12] RUN set -ex; apt-get update && apt-get install -y --no-i 16.0s
[0m[34m => [ 3/12] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 4/12] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m[34m => [ 5/12] RUN pip install --no-cache-dir -r 2_rsr.txt 46.0s
[0m[34m => [ 6/12] RUN mkdir -p /var/akvo/rsr/logs/ 0.4s
[0m[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 63.4s (12/18)
[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m[34m => [ 2/12] RUN set -ex; apt-get update && apt-get install -y --no-i 16.0s
[0m[34m => [ 3/12] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 4/12] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m[34m => [ 5/12] RUN pip install --no-cache-dir -r 2_rsr.txt 46.0s
[0m[34m => [ 6/12] RUN mkdir -p /var/akvo/rsr/logs/ 0.4s
[0m => [ 7/12] RUN mkdir -p /var/log/akvo/ 0.1s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 63.5s (12/18)
[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m[34m => [ 2/12] RUN set -ex; apt-get update && apt-get install -y --no-i 16.0s
[0m[34m => [ 3/12] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 4/12] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m[34m => [ 5/12] RUN pip install --no-cache-dir -r 2_rsr.txt 46.0s
[0m[34m => [ 6/12] RUN mkdir -p /var/akvo/rsr/logs/ 0.4s
[0m => [ 7/12] RUN mkdir -p /var/log/akvo/ 0.3s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 63.7s (13/18)
[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m[34m => [ 2/12] RUN set -ex; apt-get update && apt-get install -y --no-i 16.0s
[0m[34m => [ 3/12] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 4/12] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m[34m => [ 5/12] RUN pip install --no-cache-dir -r 2_rsr.txt 46.0s
[0m[34m => [ 6/12] RUN mkdir -p /var/akvo/rsr/logs/ 0.4s
[0m[34m => [ 7/12] RUN mkdir -p /var/log/akvo/ 0.4s
[0m[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 63.8s (13/18)
[34m => => transferring context: 3.78kB 0.0s
[0m[34m => [ 2/12] RUN set -ex; apt-get update && apt-get install -y --no-i 16.0s
[0m[34m => [ 3/12] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 4/12] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m[34m => [ 5/12] RUN pip install --no-cache-dir -r 2_rsr.txt 46.0s
[0m[34m => [ 6/12] RUN mkdir -p /var/akvo/rsr/logs/ 0.4s
[0m[34m => [ 7/12] RUN mkdir -p /var/log/akvo/ 0.4s
[0m => [ 8/12] RUN mkdir -p /var/akvo/rsr/code/data 0.1s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 64.0s (13/18)
[34m => => transferring context: 3.78kB 0.0s
[0m[34m => [ 2/12] RUN set -ex; apt-get update && apt-get install -y --no-i 16.0s
[0m[34m => [ 3/12] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 4/12] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m[34m => [ 5/12] RUN pip install --no-cache-dir -r 2_rsr.txt 46.0s
[0m[34m => [ 6/12] RUN mkdir -p /var/akvo/rsr/logs/ 0.4s
[0m[34m => [ 7/12] RUN mkdir -p /var/log/akvo/ 0.4s
[0m => [ 8/12] RUN mkdir -p /var/akvo/rsr/code/data 0.3s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 64.1s (13/18)
[34m => => transferring context: 3.78kB 0.0s
[0m[34m => [ 2/12] RUN set -ex; apt-get update && apt-get install -y --no-i 16.0s
[0m[34m => [ 3/12] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 4/12] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m[34m => [ 5/12] RUN pip install --no-cache-dir -r 2_rsr.txt 46.0s
[0m[34m => [ 6/12] RUN mkdir -p /var/akvo/rsr/logs/ 0.4s
[0m[34m => [ 7/12] RUN mkdir -p /var/log/akvo/ 0.4s
[0m => [ 8/12] RUN mkdir -p /var/akvo/rsr/code/data 0.5s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 64.2s (16/18)
[34m => [ 3/12] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 4/12] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m[34m => [ 5/12] RUN pip install --no-cache-dir -r 2_rsr.txt 46.0s
[0m[34m => [ 6/12] RUN mkdir -p /var/akvo/rsr/logs/ 0.4s
[0m[34m => [ 7/12] RUN mkdir -p /var/log/akvo/ 0.4s
[0m[34m => [ 8/12] RUN mkdir -p /var/akvo/rsr/code/data 0.4s
[0m[34m => [ 9/12] COPY manage.py /var/akvo/rsr/code/ 0.1s
[0m[34m => [10/12] COPY scripts/docker/prod/start-django.sh /var/akvo/rsr/code/ 0.0s
[0m[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 64.4s (18/19)
[34m => [ 7/12] RUN mkdir -p /var/log/akvo/ 0.4s
[0m[34m => [ 8/12] RUN mkdir -p /var/akvo/rsr/code/data 0.4s
[0m[34m => [ 9/12] COPY manage.py /var/akvo/rsr/code/ 0.1s
[0m[34m => [10/12] COPY scripts/docker/prod/start-django.sh /var/akvo/rsr/code/ 0.0s
[0m[34m => [11/12] COPY scripts/docker/dev/wait-for-dependencies.sh /var/akvo/rs 0.0s
[0m[34m => [12/12] COPY scripts/probes/worker.sh /var/akvo/rsr/code/scripts/prob 0.0s
[0m => exporting to image 0.1s
=> => exporting layers 0.1s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 64.5s (18/19)
[34m => [ 7/12] RUN mkdir -p /var/log/akvo/ 0.4s
[0m[34m => [ 8/12] RUN mkdir -p /var/akvo/rsr/code/data 0.4s
[0m[34m => [ 9/12] COPY manage.py /var/akvo/rsr/code/ 0.1s
[0m[34m => [10/12] COPY scripts/docker/prod/start-django.sh /var/akvo/rsr/code/ 0.0s
[0m[34m => [11/12] COPY scripts/docker/dev/wait-for-dependencies.sh /var/akvo/rs 0.0s
[0m[34m => [12/12] COPY scripts/probes/worker.sh /var/akvo/rsr/code/scripts/prob 0.0s
[0m => exporting to image 0.2s
=> => exporting layers 0.2s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 64.7s (18/19)
[34m => [ 7/12] RUN mkdir -p /var/log/akvo/ 0.4s
[0m[34m => [ 8/12] RUN mkdir -p /var/akvo/rsr/code/data 0.4s
[0m[34m => [ 9/12] COPY manage.py /var/akvo/rsr/code/ 0.1s
[0m[34m => [10/12] COPY scripts/docker/prod/start-django.sh /var/akvo/rsr/code/ 0.0s
[0m[34m => [11/12] COPY scripts/docker/dev/wait-for-dependencies.sh /var/akvo/rs 0.0s
[0m[34m => [12/12] COPY scripts/probes/worker.sh /var/akvo/rsr/code/scripts/prob 0.0s
[0m => exporting to image 0.4s
=> => exporting layers 0.4s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 64.8s (18/19)
[34m => [ 7/12] RUN mkdir -p /var/log/akvo/ 0.4s
[0m[34m => [ 8/12] RUN mkdir -p /var/akvo/rsr/code/data 0.4s
[0m[34m => [ 9/12] COPY manage.py /var/akvo/rsr/code/ 0.1s
[0m[34m => [10/12] COPY scripts/docker/prod/start-django.sh /var/akvo/rsr/code/ 0.0s
[0m[34m => [11/12] COPY scripts/docker/dev/wait-for-dependencies.sh /var/akvo/rs 0.0s
[0m[34m => [12/12] COPY scripts/probes/worker.sh /var/akvo/rsr/code/scripts/prob 0.0s
[0m => exporting to image 0.5s
=> => exporting layers 0.5s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 65.0s (18/19)
[34m => [ 7/12] RUN mkdir -p /var/log/akvo/ 0.4s
[0m[34m => [ 8/12] RUN mkdir -p /var/akvo/rsr/code/data 0.4s
[0m[34m => [ 9/12] COPY manage.py /var/akvo/rsr/code/ 0.1s
[0m[34m => [10/12] COPY scripts/docker/prod/start-django.sh /var/akvo/rsr/code/ 0.0s
[0m[34m => [11/12] COPY scripts/docker/dev/wait-for-dependencies.sh /var/akvo/rs 0.0s
[0m[34m => [12/12] COPY scripts/probes/worker.sh /var/akvo/rsr/code/scripts/prob 0.0s
[0m => exporting to image 0.7s
=> => exporting layers 0.7s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 65.1s (18/19)
[34m => [ 7/12] RUN mkdir -p /var/log/akvo/ 0.4s
[0m[34m => [ 8/12] RUN mkdir -p /var/akvo/rsr/code/data 0.4s
[0m[34m => [ 9/12] COPY manage.py /var/akvo/rsr/code/ 0.1s
[0m[34m => [10/12] COPY scripts/docker/prod/start-django.sh /var/akvo/rsr/code/ 0.0s
[0m[34m => [11/12] COPY scripts/docker/dev/wait-for-dependencies.sh /var/akvo/rs 0.0s
[0m[34m => [12/12] COPY scripts/probes/worker.sh /var/akvo/rsr/code/scripts/prob 0.0s
[0m => exporting to image 0.8s
=> => exporting layers 0.8s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 65.3s (18/19)
[34m => [ 7/12] RUN mkdir -p /var/log/akvo/ 0.4s
[0m[34m => [ 8/12] RUN mkdir -p /var/akvo/rsr/code/data 0.4s
[0m[34m => [ 9/12] COPY manage.py /var/akvo/rsr/code/ 0.1s
[0m[34m => [10/12] COPY scripts/docker/prod/start-django.sh /var/akvo/rsr/code/ 0.0s
[0m[34m => [11/12] COPY scripts/docker/dev/wait-for-dependencies.sh /var/akvo/rs 0.0s
[0m[34m => [12/12] COPY scripts/probes/worker.sh /var/akvo/rsr/code/scripts/prob 0.0s
[0m => exporting to image 1.0s
=> => exporting layers 1.0s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 65.4s (18/19)
[34m => [ 7/12] RUN mkdir -p /var/log/akvo/ 0.4s
[0m[34m => [ 8/12] RUN mkdir -p /var/akvo/rsr/code/data 0.4s
[0m[34m => [ 9/12] COPY manage.py /var/akvo/rsr/code/ 0.1s
[0m[34m => [10/12] COPY scripts/docker/prod/start-django.sh /var/akvo/rsr/code/ 0.0s
[0m[34m => [11/12] COPY scripts/docker/dev/wait-for-dependencies.sh /var/akvo/rs 0.0s
[0m[34m => [12/12] COPY scripts/probes/worker.sh /var/akvo/rsr/code/scripts/prob 0.0s
[0m => exporting to image 1.1s
=> => exporting layers 1.1s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 65.6s (18/19)
[34m => [ 7/12] RUN mkdir -p /var/log/akvo/ 0.4s
[0m[34m => [ 8/12] RUN mkdir -p /var/akvo/rsr/code/data 0.4s
[0m[34m => [ 9/12] COPY manage.py /var/akvo/rsr/code/ 0.1s
[0m[34m => [10/12] COPY scripts/docker/prod/start-django.sh /var/akvo/rsr/code/ 0.0s
[0m[34m => [11/12] COPY scripts/docker/dev/wait-for-dependencies.sh /var/akvo/rs 0.0s
[0m[34m => [12/12] COPY scripts/probes/worker.sh /var/akvo/rsr/code/scripts/prob 0.0s
[0m => exporting to image 1.3s
=> => exporting layers 1.3s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 65.7s (18/19)
[34m => [ 7/12] RUN mkdir -p /var/log/akvo/ 0.4s
[0m[34m => [ 8/12] RUN mkdir -p /var/akvo/rsr/code/data 0.4s
[0m[34m => [ 9/12] COPY manage.py /var/akvo/rsr/code/ 0.1s
[0m[34m => [10/12] COPY scripts/docker/prod/start-django.sh /var/akvo/rsr/code/ 0.0s
[0m[34m => [11/12] COPY scripts/docker/dev/wait-for-dependencies.sh /var/akvo/rs 0.0s
[0m[34m => [12/12] COPY scripts/probes/worker.sh /var/akvo/rsr/code/scripts/prob 0.0s
[0m => exporting to image 1.4s
=> => exporting layers 1.4s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 65.9s (18/19)
[34m => [ 7/12] RUN mkdir -p /var/log/akvo/ 0.4s
[0m[34m => [ 8/12] RUN mkdir -p /var/akvo/rsr/code/data 0.4s
[0m[34m => [ 9/12] COPY manage.py /var/akvo/rsr/code/ 0.1s
[0m[34m => [10/12] COPY scripts/docker/prod/start-django.sh /var/akvo/rsr/code/ 0.0s
[0m[34m => [11/12] COPY scripts/docker/dev/wait-for-dependencies.sh /var/akvo/rs 0.0s
[0m[34m => [12/12] COPY scripts/probes/worker.sh /var/akvo/rsr/code/scripts/prob 0.0s
[0m => exporting to image 1.6s
=> => exporting layers 1.6s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 66.0s (18/19)
[34m => [ 7/12] RUN mkdir -p /var/log/akvo/ 0.4s
[0m[34m => [ 8/12] RUN mkdir -p /var/akvo/rsr/code/data 0.4s
[0m[34m => [ 9/12] COPY manage.py /var/akvo/rsr/code/ 0.1s
[0m[34m => [10/12] COPY scripts/docker/prod/start-django.sh /var/akvo/rsr/code/ 0.0s
[0m[34m => [11/12] COPY scripts/docker/dev/wait-for-dependencies.sh /var/akvo/rs 0.0s
[0m[34m => [12/12] COPY scripts/probes/worker.sh /var/akvo/rsr/code/scripts/prob 0.0s
[0m => exporting to image 1.7s
=> => exporting layers 1.7s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 66.2s (18/19)
[34m => [ 7/12] RUN mkdir -p /var/log/akvo/ 0.4s
[0m[34m => [ 8/12] RUN mkdir -p /var/akvo/rsr/code/data 0.4s
[0m[34m => [ 9/12] COPY manage.py /var/akvo/rsr/code/ 0.1s
[0m[34m => [10/12] COPY scripts/docker/prod/start-django.sh /var/akvo/rsr/code/ 0.0s
[0m[34m => [11/12] COPY scripts/docker/dev/wait-for-dependencies.sh /var/akvo/rs 0.0s
[0m[34m => [12/12] COPY scripts/probes/worker.sh /var/akvo/rsr/code/scripts/prob 0.0s
[0m => exporting to image 1.9s
=> => exporting layers 1.9s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 66.3s (19/19) FINISHED
[34m => [internal] load build definition from Dockerfile-prod-no-code 0.0s
[0m[34m => => transferring dockerfile: 934B 0.0s
[0m[34m => [internal] load .dockerignore 0.0s
[0m[34m => => transferring context: 373B 0.0s
[0m[34m => [internal] load metadata for docker.io/library/python:3.8.1-buster 0.7s
[0m[34m => [auth] library/python:pull token for registry-1.docker.io 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-prod-no-code:c96308076 0.0s
[0m[34m => CACHED [ 1/12] FROM docker.io/library/python:3.8.1-buster@sha256:3322 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 3.78kB 0.0s
[0m[34m => [ 2/12] RUN set -ex; apt-get update && apt-get install -y --no-i 16.0s
[0m[34m => [ 3/12] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 4/12] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m[34m => [ 5/12] RUN pip install --no-cache-dir -r 2_rsr.txt 46.0s
[0m[34m => [ 6/12] RUN mkdir -p /var/akvo/rsr/logs/ 0.4s
[0m[34m => [ 7/12] RUN mkdir -p /var/log/akvo/ 0.4s
[0m[34m => [ 8/12] RUN mkdir -p /var/akvo/rsr/code/data 0.4s
[0m[34m => [ 9/12] COPY manage.py /var/akvo/rsr/code/ 0.1s
[0m[34m => [10/12] COPY scripts/docker/prod/start-django.sh /var/akvo/rsr/code/ 0.0s
[0m[34m => [11/12] COPY scripts/docker/dev/wait-for-dependencies.sh /var/akvo/rs 0.0s
[0m[34m => [12/12] COPY scripts/probes/worker.sh /var/akvo/rsr/code/scripts/prob 0.0s
[0m[34m => exporting to image 2.0s
[0m[34m => => exporting layers 2.0s
[0m[34m => => writing image sha256:a2e619aa0b0827c91130907f0ed0be24dae66f9101f83 0.0s
[0m[34m => => naming to docker.io/akvo/rsr-backend-prod-no-code:c963080767f45828 0.0s
[0m[34m => => naming to docker.io/akvo/rsr-backend-prod-no-code:local 0.0s
[0m[?25h21:52:42 - BUILD INFO - Pushing akvo/rsr-backend-prod-no-code:c963080767f45828c31f83ca5cd25d36 container
The push refers to repository [docker.io/akvo/rsr-backend-prod-no-code]
[1A[2K
66a501a61b55: Preparing
[1B
[1A[2K
39fcd46ddd74: Preparing
[1B
[1A[2K
27b46e846fed: Preparing
[1B
[1A[2K
bb62059d593a: Preparing
[1B
[1A[2K
0a5c5e7984a5: Preparing
[1B
[1A[2K
9d6fd2a91cb6: Preparing
[1B
[1A[2K
8f373a94b695: Preparing
[1B
[1A[2K
f6e4a599a05b: Preparing
[1B
[1A[2K
f05e74530ed4: Preparing
[1B
[1A[2K
d6a9e1c11ab3: Preparing
[1B
[1A[2K
586c4513f64e: 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[15A[2K
9d6fd2a91cb6: Waiting
[15B[14A[2K
8f373a94b695: Waiting
[14B[13A[2K
f6e4a599a05b: Waiting
[13B[12A[2K
f05e74530ed4: Waiting
[12B[11A[2K
d6a9e1c11ab3: Waiting
[11B[10A[2K
586c4513f64e: 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[3A[2K
bdca38f94ff0: Waiting
[3B[2A[2K
faac394a1ad3: Waiting
[2B[1A[2K
ce8168f12337: Waiting
[1B[4A[2K
5c813a85f7f0: Waiting
[4B[19A[2K
39fcd46ddd74: Pushing 512B/675B
[19B[19A[2K
39fcd46ddd74: Pushing 4.608kB
[19B[18A[2K
27b46e846fed: Pushing 512B/1.288kB
[18B[18A[2K
27b46e846fed: Pushing 5.12kB
[18B[16A[2K
0a5c5e7984a5: Pushing 4.608kB
[16B[20A[2K
66a501a61b55: Pushing 512B
[20B[17A[2K
bb62059d593a: Pushing 512B/979B
[17B[20A[2K
66a501a61b55: Pushing 5.632kB
[20B[17A[2K
bb62059d593a: Pushing 4.608kB
[17B[20A[2K
66a501a61b55: Pushed
[20B[19A[2K
39fcd46ddd74: Pushed
[19B[16A[2K
0a5c5e7984a5: Pushed
[16B[18A[2K
27b46e846fed: Pushed
[18B[17A[2K
bb62059d593a: Pushed
[17B[15A[2K
9d6fd2a91cb6: Pushing 3.584kB
[15B[14A[2K
8f373a94b695: Pushing 4.096kB
[14B[12A[2K
f05e74530ed4: Pushing 1.024kB/73.83kB
[12B[12A[2K
f05e74530ed4: Pushing 77.82kB
[12B[11A[2K
d6a9e1c11ab3: Pushing 3.584kB
[11B[13A[2K
f6e4a599a05b: Pushing 551.4kB/317.1MB
[13B[13A[2K
f6e4a599a05b: Pushing 1.078MB/317.1MB
[13B[13A[2K
f6e4a599a05b: Pushing 2.168MB/317.1MB
[13B[13A[2K
f6e4a599a05b: Pushing 4.824MB/317.1MB
[13B[13A[2K
f6e4a599a05b: Pushing 7.503MB/317.1MB
[13B[13A[2K
f6e4a599a05b: Pushing 10.25MB/317.1MB
[13B[13A[2K
f6e4a599a05b: Pushing 13.46MB/317.1MB
[13B[13A[2K
f6e4a599a05b: Pushing 16.69MB/317.1MB
[13B[13A[2K
f6e4a599a05b: Pushing 19.89MB/317.1MB
[13B[13A[2K
f6e4a599a05b: Pushing 23.6MB/317.1MB
[13B[13A[2K
f6e4a599a05b: Pushing 26.78MB/317.1MB
[13B[13A[2K
f6e4a599a05b: Pushing 30.5MB/317.1MB
[13B[14A[2K
8f373a94b695: Pushed
[14B[13A[2K
f6e4a599a05b: Pushing 34.19MB/317.1MB
[13B[13A[2K
f6e4a599a05b: Pushing 37.88MB/317.1MB
[13B[15A[2K
9d6fd2a91cb6: Pushed
[15B[11A[2K
d6a9e1c11ab3: Pushed
[11B[12A[2K
f05e74530ed4: Pushed
[12B[13A[2K
f6e4a599a05b: Pushing 41.56MB/317.1MB
[13B[13A[2K
f6e4a599a05b: Pushing 44.21MB/317.1MB
[13B[13A[2K
f6e4a599a05b: Pushing 47.42MB/317.1MB
[13B[9A[2K
b6d8f557ceb3: Layer already exists
[9B[8A[2K
b65d30014aa7: Layer already exists
[8B[10A[2K
586c4513f64e: Pushing 552.4kB/201.2MB
[10B[7A[2K
ea9370fbf8d0: Layer already exists
[7B[13A[2K
f6e4a599a05b: Pushing 50.07MB/317.1MB
[13B[13A[2K
f6e4a599a05b: Pushing 53.23MB/317.1MB
[13B[13A[2K
f6e4a599a05b: Pushing 55.89MB/317.1MB
[13B[10A[2K
586c4513f64e: Pushing 1.093MB/201.2MB
[10B[6A[2K
a10c79771e86: Layer already exists
[6B[5A[2K
3f4c8c89729b: Layer already exists
[5B[13A[2K
f6e4a599a05b: Pushing 58.56MB/317.1MB
[13B[4A[2K
5c813a85f7f0: Layer already exists
[4B[10A[2K
586c4513f64e: Pushing 2.207MB/201.2MB
[10B[13A[2K
f6e4a599a05b: Pushing 61.22MB/317.1MB
[13B[10A[2K
586c4513f64e: Pushing 3.873MB/201.2MB
[10B[13A[2K
f6e4a599a05b: Pushing 64.97MB/317.1MB
[13B[10A[2K
586c4513f64e: Pushing 6.071MB/201.2MB
[10B[13A[2K
f6e4a599a05b: Pushing 68.72MB/317.1MB
[13B[10A[2K
586c4513f64e: Pushing 8.3MB/201.2MB
[10B[13A[2K
f6e4a599a05b: Pushing 73.6MB/317.1MB
[13B[3A[2K
bdca38f94ff0: Layer already exists
[3B[10A[2K
586c4513f64e: Pushing 11.07MB/201.2MB
[10B[2A[2K
faac394a1ad3: Layer already exists
[2B[1A[2K
ce8168f12337: Layer already exists
[1B[13A[2K
f6e4a599a05b: Pushing 77.93MB/317.1MB
[13B[10A[2K
586c4513f64e: Pushing 14.27MB/201.2MB
[10B[13A[2K
f6e4a599a05b: Pushing 82.82MB/317.1MB
[13B[10A[2K
586c4513f64e: Pushing 16.46MB/201.2MB
[10B[13A[2K
f6e4a599a05b: Pushing 90.05MB/317.1MB
[13B[10A[2K
586c4513f64e: Pushing 18.66MB/201.2MB
[10B[13A[2K
f6e4a599a05b: Pushing 96.66MB/317.1MB
[13B[10A[2K
586c4513f64e: Pushing 20.87MB/201.2MB
[10B[13A[2K
f6e4a599a05b: Pushing 101.1MB/317.1MB
[13B[10A[2K
586c4513f64e: Pushing 23.08MB/201.2MB
[10B[13A[2K
f6e4a599a05b: Pushing 105.4MB/317.1MB
[13B[13A[2K
f6e4a599a05b: Pushing 111.4MB/317.1MB
[13B[10A[2K
586c4513f64e: Pushing 25.29MB/201.2MB
[10B[13A[2K
f6e4a599a05b: Pushing 116.3MB/317.1MB
[13B[10A[2K
586c4513f64e: Pushing 27.48MB/201.2MB
[10B[13A[2K
f6e4a599a05b: Pushing 121.2MB/317.1MB
[13B[10A[2K
586c4513f64e: Pushing 29.67MB/201.2MB
[10B[13A[2K
f6e4a599a05b: Pushing 126.1MB/317.1MB
[13B[10A[2K
586c4513f64e: Pushing 31.86MB/201.2MB
[10B[13A[2K
f6e4a599a05b: Pushing 130.9MB/317.1MB
[13B[10A[2K
586c4513f64e: Pushing 34.07MB/201.2MB
[10B[13A[2K
f6e4a599a05b: Pushing 135.7MB/317.1MB
[13B[10A[2K
586c4513f64e: Pushing 36.29MB/201.2MB
[10B[13A[2K
f6e4a599a05b: Pushing 140MB/317.1MB
[13B[10A[2K
586c4513f64e: Pushing 38.49MB/201.2MB
[10B[13A[2K
f6e4a599a05b: Pushing 144.9MB/317.1MB
[13B[10A[2K
586c4513f64e: Pushing 41.18MB/201.2MB
[10B[13A[2K
f6e4a599a05b: Pushing 148.7MB/317.1MB
[13B[10A[2K
586c4513f64e: Pushing 43.32MB/201.2MB
[10B[13A[2K
f6e4a599a05b: Pushing 151.9MB/317.1MB
[13B[10A[2K
586c4513f64e: Pushing 46.02MB/201.2MB
[10B[13A[2K
f6e4a599a05b: Pushing 155.2MB/317.1MB
[13B[10A[2K
586c4513f64e: Pushing 48.81MB/201.2MB
[10B[13A[2K
f6e4a599a05b: Pushing 158MB/317.1MB
[13B[10A[2K
586c4513f64e: Pushing 51.59MB/201.2MB
[10B[13A[2K
f6e4a599a05b: Pushing 160.2MB/317.1MB
[13B[10A[2K
586c4513f64e: Pushing 54.38MB/201.2MB
[10B[13A[2K
f6e4a599a05b: Pushing 163MB/317.1MB
[13B[10A[2K
586c4513f64e: Pushing 57.72MB/201.2MB
[10B[13A[2K
f6e4a599a05b: Pushing 165.7MB/317.1MB
[13B[10A[2K
586c4513f64e: Pushing 60.51MB/201.2MB
[10B[13A[2K
f6e4a599a05b: Pushing 168.5MB/317.1MB
[13B[10A[2K
586c4513f64e: Pushing 63.29MB/201.2MB
[10B[13A[2K
f6e4a599a05b: Pushing 171.2MB/317.1MB
[13B[10A[2K
586c4513f64e: Pushing 66.08MB/201.2MB
[10B[13A[2K
f6e4a599a05b: Pushing 173.9MB/317.1MB
[13B[10A[2K
586c4513f64e: Pushing 68.86MB/201.2MB
[10B[13A[2K
f6e4a599a05b: Pushing 177.1MB/317.1MB
[13B[10A[2K
586c4513f64e: Pushing 71.65MB/201.2MB
[10B[13A[2K
f6e4a599a05b: Pushing 179.9MB/317.1MB
[13B[10A[2K
586c4513f64e: Pushing 74.43MB/201.2MB
[10B[13A[2K
f6e4a599a05b: Pushing 183.2MB/317.1MB
[13B[10A[2K
586c4513f64e: Pushing 77.22MB/201.2MB
[10B[13A[2K
f6e4a599a05b: Pushing 186.5MB/317.1MB
[13B[10A[2K
586c4513f64e: Pushing 80.56MB/201.2MB
[10B[13A[2K
f6e4a599a05b: Pushing 189.8MB/317.1MB
[13B[10A[2K
586c4513f64e: Pushing 83.9MB/201.2MB
[10B[13A[2K
f6e4a599a05b: Pushing 192.6MB/317.1MB
[13B[10A[2K
586c4513f64e: Pushing 86.66MB/201.2MB
[10B[13A[2K
f6e4a599a05b: Pushing 195.3MB/317.1MB
[13B[10A[2K
586c4513f64e: Pushing 89.45MB/201.2MB
[10B[13A[2K
f6e4a599a05b: Pushing 198.5MB/317.1MB
[13B[10A[2K
586c4513f64e: Pushing 92.23MB/201.2MB
[10B[13A[2K
f6e4a599a05b: Pushing 201.2MB/317.1MB
[13B[10A[2K
586c4513f64e: Pushing 95.02MB/201.2MB
[10B[13A[2K
f6e4a599a05b: Pushing 204.4MB/317.1MB
[13B[10A[2K
586c4513f64e: Pushing 97.81MB/201.2MB
[10B[13A[2K
f6e4a599a05b: Pushing 207.1MB/317.1MB
[13B[10A[2K
586c4513f64e: Pushing 100.6MB/201.2MB
[10B[13A[2K
f6e4a599a05b: Pushing 210.3MB/317.1MB
[13B[10A[2K
586c4513f64e: Pushing 103.4MB/201.2MB
[10B[13A[2K
f6e4a599a05b: Pushing 213.7MB/317.1MB
[13B[10A[2K
586c4513f64e: Pushing 106.2MB/201.2MB
[10B[13A[2K
f6e4a599a05b: Pushing 217MB/317.1MB
[13B[10A[2K
586c4513f64e: Pushing 108.9MB/201.2MB
[10B[13A[2K
f6e4a599a05b: Pushing 220.8MB/317.1MB
[13B[10A[2K
586c4513f64e: Pushing 111.7MB/201.2MB
[10B[13A[2K
f6e4a599a05b: Pushing 223.5MB/317.1MB
[13B[10A[2K
586c4513f64e: Pushing 114.5MB/201.2MB
[10B[13A[2K
f6e4a599a05b: Pushing 226.7MB/317.1MB
[13B[10A[2K
586c4513f64e: Pushing 117.3MB/201.2MB
[10B[13A[2K
f6e4a599a05b: Pushing 229.3MB/317.1MB
[13B[10A[2K
586c4513f64e: Pushing 120.1MB/201.2MB
[10B[13A[2K
f6e4a599a05b: Pushing 232.6MB/317.1MB
[13B[10A[2K
586c4513f64e: Pushing 123.4MB/201.2MB
[10B[13A[2K
f6e4a599a05b: Pushing 235.8MB/317.1MB
[13B[10A[2K
586c4513f64e: Pushing 126.8MB/201.2MB
[10B[13A[2K
f6e4a599a05b: Pushing 238.4MB/317.1MB
[13B[10A[2K
586c4513f64e: Pushing 129.5MB/201.2MB
[10B[13A[2K
f6e4a599a05b: Pushing 241.7MB/317.1MB
[13B[10A[2K
586c4513f64e: Pushing 132.7MB/201.2MB
[10B[13A[2K
f6e4a599a05b: Pushing 245MB/317.1MB
[13B[10A[2K
586c4513f64e: Pushing 135.4MB/201.2MB
[10B[13A[2K
f6e4a599a05b: Pushing 248.9MB/317.1MB
[13B[10A[2K
586c4513f64e: Pushing 138.1MB/201.2MB
[10B[13A[2K
f6e4a599a05b: Pushing 253.4MB/317.1MB
[13B[10A[2K
586c4513f64e: Pushing 140.8MB/201.2MB
[10B[13A[2K
f6e4a599a05b: Pushing 257.3MB/317.1MB
[13B[10A[2K
586c4513f64e: Pushing 143.6MB/201.2MB
[10B[13A[2K
f6e4a599a05b: Pushing 261.1MB/317.1MB
[13B[10A[2K
586c4513f64e: Pushing 146.4MB/201.2MB
[10B[13A[2K
f6e4a599a05b: Pushing 265MB/317.1MB
[13B[10A[2K
586c4513f64e: Pushing 148.6MB/201.2MB
[10B[13A[2K
f6e4a599a05b: Pushing 267.8MB/317.1MB
[13B[10A[2K
586c4513f64e: Pushing 151.3MB/201.2MB
[10B[13A[2K
f6e4a599a05b: Pushing 270.1MB/317.1MB
[13B[10A[2K
586c4513f64e: Pushing 153.5MB/201.2MB
[10B[13A[2K
f6e4a599a05b: Pushing 272.3MB/317.1MB
[13B[10A[2K
586c4513f64e: Pushing 156.2MB/201.2MB
[10B[13A[2K
f6e4a599a05b: Pushing 275.1MB/317.1MB
[13B[10A[2K
586c4513f64e: Pushing 158.4MB/201.2MB
[10B[13A[2K
f6e4a599a05b: Pushing 277.8MB/317.1MB
[13B[10A[2K
586c4513f64e: Pushing 161.2MB/201.2MB
[10B[13A[2K
f6e4a599a05b: Pushing 280.5MB/317.1MB
[13B[10A[2K
586c4513f64e: Pushing 163.4MB/201.2MB
[10B[13A[2K
f6e4a599a05b: Pushing 283.2MB/317.1MB
[13B[10A[2K
586c4513f64e: Pushing 166.1MB/201.2MB
[10B[13A[2K
f6e4a599a05b: Pushing 285.9MB/317.1MB
[13B[10A[2K
586c4513f64e: Pushing 168.3MB/201.2MB
[10B[13A[2K
f6e4a599a05b: Pushing 288.6MB/317.1MB
[13B[10A[2K
586c4513f64e: Pushing 171MB/201.2MB
[10B[13A[2K
f6e4a599a05b: Pushing 291.4MB/317.1MB
[13B[10A[2K
586c4513f64e: Pushing 174.8MB/201.2MB
[10B[13A[2K
f6e4a599a05b: Pushing 294.1MB/317.1MB
[13B[10A[2K
586c4513f64e: Pushing 178.5MB/201.2MB
[10B[13A[2K
f6e4a599a05b: Pushing 296.8MB/317.1MB
[13B[10A[2K
586c4513f64e: Pushing 182.2MB/201.2MB
[10B[13A[2K
f6e4a599a05b: Pushing 299.4MB/317.1MB
[13B[10A[2K
586c4513f64e: Pushing 185.9MB/201.2MB
[10B[13A[2K
f6e4a599a05b: Pushing 301.6MB/317.1MB
[13B[10A[2K
586c4513f64e: Pushing 189.7MB/201.2MB
[10B[13A[2K
f6e4a599a05b: Pushing 303.8MB/317.1MB
[13B[10A[2K
586c4513f64e: Pushing 192.4MB/201.2MB
[10B[13A[2K
f6e4a599a05b: Pushing 306MB/317.1MB
[13B[10A[2K
586c4513f64e: Pushing 195.6MB/201.2MB
[10B[13A[2K
f6e4a599a05b: Pushing 308.6MB/317.1MB
[13B[10A[2K
586c4513f64e: Pushing 198.3MB/201.2MB
[10B[13A[2K
f6e4a599a05b: Pushing 311.9MB/317.1MB
[13B[10A[2K
586c4513f64e: Pushing 201.6MB
[10B[13A[2K
f6e4a599a05b: Pushing 314.6MB/317.1MB
[13B[10A[2K
586c4513f64e: Pushing 204.7MB
[10B[13A[2K
f6e4a599a05b: Pushing 317.3MB
[13B[13A[2K
f6e4a599a05b: Pushing 320.5MB
[13B[13A[2K
f6e4a599a05b: Pushing 324.2MB
[13B[13A[2K
f6e4a599a05b: Pushing 328MB
[13B[13A[2K
f6e4a599a05b: Pushing 330.7MB
[13B[10A[2K
586c4513f64e: Pushed
[10B[13A[2K
f6e4a599a05b: Pushed
[13Bc963080767f45828c31f83ca5cd25d36: digest: sha256:3c14bfc50acf7ddf75d5b65d86a0bdbe4abc1dcda4433120f0cb74d0b94c2157 size: 4508
21:53:02 - BUILD INFO - Creating Production Backend image with code
[1A[1B[0G[?25l[+] Building 0.0s (0/0)
[?25h[1A[0G[?25l[+] Building 0.0s (0/1)
[?25h[1A[0G[?25l[+] Building 0.1s (4/7)
[34m => [internal] load build definition from Dockerfile-prod 0.0s
[0m[34m => => transferring dockerfile: 200B 0.0s
[0m[34m => [internal] load .dockerignore 0.0s
[0m[34m => => transferring context: 373B 0.0s
[0m[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code: 0.0s
[0m[34m => [1/3] FROM docker.io/akvo/rsr-backend-prod-no-code:local 0.1s
[0m => [internal] load build context 0.1s
=> => transferring context: 40B 0.1s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 0.2s (4/7)
[34m => [internal] load build definition from Dockerfile-prod 0.0s
[0m[34m => => transferring dockerfile: 200B 0.0s
[0m[34m => [internal] load .dockerignore 0.0s
[0m[34m => => transferring context: 373B 0.0s
[0m[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code: 0.0s
[0m[34m => [1/3] FROM docker.io/akvo/rsr-backend-prod-no-code:local 0.1s
[0m => [internal] load build context 0.2s
=> => transferring context: 11.71MB 0.2s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 0.4s (4/7)
[34m => [internal] load build definition from Dockerfile-prod 0.0s
[0m[34m => => transferring dockerfile: 200B 0.0s
[0m[34m => [internal] load .dockerignore 0.0s
[0m[34m => => transferring context: 373B 0.0s
[0m[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code: 0.0s
[0m[34m => [1/3] FROM docker.io/akvo/rsr-backend-prod-no-code:local 0.1s
[0m => [internal] load build context 0.4s
=> => transferring context: 20.47MB 0.4s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 0.5s (4/7)
[34m => [internal] load build definition from Dockerfile-prod 0.0s
[0m[34m => => transferring dockerfile: 200B 0.0s
[0m[34m => [internal] load .dockerignore 0.0s
[0m[34m => => transferring context: 373B 0.0s
[0m[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code: 0.0s
[0m[34m => [1/3] FROM docker.io/akvo/rsr-backend-prod-no-code:local 0.1s
[0m => [internal] load build context 0.5s
=> => transferring context: 24.71MB 0.5s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 0.6s (4/7)
[34m => [internal] load build definition from Dockerfile-prod 0.0s
[0m[34m => => transferring dockerfile: 200B 0.0s
[0m[34m => [internal] load .dockerignore 0.0s
[0m[34m => => transferring context: 373B 0.0s
[0m[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code: 0.0s
[0m[34m => [1/3] FROM docker.io/akvo/rsr-backend-prod-no-code:local 0.1s
[0m => [internal] load build context 0.6s
=> => transferring context: 24.73MB 0.6s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 0.7s (4/7)
[34m => [internal] load build definition from Dockerfile-prod 0.0s
[0m[34m => => transferring dockerfile: 200B 0.0s
[0m[34m => [internal] load .dockerignore 0.0s
[0m[34m => => transferring context: 373B 0.0s
[0m[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code: 0.0s
[0m[34m => [1/3] FROM docker.io/akvo/rsr-backend-prod-no-code:local 0.1s
[0m => [internal] load build context 0.7s
=> => transferring context: 25.07MB 0.7s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 0.8s (4/7)
[34m => [internal] load build definition from Dockerfile-prod 0.0s
[0m[34m => => transferring dockerfile: 200B 0.0s
[0m[34m => [internal] load .dockerignore 0.0s
[0m[34m => => transferring context: 373B 0.0s
[0m[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code: 0.0s
[0m[34m => [1/3] FROM docker.io/akvo/rsr-backend-prod-no-code:local 0.1s
[0m => [internal] load build context 0.8s
=> => transferring context: 25.27MB 0.8s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 0.9s (4/7)
[34m => [internal] load build definition from Dockerfile-prod 0.0s
[0m[34m => => transferring dockerfile: 200B 0.0s
[0m[34m => [internal] load .dockerignore 0.0s
[0m[34m => => transferring context: 373B 0.0s
[0m[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code: 0.0s
[0m[34m => [1/3] FROM docker.io/akvo/rsr-backend-prod-no-code:local 0.1s
[0m => [internal] load build context 0.9s
=> => transferring context: 25.77MB 0.9s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 1.0s (4/7)
[34m => [internal] load build definition from Dockerfile-prod 0.0s
[0m[34m => => transferring dockerfile: 200B 0.0s
[0m[34m => [internal] load .dockerignore 0.0s
[0m[34m => => transferring context: 373B 0.0s
[0m[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code: 0.0s
[0m[34m => [1/3] FROM docker.io/akvo/rsr-backend-prod-no-code:local 0.1s
[0m => [internal] load build context 1.0s
=> => transferring context: 27.27MB 1.0s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 1.2s (4/7)
[34m => [internal] load build definition from Dockerfile-prod 0.0s
[0m[34m => => transferring dockerfile: 200B 0.0s
[0m[34m => [internal] load .dockerignore 0.0s
[0m[34m => => transferring context: 373B 0.0s
[0m[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code: 0.0s
[0m[34m => [1/3] FROM docker.io/akvo/rsr-backend-prod-no-code:local 0.1s
[0m => [internal] load build context 1.1s
=> => transferring context: 29.68MB 1.1s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 1.3s (4/7)
[34m => [internal] load build definition from Dockerfile-prod 0.0s
[0m[34m => => transferring dockerfile: 200B 0.0s
[0m[34m => [internal] load .dockerignore 0.0s
[0m[34m => => transferring context: 373B 0.0s
[0m[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code: 0.0s
[0m[34m => [1/3] FROM docker.io/akvo/rsr-backend-prod-no-code:local 0.1s
[0m => [internal] load build context 1.3s
=> => transferring context: 33.39MB 1.3s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 1.4s (4/7)
[34m => [internal] load build definition from Dockerfile-prod 0.0s
[0m[34m => => transferring dockerfile: 200B 0.0s
[0m[34m => [internal] load .dockerignore 0.0s
[0m[34m => => transferring context: 373B 0.0s
[0m[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code: 0.0s
[0m[34m => [1/3] FROM docker.io/akvo/rsr-backend-prod-no-code:local 0.1s
[0m => [internal] load build context 1.4s
[34m => => transferring context: 36.26MB 1.4s
[0m[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 1.6s (5/7)
[34m => => transferring dockerfile: 200B 0.0s
[0m[34m => [internal] load .dockerignore 0.0s
[0m[34m => => transferring context: 373B 0.0s
[0m[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code: 0.0s
[0m[34m => [1/3] FROM docker.io/akvo/rsr-backend-prod-no-code:local 0.1s
[0m[34m => [internal] load build context 1.4s
[0m[34m => => transferring context: 36.26MB 1.4s
[0m => [2/3] COPY akvo/ /var/akvo/rsr/code/akvo 0.1s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 1.7s (5/7)
[34m => => transferring dockerfile: 200B 0.0s
[0m[34m => [internal] load .dockerignore 0.0s
[0m[34m => => transferring context: 373B 0.0s
[0m[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code: 0.0s
[0m[34m => [1/3] FROM docker.io/akvo/rsr-backend-prod-no-code:local 0.1s
[0m[34m => [internal] load build context 1.4s
[0m[34m => => transferring context: 36.26MB 1.4s
[0m => [2/3] COPY akvo/ /var/akvo/rsr/code/akvo 0.3s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 1.9s (5/7)
[34m => => transferring dockerfile: 200B 0.0s
[0m[34m => [internal] load .dockerignore 0.0s
[0m[34m => => transferring context: 373B 0.0s
[0m[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code: 0.0s
[0m[34m => [1/3] FROM docker.io/akvo/rsr-backend-prod-no-code:local 0.1s
[0m[34m => [internal] load build context 1.4s
[0m[34m => => transferring context: 36.26MB 1.4s
[0m => [2/3] COPY akvo/ /var/akvo/rsr/code/akvo 0.4s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 2.0s (5/7)
[34m => => transferring dockerfile: 200B 0.0s
[0m[34m => [internal] load .dockerignore 0.0s
[0m[34m => => transferring context: 373B 0.0s
[0m[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code: 0.0s
[0m[34m => [1/3] FROM docker.io/akvo/rsr-backend-prod-no-code:local 0.1s
[0m[34m => [internal] load build context 1.4s
[0m[34m => => transferring context: 36.26MB 1.4s
[0m => [2/3] COPY akvo/ /var/akvo/rsr/code/akvo 0.6s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 2.2s (5/7)
[34m => => transferring dockerfile: 200B 0.0s
[0m[34m => [internal] load .dockerignore 0.0s
[0m[34m => => transferring context: 373B 0.0s
[0m[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code: 0.0s
[0m[34m => [1/3] FROM docker.io/akvo/rsr-backend-prod-no-code:local 0.1s
[0m[34m => [internal] load build context 1.4s
[0m[34m => => transferring context: 36.26MB 1.4s
[0m => [2/3] COPY akvo/ /var/akvo/rsr/code/akvo 0.7s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 2.3s (5/7)
[34m => => transferring dockerfile: 200B 0.0s
[0m[34m => [internal] load .dockerignore 0.0s
[0m[34m => => transferring context: 373B 0.0s
[0m[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code: 0.0s
[0m[34m => [1/3] FROM docker.io/akvo/rsr-backend-prod-no-code:local 0.1s
[0m[34m => [internal] load build context 1.4s
[0m[34m => => transferring context: 36.26MB 1.4s
[0m => [2/3] COPY akvo/ /var/akvo/rsr/code/akvo 0.9s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 2.5s (5/7)
[34m => => transferring dockerfile: 200B 0.0s
[0m[34m => [internal] load .dockerignore 0.0s
[0m[34m => => transferring context: 373B 0.0s
[0m[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code: 0.0s
[0m[34m => [1/3] FROM docker.io/akvo/rsr-backend-prod-no-code:local 0.1s
[0m[34m => [internal] load build context 1.4s
[0m[34m => => transferring context: 36.26MB 1.4s
[0m => [2/3] COPY akvo/ /var/akvo/rsr/code/akvo 1.0s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 2.6s (5/7)
[34m => => transferring dockerfile: 200B 0.0s
[0m[34m => [internal] load .dockerignore 0.0s
[0m[34m => => transferring context: 373B 0.0s
[0m[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code: 0.0s
[0m[34m => [1/3] FROM docker.io/akvo/rsr-backend-prod-no-code:local 0.1s
[0m[34m => [internal] load build context 1.4s
[0m[34m => => transferring context: 36.26MB 1.4s
[0m => [2/3] COPY akvo/ /var/akvo/rsr/code/akvo 1.2s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 2.8s (5/7)
[34m => => transferring dockerfile: 200B 0.0s
[0m[34m => [internal] load .dockerignore 0.0s
[0m[34m => => transferring context: 373B 0.0s
[0m[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code: 0.0s
[0m[34m => [1/3] FROM docker.io/akvo/rsr-backend-prod-no-code:local 0.1s
[0m[34m => [internal] load build context 1.4s
[0m[34m => => transferring context: 36.26MB 1.4s
[0m => [2/3] COPY akvo/ /var/akvo/rsr/code/akvo 1.3s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 2.9s (5/7)
[34m => => transferring dockerfile: 200B 0.0s
[0m[34m => [internal] load .dockerignore 0.0s
[0m[34m => => transferring context: 373B 0.0s
[0m[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code: 0.0s
[0m[34m => [1/3] FROM docker.io/akvo/rsr-backend-prod-no-code:local 0.1s
[0m[34m => [internal] load build context 1.4s
[0m[34m => => transferring context: 36.26MB 1.4s
[0m => [2/3] COPY akvo/ /var/akvo/rsr/code/akvo 1.5s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 3.1s (5/7)
[34m => => transferring dockerfile: 200B 0.0s
[0m[34m => [internal] load .dockerignore 0.0s
[0m[34m => => transferring context: 373B 0.0s
[0m[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code: 0.0s
[0m[34m => [1/3] FROM docker.io/akvo/rsr-backend-prod-no-code:local 0.1s
[0m[34m => [internal] load build context 1.4s
[0m[34m => => transferring context: 36.26MB 1.4s
[0m => [2/3] COPY akvo/ /var/akvo/rsr/code/akvo 1.6s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 3.2s (5/7)
[34m => => transferring dockerfile: 200B 0.0s
[0m[34m => [internal] load .dockerignore 0.0s
[0m[34m => => transferring context: 373B 0.0s
[0m[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code: 0.0s
[0m[34m => [1/3] FROM docker.io/akvo/rsr-backend-prod-no-code:local 0.1s
[0m[34m => [internal] load build context 1.4s
[0m[34m => => transferring context: 36.26MB 1.4s
[0m => [2/3] COPY akvo/ /var/akvo/rsr/code/akvo 1.8s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 3.4s (5/7)
[34m => => transferring dockerfile: 200B 0.0s
[0m[34m => [internal] load .dockerignore 0.0s
[0m[34m => => transferring context: 373B 0.0s
[0m[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code: 0.0s
[0m[34m => [1/3] FROM docker.io/akvo/rsr-backend-prod-no-code:local 0.1s
[0m[34m => [internal] load build context 1.4s
[0m[34m => => transferring context: 36.26MB 1.4s
[0m => [2/3] COPY akvo/ /var/akvo/rsr/code/akvo 1.9s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 3.5s (5/7)
[34m => => transferring dockerfile: 200B 0.0s
[0m[34m => [internal] load .dockerignore 0.0s
[0m[34m => => transferring context: 373B 0.0s
[0m[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code: 0.0s
[0m[34m => [1/3] FROM docker.io/akvo/rsr-backend-prod-no-code:local 0.1s
[0m[34m => [internal] load build context 1.4s
[0m[34m => => transferring context: 36.26MB 1.4s
[0m => [2/3] COPY akvo/ /var/akvo/rsr/code/akvo 2.1s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 3.7s (5/7)
[34m => => transferring dockerfile: 200B 0.0s
[0m[34m => [internal] load .dockerignore 0.0s
[0m[34m => => transferring context: 373B 0.0s
[0m[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code: 0.0s
[0m[34m => [1/3] FROM docker.io/akvo/rsr-backend-prod-no-code:local 0.1s
[0m[34m => [internal] load build context 1.4s
[0m[34m => => transferring context: 36.26MB 1.4s
[0m => [2/3] COPY akvo/ /var/akvo/rsr/code/akvo 2.3s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 3.8s (5/7)
[34m => => transferring dockerfile: 200B 0.0s
[0m[34m => [internal] load .dockerignore 0.0s
[0m[34m => => transferring context: 373B 0.0s
[0m[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code: 0.0s
[0m[34m => [1/3] FROM docker.io/akvo/rsr-backend-prod-no-code:local 0.1s
[0m[34m => [internal] load build context 1.4s
[0m[34m => => transferring context: 36.26MB 1.4s
[0m => [2/3] COPY akvo/ /var/akvo/rsr/code/akvo 2.4s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 4.0s (5/7)
[34m => => transferring dockerfile: 200B 0.0s
[0m[34m => [internal] load .dockerignore 0.0s
[0m[34m => => transferring context: 373B 0.0s
[0m[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code: 0.0s
[0m[34m => [1/3] FROM docker.io/akvo/rsr-backend-prod-no-code:local 0.1s
[0m[34m => [internal] load build context 1.4s
[0m[34m => => transferring context: 36.26MB 1.4s
[0m => [2/3] COPY akvo/ /var/akvo/rsr/code/akvo 2.6s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 4.1s (5/7)
[34m => => transferring dockerfile: 200B 0.0s
[0m[34m => [internal] load .dockerignore 0.0s
[0m[34m => => transferring context: 373B 0.0s
[0m[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code: 0.0s
[0m[34m => [1/3] FROM docker.io/akvo/rsr-backend-prod-no-code:local 0.1s
[0m[34m => [internal] load build context 1.4s
[0m[34m => => transferring context: 36.26MB 1.4s
[0m => [2/3] COPY akvo/ /var/akvo/rsr/code/akvo 2.7s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 4.3s (5/7)
[34m => => transferring dockerfile: 200B 0.0s
[0m[34m => [internal] load .dockerignore 0.0s
[0m[34m => => transferring context: 373B 0.0s
[0m[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code: 0.0s
[0m[34m => [1/3] FROM docker.io/akvo/rsr-backend-prod-no-code:local 0.1s
[0m[34m => [internal] load build context 1.4s
[0m[34m => => transferring context: 36.26MB 1.4s
[0m => [2/3] COPY akvo/ /var/akvo/rsr/code/akvo 2.9s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 4.4s (5/7)
[34m => => transferring dockerfile: 200B 0.0s
[0m[34m => [internal] load .dockerignore 0.0s
[0m[34m => => transferring context: 373B 0.0s
[0m[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code: 0.0s
[0m[34m => [1/3] FROM docker.io/akvo/rsr-backend-prod-no-code:local 0.1s
[0m[34m => [internal] load build context 1.4s
[0m[34m => => transferring context: 36.26MB 1.4s
[0m => [2/3] COPY akvo/ /var/akvo/rsr/code/akvo 3.0s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 4.6s (5/7)
[34m => => transferring dockerfile: 200B 0.0s
[0m[34m => [internal] load .dockerignore 0.0s
[0m[34m => => transferring context: 373B 0.0s
[0m[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code: 0.0s
[0m[34m => [1/3] FROM docker.io/akvo/rsr-backend-prod-no-code:local 0.1s
[0m[34m => [internal] load build context 1.4s
[0m[34m => => transferring context: 36.26MB 1.4s
[0m => [2/3] COPY akvo/ /var/akvo/rsr/code/akvo 3.2s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 4.8s (5/7)
[34m => => transferring dockerfile: 200B 0.0s
[0m[34m => [internal] load .dockerignore 0.0s
[0m[34m => => transferring context: 373B 0.0s
[0m[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code: 0.0s
[0m[34m => [1/3] FROM docker.io/akvo/rsr-backend-prod-no-code:local 0.1s
[0m[34m => [internal] load build context 1.4s
[0m[34m => => transferring context: 36.26MB 1.4s
[0m => [2/3] COPY akvo/ /var/akvo/rsr/code/akvo 3.3s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 4.9s (5/7)
[34m => => transferring dockerfile: 200B 0.0s
[0m[34m => [internal] load .dockerignore 0.0s
[0m[34m => => transferring context: 373B 0.0s
[0m[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code: 0.0s
[0m[34m => [1/3] FROM docker.io/akvo/rsr-backend-prod-no-code:local 0.1s
[0m[34m => [internal] load build context 1.4s
[0m[34m => => transferring context: 36.26MB 1.4s
[0m => [2/3] COPY akvo/ /var/akvo/rsr/code/akvo 3.5s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 5.1s (5/7)
[34m => => transferring dockerfile: 200B 0.0s
[0m[34m => [internal] load .dockerignore 0.0s
[0m[34m => => transferring context: 373B 0.0s
[0m[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code: 0.0s
[0m[34m => [1/3] FROM docker.io/akvo/rsr-backend-prod-no-code:local 0.1s
[0m[34m => [internal] load build context 1.4s
[0m[34m => => transferring context: 36.26MB 1.4s
[0m => [2/3] COPY akvo/ /var/akvo/rsr/code/akvo 3.6s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 5.2s (5/7)
[34m => => transferring dockerfile: 200B 0.0s
[0m[34m => [internal] load .dockerignore 0.0s
[0m[34m => => transferring context: 373B 0.0s
[0m[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code: 0.0s
[0m[34m => [1/3] FROM docker.io/akvo/rsr-backend-prod-no-code:local 0.1s
[0m[34m => [internal] load build context 1.4s
[0m[34m => => transferring context: 36.26MB 1.4s
[0m => [2/3] COPY akvo/ /var/akvo/rsr/code/akvo 3.8s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 5.4s (5/7)
[34m => => transferring dockerfile: 200B 0.0s
[0m[34m => [internal] load .dockerignore 0.0s
[0m[34m => => transferring context: 373B 0.0s
[0m[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code: 0.0s
[0m[34m => [1/3] FROM docker.io/akvo/rsr-backend-prod-no-code:local 0.1s
[0m[34m => [internal] load build context 1.4s
[0m[34m => => transferring context: 36.26MB 1.4s
[0m => [2/3] COPY akvo/ /var/akvo/rsr/code/akvo 3.9s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 5.5s (5/7)
[34m => => transferring dockerfile: 200B 0.0s
[0m[34m => [internal] load .dockerignore 0.0s
[0m[34m => => transferring context: 373B 0.0s
[0m[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code: 0.0s
[0m[34m => [1/3] FROM docker.io/akvo/rsr-backend-prod-no-code:local 0.1s
[0m[34m => [internal] load build context 1.4s
[0m[34m => => transferring context: 36.26MB 1.4s
[0m => [2/3] COPY akvo/ /var/akvo/rsr/code/akvo 4.1s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 5.7s (5/7)
[34m => => transferring dockerfile: 200B 0.0s
[0m[34m => [internal] load .dockerignore 0.0s
[0m[34m => => transferring context: 373B 0.0s
[0m[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code: 0.0s
[0m[34m => [1/3] FROM docker.io/akvo/rsr-backend-prod-no-code:local 0.1s
[0m[34m => [internal] load build context 1.4s
[0m[34m => => transferring context: 36.26MB 1.4s
[0m => [2/3] COPY akvo/ /var/akvo/rsr/code/akvo 4.2s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 5.8s (5/7)
[34m => => transferring dockerfile: 200B 0.0s
[0m[34m => [internal] load .dockerignore 0.0s
[0m[34m => => transferring context: 373B 0.0s
[0m[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code: 0.0s
[0m[34m => [1/3] FROM docker.io/akvo/rsr-backend-prod-no-code:local 0.1s
[0m[34m => [internal] load build context 1.4s
[0m[34m => => transferring context: 36.26MB 1.4s
[0m => [2/3] COPY akvo/ /var/akvo/rsr/code/akvo 4.4s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 6.0s (5/7)
[34m => => transferring dockerfile: 200B 0.0s
[0m[34m => [internal] load .dockerignore 0.0s
[0m[34m => => transferring context: 373B 0.0s
[0m[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code: 0.0s
[0m[34m => [1/3] FROM docker.io/akvo/rsr-backend-prod-no-code:local 0.1s
[0m[34m => [internal] load build context 1.4s
[0m[34m => => transferring context: 36.26MB 1.4s
[0m => [2/3] COPY akvo/ /var/akvo/rsr/code/akvo 4.5s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 6.1s (5/7)
[34m => => transferring dockerfile: 200B 0.0s
[0m[34m => [internal] load .dockerignore 0.0s
[0m[34m => => transferring context: 373B 0.0s
[0m[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code: 0.0s
[0m[34m => [1/3] FROM docker.io/akvo/rsr-backend-prod-no-code:local 0.1s
[0m[34m => [internal] load build context 1.4s
[0m[34m => => transferring context: 36.26MB 1.4s
[0m => [2/3] COPY akvo/ /var/akvo/rsr/code/akvo 4.7s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 6.3s (5/7)
[34m => => transferring dockerfile: 200B 0.0s
[0m[34m => [internal] load .dockerignore 0.0s
[0m[34m => => transferring context: 373B 0.0s
[0m[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code: 0.0s
[0m[34m => [1/3] FROM docker.io/akvo/rsr-backend-prod-no-code:local 0.1s
[0m[34m => [internal] load build context 1.4s
[0m[34m => => transferring context: 36.26MB 1.4s
[0m => [2/3] COPY akvo/ /var/akvo/rsr/code/akvo 4.8s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 6.4s (5/7)
[34m => => transferring dockerfile: 200B 0.0s
[0m[34m => [internal] load .dockerignore 0.0s
[0m[34m => => transferring context: 373B 0.0s
[0m[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code: 0.0s
[0m[34m => [1/3] FROM docker.io/akvo/rsr-backend-prod-no-code:local 0.1s
[0m[34m => [internal] load build context 1.4s
[0m[34m => => transferring context: 36.26MB 1.4s
[0m => [2/3] COPY akvo/ /var/akvo/rsr/code/akvo 5.0s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 6.6s (5/7)
[34m => => transferring dockerfile: 200B 0.0s
[0m[34m => [internal] load .dockerignore 0.0s
[0m[34m => => transferring context: 373B 0.0s
[0m[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code: 0.0s
[0m[34m => [1/3] FROM docker.io/akvo/rsr-backend-prod-no-code:local 0.1s
[0m[34m => [internal] load build context 1.4s
[0m[34m => => transferring context: 36.26MB 1.4s
[0m => [2/3] COPY akvo/ /var/akvo/rsr/code/akvo 5.1s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 6.7s (5/7)
[34m => => transferring dockerfile: 200B 0.0s
[0m[34m => [internal] load .dockerignore 0.0s
[0m[34m => => transferring context: 373B 0.0s
[0m[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code: 0.0s
[0m[34m => [1/3] FROM docker.io/akvo/rsr-backend-prod-no-code:local 0.1s
[0m[34m => [internal] load build context 1.4s
[0m[34m => => transferring context: 36.26MB 1.4s
[0m => [2/3] COPY akvo/ /var/akvo/rsr/code/akvo 5.3s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 6.9s (5/7)
[34m => => transferring dockerfile: 200B 0.0s
[0m[34m => [internal] load .dockerignore 0.0s
[0m[34m => => transferring context: 373B 0.0s
[0m[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code: 0.0s
[0m[34m => [1/3] FROM docker.io/akvo/rsr-backend-prod-no-code:local 0.1s
[0m[34m => [internal] load build context 1.4s
[0m[34m => => transferring context: 36.26MB 1.4s
[0m => [2/3] COPY akvo/ /var/akvo/rsr/code/akvo 5.4s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 7.0s (5/7)
[34m => => transferring dockerfile: 200B 0.0s
[0m[34m => [internal] load .dockerignore 0.0s
[0m[34m => => transferring context: 373B 0.0s
[0m[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code: 0.0s
[0m[34m => [1/3] FROM docker.io/akvo/rsr-backend-prod-no-code:local 0.1s
[0m[34m => [internal] load build context 1.4s
[0m[34m => => transferring context: 36.26MB 1.4s
[0m => [2/3] COPY akvo/ /var/akvo/rsr/code/akvo 5.6s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 7.1s (6/7)
[34m => => transferring dockerfile: 200B 0.0s
[0m[34m => [internal] load .dockerignore 0.0s
[0m[34m => => transferring context: 373B 0.0s
[0m[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code: 0.0s
[0m[34m => [1/3] FROM docker.io/akvo/rsr-backend-prod-no-code:local 0.1s
[0m[34m => [internal] load build context 1.4s
[0m[34m => => transferring context: 36.26MB 1.4s
[0m[34m => [2/3] COPY akvo/ /var/akvo/rsr/code/akvo 5.7s
[0m[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 7.3s (7/8)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code: 0.0s
[0m[34m => [1/3] FROM docker.io/akvo/rsr-backend-prod-no-code:local 0.1s
[0m[34m => [internal] load build context 1.4s
[0m[34m => => transferring context: 36.26MB 1.4s
[0m[34m => [2/3] COPY akvo/ /var/akvo/rsr/code/akvo 5.7s
[0m[34m => [3/3] COPY ._66_deploy_info.conf /var/akvo/rsr/code/akvo/settings/66_ 0.0s
[0m => exporting to image 0.1s
=> => exporting layers 0.1s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 7.4s (7/8)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code: 0.0s
[0m[34m => [1/3] FROM docker.io/akvo/rsr-backend-prod-no-code:local 0.1s
[0m[34m => [internal] load build context 1.4s
[0m[34m => => transferring context: 36.26MB 1.4s
[0m[34m => [2/3] COPY akvo/ /var/akvo/rsr/code/akvo 5.7s
[0m[34m => [3/3] COPY ._66_deploy_info.conf /var/akvo/rsr/code/akvo/settings/66_ 0.0s
[0m => exporting to image 0.3s
[34m => => exporting layers 0.3s
[0m[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 7.4s (8/8) FINISHED
[34m => [internal] load build definition from Dockerfile-prod 0.0s
[0m[34m => => transferring dockerfile: 200B 0.0s
[0m[34m => [internal] load .dockerignore 0.0s
[0m[34m => => transferring context: 373B 0.0s
[0m[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code: 0.0s
[0m[34m => [1/3] FROM docker.io/akvo/rsr-backend-prod-no-code:local 0.1s
[0m[34m => [internal] load build context 1.4s
[0m[34m => => transferring context: 36.26MB 1.4s
[0m[34m => [2/3] COPY akvo/ /var/akvo/rsr/code/akvo 5.7s
[0m[34m => [3/3] COPY ._66_deploy_info.conf /var/akvo/rsr/code/akvo/settings/66_ 0.0s
[0m[34m => exporting to image 0.3s
[0m[34m => => exporting layers 0.3s
[0m[34m => => writing image sha256:b89f2771d5dfa666f424de1d7bbe27c932e8dc65e2e93 0.0s
[0m[34m => => naming to eu.gcr.io/akvo-lumen/rsr-backend:ae5d2380fc5798a73b87cd3 0.0s
[0m[34m => => naming to docker.io/library/rsr-backend:prod 0.0s
[0m[?25h21:53:10 - BUILD INFO - Pulling akvo/rsr-backend-prod-no-code-with-nodejs:c963080767f45828c31f83ca5cd25d36
docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:c963080767f45828c31f83ca5cd25d36
21:53:21 - BUILD INFO - Building akvo/rsr-backend-prod-no-code-with-nodejs:c963080767f45828c31f83ca5cd25d36
[1A[1B[0G[?25l[+] Building 0.0s (0/0)
[?25h[1A[0G[?25l[+] Building 0.0s (3/3)
[34m => [internal] load build definition from Dockerfile-prod-no-code-with-no 0.0s
[0m[34m => => transferring dockerfile: 448B 0.0s
[0m[34m => [internal] load .dockerignore 0.0s
[0m[34m => => transferring context: 373B 0.0s
[0m[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code: 0.0s
[0m[?25h[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 0.2s (5/6)
[34m => [internal] load build definition from Dockerfile-prod-no-code-with-no 0.0s
[0m[34m => => transferring dockerfile: 448B 0.0s
[0m[34m => [internal] load .dockerignore 0.0s
[0m[34m => => transferring context: 373B 0.0s
[0m[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code: 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-prod-no-code-with-node 0.0s
[0m[34m => CACHED [1/2] FROM docker.io/akvo/rsr-backend-prod-no-code:local 0.0s
[0m => [2/2] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24.1/ 0.1s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 0.3s (5/6)
[34m => [internal] load build definition from Dockerfile-prod-no-code-with-no 0.0s
[0m[34m => => transferring dockerfile: 448B 0.0s
[0m[34m => [internal] load .dockerignore 0.0s
[0m[34m => => transferring context: 373B 0.0s
[0m[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code: 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-prod-no-code-with-node 0.0s
[0m[34m => CACHED [1/2] FROM docker.io/akvo/rsr-backend-prod-no-code:local 0.0s
[0m => [2/2] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24.1/ 0.3s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 0.5s (5/6)
[34m => [internal] load build definition from Dockerfile-prod-no-code-with-no 0.0s
[0m[34m => => transferring dockerfile: 448B 0.0s
[0m[34m => [internal] load .dockerignore 0.0s
[0m[34m => => transferring context: 373B 0.0s
[0m[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code: 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-prod-no-code-with-node 0.0s
[0m[34m => CACHED [1/2] FROM docker.io/akvo/rsr-backend-prod-no-code:local 0.0s
[0m => [2/2] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24.1/ 0.5s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 0.6s (5/6)
[34m => [internal] load build definition from Dockerfile-prod-no-code-with-no 0.0s
[0m[34m => => transferring dockerfile: 448B 0.0s
[0m[34m => [internal] load .dockerignore 0.0s
[0m[34m => => transferring context: 373B 0.0s
[0m[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code: 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-prod-no-code-with-node 0.0s
[0m[34m => CACHED [1/2] FROM docker.io/akvo/rsr-backend-prod-no-code:local 0.0s
[0m => [2/2] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24.1/ 0.6s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 0.8s (5/6)
[34m => [internal] load build definition from Dockerfile-prod-no-code-with-no 0.0s
[0m[34m => => transferring dockerfile: 448B 0.0s
[0m[34m => [internal] load .dockerignore 0.0s
[0m[34m => => transferring context: 373B 0.0s
[0m[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code: 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-prod-no-code-with-node 0.0s
[0m[34m => CACHED [1/2] FROM docker.io/akvo/rsr-backend-prod-no-code:local 0.0s
[0m => [2/2] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24.1/ 0.8s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 0.9s (5/6)
[34m => [internal] load build definition from Dockerfile-prod-no-code-with-no 0.0s
[0m[34m => => transferring dockerfile: 448B 0.0s
[0m[34m => [internal] load .dockerignore 0.0s
[0m[34m => => transferring context: 373B 0.0s
[0m[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code: 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-prod-no-code-with-node 0.0s
[0m[34m => CACHED [1/2] FROM docker.io/akvo/rsr-backend-prod-no-code:local 0.0s
[0m => [2/2] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24.1/ 0.9s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 1.1s (5/6)
[34m => [internal] load build definition from Dockerfile-prod-no-code-with-no 0.0s
[0m[34m => => transferring dockerfile: 448B 0.0s
[0m[34m => [internal] load .dockerignore 0.0s
[0m[34m => => transferring context: 373B 0.0s
[0m[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code: 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-prod-no-code-with-node 0.0s
[0m[34m => CACHED [1/2] FROM docker.io/akvo/rsr-backend-prod-no-code:local 0.0s
[0m => [2/2] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24.1/ 1.1s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 1.2s (5/6)
[34m => [internal] load build definition from Dockerfile-prod-no-code-with-no 0.0s
[0m[34m => => transferring dockerfile: 448B 0.0s
[0m[34m => [internal] load .dockerignore 0.0s
[0m[34m => => transferring context: 373B 0.0s
[0m[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code: 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-prod-no-code-with-node 0.0s
[0m[34m => CACHED [1/2] FROM docker.io/akvo/rsr-backend-prod-no-code:local 0.0s
[0m => [2/2] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24.1/ 1.2s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 1.4s (5/6)
[34m => [internal] load build definition from Dockerfile-prod-no-code-with-no 0.0s
[0m[34m => => transferring dockerfile: 448B 0.0s
[0m[34m => [internal] load .dockerignore 0.0s
[0m[34m => => transferring context: 373B 0.0s
[0m[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code: 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-prod-no-code-with-node 0.0s
[0m[34m => CACHED [1/2] FROM docker.io/akvo/rsr-backend-prod-no-code:local 0.0s
[0m => [2/2] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24.1/ 1.4s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 1.5s (5/6)
[34m => [internal] load build definition from Dockerfile-prod-no-code-with-no 0.0s
[0m[34m => => transferring dockerfile: 448B 0.0s
[0m[34m => [internal] load .dockerignore 0.0s
[0m[34m => => transferring context: 373B 0.0s
[0m[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code: 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-prod-no-code-with-node 0.0s
[0m[34m => CACHED [1/2] FROM docker.io/akvo/rsr-backend-prod-no-code:local 0.0s
[0m => [2/2] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24.1/ 1.5s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 1.7s (5/6)
[34m => [internal] load build definition from Dockerfile-prod-no-code-with-no 0.0s
[0m[34m => => transferring dockerfile: 448B 0.0s
[0m[34m => [internal] load .dockerignore 0.0s
[0m[34m => => transferring context: 373B 0.0s
[0m[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code: 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-prod-no-code-with-node 0.0s
[0m[34m => CACHED [1/2] FROM docker.io/akvo/rsr-backend-prod-no-code:local 0.0s
[0m => [2/2] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24.1/ 1.7s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 1.8s (5/6)
[34m => [internal] load build definition from Dockerfile-prod-no-code-with-no 0.0s
[0m[34m => => transferring dockerfile: 448B 0.0s
[0m[34m => [internal] load .dockerignore 0.0s
[0m[34m => => transferring context: 373B 0.0s
[0m[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code: 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-prod-no-code-with-node 0.0s
[0m[34m => CACHED [1/2] FROM docker.io/akvo/rsr-backend-prod-no-code:local 0.0s
[0m => [2/2] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24.1/ 1.8s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 2.0s (5/6)
[34m => [internal] load build definition from Dockerfile-prod-no-code-with-no 0.0s
[0m[34m => => transferring dockerfile: 448B 0.0s
[0m[34m => [internal] load .dockerignore 0.0s
[0m[34m => => transferring context: 373B 0.0s
[0m[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code: 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-prod-no-code-with-node 0.0s
[0m[34m => CACHED [1/2] FROM docker.io/akvo/rsr-backend-prod-no-code:local 0.0s
[0m => [2/2] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24.1/ 2.0s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 2.1s (5/6)
[34m => [internal] load build definition from Dockerfile-prod-no-code-with-no 0.0s
[0m[34m => => transferring dockerfile: 448B 0.0s
[0m[34m => [internal] load .dockerignore 0.0s
[0m[34m => => transferring context: 373B 0.0s
[0m[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code: 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-prod-no-code-with-node 0.0s
[0m[34m => CACHED [1/2] FROM docker.io/akvo/rsr-backend-prod-no-code:local 0.0s
[0m => [2/2] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24.1/ 2.1s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 2.3s (5/6)
[34m => [internal] load build definition from Dockerfile-prod-no-code-with-no 0.0s
[0m[34m => => transferring dockerfile: 448B 0.0s
[0m[34m => [internal] load .dockerignore 0.0s
[0m[34m => => transferring context: 373B 0.0s
[0m[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code: 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-prod-no-code-with-node 0.0s
[0m[34m => CACHED [1/2] FROM docker.io/akvo/rsr-backend-prod-no-code:local 0.0s
[0m => [2/2] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24.1/ 2.3s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 2.4s (5/6)
[34m => [internal] load build definition from Dockerfile-prod-no-code-with-no 0.0s
[0m[34m => => transferring dockerfile: 448B 0.0s
[0m[34m => [internal] load .dockerignore 0.0s
[0m[34m => => transferring context: 373B 0.0s
[0m[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code: 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-prod-no-code-with-node 0.0s
[0m[34m => CACHED [1/2] FROM docker.io/akvo/rsr-backend-prod-no-code:local 0.0s
[0m => [2/2] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24.1/ 2.4s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 2.6s (5/6)
[34m => [internal] load build definition from Dockerfile-prod-no-code-with-no 0.0s
[0m[34m => => transferring dockerfile: 448B 0.0s
[0m[34m => [internal] load .dockerignore 0.0s
[0m[34m => => transferring context: 373B 0.0s
[0m[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code: 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-prod-no-code-with-node 0.0s
[0m[34m => CACHED [1/2] FROM docker.io/akvo/rsr-backend-prod-no-code:local 0.0s
[0m => [2/2] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24.1/ 2.6s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 2.7s (5/6)
[34m => [internal] load build definition from Dockerfile-prod-no-code-with-no 0.0s
[0m[34m => => transferring dockerfile: 448B 0.0s
[0m[34m => [internal] load .dockerignore 0.0s
[0m[34m => => transferring context: 373B 0.0s
[0m[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code: 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-prod-no-code-with-node 0.0s
[0m[34m => CACHED [1/2] FROM docker.io/akvo/rsr-backend-prod-no-code:local 0.0s
[0m => [2/2] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24.1/ 2.7s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 2.9s (5/6)
[34m => [internal] load build definition from Dockerfile-prod-no-code-with-no 0.0s
[0m[34m => => transferring dockerfile: 448B 0.0s
[0m[34m => [internal] load .dockerignore 0.0s
[0m[34m => => transferring context: 373B 0.0s
[0m[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code: 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-prod-no-code-with-node 0.0s
[0m[34m => CACHED [1/2] FROM docker.io/akvo/rsr-backend-prod-no-code:local 0.0s
[0m => [2/2] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24.1/ 2.9s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 3.0s (5/6)
[34m => [internal] load build definition from Dockerfile-prod-no-code-with-no 0.0s
[0m[34m => => transferring dockerfile: 448B 0.0s
[0m[34m => [internal] load .dockerignore 0.0s
[0m[34m => => transferring context: 373B 0.0s
[0m[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code: 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-prod-no-code-with-node 0.0s
[0m[34m => CACHED [1/2] FROM docker.io/akvo/rsr-backend-prod-no-code:local 0.0s
[0m => [2/2] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24.1/ 3.0s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 3.2s (5/6)
[34m => [internal] load build definition from Dockerfile-prod-no-code-with-no 0.0s
[0m[34m => => transferring dockerfile: 448B 0.0s
[0m[34m => [internal] load .dockerignore 0.0s
[0m[34m => => transferring context: 373B 0.0s
[0m[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code: 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-prod-no-code-with-node 0.0s
[0m[34m => CACHED [1/2] FROM docker.io/akvo/rsr-backend-prod-no-code:local 0.0s
[0m => [2/2] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24.1/ 3.2s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 3.3s (5/6)
[34m => [internal] load build definition from Dockerfile-prod-no-code-with-no 0.0s
[0m[34m => => transferring dockerfile: 448B 0.0s
[0m[34m => [internal] load .dockerignore 0.0s
[0m[34m => => transferring context: 373B 0.0s
[0m[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code: 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-prod-no-code-with-node 0.0s
[0m[34m => CACHED [1/2] FROM docker.io/akvo/rsr-backend-prod-no-code:local 0.0s
[0m => [2/2] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24.1/ 3.3s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 3.5s (5/6)
[34m => [internal] load build definition from Dockerfile-prod-no-code-with-no 0.0s
[0m[34m => => transferring dockerfile: 448B 0.0s
[0m[34m => [internal] load .dockerignore 0.0s
[0m[34m => => transferring context: 373B 0.0s
[0m[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code: 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-prod-no-code-with-node 0.0s
[0m[34m => CACHED [1/2] FROM docker.io/akvo/rsr-backend-prod-no-code:local 0.0s
[0m => [2/2] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24.1/ 3.5s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 3.6s (5/6)
[34m => [internal] load build definition from Dockerfile-prod-no-code-with-no 0.0s
[0m[34m => => transferring dockerfile: 448B 0.0s
[0m[34m => [internal] load .dockerignore 0.0s
[0m[34m => => transferring context: 373B 0.0s
[0m[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code: 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-prod-no-code-with-node 0.0s
[0m[34m => CACHED [1/2] FROM docker.io/akvo/rsr-backend-prod-no-code:local 0.0s
[0m => [2/2] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24.1/ 3.6s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 3.8s (5/6)
[34m => [internal] load build definition from Dockerfile-prod-no-code-with-no 0.0s
[0m[34m => => transferring dockerfile: 448B 0.0s
[0m[34m => [internal] load .dockerignore 0.0s
[0m[34m => => transferring context: 373B 0.0s
[0m[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code: 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-prod-no-code-with-node 0.0s
[0m[34m => CACHED [1/2] FROM docker.io/akvo/rsr-backend-prod-no-code:local 0.0s
[0m => [2/2] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24.1/ 3.8s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 3.9s (5/6)
[34m => [internal] load build definition from Dockerfile-prod-no-code-with-no 0.0s
[0m[34m => => transferring dockerfile: 448B 0.0s
[0m[34m => [internal] load .dockerignore 0.0s
[0m[34m => => transferring context: 373B 0.0s
[0m[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code: 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-prod-no-code-with-node 0.0s
[0m[34m => CACHED [1/2] FROM docker.io/akvo/rsr-backend-prod-no-code:local 0.0s
[0m => [2/2] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24.1/ 3.9s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 4.1s (5/6)
[34m => [internal] load build definition from Dockerfile-prod-no-code-with-no 0.0s
[0m[34m => => transferring dockerfile: 448B 0.0s
[0m[34m => [internal] load .dockerignore 0.0s
[0m[34m => => transferring context: 373B 0.0s
[0m[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code: 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-prod-no-code-with-node 0.0s
[0m[34m => CACHED [1/2] FROM docker.io/akvo/rsr-backend-prod-no-code:local 0.0s
[0m => [2/2] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24.1/ 4.1s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 4.2s (5/6)
[34m => [internal] load build definition from Dockerfile-prod-no-code-with-no 0.0s
[0m[34m => => transferring dockerfile: 448B 0.0s
[0m[34m => [internal] load .dockerignore 0.0s
[0m[34m => => transferring context: 373B 0.0s
[0m[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code: 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-prod-no-code-with-node 0.0s
[0m[34m => CACHED [1/2] FROM docker.io/akvo/rsr-backend-prod-no-code:local 0.0s
[0m => [2/2] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24.1/ 4.2s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 4.4s (5/6)
[34m => [internal] load build definition from Dockerfile-prod-no-code-with-no 0.0s
[0m[34m => => transferring dockerfile: 448B 0.0s
[0m[34m => [internal] load .dockerignore 0.0s
[0m[34m => => transferring context: 373B 0.0s
[0m[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code: 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-prod-no-code-with-node 0.0s
[0m[34m => CACHED [1/2] FROM docker.io/akvo/rsr-backend-prod-no-code:local 0.0s
[0m => [2/2] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24.1/ 4.4s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 4.5s (5/6)
[34m => [internal] load build definition from Dockerfile-prod-no-code-with-no 0.0s
[0m[34m => => transferring dockerfile: 448B 0.0s
[0m[34m => [internal] load .dockerignore 0.0s
[0m[34m => => transferring context: 373B 0.0s
[0m[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code: 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-prod-no-code-with-node 0.0s
[0m[34m => CACHED [1/2] FROM docker.io/akvo/rsr-backend-prod-no-code:local 0.0s
[0m => [2/2] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24.1/ 4.5s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 4.7s (5/6)
[34m => [internal] load build definition from Dockerfile-prod-no-code-with-no 0.0s
[0m[34m => => transferring dockerfile: 448B 0.0s
[0m[34m => [internal] load .dockerignore 0.0s
[0m[34m => => transferring context: 373B 0.0s
[0m[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code: 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-prod-no-code-with-node 0.0s
[0m[34m => CACHED [1/2] FROM docker.io/akvo/rsr-backend-prod-no-code:local 0.0s
[0m => [2/2] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24.1/ 4.7s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 4.8s (5/6)
[34m => [internal] load build definition from Dockerfile-prod-no-code-with-no 0.0s
[0m[34m => => transferring dockerfile: 448B 0.0s
[0m[34m => [internal] load .dockerignore 0.0s
[0m[34m => => transferring context: 373B 0.0s
[0m[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code: 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-prod-no-code-with-node 0.0s
[0m[34m => CACHED [1/2] FROM docker.io/akvo/rsr-backend-prod-no-code:local 0.0s
[0m => [2/2] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24.1/ 4.8s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 5.0s (5/6)
[34m => [internal] load build definition from Dockerfile-prod-no-code-with-no 0.0s
[0m[34m => => transferring dockerfile: 448B 0.0s
[0m[34m => [internal] load .dockerignore 0.0s
[0m[34m => => transferring context: 373B 0.0s
[0m[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code: 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-prod-no-code-with-node 0.0s
[0m[34m => CACHED [1/2] FROM docker.io/akvo/rsr-backend-prod-no-code:local 0.0s
[0m => [2/2] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24.1/ 5.0s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 5.1s (5/6)
[34m => [internal] load build definition from Dockerfile-prod-no-code-with-no 0.0s
[0m[34m => => transferring dockerfile: 448B 0.0s
[0m[34m => [internal] load .dockerignore 0.0s
[0m[34m => => transferring context: 373B 0.0s
[0m[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code: 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-prod-no-code-with-node 0.0s
[0m[34m => CACHED [1/2] FROM docker.io/akvo/rsr-backend-prod-no-code:local 0.0s
[0m => [2/2] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24.1/ 5.1s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 5.3s (5/6)
[34m => [internal] load build definition from Dockerfile-prod-no-code-with-no 0.0s
[0m[34m => => transferring dockerfile: 448B 0.0s
[0m[34m => [internal] load .dockerignore 0.0s
[0m[34m => => transferring context: 373B 0.0s
[0m[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code: 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-prod-no-code-with-node 0.0s
[0m[34m => CACHED [1/2] FROM docker.io/akvo/rsr-backend-prod-no-code:local 0.0s
[0m => [2/2] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24.1/ 5.3s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 5.4s (5/6)
[34m => [internal] load build definition from Dockerfile-prod-no-code-with-no 0.0s
[0m[34m => => transferring dockerfile: 448B 0.0s
[0m[34m => [internal] load .dockerignore 0.0s
[0m[34m => => transferring context: 373B 0.0s
[0m[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code: 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-prod-no-code-with-node 0.0s
[0m[34m => CACHED [1/2] FROM docker.io/akvo/rsr-backend-prod-no-code:local 0.0s
[0m => [2/2] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24.1/ 5.4s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 5.6s (5/6)
[34m => [internal] load build definition from Dockerfile-prod-no-code-with-no 0.0s
[0m[34m => => transferring dockerfile: 448B 0.0s
[0m[34m => [internal] load .dockerignore 0.0s
[0m[34m => => transferring context: 373B 0.0s
[0m[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code: 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-prod-no-code-with-node 0.0s
[0m[34m => CACHED [1/2] FROM docker.io/akvo/rsr-backend-prod-no-code:local 0.0s
[0m => [2/2] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24.1/ 5.6s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 5.7s (5/6)
[34m => [internal] load build definition from Dockerfile-prod-no-code-with-no 0.0s
[0m[34m => => transferring dockerfile: 448B 0.0s
[0m[34m => [internal] load .dockerignore 0.0s
[0m[34m => => transferring context: 373B 0.0s
[0m[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code: 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-prod-no-code-with-node 0.0s
[0m[34m => CACHED [1/2] FROM docker.io/akvo/rsr-backend-prod-no-code:local 0.0s
[0m => [2/2] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24.1/ 5.7s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 5.9s (5/6)
[34m => [internal] load build definition from Dockerfile-prod-no-code-with-no 0.0s
[0m[34m => => transferring dockerfile: 448B 0.0s
[0m[34m => [internal] load .dockerignore 0.0s
[0m[34m => => transferring context: 373B 0.0s
[0m[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code: 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-prod-no-code-with-node 0.0s
[0m[34m => CACHED [1/2] FROM docker.io/akvo/rsr-backend-prod-no-code:local 0.0s
[0m => [2/2] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24.1/ 5.9s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 6.0s (5/6)
[34m => [internal] load build definition from Dockerfile-prod-no-code-with-no 0.0s
[0m[34m => => transferring dockerfile: 448B 0.0s
[0m[34m => [internal] load .dockerignore 0.0s
[0m[34m => => transferring context: 373B 0.0s
[0m[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code: 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-prod-no-code-with-node 0.0s
[0m[34m => CACHED [1/2] FROM docker.io/akvo/rsr-backend-prod-no-code:local 0.0s
[0m => [2/2] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24.1/ 6.0s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 6.2s (5/6)
[34m => [internal] load build definition from Dockerfile-prod-no-code-with-no 0.0s
[0m[34m => => transferring dockerfile: 448B 0.0s
[0m[34m => [internal] load .dockerignore 0.0s
[0m[34m => => transferring context: 373B 0.0s
[0m[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code: 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-prod-no-code-with-node 0.0s
[0m[34m => CACHED [1/2] FROM docker.io/akvo/rsr-backend-prod-no-code:local 0.0s
[0m => [2/2] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24.1/ 6.2s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 6.3s (5/6)
[34m => [internal] load build definition from Dockerfile-prod-no-code-with-no 0.0s
[0m[34m => => transferring dockerfile: 448B 0.0s
[0m[34m => [internal] load .dockerignore 0.0s
[0m[34m => => transferring context: 373B 0.0s
[0m[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code: 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-prod-no-code-with-node 0.0s
[0m[34m => CACHED [1/2] FROM docker.io/akvo/rsr-backend-prod-no-code:local 0.0s
[0m => [2/2] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24.1/ 6.3s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 6.5s (5/6)
[34m => [internal] load build definition from Dockerfile-prod-no-code-with-no 0.0s
[0m[34m => => transferring dockerfile: 448B 0.0s
[0m[34m => [internal] load .dockerignore 0.0s
[0m[34m => => transferring context: 373B 0.0s
[0m[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code: 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-prod-no-code-with-node 0.0s
[0m[34m => CACHED [1/2] FROM docker.io/akvo/rsr-backend-prod-no-code:local 0.0s
[0m => [2/2] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24.1/ 6.5s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 6.6s (5/6)
[34m => [internal] load build definition from Dockerfile-prod-no-code-with-no 0.0s
[0m[34m => => transferring dockerfile: 448B 0.0s
[0m[34m => [internal] load .dockerignore 0.0s
[0m[34m => => transferring context: 373B 0.0s
[0m[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code: 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-prod-no-code-with-node 0.0s
[0m[34m => CACHED [1/2] FROM docker.io/akvo/rsr-backend-prod-no-code:local 0.0s
[0m => [2/2] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24.1/ 6.6s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 6.8s (5/6)
[34m => [internal] load build definition from Dockerfile-prod-no-code-with-no 0.0s
[0m[34m => => transferring dockerfile: 448B 0.0s
[0m[34m => [internal] load .dockerignore 0.0s
[0m[34m => => transferring context: 373B 0.0s
[0m[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code: 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-prod-no-code-with-node 0.0s
[0m[34m => CACHED [1/2] FROM docker.io/akvo/rsr-backend-prod-no-code:local 0.0s
[0m => [2/2] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24.1/ 6.8s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 6.9s (5/6)
[34m => [internal] load build definition from Dockerfile-prod-no-code-with-no 0.0s
[0m[34m => => transferring dockerfile: 448B 0.0s
[0m[34m => [internal] load .dockerignore 0.0s
[0m[34m => => transferring context: 373B 0.0s
[0m[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code: 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-prod-no-code-with-node 0.0s
[0m[34m => CACHED [1/2] FROM docker.io/akvo/rsr-backend-prod-no-code:local 0.0s
[0m => [2/2] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24.1/ 6.9s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 7.1s (5/6)
[34m => [internal] load build definition from Dockerfile-prod-no-code-with-no 0.0s
[0m[34m => => transferring dockerfile: 448B 0.0s
[0m[34m => [internal] load .dockerignore 0.0s
[0m[34m => => transferring context: 373B 0.0s
[0m[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code: 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-prod-no-code-with-node 0.0s
[0m[34m => CACHED [1/2] FROM docker.io/akvo/rsr-backend-prod-no-code:local 0.0s
[0m => [2/2] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24.1/ 7.1s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 7.2s (5/6)
[34m => [internal] load build definition from Dockerfile-prod-no-code-with-no 0.0s
[0m[34m => => transferring dockerfile: 448B 0.0s
[0m[34m => [internal] load .dockerignore 0.0s
[0m[34m => => transferring context: 373B 0.0s
[0m[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code: 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-prod-no-code-with-node 0.0s
[0m[34m => CACHED [1/2] FROM docker.io/akvo/rsr-backend-prod-no-code:local 0.0s
[0m => [2/2] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24.1/ 7.2s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 7.4s (5/6)
[34m => [internal] load build definition from Dockerfile-prod-no-code-with-no 0.0s
[0m[34m => => transferring dockerfile: 448B 0.0s
[0m[34m => [internal] load .dockerignore 0.0s
[0m[34m => => transferring context: 373B 0.0s
[0m[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code: 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-prod-no-code-with-node 0.0s
[0m[34m => CACHED [1/2] FROM docker.io/akvo/rsr-backend-prod-no-code:local 0.0s
[0m => [2/2] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24.1/ 7.4s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 7.5s (5/6)
[34m => [internal] load build definition from Dockerfile-prod-no-code-with-no 0.0s
[0m[34m => => transferring dockerfile: 448B 0.0s
[0m[34m => [internal] load .dockerignore 0.0s
[0m[34m => => transferring context: 373B 0.0s
[0m[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code: 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-prod-no-code-with-node 0.0s
[0m[34m => CACHED [1/2] FROM docker.io/akvo/rsr-backend-prod-no-code:local 0.0s
[0m => [2/2] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24.1/ 7.5s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 7.7s (5/6)
[34m => [internal] load build definition from Dockerfile-prod-no-code-with-no 0.0s
[0m[34m => => transferring dockerfile: 448B 0.0s
[0m[34m => [internal] load .dockerignore 0.0s
[0m[34m => => transferring context: 373B 0.0s
[0m[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code: 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-prod-no-code-with-node 0.0s
[0m[34m => CACHED [1/2] FROM docker.io/akvo/rsr-backend-prod-no-code:local 0.0s
[0m => [2/2] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24.1/ 7.7s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 7.8s (5/6)
[34m => [internal] load build definition from Dockerfile-prod-no-code-with-no 0.0s
[0m[34m => => transferring dockerfile: 448B 0.0s
[0m[34m => [internal] load .dockerignore 0.0s
[0m[34m => => transferring context: 373B 0.0s
[0m[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code: 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-prod-no-code-with-node 0.0s
[0m[34m => CACHED [1/2] FROM docker.io/akvo/rsr-backend-prod-no-code:local 0.0s
[0m => [2/2] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24.1/ 7.8s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 8.0s (5/6)
[34m => [internal] load build definition from Dockerfile-prod-no-code-with-no 0.0s
[0m[34m => => transferring dockerfile: 448B 0.0s
[0m[34m => [internal] load .dockerignore 0.0s
[0m[34m => => transferring context: 373B 0.0s
[0m[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code: 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-prod-no-code-with-node 0.0s
[0m[34m => CACHED [1/2] FROM docker.io/akvo/rsr-backend-prod-no-code:local 0.0s
[0m => [2/2] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24.1/ 8.0s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 8.1s (5/6)
[34m => [internal] load build definition from Dockerfile-prod-no-code-with-no 0.0s
[0m[34m => => transferring dockerfile: 448B 0.0s
[0m[34m => [internal] load .dockerignore 0.0s
[0m[34m => => transferring context: 373B 0.0s
[0m[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code: 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-prod-no-code-with-node 0.0s
[0m[34m => CACHED [1/2] FROM docker.io/akvo/rsr-backend-prod-no-code:local 0.0s
[0m => [2/2] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24.1/ 8.1s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 8.3s (5/6)
[34m => [internal] load build definition from Dockerfile-prod-no-code-with-no 0.0s
[0m[34m => => transferring dockerfile: 448B 0.0s
[0m[34m => [internal] load .dockerignore 0.0s
[0m[34m => => transferring context: 373B 0.0s
[0m[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code: 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-prod-no-code-with-node 0.0s
[0m[34m => CACHED [1/2] FROM docker.io/akvo/rsr-backend-prod-no-code:local 0.0s
[0m => [2/2] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24.1/ 8.3s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 8.4s (5/6)
[34m => [internal] load build definition from Dockerfile-prod-no-code-with-no 0.0s
[0m[34m => => transferring dockerfile: 448B 0.0s
[0m[34m => [internal] load .dockerignore 0.0s
[0m[34m => => transferring context: 373B 0.0s
[0m[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code: 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-prod-no-code-with-node 0.0s
[0m[34m => CACHED [1/2] FROM docker.io/akvo/rsr-backend-prod-no-code:local 0.0s
[0m => [2/2] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24.1/ 8.4s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 8.6s (5/6)
[34m => [internal] load build definition from Dockerfile-prod-no-code-with-no 0.0s
[0m[34m => => transferring dockerfile: 448B 0.0s
[0m[34m => [internal] load .dockerignore 0.0s
[0m[34m => => transferring context: 373B 0.0s
[0m[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code: 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-prod-no-code-with-node 0.0s
[0m[34m => CACHED [1/2] FROM docker.io/akvo/rsr-backend-prod-no-code:local 0.0s
[0m => [2/2] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24.1/ 8.6s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 8.7s (5/6)
[34m => [internal] load build definition from Dockerfile-prod-no-code-with-no 0.0s
[0m[34m => => transferring dockerfile: 448B 0.0s
[0m[34m => [internal] load .dockerignore 0.0s
[0m[34m => => transferring context: 373B 0.0s
[0m[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code: 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-prod-no-code-with-node 0.0s
[0m[34m => CACHED [1/2] FROM docker.io/akvo/rsr-backend-prod-no-code:local 0.0s
[0m => [2/2] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24.1/ 8.7s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 8.9s (5/6)
[34m => [internal] load build definition from Dockerfile-prod-no-code-with-no 0.0s
[0m[34m => => transferring dockerfile: 448B 0.0s
[0m[34m => [internal] load .dockerignore 0.0s
[0m[34m => => transferring context: 373B 0.0s
[0m[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code: 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-prod-no-code-with-node 0.0s
[0m[34m => CACHED [1/2] FROM docker.io/akvo/rsr-backend-prod-no-code:local 0.0s
[0m => [2/2] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24.1/ 8.9s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 9.0s (6/7)
[34m => [internal] load .dockerignore 0.0s
[0m[34m => => transferring context: 373B 0.0s
[0m[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code: 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-prod-no-code-with-node 0.0s
[0m[34m => CACHED [1/2] FROM docker.io/akvo/rsr-backend-prod-no-code:local 0.0s
[0m[34m => [2/2] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24.1/ 8.9s
[0m => exporting to image 0.1s
=> => exporting layers 0.1s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 9.2s (6/7)
[34m => [internal] load .dockerignore 0.0s
[0m[34m => => transferring context: 373B 0.0s
[0m[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code: 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-prod-no-code-with-node 0.0s
[0m[34m => CACHED [1/2] FROM docker.io/akvo/rsr-backend-prod-no-code:local 0.0s
[0m[34m => [2/2] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24.1/ 8.9s
[0m => exporting to image 0.3s
=> => exporting layers 0.3s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 9.3s (6/7)
[34m => [internal] load .dockerignore 0.0s
[0m[34m => => transferring context: 373B 0.0s
[0m[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code: 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-prod-no-code-with-node 0.0s
[0m[34m => CACHED [1/2] FROM docker.io/akvo/rsr-backend-prod-no-code:local 0.0s
[0m[34m => [2/2] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24.1/ 8.9s
[0m => exporting to image 0.4s
=> => exporting layers 0.4s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 9.4s (7/7) FINISHED
[34m => [internal] load build definition from Dockerfile-prod-no-code-with-no 0.0s
[0m[34m => => transferring dockerfile: 448B 0.0s
[0m[34m => [internal] load .dockerignore 0.0s
[0m[34m => => transferring context: 373B 0.0s
[0m[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code: 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-prod-no-code-with-node 0.0s
[0m[34m => CACHED [1/2] FROM docker.io/akvo/rsr-backend-prod-no-code:local 0.0s
[0m[34m => [2/2] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.24.1/ 8.9s
[0m[34m => exporting to image 0.5s
[0m[34m => => exporting layers 0.5s
[0m[34m => => writing image sha256:549163f995490e0fb8c996ffd6f77779363fc814c679a 0.0s
[0m[34m => => naming to docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:c963 0.0s
[0m[34m => => naming to docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:loca 0.0s
[0m[?25h21:53:31 - BUILD INFO - Pushing akvo/rsr-backend-prod-no-code-with-nodejs:c963080767f45828c31f83ca5cd25d36 container
The push refers to repository [docker.io/akvo/rsr-backend-prod-no-code-with-nodejs]
[1A[2K
d8c8fb90d3d5: Preparing
[1B
[1A[2K
66a501a61b55: Preparing
[1B
[1A[2K
39fcd46ddd74: Preparing
[1B
[1A[2K
27b46e846fed: Preparing
[1B
[1A[2K
bb62059d593a: Preparing
[1B
[1A[2K
0a5c5e7984a5: Preparing
[1B
[1A[2K
9d6fd2a91cb6: Preparing
[1B
[1A[2K
8f373a94b695: Preparing
[1B
[1A[2K
f6e4a599a05b: Preparing
[1B
[1A[2K
f05e74530ed4: Preparing
[1B
[1A[2K
d6a9e1c11ab3: Preparing
[1B
[1A[2K
586c4513f64e: 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[16A[2K
0a5c5e7984a5: Waiting
[16B[15A[2K
9d6fd2a91cb6: Waiting
[15B[14A[2K
8f373a94b695: Waiting
[14B[13A[2K
f6e4a599a05b: Waiting
[13B[12A[2K
f05e74530ed4: Waiting
[12B[11A[2K
d6a9e1c11ab3: Waiting
[11B[10A[2K
586c4513f64e: 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[21A[2K
d8c8fb90d3d5: Pushing 547.3kB/66.35MB
[21B[21A[2K
d8c8fb90d3d5: Pushing 1.104MB/66.35MB
[21B[18A[2K
27b46e846fed: Mounted from akvo/rsr-backend-prod-no-code
[18B[17A[2K
bb62059d593a: Mounted from akvo/rsr-backend-prod-no-code
[17B[19A[2K
39fcd46ddd74: Mounted from akvo/rsr-backend-prod-no-code
[19B[21A[2K
d8c8fb90d3d5: Pushing 2.218MB/66.35MB
[21B[21A[2K
d8c8fb90d3d5: Pushing 5.561MB/66.35MB
[21B[21A[2K
d8c8fb90d3d5: Pushing 7.789MB/66.35MB
[21B[20A[2K
66a501a61b55: Mounted from akvo/rsr-backend-prod-no-code
[20B[21A[2K
d8c8fb90d3d5: Pushing 10.02MB/66.35MB
[21B[21A[2K
d8c8fb90d3d5: Pushing 12.8MB/66.35MB
[21B[21A[2K
d8c8fb90d3d5: Pushing 15.59MB/66.35MB
[21B[21A[2K
d8c8fb90d3d5: Pushing 17.82MB/66.35MB
[21B[21A[2K
d8c8fb90d3d5: Pushing 20.6MB/66.35MB
[21B[21A[2K
d8c8fb90d3d5: Pushing 23.39MB/66.35MB
[21B[21A[2K
d8c8fb90d3d5: Pushing 26.17MB/66.35MB
[21B[21A[2K
d8c8fb90d3d5: Pushing 28.96MB/66.35MB
[21B[21A[2K
d8c8fb90d3d5: Pushing 31.74MB/66.35MB
[21B[21A[2K
d8c8fb90d3d5: Pushing 33.97MB/66.35MB
[21B[21A[2K
d8c8fb90d3d5: Pushing 36.2MB/66.35MB
[21B[21A[2K
d8c8fb90d3d5: Pushing 39.54MB/66.35MB
[21B[21A[2K
d8c8fb90d3d5: Pushing 43.34MB/66.35MB
[21B[21A[2K
d8c8fb90d3d5: Pushing 46.59MB/66.35MB
[21B[21A[2K
d8c8fb90d3d5: Pushing 50.9MB/66.35MB
[21B[16A[2K
0a5c5e7984a5: Mounted from akvo/rsr-backend-prod-no-code
[16B[21A[2K
d8c8fb90d3d5: Pushing 54.07MB/66.35MB
[21B[14A[2K
8f373a94b695: Mounted from akvo/rsr-backend-prod-no-code
[14B[15A[2K
9d6fd2a91cb6: Mounted from akvo/rsr-backend-prod-no-code
[15B[21A[2K
d8c8fb90d3d5: Pushing 56.71MB/66.35MB
[21B[21A[2K
d8c8fb90d3d5: Pushing 59.38MB/66.35MB
[21B[21A[2K
d8c8fb90d3d5: Pushing 62.57MB/66.35MB
[21B[13A[2K
f6e4a599a05b: Mounted from akvo/rsr-backend-prod-no-code
[13B[21A[2K
d8c8fb90d3d5: Pushing 65.22MB/66.35MB
[21B[21A[2K
d8c8fb90d3d5: Pushing 67.88MB
[21B[21A[2K
d8c8fb90d3d5: Pushing 70.43MB
[21B[9A[2K
b6d8f557ceb3: Layer already exists
[9B[8A[2K
b65d30014aa7: Layer already exists
[8B[12A[2K
f05e74530ed4: Mounted from akvo/rsr-backend-prod-no-code
[12B[7A[2K
ea9370fbf8d0: Layer already exists
[7B[11A[2K
d6a9e1c11ab3: Mounted from akvo/rsr-backend-prod-no-code
[11B[10A[2K
586c4513f64e: Mounted from akvo/rsr-backend-prod-no-code
[10B[6A[2K
a10c79771e86: Layer already exists
[6B[5A[2K
3f4c8c89729b: Layer already exists
[5B[4A[2K
5c813a85f7f0: Layer already exists
[4B[3A[2K
bdca38f94ff0: Layer already exists
[3B[2A[2K
faac394a1ad3: Layer already exists
[2B[1A[2K
ce8168f12337: Layer already exists
[1B[21A[2K
d8c8fb90d3d5: Pushed
[21Bc963080767f45828c31f83ca5cd25d36: digest: sha256:581be314a056410dec8a54f19ec26b2f53b739249df906a960bea2687f004571 size: 4720
21:53:42 - BUILD INFO - Pulling akvo/rsr-backend-front-end:c963080767f45828c31f83ca5cd25d36
docker.io/akvo/rsr-backend-front-end:c963080767f45828c31f83ca5cd25d36
21:53:51 - BUILD INFO - Building akvo/rsr-backend-front-end:c963080767f45828c31f83ca5cd25d36
[1A[1B[0G[?25l[+] Building 0.0s (0/0)
[?25h[1A[0G[?25l[+] Building 0.0s (0/2)
[?25h[1A[0G[?25l[+] Building 0.1s (5/9)
[34m => [internal] load .dockerignore 0.0s
[0m[34m => => transferring context: 373B 0.0s
[0m[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m => [internal] load build context 0.1s
[34m => => transferring context: 52.60kB 0.1s
[0m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.1s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 0.3s (6/9)
[34m => [internal] load .dockerignore 0.0s
[0m[34m => => transferring context: 373B 0.0s
[0m[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 0.4s (7/9)
[34m => => transferring context: 373B 0.0s
[0m[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.1s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 0.5s (8/9)
[34m => => transferring context: 373B 0.0s
[0m[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 0.7s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm ru 0.1s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 0.8s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm ru 0.3s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 1.0s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm ru 0.4s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 1.1s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm ru 0.6s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 1.3s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm ru 0.7s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 1.4s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm ru 0.9s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 1.6s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm ru 1.0s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 1.7s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm ru 1.2s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 1.9s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm ru 1.4s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 2.0s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm ru 1.5s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 2.2s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm ru 1.7s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 2.3s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm ru 1.8s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 2.5s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm ru 2.0s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 2.6s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm ru 2.1s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 2.8s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm ru 2.3s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 2.9s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm ru 2.4s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 3.1s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm ru 2.6s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 3.2s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm ru 2.7s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 3.4s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm ru 2.9s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 3.5s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm ru 3.0s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 3.7s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm ru 3.2s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 3.8s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm ru 3.3s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 4.0s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm ru 3.5s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 4.1s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm ru 3.6s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 4.3s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm ru 3.8s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 4.4s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm ru 3.9s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 4.6s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm ru 4.1s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 4.7s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm ru 4.2s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 4.9s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm ru 4.4s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 5.0s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm ru 4.5s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 5.2s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm ru 4.7s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 5.4s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm ru 4.8s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 5.5s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm ru 5.0s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 5.7s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm ru 5.1s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 5.8s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm ru 5.3s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 6.0s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm ru 5.4s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 6.1s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm ru 5.6s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 6.3s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm ru 5.7s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 6.4s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm ru 5.9s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 6.6s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm ru 6.0s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 6.7s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm ru 6.2s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 6.9s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm ru 6.3s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 7.0s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm ru 6.5s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 7.2s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm ru 6.6s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 7.3s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm ru 6.8s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 7.5s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm ru 6.9s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 7.6s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm ru 7.1s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 7.8s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm ru 7.2s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 7.9s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm ru 7.4s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 8.1s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm ru 7.5s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 8.2s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm ru 7.7s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 8.4s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm ru 7.8s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 8.5s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm ru 8.0s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 8.7s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm ru 8.1s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 8.8s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm ru 8.3s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 9.0s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm ru 8.4s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 9.1s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm ru 8.6s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 9.3s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm ru 8.7s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 9.4s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm ru 8.9s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 9.6s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm ru 9.0s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 9.7s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm ru 9.2s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 9.9s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm ru 9.3s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 10.0s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm ru 9.5s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 10.2s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm ru 9.6s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 10.3s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm ru 9.8s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 10.5s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm ru 9.9s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 10.6s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 10.1s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 10.8s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 10.2s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 10.9s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 10.4s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 11.1s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 10.5s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 11.2s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 10.7s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 11.4s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 10.8s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 11.5s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 11.0s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 11.7s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 11.1s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 11.8s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 11.3s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 12.0s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 11.4s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 12.1s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 11.6s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 12.3s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 11.7s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 12.4s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 11.9s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 12.6s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 12.0s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 12.7s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 12.2s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 12.9s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 12.3s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 13.0s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 12.5s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 13.2s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 12.6s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 13.3s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 12.8s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 13.5s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 12.9s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 13.6s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 13.1s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 13.8s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 13.2s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 13.9s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 13.4s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 14.1s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 13.5s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 14.2s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 13.7s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 14.4s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 13.8s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 14.5s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 14.0s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 14.7s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 14.1s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 14.8s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 14.3s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 15.0s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 14.4s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 15.1s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 14.6s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 15.3s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 14.7s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 15.4s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 14.9s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 15.6s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 15.0s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 15.7s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 15.2s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 15.9s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 15.3s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 16.0s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 15.5s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 16.2s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 15.6s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 16.3s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 15.8s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 16.5s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 15.9s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 16.6s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 16.1s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 16.8s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 16.2s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 16.9s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 16.4s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 17.1s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 16.5s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 17.2s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 16.7s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 17.4s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 16.8s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 17.5s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 17.0s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 17.7s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 17.1s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 17.8s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 17.3s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 18.0s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 17.4s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 18.1s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 17.6s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 18.3s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 17.7s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 18.4s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 17.9s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 18.6s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 18.0s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 18.7s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 18.2s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 18.9s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 18.3s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 19.0s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 18.5s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 19.2s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 18.6s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 19.3s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 18.8s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 19.5s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 18.9s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 19.6s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 19.1s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 19.8s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 19.2s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 19.9s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 19.4s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 20.1s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 19.5s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 20.2s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 19.7s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 20.4s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 19.8s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 20.5s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 20.0s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 20.7s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 20.1s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 20.8s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 20.3s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 21.0s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 20.4s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 21.1s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 20.6s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 21.3s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 20.7s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 21.4s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 20.9s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 21.6s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 21.0s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 21.7s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 21.2s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 21.9s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 21.3s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 22.0s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 21.5s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 22.2s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 21.6s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 22.3s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 21.8s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 22.5s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 21.9s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 22.6s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 22.1s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 22.8s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 22.2s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 22.9s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 22.4s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 23.0s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 22.5s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 23.2s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 22.6s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 23.3s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 22.8s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 23.5s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 22.9s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 23.6s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 23.1s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 23.8s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 23.2s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 23.9s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 23.4s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 24.1s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 23.5s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 24.2s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 23.7s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 24.4s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 23.8s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 24.5s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 24.0s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 24.7s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 24.1s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 24.8s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 24.3s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 25.0s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 24.4s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 25.1s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 24.6s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 25.3s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 24.7s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 25.4s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 24.9s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 25.6s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 25.0s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 25.7s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 25.2s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 25.9s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 25.3s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 26.0s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 25.5s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 26.2s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 25.6s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 26.3s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 25.8s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 26.5s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 25.9s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 26.6s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 26.1s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 26.8s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 26.2s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 26.9s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 26.4s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 27.1s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 26.5s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 27.2s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 26.7s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 27.4s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 26.8s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 27.5s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 27.0s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 27.7s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 27.1s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 27.8s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 27.3s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 28.0s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 27.5s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 28.1s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 27.6s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 28.3s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 27.8s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 28.4s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 27.9s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 28.6s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 28.1s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 28.8s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 28.2s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 28.9s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 28.4s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 29.1s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 28.5s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 29.2s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 28.7s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 29.4s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 28.8s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 29.5s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 29.0s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 29.7s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 29.1s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 29.8s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 29.3s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 30.0s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 29.4s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 30.1s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 29.6s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 30.3s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 29.7s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 30.4s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 29.9s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 30.6s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 30.0s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 30.7s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 30.2s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 30.9s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 30.3s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 31.0s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 30.5s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 31.2s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 30.6s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 31.3s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 30.8s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 31.5s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 30.9s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 31.6s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 31.1s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 31.8s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 31.2s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 31.9s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 31.4s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 32.1s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 31.5s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 32.2s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 31.7s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 32.4s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 31.8s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 32.5s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 32.0s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 32.7s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 32.1s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 32.8s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 32.3s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 33.0s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 32.4s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 33.1s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 32.6s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 33.3s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 32.7s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 33.4s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 32.9s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 33.6s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 33.0s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 33.7s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 33.2s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 33.9s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 33.3s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 34.0s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 33.5s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 34.2s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 33.6s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 34.3s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 33.8s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 34.5s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 33.9s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 34.6s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 34.1s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 34.8s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 34.2s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 34.9s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 34.4s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 35.1s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 34.5s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 35.2s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 34.7s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 35.4s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 34.8s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 35.5s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 35.0s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 35.7s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 35.1s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 35.8s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 35.3s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 36.0s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 35.4s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 36.1s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 35.6s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 36.3s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 35.7s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 36.4s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 35.9s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 36.6s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 36.0s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 36.7s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 36.2s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 36.9s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 36.3s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 37.0s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 36.5s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 37.2s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 36.6s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 37.3s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 36.8s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 37.5s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 36.9s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 37.6s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 37.1s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 37.8s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 37.2s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 37.9s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 37.4s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 38.1s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 37.5s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 38.2s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 37.7s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 38.4s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 37.8s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 38.5s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 38.0s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 38.7s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 38.1s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 38.8s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 38.3s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 39.0s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 38.4s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 39.1s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 38.6s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 39.3s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 38.7s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 39.4s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 38.9s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 39.6s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 39.0s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 39.7s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 39.2s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 39.9s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 39.4s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 40.0s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 39.5s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 40.2s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 39.7s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 40.3s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 39.8s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 40.5s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 40.0s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 40.6s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 40.1s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 40.8s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 40.3s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 40.9s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 40.4s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 41.1s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 40.6s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 41.3s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 40.7s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 41.4s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 40.9s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 41.6s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 41.0s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 41.7s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 41.2s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 41.9s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 41.3s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 42.0s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 41.5s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 42.2s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 41.6s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 42.3s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 41.8s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 42.5s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 41.9s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 42.6s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 42.1s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 42.8s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 42.2s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 42.9s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 42.4s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 43.1s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 42.5s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 43.2s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 42.7s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 43.4s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 42.8s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 43.5s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 43.0s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 43.7s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 43.1s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 43.8s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 43.3s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 44.0s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 43.4s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 44.1s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 43.6s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 44.3s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 43.7s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 44.4s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 43.9s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 44.6s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 44.0s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 44.7s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 44.2s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 44.9s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 44.3s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 45.0s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 44.5s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 45.2s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 44.6s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 45.3s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 44.8s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 45.5s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 44.9s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 45.6s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 45.1s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 45.8s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 45.2s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 45.9s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 45.4s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 46.1s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 45.5s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 46.2s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 45.7s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 46.4s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 45.8s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 46.5s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 46.0s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 46.7s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 46.1s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 46.8s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 46.3s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 47.0s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 46.4s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 47.1s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 46.6s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 47.3s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 46.7s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 47.4s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 46.9s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 47.6s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 47.0s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 47.7s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 47.2s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 47.9s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 47.3s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 48.0s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 47.5s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 48.2s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 47.6s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 48.3s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 47.8s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 48.5s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 47.9s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 48.6s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 48.1s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 48.8s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 48.2s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 48.9s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 48.4s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 49.1s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 48.5s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 49.2s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 48.7s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 49.4s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 48.8s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 49.5s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 49.0s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 49.7s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 49.1s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 49.8s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 49.3s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 50.0s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 49.5s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 50.1s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 49.6s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 50.3s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 49.8s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 50.4s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 49.9s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 50.6s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 50.1s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 50.7s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 50.2s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 50.9s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 50.4s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 51.0s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 50.5s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 51.2s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 50.7s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 51.4s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 50.8s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 51.5s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 51.0s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 51.7s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 51.1s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 51.8s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 51.3s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 52.0s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 51.4s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 52.1s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 51.6s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 52.3s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 51.7s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 52.4s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 51.9s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 52.6s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 52.0s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 52.7s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 52.2s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 52.9s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 52.3s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 53.0s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 52.5s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 53.2s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 52.6s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 53.3s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 52.8s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 53.5s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 52.9s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 53.6s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 53.1s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 53.8s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 53.2s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 53.9s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 53.4s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 54.1s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 53.5s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 54.2s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 53.7s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 54.4s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 53.8s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 54.5s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 54.0s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 54.7s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 54.1s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 54.8s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 54.3s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 55.0s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 54.4s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 55.1s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 54.6s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 55.3s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 54.7s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 55.4s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 54.9s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 55.6s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 55.0s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 55.7s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 55.2s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 55.9s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 55.3s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 56.0s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 55.5s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 56.2s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 55.6s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 56.3s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 55.8s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 56.5s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 55.9s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 56.6s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 56.1s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 56.8s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 56.2s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 56.9s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 56.4s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 57.1s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 56.5s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 57.2s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 56.7s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 57.4s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 56.8s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 57.5s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 57.0s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 57.7s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 57.1s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 57.8s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 57.3s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 58.0s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 57.4s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 58.1s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 57.6s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 58.3s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 57.7s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 58.4s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 57.9s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 58.6s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 58.0s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 58.7s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 58.2s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 58.9s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 58.3s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 59.0s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 58.5s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 59.2s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 58.7s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 59.3s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 58.8s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 59.5s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 59.0s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 59.6s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 59.1s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 59.8s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 59.3s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 59.9s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 59.4s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 60.1s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 59.6s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 60.2s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 59.7s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 60.4s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 59.9s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 60.5s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 60.0s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 60.7s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 60.2s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 60.9s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 60.3s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 61.0s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 60.5s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 61.2s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 60.6s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 61.3s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 60.8s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 61.5s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 60.9s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 61.6s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 61.1s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 61.8s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 61.2s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 61.9s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 61.4s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 62.1s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 61.5s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 62.2s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 61.7s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 62.4s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 61.8s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 62.5s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 62.0s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 62.7s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 62.1s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 62.8s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 62.3s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 63.0s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 62.4s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 63.1s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 62.6s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 63.3s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 62.7s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 63.4s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 62.9s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 63.6s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 63.0s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 63.7s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 63.2s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 63.9s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 63.3s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 64.0s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 63.5s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 64.2s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 63.6s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 64.3s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 63.8s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 64.5s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 63.9s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 64.6s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 64.1s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 64.8s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 64.2s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 64.9s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 64.4s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 65.1s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 64.5s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 65.2s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 64.7s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 65.4s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 64.8s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 65.5s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 65.0s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 65.7s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 65.1s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 65.8s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 65.3s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 66.0s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 65.4s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 66.1s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 65.6s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 66.3s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 65.7s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 66.4s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 65.9s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 66.6s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 66.0s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 66.7s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 66.2s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 66.9s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 66.3s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 67.0s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 66.5s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 67.2s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 66.6s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 67.3s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 66.8s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 67.5s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 66.9s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 67.6s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 67.1s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 67.8s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 67.2s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 67.9s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 67.4s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 68.1s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 67.5s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 68.2s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 67.7s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 68.4s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 67.8s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 68.5s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 68.0s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 68.7s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 68.1s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 68.8s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 68.3s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 69.0s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 68.4s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 69.1s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 68.6s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 69.3s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 68.7s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 69.4s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 68.9s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 69.6s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 69.0s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 69.7s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 69.2s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 69.9s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 69.4s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 70.0s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 69.5s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 70.2s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 69.7s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 70.3s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 69.8s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 70.5s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 70.0s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 70.6s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 70.1s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 70.8s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 70.3s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 70.9s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 70.4s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 71.1s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 70.6s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 71.3s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 70.7s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 71.4s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 70.9s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 71.6s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 71.0s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 71.7s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 71.2s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 71.9s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 71.3s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 72.0s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 71.5s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 72.2s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 71.6s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 72.3s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 71.8s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 72.5s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 71.9s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 72.6s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 72.1s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 72.8s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 72.2s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 72.9s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 72.4s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 73.1s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 72.5s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 73.2s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 72.7s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 73.4s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 72.8s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 73.5s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 73.0s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 73.7s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 73.1s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 73.8s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 73.3s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 74.0s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 73.4s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 74.1s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 73.6s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 74.3s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 73.7s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 74.4s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 73.9s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 74.6s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 74.0s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 74.7s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 74.2s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 74.9s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 74.3s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 75.0s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 74.5s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 75.2s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 74.6s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 75.3s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 74.8s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 75.5s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 74.9s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 75.6s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 75.1s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 75.8s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 75.2s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 75.9s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 75.4s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 76.1s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 75.5s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 76.2s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 75.7s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 76.4s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 75.8s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 76.5s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 76.0s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 76.7s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 76.1s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 76.8s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 76.3s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 77.0s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 76.4s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 77.1s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 76.6s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 77.3s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 76.7s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 77.4s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 76.9s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 77.6s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 77.0s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 77.7s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 77.2s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 77.9s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 77.3s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 78.0s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 77.5s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 78.2s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 77.6s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 78.3s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 77.8s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 78.5s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 77.9s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 78.6s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 78.1s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 78.8s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 78.2s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 78.9s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 78.4s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 79.1s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 78.5s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 79.2s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 78.7s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 79.4s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 78.8s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 79.5s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 79.0s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 79.7s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 79.1s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 79.8s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 79.3s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 80.0s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 79.4s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 80.1s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 79.6s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 80.3s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 79.8s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 80.4s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 79.9s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 80.6s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 80.1s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 80.7s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 80.2s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 80.9s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 80.4s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 81.0s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 80.5s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 81.2s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 80.7s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 81.3s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 80.8s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 81.5s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 81.0s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 81.7s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 81.1s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 81.8s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 81.3s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 82.0s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 81.4s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 82.1s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 81.6s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 82.3s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 81.7s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 82.4s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 81.9s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 82.6s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 82.0s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 82.7s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 82.2s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 82.9s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 82.3s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 83.0s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 82.5s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 83.2s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 82.6s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 83.3s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 82.8s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 83.5s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 82.9s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 83.6s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 83.1s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 83.8s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 83.2s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 83.9s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 83.4s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 84.1s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 83.5s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 84.2s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 83.7s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 84.4s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 83.8s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 84.5s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 84.0s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 84.7s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 84.1s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 84.8s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 84.3s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 85.0s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 84.4s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 85.1s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 84.6s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 85.3s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 84.7s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 85.4s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 84.9s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 85.6s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 85.0s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 85.7s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 85.2s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 85.9s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 85.3s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 86.0s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 85.5s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 86.2s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 85.6s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 86.3s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 85.8s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 86.5s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 85.9s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 86.6s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 86.1s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 86.8s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 86.2s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 86.9s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 86.4s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 87.1s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 86.5s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 87.2s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 86.7s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 87.4s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 86.8s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 87.5s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 87.0s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 87.7s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 87.1s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 87.8s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 87.3s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 88.0s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 87.4s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 88.1s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 87.6s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 88.3s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 87.7s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 88.4s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 87.9s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 88.6s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 88.0s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 88.7s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 88.2s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 88.9s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 88.3s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 89.0s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 88.5s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 89.2s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 88.6s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 89.3s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 88.8s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 89.5s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 88.9s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 89.6s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 89.1s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 89.8s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 89.2s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 89.9s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 89.4s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 90.1s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 89.5s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 90.2s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 89.6s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 90.3s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 89.8s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 90.5s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 89.9s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 90.6s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 90.1s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 90.8s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 90.3s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 90.9s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 90.4s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 91.1s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 90.6s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 91.2s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 90.7s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 91.4s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 90.9s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 91.5s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 91.0s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 91.7s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 91.2s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 91.8s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 91.3s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 92.0s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 91.5s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 92.1s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 91.6s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 92.3s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 91.8s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 92.4s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 91.9s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 92.6s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 92.1s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 92.7s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 92.2s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 92.9s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 92.4s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 93.0s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 92.5s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 93.2s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 92.7s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 93.3s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 92.8s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 93.5s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 92.9s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 93.6s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 93.1s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 93.8s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 93.2s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 93.9s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 93.4s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 94.1s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 93.5s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 94.2s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 93.7s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 94.4s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 93.8s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 94.5s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 94.0s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 94.7s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 94.1s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 94.8s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 94.3s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 95.0s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 94.4s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 95.1s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 94.6s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 95.3s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 94.7s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 95.4s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 94.9s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 95.6s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 95.0s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 95.7s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 95.2s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 95.9s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 95.3s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 96.0s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 95.5s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 96.2s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 95.6s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 96.3s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 95.8s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 96.5s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 95.9s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 96.6s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 96.1s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 96.8s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 96.2s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 96.9s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 96.4s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 97.1s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 96.5s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 97.2s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 96.7s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 97.4s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 96.8s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 97.5s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 97.0s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 97.7s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 97.1s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 97.8s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 97.3s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 98.0s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 97.4s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 98.1s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 97.6s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 98.3s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 97.7s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 98.4s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 97.9s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 98.6s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 98.0s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 98.7s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 98.2s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 98.9s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 98.3s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 99.0s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 98.5s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 99.2s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 98.6s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 99.3s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 98.8s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 99.5s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 98.9s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 99.6s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 99.1s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 99.8s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 99.2s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 99.9s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 99.4s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 100.1s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 99.5s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 100.2s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 99.7s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 100.4s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm r 99.8s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 100.5s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm 100.0s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 100.7s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm 100.1s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 100.8s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm 100.3s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 101.0s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm 100.4s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 101.1s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm 100.6s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 101.3s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm 100.7s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 101.4s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm 100.9s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 101.6s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm 101.0s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 101.7s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm 101.2s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 101.9s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm 101.3s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 102.0s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm 101.5s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 102.2s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm 101.6s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 102.3s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm 101.8s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 102.5s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm 101.9s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 102.6s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm 102.1s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 102.8s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm 102.2s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 102.9s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm 102.4s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 103.1s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm 102.5s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 103.2s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm 102.7s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 103.4s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm 102.8s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 103.5s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm 103.0s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 103.7s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm 103.1s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 103.8s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm 103.3s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 104.0s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm 103.4s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 104.1s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm 103.6s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 104.3s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm 103.7s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 104.4s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm 103.9s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 104.6s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm 104.0s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 104.7s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm 104.2s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 104.9s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm 104.3s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 105.0s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm 104.5s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 105.2s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm 104.6s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 105.3s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm 104.8s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 105.5s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm 104.9s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 105.6s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm 105.1s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 105.8s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm 105.2s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 105.9s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm 105.4s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 106.1s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm 105.5s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 106.2s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm 105.7s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 106.4s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm 105.8s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 106.5s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm 106.0s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 106.7s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm 106.1s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 106.8s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm 106.3s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 107.0s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm 106.4s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 107.1s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm 106.6s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 107.3s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm 106.8s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 107.4s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm 106.9s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 107.6s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm 107.1s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 107.7s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm 107.2s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 107.9s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm 107.4s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 108.0s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm 107.5s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 108.2s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm 107.7s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 108.3s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm 107.8s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 108.5s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm 108.0s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 108.6s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm 108.1s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 108.8s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm 108.3s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 108.9s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm 108.4s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 109.1s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm 108.6s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 109.2s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm 108.7s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 109.4s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm 108.9s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 109.5s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm 109.0s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 109.7s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm 109.2s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 109.9s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm 109.3s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 110.0s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm 109.5s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 110.2s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm 109.6s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 110.3s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm 109.8s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 110.5s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm 109.9s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 110.6s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm 110.1s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 110.8s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm 110.2s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 110.9s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm 110.4s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 111.1s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm 110.5s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 111.2s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm 110.7s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 111.4s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm 110.8s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 111.5s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm 111.0s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 111.7s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm 111.1s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 111.8s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm 111.3s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 112.0s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm 111.4s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 112.1s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm 111.6s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 112.3s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm 111.7s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 112.4s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm 111.9s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 112.6s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm 112.0s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 112.7s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm 112.2s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 112.9s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm 112.3s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 113.0s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm 112.5s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 113.2s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm 112.6s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 113.3s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm 112.8s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 113.5s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm 112.9s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 113.6s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm 113.1s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 113.8s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm 113.2s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 113.9s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm 113.4s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 114.1s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm 113.5s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 114.2s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm 113.7s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 114.4s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm 113.8s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 114.5s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm 114.0s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 114.7s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm 114.1s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 114.8s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm 114.3s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 115.0s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm 114.4s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 115.1s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm 114.6s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 115.3s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm 114.7s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 115.4s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm 114.9s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 115.6s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm 115.0s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 115.7s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm 115.2s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 115.9s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm 115.3s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 116.0s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm 115.5s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 116.2s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm 115.6s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 116.3s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm 115.8s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 116.5s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm 115.9s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 116.6s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm 116.1s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 116.8s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm 116.2s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 116.9s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm 116.4s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 117.1s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm 116.5s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 117.2s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm 116.7s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 117.4s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm 116.8s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 117.5s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm 117.0s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 117.7s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm 117.1s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 117.8s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm 117.3s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 118.0s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm 117.4s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 118.1s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm 117.6s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 118.3s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm 117.7s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 118.4s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm 117.9s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 118.6s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm 118.0s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 118.7s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm 118.2s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 118.9s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm 118.3s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 119.0s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm 118.5s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 119.2s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm 118.6s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 119.3s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm 118.8s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 119.5s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm 118.9s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 119.6s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm 119.1s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 119.7s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm 119.2s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 119.9s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm 119.4s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 120.0s (9/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m[34m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm 119.5s
[0m[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 120.2s (9/10)
[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m[34m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm 119.5s
[0m => exporting to image 0.1s
=> => exporting layers 0.1s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 120.3s (9/10)
[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m[34m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm 119.5s
[0m => exporting to image 0.3s
=> => exporting layers 0.3s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 120.5s (9/10)
[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m[34m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm 119.5s
[0m => exporting to image 0.4s
=> => exporting layers 0.4s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 120.6s (9/10)
[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m[34m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm 119.5s
[0m => exporting to image 0.6s
=> => exporting layers 0.6s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 120.8s (9/10)
[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m[34m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm 119.5s
[0m => exporting to image 0.7s
=> => exporting layers 0.7s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 120.9s (9/10)
[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m[34m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm 119.5s
[0m => exporting to image 0.9s
=> => exporting layers 0.9s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 121.1s (9/10)
[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m[34m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm 119.5s
[0m => exporting to image 1.0s
=> => exporting layers 1.0s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 121.2s (9/10)
[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m[34m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm 119.5s
[0m => exporting to image 1.2s
=> => exporting layers 1.2s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 121.4s (9/10)
[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m[34m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm 119.5s
[0m => exporting to image 1.3s
=> => exporting layers 1.3s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 121.5s (9/10)
[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m[34m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm 119.5s
[0m => exporting to image 1.5s
=> => exporting layers 1.5s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 121.7s (9/10)
[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m[34m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm 119.5s
[0m => exporting to image 1.7s
=> => exporting layers 1.7s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 121.8s (9/10)
[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m[34m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm 119.5s
[0m => exporting to image 1.8s
=> => exporting layers 1.8s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 122.0s (9/10)
[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m[34m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm 119.5s
[0m => exporting to image 2.0s
=> => exporting layers 2.0s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 122.1s (9/10)
[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m[34m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm 119.5s
[0m => exporting to image 2.1s
=> => exporting layers 2.1s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 122.3s (9/10)
[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m[34m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm 119.5s
[0m => exporting to image 2.3s
=> => exporting layers 2.3s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 122.4s (9/10)
[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m[34m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm 119.5s
[0m => exporting to image 2.4s
=> => exporting layers 2.4s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 122.6s (9/10)
[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m[34m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm 119.5s
[0m => exporting to image 2.6s
=> => exporting layers 2.6s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 122.7s (9/10)
[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m[34m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm 119.5s
[0m => exporting to image 2.7s
=> => exporting layers 2.7s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 122.9s (9/10)
[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m[34m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm 119.5s
[0m => exporting to image 2.9s
=> => exporting layers 2.9s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 123.0s (9/10)
[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m[34m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm 119.5s
[0m => exporting to image 3.0s
=> => exporting layers 3.0s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 123.2s (9/10)
[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m[34m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm 119.5s
[0m => exporting to image 3.2s
=> => exporting layers 3.2s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 123.3s (9/10)
[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m[34m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm 119.5s
[0m => exporting to image 3.3s
=> => exporting layers 3.3s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 123.5s (9/10)
[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m[34m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm 119.5s
[0m => exporting to image 3.5s
=> => exporting layers 3.5s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 123.6s (9/10)
[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m[34m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm 119.5s
[0m => exporting to image 3.6s
=> => exporting layers 3.6s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 123.8s (9/10)
[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m[34m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm 119.5s
[0m => exporting to image 3.8s
=> => exporting layers 3.8s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 123.9s (9/10)
[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m[34m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm 119.5s
[0m => exporting to image 3.9s
=> => exporting layers 3.9s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 124.1s (9/10)
[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m[34m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm 119.5s
[0m => exporting to image 4.1s
=> => exporting layers 4.1s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 124.2s (9/10)
[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m[34m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm 119.5s
[0m => exporting to image 4.2s
=> => exporting layers 4.2s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 124.4s (9/10)
[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m[34m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm 119.5s
[0m => exporting to image 4.3s
[34m => => exporting layers 4.3s
[0m[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 124.4s (10/10) FINISHED
[34m => [internal] load build definition from Dockerfile-front-end 0.0s
[0m[34m => => transferring dockerfile: 282B 0.0s
[0m[34m => [internal] load .dockerignore 0.0s
[0m[34m => => transferring context: 373B 0.0s
[0m[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:local 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-front-end:c963080767f4 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 52.60kB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end 0.3s
[0m[34m => [3/4] COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end 0.2s
[0m[34m => [4/4] RUN npm install && rm -rf node_modules && npm install && npm 119.5s
[0m[34m => exporting to image 4.3s
[0m[34m => => exporting layers 4.3s
[0m[34m => => writing image sha256:191a3dc318350092819d73dffaf8ac1d380a4bc04284f 0.0s
[0m[34m => => naming to docker.io/akvo/rsr-backend-front-end:c963080767f45828c31 0.0s
[0m[34m => => naming to docker.io/akvo/rsr-backend-front-end:local 0.0s
[0m[?25h21:55:56 - BUILD INFO - Pushing akvo/rsr-backend-front-end:c963080767f45828c31f83ca5cd25d36 container
The push refers to repository [docker.io/akvo/rsr-backend-front-end]
[1A[2K
9ec3a4e38852: Preparing
[1B
[1A[2K
715e9048bb9e: Preparing
[1B
[1A[2K
55eab60ee519: Preparing
[1B
[1A[2K
d8c8fb90d3d5: Preparing
[1B
[1A[2K
66a501a61b55: Preparing
[1B
[1A[2K
39fcd46ddd74: Preparing
[1B
[1A[2K
27b46e846fed: Preparing
[1B
[1A[2K
bb62059d593a: Preparing
[1B
[1A[2K
0a5c5e7984a5: Preparing
[1B
[1A[2K
9d6fd2a91cb6: Preparing
[1B
[1A[2K
8f373a94b695: Preparing
[1B
[1A[2K
f6e4a599a05b: Preparing
[1B
[1A[2K
f05e74530ed4: Preparing
[1B
[1A[2K
d6a9e1c11ab3: Preparing
[1B
[1A[2K
586c4513f64e: 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[19A[2K
39fcd46ddd74: Waiting
[19B[18A[2K
27b46e846fed: Waiting
[18B[17A[2K
bb62059d593a: Waiting
[17B[16A[2K
0a5c5e7984a5: Waiting
[16B[15A[2K
9d6fd2a91cb6: Waiting
[15B[14A[2K
8f373a94b695: Waiting
[14B[13A[2K
f6e4a599a05b: Waiting
[13B[10A[2K
586c4513f64e: 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[12A[2K
f05e74530ed4: Waiting
[12B[11A[2K
d6a9e1c11ab3: Waiting
[11B[4A[2K
5c813a85f7f0: Waiting
[4B[3A[2K
bdca38f94ff0: Waiting
[3B[2A[2K
faac394a1ad3: Waiting
[2B[1A[2K
ce8168f12337: Waiting
[1B[23A[2K
715e9048bb9e: Pushing 79.36kB/4.707MB
[23B[22A[2K
55eab60ee519: Pushing 5.12kB
[22B[23A[2K
715e9048bb9e: Pushing 380.4kB/4.707MB
[23B[23A[2K
715e9048bb9e: Pushing 917.4kB/4.707MB
[23B[20A[2K
66a501a61b55: Mounted from akvo/rsr-backend-prod-no-code-with-nodejs
[20B[23A[2K
715e9048bb9e: Pushing 1.394MB/4.707MB
[23B[24A[2K
9ec3a4e38852: Pushing 524.8kB/201.3MB
[24B[23A[2K
715e9048bb9e: Pushing 1.793MB/4.707MB
[23B[23A[2K
715e9048bb9e: Pushing 2.589MB/4.707MB
[23B[24A[2K
9ec3a4e38852: Pushing 1.593MB/201.3MB
[24B[21A[2K
d8c8fb90d3d5: Mounted from akvo/rsr-backend-prod-no-code-with-nodejs
[21B[23A[2K
715e9048bb9e: Pushing 3.74MB/4.707MB
[23B[24A[2K
9ec3a4e38852: Pushing 3.223MB/201.3MB
[24B[23A[2K
715e9048bb9e: Pushing 5.257MB
[23B[24A[2K
9ec3a4e38852: Pushing 5.404MB/201.3MB
[24B[24A[2K
9ec3a4e38852: Pushing 7.563MB/201.3MB
[24B[24A[2K
9ec3a4e38852: Pushing 9.706MB/201.3MB
[24B[24A[2K
9ec3a4e38852: Pushing 11.85MB/201.3MB
[24B[24A[2K
9ec3a4e38852: Pushing 13.99MB/201.3MB
[24B[24A[2K
9ec3a4e38852: Pushing 16.68MB/201.3MB
[24B[24A[2K
9ec3a4e38852: Pushing 19.4MB/201.3MB
[24B[24A[2K
9ec3a4e38852: Pushing 22.13MB/201.3MB
[24B[24A[2K
9ec3a4e38852: Pushing 24.29MB/201.3MB
[24B[19A[2K
39fcd46ddd74: Mounted from akvo/rsr-backend-prod-no-code-with-nodejs
[19B[24A[2K
9ec3a4e38852: Pushing 26.97MB/201.3MB
[24B[22A[2K
55eab60ee519: Pushed
[22B[24A[2K
9ec3a4e38852: Pushing 29.67MB/201.3MB
[24B[24A[2K
9ec3a4e38852: Pushing 31.8MB/201.3MB
[24B[18A[2K
27b46e846fed: Mounted from akvo/rsr-backend-prod-no-code-with-nodejs
[18B[24A[2K
9ec3a4e38852: Pushing 33.89MB/201.3MB
[24B[24A[2K
9ec3a4e38852: Pushing 35.54MB/201.3MB
[24B[24A[2K
9ec3a4e38852: Pushing 37.21MB/201.3MB
[24B[24A[2K
9ec3a4e38852: Pushing 39.42MB/201.3MB
[24B[24A[2K
9ec3a4e38852: Pushing 41.09MB/201.3MB
[24B[24A[2K
9ec3a4e38852: Pushing 43.87MB/201.3MB
[24B[24A[2K
9ec3a4e38852: Pushing 46.66MB/201.3MB
[24B[24A[2K
9ec3a4e38852: Pushing 49.38MB/201.3MB
[24B[24A[2K
9ec3a4e38852: Pushing 51.02MB/201.3MB
[24B[23A[2K
715e9048bb9e: Pushed
[23B[24A[2K
9ec3a4e38852: Pushing 53.16MB/201.3MB
[24B[24A[2K
9ec3a4e38852: Pushing 55.85MB/201.3MB
[24B[24A[2K
9ec3a4e38852: Pushing 58.54MB/201.3MB
[24B[15A[2K
9d6fd2a91cb6: Mounted from akvo/rsr-backend-prod-no-code-with-nodejs
[15B[24A[2K
9ec3a4e38852: Pushing 60.69MB/201.3MB
[24B[16A[2K
0a5c5e7984a5: Mounted from akvo/rsr-backend-prod-no-code-with-nodejs
[16B[24A[2K
9ec3a4e38852: Pushing 63.35MB/201.3MB
[24B[24A[2K
9ec3a4e38852: Pushing 65.49MB/201.3MB
[24B[24A[2K
9ec3a4e38852: Pushing 67.61MB/201.3MB
[24B[17A[2K
bb62059d593a: Mounted from akvo/rsr-backend-prod-no-code-with-nodejs
[17B[24A[2K
9ec3a4e38852: Pushing 69.73MB/201.3MB
[24B[24A[2K
9ec3a4e38852: Pushing 71.84MB/201.3MB
[24B[24A[2K
9ec3a4e38852: Pushing 74.54MB/201.3MB
[24B[24A[2K
9ec3a4e38852: Pushing 76.12MB/201.3MB
[24B[24A[2K
9ec3a4e38852: Pushing 77.7MB/201.3MB
[24B[24A[2K
9ec3a4e38852: Pushing 79.29MB/201.3MB
[24B[24A[2K
9ec3a4e38852: Pushing 80.87MB/201.3MB
[24B[14A[2K
8f373a94b695: Mounted from akvo/rsr-backend-prod-no-code-with-nodejs
[14B[24A[2K
9ec3a4e38852: Pushing 82.46MB/201.3MB
[24B[24A[2K
9ec3a4e38852: Pushing 84.05MB/201.3MB
[24B[24A[2K
9ec3a4e38852: Pushing 86.18MB/201.3MB
[24B[24A[2K
9ec3a4e38852: Pushing 88.36MB/201.3MB
[24B[24A[2K
9ec3a4e38852: Pushing 90.46MB/201.3MB
[24B[24A[2K
9ec3a4e38852: Pushing 92.61MB/201.3MB
[24B[24A[2K
9ec3a4e38852: Pushing 94.72MB/201.3MB
[24B[12A[2K
f05e74530ed4: Mounted from akvo/rsr-backend-prod-no-code-with-nodejs
[12B[24A[2K
9ec3a4e38852: Pushing 96.87MB/201.3MB
[24B[13A[2K
f6e4a599a05b: Mounted from akvo/rsr-backend-prod-no-code-with-nodejs
[13B[24A[2K
9ec3a4e38852: Pushing 100.7MB/201.3MB
[24B[24A[2K
9ec3a4e38852: Pushing 104.5MB/201.3MB
[24B[11A[2K
d6a9e1c11ab3: Mounted from akvo/rsr-backend-prod-no-code-with-nodejs
[11B[24A[2K
9ec3a4e38852: Pushing 107.2MB/201.3MB
[24B[8A[2K
b65d30014aa7: Layer already exists
[8B[9A[2K
b6d8f557ceb3: Layer already exists
[9B[24A[2K
9ec3a4e38852: Pushing 109.3MB/201.3MB
[24B[24A[2K
9ec3a4e38852: Pushing 111.4MB/201.3MB
[24B[7A[2K
ea9370fbf8d0: Layer already exists
[7B[24A[2K
9ec3a4e38852: Pushing 113.6MB/201.3MB
[24B[5A[2K
3f4c8c89729b: Layer already exists
[5B[6A[2K
a10c79771e86: Layer already exists
[6B[24A[2K
9ec3a4e38852: Pushing 115.1MB/201.3MB
[24B[10A[2K
586c4513f64e: Mounted from akvo/rsr-backend-prod-no-code-with-nodejs
[10B[24A[2K
9ec3a4e38852: Pushing 117.3MB/201.3MB
[24B[4A[2K
5c813a85f7f0: Layer already exists
[4B[24A[2K
9ec3a4e38852: Pushing 119.4MB/201.3MB
[24B[3A[2K
bdca38f94ff0: Layer already exists
[3B[2A[2K
faac394a1ad3: Layer already exists
[2B[24A[2K
9ec3a4e38852: Pushing 121.5MB/201.3MB
[24B[1A[2K
ce8168f12337: Layer already exists
[1B[24A[2K
9ec3a4e38852: Pushing 124.1MB/201.3MB
[24B[24A[2K
9ec3a4e38852: Pushing 126.8MB/201.3MB
[24B[24A[2K
9ec3a4e38852: Pushing 129MB/201.3MB
[24B[24A[2K
9ec3a4e38852: Pushing 130.5MB/201.3MB
[24B[24A[2K
9ec3a4e38852: Pushing 132.7MB/201.3MB
[24B[24A[2K
9ec3a4e38852: Pushing 134.8MB/201.3MB
[24B[24A[2K
9ec3a4e38852: Pushing 136.9MB/201.3MB
[24B[24A[2K
9ec3a4e38852: Pushing 139.6MB/201.3MB
[24B[24A[2K
9ec3a4e38852: Pushing 141.7MB/201.3MB
[24B[24A[2K
9ec3a4e38852: Pushing 143.3MB/201.3MB
[24B[24A[2K
9ec3a4e38852: Pushing 144.9MB/201.3MB
[24B[24A[2K
9ec3a4e38852: Pushing 147MB/201.3MB
[24B[24A[2K
9ec3a4e38852: Pushing 149.7MB/201.3MB
[24B[24A[2K
9ec3a4e38852: Pushing 152.4MB/201.3MB
[24B[24A[2K
9ec3a4e38852: Pushing 155MB/201.3MB
[24B[24A[2K
9ec3a4e38852: Pushing 157.2MB/201.3MB
[24B[24A[2K
9ec3a4e38852: Pushing 159.8MB/201.3MB
[24B[24A[2K
9ec3a4e38852: Pushing 161.5MB/201.3MB
[24B[24A[2K
9ec3a4e38852: Pushing 163.7MB/201.3MB
[24B[24A[2K
9ec3a4e38852: Pushing 165.8MB/201.3MB
[24B[24A[2K
9ec3a4e38852: Pushing 168.5MB/201.3MB
[24B[24A[2K
9ec3a4e38852: Pushing 170.6MB/201.3MB
[24B[24A[2K
9ec3a4e38852: Pushing 173.3MB/201.3MB
[24B[24A[2K
9ec3a4e38852: Pushing 175.6MB/201.3MB
[24B[24A[2K
9ec3a4e38852: Pushing 178.3MB/201.3MB
[24B[24A[2K
9ec3a4e38852: Pushing 180.5MB/201.3MB
[24B[24A[2K
9ec3a4e38852: Pushing 182.7MB/201.3MB
[24B[24A[2K
9ec3a4e38852: Pushing 184.9MB/201.3MB
[24B[24A[2K
9ec3a4e38852: Pushing 187.6MB/201.3MB
[24B[24A[2K
9ec3a4e38852: Pushing 189.7MB/201.3MB
[24B[24A[2K
9ec3a4e38852: Pushing 191.8MB/201.3MB
[24B[24A[2K
9ec3a4e38852: Pushing 193.9MB/201.3MB
[24B[24A[2K
9ec3a4e38852: Pushing 196MB/201.3MB
[24B[24A[2K
9ec3a4e38852: Pushing 198.2MB/201.3MB
[24B[24A[2K
9ec3a4e38852: Pushing 200.3MB/201.3MB
[24B[24A[2K
9ec3a4e38852: Pushing 202.4MB
[24B[24A[2K
9ec3a4e38852: Pushing 204.6MB
[24B[24A[2K
9ec3a4e38852: Pushing 206.7MB
[24B[24A[2K
9ec3a4e38852: Pushing 209.3MB
[24B[24A[2K
9ec3a4e38852: Pushing 211.5MB
[24B[24A[2K
9ec3a4e38852: Pushing 213.6MB
[24B[24A[2K
9ec3a4e38852: Pushing 216.3MB
[24B[24A[2K
9ec3a4e38852: Pushing 218.4MB
[24B[24A[2K
9ec3a4e38852: Pushing 220.6MB
[24B[24A[2K
9ec3a4e38852: Pushing 222.7MB
[24B[24A[2K
9ec3a4e38852: Pushing 224.8MB
[24B[24A[2K
9ec3a4e38852: Pushing 227MB
[24B[24A[2K
9ec3a4e38852: Pushing 228.7MB
[24B[24A[2K
9ec3a4e38852: Pushing 230.8MB
[24B[24A[2K
9ec3a4e38852: Pushing 231.2MB
[24B[24A[2K
9ec3a4e38852: Pushed
[24Bc963080767f45828c31f83ca5cd25d36: digest: sha256:f736146a38a89fd00da49c5985a5c7bea3a948e70df7ab2b3319f510a13ca534 size: 5350
21:56:16 - BUILD INFO - Pulling akvo/rsr-backend-dir:c963080767f45828c31f83ca5cd25d36
docker.io/akvo/rsr-backend-dir:c963080767f45828c31f83ca5cd25d36
21:56:31 - BUILD INFO - Building akvo/rsr-backend-dir:c963080767f45828c31f83ca5cd25d36
[1A[1B[0G[?25l[+] Building 0.0s (0/0)
[?25h[1A[0G[?25l[+] Building 0.0s (0/0)
[?25h[1A[0G[?25l[+] Building 0.0s (0/0)
[?25h[1A[0G[?25l[+] Building 0.1s (5/9)
[34m => [internal] load .dockerignore 0.0s
[0m[34m => => transferring context: 373B 0.0s
[0m[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m => [internal] load build context 0.1s
=> => transferring context: 24B 0.1s
=> [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 0.3s (6/9)
[34m => [internal] load .dockerignore 0.0s
[0m[34m => => transferring context: 373B 0.0s
[0m[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.2s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 0.4s (6/9)
[34m => [internal] load .dockerignore 0.0s
[0m[34m => => transferring context: 373B 0.0s
[0m[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.4s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 0.5s (7/9)
[34m => [internal] load .dockerignore 0.0s
[0m[34m => => transferring context: 373B 0.0s
[0m[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 0.7s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 0.1s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 0.8s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 0.2s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 1.0s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 0.4s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 1.1s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 0.5s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 1.3s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 0.7s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 1.4s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 0.8s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 1.6s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 1.0s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 1.7s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 1.1s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 1.9s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 1.3s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 2.0s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 1.4s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 2.2s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 1.6s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 2.3s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 1.7s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 2.5s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 1.9s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 2.6s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 2.1s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 2.8s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 2.2s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 2.9s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 2.4s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 3.1s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 2.5s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 3.2s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 2.7s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 3.4s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 2.8s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 3.5s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 3.0s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 3.7s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 3.1s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 3.8s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 3.3s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 4.0s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 3.4s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 4.1s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 3.6s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 4.3s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 3.7s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 4.4s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 3.9s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 4.6s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 4.0s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 4.7s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 4.2s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 4.9s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 4.3s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 5.0s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 4.5s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 5.2s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 4.6s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 5.3s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 4.8s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 5.5s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 4.9s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 5.6s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 5.1s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 5.8s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 5.2s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 5.9s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 5.4s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 6.1s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 5.5s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 6.2s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 5.7s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 6.4s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 5.8s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 6.5s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 6.0s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 6.7s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 6.1s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 6.8s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 6.3s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 7.0s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 6.4s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 7.1s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 6.6s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 7.3s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 6.7s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 7.4s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 6.9s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 7.6s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 7.0s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 7.7s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 7.2s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 7.9s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 7.3s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 8.0s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 7.5s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 8.2s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 7.6s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 8.4s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 7.8s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 8.5s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 7.9s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 8.7s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 8.1s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 8.8s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 8.2s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 9.0s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 8.4s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 9.1s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 8.5s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 9.3s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 8.7s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 9.4s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 8.8s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 9.6s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 9.0s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 9.7s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 9.1s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 9.9s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 9.3s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 10.0s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 9.4s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 10.2s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 9.6s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 10.3s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 9.7s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 10.5s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 9.9s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 10.6s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 10.0s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 10.8s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 10.2s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 10.9s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 10.3s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 11.1s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 10.5s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 11.2s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 10.6s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 11.4s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 10.8s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 11.5s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 10.9s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 11.7s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 11.1s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 11.8s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 11.2s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 12.0s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 11.4s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 12.1s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 11.5s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 12.3s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 11.7s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 12.4s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 11.8s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 12.6s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 12.0s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 12.7s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 12.1s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 12.9s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 12.3s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 13.0s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 12.4s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 13.2s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 12.6s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 13.3s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 12.7s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 13.5s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 12.9s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 13.6s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 13.0s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 13.8s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 13.2s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 13.9s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 13.3s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 14.1s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 13.5s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 14.2s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 13.6s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 14.4s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 13.8s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 14.5s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 13.9s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 14.7s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 14.1s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 14.8s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 14.2s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 15.0s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 14.4s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 15.1s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 14.5s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 15.3s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 14.7s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 15.4s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 14.8s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 15.6s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 15.0s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 15.7s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 15.1s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 15.9s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 15.3s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 16.0s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 15.4s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 16.2s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 15.6s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 16.3s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 15.7s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 16.5s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 15.9s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 16.6s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 16.0s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 16.8s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 16.2s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 16.9s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 16.3s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 17.1s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 16.5s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 17.2s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 16.6s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 17.4s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 16.8s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 17.5s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 16.9s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 17.7s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 17.1s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 17.8s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 17.3s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 18.0s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 17.4s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 18.1s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 17.6s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 18.3s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 17.7s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 18.4s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 17.9s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 18.6s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 18.0s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 18.7s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 18.2s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 18.9s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 18.3s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 19.0s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 18.5s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 19.2s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 18.6s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 19.3s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 18.8s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 19.5s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 18.9s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 19.6s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 19.1s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 19.8s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 19.2s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 19.9s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 19.4s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 20.1s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 19.5s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 20.2s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 19.7s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 20.4s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 19.8s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 20.5s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 20.0s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 20.7s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 20.1s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 20.8s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 20.3s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 21.0s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 20.4s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 21.1s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 20.6s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 21.3s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 20.7s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 21.4s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 20.9s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 21.6s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 21.0s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 21.7s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 21.2s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 21.9s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 21.3s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 22.0s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 21.5s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 22.2s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 21.6s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 22.3s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 21.8s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 22.5s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 21.9s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 22.6s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 22.1s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 22.8s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 22.2s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 22.9s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 22.4s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 23.1s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 22.5s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 23.3s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 22.7s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 23.4s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 22.8s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 23.6s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 23.0s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 23.7s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 23.1s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 23.9s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 23.3s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 24.0s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 23.4s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 24.2s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 23.6s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 24.3s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 23.7s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 24.5s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 23.9s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 24.6s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 24.0s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 24.8s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 24.2s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 24.9s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 24.3s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 25.1s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 24.5s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 25.2s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 24.6s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 25.4s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 24.8s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 25.5s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 24.9s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 25.7s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 25.1s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 25.8s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 25.2s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 26.0s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 25.4s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 26.1s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 25.5s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 26.3s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 25.7s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 26.4s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 25.8s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 26.6s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 26.0s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 26.7s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 26.1s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 26.9s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 26.3s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 27.0s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 26.4s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 27.2s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 26.6s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 27.3s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 26.7s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 27.5s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 26.9s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 27.6s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 27.0s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 27.8s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 27.2s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 27.9s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 27.3s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 28.1s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 27.5s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 28.2s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 27.6s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 28.4s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 27.8s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 28.5s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 27.9s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 28.7s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 28.1s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 28.8s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 28.2s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 29.0s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 28.4s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 29.1s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 28.5s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 29.3s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 28.7s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 29.4s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 28.8s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 29.6s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 29.0s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 29.7s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 29.1s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 29.9s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 29.3s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 30.0s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 29.4s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 30.2s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 29.6s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 30.3s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 29.7s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 30.5s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 29.9s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 30.6s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 30.0s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 30.8s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 30.2s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 30.9s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 30.3s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 31.1s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 30.5s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 31.2s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 30.6s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 31.4s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 30.8s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 31.5s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 30.9s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 31.7s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 31.1s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 31.8s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 31.2s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 32.0s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 31.4s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 32.1s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 31.5s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 32.3s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 31.7s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 32.4s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 31.8s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 32.6s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 32.0s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 32.7s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 32.1s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 32.9s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 32.3s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 33.0s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 32.4s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 33.2s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 32.6s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 33.3s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 32.7s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 33.5s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 32.9s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 33.6s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 33.0s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 33.8s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 33.2s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 33.9s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 33.3s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 34.1s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 33.5s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 34.2s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 33.6s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 34.4s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 33.8s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 34.5s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 33.9s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 34.6s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 34.1s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 34.8s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 34.2s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 34.9s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 34.3s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 35.0s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 34.5s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 35.2s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 34.6s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 35.4s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 34.8s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 35.5s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 34.9s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 35.7s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 35.1s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 35.8s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 35.2s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 35.9s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 35.4s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 36.1s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 35.5s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 36.2s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 35.7s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 36.4s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 35.8s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 36.5s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 36.0s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 36.7s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 36.1s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 36.8s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 36.3s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 37.0s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 36.4s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 37.1s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 36.6s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 37.3s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 36.7s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 37.4s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 36.9s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 37.6s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 37.0s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 37.7s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 37.2s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 37.9s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 37.3s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 38.0s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 37.5s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 38.2s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 37.6s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 38.3s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 37.8s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 38.5s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 37.9s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 38.6s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 38.1s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 38.8s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 38.2s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 38.9s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 38.4s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 39.1s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 38.5s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 39.2s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 38.6s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 39.4s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 38.8s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 39.5s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 38.9s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 39.7s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 39.1s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 39.8s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 39.3s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 40.0s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 39.4s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 40.1s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 39.6s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 40.3s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 39.7s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 40.4s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 39.8s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 40.6s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 40.0s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 40.7s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 40.1s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 40.8s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 40.2s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 41.0s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 40.4s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 41.1s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 40.5s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 41.3s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 40.7s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 41.4s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 40.8s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 41.6s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 41.0s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 41.7s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 41.1s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 41.9s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 41.3s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 42.0s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 41.4s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 42.2s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 41.6s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 42.3s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 41.7s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 42.5s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 41.9s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 42.6s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 42.0s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 42.8s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 42.2s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 42.9s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 42.3s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 43.1s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 42.5s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 43.2s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 42.6s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 43.4s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 42.8s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 43.5s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 42.9s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 43.6s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 43.0s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 43.7s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 43.1s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 43.8s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 43.2s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 44.0s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 43.4s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 44.1s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 43.5s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 44.2s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 43.6s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 44.4s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 43.8s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 44.5s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 44.0s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 44.7s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 44.1s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 44.8s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 44.2s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 45.0s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 44.4s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 45.1s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 44.5s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 45.2s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 44.6s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 45.3s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 44.7s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 45.4s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 44.8s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 45.6s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 45.0s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 45.7s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 45.1s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 45.8s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 45.2s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 46.0s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 45.4s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 46.1s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 45.5s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 46.3s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 45.7s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 46.4s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 45.8s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 46.5s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 46.0s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 46.7s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 46.1s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 46.8s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 46.2s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 47.0s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 46.4s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 47.1s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 46.5s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 47.2s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 46.7s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 47.3s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 46.8s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 47.5s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 46.9s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 47.6s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 47.0s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 47.7s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 47.1s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 47.8s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 47.2s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 47.9s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 47.3s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 48.0s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 47.5s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 48.2s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 47.6s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 48.3s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 47.7s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 48.4s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 47.8s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 48.6s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 48.0s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 48.7s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 48.1s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 48.8s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 48.2s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 48.9s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 48.4s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 49.0s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 48.5s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 49.1s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 48.6s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 49.3s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 48.7s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 49.4s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 48.8s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 49.5s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 48.9s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 49.6s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 49.0s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 49.8s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 49.2s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 49.9s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 49.3s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 50.1s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 49.5s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 50.2s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 49.6s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 50.3s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 49.7s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 50.4s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 49.8s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 50.5s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 49.9s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 50.6s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 50.0s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 50.7s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 50.1s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 50.8s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 50.2s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 50.9s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 50.3s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 51.0s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 50.4s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 51.1s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 50.5s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 51.2s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 50.6s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 51.3s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 50.7s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 51.4s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 50.8s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 51.5s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 50.9s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 51.6s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 51.0s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 51.7s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 51.1s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 51.8s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 51.2s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 51.9s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 51.4s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 52.0s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 51.5s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 52.2s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 51.6s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 52.3s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 51.8s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 52.5s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 51.9s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 52.6s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 52.0s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 52.7s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 52.1s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 52.8s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 52.2s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 52.9s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 52.3s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 53.0s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 52.4s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 53.1s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 52.5s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 53.2s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 52.6s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 53.3s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 52.7s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 53.4s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 52.8s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 53.5s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 52.9s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 53.6s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 53.0s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 53.7s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 53.1s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 53.8s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 53.2s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 54.0s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 53.4s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 54.1s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 53.5s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 54.3s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 53.7s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 54.4s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 53.8s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 54.5s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 53.9s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 54.6s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 54.0s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 54.7s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 54.1s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 54.8s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 54.2s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 54.9s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 54.3s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 55.0s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 54.4s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 55.1s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 54.5s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 55.2s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 54.6s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 55.3s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 54.7s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 55.4s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 54.8s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 55.5s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 54.9s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 55.6s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 55.0s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 55.7s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 55.1s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 55.8s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 55.2s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 55.9s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 55.3s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 56.0s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 55.4s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 56.1s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 55.5s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 56.2s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 55.6s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 56.3s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 55.7s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 56.4s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 55.8s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 56.5s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 55.9s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 56.6s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 56.0s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 56.7s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 56.1s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 56.8s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 56.2s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 57.0s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 56.4s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 57.1s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 56.5s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 57.2s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 56.6s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 57.3s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 56.7s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 57.4s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 56.8s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 57.5s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 56.9s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 57.6s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 57.0s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 57.7s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 57.1s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 57.8s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 57.2s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 57.9s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 57.3s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 58.1s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 57.5s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 58.2s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 57.6s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 58.4s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 57.8s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 58.5s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 57.9s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 58.7s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 58.1s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 58.8s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 58.2s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 58.9s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 58.3s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 59.0s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 58.5s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 59.1s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 58.6s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 59.2s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 58.7s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 59.3s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 58.8s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 59.5s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 58.9s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 59.6s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 59.0s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 59.7s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 59.1s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 59.8s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 59.2s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 59.9s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 59.3s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 60.0s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 59.4s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 60.1s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 59.5s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 60.2s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 59.6s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 60.3s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 59.7s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 60.4s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 59.8s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 60.5s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 59.9s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 60.6s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 60.0s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 60.7s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 60.2s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 60.8s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 60.3s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 60.9s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 60.4s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 61.1s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 60.5s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 61.2s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 60.6s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 61.3s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 60.7s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 61.4s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 60.8s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 61.5s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 60.9s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 61.6s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 61.0s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 61.7s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 61.1s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 61.8s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 61.2s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 61.9s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 61.3s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 62.0s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 61.4s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 62.1s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 61.5s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 62.2s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 61.6s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 62.3s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 61.7s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 62.4s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 61.8s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 62.5s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 61.9s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 62.6s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 62.0s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 62.7s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 62.1s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 62.8s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 62.2s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 62.9s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 62.3s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 63.0s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 62.4s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 63.1s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 62.5s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 63.2s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 62.6s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 63.3s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 62.7s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 63.4s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 62.8s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 63.5s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 62.9s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 63.6s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 63.0s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 63.7s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 63.1s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 63.9s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 63.3s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 64.0s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 63.4s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 64.2s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 63.6s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 64.3s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 63.7s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 64.4s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 63.8s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 64.5s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 63.9s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 64.6s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 64.1s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 64.8s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 64.2s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 64.9s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 64.4s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 65.1s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 64.5s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 65.2s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 64.7s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 65.4s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 64.8s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 65.6s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 65.0s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 65.7s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 65.1s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 65.9s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 65.3s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 66.0s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 65.4s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 66.2s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 65.6s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 66.3s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 65.7s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 66.5s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 65.9s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 66.6s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 66.0s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 66.8s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 66.2s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 66.9s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 66.3s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 67.1s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 66.5s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 67.2s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 66.6s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 67.4s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 66.8s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 67.5s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 66.9s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 67.7s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 67.1s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 67.8s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 67.2s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 68.0s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 67.4s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 68.1s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 67.5s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 68.3s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 67.7s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 68.4s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 67.8s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 68.6s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 68.0s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 68.7s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 68.1s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 68.9s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 68.3s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 69.0s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 68.4s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 69.2s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 68.6s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 69.3s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 68.7s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 69.5s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 68.9s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 69.6s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 69.0s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 69.8s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 69.2s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 69.9s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 69.3s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 70.1s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 69.5s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 70.2s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 69.6s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 70.4s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 69.8s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 70.5s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 69.9s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 70.7s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 70.1s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 70.8s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 70.2s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 71.0s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 70.4s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 71.1s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 70.5s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 71.3s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 70.7s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 71.4s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 70.8s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 71.6s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 71.0s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 71.7s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 71.1s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 71.9s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 71.3s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 72.0s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 71.4s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 72.2s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 71.6s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 72.3s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 71.7s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 72.5s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 71.9s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 72.6s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 72.0s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 72.8s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 72.2s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 72.9s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 72.3s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 73.1s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 72.5s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 73.2s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 72.6s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 73.4s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 72.8s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 73.5s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 72.9s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 73.7s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 73.1s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 73.8s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 73.2s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 74.0s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 73.4s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 74.1s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 73.5s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 74.3s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 73.7s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 74.4s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 73.8s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 74.6s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 74.0s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 74.7s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 74.1s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 74.9s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 74.3s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 75.0s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 74.4s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 75.2s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 74.6s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 75.3s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 74.7s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 75.5s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 74.9s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 75.6s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 75.0s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 75.8s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 75.2s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 75.9s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 75.3s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 76.1s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 75.5s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 76.2s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 75.6s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 76.4s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 75.8s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 76.5s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 75.9s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 76.7s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 76.1s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 76.8s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 76.2s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 77.0s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 76.4s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 77.1s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 76.5s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 77.3s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 76.7s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 77.4s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 76.8s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 77.6s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 77.0s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 77.7s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 77.1s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 77.9s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 77.3s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 78.0s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 77.4s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 78.2s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 77.6s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 78.3s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 77.8s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 78.5s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 77.9s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 78.6s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 78.1s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 78.8s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 78.2s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 78.9s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 78.4s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 79.1s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 78.5s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 79.2s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 78.7s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 79.4s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 78.8s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 79.5s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 79.0s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 79.7s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 79.1s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 79.8s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 79.3s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 80.0s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 79.4s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 80.1s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 79.6s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 80.3s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 79.7s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 80.4s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 79.9s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 80.6s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 80.0s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 80.7s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 80.2s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 80.9s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 80.3s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 81.0s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 80.5s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 81.2s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 80.6s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 81.3s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 80.8s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 81.5s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 80.9s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 81.6s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 81.1s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 81.8s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 81.2s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 81.9s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 81.4s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 82.1s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 81.5s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 82.2s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 81.7s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 82.4s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 81.8s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 82.5s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 82.0s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 82.7s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 82.1s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 82.8s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 82.3s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 83.0s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 82.4s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 83.2s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 82.6s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 83.3s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 82.7s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 83.5s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 82.9s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 83.6s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 83.0s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 83.8s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 83.2s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 83.9s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 83.3s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 84.1s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 83.5s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 84.2s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 83.6s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 84.4s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 83.8s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 84.5s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 83.9s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 84.7s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 84.1s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 84.8s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 84.2s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 85.0s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 84.4s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 85.1s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 84.5s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 85.3s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 84.7s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 85.4s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 84.8s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 85.6s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 85.0s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 85.7s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 85.1s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 85.9s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 85.3s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 86.0s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 85.4s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 86.2s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 85.6s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 86.3s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 85.7s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 86.5s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 85.9s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 86.6s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 86.0s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 86.8s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 86.2s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 86.9s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 86.3s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 87.1s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 86.5s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 87.2s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 86.6s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 87.4s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 86.8s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 87.5s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 86.9s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 87.7s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 87.1s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 87.8s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 87.2s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 88.0s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 87.4s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 88.1s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 87.5s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 88.3s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 87.7s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 88.4s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 87.8s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 88.6s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 88.0s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 88.7s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 88.1s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 88.9s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 88.3s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 89.0s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 88.4s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 89.2s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 88.6s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 89.3s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 88.7s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 89.5s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 88.9s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 89.6s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 89.0s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 89.8s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 89.2s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 89.9s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 89.3s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 90.1s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 89.5s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 90.2s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 89.6s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 90.4s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 89.8s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 90.5s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 89.9s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 90.7s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 90.1s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 90.8s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 90.2s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 91.0s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 90.4s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 91.1s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 90.5s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 91.3s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 90.7s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 91.4s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 90.8s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 91.6s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 91.0s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 91.7s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 91.1s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 91.9s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 91.3s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 92.0s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 91.4s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 92.2s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 91.6s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 92.3s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 91.7s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 92.5s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 91.9s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 92.6s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 92.0s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 92.8s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 92.2s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 92.9s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 92.3s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 93.1s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 92.5s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 93.2s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 92.6s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 93.4s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 92.8s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 93.5s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 92.9s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 93.7s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 93.1s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 93.8s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 93.2s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 94.0s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 93.4s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 94.1s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 93.5s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 94.3s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 93.7s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 94.4s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 93.8s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 94.6s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 94.0s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 94.7s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 94.1s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 94.9s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 94.3s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 95.0s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 94.4s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 95.2s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 94.6s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 95.3s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 94.7s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 95.5s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 94.9s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 95.6s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 95.0s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 95.8s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 95.2s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 95.9s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 95.4s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 96.1s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 95.5s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 96.2s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 95.7s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 96.4s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 95.8s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 96.5s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 96.0s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 96.7s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 96.1s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 96.8s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 96.3s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 97.0s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 96.4s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 97.1s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 96.6s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 97.3s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 96.7s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 97.4s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 96.9s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 97.6s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 97.0s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 97.7s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 97.2s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 97.9s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 97.3s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 98.0s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 97.5s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 98.2s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 97.6s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 98.3s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 97.8s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 98.5s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 97.9s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 98.6s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 98.1s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 98.8s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 98.2s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 98.9s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 98.4s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 99.1s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 98.5s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 99.2s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 98.7s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 99.4s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 98.8s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 99.5s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 99.0s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 99.7s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 99.1s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 99.8s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 99.3s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 100.0s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 99.4s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 100.1s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 99.6s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 100.3s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 99.7s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 100.4s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 99.9s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 100.6s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 100.0s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 100.7s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 100.2s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 100.9s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 100.3s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 101.1s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 100.5s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 101.2s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 100.6s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 101.4s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 100.8s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 101.5s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 100.9s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 101.7s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 101.1s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 101.8s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 101.2s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 102.0s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 101.4s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 102.1s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 101.5s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 102.3s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 101.7s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 102.4s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 101.8s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 102.6s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 102.0s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 102.7s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 102.1s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 102.9s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 102.3s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 103.0s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 102.4s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 103.2s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 102.6s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 103.3s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 102.7s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 103.5s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 102.9s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 103.6s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 103.0s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 103.8s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 103.2s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 103.9s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 103.3s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 104.1s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 103.5s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 104.2s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 103.6s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 104.4s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 103.8s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 104.5s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 103.9s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 104.7s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 104.1s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 104.8s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 104.2s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 105.0s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 104.4s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 105.1s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 104.5s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 105.3s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 104.7s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 105.4s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 104.8s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 105.6s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 105.0s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 105.7s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 105.1s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 105.9s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 105.3s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 106.0s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 105.4s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 106.2s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 105.6s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 106.3s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 105.7s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 106.5s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 105.9s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 106.6s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 106.0s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 106.8s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 106.2s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 106.9s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 106.3s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 107.1s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 106.5s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 107.2s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 106.6s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 107.4s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 106.8s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 107.5s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 106.9s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 107.7s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 107.1s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 107.8s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 107.2s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 108.0s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 107.4s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 108.1s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 107.5s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 108.3s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 107.7s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 108.4s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 107.8s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 108.6s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 108.0s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 108.7s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 108.1s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 108.9s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 108.3s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 109.0s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 108.4s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 109.2s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 108.6s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 109.3s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 108.7s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 109.5s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 108.9s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 109.6s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 109.0s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 109.8s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 109.2s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 109.9s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 109.3s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 110.1s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 109.5s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 110.2s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 109.6s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 110.4s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 109.8s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 110.5s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 109.9s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 110.7s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 110.1s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 110.8s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 110.2s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 111.0s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 110.4s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 111.1s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 110.5s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 111.3s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 110.7s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 111.4s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 110.8s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 111.6s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 111.0s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 111.7s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 111.1s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 111.9s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 111.3s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 112.0s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 111.4s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 112.2s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 111.6s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 112.3s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 111.7s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 112.5s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 111.9s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 112.6s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 112.0s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 112.8s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 112.2s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 112.9s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 112.3s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 113.1s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 112.5s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 113.2s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 112.6s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 113.4s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 112.8s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 113.5s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 112.9s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 113.7s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 113.1s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 113.8s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 113.2s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 114.0s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 113.4s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 114.1s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 113.5s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 114.3s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 113.7s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 114.4s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 113.8s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 114.6s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 114.0s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 114.7s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 114.2s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 114.9s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 114.3s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 115.0s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 114.5s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 115.2s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 114.6s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 115.3s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 114.8s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 115.5s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 114.9s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 115.6s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 115.1s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 115.8s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 115.2s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 115.9s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 115.4s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 116.1s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 115.5s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 116.2s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 115.7s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 116.4s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 115.8s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 116.5s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 116.0s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 116.7s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 116.1s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 116.8s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 116.3s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 117.0s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 116.4s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 117.1s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 116.6s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 117.3s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 116.7s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 117.4s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 116.9s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 117.6s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 117.0s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 117.7s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 117.2s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 117.9s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 117.3s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 118.0s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 117.5s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 118.2s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 117.6s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 118.3s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 117.8s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 118.5s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 117.9s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 118.6s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 118.1s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 118.8s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 118.2s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 118.9s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 118.4s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 119.1s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 118.5s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 119.2s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 118.7s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 119.4s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 118.8s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 119.5s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 119.0s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 119.7s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 119.1s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 119.9s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 119.3s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 120.0s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 119.4s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 120.2s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 119.6s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 120.3s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 119.7s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 120.5s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 119.9s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 120.6s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 120.0s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 120.8s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 120.2s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 120.9s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 120.3s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 121.1s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 120.5s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 121.2s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 120.6s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 121.4s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 120.8s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 121.5s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 120.9s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 121.7s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 121.1s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 121.8s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 121.2s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 122.0s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 121.4s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 122.1s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 121.5s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 122.3s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 121.7s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 122.4s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 121.8s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 122.6s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 122.0s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 122.7s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 122.1s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 122.9s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 122.3s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 123.0s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 122.4s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 123.2s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 122.6s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 123.3s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 122.7s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 123.5s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 122.9s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 123.6s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 123.0s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 123.8s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 123.2s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 123.9s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 123.3s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 124.1s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 123.5s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 124.2s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 123.6s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 124.4s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 123.8s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 124.5s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 123.9s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 124.7s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 124.1s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 124.8s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 124.2s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 125.0s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 124.4s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 125.1s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 124.5s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 125.3s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 124.7s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 125.4s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 124.8s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 125.6s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 125.0s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 125.7s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 125.1s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 125.9s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 125.3s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 126.0s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 125.4s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 126.2s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 125.6s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 126.3s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 125.7s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 126.5s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 125.9s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 126.6s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 126.0s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 126.8s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 126.2s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 126.9s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 126.3s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 127.1s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 126.5s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 127.2s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 126.6s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 127.4s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 126.8s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 127.5s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 126.9s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 127.7s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 127.1s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 127.8s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 127.2s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 128.0s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 127.4s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 128.1s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 127.5s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 128.3s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 127.7s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 128.4s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 127.8s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 128.6s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 128.0s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 128.7s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 128.1s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 128.9s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 128.3s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 129.0s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 128.4s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 129.2s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 128.6s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 129.3s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 128.7s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 129.5s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 128.9s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 129.6s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 129.0s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 129.8s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 129.2s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 129.9s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 129.3s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 130.1s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 129.5s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 130.2s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 129.6s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 130.4s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 129.8s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 130.5s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 129.9s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 130.7s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 130.1s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 130.8s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 130.2s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 131.0s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 130.4s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 131.1s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 130.5s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 131.3s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 130.7s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 131.4s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 130.8s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 131.5s (9/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m[34m => [4/4] RUN rm -rf node_modules && npm install && npm run production 131.0s
[0m[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 131.7s (9/10)
[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m[34m => [4/4] RUN rm -rf node_modules && npm install && npm run production 131.0s
[0m => exporting to image 0.1s
=> => exporting layers 0.1s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 131.8s (9/10)
[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m[34m => [4/4] RUN rm -rf node_modules && npm install && npm run production 131.0s
[0m => exporting to image 0.3s
=> => exporting layers 0.3s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 132.0s (9/10)
[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m[34m => [4/4] RUN rm -rf node_modules && npm install && npm run production 131.0s
[0m => exporting to image 0.4s
=> => exporting layers 0.4s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 132.1s (9/10)
[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m[34m => [4/4] RUN rm -rf node_modules && npm install && npm run production 131.0s
[0m => exporting to image 0.6s
=> => exporting layers 0.6s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 132.3s (9/10)
[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m[34m => [4/4] RUN rm -rf node_modules && npm install && npm run production 131.0s
[0m => exporting to image 0.7s
=> => exporting layers 0.7s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 132.4s (9/10)
[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m[34m => [4/4] RUN rm -rf node_modules && npm install && npm run production 131.0s
[0m => exporting to image 0.9s
=> => exporting layers 0.9s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 132.6s (9/10)
[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m[34m => [4/4] RUN rm -rf node_modules && npm install && npm run production 131.0s
[0m => exporting to image 1.0s
=> => exporting layers 1.0s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 132.7s (9/10)
[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m[34m => [4/4] RUN rm -rf node_modules && npm install && npm run production 131.0s
[0m => exporting to image 1.2s
=> => exporting layers 1.2s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 132.9s (9/10)
[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m[34m => [4/4] RUN rm -rf node_modules && npm install && npm run production 131.0s
[0m => exporting to image 1.3s
=> => exporting layers 1.3s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 133.0s (9/10)
[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m[34m => [4/4] RUN rm -rf node_modules && npm install && npm run production 131.0s
[0m => exporting to image 1.5s
=> => exporting layers 1.5s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 133.2s (9/10)
[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m[34m => [4/4] RUN rm -rf node_modules && npm install && npm run production 131.0s
[0m => exporting to image 1.6s
=> => exporting layers 1.6s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 133.3s (9/10)
[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m[34m => [4/4] RUN rm -rf node_modules && npm install && npm run production 131.0s
[0m => exporting to image 1.8s
=> => exporting layers 1.8s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 133.5s (9/10)
[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m[34m => [4/4] RUN rm -rf node_modules && npm install && npm run production 131.0s
[0m => exporting to image 2.0s
=> => exporting layers 2.0s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 133.6s (9/10)
[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m[34m => [4/4] RUN rm -rf node_modules && npm install && npm run production 131.0s
[0m => exporting to image 2.1s
=> => exporting layers 2.1s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 133.8s (9/10)
[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m[34m => [4/4] RUN rm -rf node_modules && npm install && npm run production 131.0s
[0m => exporting to image 2.3s
=> => exporting layers 2.3s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 134.0s (9/10)
[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m[34m => [4/4] RUN rm -rf node_modules && npm install && npm run production 131.0s
[0m => exporting to image 2.4s
=> => exporting layers 2.4s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 134.1s (9/10)
[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m[34m => [4/4] RUN rm -rf node_modules && npm install && npm run production 131.0s
[0m => exporting to image 2.6s
=> => exporting layers 2.6s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 134.3s (9/10)
[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m[34m => [4/4] RUN rm -rf node_modules && npm install && npm run production 131.0s
[0m => exporting to image 2.7s
=> => exporting layers 2.7s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 134.4s (9/10)
[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m[34m => [4/4] RUN rm -rf node_modules && npm install && npm run production 131.0s
[0m => exporting to image 2.9s
=> => exporting layers 2.9s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 134.6s (9/10)
[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m[34m => [4/4] RUN rm -rf node_modules && npm install && npm run production 131.0s
[0m => exporting to image 3.0s
=> => exporting layers 3.0s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 134.7s (9/10)
[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m[34m => [4/4] RUN rm -rf node_modules && npm install && npm run production 131.0s
[0m => exporting to image 3.2s
=> => exporting layers 3.2s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 134.9s (9/10)
[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m[34m => [4/4] RUN rm -rf node_modules && npm install && npm run production 131.0s
[0m => exporting to image 3.3s
=> => exporting layers 3.3s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 135.0s (9/10)
[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m[34m => [4/4] RUN rm -rf node_modules && npm install && npm run production 131.0s
[0m => exporting to image 3.5s
=> => exporting layers 3.5s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 135.2s (9/10)
[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m[34m => [4/4] RUN rm -rf node_modules && npm install && npm run production 131.0s
[0m => exporting to image 3.6s
=> => exporting layers 3.6s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 135.3s (9/10)
[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m[34m => [4/4] RUN rm -rf node_modules && npm install && npm run production 131.0s
[0m => exporting to image 3.8s
=> => exporting layers 3.8s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 135.5s (9/10)
[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m[34m => [4/4] RUN rm -rf node_modules && npm install && npm run production 131.0s
[0m => exporting to image 3.9s
=> => exporting layers 3.9s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 135.6s (9/10)
[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m[34m => [4/4] RUN rm -rf node_modules && npm install && npm run production 131.0s
[0m => exporting to image 4.1s
=> => exporting layers 4.1s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 135.8s (9/10)
[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m[34m => [4/4] RUN rm -rf node_modules && npm install && npm run production 131.0s
[0m => exporting to image 4.2s
=> => exporting layers 4.2s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 135.9s (9/10)
[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m[34m => [4/4] RUN rm -rf node_modules && npm install && npm run production 131.0s
[0m => exporting to image 4.4s
=> => exporting layers 4.4s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 136.1s (9/10)
[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m[34m => [4/4] RUN rm -rf node_modules && npm install && npm run production 131.0s
[0m => exporting to image 4.5s
=> => exporting layers 4.5s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 136.2s (9/10)
[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m[34m => [4/4] RUN rm -rf node_modules && npm install && npm run production 131.0s
[0m => exporting to image 4.7s
=> => exporting layers 4.7s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 136.4s (9/10)
[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m[34m => [4/4] RUN rm -rf node_modules && npm install && npm run production 131.0s
[0m => exporting to image 4.8s
=> => exporting layers 4.8s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 136.5s (9/10)
[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m[34m => [4/4] RUN rm -rf node_modules && npm install && npm run production 131.0s
[0m => exporting to image 5.0s
=> => exporting layers 5.0s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 136.7s (9/10)
[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m[34m => [4/4] RUN rm -rf node_modules && npm install && npm run production 131.0s
[0m => exporting to image 5.1s
=> => exporting layers 5.1s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 136.8s (9/10)
[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m[34m => [4/4] RUN rm -rf node_modules && npm install && npm run production 131.0s
[0m => exporting to image 5.3s
=> => exporting layers 5.3s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 137.0s (9/10)
[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m[34m => [4/4] RUN rm -rf node_modules && npm install && npm run production 131.0s
[0m => exporting to image 5.4s
=> => exporting layers 5.4s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 137.1s (9/10)
[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m[34m => [4/4] RUN rm -rf node_modules && npm install && npm run production 131.0s
[0m => exporting to image 5.6s
=> => exporting layers 5.6s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 137.3s (9/10)
[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m[34m => [4/4] RUN rm -rf node_modules && npm install && npm run production 131.0s
[0m => exporting to image 5.7s
=> => exporting layers 5.7s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 137.4s (9/10)
[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m[34m => [4/4] RUN rm -rf node_modules && npm install && npm run production 131.0s
[0m => exporting to image 5.9s
=> => exporting layers 5.9s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 137.6s (9/10)
[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m[34m => [4/4] RUN rm -rf node_modules && npm install && npm run production 131.0s
[0m => exporting to image 6.0s
=> => exporting layers 6.0s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 137.7s (9/10)
[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m[34m => [4/4] RUN rm -rf node_modules && npm install && npm run production 131.0s
[0m => exporting to image 6.2s
=> => exporting layers 6.2s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 137.9s (9/10)
[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m[34m => [4/4] RUN rm -rf node_modules && npm install && npm run production 131.0s
[0m => exporting to image 6.3s
=> => exporting layers 6.3s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 138.0s (9/10)
[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m[34m => [4/4] RUN rm -rf node_modules && npm install && npm run production 131.0s
[0m => exporting to image 6.5s
=> => exporting layers 6.5s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 138.2s (9/10)
[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m[34m => [4/4] RUN rm -rf node_modules && npm install && npm run production 131.0s
[0m => exporting to image 6.6s
=> => exporting layers 6.6s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 138.3s (9/10)
[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m[34m => [4/4] RUN rm -rf node_modules && npm install && npm run production 131.0s
[0m => exporting to image 6.8s
=> => exporting layers 6.8s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 138.5s (9/10)
[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m[34m => [4/4] RUN rm -rf node_modules && npm install && npm run production 131.0s
[0m => exporting to image 6.9s
=> => exporting layers 6.9s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 138.6s (9/10)
[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m[34m => [4/4] RUN rm -rf node_modules && npm install && npm run production 131.0s
[0m => exporting to image 7.1s
=> => exporting layers 7.1s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 138.8s (9/10)
[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m[34m => [4/4] RUN rm -rf node_modules && npm install && npm run production 131.0s
[0m => exporting to image 7.2s
=> => exporting layers 7.2s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 138.9s (9/10)
[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m[34m => [4/4] RUN rm -rf node_modules && npm install && npm run production 131.0s
[0m => exporting to image 7.4s
=> => exporting layers 7.4s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 139.1s (9/10)
[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m[34m => [4/4] RUN rm -rf node_modules && npm install && npm run production 131.0s
[0m => exporting to image 7.5s
=> => exporting layers 7.5s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 139.2s (9/10)
[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m[34m => [4/4] RUN rm -rf node_modules && npm install && npm run production 131.0s
[0m => exporting to image 7.7s
=> => exporting layers 7.7s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 139.4s (9/10)
[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m[34m => [4/4] RUN rm -rf node_modules && npm install && npm run production 131.0s
[0m => exporting to image 7.8s
=> => exporting layers 7.8s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 139.5s (9/10)
[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m[34m => [4/4] RUN rm -rf node_modules && npm install && npm run production 131.0s
[0m => exporting to image 8.0s
=> => exporting layers 8.0s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 139.7s (9/10)
[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m[34m => [4/4] RUN rm -rf node_modules && npm install && npm run production 131.0s
[0m => exporting to image 8.1s
=> => exporting layers 8.1s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 139.8s (9/10)
[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m[34m => [4/4] RUN rm -rf node_modules && npm install && npm run production 131.0s
[0m => exporting to image 8.3s
=> => exporting layers 8.3s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 140.0s (9/10)
[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m[34m => [4/4] RUN rm -rf node_modules && npm install && npm run production 131.0s
[0m => exporting to image 8.4s
=> => exporting layers 8.4s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 140.1s (9/10)
[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m[34m => [4/4] RUN rm -rf node_modules && npm install && npm run production 131.0s
[0m => exporting to image 8.6s
=> => exporting layers 8.6s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 140.3s (9/10)
[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m[34m => [4/4] RUN rm -rf node_modules && npm install && npm run production 131.0s
[0m => exporting to image 8.7s
=> => exporting layers 8.7s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 140.4s (9/10)
[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m[34m => [4/4] RUN rm -rf node_modules && npm install && npm run production 131.0s
[0m => exporting to image 8.9s
=> => exporting layers 8.9s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 140.6s (9/10)
[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m[34m => [4/4] RUN rm -rf node_modules && npm install && npm run production 131.0s
[0m => exporting to image 9.0s
=> => exporting layers 9.0s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 140.7s (9/10)
[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m[34m => [4/4] RUN rm -rf node_modules && npm install && npm run production 131.0s
[0m => exporting to image 9.2s
=> => exporting layers 9.2s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 140.9s (9/10)
[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m[34m => [4/4] RUN rm -rf node_modules && npm install && npm run production 131.0s
[0m => exporting to image 9.3s
=> => exporting layers 9.3s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 141.0s (10/10) FINISHED
[34m => [internal] load build definition from Dockerfile-dir 0.0s
[0m[34m => => transferring dockerfile: 249B 0.0s
[0m[34m => [internal] load .dockerignore 0.0s
[0m[34m => => transferring context: 373B 0.0s
[0m[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dir:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 1.58MB 0.1s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/dir 0.5s
[0m[34m => [3/4] COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir 0.1s
[0m[34m => [4/4] RUN rm -rf node_modules && npm install && npm run production 131.0s
[0m[34m => exporting to image 9.4s
[0m[34m => => exporting layers 9.4s
[0m[34m => => writing image sha256:ba1e5ec6ec1163cf26fe78968a9d1a60dd2bfac5a2609 0.0s
[0m[34m => => naming to docker.io/akvo/rsr-backend-dir:c963080767f45828c31f83ca5 0.0s
[0m[34m => => naming to docker.io/akvo/rsr-backend-dir:local 0.0s
[0m[?25h21:58:53 - BUILD INFO - Pushing akvo/rsr-backend-dir:c963080767f45828c31f83ca5cd25d36 container
The push refers to repository [docker.io/akvo/rsr-backend-dir]
[1A[2K
172f04a06cb0: Preparing
[1B
[1A[2K
589711aed992: Preparing
[1B
[1A[2K
2fde019b7613: Preparing
[1B
[1A[2K
d8c8fb90d3d5: Preparing
[1B
[1A[2K
66a501a61b55: Preparing
[1B
[1A[2K
39fcd46ddd74: Preparing
[1B
[1A[2K
27b46e846fed: Preparing
[1B
[1A[2K
bb62059d593a: Preparing
[1B
[1A[2K
0a5c5e7984a5: Preparing
[1B
[1A[2K
9d6fd2a91cb6: Preparing
[1B
[1A[2K
8f373a94b695: Preparing
[1B
[1A[2K
f6e4a599a05b: Preparing
[1B
[1A[2K
f05e74530ed4: Preparing
[1B
[1A[2K
d6a9e1c11ab3: Preparing
[1B
[1A[2K
586c4513f64e: 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[19A[2K
39fcd46ddd74: Waiting
[19B[18A[2K
27b46e846fed: Waiting
[18B[17A[2K
bb62059d593a: Waiting
[17B[16A[2K
0a5c5e7984a5: Waiting
[16B[15A[2K
9d6fd2a91cb6: Waiting
[15B[14A[2K
8f373a94b695: Waiting
[14B[13A[2K
f6e4a599a05b: Waiting
[13B[12A[2K
f05e74530ed4: Waiting
[12B[11A[2K
d6a9e1c11ab3: Waiting
[11B[10A[2K
586c4513f64e: 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[23A[2K
589711aed992: Pushing 44.54kB/1.562MB
[23B[22A[2K
2fde019b7613: Pushing 5.12kB
[22B[23A[2K
589711aed992: Pushing 203.3kB/1.562MB
[23B[23A[2K
589711aed992: Pushing 861.5kB/1.562MB
[23B[23A[2K
589711aed992: Pushing 1.582MB
[23B[24A[2K
172f04a06cb0: Pushing 525.9kB/424.2MB
[24B[21A[2K
d8c8fb90d3d5: Mounted from akvo/rsr-backend-front-end
[21B[23A[2K
589711aed992: Pushing 1.751MB
[23B[24A[2K
172f04a06cb0: Pushing 1.051MB/424.2MB
[24B[24A[2K
172f04a06cb0: Pushing 2.128MB/424.2MB
[24B[20A[2K
66a501a61b55: Mounted from akvo/rsr-backend-front-end
[20B[24A[2K
172f04a06cb0: Pushing 3.728MB/424.2MB
[24B[24A[2K
172f04a06cb0: Pushing 5.854MB/424.2MB
[24B[24A[2K
172f04a06cb0: Pushing 8.513MB/424.2MB
[24B[24A[2K
172f04a06cb0: Pushing 11.78MB/424.2MB
[24B[24A[2K
172f04a06cb0: Pushing 15.01MB/424.2MB
[24B[24A[2K
172f04a06cb0: Pushing 18.28MB/424.2MB
[24B[24A[2K
172f04a06cb0: Pushing 21.07MB/424.2MB
[24B[24A[2K
172f04a06cb0: Pushing 24.39MB/424.2MB
[24B[24A[2K
172f04a06cb0: Pushing 28.27MB/424.2MB
[24B[24A[2K
172f04a06cb0: Pushing 31.61MB/424.2MB
[24B[24A[2K
172f04a06cb0: Pushing 34.95MB/424.2MB
[24B[22A[2K
2fde019b7613: Pushed
[22B[19A[2K
39fcd46ddd74: Mounted from akvo/rsr-backend-front-end
[19B[24A[2K
172f04a06cb0: Pushing 37.68MB/424.2MB
[24B[24A[2K
172f04a06cb0: Pushing 40.9MB/424.2MB
[24B[24A[2K
172f04a06cb0: Pushing 43.59MB/424.2MB
[24B[23A[2K
589711aed992: Pushed
[23B[24A[2K
172f04a06cb0: Pushing 46.93MB/424.2MB
[24B[18A[2K
27b46e846fed: Mounted from akvo/rsr-backend-front-end
[18B[24A[2K
172f04a06cb0: Pushing 50.83MB/424.2MB
[24B[24A[2K
172f04a06cb0: Pushing 54.09MB/424.2MB
[24B[24A[2K
172f04a06cb0: Pushing 57.34MB/424.2MB
[24B[24A[2K
172f04a06cb0: Pushing 60.64MB/424.2MB
[24B[24A[2K
172f04a06cb0: Pushing 63.88MB/424.2MB
[24B[24A[2K
172f04a06cb0: Pushing 67.08MB/424.2MB
[24B[24A[2K
172f04a06cb0: Pushing 69.71MB/424.2MB
[24B[24A[2K
172f04a06cb0: Pushing 71.81MB/424.2MB
[24B[24A[2K
172f04a06cb0: Pushing 74.01MB/424.2MB
[24B[24A[2K
172f04a06cb0: Pushing 76.21MB/424.2MB
[24B[17A[2K
bb62059d593a: Mounted from akvo/rsr-backend-front-end
[17B[24A[2K
172f04a06cb0: Pushing 79MB/424.2MB
[24B[24A[2K
172f04a06cb0: Pushing 82.34MB/424.2MB
[24B[24A[2K
172f04a06cb0: Pushing 85.13MB/424.2MB
[24B[16A[2K
0a5c5e7984a5: Mounted from akvo/rsr-backend-front-end
[16B[24A[2K
172f04a06cb0: Pushing 87.91MB/424.2MB
[24B[15A[2K
9d6fd2a91cb6: Mounted from akvo/rsr-backend-front-end
[15B[24A[2K
172f04a06cb0: Pushing 89.55MB/424.2MB
[24B[24A[2K
172f04a06cb0: Pushing 91.22MB/424.2MB
[24B[14A[2K
8f373a94b695: Mounted from akvo/rsr-backend-front-end
[14B[24A[2K
172f04a06cb0: Pushing 92.89MB/424.2MB
[24B[24A[2K
172f04a06cb0: Pushing 95.12MB/424.2MB
[24B[24A[2K
172f04a06cb0: Pushing 97.91MB/424.2MB
[24B[24A[2K
172f04a06cb0: Pushing 100.7MB/424.2MB
[24B[24A[2K
172f04a06cb0: Pushing 102.9MB/424.2MB
[24B[24A[2K
172f04a06cb0: Pushing 104.6MB/424.2MB
[24B[24A[2K
172f04a06cb0: Pushing 106.3MB/424.2MB
[24B[24A[2K
172f04a06cb0: Pushing 107.9MB/424.2MB
[24B[24A[2K
172f04a06cb0: Pushing 109.6MB/424.2MB
[24B[24A[2K
172f04a06cb0: Pushing 112.4MB/424.2MB
[24B[24A[2K
172f04a06cb0: Pushing 115.1MB/424.2MB
[24B[12A[2K
f05e74530ed4: Mounted from akvo/rsr-backend-front-end
[12B[11A[2K
d6a9e1c11ab3: Mounted from akvo/rsr-backend-front-end
[11B[24A[2K
172f04a06cb0: Pushing 117.7MB/424.2MB
[24B[13A[2K
f6e4a599a05b: Mounted from akvo/rsr-backend-front-end
[13B[24A[2K
172f04a06cb0: Pushing 120.4MB/424.2MB
[24B[24A[2K
172f04a06cb0: Pushing 122.5MB/424.2MB
[24B[10A[2K
586c4513f64e: Mounted from akvo/rsr-backend-front-end
[10B[9A[2K
b6d8f557ceb3: Layer already exists
[9B[8A[2K
b65d30014aa7: Layer already exists
[8B[24A[2K
172f04a06cb0: Pushing 124.7MB/424.2MB
[24B[24A[2K
172f04a06cb0: Pushing 126.8MB/424.2MB
[24B[7A[2K
ea9370fbf8d0: Layer already exists
[7B[6A[2K
a10c79771e86: Layer already exists
[6B[24A[2K
172f04a06cb0: Pushing 129.4MB/424.2MB
[24B[4A[2K
5c813a85f7f0: Layer already exists
[4B[5A[2K
3f4c8c89729b: Layer already exists
[5B[24A[2K
172f04a06cb0: Pushing 131.6MB/424.2MB
[24B[3A[2K
bdca38f94ff0: Layer already exists
[3B[24A[2K
172f04a06cb0: Pushing 134.3MB/424.2MB
[24B[2A[2K
faac394a1ad3: Layer already exists
[2B[24A[2K
172f04a06cb0: Pushing 137.6MB/424.2MB
[24B[1A[2K
ce8168f12337: Layer already exists
[1B[24A[2K
172f04a06cb0: Pushing 139.8MB/424.2MB
[24B[24A[2K
172f04a06cb0: Pushing 141.9MB/424.2MB
[24B[24A[2K
172f04a06cb0: Pushing 144.6MB/424.2MB
[24B[24A[2K
172f04a06cb0: Pushing 146.8MB/424.2MB
[24B[24A[2K
172f04a06cb0: Pushing 149.4MB/424.2MB
[24B[24A[2K
172f04a06cb0: Pushing 151.5MB/424.2MB
[24B[24A[2K
172f04a06cb0: Pushing 154.7MB/424.2MB
[24B[24A[2K
172f04a06cb0: Pushing 156.9MB/424.2MB
[24B[24A[2K
172f04a06cb0: Pushing 159.6MB/424.2MB
[24B[24A[2K
172f04a06cb0: Pushing 161.8MB/424.2MB
[24B[24A[2K
172f04a06cb0: Pushing 164MB/424.2MB
[24B[24A[2K
172f04a06cb0: Pushing 166.8MB/424.2MB
[24B[24A[2K
172f04a06cb0: Pushing 170.2MB/424.2MB
[24B[24A[2K
172f04a06cb0: Pushing 172.4MB/424.2MB
[24B[24A[2K
172f04a06cb0: Pushing 174MB/424.2MB
[24B[24A[2K
172f04a06cb0: Pushing 176.8MB/424.2MB
[24B[24A[2K
172f04a06cb0: Pushing 179.5MB/424.2MB
[24B[24A[2K
172f04a06cb0: Pushing 182.3MB/424.2MB
[24B[24A[2K
172f04a06cb0: Pushing 185.1MB/424.2MB
[24B[24A[2K
172f04a06cb0: Pushing 187.3MB/424.2MB
[24B[24A[2K
172f04a06cb0: Pushing 190.1MB/424.2MB
[24B[24A[2K
172f04a06cb0: Pushing 193.4MB/424.2MB
[24B[24A[2K
172f04a06cb0: Pushing 195MB/424.2MB
[24B[24A[2K
172f04a06cb0: Pushing 197.8MB/424.2MB
[24B[24A[2K
172f04a06cb0: Pushing 199.9MB/424.2MB
[24B[24A[2K
172f04a06cb0: Pushing 202.6MB/424.2MB
[24B[24A[2K
172f04a06cb0: Pushing 205.3MB/424.2MB
[24B[24A[2K
172f04a06cb0: Pushing 207.9MB/424.2MB
[24B[24A[2K
172f04a06cb0: Pushing 210.5MB/424.2MB
[24B[24A[2K
172f04a06cb0: Pushing 213.2MB/424.2MB
[24B[24A[2K
172f04a06cb0: Pushing 215.9MB/424.2MB
[24B[24A[2K
172f04a06cb0: Pushing 218.1MB/424.2MB
[24B[24A[2K
172f04a06cb0: Pushing 220.7MB/424.2MB
[24B[24A[2K
172f04a06cb0: Pushing 223.3MB/424.2MB
[24B[24A[2K
172f04a06cb0: Pushing 226MB/424.2MB
[24B[24A[2K
172f04a06cb0: Pushing 228.1MB/424.2MB
[24B[24A[2K
172f04a06cb0: Pushing 229.7MB/424.2MB
[24B[24A[2K
172f04a06cb0: Pushing 231.8MB/424.2MB
[24B[24A[2K
172f04a06cb0: Pushing 235.1MB/424.2MB
[24B[24A[2K
172f04a06cb0: Pushing 237.8MB/424.2MB
[24B[24A[2K
172f04a06cb0: Pushing 240.4MB/424.2MB
[24B[24A[2K
172f04a06cb0: Pushing 243.1MB/424.2MB
[24B[24A[2K
172f04a06cb0: Pushing 245.7MB/424.2MB
[24B[24A[2K
172f04a06cb0: Pushing 248.9MB/424.2MB
[24B[24A[2K
172f04a06cb0: Pushing 251.6MB/424.2MB
[24B[24A[2K
172f04a06cb0: Pushing 254.3MB/424.2MB
[24B[24A[2K
172f04a06cb0: Pushing 256.5MB/424.2MB
[24B[24A[2K
172f04a06cb0: Pushing 259.1MB/424.2MB
[24B[24A[2K
172f04a06cb0: Pushing 261.2MB/424.2MB
[24B[24A[2K
172f04a06cb0: Pushing 263.9MB/424.2MB
[24B[24A[2K
172f04a06cb0: Pushing 266.5MB/424.2MB
[24B[24A[2K
172f04a06cb0: Pushing 268.7MB/424.2MB
[24B[24A[2K
172f04a06cb0: Pushing 271.3MB/424.2MB
[24B[24A[2K
172f04a06cb0: Pushing 273.4MB/424.2MB
[24B[24A[2K
172f04a06cb0: Pushing 276.6MB/424.2MB
[24B[24A[2K
172f04a06cb0: Pushing 279.3MB/424.2MB
[24B[24A[2K
172f04a06cb0: Pushing 281.4MB/424.2MB
[24B[24A[2K
172f04a06cb0: Pushing 284.1MB/424.2MB
[24B[24A[2K
172f04a06cb0: Pushing 286.9MB/424.2MB
[24B[24A[2K
172f04a06cb0: Pushing 289.1MB/424.2MB
[24B[24A[2K
172f04a06cb0: Pushing 291.9MB/424.2MB
[24B[24A[2K
172f04a06cb0: Pushing 295.2MB/424.2MB
[24B[24A[2K
172f04a06cb0: Pushing 298MB/424.2MB
[24B[24A[2K
172f04a06cb0: Pushing 300.8MB/424.2MB
[24B[24A[2K
172f04a06cb0: Pushing 302.4MB/424.2MB
[24B[24A[2K
172f04a06cb0: Pushing 305.7MB/424.2MB
[24B[24A[2K
172f04a06cb0: Pushing 307.9MB/424.2MB
[24B[24A[2K
172f04a06cb0: Pushing 310.6MB/424.2MB
[24B[24A[2K
172f04a06cb0: Pushing 313.2MB/424.2MB
[24B[24A[2K
172f04a06cb0: Pushing 316.5MB/424.2MB
[24B[24A[2K
172f04a06cb0: Pushing 320.2MB/424.2MB
[24B[24A[2K
172f04a06cb0: Pushing 323.4MB/424.2MB
[24B[24A[2K
172f04a06cb0: Pushing 326MB/424.2MB
[24B[24A[2K
172f04a06cb0: Pushing 328.7MB/424.2MB
[24B[24A[2K
172f04a06cb0: Pushing 330.9MB/424.2MB
[24B[24A[2K
172f04a06cb0: Pushing 333.1MB/424.2MB
[24B[24A[2K
172f04a06cb0: Pushing 335.8MB/424.2MB
[24B[24A[2K
172f04a06cb0: Pushing 338.5MB/424.2MB
[24B[24A[2K
172f04a06cb0: Pushing 341.1MB/424.2MB
[24B[24A[2K
172f04a06cb0: Pushing 343.8MB/424.2MB
[24B[24A[2K
172f04a06cb0: Pushing 347MB/424.2MB
[24B[24A[2K
172f04a06cb0: Pushing 350.2MB/424.2MB
[24B[24A[2K
172f04a06cb0: Pushing 352.9MB/424.2MB
[24B[24A[2K
172f04a06cb0: Pushing 355.6MB/424.2MB
[24B[24A[2K
172f04a06cb0: Pushing 358.3MB/424.2MB
[24B[24A[2K
172f04a06cb0: Pushing 361.5MB/424.2MB
[24B[24A[2K
172f04a06cb0: Pushing 364.9MB/424.2MB
[24B[24A[2K
172f04a06cb0: Pushing 367.1MB/424.2MB
[24B[24A[2K
172f04a06cb0: Pushing 369.9MB/424.2MB
[24B[24A[2K
172f04a06cb0: Pushing 373.2MB/424.2MB
[24B[24A[2K
172f04a06cb0: Pushing 376MB/424.2MB
[24B[24A[2K
172f04a06cb0: Pushing 379.3MB/424.2MB
[24B[24A[2K
172f04a06cb0: Pushing 381.6MB/424.2MB
[24B[24A[2K
172f04a06cb0: Pushing 384.3MB/424.2MB
[24B[24A[2K
172f04a06cb0: Pushing 387MB/424.2MB
[24B[24A[2K
172f04a06cb0: Pushing 389.8MB/424.2MB
[24B[24A[2K
172f04a06cb0: Pushing 392.5MB/424.2MB
[24B[24A[2K
172f04a06cb0: Pushing 395.1MB/424.2MB
[24B[24A[2K
172f04a06cb0: Pushing 397.8MB/424.2MB
[24B[24A[2K
172f04a06cb0: Pushing 400.5MB/424.2MB
[24B[24A[2K
172f04a06cb0: Pushing 403.2MB/424.2MB
[24B[24A[2K
172f04a06cb0: Pushing 405.9MB/424.2MB
[24B[24A[2K
172f04a06cb0: Pushing 408.1MB/424.2MB
[24B[24A[2K
172f04a06cb0: Pushing 410.2MB/424.2MB
[24B[24A[2K
172f04a06cb0: Pushing 413MB/424.2MB
[24B[24A[2K
172f04a06cb0: Pushing 415.1MB/424.2MB
[24B[24A[2K
172f04a06cb0: Pushing 417.8MB/424.2MB
[24B[24A[2K
172f04a06cb0: Pushing 419.9MB/424.2MB
[24B[24A[2K
172f04a06cb0: Pushing 422.6MB/424.2MB
[24B[24A[2K
172f04a06cb0: Pushing 425.8MB
[24B[24A[2K
172f04a06cb0: Pushing 428.4MB
[24B[24A[2K
172f04a06cb0: Pushing 431.1MB
[24B[24A[2K
172f04a06cb0: Pushing 433.2MB
[24B[24A[2K
172f04a06cb0: Pushing 435.9MB
[24B[24A[2K
172f04a06cb0: Pushing 438MB
[24B[24A[2K
172f04a06cb0: Pushing 440.2MB
[24B[24A[2K
172f04a06cb0: Pushing 442.3MB
[24B[24A[2K
172f04a06cb0: Pushing 445.5MB
[24B[24A[2K
172f04a06cb0: Pushing 447.7MB
[24B[24A[2K
172f04a06cb0: Pushing 450.4MB
[24B[24A[2K
172f04a06cb0: Pushing 453.1MB
[24B[24A[2K
172f04a06cb0: Pushing 455.8MB
[24B[24A[2K
172f04a06cb0: Pushing 460.7MB
[24B[24A[2K
172f04a06cb0: Pushing 462.9MB
[24B[24A[2K
172f04a06cb0: Pushing 465MB
[24B[24A[2K
172f04a06cb0: Pushing 467.1MB
[24B[24A[2K
172f04a06cb0: Pushing 469.2MB
[24B[24A[2K
172f04a06cb0: Pushed
[24Bc963080767f45828c31f83ca5cd25d36: digest: sha256:a755b030e82e525f5c619fe093f1bb53ca7986a9c24f3dc5cd41e84e2839e723 size: 5350
21:59:21 - BUILD INFO - Pulling akvo/rsr-backend-spa:c963080767f45828c31f83ca5cd25d36
docker.io/akvo/rsr-backend-spa:c963080767f45828c31f83ca5cd25d36
21:59:37 - BUILD INFO - Building akvo/rsr-backend-spa:c963080767f45828c31f83ca5cd25d36
[1A[1B[0G[?25l[+] Building 0.0s (0/0)
[?25h[1A[0G[?25l[+] Building 0.0s (0/0)
[?25h[1A[0G[?25l[+] Building 0.0s (0/0)
[?25h[1A[0G[?25l[+] Building 0.0s (0/0)
[?25h[1A[0G[?25l[+] Building 0.0s (0/0)
[?25h[1A[0G[?25l[+] Building 0.1s (5/9)
[34m => [internal] load .dockerignore 0.0s
[0m[34m => => transferring context: 373B 0.0s
[0m[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m => [internal] load build context 0.0s
=> => transferring context: 24B 0.0s
=> [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.0s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 0.2s (5/9)
[34m => [internal] load .dockerignore 0.0s
[0m[34m => => transferring context: 373B 0.0s
[0m[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m => [internal] load build context 0.2s
[34m => => transferring context: 2.38MB 0.2s
[0m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.2s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 0.3s (6/9)
[34m => [internal] load .dockerignore 0.0s
[0m[34m => => transferring context: 373B 0.0s
[0m[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.3s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 0.5s (6/9)
[34m => [internal] load .dockerignore 0.0s
[0m[34m => => transferring context: 373B 0.0s
[0m[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.5s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 0.6s (6/9)
[34m => [internal] load .dockerignore 0.0s
[0m[34m => => transferring context: 373B 0.0s
[0m[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 0.8s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 0.1s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 0.9s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 0.2s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 1.1s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 0.4s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 1.2s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 0.5s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 1.4s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 0.7s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 1.6s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 0.8s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 1.7s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 1.0s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 1.9s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 1.1s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 2.0s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 1.3s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 2.2s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 1.4s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 2.3s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 1.6s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 2.5s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 1.7s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 2.6s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 1.9s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 2.8s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 2.0s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 2.9s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 2.2s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 3.1s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 2.3s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 3.2s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 2.5s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 3.4s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 2.6s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 3.5s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 2.8s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 3.7s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 2.9s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 3.8s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 3.1s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 4.0s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 3.2s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 4.1s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 3.4s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 4.3s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 3.5s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 4.4s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 3.7s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 4.6s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 3.8s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 4.7s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 4.0s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 4.9s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 4.1s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 5.0s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 4.3s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 5.2s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 4.5s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 5.3s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 4.6s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 5.5s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 4.8s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 5.6s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 4.9s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 5.8s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 5.1s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 5.9s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 5.2s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 6.1s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 5.4s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 6.2s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 5.5s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 6.4s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 5.7s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 6.5s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 5.8s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 6.7s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 6.0s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 6.8s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 6.1s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 7.0s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 6.3s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 7.1s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 6.4s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 7.3s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 6.6s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 7.4s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 6.7s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 7.6s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 6.9s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 7.7s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 7.0s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 7.9s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 7.2s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 8.0s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 7.3s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 8.2s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 7.5s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 8.3s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 7.6s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 8.5s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 7.8s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 8.6s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 7.9s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 8.8s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 8.1s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 8.9s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 8.2s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 9.1s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 8.4s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 9.2s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 8.5s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 9.4s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 8.7s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 9.5s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 8.8s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 9.7s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 9.0s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 9.8s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 9.1s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 10.0s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 9.3s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 10.1s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 9.4s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 10.3s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 9.6s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 10.4s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 9.7s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 10.6s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 9.9s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 10.7s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 10.0s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 10.9s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 10.2s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 11.0s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 10.3s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 11.2s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 10.5s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 11.3s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 10.6s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 11.5s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 10.8s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 11.6s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 10.9s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 11.8s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 11.1s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 11.9s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 11.2s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 12.1s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 11.4s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 12.2s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 11.5s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 12.4s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 11.7s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 12.5s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 11.8s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 12.7s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 12.0s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 12.8s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 12.1s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 13.0s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 12.3s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 13.1s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 12.4s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 13.3s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 12.6s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 13.4s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 12.7s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 13.6s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 12.9s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 13.7s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 13.0s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 13.9s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 13.2s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 14.0s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 13.3s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 14.2s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 13.5s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 14.3s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 13.6s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 14.5s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 13.8s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 14.6s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 13.9s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 14.8s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 14.1s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 14.9s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 14.2s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 15.1s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 14.4s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 15.2s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 14.5s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 15.4s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 14.7s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 15.5s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 14.8s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 15.7s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 15.0s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 15.8s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 15.1s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 16.0s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 15.3s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 16.1s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 15.4s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 16.3s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 15.6s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 16.4s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 15.7s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 16.6s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 15.9s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 16.7s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 16.0s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 16.9s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 16.2s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 17.0s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 16.3s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 17.2s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 16.5s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 17.3s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 16.6s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 17.5s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 16.8s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 17.6s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 16.9s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 17.8s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 17.1s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 17.9s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 17.2s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 18.1s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 17.4s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 18.2s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 17.5s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 18.4s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 17.7s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 18.5s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 17.8s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 18.7s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 18.0s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 18.8s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 18.1s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 19.0s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 18.3s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 19.1s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 18.4s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 19.3s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 18.6s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 19.4s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 18.7s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 19.6s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 18.9s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 19.7s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 19.0s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 19.9s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 19.2s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 20.0s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 19.3s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 20.2s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 19.5s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 20.3s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 19.6s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 20.5s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 19.8s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 20.6s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 19.9s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 20.8s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 20.1s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 20.9s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 20.2s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 21.1s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 20.4s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 21.2s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 20.5s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 21.4s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 20.7s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 21.5s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 20.8s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 21.7s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 21.0s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 21.8s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 21.1s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 22.0s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 21.3s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 22.1s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 21.4s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 22.3s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 21.6s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 22.4s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 21.7s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 22.6s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 21.9s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 22.8s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 22.0s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 22.9s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 22.2s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 23.1s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 22.3s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 23.2s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 22.5s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 23.4s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 22.6s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 23.5s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 22.8s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 23.7s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 22.9s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 23.8s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 23.1s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 24.0s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 23.2s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 24.1s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 23.4s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 24.3s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 23.5s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 24.4s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 23.7s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 24.6s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 23.8s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 24.7s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 24.0s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 24.9s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 24.1s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 25.0s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 24.3s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 25.2s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 24.4s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 25.3s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 24.6s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 25.5s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 24.7s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 25.6s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 24.9s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 25.8s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 25.1s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 25.9s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 25.2s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 26.1s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 25.4s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 26.2s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 25.5s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 26.4s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 25.7s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 26.5s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 25.8s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 26.7s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 26.0s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 26.8s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 26.1s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 27.0s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 26.3s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 27.1s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 26.4s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 27.3s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 26.6s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 27.4s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 26.7s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 27.6s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 26.9s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 27.7s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 27.0s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 27.9s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 27.2s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 28.0s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 27.3s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 28.2s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 27.5s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 28.3s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 27.6s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 28.5s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 27.8s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 28.6s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 27.9s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 28.8s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 28.1s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 28.9s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 28.2s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 29.1s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 28.4s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 29.2s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 28.5s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 29.4s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 28.7s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 29.5s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 28.8s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 29.7s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 29.0s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 29.8s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 29.1s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 30.0s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 29.3s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 30.1s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 29.4s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 30.3s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 29.6s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 30.4s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 29.7s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 30.6s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 29.9s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 30.7s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 30.0s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 30.9s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 30.2s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 31.0s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 30.3s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 31.2s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 30.5s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 31.3s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 30.6s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 31.5s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 30.8s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 31.6s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 30.9s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 31.8s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 31.1s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 31.9s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 31.2s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 32.1s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 31.4s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 32.2s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 31.5s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 32.4s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 31.7s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 32.5s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 31.8s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 32.7s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 32.0s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 32.8s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 32.1s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 33.0s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 32.3s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 33.1s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 32.4s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 33.3s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 32.6s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 33.4s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 32.7s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 33.6s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 32.8s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 33.7s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 33.0s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 33.8s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 33.1s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 34.0s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 33.3s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 34.1s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 33.4s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 34.3s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 33.6s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 34.4s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 33.7s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 34.6s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 33.9s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 34.7s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 34.0s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 34.9s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 34.2s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 35.0s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 34.3s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 35.2s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 34.5s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 35.3s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 34.6s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 35.5s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 34.8s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 35.6s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 34.9s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 35.8s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 35.1s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 35.9s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 35.2s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 36.1s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 35.4s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 36.2s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 35.5s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 36.4s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 35.7s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 36.5s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 35.8s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 36.7s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 36.0s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 36.8s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 36.1s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 37.0s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 36.3s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 37.1s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 36.4s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 37.3s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 36.6s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 37.4s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 36.7s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 37.6s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 36.9s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 37.7s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 37.0s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 37.9s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 37.2s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 38.0s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 37.3s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 38.2s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 37.5s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 38.3s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 37.6s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 38.5s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 37.8s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 38.6s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 37.9s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 38.8s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 38.1s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 38.9s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 38.2s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 39.1s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 38.4s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 39.2s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 38.5s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 39.4s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 38.7s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 39.5s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 38.8s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 39.7s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 39.0s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 39.8s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 39.1s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 40.0s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 39.3s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 40.1s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 39.4s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 40.3s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 39.6s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 40.4s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 39.7s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 40.6s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 39.9s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 40.7s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 40.0s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 40.9s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 40.2s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 41.0s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 40.3s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 41.2s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 40.5s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 41.3s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 40.6s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 41.5s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 40.8s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 41.6s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 40.9s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 41.8s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 41.1s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 41.9s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 41.2s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 42.1s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 41.4s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 42.2s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 41.5s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 42.4s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 41.7s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 42.5s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 41.8s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 42.7s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 42.0s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 42.8s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 42.1s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 43.0s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 42.3s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 43.1s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 42.4s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 43.2s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 42.5s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 43.4s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 42.7s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 43.5s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 42.8s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 43.6s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 42.9s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 43.8s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 43.1s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 43.9s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 43.2s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 44.1s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 43.3s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 44.2s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 43.5s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 44.3s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 43.6s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 44.5s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 43.8s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 44.6s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 43.9s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 44.7s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 44.0s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 44.8s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 44.1s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 44.9s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 44.2s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 45.0s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 44.3s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 45.1s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 44.4s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 45.3s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 44.5s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 45.4s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 44.7s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 45.5s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 44.8s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 45.7s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 45.0s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 45.8s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 45.1s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 45.9s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 45.2s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 46.0s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 45.3s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 46.1s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 45.4s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 46.2s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 45.5s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 46.3s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 45.6s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 46.4s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 45.7s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 46.5s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 45.8s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 46.6s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 45.9s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 46.7s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 46.0s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 46.8s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 46.1s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 46.9s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 46.2s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 47.0s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 46.3s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 47.2s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 46.4s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 47.3s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 46.5s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 47.4s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 46.7s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 47.5s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 46.8s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 47.6s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 46.9s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 47.8s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 47.1s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 47.9s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 47.2s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 48.0s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 47.3s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 48.1s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 47.4s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 48.2s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 47.5s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 48.3s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 47.6s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 48.4s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 47.7s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 48.5s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 47.8s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 48.6s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 47.9s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 48.7s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 48.0s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 48.9s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 48.2s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 49.0s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 48.3s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 49.1s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 48.4s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 49.2s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 48.5s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 49.3s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 48.6s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 49.4s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 48.7s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 49.5s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 48.8s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 49.6s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 48.9s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 49.7s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 49.0s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 49.8s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 49.1s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 49.9s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 49.2s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 50.0s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 49.3s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 50.1s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 49.4s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 50.2s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 49.5s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 50.3s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 49.6s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 50.4s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 49.7s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 50.5s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 49.8s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 50.6s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 49.9s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 50.7s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 50.0s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 50.8s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 50.1s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 50.9s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 50.2s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 51.0s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 50.3s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 51.1s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 50.4s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 51.2s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 50.5s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 51.4s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 50.6s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 51.5s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 50.8s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 51.6s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 50.9s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 51.7s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 51.0s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 51.8s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 51.1s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 52.0s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 51.2s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 52.1s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 51.4s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 52.3s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 51.5s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 52.4s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 51.7s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 52.5s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 51.8s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 52.7s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 51.9s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 52.8s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 52.1s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 52.9s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 52.2s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 53.1s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 52.4s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 53.2s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 52.5s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 53.3s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 52.6s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 53.4s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 52.7s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 53.5s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 52.8s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 53.7s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 52.9s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 53.8s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 53.1s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 53.9s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 53.2s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 54.0s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 53.3s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 54.2s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 53.5s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 54.3s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 53.6s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 54.4s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 53.7s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 54.5s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 53.8s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 54.6s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 53.9s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 54.8s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 54.0s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 54.9s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 54.2s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 55.0s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 54.3s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 55.1s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 54.4s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 55.3s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 54.6s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 55.4s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 54.7s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 55.5s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 54.8s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 55.6s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 54.9s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 55.7s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 55.0s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 55.8s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 55.1s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 56.0s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 55.3s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 56.1s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 55.4s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 56.2s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 55.5s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 56.3s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 55.6s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 56.5s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 55.8s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 56.6s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 55.9s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 56.7s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 56.0s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 56.8s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 56.1s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 56.9s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 56.2s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 57.0s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 56.3s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 57.2s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 56.5s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 57.3s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 56.6s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 57.4s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 56.7s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 57.6s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 56.8s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 57.7s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 57.0s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 57.8s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 57.1s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 57.9s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 57.2s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 58.0s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 57.3s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 58.1s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 57.4s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 58.2s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 57.5s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 58.4s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 57.6s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 58.5s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 57.8s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 58.6s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 57.9s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 58.7s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 58.0s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 58.9s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 58.2s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 59.0s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 58.3s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 59.1s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 58.4s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 59.2s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 58.5s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 59.4s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 58.6s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 59.5s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 58.8s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 59.6s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 58.9s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 59.7s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 59.0s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 59.8s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 59.1s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 59.9s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 59.2s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 60.1s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 59.4s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 60.2s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 59.5s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 60.3s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 59.6s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 60.4s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 59.7s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 60.5s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 59.8s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 60.7s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 60.0s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 60.8s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 60.1s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 61.0s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 60.3s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 61.1s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 60.4s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 61.2s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 60.5s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 61.4s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 60.7s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 61.5s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 60.8s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 61.7s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 61.0s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 61.8s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 61.1s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 62.0s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 61.3s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 62.1s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 61.4s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 62.3s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 61.6s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 62.4s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 61.7s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 62.6s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 61.9s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 62.7s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 62.0s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 62.9s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 62.2s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 63.0s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 62.3s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 63.2s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 62.5s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 63.3s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 62.6s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 63.5s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 62.8s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 63.6s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 62.9s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 63.8s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 63.1s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 63.9s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 63.2s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 64.1s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 63.4s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 64.2s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 63.5s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 64.4s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 63.7s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 64.5s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 63.8s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 64.7s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 64.0s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 64.8s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 64.1s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 65.0s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 64.3s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 65.1s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 64.4s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 65.3s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 64.6s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 65.4s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 64.7s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 65.6s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 64.9s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 65.7s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 65.0s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 65.9s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 65.2s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 66.0s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 65.3s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 66.2s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 65.5s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 66.3s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 65.6s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 66.5s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 65.8s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 66.6s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 65.9s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 66.8s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 66.1s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 66.9s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 66.2s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 67.1s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 66.4s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 67.2s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 66.5s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 67.4s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 66.7s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 67.5s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 66.8s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 67.7s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 67.0s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 67.8s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 67.1s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 68.0s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 67.3s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 68.1s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 67.4s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 68.3s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 67.6s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 68.4s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 67.7s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 68.6s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 67.9s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 68.7s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 68.0s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 68.9s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 68.2s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 69.0s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 68.3s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 69.2s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 68.5s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 69.3s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 68.6s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 69.5s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 68.8s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 69.6s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 68.9s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 69.8s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 69.1s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 69.9s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 69.2s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 70.1s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 69.4s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 70.2s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 69.5s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 70.4s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 69.7s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 70.5s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 69.8s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 70.7s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 70.0s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 70.8s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 70.1s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 71.0s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 70.3s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 71.1s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 70.4s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 71.3s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 70.6s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 71.4s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 70.7s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 71.6s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 70.9s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 71.7s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 71.0s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 71.9s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 71.2s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 72.0s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 71.3s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 72.2s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 71.5s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 72.3s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 71.6s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 72.5s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 71.8s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 72.6s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 71.9s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 72.8s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 72.1s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 72.9s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 72.2s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 73.1s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 72.4s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 73.2s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 72.5s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 73.4s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 72.7s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 73.5s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 72.8s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 73.7s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 73.0s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 73.8s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 73.1s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 74.0s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 73.3s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 74.1s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 73.4s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 74.3s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 73.6s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 74.4s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 73.7s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 74.6s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 73.9s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 74.7s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 74.0s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 74.9s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 74.2s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 75.0s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 74.3s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 75.2s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 74.5s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 75.3s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 74.6s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 75.5s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 74.8s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 75.6s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 74.9s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 75.8s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 75.1s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 75.9s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 75.2s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 76.1s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 75.4s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 76.2s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 75.5s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 76.4s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 75.7s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 76.5s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 75.8s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 76.7s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 76.0s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 76.8s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 76.1s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 77.0s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 76.3s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 77.1s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 76.4s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 77.3s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 76.6s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 77.4s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 76.7s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 77.6s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 76.9s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 77.7s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 77.0s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 77.9s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 77.2s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 78.0s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 77.3s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 78.2s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 77.5s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 78.3s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 77.6s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 78.5s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 77.8s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 78.7s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 77.9s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 78.8s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 78.1s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 79.0s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 78.2s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 79.1s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 78.4s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 79.3s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 78.5s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 79.4s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 78.7s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 79.6s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 78.8s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 79.7s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 79.0s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 79.9s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 79.1s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 80.0s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 79.3s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 80.2s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 79.4s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 80.3s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 79.6s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 80.5s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 79.7s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 80.6s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 79.9s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 80.8s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 80.0s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 80.9s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 80.2s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 81.1s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 80.4s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 81.2s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 80.5s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 81.4s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 80.7s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 81.5s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 80.8s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 81.7s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 81.0s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 81.8s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 81.1s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 82.0s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 81.3s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 82.1s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 81.4s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 82.3s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 81.6s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 82.4s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 81.7s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 82.6s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 81.9s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 82.7s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 82.0s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 82.9s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 82.2s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 83.0s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 82.3s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 83.2s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 82.5s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 83.3s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 82.6s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 83.5s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 82.8s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 83.6s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 82.9s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 83.8s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 83.1s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 83.9s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 83.2s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 84.1s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 83.4s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 84.2s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 83.5s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 84.4s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 83.7s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 84.5s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 83.8s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 84.7s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 84.0s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 84.8s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 84.1s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 85.0s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 84.3s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 85.1s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 84.4s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 85.3s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 84.6s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 85.4s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 84.7s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 85.6s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 84.9s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 85.7s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 85.0s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 85.9s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 85.2s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 86.0s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 85.3s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 86.2s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 85.5s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 86.3s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 85.6s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 86.5s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 85.8s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 86.6s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 85.9s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 86.8s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 86.1s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 86.9s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 86.2s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 87.1s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 86.4s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 87.2s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 86.5s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 87.4s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 86.7s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 87.5s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 86.8s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 87.7s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 87.0s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 87.8s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 87.1s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 88.0s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 87.3s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 88.1s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 87.4s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 88.3s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 87.6s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 88.4s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 87.7s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 88.6s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 87.9s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 88.7s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 88.0s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 88.9s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 88.2s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 89.0s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 88.3s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 89.2s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 88.5s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 89.3s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 88.6s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 89.5s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 88.8s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 89.6s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 88.9s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 89.8s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 89.1s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 89.9s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 89.2s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 90.1s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 89.4s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 90.2s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 89.5s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 90.4s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 89.7s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 90.5s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 89.8s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 90.7s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 90.0s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 90.8s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 90.1s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 91.0s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 90.3s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 91.1s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 90.4s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 91.3s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 90.6s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 91.4s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 90.7s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 91.6s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 90.9s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 91.7s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 91.0s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 91.9s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 91.2s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 92.0s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 91.3s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 92.2s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 91.5s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 92.3s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 91.6s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 92.5s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 91.8s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 92.6s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 91.9s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 92.8s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 92.1s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 92.9s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 92.2s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 93.1s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 92.4s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 93.2s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 92.5s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 93.4s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 92.7s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 93.5s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 92.8s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 93.7s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 93.0s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 93.8s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 93.1s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 94.0s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 93.3s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 94.1s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 93.4s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 94.3s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 93.6s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 94.4s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 93.7s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 94.6s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 93.9s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 94.7s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 94.0s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 94.9s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 94.2s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 95.0s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 94.3s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 95.2s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 94.5s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 95.3s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 94.6s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 95.5s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 94.8s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 95.6s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 94.9s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 95.8s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 95.1s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 95.9s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 95.2s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 96.1s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 95.4s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 96.2s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 95.5s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 96.4s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 95.7s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 96.5s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 95.8s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 96.7s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 96.0s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 96.8s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 96.1s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 97.0s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 96.3s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 97.1s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 96.4s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 97.3s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 96.6s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 97.5s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 96.7s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 97.6s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 96.9s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 97.8s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 97.0s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 97.9s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 97.2s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 98.1s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 97.3s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 98.2s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 97.5s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 98.4s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 97.6s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 98.5s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 97.8s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 98.7s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 97.9s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 98.8s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 98.1s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 99.0s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 98.2s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 99.1s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 98.4s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 99.3s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 98.5s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 99.4s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 98.7s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 99.6s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 98.8s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 99.7s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 99.0s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 99.9s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 99.2s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 100.0s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 99.3s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 100.2s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 99.5s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 100.3s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 99.6s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 100.5s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 99.8s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 100.6s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 99.9s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 100.8s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 100.1s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 100.9s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 100.2s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 101.1s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 100.4s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 101.2s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 100.5s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 101.4s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 100.7s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 101.5s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 100.8s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 101.7s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 101.0s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 101.8s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 101.1s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 102.0s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 101.3s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 102.1s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 101.4s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 102.3s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 101.6s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 102.4s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 101.7s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 102.6s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 101.9s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 102.7s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 102.0s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 102.9s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 102.2s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 103.0s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 102.3s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 103.2s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 102.5s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 103.3s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 102.6s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 103.5s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 102.8s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 103.6s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 102.9s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 103.8s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 103.1s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 103.9s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 103.2s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 104.1s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 103.4s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 104.2s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 103.5s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 104.4s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 103.7s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 104.5s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 103.8s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 104.7s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 104.0s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 104.8s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 104.1s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 105.0s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 104.3s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 105.1s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 104.4s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 105.3s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 104.6s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 105.4s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 104.7s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 105.6s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 104.9s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 105.7s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 105.0s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 105.9s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 105.2s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 106.0s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 105.3s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 106.2s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 105.5s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 106.3s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 105.6s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 106.5s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 105.8s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 106.6s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 105.9s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 106.8s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 106.1s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 106.9s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 106.2s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 107.1s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 106.4s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 107.2s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 106.5s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 107.4s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 106.7s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 107.5s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 106.8s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 107.7s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 107.0s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 107.8s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 107.1s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 108.0s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 107.3s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 108.1s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 107.4s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 108.3s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 107.6s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 108.4s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 107.7s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 108.6s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 107.9s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 108.7s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 108.0s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 108.9s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 108.2s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 109.0s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 108.3s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 109.2s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 108.5s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 109.3s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 108.6s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 109.5s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 108.8s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 109.6s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 108.9s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 109.8s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 109.1s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 109.9s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 109.2s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 110.1s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 109.4s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 110.2s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 109.5s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 110.4s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 109.7s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 110.5s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 109.8s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 110.7s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 110.0s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 110.8s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 110.1s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 111.0s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 110.3s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 111.1s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 110.4s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 111.3s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 110.6s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 111.4s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 110.7s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 111.6s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 110.9s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 111.7s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 111.0s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 111.9s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 111.2s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 112.0s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 111.3s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 112.2s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 111.5s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 112.3s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 111.6s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 112.5s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 111.8s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 112.6s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 111.9s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 112.8s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 112.1s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 112.9s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 112.2s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 113.1s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 112.4s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 113.2s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 112.5s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 113.4s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 112.7s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 113.5s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 112.8s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 113.7s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 113.0s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 113.8s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 113.1s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 114.0s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 113.3s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 114.1s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 113.4s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 114.3s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 113.6s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 114.4s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 113.7s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 114.5s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 113.8s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 114.7s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 114.0s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 114.8s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 114.1s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 115.0s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 114.3s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 115.1s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 114.4s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 115.3s (8/9)
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m => [4/4] RUN rm -rf node_modules && npm install && npm run production 114.6s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 115.4s (9/10)
[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m[34m => [4/4] RUN rm -rf node_modules && npm install && npm run production 114.6s
[0m => exporting to image 0.1s
=> => exporting layers 0.1s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 115.6s (9/10)
[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m[34m => [4/4] RUN rm -rf node_modules && npm install && npm run production 114.6s
[0m => exporting to image 0.3s
=> => exporting layers 0.3s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 115.7s (9/10)
[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m[34m => [4/4] RUN rm -rf node_modules && npm install && npm run production 114.6s
[0m => exporting to image 0.4s
=> => exporting layers 0.4s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 115.9s (9/10)
[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m[34m => [4/4] RUN rm -rf node_modules && npm install && npm run production 114.6s
[0m => exporting to image 0.6s
=> => exporting layers 0.6s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 116.0s (9/10)
[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m[34m => [4/4] RUN rm -rf node_modules && npm install && npm run production 114.6s
[0m => exporting to image 0.7s
=> => exporting layers 0.7s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 116.2s (9/10)
[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m[34m => [4/4] RUN rm -rf node_modules && npm install && npm run production 114.6s
[0m => exporting to image 0.9s
=> => exporting layers 0.9s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 116.3s (9/10)
[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m[34m => [4/4] RUN rm -rf node_modules && npm install && npm run production 114.6s
[0m => exporting to image 1.0s
=> => exporting layers 1.0s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 116.5s (9/10)
[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m[34m => [4/4] RUN rm -rf node_modules && npm install && npm run production 114.6s
[0m => exporting to image 1.2s
=> => exporting layers 1.2s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 116.6s (9/10)
[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m[34m => [4/4] RUN rm -rf node_modules && npm install && npm run production 114.6s
[0m => exporting to image 1.3s
=> => exporting layers 1.3s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 116.8s (9/10)
[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m[34m => [4/4] RUN rm -rf node_modules && npm install && npm run production 114.6s
[0m => exporting to image 1.5s
=> => exporting layers 1.5s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 116.9s (9/10)
[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m[34m => [4/4] RUN rm -rf node_modules && npm install && npm run production 114.6s
[0m => exporting to image 1.6s
=> => exporting layers 1.6s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 117.1s (9/10)
[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m[34m => [4/4] RUN rm -rf node_modules && npm install && npm run production 114.6s
[0m => exporting to image 1.8s
=> => exporting layers 1.8s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 117.2s (9/10)
[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m[34m => [4/4] RUN rm -rf node_modules && npm install && npm run production 114.6s
[0m => exporting to image 1.9s
=> => exporting layers 1.9s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 117.4s (9/10)
[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m[34m => [4/4] RUN rm -rf node_modules && npm install && npm run production 114.6s
[0m => exporting to image 2.1s
=> => exporting layers 2.1s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 117.5s (9/10)
[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m[34m => [4/4] RUN rm -rf node_modules && npm install && npm run production 114.6s
[0m => exporting to image 2.2s
=> => exporting layers 2.2s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 117.7s (9/10)
[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m[34m => [4/4] RUN rm -rf node_modules && npm install && npm run production 114.6s
[0m => exporting to image 2.4s
=> => exporting layers 2.4s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 117.8s (9/10)
[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m[34m => [4/4] RUN rm -rf node_modules && npm install && npm run production 114.6s
[0m => exporting to image 2.5s
=> => exporting layers 2.5s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 118.0s (9/10)
[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m[34m => [4/4] RUN rm -rf node_modules && npm install && npm run production 114.6s
[0m => exporting to image 2.7s
=> => exporting layers 2.7s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 118.2s (9/10)
[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m[34m => [4/4] RUN rm -rf node_modules && npm install && npm run production 114.6s
[0m => exporting to image 2.8s
=> => exporting layers 2.8s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 118.3s (9/10)
[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m[34m => [4/4] RUN rm -rf node_modules && npm install && npm run production 114.6s
[0m => exporting to image 3.0s
=> => exporting layers 3.0s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 118.5s (9/10)
[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m[34m => [4/4] RUN rm -rf node_modules && npm install && npm run production 114.6s
[0m => exporting to image 3.1s
=> => exporting layers 3.1s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 118.6s (9/10)
[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m[34m => [4/4] RUN rm -rf node_modules && npm install && npm run production 114.6s
[0m => exporting to image 3.3s
=> => exporting layers 3.3s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 118.8s (9/10)
[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m[34m => [4/4] RUN rm -rf node_modules && npm install && npm run production 114.6s
[0m => exporting to image 3.4s
=> => exporting layers 3.4s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 118.9s (9/10)
[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m[34m => [4/4] RUN rm -rf node_modules && npm install && npm run production 114.6s
[0m => exporting to image 3.6s
=> => exporting layers 3.6s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 119.1s (9/10)
[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m[34m => [4/4] RUN rm -rf node_modules && npm install && npm run production 114.6s
[0m => exporting to image 3.7s
=> => exporting layers 3.7s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 119.2s (9/10)
[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m[34m => [4/4] RUN rm -rf node_modules && npm install && npm run production 114.6s
[0m => exporting to image 3.9s
=> => exporting layers 3.9s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 119.4s (9/10)
[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m[34m => [4/4] RUN rm -rf node_modules && npm install && npm run production 114.6s
[0m => exporting to image 4.0s
=> => exporting layers 4.0s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 119.5s (9/10)
[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m[34m => [4/4] RUN rm -rf node_modules && npm install && npm run production 114.6s
[0m => exporting to image 4.2s
=> => exporting layers 4.2s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 119.7s (9/10)
[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m[34m => [4/4] RUN rm -rf node_modules && npm install && npm run production 114.6s
[0m => exporting to image 4.4s
=> => exporting layers 4.4s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 119.8s (9/10)
[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m[34m => [4/4] RUN rm -rf node_modules && npm install && npm run production 114.6s
[0m => exporting to image 4.5s
=> => exporting layers 4.5s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 120.0s (9/10)
[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m[34m => [4/4] RUN rm -rf node_modules && npm install && npm run production 114.6s
[0m => exporting to image 4.7s
=> => exporting layers 4.7s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 120.1s (9/10)
[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m[34m => [4/4] RUN rm -rf node_modules && npm install && npm run production 114.6s
[0m => exporting to image 4.8s
=> => exporting layers 4.8s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 120.3s (9/10)
[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m[34m => [4/4] RUN rm -rf node_modules && npm install && npm run production 114.6s
[0m => exporting to image 5.0s
=> => exporting layers 5.0s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 120.4s (9/10)
[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m[34m => [4/4] RUN rm -rf node_modules && npm install && npm run production 114.6s
[0m => exporting to image 5.1s
=> => exporting layers 5.1s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 120.6s (9/10)
[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m[34m => [4/4] RUN rm -rf node_modules && npm install && npm run production 114.6s
[0m => exporting to image 5.3s
=> => exporting layers 5.3s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 120.7s (9/10)
[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m[34m => [4/4] RUN rm -rf node_modules && npm install && npm run production 114.6s
[0m => exporting to image 5.4s
=> => exporting layers 5.4s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 120.9s (9/10)
[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m[34m => [4/4] RUN rm -rf node_modules && npm install && npm run production 114.6s
[0m => exporting to image 5.6s
=> => exporting layers 5.6s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 121.0s (9/10)
[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m[34m => [4/4] RUN rm -rf node_modules && npm install && npm run production 114.6s
[0m => exporting to image 5.7s
=> => exporting layers 5.7s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 121.2s (9/10)
[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m[34m => [4/4] RUN rm -rf node_modules && npm install && npm run production 114.6s
[0m => exporting to image 5.9s
=> => exporting layers 5.9s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 121.3s (9/10)
[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m[34m => [4/4] RUN rm -rf node_modules && npm install && npm run production 114.6s
[0m => exporting to image 6.0s
=> => exporting layers 6.0s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 121.5s (9/10)
[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m[34m => [4/4] RUN rm -rf node_modules && npm install && npm run production 114.6s
[0m => exporting to image 6.2s
=> => exporting layers 6.2s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 121.6s (9/10)
[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m[34m => [4/4] RUN rm -rf node_modules && npm install && npm run production 114.6s
[0m => exporting to image 6.3s
=> => exporting layers 6.3s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 121.8s (9/10)
[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m[34m => [4/4] RUN rm -rf node_modules && npm install && npm run production 114.6s
[0m => exporting to image 6.5s
=> => exporting layers 6.5s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 121.9s (9/10)
[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m[34m => [4/4] RUN rm -rf node_modules && npm install && npm run production 114.6s
[0m => exporting to image 6.6s
=> => exporting layers 6.6s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 122.1s (9/10)
[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m[34m => [4/4] RUN rm -rf node_modules && npm install && npm run production 114.6s
[0m => exporting to image 6.8s
=> => exporting layers 6.8s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 122.2s (9/10)
[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m[34m => [4/4] RUN rm -rf node_modules && npm install && npm run production 114.6s
[0m => exporting to image 6.9s
=> => exporting layers 6.9s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 122.4s (9/10)
[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m[34m => [4/4] RUN rm -rf node_modules && npm install && npm run production 114.6s
[0m => exporting to image 7.1s
=> => exporting layers 7.1s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 122.5s (9/10)
[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m[34m => [4/4] RUN rm -rf node_modules && npm install && npm run production 114.6s
[0m => exporting to image 7.2s
=> => exporting layers 7.2s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 122.7s (9/10)
[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m[34m => [4/4] RUN rm -rf node_modules && npm install && npm run production 114.6s
[0m => exporting to image 7.4s
=> => exporting layers 7.4s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 122.8s (9/10)
[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m[34m => [4/4] RUN rm -rf node_modules && npm install && npm run production 114.6s
[0m => exporting to image 7.5s
=> => exporting layers 7.5s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 123.0s (9/10)
[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m[34m => [4/4] RUN rm -rf node_modules && npm install && npm run production 114.6s
[0m => exporting to image 7.7s
=> => exporting layers 7.7s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 123.1s (9/10)
[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m[34m => [4/4] RUN rm -rf node_modules && npm install && npm run production 114.6s
[0m => exporting to image 7.8s
=> => exporting layers 7.8s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 123.3s (9/10)
[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m[34m => [4/4] RUN rm -rf node_modules && npm install && npm run production 114.6s
[0m => exporting to image 8.0s
=> => exporting layers 8.0s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 123.4s (9/10)
[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m[34m => [4/4] RUN rm -rf node_modules && npm install && npm run production 114.6s
[0m => exporting to image 8.1s
=> => exporting layers 8.1s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 123.6s (9/10)
[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m[34m => [4/4] RUN rm -rf node_modules && npm install && npm run production 114.6s
[0m => exporting to image 8.3s
=> => exporting layers 8.3s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 123.7s (9/10)
[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m[34m => [4/4] RUN rm -rf node_modules && npm install && npm run production 114.6s
[0m => exporting to image 8.4s
=> => exporting layers 8.4s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 123.9s (9/10)
[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m[34m => [4/4] RUN rm -rf node_modules && npm install && npm run production 114.6s
[0m => exporting to image 8.6s
=> => exporting layers 8.6s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 124.0s (9/10)
[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m[34m => [4/4] RUN rm -rf node_modules && npm install && npm run production 114.6s
[0m => exporting to image 8.7s
=> => exporting layers 8.7s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 124.2s (9/10)
[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m[34m => [4/4] RUN rm -rf node_modules && npm install && npm run production 114.6s
[0m => exporting to image 8.9s
=> => exporting layers 8.9s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 124.3s (9/10)
[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m[34m => [4/4] RUN rm -rf node_modules && npm install && npm run production 114.6s
[0m => exporting to image 9.0s
=> => exporting layers 9.0s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 124.5s (9/10)
[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m[34m => [4/4] RUN rm -rf node_modules && npm install && npm run production 114.6s
[0m => exporting to image 9.2s
=> => exporting layers 9.2s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 124.6s (9/10)
[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m[34m => [4/4] RUN rm -rf node_modules && npm install && npm run production 114.6s
[0m => exporting to image 9.3s
=> => exporting layers 9.3s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 124.8s (9/10)
[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m[34m => [4/4] RUN rm -rf node_modules && npm install && npm run production 114.6s
[0m => exporting to image 9.5s
=> => exporting layers 9.5s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 124.9s (9/10)
[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m[34m => [4/4] RUN rm -rf node_modules && npm install && npm run production 114.6s
[0m => exporting to image 9.6s
=> => exporting layers 9.6s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 125.1s (9/10)
[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m[34m => [4/4] RUN rm -rf node_modules && npm install && npm run production 114.6s
[0m => exporting to image 9.8s
=> => exporting layers 9.8s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 125.1s (10/10) FINISHED
[34m => [internal] load build definition from Dockerfile-spa 0.0s
[0m[34m => => transferring dockerfile: 249B 0.0s
[0m[34m => [internal] load .dockerignore 0.0s
[0m[34m => => transferring context: 373B 0.0s
[0m[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-spa:c963080767f45828c3 0.0s
[0m[34m => CACHED [1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-with-nodejs 0.0s
[0m[34m => [internal] load build context 0.2s
[0m[34m => => transferring context: 2.38MB 0.2s
[0m[34m => [2/4] WORKDIR /var/akvo/rsr/code/akvo/rsr/spa 0.6s
[0m[34m => [3/4] COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa 0.1s
[0m[34m => [4/4] RUN rm -rf node_modules && npm install && npm run production 114.6s
[0m[34m => exporting to image 9.8s
[0m[34m => => exporting layers 9.8s
[0m[34m => => writing image sha256:4d1b01e151d35a834e71a477fcbc1b2f81d1223095d1f 0.0s
[0m[34m => => naming to docker.io/akvo/rsr-backend-spa:c963080767f45828c31f83ca5 0.0s
[0m[34m => => naming to docker.io/akvo/rsr-backend-spa:local 0.0s
[0m[?25h22:01:43 - BUILD INFO - Pushing akvo/rsr-backend-spa:c963080767f45828c31f83ca5cd25d36 container
The push refers to repository [docker.io/akvo/rsr-backend-spa]
[1A[2K
928f88a24de2: Preparing
[1B
[1A[2K
d89ab83c9288: Preparing
[1B
[1A[2K
f22fd9926381: Preparing
[1B
[1A[2K
d8c8fb90d3d5: Preparing
[1B
[1A[2K
66a501a61b55: Preparing
[1B
[1A[2K
39fcd46ddd74: Preparing
[1B
[1A[2K
27b46e846fed: Preparing
[1B
[1A[2K
bb62059d593a: Preparing
[1B
[1A[2K
0a5c5e7984a5: Preparing
[1B
[1A[2K
9d6fd2a91cb6: Preparing
[1B
[1A[2K
8f373a94b695: Preparing
[1B
[1A[2K
f6e4a599a05b: Preparing
[1B
[1A[2K
f05e74530ed4: Preparing
[1B
[1A[2K
d6a9e1c11ab3: Preparing
[1B
[1A[2K
586c4513f64e: 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[10A[2K
586c4513f64e: 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[19A[2K
39fcd46ddd74: Waiting
[19B[18A[2K
27b46e846fed: Waiting
[18B[17A[2K
bb62059d593a: Waiting
[17B[16A[2K
0a5c5e7984a5: Waiting
[16B[15A[2K
9d6fd2a91cb6: Waiting
[15B[3A[2K
bdca38f94ff0: Waiting
[3B[2A[2K
faac394a1ad3: Waiting
[2B[1A[2K
ce8168f12337: Waiting
[1B[14A[2K
8f373a94b695: Waiting
[14B[13A[2K
f6e4a599a05b: Waiting
[13B[12A[2K
f05e74530ed4: Waiting
[12B[11A[2K
d6a9e1c11ab3: Waiting
[11B[23A[2K
d89ab83c9288: Pushing 39.53kB/2.348MB
[23B[22A[2K
f22fd9926381: Pushing 5.12kB
[22B[23A[2K
d89ab83c9288: Pushing 207.3kB/2.348MB
[23B[23A[2K
d89ab83c9288: Pushing 817.5kB/2.348MB
[23B[21A[2K
d8c8fb90d3d5: Mounted from akvo/rsr-backend-dir
[21B[23A[2K
d89ab83c9288: Pushing 1.5MB/2.348MB
[23B[24A[2K
928f88a24de2: Pushing 524.8kB/367.4MB
[24B[23A[2K
d89ab83c9288: Pushing 2.657MB
[23B[24A[2K
928f88a24de2: Pushing 1.629MB/367.4MB
[24B[24A[2K
928f88a24de2: Pushing 2.679MB/367.4MB
[24B[20A[2K
66a501a61b55: Mounted from akvo/rsr-backend-dir
[20B[24A[2K
928f88a24de2: Pushing 4.828MB/367.4MB
[24B[24A[2K
928f88a24de2: Pushing 7.532MB/367.4MB
[24B[24A[2K
928f88a24de2: Pushing 9.652MB/367.4MB
[24B[24A[2K
928f88a24de2: Pushing 11.84MB/367.4MB
[24B[24A[2K
928f88a24de2: Pushing 14.02MB/367.4MB
[24B[24A[2K
928f88a24de2: Pushing 16.69MB/367.4MB
[24B[24A[2K
928f88a24de2: Pushing 18.8MB/367.4MB
[24B[24A[2K
928f88a24de2: Pushing 21.59MB/367.4MB
[24B[24A[2K
928f88a24de2: Pushing 24.38MB/367.4MB
[24B[22A[2K
f22fd9926381: Pushed
[22B[24A[2K
928f88a24de2: Pushing 27.16MB/367.4MB
[24B[24A[2K
928f88a24de2: Pushing 29.9MB/367.4MB
[24B[19A[2K
39fcd46ddd74: Mounted from akvo/rsr-backend-dir
[19B[24A[2K
928f88a24de2: Pushing 32.6MB/367.4MB
[24B[24A[2K
928f88a24de2: Pushing 34.75MB/367.4MB
[24B[24A[2K
928f88a24de2: Pushing 37.44MB/367.4MB
[24B[24A[2K
928f88a24de2: Pushing 40.13MB/367.4MB
[24B[23A[2K
d89ab83c9288: Pushed
[23B[24A[2K
928f88a24de2: Pushing 42.87MB/367.4MB
[24B[24A[2K
928f88a24de2: Pushing 46.09MB/367.4MB
[24B[18A[2K
27b46e846fed: Mounted from akvo/rsr-backend-dir
[18B[24A[2K
928f88a24de2: Pushing 49.37MB/367.4MB
[24B[24A[2K
928f88a24de2: Pushing 52.09MB/367.4MB
[24B[24A[2K
928f88a24de2: Pushing 54.23MB/367.4MB
[24B[24A[2K
928f88a24de2: Pushing 56.88MB/367.4MB
[24B[24A[2K
928f88a24de2: Pushing 58.98MB/367.4MB
[24B[17A[2K
bb62059d593a: Mounted from akvo/rsr-backend-dir
[17B[24A[2K
928f88a24de2: Pushing 61.11MB/367.4MB
[24B[24A[2K
928f88a24de2: Pushing 62.79MB/367.4MB
[24B[24A[2K
928f88a24de2: Pushing 64.99MB/367.4MB
[24B[24A[2K
928f88a24de2: Pushing 67.22MB/367.4MB
[24B[16A[2K
0a5c5e7984a5: Mounted from akvo/rsr-backend-dir
[16B[24A[2K
928f88a24de2: Pushing 69.45MB/367.4MB
[24B[24A[2K
928f88a24de2: Pushing 71.67MB/367.4MB
[24B[24A[2K
928f88a24de2: Pushing 74.99MB/367.4MB
[24B[14A[2K
8f373a94b695: Mounted from akvo/rsr-backend-dir
[14B[24A[2K
928f88a24de2: Pushing 77.22MB/367.4MB
[24B[24A[2K
928f88a24de2: Pushing 79.42MB/367.4MB
[24B[24A[2K
928f88a24de2: Pushing 80.53MB/367.4MB
[24B[24A[2K
928f88a24de2: Pushing 82.2MB/367.4MB
[24B[15A[2K
9d6fd2a91cb6: Mounted from akvo/rsr-backend-dir
[15B[24A[2K
928f88a24de2: Pushing 83.87MB/367.4MB
[24B[24A[2K
928f88a24de2: Pushing 86.1MB/367.4MB
[24B[24A[2K
928f88a24de2: Pushing 88.89MB/367.4MB
[24B[24A[2K
928f88a24de2: Pushing 91.09MB/367.4MB
[24B[13A[2K
f6e4a599a05b: Mounted from akvo/rsr-backend-dir
[13B[24A[2K
928f88a24de2: Pushing 92.74MB/367.4MB
[24B[24A[2K
928f88a24de2: Pushing 93.85MB/367.4MB
[24B[24A[2K
928f88a24de2: Pushing 95.52MB/367.4MB
[24B[24A[2K
928f88a24de2: Pushing 96.64MB/367.4MB
[24B[24A[2K
928f88a24de2: Pushing 98.31MB/367.4MB
[24B[12A[2K
f05e74530ed4: Mounted from akvo/rsr-backend-dir
[12B[24A[2K
928f88a24de2: Pushing 100.5MB/367.4MB
[24B[24A[2K
928f88a24de2: Pushing 102.7MB/367.4MB
[24B[9A[2K
b6d8f557ceb3: Layer already exists
[9B[11A[2K
d6a9e1c11ab3: Mounted from akvo/rsr-backend-dir
[11B[24A[2K
928f88a24de2: Pushing 104.8MB/367.4MB
[24B[8A[2K
b65d30014aa7: Layer already exists
[8B[24A[2K
928f88a24de2: Pushing 106.4MB/367.4MB
[24B[24A[2K
928f88a24de2: Pushing 108MB/367.4MB
[24B[10A[2K
586c4513f64e: Mounted from akvo/rsr-backend-dir
[10B[7A[2K
ea9370fbf8d0: Layer already exists
[7B[6A[2K
a10c79771e86: Layer already exists
[6B[24A[2K
928f88a24de2: Pushing 109.6MB/367.4MB
[24B[5A[2K
3f4c8c89729b: Layer already exists
[5B[24A[2K
928f88a24de2: Pushing 111.7MB/367.4MB
[24B[24A[2K
928f88a24de2: Pushing 113.9MB/367.4MB
[24B[3A[2K
bdca38f94ff0: Layer already exists
[3B[4A[2K
5c813a85f7f0: Layer already exists
[4B[2A[2K
faac394a1ad3: Layer already exists
[2B[24A[2K
928f88a24de2: Pushing 116MB/367.4MB
[24B[1A[2K
ce8168f12337: Layer already exists
[1B[24A[2K
928f88a24de2: Pushing 118.1MB/367.4MB
[24B[24A[2K
928f88a24de2: Pushing 120.2MB/367.4MB
[24B[24A[2K
928f88a24de2: Pushing 122.4MB/367.4MB
[24B[24A[2K
928f88a24de2: Pushing 124.5MB/367.4MB
[24B[24A[2K
928f88a24de2: Pushing 126.6MB/367.4MB
[24B[24A[2K
928f88a24de2: Pushing 129.3MB/367.4MB
[24B[24A[2K
928f88a24de2: Pushing 131.5MB/367.4MB
[24B[24A[2K
928f88a24de2: Pushing 134.2MB/367.4MB
[24B[24A[2K
928f88a24de2: Pushing 136.9MB/367.4MB
[24B[24A[2K
928f88a24de2: Pushing 139.6MB/367.4MB
[24B[24A[2K
928f88a24de2: Pushing 141.8MB/367.4MB
[24B[24A[2K
928f88a24de2: Pushing 144.5MB/367.4MB
[24B[24A[2K
928f88a24de2: Pushing 146.6MB/367.4MB
[24B[24A[2K
928f88a24de2: Pushing 149.3MB/367.4MB
[24B[24A[2K
928f88a24de2: Pushing 151.4MB/367.4MB
[24B[24A[2K
928f88a24de2: Pushing 154.1MB/367.4MB
[24B[24A[2K
928f88a24de2: Pushing 156.9MB/367.4MB
[24B[24A[2K
928f88a24de2: Pushing 159.7MB/367.4MB
[24B[24A[2K
928f88a24de2: Pushing 161.9MB/367.4MB
[24B[24A[2K
928f88a24de2: Pushing 164.7MB/367.4MB
[24B[24A[2K
928f88a24de2: Pushing 167.4MB/367.4MB
[24B[24A[2K
928f88a24de2: Pushing 169.1MB/367.4MB
[24B[24A[2K
928f88a24de2: Pushing 170.8MB/367.4MB
[24B[24A[2K
928f88a24de2: Pushing 173MB/367.4MB
[24B[24A[2K
928f88a24de2: Pushing 175.7MB/367.4MB
[24B[24A[2K
928f88a24de2: Pushing 179.1MB/367.4MB
[24B[24A[2K
928f88a24de2: Pushing 181.8MB/367.4MB
[24B[24A[2K
928f88a24de2: Pushing 184.1MB/367.4MB
[24B[24A[2K
928f88a24de2: Pushing 186.3MB/367.4MB
[24B[24A[2K
928f88a24de2: Pushing 189MB/367.4MB
[24B[24A[2K
928f88a24de2: Pushing 190.7MB/367.4MB
[24B[24A[2K
928f88a24de2: Pushing 192.4MB/367.4MB
[24B[24A[2K
928f88a24de2: Pushing 194.6MB/367.4MB
[24B[24A[2K
928f88a24de2: Pushing 196.7MB/367.4MB
[24B[24A[2K
928f88a24de2: Pushing 199.4MB/367.4MB
[24B[24A[2K
928f88a24de2: Pushing 201.5MB/367.4MB
[24B[24A[2K
928f88a24de2: Pushing 203.6MB/367.4MB
[24B[24A[2K
928f88a24de2: Pushing 206.2MB/367.4MB
[24B[24A[2K
928f88a24de2: Pushing 208.3MB/367.4MB
[24B[24A[2K
928f88a24de2: Pushing 210.5MB/367.4MB
[24B[24A[2K
928f88a24de2: Pushing 213.1MB/367.4MB
[24B[24A[2K
928f88a24de2: Pushing 215.3MB/367.4MB
[24B[24A[2K
928f88a24de2: Pushing 217.4MB/367.4MB
[24B[24A[2K
928f88a24de2: Pushing 219.5MB/367.4MB
[24B[24A[2K
928f88a24de2: Pushing 221.6MB/367.4MB
[24B[24A[2K
928f88a24de2: Pushing 223.8MB/367.4MB
[24B[24A[2K
928f88a24de2: Pushing 225.9MB/367.4MB
[24B[24A[2K
928f88a24de2: Pushing 228.1MB/367.4MB
[24B[24A[2K
928f88a24de2: Pushing 230.2MB/367.4MB
[24B[24A[2K
928f88a24de2: Pushing 232.3MB/367.4MB
[24B[24A[2K
928f88a24de2: Pushing 236MB/367.4MB
[24B[24A[2K
928f88a24de2: Pushing 238.7MB/367.4MB
[24B[24A[2K
928f88a24de2: Pushing 241.3MB/367.4MB
[24B[24A[2K
928f88a24de2: Pushing 244.5MB/367.4MB
[24B[24A[2K
928f88a24de2: Pushing 247.7MB/367.4MB
[24B[24A[2K
928f88a24de2: Pushing 250.3MB/367.4MB
[24B[24A[2K
928f88a24de2: Pushing 252.5MB/367.4MB
[24B[24A[2K
928f88a24de2: Pushing 254.7MB/367.4MB
[24B[24A[2K
928f88a24de2: Pushing 256.8MB/367.4MB
[24B[24A[2K
928f88a24de2: Pushing 258.4MB/367.4MB
[24B[24A[2K
928f88a24de2: Pushing 260.5MB/367.4MB
[24B[24A[2K
928f88a24de2: Pushing 263.2MB/367.4MB
[24B[24A[2K
928f88a24de2: Pushing 265.3MB/367.4MB
[24B[24A[2K
928f88a24de2: Pushing 267.4MB/367.4MB
[24B[24A[2K
928f88a24de2: Pushing 269.5MB/367.4MB
[24B[24A[2K
928f88a24de2: Pushing 271.7MB/367.4MB
[24B[24A[2K
928f88a24de2: Pushing 273.9MB/367.4MB
[24B[24A[2K
928f88a24de2: Pushing 276MB/367.4MB
[24B[24A[2K
928f88a24de2: Pushing 278.6MB/367.4MB
[24B[24A[2K
928f88a24de2: Pushing 281.3MB/367.4MB
[24B[24A[2K
928f88a24de2: Pushing 284.6MB/367.4MB
[24B[24A[2K
928f88a24de2: Pushing 287.8MB/367.4MB
[24B[24A[2K
928f88a24de2: Pushing 290.4MB/367.4MB
[24B[24A[2K
928f88a24de2: Pushing 292.5MB/367.4MB
[24B[24A[2K
928f88a24de2: Pushing 294.6MB/367.4MB
[24B[24A[2K
928f88a24de2: Pushing 297.3MB/367.4MB
[24B[24A[2K
928f88a24de2: Pushing 299.5MB/367.4MB
[24B[24A[2K
928f88a24de2: Pushing 302.2MB/367.4MB
[24B[24A[2K
928f88a24de2: Pushing 305.4MB/367.4MB
[24B[24A[2K
928f88a24de2: Pushing 308.6MB/367.4MB
[24B[24A[2K
928f88a24de2: Pushing 310.8MB/367.4MB
[24B[24A[2K
928f88a24de2: Pushing 312.9MB/367.4MB
[24B[24A[2K
928f88a24de2: Pushing 315.6MB/367.4MB
[24B[24A[2K
928f88a24de2: Pushing 317.8MB/367.4MB
[24B[24A[2K
928f88a24de2: Pushing 319.4MB/367.4MB
[24B[24A[2K
928f88a24de2: Pushing 321.6MB/367.4MB
[24B[24A[2K
928f88a24de2: Pushing 323.7MB/367.4MB
[24B[24A[2K
928f88a24de2: Pushing 325.8MB/367.4MB
[24B[24A[2K
928f88a24de2: Pushing 327.4MB/367.4MB
[24B[24A[2K
928f88a24de2: Pushing 329.5MB/367.4MB
[24B[24A[2K
928f88a24de2: Pushing 331.7MB/367.4MB
[24B[24A[2K
928f88a24de2: Pushing 333.8MB/367.4MB
[24B[24A[2K
928f88a24de2: Pushing 336MB/367.4MB
[24B[24A[2K
928f88a24de2: Pushing 338.1MB/367.4MB
[24B[24A[2K
928f88a24de2: Pushing 340.2MB/367.4MB
[24B[24A[2K
928f88a24de2: Pushing 342.4MB/367.4MB
[24B[24A[2K
928f88a24de2: Pushing 344.5MB/367.4MB
[24B[24A[2K
928f88a24de2: Pushing 346.7MB/367.4MB
[24B[24A[2K
928f88a24de2: Pushing 348.8MB/367.4MB
[24B[24A[2K
928f88a24de2: Pushing 351.5MB/367.4MB
[24B[24A[2K
928f88a24de2: Pushing 353.7MB/367.4MB
[24B[24A[2K
928f88a24de2: Pushing 355.3MB/367.4MB
[24B[24A[2K
928f88a24de2: Pushing 357.4MB/367.4MB
[24B[24A[2K
928f88a24de2: Pushing 359MB/367.4MB
[24B[24A[2K
928f88a24de2: Pushing 360.6MB/367.4MB
[24B[24A[2K
928f88a24de2: Pushing 362.2MB/367.4MB
[24B[24A[2K
928f88a24de2: Pushing 364.4MB/367.4MB
[24B[24A[2K
928f88a24de2: Pushing 366.6MB/367.4MB
[24B[24A[2K
928f88a24de2: Pushing 369.2MB
[24B[24A[2K
928f88a24de2: Pushing 371.4MB
[24B[24A[2K
928f88a24de2: Pushing 373.5MB
[24B[24A[2K
928f88a24de2: Pushing 375.6MB
[24B[24A[2K
928f88a24de2: Pushing 378.3MB
[24B[24A[2K
928f88a24de2: Pushing 380.4MB
[24B[24A[2K
928f88a24de2: Pushing 382.5MB
[24B[24A[2K
928f88a24de2: Pushing 385.1MB
[24B[24A[2K
928f88a24de2: Pushing 387.3MB
[24B[24A[2K
928f88a24de2: Pushing 389.4MB
[24B[24A[2K
928f88a24de2: Pushing 391.5MB
[24B[24A[2K
928f88a24de2: Pushing 394.2MB
[24B[24A[2K
928f88a24de2: Pushing 396.4MB
[24B[24A[2K
928f88a24de2: Pushing 398.5MB
[24B[24A[2K
928f88a24de2: Pushing 400.1MB
[24B[24A[2K
928f88a24de2: Pushing 402.8MB
[24B[24A[2K
928f88a24de2: Pushing 404.9MB
[24B[24A[2K
928f88a24de2: Pushing 406.5MB
[24B[24A[2K
928f88a24de2: Pushing 408.6MB
[24B[24A[2K
928f88a24de2: Pushing 410.8MB
[24B[24A[2K
928f88a24de2: Pushing 412.9MB
[24B[24A[2K
928f88a24de2: Pushing 415MB
[24B[24A[2K
928f88a24de2: Pushing 417.2MB
[24B[24A[2K
928f88a24de2: Pushing 418.5MB
[24B[24A[2K
928f88a24de2: Pushed
[24Bc963080767f45828c31f83ca5cd25d36: digest: sha256:9374d0a08573726844f40d5ec5c050880799b9cf6157a9cda646ae8567b4dad0 size: 5350
22:02:12 - BUILD INFO - Creating Production Nginx image
[1A[1B[0G[?25l[+] Building 0.0s (0/0)
[?25h[1A[0G[?25l[+] Building 0.0s (0/0)
[?25h[1A[0G[?25l[+] Building 0.0s (0/0)
[?25h[1A[0G[?25l[+] Building 0.0s (0/0)
[?25h[1A[0G[?25l[+] Building 0.0s (0/0)
[?25h[1A[0G[?25l[+] Building 0.0s (0/0)
[?25h[1A[0G[?25l[+] Building 0.0s (0/2)
[?25h[1A[0G[?25l[+] Building 0.2s (6/7)
[34m => => transferring dockerfile: 1.12kB 0.0s
[0m[34m => [internal] load .dockerignore 0.0s
[0m[34m => => transferring context: 373B 0.0s
[0m => [internal] load metadata for docker.io/library/nginx:1.17.9-alpine 0.1s
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [internal] load metadata for docker.io/akvo/rsr-backend-front-end:loc 0.0s
[0m[34m => [internal] load metadata for docker.io/akvo/rsr-backend-spa:local 0.0s
[0m[34m => [internal] load metadata for docker.io/akvo/rsr-backend-dir:local 0.0s
[0m[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 0.3s (6/7)
[34m => => transferring dockerfile: 1.12kB 0.0s
[0m[34m => [internal] load .dockerignore 0.0s
[0m[34m => => transferring context: 373B 0.0s
[0m => [internal] load metadata for docker.io/library/nginx:1.17.9-alpine 0.3s
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [internal] load metadata for docker.io/akvo/rsr-backend-front-end:loc 0.0s
[0m[34m => [internal] load metadata for docker.io/akvo/rsr-backend-spa:local 0.0s
[0m[34m => [internal] load metadata for docker.io/akvo/rsr-backend-dir:local 0.0s
[0m[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 0.5s (7/8)
[34m => [internal] load .dockerignore 0.0s
[0m[34m => => transferring context: 373B 0.0s
[0m => [internal] load metadata for docker.io/library/nginx:1.17.9-alpine 0.4s
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [internal] load metadata for docker.io/akvo/rsr-backend-front-end:loc 0.0s
[0m[34m => [internal] load metadata for docker.io/akvo/rsr-backend-spa:local 0.0s
[0m[34m => [internal] load metadata for docker.io/akvo/rsr-backend-dir:local 0.0s
[0m[34m => [auth] library/nginx:pull token for registry-1.docker.io 0.0s
[0m[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 0.6s (7/8)
[34m => [internal] load .dockerignore 0.0s
[0m[34m => => transferring context: 373B 0.0s
[0m => [internal] load metadata for docker.io/library/nginx:1.17.9-alpine 0.6s
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [internal] load metadata for docker.io/akvo/rsr-backend-front-end:loc 0.0s
[0m[34m => [internal] load metadata for docker.io/akvo/rsr-backend-spa:local 0.0s
[0m[34m => [internal] load metadata for docker.io/akvo/rsr-backend-dir:local 0.0s
[0m[34m => [auth] library/nginx:pull token for registry-1.docker.io 0.0s
[0m[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 0.8s (7/8)
[34m => [internal] load .dockerignore 0.0s
[0m[34m => => transferring context: 373B 0.0s
[0m => [internal] load metadata for docker.io/library/nginx:1.17.9-alpine 0.7s
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [internal] load metadata for docker.io/akvo/rsr-backend-front-end:loc 0.0s
[0m[34m => [internal] load metadata for docker.io/akvo/rsr-backend-spa:local 0.0s
[0m[34m => [internal] load metadata for docker.io/akvo/rsr-backend-dir:local 0.0s
[0m[34m => [auth] library/nginx:pull token for registry-1.docker.io 0.0s
[0m[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 0.9s (7/8)
[34m => [internal] load .dockerignore 0.0s
[0m[34m => => transferring context: 373B 0.0s
[0m => [internal] load metadata for docker.io/library/nginx:1.17.9-alpine 0.9s
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [internal] load metadata for docker.io/akvo/rsr-backend-front-end:loc 0.0s
[0m[34m => [internal] load metadata for docker.io/akvo/rsr-backend-spa:local 0.0s
[0m[34m => [internal] load metadata for docker.io/akvo/rsr-backend-dir:local 0.0s
[0m[34m => [auth] library/nginx:pull token for registry-1.docker.io 0.0s
[0m[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 1.1s (7/8)
[34m => [internal] load .dockerignore 0.0s
[0m[34m => => transferring context: 373B 0.0s
[0m => [internal] load metadata for docker.io/library/nginx:1.17.9-alpine 1.0s
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [internal] load metadata for docker.io/akvo/rsr-backend-front-end:loc 0.0s
[0m[34m => [internal] load metadata for docker.io/akvo/rsr-backend-spa:local 0.0s
[0m[34m => [internal] load metadata for docker.io/akvo/rsr-backend-dir:local 0.0s
[0m[34m => [auth] library/nginx:pull token for registry-1.docker.io 0.0s
[0m[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 1.2s (7/8)
[34m => [internal] load .dockerignore 0.0s
[0m[34m => => transferring context: 373B 0.0s
[0m => [internal] load metadata for docker.io/library/nginx:1.17.9-alpine 1.2s
[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [internal] load metadata for docker.io/akvo/rsr-backend-front-end:loc 0.0s
[0m[34m => [internal] load metadata for docker.io/akvo/rsr-backend-spa:local 0.0s
[0m[34m => [internal] load metadata for docker.io/akvo/rsr-backend-dir:local 0.0s
[0m[34m => [auth] library/nginx:pull token for registry-1.docker.io 0.0s
[0m[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 1.3s (8/8)
[34m => [internal] load .dockerignore 0.0s
[0m[34m => => transferring context: 373B 0.0s
[0m[34m => [internal] load metadata for docker.io/library/nginx:1.17.9-alpine 1.3s
[0m[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [internal] load metadata for docker.io/akvo/rsr-backend-front-end:loc 0.0s
[0m[34m => [internal] load metadata for docker.io/akvo/rsr-backend-spa:local 0.0s
[0m[34m => [internal] load metadata for docker.io/akvo/rsr-backend-dir:local 0.0s
[0m[34m => [auth] library/nginx:pull token for registry-1.docker.io 0.0s
[0m[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 1.5s (9/26)
=> [spa 1/1] FROM docker.io/akvo/rsr-backend-spa:local 0.1s
=> [internal] load build context 0.1s
=> => transferring context: 370.25kB 0.1s
=> [dir 1/1] FROM docker.io/akvo/rsr-backend-dir:local 0.1s
=> [front-end 1/1] FROM docker.io/akvo/rsr-backend-front-end:local 0.1s
[34m => CACHED [builder 1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-wit 0.0s
[0m => [stage-4 1/10] FROM docker.io/library/nginx:1.17.9-alpine@sha256:abe 0.1s
[34m => => resolve docker.io/library/nginx:1.17.9-alpine@sha256:abe5ce652eb78 0.0s
[0m[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 1.6s (12/26)
=> => transferring context: 2.15MB 0.2s
=> [stage-4 1/10] FROM docker.io/library/nginx:1.17.9-alpine@sha256:abe 0.2s
[34m => => resolve docker.io/library/nginx:1.17.9-alpine@sha256:abe5ce652eb78 0.0s
[0m[34m => => sha256:377c0837328ff83bf96e0f93719c05a1ed855e07357 7.01kB / 7.01kB 0.0s
[0m => => sha256:4167d3e149762ea326c26fc2fd4e36fdeb7d4e639408ad3 0B / 2.79MB 0.2s
=> => sha256:bb292c78f105cb568ea5e5303f2b6b5f4052d7956780d58 0B / 5.70MB 0.2s
[34m => => sha256:abe5ce652eb78d9c793df34453fddde12bb4d93d9fb 1.41kB / 1.41kB 0.0s
[0m[34m => => sha256:ef2b6cd6fdfc6d0502b77710b27f7928a5e29ab5cfae398 739B / 739B 0.0s
[0m[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 1.7s (12/26)
=> => transferring context: 3.49MB 0.3s
=> [stage-4 1/10] FROM docker.io/library/nginx:1.17.9-alpine@sha256:abe 0.3s
[34m => => sha256:377c0837328ff83bf96e0f93719c05a1ed855e07357 7.01kB / 7.01kB 0.0s
[0m[34m => => sha256:4167d3e149762ea326c26fc2fd4e36fdeb7d4e63940 2.79MB / 2.79MB 0.2s
[0m => => sha256:bb292c78f105cb568ea5e5303f2b6b5f4052d795678 2.10MB / 5.70MB 0.3s
[34m => => sha256:abe5ce652eb78d9c793df34453fddde12bb4d93d9fb 1.41kB / 1.41kB 0.0s
[0m[34m => => sha256:ef2b6cd6fdfc6d0502b77710b27f7928a5e29ab5cfae398 739B / 739B 0.0s
[0m => => extracting sha256:4167d3e149762ea326c26fc2fd4e36fdeb7d4e639408ad30 0.1s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 1.9s (12/26)
=> => transferring context: 3.60MB 0.5s
=> [stage-4 1/10] FROM docker.io/library/nginx:1.17.9-alpine@sha256:abe 0.5s
[34m => => sha256:377c0837328ff83bf96e0f93719c05a1ed855e07357 7.01kB / 7.01kB 0.0s
[0m[34m => => sha256:4167d3e149762ea326c26fc2fd4e36fdeb7d4e63940 2.79MB / 2.79MB 0.2s
[0m[34m => => sha256:bb292c78f105cb568ea5e5303f2b6b5f4052d795678 5.70MB / 5.70MB 0.4s
[0m[34m => => sha256:abe5ce652eb78d9c793df34453fddde12bb4d93d9fb 1.41kB / 1.41kB 0.0s
[0m[34m => => sha256:ef2b6cd6fdfc6d0502b77710b27f7928a5e29ab5cfae398 739B / 739B 0.0s
[0m => => extracting sha256:4167d3e149762ea326c26fc2fd4e36fdeb7d4e639408ad30 0.2s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 2.0s (12/26)
=> => transferring context: 3.67MB 0.6s
=> [stage-4 1/10] FROM docker.io/library/nginx:1.17.9-alpine@sha256:abe 0.6s
[34m => => sha256:377c0837328ff83bf96e0f93719c05a1ed855e07357 7.01kB / 7.01kB 0.0s
[0m[34m => => sha256:4167d3e149762ea326c26fc2fd4e36fdeb7d4e63940 2.79MB / 2.79MB 0.2s
[0m[34m => => sha256:bb292c78f105cb568ea5e5303f2b6b5f4052d795678 5.70MB / 5.70MB 0.4s
[0m[34m => => sha256:abe5ce652eb78d9c793df34453fddde12bb4d93d9fb 1.41kB / 1.41kB 0.0s
[0m[34m => => sha256:ef2b6cd6fdfc6d0502b77710b27f7928a5e29ab5cfae398 739B / 739B 0.0s
[0m => => extracting sha256:4167d3e149762ea326c26fc2fd4e36fdeb7d4e639408ad30 0.4s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 2.1s (12/26)
=> => transferring context: 3.86MB 0.8s
=> [stage-4 1/10] FROM docker.io/library/nginx:1.17.9-alpine@sha256:abe 0.8s
[34m => => sha256:377c0837328ff83bf96e0f93719c05a1ed855e07357 7.01kB / 7.01kB 0.0s
[0m[34m => => sha256:4167d3e149762ea326c26fc2fd4e36fdeb7d4e63940 2.79MB / 2.79MB 0.2s
[0m[34m => => sha256:bb292c78f105cb568ea5e5303f2b6b5f4052d795678 5.70MB / 5.70MB 0.4s
[0m[34m => => sha256:abe5ce652eb78d9c793df34453fddde12bb4d93d9fb 1.41kB / 1.41kB 0.0s
[0m[34m => => sha256:ef2b6cd6fdfc6d0502b77710b27f7928a5e29ab5cfae398 739B / 739B 0.0s
[0m => => extracting sha256:4167d3e149762ea326c26fc2fd4e36fdeb7d4e639408ad30 0.5s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 2.2s (12/26)
=> => transferring context: 5.04MB 0.9s
=> [stage-4 1/10] FROM docker.io/library/nginx:1.17.9-alpine@sha256:abe 0.9s
[34m => => sha256:377c0837328ff83bf96e0f93719c05a1ed855e07357 7.01kB / 7.01kB 0.0s
[0m[34m => => sha256:4167d3e149762ea326c26fc2fd4e36fdeb7d4e63940 2.79MB / 2.79MB 0.2s
[0m[34m => => sha256:bb292c78f105cb568ea5e5303f2b6b5f4052d795678 5.70MB / 5.70MB 0.4s
[0m[34m => => sha256:abe5ce652eb78d9c793df34453fddde12bb4d93d9fb 1.41kB / 1.41kB 0.0s
[0m[34m => => sha256:ef2b6cd6fdfc6d0502b77710b27f7928a5e29ab5cfae398 739B / 739B 0.0s
[0m => => extracting sha256:4167d3e149762ea326c26fc2fd4e36fdeb7d4e639408ad30 0.6s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 2.3s (12/26)
=> => transferring context: 6.73MB 1.0s
=> [stage-4 1/10] FROM docker.io/library/nginx:1.17.9-alpine@sha256:abe 1.0s
[34m => => sha256:377c0837328ff83bf96e0f93719c05a1ed855e07357 7.01kB / 7.01kB 0.0s
[0m[34m => => sha256:4167d3e149762ea326c26fc2fd4e36fdeb7d4e63940 2.79MB / 2.79MB 0.2s
[0m[34m => => sha256:bb292c78f105cb568ea5e5303f2b6b5f4052d795678 5.70MB / 5.70MB 0.4s
[0m[34m => => sha256:abe5ce652eb78d9c793df34453fddde12bb4d93d9fb 1.41kB / 1.41kB 0.0s
[0m[34m => => sha256:ef2b6cd6fdfc6d0502b77710b27f7928a5e29ab5cfae398 739B / 739B 0.0s
[0m => => extracting sha256:4167d3e149762ea326c26fc2fd4e36fdeb7d4e639408ad30 0.7s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 2.5s (12/26)
=> => transferring context: 11.56MB 1.1s
=> [stage-4 1/10] FROM docker.io/library/nginx:1.17.9-alpine@sha256:abe 1.1s
[34m => => sha256:377c0837328ff83bf96e0f93719c05a1ed855e07357 7.01kB / 7.01kB 0.0s
[0m[34m => => sha256:4167d3e149762ea326c26fc2fd4e36fdeb7d4e63940 2.79MB / 2.79MB 0.2s
[0m[34m => => sha256:bb292c78f105cb568ea5e5303f2b6b5f4052d795678 5.70MB / 5.70MB 0.4s
[0m[34m => => sha256:abe5ce652eb78d9c793df34453fddde12bb4d93d9fb 1.41kB / 1.41kB 0.0s
[0m[34m => => sha256:ef2b6cd6fdfc6d0502b77710b27f7928a5e29ab5cfae398 739B / 739B 0.0s
[0m[34m => => extracting sha256:4167d3e149762ea326c26fc2fd4e36fdeb7d4e639408ad30 0.8s
[0m[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 2.6s (12/26)
=> => transferring context: 14.84MB 1.2s
=> [stage-4 1/10] FROM docker.io/library/nginx:1.17.9-alpine@sha256:abe 1.2s
[34m => => sha256:377c0837328ff83bf96e0f93719c05a1ed855e07357 7.01kB / 7.01kB 0.0s
[0m[34m => => sha256:4167d3e149762ea326c26fc2fd4e36fdeb7d4e63940 2.79MB / 2.79MB 0.2s
[0m[34m => => sha256:bb292c78f105cb568ea5e5303f2b6b5f4052d795678 5.70MB / 5.70MB 0.4s
[0m[34m => => sha256:abe5ce652eb78d9c793df34453fddde12bb4d93d9fb 1.41kB / 1.41kB 0.0s
[0m[34m => => sha256:ef2b6cd6fdfc6d0502b77710b27f7928a5e29ab5cfae398 739B / 739B 0.0s
[0m[34m => => extracting sha256:4167d3e149762ea326c26fc2fd4e36fdeb7d4e639408ad30 0.8s
[0m[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 2.7s (12/26)
=> [internal] load build context 1.4s
=> => transferring context: 16.65MB 1.4s
=> [stage-4 1/10] FROM docker.io/library/nginx:1.17.9-alpine@sha256:abe 1.4s
[34m => => sha256:bb292c78f105cb568ea5e5303f2b6b5f4052d795678 5.70MB / 5.70MB 0.4s
[0m[34m => => sha256:abe5ce652eb78d9c793df34453fddde12bb4d93d9fb 1.41kB / 1.41kB 0.0s
[0m[34m => => sha256:ef2b6cd6fdfc6d0502b77710b27f7928a5e29ab5cfae398 739B / 739B 0.0s
[0m[34m => => extracting sha256:4167d3e149762ea326c26fc2fd4e36fdeb7d4e639408ad30 0.8s
[0m => => extracting sha256:bb292c78f105cb568ea5e5303f2b6b5f4052d7956780d58a 0.1s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 2.9s (12/26)
=> [internal] load build context 1.5s
=> => transferring context: 19.28MB 1.5s
=> [stage-4 1/10] FROM docker.io/library/nginx:1.17.9-alpine@sha256:abe 1.5s
[34m => => sha256:bb292c78f105cb568ea5e5303f2b6b5f4052d795678 5.70MB / 5.70MB 0.4s
[0m[34m => => sha256:abe5ce652eb78d9c793df34453fddde12bb4d93d9fb 1.41kB / 1.41kB 0.0s
[0m[34m => => sha256:ef2b6cd6fdfc6d0502b77710b27f7928a5e29ab5cfae398 739B / 739B 0.0s
[0m[34m => => extracting sha256:4167d3e149762ea326c26fc2fd4e36fdeb7d4e639408ad30 0.8s
[0m => => extracting sha256:bb292c78f105cb568ea5e5303f2b6b5f4052d7956780d58a 0.3s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 3.0s (12/26)
=> [internal] load build context 1.6s
=> => transferring context: 23.96MB 1.6s
=> [stage-4 1/10] FROM docker.io/library/nginx:1.17.9-alpine@sha256:abe 1.6s
[34m => => sha256:bb292c78f105cb568ea5e5303f2b6b5f4052d795678 5.70MB / 5.70MB 0.4s
[0m[34m => => sha256:abe5ce652eb78d9c793df34453fddde12bb4d93d9fb 1.41kB / 1.41kB 0.0s
[0m[34m => => sha256:ef2b6cd6fdfc6d0502b77710b27f7928a5e29ab5cfae398 739B / 739B 0.0s
[0m[34m => => extracting sha256:4167d3e149762ea326c26fc2fd4e36fdeb7d4e639408ad30 0.8s
[0m => => extracting sha256:bb292c78f105cb568ea5e5303f2b6b5f4052d7956780d58a 0.4s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 3.1s (12/26)
=> [internal] load build context 1.7s
=> => transferring context: 23.96MB 1.7s
=> [stage-4 1/10] FROM docker.io/library/nginx:1.17.9-alpine@sha256:abe 1.7s
[34m => => sha256:bb292c78f105cb568ea5e5303f2b6b5f4052d795678 5.70MB / 5.70MB 0.4s
[0m[34m => => sha256:abe5ce652eb78d9c793df34453fddde12bb4d93d9fb 1.41kB / 1.41kB 0.0s
[0m[34m => => sha256:ef2b6cd6fdfc6d0502b77710b27f7928a5e29ab5cfae398 739B / 739B 0.0s
[0m[34m => => extracting sha256:4167d3e149762ea326c26fc2fd4e36fdeb7d4e639408ad30 0.8s
[0m => => extracting sha256:bb292c78f105cb568ea5e5303f2b6b5f4052d7956780d58a 0.5s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 3.2s (12/26)
=> [internal] load build context 1.9s
=> => transferring context: 26.36MB 1.9s
=> [stage-4 1/10] FROM docker.io/library/nginx:1.17.9-alpine@sha256:abe 1.9s
[34m => => sha256:bb292c78f105cb568ea5e5303f2b6b5f4052d795678 5.70MB / 5.70MB 0.4s
[0m[34m => => sha256:abe5ce652eb78d9c793df34453fddde12bb4d93d9fb 1.41kB / 1.41kB 0.0s
[0m[34m => => sha256:ef2b6cd6fdfc6d0502b77710b27f7928a5e29ab5cfae398 739B / 739B 0.0s
[0m[34m => => extracting sha256:4167d3e149762ea326c26fc2fd4e36fdeb7d4e639408ad30 0.8s
[0m => => extracting sha256:bb292c78f105cb568ea5e5303f2b6b5f4052d7956780d58a 0.6s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 3.4s (12/26)
=> [internal] load build context 2.0s
=> => transferring context: 29.02MB 2.0s
=> [stage-4 1/10] FROM docker.io/library/nginx:1.17.9-alpine@sha256:abe 2.0s
[34m => => sha256:bb292c78f105cb568ea5e5303f2b6b5f4052d795678 5.70MB / 5.70MB 0.4s
[0m[34m => => sha256:abe5ce652eb78d9c793df34453fddde12bb4d93d9fb 1.41kB / 1.41kB 0.0s
[0m[34m => => sha256:ef2b6cd6fdfc6d0502b77710b27f7928a5e29ab5cfae398 739B / 739B 0.0s
[0m[34m => => extracting sha256:4167d3e149762ea326c26fc2fd4e36fdeb7d4e639408ad30 0.8s
[0m => => extracting sha256:bb292c78f105cb568ea5e5303f2b6b5f4052d7956780d58a 0.8s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 3.5s (12/26)
=> [internal] load build context 2.2s
=> => transferring context: 31.74MB 2.2s
=> [stage-4 1/10] FROM docker.io/library/nginx:1.17.9-alpine@sha256:abe 2.2s
[34m => => sha256:bb292c78f105cb568ea5e5303f2b6b5f4052d795678 5.70MB / 5.70MB 0.4s
[0m[34m => => sha256:abe5ce652eb78d9c793df34453fddde12bb4d93d9fb 1.41kB / 1.41kB 0.0s
[0m[34m => => sha256:ef2b6cd6fdfc6d0502b77710b27f7928a5e29ab5cfae398 739B / 739B 0.0s
[0m[34m => => extracting sha256:4167d3e149762ea326c26fc2fd4e36fdeb7d4e639408ad30 0.8s
[0m => => extracting sha256:bb292c78f105cb568ea5e5303f2b6b5f4052d7956780d58a 0.9s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 3.6s (12/26)
=> [internal] load build context 2.3s
=> => transferring context: 33.62MB 2.3s
=> [stage-4 1/10] FROM docker.io/library/nginx:1.17.9-alpine@sha256:abe 2.3s
[34m => => sha256:bb292c78f105cb568ea5e5303f2b6b5f4052d795678 5.70MB / 5.70MB 0.4s
[0m[34m => => sha256:abe5ce652eb78d9c793df34453fddde12bb4d93d9fb 1.41kB / 1.41kB 0.0s
[0m[34m => => sha256:ef2b6cd6fdfc6d0502b77710b27f7928a5e29ab5cfae398 739B / 739B 0.0s
[0m[34m => => extracting sha256:4167d3e149762ea326c26fc2fd4e36fdeb7d4e639408ad30 0.8s
[0m => => extracting sha256:bb292c78f105cb568ea5e5303f2b6b5f4052d7956780d58a 1.0s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 3.8s (13/26)
=> [stage-4 1/10] FROM docker.io/library/nginx:1.17.9-alpine@sha256:abe 2.4s
[34m => => sha256:4167d3e149762ea326c26fc2fd4e36fdeb7d4e63940 2.79MB / 2.79MB 0.2s
[0m[34m => => sha256:bb292c78f105cb568ea5e5303f2b6b5f4052d795678 5.70MB / 5.70MB 0.4s
[0m[34m => => sha256:abe5ce652eb78d9c793df34453fddde12bb4d93d9fb 1.41kB / 1.41kB 0.0s
[0m[34m => => sha256:ef2b6cd6fdfc6d0502b77710b27f7928a5e29ab5cfae398 739B / 739B 0.0s
[0m[34m => => extracting sha256:4167d3e149762ea326c26fc2fd4e36fdeb7d4e639408ad30 0.8s
[0m[34m => => extracting sha256:bb292c78f105cb568ea5e5303f2b6b5f4052d7956780d58a 1.1s
[0m => [builder 2/4] COPY akvo/ /var/akvo/rsr/code/akvo 0.1s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 3.9s (13/26)
=> [stage-4 1/10] FROM docker.io/library/nginx:1.17.9-alpine@sha256:abe 2.6s
[34m => => sha256:4167d3e149762ea326c26fc2fd4e36fdeb7d4e63940 2.79MB / 2.79MB 0.2s
[0m[34m => => sha256:bb292c78f105cb568ea5e5303f2b6b5f4052d795678 5.70MB / 5.70MB 0.4s
[0m[34m => => sha256:abe5ce652eb78d9c793df34453fddde12bb4d93d9fb 1.41kB / 1.41kB 0.0s
[0m[34m => => sha256:ef2b6cd6fdfc6d0502b77710b27f7928a5e29ab5cfae398 739B / 739B 0.0s
[0m[34m => => extracting sha256:4167d3e149762ea326c26fc2fd4e36fdeb7d4e639408ad30 0.8s
[0m[34m => => extracting sha256:bb292c78f105cb568ea5e5303f2b6b5f4052d7956780d58a 1.1s
[0m => [builder 2/4] COPY akvo/ /var/akvo/rsr/code/akvo 0.2s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 4.1s (13/26)
=> [stage-4 1/10] FROM docker.io/library/nginx:1.17.9-alpine@sha256:abe 2.7s
[34m => => sha256:4167d3e149762ea326c26fc2fd4e36fdeb7d4e63940 2.79MB / 2.79MB 0.2s
[0m[34m => => sha256:bb292c78f105cb568ea5e5303f2b6b5f4052d795678 5.70MB / 5.70MB 0.4s
[0m[34m => => sha256:abe5ce652eb78d9c793df34453fddde12bb4d93d9fb 1.41kB / 1.41kB 0.0s
[0m[34m => => sha256:ef2b6cd6fdfc6d0502b77710b27f7928a5e29ab5cfae398 739B / 739B 0.0s
[0m[34m => => extracting sha256:4167d3e149762ea326c26fc2fd4e36fdeb7d4e639408ad30 0.8s
[0m[34m => => extracting sha256:bb292c78f105cb568ea5e5303f2b6b5f4052d7956780d58a 1.1s
[0m => [builder 2/4] COPY akvo/ /var/akvo/rsr/code/akvo 0.4s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 4.2s (14/26)
[34m => => sha256:4167d3e149762ea326c26fc2fd4e36fdeb7d4e63940 2.79MB / 2.79MB 0.2s
[0m[34m => => sha256:bb292c78f105cb568ea5e5303f2b6b5f4052d795678 5.70MB / 5.70MB 0.4s
[0m[34m => => sha256:abe5ce652eb78d9c793df34453fddde12bb4d93d9fb 1.41kB / 1.41kB 0.0s
[0m[34m => => sha256:ef2b6cd6fdfc6d0502b77710b27f7928a5e29ab5cfae398 739B / 739B 0.0s
[0m[34m => => extracting sha256:4167d3e149762ea326c26fc2fd4e36fdeb7d4e639408ad30 0.8s
[0m[34m => => extracting sha256:bb292c78f105cb568ea5e5303f2b6b5f4052d7956780d58a 1.1s
[0m => [builder 2/4] COPY akvo/ /var/akvo/rsr/code/akvo 0.5s
=> [stage-4 2/10] COPY nginx/nginx.conf /etc/nginx/nginx.conf 0.1s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 4.4s (14/26)
[34m => => sha256:4167d3e149762ea326c26fc2fd4e36fdeb7d4e63940 2.79MB / 2.79MB 0.2s
[0m[34m => => sha256:bb292c78f105cb568ea5e5303f2b6b5f4052d795678 5.70MB / 5.70MB 0.4s
[0m[34m => => sha256:abe5ce652eb78d9c793df34453fddde12bb4d93d9fb 1.41kB / 1.41kB 0.0s
[0m[34m => => sha256:ef2b6cd6fdfc6d0502b77710b27f7928a5e29ab5cfae398 739B / 739B 0.0s
[0m[34m => => extracting sha256:4167d3e149762ea326c26fc2fd4e36fdeb7d4e639408ad30 0.8s
[0m[34m => => extracting sha256:bb292c78f105cb568ea5e5303f2b6b5f4052d7956780d58a 1.1s
[0m => [builder 2/4] COPY akvo/ /var/akvo/rsr/code/akvo 0.7s
=> [stage-4 2/10] COPY nginx/nginx.conf /etc/nginx/nginx.conf 0.3s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 4.5s (14/26)
[34m => => sha256:4167d3e149762ea326c26fc2fd4e36fdeb7d4e63940 2.79MB / 2.79MB 0.2s
[0m[34m => => sha256:bb292c78f105cb568ea5e5303f2b6b5f4052d795678 5.70MB / 5.70MB 0.4s
[0m[34m => => sha256:abe5ce652eb78d9c793df34453fddde12bb4d93d9fb 1.41kB / 1.41kB 0.0s
[0m[34m => => sha256:ef2b6cd6fdfc6d0502b77710b27f7928a5e29ab5cfae398 739B / 739B 0.0s
[0m[34m => => extracting sha256:4167d3e149762ea326c26fc2fd4e36fdeb7d4e639408ad30 0.8s
[0m[34m => => extracting sha256:bb292c78f105cb568ea5e5303f2b6b5f4052d7956780d58a 1.1s
[0m => [builder 2/4] COPY akvo/ /var/akvo/rsr/code/akvo 0.8s
=> [stage-4 2/10] COPY nginx/nginx.conf /etc/nginx/nginx.conf 0.4s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 4.6s (16/26)
[34m => => sha256:bb292c78f105cb568ea5e5303f2b6b5f4052d795678 5.70MB / 5.70MB 0.4s
[0m[34m => => sha256:abe5ce652eb78d9c793df34453fddde12bb4d93d9fb 1.41kB / 1.41kB 0.0s
[0m[34m => => sha256:ef2b6cd6fdfc6d0502b77710b27f7928a5e29ab5cfae398 739B / 739B 0.0s
[0m[34m => => extracting sha256:4167d3e149762ea326c26fc2fd4e36fdeb7d4e639408ad30 0.8s
[0m[34m => => extracting sha256:bb292c78f105cb568ea5e5303f2b6b5f4052d7956780d58a 1.1s
[0m[34m => [builder 2/4] COPY akvo/ /var/akvo/rsr/code/akvo 0.9s
[0m[34m => [stage-4 2/10] COPY nginx/nginx.conf /etc/nginx/nginx.conf 0.5s
[0m => [stage-4 3/10] COPY nginx/default.conf /etc/nginx/conf.d/default.con 0.0s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 4.8s (17/26)
[34m => => sha256:bb292c78f105cb568ea5e5303f2b6b5f4052d795678 5.70MB / 5.70MB 0.4s
[0m[34m => => sha256:abe5ce652eb78d9c793df34453fddde12bb4d93d9fb 1.41kB / 1.41kB 0.0s
[0m[34m => => sha256:ef2b6cd6fdfc6d0502b77710b27f7928a5e29ab5cfae398 739B / 739B 0.0s
[0m[34m => => extracting sha256:4167d3e149762ea326c26fc2fd4e36fdeb7d4e639408ad30 0.8s
[0m[34m => => extracting sha256:bb292c78f105cb568ea5e5303f2b6b5f4052d7956780d58a 1.1s
[0m[34m => [builder 2/4] COPY akvo/ /var/akvo/rsr/code/akvo 0.9s
[0m[34m => [stage-4 2/10] COPY nginx/nginx.conf /etc/nginx/nginx.conf 0.5s
[0m[34m => [stage-4 3/10] COPY nginx/default.conf /etc/nginx/conf.d/default.con 0.1s
[0m[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 4.9s (17/26)
[34m => => sha256:bb292c78f105cb568ea5e5303f2b6b5f4052d795678 5.70MB / 5.70MB 0.4s
[0m[34m => => sha256:abe5ce652eb78d9c793df34453fddde12bb4d93d9fb 1.41kB / 1.41kB 0.0s
[0m[34m => => sha256:ef2b6cd6fdfc6d0502b77710b27f7928a5e29ab5cfae398 739B / 739B 0.0s
[0m[34m => => extracting sha256:4167d3e149762ea326c26fc2fd4e36fdeb7d4e639408ad30 0.8s
[0m[34m => => extracting sha256:bb292c78f105cb568ea5e5303f2b6b5f4052d7956780d58a 1.1s
[0m[34m => [builder 2/4] COPY akvo/ /var/akvo/rsr/code/akvo 0.9s
[0m[34m => [stage-4 2/10] COPY nginx/nginx.conf /etc/nginx/nginx.conf 0.5s
[0m[34m => [stage-4 3/10] COPY nginx/default.conf /etc/nginx/conf.d/default.con 0.1s
[0m[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 5.1s (17/26)
[34m => => sha256:bb292c78f105cb568ea5e5303f2b6b5f4052d795678 5.70MB / 5.70MB 0.4s
[0m[34m => => sha256:abe5ce652eb78d9c793df34453fddde12bb4d93d9fb 1.41kB / 1.41kB 0.0s
[0m[34m => => sha256:ef2b6cd6fdfc6d0502b77710b27f7928a5e29ab5cfae398 739B / 739B 0.0s
[0m[34m => => extracting sha256:4167d3e149762ea326c26fc2fd4e36fdeb7d4e639408ad30 0.8s
[0m[34m => => extracting sha256:bb292c78f105cb568ea5e5303f2b6b5f4052d7956780d58a 1.1s
[0m[34m => [builder 2/4] COPY akvo/ /var/akvo/rsr/code/akvo 0.9s
[0m[34m => [stage-4 2/10] COPY nginx/nginx.conf /etc/nginx/nginx.conf 0.5s
[0m[34m => [stage-4 3/10] COPY nginx/default.conf /etc/nginx/conf.d/default.con 0.1s
[0m[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 5.2s (17/26)
[34m => => sha256:bb292c78f105cb568ea5e5303f2b6b5f4052d795678 5.70MB / 5.70MB 0.4s
[0m[34m => => sha256:abe5ce652eb78d9c793df34453fddde12bb4d93d9fb 1.41kB / 1.41kB 0.0s
[0m[34m => => sha256:ef2b6cd6fdfc6d0502b77710b27f7928a5e29ab5cfae398 739B / 739B 0.0s
[0m[34m => => extracting sha256:4167d3e149762ea326c26fc2fd4e36fdeb7d4e639408ad30 0.8s
[0m[34m => => extracting sha256:bb292c78f105cb568ea5e5303f2b6b5f4052d7956780d58a 1.1s
[0m[34m => [builder 2/4] COPY akvo/ /var/akvo/rsr/code/akvo 0.9s
[0m[34m => [stage-4 2/10] COPY nginx/nginx.conf /etc/nginx/nginx.conf 0.5s
[0m[34m => [stage-4 3/10] COPY nginx/default.conf /etc/nginx/conf.d/default.con 0.1s
[0m[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 5.4s (17/26)
[34m => => sha256:bb292c78f105cb568ea5e5303f2b6b5f4052d795678 5.70MB / 5.70MB 0.4s
[0m[34m => => sha256:abe5ce652eb78d9c793df34453fddde12bb4d93d9fb 1.41kB / 1.41kB 0.0s
[0m[34m => => sha256:ef2b6cd6fdfc6d0502b77710b27f7928a5e29ab5cfae398 739B / 739B 0.0s
[0m[34m => => extracting sha256:4167d3e149762ea326c26fc2fd4e36fdeb7d4e639408ad30 0.8s
[0m[34m => => extracting sha256:bb292c78f105cb568ea5e5303f2b6b5f4052d7956780d58a 1.1s
[0m[34m => [builder 2/4] COPY akvo/ /var/akvo/rsr/code/akvo 0.9s
[0m[34m => [stage-4 2/10] COPY nginx/nginx.conf /etc/nginx/nginx.conf 0.5s
[0m[34m => [stage-4 3/10] COPY nginx/default.conf /etc/nginx/conf.d/default.con 0.1s
[0m[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 5.5s (17/26)
[34m => => sha256:bb292c78f105cb568ea5e5303f2b6b5f4052d795678 5.70MB / 5.70MB 0.4s
[0m[34m => => sha256:abe5ce652eb78d9c793df34453fddde12bb4d93d9fb 1.41kB / 1.41kB 0.0s
[0m[34m => => sha256:ef2b6cd6fdfc6d0502b77710b27f7928a5e29ab5cfae398 739B / 739B 0.0s
[0m[34m => => extracting sha256:4167d3e149762ea326c26fc2fd4e36fdeb7d4e639408ad30 0.8s
[0m[34m => => extracting sha256:bb292c78f105cb568ea5e5303f2b6b5f4052d7956780d58a 1.1s
[0m[34m => [builder 2/4] COPY akvo/ /var/akvo/rsr/code/akvo 0.9s
[0m[34m => [stage-4 2/10] COPY nginx/nginx.conf /etc/nginx/nginx.conf 0.5s
[0m[34m => [stage-4 3/10] COPY nginx/default.conf /etc/nginx/conf.d/default.con 0.1s
[0m[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 5.7s (17/26)
[34m => => sha256:bb292c78f105cb568ea5e5303f2b6b5f4052d795678 5.70MB / 5.70MB 0.4s
[0m[34m => => sha256:abe5ce652eb78d9c793df34453fddde12bb4d93d9fb 1.41kB / 1.41kB 0.0s
[0m[34m => => sha256:ef2b6cd6fdfc6d0502b77710b27f7928a5e29ab5cfae398 739B / 739B 0.0s
[0m[34m => => extracting sha256:4167d3e149762ea326c26fc2fd4e36fdeb7d4e639408ad30 0.8s
[0m[34m => => extracting sha256:bb292c78f105cb568ea5e5303f2b6b5f4052d7956780d58a 1.1s
[0m[34m => [builder 2/4] COPY akvo/ /var/akvo/rsr/code/akvo 0.9s
[0m[34m => [stage-4 2/10] COPY nginx/nginx.conf /etc/nginx/nginx.conf 0.5s
[0m[34m => [stage-4 3/10] COPY nginx/default.conf /etc/nginx/conf.d/default.con 0.1s
[0m[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 5.8s (17/26)
[34m => => sha256:bb292c78f105cb568ea5e5303f2b6b5f4052d795678 5.70MB / 5.70MB 0.4s
[0m[34m => => sha256:abe5ce652eb78d9c793df34453fddde12bb4d93d9fb 1.41kB / 1.41kB 0.0s
[0m[34m => => sha256:ef2b6cd6fdfc6d0502b77710b27f7928a5e29ab5cfae398 739B / 739B 0.0s
[0m[34m => => extracting sha256:4167d3e149762ea326c26fc2fd4e36fdeb7d4e639408ad30 0.8s
[0m[34m => => extracting sha256:bb292c78f105cb568ea5e5303f2b6b5f4052d7956780d58a 1.1s
[0m[34m => [builder 2/4] COPY akvo/ /var/akvo/rsr/code/akvo 0.9s
[0m[34m => [stage-4 2/10] COPY nginx/nginx.conf /etc/nginx/nginx.conf 0.5s
[0m[34m => [stage-4 3/10] COPY nginx/default.conf /etc/nginx/conf.d/default.con 0.1s
[0m[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 6.0s (17/26)
[34m => => sha256:bb292c78f105cb568ea5e5303f2b6b5f4052d795678 5.70MB / 5.70MB 0.4s
[0m[34m => => sha256:abe5ce652eb78d9c793df34453fddde12bb4d93d9fb 1.41kB / 1.41kB 0.0s
[0m[34m => => sha256:ef2b6cd6fdfc6d0502b77710b27f7928a5e29ab5cfae398 739B / 739B 0.0s
[0m[34m => => extracting sha256:4167d3e149762ea326c26fc2fd4e36fdeb7d4e639408ad30 0.8s
[0m[34m => => extracting sha256:bb292c78f105cb568ea5e5303f2b6b5f4052d7956780d58a 1.1s
[0m[34m => [builder 2/4] COPY akvo/ /var/akvo/rsr/code/akvo 0.9s
[0m[34m => [stage-4 2/10] COPY nginx/nginx.conf /etc/nginx/nginx.conf 0.5s
[0m[34m => [stage-4 3/10] COPY nginx/default.conf /etc/nginx/conf.d/default.con 0.1s
[0m[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 6.1s (17/26)
[34m => => sha256:bb292c78f105cb568ea5e5303f2b6b5f4052d795678 5.70MB / 5.70MB 0.4s
[0m[34m => => sha256:abe5ce652eb78d9c793df34453fddde12bb4d93d9fb 1.41kB / 1.41kB 0.0s
[0m[34m => => sha256:ef2b6cd6fdfc6d0502b77710b27f7928a5e29ab5cfae398 739B / 739B 0.0s
[0m[34m => => extracting sha256:4167d3e149762ea326c26fc2fd4e36fdeb7d4e639408ad30 0.8s
[0m[34m => => extracting sha256:bb292c78f105cb568ea5e5303f2b6b5f4052d7956780d58a 1.1s
[0m[34m => [builder 2/4] COPY akvo/ /var/akvo/rsr/code/akvo 0.9s
[0m[34m => [stage-4 2/10] COPY nginx/nginx.conf /etc/nginx/nginx.conf 0.5s
[0m[34m => [stage-4 3/10] COPY nginx/default.conf /etc/nginx/conf.d/default.con 0.1s
[0m[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 6.3s (17/26)
[34m => => sha256:bb292c78f105cb568ea5e5303f2b6b5f4052d795678 5.70MB / 5.70MB 0.4s
[0m[34m => => sha256:abe5ce652eb78d9c793df34453fddde12bb4d93d9fb 1.41kB / 1.41kB 0.0s
[0m[34m => => sha256:ef2b6cd6fdfc6d0502b77710b27f7928a5e29ab5cfae398 739B / 739B 0.0s
[0m[34m => => extracting sha256:4167d3e149762ea326c26fc2fd4e36fdeb7d4e639408ad30 0.8s
[0m[34m => => extracting sha256:bb292c78f105cb568ea5e5303f2b6b5f4052d7956780d58a 1.1s
[0m[34m => [builder 2/4] COPY akvo/ /var/akvo/rsr/code/akvo 0.9s
[0m[34m => [stage-4 2/10] COPY nginx/nginx.conf /etc/nginx/nginx.conf 0.5s
[0m[34m => [stage-4 3/10] COPY nginx/default.conf /etc/nginx/conf.d/default.con 0.1s
[0m[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 6.4s (17/26)
[34m => => sha256:bb292c78f105cb568ea5e5303f2b6b5f4052d795678 5.70MB / 5.70MB 0.4s
[0m[34m => => sha256:abe5ce652eb78d9c793df34453fddde12bb4d93d9fb 1.41kB / 1.41kB 0.0s
[0m[34m => => sha256:ef2b6cd6fdfc6d0502b77710b27f7928a5e29ab5cfae398 739B / 739B 0.0s
[0m[34m => => extracting sha256:4167d3e149762ea326c26fc2fd4e36fdeb7d4e639408ad30 0.8s
[0m[34m => => extracting sha256:bb292c78f105cb568ea5e5303f2b6b5f4052d7956780d58a 1.1s
[0m[34m => [builder 2/4] COPY akvo/ /var/akvo/rsr/code/akvo 0.9s
[0m[34m => [stage-4 2/10] COPY nginx/nginx.conf /etc/nginx/nginx.conf 0.5s
[0m[34m => [stage-4 3/10] COPY nginx/default.conf /etc/nginx/conf.d/default.con 0.1s
[0m[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 6.6s (17/26)
[34m => => sha256:bb292c78f105cb568ea5e5303f2b6b5f4052d795678 5.70MB / 5.70MB 0.4s
[0m[34m => => sha256:abe5ce652eb78d9c793df34453fddde12bb4d93d9fb 1.41kB / 1.41kB 0.0s
[0m[34m => => sha256:ef2b6cd6fdfc6d0502b77710b27f7928a5e29ab5cfae398 739B / 739B 0.0s
[0m[34m => => extracting sha256:4167d3e149762ea326c26fc2fd4e36fdeb7d4e639408ad30 0.8s
[0m[34m => => extracting sha256:bb292c78f105cb568ea5e5303f2b6b5f4052d7956780d58a 1.1s
[0m[34m => [builder 2/4] COPY akvo/ /var/akvo/rsr/code/akvo 0.9s
[0m[34m => [stage-4 2/10] COPY nginx/nginx.conf /etc/nginx/nginx.conf 0.5s
[0m[34m => [stage-4 3/10] COPY nginx/default.conf /etc/nginx/conf.d/default.con 0.1s
[0m[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 6.7s (17/26)
[34m => => sha256:bb292c78f105cb568ea5e5303f2b6b5f4052d795678 5.70MB / 5.70MB 0.4s
[0m[34m => => sha256:abe5ce652eb78d9c793df34453fddde12bb4d93d9fb 1.41kB / 1.41kB 0.0s
[0m[34m => => sha256:ef2b6cd6fdfc6d0502b77710b27f7928a5e29ab5cfae398 739B / 739B 0.0s
[0m[34m => => extracting sha256:4167d3e149762ea326c26fc2fd4e36fdeb7d4e639408ad30 0.8s
[0m[34m => => extracting sha256:bb292c78f105cb568ea5e5303f2b6b5f4052d7956780d58a 1.1s
[0m[34m => [builder 2/4] COPY akvo/ /var/akvo/rsr/code/akvo 0.9s
[0m[34m => [stage-4 2/10] COPY nginx/nginx.conf /etc/nginx/nginx.conf 0.5s
[0m[34m => [stage-4 3/10] COPY nginx/default.conf /etc/nginx/conf.d/default.con 0.1s
[0m[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 6.9s (17/26)
[34m => => sha256:bb292c78f105cb568ea5e5303f2b6b5f4052d795678 5.70MB / 5.70MB 0.4s
[0m[34m => => sha256:abe5ce652eb78d9c793df34453fddde12bb4d93d9fb 1.41kB / 1.41kB 0.0s
[0m[34m => => sha256:ef2b6cd6fdfc6d0502b77710b27f7928a5e29ab5cfae398 739B / 739B 0.0s
[0m[34m => => extracting sha256:4167d3e149762ea326c26fc2fd4e36fdeb7d4e639408ad30 0.8s
[0m[34m => => extracting sha256:bb292c78f105cb568ea5e5303f2b6b5f4052d7956780d58a 1.1s
[0m[34m => [builder 2/4] COPY akvo/ /var/akvo/rsr/code/akvo 0.9s
[0m[34m => [stage-4 2/10] COPY nginx/nginx.conf /etc/nginx/nginx.conf 0.5s
[0m[34m => [stage-4 3/10] COPY nginx/default.conf /etc/nginx/conf.d/default.con 0.1s
[0m[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 7.0s (17/26)
[34m => => sha256:bb292c78f105cb568ea5e5303f2b6b5f4052d795678 5.70MB / 5.70MB 0.4s
[0m[34m => => sha256:abe5ce652eb78d9c793df34453fddde12bb4d93d9fb 1.41kB / 1.41kB 0.0s
[0m[34m => => sha256:ef2b6cd6fdfc6d0502b77710b27f7928a5e29ab5cfae398 739B / 739B 0.0s
[0m[34m => => extracting sha256:4167d3e149762ea326c26fc2fd4e36fdeb7d4e639408ad30 0.8s
[0m[34m => => extracting sha256:bb292c78f105cb568ea5e5303f2b6b5f4052d7956780d58a 1.1s
[0m[34m => [builder 2/4] COPY akvo/ /var/akvo/rsr/code/akvo 0.9s
[0m[34m => [stage-4 2/10] COPY nginx/nginx.conf /etc/nginx/nginx.conf 0.5s
[0m[34m => [stage-4 3/10] COPY nginx/default.conf /etc/nginx/conf.d/default.con 0.1s
[0m[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 7.2s (17/26)
[34m => => sha256:bb292c78f105cb568ea5e5303f2b6b5f4052d795678 5.70MB / 5.70MB 0.4s
[0m[34m => => sha256:abe5ce652eb78d9c793df34453fddde12bb4d93d9fb 1.41kB / 1.41kB 0.0s
[0m[34m => => sha256:ef2b6cd6fdfc6d0502b77710b27f7928a5e29ab5cfae398 739B / 739B 0.0s
[0m[34m => => extracting sha256:4167d3e149762ea326c26fc2fd4e36fdeb7d4e639408ad30 0.8s
[0m[34m => => extracting sha256:bb292c78f105cb568ea5e5303f2b6b5f4052d7956780d58a 1.1s
[0m[34m => [builder 2/4] COPY akvo/ /var/akvo/rsr/code/akvo 0.9s
[0m[34m => [stage-4 2/10] COPY nginx/nginx.conf /etc/nginx/nginx.conf 0.5s
[0m[34m => [stage-4 3/10] COPY nginx/default.conf /etc/nginx/conf.d/default.con 0.1s
[0m[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 7.3s (17/26)
[34m => => sha256:bb292c78f105cb568ea5e5303f2b6b5f4052d795678 5.70MB / 5.70MB 0.4s
[0m[34m => => sha256:abe5ce652eb78d9c793df34453fddde12bb4d93d9fb 1.41kB / 1.41kB 0.0s
[0m[34m => => sha256:ef2b6cd6fdfc6d0502b77710b27f7928a5e29ab5cfae398 739B / 739B 0.0s
[0m[34m => => extracting sha256:4167d3e149762ea326c26fc2fd4e36fdeb7d4e639408ad30 0.8s
[0m[34m => => extracting sha256:bb292c78f105cb568ea5e5303f2b6b5f4052d7956780d58a 1.1s
[0m[34m => [builder 2/4] COPY akvo/ /var/akvo/rsr/code/akvo 0.9s
[0m[34m => [stage-4 2/10] COPY nginx/nginx.conf /etc/nginx/nginx.conf 0.5s
[0m[34m => [stage-4 3/10] COPY nginx/default.conf /etc/nginx/conf.d/default.con 0.1s
[0m[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 7.5s (17/26)
[34m => => sha256:bb292c78f105cb568ea5e5303f2b6b5f4052d795678 5.70MB / 5.70MB 0.4s
[0m[34m => => sha256:abe5ce652eb78d9c793df34453fddde12bb4d93d9fb 1.41kB / 1.41kB 0.0s
[0m[34m => => sha256:ef2b6cd6fdfc6d0502b77710b27f7928a5e29ab5cfae398 739B / 739B 0.0s
[0m[34m => => extracting sha256:4167d3e149762ea326c26fc2fd4e36fdeb7d4e639408ad30 0.8s
[0m[34m => => extracting sha256:bb292c78f105cb568ea5e5303f2b6b5f4052d7956780d58a 1.1s
[0m[34m => [builder 2/4] COPY akvo/ /var/akvo/rsr/code/akvo 0.9s
[0m[34m => [stage-4 2/10] COPY nginx/nginx.conf /etc/nginx/nginx.conf 0.5s
[0m[34m => [stage-4 3/10] COPY nginx/default.conf /etc/nginx/conf.d/default.con 0.1s
[0m[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 7.6s (17/26)
[34m => => sha256:bb292c78f105cb568ea5e5303f2b6b5f4052d795678 5.70MB / 5.70MB 0.4s
[0m[34m => => sha256:abe5ce652eb78d9c793df34453fddde12bb4d93d9fb 1.41kB / 1.41kB 0.0s
[0m[34m => => sha256:ef2b6cd6fdfc6d0502b77710b27f7928a5e29ab5cfae398 739B / 739B 0.0s
[0m[34m => => extracting sha256:4167d3e149762ea326c26fc2fd4e36fdeb7d4e639408ad30 0.8s
[0m[34m => => extracting sha256:bb292c78f105cb568ea5e5303f2b6b5f4052d7956780d58a 1.1s
[0m[34m => [builder 2/4] COPY akvo/ /var/akvo/rsr/code/akvo 0.9s
[0m[34m => [stage-4 2/10] COPY nginx/nginx.conf /etc/nginx/nginx.conf 0.5s
[0m[34m => [stage-4 3/10] COPY nginx/default.conf /etc/nginx/conf.d/default.con 0.1s
[0m[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 7.8s (17/26)
[34m => => sha256:bb292c78f105cb568ea5e5303f2b6b5f4052d795678 5.70MB / 5.70MB 0.4s
[0m[34m => => sha256:abe5ce652eb78d9c793df34453fddde12bb4d93d9fb 1.41kB / 1.41kB 0.0s
[0m[34m => => sha256:ef2b6cd6fdfc6d0502b77710b27f7928a5e29ab5cfae398 739B / 739B 0.0s
[0m[34m => => extracting sha256:4167d3e149762ea326c26fc2fd4e36fdeb7d4e639408ad30 0.8s
[0m[34m => => extracting sha256:bb292c78f105cb568ea5e5303f2b6b5f4052d7956780d58a 1.1s
[0m[34m => [builder 2/4] COPY akvo/ /var/akvo/rsr/code/akvo 0.9s
[0m[34m => [stage-4 2/10] COPY nginx/nginx.conf /etc/nginx/nginx.conf 0.5s
[0m[34m => [stage-4 3/10] COPY nginx/default.conf /etc/nginx/conf.d/default.con 0.1s
[0m[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 7.9s (17/26)
[34m => => sha256:bb292c78f105cb568ea5e5303f2b6b5f4052d795678 5.70MB / 5.70MB 0.4s
[0m[34m => => sha256:abe5ce652eb78d9c793df34453fddde12bb4d93d9fb 1.41kB / 1.41kB 0.0s
[0m[34m => => sha256:ef2b6cd6fdfc6d0502b77710b27f7928a5e29ab5cfae398 739B / 739B 0.0s
[0m[34m => => extracting sha256:4167d3e149762ea326c26fc2fd4e36fdeb7d4e639408ad30 0.8s
[0m[34m => => extracting sha256:bb292c78f105cb568ea5e5303f2b6b5f4052d7956780d58a 1.1s
[0m[34m => [builder 2/4] COPY akvo/ /var/akvo/rsr/code/akvo 0.9s
[0m[34m => [stage-4 2/10] COPY nginx/nginx.conf /etc/nginx/nginx.conf 0.5s
[0m[34m => [stage-4 3/10] COPY nginx/default.conf /etc/nginx/conf.d/default.con 0.1s
[0m[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 8.1s (17/26)
[34m => => sha256:bb292c78f105cb568ea5e5303f2b6b5f4052d795678 5.70MB / 5.70MB 0.4s
[0m[34m => => sha256:abe5ce652eb78d9c793df34453fddde12bb4d93d9fb 1.41kB / 1.41kB 0.0s
[0m[34m => => sha256:ef2b6cd6fdfc6d0502b77710b27f7928a5e29ab5cfae398 739B / 739B 0.0s
[0m[34m => => extracting sha256:4167d3e149762ea326c26fc2fd4e36fdeb7d4e639408ad30 0.8s
[0m[34m => => extracting sha256:bb292c78f105cb568ea5e5303f2b6b5f4052d7956780d58a 1.1s
[0m[34m => [builder 2/4] COPY akvo/ /var/akvo/rsr/code/akvo 0.9s
[0m[34m => [stage-4 2/10] COPY nginx/nginx.conf /etc/nginx/nginx.conf 0.5s
[0m[34m => [stage-4 3/10] COPY nginx/default.conf /etc/nginx/conf.d/default.con 0.1s
[0m[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 8.3s (17/26)
[34m => => sha256:bb292c78f105cb568ea5e5303f2b6b5f4052d795678 5.70MB / 5.70MB 0.4s
[0m[34m => => sha256:abe5ce652eb78d9c793df34453fddde12bb4d93d9fb 1.41kB / 1.41kB 0.0s
[0m[34m => => sha256:ef2b6cd6fdfc6d0502b77710b27f7928a5e29ab5cfae398 739B / 739B 0.0s
[0m[34m => => extracting sha256:4167d3e149762ea326c26fc2fd4e36fdeb7d4e639408ad30 0.8s
[0m[34m => => extracting sha256:bb292c78f105cb568ea5e5303f2b6b5f4052d7956780d58a 1.1s
[0m[34m => [builder 2/4] COPY akvo/ /var/akvo/rsr/code/akvo 0.9s
[0m[34m => [stage-4 2/10] COPY nginx/nginx.conf /etc/nginx/nginx.conf 0.5s
[0m[34m => [stage-4 3/10] COPY nginx/default.conf /etc/nginx/conf.d/default.con 0.1s
[0m[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 8.4s (17/26)
[34m => => sha256:abe5ce652eb78d9c793df34453fddde12bb4d93d9fb 1.41kB / 1.41kB 0.0s
[0m[34m => => sha256:ef2b6cd6fdfc6d0502b77710b27f7928a5e29ab5cfae398 739B / 739B 0.0s
[0m[34m => => extracting sha256:4167d3e149762ea326c26fc2fd4e36fdeb7d4e639408ad30 0.8s
[0m[34m => => extracting sha256:bb292c78f105cb568ea5e5303f2b6b5f4052d7956780d58a 1.1s
[0m[34m => [builder 2/4] COPY akvo/ /var/akvo/rsr/code/akvo 0.9s
[0m[34m => [stage-4 2/10] COPY nginx/nginx.conf /etc/nginx/nginx.conf 0.5s
[0m[34m => [stage-4 3/10] COPY nginx/default.conf /etc/nginx/conf.d/default.con 0.1s
[0m => [builder 3/4] COPY --from=front-end /var/akvo/rsr/code/akvo/rsr/front 0.1s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 8.6s (18/26)
[34m => => sha256:ef2b6cd6fdfc6d0502b77710b27f7928a5e29ab5cfae398 739B / 739B 0.0s
[0m[34m => => extracting sha256:4167d3e149762ea326c26fc2fd4e36fdeb7d4e639408ad30 0.8s
[0m[34m => => extracting sha256:bb292c78f105cb568ea5e5303f2b6b5f4052d7956780d58a 1.1s
[0m[34m => [builder 2/4] COPY akvo/ /var/akvo/rsr/code/akvo 0.9s
[0m[34m => [stage-4 2/10] COPY nginx/nginx.conf /etc/nginx/nginx.conf 0.5s
[0m[34m => [stage-4 3/10] COPY nginx/default.conf /etc/nginx/conf.d/default.con 0.1s
[0m[34m => [builder 3/4] COPY --from=front-end /var/akvo/rsr/code/akvo/rsr/front 0.2s
[0m => [builder 4/4] RUN python manage.py collectstatic --noinput 0.1s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 8.7s (18/26)
[34m => => sha256:ef2b6cd6fdfc6d0502b77710b27f7928a5e29ab5cfae398 739B / 739B 0.0s
[0m[34m => => extracting sha256:4167d3e149762ea326c26fc2fd4e36fdeb7d4e639408ad30 0.8s
[0m[34m => => extracting sha256:bb292c78f105cb568ea5e5303f2b6b5f4052d7956780d58a 1.1s
[0m[34m => [builder 2/4] COPY akvo/ /var/akvo/rsr/code/akvo 0.9s
[0m[34m => [stage-4 2/10] COPY nginx/nginx.conf /etc/nginx/nginx.conf 0.5s
[0m[34m => [stage-4 3/10] COPY nginx/default.conf /etc/nginx/conf.d/default.con 0.1s
[0m[34m => [builder 3/4] COPY --from=front-end /var/akvo/rsr/code/akvo/rsr/front 0.2s
[0m => [builder 4/4] RUN python manage.py collectstatic --noinput 0.2s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 8.9s (18/26)
[34m => => sha256:ef2b6cd6fdfc6d0502b77710b27f7928a5e29ab5cfae398 739B / 739B 0.0s
[0m[34m => => extracting sha256:4167d3e149762ea326c26fc2fd4e36fdeb7d4e639408ad30 0.8s
[0m[34m => => extracting sha256:bb292c78f105cb568ea5e5303f2b6b5f4052d7956780d58a 1.1s
[0m[34m => [builder 2/4] COPY akvo/ /var/akvo/rsr/code/akvo 0.9s
[0m[34m => [stage-4 2/10] COPY nginx/nginx.conf /etc/nginx/nginx.conf 0.5s
[0m[34m => [stage-4 3/10] COPY nginx/default.conf /etc/nginx/conf.d/default.con 0.1s
[0m[34m => [builder 3/4] COPY --from=front-end /var/akvo/rsr/code/akvo/rsr/front 0.2s
[0m => [builder 4/4] RUN python manage.py collectstatic --noinput 0.4s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 9.0s (18/26)
[34m => => sha256:ef2b6cd6fdfc6d0502b77710b27f7928a5e29ab5cfae398 739B / 739B 0.0s
[0m[34m => => extracting sha256:4167d3e149762ea326c26fc2fd4e36fdeb7d4e639408ad30 0.8s
[0m[34m => => extracting sha256:bb292c78f105cb568ea5e5303f2b6b5f4052d7956780d58a 1.1s
[0m[34m => [builder 2/4] COPY akvo/ /var/akvo/rsr/code/akvo 0.9s
[0m[34m => [stage-4 2/10] COPY nginx/nginx.conf /etc/nginx/nginx.conf 0.5s
[0m[34m => [stage-4 3/10] COPY nginx/default.conf /etc/nginx/conf.d/default.con 0.1s
[0m[34m => [builder 3/4] COPY --from=front-end /var/akvo/rsr/code/akvo/rsr/front 0.2s
[0m => [builder 4/4] RUN python manage.py collectstatic --noinput 0.6s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 9.2s (18/26)
[34m => => sha256:ef2b6cd6fdfc6d0502b77710b27f7928a5e29ab5cfae398 739B / 739B 0.0s
[0m[34m => => extracting sha256:4167d3e149762ea326c26fc2fd4e36fdeb7d4e639408ad30 0.8s
[0m[34m => => extracting sha256:bb292c78f105cb568ea5e5303f2b6b5f4052d7956780d58a 1.1s
[0m[34m => [builder 2/4] COPY akvo/ /var/akvo/rsr/code/akvo 0.9s
[0m[34m => [stage-4 2/10] COPY nginx/nginx.conf /etc/nginx/nginx.conf 0.5s
[0m[34m => [stage-4 3/10] COPY nginx/default.conf /etc/nginx/conf.d/default.con 0.1s
[0m[34m => [builder 3/4] COPY --from=front-end /var/akvo/rsr/code/akvo/rsr/front 0.2s
[0m => [builder 4/4] RUN python manage.py collectstatic --noinput 0.7s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 9.3s (18/26)
[34m => => sha256:ef2b6cd6fdfc6d0502b77710b27f7928a5e29ab5cfae398 739B / 739B 0.0s
[0m[34m => => extracting sha256:4167d3e149762ea326c26fc2fd4e36fdeb7d4e639408ad30 0.8s
[0m[34m => => extracting sha256:bb292c78f105cb568ea5e5303f2b6b5f4052d7956780d58a 1.1s
[0m[34m => [builder 2/4] COPY akvo/ /var/akvo/rsr/code/akvo 0.9s
[0m[34m => [stage-4 2/10] COPY nginx/nginx.conf /etc/nginx/nginx.conf 0.5s
[0m[34m => [stage-4 3/10] COPY nginx/default.conf /etc/nginx/conf.d/default.con 0.1s
[0m[34m => [builder 3/4] COPY --from=front-end /var/akvo/rsr/code/akvo/rsr/front 0.2s
[0m => [builder 4/4] RUN python manage.py collectstatic --noinput 0.9s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 9.5s (18/26)
[34m => => sha256:ef2b6cd6fdfc6d0502b77710b27f7928a5e29ab5cfae398 739B / 739B 0.0s
[0m[34m => => extracting sha256:4167d3e149762ea326c26fc2fd4e36fdeb7d4e639408ad30 0.8s
[0m[34m => => extracting sha256:bb292c78f105cb568ea5e5303f2b6b5f4052d7956780d58a 1.1s
[0m[34m => [builder 2/4] COPY akvo/ /var/akvo/rsr/code/akvo 0.9s
[0m[34m => [stage-4 2/10] COPY nginx/nginx.conf /etc/nginx/nginx.conf 0.5s
[0m[34m => [stage-4 3/10] COPY nginx/default.conf /etc/nginx/conf.d/default.con 0.1s
[0m[34m => [builder 3/4] COPY --from=front-end /var/akvo/rsr/code/akvo/rsr/front 0.2s
[0m => [builder 4/4] RUN python manage.py collectstatic --noinput 1.0s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 9.6s (18/26)
[34m => => sha256:ef2b6cd6fdfc6d0502b77710b27f7928a5e29ab5cfae398 739B / 739B 0.0s
[0m[34m => => extracting sha256:4167d3e149762ea326c26fc2fd4e36fdeb7d4e639408ad30 0.8s
[0m[34m => => extracting sha256:bb292c78f105cb568ea5e5303f2b6b5f4052d7956780d58a 1.1s
[0m[34m => [builder 2/4] COPY akvo/ /var/akvo/rsr/code/akvo 0.9s
[0m[34m => [stage-4 2/10] COPY nginx/nginx.conf /etc/nginx/nginx.conf 0.5s
[0m[34m => [stage-4 3/10] COPY nginx/default.conf /etc/nginx/conf.d/default.con 0.1s
[0m[34m => [builder 3/4] COPY --from=front-end /var/akvo/rsr/code/akvo/rsr/front 0.2s
[0m => [builder 4/4] RUN python manage.py collectstatic --noinput 1.2s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 9.8s (18/26)
[34m => => sha256:ef2b6cd6fdfc6d0502b77710b27f7928a5e29ab5cfae398 739B / 739B 0.0s
[0m[34m => => extracting sha256:4167d3e149762ea326c26fc2fd4e36fdeb7d4e639408ad30 0.8s
[0m[34m => => extracting sha256:bb292c78f105cb568ea5e5303f2b6b5f4052d7956780d58a 1.1s
[0m[34m => [builder 2/4] COPY akvo/ /var/akvo/rsr/code/akvo 0.9s
[0m[34m => [stage-4 2/10] COPY nginx/nginx.conf /etc/nginx/nginx.conf 0.5s
[0m[34m => [stage-4 3/10] COPY nginx/default.conf /etc/nginx/conf.d/default.con 0.1s
[0m[34m => [builder 3/4] COPY --from=front-end /var/akvo/rsr/code/akvo/rsr/front 0.2s
[0m => [builder 4/4] RUN python manage.py collectstatic --noinput 1.3s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 9.9s (18/26)
[34m => => sha256:ef2b6cd6fdfc6d0502b77710b27f7928a5e29ab5cfae398 739B / 739B 0.0s
[0m[34m => => extracting sha256:4167d3e149762ea326c26fc2fd4e36fdeb7d4e639408ad30 0.8s
[0m[34m => => extracting sha256:bb292c78f105cb568ea5e5303f2b6b5f4052d7956780d58a 1.1s
[0m[34m => [builder 2/4] COPY akvo/ /var/akvo/rsr/code/akvo 0.9s
[0m[34m => [stage-4 2/10] COPY nginx/nginx.conf /etc/nginx/nginx.conf 0.5s
[0m[34m => [stage-4 3/10] COPY nginx/default.conf /etc/nginx/conf.d/default.con 0.1s
[0m[34m => [builder 3/4] COPY --from=front-end /var/akvo/rsr/code/akvo/rsr/front 0.2s
[0m => [builder 4/4] RUN python manage.py collectstatic --noinput 1.5s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 10.1s (18/26)
[34m => => sha256:ef2b6cd6fdfc6d0502b77710b27f7928a5e29ab5cfae398 739B / 739B 0.0s
[0m[34m => => extracting sha256:4167d3e149762ea326c26fc2fd4e36fdeb7d4e639408ad30 0.8s
[0m[34m => => extracting sha256:bb292c78f105cb568ea5e5303f2b6b5f4052d7956780d58a 1.1s
[0m[34m => [builder 2/4] COPY akvo/ /var/akvo/rsr/code/akvo 0.9s
[0m[34m => [stage-4 2/10] COPY nginx/nginx.conf /etc/nginx/nginx.conf 0.5s
[0m[34m => [stage-4 3/10] COPY nginx/default.conf /etc/nginx/conf.d/default.con 0.1s
[0m[34m => [builder 3/4] COPY --from=front-end /var/akvo/rsr/code/akvo/rsr/front 0.2s
[0m => [builder 4/4] RUN python manage.py collectstatic --noinput 1.6s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 10.2s (18/26)
[34m => => sha256:ef2b6cd6fdfc6d0502b77710b27f7928a5e29ab5cfae398 739B / 739B 0.0s
[0m[34m => => extracting sha256:4167d3e149762ea326c26fc2fd4e36fdeb7d4e639408ad30 0.8s
[0m[34m => => extracting sha256:bb292c78f105cb568ea5e5303f2b6b5f4052d7956780d58a 1.1s
[0m[34m => [builder 2/4] COPY akvo/ /var/akvo/rsr/code/akvo 0.9s
[0m[34m => [stage-4 2/10] COPY nginx/nginx.conf /etc/nginx/nginx.conf 0.5s
[0m[34m => [stage-4 3/10] COPY nginx/default.conf /etc/nginx/conf.d/default.con 0.1s
[0m[34m => [builder 3/4] COPY --from=front-end /var/akvo/rsr/code/akvo/rsr/front 0.2s
[0m => [builder 4/4] RUN python manage.py collectstatic --noinput 1.8s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 10.4s (18/26)
[34m => => sha256:ef2b6cd6fdfc6d0502b77710b27f7928a5e29ab5cfae398 739B / 739B 0.0s
[0m[34m => => extracting sha256:4167d3e149762ea326c26fc2fd4e36fdeb7d4e639408ad30 0.8s
[0m[34m => => extracting sha256:bb292c78f105cb568ea5e5303f2b6b5f4052d7956780d58a 1.1s
[0m[34m => [builder 2/4] COPY akvo/ /var/akvo/rsr/code/akvo 0.9s
[0m[34m => [stage-4 2/10] COPY nginx/nginx.conf /etc/nginx/nginx.conf 0.5s
[0m[34m => [stage-4 3/10] COPY nginx/default.conf /etc/nginx/conf.d/default.con 0.1s
[0m[34m => [builder 3/4] COPY --from=front-end /var/akvo/rsr/code/akvo/rsr/front 0.2s
[0m => [builder 4/4] RUN python manage.py collectstatic --noinput 1.9s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 10.5s (18/26)
[34m => => sha256:ef2b6cd6fdfc6d0502b77710b27f7928a5e29ab5cfae398 739B / 739B 0.0s
[0m[34m => => extracting sha256:4167d3e149762ea326c26fc2fd4e36fdeb7d4e639408ad30 0.8s
[0m[34m => => extracting sha256:bb292c78f105cb568ea5e5303f2b6b5f4052d7956780d58a 1.1s
[0m[34m => [builder 2/4] COPY akvo/ /var/akvo/rsr/code/akvo 0.9s
[0m[34m => [stage-4 2/10] COPY nginx/nginx.conf /etc/nginx/nginx.conf 0.5s
[0m[34m => [stage-4 3/10] COPY nginx/default.conf /etc/nginx/conf.d/default.con 0.1s
[0m[34m => [builder 3/4] COPY --from=front-end /var/akvo/rsr/code/akvo/rsr/front 0.2s
[0m => [builder 4/4] RUN python manage.py collectstatic --noinput 2.1s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 10.7s (18/26)
[34m => => sha256:ef2b6cd6fdfc6d0502b77710b27f7928a5e29ab5cfae398 739B / 739B 0.0s
[0m[34m => => extracting sha256:4167d3e149762ea326c26fc2fd4e36fdeb7d4e639408ad30 0.8s
[0m[34m => => extracting sha256:bb292c78f105cb568ea5e5303f2b6b5f4052d7956780d58a 1.1s
[0m[34m => [builder 2/4] COPY akvo/ /var/akvo/rsr/code/akvo 0.9s
[0m[34m => [stage-4 2/10] COPY nginx/nginx.conf /etc/nginx/nginx.conf 0.5s
[0m[34m => [stage-4 3/10] COPY nginx/default.conf /etc/nginx/conf.d/default.con 0.1s
[0m[34m => [builder 3/4] COPY --from=front-end /var/akvo/rsr/code/akvo/rsr/front 0.2s
[0m => [builder 4/4] RUN python manage.py collectstatic --noinput 2.2s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 10.8s (18/26)
[34m => => sha256:ef2b6cd6fdfc6d0502b77710b27f7928a5e29ab5cfae398 739B / 739B 0.0s
[0m[34m => => extracting sha256:4167d3e149762ea326c26fc2fd4e36fdeb7d4e639408ad30 0.8s
[0m[34m => => extracting sha256:bb292c78f105cb568ea5e5303f2b6b5f4052d7956780d58a 1.1s
[0m[34m => [builder 2/4] COPY akvo/ /var/akvo/rsr/code/akvo 0.9s
[0m[34m => [stage-4 2/10] COPY nginx/nginx.conf /etc/nginx/nginx.conf 0.5s
[0m[34m => [stage-4 3/10] COPY nginx/default.conf /etc/nginx/conf.d/default.con 0.1s
[0m[34m => [builder 3/4] COPY --from=front-end /var/akvo/rsr/code/akvo/rsr/front 0.2s
[0m => [builder 4/4] RUN python manage.py collectstatic --noinput 2.4s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 11.0s (18/26)
[34m => => sha256:ef2b6cd6fdfc6d0502b77710b27f7928a5e29ab5cfae398 739B / 739B 0.0s
[0m[34m => => extracting sha256:4167d3e149762ea326c26fc2fd4e36fdeb7d4e639408ad30 0.8s
[0m[34m => => extracting sha256:bb292c78f105cb568ea5e5303f2b6b5f4052d7956780d58a 1.1s
[0m[34m => [builder 2/4] COPY akvo/ /var/akvo/rsr/code/akvo 0.9s
[0m[34m => [stage-4 2/10] COPY nginx/nginx.conf /etc/nginx/nginx.conf 0.5s
[0m[34m => [stage-4 3/10] COPY nginx/default.conf /etc/nginx/conf.d/default.con 0.1s
[0m[34m => [builder 3/4] COPY --from=front-end /var/akvo/rsr/code/akvo/rsr/front 0.2s
[0m => [builder 4/4] RUN python manage.py collectstatic --noinput 2.5s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 11.1s (18/26)
[34m => => sha256:ef2b6cd6fdfc6d0502b77710b27f7928a5e29ab5cfae398 739B / 739B 0.0s
[0m[34m => => extracting sha256:4167d3e149762ea326c26fc2fd4e36fdeb7d4e639408ad30 0.8s
[0m[34m => => extracting sha256:bb292c78f105cb568ea5e5303f2b6b5f4052d7956780d58a 1.1s
[0m[34m => [builder 2/4] COPY akvo/ /var/akvo/rsr/code/akvo 0.9s
[0m[34m => [stage-4 2/10] COPY nginx/nginx.conf /etc/nginx/nginx.conf 0.5s
[0m[34m => [stage-4 3/10] COPY nginx/default.conf /etc/nginx/conf.d/default.con 0.1s
[0m[34m => [builder 3/4] COPY --from=front-end /var/akvo/rsr/code/akvo/rsr/front 0.2s
[0m => [builder 4/4] RUN python manage.py collectstatic --noinput 2.7s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 11.3s (18/26)
[34m => => sha256:ef2b6cd6fdfc6d0502b77710b27f7928a5e29ab5cfae398 739B / 739B 0.0s
[0m[34m => => extracting sha256:4167d3e149762ea326c26fc2fd4e36fdeb7d4e639408ad30 0.8s
[0m[34m => => extracting sha256:bb292c78f105cb568ea5e5303f2b6b5f4052d7956780d58a 1.1s
[0m[34m => [builder 2/4] COPY akvo/ /var/akvo/rsr/code/akvo 0.9s
[0m[34m => [stage-4 2/10] COPY nginx/nginx.conf /etc/nginx/nginx.conf 0.5s
[0m[34m => [stage-4 3/10] COPY nginx/default.conf /etc/nginx/conf.d/default.con 0.1s
[0m[34m => [builder 3/4] COPY --from=front-end /var/akvo/rsr/code/akvo/rsr/front 0.2s
[0m => [builder 4/4] RUN python manage.py collectstatic --noinput 2.8s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 11.4s (18/26)
[34m => => sha256:ef2b6cd6fdfc6d0502b77710b27f7928a5e29ab5cfae398 739B / 739B 0.0s
[0m[34m => => extracting sha256:4167d3e149762ea326c26fc2fd4e36fdeb7d4e639408ad30 0.8s
[0m[34m => => extracting sha256:bb292c78f105cb568ea5e5303f2b6b5f4052d7956780d58a 1.1s
[0m[34m => [builder 2/4] COPY akvo/ /var/akvo/rsr/code/akvo 0.9s
[0m[34m => [stage-4 2/10] COPY nginx/nginx.conf /etc/nginx/nginx.conf 0.5s
[0m[34m => [stage-4 3/10] COPY nginx/default.conf /etc/nginx/conf.d/default.con 0.1s
[0m[34m => [builder 3/4] COPY --from=front-end /var/akvo/rsr/code/akvo/rsr/front 0.2s
[0m => [builder 4/4] RUN python manage.py collectstatic --noinput 3.0s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 11.6s (18/26)
[34m => => sha256:ef2b6cd6fdfc6d0502b77710b27f7928a5e29ab5cfae398 739B / 739B 0.0s
[0m[34m => => extracting sha256:4167d3e149762ea326c26fc2fd4e36fdeb7d4e639408ad30 0.8s
[0m[34m => => extracting sha256:bb292c78f105cb568ea5e5303f2b6b5f4052d7956780d58a 1.1s
[0m[34m => [builder 2/4] COPY akvo/ /var/akvo/rsr/code/akvo 0.9s
[0m[34m => [stage-4 2/10] COPY nginx/nginx.conf /etc/nginx/nginx.conf 0.5s
[0m[34m => [stage-4 3/10] COPY nginx/default.conf /etc/nginx/conf.d/default.con 0.1s
[0m[34m => [builder 3/4] COPY --from=front-end /var/akvo/rsr/code/akvo/rsr/front 0.2s
[0m => [builder 4/4] RUN python manage.py collectstatic --noinput 3.1s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 11.7s (18/26)
[34m => => sha256:ef2b6cd6fdfc6d0502b77710b27f7928a5e29ab5cfae398 739B / 739B 0.0s
[0m[34m => => extracting sha256:4167d3e149762ea326c26fc2fd4e36fdeb7d4e639408ad30 0.8s
[0m[34m => => extracting sha256:bb292c78f105cb568ea5e5303f2b6b5f4052d7956780d58a 1.1s
[0m[34m => [builder 2/4] COPY akvo/ /var/akvo/rsr/code/akvo 0.9s
[0m[34m => [stage-4 2/10] COPY nginx/nginx.conf /etc/nginx/nginx.conf 0.5s
[0m[34m => [stage-4 3/10] COPY nginx/default.conf /etc/nginx/conf.d/default.con 0.1s
[0m[34m => [builder 3/4] COPY --from=front-end /var/akvo/rsr/code/akvo/rsr/front 0.2s
[0m => [builder 4/4] RUN python manage.py collectstatic --noinput 3.3s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 11.8s (21/26)
[34m => => extracting sha256:bb292c78f105cb568ea5e5303f2b6b5f4052d7956780d58a 1.1s
[0m[34m => [builder 2/4] COPY akvo/ /var/akvo/rsr/code/akvo 0.9s
[0m[34m => [stage-4 2/10] COPY nginx/nginx.conf /etc/nginx/nginx.conf 0.5s
[0m[34m => [stage-4 3/10] COPY nginx/default.conf /etc/nginx/conf.d/default.con 0.1s
[0m[34m => [builder 3/4] COPY --from=front-end /var/akvo/rsr/code/akvo/rsr/front 0.2s
[0m[34m => [builder 4/4] RUN python manage.py collectstatic --noinput 3.3s
[0m[34m => [stage-4 4/10] COPY --from=builder /var/akvo/rsr/staticroot/rsr/imag 0.0s
[0m[34m => [stage-4 5/10] COPY nginx/robots-production.txt /usr/share/nginx/htm 0.0s
[0m[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 12.0s (22/26)
[34m => [stage-4 2/10] COPY nginx/nginx.conf /etc/nginx/nginx.conf 0.5s
[0m[34m => [stage-4 3/10] COPY nginx/default.conf /etc/nginx/conf.d/default.con 0.1s
[0m[34m => [builder 3/4] COPY --from=front-end /var/akvo/rsr/code/akvo/rsr/front 0.2s
[0m[34m => [builder 4/4] RUN python manage.py collectstatic --noinput 3.3s
[0m[34m => [stage-4 4/10] COPY --from=builder /var/akvo/rsr/staticroot/rsr/imag 0.0s
[0m[34m => [stage-4 5/10] COPY nginx/robots-production.txt /usr/share/nginx/htm 0.0s
[0m[34m => [stage-4 6/10] COPY nginx/robots-test.txt /usr/share/nginx/html/robo 0.0s
[0m => [stage-4 7/10] COPY --from=builder /var/akvo/rsr/staticroot/ /var/ak 0.0s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 12.1s (23/26)
[34m => [stage-4 2/10] COPY nginx/nginx.conf /etc/nginx/nginx.conf 0.5s
[0m[34m => [stage-4 3/10] COPY nginx/default.conf /etc/nginx/conf.d/default.con 0.1s
[0m[34m => [builder 3/4] COPY --from=front-end /var/akvo/rsr/code/akvo/rsr/front 0.2s
[0m[34m => [builder 4/4] RUN python manage.py collectstatic --noinput 3.3s
[0m[34m => [stage-4 4/10] COPY --from=builder /var/akvo/rsr/staticroot/rsr/imag 0.0s
[0m[34m => [stage-4 5/10] COPY nginx/robots-production.txt /usr/share/nginx/htm 0.0s
[0m[34m => [stage-4 6/10] COPY nginx/robots-test.txt /usr/share/nginx/html/robo 0.0s
[0m[34m => [stage-4 7/10] COPY --from=builder /var/akvo/rsr/staticroot/ /var/ak 0.1s
[0m[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 12.2s (25/26)
[34m => [builder 3/4] COPY --from=front-end /var/akvo/rsr/code/akvo/rsr/front 0.2s
[0m[34m => [builder 4/4] RUN python manage.py collectstatic --noinput 3.3s
[0m[34m => [stage-4 4/10] COPY --from=builder /var/akvo/rsr/staticroot/rsr/imag 0.0s
[0m[34m => [stage-4 5/10] COPY nginx/robots-production.txt /usr/share/nginx/htm 0.0s
[0m[34m => [stage-4 6/10] COPY nginx/robots-test.txt /usr/share/nginx/html/robo 0.0s
[0m[34m => [stage-4 7/10] COPY --from=builder /var/akvo/rsr/staticroot/ /var/ak 0.1s
[0m[34m => [stage-4 8/10] COPY --from=spa /var/akvo/rsr/code/akvo/rsr/spa/dist/ 0.1s
[0m[34m => [stage-4 9/10] COPY --from=dir /var/akvo/rsr/code/akvo/rsr/dir/dist/ 0.0s
[0m[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 12.4s (26/27)
[34m => [stage-4 5/10] COPY nginx/robots-production.txt /usr/share/nginx/htm 0.0s
[0m[34m => [stage-4 6/10] COPY nginx/robots-test.txt /usr/share/nginx/html/robo 0.0s
[0m[34m => [stage-4 7/10] COPY --from=builder /var/akvo/rsr/staticroot/ /var/ak 0.1s
[0m[34m => [stage-4 8/10] COPY --from=spa /var/akvo/rsr/code/akvo/rsr/spa/dist/ 0.1s
[0m[34m => [stage-4 9/10] COPY --from=dir /var/akvo/rsr/code/akvo/rsr/dir/dist/ 0.0s
[0m[34m => [stage-4 10/10] COPY nginx/start.sh /start.sh 0.0s
[0m => exporting to image 0.1s
=> => exporting layers 0.1s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 12.5s (27/27) FINISHED
[34m => [internal] load build definition from Dockerfile-nginx 0.0s
[0m[34m => => transferring dockerfile: 1.12kB 0.0s
[0m[34m => [internal] load .dockerignore 0.0s
[0m[34m => => transferring context: 373B 0.0s
[0m[34m => [internal] load metadata for docker.io/library/nginx:1.17.9-alpine 1.3s
[0m[34m => [internal] load metadata for docker.io/akvo/rsr-backend-prod-no-code- 0.0s
[0m[34m => [internal] load metadata for docker.io/akvo/rsr-backend-front-end:loc 0.0s
[0m[34m => [internal] load metadata for docker.io/akvo/rsr-backend-spa:local 0.0s
[0m[34m => [internal] load metadata for docker.io/akvo/rsr-backend-dir:local 0.0s
[0m[34m => [auth] library/nginx:pull token for registry-1.docker.io 0.0s
[0m[34m => [spa 1/1] FROM docker.io/akvo/rsr-backend-spa:local 0.1s
[0m[34m => [internal] load build context 2.3s
[0m[34m => => transferring context: 33.92MB 2.3s
[0m[34m => [dir 1/1] FROM docker.io/akvo/rsr-backend-dir:local 0.2s
[0m[34m => [front-end 1/1] FROM docker.io/akvo/rsr-backend-front-end:local 0.2s
[0m[34m => CACHED [builder 1/4] FROM docker.io/akvo/rsr-backend-prod-no-code-wit 0.0s
[0m[34m => [stage-4 1/10] FROM docker.io/library/nginx:1.17.9-alpine@sha256:abe 2.7s
[0m[34m => => resolve docker.io/library/nginx:1.17.9-alpine@sha256:abe5ce652eb78 0.0s
[0m[34m => => sha256:377c0837328ff83bf96e0f93719c05a1ed855e07357 7.01kB / 7.01kB 0.0s
[0m[34m => => sha256:4167d3e149762ea326c26fc2fd4e36fdeb7d4e63940 2.79MB / 2.79MB 0.2s
[0m[34m => => sha256:bb292c78f105cb568ea5e5303f2b6b5f4052d795678 5.70MB / 5.70MB 0.4s
[0m[34m => => sha256:abe5ce652eb78d9c793df34453fddde12bb4d93d9fb 1.41kB / 1.41kB 0.0s
[0m[34m => => sha256:ef2b6cd6fdfc6d0502b77710b27f7928a5e29ab5cfae398 739B / 739B 0.0s
[0m[34m => => extracting sha256:4167d3e149762ea326c26fc2fd4e36fdeb7d4e639408ad30 0.8s
[0m[34m => => extracting sha256:bb292c78f105cb568ea5e5303f2b6b5f4052d7956780d58a 1.1s
[0m[34m => [builder 2/4] COPY akvo/ /var/akvo/rsr/code/akvo 0.9s
[0m[34m => [stage-4 2/10] COPY nginx/nginx.conf /etc/nginx/nginx.conf 0.5s
[0m[34m => [stage-4 3/10] COPY nginx/default.conf /etc/nginx/conf.d/default.con 0.1s
[0m[34m => [builder 3/4] COPY --from=front-end /var/akvo/rsr/code/akvo/rsr/front 0.2s
[0m[34m => [builder 4/4] RUN python manage.py collectstatic --noinput 3.3s
[0m[34m => [stage-4 4/10] COPY --from=builder /var/akvo/rsr/staticroot/rsr/imag 0.0s
[0m[34m => [stage-4 5/10] COPY nginx/robots-production.txt /usr/share/nginx/htm 0.0s
[0m[34m => [stage-4 6/10] COPY nginx/robots-test.txt /usr/share/nginx/html/robo 0.0s
[0m[34m => [stage-4 7/10] COPY --from=builder /var/akvo/rsr/staticroot/ /var/ak 0.1s
[0m[34m => [stage-4 8/10] COPY --from=spa /var/akvo/rsr/code/akvo/rsr/spa/dist/ 0.1s
[0m[34m => [stage-4 9/10] COPY --from=dir /var/akvo/rsr/code/akvo/rsr/dir/dist/ 0.0s
[0m[34m => [stage-4 10/10] COPY nginx/start.sh /start.sh 0.0s
[0m[34m => exporting to image 0.2s
[0m[34m => => exporting layers 0.2s
[0m[34m => => writing image sha256:9035af4bf8315e9b4298c7a28b124c5657f636072b2df 0.0s
[0m[34m => => naming to eu.gcr.io/akvo-lumen/rsr-nginx:ae5d2380fc5798a73b87cd3f9 0.0s
[0m[?25h22:02:26 - BUILD INFO - Starting docker-compose for end to end tests
[33mWARNING[0m: The SEMAPHORE_GIT_PR_NUMBER variable is not set. Defaulting to a blank string.
Creating network "rsrciprod_default" with the default driver
Creating volume "rsrciprod_media-disk" with default driver
Creating rsrciprod_rsr-memcached_1 ...
Creating rsrciprod_rsrdbhost_1 ...
Creating rsrciprod_nginx_1 ...
[3A[2K
Creating rsrciprod_rsr-memcached_1 ... [32mdone[0m
[3B[1A[2K
Creating rsrciprod_nginx_1 ... [32mdone[0m
[1BCreating rsrciprod_mainnetwork_1 ...
Creating rsrciprod_reports_1 ...
Creating rsrciprod_django-prod_1 ...
[5A[2K
Creating rsrciprod_rsrdbhost_1 ... [32mdone[0m
[5B[1A[2K
Creating rsrciprod_django-prod_1 ... [32mdone[0m
[1B[2A[2K
Creating rsrciprod_reports_1 ... [32mdone[0m
[2B[3A[2K
Creating rsrciprod_mainnetwork_1 ... [32mdone[0m
[3BCreating rsrciprod_web_1 ...
[1A[2K
Creating rsrciprod_web_1 ... [32mdone[0m
[1B22:02:29 - BUILD INFO - Running end to end tests
[33mWARNING[0m: The SEMAPHORE_GIT_PR_NUMBER variable is not set. Defaulting to a blank string.
Creating rsrciprod_web_run ...
[1A[2K
Creating rsrciprod_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/end-to-end.sh
22:02:30 - BUILD INFO - Waiting for application to be ready ...
22:03:31 - BUILD INFO - Testing legacy front-end assets
......22:03:33 - BUILD INFO - Testing My RSR SPA end-point
.......
22:03:33 - BUILD INFO - Testing Project Directory SPA end-point
.....
22:03:33 - BUILD INFO - Testing python generated report endpoint
.
22:03:35 - BUILD INFO - End-to-end testing done!
22:03:35 - BUILD INFO - Done
22:03:35 - BUILD INFO - Running deployment script
22:03:35 - BUILD INFO - Authentication with gcloud and kubectl
Activated service account credentials for: [sa-semaphoreci@akvo-lumen.iam.gserviceaccount.com]
Updated property [core/project].
Updated property [container/cluster].
[1;33mWARNING:[0m Property validation for compute/zone was skipped.
Updated property [compute/zone].
Updated property [container/use_client_certificate].
22:04:01 - BUILD INFO - Environment is test
Fetching cluster endpoint and auth data.
kubeconfig entry generated for test.
22:04:02 - BUILD INFO - Creating statsd to prometheus
[1A[1B[0G[?25l[+] Building 0.0s (0/0)
[?25h[1A[0G[?25l[+] Building 0.0s (0/0)
[?25h[1A[0G[?25l[+] Building 0.0s (0/0)
[?25h[1A[0G[?25l[+] Building 0.0s (0/1)
[?25h[1A[0G[?25l[+] Building 0.1s (2/3)
[34m => [internal] load build definition from Dockerfile 0.0s
[0m[34m => => transferring dockerfile: 185B 0.0s
[0m[34m => [internal] load .dockerignore 0.0s
[0m[34m => => transferring context: 2B 0.0s
[0m => [internal] load metadata for docker.io/prom/statsd-exporter:v0.6.0 0.1s
[?25h[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 0.3s (2/3)
[34m => [internal] load build definition from Dockerfile 0.0s
[0m[34m => => transferring dockerfile: 185B 0.0s
[0m[34m => [internal] load .dockerignore 0.0s
[0m[34m => => transferring context: 2B 0.0s
[0m => [internal] load metadata for docker.io/prom/statsd-exporter:v0.6.0 0.3s
[?25h[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 0.5s (3/4)
[34m => [internal] load build definition from Dockerfile 0.0s
[0m[34m => => transferring dockerfile: 185B 0.0s
[0m[34m => [internal] load .dockerignore 0.0s
[0m[34m => => transferring context: 2B 0.0s
[0m => [internal] load metadata for docker.io/prom/statsd-exporter:v0.6.0 0.4s
[34m => [auth] prom/statsd-exporter: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 build definition from Dockerfile 0.0s
[0m[34m => => transferring dockerfile: 185B 0.0s
[0m[34m => [internal] load .dockerignore 0.0s
[0m[34m => => transferring context: 2B 0.0s
[0m => [internal] load metadata for docker.io/prom/statsd-exporter:v0.6.0 0.6s
[34m => [auth] prom/statsd-exporter: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 build definition from Dockerfile 0.0s
[0m[34m => => transferring dockerfile: 185B 0.0s
[0m[34m => [internal] load .dockerignore 0.0s
[0m[34m => => transferring context: 2B 0.0s
[0m => [internal] load metadata for docker.io/prom/statsd-exporter:v0.6.0 0.7s
[34m => [auth] prom/statsd-exporter: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 build definition from Dockerfile 0.0s
[0m[34m => => transferring dockerfile: 185B 0.0s
[0m[34m => [internal] load .dockerignore 0.0s
[0m[34m => => transferring context: 2B 0.0s
[0m => [internal] load metadata for docker.io/prom/statsd-exporter:v0.6.0 0.9s
[34m => [auth] prom/statsd-exporter:pull token for registry-1.docker.io 0.0s
[0m[?25h[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 1.1s (5/7)
[34m => [internal] load .dockerignore 0.0s
[0m[34m => => transferring context: 2B 0.0s
[0m[34m => [internal] load metadata for docker.io/prom/statsd-exporter:v0.6.0 0.9s
[0m[34m => [auth] prom/statsd-exporter:pull token for registry-1.docker.io 0.0s
[0m => [1/2] FROM docker.io/prom/statsd-exporter:v0.6.0@sha256:dc46327ef5577 0.1s
=> => resolve docker.io/prom/statsd-exporter:v0.6.0@sha256:dc46327ef5577 0.1s
[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 449B 0.0s
[0m[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 1.2s (5/7)
[34m => [internal] load .dockerignore 0.0s
[0m[34m => => transferring context: 2B 0.0s
[0m[34m => [internal] load metadata for docker.io/prom/statsd-exporter:v0.6.0 0.9s
[0m[34m => [auth] prom/statsd-exporter:pull token for registry-1.docker.io 0.0s
[0m => [1/2] FROM docker.io/prom/statsd-exporter:v0.6.0@sha256:dc46327ef5577 0.3s
[34m => => resolve docker.io/prom/statsd-exporter:v0.6.0@sha256:dc46327ef5577 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 449B 0.0s
[0m[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 1.4s (5/7)
[34m => [internal] load .dockerignore 0.0s
[0m[34m => => transferring context: 2B 0.0s
[0m[34m => [internal] load metadata for docker.io/prom/statsd-exporter:v0.6.0 0.9s
[0m[34m => [auth] prom/statsd-exporter:pull token for registry-1.docker.io 0.0s
[0m => [1/2] FROM docker.io/prom/statsd-exporter:v0.6.0@sha256:dc46327ef5577 0.4s
[34m => => resolve docker.io/prom/statsd-exporter:v0.6.0@sha256:dc46327ef5577 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 449B 0.0s
[0m[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 1.5s (5/7)
[34m => [internal] load .dockerignore 0.0s
[0m[34m => => transferring context: 2B 0.0s
[0m[34m => [internal] load metadata for docker.io/prom/statsd-exporter:v0.6.0 0.9s
[0m[34m => [auth] prom/statsd-exporter:pull token for registry-1.docker.io 0.0s
[0m => [1/2] FROM docker.io/prom/statsd-exporter:v0.6.0@sha256:dc46327ef5577 0.6s
[34m => => resolve docker.io/prom/statsd-exporter:v0.6.0@sha256:dc46327ef5577 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 449B 0.0s
[0m[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 1.7s (5/7)
[34m => => transferring context: 2B 0.0s
[0m[34m => [internal] load metadata for docker.io/prom/statsd-exporter:v0.6.0 0.9s
[0m[34m => [auth] prom/statsd-exporter:pull token for registry-1.docker.io 0.0s
[0m => [1/2] FROM docker.io/prom/statsd-exporter:v0.6.0@sha256:dc46327ef5577 0.7s
[34m => => resolve docker.io/prom/statsd-exporter:v0.6.0@sha256:dc46327ef5577 0.0s
[0m => => extracting sha256:aab39f0bc16d3c109d7017bcbc13ee053b9b1b1c6985c432 0.0s
[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 449B 0.0s
[0m[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 1.8s (5/7)
=> [1/2] FROM docker.io/prom/statsd-exporter:v0.6.0@sha256:dc46327ef5577 0.8s
[34m => => extracting sha256:aab39f0bc16d3c109d7017bcbc13ee053b9b1b1c6985c432 0.1s
[0m[34m => => sha256:2cd9e239cea65abaa4e6ac7aaa3faef05539cba 502.21kB / 502.21kB 0.0s
[0m[34m => => sha256:5977f7994b6974a03483c2b3d4e0de927908a47ce50 3.66MB / 3.66MB 0.0s
[0m[34m => => sha256:aab39f0bc16d3c109d7017bcbc13ee053b9b1b1 692.34kB / 692.34kB 0.0s
[0m => => extracting sha256:2cd9e239cea65abaa4e6ac7aaa3faef05539cba3baf910cc 0.0s
[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 449B 0.0s
[0m[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 1.9s (5/7)
=> [1/2] FROM docker.io/prom/statsd-exporter:v0.6.0@sha256:dc46327ef5577 0.9s
[34m => => extracting sha256:aab39f0bc16d3c109d7017bcbc13ee053b9b1b1c6985c432 0.1s
[0m[34m => => sha256:2cd9e239cea65abaa4e6ac7aaa3faef05539cba 502.21kB / 502.21kB 0.0s
[0m[34m => => sha256:5977f7994b6974a03483c2b3d4e0de927908a47ce50 3.66MB / 3.66MB 0.0s
[0m[34m => => sha256:aab39f0bc16d3c109d7017bcbc13ee053b9b1b1 692.34kB / 692.34kB 0.0s
[0m => => extracting sha256:2cd9e239cea65abaa4e6ac7aaa3faef05539cba3baf910cc 0.1s
[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 449B 0.0s
[0m[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 2.0s (5/7)
=> [1/2] FROM docker.io/prom/statsd-exporter:v0.6.0@sha256:dc46327ef5577 1.1s
[34m => => sha256:2cd9e239cea65abaa4e6ac7aaa3faef05539cba 502.21kB / 502.21kB 0.0s
[0m[34m => => sha256:5977f7994b6974a03483c2b3d4e0de927908a47ce50 3.66MB / 3.66MB 0.0s
[0m[34m => => sha256:aab39f0bc16d3c109d7017bcbc13ee053b9b1b1 692.34kB / 692.34kB 0.0s
[0m[34m => => extracting sha256:2cd9e239cea65abaa4e6ac7aaa3faef05539cba3baf910cc 0.2s
[0m => => extracting sha256:5977f7994b6974a03483c2b3d4e0de927908a47ce502f7b2 0.0s
[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 449B 0.0s
[0m[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 2.1s (5/7)
=> [1/2] FROM docker.io/prom/statsd-exporter:v0.6.0@sha256:dc46327ef5577 1.2s
[34m => => sha256:2cd9e239cea65abaa4e6ac7aaa3faef05539cba 502.21kB / 502.21kB 0.0s
[0m[34m => => sha256:5977f7994b6974a03483c2b3d4e0de927908a47ce50 3.66MB / 3.66MB 0.0s
[0m[34m => => sha256:aab39f0bc16d3c109d7017bcbc13ee053b9b1b1 692.34kB / 692.34kB 0.0s
[0m[34m => => extracting sha256:2cd9e239cea65abaa4e6ac7aaa3faef05539cba3baf910cc 0.2s
[0m => => extracting sha256:5977f7994b6974a03483c2b3d4e0de927908a47ce502f7b2 0.1s
[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 449B 0.0s
[0m[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 2.2s (7/7)
[34m => => sha256:2cd9e239cea65abaa4e6ac7aaa3faef05539cba 502.21kB / 502.21kB 0.0s
[0m[34m => => sha256:5977f7994b6974a03483c2b3d4e0de927908a47ce50 3.66MB / 3.66MB 0.0s
[0m[34m => => sha256:aab39f0bc16d3c109d7017bcbc13ee053b9b1b1 692.34kB / 692.34kB 0.0s
[0m[34m => => extracting sha256:2cd9e239cea65abaa4e6ac7aaa3faef05539cba3baf910cc 0.2s
[0m[34m => => extracting sha256:5977f7994b6974a03483c2b3d4e0de927908a47ce502f7b2 0.1s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 449B 0.0s
[0m[34m => [2/2] COPY statsd_mapping.conf /config/statsd_mapping.conf 0.1s
[0m[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 2.2s (8/8) FINISHED
[34m => [internal] load build definition from Dockerfile 0.0s
[0m[34m => => transferring dockerfile: 185B 0.0s
[0m[34m => [internal] load .dockerignore 0.0s
[0m[34m => => transferring context: 2B 0.0s
[0m[34m => [internal] load metadata for docker.io/prom/statsd-exporter:v0.6.0 0.9s
[0m[34m => [auth] prom/statsd-exporter:pull token for registry-1.docker.io 0.0s
[0m[34m => [1/2] FROM docker.io/prom/statsd-exporter:v0.6.0@sha256:dc46327ef5577 1.2s
[0m[34m => => resolve docker.io/prom/statsd-exporter:v0.6.0@sha256:dc46327ef5577 0.0s
[0m[34m => => extracting sha256:aab39f0bc16d3c109d7017bcbc13ee053b9b1b1c6985c432 0.1s
[0m[34m => => sha256:2cd9e239cea65abaa4e6ac7aaa3faef05539cba 502.21kB / 502.21kB 0.0s
[0m[34m => => sha256:5977f7994b6974a03483c2b3d4e0de927908a47ce50 3.66MB / 3.66MB 0.0s
[0m[34m => => sha256:aab39f0bc16d3c109d7017bcbc13ee053b9b1b1 692.34kB / 692.34kB 0.0s
[0m[34m => => extracting sha256:2cd9e239cea65abaa4e6ac7aaa3faef05539cba3baf910cc 0.2s
[0m[34m => => extracting sha256:5977f7994b6974a03483c2b3d4e0de927908a47ce502f7b2 0.1s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 449B 0.0s
[0m[34m => [2/2] COPY statsd_mapping.conf /config/statsd_mapping.conf 0.1s
[0m[34m => exporting to image 0.0s
[0m[34m => => exporting layers 0.0s
[0m[34m => => writing image sha256:90d3c0a6f3926b834468cac0422bfdd89e53c8bc70575 0.0s
[0m[34m => => naming to eu.gcr.io/akvo-lumen/rsr-statsd-to-prometheus:ae5d2380fc 0.0s
[0m[?25h22:04:05 - BUILD INFO - Pushing images
Adding credentials for all GCR repositories.
[1;33mWARNING:[0m A long list of credential helpers may cause delays running 'docker build'. We recommend passing the registry name to configure only the registry you are using.
Docker configuration file updated.
The push refers to repository [eu.gcr.io/akvo-lumen/rsr-backend]
[1A[2K
96cf8ef970a8: Preparing
[1B
[1A[2K
31ecd60c3d71: Preparing
[1B
[1A[2K
66a501a61b55: Preparing
[1B
[1A[2K
39fcd46ddd74: Preparing
[1B
[1A[2K
27b46e846fed: Preparing
[1B
[1A[2K
bb62059d593a: Preparing
[1B
[1A[2K
0a5c5e7984a5: Preparing
[1B
[1A[2K
9d6fd2a91cb6: Preparing
[1B
[1A[2K
8f373a94b695: Preparing
[1B
[1A[2K
f6e4a599a05b: Preparing
[1B
[1A[2K
f05e74530ed4: Preparing
[1B
[1A[2K
d6a9e1c11ab3: Preparing
[1B
[1A[2K
586c4513f64e: 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[17A[2K
bb62059d593a: Waiting
[17B[16A[2K
0a5c5e7984a5: Waiting
[16B[15A[2K
9d6fd2a91cb6: Waiting
[15B[14A[2K
8f373a94b695: Waiting
[14B[13A[2K
f6e4a599a05b: Waiting
[13B[12A[2K
f05e74530ed4: Waiting
[12B[11A[2K
d6a9e1c11ab3: Waiting
[11B[10A[2K
586c4513f64e: Waiting
[10B[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[9A[2K
b6d8f557ceb3: Waiting
[9B[1A[2K
ce8168f12337: Waiting
[1B[22A[2K
96cf8ef970a8: Pushing 512B
[22B[22A[2K
96cf8ef970a8: Pushing 5.12kB
[22B[21A[2K
31ecd60c3d71: Pushing 359.9kB/35.95MB
[21B[19A[2K
39fcd46ddd74: Pushing 512B/675B
[19B[19A[2K
39fcd46ddd74: Pushing 4.608kB
[19B[20A[2K
66a501a61b55: Pushing 512B
[20B[20A[2K
66a501a61b55: Pushing 5.632kB
[20B[18A[2K
27b46e846fed: Pushing 512B/1.288kB
[18B[18A[2K
27b46e846fed: Pushing 5.12kB
[18B[21A[2K
31ecd60c3d71: Pushing 1.873MB/35.95MB
[21B[21A[2K
31ecd60c3d71: Pushing 4.082MB/35.95MB
[21B[21A[2K
31ecd60c3d71: Pushing 5.927MB/35.95MB
[21B[21A[2K
31ecd60c3d71: Pushing 7.009MB/35.95MB
[21B[21A[2K
31ecd60c3d71: Pushing 8.09MB/35.95MB
[21B[21A[2K
31ecd60c3d71: Pushing 9.171MB/35.95MB
[21B[21A[2K
31ecd60c3d71: Pushing 10.61MB/35.95MB
[21B[21A[2K
31ecd60c3d71: Pushing 11.69MB/35.95MB
[21B[21A[2K
31ecd60c3d71: Pushing 12.78MB/35.95MB
[21B[22A[2K
96cf8ef970a8: Pushed
[22B[18A[2K
27b46e846fed: Pushed
[18B[19A[2K
39fcd46ddd74: Pushed
[19B[20A[2K
66a501a61b55: Pushed
[20B[21A[2K
31ecd60c3d71: Pushing 13.86MB/35.95MB
[21B[17A[2K
bb62059d593a: Pushing 512B/979B
[17B[17A[2K
bb62059d593a: Pushing 4.608kB
[17B[15A[2K
9d6fd2a91cb6: Pushing 3.584kB
[15B[16A[2K
0a5c5e7984a5: Pushing 4.608kB
[16B[14A[2K
8f373a94b695: Pushing 4.096kB
[14B[21A[2K
31ecd60c3d71: Pushing 14.94MB/35.95MB
[21B[21A[2K
31ecd60c3d71: Pushing 16.02MB/35.95MB
[21B[21A[2K
31ecd60c3d71: Pushing 17.1MB/35.95MB
[21B[21A[2K
31ecd60c3d71: Pushing 18.54MB/35.95MB
[21B[21A[2K
31ecd60c3d71: Pushing 19.65MB/35.95MB
[21B[21A[2K
31ecd60c3d71: Pushing 20.76MB/35.95MB
[21B[21A[2K
31ecd60c3d71: Pushing 23.35MB/35.95MB
[21B[21A[2K
31ecd60c3d71: Pushing 24.81MB/35.95MB
[21B[21A[2K
31ecd60c3d71: Pushing 26.25MB/35.95MB
[21B[17A[2K
bb62059d593a: Pushed
[17B[15A[2K
9d6fd2a91cb6: Pushed
[15B[21A[2K
31ecd60c3d71: Pushing 27.72MB/35.95MB
[21B[16A[2K
0a5c5e7984a5: Pushed
[16B[14A[2K
8f373a94b695: Pushed
[14B[13A[2K
f6e4a599a05b: Pushing 551.4kB/317.1MB
[13B[12A[2K
f05e74530ed4: Pushing 1.024kB/73.83kB
[12B[21A[2K
31ecd60c3d71: Pushing 29.2MB/35.95MB
[21B[12A[2K
f05e74530ed4: Pushing 77.82kB
[12B[11A[2K
d6a9e1c11ab3: Pushing 3.584kB
[11B[13A[2K
f6e4a599a05b: Pushing 1.624MB/317.1MB
[13B[21A[2K
31ecd60c3d71: Pushing 30.31MB/35.95MB
[21B[13A[2K
f6e4a599a05b: Pushing 3.224MB/317.1MB
[13B[21A[2K
31ecd60c3d71: Pushing 31.76MB/35.95MB
[21B[10A[2K
586c4513f64e: Pushing 552.4kB/201.2MB
[10B[21A[2K
31ecd60c3d71: Pushing 32.86MB/35.95MB
[21B[13A[2K
f6e4a599a05b: Pushing 3.76MB/317.1MB
[13B[10A[2K
586c4513f64e: Pushing 1.65MB/201.2MB
[10B[21A[2K
31ecd60c3d71: Pushing 33.97MB/35.95MB
[21B[10A[2K
586c4513f64e: Pushing 2.764MB/201.2MB
[10B[13A[2K
f6e4a599a05b: Pushing 4.298MB/317.1MB
[13B[21A[2K
31ecd60c3d71: Pushing 35.41MB/35.95MB
[21B[10A[2K
586c4513f64e: Pushing 3.873MB/201.2MB
[10B[21A[2K
31ecd60c3d71: Pushing 36.86MB
[21B[10A[2K
586c4513f64e: Pushing 4.987MB/201.2MB
[10B[21A[2K
31ecd60c3d71: Pushing 37.98MB
[21B[21A[2K
31ecd60c3d71: Pushing 38.72MB
[21B[10A[2K
586c4513f64e: Pushing 6.071MB/201.2MB
[10B[13A[2K
f6e4a599a05b: Pushing 4.824MB/317.1MB
[13B[13A[2K
f6e4a599a05b: Pushing 5.896MB/317.1MB
[13B[10A[2K
586c4513f64e: Pushing 7.742MB/201.2MB
[10B[13A[2K
f6e4a599a05b: Pushing 7.503MB/317.1MB
[13B[10A[2K
586c4513f64e: Pushing 9.971MB/201.2MB
[10B[13A[2K
f6e4a599a05b: Pushing 9.161MB/317.1MB
[13B[12A[2K
f05e74530ed4: Pushed
[12B[10A[2K
586c4513f64e: Pushing 12.12MB/201.2MB
[10B[13A[2K
f6e4a599a05b: Pushing 10.78MB/317.1MB
[13B[11A[2K
d6a9e1c11ab3: Pushed
[11B[10A[2K
586c4513f64e: Pushing 13.75MB/201.2MB
[10B[9A[2K
b6d8f557ceb3: Layer already exists
[9B[13A[2K
f6e4a599a05b: Pushing 12.36MB/317.1MB
[13B[10A[2K
586c4513f64e: Pushing 14.82MB/201.2MB
[10B[13A[2K
f6e4a599a05b: Pushing 13.99MB/317.1MB
[13B[7A[2K
ea9370fbf8d0: Layer already exists
[7B[8A[2K
b65d30014aa7: Layer already exists
[8B[10A[2K
586c4513f64e: Pushing 15.91MB/201.2MB
[10B[13A[2K
f6e4a599a05b: Pushing 16.15MB/317.1MB
[13B[10A[2K
586c4513f64e: Pushing 17.57MB/201.2MB
[10B[13A[2K
f6e4a599a05b: Pushing 18.31MB/317.1MB
[13B[6A[2K
a10c79771e86: Layer already exists
[6B[10A[2K
586c4513f64e: Pushing 19.76MB/201.2MB
[10B[5A[2K
3f4c8c89729b: Layer already exists
[5B[13A[2K
f6e4a599a05b: Pushing 19.89MB/317.1MB
[13B[10A[2K
586c4513f64e: Pushing 21.98MB/201.2MB
[10B[4A[2K
5c813a85f7f0: Layer already exists
[4B[13A[2K
f6e4a599a05b: Pushing 20.96MB/317.1MB
[13B[21A[2K
31ecd60c3d71: Pushed
[21B[3A[2K
bdca38f94ff0: Layer already exists
[3B[10A[2K
586c4513f64e: Pushing 23.64MB/201.2MB
[10B[1A[2K
ce8168f12337: Layer already exists
[1B[13A[2K
f6e4a599a05b: Pushing 22.02MB/317.1MB
[13B[2A[2K
faac394a1ad3: Layer already exists
[2B[10A[2K
586c4513f64e: Pushing 24.73MB/201.2MB
[10B[13A[2K
f6e4a599a05b: Pushing 23.6MB/317.1MB
[13B[10A[2K
586c4513f64e: Pushing 25.84MB/201.2MB
[10B[13A[2K
f6e4a599a05b: Pushing 25.19MB/317.1MB
[13B[10A[2K
586c4513f64e: Pushing 27.48MB/201.2MB
[10B[13A[2K
f6e4a599a05b: Pushing 26.25MB/317.1MB
[13B[10A[2K
586c4513f64e: Pushing 28.56MB/201.2MB
[10B[13A[2K
f6e4a599a05b: Pushing 27.31MB/317.1MB
[13B[10A[2K
586c4513f64e: Pushing 29.67MB/201.2MB
[10B[13A[2K
f6e4a599a05b: Pushing 28.37MB/317.1MB
[13B[10A[2K
586c4513f64e: Pushing 31.32MB/201.2MB
[10B[13A[2K
f6e4a599a05b: Pushing 29.97MB/317.1MB
[13B[10A[2K
586c4513f64e: Pushing 32.42MB/201.2MB
[10B[13A[2K
f6e4a599a05b: Pushing 31.03MB/317.1MB
[13B[10A[2K
586c4513f64e: Pushing 33.51MB/201.2MB
[10B[13A[2K
f6e4a599a05b: Pushing 32.08MB/317.1MB
[13B[10A[2K
586c4513f64e: Pushing 34.63MB/201.2MB
[10B[13A[2K
f6e4a599a05b: Pushing 33.13MB/317.1MB
[13B[10A[2K
586c4513f64e: Pushing 35.74MB/201.2MB
[10B[10A[2K
586c4513f64e: Pushing 36.83MB/201.2MB
[10B[13A[2K
f6e4a599a05b: Pushing 34.19MB/317.1MB
[13B[10A[2K
586c4513f64e: Pushing 37.95MB/201.2MB
[10B[13A[2K
f6e4a599a05b: Pushing 35.25MB/317.1MB
[13B[10A[2K
586c4513f64e: Pushing 39.03MB/201.2MB
[10B[13A[2K
f6e4a599a05b: Pushing 35.77MB/317.1MB
[13B[10A[2K
586c4513f64e: Pushing 40.12MB/201.2MB
[10B[13A[2K
f6e4a599a05b: Pushing 36.3MB/317.1MB
[13B[10A[2K
586c4513f64e: Pushing 41.18MB/201.2MB
[10B[13A[2K
f6e4a599a05b: Pushing 36.82MB/317.1MB
[13B[10A[2K
586c4513f64e: Pushing 42.25MB/201.2MB
[10B[13A[2K
f6e4a599a05b: Pushing 37.35MB/317.1MB
[13B[10A[2K
586c4513f64e: Pushing 43.32MB/201.2MB
[10B[13A[2K
f6e4a599a05b: Pushing 37.88MB/317.1MB
[13B[10A[2K
586c4513f64e: Pushing 44.94MB/201.2MB
[10B[13A[2K
f6e4a599a05b: Pushing 39.46MB/317.1MB
[13B[10A[2K
586c4513f64e: Pushing 46.58MB/201.2MB
[10B[13A[2K
f6e4a599a05b: Pushing 41.03MB/317.1MB
[13B[10A[2K
586c4513f64e: Pushing 48.81MB/201.2MB
[10B[13A[2K
f6e4a599a05b: Pushing 42.08MB/317.1MB
[13B[10A[2K
586c4513f64e: Pushing 51.04MB/201.2MB
[10B[13A[2K
f6e4a599a05b: Pushing 43.69MB/317.1MB
[13B[10A[2K
586c4513f64e: Pushing 53.26MB/201.2MB
[10B[13A[2K
f6e4a599a05b: Pushing 45.27MB/317.1MB
[13B[10A[2K
586c4513f64e: Pushing 55.49MB/201.2MB
[10B[10A[2K
586c4513f64e: Pushing 58.28MB/201.2MB
[10B[13A[2K
f6e4a599a05b: Pushing 46.88MB/317.1MB
[13B[10A[2K
586c4513f64e: Pushing 61.06MB/201.2MB
[10B[13A[2K
f6e4a599a05b: Pushing 48.49MB/317.1MB
[13B[13A[2K
f6e4a599a05b: Pushing 49.54MB/317.1MB
[13B[10A[2K
586c4513f64e: Pushing 63.29MB/201.2MB
[10B[13A[2K
f6e4a599a05b: Pushing 50.6MB/317.1MB
[13B[10A[2K
586c4513f64e: Pushing 65.52MB/201.2MB
[10B[13A[2K
f6e4a599a05b: Pushing 52.18MB/317.1MB
[13B[10A[2K
586c4513f64e: Pushing 68.3MB/201.2MB
[10B[13A[2K
f6e4a599a05b: Pushing 53.77MB/317.1MB
[13B[10A[2K
586c4513f64e: Pushing 71.09MB/201.2MB
[10B[13A[2K
f6e4a599a05b: Pushing 55.37MB/317.1MB
[13B[10A[2K
586c4513f64e: Pushing 73.32MB/201.2MB
[10B[10A[2K
586c4513f64e: Pushing 75.55MB/201.2MB
[10B[13A[2K
f6e4a599a05b: Pushing 56.95MB/317.1MB
[13B[13A[2K
f6e4a599a05b: Pushing 58.56MB/317.1MB
[13B[10A[2K
586c4513f64e: Pushing 78.33MB/201.2MB
[10B[13A[2K
f6e4a599a05b: Pushing 60.17MB/317.1MB
[13B[10A[2K
586c4513f64e: Pushing 81.67MB/201.2MB
[10B[13A[2K
f6e4a599a05b: Pushing 61.75MB/317.1MB
[13B[10A[2K
586c4513f64e: Pushing 84.46MB/201.2MB
[10B[10A[2K
586c4513f64e: Pushing 86.13MB/201.2MB
[10B[13A[2K
f6e4a599a05b: Pushing 63.36MB/317.1MB
[13B[10A[2K
586c4513f64e: Pushing 87.78MB/201.2MB
[10B[13A[2K
f6e4a599a05b: Pushing 64.43MB/317.1MB
[13B[10A[2K
586c4513f64e: Pushing 89.45MB/201.2MB
[10B[10A[2K
586c4513f64e: Pushing 91.12MB/201.2MB
[10B[13A[2K
f6e4a599a05b: Pushing 66.02MB/317.1MB
[13B[10A[2K
586c4513f64e: Pushing 92.79MB/201.2MB
[10B[13A[2K
f6e4a599a05b: Pushing 67.09MB/317.1MB
[13B[10A[2K
586c4513f64e: Pushing 94.46MB/201.2MB
[10B[13A[2K
f6e4a599a05b: Pushing 69.27MB/317.1MB
[13B[10A[2K
586c4513f64e: Pushing 96.13MB/201.2MB
[10B[13A[2K
f6e4a599a05b: Pushing 71.44MB/317.1MB
[13B[10A[2K
586c4513f64e: Pushing 98.36MB/201.2MB
[10B[13A[2K
f6e4a599a05b: Pushing 73.6MB/317.1MB
[13B[10A[2K
586c4513f64e: Pushing 100.6MB/201.2MB
[10B[13A[2K
f6e4a599a05b: Pushing 75.77MB/317.1MB
[13B[10A[2K
586c4513f64e: Pushing 102.8MB/201.2MB
[10B[13A[2K
f6e4a599a05b: Pushing 77.93MB/317.1MB
[13B[10A[2K
586c4513f64e: Pushing 105MB/201.2MB
[10B[13A[2K
f6e4a599a05b: Pushing 80.62MB/317.1MB
[13B[10A[2K
586c4513f64e: Pushing 107.3MB/201.2MB
[10B[13A[2K
f6e4a599a05b: Pushing 85.05MB/317.1MB
[13B[13A[2K
f6e4a599a05b: Pushing 90.05MB/317.1MB
[13B[10A[2K
586c4513f64e: Pushing 110.1MB/201.2MB
[10B[10A[2K
586c4513f64e: Pushing 112.8MB/201.2MB
[10B[13A[2K
f6e4a599a05b: Pushing 95.58MB/317.1MB
[13B[13A[2K
f6e4a599a05b: Pushing 98.86MB/317.1MB
[13B[10A[2K
586c4513f64e: Pushing 115.6MB/201.2MB
[10B[13A[2K
f6e4a599a05b: Pushing 101.6MB/317.1MB
[13B[10A[2K
586c4513f64e: Pushing 118.4MB/201.2MB
[10B[13A[2K
f6e4a599a05b: Pushing 104.9MB/317.1MB
[13B[10A[2K
586c4513f64e: Pushing 121.2MB/201.2MB
[10B[13A[2K
f6e4a599a05b: Pushing 108.7MB/317.1MB
[13B[10A[2K
586c4513f64e: Pushing 124MB/201.2MB
[10B[13A[2K
f6e4a599a05b: Pushing 112.5MB/317.1MB
[13B[10A[2K
586c4513f64e: Pushing 126.8MB/201.2MB
[10B[13A[2K
f6e4a599a05b: Pushing 116.9MB/317.1MB
[13B[10A[2K
586c4513f64e: Pushing 128.9MB/201.2MB
[10B[13A[2K
f6e4a599a05b: Pushing 120.6MB/317.1MB
[13B[10A[2K
586c4513f64e: Pushing 131.1MB/201.2MB
[10B[13A[2K
f6e4a599a05b: Pushing 123.9MB/317.1MB
[13B[10A[2K
586c4513f64e: Pushing 133.2MB/201.2MB
[10B[13A[2K
f6e4a599a05b: Pushing 127.1MB/317.1MB
[13B[10A[2K
586c4513f64e: Pushing 135.4MB/201.2MB
[10B[13A[2K
f6e4a599a05b: Pushing 130.9MB/317.1MB
[13B[10A[2K
586c4513f64e: Pushing 137.6MB/201.2MB
[10B[13A[2K
f6e4a599a05b: Pushing 133.6MB/317.1MB
[13B[10A[2K
586c4513f64e: Pushing 139.2MB/201.2MB
[10B[13A[2K
f6e4a599a05b: Pushing 135.7MB/317.1MB
[13B[10A[2K
586c4513f64e: Pushing 140.8MB/201.2MB
[10B[13A[2K
f6e4a599a05b: Pushing 137.9MB/317.1MB
[13B[10A[2K
586c4513f64e: Pushing 142.5MB/201.2MB
[10B[13A[2K
f6e4a599a05b: Pushing 140MB/317.1MB
[13B[10A[2K
586c4513f64e: Pushing 144.7MB/201.2MB
[10B[13A[2K
f6e4a599a05b: Pushing 142.7MB/317.1MB
[13B[10A[2K
586c4513f64e: Pushing 146.9MB/201.2MB
[10B[13A[2K
f6e4a599a05b: Pushing 146.5MB/317.1MB
[13B[10A[2K
586c4513f64e: Pushing 149.1MB/201.2MB
[10B[13A[2K
f6e4a599a05b: Pushing 148.2MB/317.1MB
[13B[10A[2K
586c4513f64e: Pushing 150.8MB/201.2MB
[10B[13A[2K
f6e4a599a05b: Pushing 149.8MB/317.1MB
[13B[10A[2K
586c4513f64e: Pushing 152.4MB/201.2MB
[10B[13A[2K
f6e4a599a05b: Pushing 150.8MB/317.1MB
[13B[10A[2K
586c4513f64e: Pushing 154.1MB/201.2MB
[10B[13A[2K
f6e4a599a05b: Pushing 152.4MB/317.1MB
[13B[10A[2K
586c4513f64e: Pushing 156.2MB/201.2MB
[10B[13A[2K
f6e4a599a05b: Pushing 154.1MB/317.1MB
[13B[10A[2K
586c4513f64e: Pushing 158.4MB/201.2MB
[10B[13A[2K
f6e4a599a05b: Pushing 156.3MB/317.1MB
[13B[10A[2K
586c4513f64e: Pushing 160.7MB/201.2MB
[10B[10A[2K
586c4513f64e: Pushing 162.8MB/201.2MB
[10B[13A[2K
f6e4a599a05b: Pushing 158MB/317.1MB
[13B[10A[2K
586c4513f64e: Pushing 165MB/201.2MB
[10B[13A[2K
f6e4a599a05b: Pushing 159.1MB/317.1MB
[13B[10A[2K
586c4513f64e: Pushing 167.2MB/201.2MB
[10B[13A[2K
f6e4a599a05b: Pushing 160.8MB/317.1MB
[13B[10A[2K
586c4513f64e: Pushing 168.8MB/201.2MB
[10B[13A[2K
f6e4a599a05b: Pushing 162.5MB/317.1MB
[13B[10A[2K
586c4513f64e: Pushing 169.9MB/201.2MB
[10B[13A[2K
f6e4a599a05b: Pushing 164.1MB/317.1MB
[13B[13A[2K
f6e4a599a05b: Pushing 165.2MB/317.1MB
[13B[10A[2K
586c4513f64e: Pushing 171MB/201.2MB
[10B[13A[2K
f6e4a599a05b: Pushing 166.8MB/317.1MB
[13B[10A[2K
586c4513f64e: Pushing 172.6MB/201.2MB
[10B[13A[2K
f6e4a599a05b: Pushing 168.5MB/317.1MB
[13B[10A[2K
586c4513f64e: Pushing 174.2MB/201.2MB
[10B[13A[2K
f6e4a599a05b: Pushing 170.1MB/317.1MB
[13B[10A[2K
586c4513f64e: Pushing 175.8MB/201.2MB
[10B[13A[2K
f6e4a599a05b: Pushing 171.7MB/317.1MB
[13B[10A[2K
586c4513f64e: Pushing 177.4MB/201.2MB
[10B[13A[2K
f6e4a599a05b: Pushing 173.3MB/317.1MB
[13B[10A[2K
586c4513f64e: Pushing 178.5MB/201.2MB
[10B[13A[2K
f6e4a599a05b: Pushing 175.5MB/317.1MB
[13B[10A[2K
586c4513f64e: Pushing 179.5MB/201.2MB
[10B[13A[2K
f6e4a599a05b: Pushing 177.7MB/317.1MB
[13B[10A[2K
586c4513f64e: Pushing 181.1MB/201.2MB
[10B[13A[2K
f6e4a599a05b: Pushing 179.9MB/317.1MB
[13B[10A[2K
586c4513f64e: Pushing 183.8MB/201.2MB
[10B[13A[2K
f6e4a599a05b: Pushing 182.1MB/317.1MB
[13B[10A[2K
586c4513f64e: Pushing 185.9MB/201.2MB
[10B[10A[2K
586c4513f64e: Pushing 188.6MB/201.2MB
[10B[13A[2K
f6e4a599a05b: Pushing 184.3MB/317.1MB
[13B[13A[2K
f6e4a599a05b: Pushing 186.5MB/317.1MB
[13B[10A[2K
586c4513f64e: Pushing 190.8MB/201.2MB
[10B[13A[2K
f6e4a599a05b: Pushing 188.7MB/317.1MB
[13B[10A[2K
586c4513f64e: Pushing 192.4MB/201.2MB
[10B[13A[2K
f6e4a599a05b: Pushing 190.4MB/317.1MB
[13B[10A[2K
586c4513f64e: Pushing 194MB/201.2MB
[10B[13A[2K
f6e4a599a05b: Pushing 192MB/317.1MB
[13B[10A[2K
586c4513f64e: Pushing 196.2MB/201.2MB
[10B[13A[2K
f6e4a599a05b: Pushing 194.2MB/317.1MB
[13B[10A[2K
586c4513f64e: Pushing 198.3MB/201.2MB
[10B[13A[2K
f6e4a599a05b: Pushing 195.8MB/317.1MB
[13B[10A[2K
586c4513f64e: Pushing 199.4MB/201.2MB
[10B[13A[2K
f6e4a599a05b: Pushing 197.4MB/317.1MB
[13B[10A[2K
586c4513f64e: Pushing 201MB/201.2MB
[10B[13A[2K
f6e4a599a05b: Pushing 199.1MB/317.1MB
[13B[10A[2K
586c4513f64e: Pushing 203.2MB
[10B[10A[2K
586c4513f64e: Pushing 204.7MB
[10B[13A[2K
f6e4a599a05b: Pushing 200.7MB/317.1MB
[13B[13A[2K
f6e4a599a05b: Pushing 202.3MB/317.1MB
[13B[13A[2K
f6e4a599a05b: Pushing 204.4MB/317.1MB
[13B[13A[2K
f6e4a599a05b: Pushing 206.6MB/317.1MB
[13B[13A[2K
f6e4a599a05b: Pushing 208.2MB/317.1MB
[13B[13A[2K
f6e4a599a05b: Pushing 210.3MB/317.1MB
[13B[13A[2K
f6e4a599a05b: Pushing 213.7MB/317.1MB
[13B[13A[2K
f6e4a599a05b: Pushing 215.9MB/317.1MB
[13B[10A[2K
586c4513f64e: Pushed
[10B[13A[2K
f6e4a599a05b: Pushing 218.6MB/317.1MB
[13B[13A[2K
f6e4a599a05b: Pushing 221.3MB/317.1MB
[13B[13A[2K
f6e4a599a05b: Pushing 223MB/317.1MB
[13B[13A[2K
f6e4a599a05b: Pushing 224.6MB/317.1MB
[13B[13A[2K
f6e4a599a05b: Pushing 226.7MB/317.1MB
[13B[13A[2K
f6e4a599a05b: Pushing 228.3MB/317.1MB
[13B[13A[2K
f6e4a599a05b: Pushing 230.4MB/317.1MB
[13B[13A[2K
f6e4a599a05b: Pushing 232.6MB/317.1MB
[13B[13A[2K
f6e4a599a05b: Pushing 234.7MB/317.1MB
[13B[13A[2K
f6e4a599a05b: Pushing 236.8MB/317.1MB
[13B[13A[2K
f6e4a599a05b: Pushing 238.4MB/317.1MB
[13B[13A[2K
f6e4a599a05b: Pushing 240.6MB/317.1MB
[13B[13A[2K
f6e4a599a05b: Pushing 242.2MB/317.1MB
[13B[13A[2K
f6e4a599a05b: Pushing 244.4MB/317.1MB
[13B[13A[2K
f6e4a599a05b: Pushing 246.7MB/317.1MB
[13B[13A[2K
f6e4a599a05b: Pushing 250.6MB/317.1MB
[13B[13A[2K
f6e4a599a05b: Pushing 253.4MB/317.1MB
[13B[13A[2K
f6e4a599a05b: Pushing 256.7MB/317.1MB
[13B[13A[2K
f6e4a599a05b: Pushing 259.5MB/317.1MB
[13B[13A[2K
f6e4a599a05b: Pushing 262.8MB/317.1MB
[13B[13A[2K
f6e4a599a05b: Pushing 265.6MB/317.1MB
[13B[13A[2K
f6e4a599a05b: Pushing 267.3MB/317.1MB
[13B[13A[2K
f6e4a599a05b: Pushing 268.9MB/317.1MB
[13B[13A[2K
f6e4a599a05b: Pushing 270.6MB/317.1MB
[13B[13A[2K
f6e4a599a05b: Pushing 272.3MB/317.1MB
[13B[13A[2K
f6e4a599a05b: Pushing 274.5MB/317.1MB
[13B[13A[2K
f6e4a599a05b: Pushing 277.8MB/317.1MB
[13B[13A[2K
f6e4a599a05b: Pushing 279.4MB/317.1MB
[13B[13A[2K
f6e4a599a05b: Pushing 281MB/317.1MB
[13B[13A[2K
f6e4a599a05b: Pushing 282.6MB/317.1MB
[13B[13A[2K
f6e4a599a05b: Pushing 284.2MB/317.1MB
[13B[13A[2K
f6e4a599a05b: Pushing 285.9MB/317.1MB
[13B[13A[2K
f6e4a599a05b: Pushing 288.1MB/317.1MB
[13B[13A[2K
f6e4a599a05b: Pushing 290.3MB/317.1MB
[13B[13A[2K
f6e4a599a05b: Pushing 292.4MB/317.1MB
[13B[13A[2K
f6e4a599a05b: Pushing 294.6MB/317.1MB
[13B[13A[2K
f6e4a599a05b: Pushing 296.3MB/317.1MB
[13B[13A[2K
f6e4a599a05b: Pushing 298.9MB/317.1MB
[13B[13A[2K
f6e4a599a05b: Pushing 300.5MB/317.1MB
[13B[13A[2K
f6e4a599a05b: Pushing 302.2MB/317.1MB
[13B[13A[2K
f6e4a599a05b: Pushing 303.8MB/317.1MB
[13B[13A[2K
f6e4a599a05b: Pushing 305.4MB/317.1MB
[13B[13A[2K
f6e4a599a05b: Pushing 306.5MB/317.1MB
[13B[13A[2K
f6e4a599a05b: Pushing 308.6MB/317.1MB
[13B[13A[2K
f6e4a599a05b: Pushing 310.8MB/317.1MB
[13B[13A[2K
f6e4a599a05b: Pushing 313MB/317.1MB
[13B[13A[2K
f6e4a599a05b: Pushing 314.6MB/317.1MB
[13B[13A[2K
f6e4a599a05b: Pushing 316.2MB/317.1MB
[13B[13A[2K
f6e4a599a05b: Pushing 318.3MB
[13B[13A[2K
f6e4a599a05b: Pushing 319.9MB
[13B[13A[2K
f6e4a599a05b: Pushing 321.5MB
[13B[13A[2K
f6e4a599a05b: Pushing 323.7MB
[13B[13A[2K
f6e4a599a05b: Pushing 325.8MB
[13B[13A[2K
f6e4a599a05b: Pushing 328MB
[13B[13A[2K
f6e4a599a05b: Pushing 330.7MB
[13B[13A[2K
f6e4a599a05b: Pushing 330.7MB
[13B[13A[2K
f6e4a599a05b: Pushed
[13Bae5d2380fc5798a73b87cd3f9f1b198ac000eb4c: digest: sha256:ea45d42bf77f7fbeabc66617400ae5eceffb61f877a43e8c415087d66965c46e size: 4927
The push refers to repository [eu.gcr.io/akvo-lumen/rsr-nginx]
[1A[2K
93615a656ac9: Preparing
[1B
[1A[2K
fcd4a5f8c7b8: Preparing
[1B
[1A[2K
ba0caef56380: Preparing
[1B
[1A[2K
0eae3271287c: Preparing
[1B
[1A[2K
be0fea6b2da8: Preparing
[1B
[1A[2K
6739c6ce56a3: Preparing
[1B
[1A[2K
e4858a582c09: Preparing
[1B
[1A[2K
4e7a865e1470: Preparing
[1B
[1A[2K
2f732899231d: Preparing
[1B
[1A[2K
6f23cf4d16de: Preparing
[1B
[1A[2K
531743b7098c: Preparing
[1B[4A[2K
4e7a865e1470: Waiting
[4B[3A[2K
2f732899231d: Waiting
[3B[2A[2K
6f23cf4d16de: Waiting
[2B[1A[2K
531743b7098c: Waiting
[1B[6A[2K
6739c6ce56a3: Waiting
[6B[5A[2K
e4858a582c09: Waiting
[5B[7A[2K
be0fea6b2da8: Pushing 512B
[7B[7A[2K
be0fea6b2da8: Pushing 4.096kB
[7B[11A[2K
93615a656ac9: Pushing 512B/1.877kB
[11B[11A[2K
93615a656ac9: Pushing 3.584kB
[11B[8A[2K
0eae3271287c: Pushing 139.1kB/13.28MB
[8B[9A[2K
ba0caef56380: Pushing 194.6kB/17.87MB
[9B[10A[2K
fcd4a5f8c7b8: Pushing 234kB/20.27MB
[10B[9A[2K
ba0caef56380: Pushing 2.161MB/17.87MB
[9B[10A[2K
fcd4a5f8c7b8: Pushing 2.298MB/20.27MB
[10B[8A[2K
0eae3271287c: Pushing 551.2kB/13.28MB
[8B[9A[2K
ba0caef56380: Pushing 4.718MB/17.87MB
[9B[10A[2K
fcd4a5f8c7b8: Pushing 4.363MB/20.27MB
[10B[9A[2K
ba0caef56380: Pushing 6.094MB/17.87MB
[9B[10A[2K
fcd4a5f8c7b8: Pushing 6.199MB/20.27MB
[10B[9A[2K
ba0caef56380: Pushing 7.667MB/17.87MB
[9B[10A[2K
fcd4a5f8c7b8: Pushing 7.576MB/20.27MB
[10B[8A[2K
0eae3271287c: Pushing 1.142MB/13.28MB
[8B[9A[2K
ba0caef56380: Pushing 9.043MB/17.87MB
[9B[10A[2K
fcd4a5f8c7b8: Pushing 8.952MB/20.27MB
[10B[8A[2K
0eae3271287c: Pushing 1.851MB/13.28MB
[8B[9A[2K
ba0caef56380: Pushing 11.8MB/17.87MB
[9B[10A[2K
fcd4a5f8c7b8: Pushing 10.1MB/20.27MB
[10B[8A[2K
0eae3271287c: Pushing 2.458MB/13.28MB
[8B[9A[2K
ba0caef56380: Pushing 14.55MB/17.87MB
[9B[10A[2K
fcd4a5f8c7b8: Pushing 11.7MB/20.27MB
[10B[8A[2K
0eae3271287c: Pushing 3.213MB/13.28MB
[8B[9A[2K
ba0caef56380: Pushing 17.12MB/17.87MB
[9B[9A[2K
ba0caef56380: Pushing 17.88MB
[9B[10A[2K
fcd4a5f8c7b8: Pushing 13.77MB/20.27MB
[10B[8A[2K
0eae3271287c: Pushing 5.737MB/13.28MB
[8B[10A[2K
fcd4a5f8c7b8: Pushing 16.75MB/20.27MB
[10B[8A[2K
0eae3271287c: Pushing 7.825MB/13.28MB
[8B[10A[2K
fcd4a5f8c7b8: Pushing 19.5MB/20.27MB
[10B[10A[2K
fcd4a5f8c7b8: Pushing 20.28MB
[10B[8A[2K
0eae3271287c: Pushing 10.23MB/13.28MB
[8B[7A[2K
be0fea6b2da8: Pushed
[7B[11A[2K
93615a656ac9: Pushed
[11B[6A[2K
6739c6ce56a3: Pushing 512B
[6B[6A[2K
6739c6ce56a3: Pushing 4.096kB
[6B[8A[2K
0eae3271287c: Pushing 13.58MB
[8B[5A[2K
e4858a582c09: Pushing 512B/2.854kB
[5B[5A[2K
e4858a582c09: Pushing 6.656kB
[5B[8A[2K
0eae3271287c: Pushing 13.94MB
[8B[9A[2K
ba0caef56380: Pushed
[9B[4A[2K
4e7a865e1470: Pushing 512B/4.373kB
[4B[4A[2K
4e7a865e1470: Pushing 7.68kB
[4B[10A[2K
fcd4a5f8c7b8: Pushed
[10B[6A[2K
6739c6ce56a3: Pushed
[6B[5A[2K
e4858a582c09: Pushed
[5B[3A[2K
2f732899231d: Pushing 512B/1.951kB
[3B[3A[2K
2f732899231d: Pushing 4.608kB
[3B[2A[2K
6f23cf4d16de: Layer already exists
[2B[1A[2K
531743b7098c: Layer already exists
[1B[8A[2K
0eae3271287c: Pushed
[8B[4A[2K
4e7a865e1470: Pushed
[4B[3A[2K
2f732899231d: Pushed
[3Bae5d2380fc5798a73b87cd3f9f1b198ac000eb4c: digest: sha256:13e6e586cf32ff15c4d7a96b88e3437141e4a0292b8367ab8d9a547caa9f3966 size: 2616
The push refers to repository [eu.gcr.io/akvo-lumen/rsr-statsd-to-prometheus]
[1A[2K
f25fe6e7687d: Preparing
[1B
[1A[2K
e00996135533: Preparing
[1B
[1A[2K
1692ded805c8: Preparing
[1B
[1A[2K
6a749002dd6a: Preparing
[1B[4A[2K
f25fe6e7687d: Pushing 512B
[4B[4A[2K
f25fe6e7687d: Pushing 3.072kB
[4B[3A[2K
e00996135533: Layer already exists
[3B[1A[2K
6a749002dd6a: Layer already exists
[1B[2A[2K
1692ded805c8: Layer already exists
[2B[4A[2K
f25fe6e7687d: Pushed
[4Bae5d2380fc5798a73b87cd3f9f1b198ac000eb4c: digest: sha256:9d69fbd6791da2cba37cb654d865fa45336cb196352424ccad24fc4656ce6e83 size: 1155
configmap/akvo-rsr unchanged
deployment.apps/rsr-memcached configured
service/rsr-memcached unchanged
persistentvolumeclaim/rsr-media-disk unchanged
service/rsr unchanged
deployment.apps/rsr configured
configmap/rsr-dashboard unchanged
22:04:48 - BUILD INFO - Waiting for k8s to finish
Waiting for the containers to be ready
Waiting for the containers to be ready
Waiting for the containers to be ready
Waiting for the containers to be ready
Waiting for the containers to be ready
Waiting for the containers to be ready
Waiting for the containers to be ready
all good!
Exporting environment variables
Exporting SEMAPHORE_JOB_RESULT
pushd akvo/rsr/front-end
~/akvo-rsr/akvo/rsr/front-end ~/akvo-rsr
cache store client-fe-npm-deps-$(checksum package.json) ./node_modules
Key 'client-fe-npm-deps-fbe553aba9c406d1727b8a031f0dbbcc' already exists.
popd
~/akvo-rsr