Builds the pre-built Docker containers for e2e tests

Build: #18 was successful

Job: Default Job was successful

Stages & jobs

  1. Default Stage

Job result summary

Completed
Duration
2 minutes
Agent
xindi.openmrs.org
Revision
0eb6f5d8cbe1d914fc718dbdff32314ca1aad937
Successful since
#2 ()

Error summary

The build generated some errors. See the full build log for more details.

+ [[ ehuB != ehuxB ]]
+ echo 'Start of Lmod init/bash script to define the module command'
+ LMOD_PKG=/usr/share/lmod/lmod
+ LMOD_DIR=/usr/share/lmod/lmod/libexec
+ LMOD_CMD=/usr/share/lmod/lmod/libexec/lmod
+ MODULESHOME=/usr/share/lmod/lmod
+ export LMOD_PKG
+ export LMOD_CMD
+ export LMOD_DIR
+ export MODULESHOME
+ LMOD_VERSION=6.6
+ export LMOD_VERSION
+ '[' : '!=' : ']'
+ unalias ml
+ true
++ echo YES
++ /usr/bin/tr '[:upper:]' '[:lower:]'
+ export_module=yes
+ '[' -n '5.1.16(1)-release' -a yes '!=' no ']'
+ export -f module
+ export -f ml
+ unset export_module
+ '[' -n '' ']'
+ '[' 5 -ge 3 ']'
+ '[' -r /usr/share/lmod/lmod/init/lmod_bash_completions ']'
+ '[' -n '' ']'
+ [[ ehuB != ehuxB ]]
+ echo 'End of Lmod init/bash script to define the module command'
+ docker login -u openmrsci -p ********
WARNING! Using --password via the CLI is insecure. Use --password-stdin.
WARNING! Your password will be stored unencrypted in /home/bamboo-agent/.docker/config.json.
Configure a credential helper to remove this warning. See
https://docs.docker.com/engine/reference/commandline/login/#credentials-store

+ docker-compose -f docker-compose-no-volumes.yml pull
Pulling db      ...
Pulling backend ...
Pulling backend ... pulling from openmrs/openmrs-refe...
Pulling db      ... pulling from library/mariadb
Pulling backend ... digest: sha256:6f12d4cf2fd7340938...
Pulling backend ... status: image is up to date for o...
Pulling backend ... done
Pulling db      ... digest: sha256:490f01279be1452f12...
Pulling db      ... status: image is up to date for m...
Pulling db      ... done
+ docker-compose -f docker-compose-no-volumes.yml up -d
Starting o3-bp-job1_db_1 ...
Starting o3-bp-job1_db_1 ... done
Starting o3-bp-job1_backend_1 ...
Starting o3-bp-job1_backend_1 ... done
+ let i=300
+ [[ 300 > 0 ]]
++ curl -s -o /dev/null -w '%{http_code}' http://localhost:8080/openmrs/login.htm
+ [[ 000 != \2\0\0 ]]
+ let i=300-1
+ echo 'Waiting for the backend to be up...'
+ sleep 10
+ [[ 299 > 0 ]]
++ curl -s -o /dev/null -w '%{http_code}' http://localhost:8080/openmrs/login.htm
+ [[ 200 != \2\0\0 ]]
+ '[' 299 -eq 0 ']'
++ docker ps --filter ancestor=openmrs/openmrs-reference-application-3-backend:nightly --format '{{.ID}}'
+ backend_container_id=acb0e3112053
++ docker ps --filter ancestor=mariadb:10.8.2 --format '{{.ID}}'
+ db_container_id=37739ab2be53
+ docker commit acb0e3112053 openmrs/openmrs-reference-application-3-backend:nightly-with-data
+ docker commit 37739ab2be53 openmrs/openmrs-reference-application-3-db:nightly-with-data
+ docker push openmrs/openmrs-reference-application-3-db:nightly-with-data
+ docker push openmrs/openmrs-reference-application-3-backend:nightly-with-data