Build: #1341 failed

Job: Test on MySQL was successful

Stages & jobs

  1. Build and push

  2. Validate

  3. Update versions

  4. Release

    Requires a user to start manually
  5. Release 2nd stage

  6. Release 3rd stage

Job result summary

Completed
Duration
8 minutes
Revision
7b3b3556434af2ca45903e7d61033c29e4e25f3e 7b3b3556434af2ca45903e7d61033c29e4e25f3e
First to pass since
#1340 (Child of TRUNK-MASTER-3007)

Error summary

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

+ docker pull openmrs/openmrs-platform@sha256:7d0e363bc026369de415b19fd670756427919a20ba36ac521be12e9416536c9e
+ docker-compose -f docker-compose.yml -f docker-compose.mysql.yml down -v
The OPENMRS_DB_URL variable is not set. Defaulting to a blank string.
Removing network op-opm-tom_default
Network op-opm-tom_default not found.
Removing volume op-opm-tom_db-data
Volume op-opm-tom_db-data not found.
Removing volume op-opm-tom_openmrs-data
Volume op-opm-tom_openmrs-data not found.
+ docker-compose -f docker-compose.yml -f docker-compose.mysql.yml up --build -d
The OPENMRS_DB_URL variable is not set. Defaulting to a blank string.
Creating network "op-opm-tom_default" with the default driver
Creating volume "op-opm-tom_db-data" with default driver
Creating volume "op-opm-tom_openmrs-data" with default driver
Pulling db (mysql:5.6)...
Building openmrs-platform
Creating op-opm-tom_db_1 ...
Creating op-opm-tom_db_1 ... done
Creating op-opm-tom_openmrs-platform_1 ...
Creating op-opm-tom_openmrs-platform_1 ... done
+ sleep 500
+ docker ps
+ docker-compose logs
+ count=0
+ wget --spider http://localhost:8080/openmrs/
Spider mode enabled. Check if remote file exists.
--2022-09-19 20:20:11--  http://localhost:8080/openmrs/
Resolving localhost (localhost)... 127.0.0.1
Connecting to localhost (localhost)|127.0.0.1|:8080... connected.
HTTP request sent, awaiting response... 302
Location: /openmrs/owa/addonmanager/index.html [following]
Spider mode enabled. Check if remote file exists.
--2022-09-19 20:20:11--  http://localhost:8080/openmrs/owa/addonmanager/index.html
Connecting to localhost (localhost)|127.0.0.1|:8080... connected.
HTTP request sent, awaiting response... 200
Length: 1008 [text/html]
Remote file exists and could contain further links,
but recursion is disabled -- not retrieving.

+ echo 'Server up!'
The OPENMRS_DB_URL variable is not set. Defaulting to a blank string.
Stopping op-opm-tom_openmrs-platform_1 ...
Stopping op-opm-tom_db_1               ...
Stopping op-opm-tom_openmrs-platform_1 ... done
Stopping op-opm-tom_db_1               ... done
Removing op-opm-tom_openmrs-platform_1 ...
Removing op-opm-tom_db_1               ...
Removing op-opm-tom_db_1               ... done
Removing op-opm-tom_openmrs-platform_1 ... done
Removing network op-opm-tom_default
Removing volume op-opm-tom_db-data
Removing volume op-opm-tom_openmrs-data