Exporting environment variables Exporting TERM Exporting PAGER Exporting DISPLAY Exporting CI Exporting SEMAPHORE Exporting SEMAPHORE_PROJECT_NAME Exporting SEMAPHORE_PROJECT_ID Exporting SEMAPHORE_JOB_NAME Exporting SEMAPHORE_JOB_ID Exporting SEMAPHORE_AGENT_MACHINE_TYPE Exporting SEMAPHORE_AGENT_MACHINE_OS_IMAGE Exporting SEMAPHORE_AGENT_MACHINE_ENVIRONMENT_TYPE Exporting SEMAPHORE_ORGANIZATION_URL Exporting SEMAPHORE_ARTIFACT_TOKEN Exporting SSH_PRIVATE_KEY_PATH Exporting SEMAPHORE_CACHE_BACKEND Exporting SEMAPHORE_CACHE_PRIVATE_KEY_PATH Exporting SEMAPHORE_CACHE_USERNAME Exporting SEMAPHORE_CACHE_URL Exporting SEMAPHORE_CACHE_NEW_CLI Exporting SEMAPHORE_GIT_PROVIDER Exporting SEMAPHORE_GIT_URL Exporting SEMAPHORE_GIT_DIR Exporting SEMAPHORE_GIT_SHA Exporting SEMAPHORE_GIT_REPO_SLUG Exporting SEMAPHORE_GIT_REF Exporting SEMAPHORE_GIT_COMMIT_RANGE Exporting SEMAPHORE_GIT_REF_TYPE Exporting SEMAPHORE_GIT_BRANCH Exporting DOCKER_PASSWORD Exporting DOCKER_USERNAME Exporting AUTH_CLIENT Exporting AUTH_PASSWORD Exporting CYPRESS_RECORD_KEY Exporting PASSWORD Exporting USERNAME Exporting LUMEN_JS_ENGINE_MAX_MEMORY Exporting LUMEN_JS_ENGINE_MAX_TIME Exporting LUMEN_SENTRY_BACKEND_DSN Exporting SEMAPHORE_WORKFLOW_ID Exporting SEMAPHORE_WORKFLOW_NUMBER Exporting SEMAPHORE_WORKFLOW_RERUN Exporting SEMAPHORE_WORKFLOW_TRIGGERED_BY_HOOK Exporting SEMAPHORE_WORKFLOW_HOOK_SOURCE Exporting SEMAPHORE_WORKFLOW_TRIGGERED_BY_SCHEDULE Exporting SEMAPHORE_WORKFLOW_TRIGGERED_BY_API Exporting SEMAPHORE_PIPELINE_ARTEFACT_ID Exporting SEMAPHORE_PIPELINE_ID Exporting SEMAPHORE_PIPELINE_RERUN Exporting SEMAPHORE_PIPELINE_PROMOTION Exporting SEMAPHORE_PIPELINE_PROMOTED_BY Exporting SEMAPHORE_PIPELINE_0_ARTEFACT_ID Exporting CLOUDSDK_CORE_DISABLE_PROMPTS Injecting Files Injecting /home/semaphore/.ssh/semaphore_cache_key with file mode 0600 Injecting .ssh/id_rsa with file mode 0600 Injecting .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 https://github.com/semaphoreci/toolbox/releases/download/v1.14.10/linux.tar toolbox/ toolbox/install-toolbox toolbox/when toolbox/sem-dockerize toolbox/sem-version toolbox/new-cache toolbox/sem-install toolbox/libchecksum toolbox/README.md toolbox/sem-service-check-params toolbox/system-metrics-collector toolbox/test-results toolbox/toolbox toolbox/artifact toolbox/install-package toolbox/ssh-session-cli toolbox/sem-service toolbox/spc toolbox/libcheckout toolbox/cache toolbox/retry retry installed ssh-session-cli installed cache installed sem-service installed sem-dockerize installed sem-service-check-params 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 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 2349 Connecting to cache Running: ssh-keyscan -p 29920 -H 94.130.239.239 >> /home/semaphore/.ssh/known_hosts && ssh-add /home/semaphore/.ssh/semaphore_cache_key # 94.130.239.239:29920 SSH-2.0-OpenSSH_7.6p1 Ubuntu-4ubuntu0.3 # 94.130.239.239:29920 SSH-2.0-OpenSSH_7.6p1 Ubuntu-4ubuntu0.3 # 94.130.239.239:29920 SSH-2.0-OpenSSH_7.6p1 Ubuntu-4ubuntu0.3 Identity added: /home/semaphore/.ssh/semaphore_cache_key (/home/semaphore/.ssh/semaphore_cache_key) echo "${DOCKER_PASSWORD}" | docker login --username "${DOCKER_USERNAME}" --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 sudo rm -rf \ /usr/local/golang/ \ /home/semaphore/.phpbrew \ /home/semaphore/.kerl \ /home/semaphore/.sbt \ /home/semaphore/.nvm \ /home/semaphore/.npm \ /home/semaphore/.kiex \ /usr/lib/jvm \ /opt/* checkout Performing shallow clone with depth: 50 HEAD is now at 1159128 Update kubectl exec to include interactive option cd backend cache restore lein-deps-$(checksum project.clj) HIT: 'lein-deps-318c6fdf13833d289844f9b50159f9b3', using key 'lein-deps-318c6fdf13833d289844f9b50159f9b3'. Cache download time: 1 seconds Restored: /home/semaphore/.m2/ mv home/semaphore/.m2 ~/.m2 2>/dev/null || true cache restore lein-$(checksum `which lein`) HIT: 'lein-520552da0ad1622dc00aff824d8ce584', using key 'lein-520552da0ad1622dc00aff824d8ce584'. Cache download time: 0 seconds Restored: /home/semaphore/.lein/ mv home/semaphore/.lein ~/.lein 2>/dev/null || true cd ../client cache restore client-npm-deps-$(checksum package-lock.json) MISS: 'client-npm-deps-c08ed1b344a3f30b4c27aed46106c62d'. mv ./node_modules .node_modules 2>/dev/null || true cd .. export PATH=${HOME}/google-cloud-sdk/bin:$PATH export CI_BRANCH=${SEMAPHORE_GIT_BRANCH} export CI_TAG=${SEMAPHORE_GIT_TAG_NAME} export CI_COMMIT=${SEMAPHORE_GIT_SHA} if [ "$SEMAPHORE_GIT_REF_TYPE" = "pull-request" ]; then export CI_PULL_REQUEST="true" else export CI_PULL_REQUEST="false" fi if [[ ! -d "$HOME/.m2" ]]; then mkdir "$HOME/.m2"; fi; if [[ ! -d "$HOME/.lein" ]]; then mkdir "$HOME/.lein"; fi; ./ci/build.sh 09:54:14 - INFO - Creating Production Windshaft image sha256:f36be2ebdaaea307a5af13a0deb8c3c08ce774570fcbacb60fa4d92da8c7e5f4 09:55:10 - INFO - Creating Production Exporter image sha256:50d860b2c0dbd8712b2a950224677e75f43de1518f5cfeff4951beda5e88279d 09:56:25 - INFO - Waiting for BE build 10:00:05 - INFO - BE Build worked. Skipping logs for it 10:00:05 - INFO - Waiting for FE build 10:00:05 - INFO - Client Build worked. Skipping logs for it 10:00:05 - INFO - Starting Docker Compose environment Creating network "akvo-lumen-ci_default" with the default driver Creating volume "akvo-lumen-ci_pg-data" with default driver Pulling keycloak (akvo/akvo-keycloak-dev:20201113.144617.b35bcc6)...  20201113.144617.b35bcc6: Pulling from akvo/akvo-keycloak-dev  188c0c94c7c5: Pulling fs layer   92acd3586bab: Pulling fs layer   b0b357886ab6: Pulling fs layer   a3905a578c37: Pulling fs layer   2670314c2d22: Pulling fs layer   0a2b8aec3b98: Pulling fs layer   50fbac332bb3: Pulling fs layer   c0cb0e2d0ba2: Pulling fs layer  2670314c2d22: Waiting  0a2b8aec3b98: Waiting  50fbac332bb3: Waiting  c0cb0e2d0ba2: Waiting  a3905a578c37: Waiting  92acd3586bab: Downloading [> ] 64.71kB/6.39MB  188c0c94c7c5: Downloading [> ] 27.99kB/2.797MB  b0b357886ab6: Downloading [> ] 437.5kB/42.64MB  92acd3586bab: Downloading [=====================> ] 2.767MB/6.39MB  b0b357886ab6: Downloading [=====> ] 4.799MB/42.64MB  188c0c94c7c5: Downloading [==============================> ] 1.723MB/2.797MB  92acd3586bab: Verifying Checksum  92acd3586bab: Download complete  b0b357886ab6: Downloading [================> ] 13.98MB/42.64MB  b0b357886ab6: Downloading [===========================> ] 23.62MB/42.64MB  188c0c94c7c5: Downloading [================================================> ] 2.739MB/2.797MB  188c0c94c7c5: Downloading [==================================================>] 2.797MB/2.797MB  188c0c94c7c5: Verifying Checksum  188c0c94c7c5: Download complete  188c0c94c7c5: Extracting [> ] 32.77kB/2.797MB  b0b357886ab6: Downloading [=======================================> ] 33.66MB/42.64MB  188c0c94c7c5: Extracting [=========> ] 557.1kB/2.797MB  b0b357886ab6: Verifying Checksum  b0b357886ab6: Download complete  188c0c94c7c5: Extracting [==================================================>] 2.797MB/2.797MB  188c0c94c7c5: Pull complete  92acd3586bab: Extracting [> ] 65.54kB/6.39MB  a3905a578c37: Downloading [> ] 8.83kB/784.1kB  92acd3586bab: Extracting [======================================> ] 4.981MB/6.39MB  a3905a578c37: Downloading [==================================================>] 784.1kB/784.1kB  a3905a578c37: Verifying Checksum  a3905a578c37: Download complete  92acd3586bab: Extracting [==================================================>] 6.39MB/6.39MB  92acd3586bab: Pull complete  b0b357886ab6: Extracting [> ] 458.8kB/42.64MB  b0b357886ab6: Extracting [======> ] 5.964MB/42.64MB  2670314c2d22: Downloading [> ] 530.8kB/197.8MB  b0b357886ab6: Extracting [===========> ] 10.09MB/42.64MB  2670314c2d22: Downloading [==> ] 8.551MB/197.8MB  0a2b8aec3b98: Downloading [> ] 3.354kB/307kB  0a2b8aec3b98: Downloading [==================================================>] 307kB/307kB  0a2b8aec3b98: Verifying Checksum  0a2b8aec3b98: Download complete  b0b357886ab6: Extracting [=======================> ] 19.73MB/42.64MB  2670314c2d22: Downloading [===> ] 13.38MB/197.8MB  b0b357886ab6: Extracting [===========================> ] 23.86MB/42.64MB  2670314c2d22: Downloading [====> ] 18.21MB/197.8MB  50fbac332bb3: Downloading [=====> ] 660B/5.731kB  50fbac332bb3: Downloading [==================================================>] 5.731kB/5.731kB  50fbac332bb3: Verifying Checksum  50fbac332bb3: Download complete  b0b357886ab6: Extracting [================================> ] 27.98MB/42.64MB  2670314c2d22: Downloading [======> ] 27.33MB/197.8MB  b0b357886ab6: Extracting [=====================================> ] 32.11MB/42.64MB  2670314c2d22: Downloading [========> ] 34.86MB/197.8MB  b0b357886ab6: Extracting [=========================================> ] 35.78MB/42.64MB  2670314c2d22: Downloading [===========> ] 45.01MB/197.8MB  b0b357886ab6: Extracting [==============================================> ] 39.91MB/42.64MB  2670314c2d22: Downloading [==============> ] 56.21MB/197.8MB  b0b357886ab6: Extracting [==================================================>] 42.64MB/42.64MB  b0b357886ab6: Pull complete  a3905a578c37: Extracting [==> ] 32.77kB/784.1kB  2670314c2d22: Downloading [================> ] 64.76MB/197.8MB  a3905a578c37: Extracting [==================================================>] 784.1kB/784.1kB  a3905a578c37: Extracting [==================================================>] 784.1kB/784.1kB  a3905a578c37: Pull complete  2670314c2d22: Downloading [==================> ] 74.39MB/197.8MB  c0cb0e2d0ba2: Downloading [> ] 539.8kB/198.1MB  2670314c2d22: Downloading [====================> ] 81.87MB/197.8MB  c0cb0e2d0ba2: Downloading [=> ] 5.385MB/198.1MB  c0cb0e2d0ba2: Downloading [===> ] 12.34MB/198.1MB  2670314c2d22: Downloading [======================> ] 87.24MB/197.8MB  c0cb0e2d0ba2: Downloading [=====> ] 19.86MB/198.1MB  2670314c2d22: Downloading [=======================> ] 92.59MB/197.8MB  2670314c2d22: Downloading [========================> ] 98.52MB/197.8MB  c0cb0e2d0ba2: Downloading [======> ] 25.76MB/198.1MB  2670314c2d22: Downloading [==========================> ] 103.9MB/197.8MB  c0cb0e2d0ba2: Downloading [=======> ] 31.67MB/198.1MB  2670314c2d22: Downloading [===========================> ] 110.3MB/197.8MB  c0cb0e2d0ba2: Downloading [=========> ] 38.63MB/198.1MB  2670314c2d22: Downloading [=============================> ] 116.8MB/197.8MB  c0cb0e2d0ba2: Downloading [===========> ] 45.06MB/198.1MB  2670314c2d22: Downloading [===============================> ] 123.7MB/197.8MB  c0cb0e2d0ba2: Downloading [============> ] 50.42MB/198.1MB  2670314c2d22: Downloading [================================> ] 129.6MB/197.8MB  c0cb0e2d0ba2: Downloading [==============> ] 56.33MB/198.1MB  2670314c2d22: Downloading [==================================> ] 135.5MB/197.8MB  c0cb0e2d0ba2: Downloading [===============> ] 62.76MB/198.1MB  2670314c2d22: Downloading [===================================> ] 140.9MB/197.8MB  c0cb0e2d0ba2: Downloading [=================> ] 68.65MB/198.1MB  2670314c2d22: Downloading [====================================> ] 146.2MB/197.8MB  c0cb0e2d0ba2: Downloading [==================> ] 75.07MB/198.1MB  2670314c2d22: Downloading [======================================> ] 152.1MB/197.8MB  c0cb0e2d0ba2: Downloading [====================> ] 82.58MB/198.1MB  c0cb0e2d0ba2: Downloading [======================> ] 89.01MB/198.1MB  2670314c2d22: Downloading [=======================================> ] 158MB/197.8MB  c0cb0e2d0ba2: Downloading [========================> ] 95.97MB/198.1MB  2670314c2d22: Downloading [=========================================> ] 163.4MB/197.8MB  c0cb0e2d0ba2: Downloading [=========================> ] 102.4MB/198.1MB  2670314c2d22: Downloading [===========================================> ] 170.4MB/197.8MB  c0cb0e2d0ba2: Downloading [===========================> ] 108.8MB/198.1MB  2670314c2d22: Downloading [============================================> ] 175.7MB/197.8MB  c0cb0e2d0ba2: Downloading [============================> ] 114.7MB/198.1MB  2670314c2d22: Downloading [=============================================> ] 180.5MB/197.8MB  c0cb0e2d0ba2: Downloading [==============================> ] 120.6MB/198.1MB  2670314c2d22: Downloading [===============================================> ] 187.5MB/197.8MB  c0cb0e2d0ba2: Downloading [===============================> ] 124.9MB/198.1MB  2670314c2d22: Downloading [=================================================> ] 196.1MB/197.8MB  2670314c2d22: Verifying Checksum  2670314c2d22: Download complete  c0cb0e2d0ba2: Downloading [================================> ] 130.2MB/198.1MB  2670314c2d22: Extracting [> ] 557.1kB/197.8MB  c0cb0e2d0ba2: Downloading [===================================> ] 139.9MB/198.1MB  2670314c2d22: Extracting [=> ] 7.799MB/197.8MB  c0cb0e2d0ba2: Downloading [====================================> ] 145.7MB/198.1MB  2670314c2d22: Extracting [==> ] 11.7MB/197.8MB  c0cb0e2d0ba2: Downloading [=======================================> ] 156.9MB/198.1MB  2670314c2d22: Extracting [====> ] 19.5MB/197.8MB  c0cb0e2d0ba2: Downloading [=========================================> ] 166MB/198.1MB  2670314c2d22: Extracting [=======> ] 30.08MB/197.8MB  c0cb0e2d0ba2: Downloading [===========================================> ] 173.5MB/198.1MB  2670314c2d22: Extracting [=========> ] 38.44MB/197.8MB  c0cb0e2d0ba2: Downloading [=============================================> ] 181MB/198.1MB  2670314c2d22: Extracting [=========> ] 39.55MB/197.8MB  c0cb0e2d0ba2: Downloading [================================================> ] 190.6MB/198.1MB  c0cb0e2d0ba2: Verifying Checksum  c0cb0e2d0ba2: Download complete  2670314c2d22: Extracting [=============> ] 51.81MB/197.8MB  2670314c2d22: Extracting [================> ] 64.62MB/197.8MB  2670314c2d22: Extracting [==================> ] 71.3MB/197.8MB  2670314c2d22: Extracting [===================> ] 79.1MB/197.8MB  2670314c2d22: Extracting [======================> ] 89.69MB/197.8MB  2670314c2d22: Extracting [=========================> ] 101.9MB/197.8MB  2670314c2d22: Extracting [============================> ] 114.2MB/197.8MB  2670314c2d22: Extracting [================================> ] 130.4MB/197.8MB  2670314c2d22: Extracting [==================================> ] 135.4MB/197.8MB  2670314c2d22: Extracting [====================================> ] 144.8MB/197.8MB  2670314c2d22: Extracting [=======================================> ] 157.6MB/197.8MB  2670314c2d22: Extracting [==========================================> ] 168.2MB/197.8MB  2670314c2d22: Extracting [==============================================> ] 182.2MB/197.8MB  2670314c2d22: Extracting [================================================> ] 192.7MB/197.8MB  2670314c2d22: Extracting [=================================================> ] 196.1MB/197.8MB  2670314c2d22: Extracting [==================================================>] 197.8MB/197.8MB  2670314c2d22: Pull complete  0a2b8aec3b98: Extracting [=====> ] 32.77kB/307kB  0a2b8aec3b98: Extracting [==================================================>] 307kB/307kB  0a2b8aec3b98: Extracting [==================================================>] 307kB/307kB  0a2b8aec3b98: Pull complete  50fbac332bb3: Extracting [==================================================>] 5.731kB/5.731kB  50fbac332bb3: Extracting [==================================================>] 5.731kB/5.731kB  50fbac332bb3: Pull complete  c0cb0e2d0ba2: Extracting [> ] 557.1kB/198.1MB  c0cb0e2d0ba2: Extracting [==> ] 11.7MB/198.1MB  c0cb0e2d0ba2: Extracting [=======> ] 28.97MB/198.1MB  c0cb0e2d0ba2: Extracting [=========> ] 38.99MB/198.1MB  c0cb0e2d0ba2: Extracting [=============> ] 54.03MB/198.1MB  c0cb0e2d0ba2: Extracting [================> ] 65.18MB/198.1MB  c0cb0e2d0ba2: Extracting [===================> ] 77.99MB/198.1MB  c0cb0e2d0ba2: Extracting [======================> ] 89.13MB/198.1MB  c0cb0e2d0ba2: Extracting [========================> ] 98.6MB/198.1MB  c0cb0e2d0ba2: Extracting [==========================> ] 105.3MB/198.1MB  c0cb0e2d0ba2: Extracting [===========================> ] 110.3MB/198.1MB  c0cb0e2d0ba2: Extracting [=============================> ] 117MB/198.1MB  c0cb0e2d0ba2: Extracting [==============================> ] 122.6MB/198.1MB  c0cb0e2d0ba2: Extracting [================================> ] 128.1MB/198.1MB  c0cb0e2d0ba2: Extracting [==================================> ] 137MB/198.1MB  c0cb0e2d0ba2: Extracting [=====================================> ] 147.6MB/198.1MB  c0cb0e2d0ba2: Extracting [========================================> ] 160.4MB/198.1MB  c0cb0e2d0ba2: Extracting [==========================================> ] 169.9MB/198.1MB  c0cb0e2d0ba2: Extracting [=============================================> ] 182.2MB/198.1MB  c0cb0e2d0ba2: Extracting [================================================> ] 193.3MB/198.1MB  c0cb0e2d0ba2: Extracting [=================================================> ] 197.2MB/198.1MB  c0cb0e2d0ba2: Extracting [==================================================>] 198.1MB/198.1MB  c0cb0e2d0ba2: Pull complete  Digest: sha256:dcbd2a54b914060b5076df9747bb479e1780af7855ad7de7c46800e085824083  Status: Downloaded newer image for akvo/akvo-keycloak-dev:20201113.144617.b35bcc6 Pulling postgres (akvo/akvo-lumen-db:20210511.084608.3343320)...  20210511.084608.3343320: Pulling from akvo/akvo-lumen-db  f7e2b70d04ae: Pulling fs layer   027ad848ac9c: Pulling fs layer   7c040ef66643: Pulling fs layer   b891079ad2eb: Pulling fs layer   cb64a97e42d9: Pulling fs layer   1b88625f7d89: Pulling fs layer   a6ac0b663e77: Pulling fs layer   594497f0a694: Pulling fs layer   dad6671cf9e4: Pulling fs layer   031e395c48c5: Pulling fs layer   94bb003366d6: Pulling fs layer   9f5ee56c6727: Pulling fs layer   9f7973e52e7c: Pulling fs layer   d2a24cf07a9a: Pulling fs layer   802a13af37fb: Pulling fs layer   b086267d739a: Pulling fs layer   bb8e55458009: Pulling fs layer   247d89adf0ff: Pulling fs layer   192191a9f11a: Pulling fs layer  94bb003366d6: Waiting  9f5ee56c6727: Waiting  9f7973e52e7c: Waiting  d2a24cf07a9a: Waiting  802a13af37fb: Waiting  b086267d739a: Waiting  bb8e55458009: Waiting  247d89adf0ff: Waiting  192191a9f11a: Waiting  b891079ad2eb: Waiting  cb64a97e42d9: Waiting  1b88625f7d89: Waiting  a6ac0b663e77: Waiting  594497f0a694: Waiting  dad6671cf9e4: Waiting  031e395c48c5: Waiting  7c040ef66643: Downloading [==================> ] 657B/1.781kB  7c040ef66643: Downloading [==================================================>] 1.781kB/1.781kB  7c040ef66643: Verifying Checksum  7c040ef66643: Download complete  f7e2b70d04ae: Downloading [> ] 228.6kB/22.5MB  027ad848ac9c: Downloading [> ] 45.63kB/4.501MB  027ad848ac9c: Downloading [==============================> ] 2.751MB/4.501MB  f7e2b70d04ae: Downloading [==================> ] 8.53MB/22.5MB  f7e2b70d04ae: Downloading [============================================> ] 19.81MB/22.5MB  f7e2b70d04ae: Verifying Checksum  f7e2b70d04ae: Download complete  f7e2b70d04ae: Extracting [> ] 229.4kB/22.5MB  f7e2b70d04ae: Extracting [======> ] 2.753MB/22.5MB  027ad848ac9c: Downloading [====================================> ] 3.296MB/4.501MB  027ad848ac9c: Verifying Checksum  027ad848ac9c: Download complete  b891079ad2eb: Downloading [> ] 14.23kB/1.351MB  f7e2b70d04ae: Extracting [=========> ] 4.129MB/22.5MB  b891079ad2eb: Download complete  f7e2b70d04ae: Extracting [==================> ] 8.258MB/22.5MB  f7e2b70d04ae: Extracting [=============================> ] 13.07MB/22.5MB  cb64a97e42d9: Downloading [> ] 63.67kB/6.183MB  f7e2b70d04ae: Extracting [======================================> ] 17.2MB/22.5MB  cb64a97e42d9: Verifying Checksum  cb64a97e42d9: Download complete  f7e2b70d04ae: Extracting [=============================================> ] 20.41MB/22.5MB  1b88625f7d89: Downloading [> ] 3.351kB/295.5kB  1b88625f7d89: Verifying Checksum  1b88625f7d89: Download complete  a6ac0b663e77: Downloading [==================================================>] 115B/115B  a6ac0b663e77: Verifying Checksum  a6ac0b663e77: Download complete  f7e2b70d04ae: Extracting [===============================================> ] 21.56MB/22.5MB  f7e2b70d04ae: Extracting [==================================================>] 22.5MB/22.5MB  f7e2b70d04ae: Pull complete  027ad848ac9c: Extracting [> ] 65.54kB/4.501MB  027ad848ac9c: Extracting [================================================> ] 4.325MB/4.501MB  027ad848ac9c: Extracting [==================================================>] 4.501MB/4.501MB  594497f0a694: Downloading [======> ] 645B/4.79kB  594497f0a694: Verifying Checksum  594497f0a694: Download complete  027ad848ac9c: Pull complete  7c040ef66643: Extracting [==================================================>] 1.781kB/1.781kB  7c040ef66643: Extracting [==================================================>] 1.781kB/1.781kB  7c040ef66643: Pull complete  b891079ad2eb: Extracting [=> ] 32.77kB/1.351MB  b891079ad2eb: Extracting [==================================================>] 1.351MB/1.351MB  b891079ad2eb: Pull complete  cb64a97e42d9: Extracting [> ] 65.54kB/6.183MB  031e395c48c5: Downloading [====> ] 658B/7.971kB  031e395c48c5: Downloading [==================================================>] 7.971kB/7.971kB  031e395c48c5: Verifying Checksum  031e395c48c5: Download complete  dad6671cf9e4: Downloading [> ] 498kB/48.85MB  cb64a97e42d9: Extracting [====================> ] 2.556MB/6.183MB  dad6671cf9e4: Downloading [=======> ] 7.457MB/48.85MB  cb64a97e42d9: Extracting [====================================> ] 4.456MB/6.183MB  dad6671cf9e4: Downloading [=====================> ] 21.3MB/48.85MB  cb64a97e42d9: Extracting [==================================================>] 6.183MB/6.183MB  cb64a97e42d9: Pull complete  1b88625f7d89: Extracting [=====> ] 32.77kB/295.5kB  dad6671cf9e4: Downloading [================================> ] 31.68MB/48.85MB  1b88625f7d89: Extracting [==================================================>] 295.5kB/295.5kB  1b88625f7d89: Pull complete  a6ac0b663e77: Extracting [==================================================>] 115B/115B  a6ac0b663e77: Extracting [==================================================>] 115B/115B  94bb003366d6: Downloading [==================================================>] 128B/128B  94bb003366d6: Verifying Checksum  94bb003366d6: Download complete  a6ac0b663e77: Pull complete  594497f0a694: Extracting [==================================================>] 4.79kB/4.79kB  594497f0a694: Extracting [==================================================>] 4.79kB/4.79kB  dad6671cf9e4: Downloading [============================================> ] 43.58MB/48.85MB  dad6671cf9e4: Verifying Checksum  dad6671cf9e4: Download complete  9f5ee56c6727: Downloading [==================================================>] 173B/173B  9f5ee56c6727: Download complete  594497f0a694: Pull complete  dad6671cf9e4: Extracting [> ] 491.5kB/48.85MB  dad6671cf9e4: Extracting [====> ] 4.424MB/48.85MB  dad6671cf9e4: Extracting [==========> ] 9.83MB/48.85MB  9f7973e52e7c: Downloading [=============> ] 660B/2.378kB  9f7973e52e7c: Downloading [==================================================>] 2.378kB/2.378kB  9f7973e52e7c: Verifying Checksum  9f7973e52e7c: Download complete  dad6671cf9e4: Extracting [=============> ] 12.78MB/48.85MB  d2a24cf07a9a: Downloading [==================================================>] 121B/121B  d2a24cf07a9a: Verifying Checksum  d2a24cf07a9a: Download complete  802a13af37fb: Downloading [> ] 540.7kB/139.1MB  dad6671cf9e4: Extracting [===============> ] 14.75MB/48.85MB  802a13af37fb: Downloading [===> ] 10.15MB/139.1MB  dad6671cf9e4: Extracting [=================> ] 17.2MB/48.85MB  802a13af37fb: Downloading [======> ] 17.65MB/139.1MB  802a13af37fb: Downloading [=========> ] 25.66MB/139.1MB  dad6671cf9e4: Extracting [==================> ] 18.19MB/48.85MB  802a13af37fb: Downloading [===========> ] 32.63MB/139.1MB  dad6671cf9e4: Extracting [===================> ] 19.17MB/48.85MB  bb8e55458009: Downloading [==================================================>] 603B/603B  bb8e55458009: Verifying Checksum  bb8e55458009: Download complete  802a13af37fb: Downloading [=============> ] 37.44MB/139.1MB  dad6671cf9e4: Extracting [=====================> ] 21.14MB/48.85MB  802a13af37fb: Downloading [==================> ] 50.82MB/139.1MB  b086267d739a: Downloading [==================================================>] 506B/506B  b086267d739a: Verifying Checksum  b086267d739a: Download complete  dad6671cf9e4: Extracting [========================> ] 24.08MB/48.85MB  802a13af37fb: Downloading [=====================> ] 59.38MB/139.1MB  dad6671cf9e4: Extracting [==========================> ] 25.56MB/48.85MB  802a13af37fb: Downloading [==========================> ] 72.75MB/139.1MB  dad6671cf9e4: Extracting [===============================> ] 30.97MB/48.85MB  802a13af37fb: Downloading [==============================> ] 84.56MB/139.1MB  247d89adf0ff: Download complete  dad6671cf9e4: Extracting [===================================> ] 34.41MB/48.85MB  802a13af37fb: Downloading [=================================> ] 93.65MB/139.1MB  dad6671cf9e4: Extracting [======================================> ] 37.36MB/48.85MB  192191a9f11a: Downloading [==================================================>] 625B/625B  192191a9f11a: Verifying Checksum  192191a9f11a: Download complete  802a13af37fb: Downloading [=====================================> ] 104.9MB/139.1MB  dad6671cf9e4: Extracting [=======================================> ] 38.83MB/48.85MB  802a13af37fb: Downloading [========================================> ] 113.4MB/139.1MB  dad6671cf9e4: Extracting [==========================================> ] 41.29MB/48.85MB  802a13af37fb: Downloading [============================================> ] 124.7MB/139.1MB  dad6671cf9e4: Extracting [============================================> ] 43.75MB/48.85MB  802a13af37fb: Downloading [===============================================> ] 131.6MB/139.1MB  dad6671cf9e4: Extracting [===============================================> ] 46.69MB/48.85MB  802a13af37fb: Downloading [================================================> ] 135.9MB/139.1MB  802a13af37fb: Verifying Checksum  802a13af37fb: Download complete  dad6671cf9e4: Extracting [=================================================> ] 48.66MB/48.85MB  dad6671cf9e4: Extracting [==================================================>] 48.85MB/48.85MB  dad6671cf9e4: Pull complete  031e395c48c5: Extracting [==================================================>] 7.971kB/7.971kB  031e395c48c5: Extracting [==================================================>] 7.971kB/7.971kB  031e395c48c5: Pull complete  94bb003366d6: Extracting [==================================================>] 128B/128B  94bb003366d6: Extracting [==================================================>] 128B/128B  94bb003366d6: Pull complete  9f5ee56c6727: Extracting [==================================================>] 173B/173B  9f5ee56c6727: Extracting [==================================================>] 173B/173B  9f5ee56c6727: Pull complete  9f7973e52e7c: Extracting [==================================================>] 2.378kB/2.378kB  9f7973e52e7c: Extracting [==================================================>] 2.378kB/2.378kB  9f7973e52e7c: Pull complete  d2a24cf07a9a: Extracting [==================================================>] 121B/121B  d2a24cf07a9a: Extracting [==================================================>] 121B/121B  d2a24cf07a9a: Pull complete  802a13af37fb: Extracting [> ] 557.1kB/139.1MB  802a13af37fb: Extracting [==> ] 6.128MB/139.1MB  802a13af37fb: Extracting [====> ] 12.26MB/139.1MB  802a13af37fb: Extracting [======> ] 17.27MB/139.1MB  802a13af37fb: Extracting [=======> ] 20.05MB/139.1MB  802a13af37fb: Extracting [========> ] 22.28MB/139.1MB  802a13af37fb: Extracting [=========> ] 27.3MB/139.1MB  802a13af37fb: Extracting [===========> ] 32.31MB/139.1MB  802a13af37fb: Extracting [=============> ] 38.44MB/139.1MB  802a13af37fb: Extracting [================> ] 44.56MB/139.1MB  802a13af37fb: Extracting [=================> ] 48.46MB/139.1MB  802a13af37fb: Extracting [==================> ] 50.69MB/139.1MB  802a13af37fb: Extracting [====================> ] 56.26MB/139.1MB  802a13af37fb: Extracting [=======================> ] 64.62MB/139.1MB  802a13af37fb: Extracting [=========================> ] 70.19MB/139.1MB  802a13af37fb: Extracting [===========================> ] 75.76MB/139.1MB  802a13af37fb: Extracting [=============================> ] 80.77MB/139.1MB  802a13af37fb: Extracting [===============================> ] 88.01MB/139.1MB  802a13af37fb: Extracting [=================================> ] 93.59MB/139.1MB  802a13af37fb: Extracting [===================================> ] 98.6MB/139.1MB  802a13af37fb: Extracting [====================================> ] 102.5MB/139.1MB  802a13af37fb: Extracting [=====================================> ] 105.3MB/139.1MB  802a13af37fb: Extracting [======================================> ] 107.5MB/139.1MB  802a13af37fb: Extracting [=======================================> ] 109.7MB/139.1MB  802a13af37fb: Extracting [========================================> ] 112.5MB/139.1MB  802a13af37fb: Extracting [=========================================> ] 114.8MB/139.1MB  802a13af37fb: Extracting [=========================================> ] 115.9MB/139.1MB  802a13af37fb: Extracting [===========================================> ] 119.8MB/139.1MB  802a13af37fb: Extracting [===========================================> ] 121.4MB/139.1MB  802a13af37fb: Extracting [============================================> ] 123.7MB/139.1MB  802a13af37fb: Extracting [============================================> ] 124.8MB/139.1MB  802a13af37fb: Extracting [=============================================> ] 125.9MB/139.1MB  802a13af37fb: Extracting [=============================================> ] 127.6MB/139.1MB  802a13af37fb: Extracting [================================================> ] 134.8MB/139.1MB  802a13af37fb: Extracting [=================================================> ] 138.1MB/139.1MB  802a13af37fb: Extracting [==================================================>] 139.1MB/139.1MB  802a13af37fb: Pull complete  b086267d739a: Extracting [==================================================>] 506B/506B  b086267d739a: Extracting [==================================================>] 506B/506B  b086267d739a: Pull complete  bb8e55458009: Extracting [==================================================>] 603B/603B  bb8e55458009: Extracting [==================================================>] 603B/603B  bb8e55458009: Pull complete  247d89adf0ff: Extracting [==================================================>] 629B/629B  247d89adf0ff: Extracting [==================================================>] 629B/629B  247d89adf0ff: Pull complete  192191a9f11a: Extracting [==================================================>] 625B/625B  192191a9f11a: Extracting [==================================================>] 625B/625B  192191a9f11a: Pull complete  Digest: sha256:397979ade2819a64b45e63fca4a8ea2ef8fbdfa4c48301b15d72d62f5a460e5d  Status: Downloaded newer image for akvo/akvo-lumen-db:20210511.084608.3343320 Pulling redis (redis:3.2.9)...  3.2.9: Pulling from library/redis  5233d9aed181: Pulling fs layer   ca1b33d3f114: Pulling fs layer   920cdc17d3c2: Pulling fs layer   181f40e08814: Pulling fs layer   fc1e145e8f10: Pulling fs layer   5d604a160f5d: Pulling fs layer  fc1e145e8f10: Waiting  5d604a160f5d: Waiting  181f40e08814: Waiting  ca1b33d3f114: Downloading [===============> ] 657B/2.059kB  ca1b33d3f114: Downloading [==================================================>] 2.059kB/2.059kB  ca1b33d3f114: Verifying Checksum  ca1b33d3f114: Download complete  920cdc17d3c2: Downloading [> ] 10.2kB/981.7kB  5233d9aed181: Downloading [> ] 310.5kB/30.12MB  920cdc17d3c2: Verifying Checksum  920cdc17d3c2: Download complete  5233d9aed181: Downloading [==============> ] 8.69MB/30.12MB  5233d9aed181: Downloading [======================================> ] 22.94MB/30.12MB  5233d9aed181: Verifying Checksum  5233d9aed181: Download complete  5233d9aed181: Extracting [> ] 327.7kB/30.12MB  5233d9aed181: Extracting [=====> ] 3.604MB/30.12MB  181f40e08814: Downloading [> ] 59.44kB/5.539MB  fc1e145e8f10: Downloading [==================================================>] 98B/98B  fc1e145e8f10: Verifying Checksum  fc1e145e8f10: Download complete  5233d9aed181: Extracting [===========> ] 6.881MB/30.12MB  181f40e08814: Verifying Checksum  181f40e08814: Download complete  5233d9aed181: Extracting [===================> ] 11.8MB/30.12MB  5233d9aed181: Extracting [===========================> ] 16.71MB/30.12MB  5d604a160f5d: Downloading [==================================================>] 396B/396B  5d604a160f5d: Verifying Checksum  5d604a160f5d: Download complete  5233d9aed181: Extracting [===================================> ] 21.63MB/30.12MB  5233d9aed181: Extracting [============================================> ] 26.54MB/30.12MB  5233d9aed181: Extracting [===============================================> ] 28.84MB/30.12MB  5233d9aed181: Extracting [================================================> ] 29.16MB/30.12MB  5233d9aed181: Extracting [==================================================>] 30.12MB/30.12MB  5233d9aed181: Extracting [==================================================>] 30.12MB/30.12MB  5233d9aed181: Pull complete  ca1b33d3f114: Extracting [==================================================>] 2.059kB/2.059kB  ca1b33d3f114: Extracting [==================================================>] 2.059kB/2.059kB  ca1b33d3f114: Pull complete  920cdc17d3c2: Extracting [=> ] 32.77kB/981.7kB  920cdc17d3c2: Extracting [==================================================>] 981.7kB/981.7kB  920cdc17d3c2: Extracting [==================================================>] 981.7kB/981.7kB  920cdc17d3c2: Pull complete  181f40e08814: Extracting [> ] 65.54kB/5.539MB  181f40e08814: Extracting [=====================> ] 2.359MB/5.539MB  181f40e08814: Extracting [==================================================>] 5.539MB/5.539MB  181f40e08814: Pull complete  fc1e145e8f10: Extracting [==================================================>] 98B/98B  fc1e145e8f10: Extracting [==================================================>] 98B/98B  fc1e145e8f10: Pull complete  5d604a160f5d: Extracting [==================================================>] 396B/396B  5d604a160f5d: Extracting [==================================================>] 396B/396B  5d604a160f5d: Pull complete  Digest: sha256:613b3726ddff603e2730f7f4ae7796d63632f17a9cd82d787d60084b8b0109f1  Status: Downloaded newer image for redis:3.2.9 Pulling fe-e2e-tests (akvo/akvo-lumen-e2e-test:20200110.115310.06b75bc)...  20200110.115310.06b75bc: Pulling from akvo/akvo-lumen-e2e-test  6f2f362378c5: Pulling fs layer   494c27a8a6b8: Pulling fs layer   7596bb83081b: Pulling fs layer   372744b62d49: Pulling fs layer   615db220d76c: Pulling fs layer   afaefeaac9ee: Pulling fs layer   79dafa50fbbc: Pulling fs layer   afca1e3f7e62: Pulling fs layer   be1b413c5897: Pulling fs layer   72c7047d2f78: Pulling fs layer   d6b1abadfb08: Pulling fs layer   62c1c71a927f: Pulling fs layer   c80beb7bb5e2: Pulling fs layer   2a8eba05a3cb: Pulling fs layer   e913e479ba52: Pulling fs layer   18e5c00e50a1: Pulling fs layer   59c32d5459b4: Pulling fs layer   87b6bc6202a4: Pulling fs layer   7aaf66ba1796: Pulling fs layer   e2c5e354ae8b: Pulling fs layer   75c359369c8f: Pulling fs layer   53fb6124fbed: Pulling fs layer   81e7e1db9543: Pulling fs layer   c8cc13d2cef3: Pulling fs layer   58d126c0f4cc: Pulling fs layer   cf8379c0bd1f: Pulling fs layer  372744b62d49: Waiting  615db220d76c: Waiting  afaefeaac9ee: Waiting  79dafa50fbbc: Waiting  afca1e3f7e62: Waiting  be1b413c5897: Waiting  72c7047d2f78: Waiting  d6b1abadfb08: Waiting  62c1c71a927f: Waiting  c80beb7bb5e2: Waiting  2a8eba05a3cb: Waiting  e913e479ba52: Waiting  18e5c00e50a1: Waiting  59c32d5459b4: Waiting  87b6bc6202a4: Waiting  7aaf66ba1796: Waiting  e2c5e354ae8b: Waiting  75c359369c8f: Waiting  53fb6124fbed: Waiting  81e7e1db9543: Waiting  c8cc13d2cef3: Waiting  58d126c0f4cc: Waiting  cf8379c0bd1f: Waiting  7596bb83081b: Downloading [> ] 44.26kB/4.34MB  6f2f362378c5: Downloading [> ] 466.1kB/45.34MB  494c27a8a6b8: Downloading [> ] 110.2kB/10.79MB  7596bb83081b: Downloading [==================================> ] 3.005MB/4.34MB  7596bb83081b: Verifying Checksum  7596bb83081b: Download complete  6f2f362378c5: Downloading [=======> ] 6.9MB/45.34MB  494c27a8a6b8: Downloading [======> ] 1.375MB/10.79MB  6f2f362378c5: Downloading [===================> ] 17.47MB/45.34MB  494c27a8a6b8: Downloading [================> ] 3.554MB/10.79MB  6f2f362378c5: Downloading [============================> ] 26.19MB/45.34MB  494c27a8a6b8: Downloading [============================> ] 6.187MB/10.79MB  6f2f362378c5: Downloading [========================================> ] 36.33MB/45.34MB  494c27a8a6b8: Downloading [=========================================> ] 9.038MB/10.79MB  494c27a8a6b8: Verifying Checksum  494c27a8a6b8: Download complete  6f2f362378c5: Verifying Checksum  6f2f362378c5: Download complete  6f2f362378c5: Extracting [> ] 458.8kB/45.34MB  372744b62d49: Downloading [> ] 507.1kB/50.07MB  6f2f362378c5: Extracting [===> ] 3.211MB/45.34MB  372744b62d49: Downloading [===========> ] 11.23MB/50.07MB  6f2f362378c5: Extracting [========> ] 7.34MB/45.34MB  372744b62d49: Downloading [======================> ] 22.4MB/50.07MB  6f2f362378c5: Extracting [===========> ] 10.09MB/45.34MB  372744b62d49: Downloading [================================> ] 32.59MB/50.07MB  6f2f362378c5: Extracting [==============> ] 12.85MB/45.34MB  372744b62d49: Downloading [========================================> ] 40.72MB/50.07MB  afaefeaac9ee: Downloading [=======> ] 658B/4.162kB  afaefeaac9ee: Downloading [==================================================>] 4.162kB/4.162kB  afaefeaac9ee: Verifying Checksum  afaefeaac9ee: Download complete  372744b62d49: Downloading [===============================================> ] 47.32MB/50.07MB  6f2f362378c5: Extracting [===============> ] 14.22MB/45.34MB  372744b62d49: Verifying Checksum  372744b62d49: Download complete  6f2f362378c5: Extracting [=================> ] 16.06MB/45.34MB  6f2f362378c5: Extracting [===================> ] 17.89MB/45.34MB  615db220d76c: Downloading [> ] 539.8kB/215.1MB  6f2f362378c5: Extracting [======================> ] 20.64MB/45.34MB  615db220d76c: Downloading [==> ] 10.21MB/215.1MB  6f2f362378c5: Extracting [=======================> ] 21.56MB/45.34MB  615db220d76c: Downloading [=====> ] 22.49MB/215.1MB  6f2f362378c5: Extracting [=============================> ] 27.07MB/45.34MB  615db220d76c: Downloading [========> ] 34.84MB/215.1MB  6f2f362378c5: Extracting [==================================> ] 31.2MB/45.34MB  615db220d76c: Downloading [=========> ] 40.74MB/215.1MB  615db220d76c: Downloading [============> ] 55.74MB/215.1MB  6f2f362378c5: Extracting [===================================> ] 32.57MB/45.34MB  615db220d76c: Downloading [===============> ] 65.36MB/215.1MB  6f2f362378c5: Extracting [=====================================> ] 34.41MB/45.34MB  615db220d76c: Downloading [=================> ] 76.62MB/215.1MB  6f2f362378c5: Extracting [========================================> ] 37.16MB/45.34MB  615db220d76c: Downloading [====================> ] 86.81MB/215.1MB  6f2f362378c5: Extracting [==========================================> ] 38.54MB/45.34MB  615db220d76c: Downloading [=======================> ] 100.2MB/215.1MB  6f2f362378c5: Extracting [==============================================> ] 41.75MB/45.34MB  615db220d76c: Downloading [=========================> ] 110.3MB/215.1MB  6f2f362378c5: Extracting [================================================> ] 43.58MB/45.34MB  615db220d76c: Downloading [===========================> ] 118.9MB/215.1MB  615db220d76c: Downloading [==============================> ] 130.7MB/215.1MB  615db220d76c: Downloading [===============================> ] 135.6MB/215.1MB  6f2f362378c5: Extracting [=================================================> ] 44.5MB/45.34MB  615db220d76c: Downloading [=================================> ] 142.5MB/215.1MB  6f2f362378c5: Extracting [==================================================>] 45.34MB/45.34MB  615db220d76c: Downloading [===================================> ] 152.2MB/215.1MB  6f2f362378c5: Pull complete  494c27a8a6b8: Extracting [> ] 131.1kB/10.79MB  615db220d76c: Downloading [=====================================> ] 162.9MB/215.1MB  494c27a8a6b8: Extracting [====> ] 1.049MB/10.79MB  615db220d76c: Downloading [========================================> ] 173.6MB/215.1MB  494c27a8a6b8: Extracting [=========================> ] 5.505MB/10.79MB  615db220d76c: Downloading [=========================================> ] 180MB/215.1MB  494c27a8a6b8: Extracting [================================> ] 6.947MB/10.79MB  615db220d76c: Downloading [============================================> ] 191.2MB/215.1MB  494c27a8a6b8: Extracting [================================================> ] 10.35MB/10.79MB  494c27a8a6b8: Extracting [==================================================>] 10.79MB/10.79MB  494c27a8a6b8: Pull complete  7596bb83081b: Extracting [> ] 65.54kB/4.34MB  615db220d76c: Downloading [==============================================> ] 201.4MB/215.1MB  7596bb83081b: Extracting [====================> ] 1.769MB/4.34MB  615db220d76c: Downloading [=================================================> ] 212.7MB/215.1MB  615db220d76c: Verifying Checksum  615db220d76c: Download complete  7596bb83081b: Extracting [==================================================>] 4.34MB/4.34MB  7596bb83081b: Pull complete  372744b62d49: Extracting [> ] 524.3kB/50.07MB  372744b62d49: Extracting [===> ] 3.146MB/50.07MB  372744b62d49: Extracting [=======> ] 7.34MB/50.07MB  372744b62d49: Extracting [=============> ] 13.63MB/50.07MB  372744b62d49: Extracting [=================> ] 17.3MB/50.07MB  372744b62d49: Extracting [===================> ] 19.92MB/50.07MB  372744b62d49: Extracting [=====================> ] 22.02MB/50.07MB  372744b62d49: Extracting [========================> ] 24.12MB/50.07MB  372744b62d49: Extracting [==========================> ] 26.21MB/50.07MB  372744b62d49: Extracting [============================> ] 28.31MB/50.07MB  372744b62d49: Extracting [===============================> ] 31.98MB/50.07MB  372744b62d49: Extracting [===================================> ] 35.65MB/50.07MB  372744b62d49: Extracting [=======================================> ] 39.32MB/50.07MB  372744b62d49: Extracting [===========================================> ] 43.52MB/50.07MB  372744b62d49: Extracting [==============================================> ] 46.14MB/50.07MB  372744b62d49: Extracting [===============================================> ] 47.71MB/50.07MB  372744b62d49: Extracting [=================================================> ] 49.81MB/50.07MB  372744b62d49: Extracting [==================================================>] 50.07MB/50.07MB  372744b62d49: Pull complete  615db220d76c: Extracting [> ] 557.1kB/215.1MB  615db220d76c: Extracting [=> ] 6.128MB/215.1MB  615db220d76c: Extracting [==> ] 10.03MB/215.1MB  615db220d76c: Extracting [==> ] 11.14MB/215.1MB  615db220d76c: Extracting [==> ] 12.26MB/215.1MB  615db220d76c: Extracting [==> ] 12.81MB/215.1MB  615db220d76c: Extracting [===> ] 14.48MB/215.1MB  615db220d76c: Extracting [===> ] 16.15MB/215.1MB  afca1e3f7e62: Downloading [> ] 14.3kB/1.327MB  be1b413c5897: Downloading [==================================================>] 295B/295B  be1b413c5897: Verifying Checksum  be1b413c5897: Download complete  79dafa50fbbc: Downloading [> ] 228.5kB/21.93MB  afca1e3f7e62: Verifying Checksum  afca1e3f7e62: Download complete  615db220d76c: Extracting [====> ] 17.27MB/215.1MB  79dafa50fbbc: Downloading [================> ] 7.084MB/21.93MB  615db220d76c: Extracting [=====> ] 22.28MB/215.1MB  79dafa50fbbc: Downloading [==================================> ] 15.33MB/21.93MB  615db220d76c: Extracting [=====> ] 24.51MB/215.1MB  79dafa50fbbc: Verifying Checksum  79dafa50fbbc: Download complete  615db220d76c: Extracting [======> ] 26.74MB/215.1MB  615db220d76c: Extracting [=======> ] 32.31MB/215.1MB  72c7047d2f78: Downloading [> ] 534.8kB/96.68MB  d6b1abadfb08: Downloading [> ] 101.7kB/9.843MB  72c7047d2f78: Downloading [====> ] 8.047MB/96.68MB  615db220d76c: Extracting [========> ] 35.65MB/215.1MB  d6b1abadfb08: Downloading [=============> ] 2.562MB/9.843MB  72c7047d2f78: Downloading [========> ] 16.1MB/96.68MB  615db220d76c: Extracting [=========> ] 39.55MB/215.1MB  d6b1abadfb08: Downloading [============================================> ] 8.739MB/9.843MB  d6b1abadfb08: Verifying Checksum  d6b1abadfb08: Download complete  72c7047d2f78: Downloading [=============> ] 25.17MB/96.68MB  615db220d76c: Extracting [==========> ] 43.45MB/215.1MB  72c7047d2f78: Downloading [==================> ] 35.37MB/96.68MB  615db220d76c: Extracting [===========> ] 47.91MB/215.1MB  72c7047d2f78: Downloading [======================> ] 44.46MB/96.68MB  615db220d76c: Extracting [===========> ] 50.14MB/215.1MB  72c7047d2f78: Downloading [============================> ] 55.14MB/96.68MB  62c1c71a927f: Downloading [> ] 23.89kB/2.367MB  62c1c71a927f: Verifying Checksum  62c1c71a927f: Download complete  615db220d76c: Extracting [============> ] 52.92MB/215.1MB  72c7047d2f78: Downloading [================================> ] 63.2MB/96.68MB  c80beb7bb5e2: Downloading [> ] 10.2kB/956.3kB  c80beb7bb5e2: Downloading [==================================================>] 956.3kB/956.3kB  c80beb7bb5e2: Verifying Checksum  c80beb7bb5e2: Download complete  72c7047d2f78: Downloading [=====================================> ] 72.29MB/96.68MB  615db220d76c: Extracting [============> ] 55.15MB/215.1MB  72c7047d2f78: Downloading [===========================================> ] 83.53MB/96.68MB  615db220d76c: Extracting [=============> ] 57.38MB/215.1MB  615db220d76c: Extracting [==============> ] 61.28MB/215.1MB  72c7047d2f78: Downloading [============================================> ] 86.74MB/96.68MB  615db220d76c: Extracting [===============> ] 65.73MB/215.1MB  2a8eba05a3cb: Downloading [====> ] 657B/7.645kB  2a8eba05a3cb: Downloading [==================================================>] 7.645kB/7.645kB  2a8eba05a3cb: Verifying Checksum  2a8eba05a3cb: Download complete  72c7047d2f78: Downloading [===============================================> ] 92.06MB/96.68MB  72c7047d2f78: Verifying Checksum  72c7047d2f78: Download complete  615db220d76c: Extracting [===============> ] 67.4MB/215.1MB  e913e479ba52: Downloading [> ] 127.1kB/12.56MB  615db220d76c: Extracting [===============> ] 68.52MB/215.1MB  e913e479ba52: Downloading [==========================> ] 6.732MB/12.56MB  e913e479ba52: Downloading [==================================================>] 12.56MB/12.56MB  e913e479ba52: Verifying Checksum  e913e479ba52: Download complete  615db220d76c: Extracting [================> ] 70.75MB/215.1MB  615db220d76c: Extracting [=================> ] 73.53MB/215.1MB  18e5c00e50a1: Downloading [> ] 539.8kB/94.71MB  59c32d5459b4: Downloading [==================================================>] 465B/465B  59c32d5459b4: Verifying Checksum  59c32d5459b4: Download complete  615db220d76c: Extracting [=================> ] 76.87MB/215.1MB  18e5c00e50a1: Downloading [=====> ] 9.681MB/94.71MB  615db220d76c: Extracting [==================> ] 79.1MB/215.1MB  18e5c00e50a1: Downloading [===========> ] 21.98MB/94.71MB  615db220d76c: Extracting [===================> ] 81.89MB/215.1MB  18e5c00e50a1: Downloading [=================> ] 33.8MB/94.71MB  615db220d76c: Extracting [===================> ] 85.79MB/215.1MB  18e5c00e50a1: Downloading [========================> ] 46.13MB/94.71MB  615db220d76c: Extracting [====================> ] 88.01MB/215.1MB  7aaf66ba1796: Downloading [==================================================>] 196B/196B  7aaf66ba1796: Verifying Checksum  7aaf66ba1796: Download complete  18e5c00e50a1: Downloading [============================> ] 54.67MB/94.71MB  615db220d76c: Extracting [=====================> ] 91.91MB/215.1MB  18e5c00e50a1: Downloading [==================================> ] 65.39MB/94.71MB  87b6bc6202a4: Downloading [> ] 138.6kB/13.5MB  615db220d76c: Extracting [======================> ] 95.26MB/215.1MB  18e5c00e50a1: Downloading [=====================================> ] 71.84MB/94.71MB  87b6bc6202a4: Downloading [===========> ] 3.038MB/13.5MB  18e5c00e50a1: Downloading [========================================> ] 76.13MB/94.71MB  87b6bc6202a4: Downloading [=============================> ] 8.055MB/13.5MB  615db220d76c: Extracting [======================> ] 98.04MB/215.1MB  87b6bc6202a4: Verifying Checksum  87b6bc6202a4: Download complete  18e5c00e50a1: Downloading [=========================================> ] 79.32MB/94.71MB  615db220d76c: Extracting [=======================> ] 99.71MB/215.1MB  18e5c00e50a1: Downloading [==============================================> ] 87.83MB/94.71MB  e2c5e354ae8b: Downloading [==================================================>] 197B/197B  e2c5e354ae8b: Verifying Checksum  e2c5e354ae8b: Download complete  615db220d76c: Extracting [=======================> ] 103.1MB/215.1MB  18e5c00e50a1: Verifying Checksum  18e5c00e50a1: Download complete  615db220d76c: Extracting [========================> ] 106.4MB/215.1MB  615db220d76c: Extracting [=========================> ] 111.4MB/215.1MB  75c359369c8f: Downloading [> ] 539.8kB/162.8MB  615db220d76c: Extracting [==========================> ] 113.1MB/215.1MB  75c359369c8f: Downloading [==> ] 9.636MB/162.8MB  53fb6124fbed: Downloading [> ] 659B/32.97kB  53fb6124fbed: Downloading [==================================================>] 32.97kB/32.97kB  53fb6124fbed: Verifying Checksum  53fb6124fbed: Download complete  615db220d76c: Extracting [===========================> ] 116.4MB/215.1MB  75c359369c8f: Downloading [======> ] 20.9MB/162.8MB  615db220d76c: Extracting [===========================> ] 119.8MB/215.1MB  75c359369c8f: Downloading [=========> ] 31.09MB/162.8MB  615db220d76c: Extracting [============================> ] 123.1MB/215.1MB  75c359369c8f: Downloading [============> ] 41.82MB/162.8MB  615db220d76c: Extracting [=============================> ] 127.6MB/215.1MB  75c359369c8f: Downloading [===============> ] 50.94MB/162.8MB  615db220d76c: Extracting [==============================> ] 130.4MB/215.1MB  75c359369c8f: Downloading [===================> ] 63.8MB/162.8MB  c8cc13d2cef3: Downloading [> ] 7.461kB/732.3kB  81e7e1db9543: Downloading [==================================================>] 97B/97B  81e7e1db9543: Verifying Checksum  81e7e1db9543: Download complete  c8cc13d2cef3: Downloading [==================================================>] 732.3kB/732.3kB  c8cc13d2cef3: Verifying Checksum  c8cc13d2cef3: Download complete  75c359369c8f: Downloading [=====================> ] 71.32MB/162.8MB  615db220d76c: Extracting [==============================> ] 132MB/215.1MB  75c359369c8f: Downloading [==========================> ] 85.29MB/162.8MB  615db220d76c: Extracting [===============================> ] 135.4MB/215.1MB  75c359369c8f: Downloading [=============================> ] 96.02MB/162.8MB  615db220d76c: Extracting [================================> ] 138.7MB/215.1MB  75c359369c8f: Downloading [===============================> ] 104.1MB/162.8MB  75c359369c8f: Downloading [==================================> ] 111.5MB/162.8MB  615db220d76c: Extracting [================================> ] 140.4MB/215.1MB  58d126c0f4cc: Downloading [==================================================>] 444B/444B  58d126c0f4cc: Verifying Checksum  58d126c0f4cc: Download complete  cf8379c0bd1f: Downloading [==================================================>] 375B/375B  cf8379c0bd1f: Verifying Checksum  cf8379c0bd1f: Download complete  75c359369c8f: Downloading [====================================> ] 120.1MB/162.8MB  615db220d76c: Extracting [================================> ] 140.9MB/215.1MB  75c359369c8f: Downloading [=======================================> ] 128.1MB/162.8MB  615db220d76c: Extracting [================================> ] 141.5MB/215.1MB  75c359369c8f: Downloading [=========================================> ] 136.2MB/162.8MB  615db220d76c: Extracting [==================================> ] 148.7MB/215.1MB  75c359369c8f: Downloading [============================================> ] 144.2MB/162.8MB  615db220d76c: Extracting [==================================> ] 150.4MB/215.1MB  75c359369c8f: Downloading [==============================================> ] 152.8MB/162.8MB  615db220d76c: Extracting [===================================> ] 153.7MB/215.1MB  75c359369c8f: Downloading [===============================================> ] 156MB/162.8MB  615db220d76c: Extracting [======================================> ] 163.8MB/215.1MB  75c359369c8f: Verifying Checksum  75c359369c8f: Download complete  615db220d76c: Extracting [========================================> ] 172.7MB/215.1MB  615db220d76c: Extracting [=========================================> ] 180.5MB/215.1MB  615db220d76c: Extracting [==========================================> ] 184.9MB/215.1MB  615db220d76c: Extracting [===========================================> ] 186.6MB/215.1MB  615db220d76c: Extracting [============================================> ] 193.3MB/215.1MB  615db220d76c: Extracting [=============================================> ] 195MB/215.1MB  615db220d76c: Extracting [==============================================> ] 198.3MB/215.1MB  615db220d76c: Extracting [==============================================> ] 201.7MB/215.1MB  615db220d76c: Extracting [===============================================> ] 205.6MB/215.1MB  615db220d76c: Extracting [================================================> ] 208.9MB/215.1MB  615db220d76c: Extracting [=================================================> ] 212.2MB/215.1MB  615db220d76c: Extracting [=================================================> ] 213.4MB/215.1MB  615db220d76c: Extracting [=================================================> ] 215MB/215.1MB  615db220d76c: Extracting [==================================================>] 215.1MB/215.1MB  615db220d76c: Pull complete  afaefeaac9ee: Extracting [==================================================>] 4.162kB/4.162kB  afaefeaac9ee: Extracting [==================================================>] 4.162kB/4.162kB  afaefeaac9ee: Pull complete  79dafa50fbbc: Extracting [> ] 229.4kB/21.93MB  79dafa50fbbc: Extracting [=======> ] 3.441MB/21.93MB  79dafa50fbbc: Extracting [=======================> ] 10.32MB/21.93MB  79dafa50fbbc: Extracting [==========================> ] 11.7MB/21.93MB  79dafa50fbbc: Extracting [================================> ] 14.45MB/21.93MB  79dafa50fbbc: Extracting [======================================> ] 16.74MB/21.93MB  79dafa50fbbc: Extracting [=========================================> ] 18.12MB/21.93MB  79dafa50fbbc: Extracting [===========================================> ] 19.04MB/21.93MB  79dafa50fbbc: Extracting [=============================================> ] 19.96MB/21.93MB  79dafa50fbbc: Extracting [===============================================> ] 20.87MB/21.93MB  79dafa50fbbc: Extracting [==================================================>] 21.93MB/21.93MB  79dafa50fbbc: Pull complete  afca1e3f7e62: Extracting [=> ] 32.77kB/1.327MB  afca1e3f7e62: Extracting [==================================================>] 1.327MB/1.327MB  afca1e3f7e62: Pull complete  be1b413c5897: Extracting [==================================================>] 295B/295B  be1b413c5897: Extracting [==================================================>] 295B/295B  be1b413c5897: Pull complete  72c7047d2f78: Extracting [> ] 557.1kB/96.68MB  72c7047d2f78: Extracting [===> ] 6.128MB/96.68MB  72c7047d2f78: Extracting [=====> ] 10.03MB/96.68MB  72c7047d2f78: Extracting [==========> ] 19.5MB/96.68MB  72c7047d2f78: Extracting [============> ] 25.07MB/96.68MB  72c7047d2f78: Extracting [=================> ] 34.54MB/96.68MB  72c7047d2f78: Extracting [=====================> ] 42.34MB/96.68MB  72c7047d2f78: Extracting [=========================> ] 49.58MB/96.68MB  72c7047d2f78: Extracting [=============================> ] 56.26MB/96.68MB  72c7047d2f78: Extracting [===============================> ] 61.83MB/96.68MB  72c7047d2f78: Extracting [=================================> ] 65.73MB/96.68MB  72c7047d2f78: Extracting [===================================> ] 69.07MB/96.68MB  72c7047d2f78: Extracting [====================================> ] 71.3MB/96.68MB  72c7047d2f78: Extracting [=====================================> ] 71.86MB/96.68MB  72c7047d2f78: Extracting [=====================================> ] 72.42MB/96.68MB  72c7047d2f78: Extracting [========================================> ] 77.99MB/96.68MB  72c7047d2f78: Extracting [=========================================> ] 80.22MB/96.68MB  72c7047d2f78: Extracting [==========================================> ] 81.89MB/96.68MB  72c7047d2f78: Extracting [===========================================> ] 83.56MB/96.68MB  72c7047d2f78: Extracting [===========================================> ] 84.67MB/96.68MB  72c7047d2f78: Extracting [=============================================> ] 88.01MB/96.68MB  72c7047d2f78: Extracting [===============================================> ] 91.36MB/96.68MB  72c7047d2f78: Extracting [=================================================> ] 95.26MB/96.68MB  72c7047d2f78: Extracting [==================================================>] 96.68MB/96.68MB  72c7047d2f78: Pull complete  d6b1abadfb08: Extracting [> ] 131.1kB/9.843MB  d6b1abadfb08: Extracting [=============================> ] 5.767MB/9.843MB  d6b1abadfb08: Extracting [===================================> ] 6.947MB/9.843MB  d6b1abadfb08: Extracting [=======================================> ] 7.733MB/9.843MB  d6b1abadfb08: Extracting [============================================> ] 8.782MB/9.843MB  d6b1abadfb08: Extracting [=================================================> ] 9.83MB/9.843MB  d6b1abadfb08: Extracting [==================================================>] 9.843MB/9.843MB  d6b1abadfb08: Pull complete  62c1c71a927f: Extracting [> ] 32.77kB/2.367MB  62c1c71a927f: Extracting [==================================================>] 2.367MB/2.367MB  62c1c71a927f: Pull complete  c80beb7bb5e2: Extracting [=> ] 32.77kB/956.3kB  c80beb7bb5e2: Extracting [==================================================>] 956.3kB/956.3kB  c80beb7bb5e2: Pull complete  2a8eba05a3cb: Extracting [==================================================>] 7.645kB/7.645kB  2a8eba05a3cb: Extracting [==================================================>] 7.645kB/7.645kB  2a8eba05a3cb: Pull complete  e913e479ba52: Extracting [> ] 131.1kB/12.56MB  e913e479ba52: Extracting [=========> ] 2.359MB/12.56MB  e913e479ba52: Extracting [=================================> ] 8.389MB/12.56MB  e913e479ba52: Extracting [==================================================>] 12.56MB/12.56MB  e913e479ba52: Pull complete  18e5c00e50a1: Extracting [> ] 557.1kB/94.71MB  18e5c00e50a1: Extracting [==> ] 5.014MB/94.71MB  18e5c00e50a1: Extracting [=====> ] 11.14MB/94.71MB  18e5c00e50a1: Extracting [=========> ] 17.27MB/94.71MB  18e5c00e50a1: Extracting [=========> ] 18.94MB/94.71MB  18e5c00e50a1: Extracting [============> ] 23.95MB/94.71MB  18e5c00e50a1: Extracting [===============> ] 30.08MB/94.71MB  18e5c00e50a1: Extracting [===================> ] 36.21MB/94.71MB  18e5c00e50a1: Extracting [======================> ] 42.34MB/94.71MB  18e5c00e50a1: Extracting [=========================> ] 49.02MB/94.71MB  18e5c00e50a1: Extracting [=============================> ] 55.71MB/94.71MB  18e5c00e50a1: Extracting [================================> ] 62.39MB/94.71MB  18e5c00e50a1: Extracting [====================================> ] 69.63MB/94.71MB  18e5c00e50a1: Extracting [========================================> ] 76.32MB/94.71MB  18e5c00e50a1: Extracting [==========================================> ] 80.77MB/94.71MB  18e5c00e50a1: Extracting [==============================================> ] 87.46MB/94.71MB  18e5c00e50a1: Extracting [===============================================> ] 90.8MB/94.71MB  18e5c00e50a1: Extracting [=================================================> ] 94.14MB/94.71MB  18e5c00e50a1: Extracting [==================================================>] 94.71MB/94.71MB  18e5c00e50a1: Pull complete  59c32d5459b4: Extracting [==================================================>] 465B/465B  59c32d5459b4: Extracting [==================================================>] 465B/465B  59c32d5459b4: Pull complete  87b6bc6202a4: Extracting [> ] 163.8kB/13.5MB  87b6bc6202a4: Extracting [==============> ] 3.932MB/13.5MB  87b6bc6202a4: Extracting [================================================> ] 13.11MB/13.5MB  87b6bc6202a4: Extracting [==================================================>] 13.5MB/13.5MB  87b6bc6202a4: Pull complete  7aaf66ba1796: Extracting [==================================================>] 196B/196B  7aaf66ba1796: Extracting [==================================================>] 196B/196B  7aaf66ba1796: Pull complete  e2c5e354ae8b: Extracting [==================================================>] 197B/197B  e2c5e354ae8b: Extracting [==================================================>] 197B/197B  e2c5e354ae8b: Pull complete  75c359369c8f: Extracting [> ] 557.1kB/162.8MB  75c359369c8f: Extracting [=> ] 5.571MB/162.8MB  75c359369c8f: Extracting [==> ] 8.913MB/162.8MB  75c359369c8f: Extracting [===> ] 11.7MB/162.8MB  75c359369c8f: Extracting [====> ] 14.48MB/162.8MB  75c359369c8f: Extracting [=====> ] 16.71MB/162.8MB  75c359369c8f: Extracting [=======> ] 23.95MB/162.8MB  75c359369c8f: Extracting [=========> ] 31.75MB/162.8MB  75c359369c8f: Extracting [===========> ] 38.44MB/162.8MB  75c359369c8f: Extracting [=============> ] 42.89MB/162.8MB  75c359369c8f: Extracting [=============> ] 45.12MB/162.8MB  75c359369c8f: Extracting [==============> ] 47.35MB/162.8MB  75c359369c8f: Extracting [================> ] 53.48MB/162.8MB  75c359369c8f: Extracting [=================> ] 58.49MB/162.8MB  75c359369c8f: Extracting [===================> ] 62.95MB/162.8MB  75c359369c8f: Extracting [====================> ] 65.18MB/162.8MB  75c359369c8f: Extracting [====================> ] 67.96MB/162.8MB  75c359369c8f: Extracting [=====================> ] 68.52MB/162.8MB  75c359369c8f: Extracting [=====================> ] 70.19MB/162.8MB  75c359369c8f: Extracting [=====================> ] 70.75MB/162.8MB  75c359369c8f: Extracting [=====================> ] 71.3MB/162.8MB  75c359369c8f: Extracting [======================> ] 72.42MB/162.8MB  75c359369c8f: Extracting [======================> ] 73.53MB/162.8MB  75c359369c8f: Extracting [======================> ] 74.65MB/162.8MB  75c359369c8f: Extracting [=======================> ] 75.2MB/162.8MB  75c359369c8f: Extracting [========================> ] 78.54MB/162.8MB  75c359369c8f: Extracting [========================> ] 79.66MB/162.8MB  75c359369c8f: Extracting [=========================> ] 82.44MB/162.8MB  75c359369c8f: Extracting [===========================> ] 89.69MB/162.8MB  75c359369c8f: Extracting [============================> ] 91.36MB/162.8MB  75c359369c8f: Extracting [============================> ] 94.14MB/162.8MB  75c359369c8f: Extracting [==============================> ] 99.71MB/162.8MB  75c359369c8f: Extracting [================================> ] 104.7MB/162.8MB  75c359369c8f: Extracting [=================================> ] 107.5MB/162.8MB  75c359369c8f: Extracting [=================================> ] 109.2MB/162.8MB  75c359369c8f: Extracting [=================================> ] 110.3MB/162.8MB  75c359369c8f: Extracting [==================================> ] 112.5MB/162.8MB  75c359369c8f: Extracting [===================================> ] 114.2MB/162.8MB  75c359369c8f: Extracting [===================================> ] 114.8MB/162.8MB  75c359369c8f: Extracting [===================================> ] 115.3MB/162.8MB  75c359369c8f: Extracting [===================================> ] 115.9MB/162.8MB  75c359369c8f: Extracting [===================================> ] 116.4MB/162.8MB  75c359369c8f: Extracting [====================================> ] 118.1MB/162.8MB  75c359369c8f: Extracting [====================================> ] 119.2MB/162.8MB  75c359369c8f: Extracting [=====================================> ] 121.4MB/162.8MB  75c359369c8f: Extracting [=====================================> ] 122MB/162.8MB  75c359369c8f: Extracting [=====================================> ] 122.6MB/162.8MB  75c359369c8f: Extracting [=====================================> ] 123.1MB/162.8MB  75c359369c8f: Extracting [======================================> ] 124.2MB/162.8MB  75c359369c8f: Extracting [======================================> ] 125.9MB/162.8MB  75c359369c8f: Extracting [=======================================> ] 127.6MB/162.8MB  75c359369c8f: Extracting [=======================================> ] 129.2MB/162.8MB  75c359369c8f: Extracting [========================================> ] 130.9MB/162.8MB  75c359369c8f: Extracting [========================================> ] 133.1MB/162.8MB  75c359369c8f: Extracting [=========================================> ] 135.4MB/162.8MB  75c359369c8f: Extracting [==========================================> ] 138.7MB/162.8MB  75c359369c8f: Extracting [==========================================> ] 139.8MB/162.8MB  75c359369c8f: Extracting [============================================> ] 145.4MB/162.8MB  75c359369c8f: Extracting [=============================================> ] 148.2MB/162.8MB  75c359369c8f: Extracting [==============================================> ] 152.1MB/162.8MB  75c359369c8f: Extracting [================================================> ] 156.5MB/162.8MB  75c359369c8f: Extracting [================================================> ] 158.2MB/162.8MB  75c359369c8f: Extracting [================================================> ] 158.8MB/162.8MB  75c359369c8f: Extracting [================================================> ] 159.3MB/162.8MB  75c359369c8f: Extracting [=================================================> ] 160.4MB/162.8MB  75c359369c8f: Extracting [=================================================> ] 161MB/162.8MB  75c359369c8f: Extracting [=================================================> ] 162.1MB/162.8MB  75c359369c8f: Extracting [==================================================>] 162.8MB/162.8MB  75c359369c8f: Pull complete  53fb6124fbed: Extracting [=================================================> ] 32.77kB/32.97kB  53fb6124fbed: Extracting [==================================================>] 32.97kB/32.97kB  53fb6124fbed: Pull complete  81e7e1db9543: Extracting [==================================================>] 97B/97B  81e7e1db9543: Extracting [==================================================>] 97B/97B  81e7e1db9543: Pull complete  c8cc13d2cef3: Extracting [==> ] 32.77kB/732.3kB  c8cc13d2cef3: Extracting [==================================================>] 732.3kB/732.3kB  c8cc13d2cef3: Extracting [==================================================>] 732.3kB/732.3kB  c8cc13d2cef3: Pull complete  58d126c0f4cc: Extracting [==================================================>] 444B/444B  58d126c0f4cc: Extracting [==================================================>] 444B/444B  58d126c0f4cc: Pull complete  cf8379c0bd1f: Extracting [==================================================>] 375B/375B  cf8379c0bd1f: Extracting [==================================================>] 375B/375B  cf8379c0bd1f: Pull complete  Digest: sha256:f3a400fcab7c2184a2a0064427da4ff84b1b77cbf9ab3a9fc3c3699eda345e23  Status: Downloaded newer image for akvo/akvo-lumen-e2e-test:20200110.115310.06b75bc Creating akvo-lumen-ci_postgres_1 ... Creating akvo-lumen-ci_exporter_1 ... Creating akvo-lumen-ci_redis_1 ... Creating akvo-lumen-ci_keycloak_1 ... Creating akvo-lumen-ci_windshaft_1 ...  Creating akvo-lumen-ci_keycloak_1 ... done Creating akvo-lumen-ci_backend-functional-tests_1 ...  Creating akvo-lumen-ci_postgres_1 ... done  Creating akvo-lumen-ci_backend-functional-tests_1 ... done  Creating akvo-lumen-ci_exporter_1 ... done Creating akvo-lumen-ci_backend_1 ...  Creating akvo-lumen-ci_redis_1 ... done  Creating akvo-lumen-ci_backend_1 ... done  Creating akvo-lumen-ci_windshaft_1 ... done Creating akvo-lumen-ci_client_1 ...  Creating akvo-lumen-ci_client_1 ... done Creating akvo-lumen-ci_fe-e2e-tests_1 ...  Creating akvo-lumen-ci_fe-e2e-tests_1 ... done Waiting for backend to start ... Waiting for backend to start ... Waiting for backend to start ... Waiting for backend to start ... Waiting for backend to start ... 10:01:38 - INFO - Running Backend functional tests Creating akvo-lumen-ci_backend-functional-tests_run ...  Creating akvo-lumen-ci_backend-functional-tests_run ... done Waiting for Keycloak ... Keycloak is ready! Waiting for PostgreSQL ... Warning: use -cacerts option to access cacerts keystore Warning: use -cacerts option to access cacerts keystore Certificate was added to keystore Warning: use -cacerts option to access cacerts keystore PostgreSQL is ready! Starting REPL ... Warning: environ value {:uri "jdbc:postgresql://postgres/lumen?user=lumen&password=password"} for key :db has been cast to string lein test akvo.lumen.component.keycloak-test lein test akvo.lumen.db.tardis-test 10:02:05.545 [main] INFO akvo.lumen.utils.dev-emailer - Using std out emailer {:from-email devops@akvo.localhost, :from-name Akvo Lumen} 10:02:05.740 [main] INFO org.xnio - XNIO version 3.3.6.Final 10:02:05.752 [main] INFO org.xnio.nio - XNIO NIO Implementation Version 3.3.6.Final WARNING: An illegal reflective access operation has occurred WARNING: Illegal reflective access by org.xnio.nio.NioXnio$2 (file:/home/akvo/.m2/repository/org/jboss/xnio/xnio-nio/3.3.6.Final/xnio-nio-3.3.6.Final.jar) to constructor sun.nio.ch.EPollSelectorProvider() WARNING: Please consider reporting this to the maintainers of org.xnio.nio.NioXnio$2 WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations WARNING: All illegal access operations will be denied in a future release lein test akvo.lumen.endpoint.collection-test 10:02:10.148 [main] INFO akvo.lumen.utils.dev-emailer - Using std out emailer {:from-email devops@akvo.localhost, :from-name Akvo Lumen} lein test akvo.lumen.endpoint.dashboard-test 10:02:14.737 [main] INFO akvo.lumen.utils.dev-emailer - Using std out emailer {:from-email devops@akvo.localhost, :from-name Akvo Lumen} lein test akvo.lumen.endpoint.public-test 10:02:19.271 [main] INFO akvo.lumen.utils.dev-emailer - Using std out emailer {:from-email devops@akvo.localhost, :from-name Akvo Lumen} 10:02:21.760 [main] INFO akvo.lumen.lib.aggregation - Vis id: 6160171a-77cb-454a-b1aa-6b4f499738d2 Elapsed time: 12.825114 msecs 10:02:21.767 [main] INFO akvo.lumen.lib.aggregation - Vis id: 6160171a-a07d-4994-bac1-78dd95b63ebb Elapsed time: 6.660584 msecs lein test akvo.lumen.endpoint.share-test 10:02:23.896 [main] INFO akvo.lumen.utils.dev-emailer - Using std out emailer {:from-email devops@akvo.localhost, :from-name Akvo Lumen} lein test akvo.lumen.endpoints-test 10:02:28.442 [main] INFO akvo.lumen.utils.dev-emailer - Using std out emailer {:from-email devops@akvo.localhost, :from-name Akvo Lumen} 10:02:30.361 [main] INFO akvo.lumen.endpoint.dashboard - Dash id: 61601736-661b-4d41-855a-b00ae753b063 Elapsed time: 2.346773 msecs 10:02:30.801 [main] INFO akvo.lumen.lib.aggregation - Vis id: 61601736-a21c-4b30-b63c-e0ddee42b018 Elapsed time: 4.233454 msecs 10:02:43.283 [clojure-agent-send-off-pool-2] INFO akvo.lumen.db.job-execution - vacuum-table ds_e3bc7485_2682_48ee_9a5b_d5d859f151fa Elapsed time: 14.866209 msecs 10:02:43.398 [clojure-agent-send-off-pool-1] INFO akvo.lumen.db.job-execution - vacuum-table ds_e4b69997_bc8e_4956_9fb4_9c394bef9663 Elapsed time: 4.440957 msecs 10:02:43.945 [main] WARN akvo.lumen.utils.dev-emailer - [61601743-f50e-4ed8-b378-1d92b954172a@akvo.org] 10:02:43.945 [main] WARN akvo.lumen.utils.dev-emailer - {Subject Akvo Lumen invite, Text-part Hi! You have been invited to join Akvo Lumen by . To complete the invitation process please visit: https://t1.lumen.local/verify/686739cd-274e-4b80-a914-53ea1166b5e7 Then, using your email 61601743-f50e-4ed8-b378-1d92b954172a@akvo.org, either sign up to Akvo Lumen if you are a new user, or log in to your account. Thank you The Akvo Lumen Team } lein test akvo.lumen.lib.aggregation-test 10:02:46.363 [main] INFO akvo.lumen.utils.dev-emailer - Using std out emailer {:from-email devops@akvo.localhost, :from-name Akvo Lumen} lein test akvo.lumen.lib.import.clj-data-importer-test 10:02:52.686 [main] INFO akvo.lumen.utils.dev-emailer - Using std out emailer {:from-email devops@akvo.localhost, :from-name Akvo Lumen} lein test akvo.lumen.lib.import.csv-test 10:02:58.239 [main] INFO akvo.lumen.utils.dev-emailer - Using std out emailer {:from-email devops@akvo.localhost, :from-name Akvo Lumen} 10:03:00.719 [clojure-agent-send-off-pool-2] ERROR akvo.lumen.lib.import - #error { :cause Invalid csv file. Varying number of columns :data {} :via [{:type clojure.lang.ExceptionInfo :message Invalid csv file. Varying number of columns :data {} :at [akvo.lumen.lib.import.csv$get_column_count invokeStatic csv.clj 79]}] :trace [[akvo.lumen.lib.import.csv$get_column_count invokeStatic csv.clj 79] [akvo.lumen.lib.import.csv$get_column_count invoke csv.clj 75] [akvo.lumen.lib.import.csv$csv_importer invokeStatic csv.clj 84] [akvo.lumen.lib.import.csv$csv_importer invoke csv.clj 81] [akvo.lumen.lib.import.csv$eval16007$fn__16009 invoke csv.clj 108] [clojure.lang.MultiFn invoke MultiFn.java 234] [akvo.lumen.lib.import$execute$fn__19798 invoke import.clj 68] [clojure.core$binding_conveyor_fn$fn__5754 invoke core.clj 2030] [clojure.lang.AFn call AFn.java 18] [java.util.concurrent.FutureTask run FutureTask.java 264] [java.util.concurrent.ThreadPoolExecutor runWorker ThreadPoolExecutor.java 1128] [java.util.concurrent.ThreadPoolExecutor$Worker run ThreadPoolExecutor.java 628] [java.lang.Thread run Thread.java 834]]} lein test akvo.lumen.lib.transformation-test 10:03:04.185 [main] INFO akvo.lumen.utils.dev-emailer - Using std out emailer {:from-email devops@akvo.localhost, :from-name Akvo Lumen} 10:03:06.495 [clojure-agent-send-off-pool-1] INFO akvo.lumen.db.job-execution - vacuum-table ds_1949abe3_8061_49fa_a324_9d54e6a9a781 Elapsed time: 14.743953 msecs 10:03:07.194 [clojure-agent-send-off-pool-1] INFO akvo.lumen.db.job-execution - vacuum-table ds_24c3dc5a_a012_4523_b779_20d12fc7986e Elapsed time: 18.723071 msecs 10:03:07.495 [clojure-agent-send-off-pool-1] ERROR akvo.lumen.lib.transformation.engine - Failed to transform: clojure.lang.LazySeq@1f, columns: null, execution-log: null, data: null 10:03:07.497 [clojure-agent-send-off-pool-1] INFO akvo.lumen.fixtures - class clojure.lang.LazySeq cannot be cast to class java.lang.String (clojure.lang.LazySeq is in unnamed module of loader 'app'; java.lang.String is in module java.base of loader 'bootstrap') 10:03:08.156 [clojure-agent-send-off-pool-1] INFO akvo.lumen.db.job-execution - vacuum-table ds_57e19bf0_f0a1_4995_a9d5_4401282dc566 Elapsed time: 14.537817 msecs 10:03:08.486 [clojure-agent-send-off-pool-1] INFO akvo.lumen.db.job-execution - vacuum-table ds_57e19bf0_f0a1_4995_a9d5_4401282dc566 Elapsed time: 14.295252 msecs 10:03:08.772 [clojure-agent-send-off-pool-1] INFO akvo.lumen.db.job-execution - vacuum-table ds_57e19bf0_f0a1_4995_a9d5_4401282dc566 Elapsed time: 15.782219 msecs 10:03:09.404 [clojure-agent-send-off-pool-1] INFO akvo.lumen.db.job-execution - vacuum-table ds_46f9d19d_62b4_43c7_a8f4_cf4492b5f25d Elapsed time: 19.841159 msecs 10:03:09.692 [clojure-agent-send-off-pool-1] INFO akvo.lumen.db.job-execution - vacuum-table ds_46f9d19d_62b4_43c7_a8f4_cf4492b5f25d Elapsed time: 6.355443 msecs 10:03:10.686 [clojure-agent-send-off-pool-1] INFO akvo.lumen.db.job-execution - vacuum-table ds_dbb7c27f_ae83_4ea5_b0ca_7d28de6fb40e Elapsed time: 14.639504 msecs 10:03:11.310 [clojure-agent-send-off-pool-1] INFO akvo.lumen.db.job-execution - vacuum-table ds_69f74223_bf86_4d4c_9451_1f7726d1548f Elapsed time: 15.509574 msecs 10:03:11.634 [clojure-agent-send-off-pool-1] INFO akvo.lumen.db.job-execution - vacuum-table ds_7178f8d9_3c4d_4659_92b1_11ffa4cdd245 Elapsed time: 7.715025 msecs 10:03:11.919 [clojure-agent-send-off-pool-1] INFO akvo.lumen.fixtures - Unterminated string literal started at position 71 in SQL update ds_7178f8d9_3c4d_4659_92b1_11ffa4cdd245 SET d1='v1'::TEXT,d2=''2'::TEXT where rnum=1. Expected char 10:03:11.920 [clojure-agent-send-off-pool-1] ERROR akvo.lumen.lib.transformation.engine - Failed to transform: Failed to transform: Unterminated string literal started at position 71 in SQL update ds_7178f8d9_3c4d_4659_92b1_11ffa4cdd245 SET d1='v1'::TEXT,d2=''2'::TEXT where rnum=1. Expected char, columns: null, execution-log: null, data: null 10:03:11.922 [clojure-agent-send-off-pool-1] INFO akvo.lumen.fixtures - Failed to transform: Unterminated string literal started at position 71 in SQL update ds_7178f8d9_3c4d_4659_92b1_11ffa4cdd245 SET d1='v1'::TEXT,d2=''2'::TEXT where rnum=1. Expected char 10:03:12.269 [clojure-agent-send-off-pool-1] INFO akvo.lumen.db.job-execution - vacuum-table ds_7178f8d9_3c4d_4659_92b1_11ffa4cdd245 Elapsed time: 17.620623 msecs 10:03:13.212 [clojure-agent-send-off-pool-1] INFO akvo.lumen.fixtures - nil 10:03:13.212 [clojure-agent-send-off-pool-1] ERROR akvo.lumen.lib.transformation.engine - Failed to transform: Failed to transform: null, columns: null, execution-log: null, data: null 10:03:13.213 [clojure-agent-send-off-pool-1] INFO akvo.lumen.fixtures - Failed to transform: null 10:03:14.890 [clojure-agent-send-off-pool-1] INFO akvo.lumen.db.job-execution - vacuum-table ds_cc1419b1_08da_4ece_a79e_27c892410f39 Elapsed time: 16.302402 msecs 10:03:15.571 [clojure-agent-send-off-pool-1] INFO akvo.lumen.db.job-execution - vacuum-table ds_f1fed062_473a_4cd4_898c_c7b806ae8b82 Elapsed time: 20.029099 msecs 10:03:15.871 [clojure-agent-send-off-pool-1] WARN akvo.lumen.lib.update - :compatible-columns-errors :imported-columns ({:id c5, :type text}) :columns [{:id c1, :type text} {:id c2, :type number} {:id c3, :type text} {:id c4, :type number}] [[{:id c5}] [{:id c1} {:id c2, :type number} {:id c3, :type text} {:id c4, :type number}] [{:type text}]] 10:03:16.233 [clojure-agent-send-off-pool-1] INFO akvo.lumen.db.job-execution - vacuum-table ds_f1fed062_473a_4cd4_898c_c7b806ae8b82 Elapsed time: 18.677581 msecs 10:03:16.502 [clojure-agent-send-off-pool-1] WARN akvo.lumen.lib.update - :compatible-columns-errors :imported-columns ({:id c5, :type text}) :columns [{:id c1, :type text} {:id c2, :type number} {:id c3, :type text} {:id c4, :type number}] [[{:id c5}] [{:id c1} {:id c2, :type number} {:id c3, :type text} {:id c4, :type number}] [{:type text}]] 10:03:17.514 [clojure-agent-send-off-pool-1] INFO akvo.lumen.db.job-execution - vacuum-table ds_f167e64b_3058_4307_9dca_b50431d2537d Elapsed time: 16.962669 msecs 10:03:18.527 [clojure-agent-send-off-pool-1] INFO akvo.lumen.db.job-execution - vacuum-table ds_1473243f_b821_47ab_8b1e_6b23a0cdd5fc Elapsed time: 19.239469 msecs 10:03:19.088 [clojure-agent-send-off-pool-1] INFO akvo.lumen.db.job-execution - vacuum-table ds_16557de6_6b6d_49ef_a019_703b9ee4dcb0 Elapsed time: 18.782435 msecs 10:03:19.411 [clojure-agent-send-off-pool-1] INFO akvo.lumen.db.job-execution - vacuum-table ds_16557de6_6b6d_49ef_a019_703b9ee4dcb0 Elapsed time: 7.785517 msecs 10:03:19.744 [clojure-agent-send-off-pool-1] INFO akvo.lumen.db.job-execution - vacuum-table ds_16557de6_6b6d_49ef_a019_703b9ee4dcb0 Elapsed time: 20.062091 msecs 10:03:20.051 [clojure-agent-send-off-pool-1] INFO akvo.lumen.db.job-execution - vacuum-table ds_78f6d59f_f959_4205_81c3_a0188ade6365 Elapsed time: 9.561041 msecs 10:03:20.358 [clojure-agent-send-off-pool-1] INFO akvo.lumen.db.job-execution - vacuum-table ds_07b954fa_86f7_460c_84bb_4f2486effcdc Elapsed time: 16.885929 msecs 10:03:20.997 [clojure-agent-send-off-pool-1] INFO akvo.lumen.db.job-execution - vacuum-table ds_e4dd7c74_ac88_441b_aa7a_a0c04168e9a1 Elapsed time: 19.412874 msecs 10:03:21.675 [clojure-agent-send-off-pool-1] INFO akvo.lumen.db.job-execution - vacuum-table ds_a279f054_cac1_44fc_8c6b_333143c0028e Elapsed time: 17.794244 msecs 10:03:21.974 [clojure-agent-send-off-pool-1] INFO akvo.lumen.db.job-execution - vacuum-table ds_a279f054_cac1_44fc_8c6b_333143c0028e Elapsed time: 6.288938 msecs 10:03:22.306 [clojure-agent-send-off-pool-1] INFO akvo.lumen.db.job-execution - vacuum-table ds_a279f054_cac1_44fc_8c6b_333143c0028e Elapsed time: 20.395255 msecs 10:03:28.975 [clojure-agent-send-off-pool-1] INFO akvo.lumen.db.job-execution - vacuum-table ds_dc1d1728_ff32_416b_b07e_68a0f7107f15 Elapsed time: 18.940455 msecs 10:03:29.257 [clojure-agent-send-off-pool-1] INFO akvo.lumen.fixtures - ERROR: invalid value "c" for "YYYY" Detail: Value must be an integer. Where: PL/pgSQL function text_to_timestamptz(text,text) line 4 at RETURN 10:03:29.257 [clojure-agent-send-off-pool-1] ERROR akvo.lumen.lib.transformation.engine - Failed to transform: Failed to transform: ERROR: invalid value "c" for "YYYY" Detail: Value must be an integer. Where: PL/pgSQL function text_to_timestamptz(text,text) line 4 at RETURN, columns: null, execution-log: null, data: null 10:03:29.258 [clojure-agent-send-off-pool-1] INFO akvo.lumen.fixtures - Failed to transform: ERROR: invalid value "c" for "YYYY" Detail: Value must be an integer. Where: PL/pgSQL function text_to_timestamptz(text,text) line 4 at RETURN 10:03:29.591 [clojure-agent-send-off-pool-1] INFO akvo.lumen.db.job-execution - vacuum-table ds_dc1d1728_ff32_416b_b07e_68a0f7107f15 Elapsed time: 15.993386 msecs 10:03:29.896 [clojure-agent-send-off-pool-1] INFO akvo.lumen.db.job-execution - vacuum-table ds_dc1d1728_ff32_416b_b07e_68a0f7107f15 Elapsed time: 6.585037 msecs 10:03:30.215 [clojure-agent-send-off-pool-1] INFO akvo.lumen.db.job-execution - vacuum-table ds_dc1d1728_ff32_416b_b07e_68a0f7107f15 Elapsed time: 16.169599 msecs 10:03:30.498 [clojure-agent-send-off-pool-1] INFO akvo.lumen.fixtures - Batch entry 0 DELETE FROM ds_dc1d1728_ff32_416b_b07e_68a0f7107f15 WHERE rnum NOT IN (SELECT rnum FROM ds_dc1d1728_ff32_416b_b07e_68a0f7107f15 WHERE c1::text ilike 10) was aborted: ERROR: operator does not exist: text ~~* integer Hint: No operator matches the given name and argument type(s). You might need to add explicit type casts. Position: 188 Call getNextException to see other errors in the batch. 10:03:30.499 [clojure-agent-send-off-pool-1] ERROR akvo.lumen.lib.transformation.engine - Failed to transform: Failed to transform: Batch entry 0 DELETE FROM ds_dc1d1728_ff32_416b_b07e_68a0f7107f15 WHERE rnum NOT IN (SELECT rnum FROM ds_dc1d1728_ff32_416b_b07e_68a0f7107f15 WHERE c1::text ilike 10) was aborted: ERROR: operator does not exist: text ~~* integer Hint: No operator matches the given name and argument type(s). You might need to add explicit type casts. Position: 188 Call getNextException to see other errors in the batch., columns: null, execution-log: null, data: null 10:03:30.501 [clojure-agent-send-off-pool-1] INFO akvo.lumen.fixtures - Failed to transform: Batch entry 0 DELETE FROM ds_dc1d1728_ff32_416b_b07e_68a0f7107f15 WHERE rnum NOT IN (SELECT rnum FROM ds_dc1d1728_ff32_416b_b07e_68a0f7107f15 WHERE c1::text ilike 10) was aborted: ERROR: operator does not exist: text ~~* integer Hint: No operator matches the given name and argument type(s). You might need to add explicit type casts. Position: 188 Call getNextException to see other errors in the batch. 10:03:30.840 [clojure-agent-send-off-pool-1] INFO akvo.lumen.db.job-execution - vacuum-table ds_dc1d1728_ff32_416b_b07e_68a0f7107f15 Elapsed time: 18.040481 msecs 10:03:31.131 [clojure-agent-send-off-pool-1] INFO akvo.lumen.db.job-execution - vacuum-table ds_dc1d1728_ff32_416b_b07e_68a0f7107f15 Elapsed time: 5.406899 msecs 10:03:31.465 [clojure-agent-send-off-pool-1] INFO akvo.lumen.db.job-execution - vacuum-table ds_dc1d1728_ff32_416b_b07e_68a0f7107f15 Elapsed time: 17.834827 msecs 10:03:31.740 [clojure-agent-send-off-pool-1] INFO akvo.lumen.db.job-execution - vacuum-table ds_dc1d1728_ff32_416b_b07e_68a0f7107f15 Elapsed time: 4.080603 msecs 10:03:32.078 [clojure-agent-send-off-pool-1] INFO akvo.lumen.db.job-execution - vacuum-table ds_dc1d1728_ff32_416b_b07e_68a0f7107f15 Elapsed time: 19.931214 msecs 10:03:32.354 [clojure-agent-send-off-pool-1] INFO akvo.lumen.db.job-execution - vacuum-table ds_dc1d1728_ff32_416b_b07e_68a0f7107f15 Elapsed time: 3.844423 msecs 10:03:33.065 [clojure-agent-send-off-pool-1] INFO akvo.lumen.db.job-execution - vacuum-table ds_01f73d54_0d43_4941_be9c_d4e3dbf1c5fe Elapsed time: 14.297585 msecs 10:03:33.658 [clojure-agent-send-off-pool-1] INFO akvo.lumen.db.job-execution - vacuum-table ds_c4f0dcf9_261f_4632_91c8_fed8f5318a97 Elapsed time: 14.171832 msecs 10:03:34.639 [clojure-agent-send-off-pool-1] INFO akvo.lumen.db.job-execution - vacuum-table ds_c508cf37_f039_4b7d_bfa1_921268bcaa41 Elapsed time: 18.378607 msecs 10:03:35.319 [clojure-agent-send-off-pool-1] INFO akvo.lumen.db.job-execution - vacuum-table ds_d2d1ffb7_2b45_4bdc_a7e7_5a7325542827 Elapsed time: 4.590911 msecs 10:03:36.243 [clojure-agent-send-off-pool-1] INFO akvo.lumen.db.job-execution - vacuum-table ds_b37624d9_95db_49c1_b6f8_f0d6d71ca04e Elapsed time: 3.809653 msecs 10:03:36.863 [clojure-agent-send-off-pool-1] INFO akvo.lumen.fixtures - ERROR: function double_precision_to_double_precision(double precision, unknown) does not exist Hint: No function matches the given name and argument types. You might need to add explicit type casts. Position: 97 10:03:36.863 [clojure-agent-send-off-pool-1] ERROR akvo.lumen.lib.transformation.engine - Failed to transform: Failed to transform: ERROR: function double_precision_to_double_precision(double precision, unknown) does not exist Hint: No function matches the given name and argument types. You might need to add explicit type casts. Position: 97, columns: null, execution-log: null, data: null 10:03:36.864 [clojure-agent-send-off-pool-1] INFO akvo.lumen.fixtures - Failed to transform: ERROR: function double_precision_to_double_precision(double precision, unknown) does not exist Hint: No function matches the given name and argument types. You might need to add explicit type casts. Position: 97 10:03:37.176 [clojure-agent-send-off-pool-1] INFO akvo.lumen.fixtures - ERROR: function double_precision_to_double_precision(double precision, unknown) does not exist Hint: No function matches the given name and argument types. You might need to add explicit type casts. Position: 97 10:03:37.177 [clojure-agent-send-off-pool-1] ERROR akvo.lumen.lib.transformation.engine - Failed to transform: Failed to transform: ERROR: function double_precision_to_double_precision(double precision, unknown) does not exist Hint: No function matches the given name and argument types. You might need to add explicit type casts. Position: 97, columns: null, execution-log: null, data: null 10:03:37.178 [clojure-agent-send-off-pool-1] INFO akvo.lumen.fixtures - Failed to transform: ERROR: function double_precision_to_double_precision(double precision, unknown) does not exist Hint: No function matches the given name and argument types. You might need to add explicit type casts. Position: 97 10:03:37.876 [clojure-agent-send-off-pool-1] INFO akvo.lumen.fixtures - Column 'oops' doesn't exist. 10:03:37.876 [clojure-agent-send-off-pool-1] ERROR akvo.lumen.lib.transformation.engine - Failed to transform: Failed to transform: Column 'oops' doesn't exist., columns: null, execution-log: null, data: null 10:03:37.877 [clojure-agent-send-off-pool-1] INFO akvo.lumen.fixtures - Failed to transform: Column 'oops' doesn't exist. 10:03:38.350 [clojure-agent-send-off-pool-1] INFO akvo.lumen.db.job-execution - vacuum-table ds_a106c1b9_6325_478d_8b24_61e4416d7d7c Elapsed time: 14.877072 msecs 10:03:38.642 [clojure-agent-send-off-pool-1] INFO akvo.lumen.db.job-execution - vacuum-table ds_a106c1b9_6325_478d_8b24_61e4416d7d7c Elapsed time: 4.988897 msecs 10:03:38.945 [clojure-agent-send-off-pool-1] INFO akvo.lumen.db.job-execution - vacuum-table ds_299307b4_b1dc_4794_8ec5_38e0f2e00959 Elapsed time: 15.838629 msecs 10:03:39.287 [clojure-agent-send-off-pool-1] INFO akvo.lumen.fixtures - TypeError: Cannot get property "length" of null in at line number 20 10:03:39.287 [clojure-agent-send-off-pool-1] ERROR akvo.lumen.lib.transformation.engine - Failed to transform: Failed to transform: TypeError: Cannot get property "length" of null in at line number 20, columns: null, execution-log: null, data: null 10:03:39.288 [clojure-agent-send-off-pool-1] INFO akvo.lumen.fixtures - Failed to transform: TypeError: Cannot get property "length" of null in at line number 20 10:03:39.689 [clojure-agent-send-off-pool-1] INFO akvo.lumen.db.job-execution - vacuum-table ds_299307b4_b1dc_4794_8ec5_38e0f2e00959 Elapsed time: 19.270737 msecs 10:03:40.025 [clojure-agent-send-off-pool-1] INFO akvo.lumen.db.job-execution - vacuum-table ds_299307b4_b1dc_4794_8ec5_38e0f2e00959 Elapsed time: 4.064296 msecs 10:03:40.407 [clojure-agent-send-off-pool-1] INFO akvo.lumen.db.job-execution - vacuum-table ds_299307b4_b1dc_4794_8ec5_38e0f2e00959 Elapsed time: 15.146754 msecs 10:03:40.747 [clojure-agent-send-off-pool-1] INFO akvo.lumen.db.job-execution - vacuum-table ds_299307b4_b1dc_4794_8ec5_38e0f2e00959 Elapsed time: 4.401566 msecs 10:03:41.077 [clojure-agent-send-off-pool-1] INFO akvo.lumen.fixtures - Column 'new Date()' doesn't exist. 10:03:41.077 [clojure-agent-send-off-pool-1] ERROR akvo.lumen.lib.transformation.engine - Failed to transform: Failed to transform: Column 'new Date()' doesn't exist., columns: null, execution-log: null, data: null 10:03:41.077 [clojure-agent-send-off-pool-1] INFO akvo.lumen.fixtures - Failed to transform: Column 'new Date()' doesn't exist. 10:03:41.420 [clojure-agent-send-off-pool-1] INFO akvo.lumen.fixtures - Column 'new java.util.Date()' doesn't exist. 10:03:41.420 [clojure-agent-send-off-pool-1] ERROR akvo.lumen.lib.transformation.engine - Failed to transform: Failed to transform: Column 'new java.util.Date()' doesn't exist., columns: null, execution-log: null, data: null 10:03:41.421 [clojure-agent-send-off-pool-1] INFO akvo.lumen.fixtures - Failed to transform: Column 'new java.util.Date()' doesn't exist. 10:03:41.762 [clojure-agent-send-off-pool-1] INFO akvo.lumen.fixtures - Column 'quit()' doesn't exist. 10:03:41.762 [clojure-agent-send-off-pool-1] ERROR akvo.lumen.lib.transformation.engine - Failed to transform: Failed to transform: Column 'quit()' doesn't exist., columns: null, execution-log: null, data: null 10:03:41.762 [clojure-agent-send-off-pool-1] INFO akvo.lumen.fixtures - Failed to transform: Column 'quit()' doesn't exist. 10:03:42.089 [main] WARN a.l.l.t.derive.js-engine - :not-valid-js ) 10:03:54.765 [clojure-agent-send-off-pool-1] INFO akvo.lumen.db.job-execution - vacuum-table ds_c1bba6e2_2559_4ae3_b84f_3deacf5da628 Elapsed time: 16.185158 msecs 10:03:55.068 [clojure-agent-send-off-pool-1] INFO akvo.lumen.db.job-execution - vacuum-table ds_c1bba6e2_2559_4ae3_b84f_3deacf5da628 Elapsed time: 4.940905 msecs 10:03:55.389 [clojure-agent-send-off-pool-1] INFO akvo.lumen.db.job-execution - vacuum-table ds_c1bba6e2_2559_4ae3_b84f_3deacf5da628 Elapsed time: 15.77501 msecs 10:03:55.688 [clojure-agent-send-off-pool-1] INFO akvo.lumen.db.job-execution - vacuum-table ds_c1bba6e2_2559_4ae3_b84f_3deacf5da628 Elapsed time: 4.596091 msecs 10:03:56.010 [clojure-agent-send-off-pool-1] INFO akvo.lumen.db.job-execution - vacuum-table ds_c1bba6e2_2559_4ae3_b84f_3deacf5da628 Elapsed time: 15.680643 msecs 10:03:56.630 [clojure-agent-send-off-pool-1] INFO akvo.lumen.db.job-execution - vacuum-table ds_bccd86cd_eb92_44cf_91f5_ae23ad4b2f31 Elapsed time: 18.778158 msecs 10:03:57.266 [clojure-agent-send-off-pool-1] INFO akvo.lumen.db.job-execution - vacuum-table ds_d8214bec_6676_4075_bfe5_b37a0db836b5 Elapsed time: 15.161625 msecs 10:03:57.552 [clojure-agent-send-off-pool-1] ERROR akvo.lumen.lib.transformation.engine - Failed to transform: Cannot delete column. It is used in the following visalisations: 'Visualisation', columns: null, execution-log: null, data: (["6160178d-d5d5-40d5-a768-f836e8f6e48d" "Visualisation" #{"c1"}]) 10:03:57.553 [clojure-agent-send-off-pool-1] INFO akvo.lumen.fixtures - Cannot delete column. It is used in the following visalisations: 'Visualisation' lein test akvo.lumen.lib.transformation.engine-test 10:04:00.837 [main] INFO akvo.lumen.utils.dev-emailer - Using std out emailer {:from-email devops@akvo.localhost, :from-name Akvo Lumen} 10:04:03.256 [main] INFO akvo.lumen.fixtures - ERROR: invalid input syntax for type double precision: "Not-a-number-nor-a-date" Where: PL/pgSQL function text_to_double_precision(text) line 4 at RETURN 10:04:03.259 [main] INFO akvo.lumen.fixtures - ERROR: invalid value "Not-" for "YYYY" Detail: Value must be an integer. Where: PL/pgSQL function text_to_timestamptz(text,text) line 4 at RETURN lein test akvo.lumen.lib.user-test 10:04:05.929 [main] INFO akvo.lumen.utils.dev-emailer - Using std out emailer {:from-email devops@akvo.localhost, :from-name Akvo Lumen} 10:04:08.591 [main] INFO akvo.lumen.utils.dev-emailer - Using std out emailer {:config {:from-email , :from-name }} 10:04:08.819 [main] WARN akvo.lumen.utils.dev-emailer - [ruth@t2.akvolumen.org] 10:04:08.819 [main] WARN akvo.lumen.utils.dev-emailer - {Subject Akvo Lumen invite, Text-part Hi! You have been invited to join Akvo Lumen by . To complete the invitation process please visit: t1.lumen.localhost/verify/ee959221-8128-4cd8-a54b-2154df00c40b Then, using your email ruth@t2.akvolumen.org, either sign up to Akvo Lumen if you are a new user, or log in to your account. Thank you The Akvo Lumen Team } 10:04:09.562 [main] WARN akvo.lumen.utils.dev-emailer - [ruth@t2.akvolumen.org] 10:04:09.562 [main] WARN akvo.lumen.utils.dev-emailer - {Subject Akvo Lumen invite, Text-part Hi! You have been invited to join Akvo Lumen by . To complete the invitation process please visit: t1.lumen.localhost/verify/541e980b-0788-4214-880b-545a36c2f451 Then, using your email , either sign up to Akvo Lumen if you are a new user, or log in to your account. Thank you The Akvo Lumen Team } lein test akvo.lumen.visualisation.map-test 10:04:12.362 [main] INFO akvo.lumen.utils.dev-emailer - Using std out emailer {:from-email devops@akvo.localhost, :from-name Akvo Lumen} Ran 53 tests containing 448 assertions. 0 failures, 0 errors. Applying 000-tardis Applying 001-data_source Applying 002-dataset Applying 003-visualisation Applying 004-job-execution Applying 005-dataset-version Applying 007-database-functions Applying 008-dashboard Applying 009-shares Applying 010-invites Applying 011-collections Applying 012-raster-dataset Applying 013-raster-collection Applying 013-raster-collections Applying 014-passwords Applying 015-update-history Applying 015-update-history-function Applying 016-raster-dataset-add-author-and-source Applying 017-dashboard-add-author Applying 018-dataset-add-author-and-source Applying 019-dataset-drop-source-column Applying 020-dataset-version-create-index-version Applying 021-add-dataset-filter-dashboard-trigger Applying 022-environment Applying 023-dataset-version-alter-unique-constraint Applying 024-dataset-version-add-ns-and-constraint Applying 025-dataset-version-fully-remove-dataset-id-version-key Applying 026-data-group Applying 027-data-group-repeatable Applying 028-data-group-group-order Applying 029-number-to-text Applying 000-tardis Applying 001-data_source Applying 002-dataset Applying 003-visualisation Applying 004-job-execution Applying 005-dataset-version Applying 007-database-functions Applying 008-dashboard Applying 009-shares Applying 010-invites Applying 011-collections Applying 012-raster-dataset Applying 013-raster-collection Applying 013-raster-collections Applying 014-passwords Applying 015-update-history Applying 015-update-history-function Applying 016-raster-dataset-add-author-and-source Applying 017-dashboard-add-author Applying 018-dataset-add-author-and-source Applying 019-dataset-drop-source-column Applying 020-dataset-version-create-index-version Applying 021-add-dataset-filter-dashboard-trigger Applying 022-environment Applying 023-dataset-version-alter-unique-constraint Applying 024-dataset-version-add-ns-and-constraint Applying 025-dataset-version-fully-remove-dataset-id-version-key Applying 026-data-group Applying 027-data-group-repeatable Applying 028-data-group-group-order Applying 029-number-to-text 10:04:49 - INFO - Running the end to end tests against local Docker Compose Environment Creating akvo-lumen-ci_fe-e2e-tests_run ...  Creating akvo-lumen-ci_fe-e2e-tests_run ... done Running Cypress against http://t1.lumen.local/ Fontconfig warning: "/etc/fonts/fonts.conf", line 100: unknown element "blank" ====================================================================================================  (Run Starting)  ┌────────────────────────────────────────────────────────────────────────────────────────────────┐  │ Cypress: 3.8.1 │  │ Browser: Chrome 77 │  │ Specs: 1 found (index.spec.js) │  │ Params: Tag: false, Group: false, Parallel: false │  │ Run URL: https://dashboard.cypress.io/projects/wazc6q/runs/7652 │  └────────────────────────────────────────────────────────────────────────────────────────────────┘ ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: index.spec.js (1 of 1) Estimated: 36 seconds Browserslist: caniuse-lite is outdated. Please run next command `npm update`   Akvo Lumen e2e tests   ✓ runs all tests (39842ms)   1 passing (43s)  (Results)  ┌────────────────────────────────────────────────────────────────────────────────────────────────┐  │ Tests: 1 │  │ Passing: 1 │  │ Failing: 0 │  │ Pending: 0 │  │ Skipped: 0 │  │ Screenshots: 0 │  │ Video: true │  │ Duration: 43 seconds │  │ Estimated: 36 seconds │  │ Spec Ran: index.spec.js │  └────────────────────────────────────────────────────────────────────────────────────────────────┘  (Video)   - Started processing: Compressing to 32 CRF   - Finished processing: /app/e2e-test/cypress/videos/index.spec.js.mp4 (9 seconds)  (Uploading Results) - Done Uploading (1/1) /app/e2e-test/cypress/videos/index.spec.js.mp4 ====================================================================================================  (Run Finished)   Spec Tests Passing Failing Pending Skipped    ┌────────────────────────────────────────────────────────────────────────────────────────────────┐  │ ✔ index.spec.js 00:43 1 1 - - - │  └────────────────────────────────────────────────────────────────────────────────────────────────┘   ✔ All specs passed! 00:43 1 1 - - -   ─────────────────────────────────────────────────────────────────────────────────────────────────────── Recorded Run: https://dashboard.cypress.io/projects/wazc6q/runs/7652 10:05:56 - INFO - Done ./ci/prepare_deploy.sh 10:05:56 - 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]. Updated property [compute/zone]. Updated property [container/use_client_certificate]. ./ci/deploy.sh 10:05:58 - INFO - Environement is test Fetching cluster endpoint and auth data. kubeconfig entry generated for test. cronjob.batch/lumen-citest-cleanup configured 10:06:00 - INFO - Pushing images WARNING: `gcloud docker` will not be supported for Docker client versions above 18.03. As an alternative, use `gcloud auth configure-docker` to configure `docker` to use `gcloud` as a credential helper, then use `docker` as you would for non-GCR registries, e.g. `docker pull gcr.io/project-id/my-image`. Add `--verbosity=error` to silence this warning: `gcloud docker --verbosity=error -- pull gcr.io/project-id/my-image`. See: https://cloud.google.com/container-registry/docs/support/deprecation-notices#gcloud-docker The push refers to repository [eu.gcr.io/akvo-lumen/lumen-backend]  263b12d77849: Preparing   ccc4fe2fa431: Preparing   37ebaf444d51: Preparing   98127e28a705: Preparing   17897f2ed950: Preparing   3cfebff93afc: Preparing   f07aa95f9da7: Preparing   bc1ee6e3ef99: Preparing   1eda7220acf5: Preparing   69dfa7bd7a92: Preparing   4d1ab3827f6b: Preparing   7948c3e5790c: Preparing  3cfebff93afc: Waiting  f07aa95f9da7: Waiting  bc1ee6e3ef99: Waiting  1eda7220acf5: Waiting  69dfa7bd7a92: Waiting  4d1ab3827f6b: Waiting  7948c3e5790c: Waiting  263b12d77849: Pushing 512B/2.835kB  263b12d77849: Pushing 5.632kB  ccc4fe2fa431: Pushing 512B/2.37kB  37ebaf444d51: Pushing 512B  37ebaf444d51: Pushing 2.56kB  ccc4fe2fa431: Pushing 4.608kB  17897f2ed950: Pushing 2.048kB  98127e28a705: Pushing 525.3kB/147.2MB  98127e28a705: Pushing 3.311MB/147.2MB  98127e28a705: Pushing 6.096MB/147.2MB  98127e28a705: Pushing 8.881MB/147.2MB  98127e28a705: Pushing 11.67MB/147.2MB  98127e28a705: Pushing 14.45MB/147.2MB  98127e28a705: Pushing 17.79MB/147.2MB  98127e28a705: Pushing 20.58MB/147.2MB  98127e28a705: Pushing 23.36MB/147.2MB  37ebaf444d51: Pushed  263b12d77849: Pushed  ccc4fe2fa431: Pushed  17897f2ed950: Pushed  f07aa95f9da7: Layer already exists  98127e28a705: Pushing 26.15MB/147.2MB  3cfebff93afc: Pushing 537.1kB/402.6MB  bc1ee6e3ef99: Layer already exists  1eda7220acf5: Layer already exists  98127e28a705: Pushing 28.94MB/147.2MB  3cfebff93afc: Pushing 2.201MB/402.6MB  69dfa7bd7a92: Layer already exists  98127e28a705: Pushing 31.72MB/147.2MB  3cfebff93afc: Pushing 4.397MB/402.6MB  98127e28a705: Pushing 34.51MB/147.2MB  3cfebff93afc: Pushing 6.068MB/402.6MB  4d1ab3827f6b: Layer already exists  98127e28a705: Pushing 37.29MB/147.2MB  7948c3e5790c: Layer already exists  3cfebff93afc: Pushing 8.266MB/402.6MB  98127e28a705: Pushing 40.08MB/147.2MB  3cfebff93afc: Pushing 9.937MB/402.6MB  98127e28a705: Pushing 42.86MB/147.2MB  3cfebff93afc: Pushing 11.61MB/402.6MB  98127e28a705: Pushing 45.09MB/147.2MB  3cfebff93afc: Pushing 13.28MB/402.6MB  98127e28a705: Pushing 47.88MB/147.2MB  3cfebff93afc: Pushing 14.95MB/402.6MB  98127e28a705: Pushing 50.66MB/147.2MB  3cfebff93afc: Pushing 17.17MB/402.6MB  98127e28a705: Pushing 53.45MB/147.2MB  3cfebff93afc: Pushing 19.34MB/402.6MB  98127e28a705: Pushing 56.23MB/147.2MB  3cfebff93afc: Pushing 21.53MB/402.6MB  98127e28a705: Pushing 59.02MB/147.2MB  3cfebff93afc: Pushing 23.76MB/402.6MB  98127e28a705: Pushing 61.8MB/147.2MB  3cfebff93afc: Pushing 25.43MB/402.6MB  98127e28a705: Pushing 64.59MB/147.2MB  3cfebff93afc: Pushing 27.1MB/402.6MB  98127e28a705: Pushing 67.37MB/147.2MB  3cfebff93afc: Pushing 28.77MB/402.6MB  98127e28a705: Pushing 69.6MB/147.2MB  3cfebff93afc: Pushing 29.89MB/402.6MB  98127e28a705: Pushing 71.27MB/147.2MB  3cfebff93afc: Pushing 31.56MB/402.6MB  98127e28a705: Pushing 73.5MB/147.2MB  3cfebff93afc: Pushing 33.79MB/402.6MB  98127e28a705: Pushing 75.73MB/147.2MB  3cfebff93afc: Pushing 35.99MB/402.6MB  98127e28a705: Pushing 77.96MB/147.2MB  3cfebff93afc: Pushing 37.61MB/402.6MB  98127e28a705: Pushing 80.18MB/147.2MB  3cfebff93afc: Pushing 39.23MB/402.6MB  98127e28a705: Pushing 82.41MB/147.2MB  3cfebff93afc: Pushing 40.85MB/402.6MB  98127e28a705: Pushing 84.64MB/147.2MB  3cfebff93afc: Pushing 42.43MB/402.6MB  98127e28a705: Pushing 86.87MB/147.2MB  3cfebff93afc: Pushing 44.02MB/402.6MB  98127e28a705: Pushing 89.1MB/147.2MB  3cfebff93afc: Pushing 45.6MB/402.6MB  98127e28a705: Pushing 91.33MB/147.2MB  3cfebff93afc: Pushing 47.18MB/402.6MB  98127e28a705: Pushing 93.55MB/147.2MB  3cfebff93afc: Pushing 48.78MB/402.6MB  98127e28a705: Pushing 95.78MB/147.2MB  3cfebff93afc: Pushing 50.42MB/402.6MB  98127e28a705: Pushing 97.45MB/147.2MB  3cfebff93afc: Pushing 52MB/402.6MB  98127e28a705: Pushing 99.12MB/147.2MB  3cfebff93afc: Pushing 53.63MB/402.6MB  98127e28a705: Pushing 100.8MB/147.2MB  3cfebff93afc: Pushing 55.24MB/402.6MB  98127e28a705: Pushing 103MB/147.2MB  3cfebff93afc: Pushing 56.86MB/402.6MB  98127e28a705: Pushing 105.3MB/147.2MB  3cfebff93afc: Pushing 57.93MB/402.6MB  98127e28a705: Pushing 106.9MB/147.2MB  3cfebff93afc: Pushing 59.55MB/402.6MB  98127e28a705: Pushing 109.2MB/147.2MB  3cfebff93afc: Pushing 61.17MB/402.6MB  98127e28a705: Pushing 111.4MB/147.2MB  3cfebff93afc: Pushing 63.4MB/402.6MB  98127e28a705: Pushing 113.6MB/147.2MB  3cfebff93afc: Pushing 65.07MB/402.6MB  98127e28a705: Pushing 115.8MB/147.2MB  3cfebff93afc: Pushing 66.74MB/402.6MB  98127e28a705: Pushing 118.1MB/147.2MB  98127e28a705: Pushing 120.3MB/147.2MB  3cfebff93afc: Pushing 68.97MB/402.6MB  98127e28a705: Pushing 122.5MB/147.2MB  3cfebff93afc: Pushing 71.17MB/402.6MB  98127e28a705: Pushing 124.7MB/147.2MB  3cfebff93afc: Pushing 72.82MB/402.6MB  98127e28a705: Pushing 126.4MB/147.2MB  3cfebff93afc: Pushing 74.49MB/402.6MB  98127e28a705: Pushing 128.6MB/147.2MB  3cfebff93afc: Pushing 76.13MB/402.6MB  98127e28a705: Pushing 130.3MB/147.2MB  3cfebff93afc: Pushing 77.8MB/402.6MB  98127e28a705: Pushing 132MB/147.2MB  3cfebff93afc: Pushing 79.47MB/402.6MB  98127e28a705: Pushing 134.2MB/147.2MB  3cfebff93afc: Pushing 81.15MB/402.6MB  98127e28a705: Pushing 137MB/147.2MB  3cfebff93afc: Pushing 82.82MB/402.6MB  98127e28a705: Pushing 140.3MB/147.2MB  3cfebff93afc: Pushing 84.49MB/402.6MB  98127e28a705: Pushing 143.7MB/147.2MB  98127e28a705: Pushing 146.5MB/147.2MB  3cfebff93afc: Pushing 86.72MB/402.6MB  98127e28a705: Pushing 147.2MB  3cfebff93afc: Pushing 88.91MB/402.6MB  3cfebff93afc: Pushing 92.22MB/402.6MB  3cfebff93afc: Pushing 94.45MB/402.6MB  3cfebff93afc: Pushing 96.68MB/402.6MB  3cfebff93afc: Pushing 98.88MB/402.6MB  3cfebff93afc: Pushing 101MB/402.6MB  3cfebff93afc: Pushing 103.2MB/402.6MB  3cfebff93afc: Pushing 105.5MB/402.6MB  98127e28a705: Pushed  3cfebff93afc: Pushing 107.7MB/402.6MB  3cfebff93afc: Pushing 110.5MB/402.6MB  3cfebff93afc: Pushing 113.3MB/402.6MB  3cfebff93afc: Pushing 116.1MB/402.6MB  3cfebff93afc: Pushing 118.3MB/402.6MB  3cfebff93afc: Pushing 120.5MB/402.6MB  3cfebff93afc: Pushing 122.6MB/402.6MB  3cfebff93afc: Pushing 124.8MB/402.6MB  3cfebff93afc: Pushing 126.9MB/402.6MB  3cfebff93afc: Pushing 129.1MB/402.6MB  3cfebff93afc: Pushing 131.3MB/402.6MB  3cfebff93afc: Pushing 132.4MB/402.6MB  3cfebff93afc: Pushing 135.2MB/402.6MB  3cfebff93afc: Pushing 137.4MB/402.6MB  3cfebff93afc: Pushing 139.6MB/402.6MB  3cfebff93afc: Pushing 142.4MB/402.6MB  3cfebff93afc: Pushing 144.6MB/402.6MB  3cfebff93afc: Pushing 146.8MB/402.6MB  3cfebff93afc: Pushing 148.5MB/402.6MB  3cfebff93afc: Pushing 149.6MB/402.6MB  3cfebff93afc: Pushing 151.8MB/402.6MB  3cfebff93afc: Pushing 154.6MB/402.6MB  3cfebff93afc: Pushing 156.8MB/402.6MB  3cfebff93afc: Pushing 159.1MB/402.6MB  3cfebff93afc: Pushing 161.3MB/402.6MB  3cfebff93afc: Pushing 163.5MB/402.6MB  3cfebff93afc: Pushing 165.1MB/402.6MB  3cfebff93afc: Pushing 167.3MB/402.6MB  3cfebff93afc: Pushing 168.9MB/402.6MB  3cfebff93afc: Pushing 171.1MB/402.6MB  3cfebff93afc: Pushing 173.4MB/402.6MB  3cfebff93afc: Pushing 176.1MB/402.6MB  3cfebff93afc: Pushing 178.9MB/402.6MB  3cfebff93afc: Pushing 181.7MB/402.6MB  3cfebff93afc: Pushing 184.5MB/402.6MB  3cfebff93afc: Pushing 186.7MB/402.6MB  3cfebff93afc: Pushing 189MB/402.6MB  3cfebff93afc: Pushing 191.7MB/402.6MB  3cfebff93afc: Pushing 194MB/402.6MB  3cfebff93afc: Pushing 196.2MB/402.6MB  3cfebff93afc: Pushing 198.4MB/402.6MB  3cfebff93afc: Pushing 200MB/402.6MB  3cfebff93afc: Pushing 201.7MB/402.6MB  3cfebff93afc: Pushing 203.3MB/402.6MB  3cfebff93afc: Pushing 205.5MB/402.6MB  3cfebff93afc: Pushing 207.1MB/402.6MB  3cfebff93afc: Pushing 211MB/402.6MB  3cfebff93afc: Pushing 213.2MB/402.6MB  3cfebff93afc: Pushing 215.4MB/402.6MB  3cfebff93afc: Pushing 218.1MB/402.6MB  3cfebff93afc: Pushing 219.8MB/402.6MB  3cfebff93afc: Pushing 221.9MB/402.6MB  3cfebff93afc: Pushing 224.1MB/402.6MB  3cfebff93afc: Pushing 226.3MB/402.6MB  3cfebff93afc: Pushing 228.5MB/402.6MB  3cfebff93afc: Pushing 230.7MB/402.6MB  3cfebff93afc: Pushing 232.9MB/402.6MB  3cfebff93afc: Pushing 235.1MB/402.6MB  3cfebff93afc: Pushing 237.3MB/402.6MB  3cfebff93afc: Pushing 240MB/402.6MB  3cfebff93afc: Pushing 242.2MB/402.6MB  3cfebff93afc: Pushing 244.4MB/402.6MB  3cfebff93afc: Pushing 246.1MB/402.6MB  3cfebff93afc: Pushing 247.7MB/402.6MB  3cfebff93afc: Pushing 249.9MB/402.6MB  3cfebff93afc: Pushing 252.1MB/402.6MB  3cfebff93afc: Pushing 254.9MB/402.6MB  3cfebff93afc: Pushing 257.1MB/402.6MB  3cfebff93afc: Pushing 258.7MB/402.6MB  3cfebff93afc: Pushing 261MB/402.6MB  3cfebff93afc: Pushing 263.1MB/402.6MB  3cfebff93afc: Pushing 265.9MB/402.6MB  3cfebff93afc: Pushing 268.5MB/402.6MB  3cfebff93afc: Pushing 271.3MB/402.6MB  3cfebff93afc: Pushing 274.1MB/402.6MB  3cfebff93afc: Pushing 279.1MB/402.6MB  3cfebff93afc: Pushing 283.5MB/402.6MB  3cfebff93afc: Pushing 285.7MB/402.6MB  3cfebff93afc: Pushing 287.9MB/402.6MB  3cfebff93afc: Pushing 290.1MB/402.6MB  3cfebff93afc: Pushing 292.3MB/402.6MB  3cfebff93afc: Pushing 295MB/402.6MB  3cfebff93afc: Pushing 297.7MB/402.6MB  3cfebff93afc: Pushing 300.4MB/402.6MB  3cfebff93afc: Pushing 303.1MB/402.6MB  3cfebff93afc: Pushing 306.4MB/402.6MB  3cfebff93afc: Pushing 309.1MB/402.6MB  3cfebff93afc: Pushing 311.8MB/402.6MB  3cfebff93afc: Pushing 314.6MB/402.6MB  3cfebff93afc: Pushing 316.7MB/402.6MB  3cfebff93afc: Pushing 318.9MB/402.6MB  3cfebff93afc: Pushing 321.1MB/402.6MB  3cfebff93afc: Pushing 322.7MB/402.6MB  3cfebff93afc: Pushing 325.5MB/402.6MB  3cfebff93afc: Pushing 327.7MB/402.6MB  3cfebff93afc: Pushing 329.8MB/402.6MB  3cfebff93afc: Pushing 332.5MB/402.6MB  3cfebff93afc: Pushing 334.6MB/402.6MB  3cfebff93afc: Pushing 337.3MB/402.6MB  3cfebff93afc: Pushing 340MB/402.6MB  3cfebff93afc: Pushing 342.7MB/402.6MB  3cfebff93afc: Pushing 345.3MB/402.6MB  3cfebff93afc: Pushing 348.1MB/402.6MB  3cfebff93afc: Pushing 351.3MB/402.6MB  3cfebff93afc: Pushing 354.6MB/402.6MB  3cfebff93afc: Pushing 357.8MB/402.6MB  3cfebff93afc: Pushing 360.5MB/402.6MB  3cfebff93afc: Pushing 362.7MB/402.6MB  3cfebff93afc: Pushing 364.8MB/402.6MB  3cfebff93afc: Pushing 366.9MB/402.6MB  3cfebff93afc: Pushing 369.1MB/402.6MB  3cfebff93afc: Pushing 371.2MB/402.6MB  3cfebff93afc: Pushing 374.5MB/402.6MB  3cfebff93afc: Pushing 376.6MB/402.6MB  3cfebff93afc: Pushing 378.3MB/402.6MB  3cfebff93afc: Pushing 380.5MB/402.6MB  3cfebff93afc: Pushing 382.7MB/402.6MB  3cfebff93afc: Pushing 384.9MB/402.6MB  3cfebff93afc: Pushing 387.1MB/402.6MB  3cfebff93afc: Pushing 390.4MB/402.6MB  3cfebff93afc: Pushing 392.5MB/402.6MB  3cfebff93afc: Pushing 394.7MB/402.6MB  3cfebff93afc: Pushing 397.4MB/402.6MB  3cfebff93afc: Pushing 400.7MB/402.6MB  3cfebff93afc: Pushing 403.4MB  3cfebff93afc: Pushing 407.2MB  3cfebff93afc: Pushing 408.7MB  3cfebff93afc: Pushed 11591285f9cb630770dd2d0b4849ac96df28e704: digest: sha256:eec64d23f645d333a3c614bdcde44347d44334a01a641b6ca62b66189b4b4ffd size: 2838 WARNING: `gcloud docker` will not be supported for Docker client versions above 18.03. As an alternative, use `gcloud auth configure-docker` to configure `docker` to use `gcloud` as a credential helper, then use `docker` as you would for non-GCR registries, e.g. `docker pull gcr.io/project-id/my-image`. Add `--verbosity=error` to silence this warning: `gcloud docker --verbosity=error -- pull gcr.io/project-id/my-image`. See: https://cloud.google.com/container-registry/docs/support/deprecation-notices#gcloud-docker The push refers to repository [eu.gcr.io/akvo-lumen/lumen-client]  b8a063f617fc: Preparing   d6dee304a230: Preparing   7ef18bf92753: Preparing   52f48e7f042c: Preparing   66f2f8bc18b6: Preparing   f93c2b24cb18: Preparing   343bb8320f2b: Preparing  f93c2b24cb18: Waiting   7066df57739c: Preparing   d39d92664027: Preparing  343bb8320f2b: Waiting  7066df57739c: Waiting  d39d92664027: Waiting  b8a063f617fc: Pushing 512B/556B  b8a063f617fc: Pushing 4.608kB  66f2f8bc18b6: Pushing 512B/2.87kB  66f2f8bc18b6: Pushing 6.144kB  52f48e7f042c: Pushing 512B/1.635kB  52f48e7f042c: Pushing 5.632kB  d6dee304a230: Pushing 512B/824B  d6dee304a230: Pushing 4.608kB  7ef18bf92753: Pushing 480.8kB/47.17MB  7ef18bf92753: Pushing 2.415MB/47.17MB  7ef18bf92753: Pushing 5.352MB/47.17MB  7ef18bf92753: Pushing 7.81MB/47.17MB  7ef18bf92753: Pushing 11.24MB/47.17MB  7ef18bf92753: Pushing 14.17MB/47.17MB  7ef18bf92753: Pushing 16.14MB/47.17MB  7ef18bf92753: Pushing 18.6MB/47.17MB  66f2f8bc18b6: Pushed  d6dee304a230: Pushed  7ef18bf92753: Pushing 21.05MB/47.17MB  b8a063f617fc: Pushed  52f48e7f042c: Pushed  f93c2b24cb18: Layer already exists  343bb8320f2b: Layer already exists  7ef18bf92753: Pushing 22.03MB/47.17MB  7066df57739c: Layer already exists  d39d92664027: Layer already exists  7ef18bf92753: Pushing 23.5MB/47.17MB  7ef18bf92753: Pushing 25.96MB/47.17MB  7ef18bf92753: Pushing 28.42MB/47.17MB  7ef18bf92753: Pushing 30.88MB/47.17MB  7ef18bf92753: Pushing 33.33MB/47.17MB  7ef18bf92753: Pushing 35.79MB/47.17MB  7ef18bf92753: Pushing 38.22MB/47.17MB  7ef18bf92753: Pushing 40.17MB/47.17MB  7ef18bf92753: Pushing 42.14MB/47.17MB  7ef18bf92753: Pushing 44.6MB/47.17MB  7ef18bf92753: Pushing 47.05MB/47.17MB  7ef18bf92753: Pushing 47.21MB  7ef18bf92753: Pushed 11591285f9cb630770dd2d0b4849ac96df28e704: digest: sha256:0971b323aa0d327baed327a44101812e37bbd7e9eee3df6fcc2d8ba7d83510ab size: 2195 WARNING: `gcloud docker` will not be supported for Docker client versions above 18.03. As an alternative, use `gcloud auth configure-docker` to configure `docker` to use `gcloud` as a credential helper, then use `docker` as you would for non-GCR registries, e.g. `docker pull gcr.io/project-id/my-image`. Add `--verbosity=error` to silence this warning: `gcloud docker --verbosity=error -- pull gcr.io/project-id/my-image`. See: https://cloud.google.com/container-registry/docs/support/deprecation-notices#gcloud-docker The push refers to repository [eu.gcr.io/akvo-lumen/lumen-maps]  7a40bc5fd981: Preparing   02b61a1dded6: Preparing   d7c0f864e0f5: Preparing   fc1a3d421771: Preparing   fc0da708f377: Preparing   f2707bccd803: Preparing   ddd7137f8086: Preparing   9acfe225486b: Preparing   90109bbe5b76: Preparing   cb81b9d8a6c9: Preparing   ea69392465ad: Preparing  ddd7137f8086: Waiting  9acfe225486b: Waiting  90109bbe5b76: Waiting  cb81b9d8a6c9: Waiting  ea69392465ad: Waiting  f2707bccd803: Waiting  7a40bc5fd981: Pushing 512B  7a40bc5fd981: Pushing 3.072kB  d7c0f864e0f5: Layer already exists  fc0da708f377: Layer already exists  fc1a3d421771: Layer already exists  02b61a1dded6: Layer already exists  ddd7137f8086: Layer already exists  f2707bccd803: Layer already exists  90109bbe5b76: Layer already exists  9acfe225486b: Layer already exists  ea69392465ad: Layer already exists  cb81b9d8a6c9: Layer already exists  7a40bc5fd981: Pushed 11591285f9cb630770dd2d0b4849ac96df28e704: digest: sha256:e5f3c1e8736a957b58edcbf65863fc223b5499c3fdc7fa10d2920793b31eecf7 size: 2618 WARNING: `gcloud docker` will not be supported for Docker client versions above 18.03. As an alternative, use `gcloud auth configure-docker` to configure `docker` to use `gcloud` as a credential helper, then use `docker` as you would for non-GCR registries, e.g. `docker pull gcr.io/project-id/my-image`. Add `--verbosity=error` to silence this warning: `gcloud docker --verbosity=error -- pull gcr.io/project-id/my-image`. See: https://cloud.google.com/container-registry/docs/support/deprecation-notices#gcloud-docker The push refers to repository [eu.gcr.io/akvo-lumen/lumen-exporter]  9b93e04261ae: Preparing   b58ff6a91321: Preparing   81067762fd0e: Preparing   5c280067d938: Preparing   0da86d815e75: Preparing   a61939742833: Preparing   dde0bc81c1cc: Preparing   c5964e8cb01b: Preparing   a8a81178c660: Preparing   c52d9b6ac030: Preparing   5dacd731af1b: Preparing  dde0bc81c1cc: Waiting  c5964e8cb01b: Waiting  a8a81178c660: Waiting  c52d9b6ac030: Waiting  5dacd731af1b: Waiting  a61939742833: Waiting  5c280067d938: Pushing 3.072kB  b58ff6a91321: Pushing 512B/8.003kB  81067762fd0e: Pushing 2.048kB/175.9kB  b58ff6a91321: Pushing 11.26kB  0da86d815e75: Layer already exists  81067762fd0e: Pushing 179.7kB  9b93e04261ae: Pushing 484.5kB/46.44MB  a61939742833: Layer already exists  dde0bc81c1cc: Layer already exists  9b93e04261ae: Pushing 2.414MB/46.44MB  c5964e8cb01b: Layer already exists  9b93e04261ae: Pushing 5.757MB/46.44MB  a8a81178c660: Layer already exists  c52d9b6ac030: Layer already exists  9b93e04261ae: Pushing 8.62MB/46.44MB  5dacd731af1b: Layer already exists  9b93e04261ae: Pushing 10.51MB/46.44MB  9b93e04261ae: Pushing 12.43MB/46.44MB  9b93e04261ae: Pushing 14.76MB/46.44MB  81067762fd0e: Pushed  9b93e04261ae: Pushing 17.13MB/46.44MB  b58ff6a91321: Pushed  5c280067d938: Pushed  9b93e04261ae: Pushing 19.51MB/46.44MB  9b93e04261ae: Pushing 20.91MB/46.44MB  9b93e04261ae: Pushing 21.85MB/46.44MB  9b93e04261ae: Pushing 23.26MB/46.44MB  9b93e04261ae: Pushing 25.18MB/46.44MB  9b93e04261ae: Pushing 27.07MB/46.44MB  9b93e04261ae: Pushing 28.95MB/46.44MB  9b93e04261ae: Pushing 30.82MB/46.44MB  9b93e04261ae: Pushing 33.24MB/46.44MB  9b93e04261ae: Pushing 35.57MB/46.44MB  9b93e04261ae: Pushing 37.44MB/46.44MB  9b93e04261ae: Pushing 39.31MB/46.44MB  9b93e04261ae: Pushing 41.67MB/46.44MB  9b93e04261ae: Pushing 44.54MB/46.44MB  9b93e04261ae: Pushing 46.41MB/46.44MB  9b93e04261ae: Pushing 48.31MB  9b93e04261ae: Pushing 50.18MB  9b93e04261ae: Pushing 51.58MB  9b93e04261ae: Pushing 53.47MB  9b93e04261ae: Pushing 55.84MB  9b93e04261ae: Pushing 58.21MB  9b93e04261ae: Pushing 58.44MB  9b93e04261ae: Pushed 11591285f9cb630770dd2d0b4849ac96df28e704: digest: sha256:17ded5ea15ba6c4eb3f4087389e44ca569cfd88564345bef0de898c1d82a06b3 size: 2630 10:06:44 - INFO - Finding blue/green state 10:06:44 - INFO - LIVE is blue1 10:06:44 - INFO - Deploying config ci/k8s/config-test.yaml configmap/akvo-lumen unchanged 10:06:44 - INFO - Deploying to dark (green) deployment.apps/lumen-green configured deployment.apps/redis-master-windshaft unchanged service/redis-master-windshaft unchanged deployment.apps/lumen-blue-green-gateway unchanged configmap/lumen-blue-green-config unchanged configmap/lumen-authz-allowed-paths unchanged configmap/lumen-dashboard unchanged configmap/lumen-flow-api-authz unchanged 10:06:46 - 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 all good! 10:07:38 - INFO - Waiting for k8s to be healthy Waiting for the health check to pass Waiting for the health check to pass Waiting for the health check to pass Waiting for the health check to pass Waiting for the health check to pass Waiting for the health check to pass {"healthz":"ok","pod":"lumen-green-6d6d59d774-vpd2w","blue-green-status":"dark"}10:07:55 - INFO - Running end to end tests against the Kubernetes TEST environment Creating akvo-lumen-ci_fe-e2e-tests_run ...  Creating akvo-lumen-ci_fe-e2e-tests_run ... done Running Cypress against https://dark-lumencitest.akvotest.org/ Fontconfig warning: "/etc/fonts/fonts.conf", line 100: unknown element "blank" ====================================================================================================  (Run Starting)  ┌────────────────────────────────────────────────────────────────────────────────────────────────┐  │ Cypress: 3.8.1 │  │ Browser: Chrome 77 │  │ Specs: 1 found (index.spec.js) │  │ Params: Tag: false, Group: false, Parallel: false │  │ Run URL: https://dashboard.cypress.io/projects/wazc6q/runs/7653 │  └────────────────────────────────────────────────────────────────────────────────────────────────┘ ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: index.spec.js (1 of 1) Estimated: 37 seconds Browserslist: caniuse-lite is outdated. Please run next command `npm update`   Akvo Lumen e2e tests   ✓ runs all tests (39823ms)   1 passing (45s)  (Results)  ┌────────────────────────────────────────────────────────────────────────────────────────────────┐  │ Tests: 1 │  │ Passing: 1 │  │ Failing: 0 │  │ Pending: 0 │  │ Skipped: 0 │  │ Screenshots: 0 │  │ Video: true │  │ Duration: 44 seconds │  │ Estimated: 37 seconds │  │ Spec Ran: index.spec.js │  └────────────────────────────────────────────────────────────────────────────────────────────────┘  (Video)   - Started processing: Compressing to 32 CRF Compression progress: 93%   - Finished processing: /app/e2e-test/cypress/videos/index.spec.js.mp4 (11 seconds)  (Uploading Results) - Done Uploading (1/1) /app/e2e-test/cypress/videos/index.spec.js.mp4 ====================================================================================================  (Run Finished)   Spec Tests Passing Failing Pending Skipped    ┌────────────────────────────────────────────────────────────────────────────────────────────────┐  │ ✔ index.spec.js 00:44 1 1 - - - │  └────────────────────────────────────────────────────────────────────────────────────────────────┘   ✔ All specs passed! 00:44 1 1 - - -   ─────────────────────────────────────────────────────────────────────────────────────────────────────── Recorded Run: https://dashboard.cypress.io/projects/wazc6q/runs/7653 10:09:07 - INFO - Flipping TEST 10:09:07 - INFO - Reading blue/green status of test 10:09:07 - INFO - Current LIVE is blue 10:09:07 - INFO - Setting green as LIVE backendconfig.cloud.google.com/lumen-backendconfig unchanged service/lumen-live configured service/lumen-dark configured service/lumen-blue-green-gateway unchanged export SEMAPHORE_JOB_RESULT=passed cd backend cache store lein-deps-$(checksum project.clj) ~/.m2 Key 'lein-deps-318c6fdf13833d289844f9b50159f9b3' already exists. cache store lein-$(checksum `which lein`) ~/.lein Key 'lein-520552da0ad1622dc00aff824d8ce584' already exists. cd ../client/ cache store client-npm-deps-$(checksum package-lock.json) ./node_modules Key 'client-npm-deps-6564bd0960ec1d0e4ffd2fbf6d8d97e2' already exists. cd ..