simple 03-Jan-2023 03:00:54 Build Reference Application - Distribution 2.x - Build and push #13363 (REFAPP-OMODDISTRO-DNDI-13363) started building on agent xindi.openmrs.org (2), bamboo version: 8.2.4 simple 03-Jan-2023 03:00:54 Remote agent on host xindi.openmrs.org simple 03-Jan-2023 03:00:54 Build working directory is /home/bamboo-agent/bamboo-agent/xml-data/build-dir/REFAPP-OMODDISTRO-DNDI simple 03-Jan-2023 03:00:54 Executing build Reference Application - Distribution 2.x - Build and push #13363 (REFAPP-OMODDISTRO-DNDI-13363) simple 03-Jan-2023 03:00:54 Starting task 'Checkout source' of type 'com.atlassian.bamboo.plugins.vcs:task.vcs.checkout' simple 03-Jan-2023 03:00:54 Checking out into /home/bamboo-agent/bamboo-agent/xml-data/build-dir/REFAPP-OMODDISTRO-DNDI simple 03-Jan-2023 03:00:54 Updating source code to revision: d2c340bf499cd31874b5bcbd05c48b0a63f0d32a simple 03-Jan-2023 03:00:54 Creating local git repository in '/home/bamboo-agent/bamboo-agent/xml-data/build-dir/REFAPP-OMODDISTRO-DNDI/.git'. simple 03-Jan-2023 03:00:54 hint: Using 'master' as the name for the initial branch. This default branch name simple 03-Jan-2023 03:00:54 hint: is subject to change. To configure the initial branch name to use in all simple 03-Jan-2023 03:00:54 hint: of your new repositories, which will suppress this warning, call: simple 03-Jan-2023 03:00:54 hint: simple 03-Jan-2023 03:00:54 hint: git config --global init.defaultBranch simple 03-Jan-2023 03:00:54 hint: simple 03-Jan-2023 03:00:54 hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and simple 03-Jan-2023 03:00:54 hint: 'development'. The just-created branch can be renamed via this command: simple 03-Jan-2023 03:00:54 hint: simple 03-Jan-2023 03:00:54 hint: git branch -m simple 03-Jan-2023 03:00:54 Initialized empty Git repository in /home/bamboo-agent/bamboo-agent/xml-data/build-dir/REFAPP-OMODDISTRO-DNDI/.git/ simple 03-Jan-2023 03:00:54 Fetching 'refs/heads/2.x' from 'https://github.com/openmrs/openmrs-distro-referenceapplication.git'. simple 03-Jan-2023 03:00:56 From https://github.com/openmrs/openmrs-distro-referenceapplication simple 03-Jan-2023 03:00:56 * [new branch] 2.x -> 2.x simple 03-Jan-2023 03:00:56 * [new tag] 2.0.1769 -> 2.0.1769 simple 03-Jan-2023 03:00:56 * [new tag] 2.1 -> 2.1 simple 03-Jan-2023 03:00:56 * [new tag] 2.10.0 -> 2.10.0 simple 03-Jan-2023 03:00:56 * [new tag] 2.11.0 -> 2.11.0 simple 03-Jan-2023 03:00:56 * [new tag] 2.12.0 -> 2.12.0 simple 03-Jan-2023 03:00:56 * [new tag] 2.2 -> 2.2 simple 03-Jan-2023 03:00:56 * [new tag] 2.3 -> 2.3 simple 03-Jan-2023 03:00:56 * [new tag] 2.4 -> 2.4 simple 03-Jan-2023 03:00:56 * [new tag] 2.5 -> 2.5 simple 03-Jan-2023 03:00:56 * [new tag] 2.6.0 -> 2.6.0 simple 03-Jan-2023 03:00:56 * [new tag] 2.7.0 -> 2.7.0 simple 03-Jan-2023 03:00:56 * [new tag] 2.8.0 -> 2.8.0 simple 03-Jan-2023 03:00:56 * [new tag] 2.8.1 -> 2.8.1 simple 03-Jan-2023 03:00:56 * [new tag] 2.9.0 -> 2.9.0 simple 03-Jan-2023 03:00:56 * [new tag] latest -> latest simple 03-Jan-2023 03:00:56 Checking out revision d2c340bf499cd31874b5bcbd05c48b0a63f0d32a. simple 03-Jan-2023 03:00:56 Switched to branch '2.x' simple 03-Jan-2023 03:00:56 Updated source code to revision: d2c340bf499cd31874b5bcbd05c48b0a63f0d32a simple 03-Jan-2023 03:00:56 Finished task 'Checkout source' with result: Success simple 03-Jan-2023 03:00:56 Running pre-build action: Build Log Labeller Pre Build Action simple 03-Jan-2023 03:00:56 Running pre-build action: VCS Version Collector simple 03-Jan-2023 03:00:56 Running pre-build action: Run Predator simple 03-Jan-2023 03:00:56 [PredatorPreBuildAction] Starting predator plugin, pre build agent cleaner simple 03-Jan-2023 03:00:56 [PredatorPreBuildAction] Running these commands: docker ps -q| xargs docker kill; docker ps -qa | xargs docker rm -f; docker system prune -af --filter until=48h; docker volume ls -q | grep -v 'm2-repo' | xargs docker volume rm -f; simple 03-Jan-2023 03:00:56 [PredatorPreBuildAction] Running command '[docker, ps, -q|, xargs, docker, kill]' simple 03-Jan-2023 03:00:56 [PredatorPreBuildAction] Command '[docker, ps, -q|, xargs, docker, kill]' completed with exit code 125 simple 03-Jan-2023 03:00:56 [PredatorPreBuildAction] Running command '[docker, ps, -qa, |, xargs, docker, rm, -f]' simple 03-Jan-2023 03:00:56 [PredatorPreBuildAction] Command '[docker, ps, -qa, |, xargs, docker, rm, -f]' completed with exit code 125 simple 03-Jan-2023 03:00:56 [PredatorPreBuildAction] Running command '[docker, system, prune, -af, --filter, until=48h]' simple 03-Jan-2023 03:00:56 [PredatorPreBuildAction] Command '[docker, system, prune, -af, --filter, until=48h]' completed with exit code 0 simple 03-Jan-2023 03:00:56 [PredatorPreBuildAction] Running command '[docker, volume, ls, -q, |, grep, -v, 'm2-repo', |, xargs, docker, volume, rm, -f]' simple 03-Jan-2023 03:00:56 [PredatorPreBuildAction] Command '[docker, volume, ls, -q, |, grep, -v, 'm2-repo', |, xargs, docker, volume, rm, -f]' completed with exit code 125 simple 03-Jan-2023 03:00:56 [PredatorPreBuildAction] Identifying Bamboo agent process (or parent): 2950 java 1450 bamboo-age 2981Mb 702Mb 00:48:01 /usr/lib/jvm/java-8-ope simple 03-Jan-2023 03:00:56 [PredatorPreBuildAction] Identifying Bamboo agent process (or parent): 1450 wrapper 1 bamboo-age 16Mb 2Mb 00:13:13 /home/bamboo-agent/bamb simple 03-Jan-2023 03:00:56 [PredatorPreBuildAction] Identifying Bamboo agent process (or parent): 1 systemd 0 root 164Mb 11Mb 00:49:58 /sbin/init simple 03-Jan-2023 03:00:56 [PredatorPreBuildAction] No processes found for (chromium|chrome|webdriver|mysql|java|mvn|node|npm) simple 03-Jan-2023 03:00:56 [PredatorPreBuildAction] Initial free space: 3.3432045 GB simple 03-Jan-2023 03:00:56 [PredatorPreBuildAction] Deleting folder /home/bamboo-agent/bamboo-agent/xml-data/build-dir/CSM-CSM0-JOB1 simple 03-Jan-2023 03:00:56 [PredatorPreBuildAction] Deleting 14 snapshot folders from /home/bamboo-agent/.m2/repository simple 03-Jan-2023 03:00:56 [PredatorPreBuildAction] Maven snapshot disk freed: 0 GB simple 03-Jan-2023 03:00:57 [PredatorPreBuildAction] 0 empty artifacts were found and deleted by Predator simple 03-Jan-2023 03:00:57 [PredatorPreBuildAction] Maven stable disk freed: 0.0 GB, deleted 0 files simple 03-Jan-2023 03:00:57 [PredatorPreBuildAction] File /home/bamboo-agent/.npmrc does not exist. simple 03-Jan-2023 03:00:57 [PredatorPreBuildAction] File /home/bamboo-agent/.docker/config.json does not exist. simple 03-Jan-2023 03:00:57 [PredatorPreBuildAction] File /home/bamboo-agent/.OpenMRS/liquibaseUpdateLogs.txt does not exist. simple 03-Jan-2023 03:00:57 [PredatorPreBuildAction] Final free space: 3.3827362 GB simple 03-Jan-2023 03:00:57 [PredatorPreBuildAction] Done command 03-Jan-2023 03:00:57 Substituting variable: ${bamboo.dockerhub.username} with openmrsci command 03-Jan-2023 03:00:57 Substituting password variable: ${bamboo.dockerhub.password} command 03-Jan-2023 03:00:57 Substituting variable: ${bamboo.docker.image.name} with openmrs/openmrs-reference-application command 03-Jan-2023 03:00:57 Substituting variable: ${bamboo.docker.image.name} with openmrs/openmrs-reference-application command 03-Jan-2023 03:00:57 Substituting variable: ${bamboo.docker.image.platforms} with linux/amd64,linux/arm64 command 03-Jan-2023 03:00:57 Substituting variable: ${bamboo.docker.image.platforms} with linux/amd64,linux/arm64 simple 03-Jan-2023 03:00:57 Starting task 'Build and push nightly docker image' of type 'com.atlassian.bamboo.plugins.scripttask:task.builder.script' command 03-Jan-2023 03:00:57 Beginning to execute external process for build 'Reference Application - Distribution 2.x - Build and push #13363 (REFAPP-OMODDISTRO-DNDI-13363)'\n ... running command line: \n/home/bamboo-agent/bamboo-agent/temp/REFAPP-OMODDISTRO-DNDI-13363-ScriptBuildTask-9186540682958723133.sh\n ... in: /home/bamboo-agent/bamboo-agent/xml-data/build-dir/REFAPP-OMODDISTRO-DNDI\n error 03-Jan-2023 03:00:57 + [[ ehuB != ehuxB ]] build 03-Jan-2023 03:00:57 Start of Lmod init/bash script to define the module command error 03-Jan-2023 03:00:57 + echo 'Start of Lmod init/bash script to define the module command' error 03-Jan-2023 03:00:57 + LMOD_PKG=/usr/share/lmod/lmod error 03-Jan-2023 03:00:57 + LMOD_DIR=/usr/share/lmod/lmod/libexec error 03-Jan-2023 03:00:57 + LMOD_CMD=/usr/share/lmod/lmod/libexec/lmod error 03-Jan-2023 03:00:57 + MODULESHOME=/usr/share/lmod/lmod error 03-Jan-2023 03:00:57 + export LMOD_PKG error 03-Jan-2023 03:00:57 + export LMOD_CMD error 03-Jan-2023 03:00:57 + export LMOD_DIR error 03-Jan-2023 03:00:57 + export MODULESHOME error 03-Jan-2023 03:00:57 + LMOD_VERSION=6.6 error 03-Jan-2023 03:00:57 + export LMOD_VERSION error 03-Jan-2023 03:00:57 + '[' : '!=' : ']' error 03-Jan-2023 03:00:57 + unalias ml error 03-Jan-2023 03:00:57 + true error 03-Jan-2023 03:00:57 ++ echo YES error 03-Jan-2023 03:00:57 ++ /usr/bin/tr '[:upper:]' '[:lower:]' error 03-Jan-2023 03:00:57 + export_module=yes error 03-Jan-2023 03:00:57 + '[' -n '5.1.16(1)-release' -a yes '!=' no ']' error 03-Jan-2023 03:00:57 + export -f module error 03-Jan-2023 03:00:57 + export -f ml error 03-Jan-2023 03:00:57 + unset export_module error 03-Jan-2023 03:00:57 + '[' -n '' ']' error 03-Jan-2023 03:00:57 + '[' 5 -ge 3 ']' error 03-Jan-2023 03:00:57 + '[' -r /usr/share/lmod/lmod/init/lmod_bash_completions ']' error 03-Jan-2023 03:00:57 + '[' -n '' ']' error 03-Jan-2023 03:00:57 + [[ ehuB != ehuxB ]] error 03-Jan-2023 03:00:57 + echo 'End of Lmod init/bash script to define the module command' error 03-Jan-2023 03:00:57 + set +x build 03-Jan-2023 03:00:57 End of Lmod init/bash script to define the module command error 03-Jan-2023 03:00:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. error 03-Jan-2023 03:00:57 WARNING! Your password will be stored unencrypted in /home/bamboo-agent/.docker/config.json. error 03-Jan-2023 03:00:57 Configure a credential helper to remove this warning. See error 03-Jan-2023 03:00:57 https://docs.docker.com/engine/reference/commandline/login/#credentials-store error 03-Jan-2023 03:00:57 build 03-Jan-2023 03:00:57 Login Succeeded build 03-Jan-2023 03:00:57 Building dev image error 03-Jan-2023 03:00:57 #1 [internal] load build definition from Dockerfile error 03-Jan-2023 03:00:57 #1 transferring dockerfile: 898B done error 03-Jan-2023 03:00:57 #1 DONE 0.1s error 03-Jan-2023 03:00:57 error 03-Jan-2023 03:00:57 #2 [internal] load .dockerignore error 03-Jan-2023 03:00:57 #2 transferring context: 74B done error 03-Jan-2023 03:00:57 #2 DONE 0.1s error 03-Jan-2023 03:00:57 error 03-Jan-2023 03:00:57 #3 [auth] docker/dockerfile:pull token for registry-1.docker.io error 03-Jan-2023 03:00:58 #3 DONE 0.0s error 03-Jan-2023 03:00:58 error 03-Jan-2023 03:00:58 #4 resolve image config for docker.io/docker/dockerfile:1 error 03-Jan-2023 03:00:58 #4 DONE 0.3s error 03-Jan-2023 03:00:58 error 03-Jan-2023 03:00:58 #5 docker-image://docker.io/docker/dockerfile:1@sha256:9ba7531bd80fb0a858632727cf7a112fbfd19b17e94c4e84ced81e24ef1a0dbc error 03-Jan-2023 03:00:58 #5 resolve docker.io/docker/dockerfile:1@sha256:9ba7531bd80fb0a858632727cf7a112fbfd19b17e94c4e84ced81e24ef1a0dbc 0.0s done error 03-Jan-2023 03:00:58 #5 DONE 0.0s error 03-Jan-2023 03:00:58 error 03-Jan-2023 03:00:58 #5 docker-image://docker.io/docker/dockerfile:1@sha256:9ba7531bd80fb0a858632727cf7a112fbfd19b17e94c4e84ced81e24ef1a0dbc error 03-Jan-2023 03:00:58 #5 CACHED error 03-Jan-2023 03:00:58 error 03-Jan-2023 03:00:58 #6 [auth] openmrs/openmrs-core:pull token for registry-1.docker.io error 03-Jan-2023 03:00:58 #6 DONE 0.0s error 03-Jan-2023 03:00:58 error 03-Jan-2023 03:00:58 #7 [linux/amd64 internal] load metadata for docker.io/openmrs/openmrs-core:dev error 03-Jan-2023 03:01:00 #7 DONE 1.4s error 03-Jan-2023 03:01:00 error 03-Jan-2023 03:01:00 #8 [linux/arm64 internal] load metadata for docker.io/openmrs/openmrs-core:dev error 03-Jan-2023 03:01:00 #8 DONE 1.5s error 03-Jan-2023 03:01:00 error 03-Jan-2023 03:01:00 #9 [internal] load build context error 03-Jan-2023 03:01:00 #9 DONE 0.0s error 03-Jan-2023 03:01:00 error 03-Jan-2023 03:01:00 #10 [linux/amd64 dev 1/4] FROM docker.io/openmrs/openmrs-core:dev@sha256:c87a4c724cc7784fb0bb71b1f4213d608a5ce6b22305a20b47efb56888400ebc error 03-Jan-2023 03:01:00 #10 resolve docker.io/openmrs/openmrs-core:dev@sha256:c87a4c724cc7784fb0bb71b1f4213d608a5ce6b22305a20b47efb56888400ebc 0.1s done error 03-Jan-2023 03:01:01 #10 ... error 03-Jan-2023 03:01:01 error 03-Jan-2023 03:01:01 #9 [internal] load build context error 03-Jan-2023 03:01:01 #9 transferring context: 33.72MB 1.2s done error 03-Jan-2023 03:01:01 #9 DONE 1.3s error 03-Jan-2023 03:01:01 error 03-Jan-2023 03:01:01 #11 [linux/arm64 dev 1/4] FROM docker.io/openmrs/openmrs-core:dev@sha256:c87a4c724cc7784fb0bb71b1f4213d608a5ce6b22305a20b47efb56888400ebc error 03-Jan-2023 03:01:01 #11 resolve docker.io/openmrs/openmrs-core:dev@sha256:c87a4c724cc7784fb0bb71b1f4213d608a5ce6b22305a20b47efb56888400ebc 0.1s done error 03-Jan-2023 03:01:02 #11 DONE 1.9s error 03-Jan-2023 03:01:02 error 03-Jan-2023 03:01:02 #10 [linux/amd64 dev 1/4] FROM docker.io/openmrs/openmrs-core:dev@sha256:c87a4c724cc7784fb0bb71b1f4213d608a5ce6b22305a20b47efb56888400ebc error 03-Jan-2023 03:01:02 #10 sha256:658d0aa8d799e4cbea30e092311b10f70b335e766dd2763150d79917dddcae97 5.32kB / 5.32kB 0.1s done error 03-Jan-2023 03:01:02 #10 sha256:98f84d8aff8e03ae9d743ec4d0d65bd32414e632d900ec266dc5e6b58f85cf3f 5.32kB / 5.32kB 0.2s error 03-Jan-2023 03:01:02 #10 sha256:788cc45c96b9e9c3187764bca276583f98ad378ca2f70548400e88bc991f0b2e 10.49MB / 80.31MB 0.2s error 03-Jan-2023 03:01:02 #10 sha256:98f84d8aff8e03ae9d743ec4d0d65bd32414e632d900ec266dc5e6b58f85cf3f 5.32kB / 5.32kB 0.2s done error 03-Jan-2023 03:01:02 #10 sha256:c6d272ae66914db39533d5dc4adcdf2bb4f2c4e3ccbcad79987a46d0d064a4ac 10.49MB / 241.17MB 0.2s error 03-Jan-2023 03:01:02 #10 sha256:112de604c0bd829bed21030a82b2d32b35da7ab9a37fb80db45b7d8d1dfa3275 514.58kB / 514.58kB 0.2s error 03-Jan-2023 03:01:02 #10 sha256:788cc45c96b9e9c3187764bca276583f98ad378ca2f70548400e88bc991f0b2e 31.64MB / 80.31MB 0.3s error 03-Jan-2023 03:01:02 #10 sha256:c6d272ae66914db39533d5dc4adcdf2bb4f2c4e3ccbcad79987a46d0d064a4ac 33.55MB / 241.17MB 0.3s error 03-Jan-2023 03:01:02 #10 sha256:112de604c0bd829bed21030a82b2d32b35da7ab9a37fb80db45b7d8d1dfa3275 514.58kB / 514.58kB 0.2s done error 03-Jan-2023 03:01:02 #10 sha256:91372baa661e38ce0ee769fda310086a78899d328f3024aa1c48f93c872376b4 622.35kB / 622.35kB 0.2s error 03-Jan-2023 03:01:02 #10 sha256:788cc45c96b9e9c3187764bca276583f98ad378ca2f70548400e88bc991f0b2e 57.85MB / 80.31MB 0.5s error 03-Jan-2023 03:01:02 #10 sha256:c6d272ae66914db39533d5dc4adcdf2bb4f2c4e3ccbcad79987a46d0d064a4ac 53.67MB / 241.17MB 0.5s error 03-Jan-2023 03:01:02 #10 sha256:91372baa661e38ce0ee769fda310086a78899d328f3024aa1c48f93c872376b4 622.35kB / 622.35kB 0.2s done error 03-Jan-2023 03:01:02 #10 sha256:cd209e6af1b7a6131dab5f93bc92b66c2bd605205a37eb2083b3faf2a683ee25 100.48kB / 100.48kB 0.1s done error 03-Jan-2023 03:01:02 #10 sha256:788cc45c96b9e9c3187764bca276583f98ad378ca2f70548400e88bc991f0b2e 69.64MB / 80.31MB 0.6s error 03-Jan-2023 03:01:02 #10 sha256:c6d272ae66914db39533d5dc4adcdf2bb4f2c4e3ccbcad79987a46d0d064a4ac 69.21MB / 241.17MB 0.6s error 03-Jan-2023 03:01:02 #10 sha256:2436457129da90084be17dbfe3d5fd17913b1ce9868e1612b8e6d3f9fc904ad8 9.44MB / 16.58MB 0.2s error 03-Jan-2023 03:01:02 #10 sha256:c1a03a00b0f708253bf1dde7acc4e0bd3c8dbd36610a18edccc7b0efa0f51288 3.92MB / 3.92MB 0.1s done error 03-Jan-2023 03:01:02 #10 extracting sha256:c1a03a00b0f708253bf1dde7acc4e0bd3c8dbd36610a18edccc7b0efa0f51288 error 03-Jan-2023 03:01:02 #10 sha256:788cc45c96b9e9c3187764bca276583f98ad378ca2f70548400e88bc991f0b2e 80.31MB / 80.31MB 0.8s done error 03-Jan-2023 03:01:02 #10 sha256:c6d272ae66914db39533d5dc4adcdf2bb4f2c4e3ccbcad79987a46d0d064a4ac 97.69MB / 241.17MB 0.8s error 03-Jan-2023 03:01:02 #10 sha256:2436457129da90084be17dbfe3d5fd17913b1ce9868e1612b8e6d3f9fc904ad8 16.58MB / 16.58MB 0.3s done error 03-Jan-2023 03:01:02 #10 sha256:c6d272ae66914db39533d5dc4adcdf2bb4f2c4e3ccbcad79987a46d0d064a4ac 120.59MB / 241.17MB 0.9s error 03-Jan-2023 03:01:03 #10 sha256:c6d272ae66914db39533d5dc4adcdf2bb4f2c4e3ccbcad79987a46d0d064a4ac 133.17MB / 241.17MB 1.1s error 03-Jan-2023 03:01:03 #10 sha256:c6d272ae66914db39533d5dc4adcdf2bb4f2c4e3ccbcad79987a46d0d064a4ac 146.80MB / 241.17MB 1.2s error 03-Jan-2023 03:01:03 #10 sha256:c6d272ae66914db39533d5dc4adcdf2bb4f2c4e3ccbcad79987a46d0d064a4ac 162.53MB / 241.17MB 1.4s error 03-Jan-2023 03:01:03 #10 sha256:c6d272ae66914db39533d5dc4adcdf2bb4f2c4e3ccbcad79987a46d0d064a4ac 183.69MB / 241.17MB 1.7s error 03-Jan-2023 03:01:03 #10 sha256:c6d272ae66914db39533d5dc4adcdf2bb4f2c4e3ccbcad79987a46d0d064a4ac 195.91MB / 241.17MB 1.8s error 03-Jan-2023 03:01:04 #10 sha256:c6d272ae66914db39533d5dc4adcdf2bb4f2c4e3ccbcad79987a46d0d064a4ac 212.86MB / 241.17MB 2.1s error 03-Jan-2023 03:01:04 #10 extracting sha256:c1a03a00b0f708253bf1dde7acc4e0bd3c8dbd36610a18edccc7b0efa0f51288 1.7s done error 03-Jan-2023 03:01:04 #10 extracting sha256:2436457129da90084be17dbfe3d5fd17913b1ce9868e1612b8e6d3f9fc904ad8 error 03-Jan-2023 03:01:04 #10 sha256:c6d272ae66914db39533d5dc4adcdf2bb4f2c4e3ccbcad79987a46d0d064a4ac 240.58MB / 241.17MB 2.4s error 03-Jan-2023 03:01:04 #10 sha256:c6d272ae66914db39533d5dc4adcdf2bb4f2c4e3ccbcad79987a46d0d064a4ac 241.17MB / 241.17MB 2.6s done error 03-Jan-2023 03:01:05 #10 extracting sha256:2436457129da90084be17dbfe3d5fd17913b1ce9868e1612b8e6d3f9fc904ad8 1.3s done error 03-Jan-2023 03:01:05 #10 extracting sha256:cd209e6af1b7a6131dab5f93bc92b66c2bd605205a37eb2083b3faf2a683ee25 0.1s done error 03-Jan-2023 03:01:05 #10 DONE 5.5s error 03-Jan-2023 03:01:05 error 03-Jan-2023 03:01:05 #11 [linux/arm64 dev 1/4] FROM docker.io/openmrs/openmrs-core:dev@sha256:c87a4c724cc7784fb0bb71b1f4213d608a5ce6b22305a20b47efb56888400ebc error 03-Jan-2023 03:01:05 #11 sha256:aab29f31a212340eb812a56894204b3291094511728f22756b0cc30ac502998c 5.31kB / 5.31kB 0.1s done error 03-Jan-2023 03:01:05 #11 sha256:c1334d8fb4ecda9588e2ab1930c5718c47e586074a07b5880c41ac8a96ca4dc5 5.32kB / 5.32kB 0.1s done error 03-Jan-2023 03:01:05 #11 sha256:56c3829c1611b9c2a269b7c0faefefa405351f36235527f1ad50c35fb3e4e26e 80.31MB / 80.31MB 1.3s done error 03-Jan-2023 03:01:05 #11 sha256:f327a8538b8e596b47942787385383d73027c7cde82689216be16b0ed98d842f 241.17MB / 241.17MB 2.6s done error 03-Jan-2023 03:01:05 #11 sha256:46fda7df73712c9b26b5d4e0a44c66c6a10fde73c5bba37313155e7a14d2492f 514.58kB / 514.58kB 0.1s done error 03-Jan-2023 03:01:05 #11 sha256:c6668e080b902edf97e4c1b697d179d2d9e503b6cdf8b09323b36a3e14037d5e 100.49kB / 100.49kB 0.1s done error 03-Jan-2023 03:01:05 #11 sha256:9ae859ab56ada3f8ce5631ff8762685dbe87e628c9279e10d704aec8f3efa02e 622.92kB / 622.92kB 0.1s done error 03-Jan-2023 03:01:05 #11 sha256:89671af44593a87164d86b5bfad40b90b646cdf0eda578fefe93fa86706981cc 16.59MB / 16.59MB 0.4s done error 03-Jan-2023 03:01:05 #11 sha256:3112f10562494693b76aea41beb13155c00b2742b6f677d19f3e36bfb36dc9cc 3.92MB / 3.92MB 0.2s done error 03-Jan-2023 03:01:05 #11 extracting sha256:3112f10562494693b76aea41beb13155c00b2742b6f677d19f3e36bfb36dc9cc 1.0s done error 03-Jan-2023 03:01:05 #11 extracting sha256:89671af44593a87164d86b5bfad40b90b646cdf0eda578fefe93fa86706981cc error 03-Jan-2023 03:01:05 #11 ... error 03-Jan-2023 03:01:05 error 03-Jan-2023 03:01:05 #10 [linux/amd64 dev 1/4] FROM docker.io/openmrs/openmrs-core:dev@sha256:c87a4c724cc7784fb0bb71b1f4213d608a5ce6b22305a20b47efb56888400ebc error 03-Jan-2023 03:01:05 #10 extracting sha256:91372baa661e38ce0ee769fda310086a78899d328f3024aa1c48f93c872376b4 0.1s done error 03-Jan-2023 03:01:05 #10 DONE 5.6s error 03-Jan-2023 03:01:05 error 03-Jan-2023 03:01:05 #11 [linux/arm64 dev 1/4] FROM docker.io/openmrs/openmrs-core:dev@sha256:c87a4c724cc7784fb0bb71b1f4213d608a5ce6b22305a20b47efb56888400ebc error 03-Jan-2023 03:01:05 #11 extracting sha256:89671af44593a87164d86b5bfad40b90b646cdf0eda578fefe93fa86706981cc 0.9s done error 03-Jan-2023 03:01:05 #11 extracting sha256:c6668e080b902edf97e4c1b697d179d2d9e503b6cdf8b09323b36a3e14037d5e 0.1s done error 03-Jan-2023 03:01:05 #11 DONE 5.7s error 03-Jan-2023 03:01:05 error 03-Jan-2023 03:01:05 #10 [linux/amd64 dev 1/4] FROM docker.io/openmrs/openmrs-core:dev@sha256:c87a4c724cc7784fb0bb71b1f4213d608a5ce6b22305a20b47efb56888400ebc error 03-Jan-2023 03:01:05 #10 extracting sha256:112de604c0bd829bed21030a82b2d32b35da7ab9a37fb80db45b7d8d1dfa3275 0.1s done error 03-Jan-2023 03:01:05 #10 extracting sha256:c6d272ae66914db39533d5dc4adcdf2bb4f2c4e3ccbcad79987a46d0d064a4ac error 03-Jan-2023 03:01:09 #10 extracting sha256:c6d272ae66914db39533d5dc4adcdf2bb4f2c4e3ccbcad79987a46d0d064a4ac 3.7s done error 03-Jan-2023 03:01:09 #10 extracting sha256:788cc45c96b9e9c3187764bca276583f98ad378ca2f70548400e88bc991f0b2e error 03-Jan-2023 03:01:10 #10 extracting sha256:788cc45c96b9e9c3187764bca276583f98ad378ca2f70548400e88bc991f0b2e 1.2s done error 03-Jan-2023 03:01:10 #10 extracting sha256:658d0aa8d799e4cbea30e092311b10f70b335e766dd2763150d79917dddcae97 0.0s done error 03-Jan-2023 03:01:10 #10 DONE 10.7s error 03-Jan-2023 03:01:10 error 03-Jan-2023 03:01:10 #11 [linux/arm64 dev 1/4] FROM docker.io/openmrs/openmrs-core:dev@sha256:c87a4c724cc7784fb0bb71b1f4213d608a5ce6b22305a20b47efb56888400ebc error 03-Jan-2023 03:01:10 #11 extracting sha256:9ae859ab56ada3f8ce5631ff8762685dbe87e628c9279e10d704aec8f3efa02e 0.1s done error 03-Jan-2023 03:01:10 #11 extracting sha256:46fda7df73712c9b26b5d4e0a44c66c6a10fde73c5bba37313155e7a14d2492f 0.1s done error 03-Jan-2023 03:01:10 #11 extracting sha256:f327a8538b8e596b47942787385383d73027c7cde82689216be16b0ed98d842f 3.7s done error 03-Jan-2023 03:01:10 #11 extracting sha256:56c3829c1611b9c2a269b7c0faefefa405351f36235527f1ad50c35fb3e4e26e error 03-Jan-2023 03:01:10 #11 ... error 03-Jan-2023 03:01:10 error 03-Jan-2023 03:01:10 #10 [linux/amd64 dev 1/4] FROM docker.io/openmrs/openmrs-core:dev@sha256:c87a4c724cc7784fb0bb71b1f4213d608a5ce6b22305a20b47efb56888400ebc error 03-Jan-2023 03:01:10 #10 extracting sha256:98f84d8aff8e03ae9d743ec4d0d65bd32414e632d900ec266dc5e6b58f85cf3f 0.1s done error 03-Jan-2023 03:01:10 #10 DONE 10.7s error 03-Jan-2023 03:01:10 error 03-Jan-2023 03:01:10 #12 [linux/amd64 dev 2/4] WORKDIR /app error 03-Jan-2023 03:01:11 #12 DONE 0.1s error 03-Jan-2023 03:01:11 error 03-Jan-2023 03:01:11 #11 [linux/arm64 dev 1/4] FROM docker.io/openmrs/openmrs-core:dev@sha256:c87a4c724cc7784fb0bb71b1f4213d608a5ce6b22305a20b47efb56888400ebc error 03-Jan-2023 03:01:11 #11 extracting sha256:56c3829c1611b9c2a269b7c0faefefa405351f36235527f1ad50c35fb3e4e26e 1.2s done error 03-Jan-2023 03:01:11 #11 extracting sha256:c1334d8fb4ecda9588e2ab1930c5718c47e586074a07b5880c41ac8a96ca4dc5 0.1s done error 03-Jan-2023 03:01:11 #11 extracting sha256:aab29f31a212340eb812a56894204b3291094511728f22756b0cc30ac502998c error 03-Jan-2023 03:01:11 #11 extracting sha256:aab29f31a212340eb812a56894204b3291094511728f22756b0cc30ac502998c 0.1s done error 03-Jan-2023 03:01:11 #11 DONE 11.0s error 03-Jan-2023 03:01:11 error 03-Jan-2023 03:01:11 #13 [linux/arm64 dev 2/4] WORKDIR /app error 03-Jan-2023 03:01:11 #13 DONE 0.1s error 03-Jan-2023 03:01:11 error 03-Jan-2023 03:01:11 #14 [linux/arm64 dev 3/4] COPY . ./ error 03-Jan-2023 03:01:11 #14 ... error 03-Jan-2023 03:01:11 error 03-Jan-2023 03:01:11 #15 [linux/amd64 dev 3/4] COPY . ./ error 03-Jan-2023 03:01:11 #15 DONE 0.4s error 03-Jan-2023 03:01:11 error 03-Jan-2023 03:01:11 #14 [linux/arm64 dev 3/4] COPY . ./ error 03-Jan-2023 03:01:11 #14 DONE 0.3s error 03-Jan-2023 03:01:11 error 03-Jan-2023 03:01:11 #16 [linux/arm64 dev 4/4] RUN mvn -s /usr/share/maven/ref/settings-docker.xml install error 03-Jan-2023 03:01:16 #16 ... error 03-Jan-2023 03:01:16 error 03-Jan-2023 03:01:16 #17 [linux/amd64 dev 4/4] RUN mvn -s /usr/share/maven/ref/settings-docker.xml install error 03-Jan-2023 03:01:16 #0 3.079 [INFO] Scanning for projects... error 03-Jan-2023 03:01:16 #0 3.200 [WARNING] error 03-Jan-2023 03:01:16 #0 3.204 [WARNING] Some problems were encountered while building the effective model for org.openmrs.distro:referenceapplication-package:jar:2.13.0-SNAPSHOT error 03-Jan-2023 03:01:16 #0 3.216 [WARNING] 'dependencyManagement.dependencies.dependency.scope' for org.openmrs.module:dataexchange-omod:jar:tests must be one of [provided, compile, runtime, test, system, import] but is 'tests'. @ org.openmrs.distro:referenceapplication:2.13.0-SNAPSHOT, /app/pom.xml, line 882, column 12 error 03-Jan-2023 03:01:16 #0 3.217 [WARNING] 'dependencyManagement.dependencies.dependency.scope' for org.openmrs.module:allergyui-api:jar:tests must be one of [provided, compile, runtime, test, system, import] but is 'tests'. @ org.openmrs.distro:referenceapplication:2.13.0-SNAPSHOT, /app/pom.xml, line 895, column 12 error 03-Jan-2023 03:01:16 #0 3.217 [WARNING] 'dependencyManagement.dependencies.dependency.scope' for org.openmrs.module:formentryapp-api:jar:tests must be one of [provided, compile, runtime, test, system, import] but is 'tests'. @ org.openmrs.distro:referenceapplication:2.13.0-SNAPSHOT, /app/pom.xml, line 915, column 12 error 03-Jan-2023 03:01:16 #0 3.217 [WARNING] 'dependencyManagement.dependencies.dependency.scope' for org.openmrs.module:legacyui-api:jar:tests must be one of [provided, compile, runtime, test, system, import] but is 'tests'. @ org.openmrs.distro:referenceapplication:2.13.0-SNAPSHOT, /app/pom.xml, line 989, column 12 error 03-Jan-2023 03:01:16 #0 3.218 [WARNING] 'dependencyManagement.dependencies.dependency.scope' for org.openmrs.module:reportingcompatibility-api:jar:tests must be one of [provided, compile, runtime, test, system, import] but is 'tests'. @ org.openmrs.distro:referenceapplication:2.13.0-SNAPSHOT, /app/pom.xml, line 1008, column 12 error 03-Jan-2023 03:01:16 #0 3.218 [WARNING] error 03-Jan-2023 03:01:16 #0 3.218 [WARNING] Some problems were encountered while building the effective model for org.openmrs.distro:referenceapplication:pom:2.13.0-SNAPSHOT error 03-Jan-2023 03:01:16 #0 3.218 [WARNING] 'dependencyManagement.dependencies.dependency.scope' for org.openmrs.module:dataexchange-omod:jar:tests must be one of [provided, compile, runtime, test, system, import] but is 'tests'. @ line 882, column 12 error 03-Jan-2023 03:01:16 #0 3.218 [WARNING] 'dependencyManagement.dependencies.dependency.scope' for org.openmrs.module:allergyui-api:jar:tests must be one of [provided, compile, runtime, test, system, import] but is 'tests'. @ line 895, column 12 error 03-Jan-2023 03:01:16 #0 3.219 [WARNING] 'dependencyManagement.dependencies.dependency.scope' for org.openmrs.module:formentryapp-api:jar:tests must be one of [provided, compile, runtime, test, system, import] but is 'tests'. @ line 915, column 12 error 03-Jan-2023 03:01:16 #0 3.219 [WARNING] 'dependencyManagement.dependencies.dependency.scope' for org.openmrs.module:legacyui-api:jar:tests must be one of [provided, compile, runtime, test, system, import] but is 'tests'. @ line 989, column 12 error 03-Jan-2023 03:01:16 #0 3.219 [WARNING] 'dependencyManagement.dependencies.dependency.scope' for org.openmrs.module:reportingcompatibility-api:jar:tests must be one of [provided, compile, runtime, test, system, import] but is 'tests'. @ line 1008, column 12 error 03-Jan-2023 03:01:16 #0 3.219 [WARNING] error 03-Jan-2023 03:01:16 #0 3.219 [WARNING] It is highly recommended to fix these problems because they threaten the stability of your build. error 03-Jan-2023 03:01:16 #0 3.219 [WARNING] error 03-Jan-2023 03:01:16 #0 3.219 [WARNING] For this reason, future Maven versions might no longer support building such malformed projects. error 03-Jan-2023 03:01:16 #0 3.219 [WARNING] error 03-Jan-2023 03:01:16 #0 3.224 [INFO] ------------------------------------------------------------------------ error 03-Jan-2023 03:01:16 #0 3.225 [INFO] Reactor Build Order: error 03-Jan-2023 03:01:16 #0 3.225 [INFO] error 03-Jan-2023 03:01:16 #0 3.228 [INFO] Reference Application Distribution [pom] error 03-Jan-2023 03:01:16 #0 3.228 [INFO] Reference Application Distribution Package [jar] error 03-Jan-2023 03:01:16 #0 3.234 [INFO] error 03-Jan-2023 03:01:16 #0 3.234 [INFO] --------------< org.openmrs.distro:referenceapplication >--------------- error 03-Jan-2023 03:01:16 #0 3.237 [INFO] Building Reference Application Distribution 2.13.0-SNAPSHOT [1/2] error 03-Jan-2023 03:01:16 #0 3.238 [INFO] --------------------------------[ pom ]--------------------------------- error 03-Jan-2023 03:01:16 #0 3.342 [INFO] error 03-Jan-2023 03:01:16 #0 3.343 [INFO] --- maven-install-plugin:2.4:install (default-install) @ referenceapplication --- error 03-Jan-2023 03:01:16 #0 3.742 [INFO] Installing /app/pom.xml to /usr/share/maven/ref/repository/org/openmrs/distro/referenceapplication/2.13.0-SNAPSHOT/referenceapplication-2.13.0-SNAPSHOT.pom error 03-Jan-2023 03:01:16 #0 3.772 [INFO] error 03-Jan-2023 03:01:16 #0 3.773 [INFO] ----------< org.openmrs.distro:referenceapplication-package >----------- error 03-Jan-2023 03:01:16 #0 3.773 [INFO] Building Reference Application Distribution Package 2.13.0-SNAPSHOT [2/2] error 03-Jan-2023 03:01:16 #0 3.773 [INFO] --------------------------------[ jar ]--------------------------------- error 03-Jan-2023 03:01:16 #0 4.343 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/plugins/maven-jar-plugin/2.4/maven-jar-plugin-2.4.pom error 03-Jan-2023 03:01:17 #17 5.619 Progress (1): 3.3/5.8 kB error 03-Jan-2023 03:01:17 Progress (1): 5.8 kB error 03-Jan-2023 03:01:17 error 03-Jan-2023 03:01:17 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/plugins/maven-jar-plugin/2.4/maven-jar-plugin-2.4.pom (5.8 kB at 4.2 kB/s) error 03-Jan-2023 03:01:17 #17 5.774 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/plugins/maven-jar-plugin/2.4/maven-jar-plugin-2.4.jar error 03-Jan-2023 03:01:17 #17 5.900 Progress (1): 3.3/34 kB error 03-Jan-2023 03:01:17 Progress (1): 6.1/34 kB error 03-Jan-2023 03:01:17 Progress (1): 8.9/34 kB error 03-Jan-2023 03:01:17 Progress (1): 12/34 kB error 03-Jan-2023 03:01:17 Progress (1): 15/34 kB error 03-Jan-2023 03:01:17 Progress (1): 17/34 kB error 03-Jan-2023 03:01:17 Progress (1): 20/34 kB error 03-Jan-2023 03:01:17 Progress (1): 23/34 kB error 03-Jan-2023 03:01:17 Progress (1): 26/34 kB error 03-Jan-2023 03:01:17 Progress (1): 29/34 kB error 03-Jan-2023 03:01:17 Progress (1): 31/34 kB error 03-Jan-2023 03:01:17 Progress (1): 34 kB error 03-Jan-2023 03:01:17 error 03-Jan-2023 03:01:17 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/plugins/maven-jar-plugin/2.4/maven-jar-plugin-2.4.jar (34 kB at 98 kB/s) error 03-Jan-2023 03:01:17 #17 6.134 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/plugins/maven-resources-plugin/2.6/maven-resources-plugin-2.6.pom error 03-Jan-2023 03:01:17 #17 6.253 Progress (1): 3.4/8.1 kB error 03-Jan-2023 03:01:17 Progress (1): 6.2/8.1 kB error 03-Jan-2023 03:01:17 Progress (1): 8.1 kB error 03-Jan-2023 03:01:17 error 03-Jan-2023 03:01:17 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/plugins/maven-resources-plugin/2.6/maven-resources-plugin-2.6.pom (8.1 kB at 34 kB/s) error 03-Jan-2023 03:01:17 #17 6.381 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/plugins/maven-resources-plugin/2.6/maven-resources-plugin-2.6.jar error 03-Jan-2023 03:01:17 #17 6.502 Progress (1): 3.4/30 kB error 03-Jan-2023 03:01:18 Progress (1): 6.2/30 kB error 03-Jan-2023 03:01:18 Progress (1): 9.0/30 kB error 03-Jan-2023 03:01:18 Progress (1): 12/30 kB error 03-Jan-2023 03:01:18 Progress (1): 15/30 kB error 03-Jan-2023 03:01:18 Progress (1): 17/30 kB error 03-Jan-2023 03:01:18 Progress (1): 20/30 kB error 03-Jan-2023 03:01:18 Progress (1): 23/30 kB error 03-Jan-2023 03:01:18 Progress (1): 26/30 kB error 03-Jan-2023 03:01:18 Progress (1): 29/30 kB error 03-Jan-2023 03:01:18 Progress (1): 30 kB error 03-Jan-2023 03:01:18 error 03-Jan-2023 03:01:18 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/plugins/maven-resources-plugin/2.6/maven-resources-plugin-2.6.jar (30 kB at 115 kB/s) error 03-Jan-2023 03:01:18 #17 6.677 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/plugins/maven-compiler-plugin/3.1/maven-compiler-plugin-3.1.pom error 03-Jan-2023 03:01:18 #17 6.794 Progress (1): 3.3/10 kB error 03-Jan-2023 03:01:18 Progress (1): 6.1/10 kB error 03-Jan-2023 03:01:18 Progress (1): 8.9/10 kB error 03-Jan-2023 03:01:18 Progress (1): 10 kB error 03-Jan-2023 03:01:18 error 03-Jan-2023 03:01:18 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/plugins/maven-compiler-plugin/3.1/maven-compiler-plugin-3.1.pom (10 kB at 40 kB/s) error 03-Jan-2023 03:01:18 #17 6.958 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/plugins/maven-compiler-plugin/3.1/maven-compiler-plugin-3.1.jar error 03-Jan-2023 03:01:18 #17 7.082 Progress (1): 3.3/43 kB error 03-Jan-2023 03:01:18 Progress (1): 6.1/43 kB error 03-Jan-2023 03:01:18 Progress (1): 8.9/43 kB error 03-Jan-2023 03:01:18 Progress (1): 12/43 kB error 03-Jan-2023 03:01:18 Progress (1): 14/43 kB error 03-Jan-2023 03:01:18 Progress (1): 17/43 kB error 03-Jan-2023 03:01:18 Progress (1): 20/43 kB error 03-Jan-2023 03:01:18 Progress (1): 23/43 kB error 03-Jan-2023 03:01:18 Progress (1): 26/43 kB error 03-Jan-2023 03:01:18 Progress (1): 28/43 kB error 03-Jan-2023 03:01:18 Progress (1): 31/43 kB error 03-Jan-2023 03:01:18 Progress (1): 34/43 kB error 03-Jan-2023 03:01:18 Progress (1): 37/43 kB error 03-Jan-2023 03:01:18 Progress (1): 40/43 kB error 03-Jan-2023 03:01:18 Progress (1): 42/43 kB error 03-Jan-2023 03:01:18 Progress (1): 43 kB error 03-Jan-2023 03:01:18 error 03-Jan-2023 03:01:18 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/plugins/maven-compiler-plugin/3.1/maven-compiler-plugin-3.1.jar (43 kB at 127 kB/s) error 03-Jan-2023 03:01:18 #17 7.313 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/plugins/maven-surefire-plugin/2.12/maven-surefire-plugin-2.12.pom error 03-Jan-2023 03:01:18 #17 7.437 Progress (1): 3.4/10 kB error 03-Jan-2023 03:01:18 Progress (1): 6.2/10 kB error 03-Jan-2023 03:01:18 Progress (1): 9.0/10 kB error 03-Jan-2023 03:01:18 Progress (1): 10 kB error 03-Jan-2023 03:01:18 error 03-Jan-2023 03:01:19 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/plugins/maven-surefire-plugin/2.12/maven-surefire-plugin-2.12.pom (10 kB at 41 kB/s) error 03-Jan-2023 03:01:19 #17 7.569 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/surefire/surefire/2.12/surefire-2.12.pom error 03-Jan-2023 03:01:19 #17 7.698 Progress (1): 3.4/11 kB error 03-Jan-2023 03:01:19 Progress (1): 6.2/11 kB error 03-Jan-2023 03:01:19 Progress (1): 9.0/11 kB error 03-Jan-2023 03:01:19 Progress (1): 11 kB error 03-Jan-2023 03:01:19 error 03-Jan-2023 03:01:19 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/surefire/surefire/2.12/surefire-2.12.pom (11 kB at 44 kB/s) error 03-Jan-2023 03:01:19 #17 7.828 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/plugins/maven-surefire-plugin/2.12/maven-surefire-plugin-2.12.jar error 03-Jan-2023 03:01:19 #17 7.948 Progress (1): 3.4/31 kB error 03-Jan-2023 03:01:19 Progress (1): 6.2/31 kB error 03-Jan-2023 03:01:19 Progress (1): 9.0/31 kB error 03-Jan-2023 03:01:19 Progress (1): 12/31 kB error 03-Jan-2023 03:01:19 Progress (1): 15/31 kB error 03-Jan-2023 03:01:19 Progress (1): 17/31 kB error 03-Jan-2023 03:01:19 Progress (1): 20/31 kB error 03-Jan-2023 03:01:19 Progress (1): 23/31 kB error 03-Jan-2023 03:01:19 Progress (1): 26/31 kB error 03-Jan-2023 03:01:19 Progress (1): 29/31 kB error 03-Jan-2023 03:01:19 Progress (1): 31 kB error 03-Jan-2023 03:01:19 error 03-Jan-2023 03:01:19 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/plugins/maven-surefire-plugin/2.12/maven-surefire-plugin-2.12.jar (31 kB at 125 kB/s) error 03-Jan-2023 03:01:19 #17 8.089 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/plugins/maven-assembly-plugin/2.3/maven-assembly-plugin-2.3.pom error 03-Jan-2023 03:01:19 #17 8.207 Progress (1): 3.4/15 kB error 03-Jan-2023 03:01:19 Progress (1): 6.2/15 kB error 03-Jan-2023 03:01:19 Progress (1): 9.0/15 kB error 03-Jan-2023 03:01:19 Progress (1): 12/15 kB error 03-Jan-2023 03:01:19 Progress (1): 15/15 kB error 03-Jan-2023 03:01:19 Progress (1): 15 kB error 03-Jan-2023 03:01:19 error 03-Jan-2023 03:01:19 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/plugins/maven-assembly-plugin/2.3/maven-assembly-plugin-2.3.pom (15 kB at 64 kB/s) error 03-Jan-2023 03:01:19 #17 8.329 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/plugins/maven-assembly-plugin/2.3/maven-assembly-plugin-2.3.jar error 03-Jan-2023 03:01:20 #17 9.112 Progress (1): 4.1/221 kB error 03-Jan-2023 03:01:20 Progress (1): 8.2/221 kB error 03-Jan-2023 03:01:20 Progress (1): 12/221 kB error 03-Jan-2023 03:01:20 Progress (1): 16/221 kB error 03-Jan-2023 03:01:20 Progress (1): 20/221 kB error 03-Jan-2023 03:01:20 Progress (1): 24/221 kB error 03-Jan-2023 03:01:20 Progress (1): 28/221 kB error 03-Jan-2023 03:01:20 Progress (1): 32/221 kB error 03-Jan-2023 03:01:20 Progress (1): 36/221 kB error 03-Jan-2023 03:01:20 Progress (1): 40/221 kB error 03-Jan-2023 03:01:20 Progress (1): 44/221 kB error 03-Jan-2023 03:01:20 Progress (1): 49/221 kB error 03-Jan-2023 03:01:20 Progress (1): 51/221 kB error 03-Jan-2023 03:01:20 Progress (1): 55/221 kB error 03-Jan-2023 03:01:20 Progress (1): 59/221 kB error 03-Jan-2023 03:01:20 Progress (1): 63/221 kB error 03-Jan-2023 03:01:20 Progress (1): 67/221 kB error 03-Jan-2023 03:01:20 Progress (1): 71/221 kB error 03-Jan-2023 03:01:20 Progress (1): 75/221 kB error 03-Jan-2023 03:01:20 Progress (1): 79/221 kB error 03-Jan-2023 03:01:20 Progress (1): 83/221 kB error 03-Jan-2023 03:01:20 Progress (1): 85/221 kB error 03-Jan-2023 03:01:20 Progress (1): 89/221 kB error 03-Jan-2023 03:01:20 Progress (1): 94/221 kB error 03-Jan-2023 03:01:20 Progress (1): 98/221 kB error 03-Jan-2023 03:01:20 Progress (1): 102/221 kB error 03-Jan-2023 03:01:20 Progress (1): 106/221 kB error 03-Jan-2023 03:01:20 Progress (1): 110/221 kB error 03-Jan-2023 03:01:20 Progress (1): 114/221 kB error 03-Jan-2023 03:01:20 Progress (1): 118/221 kB error 03-Jan-2023 03:01:20 Progress (1): 120/221 kB error 03-Jan-2023 03:01:20 Progress (1): 124/221 kB error 03-Jan-2023 03:01:20 Progress (1): 128/221 kB error 03-Jan-2023 03:01:20 Progress (1): 132/221 kB error 03-Jan-2023 03:01:20 Progress (1): 137/221 kB error 03-Jan-2023 03:01:20 Progress (1): 141/221 kB error 03-Jan-2023 03:01:20 Progress (1): 145/221 kB error 03-Jan-2023 03:01:20 Progress (1): 149/221 kB error 03-Jan-2023 03:01:20 Progress (1): 153/221 kB error 03-Jan-2023 03:01:20 Progress (1): 155/221 kB error 03-Jan-2023 03:01:20 Progress (1): 159/221 kB error 03-Jan-2023 03:01:20 Progress (1): 163/221 kB error 03-Jan-2023 03:01:20 Progress (1): 167/221 kB error 03-Jan-2023 03:01:20 Progress (1): 171/221 kB error 03-Jan-2023 03:01:20 Progress (1): 175/221 kB error 03-Jan-2023 03:01:20 Progress (1): 180/221 kB error 03-Jan-2023 03:01:20 Progress (1): 184/221 kB error 03-Jan-2023 03:01:20 Progress (1): 188/221 kB error 03-Jan-2023 03:01:20 Progress (1): 190/221 kB error 03-Jan-2023 03:01:20 Progress (1): 194/221 kB error 03-Jan-2023 03:01:21 Progress (1): 198/221 kB error 03-Jan-2023 03:01:21 Progress (1): 202/221 kB error 03-Jan-2023 03:01:21 Progress (1): 206/221 kB error 03-Jan-2023 03:01:21 Progress (1): 210/221 kB error 03-Jan-2023 03:01:21 Progress (1): 214/221 kB error 03-Jan-2023 03:01:21 Progress (1): 218/221 kB error 03-Jan-2023 03:01:21 Progress (1): 221 kB error 03-Jan-2023 03:01:21 error 03-Jan-2023 03:01:21 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/plugins/maven-assembly-plugin/2.3/maven-assembly-plugin-2.3.jar (221 kB at 169 kB/s) error 03-Jan-2023 03:01:21 #17 9.666 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/codehaus/mojo/build-helper-maven-plugin/3.0.0/build-helper-maven-plugin-3.0.0.pom error 03-Jan-2023 03:01:21 #17 9.793 Progress (1): 3.4/5.8 kB error 03-Jan-2023 03:01:21 Progress (1): 5.8 kB error 03-Jan-2023 03:01:21 error 03-Jan-2023 03:01:21 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/codehaus/mojo/build-helper-maven-plugin/3.0.0/build-helper-maven-plugin-3.0.0.pom (5.8 kB at 23 kB/s) error 03-Jan-2023 03:01:21 #17 9.921 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/codehaus/mojo/mojo-parent/40/mojo-parent-40.pom error 03-Jan-2023 03:01:21 #17 10.04 Progress (1): 3.3/34 kB error 03-Jan-2023 03:01:21 Progress (1): 6.1/34 kB error 03-Jan-2023 03:01:21 Progress (1): 8.9/34 kB error 03-Jan-2023 03:01:21 Progress (1): 12/34 kB error 03-Jan-2023 03:01:21 Progress (1): 15/34 kB error 03-Jan-2023 03:01:21 Progress (1): 17/34 kB error 03-Jan-2023 03:01:21 Progress (1): 20/34 kB error 03-Jan-2023 03:01:21 Progress (1): 23/34 kB error 03-Jan-2023 03:01:21 Progress (1): 26/34 kB error 03-Jan-2023 03:01:21 Progress (1): 29/34 kB error 03-Jan-2023 03:01:21 Progress (1): 31/34 kB error 03-Jan-2023 03:01:21 Progress (1): 34 kB error 03-Jan-2023 03:01:21 error 03-Jan-2023 03:01:21 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/codehaus/mojo/mojo-parent/40/mojo-parent-40.pom (34 kB at 133 kB/s) error 03-Jan-2023 03:01:21 #17 10.20 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/codehaus/mojo/build-helper-maven-plugin/3.0.0/build-helper-maven-plugin-3.0.0.jar error 03-Jan-2023 03:01:21 #17 10.32 Progress (1): 3.4/64 kB error 03-Jan-2023 03:01:21 Progress (1): 6.2/64 kB error 03-Jan-2023 03:01:21 Progress (1): 9.0/64 kB error 03-Jan-2023 03:01:21 Progress (1): 12/64 kB error 03-Jan-2023 03:01:21 Progress (1): 15/64 kB error 03-Jan-2023 03:01:21 Progress (1): 17/64 kB error 03-Jan-2023 03:01:21 Progress (1): 20/64 kB error 03-Jan-2023 03:01:21 Progress (1): 23/64 kB error 03-Jan-2023 03:01:21 Progress (1): 26/64 kB error 03-Jan-2023 03:01:21 Progress (1): 29/64 kB error 03-Jan-2023 03:01:21 Progress (1): 31/64 kB error 03-Jan-2023 03:01:21 Progress (1): 34/64 kB error 03-Jan-2023 03:01:21 Progress (1): 37/64 kB error 03-Jan-2023 03:01:21 Progress (1): 40/64 kB error 03-Jan-2023 03:01:21 Progress (1): 43/64 kB error 03-Jan-2023 03:01:21 Progress (1): 45/64 kB error 03-Jan-2023 03:01:21 Progress (1): 48/64 kB error 03-Jan-2023 03:01:21 Progress (1): 51/64 kB error 03-Jan-2023 03:01:21 Progress (1): 54/64 kB error 03-Jan-2023 03:01:21 Progress (1): 56/64 kB error 03-Jan-2023 03:01:21 Progress (1): 59/64 kB error 03-Jan-2023 03:01:21 Progress (1): 62/64 kB error 03-Jan-2023 03:01:21 Progress (1): 64 kB error 03-Jan-2023 03:01:22 error 03-Jan-2023 03:01:22 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/codehaus/mojo/build-helper-maven-plugin/3.0.0/build-helper-maven-plugin-3.0.0.jar (64 kB at 207 kB/s) error 03-Jan-2023 03:01:22 #17 10.56 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/api/openmrs-api/2.5.8/openmrs-api-2.5.8.pom error 03-Jan-2023 03:01:22 #17 10.69 Progress (1): 3.3/13 kB error 03-Jan-2023 03:01:22 Progress (1): 6.1/13 kB error 03-Jan-2023 03:01:22 Progress (1): 8.9/13 kB error 03-Jan-2023 03:01:22 Progress (1): 12/13 kB error 03-Jan-2023 03:01:22 Progress (1): 13 kB error 03-Jan-2023 03:01:22 error 03-Jan-2023 03:01:22 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/api/openmrs-api/2.5.8/openmrs-api-2.5.8.pom (13 kB at 53 kB/s) error 03-Jan-2023 03:01:22 #17 10.81 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/openmrs/2.5.8/openmrs-2.5.8.pom error 03-Jan-2023 03:01:22 #17 10.95 Progress (1): 3.3/36 kB error 03-Jan-2023 03:01:22 Progress (1): 6.1/36 kB error 03-Jan-2023 03:01:22 Progress (1): 8.9/36 kB error 03-Jan-2023 03:01:22 Progress (1): 12/36 kB error 03-Jan-2023 03:01:22 Progress (1): 15/36 kB error 03-Jan-2023 03:01:22 Progress (1): 17/36 kB error 03-Jan-2023 03:01:22 Progress (1): 20/36 kB error 03-Jan-2023 03:01:22 Progress (1): 23/36 kB error 03-Jan-2023 03:01:22 Progress (1): 26/36 kB error 03-Jan-2023 03:01:22 Progress (1): 29/36 kB error 03-Jan-2023 03:01:22 Progress (1): 31/36 kB error 03-Jan-2023 03:01:22 Progress (1): 34/36 kB error 03-Jan-2023 03:01:22 Progress (1): 36 kB error 03-Jan-2023 03:01:22 error 03-Jan-2023 03:01:22 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/openmrs/2.5.8/openmrs-2.5.8.pom (36 kB at 122 kB/s) error 03-Jan-2023 03:01:22 #17 11.13 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/springframework/spring-framework-bom/5.2.14.RELEASE/spring-framework-bom-5.2.14.RELEASE.pom error 03-Jan-2023 03:01:22 #17 11.25 Progress (1): 3.3/5.3 kB error 03-Jan-2023 03:01:22 Progress (1): 5.3 kB error 03-Jan-2023 03:01:22 error 03-Jan-2023 03:01:22 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/springframework/spring-framework-bom/5.2.14.RELEASE/spring-framework-bom-5.2.14.RELEASE.pom (5.3 kB at 22 kB/s) error 03-Jan-2023 03:01:23 #17 11.68 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/springframework/spring-core/5.2.14.RELEASE/spring-core-5.2.14.RELEASE.pom error 03-Jan-2023 03:01:23 #17 11.81 Progress (1): 1.7 kB error 03-Jan-2023 03:01:23 error 03-Jan-2023 03:01:23 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/springframework/spring-core/5.2.14.RELEASE/spring-core-5.2.14.RELEASE.pom (1.7 kB at 6.6 kB/s) error 03-Jan-2023 03:01:23 #17 11.94 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/springframework/spring-jcl/5.2.14.RELEASE/spring-jcl-5.2.14.RELEASE.pom error 03-Jan-2023 03:01:23 #17 12.06 Progress (1): 1.5 kB error 03-Jan-2023 03:01:23 error 03-Jan-2023 03:01:23 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/springframework/spring-jcl/5.2.14.RELEASE/spring-jcl-5.2.14.RELEASE.pom (1.5 kB at 6.2 kB/s) error 03-Jan-2023 03:01:23 #17 12.20 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/springframework/spring-beans/5.2.14.RELEASE/spring-beans-5.2.14.RELEASE.pom error 03-Jan-2023 03:01:23 #17 12.31 Progress (1): 1.7 kB error 03-Jan-2023 03:01:23 error 03-Jan-2023 03:01:23 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/springframework/spring-beans/5.2.14.RELEASE/spring-beans-5.2.14.RELEASE.pom (1.7 kB at 7.0 kB/s) error 03-Jan-2023 03:01:23 #17 12.47 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/springframework/spring-context/5.2.14.RELEASE/spring-context-5.2.14.RELEASE.pom error 03-Jan-2023 03:01:24 #17 12.61 Progress (1): 2.3 kB error 03-Jan-2023 03:01:24 error 03-Jan-2023 03:01:24 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/springframework/spring-context/5.2.14.RELEASE/spring-context-5.2.14.RELEASE.pom (2.3 kB at 8.8 kB/s) error 03-Jan-2023 03:01:24 #17 12.73 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/springframework/spring-aop/5.2.14.RELEASE/spring-aop-5.2.14.RELEASE.pom error 03-Jan-2023 03:01:24 #17 12.85 Progress (1): 1.9 kB error 03-Jan-2023 03:01:24 error 03-Jan-2023 03:01:24 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/springframework/spring-aop/5.2.14.RELEASE/spring-aop-5.2.14.RELEASE.pom (1.9 kB at 7.7 kB/s) error 03-Jan-2023 03:01:24 #17 12.99 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/springframework/spring-expression/5.2.14.RELEASE/spring-expression-5.2.14.RELEASE.pom error 03-Jan-2023 03:01:24 #17 13.11 Progress (1): 1.7 kB error 03-Jan-2023 03:01:24 error 03-Jan-2023 03:01:24 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/springframework/spring-expression/5.2.14.RELEASE/spring-expression-5.2.14.RELEASE.pom (1.7 kB at 7.2 kB/s) error 03-Jan-2023 03:01:24 #17 13.23 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/springframework/spring-orm/5.2.14.RELEASE/spring-orm-5.2.14.RELEASE.pom error 03-Jan-2023 03:01:24 #17 13.35 Progress (1): 2.3 kB error 03-Jan-2023 03:01:24 error 03-Jan-2023 03:01:25 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/springframework/spring-orm/5.2.14.RELEASE/spring-orm-5.2.14.RELEASE.pom (2.3 kB at 8.8 kB/s) error 03-Jan-2023 03:01:25 #17 13.50 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/springframework/spring-jdbc/5.2.14.RELEASE/spring-jdbc-5.2.14.RELEASE.pom error 03-Jan-2023 03:01:25 #17 13.62 Progress (1): 2.1 kB error 03-Jan-2023 03:01:25 error 03-Jan-2023 03:01:25 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/springframework/spring-jdbc/5.2.14.RELEASE/spring-jdbc-5.2.14.RELEASE.pom (2.1 kB at 8.4 kB/s) error 03-Jan-2023 03:01:25 #17 13.75 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/springframework/spring-tx/5.2.14.RELEASE/spring-tx-5.2.14.RELEASE.pom error 03-Jan-2023 03:01:25 #17 13.87 Progress (1): 1.9 kB error 03-Jan-2023 03:01:25 error 03-Jan-2023 03:01:25 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/springframework/spring-tx/5.2.14.RELEASE/spring-tx-5.2.14.RELEASE.pom (1.9 kB at 7.9 kB/s) error 03-Jan-2023 03:01:25 #17 13.99 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/springframework/spring-context-support/5.2.14.RELEASE/spring-context-support-5.2.14.RELEASE.pom error 03-Jan-2023 03:01:25 #17 14.11 Progress (1): 2.1 kB error 03-Jan-2023 03:01:25 error 03-Jan-2023 03:01:25 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/springframework/spring-context-support/5.2.14.RELEASE/spring-context-support-5.2.14.RELEASE.pom (2.1 kB at 9.0 kB/s) error 03-Jan-2023 03:01:25 #17 14.35 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/hibernate/hibernate-core/5.6.0.Final/hibernate-core-5.6.0.Final.pom error 03-Jan-2023 03:01:25 #17 14.47 Progress (1): 3.3/5.5 kB error 03-Jan-2023 03:01:26 Progress (1): 5.5 kB error 03-Jan-2023 03:01:26 error 03-Jan-2023 03:01:26 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/hibernate/hibernate-core/5.6.0.Final/hibernate-core-5.6.0.Final.pom (5.5 kB at 22 kB/s) error 03-Jan-2023 03:01:26 #17 14.61 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/jboss/logging/jboss-logging/3.4.2.Final/jboss-logging-3.4.2.Final.pom error 03-Jan-2023 03:01:26 #17 14.75 Progress (1): 3.3/15 kB error 03-Jan-2023 03:01:26 Progress (1): 6.1/15 kB error 03-Jan-2023 03:01:26 Progress (1): 8.9/15 kB error 03-Jan-2023 03:01:26 Progress (1): 12/15 kB error 03-Jan-2023 03:01:26 Progress (1): 14/15 kB error 03-Jan-2023 03:01:26 Progress (1): 15 kB error 03-Jan-2023 03:01:26 error 03-Jan-2023 03:01:26 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/jboss/logging/jboss-logging/3.4.2.Final/jboss-logging-3.4.2.Final.pom (15 kB at 61 kB/s) error 03-Jan-2023 03:01:26 #17 14.86 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/jboss/jboss-parent/37/jboss-parent-37.pom error 03-Jan-2023 03:01:26 #17 14.98 Progress (1): 3.3/67 kB error 03-Jan-2023 03:01:26 Progress (1): 6.1/67 kB error 03-Jan-2023 03:01:26 Progress (1): 8.9/67 kB error 03-Jan-2023 03:01:26 Progress (1): 12/67 kB error 03-Jan-2023 03:01:26 Progress (1): 15/67 kB error 03-Jan-2023 03:01:26 Progress (1): 17/67 kB error 03-Jan-2023 03:01:26 Progress (1): 20/67 kB error 03-Jan-2023 03:01:26 Progress (1): 23/67 kB error 03-Jan-2023 03:01:26 Progress (1): 26/67 kB error 03-Jan-2023 03:01:26 Progress (1): 29/67 kB error 03-Jan-2023 03:01:26 Progress (1): 31/67 kB error 03-Jan-2023 03:01:26 Progress (1): 34/67 kB error 03-Jan-2023 03:01:26 Progress (1): 37/67 kB error 03-Jan-2023 03:01:26 Progress (1): 40/67 kB error 03-Jan-2023 03:01:26 Progress (1): 42/67 kB error 03-Jan-2023 03:01:26 Progress (1): 45/67 kB error 03-Jan-2023 03:01:26 Progress (1): 48/67 kB error 03-Jan-2023 03:01:26 Progress (1): 51/67 kB error 03-Jan-2023 03:01:26 Progress (1): 54/67 kB error 03-Jan-2023 03:01:26 Progress (1): 56/67 kB error 03-Jan-2023 03:01:26 Progress (1): 59/67 kB error 03-Jan-2023 03:01:26 Progress (1): 62/67 kB error 03-Jan-2023 03:01:26 Progress (1): 65/67 kB error 03-Jan-2023 03:01:26 Progress (1): 67 kB error 03-Jan-2023 03:01:26 error 03-Jan-2023 03:01:26 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/jboss/jboss-parent/37/jboss-parent-37.pom (67 kB at 193 kB/s) error 03-Jan-2023 03:01:26 #17 15.22 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/junit/junit-bom/5.7.0/junit-bom-5.7.0.pom error 03-Jan-2023 03:01:26 #17 15.34 Progress (1): 3.3/5.1 kB error 03-Jan-2023 03:01:26 Progress (1): 5.1 kB error 03-Jan-2023 03:01:26 error 03-Jan-2023 03:01:26 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/junit/junit-bom/5.7.0/junit-bom-5.7.0.pom (5.1 kB at 22 kB/s) error 03-Jan-2023 03:01:26 #17 15.48 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/net/bytebuddy/byte-buddy/1.11.20/byte-buddy-1.11.20.pom error 03-Jan-2023 03:01:27 #17 15.61 Progress (1): 3.3/12 kB error 03-Jan-2023 03:01:27 Progress (1): 6.1/12 kB error 03-Jan-2023 03:01:27 Progress (1): 8.9/12 kB error 03-Jan-2023 03:01:27 Progress (1): 12/12 kB error 03-Jan-2023 03:01:27 Progress (1): 12 kB error 03-Jan-2023 03:01:27 error 03-Jan-2023 03:01:27 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/net/bytebuddy/byte-buddy/1.11.20/byte-buddy-1.11.20.pom (12 kB at 44 kB/s) error 03-Jan-2023 03:01:27 #17 15.76 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/net/bytebuddy/byte-buddy-parent/1.11.20/byte-buddy-parent-1.11.20.pom error 03-Jan-2023 03:01:27 #17 15.88 Progress (1): 3.3/43 kB error 03-Jan-2023 03:01:27 Progress (1): 6.1/43 kB error 03-Jan-2023 03:01:27 Progress (1): 8.9/43 kB error 03-Jan-2023 03:01:27 Progress (1): 12/43 kB error 03-Jan-2023 03:01:27 Progress (1): 14/43 kB error 03-Jan-2023 03:01:27 Progress (1): 17/43 kB error 03-Jan-2023 03:01:27 Progress (1): 20/43 kB error 03-Jan-2023 03:01:27 Progress (1): 23/43 kB error 03-Jan-2023 03:01:27 Progress (1): 26/43 kB error 03-Jan-2023 03:01:27 Progress (1): 28/43 kB error 03-Jan-2023 03:01:27 Progress (1): 31/43 kB error 03-Jan-2023 03:01:27 Progress (1): 34/43 kB error 03-Jan-2023 03:01:27 Progress (1): 37/43 kB error 03-Jan-2023 03:01:27 Progress (1): 40/43 kB error 03-Jan-2023 03:01:27 Progress (1): 42/43 kB error 03-Jan-2023 03:01:27 Progress (1): 43 kB error 03-Jan-2023 03:01:27 error 03-Jan-2023 03:01:27 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/net/bytebuddy/byte-buddy-parent/1.11.20/byte-buddy-parent-1.11.20.pom (43 kB at 168 kB/s) error 03-Jan-2023 03:01:27 #17 16.21 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/hibernate/hibernate-c3p0/5.6.0.Final/hibernate-c3p0-5.6.0.Final.pom error 03-Jan-2023 03:01:27 #17 16.33 Progress (1): 2.7 kB error 03-Jan-2023 03:01:27 error 03-Jan-2023 03:01:27 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/hibernate/hibernate-c3p0/5.6.0.Final/hibernate-c3p0-5.6.0.Final.pom (2.7 kB at 12 kB/s) error 03-Jan-2023 03:01:27 #17 16.46 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/hibernate/hibernate-ehcache/5.6.0.Final/hibernate-ehcache-5.6.0.Final.pom error 03-Jan-2023 03:01:27 #17 16.58 Progress (1): 2.7 kB error 03-Jan-2023 03:01:28 error 03-Jan-2023 03:01:28 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/hibernate/hibernate-ehcache/5.6.0.Final/hibernate-ehcache-5.6.0.Final.pom (2.7 kB at 12 kB/s) error 03-Jan-2023 03:01:28 #17 16.74 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/hibernate/hibernate-search-orm/5.11.9.Final/hibernate-search-orm-5.11.9.Final.pom error 03-Jan-2023 03:01:28 #17 16.86 Progress (1): 3.3/9.2 kB error 03-Jan-2023 03:01:28 Progress (1): 6.1/9.2 kB error 03-Jan-2023 03:01:28 Progress (1): 8.9/9.2 kB error 03-Jan-2023 03:01:28 Progress (1): 9.2 kB error 03-Jan-2023 03:01:28 error 03-Jan-2023 03:01:28 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/hibernate/hibernate-search-orm/5.11.9.Final/hibernate-search-orm-5.11.9.Final.pom (9.2 kB at 39 kB/s) error 03-Jan-2023 03:01:28 #17 16.98 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/hibernate/hibernate-search-parent/5.11.9.Final/hibernate-search-parent-5.11.9.Final.pom error 03-Jan-2023 03:01:28 #17 17.10 Progress (1): 3.3/151 kB error 03-Jan-2023 03:01:28 Progress (1): 6.1/151 kB error 03-Jan-2023 03:01:28 Progress (1): 8.9/151 kB error 03-Jan-2023 03:01:28 Progress (1): 12/151 kB error 03-Jan-2023 03:01:28 Progress (1): 14/151 kB error 03-Jan-2023 03:01:28 Progress (1): 17/151 kB error 03-Jan-2023 03:01:28 Progress (1): 20/151 kB error 03-Jan-2023 03:01:28 Progress (1): 23/151 kB error 03-Jan-2023 03:01:28 Progress (1): 26/151 kB error 03-Jan-2023 03:01:28 Progress (1): 28/151 kB error 03-Jan-2023 03:01:28 Progress (1): 31/151 kB error 03-Jan-2023 03:01:28 Progress (1): 34/151 kB error 03-Jan-2023 03:01:28 Progress (1): 37/151 kB error 03-Jan-2023 03:01:28 Progress (1): 40/151 kB error 03-Jan-2023 03:01:28 Progress (1): 42/151 kB error 03-Jan-2023 03:01:28 Progress (1): 45/151 kB error 03-Jan-2023 03:01:28 Progress (1): 48/151 kB error 03-Jan-2023 03:01:28 Progress (1): 51/151 kB error 03-Jan-2023 03:01:28 Progress (1): 54/151 kB error 03-Jan-2023 03:01:28 Progress (1): 56/151 kB error 03-Jan-2023 03:01:28 Progress (1): 59/151 kB error 03-Jan-2023 03:01:28 Progress (1): 62/151 kB error 03-Jan-2023 03:01:28 Progress (1): 65/151 kB error 03-Jan-2023 03:01:28 Progress (1): 67/151 kB error 03-Jan-2023 03:01:28 Progress (1): 70/151 kB error 03-Jan-2023 03:01:28 Progress (1): 73/151 kB error 03-Jan-2023 03:01:28 Progress (1): 76/151 kB error 03-Jan-2023 03:01:28 Progress (1): 79/151 kB error 03-Jan-2023 03:01:28 Progress (1): 81/151 kB error 03-Jan-2023 03:01:28 Progress (1): 84/151 kB error 03-Jan-2023 03:01:28 Progress (1): 87/151 kB error 03-Jan-2023 03:01:28 Progress (1): 90/151 kB error 03-Jan-2023 03:01:28 Progress (1): 93/151 kB error 03-Jan-2023 03:01:28 Progress (1): 95/151 kB error 03-Jan-2023 03:01:28 Progress (1): 98/151 kB error 03-Jan-2023 03:01:28 Progress (1): 101/151 kB error 03-Jan-2023 03:01:28 Progress (1): 104/151 kB error 03-Jan-2023 03:01:28 Progress (1): 107/151 kB error 03-Jan-2023 03:01:28 Progress (1): 109/151 kB error 03-Jan-2023 03:01:28 Progress (1): 112/151 kB error 03-Jan-2023 03:01:28 Progress (1): 115/151 kB error 03-Jan-2023 03:01:28 Progress (1): 118/151 kB error 03-Jan-2023 03:01:28 Progress (1): 120/151 kB error 03-Jan-2023 03:01:28 Progress (1): 123/151 kB error 03-Jan-2023 03:01:28 Progress (1): 126/151 kB error 03-Jan-2023 03:01:28 Progress (1): 129/151 kB error 03-Jan-2023 03:01:28 Progress (1): 132/151 kB error 03-Jan-2023 03:01:28 Progress (1): 134/151 kB error 03-Jan-2023 03:01:28 Progress (1): 137/151 kB error 03-Jan-2023 03:01:28 Progress (1): 140/151 kB error 03-Jan-2023 03:01:28 Progress (1): 143/151 kB error 03-Jan-2023 03:01:28 Progress (1): 146/151 kB error 03-Jan-2023 03:01:28 Progress (1): 148/151 kB error 03-Jan-2023 03:01:28 Progress (1): 151 kB error 03-Jan-2023 03:01:28 error 03-Jan-2023 03:01:28 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/hibernate/hibernate-search-parent/5.11.9.Final/hibernate-search-parent-5.11.9.Final.pom (151 kB at 450 kB/s) error 03-Jan-2023 03:01:28 #17 17.35 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/hibernate/hibernate-search-engine/5.11.9.Final/hibernate-search-engine-5.11.9.Final.pom error 03-Jan-2023 03:01:29 #17 17.47 Progress (1): 3.3/16 kB error 03-Jan-2023 03:01:29 Progress (1): 6.1/16 kB error 03-Jan-2023 03:01:29 Progress (1): 8.9/16 kB error 03-Jan-2023 03:01:29 Progress (1): 12/16 kB error 03-Jan-2023 03:01:29 Progress (1): 14/16 kB error 03-Jan-2023 03:01:29 Progress (1): 16 kB error 03-Jan-2023 03:01:29 error 03-Jan-2023 03:01:29 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/hibernate/hibernate-search-engine/5.11.9.Final/hibernate-search-engine-5.11.9.Final.pom (16 kB at 62 kB/s) error 03-Jan-2023 03:01:29 #17 17.72 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/hibernate/hibernate-core/5.4.30.Final/hibernate-core-5.4.30.Final.pom error 03-Jan-2023 03:01:29 #17 17.84 Progress (1): 3.3/6.1 kB error 03-Jan-2023 03:01:29 Progress (1): 6.1/6.1 kB error 03-Jan-2023 03:01:29 Progress (1): 6.1 kB error 03-Jan-2023 03:01:29 error 03-Jan-2023 03:01:29 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/hibernate/hibernate-core/5.4.30.Final/hibernate-core-5.4.30.Final.pom (6.1 kB at 25 kB/s) error 03-Jan-2023 03:01:29 #17 17.98 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/jboss/logging/jboss-logging/3.4.1.Final/jboss-logging-3.4.1.Final.pom error 03-Jan-2023 03:01:29 #17 18.10 Progress (1): 3.3/5.0 kB error 03-Jan-2023 03:01:29 Progress (1): 5.0 kB error 03-Jan-2023 03:01:29 error 03-Jan-2023 03:01:29 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/jboss/logging/jboss-logging/3.4.1.Final/jboss-logging-3.4.1.Final.pom (5.0 kB at 21 kB/s) error 03-Jan-2023 03:01:29 #17 18.22 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/jboss/jboss-parent/34/jboss-parent-34.pom error 03-Jan-2023 03:01:29 #17 18.34 Progress (1): 3.3/66 kB error 03-Jan-2023 03:01:29 Progress (1): 6.1/66 kB error 03-Jan-2023 03:01:29 Progress (1): 8.9/66 kB error 03-Jan-2023 03:01:29 Progress (1): 12/66 kB error 03-Jan-2023 03:01:29 Progress (1): 15/66 kB error 03-Jan-2023 03:01:29 Progress (1): 17/66 kB error 03-Jan-2023 03:01:29 Progress (1): 20/66 kB error 03-Jan-2023 03:01:29 Progress (1): 23/66 kB error 03-Jan-2023 03:01:29 Progress (1): 26/66 kB error 03-Jan-2023 03:01:29 Progress (1): 29/66 kB error 03-Jan-2023 03:01:29 Progress (1): 31/66 kB error 03-Jan-2023 03:01:29 Progress (1): 34/66 kB error 03-Jan-2023 03:01:29 Progress (1): 37/66 kB error 03-Jan-2023 03:01:29 Progress (1): 40/66 kB error 03-Jan-2023 03:01:29 Progress (1): 43/66 kB error 03-Jan-2023 03:01:29 Progress (1): 45/66 kB error 03-Jan-2023 03:01:29 Progress (1): 48/66 kB error 03-Jan-2023 03:01:29 Progress (1): 51/66 kB error 03-Jan-2023 03:01:29 Progress (1): 54/66 kB error 03-Jan-2023 03:01:29 Progress (1): 56/66 kB error 03-Jan-2023 03:01:29 Progress (1): 59/66 kB error 03-Jan-2023 03:01:29 Progress (1): 62/66 kB error 03-Jan-2023 03:01:29 Progress (1): 65/66 kB error 03-Jan-2023 03:01:29 Progress (1): 66 kB error 03-Jan-2023 03:01:29 error 03-Jan-2023 03:01:30 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/jboss/jboss-parent/34/jboss-parent-34.pom (66 kB at 256 kB/s) error 03-Jan-2023 03:01:30 #17 18.49 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/net/bytebuddy/byte-buddy/1.10.21/byte-buddy-1.10.21.pom error 03-Jan-2023 03:01:30 #17 18.61 Progress (1): 3.3/11 kB error 03-Jan-2023 03:01:30 Progress (1): 6.1/11 kB error 03-Jan-2023 03:01:30 Progress (1): 8.9/11 kB error 03-Jan-2023 03:01:30 Progress (1): 11 kB error 03-Jan-2023 03:01:30 error 03-Jan-2023 03:01:30 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/net/bytebuddy/byte-buddy/1.10.21/byte-buddy-1.10.21.pom (11 kB at 47 kB/s) error 03-Jan-2023 03:01:30 #17 18.73 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/net/bytebuddy/byte-buddy-parent/1.10.21/byte-buddy-parent-1.10.21.pom error 03-Jan-2023 03:01:30 #17 18.84 Progress (1): 3.3/42 kB error 03-Jan-2023 03:01:30 Progress (1): 6.1/42 kB error 03-Jan-2023 03:01:30 Progress (1): 8.9/42 kB error 03-Jan-2023 03:01:30 Progress (1): 12/42 kB error 03-Jan-2023 03:01:30 Progress (1): 14/42 kB error 03-Jan-2023 03:01:30 Progress (1): 17/42 kB error 03-Jan-2023 03:01:30 Progress (1): 20/42 kB error 03-Jan-2023 03:01:30 Progress (1): 23/42 kB error 03-Jan-2023 03:01:30 Progress (1): 26/42 kB error 03-Jan-2023 03:01:30 Progress (1): 28/42 kB error 03-Jan-2023 03:01:30 Progress (1): 31/42 kB error 03-Jan-2023 03:01:30 Progress (1): 34/42 kB error 03-Jan-2023 03:01:30 Progress (1): 37/42 kB error 03-Jan-2023 03:01:30 Progress (1): 40/42 kB error 03-Jan-2023 03:01:30 Progress (1): 42 kB error 03-Jan-2023 03:01:30 error 03-Jan-2023 03:01:30 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/net/bytebuddy/byte-buddy-parent/1.10.21/byte-buddy-parent-1.10.21.pom (42 kB at 173 kB/s) error 03-Jan-2023 03:01:30 #17 18.99 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/logging/log4j/log4j-core/2.17.2/log4j-core-2.17.2.pom error 03-Jan-2023 03:01:30 #17 19.11 Progress (1): 3.3/23 kB error 03-Jan-2023 03:01:30 Progress (1): 6.1/23 kB error 03-Jan-2023 03:01:30 Progress (1): 8.9/23 kB error 03-Jan-2023 03:01:30 Progress (1): 12/23 kB error 03-Jan-2023 03:01:30 Progress (1): 15/23 kB error 03-Jan-2023 03:01:30 Progress (1): 17/23 kB error 03-Jan-2023 03:01:30 Progress (1): 20/23 kB error 03-Jan-2023 03:01:30 Progress (1): 23/23 kB error 03-Jan-2023 03:01:30 Progress (1): 23 kB error 03-Jan-2023 03:01:30 error 03-Jan-2023 03:01:30 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/logging/log4j/log4j-core/2.17.2/log4j-core-2.17.2.pom (23 kB at 100 kB/s) error 03-Jan-2023 03:01:30 #17 19.23 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/logging/log4j/log4j/2.17.2/log4j-2.17.2.pom error 03-Jan-2023 03:01:30 #17 19.35 Progress (1): 3.3/74 kB error 03-Jan-2023 03:01:30 Progress (1): 6.1/74 kB error 03-Jan-2023 03:01:30 Progress (1): 8.9/74 kB error 03-Jan-2023 03:01:30 Progress (1): 12/74 kB error 03-Jan-2023 03:01:30 Progress (1): 15/74 kB error 03-Jan-2023 03:01:30 Progress (1): 17/74 kB error 03-Jan-2023 03:01:30 Progress (1): 20/74 kB error 03-Jan-2023 03:01:30 Progress (1): 23/74 kB error 03-Jan-2023 03:01:30 Progress (1): 26/74 kB error 03-Jan-2023 03:01:30 Progress (1): 29/74 kB error 03-Jan-2023 03:01:30 Progress (1): 31/74 kB error 03-Jan-2023 03:01:30 Progress (1): 34/74 kB error 03-Jan-2023 03:01:30 Progress (1): 37/74 kB error 03-Jan-2023 03:01:30 Progress (1): 40/74 kB error 03-Jan-2023 03:01:30 Progress (1): 43/74 kB error 03-Jan-2023 03:01:30 Progress (1): 45/74 kB error 03-Jan-2023 03:01:30 Progress (1): 48/74 kB error 03-Jan-2023 03:01:30 Progress (1): 51/74 kB error 03-Jan-2023 03:01:30 Progress (1): 54/74 kB error 03-Jan-2023 03:01:30 Progress (1): 57/74 kB error 03-Jan-2023 03:01:30 Progress (1): 59/74 kB error 03-Jan-2023 03:01:30 Progress (1): 62/74 kB error 03-Jan-2023 03:01:30 Progress (1): 65/74 kB error 03-Jan-2023 03:01:30 Progress (1): 68/74 kB error 03-Jan-2023 03:01:30 Progress (1): 71/74 kB error 03-Jan-2023 03:01:30 Progress (1): 73/74 kB error 03-Jan-2023 03:01:30 Progress (1): 74 kB error 03-Jan-2023 03:01:30 error 03-Jan-2023 03:01:31 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/logging/log4j/log4j/2.17.2/log4j-2.17.2.pom (74 kB at 308 kB/s) error 03-Jan-2023 03:01:31 #17 19.51 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/logging/log4j/log4j-api/2.17.2/log4j-api-2.17.2.pom error 03-Jan-2023 03:01:31 #17 19.62 Progress (1): 3.3/14 kB error 03-Jan-2023 03:01:31 Progress (1): 6.1/14 kB error 03-Jan-2023 03:01:31 Progress (1): 8.9/14 kB error 03-Jan-2023 03:01:31 Progress (1): 12/14 kB error 03-Jan-2023 03:01:31 Progress (1): 14 kB error 03-Jan-2023 03:01:31 error 03-Jan-2023 03:01:31 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/logging/log4j/log4j-api/2.17.2/log4j-api-2.17.2.pom (14 kB at 59 kB/s) error 03-Jan-2023 03:01:31 #17 19.76 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/logging/log4j/log4j-slf4j-impl/2.17.2/log4j-slf4j-impl-2.17.2.pom error 03-Jan-2023 03:01:31 #17 19.88 Progress (1): 3.3/12 kB error 03-Jan-2023 03:01:31 Progress (1): 6.1/12 kB error 03-Jan-2023 03:01:31 Progress (1): 8.9/12 kB error 03-Jan-2023 03:01:31 Progress (1): 12 kB error 03-Jan-2023 03:01:31 error 03-Jan-2023 03:01:31 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/logging/log4j/log4j-slf4j-impl/2.17.2/log4j-slf4j-impl-2.17.2.pom (12 kB at 48 kB/s) error 03-Jan-2023 03:01:31 #17 20.01 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/logging/log4j/log4j-1.2-api/2.17.2/log4j-1.2-api-2.17.2.pom error 03-Jan-2023 03:01:31 #17 20.13 Progress (1): 3.3/8.3 kB error 03-Jan-2023 03:01:31 Progress (1): 6.1/8.3 kB error 03-Jan-2023 03:01:31 Progress (1): 8.3 kB error 03-Jan-2023 03:01:31 error 03-Jan-2023 03:01:31 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/logging/log4j/log4j-1.2-api/2.17.2/log4j-1.2-api-2.17.2.pom (8.3 kB at 36 kB/s) error 03-Jan-2023 03:01:31 #17 20.30 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/xerces/xercesImpl/2.12.1/xercesImpl-2.12.1.pom error 03-Jan-2023 03:01:31 #17 20.44 Progress (1): 3.3/3.4 kB error 03-Jan-2023 03:01:31 Progress (1): 3.4 kB error 03-Jan-2023 03:01:32 error 03-Jan-2023 03:01:32 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/xerces/xercesImpl/2.12.1/xercesImpl-2.12.1.pom (3.4 kB at 13 kB/s) error 03-Jan-2023 03:01:32 #17 20.62 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/com/fasterxml/jackson/datatype/jackson-datatype-jsr310/2.13.0/jackson-datatype-jsr310-2.13.0.pom error 03-Jan-2023 03:01:32 #17 20.75 Progress (1): 3.3/4.9 kB error 03-Jan-2023 03:01:32 Progress (1): 4.9 kB error 03-Jan-2023 03:01:32 error 03-Jan-2023 03:01:32 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/com/fasterxml/jackson/datatype/jackson-datatype-jsr310/2.13.0/jackson-datatype-jsr310-2.13.0.pom (4.9 kB at 20 kB/s) error 03-Jan-2023 03:01:32 #17 20.87 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/com/fasterxml/jackson/module/jackson-modules-java8/2.13.0/jackson-modules-java8-2.13.0.pom error 03-Jan-2023 03:01:32 #17 21.32 Progress (1): 3.0 kB error 03-Jan-2023 03:01:32 error 03-Jan-2023 03:01:32 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/com/fasterxml/jackson/module/jackson-modules-java8/2.13.0/jackson-modules-java8-2.13.0.pom (3.0 kB at 5.3 kB/s) error 03-Jan-2023 03:01:32 #17 21.44 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/com/fasterxml/jackson/jackson-base/2.13.0/jackson-base-2.13.0.pom error 03-Jan-2023 03:01:32 #17 21.55 Progress (1): 3.3/9.7 kB error 03-Jan-2023 03:01:33 Progress (1): 6.1/9.7 kB error 03-Jan-2023 03:01:33 Progress (1): 8.9/9.7 kB error 03-Jan-2023 03:01:33 Progress (1): 9.7 kB error 03-Jan-2023 03:01:33 error 03-Jan-2023 03:01:33 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/com/fasterxml/jackson/jackson-base/2.13.0/jackson-base-2.13.0.pom (9.7 kB at 41 kB/s) error 03-Jan-2023 03:01:33 #17 21.68 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/com/fasterxml/jackson/jackson-bom/2.13.0/jackson-bom-2.13.0.pom error 03-Jan-2023 03:01:33 #17 21.80 Progress (1): 3.3/17 kB error 03-Jan-2023 03:01:33 Progress (1): 6.1/17 kB error 03-Jan-2023 03:01:33 Progress (1): 8.9/17 kB error 03-Jan-2023 03:01:33 Progress (1): 12/17 kB error 03-Jan-2023 03:01:33 Progress (1): 15/17 kB error 03-Jan-2023 03:01:33 Progress (1): 17 kB error 03-Jan-2023 03:01:33 error 03-Jan-2023 03:01:33 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/com/fasterxml/jackson/jackson-bom/2.13.0/jackson-bom-2.13.0.pom (17 kB at 71 kB/s) error 03-Jan-2023 03:01:33 #17 21.94 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/net/sf/ehcache/ehcache/2.10.9.2/ehcache-2.10.9.2.pom error 03-Jan-2023 03:01:33 #17 22.06 Progress (1): 3.3/19 kB error 03-Jan-2023 03:01:33 Progress (1): 6.1/19 kB error 03-Jan-2023 03:01:33 Progress (1): 8.9/19 kB error 03-Jan-2023 03:01:33 Progress (1): 12/19 kB error 03-Jan-2023 03:01:33 Progress (1): 15/19 kB error 03-Jan-2023 03:01:33 Progress (1): 17/19 kB error 03-Jan-2023 03:01:33 Progress (1): 19 kB error 03-Jan-2023 03:01:33 error 03-Jan-2023 03:01:33 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/net/sf/ehcache/ehcache/2.10.9.2/ehcache-2.10.9.2.pom (19 kB at 76 kB/s) error 03-Jan-2023 03:01:33 #17 22.19 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/net/sf/ehcache/ehcache-root/2.10.9.2/ehcache-root-2.10.9.2.pom error 03-Jan-2023 03:01:33 #17 22.31 Progress (1): 3.3/16 kB error 03-Jan-2023 03:01:33 Progress (1): 6.1/16 kB error 03-Jan-2023 03:01:33 Progress (1): 8.9/16 kB error 03-Jan-2023 03:01:33 Progress (1): 12/16 kB error 03-Jan-2023 03:01:33 Progress (1): 15/16 kB error 03-Jan-2023 03:01:33 Progress (1): 16 kB error 03-Jan-2023 03:01:33 error 03-Jan-2023 03:01:33 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/net/sf/ehcache/ehcache-root/2.10.9.2/ehcache-root-2.10.9.2.pom (16 kB at 69 kB/s) error 03-Jan-2023 03:01:33 #17 22.43 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/net/sf/ehcache/ehcache-parent/2.25/ehcache-parent-2.25.pom error 03-Jan-2023 03:01:33 #17 22.55 Progress (1): 3.3/13 kB error 03-Jan-2023 03:01:34 Progress (1): 6.1/13 kB error 03-Jan-2023 03:01:34 Progress (1): 8.9/13 kB error 03-Jan-2023 03:01:34 Progress (1): 12/13 kB error 03-Jan-2023 03:01:34 Progress (1): 13 kB error 03-Jan-2023 03:01:34 error 03-Jan-2023 03:01:34 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/net/sf/ehcache/ehcache-parent/2.25/ehcache-parent-2.25.pom (13 kB at 54 kB/s) error 03-Jan-2023 03:01:34 #17 22.68 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/aspectj/aspectjrt/1.9.7/aspectjrt-1.9.7.pom error 03-Jan-2023 03:01:34 #17 22.80 Progress (1): 2.0 kB error 03-Jan-2023 03:01:34 error 03-Jan-2023 03:01:34 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/aspectj/aspectjrt/1.9.7/aspectjrt-1.9.7.pom (2.0 kB at 8.5 kB/s) error 03-Jan-2023 03:01:34 #17 22.92 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/aspectj/aspectjweaver/1.9.7/aspectjweaver-1.9.7.pom error 03-Jan-2023 03:01:34 #17 23.04 Progress (1): 2.1 kB error 03-Jan-2023 03:01:34 error 03-Jan-2023 03:01:34 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/aspectj/aspectjweaver/1.9.7/aspectjweaver-1.9.7.pom (2.1 kB at 8.9 kB/s) error 03-Jan-2023 03:01:34 #17 23.16 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/joda-time/joda-time/2.10.12/joda-time-2.10.12.pom error 03-Jan-2023 03:01:34 #17 23.28 Progress (1): 3.3/37 kB error 03-Jan-2023 03:01:34 Progress (1): 6.1/37 kB error 03-Jan-2023 03:01:34 Progress (1): 8.9/37 kB error 03-Jan-2023 03:01:34 Progress (1): 12/37 kB error 03-Jan-2023 03:01:34 Progress (1): 15/37 kB error 03-Jan-2023 03:01:34 Progress (1): 17/37 kB error 03-Jan-2023 03:01:34 Progress (1): 20/37 kB error 03-Jan-2023 03:01:34 Progress (1): 23/37 kB error 03-Jan-2023 03:01:34 Progress (1): 26/37 kB error 03-Jan-2023 03:01:34 Progress (1): 29/37 kB error 03-Jan-2023 03:01:34 Progress (1): 31/37 kB error 03-Jan-2023 03:01:34 Progress (1): 34/37 kB error 03-Jan-2023 03:01:34 Progress (1): 37/37 kB error 03-Jan-2023 03:01:34 Progress (1): 37 kB error 03-Jan-2023 03:01:34 error 03-Jan-2023 03:01:34 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/joda-time/joda-time/2.10.12/joda-time-2.10.12.pom (37 kB at 150 kB/s) error 03-Jan-2023 03:01:34 #17 23.42 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/jakarta/xml/bind/jakarta.xml.bind-api/3.0.1/jakarta.xml.bind-api-3.0.1.pom error 03-Jan-2023 03:01:35 #17 23.55 Progress (1): 3.3/13 kB error 03-Jan-2023 03:01:35 Progress (1): 6.1/13 kB error 03-Jan-2023 03:01:35 Progress (1): 8.9/13 kB error 03-Jan-2023 03:01:35 Progress (1): 12/13 kB error 03-Jan-2023 03:01:35 Progress (1): 13 kB error 03-Jan-2023 03:01:35 error 03-Jan-2023 03:01:35 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/jakarta/xml/bind/jakarta.xml.bind-api/3.0.1/jakarta.xml.bind-api-3.0.1.pom (13 kB at 56 kB/s) error 03-Jan-2023 03:01:35 #17 23.67 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/jakarta/xml/bind/jakarta.xml.bind-api-parent/3.0.1/jakarta.xml.bind-api-parent-3.0.1.pom error 03-Jan-2023 03:01:35 #17 23.78 Progress (1): 3.3/9.5 kB error 03-Jan-2023 03:01:35 Progress (1): 6.1/9.5 kB error 03-Jan-2023 03:01:35 Progress (1): 8.9/9.5 kB error 03-Jan-2023 03:01:35 Progress (1): 9.5 kB error 03-Jan-2023 03:01:35 error 03-Jan-2023 03:01:35 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/jakarta/xml/bind/jakarta.xml.bind-api-parent/3.0.1/jakarta.xml.bind-api-parent-3.0.1.pom (9.5 kB at 41 kB/s) error 03-Jan-2023 03:01:35 #17 23.91 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/com/sun/activation/jakarta.activation/2.0.1/jakarta.activation-2.0.1.pom error 03-Jan-2023 03:01:35 #17 24.02 Progress (1): 2.0 kB error 03-Jan-2023 03:01:35 error 03-Jan-2023 03:01:35 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/com/sun/activation/jakarta.activation/2.0.1/jakarta.activation-2.0.1.pom (2.0 kB at 8.6 kB/s) error 03-Jan-2023 03:01:35 #17 24.14 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/com/sun/activation/all/2.0.1/all-2.0.1.pom error 03-Jan-2023 03:01:35 #17 24.26 Progress (1): 3.3/23 kB error 03-Jan-2023 03:01:35 Progress (1): 6.1/23 kB error 03-Jan-2023 03:01:35 Progress (1): 8.9/23 kB error 03-Jan-2023 03:01:35 Progress (1): 12/23 kB error 03-Jan-2023 03:01:35 Progress (1): 15/23 kB error 03-Jan-2023 03:01:35 Progress (1): 17/23 kB error 03-Jan-2023 03:01:35 Progress (1): 20/23 kB error 03-Jan-2023 03:01:35 Progress (1): 23 kB error 03-Jan-2023 03:01:35 error 03-Jan-2023 03:01:35 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/com/sun/activation/all/2.0.1/all-2.0.1.pom (23 kB at 94 kB/s) error 03-Jan-2023 03:01:35 #17 24.39 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/com/sun/xml/bind/jaxb-impl/3.0.2/jaxb-impl-3.0.2.pom error 03-Jan-2023 03:01:35 #17 24.51 Progress (1): 3.3/13 kB error 03-Jan-2023 03:01:36 Progress (1): 6.1/13 kB error 03-Jan-2023 03:01:36 Progress (1): 8.9/13 kB error 03-Jan-2023 03:01:36 Progress (1): 12/13 kB error 03-Jan-2023 03:01:36 Progress (1): 13 kB error 03-Jan-2023 03:01:36 error 03-Jan-2023 03:01:36 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/com/sun/xml/bind/jaxb-impl/3.0.2/jaxb-impl-3.0.2.pom (13 kB at 54 kB/s) error 03-Jan-2023 03:01:36 #17 24.64 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/com/sun/xml/bind/mvn/jaxb-bundles/3.0.2/jaxb-bundles-3.0.2.pom error 03-Jan-2023 03:01:36 #17 24.76 Progress (1): 1.3 kB error 03-Jan-2023 03:01:36 error 03-Jan-2023 03:01:36 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/com/sun/xml/bind/mvn/jaxb-bundles/3.0.2/jaxb-bundles-3.0.2.pom (1.3 kB at 5.7 kB/s) error 03-Jan-2023 03:01:36 #17 24.88 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/com/sun/xml/bind/mvn/jaxb-parent/3.0.2/jaxb-parent-3.0.2.pom error 03-Jan-2023 03:01:36 #17 25.00 Progress (1): 3.3/29 kB error 03-Jan-2023 03:01:36 Progress (1): 6.1/29 kB error 03-Jan-2023 03:01:36 Progress (1): 8.9/29 kB error 03-Jan-2023 03:01:36 Progress (1): 12/29 kB error 03-Jan-2023 03:01:36 Progress (1): 15/29 kB error 03-Jan-2023 03:01:36 Progress (1): 17/29 kB error 03-Jan-2023 03:01:36 Progress (1): 20/29 kB error 03-Jan-2023 03:01:36 Progress (1): 23/29 kB error 03-Jan-2023 03:01:36 Progress (1): 26/29 kB error 03-Jan-2023 03:01:36 Progress (1): 29/29 kB error 03-Jan-2023 03:01:36 Progress (1): 29 kB error 03-Jan-2023 03:01:36 error 03-Jan-2023 03:01:36 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/com/sun/xml/bind/mvn/jaxb-parent/3.0.2/jaxb-parent-3.0.2.pom (29 kB at 103 kB/s) error 03-Jan-2023 03:01:36 #17 25.17 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/com/sun/xml/bind/jaxb-bom-ext/3.0.2/jaxb-bom-ext-3.0.2.pom error 03-Jan-2023 03:01:36 #17 25.29 Progress (1): 3.3/3.5 kB error 03-Jan-2023 03:01:36 Progress (1): 3.5 kB error 03-Jan-2023 03:01:36 error 03-Jan-2023 03:01:36 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/com/sun/xml/bind/jaxb-bom-ext/3.0.2/jaxb-bom-ext-3.0.2.pom (3.5 kB at 15 kB/s) error 03-Jan-2023 03:01:36 #17 25.41 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/glassfish/jaxb/jaxb-bom/3.0.2/jaxb-bom-3.0.2.pom error 03-Jan-2023 03:01:36 #17 25.53 Progress (1): 3.3/10 kB error 03-Jan-2023 03:01:37 Progress (1): 6.1/10 kB error 03-Jan-2023 03:01:37 Progress (1): 8.9/10 kB error 03-Jan-2023 03:01:37 Progress (1): 10 kB error 03-Jan-2023 03:01:37 error 03-Jan-2023 03:01:37 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/glassfish/jaxb/jaxb-bom/3.0.2/jaxb-bom-3.0.2.pom (10 kB at 44 kB/s) error 03-Jan-2023 03:01:37 #17 25.65 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/com/sun/xml/bind/jaxb-core/3.0.2/jaxb-core-3.0.2.pom error 03-Jan-2023 03:01:37 #17 25.78 Progress (1): 3.3/13 kB error 03-Jan-2023 03:01:37 Progress (1): 6.1/13 kB error 03-Jan-2023 03:01:37 Progress (1): 8.9/13 kB error 03-Jan-2023 03:01:37 Progress (1): 12/13 kB error 03-Jan-2023 03:01:37 Progress (1): 13 kB error 03-Jan-2023 03:01:37 error 03-Jan-2023 03:01:37 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/com/sun/xml/bind/jaxb-core/3.0.2/jaxb-core-3.0.2.pom (13 kB at 53 kB/s) error 03-Jan-2023 03:01:37 #17 26.04 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/test/openmrs-test/2.5.8/openmrs-test-2.5.8.pom error 03-Jan-2023 03:01:37 #17 26.17 Progress (1): 3.2 kB error 03-Jan-2023 03:01:37 error 03-Jan-2023 03:01:37 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/test/openmrs-test/2.5.8/openmrs-test-2.5.8.pom (3.2 kB at 13 kB/s) error 03-Jan-2023 03:01:37 #17 26.30 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/springframework/spring-test/5.2.14.RELEASE/spring-test-5.2.14.RELEASE.pom error 03-Jan-2023 03:01:37 #17 26.43 Progress (1): 1.7 kB error 03-Jan-2023 03:01:37 error 03-Jan-2023 03:01:38 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/springframework/spring-test/5.2.14.RELEASE/spring-test-5.2.14.RELEASE.pom (1.7 kB at 7.0 kB/s) error 03-Jan-2023 03:01:38 #17 26.59 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/junit/jupiter/junit-jupiter-api/5.8.1/junit-jupiter-api-5.8.1.pom error 03-Jan-2023 03:01:38 #17 26.71 Progress (1): 3.2 kB error 03-Jan-2023 03:01:38 error 03-Jan-2023 03:01:38 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/junit/jupiter/junit-jupiter-api/5.8.1/junit-jupiter-api-5.8.1.pom (3.2 kB at 13 kB/s) error 03-Jan-2023 03:01:38 #17 26.86 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/junit/platform/junit-platform-commons/1.8.1/junit-platform-commons-1.8.1.pom error 03-Jan-2023 03:01:38 #17 26.98 Progress (1): 2.8 kB error 03-Jan-2023 03:01:38 error 03-Jan-2023 03:01:38 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/junit/platform/junit-platform-commons/1.8.1/junit-platform-commons-1.8.1.pom (2.8 kB at 12 kB/s) error 03-Jan-2023 03:01:38 #17 27.11 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/junit/jupiter/junit-jupiter-engine/5.8.1/junit-jupiter-engine-5.8.1.pom error 03-Jan-2023 03:01:38 #17 27.23 Progress (1): 3.2 kB error 03-Jan-2023 03:01:38 error 03-Jan-2023 03:01:38 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/junit/jupiter/junit-jupiter-engine/5.8.1/junit-jupiter-engine-5.8.1.pom (3.2 kB at 13 kB/s) error 03-Jan-2023 03:01:38 #17 27.36 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/junit/platform/junit-platform-engine/1.8.1/junit-platform-engine-1.8.1.pom error 03-Jan-2023 03:01:38 #17 27.48 Progress (1): 3.2 kB error 03-Jan-2023 03:01:39 error 03-Jan-2023 03:01:39 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/junit/platform/junit-platform-engine/1.8.1/junit-platform-engine-1.8.1.pom (3.2 kB at 13 kB/s) error 03-Jan-2023 03:01:39 #17 27.61 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/junit/vintage/junit-vintage-engine/5.8.1/junit-vintage-engine-5.8.1.pom error 03-Jan-2023 03:01:39 #17 27.74 Progress (1): 3.2 kB error 03-Jan-2023 03:01:39 error 03-Jan-2023 03:01:39 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/junit/vintage/junit-vintage-engine/5.8.1/junit-vintage-engine-5.8.1.pom (3.2 kB at 13 kB/s) error 03-Jan-2023 03:01:39 #17 27.86 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/dbunit/dbunit/2.7.2/dbunit-2.7.2.pom error 03-Jan-2023 03:01:39 #17 ... error 03-Jan-2023 03:01:39 error 03-Jan-2023 03:01:39 #16 [linux/arm64 dev 4/4] RUN mvn -s /usr/share/maven/ref/settings-docker.xml install error 03-Jan-2023 03:01:39 #16 17.59 [INFO] Scanning for projects... error 03-Jan-2023 03:01:39 #16 19.85 [WARNING] error 03-Jan-2023 03:01:39 #16 19.85 [WARNING] Some problems were encountered while building the effective model for org.openmrs.distro:referenceapplication-package:jar:2.13.0-SNAPSHOT error 03-Jan-2023 03:01:39 #16 19.86 [WARNING] 'dependencyManagement.dependencies.dependency.scope' for org.openmrs.module:dataexchange-omod:jar:tests must be one of [provided, compile, runtime, test, system, import] but is 'tests'. @ org.openmrs.distro:referenceapplication:2.13.0-SNAPSHOT, /app/pom.xml, line 882, column 12 error 03-Jan-2023 03:01:39 #16 19.86 [WARNING] 'dependencyManagement.dependencies.dependency.scope' for org.openmrs.module:allergyui-api:jar:tests must be one of [provided, compile, runtime, test, system, import] but is 'tests'. @ org.openmrs.distro:referenceapplication:2.13.0-SNAPSHOT, /app/pom.xml, line 895, column 12 error 03-Jan-2023 03:01:39 #16 19.86 [WARNING] 'dependencyManagement.dependencies.dependency.scope' for org.openmrs.module:formentryapp-api:jar:tests must be one of [provided, compile, runtime, test, system, import] but is 'tests'. @ org.openmrs.distro:referenceapplication:2.13.0-SNAPSHOT, /app/pom.xml, line 915, column 12 error 03-Jan-2023 03:01:39 #16 19.86 [WARNING] 'dependencyManagement.dependencies.dependency.scope' for org.openmrs.module:legacyui-api:jar:tests must be one of [provided, compile, runtime, test, system, import] but is 'tests'. @ org.openmrs.distro:referenceapplication:2.13.0-SNAPSHOT, /app/pom.xml, line 989, column 12 error 03-Jan-2023 03:01:39 #16 19.86 [WARNING] 'dependencyManagement.dependencies.dependency.scope' for org.openmrs.module:reportingcompatibility-api:jar:tests must be one of [provided, compile, runtime, test, system, import] but is 'tests'. @ org.openmrs.distro:referenceapplication:2.13.0-SNAPSHOT, /app/pom.xml, line 1008, column 12 error 03-Jan-2023 03:01:39 #16 19.87 [WARNING] error 03-Jan-2023 03:01:39 #16 19.87 [WARNING] Some problems were encountered while building the effective model for org.openmrs.distro:referenceapplication:pom:2.13.0-SNAPSHOT error 03-Jan-2023 03:01:39 #16 19.87 [WARNING] 'dependencyManagement.dependencies.dependency.scope' for org.openmrs.module:dataexchange-omod:jar:tests must be one of [provided, compile, runtime, test, system, import] but is 'tests'. @ line 882, column 12 error 03-Jan-2023 03:01:39 #16 19.87 [WARNING] 'dependencyManagement.dependencies.dependency.scope' for org.openmrs.module:allergyui-api:jar:tests must be one of [provided, compile, runtime, test, system, import] but is 'tests'. @ line 895, column 12 error 03-Jan-2023 03:01:39 #16 19.87 [WARNING] 'dependencyManagement.dependencies.dependency.scope' for org.openmrs.module:formentryapp-api:jar:tests must be one of [provided, compile, runtime, test, system, import] but is 'tests'. @ line 915, column 12 error 03-Jan-2023 03:01:39 #16 19.87 [WARNING] 'dependencyManagement.dependencies.dependency.scope' for org.openmrs.module:legacyui-api:jar:tests must be one of [provided, compile, runtime, test, system, import] but is 'tests'. @ line 989, column 12 error 03-Jan-2023 03:01:39 #16 19.87 [WARNING] 'dependencyManagement.dependencies.dependency.scope' for org.openmrs.module:reportingcompatibility-api:jar:tests must be one of [provided, compile, runtime, test, system, import] but is 'tests'. @ line 1008, column 12 error 03-Jan-2023 03:01:39 #16 19.87 [WARNING] error 03-Jan-2023 03:01:39 #16 19.87 [WARNING] It is highly recommended to fix these problems because they threaten the stability of your build. error 03-Jan-2023 03:01:39 #16 19.87 [WARNING] error 03-Jan-2023 03:01:39 #16 19.87 [WARNING] For this reason, future Maven versions might no longer support building such malformed projects. error 03-Jan-2023 03:01:39 #16 19.87 [WARNING] error 03-Jan-2023 03:01:39 #16 19.93 [INFO] ------------------------------------------------------------------------ error 03-Jan-2023 03:01:39 #16 19.93 [INFO] Reactor Build Order: error 03-Jan-2023 03:01:39 #16 19.93 [INFO] error 03-Jan-2023 03:01:39 #16 19.99 [INFO] Reference Application Distribution [pom] error 03-Jan-2023 03:01:39 #16 19.99 [INFO] Reference Application Distribution Package [jar] error 03-Jan-2023 03:01:39 #16 20.07 [INFO] error 03-Jan-2023 03:01:39 #16 20.07 [INFO] --------------< org.openmrs.distro:referenceapplication >--------------- error 03-Jan-2023 03:01:39 #16 20.07 [INFO] Building Reference Application Distribution 2.13.0-SNAPSHOT [1/2] error 03-Jan-2023 03:01:39 #16 20.07 [INFO] --------------------------------[ pom ]--------------------------------- error 03-Jan-2023 03:01:39 #16 20.74 [INFO] error 03-Jan-2023 03:01:39 #16 20.74 [INFO] --- maven-install-plugin:2.4:install (default-install) @ referenceapplication --- error 03-Jan-2023 03:01:39 #16 22.62 [INFO] Installing /app/pom.xml to /usr/share/maven/ref/repository/org/openmrs/distro/referenceapplication/2.13.0-SNAPSHOT/referenceapplication-2.13.0-SNAPSHOT.pom error 03-Jan-2023 03:01:39 #16 22.74 [INFO] error 03-Jan-2023 03:01:39 #16 22.76 [INFO] ----------< org.openmrs.distro:referenceapplication-package >----------- error 03-Jan-2023 03:01:39 #16 22.76 [INFO] Building Reference Application Distribution Package 2.13.0-SNAPSHOT [2/2] error 03-Jan-2023 03:01:39 #16 22.76 [INFO] --------------------------------[ jar ]--------------------------------- error 03-Jan-2023 03:01:39 #16 26.11 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/plugins/maven-jar-plugin/2.4/maven-jar-plugin-2.4.pom error 03-Jan-2023 03:01:39 #16 ... error 03-Jan-2023 03:01:39 error 03-Jan-2023 03:01:39 #17 [linux/amd64 dev 4/4] RUN mvn -s /usr/share/maven/ref/settings-docker.xml install error 03-Jan-2023 03:01:39 #17 27.99 Progress (1): 3.3/59 kB error 03-Jan-2023 03:01:39 Progress (1): 6.1/59 kB error 03-Jan-2023 03:01:39 Progress (1): 8.9/59 kB error 03-Jan-2023 03:01:39 Progress (1): 12/59 kB error 03-Jan-2023 03:01:39 Progress (1): 15/59 kB error 03-Jan-2023 03:01:39 Progress (1): 17/59 kB error 03-Jan-2023 03:01:39 Progress (1): 20/59 kB error 03-Jan-2023 03:01:39 Progress (1): 23/59 kB error 03-Jan-2023 03:01:39 Progress (1): 26/59 kB error 03-Jan-2023 03:01:39 Progress (1): 29/59 kB error 03-Jan-2023 03:01:39 Progress (1): 31/59 kB error 03-Jan-2023 03:01:39 Progress (1): 34/59 kB error 03-Jan-2023 03:01:39 Progress (1): 37/59 kB error 03-Jan-2023 03:01:39 Progress (1): 40/59 kB error 03-Jan-2023 03:01:39 Progress (1): 42/59 kB error 03-Jan-2023 03:01:39 Progress (1): 45/59 kB error 03-Jan-2023 03:01:39 Progress (1): 48/59 kB error 03-Jan-2023 03:01:39 Progress (1): 51/59 kB error 03-Jan-2023 03:01:39 Progress (1): 54/59 kB error 03-Jan-2023 03:01:39 Progress (1): 56/59 kB error 03-Jan-2023 03:01:39 Progress (1): 59 kB error 03-Jan-2023 03:01:39 error 03-Jan-2023 03:01:39 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/dbunit/dbunit/2.7.2/dbunit-2.7.2.pom (59 kB at 167 kB/s) error 03-Jan-2023 03:01:39 #17 28.49 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/api/openmrs-api/2.5.8/openmrs-api-2.5.8.jar error 03-Jan-2023 03:01:39 #17 28.50 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/springframework/spring-core/5.2.14.RELEASE/spring-core-5.2.14.RELEASE.jar error 03-Jan-2023 03:01:39 #17 28.53 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/springframework/spring-beans/5.2.14.RELEASE/spring-beans-5.2.14.RELEASE.jar error 03-Jan-2023 03:01:39 #17 28.53 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/springframework/spring-context/5.2.14.RELEASE/spring-context-5.2.14.RELEASE.jar error 03-Jan-2023 03:01:39 #17 28.53 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/springframework/spring-jcl/5.2.14.RELEASE/spring-jcl-5.2.14.RELEASE.jar error 03-Jan-2023 03:01:40 #17 29.06 Progress (1): 3.3/24 kB error 03-Jan-2023 03:01:40 Progress (1): 6.1/24 kB error 03-Jan-2023 03:01:40 Progress (1): 8.9/24 kB error 03-Jan-2023 03:01:40 Progress (1): 12/24 kB error 03-Jan-2023 03:01:40 Progress (1): 14/24 kB error 03-Jan-2023 03:01:40 Progress (1): 17/24 kB error 03-Jan-2023 03:01:40 Progress (1): 20/24 kB error 03-Jan-2023 03:01:40 Progress (1): 23/24 kB error 03-Jan-2023 03:01:40 Progress (1): 24 kB error 03-Jan-2023 03:01:40 Progress (2): 24 kB | 0/2.9 MB error 03-Jan-2023 03:01:40 error 03-Jan-2023 03:01:40 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/springframework/spring-jcl/5.2.14.RELEASE/spring-jcl-5.2.14.RELEASE.jar (24 kB at 29 kB/s) error 03-Jan-2023 03:01:40 #17 29.33 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/springframework/spring-expression/5.2.14.RELEASE/spring-expression-5.2.14.RELEASE.jar error 03-Jan-2023 03:01:40 #17 29.40 Progress (1): 0/2.9 MB error 03-Jan-2023 03:01:40 Progress (1): 0.1/2.9 MB error 03-Jan-2023 03:01:40 Progress (1): 0.1/2.9 MB error 03-Jan-2023 03:01:41 Progress (1): 0.1/2.9 MB error 03-Jan-2023 03:01:41 Progress (1): 0.1/2.9 MB error 03-Jan-2023 03:01:41 Progress (1): 0.1/2.9 MB error 03-Jan-2023 03:01:41 Progress (2): 0.1/2.9 MB | 0/1.2 MB error 03-Jan-2023 03:01:41 Progress (2): 0.1/2.9 MB | 0/1.2 MB error 03-Jan-2023 03:01:41 Progress (2): 0.1/2.9 MB | 0/1.2 MB error 03-Jan-2023 03:01:41 Progress (2): 0.2/2.9 MB | 0/1.2 MB error 03-Jan-2023 03:01:41 Progress (3): 0.2/2.9 MB | 0/1.2 MB | 4.1/689 kB error 03-Jan-2023 03:01:41 Progress (3): 0.2/2.9 MB | 0/1.2 MB | 8.2/689 kB error 03-Jan-2023 03:01:41 Progress (3): 0.2/2.9 MB | 0/1.2 MB | 12/689 kB error 03-Jan-2023 03:01:41 Progress (3): 0.2/2.9 MB | 0/1.2 MB | 12/689 kB error 03-Jan-2023 03:01:41 Progress (3): 0.2/2.9 MB | 0/1.2 MB | 16/689 kB error 03-Jan-2023 03:01:41 Progress (3): 0.2/2.9 MB | 0/1.2 MB | 16/689 kB error 03-Jan-2023 03:01:41 Progress (3): 0.2/2.9 MB | 0/1.2 MB | 16/689 kB error 03-Jan-2023 03:01:41 Progress (3): 0.2/2.9 MB | 0/1.2 MB | 16/689 kB error 03-Jan-2023 03:01:41 Progress (3): 0.2/2.9 MB | 0/1.2 MB | 16/689 kB error 03-Jan-2023 03:01:41 Progress (3): 0.3/2.9 MB | 0/1.2 MB | 16/689 kB error 03-Jan-2023 03:01:41 Progress (4): 0.3/2.9 MB | 0/1.2 MB | 16/689 kB | 0/1.4 MB error 03-Jan-2023 03:01:41 Progress (4): 0.3/2.9 MB | 0/1.2 MB | 16/689 kB | 0/1.4 MB error 03-Jan-2023 03:01:41 Progress (4): 0.3/2.9 MB | 0/1.2 MB | 16/689 kB | 0/1.4 MB error 03-Jan-2023 03:01:41 Progress (4): 0.3/2.9 MB | 0/1.2 MB | 16/689 kB | 0/1.4 MB error 03-Jan-2023 03:01:41 Progress (4): 0.3/2.9 MB | 0/1.2 MB | 16/689 kB | 0/1.4 MB error 03-Jan-2023 03:01:41 Progress (4): 0.3/2.9 MB | 0.1/1.2 MB | 16/689 kB | 0/1.4 MB error 03-Jan-2023 03:01:41 Progress (4): 0.3/2.9 MB | 0.1/1.2 MB | 20/689 kB | 0/1.4 MB error 03-Jan-2023 03:01:41 Progress (4): 0.3/2.9 MB | 0.1/1.2 MB | 25/689 kB | 0/1.4 MB error 03-Jan-2023 03:01:41 Progress (4): 0.3/2.9 MB | 0.1/1.2 MB | 29/689 kB | 0/1.4 MB error 03-Jan-2023 03:01:41 Progress (4): 0.3/2.9 MB | 0.1/1.2 MB | 33/689 kB | 0/1.4 MB error 03-Jan-2023 03:01:41 Progress (4): 0.3/2.9 MB | 0.1/1.2 MB | 37/689 kB | 0/1.4 MB error 03-Jan-2023 03:01:41 Progress (4): 0.3/2.9 MB | 0.1/1.2 MB | 41/689 kB | 0/1.4 MB error 03-Jan-2023 03:01:41 Progress (4): 0.3/2.9 MB | 0.1/1.2 MB | 45/689 kB | 0/1.4 MB error 03-Jan-2023 03:01:41 Progress (4): 0.3/2.9 MB | 0.1/1.2 MB | 49/689 kB | 0/1.4 MB error 03-Jan-2023 03:01:41 Progress (4): 0.3/2.9 MB | 0.1/1.2 MB | 52/689 kB | 0/1.4 MB error 03-Jan-2023 03:01:41 Progress (4): 0.3/2.9 MB | 0.1/1.2 MB | 52/689 kB | 0/1.4 MB error 03-Jan-2023 03:01:41 Progress (4): 0.3/2.9 MB | 0.1/1.2 MB | 52/689 kB | 0/1.4 MB error 03-Jan-2023 03:01:41 Progress (4): 0.3/2.9 MB | 0.1/1.2 MB | 52/689 kB | 0/1.4 MB error 03-Jan-2023 03:01:41 Progress (4): 0.3/2.9 MB | 0.1/1.2 MB | 52/689 kB | 0/1.4 MB error 03-Jan-2023 03:01:41 Progress (4): 0.3/2.9 MB | 0.1/1.2 MB | 52/689 kB | 0/1.4 MB error 03-Jan-2023 03:01:41 Progress (4): 0.4/2.9 MB | 0.1/1.2 MB | 52/689 kB | 0/1.4 MB error 03-Jan-2023 03:01:41 Progress (4): 0.4/2.9 MB | 0.1/1.2 MB | 52/689 kB | 0/1.4 MB error 03-Jan-2023 03:01:41 Progress (4): 0.4/2.9 MB | 0.1/1.2 MB | 52/689 kB | 0/1.4 MB error 03-Jan-2023 03:01:41 Progress (4): 0.4/2.9 MB | 0.1/1.2 MB | 52/689 kB | 0/1.4 MB error 03-Jan-2023 03:01:41 Progress (4): 0.4/2.9 MB | 0.1/1.2 MB | 52/689 kB | 0/1.4 MB error 03-Jan-2023 03:01:41 Progress (4): 0.5/2.9 MB | 0.1/1.2 MB | 52/689 kB | 0/1.4 MB error 03-Jan-2023 03:01:41 Progress (4): 0.5/2.9 MB | 0.1/1.2 MB | 52/689 kB | 0/1.4 MB error 03-Jan-2023 03:01:41 Progress (4): 0.5/2.9 MB | 0.1/1.2 MB | 52/689 kB | 0/1.4 MB error 03-Jan-2023 03:01:41 Progress (4): 0.5/2.9 MB | 0.1/1.2 MB | 52/689 kB | 0/1.4 MB error 03-Jan-2023 03:01:41 Progress (4): 0.5/2.9 MB | 0.1/1.2 MB | 52/689 kB | 0/1.4 MB error 03-Jan-2023 03:01:41 Progress (4): 0.5/2.9 MB | 0.1/1.2 MB | 52/689 kB | 0/1.4 MB error 03-Jan-2023 03:01:41 Progress (4): 0.5/2.9 MB | 0.1/1.2 MB | 52/689 kB | 0/1.4 MB error 03-Jan-2023 03:01:41 Progress (4): 0.5/2.9 MB | 0.1/1.2 MB | 52/689 kB | 0/1.4 MB error 03-Jan-2023 03:01:41 Progress (4): 0.5/2.9 MB | 0.1/1.2 MB | 52/689 kB | 0/1.4 MB error 03-Jan-2023 03:01:41 Progress (4): 0.5/2.9 MB | 0.1/1.2 MB | 52/689 kB | 0.1/1.4 MB error 03-Jan-2023 03:01:41 Progress (4): 0.5/2.9 MB | 0.1/1.2 MB | 52/689 kB | 0.1/1.4 MB error 03-Jan-2023 03:01:41 Progress (4): 0.5/2.9 MB | 0.1/1.2 MB | 52/689 kB | 0.1/1.4 MB error 03-Jan-2023 03:01:41 Progress (4): 0.5/2.9 MB | 0.1/1.2 MB | 52/689 kB | 0.1/1.4 MB error 03-Jan-2023 03:01:41 Progress (4): 0.5/2.9 MB | 0.1/1.2 MB | 52/689 kB | 0.1/1.4 MB error 03-Jan-2023 03:01:41 Progress (4): 0.5/2.9 MB | 0.1/1.2 MB | 52/689 kB | 0.1/1.4 MB error 03-Jan-2023 03:01:41 Progress (4): 0.5/2.9 MB | 0.1/1.2 MB | 52/689 kB | 0.1/1.4 MB error 03-Jan-2023 03:01:41 Progress (4): 0.5/2.9 MB | 0.1/1.2 MB | 52/689 kB | 0.1/1.4 MB error 03-Jan-2023 03:01:41 Progress (4): 0.5/2.9 MB | 0.1/1.2 MB | 52/689 kB | 0.1/1.4 MB error 03-Jan-2023 03:01:41 Progress (4): 0.5/2.9 MB | 0.1/1.2 MB | 56/689 kB | 0.1/1.4 MB error 03-Jan-2023 03:01:41 Progress (4): 0.5/2.9 MB | 0.1/1.2 MB | 60/689 kB | 0.1/1.4 MB error 03-Jan-2023 03:01:41 Progress (4): 0.5/2.9 MB | 0.1/1.2 MB | 64/689 kB | 0.1/1.4 MB error 03-Jan-2023 03:01:41 Progress (4): 0.5/2.9 MB | 0.1/1.2 MB | 68/689 kB | 0.1/1.4 MB error 03-Jan-2023 03:01:41 Progress (4): 0.5/2.9 MB | 0.1/1.2 MB | 72/689 kB | 0.1/1.4 MB error 03-Jan-2023 03:01:41 Progress (4): 0.5/2.9 MB | 0.1/1.2 MB | 76/689 kB | 0.1/1.4 MB error 03-Jan-2023 03:01:41 Progress (4): 0.5/2.9 MB | 0.1/1.2 MB | 80/689 kB | 0.1/1.4 MB error 03-Jan-2023 03:01:41 Progress (4): 0.5/2.9 MB | 0.1/1.2 MB | 84/689 kB | 0.1/1.4 MB error 03-Jan-2023 03:01:41 Progress (4): 0.5/2.9 MB | 0.1/1.2 MB | 86/689 kB | 0.1/1.4 MB error 03-Jan-2023 03:01:41 Progress (4): 0.6/2.9 MB | 0.1/1.2 MB | 86/689 kB | 0.1/1.4 MB error 03-Jan-2023 03:01:41 Progress (4): 0.6/2.9 MB | 0.1/1.2 MB | 86/689 kB | 0.1/1.4 MB error 03-Jan-2023 03:01:41 Progress (4): 0.6/2.9 MB | 0.1/1.2 MB | 86/689 kB | 0.1/1.4 MB error 03-Jan-2023 03:01:41 Progress (4): 0.6/2.9 MB | 0.1/1.2 MB | 86/689 kB | 0.1/1.4 MB error 03-Jan-2023 03:01:41 Progress (4): 0.6/2.9 MB | 0.1/1.2 MB | 86/689 kB | 0.1/1.4 MB error 03-Jan-2023 03:01:41 Progress (4): 0.6/2.9 MB | 0.1/1.2 MB | 86/689 kB | 0.1/1.4 MB error 03-Jan-2023 03:01:41 Progress (4): 0.7/2.9 MB | 0.1/1.2 MB | 86/689 kB | 0.1/1.4 MB error 03-Jan-2023 03:01:41 Progress (4): 0.7/2.9 MB | 0.1/1.2 MB | 86/689 kB | 0.1/1.4 MB error 03-Jan-2023 03:01:41 Progress (4): 0.7/2.9 MB | 0.1/1.2 MB | 86/689 kB | 0.1/1.4 MB error 03-Jan-2023 03:01:41 Progress (4): 0.7/2.9 MB | 0.1/1.2 MB | 86/689 kB | 0.1/1.4 MB error 03-Jan-2023 03:01:41 Progress (4): 0.7/2.9 MB | 0.1/1.2 MB | 86/689 kB | 0.1/1.4 MB error 03-Jan-2023 03:01:41 Progress (4): 0.7/2.9 MB | 0.1/1.2 MB | 86/689 kB | 0.1/1.4 MB error 03-Jan-2023 03:01:41 Progress (4): 0.8/2.9 MB | 0.1/1.2 MB | 86/689 kB | 0.1/1.4 MB error 03-Jan-2023 03:01:41 Progress (4): 0.8/2.9 MB | 0.1/1.2 MB | 86/689 kB | 0.1/1.4 MB error 03-Jan-2023 03:01:41 Progress (4): 0.8/2.9 MB | 0.1/1.2 MB | 86/689 kB | 0.1/1.4 MB error 03-Jan-2023 03:01:41 Progress (4): 0.8/2.9 MB | 0.1/1.2 MB | 86/689 kB | 0.1/1.4 MB error 03-Jan-2023 03:01:41 Progress (4): 0.8/2.9 MB | 0.1/1.2 MB | 86/689 kB | 0.1/1.4 MB error 03-Jan-2023 03:01:41 Progress (4): 0.9/2.9 MB | 0.1/1.2 MB | 86/689 kB | 0.1/1.4 MB error 03-Jan-2023 03:01:41 Progress (4): 0.9/2.9 MB | 0.1/1.2 MB | 86/689 kB | 0.1/1.4 MB error 03-Jan-2023 03:01:41 Progress (4): 0.9/2.9 MB | 0.1/1.2 MB | 86/689 kB | 0.1/1.4 MB error 03-Jan-2023 03:01:41 Progress (4): 0.9/2.9 MB | 0.1/1.2 MB | 86/689 kB | 0.1/1.4 MB error 03-Jan-2023 03:01:41 Progress (4): 0.9/2.9 MB | 0.1/1.2 MB | 86/689 kB | 0.1/1.4 MB error 03-Jan-2023 03:01:41 Progress (4): 0.9/2.9 MB | 0.1/1.2 MB | 86/689 kB | 0.1/1.4 MB error 03-Jan-2023 03:01:41 Progress (4): 0.9/2.9 MB | 0.1/1.2 MB | 86/689 kB | 0.1/1.4 MB error 03-Jan-2023 03:01:41 Progress (4): 0.9/2.9 MB | 0.1/1.2 MB | 86/689 kB | 0.1/1.4 MB error 03-Jan-2023 03:01:41 Progress (4): 0.9/2.9 MB | 0.1/1.2 MB | 86/689 kB | 0.1/1.4 MB error 03-Jan-2023 03:01:41 Progress (4): 0.9/2.9 MB | 0.2/1.2 MB | 86/689 kB | 0.1/1.4 MB error 03-Jan-2023 03:01:41 Progress (4): 0.9/2.9 MB | 0.2/1.2 MB | 86/689 kB | 0.1/1.4 MB error 03-Jan-2023 03:01:41 Progress (4): 0.9/2.9 MB | 0.2/1.2 MB | 86/689 kB | 0.1/1.4 MB error 03-Jan-2023 03:01:41 Progress (4): 0.9/2.9 MB | 0.2/1.2 MB | 86/689 kB | 0.1/1.4 MB error 03-Jan-2023 03:01:41 Progress (4): 0.9/2.9 MB | 0.2/1.2 MB | 86/689 kB | 0.1/1.4 MB error 03-Jan-2023 03:01:41 Progress (4): 0.9/2.9 MB | 0.2/1.2 MB | 86/689 kB | 0.1/1.4 MB error 03-Jan-2023 03:01:41 Progress (4): 0.9/2.9 MB | 0.2/1.2 MB | 86/689 kB | 0.1/1.4 MB error 03-Jan-2023 03:01:41 Progress (4): 0.9/2.9 MB | 0.2/1.2 MB | 86/689 kB | 0.1/1.4 MB error 03-Jan-2023 03:01:41 Progress (4): 0.9/2.9 MB | 0.2/1.2 MB | 86/689 kB | 0.1/1.4 MB error 03-Jan-2023 03:01:41 Progress (4): 0.9/2.9 MB | 0.2/1.2 MB | 86/689 kB | 0.1/1.4 MB error 03-Jan-2023 03:01:41 Progress (4): 0.9/2.9 MB | 0.2/1.2 MB | 86/689 kB | 0.1/1.4 MB error 03-Jan-2023 03:01:41 Progress (4): 0.9/2.9 MB | 0.2/1.2 MB | 86/689 kB | 0.1/1.4 MB error 03-Jan-2023 03:01:41 Progress (4): 0.9/2.9 MB | 0.2/1.2 MB | 86/689 kB | 0.1/1.4 MB error 03-Jan-2023 03:01:41 Progress (4): 0.9/2.9 MB | 0.2/1.2 MB | 86/689 kB | 0.1/1.4 MB error 03-Jan-2023 03:01:41 Progress (4): 0.9/2.9 MB | 0.2/1.2 MB | 86/689 kB | 0.1/1.4 MB error 03-Jan-2023 03:01:41 Progress (4): 0.9/2.9 MB | 0.3/1.2 MB | 86/689 kB | 0.1/1.4 MB error 03-Jan-2023 03:01:41 Progress (4): 0.9/2.9 MB | 0.3/1.2 MB | 86/689 kB | 0.1/1.4 MB error 03-Jan-2023 03:01:41 Progress (4): 0.9/2.9 MB | 0.3/1.2 MB | 86/689 kB | 0.1/1.4 MB error 03-Jan-2023 03:01:41 Progress (4): 0.9/2.9 MB | 0.3/1.2 MB | 86/689 kB | 0.1/1.4 MB error 03-Jan-2023 03:01:41 Progress (4): 0.9/2.9 MB | 0.3/1.2 MB | 86/689 kB | 0.1/1.4 MB error 03-Jan-2023 03:01:41 Progress (4): 0.9/2.9 MB | 0.3/1.2 MB | 86/689 kB | 0.1/1.4 MB error 03-Jan-2023 03:01:41 Progress (4): 1.0/2.9 MB | 0.3/1.2 MB | 86/689 kB | 0.1/1.4 MB error 03-Jan-2023 03:01:41 Progress (4): 1.0/2.9 MB | 0.3/1.2 MB | 86/689 kB | 0.1/1.4 MB error 03-Jan-2023 03:01:41 Progress (4): 1.0/2.9 MB | 0.3/1.2 MB | 86/689 kB | 0.1/1.4 MB error 03-Jan-2023 03:01:41 Progress (4): 1.0/2.9 MB | 0.3/1.2 MB | 91/689 kB | 0.1/1.4 MB error 03-Jan-2023 03:01:41 Progress (4): 1.0/2.9 MB | 0.3/1.2 MB | 95/689 kB | 0.1/1.4 MB error 03-Jan-2023 03:01:41 Progress (4): 1.0/2.9 MB | 0.3/1.2 MB | 99/689 kB | 0.1/1.4 MB error 03-Jan-2023 03:01:41 Progress (4): 1.0/2.9 MB | 0.3/1.2 MB | 103/689 kB | 0.1/1.4 MB error 03-Jan-2023 03:01:41 Progress (4): 1.0/2.9 MB | 0.3/1.2 MB | 107/689 kB | 0.1/1.4 MB error 03-Jan-2023 03:01:41 Progress (4): 1.0/2.9 MB | 0.3/1.2 MB | 111/689 kB | 0.1/1.4 MB error 03-Jan-2023 03:01:41 Progress (4): 1.0/2.9 MB | 0.3/1.2 MB | 115/689 kB | 0.1/1.4 MB error 03-Jan-2023 03:01:41 Progress (4): 1.0/2.9 MB | 0.3/1.2 MB | 119/689 kB | 0.1/1.4 MB error 03-Jan-2023 03:01:41 Progress (4): 1.0/2.9 MB | 0.3/1.2 MB | 121/689 kB | 0.1/1.4 MB error 03-Jan-2023 03:01:41 Progress (4): 1.0/2.9 MB | 0.3/1.2 MB | 125/689 kB | 0.1/1.4 MB error 03-Jan-2023 03:01:41 Progress (4): 1.0/2.9 MB | 0.3/1.2 MB | 129/689 kB | 0.1/1.4 MB error 03-Jan-2023 03:01:41 Progress (4): 1.0/2.9 MB | 0.3/1.2 MB | 134/689 kB | 0.1/1.4 MB error 03-Jan-2023 03:01:41 Progress (4): 1.0/2.9 MB | 0.3/1.2 MB | 138/689 kB | 0.1/1.4 MB error 03-Jan-2023 03:01:41 Progress (4): 1.0/2.9 MB | 0.3/1.2 MB | 142/689 kB | 0.1/1.4 MB error 03-Jan-2023 03:01:41 Progress (4): 1.0/2.9 MB | 0.3/1.2 MB | 146/689 kB | 0.1/1.4 MB error 03-Jan-2023 03:01:41 Progress (4): 1.0/2.9 MB | 0.3/1.2 MB | 150/689 kB | 0.1/1.4 MB error 03-Jan-2023 03:01:41 Progress (4): 1.0/2.9 MB | 0.3/1.2 MB | 154/689 kB | 0.1/1.4 MB error 03-Jan-2023 03:01:41 Progress (4): 1.0/2.9 MB | 0.3/1.2 MB | 156/689 kB | 0.1/1.4 MB error 03-Jan-2023 03:01:41 Progress (4): 1.0/2.9 MB | 0.3/1.2 MB | 156/689 kB | 0.1/1.4 MB error 03-Jan-2023 03:01:41 Progress (4): 1.0/2.9 MB | 0.3/1.2 MB | 156/689 kB | 0.1/1.4 MB error 03-Jan-2023 03:01:41 Progress (4): 1.0/2.9 MB | 0.3/1.2 MB | 156/689 kB | 0.1/1.4 MB error 03-Jan-2023 03:01:41 Progress (4): 1.1/2.9 MB | 0.3/1.2 MB | 156/689 kB | 0.1/1.4 MB error 03-Jan-2023 03:01:41 Progress (4): 1.1/2.9 MB | 0.3/1.2 MB | 156/689 kB | 0.1/1.4 MB error 03-Jan-2023 03:01:41 Progress (4): 1.1/2.9 MB | 0.3/1.2 MB | 156/689 kB | 0.1/1.4 MB error 03-Jan-2023 03:01:41 Progress (4): 1.1/2.9 MB | 0.3/1.2 MB | 156/689 kB | 0.1/1.4 MB error 03-Jan-2023 03:01:41 Progress (4): 1.1/2.9 MB | 0.3/1.2 MB | 156/689 kB | 0.1/1.4 MB error 03-Jan-2023 03:01:41 Progress (4): 1.1/2.9 MB | 0.3/1.2 MB | 156/689 kB | 0.1/1.4 MB error 03-Jan-2023 03:01:41 Progress (4): 1.2/2.9 MB | 0.3/1.2 MB | 156/689 kB | 0.1/1.4 MB error 03-Jan-2023 03:01:41 Progress (4): 1.2/2.9 MB | 0.3/1.2 MB | 156/689 kB | 0.1/1.4 MB error 03-Jan-2023 03:01:41 Progress (4): 1.2/2.9 MB | 0.3/1.2 MB | 156/689 kB | 0.1/1.4 MB error 03-Jan-2023 03:01:41 Progress (4): 1.2/2.9 MB | 0.3/1.2 MB | 156/689 kB | 0.1/1.4 MB error 03-Jan-2023 03:01:41 Progress (4): 1.2/2.9 MB | 0.3/1.2 MB | 156/689 kB | 0.1/1.4 MB error 03-Jan-2023 03:01:41 Progress (4): 1.2/2.9 MB | 0.3/1.2 MB | 156/689 kB | 0.1/1.4 MB error 03-Jan-2023 03:01:41 Progress (4): 1.2/2.9 MB | 0.3/1.2 MB | 156/689 kB | 0.1/1.4 MB error 03-Jan-2023 03:01:41 Progress (4): 1.2/2.9 MB | 0.3/1.2 MB | 156/689 kB | 0.1/1.4 MB error 03-Jan-2023 03:01:41 Progress (4): 1.2/2.9 MB | 0.3/1.2 MB | 156/689 kB | 0.1/1.4 MB error 03-Jan-2023 03:01:41 Progress (4): 1.2/2.9 MB | 0.3/1.2 MB | 156/689 kB | 0.1/1.4 MB error 03-Jan-2023 03:01:41 Progress (4): 1.2/2.9 MB | 0.3/1.2 MB | 156/689 kB | 0.1/1.4 MB error 03-Jan-2023 03:01:41 Progress (4): 1.2/2.9 MB | 0.3/1.2 MB | 156/689 kB | 0.1/1.4 MB error 03-Jan-2023 03:01:41 Progress (4): 1.2/2.9 MB | 0.3/1.2 MB | 156/689 kB | 0.1/1.4 MB error 03-Jan-2023 03:01:41 Progress (4): 1.2/2.9 MB | 0.3/1.2 MB | 156/689 kB | 0.1/1.4 MB error 03-Jan-2023 03:01:41 Progress (4): 1.2/2.9 MB | 0.3/1.2 MB | 156/689 kB | 0.1/1.4 MB error 03-Jan-2023 03:01:41 Progress (4): 1.2/2.9 MB | 0.3/1.2 MB | 156/689 kB | 0.1/1.4 MB error 03-Jan-2023 03:01:41 Progress (4): 1.2/2.9 MB | 0.3/1.2 MB | 156/689 kB | 0.2/1.4 MB error 03-Jan-2023 03:01:41 Progress (4): 1.2/2.9 MB | 0.3/1.2 MB | 156/689 kB | 0.2/1.4 MB error 03-Jan-2023 03:01:41 Progress (4): 1.2/2.9 MB | 0.3/1.2 MB | 156/689 kB | 0.2/1.4 MB error 03-Jan-2023 03:01:41 Progress (4): 1.2/2.9 MB | 0.3/1.2 MB | 156/689 kB | 0.2/1.4 MB error 03-Jan-2023 03:01:41 Progress (4): 1.2/2.9 MB | 0.4/1.2 MB | 156/689 kB | 0.2/1.4 MB error 03-Jan-2023 03:01:41 Progress (4): 1.2/2.9 MB | 0.4/1.2 MB | 156/689 kB | 0.2/1.4 MB error 03-Jan-2023 03:01:41 Progress (4): 1.2/2.9 MB | 0.4/1.2 MB | 156/689 kB | 0.2/1.4 MB error 03-Jan-2023 03:01:41 Progress (4): 1.2/2.9 MB | 0.4/1.2 MB | 156/689 kB | 0.2/1.4 MB error 03-Jan-2023 03:01:41 Progress (4): 1.2/2.9 MB | 0.4/1.2 MB | 156/689 kB | 0.2/1.4 MB error 03-Jan-2023 03:01:41 Progress (4): 1.2/2.9 MB | 0.4/1.2 MB | 156/689 kB | 0.2/1.4 MB error 03-Jan-2023 03:01:41 Progress (4): 1.2/2.9 MB | 0.4/1.2 MB | 156/689 kB | 0.2/1.4 MB error 03-Jan-2023 03:01:41 Progress (4): 1.2/2.9 MB | 0.4/1.2 MB | 156/689 kB | 0.2/1.4 MB error 03-Jan-2023 03:01:41 Progress (4): 1.2/2.9 MB | 0.4/1.2 MB | 156/689 kB | 0.2/1.4 MB error 03-Jan-2023 03:01:41 Progress (4): 1.2/2.9 MB | 0.4/1.2 MB | 156/689 kB | 0.2/1.4 MB error 03-Jan-2023 03:01:41 Progress (4): 1.2/2.9 MB | 0.4/1.2 MB | 156/689 kB | 0.2/1.4 MB error 03-Jan-2023 03:01:41 Progress (4): 1.2/2.9 MB | 0.4/1.2 MB | 156/689 kB | 0.2/1.4 MB error 03-Jan-2023 03:01:41 Progress (4): 1.2/2.9 MB | 0.4/1.2 MB | 156/689 kB | 0.2/1.4 MB error 03-Jan-2023 03:01:41 Progress (4): 1.2/2.9 MB | 0.4/1.2 MB | 156/689 kB | 0.2/1.4 MB error 03-Jan-2023 03:01:41 Progress (4): 1.2/2.9 MB | 0.4/1.2 MB | 156/689 kB | 0.2/1.4 MB error 03-Jan-2023 03:01:41 Progress (4): 1.2/2.9 MB | 0.5/1.2 MB | 156/689 kB | 0.2/1.4 MB error 03-Jan-2023 03:01:41 Progress (4): 1.2/2.9 MB | 0.5/1.2 MB | 156/689 kB | 0.2/1.4 MB error 03-Jan-2023 03:01:41 Progress (4): 1.2/2.9 MB | 0.5/1.2 MB | 156/689 kB | 0.2/1.4 MB error 03-Jan-2023 03:01:41 Progress (4): 1.2/2.9 MB | 0.5/1.2 MB | 156/689 kB | 0.2/1.4 MB error 03-Jan-2023 03:01:41 Progress (4): 1.2/2.9 MB | 0.5/1.2 MB | 156/689 kB | 0.2/1.4 MB error 03-Jan-2023 03:01:41 Progress (4): 1.2/2.9 MB | 0.5/1.2 MB | 156/689 kB | 0.2/1.4 MB error 03-Jan-2023 03:01:41 Progress (4): 1.2/2.9 MB | 0.5/1.2 MB | 156/689 kB | 0.2/1.4 MB error 03-Jan-2023 03:01:41 Progress (4): 1.2/2.9 MB | 0.5/1.2 MB | 156/689 kB | 0.2/1.4 MB error 03-Jan-2023 03:01:41 Progress (4): 1.2/2.9 MB | 0.5/1.2 MB | 156/689 kB | 0.2/1.4 MB error 03-Jan-2023 03:01:41 Progress (4): 1.2/2.9 MB | 0.5/1.2 MB | 156/689 kB | 0.2/1.4 MB error 03-Jan-2023 03:01:41 Progress (4): 1.2/2.9 MB | 0.5/1.2 MB | 156/689 kB | 0.2/1.4 MB error 03-Jan-2023 03:01:41 Progress (4): 1.2/2.9 MB | 0.5/1.2 MB | 156/689 kB | 0.2/1.4 MB error 03-Jan-2023 03:01:41 Progress (4): 1.2/2.9 MB | 0.5/1.2 MB | 156/689 kB | 0.2/1.4 MB error 03-Jan-2023 03:01:41 Progress (4): 1.2/2.9 MB | 0.5/1.2 MB | 156/689 kB | 0.2/1.4 MB error 03-Jan-2023 03:01:41 Progress (4): 1.2/2.9 MB | 0.5/1.2 MB | 156/689 kB | 0.2/1.4 MB error 03-Jan-2023 03:01:41 Progress (4): 1.2/2.9 MB | 0.5/1.2 MB | 156/689 kB | 0.3/1.4 MB error 03-Jan-2023 03:01:41 Progress (4): 1.2/2.9 MB | 0.5/1.2 MB | 156/689 kB | 0.3/1.4 MB error 03-Jan-2023 03:01:41 Progress (4): 1.2/2.9 MB | 0.5/1.2 MB | 156/689 kB | 0.3/1.4 MB error 03-Jan-2023 03:01:41 Progress (4): 1.3/2.9 MB | 0.5/1.2 MB | 156/689 kB | 0.3/1.4 MB error 03-Jan-2023 03:01:41 Progress (4): 1.3/2.9 MB | 0.5/1.2 MB | 156/689 kB | 0.3/1.4 MB error 03-Jan-2023 03:01:41 Progress (4): 1.3/2.9 MB | 0.5/1.2 MB | 156/689 kB | 0.3/1.4 MB error 03-Jan-2023 03:01:41 Progress (4): 1.3/2.9 MB | 0.5/1.2 MB | 156/689 kB | 0.3/1.4 MB error 03-Jan-2023 03:01:41 Progress (4): 1.3/2.9 MB | 0.5/1.2 MB | 156/689 kB | 0.3/1.4 MB error 03-Jan-2023 03:01:41 Progress (4): 1.3/2.9 MB | 0.5/1.2 MB | 156/689 kB | 0.3/1.4 MB error 03-Jan-2023 03:01:41 Progress (4): 1.4/2.9 MB | 0.5/1.2 MB | 156/689 kB | 0.3/1.4 MB error 03-Jan-2023 03:01:41 Progress (4): 1.4/2.9 MB | 0.5/1.2 MB | 156/689 kB | 0.3/1.4 MB error 03-Jan-2023 03:01:41 Progress (4): 1.4/2.9 MB | 0.5/1.2 MB | 156/689 kB | 0.3/1.4 MB error 03-Jan-2023 03:01:41 Progress (4): 1.4/2.9 MB | 0.5/1.2 MB | 156/689 kB | 0.3/1.4 MB error 03-Jan-2023 03:01:41 Progress (4): 1.4/2.9 MB | 0.5/1.2 MB | 156/689 kB | 0.3/1.4 MB error 03-Jan-2023 03:01:41 Progress (4): 1.4/2.9 MB | 0.5/1.2 MB | 156/689 kB | 0.3/1.4 MB error 03-Jan-2023 03:01:41 Progress (5): 1.4/2.9 MB | 0.5/1.2 MB | 156/689 kB | 0.3/1.4 MB | 4.1/282 kB error 03-Jan-2023 03:01:41 Progress (5): 1.4/2.9 MB | 0.5/1.2 MB | 156/689 kB | 0.3/1.4 MB | 8.2/282 kB error 03-Jan-2023 03:01:41 Progress (5): 1.4/2.9 MB | 0.5/1.2 MB | 160/689 kB | 0.3/1.4 MB | 8.2/282 kB error 03-Jan-2023 03:01:41 Progress (5): 1.4/2.9 MB | 0.5/1.2 MB | 164/689 kB | 0.3/1.4 MB | 8.2/282 kB error 03-Jan-2023 03:01:41 Progress (5): 1.4/2.9 MB | 0.5/1.2 MB | 168/689 kB | 0.3/1.4 MB | 8.2/282 kB error 03-Jan-2023 03:01:41 Progress (5): 1.4/2.9 MB | 0.5/1.2 MB | 172/689 kB | 0.3/1.4 MB | 8.2/282 kB error 03-Jan-2023 03:01:41 Progress (5): 1.4/2.9 MB | 0.5/1.2 MB | 177/689 kB | 0.3/1.4 MB | 8.2/282 kB error 03-Jan-2023 03:01:41 Progress (5): 1.4/2.9 MB | 0.5/1.2 MB | 181/689 kB | 0.3/1.4 MB | 8.2/282 kB error 03-Jan-2023 03:01:41 Progress (5): 1.4/2.9 MB | 0.5/1.2 MB | 185/689 kB | 0.3/1.4 MB | 8.2/282 kB error 03-Jan-2023 03:01:41 Progress (5): 1.4/2.9 MB | 0.5/1.2 MB | 189/689 kB | 0.3/1.4 MB | 8.2/282 kB error 03-Jan-2023 03:01:41 Progress (5): 1.4/2.9 MB | 0.5/1.2 MB | 191/689 kB | 0.3/1.4 MB | 8.2/282 kB error 03-Jan-2023 03:01:41 Progress (5): 1.4/2.9 MB | 0.5/1.2 MB | 191/689 kB | 0.3/1.4 MB | 12/282 kB error 03-Jan-2023 03:01:41 Progress (5): 1.4/2.9 MB | 0.5/1.2 MB | 191/689 kB | 0.3/1.4 MB | 16/282 kB error 03-Jan-2023 03:01:41 Progress (5): 1.4/2.9 MB | 0.5/1.2 MB | 195/689 kB | 0.3/1.4 MB | 16/282 kB error 03-Jan-2023 03:01:41 Progress (5): 1.4/2.9 MB | 0.5/1.2 MB | 199/689 kB | 0.3/1.4 MB | 16/282 kB error 03-Jan-2023 03:01:41 Progress (5): 1.4/2.9 MB | 0.5/1.2 MB | 203/689 kB | 0.3/1.4 MB | 16/282 kB error 03-Jan-2023 03:01:41 Progress (5): 1.4/2.9 MB | 0.5/1.2 MB | 207/689 kB | 0.3/1.4 MB | 16/282 kB error 03-Jan-2023 03:01:41 Progress (5): 1.4/2.9 MB | 0.5/1.2 MB | 211/689 kB | 0.3/1.4 MB | 16/282 kB error 03-Jan-2023 03:01:41 Progress (5): 1.4/2.9 MB | 0.5/1.2 MB | 215/689 kB | 0.3/1.4 MB | 16/282 kB error 03-Jan-2023 03:01:41 Progress (5): 1.4/2.9 MB | 0.5/1.2 MB | 220/689 kB | 0.3/1.4 MB | 16/282 kB error 03-Jan-2023 03:01:41 Progress (5): 1.4/2.9 MB | 0.5/1.2 MB | 224/689 kB | 0.3/1.4 MB | 16/282 kB error 03-Jan-2023 03:01:41 Progress (5): 1.4/2.9 MB | 0.5/1.2 MB | 226/689 kB | 0.3/1.4 MB | 16/282 kB error 03-Jan-2023 03:01:41 Progress (5): 1.4/2.9 MB | 0.5/1.2 MB | 230/689 kB | 0.3/1.4 MB | 16/282 kB error 03-Jan-2023 03:01:41 Progress (5): 1.4/2.9 MB | 0.5/1.2 MB | 234/689 kB | 0.3/1.4 MB | 16/282 kB error 03-Jan-2023 03:01:41 Progress (5): 1.4/2.9 MB | 0.5/1.2 MB | 238/689 kB | 0.3/1.4 MB | 16/282 kB error 03-Jan-2023 03:01:41 Progress (5): 1.4/2.9 MB | 0.5/1.2 MB | 242/689 kB | 0.3/1.4 MB | 16/282 kB error 03-Jan-2023 03:01:41 Progress (5): 1.4/2.9 MB | 0.5/1.2 MB | 246/689 kB | 0.3/1.4 MB | 16/282 kB error 03-Jan-2023 03:01:41 Progress (5): 1.4/2.9 MB | 0.5/1.2 MB | 250/689 kB | 0.3/1.4 MB | 16/282 kB error 03-Jan-2023 03:01:41 Progress (5): 1.4/2.9 MB | 0.5/1.2 MB | 254/689 kB | 0.3/1.4 MB | 16/282 kB error 03-Jan-2023 03:01:41 Progress (5): 1.4/2.9 MB | 0.5/1.2 MB | 258/689 kB | 0.3/1.4 MB | 16/282 kB error 03-Jan-2023 03:01:41 Progress (5): 1.4/2.9 MB | 0.5/1.2 MB | 261/689 kB | 0.3/1.4 MB | 16/282 kB error 03-Jan-2023 03:01:41 Progress (5): 1.4/2.9 MB | 0.5/1.2 MB | 265/689 kB | 0.3/1.4 MB | 16/282 kB error 03-Jan-2023 03:01:41 Progress (5): 1.4/2.9 MB | 0.5/1.2 MB | 269/689 kB | 0.3/1.4 MB | 16/282 kB error 03-Jan-2023 03:01:41 Progress (5): 1.4/2.9 MB | 0.5/1.2 MB | 273/689 kB | 0.3/1.4 MB | 16/282 kB error 03-Jan-2023 03:01:41 Progress (5): 1.4/2.9 MB | 0.5/1.2 MB | 277/689 kB | 0.3/1.4 MB | 16/282 kB error 03-Jan-2023 03:01:41 Progress (5): 1.4/2.9 MB | 0.5/1.2 MB | 281/689 kB | 0.3/1.4 MB | 16/282 kB error 03-Jan-2023 03:01:41 Progress (5): 1.4/2.9 MB | 0.5/1.2 MB | 285/689 kB | 0.3/1.4 MB | 16/282 kB error 03-Jan-2023 03:01:41 Progress (5): 1.4/2.9 MB | 0.5/1.2 MB | 289/689 kB | 0.3/1.4 MB | 16/282 kB error 03-Jan-2023 03:01:41 Progress (5): 1.4/2.9 MB | 0.5/1.2 MB | 293/689 kB | 0.3/1.4 MB | 16/282 kB error 03-Jan-2023 03:01:41 Progress (5): 1.4/2.9 MB | 0.5/1.2 MB | 295/689 kB | 0.3/1.4 MB | 16/282 kB error 03-Jan-2023 03:01:41 Progress (5): 1.4/2.9 MB | 0.5/1.2 MB | 299/689 kB | 0.3/1.4 MB | 16/282 kB error 03-Jan-2023 03:01:41 Progress (5): 1.4/2.9 MB | 0.5/1.2 MB | 304/689 kB | 0.3/1.4 MB | 16/282 kB error 03-Jan-2023 03:01:41 Progress (5): 1.4/2.9 MB | 0.5/1.2 MB | 308/689 kB | 0.3/1.4 MB | 16/282 kB error 03-Jan-2023 03:01:41 Progress (5): 1.4/2.9 MB | 0.5/1.2 MB | 312/689 kB | 0.3/1.4 MB | 16/282 kB error 03-Jan-2023 03:01:41 Progress (5): 1.5/2.9 MB | 0.5/1.2 MB | 312/689 kB | 0.3/1.4 MB | 16/282 kB error 03-Jan-2023 03:01:41 Progress (5): 1.5/2.9 MB | 0.5/1.2 MB | 316/689 kB | 0.3/1.4 MB | 16/282 kB error 03-Jan-2023 03:01:41 Progress (5): 1.5/2.9 MB | 0.5/1.2 MB | 316/689 kB | 0.3/1.4 MB | 16/282 kB error 03-Jan-2023 03:01:41 Progress (5): 1.5/2.9 MB | 0.5/1.2 MB | 320/689 kB | 0.3/1.4 MB | 16/282 kB error 03-Jan-2023 03:01:41 Progress (5): 1.5/2.9 MB | 0.5/1.2 MB | 324/689 kB | 0.3/1.4 MB | 16/282 kB error 03-Jan-2023 03:01:41 Progress (5): 1.5/2.9 MB | 0.5/1.2 MB | 328/689 kB | 0.3/1.4 MB | 16/282 kB error 03-Jan-2023 03:01:41 Progress (5): 1.5/2.9 MB | 0.5/1.2 MB | 330/689 kB | 0.3/1.4 MB | 16/282 kB error 03-Jan-2023 03:01:41 Progress (5): 1.5/2.9 MB | 0.5/1.2 MB | 330/689 kB | 0.3/1.4 MB | 16/282 kB error 03-Jan-2023 03:01:41 Progress (5): 1.5/2.9 MB | 0.5/1.2 MB | 334/689 kB | 0.3/1.4 MB | 16/282 kB error 03-Jan-2023 03:01:41 Progress (5): 1.5/2.9 MB | 0.5/1.2 MB | 338/689 kB | 0.3/1.4 MB | 16/282 kB error 03-Jan-2023 03:01:41 Progress (5): 1.5/2.9 MB | 0.5/1.2 MB | 342/689 kB | 0.3/1.4 MB | 16/282 kB error 03-Jan-2023 03:01:41 Progress (5): 1.5/2.9 MB | 0.5/1.2 MB | 342/689 kB | 0.3/1.4 MB | 16/282 kB error 03-Jan-2023 03:01:41 Progress (5): 1.5/2.9 MB | 0.5/1.2 MB | 347/689 kB | 0.3/1.4 MB | 16/282 kB error 03-Jan-2023 03:01:41 Progress (5): 1.5/2.9 MB | 0.5/1.2 MB | 347/689 kB | 0.3/1.4 MB | 16/282 kB error 03-Jan-2023 03:01:41 Progress (5): 1.5/2.9 MB | 0.5/1.2 MB | 347/689 kB | 0.3/1.4 MB | 16/282 kB error 03-Jan-2023 03:01:41 Progress (5): 1.6/2.9 MB | 0.5/1.2 MB | 347/689 kB | 0.3/1.4 MB | 16/282 kB error 03-Jan-2023 03:01:41 Progress (5): 1.6/2.9 MB | 0.5/1.2 MB | 347/689 kB | 0.3/1.4 MB | 16/282 kB error 03-Jan-2023 03:01:41 Progress (5): 1.6/2.9 MB | 0.5/1.2 MB | 347/689 kB | 0.3/1.4 MB | 16/282 kB error 03-Jan-2023 03:01:41 Progress (5): 1.6/2.9 MB | 0.5/1.2 MB | 347/689 kB | 0.3/1.4 MB | 16/282 kB error 03-Jan-2023 03:01:41 Progress (5): 1.6/2.9 MB | 0.5/1.2 MB | 347/689 kB | 0.3/1.4 MB | 16/282 kB error 03-Jan-2023 03:01:41 Progress (5): 1.6/2.9 MB | 0.5/1.2 MB | 347/689 kB | 0.3/1.4 MB | 16/282 kB error 03-Jan-2023 03:01:41 Progress (5): 1.6/2.9 MB | 0.5/1.2 MB | 347/689 kB | 0.3/1.4 MB | 16/282 kB error 03-Jan-2023 03:01:41 Progress (5): 1.6/2.9 MB | 0.5/1.2 MB | 347/689 kB | 0.3/1.4 MB | 16/282 kB error 03-Jan-2023 03:01:41 Progress (5): 1.6/2.9 MB | 0.5/1.2 MB | 347/689 kB | 0.3/1.4 MB | 16/282 kB error 03-Jan-2023 03:01:41 Progress (5): 1.7/2.9 MB | 0.5/1.2 MB | 347/689 kB | 0.3/1.4 MB | 16/282 kB error 03-Jan-2023 03:01:41 Progress (5): 1.7/2.9 MB | 0.5/1.2 MB | 347/689 kB | 0.3/1.4 MB | 16/282 kB error 03-Jan-2023 03:01:41 Progress (5): 1.7/2.9 MB | 0.5/1.2 MB | 347/689 kB | 0.3/1.4 MB | 16/282 kB error 03-Jan-2023 03:01:41 Progress (5): 1.7/2.9 MB | 0.5/1.2 MB | 347/689 kB | 0.3/1.4 MB | 16/282 kB error 03-Jan-2023 03:01:41 Progress (5): 1.7/2.9 MB | 0.5/1.2 MB | 347/689 kB | 0.3/1.4 MB | 16/282 kB error 03-Jan-2023 03:01:41 Progress (5): 1.7/2.9 MB | 0.5/1.2 MB | 347/689 kB | 0.3/1.4 MB | 16/282 kB error 03-Jan-2023 03:01:41 Progress (5): 1.7/2.9 MB | 0.5/1.2 MB | 347/689 kB | 0.3/1.4 MB | 16/282 kB error 03-Jan-2023 03:01:41 Progress (5): 1.7/2.9 MB | 0.5/1.2 MB | 347/689 kB | 0.3/1.4 MB | 16/282 kB error 03-Jan-2023 03:01:41 Progress (5): 1.7/2.9 MB | 0.5/1.2 MB | 347/689 kB | 0.3/1.4 MB | 16/282 kB error 03-Jan-2023 03:01:41 Progress (5): 1.7/2.9 MB | 0.6/1.2 MB | 347/689 kB | 0.3/1.4 MB | 16/282 kB error 03-Jan-2023 03:01:41 Progress (5): 1.7/2.9 MB | 0.6/1.2 MB | 347/689 kB | 0.3/1.4 MB | 16/282 kB error 03-Jan-2023 03:01:41 Progress (5): 1.7/2.9 MB | 0.6/1.2 MB | 347/689 kB | 0.3/1.4 MB | 16/282 kB error 03-Jan-2023 03:01:41 Progress (5): 1.7/2.9 MB | 0.6/1.2 MB | 347/689 kB | 0.4/1.4 MB | 16/282 kB error 03-Jan-2023 03:01:41 Progress (5): 1.7/2.9 MB | 0.6/1.2 MB | 347/689 kB | 0.4/1.4 MB | 16/282 kB error 03-Jan-2023 03:01:41 Progress (5): 1.7/2.9 MB | 0.6/1.2 MB | 347/689 kB | 0.4/1.4 MB | 16/282 kB error 03-Jan-2023 03:01:41 Progress (5): 1.7/2.9 MB | 0.6/1.2 MB | 347/689 kB | 0.4/1.4 MB | 16/282 kB error 03-Jan-2023 03:01:41 Progress (5): 1.7/2.9 MB | 0.6/1.2 MB | 347/689 kB | 0.4/1.4 MB | 16/282 kB error 03-Jan-2023 03:01:41 Progress (5): 1.7/2.9 MB | 0.6/1.2 MB | 347/689 kB | 0.4/1.4 MB | 16/282 kB error 03-Jan-2023 03:01:41 Progress (5): 1.7/2.9 MB | 0.6/1.2 MB | 347/689 kB | 0.4/1.4 MB | 16/282 kB error 03-Jan-2023 03:01:41 Progress (5): 1.7/2.9 MB | 0.6/1.2 MB | 347/689 kB | 0.4/1.4 MB | 16/282 kB error 03-Jan-2023 03:01:41 Progress (5): 1.7/2.9 MB | 0.6/1.2 MB | 347/689 kB | 0.4/1.4 MB | 16/282 kB error 03-Jan-2023 03:01:41 Progress (5): 1.7/2.9 MB | 0.6/1.2 MB | 347/689 kB | 0.4/1.4 MB | 16/282 kB error 03-Jan-2023 03:01:41 Progress (5): 1.7/2.9 MB | 0.6/1.2 MB | 347/689 kB | 0.4/1.4 MB | 16/282 kB error 03-Jan-2023 03:01:41 Progress (5): 1.7/2.9 MB | 0.6/1.2 MB | 347/689 kB | 0.4/1.4 MB | 16/282 kB error 03-Jan-2023 03:01:41 Progress (5): 1.7/2.9 MB | 0.6/1.2 MB | 347/689 kB | 0.4/1.4 MB | 16/282 kB error 03-Jan-2023 03:01:41 Progress (5): 1.7/2.9 MB | 0.6/1.2 MB | 347/689 kB | 0.4/1.4 MB | 16/282 kB error 03-Jan-2023 03:01:41 Progress (5): 1.7/2.9 MB | 0.6/1.2 MB | 347/689 kB | 0.4/1.4 MB | 16/282 kB error 03-Jan-2023 03:01:41 Progress (5): 1.7/2.9 MB | 0.6/1.2 MB | 347/689 kB | 0.4/1.4 MB | 16/282 kB error 03-Jan-2023 03:01:41 Progress (5): 1.7/2.9 MB | 0.6/1.2 MB | 347/689 kB | 0.4/1.4 MB | 16/282 kB error 03-Jan-2023 03:01:41 Progress (5): 1.7/2.9 MB | 0.6/1.2 MB | 347/689 kB | 0.4/1.4 MB | 16/282 kB error 03-Jan-2023 03:01:41 Progress (5): 1.7/2.9 MB | 0.7/1.2 MB | 347/689 kB | 0.4/1.4 MB | 16/282 kB error 03-Jan-2023 03:01:41 Progress (5): 1.7/2.9 MB | 0.7/1.2 MB | 347/689 kB | 0.4/1.4 MB | 16/282 kB error 03-Jan-2023 03:01:41 Progress (5): 1.7/2.9 MB | 0.7/1.2 MB | 347/689 kB | 0.4/1.4 MB | 16/282 kB error 03-Jan-2023 03:01:41 Progress (5): 1.7/2.9 MB | 0.7/1.2 MB | 347/689 kB | 0.4/1.4 MB | 16/282 kB error 03-Jan-2023 03:01:41 Progress (5): 1.7/2.9 MB | 0.7/1.2 MB | 347/689 kB | 0.4/1.4 MB | 16/282 kB error 03-Jan-2023 03:01:41 Progress (5): 1.7/2.9 MB | 0.7/1.2 MB | 347/689 kB | 0.4/1.4 MB | 16/282 kB error 03-Jan-2023 03:01:41 Progress (5): 1.7/2.9 MB | 0.7/1.2 MB | 347/689 kB | 0.4/1.4 MB | 16/282 kB error 03-Jan-2023 03:01:41 Progress (5): 1.7/2.9 MB | 0.7/1.2 MB | 347/689 kB | 0.4/1.4 MB | 16/282 kB error 03-Jan-2023 03:01:41 Progress (5): 1.7/2.9 MB | 0.7/1.2 MB | 347/689 kB | 0.4/1.4 MB | 16/282 kB error 03-Jan-2023 03:01:41 Progress (5): 1.7/2.9 MB | 0.7/1.2 MB | 347/689 kB | 0.4/1.4 MB | 16/282 kB error 03-Jan-2023 03:01:41 Progress (5): 1.7/2.9 MB | 0.7/1.2 MB | 347/689 kB | 0.4/1.4 MB | 16/282 kB error 03-Jan-2023 03:01:41 Progress (5): 1.7/2.9 MB | 0.7/1.2 MB | 347/689 kB | 0.4/1.4 MB | 16/282 kB error 03-Jan-2023 03:01:41 Progress (5): 1.7/2.9 MB | 0.7/1.2 MB | 347/689 kB | 0.4/1.4 MB | 16/282 kB error 03-Jan-2023 03:01:41 Progress (5): 1.7/2.9 MB | 0.7/1.2 MB | 347/689 kB | 0.4/1.4 MB | 16/282 kB error 03-Jan-2023 03:01:41 Progress (5): 1.7/2.9 MB | 0.8/1.2 MB | 347/689 kB | 0.4/1.4 MB | 16/282 kB error 03-Jan-2023 03:01:41 Progress (5): 1.7/2.9 MB | 0.8/1.2 MB | 347/689 kB | 0.4/1.4 MB | 16/282 kB error 03-Jan-2023 03:01:41 Progress (5): 1.7/2.9 MB | 0.8/1.2 MB | 347/689 kB | 0.4/1.4 MB | 16/282 kB error 03-Jan-2023 03:01:41 Progress (5): 1.7/2.9 MB | 0.8/1.2 MB | 347/689 kB | 0.4/1.4 MB | 16/282 kB error 03-Jan-2023 03:01:41 Progress (5): 1.7/2.9 MB | 0.8/1.2 MB | 347/689 kB | 0.4/1.4 MB | 16/282 kB error 03-Jan-2023 03:01:41 Progress (5): 1.7/2.9 MB | 0.8/1.2 MB | 347/689 kB | 0.4/1.4 MB | 16/282 kB error 03-Jan-2023 03:01:41 Progress (5): 1.7/2.9 MB | 0.8/1.2 MB | 347/689 kB | 0.4/1.4 MB | 16/282 kB error 03-Jan-2023 03:01:41 Progress (5): 1.7/2.9 MB | 0.8/1.2 MB | 347/689 kB | 0.4/1.4 MB | 16/282 kB error 03-Jan-2023 03:01:41 Progress (5): 1.8/2.9 MB | 0.8/1.2 MB | 347/689 kB | 0.4/1.4 MB | 16/282 kB error 03-Jan-2023 03:01:41 Progress (5): 1.8/2.9 MB | 0.8/1.2 MB | 347/689 kB | 0.4/1.4 MB | 16/282 kB error 03-Jan-2023 03:01:41 Progress (5): 1.8/2.9 MB | 0.8/1.2 MB | 347/689 kB | 0.4/1.4 MB | 16/282 kB error 03-Jan-2023 03:01:41 Progress (5): 1.8/2.9 MB | 0.8/1.2 MB | 347/689 kB | 0.4/1.4 MB | 16/282 kB error 03-Jan-2023 03:01:41 Progress (5): 1.8/2.9 MB | 0.8/1.2 MB | 347/689 kB | 0.4/1.4 MB | 16/282 kB error 03-Jan-2023 03:01:41 Progress (5): 1.8/2.9 MB | 0.8/1.2 MB | 347/689 kB | 0.4/1.4 MB | 16/282 kB error 03-Jan-2023 03:01:41 Progress (5): 1.9/2.9 MB | 0.8/1.2 MB | 347/689 kB | 0.4/1.4 MB | 16/282 kB error 03-Jan-2023 03:01:41 Progress (5): 1.9/2.9 MB | 0.8/1.2 MB | 347/689 kB | 0.4/1.4 MB | 16/282 kB error 03-Jan-2023 03:01:41 Progress (5): 1.9/2.9 MB | 0.8/1.2 MB | 347/689 kB | 0.4/1.4 MB | 16/282 kB error 03-Jan-2023 03:01:41 Progress (5): 1.9/2.9 MB | 0.8/1.2 MB | 347/689 kB | 0.4/1.4 MB | 16/282 kB error 03-Jan-2023 03:01:41 Progress (5): 1.9/2.9 MB | 0.8/1.2 MB | 347/689 kB | 0.4/1.4 MB | 16/282 kB error 03-Jan-2023 03:01:41 Progress (5): 1.9/2.9 MB | 0.8/1.2 MB | 347/689 kB | 0.4/1.4 MB | 16/282 kB error 03-Jan-2023 03:01:41 Progress (5): 2.0/2.9 MB | 0.8/1.2 MB | 347/689 kB | 0.4/1.4 MB | 16/282 kB error 03-Jan-2023 03:01:41 Progress (5): 2.0/2.9 MB | 0.8/1.2 MB | 347/689 kB | 0.4/1.4 MB | 16/282 kB error 03-Jan-2023 03:01:41 Progress (5): 2.0/2.9 MB | 0.8/1.2 MB | 347/689 kB | 0.4/1.4 MB | 16/282 kB error 03-Jan-2023 03:01:41 Progress (5): 2.0/2.9 MB | 0.8/1.2 MB | 347/689 kB | 0.4/1.4 MB | 16/282 kB error 03-Jan-2023 03:01:41 Progress (5): 2.0/2.9 MB | 0.8/1.2 MB | 347/689 kB | 0.4/1.4 MB | 16/282 kB error 03-Jan-2023 03:01:41 Progress (5): 2.0/2.9 MB | 0.8/1.2 MB | 347/689 kB | 0.4/1.4 MB | 16/282 kB error 03-Jan-2023 03:01:41 Progress (5): 2.0/2.9 MB | 0.8/1.2 MB | 347/689 kB | 0.4/1.4 MB | 16/282 kB error 03-Jan-2023 03:01:41 Progress (5): 2.0/2.9 MB | 0.8/1.2 MB | 347/689 kB | 0.4/1.4 MB | 16/282 kB error 03-Jan-2023 03:01:41 Progress (5): 2.0/2.9 MB | 0.8/1.2 MB | 347/689 kB | 0.4/1.4 MB | 16/282 kB error 03-Jan-2023 03:01:41 Progress (5): 2.0/2.9 MB | 0.9/1.2 MB | 347/689 kB | 0.4/1.4 MB | 16/282 kB error 03-Jan-2023 03:01:41 Progress (5): 2.0/2.9 MB | 0.9/1.2 MB | 347/689 kB | 0.4/1.4 MB | 16/282 kB error 03-Jan-2023 03:01:41 Progress (5): 2.0/2.9 MB | 0.9/1.2 MB | 347/689 kB | 0.4/1.4 MB | 16/282 kB error 03-Jan-2023 03:01:41 Progress (5): 2.0/2.9 MB | 0.9/1.2 MB | 347/689 kB | 0.4/1.4 MB | 16/282 kB error 03-Jan-2023 03:01:41 Progress (5): 2.0/2.9 MB | 0.9/1.2 MB | 347/689 kB | 0.4/1.4 MB | 16/282 kB error 03-Jan-2023 03:01:41 Progress (5): 2.0/2.9 MB | 0.9/1.2 MB | 347/689 kB | 0.4/1.4 MB | 16/282 kB error 03-Jan-2023 03:01:41 Progress (5): 2.0/2.9 MB | 0.9/1.2 MB | 347/689 kB | 0.4/1.4 MB | 16/282 kB error 03-Jan-2023 03:01:41 Progress (5): 2.0/2.9 MB | 0.9/1.2 MB | 347/689 kB | 0.4/1.4 MB | 16/282 kB error 03-Jan-2023 03:01:41 Progress (5): 2.0/2.9 MB | 0.9/1.2 MB | 347/689 kB | 0.4/1.4 MB | 16/282 kB error 03-Jan-2023 03:01:41 Progress (5): 2.0/2.9 MB | 0.9/1.2 MB | 347/689 kB | 0.4/1.4 MB | 16/282 kB error 03-Jan-2023 03:01:41 Progress (5): 2.0/2.9 MB | 0.9/1.2 MB | 347/689 kB | 0.4/1.4 MB | 16/282 kB error 03-Jan-2023 03:01:41 Progress (5): 2.0/2.9 MB | 0.9/1.2 MB | 347/689 kB | 0.4/1.4 MB | 16/282 kB error 03-Jan-2023 03:01:41 Progress (5): 2.0/2.9 MB | 1.0/1.2 MB | 347/689 kB | 0.4/1.4 MB | 16/282 kB error 03-Jan-2023 03:01:41 Progress (5): 2.0/2.9 MB | 1.0/1.2 MB | 347/689 kB | 0.4/1.4 MB | 16/282 kB error 03-Jan-2023 03:01:41 Progress (5): 2.0/2.9 MB | 1.0/1.2 MB | 347/689 kB | 0.4/1.4 MB | 16/282 kB error 03-Jan-2023 03:01:41 Progress (5): 2.0/2.9 MB | 1.0/1.2 MB | 347/689 kB | 0.4/1.4 MB | 16/282 kB error 03-Jan-2023 03:01:41 Progress (5): 2.0/2.9 MB | 1.0/1.2 MB | 347/689 kB | 0.4/1.4 MB | 16/282 kB error 03-Jan-2023 03:01:41 Progress (5): 2.0/2.9 MB | 1.0/1.2 MB | 347/689 kB | 0.4/1.4 MB | 16/282 kB error 03-Jan-2023 03:01:41 Progress (5): 2.0/2.9 MB | 1.0/1.2 MB | 347/689 kB | 0.4/1.4 MB | 16/282 kB error 03-Jan-2023 03:01:41 Progress (5): 2.0/2.9 MB | 1.0/1.2 MB | 347/689 kB | 0.4/1.4 MB | 16/282 kB error 03-Jan-2023 03:01:41 Progress (5): 2.0/2.9 MB | 1.0/1.2 MB | 347/689 kB | 0.4/1.4 MB | 16/282 kB error 03-Jan-2023 03:01:41 Progress (5): 2.0/2.9 MB | 1.0/1.2 MB | 347/689 kB | 0.4/1.4 MB | 16/282 kB error 03-Jan-2023 03:01:41 Progress (5): 2.0/2.9 MB | 1.0/1.2 MB | 347/689 kB | 0.4/1.4 MB | 16/282 kB error 03-Jan-2023 03:01:41 Progress (5): 2.0/2.9 MB | 1.1/1.2 MB | 347/689 kB | 0.4/1.4 MB | 16/282 kB error 03-Jan-2023 03:01:41 Progress (5): 2.0/2.9 MB | 1.1/1.2 MB | 347/689 kB | 0.4/1.4 MB | 16/282 kB error 03-Jan-2023 03:01:41 Progress (5): 2.0/2.9 MB | 1.1/1.2 MB | 347/689 kB | 0.4/1.4 MB | 16/282 kB error 03-Jan-2023 03:01:41 Progress (5): 2.0/2.9 MB | 1.1/1.2 MB | 347/689 kB | 0.4/1.4 MB | 16/282 kB error 03-Jan-2023 03:01:41 Progress (5): 2.0/2.9 MB | 1.1/1.2 MB | 347/689 kB | 0.4/1.4 MB | 16/282 kB error 03-Jan-2023 03:01:41 Progress (5): 2.0/2.9 MB | 1.1/1.2 MB | 347/689 kB | 0.4/1.4 MB | 16/282 kB error 03-Jan-2023 03:01:41 Progress (5): 2.0/2.9 MB | 1.1/1.2 MB | 347/689 kB | 0.4/1.4 MB | 16/282 kB error 03-Jan-2023 03:01:41 Progress (5): 2.0/2.9 MB | 1.1/1.2 MB | 347/689 kB | 0.4/1.4 MB | 16/282 kB error 03-Jan-2023 03:01:41 Progress (5): 2.0/2.9 MB | 1.1/1.2 MB | 347/689 kB | 0.4/1.4 MB | 16/282 kB error 03-Jan-2023 03:01:41 Progress (5): 2.1/2.9 MB | 1.1/1.2 MB | 347/689 kB | 0.4/1.4 MB | 16/282 kB error 03-Jan-2023 03:01:41 Progress (5): 2.1/2.9 MB | 1.1/1.2 MB | 347/689 kB | 0.4/1.4 MB | 16/282 kB error 03-Jan-2023 03:01:41 Progress (5): 2.1/2.9 MB | 1.1/1.2 MB | 347/689 kB | 0.4/1.4 MB | 20/282 kB error 03-Jan-2023 03:01:41 Progress (5): 2.1/2.9 MB | 1.1/1.2 MB | 347/689 kB | 0.4/1.4 MB | 25/282 kB error 03-Jan-2023 03:01:41 Progress (5): 2.1/2.9 MB | 1.1/1.2 MB | 347/689 kB | 0.4/1.4 MB | 29/282 kB error 03-Jan-2023 03:01:41 Progress (5): 2.1/2.9 MB | 1.1/1.2 MB | 347/689 kB | 0.4/1.4 MB | 33/282 kB error 03-Jan-2023 03:01:41 Progress (5): 2.1/2.9 MB | 1.1/1.2 MB | 347/689 kB | 0.4/1.4 MB | 37/282 kB error 03-Jan-2023 03:01:41 Progress (5): 2.1/2.9 MB | 1.1/1.2 MB | 347/689 kB | 0.4/1.4 MB | 41/282 kB error 03-Jan-2023 03:01:41 Progress (5): 2.1/2.9 MB | 1.1/1.2 MB | 347/689 kB | 0.4/1.4 MB | 45/282 kB error 03-Jan-2023 03:01:41 Progress (5): 2.1/2.9 MB | 1.1/1.2 MB | 347/689 kB | 0.4/1.4 MB | 49/282 kB error 03-Jan-2023 03:01:41 Progress (5): 2.1/2.9 MB | 1.1/1.2 MB | 347/689 kB | 0.4/1.4 MB | 52/282 kB error 03-Jan-2023 03:01:41 Progress (5): 2.1/2.9 MB | 1.1/1.2 MB | 351/689 kB | 0.4/1.4 MB | 52/282 kB error 03-Jan-2023 03:01:41 Progress (5): 2.1/2.9 MB | 1.1/1.2 MB | 355/689 kB | 0.4/1.4 MB | 52/282 kB error 03-Jan-2023 03:01:41 Progress (5): 2.1/2.9 MB | 1.1/1.2 MB | 359/689 kB | 0.4/1.4 MB | 52/282 kB error 03-Jan-2023 03:01:41 Progress (5): 2.1/2.9 MB | 1.1/1.2 MB | 363/689 kB | 0.4/1.4 MB | 52/282 kB error 03-Jan-2023 03:01:41 Progress (5): 2.1/2.9 MB | 1.1/1.2 MB | 365/689 kB | 0.4/1.4 MB | 52/282 kB error 03-Jan-2023 03:01:41 Progress (5): 2.1/2.9 MB | 1.1/1.2 MB | 365/689 kB | 0.4/1.4 MB | 52/282 kB error 03-Jan-2023 03:01:41 Progress (5): 2.1/2.9 MB | 1.1/1.2 MB | 369/689 kB | 0.4/1.4 MB | 52/282 kB error 03-Jan-2023 03:01:41 Progress (5): 2.1/2.9 MB | 1.1/1.2 MB | 373/689 kB | 0.4/1.4 MB | 52/282 kB error 03-Jan-2023 03:01:41 Progress (5): 2.1/2.9 MB | 1.1/1.2 MB | 377/689 kB | 0.4/1.4 MB | 52/282 kB error 03-Jan-2023 03:01:41 Progress (5): 2.1/2.9 MB | 1.1/1.2 MB | 381/689 kB | 0.4/1.4 MB | 52/282 kB error 03-Jan-2023 03:01:41 Progress (5): 2.1/2.9 MB | 1.1/1.2 MB | 381/689 kB | 0.4/1.4 MB | 52/282 kB error 03-Jan-2023 03:01:41 Progress (5): 2.1/2.9 MB | 1.1/1.2 MB | 381/689 kB | 0.4/1.4 MB | 52/282 kB error 03-Jan-2023 03:01:41 Progress (5): 2.1/2.9 MB | 1.1/1.2 MB | 381/689 kB | 0.4/1.4 MB | 52/282 kB error 03-Jan-2023 03:01:41 Progress (5): 2.2/2.9 MB | 1.1/1.2 MB | 381/689 kB | 0.4/1.4 MB | 52/282 kB error 03-Jan-2023 03:01:41 Progress (5): 2.2/2.9 MB | 1.1/1.2 MB | 381/689 kB | 0.4/1.4 MB | 52/282 kB error 03-Jan-2023 03:01:41 Progress (5): 2.2/2.9 MB | 1.1/1.2 MB | 381/689 kB | 0.4/1.4 MB | 52/282 kB error 03-Jan-2023 03:01:41 Progress (5): 2.2/2.9 MB | 1.1/1.2 MB | 381/689 kB | 0.4/1.4 MB | 52/282 kB error 03-Jan-2023 03:01:41 Progress (5): 2.2/2.9 MB | 1.1/1.2 MB | 381/689 kB | 0.4/1.4 MB | 52/282 kB error 03-Jan-2023 03:01:41 Progress (5): 2.2/2.9 MB | 1.1/1.2 MB | 381/689 kB | 0.4/1.4 MB | 52/282 kB error 03-Jan-2023 03:01:41 Progress (5): 2.3/2.9 MB | 1.1/1.2 MB | 381/689 kB | 0.4/1.4 MB | 52/282 kB error 03-Jan-2023 03:01:41 Progress (5): 2.3/2.9 MB | 1.1/1.2 MB | 381/689 kB | 0.4/1.4 MB | 52/282 kB error 03-Jan-2023 03:01:41 Progress (5): 2.3/2.9 MB | 1.1/1.2 MB | 381/689 kB | 0.4/1.4 MB | 52/282 kB error 03-Jan-2023 03:01:41 Progress (5): 2.3/2.9 MB | 1.1/1.2 MB | 385/689 kB | 0.4/1.4 MB | 52/282 kB error 03-Jan-2023 03:01:41 Progress (5): 2.3/2.9 MB | 1.1/1.2 MB | 390/689 kB | 0.4/1.4 MB | 52/282 kB error 03-Jan-2023 03:01:41 Progress (5): 2.3/2.9 MB | 1.1/1.2 MB | 394/689 kB | 0.4/1.4 MB | 52/282 kB error 03-Jan-2023 03:01:41 Progress (5): 2.3/2.9 MB | 1.1/1.2 MB | 398/689 kB | 0.4/1.4 MB | 52/282 kB error 03-Jan-2023 03:01:41 Progress (5): 2.3/2.9 MB | 1.1/1.2 MB | 400/689 kB | 0.4/1.4 MB | 52/282 kB error 03-Jan-2023 03:01:41 Progress (5): 2.3/2.9 MB | 1.1/1.2 MB | 404/689 kB | 0.4/1.4 MB | 52/282 kB error 03-Jan-2023 03:01:41 Progress (5): 2.3/2.9 MB | 1.1/1.2 MB | 408/689 kB | 0.4/1.4 MB | 52/282 kB error 03-Jan-2023 03:01:41 Progress (5): 2.3/2.9 MB | 1.1/1.2 MB | 412/689 kB | 0.4/1.4 MB | 52/282 kB error 03-Jan-2023 03:01:41 Progress (5): 2.3/2.9 MB | 1.1/1.2 MB | 416/689 kB | 0.4/1.4 MB | 52/282 kB error 03-Jan-2023 03:01:41 Progress (5): 2.3/2.9 MB | 1.1/1.2 MB | 420/689 kB | 0.4/1.4 MB | 52/282 kB error 03-Jan-2023 03:01:41 Progress (5): 2.3/2.9 MB | 1.1/1.2 MB | 424/689 kB | 0.4/1.4 MB | 52/282 kB error 03-Jan-2023 03:01:41 Progress (5): 2.3/2.9 MB | 1.1/1.2 MB | 428/689 kB | 0.4/1.4 MB | 52/282 kB error 03-Jan-2023 03:01:41 Progress (5): 2.3/2.9 MB | 1.1/1.2 MB | 433/689 kB | 0.4/1.4 MB | 52/282 kB error 03-Jan-2023 03:01:41 Progress (5): 2.3/2.9 MB | 1.1/1.2 MB | 435/689 kB | 0.4/1.4 MB | 52/282 kB error 03-Jan-2023 03:01:41 Progress (5): 2.3/2.9 MB | 1.1/1.2 MB | 435/689 kB | 0.4/1.4 MB | 52/282 kB error 03-Jan-2023 03:01:41 Progress (5): 2.3/2.9 MB | 1.1/1.2 MB | 439/689 kB | 0.4/1.4 MB | 52/282 kB error 03-Jan-2023 03:01:41 Progress (5): 2.3/2.9 MB | 1.1/1.2 MB | 443/689 kB | 0.4/1.4 MB | 52/282 kB error 03-Jan-2023 03:01:41 Progress (5): 2.3/2.9 MB | 1.1/1.2 MB | 447/689 kB | 0.4/1.4 MB | 52/282 kB error 03-Jan-2023 03:01:41 Progress (5): 2.3/2.9 MB | 1.1/1.2 MB | 451/689 kB | 0.4/1.4 MB | 52/282 kB error 03-Jan-2023 03:01:41 Progress (5): 2.3/2.9 MB | 1.1/1.2 MB | 455/689 kB | 0.4/1.4 MB | 52/282 kB error 03-Jan-2023 03:01:41 Progress (5): 2.3/2.9 MB | 1.1/1.2 MB | 459/689 kB | 0.4/1.4 MB | 52/282 kB error 03-Jan-2023 03:01:41 Progress (5): 2.3/2.9 MB | 1.1/1.2 MB | 463/689 kB | 0.4/1.4 MB | 52/282 kB error 03-Jan-2023 03:01:41 Progress (5): 2.3/2.9 MB | 1.1/1.2 MB | 467/689 kB | 0.4/1.4 MB | 52/282 kB error 03-Jan-2023 03:01:41 Progress (5): 2.3/2.9 MB | 1.1/1.2 MB | 469/689 kB | 0.4/1.4 MB | 52/282 kB error 03-Jan-2023 03:01:41 Progress (5): 2.3/2.9 MB | 1.1/1.2 MB | 469/689 kB | 0.4/1.4 MB | 52/282 kB error 03-Jan-2023 03:01:41 Progress (5): 2.3/2.9 MB | 1.1/1.2 MB | 469/689 kB | 0.4/1.4 MB | 52/282 kB error 03-Jan-2023 03:01:41 Progress (5): 2.4/2.9 MB | 1.1/1.2 MB | 469/689 kB | 0.4/1.4 MB | 52/282 kB error 03-Jan-2023 03:01:41 Progress (5): 2.4/2.9 MB | 1.1/1.2 MB | 469/689 kB | 0.4/1.4 MB | 52/282 kB error 03-Jan-2023 03:01:41 Progress (5): 2.4/2.9 MB | 1.1/1.2 MB | 474/689 kB | 0.4/1.4 MB | 52/282 kB error 03-Jan-2023 03:01:41 Progress (5): 2.4/2.9 MB | 1.1/1.2 MB | 478/689 kB | 0.4/1.4 MB | 52/282 kB error 03-Jan-2023 03:01:41 Progress (5): 2.4/2.9 MB | 1.1/1.2 MB | 482/689 kB | 0.4/1.4 MB | 52/282 kB error 03-Jan-2023 03:01:41 Progress (5): 2.4/2.9 MB | 1.1/1.2 MB | 486/689 kB | 0.4/1.4 MB | 52/282 kB error 03-Jan-2023 03:01:41 Progress (5): 2.4/2.9 MB | 1.1/1.2 MB | 490/689 kB | 0.4/1.4 MB | 52/282 kB error 03-Jan-2023 03:01:41 Progress (5): 2.4/2.9 MB | 1.1/1.2 MB | 490/689 kB | 0.4/1.4 MB | 52/282 kB error 03-Jan-2023 03:01:41 Progress (5): 2.4/2.9 MB | 1.1/1.2 MB | 490/689 kB | 0.4/1.4 MB | 52/282 kB error 03-Jan-2023 03:01:41 Progress (5): 2.4/2.9 MB | 1.1/1.2 MB | 490/689 kB | 0.4/1.4 MB | 52/282 kB error 03-Jan-2023 03:01:41 Progress (5): 2.4/2.9 MB | 1.1/1.2 MB | 490/689 kB | 0.4/1.4 MB | 52/282 kB error 03-Jan-2023 03:01:41 Progress (5): 2.4/2.9 MB | 1.2/1.2 MB | 490/689 kB | 0.4/1.4 MB | 52/282 kB error 03-Jan-2023 03:01:41 Progress (5): 2.4/2.9 MB | 1.2/1.2 MB | 490/689 kB | 0.4/1.4 MB | 52/282 kB error 03-Jan-2023 03:01:41 Progress (5): 2.4/2.9 MB | 1.2/1.2 MB | 494/689 kB | 0.4/1.4 MB | 52/282 kB error 03-Jan-2023 03:01:41 Progress (5): 2.4/2.9 MB | 1.2/1.2 MB | 494/689 kB | 0.4/1.4 MB | 52/282 kB error 03-Jan-2023 03:01:41 Progress (5): 2.4/2.9 MB | 1.2/1.2 MB | 494/689 kB | 0.5/1.4 MB | 52/282 kB error 03-Jan-2023 03:01:41 Progress (5): 2.4/2.9 MB | 1.2/1.2 MB | 494/689 kB | 0.5/1.4 MB | 52/282 kB error 03-Jan-2023 03:01:41 Progress (5): 2.4/2.9 MB | 1.2/1.2 MB | 494/689 kB | 0.5/1.4 MB | 52/282 kB error 03-Jan-2023 03:01:41 Progress (5): 2.4/2.9 MB | 1.2/1.2 MB | 494/689 kB | 0.5/1.4 MB | 52/282 kB error 03-Jan-2023 03:01:41 Progress (5): 2.4/2.9 MB | 1.2/1.2 MB | 494/689 kB | 0.5/1.4 MB | 52/282 kB error 03-Jan-2023 03:01:41 Progress (5): 2.4/2.9 MB | 1.2/1.2 MB | 494/689 kB | 0.5/1.4 MB | 52/282 kB error 03-Jan-2023 03:01:41 Progress (5): 2.4/2.9 MB | 1.2/1.2 MB | 494/689 kB | 0.5/1.4 MB | 52/282 kB error 03-Jan-2023 03:01:41 Progress (5): 2.4/2.9 MB | 1.2/1.2 MB | 494/689 kB | 0.5/1.4 MB | 52/282 kB error 03-Jan-2023 03:01:41 Progress (5): 2.4/2.9 MB | 1.2/1.2 MB | 494/689 kB | 0.5/1.4 MB | 52/282 kB error 03-Jan-2023 03:01:41 Progress (5): 2.4/2.9 MB | 1.2/1.2 MB | 494/689 kB | 0.5/1.4 MB | 52/282 kB error 03-Jan-2023 03:01:41 Progress (5): 2.4/2.9 MB | 1.2/1.2 MB | 494/689 kB | 0.5/1.4 MB | 52/282 kB error 03-Jan-2023 03:01:41 Progress (5): 2.4/2.9 MB | 1.2/1.2 MB | 494/689 kB | 0.5/1.4 MB | 52/282 kB error 03-Jan-2023 03:01:41 Progress (5): 2.4/2.9 MB | 1.2/1.2 MB | 494/689 kB | 0.6/1.4 MB | 52/282 kB error 03-Jan-2023 03:01:41 Progress (5): 2.4/2.9 MB | 1.2/1.2 MB | 494/689 kB | 0.6/1.4 MB | 52/282 kB error 03-Jan-2023 03:01:41 Progress (5): 2.4/2.9 MB | 1.2/1.2 MB | 494/689 kB | 0.6/1.4 MB | 52/282 kB error 03-Jan-2023 03:01:41 Progress (5): 2.4/2.9 MB | 1.2/1.2 MB | 494/689 kB | 0.6/1.4 MB | 52/282 kB error 03-Jan-2023 03:01:41 Progress (5): 2.4/2.9 MB | 1.2/1.2 MB | 494/689 kB | 0.6/1.4 MB | 52/282 kB error 03-Jan-2023 03:01:41 Progress (5): 2.4/2.9 MB | 1.2/1.2 MB | 494/689 kB | 0.6/1.4 MB | 52/282 kB error 03-Jan-2023 03:01:41 Progress (5): 2.4/2.9 MB | 1.2/1.2 MB | 494/689 kB | 0.6/1.4 MB | 52/282 kB error 03-Jan-2023 03:01:41 Progress (5): 2.4/2.9 MB | 1.2/1.2 MB | 494/689 kB | 0.6/1.4 MB | 52/282 kB error 03-Jan-2023 03:01:41 Progress (5): 2.4/2.9 MB | 1.2/1.2 MB | 494/689 kB | 0.6/1.4 MB | 52/282 kB error 03-Jan-2023 03:01:41 Progress (5): 2.4/2.9 MB | 1.2/1.2 MB | 494/689 kB | 0.6/1.4 MB | 52/282 kB error 03-Jan-2023 03:01:41 Progress (5): 2.4/2.9 MB | 1.2 MB | 494/689 kB | 0.6/1.4 MB | 52/282 kB error 03-Jan-2023 03:01:41 Progress (5): 2.4/2.9 MB | 1.2 MB | 494/689 kB | 0.6/1.4 MB | 52/282 kB error 03-Jan-2023 03:01:41 Progress (5): 2.4/2.9 MB | 1.2 MB | 494/689 kB | 0.6/1.4 MB | 52/282 kB error 03-Jan-2023 03:01:41 Progress (5): 2.4/2.9 MB | 1.2 MB | 494/689 kB | 0.6/1.4 MB | 52/282 kB error 03-Jan-2023 03:01:41 Progress (5): 2.5/2.9 MB | 1.2 MB | 494/689 kB | 0.6/1.4 MB | 52/282 kB error 03-Jan-2023 03:01:41 Progress (5): 2.5/2.9 MB | 1.2 MB | 494/689 kB | 0.6/1.4 MB | 52/282 kB error 03-Jan-2023 03:01:41 Progress (5): 2.5/2.9 MB | 1.2 MB | 494/689 kB | 0.6/1.4 MB | 52/282 kB error 03-Jan-2023 03:01:41 Progress (5): 2.5/2.9 MB | 1.2 MB | 494/689 kB | 0.6/1.4 MB | 52/282 kB error 03-Jan-2023 03:01:41 Progress (5): 2.5/2.9 MB | 1.2 MB | 494/689 kB | 0.6/1.4 MB | 52/282 kB error 03-Jan-2023 03:01:41 Progress (5): 2.5/2.9 MB | 1.2 MB | 494/689 kB | 0.6/1.4 MB | 52/282 kB error 03-Jan-2023 03:01:41 Progress (5): 2.6/2.9 MB | 1.2 MB | 494/689 kB | 0.6/1.4 MB | 52/282 kB error 03-Jan-2023 03:01:41 Progress (5): 2.6/2.9 MB | 1.2 MB | 494/689 kB | 0.6/1.4 MB | 52/282 kB error 03-Jan-2023 03:01:41 Progress (5): 2.6/2.9 MB | 1.2 MB | 494/689 kB | 0.6/1.4 MB | 52/282 kB error 03-Jan-2023 03:01:41 Progress (5): 2.6/2.9 MB | 1.2 MB | 494/689 kB | 0.6/1.4 MB | 52/282 kB error 03-Jan-2023 03:01:41 Progress (5): 2.6/2.9 MB | 1.2 MB | 494/689 kB | 0.6/1.4 MB | 52/282 kB error 03-Jan-2023 03:01:41 Progress (5): 2.6/2.9 MB | 1.2 MB | 494/689 kB | 0.6/1.4 MB | 52/282 kB error 03-Jan-2023 03:01:41 Progress (5): 2.7/2.9 MB | 1.2 MB | 494/689 kB | 0.6/1.4 MB | 52/282 kB error 03-Jan-2023 03:01:41 Progress (5): 2.7/2.9 MB | 1.2 MB | 494/689 kB | 0.6/1.4 MB | 52/282 kB error 03-Jan-2023 03:01:41 Progress (5): 2.7/2.9 MB | 1.2 MB | 494/689 kB | 0.6/1.4 MB | 52/282 kB error 03-Jan-2023 03:01:41 Progress (5): 2.7/2.9 MB | 1.2 MB | 494/689 kB | 0.6/1.4 MB | 52/282 kB error 03-Jan-2023 03:01:41 Progress (5): 2.7/2.9 MB | 1.2 MB | 494/689 kB | 0.6/1.4 MB | 52/282 kB error 03-Jan-2023 03:01:41 Progress (5): 2.7/2.9 MB | 1.2 MB | 494/689 kB | 0.6/1.4 MB | 52/282 kB error 03-Jan-2023 03:01:41 Progress (5): 2.7/2.9 MB | 1.2 MB | 494/689 kB | 0.6/1.4 MB | 52/282 kB error 03-Jan-2023 03:01:41 Progress (5): 2.7/2.9 MB | 1.2 MB | 494/689 kB | 0.6/1.4 MB | 52/282 kB error 03-Jan-2023 03:01:41 Progress (5): 2.7/2.9 MB | 1.2 MB | 494/689 kB | 0.6/1.4 MB | 52/282 kB error 03-Jan-2023 03:01:41 Progress (5): 2.7/2.9 MB | 1.2 MB | 498/689 kB | 0.6/1.4 MB | 52/282 kB error 03-Jan-2023 03:01:41 Progress (5): 2.7/2.9 MB | 1.2 MB | 502/689 kB | 0.6/1.4 MB | 52/282 kB error 03-Jan-2023 03:01:41 Progress (5): 2.7/2.9 MB | 1.2 MB | 504/689 kB | 0.6/1.4 MB | 52/282 kB error 03-Jan-2023 03:01:41 Progress (5): 2.7/2.9 MB | 1.2 MB | 508/689 kB | 0.6/1.4 MB | 52/282 kB error 03-Jan-2023 03:01:41 Progress (5): 2.7/2.9 MB | 1.2 MB | 512/689 kB | 0.6/1.4 MB | 52/282 kB error 03-Jan-2023 03:01:41 Progress (5): 2.7/2.9 MB | 1.2 MB | 517/689 kB | 0.6/1.4 MB | 52/282 kB error 03-Jan-2023 03:01:41 Progress (5): 2.7/2.9 MB | 1.2 MB | 521/689 kB | 0.6/1.4 MB | 52/282 kB error 03-Jan-2023 03:01:41 Progress (5): 2.7/2.9 MB | 1.2 MB | 525/689 kB | 0.6/1.4 MB | 52/282 kB error 03-Jan-2023 03:01:41 Progress (5): 2.7/2.9 MB | 1.2 MB | 529/689 kB | 0.6/1.4 MB | 52/282 kB error 03-Jan-2023 03:01:41 Progress (5): 2.7/2.9 MB | 1.2 MB | 529/689 kB | 0.6/1.4 MB | 56/282 kB error 03-Jan-2023 03:01:41 Progress (5): 2.7/2.9 MB | 1.2 MB | 529/689 kB | 0.6/1.4 MB | 60/282 kB error 03-Jan-2023 03:01:41 Progress (5): 2.7/2.9 MB | 1.2 MB | 529/689 kB | 0.6/1.4 MB | 64/282 kB error 03-Jan-2023 03:01:41 Progress (5): 2.7/2.9 MB | 1.2 MB | 529/689 kB | 0.6/1.4 MB | 68/282 kB error 03-Jan-2023 03:01:41 Progress (5): 2.7/2.9 MB | 1.2 MB | 529/689 kB | 0.6/1.4 MB | 72/282 kB error 03-Jan-2023 03:01:41 Progress (5): 2.7/2.9 MB | 1.2 MB | 529/689 kB | 0.6/1.4 MB | 76/282 kB error 03-Jan-2023 03:01:41 Progress (5): 2.7/2.9 MB | 1.2 MB | 529/689 kB | 0.6/1.4 MB | 80/282 kB error 03-Jan-2023 03:01:41 Progress (5): 2.7/2.9 MB | 1.2 MB | 529/689 kB | 0.6/1.4 MB | 84/282 kB error 03-Jan-2023 03:01:41 Progress (5): 2.7/2.9 MB | 1.2 MB | 529/689 kB | 0.6/1.4 MB | 86/282 kB error 03-Jan-2023 03:01:41 Progress (5): 2.7/2.9 MB | 1.2 MB | 529/689 kB | 0.6/1.4 MB | 91/282 kB error 03-Jan-2023 03:01:41 Progress (5): 2.7/2.9 MB | 1.2 MB | 529/689 kB | 0.6/1.4 MB | 95/282 kB error 03-Jan-2023 03:01:41 Progress (5): 2.7/2.9 MB | 1.2 MB | 529/689 kB | 0.6/1.4 MB | 99/282 kB error 03-Jan-2023 03:01:41 Progress (5): 2.7/2.9 MB | 1.2 MB | 529/689 kB | 0.6/1.4 MB | 103/282 kB error 03-Jan-2023 03:01:41 Progress (5): 2.7/2.9 MB | 1.2 MB | 529/689 kB | 0.6/1.4 MB | 107/282 kB error 03-Jan-2023 03:01:41 Progress (5): 2.7/2.9 MB | 1.2 MB | 529/689 kB | 0.6/1.4 MB | 111/282 kB error 03-Jan-2023 03:01:41 Progress (5): 2.7/2.9 MB | 1.2 MB | 529/689 kB | 0.6/1.4 MB | 115/282 kB error 03-Jan-2023 03:01:41 Progress (5): 2.7/2.9 MB | 1.2 MB | 529/689 kB | 0.6/1.4 MB | 119/282 kB error 03-Jan-2023 03:01:41 Progress (5): 2.7/2.9 MB | 1.2 MB | 529/689 kB | 0.6/1.4 MB | 121/282 kB error 03-Jan-2023 03:01:41 Progress (5): 2.7/2.9 MB | 1.2 MB | 533/689 kB | 0.6/1.4 MB | 121/282 kB error 03-Jan-2023 03:01:41 Progress (5): 2.7/2.9 MB | 1.2 MB | 537/689 kB | 0.6/1.4 MB | 121/282 kB error 03-Jan-2023 03:01:41 Progress (5): 2.7/2.9 MB | 1.2 MB | 539/689 kB | 0.6/1.4 MB | 121/282 kB error 03-Jan-2023 03:01:41 Progress (5): 2.7/2.9 MB | 1.2 MB | 543/689 kB | 0.6/1.4 MB | 121/282 kB error 03-Jan-2023 03:01:41 Progress (5): 2.7/2.9 MB | 1.2 MB | 547/689 kB | 0.6/1.4 MB | 121/282 kB error 03-Jan-2023 03:01:41 Progress (5): 2.7/2.9 MB | 1.2 MB | 551/689 kB | 0.6/1.4 MB | 121/282 kB error 03-Jan-2023 03:01:41 Progress (5): 2.7/2.9 MB | 1.2 MB | 555/689 kB | 0.6/1.4 MB | 121/282 kB error 03-Jan-2023 03:01:41 Progress (5): 2.7/2.9 MB | 1.2 MB | 560/689 kB | 0.6/1.4 MB | 121/282 kB error 03-Jan-2023 03:01:41 Progress (5): 2.7/2.9 MB | 1.2 MB | 564/689 kB | 0.6/1.4 MB | 121/282 kB error 03-Jan-2023 03:01:41 Progress (5): 2.7/2.9 MB | 1.2 MB | 568/689 kB | 0.6/1.4 MB | 121/282 kB error 03-Jan-2023 03:01:41 Progress (5): 2.7/2.9 MB | 1.2 MB | 572/689 kB | 0.6/1.4 MB | 121/282 kB error 03-Jan-2023 03:01:41 Progress (5): 2.8/2.9 MB | 1.2 MB | 572/689 kB | 0.6/1.4 MB | 121/282 kB error 03-Jan-2023 03:01:41 Progress (5): 2.8/2.9 MB | 1.2 MB | 572/689 kB | 0.6/1.4 MB | 121/282 kB error 03-Jan-2023 03:01:41 Progress (5): 2.8/2.9 MB | 1.2 MB | 572/689 kB | 0.6/1.4 MB | 121/282 kB error 03-Jan-2023 03:01:41 Progress (5): 2.8/2.9 MB | 1.2 MB | 572/689 kB | 0.6/1.4 MB | 121/282 kB error 03-Jan-2023 03:01:41 Progress (5): 2.8/2.9 MB | 1.2 MB | 572/689 kB | 0.6/1.4 MB | 121/282 kB error 03-Jan-2023 03:01:41 Progress (5): 2.8/2.9 MB | 1.2 MB | 572/689 kB | 0.6/1.4 MB | 121/282 kB error 03-Jan-2023 03:01:41 Progress (5): 2.8/2.9 MB | 1.2 MB | 572/689 kB | 0.6/1.4 MB | 121/282 kB error 03-Jan-2023 03:01:41 Progress (5): 2.8/2.9 MB | 1.2 MB | 572/689 kB | 0.6/1.4 MB | 121/282 kB error 03-Jan-2023 03:01:41 Progress (5): 2.8/2.9 MB | 1.2 MB | 572/689 kB | 0.6/1.4 MB | 121/282 kB error 03-Jan-2023 03:01:41 Progress (5): 2.8/2.9 MB | 1.2 MB | 572/689 kB | 0.7/1.4 MB | 121/282 kB error 03-Jan-2023 03:01:41 Progress (5): 2.8/2.9 MB | 1.2 MB | 572/689 kB | 0.7/1.4 MB | 121/282 kB error 03-Jan-2023 03:01:41 Progress (5): 2.8/2.9 MB | 1.2 MB | 572/689 kB | 0.7/1.4 MB | 121/282 kB error 03-Jan-2023 03:01:41 Progress (5): 2.8/2.9 MB | 1.2 MB | 572/689 kB | 0.7/1.4 MB | 121/282 kB error 03-Jan-2023 03:01:41 Progress (5): 2.8/2.9 MB | 1.2 MB | 572/689 kB | 0.7/1.4 MB | 121/282 kB error 03-Jan-2023 03:01:41 Progress (5): 2.8/2.9 MB | 1.2 MB | 572/689 kB | 0.7/1.4 MB | 121/282 kB error 03-Jan-2023 03:01:41 Progress (5): 2.8/2.9 MB | 1.2 MB | 572/689 kB | 0.7/1.4 MB | 121/282 kB error 03-Jan-2023 03:01:41 Progress (5): 2.8/2.9 MB | 1.2 MB | 574/689 kB | 0.7/1.4 MB | 121/282 kB error 03-Jan-2023 03:01:41 Progress (5): 2.8/2.9 MB | 1.2 MB | 578/689 kB | 0.7/1.4 MB | 121/282 kB error 03-Jan-2023 03:01:41 Progress (5): 2.8/2.9 MB | 1.2 MB | 582/689 kB | 0.7/1.4 MB | 121/282 kB error 03-Jan-2023 03:01:41 Progress (5): 2.8/2.9 MB | 1.2 MB | 586/689 kB | 0.7/1.4 MB | 121/282 kB error 03-Jan-2023 03:01:41 Progress (5): 2.8/2.9 MB | 1.2 MB | 590/689 kB | 0.7/1.4 MB | 121/282 kB error 03-Jan-2023 03:01:41 Progress (5): 2.8/2.9 MB | 1.2 MB | 594/689 kB | 0.7/1.4 MB | 121/282 kB error 03-Jan-2023 03:01:41 Progress (5): 2.8/2.9 MB | 1.2 MB | 598/689 kB | 0.7/1.4 MB | 121/282 kB error 03-Jan-2023 03:01:41 Progress (5): 2.8/2.9 MB | 1.2 MB | 603/689 kB | 0.7/1.4 MB | 121/282 kB error 03-Jan-2023 03:01:41 Progress (5): 2.8/2.9 MB | 1.2 MB | 607/689 kB | 0.7/1.4 MB | 121/282 kB error 03-Jan-2023 03:01:41 Progress (5): 2.8/2.9 MB | 1.2 MB | 609/689 kB | 0.7/1.4 MB | 121/282 kB error 03-Jan-2023 03:01:41 Progress (5): 2.8/2.9 MB | 1.2 MB | 613/689 kB | 0.7/1.4 MB | 121/282 kB error 03-Jan-2023 03:01:41 Progress (5): 2.8/2.9 MB | 1.2 MB | 617/689 kB | 0.7/1.4 MB | 121/282 kB error 03-Jan-2023 03:01:41 Progress (5): 2.8/2.9 MB | 1.2 MB | 621/689 kB | 0.7/1.4 MB | 121/282 kB error 03-Jan-2023 03:01:41 Progress (5): 2.8/2.9 MB | 1.2 MB | 625/689 kB | 0.7/1.4 MB | 121/282 kB error 03-Jan-2023 03:01:41 Progress (5): 2.8/2.9 MB | 1.2 MB | 629/689 kB | 0.7/1.4 MB | 121/282 kB error 03-Jan-2023 03:01:41 Progress (5): 2.8/2.9 MB | 1.2 MB | 633/689 kB | 0.7/1.4 MB | 121/282 kB error 03-Jan-2023 03:01:41 Progress (5): 2.8/2.9 MB | 1.2 MB | 637/689 kB | 0.7/1.4 MB | 121/282 kB error 03-Jan-2023 03:01:41 Progress (5): 2.8/2.9 MB | 1.2 MB | 641/689 kB | 0.7/1.4 MB | 121/282 kB error 03-Jan-2023 03:01:41 Progress (5): 2.8/2.9 MB | 1.2 MB | 644/689 kB | 0.7/1.4 MB | 121/282 kB error 03-Jan-2023 03:01:41 Progress (5): 2.8/2.9 MB | 1.2 MB | 648/689 kB | 0.7/1.4 MB | 121/282 kB error 03-Jan-2023 03:01:41 Progress (5): 2.8/2.9 MB | 1.2 MB | 652/689 kB | 0.7/1.4 MB | 121/282 kB error 03-Jan-2023 03:01:41 Progress (5): 2.8/2.9 MB | 1.2 MB | 656/689 kB | 0.7/1.4 MB | 121/282 kB error 03-Jan-2023 03:01:41 Progress (5): 2.8/2.9 MB | 1.2 MB | 660/689 kB | 0.7/1.4 MB | 121/282 kB error 03-Jan-2023 03:01:41 Progress (5): 2.8/2.9 MB | 1.2 MB | 664/689 kB | 0.7/1.4 MB | 121/282 kB error 03-Jan-2023 03:01:41 Progress (5): 2.8/2.9 MB | 1.2 MB | 668/689 kB | 0.7/1.4 MB | 121/282 kB error 03-Jan-2023 03:01:41 Progress (5): 2.8/2.9 MB | 1.2 MB | 672/689 kB | 0.7/1.4 MB | 121/282 kB error 03-Jan-2023 03:01:41 Progress (5): 2.8/2.9 MB | 1.2 MB | 676/689 kB | 0.7/1.4 MB | 121/282 kB error 03-Jan-2023 03:01:41 Progress (5): 2.8/2.9 MB | 1.2 MB | 678/689 kB | 0.7/1.4 MB | 121/282 kB error 03-Jan-2023 03:01:41 Progress (5): 2.8/2.9 MB | 1.2 MB | 682/689 kB | 0.7/1.4 MB | 121/282 kB error 03-Jan-2023 03:01:41 Progress (5): 2.8/2.9 MB | 1.2 MB | 687/689 kB | 0.7/1.4 MB | 121/282 kB error 03-Jan-2023 03:01:41 Progress (5): 2.8/2.9 MB | 1.2 MB | 689 kB | 0.7/1.4 MB | 121/282 kB error 03-Jan-2023 03:01:41 Progress (5): 2.8/2.9 MB | 1.2 MB | 689 kB | 0.7/1.4 MB | 121/282 kB error 03-Jan-2023 03:01:41 Progress (5): 2.8/2.9 MB | 1.2 MB | 689 kB | 0.7/1.4 MB | 121/282 kB error 03-Jan-2023 03:01:41 Progress (5): 2.8/2.9 MB | 1.2 MB | 689 kB | 0.7/1.4 MB | 121/282 kB error 03-Jan-2023 03:01:41 Progress (5): 2.8/2.9 MB | 1.2 MB | 689 kB | 0.7/1.4 MB | 121/282 kB error 03-Jan-2023 03:01:41 Progress (5): 2.8/2.9 MB | 1.2 MB | 689 kB | 0.7/1.4 MB | 121/282 kB error 03-Jan-2023 03:01:41 Progress (5): 2.9/2.9 MB | 1.2 MB | 689 kB | 0.7/1.4 MB | 121/282 kB error 03-Jan-2023 03:01:41 Progress (5): 2.9/2.9 MB | 1.2 MB | 689 kB | 0.7/1.4 MB | 121/282 kB error 03-Jan-2023 03:01:41 Progress (5): 2.9/2.9 MB | 1.2 MB | 689 kB | 0.7/1.4 MB | 121/282 kB error 03-Jan-2023 03:01:41 Progress (5): 2.9 MB | 1.2 MB | 689 kB | 0.7/1.4 MB | 121/282 kB error 03-Jan-2023 03:01:41 Progress (5): 2.9 MB | 1.2 MB | 689 kB | 0.7/1.4 MB | 121/282 kB error 03-Jan-2023 03:01:41 Progress (5): 2.9 MB | 1.2 MB | 689 kB | 0.7/1.4 MB | 121/282 kB error 03-Jan-2023 03:01:41 Progress (5): 2.9 MB | 1.2 MB | 689 kB | 0.7/1.4 MB | 121/282 kB error 03-Jan-2023 03:01:41 Progress (5): 2.9 MB | 1.2 MB | 689 kB | 0.8/1.4 MB | 121/282 kB error 03-Jan-2023 03:01:41 Progress (5): 2.9 MB | 1.2 MB | 689 kB | 0.8/1.4 MB | 121/282 kB error 03-Jan-2023 03:01:41 Progress (5): 2.9 MB | 1.2 MB | 689 kB | 0.8/1.4 MB | 121/282 kB error 03-Jan-2023 03:01:41 Progress (5): 2.9 MB | 1.2 MB | 689 kB | 0.8/1.4 MB | 121/282 kB error 03-Jan-2023 03:01:41 Progress (5): 2.9 MB | 1.2 MB | 689 kB | 0.8/1.4 MB | 121/282 kB error 03-Jan-2023 03:01:41 Progress (5): 2.9 MB | 1.2 MB | 689 kB | 0.8/1.4 MB | 121/282 kB error 03-Jan-2023 03:01:41 Progress (5): 2.9 MB | 1.2 MB | 689 kB | 0.8/1.4 MB | 121/282 kB error 03-Jan-2023 03:01:41 Progress (5): 2.9 MB | 1.2 MB | 689 kB | 0.8/1.4 MB | 121/282 kB error 03-Jan-2023 03:01:41 Progress (5): 2.9 MB | 1.2 MB | 689 kB | 0.8/1.4 MB | 121/282 kB error 03-Jan-2023 03:01:41 Progress (5): 2.9 MB | 1.2 MB | 689 kB | 0.8/1.4 MB | 121/282 kB error 03-Jan-2023 03:01:41 Progress (5): 2.9 MB | 1.2 MB | 689 kB | 0.8/1.4 MB | 125/282 kB error 03-Jan-2023 03:01:41 Progress (5): 2.9 MB | 1.2 MB | 689 kB | 0.8/1.4 MB | 129/282 kB error 03-Jan-2023 03:01:41 Progress (5): 2.9 MB | 1.2 MB | 689 kB | 0.8/1.4 MB | 134/282 kB error 03-Jan-2023 03:01:41 Progress (5): 2.9 MB | 1.2 MB | 689 kB | 0.8/1.4 MB | 138/282 kB error 03-Jan-2023 03:01:41 Progress (5): 2.9 MB | 1.2 MB | 689 kB | 0.8/1.4 MB | 138/282 kB error 03-Jan-2023 03:01:41 Progress (5): 2.9 MB | 1.2 MB | 689 kB | 0.9/1.4 MB | 138/282 kB error 03-Jan-2023 03:01:41 Progress (5): 2.9 MB | 1.2 MB | 689 kB | 0.9/1.4 MB | 138/282 kB error 03-Jan-2023 03:01:41 Progress (5): 2.9 MB | 1.2 MB | 689 kB | 0.9/1.4 MB | 138/282 kB error 03-Jan-2023 03:01:41 Progress (5): 2.9 MB | 1.2 MB | 689 kB | 0.9/1.4 MB | 138/282 kB error 03-Jan-2023 03:01:41 Progress (5): 2.9 MB | 1.2 MB | 689 kB | 0.9/1.4 MB | 138/282 kB error 03-Jan-2023 03:01:41 Progress (5): 2.9 MB | 1.2 MB | 689 kB | 0.9/1.4 MB | 138/282 kB error 03-Jan-2023 03:01:41 Progress (5): 2.9 MB | 1.2 MB | 689 kB | 0.9/1.4 MB | 138/282 kB error 03-Jan-2023 03:01:41 Progress (5): 2.9 MB | 1.2 MB | 689 kB | 0.9/1.4 MB | 138/282 kB error 03-Jan-2023 03:01:41 Progress (5): 2.9 MB | 1.2 MB | 689 kB | 0.9/1.4 MB | 138/282 kB error 03-Jan-2023 03:01:41 Progress (5): 2.9 MB | 1.2 MB | 689 kB | 0.9/1.4 MB | 138/282 kB error 03-Jan-2023 03:01:41 Progress (5): 2.9 MB | 1.2 MB | 689 kB | 0.9/1.4 MB | 142/282 kB error 03-Jan-2023 03:01:41 Progress (5): 2.9 MB | 1.2 MB | 689 kB | 0.9/1.4 MB | 146/282 kB error 03-Jan-2023 03:01:41 Progress (5): 2.9 MB | 1.2 MB | 689 kB | 0.9/1.4 MB | 150/282 kB error 03-Jan-2023 03:01:41 Progress (5): 2.9 MB | 1.2 MB | 689 kB | 0.9/1.4 MB | 154/282 kB error 03-Jan-2023 03:01:41 Progress (5): 2.9 MB | 1.2 MB | 689 kB | 0.9/1.4 MB | 156/282 kB error 03-Jan-2023 03:01:41 Progress (5): 2.9 MB | 1.2 MB | 689 kB | 0.9/1.4 MB | 160/282 kB error 03-Jan-2023 03:01:41 Progress (5): 2.9 MB | 1.2 MB | 689 kB | 0.9/1.4 MB | 164/282 kB error 03-Jan-2023 03:01:41 Progress (5): 2.9 MB | 1.2 MB | 689 kB | 0.9/1.4 MB | 168/282 kB error 03-Jan-2023 03:01:41 Progress (5): 2.9 MB | 1.2 MB | 689 kB | 0.9/1.4 MB | 172/282 kB error 03-Jan-2023 03:01:41 Progress (5): 2.9 MB | 1.2 MB | 689 kB | 0.9/1.4 MB | 177/282 kB error 03-Jan-2023 03:01:41 Progress (5): 2.9 MB | 1.2 MB | 689 kB | 0.9/1.4 MB | 181/282 kB error 03-Jan-2023 03:01:41 Progress (5): 2.9 MB | 1.2 MB | 689 kB | 0.9/1.4 MB | 185/282 kB error 03-Jan-2023 03:01:41 Progress (5): 2.9 MB | 1.2 MB | 689 kB | 0.9/1.4 MB | 189/282 kB error 03-Jan-2023 03:01:41 Progress (5): 2.9 MB | 1.2 MB | 689 kB | 0.9/1.4 MB | 191/282 kB error 03-Jan-2023 03:01:41 Progress (5): 2.9 MB | 1.2 MB | 689 kB | 0.9/1.4 MB | 195/282 kB error 03-Jan-2023 03:01:41 Progress (5): 2.9 MB | 1.2 MB | 689 kB | 0.9/1.4 MB | 199/282 kB error 03-Jan-2023 03:01:41 Progress (5): 2.9 MB | 1.2 MB | 689 kB | 0.9/1.4 MB | 203/282 kB error 03-Jan-2023 03:01:41 Progress (5): 2.9 MB | 1.2 MB | 689 kB | 0.9/1.4 MB | 207/282 kB error 03-Jan-2023 03:01:41 Progress (5): 2.9 MB | 1.2 MB | 689 kB | 0.9/1.4 MB | 211/282 kB error 03-Jan-2023 03:01:41 Progress (5): 2.9 MB | 1.2 MB | 689 kB | 0.9/1.4 MB | 215/282 kB error 03-Jan-2023 03:01:41 Progress (5): 2.9 MB | 1.2 MB | 689 kB | 0.9/1.4 MB | 220/282 kB error 03-Jan-2023 03:01:41 Progress (5): 2.9 MB | 1.2 MB | 689 kB | 0.9/1.4 MB | 224/282 kB error 03-Jan-2023 03:01:41 Progress (5): 2.9 MB | 1.2 MB | 689 kB | 0.9/1.4 MB | 226/282 kB error 03-Jan-2023 03:01:41 Progress (5): 2.9 MB | 1.2 MB | 689 kB | 0.9/1.4 MB | 230/282 kB error 03-Jan-2023 03:01:41 Progress (5): 2.9 MB | 1.2 MB | 689 kB | 0.9/1.4 MB | 234/282 kB error 03-Jan-2023 03:01:41 Progress (5): 2.9 MB | 1.2 MB | 689 kB | 0.9/1.4 MB | 238/282 kB error 03-Jan-2023 03:01:41 Progress (5): 2.9 MB | 1.2 MB | 689 kB | 0.9/1.4 MB | 242/282 kB error 03-Jan-2023 03:01:41 Progress (5): 2.9 MB | 1.2 MB | 689 kB | 0.9/1.4 MB | 246/282 kB error 03-Jan-2023 03:01:41 Progress (5): 2.9 MB | 1.2 MB | 689 kB | 0.9/1.4 MB | 250/282 kB error 03-Jan-2023 03:01:41 Progress (5): 2.9 MB | 1.2 MB | 689 kB | 0.9/1.4 MB | 254/282 kB error 03-Jan-2023 03:01:41 Progress (5): 2.9 MB | 1.2 MB | 689 kB | 0.9/1.4 MB | 258/282 kB error 03-Jan-2023 03:01:41 Progress (5): 2.9 MB | 1.2 MB | 689 kB | 0.9/1.4 MB | 261/282 kB error 03-Jan-2023 03:01:41 Progress (5): 2.9 MB | 1.2 MB | 689 kB | 0.9/1.4 MB | 261/282 kB error 03-Jan-2023 03:01:41 Progress (5): 2.9 MB | 1.2 MB | 689 kB | 0.9/1.4 MB | 261/282 kB error 03-Jan-2023 03:01:41 Progress (5): 2.9 MB | 1.2 MB | 689 kB | 1.0/1.4 MB | 261/282 kB error 03-Jan-2023 03:01:41 Progress (5): 2.9 MB | 1.2 MB | 689 kB | 1.0/1.4 MB | 261/282 kB error 03-Jan-2023 03:01:41 Progress (5): 2.9 MB | 1.2 MB | 689 kB | 1.0/1.4 MB | 261/282 kB error 03-Jan-2023 03:01:41 Progress (5): 2.9 MB | 1.2 MB | 689 kB | 1.0/1.4 MB | 261/282 kB error 03-Jan-2023 03:01:41 Progress (5): 2.9 MB | 1.2 MB | 689 kB | 1.0/1.4 MB | 261/282 kB error 03-Jan-2023 03:01:41 Progress (5): 2.9 MB | 1.2 MB | 689 kB | 1.0/1.4 MB | 261/282 kB error 03-Jan-2023 03:01:41 Progress (5): 2.9 MB | 1.2 MB | 689 kB | 1.0/1.4 MB | 261/282 kB error 03-Jan-2023 03:01:41 Progress (5): 2.9 MB | 1.2 MB | 689 kB | 1.0/1.4 MB | 261/282 kB error 03-Jan-2023 03:01:41 Progress (5): 2.9 MB | 1.2 MB | 689 kB | 1.0/1.4 MB | 261/282 kB error 03-Jan-2023 03:01:41 Progress (5): 2.9 MB | 1.2 MB | 689 kB | 1.0/1.4 MB | 261/282 kB error 03-Jan-2023 03:01:41 Progress (5): 2.9 MB | 1.2 MB | 689 kB | 1.0/1.4 MB | 261/282 kB error 03-Jan-2023 03:01:41 Progress (5): 2.9 MB | 1.2 MB | 689 kB | 1.1/1.4 MB | 261/282 kB error 03-Jan-2023 03:01:41 Progress (5): 2.9 MB | 1.2 MB | 689 kB | 1.1/1.4 MB | 261/282 kB error 03-Jan-2023 03:01:41 Progress (5): 2.9 MB | 1.2 MB | 689 kB | 1.1/1.4 MB | 261/282 kB error 03-Jan-2023 03:01:41 Progress (5): 2.9 MB | 1.2 MB | 689 kB | 1.1/1.4 MB | 261/282 kB error 03-Jan-2023 03:01:41 Progress (5): 2.9 MB | 1.2 MB | 689 kB | 1.1/1.4 MB | 261/282 kB error 03-Jan-2023 03:01:41 Progress (5): 2.9 MB | 1.2 MB | 689 kB | 1.1/1.4 MB | 261/282 kB error 03-Jan-2023 03:01:41 Progress (5): 2.9 MB | 1.2 MB | 689 kB | 1.1/1.4 MB | 261/282 kB error 03-Jan-2023 03:01:41 Progress (5): 2.9 MB | 1.2 MB | 689 kB | 1.1/1.4 MB | 261/282 kB error 03-Jan-2023 03:01:41 Progress (5): 2.9 MB | 1.2 MB | 689 kB | 1.1/1.4 MB | 261/282 kB error 03-Jan-2023 03:01:41 Progress (5): 2.9 MB | 1.2 MB | 689 kB | 1.1/1.4 MB | 261/282 kB error 03-Jan-2023 03:01:41 Progress (5): 2.9 MB | 1.2 MB | 689 kB | 1.1/1.4 MB | 261/282 kB error 03-Jan-2023 03:01:41 Progress (5): 2.9 MB | 1.2 MB | 689 kB | 1.1/1.4 MB | 261/282 kB error 03-Jan-2023 03:01:41 Progress (5): 2.9 MB | 1.2 MB | 689 kB | 1.2/1.4 MB | 261/282 kB error 03-Jan-2023 03:01:41 Progress (5): 2.9 MB | 1.2 MB | 689 kB | 1.2/1.4 MB | 261/282 kB error 03-Jan-2023 03:01:41 Progress (5): 2.9 MB | 1.2 MB | 689 kB | 1.2/1.4 MB | 261/282 kB error 03-Jan-2023 03:01:41 Progress (5): 2.9 MB | 1.2 MB | 689 kB | 1.2/1.4 MB | 261/282 kB error 03-Jan-2023 03:01:41 Progress (5): 2.9 MB | 1.2 MB | 689 kB | 1.2/1.4 MB | 261/282 kB error 03-Jan-2023 03:01:41 Progress (5): 2.9 MB | 1.2 MB | 689 kB | 1.2/1.4 MB | 261/282 kB error 03-Jan-2023 03:01:41 Progress (5): 2.9 MB | 1.2 MB | 689 kB | 1.2/1.4 MB | 261/282 kB error 03-Jan-2023 03:01:41 Progress (5): 2.9 MB | 1.2 MB | 689 kB | 1.2/1.4 MB | 261/282 kB error 03-Jan-2023 03:01:41 Progress (5): 2.9 MB | 1.2 MB | 689 kB | 1.2/1.4 MB | 261/282 kB error 03-Jan-2023 03:01:41 Progress (5): 2.9 MB | 1.2 MB | 689 kB | 1.2/1.4 MB | 261/282 kB error 03-Jan-2023 03:01:41 Progress (5): 2.9 MB | 1.2 MB | 689 kB | 1.2/1.4 MB | 261/282 kB error 03-Jan-2023 03:01:41 Progress (5): 2.9 MB | 1.2 MB | 689 kB | 1.3/1.4 MB | 261/282 kB error 03-Jan-2023 03:01:41 Progress (5): 2.9 MB | 1.2 MB | 689 kB | 1.3/1.4 MB | 261/282 kB error 03-Jan-2023 03:01:41 Progress (5): 2.9 MB | 1.2 MB | 689 kB | 1.3/1.4 MB | 261/282 kB error 03-Jan-2023 03:01:41 Progress (5): 2.9 MB | 1.2 MB | 689 kB | 1.3/1.4 MB | 261/282 kB error 03-Jan-2023 03:01:41 Progress (5): 2.9 MB | 1.2 MB | 689 kB | 1.3/1.4 MB | 261/282 kB error 03-Jan-2023 03:01:41 Progress (5): 2.9 MB | 1.2 MB | 689 kB | 1.3/1.4 MB | 261/282 kB error 03-Jan-2023 03:01:41 Progress (5): 2.9 MB | 1.2 MB | 689 kB | 1.3/1.4 MB | 261/282 kB error 03-Jan-2023 03:01:41 error 03-Jan-2023 03:01:41 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/springframework/spring-context/5.2.14.RELEASE/spring-context-5.2.14.RELEASE.jar (1.2 MB at 668 kB/s) error 03-Jan-2023 03:01:41 #17 30.37 Progress (4): 2.9 MB | 689 kB | 1.3/1.4 MB | 261/282 kB error 03-Jan-2023 03:01:41 Progress (4): 2.9 MB | 689 kB | 1.3/1.4 MB | 261/282 kB error 03-Jan-2023 03:01:41 Progress (4): 2.9 MB | 689 kB | 1.3/1.4 MB | 261/282 kB error 03-Jan-2023 03:01:41 error 03-Jan-2023 03:01:41 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/springframework/spring-aop/5.2.14.RELEASE/spring-aop-5.2.14.RELEASE.jar error 03-Jan-2023 03:01:41 #17 30.37 Progress (4): 2.9 MB | 689 kB | 1.3/1.4 MB | 261/282 kB error 03-Jan-2023 03:01:41 Progress (4): 2.9 MB | 689 kB | 1.3/1.4 MB | 261/282 kB error 03-Jan-2023 03:01:41 Progress (4): 2.9 MB | 689 kB | 1.4/1.4 MB | 261/282 kB error 03-Jan-2023 03:01:41 Progress (4): 2.9 MB | 689 kB | 1.4/1.4 MB | 261/282 kB error 03-Jan-2023 03:01:41 Progress (4): 2.9 MB | 689 kB | 1.4/1.4 MB | 261/282 kB error 03-Jan-2023 03:01:41 Progress (4): 2.9 MB | 689 kB | 1.4/1.4 MB | 261/282 kB error 03-Jan-2023 03:01:41 Progress (4): 2.9 MB | 689 kB | 1.4/1.4 MB | 261/282 kB error 03-Jan-2023 03:01:41 Progress (4): 2.9 MB | 689 kB | 1.4/1.4 MB | 261/282 kB error 03-Jan-2023 03:01:41 Progress (4): 2.9 MB | 689 kB | 1.4/1.4 MB | 261/282 kB error 03-Jan-2023 03:01:41 error 03-Jan-2023 03:01:41 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/springframework/spring-beans/5.2.14.RELEASE/spring-beans-5.2.14.RELEASE.jar (689 kB at 367 kB/s) error 03-Jan-2023 03:01:41 #17 30.39 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/springframework/spring-orm/5.2.14.RELEASE/spring-orm-5.2.14.RELEASE.jar error 03-Jan-2023 03:01:41 #17 30.39 Progress (3): 2.9 MB | 1.4/1.4 MB | 261/282 kB error 03-Jan-2023 03:01:41 Progress (3): 2.9 MB | 1.4/1.4 MB | 261/282 kB error 03-Jan-2023 03:01:41 Progress (3): 2.9 MB | 1.4/1.4 MB | 261/282 kB error 03-Jan-2023 03:01:41 Progress (3): 2.9 MB | 1.4/1.4 MB | 261/282 kB error 03-Jan-2023 03:01:41 Progress (3): 2.9 MB | 1.4 MB | 261/282 kB error 03-Jan-2023 03:01:41 Progress (3): 2.9 MB | 1.4 MB | 265/282 kB error 03-Jan-2023 03:01:41 Progress (3): 2.9 MB | 1.4 MB | 269/282 kB error 03-Jan-2023 03:01:41 Progress (3): 2.9 MB | 1.4 MB | 273/282 kB error 03-Jan-2023 03:01:41 Progress (3): 2.9 MB | 1.4 MB | 277/282 kB error 03-Jan-2023 03:01:41 Progress (3): 2.9 MB | 1.4 MB | 281/282 kB error 03-Jan-2023 03:01:41 error 03-Jan-2023 03:01:41 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/api/openmrs-api/2.5.8/openmrs-api-2.5.8.jar (2.9 MB at 1.5 MB/s) error 03-Jan-2023 03:01:41 #17 30.42 Progress (2): 1.4 MB | 282 kB error 03-Jan-2023 03:01:41 error 03-Jan-2023 03:01:41 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/springframework/spring-tx/5.2.14.RELEASE/spring-tx-5.2.14.RELEASE.jar error 03-Jan-2023 03:01:42 #17 30.50 Progress (3): 1.4 MB | 282 kB | 3.3/201 kB error 03-Jan-2023 03:01:42 Progress (3): 1.4 MB | 282 kB | 6.1/201 kB error 03-Jan-2023 03:01:42 Progress (3): 1.4 MB | 282 kB | 8.9/201 kB error 03-Jan-2023 03:01:42 Progress (3): 1.4 MB | 282 kB | 12/201 kB error 03-Jan-2023 03:01:42 error 03-Jan-2023 03:01:42 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/springframework/spring-expression/5.2.14.RELEASE/spring-expression-5.2.14.RELEASE.jar (282 kB at 140 kB/s) error 03-Jan-2023 03:01:42 #17 30.55 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/springframework/spring-jdbc/5.2.14.RELEASE/spring-jdbc-5.2.14.RELEASE.jar error 03-Jan-2023 03:01:42 #17 30.57 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/springframework/spring-core/5.2.14.RELEASE/spring-core-5.2.14.RELEASE.jar (1.4 MB at 693 kB/s) error 03-Jan-2023 03:01:42 #17 30.57 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/springframework/spring-context-support/5.2.14.RELEASE/spring-context-support-5.2.14.RELEASE.jar error 03-Jan-2023 03:01:42 #17 30.61 Progress (1): 14/201 kB error 03-Jan-2023 03:01:42 Progress (1): 17/201 kB error 03-Jan-2023 03:01:42 Progress (1): 20/201 kB error 03-Jan-2023 03:01:42 Progress (1): 23/201 kB error 03-Jan-2023 03:01:42 Progress (1): 26/201 kB error 03-Jan-2023 03:01:42 Progress (1): 29/201 kB error 03-Jan-2023 03:01:42 Progress (1): 31/201 kB error 03-Jan-2023 03:01:42 Progress (1): 34/201 kB error 03-Jan-2023 03:01:42 Progress (1): 37/201 kB error 03-Jan-2023 03:01:42 Progress (1): 40/201 kB error 03-Jan-2023 03:01:42 Progress (2): 40/201 kB | 4.1/373 kB error 03-Jan-2023 03:01:42 Progress (2): 40/201 kB | 8.2/373 kB error 03-Jan-2023 03:01:42 Progress (2): 40/201 kB | 12/373 kB error 03-Jan-2023 03:01:42 Progress (2): 40/201 kB | 16/373 kB error 03-Jan-2023 03:01:42 Progress (2): 40/201 kB | 20/373 kB error 03-Jan-2023 03:01:42 Progress (2): 40/201 kB | 24/373 kB error 03-Jan-2023 03:01:42 Progress (2): 40/201 kB | 28/373 kB error 03-Jan-2023 03:01:42 Progress (2): 40/201 kB | 32/373 kB error 03-Jan-2023 03:01:42 Progress (2): 40/201 kB | 36/373 kB error 03-Jan-2023 03:01:42 Progress (2): 40/201 kB | 40/373 kB error 03-Jan-2023 03:01:42 Progress (2): 40/201 kB | 44/373 kB error 03-Jan-2023 03:01:42 Progress (2): 40/201 kB | 48/373 kB error 03-Jan-2023 03:01:42 Progress (2): 40/201 kB | 51/373 kB error 03-Jan-2023 03:01:42 Progress (2): 40/201 kB | 55/373 kB error 03-Jan-2023 03:01:42 Progress (2): 40/201 kB | 59/373 kB error 03-Jan-2023 03:01:42 Progress (2): 40/201 kB | 63/373 kB error 03-Jan-2023 03:01:42 Progress (2): 40/201 kB | 67/373 kB error 03-Jan-2023 03:01:42 Progress (2): 40/201 kB | 71/373 kB error 03-Jan-2023 03:01:42 Progress (2): 40/201 kB | 75/373 kB error 03-Jan-2023 03:01:42 Progress (2): 40/201 kB | 79/373 kB error 03-Jan-2023 03:01:42 Progress (2): 40/201 kB | 83/373 kB error 03-Jan-2023 03:01:42 Progress (2): 40/201 kB | 85/373 kB error 03-Jan-2023 03:01:42 Progress (2): 40/201 kB | 89/373 kB error 03-Jan-2023 03:01:42 Progress (2): 40/201 kB | 94/373 kB error 03-Jan-2023 03:01:42 Progress (2): 40/201 kB | 98/373 kB error 03-Jan-2023 03:01:42 Progress (2): 40/201 kB | 102/373 kB error 03-Jan-2023 03:01:42 Progress (2): 40/201 kB | 106/373 kB error 03-Jan-2023 03:01:42 Progress (2): 40/201 kB | 110/373 kB error 03-Jan-2023 03:01:42 Progress (2): 40/201 kB | 114/373 kB error 03-Jan-2023 03:01:42 Progress (2): 40/201 kB | 116/373 kB error 03-Jan-2023 03:01:42 Progress (2): 40/201 kB | 120/373 kB error 03-Jan-2023 03:01:42 Progress (2): 40/201 kB | 125/373 kB error 03-Jan-2023 03:01:42 Progress (2): 40/201 kB | 129/373 kB error 03-Jan-2023 03:01:42 Progress (2): 40/201 kB | 133/373 kB error 03-Jan-2023 03:01:42 Progress (2): 40/201 kB | 137/373 kB error 03-Jan-2023 03:01:42 Progress (2): 40/201 kB | 141/373 kB error 03-Jan-2023 03:01:42 Progress (2): 40/201 kB | 145/373 kB error 03-Jan-2023 03:01:42 Progress (2): 40/201 kB | 149/373 kB error 03-Jan-2023 03:01:42 Progress (2): 40/201 kB | 151/373 kB error 03-Jan-2023 03:01:42 Progress (2): 40/201 kB | 155/373 kB error 03-Jan-2023 03:01:42 Progress (2): 40/201 kB | 159/373 kB error 03-Jan-2023 03:01:42 Progress (2): 40/201 kB | 163/373 kB error 03-Jan-2023 03:01:42 Progress (2): 40/201 kB | 168/373 kB error 03-Jan-2023 03:01:42 Progress (2): 40/201 kB | 172/373 kB error 03-Jan-2023 03:01:42 Progress (2): 40/201 kB | 176/373 kB error 03-Jan-2023 03:01:42 Progress (2): 40/201 kB | 180/373 kB error 03-Jan-2023 03:01:42 Progress (2): 40/201 kB | 182/373 kB error 03-Jan-2023 03:01:42 Progress (2): 40/201 kB | 186/373 kB error 03-Jan-2023 03:01:42 Progress (2): 40/201 kB | 190/373 kB error 03-Jan-2023 03:01:42 Progress (2): 40/201 kB | 194/373 kB error 03-Jan-2023 03:01:42 Progress (2): 40/201 kB | 198/373 kB error 03-Jan-2023 03:01:42 Progress (2): 40/201 kB | 202/373 kB error 03-Jan-2023 03:01:42 Progress (2): 40/201 kB | 206/373 kB error 03-Jan-2023 03:01:42 Progress (2): 40/201 kB | 211/373 kB error 03-Jan-2023 03:01:42 Progress (2): 40/201 kB | 215/373 kB error 03-Jan-2023 03:01:42 Progress (2): 40/201 kB | 217/373 kB error 03-Jan-2023 03:01:42 Progress (2): 40/201 kB | 221/373 kB error 03-Jan-2023 03:01:42 Progress (2): 40/201 kB | 225/373 kB error 03-Jan-2023 03:01:42 Progress (2): 40/201 kB | 229/373 kB error 03-Jan-2023 03:01:42 Progress (2): 40/201 kB | 233/373 kB error 03-Jan-2023 03:01:42 Progress (2): 40/201 kB | 237/373 kB error 03-Jan-2023 03:01:42 Progress (2): 40/201 kB | 241/373 kB error 03-Jan-2023 03:01:42 Progress (2): 40/201 kB | 245/373 kB error 03-Jan-2023 03:01:42 Progress (2): 40/201 kB | 249/373 kB error 03-Jan-2023 03:01:42 Progress (2): 40/201 kB | 251/373 kB error 03-Jan-2023 03:01:42 Progress (2): 40/201 kB | 256/373 kB error 03-Jan-2023 03:01:42 Progress (2): 40/201 kB | 260/373 kB error 03-Jan-2023 03:01:42 Progress (2): 40/201 kB | 264/373 kB error 03-Jan-2023 03:01:42 Progress (2): 40/201 kB | 268/373 kB error 03-Jan-2023 03:01:42 Progress (2): 40/201 kB | 272/373 kB error 03-Jan-2023 03:01:42 Progress (2): 40/201 kB | 276/373 kB error 03-Jan-2023 03:01:42 Progress (2): 40/201 kB | 280/373 kB error 03-Jan-2023 03:01:42 Progress (2): 40/201 kB | 284/373 kB error 03-Jan-2023 03:01:42 Progress (2): 40/201 kB | 286/373 kB error 03-Jan-2023 03:01:42 Progress (3): 40/201 kB | 286/373 kB | 3.3/183 kB error 03-Jan-2023 03:01:42 Progress (3): 40/201 kB | 286/373 kB | 6.1/183 kB error 03-Jan-2023 03:01:42 Progress (3): 40/201 kB | 286/373 kB | 8.9/183 kB error 03-Jan-2023 03:01:42 Progress (3): 40/201 kB | 286/373 kB | 12/183 kB error 03-Jan-2023 03:01:42 Progress (3): 40/201 kB | 286/373 kB | 14/183 kB error 03-Jan-2023 03:01:42 Progress (3): 40/201 kB | 286/373 kB | 17/183 kB error 03-Jan-2023 03:01:42 Progress (3): 40/201 kB | 286/373 kB | 20/183 kB error 03-Jan-2023 03:01:42 Progress (3): 40/201 kB | 286/373 kB | 23/183 kB error 03-Jan-2023 03:01:42 Progress (3): 40/201 kB | 286/373 kB | 26/183 kB error 03-Jan-2023 03:01:42 Progress (3): 40/201 kB | 286/373 kB | 28/183 kB error 03-Jan-2023 03:01:42 Progress (3): 40/201 kB | 286/373 kB | 31/183 kB error 03-Jan-2023 03:01:42 Progress (3): 40/201 kB | 286/373 kB | 34/183 kB error 03-Jan-2023 03:01:42 Progress (3): 40/201 kB | 286/373 kB | 37/183 kB error 03-Jan-2023 03:01:42 Progress (3): 40/201 kB | 286/373 kB | 40/183 kB error 03-Jan-2023 03:01:42 Progress (3): 40/201 kB | 286/373 kB | 42/183 kB error 03-Jan-2023 03:01:42 Progress (3): 40/201 kB | 286/373 kB | 45/183 kB error 03-Jan-2023 03:01:42 Progress (3): 40/201 kB | 286/373 kB | 48/183 kB error 03-Jan-2023 03:01:42 Progress (3): 40/201 kB | 286/373 kB | 51/183 kB error 03-Jan-2023 03:01:42 Progress (3): 40/201 kB | 286/373 kB | 54/183 kB error 03-Jan-2023 03:01:42 Progress (3): 40/201 kB | 286/373 kB | 56/183 kB error 03-Jan-2023 03:01:42 Progress (3): 40/201 kB | 286/373 kB | 59/183 kB error 03-Jan-2023 03:01:42 Progress (3): 40/201 kB | 286/373 kB | 62/183 kB error 03-Jan-2023 03:01:42 Progress (3): 40/201 kB | 286/373 kB | 65/183 kB error 03-Jan-2023 03:01:42 Progress (3): 40/201 kB | 286/373 kB | 67/183 kB error 03-Jan-2023 03:01:42 Progress (3): 40/201 kB | 286/373 kB | 70/183 kB error 03-Jan-2023 03:01:42 Progress (3): 40/201 kB | 286/373 kB | 73/183 kB error 03-Jan-2023 03:01:42 Progress (3): 40/201 kB | 286/373 kB | 76/183 kB error 03-Jan-2023 03:01:42 Progress (3): 40/201 kB | 286/373 kB | 79/183 kB error 03-Jan-2023 03:01:42 Progress (3): 40/201 kB | 286/373 kB | 81/183 kB error 03-Jan-2023 03:01:42 Progress (3): 40/201 kB | 286/373 kB | 84/183 kB error 03-Jan-2023 03:01:42 Progress (3): 40/201 kB | 286/373 kB | 87/183 kB error 03-Jan-2023 03:01:42 Progress (3): 40/201 kB | 286/373 kB | 90/183 kB error 03-Jan-2023 03:01:42 Progress (3): 40/201 kB | 286/373 kB | 93/183 kB error 03-Jan-2023 03:01:42 Progress (3): 40/201 kB | 286/373 kB | 95/183 kB error 03-Jan-2023 03:01:42 Progress (3): 40/201 kB | 286/373 kB | 98/183 kB error 03-Jan-2023 03:01:42 Progress (3): 40/201 kB | 286/373 kB | 101/183 kB error 03-Jan-2023 03:01:42 Progress (3): 40/201 kB | 286/373 kB | 104/183 kB error 03-Jan-2023 03:01:42 Progress (3): 43/201 kB | 286/373 kB | 104/183 kB error 03-Jan-2023 03:01:42 Progress (3): 45/201 kB | 286/373 kB | 104/183 kB error 03-Jan-2023 03:01:42 Progress (3): 48/201 kB | 286/373 kB | 104/183 kB error 03-Jan-2023 03:01:42 Progress (3): 51/201 kB | 286/373 kB | 104/183 kB error 03-Jan-2023 03:01:42 Progress (3): 54/201 kB | 286/373 kB | 104/183 kB error 03-Jan-2023 03:01:42 Progress (3): 56/201 kB | 286/373 kB | 104/183 kB error 03-Jan-2023 03:01:42 Progress (3): 59/201 kB | 286/373 kB | 104/183 kB error 03-Jan-2023 03:01:42 Progress (3): 62/201 kB | 286/373 kB | 104/183 kB error 03-Jan-2023 03:01:42 Progress (3): 65/201 kB | 286/373 kB | 104/183 kB error 03-Jan-2023 03:01:42 Progress (3): 68/201 kB | 286/373 kB | 104/183 kB error 03-Jan-2023 03:01:42 Progress (3): 70/201 kB | 286/373 kB | 104/183 kB error 03-Jan-2023 03:01:42 Progress (3): 73/201 kB | 286/373 kB | 104/183 kB error 03-Jan-2023 03:01:42 Progress (3): 76/201 kB | 286/373 kB | 104/183 kB error 03-Jan-2023 03:01:42 Progress (3): 79/201 kB | 286/373 kB | 104/183 kB error 03-Jan-2023 03:01:42 Progress (3): 82/201 kB | 286/373 kB | 104/183 kB error 03-Jan-2023 03:01:42 Progress (3): 84/201 kB | 286/373 kB | 104/183 kB error 03-Jan-2023 03:01:42 Progress (3): 87/201 kB | 286/373 kB | 104/183 kB error 03-Jan-2023 03:01:42 Progress (3): 87/201 kB | 286/373 kB | 106/183 kB error 03-Jan-2023 03:01:42 Progress (3): 87/201 kB | 286/373 kB | 109/183 kB error 03-Jan-2023 03:01:42 Progress (4): 87/201 kB | 286/373 kB | 109/183 kB | 4.1/315 kB error 03-Jan-2023 03:01:42 Progress (4): 87/201 kB | 286/373 kB | 109/183 kB | 7.5/315 kB error 03-Jan-2023 03:01:42 Progress (4): 87/201 kB | 286/373 kB | 109/183 kB | 12/315 kB error 03-Jan-2023 03:01:42 Progress (4): 87/201 kB | 286/373 kB | 109/183 kB | 16/315 kB error 03-Jan-2023 03:01:42 Progress (4): 87/201 kB | 286/373 kB | 109/183 kB | 20/315 kB error 03-Jan-2023 03:01:42 Progress (4): 87/201 kB | 286/373 kB | 109/183 kB | 24/315 kB error 03-Jan-2023 03:01:42 Progress (4): 87/201 kB | 286/373 kB | 109/183 kB | 28/315 kB error 03-Jan-2023 03:01:42 Progress (4): 87/201 kB | 286/373 kB | 109/183 kB | 32/315 kB error 03-Jan-2023 03:01:42 Progress (4): 87/201 kB | 286/373 kB | 109/183 kB | 36/315 kB error 03-Jan-2023 03:01:42 Progress (4): 87/201 kB | 286/373 kB | 109/183 kB | 40/315 kB error 03-Jan-2023 03:01:42 Progress (4): 87/201 kB | 286/373 kB | 109/183 kB | 42/315 kB error 03-Jan-2023 03:01:42 Progress (4): 87/201 kB | 286/373 kB | 109/183 kB | 46/315 kB error 03-Jan-2023 03:01:42 Progress (4): 87/201 kB | 286/373 kB | 109/183 kB | 51/315 kB error 03-Jan-2023 03:01:42 Progress (4): 87/201 kB | 286/373 kB | 109/183 kB | 53/315 kB error 03-Jan-2023 03:01:42 Progress (4): 87/201 kB | 286/373 kB | 109/183 kB | 57/315 kB error 03-Jan-2023 03:01:42 Progress (4): 87/201 kB | 286/373 kB | 109/183 kB | 62/315 kB error 03-Jan-2023 03:01:42 Progress (4): 87/201 kB | 286/373 kB | 109/183 kB | 66/315 kB error 03-Jan-2023 03:01:42 Progress (4): 87/201 kB | 286/373 kB | 109/183 kB | 70/315 kB error 03-Jan-2023 03:01:42 Progress (4): 87/201 kB | 286/373 kB | 109/183 kB | 74/315 kB error 03-Jan-2023 03:01:42 Progress (4): 87/201 kB | 286/373 kB | 109/183 kB | 78/315 kB error 03-Jan-2023 03:01:42 Progress (4): 87/201 kB | 286/373 kB | 109/183 kB | 82/315 kB error 03-Jan-2023 03:01:42 Progress (4): 87/201 kB | 286/373 kB | 109/183 kB | 86/315 kB error 03-Jan-2023 03:01:42 Progress (4): 87/201 kB | 286/373 kB | 109/183 kB | 88/315 kB error 03-Jan-2023 03:01:42 Progress (4): 87/201 kB | 286/373 kB | 109/183 kB | 92/315 kB error 03-Jan-2023 03:01:42 Progress (4): 87/201 kB | 286/373 kB | 109/183 kB | 96/315 kB error 03-Jan-2023 03:01:42 Progress (4): 87/201 kB | 286/373 kB | 109/183 kB | 100/315 kB error 03-Jan-2023 03:01:42 Progress (4): 87/201 kB | 286/373 kB | 109/183 kB | 105/315 kB error 03-Jan-2023 03:01:42 Progress (4): 87/201 kB | 286/373 kB | 109/183 kB | 109/315 kB error 03-Jan-2023 03:01:42 Progress (4): 87/201 kB | 286/373 kB | 109/183 kB | 113/315 kB error 03-Jan-2023 03:01:42 Progress (4): 87/201 kB | 286/373 kB | 109/183 kB | 117/315 kB error 03-Jan-2023 03:01:42 Progress (4): 87/201 kB | 286/373 kB | 109/183 kB | 121/315 kB error 03-Jan-2023 03:01:42 Progress (4): 87/201 kB | 286/373 kB | 109/183 kB | 123/315 kB error 03-Jan-2023 03:01:42 Progress (4): 87/201 kB | 286/373 kB | 109/183 kB | 125/315 kB error 03-Jan-2023 03:01:42 Progress (4): 87/201 kB | 286/373 kB | 109/183 kB | 129/315 kB error 03-Jan-2023 03:01:42 Progress (4): 87/201 kB | 286/373 kB | 109/183 kB | 134/315 kB error 03-Jan-2023 03:01:42 Progress (4): 87/201 kB | 286/373 kB | 109/183 kB | 138/315 kB error 03-Jan-2023 03:01:42 Progress (4): 87/201 kB | 286/373 kB | 109/183 kB | 142/315 kB error 03-Jan-2023 03:01:42 Progress (4): 87/201 kB | 286/373 kB | 109/183 kB | 146/315 kB error 03-Jan-2023 03:01:42 Progress (4): 87/201 kB | 286/373 kB | 109/183 kB | 150/315 kB error 03-Jan-2023 03:01:42 Progress (4): 87/201 kB | 286/373 kB | 109/183 kB | 154/315 kB error 03-Jan-2023 03:01:42 Progress (4): 87/201 kB | 286/373 kB | 109/183 kB | 158/315 kB error 03-Jan-2023 03:01:42 Progress (4): 87/201 kB | 286/373 kB | 109/183 kB | 162/315 kB error 03-Jan-2023 03:01:42 Progress (4): 87/201 kB | 286/373 kB | 109/183 kB | 166/315 kB error 03-Jan-2023 03:01:42 Progress (4): 87/201 kB | 286/373 kB | 109/183 kB | 170/315 kB error 03-Jan-2023 03:01:42 Progress (4): 87/201 kB | 286/373 kB | 109/183 kB | 174/315 kB error 03-Jan-2023 03:01:42 Progress (4): 87/201 kB | 286/373 kB | 109/183 kB | 179/315 kB error 03-Jan-2023 03:01:42 Progress (4): 87/201 kB | 286/373 kB | 109/183 kB | 183/315 kB error 03-Jan-2023 03:01:42 Progress (4): 87/201 kB | 286/373 kB | 109/183 kB | 187/315 kB error 03-Jan-2023 03:01:42 Progress (4): 87/201 kB | 286/373 kB | 109/183 kB | 191/315 kB error 03-Jan-2023 03:01:42 Progress (4): 87/201 kB | 286/373 kB | 109/183 kB | 195/315 kB error 03-Jan-2023 03:01:42 Progress (4): 87/201 kB | 286/373 kB | 109/183 kB | 197/315 kB error 03-Jan-2023 03:01:42 Progress (4): 87/201 kB | 286/373 kB | 109/183 kB | 201/315 kB error 03-Jan-2023 03:01:42 Progress (4): 87/201 kB | 286/373 kB | 109/183 kB | 206/315 kB error 03-Jan-2023 03:01:42 Progress (4): 87/201 kB | 286/373 kB | 109/183 kB | 210/315 kB error 03-Jan-2023 03:01:42 Progress (4): 87/201 kB | 286/373 kB | 109/183 kB | 214/315 kB error 03-Jan-2023 03:01:42 Progress (4): 87/201 kB | 286/373 kB | 109/183 kB | 218/315 kB error 03-Jan-2023 03:01:42 Progress (4): 87/201 kB | 286/373 kB | 109/183 kB | 222/315 kB error 03-Jan-2023 03:01:42 Progress (4): 87/201 kB | 286/373 kB | 109/183 kB | 224/315 kB error 03-Jan-2023 03:01:42 Progress (4): 87/201 kB | 286/373 kB | 109/183 kB | 228/315 kB error 03-Jan-2023 03:01:42 Progress (4): 87/201 kB | 286/373 kB | 109/183 kB | 233/315 kB error 03-Jan-2023 03:01:42 Progress (4): 87/201 kB | 286/373 kB | 109/183 kB | 237/315 kB error 03-Jan-2023 03:01:42 Progress (4): 87/201 kB | 286/373 kB | 109/183 kB | 241/315 kB error 03-Jan-2023 03:01:42 Progress (4): 87/201 kB | 286/373 kB | 109/183 kB | 245/315 kB error 03-Jan-2023 03:01:42 Progress (4): 87/201 kB | 286/373 kB | 109/183 kB | 249/315 kB error 03-Jan-2023 03:01:42 Progress (4): 87/201 kB | 286/373 kB | 109/183 kB | 251/315 kB error 03-Jan-2023 03:01:42 Progress (4): 87/201 kB | 286/373 kB | 109/183 kB | 255/315 kB error 03-Jan-2023 03:01:42 Progress (4): 87/201 kB | 286/373 kB | 109/183 kB | 260/315 kB error 03-Jan-2023 03:01:42 Progress (4): 87/201 kB | 286/373 kB | 109/183 kB | 264/315 kB error 03-Jan-2023 03:01:42 Progress (4): 87/201 kB | 286/373 kB | 109/183 kB | 268/315 kB error 03-Jan-2023 03:01:42 Progress (4): 87/201 kB | 286/373 kB | 109/183 kB | 272/315 kB error 03-Jan-2023 03:01:42 Progress (4): 87/201 kB | 286/373 kB | 109/183 kB | 276/315 kB error 03-Jan-2023 03:01:42 Progress (4): 87/201 kB | 286/373 kB | 109/183 kB | 278/315 kB error 03-Jan-2023 03:01:42 Progress (4): 87/201 kB | 286/373 kB | 109/183 kB | 282/315 kB error 03-Jan-2023 03:01:42 Progress (4): 87/201 kB | 286/373 kB | 109/183 kB | 287/315 kB error 03-Jan-2023 03:01:42 Progress (4): 87/201 kB | 286/373 kB | 109/183 kB | 291/315 kB error 03-Jan-2023 03:01:42 Progress (4): 87/201 kB | 286/373 kB | 109/183 kB | 295/315 kB error 03-Jan-2023 03:01:42 Progress (4): 87/201 kB | 286/373 kB | 109/183 kB | 299/315 kB error 03-Jan-2023 03:01:42 Progress (4): 87/201 kB | 286/373 kB | 109/183 kB | 303/315 kB error 03-Jan-2023 03:01:42 Progress (4): 87/201 kB | 286/373 kB | 109/183 kB | 305/315 kB error 03-Jan-2023 03:01:42 Progress (4): 87/201 kB | 286/373 kB | 109/183 kB | 309/315 kB error 03-Jan-2023 03:01:42 Progress (4): 87/201 kB | 286/373 kB | 109/183 kB | 314/315 kB error 03-Jan-2023 03:01:42 Progress (4): 87/201 kB | 286/373 kB | 109/183 kB | 315 kB error 03-Jan-2023 03:01:42 Progress (4): 87/201 kB | 290/373 kB | 109/183 kB | 315 kB error 03-Jan-2023 03:01:42 Progress (4): 87/201 kB | 294/373 kB | 109/183 kB | 315 kB error 03-Jan-2023 03:01:42 Progress (4): 87/201 kB | 299/373 kB | 109/183 kB | 315 kB error 03-Jan-2023 03:01:42 Progress (4): 87/201 kB | 303/373 kB | 109/183 kB | 315 kB error 03-Jan-2023 03:01:42 Progress (4): 87/201 kB | 307/373 kB | 109/183 kB | 315 kB error 03-Jan-2023 03:01:42 Progress (4): 87/201 kB | 311/373 kB | 109/183 kB | 315 kB error 03-Jan-2023 03:01:42 Progress (4): 87/201 kB | 315/373 kB | 109/183 kB | 315 kB error 03-Jan-2023 03:01:42 Progress (4): 87/201 kB | 319/373 kB | 109/183 kB | 315 kB error 03-Jan-2023 03:01:42 Progress (4): 87/201 kB | 321/373 kB | 109/183 kB | 315 kB error 03-Jan-2023 03:01:42 Progress (4): 87/201 kB | 325/373 kB | 109/183 kB | 315 kB error 03-Jan-2023 03:01:42 Progress (4): 87/201 kB | 329/373 kB | 109/183 kB | 315 kB error 03-Jan-2023 03:01:42 Progress (4): 87/201 kB | 333/373 kB | 109/183 kB | 315 kB error 03-Jan-2023 03:01:42 Progress (4): 87/201 kB | 338/373 kB | 109/183 kB | 315 kB error 03-Jan-2023 03:01:42 Progress (4): 87/201 kB | 342/373 kB | 109/183 kB | 315 kB error 03-Jan-2023 03:01:42 Progress (4): 87/201 kB | 346/373 kB | 109/183 kB | 315 kB error 03-Jan-2023 03:01:42 Progress (4): 87/201 kB | 350/373 kB | 109/183 kB | 315 kB error 03-Jan-2023 03:01:42 Progress (4): 87/201 kB | 354/373 kB | 109/183 kB | 315 kB error 03-Jan-2023 03:01:42 Progress (4): 87/201 kB | 356/373 kB | 109/183 kB | 315 kB error 03-Jan-2023 03:01:42 Progress (4): 87/201 kB | 360/373 kB | 109/183 kB | 315 kB error 03-Jan-2023 03:01:42 Progress (4): 87/201 kB | 364/373 kB | 109/183 kB | 315 kB error 03-Jan-2023 03:01:42 Progress (4): 87/201 kB | 368/373 kB | 109/183 kB | 315 kB error 03-Jan-2023 03:01:42 Progress (4): 87/201 kB | 372/373 kB | 109/183 kB | 315 kB error 03-Jan-2023 03:01:42 Progress (4): 87/201 kB | 373 kB | 109/183 kB | 315 kB error 03-Jan-2023 03:01:42 Progress (4): 87/201 kB | 373 kB | 112/183 kB | 315 kB error 03-Jan-2023 03:01:42 Progress (4): 87/201 kB | 373 kB | 115/183 kB | 315 kB error 03-Jan-2023 03:01:42 Progress (4): 87/201 kB | 373 kB | 118/183 kB | 315 kB error 03-Jan-2023 03:01:42 Progress (4): 87/201 kB | 373 kB | 120/183 kB | 315 kB error 03-Jan-2023 03:01:42 Progress (4): 87/201 kB | 373 kB | 123/183 kB | 315 kB error 03-Jan-2023 03:01:42 Progress (4): 87/201 kB | 373 kB | 126/183 kB | 315 kB error 03-Jan-2023 03:01:42 Progress (4): 87/201 kB | 373 kB | 129/183 kB | 315 kB error 03-Jan-2023 03:01:42 Progress (4): 87/201 kB | 373 kB | 132/183 kB | 315 kB error 03-Jan-2023 03:01:42 Progress (4): 87/201 kB | 373 kB | 134/183 kB | 315 kB error 03-Jan-2023 03:01:42 Progress (4): 87/201 kB | 373 kB | 137/183 kB | 315 kB error 03-Jan-2023 03:01:42 Progress (4): 87/201 kB | 373 kB | 140/183 kB | 315 kB error 03-Jan-2023 03:01:42 Progress (4): 87/201 kB | 373 kB | 143/183 kB | 315 kB error 03-Jan-2023 03:01:42 Progress (4): 87/201 kB | 373 kB | 145/183 kB | 315 kB error 03-Jan-2023 03:01:42 Progress (4): 87/201 kB | 373 kB | 148/183 kB | 315 kB error 03-Jan-2023 03:01:42 Progress (4): 87/201 kB | 373 kB | 151/183 kB | 315 kB error 03-Jan-2023 03:01:42 Progress (4): 87/201 kB | 373 kB | 154/183 kB | 315 kB error 03-Jan-2023 03:01:42 Progress (4): 90/201 kB | 373 kB | 154/183 kB | 315 kB error 03-Jan-2023 03:01:42 Progress (4): 93/201 kB | 373 kB | 154/183 kB | 315 kB error 03-Jan-2023 03:01:42 Progress (4): 95/201 kB | 373 kB | 154/183 kB | 315 kB error 03-Jan-2023 03:01:42 Progress (4): 98/201 kB | 373 kB | 154/183 kB | 315 kB error 03-Jan-2023 03:01:42 Progress (4): 101/201 kB | 373 kB | 154/183 kB | 315 kB error 03-Jan-2023 03:01:42 Progress (4): 104/201 kB | 373 kB | 154/183 kB | 315 kB error 03-Jan-2023 03:01:42 Progress (4): 106/201 kB | 373 kB | 154/183 kB | 315 kB error 03-Jan-2023 03:01:42 Progress (4): 109/201 kB | 373 kB | 154/183 kB | 315 kB error 03-Jan-2023 03:01:42 Progress (4): 112/201 kB | 373 kB | 154/183 kB | 315 kB error 03-Jan-2023 03:01:42 Progress (4): 115/201 kB | 373 kB | 154/183 kB | 315 kB error 03-Jan-2023 03:01:42 Progress (4): 118/201 kB | 373 kB | 154/183 kB | 315 kB error 03-Jan-2023 03:01:42 Progress (4): 120/201 kB | 373 kB | 154/183 kB | 315 kB error 03-Jan-2023 03:01:42 Progress (4): 123/201 kB | 373 kB | 154/183 kB | 315 kB error 03-Jan-2023 03:01:42 Progress (4): 126/201 kB | 373 kB | 154/183 kB | 315 kB error 03-Jan-2023 03:01:42 Progress (4): 126/201 kB | 373 kB | 157/183 kB | 315 kB error 03-Jan-2023 03:01:42 Progress (4): 126/201 kB | 373 kB | 159/183 kB | 315 kB error 03-Jan-2023 03:01:42 Progress (4): 126/201 kB | 373 kB | 162/183 kB | 315 kB error 03-Jan-2023 03:01:42 Progress (4): 126/201 kB | 373 kB | 165/183 kB | 315 kB error 03-Jan-2023 03:01:42 Progress (4): 126/201 kB | 373 kB | 168/183 kB | 315 kB error 03-Jan-2023 03:01:42 Progress (4): 126/201 kB | 373 kB | 171/183 kB | 315 kB error 03-Jan-2023 03:01:42 Progress (4): 126/201 kB | 373 kB | 173/183 kB | 315 kB error 03-Jan-2023 03:01:42 Progress (4): 126/201 kB | 373 kB | 176/183 kB | 315 kB error 03-Jan-2023 03:01:42 Progress (4): 126/201 kB | 373 kB | 179/183 kB | 315 kB error 03-Jan-2023 03:01:42 Progress (4): 126/201 kB | 373 kB | 182/183 kB | 315 kB error 03-Jan-2023 03:01:42 Progress (4): 126/201 kB | 373 kB | 183 kB | 315 kB error 03-Jan-2023 03:01:42 error 03-Jan-2023 03:01:42 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/springframework/spring-tx/5.2.14.RELEASE/spring-tx-5.2.14.RELEASE.jar (315 kB at 135 kB/s) error 03-Jan-2023 03:01:42 #17 30.86 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/hibernate/hibernate-core/5.6.0.Final/hibernate-core-5.6.0.Final.jar error 03-Jan-2023 03:01:42 #17 30.86 Progress (4): 126/201 kB | 373 kB | 183 kB | 4.1/409 kB error 03-Jan-2023 03:01:42 Progress (4): 126/201 kB | 373 kB | 183 kB | 8.2/409 kB error 03-Jan-2023 03:01:42 Progress (4): 126/201 kB | 373 kB | 183 kB | 12/409 kB error 03-Jan-2023 03:01:42 Progress (4): 126/201 kB | 373 kB | 183 kB | 16/409 kB error 03-Jan-2023 03:01:42 Progress (4): 126/201 kB | 373 kB | 183 kB | 20/409 kB error 03-Jan-2023 03:01:42 Progress (4): 126/201 kB | 373 kB | 183 kB | 24/409 kB error 03-Jan-2023 03:01:42 Progress (4): 126/201 kB | 373 kB | 183 kB | 28/409 kB error 03-Jan-2023 03:01:42 Progress (4): 126/201 kB | 373 kB | 183 kB | 32/409 kB error 03-Jan-2023 03:01:42 Progress (4): 126/201 kB | 373 kB | 183 kB | 36/409 kB error 03-Jan-2023 03:01:42 Progress (4): 126/201 kB | 373 kB | 183 kB | 40/409 kB error 03-Jan-2023 03:01:42 Progress (4): 126/201 kB | 373 kB | 183 kB | 44/409 kB error 03-Jan-2023 03:01:42 Progress (4): 126/201 kB | 373 kB | 183 kB | 48/409 kB error 03-Jan-2023 03:01:42 Progress (4): 126/201 kB | 373 kB | 183 kB | 51/409 kB error 03-Jan-2023 03:01:42 Progress (4): 126/201 kB | 373 kB | 183 kB | 53/409 kB error 03-Jan-2023 03:01:42 Progress (4): 126/201 kB | 373 kB | 183 kB | 57/409 kB error 03-Jan-2023 03:01:42 Progress (4): 126/201 kB | 373 kB | 183 kB | 62/409 kB error 03-Jan-2023 03:01:42 Progress (4): 126/201 kB | 373 kB | 183 kB | 66/409 kB error 03-Jan-2023 03:01:42 Progress (4): 126/201 kB | 373 kB | 183 kB | 70/409 kB error 03-Jan-2023 03:01:42 Progress (4): 126/201 kB | 373 kB | 183 kB | 74/409 kB error 03-Jan-2023 03:01:42 Progress (4): 126/201 kB | 373 kB | 183 kB | 78/409 kB error 03-Jan-2023 03:01:42 Progress (4): 126/201 kB | 373 kB | 183 kB | 82/409 kB error 03-Jan-2023 03:01:42 Progress (4): 126/201 kB | 373 kB | 183 kB | 86/409 kB error 03-Jan-2023 03:01:42 Progress (4): 126/201 kB | 373 kB | 183 kB | 88/409 kB error 03-Jan-2023 03:01:42 Progress (4): 126/201 kB | 373 kB | 183 kB | 92/409 kB error 03-Jan-2023 03:01:42 Progress (4): 126/201 kB | 373 kB | 183 kB | 96/409 kB error 03-Jan-2023 03:01:42 Progress (4): 126/201 kB | 373 kB | 183 kB | 100/409 kB error 03-Jan-2023 03:01:42 Progress (4): 126/201 kB | 373 kB | 183 kB | 105/409 kB error 03-Jan-2023 03:01:42 Progress (4): 126/201 kB | 373 kB | 183 kB | 109/409 kB error 03-Jan-2023 03:01:42 Progress (4): 126/201 kB | 373 kB | 183 kB | 113/409 kB error 03-Jan-2023 03:01:42 Progress (4): 126/201 kB | 373 kB | 183 kB | 116/409 kB error 03-Jan-2023 03:01:42 Progress (4): 126/201 kB | 373 kB | 183 kB | 120/409 kB error 03-Jan-2023 03:01:42 Progress (4): 126/201 kB | 373 kB | 183 kB | 125/409 kB error 03-Jan-2023 03:01:42 Progress (4): 126/201 kB | 373 kB | 183 kB | 129/409 kB error 03-Jan-2023 03:01:42 Progress (4): 126/201 kB | 373 kB | 183 kB | 133/409 kB error 03-Jan-2023 03:01:42 Progress (4): 126/201 kB | 373 kB | 183 kB | 137/409 kB error 03-Jan-2023 03:01:42 Progress (4): 126/201 kB | 373 kB | 183 kB | 141/409 kB error 03-Jan-2023 03:01:42 Progress (4): 126/201 kB | 373 kB | 183 kB | 145/409 kB error 03-Jan-2023 03:01:42 Progress (4): 126/201 kB | 373 kB | 183 kB | 149/409 kB error 03-Jan-2023 03:01:42 Progress (4): 126/201 kB | 373 kB | 183 kB | 152/409 kB error 03-Jan-2023 03:01:42 Progress (4): 126/201 kB | 373 kB | 183 kB | 156/409 kB error 03-Jan-2023 03:01:42 Progress (4): 126/201 kB | 373 kB | 183 kB | 160/409 kB error 03-Jan-2023 03:01:42 Progress (4): 126/201 kB | 373 kB | 183 kB | 164/409 kB error 03-Jan-2023 03:01:42 Progress (4): 126/201 kB | 373 kB | 183 kB | 167/409 kB error 03-Jan-2023 03:01:42 Progress (4): 126/201 kB | 373 kB | 183 kB | 171/409 kB error 03-Jan-2023 03:01:42 Progress (4): 126/201 kB | 373 kB | 183 kB | 175/409 kB error 03-Jan-2023 03:01:42 Progress (4): 126/201 kB | 373 kB | 183 kB | 179/409 kB error 03-Jan-2023 03:01:42 Progress (4): 126/201 kB | 373 kB | 183 kB | 183/409 kB error 03-Jan-2023 03:01:42 Progress (4): 126/201 kB | 373 kB | 183 kB | 188/409 kB error 03-Jan-2023 03:01:42 Progress (4): 126/201 kB | 373 kB | 183 kB | 192/409 kB error 03-Jan-2023 03:01:42 Progress (4): 126/201 kB | 373 kB | 183 kB | 196/409 kB error 03-Jan-2023 03:01:42 Progress (4): 126/201 kB | 373 kB | 183 kB | 200/409 kB error 03-Jan-2023 03:01:42 Progress (4): 126/201 kB | 373 kB | 183 kB | 204/409 kB error 03-Jan-2023 03:01:42 Progress (4): 126/201 kB | 373 kB | 183 kB | 208/409 kB error 03-Jan-2023 03:01:42 Progress (4): 126/201 kB | 373 kB | 183 kB | 212/409 kB error 03-Jan-2023 03:01:42 Progress (4): 126/201 kB | 373 kB | 183 kB | 216/409 kB error 03-Jan-2023 03:01:42 Progress (4): 126/201 kB | 373 kB | 183 kB | 220/409 kB error 03-Jan-2023 03:01:42 Progress (4): 126/201 kB | 373 kB | 183 kB | 224/409 kB error 03-Jan-2023 03:01:42 Progress (4): 126/201 kB | 373 kB | 183 kB | 229/409 kB error 03-Jan-2023 03:01:42 Progress (4): 126/201 kB | 373 kB | 183 kB | 233/409 kB error 03-Jan-2023 03:01:42 Progress (4): 126/201 kB | 373 kB | 183 kB | 237/409 kB error 03-Jan-2023 03:01:42 Progress (4): 126/201 kB | 373 kB | 183 kB | 241/409 kB error 03-Jan-2023 03:01:42 Progress (4): 126/201 kB | 373 kB | 183 kB | 245/409 kB error 03-Jan-2023 03:01:42 Progress (4): 126/201 kB | 373 kB | 183 kB | 249/409 kB error 03-Jan-2023 03:01:42 Progress (4): 126/201 kB | 373 kB | 183 kB | 251/409 kB error 03-Jan-2023 03:01:42 Progress (4): 126/201 kB | 373 kB | 183 kB | 255/409 kB error 03-Jan-2023 03:01:42 Progress (4): 126/201 kB | 373 kB | 183 kB | 260/409 kB error 03-Jan-2023 03:01:42 Progress (4): 126/201 kB | 373 kB | 183 kB | 264/409 kB error 03-Jan-2023 03:01:42 Progress (4): 126/201 kB | 373 kB | 183 kB | 268/409 kB error 03-Jan-2023 03:01:42 Progress (4): 126/201 kB | 373 kB | 183 kB | 272/409 kB error 03-Jan-2023 03:01:42 Progress (4): 126/201 kB | 373 kB | 183 kB | 276/409 kB error 03-Jan-2023 03:01:42 Progress (4): 126/201 kB | 373 kB | 183 kB | 280/409 kB error 03-Jan-2023 03:01:42 Progress (4): 126/201 kB | 373 kB | 183 kB | 284/409 kB error 03-Jan-2023 03:01:42 Progress (4): 126/201 kB | 373 kB | 183 kB | 288/409 kB error 03-Jan-2023 03:01:42 Progress (4): 126/201 kB | 373 kB | 183 kB | 292/409 kB error 03-Jan-2023 03:01:42 Progress (4): 126/201 kB | 373 kB | 183 kB | 296/409 kB error 03-Jan-2023 03:01:42 Progress (4): 126/201 kB | 373 kB | 183 kB | 300/409 kB error 03-Jan-2023 03:01:42 Progress (4): 126/201 kB | 373 kB | 183 kB | 305/409 kB error 03-Jan-2023 03:01:42 Progress (4): 126/201 kB | 373 kB | 183 kB | 309/409 kB error 03-Jan-2023 03:01:42 Progress (4): 126/201 kB | 373 kB | 183 kB | 313/409 kB error 03-Jan-2023 03:01:42 Progress (4): 126/201 kB | 373 kB | 183 kB | 317/409 kB error 03-Jan-2023 03:01:42 error 03-Jan-2023 03:01:42 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/springframework/spring-aop/5.2.14.RELEASE/spring-aop-5.2.14.RELEASE.jar (373 kB at 157 kB/s) error 03-Jan-2023 03:01:42 #17 30.90 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/jboss/logging/jboss-logging/3.4.2.Final/jboss-logging-3.4.2.Final.jar error 03-Jan-2023 03:01:42 #17 30.91 Progress (3): 126/201 kB | 183 kB | 321/409 kB error 03-Jan-2023 03:01:42 Progress (3): 126/201 kB | 183 kB | 325/409 kB error 03-Jan-2023 03:01:42 Progress (3): 129/201 kB | 183 kB | 325/409 kB error 03-Jan-2023 03:01:42 Progress (3): 132/201 kB | 183 kB | 325/409 kB error 03-Jan-2023 03:01:42 Progress (3): 134/201 kB | 183 kB | 325/409 kB error 03-Jan-2023 03:01:42 Progress (3): 137/201 kB | 183 kB | 325/409 kB error 03-Jan-2023 03:01:42 Progress (3): 140/201 kB | 183 kB | 325/409 kB error 03-Jan-2023 03:01:42 Progress (3): 143/201 kB | 183 kB | 325/409 kB error 03-Jan-2023 03:01:42 Progress (3): 146/201 kB | 183 kB | 325/409 kB error 03-Jan-2023 03:01:42 Progress (3): 148/201 kB | 183 kB | 325/409 kB error 03-Jan-2023 03:01:42 Progress (3): 151/201 kB | 183 kB | 325/409 kB error 03-Jan-2023 03:01:42 Progress (3): 154/201 kB | 183 kB | 325/409 kB error 03-Jan-2023 03:01:42 Progress (3): 157/201 kB | 183 kB | 325/409 kB error 03-Jan-2023 03:01:42 Progress (3): 159/201 kB | 183 kB | 325/409 kB error 03-Jan-2023 03:01:42 Progress (3): 162/201 kB | 183 kB | 325/409 kB error 03-Jan-2023 03:01:42 Progress (3): 165/201 kB | 183 kB | 325/409 kB error 03-Jan-2023 03:01:42 Progress (3): 168/201 kB | 183 kB | 325/409 kB error 03-Jan-2023 03:01:42 Progress (3): 171/201 kB | 183 kB | 325/409 kB error 03-Jan-2023 03:01:42 Progress (3): 173/201 kB | 183 kB | 325/409 kB error 03-Jan-2023 03:01:42 Progress (3): 176/201 kB | 183 kB | 325/409 kB error 03-Jan-2023 03:01:42 Progress (3): 179/201 kB | 183 kB | 325/409 kB error 03-Jan-2023 03:01:42 Progress (3): 182/201 kB | 183 kB | 325/409 kB error 03-Jan-2023 03:01:42 Progress (3): 185/201 kB | 183 kB | 325/409 kB error 03-Jan-2023 03:01:42 Progress (3): 187/201 kB | 183 kB | 325/409 kB error 03-Jan-2023 03:01:42 Progress (3): 190/201 kB | 183 kB | 325/409 kB error 03-Jan-2023 03:01:42 Progress (3): 193/201 kB | 183 kB | 325/409 kB error 03-Jan-2023 03:01:42 Progress (3): 196/201 kB | 183 kB | 325/409 kB error 03-Jan-2023 03:01:42 Progress (3): 196/201 kB | 183 kB | 329/409 kB error 03-Jan-2023 03:01:42 Progress (3): 196/201 kB | 183 kB | 332/409 kB error 03-Jan-2023 03:01:42 Progress (3): 196/201 kB | 183 kB | 336/409 kB error 03-Jan-2023 03:01:42 Progress (3): 196/201 kB | 183 kB | 340/409 kB error 03-Jan-2023 03:01:42 Progress (3): 196/201 kB | 183 kB | 344/409 kB error 03-Jan-2023 03:01:42 Progress (3): 196/201 kB | 183 kB | 347/409 kB error 03-Jan-2023 03:01:42 Progress (3): 196/201 kB | 183 kB | 351/409 kB error 03-Jan-2023 03:01:42 Progress (3): 196/201 kB | 183 kB | 355/409 kB error 03-Jan-2023 03:01:42 Progress (3): 196/201 kB | 183 kB | 359/409 kB error 03-Jan-2023 03:01:42 Progress (3): 196/201 kB | 183 kB | 363/409 kB error 03-Jan-2023 03:01:42 Progress (3): 196/201 kB | 183 kB | 368/409 kB error 03-Jan-2023 03:01:42 Progress (3): 196/201 kB | 183 kB | 372/409 kB error 03-Jan-2023 03:01:42 Progress (3): 196/201 kB | 183 kB | 376/409 kB error 03-Jan-2023 03:01:42 Progress (3): 196/201 kB | 183 kB | 380/409 kB error 03-Jan-2023 03:01:42 Progress (3): 196/201 kB | 183 kB | 384/409 kB error 03-Jan-2023 03:01:42 Progress (3): 196/201 kB | 183 kB | 388/409 kB error 03-Jan-2023 03:01:42 error 03-Jan-2023 03:01:42 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/springframework/spring-context-support/5.2.14.RELEASE/spring-context-support-5.2.14.RELEASE.jar (183 kB at 76 kB/s) error 03-Jan-2023 03:01:42 #17 30.95 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/net/bytebuddy/byte-buddy/1.11.20/byte-buddy-1.11.20.jar error 03-Jan-2023 03:01:42 #17 30.95 Progress (2): 196/201 kB | 392/409 kB error 03-Jan-2023 03:01:42 Progress (2): 196/201 kB | 395/409 kB error 03-Jan-2023 03:01:42 Progress (2): 196/201 kB | 399/409 kB error 03-Jan-2023 03:01:42 Progress (2): 196/201 kB | 403/409 kB error 03-Jan-2023 03:01:42 Progress (2): 196/201 kB | 407/409 kB error 03-Jan-2023 03:01:42 Progress (2): 196/201 kB | 409 kB error 03-Jan-2023 03:01:42 Progress (2): 199/201 kB | 409 kB error 03-Jan-2023 03:01:42 Progress (2): 201 kB | 409 kB error 03-Jan-2023 03:01:42 Progress (3): 201 kB | 409 kB | 3.3/61 kB error 03-Jan-2023 03:01:42 Progress (3): 201 kB | 409 kB | 6.1/61 kB error 03-Jan-2023 03:01:42 Progress (3): 201 kB | 409 kB | 8.9/61 kB error 03-Jan-2023 03:01:42 Progress (3): 201 kB | 409 kB | 12/61 kB error 03-Jan-2023 03:01:42 error 03-Jan-2023 03:01:42 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/springframework/spring-jdbc/5.2.14.RELEASE/spring-jdbc-5.2.14.RELEASE.jar (409 kB at 161 kB/s) error 03-Jan-2023 03:01:42 #17 31.07 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/hibernate/hibernate-c3p0/5.6.0.Final/hibernate-c3p0-5.6.0.Final.jar error 03-Jan-2023 03:01:42 #17 31.13 Progress (2): 201 kB | 14/61 kB error 03-Jan-2023 03:01:42 Progress (2): 201 kB | 17/61 kB error 03-Jan-2023 03:01:42 Progress (2): 201 kB | 20/61 kB error 03-Jan-2023 03:01:42 Progress (2): 201 kB | 23/61 kB error 03-Jan-2023 03:01:42 Progress (2): 201 kB | 26/61 kB error 03-Jan-2023 03:01:42 Progress (2): 201 kB | 28/61 kB error 03-Jan-2023 03:01:42 Progress (2): 201 kB | 31/61 kB error 03-Jan-2023 03:01:42 Progress (2): 201 kB | 34/61 kB error 03-Jan-2023 03:01:42 Progress (2): 201 kB | 37/61 kB error 03-Jan-2023 03:01:42 Progress (2): 201 kB | 40/61 kB error 03-Jan-2023 03:01:42 error 03-Jan-2023 03:01:42 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/springframework/spring-orm/5.2.14.RELEASE/spring-orm-5.2.14.RELEASE.jar (201 kB at 77 kB/s) error 03-Jan-2023 03:01:42 #17 31.13 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/hibernate/hibernate-ehcache/5.6.0.Final/hibernate-ehcache-5.6.0.Final.jar error 03-Jan-2023 03:01:42 #17 31.18 Progress (2): 40/61 kB | 3.3/12 kB error 03-Jan-2023 03:01:42 Progress (2): 40/61 kB | 6.1/12 kB error 03-Jan-2023 03:01:42 Progress (2): 40/61 kB | 8.9/12 kB error 03-Jan-2023 03:01:42 Progress (2): 40/61 kB | 12/12 kB error 03-Jan-2023 03:01:42 Progress (2): 40/61 kB | 12 kB error 03-Jan-2023 03:01:42 Progress (3): 40/61 kB | 12 kB | 0/7.5 MB error 03-Jan-2023 03:01:42 Progress (3): 40/61 kB | 12 kB | 0.1/7.5 MB error 03-Jan-2023 03:01:42 Progress (3): 40/61 kB | 12 kB | 0.1/7.5 MB error 03-Jan-2023 03:01:42 Progress (3): 40/61 kB | 12 kB | 0.2/7.5 MB error 03-Jan-2023 03:01:42 Progress (3): 40/61 kB | 12 kB | 0.2/7.5 MB error 03-Jan-2023 03:01:42 Progress (3): 40/61 kB | 12 kB | 0.2/7.5 MB error 03-Jan-2023 03:01:42 Progress (3): 40/61 kB | 12 kB | 0.3/7.5 MB error 03-Jan-2023 03:01:42 Progress (3): 40/61 kB | 12 kB | 0.3/7.5 MB error 03-Jan-2023 03:01:42 Progress (3): 40/61 kB | 12 kB | 0.4/7.5 MB error 03-Jan-2023 03:01:42 Progress (3): 40/61 kB | 12 kB | 0.4/7.5 MB error 03-Jan-2023 03:01:42 Progress (3): 40/61 kB | 12 kB | 0.4/7.5 MB error 03-Jan-2023 03:01:42 Progress (3): 40/61 kB | 12 kB | 0.5/7.5 MB error 03-Jan-2023 03:01:42 Progress (3): 40/61 kB | 12 kB | 0.5/7.5 MB error 03-Jan-2023 03:01:42 Progress (3): 40/61 kB | 12 kB | 0.6/7.5 MB error 03-Jan-2023 03:01:42 Progress (3): 40/61 kB | 12 kB | 0.6/7.5 MB error 03-Jan-2023 03:01:42 Progress (3): 40/61 kB | 12 kB | 0.7/7.5 MB error 03-Jan-2023 03:01:42 Progress (3): 40/61 kB | 12 kB | 0.7/7.5 MB error 03-Jan-2023 03:01:42 Progress (3): 42/61 kB | 12 kB | 0.7/7.5 MB error 03-Jan-2023 03:01:42 Progress (3): 45/61 kB | 12 kB | 0.7/7.5 MB error 03-Jan-2023 03:01:42 Progress (3): 48/61 kB | 12 kB | 0.7/7.5 MB error 03-Jan-2023 03:01:42 Progress (3): 51/61 kB | 12 kB | 0.7/7.5 MB error 03-Jan-2023 03:01:42 Progress (3): 54/61 kB | 12 kB | 0.7/7.5 MB error 03-Jan-2023 03:01:42 Progress (3): 56/61 kB | 12 kB | 0.7/7.5 MB error 03-Jan-2023 03:01:42 Progress (3): 59/61 kB | 12 kB | 0.7/7.5 MB error 03-Jan-2023 03:01:42 Progress (3): 61 kB | 12 kB | 0.7/7.5 MB error 03-Jan-2023 03:01:42 Progress (3): 61 kB | 12 kB | 0.7/7.5 MB error 03-Jan-2023 03:01:42 Progress (3): 61 kB | 12 kB | 0.8/7.5 MB error 03-Jan-2023 03:01:42 Progress (3): 61 kB | 12 kB | 0.8/7.5 MB error 03-Jan-2023 03:01:42 Progress (3): 61 kB | 12 kB | 0.9/7.5 MB error 03-Jan-2023 03:01:42 Progress (4): 61 kB | 12 kB | 0.9/7.5 MB | 3.3/57 kB error 03-Jan-2023 03:01:42 Progress (4): 61 kB | 12 kB | 0.9/7.5 MB | 6.1/57 kB error 03-Jan-2023 03:01:42 Progress (4): 61 kB | 12 kB | 0.9/7.5 MB | 8.9/57 kB error 03-Jan-2023 03:01:42 Progress (4): 61 kB | 12 kB | 0.9/7.5 MB | 12/57 kB error 03-Jan-2023 03:01:42 Progress (4): 61 kB | 12 kB | 0.9/7.5 MB | 14/57 kB error 03-Jan-2023 03:01:42 Progress (4): 61 kB | 12 kB | 0.9/7.5 MB | 17/57 kB error 03-Jan-2023 03:01:42 Progress (4): 61 kB | 12 kB | 0.9/7.5 MB | 20/57 kB error 03-Jan-2023 03:01:42 Progress (4): 61 kB | 12 kB | 0.9/7.5 MB | 23/57 kB error 03-Jan-2023 03:01:42 Progress (4): 61 kB | 12 kB | 0.9/7.5 MB | 26/57 kB error 03-Jan-2023 03:01:42 Progress (4): 61 kB | 12 kB | 0.9/7.5 MB | 28/57 kB error 03-Jan-2023 03:01:42 Progress (4): 61 kB | 12 kB | 0.9/7.5 MB | 31/57 kB error 03-Jan-2023 03:01:42 Progress (4): 61 kB | 12 kB | 0.9/7.5 MB | 34/57 kB error 03-Jan-2023 03:01:42 Progress (4): 61 kB | 12 kB | 0.9/7.5 MB | 37/57 kB error 03-Jan-2023 03:01:42 Progress (4): 61 kB | 12 kB | 0.9/7.5 MB | 40/57 kB error 03-Jan-2023 03:01:42 Progress (4): 61 kB | 12 kB | 0.9/7.5 MB | 42/57 kB error 03-Jan-2023 03:01:42 Progress (4): 61 kB | 12 kB | 0.9/7.5 MB | 45/57 kB error 03-Jan-2023 03:01:42 Progress (4): 61 kB | 12 kB | 0.9/7.5 MB | 48/57 kB error 03-Jan-2023 03:01:42 Progress (4): 61 kB | 12 kB | 0.9/7.5 MB | 51/57 kB error 03-Jan-2023 03:01:42 Progress (4): 61 kB | 12 kB | 0.9/7.5 MB | 54/57 kB error 03-Jan-2023 03:01:42 Progress (4): 61 kB | 12 kB | 0.9/7.5 MB | 56/57 kB error 03-Jan-2023 03:01:42 Progress (4): 61 kB | 12 kB | 0.9/7.5 MB | 57 kB error 03-Jan-2023 03:01:42 Progress (4): 61 kB | 12 kB | 0.9/7.5 MB | 57 kB error 03-Jan-2023 03:01:42 Progress (4): 61 kB | 12 kB | 0.9/7.5 MB | 57 kB error 03-Jan-2023 03:01:42 Progress (4): 61 kB | 12 kB | 1.0/7.5 MB | 57 kB error 03-Jan-2023 03:01:42 Progress (4): 61 kB | 12 kB | 1.0/7.5 MB | 57 kB error 03-Jan-2023 03:01:42 Progress (4): 61 kB | 12 kB | 1.1/7.5 MB | 57 kB error 03-Jan-2023 03:01:42 Progress (4): 61 kB | 12 kB | 1.1/7.5 MB | 57 kB error 03-Jan-2023 03:01:42 Progress (4): 61 kB | 12 kB | 1.2/7.5 MB | 57 kB error 03-Jan-2023 03:01:42 Progress (4): 61 kB | 12 kB | 1.2/7.5 MB | 57 kB error 03-Jan-2023 03:01:42 Progress (4): 61 kB | 12 kB | 1.2/7.5 MB | 57 kB error 03-Jan-2023 03:01:42 Progress (5): 61 kB | 12 kB | 1.2/7.5 MB | 57 kB | 0/3.7 MB error 03-Jan-2023 03:01:42 Progress (5): 61 kB | 12 kB | 1.2/7.5 MB | 57 kB | 0/3.7 MB error 03-Jan-2023 03:01:42 Progress (5): 61 kB | 12 kB | 1.2/7.5 MB | 57 kB | 0.1/3.7 MB error 03-Jan-2023 03:01:42 Progress (5): 61 kB | 12 kB | 1.2/7.5 MB | 57 kB | 0.1/3.7 MB error 03-Jan-2023 03:01:42 Progress (5): 61 kB | 12 kB | 1.2/7.5 MB | 57 kB | 0.1/3.7 MB error 03-Jan-2023 03:01:42 Progress (5): 61 kB | 12 kB | 1.2/7.5 MB | 57 kB | 0.1/3.7 MB error 03-Jan-2023 03:01:42 Progress (5): 61 kB | 12 kB | 1.2/7.5 MB | 57 kB | 0.2/3.7 MB error 03-Jan-2023 03:01:42 Progress (5): 61 kB | 12 kB | 1.2/7.5 MB | 57 kB | 0.2/3.7 MB error 03-Jan-2023 03:01:42 Progress (5): 61 kB | 12 kB | 1.3/7.5 MB | 57 kB | 0.2/3.7 MB error 03-Jan-2023 03:01:42 error 03-Jan-2023 03:01:42 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/hibernate/hibernate-c3p0/5.6.0.Final/hibernate-c3p0-5.6.0.Final.jar (12 kB at 4.3 kB/s) error 03-Jan-2023 03:01:42 #17 31.30 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/hibernate/hibernate-search-orm/5.11.9.Final/hibernate-search-orm-5.11.9.Final.jar error 03-Jan-2023 03:01:42 #17 31.31 Progress (4): 61 kB | 1.3/7.5 MB | 57 kB | 0.2/3.7 MB error 03-Jan-2023 03:01:42 Progress (4): 61 kB | 1.3/7.5 MB | 57 kB | 0.2/3.7 MB error 03-Jan-2023 03:01:42 Progress (4): 61 kB | 1.3/7.5 MB | 57 kB | 0.2/3.7 MB error 03-Jan-2023 03:01:42 Progress (4): 61 kB | 1.3/7.5 MB | 57 kB | 0.2/3.7 MB error 03-Jan-2023 03:01:42 Progress (4): 61 kB | 1.4/7.5 MB | 57 kB | 0.2/3.7 MB error 03-Jan-2023 03:01:42 Progress (4): 61 kB | 1.4/7.5 MB | 57 kB | 0.2/3.7 MB error 03-Jan-2023 03:01:42 Progress (4): 61 kB | 1.4/7.5 MB | 57 kB | 0.3/3.7 MB error 03-Jan-2023 03:01:42 Progress (4): 61 kB | 1.4/7.5 MB | 57 kB | 0.3/3.7 MB error 03-Jan-2023 03:01:42 Progress (4): 61 kB | 1.4/7.5 MB | 57 kB | 0.3/3.7 MB error 03-Jan-2023 03:01:42 Progress (4): 61 kB | 1.4/7.5 MB | 57 kB | 0.3/3.7 MB error 03-Jan-2023 03:01:42 Progress (4): 61 kB | 1.4/7.5 MB | 57 kB | 0.4/3.7 MB error 03-Jan-2023 03:01:42 Progress (4): 61 kB | 1.4/7.5 MB | 57 kB | 0.4/3.7 MB error 03-Jan-2023 03:01:42 Progress (4): 61 kB | 1.5/7.5 MB | 57 kB | 0.4/3.7 MB error 03-Jan-2023 03:01:42 Progress (4): 61 kB | 1.5/7.5 MB | 57 kB | 0.4/3.7 MB error 03-Jan-2023 03:01:42 Progress (4): 61 kB | 1.5/7.5 MB | 57 kB | 0.4/3.7 MB error 03-Jan-2023 03:01:42 Progress (4): 61 kB | 1.5/7.5 MB | 57 kB | 0.4/3.7 MB error 03-Jan-2023 03:01:42 Progress (4): 61 kB | 1.5/7.5 MB | 57 kB | 0.4/3.7 MB error 03-Jan-2023 03:01:42 Progress (4): 61 kB | 1.5/7.5 MB | 57 kB | 0.4/3.7 MB error 03-Jan-2023 03:01:42 Progress (4): 61 kB | 1.6/7.5 MB | 57 kB | 0.4/3.7 MB error 03-Jan-2023 03:01:42 Progress (4): 61 kB | 1.6/7.5 MB | 57 kB | 0.5/3.7 MB error 03-Jan-2023 03:01:42 Progress (4): 61 kB | 1.6/7.5 MB | 57 kB | 0.5/3.7 MB error 03-Jan-2023 03:01:42 Progress (4): 61 kB | 1.6/7.5 MB | 57 kB | 0.5/3.7 MB error 03-Jan-2023 03:01:42 Progress (4): 61 kB | 1.6/7.5 MB | 57 kB | 0.5/3.7 MB error 03-Jan-2023 03:01:42 Progress (4): 61 kB | 1.6/7.5 MB | 57 kB | 0.5/3.7 MB error 03-Jan-2023 03:01:42 Progress (4): 61 kB | 1.6/7.5 MB | 57 kB | 0.6/3.7 MB error 03-Jan-2023 03:01:42 Progress (4): 61 kB | 1.7/7.5 MB | 57 kB | 0.6/3.7 MB error 03-Jan-2023 03:01:42 Progress (4): 61 kB | 1.7/7.5 MB | 57 kB | 0.6/3.7 MB error 03-Jan-2023 03:01:42 Progress (4): 61 kB | 1.7/7.5 MB | 57 kB | 0.6/3.7 MB error 03-Jan-2023 03:01:42 Progress (4): 61 kB | 1.7/7.5 MB | 57 kB | 0.6/3.7 MB error 03-Jan-2023 03:01:42 Progress (4): 61 kB | 1.7/7.5 MB | 57 kB | 0.6/3.7 MB error 03-Jan-2023 03:01:42 Progress (4): 61 kB | 1.7/7.5 MB | 57 kB | 0.6/3.7 MB error 03-Jan-2023 03:01:42 Progress (4): 61 kB | 1.8/7.5 MB | 57 kB | 0.6/3.7 MB error 03-Jan-2023 03:01:42 Progress (4): 61 kB | 1.8/7.5 MB | 57 kB | 0.6/3.7 MB error 03-Jan-2023 03:01:42 Progress (4): 61 kB | 1.9/7.5 MB | 57 kB | 0.6/3.7 MB error 03-Jan-2023 03:01:42 Progress (4): 61 kB | 1.9/7.5 MB | 57 kB | 0.6/3.7 MB error 03-Jan-2023 03:01:42 Progress (4): 61 kB | 1.9/7.5 MB | 57 kB | 0.6/3.7 MB error 03-Jan-2023 03:01:42 Progress (4): 61 kB | 2.0/7.5 MB | 57 kB | 0.6/3.7 MB error 03-Jan-2023 03:01:42 Progress (4): 61 kB | 2.0/7.5 MB | 57 kB | 0.6/3.7 MB error 03-Jan-2023 03:01:42 error 03-Jan-2023 03:01:42 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/jboss/logging/jboss-logging/3.4.2.Final/jboss-logging-3.4.2.Final.jar (61 kB at 21 kB/s) error 03-Jan-2023 03:01:42 #17 31.37 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/hibernate/hibernate-search-engine/5.11.9.Final/hibernate-search-engine-5.11.9.Final.jar error 03-Jan-2023 03:01:42 #17 31.38 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/hibernate/hibernate-ehcache/5.6.0.Final/hibernate-ehcache-5.6.0.Final.jar (57 kB at 20 kB/s) error 03-Jan-2023 03:01:42 #17 31.38 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/logging/log4j/log4j-core/2.17.2/log4j-core-2.17.2.jar error 03-Jan-2023 03:01:42 #17 31.38 Progress (2): 2.1/7.5 MB | 0.6/3.7 MB error 03-Jan-2023 03:01:42 Progress (2): 2.1/7.5 MB | 0.6/3.7 MB error 03-Jan-2023 03:01:42 Progress (2): 2.2/7.5 MB | 0.6/3.7 MB error 03-Jan-2023 03:01:42 Progress (2): 2.2/7.5 MB | 0.6/3.7 MB error 03-Jan-2023 03:01:42 Progress (2): 2.2/7.5 MB | 0.6/3.7 MB error 03-Jan-2023 03:01:42 Progress (2): 2.2/7.5 MB | 0.7/3.7 MB error 03-Jan-2023 03:01:42 Progress (2): 2.2/7.5 MB | 0.7/3.7 MB error 03-Jan-2023 03:01:42 Progress (2): 2.2/7.5 MB | 0.7/3.7 MB error 03-Jan-2023 03:01:42 Progress (2): 2.3/7.5 MB | 0.7/3.7 MB error 03-Jan-2023 03:01:42 Progress (2): 2.3/7.5 MB | 0.7/3.7 MB error 03-Jan-2023 03:01:42 Progress (2): 2.4/7.5 MB | 0.7/3.7 MB error 03-Jan-2023 03:01:42 Progress (2): 2.4/7.5 MB | 0.7/3.7 MB error 03-Jan-2023 03:01:42 Progress (2): 2.4/7.5 MB | 0.7/3.7 MB error 03-Jan-2023 03:01:42 Progress (2): 2.4/7.5 MB | 0.8/3.7 MB error 03-Jan-2023 03:01:42 Progress (2): 2.4/7.5 MB | 0.8/3.7 MB error 03-Jan-2023 03:01:42 Progress (2): 2.4/7.5 MB | 0.8/3.7 MB error 03-Jan-2023 03:01:42 Progress (2): 2.4/7.5 MB | 0.8/3.7 MB error 03-Jan-2023 03:01:42 Progress (2): 2.5/7.5 MB | 0.8/3.7 MB error 03-Jan-2023 03:01:42 Progress (2): 2.5/7.5 MB | 0.8/3.7 MB error 03-Jan-2023 03:01:42 Progress (2): 2.5/7.5 MB | 0.8/3.7 MB error 03-Jan-2023 03:01:42 Progress (2): 2.5/7.5 MB | 0.8/3.7 MB error 03-Jan-2023 03:01:42 Progress (2): 2.5/7.5 MB | 0.8/3.7 MB error 03-Jan-2023 03:01:42 Progress (2): 2.5/7.5 MB | 0.9/3.7 MB error 03-Jan-2023 03:01:42 Progress (2): 2.5/7.5 MB | 0.9/3.7 MB error 03-Jan-2023 03:01:42 Progress (2): 2.5/7.5 MB | 0.9/3.7 MB error 03-Jan-2023 03:01:42 Progress (2): 2.5/7.5 MB | 0.9/3.7 MB error 03-Jan-2023 03:01:42 Progress (2): 2.5/7.5 MB | 1.0/3.7 MB error 03-Jan-2023 03:01:42 Progress (2): 2.6/7.5 MB | 1.0/3.7 MB error 03-Jan-2023 03:01:42 Progress (3): 2.6/7.5 MB | 1.0/3.7 MB | 3.3/157 kB error 03-Jan-2023 03:01:42 Progress (3): 2.6/7.5 MB | 1.0/3.7 MB | 3.3/157 kB error 03-Jan-2023 03:01:42 Progress (3): 2.6/7.5 MB | 1.0/3.7 MB | 6.1/157 kB error 03-Jan-2023 03:01:42 Progress (3): 2.6/7.5 MB | 1.0/3.7 MB | 6.1/157 kB error 03-Jan-2023 03:01:42 Progress (3): 2.6/7.5 MB | 1.0/3.7 MB | 8.9/157 kB error 03-Jan-2023 03:01:42 Progress (3): 2.6/7.5 MB | 1.0/3.7 MB | 8.9/157 kB error 03-Jan-2023 03:01:42 Progress (3): 2.6/7.5 MB | 1.0/3.7 MB | 12/157 kB error 03-Jan-2023 03:01:42 Progress (3): 2.6/7.5 MB | 1.0/3.7 MB | 14/157 kB error 03-Jan-2023 03:01:42 Progress (3): 2.6/7.5 MB | 1.1/3.7 MB | 14/157 kB error 03-Jan-2023 03:01:42 Progress (3): 2.6/7.5 MB | 1.1/3.7 MB | 17/157 kB error 03-Jan-2023 03:01:42 Progress (3): 2.6/7.5 MB | 1.1/3.7 MB | 20/157 kB error 03-Jan-2023 03:01:42 Progress (3): 2.6/7.5 MB | 1.1/3.7 MB | 23/157 kB error 03-Jan-2023 03:01:42 Progress (3): 2.6/7.5 MB | 1.1/3.7 MB | 26/157 kB error 03-Jan-2023 03:01:42 Progress (3): 2.6/7.5 MB | 1.1/3.7 MB | 28/157 kB error 03-Jan-2023 03:01:42 Progress (3): 2.6/7.5 MB | 1.1/3.7 MB | 31/157 kB error 03-Jan-2023 03:01:42 Progress (3): 2.6/7.5 MB | 1.1/3.7 MB | 34/157 kB error 03-Jan-2023 03:01:42 Progress (3): 2.6/7.5 MB | 1.1/3.7 MB | 37/157 kB error 03-Jan-2023 03:01:42 Progress (3): 2.6/7.5 MB | 1.1/3.7 MB | 40/157 kB error 03-Jan-2023 03:01:42 Progress (3): 2.6/7.5 MB | 1.1/3.7 MB | 42/157 kB error 03-Jan-2023 03:01:42 Progress (3): 2.6/7.5 MB | 1.1/3.7 MB | 45/157 kB error 03-Jan-2023 03:01:42 Progress (3): 2.6/7.5 MB | 1.1/3.7 MB | 45/157 kB error 03-Jan-2023 03:01:42 Progress (3): 2.6/7.5 MB | 1.1/3.7 MB | 45/157 kB error 03-Jan-2023 03:01:42 Progress (3): 2.6/7.5 MB | 1.1/3.7 MB | 48/157 kB error 03-Jan-2023 03:01:42 Progress (3): 2.6/7.5 MB | 1.1/3.7 MB | 51/157 kB error 03-Jan-2023 03:01:42 Progress (3): 2.6/7.5 MB | 1.1/3.7 MB | 51/157 kB error 03-Jan-2023 03:01:42 Progress (3): 2.6/7.5 MB | 1.1/3.7 MB | 54/157 kB error 03-Jan-2023 03:01:42 Progress (3): 2.6/7.5 MB | 1.1/3.7 MB | 56/157 kB error 03-Jan-2023 03:01:42 Progress (3): 2.7/7.5 MB | 1.1/3.7 MB | 56/157 kB error 03-Jan-2023 03:01:42 Progress (3): 2.7/7.5 MB | 1.1/3.7 MB | 56/157 kB error 03-Jan-2023 03:01:42 Progress (3): 2.7/7.5 MB | 1.1/3.7 MB | 59/157 kB error 03-Jan-2023 03:01:42 Progress (3): 2.7/7.5 MB | 1.1/3.7 MB | 62/157 kB error 03-Jan-2023 03:01:42 Progress (3): 2.7/7.5 MB | 1.1/3.7 MB | 62/157 kB error 03-Jan-2023 03:01:42 Progress (3): 2.7/7.5 MB | 1.2/3.7 MB | 62/157 kB error 03-Jan-2023 03:01:42 Progress (3): 2.7/7.5 MB | 1.2/3.7 MB | 62/157 kB error 03-Jan-2023 03:01:42 Progress (3): 2.7/7.5 MB | 1.2/3.7 MB | 65/157 kB error 03-Jan-2023 03:01:42 Progress (3): 2.7/7.5 MB | 1.2/3.7 MB | 68/157 kB error 03-Jan-2023 03:01:42 Progress (3): 2.7/7.5 MB | 1.2/3.7 MB | 70/157 kB error 03-Jan-2023 03:01:42 Progress (3): 2.7/7.5 MB | 1.2/3.7 MB | 73/157 kB error 03-Jan-2023 03:01:42 Progress (3): 2.7/7.5 MB | 1.2/3.7 MB | 73/157 kB error 03-Jan-2023 03:01:42 Progress (3): 2.7/7.5 MB | 1.2/3.7 MB | 76/157 kB error 03-Jan-2023 03:01:42 Progress (3): 2.7/7.5 MB | 1.2/3.7 MB | 79/157 kB error 03-Jan-2023 03:01:42 Progress (3): 2.7/7.5 MB | 1.2/3.7 MB | 82/157 kB error 03-Jan-2023 03:01:42 Progress (3): 2.7/7.5 MB | 1.2/3.7 MB | 84/157 kB error 03-Jan-2023 03:01:42 Progress (3): 2.7/7.5 MB | 1.2/3.7 MB | 87/157 kB error 03-Jan-2023 03:01:42 Progress (3): 2.7/7.5 MB | 1.2/3.7 MB | 90/157 kB error 03-Jan-2023 03:01:42 Progress (3): 2.7/7.5 MB | 1.2/3.7 MB | 93/157 kB error 03-Jan-2023 03:01:42 Progress (3): 2.7/7.5 MB | 1.2/3.7 MB | 96/157 kB error 03-Jan-2023 03:01:42 Progress (3): 2.7/7.5 MB | 1.2/3.7 MB | 98/157 kB error 03-Jan-2023 03:01:42 Progress (3): 2.7/7.5 MB | 1.2/3.7 MB | 101/157 kB error 03-Jan-2023 03:01:42 Progress (3): 2.7/7.5 MB | 1.2/3.7 MB | 104/157 kB error 03-Jan-2023 03:01:42 Progress (3): 2.7/7.5 MB | 1.2/3.7 MB | 107/157 kB error 03-Jan-2023 03:01:42 Progress (3): 2.7/7.5 MB | 1.2/3.7 MB | 110/157 kB error 03-Jan-2023 03:01:42 Progress (3): 2.7/7.5 MB | 1.2/3.7 MB | 112/157 kB error 03-Jan-2023 03:01:42 Progress (3): 2.7/7.5 MB | 1.2/3.7 MB | 115/157 kB error 03-Jan-2023 03:01:42 Progress (3): 2.7/7.5 MB | 1.2/3.7 MB | 118/157 kB error 03-Jan-2023 03:01:42 Progress (3): 2.7/7.5 MB | 1.2/3.7 MB | 121/157 kB error 03-Jan-2023 03:01:42 Progress (3): 2.7/7.5 MB | 1.2/3.7 MB | 124/157 kB error 03-Jan-2023 03:01:42 Progress (3): 2.7/7.5 MB | 1.2/3.7 MB | 126/157 kB error 03-Jan-2023 03:01:42 Progress (3): 2.7/7.5 MB | 1.2/3.7 MB | 129/157 kB error 03-Jan-2023 03:01:42 Progress (3): 2.7/7.5 MB | 1.2/3.7 MB | 132/157 kB error 03-Jan-2023 03:01:42 Progress (3): 2.7/7.5 MB | 1.2/3.7 MB | 135/157 kB error 03-Jan-2023 03:01:42 Progress (3): 2.7/7.5 MB | 1.2/3.7 MB | 138/157 kB error 03-Jan-2023 03:01:42 Progress (3): 2.7/7.5 MB | 1.2/3.7 MB | 140/157 kB error 03-Jan-2023 03:01:42 Progress (3): 2.7/7.5 MB | 1.2/3.7 MB | 143/157 kB error 03-Jan-2023 03:01:42 Progress (3): 2.7/7.5 MB | 1.2/3.7 MB | 146/157 kB error 03-Jan-2023 03:01:42 Progress (3): 2.7/7.5 MB | 1.2/3.7 MB | 149/157 kB error 03-Jan-2023 03:01:42 Progress (3): 2.7/7.5 MB | 1.2/3.7 MB | 152/157 kB error 03-Jan-2023 03:01:42 Progress (3): 2.7/7.5 MB | 1.2/3.7 MB | 154/157 kB error 03-Jan-2023 03:01:42 Progress (3): 2.7/7.5 MB | 1.2/3.7 MB | 154/157 kB error 03-Jan-2023 03:01:42 Progress (3): 2.7/7.5 MB | 1.2/3.7 MB | 154/157 kB error 03-Jan-2023 03:01:42 Progress (3): 2.8/7.5 MB | 1.2/3.7 MB | 154/157 kB error 03-Jan-2023 03:01:42 Progress (3): 2.8/7.5 MB | 1.2/3.7 MB | 154/157 kB error 03-Jan-2023 03:01:42 Progress (3): 2.8/7.5 MB | 1.2/3.7 MB | 154/157 kB error 03-Jan-2023 03:01:42 Progress (3): 2.8/7.5 MB | 1.3/3.7 MB | 154/157 kB error 03-Jan-2023 03:01:42 Progress (3): 2.8/7.5 MB | 1.3/3.7 MB | 157/157 kB error 03-Jan-2023 03:01:42 Progress (3): 2.8/7.5 MB | 1.3/3.7 MB | 157 kB error 03-Jan-2023 03:01:42 Progress (3): 2.8/7.5 MB | 1.3/3.7 MB | 157 kB error 03-Jan-2023 03:01:42 Progress (3): 2.8/7.5 MB | 1.3/3.7 MB | 157 kB error 03-Jan-2023 03:01:42 Progress (3): 2.9/7.5 MB | 1.3/3.7 MB | 157 kB error 03-Jan-2023 03:01:42 Progress (3): 2.9/7.5 MB | 1.3/3.7 MB | 157 kB error 03-Jan-2023 03:01:42 Progress (3): 2.9/7.5 MB | 1.3/3.7 MB | 157 kB error 03-Jan-2023 03:01:42 Progress (3): 2.9/7.5 MB | 1.3/3.7 MB | 157 kB error 03-Jan-2023 03:01:42 Progress (3): 3.0/7.5 MB | 1.3/3.7 MB | 157 kB error 03-Jan-2023 03:01:42 Progress (3): 3.0/7.5 MB | 1.4/3.7 MB | 157 kB error 03-Jan-2023 03:01:42 Progress (3): 3.0/7.5 MB | 1.4/3.7 MB | 157 kB error 03-Jan-2023 03:01:42 Progress (3): 3.0/7.5 MB | 1.4/3.7 MB | 157 kB error 03-Jan-2023 03:01:42 Progress (3): 3.0/7.5 MB | 1.4/3.7 MB | 157 kB error 03-Jan-2023 03:01:42 Progress (3): 3.1/7.5 MB | 1.4/3.7 MB | 157 kB error 03-Jan-2023 03:01:42 Progress (3): 3.1/7.5 MB | 1.4/3.7 MB | 157 kB error 03-Jan-2023 03:01:42 Progress (3): 3.1/7.5 MB | 1.4/3.7 MB | 157 kB error 03-Jan-2023 03:01:42 Progress (3): 3.2/7.5 MB | 1.4/3.7 MB | 157 kB error 03-Jan-2023 03:01:42 Progress (3): 3.2/7.5 MB | 1.4/3.7 MB | 157 kB error 03-Jan-2023 03:01:42 Progress (3): 3.2/7.5 MB | 1.5/3.7 MB | 157 kB error 03-Jan-2023 03:01:42 Progress (3): 3.2/7.5 MB | 1.5/3.7 MB | 157 kB error 03-Jan-2023 03:01:42 Progress (3): 3.2/7.5 MB | 1.5/3.7 MB | 157 kB error 03-Jan-2023 03:01:42 Progress (3): 3.2/7.5 MB | 1.5/3.7 MB | 157 kB error 03-Jan-2023 03:01:42 Progress (3): 3.2/7.5 MB | 1.5/3.7 MB | 157 kB error 03-Jan-2023 03:01:42 Progress (3): 3.3/7.5 MB | 1.5/3.7 MB | 157 kB error 03-Jan-2023 03:01:42 Progress (3): 3.3/7.5 MB | 1.5/3.7 MB | 157 kB error 03-Jan-2023 03:01:42 Progress (3): 3.3/7.5 MB | 1.5/3.7 MB | 157 kB error 03-Jan-2023 03:01:42 Progress (3): 3.4/7.5 MB | 1.5/3.7 MB | 157 kB error 03-Jan-2023 03:01:42 Progress (3): 3.4/7.5 MB | 1.5/3.7 MB | 157 kB error 03-Jan-2023 03:01:42 Progress (3): 3.5/7.5 MB | 1.5/3.7 MB | 157 kB error 03-Jan-2023 03:01:42 Progress (3): 3.5/7.5 MB | 1.5/3.7 MB | 157 kB error 03-Jan-2023 03:01:42 Progress (3): 3.5/7.5 MB | 1.6/3.7 MB | 157 kB error 03-Jan-2023 03:01:42 Progress (3): 3.5/7.5 MB | 1.6/3.7 MB | 157 kB error 03-Jan-2023 03:01:43 Progress (3): 3.5/7.5 MB | 1.6/3.7 MB | 157 kB error 03-Jan-2023 03:01:43 Progress (3): 3.5/7.5 MB | 1.6/3.7 MB | 157 kB error 03-Jan-2023 03:01:43 Progress (3): 3.5/7.5 MB | 1.6/3.7 MB | 157 kB error 03-Jan-2023 03:01:43 Progress (3): 3.5/7.5 MB | 1.7/3.7 MB | 157 kB error 03-Jan-2023 03:01:43 Progress (3): 3.5/7.5 MB | 1.7/3.7 MB | 157 kB error 03-Jan-2023 03:01:43 Progress (3): 3.5/7.5 MB | 1.7/3.7 MB | 157 kB error 03-Jan-2023 03:01:43 Progress (3): 3.6/7.5 MB | 1.7/3.7 MB | 157 kB error 03-Jan-2023 03:01:43 Progress (3): 3.6/7.5 MB | 1.7/3.7 MB | 157 kB error 03-Jan-2023 03:01:43 Progress (3): 3.6/7.5 MB | 1.7/3.7 MB | 157 kB error 03-Jan-2023 03:01:43 Progress (3): 3.6/7.5 MB | 1.8/3.7 MB | 157 kB error 03-Jan-2023 03:01:43 Progress (3): 3.6/7.5 MB | 1.8/3.7 MB | 157 kB error 03-Jan-2023 03:01:43 Progress (3): 3.6/7.5 MB | 1.8/3.7 MB | 157 kB error 03-Jan-2023 03:01:43 Progress (3): 3.7/7.5 MB | 1.8/3.7 MB | 157 kB error 03-Jan-2023 03:01:43 Progress (3): 3.7/7.5 MB | 1.8/3.7 MB | 157 kB error 03-Jan-2023 03:01:43 Progress (3): 3.7/7.5 MB | 1.9/3.7 MB | 157 kB error 03-Jan-2023 03:01:43 Progress (3): 3.7/7.5 MB | 1.9/3.7 MB | 157 kB error 03-Jan-2023 03:01:43 Progress (3): 3.7/7.5 MB | 1.9/3.7 MB | 157 kB error 03-Jan-2023 03:01:43 Progress (3): 3.7/7.5 MB | 1.9/3.7 MB | 157 kB error 03-Jan-2023 03:01:43 Progress (3): 3.7/7.5 MB | 1.9/3.7 MB | 157 kB error 03-Jan-2023 03:01:43 Progress (3): 3.7/7.5 MB | 2.0/3.7 MB | 157 kB error 03-Jan-2023 03:01:43 Progress (3): 3.7/7.5 MB | 2.0/3.7 MB | 157 kB error 03-Jan-2023 03:01:43 Progress (3): 3.7/7.5 MB | 2.0/3.7 MB | 157 kB error 03-Jan-2023 03:01:43 Progress (3): 3.8/7.5 MB | 2.0/3.7 MB | 157 kB error 03-Jan-2023 03:01:43 Progress (3): 3.8/7.5 MB | 2.0/3.7 MB | 157 kB error 03-Jan-2023 03:01:43 Progress (3): 3.8/7.5 MB | 2.0/3.7 MB | 157 kB error 03-Jan-2023 03:01:43 Progress (3): 3.8/7.5 MB | 2.1/3.7 MB | 157 kB error 03-Jan-2023 03:01:43 Progress (3): 3.8/7.5 MB | 2.1/3.7 MB | 157 kB error 03-Jan-2023 03:01:43 Progress (3): 3.8/7.5 MB | 2.1/3.7 MB | 157 kB error 03-Jan-2023 03:01:43 Progress (3): 3.8/7.5 MB | 2.1/3.7 MB | 157 kB error 03-Jan-2023 03:01:43 Progress (3): 3.8/7.5 MB | 2.1/3.7 MB | 157 kB error 03-Jan-2023 03:01:43 Progress (3): 3.9/7.5 MB | 2.1/3.7 MB | 157 kB error 03-Jan-2023 03:01:43 Progress (3): 3.9/7.5 MB | 2.2/3.7 MB | 157 kB error 03-Jan-2023 03:01:43 Progress (3): 3.9/7.5 MB | 2.2/3.7 MB | 157 kB error 03-Jan-2023 03:01:43 Progress (3): 3.9/7.5 MB | 2.2/3.7 MB | 157 kB error 03-Jan-2023 03:01:43 Progress (3): 3.9/7.5 MB | 2.2/3.7 MB | 157 kB error 03-Jan-2023 03:01:43 Progress (3): 4.0/7.5 MB | 2.2/3.7 MB | 157 kB error 03-Jan-2023 03:01:43 Progress (3): 4.0/7.5 MB | 2.2/3.7 MB | 157 kB error 03-Jan-2023 03:01:43 Progress (3): 4.0/7.5 MB | 2.2/3.7 MB | 157 kB error 03-Jan-2023 03:01:43 Progress (3): 4.0/7.5 MB | 2.2/3.7 MB | 157 kB error 03-Jan-2023 03:01:43 Progress (3): 4.0/7.5 MB | 2.3/3.7 MB | 157 kB error 03-Jan-2023 03:01:43 Progress (3): 4.1/7.5 MB | 2.3/3.7 MB | 157 kB error 03-Jan-2023 03:01:43 Progress (3): 4.1/7.5 MB | 2.3/3.7 MB | 157 kB error 03-Jan-2023 03:01:43 Progress (3): 4.1/7.5 MB | 2.3/3.7 MB | 157 kB error 03-Jan-2023 03:01:43 Progress (3): 4.1/7.5 MB | 2.3/3.7 MB | 157 kB error 03-Jan-2023 03:01:43 Progress (3): 4.1/7.5 MB | 2.3/3.7 MB | 157 kB error 03-Jan-2023 03:01:43 Progress (3): 4.2/7.5 MB | 2.3/3.7 MB | 157 kB error 03-Jan-2023 03:01:43 Progress (3): 4.2/7.5 MB | 2.4/3.7 MB | 157 kB error 03-Jan-2023 03:01:43 Progress (3): 4.2/7.5 MB | 2.4/3.7 MB | 157 kB error 03-Jan-2023 03:01:43 Progress (3): 4.2/7.5 MB | 2.4/3.7 MB | 157 kB error 03-Jan-2023 03:01:43 Progress (3): 4.2/7.5 MB | 2.4/3.7 MB | 157 kB error 03-Jan-2023 03:01:43 Progress (3): 4.2/7.5 MB | 2.4/3.7 MB | 157 kB error 03-Jan-2023 03:01:43 Progress (3): 4.2/7.5 MB | 2.4/3.7 MB | 157 kB error 03-Jan-2023 03:01:43 Progress (3): 4.2/7.5 MB | 2.5/3.7 MB | 157 kB error 03-Jan-2023 03:01:43 Progress (3): 4.2/7.5 MB | 2.5/3.7 MB | 157 kB error 03-Jan-2023 03:01:43 Progress (3): 4.3/7.5 MB | 2.5/3.7 MB | 157 kB error 03-Jan-2023 03:01:43 Progress (3): 4.3/7.5 MB | 2.5/3.7 MB | 157 kB error 03-Jan-2023 03:01:43 Progress (3): 4.3/7.5 MB | 2.5/3.7 MB | 157 kB error 03-Jan-2023 03:01:43 Progress (3): 4.3/7.5 MB | 2.5/3.7 MB | 157 kB error 03-Jan-2023 03:01:43 Progress (3): 4.3/7.5 MB | 2.6/3.7 MB | 157 kB error 03-Jan-2023 03:01:43 Progress (3): 4.4/7.5 MB | 2.6/3.7 MB | 157 kB error 03-Jan-2023 03:01:43 Progress (3): 4.4/7.5 MB | 2.6/3.7 MB | 157 kB error 03-Jan-2023 03:01:43 Progress (3): 4.4/7.5 MB | 2.6/3.7 MB | 157 kB error 03-Jan-2023 03:01:43 Progress (3): 4.4/7.5 MB | 2.6/3.7 MB | 157 kB error 03-Jan-2023 03:01:43 Progress (3): 4.4/7.5 MB | 2.6/3.7 MB | 157 kB error 03-Jan-2023 03:01:43 Progress (3): 4.4/7.5 MB | 2.7/3.7 MB | 157 kB error 03-Jan-2023 03:01:43 Progress (3): 4.4/7.5 MB | 2.7/3.7 MB | 157 kB error 03-Jan-2023 03:01:43 Progress (3): 4.4/7.5 MB | 2.7/3.7 MB | 157 kB error 03-Jan-2023 03:01:43 Progress (3): 4.4/7.5 MB | 2.7/3.7 MB | 157 kB error 03-Jan-2023 03:01:43 Progress (3): 4.4/7.5 MB | 2.8/3.7 MB | 157 kB error 03-Jan-2023 03:01:43 error 03-Jan-2023 03:01:43 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/hibernate/hibernate-search-orm/5.11.9.Final/hibernate-search-orm-5.11.9.Final.jar (157 kB at 51 kB/s) error 03-Jan-2023 03:01:43 #17 31.63 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/logging/log4j/log4j-api/2.17.2/log4j-api-2.17.2.jar error 03-Jan-2023 03:01:43 #17 31.63 Progress (2): 4.4/7.5 MB | 2.8/3.7 MB error 03-Jan-2023 03:01:43 Progress (2): 4.4/7.5 MB | 2.8/3.7 MB error 03-Jan-2023 03:01:43 Progress (2): 4.4/7.5 MB | 2.8/3.7 MB error 03-Jan-2023 03:01:43 Progress (2): 4.5/7.5 MB | 2.8/3.7 MB error 03-Jan-2023 03:01:43 Progress (2): 4.5/7.5 MB | 2.8/3.7 MB error 03-Jan-2023 03:01:43 Progress (2): 4.5/7.5 MB | 2.9/3.7 MB error 03-Jan-2023 03:01:43 Progress (2): 4.5/7.5 MB | 2.9/3.7 MB error 03-Jan-2023 03:01:43 Progress (2): 4.5/7.5 MB | 2.9/3.7 MB error 03-Jan-2023 03:01:43 Progress (2): 4.5/7.5 MB | 2.9/3.7 MB error 03-Jan-2023 03:01:43 Progress (2): 4.5/7.5 MB | 2.9/3.7 MB error 03-Jan-2023 03:01:43 Progress (2): 4.5/7.5 MB | 2.9/3.7 MB error 03-Jan-2023 03:01:43 Progress (2): 4.6/7.5 MB | 2.9/3.7 MB error 03-Jan-2023 03:01:43 Progress (2): 4.6/7.5 MB | 3.0/3.7 MB error 03-Jan-2023 03:01:43 Progress (2): 4.6/7.5 MB | 3.0/3.7 MB error 03-Jan-2023 03:01:43 Progress (2): 4.6/7.5 MB | 3.0/3.7 MB error 03-Jan-2023 03:01:43 Progress (2): 4.6/7.5 MB | 3.0/3.7 MB error 03-Jan-2023 03:01:43 Progress (2): 4.6/7.5 MB | 3.1/3.7 MB error 03-Jan-2023 03:01:43 Progress (2): 4.6/7.5 MB | 3.1/3.7 MB error 03-Jan-2023 03:01:43 Progress (2): 4.6/7.5 MB | 3.1/3.7 MB error 03-Jan-2023 03:01:43 Progress (2): 4.6/7.5 MB | 3.1/3.7 MB error 03-Jan-2023 03:01:43 Progress (2): 4.7/7.5 MB | 3.1/3.7 MB error 03-Jan-2023 03:01:43 Progress (2): 4.7/7.5 MB | 3.1/3.7 MB error 03-Jan-2023 03:01:43 Progress (2): 4.7/7.5 MB | 3.2/3.7 MB error 03-Jan-2023 03:01:43 Progress (2): 4.7/7.5 MB | 3.2/3.7 MB error 03-Jan-2023 03:01:43 Progress (2): 4.7/7.5 MB | 3.2/3.7 MB error 03-Jan-2023 03:01:43 Progress (2): 4.7/7.5 MB | 3.2/3.7 MB error 03-Jan-2023 03:01:43 Progress (2): 4.7/7.5 MB | 3.2/3.7 MB error 03-Jan-2023 03:01:43 Progress (2): 4.7/7.5 MB | 3.2/3.7 MB error 03-Jan-2023 03:01:43 Progress (2): 4.8/7.5 MB | 3.2/3.7 MB error 03-Jan-2023 03:01:43 Progress (2): 4.8/7.5 MB | 3.3/3.7 MB error 03-Jan-2023 03:01:43 Progress (2): 4.8/7.5 MB | 3.3/3.7 MB error 03-Jan-2023 03:01:43 Progress (2): 4.8/7.5 MB | 3.3/3.7 MB error 03-Jan-2023 03:01:43 Progress (2): 4.9/7.5 MB | 3.3/3.7 MB error 03-Jan-2023 03:01:43 Progress (2): 4.9/7.5 MB | 3.3/3.7 MB error 03-Jan-2023 03:01:43 Progress (2): 4.9/7.5 MB | 3.3/3.7 MB error 03-Jan-2023 03:01:43 Progress (2): 5.0/7.5 MB | 3.3/3.7 MB error 03-Jan-2023 03:01:43 Progress (2): 5.0/7.5 MB | 3.3/3.7 MB error 03-Jan-2023 03:01:43 Progress (2): 5.1/7.5 MB | 3.3/3.7 MB error 03-Jan-2023 03:01:43 Progress (2): 5.1/7.5 MB | 3.3/3.7 MB error 03-Jan-2023 03:01:43 Progress (2): 5.1/7.5 MB | 3.3/3.7 MB error 03-Jan-2023 03:01:43 Progress (2): 5.1/7.5 MB | 3.3/3.7 MB error 03-Jan-2023 03:01:43 Progress (2): 5.1/7.5 MB | 3.3/3.7 MB error 03-Jan-2023 03:01:43 Progress (2): 5.1/7.5 MB | 3.4/3.7 MB error 03-Jan-2023 03:01:43 Progress (2): 5.2/7.5 MB | 3.4/3.7 MB error 03-Jan-2023 03:01:43 Progress (2): 5.2/7.5 MB | 3.4/3.7 MB error 03-Jan-2023 03:01:43 Progress (2): 5.3/7.5 MB | 3.4/3.7 MB error 03-Jan-2023 03:01:43 Progress (3): 5.3/7.5 MB | 3.4/3.7 MB | 0/1.8 MB error 03-Jan-2023 03:01:43 Progress (3): 5.3/7.5 MB | 3.4/3.7 MB | 0/1.8 MB error 03-Jan-2023 03:01:43 Progress (3): 5.3/7.5 MB | 3.4/3.7 MB | 0/1.8 MB error 03-Jan-2023 03:01:43 Progress (3): 5.3/7.5 MB | 3.4/3.7 MB | 0/1.8 MB error 03-Jan-2023 03:01:43 Progress (3): 5.3/7.5 MB | 3.4/3.7 MB | 0/1.8 MB error 03-Jan-2023 03:01:43 Progress (3): 5.3/7.5 MB | 3.4/3.7 MB | 0.1/1.8 MB error 03-Jan-2023 03:01:43 Progress (3): 5.3/7.5 MB | 3.4/3.7 MB | 0.1/1.8 MB error 03-Jan-2023 03:01:43 Progress (3): 5.3/7.5 MB | 3.4/3.7 MB | 0.1/1.8 MB error 03-Jan-2023 03:01:43 Progress (3): 5.3/7.5 MB | 3.4/3.7 MB | 0.1/1.8 MB error 03-Jan-2023 03:01:43 Progress (3): 5.3/7.5 MB | 3.4/3.7 MB | 0.1/1.8 MB error 03-Jan-2023 03:01:43 Progress (3): 5.3/7.5 MB | 3.4/3.7 MB | 0.1/1.8 MB error 03-Jan-2023 03:01:43 Progress (3): 5.3/7.5 MB | 3.4/3.7 MB | 0.1/1.8 MB error 03-Jan-2023 03:01:43 Progress (3): 5.3/7.5 MB | 3.4/3.7 MB | 0.1/1.8 MB error 03-Jan-2023 03:01:43 Progress (3): 5.4/7.5 MB | 3.4/3.7 MB | 0.1/1.8 MB error 03-Jan-2023 03:01:43 Progress (3): 5.4/7.5 MB | 3.4/3.7 MB | 0.1/1.8 MB error 03-Jan-2023 03:01:43 Progress (3): 5.4/7.5 MB | 3.4/3.7 MB | 0.1/1.8 MB error 03-Jan-2023 03:01:43 Progress (3): 5.4/7.5 MB | 3.4/3.7 MB | 0.1/1.8 MB error 03-Jan-2023 03:01:43 Progress (3): 5.4/7.5 MB | 3.4/3.7 MB | 0.1/1.8 MB error 03-Jan-2023 03:01:43 Progress (3): 5.5/7.5 MB | 3.4/3.7 MB | 0.1/1.8 MB error 03-Jan-2023 03:01:43 Progress (3): 5.5/7.5 MB | 3.4/3.7 MB | 0.1/1.8 MB error 03-Jan-2023 03:01:43 Progress (3): 5.5/7.5 MB | 3.4/3.7 MB | 0.1/1.8 MB error 03-Jan-2023 03:01:43 Progress (3): 5.5/7.5 MB | 3.4/3.7 MB | 0.2/1.8 MB error 03-Jan-2023 03:01:43 Progress (3): 5.5/7.5 MB | 3.4/3.7 MB | 0.2/1.8 MB error 03-Jan-2023 03:01:43 Progress (3): 5.5/7.5 MB | 3.4/3.7 MB | 0.2/1.8 MB error 03-Jan-2023 03:01:43 Progress (3): 5.5/7.5 MB | 3.4/3.7 MB | 0.2/1.8 MB error 03-Jan-2023 03:01:43 Progress (3): 5.5/7.5 MB | 3.4/3.7 MB | 0.2/1.8 MB error 03-Jan-2023 03:01:43 Progress (3): 5.6/7.5 MB | 3.4/3.7 MB | 0.2/1.8 MB error 03-Jan-2023 03:01:43 Progress (3): 5.6/7.5 MB | 3.4/3.7 MB | 0.2/1.8 MB error 03-Jan-2023 03:01:43 Progress (3): 5.6/7.5 MB | 3.4/3.7 MB | 0.2/1.8 MB error 03-Jan-2023 03:01:43 Progress (3): 5.6/7.5 MB | 3.4/3.7 MB | 0.2/1.8 MB error 03-Jan-2023 03:01:43 Progress (3): 5.6/7.5 MB | 3.4/3.7 MB | 0.2/1.8 MB error 03-Jan-2023 03:01:43 Progress (3): 5.6/7.5 MB | 3.4/3.7 MB | 0.2/1.8 MB error 03-Jan-2023 03:01:43 Progress (3): 5.6/7.5 MB | 3.4/3.7 MB | 0.2/1.8 MB error 03-Jan-2023 03:01:43 Progress (3): 5.6/7.5 MB | 3.4/3.7 MB | 0.2/1.8 MB error 03-Jan-2023 03:01:43 Progress (3): 5.7/7.5 MB | 3.4/3.7 MB | 0.2/1.8 MB error 03-Jan-2023 03:01:43 Progress (3): 5.7/7.5 MB | 3.4/3.7 MB | 0.2/1.8 MB error 03-Jan-2023 03:01:43 Progress (4): 5.7/7.5 MB | 3.4/3.7 MB | 0.2/1.8 MB | 0/1.3 MB error 03-Jan-2023 03:01:43 Progress (4): 5.7/7.5 MB | 3.4/3.7 MB | 0.2/1.8 MB | 0/1.3 MB error 03-Jan-2023 03:01:43 Progress (4): 5.7/7.5 MB | 3.4/3.7 MB | 0.2/1.8 MB | 0/1.3 MB error 03-Jan-2023 03:01:43 Progress (4): 5.7/7.5 MB | 3.4/3.7 MB | 0.3/1.8 MB | 0/1.3 MB error 03-Jan-2023 03:01:43 Progress (4): 5.7/7.5 MB | 3.4/3.7 MB | 0.3/1.8 MB | 0/1.3 MB error 03-Jan-2023 03:01:43 Progress (4): 5.7/7.5 MB | 3.4/3.7 MB | 0.3/1.8 MB | 0/1.3 MB error 03-Jan-2023 03:01:43 Progress (4): 5.7/7.5 MB | 3.4/3.7 MB | 0.3/1.8 MB | 0/1.3 MB error 03-Jan-2023 03:01:43 Progress (4): 5.7/7.5 MB | 3.4/3.7 MB | 0.3/1.8 MB | 0/1.3 MB error 03-Jan-2023 03:01:43 Progress (4): 5.7/7.5 MB | 3.4/3.7 MB | 0.3/1.8 MB | 0/1.3 MB error 03-Jan-2023 03:01:43 Progress (4): 5.7/7.5 MB | 3.4/3.7 MB | 0.3/1.8 MB | 0/1.3 MB error 03-Jan-2023 03:01:43 Progress (4): 5.8/7.5 MB | 3.4/3.7 MB | 0.3/1.8 MB | 0/1.3 MB error 03-Jan-2023 03:01:43 Progress (4): 5.8/7.5 MB | 3.4/3.7 MB | 0.3/1.8 MB | 0/1.3 MB error 03-Jan-2023 03:01:43 Progress (4): 5.8/7.5 MB | 3.4/3.7 MB | 0.3/1.8 MB | 0/1.3 MB error 03-Jan-2023 03:01:43 Progress (4): 5.9/7.5 MB | 3.4/3.7 MB | 0.3/1.8 MB | 0/1.3 MB error 03-Jan-2023 03:01:43 Progress (4): 5.9/7.5 MB | 3.4/3.7 MB | 0.3/1.8 MB | 0/1.3 MB error 03-Jan-2023 03:01:43 Progress (4): 5.9/7.5 MB | 3.4/3.7 MB | 0.3/1.8 MB | 0/1.3 MB error 03-Jan-2023 03:01:43 Progress (4): 5.9/7.5 MB | 3.4/3.7 MB | 0.3/1.8 MB | 0/1.3 MB error 03-Jan-2023 03:01:43 Progress (4): 5.9/7.5 MB | 3.4/3.7 MB | 0.3/1.8 MB | 0/1.3 MB error 03-Jan-2023 03:01:43 Progress (4): 5.9/7.5 MB | 3.4/3.7 MB | 0.3/1.8 MB | 0/1.3 MB error 03-Jan-2023 03:01:43 Progress (4): 5.9/7.5 MB | 3.4/3.7 MB | 0.3/1.8 MB | 0/1.3 MB error 03-Jan-2023 03:01:43 Progress (4): 5.9/7.5 MB | 3.4/3.7 MB | 0.3/1.8 MB | 0.1/1.3 MB error 03-Jan-2023 03:01:43 Progress (4): 5.9/7.5 MB | 3.4/3.7 MB | 0.3/1.8 MB | 0.1/1.3 MB error 03-Jan-2023 03:01:43 Progress (4): 5.9/7.5 MB | 3.4/3.7 MB | 0.3/1.8 MB | 0.1/1.3 MB error 03-Jan-2023 03:01:43 Progress (4): 5.9/7.5 MB | 3.4/3.7 MB | 0.3/1.8 MB | 0.1/1.3 MB error 03-Jan-2023 03:01:43 Progress (4): 5.9/7.5 MB | 3.4/3.7 MB | 0.3/1.8 MB | 0.1/1.3 MB error 03-Jan-2023 03:01:43 Progress (4): 5.9/7.5 MB | 3.4/3.7 MB | 0.3/1.8 MB | 0.1/1.3 MB error 03-Jan-2023 03:01:43 Progress (4): 5.9/7.5 MB | 3.4/3.7 MB | 0.3/1.8 MB | 0.1/1.3 MB error 03-Jan-2023 03:01:43 Progress (4): 5.9/7.5 MB | 3.4/3.7 MB | 0.3/1.8 MB | 0.1/1.3 MB error 03-Jan-2023 03:01:43 Progress (4): 5.9/7.5 MB | 3.4/3.7 MB | 0.3/1.8 MB | 0.1/1.3 MB error 03-Jan-2023 03:01:43 Progress (4): 5.9/7.5 MB | 3.4/3.7 MB | 0.3/1.8 MB | 0.1/1.3 MB error 03-Jan-2023 03:01:43 Progress (4): 5.9/7.5 MB | 3.4/3.7 MB | 0.3/1.8 MB | 0.1/1.3 MB error 03-Jan-2023 03:01:43 Progress (4): 5.9/7.5 MB | 3.4/3.7 MB | 0.3/1.8 MB | 0.1/1.3 MB error 03-Jan-2023 03:01:43 Progress (4): 5.9/7.5 MB | 3.4/3.7 MB | 0.3/1.8 MB | 0.1/1.3 MB error 03-Jan-2023 03:01:43 Progress (4): 5.9/7.5 MB | 3.5/3.7 MB | 0.3/1.8 MB | 0.1/1.3 MB error 03-Jan-2023 03:01:43 Progress (4): 5.9/7.5 MB | 3.5/3.7 MB | 0.3/1.8 MB | 0.1/1.3 MB error 03-Jan-2023 03:01:43 Progress (4): 5.9/7.5 MB | 3.5/3.7 MB | 0.3/1.8 MB | 0.1/1.3 MB error 03-Jan-2023 03:01:43 Progress (4): 5.9/7.5 MB | 3.5/3.7 MB | 0.3/1.8 MB | 0.1/1.3 MB error 03-Jan-2023 03:01:43 Progress (4): 5.9/7.5 MB | 3.6/3.7 MB | 0.3/1.8 MB | 0.1/1.3 MB error 03-Jan-2023 03:01:43 Progress (4): 5.9/7.5 MB | 3.6/3.7 MB | 0.3/1.8 MB | 0.1/1.3 MB error 03-Jan-2023 03:01:43 Progress (4): 5.9/7.5 MB | 3.6/3.7 MB | 0.3/1.8 MB | 0.1/1.3 MB error 03-Jan-2023 03:01:43 Progress (4): 5.9/7.5 MB | 3.6/3.7 MB | 0.3/1.8 MB | 0.1/1.3 MB error 03-Jan-2023 03:01:43 Progress (4): 5.9/7.5 MB | 3.6/3.7 MB | 0.4/1.8 MB | 0.1/1.3 MB error 03-Jan-2023 03:01:43 Progress (4): 5.9/7.5 MB | 3.6/3.7 MB | 0.4/1.8 MB | 0.1/1.3 MB error 03-Jan-2023 03:01:43 Progress (4): 5.9/7.5 MB | 3.7/3.7 MB | 0.4/1.8 MB | 0.1/1.3 MB error 03-Jan-2023 03:01:43 Progress (4): 5.9/7.5 MB | 3.7/3.7 MB | 0.4/1.8 MB | 0.1/1.3 MB error 03-Jan-2023 03:01:43 Progress (4): 5.9/7.5 MB | 3.7 MB | 0.4/1.8 MB | 0.1/1.3 MB error 03-Jan-2023 03:01:43 Progress (4): 6.0/7.5 MB | 3.7 MB | 0.4/1.8 MB | 0.1/1.3 MB error 03-Jan-2023 03:01:43 Progress (4): 6.0/7.5 MB | 3.7 MB | 0.4/1.8 MB | 0.1/1.3 MB error 03-Jan-2023 03:01:43 Progress (4): 6.0/7.5 MB | 3.7 MB | 0.4/1.8 MB | 0.1/1.3 MB error 03-Jan-2023 03:01:43 Progress (4): 6.0/7.5 MB | 3.7 MB | 0.4/1.8 MB | 0.1/1.3 MB error 03-Jan-2023 03:01:43 Progress (4): 6.0/7.5 MB | 3.7 MB | 0.4/1.8 MB | 0.2/1.3 MB error 03-Jan-2023 03:01:43 Progress (4): 6.0/7.5 MB | 3.7 MB | 0.4/1.8 MB | 0.2/1.3 MB error 03-Jan-2023 03:01:43 Progress (4): 6.0/7.5 MB | 3.7 MB | 0.4/1.8 MB | 0.2/1.3 MB error 03-Jan-2023 03:01:43 Progress (4): 6.0/7.5 MB | 3.7 MB | 0.4/1.8 MB | 0.2/1.3 MB error 03-Jan-2023 03:01:43 Progress (4): 6.0/7.5 MB | 3.7 MB | 0.4/1.8 MB | 0.2/1.3 MB error 03-Jan-2023 03:01:43 Progress (4): 6.0/7.5 MB | 3.7 MB | 0.4/1.8 MB | 0.2/1.3 MB error 03-Jan-2023 03:01:43 Progress (4): 6.0/7.5 MB | 3.7 MB | 0.4/1.8 MB | 0.2/1.3 MB error 03-Jan-2023 03:01:43 Progress (4): 6.0/7.5 MB | 3.7 MB | 0.4/1.8 MB | 0.2/1.3 MB error 03-Jan-2023 03:01:43 Progress (4): 6.0/7.5 MB | 3.7 MB | 0.4/1.8 MB | 0.2/1.3 MB error 03-Jan-2023 03:01:43 Progress (4): 6.0/7.5 MB | 3.7 MB | 0.4/1.8 MB | 0.2/1.3 MB error 03-Jan-2023 03:01:43 Progress (4): 6.0/7.5 MB | 3.7 MB | 0.4/1.8 MB | 0.2/1.3 MB error 03-Jan-2023 03:01:43 Progress (4): 6.0/7.5 MB | 3.7 MB | 0.4/1.8 MB | 0.2/1.3 MB error 03-Jan-2023 03:01:43 Progress (4): 6.0/7.5 MB | 3.7 MB | 0.4/1.8 MB | 0.3/1.3 MB error 03-Jan-2023 03:01:43 Progress (4): 6.0/7.5 MB | 3.7 MB | 0.4/1.8 MB | 0.3/1.3 MB error 03-Jan-2023 03:01:43 Progress (4): 6.0/7.5 MB | 3.7 MB | 0.4/1.8 MB | 0.3/1.3 MB error 03-Jan-2023 03:01:43 Progress (4): 6.0/7.5 MB | 3.7 MB | 0.4/1.8 MB | 0.3/1.3 MB error 03-Jan-2023 03:01:43 Progress (4): 6.0/7.5 MB | 3.7 MB | 0.4/1.8 MB | 0.3/1.3 MB error 03-Jan-2023 03:01:43 Progress (4): 6.0/7.5 MB | 3.7 MB | 0.4/1.8 MB | 0.3/1.3 MB error 03-Jan-2023 03:01:43 Progress (4): 6.0/7.5 MB | 3.7 MB | 0.4/1.8 MB | 0.3/1.3 MB error 03-Jan-2023 03:01:43 Progress (4): 6.0/7.5 MB | 3.7 MB | 0.4/1.8 MB | 0.3/1.3 MB error 03-Jan-2023 03:01:43 Progress (4): 6.0/7.5 MB | 3.7 MB | 0.4/1.8 MB | 0.3/1.3 MB error 03-Jan-2023 03:01:43 Progress (4): 6.0/7.5 MB | 3.7 MB | 0.4/1.8 MB | 0.3/1.3 MB error 03-Jan-2023 03:01:43 Progress (4): 6.0/7.5 MB | 3.7 MB | 0.4/1.8 MB | 0.3/1.3 MB error 03-Jan-2023 03:01:43 Progress (4): 6.0/7.5 MB | 3.7 MB | 0.4/1.8 MB | 0.3/1.3 MB error 03-Jan-2023 03:01:43 Progress (4): 6.0/7.5 MB | 3.7 MB | 0.4/1.8 MB | 0.3/1.3 MB error 03-Jan-2023 03:01:43 Progress (4): 6.0/7.5 MB | 3.7 MB | 0.4/1.8 MB | 0.3/1.3 MB error 03-Jan-2023 03:01:43 Progress (4): 6.0/7.5 MB | 3.7 MB | 0.4/1.8 MB | 0.3/1.3 MB error 03-Jan-2023 03:01:43 Progress (4): 6.0/7.5 MB | 3.7 MB | 0.4/1.8 MB | 0.3/1.3 MB error 03-Jan-2023 03:01:43 Progress (4): 6.0/7.5 MB | 3.7 MB | 0.4/1.8 MB | 0.3/1.3 MB error 03-Jan-2023 03:01:43 Progress (4): 6.0/7.5 MB | 3.7 MB | 0.4/1.8 MB | 0.3/1.3 MB error 03-Jan-2023 03:01:43 Progress (4): 6.0/7.5 MB | 3.7 MB | 0.4/1.8 MB | 0.3/1.3 MB error 03-Jan-2023 03:01:43 Progress (4): 6.0/7.5 MB | 3.7 MB | 0.4/1.8 MB | 0.3/1.3 MB error 03-Jan-2023 03:01:43 Progress (4): 6.0/7.5 MB | 3.7 MB | 0.5/1.8 MB | 0.3/1.3 MB error 03-Jan-2023 03:01:43 Progress (4): 6.0/7.5 MB | 3.7 MB | 0.5/1.8 MB | 0.4/1.3 MB error 03-Jan-2023 03:01:43 Progress (4): 6.0/7.5 MB | 3.7 MB | 0.5/1.8 MB | 0.4/1.3 MB error 03-Jan-2023 03:01:43 Progress (4): 6.0/7.5 MB | 3.7 MB | 0.5/1.8 MB | 0.4/1.3 MB error 03-Jan-2023 03:01:43 Progress (4): 6.0/7.5 MB | 3.7 MB | 0.5/1.8 MB | 0.4/1.3 MB error 03-Jan-2023 03:01:43 Progress (4): 6.0/7.5 MB | 3.7 MB | 0.5/1.8 MB | 0.4/1.3 MB error 03-Jan-2023 03:01:43 Progress (4): 6.0/7.5 MB | 3.7 MB | 0.5/1.8 MB | 0.4/1.3 MB error 03-Jan-2023 03:01:43 Progress (4): 6.0/7.5 MB | 3.7 MB | 0.5/1.8 MB | 0.4/1.3 MB error 03-Jan-2023 03:01:43 Progress (4): 6.0/7.5 MB | 3.7 MB | 0.5/1.8 MB | 0.4/1.3 MB error 03-Jan-2023 03:01:43 Progress (4): 6.0/7.5 MB | 3.7 MB | 0.5/1.8 MB | 0.4/1.3 MB error 03-Jan-2023 03:01:43 Progress (4): 6.0/7.5 MB | 3.7 MB | 0.5/1.8 MB | 0.4/1.3 MB error 03-Jan-2023 03:01:43 Progress (4): 6.0/7.5 MB | 3.7 MB | 0.5/1.8 MB | 0.4/1.3 MB error 03-Jan-2023 03:01:43 Progress (4): 6.1/7.5 MB | 3.7 MB | 0.5/1.8 MB | 0.4/1.3 MB error 03-Jan-2023 03:01:43 Progress (4): 6.1/7.5 MB | 3.7 MB | 0.5/1.8 MB | 0.4/1.3 MB error 03-Jan-2023 03:01:43 Progress (4): 6.1/7.5 MB | 3.7 MB | 0.5/1.8 MB | 0.4/1.3 MB error 03-Jan-2023 03:01:43 Progress (4): 6.1/7.5 MB | 3.7 MB | 0.5/1.8 MB | 0.4/1.3 MB error 03-Jan-2023 03:01:43 Progress (4): 6.1/7.5 MB | 3.7 MB | 0.5/1.8 MB | 0.4/1.3 MB error 03-Jan-2023 03:01:43 Progress (4): 6.1/7.5 MB | 3.7 MB | 0.5/1.8 MB | 0.4/1.3 MB error 03-Jan-2023 03:01:43 Progress (4): 6.1/7.5 MB | 3.7 MB | 0.5/1.8 MB | 0.4/1.3 MB error 03-Jan-2023 03:01:43 Progress (4): 6.1/7.5 MB | 3.7 MB | 0.5/1.8 MB | 0.4/1.3 MB error 03-Jan-2023 03:01:43 Progress (4): 6.2/7.5 MB | 3.7 MB | 0.5/1.8 MB | 0.4/1.3 MB error 03-Jan-2023 03:01:43 Progress (4): 6.2/7.5 MB | 3.7 MB | 0.5/1.8 MB | 0.4/1.3 MB error 03-Jan-2023 03:01:43 Progress (4): 6.2/7.5 MB | 3.7 MB | 0.5/1.8 MB | 0.4/1.3 MB error 03-Jan-2023 03:01:43 Progress (4): 6.2/7.5 MB | 3.7 MB | 0.5/1.8 MB | 0.4/1.3 MB error 03-Jan-2023 03:01:43 Progress (4): 6.2/7.5 MB | 3.7 MB | 0.6/1.8 MB | 0.4/1.3 MB error 03-Jan-2023 03:01:43 Progress (4): 6.2/7.5 MB | 3.7 MB | 0.6/1.8 MB | 0.4/1.3 MB error 03-Jan-2023 03:01:43 Progress (4): 6.2/7.5 MB | 3.7 MB | 0.6/1.8 MB | 0.4/1.3 MB error 03-Jan-2023 03:01:43 Progress (4): 6.2/7.5 MB | 3.7 MB | 0.6/1.8 MB | 0.4/1.3 MB error 03-Jan-2023 03:01:43 Progress (4): 6.2/7.5 MB | 3.7 MB | 0.6/1.8 MB | 0.5/1.3 MB error 03-Jan-2023 03:01:43 Progress (4): 6.2/7.5 MB | 3.7 MB | 0.6/1.8 MB | 0.5/1.3 MB error 03-Jan-2023 03:01:43 Progress (4): 6.2/7.5 MB | 3.7 MB | 0.6/1.8 MB | 0.5/1.3 MB error 03-Jan-2023 03:01:43 Progress (4): 6.2/7.5 MB | 3.7 MB | 0.6/1.8 MB | 0.5/1.3 MB error 03-Jan-2023 03:01:43 Progress (4): 6.2/7.5 MB | 3.7 MB | 0.6/1.8 MB | 0.5/1.3 MB error 03-Jan-2023 03:01:43 Progress (4): 6.2/7.5 MB | 3.7 MB | 0.6/1.8 MB | 0.5/1.3 MB error 03-Jan-2023 03:01:43 Progress (4): 6.2/7.5 MB | 3.7 MB | 0.6/1.8 MB | 0.5/1.3 MB error 03-Jan-2023 03:01:43 Progress (4): 6.2/7.5 MB | 3.7 MB | 0.6/1.8 MB | 0.5/1.3 MB error 03-Jan-2023 03:01:43 Progress (4): 6.3/7.5 MB | 3.7 MB | 0.6/1.8 MB | 0.5/1.3 MB error 03-Jan-2023 03:01:43 Progress (4): 6.3/7.5 MB | 3.7 MB | 0.6/1.8 MB | 0.5/1.3 MB error 03-Jan-2023 03:01:43 Progress (4): 6.3/7.5 MB | 3.7 MB | 0.6/1.8 MB | 0.5/1.3 MB error 03-Jan-2023 03:01:43 Progress (4): 6.3/7.5 MB | 3.7 MB | 0.6/1.8 MB | 0.5/1.3 MB error 03-Jan-2023 03:01:43 Progress (4): 6.3/7.5 MB | 3.7 MB | 0.6/1.8 MB | 0.5/1.3 MB error 03-Jan-2023 03:01:43 Progress (4): 6.3/7.5 MB | 3.7 MB | 0.6/1.8 MB | 0.5/1.3 MB error 03-Jan-2023 03:01:43 Progress (4): 6.3/7.5 MB | 3.7 MB | 0.6/1.8 MB | 0.5/1.3 MB error 03-Jan-2023 03:01:43 Progress (4): 6.3/7.5 MB | 3.7 MB | 0.6/1.8 MB | 0.5/1.3 MB error 03-Jan-2023 03:01:43 Progress (4): 6.3/7.5 MB | 3.7 MB | 0.6/1.8 MB | 0.5/1.3 MB error 03-Jan-2023 03:01:43 Progress (4): 6.3/7.5 MB | 3.7 MB | 0.6/1.8 MB | 0.5/1.3 MB error 03-Jan-2023 03:01:43 Progress (4): 6.3/7.5 MB | 3.7 MB | 0.7/1.8 MB | 0.5/1.3 MB error 03-Jan-2023 03:01:43 Progress (4): 6.3/7.5 MB | 3.7 MB | 0.7/1.8 MB | 0.5/1.3 MB error 03-Jan-2023 03:01:43 Progress (4): 6.3/7.5 MB | 3.7 MB | 0.7/1.8 MB | 0.5/1.3 MB error 03-Jan-2023 03:01:43 Progress (4): 6.3/7.5 MB | 3.7 MB | 0.7/1.8 MB | 0.5/1.3 MB error 03-Jan-2023 03:01:43 Progress (4): 6.3/7.5 MB | 3.7 MB | 0.7/1.8 MB | 0.5/1.3 MB error 03-Jan-2023 03:01:43 Progress (4): 6.3/7.5 MB | 3.7 MB | 0.7/1.8 MB | 0.5/1.3 MB error 03-Jan-2023 03:01:43 Progress (4): 6.3/7.5 MB | 3.7 MB | 0.7/1.8 MB | 0.5/1.3 MB error 03-Jan-2023 03:01:43 Progress (4): 6.3/7.5 MB | 3.7 MB | 0.7/1.8 MB | 0.5/1.3 MB error 03-Jan-2023 03:01:43 Progress (4): 6.3/7.5 MB | 3.7 MB | 0.7/1.8 MB | 0.5/1.3 MB error 03-Jan-2023 03:01:43 Progress (4): 6.3/7.5 MB | 3.7 MB | 0.7/1.8 MB | 0.5/1.3 MB error 03-Jan-2023 03:01:43 Progress (4): 6.4/7.5 MB | 3.7 MB | 0.7/1.8 MB | 0.5/1.3 MB error 03-Jan-2023 03:01:43 Progress (4): 6.4/7.5 MB | 3.7 MB | 0.7/1.8 MB | 0.5/1.3 MB error 03-Jan-2023 03:01:43 Progress (4): 6.4/7.5 MB | 3.7 MB | 0.7/1.8 MB | 0.6/1.3 MB error 03-Jan-2023 03:01:43 Progress (4): 6.4/7.5 MB | 3.7 MB | 0.7/1.8 MB | 0.6/1.3 MB error 03-Jan-2023 03:01:43 Progress (4): 6.4/7.5 MB | 3.7 MB | 0.7/1.8 MB | 0.6/1.3 MB error 03-Jan-2023 03:01:43 Progress (4): 6.4/7.5 MB | 3.7 MB | 0.7/1.8 MB | 0.6/1.3 MB error 03-Jan-2023 03:01:43 Progress (4): 6.4/7.5 MB | 3.7 MB | 0.7/1.8 MB | 0.6/1.3 MB error 03-Jan-2023 03:01:43 Progress (4): 6.4/7.5 MB | 3.7 MB | 0.7/1.8 MB | 0.6/1.3 MB error 03-Jan-2023 03:01:43 Progress (4): 6.4/7.5 MB | 3.7 MB | 0.7/1.8 MB | 0.6/1.3 MB error 03-Jan-2023 03:01:43 Progress (4): 6.4/7.5 MB | 3.7 MB | 0.7/1.8 MB | 0.6/1.3 MB error 03-Jan-2023 03:01:43 Progress (4): 6.4/7.5 MB | 3.7 MB | 0.7/1.8 MB | 0.6/1.3 MB error 03-Jan-2023 03:01:43 Progress (4): 6.4/7.5 MB | 3.7 MB | 0.7/1.8 MB | 0.6/1.3 MB error 03-Jan-2023 03:01:43 Progress (4): 6.4/7.5 MB | 3.7 MB | 0.7/1.8 MB | 0.6/1.3 MB error 03-Jan-2023 03:01:43 Progress (4): 6.4/7.5 MB | 3.7 MB | 0.7/1.8 MB | 0.6/1.3 MB error 03-Jan-2023 03:01:43 Progress (4): 6.4/7.5 MB | 3.7 MB | 0.7/1.8 MB | 0.6/1.3 MB error 03-Jan-2023 03:01:43 Progress (4): 6.4/7.5 MB | 3.7 MB | 0.8/1.8 MB | 0.6/1.3 MB error 03-Jan-2023 03:01:43 Progress (4): 6.4/7.5 MB | 3.7 MB | 0.8/1.8 MB | 0.6/1.3 MB error 03-Jan-2023 03:01:43 Progress (4): 6.4/7.5 MB | 3.7 MB | 0.8/1.8 MB | 0.6/1.3 MB error 03-Jan-2023 03:01:43 Progress (4): 6.4/7.5 MB | 3.7 MB | 0.8/1.8 MB | 0.6/1.3 MB error 03-Jan-2023 03:01:43 Progress (4): 6.4/7.5 MB | 3.7 MB | 0.8/1.8 MB | 0.6/1.3 MB error 03-Jan-2023 03:01:43 Progress (4): 6.4/7.5 MB | 3.7 MB | 0.8/1.8 MB | 0.6/1.3 MB error 03-Jan-2023 03:01:43 Progress (4): 6.5/7.5 MB | 3.7 MB | 0.8/1.8 MB | 0.6/1.3 MB error 03-Jan-2023 03:01:43 Progress (4): 6.5/7.5 MB | 3.7 MB | 0.8/1.8 MB | 0.6/1.3 MB error 03-Jan-2023 03:01:43 Progress (4): 6.5/7.5 MB | 3.7 MB | 0.8/1.8 MB | 0.6/1.3 MB error 03-Jan-2023 03:01:43 Progress (4): 6.5/7.5 MB | 3.7 MB | 0.8/1.8 MB | 0.6/1.3 MB error 03-Jan-2023 03:01:43 Progress (4): 6.5/7.5 MB | 3.7 MB | 0.8/1.8 MB | 0.6/1.3 MB error 03-Jan-2023 03:01:43 Progress (4): 6.5/7.5 MB | 3.7 MB | 0.8/1.8 MB | 0.6/1.3 MB error 03-Jan-2023 03:01:43 Progress (4): 6.5/7.5 MB | 3.7 MB | 0.8/1.8 MB | 0.6/1.3 MB error 03-Jan-2023 03:01:43 Progress (4): 6.5/7.5 MB | 3.7 MB | 0.8/1.8 MB | 0.7/1.3 MB error 03-Jan-2023 03:01:43 Progress (4): 6.5/7.5 MB | 3.7 MB | 0.8/1.8 MB | 0.7/1.3 MB error 03-Jan-2023 03:01:43 Progress (4): 6.5/7.5 MB | 3.7 MB | 0.8/1.8 MB | 0.7/1.3 MB error 03-Jan-2023 03:01:43 Progress (4): 6.5/7.5 MB | 3.7 MB | 0.8/1.8 MB | 0.7/1.3 MB error 03-Jan-2023 03:01:43 Progress (4): 6.5/7.5 MB | 3.7 MB | 0.8/1.8 MB | 0.7/1.3 MB error 03-Jan-2023 03:01:43 Progress (4): 6.5/7.5 MB | 3.7 MB | 0.8/1.8 MB | 0.7/1.3 MB error 03-Jan-2023 03:01:43 Progress (4): 6.5/7.5 MB | 3.7 MB | 0.8/1.8 MB | 0.7/1.3 MB error 03-Jan-2023 03:01:43 Progress (4): 6.5/7.5 MB | 3.7 MB | 0.8/1.8 MB | 0.7/1.3 MB error 03-Jan-2023 03:01:43 Progress (4): 6.5/7.5 MB | 3.7 MB | 0.8/1.8 MB | 0.7/1.3 MB error 03-Jan-2023 03:01:43 Progress (4): 6.5/7.5 MB | 3.7 MB | 0.8/1.8 MB | 0.7/1.3 MB error 03-Jan-2023 03:01:43 Progress (4): 6.5/7.5 MB | 3.7 MB | 0.8/1.8 MB | 0.7/1.3 MB error 03-Jan-2023 03:01:43 Progress (4): 6.5/7.5 MB | 3.7 MB | 0.8/1.8 MB | 0.7/1.3 MB error 03-Jan-2023 03:01:43 Progress (4): 6.5/7.5 MB | 3.7 MB | 0.8/1.8 MB | 0.7/1.3 MB error 03-Jan-2023 03:01:43 Progress (4): 6.5/7.5 MB | 3.7 MB | 0.8/1.8 MB | 0.7/1.3 MB error 03-Jan-2023 03:01:43 Progress (4): 6.5/7.5 MB | 3.7 MB | 0.8/1.8 MB | 0.7/1.3 MB error 03-Jan-2023 03:01:43 Progress (4): 6.6/7.5 MB | 3.7 MB | 0.8/1.8 MB | 0.7/1.3 MB error 03-Jan-2023 03:01:43 Progress (4): 6.6/7.5 MB | 3.7 MB | 0.8/1.8 MB | 0.7/1.3 MB error 03-Jan-2023 03:01:43 Progress (4): 6.6/7.5 MB | 3.7 MB | 0.9/1.8 MB | 0.7/1.3 MB error 03-Jan-2023 03:01:43 Progress (4): 6.6/7.5 MB | 3.7 MB | 0.9/1.8 MB | 0.7/1.3 MB error 03-Jan-2023 03:01:43 Progress (4): 6.6/7.5 MB | 3.7 MB | 0.9/1.8 MB | 0.7/1.3 MB error 03-Jan-2023 03:01:43 Progress (4): 6.6/7.5 MB | 3.7 MB | 0.9/1.8 MB | 0.7/1.3 MB error 03-Jan-2023 03:01:43 Progress (4): 6.6/7.5 MB | 3.7 MB | 0.9/1.8 MB | 0.7/1.3 MB error 03-Jan-2023 03:01:43 Progress (4): 6.6/7.5 MB | 3.7 MB | 0.9/1.8 MB | 0.7/1.3 MB error 03-Jan-2023 03:01:43 Progress (4): 6.6/7.5 MB | 3.7 MB | 0.9/1.8 MB | 0.7/1.3 MB error 03-Jan-2023 03:01:43 Progress (4): 6.6/7.5 MB | 3.7 MB | 0.9/1.8 MB | 0.7/1.3 MB error 03-Jan-2023 03:01:43 Progress (4): 6.6/7.5 MB | 3.7 MB | 0.9/1.8 MB | 0.8/1.3 MB error 03-Jan-2023 03:01:43 Progress (4): 6.6/7.5 MB | 3.7 MB | 0.9/1.8 MB | 0.8/1.3 MB error 03-Jan-2023 03:01:43 Progress (4): 6.6/7.5 MB | 3.7 MB | 0.9/1.8 MB | 0.8/1.3 MB error 03-Jan-2023 03:01:43 Progress (4): 6.6/7.5 MB | 3.7 MB | 0.9/1.8 MB | 0.8/1.3 MB error 03-Jan-2023 03:01:43 Progress (4): 6.6/7.5 MB | 3.7 MB | 0.9/1.8 MB | 0.8/1.3 MB error 03-Jan-2023 03:01:43 Progress (4): 6.7/7.5 MB | 3.7 MB | 0.9/1.8 MB | 0.8/1.3 MB error 03-Jan-2023 03:01:43 Progress (4): 6.7/7.5 MB | 3.7 MB | 0.9/1.8 MB | 0.8/1.3 MB error 03-Jan-2023 03:01:43 Progress (4): 6.7/7.5 MB | 3.7 MB | 0.9/1.8 MB | 0.8/1.3 MB error 03-Jan-2023 03:01:43 Progress (4): 6.7/7.5 MB | 3.7 MB | 0.9/1.8 MB | 0.8/1.3 MB error 03-Jan-2023 03:01:43 Progress (4): 6.7/7.5 MB | 3.7 MB | 0.9/1.8 MB | 0.8/1.3 MB error 03-Jan-2023 03:01:43 Progress (4): 6.7/7.5 MB | 3.7 MB | 0.9/1.8 MB | 0.8/1.3 MB error 03-Jan-2023 03:01:43 Progress (4): 6.7/7.5 MB | 3.7 MB | 0.9/1.8 MB | 0.8/1.3 MB error 03-Jan-2023 03:01:43 Progress (4): 6.7/7.5 MB | 3.7 MB | 0.9/1.8 MB | 0.8/1.3 MB error 03-Jan-2023 03:01:43 Progress (4): 6.7/7.5 MB | 3.7 MB | 0.9/1.8 MB | 0.8/1.3 MB error 03-Jan-2023 03:01:43 Progress (4): 6.7/7.5 MB | 3.7 MB | 0.9/1.8 MB | 0.8/1.3 MB error 03-Jan-2023 03:01:43 Progress (4): 6.7/7.5 MB | 3.7 MB | 0.9/1.8 MB | 0.8/1.3 MB error 03-Jan-2023 03:01:43 Progress (4): 6.7/7.5 MB | 3.7 MB | 1.0/1.8 MB | 0.8/1.3 MB error 03-Jan-2023 03:01:43 Progress (4): 6.7/7.5 MB | 3.7 MB | 1.0/1.8 MB | 0.8/1.3 MB error 03-Jan-2023 03:01:43 Progress (4): 6.7/7.5 MB | 3.7 MB | 1.0/1.8 MB | 0.8/1.3 MB error 03-Jan-2023 03:01:43 Progress (4): 6.7/7.5 MB | 3.7 MB | 1.0/1.8 MB | 0.8/1.3 MB error 03-Jan-2023 03:01:43 Progress (4): 6.7/7.5 MB | 3.7 MB | 1.0/1.8 MB | 0.8/1.3 MB error 03-Jan-2023 03:01:43 Progress (4): 6.7/7.5 MB | 3.7 MB | 1.0/1.8 MB | 0.8/1.3 MB error 03-Jan-2023 03:01:43 Progress (4): 6.7/7.5 MB | 3.7 MB | 1.0/1.8 MB | 0.8/1.3 MB error 03-Jan-2023 03:01:43 Progress (4): 6.7/7.5 MB | 3.7 MB | 1.0/1.8 MB | 0.8/1.3 MB error 03-Jan-2023 03:01:43 Progress (4): 6.7/7.5 MB | 3.7 MB | 1.0/1.8 MB | 0.8/1.3 MB error 03-Jan-2023 03:01:43 Progress (4): 6.7/7.5 MB | 3.7 MB | 1.0/1.8 MB | 0.8/1.3 MB error 03-Jan-2023 03:01:43 Progress (4): 6.7/7.5 MB | 3.7 MB | 1.0/1.8 MB | 0.9/1.3 MB error 03-Jan-2023 03:01:43 Progress (4): 6.7/7.5 MB | 3.7 MB | 1.0/1.8 MB | 0.9/1.3 MB error 03-Jan-2023 03:01:43 Progress (4): 6.7/7.5 MB | 3.7 MB | 1.0/1.8 MB | 0.9/1.3 MB error 03-Jan-2023 03:01:43 Progress (4): 6.7/7.5 MB | 3.7 MB | 1.0/1.8 MB | 0.9/1.3 MB error 03-Jan-2023 03:01:43 Progress (4): 6.8/7.5 MB | 3.7 MB | 1.0/1.8 MB | 0.9/1.3 MB error 03-Jan-2023 03:01:43 Progress (4): 6.8/7.5 MB | 3.7 MB | 1.0/1.8 MB | 0.9/1.3 MB error 03-Jan-2023 03:01:43 Progress (4): 6.9/7.5 MB | 3.7 MB | 1.0/1.8 MB | 0.9/1.3 MB error 03-Jan-2023 03:01:43 Progress (4): 6.9/7.5 MB | 3.7 MB | 1.0/1.8 MB | 0.9/1.3 MB error 03-Jan-2023 03:01:43 Progress (4): 6.9/7.5 MB | 3.7 MB | 1.0/1.8 MB | 0.9/1.3 MB error 03-Jan-2023 03:01:43 Progress (4): 6.9/7.5 MB | 3.7 MB | 1.0/1.8 MB | 0.9/1.3 MB error 03-Jan-2023 03:01:43 Progress (4): 6.9/7.5 MB | 3.7 MB | 1.0/1.8 MB | 0.9/1.3 MB error 03-Jan-2023 03:01:43 Progress (4): 6.9/7.5 MB | 3.7 MB | 1.0/1.8 MB | 0.9/1.3 MB error 03-Jan-2023 03:01:43 Progress (4): 6.9/7.5 MB | 3.7 MB | 1.0/1.8 MB | 0.9/1.3 MB error 03-Jan-2023 03:01:43 Progress (4): 6.9/7.5 MB | 3.7 MB | 1.0/1.8 MB | 0.9/1.3 MB error 03-Jan-2023 03:01:43 Progress (4): 6.9/7.5 MB | 3.7 MB | 1.0/1.8 MB | 0.9/1.3 MB error 03-Jan-2023 03:01:43 Progress (4): 6.9/7.5 MB | 3.7 MB | 1.0/1.8 MB | 0.9/1.3 MB error 03-Jan-2023 03:01:43 Progress (4): 6.9/7.5 MB | 3.7 MB | 1.0/1.8 MB | 0.9/1.3 MB error 03-Jan-2023 03:01:43 Progress (4): 6.9/7.5 MB | 3.7 MB | 1.1/1.8 MB | 0.9/1.3 MB error 03-Jan-2023 03:01:43 Progress (4): 6.9/7.5 MB | 3.7 MB | 1.1/1.8 MB | 0.9/1.3 MB error 03-Jan-2023 03:01:43 Progress (4): 6.9/7.5 MB | 3.7 MB | 1.1/1.8 MB | 0.9/1.3 MB error 03-Jan-2023 03:01:43 Progress (4): 6.9/7.5 MB | 3.7 MB | 1.1/1.8 MB | 0.9/1.3 MB error 03-Jan-2023 03:01:43 Progress (4): 6.9/7.5 MB | 3.7 MB | 1.1/1.8 MB | 0.9/1.3 MB error 03-Jan-2023 03:01:43 Progress (4): 6.9/7.5 MB | 3.7 MB | 1.1/1.8 MB | 0.9/1.3 MB error 03-Jan-2023 03:01:43 Progress (4): 6.9/7.5 MB | 3.7 MB | 1.1/1.8 MB | 0.9/1.3 MB error 03-Jan-2023 03:01:43 Progress (4): 6.9/7.5 MB | 3.7 MB | 1.1/1.8 MB | 0.9/1.3 MB error 03-Jan-2023 03:01:43 Progress (4): 6.9/7.5 MB | 3.7 MB | 1.1/1.8 MB | 0.9/1.3 MB error 03-Jan-2023 03:01:43 Progress (4): 6.9/7.5 MB | 3.7 MB | 1.1/1.8 MB | 0.9/1.3 MB error 03-Jan-2023 03:01:43 Progress (4): 6.9/7.5 MB | 3.7 MB | 1.1/1.8 MB | 0.9/1.3 MB error 03-Jan-2023 03:01:43 Progress (4): 6.9/7.5 MB | 3.7 MB | 1.1/1.8 MB | 1.0/1.3 MB error 03-Jan-2023 03:01:43 Progress (4): 6.9/7.5 MB | 3.7 MB | 1.1/1.8 MB | 1.0/1.3 MB error 03-Jan-2023 03:01:43 Progress (4): 6.9/7.5 MB | 3.7 MB | 1.1/1.8 MB | 1.0/1.3 MB error 03-Jan-2023 03:01:43 Progress (4): 6.9/7.5 MB | 3.7 MB | 1.1/1.8 MB | 1.0/1.3 MB error 03-Jan-2023 03:01:43 Progress (4): 6.9/7.5 MB | 3.7 MB | 1.1/1.8 MB | 1.0/1.3 MB error 03-Jan-2023 03:01:43 Progress (4): 6.9/7.5 MB | 3.7 MB | 1.1/1.8 MB | 1.0/1.3 MB error 03-Jan-2023 03:01:43 Progress (4): 6.9/7.5 MB | 3.7 MB | 1.1/1.8 MB | 1.0/1.3 MB error 03-Jan-2023 03:01:43 Progress (4): 6.9/7.5 MB | 3.7 MB | 1.1/1.8 MB | 1.0/1.3 MB error 03-Jan-2023 03:01:43 Progress (4): 6.9/7.5 MB | 3.7 MB | 1.1/1.8 MB | 1.0/1.3 MB error 03-Jan-2023 03:01:43 Progress (4): 6.9/7.5 MB | 3.7 MB | 1.1/1.8 MB | 1.0/1.3 MB error 03-Jan-2023 03:01:43 Progress (4): 6.9/7.5 MB | 3.7 MB | 1.1/1.8 MB | 1.0/1.3 MB error 03-Jan-2023 03:01:43 Progress (5): 6.9/7.5 MB | 3.7 MB | 1.1/1.8 MB | 1.0/1.3 MB | 4.1/303 kB error 03-Jan-2023 03:01:43 Progress (5): 6.9/7.5 MB | 3.7 MB | 1.1/1.8 MB | 1.0/1.3 MB | 7.5/303 kB error 03-Jan-2023 03:01:43 Progress (5): 6.9/7.5 MB | 3.7 MB | 1.1/1.8 MB | 1.0/1.3 MB | 12/303 kB error 03-Jan-2023 03:01:43 Progress (5): 6.9/7.5 MB | 3.7 MB | 1.1/1.8 MB | 1.0/1.3 MB | 16/303 kB error 03-Jan-2023 03:01:43 Progress (5): 6.9/7.5 MB | 3.7 MB | 1.1/1.8 MB | 1.0/1.3 MB | 20/303 kB error 03-Jan-2023 03:01:43 Progress (5): 6.9/7.5 MB | 3.7 MB | 1.1/1.8 MB | 1.0/1.3 MB | 24/303 kB error 03-Jan-2023 03:01:43 error 03-Jan-2023 03:01:43 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/net/bytebuddy/byte-buddy/1.11.20/byte-buddy-1.11.20.jar (3.7 MB at 1.1 MB/s) error 03-Jan-2023 03:01:43 #17 31.91 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/logging/log4j/log4j-slf4j-impl/2.17.2/log4j-slf4j-impl-2.17.2.jar error 03-Jan-2023 03:01:43 #17 31.91 Progress (4): 6.9/7.5 MB | 1.1/1.8 MB | 1.0/1.3 MB | 28/303 kB error 03-Jan-2023 03:01:43 Progress (4): 6.9/7.5 MB | 1.1/1.8 MB | 1.0/1.3 MB | 32/303 kB error 03-Jan-2023 03:01:43 Progress (4): 6.9/7.5 MB | 1.1/1.8 MB | 1.0/1.3 MB | 36/303 kB error 03-Jan-2023 03:01:43 Progress (4): 6.9/7.5 MB | 1.1/1.8 MB | 1.0/1.3 MB | 40/303 kB error 03-Jan-2023 03:01:43 Progress (4): 6.9/7.5 MB | 1.1/1.8 MB | 1.0/1.3 MB | 42/303 kB error 03-Jan-2023 03:01:43 Progress (4): 6.9/7.5 MB | 1.1/1.8 MB | 1.0/1.3 MB | 46/303 kB error 03-Jan-2023 03:01:43 Progress (4): 6.9/7.5 MB | 1.1/1.8 MB | 1.0/1.3 MB | 51/303 kB error 03-Jan-2023 03:01:43 Progress (4): 6.9/7.5 MB | 1.1/1.8 MB | 1.0/1.3 MB | 55/303 kB error 03-Jan-2023 03:01:43 Progress (4): 6.9/7.5 MB | 1.1/1.8 MB | 1.0/1.3 MB | 59/303 kB error 03-Jan-2023 03:01:43 Progress (4): 6.9/7.5 MB | 1.1/1.8 MB | 1.0/1.3 MB | 63/303 kB error 03-Jan-2023 03:01:43 Progress (4): 6.9/7.5 MB | 1.1/1.8 MB | 1.0/1.3 MB | 67/303 kB error 03-Jan-2023 03:01:43 Progress (4): 6.9/7.5 MB | 1.1/1.8 MB | 1.0/1.3 MB | 71/303 kB error 03-Jan-2023 03:01:43 Progress (4): 6.9/7.5 MB | 1.1/1.8 MB | 1.0/1.3 MB | 75/303 kB error 03-Jan-2023 03:01:43 Progress (4): 6.9/7.5 MB | 1.1/1.8 MB | 1.0/1.3 MB | 77/303 kB error 03-Jan-2023 03:01:43 Progress (4): 6.9/7.5 MB | 1.1/1.8 MB | 1.0/1.3 MB | 81/303 kB error 03-Jan-2023 03:01:43 Progress (4): 6.9/7.5 MB | 1.1/1.8 MB | 1.0/1.3 MB | 85/303 kB error 03-Jan-2023 03:01:43 Progress (4): 6.9/7.5 MB | 1.1/1.8 MB | 1.0/1.3 MB | 89/303 kB error 03-Jan-2023 03:01:43 Progress (4): 6.9/7.5 MB | 1.1/1.8 MB | 1.0/1.3 MB | 94/303 kB error 03-Jan-2023 03:01:43 Progress (4): 6.9/7.5 MB | 1.1/1.8 MB | 1.0/1.3 MB | 98/303 kB error 03-Jan-2023 03:01:43 Progress (4): 6.9/7.5 MB | 1.1/1.8 MB | 1.0/1.3 MB | 102/303 kB error 03-Jan-2023 03:01:43 Progress (4): 6.9/7.5 MB | 1.1/1.8 MB | 1.0/1.3 MB | 106/303 kB error 03-Jan-2023 03:01:43 Progress (4): 6.9/7.5 MB | 1.1/1.8 MB | 1.0/1.3 MB | 110/303 kB error 03-Jan-2023 03:01:43 Progress (4): 6.9/7.5 MB | 1.1/1.8 MB | 1.0/1.3 MB | 112/303 kB error 03-Jan-2023 03:01:43 Progress (4): 6.9/7.5 MB | 1.1/1.8 MB | 1.0/1.3 MB | 116/303 kB error 03-Jan-2023 03:01:43 Progress (4): 6.9/7.5 MB | 1.1/1.8 MB | 1.0/1.3 MB | 120/303 kB error 03-Jan-2023 03:01:43 Progress (4): 6.9/7.5 MB | 1.1/1.8 MB | 1.0/1.3 MB | 124/303 kB error 03-Jan-2023 03:01:43 Progress (4): 6.9/7.5 MB | 1.1/1.8 MB | 1.0/1.3 MB | 128/303 kB error 03-Jan-2023 03:01:43 Progress (4): 6.9/7.5 MB | 1.1/1.8 MB | 1.0/1.3 MB | 132/303 kB error 03-Jan-2023 03:01:43 Progress (4): 6.9/7.5 MB | 1.1/1.8 MB | 1.0/1.3 MB | 137/303 kB error 03-Jan-2023 03:01:43 Progress (4): 6.9/7.5 MB | 1.1/1.8 MB | 1.0/1.3 MB | 141/303 kB error 03-Jan-2023 03:01:43 Progress (4): 6.9/7.5 MB | 1.1/1.8 MB | 1.0/1.3 MB | 145/303 kB error 03-Jan-2023 03:01:43 Progress (4): 6.9/7.5 MB | 1.1/1.8 MB | 1.0/1.3 MB | 147/303 kB error 03-Jan-2023 03:01:43 Progress (4): 6.9/7.5 MB | 1.1/1.8 MB | 1.0/1.3 MB | 151/303 kB error 03-Jan-2023 03:01:43 Progress (4): 6.9/7.5 MB | 1.1/1.8 MB | 1.0/1.3 MB | 155/303 kB error 03-Jan-2023 03:01:43 Progress (4): 6.9/7.5 MB | 1.1/1.8 MB | 1.0/1.3 MB | 159/303 kB error 03-Jan-2023 03:01:43 Progress (4): 6.9/7.5 MB | 1.1/1.8 MB | 1.0/1.3 MB | 163/303 kB error 03-Jan-2023 03:01:43 Progress (4): 6.9/7.5 MB | 1.1/1.8 MB | 1.0/1.3 MB | 167/303 kB error 03-Jan-2023 03:01:43 Progress (4): 6.9/7.5 MB | 1.1/1.8 MB | 1.0/1.3 MB | 171/303 kB error 03-Jan-2023 03:01:43 Progress (4): 6.9/7.5 MB | 1.1/1.8 MB | 1.0/1.3 MB | 171/303 kB error 03-Jan-2023 03:01:43 Progress (4): 7.0/7.5 MB | 1.1/1.8 MB | 1.0/1.3 MB | 171/303 kB error 03-Jan-2023 03:01:43 Progress (4): 7.0/7.5 MB | 1.1/1.8 MB | 1.0/1.3 MB | 171/303 kB error 03-Jan-2023 03:01:43 Progress (4): 7.0/7.5 MB | 1.1/1.8 MB | 1.0/1.3 MB | 171/303 kB error 03-Jan-2023 03:01:43 Progress (4): 7.0/7.5 MB | 1.1/1.8 MB | 1.0/1.3 MB | 175/303 kB error 03-Jan-2023 03:01:43 Progress (4): 7.0/7.5 MB | 1.1/1.8 MB | 1.0/1.3 MB | 180/303 kB error 03-Jan-2023 03:01:43 Progress (4): 7.0/7.5 MB | 1.1/1.8 MB | 1.0/1.3 MB | 182/303 kB error 03-Jan-2023 03:01:43 Progress (4): 7.0/7.5 MB | 1.2/1.8 MB | 1.0/1.3 MB | 182/303 kB error 03-Jan-2023 03:01:43 Progress (4): 7.0/7.5 MB | 1.2/1.8 MB | 1.0/1.3 MB | 182/303 kB error 03-Jan-2023 03:01:43 Progress (4): 7.0/7.5 MB | 1.2/1.8 MB | 1.0/1.3 MB | 182/303 kB error 03-Jan-2023 03:01:43 Progress (4): 7.0/7.5 MB | 1.2/1.8 MB | 1.0/1.3 MB | 182/303 kB error 03-Jan-2023 03:01:43 Progress (4): 7.0/7.5 MB | 1.2/1.8 MB | 1.0/1.3 MB | 182/303 kB error 03-Jan-2023 03:01:43 Progress (4): 7.0/7.5 MB | 1.2/1.8 MB | 1.0/1.3 MB | 182/303 kB error 03-Jan-2023 03:01:43 Progress (4): 7.0/7.5 MB | 1.2/1.8 MB | 1.0/1.3 MB | 182/303 kB error 03-Jan-2023 03:01:43 Progress (4): 7.0/7.5 MB | 1.2/1.8 MB | 1.0/1.3 MB | 182/303 kB error 03-Jan-2023 03:01:43 Progress (4): 7.0/7.5 MB | 1.2/1.8 MB | 1.0/1.3 MB | 182/303 kB error 03-Jan-2023 03:01:43 Progress (4): 7.0/7.5 MB | 1.2/1.8 MB | 1.0/1.3 MB | 186/303 kB error 03-Jan-2023 03:01:43 Progress (4): 7.0/7.5 MB | 1.2/1.8 MB | 1.0/1.3 MB | 190/303 kB error 03-Jan-2023 03:01:43 Progress (4): 7.0/7.5 MB | 1.2/1.8 MB | 1.0/1.3 MB | 194/303 kB error 03-Jan-2023 03:01:43 Progress (4): 7.0/7.5 MB | 1.2/1.8 MB | 1.0/1.3 MB | 198/303 kB error 03-Jan-2023 03:01:43 Progress (4): 7.1/7.5 MB | 1.2/1.8 MB | 1.0/1.3 MB | 198/303 kB error 03-Jan-2023 03:01:43 Progress (4): 7.1/7.5 MB | 1.2/1.8 MB | 1.0/1.3 MB | 198/303 kB error 03-Jan-2023 03:01:43 Progress (4): 7.1/7.5 MB | 1.2/1.8 MB | 1.0/1.3 MB | 198/303 kB error 03-Jan-2023 03:01:43 Progress (4): 7.1/7.5 MB | 1.2/1.8 MB | 1.0/1.3 MB | 198/303 kB error 03-Jan-2023 03:01:43 Progress (4): 7.1/7.5 MB | 1.2/1.8 MB | 1.0/1.3 MB | 198/303 kB error 03-Jan-2023 03:01:43 Progress (4): 7.1/7.5 MB | 1.2/1.8 MB | 1.0/1.3 MB | 202/303 kB error 03-Jan-2023 03:01:43 Progress (4): 7.1/7.5 MB | 1.2/1.8 MB | 1.0/1.3 MB | 206/303 kB error 03-Jan-2023 03:01:43 Progress (4): 7.1/7.5 MB | 1.2/1.8 MB | 1.1/1.3 MB | 206/303 kB error 03-Jan-2023 03:01:43 Progress (4): 7.1/7.5 MB | 1.2/1.8 MB | 1.1/1.3 MB | 210/303 kB error 03-Jan-2023 03:01:43 Progress (4): 7.1/7.5 MB | 1.2/1.8 MB | 1.1/1.3 MB | 214/303 kB error 03-Jan-2023 03:01:43 Progress (4): 7.1/7.5 MB | 1.2/1.8 MB | 1.1/1.3 MB | 216/303 kB error 03-Jan-2023 03:01:43 Progress (4): 7.1/7.5 MB | 1.2/1.8 MB | 1.1/1.3 MB | 221/303 kB error 03-Jan-2023 03:01:43 Progress (4): 7.1/7.5 MB | 1.2/1.8 MB | 1.1/1.3 MB | 225/303 kB error 03-Jan-2023 03:01:43 Progress (4): 7.1/7.5 MB | 1.2/1.8 MB | 1.1/1.3 MB | 229/303 kB error 03-Jan-2023 03:01:43 Progress (4): 7.1/7.5 MB | 1.2/1.8 MB | 1.1/1.3 MB | 233/303 kB error 03-Jan-2023 03:01:43 Progress (4): 7.1/7.5 MB | 1.2/1.8 MB | 1.1/1.3 MB | 237/303 kB error 03-Jan-2023 03:01:43 Progress (4): 7.1/7.5 MB | 1.2/1.8 MB | 1.1/1.3 MB | 241/303 kB error 03-Jan-2023 03:01:43 Progress (4): 7.1/7.5 MB | 1.2/1.8 MB | 1.1/1.3 MB | 245/303 kB error 03-Jan-2023 03:01:43 Progress (4): 7.1/7.5 MB | 1.2/1.8 MB | 1.1/1.3 MB | 249/303 kB error 03-Jan-2023 03:01:43 Progress (4): 7.1/7.5 MB | 1.2/1.8 MB | 1.1/1.3 MB | 249/303 kB error 03-Jan-2023 03:01:43 Progress (4): 7.1/7.5 MB | 1.2/1.8 MB | 1.1/1.3 MB | 249/303 kB error 03-Jan-2023 03:01:43 Progress (4): 7.1/7.5 MB | 1.2/1.8 MB | 1.1/1.3 MB | 251/303 kB error 03-Jan-2023 03:01:43 Progress (4): 7.1/7.5 MB | 1.2/1.8 MB | 1.1/1.3 MB | 251/303 kB error 03-Jan-2023 03:01:43 Progress (4): 7.1/7.5 MB | 1.2/1.8 MB | 1.1/1.3 MB | 251/303 kB error 03-Jan-2023 03:01:43 Progress (4): 7.1/7.5 MB | 1.2/1.8 MB | 1.1/1.3 MB | 251/303 kB error 03-Jan-2023 03:01:43 Progress (4): 7.1/7.5 MB | 1.2/1.8 MB | 1.1/1.3 MB | 251/303 kB error 03-Jan-2023 03:01:43 Progress (4): 7.1/7.5 MB | 1.2/1.8 MB | 1.1/1.3 MB | 255/303 kB error 03-Jan-2023 03:01:43 Progress (4): 7.1/7.5 MB | 1.2/1.8 MB | 1.1/1.3 MB | 255/303 kB error 03-Jan-2023 03:01:43 Progress (4): 7.1/7.5 MB | 1.2/1.8 MB | 1.1/1.3 MB | 259/303 kB error 03-Jan-2023 03:01:43 Progress (4): 7.1/7.5 MB | 1.2/1.8 MB | 1.1/1.3 MB | 259/303 kB error 03-Jan-2023 03:01:43 Progress (4): 7.1/7.5 MB | 1.2/1.8 MB | 1.1/1.3 MB | 264/303 kB error 03-Jan-2023 03:01:43 Progress (4): 7.1/7.5 MB | 1.2/1.8 MB | 1.1/1.3 MB | 268/303 kB error 03-Jan-2023 03:01:43 Progress (4): 7.1/7.5 MB | 1.2/1.8 MB | 1.1/1.3 MB | 268/303 kB error 03-Jan-2023 03:01:43 Progress (4): 7.1/7.5 MB | 1.2/1.8 MB | 1.1/1.3 MB | 268/303 kB error 03-Jan-2023 03:01:43 Progress (4): 7.1/7.5 MB | 1.2/1.8 MB | 1.1/1.3 MB | 268/303 kB error 03-Jan-2023 03:01:43 Progress (4): 7.1/7.5 MB | 1.2/1.8 MB | 1.1/1.3 MB | 272/303 kB error 03-Jan-2023 03:01:43 Progress (4): 7.1/7.5 MB | 1.2/1.8 MB | 1.1/1.3 MB | 276/303 kB error 03-Jan-2023 03:01:43 Progress (4): 7.1/7.5 MB | 1.3/1.8 MB | 1.1/1.3 MB | 276/303 kB error 03-Jan-2023 03:01:43 Progress (4): 7.1/7.5 MB | 1.3/1.8 MB | 1.1/1.3 MB | 276/303 kB error 03-Jan-2023 03:01:43 Progress (4): 7.2/7.5 MB | 1.3/1.8 MB | 1.1/1.3 MB | 276/303 kB error 03-Jan-2023 03:01:43 Progress (4): 7.2/7.5 MB | 1.3/1.8 MB | 1.1/1.3 MB | 276/303 kB error 03-Jan-2023 03:01:43 Progress (4): 7.2/7.5 MB | 1.3/1.8 MB | 1.1/1.3 MB | 280/303 kB error 03-Jan-2023 03:01:43 Progress (4): 7.2/7.5 MB | 1.3/1.8 MB | 1.1/1.3 MB | 280/303 kB error 03-Jan-2023 03:01:43 Progress (4): 7.2/7.5 MB | 1.3/1.8 MB | 1.1/1.3 MB | 284/303 kB error 03-Jan-2023 03:01:43 Progress (4): 7.2/7.5 MB | 1.3/1.8 MB | 1.1/1.3 MB | 286/303 kB error 03-Jan-2023 03:01:43 Progress (4): 7.2/7.5 MB | 1.3/1.8 MB | 1.1/1.3 MB | 290/303 kB error 03-Jan-2023 03:01:43 Progress (4): 7.2/7.5 MB | 1.3/1.8 MB | 1.1/1.3 MB | 294/303 kB error 03-Jan-2023 03:01:43 Progress (4): 7.2/7.5 MB | 1.3/1.8 MB | 1.1/1.3 MB | 294/303 kB error 03-Jan-2023 03:01:43 Progress (4): 7.2/7.5 MB | 1.3/1.8 MB | 1.1/1.3 MB | 294/303 kB error 03-Jan-2023 03:01:43 Progress (4): 7.2/7.5 MB | 1.3/1.8 MB | 1.1/1.3 MB | 294/303 kB error 03-Jan-2023 03:01:43 Progress (4): 7.2/7.5 MB | 1.3/1.8 MB | 1.1/1.3 MB | 294/303 kB error 03-Jan-2023 03:01:43 Progress (4): 7.2/7.5 MB | 1.3/1.8 MB | 1.1/1.3 MB | 294/303 kB error 03-Jan-2023 03:01:43 Progress (4): 7.2/7.5 MB | 1.3/1.8 MB | 1.1/1.3 MB | 294/303 kB error 03-Jan-2023 03:01:43 Progress (4): 7.2/7.5 MB | 1.3/1.8 MB | 1.1/1.3 MB | 298/303 kB error 03-Jan-2023 03:01:43 Progress (4): 7.2/7.5 MB | 1.3/1.8 MB | 1.1/1.3 MB | 298/303 kB error 03-Jan-2023 03:01:43 Progress (4): 7.2/7.5 MB | 1.3/1.8 MB | 1.2/1.3 MB | 298/303 kB error 03-Jan-2023 03:01:43 Progress (4): 7.2/7.5 MB | 1.3/1.8 MB | 1.2/1.3 MB | 303 kB error 03-Jan-2023 03:01:43 Progress (4): 7.2/7.5 MB | 1.3/1.8 MB | 1.2/1.3 MB | 303 kB error 03-Jan-2023 03:01:43 Progress (4): 7.2/7.5 MB | 1.3/1.8 MB | 1.2/1.3 MB | 303 kB error 03-Jan-2023 03:01:43 Progress (4): 7.2/7.5 MB | 1.3/1.8 MB | 1.2/1.3 MB | 303 kB error 03-Jan-2023 03:01:43 Progress (4): 7.2/7.5 MB | 1.3/1.8 MB | 1.2/1.3 MB | 303 kB error 03-Jan-2023 03:01:43 Progress (4): 7.2/7.5 MB | 1.3/1.8 MB | 1.2/1.3 MB | 303 kB error 03-Jan-2023 03:01:43 Progress (4): 7.3/7.5 MB | 1.3/1.8 MB | 1.2/1.3 MB | 303 kB error 03-Jan-2023 03:01:43 Progress (4): 7.3/7.5 MB | 1.3/1.8 MB | 1.2/1.3 MB | 303 kB error 03-Jan-2023 03:01:43 Progress (4): 7.3/7.5 MB | 1.3/1.8 MB | 1.2/1.3 MB | 303 kB error 03-Jan-2023 03:01:43 Progress (4): 7.3/7.5 MB | 1.3/1.8 MB | 1.2/1.3 MB | 303 kB error 03-Jan-2023 03:01:43 Progress (4): 7.3/7.5 MB | 1.3/1.8 MB | 1.2/1.3 MB | 303 kB error 03-Jan-2023 03:01:43 Progress (4): 7.3/7.5 MB | 1.3/1.8 MB | 1.2/1.3 MB | 303 kB error 03-Jan-2023 03:01:43 Progress (4): 7.3/7.5 MB | 1.3/1.8 MB | 1.2/1.3 MB | 303 kB error 03-Jan-2023 03:01:43 Progress (4): 7.3/7.5 MB | 1.3/1.8 MB | 1.2/1.3 MB | 303 kB error 03-Jan-2023 03:01:43 Progress (4): 7.3/7.5 MB | 1.3/1.8 MB | 1.2/1.3 MB | 303 kB error 03-Jan-2023 03:01:43 Progress (4): 7.3/7.5 MB | 1.3/1.8 MB | 1.2/1.3 MB | 303 kB error 03-Jan-2023 03:01:43 Progress (4): 7.3/7.5 MB | 1.3/1.8 MB | 1.2/1.3 MB | 303 kB error 03-Jan-2023 03:01:43 Progress (4): 7.3/7.5 MB | 1.3/1.8 MB | 1.2/1.3 MB | 303 kB error 03-Jan-2023 03:01:43 Progress (4): 7.3/7.5 MB | 1.3/1.8 MB | 1.2/1.3 MB | 303 kB error 03-Jan-2023 03:01:43 Progress (4): 7.3/7.5 MB | 1.3/1.8 MB | 1.2/1.3 MB | 303 kB error 03-Jan-2023 03:01:43 Progress (4): 7.3/7.5 MB | 1.3/1.8 MB | 1.2/1.3 MB | 303 kB error 03-Jan-2023 03:01:43 Progress (4): 7.3/7.5 MB | 1.3/1.8 MB | 1.2/1.3 MB | 303 kB error 03-Jan-2023 03:01:43 Progress (4): 7.3/7.5 MB | 1.4/1.8 MB | 1.2/1.3 MB | 303 kB error 03-Jan-2023 03:01:43 Progress (4): 7.3/7.5 MB | 1.4/1.8 MB | 1.3/1.3 MB | 303 kB error 03-Jan-2023 03:01:43 Progress (4): 7.3/7.5 MB | 1.4/1.8 MB | 1.3/1.3 MB | 303 kB error 03-Jan-2023 03:01:43 Progress (4): 7.3/7.5 MB | 1.4/1.8 MB | 1.3/1.3 MB | 303 kB error 03-Jan-2023 03:01:43 Progress (4): 7.4/7.5 MB | 1.4/1.8 MB | 1.3/1.3 MB | 303 kB error 03-Jan-2023 03:01:43 Progress (4): 7.4/7.5 MB | 1.4/1.8 MB | 1.3/1.3 MB | 303 kB error 03-Jan-2023 03:01:43 Progress (4): 7.4/7.5 MB | 1.4/1.8 MB | 1.3/1.3 MB | 303 kB error 03-Jan-2023 03:01:43 Progress (4): 7.4/7.5 MB | 1.4/1.8 MB | 1.3/1.3 MB | 303 kB error 03-Jan-2023 03:01:43 Progress (4): 7.4/7.5 MB | 1.4/1.8 MB | 1.3/1.3 MB | 303 kB error 03-Jan-2023 03:01:43 Progress (4): 7.4/7.5 MB | 1.4/1.8 MB | 1.3/1.3 MB | 303 kB error 03-Jan-2023 03:01:43 Progress (4): 7.4/7.5 MB | 1.4/1.8 MB | 1.3/1.3 MB | 303 kB error 03-Jan-2023 03:01:43 Progress (4): 7.4/7.5 MB | 1.4/1.8 MB | 1.3/1.3 MB | 303 kB error 03-Jan-2023 03:01:43 Progress (4): 7.4/7.5 MB | 1.4/1.8 MB | 1.3/1.3 MB | 303 kB error 03-Jan-2023 03:01:43 Progress (4): 7.4/7.5 MB | 1.4/1.8 MB | 1.3/1.3 MB | 303 kB error 03-Jan-2023 03:01:43 Progress (4): 7.4/7.5 MB | 1.4/1.8 MB | 1.3/1.3 MB | 303 kB error 03-Jan-2023 03:01:43 Progress (4): 7.4/7.5 MB | 1.4/1.8 MB | 1.3/1.3 MB | 303 kB error 03-Jan-2023 03:01:43 Progress (4): 7.4/7.5 MB | 1.4/1.8 MB | 1.3/1.3 MB | 303 kB error 03-Jan-2023 03:01:43 Progress (4): 7.4/7.5 MB | 1.4/1.8 MB | 1.3/1.3 MB | 303 kB error 03-Jan-2023 03:01:43 Progress (4): 7.5 MB | 1.4/1.8 MB | 1.3/1.3 MB | 303 kB error 03-Jan-2023 03:01:43 Progress (4): 7.5 MB | 1.4/1.8 MB | 1.3/1.3 MB | 303 kB error 03-Jan-2023 03:01:43 Progress (4): 7.5 MB | 1.4/1.8 MB | 1.3/1.3 MB | 303 kB error 03-Jan-2023 03:01:43 Progress (4): 7.5 MB | 1.4/1.8 MB | 1.3 MB | 303 kB error 03-Jan-2023 03:01:43 Progress (4): 7.5 MB | 1.4/1.8 MB | 1.3 MB | 303 kB error 03-Jan-2023 03:01:43 Progress (4): 7.5 MB | 1.4/1.8 MB | 1.3 MB | 303 kB error 03-Jan-2023 03:01:43 Progress (4): 7.5 MB | 1.4/1.8 MB | 1.3 MB | 303 kB error 03-Jan-2023 03:01:43 Progress (4): 7.5 MB | 1.5/1.8 MB | 1.3 MB | 303 kB error 03-Jan-2023 03:01:43 Progress (4): 7.5 MB | 1.5/1.8 MB | 1.3 MB | 303 kB error 03-Jan-2023 03:01:43 Progress (4): 7.5 MB | 1.5/1.8 MB | 1.3 MB | 303 kB error 03-Jan-2023 03:01:43 Progress (4): 7.5 MB | 1.5/1.8 MB | 1.3 MB | 303 kB error 03-Jan-2023 03:01:43 Progress (4): 7.5 MB | 1.5/1.8 MB | 1.3 MB | 303 kB error 03-Jan-2023 03:01:43 Progress (4): 7.5 MB | 1.5/1.8 MB | 1.3 MB | 303 kB error 03-Jan-2023 03:01:43 Progress (4): 7.5 MB | 1.5/1.8 MB | 1.3 MB | 303 kB error 03-Jan-2023 03:01:43 Progress (4): 7.5 MB | 1.5/1.8 MB | 1.3 MB | 303 kB error 03-Jan-2023 03:01:43 Progress (4): 7.5 MB | 1.5/1.8 MB | 1.3 MB | 303 kB error 03-Jan-2023 03:01:43 Progress (4): 7.5 MB | 1.5/1.8 MB | 1.3 MB | 303 kB error 03-Jan-2023 03:01:43 Progress (4): 7.5 MB | 1.5/1.8 MB | 1.3 MB | 303 kB error 03-Jan-2023 03:01:43 Progress (4): 7.5 MB | 1.5/1.8 MB | 1.3 MB | 303 kB error 03-Jan-2023 03:01:43 Progress (4): 7.5 MB | 1.6/1.8 MB | 1.3 MB | 303 kB error 03-Jan-2023 03:01:43 Progress (4): 7.5 MB | 1.6/1.8 MB | 1.3 MB | 303 kB error 03-Jan-2023 03:01:43 Progress (4): 7.5 MB | 1.6/1.8 MB | 1.3 MB | 303 kB error 03-Jan-2023 03:01:43 Progress (4): 7.5 MB | 1.6/1.8 MB | 1.3 MB | 303 kB error 03-Jan-2023 03:01:43 Progress (4): 7.5 MB | 1.6/1.8 MB | 1.3 MB | 303 kB error 03-Jan-2023 03:01:43 Progress (4): 7.5 MB | 1.6/1.8 MB | 1.3 MB | 303 kB error 03-Jan-2023 03:01:43 Progress (4): 7.5 MB | 1.6/1.8 MB | 1.3 MB | 303 kB error 03-Jan-2023 03:01:43 Progress (4): 7.5 MB | 1.6/1.8 MB | 1.3 MB | 303 kB error 03-Jan-2023 03:01:43 Progress (4): 7.5 MB | 1.6/1.8 MB | 1.3 MB | 303 kB error 03-Jan-2023 03:01:43 Progress (4): 7.5 MB | 1.6/1.8 MB | 1.3 MB | 303 kB error 03-Jan-2023 03:01:43 Progress (4): 7.5 MB | 1.6/1.8 MB | 1.3 MB | 303 kB error 03-Jan-2023 03:01:43 Progress (4): 7.5 MB | 1.7/1.8 MB | 1.3 MB | 303 kB error 03-Jan-2023 03:01:43 Progress (4): 7.5 MB | 1.7/1.8 MB | 1.3 MB | 303 kB error 03-Jan-2023 03:01:43 Progress (4): 7.5 MB | 1.7/1.8 MB | 1.3 MB | 303 kB error 03-Jan-2023 03:01:43 Progress (4): 7.5 MB | 1.7/1.8 MB | 1.3 MB | 303 kB error 03-Jan-2023 03:01:43 Progress (4): 7.5 MB | 1.7/1.8 MB | 1.3 MB | 303 kB error 03-Jan-2023 03:01:43 Progress (4): 7.5 MB | 1.7/1.8 MB | 1.3 MB | 303 kB error 03-Jan-2023 03:01:43 Progress (4): 7.5 MB | 1.7/1.8 MB | 1.3 MB | 303 kB error 03-Jan-2023 03:01:43 Progress (4): 7.5 MB | 1.7/1.8 MB | 1.3 MB | 303 kB error 03-Jan-2023 03:01:43 Progress (4): 7.5 MB | 1.7/1.8 MB | 1.3 MB | 303 kB error 03-Jan-2023 03:01:43 Progress (4): 7.5 MB | 1.7/1.8 MB | 1.3 MB | 303 kB error 03-Jan-2023 03:01:43 Progress (4): 7.5 MB | 1.7/1.8 MB | 1.3 MB | 303 kB error 03-Jan-2023 03:01:43 Progress (5): 7.5 MB | 1.7/1.8 MB | 1.3 MB | 303 kB | 3.3/24 kB error 03-Jan-2023 03:01:43 Progress (5): 7.5 MB | 1.7/1.8 MB | 1.3 MB | 303 kB | 3.3/24 kB error 03-Jan-2023 03:01:43 Progress (5): 7.5 MB | 1.8/1.8 MB | 1.3 MB | 303 kB | 3.3/24 kB error 03-Jan-2023 03:01:43 Progress (5): 7.5 MB | 1.8/1.8 MB | 1.3 MB | 303 kB | 3.3/24 kB error 03-Jan-2023 03:01:43 Progress (5): 7.5 MB | 1.8/1.8 MB | 1.3 MB | 303 kB | 6.1/24 kB error 03-Jan-2023 03:01:43 Progress (5): 7.5 MB | 1.8/1.8 MB | 1.3 MB | 303 kB | 6.1/24 kB error 03-Jan-2023 03:01:43 Progress (5): 7.5 MB | 1.8/1.8 MB | 1.3 MB | 303 kB | 8.9/24 kB error 03-Jan-2023 03:01:43 Progress (5): 7.5 MB | 1.8/1.8 MB | 1.3 MB | 303 kB | 8.9/24 kB error 03-Jan-2023 03:01:43 Progress (5): 7.5 MB | 1.8/1.8 MB | 1.3 MB | 303 kB | 8.9/24 kB error 03-Jan-2023 03:01:43 Progress (5): 7.5 MB | 1.8/1.8 MB | 1.3 MB | 303 kB | 12/24 kB error 03-Jan-2023 03:01:43 Progress (5): 7.5 MB | 1.8/1.8 MB | 1.3 MB | 303 kB | 12/24 kB error 03-Jan-2023 03:01:43 Progress (5): 7.5 MB | 1.8/1.8 MB | 1.3 MB | 303 kB | 15/24 kB error 03-Jan-2023 03:01:43 Progress (5): 7.5 MB | 1.8/1.8 MB | 1.3 MB | 303 kB | 15/24 kB error 03-Jan-2023 03:01:43 Progress (5): 7.5 MB | 1.8 MB | 1.3 MB | 303 kB | 15/24 kB error 03-Jan-2023 03:01:43 Progress (5): 7.5 MB | 1.8 MB | 1.3 MB | 303 kB | 17/24 kB error 03-Jan-2023 03:01:43 Progress (5): 7.5 MB | 1.8 MB | 1.3 MB | 303 kB | 20/24 kB error 03-Jan-2023 03:01:43 Progress (5): 7.5 MB | 1.8 MB | 1.3 MB | 303 kB | 23/24 kB error 03-Jan-2023 03:01:43 Progress (5): 7.5 MB | 1.8 MB | 1.3 MB | 303 kB | 24 kB error 03-Jan-2023 03:01:43 error 03-Jan-2023 03:01:43 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/logging/log4j/log4j-api/2.17.2/log4j-api-2.17.2.jar (303 kB at 85 kB/s) error 03-Jan-2023 03:01:43 #17 32.10 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/logging/log4j/log4j-1.2-api/2.17.2/log4j-1.2-api-2.17.2.jar error 03-Jan-2023 03:01:43 #17 32.12 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/hibernate/hibernate-search-engine/5.11.9.Final/hibernate-search-engine-5.11.9.Final.jar (1.3 MB at 369 kB/s) error 03-Jan-2023 03:01:43 #17 32.12 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/xerces/xercesImpl/2.12.1/xercesImpl-2.12.1.jar error 03-Jan-2023 03:01:43 #17 32.15 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/logging/log4j/log4j-core/2.17.2/log4j-core-2.17.2.jar (1.8 MB at 500 kB/s) error 03-Jan-2023 03:01:43 #17 32.15 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/com/fasterxml/jackson/datatype/jackson-datatype-jsr310/2.13.0/jackson-datatype-jsr310-2.13.0.jar error 03-Jan-2023 03:01:43 #17 32.15 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/logging/log4j/log4j-slf4j-impl/2.17.2/log4j-slf4j-impl-2.17.2.jar (24 kB at 6.7 kB/s) error 03-Jan-2023 03:01:43 #17 32.15 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/net/sf/ehcache/ehcache/2.10.9.2/ehcache-2.10.9.2.jar error 03-Jan-2023 03:01:43 #17 32.16 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/hibernate/hibernate-core/5.6.0.Final/hibernate-core-5.6.0.Final.jar (7.5 MB at 2.1 MB/s) error 03-Jan-2023 03:01:43 #17 32.16 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/aspectj/aspectjrt/1.9.7/aspectjrt-1.9.7.jar error 03-Jan-2023 03:01:43 #17 32.27 Progress (1): 3.3/121 kB error 03-Jan-2023 03:01:43 Progress (1): 6.1/121 kB error 03-Jan-2023 03:01:43 Progress (1): 8.9/121 kB error 03-Jan-2023 03:01:43 Progress (1): 12/121 kB error 03-Jan-2023 03:01:43 Progress (1): 14/121 kB error 03-Jan-2023 03:01:43 Progress (1): 17/121 kB error 03-Jan-2023 03:01:43 Progress (2): 17/121 kB | 3.3/123 kB error 03-Jan-2023 03:01:43 Progress (2): 17/121 kB | 6.1/123 kB error 03-Jan-2023 03:01:43 Progress (2): 17/121 kB | 8.9/123 kB error 03-Jan-2023 03:01:43 Progress (2): 17/121 kB | 12/123 kB error 03-Jan-2023 03:01:43 Progress (2): 17/121 kB | 15/123 kB error 03-Jan-2023 03:01:43 Progress (2): 17/121 kB | 17/123 kB error 03-Jan-2023 03:01:43 Progress (2): 20/121 kB | 17/123 kB error 03-Jan-2023 03:01:43 Progress (2): 23/121 kB | 17/123 kB error 03-Jan-2023 03:01:43 Progress (2): 23/121 kB | 20/123 kB error 03-Jan-2023 03:01:43 Progress (2): 26/121 kB | 20/123 kB error 03-Jan-2023 03:01:43 Progress (2): 26/121 kB | 23/123 kB error 03-Jan-2023 03:01:43 Progress (2): 26/121 kB | 26/123 kB error 03-Jan-2023 03:01:43 Progress (2): 28/121 kB | 26/123 kB error 03-Jan-2023 03:01:43 Progress (2): 28/121 kB | 29/123 kB error 03-Jan-2023 03:01:43 Progress (2): 31/121 kB | 29/123 kB error 03-Jan-2023 03:01:43 Progress (2): 34/121 kB | 29/123 kB error 03-Jan-2023 03:01:43 Progress (2): 34/121 kB | 31/123 kB error 03-Jan-2023 03:01:43 Progress (2): 37/121 kB | 31/123 kB error 03-Jan-2023 03:01:43 Progress (2): 37/121 kB | 34/123 kB error 03-Jan-2023 03:01:43 Progress (2): 37/121 kB | 37/123 kB error 03-Jan-2023 03:01:43 Progress (2): 37/121 kB | 40/123 kB error 03-Jan-2023 03:01:43 Progress (2): 37/121 kB | 43/123 kB error 03-Jan-2023 03:01:43 Progress (2): 37/121 kB | 45/123 kB error 03-Jan-2023 03:01:43 Progress (2): 37/121 kB | 48/123 kB error 03-Jan-2023 03:01:43 Progress (2): 37/121 kB | 51/123 kB error 03-Jan-2023 03:01:43 Progress (2): 37/121 kB | 54/123 kB error 03-Jan-2023 03:01:43 Progress (2): 37/121 kB | 57/123 kB error 03-Jan-2023 03:01:43 Progress (2): 37/121 kB | 59/123 kB error 03-Jan-2023 03:01:43 Progress (2): 37/121 kB | 62/123 kB error 03-Jan-2023 03:01:43 Progress (2): 37/121 kB | 65/123 kB error 03-Jan-2023 03:01:43 Progress (2): 37/121 kB | 68/123 kB error 03-Jan-2023 03:01:43 Progress (2): 37/121 kB | 71/123 kB error 03-Jan-2023 03:01:43 Progress (2): 37/121 kB | 73/123 kB error 03-Jan-2023 03:01:43 Progress (2): 37/121 kB | 76/123 kB error 03-Jan-2023 03:01:43 Progress (2): 37/121 kB | 79/123 kB error 03-Jan-2023 03:01:43 Progress (2): 37/121 kB | 82/123 kB error 03-Jan-2023 03:01:43 Progress (2): 37/121 kB | 84/123 kB error 03-Jan-2023 03:01:43 Progress (2): 37/121 kB | 87/123 kB error 03-Jan-2023 03:01:43 Progress (2): 37/121 kB | 90/123 kB error 03-Jan-2023 03:01:43 Progress (2): 37/121 kB | 93/123 kB error 03-Jan-2023 03:01:43 Progress (2): 37/121 kB | 95/123 kB error 03-Jan-2023 03:01:43 Progress (2): 37/121 kB | 98/123 kB error 03-Jan-2023 03:01:43 Progress (2): 37/121 kB | 101/123 kB error 03-Jan-2023 03:01:43 Progress (2): 37/121 kB | 104/123 kB error 03-Jan-2023 03:01:43 Progress (2): 37/121 kB | 107/123 kB error 03-Jan-2023 03:01:43 Progress (2): 37/121 kB | 109/123 kB error 03-Jan-2023 03:01:43 Progress (2): 37/121 kB | 112/123 kB error 03-Jan-2023 03:01:43 Progress (2): 37/121 kB | 115/123 kB error 03-Jan-2023 03:01:43 Progress (2): 37/121 kB | 118/123 kB error 03-Jan-2023 03:01:43 Progress (2): 37/121 kB | 121/123 kB error 03-Jan-2023 03:01:43 Progress (2): 37/121 kB | 123 kB error 03-Jan-2023 03:01:43 Progress (2): 40/121 kB | 123 kB error 03-Jan-2023 03:01:43 Progress (2): 42/121 kB | 123 kB error 03-Jan-2023 03:01:43 Progress (2): 45/121 kB | 123 kB error 03-Jan-2023 03:01:43 Progress (2): 48/121 kB | 123 kB error 03-Jan-2023 03:01:43 Progress (2): 51/121 kB | 123 kB error 03-Jan-2023 03:01:43 Progress (2): 54/121 kB | 123 kB error 03-Jan-2023 03:01:43 Progress (2): 56/121 kB | 123 kB error 03-Jan-2023 03:01:43 Progress (3): 56/121 kB | 123 kB | 4.1/303 kB error 03-Jan-2023 03:01:43 Progress (3): 56/121 kB | 123 kB | 7.5/303 kB error 03-Jan-2023 03:01:43 Progress (3): 56/121 kB | 123 kB | 12/303 kB error 03-Jan-2023 03:01:43 Progress (3): 56/121 kB | 123 kB | 16/303 kB error 03-Jan-2023 03:01:43 Progress (3): 56/121 kB | 123 kB | 20/303 kB error 03-Jan-2023 03:01:43 Progress (3): 56/121 kB | 123 kB | 24/303 kB error 03-Jan-2023 03:01:43 Progress (3): 56/121 kB | 123 kB | 28/303 kB error 03-Jan-2023 03:01:43 Progress (3): 56/121 kB | 123 kB | 32/303 kB error 03-Jan-2023 03:01:43 Progress (3): 56/121 kB | 123 kB | 36/303 kB error 03-Jan-2023 03:01:43 Progress (3): 59/121 kB | 123 kB | 36/303 kB error 03-Jan-2023 03:01:43 Progress (3): 59/121 kB | 123 kB | 40/303 kB error 03-Jan-2023 03:01:43 Progress (3): 62/121 kB | 123 kB | 40/303 kB error 03-Jan-2023 03:01:43 Progress (3): 62/121 kB | 123 kB | 42/303 kB error 03-Jan-2023 03:01:43 Progress (3): 65/121 kB | 123 kB | 42/303 kB error 03-Jan-2023 03:01:43 Progress (3): 65/121 kB | 123 kB | 46/303 kB error 03-Jan-2023 03:01:43 Progress (3): 68/121 kB | 123 kB | 46/303 kB error 03-Jan-2023 03:01:43 Progress (3): 70/121 kB | 123 kB | 46/303 kB error 03-Jan-2023 03:01:43 Progress (3): 70/121 kB | 123 kB | 51/303 kB error 03-Jan-2023 03:01:43 Progress (3): 70/121 kB | 123 kB | 53/303 kB error 03-Jan-2023 03:01:43 Progress (3): 73/121 kB | 123 kB | 53/303 kB error 03-Jan-2023 03:01:43 Progress (3): 76/121 kB | 123 kB | 53/303 kB error 03-Jan-2023 03:01:43 Progress (3): 76/121 kB | 123 kB | 57/303 kB error 03-Jan-2023 03:01:43 Progress (3): 79/121 kB | 123 kB | 57/303 kB error 03-Jan-2023 03:01:43 Progress (3): 79/121 kB | 123 kB | 62/303 kB error 03-Jan-2023 03:01:43 Progress (3): 79/121 kB | 123 kB | 66/303 kB error 03-Jan-2023 03:01:43 Progress (3): 82/121 kB | 123 kB | 66/303 kB error 03-Jan-2023 03:01:43 Progress (3): 82/121 kB | 123 kB | 70/303 kB error 03-Jan-2023 03:01:43 Progress (3): 82/121 kB | 123 kB | 74/303 kB error 03-Jan-2023 03:01:43 Progress (3): 82/121 kB | 123 kB | 78/303 kB error 03-Jan-2023 03:01:43 Progress (3): 84/121 kB | 123 kB | 78/303 kB error 03-Jan-2023 03:01:43 Progress (3): 87/121 kB | 123 kB | 78/303 kB error 03-Jan-2023 03:01:43 Progress (3): 87/121 kB | 123 kB | 82/303 kB error 03-Jan-2023 03:01:43 Progress (3): 90/121 kB | 123 kB | 82/303 kB error 03-Jan-2023 03:01:43 Progress (3): 90/121 kB | 123 kB | 86/303 kB error 03-Jan-2023 03:01:43 Progress (3): 93/121 kB | 123 kB | 86/303 kB error 03-Jan-2023 03:01:43 Progress (3): 93/121 kB | 123 kB | 88/303 kB error 03-Jan-2023 03:01:43 Progress (3): 96/121 kB | 123 kB | 88/303 kB error 03-Jan-2023 03:01:43 Progress (3): 96/121 kB | 123 kB | 92/303 kB error 03-Jan-2023 03:01:43 Progress (3): 98/121 kB | 123 kB | 92/303 kB error 03-Jan-2023 03:01:43 Progress (3): 98/121 kB | 123 kB | 96/303 kB error 03-Jan-2023 03:01:43 Progress (4): 98/121 kB | 123 kB | 96/303 kB | 0/1.4 MB error 03-Jan-2023 03:01:43 Progress (4): 98/121 kB | 123 kB | 96/303 kB | 0/1.4 MB error 03-Jan-2023 03:01:43 Progress (4): 98/121 kB | 123 kB | 96/303 kB | 0/1.4 MB error 03-Jan-2023 03:01:43 Progress (4): 98/121 kB | 123 kB | 96/303 kB | 0/1.4 MB error 03-Jan-2023 03:01:43 Progress (4): 98/121 kB | 123 kB | 96/303 kB | 0/1.4 MB error 03-Jan-2023 03:01:43 Progress (4): 98/121 kB | 123 kB | 96/303 kB | 0.1/1.4 MB error 03-Jan-2023 03:01:43 Progress (4): 98/121 kB | 123 kB | 96/303 kB | 0.1/1.4 MB error 03-Jan-2023 03:01:43 Progress (4): 98/121 kB | 123 kB | 96/303 kB | 0.1/1.4 MB error 03-Jan-2023 03:01:43 Progress (4): 98/121 kB | 123 kB | 96/303 kB | 0.1/1.4 MB error 03-Jan-2023 03:01:43 Progress (4): 98/121 kB | 123 kB | 96/303 kB | 0.1/1.4 MB error 03-Jan-2023 03:01:43 Progress (4): 98/121 kB | 123 kB | 96/303 kB | 0.1/1.4 MB error 03-Jan-2023 03:01:43 Progress (4): 98/121 kB | 123 kB | 96/303 kB | 0.1/1.4 MB error 03-Jan-2023 03:01:43 Progress (4): 98/121 kB | 123 kB | 96/303 kB | 0.1/1.4 MB error 03-Jan-2023 03:01:43 Progress (4): 98/121 kB | 123 kB | 96/303 kB | 0.1/1.4 MB error 03-Jan-2023 03:01:43 Progress (4): 98/121 kB | 123 kB | 96/303 kB | 0.1/1.4 MB error 03-Jan-2023 03:01:43 Progress (4): 101/121 kB | 123 kB | 96/303 kB | 0.1/1.4 MB error 03-Jan-2023 03:01:43 Progress (4): 104/121 kB | 123 kB | 96/303 kB | 0.1/1.4 MB error 03-Jan-2023 03:01:43 Progress (4): 104/121 kB | 123 kB | 100/303 kB | 0.1/1.4 MB error 03-Jan-2023 03:01:43 Progress (4): 104/121 kB | 123 kB | 105/303 kB | 0.1/1.4 MB error 03-Jan-2023 03:01:43 Progress (4): 104/121 kB | 123 kB | 105/303 kB | 0.1/1.4 MB error 03-Jan-2023 03:01:43 Progress (4): 106/121 kB | 123 kB | 105/303 kB | 0.1/1.4 MB error 03-Jan-2023 03:01:43 Progress (4): 109/121 kB | 123 kB | 105/303 kB | 0.1/1.4 MB error 03-Jan-2023 03:01:43 Progress (4): 112/121 kB | 123 kB | 105/303 kB | 0.1/1.4 MB error 03-Jan-2023 03:01:43 Progress (4): 112/121 kB | 123 kB | 109/303 kB | 0.1/1.4 MB error 03-Jan-2023 03:01:43 Progress (4): 112/121 kB | 123 kB | 113/303 kB | 0.1/1.4 MB error 03-Jan-2023 03:01:43 Progress (4): 112/121 kB | 123 kB | 113/303 kB | 0.2/1.4 MB error 03-Jan-2023 03:01:43 Progress (4): 112/121 kB | 123 kB | 116/303 kB | 0.2/1.4 MB error 03-Jan-2023 03:01:43 Progress (4): 112/121 kB | 123 kB | 116/303 kB | 0.2/1.4 MB error 03-Jan-2023 03:01:43 Progress (4): 112/121 kB | 123 kB | 120/303 kB | 0.2/1.4 MB error 03-Jan-2023 03:01:43 Progress (4): 112/121 kB | 123 kB | 125/303 kB | 0.2/1.4 MB error 03-Jan-2023 03:01:43 Progress (4): 112/121 kB | 123 kB | 129/303 kB | 0.2/1.4 MB error 03-Jan-2023 03:01:43 Progress (4): 112/121 kB | 123 kB | 129/303 kB | 0.2/1.4 MB error 03-Jan-2023 03:01:43 Progress (4): 112/121 kB | 123 kB | 129/303 kB | 0.2/1.4 MB error 03-Jan-2023 03:01:43 Progress (4): 112/121 kB | 123 kB | 133/303 kB | 0.2/1.4 MB error 03-Jan-2023 03:01:43 Progress (4): 112/121 kB | 123 kB | 137/303 kB | 0.2/1.4 MB error 03-Jan-2023 03:01:43 Progress (4): 112/121 kB | 123 kB | 141/303 kB | 0.2/1.4 MB error 03-Jan-2023 03:01:43 Progress (4): 112/121 kB | 123 kB | 141/303 kB | 0.2/1.4 MB error 03-Jan-2023 03:01:43 Progress (4): 112/121 kB | 123 kB | 141/303 kB | 0.2/1.4 MB error 03-Jan-2023 03:01:43 Progress (4): 112/121 kB | 123 kB | 145/303 kB | 0.2/1.4 MB error 03-Jan-2023 03:01:43 Progress (4): 112/121 kB | 123 kB | 149/303 kB | 0.2/1.4 MB error 03-Jan-2023 03:01:43 Progress (4): 112/121 kB | 123 kB | 153/303 kB | 0.2/1.4 MB error 03-Jan-2023 03:01:43 Progress (4): 112/121 kB | 123 kB | 157/303 kB | 0.2/1.4 MB error 03-Jan-2023 03:01:43 Progress (4): 112/121 kB | 123 kB | 157/303 kB | 0.2/1.4 MB error 03-Jan-2023 03:01:43 Progress (4): 112/121 kB | 123 kB | 157/303 kB | 0.2/1.4 MB error 03-Jan-2023 03:01:43 Progress (4): 112/121 kB | 123 kB | 157/303 kB | 0.2/1.4 MB error 03-Jan-2023 03:01:43 error 03-Jan-2023 03:01:43 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/aspectj/aspectjrt/1.9.7/aspectjrt-1.9.7.jar (123 kB at 31 kB/s) error 03-Jan-2023 03:01:43 #17 32.43 Progress (3): 112/121 kB | 160/303 kB | 0.2/1.4 MB error 03-Jan-2023 03:01:43 Progress (3): 112/121 kB | 164/303 kB | 0.2/1.4 MB error 03-Jan-2023 03:01:43 Progress (3): 112/121 kB | 168/303 kB | 0.2/1.4 MB error 03-Jan-2023 03:01:43 Progress (3): 112/121 kB | 172/303 kB | 0.2/1.4 MB error 03-Jan-2023 03:01:43 Progress (3): 112/121 kB | 172/303 kB | 0.2/1.4 MB error 03-Jan-2023 03:01:43 error 03-Jan-2023 03:01:43 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/aspectj/aspectjweaver/1.9.7/aspectjweaver-1.9.7.jar error 03-Jan-2023 03:01:43 #17 32.44 Progress (3): 112/121 kB | 177/303 kB | 0.2/1.4 MB error 03-Jan-2023 03:01:43 Progress (3): 112/121 kB | 177/303 kB | 0.2/1.4 MB error 03-Jan-2023 03:01:43 Progress (3): 112/121 kB | 177/303 kB | 0.2/1.4 MB error 03-Jan-2023 03:01:43 Progress (3): 112/121 kB | 177/303 kB | 0.3/1.4 MB error 03-Jan-2023 03:01:43 Progress (3): 112/121 kB | 177/303 kB | 0.3/1.4 MB error 03-Jan-2023 03:01:43 Progress (3): 112/121 kB | 181/303 kB | 0.3/1.4 MB error 03-Jan-2023 03:01:43 Progress (3): 112/121 kB | 185/303 kB | 0.3/1.4 MB error 03-Jan-2023 03:01:43 Progress (3): 112/121 kB | 185/303 kB | 0.3/1.4 MB error 03-Jan-2023 03:01:43 Progress (3): 112/121 kB | 189/303 kB | 0.3/1.4 MB error 03-Jan-2023 03:01:43 Progress (3): 112/121 kB | 193/303 kB | 0.3/1.4 MB error 03-Jan-2023 03:01:43 Progress (3): 112/121 kB | 193/303 kB | 0.3/1.4 MB error 03-Jan-2023 03:01:43 Progress (3): 112/121 kB | 195/303 kB | 0.3/1.4 MB error 03-Jan-2023 03:01:43 Progress (3): 112/121 kB | 195/303 kB | 0.3/1.4 MB error 03-Jan-2023 03:01:43 Progress (3): 112/121 kB | 199/303 kB | 0.3/1.4 MB error 03-Jan-2023 03:01:43 Progress (3): 112/121 kB | 203/303 kB | 0.3/1.4 MB error 03-Jan-2023 03:01:43 Progress (3): 112/121 kB | 207/303 kB | 0.3/1.4 MB error 03-Jan-2023 03:01:43 Progress (3): 112/121 kB | 211/303 kB | 0.3/1.4 MB error 03-Jan-2023 03:01:43 Progress (3): 112/121 kB | 211/303 kB | 0.3/1.4 MB error 03-Jan-2023 03:01:43 Progress (3): 112/121 kB | 215/303 kB | 0.3/1.4 MB error 03-Jan-2023 03:01:43 Progress (3): 112/121 kB | 215/303 kB | 0.3/1.4 MB error 03-Jan-2023 03:01:43 Progress (3): 112/121 kB | 220/303 kB | 0.3/1.4 MB error 03-Jan-2023 03:01:43 Progress (3): 112/121 kB | 224/303 kB | 0.3/1.4 MB error 03-Jan-2023 03:01:43 Progress (3): 112/121 kB | 228/303 kB | 0.3/1.4 MB error 03-Jan-2023 03:01:43 Progress (3): 112/121 kB | 228/303 kB | 0.3/1.4 MB error 03-Jan-2023 03:01:43 Progress (3): 112/121 kB | 230/303 kB | 0.3/1.4 MB error 03-Jan-2023 03:01:43 Progress (3): 112/121 kB | 234/303 kB | 0.3/1.4 MB error 03-Jan-2023 03:01:43 Progress (3): 112/121 kB | 238/303 kB | 0.3/1.4 MB error 03-Jan-2023 03:01:43 Progress (3): 112/121 kB | 238/303 kB | 0.3/1.4 MB error 03-Jan-2023 03:01:43 Progress (3): 112/121 kB | 242/303 kB | 0.3/1.4 MB error 03-Jan-2023 03:01:43 Progress (3): 112/121 kB | 246/303 kB | 0.3/1.4 MB error 03-Jan-2023 03:01:43 Progress (3): 112/121 kB | 250/303 kB | 0.3/1.4 MB error 03-Jan-2023 03:01:43 Progress (3): 112/121 kB | 250/303 kB | 0.3/1.4 MB error 03-Jan-2023 03:01:43 Progress (3): 112/121 kB | 254/303 kB | 0.3/1.4 MB error 03-Jan-2023 03:01:43 Progress (3): 115/121 kB | 254/303 kB | 0.3/1.4 MB error 03-Jan-2023 03:01:43 Progress (3): 118/121 kB | 254/303 kB | 0.3/1.4 MB error 03-Jan-2023 03:01:43 Progress (3): 120/121 kB | 254/303 kB | 0.3/1.4 MB error 03-Jan-2023 03:01:43 Progress (3): 121 kB | 254/303 kB | 0.3/1.4 MB error 03-Jan-2023 03:01:43 Progress (3): 121 kB | 258/303 kB | 0.3/1.4 MB error 03-Jan-2023 03:01:43 Progress (3): 121 kB | 263/303 kB | 0.3/1.4 MB error 03-Jan-2023 03:01:43 Progress (3): 121 kB | 267/303 kB | 0.3/1.4 MB error 03-Jan-2023 03:01:43 Progress (3): 121 kB | 271/303 kB | 0.3/1.4 MB error 03-Jan-2023 03:01:43 Progress (3): 121 kB | 275/303 kB | 0.3/1.4 MB error 03-Jan-2023 03:01:43 Progress (3): 121 kB | 279/303 kB | 0.3/1.4 MB error 03-Jan-2023 03:01:43 Progress (3): 121 kB | 279/303 kB | 0.3/1.4 MB error 03-Jan-2023 03:01:43 Progress (3): 121 kB | 283/303 kB | 0.3/1.4 MB error 03-Jan-2023 03:01:43 Progress (3): 121 kB | 287/303 kB | 0.3/1.4 MB error 03-Jan-2023 03:01:43 Progress (3): 121 kB | 291/303 kB | 0.3/1.4 MB error 03-Jan-2023 03:01:43 Progress (3): 121 kB | 291/303 kB | 0.4/1.4 MB error 03-Jan-2023 03:01:43 Progress (3): 121 kB | 291/303 kB | 0.4/1.4 MB error 03-Jan-2023 03:01:43 Progress (3): 121 kB | 291/303 kB | 0.4/1.4 MB error 03-Jan-2023 03:01:43 Progress (3): 121 kB | 294/303 kB | 0.4/1.4 MB error 03-Jan-2023 03:01:43 Progress (3): 121 kB | 296/303 kB | 0.4/1.4 MB error 03-Jan-2023 03:01:43 Progress (3): 121 kB | 296/303 kB | 0.4/1.4 MB error 03-Jan-2023 03:01:43 Progress (3): 121 kB | 300/303 kB | 0.4/1.4 MB error 03-Jan-2023 03:01:43 Progress (3): 121 kB | 300/303 kB | 0.4/1.4 MB error 03-Jan-2023 03:01:43 Progress (3): 121 kB | 303 kB | 0.4/1.4 MB error 03-Jan-2023 03:01:43 Progress (3): 121 kB | 303 kB | 0.4/1.4 MB error 03-Jan-2023 03:01:43 Progress (3): 121 kB | 303 kB | 0.4/1.4 MB error 03-Jan-2023 03:01:43 Progress (3): 121 kB | 303 kB | 0.4/1.4 MB error 03-Jan-2023 03:01:43 Progress (3): 121 kB | 303 kB | 0.4/1.4 MB error 03-Jan-2023 03:01:43 Progress (3): 121 kB | 303 kB | 0.4/1.4 MB error 03-Jan-2023 03:01:43 Progress (3): 121 kB | 303 kB | 0.4/1.4 MB error 03-Jan-2023 03:01:43 Progress (3): 121 kB | 303 kB | 0.5/1.4 MB error 03-Jan-2023 03:01:43 Progress (3): 121 kB | 303 kB | 0.5/1.4 MB error 03-Jan-2023 03:01:43 Progress (3): 121 kB | 303 kB | 0.5/1.4 MB error 03-Jan-2023 03:01:43 Progress (3): 121 kB | 303 kB | 0.5/1.4 MB error 03-Jan-2023 03:01:43 Progress (3): 121 kB | 303 kB | 0.5/1.4 MB error 03-Jan-2023 03:01:43 Progress (3): 121 kB | 303 kB | 0.5/1.4 MB error 03-Jan-2023 03:01:43 Progress (3): 121 kB | 303 kB | 0.5/1.4 MB error 03-Jan-2023 03:01:43 Progress (3): 121 kB | 303 kB | 0.5/1.4 MB error 03-Jan-2023 03:01:43 Progress (3): 121 kB | 303 kB | 0.5/1.4 MB error 03-Jan-2023 03:01:43 Progress (4): 121 kB | 303 kB | 0.5/1.4 MB | 0.1/12 MB error 03-Jan-2023 03:01:43 Progress (4): 121 kB | 303 kB | 0.5/1.4 MB | 0.1/12 MB error 03-Jan-2023 03:01:43 Progress (4): 121 kB | 303 kB | 0.5/1.4 MB | 0.1/12 MB error 03-Jan-2023 03:01:43 Progress (4): 121 kB | 303 kB | 0.5/1.4 MB | 0.1/12 MB error 03-Jan-2023 03:01:43 Progress (4): 121 kB | 303 kB | 0.6/1.4 MB | 0.1/12 MB error 03-Jan-2023 03:01:43 Progress (4): 121 kB | 303 kB | 0.6/1.4 MB | 0.1/12 MB error 03-Jan-2023 03:01:43 Progress (4): 121 kB | 303 kB | 0.6/1.4 MB | 0.1/12 MB error 03-Jan-2023 03:01:43 Progress (4): 121 kB | 303 kB | 0.6/1.4 MB | 0.1/12 MB error 03-Jan-2023 03:01:43 Progress (4): 121 kB | 303 kB | 0.6/1.4 MB | 0.1/12 MB error 03-Jan-2023 03:01:43 Progress (4): 121 kB | 303 kB | 0.6/1.4 MB | 0.1/12 MB error 03-Jan-2023 03:01:43 Progress (4): 121 kB | 303 kB | 0.6/1.4 MB | 0.2/12 MB error 03-Jan-2023 03:01:43 Progress (4): 121 kB | 303 kB | 0.6/1.4 MB | 0.2/12 MB error 03-Jan-2023 03:01:43 Progress (4): 121 kB | 303 kB | 0.6/1.4 MB | 0.3/12 MB error 03-Jan-2023 03:01:43 Progress (4): 121 kB | 303 kB | 0.6/1.4 MB | 0.4/12 MB error 03-Jan-2023 03:01:43 Progress (4): 121 kB | 303 kB | 0.6/1.4 MB | 0.4/12 MB error 03-Jan-2023 03:01:43 Progress (4): 121 kB | 303 kB | 0.6/1.4 MB | 0.4/12 MB error 03-Jan-2023 03:01:43 Progress (4): 121 kB | 303 kB | 0.6/1.4 MB | 0.4/12 MB error 03-Jan-2023 03:01:43 Progress (4): 121 kB | 303 kB | 0.6/1.4 MB | 0.4/12 MB error 03-Jan-2023 03:01:43 Progress (4): 121 kB | 303 kB | 0.6/1.4 MB | 0.4/12 MB error 03-Jan-2023 03:01:43 Progress (4): 121 kB | 303 kB | 0.6/1.4 MB | 0.4/12 MB error 03-Jan-2023 03:01:43 Progress (4): 121 kB | 303 kB | 0.6/1.4 MB | 0.5/12 MB error 03-Jan-2023 03:01:43 Progress (4): 121 kB | 303 kB | 0.7/1.4 MB | 0.5/12 MB error 03-Jan-2023 03:01:43 Progress (4): 121 kB | 303 kB | 0.7/1.4 MB | 0.5/12 MB error 03-Jan-2023 03:01:43 Progress (4): 121 kB | 303 kB | 0.7/1.4 MB | 0.5/12 MB error 03-Jan-2023 03:01:43 Progress (4): 121 kB | 303 kB | 0.7/1.4 MB | 0.5/12 MB error 03-Jan-2023 03:01:43 Progress (4): 121 kB | 303 kB | 0.7/1.4 MB | 0.5/12 MB error 03-Jan-2023 03:01:43 Progress (4): 121 kB | 303 kB | 0.7/1.4 MB | 0.5/12 MB error 03-Jan-2023 03:01:43 Progress (4): 121 kB | 303 kB | 0.7/1.4 MB | 0.5/12 MB error 03-Jan-2023 03:01:43 Progress (4): 121 kB | 303 kB | 0.7/1.4 MB | 0.5/12 MB error 03-Jan-2023 03:01:43 Progress (4): 121 kB | 303 kB | 0.7/1.4 MB | 0.5/12 MB error 03-Jan-2023 03:01:43 Progress (4): 121 kB | 303 kB | 0.7/1.4 MB | 0.5/12 MB error 03-Jan-2023 03:01:43 Progress (4): 121 kB | 303 kB | 0.7/1.4 MB | 0.5/12 MB error 03-Jan-2023 03:01:43 Progress (4): 121 kB | 303 kB | 0.7/1.4 MB | 0.5/12 MB error 03-Jan-2023 03:01:43 Progress (4): 121 kB | 303 kB | 0.8/1.4 MB | 0.5/12 MB error 03-Jan-2023 03:01:43 Progress (4): 121 kB | 303 kB | 0.8/1.4 MB | 0.5/12 MB error 03-Jan-2023 03:01:43 Progress (4): 121 kB | 303 kB | 0.8/1.4 MB | 0.6/12 MB error 03-Jan-2023 03:01:43 Progress (4): 121 kB | 303 kB | 0.8/1.4 MB | 0.6/12 MB error 03-Jan-2023 03:01:43 Progress (4): 121 kB | 303 kB | 0.8/1.4 MB | 0.6/12 MB error 03-Jan-2023 03:01:43 Progress (4): 121 kB | 303 kB | 0.8/1.4 MB | 0.6/12 MB error 03-Jan-2023 03:01:43 Progress (4): 121 kB | 303 kB | 0.8/1.4 MB | 0.6/12 MB error 03-Jan-2023 03:01:43 Progress (4): 121 kB | 303 kB | 0.8/1.4 MB | 0.6/12 MB error 03-Jan-2023 03:01:43 Progress (4): 121 kB | 303 kB | 0.8/1.4 MB | 0.7/12 MB error 03-Jan-2023 03:01:43 Progress (4): 121 kB | 303 kB | 0.8/1.4 MB | 0.7/12 MB error 03-Jan-2023 03:01:43 Progress (4): 121 kB | 303 kB | 0.8/1.4 MB | 0.7/12 MB error 03-Jan-2023 03:01:43 Progress (4): 121 kB | 303 kB | 0.8/1.4 MB | 0.7/12 MB error 03-Jan-2023 03:01:43 Progress (4): 121 kB | 303 kB | 0.8/1.4 MB | 0.7/12 MB error 03-Jan-2023 03:01:43 Progress (4): 121 kB | 303 kB | 0.9/1.4 MB | 0.7/12 MB error 03-Jan-2023 03:01:43 Progress (4): 121 kB | 303 kB | 0.9/1.4 MB | 0.7/12 MB error 03-Jan-2023 03:01:43 Progress (4): 121 kB | 303 kB | 0.9/1.4 MB | 0.7/12 MB error 03-Jan-2023 03:01:43 Progress (4): 121 kB | 303 kB | 0.9/1.4 MB | 0.7/12 MB error 03-Jan-2023 03:01:43 Progress (4): 121 kB | 303 kB | 0.9/1.4 MB | 0.7/12 MB error 03-Jan-2023 03:01:43 Progress (4): 121 kB | 303 kB | 0.9/1.4 MB | 0.7/12 MB error 03-Jan-2023 03:01:43 Progress (4): 121 kB | 303 kB | 0.9/1.4 MB | 0.7/12 MB error 03-Jan-2023 03:01:43 Progress (4): 121 kB | 303 kB | 0.9/1.4 MB | 0.7/12 MB error 03-Jan-2023 03:01:43 Progress (4): 121 kB | 303 kB | 0.9/1.4 MB | 0.7/12 MB error 03-Jan-2023 03:01:43 Progress (4): 121 kB | 303 kB | 0.9/1.4 MB | 0.7/12 MB error 03-Jan-2023 03:01:43 Progress (4): 121 kB | 303 kB | 0.9/1.4 MB | 0.7/12 MB error 03-Jan-2023 03:01:43 Progress (4): 121 kB | 303 kB | 0.9/1.4 MB | 0.7/12 MB error 03-Jan-2023 03:01:43 Progress (4): 121 kB | 303 kB | 1.0/1.4 MB | 0.7/12 MB error 03-Jan-2023 03:01:43 Progress (4): 121 kB | 303 kB | 1.0/1.4 MB | 0.8/12 MB error 03-Jan-2023 03:01:43 Progress (4): 121 kB | 303 kB | 1.0/1.4 MB | 0.8/12 MB error 03-Jan-2023 03:01:43 Progress (4): 121 kB | 303 kB | 1.0/1.4 MB | 0.8/12 MB error 03-Jan-2023 03:01:43 Progress (4): 121 kB | 303 kB | 1.0/1.4 MB | 0.8/12 MB error 03-Jan-2023 03:01:43 Progress (4): 121 kB | 303 kB | 1.0/1.4 MB | 0.8/12 MB error 03-Jan-2023 03:01:43 Progress (4): 121 kB | 303 kB | 1.0/1.4 MB | 0.8/12 MB error 03-Jan-2023 03:01:43 Progress (4): 121 kB | 303 kB | 1.0/1.4 MB | 0.8/12 MB error 03-Jan-2023 03:01:43 Progress (4): 121 kB | 303 kB | 1.0/1.4 MB | 0.8/12 MB error 03-Jan-2023 03:01:43 Progress (4): 121 kB | 303 kB | 1.0/1.4 MB | 0.8/12 MB error 03-Jan-2023 03:01:43 Progress (4): 121 kB | 303 kB | 1.0/1.4 MB | 0.8/12 MB error 03-Jan-2023 03:01:43 Progress (4): 121 kB | 303 kB | 1.0/1.4 MB | 0.9/12 MB error 03-Jan-2023 03:01:43 Progress (4): 121 kB | 303 kB | 1.0/1.4 MB | 0.9/12 MB error 03-Jan-2023 03:01:43 Progress (4): 121 kB | 303 kB | 1.1/1.4 MB | 0.9/12 MB error 03-Jan-2023 03:01:43 Progress (4): 121 kB | 303 kB | 1.1/1.4 MB | 0.9/12 MB error 03-Jan-2023 03:01:43 Progress (4): 121 kB | 303 kB | 1.1/1.4 MB | 0.9/12 MB error 03-Jan-2023 03:01:43 Progress (4): 121 kB | 303 kB | 1.1/1.4 MB | 0.9/12 MB error 03-Jan-2023 03:01:43 Progress (4): 121 kB | 303 kB | 1.1/1.4 MB | 0.9/12 MB error 03-Jan-2023 03:01:43 Progress (4): 121 kB | 303 kB | 1.1/1.4 MB | 0.9/12 MB error 03-Jan-2023 03:01:43 Progress (4): 121 kB | 303 kB | 1.1/1.4 MB | 0.9/12 MB error 03-Jan-2023 03:01:44 Progress (4): 121 kB | 303 kB | 1.1/1.4 MB | 0.9/12 MB error 03-Jan-2023 03:01:44 Progress (4): 121 kB | 303 kB | 1.1/1.4 MB | 0.9/12 MB error 03-Jan-2023 03:01:44 Progress (4): 121 kB | 303 kB | 1.1/1.4 MB | 0.9/12 MB error 03-Jan-2023 03:01:44 Progress (4): 121 kB | 303 kB | 1.1/1.4 MB | 0.9/12 MB error 03-Jan-2023 03:01:44 Progress (4): 121 kB | 303 kB | 1.2/1.4 MB | 0.9/12 MB error 03-Jan-2023 03:01:44 Progress (4): 121 kB | 303 kB | 1.2/1.4 MB | 0.9/12 MB error 03-Jan-2023 03:01:44 Progress (4): 121 kB | 303 kB | 1.2/1.4 MB | 0.9/12 MB error 03-Jan-2023 03:01:44 Progress (4): 121 kB | 303 kB | 1.2/1.4 MB | 0.9/12 MB error 03-Jan-2023 03:01:44 Progress (4): 121 kB | 303 kB | 1.2/1.4 MB | 0.9/12 MB error 03-Jan-2023 03:01:44 Progress (4): 121 kB | 303 kB | 1.2/1.4 MB | 0.9/12 MB error 03-Jan-2023 03:01:44 Progress (4): 121 kB | 303 kB | 1.2/1.4 MB | 0.9/12 MB error 03-Jan-2023 03:01:44 Progress (4): 121 kB | 303 kB | 1.2/1.4 MB | 0.9/12 MB error 03-Jan-2023 03:01:44 Progress (4): 121 kB | 303 kB | 1.2/1.4 MB | 0.9/12 MB error 03-Jan-2023 03:01:44 Progress (4): 121 kB | 303 kB | 1.2/1.4 MB | 0.9/12 MB error 03-Jan-2023 03:01:44 Progress (4): 121 kB | 303 kB | 1.2/1.4 MB | 0.9/12 MB error 03-Jan-2023 03:01:44 Progress (4): 121 kB | 303 kB | 1.2/1.4 MB | 0.9/12 MB error 03-Jan-2023 03:01:44 Progress (4): 121 kB | 303 kB | 1.2/1.4 MB | 1.0/12 MB error 03-Jan-2023 03:01:44 Progress (4): 121 kB | 303 kB | 1.2/1.4 MB | 1.0/12 MB error 03-Jan-2023 03:01:44 Progress (4): 121 kB | 303 kB | 1.2/1.4 MB | 1.1/12 MB error 03-Jan-2023 03:01:44 Progress (4): 121 kB | 303 kB | 1.3/1.4 MB | 1.1/12 MB error 03-Jan-2023 03:01:44 Progress (4): 121 kB | 303 kB | 1.3/1.4 MB | 1.1/12 MB error 03-Jan-2023 03:01:44 Progress (4): 121 kB | 303 kB | 1.3/1.4 MB | 1.1/12 MB error 03-Jan-2023 03:01:44 Progress (4): 121 kB | 303 kB | 1.3/1.4 MB | 1.1/12 MB error 03-Jan-2023 03:01:44 Progress (4): 121 kB | 303 kB | 1.3/1.4 MB | 1.1/12 MB error 03-Jan-2023 03:01:44 Progress (4): 121 kB | 303 kB | 1.3/1.4 MB | 1.1/12 MB error 03-Jan-2023 03:01:44 Progress (4): 121 kB | 303 kB | 1.3/1.4 MB | 1.1/12 MB error 03-Jan-2023 03:01:44 Progress (4): 121 kB | 303 kB | 1.3/1.4 MB | 1.1/12 MB error 03-Jan-2023 03:01:44 Progress (4): 121 kB | 303 kB | 1.3/1.4 MB | 1.1/12 MB error 03-Jan-2023 03:01:44 error 03-Jan-2023 03:01:44 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/com/fasterxml/jackson/datatype/jackson-datatype-jsr310/2.13.0/jackson-datatype-jsr310-2.13.0.jar (121 kB at 30 kB/s) error 03-Jan-2023 03:01:44 #17 32.58 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/joda-time/joda-time/2.10.12/joda-time-2.10.12.jar error 03-Jan-2023 03:01:44 #17 32.59 Progress (3): 303 kB | 1.3/1.4 MB | 1.1/12 MB error 03-Jan-2023 03:01:44 Progress (3): 303 kB | 1.3/1.4 MB | 1.1/12 MB error 03-Jan-2023 03:01:44 Progress (3): 303 kB | 1.3/1.4 MB | 1.1/12 MB error 03-Jan-2023 03:01:44 Progress (3): 303 kB | 1.4/1.4 MB | 1.1/12 MB error 03-Jan-2023 03:01:44 Progress (3): 303 kB | 1.4/1.4 MB | 1.2/12 MB error 03-Jan-2023 03:01:44 Progress (3): 303 kB | 1.4/1.4 MB | 1.2/12 MB error 03-Jan-2023 03:01:44 Progress (3): 303 kB | 1.4/1.4 MB | 1.2/12 MB error 03-Jan-2023 03:01:44 Progress (3): 303 kB | 1.4/1.4 MB | 1.2/12 MB error 03-Jan-2023 03:01:44 Progress (3): 303 kB | 1.4 MB | 1.2/12 MB error 03-Jan-2023 03:01:44 Progress (3): 303 kB | 1.4 MB | 1.2/12 MB error 03-Jan-2023 03:01:44 Progress (3): 303 kB | 1.4 MB | 1.3/12 MB error 03-Jan-2023 03:01:44 Progress (3): 303 kB | 1.4 MB | 1.4/12 MB error 03-Jan-2023 03:01:44 error 03-Jan-2023 03:01:44 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/logging/log4j/log4j-1.2-api/2.17.2/log4j-1.2-api-2.17.2.jar (303 kB at 75 kB/s) error 03-Jan-2023 03:01:44 #17 32.60 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/jakarta/xml/bind/jakarta.xml.bind-api/3.0.1/jakarta.xml.bind-api-3.0.1.jar error 03-Jan-2023 03:01:44 #17 32.60 Progress (2): 1.4 MB | 1.4/12 MB error 03-Jan-2023 03:01:44 Progress (2): 1.4 MB | 1.5/12 MB error 03-Jan-2023 03:01:44 Progress (2): 1.4 MB | 1.6/12 MB error 03-Jan-2023 03:01:44 Progress (2): 1.4 MB | 1.6/12 MB error 03-Jan-2023 03:01:44 Progress (2): 1.4 MB | 1.7/12 MB error 03-Jan-2023 03:01:44 Progress (2): 1.4 MB | 1.7/12 MB error 03-Jan-2023 03:01:44 Progress (2): 1.4 MB | 1.8/12 MB error 03-Jan-2023 03:01:44 Progress (2): 1.4 MB | 1.9/12 MB error 03-Jan-2023 03:01:44 Progress (2): 1.4 MB | 1.9/12 MB error 03-Jan-2023 03:01:44 Progress (2): 1.4 MB | 2.0/12 MB error 03-Jan-2023 03:01:44 Progress (2): 1.4 MB | 2.0/12 MB error 03-Jan-2023 03:01:44 Progress (2): 1.4 MB | 2.1/12 MB error 03-Jan-2023 03:01:44 Progress (2): 1.4 MB | 2.2/12 MB error 03-Jan-2023 03:01:44 Progress (2): 1.4 MB | 2.2/12 MB error 03-Jan-2023 03:01:44 Progress (2): 1.4 MB | 2.3/12 MB error 03-Jan-2023 03:01:44 Progress (2): 1.4 MB | 2.4/12 MB error 03-Jan-2023 03:01:44 Progress (2): 1.4 MB | 2.4/12 MB error 03-Jan-2023 03:01:44 Progress (2): 1.4 MB | 2.5/12 MB error 03-Jan-2023 03:01:44 Progress (2): 1.4 MB | 2.5/12 MB error 03-Jan-2023 03:01:44 Progress (2): 1.4 MB | 2.6/12 MB error 03-Jan-2023 03:01:44 Progress (2): 1.4 MB | 2.7/12 MB error 03-Jan-2023 03:01:44 Progress (2): 1.4 MB | 2.7/12 MB error 03-Jan-2023 03:01:44 Progress (2): 1.4 MB | 2.8/12 MB error 03-Jan-2023 03:01:44 Progress (2): 1.4 MB | 2.9/12 MB error 03-Jan-2023 03:01:44 Progress (2): 1.4 MB | 2.9/12 MB error 03-Jan-2023 03:01:44 Progress (2): 1.4 MB | 3.0/12 MB error 03-Jan-2023 03:01:44 Progress (2): 1.4 MB | 3.0/12 MB error 03-Jan-2023 03:01:44 Progress (2): 1.4 MB | 3.1/12 MB error 03-Jan-2023 03:01:44 Progress (2): 1.4 MB | 3.2/12 MB error 03-Jan-2023 03:01:44 Progress (2): 1.4 MB | 3.2/12 MB error 03-Jan-2023 03:01:44 Progress (2): 1.4 MB | 3.3/12 MB error 03-Jan-2023 03:01:44 Progress (2): 1.4 MB | 3.4/12 MB error 03-Jan-2023 03:01:44 Progress (2): 1.4 MB | 3.4/12 MB error 03-Jan-2023 03:01:44 Progress (2): 1.4 MB | 3.5/12 MB error 03-Jan-2023 03:01:44 Progress (2): 1.4 MB | 3.6/12 MB error 03-Jan-2023 03:01:44 Progress (2): 1.4 MB | 3.6/12 MB error 03-Jan-2023 03:01:44 Progress (2): 1.4 MB | 3.7/12 MB error 03-Jan-2023 03:01:44 Progress (2): 1.4 MB | 3.7/12 MB error 03-Jan-2023 03:01:44 Progress (2): 1.4 MB | 3.8/12 MB error 03-Jan-2023 03:01:44 Progress (2): 1.4 MB | 3.9/12 MB error 03-Jan-2023 03:01:44 Progress (2): 1.4 MB | 3.9/12 MB error 03-Jan-2023 03:01:44 Progress (2): 1.4 MB | 4.0/12 MB error 03-Jan-2023 03:01:44 Progress (2): 1.4 MB | 4.1/12 MB error 03-Jan-2023 03:01:44 Progress (2): 1.4 MB | 4.1/12 MB error 03-Jan-2023 03:01:44 Progress (2): 1.4 MB | 4.2/12 MB error 03-Jan-2023 03:01:44 Progress (2): 1.4 MB | 4.2/12 MB error 03-Jan-2023 03:01:44 Progress (2): 1.4 MB | 4.3/12 MB error 03-Jan-2023 03:01:44 Progress (2): 1.4 MB | 4.4/12 MB error 03-Jan-2023 03:01:44 Progress (2): 1.4 MB | 4.4/12 MB error 03-Jan-2023 03:01:44 Progress (2): 1.4 MB | 4.5/12 MB error 03-Jan-2023 03:01:44 Progress (2): 1.4 MB | 4.5/12 MB error 03-Jan-2023 03:01:44 Progress (2): 1.4 MB | 4.6/12 MB error 03-Jan-2023 03:01:44 Progress (2): 1.4 MB | 4.7/12 MB error 03-Jan-2023 03:01:44 Progress (2): 1.4 MB | 4.7/12 MB error 03-Jan-2023 03:01:44 Progress (2): 1.4 MB | 4.8/12 MB error 03-Jan-2023 03:01:44 Progress (2): 1.4 MB | 4.8/12 MB error 03-Jan-2023 03:01:44 Progress (2): 1.4 MB | 4.9/12 MB error 03-Jan-2023 03:01:44 Progress (2): 1.4 MB | 4.9/12 MB error 03-Jan-2023 03:01:44 error 03-Jan-2023 03:01:44 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/xerces/xercesImpl/2.12.1/xercesImpl-2.12.1.jar (1.4 MB at 332 kB/s) error 03-Jan-2023 03:01:44 #17 32.71 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/com/sun/activation/jakarta.activation/2.0.1/jakarta.activation-2.0.1.jar error 03-Jan-2023 03:01:44 #17 32.71 Progress (1): 5.0/12 MB error 03-Jan-2023 03:01:44 Progress (2): 5.0/12 MB | 3.3/129 kB error 03-Jan-2023 03:01:44 Progress (2): 5.0/12 MB | 6.1/129 kB error 03-Jan-2023 03:01:44 Progress (2): 5.0/12 MB | 8.9/129 kB error 03-Jan-2023 03:01:44 Progress (2): 5.0/12 MB | 12/129 kB error 03-Jan-2023 03:01:44 Progress (2): 5.1/12 MB | 12/129 kB error 03-Jan-2023 03:01:44 Progress (2): 5.1/12 MB | 12/129 kB error 03-Jan-2023 03:01:44 Progress (2): 5.2/12 MB | 12/129 kB error 03-Jan-2023 03:01:44 Progress (2): 5.2/12 MB | 12/129 kB error 03-Jan-2023 03:01:44 Progress (2): 5.3/12 MB | 12/129 kB error 03-Jan-2023 03:01:44 Progress (2): 5.3/12 MB | 12/129 kB error 03-Jan-2023 03:01:44 Progress (2): 5.4/12 MB | 12/129 kB error 03-Jan-2023 03:01:44 Progress (2): 5.5/12 MB | 12/129 kB error 03-Jan-2023 03:01:44 Progress (2): 5.5/12 MB | 12/129 kB error 03-Jan-2023 03:01:44 Progress (2): 5.6/12 MB | 12/129 kB error 03-Jan-2023 03:01:44 Progress (2): 5.6/12 MB | 12/129 kB error 03-Jan-2023 03:01:44 Progress (2): 5.7/12 MB | 12/129 kB error 03-Jan-2023 03:01:44 Progress (2): 5.7/12 MB | 12/129 kB error 03-Jan-2023 03:01:44 Progress (2): 5.8/12 MB | 12/129 kB error 03-Jan-2023 03:01:44 Progress (2): 5.9/12 MB | 12/129 kB error 03-Jan-2023 03:01:44 Progress (2): 5.9/12 MB | 12/129 kB error 03-Jan-2023 03:01:44 Progress (2): 6.0/12 MB | 12/129 kB error 03-Jan-2023 03:01:44 Progress (2): 6.0/12 MB | 12/129 kB error 03-Jan-2023 03:01:44 Progress (2): 6.1/12 MB | 12/129 kB error 03-Jan-2023 03:01:44 Progress (2): 6.1/12 MB | 12/129 kB error 03-Jan-2023 03:01:44 Progress (2): 6.2/12 MB | 12/129 kB error 03-Jan-2023 03:01:44 Progress (2): 6.3/12 MB | 12/129 kB error 03-Jan-2023 03:01:44 Progress (2): 6.3/12 MB | 12/129 kB error 03-Jan-2023 03:01:44 Progress (2): 6.4/12 MB | 12/129 kB error 03-Jan-2023 03:01:44 Progress (3): 6.4/12 MB | 12/129 kB | 0/2.1 MB error 03-Jan-2023 03:01:44 Progress (3): 6.4/12 MB | 12/129 kB | 0/2.1 MB error 03-Jan-2023 03:01:44 Progress (3): 6.4/12 MB | 12/129 kB | 0.1/2.1 MB error 03-Jan-2023 03:01:44 Progress (3): 6.4/12 MB | 12/129 kB | 0.1/2.1 MB error 03-Jan-2023 03:01:44 Progress (3): 6.4/12 MB | 12/129 kB | 0.1/2.1 MB error 03-Jan-2023 03:01:44 Progress (3): 6.4/12 MB | 12/129 kB | 0.1/2.1 MB error 03-Jan-2023 03:01:44 Progress (3): 6.4/12 MB | 12/129 kB | 0.1/2.1 MB error 03-Jan-2023 03:01:44 Progress (3): 6.4/12 MB | 12/129 kB | 0.1/2.1 MB error 03-Jan-2023 03:01:44 Progress (3): 6.4/12 MB | 12/129 kB | 0.1/2.1 MB error 03-Jan-2023 03:01:44 Progress (3): 6.4/12 MB | 12/129 kB | 0.2/2.1 MB error 03-Jan-2023 03:01:44 Progress (3): 6.4/12 MB | 12/129 kB | 0.2/2.1 MB error 03-Jan-2023 03:01:44 Progress (3): 6.4/12 MB | 12/129 kB | 0.2/2.1 MB error 03-Jan-2023 03:01:44 Progress (3): 6.4/12 MB | 12/129 kB | 0.2/2.1 MB error 03-Jan-2023 03:01:44 Progress (3): 6.4/12 MB | 12/129 kB | 0.2/2.1 MB error 03-Jan-2023 03:01:44 Progress (3): 6.4/12 MB | 12/129 kB | 0.2/2.1 MB error 03-Jan-2023 03:01:44 Progress (3): 6.4/12 MB | 12/129 kB | 0.3/2.1 MB error 03-Jan-2023 03:01:44 Progress (3): 6.4/12 MB | 12/129 kB | 0.3/2.1 MB error 03-Jan-2023 03:01:44 Progress (3): 6.4/12 MB | 12/129 kB | 0.3/2.1 MB error 03-Jan-2023 03:01:44 Progress (3): 6.4/12 MB | 12/129 kB | 0.3/2.1 MB error 03-Jan-2023 03:01:44 Progress (3): 6.4/12 MB | 12/129 kB | 0.3/2.1 MB error 03-Jan-2023 03:01:44 Progress (3): 6.4/12 MB | 12/129 kB | 0.3/2.1 MB error 03-Jan-2023 03:01:44 Progress (3): 6.4/12 MB | 12/129 kB | 0.4/2.1 MB error 03-Jan-2023 03:01:44 Progress (3): 6.4/12 MB | 12/129 kB | 0.4/2.1 MB error 03-Jan-2023 03:01:44 Progress (3): 6.4/12 MB | 12/129 kB | 0.4/2.1 MB error 03-Jan-2023 03:01:44 Progress (3): 6.4/12 MB | 12/129 kB | 0.4/2.1 MB error 03-Jan-2023 03:01:44 Progress (3): 6.4/12 MB | 12/129 kB | 0.4/2.1 MB error 03-Jan-2023 03:01:44 Progress (3): 6.4/12 MB | 12/129 kB | 0.4/2.1 MB error 03-Jan-2023 03:01:44 Progress (3): 6.4/12 MB | 12/129 kB | 0.4/2.1 MB error 03-Jan-2023 03:01:44 Progress (3): 6.4/12 MB | 12/129 kB | 0.5/2.1 MB error 03-Jan-2023 03:01:44 Progress (3): 6.4/12 MB | 12/129 kB | 0.5/2.1 MB error 03-Jan-2023 03:01:44 Progress (3): 6.4/12 MB | 12/129 kB | 0.5/2.1 MB error 03-Jan-2023 03:01:44 Progress (3): 6.4/12 MB | 12/129 kB | 0.5/2.1 MB error 03-Jan-2023 03:01:44 Progress (3): 6.4/12 MB | 12/129 kB | 0.5/2.1 MB error 03-Jan-2023 03:01:44 Progress (3): 6.4/12 MB | 12/129 kB | 0.5/2.1 MB error 03-Jan-2023 03:01:44 Progress (3): 6.4/12 MB | 12/129 kB | 0.6/2.1 MB error 03-Jan-2023 03:01:44 Progress (3): 6.4/12 MB | 12/129 kB | 0.6/2.1 MB error 03-Jan-2023 03:01:44 Progress (3): 6.4/12 MB | 12/129 kB | 0.6/2.1 MB error 03-Jan-2023 03:01:44 Progress (3): 6.4/12 MB | 12/129 kB | 0.6/2.1 MB error 03-Jan-2023 03:01:44 Progress (3): 6.4/12 MB | 12/129 kB | 0.6/2.1 MB error 03-Jan-2023 03:01:44 Progress (3): 6.4/12 MB | 12/129 kB | 0.6/2.1 MB error 03-Jan-2023 03:01:44 Progress (3): 6.4/12 MB | 12/129 kB | 0.7/2.1 MB error 03-Jan-2023 03:01:44 Progress (3): 6.4/12 MB | 12/129 kB | 0.7/2.1 MB error 03-Jan-2023 03:01:44 Progress (3): 6.4/12 MB | 12/129 kB | 0.7/2.1 MB error 03-Jan-2023 03:01:44 Progress (3): 6.4/12 MB | 12/129 kB | 0.7/2.1 MB error 03-Jan-2023 03:01:44 Progress (3): 6.4/12 MB | 12/129 kB | 0.7/2.1 MB error 03-Jan-2023 03:01:44 Progress (3): 6.4/12 MB | 12/129 kB | 0.7/2.1 MB error 03-Jan-2023 03:01:44 Progress (3): 6.4/12 MB | 12/129 kB | 0.8/2.1 MB error 03-Jan-2023 03:01:44 Progress (3): 6.4/12 MB | 12/129 kB | 0.8/2.1 MB error 03-Jan-2023 03:01:44 Progress (3): 6.4/12 MB | 12/129 kB | 0.8/2.1 MB error 03-Jan-2023 03:01:44 Progress (3): 6.4/12 MB | 12/129 kB | 0.8/2.1 MB error 03-Jan-2023 03:01:44 Progress (3): 6.4/12 MB | 12/129 kB | 0.8/2.1 MB error 03-Jan-2023 03:01:44 Progress (3): 6.4/12 MB | 12/129 kB | 0.8/2.1 MB error 03-Jan-2023 03:01:44 Progress (3): 6.5/12 MB | 12/129 kB | 0.8/2.1 MB error 03-Jan-2023 03:01:44 Progress (3): 6.5/12 MB | 12/129 kB | 0.8/2.1 MB error 03-Jan-2023 03:01:44 Progress (3): 6.5/12 MB | 12/129 kB | 0.8/2.1 MB error 03-Jan-2023 03:01:44 Progress (3): 6.5/12 MB | 12/129 kB | 0.8/2.1 MB error 03-Jan-2023 03:01:44 Progress (3): 6.6/12 MB | 12/129 kB | 0.8/2.1 MB error 03-Jan-2023 03:01:44 Progress (3): 6.6/12 MB | 12/129 kB | 0.9/2.1 MB error 03-Jan-2023 03:01:44 Progress (3): 6.6/12 MB | 14/129 kB | 0.9/2.1 MB error 03-Jan-2023 03:01:44 Progress (3): 6.6/12 MB | 17/129 kB | 0.9/2.1 MB error 03-Jan-2023 03:01:44 Progress (3): 6.6/12 MB | 20/129 kB | 0.9/2.1 MB error 03-Jan-2023 03:01:44 Progress (3): 6.6/12 MB | 23/129 kB | 0.9/2.1 MB error 03-Jan-2023 03:01:44 Progress (3): 6.6/12 MB | 23/129 kB | 0.9/2.1 MB error 03-Jan-2023 03:01:44 Progress (3): 6.6/12 MB | 26/129 kB | 0.9/2.1 MB error 03-Jan-2023 03:01:44 Progress (3): 6.6/12 MB | 28/129 kB | 0.9/2.1 MB error 03-Jan-2023 03:01:44 Progress (3): 6.6/12 MB | 31/129 kB | 0.9/2.1 MB error 03-Jan-2023 03:01:44 Progress (3): 6.6/12 MB | 34/129 kB | 0.9/2.1 MB error 03-Jan-2023 03:01:44 Progress (3): 6.6/12 MB | 37/129 kB | 0.9/2.1 MB error 03-Jan-2023 03:01:44 Progress (3): 6.6/12 MB | 40/129 kB | 0.9/2.1 MB error 03-Jan-2023 03:01:44 Progress (3): 6.7/12 MB | 40/129 kB | 0.9/2.1 MB error 03-Jan-2023 03:01:44 Progress (3): 6.7/12 MB | 40/129 kB | 0.9/2.1 MB error 03-Jan-2023 03:01:44 Progress (3): 6.7/12 MB | 40/129 kB | 0.9/2.1 MB error 03-Jan-2023 03:01:44 Progress (3): 6.7/12 MB | 40/129 kB | 0.9/2.1 MB error 03-Jan-2023 03:01:44 Progress (3): 6.7/12 MB | 40/129 kB | 0.9/2.1 MB error 03-Jan-2023 03:01:44 Progress (3): 6.7/12 MB | 40/129 kB | 0.9/2.1 MB error 03-Jan-2023 03:01:44 Progress (3): 6.7/12 MB | 40/129 kB | 1.0/2.1 MB error 03-Jan-2023 03:01:44 Progress (3): 6.7/12 MB | 40/129 kB | 1.0/2.1 MB error 03-Jan-2023 03:01:44 Progress (3): 6.7/12 MB | 40/129 kB | 1.0/2.1 MB error 03-Jan-2023 03:01:44 Progress (4): 6.7/12 MB | 40/129 kB | 1.0/2.1 MB | 3.3/62 kB error 03-Jan-2023 03:01:44 Progress (4): 6.7/12 MB | 40/129 kB | 1.0/2.1 MB | 6.1/62 kB error 03-Jan-2023 03:01:44 Progress (4): 6.7/12 MB | 40/129 kB | 1.0/2.1 MB | 6.1/62 kB error 03-Jan-2023 03:01:44 Progress (4): 6.7/12 MB | 40/129 kB | 1.0/2.1 MB | 8.9/62 kB error 03-Jan-2023 03:01:44 Progress (4): 6.7/12 MB | 40/129 kB | 1.0/2.1 MB | 12/62 kB error 03-Jan-2023 03:01:44 Progress (4): 6.7/12 MB | 40/129 kB | 1.0/2.1 MB | 14/62 kB error 03-Jan-2023 03:01:44 Progress (4): 6.7/12 MB | 40/129 kB | 1.0/2.1 MB | 14/62 kB error 03-Jan-2023 03:01:44 Progress (4): 6.7/12 MB | 40/129 kB | 1.0/2.1 MB | 17/62 kB error 03-Jan-2023 03:01:44 Progress (4): 6.7/12 MB | 40/129 kB | 1.0/2.1 MB | 20/62 kB error 03-Jan-2023 03:01:44 Progress (4): 6.7/12 MB | 40/129 kB | 1.0/2.1 MB | 23/62 kB error 03-Jan-2023 03:01:44 Progress (4): 6.7/12 MB | 40/129 kB | 1.0/2.1 MB | 26/62 kB error 03-Jan-2023 03:01:44 Progress (4): 6.7/12 MB | 40/129 kB | 1.0/2.1 MB | 28/62 kB error 03-Jan-2023 03:01:44 Progress (4): 6.7/12 MB | 40/129 kB | 1.0/2.1 MB | 31/62 kB error 03-Jan-2023 03:01:44 Progress (4): 6.7/12 MB | 40/129 kB | 1.0/2.1 MB | 31/62 kB error 03-Jan-2023 03:01:44 Progress (4): 6.8/12 MB | 40/129 kB | 1.0/2.1 MB | 31/62 kB error 03-Jan-2023 03:01:44 Progress (4): 6.8/12 MB | 40/129 kB | 1.0/2.1 MB | 34/62 kB error 03-Jan-2023 03:01:44 Progress (4): 6.8/12 MB | 40/129 kB | 1.0/2.1 MB | 37/62 kB error 03-Jan-2023 03:01:44 Progress (4): 6.8/12 MB | 40/129 kB | 1.0/2.1 MB | 40/62 kB error 03-Jan-2023 03:01:44 Progress (4): 6.8/12 MB | 40/129 kB | 1.0/2.1 MB | 42/62 kB error 03-Jan-2023 03:01:44 Progress (4): 6.8/12 MB | 40/129 kB | 1.0/2.1 MB | 45/62 kB error 03-Jan-2023 03:01:44 Progress (4): 6.8/12 MB | 40/129 kB | 1.0/2.1 MB | 48/62 kB error 03-Jan-2023 03:01:44 Progress (4): 6.8/12 MB | 40/129 kB | 1.0/2.1 MB | 51/62 kB error 03-Jan-2023 03:01:44 Progress (4): 6.8/12 MB | 40/129 kB | 1.0/2.1 MB | 54/62 kB error 03-Jan-2023 03:01:44 Progress (4): 6.8/12 MB | 40/129 kB | 1.0/2.1 MB | 56/62 kB error 03-Jan-2023 03:01:44 Progress (4): 6.8/12 MB | 40/129 kB | 1.0/2.1 MB | 59/62 kB error 03-Jan-2023 03:01:44 Progress (4): 6.8/12 MB | 40/129 kB | 1.0/2.1 MB | 62/62 kB error 03-Jan-2023 03:01:44 Progress (4): 6.8/12 MB | 40/129 kB | 1.0/2.1 MB | 62 kB error 03-Jan-2023 03:01:44 Progress (4): 6.8/12 MB | 40/129 kB | 1.0/2.1 MB | 62 kB error 03-Jan-2023 03:01:44 Progress (4): 6.8/12 MB | 40/129 kB | 1.1/2.1 MB | 62 kB error 03-Jan-2023 03:01:44 Progress (4): 6.9/12 MB | 40/129 kB | 1.1/2.1 MB | 62 kB error 03-Jan-2023 03:01:44 Progress (4): 6.9/12 MB | 40/129 kB | 1.1/2.1 MB | 62 kB error 03-Jan-2023 03:01:44 Progress (4): 6.9/12 MB | 40/129 kB | 1.1/2.1 MB | 62 kB error 03-Jan-2023 03:01:44 Progress (4): 6.9/12 MB | 40/129 kB | 1.1/2.1 MB | 62 kB error 03-Jan-2023 03:01:44 Progress (4): 7.0/12 MB | 40/129 kB | 1.1/2.1 MB | 62 kB error 03-Jan-2023 03:01:44 Progress (4): 7.0/12 MB | 40/129 kB | 1.1/2.1 MB | 62 kB error 03-Jan-2023 03:01:44 Progress (4): 7.0/12 MB | 40/129 kB | 1.1/2.1 MB | 62 kB error 03-Jan-2023 03:01:44 Progress (4): 7.0/12 MB | 40/129 kB | 1.1/2.1 MB | 62 kB error 03-Jan-2023 03:01:44 Progress (4): 7.0/12 MB | 40/129 kB | 1.1/2.1 MB | 62 kB error 03-Jan-2023 03:01:44 Progress (4): 7.0/12 MB | 40/129 kB | 1.2/2.1 MB | 62 kB error 03-Jan-2023 03:01:44 Progress (4): 7.0/12 MB | 40/129 kB | 1.2/2.1 MB | 62 kB error 03-Jan-2023 03:01:44 Progress (4): 7.1/12 MB | 40/129 kB | 1.2/2.1 MB | 62 kB error 03-Jan-2023 03:01:44 Progress (4): 7.1/12 MB | 40/129 kB | 1.2/2.1 MB | 62 kB error 03-Jan-2023 03:01:44 Progress (4): 7.1/12 MB | 40/129 kB | 1.2/2.1 MB | 62 kB error 03-Jan-2023 03:01:44 Progress (5): 7.1/12 MB | 40/129 kB | 1.2/2.1 MB | 62 kB | 4.1/645 kB error 03-Jan-2023 03:01:44 Progress (5): 7.1/12 MB | 40/129 kB | 1.2/2.1 MB | 62 kB | 8.2/645 kB error 03-Jan-2023 03:01:44 Progress (5): 7.1/12 MB | 40/129 kB | 1.2/2.1 MB | 62 kB | 8.2/645 kB error 03-Jan-2023 03:01:44 Progress (5): 7.1/12 MB | 40/129 kB | 1.2/2.1 MB | 62 kB | 8.2/645 kB error 03-Jan-2023 03:01:44 Progress (5): 7.1/12 MB | 40/129 kB | 1.2/2.1 MB | 62 kB | 12/645 kB error 03-Jan-2023 03:01:44 Progress (5): 7.1/12 MB | 40/129 kB | 1.2/2.1 MB | 62 kB | 16/645 kB error 03-Jan-2023 03:01:44 Progress (5): 7.1/12 MB | 40/129 kB | 1.2/2.1 MB | 62 kB | 20/645 kB error 03-Jan-2023 03:01:44 Progress (5): 7.1/12 MB | 40/129 kB | 1.2/2.1 MB | 62 kB | 20/645 kB error 03-Jan-2023 03:01:44 Progress (5): 7.1/12 MB | 40/129 kB | 1.2/2.1 MB | 62 kB | 25/645 kB error 03-Jan-2023 03:01:44 Progress (5): 7.1/12 MB | 40/129 kB | 1.2/2.1 MB | 62 kB | 29/645 kB error 03-Jan-2023 03:01:44 Progress (5): 7.1/12 MB | 40/129 kB | 1.2/2.1 MB | 62 kB | 33/645 kB error 03-Jan-2023 03:01:44 Progress (5): 7.1/12 MB | 40/129 kB | 1.3/2.1 MB | 62 kB | 33/645 kB error 03-Jan-2023 03:01:44 Progress (5): 7.1/12 MB | 40/129 kB | 1.3/2.1 MB | 62 kB | 37/645 kB error 03-Jan-2023 03:01:44 Progress (5): 7.1/12 MB | 40/129 kB | 1.3/2.1 MB | 62 kB | 41/645 kB error 03-Jan-2023 03:01:44 Progress (5): 7.1/12 MB | 40/129 kB | 1.3/2.1 MB | 62 kB | 45/645 kB error 03-Jan-2023 03:01:44 Progress (5): 7.1/12 MB | 40/129 kB | 1.3/2.1 MB | 62 kB | 49/645 kB error 03-Jan-2023 03:01:44 Progress (5): 7.2/12 MB | 40/129 kB | 1.3/2.1 MB | 62 kB | 49/645 kB error 03-Jan-2023 03:01:44 Progress (5): 7.2/12 MB | 40/129 kB | 1.3/2.1 MB | 62 kB | 49/645 kB error 03-Jan-2023 03:01:44 Progress (5): 7.2/12 MB | 40/129 kB | 1.3/2.1 MB | 62 kB | 49/645 kB error 03-Jan-2023 03:01:44 Progress (5): 7.2/12 MB | 40/129 kB | 1.3/2.1 MB | 62 kB | 49/645 kB error 03-Jan-2023 03:01:44 Progress (5): 7.2/12 MB | 40/129 kB | 1.3/2.1 MB | 62 kB | 49/645 kB error 03-Jan-2023 03:01:44 Progress (5): 7.2/12 MB | 40/129 kB | 1.3/2.1 MB | 62 kB | 49/645 kB error 03-Jan-2023 03:01:44 Progress (5): 7.2/12 MB | 40/129 kB | 1.3/2.1 MB | 62 kB | 49/645 kB error 03-Jan-2023 03:01:44 Progress (5): 7.2/12 MB | 40/129 kB | 1.4/2.1 MB | 62 kB | 49/645 kB error 03-Jan-2023 03:01:44 Progress (5): 7.3/12 MB | 40/129 kB | 1.4/2.1 MB | 62 kB | 49/645 kB error 03-Jan-2023 03:01:44 Progress (5): 7.3/12 MB | 40/129 kB | 1.4/2.1 MB | 62 kB | 49/645 kB error 03-Jan-2023 03:01:44 Progress (5): 7.4/12 MB | 40/129 kB | 1.4/2.1 MB | 62 kB | 49/645 kB error 03-Jan-2023 03:01:44 Progress (5): 7.5/12 MB | 40/129 kB | 1.4/2.1 MB | 62 kB | 49/645 kB error 03-Jan-2023 03:01:44 Progress (5): 7.5/12 MB | 40/129 kB | 1.4/2.1 MB | 62 kB | 49/645 kB error 03-Jan-2023 03:01:44 Progress (5): 7.6/12 MB | 40/129 kB | 1.4/2.1 MB | 62 kB | 49/645 kB error 03-Jan-2023 03:01:44 Progress (5): 7.6/12 MB | 40/129 kB | 1.4/2.1 MB | 62 kB | 49/645 kB error 03-Jan-2023 03:01:44 Progress (5): 7.6/12 MB | 40/129 kB | 1.4/2.1 MB | 62 kB | 53/645 kB error 03-Jan-2023 03:01:44 Progress (5): 7.6/12 MB | 40/129 kB | 1.4/2.1 MB | 62 kB | 57/645 kB error 03-Jan-2023 03:01:44 Progress (5): 7.6/12 MB | 40/129 kB | 1.4/2.1 MB | 62 kB | 57/645 kB error 03-Jan-2023 03:01:44 Progress (5): 7.6/12 MB | 40/129 kB | 1.4/2.1 MB | 62 kB | 57/645 kB error 03-Jan-2023 03:01:44 Progress (5): 7.6/12 MB | 40/129 kB | 1.4/2.1 MB | 62 kB | 57/645 kB error 03-Jan-2023 03:01:44 Progress (5): 7.6/12 MB | 40/129 kB | 1.4/2.1 MB | 62 kB | 57/645 kB error 03-Jan-2023 03:01:44 Progress (5): 7.6/12 MB | 40/129 kB | 1.4/2.1 MB | 62 kB | 61/645 kB error 03-Jan-2023 03:01:44 Progress (5): 7.6/12 MB | 42/129 kB | 1.4/2.1 MB | 62 kB | 61/645 kB error 03-Jan-2023 03:01:44 Progress (5): 7.7/12 MB | 42/129 kB | 1.4/2.1 MB | 62 kB | 61/645 kB error 03-Jan-2023 03:01:44 Progress (5): 7.7/12 MB | 45/129 kB | 1.4/2.1 MB | 62 kB | 61/645 kB error 03-Jan-2023 03:01:44 Progress (5): 7.7/12 MB | 45/129 kB | 1.4/2.1 MB | 62 kB | 61/645 kB error 03-Jan-2023 03:01:44 Progress (5): 7.7/12 MB | 48/129 kB | 1.4/2.1 MB | 62 kB | 61/645 kB error 03-Jan-2023 03:01:44 Progress (5): 7.7/12 MB | 51/129 kB | 1.4/2.1 MB | 62 kB | 61/645 kB error 03-Jan-2023 03:01:44 Progress (5): 7.8/12 MB | 51/129 kB | 1.4/2.1 MB | 62 kB | 61/645 kB error 03-Jan-2023 03:01:44 Progress (5): 7.9/12 MB | 51/129 kB | 1.4/2.1 MB | 62 kB | 61/645 kB error 03-Jan-2023 03:01:44 Progress (5): 7.9/12 MB | 51/129 kB | 1.4/2.1 MB | 62 kB | 61/645 kB error 03-Jan-2023 03:01:44 Progress (5): 7.9/12 MB | 51/129 kB | 1.4/2.1 MB | 62 kB | 66/645 kB error 03-Jan-2023 03:01:44 Progress (5): 7.9/12 MB | 54/129 kB | 1.4/2.1 MB | 62 kB | 66/645 kB error 03-Jan-2023 03:01:44 Progress (5): 7.9/12 MB | 54/129 kB | 1.4/2.1 MB | 62 kB | 66/645 kB error 03-Jan-2023 03:01:44 Progress (5): 8.0/12 MB | 54/129 kB | 1.4/2.1 MB | 62 kB | 66/645 kB error 03-Jan-2023 03:01:44 Progress (5): 8.0/12 MB | 54/129 kB | 1.4/2.1 MB | 62 kB | 70/645 kB error 03-Jan-2023 03:01:44 Progress (5): 8.0/12 MB | 56/129 kB | 1.4/2.1 MB | 62 kB | 70/645 kB error 03-Jan-2023 03:01:44 Progress (5): 8.0/12 MB | 59/129 kB | 1.4/2.1 MB | 62 kB | 70/645 kB error 03-Jan-2023 03:01:44 Progress (5): 8.0/12 MB | 59/129 kB | 1.4/2.1 MB | 62 kB | 74/645 kB error 03-Jan-2023 03:01:44 Progress (5): 8.0/12 MB | 62/129 kB | 1.4/2.1 MB | 62 kB | 74/645 kB error 03-Jan-2023 03:01:44 Progress (5): 8.0/12 MB | 62/129 kB | 1.4/2.1 MB | 62 kB | 74/645 kB error 03-Jan-2023 03:01:44 Progress (5): 8.0/12 MB | 62/129 kB | 1.4/2.1 MB | 62 kB | 74/645 kB error 03-Jan-2023 03:01:44 Progress (5): 8.0/12 MB | 62/129 kB | 1.5/2.1 MB | 62 kB | 74/645 kB error 03-Jan-2023 03:01:44 Progress (5): 8.0/12 MB | 65/129 kB | 1.5/2.1 MB | 62 kB | 74/645 kB error 03-Jan-2023 03:01:44 Progress (5): 8.0/12 MB | 65/129 kB | 1.5/2.1 MB | 62 kB | 78/645 kB error 03-Jan-2023 03:01:44 Progress (5): 8.0/12 MB | 68/129 kB | 1.5/2.1 MB | 62 kB | 78/645 kB error 03-Jan-2023 03:01:44 Progress (5): 8.0/12 MB | 68/129 kB | 1.5/2.1 MB | 62 kB | 82/645 kB error 03-Jan-2023 03:01:44 Progress (5): 8.0/12 MB | 70/129 kB | 1.5/2.1 MB | 62 kB | 82/645 kB error 03-Jan-2023 03:01:44 Progress (5): 8.0/12 MB | 70/129 kB | 1.5/2.1 MB | 62 kB | 85/645 kB error 03-Jan-2023 03:01:44 Progress (5): 8.0/12 MB | 70/129 kB | 1.5/2.1 MB | 62 kB | 85/645 kB error 03-Jan-2023 03:01:44 error 03-Jan-2023 03:01:44 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/com/sun/activation/jakarta.activation/2.0.1/jakarta.activation-2.0.1.jar (62 kB at 14 kB/s) error 03-Jan-2023 03:01:44 #17 32.96 Progress (4): 8.0/12 MB | 70/129 kB | 1.5/2.1 MB | 89/645 kB error 03-Jan-2023 03:01:44 Progress (4): 8.0/12 MB | 73/129 kB | 1.5/2.1 MB | 89/645 kB error 03-Jan-2023 03:01:44 Progress (4): 8.0/12 MB | 73/129 kB | 1.5/2.1 MB | 93/645 kB error 03-Jan-2023 03:01:44 Progress (4): 8.0/12 MB | 73/129 kB | 1.5/2.1 MB | 93/645 kB error 03-Jan-2023 03:01:44 Progress (4): 8.0/12 MB | 76/129 kB | 1.5/2.1 MB | 93/645 kB error 03-Jan-2023 03:01:44 Progress (4): 8.0/12 MB | 76/129 kB | 1.5/2.1 MB | 97/645 kB error 03-Jan-2023 03:01:44 error 03-Jan-2023 03:01:44 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/com/sun/xml/bind/jaxb-impl/3.0.2/jaxb-impl-3.0.2.jar error 03-Jan-2023 03:01:44 #17 32.97 Progress (4): 8.0/12 MB | 79/129 kB | 1.5/2.1 MB | 97/645 kB error 03-Jan-2023 03:01:44 Progress (4): 8.1/12 MB | 79/129 kB | 1.5/2.1 MB | 97/645 kB error 03-Jan-2023 03:01:44 Progress (4): 8.1/12 MB | 79/129 kB | 1.5/2.1 MB | 101/645 kB error 03-Jan-2023 03:01:44 Progress (4): 8.1/12 MB | 82/129 kB | 1.5/2.1 MB | 101/645 kB error 03-Jan-2023 03:01:44 Progress (4): 8.1/12 MB | 84/129 kB | 1.5/2.1 MB | 101/645 kB error 03-Jan-2023 03:01:44 Progress (4): 8.1/12 MB | 84/129 kB | 1.5/2.1 MB | 105/645 kB error 03-Jan-2023 03:01:44 Progress (4): 8.1/12 MB | 84/129 kB | 1.5/2.1 MB | 109/645 kB error 03-Jan-2023 03:01:44 Progress (4): 8.1/12 MB | 87/129 kB | 1.5/2.1 MB | 109/645 kB error 03-Jan-2023 03:01:44 Progress (4): 8.1/12 MB | 87/129 kB | 1.5/2.1 MB | 109/645 kB error 03-Jan-2023 03:01:44 Progress (4): 8.1/12 MB | 87/129 kB | 1.5/2.1 MB | 114/645 kB error 03-Jan-2023 03:01:44 Progress (4): 8.1/12 MB | 87/129 kB | 1.5/2.1 MB | 116/645 kB error 03-Jan-2023 03:01:44 Progress (4): 8.1/12 MB | 87/129 kB | 1.5/2.1 MB | 116/645 kB error 03-Jan-2023 03:01:44 Progress (4): 8.1/12 MB | 87/129 kB | 1.5/2.1 MB | 116/645 kB error 03-Jan-2023 03:01:44 Progress (4): 8.1/12 MB | 87/129 kB | 1.5/2.1 MB | 120/645 kB error 03-Jan-2023 03:01:44 Progress (4): 8.1/12 MB | 87/129 kB | 1.5/2.1 MB | 125/645 kB error 03-Jan-2023 03:01:44 Progress (4): 8.1/12 MB | 87/129 kB | 1.5/2.1 MB | 129/645 kB error 03-Jan-2023 03:01:44 Progress (4): 8.1/12 MB | 87/129 kB | 1.5/2.1 MB | 129/645 kB error 03-Jan-2023 03:01:44 Progress (4): 8.1/12 MB | 87/129 kB | 1.5/2.1 MB | 133/645 kB error 03-Jan-2023 03:01:44 Progress (4): 8.1/12 MB | 87/129 kB | 1.6/2.1 MB | 133/645 kB error 03-Jan-2023 03:01:44 Progress (4): 8.1/12 MB | 87/129 kB | 1.6/2.1 MB | 137/645 kB error 03-Jan-2023 03:01:44 Progress (4): 8.1/12 MB | 87/129 kB | 1.6/2.1 MB | 141/645 kB error 03-Jan-2023 03:01:44 Progress (4): 8.1/12 MB | 87/129 kB | 1.6/2.1 MB | 145/645 kB error 03-Jan-2023 03:01:44 Progress (4): 8.1/12 MB | 87/129 kB | 1.6/2.1 MB | 149/645 kB error 03-Jan-2023 03:01:44 Progress (4): 8.1/12 MB | 87/129 kB | 1.6/2.1 MB | 151/645 kB error 03-Jan-2023 03:01:44 Progress (4): 8.1/12 MB | 87/129 kB | 1.6/2.1 MB | 151/645 kB error 03-Jan-2023 03:01:44 Progress (4): 8.1/12 MB | 87/129 kB | 1.6/2.1 MB | 155/645 kB error 03-Jan-2023 03:01:44 Progress (4): 8.1/12 MB | 87/129 kB | 1.6/2.1 MB | 159/645 kB error 03-Jan-2023 03:01:44 Progress (4): 8.1/12 MB | 87/129 kB | 1.6/2.1 MB | 163/645 kB error 03-Jan-2023 03:01:44 Progress (4): 8.1/12 MB | 87/129 kB | 1.6/2.1 MB | 168/645 kB error 03-Jan-2023 03:01:44 Progress (4): 8.1/12 MB | 87/129 kB | 1.6/2.1 MB | 168/645 kB error 03-Jan-2023 03:01:44 Progress (4): 8.1/12 MB | 87/129 kB | 1.6/2.1 MB | 172/645 kB error 03-Jan-2023 03:01:44 Progress (4): 8.1/12 MB | 87/129 kB | 1.6/2.1 MB | 176/645 kB error 03-Jan-2023 03:01:44 Progress (4): 8.1/12 MB | 87/129 kB | 1.6/2.1 MB | 176/645 kB error 03-Jan-2023 03:01:44 Progress (4): 8.1/12 MB | 87/129 kB | 1.6/2.1 MB | 180/645 kB error 03-Jan-2023 03:01:44 Progress (4): 8.1/12 MB | 87/129 kB | 1.6/2.1 MB | 184/645 kB error 03-Jan-2023 03:01:44 Progress (4): 8.1/12 MB | 87/129 kB | 1.6/2.1 MB | 186/645 kB error 03-Jan-2023 03:01:44 Progress (4): 8.1/12 MB | 87/129 kB | 1.6/2.1 MB | 186/645 kB error 03-Jan-2023 03:01:44 Progress (4): 8.1/12 MB | 87/129 kB | 1.6/2.1 MB | 190/645 kB error 03-Jan-2023 03:01:44 Progress (4): 8.1/12 MB | 87/129 kB | 1.6/2.1 MB | 194/645 kB error 03-Jan-2023 03:01:44 Progress (4): 8.1/12 MB | 87/129 kB | 1.6/2.1 MB | 198/645 kB error 03-Jan-2023 03:01:44 Progress (4): 8.1/12 MB | 87/129 kB | 1.6/2.1 MB | 202/645 kB error 03-Jan-2023 03:01:44 Progress (4): 8.1/12 MB | 87/129 kB | 1.6/2.1 MB | 206/645 kB error 03-Jan-2023 03:01:44 Progress (4): 8.1/12 MB | 87/129 kB | 1.6/2.1 MB | 211/645 kB error 03-Jan-2023 03:01:44 Progress (4): 8.1/12 MB | 87/129 kB | 1.6/2.1 MB | 211/645 kB error 03-Jan-2023 03:01:44 Progress (4): 8.1/12 MB | 87/129 kB | 1.7/2.1 MB | 211/645 kB error 03-Jan-2023 03:01:44 Progress (4): 8.1/12 MB | 87/129 kB | 1.7/2.1 MB | 215/645 kB error 03-Jan-2023 03:01:44 Progress (4): 8.1/12 MB | 87/129 kB | 1.7/2.1 MB | 219/645 kB error 03-Jan-2023 03:01:44 Progress (4): 8.1/12 MB | 87/129 kB | 1.7/2.1 MB | 221/645 kB error 03-Jan-2023 03:01:44 Progress (4): 8.1/12 MB | 87/129 kB | 1.7/2.1 MB | 225/645 kB error 03-Jan-2023 03:01:44 Progress (4): 8.1/12 MB | 87/129 kB | 1.7/2.1 MB | 229/645 kB error 03-Jan-2023 03:01:44 Progress (4): 8.1/12 MB | 87/129 kB | 1.7/2.1 MB | 233/645 kB error 03-Jan-2023 03:01:44 Progress (4): 8.1/12 MB | 87/129 kB | 1.7/2.1 MB | 237/645 kB error 03-Jan-2023 03:01:44 Progress (4): 8.1/12 MB | 87/129 kB | 1.7/2.1 MB | 241/645 kB error 03-Jan-2023 03:01:44 Progress (4): 8.1/12 MB | 87/129 kB | 1.7/2.1 MB | 245/645 kB error 03-Jan-2023 03:01:44 Progress (4): 8.1/12 MB | 87/129 kB | 1.7/2.1 MB | 249/645 kB error 03-Jan-2023 03:01:44 Progress (4): 8.1/12 MB | 87/129 kB | 1.7/2.1 MB | 254/645 kB error 03-Jan-2023 03:01:44 Progress (4): 8.1/12 MB | 87/129 kB | 1.7/2.1 MB | 256/645 kB error 03-Jan-2023 03:01:44 Progress (4): 8.1/12 MB | 87/129 kB | 1.7/2.1 MB | 260/645 kB error 03-Jan-2023 03:01:44 Progress (4): 8.1/12 MB | 87/129 kB | 1.7/2.1 MB | 264/645 kB error 03-Jan-2023 03:01:44 Progress (4): 8.1/12 MB | 87/129 kB | 1.7/2.1 MB | 268/645 kB error 03-Jan-2023 03:01:44 Progress (4): 8.1/12 MB | 87/129 kB | 1.7/2.1 MB | 272/645 kB error 03-Jan-2023 03:01:44 Progress (4): 8.1/12 MB | 87/129 kB | 1.7/2.1 MB | 276/645 kB error 03-Jan-2023 03:01:44 Progress (4): 8.1/12 MB | 87/129 kB | 1.7/2.1 MB | 280/645 kB error 03-Jan-2023 03:01:44 Progress (4): 8.1/12 MB | 87/129 kB | 1.7/2.1 MB | 284/645 kB error 03-Jan-2023 03:01:44 Progress (4): 8.1/12 MB | 87/129 kB | 1.7/2.1 MB | 288/645 kB error 03-Jan-2023 03:01:44 Progress (4): 8.1/12 MB | 87/129 kB | 1.7/2.1 MB | 290/645 kB error 03-Jan-2023 03:01:44 Progress (4): 8.1/12 MB | 87/129 kB | 1.7/2.1 MB | 294/645 kB error 03-Jan-2023 03:01:44 Progress (4): 8.1/12 MB | 87/129 kB | 1.7/2.1 MB | 299/645 kB error 03-Jan-2023 03:01:44 Progress (4): 8.1/12 MB | 87/129 kB | 1.7/2.1 MB | 299/645 kB error 03-Jan-2023 03:01:44 Progress (4): 8.1/12 MB | 87/129 kB | 1.7/2.1 MB | 299/645 kB error 03-Jan-2023 03:01:44 Progress (4): 8.1/12 MB | 87/129 kB | 1.7/2.1 MB | 299/645 kB error 03-Jan-2023 03:01:44 Progress (4): 8.1/12 MB | 87/129 kB | 1.7/2.1 MB | 299/645 kB error 03-Jan-2023 03:01:44 Progress (4): 8.1/12 MB | 87/129 kB | 1.7/2.1 MB | 299/645 kB error 03-Jan-2023 03:01:44 Progress (4): 8.1/12 MB | 87/129 kB | 1.8/2.1 MB | 299/645 kB error 03-Jan-2023 03:01:44 Progress (4): 8.1/12 MB | 87/129 kB | 1.8/2.1 MB | 303/645 kB error 03-Jan-2023 03:01:44 Progress (4): 8.1/12 MB | 87/129 kB | 1.8/2.1 MB | 307/645 kB error 03-Jan-2023 03:01:44 Progress (4): 8.2/12 MB | 87/129 kB | 1.8/2.1 MB | 307/645 kB error 03-Jan-2023 03:01:44 Progress (4): 8.2/12 MB | 87/129 kB | 1.8/2.1 MB | 307/645 kB error 03-Jan-2023 03:01:44 Progress (4): 8.2/12 MB | 87/129 kB | 1.8/2.1 MB | 307/645 kB error 03-Jan-2023 03:01:44 Progress (4): 8.2/12 MB | 87/129 kB | 1.8/2.1 MB | 311/645 kB error 03-Jan-2023 03:01:44 Progress (4): 8.2/12 MB | 87/129 kB | 1.8/2.1 MB | 315/645 kB error 03-Jan-2023 03:01:44 Progress (4): 8.2/12 MB | 87/129 kB | 1.8/2.1 MB | 319/645 kB error 03-Jan-2023 03:01:44 Progress (4): 8.2/12 MB | 87/129 kB | 1.8/2.1 MB | 323/645 kB error 03-Jan-2023 03:01:44 Progress (4): 8.2/12 MB | 87/129 kB | 1.8/2.1 MB | 323/645 kB error 03-Jan-2023 03:01:44 Progress (4): 8.2/12 MB | 87/129 kB | 1.8/2.1 MB | 325/645 kB error 03-Jan-2023 03:01:44 Progress (4): 8.2/12 MB | 87/129 kB | 1.8/2.1 MB | 325/645 kB error 03-Jan-2023 03:01:44 Progress (4): 8.2/12 MB | 87/129 kB | 1.8/2.1 MB | 329/645 kB error 03-Jan-2023 03:01:44 Progress (4): 8.2/12 MB | 87/129 kB | 1.8/2.1 MB | 333/645 kB error 03-Jan-2023 03:01:44 Progress (4): 8.2/12 MB | 87/129 kB | 1.8/2.1 MB | 338/645 kB error 03-Jan-2023 03:01:44 Progress (4): 8.2/12 MB | 87/129 kB | 1.8/2.1 MB | 338/645 kB error 03-Jan-2023 03:01:44 Progress (4): 8.3/12 MB | 87/129 kB | 1.8/2.1 MB | 338/645 kB error 03-Jan-2023 03:01:44 Progress (4): 8.3/12 MB | 87/129 kB | 1.8/2.1 MB | 338/645 kB error 03-Jan-2023 03:01:44 Progress (4): 8.3/12 MB | 87/129 kB | 1.9/2.1 MB | 338/645 kB error 03-Jan-2023 03:01:44 Progress (4): 8.3/12 MB | 87/129 kB | 1.9/2.1 MB | 342/645 kB error 03-Jan-2023 03:01:44 Progress (4): 8.3/12 MB | 87/129 kB | 1.9/2.1 MB | 346/645 kB error 03-Jan-2023 03:01:44 Progress (4): 8.3/12 MB | 87/129 kB | 1.9/2.1 MB | 350/645 kB error 03-Jan-2023 03:01:44 Progress (4): 8.3/12 MB | 87/129 kB | 1.9/2.1 MB | 350/645 kB error 03-Jan-2023 03:01:44 Progress (4): 8.3/12 MB | 87/129 kB | 1.9/2.1 MB | 350/645 kB error 03-Jan-2023 03:01:44 Progress (4): 8.3/12 MB | 87/129 kB | 1.9/2.1 MB | 354/645 kB error 03-Jan-2023 03:01:44 Progress (4): 8.3/12 MB | 87/129 kB | 1.9/2.1 MB | 358/645 kB error 03-Jan-2023 03:01:44 Progress (4): 8.3/12 MB | 87/129 kB | 1.9/2.1 MB | 358/645 kB error 03-Jan-2023 03:01:44 Progress (4): 8.3/12 MB | 90/129 kB | 1.9/2.1 MB | 358/645 kB error 03-Jan-2023 03:01:44 Progress (4): 8.3/12 MB | 90/129 kB | 1.9/2.1 MB | 358/645 kB error 03-Jan-2023 03:01:44 Progress (4): 8.3/12 MB | 93/129 kB | 1.9/2.1 MB | 358/645 kB error 03-Jan-2023 03:01:44 Progress (4): 8.3/12 MB | 93/129 kB | 1.9/2.1 MB | 358/645 kB error 03-Jan-2023 03:01:44 Progress (4): 8.4/12 MB | 93/129 kB | 1.9/2.1 MB | 358/645 kB error 03-Jan-2023 03:01:44 Progress (4): 8.4/12 MB | 96/129 kB | 1.9/2.1 MB | 358/645 kB error 03-Jan-2023 03:01:44 Progress (4): 8.4/12 MB | 96/129 kB | 1.9/2.1 MB | 358/645 kB error 03-Jan-2023 03:01:44 Progress (4): 8.4/12 MB | 98/129 kB | 1.9/2.1 MB | 358/645 kB error 03-Jan-2023 03:01:44 Progress (4): 8.4/12 MB | 98/129 kB | 2.0/2.1 MB | 358/645 kB error 03-Jan-2023 03:01:44 Progress (4): 8.4/12 MB | 98/129 kB | 2.0/2.1 MB | 358/645 kB error 03-Jan-2023 03:01:44 Progress (4): 8.4/12 MB | 101/129 kB | 2.0/2.1 MB | 358/645 kB error 03-Jan-2023 03:01:44 Progress (4): 8.4/12 MB | 101/129 kB | 2.0/2.1 MB | 358/645 kB error 03-Jan-2023 03:01:44 Progress (4): 8.4/12 MB | 104/129 kB | 2.0/2.1 MB | 358/645 kB error 03-Jan-2023 03:01:44 Progress (4): 8.4/12 MB | 107/129 kB | 2.0/2.1 MB | 358/645 kB error 03-Jan-2023 03:01:44 Progress (4): 8.4/12 MB | 110/129 kB | 2.0/2.1 MB | 358/645 kB error 03-Jan-2023 03:01:44 Progress (4): 8.4/12 MB | 110/129 kB | 2.0/2.1 MB | 358/645 kB error 03-Jan-2023 03:01:44 Progress (4): 8.4/12 MB | 112/129 kB | 2.0/2.1 MB | 358/645 kB error 03-Jan-2023 03:01:44 Progress (4): 8.4/12 MB | 115/129 kB | 2.0/2.1 MB | 358/645 kB error 03-Jan-2023 03:01:44 Progress (4): 8.5/12 MB | 115/129 kB | 2.0/2.1 MB | 358/645 kB error 03-Jan-2023 03:01:44 Progress (4): 8.5/12 MB | 115/129 kB | 2.0/2.1 MB | 358/645 kB error 03-Jan-2023 03:01:44 Progress (4): 8.5/12 MB | 118/129 kB | 2.0/2.1 MB | 358/645 kB error 03-Jan-2023 03:01:44 Progress (4): 8.5/12 MB | 118/129 kB | 2.0/2.1 MB | 358/645 kB error 03-Jan-2023 03:01:44 Progress (4): 8.5/12 MB | 120/129 kB | 2.0/2.1 MB | 358/645 kB error 03-Jan-2023 03:01:44 Progress (4): 8.5/12 MB | 123/129 kB | 2.0/2.1 MB | 358/645 kB error 03-Jan-2023 03:01:44 Progress (4): 8.5/12 MB | 126/129 kB | 2.0/2.1 MB | 358/645 kB error 03-Jan-2023 03:01:44 Progress (4): 8.6/12 MB | 126/129 kB | 2.0/2.1 MB | 358/645 kB error 03-Jan-2023 03:01:44 Progress (4): 8.6/12 MB | 126/129 kB | 2.0/2.1 MB | 358/645 kB error 03-Jan-2023 03:01:44 Progress (4): 8.6/12 MB | 126/129 kB | 2.0/2.1 MB | 358/645 kB error 03-Jan-2023 03:01:44 Progress (4): 8.6/12 MB | 126/129 kB | 2.1/2.1 MB | 358/645 kB error 03-Jan-2023 03:01:44 Progress (4): 8.6/12 MB | 126/129 kB | 2.1/2.1 MB | 360/645 kB error 03-Jan-2023 03:01:44 Progress (4): 8.6/12 MB | 126/129 kB | 2.1/2.1 MB | 364/645 kB error 03-Jan-2023 03:01:44 Progress (4): 8.6/12 MB | 126/129 kB | 2.1/2.1 MB | 368/645 kB error 03-Jan-2023 03:01:44 Progress (4): 8.6/12 MB | 126/129 kB | 2.1/2.1 MB | 372/645 kB error 03-Jan-2023 03:01:44 Progress (4): 8.6/12 MB | 126/129 kB | 2.1/2.1 MB | 376/645 kB error 03-Jan-2023 03:01:44 Progress (4): 8.6/12 MB | 126/129 kB | 2.1/2.1 MB | 381/645 kB error 03-Jan-2023 03:01:44 Progress (4): 8.6/12 MB | 126/129 kB | 2.1/2.1 MB | 385/645 kB error 03-Jan-2023 03:01:44 Progress (4): 8.6/12 MB | 126/129 kB | 2.1/2.1 MB | 389/645 kB error 03-Jan-2023 03:01:44 Progress (4): 8.6/12 MB | 126/129 kB | 2.1/2.1 MB | 389/645 kB error 03-Jan-2023 03:01:44 Progress (4): 8.6/12 MB | 126/129 kB | 2.1/2.1 MB | 393/645 kB error 03-Jan-2023 03:01:44 Progress (4): 8.6/12 MB | 126/129 kB | 2.1/2.1 MB | 397/645 kB error 03-Jan-2023 03:01:44 Progress (4): 8.6/12 MB | 126/129 kB | 2.1/2.1 MB | 401/645 kB error 03-Jan-2023 03:01:44 Progress (4): 8.6/12 MB | 126/129 kB | 2.1/2.1 MB | 401/645 kB error 03-Jan-2023 03:01:44 Progress (4): 8.6/12 MB | 126/129 kB | 2.1 MB | 401/645 kB error 03-Jan-2023 03:01:44 Progress (4): 8.6/12 MB | 126/129 kB | 2.1 MB | 405/645 kB error 03-Jan-2023 03:01:44 Progress (4): 8.6/12 MB | 126/129 kB | 2.1 MB | 409/645 kB error 03-Jan-2023 03:01:44 Progress (4): 8.6/12 MB | 126/129 kB | 2.1 MB | 412/645 kB error 03-Jan-2023 03:01:44 Progress (4): 8.6/12 MB | 126/129 kB | 2.1 MB | 416/645 kB error 03-Jan-2023 03:01:44 Progress (4): 8.6/12 MB | 126/129 kB | 2.1 MB | 420/645 kB error 03-Jan-2023 03:01:44 Progress (4): 8.6/12 MB | 126/129 kB | 2.1 MB | 424/645 kB error 03-Jan-2023 03:01:44 Progress (4): 8.6/12 MB | 126/129 kB | 2.1 MB | 429/645 kB error 03-Jan-2023 03:01:44 Progress (4): 8.7/12 MB | 126/129 kB | 2.1 MB | 429/645 kB error 03-Jan-2023 03:01:44 Progress (4): 8.7/12 MB | 126/129 kB | 2.1 MB | 433/645 kB error 03-Jan-2023 03:01:44 Progress (4): 8.7/12 MB | 126/129 kB | 2.1 MB | 437/645 kB error 03-Jan-2023 03:01:44 Progress (4): 8.7/12 MB | 126/129 kB | 2.1 MB | 441/645 kB error 03-Jan-2023 03:01:44 Progress (4): 8.7/12 MB | 126/129 kB | 2.1 MB | 445/645 kB error 03-Jan-2023 03:01:44 Progress (4): 8.7/12 MB | 126/129 kB | 2.1 MB | 447/645 kB error 03-Jan-2023 03:01:44 Progress (4): 8.7/12 MB | 126/129 kB | 2.1 MB | 447/645 kB error 03-Jan-2023 03:01:44 Progress (4): 8.7/12 MB | 126/129 kB | 2.1 MB | 451/645 kB error 03-Jan-2023 03:01:44 Progress (4): 8.7/12 MB | 126/129 kB | 2.1 MB | 455/645 kB error 03-Jan-2023 03:01:44 Progress (4): 8.7/12 MB | 126/129 kB | 2.1 MB | 459/645 kB error 03-Jan-2023 03:01:44 Progress (4): 8.7/12 MB | 126/129 kB | 2.1 MB | 463/645 kB error 03-Jan-2023 03:01:44 Progress (4): 8.7/12 MB | 126/129 kB | 2.1 MB | 467/645 kB error 03-Jan-2023 03:01:44 Progress (4): 8.7/12 MB | 126/129 kB | 2.1 MB | 472/645 kB error 03-Jan-2023 03:01:44 Progress (4): 8.7/12 MB | 126/129 kB | 2.1 MB | 476/645 kB error 03-Jan-2023 03:01:44 Progress (4): 8.7/12 MB | 126/129 kB | 2.1 MB | 480/645 kB error 03-Jan-2023 03:01:44 Progress (4): 8.7/12 MB | 126/129 kB | 2.1 MB | 482/645 kB error 03-Jan-2023 03:01:44 Progress (4): 8.7/12 MB | 126/129 kB | 2.1 MB | 486/645 kB error 03-Jan-2023 03:01:44 Progress (4): 8.7/12 MB | 126/129 kB | 2.1 MB | 490/645 kB error 03-Jan-2023 03:01:44 Progress (4): 8.7/12 MB | 126/129 kB | 2.1 MB | 494/645 kB error 03-Jan-2023 03:01:44 Progress (4): 8.8/12 MB | 126/129 kB | 2.1 MB | 494/645 kB error 03-Jan-2023 03:01:44 Progress (4): 8.8/12 MB | 126/129 kB | 2.1 MB | 498/645 kB error 03-Jan-2023 03:01:44 Progress (4): 8.8/12 MB | 126/129 kB | 2.1 MB | 498/645 kB error 03-Jan-2023 03:01:44 Progress (4): 8.8/12 MB | 126/129 kB | 2.1 MB | 502/645 kB error 03-Jan-2023 03:01:44 Progress (4): 8.8/12 MB | 126/129 kB | 2.1 MB | 506/645 kB error 03-Jan-2023 03:01:44 Progress (4): 8.8/12 MB | 126/129 kB | 2.1 MB | 510/645 kB error 03-Jan-2023 03:01:44 Progress (4): 8.8/12 MB | 126/129 kB | 2.1 MB | 515/645 kB error 03-Jan-2023 03:01:44 Progress (4): 8.8/12 MB | 126/129 kB | 2.1 MB | 517/645 kB error 03-Jan-2023 03:01:44 Progress (4): 8.8/12 MB | 126/129 kB | 2.1 MB | 521/645 kB error 03-Jan-2023 03:01:44 Progress (4): 8.8/12 MB | 126/129 kB | 2.1 MB | 525/645 kB error 03-Jan-2023 03:01:44 Progress (4): 8.8/12 MB | 126/129 kB | 2.1 MB | 529/645 kB error 03-Jan-2023 03:01:44 Progress (4): 8.8/12 MB | 126/129 kB | 2.1 MB | 533/645 kB error 03-Jan-2023 03:01:44 Progress (4): 8.9/12 MB | 126/129 kB | 2.1 MB | 533/645 kB error 03-Jan-2023 03:01:44 Progress (4): 8.9/12 MB | 126/129 kB | 2.1 MB | 537/645 kB error 03-Jan-2023 03:01:44 Progress (4): 8.9/12 MB | 126/129 kB | 2.1 MB | 541/645 kB error 03-Jan-2023 03:01:44 Progress (4): 8.9/12 MB | 126/129 kB | 2.1 MB | 545/645 kB error 03-Jan-2023 03:01:44 Progress (4): 8.9/12 MB | 126/129 kB | 2.1 MB | 549/645 kB error 03-Jan-2023 03:01:44 Progress (4): 8.9/12 MB | 126/129 kB | 2.1 MB | 551/645 kB error 03-Jan-2023 03:01:44 Progress (4): 9.0/12 MB | 126/129 kB | 2.1 MB | 551/645 kB error 03-Jan-2023 03:01:44 Progress (4): 9.0/12 MB | 126/129 kB | 2.1 MB | 555/645 kB error 03-Jan-2023 03:01:44 Progress (4): 9.0/12 MB | 126/129 kB | 2.1 MB | 560/645 kB error 03-Jan-2023 03:01:44 Progress (4): 9.0/12 MB | 126/129 kB | 2.1 MB | 564/645 kB error 03-Jan-2023 03:01:44 Progress (4): 9.0/12 MB | 126/129 kB | 2.1 MB | 568/645 kB error 03-Jan-2023 03:01:44 Progress (4): 9.0/12 MB | 126/129 kB | 2.1 MB | 572/645 kB error 03-Jan-2023 03:01:44 Progress (4): 9.0/12 MB | 126/129 kB | 2.1 MB | 576/645 kB error 03-Jan-2023 03:01:44 Progress (4): 9.0/12 MB | 126/129 kB | 2.1 MB | 580/645 kB error 03-Jan-2023 03:01:44 Progress (4): 9.0/12 MB | 126/129 kB | 2.1 MB | 584/645 kB error 03-Jan-2023 03:01:44 Progress (4): 9.0/12 MB | 126/129 kB | 2.1 MB | 586/645 kB error 03-Jan-2023 03:01:44 Progress (4): 9.0/12 MB | 126/129 kB | 2.1 MB | 590/645 kB error 03-Jan-2023 03:01:44 Progress (4): 9.0/12 MB | 126/129 kB | 2.1 MB | 594/645 kB error 03-Jan-2023 03:01:44 Progress (4): 9.0/12 MB | 126/129 kB | 2.1 MB | 594/645 kB error 03-Jan-2023 03:01:44 Progress (4): 9.0/12 MB | 126/129 kB | 2.1 MB | 599/645 kB error 03-Jan-2023 03:01:44 Progress (4): 9.0/12 MB | 126/129 kB | 2.1 MB | 603/645 kB error 03-Jan-2023 03:01:44 Progress (4): 9.1/12 MB | 126/129 kB | 2.1 MB | 603/645 kB error 03-Jan-2023 03:01:44 Progress (4): 9.1/12 MB | 126/129 kB | 2.1 MB | 607/645 kB error 03-Jan-2023 03:01:44 Progress (4): 9.1/12 MB | 126/129 kB | 2.1 MB | 611/645 kB error 03-Jan-2023 03:01:44 Progress (4): 9.1/12 MB | 126/129 kB | 2.1 MB | 615/645 kB error 03-Jan-2023 03:01:44 Progress (4): 9.1/12 MB | 126/129 kB | 2.1 MB | 619/645 kB error 03-Jan-2023 03:01:44 Progress (4): 9.1/12 MB | 126/129 kB | 2.1 MB | 621/645 kB error 03-Jan-2023 03:01:44 Progress (4): 9.1/12 MB | 126/129 kB | 2.1 MB | 625/645 kB error 03-Jan-2023 03:01:44 Progress (4): 9.1/12 MB | 126/129 kB | 2.1 MB | 629/645 kB error 03-Jan-2023 03:01:44 Progress (4): 9.1/12 MB | 126/129 kB | 2.1 MB | 633/645 kB error 03-Jan-2023 03:01:44 Progress (4): 9.1/12 MB | 126/129 kB | 2.1 MB | 637/645 kB error 03-Jan-2023 03:01:44 Progress (4): 9.1/12 MB | 126/129 kB | 2.1 MB | 642/645 kB error 03-Jan-2023 03:01:44 Progress (4): 9.1/12 MB | 126/129 kB | 2.1 MB | 645 kB error 03-Jan-2023 03:01:44 Progress (4): 9.1/12 MB | 126/129 kB | 2.1 MB | 645 kB error 03-Jan-2023 03:01:44 Progress (4): 9.2/12 MB | 126/129 kB | 2.1 MB | 645 kB error 03-Jan-2023 03:01:44 Progress (4): 9.2/12 MB | 126/129 kB | 2.1 MB | 645 kB error 03-Jan-2023 03:01:44 Progress (4): 9.3/12 MB | 126/129 kB | 2.1 MB | 645 kB error 03-Jan-2023 03:01:44 Progress (4): 9.4/12 MB | 126/129 kB | 2.1 MB | 645 kB error 03-Jan-2023 03:01:44 Progress (4): 9.4/12 MB | 126/129 kB | 2.1 MB | 645 kB error 03-Jan-2023 03:01:44 Progress (4): 9.5/12 MB | 126/129 kB | 2.1 MB | 645 kB error 03-Jan-2023 03:01:44 Progress (4): 9.5/12 MB | 126/129 kB | 2.1 MB | 645 kB error 03-Jan-2023 03:01:44 Progress (4): 9.6/12 MB | 126/129 kB | 2.1 MB | 645 kB error 03-Jan-2023 03:01:44 Progress (4): 9.6/12 MB | 129/129 kB | 2.1 MB | 645 kB error 03-Jan-2023 03:01:44 Progress (4): 9.6/12 MB | 129 kB | 2.1 MB | 645 kB error 03-Jan-2023 03:01:44 Progress (4): 9.6/12 MB | 129 kB | 2.1 MB | 645 kB error 03-Jan-2023 03:01:44 Progress (4): 9.7/12 MB | 129 kB | 2.1 MB | 645 kB error 03-Jan-2023 03:01:44 Progress (4): 9.8/12 MB | 129 kB | 2.1 MB | 645 kB error 03-Jan-2023 03:01:44 Progress (4): 9.8/12 MB | 129 kB | 2.1 MB | 645 kB error 03-Jan-2023 03:01:44 Progress (4): 9.9/12 MB | 129 kB | 2.1 MB | 645 kB error 03-Jan-2023 03:01:44 Progress (4): 9.9/12 MB | 129 kB | 2.1 MB | 645 kB error 03-Jan-2023 03:01:44 Progress (4): 10.0/12 MB | 129 kB | 2.1 MB | 645 kB error 03-Jan-2023 03:01:44 Progress (4): 10/12 MB | 129 kB | 2.1 MB | 645 kB error 03-Jan-2023 03:01:44 Progress (4): 10/12 MB | 129 kB | 2.1 MB | 645 kB error 03-Jan-2023 03:01:44 Progress (4): 10/12 MB | 129 kB | 2.1 MB | 645 kB error 03-Jan-2023 03:01:44 Progress (4): 10/12 MB | 129 kB | 2.1 MB | 645 kB error 03-Jan-2023 03:01:44 Progress (4): 10/12 MB | 129 kB | 2.1 MB | 645 kB error 03-Jan-2023 03:01:44 Progress (4): 10/12 MB | 129 kB | 2.1 MB | 645 kB error 03-Jan-2023 03:01:44 Progress (4): 10/12 MB | 129 kB | 2.1 MB | 645 kB error 03-Jan-2023 03:01:44 error 03-Jan-2023 03:01:44 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/aspectj/aspectjweaver/1.9.7/aspectjweaver-1.9.7.jar (2.1 MB at 450 kB/s) error 03-Jan-2023 03:01:44 #17 33.17 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/com/sun/xml/bind/jaxb-core/3.0.2/jaxb-core-3.0.2.jar error 03-Jan-2023 03:01:44 #17 33.17 Progress (3): 10/12 MB | 129 kB | 645 kB error 03-Jan-2023 03:01:44 Progress (3): 11/12 MB | 129 kB | 645 kB error 03-Jan-2023 03:01:44 Progress (3): 11/12 MB | 129 kB | 645 kB error 03-Jan-2023 03:01:44 Progress (3): 11/12 MB | 129 kB | 645 kB error 03-Jan-2023 03:01:44 Progress (3): 11/12 MB | 129 kB | 645 kB error 03-Jan-2023 03:01:44 Progress (3): 11/12 MB | 129 kB | 645 kB error 03-Jan-2023 03:01:44 Progress (3): 11/12 MB | 129 kB | 645 kB error 03-Jan-2023 03:01:44 Progress (3): 11/12 MB | 129 kB | 645 kB error 03-Jan-2023 03:01:44 Progress (3): 11/12 MB | 129 kB | 645 kB error 03-Jan-2023 03:01:44 Progress (3): 11/12 MB | 129 kB | 645 kB error 03-Jan-2023 03:01:44 error 03-Jan-2023 03:01:44 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/joda-time/joda-time/2.10.12/joda-time-2.10.12.jar (645 kB at 138 kB/s) error 03-Jan-2023 03:01:44 #17 33.21 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/api/openmrs-api/2.5.8/openmrs-api-2.5.8-tests.jar error 03-Jan-2023 03:01:44 #17 33.22 Progress (2): 11/12 MB | 129 kB error 03-Jan-2023 03:01:44 Progress (2): 11/12 MB | 129 kB error 03-Jan-2023 03:01:44 Progress (2): 11/12 MB | 129 kB error 03-Jan-2023 03:01:44 Progress (2): 11/12 MB | 129 kB error 03-Jan-2023 03:01:44 Progress (2): 11/12 MB | 129 kB error 03-Jan-2023 03:01:44 Progress (2): 11/12 MB | 129 kB error 03-Jan-2023 03:01:44 Progress (2): 11/12 MB | 129 kB error 03-Jan-2023 03:01:44 Progress (2): 11/12 MB | 129 kB error 03-Jan-2023 03:01:44 error 03-Jan-2023 03:01:44 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/jakarta/xml/bind/jakarta.xml.bind-api/3.0.1/jakarta.xml.bind-api-3.0.1.jar (129 kB at 27 kB/s) error 03-Jan-2023 03:01:44 #17 33.24 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/springframework/spring-test/5.2.14.RELEASE/spring-test-5.2.14.RELEASE.jar error 03-Jan-2023 03:01:44 #17 33.24 Progress (1): 11/12 MB error 03-Jan-2023 03:01:44 Progress (1): 12 MB error 03-Jan-2023 03:01:44 Progress (2): 12 MB | 8.2/917 kB error 03-Jan-2023 03:01:44 Progress (2): 12 MB | 16/917 kB error 03-Jan-2023 03:01:44 Progress (2): 12 MB | 25/917 kB error 03-Jan-2023 03:01:44 Progress (2): 12 MB | 33/917 kB error 03-Jan-2023 03:01:44 Progress (2): 12 MB | 41/917 kB error 03-Jan-2023 03:01:44 Progress (2): 12 MB | 49/917 kB error 03-Jan-2023 03:01:44 Progress (2): 12 MB | 54/917 kB error 03-Jan-2023 03:01:44 Progress (2): 12 MB | 62/917 kB error 03-Jan-2023 03:01:44 Progress (2): 12 MB | 70/917 kB error 03-Jan-2023 03:01:44 Progress (2): 12 MB | 78/917 kB error 03-Jan-2023 03:01:44 Progress (2): 12 MB | 86/917 kB error 03-Jan-2023 03:01:44 Progress (2): 12 MB | 95/917 kB error 03-Jan-2023 03:01:44 Progress (2): 12 MB | 103/917 kB error 03-Jan-2023 03:01:44 Progress (2): 12 MB | 111/917 kB error 03-Jan-2023 03:01:44 Progress (2): 12 MB | 116/917 kB error 03-Jan-2023 03:01:44 Progress (2): 12 MB | 125/917 kB error 03-Jan-2023 03:01:44 Progress (2): 12 MB | 133/917 kB error 03-Jan-2023 03:01:44 Progress (2): 12 MB | 141/917 kB error 03-Jan-2023 03:01:44 Progress (2): 12 MB | 149/917 kB error 03-Jan-2023 03:01:44 Progress (2): 12 MB | 157/917 kB error 03-Jan-2023 03:01:44 Progress (2): 12 MB | 165/917 kB error 03-Jan-2023 03:01:44 Progress (2): 12 MB | 174/917 kB error 03-Jan-2023 03:01:44 Progress (2): 12 MB | 182/917 kB error 03-Jan-2023 03:01:44 Progress (2): 12 MB | 188/917 kB error 03-Jan-2023 03:01:44 Progress (2): 12 MB | 197/917 kB error 03-Jan-2023 03:01:44 Progress (2): 12 MB | 205/917 kB error 03-Jan-2023 03:01:44 Progress (2): 12 MB | 213/917 kB error 03-Jan-2023 03:01:44 Progress (2): 12 MB | 221/917 kB error 03-Jan-2023 03:01:44 Progress (2): 12 MB | 229/917 kB error 03-Jan-2023 03:01:44 Progress (2): 12 MB | 237/917 kB error 03-Jan-2023 03:01:44 Progress (2): 12 MB | 246/917 kB error 03-Jan-2023 03:01:44 Progress (2): 12 MB | 251/917 kB error 03-Jan-2023 03:01:44 Progress (2): 12 MB | 260/917 kB error 03-Jan-2023 03:01:44 Progress (2): 12 MB | 268/917 kB error 03-Jan-2023 03:01:44 Progress (2): 12 MB | 276/917 kB error 03-Jan-2023 03:01:44 Progress (2): 12 MB | 284/917 kB error 03-Jan-2023 03:01:44 Progress (2): 12 MB | 292/917 kB error 03-Jan-2023 03:01:44 Progress (2): 12 MB | 300/917 kB error 03-Jan-2023 03:01:44 Progress (2): 12 MB | 309/917 kB error 03-Jan-2023 03:01:44 Progress (2): 12 MB | 314/917 kB error 03-Jan-2023 03:01:44 Progress (2): 12 MB | 323/917 kB error 03-Jan-2023 03:01:44 Progress (2): 12 MB | 331/917 kB error 03-Jan-2023 03:01:44 Progress (2): 12 MB | 339/917 kB error 03-Jan-2023 03:01:44 Progress (2): 12 MB | 347/917 kB error 03-Jan-2023 03:01:44 Progress (2): 12 MB | 355/917 kB error 03-Jan-2023 03:01:44 Progress (2): 12 MB | 363/917 kB error 03-Jan-2023 03:01:44 Progress (2): 12 MB | 372/917 kB error 03-Jan-2023 03:01:44 Progress (2): 12 MB | 377/917 kB error 03-Jan-2023 03:01:44 Progress (2): 12 MB | 386/917 kB error 03-Jan-2023 03:01:44 Progress (2): 12 MB | 394/917 kB error 03-Jan-2023 03:01:44 Progress (2): 12 MB | 402/917 kB error 03-Jan-2023 03:01:44 Progress (2): 12 MB | 410/917 kB error 03-Jan-2023 03:01:44 Progress (2): 12 MB | 418/917 kB error 03-Jan-2023 03:01:44 Progress (2): 12 MB | 426/917 kB error 03-Jan-2023 03:01:44 Progress (2): 12 MB | 435/917 kB error 03-Jan-2023 03:01:44 Progress (2): 12 MB | 443/917 kB error 03-Jan-2023 03:01:44 Progress (2): 12 MB | 451/917 kB error 03-Jan-2023 03:01:44 Progress (2): 12 MB | 458/917 kB error 03-Jan-2023 03:01:44 Progress (2): 12 MB | 467/917 kB error 03-Jan-2023 03:01:44 Progress (2): 12 MB | 475/917 kB error 03-Jan-2023 03:01:44 Progress (2): 12 MB | 483/917 kB error 03-Jan-2023 03:01:44 Progress (2): 12 MB | 491/917 kB error 03-Jan-2023 03:01:44 Progress (2): 12 MB | 499/917 kB error 03-Jan-2023 03:01:44 Progress (2): 12 MB | 507/917 kB error 03-Jan-2023 03:01:44 Progress (2): 12 MB | 512/917 kB error 03-Jan-2023 03:01:44 Progress (2): 12 MB | 521/917 kB error 03-Jan-2023 03:01:44 Progress (2): 12 MB | 529/917 kB error 03-Jan-2023 03:01:44 Progress (2): 12 MB | 537/917 kB error 03-Jan-2023 03:01:44 Progress (2): 12 MB | 545/917 kB error 03-Jan-2023 03:01:44 Progress (2): 12 MB | 553/917 kB error 03-Jan-2023 03:01:44 Progress (2): 12 MB | 561/917 kB error 03-Jan-2023 03:01:44 Progress (2): 12 MB | 570/917 kB error 03-Jan-2023 03:01:44 Progress (2): 12 MB | 574/917 kB error 03-Jan-2023 03:01:44 Progress (2): 12 MB | 582/917 kB error 03-Jan-2023 03:01:44 Progress (2): 12 MB | 591/917 kB error 03-Jan-2023 03:01:44 Progress (2): 12 MB | 599/917 kB error 03-Jan-2023 03:01:44 Progress (2): 12 MB | 607/917 kB error 03-Jan-2023 03:01:44 Progress (2): 12 MB | 615/917 kB error 03-Jan-2023 03:01:44 Progress (2): 12 MB | 623/917 kB error 03-Jan-2023 03:01:44 Progress (2): 12 MB | 631/917 kB error 03-Jan-2023 03:01:44 Progress (2): 12 MB | 638/917 kB error 03-Jan-2023 03:01:44 Progress (2): 12 MB | 647/917 kB error 03-Jan-2023 03:01:44 Progress (2): 12 MB | 655/917 kB error 03-Jan-2023 03:01:44 Progress (2): 12 MB | 663/917 kB error 03-Jan-2023 03:01:44 Progress (2): 12 MB | 671/917 kB error 03-Jan-2023 03:01:44 Progress (2): 12 MB | 679/917 kB error 03-Jan-2023 03:01:44 Progress (2): 12 MB | 687/917 kB error 03-Jan-2023 03:01:44 Progress (2): 12 MB | 696/917 kB error 03-Jan-2023 03:01:44 Progress (2): 12 MB | 704/917 kB error 03-Jan-2023 03:01:44 Progress (2): 12 MB | 710/917 kB error 03-Jan-2023 03:01:44 Progress (2): 12 MB | 719/917 kB error 03-Jan-2023 03:01:44 Progress (2): 12 MB | 727/917 kB error 03-Jan-2023 03:01:44 Progress (2): 12 MB | 735/917 kB error 03-Jan-2023 03:01:44 Progress (2): 12 MB | 743/917 kB error 03-Jan-2023 03:01:44 Progress (2): 12 MB | 751/917 kB error 03-Jan-2023 03:01:44 Progress (2): 12 MB | 759/917 kB error 03-Jan-2023 03:01:44 Progress (2): 12 MB | 768/917 kB error 03-Jan-2023 03:01:44 Progress (2): 12 MB | 773/917 kB error 03-Jan-2023 03:01:44 Progress (2): 12 MB | 782/917 kB error 03-Jan-2023 03:01:44 Progress (2): 12 MB | 790/917 kB error 03-Jan-2023 03:01:44 Progress (2): 12 MB | 798/917 kB error 03-Jan-2023 03:01:44 Progress (2): 12 MB | 806/917 kB error 03-Jan-2023 03:01:44 Progress (2): 12 MB | 814/917 kB error 03-Jan-2023 03:01:44 Progress (2): 12 MB | 822/917 kB error 03-Jan-2023 03:01:44 Progress (2): 12 MB | 831/917 kB error 03-Jan-2023 03:01:44 Progress (2): 12 MB | 836/917 kB error 03-Jan-2023 03:01:44 Progress (2): 12 MB | 845/917 kB error 03-Jan-2023 03:01:44 Progress (2): 12 MB | 853/917 kB error 03-Jan-2023 03:01:44 Progress (2): 12 MB | 861/917 kB error 03-Jan-2023 03:01:44 Progress (2): 12 MB | 869/917 kB error 03-Jan-2023 03:01:44 Progress (2): 12 MB | 877/917 kB error 03-Jan-2023 03:01:44 Progress (2): 12 MB | 885/917 kB error 03-Jan-2023 03:01:44 Progress (2): 12 MB | 894/917 kB error 03-Jan-2023 03:01:44 Progress (2): 12 MB | 902/917 kB error 03-Jan-2023 03:01:44 Progress (2): 12 MB | 908/917 kB error 03-Jan-2023 03:01:44 Progress (2): 12 MB | 917/917 kB error 03-Jan-2023 03:01:44 Progress (2): 12 MB | 917 kB error 03-Jan-2023 03:01:44 error 03-Jan-2023 03:01:44 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/net/sf/ehcache/ehcache/2.10.9.2/ehcache-2.10.9.2.jar (12 MB at 2.4 MB/s) error 03-Jan-2023 03:01:44 #17 33.36 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/junit/jupiter/junit-jupiter-api/5.8.1/junit-jupiter-api-5.8.1.jar error 03-Jan-2023 03:01:44 #17 33.47 Progress (2): 917 kB | 4.1/238 kB error 03-Jan-2023 03:01:44 Progress (2): 917 kB | 8.2/238 kB error 03-Jan-2023 03:01:44 Progress (2): 917 kB | 12/238 kB error 03-Jan-2023 03:01:44 Progress (2): 917 kB | 16/238 kB error 03-Jan-2023 03:01:44 Progress (2): 917 kB | 19/238 kB error 03-Jan-2023 03:01:44 Progress (2): 917 kB | 23/238 kB error 03-Jan-2023 03:01:44 Progress (2): 917 kB | 27/238 kB error 03-Jan-2023 03:01:44 Progress (2): 917 kB | 31/238 kB error 03-Jan-2023 03:01:44 Progress (2): 917 kB | 35/238 kB error 03-Jan-2023 03:01:44 Progress (2): 917 kB | 39/238 kB error 03-Jan-2023 03:01:44 Progress (2): 917 kB | 43/238 kB error 03-Jan-2023 03:01:44 Progress (2): 917 kB | 47/238 kB error 03-Jan-2023 03:01:44 Progress (2): 917 kB | 52/238 kB error 03-Jan-2023 03:01:44 Progress (2): 917 kB | 54/238 kB error 03-Jan-2023 03:01:44 Progress (2): 917 kB | 58/238 kB error 03-Jan-2023 03:01:44 Progress (2): 917 kB | 62/238 kB error 03-Jan-2023 03:01:44 Progress (2): 917 kB | 66/238 kB error 03-Jan-2023 03:01:44 Progress (2): 917 kB | 70/238 kB error 03-Jan-2023 03:01:44 Progress (2): 917 kB | 74/238 kB error 03-Jan-2023 03:01:44 Progress (2): 917 kB | 78/238 kB error 03-Jan-2023 03:01:44 Progress (2): 917 kB | 82/238 kB error 03-Jan-2023 03:01:44 Progress (2): 917 kB | 86/238 kB error 03-Jan-2023 03:01:44 Progress (2): 917 kB | 88/238 kB error 03-Jan-2023 03:01:44 Progress (2): 917 kB | 93/238 kB error 03-Jan-2023 03:01:44 Progress (2): 917 kB | 97/238 kB error 03-Jan-2023 03:01:44 Progress (2): 917 kB | 101/238 kB error 03-Jan-2023 03:01:44 Progress (2): 917 kB | 105/238 kB error 03-Jan-2023 03:01:44 Progress (2): 917 kB | 109/238 kB error 03-Jan-2023 03:01:44 Progress (2): 917 kB | 113/238 kB error 03-Jan-2023 03:01:44 Progress (2): 917 kB | 116/238 kB error 03-Jan-2023 03:01:44 Progress (2): 917 kB | 120/238 kB error 03-Jan-2023 03:01:44 Progress (2): 917 kB | 125/238 kB error 03-Jan-2023 03:01:44 Progress (2): 917 kB | 129/238 kB error 03-Jan-2023 03:01:44 Progress (2): 917 kB | 133/238 kB error 03-Jan-2023 03:01:44 Progress (2): 917 kB | 137/238 kB error 03-Jan-2023 03:01:44 Progress (2): 917 kB | 141/238 kB error 03-Jan-2023 03:01:44 Progress (2): 917 kB | 143/238 kB error 03-Jan-2023 03:01:44 Progress (2): 917 kB | 147/238 kB error 03-Jan-2023 03:01:44 Progress (2): 917 kB | 152/238 kB error 03-Jan-2023 03:01:44 Progress (2): 917 kB | 156/238 kB error 03-Jan-2023 03:01:44 Progress (2): 917 kB | 160/238 kB error 03-Jan-2023 03:01:44 Progress (3): 917 kB | 160/238 kB | 3.3/194 kB error 03-Jan-2023 03:01:44 Progress (3): 917 kB | 160/238 kB | 6.1/194 kB error 03-Jan-2023 03:01:44 Progress (3): 917 kB | 160/238 kB | 8.9/194 kB error 03-Jan-2023 03:01:44 Progress (3): 917 kB | 160/238 kB | 12/194 kB error 03-Jan-2023 03:01:44 Progress (3): 917 kB | 160/238 kB | 15/194 kB error 03-Jan-2023 03:01:44 Progress (3): 917 kB | 160/238 kB | 17/194 kB error 03-Jan-2023 03:01:44 Progress (3): 917 kB | 160/238 kB | 20/194 kB error 03-Jan-2023 03:01:44 Progress (3): 917 kB | 160/238 kB | 23/194 kB error 03-Jan-2023 03:01:44 Progress (3): 917 kB | 160/238 kB | 26/194 kB error 03-Jan-2023 03:01:44 Progress (3): 917 kB | 160/238 kB | 29/194 kB error 03-Jan-2023 03:01:44 Progress (3): 917 kB | 160/238 kB | 31/194 kB error 03-Jan-2023 03:01:44 Progress (3): 917 kB | 160/238 kB | 34/194 kB error 03-Jan-2023 03:01:44 Progress (3): 917 kB | 160/238 kB | 37/194 kB error 03-Jan-2023 03:01:44 Progress (3): 917 kB | 160/238 kB | 40/194 kB error 03-Jan-2023 03:01:44 Progress (3): 917 kB | 160/238 kB | 42/194 kB error 03-Jan-2023 03:01:44 Progress (3): 917 kB | 160/238 kB | 45/194 kB error 03-Jan-2023 03:01:44 Progress (3): 917 kB | 160/238 kB | 48/194 kB error 03-Jan-2023 03:01:44 Progress (3): 917 kB | 160/238 kB | 51/194 kB error 03-Jan-2023 03:01:44 Progress (3): 917 kB | 160/238 kB | 54/194 kB error 03-Jan-2023 03:01:44 Progress (3): 917 kB | 160/238 kB | 56/194 kB error 03-Jan-2023 03:01:44 Progress (3): 917 kB | 160/238 kB | 59/194 kB error 03-Jan-2023 03:01:44 Progress (3): 917 kB | 160/238 kB | 62/194 kB error 03-Jan-2023 03:01:44 Progress (3): 917 kB | 160/238 kB | 65/194 kB error 03-Jan-2023 03:01:44 Progress (3): 917 kB | 160/238 kB | 68/194 kB error 03-Jan-2023 03:01:44 Progress (3): 917 kB | 160/238 kB | 70/194 kB error 03-Jan-2023 03:01:44 Progress (3): 917 kB | 160/238 kB | 73/194 kB error 03-Jan-2023 03:01:44 Progress (3): 917 kB | 160/238 kB | 76/194 kB error 03-Jan-2023 03:01:44 Progress (3): 917 kB | 164/238 kB | 76/194 kB error 03-Jan-2023 03:01:44 Progress (3): 917 kB | 164/238 kB | 79/194 kB error 03-Jan-2023 03:01:44 Progress (3): 917 kB | 168/238 kB | 79/194 kB error 03-Jan-2023 03:01:44 error 03-Jan-2023 03:01:44 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/com/sun/xml/bind/jaxb-impl/3.0.2/jaxb-impl-3.0.2.jar (917 kB at 185 kB/s) error 03-Jan-2023 03:01:44 #17 33.49 Progress (2): 172/238 kB | 79/194 kB error 03-Jan-2023 03:01:44 Progress (2): 172/238 kB | 82/194 kB error 03-Jan-2023 03:01:44 Progress (2): 172/238 kB | 84/194 kB error 03-Jan-2023 03:01:44 error 03-Jan-2023 03:01:44 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/junit/platform/junit-platform-commons/1.8.1/junit-platform-commons-1.8.1.jar error 03-Jan-2023 03:01:44 #17 33.49 Progress (2): 176/238 kB | 84/194 kB error 03-Jan-2023 03:01:44 Progress (2): 176/238 kB | 87/194 kB error 03-Jan-2023 03:01:44 Progress (2): 178/238 kB | 87/194 kB error 03-Jan-2023 03:01:44 Progress (2): 178/238 kB | 90/194 kB error 03-Jan-2023 03:01:44 Progress (2): 182/238 kB | 90/194 kB error 03-Jan-2023 03:01:44 Progress (2): 186/238 kB | 90/194 kB error 03-Jan-2023 03:01:44 Progress (2): 190/238 kB | 90/194 kB error 03-Jan-2023 03:01:44 Progress (2): 190/238 kB | 93/194 kB error 03-Jan-2023 03:01:44 Progress (2): 190/238 kB | 96/194 kB error 03-Jan-2023 03:01:44 Progress (2): 190/238 kB | 98/194 kB error 03-Jan-2023 03:01:44 Progress (2): 195/238 kB | 98/194 kB error 03-Jan-2023 03:01:44 Progress (2): 197/238 kB | 98/194 kB error 03-Jan-2023 03:01:44 Progress (2): 197/238 kB | 101/194 kB error 03-Jan-2023 03:01:44 Progress (2): 197/238 kB | 104/194 kB error 03-Jan-2023 03:01:44 Progress (2): 201/238 kB | 104/194 kB error 03-Jan-2023 03:01:44 Progress (2): 206/238 kB | 104/194 kB error 03-Jan-2023 03:01:44 Progress (2): 206/238 kB | 106/194 kB error 03-Jan-2023 03:01:44 Progress (2): 210/238 kB | 106/194 kB error 03-Jan-2023 03:01:44 Progress (2): 210/238 kB | 109/194 kB error 03-Jan-2023 03:01:44 Progress (2): 214/238 kB | 109/194 kB error 03-Jan-2023 03:01:44 Progress (2): 214/238 kB | 112/194 kB error 03-Jan-2023 03:01:44 Progress (2): 214/238 kB | 115/194 kB error 03-Jan-2023 03:01:44 Progress (2): 218/238 kB | 115/194 kB error 03-Jan-2023 03:01:44 Progress (2): 218/238 kB | 118/194 kB error 03-Jan-2023 03:01:44 Progress (2): 222/238 kB | 118/194 kB error 03-Jan-2023 03:01:44 Progress (2): 222/238 kB | 120/194 kB error 03-Jan-2023 03:01:44 Progress (2): 226/238 kB | 120/194 kB error 03-Jan-2023 03:01:44 Progress (2): 226/238 kB | 123/194 kB error 03-Jan-2023 03:01:44 Progress (2): 230/238 kB | 123/194 kB error 03-Jan-2023 03:01:44 Progress (2): 230/238 kB | 126/194 kB error 03-Jan-2023 03:01:44 Progress (2): 232/238 kB | 126/194 kB error 03-Jan-2023 03:01:44 Progress (2): 232/238 kB | 129/194 kB error 03-Jan-2023 03:01:44 Progress (2): 236/238 kB | 129/194 kB error 03-Jan-2023 03:01:44 Progress (2): 238 kB | 129/194 kB error 03-Jan-2023 03:01:44 Progress (2): 238 kB | 132/194 kB error 03-Jan-2023 03:01:44 Progress (2): 238 kB | 134/194 kB error 03-Jan-2023 03:01:44 Progress (2): 238 kB | 137/194 kB error 03-Jan-2023 03:01:44 Progress (2): 238 kB | 140/194 kB error 03-Jan-2023 03:01:44 Progress (2): 238 kB | 143/194 kB error 03-Jan-2023 03:01:44 Progress (2): 238 kB | 146/194 kB error 03-Jan-2023 03:01:44 Progress (2): 238 kB | 148/194 kB error 03-Jan-2023 03:01:44 Progress (2): 238 kB | 151/194 kB error 03-Jan-2023 03:01:44 Progress (2): 238 kB | 154/194 kB error 03-Jan-2023 03:01:44 Progress (2): 238 kB | 157/194 kB error 03-Jan-2023 03:01:44 Progress (2): 238 kB | 160/194 kB error 03-Jan-2023 03:01:44 Progress (2): 238 kB | 162/194 kB error 03-Jan-2023 03:01:44 Progress (2): 238 kB | 165/194 kB error 03-Jan-2023 03:01:44 Progress (2): 238 kB | 168/194 kB error 03-Jan-2023 03:01:44 Progress (2): 238 kB | 171/194 kB error 03-Jan-2023 03:01:44 Progress (2): 238 kB | 174/194 kB error 03-Jan-2023 03:01:44 Progress (3): 238 kB | 174/194 kB | 4.1/686 kB error 03-Jan-2023 03:01:44 Progress (3): 238 kB | 174/194 kB | 8.2/686 kB error 03-Jan-2023 03:01:44 Progress (3): 238 kB | 174/194 kB | 12/686 kB error 03-Jan-2023 03:01:44 Progress (3): 238 kB | 174/194 kB | 16/686 kB error 03-Jan-2023 03:01:44 Progress (3): 238 kB | 174/194 kB | 20/686 kB error 03-Jan-2023 03:01:44 Progress (3): 238 kB | 176/194 kB | 20/686 kB error 03-Jan-2023 03:01:44 Progress (3): 238 kB | 176/194 kB | 24/686 kB error 03-Jan-2023 03:01:44 Progress (3): 238 kB | 179/194 kB | 24/686 kB error 03-Jan-2023 03:01:44 Progress (3): 238 kB | 182/194 kB | 24/686 kB error 03-Jan-2023 03:01:44 Progress (3): 238 kB | 185/194 kB | 24/686 kB error 03-Jan-2023 03:01:44 Progress (3): 238 kB | 185/194 kB | 28/686 kB error 03-Jan-2023 03:01:44 Progress (3): 238 kB | 185/194 kB | 32/686 kB error 03-Jan-2023 03:01:44 Progress (3): 238 kB | 185/194 kB | 36/686 kB error 03-Jan-2023 03:01:44 Progress (3): 238 kB | 185/194 kB | 40/686 kB error 03-Jan-2023 03:01:44 Progress (3): 238 kB | 185/194 kB | 44/686 kB error 03-Jan-2023 03:01:44 Progress (3): 238 kB | 185/194 kB | 48/686 kB error 03-Jan-2023 03:01:44 Progress (3): 238 kB | 185/194 kB | 51/686 kB error 03-Jan-2023 03:01:44 Progress (3): 238 kB | 185/194 kB | 53/686 kB error 03-Jan-2023 03:01:44 Progress (3): 238 kB | 185/194 kB | 57/686 kB error 03-Jan-2023 03:01:44 Progress (3): 238 kB | 185/194 kB | 62/686 kB error 03-Jan-2023 03:01:44 Progress (3): 238 kB | 185/194 kB | 66/686 kB error 03-Jan-2023 03:01:44 Progress (3): 238 kB | 185/194 kB | 70/686 kB error 03-Jan-2023 03:01:44 Progress (3): 238 kB | 185/194 kB | 74/686 kB error 03-Jan-2023 03:01:44 Progress (3): 238 kB | 185/194 kB | 78/686 kB error 03-Jan-2023 03:01:44 Progress (3): 238 kB | 185/194 kB | 82/686 kB error 03-Jan-2023 03:01:44 Progress (3): 238 kB | 185/194 kB | 86/686 kB error 03-Jan-2023 03:01:44 Progress (3): 238 kB | 185/194 kB | 88/686 kB error 03-Jan-2023 03:01:44 Progress (3): 238 kB | 185/194 kB | 92/686 kB error 03-Jan-2023 03:01:44 Progress (3): 238 kB | 185/194 kB | 96/686 kB error 03-Jan-2023 03:01:44 Progress (3): 238 kB | 185/194 kB | 100/686 kB error 03-Jan-2023 03:01:44 Progress (3): 238 kB | 185/194 kB | 105/686 kB error 03-Jan-2023 03:01:44 Progress (3): 238 kB | 185/194 kB | 109/686 kB error 03-Jan-2023 03:01:44 Progress (3): 238 kB | 185/194 kB | 113/686 kB error 03-Jan-2023 03:01:44 Progress (4): 238 kB | 185/194 kB | 113/686 kB | 0/2.5 MB error 03-Jan-2023 03:01:44 Progress (4): 238 kB | 185/194 kB | 113/686 kB | 0/2.5 MB error 03-Jan-2023 03:01:44 Progress (4): 238 kB | 185/194 kB | 113/686 kB | 0.1/2.5 MB error 03-Jan-2023 03:01:44 Progress (4): 238 kB | 185/194 kB | 113/686 kB | 0.1/2.5 MB error 03-Jan-2023 03:01:44 Progress (4): 238 kB | 185/194 kB | 113/686 kB | 0.1/2.5 MB error 03-Jan-2023 03:01:44 Progress (4): 238 kB | 185/194 kB | 113/686 kB | 0.1/2.5 MB error 03-Jan-2023 03:01:44 Progress (4): 238 kB | 185/194 kB | 113/686 kB | 0.1/2.5 MB error 03-Jan-2023 03:01:44 Progress (4): 238 kB | 185/194 kB | 113/686 kB | 0.1/2.5 MB error 03-Jan-2023 03:01:44 Progress (4): 238 kB | 185/194 kB | 113/686 kB | 0.1/2.5 MB error 03-Jan-2023 03:01:44 Progress (4): 238 kB | 185/194 kB | 113/686 kB | 0.2/2.5 MB error 03-Jan-2023 03:01:44 Progress (4): 238 kB | 185/194 kB | 113/686 kB | 0.2/2.5 MB error 03-Jan-2023 03:01:44 Progress (4): 238 kB | 185/194 kB | 113/686 kB | 0.2/2.5 MB error 03-Jan-2023 03:01:44 Progress (4): 238 kB | 185/194 kB | 113/686 kB | 0.2/2.5 MB error 03-Jan-2023 03:01:44 Progress (4): 238 kB | 185/194 kB | 113/686 kB | 0.2/2.5 MB error 03-Jan-2023 03:01:44 Progress (4): 238 kB | 185/194 kB | 113/686 kB | 0.2/2.5 MB error 03-Jan-2023 03:01:44 Progress (4): 238 kB | 185/194 kB | 116/686 kB | 0.2/2.5 MB error 03-Jan-2023 03:01:44 Progress (4): 238 kB | 185/194 kB | 120/686 kB | 0.2/2.5 MB error 03-Jan-2023 03:01:44 Progress (4): 238 kB | 185/194 kB | 120/686 kB | 0.3/2.5 MB error 03-Jan-2023 03:01:44 Progress (4): 238 kB | 185/194 kB | 125/686 kB | 0.3/2.5 MB error 03-Jan-2023 03:01:44 Progress (4): 238 kB | 185/194 kB | 129/686 kB | 0.3/2.5 MB error 03-Jan-2023 03:01:44 Progress (4): 238 kB | 185/194 kB | 133/686 kB | 0.3/2.5 MB error 03-Jan-2023 03:01:44 Progress (4): 238 kB | 185/194 kB | 137/686 kB | 0.3/2.5 MB error 03-Jan-2023 03:01:44 Progress (4): 238 kB | 185/194 kB | 141/686 kB | 0.3/2.5 MB error 03-Jan-2023 03:01:44 Progress (4): 238 kB | 185/194 kB | 141/686 kB | 0.3/2.5 MB error 03-Jan-2023 03:01:44 Progress (4): 238 kB | 185/194 kB | 141/686 kB | 0.3/2.5 MB error 03-Jan-2023 03:01:44 Progress (4): 238 kB | 185/194 kB | 145/686 kB | 0.3/2.5 MB error 03-Jan-2023 03:01:44 Progress (4): 238 kB | 185/194 kB | 149/686 kB | 0.3/2.5 MB error 03-Jan-2023 03:01:44 Progress (4): 238 kB | 185/194 kB | 153/686 kB | 0.3/2.5 MB error 03-Jan-2023 03:01:44 Progress (4): 238 kB | 185/194 kB | 157/686 kB | 0.3/2.5 MB error 03-Jan-2023 03:01:44 Progress (4): 238 kB | 185/194 kB | 161/686 kB | 0.3/2.5 MB error 03-Jan-2023 03:01:44 Progress (4): 238 kB | 185/194 kB | 165/686 kB | 0.3/2.5 MB error 03-Jan-2023 03:01:44 Progress (4): 238 kB | 185/194 kB | 170/686 kB | 0.3/2.5 MB error 03-Jan-2023 03:01:44 Progress (4): 238 kB | 185/194 kB | 174/686 kB | 0.3/2.5 MB error 03-Jan-2023 03:01:44 Progress (4): 238 kB | 185/194 kB | 178/686 kB | 0.3/2.5 MB error 03-Jan-2023 03:01:44 Progress (4): 238 kB | 185/194 kB | 182/686 kB | 0.3/2.5 MB error 03-Jan-2023 03:01:44 Progress (4): 238 kB | 185/194 kB | 186/686 kB | 0.3/2.5 MB error 03-Jan-2023 03:01:44 Progress (4): 238 kB | 185/194 kB | 186/686 kB | 0.3/2.5 MB error 03-Jan-2023 03:01:44 Progress (4): 238 kB | 185/194 kB | 186/686 kB | 0.3/2.5 MB error 03-Jan-2023 03:01:44 Progress (4): 238 kB | 185/194 kB | 186/686 kB | 0.4/2.5 MB error 03-Jan-2023 03:01:44 Progress (4): 238 kB | 185/194 kB | 186/686 kB | 0.4/2.5 MB error 03-Jan-2023 03:01:44 Progress (4): 238 kB | 185/194 kB | 186/686 kB | 0.4/2.5 MB error 03-Jan-2023 03:01:44 Progress (4): 238 kB | 185/194 kB | 186/686 kB | 0.4/2.5 MB error 03-Jan-2023 03:01:44 Progress (4): 238 kB | 185/194 kB | 186/686 kB | 0.4/2.5 MB error 03-Jan-2023 03:01:44 Progress (4): 238 kB | 185/194 kB | 188/686 kB | 0.4/2.5 MB error 03-Jan-2023 03:01:44 Progress (4): 238 kB | 185/194 kB | 192/686 kB | 0.4/2.5 MB error 03-Jan-2023 03:01:44 Progress (4): 238 kB | 185/194 kB | 192/686 kB | 0.4/2.5 MB error 03-Jan-2023 03:01:44 Progress (4): 238 kB | 185/194 kB | 197/686 kB | 0.4/2.5 MB error 03-Jan-2023 03:01:44 Progress (4): 238 kB | 185/194 kB | 201/686 kB | 0.4/2.5 MB error 03-Jan-2023 03:01:44 Progress (4): 238 kB | 185/194 kB | 205/686 kB | 0.4/2.5 MB error 03-Jan-2023 03:01:44 Progress (4): 238 kB | 185/194 kB | 209/686 kB | 0.4/2.5 MB error 03-Jan-2023 03:01:44 Progress (4): 238 kB | 185/194 kB | 209/686 kB | 0.5/2.5 MB error 03-Jan-2023 03:01:44 Progress (4): 238 kB | 185/194 kB | 209/686 kB | 0.5/2.5 MB error 03-Jan-2023 03:01:44 Progress (4): 238 kB | 185/194 kB | 213/686 kB | 0.5/2.5 MB error 03-Jan-2023 03:01:44 Progress (4): 238 kB | 185/194 kB | 217/686 kB | 0.5/2.5 MB error 03-Jan-2023 03:01:44 Progress (4): 238 kB | 185/194 kB | 221/686 kB | 0.5/2.5 MB error 03-Jan-2023 03:01:44 Progress (4): 238 kB | 185/194 kB | 225/686 kB | 0.5/2.5 MB error 03-Jan-2023 03:01:45 Progress (4): 238 kB | 185/194 kB | 225/686 kB | 0.5/2.5 MB error 03-Jan-2023 03:01:45 Progress (4): 238 kB | 185/194 kB | 225/686 kB | 0.5/2.5 MB error 03-Jan-2023 03:01:45 Progress (4): 238 kB | 185/194 kB | 225/686 kB | 0.5/2.5 MB error 03-Jan-2023 03:01:45 Progress (4): 238 kB | 185/194 kB | 225/686 kB | 0.5/2.5 MB error 03-Jan-2023 03:01:45 Progress (4): 238 kB | 185/194 kB | 225/686 kB | 0.6/2.5 MB error 03-Jan-2023 03:01:45 Progress (4): 238 kB | 185/194 kB | 225/686 kB | 0.6/2.5 MB error 03-Jan-2023 03:01:45 Progress (4): 238 kB | 185/194 kB | 225/686 kB | 0.6/2.5 MB error 03-Jan-2023 03:01:45 Progress (4): 238 kB | 185/194 kB | 225/686 kB | 0.6/2.5 MB error 03-Jan-2023 03:01:45 Progress (4): 238 kB | 185/194 kB | 229/686 kB | 0.6/2.5 MB error 03-Jan-2023 03:01:45 Progress (4): 238 kB | 185/194 kB | 233/686 kB | 0.6/2.5 MB error 03-Jan-2023 03:01:45 Progress (4): 238 kB | 185/194 kB | 237/686 kB | 0.6/2.5 MB error 03-Jan-2023 03:01:45 Progress (4): 238 kB | 185/194 kB | 237/686 kB | 0.6/2.5 MB error 03-Jan-2023 03:01:45 Progress (4): 238 kB | 185/194 kB | 242/686 kB | 0.6/2.5 MB error 03-Jan-2023 03:01:45 Progress (4): 238 kB | 185/194 kB | 246/686 kB | 0.6/2.5 MB error 03-Jan-2023 03:01:45 Progress (4): 238 kB | 185/194 kB | 246/686 kB | 0.6/2.5 MB error 03-Jan-2023 03:01:45 Progress (4): 238 kB | 185/194 kB | 250/686 kB | 0.6/2.5 MB error 03-Jan-2023 03:01:45 Progress (4): 238 kB | 185/194 kB | 250/686 kB | 0.6/2.5 MB error 03-Jan-2023 03:01:45 Progress (4): 238 kB | 185/194 kB | 254/686 kB | 0.6/2.5 MB error 03-Jan-2023 03:01:45 Progress (4): 238 kB | 185/194 kB | 258/686 kB | 0.6/2.5 MB error 03-Jan-2023 03:01:45 Progress (4): 238 kB | 185/194 kB | 258/686 kB | 0.7/2.5 MB error 03-Jan-2023 03:01:45 Progress (4): 238 kB | 185/194 kB | 262/686 kB | 0.7/2.5 MB error 03-Jan-2023 03:01:45 Progress (4): 238 kB | 185/194 kB | 266/686 kB | 0.7/2.5 MB error 03-Jan-2023 03:01:45 Progress (4): 238 kB | 185/194 kB | 269/686 kB | 0.7/2.5 MB error 03-Jan-2023 03:01:45 Progress (4): 238 kB | 185/194 kB | 269/686 kB | 0.7/2.5 MB error 03-Jan-2023 03:01:45 Progress (4): 238 kB | 185/194 kB | 273/686 kB | 0.7/2.5 MB error 03-Jan-2023 03:01:45 Progress (4): 238 kB | 185/194 kB | 277/686 kB | 0.7/2.5 MB error 03-Jan-2023 03:01:45 Progress (4): 238 kB | 185/194 kB | 277/686 kB | 0.7/2.5 MB error 03-Jan-2023 03:01:45 Progress (4): 238 kB | 188/194 kB | 277/686 kB | 0.7/2.5 MB error 03-Jan-2023 03:01:45 Progress (4): 238 kB | 188/194 kB | 277/686 kB | 0.7/2.5 MB error 03-Jan-2023 03:01:45 Progress (4): 238 kB | 190/194 kB | 277/686 kB | 0.7/2.5 MB error 03-Jan-2023 03:01:45 Progress (4): 238 kB | 190/194 kB | 277/686 kB | 0.7/2.5 MB error 03-Jan-2023 03:01:45 Progress (4): 238 kB | 193/194 kB | 277/686 kB | 0.7/2.5 MB error 03-Jan-2023 03:01:45 Progress (4): 238 kB | 193/194 kB | 277/686 kB | 0.7/2.5 MB error 03-Jan-2023 03:01:45 Progress (4): 238 kB | 194 kB | 277/686 kB | 0.7/2.5 MB error 03-Jan-2023 03:01:45 Progress (4): 238 kB | 194 kB | 277/686 kB | 0.8/2.5 MB error 03-Jan-2023 03:01:45 Progress (4): 238 kB | 194 kB | 277/686 kB | 0.8/2.5 MB error 03-Jan-2023 03:01:45 Progress (4): 238 kB | 194 kB | 281/686 kB | 0.8/2.5 MB error 03-Jan-2023 03:01:45 Progress (4): 238 kB | 194 kB | 285/686 kB | 0.8/2.5 MB error 03-Jan-2023 03:01:45 Progress (4): 238 kB | 194 kB | 285/686 kB | 0.8/2.5 MB error 03-Jan-2023 03:01:45 Progress (4): 238 kB | 194 kB | 289/686 kB | 0.8/2.5 MB error 03-Jan-2023 03:01:45 Progress (4): 238 kB | 194 kB | 293/686 kB | 0.8/2.5 MB error 03-Jan-2023 03:01:45 Progress (4): 238 kB | 194 kB | 297/686 kB | 0.8/2.5 MB error 03-Jan-2023 03:01:45 Progress (4): 238 kB | 194 kB | 301/686 kB | 0.8/2.5 MB error 03-Jan-2023 03:01:45 Progress (4): 238 kB | 194 kB | 301/686 kB | 0.8/2.5 MB error 03-Jan-2023 03:01:45 Progress (4): 238 kB | 194 kB | 306/686 kB | 0.8/2.5 MB error 03-Jan-2023 03:01:45 Progress (4): 238 kB | 194 kB | 310/686 kB | 0.8/2.5 MB error 03-Jan-2023 03:01:45 Progress (4): 238 kB | 194 kB | 314/686 kB | 0.8/2.5 MB error 03-Jan-2023 03:01:45 Progress (4): 238 kB | 194 kB | 318/686 kB | 0.8/2.5 MB error 03-Jan-2023 03:01:45 Progress (4): 238 kB | 194 kB | 318/686 kB | 0.8/2.5 MB error 03-Jan-2023 03:01:45 Progress (4): 238 kB | 194 kB | 318/686 kB | 0.8/2.5 MB error 03-Jan-2023 03:01:45 Progress (4): 238 kB | 194 kB | 322/686 kB | 0.8/2.5 MB error 03-Jan-2023 03:01:45 Progress (4): 238 kB | 194 kB | 326/686 kB | 0.8/2.5 MB error 03-Jan-2023 03:01:45 Progress (4): 238 kB | 194 kB | 330/686 kB | 0.8/2.5 MB error 03-Jan-2023 03:01:45 Progress (4): 238 kB | 194 kB | 334/686 kB | 0.8/2.5 MB error 03-Jan-2023 03:01:45 Progress (4): 238 kB | 194 kB | 334/686 kB | 0.9/2.5 MB error 03-Jan-2023 03:01:45 Progress (4): 238 kB | 194 kB | 337/686 kB | 0.9/2.5 MB error 03-Jan-2023 03:01:45 Progress (4): 238 kB | 194 kB | 337/686 kB | 0.9/2.5 MB error 03-Jan-2023 03:01:45 Progress (4): 238 kB | 194 kB | 337/686 kB | 0.9/2.5 MB error 03-Jan-2023 03:01:45 Progress (4): 238 kB | 194 kB | 337/686 kB | 0.9/2.5 MB error 03-Jan-2023 03:01:45 Progress (4): 238 kB | 194 kB | 337/686 kB | 0.9/2.5 MB error 03-Jan-2023 03:01:45 Progress (4): 238 kB | 194 kB | 341/686 kB | 0.9/2.5 MB error 03-Jan-2023 03:01:45 Progress (4): 238 kB | 194 kB | 341/686 kB | 0.9/2.5 MB error 03-Jan-2023 03:01:45 Progress (4): 238 kB | 194 kB | 341/686 kB | 1.0/2.5 MB error 03-Jan-2023 03:01:45 Progress (4): 238 kB | 194 kB | 345/686 kB | 1.0/2.5 MB error 03-Jan-2023 03:01:45 Progress (4): 238 kB | 194 kB | 345/686 kB | 1.0/2.5 MB error 03-Jan-2023 03:01:45 Progress (4): 238 kB | 194 kB | 349/686 kB | 1.0/2.5 MB error 03-Jan-2023 03:01:45 Progress (4): 238 kB | 194 kB | 349/686 kB | 1.0/2.5 MB error 03-Jan-2023 03:01:45 Progress (4): 238 kB | 194 kB | 349/686 kB | 1.0/2.5 MB error 03-Jan-2023 03:01:45 Progress (4): 238 kB | 194 kB | 353/686 kB | 1.0/2.5 MB error 03-Jan-2023 03:01:45 Progress (4): 238 kB | 194 kB | 357/686 kB | 1.0/2.5 MB error 03-Jan-2023 03:01:45 Progress (4): 238 kB | 194 kB | 361/686 kB | 1.0/2.5 MB error 03-Jan-2023 03:01:45 Progress (4): 238 kB | 194 kB | 361/686 kB | 1.0/2.5 MB error 03-Jan-2023 03:01:45 Progress (4): 238 kB | 194 kB | 366/686 kB | 1.0/2.5 MB error 03-Jan-2023 03:01:45 Progress (4): 238 kB | 194 kB | 370/686 kB | 1.0/2.5 MB error 03-Jan-2023 03:01:45 Progress (4): 238 kB | 194 kB | 370/686 kB | 1.0/2.5 MB error 03-Jan-2023 03:01:45 Progress (4): 238 kB | 194 kB | 374/686 kB | 1.0/2.5 MB error 03-Jan-2023 03:01:45 Progress (4): 238 kB | 194 kB | 377/686 kB | 1.0/2.5 MB error 03-Jan-2023 03:01:45 Progress (4): 238 kB | 194 kB | 377/686 kB | 1.0/2.5 MB error 03-Jan-2023 03:01:45 Progress (4): 238 kB | 194 kB | 381/686 kB | 1.0/2.5 MB error 03-Jan-2023 03:01:45 Progress (4): 238 kB | 194 kB | 381/686 kB | 1.1/2.5 MB error 03-Jan-2023 03:01:45 Progress (4): 238 kB | 194 kB | 381/686 kB | 1.1/2.5 MB error 03-Jan-2023 03:01:45 Progress (4): 238 kB | 194 kB | 385/686 kB | 1.1/2.5 MB error 03-Jan-2023 03:01:45 Progress (4): 238 kB | 194 kB | 385/686 kB | 1.1/2.5 MB error 03-Jan-2023 03:01:45 Progress (4): 238 kB | 194 kB | 385/686 kB | 1.1/2.5 MB error 03-Jan-2023 03:01:45 Progress (5): 238 kB | 194 kB | 385/686 kB | 1.1/2.5 MB | 3.3/100 kB error 03-Jan-2023 03:01:45 Progress (5): 238 kB | 194 kB | 385/686 kB | 1.1/2.5 MB | 6.1/100 kB error 03-Jan-2023 03:01:45 Progress (5): 238 kB | 194 kB | 385/686 kB | 1.1/2.5 MB | 8.9/100 kB error 03-Jan-2023 03:01:45 Progress (5): 238 kB | 194 kB | 385/686 kB | 1.1/2.5 MB | 12/100 kB error 03-Jan-2023 03:01:45 Progress (5): 238 kB | 194 kB | 385/686 kB | 1.1/2.5 MB | 14/100 kB error 03-Jan-2023 03:01:45 Progress (5): 238 kB | 194 kB | 385/686 kB | 1.1/2.5 MB | 14/100 kB error 03-Jan-2023 03:01:45 Progress (5): 238 kB | 194 kB | 385/686 kB | 1.1/2.5 MB | 17/100 kB error 03-Jan-2023 03:01:45 Progress (5): 238 kB | 194 kB | 385/686 kB | 1.1/2.5 MB | 20/100 kB error 03-Jan-2023 03:01:45 Progress (5): 238 kB | 194 kB | 385/686 kB | 1.1/2.5 MB | 23/100 kB error 03-Jan-2023 03:01:45 error 03-Jan-2023 03:01:45 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/com/sun/xml/bind/jaxb-core/3.0.2/jaxb-core-3.0.2.jar (238 kB at 47 kB/s) error 03-Jan-2023 03:01:45 #17 33.62 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/junit/jupiter/junit-jupiter-engine/5.8.1/junit-jupiter-engine-5.8.1.jar error 03-Jan-2023 03:01:45 #17 33.63 Progress (4): 194 kB | 385/686 kB | 1.1/2.5 MB | 23/100 kB error 03-Jan-2023 03:01:45 Progress (4): 194 kB | 385/686 kB | 1.2/2.5 MB | 23/100 kB error 03-Jan-2023 03:01:45 Progress (4): 194 kB | 385/686 kB | 1.2/2.5 MB | 23/100 kB error 03-Jan-2023 03:01:45 Progress (4): 194 kB | 385/686 kB | 1.2/2.5 MB | 23/100 kB error 03-Jan-2023 03:01:45 Progress (4): 194 kB | 385/686 kB | 1.2/2.5 MB | 26/100 kB error 03-Jan-2023 03:01:45 Progress (4): 194 kB | 385/686 kB | 1.2/2.5 MB | 26/100 kB error 03-Jan-2023 03:01:45 Progress (4): 194 kB | 385/686 kB | 1.2/2.5 MB | 28/100 kB error 03-Jan-2023 03:01:45 Progress (4): 194 kB | 385/686 kB | 1.2/2.5 MB | 31/100 kB error 03-Jan-2023 03:01:45 Progress (4): 194 kB | 385/686 kB | 1.2/2.5 MB | 34/100 kB error 03-Jan-2023 03:01:45 Progress (4): 194 kB | 385/686 kB | 1.2/2.5 MB | 37/100 kB error 03-Jan-2023 03:01:45 Progress (4): 194 kB | 385/686 kB | 1.2/2.5 MB | 40/100 kB error 03-Jan-2023 03:01:45 Progress (4): 194 kB | 385/686 kB | 1.2/2.5 MB | 40/100 kB error 03-Jan-2023 03:01:45 Progress (4): 194 kB | 385/686 kB | 1.2/2.5 MB | 42/100 kB error 03-Jan-2023 03:01:45 Progress (4): 194 kB | 385/686 kB | 1.2/2.5 MB | 45/100 kB error 03-Jan-2023 03:01:45 Progress (4): 194 kB | 385/686 kB | 1.2/2.5 MB | 45/100 kB error 03-Jan-2023 03:01:45 Progress (4): 194 kB | 385/686 kB | 1.3/2.5 MB | 45/100 kB error 03-Jan-2023 03:01:45 Progress (4): 194 kB | 385/686 kB | 1.3/2.5 MB | 48/100 kB error 03-Jan-2023 03:01:45 Progress (4): 194 kB | 385/686 kB | 1.3/2.5 MB | 51/100 kB error 03-Jan-2023 03:01:45 Progress (4): 194 kB | 385/686 kB | 1.3/2.5 MB | 54/100 kB error 03-Jan-2023 03:01:45 Progress (4): 194 kB | 385/686 kB | 1.3/2.5 MB | 56/100 kB error 03-Jan-2023 03:01:45 Progress (4): 194 kB | 385/686 kB | 1.3/2.5 MB | 59/100 kB error 03-Jan-2023 03:01:45 Progress (4): 194 kB | 385/686 kB | 1.3/2.5 MB | 62/100 kB error 03-Jan-2023 03:01:45 Progress (4): 194 kB | 389/686 kB | 1.3/2.5 MB | 62/100 kB error 03-Jan-2023 03:01:45 Progress (4): 194 kB | 389/686 kB | 1.3/2.5 MB | 62/100 kB error 03-Jan-2023 03:01:45 Progress (4): 194 kB | 389/686 kB | 1.3/2.5 MB | 65/100 kB error 03-Jan-2023 03:01:45 Progress (4): 194 kB | 393/686 kB | 1.3/2.5 MB | 65/100 kB error 03-Jan-2023 03:01:45 Progress (4): 194 kB | 393/686 kB | 1.3/2.5 MB | 68/100 kB error 03-Jan-2023 03:01:45 Progress (4): 194 kB | 397/686 kB | 1.3/2.5 MB | 68/100 kB error 03-Jan-2023 03:01:45 Progress (4): 194 kB | 397/686 kB | 1.3/2.5 MB | 70/100 kB error 03-Jan-2023 03:01:45 Progress (4): 194 kB | 401/686 kB | 1.3/2.5 MB | 70/100 kB error 03-Jan-2023 03:01:45 Progress (4): 194 kB | 401/686 kB | 1.3/2.5 MB | 73/100 kB error 03-Jan-2023 03:01:45 Progress (4): 194 kB | 401/686 kB | 1.3/2.5 MB | 76/100 kB error 03-Jan-2023 03:01:45 Progress (4): 194 kB | 401/686 kB | 1.3/2.5 MB | 76/100 kB error 03-Jan-2023 03:01:45 Progress (4): 194 kB | 404/686 kB | 1.3/2.5 MB | 76/100 kB error 03-Jan-2023 03:01:45 Progress (4): 194 kB | 404/686 kB | 1.3/2.5 MB | 79/100 kB error 03-Jan-2023 03:01:45 Progress (4): 194 kB | 404/686 kB | 1.3/2.5 MB | 82/100 kB error 03-Jan-2023 03:01:45 Progress (4): 194 kB | 404/686 kB | 1.3/2.5 MB | 82/100 kB error 03-Jan-2023 03:01:45 Progress (4): 194 kB | 408/686 kB | 1.3/2.5 MB | 82/100 kB error 03-Jan-2023 03:01:45 Progress (4): 194 kB | 412/686 kB | 1.3/2.5 MB | 82/100 kB error 03-Jan-2023 03:01:45 Progress (4): 194 kB | 412/686 kB | 1.3/2.5 MB | 84/100 kB error 03-Jan-2023 03:01:45 Progress (4): 194 kB | 416/686 kB | 1.3/2.5 MB | 84/100 kB error 03-Jan-2023 03:01:45 Progress (4): 194 kB | 419/686 kB | 1.3/2.5 MB | 84/100 kB error 03-Jan-2023 03:01:45 Progress (4): 194 kB | 419/686 kB | 1.3/2.5 MB | 87/100 kB error 03-Jan-2023 03:01:45 Progress (4): 194 kB | 419/686 kB | 1.3/2.5 MB | 90/100 kB error 03-Jan-2023 03:01:45 Progress (4): 194 kB | 419/686 kB | 1.3/2.5 MB | 93/100 kB error 03-Jan-2023 03:01:45 Progress (4): 194 kB | 419/686 kB | 1.3/2.5 MB | 96/100 kB error 03-Jan-2023 03:01:45 Progress (4): 194 kB | 423/686 kB | 1.3/2.5 MB | 96/100 kB error 03-Jan-2023 03:01:45 Progress (4): 194 kB | 423/686 kB | 1.3/2.5 MB | 98/100 kB error 03-Jan-2023 03:01:45 Progress (4): 194 kB | 423/686 kB | 1.3/2.5 MB | 98/100 kB error 03-Jan-2023 03:01:45 Progress (4): 194 kB | 427/686 kB | 1.3/2.5 MB | 98/100 kB error 03-Jan-2023 03:01:45 Progress (4): 194 kB | 427/686 kB | 1.3/2.5 MB | 100 kB error 03-Jan-2023 03:01:45 Progress (4): 194 kB | 431/686 kB | 1.3/2.5 MB | 100 kB error 03-Jan-2023 03:01:45 Progress (4): 194 kB | 435/686 kB | 1.3/2.5 MB | 100 kB error 03-Jan-2023 03:01:45 Progress (4): 194 kB | 440/686 kB | 1.3/2.5 MB | 100 kB error 03-Jan-2023 03:01:45 Progress (4): 194 kB | 444/686 kB | 1.3/2.5 MB | 100 kB error 03-Jan-2023 03:01:45 Progress (4): 194 kB | 448/686 kB | 1.3/2.5 MB | 100 kB error 03-Jan-2023 03:01:45 Progress (4): 194 kB | 452/686 kB | 1.3/2.5 MB | 100 kB error 03-Jan-2023 03:01:45 Progress (4): 194 kB | 454/686 kB | 1.3/2.5 MB | 100 kB error 03-Jan-2023 03:01:45 Progress (4): 194 kB | 454/686 kB | 1.4/2.5 MB | 100 kB error 03-Jan-2023 03:01:45 Progress (4): 194 kB | 454/686 kB | 1.4/2.5 MB | 100 kB error 03-Jan-2023 03:01:45 Progress (4): 194 kB | 454/686 kB | 1.4/2.5 MB | 100 kB error 03-Jan-2023 03:01:45 Progress (4): 194 kB | 458/686 kB | 1.4/2.5 MB | 100 kB error 03-Jan-2023 03:01:45 Progress (4): 194 kB | 462/686 kB | 1.4/2.5 MB | 100 kB error 03-Jan-2023 03:01:45 Progress (4): 194 kB | 466/686 kB | 1.4/2.5 MB | 100 kB error 03-Jan-2023 03:01:45 Progress (4): 194 kB | 470/686 kB | 1.4/2.5 MB | 100 kB error 03-Jan-2023 03:01:45 Progress (4): 194 kB | 474/686 kB | 1.4/2.5 MB | 100 kB error 03-Jan-2023 03:01:45 Progress (4): 194 kB | 478/686 kB | 1.4/2.5 MB | 100 kB error 03-Jan-2023 03:01:45 Progress (4): 194 kB | 483/686 kB | 1.4/2.5 MB | 100 kB error 03-Jan-2023 03:01:45 Progress (4): 194 kB | 487/686 kB | 1.4/2.5 MB | 100 kB error 03-Jan-2023 03:01:45 Progress (4): 194 kB | 491/686 kB | 1.4/2.5 MB | 100 kB error 03-Jan-2023 03:01:45 Progress (4): 194 kB | 493/686 kB | 1.4/2.5 MB | 100 kB error 03-Jan-2023 03:01:45 Progress (4): 194 kB | 493/686 kB | 1.4/2.5 MB | 100 kB error 03-Jan-2023 03:01:45 Progress (4): 194 kB | 497/686 kB | 1.4/2.5 MB | 100 kB error 03-Jan-2023 03:01:45 Progress (4): 194 kB | 497/686 kB | 1.4/2.5 MB | 100 kB error 03-Jan-2023 03:01:45 Progress (4): 194 kB | 501/686 kB | 1.4/2.5 MB | 100 kB error 03-Jan-2023 03:01:45 Progress (4): 194 kB | 505/686 kB | 1.4/2.5 MB | 100 kB error 03-Jan-2023 03:01:45 Progress (4): 194 kB | 510/686 kB | 1.4/2.5 MB | 100 kB error 03-Jan-2023 03:01:45 Progress (4): 194 kB | 512/686 kB | 1.4/2.5 MB | 100 kB error 03-Jan-2023 03:01:45 Progress (4): 194 kB | 512/686 kB | 1.4/2.5 MB | 100 kB error 03-Jan-2023 03:01:45 Progress (4): 194 kB | 516/686 kB | 1.4/2.5 MB | 100 kB error 03-Jan-2023 03:01:45 Progress (4): 194 kB | 521/686 kB | 1.4/2.5 MB | 100 kB error 03-Jan-2023 03:01:45 Progress (4): 194 kB | 525/686 kB | 1.4/2.5 MB | 100 kB error 03-Jan-2023 03:01:45 Progress (4): 194 kB | 529/686 kB | 1.4/2.5 MB | 100 kB error 03-Jan-2023 03:01:45 Progress (4): 194 kB | 533/686 kB | 1.4/2.5 MB | 100 kB error 03-Jan-2023 03:01:45 Progress (4): 194 kB | 533/686 kB | 1.5/2.5 MB | 100 kB error 03-Jan-2023 03:01:45 Progress (4): 194 kB | 537/686 kB | 1.5/2.5 MB | 100 kB error 03-Jan-2023 03:01:45 Progress (4): 194 kB | 541/686 kB | 1.5/2.5 MB | 100 kB error 03-Jan-2023 03:01:45 Progress (4): 194 kB | 541/686 kB | 1.5/2.5 MB | 100 kB error 03-Jan-2023 03:01:45 Progress (4): 194 kB | 545/686 kB | 1.5/2.5 MB | 100 kB error 03-Jan-2023 03:01:45 Progress (4): 194 kB | 547/686 kB | 1.5/2.5 MB | 100 kB error 03-Jan-2023 03:01:45 Progress (4): 194 kB | 547/686 kB | 1.5/2.5 MB | 100 kB error 03-Jan-2023 03:01:45 Progress (4): 194 kB | 547/686 kB | 1.5/2.5 MB | 100 kB error 03-Jan-2023 03:01:45 Progress (4): 194 kB | 551/686 kB | 1.5/2.5 MB | 100 kB error 03-Jan-2023 03:01:45 Progress (4): 194 kB | 555/686 kB | 1.5/2.5 MB | 100 kB error 03-Jan-2023 03:01:45 Progress (4): 194 kB | 559/686 kB | 1.5/2.5 MB | 100 kB error 03-Jan-2023 03:01:45 Progress (4): 194 kB | 564/686 kB | 1.5/2.5 MB | 100 kB error 03-Jan-2023 03:01:45 Progress (4): 194 kB | 568/686 kB | 1.5/2.5 MB | 100 kB error 03-Jan-2023 03:01:45 Progress (4): 194 kB | 572/686 kB | 1.5/2.5 MB | 100 kB error 03-Jan-2023 03:01:45 Progress (4): 194 kB | 576/686 kB | 1.5/2.5 MB | 100 kB error 03-Jan-2023 03:01:45 Progress (4): 194 kB | 576/686 kB | 1.5/2.5 MB | 100 kB error 03-Jan-2023 03:01:45 Progress (4): 194 kB | 576/686 kB | 1.5/2.5 MB | 100 kB error 03-Jan-2023 03:01:45 Progress (4): 194 kB | 576/686 kB | 1.6/2.5 MB | 100 kB error 03-Jan-2023 03:01:45 Progress (4): 194 kB | 580/686 kB | 1.6/2.5 MB | 100 kB error 03-Jan-2023 03:01:45 Progress (4): 194 kB | 582/686 kB | 1.6/2.5 MB | 100 kB error 03-Jan-2023 03:01:45 Progress (4): 194 kB | 584/686 kB | 1.6/2.5 MB | 100 kB error 03-Jan-2023 03:01:45 Progress (4): 194 kB | 584/686 kB | 1.6/2.5 MB | 100 kB error 03-Jan-2023 03:01:45 Progress (4): 194 kB | 588/686 kB | 1.6/2.5 MB | 100 kB error 03-Jan-2023 03:01:45 Progress (4): 194 kB | 593/686 kB | 1.6/2.5 MB | 100 kB error 03-Jan-2023 03:01:45 Progress (4): 194 kB | 597/686 kB | 1.6/2.5 MB | 100 kB error 03-Jan-2023 03:01:45 Progress (4): 194 kB | 601/686 kB | 1.6/2.5 MB | 100 kB error 03-Jan-2023 03:01:45 Progress (4): 194 kB | 601/686 kB | 1.6/2.5 MB | 100 kB error 03-Jan-2023 03:01:45 Progress (4): 194 kB | 605/686 kB | 1.6/2.5 MB | 100 kB error 03-Jan-2023 03:01:45 Progress (4): 194 kB | 609/686 kB | 1.6/2.5 MB | 100 kB error 03-Jan-2023 03:01:45 Progress (4): 194 kB | 613/686 kB | 1.6/2.5 MB | 100 kB error 03-Jan-2023 03:01:45 Progress (4): 194 kB | 617/686 kB | 1.6/2.5 MB | 100 kB error 03-Jan-2023 03:01:45 Progress (4): 194 kB | 617/686 kB | 1.6/2.5 MB | 100 kB error 03-Jan-2023 03:01:45 Progress (4): 194 kB | 621/686 kB | 1.6/2.5 MB | 100 kB error 03-Jan-2023 03:01:45 Progress (4): 194 kB | 625/686 kB | 1.6/2.5 MB | 100 kB error 03-Jan-2023 03:01:45 Progress (4): 194 kB | 629/686 kB | 1.6/2.5 MB | 100 kB error 03-Jan-2023 03:01:45 Progress (4): 194 kB | 633/686 kB | 1.6/2.5 MB | 100 kB error 03-Jan-2023 03:01:45 Progress (4): 194 kB | 633/686 kB | 1.6/2.5 MB | 100 kB error 03-Jan-2023 03:01:45 Progress (4): 194 kB | 638/686 kB | 1.6/2.5 MB | 100 kB error 03-Jan-2023 03:01:45 Progress (4): 194 kB | 638/686 kB | 1.6/2.5 MB | 100 kB error 03-Jan-2023 03:01:45 Progress (4): 194 kB | 642/686 kB | 1.6/2.5 MB | 100 kB error 03-Jan-2023 03:01:45 Progress (4): 194 kB | 646/686 kB | 1.6/2.5 MB | 100 kB error 03-Jan-2023 03:01:45 Progress (4): 194 kB | 650/686 kB | 1.6/2.5 MB | 100 kB error 03-Jan-2023 03:01:45 Progress (4): 194 kB | 654/686 kB | 1.6/2.5 MB | 100 kB error 03-Jan-2023 03:01:45 Progress (4): 194 kB | 654/686 kB | 1.7/2.5 MB | 100 kB error 03-Jan-2023 03:01:45 Progress (4): 194 kB | 658/686 kB | 1.7/2.5 MB | 100 kB error 03-Jan-2023 03:01:45 Progress (4): 194 kB | 662/686 kB | 1.7/2.5 MB | 100 kB error 03-Jan-2023 03:01:45 Progress (4): 194 kB | 662/686 kB | 1.7/2.5 MB | 100 kB error 03-Jan-2023 03:01:45 Progress (4): 194 kB | 666/686 kB | 1.7/2.5 MB | 100 kB error 03-Jan-2023 03:01:45 Progress (4): 194 kB | 670/686 kB | 1.7/2.5 MB | 100 kB error 03-Jan-2023 03:01:45 Progress (4): 194 kB | 673/686 kB | 1.7/2.5 MB | 100 kB error 03-Jan-2023 03:01:45 Progress (4): 194 kB | 673/686 kB | 1.7/2.5 MB | 100 kB error 03-Jan-2023 03:01:45 Progress (4): 194 kB | 677/686 kB | 1.7/2.5 MB | 100 kB error 03-Jan-2023 03:01:45 Progress (4): 194 kB | 681/686 kB | 1.7/2.5 MB | 100 kB error 03-Jan-2023 03:01:45 Progress (4): 194 kB | 685/686 kB | 1.7/2.5 MB | 100 kB error 03-Jan-2023 03:01:45 Progress (4): 194 kB | 686 kB | 1.7/2.5 MB | 100 kB error 03-Jan-2023 03:01:45 error 03-Jan-2023 03:01:45 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/junit/jupiter/junit-jupiter-api/5.8.1/junit-jupiter-api-5.8.1.jar (194 kB at 37 kB/s) error 03-Jan-2023 03:01:45 #17 33.71 Progress (3): 686 kB | 1.7/2.5 MB | 100 kB error 03-Jan-2023 03:01:45 error 03-Jan-2023 03:01:45 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/junit/platform/junit-platform-engine/1.8.1/junit-platform-engine-1.8.1.jar error 03-Jan-2023 03:01:45 #17 33.71 Progress (3): 686 kB | 1.7/2.5 MB | 100 kB error 03-Jan-2023 03:01:45 Progress (3): 686 kB | 1.7/2.5 MB | 100 kB error 03-Jan-2023 03:01:45 Progress (3): 686 kB | 1.8/2.5 MB | 100 kB error 03-Jan-2023 03:01:45 Progress (3): 686 kB | 1.8/2.5 MB | 100 kB error 03-Jan-2023 03:01:45 Progress (3): 686 kB | 1.8/2.5 MB | 100 kB error 03-Jan-2023 03:01:45 Progress (3): 686 kB | 1.8/2.5 MB | 100 kB error 03-Jan-2023 03:01:45 Progress (3): 686 kB | 1.8/2.5 MB | 100 kB error 03-Jan-2023 03:01:45 Progress (3): 686 kB | 1.9/2.5 MB | 100 kB error 03-Jan-2023 03:01:45 Progress (3): 686 kB | 1.9/2.5 MB | 100 kB error 03-Jan-2023 03:01:45 Progress (3): 686 kB | 1.9/2.5 MB | 100 kB error 03-Jan-2023 03:01:45 Progress (3): 686 kB | 1.9/2.5 MB | 100 kB error 03-Jan-2023 03:01:45 Progress (3): 686 kB | 1.9/2.5 MB | 100 kB error 03-Jan-2023 03:01:45 Progress (3): 686 kB | 1.9/2.5 MB | 100 kB error 03-Jan-2023 03:01:45 Progress (3): 686 kB | 2.0/2.5 MB | 100 kB error 03-Jan-2023 03:01:45 Progress (3): 686 kB | 2.0/2.5 MB | 100 kB error 03-Jan-2023 03:01:45 Progress (3): 686 kB | 2.0/2.5 MB | 100 kB error 03-Jan-2023 03:01:45 Progress (3): 686 kB | 2.0/2.5 MB | 100 kB error 03-Jan-2023 03:01:45 Progress (3): 686 kB | 2.0/2.5 MB | 100 kB error 03-Jan-2023 03:01:45 Progress (3): 686 kB | 2.0/2.5 MB | 100 kB error 03-Jan-2023 03:01:45 Progress (3): 686 kB | 2.1/2.5 MB | 100 kB error 03-Jan-2023 03:01:45 Progress (3): 686 kB | 2.1/2.5 MB | 100 kB error 03-Jan-2023 03:01:45 Progress (3): 686 kB | 2.1/2.5 MB | 100 kB error 03-Jan-2023 03:01:45 Progress (3): 686 kB | 2.1/2.5 MB | 100 kB error 03-Jan-2023 03:01:45 Progress (3): 686 kB | 2.1/2.5 MB | 100 kB error 03-Jan-2023 03:01:45 Progress (3): 686 kB | 2.1/2.5 MB | 100 kB error 03-Jan-2023 03:01:45 Progress (3): 686 kB | 2.2/2.5 MB | 100 kB error 03-Jan-2023 03:01:45 Progress (3): 686 kB | 2.2/2.5 MB | 100 kB error 03-Jan-2023 03:01:45 Progress (3): 686 kB | 2.2/2.5 MB | 100 kB error 03-Jan-2023 03:01:45 Progress (3): 686 kB | 2.2/2.5 MB | 100 kB error 03-Jan-2023 03:01:45 Progress (3): 686 kB | 2.2/2.5 MB | 100 kB error 03-Jan-2023 03:01:45 Progress (3): 686 kB | 2.2/2.5 MB | 100 kB error 03-Jan-2023 03:01:45 Progress (3): 686 kB | 2.3/2.5 MB | 100 kB error 03-Jan-2023 03:01:45 Progress (3): 686 kB | 2.3/2.5 MB | 100 kB error 03-Jan-2023 03:01:45 Progress (3): 686 kB | 2.3/2.5 MB | 100 kB error 03-Jan-2023 03:01:45 Progress (3): 686 kB | 2.3/2.5 MB | 100 kB error 03-Jan-2023 03:01:45 Progress (3): 686 kB | 2.3/2.5 MB | 100 kB error 03-Jan-2023 03:01:45 Progress (3): 686 kB | 2.3/2.5 MB | 100 kB error 03-Jan-2023 03:01:45 Progress (3): 686 kB | 2.4/2.5 MB | 100 kB error 03-Jan-2023 03:01:45 Progress (3): 686 kB | 2.4/2.5 MB | 100 kB error 03-Jan-2023 03:01:45 Progress (3): 686 kB | 2.4/2.5 MB | 100 kB error 03-Jan-2023 03:01:45 Progress (3): 686 kB | 2.4/2.5 MB | 100 kB error 03-Jan-2023 03:01:45 Progress (3): 686 kB | 2.4/2.5 MB | 100 kB error 03-Jan-2023 03:01:45 Progress (3): 686 kB | 2.4/2.5 MB | 100 kB error 03-Jan-2023 03:01:45 Progress (3): 686 kB | 2.5/2.5 MB | 100 kB error 03-Jan-2023 03:01:45 Progress (3): 686 kB | 2.5/2.5 MB | 100 kB error 03-Jan-2023 03:01:45 Progress (3): 686 kB | 2.5/2.5 MB | 100 kB error 03-Jan-2023 03:01:45 Progress (3): 686 kB | 2.5/2.5 MB | 100 kB error 03-Jan-2023 03:01:45 Progress (3): 686 kB | 2.5 MB | 100 kB error 03-Jan-2023 03:01:45 error 03-Jan-2023 03:01:45 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/junit/platform/junit-platform-commons/1.8.1/junit-platform-commons-1.8.1.jar (100 kB at 19 kB/s) error 03-Jan-2023 03:01:45 #17 33.79 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/junit/vintage/junit-vintage-engine/5.8.1/junit-vintage-engine-5.8.1.jar error 03-Jan-2023 03:01:45 #17 33.83 Progress (3): 686 kB | 2.5 MB | 3.3/186 kB error 03-Jan-2023 03:01:45 Progress (3): 686 kB | 2.5 MB | 6.1/186 kB error 03-Jan-2023 03:01:45 Progress (3): 686 kB | 2.5 MB | 8.9/186 kB error 03-Jan-2023 03:01:45 Progress (3): 686 kB | 2.5 MB | 12/186 kB error 03-Jan-2023 03:01:45 Progress (3): 686 kB | 2.5 MB | 14/186 kB error 03-Jan-2023 03:01:45 Progress (3): 686 kB | 2.5 MB | 17/186 kB error 03-Jan-2023 03:01:45 Progress (3): 686 kB | 2.5 MB | 20/186 kB error 03-Jan-2023 03:01:45 Progress (3): 686 kB | 2.5 MB | 23/186 kB error 03-Jan-2023 03:01:45 Progress (3): 686 kB | 2.5 MB | 26/186 kB error 03-Jan-2023 03:01:45 Progress (3): 686 kB | 2.5 MB | 29/186 kB error 03-Jan-2023 03:01:45 Progress (3): 686 kB | 2.5 MB | 31/186 kB error 03-Jan-2023 03:01:45 Progress (3): 686 kB | 2.5 MB | 34/186 kB error 03-Jan-2023 03:01:45 Progress (3): 686 kB | 2.5 MB | 37/186 kB error 03-Jan-2023 03:01:45 Progress (3): 686 kB | 2.5 MB | 40/186 kB error 03-Jan-2023 03:01:45 Progress (3): 686 kB | 2.5 MB | 43/186 kB error 03-Jan-2023 03:01:45 Progress (3): 686 kB | 2.5 MB | 45/186 kB error 03-Jan-2023 03:01:45 error 03-Jan-2023 03:01:45 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/springframework/spring-test/5.2.14.RELEASE/spring-test-5.2.14.RELEASE.jar (686 kB at 129 kB/s) error 03-Jan-2023 03:01:45 #17 33.83 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/dbunit/dbunit/2.7.2/dbunit-2.7.2.jar error 03-Jan-2023 03:01:45 #17 33.83 Progress (2): 2.5 MB | 48/186 kB error 03-Jan-2023 03:01:45 Progress (2): 2.5 MB | 51/186 kB error 03-Jan-2023 03:01:45 Progress (2): 2.5 MB | 54/186 kB error 03-Jan-2023 03:01:45 Progress (2): 2.5 MB | 57/186 kB error 03-Jan-2023 03:01:45 Progress (2): 2.5 MB | 59/186 kB error 03-Jan-2023 03:01:45 Progress (2): 2.5 MB | 62/186 kB error 03-Jan-2023 03:01:45 Progress (2): 2.5 MB | 65/186 kB error 03-Jan-2023 03:01:45 Progress (2): 2.5 MB | 67/186 kB error 03-Jan-2023 03:01:45 Progress (2): 2.5 MB | 70/186 kB error 03-Jan-2023 03:01:45 Progress (2): 2.5 MB | 73/186 kB error 03-Jan-2023 03:01:45 Progress (2): 2.5 MB | 76/186 kB error 03-Jan-2023 03:01:45 Progress (2): 2.5 MB | 79/186 kB error 03-Jan-2023 03:01:45 Progress (2): 2.5 MB | 81/186 kB error 03-Jan-2023 03:01:45 Progress (2): 2.5 MB | 84/186 kB error 03-Jan-2023 03:01:45 Progress (2): 2.5 MB | 87/186 kB error 03-Jan-2023 03:01:45 Progress (2): 2.5 MB | 90/186 kB error 03-Jan-2023 03:01:45 Progress (2): 2.5 MB | 93/186 kB error 03-Jan-2023 03:01:45 Progress (2): 2.5 MB | 95/186 kB error 03-Jan-2023 03:01:45 Progress (2): 2.5 MB | 98/186 kB error 03-Jan-2023 03:01:45 Progress (2): 2.5 MB | 101/186 kB error 03-Jan-2023 03:01:45 Progress (2): 2.5 MB | 104/186 kB error 03-Jan-2023 03:01:45 Progress (2): 2.5 MB | 107/186 kB error 03-Jan-2023 03:01:45 Progress (2): 2.5 MB | 109/186 kB error 03-Jan-2023 03:01:45 Progress (2): 2.5 MB | 112/186 kB error 03-Jan-2023 03:01:45 Progress (2): 2.5 MB | 115/186 kB error 03-Jan-2023 03:01:45 Progress (2): 2.5 MB | 118/186 kB error 03-Jan-2023 03:01:45 Progress (2): 2.5 MB | 121/186 kB error 03-Jan-2023 03:01:45 Progress (2): 2.5 MB | 123/186 kB error 03-Jan-2023 03:01:45 Progress (2): 2.5 MB | 126/186 kB error 03-Jan-2023 03:01:45 Progress (2): 2.5 MB | 129/186 kB error 03-Jan-2023 03:01:45 Progress (2): 2.5 MB | 132/186 kB error 03-Jan-2023 03:01:45 Progress (2): 2.5 MB | 135/186 kB error 03-Jan-2023 03:01:45 Progress (2): 2.5 MB | 137/186 kB error 03-Jan-2023 03:01:45 Progress (2): 2.5 MB | 140/186 kB error 03-Jan-2023 03:01:45 Progress (2): 2.5 MB | 143/186 kB error 03-Jan-2023 03:01:45 Progress (2): 2.5 MB | 146/186 kB error 03-Jan-2023 03:01:45 Progress (2): 2.5 MB | 149/186 kB error 03-Jan-2023 03:01:45 Progress (2): 2.5 MB | 151/186 kB error 03-Jan-2023 03:01:45 Progress (2): 2.5 MB | 154/186 kB error 03-Jan-2023 03:01:45 Progress (2): 2.5 MB | 157/186 kB error 03-Jan-2023 03:01:45 Progress (2): 2.5 MB | 160/186 kB error 03-Jan-2023 03:01:45 Progress (2): 2.5 MB | 163/186 kB error 03-Jan-2023 03:01:45 Progress (2): 2.5 MB | 165/186 kB error 03-Jan-2023 03:01:45 Progress (2): 2.5 MB | 168/186 kB error 03-Jan-2023 03:01:45 Progress (2): 2.5 MB | 171/186 kB error 03-Jan-2023 03:01:45 Progress (2): 2.5 MB | 174/186 kB error 03-Jan-2023 03:01:45 Progress (2): 2.5 MB | 177/186 kB error 03-Jan-2023 03:01:45 Progress (2): 2.5 MB | 179/186 kB error 03-Jan-2023 03:01:45 Progress (2): 2.5 MB | 182/186 kB error 03-Jan-2023 03:01:45 Progress (2): 2.5 MB | 185/186 kB error 03-Jan-2023 03:01:45 Progress (2): 2.5 MB | 186 kB error 03-Jan-2023 03:01:45 Progress (3): 2.5 MB | 186 kB | 4.1/230 kB error 03-Jan-2023 03:01:45 Progress (3): 2.5 MB | 186 kB | 7.5/230 kB error 03-Jan-2023 03:01:45 Progress (3): 2.5 MB | 186 kB | 12/230 kB error 03-Jan-2023 03:01:45 Progress (3): 2.5 MB | 186 kB | 16/230 kB error 03-Jan-2023 03:01:45 Progress (3): 2.5 MB | 186 kB | 20/230 kB error 03-Jan-2023 03:01:45 Progress (3): 2.5 MB | 186 kB | 24/230 kB error 03-Jan-2023 03:01:45 Progress (3): 2.5 MB | 186 kB | 28/230 kB error 03-Jan-2023 03:01:45 Progress (3): 2.5 MB | 186 kB | 32/230 kB error 03-Jan-2023 03:01:45 Progress (3): 2.5 MB | 186 kB | 36/230 kB error 03-Jan-2023 03:01:45 error 03-Jan-2023 03:01:45 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/api/openmrs-api/2.5.8/openmrs-api-2.5.8-tests.jar (2.5 MB at 470 kB/s) error 03-Jan-2023 03:01:45 #17 33.90 Progress (3): 186 kB | 36/230 kB | 3.3/67 kB error 03-Jan-2023 03:01:45 Progress (3): 186 kB | 40/230 kB | 3.3/67 kB error 03-Jan-2023 03:01:45 Progress (3): 186 kB | 42/230 kB | 3.3/67 kB error 03-Jan-2023 03:01:45 Progress (3): 186 kB | 42/230 kB | 6.1/67 kB error 03-Jan-2023 03:01:45 Progress (3): 186 kB | 46/230 kB | 6.1/67 kB error 03-Jan-2023 03:01:45 Progress (3): 186 kB | 46/230 kB | 8.9/67 kB error 03-Jan-2023 03:01:45 Progress (3): 186 kB | 51/230 kB | 8.9/67 kB error 03-Jan-2023 03:01:45 Progress (3): 186 kB | 51/230 kB | 12/67 kB error 03-Jan-2023 03:01:45 Progress (3): 186 kB | 51/230 kB | 14/67 kB error 03-Jan-2023 03:01:45 Progress (3): 186 kB | 53/230 kB | 14/67 kB error 03-Jan-2023 03:01:45 Progress (3): 186 kB | 53/230 kB | 17/67 kB error 03-Jan-2023 03:01:45 Progress (3): 186 kB | 57/230 kB | 17/67 kB error 03-Jan-2023 03:01:45 Progress (3): 186 kB | 57/230 kB | 20/67 kB error 03-Jan-2023 03:01:45 Progress (3): 186 kB | 62/230 kB | 20/67 kB error 03-Jan-2023 03:01:45 Progress (3): 186 kB | 62/230 kB | 23/67 kB error 03-Jan-2023 03:01:45 Progress (3): 186 kB | 66/230 kB | 23/67 kB error 03-Jan-2023 03:01:45 Progress (3): 186 kB | 66/230 kB | 26/67 kB error 03-Jan-2023 03:01:45 Progress (3): 186 kB | 70/230 kB | 26/67 kB error 03-Jan-2023 03:01:45 Progress (3): 186 kB | 70/230 kB | 28/67 kB error 03-Jan-2023 03:01:45 Progress (3): 186 kB | 74/230 kB | 28/67 kB error 03-Jan-2023 03:01:45 Progress (3): 186 kB | 78/230 kB | 28/67 kB error 03-Jan-2023 03:01:45 Progress (3): 186 kB | 82/230 kB | 28/67 kB error 03-Jan-2023 03:01:45 Progress (3): 186 kB | 86/230 kB | 28/67 kB error 03-Jan-2023 03:01:45 Progress (3): 186 kB | 88/230 kB | 28/67 kB error 03-Jan-2023 03:01:45 Progress (3): 186 kB | 88/230 kB | 31/67 kB error 03-Jan-2023 03:01:45 Progress (3): 186 kB | 92/230 kB | 31/67 kB error 03-Jan-2023 03:01:45 Progress (3): 186 kB | 96/230 kB | 31/67 kB error 03-Jan-2023 03:01:45 Progress (3): 186 kB | 100/230 kB | 31/67 kB error 03-Jan-2023 03:01:45 Progress (3): 186 kB | 105/230 kB | 31/67 kB error 03-Jan-2023 03:01:45 Progress (3): 186 kB | 105/230 kB | 34/67 kB error 03-Jan-2023 03:01:45 Progress (3): 186 kB | 109/230 kB | 34/67 kB error 03-Jan-2023 03:01:45 Progress (3): 186 kB | 113/230 kB | 34/67 kB error 03-Jan-2023 03:01:45 Progress (3): 186 kB | 117/230 kB | 34/67 kB error 03-Jan-2023 03:01:45 Progress (3): 186 kB | 121/230 kB | 34/67 kB error 03-Jan-2023 03:01:45 Progress (3): 186 kB | 123/230 kB | 34/67 kB error 03-Jan-2023 03:01:45 Progress (3): 186 kB | 125/230 kB | 34/67 kB error 03-Jan-2023 03:01:45 Progress (3): 186 kB | 125/230 kB | 37/67 kB error 03-Jan-2023 03:01:45 Progress (3): 186 kB | 129/230 kB | 37/67 kB error 03-Jan-2023 03:01:45 Progress (3): 186 kB | 134/230 kB | 37/67 kB error 03-Jan-2023 03:01:45 Progress (3): 186 kB | 138/230 kB | 37/67 kB error 03-Jan-2023 03:01:45 Progress (3): 186 kB | 142/230 kB | 37/67 kB error 03-Jan-2023 03:01:45 Progress (3): 186 kB | 142/230 kB | 40/67 kB error 03-Jan-2023 03:01:45 Progress (3): 186 kB | 146/230 kB | 40/67 kB error 03-Jan-2023 03:01:45 Progress (3): 186 kB | 150/230 kB | 40/67 kB error 03-Jan-2023 03:01:45 Progress (3): 186 kB | 154/230 kB | 40/67 kB error 03-Jan-2023 03:01:45 Progress (3): 186 kB | 154/230 kB | 42/67 kB error 03-Jan-2023 03:01:45 Progress (3): 186 kB | 158/230 kB | 42/67 kB error 03-Jan-2023 03:01:45 Progress (3): 186 kB | 158/230 kB | 45/67 kB error 03-Jan-2023 03:01:45 Progress (3): 186 kB | 162/230 kB | 45/67 kB error 03-Jan-2023 03:01:45 Progress (3): 186 kB | 166/230 kB | 45/67 kB error 03-Jan-2023 03:01:45 Progress (3): 186 kB | 170/230 kB | 45/67 kB error 03-Jan-2023 03:01:45 Progress (3): 186 kB | 170/230 kB | 48/67 kB error 03-Jan-2023 03:01:45 Progress (3): 186 kB | 174/230 kB | 48/67 kB error 03-Jan-2023 03:01:45 Progress (3): 186 kB | 174/230 kB | 51/67 kB error 03-Jan-2023 03:01:45 Progress (3): 186 kB | 179/230 kB | 51/67 kB error 03-Jan-2023 03:01:45 Progress (3): 186 kB | 183/230 kB | 51/67 kB error 03-Jan-2023 03:01:45 Progress (3): 186 kB | 183/230 kB | 54/67 kB error 03-Jan-2023 03:01:45 Progress (3): 186 kB | 183/230 kB | 56/67 kB error 03-Jan-2023 03:01:45 Progress (3): 186 kB | 187/230 kB | 56/67 kB error 03-Jan-2023 03:01:45 Progress (3): 186 kB | 187/230 kB | 59/67 kB error 03-Jan-2023 03:01:45 Progress (3): 186 kB | 191/230 kB | 59/67 kB error 03-Jan-2023 03:01:45 Progress (3): 186 kB | 191/230 kB | 62/67 kB error 03-Jan-2023 03:01:45 Progress (3): 186 kB | 195/230 kB | 62/67 kB error 03-Jan-2023 03:01:45 Progress (3): 186 kB | 197/230 kB | 62/67 kB error 03-Jan-2023 03:01:45 Progress (3): 186 kB | 197/230 kB | 65/67 kB error 03-Jan-2023 03:01:45 Progress (3): 186 kB | 201/230 kB | 65/67 kB error 03-Jan-2023 03:01:45 Progress (3): 186 kB | 206/230 kB | 65/67 kB error 03-Jan-2023 03:01:45 Progress (3): 186 kB | 210/230 kB | 65/67 kB error 03-Jan-2023 03:01:45 Progress (3): 186 kB | 214/230 kB | 65/67 kB error 03-Jan-2023 03:01:45 Progress (3): 186 kB | 214/230 kB | 67 kB error 03-Jan-2023 03:01:45 Progress (3): 186 kB | 218/230 kB | 67 kB error 03-Jan-2023 03:01:45 Progress (3): 186 kB | 222/230 kB | 67 kB error 03-Jan-2023 03:01:45 Progress (3): 186 kB | 224/230 kB | 67 kB error 03-Jan-2023 03:01:45 Progress (3): 186 kB | 228/230 kB | 67 kB error 03-Jan-2023 03:01:45 Progress (3): 186 kB | 230 kB | 67 kB error 03-Jan-2023 03:01:45 error 03-Jan-2023 03:01:45 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/junit/platform/junit-platform-engine/1.8.1/junit-platform-engine-1.8.1.jar (186 kB at 34 kB/s) error 03-Jan-2023 03:01:45 #17 34.05 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/junit/vintage/junit-vintage-engine/5.8.1/junit-vintage-engine-5.8.1.jar (67 kB at 12 kB/s) error 03-Jan-2023 03:01:45 #17 34.05 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/junit/jupiter/junit-jupiter-engine/5.8.1/junit-jupiter-engine-5.8.1.jar (230 kB at 42 kB/s) error 03-Jan-2023 03:01:45 #17 34.16 Progress (1): 3.4/636 kB error 03-Jan-2023 03:01:45 Progress (1): 7.5/636 kB error 03-Jan-2023 03:01:45 Progress (1): 12/636 kB error 03-Jan-2023 03:01:45 Progress (1): 16/636 kB error 03-Jan-2023 03:01:45 Progress (1): 20/636 kB error 03-Jan-2023 03:01:45 Progress (1): 24/636 kB error 03-Jan-2023 03:01:45 Progress (1): 28/636 kB error 03-Jan-2023 03:01:45 Progress (1): 32/636 kB error 03-Jan-2023 03:01:45 Progress (1): 36/636 kB error 03-Jan-2023 03:01:45 Progress (1): 38/636 kB error 03-Jan-2023 03:01:45 Progress (1): 42/636 kB error 03-Jan-2023 03:01:45 Progress (1): 46/636 kB error 03-Jan-2023 03:01:45 Progress (1): 51/636 kB error 03-Jan-2023 03:01:45 Progress (1): 55/636 kB error 03-Jan-2023 03:01:45 Progress (1): 59/636 kB error 03-Jan-2023 03:01:45 Progress (1): 62/636 kB error 03-Jan-2023 03:01:45 Progress (1): 66/636 kB error 03-Jan-2023 03:01:45 Progress (1): 71/636 kB error 03-Jan-2023 03:01:45 Progress (1): 75/636 kB error 03-Jan-2023 03:01:45 Progress (1): 79/636 kB error 03-Jan-2023 03:01:45 Progress (1): 83/636 kB error 03-Jan-2023 03:01:45 Progress (1): 87/636 kB error 03-Jan-2023 03:01:45 Progress (1): 91/636 kB error 03-Jan-2023 03:01:45 Progress (1): 95/636 kB error 03-Jan-2023 03:01:45 Progress (1): 97/636 kB error 03-Jan-2023 03:01:45 Progress (1): 101/636 kB error 03-Jan-2023 03:01:45 Progress (1): 105/636 kB error 03-Jan-2023 03:01:45 Progress (1): 109/636 kB error 03-Jan-2023 03:01:45 Progress (1): 114/636 kB error 03-Jan-2023 03:01:45 Progress (1): 116/636 kB error 03-Jan-2023 03:01:45 Progress (1): 120/636 kB error 03-Jan-2023 03:01:45 Progress (1): 125/636 kB error 03-Jan-2023 03:01:45 Progress (1): 129/636 kB error 03-Jan-2023 03:01:45 Progress (1): 133/636 kB error 03-Jan-2023 03:01:45 Progress (1): 137/636 kB error 03-Jan-2023 03:01:45 Progress (1): 141/636 kB error 03-Jan-2023 03:01:45 Progress (1): 145/636 kB error 03-Jan-2023 03:01:45 Progress (1): 149/636 kB error 03-Jan-2023 03:01:45 Progress (1): 153/636 kB error 03-Jan-2023 03:01:45 Progress (1): 157/636 kB error 03-Jan-2023 03:01:45 Progress (1): 161/636 kB error 03-Jan-2023 03:01:45 Progress (1): 165/636 kB error 03-Jan-2023 03:01:45 Progress (1): 170/636 kB error 03-Jan-2023 03:01:45 Progress (1): 174/636 kB error 03-Jan-2023 03:01:45 Progress (1): 178/636 kB error 03-Jan-2023 03:01:45 Progress (1): 182/636 kB error 03-Jan-2023 03:01:45 Progress (1): 186/636 kB error 03-Jan-2023 03:01:45 Progress (1): 188/636 kB error 03-Jan-2023 03:01:45 Progress (1): 192/636 kB error 03-Jan-2023 03:01:45 Progress (1): 197/636 kB error 03-Jan-2023 03:01:45 Progress (1): 201/636 kB error 03-Jan-2023 03:01:45 Progress (1): 205/636 kB error 03-Jan-2023 03:01:45 Progress (1): 209/636 kB error 03-Jan-2023 03:01:45 Progress (1): 213/636 kB error 03-Jan-2023 03:01:45 Progress (1): 217/636 kB error 03-Jan-2023 03:01:45 Progress (1): 221/636 kB error 03-Jan-2023 03:01:45 Progress (1): 223/636 kB error 03-Jan-2023 03:01:45 Progress (1): 227/636 kB error 03-Jan-2023 03:01:45 Progress (1): 231/636 kB error 03-Jan-2023 03:01:45 Progress (1): 235/636 kB error 03-Jan-2023 03:01:45 Progress (1): 240/636 kB error 03-Jan-2023 03:01:45 Progress (1): 244/636 kB error 03-Jan-2023 03:01:45 Progress (1): 248/636 kB error 03-Jan-2023 03:01:45 Progress (1): 252/636 kB error 03-Jan-2023 03:01:45 Progress (1): 256/636 kB error 03-Jan-2023 03:01:45 Progress (1): 258/636 kB error 03-Jan-2023 03:01:45 Progress (1): 262/636 kB error 03-Jan-2023 03:01:45 Progress (1): 266/636 kB error 03-Jan-2023 03:01:45 Progress (1): 270/636 kB error 03-Jan-2023 03:01:45 Progress (1): 274/636 kB error 03-Jan-2023 03:01:45 Progress (1): 278/636 kB error 03-Jan-2023 03:01:45 Progress (1): 283/636 kB error 03-Jan-2023 03:01:45 Progress (1): 287/636 kB error 03-Jan-2023 03:01:45 Progress (1): 291/636 kB error 03-Jan-2023 03:01:45 Progress (1): 293/636 kB error 03-Jan-2023 03:01:45 Progress (1): 297/636 kB error 03-Jan-2023 03:01:45 Progress (1): 301/636 kB error 03-Jan-2023 03:01:45 Progress (1): 305/636 kB error 03-Jan-2023 03:01:45 Progress (1): 309/636 kB error 03-Jan-2023 03:01:45 Progress (1): 313/636 kB error 03-Jan-2023 03:01:45 Progress (1): 317/636 kB error 03-Jan-2023 03:01:45 Progress (1): 321/636 kB error 03-Jan-2023 03:01:45 Progress (1): 326/636 kB error 03-Jan-2023 03:01:45 Progress (1): 330/636 kB error 03-Jan-2023 03:01:45 Progress (1): 334/636 kB error 03-Jan-2023 03:01:45 Progress (1): 338/636 kB error 03-Jan-2023 03:01:45 Progress (1): 341/636 kB error 03-Jan-2023 03:01:45 Progress (1): 345/636 kB error 03-Jan-2023 03:01:45 Progress (1): 349/636 kB error 03-Jan-2023 03:01:45 Progress (1): 353/636 kB error 03-Jan-2023 03:01:45 Progress (1): 357/636 kB error 03-Jan-2023 03:01:45 Progress (1): 361/636 kB error 03-Jan-2023 03:01:45 Progress (1): 365/636 kB error 03-Jan-2023 03:01:45 Progress (1): 368/636 kB error 03-Jan-2023 03:01:45 Progress (1): 372/636 kB error 03-Jan-2023 03:01:45 Progress (1): 376/636 kB error 03-Jan-2023 03:01:45 Progress (1): 380/636 kB error 03-Jan-2023 03:01:45 Progress (1): 384/636 kB error 03-Jan-2023 03:01:45 Progress (1): 386/636 kB error 03-Jan-2023 03:01:45 Progress (1): 390/636 kB error 03-Jan-2023 03:01:45 Progress (1): 395/636 kB error 03-Jan-2023 03:01:45 Progress (1): 399/636 kB error 03-Jan-2023 03:01:45 Progress (1): 403/636 kB error 03-Jan-2023 03:01:45 Progress (1): 407/636 kB error 03-Jan-2023 03:01:45 Progress (1): 411/636 kB error 03-Jan-2023 03:01:45 Progress (1): 415/636 kB error 03-Jan-2023 03:01:45 Progress (1): 419/636 kB error 03-Jan-2023 03:01:45 Progress (1): 423/636 kB error 03-Jan-2023 03:01:45 Progress (1): 427/636 kB error 03-Jan-2023 03:01:45 Progress (1): 431/636 kB error 03-Jan-2023 03:01:45 Progress (1): 435/636 kB error 03-Jan-2023 03:01:45 Progress (1): 438/636 kB error 03-Jan-2023 03:01:45 Progress (1): 442/636 kB error 03-Jan-2023 03:01:45 Progress (1): 446/636 kB error 03-Jan-2023 03:01:45 Progress (1): 449/636 kB error 03-Jan-2023 03:01:45 Progress (1): 453/636 kB error 03-Jan-2023 03:01:45 Progress (1): 458/636 kB error 03-Jan-2023 03:01:45 Progress (1): 462/636 kB error 03-Jan-2023 03:01:45 Progress (1): 466/636 kB error 03-Jan-2023 03:01:45 Progress (1): 470/636 kB error 03-Jan-2023 03:01:45 Progress (1): 474/636 kB error 03-Jan-2023 03:01:45 Progress (1): 478/636 kB error 03-Jan-2023 03:01:45 Progress (1): 482/636 kB error 03-Jan-2023 03:01:45 Progress (1): 486/636 kB error 03-Jan-2023 03:01:45 Progress (1): 490/636 kB error 03-Jan-2023 03:01:45 Progress (1): 494/636 kB error 03-Jan-2023 03:01:45 Progress (1): 498/636 kB error 03-Jan-2023 03:01:45 Progress (1): 503/636 kB error 03-Jan-2023 03:01:45 Progress (1): 507/636 kB error 03-Jan-2023 03:01:45 Progress (1): 511/636 kB error 03-Jan-2023 03:01:45 Progress (1): 515/636 kB error 03-Jan-2023 03:01:45 Progress (1): 519/636 kB error 03-Jan-2023 03:01:45 Progress (1): 523/636 kB error 03-Jan-2023 03:01:45 Progress (1): 527/636 kB error 03-Jan-2023 03:01:45 Progress (1): 530/636 kB error 03-Jan-2023 03:01:45 Progress (1): 534/636 kB error 03-Jan-2023 03:01:45 Progress (1): 538/636 kB error 03-Jan-2023 03:01:45 Progress (1): 542/636 kB error 03-Jan-2023 03:01:45 Progress (1): 546/636 kB error 03-Jan-2023 03:01:45 Progress (1): 550/636 kB error 03-Jan-2023 03:01:45 Progress (1): 554/636 kB error 03-Jan-2023 03:01:45 Progress (1): 558/636 kB error 03-Jan-2023 03:01:45 Progress (1): 563/636 kB error 03-Jan-2023 03:01:45 Progress (1): 565/636 kB error 03-Jan-2023 03:01:45 Progress (1): 569/636 kB error 03-Jan-2023 03:01:45 Progress (1): 573/636 kB error 03-Jan-2023 03:01:45 Progress (1): 575/636 kB error 03-Jan-2023 03:01:45 Progress (1): 579/636 kB error 03-Jan-2023 03:01:45 Progress (1): 584/636 kB error 03-Jan-2023 03:01:45 Progress (1): 588/636 kB error 03-Jan-2023 03:01:45 Progress (1): 592/636 kB error 03-Jan-2023 03:01:45 Progress (1): 596/636 kB error 03-Jan-2023 03:01:45 Progress (1): 600/636 kB error 03-Jan-2023 03:01:45 Progress (1): 604/636 kB error 03-Jan-2023 03:01:45 Progress (1): 608/636 kB error 03-Jan-2023 03:01:45 Progress (1): 611/636 kB error 03-Jan-2023 03:01:45 Progress (1): 615/636 kB error 03-Jan-2023 03:01:45 Progress (1): 619/636 kB error 03-Jan-2023 03:01:45 Progress (1): 623/636 kB error 03-Jan-2023 03:01:45 Progress (1): 626/636 kB error 03-Jan-2023 03:01:45 Progress (1): 629/636 kB error 03-Jan-2023 03:01:45 Progress (1): 633/636 kB error 03-Jan-2023 03:01:45 Progress (1): 636 kB error 03-Jan-2023 03:01:45 error 03-Jan-2023 03:01:45 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/dbunit/dbunit/2.7.2/dbunit-2.7.2.jar (636 kB at 109 kB/s) error 03-Jan-2023 03:01:45 #17 34.37 [INFO] error 03-Jan-2023 03:01:45 #17 34.37 [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ referenceapplication-package --- error 03-Jan-2023 03:01:45 #17 34.40 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-core/2.0.6/maven-core-2.0.6.pom error 03-Jan-2023 03:01:45 #17 34.51 Progress (1): 3.4/6.7 kB error 03-Jan-2023 03:01:46 Progress (1): 6.2/6.7 kB error 03-Jan-2023 03:01:46 Progress (1): 6.7 kB error 03-Jan-2023 03:01:46 error 03-Jan-2023 03:01:46 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-core/2.0.6/maven-core-2.0.6.pom (6.7 kB at 29 kB/s) error 03-Jan-2023 03:01:46 #17 34.64 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-plugin-parameter-documenter/2.0.6/maven-plugin-parameter-documenter-2.0.6.pom error 03-Jan-2023 03:01:46 #17 34.76 Progress (1): 1.9 kB error 03-Jan-2023 03:01:46 error 03-Jan-2023 03:01:46 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-plugin-parameter-documenter/2.0.6/maven-plugin-parameter-documenter-2.0.6.pom (1.9 kB at 8.0 kB/s) error 03-Jan-2023 03:01:46 #17 34.88 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/reporting/maven-reporting-api/2.0.6/maven-reporting-api-2.0.6.pom error 03-Jan-2023 03:01:46 #17 35.00 Progress (1): 1.8 kB error 03-Jan-2023 03:01:46 error 03-Jan-2023 03:01:46 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/reporting/maven-reporting-api/2.0.6/maven-reporting-api-2.0.6.pom (1.8 kB at 7.6 kB/s) error 03-Jan-2023 03:01:46 #17 35.12 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/reporting/maven-reporting/2.0.6/maven-reporting-2.0.6.pom error 03-Jan-2023 03:01:46 #17 35.24 Progress (1): 1.4 kB error 03-Jan-2023 03:01:46 error 03-Jan-2023 03:01:46 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/reporting/maven-reporting/2.0.6/maven-reporting-2.0.6.pom (1.4 kB at 6.1 kB/s) error 03-Jan-2023 03:01:46 #17 35.36 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-7/doxia-sink-api-1.0-alpha-7.pom error 03-Jan-2023 03:01:46 #17 35.48 Progress (1): 424 B error 03-Jan-2023 03:01:47 error 03-Jan-2023 03:01:47 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-7/doxia-sink-api-1.0-alpha-7.pom (424 B at 1.8 kB/s) error 03-Jan-2023 03:01:47 #17 35.60 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/doxia/doxia/1.0-alpha-7/doxia-1.0-alpha-7.pom error 03-Jan-2023 03:01:47 #17 35.72 Progress (1): 3.4/3.9 kB error 03-Jan-2023 03:01:47 Progress (1): 3.9 kB error 03-Jan-2023 03:01:47 error 03-Jan-2023 03:01:47 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/doxia/doxia/1.0-alpha-7/doxia-1.0-alpha-7.pom (3.9 kB at 17 kB/s) error 03-Jan-2023 03:01:47 #17 35.84 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-error-diagnostics/2.0.6/maven-error-diagnostics-2.0.6.pom error 03-Jan-2023 03:01:47 #17 35.99 Progress (1): 1.7 kB error 03-Jan-2023 03:01:47 error 03-Jan-2023 03:01:47 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-error-diagnostics/2.0.6/maven-error-diagnostics-2.0.6.pom (1.7 kB at 6.3 kB/s) error 03-Jan-2023 03:01:47 #17 36.12 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/commons-cli/commons-cli/1.0/commons-cli-1.0.pom error 03-Jan-2023 03:01:47 #17 36.23 Progress (1): 2.1 kB error 03-Jan-2023 03:01:47 error 03-Jan-2023 03:01:47 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/commons-cli/commons-cli/1.0/commons-cli-1.0.pom (2.1 kB at 9.0 kB/s) error 03-Jan-2023 03:01:47 #17 36.35 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-plugin-descriptor/2.0.6/maven-plugin-descriptor-2.0.6.pom error 03-Jan-2023 03:01:47 #17 36.47 Progress (1): 2.0 kB error 03-Jan-2023 03:01:47 error 03-Jan-2023 03:01:48 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-plugin-descriptor/2.0.6/maven-plugin-descriptor-2.0.6.pom (2.0 kB at 8.7 kB/s) error 03-Jan-2023 03:01:48 #17 36.59 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-monitor/2.0.6/maven-monitor-2.0.6.pom error 03-Jan-2023 03:01:48 #17 36.73 Progress (1): 1.3 kB error 03-Jan-2023 03:01:48 error 03-Jan-2023 03:01:48 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-monitor/2.0.6/maven-monitor-2.0.6.pom (1.3 kB at 4.9 kB/s) error 03-Jan-2023 03:01:48 #17 36.87 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/shared/maven-filtering/1.1/maven-filtering-1.1.pom error 03-Jan-2023 03:01:48 #17 36.99 Progress (1): 3.4/5.8 kB error 03-Jan-2023 03:01:48 Progress (1): 5.8 kB error 03-Jan-2023 03:01:48 error 03-Jan-2023 03:01:48 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/shared/maven-filtering/1.1/maven-filtering-1.1.pom (5.8 kB at 25 kB/s) error 03-Jan-2023 03:01:48 #17 37.17 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-core/2.0.6/maven-core-2.0.6.jar error 03-Jan-2023 03:01:48 #17 37.17 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-plugin-parameter-documenter/2.0.6/maven-plugin-parameter-documenter-2.0.6.jar error 03-Jan-2023 03:01:48 #17 37.18 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/reporting/maven-reporting-api/2.0.6/maven-reporting-api-2.0.6.jar error 03-Jan-2023 03:01:48 #17 37.19 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-7/doxia-sink-api-1.0-alpha-7.jar error 03-Jan-2023 03:01:48 #17 37.19 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-error-diagnostics/2.0.6/maven-error-diagnostics-2.0.6.jar error 03-Jan-2023 03:01:48 #17 37.30 Progress (1): 3.4/9.9 kB error 03-Jan-2023 03:01:48 Progress (1): 6.2/9.9 kB error 03-Jan-2023 03:01:48 Progress (1): 9.0/9.9 kB error 03-Jan-2023 03:01:48 Progress (1): 9.9 kB error 03-Jan-2023 03:01:48 Progress (2): 9.9 kB | 3.3/21 kB error 03-Jan-2023 03:01:48 Progress (2): 9.9 kB | 6.1/21 kB error 03-Jan-2023 03:01:48 Progress (2): 9.9 kB | 8.9/21 kB error 03-Jan-2023 03:01:48 Progress (2): 9.9 kB | 12/21 kB error 03-Jan-2023 03:01:48 Progress (2): 9.9 kB | 15/21 kB error 03-Jan-2023 03:01:48 Progress (3): 9.9 kB | 15/21 kB | 3.4/5.9 kB error 03-Jan-2023 03:01:48 Progress (4): 9.9 kB | 15/21 kB | 3.4/5.9 kB | 3.4/14 kB error 03-Jan-2023 03:01:48 Progress (4): 9.9 kB | 15/21 kB | 3.4/5.9 kB | 6.2/14 kB error 03-Jan-2023 03:01:48 Progress (4): 9.9 kB | 15/21 kB | 3.4/5.9 kB | 9.0/14 kB error 03-Jan-2023 03:01:48 Progress (4): 9.9 kB | 15/21 kB | 3.4/5.9 kB | 12/14 kB error 03-Jan-2023 03:01:48 Progress (4): 9.9 kB | 15/21 kB | 5.9 kB | 12/14 kB error 03-Jan-2023 03:01:48 Progress (4): 9.9 kB | 15/21 kB | 5.9 kB | 14 kB error 03-Jan-2023 03:01:48 Progress (4): 9.9 kB | 17/21 kB | 5.9 kB | 14 kB error 03-Jan-2023 03:01:48 Progress (4): 9.9 kB | 20/21 kB | 5.9 kB | 14 kB error 03-Jan-2023 03:01:48 Progress (4): 9.9 kB | 21 kB | 5.9 kB | 14 kB error 03-Jan-2023 03:01:48 Progress (5): 9.9 kB | 21 kB | 5.9 kB | 14 kB | 3.4/152 kB error 03-Jan-2023 03:01:48 Progress (5): 9.9 kB | 21 kB | 5.9 kB | 14 kB | 6.2/152 kB error 03-Jan-2023 03:01:48 Progress (5): 9.9 kB | 21 kB | 5.9 kB | 14 kB | 9.0/152 kB error 03-Jan-2023 03:01:48 Progress (5): 9.9 kB | 21 kB | 5.9 kB | 14 kB | 12/152 kB error 03-Jan-2023 03:01:48 Progress (5): 9.9 kB | 21 kB | 5.9 kB | 14 kB | 15/152 kB error 03-Jan-2023 03:01:48 Progress (5): 9.9 kB | 21 kB | 5.9 kB | 14 kB | 17/152 kB error 03-Jan-2023 03:01:48 Progress (5): 9.9 kB | 21 kB | 5.9 kB | 14 kB | 20/152 kB error 03-Jan-2023 03:01:48 Progress (5): 9.9 kB | 21 kB | 5.9 kB | 14 kB | 23/152 kB error 03-Jan-2023 03:01:48 Progress (5): 9.9 kB | 21 kB | 5.9 kB | 14 kB | 26/152 kB error 03-Jan-2023 03:01:48 Progress (5): 9.9 kB | 21 kB | 5.9 kB | 14 kB | 29/152 kB error 03-Jan-2023 03:01:48 Progress (5): 9.9 kB | 21 kB | 5.9 kB | 14 kB | 31/152 kB error 03-Jan-2023 03:01:48 Progress (5): 9.9 kB | 21 kB | 5.9 kB | 14 kB | 34/152 kB error 03-Jan-2023 03:01:48 Progress (5): 9.9 kB | 21 kB | 5.9 kB | 14 kB | 37/152 kB error 03-Jan-2023 03:01:48 Progress (5): 9.9 kB | 21 kB | 5.9 kB | 14 kB | 40/152 kB error 03-Jan-2023 03:01:48 Progress (5): 9.9 kB | 21 kB | 5.9 kB | 14 kB | 43/152 kB error 03-Jan-2023 03:01:48 Progress (5): 9.9 kB | 21 kB | 5.9 kB | 14 kB | 45/152 kB error 03-Jan-2023 03:01:48 Progress (5): 9.9 kB | 21 kB | 5.9 kB | 14 kB | 48/152 kB error 03-Jan-2023 03:01:48 Progress (5): 9.9 kB | 21 kB | 5.9 kB | 14 kB | 51/152 kB error 03-Jan-2023 03:01:48 Progress (5): 9.9 kB | 21 kB | 5.9 kB | 14 kB | 54/152 kB error 03-Jan-2023 03:01:48 error 03-Jan-2023 03:01:48 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/reporting/maven-reporting-api/2.0.6/maven-reporting-api-2.0.6.jar (9.9 kB at 41 kB/s) error 03-Jan-2023 03:01:48 #17 37.42 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/commons-cli/commons-cli/1.0/commons-cli-1.0.jar error 03-Jan-2023 03:01:48 #17 37.42 Progress (4): 21 kB | 5.9 kB | 14 kB | 56/152 kB error 03-Jan-2023 03:01:48 Progress (4): 21 kB | 5.9 kB | 14 kB | 59/152 kB error 03-Jan-2023 03:01:48 Progress (4): 21 kB | 5.9 kB | 14 kB | 62/152 kB error 03-Jan-2023 03:01:48 Progress (4): 21 kB | 5.9 kB | 14 kB | 65/152 kB error 03-Jan-2023 03:01:48 Progress (4): 21 kB | 5.9 kB | 14 kB | 68/152 kB error 03-Jan-2023 03:01:48 Progress (4): 21 kB | 5.9 kB | 14 kB | 70/152 kB error 03-Jan-2023 03:01:48 Progress (4): 21 kB | 5.9 kB | 14 kB | 73/152 kB error 03-Jan-2023 03:01:48 Progress (4): 21 kB | 5.9 kB | 14 kB | 76/152 kB error 03-Jan-2023 03:01:48 Progress (4): 21 kB | 5.9 kB | 14 kB | 79/152 kB error 03-Jan-2023 03:01:48 Progress (4): 21 kB | 5.9 kB | 14 kB | 82/152 kB error 03-Jan-2023 03:01:48 Progress (4): 21 kB | 5.9 kB | 14 kB | 84/152 kB error 03-Jan-2023 03:01:48 Progress (4): 21 kB | 5.9 kB | 14 kB | 87/152 kB error 03-Jan-2023 03:01:48 error 03-Jan-2023 03:01:48 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-7/doxia-sink-api-1.0-alpha-7.jar (5.9 kB at 24 kB/s) error 03-Jan-2023 03:01:48 #17 37.43 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-plugin-descriptor/2.0.6/maven-plugin-descriptor-2.0.6.jar error 03-Jan-2023 03:01:48 #17 37.43 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-error-diagnostics/2.0.6/maven-error-diagnostics-2.0.6.jar (14 kB at 58 kB/s) error 03-Jan-2023 03:01:48 #17 37.43 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/classworlds/classworlds/1.1/classworlds-1.1.jar error 03-Jan-2023 03:01:48 #17 37.43 Progress (2): 21 kB | 90/152 kB error 03-Jan-2023 03:01:48 Progress (2): 21 kB | 93/152 kB error 03-Jan-2023 03:01:48 Progress (2): 21 kB | 96/152 kB error 03-Jan-2023 03:01:48 Progress (2): 21 kB | 98/152 kB error 03-Jan-2023 03:01:48 Progress (2): 21 kB | 101/152 kB error 03-Jan-2023 03:01:48 Progress (2): 21 kB | 104/152 kB error 03-Jan-2023 03:01:48 Progress (2): 21 kB | 107/152 kB error 03-Jan-2023 03:01:48 Progress (2): 21 kB | 110/152 kB error 03-Jan-2023 03:01:48 Progress (2): 21 kB | 112/152 kB error 03-Jan-2023 03:01:48 Progress (2): 21 kB | 115/152 kB error 03-Jan-2023 03:01:48 Progress (2): 21 kB | 118/152 kB error 03-Jan-2023 03:01:48 Progress (2): 21 kB | 121/152 kB error 03-Jan-2023 03:01:48 Progress (2): 21 kB | 124/152 kB error 03-Jan-2023 03:01:48 Progress (2): 21 kB | 126/152 kB error 03-Jan-2023 03:01:48 Progress (2): 21 kB | 129/152 kB error 03-Jan-2023 03:01:48 Progress (2): 21 kB | 132/152 kB error 03-Jan-2023 03:01:48 Progress (2): 21 kB | 135/152 kB error 03-Jan-2023 03:01:48 Progress (2): 21 kB | 138/152 kB error 03-Jan-2023 03:01:48 Progress (2): 21 kB | 140/152 kB error 03-Jan-2023 03:01:48 Progress (2): 21 kB | 143/152 kB error 03-Jan-2023 03:01:48 Progress (2): 21 kB | 146/152 kB error 03-Jan-2023 03:01:48 Progress (2): 21 kB | 149/152 kB error 03-Jan-2023 03:01:48 Progress (2): 21 kB | 152 kB error 03-Jan-2023 03:01:48 error 03-Jan-2023 03:01:48 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-plugin-parameter-documenter/2.0.6/maven-plugin-parameter-documenter-2.0.6.jar (21 kB at 75 kB/s) error 03-Jan-2023 03:01:48 #17 37.44 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-monitor/2.0.6/maven-monitor-2.0.6.jar error 03-Jan-2023 03:01:48 #17 37.53 Progress (2): 152 kB | 3.4/30 kB error 03-Jan-2023 03:01:49 Progress (2): 152 kB | 6.2/30 kB error 03-Jan-2023 03:01:49 Progress (2): 152 kB | 9.0/30 kB error 03-Jan-2023 03:01:49 Progress (2): 152 kB | 12/30 kB error 03-Jan-2023 03:01:49 Progress (2): 152 kB | 15/30 kB error 03-Jan-2023 03:01:49 Progress (2): 152 kB | 17/30 kB error 03-Jan-2023 03:01:49 Progress (2): 152 kB | 20/30 kB error 03-Jan-2023 03:01:49 Progress (2): 152 kB | 23/30 kB error 03-Jan-2023 03:01:49 Progress (2): 152 kB | 26/30 kB error 03-Jan-2023 03:01:49 Progress (2): 152 kB | 29/30 kB error 03-Jan-2023 03:01:49 Progress (2): 152 kB | 30 kB error 03-Jan-2023 03:01:49 Progress (3): 152 kB | 30 kB | 3.4/37 kB error 03-Jan-2023 03:01:49 Progress (3): 152 kB | 30 kB | 6.2/37 kB error 03-Jan-2023 03:01:49 Progress (3): 152 kB | 30 kB | 9.0/37 kB error 03-Jan-2023 03:01:49 Progress (4): 152 kB | 30 kB | 9.0/37 kB | 3.4/38 kB error 03-Jan-2023 03:01:49 Progress (4): 152 kB | 30 kB | 9.0/37 kB | 6.2/38 kB error 03-Jan-2023 03:01:49 Progress (4): 152 kB | 30 kB | 9.0/37 kB | 9.0/38 kB error 03-Jan-2023 03:01:49 Progress (4): 152 kB | 30 kB | 9.0/37 kB | 12/38 kB error 03-Jan-2023 03:01:49 Progress (4): 152 kB | 30 kB | 12/37 kB | 12/38 kB error 03-Jan-2023 03:01:49 Progress (4): 152 kB | 30 kB | 12/37 kB | 15/38 kB error 03-Jan-2023 03:01:49 Progress (4): 152 kB | 30 kB | 15/37 kB | 15/38 kB error 03-Jan-2023 03:01:49 Progress (4): 152 kB | 30 kB | 15/37 kB | 17/38 kB error 03-Jan-2023 03:01:49 Progress (4): 152 kB | 30 kB | 17/37 kB | 17/38 kB error 03-Jan-2023 03:01:49 Progress (4): 152 kB | 30 kB | 20/37 kB | 17/38 kB error 03-Jan-2023 03:01:49 Progress (4): 152 kB | 30 kB | 20/37 kB | 20/38 kB error 03-Jan-2023 03:01:49 Progress (4): 152 kB | 30 kB | 23/37 kB | 20/38 kB error 03-Jan-2023 03:01:49 Progress (4): 152 kB | 30 kB | 23/37 kB | 23/38 kB error 03-Jan-2023 03:01:49 Progress (4): 152 kB | 30 kB | 23/37 kB | 26/38 kB error 03-Jan-2023 03:01:49 Progress (4): 152 kB | 30 kB | 23/37 kB | 29/38 kB error 03-Jan-2023 03:01:49 Progress (4): 152 kB | 30 kB | 26/37 kB | 29/38 kB error 03-Jan-2023 03:01:49 Progress (4): 152 kB | 30 kB | 29/37 kB | 29/38 kB error 03-Jan-2023 03:01:49 Progress (4): 152 kB | 30 kB | 29/37 kB | 31/38 kB error 03-Jan-2023 03:01:49 Progress (4): 152 kB | 30 kB | 29/37 kB | 34/38 kB error 03-Jan-2023 03:01:49 Progress (4): 152 kB | 30 kB | 29/37 kB | 37/38 kB error 03-Jan-2023 03:01:49 Progress (4): 152 kB | 30 kB | 31/37 kB | 37/38 kB error 03-Jan-2023 03:01:49 Progress (4): 152 kB | 30 kB | 34/37 kB | 37/38 kB error 03-Jan-2023 03:01:49 Progress (4): 152 kB | 30 kB | 37 kB | 37/38 kB error 03-Jan-2023 03:01:49 Progress (4): 152 kB | 30 kB | 37 kB | 38 kB error 03-Jan-2023 03:01:49 Progress (5): 152 kB | 30 kB | 37 kB | 38 kB | 3.4/10 kB error 03-Jan-2023 03:01:49 Progress (5): 152 kB | 30 kB | 37 kB | 38 kB | 6.2/10 kB error 03-Jan-2023 03:01:49 Progress (5): 152 kB | 30 kB | 37 kB | 38 kB | 9.0/10 kB error 03-Jan-2023 03:01:49 Progress (5): 152 kB | 30 kB | 37 kB | 38 kB | 10 kB error 03-Jan-2023 03:01:49 error 03-Jan-2023 03:01:49 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-core/2.0.6/maven-core-2.0.6.jar (152 kB at 377 kB/s) error 03-Jan-2023 03:01:49 #17 37.56 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/shared/maven-filtering/1.1/maven-filtering-1.1.jar error 03-Jan-2023 03:01:49 #17 37.65 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/commons-cli/commons-cli/1.0/commons-cli-1.0.jar (30 kB at 66 kB/s) error 03-Jan-2023 03:01:49 #17 37.68 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-monitor/2.0.6/maven-monitor-2.0.6.jar (10 kB at 21 kB/s) error 03-Jan-2023 03:01:49 #17 37.68 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-plugin-descriptor/2.0.6/maven-plugin-descriptor-2.0.6.jar (37 kB at 76 kB/s) error 03-Jan-2023 03:01:49 #17 37.69 Progress (2): 38 kB | 3.4/43 kB error 03-Jan-2023 03:01:49 Progress (2): 38 kB | 6.2/43 kB error 03-Jan-2023 03:01:49 Progress (2): 38 kB | 9.0/43 kB error 03-Jan-2023 03:01:49 Progress (2): 38 kB | 12/43 kB error 03-Jan-2023 03:01:49 Progress (2): 38 kB | 15/43 kB error 03-Jan-2023 03:01:49 Progress (2): 38 kB | 17/43 kB error 03-Jan-2023 03:01:49 Progress (2): 38 kB | 20/43 kB error 03-Jan-2023 03:01:49 Progress (2): 38 kB | 23/43 kB error 03-Jan-2023 03:01:49 Progress (2): 38 kB | 26/43 kB error 03-Jan-2023 03:01:49 Progress (2): 38 kB | 29/43 kB error 03-Jan-2023 03:01:49 error 03-Jan-2023 03:01:49 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/classworlds/classworlds/1.1/classworlds-1.1.jar (38 kB at 75 kB/s) error 03-Jan-2023 03:01:49 #17 37.70 Progress (1): 31/43 kB error 03-Jan-2023 03:01:49 Progress (1): 34/43 kB error 03-Jan-2023 03:01:49 Progress (1): 37/43 kB error 03-Jan-2023 03:01:49 Progress (1): 40/43 kB error 03-Jan-2023 03:01:49 Progress (1): 43/43 kB error 03-Jan-2023 03:01:49 Progress (1): 43 kB error 03-Jan-2023 03:01:49 error 03-Jan-2023 03:01:49 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/shared/maven-filtering/1.1/maven-filtering-1.1.jar (43 kB at 67 kB/s) error 03-Jan-2023 03:01:49 #17 37.89 [INFO] Using 'UTF-8' encoding to copy filtered resources. error 03-Jan-2023 03:01:49 #17 37.89 [INFO] Copying 1 resource error 03-Jan-2023 03:01:49 #17 37.91 [INFO] Copying 2 resources error 03-Jan-2023 03:01:49 #17 37.95 [INFO] skip non existing resourceDirectory /app/package/src/main/webapp error 03-Jan-2023 03:01:49 #17 37.95 [INFO] error 03-Jan-2023 03:01:49 #17 37.95 [INFO] --- openmrs-sdk-maven-plugin:4.5.0:build-distro (build-distro) @ referenceapplication-package --- error 03-Jan-2023 03:01:51 #17 39.95 Jan 03, 2023 3:01:51 AM org.jline.utils.Log logr error 03-Jan-2023 03:01:51 #17 39.95 WARNING: Unable to create a system terminal, creating a dumb terminal (enable debug logging for more information) error 03-Jan-2023 03:01:51 #17 40.37 error 03-Jan-2023 03:01:51 #17 40.37 Downloading modules... error 03-Jan-2023 03:01:51 #17 40.37 error 03-Jan-2023 03:01:51 #17 40.39 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/plugins/maven-dependency-plugin/3.2.0/maven-dependency-plugin-3.2.0.pom error 03-Jan-2023 03:01:52 #17 40.52 Progress (1): 3.3/18 kB error 03-Jan-2023 03:01:52 Progress (1): 6.1/18 kB error 03-Jan-2023 03:01:52 Progress (1): 8.9/18 kB error 03-Jan-2023 03:01:52 Progress (1): 12/18 kB error 03-Jan-2023 03:01:52 Progress (1): 14/18 kB error 03-Jan-2023 03:01:52 Progress (1): 17/18 kB error 03-Jan-2023 03:01:52 Progress (1): 18 kB error 03-Jan-2023 03:01:52 error 03-Jan-2023 03:01:52 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/plugins/maven-dependency-plugin/3.2.0/maven-dependency-plugin-3.2.0.pom (18 kB at 70 kB/s) error 03-Jan-2023 03:01:52 #17 40.65 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/plugins/maven-dependency-plugin/3.2.0/maven-dependency-plugin-3.2.0.jar error 03-Jan-2023 03:01:52 #17 41.37 Progress (1): 4.1/205 kB error 03-Jan-2023 03:01:52 Progress (1): 8.2/205 kB error 03-Jan-2023 03:01:52 Progress (1): 12/205 kB error 03-Jan-2023 03:01:52 Progress (1): 16/205 kB error 03-Jan-2023 03:01:52 Progress (1): 20/205 kB error 03-Jan-2023 03:01:52 Progress (1): 25/205 kB error 03-Jan-2023 03:01:52 Progress (1): 29/205 kB error 03-Jan-2023 03:01:52 Progress (1): 33/205 kB error 03-Jan-2023 03:01:52 Progress (1): 37/205 kB error 03-Jan-2023 03:01:52 Progress (1): 41/205 kB error 03-Jan-2023 03:01:52 Progress (1): 45/205 kB error 03-Jan-2023 03:01:52 Progress (1): 49/205 kB error 03-Jan-2023 03:01:52 Progress (1): 52/205 kB error 03-Jan-2023 03:01:52 Progress (1): 56/205 kB error 03-Jan-2023 03:01:53 Progress (1): 60/205 kB error 03-Jan-2023 03:01:53 Progress (1): 64/205 kB error 03-Jan-2023 03:01:53 Progress (1): 68/205 kB error 03-Jan-2023 03:01:53 Progress (1): 72/205 kB error 03-Jan-2023 03:01:53 Progress (1): 76/205 kB error 03-Jan-2023 03:01:53 Progress (1): 80/205 kB error 03-Jan-2023 03:01:53 Progress (1): 84/205 kB error 03-Jan-2023 03:01:53 Progress (1): 86/205 kB error 03-Jan-2023 03:01:53 Progress (1): 90/205 kB error 03-Jan-2023 03:01:53 Progress (1): 95/205 kB error 03-Jan-2023 03:01:53 Progress (1): 99/205 kB error 03-Jan-2023 03:01:53 Progress (1): 103/205 kB error 03-Jan-2023 03:01:53 Progress (1): 107/205 kB error 03-Jan-2023 03:01:53 Progress (1): 111/205 kB error 03-Jan-2023 03:01:53 Progress (1): 115/205 kB error 03-Jan-2023 03:01:53 Progress (1): 119/205 kB error 03-Jan-2023 03:01:53 Progress (1): 121/205 kB error 03-Jan-2023 03:01:53 Progress (1): 125/205 kB error 03-Jan-2023 03:01:53 Progress (1): 129/205 kB error 03-Jan-2023 03:01:53 Progress (1): 133/205 kB error 03-Jan-2023 03:01:53 Progress (1): 138/205 kB error 03-Jan-2023 03:01:53 Progress (1): 142/205 kB error 03-Jan-2023 03:01:53 Progress (1): 146/205 kB error 03-Jan-2023 03:01:53 Progress (1): 150/205 kB error 03-Jan-2023 03:01:53 Progress (1): 154/205 kB error 03-Jan-2023 03:01:53 Progress (1): 156/205 kB error 03-Jan-2023 03:01:53 Progress (1): 160/205 kB error 03-Jan-2023 03:01:53 Progress (1): 164/205 kB error 03-Jan-2023 03:01:53 Progress (1): 168/205 kB error 03-Jan-2023 03:01:53 Progress (1): 172/205 kB error 03-Jan-2023 03:01:53 Progress (1): 176/205 kB error 03-Jan-2023 03:01:53 Progress (1): 181/205 kB error 03-Jan-2023 03:01:53 Progress (1): 185/205 kB error 03-Jan-2023 03:01:53 Progress (1): 189/205 kB error 03-Jan-2023 03:01:53 Progress (1): 191/205 kB error 03-Jan-2023 03:01:53 Progress (1): 195/205 kB error 03-Jan-2023 03:01:53 Progress (1): 199/205 kB error 03-Jan-2023 03:01:53 Progress (1): 203/205 kB error 03-Jan-2023 03:01:53 Progress (1): 205 kB error 03-Jan-2023 03:01:53 error 03-Jan-2023 03:01:53 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/plugins/maven-dependency-plugin/3.2.0/maven-dependency-plugin-3.2.0.jar (205 kB at 178 kB/s) error 03-Jan-2023 03:01:53 #17 41.83 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-artifact/3.1.1/maven-artifact-3.1.1.pom error 03-Jan-2023 03:01:53 #17 41.96 Progress (1): 2.0 kB error 03-Jan-2023 03:01:53 error 03-Jan-2023 03:01:53 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-artifact/3.1.1/maven-artifact-3.1.1.pom (2.0 kB at 8.3 kB/s) error 03-Jan-2023 03:01:53 #17 42.07 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven/3.1.1/maven-3.1.1.pom error 03-Jan-2023 03:01:53 #17 42.20 Progress (1): 3.4/22 kB error 03-Jan-2023 03:01:53 Progress (1): 6.2/22 kB error 03-Jan-2023 03:01:53 Progress (1): 9.0/22 kB error 03-Jan-2023 03:01:53 Progress (1): 12/22 kB error 03-Jan-2023 03:01:53 Progress (1): 15/22 kB error 03-Jan-2023 03:01:53 Progress (1): 17/22 kB error 03-Jan-2023 03:01:53 Progress (1): 20/22 kB error 03-Jan-2023 03:01:53 Progress (1): 22 kB error 03-Jan-2023 03:01:53 error 03-Jan-2023 03:01:53 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven/3.1.1/maven-3.1.1.pom (22 kB at 87 kB/s) error 03-Jan-2023 03:01:53 #17 42.34 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-plugin-api/3.1.1/maven-plugin-api-3.1.1.pom error 03-Jan-2023 03:01:53 #17 42.47 Progress (1): 3.4 kB error 03-Jan-2023 03:01:53 error 03-Jan-2023 03:01:53 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-plugin-api/3.1.1/maven-plugin-api-3.1.1.pom (3.4 kB at 14 kB/s) error 03-Jan-2023 03:01:53 #17 42.59 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-model/3.1.1/maven-model-3.1.1.pom error 03-Jan-2023 03:01:54 #17 42.71 Progress (1): 3.4/4.1 kB error 03-Jan-2023 03:01:54 Progress (1): 4.1 kB error 03-Jan-2023 03:01:54 error 03-Jan-2023 03:01:54 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-model/3.1.1/maven-model-3.1.1.pom (4.1 kB at 17 kB/s) error 03-Jan-2023 03:01:54 #17 42.84 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/eclipse/sisu/org.eclipse.sisu.plexus/0.0.0.M5/org.eclipse.sisu.plexus-0.0.0.M5.pom error 03-Jan-2023 03:01:54 #17 42.96 Progress (1): 3.4/4.8 kB error 03-Jan-2023 03:01:54 Progress (1): 4.8 kB error 03-Jan-2023 03:01:54 error 03-Jan-2023 03:01:54 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/eclipse/sisu/org.eclipse.sisu.plexus/0.0.0.M5/org.eclipse.sisu.plexus-0.0.0.M5.pom (4.8 kB at 20 kB/s) error 03-Jan-2023 03:01:54 #17 43.08 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/eclipse/sisu/sisu-plexus/0.0.0.M5/sisu-plexus-0.0.0.M5.pom error 03-Jan-2023 03:01:54 #17 43.22 Progress (1): 3.4/13 kB error 03-Jan-2023 03:01:54 Progress (1): 6.2/13 kB error 03-Jan-2023 03:01:54 Progress (1): 9.0/13 kB error 03-Jan-2023 03:01:54 Progress (1): 12/13 kB error 03-Jan-2023 03:01:54 Progress (1): 13 kB error 03-Jan-2023 03:01:54 error 03-Jan-2023 03:01:54 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/eclipse/sisu/sisu-plexus/0.0.0.M5/sisu-plexus-0.0.0.M5.pom (13 kB at 48 kB/s) error 03-Jan-2023 03:01:54 #17 43.37 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/eclipse/sisu/org.eclipse.sisu.inject/0.0.0.M5/org.eclipse.sisu.inject-0.0.0.M5.pom error 03-Jan-2023 03:01:54 #17 43.49 Progress (1): 2.5 kB error 03-Jan-2023 03:01:55 error 03-Jan-2023 03:01:55 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/eclipse/sisu/org.eclipse.sisu.inject/0.0.0.M5/org.eclipse.sisu.inject-0.0.0.M5.pom (2.5 kB at 11 kB/s) error 03-Jan-2023 03:01:55 #17 43.61 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/eclipse/sisu/sisu-inject/0.0.0.M5/sisu-inject-0.0.0.M5.pom error 03-Jan-2023 03:01:55 #17 43.74 Progress (1): 3.4/14 kB error 03-Jan-2023 03:01:55 Progress (1): 6.2/14 kB error 03-Jan-2023 03:01:55 Progress (1): 9.0/14 kB error 03-Jan-2023 03:01:55 Progress (1): 12/14 kB error 03-Jan-2023 03:01:55 Progress (1): 14 kB error 03-Jan-2023 03:01:55 error 03-Jan-2023 03:01:55 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/eclipse/sisu/sisu-inject/0.0.0.M5/sisu-inject-0.0.0.M5.pom (14 kB at 57 kB/s) error 03-Jan-2023 03:01:55 #17 43.89 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-core/3.1.1/maven-core-3.1.1.pom error 03-Jan-2023 03:01:55 #17 44.01 Progress (1): 3.4/7.3 kB error 03-Jan-2023 03:01:55 Progress (1): 6.2/7.3 kB error 03-Jan-2023 03:01:55 Progress (1): 7.3 kB error 03-Jan-2023 03:01:55 error 03-Jan-2023 03:01:55 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-core/3.1.1/maven-core-3.1.1.pom (7.3 kB at 31 kB/s) error 03-Jan-2023 03:01:55 #17 44.13 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-settings/3.1.1/maven-settings-3.1.1.pom error 03-Jan-2023 03:01:55 #17 44.25 Progress (1): 2.2 kB error 03-Jan-2023 03:01:55 error 03-Jan-2023 03:01:55 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-settings/3.1.1/maven-settings-3.1.1.pom (2.2 kB at 8.9 kB/s) error 03-Jan-2023 03:01:55 #17 44.38 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-settings-builder/3.1.1/maven-settings-builder-3.1.1.pom error 03-Jan-2023 03:01:55 #17 44.49 Progress (1): 2.6 kB error 03-Jan-2023 03:01:56 error 03-Jan-2023 03:01:56 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-settings-builder/3.1.1/maven-settings-builder-3.1.1.pom (2.6 kB at 11 kB/s) error 03-Jan-2023 03:01:56 #17 44.61 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/codehaus/plexus/plexus-interpolation/1.19/plexus-interpolation-1.19.pom error 03-Jan-2023 03:01:56 #17 44.73 Progress (1): 1.0 kB error 03-Jan-2023 03:01:56 error 03-Jan-2023 03:01:56 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/codehaus/plexus/plexus-interpolation/1.19/plexus-interpolation-1.19.pom (1.0 kB at 4.4 kB/s) error 03-Jan-2023 03:01:56 #17 44.86 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-repository-metadata/3.1.1/maven-repository-metadata-3.1.1.pom error 03-Jan-2023 03:01:56 #17 44.98 Progress (1): 2.2 kB error 03-Jan-2023 03:01:56 #17 ... error 03-Jan-2023 03:01:56 error 03-Jan-2023 03:01:56 #16 [linux/arm64 dev 4/4] RUN mvn -s /usr/share/maven/ref/settings-docker.xml install error 03-Jan-2023 03:01:56 #16 34.81 Progress (1): 3.3/5.8 kB error 03-Jan-2023 03:01:56 Progress (1): 5.8 kB error 03-Jan-2023 03:01:56 error 03-Jan-2023 03:01:56 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/plugins/maven-jar-plugin/2.4/maven-jar-plugin-2.4.pom (5.8 kB at 647 B/s) error 03-Jan-2023 03:01:56 #16 35.26 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/plugins/maven-jar-plugin/2.4/maven-jar-plugin-2.4.jar error 03-Jan-2023 03:01:56 #16 35.41 Progress (1): 3.3/34 kB error 03-Jan-2023 03:01:56 Progress (1): 6.1/34 kB error 03-Jan-2023 03:01:56 Progress (1): 8.9/34 kB error 03-Jan-2023 03:01:56 Progress (1): 12/34 kB error 03-Jan-2023 03:01:56 Progress (1): 15/34 kB error 03-Jan-2023 03:01:56 Progress (1): 17/34 kB error 03-Jan-2023 03:01:56 Progress (1): 20/34 kB error 03-Jan-2023 03:01:56 Progress (1): 23/34 kB error 03-Jan-2023 03:01:56 Progress (1): 26/34 kB error 03-Jan-2023 03:01:56 Progress (1): 29/34 kB error 03-Jan-2023 03:01:56 Progress (1): 31/34 kB error 03-Jan-2023 03:01:56 Progress (1): 34 kB error 03-Jan-2023 03:01:56 error 03-Jan-2023 03:01:56 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/plugins/maven-jar-plugin/2.4/maven-jar-plugin-2.4.jar (34 kB at 83 kB/s) error 03-Jan-2023 03:01:56 #16 35.77 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/plugins/maven-resources-plugin/2.6/maven-resources-plugin-2.6.pom error 03-Jan-2023 03:01:56 #16 35.90 Progress (1): 3.4/8.1 kB error 03-Jan-2023 03:01:56 Progress (1): 6.2/8.1 kB error 03-Jan-2023 03:01:56 Progress (1): 8.1 kB error 03-Jan-2023 03:01:56 error 03-Jan-2023 03:01:56 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/plugins/maven-resources-plugin/2.6/maven-resources-plugin-2.6.pom (8.1 kB at 15 kB/s) error 03-Jan-2023 03:01:56 #16 36.75 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/plugins/maven-resources-plugin/2.6/maven-resources-plugin-2.6.jar error 03-Jan-2023 03:01:56 #16 36.94 Progress (1): 3.4/30 kB error 03-Jan-2023 03:01:56 Progress (1): 6.2/30 kB error 03-Jan-2023 03:01:56 Progress (1): 9.0/30 kB error 03-Jan-2023 03:01:56 Progress (1): 12/30 kB error 03-Jan-2023 03:01:56 Progress (1): 15/30 kB error 03-Jan-2023 03:01:56 Progress (1): 17/30 kB error 03-Jan-2023 03:01:56 Progress (1): 20/30 kB error 03-Jan-2023 03:01:56 Progress (1): 23/30 kB error 03-Jan-2023 03:01:56 Progress (1): 26/30 kB error 03-Jan-2023 03:01:56 Progress (1): 29/30 kB error 03-Jan-2023 03:01:56 Progress (1): 30 kB error 03-Jan-2023 03:01:56 error 03-Jan-2023 03:01:56 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/plugins/maven-resources-plugin/2.6/maven-resources-plugin-2.6.jar (30 kB at 67 kB/s) error 03-Jan-2023 03:01:56 #16 37.60 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/plugins/maven-compiler-plugin/3.1/maven-compiler-plugin-3.1.pom error 03-Jan-2023 03:01:56 #16 37.75 Progress (1): 3.3/10 kB error 03-Jan-2023 03:01:56 Progress (1): 6.1/10 kB error 03-Jan-2023 03:01:56 Progress (1): 8.9/10 kB error 03-Jan-2023 03:01:56 Progress (1): 10 kB error 03-Jan-2023 03:01:56 error 03-Jan-2023 03:01:56 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/plugins/maven-compiler-plugin/3.1/maven-compiler-plugin-3.1.pom (10 kB at 32 kB/s) error 03-Jan-2023 03:01:56 #16 38.15 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/plugins/maven-compiler-plugin/3.1/maven-compiler-plugin-3.1.jar error 03-Jan-2023 03:01:56 #16 38.31 Progress (1): 3.3/43 kB error 03-Jan-2023 03:01:56 Progress (1): 6.1/43 kB error 03-Jan-2023 03:01:56 Progress (1): 8.9/43 kB error 03-Jan-2023 03:01:56 Progress (1): 12/43 kB error 03-Jan-2023 03:01:56 Progress (1): 14/43 kB error 03-Jan-2023 03:01:56 Progress (1): 17/43 kB error 03-Jan-2023 03:01:56 Progress (1): 20/43 kB error 03-Jan-2023 03:01:56 Progress (1): 23/43 kB error 03-Jan-2023 03:01:56 Progress (1): 26/43 kB error 03-Jan-2023 03:01:56 Progress (1): 28/43 kB error 03-Jan-2023 03:01:56 Progress (1): 31/43 kB error 03-Jan-2023 03:01:56 Progress (1): 34/43 kB error 03-Jan-2023 03:01:56 Progress (1): 37/43 kB error 03-Jan-2023 03:01:56 Progress (1): 40/43 kB error 03-Jan-2023 03:01:56 Progress (1): 42/43 kB error 03-Jan-2023 03:01:56 Progress (1): 43 kB error 03-Jan-2023 03:01:56 error 03-Jan-2023 03:01:56 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/plugins/maven-compiler-plugin/3.1/maven-compiler-plugin-3.1.jar (43 kB at 90 kB/s) error 03-Jan-2023 03:01:56 #16 38.93 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/plugins/maven-surefire-plugin/2.12/maven-surefire-plugin-2.12.pom error 03-Jan-2023 03:01:56 #16 39.29 Progress (1): 3.4/10 kB error 03-Jan-2023 03:01:56 Progress (1): 6.2/10 kB error 03-Jan-2023 03:01:56 Progress (1): 9.0/10 kB error 03-Jan-2023 03:01:56 Progress (1): 10 kB error 03-Jan-2023 03:01:56 error 03-Jan-2023 03:01:56 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/plugins/maven-surefire-plugin/2.12/maven-surefire-plugin-2.12.pom (10 kB at 17 kB/s) error 03-Jan-2023 03:01:56 #16 39.60 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/surefire/surefire/2.12/surefire-2.12.pom error 03-Jan-2023 03:01:56 #16 39.94 Progress (1): 3.4/11 kB error 03-Jan-2023 03:01:56 Progress (1): 6.2/11 kB error 03-Jan-2023 03:01:56 Progress (1): 9.0/11 kB error 03-Jan-2023 03:01:56 Progress (1): 11 kB error 03-Jan-2023 03:01:56 error 03-Jan-2023 03:01:56 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/surefire/surefire/2.12/surefire-2.12.pom (11 kB at 16 kB/s) error 03-Jan-2023 03:01:56 #16 40.46 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/plugins/maven-surefire-plugin/2.12/maven-surefire-plugin-2.12.jar error 03-Jan-2023 03:01:56 #16 40.64 Progress (1): 3.4/31 kB error 03-Jan-2023 03:01:56 Progress (1): 6.2/31 kB error 03-Jan-2023 03:01:56 Progress (1): 9.0/31 kB error 03-Jan-2023 03:01:56 Progress (1): 12/31 kB error 03-Jan-2023 03:01:56 Progress (1): 15/31 kB error 03-Jan-2023 03:01:56 Progress (1): 17/31 kB error 03-Jan-2023 03:01:56 Progress (1): 20/31 kB error 03-Jan-2023 03:01:56 Progress (1): 23/31 kB error 03-Jan-2023 03:01:56 Progress (1): 26/31 kB error 03-Jan-2023 03:01:56 Progress (1): 29/31 kB error 03-Jan-2023 03:01:56 Progress (1): 31 kB error 03-Jan-2023 03:01:56 error 03-Jan-2023 03:01:56 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/plugins/maven-surefire-plugin/2.12/maven-surefire-plugin-2.12.jar (31 kB at 78 kB/s) error 03-Jan-2023 03:01:56 #16 41.05 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/plugins/maven-assembly-plugin/2.3/maven-assembly-plugin-2.3.pom error 03-Jan-2023 03:01:56 #16 41.22 Progress (1): 3.4/15 kB error 03-Jan-2023 03:01:56 Progress (1): 6.2/15 kB error 03-Jan-2023 03:01:56 Progress (1): 9.0/15 kB error 03-Jan-2023 03:01:56 Progress (1): 12/15 kB error 03-Jan-2023 03:01:56 Progress (1): 15/15 kB error 03-Jan-2023 03:01:56 Progress (1): 15 kB error 03-Jan-2023 03:01:56 error 03-Jan-2023 03:01:56 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/plugins/maven-assembly-plugin/2.3/maven-assembly-plugin-2.3.pom (15 kB at 38 kB/s) error 03-Jan-2023 03:01:56 #16 41.54 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/plugins/maven-assembly-plugin/2.3/maven-assembly-plugin-2.3.jar error 03-Jan-2023 03:01:56 #16 43.11 Progress (1): 4.1/221 kB error 03-Jan-2023 03:01:56 Progress (1): 8.2/221 kB error 03-Jan-2023 03:01:56 Progress (1): 12/221 kB error 03-Jan-2023 03:01:56 Progress (1): 16/221 kB error 03-Jan-2023 03:01:56 Progress (1): 20/221 kB error 03-Jan-2023 03:01:56 Progress (1): 25/221 kB error 03-Jan-2023 03:01:56 Progress (1): 29/221 kB error 03-Jan-2023 03:01:56 Progress (1): 33/221 kB error 03-Jan-2023 03:01:56 Progress (1): 37/221 kB error 03-Jan-2023 03:01:56 Progress (1): 41/221 kB error 03-Jan-2023 03:01:56 Progress (1): 45/221 kB error 03-Jan-2023 03:01:56 Progress (1): 49/221 kB error 03-Jan-2023 03:01:56 Progress (1): 52/221 kB error 03-Jan-2023 03:01:56 Progress (1): 56/221 kB error 03-Jan-2023 03:01:56 Progress (1): 60/221 kB error 03-Jan-2023 03:01:56 Progress (1): 64/221 kB error 03-Jan-2023 03:01:56 Progress (1): 68/221 kB error 03-Jan-2023 03:01:56 Progress (1): 72/221 kB error 03-Jan-2023 03:01:56 Progress (1): 76/221 kB error 03-Jan-2023 03:01:56 Progress (1): 80/221 kB error 03-Jan-2023 03:01:56 Progress (1): 84/221 kB error 03-Jan-2023 03:01:56 Progress (1): 86/221 kB error 03-Jan-2023 03:01:56 Progress (1): 90/221 kB error 03-Jan-2023 03:01:56 Progress (1): 95/221 kB error 03-Jan-2023 03:01:56 Progress (1): 99/221 kB error 03-Jan-2023 03:01:56 Progress (1): 103/221 kB error 03-Jan-2023 03:01:56 Progress (1): 107/221 kB error 03-Jan-2023 03:01:56 Progress (1): 111/221 kB error 03-Jan-2023 03:01:56 Progress (1): 115/221 kB error 03-Jan-2023 03:01:56 Progress (1): 119/221 kB error 03-Jan-2023 03:01:56 Progress (1): 121/221 kB error 03-Jan-2023 03:01:56 Progress (1): 125/221 kB error 03-Jan-2023 03:01:56 Progress (1): 129/221 kB error 03-Jan-2023 03:01:56 Progress (1): 133/221 kB error 03-Jan-2023 03:01:56 Progress (1): 138/221 kB error 03-Jan-2023 03:01:56 Progress (1): 142/221 kB error 03-Jan-2023 03:01:56 Progress (1): 146/221 kB error 03-Jan-2023 03:01:56 Progress (1): 150/221 kB error 03-Jan-2023 03:01:56 Progress (1): 154/221 kB error 03-Jan-2023 03:01:56 Progress (1): 156/221 kB error 03-Jan-2023 03:01:56 Progress (1): 160/221 kB error 03-Jan-2023 03:01:56 Progress (1): 164/221 kB error 03-Jan-2023 03:01:56 Progress (1): 168/221 kB error 03-Jan-2023 03:01:56 Progress (1): 172/221 kB error 03-Jan-2023 03:01:56 Progress (1): 177/221 kB error 03-Jan-2023 03:01:56 Progress (1): 181/221 kB error 03-Jan-2023 03:01:56 Progress (1): 185/221 kB error 03-Jan-2023 03:01:56 Progress (1): 189/221 kB error 03-Jan-2023 03:01:56 Progress (1): 191/221 kB error 03-Jan-2023 03:01:56 Progress (1): 195/221 kB error 03-Jan-2023 03:01:56 Progress (1): 199/221 kB error 03-Jan-2023 03:01:56 Progress (1): 203/221 kB error 03-Jan-2023 03:01:56 Progress (1): 207/221 kB error 03-Jan-2023 03:01:56 Progress (1): 211/221 kB error 03-Jan-2023 03:01:56 Progress (1): 215/221 kB error 03-Jan-2023 03:01:56 Progress (1): 220/221 kB error 03-Jan-2023 03:01:56 Progress (1): 221 kB error 03-Jan-2023 03:01:56 error 03-Jan-2023 03:01:56 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/plugins/maven-assembly-plugin/2.3/maven-assembly-plugin-2.3.jar (221 kB at 100 kB/s) error 03-Jan-2023 03:01:56 #16 43.91 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/codehaus/mojo/build-helper-maven-plugin/3.0.0/build-helper-maven-plugin-3.0.0.pom error 03-Jan-2023 03:01:56 #16 44.06 Progress (1): 3.4/5.8 kB error 03-Jan-2023 03:01:56 Progress (1): 5.8 kB error 03-Jan-2023 03:01:56 error 03-Jan-2023 03:01:56 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/codehaus/mojo/build-helper-maven-plugin/3.0.0/build-helper-maven-plugin-3.0.0.pom (5.8 kB at 17 kB/s) error 03-Jan-2023 03:01:56 #16 44.35 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/codehaus/mojo/mojo-parent/40/mojo-parent-40.pom error 03-Jan-2023 03:01:56 #16 44.49 Progress (1): 3.3/34 kB error 03-Jan-2023 03:01:56 Progress (1): 6.1/34 kB error 03-Jan-2023 03:01:56 Progress (1): 8.9/34 kB error 03-Jan-2023 03:01:56 Progress (1): 12/34 kB error 03-Jan-2023 03:01:56 Progress (1): 15/34 kB error 03-Jan-2023 03:01:56 Progress (1): 17/34 kB error 03-Jan-2023 03:01:56 Progress (1): 20/34 kB error 03-Jan-2023 03:01:56 Progress (1): 23/34 kB error 03-Jan-2023 03:01:56 Progress (1): 26/34 kB error 03-Jan-2023 03:01:56 Progress (1): 29/34 kB error 03-Jan-2023 03:01:56 Progress (1): 31/34 kB error 03-Jan-2023 03:01:56 Progress (1): 34 kB error 03-Jan-2023 03:01:56 error 03-Jan-2023 03:01:56 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/codehaus/mojo/mojo-parent/40/mojo-parent-40.pom (34 kB at 89 kB/s) error 03-Jan-2023 03:01:56 #16 44.86 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/codehaus/mojo/build-helper-maven-plugin/3.0.0/build-helper-maven-plugin-3.0.0.jar error 03-Jan-2023 03:01:56 #16 ... error 03-Jan-2023 03:01:56 error 03-Jan-2023 03:01:56 #17 [linux/amd64 dev 4/4] RUN mvn -s /usr/share/maven/ref/settings-docker.xml install error 03-Jan-2023 03:01:56 #17 44.98 Progress (1): 2.2 kB error 03-Jan-2023 03:01:56 error 03-Jan-2023 03:01:56 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-repository-metadata/3.1.1/maven-repository-metadata-3.1.1.pom (2.2 kB at 9.2 kB/s) error 03-Jan-2023 03:01:56 #17 45.11 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-model-builder/3.1.1/maven-model-builder-3.1.1.pom error 03-Jan-2023 03:01:56 #17 45.22 Progress (1): 2.8 kB error 03-Jan-2023 03:01:56 error 03-Jan-2023 03:01:56 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-model-builder/3.1.1/maven-model-builder-3.1.1.pom (2.8 kB at 9.8 kB/s) error 03-Jan-2023 03:01:56 #17 45.40 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-aether-provider/3.1.1/maven-aether-provider-3.1.1.pom error 03-Jan-2023 03:01:56 #17 45.58 Progress (1): 3.4/4.1 kB error 03-Jan-2023 03:01:57 Progress (1): 4.1 kB error 03-Jan-2023 03:01:57 error 03-Jan-2023 03:01:57 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-aether-provider/3.1.1/maven-aether-provider-3.1.1.pom (4.1 kB at 14 kB/s) error 03-Jan-2023 03:01:57 #17 45.77 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/reporting/maven-reporting-impl/3.0.0/maven-reporting-impl-3.0.0.pom error 03-Jan-2023 03:01:57 #17 45.90 Progress (1): 3.3/7.6 kB error 03-Jan-2023 03:01:57 Progress (1): 6.1/7.6 kB error 03-Jan-2023 03:01:57 Progress (1): 7.6 kB error 03-Jan-2023 03:01:57 error 03-Jan-2023 03:01:57 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/reporting/maven-reporting-impl/3.0.0/maven-reporting-impl-3.0.0.pom (7.6 kB at 32 kB/s) error 03-Jan-2023 03:01:57 #17 46.07 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/shared/maven-shared-utils/3.2.0/maven-shared-utils-3.2.0.pom error 03-Jan-2023 03:01:57 #17 46.21 Progress (1): 3.4/4.9 kB error 03-Jan-2023 03:01:57 Progress (1): 4.9 kB error 03-Jan-2023 03:01:57 error 03-Jan-2023 03:01:57 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/shared/maven-shared-utils/3.2.0/maven-shared-utils-3.2.0.pom (4.9 kB at 19 kB/s) error 03-Jan-2023 03:01:57 #17 46.33 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/doxia/doxia-sink-api/1.7/doxia-sink-api-1.7.pom error 03-Jan-2023 03:01:57 #17 46.45 Progress (1): 1.5 kB error 03-Jan-2023 03:01:57 error 03-Jan-2023 03:01:58 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/doxia/doxia-sink-api/1.7/doxia-sink-api-1.7.pom (1.5 kB at 6.6 kB/s) error 03-Jan-2023 03:01:58 #17 46.57 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/doxia/doxia/1.7/doxia-1.7.pom error 03-Jan-2023 03:01:58 #17 46.68 Progress (1): 3.3/15 kB error 03-Jan-2023 03:01:58 Progress (1): 6.1/15 kB error 03-Jan-2023 03:01:58 Progress (1): 8.9/15 kB error 03-Jan-2023 03:01:58 Progress (1): 12/15 kB error 03-Jan-2023 03:01:58 Progress (1): 15/15 kB error 03-Jan-2023 03:01:58 Progress (1): 15 kB error 03-Jan-2023 03:01:58 error 03-Jan-2023 03:01:58 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/doxia/doxia/1.7/doxia-1.7.pom (15 kB at 66 kB/s) error 03-Jan-2023 03:01:58 #17 46.80 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/doxia/doxia-logging-api/1.7/doxia-logging-api-1.7.pom error 03-Jan-2023 03:01:58 #17 46.92 Progress (1): 1.5 kB error 03-Jan-2023 03:01:58 error 03-Jan-2023 03:01:58 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/doxia/doxia-logging-api/1.7/doxia-logging-api-1.7.pom (1.5 kB at 6.6 kB/s) error 03-Jan-2023 03:01:58 #17 47.05 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/doxia/doxia-decoration-model/1.7.4/doxia-decoration-model-1.7.4.pom error 03-Jan-2023 03:01:58 #17 47.17 Progress (1): 3.4/3.4 kB error 03-Jan-2023 03:01:58 Progress (1): 3.4 kB error 03-Jan-2023 03:01:58 error 03-Jan-2023 03:01:58 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/doxia/doxia-decoration-model/1.7.4/doxia-decoration-model-1.7.4.pom (3.4 kB at 15 kB/s) error 03-Jan-2023 03:01:58 #17 47.28 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/doxia/doxia-sitetools/1.7.4/doxia-sitetools-1.7.4.pom error 03-Jan-2023 03:01:58 #17 47.40 Progress (1): 3.4/14 kB error 03-Jan-2023 03:01:58 Progress (1): 6.2/14 kB error 03-Jan-2023 03:01:58 Progress (1): 9.0/14 kB error 03-Jan-2023 03:01:58 Progress (1): 12/14 kB error 03-Jan-2023 03:01:58 Progress (1): 14 kB error 03-Jan-2023 03:01:58 error 03-Jan-2023 03:01:59 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/doxia/doxia-sitetools/1.7.4/doxia-sitetools-1.7.4.pom (14 kB at 63 kB/s) error 03-Jan-2023 03:01:59 #17 47.52 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/doxia/doxia-core/1.7/doxia-core-1.7.pom error 03-Jan-2023 03:01:59 #17 47.63 Progress (1): 3.4/4.1 kB error 03-Jan-2023 03:01:59 Progress (1): 4.1 kB error 03-Jan-2023 03:01:59 error 03-Jan-2023 03:01:59 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/doxia/doxia-core/1.7/doxia-core-1.7.pom (4.1 kB at 18 kB/s) error 03-Jan-2023 03:01:59 #17 47.78 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/xmlunit/xmlunit/1.5/xmlunit-1.5.pom error 03-Jan-2023 03:01:59 #17 47.89 Progress (1): 3.0 kB error 03-Jan-2023 03:01:59 error 03-Jan-2023 03:01:59 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/xmlunit/xmlunit/1.5/xmlunit-1.5.pom (3.0 kB at 13 kB/s) error 03-Jan-2023 03:01:59 #17 48.01 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/doxia/doxia-site-renderer/1.7.4/doxia-site-renderer-1.7.4.pom error 03-Jan-2023 03:01:59 #17 48.12 Progress (1): 3.4/6.7 kB error 03-Jan-2023 03:01:59 Progress (1): 6.2/6.7 kB error 03-Jan-2023 03:01:59 Progress (1): 6.7 kB error 03-Jan-2023 03:01:59 error 03-Jan-2023 03:01:59 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/doxia/doxia-site-renderer/1.7.4/doxia-site-renderer-1.7.4.pom (6.7 kB at 29 kB/s) error 03-Jan-2023 03:01:59 #17 48.24 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/doxia/doxia-skin-model/1.7.4/doxia-skin-model-1.7.4.pom error 03-Jan-2023 03:01:59 #17 48.36 Progress (1): 3.0 kB error 03-Jan-2023 03:01:59 error 03-Jan-2023 03:02:00 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/doxia/doxia-skin-model/1.7.4/doxia-skin-model-1.7.4.pom (3.0 kB at 13 kB/s) error 03-Jan-2023 03:02:00 #17 48.48 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/doxia/doxia-module-xhtml/1.7/doxia-module-xhtml-1.7.pom error 03-Jan-2023 03:02:00 #17 48.61 Progress (1): 1.6 kB error 03-Jan-2023 03:02:00 error 03-Jan-2023 03:02:00 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/doxia/doxia-module-xhtml/1.7/doxia-module-xhtml-1.7.pom (1.6 kB at 6.9 kB/s) error 03-Jan-2023 03:02:00 #17 48.72 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/doxia/doxia-modules/1.7/doxia-modules-1.7.pom error 03-Jan-2023 03:02:00 #17 48.84 Progress (1): 2.6 kB error 03-Jan-2023 03:02:00 error 03-Jan-2023 03:02:00 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/doxia/doxia-modules/1.7/doxia-modules-1.7.pom (2.6 kB at 11 kB/s) error 03-Jan-2023 03:02:00 #17 49.10 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/doxia/doxia-sink-api/1.9.1/doxia-sink-api-1.9.1.pom error 03-Jan-2023 03:02:00 #17 49.22 Progress (1): 1.5 kB error 03-Jan-2023 03:02:00 error 03-Jan-2023 03:02:00 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/doxia/doxia-sink-api/1.9.1/doxia-sink-api-1.9.1.pom (1.5 kB at 6.6 kB/s) error 03-Jan-2023 03:02:00 #17 49.34 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/doxia/doxia/1.9.1/doxia-1.9.1.pom error 03-Jan-2023 03:02:00 #17 49.45 Progress (1): 3.3/18 kB error 03-Jan-2023 03:02:00 Progress (1): 6.1/18 kB error 03-Jan-2023 03:02:00 Progress (1): 8.9/18 kB error 03-Jan-2023 03:02:00 Progress (1): 12/18 kB error 03-Jan-2023 03:02:00 Progress (1): 15/18 kB error 03-Jan-2023 03:02:00 Progress (1): 17/18 kB error 03-Jan-2023 03:02:00 Progress (1): 18 kB error 03-Jan-2023 03:02:00 error 03-Jan-2023 03:02:01 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/doxia/doxia/1.9.1/doxia-1.9.1.pom (18 kB at 74 kB/s) error 03-Jan-2023 03:02:01 #17 49.58 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/doxia/doxia-logging-api/1.9.1/doxia-logging-api-1.9.1.pom error 03-Jan-2023 03:02:01 #17 49.70 Progress (1): 1.5 kB error 03-Jan-2023 03:02:01 error 03-Jan-2023 03:02:01 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/doxia/doxia-logging-api/1.9.1/doxia-logging-api-1.9.1.pom (1.5 kB at 6.7 kB/s) error 03-Jan-2023 03:02:01 #17 49.82 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/codehaus/plexus/plexus-container-default/1.7.1/plexus-container-default-1.7.1.pom error 03-Jan-2023 03:02:01 #17 49.94 Progress (1): 2.8 kB error 03-Jan-2023 03:02:01 error 03-Jan-2023 03:02:01 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/codehaus/plexus/plexus-container-default/1.7.1/plexus-container-default-1.7.1.pom (2.8 kB at 12 kB/s) error 03-Jan-2023 03:02:01 #17 50.06 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/codehaus/plexus/plexus-containers/1.7.1/plexus-containers-1.7.1.pom error 03-Jan-2023 03:02:01 #17 50.17 Progress (1): 3.4/5.0 kB error 03-Jan-2023 03:02:01 Progress (1): 5.0 kB error 03-Jan-2023 03:02:01 error 03-Jan-2023 03:02:01 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/codehaus/plexus/plexus-containers/1.7.1/plexus-containers-1.7.1.pom (5.0 kB at 22 kB/s) error 03-Jan-2023 03:02:01 #17 50.30 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/doxia/doxia-core/1.9.1/doxia-core-1.9.1.pom error 03-Jan-2023 03:02:01 #17 50.41 Progress (1): 3.3/4.2 kB error 03-Jan-2023 03:02:01 Progress (1): 4.2 kB error 03-Jan-2023 03:02:02 error 03-Jan-2023 03:02:02 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/doxia/doxia-core/1.9.1/doxia-core-1.9.1.pom (4.2 kB at 17 kB/s) error 03-Jan-2023 03:02:02 #17 50.55 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/codehaus/plexus/plexus-utils/3.1.0/plexus-utils-3.1.0.pom error 03-Jan-2023 03:02:02 #17 50.67 Progress (1): 3.4/4.7 kB error 03-Jan-2023 03:02:02 Progress (1): 4.7 kB error 03-Jan-2023 03:02:02 error 03-Jan-2023 03:02:02 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/codehaus/plexus/plexus-utils/3.1.0/plexus-utils-3.1.0.pom (4.7 kB at 20 kB/s) error 03-Jan-2023 03:02:02 #17 50.79 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/httpcomponents/httpclient/4.5.8/httpclient-4.5.8.pom error 03-Jan-2023 03:02:02 #17 50.92 Progress (1): 3.3/6.6 kB error 03-Jan-2023 03:02:02 Progress (1): 6.1/6.6 kB error 03-Jan-2023 03:02:02 Progress (1): 6.6 kB error 03-Jan-2023 03:02:02 error 03-Jan-2023 03:02:02 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/httpcomponents/httpclient/4.5.8/httpclient-4.5.8.pom (6.6 kB at 27 kB/s) error 03-Jan-2023 03:02:02 #17 51.03 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/httpcomponents/httpcomponents-client/4.5.8/httpcomponents-client-4.5.8.pom error 03-Jan-2023 03:02:02 #17 51.15 Progress (1): 3.3/16 kB error 03-Jan-2023 03:02:02 Progress (1): 6.1/16 kB error 03-Jan-2023 03:02:02 Progress (1): 8.9/16 kB error 03-Jan-2023 03:02:02 Progress (1): 12/16 kB error 03-Jan-2023 03:02:02 Progress (1): 14/16 kB error 03-Jan-2023 03:02:02 Progress (1): 16 kB error 03-Jan-2023 03:02:02 error 03-Jan-2023 03:02:02 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/httpcomponents/httpcomponents-client/4.5.8/httpcomponents-client-4.5.8.pom (16 kB at 70 kB/s) error 03-Jan-2023 03:02:02 #17 51.27 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/httpcomponents/httpcore/4.4.11/httpcore-4.4.11.pom error 03-Jan-2023 03:02:02 #17 51.39 Progress (1): 3.3/5.2 kB error 03-Jan-2023 03:02:02 Progress (1): 5.2 kB error 03-Jan-2023 03:02:02 error 03-Jan-2023 03:02:03 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/httpcomponents/httpcore/4.4.11/httpcore-4.4.11.pom (5.2 kB at 21 kB/s) error 03-Jan-2023 03:02:03 #17 51.52 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/httpcomponents/httpcomponents-core/4.4.11/httpcomponents-core-4.4.11.pom error 03-Jan-2023 03:02:03 #17 51.65 Progress (1): 3.3/13 kB error 03-Jan-2023 03:02:03 Progress (1): 6.1/13 kB error 03-Jan-2023 03:02:03 Progress (1): 8.9/13 kB error 03-Jan-2023 03:02:03 Progress (1): 12/13 kB error 03-Jan-2023 03:02:03 Progress (1): 13 kB error 03-Jan-2023 03:02:03 error 03-Jan-2023 03:02:03 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/httpcomponents/httpcomponents-core/4.4.11/httpcomponents-core-4.4.11.pom (13 kB at 50 kB/s) error 03-Jan-2023 03:02:03 #17 51.78 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/doxia/doxia-site-renderer/1.9.2/doxia-site-renderer-1.9.2.pom error 03-Jan-2023 03:02:03 #17 51.90 Progress (1): 3.3/7.5 kB error 03-Jan-2023 03:02:03 Progress (1): 6.1/7.5 kB error 03-Jan-2023 03:02:03 Progress (1): 7.5 kB error 03-Jan-2023 03:02:03 error 03-Jan-2023 03:02:03 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/doxia/doxia-site-renderer/1.9.2/doxia-site-renderer-1.9.2.pom (7.5 kB at 29 kB/s) error 03-Jan-2023 03:02:03 #17 52.03 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/doxia/doxia-sitetools/1.9.2/doxia-sitetools-1.9.2.pom error 03-Jan-2023 03:02:03 #17 52.15 Progress (1): 3.3/15 kB error 03-Jan-2023 03:02:03 Progress (1): 6.1/15 kB error 03-Jan-2023 03:02:03 Progress (1): 8.9/15 kB error 03-Jan-2023 03:02:03 Progress (1): 12/15 kB error 03-Jan-2023 03:02:03 Progress (1): 15/15 kB error 03-Jan-2023 03:02:03 Progress (1): 15 kB error 03-Jan-2023 03:02:03 error 03-Jan-2023 03:02:03 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/doxia/doxia-sitetools/1.9.2/doxia-sitetools-1.9.2.pom (15 kB at 62 kB/s) error 03-Jan-2023 03:02:03 #17 52.28 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/doxia/doxia-decoration-model/1.9.2/doxia-decoration-model-1.9.2.pom error 03-Jan-2023 03:02:03 #17 52.39 Progress (1): 3.3/3.3 kB error 03-Jan-2023 03:02:03 Progress (1): 3.3 kB error 03-Jan-2023 03:02:04 error 03-Jan-2023 03:02:04 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/doxia/doxia-decoration-model/1.9.2/doxia-decoration-model-1.9.2.pom (3.3 kB at 14 kB/s) error 03-Jan-2023 03:02:04 #17 52.52 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/doxia/doxia-skin-model/1.9.2/doxia-skin-model-1.9.2.pom error 03-Jan-2023 03:02:04 #17 52.64 Progress (1): 2.9 kB error 03-Jan-2023 03:02:04 error 03-Jan-2023 03:02:04 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/doxia/doxia-skin-model/1.9.2/doxia-skin-model-1.9.2.pom (2.9 kB at 13 kB/s) error 03-Jan-2023 03:02:04 #17 52.76 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/doxia/doxia-module-xhtml/1.9.1/doxia-module-xhtml-1.9.1.pom error 03-Jan-2023 03:02:04 #17 52.87 Progress (1): 1.9 kB error 03-Jan-2023 03:02:04 error 03-Jan-2023 03:02:04 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/doxia/doxia-module-xhtml/1.9.1/doxia-module-xhtml-1.9.1.pom (1.9 kB at 8.5 kB/s) error 03-Jan-2023 03:02:04 #17 52.98 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/doxia/doxia-modules/1.9.1/doxia-modules-1.9.1.pom error 03-Jan-2023 03:02:04 #17 53.10 Progress (1): 2.7 kB error 03-Jan-2023 03:02:04 error 03-Jan-2023 03:02:04 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/doxia/doxia-modules/1.9.1/doxia-modules-1.9.1.pom (2.7 kB at 12 kB/s) error 03-Jan-2023 03:02:04 #17 53.22 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/doxia/doxia-module-xhtml5/1.9.1/doxia-module-xhtml5-1.9.1.pom error 03-Jan-2023 03:02:04 #17 53.34 Progress (1): 1.9 kB error 03-Jan-2023 03:02:05 error 03-Jan-2023 03:02:05 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/doxia/doxia-module-xhtml5/1.9.1/doxia-module-xhtml5-1.9.1.pom (1.9 kB at 3.4 kB/s) error 03-Jan-2023 03:02:05 #17 53.81 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/shared/maven-dependency-analyzer/1.11.3/maven-dependency-analyzer-1.11.3.pom error 03-Jan-2023 03:02:05 #17 53.93 Progress (1): 3.3/6.8 kB error 03-Jan-2023 03:02:05 Progress (1): 6.1/6.8 kB error 03-Jan-2023 03:02:05 Progress (1): 6.8 kB error 03-Jan-2023 03:02:05 error 03-Jan-2023 03:02:05 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/shared/maven-dependency-analyzer/1.11.3/maven-dependency-analyzer-1.11.3.pom (6.8 kB at 29 kB/s) error 03-Jan-2023 03:02:05 #17 54.05 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/codehaus/plexus/plexus-utils/1.5.1/plexus-utils-1.5.1.pom error 03-Jan-2023 03:02:05 #17 54.17 Progress (1): 2.3 kB error 03-Jan-2023 03:02:05 error 03-Jan-2023 03:02:05 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/codehaus/plexus/plexus-utils/1.5.1/plexus-utils-1.5.1.pom (2.3 kB at 9.6 kB/s) error 03-Jan-2023 03:02:05 #17 54.30 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-model/2.0.5/maven-model-2.0.5.pom error 03-Jan-2023 03:02:05 #17 54.41 Progress (1): 2.7 kB error 03-Jan-2023 03:02:05 error 03-Jan-2023 03:02:06 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-model/2.0.5/maven-model-2.0.5.pom (2.7 kB at 12 kB/s) error 03-Jan-2023 03:02:06 #17 54.54 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven/2.0.5/maven-2.0.5.pom error 03-Jan-2023 03:02:06 #17 54.67 Progress (1): 3.4/5.7 kB error 03-Jan-2023 03:02:06 Progress (1): 5.7 kB error 03-Jan-2023 03:02:06 error 03-Jan-2023 03:02:06 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven/2.0.5/maven-2.0.5.pom (5.7 kB at 25 kB/s) error 03-Jan-2023 03:02:06 #17 54.77 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-artifact/2.0.5/maven-artifact-2.0.5.pom error 03-Jan-2023 03:02:06 #17 54.89 Progress (1): 727 B error 03-Jan-2023 03:02:06 error 03-Jan-2023 03:02:06 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-artifact/2.0.5/maven-artifact-2.0.5.pom (727 B at 2.6 kB/s) error 03-Jan-2023 03:02:06 #17 55.09 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/shared/maven-dependency-tree/3.0.1/maven-dependency-tree-3.0.1.pom error 03-Jan-2023 03:02:06 #17 ... error 03-Jan-2023 03:02:06 error 03-Jan-2023 03:02:06 #16 [linux/arm64 dev 4/4] RUN mvn -s /usr/share/maven/ref/settings-docker.xml install error 03-Jan-2023 03:02:06 #16 45.02 Progress (1): 3.4/64 kB error 03-Jan-2023 03:02:06 Progress (1): 6.2/64 kB error 03-Jan-2023 03:02:06 Progress (1): 9.0/64 kB error 03-Jan-2023 03:02:06 Progress (1): 12/64 kB error 03-Jan-2023 03:02:06 Progress (1): 15/64 kB error 03-Jan-2023 03:02:06 Progress (1): 17/64 kB error 03-Jan-2023 03:02:06 Progress (1): 20/64 kB error 03-Jan-2023 03:02:06 Progress (1): 23/64 kB error 03-Jan-2023 03:02:06 Progress (1): 26/64 kB error 03-Jan-2023 03:02:06 Progress (1): 29/64 kB error 03-Jan-2023 03:02:06 Progress (1): 31/64 kB error 03-Jan-2023 03:02:06 Progress (1): 34/64 kB error 03-Jan-2023 03:02:06 Progress (1): 37/64 kB error 03-Jan-2023 03:02:06 Progress (1): 40/64 kB error 03-Jan-2023 03:02:06 Progress (1): 43/64 kB error 03-Jan-2023 03:02:06 Progress (1): 45/64 kB error 03-Jan-2023 03:02:06 Progress (1): 48/64 kB error 03-Jan-2023 03:02:06 Progress (1): 51/64 kB error 03-Jan-2023 03:02:06 Progress (1): 54/64 kB error 03-Jan-2023 03:02:06 Progress (1): 56/64 kB error 03-Jan-2023 03:02:06 Progress (1): 59/64 kB error 03-Jan-2023 03:02:06 Progress (1): 62/64 kB error 03-Jan-2023 03:02:06 Progress (1): 64 kB error 03-Jan-2023 03:02:06 error 03-Jan-2023 03:02:06 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/codehaus/mojo/build-helper-maven-plugin/3.0.0/build-helper-maven-plugin-3.0.0.jar (64 kB at 146 kB/s) error 03-Jan-2023 03:02:06 #16 45.62 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/api/openmrs-api/2.5.8/openmrs-api-2.5.8.pom error 03-Jan-2023 03:02:06 #16 45.81 Progress (1): 3.3/13 kB error 03-Jan-2023 03:02:06 Progress (1): 6.1/13 kB error 03-Jan-2023 03:02:06 Progress (1): 8.9/13 kB error 03-Jan-2023 03:02:06 Progress (1): 12/13 kB error 03-Jan-2023 03:02:06 Progress (1): 13 kB error 03-Jan-2023 03:02:06 error 03-Jan-2023 03:02:06 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/api/openmrs-api/2.5.8/openmrs-api-2.5.8.pom (13 kB at 31 kB/s) error 03-Jan-2023 03:02:06 #16 46.12 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/openmrs/2.5.8/openmrs-2.5.8.pom error 03-Jan-2023 03:02:06 #16 46.26 Progress (1): 3.3/36 kB error 03-Jan-2023 03:02:06 Progress (1): 6.1/36 kB error 03-Jan-2023 03:02:06 Progress (1): 8.9/36 kB error 03-Jan-2023 03:02:06 Progress (1): 12/36 kB error 03-Jan-2023 03:02:06 Progress (1): 15/36 kB error 03-Jan-2023 03:02:06 Progress (1): 17/36 kB error 03-Jan-2023 03:02:06 Progress (1): 20/36 kB error 03-Jan-2023 03:02:06 Progress (1): 23/36 kB error 03-Jan-2023 03:02:06 Progress (1): 26/36 kB error 03-Jan-2023 03:02:06 Progress (1): 29/36 kB error 03-Jan-2023 03:02:06 Progress (1): 31/36 kB error 03-Jan-2023 03:02:06 Progress (1): 34/36 kB error 03-Jan-2023 03:02:06 Progress (1): 36 kB error 03-Jan-2023 03:02:06 error 03-Jan-2023 03:02:06 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/openmrs/2.5.8/openmrs-2.5.8.pom (36 kB at 114 kB/s) error 03-Jan-2023 03:02:06 #16 46.50 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/springframework/spring-framework-bom/5.2.14.RELEASE/spring-framework-bom-5.2.14.RELEASE.pom error 03-Jan-2023 03:02:06 #16 46.65 Progress (1): 3.3/5.3 kB error 03-Jan-2023 03:02:06 Progress (1): 5.3 kB error 03-Jan-2023 03:02:06 error 03-Jan-2023 03:02:06 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/springframework/spring-framework-bom/5.2.14.RELEASE/spring-framework-bom-5.2.14.RELEASE.pom (5.3 kB at 17 kB/s) error 03-Jan-2023 03:02:06 #16 47.87 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/springframework/spring-core/5.2.14.RELEASE/spring-core-5.2.14.RELEASE.pom error 03-Jan-2023 03:02:06 #16 48.04 Progress (1): 1.7 kB error 03-Jan-2023 03:02:06 error 03-Jan-2023 03:02:06 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/springframework/spring-core/5.2.14.RELEASE/spring-core-5.2.14.RELEASE.pom (1.7 kB at 5.4 kB/s) error 03-Jan-2023 03:02:06 #16 48.21 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/springframework/spring-jcl/5.2.14.RELEASE/spring-jcl-5.2.14.RELEASE.pom error 03-Jan-2023 03:02:06 #16 48.34 Progress (1): 1.5 kB error 03-Jan-2023 03:02:06 error 03-Jan-2023 03:02:06 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/springframework/spring-jcl/5.2.14.RELEASE/spring-jcl-5.2.14.RELEASE.pom (1.5 kB at 5.3 kB/s) error 03-Jan-2023 03:02:06 #16 48.50 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/springframework/spring-beans/5.2.14.RELEASE/spring-beans-5.2.14.RELEASE.pom error 03-Jan-2023 03:02:06 #16 48.64 Progress (1): 1.7 kB error 03-Jan-2023 03:02:06 error 03-Jan-2023 03:02:06 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/springframework/spring-beans/5.2.14.RELEASE/spring-beans-5.2.14.RELEASE.pom (1.7 kB at 5.4 kB/s) error 03-Jan-2023 03:02:06 #16 48.87 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/springframework/spring-context/5.2.14.RELEASE/spring-context-5.2.14.RELEASE.pom error 03-Jan-2023 03:02:06 #16 49.00 Progress (1): 2.3 kB error 03-Jan-2023 03:02:06 error 03-Jan-2023 03:02:06 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/springframework/spring-context/5.2.14.RELEASE/spring-context-5.2.14.RELEASE.pom (2.3 kB at 8.5 kB/s) error 03-Jan-2023 03:02:06 #16 49.18 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/springframework/spring-aop/5.2.14.RELEASE/spring-aop-5.2.14.RELEASE.pom error 03-Jan-2023 03:02:06 #16 49.33 Progress (1): 1.9 kB error 03-Jan-2023 03:02:06 error 03-Jan-2023 03:02:06 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/springframework/spring-aop/5.2.14.RELEASE/spring-aop-5.2.14.RELEASE.pom (1.9 kB at 6.6 kB/s) error 03-Jan-2023 03:02:06 #16 49.49 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/springframework/spring-expression/5.2.14.RELEASE/spring-expression-5.2.14.RELEASE.pom error 03-Jan-2023 03:02:06 #16 49.62 Progress (1): 1.7 kB error 03-Jan-2023 03:02:06 error 03-Jan-2023 03:02:06 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/springframework/spring-expression/5.2.14.RELEASE/spring-expression-5.2.14.RELEASE.pom (1.7 kB at 6.4 kB/s) error 03-Jan-2023 03:02:06 #16 49.79 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/springframework/spring-orm/5.2.14.RELEASE/spring-orm-5.2.14.RELEASE.pom error 03-Jan-2023 03:02:06 #16 49.91 Progress (1): 2.3 kB error 03-Jan-2023 03:02:06 error 03-Jan-2023 03:02:06 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/springframework/spring-orm/5.2.14.RELEASE/spring-orm-5.2.14.RELEASE.pom (2.3 kB at 8.2 kB/s) error 03-Jan-2023 03:02:06 #16 50.08 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/springframework/spring-jdbc/5.2.14.RELEASE/spring-jdbc-5.2.14.RELEASE.pom error 03-Jan-2023 03:02:06 #16 50.21 Progress (1): 2.1 kB error 03-Jan-2023 03:02:06 error 03-Jan-2023 03:02:06 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/springframework/spring-jdbc/5.2.14.RELEASE/spring-jdbc-5.2.14.RELEASE.pom (2.1 kB at 7.8 kB/s) error 03-Jan-2023 03:02:06 #16 50.39 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/springframework/spring-tx/5.2.14.RELEASE/spring-tx-5.2.14.RELEASE.pom error 03-Jan-2023 03:02:06 #16 50.53 Progress (1): 1.9 kB error 03-Jan-2023 03:02:06 error 03-Jan-2023 03:02:06 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/springframework/spring-tx/5.2.14.RELEASE/spring-tx-5.2.14.RELEASE.pom (1.9 kB at 6.7 kB/s) error 03-Jan-2023 03:02:06 #16 50.71 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/springframework/spring-context-support/5.2.14.RELEASE/spring-context-support-5.2.14.RELEASE.pom error 03-Jan-2023 03:02:06 #16 50.85 Progress (1): 2.1 kB error 03-Jan-2023 03:02:06 error 03-Jan-2023 03:02:06 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/springframework/spring-context-support/5.2.14.RELEASE/spring-context-support-5.2.14.RELEASE.pom (2.1 kB at 7.4 kB/s) error 03-Jan-2023 03:02:06 #16 51.81 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/hibernate/hibernate-core/5.6.0.Final/hibernate-core-5.6.0.Final.pom error 03-Jan-2023 03:02:06 #16 52.01 Progress (1): 3.3/5.5 kB error 03-Jan-2023 03:02:06 Progress (1): 5.5 kB error 03-Jan-2023 03:02:06 error 03-Jan-2023 03:02:06 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/hibernate/hibernate-core/5.6.0.Final/hibernate-core-5.6.0.Final.pom (5.5 kB at 16 kB/s) error 03-Jan-2023 03:02:06 #16 52.19 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/jboss/logging/jboss-logging/3.4.2.Final/jboss-logging-3.4.2.Final.pom error 03-Jan-2023 03:02:06 #16 52.33 Progress (1): 3.3/15 kB error 03-Jan-2023 03:02:06 Progress (1): 6.1/15 kB error 03-Jan-2023 03:02:06 Progress (1): 8.9/15 kB error 03-Jan-2023 03:02:06 Progress (1): 12/15 kB error 03-Jan-2023 03:02:06 Progress (1): 14/15 kB error 03-Jan-2023 03:02:06 Progress (1): 15 kB error 03-Jan-2023 03:02:06 error 03-Jan-2023 03:02:06 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/jboss/logging/jboss-logging/3.4.2.Final/jboss-logging-3.4.2.Final.pom (15 kB at 48 kB/s) error 03-Jan-2023 03:02:06 #16 52.53 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/jboss/jboss-parent/37/jboss-parent-37.pom error 03-Jan-2023 03:02:06 #16 52.67 Progress (1): 3.3/67 kB error 03-Jan-2023 03:02:06 Progress (1): 6.1/67 kB error 03-Jan-2023 03:02:06 Progress (1): 8.9/67 kB error 03-Jan-2023 03:02:06 Progress (1): 12/67 kB error 03-Jan-2023 03:02:06 Progress (1): 15/67 kB error 03-Jan-2023 03:02:06 Progress (1): 17/67 kB error 03-Jan-2023 03:02:06 Progress (1): 20/67 kB error 03-Jan-2023 03:02:06 Progress (1): 23/67 kB error 03-Jan-2023 03:02:06 Progress (1): 26/67 kB error 03-Jan-2023 03:02:06 Progress (1): 29/67 kB error 03-Jan-2023 03:02:06 Progress (1): 31/67 kB error 03-Jan-2023 03:02:06 Progress (1): 34/67 kB error 03-Jan-2023 03:02:06 Progress (1): 37/67 kB error 03-Jan-2023 03:02:06 Progress (1): 40/67 kB error 03-Jan-2023 03:02:06 Progress (1): 42/67 kB error 03-Jan-2023 03:02:06 Progress (1): 45/67 kB error 03-Jan-2023 03:02:06 Progress (1): 48/67 kB error 03-Jan-2023 03:02:06 Progress (1): 51/67 kB error 03-Jan-2023 03:02:06 Progress (1): 54/67 kB error 03-Jan-2023 03:02:06 Progress (1): 56/67 kB error 03-Jan-2023 03:02:06 Progress (1): 59/67 kB error 03-Jan-2023 03:02:06 Progress (1): 62/67 kB error 03-Jan-2023 03:02:06 Progress (1): 65/67 kB error 03-Jan-2023 03:02:06 Progress (1): 67 kB error 03-Jan-2023 03:02:06 error 03-Jan-2023 03:02:06 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/jboss/jboss-parent/37/jboss-parent-37.pom (67 kB at 197 kB/s) error 03-Jan-2023 03:02:06 #16 52.95 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/junit/junit-bom/5.7.0/junit-bom-5.7.0.pom error 03-Jan-2023 03:02:06 #16 53.12 Progress (1): 3.3/5.1 kB error 03-Jan-2023 03:02:06 Progress (1): 5.1 kB error 03-Jan-2023 03:02:06 error 03-Jan-2023 03:02:06 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/junit/junit-bom/5.7.0/junit-bom-5.7.0.pom (5.1 kB at 16 kB/s) error 03-Jan-2023 03:02:06 #16 53.36 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/net/bytebuddy/byte-buddy/1.11.20/byte-buddy-1.11.20.pom error 03-Jan-2023 03:02:06 #16 53.50 Progress (1): 3.3/12 kB error 03-Jan-2023 03:02:06 Progress (1): 6.1/12 kB error 03-Jan-2023 03:02:06 Progress (1): 8.9/12 kB error 03-Jan-2023 03:02:06 Progress (1): 12/12 kB error 03-Jan-2023 03:02:06 Progress (1): 12 kB error 03-Jan-2023 03:02:06 error 03-Jan-2023 03:02:06 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/net/bytebuddy/byte-buddy/1.11.20/byte-buddy-1.11.20.pom (12 kB at 40 kB/s) error 03-Jan-2023 03:02:06 #16 53.68 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/net/bytebuddy/byte-buddy-parent/1.11.20/byte-buddy-parent-1.11.20.pom error 03-Jan-2023 03:02:06 #16 53.83 Progress (1): 3.3/43 kB error 03-Jan-2023 03:02:06 Progress (1): 6.1/43 kB error 03-Jan-2023 03:02:06 Progress (1): 8.9/43 kB error 03-Jan-2023 03:02:06 Progress (1): 12/43 kB error 03-Jan-2023 03:02:06 Progress (1): 14/43 kB error 03-Jan-2023 03:02:06 Progress (1): 17/43 kB error 03-Jan-2023 03:02:06 Progress (1): 20/43 kB error 03-Jan-2023 03:02:06 Progress (1): 23/43 kB error 03-Jan-2023 03:02:06 Progress (1): 26/43 kB error 03-Jan-2023 03:02:06 Progress (1): 28/43 kB error 03-Jan-2023 03:02:06 Progress (1): 31/43 kB error 03-Jan-2023 03:02:06 Progress (1): 34/43 kB error 03-Jan-2023 03:02:06 Progress (1): 37/43 kB error 03-Jan-2023 03:02:06 Progress (1): 40/43 kB error 03-Jan-2023 03:02:06 Progress (1): 42/43 kB error 03-Jan-2023 03:02:06 Progress (1): 43 kB error 03-Jan-2023 03:02:06 error 03-Jan-2023 03:02:06 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/net/bytebuddy/byte-buddy-parent/1.11.20/byte-buddy-parent-1.11.20.pom (43 kB at 127 kB/s) error 03-Jan-2023 03:02:06 #16 54.45 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/hibernate/hibernate-c3p0/5.6.0.Final/hibernate-c3p0-5.6.0.Final.pom error 03-Jan-2023 03:02:06 #16 54.58 Progress (1): 2.7 kB error 03-Jan-2023 03:02:06 error 03-Jan-2023 03:02:06 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/hibernate/hibernate-c3p0/5.6.0.Final/hibernate-c3p0-5.6.0.Final.pom (2.7 kB at 9.8 kB/s) error 03-Jan-2023 03:02:06 #16 54.80 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/hibernate/hibernate-ehcache/5.6.0.Final/hibernate-ehcache-5.6.0.Final.pom error 03-Jan-2023 03:02:06 #16 54.92 Progress (1): 2.7 kB error 03-Jan-2023 03:02:06 error 03-Jan-2023 03:02:06 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/hibernate/hibernate-ehcache/5.6.0.Final/hibernate-ehcache-5.6.0.Final.pom (2.7 kB at 11 kB/s) error 03-Jan-2023 03:02:06 #16 ... error 03-Jan-2023 03:02:06 error 03-Jan-2023 03:02:06 #17 [linux/amd64 dev 4/4] RUN mvn -s /usr/share/maven/ref/settings-docker.xml install error 03-Jan-2023 03:02:06 #17 55.21 Progress (1): 3.4/7.5 kB error 03-Jan-2023 03:02:06 Progress (1): 6.2/7.5 kB error 03-Jan-2023 03:02:06 Progress (1): 7.5 kB error 03-Jan-2023 03:02:06 error 03-Jan-2023 03:02:06 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/shared/maven-dependency-tree/3.0.1/maven-dependency-tree-3.0.1.pom (7.5 kB at 28 kB/s) error 03-Jan-2023 03:02:06 #17 55.35 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/shared/maven-common-artifact-filters/3.2.0/maven-common-artifact-filters-3.2.0.pom error 03-Jan-2023 03:02:06 #17 55.47 Progress (1): 3.3/6.9 kB error 03-Jan-2023 03:02:06 Progress (1): 6.1/6.9 kB error 03-Jan-2023 03:02:06 Progress (1): 6.9 kB error 03-Jan-2023 03:02:07 error 03-Jan-2023 03:02:07 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/shared/maven-common-artifact-filters/3.2.0/maven-common-artifact-filters-3.2.0.pom (6.9 kB at 30 kB/s) error 03-Jan-2023 03:02:07 #17 55.65 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-artifact/3.1.1/maven-artifact-3.1.1.jar error 03-Jan-2023 03:02:07 #17 55.65 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-plugin-api/3.1.1/maven-plugin-api-3.1.1.jar error 03-Jan-2023 03:02:07 #17 55.66 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/eclipse/sisu/org.eclipse.sisu.plexus/0.0.0.M5/org.eclipse.sisu.plexus-0.0.0.M5.jar error 03-Jan-2023 03:02:07 #17 55.66 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/eclipse/sisu/org.eclipse.sisu.inject/0.0.0.M5/org.eclipse.sisu.inject-0.0.0.M5.jar error 03-Jan-2023 03:02:07 #17 55.67 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-model/3.1.1/maven-model-3.1.1.jar error 03-Jan-2023 03:02:07 #17 55.79 Progress (1): 3.4/52 kB error 03-Jan-2023 03:02:07 Progress (1): 6.2/52 kB error 03-Jan-2023 03:02:07 Progress (1): 9.0/52 kB error 03-Jan-2023 03:02:07 Progress (1): 12/52 kB error 03-Jan-2023 03:02:07 Progress (1): 15/52 kB error 03-Jan-2023 03:02:07 Progress (1): 17/52 kB error 03-Jan-2023 03:02:07 Progress (1): 20/52 kB error 03-Jan-2023 03:02:07 Progress (1): 23/52 kB error 03-Jan-2023 03:02:07 Progress (1): 26/52 kB error 03-Jan-2023 03:02:07 Progress (1): 29/52 kB error 03-Jan-2023 03:02:07 Progress (1): 31/52 kB error 03-Jan-2023 03:02:07 Progress (1): 34/52 kB error 03-Jan-2023 03:02:07 Progress (1): 37/52 kB error 03-Jan-2023 03:02:07 Progress (1): 40/52 kB error 03-Jan-2023 03:02:07 Progress (1): 43/52 kB error 03-Jan-2023 03:02:07 Progress (1): 45/52 kB error 03-Jan-2023 03:02:07 Progress (1): 48/52 kB error 03-Jan-2023 03:02:07 Progress (1): 51/52 kB error 03-Jan-2023 03:02:07 Progress (1): 52 kB error 03-Jan-2023 03:02:07 Progress (2): 52 kB | 3.4/154 kB error 03-Jan-2023 03:02:07 Progress (2): 52 kB | 6.2/154 kB error 03-Jan-2023 03:02:07 Progress (2): 52 kB | 9.0/154 kB error 03-Jan-2023 03:02:07 Progress (2): 52 kB | 12/154 kB error 03-Jan-2023 03:02:07 Progress (2): 52 kB | 15/154 kB error 03-Jan-2023 03:02:07 Progress (2): 52 kB | 17/154 kB error 03-Jan-2023 03:02:07 Progress (2): 52 kB | 20/154 kB error 03-Jan-2023 03:02:07 Progress (2): 52 kB | 23/154 kB error 03-Jan-2023 03:02:07 Progress (2): 52 kB | 26/154 kB error 03-Jan-2023 03:02:07 Progress (2): 52 kB | 29/154 kB error 03-Jan-2023 03:02:07 Progress (2): 52 kB | 31/154 kB error 03-Jan-2023 03:02:07 Progress (2): 52 kB | 34/154 kB error 03-Jan-2023 03:02:07 Progress (2): 52 kB | 37/154 kB error 03-Jan-2023 03:02:07 Progress (2): 52 kB | 40/154 kB error 03-Jan-2023 03:02:07 Progress (3): 52 kB | 40/154 kB | 3.4/197 kB error 03-Jan-2023 03:02:07 Progress (3): 52 kB | 40/154 kB | 6.2/197 kB error 03-Jan-2023 03:02:07 Progress (3): 52 kB | 40/154 kB | 9.0/197 kB error 03-Jan-2023 03:02:07 Progress (3): 52 kB | 40/154 kB | 12/197 kB error 03-Jan-2023 03:02:07 Progress (3): 52 kB | 40/154 kB | 15/197 kB error 03-Jan-2023 03:02:07 Progress (3): 52 kB | 40/154 kB | 17/197 kB error 03-Jan-2023 03:02:07 Progress (3): 52 kB | 40/154 kB | 20/197 kB error 03-Jan-2023 03:02:07 Progress (3): 52 kB | 40/154 kB | 23/197 kB error 03-Jan-2023 03:02:07 Progress (3): 52 kB | 40/154 kB | 26/197 kB error 03-Jan-2023 03:02:07 Progress (4): 52 kB | 40/154 kB | 26/197 kB | 3.4/45 kB error 03-Jan-2023 03:02:07 Progress (4): 52 kB | 40/154 kB | 26/197 kB | 6.2/45 kB error 03-Jan-2023 03:02:07 Progress (4): 52 kB | 40/154 kB | 26/197 kB | 9.0/45 kB error 03-Jan-2023 03:02:07 Progress (4): 52 kB | 40/154 kB | 26/197 kB | 12/45 kB error 03-Jan-2023 03:02:07 Progress (4): 52 kB | 40/154 kB | 26/197 kB | 15/45 kB error 03-Jan-2023 03:02:07 Progress (4): 52 kB | 40/154 kB | 26/197 kB | 17/45 kB error 03-Jan-2023 03:02:07 Progress (4): 52 kB | 40/154 kB | 26/197 kB | 20/45 kB error 03-Jan-2023 03:02:07 Progress (4): 52 kB | 40/154 kB | 26/197 kB | 23/45 kB error 03-Jan-2023 03:02:07 Progress (4): 52 kB | 40/154 kB | 26/197 kB | 26/45 kB error 03-Jan-2023 03:02:07 Progress (4): 52 kB | 40/154 kB | 26/197 kB | 29/45 kB error 03-Jan-2023 03:02:07 Progress (4): 52 kB | 40/154 kB | 26/197 kB | 31/45 kB error 03-Jan-2023 03:02:07 Progress (4): 52 kB | 40/154 kB | 26/197 kB | 34/45 kB error 03-Jan-2023 03:02:07 Progress (4): 52 kB | 40/154 kB | 26/197 kB | 37/45 kB error 03-Jan-2023 03:02:07 Progress (4): 52 kB | 40/154 kB | 26/197 kB | 40/45 kB error 03-Jan-2023 03:02:07 Progress (4): 52 kB | 40/154 kB | 26/197 kB | 43/45 kB error 03-Jan-2023 03:02:07 Progress (4): 52 kB | 40/154 kB | 26/197 kB | 45 kB error 03-Jan-2023 03:02:07 Progress (4): 52 kB | 43/154 kB | 26/197 kB | 45 kB error 03-Jan-2023 03:02:07 Progress (4): 52 kB | 45/154 kB | 26/197 kB | 45 kB error 03-Jan-2023 03:02:07 Progress (4): 52 kB | 48/154 kB | 26/197 kB | 45 kB error 03-Jan-2023 03:02:07 Progress (4): 52 kB | 51/154 kB | 26/197 kB | 45 kB error 03-Jan-2023 03:02:07 Progress (4): 52 kB | 54/154 kB | 26/197 kB | 45 kB error 03-Jan-2023 03:02:07 Progress (4): 52 kB | 54/154 kB | 29/197 kB | 45 kB error 03-Jan-2023 03:02:07 Progress (4): 52 kB | 56/154 kB | 29/197 kB | 45 kB error 03-Jan-2023 03:02:07 Progress (4): 52 kB | 59/154 kB | 29/197 kB | 45 kB error 03-Jan-2023 03:02:07 Progress (4): 52 kB | 62/154 kB | 29/197 kB | 45 kB error 03-Jan-2023 03:02:07 Progress (4): 52 kB | 65/154 kB | 29/197 kB | 45 kB error 03-Jan-2023 03:02:07 Progress (4): 52 kB | 68/154 kB | 29/197 kB | 45 kB error 03-Jan-2023 03:02:07 Progress (4): 52 kB | 70/154 kB | 29/197 kB | 45 kB error 03-Jan-2023 03:02:07 Progress (4): 52 kB | 73/154 kB | 29/197 kB | 45 kB error 03-Jan-2023 03:02:07 Progress (4): 52 kB | 76/154 kB | 29/197 kB | 45 kB error 03-Jan-2023 03:02:07 Progress (4): 52 kB | 79/154 kB | 29/197 kB | 45 kB error 03-Jan-2023 03:02:07 Progress (4): 52 kB | 82/154 kB | 29/197 kB | 45 kB error 03-Jan-2023 03:02:07 Progress (4): 52 kB | 84/154 kB | 29/197 kB | 45 kB error 03-Jan-2023 03:02:07 Progress (4): 52 kB | 87/154 kB | 29/197 kB | 45 kB error 03-Jan-2023 03:02:07 Progress (4): 52 kB | 87/154 kB | 31/197 kB | 45 kB error 03-Jan-2023 03:02:07 Progress (4): 52 kB | 87/154 kB | 34/197 kB | 45 kB error 03-Jan-2023 03:02:07 Progress (4): 52 kB | 87/154 kB | 37/197 kB | 45 kB error 03-Jan-2023 03:02:07 Progress (4): 52 kB | 87/154 kB | 40/197 kB | 45 kB error 03-Jan-2023 03:02:07 Progress (4): 52 kB | 87/154 kB | 43/197 kB | 45 kB error 03-Jan-2023 03:02:07 Progress (4): 52 kB | 87/154 kB | 45/197 kB | 45 kB error 03-Jan-2023 03:02:07 Progress (4): 52 kB | 87/154 kB | 48/197 kB | 45 kB error 03-Jan-2023 03:02:07 Progress (4): 52 kB | 87/154 kB | 51/197 kB | 45 kB error 03-Jan-2023 03:02:07 Progress (4): 52 kB | 87/154 kB | 54/197 kB | 45 kB error 03-Jan-2023 03:02:07 Progress (4): 52 kB | 87/154 kB | 57/197 kB | 45 kB error 03-Jan-2023 03:02:07 Progress (4): 52 kB | 87/154 kB | 59/197 kB | 45 kB error 03-Jan-2023 03:02:07 Progress (4): 52 kB | 87/154 kB | 62/197 kB | 45 kB error 03-Jan-2023 03:02:07 Progress (4): 52 kB | 87/154 kB | 65/197 kB | 45 kB error 03-Jan-2023 03:02:07 Progress (4): 52 kB | 87/154 kB | 68/197 kB | 45 kB error 03-Jan-2023 03:02:07 Progress (4): 52 kB | 87/154 kB | 71/197 kB | 45 kB error 03-Jan-2023 03:02:07 Progress (4): 52 kB | 87/154 kB | 73/197 kB | 45 kB error 03-Jan-2023 03:02:07 Progress (4): 52 kB | 87/154 kB | 76/197 kB | 45 kB error 03-Jan-2023 03:02:07 Progress (4): 52 kB | 87/154 kB | 79/197 kB | 45 kB error 03-Jan-2023 03:02:07 Progress (4): 52 kB | 87/154 kB | 82/197 kB | 45 kB error 03-Jan-2023 03:02:07 Progress (4): 52 kB | 87/154 kB | 85/197 kB | 45 kB error 03-Jan-2023 03:02:07 Progress (4): 52 kB | 87/154 kB | 87/197 kB | 45 kB error 03-Jan-2023 03:02:07 Progress (4): 52 kB | 87/154 kB | 90/197 kB | 45 kB error 03-Jan-2023 03:02:07 Progress (4): 52 kB | 87/154 kB | 93/197 kB | 45 kB error 03-Jan-2023 03:02:07 Progress (4): 52 kB | 87/154 kB | 96/197 kB | 45 kB error 03-Jan-2023 03:02:07 Progress (4): 52 kB | 87/154 kB | 99/197 kB | 45 kB error 03-Jan-2023 03:02:07 Progress (4): 52 kB | 87/154 kB | 101/197 kB | 45 kB error 03-Jan-2023 03:02:07 Progress (4): 52 kB | 87/154 kB | 104/197 kB | 45 kB error 03-Jan-2023 03:02:07 Progress (4): 52 kB | 87/154 kB | 107/197 kB | 45 kB error 03-Jan-2023 03:02:07 Progress (4): 52 kB | 87/154 kB | 110/197 kB | 45 kB error 03-Jan-2023 03:02:07 Progress (4): 52 kB | 87/154 kB | 113/197 kB | 45 kB error 03-Jan-2023 03:02:07 Progress (4): 52 kB | 87/154 kB | 115/197 kB | 45 kB error 03-Jan-2023 03:02:07 Progress (4): 52 kB | 87/154 kB | 118/197 kB | 45 kB error 03-Jan-2023 03:02:07 Progress (4): 52 kB | 87/154 kB | 121/197 kB | 45 kB error 03-Jan-2023 03:02:07 Progress (4): 52 kB | 87/154 kB | 124/197 kB | 45 kB error 03-Jan-2023 03:02:07 Progress (4): 52 kB | 87/154 kB | 127/197 kB | 45 kB error 03-Jan-2023 03:02:07 Progress (4): 52 kB | 87/154 kB | 129/197 kB | 45 kB error 03-Jan-2023 03:02:07 Progress (4): 52 kB | 90/154 kB | 129/197 kB | 45 kB error 03-Jan-2023 03:02:07 Progress (4): 52 kB | 93/154 kB | 129/197 kB | 45 kB error 03-Jan-2023 03:02:07 Progress (4): 52 kB | 93/154 kB | 132/197 kB | 45 kB error 03-Jan-2023 03:02:07 Progress (4): 52 kB | 93/154 kB | 135/197 kB | 45 kB error 03-Jan-2023 03:02:07 Progress (4): 52 kB | 93/154 kB | 137/197 kB | 45 kB error 03-Jan-2023 03:02:07 Progress (4): 52 kB | 93/154 kB | 140/197 kB | 45 kB error 03-Jan-2023 03:02:07 Progress (4): 52 kB | 93/154 kB | 143/197 kB | 45 kB error 03-Jan-2023 03:02:07 Progress (4): 52 kB | 93/154 kB | 146/197 kB | 45 kB error 03-Jan-2023 03:02:07 Progress (4): 52 kB | 93/154 kB | 149/197 kB | 45 kB error 03-Jan-2023 03:02:07 Progress (4): 52 kB | 93/154 kB | 151/197 kB | 45 kB error 03-Jan-2023 03:02:07 Progress (4): 52 kB | 93/154 kB | 154/197 kB | 45 kB error 03-Jan-2023 03:02:07 Progress (4): 52 kB | 96/154 kB | 154/197 kB | 45 kB error 03-Jan-2023 03:02:07 Progress (4): 52 kB | 98/154 kB | 154/197 kB | 45 kB error 03-Jan-2023 03:02:07 Progress (4): 52 kB | 101/154 kB | 154/197 kB | 45 kB error 03-Jan-2023 03:02:07 Progress (4): 52 kB | 104/154 kB | 154/197 kB | 45 kB error 03-Jan-2023 03:02:07 Progress (4): 52 kB | 107/154 kB | 154/197 kB | 45 kB error 03-Jan-2023 03:02:07 Progress (4): 52 kB | 110/154 kB | 154/197 kB | 45 kB error 03-Jan-2023 03:02:07 Progress (4): 52 kB | 112/154 kB | 154/197 kB | 45 kB error 03-Jan-2023 03:02:07 Progress (4): 52 kB | 115/154 kB | 154/197 kB | 45 kB error 03-Jan-2023 03:02:07 Progress (4): 52 kB | 118/154 kB | 154/197 kB | 45 kB error 03-Jan-2023 03:02:07 Progress (4): 52 kB | 120/154 kB | 154/197 kB | 45 kB error 03-Jan-2023 03:02:07 Progress (4): 52 kB | 123/154 kB | 154/197 kB | 45 kB error 03-Jan-2023 03:02:07 Progress (4): 52 kB | 126/154 kB | 154/197 kB | 45 kB error 03-Jan-2023 03:02:07 Progress (4): 52 kB | 129/154 kB | 154/197 kB | 45 kB error 03-Jan-2023 03:02:07 Progress (4): 52 kB | 132/154 kB | 154/197 kB | 45 kB error 03-Jan-2023 03:02:07 Progress (4): 52 kB | 134/154 kB | 154/197 kB | 45 kB error 03-Jan-2023 03:02:07 Progress (4): 52 kB | 137/154 kB | 154/197 kB | 45 kB error 03-Jan-2023 03:02:07 Progress (4): 52 kB | 140/154 kB | 154/197 kB | 45 kB error 03-Jan-2023 03:02:07 Progress (4): 52 kB | 143/154 kB | 154/197 kB | 45 kB error 03-Jan-2023 03:02:07 Progress (4): 52 kB | 146/154 kB | 154/197 kB | 45 kB error 03-Jan-2023 03:02:07 Progress (4): 52 kB | 148/154 kB | 154/197 kB | 45 kB error 03-Jan-2023 03:02:07 Progress (4): 52 kB | 151/154 kB | 154/197 kB | 45 kB error 03-Jan-2023 03:02:07 Progress (4): 52 kB | 154/154 kB | 154/197 kB | 45 kB error 03-Jan-2023 03:02:07 Progress (4): 52 kB | 154 kB | 154/197 kB | 45 kB error 03-Jan-2023 03:02:07 Progress (4): 52 kB | 154 kB | 157/197 kB | 45 kB error 03-Jan-2023 03:02:07 Progress (4): 52 kB | 154 kB | 160/197 kB | 45 kB error 03-Jan-2023 03:02:07 Progress (4): 52 kB | 154 kB | 163/197 kB | 45 kB error 03-Jan-2023 03:02:07 Progress (4): 52 kB | 154 kB | 165/197 kB | 45 kB error 03-Jan-2023 03:02:07 Progress (4): 52 kB | 154 kB | 168/197 kB | 45 kB error 03-Jan-2023 03:02:07 Progress (4): 52 kB | 154 kB | 171/197 kB | 45 kB error 03-Jan-2023 03:02:07 Progress (4): 52 kB | 154 kB | 174/197 kB | 45 kB error 03-Jan-2023 03:02:07 Progress (4): 52 kB | 154 kB | 177/197 kB | 45 kB error 03-Jan-2023 03:02:07 Progress (4): 52 kB | 154 kB | 179/197 kB | 45 kB error 03-Jan-2023 03:02:07 Progress (4): 52 kB | 154 kB | 182/197 kB | 45 kB error 03-Jan-2023 03:02:07 Progress (4): 52 kB | 154 kB | 185/197 kB | 45 kB error 03-Jan-2023 03:02:07 Progress (4): 52 kB | 154 kB | 188/197 kB | 45 kB error 03-Jan-2023 03:02:07 Progress (4): 52 kB | 154 kB | 191/197 kB | 45 kB error 03-Jan-2023 03:02:07 Progress (4): 52 kB | 154 kB | 193/197 kB | 45 kB error 03-Jan-2023 03:02:07 Progress (4): 52 kB | 154 kB | 196/197 kB | 45 kB error 03-Jan-2023 03:02:07 Progress (4): 52 kB | 154 kB | 197 kB | 45 kB error 03-Jan-2023 03:02:07 error 03-Jan-2023 03:02:07 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-artifact/3.1.1/maven-artifact-3.1.1.jar (52 kB at 194 kB/s) error 03-Jan-2023 03:02:07 #17 55.92 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-core/3.1.1/maven-core-3.1.1.jar error 03-Jan-2023 03:02:07 #17 55.92 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-plugin-api/3.1.1/maven-plugin-api-3.1.1.jar (45 kB at 164 kB/s) error 03-Jan-2023 03:02:07 #17 55.93 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-settings-builder/3.1.1/maven-settings-builder-3.1.1.jar error 03-Jan-2023 03:02:07 #17 55.95 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-model/3.1.1/maven-model-3.1.1.jar (154 kB at 528 kB/s) error 03-Jan-2023 03:02:07 #17 55.95 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-model-builder/3.1.1/maven-model-builder-3.1.1.jar error 03-Jan-2023 03:02:07 #17 56.03 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/eclipse/sisu/org.eclipse.sisu.plexus/0.0.0.M5/org.eclipse.sisu.plexus-0.0.0.M5.jar (197 kB at 524 kB/s) error 03-Jan-2023 03:02:07 #17 56.03 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/codehaus/plexus/plexus-interpolation/1.19/plexus-interpolation-1.19.jar error 03-Jan-2023 03:02:07 #17 56.04 Progress (1): 3.4/42 kB error 03-Jan-2023 03:02:07 Progress (1): 6.2/42 kB error 03-Jan-2023 03:02:07 Progress (1): 9.0/42 kB error 03-Jan-2023 03:02:07 Progress (1): 12/42 kB error 03-Jan-2023 03:02:07 Progress (1): 15/42 kB error 03-Jan-2023 03:02:07 Progress (1): 17/42 kB error 03-Jan-2023 03:02:07 Progress (1): 20/42 kB error 03-Jan-2023 03:02:07 Progress (1): 23/42 kB error 03-Jan-2023 03:02:07 Progress (1): 26/42 kB error 03-Jan-2023 03:02:07 Progress (1): 29/42 kB error 03-Jan-2023 03:02:07 Progress (1): 31/42 kB error 03-Jan-2023 03:02:07 Progress (1): 34/42 kB error 03-Jan-2023 03:02:07 Progress (1): 37/42 kB error 03-Jan-2023 03:02:07 Progress (1): 40/42 kB error 03-Jan-2023 03:02:07 Progress (1): 42 kB error 03-Jan-2023 03:02:07 Progress (2): 42 kB | 3.4/62 kB error 03-Jan-2023 03:02:07 Progress (2): 42 kB | 6.2/62 kB error 03-Jan-2023 03:02:07 Progress (2): 42 kB | 9.0/62 kB error 03-Jan-2023 03:02:07 Progress (2): 42 kB | 12/62 kB error 03-Jan-2023 03:02:07 Progress (2): 42 kB | 15/62 kB error 03-Jan-2023 03:02:07 Progress (2): 42 kB | 17/62 kB error 03-Jan-2023 03:02:07 Progress (2): 42 kB | 20/62 kB error 03-Jan-2023 03:02:07 Progress (2): 42 kB | 23/62 kB error 03-Jan-2023 03:02:07 Progress (2): 42 kB | 26/62 kB error 03-Jan-2023 03:02:07 Progress (2): 42 kB | 29/62 kB error 03-Jan-2023 03:02:07 Progress (2): 42 kB | 31/62 kB error 03-Jan-2023 03:02:07 Progress (2): 42 kB | 34/62 kB error 03-Jan-2023 03:02:07 Progress (2): 42 kB | 37/62 kB error 03-Jan-2023 03:02:07 Progress (2): 42 kB | 40/62 kB error 03-Jan-2023 03:02:07 Progress (2): 42 kB | 43/62 kB error 03-Jan-2023 03:02:07 Progress (2): 42 kB | 45/62 kB error 03-Jan-2023 03:02:07 Progress (2): 42 kB | 48/62 kB error 03-Jan-2023 03:02:07 Progress (2): 42 kB | 51/62 kB error 03-Jan-2023 03:02:07 Progress (2): 42 kB | 54/62 kB error 03-Jan-2023 03:02:07 Progress (2): 42 kB | 57/62 kB error 03-Jan-2023 03:02:07 Progress (2): 42 kB | 59/62 kB error 03-Jan-2023 03:02:07 Progress (2): 42 kB | 62 kB error 03-Jan-2023 03:02:07 error 03-Jan-2023 03:02:07 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-settings-builder/3.1.1/maven-settings-builder-3.1.1.jar (42 kB at 83 kB/s) error 03-Jan-2023 03:02:07 #17 56.16 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/codehaus/plexus/plexus-classworlds/2.5.1/plexus-classworlds-2.5.1.jar error 03-Jan-2023 03:02:07 #17 56.28 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/codehaus/plexus/plexus-interpolation/1.19/plexus-interpolation-1.19.jar (62 kB at 101 kB/s) error 03-Jan-2023 03:02:07 #17 56.28 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-repository-metadata/3.1.1/maven-repository-metadata-3.1.1.jar error 03-Jan-2023 03:02:07 #17 56.28 Progress (1): 3.4/50 kB error 03-Jan-2023 03:02:07 Progress (1): 6.2/50 kB error 03-Jan-2023 03:02:07 Progress (1): 9.0/50 kB error 03-Jan-2023 03:02:07 Progress (1): 12/50 kB error 03-Jan-2023 03:02:07 Progress (1): 15/50 kB error 03-Jan-2023 03:02:07 Progress (1): 17/50 kB error 03-Jan-2023 03:02:07 Progress (1): 20/50 kB error 03-Jan-2023 03:02:07 Progress (1): 23/50 kB error 03-Jan-2023 03:02:07 Progress (1): 26/50 kB error 03-Jan-2023 03:02:07 Progress (1): 29/50 kB error 03-Jan-2023 03:02:07 Progress (1): 31/50 kB error 03-Jan-2023 03:02:07 Progress (1): 34/50 kB error 03-Jan-2023 03:02:07 Progress (1): 37/50 kB error 03-Jan-2023 03:02:07 Progress (1): 40/50 kB error 03-Jan-2023 03:02:07 Progress (1): 43/50 kB error 03-Jan-2023 03:02:07 Progress (1): 45/50 kB error 03-Jan-2023 03:02:07 Progress (1): 48/50 kB error 03-Jan-2023 03:02:07 Progress (1): 50 kB error 03-Jan-2023 03:02:07 Progress (2): 50 kB | 3.4/25 kB error 03-Jan-2023 03:02:07 Progress (2): 50 kB | 6.2/25 kB error 03-Jan-2023 03:02:07 Progress (2): 50 kB | 9.0/25 kB error 03-Jan-2023 03:02:07 error 03-Jan-2023 03:02:07 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/codehaus/plexus/plexus-classworlds/2.5.1/plexus-classworlds-2.5.1.jar (50 kB at 68 kB/s) error 03-Jan-2023 03:02:07 #17 56.40 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-settings/3.1.1/maven-settings-3.1.1.jar error 03-Jan-2023 03:02:07 #17 56.40 Progress (1): 12/25 kB error 03-Jan-2023 03:02:07 Progress (1): 15/25 kB error 03-Jan-2023 03:02:07 Progress (1): 17/25 kB error 03-Jan-2023 03:02:07 Progress (1): 20/25 kB error 03-Jan-2023 03:02:07 Progress (1): 23/25 kB error 03-Jan-2023 03:02:07 Progress (1): 25 kB error 03-Jan-2023 03:02:07 error 03-Jan-2023 03:02:07 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-repository-metadata/3.1.1/maven-repository-metadata-3.1.1.jar (25 kB at 30 kB/s) error 03-Jan-2023 03:02:07 #17 56.52 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-aether-provider/3.1.1/maven-aether-provider-3.1.1.jar error 03-Jan-2023 03:02:07 #17 56.52 Progress (1): 3.4/42 kB error 03-Jan-2023 03:02:07 Progress (1): 6.2/42 kB error 03-Jan-2023 03:02:07 Progress (1): 9.0/42 kB error 03-Jan-2023 03:02:07 Progress (1): 12/42 kB error 03-Jan-2023 03:02:07 Progress (1): 15/42 kB error 03-Jan-2023 03:02:07 Progress (1): 17/42 kB error 03-Jan-2023 03:02:07 Progress (1): 20/42 kB error 03-Jan-2023 03:02:07 Progress (1): 23/42 kB error 03-Jan-2023 03:02:07 Progress (1): 26/42 kB error 03-Jan-2023 03:02:07 Progress (1): 29/42 kB error 03-Jan-2023 03:02:07 Progress (1): 31/42 kB error 03-Jan-2023 03:02:07 Progress (1): 34/42 kB error 03-Jan-2023 03:02:08 Progress (1): 37/42 kB error 03-Jan-2023 03:02:08 Progress (1): 40/42 kB error 03-Jan-2023 03:02:08 Progress (1): 42 kB error 03-Jan-2023 03:02:08 Progress (2): 42 kB | 4.1/557 kB error 03-Jan-2023 03:02:08 Progress (2): 42 kB | 8.2/557 kB error 03-Jan-2023 03:02:08 Progress (2): 42 kB | 12/557 kB error 03-Jan-2023 03:02:08 Progress (2): 42 kB | 16/557 kB error 03-Jan-2023 03:02:08 error 03-Jan-2023 03:02:08 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-settings/3.1.1/maven-settings-3.1.1.jar (42 kB at 43 kB/s) error 03-Jan-2023 03:02:08 #17 56.64 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/reporting/maven-reporting-impl/3.0.0/maven-reporting-impl-3.0.0.jar error 03-Jan-2023 03:02:08 #17 56.65 Progress (2): 16/557 kB | 3.4/60 kB error 03-Jan-2023 03:02:08 Progress (2): 16/557 kB | 6.2/60 kB error 03-Jan-2023 03:02:08 Progress (2): 16/557 kB | 9.0/60 kB error 03-Jan-2023 03:02:08 Progress (2): 16/557 kB | 12/60 kB error 03-Jan-2023 03:02:08 Progress (2): 16/557 kB | 15/60 kB error 03-Jan-2023 03:02:08 Progress (2): 16/557 kB | 17/60 kB error 03-Jan-2023 03:02:08 Progress (2): 16/557 kB | 20/60 kB error 03-Jan-2023 03:02:08 Progress (2): 16/557 kB | 23/60 kB error 03-Jan-2023 03:02:08 Progress (2): 16/557 kB | 26/60 kB error 03-Jan-2023 03:02:08 Progress (2): 16/557 kB | 29/60 kB error 03-Jan-2023 03:02:08 Progress (2): 16/557 kB | 31/60 kB error 03-Jan-2023 03:02:08 Progress (2): 16/557 kB | 34/60 kB error 03-Jan-2023 03:02:08 Progress (2): 16/557 kB | 37/60 kB error 03-Jan-2023 03:02:08 Progress (2): 16/557 kB | 40/60 kB error 03-Jan-2023 03:02:08 Progress (2): 16/557 kB | 43/60 kB error 03-Jan-2023 03:02:08 Progress (2): 16/557 kB | 45/60 kB error 03-Jan-2023 03:02:08 Progress (2): 16/557 kB | 48/60 kB error 03-Jan-2023 03:02:08 Progress (2): 16/557 kB | 51/60 kB error 03-Jan-2023 03:02:08 Progress (2): 16/557 kB | 54/60 kB error 03-Jan-2023 03:02:08 Progress (2): 16/557 kB | 57/60 kB error 03-Jan-2023 03:02:08 Progress (2): 16/557 kB | 59/60 kB error 03-Jan-2023 03:02:08 Progress (2): 16/557 kB | 60 kB error 03-Jan-2023 03:02:08 Progress (2): 20/557 kB | 60 kB error 03-Jan-2023 03:02:08 Progress (2): 25/557 kB | 60 kB error 03-Jan-2023 03:02:08 Progress (2): 29/557 kB | 60 kB error 03-Jan-2023 03:02:08 Progress (2): 33/557 kB | 60 kB error 03-Jan-2023 03:02:08 Progress (2): 37/557 kB | 60 kB error 03-Jan-2023 03:02:08 Progress (2): 41/557 kB | 60 kB error 03-Jan-2023 03:02:08 Progress (2): 45/557 kB | 60 kB error 03-Jan-2023 03:02:08 Progress (2): 49/557 kB | 60 kB error 03-Jan-2023 03:02:08 Progress (2): 52/557 kB | 60 kB error 03-Jan-2023 03:02:08 Progress (3): 52/557 kB | 60 kB | 3.3/18 kB error 03-Jan-2023 03:02:08 Progress (3): 52/557 kB | 60 kB | 6.1/18 kB error 03-Jan-2023 03:02:08 Progress (3): 52/557 kB | 60 kB | 8.9/18 kB error 03-Jan-2023 03:02:08 Progress (3): 52/557 kB | 60 kB | 12/18 kB error 03-Jan-2023 03:02:08 Progress (3): 52/557 kB | 60 kB | 14/18 kB error 03-Jan-2023 03:02:08 Progress (3): 52/557 kB | 60 kB | 17/18 kB error 03-Jan-2023 03:02:08 Progress (3): 52/557 kB | 60 kB | 18 kB error 03-Jan-2023 03:02:08 Progress (3): 56/557 kB | 60 kB | 18 kB error 03-Jan-2023 03:02:08 Progress (3): 60/557 kB | 60 kB | 18 kB error 03-Jan-2023 03:02:08 Progress (3): 64/557 kB | 60 kB | 18 kB error 03-Jan-2023 03:02:08 Progress (3): 69/557 kB | 60 kB | 18 kB error 03-Jan-2023 03:02:08 Progress (3): 73/557 kB | 60 kB | 18 kB error 03-Jan-2023 03:02:08 Progress (3): 77/557 kB | 60 kB | 18 kB error 03-Jan-2023 03:02:08 Progress (3): 81/557 kB | 60 kB | 18 kB error 03-Jan-2023 03:02:08 Progress (3): 85/557 kB | 60 kB | 18 kB error 03-Jan-2023 03:02:08 Progress (3): 87/557 kB | 60 kB | 18 kB error 03-Jan-2023 03:02:08 Progress (3): 91/557 kB | 60 kB | 18 kB error 03-Jan-2023 03:02:08 Progress (3): 95/557 kB | 60 kB | 18 kB error 03-Jan-2023 03:02:08 Progress (3): 99/557 kB | 60 kB | 18 kB error 03-Jan-2023 03:02:08 Progress (3): 103/557 kB | 60 kB | 18 kB error 03-Jan-2023 03:02:08 Progress (3): 107/557 kB | 60 kB | 18 kB error 03-Jan-2023 03:02:08 Progress (3): 112/557 kB | 60 kB | 18 kB error 03-Jan-2023 03:02:08 Progress (3): 116/557 kB | 60 kB | 18 kB error 03-Jan-2023 03:02:08 Progress (3): 120/557 kB | 60 kB | 18 kB error 03-Jan-2023 03:02:08 error 03-Jan-2023 03:02:08 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-aether-provider/3.1.1/maven-aether-provider-3.1.1.jar (60 kB at 53 kB/s) error 03-Jan-2023 03:02:08 #17 56.78 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/doxia/doxia-decoration-model/1.7.4/doxia-decoration-model-1.7.4.jar error 03-Jan-2023 03:02:08 #17 56.87 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/reporting/maven-reporting-impl/3.0.0/maven-reporting-impl-3.0.0.jar (18 kB at 15 kB/s) error 03-Jan-2023 03:02:08 #17 56.87 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/doxia/doxia-sink-api/1.9.1/doxia-sink-api-1.9.1.jar error 03-Jan-2023 03:02:08 #17 56.88 Progress (1): 122/557 kB error 03-Jan-2023 03:02:08 Progress (1): 126/557 kB error 03-Jan-2023 03:02:08 Progress (1): 130/557 kB error 03-Jan-2023 03:02:08 Progress (1): 134/557 kB error 03-Jan-2023 03:02:08 Progress (1): 138/557 kB error 03-Jan-2023 03:02:08 Progress (1): 142/557 kB error 03-Jan-2023 03:02:08 Progress (1): 146/557 kB error 03-Jan-2023 03:02:08 Progress (1): 150/557 kB error 03-Jan-2023 03:02:08 Progress (1): 155/557 kB error 03-Jan-2023 03:02:08 Progress (1): 157/557 kB error 03-Jan-2023 03:02:08 Progress (1): 161/557 kB error 03-Jan-2023 03:02:08 Progress (1): 165/557 kB error 03-Jan-2023 03:02:08 Progress (1): 169/557 kB error 03-Jan-2023 03:02:08 Progress (1): 173/557 kB error 03-Jan-2023 03:02:08 Progress (1): 177/557 kB error 03-Jan-2023 03:02:08 Progress (1): 181/557 kB error 03-Jan-2023 03:02:08 Progress (1): 185/557 kB error 03-Jan-2023 03:02:08 Progress (1): 189/557 kB error 03-Jan-2023 03:02:08 Progress (1): 191/557 kB error 03-Jan-2023 03:02:08 Progress (1): 196/557 kB error 03-Jan-2023 03:02:08 Progress (1): 200/557 kB error 03-Jan-2023 03:02:08 Progress (1): 204/557 kB error 03-Jan-2023 03:02:08 Progress (1): 208/557 kB error 03-Jan-2023 03:02:08 Progress (1): 212/557 kB error 03-Jan-2023 03:02:08 Progress (1): 216/557 kB error 03-Jan-2023 03:02:08 Progress (1): 220/557 kB error 03-Jan-2023 03:02:08 Progress (1): 224/557 kB error 03-Jan-2023 03:02:08 Progress (1): 226/557 kB error 03-Jan-2023 03:02:08 Progress (1): 230/557 kB error 03-Jan-2023 03:02:08 Progress (1): 234/557 kB error 03-Jan-2023 03:02:08 Progress (1): 239/557 kB error 03-Jan-2023 03:02:08 Progress (1): 243/557 kB error 03-Jan-2023 03:02:08 Progress (2): 243/557 kB | 3.4/61 kB error 03-Jan-2023 03:02:08 Progress (2): 247/557 kB | 3.4/61 kB error 03-Jan-2023 03:02:08 Progress (2): 251/557 kB | 3.4/61 kB error 03-Jan-2023 03:02:08 Progress (2): 251/557 kB | 6.2/61 kB error 03-Jan-2023 03:02:08 Progress (2): 251/557 kB | 9.0/61 kB error 03-Jan-2023 03:02:08 Progress (2): 251/557 kB | 12/61 kB error 03-Jan-2023 03:02:08 Progress (2): 251/557 kB | 15/61 kB error 03-Jan-2023 03:02:08 Progress (2): 251/557 kB | 17/61 kB error 03-Jan-2023 03:02:08 Progress (2): 251/557 kB | 20/61 kB error 03-Jan-2023 03:02:08 Progress (2): 251/557 kB | 23/61 kB error 03-Jan-2023 03:02:08 Progress (2): 251/557 kB | 26/61 kB error 03-Jan-2023 03:02:08 Progress (2): 251/557 kB | 29/61 kB error 03-Jan-2023 03:02:08 Progress (2): 251/557 kB | 31/61 kB error 03-Jan-2023 03:02:08 Progress (2): 251/557 kB | 34/61 kB error 03-Jan-2023 03:02:08 Progress (2): 251/557 kB | 37/61 kB error 03-Jan-2023 03:02:08 Progress (2): 251/557 kB | 40/61 kB error 03-Jan-2023 03:02:08 Progress (2): 251/557 kB | 43/61 kB error 03-Jan-2023 03:02:08 Progress (2): 251/557 kB | 45/61 kB error 03-Jan-2023 03:02:08 Progress (2): 251/557 kB | 48/61 kB error 03-Jan-2023 03:02:08 Progress (2): 251/557 kB | 51/61 kB error 03-Jan-2023 03:02:08 Progress (2): 251/557 kB | 54/61 kB error 03-Jan-2023 03:02:08 Progress (2): 251/557 kB | 57/61 kB error 03-Jan-2023 03:02:08 Progress (2): 251/557 kB | 59/61 kB error 03-Jan-2023 03:02:08 Progress (2): 251/557 kB | 61 kB error 03-Jan-2023 03:02:08 Progress (2): 255/557 kB | 61 kB error 03-Jan-2023 03:02:08 Progress (2): 259/557 kB | 61 kB error 03-Jan-2023 03:02:08 Progress (2): 261/557 kB | 61 kB error 03-Jan-2023 03:02:08 Progress (2): 265/557 kB | 61 kB error 03-Jan-2023 03:02:08 Progress (2): 269/557 kB | 61 kB error 03-Jan-2023 03:02:08 Progress (2): 273/557 kB | 61 kB error 03-Jan-2023 03:02:08 Progress (2): 277/557 kB | 61 kB error 03-Jan-2023 03:02:08 Progress (2): 282/557 kB | 61 kB error 03-Jan-2023 03:02:08 Progress (2): 286/557 kB | 61 kB error 03-Jan-2023 03:02:08 Progress (2): 290/557 kB | 61 kB error 03-Jan-2023 03:02:08 Progress (2): 294/557 kB | 61 kB error 03-Jan-2023 03:02:08 Progress (2): 296/557 kB | 61 kB error 03-Jan-2023 03:02:08 Progress (2): 300/557 kB | 61 kB error 03-Jan-2023 03:02:08 Progress (2): 304/557 kB | 61 kB error 03-Jan-2023 03:02:08 Progress (2): 308/557 kB | 61 kB error 03-Jan-2023 03:02:08 Progress (2): 312/557 kB | 61 kB error 03-Jan-2023 03:02:08 Progress (2): 316/557 kB | 61 kB error 03-Jan-2023 03:02:08 Progress (2): 320/557 kB | 61 kB error 03-Jan-2023 03:02:08 Progress (2): 325/557 kB | 61 kB error 03-Jan-2023 03:02:08 Progress (2): 329/557 kB | 61 kB error 03-Jan-2023 03:02:08 Progress (2): 331/557 kB | 61 kB error 03-Jan-2023 03:02:08 Progress (2): 335/557 kB | 61 kB error 03-Jan-2023 03:02:08 Progress (2): 339/557 kB | 61 kB error 03-Jan-2023 03:02:08 Progress (2): 343/557 kB | 61 kB error 03-Jan-2023 03:02:08 Progress (2): 347/557 kB | 61 kB error 03-Jan-2023 03:02:08 Progress (2): 351/557 kB | 61 kB error 03-Jan-2023 03:02:08 Progress (2): 355/557 kB | 61 kB error 03-Jan-2023 03:02:08 Progress (2): 359/557 kB | 61 kB error 03-Jan-2023 03:02:08 Progress (2): 363/557 kB | 61 kB error 03-Jan-2023 03:02:08 Progress (2): 366/557 kB | 61 kB error 03-Jan-2023 03:02:08 Progress (3): 366/557 kB | 61 kB | 3.3/12 kB error 03-Jan-2023 03:02:08 Progress (3): 366/557 kB | 61 kB | 6.1/12 kB error 03-Jan-2023 03:02:08 Progress (3): 366/557 kB | 61 kB | 8.9/12 kB error 03-Jan-2023 03:02:08 Progress (3): 366/557 kB | 61 kB | 12 kB error 03-Jan-2023 03:02:08 Progress (3): 370/557 kB | 61 kB | 12 kB error 03-Jan-2023 03:02:08 Progress (3): 374/557 kB | 61 kB | 12 kB error 03-Jan-2023 03:02:08 Progress (3): 378/557 kB | 61 kB | 12 kB error 03-Jan-2023 03:02:08 Progress (3): 382/557 kB | 61 kB | 12 kB error 03-Jan-2023 03:02:08 Progress (3): 386/557 kB | 61 kB | 12 kB error 03-Jan-2023 03:02:08 Progress (3): 390/557 kB | 61 kB | 12 kB error 03-Jan-2023 03:02:08 Progress (3): 394/557 kB | 61 kB | 12 kB error 03-Jan-2023 03:02:08 Progress (3): 398/557 kB | 61 kB | 12 kB error 03-Jan-2023 03:02:08 Progress (3): 400/557 kB | 61 kB | 12 kB error 03-Jan-2023 03:02:08 Progress (3): 404/557 kB | 61 kB | 12 kB error 03-Jan-2023 03:02:08 Progress (3): 409/557 kB | 61 kB | 12 kB error 03-Jan-2023 03:02:08 Progress (3): 413/557 kB | 61 kB | 12 kB error 03-Jan-2023 03:02:08 Progress (3): 417/557 kB | 61 kB | 12 kB error 03-Jan-2023 03:02:08 Progress (3): 421/557 kB | 61 kB | 12 kB error 03-Jan-2023 03:02:08 Progress (3): 425/557 kB | 61 kB | 12 kB error 03-Jan-2023 03:02:08 Progress (3): 429/557 kB | 61 kB | 12 kB error 03-Jan-2023 03:02:08 Progress (3): 433/557 kB | 61 kB | 12 kB error 03-Jan-2023 03:02:08 Progress (3): 435/557 kB | 61 kB | 12 kB error 03-Jan-2023 03:02:08 Progress (3): 439/557 kB | 61 kB | 12 kB error 03-Jan-2023 03:02:08 Progress (3): 443/557 kB | 61 kB | 12 kB error 03-Jan-2023 03:02:08 Progress (3): 447/557 kB | 61 kB | 12 kB error 03-Jan-2023 03:02:08 Progress (3): 452/557 kB | 61 kB | 12 kB error 03-Jan-2023 03:02:08 Progress (3): 456/557 kB | 61 kB | 12 kB error 03-Jan-2023 03:02:08 Progress (3): 460/557 kB | 61 kB | 12 kB error 03-Jan-2023 03:02:08 Progress (3): 464/557 kB | 61 kB | 12 kB error 03-Jan-2023 03:02:08 Progress (3): 468/557 kB | 61 kB | 12 kB error 03-Jan-2023 03:02:08 Progress (3): 470/557 kB | 61 kB | 12 kB error 03-Jan-2023 03:02:08 Progress (3): 474/557 kB | 61 kB | 12 kB error 03-Jan-2023 03:02:08 Progress (3): 478/557 kB | 61 kB | 12 kB error 03-Jan-2023 03:02:08 Progress (3): 482/557 kB | 61 kB | 12 kB error 03-Jan-2023 03:02:08 Progress (3): 486/557 kB | 61 kB | 12 kB error 03-Jan-2023 03:02:08 Progress (3): 490/557 kB | 61 kB | 12 kB error 03-Jan-2023 03:02:08 Progress (3): 495/557 kB | 61 kB | 12 kB error 03-Jan-2023 03:02:08 Progress (3): 499/557 kB | 61 kB | 12 kB error 03-Jan-2023 03:02:08 Progress (3): 503/557 kB | 61 kB | 12 kB error 03-Jan-2023 03:02:08 Progress (3): 505/557 kB | 61 kB | 12 kB error 03-Jan-2023 03:02:08 Progress (3): 509/557 kB | 61 kB | 12 kB error 03-Jan-2023 03:02:08 Progress (3): 513/557 kB | 61 kB | 12 kB error 03-Jan-2023 03:02:08 Progress (3): 517/557 kB | 61 kB | 12 kB error 03-Jan-2023 03:02:08 Progress (3): 521/557 kB | 61 kB | 12 kB error 03-Jan-2023 03:02:08 Progress (3): 525/557 kB | 61 kB | 12 kB error 03-Jan-2023 03:02:08 Progress (3): 529/557 kB | 61 kB | 12 kB error 03-Jan-2023 03:02:08 Progress (3): 533/557 kB | 61 kB | 12 kB error 03-Jan-2023 03:02:08 Progress (3): 538/557 kB | 61 kB | 12 kB error 03-Jan-2023 03:02:08 Progress (3): 540/557 kB | 61 kB | 12 kB error 03-Jan-2023 03:02:08 error 03-Jan-2023 03:02:08 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/doxia/doxia-decoration-model/1.7.4/doxia-decoration-model-1.7.4.jar (61 kB at 45 kB/s) error 03-Jan-2023 03:02:08 #17 57.02 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/doxia/doxia-logging-api/1.9.1/doxia-logging-api-1.9.1.jar error 03-Jan-2023 03:02:08 #17 57.08 Progress (2): 544/557 kB | 12 kB error 03-Jan-2023 03:02:08 Progress (2): 548/557 kB | 12 kB error 03-Jan-2023 03:02:08 Progress (2): 552/557 kB | 12 kB error 03-Jan-2023 03:02:08 Progress (2): 556/557 kB | 12 kB error 03-Jan-2023 03:02:08 Progress (2): 557 kB | 12 kB error 03-Jan-2023 03:02:08 error 03-Jan-2023 03:02:08 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/doxia/doxia-sink-api/1.9.1/doxia-sink-api-1.9.1.jar (12 kB at 8.1 kB/s) error 03-Jan-2023 03:02:08 #17 57.11 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/doxia/doxia-core/1.9.1/doxia-core-1.9.1.jar error 03-Jan-2023 03:02:08 #17 57.14 Progress (2): 557 kB | 3.3/12 kB error 03-Jan-2023 03:02:08 Progress (2): 557 kB | 6.1/12 kB error 03-Jan-2023 03:02:08 Progress (2): 557 kB | 8.9/12 kB error 03-Jan-2023 03:02:08 Progress (2): 557 kB | 12 kB error 03-Jan-2023 03:02:08 error 03-Jan-2023 03:02:08 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-core/3.1.1/maven-core-3.1.1.jar (557 kB at 364 kB/s) error 03-Jan-2023 03:02:08 #17 57.19 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/codehaus/plexus/plexus-container-default/1.7.1/plexus-container-default-1.7.1.jar error 03-Jan-2023 03:02:08 #17 57.26 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/doxia/doxia-logging-api/1.9.1/doxia-logging-api-1.9.1.jar (12 kB at 7.2 kB/s) error 03-Jan-2023 03:02:08 #17 57.26 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/httpcomponents/httpclient/4.5.8/httpclient-4.5.8.jar error 03-Jan-2023 03:02:08 #17 57.40 Progress (1): 4.1/217 kB error 03-Jan-2023 03:02:08 Progress (1): 8.2/217 kB error 03-Jan-2023 03:02:08 Progress (1): 12/217 kB error 03-Jan-2023 03:02:08 Progress (1): 16/217 kB error 03-Jan-2023 03:02:08 Progress (1): 19/217 kB error 03-Jan-2023 03:02:08 Progress (1): 23/217 kB error 03-Jan-2023 03:02:08 Progress (1): 27/217 kB error 03-Jan-2023 03:02:08 Progress (1): 31/217 kB error 03-Jan-2023 03:02:08 Progress (1): 34/217 kB error 03-Jan-2023 03:02:08 Progress (1): 38/217 kB error 03-Jan-2023 03:02:08 Progress (1): 42/217 kB error 03-Jan-2023 03:02:08 Progress (1): 46/217 kB error 03-Jan-2023 03:02:08 Progress (1): 51/217 kB error 03-Jan-2023 03:02:08 Progress (1): 55/217 kB error 03-Jan-2023 03:02:08 Progress (1): 59/217 kB error 03-Jan-2023 03:02:08 Progress (1): 63/217 kB error 03-Jan-2023 03:02:08 Progress (1): 67/217 kB error 03-Jan-2023 03:02:08 Progress (1): 69/217 kB error 03-Jan-2023 03:02:08 Progress (1): 73/217 kB error 03-Jan-2023 03:02:08 Progress (1): 77/217 kB error 03-Jan-2023 03:02:08 Progress (1): 81/217 kB error 03-Jan-2023 03:02:08 Progress (1): 85/217 kB error 03-Jan-2023 03:02:08 Progress (1): 89/217 kB error 03-Jan-2023 03:02:08 Progress (1): 94/217 kB error 03-Jan-2023 03:02:08 Progress (1): 98/217 kB error 03-Jan-2023 03:02:08 Progress (1): 100/217 kB error 03-Jan-2023 03:02:08 Progress (1): 104/217 kB error 03-Jan-2023 03:02:08 Progress (1): 108/217 kB error 03-Jan-2023 03:02:08 Progress (1): 112/217 kB error 03-Jan-2023 03:02:08 Progress (1): 116/217 kB error 03-Jan-2023 03:02:08 Progress (1): 120/217 kB error 03-Jan-2023 03:02:08 Progress (1): 124/217 kB error 03-Jan-2023 03:02:08 Progress (1): 128/217 kB error 03-Jan-2023 03:02:08 Progress (1): 132/217 kB error 03-Jan-2023 03:02:08 Progress (1): 135/217 kB error 03-Jan-2023 03:02:08 Progress (1): 139/217 kB error 03-Jan-2023 03:02:08 Progress (1): 143/217 kB error 03-Jan-2023 03:02:08 Progress (1): 147/217 kB error 03-Jan-2023 03:02:08 Progress (1): 151/217 kB error 03-Jan-2023 03:02:08 Progress (1): 155/217 kB error 03-Jan-2023 03:02:08 Progress (1): 159/217 kB error 03-Jan-2023 03:02:08 Progress (1): 163/217 kB error 03-Jan-2023 03:02:08 Progress (1): 167/217 kB error 03-Jan-2023 03:02:08 Progress (1): 169/217 kB error 03-Jan-2023 03:02:08 Progress (1): 173/217 kB error 03-Jan-2023 03:02:08 Progress (1): 178/217 kB error 03-Jan-2023 03:02:08 Progress (1): 182/217 kB error 03-Jan-2023 03:02:08 Progress (1): 186/217 kB error 03-Jan-2023 03:02:08 Progress (1): 188/217 kB error 03-Jan-2023 03:02:08 Progress (1): 192/217 kB error 03-Jan-2023 03:02:08 Progress (1): 197/217 kB error 03-Jan-2023 03:02:08 Progress (1): 201/217 kB error 03-Jan-2023 03:02:08 Progress (1): 205/217 kB error 03-Jan-2023 03:02:08 Progress (1): 209/217 kB error 03-Jan-2023 03:02:08 Progress (1): 213/217 kB error 03-Jan-2023 03:02:08 Progress (1): 217 kB error 03-Jan-2023 03:02:09 error 03-Jan-2023 03:02:09 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/doxia/doxia-core/1.9.1/doxia-core-1.9.1.jar (217 kB at 118 kB/s) error 03-Jan-2023 03:02:09 #17 57.52 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/httpcomponents/httpcore/4.4.11/httpcore-4.4.11.jar error 03-Jan-2023 03:02:09 #17 57.78 Progress (1): 4.1/327 kB error 03-Jan-2023 03:02:09 Progress (1): 8.2/327 kB error 03-Jan-2023 03:02:09 Progress (1): 12/327 kB error 03-Jan-2023 03:02:09 Progress (1): 16/327 kB error 03-Jan-2023 03:02:09 Progress (1): 19/327 kB error 03-Jan-2023 03:02:09 Progress (1): 23/327 kB error 03-Jan-2023 03:02:09 Progress (1): 27/327 kB error 03-Jan-2023 03:02:09 Progress (1): 31/327 kB error 03-Jan-2023 03:02:09 Progress (1): 35/327 kB error 03-Jan-2023 03:02:09 Progress (1): 39/327 kB error 03-Jan-2023 03:02:09 Progress (1): 43/327 kB error 03-Jan-2023 03:02:09 Progress (1): 47/327 kB error 03-Jan-2023 03:02:09 Progress (1): 52/327 kB error 03-Jan-2023 03:02:09 Progress (1): 54/327 kB error 03-Jan-2023 03:02:09 Progress (1): 58/327 kB error 03-Jan-2023 03:02:09 Progress (1): 62/327 kB error 03-Jan-2023 03:02:09 Progress (1): 66/327 kB error 03-Jan-2023 03:02:09 Progress (1): 70/327 kB error 03-Jan-2023 03:02:09 Progress (1): 74/327 kB error 03-Jan-2023 03:02:09 Progress (1): 78/327 kB error 03-Jan-2023 03:02:09 Progress (1): 82/327 kB error 03-Jan-2023 03:02:09 Progress (1): 86/327 kB error 03-Jan-2023 03:02:09 Progress (1): 88/327 kB error 03-Jan-2023 03:02:09 Progress (1): 92/327 kB error 03-Jan-2023 03:02:09 Progress (1): 97/327 kB error 03-Jan-2023 03:02:09 Progress (1): 101/327 kB error 03-Jan-2023 03:02:09 Progress (1): 105/327 kB error 03-Jan-2023 03:02:09 Progress (1): 109/327 kB error 03-Jan-2023 03:02:09 Progress (1): 113/327 kB error 03-Jan-2023 03:02:09 Progress (1): 117/327 kB error 03-Jan-2023 03:02:09 Progress (1): 121/327 kB error 03-Jan-2023 03:02:09 Progress (1): 123/327 kB error 03-Jan-2023 03:02:09 Progress (1): 125/327 kB error 03-Jan-2023 03:02:09 Progress (1): 129/327 kB error 03-Jan-2023 03:02:09 Progress (1): 134/327 kB error 03-Jan-2023 03:02:09 Progress (1): 138/327 kB error 03-Jan-2023 03:02:09 Progress (1): 142/327 kB error 03-Jan-2023 03:02:09 Progress (1): 146/327 kB error 03-Jan-2023 03:02:09 Progress (1): 150/327 kB error 03-Jan-2023 03:02:09 Progress (1): 154/327 kB error 03-Jan-2023 03:02:09 Progress (1): 158/327 kB error 03-Jan-2023 03:02:09 Progress (1): 160/327 kB error 03-Jan-2023 03:02:09 Progress (1): 164/327 kB error 03-Jan-2023 03:02:09 Progress (1): 168/327 kB error 03-Jan-2023 03:02:09 Progress (1): 172/327 kB error 03-Jan-2023 03:02:09 Progress (1): 177/327 kB error 03-Jan-2023 03:02:09 Progress (1): 181/327 kB error 03-Jan-2023 03:02:09 Progress (1): 185/327 kB error 03-Jan-2023 03:02:09 Progress (1): 189/327 kB error 03-Jan-2023 03:02:09 Progress (1): 193/327 kB error 03-Jan-2023 03:02:09 Progress (1): 195/327 kB error 03-Jan-2023 03:02:09 Progress (1): 199/327 kB error 03-Jan-2023 03:02:09 Progress (1): 203/327 kB error 03-Jan-2023 03:02:09 Progress (1): 207/327 kB error 03-Jan-2023 03:02:09 Progress (1): 211/327 kB error 03-Jan-2023 03:02:09 Progress (1): 215/327 kB error 03-Jan-2023 03:02:09 Progress (1): 220/327 kB error 03-Jan-2023 03:02:09 Progress (1): 224/327 kB error 03-Jan-2023 03:02:09 Progress (1): 228/327 kB error 03-Jan-2023 03:02:09 Progress (1): 230/327 kB error 03-Jan-2023 03:02:09 Progress (1): 234/327 kB error 03-Jan-2023 03:02:09 Progress (1): 238/327 kB error 03-Jan-2023 03:02:09 Progress (1): 242/327 kB error 03-Jan-2023 03:02:09 Progress (1): 246/327 kB error 03-Jan-2023 03:02:09 Progress (1): 250/327 kB error 03-Jan-2023 03:02:09 Progress (1): 254/327 kB error 03-Jan-2023 03:02:09 Progress (1): 258/327 kB error 03-Jan-2023 03:02:09 Progress (1): 263/327 kB error 03-Jan-2023 03:02:09 Progress (1): 265/327 kB error 03-Jan-2023 03:02:09 Progress (1): 269/327 kB error 03-Jan-2023 03:02:09 Progress (1): 273/327 kB error 03-Jan-2023 03:02:09 Progress (1): 277/327 kB error 03-Jan-2023 03:02:09 Progress (1): 281/327 kB error 03-Jan-2023 03:02:09 Progress (1): 285/327 kB error 03-Jan-2023 03:02:09 Progress (1): 287/327 kB error 03-Jan-2023 03:02:09 Progress (1): 291/327 kB error 03-Jan-2023 03:02:09 Progress (1): 296/327 kB error 03-Jan-2023 03:02:09 Progress (1): 300/327 kB error 03-Jan-2023 03:02:09 Progress (1): 304/327 kB error 03-Jan-2023 03:02:09 Progress (1): 308/327 kB error 03-Jan-2023 03:02:09 Progress (1): 312/327 kB error 03-Jan-2023 03:02:09 Progress (1): 314/327 kB error 03-Jan-2023 03:02:09 Progress (1): 318/327 kB error 03-Jan-2023 03:02:09 Progress (1): 322/327 kB error 03-Jan-2023 03:02:09 Progress (1): 327/327 kB error 03-Jan-2023 03:02:09 Progress (1): 327 kB error 03-Jan-2023 03:02:09 Progress (2): 327 kB | 4.1/231 kB error 03-Jan-2023 03:02:09 Progress (2): 327 kB | 8.2/231 kB error 03-Jan-2023 03:02:09 Progress (2): 327 kB | 12/231 kB error 03-Jan-2023 03:02:09 Progress (2): 327 kB | 16/231 kB error 03-Jan-2023 03:02:09 Progress (3): 327 kB | 16/231 kB | 4.1/772 kB error 03-Jan-2023 03:02:09 Progress (3): 327 kB | 16/231 kB | 8.2/772 kB error 03-Jan-2023 03:02:09 Progress (3): 327 kB | 16/231 kB | 12/772 kB error 03-Jan-2023 03:02:09 Progress (3): 327 kB | 16/231 kB | 16/772 kB error 03-Jan-2023 03:02:09 error 03-Jan-2023 03:02:09 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/httpcomponents/httpcore/4.4.11/httpcore-4.4.11.jar (327 kB at 145 kB/s) error 03-Jan-2023 03:02:09 #17 57.92 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/doxia/doxia-site-renderer/1.9.2/doxia-site-renderer-1.9.2.jar error 03-Jan-2023 03:02:09 #17 57.93 Progress (2): 19/231 kB | 16/772 kB error 03-Jan-2023 03:02:09 Progress (2): 23/231 kB | 16/772 kB error 03-Jan-2023 03:02:09 Progress (2): 27/231 kB | 16/772 kB error 03-Jan-2023 03:02:09 Progress (2): 31/231 kB | 16/772 kB error 03-Jan-2023 03:02:09 Progress (2): 34/231 kB | 16/772 kB error 03-Jan-2023 03:02:09 Progress (2): 38/231 kB | 16/772 kB error 03-Jan-2023 03:02:09 Progress (2): 42/231 kB | 16/772 kB error 03-Jan-2023 03:02:09 Progress (2): 46/231 kB | 16/772 kB error 03-Jan-2023 03:02:09 Progress (2): 51/231 kB | 16/772 kB error 03-Jan-2023 03:02:09 Progress (2): 51/231 kB | 20/772 kB error 03-Jan-2023 03:02:09 Progress (2): 51/231 kB | 24/772 kB error 03-Jan-2023 03:02:09 Progress (2): 51/231 kB | 28/772 kB error 03-Jan-2023 03:02:09 Progress (2): 51/231 kB | 32/772 kB error 03-Jan-2023 03:02:09 Progress (2): 51/231 kB | 36/772 kB error 03-Jan-2023 03:02:09 Progress (2): 51/231 kB | 40/772 kB error 03-Jan-2023 03:02:09 Progress (2): 51/231 kB | 44/772 kB error 03-Jan-2023 03:02:09 Progress (2): 51/231 kB | 48/772 kB error 03-Jan-2023 03:02:09 Progress (2): 51/231 kB | 51/772 kB error 03-Jan-2023 03:02:09 Progress (2): 55/231 kB | 51/772 kB error 03-Jan-2023 03:02:09 Progress (2): 59/231 kB | 51/772 kB error 03-Jan-2023 03:02:09 Progress (2): 63/231 kB | 51/772 kB error 03-Jan-2023 03:02:09 Progress (2): 67/231 kB | 51/772 kB error 03-Jan-2023 03:02:09 Progress (2): 69/231 kB | 51/772 kB error 03-Jan-2023 03:02:09 Progress (2): 73/231 kB | 51/772 kB error 03-Jan-2023 03:02:09 Progress (2): 77/231 kB | 51/772 kB error 03-Jan-2023 03:02:09 Progress (2): 81/231 kB | 51/772 kB error 03-Jan-2023 03:02:09 Progress (2): 85/231 kB | 51/772 kB error 03-Jan-2023 03:02:09 Progress (2): 89/231 kB | 51/772 kB error 03-Jan-2023 03:02:09 Progress (2): 94/231 kB | 51/772 kB error 03-Jan-2023 03:02:09 Progress (2): 98/231 kB | 51/772 kB error 03-Jan-2023 03:02:09 Progress (2): 102/231 kB | 51/772 kB error 03-Jan-2023 03:02:09 Progress (2): 104/231 kB | 51/772 kB error 03-Jan-2023 03:02:09 Progress (2): 108/231 kB | 51/772 kB error 03-Jan-2023 03:02:09 Progress (2): 112/231 kB | 51/772 kB error 03-Jan-2023 03:02:09 Progress (2): 116/231 kB | 51/772 kB error 03-Jan-2023 03:02:09 Progress (2): 120/231 kB | 51/772 kB error 03-Jan-2023 03:02:09 Progress (3): 120/231 kB | 51/772 kB | 3.3/65 kB error 03-Jan-2023 03:02:09 Progress (3): 120/231 kB | 51/772 kB | 6.1/65 kB error 03-Jan-2023 03:02:09 Progress (3): 120/231 kB | 51/772 kB | 8.9/65 kB error 03-Jan-2023 03:02:09 Progress (3): 120/231 kB | 51/772 kB | 12/65 kB error 03-Jan-2023 03:02:09 Progress (3): 120/231 kB | 51/772 kB | 14/65 kB error 03-Jan-2023 03:02:09 Progress (3): 120/231 kB | 51/772 kB | 17/65 kB error 03-Jan-2023 03:02:09 Progress (3): 120/231 kB | 51/772 kB | 20/65 kB error 03-Jan-2023 03:02:09 Progress (3): 120/231 kB | 51/772 kB | 23/65 kB error 03-Jan-2023 03:02:09 Progress (3): 120/231 kB | 51/772 kB | 26/65 kB error 03-Jan-2023 03:02:09 Progress (3): 120/231 kB | 51/772 kB | 28/65 kB error 03-Jan-2023 03:02:09 Progress (3): 120/231 kB | 51/772 kB | 31/65 kB error 03-Jan-2023 03:02:09 Progress (3): 120/231 kB | 51/772 kB | 34/65 kB error 03-Jan-2023 03:02:09 Progress (3): 120/231 kB | 51/772 kB | 37/65 kB error 03-Jan-2023 03:02:09 Progress (3): 120/231 kB | 51/772 kB | 40/65 kB error 03-Jan-2023 03:02:09 Progress (3): 120/231 kB | 51/772 kB | 42/65 kB error 03-Jan-2023 03:02:09 Progress (3): 120/231 kB | 51/772 kB | 45/65 kB error 03-Jan-2023 03:02:09 Progress (3): 120/231 kB | 51/772 kB | 48/65 kB error 03-Jan-2023 03:02:09 Progress (3): 120/231 kB | 51/772 kB | 51/65 kB error 03-Jan-2023 03:02:09 Progress (3): 120/231 kB | 51/772 kB | 54/65 kB error 03-Jan-2023 03:02:09 Progress (3): 120/231 kB | 51/772 kB | 56/65 kB error 03-Jan-2023 03:02:09 Progress (3): 120/231 kB | 51/772 kB | 59/65 kB error 03-Jan-2023 03:02:09 Progress (3): 120/231 kB | 51/772 kB | 62/65 kB error 03-Jan-2023 03:02:09 Progress (3): 120/231 kB | 51/772 kB | 65 kB error 03-Jan-2023 03:02:09 Progress (3): 120/231 kB | 55/772 kB | 65 kB error 03-Jan-2023 03:02:09 Progress (3): 120/231 kB | 59/772 kB | 65 kB error 03-Jan-2023 03:02:09 Progress (3): 120/231 kB | 63/772 kB | 65 kB error 03-Jan-2023 03:02:09 Progress (3): 120/231 kB | 67/772 kB | 65 kB error 03-Jan-2023 03:02:09 Progress (3): 120/231 kB | 71/772 kB | 65 kB error 03-Jan-2023 03:02:09 Progress (3): 120/231 kB | 75/772 kB | 65 kB error 03-Jan-2023 03:02:09 Progress (3): 120/231 kB | 79/772 kB | 65 kB error 03-Jan-2023 03:02:09 Progress (3): 120/231 kB | 83/772 kB | 65 kB error 03-Jan-2023 03:02:09 Progress (3): 120/231 kB | 85/772 kB | 65 kB error 03-Jan-2023 03:02:09 Progress (3): 120/231 kB | 89/772 kB | 65 kB error 03-Jan-2023 03:02:09 Progress (3): 120/231 kB | 94/772 kB | 65 kB error 03-Jan-2023 03:02:09 Progress (3): 120/231 kB | 98/772 kB | 65 kB error 03-Jan-2023 03:02:09 Progress (3): 120/231 kB | 102/772 kB | 65 kB error 03-Jan-2023 03:02:09 Progress (3): 120/231 kB | 106/772 kB | 65 kB error 03-Jan-2023 03:02:09 Progress (3): 120/231 kB | 110/772 kB | 65 kB error 03-Jan-2023 03:02:09 Progress (3): 120/231 kB | 114/772 kB | 65 kB error 03-Jan-2023 03:02:09 Progress (3): 120/231 kB | 118/772 kB | 65 kB error 03-Jan-2023 03:02:09 Progress (3): 120/231 kB | 120/772 kB | 65 kB error 03-Jan-2023 03:02:09 Progress (3): 124/231 kB | 120/772 kB | 65 kB error 03-Jan-2023 03:02:09 Progress (3): 128/231 kB | 120/772 kB | 65 kB error 03-Jan-2023 03:02:09 Progress (3): 132/231 kB | 120/772 kB | 65 kB error 03-Jan-2023 03:02:09 Progress (3): 137/231 kB | 120/772 kB | 65 kB error 03-Jan-2023 03:02:09 Progress (3): 139/231 kB | 120/772 kB | 65 kB error 03-Jan-2023 03:02:09 Progress (3): 143/231 kB | 120/772 kB | 65 kB error 03-Jan-2023 03:02:09 Progress (3): 147/231 kB | 120/772 kB | 65 kB error 03-Jan-2023 03:02:09 Progress (3): 151/231 kB | 120/772 kB | 65 kB error 03-Jan-2023 03:02:09 Progress (3): 155/231 kB | 120/772 kB | 65 kB error 03-Jan-2023 03:02:09 Progress (3): 159/231 kB | 120/772 kB | 65 kB error 03-Jan-2023 03:02:09 Progress (3): 163/231 kB | 120/772 kB | 65 kB error 03-Jan-2023 03:02:09 Progress (3): 167/231 kB | 120/772 kB | 65 kB error 03-Jan-2023 03:02:09 Progress (3): 171/231 kB | 120/772 kB | 65 kB error 03-Jan-2023 03:02:09 Progress (3): 173/231 kB | 120/772 kB | 65 kB error 03-Jan-2023 03:02:09 Progress (3): 178/231 kB | 120/772 kB | 65 kB error 03-Jan-2023 03:02:09 Progress (3): 182/231 kB | 120/772 kB | 65 kB error 03-Jan-2023 03:02:09 Progress (3): 186/231 kB | 120/772 kB | 65 kB error 03-Jan-2023 03:02:09 Progress (3): 190/231 kB | 120/772 kB | 65 kB error 03-Jan-2023 03:02:09 Progress (3): 194/231 kB | 120/772 kB | 65 kB error 03-Jan-2023 03:02:09 Progress (3): 198/231 kB | 120/772 kB | 65 kB error 03-Jan-2023 03:02:09 Progress (3): 202/231 kB | 120/772 kB | 65 kB error 03-Jan-2023 03:02:09 Progress (3): 206/231 kB | 120/772 kB | 65 kB error 03-Jan-2023 03:02:09 Progress (3): 208/231 kB | 120/772 kB | 65 kB error 03-Jan-2023 03:02:09 Progress (3): 212/231 kB | 120/772 kB | 65 kB error 03-Jan-2023 03:02:09 Progress (3): 216/231 kB | 120/772 kB | 65 kB error 03-Jan-2023 03:02:09 Progress (3): 221/231 kB | 120/772 kB | 65 kB error 03-Jan-2023 03:02:09 Progress (3): 225/231 kB | 120/772 kB | 65 kB error 03-Jan-2023 03:02:09 Progress (3): 229/231 kB | 120/772 kB | 65 kB error 03-Jan-2023 03:02:09 Progress (3): 231 kB | 120/772 kB | 65 kB error 03-Jan-2023 03:02:09 error 03-Jan-2023 03:02:09 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/doxia/doxia-site-renderer/1.9.2/doxia-site-renderer-1.9.2.jar (65 kB at 26 kB/s) error 03-Jan-2023 03:02:09 #17 58.20 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/doxia/doxia-skin-model/1.9.2/doxia-skin-model-1.9.2.jar error 03-Jan-2023 03:02:09 #17 58.21 Progress (2): 231 kB | 124/772 kB error 03-Jan-2023 03:02:09 Progress (2): 231 kB | 128/772 kB error 03-Jan-2023 03:02:09 Progress (2): 231 kB | 132/772 kB error 03-Jan-2023 03:02:09 Progress (2): 231 kB | 137/772 kB error 03-Jan-2023 03:02:09 Progress (2): 231 kB | 141/772 kB error 03-Jan-2023 03:02:09 Progress (2): 231 kB | 145/772 kB error 03-Jan-2023 03:02:09 Progress (2): 231 kB | 149/772 kB error 03-Jan-2023 03:02:09 Progress (2): 231 kB | 153/772 kB error 03-Jan-2023 03:02:09 Progress (2): 231 kB | 155/772 kB error 03-Jan-2023 03:02:09 Progress (2): 231 kB | 159/772 kB error 03-Jan-2023 03:02:09 Progress (2): 231 kB | 163/772 kB error 03-Jan-2023 03:02:09 Progress (2): 231 kB | 167/772 kB error 03-Jan-2023 03:02:09 Progress (2): 231 kB | 171/772 kB error 03-Jan-2023 03:02:09 Progress (2): 231 kB | 175/772 kB error 03-Jan-2023 03:02:09 Progress (2): 231 kB | 180/772 kB error 03-Jan-2023 03:02:09 Progress (2): 231 kB | 184/772 kB error 03-Jan-2023 03:02:09 Progress (2): 231 kB | 188/772 kB error 03-Jan-2023 03:02:09 Progress (2): 231 kB | 190/772 kB error 03-Jan-2023 03:02:09 Progress (2): 231 kB | 194/772 kB error 03-Jan-2023 03:02:09 Progress (2): 231 kB | 198/772 kB error 03-Jan-2023 03:02:09 Progress (2): 231 kB | 202/772 kB error 03-Jan-2023 03:02:09 Progress (2): 231 kB | 206/772 kB error 03-Jan-2023 03:02:09 Progress (2): 231 kB | 210/772 kB error 03-Jan-2023 03:02:09 Progress (2): 231 kB | 214/772 kB error 03-Jan-2023 03:02:09 Progress (2): 231 kB | 218/772 kB error 03-Jan-2023 03:02:09 Progress (2): 231 kB | 223/772 kB error 03-Jan-2023 03:02:09 Progress (2): 231 kB | 225/772 kB error 03-Jan-2023 03:02:09 Progress (2): 231 kB | 229/772 kB error 03-Jan-2023 03:02:09 Progress (2): 231 kB | 233/772 kB error 03-Jan-2023 03:02:09 Progress (2): 231 kB | 237/772 kB error 03-Jan-2023 03:02:09 Progress (2): 231 kB | 241/772 kB error 03-Jan-2023 03:02:09 Progress (2): 231 kB | 245/772 kB error 03-Jan-2023 03:02:09 Progress (2): 231 kB | 249/772 kB error 03-Jan-2023 03:02:09 Progress (2): 231 kB | 253/772 kB error 03-Jan-2023 03:02:09 Progress (2): 231 kB | 257/772 kB error 03-Jan-2023 03:02:09 Progress (2): 231 kB | 259/772 kB error 03-Jan-2023 03:02:09 error 03-Jan-2023 03:02:09 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/codehaus/plexus/plexus-container-default/1.7.1/plexus-container-default-1.7.1.jar (231 kB at 89 kB/s) error 03-Jan-2023 03:02:09 #17 58.28 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/doxia/doxia-module-xhtml/1.9.1/doxia-module-xhtml-1.9.1.jar error 03-Jan-2023 03:02:09 #17 58.31 Progress (1): 263/772 kB error 03-Jan-2023 03:02:09 Progress (1): 268/772 kB error 03-Jan-2023 03:02:09 Progress (1): 272/772 kB error 03-Jan-2023 03:02:09 Progress (1): 276/772 kB error 03-Jan-2023 03:02:09 Progress (1): 280/772 kB error 03-Jan-2023 03:02:09 Progress (1): 284/772 kB error 03-Jan-2023 03:02:09 Progress (1): 288/772 kB error 03-Jan-2023 03:02:09 Progress (1): 292/772 kB error 03-Jan-2023 03:02:09 Progress (1): 294/772 kB error 03-Jan-2023 03:02:09 Progress (1): 298/772 kB error 03-Jan-2023 03:02:09 Progress (1): 302/772 kB error 03-Jan-2023 03:02:09 Progress (1): 307/772 kB error 03-Jan-2023 03:02:09 Progress (1): 311/772 kB error 03-Jan-2023 03:02:09 Progress (1): 315/772 kB error 03-Jan-2023 03:02:09 Progress (1): 319/772 kB error 03-Jan-2023 03:02:09 Progress (1): 323/772 kB error 03-Jan-2023 03:02:09 Progress (1): 327/772 kB error 03-Jan-2023 03:02:09 Progress (1): 329/772 kB error 03-Jan-2023 03:02:09 Progress (1): 333/772 kB error 03-Jan-2023 03:02:09 Progress (1): 337/772 kB error 03-Jan-2023 03:02:09 Progress (1): 341/772 kB error 03-Jan-2023 03:02:09 Progress (1): 345/772 kB error 03-Jan-2023 03:02:09 Progress (2): 345/772 kB | 3.3/16 kB error 03-Jan-2023 03:02:09 Progress (2): 345/772 kB | 6.1/16 kB error 03-Jan-2023 03:02:09 Progress (2): 345/772 kB | 8.9/16 kB error 03-Jan-2023 03:02:09 Progress (2): 345/772 kB | 12/16 kB error 03-Jan-2023 03:02:09 Progress (2): 345/772 kB | 15/16 kB error 03-Jan-2023 03:02:09 Progress (2): 345/772 kB | 16 kB error 03-Jan-2023 03:02:09 Progress (2): 350/772 kB | 16 kB error 03-Jan-2023 03:02:09 Progress (2): 354/772 kB | 16 kB error 03-Jan-2023 03:02:09 Progress (2): 358/772 kB | 16 kB error 03-Jan-2023 03:02:09 Progress (2): 362/772 kB | 16 kB error 03-Jan-2023 03:02:09 Progress (2): 364/772 kB | 16 kB error 03-Jan-2023 03:02:09 Progress (2): 368/772 kB | 16 kB error 03-Jan-2023 03:02:09 Progress (2): 372/772 kB | 16 kB error 03-Jan-2023 03:02:09 Progress (2): 376/772 kB | 16 kB error 03-Jan-2023 03:02:09 Progress (2): 380/772 kB | 16 kB error 03-Jan-2023 03:02:09 Progress (2): 384/772 kB | 16 kB error 03-Jan-2023 03:02:09 Progress (2): 388/772 kB | 16 kB error 03-Jan-2023 03:02:09 Progress (2): 393/772 kB | 16 kB error 03-Jan-2023 03:02:09 Progress (2): 397/772 kB | 16 kB error 03-Jan-2023 03:02:09 Progress (2): 399/772 kB | 16 kB error 03-Jan-2023 03:02:09 Progress (2): 403/772 kB | 16 kB error 03-Jan-2023 03:02:09 Progress (2): 407/772 kB | 16 kB error 03-Jan-2023 03:02:09 Progress (2): 411/772 kB | 16 kB error 03-Jan-2023 03:02:09 Progress (2): 415/772 kB | 16 kB error 03-Jan-2023 03:02:09 Progress (2): 419/772 kB | 16 kB error 03-Jan-2023 03:02:09 Progress (2): 423/772 kB | 16 kB error 03-Jan-2023 03:02:09 Progress (2): 427/772 kB | 16 kB error 03-Jan-2023 03:02:09 Progress (2): 431/772 kB | 16 kB error 03-Jan-2023 03:02:09 Progress (2): 433/772 kB | 16 kB error 03-Jan-2023 03:02:09 Progress (2): 438/772 kB | 16 kB error 03-Jan-2023 03:02:09 Progress (2): 442/772 kB | 16 kB error 03-Jan-2023 03:02:09 Progress (2): 446/772 kB | 16 kB error 03-Jan-2023 03:02:09 Progress (2): 450/772 kB | 16 kB error 03-Jan-2023 03:02:09 Progress (2): 454/772 kB | 16 kB error 03-Jan-2023 03:02:09 Progress (2): 458/772 kB | 16 kB error 03-Jan-2023 03:02:09 Progress (2): 462/772 kB | 16 kB error 03-Jan-2023 03:02:09 Progress (2): 466/772 kB | 16 kB error 03-Jan-2023 03:02:09 Progress (2): 468/772 kB | 16 kB error 03-Jan-2023 03:02:09 Progress (2): 472/772 kB | 16 kB error 03-Jan-2023 03:02:09 Progress (2): 476/772 kB | 16 kB error 03-Jan-2023 03:02:09 Progress (2): 481/772 kB | 16 kB error 03-Jan-2023 03:02:09 Progress (2): 485/772 kB | 16 kB error 03-Jan-2023 03:02:09 Progress (2): 489/772 kB | 16 kB error 03-Jan-2023 03:02:09 Progress (2): 493/772 kB | 16 kB error 03-Jan-2023 03:02:09 Progress (2): 497/772 kB | 16 kB error 03-Jan-2023 03:02:09 Progress (2): 501/772 kB | 16 kB error 03-Jan-2023 03:02:09 Progress (2): 503/772 kB | 16 kB error 03-Jan-2023 03:02:09 Progress (2): 507/772 kB | 16 kB error 03-Jan-2023 03:02:09 Progress (2): 511/772 kB | 16 kB error 03-Jan-2023 03:02:09 Progress (2): 515/772 kB | 16 kB error 03-Jan-2023 03:02:09 Progress (2): 519/772 kB | 16 kB error 03-Jan-2023 03:02:09 Progress (2): 524/772 kB | 16 kB error 03-Jan-2023 03:02:09 Progress (2): 528/772 kB | 16 kB error 03-Jan-2023 03:02:09 Progress (2): 532/772 kB | 16 kB error 03-Jan-2023 03:02:09 Progress (2): 536/772 kB | 16 kB error 03-Jan-2023 03:02:09 Progress (2): 538/772 kB | 16 kB error 03-Jan-2023 03:02:09 Progress (3): 538/772 kB | 16 kB | 3.3/17 kB error 03-Jan-2023 03:02:09 Progress (3): 538/772 kB | 16 kB | 6.1/17 kB error 03-Jan-2023 03:02:09 Progress (3): 538/772 kB | 16 kB | 8.9/17 kB error 03-Jan-2023 03:02:09 Progress (3): 538/772 kB | 16 kB | 12/17 kB error 03-Jan-2023 03:02:09 Progress (3): 538/772 kB | 16 kB | 14/17 kB error 03-Jan-2023 03:02:09 Progress (3): 538/772 kB | 16 kB | 17/17 kB error 03-Jan-2023 03:02:09 Progress (3): 538/772 kB | 16 kB | 17 kB error 03-Jan-2023 03:02:09 Progress (3): 542/772 kB | 16 kB | 17 kB error 03-Jan-2023 03:02:09 Progress (3): 546/772 kB | 16 kB | 17 kB error 03-Jan-2023 03:02:09 Progress (3): 550/772 kB | 16 kB | 17 kB error 03-Jan-2023 03:02:09 Progress (3): 554/772 kB | 16 kB | 17 kB error 03-Jan-2023 03:02:09 Progress (3): 558/772 kB | 16 kB | 17 kB error 03-Jan-2023 03:02:09 Progress (3): 563/772 kB | 16 kB | 17 kB error 03-Jan-2023 03:02:09 Progress (3): 567/772 kB | 16 kB | 17 kB error 03-Jan-2023 03:02:09 Progress (3): 571/772 kB | 16 kB | 17 kB error 03-Jan-2023 03:02:09 Progress (3): 573/772 kB | 16 kB | 17 kB error 03-Jan-2023 03:02:09 Progress (3): 577/772 kB | 16 kB | 17 kB error 03-Jan-2023 03:02:09 Progress (3): 581/772 kB | 16 kB | 17 kB error 03-Jan-2023 03:02:09 Progress (3): 585/772 kB | 16 kB | 17 kB error 03-Jan-2023 03:02:09 Progress (3): 589/772 kB | 16 kB | 17 kB error 03-Jan-2023 03:02:09 Progress (3): 593/772 kB | 16 kB | 17 kB error 03-Jan-2023 03:02:09 Progress (3): 597/772 kB | 16 kB | 17 kB error 03-Jan-2023 03:02:09 Progress (3): 601/772 kB | 16 kB | 17 kB error 03-Jan-2023 03:02:09 Progress (3): 606/772 kB | 16 kB | 17 kB error 03-Jan-2023 03:02:09 Progress (3): 608/772 kB | 16 kB | 17 kB error 03-Jan-2023 03:02:09 Progress (3): 612/772 kB | 16 kB | 17 kB error 03-Jan-2023 03:02:09 Progress (3): 616/772 kB | 16 kB | 17 kB error 03-Jan-2023 03:02:09 Progress (3): 620/772 kB | 16 kB | 17 kB error 03-Jan-2023 03:02:09 Progress (3): 624/772 kB | 16 kB | 17 kB error 03-Jan-2023 03:02:09 Progress (3): 628/772 kB | 16 kB | 17 kB error 03-Jan-2023 03:02:09 Progress (3): 632/772 kB | 16 kB | 17 kB error 03-Jan-2023 03:02:09 Progress (3): 636/772 kB | 16 kB | 17 kB error 03-Jan-2023 03:02:09 Progress (3): 640/772 kB | 16 kB | 17 kB error 03-Jan-2023 03:02:09 Progress (3): 642/772 kB | 16 kB | 17 kB error 03-Jan-2023 03:02:09 Progress (3): 646/772 kB | 16 kB | 17 kB error 03-Jan-2023 03:02:09 Progress (3): 651/772 kB | 16 kB | 17 kB error 03-Jan-2023 03:02:09 Progress (3): 655/772 kB | 16 kB | 17 kB error 03-Jan-2023 03:02:09 Progress (3): 659/772 kB | 16 kB | 17 kB error 03-Jan-2023 03:02:09 Progress (3): 663/772 kB | 16 kB | 17 kB error 03-Jan-2023 03:02:09 Progress (3): 667/772 kB | 16 kB | 17 kB error 03-Jan-2023 03:02:09 Progress (3): 671/772 kB | 16 kB | 17 kB error 03-Jan-2023 03:02:09 Progress (3): 675/772 kB | 16 kB | 17 kB error 03-Jan-2023 03:02:09 Progress (3): 677/772 kB | 16 kB | 17 kB error 03-Jan-2023 03:02:09 Progress (3): 681/772 kB | 16 kB | 17 kB error 03-Jan-2023 03:02:09 Progress (3): 685/772 kB | 16 kB | 17 kB error 03-Jan-2023 03:02:09 Progress (3): 689/772 kB | 16 kB | 17 kB error 03-Jan-2023 03:02:09 Progress (3): 694/772 kB | 16 kB | 17 kB error 03-Jan-2023 03:02:09 Progress (3): 698/772 kB | 16 kB | 17 kB error 03-Jan-2023 03:02:09 Progress (3): 702/772 kB | 16 kB | 17 kB error 03-Jan-2023 03:02:09 Progress (3): 706/772 kB | 16 kB | 17 kB error 03-Jan-2023 03:02:09 Progress (3): 710/772 kB | 16 kB | 17 kB error 03-Jan-2023 03:02:09 Progress (3): 712/772 kB | 16 kB | 17 kB error 03-Jan-2023 03:02:09 Progress (3): 716/772 kB | 16 kB | 17 kB error 03-Jan-2023 03:02:09 Progress (3): 720/772 kB | 16 kB | 17 kB error 03-Jan-2023 03:02:09 Progress (3): 724/772 kB | 16 kB | 17 kB error 03-Jan-2023 03:02:09 Progress (3): 728/772 kB | 16 kB | 17 kB error 03-Jan-2023 03:02:09 Progress (3): 732/772 kB | 16 kB | 17 kB error 03-Jan-2023 03:02:09 Progress (3): 737/772 kB | 16 kB | 17 kB error 03-Jan-2023 03:02:09 Progress (3): 741/772 kB | 16 kB | 17 kB error 03-Jan-2023 03:02:09 Progress (3): 745/772 kB | 16 kB | 17 kB error 03-Jan-2023 03:02:09 Progress (3): 747/772 kB | 16 kB | 17 kB error 03-Jan-2023 03:02:09 Progress (3): 751/772 kB | 16 kB | 17 kB error 03-Jan-2023 03:02:09 Progress (3): 755/772 kB | 16 kB | 17 kB error 03-Jan-2023 03:02:09 Progress (3): 759/772 kB | 16 kB | 17 kB error 03-Jan-2023 03:02:09 Progress (3): 763/772 kB | 16 kB | 17 kB error 03-Jan-2023 03:02:09 Progress (3): 767/772 kB | 16 kB | 17 kB error 03-Jan-2023 03:02:09 Progress (3): 771/772 kB | 16 kB | 17 kB error 03-Jan-2023 03:02:09 Progress (3): 772 kB | 16 kB | 17 kB error 03-Jan-2023 03:02:09 error 03-Jan-2023 03:02:09 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/doxia/doxia-skin-model/1.9.2/doxia-skin-model-1.9.2.jar (16 kB at 5.9 kB/s) error 03-Jan-2023 03:02:09 #17 58.44 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/doxia/doxia-module-xhtml5/1.9.1/doxia-module-xhtml5-1.9.1.jar error 03-Jan-2023 03:02:10 #17 58.52 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/doxia/doxia-module-xhtml/1.9.1/doxia-module-xhtml-1.9.1.jar (17 kB at 6.1 kB/s) error 03-Jan-2023 03:02:10 #17 58.52 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/shared/maven-dependency-analyzer/1.11.3/maven-dependency-analyzer-1.11.3.jar error 03-Jan-2023 03:02:10 #17 58.54 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/httpcomponents/httpclient/4.5.8/httpclient-4.5.8.jar (772 kB at 270 kB/s) error 03-Jan-2023 03:02:10 #17 58.54 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/shared/maven-dependency-tree/3.0.1/maven-dependency-tree-3.0.1.jar error 03-Jan-2023 03:02:10 #17 58.55 Progress (1): 3.3/18 kB error 03-Jan-2023 03:02:10 Progress (1): 6.1/18 kB error 03-Jan-2023 03:02:10 Progress (1): 8.9/18 kB error 03-Jan-2023 03:02:10 Progress (1): 12/18 kB error 03-Jan-2023 03:02:10 Progress (1): 14/18 kB error 03-Jan-2023 03:02:10 Progress (1): 17/18 kB error 03-Jan-2023 03:02:10 Progress (1): 18 kB error 03-Jan-2023 03:02:10 Progress (2): 18 kB | 3.3/36 kB error 03-Jan-2023 03:02:10 Progress (2): 18 kB | 6.1/36 kB error 03-Jan-2023 03:02:10 Progress (2): 18 kB | 8.9/36 kB error 03-Jan-2023 03:02:10 Progress (2): 18 kB | 12/36 kB error 03-Jan-2023 03:02:10 Progress (2): 18 kB | 14/36 kB error 03-Jan-2023 03:02:10 Progress (2): 18 kB | 17/36 kB error 03-Jan-2023 03:02:10 Progress (2): 18 kB | 20/36 kB error 03-Jan-2023 03:02:10 Progress (2): 18 kB | 23/36 kB error 03-Jan-2023 03:02:10 Progress (2): 18 kB | 26/36 kB error 03-Jan-2023 03:02:10 Progress (2): 18 kB | 28/36 kB error 03-Jan-2023 03:02:10 Progress (2): 18 kB | 31/36 kB error 03-Jan-2023 03:02:10 Progress (2): 18 kB | 34/36 kB error 03-Jan-2023 03:02:10 Progress (2): 18 kB | 36 kB error 03-Jan-2023 03:02:10 Progress (3): 18 kB | 36 kB | 3.4/37 kB error 03-Jan-2023 03:02:10 Progress (3): 18 kB | 36 kB | 6.2/37 kB error 03-Jan-2023 03:02:10 Progress (3): 18 kB | 36 kB | 9.0/37 kB error 03-Jan-2023 03:02:10 Progress (3): 18 kB | 36 kB | 12/37 kB error 03-Jan-2023 03:02:10 Progress (3): 18 kB | 36 kB | 15/37 kB error 03-Jan-2023 03:02:10 Progress (3): 18 kB | 36 kB | 17/37 kB error 03-Jan-2023 03:02:10 Progress (3): 18 kB | 36 kB | 20/37 kB error 03-Jan-2023 03:02:10 Progress (3): 18 kB | 36 kB | 23/37 kB error 03-Jan-2023 03:02:10 Progress (3): 18 kB | 36 kB | 26/37 kB error 03-Jan-2023 03:02:10 Progress (3): 18 kB | 36 kB | 29/37 kB error 03-Jan-2023 03:02:10 Progress (3): 18 kB | 36 kB | 31/37 kB error 03-Jan-2023 03:02:10 Progress (3): 18 kB | 36 kB | 34/37 kB error 03-Jan-2023 03:02:10 Progress (3): 18 kB | 36 kB | 37 kB error 03-Jan-2023 03:02:10 error 03-Jan-2023 03:02:10 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/doxia/doxia-module-xhtml5/1.9.1/doxia-module-xhtml5-1.9.1.jar (18 kB at 5.9 kB/s) error 03-Jan-2023 03:02:10 #17 58.67 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/shared/maven-common-artifact-filters/3.2.0/maven-common-artifact-filters-3.2.0.jar error 03-Jan-2023 03:02:10 #17 58.76 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/shared/maven-dependency-analyzer/1.11.3/maven-dependency-analyzer-1.11.3.jar (36 kB at 12 kB/s) error 03-Jan-2023 03:02:10 #17 58.78 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/shared/maven-dependency-tree/3.0.1/maven-dependency-tree-3.0.1.jar (37 kB at 12 kB/s) error 03-Jan-2023 03:02:10 #17 58.81 Progress (1): 3.3/61 kB error 03-Jan-2023 03:02:10 Progress (1): 6.1/61 kB error 03-Jan-2023 03:02:10 Progress (1): 8.9/61 kB error 03-Jan-2023 03:02:10 Progress (1): 12/61 kB error 03-Jan-2023 03:02:10 Progress (1): 14/61 kB error 03-Jan-2023 03:02:10 Progress (1): 17/61 kB error 03-Jan-2023 03:02:10 Progress (1): 20/61 kB error 03-Jan-2023 03:02:10 Progress (1): 23/61 kB error 03-Jan-2023 03:02:10 Progress (1): 26/61 kB error 03-Jan-2023 03:02:10 Progress (1): 28/61 kB error 03-Jan-2023 03:02:10 Progress (1): 31/61 kB error 03-Jan-2023 03:02:10 Progress (1): 34/61 kB error 03-Jan-2023 03:02:10 Progress (1): 37/61 kB error 03-Jan-2023 03:02:10 Progress (1): 40/61 kB error 03-Jan-2023 03:02:10 Progress (1): 42/61 kB error 03-Jan-2023 03:02:10 Progress (1): 45/61 kB error 03-Jan-2023 03:02:10 Progress (1): 48/61 kB error 03-Jan-2023 03:02:10 Progress (1): 51/61 kB error 03-Jan-2023 03:02:10 Progress (1): 54/61 kB error 03-Jan-2023 03:02:10 Progress (1): 56/61 kB error 03-Jan-2023 03:02:10 Progress (1): 59/61 kB error 03-Jan-2023 03:02:10 Progress (1): 61 kB error 03-Jan-2023 03:02:10 error 03-Jan-2023 03:02:10 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/shared/maven-common-artifact-filters/3.2.0/maven-common-artifact-filters-3.2.0.jar (61 kB at 19 kB/s) error 03-Jan-2023 03:02:12 #17 61.16 Progress (1): 3.4/160 kB error 03-Jan-2023 03:02:12 Progress (1): 6.2/160 kB error 03-Jan-2023 03:02:12 Progress (1): 9.0/160 kB error 03-Jan-2023 03:02:12 Progress (1): 12/160 kB error 03-Jan-2023 03:02:12 Progress (1): 15/160 kB error 03-Jan-2023 03:02:12 Progress (1): 17/160 kB error 03-Jan-2023 03:02:12 Progress (1): 20/160 kB error 03-Jan-2023 03:02:12 Progress (1): 23/160 kB error 03-Jan-2023 03:02:12 Progress (1): 26/160 kB error 03-Jan-2023 03:02:12 Progress (1): 29/160 kB error 03-Jan-2023 03:02:12 Progress (1): 31/160 kB error 03-Jan-2023 03:02:12 Progress (1): 34/160 kB error 03-Jan-2023 03:02:12 Progress (1): 37/160 kB error 03-Jan-2023 03:02:12 Progress (1): 40/160 kB error 03-Jan-2023 03:02:12 Progress (2): 40/160 kB | 4.1/291 kB error 03-Jan-2023 03:02:12 Progress (2): 40/160 kB | 8.2/291 kB error 03-Jan-2023 03:02:12 Progress (2): 40/160 kB | 12/291 kB error 03-Jan-2023 03:02:12 Progress (2): 40/160 kB | 16/291 kB error 03-Jan-2023 03:02:12 Progress (2): 40/160 kB | 20/291 kB error 03-Jan-2023 03:02:12 Progress (2): 40/160 kB | 25/291 kB error 03-Jan-2023 03:02:12 Progress (2): 40/160 kB | 29/291 kB error 03-Jan-2023 03:02:12 Progress (2): 40/160 kB | 33/291 kB error 03-Jan-2023 03:02:12 Progress (2): 40/160 kB | 37/291 kB error 03-Jan-2023 03:02:12 Progress (2): 40/160 kB | 41/291 kB error 03-Jan-2023 03:02:12 Progress (2): 40/160 kB | 45/291 kB error 03-Jan-2023 03:02:12 Progress (2): 40/160 kB | 49/291 kB error 03-Jan-2023 03:02:12 Progress (2): 40/160 kB | 52/291 kB error 03-Jan-2023 03:02:12 Progress (2): 40/160 kB | 56/291 kB error 03-Jan-2023 03:02:12 Progress (2): 40/160 kB | 60/291 kB error 03-Jan-2023 03:02:12 Progress (2): 40/160 kB | 64/291 kB error 03-Jan-2023 03:02:12 Progress (2): 40/160 kB | 68/291 kB error 03-Jan-2023 03:02:12 Progress (2): 40/160 kB | 72/291 kB error 03-Jan-2023 03:02:12 Progress (2): 40/160 kB | 76/291 kB error 03-Jan-2023 03:02:12 Progress (2): 40/160 kB | 80/291 kB error 03-Jan-2023 03:02:12 Progress (2): 40/160 kB | 84/291 kB error 03-Jan-2023 03:02:12 Progress (2): 40/160 kB | 86/291 kB error 03-Jan-2023 03:02:12 Progress (2): 40/160 kB | 91/291 kB error 03-Jan-2023 03:02:12 Progress (2): 40/160 kB | 95/291 kB error 03-Jan-2023 03:02:12 Progress (2): 40/160 kB | 99/291 kB error 03-Jan-2023 03:02:12 Progress (2): 40/160 kB | 103/291 kB error 03-Jan-2023 03:02:12 Progress (2): 40/160 kB | 107/291 kB error 03-Jan-2023 03:02:12 Progress (2): 40/160 kB | 111/291 kB error 03-Jan-2023 03:02:12 Progress (2): 40/160 kB | 115/291 kB error 03-Jan-2023 03:02:12 Progress (2): 40/160 kB | 119/291 kB error 03-Jan-2023 03:02:12 Progress (2): 40/160 kB | 121/291 kB error 03-Jan-2023 03:02:12 Progress (2): 40/160 kB | 125/291 kB error 03-Jan-2023 03:02:12 Progress (2): 40/160 kB | 129/291 kB error 03-Jan-2023 03:02:12 Progress (2): 40/160 kB | 134/291 kB error 03-Jan-2023 03:02:12 Progress (2): 40/160 kB | 138/291 kB error 03-Jan-2023 03:02:12 Progress (2): 40/160 kB | 142/291 kB error 03-Jan-2023 03:02:12 Progress (2): 40/160 kB | 146/291 kB error 03-Jan-2023 03:02:12 Progress (2): 40/160 kB | 150/291 kB error 03-Jan-2023 03:02:12 Progress (2): 40/160 kB | 154/291 kB error 03-Jan-2023 03:02:12 Progress (2): 40/160 kB | 158/291 kB error 03-Jan-2023 03:02:12 Progress (2): 40/160 kB | 162/291 kB error 03-Jan-2023 03:02:12 Progress (2): 40/160 kB | 166/291 kB error 03-Jan-2023 03:02:12 Progress (2): 40/160 kB | 169/291 kB error 03-Jan-2023 03:02:12 Progress (2): 40/160 kB | 173/291 kB error 03-Jan-2023 03:02:12 Progress (2): 40/160 kB | 177/291 kB error 03-Jan-2023 03:02:12 Progress (2): 40/160 kB | 181/291 kB error 03-Jan-2023 03:02:12 Progress (2): 40/160 kB | 186/291 kB error 03-Jan-2023 03:02:12 Progress (2): 40/160 kB | 188/291 kB error 03-Jan-2023 03:02:12 Progress (2): 40/160 kB | 192/291 kB error 03-Jan-2023 03:02:12 Progress (2): 40/160 kB | 197/291 kB error 03-Jan-2023 03:02:12 Progress (2): 40/160 kB | 201/291 kB error 03-Jan-2023 03:02:12 Progress (2): 40/160 kB | 205/291 kB error 03-Jan-2023 03:02:12 Progress (2): 40/160 kB | 209/291 kB error 03-Jan-2023 03:02:12 Progress (2): 40/160 kB | 213/291 kB error 03-Jan-2023 03:02:12 Progress (2): 40/160 kB | 217/291 kB error 03-Jan-2023 03:02:12 Progress (2): 40/160 kB | 221/291 kB error 03-Jan-2023 03:02:12 Progress (2): 40/160 kB | 225/291 kB error 03-Jan-2023 03:02:12 Progress (2): 40/160 kB | 229/291 kB error 03-Jan-2023 03:02:12 Progress (2): 40/160 kB | 233/291 kB error 03-Jan-2023 03:02:12 Progress (2): 40/160 kB | 237/291 kB error 03-Jan-2023 03:02:12 Progress (2): 40/160 kB | 242/291 kB error 03-Jan-2023 03:02:12 Progress (2): 40/160 kB | 246/291 kB error 03-Jan-2023 03:02:12 Progress (2): 40/160 kB | 250/291 kB error 03-Jan-2023 03:02:12 Progress (2): 40/160 kB | 254/291 kB error 03-Jan-2023 03:02:12 Progress (2): 40/160 kB | 258/291 kB error 03-Jan-2023 03:02:12 Progress (2): 40/160 kB | 260/291 kB error 03-Jan-2023 03:02:12 Progress (2): 40/160 kB | 264/291 kB error 03-Jan-2023 03:02:12 Progress (2): 40/160 kB | 269/291 kB error 03-Jan-2023 03:02:12 Progress (2): 40/160 kB | 273/291 kB error 03-Jan-2023 03:02:12 Progress (2): 40/160 kB | 277/291 kB error 03-Jan-2023 03:02:12 Progress (2): 40/160 kB | 281/291 kB error 03-Jan-2023 03:02:12 Progress (2): 40/160 kB | 285/291 kB error 03-Jan-2023 03:02:12 Progress (2): 40/160 kB | 289/291 kB error 03-Jan-2023 03:02:12 Progress (2): 40/160 kB | 291 kB error 03-Jan-2023 03:02:12 Progress (2): 43/160 kB | 291 kB error 03-Jan-2023 03:02:12 Progress (2): 45/160 kB | 291 kB error 03-Jan-2023 03:02:12 Progress (2): 48/160 kB | 291 kB error 03-Jan-2023 03:02:12 Progress (2): 51/160 kB | 291 kB error 03-Jan-2023 03:02:12 Progress (2): 54/160 kB | 291 kB error 03-Jan-2023 03:02:12 Progress (2): 56/160 kB | 291 kB error 03-Jan-2023 03:02:12 Progress (2): 59/160 kB | 291 kB error 03-Jan-2023 03:02:12 Progress (2): 62/160 kB | 291 kB error 03-Jan-2023 03:02:12 Progress (2): 65/160 kB | 291 kB error 03-Jan-2023 03:02:12 Progress (2): 68/160 kB | 291 kB error 03-Jan-2023 03:02:12 Progress (2): 70/160 kB | 291 kB error 03-Jan-2023 03:02:12 Progress (2): 73/160 kB | 291 kB error 03-Jan-2023 03:02:12 Progress (2): 76/160 kB | 291 kB error 03-Jan-2023 03:02:12 Progress (2): 79/160 kB | 291 kB error 03-Jan-2023 03:02:12 Progress (2): 82/160 kB | 291 kB error 03-Jan-2023 03:02:12 Progress (2): 84/160 kB | 291 kB error 03-Jan-2023 03:02:12 Progress (2): 87/160 kB | 291 kB error 03-Jan-2023 03:02:12 error 03-Jan-2023 03:02:12 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/eclipse/sisu/org.eclipse.sisu.inject/0.0.0.M5/org.eclipse.sisu.inject-0.0.0.M5.jar (291 kB at 50 kB/s) error 03-Jan-2023 03:02:12 #17 61.46 Progress (1): 90/160 kB error 03-Jan-2023 03:02:12 Progress (1): 93/160 kB error 03-Jan-2023 03:02:12 Progress (1): 96/160 kB error 03-Jan-2023 03:02:12 Progress (1): 98/160 kB error 03-Jan-2023 03:02:12 Progress (1): 101/160 kB error 03-Jan-2023 03:02:12 Progress (1): 104/160 kB error 03-Jan-2023 03:02:12 Progress (1): 107/160 kB error 03-Jan-2023 03:02:12 Progress (1): 109/160 kB error 03-Jan-2023 03:02:12 Progress (1): 112/160 kB error 03-Jan-2023 03:02:12 Progress (1): 115/160 kB error 03-Jan-2023 03:02:12 Progress (1): 118/160 kB error 03-Jan-2023 03:02:12 Progress (1): 121/160 kB error 03-Jan-2023 03:02:12 Progress (1): 123/160 kB error 03-Jan-2023 03:02:12 Progress (1): 126/160 kB error 03-Jan-2023 03:02:12 Progress (1): 129/160 kB error 03-Jan-2023 03:02:12 Progress (1): 132/160 kB error 03-Jan-2023 03:02:12 Progress (1): 134/160 kB error 03-Jan-2023 03:02:12 Progress (1): 137/160 kB error 03-Jan-2023 03:02:12 Progress (1): 140/160 kB error 03-Jan-2023 03:02:12 Progress (1): 143/160 kB error 03-Jan-2023 03:02:12 Progress (1): 146/160 kB error 03-Jan-2023 03:02:12 Progress (1): 148/160 kB error 03-Jan-2023 03:02:12 Progress (1): 151/160 kB error 03-Jan-2023 03:02:12 Progress (1): 154/160 kB error 03-Jan-2023 03:02:12 Progress (1): 157/160 kB error 03-Jan-2023 03:02:12 Progress (1): 160/160 kB error 03-Jan-2023 03:02:12 Progress (1): 160 kB error 03-Jan-2023 03:02:12 error 03-Jan-2023 03:02:12 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-model-builder/3.1.1/maven-model-builder-3.1.1.jar (160 kB at 27 kB/s) error 03-Jan-2023 03:02:13 #17 62.10 [INFO] Configured Artifact: org.openmrs.web:openmrs-webapp:2.5.8:war error 03-Jan-2023 03:02:13 #17 62.11 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/web/openmrs-webapp/2.5.8/openmrs-webapp-2.5.8.pom error 03-Jan-2023 03:02:13 #17 62.22 Progress (1): 3.3/13 kB error 03-Jan-2023 03:02:13 Progress (1): 6.1/13 kB error 03-Jan-2023 03:02:13 Progress (1): 8.9/13 kB error 03-Jan-2023 03:02:13 Progress (1): 12/13 kB error 03-Jan-2023 03:02:13 Progress (1): 13 kB error 03-Jan-2023 03:02:13 error 03-Jan-2023 03:02:13 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/web/openmrs-webapp/2.5.8/openmrs-webapp-2.5.8.pom (13 kB at 59 kB/s) error 03-Jan-2023 03:02:13 #17 62.33 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/web/openmrs-webapp/2.5.8/openmrs-webapp-2.5.8.war error 03-Jan-2023 03:02:14 #17 62.63 Progress (1): 0.3/79 MB error 03-Jan-2023 03:02:14 Progress (1): 0.5/79 MB error 03-Jan-2023 03:02:14 Progress (1): 0.8/79 MB error 03-Jan-2023 03:02:14 Progress (1): 1.1/79 MB error 03-Jan-2023 03:02:14 Progress (1): 1.3/79 MB error 03-Jan-2023 03:02:14 Progress (1): 1.6/79 MB error 03-Jan-2023 03:02:14 Progress (1): 1.9/79 MB error 03-Jan-2023 03:02:14 Progress (1): 2.1/79 MB error 03-Jan-2023 03:02:14 Progress (1): 2.4/79 MB error 03-Jan-2023 03:02:14 Progress (1): 2.6/79 MB error 03-Jan-2023 03:02:14 Progress (1): 2.9/79 MB error 03-Jan-2023 03:02:14 Progress (1): 3.2/79 MB error 03-Jan-2023 03:02:14 Progress (1): 3.4/79 MB error 03-Jan-2023 03:02:14 Progress (1): 3.7/79 MB error 03-Jan-2023 03:02:14 Progress (1): 3.9/79 MB error 03-Jan-2023 03:02:14 Progress (1): 4.2/79 MB error 03-Jan-2023 03:02:14 Progress (1): 4.5/79 MB error 03-Jan-2023 03:02:14 Progress (1): 4.7/79 MB error 03-Jan-2023 03:02:14 Progress (1): 5.0/79 MB error 03-Jan-2023 03:02:14 Progress (1): 5.3/79 MB error 03-Jan-2023 03:02:14 Progress (1): 5.5/79 MB error 03-Jan-2023 03:02:14 Progress (1): 5.8/79 MB error 03-Jan-2023 03:02:14 Progress (1): 6.0/79 MB error 03-Jan-2023 03:02:14 Progress (1): 6.3/79 MB error 03-Jan-2023 03:02:14 Progress (1): 6.6/79 MB error 03-Jan-2023 03:02:14 Progress (1): 6.8/79 MB error 03-Jan-2023 03:02:14 Progress (1): 7.1/79 MB error 03-Jan-2023 03:02:14 Progress (1): 7.4/79 MB error 03-Jan-2023 03:02:14 Progress (1): 7.6/79 MB error 03-Jan-2023 03:02:14 Progress (1): 7.9/79 MB error 03-Jan-2023 03:02:14 Progress (1): 8.1/79 MB error 03-Jan-2023 03:02:14 Progress (1): 8.4/79 MB error 03-Jan-2023 03:02:14 Progress (1): 8.7/79 MB error 03-Jan-2023 03:02:14 Progress (1): 8.9/79 MB error 03-Jan-2023 03:02:14 Progress (1): 9.2/79 MB error 03-Jan-2023 03:02:14 Progress (1): 9.5/79 MB error 03-Jan-2023 03:02:14 Progress (1): 9.7/79 MB error 03-Jan-2023 03:02:14 Progress (1): 10.0/79 MB error 03-Jan-2023 03:02:14 Progress (1): 10/79 MB error 03-Jan-2023 03:02:14 Progress (1): 11/79 MB error 03-Jan-2023 03:02:14 Progress (1): 11/79 MB error 03-Jan-2023 03:02:14 Progress (1): 11/79 MB error 03-Jan-2023 03:02:14 Progress (1): 11/79 MB error 03-Jan-2023 03:02:14 Progress (1): 12/79 MB error 03-Jan-2023 03:02:14 Progress (1): 12/79 MB error 03-Jan-2023 03:02:14 Progress (1): 12/79 MB error 03-Jan-2023 03:02:14 Progress (1): 12/79 MB error 03-Jan-2023 03:02:14 Progress (1): 13/79 MB error 03-Jan-2023 03:02:14 Progress (1): 13/79 MB error 03-Jan-2023 03:02:14 Progress (1): 13/79 MB error 03-Jan-2023 03:02:14 Progress (1): 13/79 MB error 03-Jan-2023 03:02:14 Progress (1): 14/79 MB error 03-Jan-2023 03:02:14 Progress (1): 14/79 MB error 03-Jan-2023 03:02:14 Progress (1): 14/79 MB error 03-Jan-2023 03:02:14 Progress (1): 14/79 MB error 03-Jan-2023 03:02:14 Progress (1): 15/79 MB error 03-Jan-2023 03:02:14 Progress (1): 15/79 MB error 03-Jan-2023 03:02:14 Progress (1): 15/79 MB error 03-Jan-2023 03:02:14 Progress (1): 15/79 MB error 03-Jan-2023 03:02:14 Progress (1): 16/79 MB error 03-Jan-2023 03:02:14 Progress (1): 16/79 MB error 03-Jan-2023 03:02:14 Progress (1): 16/79 MB error 03-Jan-2023 03:02:14 Progress (1): 17/79 MB error 03-Jan-2023 03:02:14 Progress (1): 17/79 MB error 03-Jan-2023 03:02:14 Progress (1): 17/79 MB error 03-Jan-2023 03:02:14 Progress (1): 17/79 MB error 03-Jan-2023 03:02:14 Progress (1): 18/79 MB error 03-Jan-2023 03:02:14 Progress (1): 18/79 MB error 03-Jan-2023 03:02:14 Progress (1): 18/79 MB error 03-Jan-2023 03:02:14 Progress (1): 18/79 MB error 03-Jan-2023 03:02:14 Progress (1): 19/79 MB error 03-Jan-2023 03:02:14 Progress (1): 19/79 MB error 03-Jan-2023 03:02:14 Progress (1): 19/79 MB error 03-Jan-2023 03:02:14 Progress (1): 19/79 MB error 03-Jan-2023 03:02:14 Progress (1): 20/79 MB error 03-Jan-2023 03:02:14 Progress (1): 20/79 MB error 03-Jan-2023 03:02:14 Progress (1): 20/79 MB error 03-Jan-2023 03:02:14 Progress (1): 20/79 MB error 03-Jan-2023 03:02:14 Progress (1): 21/79 MB error 03-Jan-2023 03:02:14 Progress (1): 21/79 MB error 03-Jan-2023 03:02:14 Progress (1): 21/79 MB error 03-Jan-2023 03:02:14 Progress (1): 22/79 MB error 03-Jan-2023 03:02:14 Progress (1): 22/79 MB error 03-Jan-2023 03:02:15 Progress (1): 22/79 MB error 03-Jan-2023 03:02:15 Progress (1): 22/79 MB error 03-Jan-2023 03:02:15 Progress (1): 23/79 MB error 03-Jan-2023 03:02:15 Progress (1): 23/79 MB error 03-Jan-2023 03:02:15 Progress (1): 23/79 MB error 03-Jan-2023 03:02:15 Progress (1): 23/79 MB error 03-Jan-2023 03:02:15 Progress (1): 24/79 MB error 03-Jan-2023 03:02:15 Progress (1): 24/79 MB error 03-Jan-2023 03:02:15 Progress (1): 24/79 MB error 03-Jan-2023 03:02:15 Progress (1): 24/79 MB error 03-Jan-2023 03:02:15 Progress (1): 25/79 MB error 03-Jan-2023 03:02:15 Progress (1): 25/79 MB error 03-Jan-2023 03:02:15 Progress (1): 25/79 MB error 03-Jan-2023 03:02:15 Progress (1): 25/79 MB error 03-Jan-2023 03:02:15 Progress (1): 26/79 MB error 03-Jan-2023 03:02:15 Progress (1): 26/79 MB error 03-Jan-2023 03:02:15 Progress (1): 26/79 MB error 03-Jan-2023 03:02:15 Progress (1): 26/79 MB error 03-Jan-2023 03:02:15 Progress (1): 27/79 MB error 03-Jan-2023 03:02:15 Progress (1): 27/79 MB error 03-Jan-2023 03:02:15 Progress (1): 27/79 MB error 03-Jan-2023 03:02:15 Progress (1): 28/79 MB error 03-Jan-2023 03:02:15 Progress (1): 28/79 MB error 03-Jan-2023 03:02:15 Progress (1): 28/79 MB error 03-Jan-2023 03:02:15 Progress (1): 28/79 MB error 03-Jan-2023 03:02:15 Progress (1): 29/79 MB error 03-Jan-2023 03:02:15 Progress (1): 29/79 MB error 03-Jan-2023 03:02:15 Progress (1): 29/79 MB error 03-Jan-2023 03:02:15 Progress (1): 29/79 MB error 03-Jan-2023 03:02:15 Progress (1): 30/79 MB error 03-Jan-2023 03:02:15 Progress (1): 30/79 MB error 03-Jan-2023 03:02:15 Progress (1): 30/79 MB error 03-Jan-2023 03:02:15 Progress (1): 30/79 MB error 03-Jan-2023 03:02:15 Progress (1): 31/79 MB error 03-Jan-2023 03:02:15 Progress (1): 31/79 MB error 03-Jan-2023 03:02:15 Progress (1): 31/79 MB error 03-Jan-2023 03:02:15 Progress (1): 31/79 MB error 03-Jan-2023 03:02:15 Progress (1): 32/79 MB error 03-Jan-2023 03:02:15 Progress (1): 32/79 MB error 03-Jan-2023 03:02:15 Progress (1): 32/79 MB error 03-Jan-2023 03:02:15 Progress (1): 33/79 MB error 03-Jan-2023 03:02:15 Progress (1): 33/79 MB error 03-Jan-2023 03:02:15 Progress (1): 33/79 MB error 03-Jan-2023 03:02:15 Progress (1): 33/79 MB error 03-Jan-2023 03:02:15 Progress (1): 34/79 MB error 03-Jan-2023 03:02:15 Progress (1): 34/79 MB error 03-Jan-2023 03:02:15 Progress (1): 34/79 MB error 03-Jan-2023 03:02:15 Progress (1): 34/79 MB error 03-Jan-2023 03:02:15 Progress (1): 35/79 MB error 03-Jan-2023 03:02:15 Progress (1): 35/79 MB error 03-Jan-2023 03:02:15 Progress (1): 35/79 MB error 03-Jan-2023 03:02:15 Progress (1): 35/79 MB error 03-Jan-2023 03:02:15 Progress (1): 36/79 MB error 03-Jan-2023 03:02:15 Progress (1): 36/79 MB error 03-Jan-2023 03:02:15 Progress (1): 36/79 MB error 03-Jan-2023 03:02:15 Progress (1): 36/79 MB error 03-Jan-2023 03:02:15 Progress (1): 37/79 MB error 03-Jan-2023 03:02:15 Progress (1): 37/79 MB error 03-Jan-2023 03:02:15 Progress (1): 37/79 MB error 03-Jan-2023 03:02:15 Progress (1): 38/79 MB error 03-Jan-2023 03:02:15 Progress (1): 38/79 MB error 03-Jan-2023 03:02:15 Progress (1): 38/79 MB error 03-Jan-2023 03:02:15 Progress (1): 38/79 MB error 03-Jan-2023 03:02:15 Progress (1): 39/79 MB error 03-Jan-2023 03:02:15 Progress (1): 39/79 MB error 03-Jan-2023 03:02:15 Progress (1): 39/79 MB error 03-Jan-2023 03:02:15 Progress (1): 39/79 MB error 03-Jan-2023 03:02:15 Progress (1): 40/79 MB error 03-Jan-2023 03:02:15 Progress (1): 40/79 MB error 03-Jan-2023 03:02:15 Progress (1): 40/79 MB error 03-Jan-2023 03:02:15 Progress (1): 40/79 MB error 03-Jan-2023 03:02:15 Progress (1): 41/79 MB error 03-Jan-2023 03:02:15 Progress (1): 41/79 MB error 03-Jan-2023 03:02:15 Progress (1): 41/79 MB error 03-Jan-2023 03:02:15 Progress (1): 41/79 MB error 03-Jan-2023 03:02:15 Progress (1): 42/79 MB error 03-Jan-2023 03:02:15 Progress (1): 42/79 MB error 03-Jan-2023 03:02:15 Progress (1): 42/79 MB error 03-Jan-2023 03:02:15 Progress (1): 42/79 MB error 03-Jan-2023 03:02:15 Progress (1): 43/79 MB error 03-Jan-2023 03:02:15 Progress (1): 43/79 MB error 03-Jan-2023 03:02:15 Progress (1): 43/79 MB error 03-Jan-2023 03:02:15 Progress (1): 44/79 MB error 03-Jan-2023 03:02:15 Progress (1): 44/79 MB error 03-Jan-2023 03:02:15 Progress (1): 44/79 MB error 03-Jan-2023 03:02:15 Progress (1): 44/79 MB error 03-Jan-2023 03:02:15 Progress (1): 45/79 MB error 03-Jan-2023 03:02:15 Progress (1): 45/79 MB error 03-Jan-2023 03:02:15 Progress (1): 45/79 MB error 03-Jan-2023 03:02:15 Progress (1): 45/79 MB error 03-Jan-2023 03:02:15 Progress (1): 46/79 MB error 03-Jan-2023 03:02:15 Progress (1): 46/79 MB error 03-Jan-2023 03:02:15 Progress (1): 46/79 MB error 03-Jan-2023 03:02:15 Progress (1): 46/79 MB error 03-Jan-2023 03:02:15 Progress (1): 47/79 MB error 03-Jan-2023 03:02:15 Progress (1): 47/79 MB error 03-Jan-2023 03:02:15 Progress (1): 47/79 MB error 03-Jan-2023 03:02:15 Progress (1): 47/79 MB error 03-Jan-2023 03:02:15 Progress (1): 48/79 MB error 03-Jan-2023 03:02:15 Progress (1): 48/79 MB error 03-Jan-2023 03:02:15 Progress (1): 48/79 MB error 03-Jan-2023 03:02:15 Progress (1): 49/79 MB error 03-Jan-2023 03:02:16 Progress (1): 49/79 MB error 03-Jan-2023 03:02:16 Progress (1): 49/79 MB error 03-Jan-2023 03:02:16 Progress (1): 49/79 MB error 03-Jan-2023 03:02:16 Progress (1): 50/79 MB error 03-Jan-2023 03:02:16 Progress (1): 50/79 MB error 03-Jan-2023 03:02:16 Progress (1): 50/79 MB error 03-Jan-2023 03:02:16 Progress (1): 50/79 MB error 03-Jan-2023 03:02:16 Progress (1): 51/79 MB error 03-Jan-2023 03:02:16 Progress (1): 51/79 MB error 03-Jan-2023 03:02:16 Progress (1): 51/79 MB error 03-Jan-2023 03:02:16 Progress (1): 51/79 MB error 03-Jan-2023 03:02:16 Progress (1): 52/79 MB error 03-Jan-2023 03:02:16 Progress (1): 52/79 MB error 03-Jan-2023 03:02:16 Progress (1): 52/79 MB error 03-Jan-2023 03:02:16 Progress (1): 52/79 MB error 03-Jan-2023 03:02:16 Progress (1): 53/79 MB error 03-Jan-2023 03:02:16 Progress (1): 53/79 MB error 03-Jan-2023 03:02:16 Progress (1): 53/79 MB error 03-Jan-2023 03:02:16 Progress (1): 53/79 MB error 03-Jan-2023 03:02:16 Progress (1): 54/79 MB error 03-Jan-2023 03:02:16 Progress (1): 54/79 MB error 03-Jan-2023 03:02:16 Progress (1): 54/79 MB error 03-Jan-2023 03:02:16 Progress (1): 55/79 MB error 03-Jan-2023 03:02:16 Progress (1): 55/79 MB error 03-Jan-2023 03:02:16 Progress (1): 55/79 MB error 03-Jan-2023 03:02:16 Progress (1): 55/79 MB error 03-Jan-2023 03:02:16 Progress (1): 56/79 MB error 03-Jan-2023 03:02:16 Progress (1): 56/79 MB error 03-Jan-2023 03:02:16 Progress (1): 56/79 MB error 03-Jan-2023 03:02:16 Progress (1): 56/79 MB error 03-Jan-2023 03:02:16 Progress (1): 57/79 MB error 03-Jan-2023 03:02:16 Progress (1): 57/79 MB error 03-Jan-2023 03:02:16 Progress (1): 57/79 MB error 03-Jan-2023 03:02:16 Progress (1): 57/79 MB error 03-Jan-2023 03:02:16 Progress (1): 58/79 MB error 03-Jan-2023 03:02:16 Progress (1): 58/79 MB error 03-Jan-2023 03:02:16 Progress (1): 58/79 MB error 03-Jan-2023 03:02:16 Progress (1): 58/79 MB error 03-Jan-2023 03:02:16 Progress (1): 59/79 MB error 03-Jan-2023 03:02:16 Progress (1): 59/79 MB error 03-Jan-2023 03:02:16 Progress (1): 59/79 MB error 03-Jan-2023 03:02:16 Progress (1): 60/79 MB error 03-Jan-2023 03:02:16 Progress (1): 60/79 MB error 03-Jan-2023 03:02:16 Progress (1): 60/79 MB error 03-Jan-2023 03:02:16 Progress (1): 60/79 MB error 03-Jan-2023 03:02:16 Progress (1): 61/79 MB error 03-Jan-2023 03:02:16 Progress (1): 61/79 MB error 03-Jan-2023 03:02:16 Progress (1): 61/79 MB error 03-Jan-2023 03:02:16 Progress (1): 61/79 MB error 03-Jan-2023 03:02:16 Progress (1): 62/79 MB error 03-Jan-2023 03:02:16 Progress (1): 62/79 MB error 03-Jan-2023 03:02:16 Progress (1): 62/79 MB error 03-Jan-2023 03:02:16 Progress (1): 62/79 MB error 03-Jan-2023 03:02:16 Progress (1): 63/79 MB error 03-Jan-2023 03:02:16 Progress (1): 63/79 MB error 03-Jan-2023 03:02:16 Progress (1): 63/79 MB error 03-Jan-2023 03:02:16 Progress (1): 63/79 MB error 03-Jan-2023 03:02:16 Progress (1): 64/79 MB error 03-Jan-2023 03:02:16 Progress (1): 64/79 MB error 03-Jan-2023 03:02:16 Progress (1): 64/79 MB error 03-Jan-2023 03:02:16 Progress (1): 65/79 MB error 03-Jan-2023 03:02:16 Progress (1): 65/79 MB error 03-Jan-2023 03:02:16 Progress (1): 65/79 MB error 03-Jan-2023 03:02:16 Progress (1): 65/79 MB error 03-Jan-2023 03:02:16 Progress (1): 66/79 MB error 03-Jan-2023 03:02:16 Progress (1): 66/79 MB error 03-Jan-2023 03:02:16 Progress (1): 66/79 MB error 03-Jan-2023 03:02:16 Progress (1): 66/79 MB error 03-Jan-2023 03:02:16 Progress (1): 67/79 MB error 03-Jan-2023 03:02:16 Progress (1): 67/79 MB error 03-Jan-2023 03:02:16 Progress (1): 67/79 MB error 03-Jan-2023 03:02:16 Progress (1): 67/79 MB error 03-Jan-2023 03:02:16 Progress (1): 68/79 MB error 03-Jan-2023 03:02:16 Progress (1): 68/79 MB error 03-Jan-2023 03:02:16 Progress (1): 68/79 MB error 03-Jan-2023 03:02:16 Progress (1): 68/79 MB error 03-Jan-2023 03:02:16 Progress (1): 69/79 MB error 03-Jan-2023 03:02:16 Progress (1): 69/79 MB error 03-Jan-2023 03:02:16 Progress (1): 69/79 MB error 03-Jan-2023 03:02:16 Progress (1): 69/79 MB error 03-Jan-2023 03:02:16 Progress (1): 70/79 MB error 03-Jan-2023 03:02:16 Progress (1): 70/79 MB error 03-Jan-2023 03:02:16 Progress (1): 70/79 MB error 03-Jan-2023 03:02:16 Progress (1): 71/79 MB error 03-Jan-2023 03:02:16 Progress (1): 71/79 MB error 03-Jan-2023 03:02:16 Progress (1): 71/79 MB error 03-Jan-2023 03:02:16 Progress (1): 71/79 MB error 03-Jan-2023 03:02:16 Progress (1): 72/79 MB error 03-Jan-2023 03:02:16 Progress (1): 72/79 MB error 03-Jan-2023 03:02:16 Progress (1): 72/79 MB error 03-Jan-2023 03:02:16 Progress (1): 72/79 MB error 03-Jan-2023 03:02:16 Progress (1): 73/79 MB error 03-Jan-2023 03:02:16 Progress (1): 73/79 MB error 03-Jan-2023 03:02:16 Progress (1): 73/79 MB error 03-Jan-2023 03:02:16 Progress (1): 73/79 MB error 03-Jan-2023 03:02:16 Progress (1): 74/79 MB error 03-Jan-2023 03:02:16 Progress (1): 74/79 MB error 03-Jan-2023 03:02:16 Progress (1): 74/79 MB error 03-Jan-2023 03:02:16 Progress (1): 74/79 MB error 03-Jan-2023 03:02:16 Progress (1): 75/79 MB error 03-Jan-2023 03:02:16 Progress (1): 75/79 MB error 03-Jan-2023 03:02:16 Progress (1): 75/79 MB error 03-Jan-2023 03:02:16 Progress (1): 76/79 MB error 03-Jan-2023 03:02:16 #17 ... error 03-Jan-2023 03:02:16 error 03-Jan-2023 03:02:16 #16 [linux/arm64 dev 4/4] RUN mvn -s /usr/share/maven/ref/settings-docker.xml install error 03-Jan-2023 03:02:16 #16 55.28 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/hibernate/hibernate-search-orm/5.11.9.Final/hibernate-search-orm-5.11.9.Final.pom error 03-Jan-2023 03:02:16 #16 55.41 Progress (1): 3.3/9.2 kB error 03-Jan-2023 03:02:16 Progress (1): 6.1/9.2 kB error 03-Jan-2023 03:02:16 Progress (1): 8.9/9.2 kB error 03-Jan-2023 03:02:16 Progress (1): 9.2 kB error 03-Jan-2023 03:02:16 error 03-Jan-2023 03:02:16 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/hibernate/hibernate-search-orm/5.11.9.Final/hibernate-search-orm-5.11.9.Final.pom (9.2 kB at 29 kB/s) error 03-Jan-2023 03:02:16 #16 55.69 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/hibernate/hibernate-search-parent/5.11.9.Final/hibernate-search-parent-5.11.9.Final.pom error 03-Jan-2023 03:02:16 #16 55.82 Progress (1): 3.3/151 kB error 03-Jan-2023 03:02:16 Progress (1): 6.1/151 kB error 03-Jan-2023 03:02:16 Progress (1): 8.9/151 kB error 03-Jan-2023 03:02:16 Progress (1): 12/151 kB error 03-Jan-2023 03:02:16 Progress (1): 14/151 kB error 03-Jan-2023 03:02:16 Progress (1): 17/151 kB error 03-Jan-2023 03:02:16 Progress (1): 20/151 kB error 03-Jan-2023 03:02:16 Progress (1): 23/151 kB error 03-Jan-2023 03:02:16 Progress (1): 26/151 kB error 03-Jan-2023 03:02:16 Progress (1): 28/151 kB error 03-Jan-2023 03:02:16 Progress (1): 31/151 kB error 03-Jan-2023 03:02:16 Progress (1): 34/151 kB error 03-Jan-2023 03:02:16 Progress (1): 37/151 kB error 03-Jan-2023 03:02:16 Progress (1): 40/151 kB error 03-Jan-2023 03:02:16 Progress (1): 42/151 kB error 03-Jan-2023 03:02:16 Progress (1): 45/151 kB error 03-Jan-2023 03:02:16 Progress (1): 48/151 kB error 03-Jan-2023 03:02:16 Progress (1): 51/151 kB error 03-Jan-2023 03:02:16 Progress (1): 54/151 kB error 03-Jan-2023 03:02:16 Progress (1): 56/151 kB error 03-Jan-2023 03:02:16 Progress (1): 59/151 kB error 03-Jan-2023 03:02:16 Progress (1): 62/151 kB error 03-Jan-2023 03:02:16 Progress (1): 65/151 kB error 03-Jan-2023 03:02:16 Progress (1): 67/151 kB error 03-Jan-2023 03:02:16 Progress (1): 70/151 kB error 03-Jan-2023 03:02:16 Progress (1): 73/151 kB error 03-Jan-2023 03:02:16 Progress (1): 76/151 kB error 03-Jan-2023 03:02:16 Progress (1): 79/151 kB error 03-Jan-2023 03:02:16 Progress (1): 81/151 kB error 03-Jan-2023 03:02:16 Progress (1): 84/151 kB error 03-Jan-2023 03:02:16 Progress (1): 87/151 kB error 03-Jan-2023 03:02:16 Progress (1): 90/151 kB error 03-Jan-2023 03:02:16 Progress (1): 93/151 kB error 03-Jan-2023 03:02:16 Progress (1): 95/151 kB error 03-Jan-2023 03:02:16 Progress (1): 98/151 kB error 03-Jan-2023 03:02:16 Progress (1): 101/151 kB error 03-Jan-2023 03:02:16 Progress (1): 104/151 kB error 03-Jan-2023 03:02:16 Progress (1): 107/151 kB error 03-Jan-2023 03:02:16 Progress (1): 109/151 kB error 03-Jan-2023 03:02:16 Progress (1): 112/151 kB error 03-Jan-2023 03:02:16 Progress (1): 115/151 kB error 03-Jan-2023 03:02:16 Progress (1): 118/151 kB error 03-Jan-2023 03:02:16 Progress (1): 120/151 kB error 03-Jan-2023 03:02:16 Progress (1): 123/151 kB error 03-Jan-2023 03:02:16 Progress (1): 126/151 kB error 03-Jan-2023 03:02:16 Progress (1): 129/151 kB error 03-Jan-2023 03:02:16 Progress (1): 132/151 kB error 03-Jan-2023 03:02:16 Progress (1): 134/151 kB error 03-Jan-2023 03:02:16 Progress (1): 137/151 kB error 03-Jan-2023 03:02:16 Progress (1): 140/151 kB error 03-Jan-2023 03:02:16 Progress (1): 143/151 kB error 03-Jan-2023 03:02:16 Progress (1): 146/151 kB error 03-Jan-2023 03:02:16 Progress (1): 148/151 kB error 03-Jan-2023 03:02:16 Progress (1): 151 kB error 03-Jan-2023 03:02:16 error 03-Jan-2023 03:02:16 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/hibernate/hibernate-search-parent/5.11.9.Final/hibernate-search-parent-5.11.9.Final.pom (151 kB at 322 kB/s) error 03-Jan-2023 03:02:16 #16 56.48 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/hibernate/hibernate-search-engine/5.11.9.Final/hibernate-search-engine-5.11.9.Final.pom error 03-Jan-2023 03:02:16 #16 56.67 Progress (1): 3.3/16 kB error 03-Jan-2023 03:02:16 Progress (1): 6.1/16 kB error 03-Jan-2023 03:02:16 Progress (1): 8.9/16 kB error 03-Jan-2023 03:02:16 Progress (1): 12/16 kB error 03-Jan-2023 03:02:16 Progress (1): 14/16 kB error 03-Jan-2023 03:02:16 Progress (1): 16 kB error 03-Jan-2023 03:02:16 error 03-Jan-2023 03:02:16 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/hibernate/hibernate-search-engine/5.11.9.Final/hibernate-search-engine-5.11.9.Final.pom (16 kB at 45 kB/s) error 03-Jan-2023 03:02:16 #16 57.67 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/hibernate/hibernate-core/5.4.30.Final/hibernate-core-5.4.30.Final.pom error 03-Jan-2023 03:02:16 #16 57.83 Progress (1): 3.3/6.1 kB error 03-Jan-2023 03:02:16 Progress (1): 6.1/6.1 kB error 03-Jan-2023 03:02:16 Progress (1): 6.1 kB error 03-Jan-2023 03:02:16 error 03-Jan-2023 03:02:16 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/hibernate/hibernate-core/5.4.30.Final/hibernate-core-5.4.30.Final.pom (6.1 kB at 19 kB/s) error 03-Jan-2023 03:02:16 #16 58.10 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/jboss/logging/jboss-logging/3.4.1.Final/jboss-logging-3.4.1.Final.pom error 03-Jan-2023 03:02:16 #16 58.26 Progress (1): 3.3/5.0 kB error 03-Jan-2023 03:02:16 Progress (1): 5.0 kB error 03-Jan-2023 03:02:16 error 03-Jan-2023 03:02:16 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/jboss/logging/jboss-logging/3.4.1.Final/jboss-logging-3.4.1.Final.pom (5.0 kB at 17 kB/s) error 03-Jan-2023 03:02:16 #16 58.60 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/jboss/jboss-parent/34/jboss-parent-34.pom error 03-Jan-2023 03:02:16 #16 59.21 Progress (1): 3.3/66 kB error 03-Jan-2023 03:02:16 Progress (1): 6.1/66 kB error 03-Jan-2023 03:02:16 Progress (1): 8.9/66 kB error 03-Jan-2023 03:02:16 Progress (1): 12/66 kB error 03-Jan-2023 03:02:16 Progress (1): 15/66 kB error 03-Jan-2023 03:02:16 Progress (1): 17/66 kB error 03-Jan-2023 03:02:16 Progress (1): 20/66 kB error 03-Jan-2023 03:02:16 Progress (1): 23/66 kB error 03-Jan-2023 03:02:16 Progress (1): 26/66 kB error 03-Jan-2023 03:02:16 Progress (1): 29/66 kB error 03-Jan-2023 03:02:16 Progress (1): 31/66 kB error 03-Jan-2023 03:02:16 Progress (1): 34/66 kB error 03-Jan-2023 03:02:16 Progress (1): 37/66 kB error 03-Jan-2023 03:02:16 Progress (1): 40/66 kB error 03-Jan-2023 03:02:16 Progress (1): 43/66 kB error 03-Jan-2023 03:02:16 Progress (1): 45/66 kB error 03-Jan-2023 03:02:16 Progress (1): 48/66 kB error 03-Jan-2023 03:02:16 Progress (1): 51/66 kB error 03-Jan-2023 03:02:16 Progress (1): 54/66 kB error 03-Jan-2023 03:02:16 Progress (1): 56/66 kB error 03-Jan-2023 03:02:16 Progress (1): 59/66 kB error 03-Jan-2023 03:02:16 Progress (1): 62/66 kB error 03-Jan-2023 03:02:16 Progress (1): 65/66 kB error 03-Jan-2023 03:02:16 Progress (1): 66 kB error 03-Jan-2023 03:02:16 error 03-Jan-2023 03:02:16 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/jboss/jboss-parent/34/jboss-parent-34.pom (66 kB at 61 kB/s) error 03-Jan-2023 03:02:16 #16 60.12 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/net/bytebuddy/byte-buddy/1.10.21/byte-buddy-1.10.21.pom error 03-Jan-2023 03:02:16 #16 60.26 Progress (1): 3.3/11 kB error 03-Jan-2023 03:02:16 Progress (1): 6.1/11 kB error 03-Jan-2023 03:02:16 Progress (1): 8.9/11 kB error 03-Jan-2023 03:02:16 Progress (1): 11 kB error 03-Jan-2023 03:02:16 error 03-Jan-2023 03:02:16 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/net/bytebuddy/byte-buddy/1.10.21/byte-buddy-1.10.21.pom (11 kB at 38 kB/s) error 03-Jan-2023 03:02:16 #16 60.44 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/net/bytebuddy/byte-buddy-parent/1.10.21/byte-buddy-parent-1.10.21.pom error 03-Jan-2023 03:02:16 #16 60.58 Progress (1): 3.3/42 kB error 03-Jan-2023 03:02:16 Progress (1): 6.1/42 kB error 03-Jan-2023 03:02:16 Progress (1): 8.9/42 kB error 03-Jan-2023 03:02:16 Progress (1): 12/42 kB error 03-Jan-2023 03:02:16 Progress (1): 14/42 kB error 03-Jan-2023 03:02:16 Progress (1): 17/42 kB error 03-Jan-2023 03:02:16 Progress (1): 20/42 kB error 03-Jan-2023 03:02:16 Progress (1): 23/42 kB error 03-Jan-2023 03:02:16 Progress (1): 26/42 kB error 03-Jan-2023 03:02:16 Progress (1): 28/42 kB error 03-Jan-2023 03:02:16 Progress (1): 31/42 kB error 03-Jan-2023 03:02:16 Progress (1): 34/42 kB error 03-Jan-2023 03:02:16 Progress (1): 37/42 kB error 03-Jan-2023 03:02:16 Progress (1): 40/42 kB error 03-Jan-2023 03:02:16 Progress (1): 42 kB error 03-Jan-2023 03:02:16 error 03-Jan-2023 03:02:16 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/net/bytebuddy/byte-buddy-parent/1.10.21/byte-buddy-parent-1.10.21.pom (42 kB at 113 kB/s) error 03-Jan-2023 03:02:16 #16 61.08 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/logging/log4j/log4j-core/2.17.2/log4j-core-2.17.2.pom error 03-Jan-2023 03:02:16 #16 61.20 Progress (1): 3.3/23 kB error 03-Jan-2023 03:02:16 Progress (1): 6.1/23 kB error 03-Jan-2023 03:02:16 Progress (1): 8.9/23 kB error 03-Jan-2023 03:02:16 Progress (1): 12/23 kB error 03-Jan-2023 03:02:16 Progress (1): 15/23 kB error 03-Jan-2023 03:02:16 Progress (1): 17/23 kB error 03-Jan-2023 03:02:16 Progress (1): 20/23 kB error 03-Jan-2023 03:02:16 Progress (1): 23/23 kB error 03-Jan-2023 03:02:16 Progress (1): 23 kB error 03-Jan-2023 03:02:16 error 03-Jan-2023 03:02:16 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/logging/log4j/log4j-core/2.17.2/log4j-core-2.17.2.pom (23 kB at 90 kB/s) error 03-Jan-2023 03:02:16 #16 61.37 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/logging/log4j/log4j/2.17.2/log4j-2.17.2.pom error 03-Jan-2023 03:02:16 #16 61.51 Progress (1): 3.3/74 kB error 03-Jan-2023 03:02:16 Progress (1): 6.1/74 kB error 03-Jan-2023 03:02:16 Progress (1): 8.9/74 kB error 03-Jan-2023 03:02:16 Progress (1): 12/74 kB error 03-Jan-2023 03:02:16 Progress (1): 15/74 kB error 03-Jan-2023 03:02:16 Progress (1): 17/74 kB error 03-Jan-2023 03:02:16 Progress (1): 20/74 kB error 03-Jan-2023 03:02:16 Progress (1): 23/74 kB error 03-Jan-2023 03:02:16 Progress (1): 26/74 kB error 03-Jan-2023 03:02:16 Progress (1): 29/74 kB error 03-Jan-2023 03:02:16 Progress (1): 31/74 kB error 03-Jan-2023 03:02:16 Progress (1): 34/74 kB error 03-Jan-2023 03:02:16 Progress (1): 37/74 kB error 03-Jan-2023 03:02:16 Progress (1): 40/74 kB error 03-Jan-2023 03:02:16 Progress (1): 42/74 kB error 03-Jan-2023 03:02:16 Progress (1): 45/74 kB error 03-Jan-2023 03:02:16 Progress (1): 48/74 kB error 03-Jan-2023 03:02:16 Progress (1): 51/74 kB error 03-Jan-2023 03:02:16 Progress (1): 54/74 kB error 03-Jan-2023 03:02:16 Progress (1): 56/74 kB error 03-Jan-2023 03:02:16 Progress (1): 59/74 kB error 03-Jan-2023 03:02:16 Progress (1): 62/74 kB error 03-Jan-2023 03:02:16 Progress (1): 65/74 kB error 03-Jan-2023 03:02:16 Progress (1): 68/74 kB error 03-Jan-2023 03:02:16 Progress (1): 70/74 kB error 03-Jan-2023 03:02:16 Progress (1): 73/74 kB error 03-Jan-2023 03:02:16 Progress (1): 74 kB error 03-Jan-2023 03:02:16 error 03-Jan-2023 03:02:16 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/logging/log4j/log4j/2.17.2/log4j-2.17.2.pom (74 kB at 214 kB/s) error 03-Jan-2023 03:02:16 #16 62.02 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/logging/log4j/log4j-api/2.17.2/log4j-api-2.17.2.pom error 03-Jan-2023 03:02:16 #16 62.26 Progress (1): 3.3/14 kB error 03-Jan-2023 03:02:16 Progress (1): 6.1/14 kB error 03-Jan-2023 03:02:16 Progress (1): 8.9/14 kB error 03-Jan-2023 03:02:16 Progress (1): 12/14 kB error 03-Jan-2023 03:02:16 Progress (1): 14 kB error 03-Jan-2023 03:02:16 error 03-Jan-2023 03:02:16 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/logging/log4j/log4j-api/2.17.2/log4j-api-2.17.2.pom (14 kB at 25 kB/s) error 03-Jan-2023 03:02:16 #16 62.83 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/logging/log4j/log4j-slf4j-impl/2.17.2/log4j-slf4j-impl-2.17.2.pom error 03-Jan-2023 03:02:16 #16 62.99 Progress (1): 3.3/12 kB error 03-Jan-2023 03:02:16 Progress (1): 6.1/12 kB error 03-Jan-2023 03:02:16 Progress (1): 8.9/12 kB error 03-Jan-2023 03:02:16 Progress (1): 12 kB error 03-Jan-2023 03:02:16 error 03-Jan-2023 03:02:16 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/logging/log4j/log4j-slf4j-impl/2.17.2/log4j-slf4j-impl-2.17.2.pom (12 kB at 35 kB/s) error 03-Jan-2023 03:02:16 #16 63.26 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/logging/log4j/log4j-1.2-api/2.17.2/log4j-1.2-api-2.17.2.pom error 03-Jan-2023 03:02:16 #16 63.44 Progress (1): 3.3/8.3 kB error 03-Jan-2023 03:02:16 Progress (1): 6.1/8.3 kB error 03-Jan-2023 03:02:16 Progress (1): 8.3 kB error 03-Jan-2023 03:02:16 error 03-Jan-2023 03:02:16 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/logging/log4j/log4j-1.2-api/2.17.2/log4j-1.2-api-2.17.2.pom (8.3 kB at 18 kB/s) error 03-Jan-2023 03:02:16 #16 64.36 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/xerces/xercesImpl/2.12.1/xercesImpl-2.12.1.pom error 03-Jan-2023 03:02:16 #16 64.52 Progress (1): 3.3/3.4 kB error 03-Jan-2023 03:02:16 Progress (1): 3.4 kB error 03-Jan-2023 03:02:16 error 03-Jan-2023 03:02:16 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/xerces/xercesImpl/2.12.1/xercesImpl-2.12.1.pom (3.4 kB at 11 kB/s) error 03-Jan-2023 03:02:16 #16 64.91 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/com/fasterxml/jackson/datatype/jackson-datatype-jsr310/2.13.0/jackson-datatype-jsr310-2.13.0.pom error 03-Jan-2023 03:02:16 #16 65.04 Progress (1): 3.3/4.9 kB error 03-Jan-2023 03:02:16 Progress (1): 4.9 kB error 03-Jan-2023 03:02:16 error 03-Jan-2023 03:02:16 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/com/fasterxml/jackson/datatype/jackson-datatype-jsr310/2.13.0/jackson-datatype-jsr310-2.13.0.pom (4.9 kB at 15 kB/s) error 03-Jan-2023 03:02:16 #16 65.27 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/com/fasterxml/jackson/module/jackson-modules-java8/2.13.0/jackson-modules-java8-2.13.0.pom error 03-Jan-2023 03:02:16 #16 ... error 03-Jan-2023 03:02:16 error 03-Jan-2023 03:02:16 #17 [linux/amd64 dev 4/4] RUN mvn -s /usr/share/maven/ref/settings-docker.xml install error 03-Jan-2023 03:02:16 #17 62.63 Progress (1): 0.3/79 MB error 03-Jan-2023 03:02:16 Progress (1): 0.5/79 MB error 03-Jan-2023 03:02:16 Progress (1): 0.8/79 MB error 03-Jan-2023 03:02:16 Progress (1): 1.1/79 MB error 03-Jan-2023 03:02:16 Progress (1): 1.3/79 MB error 03-Jan-2023 03:02:16 Progress (1): 1.6/79 MB error 03-Jan-2023 03:02:16 Progress (1): 1.9/79 MB error 03-Jan-2023 03:02:16 Progress (1): 2.1/79 MB error 03-Jan-2023 03:02:16 Progress (1): 2.4/79 MB error 03-Jan-2023 03:02:16 Progress (1): 2.6/79 MB error 03-Jan-2023 03:02:16 Progress (1): 2.9/79 MB error 03-Jan-2023 03:02:16 Progress (1): 3.2/79 MB error 03-Jan-2023 03:02:16 Progress (1): 3.4/79 MB error 03-Jan-2023 03:02:16 Progress (1): 3.7/79 MB error 03-Jan-2023 03:02:16 Progress (1): 3.9/79 MB error 03-Jan-2023 03:02:16 Progress (1): 4.2/79 MB error 03-Jan-2023 03:02:16 Progress (1): 4.5/79 MB error 03-Jan-2023 03:02:16 Progress (1): 4.7/79 MB error 03-Jan-2023 03:02:16 Progress (1): 5.0/79 MB error 03-Jan-2023 03:02:16 Progress (1): 5.3/79 MB error 03-Jan-2023 03:02:16 Progress (1): 5.5/79 MB error 03-Jan-2023 03:02:16 Progress (1): 5.8/79 MB error 03-Jan-2023 03:02:16 Progress (1): 6.0/79 MB error 03-Jan-2023 03:02:16 Progress (1): 6.3/79 MB error 03-Jan-2023 03:02:16 Progress (1): 6.6/79 MB error 03-Jan-2023 03:02:16 Progress (1): 6.8/79 MB error 03-Jan-2023 03:02:16 Progress (1): 7.1/79 MB error 03-Jan-2023 03:02:16 Progress (1): 7.4/79 MB error 03-Jan-2023 03:02:16 Progress (1): 7.6/79 MB error 03-Jan-2023 03:02:16 Progress (1): 7.9/79 MB error 03-Jan-2023 03:02:16 Progress (1): 8.1/79 MB error 03-Jan-2023 03:02:16 Progress (1): 8.4/79 MB error 03-Jan-2023 03:02:16 Progress (1): 8.7/79 MB error 03-Jan-2023 03:02:16 Progress (1): 8.9/79 MB error 03-Jan-2023 03:02:16 Progress (1): 9.2/79 MB error 03-Jan-2023 03:02:16 Progress (1): 9.5/79 MB error 03-Jan-2023 03:02:16 Progress (1): 9.7/79 MB error 03-Jan-2023 03:02:16 Progress (1): 10.0/79 MB error 03-Jan-2023 03:02:16 Progress (1): 10/79 MB error 03-Jan-2023 03:02:16 Progress (1): 11/79 MB error 03-Jan-2023 03:02:16 Progress (1): 11/79 MB error 03-Jan-2023 03:02:16 Progress (1): 11/79 MB error 03-Jan-2023 03:02:16 Progress (1): 11/79 MB error 03-Jan-2023 03:02:16 Progress (1): 12/79 MB error 03-Jan-2023 03:02:16 Progress (1): 12/79 MB error 03-Jan-2023 03:02:16 Progress (1): 12/79 MB error 03-Jan-2023 03:02:16 Progress (1): 12/79 MB error 03-Jan-2023 03:02:16 Progress (1): 13/79 MB error 03-Jan-2023 03:02:16 Progress (1): 13/79 MB error 03-Jan-2023 03:02:16 Progress (1): 13/79 MB error 03-Jan-2023 03:02:16 Progress (1): 13/79 MB error 03-Jan-2023 03:02:16 Progress (1): 14/79 MB error 03-Jan-2023 03:02:16 Progress (1): 14/79 MB error 03-Jan-2023 03:02:16 Progress (1): 14/79 MB error 03-Jan-2023 03:02:16 Progress (1): 14/79 MB error 03-Jan-2023 03:02:16 Progress (1): 15/79 MB error 03-Jan-2023 03:02:16 Progress (1): 15/79 MB error 03-Jan-2023 03:02:16 Progress (1): 15/79 MB error 03-Jan-2023 03:02:16 Progress (1): 15/79 MB error 03-Jan-2023 03:02:16 Progress (1): 16/79 MB error 03-Jan-2023 03:02:16 Progress (1): 16/79 MB error 03-Jan-2023 03:02:16 Progress (1): 16/79 MB error 03-Jan-2023 03:02:16 Progress (1): 17/79 MB error 03-Jan-2023 03:02:16 Progress (1): 17/79 MB error 03-Jan-2023 03:02:16 Progress (1): 17/79 MB error 03-Jan-2023 03:02:16 Progress (1): 17/79 MB error 03-Jan-2023 03:02:16 Progress (1): 18/79 MB error 03-Jan-2023 03:02:16 Progress (1): 18/79 MB error 03-Jan-2023 03:02:16 Progress (1): 18/79 MB error 03-Jan-2023 03:02:16 Progress (1): 18/79 MB error 03-Jan-2023 03:02:16 Progress (1): 19/79 MB error 03-Jan-2023 03:02:16 Progress (1): 19/79 MB error 03-Jan-2023 03:02:16 Progress (1): 19/79 MB error 03-Jan-2023 03:02:16 Progress (1): 19/79 MB error 03-Jan-2023 03:02:16 Progress (1): 20/79 MB error 03-Jan-2023 03:02:16 Progress (1): 20/79 MB error 03-Jan-2023 03:02:16 Progress (1): 20/79 MB error 03-Jan-2023 03:02:16 Progress (1): 20/79 MB error 03-Jan-2023 03:02:16 Progress (1): 21/79 MB error 03-Jan-2023 03:02:16 Progress (1): 21/79 MB error 03-Jan-2023 03:02:16 Progress (1): 21/79 MB error 03-Jan-2023 03:02:16 Progress (1): 22/79 MB error 03-Jan-2023 03:02:16 Progress (1): 22/79 MB error 03-Jan-2023 03:02:16 Progress (1): 22/79 MB error 03-Jan-2023 03:02:16 Progress (1): 22/79 MB error 03-Jan-2023 03:02:16 Progress (1): 23/79 MB error 03-Jan-2023 03:02:16 Progress (1): 23/79 MB error 03-Jan-2023 03:02:16 Progress (1): 23/79 MB error 03-Jan-2023 03:02:16 Progress (1): 23/79 MB error 03-Jan-2023 03:02:16 Progress (1): 24/79 MB error 03-Jan-2023 03:02:16 Progress (1): 24/79 MB error 03-Jan-2023 03:02:16 Progress (1): 24/79 MB error 03-Jan-2023 03:02:16 Progress (1): 24/79 MB error 03-Jan-2023 03:02:16 Progress (1): 25/79 MB error 03-Jan-2023 03:02:16 Progress (1): 25/79 MB error 03-Jan-2023 03:02:16 Progress (1): 25/79 MB error 03-Jan-2023 03:02:16 Progress (1): 25/79 MB error 03-Jan-2023 03:02:16 Progress (1): 26/79 MB error 03-Jan-2023 03:02:16 Progress (1): 26/79 MB error 03-Jan-2023 03:02:16 Progress (1): 26/79 MB error 03-Jan-2023 03:02:16 Progress (1): 26/79 MB error 03-Jan-2023 03:02:16 Progress (1): 27/79 MB error 03-Jan-2023 03:02:16 Progress (1): 27/79 MB error 03-Jan-2023 03:02:16 Progress (1): 27/79 MB error 03-Jan-2023 03:02:16 Progress (1): 28/79 MB error 03-Jan-2023 03:02:16 Progress (1): 28/79 MB error 03-Jan-2023 03:02:16 Progress (1): 28/79 MB error 03-Jan-2023 03:02:16 Progress (1): 28/79 MB error 03-Jan-2023 03:02:16 Progress (1): 29/79 MB error 03-Jan-2023 03:02:16 Progress (1): 29/79 MB error 03-Jan-2023 03:02:16 Progress (1): 29/79 MB error 03-Jan-2023 03:02:16 Progress (1): 29/79 MB error 03-Jan-2023 03:02:16 Progress (1): 30/79 MB error 03-Jan-2023 03:02:16 Progress (1): 30/79 MB error 03-Jan-2023 03:02:16 Progress (1): 30/79 MB error 03-Jan-2023 03:02:16 Progress (1): 30/79 MB error 03-Jan-2023 03:02:16 Progress (1): 31/79 MB error 03-Jan-2023 03:02:16 Progress (1): 31/79 MB error 03-Jan-2023 03:02:16 Progress (1): 31/79 MB error 03-Jan-2023 03:02:16 Progress (1): 31/79 MB error 03-Jan-2023 03:02:16 Progress (1): 32/79 MB error 03-Jan-2023 03:02:16 Progress (1): 32/79 MB error 03-Jan-2023 03:02:16 Progress (1): 32/79 MB error 03-Jan-2023 03:02:16 Progress (1): 33/79 MB error 03-Jan-2023 03:02:16 Progress (1): 33/79 MB error 03-Jan-2023 03:02:16 Progress (1): 33/79 MB error 03-Jan-2023 03:02:16 Progress (1): 33/79 MB error 03-Jan-2023 03:02:16 Progress (1): 34/79 MB error 03-Jan-2023 03:02:16 Progress (1): 34/79 MB error 03-Jan-2023 03:02:16 Progress (1): 34/79 MB error 03-Jan-2023 03:02:16 Progress (1): 34/79 MB error 03-Jan-2023 03:02:16 Progress (1): 35/79 MB error 03-Jan-2023 03:02:16 Progress (1): 35/79 MB error 03-Jan-2023 03:02:16 Progress (1): 35/79 MB error 03-Jan-2023 03:02:16 Progress (1): 35/79 MB error 03-Jan-2023 03:02:16 Progress (1): 36/79 MB error 03-Jan-2023 03:02:16 Progress (1): 36/79 MB error 03-Jan-2023 03:02:16 Progress (1): 36/79 MB error 03-Jan-2023 03:02:16 Progress (1): 36/79 MB error 03-Jan-2023 03:02:16 Progress (1): 37/79 MB error 03-Jan-2023 03:02:16 Progress (1): 37/79 MB error 03-Jan-2023 03:02:16 Progress (1): 37/79 MB error 03-Jan-2023 03:02:16 Progress (1): 38/79 MB error 03-Jan-2023 03:02:16 Progress (1): 38/79 MB error 03-Jan-2023 03:02:16 Progress (1): 38/79 MB error 03-Jan-2023 03:02:16 Progress (1): 38/79 MB error 03-Jan-2023 03:02:16 Progress (1): 39/79 MB error 03-Jan-2023 03:02:16 Progress (1): 39/79 MB error 03-Jan-2023 03:02:16 Progress (1): 39/79 MB error 03-Jan-2023 03:02:16 Progress (1): 39/79 MB error 03-Jan-2023 03:02:16 Progress (1): 40/79 MB error 03-Jan-2023 03:02:16 Progress (1): 40/79 MB error 03-Jan-2023 03:02:16 Progress (1): 40/79 MB error 03-Jan-2023 03:02:16 Progress (1): 40/79 MB error 03-Jan-2023 03:02:16 Progress (1): 41/79 MB error 03-Jan-2023 03:02:16 Progress (1): 41/79 MB error 03-Jan-2023 03:02:16 Progress (1): 41/79 MB error 03-Jan-2023 03:02:16 Progress (1): 41/79 MB error 03-Jan-2023 03:02:16 Progress (1): 42/79 MB error 03-Jan-2023 03:02:16 Progress (1): 42/79 MB error 03-Jan-2023 03:02:16 Progress (1): 42/79 MB error 03-Jan-2023 03:02:16 Progress (1): 42/79 MB error 03-Jan-2023 03:02:16 Progress (1): 43/79 MB error 03-Jan-2023 03:02:16 Progress (1): 43/79 MB error 03-Jan-2023 03:02:16 Progress (1): 43/79 MB error 03-Jan-2023 03:02:16 Progress (1): 44/79 MB error 03-Jan-2023 03:02:16 Progress (1): 44/79 MB error 03-Jan-2023 03:02:16 Progress (1): 44/79 MB error 03-Jan-2023 03:02:16 Progress (1): 44/79 MB error 03-Jan-2023 03:02:16 Progress (1): 45/79 MB error 03-Jan-2023 03:02:16 Progress (1): 45/79 MB error 03-Jan-2023 03:02:16 Progress (1): 45/79 MB error 03-Jan-2023 03:02:16 Progress (1): 45/79 MB error 03-Jan-2023 03:02:16 Progress (1): 46/79 MB error 03-Jan-2023 03:02:16 Progress (1): 46/79 MB error 03-Jan-2023 03:02:16 Progress (1): 46/79 MB error 03-Jan-2023 03:02:16 Progress (1): 46/79 MB error 03-Jan-2023 03:02:16 Progress (1): 47/79 MB error 03-Jan-2023 03:02:16 Progress (1): 47/79 MB error 03-Jan-2023 03:02:16 Progress (1): 47/79 MB error 03-Jan-2023 03:02:16 Progress (1): 47/79 MB error 03-Jan-2023 03:02:16 Progress (1): 48/79 MB error 03-Jan-2023 03:02:16 Progress (1): 48/79 MB error 03-Jan-2023 03:02:16 Progress (1): 48/79 MB error 03-Jan-2023 03:02:16 Progress (1): 49/79 MB error 03-Jan-2023 03:02:16 Progress (1): 49/79 MB error 03-Jan-2023 03:02:16 Progress (1): 49/79 MB error 03-Jan-2023 03:02:16 Progress (1): 49/79 MB error 03-Jan-2023 03:02:16 Progress (1): 50/79 MB error 03-Jan-2023 03:02:16 Progress (1): 50/79 MB error 03-Jan-2023 03:02:16 Progress (1): 50/79 MB error 03-Jan-2023 03:02:16 Progress (1): 50/79 MB error 03-Jan-2023 03:02:16 Progress (1): 51/79 MB error 03-Jan-2023 03:02:16 Progress (1): 51/79 MB error 03-Jan-2023 03:02:16 Progress (1): 51/79 MB error 03-Jan-2023 03:02:16 Progress (1): 51/79 MB error 03-Jan-2023 03:02:16 Progress (1): 52/79 MB error 03-Jan-2023 03:02:16 Progress (1): 52/79 MB error 03-Jan-2023 03:02:16 Progress (1): 52/79 MB error 03-Jan-2023 03:02:16 Progress (1): 52/79 MB error 03-Jan-2023 03:02:16 Progress (1): 53/79 MB error 03-Jan-2023 03:02:16 Progress (1): 53/79 MB error 03-Jan-2023 03:02:16 Progress (1): 53/79 MB error 03-Jan-2023 03:02:16 Progress (1): 53/79 MB error 03-Jan-2023 03:02:16 Progress (1): 54/79 MB error 03-Jan-2023 03:02:16 Progress (1): 54/79 MB error 03-Jan-2023 03:02:16 Progress (1): 54/79 MB error 03-Jan-2023 03:02:16 Progress (1): 55/79 MB error 03-Jan-2023 03:02:16 Progress (1): 55/79 MB error 03-Jan-2023 03:02:16 Progress (1): 55/79 MB error 03-Jan-2023 03:02:16 Progress (1): 55/79 MB error 03-Jan-2023 03:02:16 Progress (1): 56/79 MB error 03-Jan-2023 03:02:16 Progress (1): 56/79 MB error 03-Jan-2023 03:02:16 Progress (1): 56/79 MB error 03-Jan-2023 03:02:16 Progress (1): 56/79 MB error 03-Jan-2023 03:02:16 Progress (1): 57/79 MB error 03-Jan-2023 03:02:16 Progress (1): 57/79 MB error 03-Jan-2023 03:02:16 Progress (1): 57/79 MB error 03-Jan-2023 03:02:16 Progress (1): 57/79 MB error 03-Jan-2023 03:02:16 Progress (1): 58/79 MB error 03-Jan-2023 03:02:16 Progress (1): 58/79 MB error 03-Jan-2023 03:02:16 Progress (1): 58/79 MB error 03-Jan-2023 03:02:16 Progress (1): 58/79 MB error 03-Jan-2023 03:02:16 Progress (1): 59/79 MB error 03-Jan-2023 03:02:16 Progress (1): 59/79 MB error 03-Jan-2023 03:02:16 Progress (1): 59/79 MB error 03-Jan-2023 03:02:16 Progress (1): 60/79 MB error 03-Jan-2023 03:02:16 Progress (1): 60/79 MB error 03-Jan-2023 03:02:16 Progress (1): 60/79 MB error 03-Jan-2023 03:02:16 Progress (1): 60/79 MB error 03-Jan-2023 03:02:16 Progress (1): 61/79 MB error 03-Jan-2023 03:02:16 Progress (1): 61/79 MB error 03-Jan-2023 03:02:16 Progress (1): 61/79 MB error 03-Jan-2023 03:02:16 Progress (1): 61/79 MB error 03-Jan-2023 03:02:16 Progress (1): 62/79 MB error 03-Jan-2023 03:02:16 Progress (1): 62/79 MB error 03-Jan-2023 03:02:16 Progress (1): 62/79 MB error 03-Jan-2023 03:02:16 Progress (1): 62/79 MB error 03-Jan-2023 03:02:16 Progress (1): 63/79 MB error 03-Jan-2023 03:02:16 Progress (1): 63/79 MB error 03-Jan-2023 03:02:16 Progress (1): 63/79 MB error 03-Jan-2023 03:02:16 Progress (1): 63/79 MB error 03-Jan-2023 03:02:16 Progress (1): 64/79 MB error 03-Jan-2023 03:02:16 Progress (1): 64/79 MB error 03-Jan-2023 03:02:16 Progress (1): 64/79 MB error 03-Jan-2023 03:02:16 Progress (1): 65/79 MB error 03-Jan-2023 03:02:16 Progress (1): 65/79 MB error 03-Jan-2023 03:02:16 Progress (1): 65/79 MB error 03-Jan-2023 03:02:16 Progress (1): 65/79 MB error 03-Jan-2023 03:02:16 Progress (1): 66/79 MB error 03-Jan-2023 03:02:16 Progress (1): 66/79 MB error 03-Jan-2023 03:02:16 Progress (1): 66/79 MB error 03-Jan-2023 03:02:16 Progress (1): 66/79 MB error 03-Jan-2023 03:02:16 Progress (1): 67/79 MB error 03-Jan-2023 03:02:16 Progress (1): 67/79 MB error 03-Jan-2023 03:02:16 Progress (1): 67/79 MB error 03-Jan-2023 03:02:16 Progress (1): 67/79 MB error 03-Jan-2023 03:02:16 Progress (1): 68/79 MB error 03-Jan-2023 03:02:16 Progress (1): 68/79 MB error 03-Jan-2023 03:02:16 Progress (1): 68/79 MB error 03-Jan-2023 03:02:16 Progress (1): 68/79 MB error 03-Jan-2023 03:02:16 Progress (1): 69/79 MB error 03-Jan-2023 03:02:16 Progress (1): 69/79 MB error 03-Jan-2023 03:02:16 Progress (1): 69/79 MB error 03-Jan-2023 03:02:16 Progress (1): 69/79 MB error 03-Jan-2023 03:02:16 Progress (1): 70/79 MB error 03-Jan-2023 03:02:16 Progress (1): 70/79 MB error 03-Jan-2023 03:02:16 Progress (1): 70/79 MB error 03-Jan-2023 03:02:16 Progress (1): 71/79 MB error 03-Jan-2023 03:02:16 Progress (1): 71/79 MB error 03-Jan-2023 03:02:16 Progress (1): 71/79 MB error 03-Jan-2023 03:02:16 Progress (1): 71/79 MB error 03-Jan-2023 03:02:16 Progress (1): 72/79 MB error 03-Jan-2023 03:02:16 Progress (1): 72/79 MB error 03-Jan-2023 03:02:16 Progress (1): 72/79 MB error 03-Jan-2023 03:02:16 Progress (1): 72/79 MB error 03-Jan-2023 03:02:16 Progress (1): 73/79 MB error 03-Jan-2023 03:02:16 Progress (1): 73/79 MB error 03-Jan-2023 03:02:16 Progress (1): 73/79 MB error 03-Jan-2023 03:02:16 Progress (1): 73/79 MB error 03-Jan-2023 03:02:16 Progress (1): 74/79 MB error 03-Jan-2023 03:02:16 Progress (1): 74/79 MB error 03-Jan-2023 03:02:16 Progress (1): 74/79 MB error 03-Jan-2023 03:02:16 Progress (1): 74/79 MB error 03-Jan-2023 03:02:16 Progress (1): 75/79 MB error 03-Jan-2023 03:02:16 Progress (1): 75/79 MB error 03-Jan-2023 03:02:16 Progress (1): 75/79 MB error 03-Jan-2023 03:02:16 Progress (1): 76/79 MB error 03-Jan-2023 03:02:16 Progress (1): 76/79 MB error 03-Jan-2023 03:02:16 Progress (1): 76/79 MB error 03-Jan-2023 03:02:16 Progress (1): 76/79 MB error 03-Jan-2023 03:02:16 Progress (1): 77/79 MB error 03-Jan-2023 03:02:16 Progress (1): 77/79 MB error 03-Jan-2023 03:02:16 Progress (1): 77/79 MB error 03-Jan-2023 03:02:16 Progress (1): 77/79 MB error 03-Jan-2023 03:02:16 Progress (1): 78/79 MB error 03-Jan-2023 03:02:16 Progress (1): 78/79 MB error 03-Jan-2023 03:02:16 Progress (1): 78/79 MB error 03-Jan-2023 03:02:16 Progress (1): 78/79 MB error 03-Jan-2023 03:02:16 Progress (1): 79/79 MB error 03-Jan-2023 03:02:17 Progress (1): 79/79 MB error 03-Jan-2023 03:02:17 Progress (1): 79 MB error 03-Jan-2023 03:02:17 error 03-Jan-2023 03:02:17 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/web/openmrs-webapp/2.5.8/openmrs-webapp-2.5.8.war (79 MB at 23 MB/s) error 03-Jan-2023 03:02:17 #17 65.84 [INFO] Copying openmrs-webapp-2.5.8.war to /app/package/target/distro/web/openmrs-2.5.8.war error 03-Jan-2023 03:02:17 #17 65.99 error 03-Jan-2023 03:02:17 #17 65.99 file:/app/package/target/distro/web/openmrs-2.5.8.war error 03-Jan-2023 03:02:17 #17 65.99 error 03-Jan-2023 03:02:17 #17 65.99 target:/app/package/target/distro/web error 03-Jan-2023 03:02:17 #17 66.01 [INFO] Configured Artifact: org.openmrs.module:addresshierarchy-omod:2.15.0:jar error 03-Jan-2023 03:02:17 #17 66.01 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/addresshierarchy-omod/2.15.0/addresshierarchy-omod-2.15.0.pom error 03-Jan-2023 03:02:17 #17 66.12 Progress (1): 3.3/6.9 kB error 03-Jan-2023 03:02:17 Progress (1): 6.1/6.9 kB error 03-Jan-2023 03:02:17 Progress (1): 6.9 kB error 03-Jan-2023 03:02:17 error 03-Jan-2023 03:02:17 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/addresshierarchy-omod/2.15.0/addresshierarchy-omod-2.15.0.pom (6.9 kB at 31 kB/s) error 03-Jan-2023 03:02:17 #17 66.23 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/addresshierarchy/2.15.0/addresshierarchy-2.15.0.pom error 03-Jan-2023 03:02:17 #17 66.34 Progress (1): 3.3/5.3 kB error 03-Jan-2023 03:02:17 Progress (1): 5.3 kB error 03-Jan-2023 03:02:18 error 03-Jan-2023 03:02:18 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/addresshierarchy/2.15.0/addresshierarchy-2.15.0.pom (5.3 kB at 24 kB/s) error 03-Jan-2023 03:02:18 #17 66.46 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/addresshierarchy-omod/2.15.0/addresshierarchy-omod-2.15.0.jar error 03-Jan-2023 03:02:18 #17 66.73 Progress (1): 4.1/324 kB error 03-Jan-2023 03:02:18 Progress (1): 8.2/324 kB error 03-Jan-2023 03:02:18 Progress (1): 12/324 kB error 03-Jan-2023 03:02:18 Progress (1): 16/324 kB error 03-Jan-2023 03:02:18 Progress (1): 20/324 kB error 03-Jan-2023 03:02:18 Progress (1): 25/324 kB error 03-Jan-2023 03:02:18 Progress (1): 29/324 kB error 03-Jan-2023 03:02:18 Progress (1): 33/324 kB error 03-Jan-2023 03:02:18 Progress (1): 37/324 kB error 03-Jan-2023 03:02:18 Progress (1): 41/324 kB error 03-Jan-2023 03:02:18 Progress (1): 45/324 kB error 03-Jan-2023 03:02:18 Progress (1): 49/324 kB error 03-Jan-2023 03:02:18 Progress (1): 52/324 kB error 03-Jan-2023 03:02:18 Progress (1): 56/324 kB error 03-Jan-2023 03:02:18 Progress (1): 60/324 kB error 03-Jan-2023 03:02:18 Progress (1): 62/324 kB error 03-Jan-2023 03:02:18 Progress (1): 66/324 kB error 03-Jan-2023 03:02:18 Progress (1): 71/324 kB error 03-Jan-2023 03:02:18 Progress (1): 75/324 kB error 03-Jan-2023 03:02:18 Progress (1): 79/324 kB error 03-Jan-2023 03:02:18 Progress (1): 83/324 kB error 03-Jan-2023 03:02:18 Progress (1): 87/324 kB error 03-Jan-2023 03:02:18 Progress (1): 91/324 kB error 03-Jan-2023 03:02:18 Progress (1): 95/324 kB error 03-Jan-2023 03:02:18 Progress (1): 97/324 kB error 03-Jan-2023 03:02:18 Progress (1): 101/324 kB error 03-Jan-2023 03:02:18 Progress (1): 105/324 kB error 03-Jan-2023 03:02:18 Progress (1): 109/324 kB error 03-Jan-2023 03:02:18 Progress (1): 114/324 kB error 03-Jan-2023 03:02:18 Progress (1): 116/324 kB error 03-Jan-2023 03:02:18 Progress (1): 120/324 kB error 03-Jan-2023 03:02:18 Progress (1): 125/324 kB error 03-Jan-2023 03:02:18 Progress (1): 129/324 kB error 03-Jan-2023 03:02:18 Progress (1): 133/324 kB error 03-Jan-2023 03:02:18 Progress (1): 137/324 kB error 03-Jan-2023 03:02:18 Progress (1): 141/324 kB error 03-Jan-2023 03:02:18 Progress (1): 145/324 kB error 03-Jan-2023 03:02:18 Progress (1): 149/324 kB error 03-Jan-2023 03:02:18 Progress (1): 153/324 kB error 03-Jan-2023 03:02:18 Progress (1): 157/324 kB error 03-Jan-2023 03:02:18 Progress (1): 160/324 kB error 03-Jan-2023 03:02:18 Progress (1): 164/324 kB error 03-Jan-2023 03:02:18 Progress (1): 168/324 kB error 03-Jan-2023 03:02:18 Progress (1): 172/324 kB error 03-Jan-2023 03:02:18 Progress (1): 177/324 kB error 03-Jan-2023 03:02:18 Progress (1): 181/324 kB error 03-Jan-2023 03:02:18 Progress (1): 185/324 kB error 03-Jan-2023 03:02:18 Progress (1): 188/324 kB error 03-Jan-2023 03:02:18 Progress (1): 192/324 kB error 03-Jan-2023 03:02:18 Progress (1): 197/324 kB error 03-Jan-2023 03:02:18 Progress (1): 201/324 kB error 03-Jan-2023 03:02:18 Progress (1): 205/324 kB error 03-Jan-2023 03:02:18 Progress (1): 209/324 kB error 03-Jan-2023 03:02:18 Progress (1): 213/324 kB error 03-Jan-2023 03:02:18 Progress (1): 217/324 kB error 03-Jan-2023 03:02:18 Progress (1): 221/324 kB error 03-Jan-2023 03:02:18 Progress (1): 225/324 kB error 03-Jan-2023 03:02:18 Progress (1): 229/324 kB error 03-Jan-2023 03:02:18 Progress (1): 233/324 kB error 03-Jan-2023 03:02:18 Progress (1): 237/324 kB error 03-Jan-2023 03:02:18 Progress (1): 242/324 kB error 03-Jan-2023 03:02:18 Progress (1): 246/324 kB error 03-Jan-2023 03:02:18 Progress (1): 250/324 kB error 03-Jan-2023 03:02:18 Progress (1): 254/324 kB error 03-Jan-2023 03:02:18 Progress (1): 258/324 kB error 03-Jan-2023 03:02:18 Progress (1): 260/324 kB error 03-Jan-2023 03:02:18 Progress (1): 264/324 kB error 03-Jan-2023 03:02:18 Progress (1): 269/324 kB error 03-Jan-2023 03:02:18 Progress (1): 273/324 kB error 03-Jan-2023 03:02:18 Progress (1): 277/324 kB error 03-Jan-2023 03:02:18 Progress (1): 281/324 kB error 03-Jan-2023 03:02:18 Progress (1): 285/324 kB error 03-Jan-2023 03:02:18 Progress (1): 287/324 kB error 03-Jan-2023 03:02:18 Progress (1): 291/324 kB error 03-Jan-2023 03:02:18 Progress (1): 296/324 kB error 03-Jan-2023 03:02:18 Progress (1): 300/324 kB error 03-Jan-2023 03:02:18 Progress (1): 304/324 kB error 03-Jan-2023 03:02:18 Progress (1): 308/324 kB error 03-Jan-2023 03:02:18 Progress (1): 312/324 kB error 03-Jan-2023 03:02:18 Progress (1): 314/324 kB error 03-Jan-2023 03:02:18 Progress (1): 318/324 kB error 03-Jan-2023 03:02:18 Progress (1): 323/324 kB error 03-Jan-2023 03:02:18 Progress (1): 324 kB error 03-Jan-2023 03:02:18 error 03-Jan-2023 03:02:18 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/addresshierarchy-omod/2.15.0/addresshierarchy-omod-2.15.0.jar (324 kB at 727 kB/s) error 03-Jan-2023 03:02:18 #17 66.91 [INFO] Configured Artifact: org.openmrs.module:legacyui-omod:1.13.0:jar error 03-Jan-2023 03:02:18 #17 66.91 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/legacyui-omod/1.13.0/legacyui-omod-1.13.0.pom error 03-Jan-2023 03:02:18 #17 67.02 Progress (1): 3.3/7.1 kB error 03-Jan-2023 03:02:18 Progress (1): 6.1/7.1 kB error 03-Jan-2023 03:02:18 Progress (1): 7.1 kB error 03-Jan-2023 03:02:18 error 03-Jan-2023 03:02:18 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/legacyui-omod/1.13.0/legacyui-omod-1.13.0.pom (7.1 kB at 32 kB/s) error 03-Jan-2023 03:02:18 #17 67.13 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/legacyui/1.13.0/legacyui-1.13.0.pom error 03-Jan-2023 03:02:18 #17 67.25 Progress (1): 3.3/9.1 kB error 03-Jan-2023 03:02:18 Progress (1): 6.1/9.1 kB error 03-Jan-2023 03:02:18 Progress (1): 8.9/9.1 kB error 03-Jan-2023 03:02:18 Progress (1): 9.1 kB error 03-Jan-2023 03:02:18 error 03-Jan-2023 03:02:18 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/legacyui/1.13.0/legacyui-1.13.0.pom (9.1 kB at 41 kB/s) error 03-Jan-2023 03:02:18 #17 67.36 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/maven/parents/maven-parent-openmrs-module/1.1.1/maven-parent-openmrs-module-1.1.1.pom error 03-Jan-2023 03:02:18 #17 67.47 Progress (1): 3.3/15 kB error 03-Jan-2023 03:02:18 Progress (1): 6.1/15 kB error 03-Jan-2023 03:02:18 Progress (1): 8.9/15 kB error 03-Jan-2023 03:02:18 Progress (1): 12/15 kB error 03-Jan-2023 03:02:18 Progress (1): 14/15 kB error 03-Jan-2023 03:02:18 Progress (1): 15 kB error 03-Jan-2023 03:02:18 error 03-Jan-2023 03:02:18 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/maven/parents/maven-parent-openmrs-module/1.1.1/maven-parent-openmrs-module-1.1.1.pom (15 kB at 71 kB/s) error 03-Jan-2023 03:02:19 #17 67.58 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/legacyui-omod/1.13.0/legacyui-omod-1.13.0.jar error 03-Jan-2023 03:02:19 #17 67.92 Progress (1): 0/4.0 MB error 03-Jan-2023 03:02:19 Progress (1): 0/4.0 MB error 03-Jan-2023 03:02:19 Progress (1): 0.1/4.0 MB error 03-Jan-2023 03:02:19 Progress (1): 0.1/4.0 MB error 03-Jan-2023 03:02:19 Progress (1): 0.1/4.0 MB error 03-Jan-2023 03:02:19 Progress (1): 0.1/4.0 MB error 03-Jan-2023 03:02:19 Progress (1): 0.2/4.0 MB error 03-Jan-2023 03:02:19 Progress (1): 0.2/4.0 MB error 03-Jan-2023 03:02:19 Progress (1): 0.2/4.0 MB error 03-Jan-2023 03:02:19 Progress (1): 0.2/4.0 MB error 03-Jan-2023 03:02:19 Progress (1): 0.3/4.0 MB error 03-Jan-2023 03:02:19 Progress (1): 0.3/4.0 MB error 03-Jan-2023 03:02:19 Progress (1): 0.3/4.0 MB error 03-Jan-2023 03:02:19 Progress (1): 0.3/4.0 MB error 03-Jan-2023 03:02:19 Progress (1): 0.3/4.0 MB error 03-Jan-2023 03:02:19 Progress (1): 0.4/4.0 MB error 03-Jan-2023 03:02:19 Progress (1): 0.4/4.0 MB error 03-Jan-2023 03:02:19 Progress (1): 0.4/4.0 MB error 03-Jan-2023 03:02:19 Progress (1): 0.4/4.0 MB error 03-Jan-2023 03:02:19 Progress (1): 0.5/4.0 MB error 03-Jan-2023 03:02:19 Progress (1): 0.5/4.0 MB error 03-Jan-2023 03:02:19 Progress (1): 0.5/4.0 MB error 03-Jan-2023 03:02:19 Progress (1): 0.5/4.0 MB error 03-Jan-2023 03:02:19 Progress (1): 0.5/4.0 MB error 03-Jan-2023 03:02:19 Progress (1): 0.6/4.0 MB error 03-Jan-2023 03:02:19 Progress (1): 0.6/4.0 MB error 03-Jan-2023 03:02:19 Progress (1): 0.6/4.0 MB error 03-Jan-2023 03:02:19 Progress (1): 0.6/4.0 MB error 03-Jan-2023 03:02:19 Progress (1): 0.7/4.0 MB error 03-Jan-2023 03:02:19 Progress (1): 0.7/4.0 MB error 03-Jan-2023 03:02:19 Progress (1): 0.7/4.0 MB error 03-Jan-2023 03:02:19 Progress (1): 0.7/4.0 MB error 03-Jan-2023 03:02:19 Progress (1): 0.8/4.0 MB error 03-Jan-2023 03:02:19 Progress (1): 0.8/4.0 MB error 03-Jan-2023 03:02:19 Progress (1): 0.8/4.0 MB error 03-Jan-2023 03:02:19 Progress (1): 0.8/4.0 MB error 03-Jan-2023 03:02:19 Progress (1): 0.8/4.0 MB error 03-Jan-2023 03:02:19 Progress (1): 0.9/4.0 MB error 03-Jan-2023 03:02:19 Progress (1): 0.9/4.0 MB error 03-Jan-2023 03:02:19 Progress (1): 0.9/4.0 MB error 03-Jan-2023 03:02:19 Progress (1): 0.9/4.0 MB error 03-Jan-2023 03:02:19 Progress (1): 0.9/4.0 MB error 03-Jan-2023 03:02:19 Progress (1): 1.0/4.0 MB error 03-Jan-2023 03:02:19 Progress (1): 1.0/4.0 MB error 03-Jan-2023 03:02:19 Progress (1): 1.0/4.0 MB error 03-Jan-2023 03:02:19 Progress (1): 1.0/4.0 MB error 03-Jan-2023 03:02:19 Progress (1): 1.1/4.0 MB error 03-Jan-2023 03:02:19 Progress (1): 1.1/4.0 MB error 03-Jan-2023 03:02:19 Progress (1): 1.1/4.0 MB error 03-Jan-2023 03:02:19 Progress (1): 1.1/4.0 MB error 03-Jan-2023 03:02:19 Progress (1): 1.1/4.0 MB error 03-Jan-2023 03:02:19 Progress (1): 1.2/4.0 MB error 03-Jan-2023 03:02:19 Progress (1): 1.2/4.0 MB error 03-Jan-2023 03:02:19 Progress (1): 1.2/4.0 MB error 03-Jan-2023 03:02:19 Progress (1): 1.2/4.0 MB error 03-Jan-2023 03:02:19 Progress (1): 1.3/4.0 MB error 03-Jan-2023 03:02:19 Progress (1): 1.3/4.0 MB error 03-Jan-2023 03:02:19 Progress (1): 1.3/4.0 MB error 03-Jan-2023 03:02:19 Progress (1): 1.3/4.0 MB error 03-Jan-2023 03:02:19 Progress (1): 1.4/4.0 MB error 03-Jan-2023 03:02:19 Progress (1): 1.4/4.0 MB error 03-Jan-2023 03:02:19 Progress (1): 1.4/4.0 MB error 03-Jan-2023 03:02:19 Progress (1): 1.4/4.0 MB error 03-Jan-2023 03:02:19 Progress (1): 1.4/4.0 MB error 03-Jan-2023 03:02:19 Progress (1): 1.5/4.0 MB error 03-Jan-2023 03:02:19 Progress (1): 1.5/4.0 MB error 03-Jan-2023 03:02:19 Progress (1): 1.5/4.0 MB error 03-Jan-2023 03:02:19 Progress (1): 1.5/4.0 MB error 03-Jan-2023 03:02:19 Progress (1): 1.6/4.0 MB error 03-Jan-2023 03:02:19 Progress (1): 1.6/4.0 MB error 03-Jan-2023 03:02:19 Progress (1): 1.6/4.0 MB error 03-Jan-2023 03:02:19 Progress (1): 1.6/4.0 MB error 03-Jan-2023 03:02:19 Progress (1): 1.7/4.0 MB error 03-Jan-2023 03:02:19 Progress (1): 1.7/4.0 MB error 03-Jan-2023 03:02:19 Progress (1): 1.7/4.0 MB error 03-Jan-2023 03:02:19 Progress (1): 1.7/4.0 MB error 03-Jan-2023 03:02:19 Progress (1): 1.7/4.0 MB error 03-Jan-2023 03:02:19 Progress (1): 1.8/4.0 MB error 03-Jan-2023 03:02:19 Progress (1): 1.8/4.0 MB error 03-Jan-2023 03:02:19 Progress (1): 1.8/4.0 MB error 03-Jan-2023 03:02:19 Progress (1): 1.8/4.0 MB error 03-Jan-2023 03:02:19 Progress (1): 1.9/4.0 MB error 03-Jan-2023 03:02:19 Progress (1): 1.9/4.0 MB error 03-Jan-2023 03:02:19 Progress (1): 1.9/4.0 MB error 03-Jan-2023 03:02:19 Progress (1): 1.9/4.0 MB error 03-Jan-2023 03:02:19 Progress (1): 2.0/4.0 MB error 03-Jan-2023 03:02:19 Progress (1): 2.0/4.0 MB error 03-Jan-2023 03:02:19 Progress (1): 2.0/4.0 MB error 03-Jan-2023 03:02:19 Progress (1): 2.0/4.0 MB error 03-Jan-2023 03:02:19 Progress (1): 2.0/4.0 MB error 03-Jan-2023 03:02:19 Progress (1): 2.1/4.0 MB error 03-Jan-2023 03:02:19 Progress (1): 2.1/4.0 MB error 03-Jan-2023 03:02:19 Progress (1): 2.1/4.0 MB error 03-Jan-2023 03:02:19 Progress (1): 2.1/4.0 MB error 03-Jan-2023 03:02:19 Progress (1): 2.2/4.0 MB error 03-Jan-2023 03:02:19 Progress (1): 2.2/4.0 MB error 03-Jan-2023 03:02:19 Progress (1): 2.2/4.0 MB error 03-Jan-2023 03:02:19 Progress (1): 2.2/4.0 MB error 03-Jan-2023 03:02:19 Progress (1): 2.2/4.0 MB error 03-Jan-2023 03:02:19 Progress (1): 2.3/4.0 MB error 03-Jan-2023 03:02:19 Progress (1): 2.3/4.0 MB error 03-Jan-2023 03:02:19 Progress (1): 2.3/4.0 MB error 03-Jan-2023 03:02:19 Progress (1): 2.3/4.0 MB error 03-Jan-2023 03:02:19 Progress (1): 2.3/4.0 MB error 03-Jan-2023 03:02:19 Progress (1): 2.4/4.0 MB error 03-Jan-2023 03:02:19 Progress (1): 2.4/4.0 MB error 03-Jan-2023 03:02:19 Progress (1): 2.4/4.0 MB error 03-Jan-2023 03:02:19 Progress (1): 2.4/4.0 MB error 03-Jan-2023 03:02:19 Progress (1): 2.5/4.0 MB error 03-Jan-2023 03:02:19 Progress (1): 2.5/4.0 MB error 03-Jan-2023 03:02:19 Progress (1): 2.5/4.0 MB error 03-Jan-2023 03:02:19 Progress (1): 2.5/4.0 MB error 03-Jan-2023 03:02:19 Progress (1): 2.6/4.0 MB error 03-Jan-2023 03:02:19 Progress (1): 2.6/4.0 MB error 03-Jan-2023 03:02:19 Progress (1): 2.6/4.0 MB error 03-Jan-2023 03:02:19 Progress (1): 2.6/4.0 MB error 03-Jan-2023 03:02:19 Progress (1): 2.7/4.0 MB error 03-Jan-2023 03:02:19 Progress (1): 2.7/4.0 MB error 03-Jan-2023 03:02:19 Progress (1): 2.7/4.0 MB error 03-Jan-2023 03:02:19 Progress (1): 2.7/4.0 MB error 03-Jan-2023 03:02:19 Progress (1): 2.7/4.0 MB error 03-Jan-2023 03:02:19 Progress (1): 2.8/4.0 MB error 03-Jan-2023 03:02:19 Progress (1): 2.8/4.0 MB error 03-Jan-2023 03:02:19 Progress (1): 2.8/4.0 MB error 03-Jan-2023 03:02:19 Progress (1): 2.8/4.0 MB error 03-Jan-2023 03:02:19 Progress (1): 2.9/4.0 MB error 03-Jan-2023 03:02:19 Progress (1): 2.9/4.0 MB error 03-Jan-2023 03:02:19 Progress (1): 2.9/4.0 MB error 03-Jan-2023 03:02:19 Progress (1): 2.9/4.0 MB error 03-Jan-2023 03:02:19 Progress (1): 2.9/4.0 MB error 03-Jan-2023 03:02:19 Progress (1): 3.0/4.0 MB error 03-Jan-2023 03:02:19 Progress (1): 3.0/4.0 MB error 03-Jan-2023 03:02:19 Progress (1): 3.0/4.0 MB error 03-Jan-2023 03:02:19 Progress (1): 3.0/4.0 MB error 03-Jan-2023 03:02:19 Progress (1): 3.1/4.0 MB error 03-Jan-2023 03:02:19 Progress (1): 3.1/4.0 MB error 03-Jan-2023 03:02:19 Progress (1): 3.1/4.0 MB error 03-Jan-2023 03:02:19 Progress (1): 3.1/4.0 MB error 03-Jan-2023 03:02:19 Progress (1): 3.1/4.0 MB error 03-Jan-2023 03:02:19 Progress (1): 3.2/4.0 MB error 03-Jan-2023 03:02:19 Progress (1): 3.2/4.0 MB error 03-Jan-2023 03:02:19 Progress (1): 3.2/4.0 MB error 03-Jan-2023 03:02:19 Progress (1): 3.2/4.0 MB error 03-Jan-2023 03:02:19 Progress (1): 3.3/4.0 MB error 03-Jan-2023 03:02:19 Progress (1): 3.3/4.0 MB error 03-Jan-2023 03:02:19 Progress (1): 3.3/4.0 MB error 03-Jan-2023 03:02:19 Progress (1): 3.3/4.0 MB error 03-Jan-2023 03:02:19 Progress (1): 3.3/4.0 MB error 03-Jan-2023 03:02:19 Progress (1): 3.4/4.0 MB error 03-Jan-2023 03:02:19 Progress (1): 3.4/4.0 MB error 03-Jan-2023 03:02:19 Progress (1): 3.4/4.0 MB error 03-Jan-2023 03:02:19 Progress (1): 3.4/4.0 MB error 03-Jan-2023 03:02:19 Progress (1): 3.5/4.0 MB error 03-Jan-2023 03:02:19 Progress (1): 3.5/4.0 MB error 03-Jan-2023 03:02:19 Progress (1): 3.5/4.0 MB error 03-Jan-2023 03:02:19 Progress (1): 3.5/4.0 MB error 03-Jan-2023 03:02:19 Progress (1): 3.6/4.0 MB error 03-Jan-2023 03:02:19 Progress (1): 3.6/4.0 MB error 03-Jan-2023 03:02:19 Progress (1): 3.6/4.0 MB error 03-Jan-2023 03:02:19 Progress (1): 3.6/4.0 MB error 03-Jan-2023 03:02:19 Progress (1): 3.7/4.0 MB error 03-Jan-2023 03:02:19 Progress (1): 3.7/4.0 MB error 03-Jan-2023 03:02:19 Progress (1): 3.7/4.0 MB error 03-Jan-2023 03:02:19 Progress (1): 3.7/4.0 MB error 03-Jan-2023 03:02:19 Progress (1): 3.8/4.0 MB error 03-Jan-2023 03:02:19 Progress (1): 3.8/4.0 MB error 03-Jan-2023 03:02:19 Progress (1): 3.8/4.0 MB error 03-Jan-2023 03:02:19 Progress (1): 3.8/4.0 MB error 03-Jan-2023 03:02:19 Progress (1): 3.8/4.0 MB error 03-Jan-2023 03:02:19 Progress (1): 3.9/4.0 MB error 03-Jan-2023 03:02:19 Progress (1): 3.9/4.0 MB error 03-Jan-2023 03:02:19 Progress (1): 3.9/4.0 MB error 03-Jan-2023 03:02:19 Progress (1): 3.9/4.0 MB error 03-Jan-2023 03:02:19 Progress (1): 4.0 MB error 03-Jan-2023 03:02:19 error 03-Jan-2023 03:02:19 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/legacyui-omod/1.13.0/legacyui-omod-1.13.0.jar (4.0 MB at 6.5 MB/s) error 03-Jan-2023 03:02:19 #17 68.18 [INFO] Configured Artifact: org.openmrs.module:openconceptlab-omod:2.0.0:jar error 03-Jan-2023 03:02:19 #17 68.19 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/openconceptlab-omod/2.0.0/openconceptlab-omod-2.0.0.pom error 03-Jan-2023 03:02:19 #17 68.30 Progress (1): 3.3/9.5 kB error 03-Jan-2023 03:02:19 Progress (1): 6.1/9.5 kB error 03-Jan-2023 03:02:19 Progress (1): 8.9/9.5 kB error 03-Jan-2023 03:02:19 Progress (1): 9.5 kB error 03-Jan-2023 03:02:19 error 03-Jan-2023 03:02:19 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/openconceptlab-omod/2.0.0/openconceptlab-omod-2.0.0.pom (9.5 kB at 43 kB/s) error 03-Jan-2023 03:02:19 #17 68.41 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/openconceptlab/2.0.0/openconceptlab-2.0.0.pom error 03-Jan-2023 03:02:19 #17 68.52 Progress (1): 3.3/10 kB error 03-Jan-2023 03:02:20 Progress (1): 6.1/10 kB error 03-Jan-2023 03:02:20 Progress (1): 8.9/10 kB error 03-Jan-2023 03:02:20 Progress (1): 10 kB error 03-Jan-2023 03:02:20 error 03-Jan-2023 03:02:20 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/openconceptlab/2.0.0/openconceptlab-2.0.0.pom (10 kB at 47 kB/s) error 03-Jan-2023 03:02:20 #17 68.63 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/openconceptlab-omod/2.0.0/openconceptlab-omod-2.0.0.jar error 03-Jan-2023 03:02:20 #17 68.94 Progress (1): 0/2.4 MB error 03-Jan-2023 03:02:20 Progress (1): 0/2.4 MB error 03-Jan-2023 03:02:20 Progress (1): 0/2.4 MB error 03-Jan-2023 03:02:20 Progress (1): 0.1/2.4 MB error 03-Jan-2023 03:02:20 Progress (1): 0.1/2.4 MB error 03-Jan-2023 03:02:20 Progress (1): 0.1/2.4 MB error 03-Jan-2023 03:02:20 Progress (1): 0.1/2.4 MB error 03-Jan-2023 03:02:20 Progress (1): 0.1/2.4 MB error 03-Jan-2023 03:02:20 Progress (1): 0.2/2.4 MB error 03-Jan-2023 03:02:20 Progress (1): 0.2/2.4 MB error 03-Jan-2023 03:02:20 Progress (1): 0.2/2.4 MB error 03-Jan-2023 03:02:20 Progress (1): 0.2/2.4 MB error 03-Jan-2023 03:02:20 Progress (1): 0.2/2.4 MB error 03-Jan-2023 03:02:20 Progress (1): 0.2/2.4 MB error 03-Jan-2023 03:02:20 Progress (1): 0.2/2.4 MB error 03-Jan-2023 03:02:20 Progress (1): 0.3/2.4 MB error 03-Jan-2023 03:02:20 Progress (1): 0.3/2.4 MB error 03-Jan-2023 03:02:20 Progress (1): 0.3/2.4 MB error 03-Jan-2023 03:02:20 Progress (1): 0.3/2.4 MB error 03-Jan-2023 03:02:20 Progress (1): 0.3/2.4 MB error 03-Jan-2023 03:02:20 Progress (1): 0.3/2.4 MB error 03-Jan-2023 03:02:20 Progress (1): 0.4/2.4 MB error 03-Jan-2023 03:02:20 Progress (1): 0.4/2.4 MB error 03-Jan-2023 03:02:20 Progress (1): 0.4/2.4 MB error 03-Jan-2023 03:02:20 Progress (1): 0.4/2.4 MB error 03-Jan-2023 03:02:20 Progress (1): 0.4/2.4 MB error 03-Jan-2023 03:02:20 Progress (1): 0.5/2.4 MB error 03-Jan-2023 03:02:20 Progress (1): 0.5/2.4 MB error 03-Jan-2023 03:02:20 Progress (1): 0.5/2.4 MB error 03-Jan-2023 03:02:20 Progress (1): 0.5/2.4 MB error 03-Jan-2023 03:02:20 Progress (1): 0.5/2.4 MB error 03-Jan-2023 03:02:20 Progress (1): 0.5/2.4 MB error 03-Jan-2023 03:02:20 Progress (1): 0.6/2.4 MB error 03-Jan-2023 03:02:20 Progress (1): 0.6/2.4 MB error 03-Jan-2023 03:02:20 Progress (1): 0.6/2.4 MB error 03-Jan-2023 03:02:20 Progress (1): 0.6/2.4 MB error 03-Jan-2023 03:02:20 Progress (1): 0.6/2.4 MB error 03-Jan-2023 03:02:20 Progress (1): 0.6/2.4 MB error 03-Jan-2023 03:02:20 Progress (1): 0.7/2.4 MB error 03-Jan-2023 03:02:20 Progress (1): 0.7/2.4 MB error 03-Jan-2023 03:02:20 Progress (1): 0.7/2.4 MB error 03-Jan-2023 03:02:20 Progress (1): 0.7/2.4 MB error 03-Jan-2023 03:02:20 Progress (1): 0.7/2.4 MB error 03-Jan-2023 03:02:20 Progress (1): 0.7/2.4 MB error 03-Jan-2023 03:02:20 Progress (1): 0.8/2.4 MB error 03-Jan-2023 03:02:20 Progress (1): 0.8/2.4 MB error 03-Jan-2023 03:02:20 Progress (1): 0.8/2.4 MB error 03-Jan-2023 03:02:20 Progress (1): 0.8/2.4 MB error 03-Jan-2023 03:02:20 Progress (1): 0.8/2.4 MB error 03-Jan-2023 03:02:20 Progress (1): 0.8/2.4 MB error 03-Jan-2023 03:02:20 Progress (1): 0.9/2.4 MB error 03-Jan-2023 03:02:20 Progress (1): 0.9/2.4 MB error 03-Jan-2023 03:02:20 Progress (1): 0.9/2.4 MB error 03-Jan-2023 03:02:20 Progress (1): 0.9/2.4 MB error 03-Jan-2023 03:02:20 Progress (1): 0.9/2.4 MB error 03-Jan-2023 03:02:20 Progress (1): 0.9/2.4 MB error 03-Jan-2023 03:02:20 Progress (1): 1.0/2.4 MB error 03-Jan-2023 03:02:20 Progress (1): 1.0/2.4 MB error 03-Jan-2023 03:02:20 Progress (1): 1.0/2.4 MB error 03-Jan-2023 03:02:20 Progress (1): 1.0/2.4 MB error 03-Jan-2023 03:02:20 Progress (1): 1.0/2.4 MB error 03-Jan-2023 03:02:20 Progress (1): 1.0/2.4 MB error 03-Jan-2023 03:02:20 Progress (1): 1.1/2.4 MB error 03-Jan-2023 03:02:20 Progress (1): 1.1/2.4 MB error 03-Jan-2023 03:02:20 Progress (1): 1.1/2.4 MB error 03-Jan-2023 03:02:20 Progress (1): 1.1/2.4 MB error 03-Jan-2023 03:02:20 Progress (1): 1.1/2.4 MB error 03-Jan-2023 03:02:20 Progress (1): 1.1/2.4 MB error 03-Jan-2023 03:02:20 Progress (1): 1.2/2.4 MB error 03-Jan-2023 03:02:20 Progress (1): 1.2/2.4 MB error 03-Jan-2023 03:02:20 Progress (1): 1.2/2.4 MB error 03-Jan-2023 03:02:20 Progress (1): 1.2/2.4 MB error 03-Jan-2023 03:02:20 Progress (1): 1.2/2.4 MB error 03-Jan-2023 03:02:20 Progress (1): 1.2/2.4 MB error 03-Jan-2023 03:02:20 Progress (1): 1.3/2.4 MB error 03-Jan-2023 03:02:20 Progress (1): 1.3/2.4 MB error 03-Jan-2023 03:02:20 Progress (1): 1.3/2.4 MB error 03-Jan-2023 03:02:20 Progress (1): 1.3/2.4 MB error 03-Jan-2023 03:02:20 Progress (1): 1.3/2.4 MB error 03-Jan-2023 03:02:20 Progress (1): 1.3/2.4 MB error 03-Jan-2023 03:02:20 Progress (1): 1.4/2.4 MB error 03-Jan-2023 03:02:20 Progress (1): 1.4/2.4 MB error 03-Jan-2023 03:02:20 Progress (1): 1.4/2.4 MB error 03-Jan-2023 03:02:20 Progress (1): 1.4/2.4 MB error 03-Jan-2023 03:02:20 Progress (1): 1.4/2.4 MB error 03-Jan-2023 03:02:20 Progress (1): 1.4/2.4 MB error 03-Jan-2023 03:02:20 Progress (1): 1.5/2.4 MB error 03-Jan-2023 03:02:20 Progress (1): 1.5/2.4 MB error 03-Jan-2023 03:02:20 Progress (1): 1.5/2.4 MB error 03-Jan-2023 03:02:20 Progress (1): 1.5/2.4 MB error 03-Jan-2023 03:02:20 Progress (1): 1.5/2.4 MB error 03-Jan-2023 03:02:20 Progress (1): 1.5/2.4 MB error 03-Jan-2023 03:02:20 Progress (1): 1.5/2.4 MB error 03-Jan-2023 03:02:20 Progress (1): 1.6/2.4 MB error 03-Jan-2023 03:02:20 Progress (1): 1.6/2.4 MB error 03-Jan-2023 03:02:20 Progress (1): 1.6/2.4 MB error 03-Jan-2023 03:02:20 Progress (1): 1.6/2.4 MB error 03-Jan-2023 03:02:20 Progress (1): 1.6/2.4 MB error 03-Jan-2023 03:02:20 Progress (1): 1.6/2.4 MB error 03-Jan-2023 03:02:20 Progress (1): 1.7/2.4 MB error 03-Jan-2023 03:02:20 Progress (1): 1.7/2.4 MB error 03-Jan-2023 03:02:20 Progress (1): 1.7/2.4 MB error 03-Jan-2023 03:02:20 Progress (1): 1.7/2.4 MB error 03-Jan-2023 03:02:20 Progress (1): 1.7/2.4 MB error 03-Jan-2023 03:02:20 Progress (1): 1.7/2.4 MB error 03-Jan-2023 03:02:20 Progress (1): 1.8/2.4 MB error 03-Jan-2023 03:02:20 Progress (1): 1.8/2.4 MB error 03-Jan-2023 03:02:20 Progress (1): 1.8/2.4 MB error 03-Jan-2023 03:02:20 Progress (1): 1.8/2.4 MB error 03-Jan-2023 03:02:20 Progress (1): 1.8/2.4 MB error 03-Jan-2023 03:02:20 Progress (1): 1.8/2.4 MB error 03-Jan-2023 03:02:20 Progress (1): 1.9/2.4 MB error 03-Jan-2023 03:02:20 Progress (1): 1.9/2.4 MB error 03-Jan-2023 03:02:20 Progress (1): 1.9/2.4 MB error 03-Jan-2023 03:02:20 Progress (1): 1.9/2.4 MB error 03-Jan-2023 03:02:20 Progress (1): 1.9/2.4 MB error 03-Jan-2023 03:02:20 Progress (1): 1.9/2.4 MB error 03-Jan-2023 03:02:20 Progress (1): 2.0/2.4 MB error 03-Jan-2023 03:02:20 Progress (1): 2.0/2.4 MB error 03-Jan-2023 03:02:20 Progress (1): 2.0/2.4 MB error 03-Jan-2023 03:02:20 Progress (1): 2.0/2.4 MB error 03-Jan-2023 03:02:20 Progress (1): 2.0/2.4 MB error 03-Jan-2023 03:02:20 Progress (1): 2.0/2.4 MB error 03-Jan-2023 03:02:20 Progress (1): 2.1/2.4 MB error 03-Jan-2023 03:02:20 Progress (1): 2.1/2.4 MB error 03-Jan-2023 03:02:20 Progress (1): 2.1/2.4 MB error 03-Jan-2023 03:02:20 Progress (1): 2.1/2.4 MB error 03-Jan-2023 03:02:20 Progress (1): 2.1/2.4 MB error 03-Jan-2023 03:02:20 Progress (1): 2.1/2.4 MB error 03-Jan-2023 03:02:20 Progress (1): 2.2/2.4 MB error 03-Jan-2023 03:02:20 Progress (1): 2.2/2.4 MB error 03-Jan-2023 03:02:20 Progress (1): 2.2/2.4 MB error 03-Jan-2023 03:02:20 Progress (1): 2.2/2.4 MB error 03-Jan-2023 03:02:20 Progress (1): 2.2/2.4 MB error 03-Jan-2023 03:02:20 Progress (1): 2.2/2.4 MB error 03-Jan-2023 03:02:20 Progress (1): 2.2/2.4 MB error 03-Jan-2023 03:02:20 Progress (1): 2.3/2.4 MB error 03-Jan-2023 03:02:20 Progress (1): 2.3/2.4 MB error 03-Jan-2023 03:02:20 Progress (1): 2.3/2.4 MB error 03-Jan-2023 03:02:20 Progress (1): 2.3/2.4 MB error 03-Jan-2023 03:02:20 Progress (1): 2.3/2.4 MB error 03-Jan-2023 03:02:20 Progress (1): 2.3/2.4 MB error 03-Jan-2023 03:02:20 Progress (1): 2.4/2.4 MB error 03-Jan-2023 03:02:20 Progress (1): 2.4/2.4 MB error 03-Jan-2023 03:02:20 Progress (1): 2.4 MB error 03-Jan-2023 03:02:20 error 03-Jan-2023 03:02:20 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/openconceptlab-omod/2.0.0/openconceptlab-omod-2.0.0.jar (2.4 MB at 4.4 MB/s) error 03-Jan-2023 03:02:20 #17 69.17 [INFO] Configured Artifact: org.openmrs.module:metadatadeploy-omod:1.13.0:jar error 03-Jan-2023 03:02:20 #17 69.18 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/metadatadeploy-omod/1.13.0/metadatadeploy-omod-1.13.0.pom error 03-Jan-2023 03:02:20 #17 69.29 Progress (1): 3.3/4.9 kB error 03-Jan-2023 03:02:20 Progress (1): 4.9 kB error 03-Jan-2023 03:02:20 error 03-Jan-2023 03:02:20 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/metadatadeploy-omod/1.13.0/metadatadeploy-omod-1.13.0.pom (4.9 kB at 22 kB/s) error 03-Jan-2023 03:02:20 #17 69.40 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/metadatadeploy/1.13.0/metadatadeploy-1.13.0.pom error 03-Jan-2023 03:02:20 #17 69.51 Progress (1): 3.3/6.2 kB error 03-Jan-2023 03:02:21 Progress (1): 6.1/6.2 kB error 03-Jan-2023 03:02:21 Progress (1): 6.2 kB error 03-Jan-2023 03:02:21 error 03-Jan-2023 03:02:21 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/metadatadeploy/1.13.0/metadatadeploy-1.13.0.pom (6.2 kB at 28 kB/s) error 03-Jan-2023 03:02:21 #17 69.63 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/metadatadeploy-omod/1.13.0/metadatadeploy-omod-1.13.0.jar error 03-Jan-2023 03:02:21 #17 69.74 Progress (1): 3.3/110 kB error 03-Jan-2023 03:02:21 Progress (1): 6.1/110 kB error 03-Jan-2023 03:02:21 Progress (1): 8.9/110 kB error 03-Jan-2023 03:02:21 Progress (1): 12/110 kB error 03-Jan-2023 03:02:21 Progress (1): 14/110 kB error 03-Jan-2023 03:02:21 Progress (1): 17/110 kB error 03-Jan-2023 03:02:21 Progress (1): 20/110 kB error 03-Jan-2023 03:02:21 Progress (1): 23/110 kB error 03-Jan-2023 03:02:21 Progress (1): 26/110 kB error 03-Jan-2023 03:02:21 Progress (1): 28/110 kB error 03-Jan-2023 03:02:21 Progress (1): 31/110 kB error 03-Jan-2023 03:02:21 Progress (1): 34/110 kB error 03-Jan-2023 03:02:21 Progress (1): 37/110 kB error 03-Jan-2023 03:02:21 Progress (1): 40/110 kB error 03-Jan-2023 03:02:21 Progress (1): 42/110 kB error 03-Jan-2023 03:02:21 Progress (1): 45/110 kB error 03-Jan-2023 03:02:21 Progress (1): 48/110 kB error 03-Jan-2023 03:02:21 Progress (1): 51/110 kB error 03-Jan-2023 03:02:21 Progress (1): 54/110 kB error 03-Jan-2023 03:02:21 Progress (1): 56/110 kB error 03-Jan-2023 03:02:21 Progress (1): 59/110 kB error 03-Jan-2023 03:02:21 Progress (1): 62/110 kB error 03-Jan-2023 03:02:21 Progress (1): 65/110 kB error 03-Jan-2023 03:02:21 Progress (1): 68/110 kB error 03-Jan-2023 03:02:21 Progress (1): 70/110 kB error 03-Jan-2023 03:02:21 Progress (1): 73/110 kB error 03-Jan-2023 03:02:21 Progress (1): 76/110 kB error 03-Jan-2023 03:02:21 Progress (1): 79/110 kB error 03-Jan-2023 03:02:21 Progress (1): 82/110 kB error 03-Jan-2023 03:02:21 Progress (1): 84/110 kB error 03-Jan-2023 03:02:21 Progress (1): 87/110 kB error 03-Jan-2023 03:02:21 Progress (1): 90/110 kB error 03-Jan-2023 03:02:21 Progress (1): 93/110 kB error 03-Jan-2023 03:02:21 Progress (1): 96/110 kB error 03-Jan-2023 03:02:21 Progress (1): 98/110 kB error 03-Jan-2023 03:02:21 Progress (1): 101/110 kB error 03-Jan-2023 03:02:21 Progress (1): 104/110 kB error 03-Jan-2023 03:02:21 Progress (1): 107/110 kB error 03-Jan-2023 03:02:21 Progress (1): 110/110 kB error 03-Jan-2023 03:02:21 Progress (1): 110 kB error 03-Jan-2023 03:02:21 error 03-Jan-2023 03:02:21 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/metadatadeploy-omod/1.13.0/metadatadeploy-omod-1.13.0.jar (110 kB at 467 kB/s) error 03-Jan-2023 03:02:21 #17 69.86 [INFO] Configured Artifact: org.openmrs.module:reportingrest-omod:1.14.0:jar error 03-Jan-2023 03:02:21 #17 69.87 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/reportingrest-omod/1.14.0/reportingrest-omod-1.14.0.pom error 03-Jan-2023 03:02:21 #17 69.98 Progress (1): 3.3/5.4 kB error 03-Jan-2023 03:02:21 Progress (1): 5.4 kB error 03-Jan-2023 03:02:21 error 03-Jan-2023 03:02:21 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/reportingrest-omod/1.14.0/reportingrest-omod-1.14.0.pom (5.4 kB at 24 kB/s) error 03-Jan-2023 03:02:21 #17 70.09 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/reportingrest/1.14.0/reportingrest-1.14.0.pom error 03-Jan-2023 03:02:21 #17 70.20 Progress (1): 3.3/7.0 kB error 03-Jan-2023 03:02:21 Progress (1): 6.1/7.0 kB error 03-Jan-2023 03:02:21 Progress (1): 7.0 kB error 03-Jan-2023 03:02:21 error 03-Jan-2023 03:02:21 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/reportingrest/1.14.0/reportingrest-1.14.0.pom (7.0 kB at 31 kB/s) error 03-Jan-2023 03:02:21 #17 70.32 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/reportingrest-omod/1.14.0/reportingrest-omod-1.14.0.jar error 03-Jan-2023 03:02:21 #17 70.43 Progress (1): 3.3/75 kB error 03-Jan-2023 03:02:21 Progress (1): 6.1/75 kB error 03-Jan-2023 03:02:21 Progress (1): 8.9/75 kB error 03-Jan-2023 03:02:21 Progress (1): 12/75 kB error 03-Jan-2023 03:02:21 Progress (1): 14/75 kB error 03-Jan-2023 03:02:21 Progress (1): 17/75 kB error 03-Jan-2023 03:02:21 Progress (1): 20/75 kB error 03-Jan-2023 03:02:21 Progress (1): 23/75 kB error 03-Jan-2023 03:02:21 Progress (1): 26/75 kB error 03-Jan-2023 03:02:21 Progress (1): 29/75 kB error 03-Jan-2023 03:02:21 Progress (1): 31/75 kB error 03-Jan-2023 03:02:21 Progress (1): 34/75 kB error 03-Jan-2023 03:02:21 Progress (1): 37/75 kB error 03-Jan-2023 03:02:21 Progress (1): 40/75 kB error 03-Jan-2023 03:02:21 Progress (1): 43/75 kB error 03-Jan-2023 03:02:21 Progress (1): 45/75 kB error 03-Jan-2023 03:02:21 Progress (1): 48/75 kB error 03-Jan-2023 03:02:21 Progress (1): 51/75 kB error 03-Jan-2023 03:02:21 Progress (1): 54/75 kB error 03-Jan-2023 03:02:21 Progress (1): 57/75 kB error 03-Jan-2023 03:02:21 Progress (1): 59/75 kB error 03-Jan-2023 03:02:21 Progress (1): 62/75 kB error 03-Jan-2023 03:02:21 Progress (1): 65/75 kB error 03-Jan-2023 03:02:21 Progress (1): 68/75 kB error 03-Jan-2023 03:02:21 Progress (1): 71/75 kB error 03-Jan-2023 03:02:21 Progress (1): 73/75 kB error 03-Jan-2023 03:02:21 Progress (1): 75 kB error 03-Jan-2023 03:02:21 error 03-Jan-2023 03:02:22 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/reportingrest-omod/1.14.0/reportingrest-omod-1.14.0.jar (75 kB at 318 kB/s) error 03-Jan-2023 03:02:22 #17 70.56 [INFO] Configured Artifact: org.openmrs.module:owa-omod:1.14.0:jar error 03-Jan-2023 03:02:22 #17 70.56 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/owa-omod/1.14.0/owa-omod-1.14.0.pom error 03-Jan-2023 03:02:22 #17 70.67 Progress (1): 3.3/8.5 kB error 03-Jan-2023 03:02:22 Progress (1): 6.1/8.5 kB error 03-Jan-2023 03:02:22 Progress (1): 8.5 kB error 03-Jan-2023 03:02:22 error 03-Jan-2023 03:02:22 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/owa-omod/1.14.0/owa-omod-1.14.0.pom (8.5 kB at 39 kB/s) error 03-Jan-2023 03:02:22 #17 70.79 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/owa/1.14.0/owa-1.14.0.pom error 03-Jan-2023 03:02:22 #17 70.90 Progress (1): 3.3/6.9 kB error 03-Jan-2023 03:02:22 Progress (1): 6.1/6.9 kB error 03-Jan-2023 03:02:22 Progress (1): 6.9 kB error 03-Jan-2023 03:02:22 error 03-Jan-2023 03:02:22 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/owa/1.14.0/owa-1.14.0.pom (6.9 kB at 30 kB/s) error 03-Jan-2023 03:02:22 #17 71.02 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/owa-omod/1.14.0/owa-omod-1.14.0.jar error 03-Jan-2023 03:02:22 #17 71.31 Progress (1): 0/1.3 MB error 03-Jan-2023 03:02:22 Progress (1): 0/1.3 MB error 03-Jan-2023 03:02:22 Progress (1): 0/1.3 MB error 03-Jan-2023 03:02:22 Progress (1): 0/1.3 MB error 03-Jan-2023 03:02:22 Progress (1): 0/1.3 MB error 03-Jan-2023 03:02:22 Progress (1): 0.1/1.3 MB error 03-Jan-2023 03:02:22 Progress (1): 0.1/1.3 MB error 03-Jan-2023 03:02:22 Progress (1): 0.1/1.3 MB error 03-Jan-2023 03:02:22 Progress (1): 0.1/1.3 MB error 03-Jan-2023 03:02:22 Progress (1): 0.1/1.3 MB error 03-Jan-2023 03:02:22 Progress (1): 0.1/1.3 MB error 03-Jan-2023 03:02:22 Progress (1): 0.1/1.3 MB error 03-Jan-2023 03:02:22 Progress (1): 0.1/1.3 MB error 03-Jan-2023 03:02:22 Progress (1): 0.1/1.3 MB error 03-Jan-2023 03:02:22 Progress (1): 0.1/1.3 MB error 03-Jan-2023 03:02:22 Progress (1): 0.1/1.3 MB error 03-Jan-2023 03:02:22 Progress (1): 0.2/1.3 MB error 03-Jan-2023 03:02:22 Progress (1): 0.2/1.3 MB error 03-Jan-2023 03:02:22 Progress (1): 0.2/1.3 MB error 03-Jan-2023 03:02:22 Progress (1): 0.2/1.3 MB error 03-Jan-2023 03:02:22 Progress (1): 0.2/1.3 MB error 03-Jan-2023 03:02:22 Progress (1): 0.2/1.3 MB error 03-Jan-2023 03:02:22 Progress (1): 0.2/1.3 MB error 03-Jan-2023 03:02:22 Progress (1): 0.2/1.3 MB error 03-Jan-2023 03:02:22 Progress (1): 0.2/1.3 MB error 03-Jan-2023 03:02:22 Progress (1): 0.2/1.3 MB error 03-Jan-2023 03:02:22 Progress (1): 0.2/1.3 MB error 03-Jan-2023 03:02:22 Progress (1): 0.2/1.3 MB error 03-Jan-2023 03:02:22 Progress (1): 0.3/1.3 MB error 03-Jan-2023 03:02:22 Progress (1): 0.3/1.3 MB error 03-Jan-2023 03:02:22 Progress (1): 0.3/1.3 MB error 03-Jan-2023 03:02:22 Progress (1): 0.3/1.3 MB error 03-Jan-2023 03:02:22 Progress (1): 0.3/1.3 MB error 03-Jan-2023 03:02:22 Progress (1): 0.3/1.3 MB error 03-Jan-2023 03:02:22 Progress (1): 0.3/1.3 MB error 03-Jan-2023 03:02:22 Progress (1): 0.3/1.3 MB error 03-Jan-2023 03:02:22 Progress (1): 0.3/1.3 MB error 03-Jan-2023 03:02:22 Progress (1): 0.3/1.3 MB error 03-Jan-2023 03:02:22 Progress (1): 0.3/1.3 MB error 03-Jan-2023 03:02:22 Progress (1): 0.4/1.3 MB error 03-Jan-2023 03:02:22 Progress (1): 0.4/1.3 MB error 03-Jan-2023 03:02:22 Progress (1): 0.4/1.3 MB error 03-Jan-2023 03:02:22 Progress (1): 0.4/1.3 MB error 03-Jan-2023 03:02:22 Progress (1): 0.4/1.3 MB error 03-Jan-2023 03:02:22 Progress (1): 0.4/1.3 MB error 03-Jan-2023 03:02:22 Progress (1): 0.4/1.3 MB error 03-Jan-2023 03:02:22 Progress (1): 0.4/1.3 MB error 03-Jan-2023 03:02:22 Progress (1): 0.4/1.3 MB error 03-Jan-2023 03:02:22 Progress (1): 0.4/1.3 MB error 03-Jan-2023 03:02:22 Progress (1): 0.4/1.3 MB error 03-Jan-2023 03:02:22 Progress (1): 0.5/1.3 MB error 03-Jan-2023 03:02:22 Progress (1): 0.5/1.3 MB error 03-Jan-2023 03:02:22 Progress (1): 0.5/1.3 MB error 03-Jan-2023 03:02:22 Progress (1): 0.5/1.3 MB error 03-Jan-2023 03:02:22 Progress (1): 0.5/1.3 MB error 03-Jan-2023 03:02:22 Progress (1): 0.5/1.3 MB error 03-Jan-2023 03:02:22 Progress (1): 0.5/1.3 MB error 03-Jan-2023 03:02:22 Progress (1): 0.5/1.3 MB error 03-Jan-2023 03:02:22 Progress (1): 0.5/1.3 MB error 03-Jan-2023 03:02:22 Progress (1): 0.5/1.3 MB error 03-Jan-2023 03:02:22 Progress (1): 0.5/1.3 MB error 03-Jan-2023 03:02:22 Progress (1): 0.6/1.3 MB error 03-Jan-2023 03:02:22 Progress (1): 0.6/1.3 MB error 03-Jan-2023 03:02:22 Progress (1): 0.6/1.3 MB error 03-Jan-2023 03:02:22 Progress (1): 0.6/1.3 MB error 03-Jan-2023 03:02:22 Progress (1): 0.6/1.3 MB error 03-Jan-2023 03:02:22 Progress (1): 0.6/1.3 MB error 03-Jan-2023 03:02:22 Progress (1): 0.6/1.3 MB error 03-Jan-2023 03:02:22 Progress (1): 0.6/1.3 MB error 03-Jan-2023 03:02:22 Progress (1): 0.6/1.3 MB error 03-Jan-2023 03:02:22 Progress (1): 0.6/1.3 MB error 03-Jan-2023 03:02:22 Progress (1): 0.6/1.3 MB error 03-Jan-2023 03:02:22 Progress (1): 0.7/1.3 MB error 03-Jan-2023 03:02:22 Progress (1): 0.7/1.3 MB error 03-Jan-2023 03:02:22 Progress (1): 0.7/1.3 MB error 03-Jan-2023 03:02:22 Progress (1): 0.7/1.3 MB error 03-Jan-2023 03:02:22 Progress (1): 0.7/1.3 MB error 03-Jan-2023 03:02:22 Progress (1): 0.7/1.3 MB error 03-Jan-2023 03:02:22 Progress (1): 0.7/1.3 MB error 03-Jan-2023 03:02:22 Progress (1): 0.7/1.3 MB error 03-Jan-2023 03:02:22 Progress (1): 0.7/1.3 MB error 03-Jan-2023 03:02:22 Progress (1): 0.7/1.3 MB error 03-Jan-2023 03:02:22 Progress (1): 0.7/1.3 MB error 03-Jan-2023 03:02:22 Progress (1): 0.8/1.3 MB error 03-Jan-2023 03:02:22 Progress (1): 0.8/1.3 MB error 03-Jan-2023 03:02:22 Progress (1): 0.8/1.3 MB error 03-Jan-2023 03:02:22 Progress (1): 0.8/1.3 MB error 03-Jan-2023 03:02:22 Progress (1): 0.8/1.3 MB error 03-Jan-2023 03:02:22 Progress (1): 0.8/1.3 MB error 03-Jan-2023 03:02:22 Progress (1): 0.8/1.3 MB error 03-Jan-2023 03:02:22 Progress (1): 0.8/1.3 MB error 03-Jan-2023 03:02:22 Progress (1): 0.8/1.3 MB error 03-Jan-2023 03:02:22 Progress (1): 0.8/1.3 MB error 03-Jan-2023 03:02:22 Progress (1): 0.8/1.3 MB error 03-Jan-2023 03:02:22 Progress (1): 0.9/1.3 MB error 03-Jan-2023 03:02:22 Progress (1): 0.9/1.3 MB error 03-Jan-2023 03:02:22 Progress (1): 0.9/1.3 MB error 03-Jan-2023 03:02:22 Progress (1): 0.9/1.3 MB error 03-Jan-2023 03:02:22 Progress (1): 0.9/1.3 MB error 03-Jan-2023 03:02:22 Progress (1): 0.9/1.3 MB error 03-Jan-2023 03:02:22 Progress (1): 0.9/1.3 MB error 03-Jan-2023 03:02:22 Progress (1): 0.9/1.3 MB error 03-Jan-2023 03:02:22 Progress (1): 0.9/1.3 MB error 03-Jan-2023 03:02:22 Progress (1): 0.9/1.3 MB error 03-Jan-2023 03:02:22 Progress (1): 0.9/1.3 MB error 03-Jan-2023 03:02:22 Progress (1): 1.0/1.3 MB error 03-Jan-2023 03:02:22 Progress (1): 1.0/1.3 MB error 03-Jan-2023 03:02:22 Progress (1): 1.0/1.3 MB error 03-Jan-2023 03:02:22 Progress (1): 1.0/1.3 MB error 03-Jan-2023 03:02:22 Progress (1): 1.0/1.3 MB error 03-Jan-2023 03:02:22 Progress (1): 1.0/1.3 MB error 03-Jan-2023 03:02:22 Progress (1): 1.0/1.3 MB error 03-Jan-2023 03:02:22 Progress (1): 1.0/1.3 MB error 03-Jan-2023 03:02:22 Progress (1): 1.0/1.3 MB error 03-Jan-2023 03:02:22 Progress (1): 1.0/1.3 MB error 03-Jan-2023 03:02:22 Progress (1): 1.0/1.3 MB error 03-Jan-2023 03:02:22 Progress (1): 1.1/1.3 MB error 03-Jan-2023 03:02:22 Progress (1): 1.1/1.3 MB error 03-Jan-2023 03:02:22 Progress (1): 1.1/1.3 MB error 03-Jan-2023 03:02:22 Progress (1): 1.1/1.3 MB error 03-Jan-2023 03:02:22 Progress (1): 1.1/1.3 MB error 03-Jan-2023 03:02:22 Progress (1): 1.1/1.3 MB error 03-Jan-2023 03:02:22 Progress (1): 1.1/1.3 MB error 03-Jan-2023 03:02:22 Progress (1): 1.1/1.3 MB error 03-Jan-2023 03:02:22 Progress (1): 1.1/1.3 MB error 03-Jan-2023 03:02:22 Progress (1): 1.1/1.3 MB error 03-Jan-2023 03:02:22 Progress (1): 1.1/1.3 MB error 03-Jan-2023 03:02:22 Progress (1): 1.1/1.3 MB error 03-Jan-2023 03:02:22 Progress (1): 1.2/1.3 MB error 03-Jan-2023 03:02:22 Progress (1): 1.2/1.3 MB error 03-Jan-2023 03:02:22 Progress (1): 1.2/1.3 MB error 03-Jan-2023 03:02:22 Progress (1): 1.2/1.3 MB error 03-Jan-2023 03:02:22 Progress (1): 1.2/1.3 MB error 03-Jan-2023 03:02:22 Progress (1): 1.2/1.3 MB error 03-Jan-2023 03:02:22 Progress (1): 1.2/1.3 MB error 03-Jan-2023 03:02:22 Progress (1): 1.2/1.3 MB error 03-Jan-2023 03:02:22 Progress (1): 1.2/1.3 MB error 03-Jan-2023 03:02:22 Progress (1): 1.2/1.3 MB error 03-Jan-2023 03:02:22 Progress (1): 1.2/1.3 MB error 03-Jan-2023 03:02:22 Progress (1): 1.3 MB error 03-Jan-2023 03:02:22 error 03-Jan-2023 03:02:22 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/owa-omod/1.14.0/owa-omod-1.14.0.jar (1.3 MB at 2.8 MB/s) error 03-Jan-2023 03:02:22 #17 71.47 [INFO] Configured Artifact: org.openmrs.module:fhir2-omod:1.8.0:jar error 03-Jan-2023 03:02:22 #17 71.48 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/fhir2-omod/1.8.0/fhir2-omod-1.8.0.pom error 03-Jan-2023 03:02:23 #17 71.59 Progress (1): 3.3/4.5 kB error 03-Jan-2023 03:02:23 Progress (1): 4.5 kB error 03-Jan-2023 03:02:23 error 03-Jan-2023 03:02:23 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/fhir2-omod/1.8.0/fhir2-omod-1.8.0.pom (4.5 kB at 20 kB/s) error 03-Jan-2023 03:02:23 #17 71.70 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/fhir2/1.8.0/fhir2-1.8.0.pom error 03-Jan-2023 03:02:23 #17 71.81 Progress (1): 3.3/36 kB error 03-Jan-2023 03:02:23 Progress (1): 6.1/36 kB error 03-Jan-2023 03:02:23 Progress (1): 8.9/36 kB error 03-Jan-2023 03:02:23 Progress (1): 12/36 kB error 03-Jan-2023 03:02:23 Progress (1): 15/36 kB error 03-Jan-2023 03:02:23 Progress (1): 17/36 kB error 03-Jan-2023 03:02:23 Progress (1): 20/36 kB error 03-Jan-2023 03:02:23 Progress (1): 23/36 kB error 03-Jan-2023 03:02:23 Progress (1): 26/36 kB error 03-Jan-2023 03:02:23 Progress (1): 29/36 kB error 03-Jan-2023 03:02:23 Progress (1): 31/36 kB error 03-Jan-2023 03:02:23 Progress (1): 34/36 kB error 03-Jan-2023 03:02:23 Progress (1): 36 kB error 03-Jan-2023 03:02:23 error 03-Jan-2023 03:02:23 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/fhir2/1.8.0/fhir2-1.8.0.pom (36 kB at 158 kB/s) error 03-Jan-2023 03:02:23 #17 71.93 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/fhir2-omod/1.8.0/fhir2-omod-1.8.0.jar error 03-Jan-2023 03:02:23 #17 72.24 Progress (1): 0.2/37 MB error 03-Jan-2023 03:02:23 Progress (1): 0.4/37 MB error 03-Jan-2023 03:02:23 Progress (1): 0.6/37 MB error 03-Jan-2023 03:02:23 Progress (1): 0.8/37 MB error 03-Jan-2023 03:02:23 Progress (1): 0.9/37 MB error 03-Jan-2023 03:02:23 Progress (1): 1.1/37 MB error 03-Jan-2023 03:02:23 Progress (1): 1.3/37 MB error 03-Jan-2023 03:02:23 Progress (1): 1.5/37 MB error 03-Jan-2023 03:02:23 Progress (1): 1.7/37 MB error 03-Jan-2023 03:02:23 Progress (1): 1.9/37 MB error 03-Jan-2023 03:02:23 Progress (1): 2.1/37 MB error 03-Jan-2023 03:02:23 Progress (1): 2.3/37 MB error 03-Jan-2023 03:02:23 Progress (1): 2.5/37 MB error 03-Jan-2023 03:02:23 Progress (1): 2.7/37 MB error 03-Jan-2023 03:02:23 Progress (1): 2.8/37 MB error 03-Jan-2023 03:02:23 Progress (1): 3.0/37 MB error 03-Jan-2023 03:02:23 Progress (1): 3.2/37 MB error 03-Jan-2023 03:02:23 Progress (1): 3.4/37 MB error 03-Jan-2023 03:02:23 Progress (1): 3.6/37 MB error 03-Jan-2023 03:02:23 Progress (1): 3.8/37 MB error 03-Jan-2023 03:02:23 Progress (1): 4.0/37 MB error 03-Jan-2023 03:02:23 Progress (1): 4.2/37 MB error 03-Jan-2023 03:02:23 Progress (1): 4.4/37 MB error 03-Jan-2023 03:02:23 Progress (1): 4.6/37 MB error 03-Jan-2023 03:02:23 Progress (1): 4.7/37 MB error 03-Jan-2023 03:02:23 Progress (1): 4.9/37 MB error 03-Jan-2023 03:02:23 Progress (1): 5.1/37 MB error 03-Jan-2023 03:02:23 Progress (1): 5.3/37 MB error 03-Jan-2023 03:02:23 Progress (1): 5.5/37 MB error 03-Jan-2023 03:02:23 Progress (1): 5.7/37 MB error 03-Jan-2023 03:02:23 Progress (1): 5.9/37 MB error 03-Jan-2023 03:02:23 Progress (1): 6.1/37 MB error 03-Jan-2023 03:02:23 Progress (1): 6.2/37 MB error 03-Jan-2023 03:02:23 Progress (1): 6.4/37 MB error 03-Jan-2023 03:02:23 Progress (1): 6.6/37 MB error 03-Jan-2023 03:02:23 Progress (1): 6.8/37 MB error 03-Jan-2023 03:02:23 Progress (1): 7.0/37 MB error 03-Jan-2023 03:02:23 Progress (1): 7.2/37 MB error 03-Jan-2023 03:02:23 Progress (1): 7.4/37 MB error 03-Jan-2023 03:02:23 Progress (1): 7.6/37 MB error 03-Jan-2023 03:02:23 Progress (1): 7.8/37 MB error 03-Jan-2023 03:02:23 Progress (1): 7.9/37 MB error 03-Jan-2023 03:02:23 Progress (1): 8.1/37 MB error 03-Jan-2023 03:02:23 Progress (1): 8.3/37 MB error 03-Jan-2023 03:02:23 Progress (1): 8.5/37 MB error 03-Jan-2023 03:02:24 Progress (1): 8.7/37 MB error 03-Jan-2023 03:02:24 Progress (1): 8.9/37 MB error 03-Jan-2023 03:02:24 Progress (1): 9.1/37 MB error 03-Jan-2023 03:02:24 Progress (1): 9.3/37 MB error 03-Jan-2023 03:02:24 Progress (1): 9.5/37 MB error 03-Jan-2023 03:02:24 Progress (1): 9.6/37 MB error 03-Jan-2023 03:02:24 Progress (1): 9.8/37 MB error 03-Jan-2023 03:02:24 Progress (1): 10/37 MB error 03-Jan-2023 03:02:24 Progress (1): 10/37 MB error 03-Jan-2023 03:02:24 Progress (1): 10/37 MB error 03-Jan-2023 03:02:24 Progress (1): 11/37 MB error 03-Jan-2023 03:02:24 Progress (1): 11/37 MB error 03-Jan-2023 03:02:24 Progress (1): 11/37 MB error 03-Jan-2023 03:02:24 Progress (1): 11/37 MB error 03-Jan-2023 03:02:24 Progress (1): 11/37 MB error 03-Jan-2023 03:02:24 Progress (1): 12/37 MB error 03-Jan-2023 03:02:24 Progress (1): 12/37 MB error 03-Jan-2023 03:02:24 Progress (1): 12/37 MB error 03-Jan-2023 03:02:24 Progress (1): 12/37 MB error 03-Jan-2023 03:02:24 Progress (1): 12/37 MB error 03-Jan-2023 03:02:24 Progress (1): 12/37 MB error 03-Jan-2023 03:02:24 Progress (1): 13/37 MB error 03-Jan-2023 03:02:24 Progress (1): 13/37 MB error 03-Jan-2023 03:02:24 Progress (1): 13/37 MB error 03-Jan-2023 03:02:24 Progress (1): 13/37 MB error 03-Jan-2023 03:02:24 Progress (1): 13/37 MB error 03-Jan-2023 03:02:24 Progress (1): 14/37 MB error 03-Jan-2023 03:02:24 Progress (1): 14/37 MB error 03-Jan-2023 03:02:24 Progress (1): 14/37 MB error 03-Jan-2023 03:02:24 Progress (1): 14/37 MB error 03-Jan-2023 03:02:24 Progress (1): 14/37 MB error 03-Jan-2023 03:02:24 Progress (1): 15/37 MB error 03-Jan-2023 03:02:24 Progress (1): 15/37 MB error 03-Jan-2023 03:02:24 Progress (1): 15/37 MB error 03-Jan-2023 03:02:24 Progress (1): 15/37 MB error 03-Jan-2023 03:02:24 Progress (1): 15/37 MB error 03-Jan-2023 03:02:24 Progress (1): 15/37 MB error 03-Jan-2023 03:02:24 Progress (1): 16/37 MB error 03-Jan-2023 03:02:24 Progress (1): 16/37 MB error 03-Jan-2023 03:02:24 Progress (1): 16/37 MB error 03-Jan-2023 03:02:24 Progress (1): 16/37 MB error 03-Jan-2023 03:02:24 Progress (1): 16/37 MB error 03-Jan-2023 03:02:24 Progress (1): 17/37 MB error 03-Jan-2023 03:02:24 Progress (1): 17/37 MB error 03-Jan-2023 03:02:24 Progress (1): 17/37 MB error 03-Jan-2023 03:02:24 Progress (1): 17/37 MB error 03-Jan-2023 03:02:24 Progress (1): 17/37 MB error 03-Jan-2023 03:02:24 Progress (1): 18/37 MB error 03-Jan-2023 03:02:24 Progress (1): 18/37 MB error 03-Jan-2023 03:02:24 Progress (1): 18/37 MB error 03-Jan-2023 03:02:24 Progress (1): 18/37 MB error 03-Jan-2023 03:02:24 Progress (1): 18/37 MB error 03-Jan-2023 03:02:24 Progress (1): 18/37 MB error 03-Jan-2023 03:02:24 Progress (1): 19/37 MB error 03-Jan-2023 03:02:24 Progress (1): 19/37 MB error 03-Jan-2023 03:02:24 Progress (1): 19/37 MB error 03-Jan-2023 03:02:24 Progress (1): 19/37 MB error 03-Jan-2023 03:02:24 Progress (1): 19/37 MB error 03-Jan-2023 03:02:24 Progress (1): 20/37 MB error 03-Jan-2023 03:02:24 Progress (1): 20/37 MB error 03-Jan-2023 03:02:24 Progress (1): 20/37 MB error 03-Jan-2023 03:02:24 Progress (1): 20/37 MB error 03-Jan-2023 03:02:24 Progress (1): 20/37 MB error 03-Jan-2023 03:02:24 Progress (1): 21/37 MB error 03-Jan-2023 03:02:24 Progress (1): 21/37 MB error 03-Jan-2023 03:02:24 Progress (1): 21/37 MB error 03-Jan-2023 03:02:24 Progress (1): 21/37 MB error 03-Jan-2023 03:02:24 Progress (1): 21/37 MB error 03-Jan-2023 03:02:24 Progress (1): 22/37 MB error 03-Jan-2023 03:02:24 Progress (1): 22/37 MB error 03-Jan-2023 03:02:24 Progress (1): 22/37 MB error 03-Jan-2023 03:02:24 Progress (1): 22/37 MB error 03-Jan-2023 03:02:24 Progress (1): 22/37 MB error 03-Jan-2023 03:02:24 Progress (1): 22/37 MB error 03-Jan-2023 03:02:24 Progress (1): 23/37 MB error 03-Jan-2023 03:02:24 Progress (1): 23/37 MB error 03-Jan-2023 03:02:24 Progress (1): 23/37 MB error 03-Jan-2023 03:02:24 Progress (1): 23/37 MB error 03-Jan-2023 03:02:24 Progress (1): 23/37 MB error 03-Jan-2023 03:02:24 Progress (1): 24/37 MB error 03-Jan-2023 03:02:24 Progress (1): 24/37 MB error 03-Jan-2023 03:02:24 Progress (1): 24/37 MB error 03-Jan-2023 03:02:24 Progress (1): 24/37 MB error 03-Jan-2023 03:02:24 Progress (1): 24/37 MB error 03-Jan-2023 03:02:24 Progress (1): 25/37 MB error 03-Jan-2023 03:02:24 Progress (1): 25/37 MB error 03-Jan-2023 03:02:24 Progress (1): 25/37 MB error 03-Jan-2023 03:02:24 Progress (1): 25/37 MB error 03-Jan-2023 03:02:24 Progress (1): 25/37 MB error 03-Jan-2023 03:02:24 Progress (1): 25/37 MB error 03-Jan-2023 03:02:24 Progress (1): 26/37 MB error 03-Jan-2023 03:02:24 Progress (1): 26/37 MB error 03-Jan-2023 03:02:24 Progress (1): 26/37 MB error 03-Jan-2023 03:02:24 Progress (1): 26/37 MB error 03-Jan-2023 03:02:24 Progress (1): 26/37 MB error 03-Jan-2023 03:02:24 Progress (1): 27/37 MB error 03-Jan-2023 03:02:24 Progress (1): 27/37 MB error 03-Jan-2023 03:02:24 Progress (1): 27/37 MB error 03-Jan-2023 03:02:24 Progress (1): 27/37 MB error 03-Jan-2023 03:02:24 Progress (1): 27/37 MB error 03-Jan-2023 03:02:24 Progress (1): 28/37 MB error 03-Jan-2023 03:02:24 Progress (1): 28/37 MB error 03-Jan-2023 03:02:24 Progress (1): 28/37 MB error 03-Jan-2023 03:02:24 Progress (1): 28/37 MB error 03-Jan-2023 03:02:24 Progress (1): 28/37 MB error 03-Jan-2023 03:02:24 Progress (1): 28/37 MB error 03-Jan-2023 03:02:24 Progress (1): 29/37 MB error 03-Jan-2023 03:02:24 Progress (1): 29/37 MB error 03-Jan-2023 03:02:24 Progress (1): 29/37 MB error 03-Jan-2023 03:02:24 Progress (1): 29/37 MB error 03-Jan-2023 03:02:24 Progress (1): 29/37 MB error 03-Jan-2023 03:02:24 Progress (1): 30/37 MB error 03-Jan-2023 03:02:24 Progress (1): 30/37 MB error 03-Jan-2023 03:02:24 Progress (1): 30/37 MB error 03-Jan-2023 03:02:24 Progress (1): 30/37 MB error 03-Jan-2023 03:02:24 Progress (1): 30/37 MB error 03-Jan-2023 03:02:24 Progress (1): 31/37 MB error 03-Jan-2023 03:02:24 Progress (1): 31/37 MB error 03-Jan-2023 03:02:24 Progress (1): 31/37 MB error 03-Jan-2023 03:02:24 Progress (1): 31/37 MB error 03-Jan-2023 03:02:24 Progress (1): 31/37 MB error 03-Jan-2023 03:02:24 Progress (1): 31/37 MB error 03-Jan-2023 03:02:24 Progress (1): 32/37 MB error 03-Jan-2023 03:02:24 Progress (1): 32/37 MB error 03-Jan-2023 03:02:24 Progress (1): 32/37 MB error 03-Jan-2023 03:02:24 Progress (1): 32/37 MB error 03-Jan-2023 03:02:24 Progress (1): 32/37 MB error 03-Jan-2023 03:02:24 Progress (1): 33/37 MB error 03-Jan-2023 03:02:24 Progress (1): 33/37 MB error 03-Jan-2023 03:02:24 Progress (1): 33/37 MB error 03-Jan-2023 03:02:24 Progress (1): 33/37 MB error 03-Jan-2023 03:02:24 Progress (1): 33/37 MB error 03-Jan-2023 03:02:24 Progress (1): 34/37 MB error 03-Jan-2023 03:02:24 Progress (1): 34/37 MB error 03-Jan-2023 03:02:24 Progress (1): 34/37 MB error 03-Jan-2023 03:02:24 Progress (1): 34/37 MB error 03-Jan-2023 03:02:24 Progress (1): 34/37 MB error 03-Jan-2023 03:02:24 Progress (1): 35/37 MB error 03-Jan-2023 03:02:24 Progress (1): 35/37 MB error 03-Jan-2023 03:02:24 Progress (1): 35/37 MB error 03-Jan-2023 03:02:24 Progress (1): 35/37 MB error 03-Jan-2023 03:02:24 Progress (1): 35/37 MB error 03-Jan-2023 03:02:24 Progress (1): 35/37 MB error 03-Jan-2023 03:02:25 Progress (1): 36/37 MB error 03-Jan-2023 03:02:25 Progress (1): 36/37 MB error 03-Jan-2023 03:02:25 Progress (1): 36/37 MB error 03-Jan-2023 03:02:25 Progress (1): 36/37 MB error 03-Jan-2023 03:02:25 Progress (1): 36/37 MB error 03-Jan-2023 03:02:25 Progress (1): 37/37 MB error 03-Jan-2023 03:02:25 Progress (1): 37/37 MB error 03-Jan-2023 03:02:25 Progress (1): 37/37 MB error 03-Jan-2023 03:02:25 Progress (1): 37/37 MB error 03-Jan-2023 03:02:25 Progress (1): 37/37 MB error 03-Jan-2023 03:02:25 Progress (1): 37 MB error 03-Jan-2023 03:02:25 error 03-Jan-2023 03:02:25 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/fhir2-omod/1.8.0/fhir2-omod-1.8.0.jar (37 MB at 20 MB/s) error 03-Jan-2023 03:02:25 #17 73.79 [INFO] Configured Artifact: org.openmrs.module:serialization.xstream-omod:0.2.16:omod error 03-Jan-2023 03:02:25 #17 73.79 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/serialization.xstream-omod/0.2.16/serialization.xstream-omod-0.2.16.pom error 03-Jan-2023 03:02:25 #17 73.92 Progress (1): 3.3/10 kB error 03-Jan-2023 03:02:25 Progress (1): 6.1/10 kB error 03-Jan-2023 03:02:25 Progress (1): 8.9/10 kB error 03-Jan-2023 03:02:25 Progress (1): 10 kB error 03-Jan-2023 03:02:25 error 03-Jan-2023 03:02:25 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/serialization.xstream-omod/0.2.16/serialization.xstream-omod-0.2.16.pom (10 kB at 43 kB/s) error 03-Jan-2023 03:02:25 #17 74.03 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/serialization.xstream/0.2.16/serialization.xstream-0.2.16.pom error 03-Jan-2023 03:02:25 #17 74.16 Progress (1): 3.3/7.8 kB error 03-Jan-2023 03:02:25 Progress (1): 6.1/7.8 kB error 03-Jan-2023 03:02:25 Progress (1): 7.8 kB error 03-Jan-2023 03:02:25 error 03-Jan-2023 03:02:25 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/serialization.xstream/0.2.16/serialization.xstream-0.2.16.pom (7.8 kB at 33 kB/s) error 03-Jan-2023 03:02:25 #17 74.27 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/serialization.xstream-omod/0.2.16/serialization.xstream-omod-0.2.16.omod error 03-Jan-2023 03:02:25 #17 74.54 Progress (1): 4.1/348 kB error 03-Jan-2023 03:02:26 Progress (1): 8.2/348 kB error 03-Jan-2023 03:02:26 Progress (1): 12/348 kB error 03-Jan-2023 03:02:26 Progress (1): 16/348 kB error 03-Jan-2023 03:02:26 Progress (1): 19/348 kB error 03-Jan-2023 03:02:26 Progress (1): 23/348 kB error 03-Jan-2023 03:02:26 Progress (1): 27/348 kB error 03-Jan-2023 03:02:26 Progress (1): 31/348 kB error 03-Jan-2023 03:02:26 Progress (1): 35/348 kB error 03-Jan-2023 03:02:26 Progress (1): 39/348 kB error 03-Jan-2023 03:02:26 Progress (1): 43/348 kB error 03-Jan-2023 03:02:26 Progress (1): 47/348 kB error 03-Jan-2023 03:02:26 Progress (1): 52/348 kB error 03-Jan-2023 03:02:26 Progress (1): 54/348 kB error 03-Jan-2023 03:02:26 Progress (1): 58/348 kB error 03-Jan-2023 03:02:26 Progress (1): 62/348 kB error 03-Jan-2023 03:02:26 Progress (1): 66/348 kB error 03-Jan-2023 03:02:26 Progress (1): 70/348 kB error 03-Jan-2023 03:02:26 Progress (1): 74/348 kB error 03-Jan-2023 03:02:26 Progress (1): 78/348 kB error 03-Jan-2023 03:02:26 Progress (1): 82/348 kB error 03-Jan-2023 03:02:26 Progress (1): 86/348 kB error 03-Jan-2023 03:02:26 Progress (1): 88/348 kB error 03-Jan-2023 03:02:26 Progress (1): 92/348 kB error 03-Jan-2023 03:02:26 Progress (1): 97/348 kB error 03-Jan-2023 03:02:26 Progress (1): 101/348 kB error 03-Jan-2023 03:02:26 Progress (1): 105/348 kB error 03-Jan-2023 03:02:26 Progress (1): 109/348 kB error 03-Jan-2023 03:02:26 Progress (1): 113/348 kB error 03-Jan-2023 03:02:26 Progress (1): 116/348 kB error 03-Jan-2023 03:02:26 Progress (1): 120/348 kB error 03-Jan-2023 03:02:26 Progress (1): 124/348 kB error 03-Jan-2023 03:02:26 Progress (1): 128/348 kB error 03-Jan-2023 03:02:26 Progress (1): 132/348 kB error 03-Jan-2023 03:02:26 Progress (1): 136/348 kB error 03-Jan-2023 03:02:26 Progress (1): 140/348 kB error 03-Jan-2023 03:02:26 Progress (1): 143/348 kB error 03-Jan-2023 03:02:26 Progress (1): 147/348 kB error 03-Jan-2023 03:02:26 Progress (1): 151/348 kB error 03-Jan-2023 03:02:26 Progress (1): 155/348 kB error 03-Jan-2023 03:02:26 Progress (1): 158/348 kB error 03-Jan-2023 03:02:26 Progress (1): 162/348 kB error 03-Jan-2023 03:02:26 Progress (1): 166/348 kB error 03-Jan-2023 03:02:26 Progress (1): 170/348 kB error 03-Jan-2023 03:02:26 Progress (1): 174/348 kB error 03-Jan-2023 03:02:26 Progress (1): 179/348 kB error 03-Jan-2023 03:02:26 Progress (1): 183/348 kB error 03-Jan-2023 03:02:26 Progress (1): 187/348 kB error 03-Jan-2023 03:02:26 Progress (1): 191/348 kB error 03-Jan-2023 03:02:26 Progress (1): 195/348 kB error 03-Jan-2023 03:02:26 Progress (1): 197/348 kB error 03-Jan-2023 03:02:26 Progress (1): 201/348 kB error 03-Jan-2023 03:02:26 Progress (1): 205/348 kB error 03-Jan-2023 03:02:26 Progress (1): 210/348 kB error 03-Jan-2023 03:02:26 Progress (1): 214/348 kB error 03-Jan-2023 03:02:26 Progress (1): 218/348 kB error 03-Jan-2023 03:02:26 Progress (1): 222/348 kB error 03-Jan-2023 03:02:26 Progress (1): 224/348 kB error 03-Jan-2023 03:02:26 Progress (1): 228/348 kB error 03-Jan-2023 03:02:26 Progress (1): 232/348 kB error 03-Jan-2023 03:02:26 Progress (1): 237/348 kB error 03-Jan-2023 03:02:26 Progress (1): 241/348 kB error 03-Jan-2023 03:02:26 Progress (1): 245/348 kB error 03-Jan-2023 03:02:26 Progress (1): 249/348 kB error 03-Jan-2023 03:02:26 Progress (1): 251/348 kB error 03-Jan-2023 03:02:26 Progress (1): 255/348 kB error 03-Jan-2023 03:02:26 Progress (1): 259/348 kB error 03-Jan-2023 03:02:26 Progress (1): 264/348 kB error 03-Jan-2023 03:02:26 Progress (1): 268/348 kB error 03-Jan-2023 03:02:26 Progress (1): 272/348 kB error 03-Jan-2023 03:02:26 Progress (1): 276/348 kB error 03-Jan-2023 03:02:26 Progress (1): 280/348 kB error 03-Jan-2023 03:02:26 Progress (1): 284/348 kB error 03-Jan-2023 03:02:26 Progress (1): 287/348 kB error 03-Jan-2023 03:02:26 Progress (1): 291/348 kB error 03-Jan-2023 03:02:26 Progress (1): 295/348 kB error 03-Jan-2023 03:02:26 Progress (1): 299/348 kB error 03-Jan-2023 03:02:26 Progress (1): 302/348 kB error 03-Jan-2023 03:02:26 Progress (1): 306/348 kB error 03-Jan-2023 03:02:26 Progress (1): 310/348 kB error 03-Jan-2023 03:02:26 Progress (1): 314/348 kB error 03-Jan-2023 03:02:26 Progress (1): 318/348 kB error 03-Jan-2023 03:02:26 Progress (1): 323/348 kB error 03-Jan-2023 03:02:26 Progress (1): 327/348 kB error 03-Jan-2023 03:02:26 Progress (1): 331/348 kB error 03-Jan-2023 03:02:26 Progress (1): 335/348 kB error 03-Jan-2023 03:02:26 Progress (1): 337/348 kB error 03-Jan-2023 03:02:26 Progress (1): 341/348 kB error 03-Jan-2023 03:02:26 Progress (1): 345/348 kB error 03-Jan-2023 03:02:26 Progress (1): 348 kB error 03-Jan-2023 03:02:26 error 03-Jan-2023 03:02:26 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/serialization.xstream-omod/0.2.16/serialization.xstream-omod-0.2.16.omod (348 kB at 869 kB/s) error 03-Jan-2023 03:02:26 #17 74.67 [INFO] Configured Artifact: org.openmrs.module:registrationapp-omod:1.25.0:jar error 03-Jan-2023 03:02:26 #17 74.68 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/registrationapp-omod/1.25.0/registrationapp-omod-1.25.0.pom error 03-Jan-2023 03:02:26 #17 74.80 Progress (1): 3.3/7.2 kB error 03-Jan-2023 03:02:26 Progress (1): 6.1/7.2 kB error 03-Jan-2023 03:02:26 Progress (1): 7.2 kB error 03-Jan-2023 03:02:26 error 03-Jan-2023 03:02:26 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/registrationapp-omod/1.25.0/registrationapp-omod-1.25.0.pom (7.2 kB at 32 kB/s) error 03-Jan-2023 03:02:26 #17 74.91 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/registrationapp/1.25.0/registrationapp-1.25.0.pom error 03-Jan-2023 03:02:26 #17 75.02 Progress (1): 3.3/13 kB error 03-Jan-2023 03:02:26 Progress (1): 6.1/13 kB error 03-Jan-2023 03:02:26 Progress (1): 8.9/13 kB error 03-Jan-2023 03:02:26 Progress (1): 12/13 kB error 03-Jan-2023 03:02:26 Progress (1): 13 kB error 03-Jan-2023 03:02:26 error 03-Jan-2023 03:02:26 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/registrationapp/1.25.0/registrationapp-1.25.0.pom (13 kB at 57 kB/s) error 03-Jan-2023 03:02:26 #17 75.14 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/registrationapp-omod/1.25.0/registrationapp-omod-1.25.0.jar error 03-Jan-2023 03:02:26 #17 75.43 Progress (1): 8.2/947 kB error 03-Jan-2023 03:02:26 Progress (1): 16/947 kB error 03-Jan-2023 03:02:26 Progress (1): 25/947 kB error 03-Jan-2023 03:02:26 Progress (1): 33/947 kB error 03-Jan-2023 03:02:26 Progress (1): 41/947 kB error 03-Jan-2023 03:02:26 Progress (1): 49/947 kB error 03-Jan-2023 03:02:26 Progress (1): 53/947 kB error 03-Jan-2023 03:02:26 Progress (1): 62/947 kB error 03-Jan-2023 03:02:26 Progress (1): 70/947 kB error 03-Jan-2023 03:02:26 Progress (1): 78/947 kB error 03-Jan-2023 03:02:26 Progress (1): 86/947 kB error 03-Jan-2023 03:02:26 Progress (1): 94/947 kB error 03-Jan-2023 03:02:26 Progress (1): 102/947 kB error 03-Jan-2023 03:02:26 Progress (1): 111/947 kB error 03-Jan-2023 03:02:26 Progress (1): 116/947 kB error 03-Jan-2023 03:02:26 Progress (1): 125/947 kB error 03-Jan-2023 03:02:26 Progress (1): 133/947 kB error 03-Jan-2023 03:02:26 Progress (1): 141/947 kB error 03-Jan-2023 03:02:26 Progress (1): 149/947 kB error 03-Jan-2023 03:02:26 Progress (1): 157/947 kB error 03-Jan-2023 03:02:26 Progress (1): 165/947 kB error 03-Jan-2023 03:02:26 Progress (1): 174/947 kB error 03-Jan-2023 03:02:26 Progress (1): 182/947 kB error 03-Jan-2023 03:02:26 Progress (1): 188/947 kB error 03-Jan-2023 03:02:26 Progress (1): 197/947 kB error 03-Jan-2023 03:02:26 Progress (1): 205/947 kB error 03-Jan-2023 03:02:26 Progress (1): 213/947 kB error 03-Jan-2023 03:02:26 Progress (1): 221/947 kB error 03-Jan-2023 03:02:26 Progress (1): 229/947 kB error 03-Jan-2023 03:02:26 Progress (1): 237/947 kB error 03-Jan-2023 03:02:26 Progress (1): 246/947 kB error 03-Jan-2023 03:02:26 Progress (1): 251/947 kB error 03-Jan-2023 03:02:26 Progress (1): 260/947 kB error 03-Jan-2023 03:02:26 Progress (1): 268/947 kB error 03-Jan-2023 03:02:26 Progress (1): 276/947 kB error 03-Jan-2023 03:02:26 Progress (1): 284/947 kB error 03-Jan-2023 03:02:26 Progress (1): 292/947 kB error 03-Jan-2023 03:02:26 Progress (1): 300/947 kB error 03-Jan-2023 03:02:26 Progress (1): 309/947 kB error 03-Jan-2023 03:02:26 Progress (1): 314/947 kB error 03-Jan-2023 03:02:26 Progress (1): 323/947 kB error 03-Jan-2023 03:02:26 Progress (1): 331/947 kB error 03-Jan-2023 03:02:26 Progress (1): 339/947 kB error 03-Jan-2023 03:02:26 Progress (1): 347/947 kB error 03-Jan-2023 03:02:26 Progress (1): 355/947 kB error 03-Jan-2023 03:02:26 Progress (1): 363/947 kB error 03-Jan-2023 03:02:26 Progress (1): 372/947 kB error 03-Jan-2023 03:02:26 Progress (1): 377/947 kB error 03-Jan-2023 03:02:26 Progress (1): 386/947 kB error 03-Jan-2023 03:02:26 Progress (1): 394/947 kB error 03-Jan-2023 03:02:26 Progress (1): 402/947 kB error 03-Jan-2023 03:02:26 Progress (1): 410/947 kB error 03-Jan-2023 03:02:26 Progress (1): 418/947 kB error 03-Jan-2023 03:02:26 Progress (1): 426/947 kB error 03-Jan-2023 03:02:26 Progress (1): 435/947 kB error 03-Jan-2023 03:02:26 Progress (1): 443/947 kB error 03-Jan-2023 03:02:26 Progress (1): 451/947 kB error 03-Jan-2023 03:02:26 Progress (1): 459/947 kB error 03-Jan-2023 03:02:26 Progress (1): 467/947 kB error 03-Jan-2023 03:02:26 Progress (1): 476/947 kB error 03-Jan-2023 03:02:26 Progress (1): 484/947 kB error 03-Jan-2023 03:02:26 Progress (1): 492/947 kB error 03-Jan-2023 03:02:26 Progress (1): 500/947 kB error 03-Jan-2023 03:02:26 Progress (1): 508/947 kB error 03-Jan-2023 03:02:26 Progress (1): 517/947 kB error 03-Jan-2023 03:02:26 Progress (1): 525/947 kB error 03-Jan-2023 03:02:26 Progress (1): 533/947 kB error 03-Jan-2023 03:02:26 Progress (1): 541/947 kB error 03-Jan-2023 03:02:26 Progress (1): 549/947 kB error 03-Jan-2023 03:02:26 Progress (1): 558/947 kB error 03-Jan-2023 03:02:26 Progress (1): 566/947 kB error 03-Jan-2023 03:02:26 Progress (1): 574/947 kB error 03-Jan-2023 03:02:26 Progress (1): 582/947 kB error 03-Jan-2023 03:02:26 Progress (1): 590/947 kB error 03-Jan-2023 03:02:26 Progress (1): 598/947 kB error 03-Jan-2023 03:02:26 Progress (1): 607/947 kB error 03-Jan-2023 03:02:26 Progress (1): 615/947 kB error 03-Jan-2023 03:02:26 Progress (1): 623/947 kB error 03-Jan-2023 03:02:26 Progress (1): 628/947 kB error 03-Jan-2023 03:02:26 Progress (1): 636/947 kB error 03-Jan-2023 03:02:26 Progress (1): 644/947 kB error 03-Jan-2023 03:02:26 Progress (1): 652/947 kB error 03-Jan-2023 03:02:26 Progress (1): 660/947 kB error 03-Jan-2023 03:02:26 Progress (1): 668/947 kB error 03-Jan-2023 03:02:26 Progress (1): 673/947 kB error 03-Jan-2023 03:02:26 Progress (1): 681/947 kB error 03-Jan-2023 03:02:26 Progress (1): 690/947 kB error 03-Jan-2023 03:02:26 Progress (1): 698/947 kB error 03-Jan-2023 03:02:26 Progress (1): 704/947 kB error 03-Jan-2023 03:02:26 Progress (1): 712/947 kB error 03-Jan-2023 03:02:26 Progress (1): 720/947 kB error 03-Jan-2023 03:02:26 Progress (1): 728/947 kB error 03-Jan-2023 03:02:26 Progress (1): 737/947 kB error 03-Jan-2023 03:02:26 Progress (1): 745/947 kB error 03-Jan-2023 03:02:26 Progress (1): 753/947 kB error 03-Jan-2023 03:02:26 Progress (1): 761/947 kB error 03-Jan-2023 03:02:26 Progress (1): 769/947 kB error 03-Jan-2023 03:02:26 Progress (1): 778/947 kB error 03-Jan-2023 03:02:26 Progress (1): 786/947 kB error 03-Jan-2023 03:02:26 Progress (1): 791/947 kB error 03-Jan-2023 03:02:26 Progress (1): 799/947 kB error 03-Jan-2023 03:02:26 Progress (1): 807/947 kB error 03-Jan-2023 03:02:26 Progress (1): 815/947 kB error 03-Jan-2023 03:02:26 Progress (1): 823/947 kB error 03-Jan-2023 03:02:26 Progress (1): 832/947 kB error 03-Jan-2023 03:02:26 Progress (1): 836/947 kB error 03-Jan-2023 03:02:26 Progress (1): 845/947 kB error 03-Jan-2023 03:02:26 Progress (1): 853/947 kB error 03-Jan-2023 03:02:26 Progress (1): 861/947 kB error 03-Jan-2023 03:02:26 Progress (1): 869/947 kB error 03-Jan-2023 03:02:26 Progress (1): 877/947 kB error 03-Jan-2023 03:02:26 Progress (1): 885/947 kB error 03-Jan-2023 03:02:26 Progress (1): 894/947 kB error 03-Jan-2023 03:02:26 Progress (1): 902/947 kB error 03-Jan-2023 03:02:26 Progress (1): 908/947 kB error 03-Jan-2023 03:02:26 Progress (1): 917/947 kB error 03-Jan-2023 03:02:26 Progress (1): 925/947 kB error 03-Jan-2023 03:02:26 Progress (1): 933/947 kB error 03-Jan-2023 03:02:26 Progress (1): 941/947 kB error 03-Jan-2023 03:02:26 Progress (1): 947 kB error 03-Jan-2023 03:02:27 error 03-Jan-2023 03:02:27 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/registrationapp-omod/1.25.0/registrationapp-omod-1.25.0.jar (947 kB at 2.0 MB/s) error 03-Jan-2023 03:02:27 #17 75.62 [INFO] Configured Artifact: org.openmrs:event-omod:2.10.0:jar error 03-Jan-2023 03:02:27 #17 75.62 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/event-omod/2.10.0/event-omod-2.10.0.pom error 03-Jan-2023 03:02:27 #17 75.81 Progress (1): 3.3/5.0 kB error 03-Jan-2023 03:02:27 Progress (1): 5.0 kB error 03-Jan-2023 03:02:27 error 03-Jan-2023 03:02:27 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/event-omod/2.10.0/event-omod-2.10.0.pom (5.0 kB at 17 kB/s) error 03-Jan-2023 03:02:27 #17 75.92 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/event/2.10.0/event-2.10.0.pom error 03-Jan-2023 03:02:27 #17 76.03 Progress (1): 3.3/4.3 kB error 03-Jan-2023 03:02:27 Progress (1): 4.3 kB error 03-Jan-2023 03:02:27 error 03-Jan-2023 03:02:27 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/event/2.10.0/event-2.10.0.pom (4.3 kB at 19 kB/s) error 03-Jan-2023 03:02:27 #17 76.14 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/event-omod/2.10.0/event-omod-2.10.0.jar error 03-Jan-2023 03:02:27 #17 ... error 03-Jan-2023 03:02:27 error 03-Jan-2023 03:02:27 #16 [linux/arm64 dev 4/4] RUN mvn -s /usr/share/maven/ref/settings-docker.xml install error 03-Jan-2023 03:02:27 #16 66.16 Progress (1): 3.0 kB error 03-Jan-2023 03:02:27 error 03-Jan-2023 03:02:27 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/com/fasterxml/jackson/module/jackson-modules-java8/2.13.0/jackson-modules-java8-2.13.0.pom (3.0 kB at 3.0 kB/s) error 03-Jan-2023 03:02:27 #16 66.30 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/com/fasterxml/jackson/jackson-base/2.13.0/jackson-base-2.13.0.pom error 03-Jan-2023 03:02:27 #16 66.43 Progress (1): 3.3/9.7 kB error 03-Jan-2023 03:02:27 Progress (1): 6.1/9.7 kB error 03-Jan-2023 03:02:27 Progress (1): 8.9/9.7 kB error 03-Jan-2023 03:02:27 Progress (1): 9.7 kB error 03-Jan-2023 03:02:27 error 03-Jan-2023 03:02:27 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/com/fasterxml/jackson/jackson-base/2.13.0/jackson-base-2.13.0.pom (9.7 kB at 37 kB/s) error 03-Jan-2023 03:02:27 #16 66.64 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/com/fasterxml/jackson/jackson-bom/2.13.0/jackson-bom-2.13.0.pom error 03-Jan-2023 03:02:27 #16 66.76 Progress (1): 3.3/17 kB error 03-Jan-2023 03:02:27 Progress (1): 6.1/17 kB error 03-Jan-2023 03:02:27 Progress (1): 8.9/17 kB error 03-Jan-2023 03:02:27 Progress (1): 12/17 kB error 03-Jan-2023 03:02:27 Progress (1): 15/17 kB error 03-Jan-2023 03:02:27 Progress (1): 17 kB error 03-Jan-2023 03:02:27 error 03-Jan-2023 03:02:27 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/com/fasterxml/jackson/jackson-bom/2.13.0/jackson-bom-2.13.0.pom (17 kB at 63 kB/s) error 03-Jan-2023 03:02:27 #16 67.02 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/net/sf/ehcache/ehcache/2.10.9.2/ehcache-2.10.9.2.pom error 03-Jan-2023 03:02:27 #16 67.14 Progress (1): 3.3/19 kB error 03-Jan-2023 03:02:27 Progress (1): 6.1/19 kB error 03-Jan-2023 03:02:27 Progress (1): 8.9/19 kB error 03-Jan-2023 03:02:27 Progress (1): 12/19 kB error 03-Jan-2023 03:02:27 Progress (1): 15/19 kB error 03-Jan-2023 03:02:27 Progress (1): 17/19 kB error 03-Jan-2023 03:02:27 Progress (1): 19 kB error 03-Jan-2023 03:02:27 error 03-Jan-2023 03:02:27 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/net/sf/ehcache/ehcache/2.10.9.2/ehcache-2.10.9.2.pom (19 kB at 72 kB/s) error 03-Jan-2023 03:02:27 #16 67.30 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/net/sf/ehcache/ehcache-root/2.10.9.2/ehcache-root-2.10.9.2.pom error 03-Jan-2023 03:02:27 #16 67.42 Progress (1): 3.3/16 kB error 03-Jan-2023 03:02:27 Progress (1): 6.1/16 kB error 03-Jan-2023 03:02:27 Progress (1): 8.9/16 kB error 03-Jan-2023 03:02:27 Progress (1): 12/16 kB error 03-Jan-2023 03:02:27 Progress (1): 15/16 kB error 03-Jan-2023 03:02:27 Progress (1): 16 kB error 03-Jan-2023 03:02:27 error 03-Jan-2023 03:02:27 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/net/sf/ehcache/ehcache-root/2.10.9.2/ehcache-root-2.10.9.2.pom (16 kB at 58 kB/s) error 03-Jan-2023 03:02:27 #16 67.59 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/net/sf/ehcache/ehcache-parent/2.25/ehcache-parent-2.25.pom error 03-Jan-2023 03:02:27 #16 67.72 Progress (1): 3.3/13 kB error 03-Jan-2023 03:02:27 Progress (1): 6.1/13 kB error 03-Jan-2023 03:02:27 Progress (1): 8.9/13 kB error 03-Jan-2023 03:02:27 Progress (1): 12/13 kB error 03-Jan-2023 03:02:27 Progress (1): 13 kB error 03-Jan-2023 03:02:27 error 03-Jan-2023 03:02:27 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/net/sf/ehcache/ehcache-parent/2.25/ehcache-parent-2.25.pom (13 kB at 40 kB/s) error 03-Jan-2023 03:02:27 #16 67.99 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/aspectj/aspectjrt/1.9.7/aspectjrt-1.9.7.pom error 03-Jan-2023 03:02:27 #16 68.12 Progress (1): 2.0 kB error 03-Jan-2023 03:02:27 error 03-Jan-2023 03:02:27 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/aspectj/aspectjrt/1.9.7/aspectjrt-1.9.7.pom (2.0 kB at 8.0 kB/s) error 03-Jan-2023 03:02:27 #16 68.27 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/aspectj/aspectjweaver/1.9.7/aspectjweaver-1.9.7.pom error 03-Jan-2023 03:02:27 #16 68.39 Progress (1): 2.1 kB error 03-Jan-2023 03:02:27 error 03-Jan-2023 03:02:27 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/aspectj/aspectjweaver/1.9.7/aspectjweaver-1.9.7.pom (2.1 kB at 8.3 kB/s) error 03-Jan-2023 03:02:27 #16 68.54 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/joda-time/joda-time/2.10.12/joda-time-2.10.12.pom error 03-Jan-2023 03:02:27 #16 68.67 Progress (1): 3.3/37 kB error 03-Jan-2023 03:02:27 Progress (1): 6.1/37 kB error 03-Jan-2023 03:02:27 Progress (1): 8.9/37 kB error 03-Jan-2023 03:02:27 Progress (1): 12/37 kB error 03-Jan-2023 03:02:27 Progress (1): 15/37 kB error 03-Jan-2023 03:02:27 Progress (1): 17/37 kB error 03-Jan-2023 03:02:27 Progress (1): 20/37 kB error 03-Jan-2023 03:02:27 Progress (1): 23/37 kB error 03-Jan-2023 03:02:27 Progress (1): 26/37 kB error 03-Jan-2023 03:02:27 Progress (1): 29/37 kB error 03-Jan-2023 03:02:27 Progress (1): 31/37 kB error 03-Jan-2023 03:02:27 Progress (1): 34/37 kB error 03-Jan-2023 03:02:27 Progress (1): 37/37 kB error 03-Jan-2023 03:02:27 Progress (1): 37 kB error 03-Jan-2023 03:02:27 error 03-Jan-2023 03:02:27 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/joda-time/joda-time/2.10.12/joda-time-2.10.12.pom (37 kB at 137 kB/s) error 03-Jan-2023 03:02:27 #16 68.95 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/jakarta/xml/bind/jakarta.xml.bind-api/3.0.1/jakarta.xml.bind-api-3.0.1.pom error 03-Jan-2023 03:02:27 #16 69.08 Progress (1): 3.3/13 kB error 03-Jan-2023 03:02:27 Progress (1): 6.1/13 kB error 03-Jan-2023 03:02:27 Progress (1): 8.9/13 kB error 03-Jan-2023 03:02:27 Progress (1): 12/13 kB error 03-Jan-2023 03:02:27 Progress (1): 13 kB error 03-Jan-2023 03:02:27 error 03-Jan-2023 03:02:27 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/jakarta/xml/bind/jakarta.xml.bind-api/3.0.1/jakarta.xml.bind-api-3.0.1.pom (13 kB at 51 kB/s) error 03-Jan-2023 03:02:27 #16 69.23 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/jakarta/xml/bind/jakarta.xml.bind-api-parent/3.0.1/jakarta.xml.bind-api-parent-3.0.1.pom error 03-Jan-2023 03:02:27 #16 69.37 Progress (1): 3.3/9.5 kB error 03-Jan-2023 03:02:27 Progress (1): 6.1/9.5 kB error 03-Jan-2023 03:02:27 Progress (1): 8.9/9.5 kB error 03-Jan-2023 03:02:27 Progress (1): 9.5 kB error 03-Jan-2023 03:02:27 error 03-Jan-2023 03:02:27 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/jakarta/xml/bind/jakarta.xml.bind-api-parent/3.0.1/jakarta.xml.bind-api-parent-3.0.1.pom (9.5 kB at 35 kB/s) error 03-Jan-2023 03:02:27 #16 69.59 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/com/sun/activation/jakarta.activation/2.0.1/jakarta.activation-2.0.1.pom error 03-Jan-2023 03:02:27 #16 69.72 Progress (1): 2.0 kB error 03-Jan-2023 03:02:27 error 03-Jan-2023 03:02:27 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/com/sun/activation/jakarta.activation/2.0.1/jakarta.activation-2.0.1.pom (2.0 kB at 6.6 kB/s) error 03-Jan-2023 03:02:27 #16 69.91 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/com/sun/activation/all/2.0.1/all-2.0.1.pom error 03-Jan-2023 03:02:27 #16 70.07 Progress (1): 3.3/23 kB error 03-Jan-2023 03:02:27 Progress (1): 6.1/23 kB error 03-Jan-2023 03:02:27 Progress (1): 8.9/23 kB error 03-Jan-2023 03:02:27 Progress (1): 12/23 kB error 03-Jan-2023 03:02:27 Progress (1): 15/23 kB error 03-Jan-2023 03:02:27 Progress (1): 17/23 kB error 03-Jan-2023 03:02:27 Progress (1): 20/23 kB error 03-Jan-2023 03:02:27 Progress (1): 23 kB error 03-Jan-2023 03:02:27 error 03-Jan-2023 03:02:27 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/com/sun/activation/all/2.0.1/all-2.0.1.pom (23 kB at 73 kB/s) error 03-Jan-2023 03:02:27 #16 70.29 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/com/sun/xml/bind/jaxb-impl/3.0.2/jaxb-impl-3.0.2.pom error 03-Jan-2023 03:02:27 #16 70.43 Progress (1): 3.3/13 kB error 03-Jan-2023 03:02:27 Progress (1): 6.1/13 kB error 03-Jan-2023 03:02:27 Progress (1): 8.9/13 kB error 03-Jan-2023 03:02:27 Progress (1): 12/13 kB error 03-Jan-2023 03:02:27 Progress (1): 13 kB error 03-Jan-2023 03:02:27 error 03-Jan-2023 03:02:27 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/com/sun/xml/bind/jaxb-impl/3.0.2/jaxb-impl-3.0.2.pom (13 kB at 29 kB/s) error 03-Jan-2023 03:02:27 #16 70.86 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/com/sun/xml/bind/mvn/jaxb-bundles/3.0.2/jaxb-bundles-3.0.2.pom error 03-Jan-2023 03:02:27 #16 71.04 Progress (1): 1.3 kB error 03-Jan-2023 03:02:27 error 03-Jan-2023 03:02:27 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/com/sun/xml/bind/mvn/jaxb-bundles/3.0.2/jaxb-bundles-3.0.2.pom (1.3 kB at 3.5 kB/s) error 03-Jan-2023 03:02:27 #16 71.25 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/com/sun/xml/bind/mvn/jaxb-parent/3.0.2/jaxb-parent-3.0.2.pom error 03-Jan-2023 03:02:27 #16 71.39 Progress (1): 3.3/29 kB error 03-Jan-2023 03:02:27 Progress (1): 6.1/29 kB error 03-Jan-2023 03:02:27 Progress (1): 8.9/29 kB error 03-Jan-2023 03:02:27 Progress (1): 12/29 kB error 03-Jan-2023 03:02:27 Progress (1): 15/29 kB error 03-Jan-2023 03:02:27 Progress (1): 17/29 kB error 03-Jan-2023 03:02:27 Progress (1): 20/29 kB error 03-Jan-2023 03:02:27 Progress (1): 23/29 kB error 03-Jan-2023 03:02:27 Progress (1): 26/29 kB error 03-Jan-2023 03:02:27 Progress (1): 29/29 kB error 03-Jan-2023 03:02:27 Progress (1): 29 kB error 03-Jan-2023 03:02:27 error 03-Jan-2023 03:02:27 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/com/sun/xml/bind/mvn/jaxb-parent/3.0.2/jaxb-parent-3.0.2.pom (29 kB at 98 kB/s) error 03-Jan-2023 03:02:27 #16 71.57 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/com/sun/xml/bind/jaxb-bom-ext/3.0.2/jaxb-bom-ext-3.0.2.pom error 03-Jan-2023 03:02:27 #16 71.69 Progress (1): 3.3/3.5 kB error 03-Jan-2023 03:02:27 Progress (1): 3.5 kB error 03-Jan-2023 03:02:27 error 03-Jan-2023 03:02:27 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/com/sun/xml/bind/jaxb-bom-ext/3.0.2/jaxb-bom-ext-3.0.2.pom (3.5 kB at 14 kB/s) error 03-Jan-2023 03:02:27 #16 71.83 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/glassfish/jaxb/jaxb-bom/3.0.2/jaxb-bom-3.0.2.pom error 03-Jan-2023 03:02:27 #16 71.96 Progress (1): 3.3/10 kB error 03-Jan-2023 03:02:27 Progress (1): 6.1/10 kB error 03-Jan-2023 03:02:27 Progress (1): 8.9/10 kB error 03-Jan-2023 03:02:27 Progress (1): 10 kB error 03-Jan-2023 03:02:27 error 03-Jan-2023 03:02:27 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/glassfish/jaxb/jaxb-bom/3.0.2/jaxb-bom-3.0.2.pom (10 kB at 40 kB/s) error 03-Jan-2023 03:02:27 #16 72.24 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/com/sun/xml/bind/jaxb-core/3.0.2/jaxb-core-3.0.2.pom error 03-Jan-2023 03:02:27 #16 72.40 Progress (1): 3.3/13 kB error 03-Jan-2023 03:02:27 Progress (1): 6.1/13 kB error 03-Jan-2023 03:02:27 Progress (1): 8.9/13 kB error 03-Jan-2023 03:02:27 Progress (1): 12/13 kB error 03-Jan-2023 03:02:27 Progress (1): 13 kB error 03-Jan-2023 03:02:27 error 03-Jan-2023 03:02:27 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/com/sun/xml/bind/jaxb-core/3.0.2/jaxb-core-3.0.2.pom (13 kB at 45 kB/s) error 03-Jan-2023 03:02:27 #16 73.42 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/test/openmrs-test/2.5.8/openmrs-test-2.5.8.pom error 03-Jan-2023 03:02:27 #16 73.55 Progress (1): 3.2 kB error 03-Jan-2023 03:02:27 error 03-Jan-2023 03:02:27 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/test/openmrs-test/2.5.8/openmrs-test-2.5.8.pom (3.2 kB at 12 kB/s) error 03-Jan-2023 03:02:27 #16 73.97 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/springframework/spring-test/5.2.14.RELEASE/spring-test-5.2.14.RELEASE.pom error 03-Jan-2023 03:02:27 #16 74.15 Progress (1): 1.7 kB error 03-Jan-2023 03:02:27 error 03-Jan-2023 03:02:27 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/springframework/spring-test/5.2.14.RELEASE/spring-test-5.2.14.RELEASE.pom (1.7 kB at 5.6 kB/s) error 03-Jan-2023 03:02:27 #16 74.51 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/junit/jupiter/junit-jupiter-api/5.8.1/junit-jupiter-api-5.8.1.pom error 03-Jan-2023 03:02:27 #16 74.66 Progress (1): 3.2 kB error 03-Jan-2023 03:02:27 error 03-Jan-2023 03:02:27 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/junit/jupiter/junit-jupiter-api/5.8.1/junit-jupiter-api-5.8.1.pom (3.2 kB at 11 kB/s) error 03-Jan-2023 03:02:27 #16 74.90 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/junit/platform/junit-platform-commons/1.8.1/junit-platform-commons-1.8.1.pom error 03-Jan-2023 03:02:27 #16 75.04 Progress (1): 2.8 kB error 03-Jan-2023 03:02:27 error 03-Jan-2023 03:02:27 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/junit/platform/junit-platform-commons/1.8.1/junit-platform-commons-1.8.1.pom (2.8 kB at 11 kB/s) error 03-Jan-2023 03:02:27 #16 75.24 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/junit/jupiter/junit-jupiter-engine/5.8.1/junit-jupiter-engine-5.8.1.pom error 03-Jan-2023 03:02:27 #16 75.40 Progress (1): 3.2 kB error 03-Jan-2023 03:02:27 error 03-Jan-2023 03:02:27 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/junit/jupiter/junit-jupiter-engine/5.8.1/junit-jupiter-engine-5.8.1.pom (3.2 kB at 12 kB/s) error 03-Jan-2023 03:02:27 #16 75.54 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/junit/platform/junit-platform-engine/1.8.1/junit-platform-engine-1.8.1.pom error 03-Jan-2023 03:02:27 #16 75.68 Progress (1): 3.2 kB error 03-Jan-2023 03:02:27 error 03-Jan-2023 03:02:27 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/junit/platform/junit-platform-engine/1.8.1/junit-platform-engine-1.8.1.pom (3.2 kB at 12 kB/s) error 03-Jan-2023 03:02:27 #16 75.82 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/junit/vintage/junit-vintage-engine/5.8.1/junit-vintage-engine-5.8.1.pom error 03-Jan-2023 03:02:27 #16 75.95 Progress (1): 3.2 kB error 03-Jan-2023 03:02:27 error 03-Jan-2023 03:02:27 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/junit/vintage/junit-vintage-engine/5.8.1/junit-vintage-engine-5.8.1.pom (3.2 kB at 13 kB/s) error 03-Jan-2023 03:02:27 #16 76.09 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/dbunit/dbunit/2.7.2/dbunit-2.7.2.pom error 03-Jan-2023 03:02:27 #16 76.21 Progress (1): 3.3/59 kB error 03-Jan-2023 03:02:27 Progress (1): 6.1/59 kB error 03-Jan-2023 03:02:27 Progress (1): 8.9/59 kB error 03-Jan-2023 03:02:27 Progress (1): 12/59 kB error 03-Jan-2023 03:02:27 Progress (1): 15/59 kB error 03-Jan-2023 03:02:27 Progress (1): 17/59 kB error 03-Jan-2023 03:02:27 Progress (1): 20/59 kB error 03-Jan-2023 03:02:27 Progress (1): 23/59 kB error 03-Jan-2023 03:02:27 Progress (1): 26/59 kB error 03-Jan-2023 03:02:27 Progress (1): 29/59 kB error 03-Jan-2023 03:02:27 Progress (1): 31/59 kB error 03-Jan-2023 03:02:27 Progress (1): 34/59 kB error 03-Jan-2023 03:02:27 Progress (1): 37/59 kB error 03-Jan-2023 03:02:27 Progress (1): 40/59 kB error 03-Jan-2023 03:02:27 Progress (1): 42/59 kB error 03-Jan-2023 03:02:27 Progress (1): 45/59 kB error 03-Jan-2023 03:02:27 Progress (1): 48/59 kB error 03-Jan-2023 03:02:28 Progress (1): 51/59 kB error 03-Jan-2023 03:02:28 Progress (1): 54/59 kB error 03-Jan-2023 03:02:28 Progress (1): 56/59 kB error 03-Jan-2023 03:02:28 Progress (1): 59 kB error 03-Jan-2023 03:02:28 error 03-Jan-2023 03:02:28 #16 ... error 03-Jan-2023 03:02:28 error 03-Jan-2023 03:02:28 #17 [linux/amd64 dev 4/4] RUN mvn -s /usr/share/maven/ref/settings-docker.xml install error 03-Jan-2023 03:02:28 #17 76.52 Progress (1): 0/4.8 MB error 03-Jan-2023 03:02:28 Progress (1): 0.1/4.8 MB error 03-Jan-2023 03:02:28 Progress (1): 0.1/4.8 MB error 03-Jan-2023 03:02:28 Progress (1): 0.1/4.8 MB error 03-Jan-2023 03:02:28 Progress (1): 0.1/4.8 MB error 03-Jan-2023 03:02:28 Progress (1): 0.2/4.8 MB error 03-Jan-2023 03:02:28 Progress (1): 0.2/4.8 MB error 03-Jan-2023 03:02:28 Progress (1): 0.2/4.8 MB error 03-Jan-2023 03:02:28 Progress (1): 0.2/4.8 MB error 03-Jan-2023 03:02:28 Progress (1): 0.3/4.8 MB error 03-Jan-2023 03:02:28 Progress (1): 0.3/4.8 MB error 03-Jan-2023 03:02:28 Progress (1): 0.3/4.8 MB error 03-Jan-2023 03:02:28 Progress (1): 0.3/4.8 MB error 03-Jan-2023 03:02:28 Progress (1): 0.4/4.8 MB error 03-Jan-2023 03:02:28 Progress (1): 0.4/4.8 MB error 03-Jan-2023 03:02:28 Progress (1): 0.4/4.8 MB error 03-Jan-2023 03:02:28 Progress (1): 0.5/4.8 MB error 03-Jan-2023 03:02:28 Progress (1): 0.5/4.8 MB error 03-Jan-2023 03:02:28 Progress (1): 0.5/4.8 MB error 03-Jan-2023 03:02:28 Progress (1): 0.5/4.8 MB error 03-Jan-2023 03:02:28 Progress (1): 0.6/4.8 MB error 03-Jan-2023 03:02:28 Progress (1): 0.6/4.8 MB error 03-Jan-2023 03:02:28 Progress (1): 0.6/4.8 MB error 03-Jan-2023 03:02:28 Progress (1): 0.6/4.8 MB error 03-Jan-2023 03:02:28 Progress (1): 0.7/4.8 MB error 03-Jan-2023 03:02:28 Progress (1): 0.7/4.8 MB error 03-Jan-2023 03:02:28 Progress (1): 0.7/4.8 MB error 03-Jan-2023 03:02:28 Progress (1): 0.8/4.8 MB error 03-Jan-2023 03:02:28 Progress (1): 0.8/4.8 MB error 03-Jan-2023 03:02:28 Progress (1): 0.8/4.8 MB error 03-Jan-2023 03:02:28 Progress (1): 0.8/4.8 MB error 03-Jan-2023 03:02:28 Progress (1): 0.9/4.8 MB error 03-Jan-2023 03:02:28 Progress (1): 0.9/4.8 MB error 03-Jan-2023 03:02:28 Progress (1): 0.9/4.8 MB error 03-Jan-2023 03:02:28 Progress (1): 0.9/4.8 MB error 03-Jan-2023 03:02:28 Progress (1): 1.0/4.8 MB error 03-Jan-2023 03:02:28 Progress (1): 1.0/4.8 MB error 03-Jan-2023 03:02:28 Progress (1): 1.0/4.8 MB error 03-Jan-2023 03:02:28 Progress (1): 1.1/4.8 MB error 03-Jan-2023 03:02:28 Progress (1): 1.1/4.8 MB error 03-Jan-2023 03:02:28 Progress (1): 1.1/4.8 MB error 03-Jan-2023 03:02:28 Progress (1): 1.1/4.8 MB error 03-Jan-2023 03:02:28 Progress (1): 1.2/4.8 MB error 03-Jan-2023 03:02:28 Progress (1): 1.2/4.8 MB error 03-Jan-2023 03:02:28 Progress (1): 1.2/4.8 MB error 03-Jan-2023 03:02:28 Progress (1): 1.2/4.8 MB error 03-Jan-2023 03:02:28 Progress (1): 1.3/4.8 MB error 03-Jan-2023 03:02:28 Progress (1): 1.3/4.8 MB error 03-Jan-2023 03:02:28 Progress (1): 1.3/4.8 MB error 03-Jan-2023 03:02:28 Progress (1): 1.3/4.8 MB error 03-Jan-2023 03:02:28 Progress (1): 1.4/4.8 MB error 03-Jan-2023 03:02:28 Progress (1): 1.4/4.8 MB error 03-Jan-2023 03:02:28 Progress (1): 1.4/4.8 MB error 03-Jan-2023 03:02:28 Progress (1): 1.4/4.8 MB error 03-Jan-2023 03:02:28 Progress (1): 1.5/4.8 MB error 03-Jan-2023 03:02:28 Progress (1): 1.5/4.8 MB error 03-Jan-2023 03:02:28 Progress (1): 1.5/4.8 MB error 03-Jan-2023 03:02:28 Progress (1): 1.5/4.8 MB error 03-Jan-2023 03:02:28 Progress (1): 1.6/4.8 MB error 03-Jan-2023 03:02:28 Progress (1): 1.6/4.8 MB error 03-Jan-2023 03:02:28 Progress (1): 1.6/4.8 MB error 03-Jan-2023 03:02:28 Progress (1): 1.7/4.8 MB error 03-Jan-2023 03:02:28 Progress (1): 1.7/4.8 MB error 03-Jan-2023 03:02:28 Progress (1): 1.7/4.8 MB error 03-Jan-2023 03:02:28 Progress (1): 1.7/4.8 MB error 03-Jan-2023 03:02:28 Progress (1): 1.8/4.8 MB error 03-Jan-2023 03:02:28 Progress (1): 1.8/4.8 MB error 03-Jan-2023 03:02:28 Progress (1): 1.8/4.8 MB error 03-Jan-2023 03:02:28 Progress (1): 1.8/4.8 MB error 03-Jan-2023 03:02:28 Progress (1): 1.9/4.8 MB error 03-Jan-2023 03:02:28 Progress (1): 1.9/4.8 MB error 03-Jan-2023 03:02:28 Progress (1): 1.9/4.8 MB error 03-Jan-2023 03:02:28 Progress (1): 1.9/4.8 MB error 03-Jan-2023 03:02:28 Progress (1): 2.0/4.8 MB error 03-Jan-2023 03:02:28 Progress (1): 2.0/4.8 MB error 03-Jan-2023 03:02:28 Progress (1): 2.0/4.8 MB error 03-Jan-2023 03:02:28 Progress (1): 2.0/4.8 MB error 03-Jan-2023 03:02:28 Progress (1): 2.1/4.8 MB error 03-Jan-2023 03:02:28 Progress (1): 2.1/4.8 MB error 03-Jan-2023 03:02:28 Progress (1): 2.1/4.8 MB error 03-Jan-2023 03:02:28 Progress (1): 2.2/4.8 MB error 03-Jan-2023 03:02:28 Progress (1): 2.2/4.8 MB error 03-Jan-2023 03:02:28 Progress (1): 2.2/4.8 MB error 03-Jan-2023 03:02:28 Progress (1): 2.2/4.8 MB error 03-Jan-2023 03:02:28 Progress (1): 2.3/4.8 MB error 03-Jan-2023 03:02:28 Progress (1): 2.3/4.8 MB error 03-Jan-2023 03:02:28 Progress (1): 2.3/4.8 MB error 03-Jan-2023 03:02:28 Progress (1): 2.3/4.8 MB error 03-Jan-2023 03:02:28 Progress (1): 2.4/4.8 MB error 03-Jan-2023 03:02:28 Progress (1): 2.4/4.8 MB error 03-Jan-2023 03:02:28 Progress (1): 2.4/4.8 MB error 03-Jan-2023 03:02:28 Progress (1): 2.4/4.8 MB error 03-Jan-2023 03:02:28 Progress (1): 2.5/4.8 MB error 03-Jan-2023 03:02:28 Progress (1): 2.5/4.8 MB error 03-Jan-2023 03:02:28 Progress (1): 2.5/4.8 MB error 03-Jan-2023 03:02:28 Progress (1): 2.5/4.8 MB error 03-Jan-2023 03:02:28 Progress (1): 2.6/4.8 MB error 03-Jan-2023 03:02:28 Progress (1): 2.6/4.8 MB error 03-Jan-2023 03:02:28 Progress (1): 2.6/4.8 MB error 03-Jan-2023 03:02:28 Progress (1): 2.7/4.8 MB error 03-Jan-2023 03:02:28 Progress (1): 2.7/4.8 MB error 03-Jan-2023 03:02:28 Progress (1): 2.7/4.8 MB error 03-Jan-2023 03:02:28 Progress (1): 2.7/4.8 MB error 03-Jan-2023 03:02:28 Progress (1): 2.8/4.8 MB error 03-Jan-2023 03:02:28 Progress (1): 2.8/4.8 MB error 03-Jan-2023 03:02:28 Progress (1): 2.8/4.8 MB error 03-Jan-2023 03:02:28 Progress (1): 2.8/4.8 MB error 03-Jan-2023 03:02:28 Progress (1): 2.9/4.8 MB error 03-Jan-2023 03:02:28 Progress (1): 2.9/4.8 MB error 03-Jan-2023 03:02:28 Progress (1): 2.9/4.8 MB error 03-Jan-2023 03:02:28 Progress (1): 2.9/4.8 MB error 03-Jan-2023 03:02:28 Progress (1): 3.0/4.8 MB error 03-Jan-2023 03:02:28 Progress (1): 3.0/4.8 MB error 03-Jan-2023 03:02:28 Progress (1): 3.0/4.8 MB error 03-Jan-2023 03:02:28 Progress (1): 3.0/4.8 MB error 03-Jan-2023 03:02:28 Progress (1): 3.1/4.8 MB error 03-Jan-2023 03:02:28 Progress (1): 3.1/4.8 MB error 03-Jan-2023 03:02:28 Progress (1): 3.1/4.8 MB error 03-Jan-2023 03:02:28 Progress (1): 3.2/4.8 MB error 03-Jan-2023 03:02:28 Progress (1): 3.2/4.8 MB error 03-Jan-2023 03:02:28 Progress (1): 3.2/4.8 MB error 03-Jan-2023 03:02:28 Progress (1): 3.2/4.8 MB error 03-Jan-2023 03:02:28 Progress (1): 3.3/4.8 MB error 03-Jan-2023 03:02:28 Progress (1): 3.3/4.8 MB error 03-Jan-2023 03:02:28 Progress (1): 3.3/4.8 MB error 03-Jan-2023 03:02:28 Progress (1): 3.3/4.8 MB error 03-Jan-2023 03:02:28 Progress (1): 3.4/4.8 MB error 03-Jan-2023 03:02:28 Progress (1): 3.4/4.8 MB error 03-Jan-2023 03:02:28 Progress (1): 3.4/4.8 MB error 03-Jan-2023 03:02:28 Progress (1): 3.4/4.8 MB error 03-Jan-2023 03:02:28 Progress (1): 3.5/4.8 MB error 03-Jan-2023 03:02:28 Progress (1): 3.5/4.8 MB error 03-Jan-2023 03:02:28 Progress (1): 3.5/4.8 MB error 03-Jan-2023 03:02:28 Progress (1): 3.5/4.8 MB error 03-Jan-2023 03:02:28 Progress (1): 3.6/4.8 MB error 03-Jan-2023 03:02:28 Progress (1): 3.6/4.8 MB error 03-Jan-2023 03:02:28 Progress (1): 3.6/4.8 MB error 03-Jan-2023 03:02:28 Progress (1): 3.7/4.8 MB error 03-Jan-2023 03:02:28 Progress (1): 3.7/4.8 MB error 03-Jan-2023 03:02:28 Progress (1): 3.7/4.8 MB error 03-Jan-2023 03:02:28 Progress (1): 3.7/4.8 MB error 03-Jan-2023 03:02:28 Progress (1): 3.8/4.8 MB error 03-Jan-2023 03:02:28 Progress (1): 3.8/4.8 MB error 03-Jan-2023 03:02:28 Progress (1): 3.8/4.8 MB error 03-Jan-2023 03:02:28 Progress (1): 3.8/4.8 MB error 03-Jan-2023 03:02:28 Progress (1): 3.9/4.8 MB error 03-Jan-2023 03:02:28 Progress (1): 3.9/4.8 MB error 03-Jan-2023 03:02:28 Progress (1): 3.9/4.8 MB error 03-Jan-2023 03:02:28 Progress (1): 3.9/4.8 MB error 03-Jan-2023 03:02:28 Progress (1): 4.0/4.8 MB error 03-Jan-2023 03:02:28 Progress (1): 4.0/4.8 MB error 03-Jan-2023 03:02:28 Progress (1): 4.0/4.8 MB error 03-Jan-2023 03:02:28 Progress (1): 4.0/4.8 MB error 03-Jan-2023 03:02:28 Progress (1): 4.1/4.8 MB error 03-Jan-2023 03:02:28 Progress (1): 4.1/4.8 MB error 03-Jan-2023 03:02:28 Progress (1): 4.1/4.8 MB error 03-Jan-2023 03:02:28 Progress (1): 4.1/4.8 MB error 03-Jan-2023 03:02:28 Progress (1): 4.2/4.8 MB error 03-Jan-2023 03:02:28 Progress (1): 4.2/4.8 MB error 03-Jan-2023 03:02:28 Progress (1): 4.2/4.8 MB error 03-Jan-2023 03:02:28 Progress (1): 4.2/4.8 MB error 03-Jan-2023 03:02:28 Progress (1): 4.3/4.8 MB error 03-Jan-2023 03:02:28 Progress (1): 4.3/4.8 MB error 03-Jan-2023 03:02:28 Progress (1): 4.3/4.8 MB error 03-Jan-2023 03:02:28 Progress (1): 4.3/4.8 MB error 03-Jan-2023 03:02:28 Progress (1): 4.4/4.8 MB error 03-Jan-2023 03:02:28 Progress (1): 4.4/4.8 MB error 03-Jan-2023 03:02:28 Progress (1): 4.4/4.8 MB error 03-Jan-2023 03:02:28 Progress (1): 4.4/4.8 MB error 03-Jan-2023 03:02:28 Progress (1): 4.5/4.8 MB error 03-Jan-2023 03:02:28 Progress (1): 4.5/4.8 MB error 03-Jan-2023 03:02:28 Progress (1): 4.5/4.8 MB error 03-Jan-2023 03:02:28 Progress (1): 4.5/4.8 MB error 03-Jan-2023 03:02:28 Progress (1): 4.6/4.8 MB error 03-Jan-2023 03:02:28 Progress (1): 4.6/4.8 MB error 03-Jan-2023 03:02:28 Progress (1): 4.6/4.8 MB error 03-Jan-2023 03:02:28 Progress (1): 4.6/4.8 MB error 03-Jan-2023 03:02:28 Progress (1): 4.7/4.8 MB error 03-Jan-2023 03:02:28 Progress (1): 4.7/4.8 MB error 03-Jan-2023 03:02:28 Progress (1): 4.7/4.8 MB error 03-Jan-2023 03:02:28 Progress (1): 4.7/4.8 MB error 03-Jan-2023 03:02:28 Progress (1): 4.8/4.8 MB error 03-Jan-2023 03:02:28 Progress (1): 4.8 MB error 03-Jan-2023 03:02:28 error 03-Jan-2023 03:02:28 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/event-omod/2.10.0/event-omod-2.10.0.jar (4.8 MB at 7.3 MB/s) error 03-Jan-2023 03:02:28 #17 76.80 [INFO] Configured Artifact: org.openmrs.module:uilibrary-omod:2.0.7:jar error 03-Jan-2023 03:02:28 #17 76.80 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/uilibrary-omod/2.0.7/uilibrary-omod-2.0.7.pom error 03-Jan-2023 03:02:28 #17 76.91 Progress (1): 3.3/5.5 kB error 03-Jan-2023 03:02:28 Progress (1): 5.5 kB error 03-Jan-2023 03:02:28 error 03-Jan-2023 03:02:28 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/uilibrary-omod/2.0.7/uilibrary-omod-2.0.7.pom (5.5 kB at 25 kB/s) error 03-Jan-2023 03:02:28 #17 77.02 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/uilibrary/2.0.7/uilibrary-2.0.7.pom error 03-Jan-2023 03:02:28 #17 77.13 Progress (1): 3.3/5.1 kB error 03-Jan-2023 03:02:28 Progress (1): 5.1 kB error 03-Jan-2023 03:02:28 error 03-Jan-2023 03:02:28 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/uilibrary/2.0.7/uilibrary-2.0.7.pom (5.1 kB at 23 kB/s) error 03-Jan-2023 03:02:28 #17 77.24 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/uilibrary-omod/2.0.7/uilibrary-omod-2.0.7.jar error 03-Jan-2023 03:02:29 #17 77.52 Progress (1): 0/1.2 MB error 03-Jan-2023 03:02:29 Progress (1): 0/1.2 MB error 03-Jan-2023 03:02:29 Progress (1): 0/1.2 MB error 03-Jan-2023 03:02:29 Progress (1): 0/1.2 MB error 03-Jan-2023 03:02:29 Progress (1): 0/1.2 MB error 03-Jan-2023 03:02:29 Progress (1): 0.1/1.2 MB error 03-Jan-2023 03:02:29 Progress (1): 0.1/1.2 MB error 03-Jan-2023 03:02:29 Progress (1): 0.1/1.2 MB error 03-Jan-2023 03:02:29 Progress (1): 0.1/1.2 MB error 03-Jan-2023 03:02:29 Progress (1): 0.1/1.2 MB error 03-Jan-2023 03:02:29 Progress (1): 0.1/1.2 MB error 03-Jan-2023 03:02:29 Progress (1): 0.1/1.2 MB error 03-Jan-2023 03:02:29 Progress (1): 0.1/1.2 MB error 03-Jan-2023 03:02:29 Progress (1): 0.1/1.2 MB error 03-Jan-2023 03:02:29 Progress (1): 0.1/1.2 MB error 03-Jan-2023 03:02:29 Progress (1): 0.1/1.2 MB error 03-Jan-2023 03:02:29 Progress (1): 0.2/1.2 MB error 03-Jan-2023 03:02:29 Progress (1): 0.2/1.2 MB error 03-Jan-2023 03:02:29 Progress (1): 0.2/1.2 MB error 03-Jan-2023 03:02:29 Progress (1): 0.2/1.2 MB error 03-Jan-2023 03:02:29 Progress (1): 0.2/1.2 MB error 03-Jan-2023 03:02:29 Progress (1): 0.2/1.2 MB error 03-Jan-2023 03:02:29 Progress (1): 0.2/1.2 MB error 03-Jan-2023 03:02:29 Progress (1): 0.2/1.2 MB error 03-Jan-2023 03:02:29 Progress (1): 0.2/1.2 MB error 03-Jan-2023 03:02:29 Progress (1): 0.2/1.2 MB error 03-Jan-2023 03:02:29 Progress (1): 0.2/1.2 MB error 03-Jan-2023 03:02:29 Progress (1): 0.2/1.2 MB error 03-Jan-2023 03:02:29 Progress (1): 0.3/1.2 MB error 03-Jan-2023 03:02:29 Progress (1): 0.3/1.2 MB error 03-Jan-2023 03:02:29 Progress (1): 0.3/1.2 MB error 03-Jan-2023 03:02:29 Progress (1): 0.3/1.2 MB error 03-Jan-2023 03:02:29 Progress (1): 0.3/1.2 MB error 03-Jan-2023 03:02:29 Progress (1): 0.3/1.2 MB error 03-Jan-2023 03:02:29 Progress (1): 0.3/1.2 MB error 03-Jan-2023 03:02:29 Progress (1): 0.3/1.2 MB error 03-Jan-2023 03:02:29 Progress (1): 0.3/1.2 MB error 03-Jan-2023 03:02:29 Progress (1): 0.3/1.2 MB error 03-Jan-2023 03:02:29 Progress (1): 0.3/1.2 MB error 03-Jan-2023 03:02:29 Progress (1): 0.4/1.2 MB error 03-Jan-2023 03:02:29 Progress (1): 0.4/1.2 MB error 03-Jan-2023 03:02:29 Progress (1): 0.4/1.2 MB error 03-Jan-2023 03:02:29 Progress (1): 0.4/1.2 MB error 03-Jan-2023 03:02:29 Progress (1): 0.4/1.2 MB error 03-Jan-2023 03:02:29 Progress (1): 0.4/1.2 MB error 03-Jan-2023 03:02:29 Progress (1): 0.4/1.2 MB error 03-Jan-2023 03:02:29 Progress (1): 0.4/1.2 MB error 03-Jan-2023 03:02:29 Progress (1): 0.4/1.2 MB error 03-Jan-2023 03:02:29 Progress (1): 0.4/1.2 MB error 03-Jan-2023 03:02:29 Progress (1): 0.4/1.2 MB error 03-Jan-2023 03:02:29 Progress (1): 0.5/1.2 MB error 03-Jan-2023 03:02:29 Progress (1): 0.5/1.2 MB error 03-Jan-2023 03:02:29 Progress (1): 0.5/1.2 MB error 03-Jan-2023 03:02:29 Progress (1): 0.5/1.2 MB error 03-Jan-2023 03:02:29 Progress (1): 0.5/1.2 MB error 03-Jan-2023 03:02:29 Progress (1): 0.5/1.2 MB error 03-Jan-2023 03:02:29 Progress (1): 0.5/1.2 MB error 03-Jan-2023 03:02:29 Progress (1): 0.5/1.2 MB error 03-Jan-2023 03:02:29 Progress (1): 0.5/1.2 MB error 03-Jan-2023 03:02:29 Progress (1): 0.5/1.2 MB error 03-Jan-2023 03:02:29 Progress (1): 0.5/1.2 MB error 03-Jan-2023 03:02:29 Progress (1): 0.6/1.2 MB error 03-Jan-2023 03:02:29 Progress (1): 0.6/1.2 MB error 03-Jan-2023 03:02:29 Progress (1): 0.6/1.2 MB error 03-Jan-2023 03:02:29 Progress (1): 0.6/1.2 MB error 03-Jan-2023 03:02:29 Progress (1): 0.6/1.2 MB error 03-Jan-2023 03:02:29 Progress (1): 0.6/1.2 MB error 03-Jan-2023 03:02:29 Progress (1): 0.6/1.2 MB error 03-Jan-2023 03:02:29 Progress (1): 0.6/1.2 MB error 03-Jan-2023 03:02:29 Progress (1): 0.6/1.2 MB error 03-Jan-2023 03:02:29 Progress (1): 0.6/1.2 MB error 03-Jan-2023 03:02:29 Progress (1): 0.6/1.2 MB error 03-Jan-2023 03:02:29 Progress (1): 0.7/1.2 MB error 03-Jan-2023 03:02:29 Progress (1): 0.7/1.2 MB error 03-Jan-2023 03:02:29 Progress (1): 0.7/1.2 MB error 03-Jan-2023 03:02:29 Progress (1): 0.7/1.2 MB error 03-Jan-2023 03:02:29 Progress (1): 0.7/1.2 MB error 03-Jan-2023 03:02:29 Progress (1): 0.7/1.2 MB error 03-Jan-2023 03:02:29 Progress (1): 0.7/1.2 MB error 03-Jan-2023 03:02:29 Progress (1): 0.7/1.2 MB error 03-Jan-2023 03:02:29 Progress (1): 0.7/1.2 MB error 03-Jan-2023 03:02:29 Progress (1): 0.7/1.2 MB error 03-Jan-2023 03:02:29 Progress (1): 0.7/1.2 MB error 03-Jan-2023 03:02:29 Progress (1): 0.8/1.2 MB error 03-Jan-2023 03:02:29 Progress (1): 0.8/1.2 MB error 03-Jan-2023 03:02:29 Progress (1): 0.8/1.2 MB error 03-Jan-2023 03:02:29 Progress (1): 0.8/1.2 MB error 03-Jan-2023 03:02:29 Progress (1): 0.8/1.2 MB error 03-Jan-2023 03:02:29 Progress (1): 0.8/1.2 MB error 03-Jan-2023 03:02:29 Progress (1): 0.8/1.2 MB error 03-Jan-2023 03:02:29 Progress (1): 0.8/1.2 MB error 03-Jan-2023 03:02:29 Progress (1): 0.8/1.2 MB error 03-Jan-2023 03:02:29 Progress (1): 0.8/1.2 MB error 03-Jan-2023 03:02:29 Progress (1): 0.8/1.2 MB error 03-Jan-2023 03:02:29 Progress (1): 0.9/1.2 MB error 03-Jan-2023 03:02:29 Progress (1): 0.9/1.2 MB error 03-Jan-2023 03:02:29 Progress (1): 0.9/1.2 MB error 03-Jan-2023 03:02:29 Progress (1): 0.9/1.2 MB error 03-Jan-2023 03:02:29 Progress (1): 0.9/1.2 MB error 03-Jan-2023 03:02:29 Progress (1): 0.9/1.2 MB error 03-Jan-2023 03:02:29 Progress (1): 0.9/1.2 MB error 03-Jan-2023 03:02:29 Progress (1): 0.9/1.2 MB error 03-Jan-2023 03:02:29 Progress (1): 0.9/1.2 MB error 03-Jan-2023 03:02:29 Progress (1): 0.9/1.2 MB error 03-Jan-2023 03:02:29 Progress (1): 0.9/1.2 MB error 03-Jan-2023 03:02:29 Progress (1): 1.0/1.2 MB error 03-Jan-2023 03:02:29 Progress (1): 1.0/1.2 MB error 03-Jan-2023 03:02:29 Progress (1): 1.0/1.2 MB error 03-Jan-2023 03:02:29 Progress (1): 1.0/1.2 MB error 03-Jan-2023 03:02:29 Progress (1): 1.0/1.2 MB error 03-Jan-2023 03:02:29 Progress (1): 1.0/1.2 MB error 03-Jan-2023 03:02:29 Progress (1): 1.0/1.2 MB error 03-Jan-2023 03:02:29 Progress (1): 1.0/1.2 MB error 03-Jan-2023 03:02:29 Progress (1): 1.0/1.2 MB error 03-Jan-2023 03:02:29 Progress (1): 1.0/1.2 MB error 03-Jan-2023 03:02:29 Progress (1): 1.0/1.2 MB error 03-Jan-2023 03:02:29 Progress (1): 1.0/1.2 MB error 03-Jan-2023 03:02:29 Progress (1): 1.1/1.2 MB error 03-Jan-2023 03:02:29 Progress (1): 1.1/1.2 MB error 03-Jan-2023 03:02:29 Progress (1): 1.1/1.2 MB error 03-Jan-2023 03:02:29 Progress (1): 1.1/1.2 MB error 03-Jan-2023 03:02:29 Progress (1): 1.1/1.2 MB error 03-Jan-2023 03:02:29 Progress (1): 1.1/1.2 MB error 03-Jan-2023 03:02:29 Progress (1): 1.1/1.2 MB error 03-Jan-2023 03:02:29 Progress (1): 1.1/1.2 MB error 03-Jan-2023 03:02:29 Progress (1): 1.1/1.2 MB error 03-Jan-2023 03:02:29 Progress (1): 1.1/1.2 MB error 03-Jan-2023 03:02:29 Progress (1): 1.1/1.2 MB error 03-Jan-2023 03:02:29 Progress (1): 1.2/1.2 MB error 03-Jan-2023 03:02:29 Progress (1): 1.2/1.2 MB error 03-Jan-2023 03:02:29 Progress (1): 1.2/1.2 MB error 03-Jan-2023 03:02:29 Progress (1): 1.2/1.2 MB error 03-Jan-2023 03:02:29 Progress (1): 1.2/1.2 MB error 03-Jan-2023 03:02:29 Progress (1): 1.2/1.2 MB error 03-Jan-2023 03:02:29 Progress (1): 1.2/1.2 MB error 03-Jan-2023 03:02:29 Progress (1): 1.2/1.2 MB error 03-Jan-2023 03:02:29 Progress (1): 1.2/1.2 MB error 03-Jan-2023 03:02:29 Progress (1): 1.2/1.2 MB error 03-Jan-2023 03:02:29 Progress (1): 1.2 MB error 03-Jan-2023 03:02:29 error 03-Jan-2023 03:02:29 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/uilibrary-omod/2.0.7/uilibrary-omod-2.0.7.jar (1.2 MB at 2.6 MB/s) error 03-Jan-2023 03:02:29 #17 77.72 [INFO] Configured Artifact: org.openmrs.module:htmlwidgets-omod:1.11.0:jar error 03-Jan-2023 03:02:29 #17 77.72 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/htmlwidgets-omod/1.11.0/htmlwidgets-omod-1.11.0.pom error 03-Jan-2023 03:02:29 #17 77.83 Progress (1): 3.2 kB error 03-Jan-2023 03:02:29 error 03-Jan-2023 03:02:29 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/htmlwidgets-omod/1.11.0/htmlwidgets-omod-1.11.0.pom (3.2 kB at 15 kB/s) error 03-Jan-2023 03:02:29 #17 77.94 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/htmlwidgets/1.11.0/htmlwidgets-1.11.0.pom error 03-Jan-2023 03:02:29 #17 78.05 Progress (1): 3.3/7.9 kB error 03-Jan-2023 03:02:29 Progress (1): 6.1/7.9 kB error 03-Jan-2023 03:02:29 Progress (1): 7.9 kB error 03-Jan-2023 03:02:29 error 03-Jan-2023 03:02:29 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/htmlwidgets/1.11.0/htmlwidgets-1.11.0.pom (7.9 kB at 36 kB/s) error 03-Jan-2023 03:02:29 #17 78.16 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/htmlwidgets-omod/1.11.0/htmlwidgets-omod-1.11.0.jar error 03-Jan-2023 03:02:29 #17 78.27 Progress (1): 3.3/116 kB error 03-Jan-2023 03:02:29 Progress (1): 6.1/116 kB error 03-Jan-2023 03:02:29 Progress (1): 8.9/116 kB error 03-Jan-2023 03:02:29 Progress (1): 12/116 kB error 03-Jan-2023 03:02:29 Progress (1): 15/116 kB error 03-Jan-2023 03:02:29 Progress (1): 17/116 kB error 03-Jan-2023 03:02:29 Progress (1): 20/116 kB error 03-Jan-2023 03:02:29 Progress (1): 23/116 kB error 03-Jan-2023 03:02:29 Progress (1): 26/116 kB error 03-Jan-2023 03:02:29 Progress (1): 29/116 kB error 03-Jan-2023 03:02:29 Progress (1): 31/116 kB error 03-Jan-2023 03:02:29 Progress (1): 34/116 kB error 03-Jan-2023 03:02:29 Progress (1): 37/116 kB error 03-Jan-2023 03:02:29 Progress (1): 40/116 kB error 03-Jan-2023 03:02:29 Progress (1): 43/116 kB error 03-Jan-2023 03:02:29 Progress (1): 45/116 kB error 03-Jan-2023 03:02:29 Progress (1): 48/116 kB error 03-Jan-2023 03:02:29 Progress (1): 51/116 kB error 03-Jan-2023 03:02:29 Progress (1): 54/116 kB error 03-Jan-2023 03:02:29 Progress (1): 56/116 kB error 03-Jan-2023 03:02:29 Progress (1): 59/116 kB error 03-Jan-2023 03:02:29 Progress (1): 62/116 kB error 03-Jan-2023 03:02:29 Progress (1): 65/116 kB error 03-Jan-2023 03:02:29 Progress (1): 68/116 kB error 03-Jan-2023 03:02:29 Progress (1): 70/116 kB error 03-Jan-2023 03:02:29 Progress (1): 73/116 kB error 03-Jan-2023 03:02:29 Progress (1): 76/116 kB error 03-Jan-2023 03:02:29 Progress (1): 79/116 kB error 03-Jan-2023 03:02:29 Progress (1): 82/116 kB error 03-Jan-2023 03:02:29 Progress (1): 84/116 kB error 03-Jan-2023 03:02:29 Progress (1): 87/116 kB error 03-Jan-2023 03:02:29 Progress (1): 90/116 kB error 03-Jan-2023 03:02:29 Progress (1): 93/116 kB error 03-Jan-2023 03:02:29 Progress (1): 96/116 kB error 03-Jan-2023 03:02:29 Progress (1): 98/116 kB error 03-Jan-2023 03:02:29 Progress (1): 101/116 kB error 03-Jan-2023 03:02:29 Progress (1): 104/116 kB error 03-Jan-2023 03:02:29 Progress (1): 107/116 kB error 03-Jan-2023 03:02:29 Progress (1): 110/116 kB error 03-Jan-2023 03:02:29 Progress (1): 112/116 kB error 03-Jan-2023 03:02:29 Progress (1): 115/116 kB error 03-Jan-2023 03:02:29 Progress (1): 116 kB error 03-Jan-2023 03:02:29 error 03-Jan-2023 03:02:29 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/htmlwidgets-omod/1.11.0/htmlwidgets-omod-1.11.0.jar (116 kB at 491 kB/s) error 03-Jan-2023 03:02:29 #17 78.40 [INFO] Configured Artifact: org.openmrs.module:dataexchange-omod:1.3.8:jar error 03-Jan-2023 03:02:29 #17 78.40 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/dataexchange-omod/1.3.8/dataexchange-omod-1.3.8.pom error 03-Jan-2023 03:02:29 #17 78.51 Progress (1): 3.3/5.9 kB error 03-Jan-2023 03:02:30 Progress (1): 5.9 kB error 03-Jan-2023 03:02:30 error 03-Jan-2023 03:02:30 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/dataexchange-omod/1.3.8/dataexchange-omod-1.3.8.pom (5.9 kB at 27 kB/s) error 03-Jan-2023 03:02:30 #17 78.63 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/dataexchange/1.3.8/dataexchange-1.3.8.pom error 03-Jan-2023 03:02:30 #17 78.74 Progress (1): 3.3/6.0 kB error 03-Jan-2023 03:02:30 Progress (1): 6.0 kB error 03-Jan-2023 03:02:30 error 03-Jan-2023 03:02:30 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/dataexchange/1.3.8/dataexchange-1.3.8.pom (6.0 kB at 27 kB/s) error 03-Jan-2023 03:02:30 #17 78.85 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/dataexchange-omod/1.3.8/dataexchange-omod-1.3.8.jar error 03-Jan-2023 03:02:30 #17 79.15 Progress (1): 4.1/571 kB error 03-Jan-2023 03:02:30 Progress (1): 8.2/571 kB error 03-Jan-2023 03:02:30 Progress (1): 12/571 kB error 03-Jan-2023 03:02:30 Progress (1): 16/571 kB error 03-Jan-2023 03:02:30 Progress (1): 20/571 kB error 03-Jan-2023 03:02:30 Progress (1): 25/571 kB error 03-Jan-2023 03:02:30 Progress (1): 29/571 kB error 03-Jan-2023 03:02:30 Progress (1): 33/571 kB error 03-Jan-2023 03:02:30 Progress (1): 37/571 kB error 03-Jan-2023 03:02:30 Progress (1): 41/571 kB error 03-Jan-2023 03:02:30 Progress (1): 45/571 kB error 03-Jan-2023 03:02:30 Progress (1): 49/571 kB error 03-Jan-2023 03:02:30 Progress (1): 52/571 kB error 03-Jan-2023 03:02:30 Progress (1): 56/571 kB error 03-Jan-2023 03:02:30 Progress (1): 60/571 kB error 03-Jan-2023 03:02:30 Progress (1): 64/571 kB error 03-Jan-2023 03:02:30 Progress (1): 68/571 kB error 03-Jan-2023 03:02:30 Progress (1): 72/571 kB error 03-Jan-2023 03:02:30 Progress (1): 76/571 kB error 03-Jan-2023 03:02:30 Progress (1): 79/571 kB error 03-Jan-2023 03:02:30 Progress (1): 83/571 kB error 03-Jan-2023 03:02:30 Progress (1): 87/571 kB error 03-Jan-2023 03:02:30 Progress (1): 91/571 kB error 03-Jan-2023 03:02:30 Progress (1): 95/571 kB error 03-Jan-2023 03:02:30 Progress (1): 99/571 kB error 03-Jan-2023 03:02:30 Progress (1): 103/571 kB error 03-Jan-2023 03:02:30 Progress (1): 107/571 kB error 03-Jan-2023 03:02:30 Progress (1): 111/571 kB error 03-Jan-2023 03:02:30 Progress (1): 114/571 kB error 03-Jan-2023 03:02:30 Progress (1): 116/571 kB error 03-Jan-2023 03:02:30 Progress (1): 120/571 kB error 03-Jan-2023 03:02:30 Progress (1): 125/571 kB error 03-Jan-2023 03:02:30 Progress (1): 129/571 kB error 03-Jan-2023 03:02:30 Progress (1): 133/571 kB error 03-Jan-2023 03:02:30 Progress (1): 137/571 kB error 03-Jan-2023 03:02:30 Progress (1): 141/571 kB error 03-Jan-2023 03:02:30 Progress (1): 145/571 kB error 03-Jan-2023 03:02:30 Progress (1): 149/571 kB error 03-Jan-2023 03:02:30 Progress (1): 153/571 kB error 03-Jan-2023 03:02:30 Progress (1): 157/571 kB error 03-Jan-2023 03:02:30 Progress (1): 161/571 kB error 03-Jan-2023 03:02:30 Progress (1): 165/571 kB error 03-Jan-2023 03:02:30 Progress (1): 170/571 kB error 03-Jan-2023 03:02:30 Progress (1): 174/571 kB error 03-Jan-2023 03:02:30 Progress (1): 178/571 kB error 03-Jan-2023 03:02:30 Progress (1): 182/571 kB error 03-Jan-2023 03:02:30 Progress (1): 186/571 kB error 03-Jan-2023 03:02:30 Progress (1): 188/571 kB error 03-Jan-2023 03:02:30 Progress (1): 192/571 kB error 03-Jan-2023 03:02:30 Progress (1): 197/571 kB error 03-Jan-2023 03:02:30 Progress (1): 201/571 kB error 03-Jan-2023 03:02:30 Progress (1): 205/571 kB error 03-Jan-2023 03:02:30 Progress (1): 209/571 kB error 03-Jan-2023 03:02:30 Progress (1): 213/571 kB error 03-Jan-2023 03:02:30 Progress (1): 217/571 kB error 03-Jan-2023 03:02:30 Progress (1): 221/571 kB error 03-Jan-2023 03:02:30 Progress (1): 224/571 kB error 03-Jan-2023 03:02:30 Progress (1): 228/571 kB error 03-Jan-2023 03:02:30 Progress (1): 233/571 kB error 03-Jan-2023 03:02:30 Progress (1): 237/571 kB error 03-Jan-2023 03:02:30 Progress (1): 241/571 kB error 03-Jan-2023 03:02:30 Progress (1): 245/571 kB error 03-Jan-2023 03:02:30 Progress (1): 249/571 kB error 03-Jan-2023 03:02:30 Progress (1): 251/571 kB error 03-Jan-2023 03:02:30 Progress (1): 255/571 kB error 03-Jan-2023 03:02:30 Progress (1): 260/571 kB error 03-Jan-2023 03:02:30 Progress (1): 264/571 kB error 03-Jan-2023 03:02:30 Progress (1): 268/571 kB error 03-Jan-2023 03:02:30 Progress (1): 272/571 kB error 03-Jan-2023 03:02:30 Progress (1): 276/571 kB error 03-Jan-2023 03:02:30 Progress (1): 280/571 kB error 03-Jan-2023 03:02:30 Progress (1): 284/571 kB error 03-Jan-2023 03:02:30 Progress (1): 288/571 kB error 03-Jan-2023 03:02:30 Progress (1): 292/571 kB error 03-Jan-2023 03:02:30 Progress (1): 296/571 kB error 03-Jan-2023 03:02:30 Progress (1): 300/571 kB error 03-Jan-2023 03:02:30 Progress (1): 305/571 kB error 03-Jan-2023 03:02:30 Progress (1): 309/571 kB error 03-Jan-2023 03:02:30 Progress (1): 312/571 kB error 03-Jan-2023 03:02:30 Progress (1): 314/571 kB error 03-Jan-2023 03:02:30 Progress (1): 318/571 kB error 03-Jan-2023 03:02:30 Progress (1): 323/571 kB error 03-Jan-2023 03:02:30 Progress (1): 327/571 kB error 03-Jan-2023 03:02:30 Progress (1): 331/571 kB error 03-Jan-2023 03:02:30 Progress (1): 335/571 kB error 03-Jan-2023 03:02:30 Progress (1): 339/571 kB error 03-Jan-2023 03:02:30 Progress (1): 343/571 kB error 03-Jan-2023 03:02:30 Progress (1): 347/571 kB error 03-Jan-2023 03:02:30 Progress (1): 350/571 kB error 03-Jan-2023 03:02:30 Progress (1): 354/571 kB error 03-Jan-2023 03:02:30 Progress (1): 359/571 kB error 03-Jan-2023 03:02:30 Progress (1): 363/571 kB error 03-Jan-2023 03:02:30 Progress (1): 367/571 kB error 03-Jan-2023 03:02:30 Progress (1): 371/571 kB error 03-Jan-2023 03:02:30 Progress (1): 375/571 kB error 03-Jan-2023 03:02:30 Progress (1): 377/571 kB error 03-Jan-2023 03:02:30 Progress (1): 381/571 kB error 03-Jan-2023 03:02:30 Progress (1): 386/571 kB error 03-Jan-2023 03:02:30 Progress (1): 390/571 kB error 03-Jan-2023 03:02:30 Progress (1): 394/571 kB error 03-Jan-2023 03:02:30 Progress (1): 398/571 kB error 03-Jan-2023 03:02:30 Progress (1): 402/571 kB error 03-Jan-2023 03:02:30 Progress (1): 406/571 kB error 03-Jan-2023 03:02:30 Progress (1): 410/571 kB error 03-Jan-2023 03:02:30 Progress (1): 414/571 kB error 03-Jan-2023 03:02:30 Progress (1): 418/571 kB error 03-Jan-2023 03:02:30 Progress (1): 422/571 kB error 03-Jan-2023 03:02:30 Progress (1): 426/571 kB error 03-Jan-2023 03:02:30 Progress (1): 431/571 kB error 03-Jan-2023 03:02:30 Progress (1): 435/571 kB error 03-Jan-2023 03:02:30 Progress (1): 439/571 kB error 03-Jan-2023 03:02:30 Progress (1): 443/571 kB error 03-Jan-2023 03:02:30 Progress (1): 447/571 kB error 03-Jan-2023 03:02:30 Progress (1): 449/571 kB error 03-Jan-2023 03:02:30 Progress (1): 453/571 kB error 03-Jan-2023 03:02:30 Progress (1): 458/571 kB error 03-Jan-2023 03:02:30 Progress (1): 462/571 kB error 03-Jan-2023 03:02:30 Progress (1): 466/571 kB error 03-Jan-2023 03:02:30 Progress (1): 470/571 kB error 03-Jan-2023 03:02:30 Progress (1): 474/571 kB error 03-Jan-2023 03:02:30 Progress (1): 478/571 kB error 03-Jan-2023 03:02:30 Progress (1): 482/571 kB error 03-Jan-2023 03:02:30 Progress (1): 486/571 kB error 03-Jan-2023 03:02:30 Progress (1): 490/571 kB error 03-Jan-2023 03:02:30 Progress (1): 494/571 kB error 03-Jan-2023 03:02:30 Progress (1): 498/571 kB error 03-Jan-2023 03:02:30 Progress (1): 503/571 kB error 03-Jan-2023 03:02:30 Progress (1): 507/571 kB error 03-Jan-2023 03:02:30 Progress (1): 511/571 kB error 03-Jan-2023 03:02:30 Progress (1): 515/571 kB error 03-Jan-2023 03:02:30 Progress (1): 519/571 kB error 03-Jan-2023 03:02:30 Progress (1): 521/571 kB error 03-Jan-2023 03:02:30 Progress (1): 525/571 kB error 03-Jan-2023 03:02:30 Progress (1): 530/571 kB error 03-Jan-2023 03:02:30 Progress (1): 534/571 kB error 03-Jan-2023 03:02:30 Progress (1): 538/571 kB error 03-Jan-2023 03:02:30 Progress (1): 542/571 kB error 03-Jan-2023 03:02:30 Progress (1): 546/571 kB error 03-Jan-2023 03:02:30 Progress (1): 550/571 kB error 03-Jan-2023 03:02:30 Progress (1): 554/571 kB error 03-Jan-2023 03:02:30 Progress (1): 556/571 kB error 03-Jan-2023 03:02:30 Progress (1): 560/571 kB error 03-Jan-2023 03:02:30 Progress (1): 564/571 kB error 03-Jan-2023 03:02:30 Progress (1): 568/571 kB error 03-Jan-2023 03:02:30 Progress (1): 571 kB error 03-Jan-2023 03:02:30 error 03-Jan-2023 03:02:30 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/dataexchange-omod/1.3.8/dataexchange-omod-1.3.8.jar (571 kB at 1.2 MB/s) error 03-Jan-2023 03:02:30 #17 79.33 [INFO] Configured Artifact: org.openmrs.module:appui-omod:1.16.0:jar error 03-Jan-2023 03:02:30 #17 79.33 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/appui-omod/1.16.0/appui-omod-1.16.0.pom error 03-Jan-2023 03:02:30 #17 79.46 Progress (1): 3.3/4.7 kB error 03-Jan-2023 03:02:30 Progress (1): 4.7 kB error 03-Jan-2023 03:02:30 error 03-Jan-2023 03:02:30 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/appui-omod/1.16.0/appui-omod-1.16.0.pom (4.7 kB at 22 kB/s) error 03-Jan-2023 03:02:30 #17 79.57 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/appui/1.16.0/appui-1.16.0.pom error 03-Jan-2023 03:02:31 #17 79.67 Progress (1): 3.3/9.6 kB error 03-Jan-2023 03:02:31 Progress (1): 6.1/9.6 kB error 03-Jan-2023 03:02:31 Progress (1): 8.9/9.6 kB error 03-Jan-2023 03:02:31 Progress (1): 9.6 kB error 03-Jan-2023 03:02:31 error 03-Jan-2023 03:02:31 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/appui/1.16.0/appui-1.16.0.pom (9.6 kB at 44 kB/s) error 03-Jan-2023 03:02:31 #17 79.79 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/appui-omod/1.16.0/appui-omod-1.16.0.jar error 03-Jan-2023 03:02:31 #17 80.08 Progress (1): 4.1/222 kB error 03-Jan-2023 03:02:31 Progress (1): 8.2/222 kB error 03-Jan-2023 03:02:31 Progress (1): 12/222 kB error 03-Jan-2023 03:02:31 Progress (1): 16/222 kB error 03-Jan-2023 03:02:31 Progress (1): 20/222 kB error 03-Jan-2023 03:02:31 Progress (1): 24/222 kB error 03-Jan-2023 03:02:31 Progress (1): 28/222 kB error 03-Jan-2023 03:02:31 Progress (1): 32/222 kB error 03-Jan-2023 03:02:31 Progress (1): 36/222 kB error 03-Jan-2023 03:02:31 Progress (1): 40/222 kB error 03-Jan-2023 03:02:31 Progress (1): 44/222 kB error 03-Jan-2023 03:02:31 Progress (1): 48/222 kB error 03-Jan-2023 03:02:31 Progress (1): 51/222 kB error 03-Jan-2023 03:02:31 Progress (1): 55/222 kB error 03-Jan-2023 03:02:31 Progress (1): 59/222 kB error 03-Jan-2023 03:02:31 Progress (1): 63/222 kB error 03-Jan-2023 03:02:31 Progress (1): 67/222 kB error 03-Jan-2023 03:02:31 Progress (1): 71/222 kB error 03-Jan-2023 03:02:31 Progress (1): 75/222 kB error 03-Jan-2023 03:02:31 Progress (1): 79/222 kB error 03-Jan-2023 03:02:31 Progress (1): 83/222 kB error 03-Jan-2023 03:02:31 Progress (1): 85/222 kB error 03-Jan-2023 03:02:31 Progress (1): 89/222 kB error 03-Jan-2023 03:02:31 Progress (1): 94/222 kB error 03-Jan-2023 03:02:31 Progress (1): 98/222 kB error 03-Jan-2023 03:02:31 Progress (1): 102/222 kB error 03-Jan-2023 03:02:31 Progress (1): 106/222 kB error 03-Jan-2023 03:02:31 Progress (1): 110/222 kB error 03-Jan-2023 03:02:31 Progress (1): 114/222 kB error 03-Jan-2023 03:02:31 Progress (1): 116/222 kB error 03-Jan-2023 03:02:31 Progress (1): 120/222 kB error 03-Jan-2023 03:02:31 Progress (1): 125/222 kB error 03-Jan-2023 03:02:31 Progress (1): 129/222 kB error 03-Jan-2023 03:02:31 Progress (1): 133/222 kB error 03-Jan-2023 03:02:31 Progress (1): 137/222 kB error 03-Jan-2023 03:02:31 Progress (1): 141/222 kB error 03-Jan-2023 03:02:31 Progress (1): 145/222 kB error 03-Jan-2023 03:02:31 Progress (1): 149/222 kB error 03-Jan-2023 03:02:31 Progress (1): 153/222 kB error 03-Jan-2023 03:02:31 Progress (1): 157/222 kB error 03-Jan-2023 03:02:31 Progress (1): 160/222 kB error 03-Jan-2023 03:02:31 Progress (1): 164/222 kB error 03-Jan-2023 03:02:31 Progress (1): 168/222 kB error 03-Jan-2023 03:02:31 Progress (1): 172/222 kB error 03-Jan-2023 03:02:31 Progress (1): 177/222 kB error 03-Jan-2023 03:02:31 Progress (1): 181/222 kB error 03-Jan-2023 03:02:31 Progress (1): 185/222 kB error 03-Jan-2023 03:02:31 Progress (1): 188/222 kB error 03-Jan-2023 03:02:31 Progress (1): 192/222 kB error 03-Jan-2023 03:02:31 Progress (1): 197/222 kB error 03-Jan-2023 03:02:31 Progress (1): 201/222 kB error 03-Jan-2023 03:02:31 Progress (1): 205/222 kB error 03-Jan-2023 03:02:31 Progress (1): 209/222 kB error 03-Jan-2023 03:02:31 Progress (1): 213/222 kB error 03-Jan-2023 03:02:31 Progress (1): 215/222 kB error 03-Jan-2023 03:02:31 Progress (1): 219/222 kB error 03-Jan-2023 03:02:31 Progress (1): 222 kB error 03-Jan-2023 03:02:31 error 03-Jan-2023 03:02:31 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/appui-omod/1.16.0/appui-omod-1.16.0.jar (222 kB at 528 kB/s) error 03-Jan-2023 03:02:31 #17 80.21 [INFO] Configured Artifact: org.openmrs.module:allergyui-omod:1.8.5:jar error 03-Jan-2023 03:02:31 #17 80.21 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/allergyui-omod/1.8.5/allergyui-omod-1.8.5.pom error 03-Jan-2023 03:02:31 #17 80.32 Progress (1): 3.3/8.2 kB error 03-Jan-2023 03:02:31 Progress (1): 6.1/8.2 kB error 03-Jan-2023 03:02:31 Progress (1): 8.2 kB error 03-Jan-2023 03:02:31 error 03-Jan-2023 03:02:31 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/allergyui-omod/1.8.5/allergyui-omod-1.8.5.pom (8.2 kB at 37 kB/s) error 03-Jan-2023 03:02:31 #17 80.44 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/allergyui/1.8.5/allergyui-1.8.5.pom error 03-Jan-2023 03:02:31 #17 80.56 Progress (1): 3.3/5.1 kB error 03-Jan-2023 03:02:32 Progress (1): 5.1 kB error 03-Jan-2023 03:02:32 error 03-Jan-2023 03:02:32 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/allergyui/1.8.5/allergyui-1.8.5.pom (5.1 kB at 22 kB/s) error 03-Jan-2023 03:02:32 #17 80.67 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/allergyui-omod/1.8.5/allergyui-omod-1.8.5.jar error 03-Jan-2023 03:02:32 #17 80.78 Progress (1): 3.3/75 kB error 03-Jan-2023 03:02:32 Progress (1): 6.1/75 kB error 03-Jan-2023 03:02:32 Progress (1): 8.9/75 kB error 03-Jan-2023 03:02:32 Progress (1): 12/75 kB error 03-Jan-2023 03:02:32 Progress (1): 15/75 kB error 03-Jan-2023 03:02:32 Progress (1): 17/75 kB error 03-Jan-2023 03:02:32 Progress (1): 20/75 kB error 03-Jan-2023 03:02:32 Progress (1): 23/75 kB error 03-Jan-2023 03:02:32 Progress (1): 26/75 kB error 03-Jan-2023 03:02:32 Progress (1): 29/75 kB error 03-Jan-2023 03:02:32 Progress (1): 31/75 kB error 03-Jan-2023 03:02:32 Progress (1): 34/75 kB error 03-Jan-2023 03:02:32 Progress (1): 37/75 kB error 03-Jan-2023 03:02:32 Progress (1): 40/75 kB error 03-Jan-2023 03:02:32 Progress (1): 43/75 kB error 03-Jan-2023 03:02:32 Progress (1): 45/75 kB error 03-Jan-2023 03:02:32 Progress (1): 48/75 kB error 03-Jan-2023 03:02:32 Progress (1): 51/75 kB error 03-Jan-2023 03:02:32 Progress (1): 54/75 kB error 03-Jan-2023 03:02:32 Progress (1): 56/75 kB error 03-Jan-2023 03:02:32 Progress (1): 59/75 kB error 03-Jan-2023 03:02:32 Progress (1): 62/75 kB error 03-Jan-2023 03:02:32 Progress (1): 65/75 kB error 03-Jan-2023 03:02:32 Progress (1): 68/75 kB error 03-Jan-2023 03:02:32 Progress (1): 70/75 kB error 03-Jan-2023 03:02:32 Progress (1): 73/75 kB error 03-Jan-2023 03:02:32 Progress (1): 75 kB error 03-Jan-2023 03:02:32 error 03-Jan-2023 03:02:32 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/allergyui-omod/1.8.5/allergyui-omod-1.8.5.jar (75 kB at 326 kB/s) error 03-Jan-2023 03:02:32 #17 80.90 [INFO] Configured Artifact: org.openmrs.module:providermanagement-omod:2.14.0:jar error 03-Jan-2023 03:02:32 #17 80.92 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/providermanagement-omod/2.14.0/providermanagement-omod-2.14.0.pom error 03-Jan-2023 03:02:32 #17 81.05 Progress (1): 3.3/6.8 kB error 03-Jan-2023 03:02:32 Progress (1): 6.1/6.8 kB error 03-Jan-2023 03:02:32 Progress (1): 6.8 kB error 03-Jan-2023 03:02:32 error 03-Jan-2023 03:02:32 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/providermanagement-omod/2.14.0/providermanagement-omod-2.14.0.pom (6.8 kB at 29 kB/s) error 03-Jan-2023 03:02:32 #17 81.16 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/providermanagement/2.14.0/providermanagement-2.14.0.pom error 03-Jan-2023 03:02:32 #17 81.27 Progress (1): 3.3/5.3 kB error 03-Jan-2023 03:02:32 Progress (1): 5.3 kB error 03-Jan-2023 03:02:32 error 03-Jan-2023 03:02:32 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/providermanagement/2.14.0/providermanagement-2.14.0.pom (5.3 kB at 24 kB/s) error 03-Jan-2023 03:02:32 #17 81.38 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/providermanagement-omod/2.14.0/providermanagement-omod-2.14.0.jar error 03-Jan-2023 03:02:33 #17 81.65 Progress (1): 4.1/235 kB error 03-Jan-2023 03:02:33 Progress (1): 7.5/235 kB error 03-Jan-2023 03:02:33 Progress (1): 12/235 kB error 03-Jan-2023 03:02:33 Progress (1): 16/235 kB error 03-Jan-2023 03:02:33 Progress (1): 20/235 kB error 03-Jan-2023 03:02:33 Progress (1): 24/235 kB error 03-Jan-2023 03:02:33 Progress (1): 28/235 kB error 03-Jan-2023 03:02:33 Progress (1): 32/235 kB error 03-Jan-2023 03:02:33 Progress (1): 36/235 kB error 03-Jan-2023 03:02:33 Progress (1): 40/235 kB error 03-Jan-2023 03:02:33 Progress (1): 42/235 kB error 03-Jan-2023 03:02:33 Progress (1): 46/235 kB error 03-Jan-2023 03:02:33 Progress (1): 51/235 kB error 03-Jan-2023 03:02:33 Progress (1): 55/235 kB error 03-Jan-2023 03:02:33 Progress (1): 59/235 kB error 03-Jan-2023 03:02:33 Progress (1): 63/235 kB error 03-Jan-2023 03:02:33 Progress (1): 67/235 kB error 03-Jan-2023 03:02:33 Progress (1): 71/235 kB error 03-Jan-2023 03:02:33 Progress (1): 75/235 kB error 03-Jan-2023 03:02:33 Progress (1): 77/235 kB error 03-Jan-2023 03:02:33 Progress (1): 80/235 kB error 03-Jan-2023 03:02:33 Progress (1): 84/235 kB error 03-Jan-2023 03:02:33 Progress (1): 89/235 kB error 03-Jan-2023 03:02:33 Progress (1): 93/235 kB error 03-Jan-2023 03:02:33 Progress (1): 97/235 kB error 03-Jan-2023 03:02:33 Progress (1): 101/235 kB error 03-Jan-2023 03:02:33 Progress (1): 105/235 kB error 03-Jan-2023 03:02:33 Progress (1): 109/235 kB error 03-Jan-2023 03:02:33 Progress (1): 113/235 kB error 03-Jan-2023 03:02:33 Progress (1): 115/235 kB error 03-Jan-2023 03:02:33 Progress (1): 119/235 kB error 03-Jan-2023 03:02:33 Progress (1): 123/235 kB error 03-Jan-2023 03:02:33 Progress (1): 127/235 kB error 03-Jan-2023 03:02:33 Progress (1): 132/235 kB error 03-Jan-2023 03:02:33 Progress (1): 134/235 kB error 03-Jan-2023 03:02:33 Progress (1): 138/235 kB error 03-Jan-2023 03:02:33 Progress (1): 142/235 kB error 03-Jan-2023 03:02:33 Progress (1): 146/235 kB error 03-Jan-2023 03:02:33 Progress (1): 150/235 kB error 03-Jan-2023 03:02:33 Progress (1): 154/235 kB error 03-Jan-2023 03:02:33 Progress (1): 158/235 kB error 03-Jan-2023 03:02:33 Progress (1): 162/235 kB error 03-Jan-2023 03:02:33 Progress (1): 166/235 kB error 03-Jan-2023 03:02:33 Progress (1): 169/235 kB error 03-Jan-2023 03:02:33 Progress (1): 173/235 kB error 03-Jan-2023 03:02:33 Progress (1): 177/235 kB error 03-Jan-2023 03:02:33 Progress (1): 181/235 kB error 03-Jan-2023 03:02:33 Progress (1): 185/235 kB error 03-Jan-2023 03:02:33 Progress (1): 189/235 kB error 03-Jan-2023 03:02:33 Progress (1): 193/235 kB error 03-Jan-2023 03:02:33 Progress (1): 197/235 kB error 03-Jan-2023 03:02:33 Progress (1): 201/235 kB error 03-Jan-2023 03:02:33 Progress (1): 203/235 kB error 03-Jan-2023 03:02:33 Progress (1): 207/235 kB error 03-Jan-2023 03:02:33 Progress (1): 212/235 kB error 03-Jan-2023 03:02:33 Progress (1): 216/235 kB error 03-Jan-2023 03:02:33 Progress (1): 220/235 kB error 03-Jan-2023 03:02:33 Progress (1): 224/235 kB error 03-Jan-2023 03:02:33 Progress (1): 228/235 kB error 03-Jan-2023 03:02:33 Progress (1): 232/235 kB error 03-Jan-2023 03:02:33 Progress (1): 235 kB error 03-Jan-2023 03:02:33 error 03-Jan-2023 03:02:33 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/providermanagement-omod/2.14.0/providermanagement-omod-2.14.0.jar (235 kB at 601 kB/s) error 03-Jan-2023 03:02:33 #17 81.77 [INFO] Configured Artifact: org.openmrs.module:appointmentschedulingui-omod:1.14.0:jar error 03-Jan-2023 03:02:33 #17 81.78 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/appointmentschedulingui-omod/1.14.0/appointmentschedulingui-omod-1.14.0.pom error 03-Jan-2023 03:02:33 #17 81.89 Progress (1): 3.3/9.9 kB error 03-Jan-2023 03:02:33 Progress (1): 6.1/9.9 kB error 03-Jan-2023 03:02:33 Progress (1): 8.9/9.9 kB error 03-Jan-2023 03:02:33 Progress (1): 9.9 kB error 03-Jan-2023 03:02:33 error 03-Jan-2023 03:02:33 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/appointmentschedulingui-omod/1.14.0/appointmentschedulingui-omod-1.14.0.pom (9.9 kB at 43 kB/s) error 03-Jan-2023 03:02:33 #17 82.01 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/appointmentschedulingui/1.14.0/appointmentschedulingui-1.14.0.pom error 03-Jan-2023 03:02:33 #17 82.12 Progress (1): 3.3/12 kB error 03-Jan-2023 03:02:33 Progress (1): 6.1/12 kB error 03-Jan-2023 03:02:33 Progress (1): 8.9/12 kB error 03-Jan-2023 03:02:33 Progress (1): 12/12 kB error 03-Jan-2023 03:02:33 Progress (1): 12 kB error 03-Jan-2023 03:02:33 error 03-Jan-2023 03:02:33 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/appointmentschedulingui/1.14.0/appointmentschedulingui-1.14.0.pom (12 kB at 53 kB/s) error 03-Jan-2023 03:02:33 #17 82.24 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/appointmentschedulingui-omod/1.14.0/appointmentschedulingui-omod-1.14.0.jar error 03-Jan-2023 03:02:33 #17 82.56 Progress (1): 0/5.1 MB error 03-Jan-2023 03:02:34 Progress (1): 0.1/5.1 MB error 03-Jan-2023 03:02:34 Progress (1): 0.1/5.1 MB error 03-Jan-2023 03:02:34 Progress (1): 0.1/5.1 MB error 03-Jan-2023 03:02:34 Progress (1): 0.1/5.1 MB error 03-Jan-2023 03:02:34 Progress (1): 0.2/5.1 MB error 03-Jan-2023 03:02:34 Progress (1): 0.2/5.1 MB error 03-Jan-2023 03:02:34 Progress (1): 0.2/5.1 MB error 03-Jan-2023 03:02:34 Progress (1): 0.2/5.1 MB error 03-Jan-2023 03:02:34 Progress (1): 0.3/5.1 MB error 03-Jan-2023 03:02:34 Progress (1): 0.3/5.1 MB error 03-Jan-2023 03:02:34 Progress (1): 0.3/5.1 MB error 03-Jan-2023 03:02:34 Progress (1): 0.3/5.1 MB error 03-Jan-2023 03:02:34 Progress (1): 0.4/5.1 MB error 03-Jan-2023 03:02:34 Progress (1): 0.4/5.1 MB error 03-Jan-2023 03:02:34 Progress (1): 0.4/5.1 MB error 03-Jan-2023 03:02:34 Progress (1): 0.5/5.1 MB error 03-Jan-2023 03:02:34 Progress (1): 0.5/5.1 MB error 03-Jan-2023 03:02:34 Progress (1): 0.5/5.1 MB error 03-Jan-2023 03:02:34 Progress (1): 0.5/5.1 MB error 03-Jan-2023 03:02:34 Progress (1): 0.6/5.1 MB error 03-Jan-2023 03:02:34 Progress (1): 0.6/5.1 MB error 03-Jan-2023 03:02:34 Progress (1): 0.6/5.1 MB error 03-Jan-2023 03:02:34 Progress (1): 0.6/5.1 MB error 03-Jan-2023 03:02:34 Progress (1): 0.7/5.1 MB error 03-Jan-2023 03:02:34 Progress (1): 0.7/5.1 MB error 03-Jan-2023 03:02:34 Progress (1): 0.7/5.1 MB error 03-Jan-2023 03:02:34 Progress (1): 0.8/5.1 MB error 03-Jan-2023 03:02:34 Progress (1): 0.8/5.1 MB error 03-Jan-2023 03:02:34 Progress (1): 0.8/5.1 MB error 03-Jan-2023 03:02:34 Progress (1): 0.8/5.1 MB error 03-Jan-2023 03:02:34 Progress (1): 0.9/5.1 MB error 03-Jan-2023 03:02:34 Progress (1): 0.9/5.1 MB error 03-Jan-2023 03:02:34 Progress (1): 0.9/5.1 MB error 03-Jan-2023 03:02:34 Progress (1): 0.9/5.1 MB error 03-Jan-2023 03:02:34 Progress (1): 1.0/5.1 MB error 03-Jan-2023 03:02:34 Progress (1): 1.0/5.1 MB error 03-Jan-2023 03:02:34 Progress (1): 1.0/5.1 MB error 03-Jan-2023 03:02:34 Progress (1): 1.1/5.1 MB error 03-Jan-2023 03:02:34 Progress (1): 1.1/5.1 MB error 03-Jan-2023 03:02:34 Progress (1): 1.1/5.1 MB error 03-Jan-2023 03:02:34 Progress (1): 1.1/5.1 MB error 03-Jan-2023 03:02:34 Progress (1): 1.2/5.1 MB error 03-Jan-2023 03:02:34 Progress (1): 1.2/5.1 MB error 03-Jan-2023 03:02:34 Progress (1): 1.2/5.1 MB error 03-Jan-2023 03:02:34 Progress (1): 1.2/5.1 MB error 03-Jan-2023 03:02:34 Progress (1): 1.3/5.1 MB error 03-Jan-2023 03:02:34 Progress (1): 1.3/5.1 MB error 03-Jan-2023 03:02:34 Progress (1): 1.3/5.1 MB error 03-Jan-2023 03:02:34 Progress (1): 1.3/5.1 MB error 03-Jan-2023 03:02:34 Progress (1): 1.4/5.1 MB error 03-Jan-2023 03:02:34 Progress (1): 1.4/5.1 MB error 03-Jan-2023 03:02:34 Progress (1): 1.4/5.1 MB error 03-Jan-2023 03:02:34 Progress (1): 1.5/5.1 MB error 03-Jan-2023 03:02:34 Progress (1): 1.5/5.1 MB error 03-Jan-2023 03:02:34 Progress (1): 1.5/5.1 MB error 03-Jan-2023 03:02:34 Progress (1): 1.5/5.1 MB error 03-Jan-2023 03:02:34 Progress (1): 1.6/5.1 MB error 03-Jan-2023 03:02:34 Progress (1): 1.6/5.1 MB error 03-Jan-2023 03:02:34 Progress (1): 1.6/5.1 MB error 03-Jan-2023 03:02:34 Progress (1): 1.6/5.1 MB error 03-Jan-2023 03:02:34 Progress (1): 1.7/5.1 MB error 03-Jan-2023 03:02:34 Progress (1): 1.7/5.1 MB error 03-Jan-2023 03:02:34 Progress (1): 1.7/5.1 MB error 03-Jan-2023 03:02:34 Progress (1): 1.8/5.1 MB error 03-Jan-2023 03:02:34 Progress (1): 1.8/5.1 MB error 03-Jan-2023 03:02:34 Progress (1): 1.8/5.1 MB error 03-Jan-2023 03:02:34 Progress (1): 1.8/5.1 MB error 03-Jan-2023 03:02:34 Progress (1): 1.9/5.1 MB error 03-Jan-2023 03:02:34 Progress (1): 1.9/5.1 MB error 03-Jan-2023 03:02:34 Progress (1): 1.9/5.1 MB error 03-Jan-2023 03:02:34 Progress (1): 1.9/5.1 MB error 03-Jan-2023 03:02:34 Progress (1): 2.0/5.1 MB error 03-Jan-2023 03:02:34 Progress (1): 2.0/5.1 MB error 03-Jan-2023 03:02:34 Progress (1): 2.0/5.1 MB error 03-Jan-2023 03:02:34 Progress (1): 2.0/5.1 MB error 03-Jan-2023 03:02:34 Progress (1): 2.1/5.1 MB error 03-Jan-2023 03:02:34 Progress (1): 2.1/5.1 MB error 03-Jan-2023 03:02:34 Progress (1): 2.1/5.1 MB error 03-Jan-2023 03:02:34 Progress (1): 2.2/5.1 MB error 03-Jan-2023 03:02:34 Progress (1): 2.2/5.1 MB error 03-Jan-2023 03:02:34 Progress (1): 2.2/5.1 MB error 03-Jan-2023 03:02:34 Progress (1): 2.2/5.1 MB error 03-Jan-2023 03:02:34 Progress (1): 2.3/5.1 MB error 03-Jan-2023 03:02:34 Progress (1): 2.3/5.1 MB error 03-Jan-2023 03:02:34 Progress (1): 2.3/5.1 MB error 03-Jan-2023 03:02:34 Progress (1): 2.3/5.1 MB error 03-Jan-2023 03:02:34 Progress (1): 2.4/5.1 MB error 03-Jan-2023 03:02:34 Progress (1): 2.4/5.1 MB error 03-Jan-2023 03:02:34 Progress (1): 2.4/5.1 MB error 03-Jan-2023 03:02:34 Progress (1): 2.5/5.1 MB error 03-Jan-2023 03:02:34 Progress (1): 2.5/5.1 MB error 03-Jan-2023 03:02:34 Progress (1): 2.5/5.1 MB error 03-Jan-2023 03:02:34 Progress (1): 2.5/5.1 MB error 03-Jan-2023 03:02:34 Progress (1): 2.6/5.1 MB error 03-Jan-2023 03:02:34 Progress (1): 2.6/5.1 MB error 03-Jan-2023 03:02:34 Progress (1): 2.6/5.1 MB error 03-Jan-2023 03:02:34 Progress (1): 2.6/5.1 MB error 03-Jan-2023 03:02:34 Progress (1): 2.7/5.1 MB error 03-Jan-2023 03:02:34 Progress (1): 2.7/5.1 MB error 03-Jan-2023 03:02:34 Progress (1): 2.7/5.1 MB error 03-Jan-2023 03:02:34 Progress (1): 2.8/5.1 MB error 03-Jan-2023 03:02:34 Progress (1): 2.8/5.1 MB error 03-Jan-2023 03:02:34 Progress (1): 2.8/5.1 MB error 03-Jan-2023 03:02:34 Progress (1): 2.8/5.1 MB error 03-Jan-2023 03:02:34 Progress (1): 2.9/5.1 MB error 03-Jan-2023 03:02:34 Progress (1): 2.9/5.1 MB error 03-Jan-2023 03:02:34 Progress (1): 2.9/5.1 MB error 03-Jan-2023 03:02:34 Progress (1): 2.9/5.1 MB error 03-Jan-2023 03:02:34 Progress (1): 3.0/5.1 MB error 03-Jan-2023 03:02:34 Progress (1): 3.0/5.1 MB error 03-Jan-2023 03:02:34 Progress (1): 3.0/5.1 MB error 03-Jan-2023 03:02:34 Progress (1): 3.0/5.1 MB error 03-Jan-2023 03:02:34 Progress (1): 3.1/5.1 MB error 03-Jan-2023 03:02:34 Progress (1): 3.1/5.1 MB error 03-Jan-2023 03:02:34 Progress (1): 3.1/5.1 MB error 03-Jan-2023 03:02:34 Progress (1): 3.2/5.1 MB error 03-Jan-2023 03:02:34 Progress (1): 3.2/5.1 MB error 03-Jan-2023 03:02:34 Progress (1): 3.2/5.1 MB error 03-Jan-2023 03:02:34 Progress (1): 3.2/5.1 MB error 03-Jan-2023 03:02:34 Progress (1): 3.3/5.1 MB error 03-Jan-2023 03:02:34 Progress (1): 3.3/5.1 MB error 03-Jan-2023 03:02:34 Progress (1): 3.3/5.1 MB error 03-Jan-2023 03:02:34 Progress (1): 3.3/5.1 MB error 03-Jan-2023 03:02:34 Progress (1): 3.4/5.1 MB error 03-Jan-2023 03:02:34 Progress (1): 3.4/5.1 MB error 03-Jan-2023 03:02:34 Progress (1): 3.4/5.1 MB error 03-Jan-2023 03:02:34 Progress (1): 3.5/5.1 MB error 03-Jan-2023 03:02:34 Progress (1): 3.5/5.1 MB error 03-Jan-2023 03:02:34 Progress (1): 3.5/5.1 MB error 03-Jan-2023 03:02:34 Progress (1): 3.5/5.1 MB error 03-Jan-2023 03:02:34 Progress (1): 3.6/5.1 MB error 03-Jan-2023 03:02:34 Progress (1): 3.6/5.1 MB error 03-Jan-2023 03:02:34 Progress (1): 3.6/5.1 MB error 03-Jan-2023 03:02:34 Progress (1): 3.6/5.1 MB error 03-Jan-2023 03:02:34 Progress (1): 3.7/5.1 MB error 03-Jan-2023 03:02:34 Progress (1): 3.7/5.1 MB error 03-Jan-2023 03:02:34 Progress (1): 3.7/5.1 MB error 03-Jan-2023 03:02:34 Progress (1): 3.8/5.1 MB error 03-Jan-2023 03:02:34 Progress (1): 3.8/5.1 MB error 03-Jan-2023 03:02:34 Progress (1): 3.8/5.1 MB error 03-Jan-2023 03:02:34 Progress (1): 3.8/5.1 MB error 03-Jan-2023 03:02:34 Progress (1): 3.9/5.1 MB error 03-Jan-2023 03:02:34 Progress (1): 3.9/5.1 MB error 03-Jan-2023 03:02:34 Progress (1): 3.9/5.1 MB error 03-Jan-2023 03:02:34 Progress (1): 3.9/5.1 MB error 03-Jan-2023 03:02:34 Progress (1): 4.0/5.1 MB error 03-Jan-2023 03:02:34 Progress (1): 4.0/5.1 MB error 03-Jan-2023 03:02:34 Progress (1): 4.0/5.1 MB error 03-Jan-2023 03:02:34 Progress (1): 4.0/5.1 MB error 03-Jan-2023 03:02:34 Progress (1): 4.1/5.1 MB error 03-Jan-2023 03:02:34 Progress (1): 4.1/5.1 MB error 03-Jan-2023 03:02:34 Progress (1): 4.1/5.1 MB error 03-Jan-2023 03:02:34 Progress (1): 4.1/5.1 MB error 03-Jan-2023 03:02:34 Progress (1): 4.2/5.1 MB error 03-Jan-2023 03:02:34 Progress (1): 4.2/5.1 MB error 03-Jan-2023 03:02:34 Progress (1): 4.2/5.1 MB error 03-Jan-2023 03:02:34 Progress (1): 4.2/5.1 MB error 03-Jan-2023 03:02:34 Progress (1): 4.3/5.1 MB error 03-Jan-2023 03:02:34 Progress (1): 4.3/5.1 MB error 03-Jan-2023 03:02:34 Progress (1): 4.3/5.1 MB error 03-Jan-2023 03:02:34 Progress (1): 4.4/5.1 MB error 03-Jan-2023 03:02:34 Progress (1): 4.4/5.1 MB error 03-Jan-2023 03:02:34 Progress (1): 4.4/5.1 MB error 03-Jan-2023 03:02:34 Progress (1): 4.4/5.1 MB error 03-Jan-2023 03:02:34 Progress (1): 4.5/5.1 MB error 03-Jan-2023 03:02:34 Progress (1): 4.5/5.1 MB error 03-Jan-2023 03:02:34 Progress (1): 4.5/5.1 MB error 03-Jan-2023 03:02:34 Progress (1): 4.5/5.1 MB error 03-Jan-2023 03:02:34 Progress (1): 4.6/5.1 MB error 03-Jan-2023 03:02:34 Progress (1): 4.6/5.1 MB error 03-Jan-2023 03:02:34 Progress (1): 4.6/5.1 MB error 03-Jan-2023 03:02:34 Progress (1): 4.6/5.1 MB error 03-Jan-2023 03:02:34 Progress (1): 4.7/5.1 MB error 03-Jan-2023 03:02:34 Progress (1): 4.7/5.1 MB error 03-Jan-2023 03:02:34 Progress (1): 4.7/5.1 MB error 03-Jan-2023 03:02:34 Progress (1): 4.7/5.1 MB error 03-Jan-2023 03:02:34 Progress (1): 4.8/5.1 MB error 03-Jan-2023 03:02:34 Progress (1): 4.8/5.1 MB error 03-Jan-2023 03:02:34 Progress (1): 4.8/5.1 MB error 03-Jan-2023 03:02:34 Progress (1): 4.8/5.1 MB error 03-Jan-2023 03:02:34 Progress (1): 4.8/5.1 MB error 03-Jan-2023 03:02:34 Progress (1): 4.9/5.1 MB error 03-Jan-2023 03:02:34 Progress (1): 4.9/5.1 MB error 03-Jan-2023 03:02:34 Progress (1): 4.9/5.1 MB error 03-Jan-2023 03:02:34 Progress (1): 4.9/5.1 MB error 03-Jan-2023 03:02:34 Progress (1): 5.0/5.1 MB error 03-Jan-2023 03:02:34 Progress (1): 5.0/5.1 MB error 03-Jan-2023 03:02:34 Progress (1): 5.0/5.1 MB error 03-Jan-2023 03:02:34 Progress (1): 5.0/5.1 MB error 03-Jan-2023 03:02:34 Progress (1): 5.1/5.1 MB error 03-Jan-2023 03:02:34 Progress (1): 5.1 MB error 03-Jan-2023 03:02:34 error 03-Jan-2023 03:02:34 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/appointmentschedulingui-omod/1.14.0/appointmentschedulingui-omod-1.14.0.jar (5.1 MB at 7.9 MB/s) error 03-Jan-2023 03:02:34 #17 82.88 [INFO] Configured Artifact: org.openmrs.module:attachments-omod:2.7.0:jar error 03-Jan-2023 03:02:34 #17 82.89 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/attachments-omod/2.7.0/attachments-omod-2.7.0.pom error 03-Jan-2023 03:02:34 #17 83.01 Progress (1): 3.3/11 kB error 03-Jan-2023 03:02:34 Progress (1): 6.1/11 kB error 03-Jan-2023 03:02:34 Progress (1): 8.9/11 kB error 03-Jan-2023 03:02:34 Progress (1): 11 kB error 03-Jan-2023 03:02:34 error 03-Jan-2023 03:02:34 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/attachments-omod/2.7.0/attachments-omod-2.7.0.pom (11 kB at 48 kB/s) error 03-Jan-2023 03:02:34 #17 83.12 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/attachments/2.7.0/attachments-2.7.0.pom error 03-Jan-2023 03:02:34 #17 83.23 Progress (1): 3.3/6.2 kB error 03-Jan-2023 03:02:34 Progress (1): 6.1/6.2 kB error 03-Jan-2023 03:02:34 Progress (1): 6.2 kB error 03-Jan-2023 03:02:34 error 03-Jan-2023 03:02:34 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/attachments/2.7.0/attachments-2.7.0.pom (6.2 kB at 28 kB/s) error 03-Jan-2023 03:02:34 #17 83.35 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/attachments-omod/2.7.0/attachments-omod-2.7.0.jar error 03-Jan-2023 03:02:35 #17 83.63 Progress (1): 4.1/313 kB error 03-Jan-2023 03:02:35 Progress (1): 8.2/313 kB error 03-Jan-2023 03:02:35 Progress (1): 12/313 kB error 03-Jan-2023 03:02:35 Progress (1): 16/313 kB error 03-Jan-2023 03:02:35 Progress (1): 19/313 kB error 03-Jan-2023 03:02:35 Progress (1): 23/313 kB error 03-Jan-2023 03:02:35 Progress (1): 27/313 kB error 03-Jan-2023 03:02:35 Progress (1): 31/313 kB error 03-Jan-2023 03:02:35 Progress (1): 35/313 kB error 03-Jan-2023 03:02:35 Progress (1): 39/313 kB error 03-Jan-2023 03:02:35 Progress (1): 43/313 kB error 03-Jan-2023 03:02:35 Progress (1): 47/313 kB error 03-Jan-2023 03:02:35 Progress (1): 52/313 kB error 03-Jan-2023 03:02:35 Progress (1): 56/313 kB error 03-Jan-2023 03:02:35 Progress (1): 60/313 kB error 03-Jan-2023 03:02:35 Progress (1): 64/313 kB error 03-Jan-2023 03:02:35 Progress (1): 68/313 kB error 03-Jan-2023 03:02:35 Progress (1): 71/313 kB error 03-Jan-2023 03:02:35 Progress (1): 75/313 kB error 03-Jan-2023 03:02:35 Progress (1): 79/313 kB error 03-Jan-2023 03:02:35 Progress (1): 83/313 kB error 03-Jan-2023 03:02:35 Progress (1): 86/313 kB error 03-Jan-2023 03:02:35 Progress (1): 90/313 kB error 03-Jan-2023 03:02:35 Progress (1): 94/313 kB error 03-Jan-2023 03:02:35 Progress (1): 98/313 kB error 03-Jan-2023 03:02:35 Progress (1): 102/313 kB error 03-Jan-2023 03:02:35 Progress (1): 107/313 kB error 03-Jan-2023 03:02:35 Progress (1): 111/313 kB error 03-Jan-2023 03:02:35 Progress (1): 115/313 kB error 03-Jan-2023 03:02:35 Progress (1): 119/313 kB error 03-Jan-2023 03:02:35 Progress (1): 123/313 kB error 03-Jan-2023 03:02:35 Progress (1): 125/313 kB error 03-Jan-2023 03:02:35 Progress (1): 129/313 kB error 03-Jan-2023 03:02:35 Progress (1): 134/313 kB error 03-Jan-2023 03:02:35 Progress (1): 138/313 kB error 03-Jan-2023 03:02:35 Progress (1): 142/313 kB error 03-Jan-2023 03:02:35 Progress (1): 146/313 kB error 03-Jan-2023 03:02:35 Progress (1): 150/313 kB error 03-Jan-2023 03:02:35 Progress (1): 154/313 kB error 03-Jan-2023 03:02:35 Progress (1): 158/313 kB error 03-Jan-2023 03:02:35 Progress (1): 162/313 kB error 03-Jan-2023 03:02:35 Progress (1): 166/313 kB error 03-Jan-2023 03:02:35 Progress (1): 170/313 kB error 03-Jan-2023 03:02:35 Progress (1): 174/313 kB error 03-Jan-2023 03:02:35 Progress (1): 179/313 kB error 03-Jan-2023 03:02:35 Progress (1): 183/313 kB error 03-Jan-2023 03:02:35 Progress (1): 187/313 kB error 03-Jan-2023 03:02:35 Progress (1): 191/313 kB error 03-Jan-2023 03:02:35 Progress (1): 193/313 kB error 03-Jan-2023 03:02:35 Progress (1): 197/313 kB error 03-Jan-2023 03:02:35 Progress (1): 201/313 kB error 03-Jan-2023 03:02:35 Progress (1): 205/313 kB error 03-Jan-2023 03:02:35 Progress (1): 209/313 kB error 03-Jan-2023 03:02:35 Progress (1): 213/313 kB error 03-Jan-2023 03:02:35 Progress (1): 217/313 kB error 03-Jan-2023 03:02:35 Progress (1): 222/313 kB error 03-Jan-2023 03:02:35 Progress (1): 224/313 kB error 03-Jan-2023 03:02:35 Progress (1): 228/313 kB error 03-Jan-2023 03:02:35 Progress (1): 232/313 kB error 03-Jan-2023 03:02:35 Progress (1): 236/313 kB error 03-Jan-2023 03:02:35 Progress (1): 240/313 kB error 03-Jan-2023 03:02:35 Progress (1): 244/313 kB error 03-Jan-2023 03:02:35 Progress (1): 248/313 kB error 03-Jan-2023 03:02:35 Progress (1): 251/313 kB error 03-Jan-2023 03:02:35 Progress (1): 255/313 kB error 03-Jan-2023 03:02:35 Progress (1): 260/313 kB error 03-Jan-2023 03:02:35 Progress (1): 264/313 kB error 03-Jan-2023 03:02:35 Progress (1): 268/313 kB error 03-Jan-2023 03:02:35 Progress (1): 272/313 kB error 03-Jan-2023 03:02:35 Progress (1): 276/313 kB error 03-Jan-2023 03:02:35 Progress (1): 280/313 kB error 03-Jan-2023 03:02:35 Progress (1): 284/313 kB error 03-Jan-2023 03:02:35 Progress (1): 288/313 kB error 03-Jan-2023 03:02:35 Progress (1): 292/313 kB error 03-Jan-2023 03:02:35 Progress (1): 296/313 kB error 03-Jan-2023 03:02:35 Progress (1): 300/313 kB error 03-Jan-2023 03:02:35 Progress (1): 305/313 kB error 03-Jan-2023 03:02:35 Progress (1): 309/313 kB error 03-Jan-2023 03:02:35 Progress (1): 313/313 kB error 03-Jan-2023 03:02:35 Progress (1): 313 kB error 03-Jan-2023 03:02:35 error 03-Jan-2023 03:02:35 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/attachments-omod/2.7.0/attachments-omod-2.7.0.jar (313 kB at 697 kB/s) error 03-Jan-2023 03:02:35 #17 83.80 [INFO] Configured Artifact: org.openmrs.module:formentryapp-omod:1.4.3:jar error 03-Jan-2023 03:02:35 #17 83.80 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/formentryapp-omod/1.4.3/formentryapp-omod-1.4.3.pom error 03-Jan-2023 03:02:35 #17 83.91 Progress (1): 3.3/5.9 kB error 03-Jan-2023 03:02:35 Progress (1): 5.9 kB error 03-Jan-2023 03:02:35 error 03-Jan-2023 03:02:35 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/formentryapp-omod/1.4.3/formentryapp-omod-1.4.3.pom (5.9 kB at 27 kB/s) error 03-Jan-2023 03:02:35 #17 84.02 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/formentryapp/1.4.3/formentryapp-1.4.3.pom error 03-Jan-2023 03:02:35 #17 84.13 Progress (1): 3.3/5.3 kB error 03-Jan-2023 03:02:35 Progress (1): 5.3 kB error 03-Jan-2023 03:02:35 error 03-Jan-2023 03:02:35 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/formentryapp/1.4.3/formentryapp-1.4.3.pom (5.3 kB at 24 kB/s) error 03-Jan-2023 03:02:35 #17 84.25 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/formentryapp-omod/1.4.3/formentryapp-omod-1.4.3.jar error 03-Jan-2023 03:02:35 #17 84.37 Progress (1): 3.3/27 kB error 03-Jan-2023 03:02:35 Progress (1): 6.1/27 kB error 03-Jan-2023 03:02:35 Progress (1): 8.9/27 kB error 03-Jan-2023 03:02:35 Progress (1): 12/27 kB error 03-Jan-2023 03:02:35 Progress (1): 15/27 kB error 03-Jan-2023 03:02:35 Progress (1): 17/27 kB error 03-Jan-2023 03:02:35 Progress (1): 20/27 kB error 03-Jan-2023 03:02:35 Progress (1): 23/27 kB error 03-Jan-2023 03:02:35 Progress (1): 26/27 kB error 03-Jan-2023 03:02:35 Progress (1): 27 kB error 03-Jan-2023 03:02:35 error 03-Jan-2023 03:02:35 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/formentryapp-omod/1.4.3/formentryapp-omod-1.4.3.jar (27 kB at 115 kB/s) error 03-Jan-2023 03:02:35 #17 84.49 [INFO] Configured Artifact: org.openmrs.module:idgen-omod:4.9.0:jar error 03-Jan-2023 03:02:35 #17 84.49 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/idgen-omod/4.9.0/idgen-omod-4.9.0.pom error 03-Jan-2023 03:02:36 #17 84.60 Progress (1): 3.3/4.1 kB error 03-Jan-2023 03:02:36 Progress (1): 4.1 kB error 03-Jan-2023 03:02:36 error 03-Jan-2023 03:02:36 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/idgen-omod/4.9.0/idgen-omod-4.9.0.pom (4.1 kB at 19 kB/s) error 03-Jan-2023 03:02:36 #17 84.71 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/idgen/4.9.0/idgen-4.9.0.pom error 03-Jan-2023 03:02:36 #17 84.82 Progress (1): 3.3/9.9 kB error 03-Jan-2023 03:02:36 Progress (1): 6.1/9.9 kB error 03-Jan-2023 03:02:36 Progress (1): 8.9/9.9 kB error 03-Jan-2023 03:02:36 Progress (1): 9.9 kB error 03-Jan-2023 03:02:36 error 03-Jan-2023 03:02:36 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/idgen/4.9.0/idgen-4.9.0.pom (9.9 kB at 44 kB/s) error 03-Jan-2023 03:02:36 #17 84.95 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/idgen-omod/4.9.0/idgen-omod-4.9.0.jar error 03-Jan-2023 03:02:36 #17 ... error 03-Jan-2023 03:02:36 error 03-Jan-2023 03:02:36 #16 [linux/arm64 dev 4/4] RUN mvn -s /usr/share/maven/ref/settings-docker.xml install error 03-Jan-2023 03:02:36 #16 76.21 Progress (1): 3.3/59 kB error 03-Jan-2023 03:02:36 Progress (1): 6.1/59 kB error 03-Jan-2023 03:02:36 Progress (1): 8.9/59 kB error 03-Jan-2023 03:02:36 Progress (1): 12/59 kB error 03-Jan-2023 03:02:36 Progress (1): 15/59 kB error 03-Jan-2023 03:02:36 Progress (1): 17/59 kB error 03-Jan-2023 03:02:36 Progress (1): 20/59 kB error 03-Jan-2023 03:02:36 Progress (1): 23/59 kB error 03-Jan-2023 03:02:36 Progress (1): 26/59 kB error 03-Jan-2023 03:02:36 Progress (1): 29/59 kB error 03-Jan-2023 03:02:36 Progress (1): 31/59 kB error 03-Jan-2023 03:02:36 Progress (1): 34/59 kB error 03-Jan-2023 03:02:36 Progress (1): 37/59 kB error 03-Jan-2023 03:02:36 Progress (1): 40/59 kB error 03-Jan-2023 03:02:36 Progress (1): 42/59 kB error 03-Jan-2023 03:02:36 Progress (1): 45/59 kB error 03-Jan-2023 03:02:36 Progress (1): 48/59 kB error 03-Jan-2023 03:02:36 Progress (1): 51/59 kB error 03-Jan-2023 03:02:36 Progress (1): 54/59 kB error 03-Jan-2023 03:02:36 Progress (1): 56/59 kB error 03-Jan-2023 03:02:36 Progress (1): 59 kB error 03-Jan-2023 03:02:36 error 03-Jan-2023 03:02:36 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/dbunit/dbunit/2.7.2/dbunit-2.7.2.pom (59 kB at 165 kB/s) error 03-Jan-2023 03:02:36 #16 77.33 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/springframework/spring-beans/5.2.14.RELEASE/spring-beans-5.2.14.RELEASE.jar error 03-Jan-2023 03:02:36 #16 77.33 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/springframework/spring-context/5.2.14.RELEASE/spring-context-5.2.14.RELEASE.jar error 03-Jan-2023 03:02:36 #16 77.33 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/springframework/spring-core/5.2.14.RELEASE/spring-core-5.2.14.RELEASE.jar error 03-Jan-2023 03:02:36 #16 77.33 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/api/openmrs-api/2.5.8/openmrs-api-2.5.8.jar error 03-Jan-2023 03:02:36 #16 77.33 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/springframework/spring-jcl/5.2.14.RELEASE/spring-jcl-5.2.14.RELEASE.jar error 03-Jan-2023 03:02:36 #16 78.49 Progress (1): 3.3/24 kB error 03-Jan-2023 03:02:36 Progress (1): 6.1/24 kB error 03-Jan-2023 03:02:36 Progress (1): 8.9/24 kB error 03-Jan-2023 03:02:36 Progress (1): 12/24 kB error 03-Jan-2023 03:02:36 Progress (1): 14/24 kB error 03-Jan-2023 03:02:36 Progress (1): 17/24 kB error 03-Jan-2023 03:02:36 Progress (1): 20/24 kB error 03-Jan-2023 03:02:36 Progress (1): 23/24 kB error 03-Jan-2023 03:02:36 Progress (1): 24 kB error 03-Jan-2023 03:02:36 error 03-Jan-2023 03:02:36 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/springframework/spring-jcl/5.2.14.RELEASE/spring-jcl-5.2.14.RELEASE.jar (24 kB at 15 kB/s) error 03-Jan-2023 03:02:36 #16 78.93 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/springframework/spring-expression/5.2.14.RELEASE/spring-expression-5.2.14.RELEASE.jar error 03-Jan-2023 03:02:36 #16 80.42 Progress (1): 0/1.2 MB error 03-Jan-2023 03:02:36 Progress (2): 0/1.2 MB | 0/2.9 MB error 03-Jan-2023 03:02:36 Progress (3): 0/1.2 MB | 0/2.9 MB | 0/1.4 MB error 03-Jan-2023 03:02:36 Progress (4): 0/1.2 MB | 0/2.9 MB | 0/1.4 MB | 4.1/689 kB error 03-Jan-2023 03:02:36 Progress (5): 0/1.2 MB | 0/2.9 MB | 0/1.4 MB | 4.1/689 kB | 4.1/282 kB error 03-Jan-2023 03:02:36 Progress (5): 0/1.2 MB | 0/2.9 MB | 0/1.4 MB | 8.2/689 kB | 4.1/282 kB error 03-Jan-2023 03:02:36 Progress (5): 0/1.2 MB | 0/2.9 MB | 0/1.4 MB | 8.2/689 kB | 8.2/282 kB error 03-Jan-2023 03:02:36 Progress (5): 0/1.2 MB | 0/2.9 MB | 0/1.4 MB | 8.2/689 kB | 8.2/282 kB error 03-Jan-2023 03:02:36 Progress (5): 0/1.2 MB | 0/2.9 MB | 0/1.4 MB | 12/689 kB | 8.2/282 kB error 03-Jan-2023 03:02:36 Progress (5): 0/1.2 MB | 0/2.9 MB | 0/1.4 MB | 12/689 kB | 12/282 kB error 03-Jan-2023 03:02:36 Progress (5): 0/1.2 MB | 0/2.9 MB | 0/1.4 MB | 12/689 kB | 16/282 kB error 03-Jan-2023 03:02:36 Progress (5): 0/1.2 MB | 0/2.9 MB | 0/1.4 MB | 16/689 kB | 16/282 kB error 03-Jan-2023 03:02:36 Progress (5): 0/1.2 MB | 0/2.9 MB | 0/1.4 MB | 16/689 kB | 20/282 kB error 03-Jan-2023 03:02:36 Progress (5): 0/1.2 MB | 0/2.9 MB | 0/1.4 MB | 16/689 kB | 20/282 kB error 03-Jan-2023 03:02:36 Progress (5): 0/1.2 MB | 0/2.9 MB | 0/1.4 MB | 16/689 kB | 24/282 kB error 03-Jan-2023 03:02:36 Progress (5): 0/1.2 MB | 0/2.9 MB | 0/1.4 MB | 16/689 kB | 28/282 kB error 03-Jan-2023 03:02:36 Progress (5): 0/1.2 MB | 0/2.9 MB | 0/1.4 MB | 16/689 kB | 32/282 kB error 03-Jan-2023 03:02:36 Progress (5): 0/1.2 MB | 0/2.9 MB | 0/1.4 MB | 16/689 kB | 32/282 kB error 03-Jan-2023 03:02:36 Progress (5): 0/1.2 MB | 0/2.9 MB | 0/1.4 MB | 16/689 kB | 32/282 kB error 03-Jan-2023 03:02:36 Progress (5): 0/1.2 MB | 0/2.9 MB | 0/1.4 MB | 16/689 kB | 36/282 kB error 03-Jan-2023 03:02:36 Progress (5): 0/1.2 MB | 0/2.9 MB | 0/1.4 MB | 16/689 kB | 36/282 kB error 03-Jan-2023 03:02:36 Progress (5): 0/1.2 MB | 0/2.9 MB | 0/1.4 MB | 16/689 kB | 40/282 kB error 03-Jan-2023 03:02:36 Progress (5): 0/1.2 MB | 0/2.9 MB | 0/1.4 MB | 16/689 kB | 40/282 kB error 03-Jan-2023 03:02:36 Progress (5): 0/1.2 MB | 0/2.9 MB | 0/1.4 MB | 16/689 kB | 40/282 kB error 03-Jan-2023 03:02:36 Progress (5): 0/1.2 MB | 0/2.9 MB | 0/1.4 MB | 16/689 kB | 44/282 kB error 03-Jan-2023 03:02:36 Progress (5): 0/1.2 MB | 0/2.9 MB | 0/1.4 MB | 16/689 kB | 44/282 kB error 03-Jan-2023 03:02:36 Progress (5): 0/1.2 MB | 0/2.9 MB | 0/1.4 MB | 16/689 kB | 48/282 kB error 03-Jan-2023 03:02:36 Progress (5): 0/1.2 MB | 0/2.9 MB | 0/1.4 MB | 16/689 kB | 51/282 kB error 03-Jan-2023 03:02:36 Progress (5): 0/1.2 MB | 0/2.9 MB | 0/1.4 MB | 16/689 kB | 51/282 kB error 03-Jan-2023 03:02:36 Progress (5): 0/1.2 MB | 0/2.9 MB | 0/1.4 MB | 20/689 kB | 51/282 kB error 03-Jan-2023 03:02:36 Progress (5): 0/1.2 MB | 0/2.9 MB | 0/1.4 MB | 25/689 kB | 51/282 kB error 03-Jan-2023 03:02:36 Progress (5): 0/1.2 MB | 0/2.9 MB | 0/1.4 MB | 29/689 kB | 51/282 kB error 03-Jan-2023 03:02:36 Progress (5): 0/1.2 MB | 0/2.9 MB | 0/1.4 MB | 33/689 kB | 51/282 kB error 03-Jan-2023 03:02:36 Progress (5): 0/1.2 MB | 0/2.9 MB | 0/1.4 MB | 37/689 kB | 51/282 kB error 03-Jan-2023 03:02:36 Progress (5): 0/1.2 MB | 0/2.9 MB | 0/1.4 MB | 41/689 kB | 51/282 kB error 03-Jan-2023 03:02:36 Progress (5): 0/1.2 MB | 0/2.9 MB | 0/1.4 MB | 45/689 kB | 51/282 kB error 03-Jan-2023 03:02:36 Progress (5): 0/1.2 MB | 0/2.9 MB | 0/1.4 MB | 49/689 kB | 51/282 kB error 03-Jan-2023 03:02:36 Progress (5): 0/1.2 MB | 0/2.9 MB | 0/1.4 MB | 52/689 kB | 51/282 kB error 03-Jan-2023 03:02:36 Progress (5): 0/1.2 MB | 0/2.9 MB | 0/1.4 MB | 52/689 kB | 51/282 kB error 03-Jan-2023 03:02:36 Progress (5): 0/1.2 MB | 0.1/2.9 MB | 0/1.4 MB | 52/689 kB | 51/282 kB error 03-Jan-2023 03:02:36 Progress (5): 0.1/1.2 MB | 0.1/2.9 MB | 0/1.4 MB | 52/689 kB | 51/282 kB error 03-Jan-2023 03:02:36 Progress (5): 0.1/1.2 MB | 0.1/2.9 MB | 0/1.4 MB | 52/689 kB | 51/282 kB error 03-Jan-2023 03:02:36 Progress (5): 0.1/1.2 MB | 0.1/2.9 MB | 0/1.4 MB | 52/689 kB | 51/282 kB error 03-Jan-2023 03:02:36 Progress (5): 0.1/1.2 MB | 0.1/2.9 MB | 0/1.4 MB | 52/689 kB | 51/282 kB error 03-Jan-2023 03:02:36 Progress (5): 0.1/1.2 MB | 0.1/2.9 MB | 0/1.4 MB | 52/689 kB | 55/282 kB error 03-Jan-2023 03:02:36 Progress (5): 0.1/1.2 MB | 0.1/2.9 MB | 0/1.4 MB | 52/689 kB | 59/282 kB error 03-Jan-2023 03:02:36 Progress (5): 0.1/1.2 MB | 0.1/2.9 MB | 0/1.4 MB | 52/689 kB | 63/282 kB error 03-Jan-2023 03:02:36 Progress (5): 0.1/1.2 MB | 0.1/2.9 MB | 0/1.4 MB | 52/689 kB | 67/282 kB error 03-Jan-2023 03:02:36 Progress (5): 0.1/1.2 MB | 0.1/2.9 MB | 0.1/1.4 MB | 52/689 kB | 67/282 kB error 03-Jan-2023 03:02:36 Progress (5): 0.1/1.2 MB | 0.1/2.9 MB | 0.1/1.4 MB | 52/689 kB | 67/282 kB error 03-Jan-2023 03:02:36 Progress (5): 0.1/1.2 MB | 0.1/2.9 MB | 0.1/1.4 MB | 52/689 kB | 67/282 kB error 03-Jan-2023 03:02:36 Progress (5): 0.1/1.2 MB | 0.1/2.9 MB | 0.1/1.4 MB | 52/689 kB | 71/282 kB error 03-Jan-2023 03:02:36 Progress (5): 0.1/1.2 MB | 0.1/2.9 MB | 0.1/1.4 MB | 52/689 kB | 71/282 kB error 03-Jan-2023 03:02:36 Progress (5): 0.1/1.2 MB | 0.1/2.9 MB | 0.1/1.4 MB | 52/689 kB | 75/282 kB error 03-Jan-2023 03:02:36 Progress (5): 0.1/1.2 MB | 0.1/2.9 MB | 0.1/1.4 MB | 52/689 kB | 79/282 kB error 03-Jan-2023 03:02:36 Progress (5): 0.1/1.2 MB | 0.1/2.9 MB | 0.1/1.4 MB | 52/689 kB | 83/282 kB error 03-Jan-2023 03:02:36 Progress (5): 0.1/1.2 MB | 0.1/2.9 MB | 0.1/1.4 MB | 52/689 kB | 85/282 kB error 03-Jan-2023 03:02:36 Progress (5): 0.1/1.2 MB | 0.1/2.9 MB | 0.1/1.4 MB | 52/689 kB | 85/282 kB error 03-Jan-2023 03:02:36 Progress (5): 0.1/1.2 MB | 0.1/2.9 MB | 0.1/1.4 MB | 52/689 kB | 85/282 kB error 03-Jan-2023 03:02:36 Progress (5): 0.1/1.2 MB | 0.1/2.9 MB | 0.1/1.4 MB | 52/689 kB | 89/282 kB error 03-Jan-2023 03:02:36 Progress (5): 0.1/1.2 MB | 0.1/2.9 MB | 0.1/1.4 MB | 52/689 kB | 89/282 kB error 03-Jan-2023 03:02:36 Progress (5): 0.1/1.2 MB | 0.1/2.9 MB | 0.1/1.4 MB | 52/689 kB | 89/282 kB error 03-Jan-2023 03:02:36 Progress (5): 0.1/1.2 MB | 0.1/2.9 MB | 0.1/1.4 MB | 52/689 kB | 94/282 kB error 03-Jan-2023 03:02:36 Progress (5): 0.1/1.2 MB | 0.1/2.9 MB | 0.1/1.4 MB | 52/689 kB | 94/282 kB error 03-Jan-2023 03:02:36 Progress (5): 0.1/1.2 MB | 0.1/2.9 MB | 0.1/1.4 MB | 52/689 kB | 98/282 kB error 03-Jan-2023 03:02:36 Progress (5): 0.1/1.2 MB | 0.1/2.9 MB | 0.1/1.4 MB | 52/689 kB | 102/282 kB error 03-Jan-2023 03:02:36 Progress (5): 0.1/1.2 MB | 0.1/2.9 MB | 0.1/1.4 MB | 56/689 kB | 102/282 kB error 03-Jan-2023 03:02:36 Progress (5): 0.1/1.2 MB | 0.1/2.9 MB | 0.1/1.4 MB | 56/689 kB | 106/282 kB error 03-Jan-2023 03:02:36 Progress (5): 0.1/1.2 MB | 0.1/2.9 MB | 0.1/1.4 MB | 60/689 kB | 106/282 kB error 03-Jan-2023 03:02:36 Progress (5): 0.1/1.2 MB | 0.1/2.9 MB | 0.1/1.4 MB | 60/689 kB | 110/282 kB error 03-Jan-2023 03:02:36 Progress (5): 0.1/1.2 MB | 0.1/2.9 MB | 0.1/1.4 MB | 64/689 kB | 110/282 kB error 03-Jan-2023 03:02:36 Progress (5): 0.1/1.2 MB | 0.1/2.9 MB | 0.1/1.4 MB | 64/689 kB | 114/282 kB error 03-Jan-2023 03:02:36 Progress (5): 0.1/1.2 MB | 0.1/2.9 MB | 0.1/1.4 MB | 68/689 kB | 114/282 kB error 03-Jan-2023 03:02:36 Progress (5): 0.1/1.2 MB | 0.1/2.9 MB | 0.1/1.4 MB | 68/689 kB | 118/282 kB error 03-Jan-2023 03:02:36 Progress (5): 0.1/1.2 MB | 0.1/2.9 MB | 0.1/1.4 MB | 68/689 kB | 120/282 kB error 03-Jan-2023 03:02:36 Progress (5): 0.1/1.2 MB | 0.1/2.9 MB | 0.1/1.4 MB | 72/689 kB | 120/282 kB error 03-Jan-2023 03:02:36 Progress (5): 0.1/1.2 MB | 0.1/2.9 MB | 0.1/1.4 MB | 76/689 kB | 120/282 kB error 03-Jan-2023 03:02:36 Progress (5): 0.1/1.2 MB | 0.1/2.9 MB | 0.1/1.4 MB | 80/689 kB | 120/282 kB error 03-Jan-2023 03:02:36 Progress (5): 0.1/1.2 MB | 0.1/2.9 MB | 0.1/1.4 MB | 84/689 kB | 120/282 kB error 03-Jan-2023 03:02:36 Progress (5): 0.1/1.2 MB | 0.1/2.9 MB | 0.1/1.4 MB | 86/689 kB | 120/282 kB error 03-Jan-2023 03:02:36 Progress (5): 0.1/1.2 MB | 0.1/2.9 MB | 0.1/1.4 MB | 86/689 kB | 120/282 kB error 03-Jan-2023 03:02:36 Progress (5): 0.1/1.2 MB | 0.1/2.9 MB | 0.1/1.4 MB | 86/689 kB | 120/282 kB error 03-Jan-2023 03:02:36 Progress (5): 0.1/1.2 MB | 0.1/2.9 MB | 0.1/1.4 MB | 86/689 kB | 120/282 kB error 03-Jan-2023 03:02:36 Progress (5): 0.1/1.2 MB | 0.1/2.9 MB | 0.1/1.4 MB | 86/689 kB | 120/282 kB error 03-Jan-2023 03:02:36 Progress (5): 0.1/1.2 MB | 0.1/2.9 MB | 0.1/1.4 MB | 86/689 kB | 120/282 kB error 03-Jan-2023 03:02:36 Progress (5): 0.1/1.2 MB | 0.1/2.9 MB | 0.1/1.4 MB | 86/689 kB | 120/282 kB error 03-Jan-2023 03:02:36 Progress (5): 0.1/1.2 MB | 0.1/2.9 MB | 0.1/1.4 MB | 86/689 kB | 120/282 kB error 03-Jan-2023 03:02:36 Progress (5): 0.1/1.2 MB | 0.1/2.9 MB | 0.1/1.4 MB | 86/689 kB | 124/282 kB error 03-Jan-2023 03:02:36 Progress (5): 0.1/1.2 MB | 0.1/2.9 MB | 0.1/1.4 MB | 86/689 kB | 124/282 kB error 03-Jan-2023 03:02:36 Progress (5): 0.1/1.2 MB | 0.1/2.9 MB | 0.1/1.4 MB | 86/689 kB | 128/282 kB error 03-Jan-2023 03:02:36 Progress (5): 0.1/1.2 MB | 0.1/2.9 MB | 0.1/1.4 MB | 86/689 kB | 132/282 kB error 03-Jan-2023 03:02:36 Progress (5): 0.1/1.2 MB | 0.1/2.9 MB | 0.1/1.4 MB | 86/689 kB | 132/282 kB error 03-Jan-2023 03:02:36 Progress (5): 0.1/1.2 MB | 0.1/2.9 MB | 0.1/1.4 MB | 86/689 kB | 137/282 kB error 03-Jan-2023 03:02:36 Progress (5): 0.1/1.2 MB | 0.1/2.9 MB | 0.1/1.4 MB | 86/689 kB | 141/282 kB error 03-Jan-2023 03:02:36 Progress (5): 0.1/1.2 MB | 0.1/2.9 MB | 0.1/1.4 MB | 86/689 kB | 145/282 kB error 03-Jan-2023 03:02:36 Progress (5): 0.1/1.2 MB | 0.1/2.9 MB | 0.1/1.4 MB | 86/689 kB | 149/282 kB error 03-Jan-2023 03:02:36 Progress (5): 0.1/1.2 MB | 0.1/2.9 MB | 0.1/1.4 MB | 86/689 kB | 153/282 kB error 03-Jan-2023 03:02:36 Progress (5): 0.1/1.2 MB | 0.1/2.9 MB | 0.1/1.4 MB | 86/689 kB | 153/282 kB error 03-Jan-2023 03:02:36 Progress (5): 0.1/1.2 MB | 0.1/2.9 MB | 0.1/1.4 MB | 86/689 kB | 155/282 kB error 03-Jan-2023 03:02:36 Progress (5): 0.1/1.2 MB | 0.1/2.9 MB | 0.1/1.4 MB | 86/689 kB | 155/282 kB error 03-Jan-2023 03:02:36 Progress (5): 0.1/1.2 MB | 0.1/2.9 MB | 0.1/1.4 MB | 86/689 kB | 155/282 kB error 03-Jan-2023 03:02:36 Progress (5): 0.1/1.2 MB | 0.1/2.9 MB | 0.2/1.4 MB | 86/689 kB | 155/282 kB error 03-Jan-2023 03:02:36 Progress (5): 0.1/1.2 MB | 0.1/2.9 MB | 0.2/1.4 MB | 86/689 kB | 155/282 kB error 03-Jan-2023 03:02:36 Progress (5): 0.1/1.2 MB | 0.1/2.9 MB | 0.2/1.4 MB | 86/689 kB | 159/282 kB error 03-Jan-2023 03:02:36 Progress (5): 0.1/1.2 MB | 0.1/2.9 MB | 0.2/1.4 MB | 86/689 kB | 163/282 kB error 03-Jan-2023 03:02:36 Progress (5): 0.1/1.2 MB | 0.1/2.9 MB | 0.2/1.4 MB | 86/689 kB | 163/282 kB error 03-Jan-2023 03:02:36 Progress (5): 0.1/1.2 MB | 0.1/2.9 MB | 0.2/1.4 MB | 86/689 kB | 167/282 kB error 03-Jan-2023 03:02:36 Progress (5): 0.1/1.2 MB | 0.1/2.9 MB | 0.2/1.4 MB | 86/689 kB | 171/282 kB error 03-Jan-2023 03:02:36 Progress (5): 0.1/1.2 MB | 0.1/2.9 MB | 0.2/1.4 MB | 86/689 kB | 171/282 kB error 03-Jan-2023 03:02:36 Progress (5): 0.1/1.2 MB | 0.1/2.9 MB | 0.2/1.4 MB | 86/689 kB | 171/282 kB error 03-Jan-2023 03:02:36 Progress (5): 0.1/1.2 MB | 0.1/2.9 MB | 0.2/1.4 MB | 86/689 kB | 175/282 kB error 03-Jan-2023 03:02:36 Progress (5): 0.1/1.2 MB | 0.1/2.9 MB | 0.2/1.4 MB | 86/689 kB | 175/282 kB error 03-Jan-2023 03:02:36 Progress (5): 0.1/1.2 MB | 0.2/2.9 MB | 0.2/1.4 MB | 86/689 kB | 175/282 kB error 03-Jan-2023 03:02:36 Progress (5): 0.2/1.2 MB | 0.2/2.9 MB | 0.2/1.4 MB | 86/689 kB | 175/282 kB error 03-Jan-2023 03:02:36 Progress (5): 0.2/1.2 MB | 0.2/2.9 MB | 0.2/1.4 MB | 86/689 kB | 175/282 kB error 03-Jan-2023 03:02:36 Progress (5): 0.2/1.2 MB | 0.2/2.9 MB | 0.2/1.4 MB | 86/689 kB | 180/282 kB error 03-Jan-2023 03:02:36 Progress (5): 0.2/1.2 MB | 0.2/2.9 MB | 0.2/1.4 MB | 90/689 kB | 180/282 kB error 03-Jan-2023 03:02:36 Progress (5): 0.2/1.2 MB | 0.2/2.9 MB | 0.2/1.4 MB | 95/689 kB | 180/282 kB error 03-Jan-2023 03:02:36 Progress (5): 0.2/1.2 MB | 0.2/2.9 MB | 0.2/1.4 MB | 95/689 kB | 184/282 kB error 03-Jan-2023 03:02:36 Progress (5): 0.2/1.2 MB | 0.2/2.9 MB | 0.2/1.4 MB | 95/689 kB | 184/282 kB error 03-Jan-2023 03:02:36 Progress (5): 0.2/1.2 MB | 0.2/2.9 MB | 0.2/1.4 MB | 99/689 kB | 184/282 kB error 03-Jan-2023 03:02:36 Progress (5): 0.2/1.2 MB | 0.2/2.9 MB | 0.2/1.4 MB | 99/689 kB | 184/282 kB error 03-Jan-2023 03:02:36 Progress (5): 0.2/1.2 MB | 0.2/2.9 MB | 0.2/1.4 MB | 103/689 kB | 184/282 kB error 03-Jan-2023 03:02:36 Progress (5): 0.2/1.2 MB | 0.2/2.9 MB | 0.2/1.4 MB | 103/689 kB | 188/282 kB error 03-Jan-2023 03:02:36 Progress (5): 0.2/1.2 MB | 0.2/2.9 MB | 0.2/1.4 MB | 107/689 kB | 188/282 kB error 03-Jan-2023 03:02:36 Progress (5): 0.2/1.2 MB | 0.2/2.9 MB | 0.2/1.4 MB | 111/689 kB | 188/282 kB error 03-Jan-2023 03:02:36 Progress (5): 0.2/1.2 MB | 0.2/2.9 MB | 0.2/1.4 MB | 115/689 kB | 188/282 kB error 03-Jan-2023 03:02:36 Progress (5): 0.2/1.2 MB | 0.2/2.9 MB | 0.2/1.4 MB | 115/689 kB | 190/282 kB error 03-Jan-2023 03:02:36 Progress (5): 0.2/1.2 MB | 0.2/2.9 MB | 0.2/1.4 MB | 119/689 kB | 190/282 kB error 03-Jan-2023 03:02:36 Progress (5): 0.2/1.2 MB | 0.2/2.9 MB | 0.2/1.4 MB | 121/689 kB | 190/282 kB error 03-Jan-2023 03:02:36 Progress (5): 0.2/1.2 MB | 0.2/2.9 MB | 0.2/1.4 MB | 125/689 kB | 190/282 kB error 03-Jan-2023 03:02:36 Progress (5): 0.2/1.2 MB | 0.2/2.9 MB | 0.2/1.4 MB | 125/689 kB | 194/282 kB error 03-Jan-2023 03:02:36 Progress (5): 0.2/1.2 MB | 0.2/2.9 MB | 0.2/1.4 MB | 125/689 kB | 194/282 kB error 03-Jan-2023 03:02:36 Progress (5): 0.2/1.2 MB | 0.2/2.9 MB | 0.2/1.4 MB | 125/689 kB | 194/282 kB error 03-Jan-2023 03:02:36 Progress (5): 0.2/1.2 MB | 0.2/2.9 MB | 0.2/1.4 MB | 129/689 kB | 194/282 kB error 03-Jan-2023 03:02:36 Progress (5): 0.2/1.2 MB | 0.2/2.9 MB | 0.2/1.4 MB | 133/689 kB | 194/282 kB error 03-Jan-2023 03:02:36 Progress (5): 0.2/1.2 MB | 0.2/2.9 MB | 0.2/1.4 MB | 138/689 kB | 194/282 kB error 03-Jan-2023 03:02:36 Progress (5): 0.2/1.2 MB | 0.2/2.9 MB | 0.2/1.4 MB | 138/689 kB | 194/282 kB error 03-Jan-2023 03:02:36 Progress (5): 0.2/1.2 MB | 0.2/2.9 MB | 0.2/1.4 MB | 142/689 kB | 194/282 kB error 03-Jan-2023 03:02:36 Progress (5): 0.2/1.2 MB | 0.2/2.9 MB | 0.2/1.4 MB | 142/689 kB | 194/282 kB error 03-Jan-2023 03:02:36 Progress (5): 0.2/1.2 MB | 0.2/2.9 MB | 0.2/1.4 MB | 146/689 kB | 194/282 kB error 03-Jan-2023 03:02:36 Progress (5): 0.2/1.2 MB | 0.2/2.9 MB | 0.2/1.4 MB | 150/689 kB | 194/282 kB error 03-Jan-2023 03:02:36 Progress (5): 0.2/1.2 MB | 0.2/2.9 MB | 0.2/1.4 MB | 150/689 kB | 198/282 kB error 03-Jan-2023 03:02:36 Progress (5): 0.2/1.2 MB | 0.2/2.9 MB | 0.2/1.4 MB | 150/689 kB | 202/282 kB error 03-Jan-2023 03:02:36 Progress (5): 0.2/1.2 MB | 0.2/2.9 MB | 0.2/1.4 MB | 150/689 kB | 206/282 kB error 03-Jan-2023 03:02:36 Progress (5): 0.2/1.2 MB | 0.2/2.9 MB | 0.2/1.4 MB | 150/689 kB | 206/282 kB error 03-Jan-2023 03:02:36 Progress (5): 0.2/1.2 MB | 0.2/2.9 MB | 0.2/1.4 MB | 150/689 kB | 206/282 kB error 03-Jan-2023 03:02:36 Progress (5): 0.2/1.2 MB | 0.2/2.9 MB | 0.2/1.4 MB | 150/689 kB | 206/282 kB error 03-Jan-2023 03:02:36 Progress (5): 0.2/1.2 MB | 0.2/2.9 MB | 0.2/1.4 MB | 150/689 kB | 210/282 kB error 03-Jan-2023 03:02:36 Progress (5): 0.2/1.2 MB | 0.2/2.9 MB | 0.2/1.4 MB | 154/689 kB | 210/282 kB error 03-Jan-2023 03:02:36 Progress (5): 0.2/1.2 MB | 0.2/2.9 MB | 0.2/1.4 MB | 156/689 kB | 210/282 kB error 03-Jan-2023 03:02:36 Progress (5): 0.2/1.2 MB | 0.2/2.9 MB | 0.2/1.4 MB | 160/689 kB | 210/282 kB error 03-Jan-2023 03:02:36 Progress (5): 0.2/1.2 MB | 0.2/2.9 MB | 0.2/1.4 MB | 164/689 kB | 210/282 kB error 03-Jan-2023 03:02:36 Progress (5): 0.2/1.2 MB | 0.2/2.9 MB | 0.2/1.4 MB | 164/689 kB | 214/282 kB error 03-Jan-2023 03:02:36 Progress (5): 0.2/1.2 MB | 0.2/2.9 MB | 0.2/1.4 MB | 164/689 kB | 218/282 kB error 03-Jan-2023 03:02:36 Progress (5): 0.2/1.2 MB | 0.2/2.9 MB | 0.2/1.4 MB | 164/689 kB | 218/282 kB error 03-Jan-2023 03:02:36 Progress (5): 0.2/1.2 MB | 0.2/2.9 MB | 0.2/1.4 MB | 168/689 kB | 218/282 kB error 03-Jan-2023 03:02:36 Progress (5): 0.2/1.2 MB | 0.2/2.9 MB | 0.2/1.4 MB | 168/689 kB | 218/282 kB error 03-Jan-2023 03:02:36 Progress (5): 0.2/1.2 MB | 0.2/2.9 MB | 0.2/1.4 MB | 168/689 kB | 218/282 kB error 03-Jan-2023 03:02:36 Progress (5): 0.2/1.2 MB | 0.2/2.9 MB | 0.2/1.4 MB | 172/689 kB | 218/282 kB error 03-Jan-2023 03:02:36 Progress (5): 0.2/1.2 MB | 0.2/2.9 MB | 0.2/1.4 MB | 172/689 kB | 223/282 kB error 03-Jan-2023 03:02:36 Progress (5): 0.2/1.2 MB | 0.2/2.9 MB | 0.2/1.4 MB | 176/689 kB | 223/282 kB error 03-Jan-2023 03:02:36 Progress (5): 0.2/1.2 MB | 0.2/2.9 MB | 0.2/1.4 MB | 181/689 kB | 223/282 kB error 03-Jan-2023 03:02:36 Progress (5): 0.2/1.2 MB | 0.2/2.9 MB | 0.2/1.4 MB | 185/689 kB | 223/282 kB error 03-Jan-2023 03:02:36 Progress (5): 0.2/1.2 MB | 0.2/2.9 MB | 0.2/1.4 MB | 185/689 kB | 225/282 kB error 03-Jan-2023 03:02:36 Progress (5): 0.2/1.2 MB | 0.2/2.9 MB | 0.2/1.4 MB | 185/689 kB | 225/282 kB error 03-Jan-2023 03:02:36 Progress (5): 0.2/1.2 MB | 0.2/2.9 MB | 0.2/1.4 MB | 185/689 kB | 225/282 kB error 03-Jan-2023 03:02:36 Progress (5): 0.2/1.2 MB | 0.2/2.9 MB | 0.2/1.4 MB | 189/689 kB | 225/282 kB error 03-Jan-2023 03:02:36 Progress (5): 0.2/1.2 MB | 0.2/2.9 MB | 0.2/1.4 MB | 191/689 kB | 225/282 kB error 03-Jan-2023 03:02:36 Progress (5): 0.2/1.2 MB | 0.2/2.9 MB | 0.2/1.4 MB | 191/689 kB | 225/282 kB error 03-Jan-2023 03:02:36 Progress (5): 0.2/1.2 MB | 0.2/2.9 MB | 0.2/1.4 MB | 191/689 kB | 225/282 kB error 03-Jan-2023 03:02:36 Progress (5): 0.2/1.2 MB | 0.2/2.9 MB | 0.2/1.4 MB | 191/689 kB | 225/282 kB error 03-Jan-2023 03:02:36 Progress (5): 0.2/1.2 MB | 0.2/2.9 MB | 0.2/1.4 MB | 191/689 kB | 225/282 kB error 03-Jan-2023 03:02:36 Progress (5): 0.2/1.2 MB | 0.2/2.9 MB | 0.2/1.4 MB | 191/689 kB | 225/282 kB error 03-Jan-2023 03:02:36 Progress (5): 0.2/1.2 MB | 0.2/2.9 MB | 0.3/1.4 MB | 191/689 kB | 225/282 kB error 03-Jan-2023 03:02:36 Progress (5): 0.2/1.2 MB | 0.2/2.9 MB | 0.3/1.4 MB | 191/689 kB | 225/282 kB error 03-Jan-2023 03:02:36 Progress (5): 0.2/1.2 MB | 0.2/2.9 MB | 0.3/1.4 MB | 191/689 kB | 225/282 kB error 03-Jan-2023 03:02:36 Progress (5): 0.2/1.2 MB | 0.2/2.9 MB | 0.3/1.4 MB | 191/689 kB | 229/282 kB error 03-Jan-2023 03:02:36 Progress (5): 0.2/1.2 MB | 0.2/2.9 MB | 0.3/1.4 MB | 191/689 kB | 233/282 kB error 03-Jan-2023 03:02:36 Progress (5): 0.2/1.2 MB | 0.2/2.9 MB | 0.3/1.4 MB | 191/689 kB | 237/282 kB error 03-Jan-2023 03:02:36 Progress (5): 0.2/1.2 MB | 0.2/2.9 MB | 0.3/1.4 MB | 191/689 kB | 241/282 kB error 03-Jan-2023 03:02:36 Progress (5): 0.2/1.2 MB | 0.2/2.9 MB | 0.3/1.4 MB | 191/689 kB | 241/282 kB error 03-Jan-2023 03:02:36 Progress (5): 0.2/1.2 MB | 0.2/2.9 MB | 0.3/1.4 MB | 191/689 kB | 241/282 kB error 03-Jan-2023 03:02:36 Progress (5): 0.2/1.2 MB | 0.2/2.9 MB | 0.3/1.4 MB | 191/689 kB | 241/282 kB error 03-Jan-2023 03:02:36 Progress (5): 0.2/1.2 MB | 0.3/2.9 MB | 0.3/1.4 MB | 191/689 kB | 241/282 kB error 03-Jan-2023 03:02:36 Progress (5): 0.2/1.2 MB | 0.3/2.9 MB | 0.3/1.4 MB | 195/689 kB | 241/282 kB error 03-Jan-2023 03:02:36 Progress (5): 0.2/1.2 MB | 0.3/2.9 MB | 0.3/1.4 MB | 199/689 kB | 241/282 kB error 03-Jan-2023 03:02:36 Progress (5): 0.3/1.2 MB | 0.3/2.9 MB | 0.3/1.4 MB | 199/689 kB | 241/282 kB error 03-Jan-2023 03:02:36 Progress (5): 0.3/1.2 MB | 0.3/2.9 MB | 0.3/1.4 MB | 199/689 kB | 245/282 kB error 03-Jan-2023 03:02:36 Progress (5): 0.3/1.2 MB | 0.3/2.9 MB | 0.3/1.4 MB | 203/689 kB | 245/282 kB error 03-Jan-2023 03:02:36 Progress (5): 0.3/1.2 MB | 0.3/2.9 MB | 0.3/1.4 MB | 203/689 kB | 245/282 kB error 03-Jan-2023 03:02:36 Progress (5): 0.3/1.2 MB | 0.3/2.9 MB | 0.3/1.4 MB | 207/689 kB | 245/282 kB error 03-Jan-2023 03:02:36 Progress (5): 0.3/1.2 MB | 0.3/2.9 MB | 0.3/1.4 MB | 207/689 kB | 249/282 kB error 03-Jan-2023 03:02:36 Progress (5): 0.3/1.2 MB | 0.3/2.9 MB | 0.3/1.4 MB | 207/689 kB | 253/282 kB error 03-Jan-2023 03:02:36 Progress (5): 0.3/1.2 MB | 0.3/2.9 MB | 0.3/1.4 MB | 207/689 kB | 257/282 kB error 03-Jan-2023 03:02:36 Progress (5): 0.3/1.2 MB | 0.3/2.9 MB | 0.3/1.4 MB | 207/689 kB | 257/282 kB error 03-Jan-2023 03:02:36 Progress (5): 0.3/1.2 MB | 0.3/2.9 MB | 0.3/1.4 MB | 207/689 kB | 257/282 kB error 03-Jan-2023 03:02:36 Progress (5): 0.3/1.2 MB | 0.3/2.9 MB | 0.3/1.4 MB | 207/689 kB | 259/282 kB error 03-Jan-2023 03:02:36 Progress (5): 0.3/1.2 MB | 0.3/2.9 MB | 0.3/1.4 MB | 207/689 kB | 259/282 kB error 03-Jan-2023 03:02:36 Progress (5): 0.3/1.2 MB | 0.3/2.9 MB | 0.3/1.4 MB | 211/689 kB | 259/282 kB error 03-Jan-2023 03:02:36 Progress (5): 0.3/1.2 MB | 0.3/2.9 MB | 0.3/1.4 MB | 211/689 kB | 264/282 kB error 03-Jan-2023 03:02:36 Progress (5): 0.3/1.2 MB | 0.3/2.9 MB | 0.3/1.4 MB | 211/689 kB | 264/282 kB error 03-Jan-2023 03:02:36 Progress (5): 0.3/1.2 MB | 0.3/2.9 MB | 0.3/1.4 MB | 211/689 kB | 268/282 kB error 03-Jan-2023 03:02:36 Progress (5): 0.3/1.2 MB | 0.3/2.9 MB | 0.3/1.4 MB | 211/689 kB | 268/282 kB error 03-Jan-2023 03:02:36 Progress (5): 0.3/1.2 MB | 0.3/2.9 MB | 0.3/1.4 MB | 211/689 kB | 272/282 kB error 03-Jan-2023 03:02:36 Progress (5): 0.3/1.2 MB | 0.3/2.9 MB | 0.3/1.4 MB | 211/689 kB | 276/282 kB error 03-Jan-2023 03:02:36 Progress (5): 0.3/1.2 MB | 0.3/2.9 MB | 0.3/1.4 MB | 211/689 kB | 276/282 kB error 03-Jan-2023 03:02:36 Progress (5): 0.3/1.2 MB | 0.3/2.9 MB | 0.3/1.4 MB | 211/689 kB | 280/282 kB error 03-Jan-2023 03:02:36 Progress (5): 0.3/1.2 MB | 0.3/2.9 MB | 0.3/1.4 MB | 211/689 kB | 280/282 kB error 03-Jan-2023 03:02:36 Progress (5): 0.3/1.2 MB | 0.3/2.9 MB | 0.3/1.4 MB | 211/689 kB | 282 kB error 03-Jan-2023 03:02:36 Progress (5): 0.3/1.2 MB | 0.3/2.9 MB | 0.3/1.4 MB | 211/689 kB | 282 kB error 03-Jan-2023 03:02:36 Progress (5): 0.3/1.2 MB | 0.3/2.9 MB | 0.3/1.4 MB | 211/689 kB | 282 kB error 03-Jan-2023 03:02:36 Progress (5): 0.3/1.2 MB | 0.3/2.9 MB | 0.3/1.4 MB | 211/689 kB | 282 kB error 03-Jan-2023 03:02:36 Progress (5): 0.3/1.2 MB | 0.3/2.9 MB | 0.3/1.4 MB | 211/689 kB | 282 kB error 03-Jan-2023 03:02:36 Progress (5): 0.3/1.2 MB | 0.3/2.9 MB | 0.3/1.4 MB | 211/689 kB | 282 kB error 03-Jan-2023 03:02:36 Progress (5): 0.3/1.2 MB | 0.3/2.9 MB | 0.3/1.4 MB | 211/689 kB | 282 kB error 03-Jan-2023 03:02:36 Progress (5): 0.3/1.2 MB | 0.4/2.9 MB | 0.3/1.4 MB | 211/689 kB | 282 kB error 03-Jan-2023 03:02:36 Progress (5): 0.3/1.2 MB | 0.4/2.9 MB | 0.3/1.4 MB | 211/689 kB | 282 kB error 03-Jan-2023 03:02:36 Progress (5): 0.3/1.2 MB | 0.4/2.9 MB | 0.3/1.4 MB | 211/689 kB | 282 kB error 03-Jan-2023 03:02:36 Progress (5): 0.3/1.2 MB | 0.4/2.9 MB | 0.3/1.4 MB | 211/689 kB | 282 kB error 03-Jan-2023 03:02:36 Progress (5): 0.3/1.2 MB | 0.4/2.9 MB | 0.3/1.4 MB | 211/689 kB | 282 kB error 03-Jan-2023 03:02:36 Progress (5): 0.3/1.2 MB | 0.4/2.9 MB | 0.3/1.4 MB | 211/689 kB | 282 kB error 03-Jan-2023 03:02:36 Progress (5): 0.3/1.2 MB | 0.4/2.9 MB | 0.3/1.4 MB | 211/689 kB | 282 kB error 03-Jan-2023 03:02:36 Progress (5): 0.3/1.2 MB | 0.4/2.9 MB | 0.4/1.4 MB | 211/689 kB | 282 kB error 03-Jan-2023 03:02:36 Progress (5): 0.3/1.2 MB | 0.4/2.9 MB | 0.4/1.4 MB | 211/689 kB | 282 kB error 03-Jan-2023 03:02:36 Progress (5): 0.3/1.2 MB | 0.5/2.9 MB | 0.4/1.4 MB | 211/689 kB | 282 kB error 03-Jan-2023 03:02:36 Progress (5): 0.3/1.2 MB | 0.5/2.9 MB | 0.4/1.4 MB | 211/689 kB | 282 kB error 03-Jan-2023 03:02:36 Progress (5): 0.3/1.2 MB | 0.5/2.9 MB | 0.4/1.4 MB | 211/689 kB | 282 kB error 03-Jan-2023 03:02:36 Progress (5): 0.3/1.2 MB | 0.5/2.9 MB | 0.4/1.4 MB | 211/689 kB | 282 kB error 03-Jan-2023 03:02:36 Progress (5): 0.3/1.2 MB | 0.5/2.9 MB | 0.4/1.4 MB | 211/689 kB | 282 kB error 03-Jan-2023 03:02:36 Progress (5): 0.3/1.2 MB | 0.5/2.9 MB | 0.4/1.4 MB | 211/689 kB | 282 kB error 03-Jan-2023 03:02:36 Progress (5): 0.3/1.2 MB | 0.5/2.9 MB | 0.4/1.4 MB | 211/689 kB | 282 kB error 03-Jan-2023 03:02:36 Progress (5): 0.3/1.2 MB | 0.5/2.9 MB | 0.4/1.4 MB | 211/689 kB | 282 kB error 03-Jan-2023 03:02:36 Progress (5): 0.3/1.2 MB | 0.5/2.9 MB | 0.4/1.4 MB | 211/689 kB | 282 kB error 03-Jan-2023 03:02:36 Progress (5): 0.3/1.2 MB | 0.5/2.9 MB | 0.4/1.4 MB | 211/689 kB | 282 kB error 03-Jan-2023 03:02:36 Progress (5): 0.3/1.2 MB | 0.5/2.9 MB | 0.4/1.4 MB | 211/689 kB | 282 kB error 03-Jan-2023 03:02:36 Progress (5): 0.3/1.2 MB | 0.5/2.9 MB | 0.4/1.4 MB | 211/689 kB | 282 kB error 03-Jan-2023 03:02:36 Progress (5): 0.3/1.2 MB | 0.5/2.9 MB | 0.4/1.4 MB | 211/689 kB | 282 kB error 03-Jan-2023 03:02:36 Progress (5): 0.3/1.2 MB | 0.5/2.9 MB | 0.4/1.4 MB | 211/689 kB | 282 kB error 03-Jan-2023 03:02:36 Progress (5): 0.3/1.2 MB | 0.5/2.9 MB | 0.4/1.4 MB | 211/689 kB | 282 kB error 03-Jan-2023 03:02:36 Progress (5): 0.3/1.2 MB | 0.5/2.9 MB | 0.4/1.4 MB | 211/689 kB | 282 kB error 03-Jan-2023 03:02:36 Progress (5): 0.3/1.2 MB | 0.5/2.9 MB | 0.4/1.4 MB | 215/689 kB | 282 kB error 03-Jan-2023 03:02:36 Progress (5): 0.3/1.2 MB | 0.5/2.9 MB | 0.4/1.4 MB | 215/689 kB | 282 kB error 03-Jan-2023 03:02:36 Progress (5): 0.3/1.2 MB | 0.5/2.9 MB | 0.4/1.4 MB | 215/689 kB | 282 kB error 03-Jan-2023 03:02:36 Progress (5): 0.3/1.2 MB | 0.5/2.9 MB | 0.4/1.4 MB | 219/689 kB | 282 kB error 03-Jan-2023 03:02:36 Progress (5): 0.3/1.2 MB | 0.5/2.9 MB | 0.4/1.4 MB | 224/689 kB | 282 kB error 03-Jan-2023 03:02:36 Progress (5): 0.3/1.2 MB | 0.5/2.9 MB | 0.4/1.4 MB | 224/689 kB | 282 kB error 03-Jan-2023 03:02:36 Progress (5): 0.3/1.2 MB | 0.5/2.9 MB | 0.4/1.4 MB | 224/689 kB | 282 kB error 03-Jan-2023 03:02:36 Progress (5): 0.3/1.2 MB | 0.6/2.9 MB | 0.4/1.4 MB | 224/689 kB | 282 kB error 03-Jan-2023 03:02:36 Progress (5): 0.3/1.2 MB | 0.6/2.9 MB | 0.4/1.4 MB | 224/689 kB | 282 kB error 03-Jan-2023 03:02:36 Progress (5): 0.3/1.2 MB | 0.6/2.9 MB | 0.4/1.4 MB | 226/689 kB | 282 kB error 03-Jan-2023 03:02:36 Progress (5): 0.3/1.2 MB | 0.6/2.9 MB | 0.4/1.4 MB | 226/689 kB | 282 kB error 03-Jan-2023 03:02:36 Progress (5): 0.3/1.2 MB | 0.6/2.9 MB | 0.4/1.4 MB | 226/689 kB | 282 kB error 03-Jan-2023 03:02:36 Progress (5): 0.3/1.2 MB | 0.6/2.9 MB | 0.4/1.4 MB | 226/689 kB | 282 kB error 03-Jan-2023 03:02:36 Progress (5): 0.3/1.2 MB | 0.6/2.9 MB | 0.4/1.4 MB | 226/689 kB | 282 kB error 03-Jan-2023 03:02:36 Progress (5): 0.3/1.2 MB | 0.6/2.9 MB | 0.5/1.4 MB | 226/689 kB | 282 kB error 03-Jan-2023 03:02:36 Progress (5): 0.3/1.2 MB | 0.6/2.9 MB | 0.5/1.4 MB | 226/689 kB | 282 kB error 03-Jan-2023 03:02:36 Progress (5): 0.3/1.2 MB | 0.6/2.9 MB | 0.5/1.4 MB | 226/689 kB | 282 kB error 03-Jan-2023 03:02:36 Progress (5): 0.3/1.2 MB | 0.6/2.9 MB | 0.5/1.4 MB | 230/689 kB | 282 kB error 03-Jan-2023 03:02:36 Progress (5): 0.3/1.2 MB | 0.6/2.9 MB | 0.5/1.4 MB | 230/689 kB | 282 kB error 03-Jan-2023 03:02:36 Progress (5): 0.3/1.2 MB | 0.6/2.9 MB | 0.5/1.4 MB | 234/689 kB | 282 kB error 03-Jan-2023 03:02:36 Progress (5): 0.4/1.2 MB | 0.6/2.9 MB | 0.5/1.4 MB | 234/689 kB | 282 kB error 03-Jan-2023 03:02:36 Progress (5): 0.4/1.2 MB | 0.6/2.9 MB | 0.5/1.4 MB | 234/689 kB | 282 kB error 03-Jan-2023 03:02:36 Progress (5): 0.4/1.2 MB | 0.6/2.9 MB | 0.5/1.4 MB | 238/689 kB | 282 kB error 03-Jan-2023 03:02:36 Progress (5): 0.4/1.2 MB | 0.6/2.9 MB | 0.5/1.4 MB | 238/689 kB | 282 kB error 03-Jan-2023 03:02:36 Progress (5): 0.4/1.2 MB | 0.6/2.9 MB | 0.5/1.4 MB | 238/689 kB | 282 kB error 03-Jan-2023 03:02:36 Progress (5): 0.4/1.2 MB | 0.6/2.9 MB | 0.5/1.4 MB | 242/689 kB | 282 kB error 03-Jan-2023 03:02:36 Progress (5): 0.4/1.2 MB | 0.6/2.9 MB | 0.5/1.4 MB | 242/689 kB | 282 kB error 03-Jan-2023 03:02:36 Progress (5): 0.4/1.2 MB | 0.6/2.9 MB | 0.5/1.4 MB | 242/689 kB | 282 kB error 03-Jan-2023 03:02:36 Progress (5): 0.4/1.2 MB | 0.6/2.9 MB | 0.5/1.4 MB | 242/689 kB | 282 kB error 03-Jan-2023 03:02:36 Progress (5): 0.4/1.2 MB | 0.6/2.9 MB | 0.5/1.4 MB | 242/689 kB | 282 kB error 03-Jan-2023 03:02:36 Progress (5): 0.4/1.2 MB | 0.6/2.9 MB | 0.5/1.4 MB | 246/689 kB | 282 kB error 03-Jan-2023 03:02:36 Progress (5): 0.4/1.2 MB | 0.6/2.9 MB | 0.5/1.4 MB | 246/689 kB | 282 kB error 03-Jan-2023 03:02:36 Progress (5): 0.4/1.2 MB | 0.6/2.9 MB | 0.5/1.4 MB | 246/689 kB | 282 kB error 03-Jan-2023 03:02:36 Progress (5): 0.4/1.2 MB | 0.6/2.9 MB | 0.5/1.4 MB | 246/689 kB | 282 kB error 03-Jan-2023 03:02:36 Progress (5): 0.4/1.2 MB | 0.6/2.9 MB | 0.5/1.4 MB | 246/689 kB | 282 kB error 03-Jan-2023 03:02:36 Progress (5): 0.4/1.2 MB | 0.6/2.9 MB | 0.5/1.4 MB | 246/689 kB | 282 kB error 03-Jan-2023 03:02:36 Progress (5): 0.4/1.2 MB | 0.6/2.9 MB | 0.5/1.4 MB | 246/689 kB | 282 kB error 03-Jan-2023 03:02:36 Progress (5): 0.4/1.2 MB | 0.7/2.9 MB | 0.5/1.4 MB | 246/689 kB | 282 kB error 03-Jan-2023 03:02:36 Progress (5): 0.4/1.2 MB | 0.7/2.9 MB | 0.5/1.4 MB | 246/689 kB | 282 kB error 03-Jan-2023 03:02:36 Progress (5): 0.4/1.2 MB | 0.7/2.9 MB | 0.5/1.4 MB | 246/689 kB | 282 kB error 03-Jan-2023 03:02:36 Progress (5): 0.4/1.2 MB | 0.7/2.9 MB | 0.5/1.4 MB | 246/689 kB | 282 kB error 03-Jan-2023 03:02:36 Progress (5): 0.4/1.2 MB | 0.7/2.9 MB | 0.5/1.4 MB | 250/689 kB | 282 kB error 03-Jan-2023 03:02:36 Progress (5): 0.4/1.2 MB | 0.7/2.9 MB | 0.5/1.4 MB | 250/689 kB | 282 kB error 03-Jan-2023 03:02:36 Progress (5): 0.4/1.2 MB | 0.7/2.9 MB | 0.5/1.4 MB | 250/689 kB | 282 kB error 03-Jan-2023 03:02:36 Progress (5): 0.4/1.2 MB | 0.7/2.9 MB | 0.5/1.4 MB | 250/689 kB | 282 kB error 03-Jan-2023 03:02:36 Progress (5): 0.4/1.2 MB | 0.7/2.9 MB | 0.5/1.4 MB | 250/689 kB | 282 kB error 03-Jan-2023 03:02:36 Progress (5): 0.4/1.2 MB | 0.7/2.9 MB | 0.5/1.4 MB | 254/689 kB | 282 kB error 03-Jan-2023 03:02:36 Progress (5): 0.4/1.2 MB | 0.7/2.9 MB | 0.5/1.4 MB | 254/689 kB | 282 kB error 03-Jan-2023 03:02:36 Progress (5): 0.4/1.2 MB | 0.7/2.9 MB | 0.5/1.4 MB | 254/689 kB | 282 kB error 03-Jan-2023 03:02:36 Progress (5): 0.4/1.2 MB | 0.7/2.9 MB | 0.5/1.4 MB | 254/689 kB | 282 kB error 03-Jan-2023 03:02:36 Progress (5): 0.4/1.2 MB | 0.7/2.9 MB | 0.5/1.4 MB | 258/689 kB | 282 kB error 03-Jan-2023 03:02:36 Progress (5): 0.4/1.2 MB | 0.7/2.9 MB | 0.5/1.4 MB | 258/689 kB | 282 kB error 03-Jan-2023 03:02:36 Progress (5): 0.4/1.2 MB | 0.7/2.9 MB | 0.5/1.4 MB | 260/689 kB | 282 kB error 03-Jan-2023 03:02:36 Progress (5): 0.4/1.2 MB | 0.7/2.9 MB | 0.5/1.4 MB | 260/689 kB | 282 kB error 03-Jan-2023 03:02:36 Progress (5): 0.4/1.2 MB | 0.7/2.9 MB | 0.6/1.4 MB | 260/689 kB | 282 kB error 03-Jan-2023 03:02:36 Progress (5): 0.4/1.2 MB | 0.7/2.9 MB | 0.6/1.4 MB | 265/689 kB | 282 kB error 03-Jan-2023 03:02:36 Progress (5): 0.4/1.2 MB | 0.7/2.9 MB | 0.6/1.4 MB | 269/689 kB | 282 kB error 03-Jan-2023 03:02:36 Progress (5): 0.5/1.2 MB | 0.7/2.9 MB | 0.6/1.4 MB | 269/689 kB | 282 kB error 03-Jan-2023 03:02:36 Progress (5): 0.5/1.2 MB | 0.7/2.9 MB | 0.6/1.4 MB | 269/689 kB | 282 kB error 03-Jan-2023 03:02:36 Progress (5): 0.5/1.2 MB | 0.7/2.9 MB | 0.6/1.4 MB | 269/689 kB | 282 kB error 03-Jan-2023 03:02:36 Progress (5): 0.5/1.2 MB | 0.7/2.9 MB | 0.6/1.4 MB | 269/689 kB | 282 kB error 03-Jan-2023 03:02:36 Progress (5): 0.5/1.2 MB | 0.7/2.9 MB | 0.6/1.4 MB | 269/689 kB | 282 kB error 03-Jan-2023 03:02:36 Progress (5): 0.5/1.2 MB | 0.7/2.9 MB | 0.6/1.4 MB | 273/689 kB | 282 kB error 03-Jan-2023 03:02:36 Progress (5): 0.5/1.2 MB | 0.7/2.9 MB | 0.6/1.4 MB | 273/689 kB | 282 kB error 03-Jan-2023 03:02:36 Progress (5): 0.5/1.2 MB | 0.7/2.9 MB | 0.6/1.4 MB | 277/689 kB | 282 kB error 03-Jan-2023 03:02:36 Progress (5): 0.5/1.2 MB | 0.7/2.9 MB | 0.6/1.4 MB | 277/689 kB | 282 kB error 03-Jan-2023 03:02:36 Progress (5): 0.5/1.2 MB | 0.7/2.9 MB | 0.6/1.4 MB | 277/689 kB | 282 kB error 03-Jan-2023 03:02:36 Progress (5): 0.5/1.2 MB | 0.7/2.9 MB | 0.6/1.4 MB | 277/689 kB | 282 kB error 03-Jan-2023 03:02:36 Progress (5): 0.5/1.2 MB | 0.7/2.9 MB | 0.6/1.4 MB | 277/689 kB | 282 kB error 03-Jan-2023 03:02:36 Progress (5): 0.5/1.2 MB | 0.7/2.9 MB | 0.6/1.4 MB | 281/689 kB | 282 kB error 03-Jan-2023 03:02:36 Progress (5): 0.5/1.2 MB | 0.7/2.9 MB | 0.6/1.4 MB | 281/689 kB | 282 kB error 03-Jan-2023 03:02:36 Progress (5): 0.5/1.2 MB | 0.8/2.9 MB | 0.6/1.4 MB | 281/689 kB | 282 kB error 03-Jan-2023 03:02:36 Progress (5): 0.5/1.2 MB | 0.8/2.9 MB | 0.6/1.4 MB | 281/689 kB | 282 kB error 03-Jan-2023 03:02:36 Progress (5): 0.5/1.2 MB | 0.8/2.9 MB | 0.6/1.4 MB | 285/689 kB | 282 kB error 03-Jan-2023 03:02:36 Progress (5): 0.5/1.2 MB | 0.8/2.9 MB | 0.6/1.4 MB | 285/689 kB | 282 kB error 03-Jan-2023 03:02:36 Progress (5): 0.5/1.2 MB | 0.8/2.9 MB | 0.6/1.4 MB | 289/689 kB | 282 kB error 03-Jan-2023 03:02:36 Progress (5): 0.5/1.2 MB | 0.8/2.9 MB | 0.6/1.4 MB | 293/689 kB | 282 kB error 03-Jan-2023 03:02:36 Progress (5): 0.5/1.2 MB | 0.8/2.9 MB | 0.6/1.4 MB | 293/689 kB | 282 kB error 03-Jan-2023 03:02:36 Progress (5): 0.5/1.2 MB | 0.8/2.9 MB | 0.6/1.4 MB | 293/689 kB | 282 kB error 03-Jan-2023 03:02:36 Progress (5): 0.5/1.2 MB | 0.8/2.9 MB | 0.6/1.4 MB | 293/689 kB | 282 kB error 03-Jan-2023 03:02:36 Progress (5): 0.5/1.2 MB | 0.8/2.9 MB | 0.6/1.4 MB | 295/689 kB | 282 kB error 03-Jan-2023 03:02:36 Progress (5): 0.5/1.2 MB | 0.8/2.9 MB | 0.6/1.4 MB | 295/689 kB | 282 kB error 03-Jan-2023 03:02:36 Progress (5): 0.5/1.2 MB | 0.8/2.9 MB | 0.6/1.4 MB | 295/689 kB | 282 kB error 03-Jan-2023 03:02:36 Progress (5): 0.5/1.2 MB | 0.8/2.9 MB | 0.6/1.4 MB | 299/689 kB | 282 kB error 03-Jan-2023 03:02:36 Progress (5): 0.5/1.2 MB | 0.8/2.9 MB | 0.6/1.4 MB | 303/689 kB | 282 kB error 03-Jan-2023 03:02:36 Progress (5): 0.5/1.2 MB | 0.8/2.9 MB | 0.6/1.4 MB | 303/689 kB | 282 kB error 03-Jan-2023 03:02:36 Progress (5): 0.5/1.2 MB | 0.8/2.9 MB | 0.6/1.4 MB | 303/689 kB | 282 kB error 03-Jan-2023 03:02:36 Progress (5): 0.5/1.2 MB | 0.8/2.9 MB | 0.6/1.4 MB | 308/689 kB | 282 kB error 03-Jan-2023 03:02:36 Progress (5): 0.5/1.2 MB | 0.8/2.9 MB | 0.6/1.4 MB | 308/689 kB | 282 kB error 03-Jan-2023 03:02:36 Progress (5): 0.5/1.2 MB | 0.8/2.9 MB | 0.6/1.4 MB | 308/689 kB | 282 kB error 03-Jan-2023 03:02:36 Progress (5): 0.5/1.2 MB | 0.8/2.9 MB | 0.7/1.4 MB | 308/689 kB | 282 kB error 03-Jan-2023 03:02:36 Progress (5): 0.5/1.2 MB | 0.8/2.9 MB | 0.7/1.4 MB | 308/689 kB | 282 kB error 03-Jan-2023 03:02:36 Progress (5): 0.5/1.2 MB | 0.8/2.9 MB | 0.7/1.4 MB | 308/689 kB | 282 kB error 03-Jan-2023 03:02:36 Progress (5): 0.5/1.2 MB | 0.8/2.9 MB | 0.7/1.4 MB | 312/689 kB | 282 kB error 03-Jan-2023 03:02:36 Progress (5): 0.5/1.2 MB | 0.8/2.9 MB | 0.7/1.4 MB | 312/689 kB | 282 kB error 03-Jan-2023 03:02:36 Progress (5): 0.5/1.2 MB | 0.8/2.9 MB | 0.7/1.4 MB | 312/689 kB | 282 kB error 03-Jan-2023 03:02:36 Progress (5): 0.5/1.2 MB | 0.8/2.9 MB | 0.7/1.4 MB | 312/689 kB | 282 kB error 03-Jan-2023 03:02:36 Progress (5): 0.5/1.2 MB | 0.8/2.9 MB | 0.7/1.4 MB | 316/689 kB | 282 kB error 03-Jan-2023 03:02:36 Progress (5): 0.5/1.2 MB | 0.8/2.9 MB | 0.7/1.4 MB | 320/689 kB | 282 kB error 03-Jan-2023 03:02:36 Progress (5): 0.5/1.2 MB | 0.8/2.9 MB | 0.7/1.4 MB | 320/689 kB | 282 kB error 03-Jan-2023 03:02:36 Progress (5): 0.5/1.2 MB | 0.8/2.9 MB | 0.7/1.4 MB | 324/689 kB | 282 kB error 03-Jan-2023 03:02:36 Progress (5): 0.5/1.2 MB | 0.8/2.9 MB | 0.7/1.4 MB | 324/689 kB | 282 kB error 03-Jan-2023 03:02:36 error 03-Jan-2023 03:02:36 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/springframework/spring-expression/5.2.14.RELEASE/spring-expression-5.2.14.RELEASE.jar (282 kB at 74 kB/s) error 03-Jan-2023 03:02:36 #16 81.13 Progress (4): 0.5/1.2 MB | 0.8/2.9 MB | 0.7/1.4 MB | 324/689 kB error 03-Jan-2023 03:02:36 Progress (4): 0.5/1.2 MB | 0.9/2.9 MB | 0.7/1.4 MB | 324/689 kB error 03-Jan-2023 03:02:36 Progress (4): 0.5/1.2 MB | 0.9/2.9 MB | 0.7/1.4 MB | 328/689 kB error 03-Jan-2023 03:02:36 Progress (4): 0.6/1.2 MB | 0.9/2.9 MB | 0.7/1.4 MB | 328/689 kB error 03-Jan-2023 03:02:36 error 03-Jan-2023 03:02:36 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/springframework/spring-aop/5.2.14.RELEASE/spring-aop-5.2.14.RELEASE.jar error 03-Jan-2023 03:02:36 #16 81.14 Progress (4): 0.6/1.2 MB | 0.9/2.9 MB | 0.7/1.4 MB | 330/689 kB error 03-Jan-2023 03:02:36 Progress (4): 0.6/1.2 MB | 0.9/2.9 MB | 0.7/1.4 MB | 330/689 kB error 03-Jan-2023 03:02:36 Progress (4): 0.6/1.2 MB | 0.9/2.9 MB | 0.7/1.4 MB | 334/689 kB error 03-Jan-2023 03:02:36 Progress (4): 0.6/1.2 MB | 0.9/2.9 MB | 0.7/1.4 MB | 338/689 kB error 03-Jan-2023 03:02:36 Progress (4): 0.6/1.2 MB | 0.9/2.9 MB | 0.7/1.4 MB | 342/689 kB error 03-Jan-2023 03:02:36 Progress (4): 0.6/1.2 MB | 0.9/2.9 MB | 0.7/1.4 MB | 346/689 kB error 03-Jan-2023 03:02:36 Progress (4): 0.6/1.2 MB | 0.9/2.9 MB | 0.7/1.4 MB | 351/689 kB error 03-Jan-2023 03:02:36 Progress (4): 0.6/1.2 MB | 0.9/2.9 MB | 0.7/1.4 MB | 351/689 kB error 03-Jan-2023 03:02:36 Progress (4): 0.6/1.2 MB | 0.9/2.9 MB | 0.7/1.4 MB | 355/689 kB error 03-Jan-2023 03:02:36 Progress (4): 0.6/1.2 MB | 0.9/2.9 MB | 0.7/1.4 MB | 355/689 kB error 03-Jan-2023 03:02:36 Progress (4): 0.6/1.2 MB | 0.9/2.9 MB | 0.7/1.4 MB | 359/689 kB error 03-Jan-2023 03:02:36 Progress (4): 0.6/1.2 MB | 0.9/2.9 MB | 0.7/1.4 MB | 363/689 kB error 03-Jan-2023 03:02:36 Progress (4): 0.6/1.2 MB | 0.9/2.9 MB | 0.7/1.4 MB | 365/689 kB error 03-Jan-2023 03:02:36 Progress (4): 0.6/1.2 MB | 0.9/2.9 MB | 0.7/1.4 MB | 365/689 kB error 03-Jan-2023 03:02:36 Progress (4): 0.6/1.2 MB | 0.9/2.9 MB | 0.7/1.4 MB | 365/689 kB error 03-Jan-2023 03:02:36 Progress (4): 0.6/1.2 MB | 0.9/2.9 MB | 0.7/1.4 MB | 365/689 kB error 03-Jan-2023 03:02:36 Progress (4): 0.6/1.2 MB | 0.9/2.9 MB | 0.7/1.4 MB | 365/689 kB error 03-Jan-2023 03:02:36 Progress (4): 0.6/1.2 MB | 0.9/2.9 MB | 0.7/1.4 MB | 369/689 kB error 03-Jan-2023 03:02:36 Progress (4): 0.6/1.2 MB | 0.9/2.9 MB | 0.7/1.4 MB | 373/689 kB error 03-Jan-2023 03:02:36 Progress (4): 0.6/1.2 MB | 0.9/2.9 MB | 0.7/1.4 MB | 377/689 kB error 03-Jan-2023 03:02:36 Progress (4): 0.6/1.2 MB | 0.9/2.9 MB | 0.7/1.4 MB | 381/689 kB error 03-Jan-2023 03:02:36 Progress (4): 0.6/1.2 MB | 0.9/2.9 MB | 0.7/1.4 MB | 381/689 kB error 03-Jan-2023 03:02:36 Progress (4): 0.6/1.2 MB | 0.9/2.9 MB | 0.7/1.4 MB | 381/689 kB error 03-Jan-2023 03:02:36 Progress (4): 0.6/1.2 MB | 0.9/2.9 MB | 0.7/1.4 MB | 381/689 kB error 03-Jan-2023 03:02:36 Progress (4): 0.6/1.2 MB | 0.9/2.9 MB | 0.7/1.4 MB | 381/689 kB error 03-Jan-2023 03:02:36 Progress (4): 0.6/1.2 MB | 0.9/2.9 MB | 0.7/1.4 MB | 381/689 kB error 03-Jan-2023 03:02:36 Progress (4): 0.6/1.2 MB | 0.9/2.9 MB | 0.7/1.4 MB | 381/689 kB error 03-Jan-2023 03:02:36 Progress (4): 0.6/1.2 MB | 0.9/2.9 MB | 0.7/1.4 MB | 385/689 kB error 03-Jan-2023 03:02:36 Progress (4): 0.6/1.2 MB | 0.9/2.9 MB | 0.7/1.4 MB | 385/689 kB error 03-Jan-2023 03:02:36 Progress (4): 0.6/1.2 MB | 0.9/2.9 MB | 0.7/1.4 MB | 385/689 kB error 03-Jan-2023 03:02:36 Progress (4): 0.6/1.2 MB | 0.9/2.9 MB | 0.7/1.4 MB | 385/689 kB error 03-Jan-2023 03:02:36 Progress (4): 0.6/1.2 MB | 0.9/2.9 MB | 0.7/1.4 MB | 385/689 kB error 03-Jan-2023 03:02:36 Progress (4): 0.6/1.2 MB | 0.9/2.9 MB | 0.7/1.4 MB | 389/689 kB error 03-Jan-2023 03:02:36 Progress (4): 0.6/1.2 MB | 0.9/2.9 MB | 0.7/1.4 MB | 394/689 kB error 03-Jan-2023 03:02:36 Progress (4): 0.6/1.2 MB | 0.9/2.9 MB | 0.7/1.4 MB | 394/689 kB error 03-Jan-2023 03:02:36 Progress (4): 0.6/1.2 MB | 0.9/2.9 MB | 0.7/1.4 MB | 394/689 kB error 03-Jan-2023 03:02:36 Progress (4): 0.6/1.2 MB | 0.9/2.9 MB | 0.7/1.4 MB | 394/689 kB error 03-Jan-2023 03:02:36 Progress (4): 0.6/1.2 MB | 0.9/2.9 MB | 0.7/1.4 MB | 398/689 kB error 03-Jan-2023 03:02:36 Progress (4): 0.6/1.2 MB | 0.9/2.9 MB | 0.7/1.4 MB | 398/689 kB error 03-Jan-2023 03:02:36 Progress (4): 0.6/1.2 MB | 0.9/2.9 MB | 0.7/1.4 MB | 400/689 kB error 03-Jan-2023 03:02:36 Progress (4): 0.6/1.2 MB | 0.9/2.9 MB | 0.7/1.4 MB | 404/689 kB error 03-Jan-2023 03:02:36 Progress (4): 0.6/1.2 MB | 0.9/2.9 MB | 0.7/1.4 MB | 404/689 kB error 03-Jan-2023 03:02:36 Progress (4): 0.6/1.2 MB | 0.9/2.9 MB | 0.7/1.4 MB | 408/689 kB error 03-Jan-2023 03:02:36 Progress (4): 0.7/1.2 MB | 0.9/2.9 MB | 0.7/1.4 MB | 408/689 kB error 03-Jan-2023 03:02:36 Progress (4): 0.7/1.2 MB | 1.0/2.9 MB | 0.7/1.4 MB | 408/689 kB error 03-Jan-2023 03:02:36 Progress (4): 0.7/1.2 MB | 1.0/2.9 MB | 0.7/1.4 MB | 408/689 kB error 03-Jan-2023 03:02:36 Progress (4): 0.7/1.2 MB | 1.0/2.9 MB | 0.7/1.4 MB | 412/689 kB error 03-Jan-2023 03:02:36 Progress (4): 0.7/1.2 MB | 1.0/2.9 MB | 0.7/1.4 MB | 412/689 kB error 03-Jan-2023 03:02:36 Progress (4): 0.7/1.2 MB | 1.0/2.9 MB | 0.7/1.4 MB | 412/689 kB error 03-Jan-2023 03:02:36 Progress (4): 0.7/1.2 MB | 1.0/2.9 MB | 0.7/1.4 MB | 412/689 kB error 03-Jan-2023 03:02:36 Progress (4): 0.7/1.2 MB | 1.0/2.9 MB | 0.7/1.4 MB | 416/689 kB error 03-Jan-2023 03:02:36 Progress (4): 0.7/1.2 MB | 1.0/2.9 MB | 0.7/1.4 MB | 416/689 kB error 03-Jan-2023 03:02:36 Progress (4): 0.7/1.2 MB | 1.0/2.9 MB | 0.7/1.4 MB | 420/689 kB error 03-Jan-2023 03:02:36 Progress (4): 0.7/1.2 MB | 1.0/2.9 MB | 0.8/1.4 MB | 420/689 kB error 03-Jan-2023 03:02:36 Progress (4): 0.7/1.2 MB | 1.0/2.9 MB | 0.8/1.4 MB | 420/689 kB error 03-Jan-2023 03:02:36 Progress (4): 0.7/1.2 MB | 1.0/2.9 MB | 0.8/1.4 MB | 424/689 kB error 03-Jan-2023 03:02:36 Progress (4): 0.7/1.2 MB | 1.0/2.9 MB | 0.8/1.4 MB | 424/689 kB error 03-Jan-2023 03:02:36 Progress (4): 0.7/1.2 MB | 1.0/2.9 MB | 0.8/1.4 MB | 428/689 kB error 03-Jan-2023 03:02:36 Progress (4): 0.7/1.2 MB | 1.0/2.9 MB | 0.8/1.4 MB | 428/689 kB error 03-Jan-2023 03:02:36 Progress (4): 0.7/1.2 MB | 1.0/2.9 MB | 0.8/1.4 MB | 432/689 kB error 03-Jan-2023 03:02:36 Progress (4): 0.7/1.2 MB | 1.0/2.9 MB | 0.8/1.4 MB | 435/689 kB error 03-Jan-2023 03:02:36 Progress (4): 0.7/1.2 MB | 1.0/2.9 MB | 0.8/1.4 MB | 439/689 kB error 03-Jan-2023 03:02:36 Progress (4): 0.7/1.2 MB | 1.0/2.9 MB | 0.8/1.4 MB | 439/689 kB error 03-Jan-2023 03:02:36 Progress (4): 0.7/1.2 MB | 1.0/2.9 MB | 0.8/1.4 MB | 439/689 kB error 03-Jan-2023 03:02:36 Progress (4): 0.7/1.2 MB | 1.0/2.9 MB | 0.8/1.4 MB | 439/689 kB error 03-Jan-2023 03:02:36 Progress (4): 0.7/1.2 MB | 1.0/2.9 MB | 0.8/1.4 MB | 439/689 kB error 03-Jan-2023 03:02:36 Progress (4): 0.7/1.2 MB | 1.0/2.9 MB | 0.8/1.4 MB | 439/689 kB error 03-Jan-2023 03:02:36 Progress (4): 0.7/1.2 MB | 1.0/2.9 MB | 0.8/1.4 MB | 443/689 kB error 03-Jan-2023 03:02:36 Progress (4): 0.7/1.2 MB | 1.0/2.9 MB | 0.8/1.4 MB | 443/689 kB error 03-Jan-2023 03:02:36 Progress (4): 0.7/1.2 MB | 1.0/2.9 MB | 0.8/1.4 MB | 443/689 kB error 03-Jan-2023 03:02:36 Progress (4): 0.7/1.2 MB | 1.0/2.9 MB | 0.8/1.4 MB | 443/689 kB error 03-Jan-2023 03:02:36 Progress (4): 0.7/1.2 MB | 1.0/2.9 MB | 0.8/1.4 MB | 447/689 kB error 03-Jan-2023 03:02:36 Progress (4): 0.7/1.2 MB | 1.0/2.9 MB | 0.8/1.4 MB | 451/689 kB error 03-Jan-2023 03:02:36 Progress (4): 0.7/1.2 MB | 1.0/2.9 MB | 0.8/1.4 MB | 455/689 kB error 03-Jan-2023 03:02:36 Progress (4): 0.7/1.2 MB | 1.0/2.9 MB | 0.8/1.4 MB | 459/689 kB error 03-Jan-2023 03:02:36 Progress (4): 0.7/1.2 MB | 1.0/2.9 MB | 0.8/1.4 MB | 463/689 kB error 03-Jan-2023 03:02:36 Progress (4): 0.7/1.2 MB | 1.0/2.9 MB | 0.8/1.4 MB | 463/689 kB error 03-Jan-2023 03:02:36 Progress (4): 0.7/1.2 MB | 1.0/2.9 MB | 0.8/1.4 MB | 463/689 kB error 03-Jan-2023 03:02:36 Progress (4): 0.7/1.2 MB | 1.0/2.9 MB | 0.8/1.4 MB | 463/689 kB error 03-Jan-2023 03:02:36 Progress (4): 0.7/1.2 MB | 1.0/2.9 MB | 0.8/1.4 MB | 463/689 kB error 03-Jan-2023 03:02:36 Progress (4): 0.7/1.2 MB | 1.0/2.9 MB | 0.8/1.4 MB | 467/689 kB error 03-Jan-2023 03:02:36 Progress (4): 0.7/1.2 MB | 1.0/2.9 MB | 0.8/1.4 MB | 469/689 kB error 03-Jan-2023 03:02:36 Progress (4): 0.7/1.2 MB | 1.0/2.9 MB | 0.8/1.4 MB | 469/689 kB error 03-Jan-2023 03:02:36 Progress (4): 0.7/1.2 MB | 1.0/2.9 MB | 0.8/1.4 MB | 473/689 kB error 03-Jan-2023 03:02:36 Progress (4): 0.7/1.2 MB | 1.0/2.9 MB | 0.8/1.4 MB | 478/689 kB error 03-Jan-2023 03:02:36 Progress (4): 0.7/1.2 MB | 1.0/2.9 MB | 0.8/1.4 MB | 478/689 kB error 03-Jan-2023 03:02:36 Progress (4): 0.7/1.2 MB | 1.0/2.9 MB | 0.8/1.4 MB | 478/689 kB error 03-Jan-2023 03:02:36 Progress (4): 0.7/1.2 MB | 1.0/2.9 MB | 0.8/1.4 MB | 478/689 kB error 03-Jan-2023 03:02:36 Progress (4): 0.7/1.2 MB | 1.0/2.9 MB | 0.8/1.4 MB | 478/689 kB error 03-Jan-2023 03:02:36 Progress (4): 0.8/1.2 MB | 1.0/2.9 MB | 0.8/1.4 MB | 478/689 kB error 03-Jan-2023 03:02:36 Progress (4): 0.8/1.2 MB | 1.0/2.9 MB | 0.8/1.4 MB | 478/689 kB error 03-Jan-2023 03:02:36 Progress (4): 0.8/1.2 MB | 1.0/2.9 MB | 0.8/1.4 MB | 478/689 kB error 03-Jan-2023 03:02:36 Progress (4): 0.8/1.2 MB | 1.1/2.9 MB | 0.8/1.4 MB | 478/689 kB error 03-Jan-2023 03:02:36 Progress (4): 0.8/1.2 MB | 1.1/2.9 MB | 0.8/1.4 MB | 482/689 kB error 03-Jan-2023 03:02:36 Progress (4): 0.8/1.2 MB | 1.1/2.9 MB | 0.8/1.4 MB | 482/689 kB error 03-Jan-2023 03:02:36 Progress (4): 0.8/1.2 MB | 1.1/2.9 MB | 0.8/1.4 MB | 486/689 kB error 03-Jan-2023 03:02:36 Progress (4): 0.8/1.2 MB | 1.1/2.9 MB | 0.8/1.4 MB | 486/689 kB error 03-Jan-2023 03:02:36 Progress (4): 0.8/1.2 MB | 1.1/2.9 MB | 0.8/1.4 MB | 486/689 kB error 03-Jan-2023 03:02:36 Progress (4): 0.8/1.2 MB | 1.1/2.9 MB | 0.9/1.4 MB | 486/689 kB error 03-Jan-2023 03:02:36 Progress (4): 0.8/1.2 MB | 1.1/2.9 MB | 0.9/1.4 MB | 486/689 kB error 03-Jan-2023 03:02:36 Progress (4): 0.8/1.2 MB | 1.1/2.9 MB | 0.9/1.4 MB | 486/689 kB error 03-Jan-2023 03:02:36 Progress (4): 0.8/1.2 MB | 1.1/2.9 MB | 0.9/1.4 MB | 490/689 kB error 03-Jan-2023 03:02:36 Progress (4): 0.8/1.2 MB | 1.1/2.9 MB | 0.9/1.4 MB | 494/689 kB error 03-Jan-2023 03:02:36 Progress (4): 0.8/1.2 MB | 1.1/2.9 MB | 0.9/1.4 MB | 494/689 kB error 03-Jan-2023 03:02:36 Progress (4): 0.8/1.2 MB | 1.1/2.9 MB | 0.9/1.4 MB | 494/689 kB error 03-Jan-2023 03:02:36 Progress (4): 0.8/1.2 MB | 1.1/2.9 MB | 0.9/1.4 MB | 498/689 kB error 03-Jan-2023 03:02:36 Progress (4): 0.8/1.2 MB | 1.1/2.9 MB | 0.9/1.4 MB | 498/689 kB error 03-Jan-2023 03:02:36 Progress (4): 0.8/1.2 MB | 1.1/2.9 MB | 0.9/1.4 MB | 502/689 kB error 03-Jan-2023 03:02:36 Progress (4): 0.8/1.2 MB | 1.1/2.9 MB | 0.9/1.4 MB | 504/689 kB error 03-Jan-2023 03:02:36 Progress (4): 0.8/1.2 MB | 1.1/2.9 MB | 0.9/1.4 MB | 504/689 kB error 03-Jan-2023 03:02:36 Progress (4): 0.8/1.2 MB | 1.1/2.9 MB | 0.9/1.4 MB | 504/689 kB error 03-Jan-2023 03:02:36 Progress (4): 0.8/1.2 MB | 1.1/2.9 MB | 0.9/1.4 MB | 504/689 kB error 03-Jan-2023 03:02:36 Progress (4): 0.8/1.2 MB | 1.1/2.9 MB | 0.9/1.4 MB | 508/689 kB error 03-Jan-2023 03:02:36 Progress (4): 0.8/1.2 MB | 1.1/2.9 MB | 0.9/1.4 MB | 508/689 kB error 03-Jan-2023 03:02:36 Progress (4): 0.8/1.2 MB | 1.1/2.9 MB | 0.9/1.4 MB | 512/689 kB error 03-Jan-2023 03:02:36 Progress (4): 0.8/1.2 MB | 1.1/2.9 MB | 0.9/1.4 MB | 512/689 kB error 03-Jan-2023 03:02:36 Progress (4): 0.8/1.2 MB | 1.1/2.9 MB | 0.9/1.4 MB | 516/689 kB error 03-Jan-2023 03:02:36 Progress (4): 0.8/1.2 MB | 1.1/2.9 MB | 0.9/1.4 MB | 521/689 kB error 03-Jan-2023 03:02:36 Progress (4): 0.8/1.2 MB | 1.1/2.9 MB | 0.9/1.4 MB | 521/689 kB error 03-Jan-2023 03:02:36 Progress (4): 0.8/1.2 MB | 1.1/2.9 MB | 0.9/1.4 MB | 521/689 kB error 03-Jan-2023 03:02:36 Progress (4): 0.8/1.2 MB | 1.1/2.9 MB | 0.9/1.4 MB | 521/689 kB error 03-Jan-2023 03:02:36 Progress (4): 0.8/1.2 MB | 1.1/2.9 MB | 0.9/1.4 MB | 521/689 kB error 03-Jan-2023 03:02:36 Progress (4): 0.8/1.2 MB | 1.1/2.9 MB | 0.9/1.4 MB | 525/689 kB error 03-Jan-2023 03:02:36 Progress (4): 0.8/1.2 MB | 1.1/2.9 MB | 0.9/1.4 MB | 525/689 kB error 03-Jan-2023 03:02:36 Progress (4): 0.8/1.2 MB | 1.1/2.9 MB | 0.9/1.4 MB | 525/689 kB error 03-Jan-2023 03:02:36 Progress (4): 0.8/1.2 MB | 1.1/2.9 MB | 0.9/1.4 MB | 525/689 kB error 03-Jan-2023 03:02:36 Progress (4): 0.8/1.2 MB | 1.1/2.9 MB | 0.9/1.4 MB | 525/689 kB error 03-Jan-2023 03:02:36 Progress (4): 0.8/1.2 MB | 1.1/2.9 MB | 0.9/1.4 MB | 529/689 kB error 03-Jan-2023 03:02:36 Progress (4): 0.8/1.2 MB | 1.1/2.9 MB | 0.9/1.4 MB | 529/689 kB error 03-Jan-2023 03:02:36 Progress (4): 0.8/1.2 MB | 1.1/2.9 MB | 0.9/1.4 MB | 533/689 kB error 03-Jan-2023 03:02:36 Progress (4): 0.8/1.2 MB | 1.1/2.9 MB | 0.9/1.4 MB | 537/689 kB error 03-Jan-2023 03:02:36 Progress (4): 0.8/1.2 MB | 1.1/2.9 MB | 0.9/1.4 MB | 537/689 kB error 03-Jan-2023 03:02:36 Progress (4): 0.9/1.2 MB | 1.1/2.9 MB | 0.9/1.4 MB | 537/689 kB error 03-Jan-2023 03:02:36 Progress (4): 0.9/1.2 MB | 1.1/2.9 MB | 0.9/1.4 MB | 539/689 kB error 03-Jan-2023 03:02:36 Progress (4): 0.9/1.2 MB | 1.1/2.9 MB | 0.9/1.4 MB | 539/689 kB error 03-Jan-2023 03:02:36 Progress (4): 0.9/1.2 MB | 1.1/2.9 MB | 0.9/1.4 MB | 539/689 kB error 03-Jan-2023 03:02:36 Progress (4): 0.9/1.2 MB | 1.1/2.9 MB | 0.9/1.4 MB | 539/689 kB error 03-Jan-2023 03:02:36 Progress (4): 0.9/1.2 MB | 1.1/2.9 MB | 0.9/1.4 MB | 543/689 kB error 03-Jan-2023 03:02:36 Progress (4): 0.9/1.2 MB | 1.2/2.9 MB | 0.9/1.4 MB | 543/689 kB error 03-Jan-2023 03:02:36 Progress (4): 0.9/1.2 MB | 1.2/2.9 MB | 0.9/1.4 MB | 543/689 kB error 03-Jan-2023 03:02:36 Progress (4): 0.9/1.2 MB | 1.2/2.9 MB | 0.9/1.4 MB | 547/689 kB error 03-Jan-2023 03:02:36 Progress (4): 0.9/1.2 MB | 1.2/2.9 MB | 0.9/1.4 MB | 547/689 kB error 03-Jan-2023 03:02:36 Progress (4): 0.9/1.2 MB | 1.2/2.9 MB | 0.9/1.4 MB | 547/689 kB error 03-Jan-2023 03:02:36 Progress (4): 0.9/1.2 MB | 1.2/2.9 MB | 0.9/1.4 MB | 551/689 kB error 03-Jan-2023 03:02:36 Progress (4): 0.9/1.2 MB | 1.2/2.9 MB | 0.9/1.4 MB | 555/689 kB error 03-Jan-2023 03:02:36 Progress (4): 0.9/1.2 MB | 1.2/2.9 MB | 0.9/1.4 MB | 559/689 kB error 03-Jan-2023 03:02:36 Progress (4): 0.9/1.2 MB | 1.2/2.9 MB | 0.9/1.4 MB | 564/689 kB error 03-Jan-2023 03:02:36 Progress (4): 0.9/1.2 MB | 1.2/2.9 MB | 0.9/1.4 MB | 564/689 kB error 03-Jan-2023 03:02:36 Progress (4): 0.9/1.2 MB | 1.2/2.9 MB | 0.9/1.4 MB | 564/689 kB error 03-Jan-2023 03:02:36 Progress (4): 0.9/1.2 MB | 1.2/2.9 MB | 0.9/1.4 MB | 568/689 kB error 03-Jan-2023 03:02:36 Progress (4): 0.9/1.2 MB | 1.2/2.9 MB | 1.0/1.4 MB | 568/689 kB error 03-Jan-2023 03:02:36 Progress (4): 0.9/1.2 MB | 1.2/2.9 MB | 1.0/1.4 MB | 568/689 kB error 03-Jan-2023 03:02:36 Progress (4): 0.9/1.2 MB | 1.2/2.9 MB | 1.0/1.4 MB | 568/689 kB error 03-Jan-2023 03:02:36 Progress (4): 0.9/1.2 MB | 1.2/2.9 MB | 1.0/1.4 MB | 568/689 kB error 03-Jan-2023 03:02:36 Progress (4): 0.9/1.2 MB | 1.2/2.9 MB | 1.0/1.4 MB | 572/689 kB error 03-Jan-2023 03:02:36 Progress (4): 0.9/1.2 MB | 1.2/2.9 MB | 1.0/1.4 MB | 572/689 kB error 03-Jan-2023 03:02:36 Progress (4): 0.9/1.2 MB | 1.2/2.9 MB | 1.0/1.4 MB | 572/689 kB error 03-Jan-2023 03:02:36 Progress (4): 0.9/1.2 MB | 1.2/2.9 MB | 1.0/1.4 MB | 572/689 kB error 03-Jan-2023 03:02:36 Progress (4): 0.9/1.2 MB | 1.2/2.9 MB | 1.0/1.4 MB | 572/689 kB error 03-Jan-2023 03:02:36 Progress (4): 0.9/1.2 MB | 1.2/2.9 MB | 1.0/1.4 MB | 574/689 kB error 03-Jan-2023 03:02:36 Progress (4): 0.9/1.2 MB | 1.2/2.9 MB | 1.0/1.4 MB | 574/689 kB error 03-Jan-2023 03:02:36 Progress (4): 0.9/1.2 MB | 1.2/2.9 MB | 1.0/1.4 MB | 578/689 kB error 03-Jan-2023 03:02:36 Progress (4): 0.9/1.2 MB | 1.2/2.9 MB | 1.0/1.4 MB | 582/689 kB error 03-Jan-2023 03:02:36 Progress (4): 0.9/1.2 MB | 1.2/2.9 MB | 1.0/1.4 MB | 586/689 kB error 03-Jan-2023 03:02:36 Progress (4): 0.9/1.2 MB | 1.2/2.9 MB | 1.0/1.4 MB | 590/689 kB error 03-Jan-2023 03:02:36 Progress (4): 0.9/1.2 MB | 1.2/2.9 MB | 1.0/1.4 MB | 590/689 kB error 03-Jan-2023 03:02:36 Progress (4): 0.9/1.2 MB | 1.2/2.9 MB | 1.0/1.4 MB | 590/689 kB error 03-Jan-2023 03:02:36 Progress (4): 0.9/1.2 MB | 1.2/2.9 MB | 1.0/1.4 MB | 590/689 kB error 03-Jan-2023 03:02:36 Progress (4): 0.9/1.2 MB | 1.2/2.9 MB | 1.0/1.4 MB | 590/689 kB error 03-Jan-2023 03:02:36 Progress (4): 0.9/1.2 MB | 1.2/2.9 MB | 1.0/1.4 MB | 590/689 kB error 03-Jan-2023 03:02:36 Progress (4): 0.9/1.2 MB | 1.2/2.9 MB | 1.0/1.4 MB | 590/689 kB error 03-Jan-2023 03:02:36 Progress (4): 0.9/1.2 MB | 1.2/2.9 MB | 1.0/1.4 MB | 594/689 kB error 03-Jan-2023 03:02:36 Progress (4): 0.9/1.2 MB | 1.2/2.9 MB | 1.0/1.4 MB | 594/689 kB error 03-Jan-2023 03:02:36 Progress (4): 0.9/1.2 MB | 1.2/2.9 MB | 1.0/1.4 MB | 594/689 kB error 03-Jan-2023 03:02:36 Progress (4): 0.9/1.2 MB | 1.2/2.9 MB | 1.0/1.4 MB | 598/689 kB error 03-Jan-2023 03:02:36 Progress (4): 0.9/1.2 MB | 1.2/2.9 MB | 1.0/1.4 MB | 598/689 kB error 03-Jan-2023 03:02:36 Progress (4): 0.9/1.2 MB | 1.2/2.9 MB | 1.0/1.4 MB | 602/689 kB error 03-Jan-2023 03:02:36 Progress (4): 0.9/1.2 MB | 1.2/2.9 MB | 1.0/1.4 MB | 607/689 kB error 03-Jan-2023 03:02:36 Progress (4): 0.9/1.2 MB | 1.2/2.9 MB | 1.0/1.4 MB | 609/689 kB error 03-Jan-2023 03:02:36 Progress (4): 1.0/1.2 MB | 1.2/2.9 MB | 1.0/1.4 MB | 609/689 kB error 03-Jan-2023 03:02:36 Progress (4): 1.0/1.2 MB | 1.2/2.9 MB | 1.0/1.4 MB | 609/689 kB error 03-Jan-2023 03:02:36 Progress (4): 1.0/1.2 MB | 1.2/2.9 MB | 1.0/1.4 MB | 609/689 kB error 03-Jan-2023 03:02:36 Progress (4): 1.0/1.2 MB | 1.2/2.9 MB | 1.0/1.4 MB | 613/689 kB error 03-Jan-2023 03:02:36 Progress (4): 1.0/1.2 MB | 1.2/2.9 MB | 1.0/1.4 MB | 617/689 kB error 03-Jan-2023 03:02:36 Progress (4): 1.0/1.2 MB | 1.2/2.9 MB | 1.0/1.4 MB | 621/689 kB error 03-Jan-2023 03:02:36 Progress (4): 1.0/1.2 MB | 1.2/2.9 MB | 1.0/1.4 MB | 621/689 kB error 03-Jan-2023 03:02:36 Progress (4): 1.0/1.2 MB | 1.2/2.9 MB | 1.0/1.4 MB | 621/689 kB error 03-Jan-2023 03:02:36 Progress (4): 1.0/1.2 MB | 1.2/2.9 MB | 1.0/1.4 MB | 621/689 kB error 03-Jan-2023 03:02:36 Progress (4): 1.0/1.2 MB | 1.2/2.9 MB | 1.0/1.4 MB | 625/689 kB error 03-Jan-2023 03:02:36 Progress (4): 1.0/1.2 MB | 1.2/2.9 MB | 1.0/1.4 MB | 629/689 kB error 03-Jan-2023 03:02:36 Progress (4): 1.0/1.2 MB | 1.2/2.9 MB | 1.0/1.4 MB | 629/689 kB error 03-Jan-2023 03:02:36 Progress (4): 1.0/1.2 MB | 1.2/2.9 MB | 1.0/1.4 MB | 629/689 kB error 03-Jan-2023 03:02:36 Progress (4): 1.0/1.2 MB | 1.2/2.9 MB | 1.0/1.4 MB | 633/689 kB error 03-Jan-2023 03:02:36 Progress (4): 1.0/1.2 MB | 1.2/2.9 MB | 1.0/1.4 MB | 633/689 kB error 03-Jan-2023 03:02:36 Progress (4): 1.0/1.2 MB | 1.2/2.9 MB | 1.0/1.4 MB | 637/689 kB error 03-Jan-2023 03:02:36 Progress (4): 1.0/1.2 MB | 1.2/2.9 MB | 1.0/1.4 MB | 637/689 kB error 03-Jan-2023 03:02:36 Progress (4): 1.0/1.2 MB | 1.2/2.9 MB | 1.0/1.4 MB | 641/689 kB error 03-Jan-2023 03:02:36 Progress (4): 1.0/1.2 MB | 1.2/2.9 MB | 1.0/1.4 MB | 643/689 kB error 03-Jan-2023 03:02:36 Progress (4): 1.0/1.2 MB | 1.2/2.9 MB | 1.1/1.4 MB | 643/689 kB error 03-Jan-2023 03:02:36 Progress (4): 1.0/1.2 MB | 1.2/2.9 MB | 1.1/1.4 MB | 648/689 kB error 03-Jan-2023 03:02:36 Progress (4): 1.0/1.2 MB | 1.2/2.9 MB | 1.1/1.4 MB | 648/689 kB error 03-Jan-2023 03:02:36 Progress (4): 1.0/1.2 MB | 1.2/2.9 MB | 1.1/1.4 MB | 648/689 kB error 03-Jan-2023 03:02:36 Progress (4): 1.0/1.2 MB | 1.2/2.9 MB | 1.1/1.4 MB | 652/689 kB error 03-Jan-2023 03:02:36 Progress (4): 1.0/1.2 MB | 1.2/2.9 MB | 1.1/1.4 MB | 656/689 kB error 03-Jan-2023 03:02:36 Progress (4): 1.0/1.2 MB | 1.2/2.9 MB | 1.1/1.4 MB | 656/689 kB error 03-Jan-2023 03:02:36 Progress (4): 1.0/1.2 MB | 1.2/2.9 MB | 1.1/1.4 MB | 660/689 kB error 03-Jan-2023 03:02:36 Progress (4): 1.0/1.2 MB | 1.2/2.9 MB | 1.1/1.4 MB | 660/689 kB error 03-Jan-2023 03:02:36 Progress (4): 1.0/1.2 MB | 1.2/2.9 MB | 1.1/1.4 MB | 660/689 kB error 03-Jan-2023 03:02:36 Progress (4): 1.0/1.2 MB | 1.2/2.9 MB | 1.1/1.4 MB | 664/689 kB error 03-Jan-2023 03:02:36 Progress (4): 1.0/1.2 MB | 1.2/2.9 MB | 1.1/1.4 MB | 668/689 kB error 03-Jan-2023 03:02:36 Progress (4): 1.0/1.2 MB | 1.2/2.9 MB | 1.1/1.4 MB | 672/689 kB error 03-Jan-2023 03:02:36 Progress (4): 1.0/1.2 MB | 1.2/2.9 MB | 1.1/1.4 MB | 672/689 kB error 03-Jan-2023 03:02:36 Progress (4): 1.0/1.2 MB | 1.2/2.9 MB | 1.1/1.4 MB | 672/689 kB error 03-Jan-2023 03:02:36 Progress (4): 1.0/1.2 MB | 1.2/2.9 MB | 1.1/1.4 MB | 672/689 kB error 03-Jan-2023 03:02:36 Progress (4): 1.0/1.2 MB | 1.2/2.9 MB | 1.1/1.4 MB | 676/689 kB error 03-Jan-2023 03:02:36 Progress (4): 1.0/1.2 MB | 1.3/2.9 MB | 1.1/1.4 MB | 676/689 kB error 03-Jan-2023 03:02:36 Progress (4): 1.0/1.2 MB | 1.3/2.9 MB | 1.1/1.4 MB | 676/689 kB error 03-Jan-2023 03:02:36 Progress (4): 1.0/1.2 MB | 1.3/2.9 MB | 1.1/1.4 MB | 676/689 kB error 03-Jan-2023 03:02:36 Progress (4): 1.0/1.2 MB | 1.3/2.9 MB | 1.1/1.4 MB | 676/689 kB error 03-Jan-2023 03:02:36 Progress (5): 1.0/1.2 MB | 1.3/2.9 MB | 1.1/1.4 MB | 676/689 kB | 4.1/373 kB error 03-Jan-2023 03:02:36 Progress (5): 1.0/1.2 MB | 1.3/2.9 MB | 1.1/1.4 MB | 676/689 kB | 8.2/373 kB error 03-Jan-2023 03:02:36 Progress (5): 1.0/1.2 MB | 1.3/2.9 MB | 1.1/1.4 MB | 678/689 kB | 8.2/373 kB error 03-Jan-2023 03:02:36 Progress (5): 1.0/1.2 MB | 1.3/2.9 MB | 1.1/1.4 MB | 678/689 kB | 12/373 kB error 03-Jan-2023 03:02:36 Progress (5): 1.0/1.2 MB | 1.3/2.9 MB | 1.1/1.4 MB | 678/689 kB | 12/373 kB error 03-Jan-2023 03:02:36 Progress (5): 1.0/1.2 MB | 1.3/2.9 MB | 1.1/1.4 MB | 678/689 kB | 12/373 kB error 03-Jan-2023 03:02:36 Progress (5): 1.0/1.2 MB | 1.3/2.9 MB | 1.1/1.4 MB | 678/689 kB | 12/373 kB error 03-Jan-2023 03:02:36 Progress (5): 1.0/1.2 MB | 1.3/2.9 MB | 1.1/1.4 MB | 678/689 kB | 16/373 kB error 03-Jan-2023 03:02:36 Progress (5): 1.0/1.2 MB | 1.3/2.9 MB | 1.1/1.4 MB | 678/689 kB | 16/373 kB error 03-Jan-2023 03:02:36 Progress (5): 1.0/1.2 MB | 1.3/2.9 MB | 1.1/1.4 MB | 682/689 kB | 16/373 kB error 03-Jan-2023 03:02:36 Progress (5): 1.0/1.2 MB | 1.3/2.9 MB | 1.1/1.4 MB | 686/689 kB | 16/373 kB error 03-Jan-2023 03:02:36 Progress (5): 1.0/1.2 MB | 1.3/2.9 MB | 1.1/1.4 MB | 689 kB | 16/373 kB error 03-Jan-2023 03:02:36 Progress (5): 1.0/1.2 MB | 1.3/2.9 MB | 1.1/1.4 MB | 689 kB | 19/373 kB error 03-Jan-2023 03:02:36 Progress (5): 1.0/1.2 MB | 1.3/2.9 MB | 1.1/1.4 MB | 689 kB | 19/373 kB error 03-Jan-2023 03:02:36 Progress (5): 1.0/1.2 MB | 1.3/2.9 MB | 1.1/1.4 MB | 689 kB | 19/373 kB error 03-Jan-2023 03:02:36 Progress (5): 1.1/1.2 MB | 1.3/2.9 MB | 1.1/1.4 MB | 689 kB | 19/373 kB error 03-Jan-2023 03:02:36 Progress (5): 1.1/1.2 MB | 1.3/2.9 MB | 1.1/1.4 MB | 689 kB | 23/373 kB error 03-Jan-2023 03:02:36 Progress (5): 1.1/1.2 MB | 1.3/2.9 MB | 1.1/1.4 MB | 689 kB | 27/373 kB error 03-Jan-2023 03:02:36 Progress (5): 1.1/1.2 MB | 1.3/2.9 MB | 1.1/1.4 MB | 689 kB | 27/373 kB error 03-Jan-2023 03:02:36 Progress (5): 1.1/1.2 MB | 1.3/2.9 MB | 1.1/1.4 MB | 689 kB | 27/373 kB error 03-Jan-2023 03:02:36 Progress (5): 1.1/1.2 MB | 1.3/2.9 MB | 1.1/1.4 MB | 689 kB | 27/373 kB error 03-Jan-2023 03:02:36 Progress (5): 1.1/1.2 MB | 1.3/2.9 MB | 1.1/1.4 MB | 689 kB | 31/373 kB error 03-Jan-2023 03:02:36 Progress (5): 1.1/1.2 MB | 1.3/2.9 MB | 1.1/1.4 MB | 689 kB | 31/373 kB error 03-Jan-2023 03:02:36 Progress (5): 1.1/1.2 MB | 1.3/2.9 MB | 1.1/1.4 MB | 689 kB | 31/373 kB error 03-Jan-2023 03:02:36 Progress (5): 1.1/1.2 MB | 1.3/2.9 MB | 1.1/1.4 MB | 689 kB | 34/373 kB error 03-Jan-2023 03:02:36 Progress (5): 1.1/1.2 MB | 1.3/2.9 MB | 1.1/1.4 MB | 689 kB | 34/373 kB error 03-Jan-2023 03:02:36 Progress (5): 1.1/1.2 MB | 1.3/2.9 MB | 1.1/1.4 MB | 689 kB | 38/373 kB error 03-Jan-2023 03:02:36 Progress (5): 1.1/1.2 MB | 1.3/2.9 MB | 1.1/1.4 MB | 689 kB | 38/373 kB error 03-Jan-2023 03:02:36 Progress (5): 1.1/1.2 MB | 1.3/2.9 MB | 1.1/1.4 MB | 689 kB | 38/373 kB error 03-Jan-2023 03:02:36 Progress (5): 1.1/1.2 MB | 1.3/2.9 MB | 1.1/1.4 MB | 689 kB | 42/373 kB error 03-Jan-2023 03:02:36 Progress (5): 1.1/1.2 MB | 1.3/2.9 MB | 1.1/1.4 MB | 689 kB | 42/373 kB error 03-Jan-2023 03:02:36 Progress (5): 1.1/1.2 MB | 1.3/2.9 MB | 1.2/1.4 MB | 689 kB | 42/373 kB error 03-Jan-2023 03:02:36 Progress (5): 1.1/1.2 MB | 1.3/2.9 MB | 1.2/1.4 MB | 689 kB | 46/373 kB error 03-Jan-2023 03:02:36 Progress (5): 1.1/1.2 MB | 1.3/2.9 MB | 1.2/1.4 MB | 689 kB | 46/373 kB error 03-Jan-2023 03:02:36 Progress (5): 1.1/1.2 MB | 1.3/2.9 MB | 1.2/1.4 MB | 689 kB | 46/373 kB error 03-Jan-2023 03:02:36 Progress (5): 1.1/1.2 MB | 1.3/2.9 MB | 1.2/1.4 MB | 689 kB | 51/373 kB error 03-Jan-2023 03:02:36 Progress (5): 1.1/1.2 MB | 1.3/2.9 MB | 1.2/1.4 MB | 689 kB | 51/373 kB error 03-Jan-2023 03:02:36 Progress (5): 1.1/1.2 MB | 1.3/2.9 MB | 1.2/1.4 MB | 689 kB | 51/373 kB error 03-Jan-2023 03:02:36 Progress (5): 1.1/1.2 MB | 1.3/2.9 MB | 1.2/1.4 MB | 689 kB | 51/373 kB error 03-Jan-2023 03:02:36 Progress (5): 1.1/1.2 MB | 1.4/2.9 MB | 1.2/1.4 MB | 689 kB | 51/373 kB error 03-Jan-2023 03:02:36 Progress (5): 1.1/1.2 MB | 1.4/2.9 MB | 1.2/1.4 MB | 689 kB | 55/373 kB error 03-Jan-2023 03:02:36 Progress (5): 1.1/1.2 MB | 1.4/2.9 MB | 1.2/1.4 MB | 689 kB | 55/373 kB error 03-Jan-2023 03:02:36 Progress (5): 1.1/1.2 MB | 1.4/2.9 MB | 1.2/1.4 MB | 689 kB | 55/373 kB error 03-Jan-2023 03:02:36 Progress (5): 1.1/1.2 MB | 1.4/2.9 MB | 1.2/1.4 MB | 689 kB | 59/373 kB error 03-Jan-2023 03:02:36 Progress (5): 1.1/1.2 MB | 1.4/2.9 MB | 1.2/1.4 MB | 689 kB | 59/373 kB error 03-Jan-2023 03:02:36 Progress (5): 1.1/1.2 MB | 1.4/2.9 MB | 1.2/1.4 MB | 689 kB | 59/373 kB error 03-Jan-2023 03:02:36 Progress (5): 1.1/1.2 MB | 1.4/2.9 MB | 1.2/1.4 MB | 689 kB | 59/373 kB error 03-Jan-2023 03:02:36 Progress (5): 1.1/1.2 MB | 1.4/2.9 MB | 1.2/1.4 MB | 689 kB | 59/373 kB error 03-Jan-2023 03:02:36 Progress (5): 1.1/1.2 MB | 1.4/2.9 MB | 1.2/1.4 MB | 689 kB | 63/373 kB error 03-Jan-2023 03:02:36 Progress (5): 1.1/1.2 MB | 1.4/2.9 MB | 1.2/1.4 MB | 689 kB | 63/373 kB error 03-Jan-2023 03:02:36 Progress (5): 1.1/1.2 MB | 1.4/2.9 MB | 1.2/1.4 MB | 689 kB | 63/373 kB error 03-Jan-2023 03:02:36 Progress (5): 1.1/1.2 MB | 1.4/2.9 MB | 1.2/1.4 MB | 689 kB | 67/373 kB error 03-Jan-2023 03:02:36 Progress (5): 1.1/1.2 MB | 1.4/2.9 MB | 1.2/1.4 MB | 689 kB | 69/373 kB error 03-Jan-2023 03:02:36 Progress (5): 1.1/1.2 MB | 1.4/2.9 MB | 1.2/1.4 MB | 689 kB | 69/373 kB error 03-Jan-2023 03:02:36 Progress (5): 1.1/1.2 MB | 1.4/2.9 MB | 1.2/1.4 MB | 689 kB | 69/373 kB error 03-Jan-2023 03:02:36 Progress (5): 1.1/1.2 MB | 1.4/2.9 MB | 1.2/1.4 MB | 689 kB | 69/373 kB error 03-Jan-2023 03:02:36 Progress (5): 1.1/1.2 MB | 1.4/2.9 MB | 1.2/1.4 MB | 689 kB | 69/373 kB error 03-Jan-2023 03:02:36 Progress (5): 1.1/1.2 MB | 1.4/2.9 MB | 1.2/1.4 MB | 689 kB | 73/373 kB error 03-Jan-2023 03:02:36 Progress (5): 1.2/1.2 MB | 1.4/2.9 MB | 1.2/1.4 MB | 689 kB | 73/373 kB error 03-Jan-2023 03:02:36 Progress (5): 1.2/1.2 MB | 1.4/2.9 MB | 1.2/1.4 MB | 689 kB | 73/373 kB error 03-Jan-2023 03:02:36 Progress (5): 1.2/1.2 MB | 1.4/2.9 MB | 1.2/1.4 MB | 689 kB | 73/373 kB error 03-Jan-2023 03:02:36 Progress (5): 1.2/1.2 MB | 1.4/2.9 MB | 1.3/1.4 MB | 689 kB | 73/373 kB error 03-Jan-2023 03:02:36 Progress (5): 1.2/1.2 MB | 1.4/2.9 MB | 1.3/1.4 MB | 689 kB | 73/373 kB error 03-Jan-2023 03:02:36 Progress (5): 1.2/1.2 MB | 1.4/2.9 MB | 1.3/1.4 MB | 689 kB | 73/373 kB error 03-Jan-2023 03:02:36 Progress (5): 1.2/1.2 MB | 1.4/2.9 MB | 1.3/1.4 MB | 689 kB | 73/373 kB error 03-Jan-2023 03:02:36 Progress (5): 1.2/1.2 MB | 1.4/2.9 MB | 1.3/1.4 MB | 689 kB | 73/373 kB error 03-Jan-2023 03:02:36 Progress (5): 1.2/1.2 MB | 1.4/2.9 MB | 1.3/1.4 MB | 689 kB | 73/373 kB error 03-Jan-2023 03:02:36 Progress (5): 1.2/1.2 MB | 1.4/2.9 MB | 1.3/1.4 MB | 689 kB | 77/373 kB error 03-Jan-2023 03:02:36 Progress (5): 1.2/1.2 MB | 1.4/2.9 MB | 1.3/1.4 MB | 689 kB | 77/373 kB error 03-Jan-2023 03:02:36 Progress (5): 1.2/1.2 MB | 1.4/2.9 MB | 1.3/1.4 MB | 689 kB | 77/373 kB error 03-Jan-2023 03:02:36 Progress (5): 1.2/1.2 MB | 1.4/2.9 MB | 1.3/1.4 MB | 689 kB | 81/373 kB error 03-Jan-2023 03:02:36 Progress (5): 1.2/1.2 MB | 1.4/2.9 MB | 1.3/1.4 MB | 689 kB | 85/373 kB error 03-Jan-2023 03:02:36 Progress (5): 1.2/1.2 MB | 1.4/2.9 MB | 1.3/1.4 MB | 689 kB | 85/373 kB error 03-Jan-2023 03:02:36 Progress (5): 1.2/1.2 MB | 1.4/2.9 MB | 1.3/1.4 MB | 689 kB | 85/373 kB error 03-Jan-2023 03:02:36 Progress (5): 1.2/1.2 MB | 1.4/2.9 MB | 1.3/1.4 MB | 689 kB | 85/373 kB error 03-Jan-2023 03:02:36 Progress (5): 1.2/1.2 MB | 1.5/2.9 MB | 1.3/1.4 MB | 689 kB | 85/373 kB error 03-Jan-2023 03:02:36 Progress (5): 1.2/1.2 MB | 1.5/2.9 MB | 1.3/1.4 MB | 689 kB | 89/373 kB error 03-Jan-2023 03:02:36 Progress (5): 1.2/1.2 MB | 1.5/2.9 MB | 1.3/1.4 MB | 689 kB | 89/373 kB error 03-Jan-2023 03:02:36 Progress (5): 1.2/1.2 MB | 1.5/2.9 MB | 1.3/1.4 MB | 689 kB | 89/373 kB error 03-Jan-2023 03:02:36 Progress (5): 1.2/1.2 MB | 1.5/2.9 MB | 1.3/1.4 MB | 689 kB | 94/373 kB error 03-Jan-2023 03:02:36 Progress (5): 1.2/1.2 MB | 1.5/2.9 MB | 1.3/1.4 MB | 689 kB | 94/373 kB error 03-Jan-2023 03:02:36 Progress (5): 1.2/1.2 MB | 1.5/2.9 MB | 1.3/1.4 MB | 689 kB | 94/373 kB error 03-Jan-2023 03:02:36 Progress (5): 1.2/1.2 MB | 1.5/2.9 MB | 1.3/1.4 MB | 689 kB | 98/373 kB error 03-Jan-2023 03:02:36 Progress (5): 1.2/1.2 MB | 1.5/2.9 MB | 1.3/1.4 MB | 689 kB | 102/373 kB error 03-Jan-2023 03:02:36 Progress (5): 1.2/1.2 MB | 1.5/2.9 MB | 1.3/1.4 MB | 689 kB | 102/373 kB error 03-Jan-2023 03:02:36 Progress (5): 1.2/1.2 MB | 1.5/2.9 MB | 1.3/1.4 MB | 689 kB | 102/373 kB error 03-Jan-2023 03:02:36 Progress (5): 1.2/1.2 MB | 1.5/2.9 MB | 1.3/1.4 MB | 689 kB | 104/373 kB error 03-Jan-2023 03:02:36 Progress (5): 1.2/1.2 MB | 1.5/2.9 MB | 1.3/1.4 MB | 689 kB | 104/373 kB error 03-Jan-2023 03:02:36 error 03-Jan-2023 03:02:36 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/springframework/spring-beans/5.2.14.RELEASE/spring-beans-5.2.14.RELEASE.jar (689 kB at 158 kB/s) error 03-Jan-2023 03:02:36 #16 81.66 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/springframework/spring-orm/5.2.14.RELEASE/spring-orm-5.2.14.RELEASE.jar error 03-Jan-2023 03:02:36 #16 81.66 Progress (4): 1.2/1.2 MB | 1.5/2.9 MB | 1.3/1.4 MB | 104/373 kB error 03-Jan-2023 03:02:36 Progress (4): 1.2/1.2 MB | 1.5/2.9 MB | 1.3/1.4 MB | 104/373 kB error 03-Jan-2023 03:02:36 Progress (4): 1.2/1.2 MB | 1.5/2.9 MB | 1.3/1.4 MB | 104/373 kB error 03-Jan-2023 03:02:36 Progress (4): 1.2/1.2 MB | 1.5/2.9 MB | 1.3/1.4 MB | 108/373 kB error 03-Jan-2023 03:02:36 Progress (4): 1.2 MB | 1.5/2.9 MB | 1.3/1.4 MB | 108/373 kB error 03-Jan-2023 03:02:36 Progress (4): 1.2 MB | 1.5/2.9 MB | 1.3/1.4 MB | 108/373 kB error 03-Jan-2023 03:02:36 Progress (4): 1.2 MB | 1.5/2.9 MB | 1.3/1.4 MB | 108/373 kB error 03-Jan-2023 03:02:36 Progress (4): 1.2 MB | 1.5/2.9 MB | 1.3/1.4 MB | 108/373 kB error 03-Jan-2023 03:02:36 Progress (4): 1.2 MB | 1.5/2.9 MB | 1.3/1.4 MB | 112/373 kB error 03-Jan-2023 03:02:36 Progress (4): 1.2 MB | 1.5/2.9 MB | 1.3/1.4 MB | 116/373 kB error 03-Jan-2023 03:02:36 Progress (4): 1.2 MB | 1.5/2.9 MB | 1.3/1.4 MB | 116/373 kB error 03-Jan-2023 03:02:36 Progress (4): 1.2 MB | 1.5/2.9 MB | 1.3/1.4 MB | 116/373 kB error 03-Jan-2023 03:02:36 Progress (4): 1.2 MB | 1.5/2.9 MB | 1.3/1.4 MB | 116/373 kB error 03-Jan-2023 03:02:36 Progress (4): 1.2 MB | 1.5/2.9 MB | 1.3/1.4 MB | 120/373 kB error 03-Jan-2023 03:02:36 Progress (4): 1.2 MB | 1.5/2.9 MB | 1.4/1.4 MB | 120/373 kB error 03-Jan-2023 03:02:36 Progress (4): 1.2 MB | 1.6/2.9 MB | 1.4/1.4 MB | 120/373 kB error 03-Jan-2023 03:02:36 Progress (4): 1.2 MB | 1.6/2.9 MB | 1.4/1.4 MB | 124/373 kB error 03-Jan-2023 03:02:36 Progress (4): 1.2 MB | 1.6/2.9 MB | 1.4/1.4 MB | 124/373 kB error 03-Jan-2023 03:02:36 Progress (4): 1.2 MB | 1.6/2.9 MB | 1.4/1.4 MB | 128/373 kB error 03-Jan-2023 03:02:36 Progress (4): 1.2 MB | 1.6/2.9 MB | 1.4/1.4 MB | 132/373 kB error 03-Jan-2023 03:02:36 Progress (4): 1.2 MB | 1.6/2.9 MB | 1.4/1.4 MB | 132/373 kB error 03-Jan-2023 03:02:36 Progress (4): 1.2 MB | 1.6/2.9 MB | 1.4/1.4 MB | 137/373 kB error 03-Jan-2023 03:02:36 Progress (4): 1.2 MB | 1.6/2.9 MB | 1.4/1.4 MB | 141/373 kB error 03-Jan-2023 03:02:36 Progress (4): 1.2 MB | 1.6/2.9 MB | 1.4/1.4 MB | 143/373 kB error 03-Jan-2023 03:02:36 Progress (4): 1.2 MB | 1.6/2.9 MB | 1.4/1.4 MB | 143/373 kB error 03-Jan-2023 03:02:36 Progress (4): 1.2 MB | 1.6/2.9 MB | 1.4/1.4 MB | 143/373 kB error 03-Jan-2023 03:02:36 Progress (4): 1.2 MB | 1.6/2.9 MB | 1.4/1.4 MB | 147/373 kB error 03-Jan-2023 03:02:36 Progress (4): 1.2 MB | 1.6/2.9 MB | 1.4/1.4 MB | 147/373 kB error 03-Jan-2023 03:02:36 Progress (4): 1.2 MB | 1.6/2.9 MB | 1.4/1.4 MB | 147/373 kB error 03-Jan-2023 03:02:36 Progress (4): 1.2 MB | 1.6/2.9 MB | 1.4/1.4 MB | 151/373 kB error 03-Jan-2023 03:02:36 Progress (4): 1.2 MB | 1.6/2.9 MB | 1.4/1.4 MB | 155/373 kB error 03-Jan-2023 03:02:36 Progress (4): 1.2 MB | 1.6/2.9 MB | 1.4/1.4 MB | 158/373 kB error 03-Jan-2023 03:02:36 Progress (4): 1.2 MB | 1.7/2.9 MB | 1.4/1.4 MB | 158/373 kB error 03-Jan-2023 03:02:36 Progress (4): 1.2 MB | 1.7/2.9 MB | 1.4/1.4 MB | 162/373 kB error 03-Jan-2023 03:02:36 Progress (4): 1.2 MB | 1.7/2.9 MB | 1.4/1.4 MB | 166/373 kB error 03-Jan-2023 03:02:36 Progress (4): 1.2 MB | 1.7/2.9 MB | 1.4/1.4 MB | 170/373 kB error 03-Jan-2023 03:02:36 Progress (4): 1.2 MB | 1.7/2.9 MB | 1.4/1.4 MB | 170/373 kB error 03-Jan-2023 03:02:36 Progress (4): 1.2 MB | 1.7/2.9 MB | 1.4/1.4 MB | 170/373 kB error 03-Jan-2023 03:02:36 Progress (4): 1.2 MB | 1.7/2.9 MB | 1.4/1.4 MB | 170/373 kB error 03-Jan-2023 03:02:36 Progress (4): 1.2 MB | 1.7/2.9 MB | 1.4/1.4 MB | 170/373 kB error 03-Jan-2023 03:02:36 Progress (4): 1.2 MB | 1.7/2.9 MB | 1.4/1.4 MB | 170/373 kB error 03-Jan-2023 03:02:36 Progress (4): 1.2 MB | 1.7/2.9 MB | 1.4/1.4 MB | 170/373 kB error 03-Jan-2023 03:02:36 Progress (4): 1.2 MB | 1.7/2.9 MB | 1.4/1.4 MB | 174/373 kB error 03-Jan-2023 03:02:36 Progress (4): 1.2 MB | 1.7/2.9 MB | 1.4/1.4 MB | 179/373 kB error 03-Jan-2023 03:02:36 Progress (4): 1.2 MB | 1.7/2.9 MB | 1.4/1.4 MB | 183/373 kB error 03-Jan-2023 03:02:36 Progress (4): 1.2 MB | 1.7/2.9 MB | 1.4/1.4 MB | 183/373 kB error 03-Jan-2023 03:02:36 Progress (4): 1.2 MB | 1.7/2.9 MB | 1.4/1.4 MB | 187/373 kB error 03-Jan-2023 03:02:36 Progress (4): 1.2 MB | 1.7/2.9 MB | 1.4/1.4 MB | 187/373 kB error 03-Jan-2023 03:02:36 Progress (4): 1.2 MB | 1.7/2.9 MB | 1.4/1.4 MB | 191/373 kB error 03-Jan-2023 03:02:36 Progress (4): 1.2 MB | 1.7/2.9 MB | 1.4/1.4 MB | 191/373 kB error 03-Jan-2023 03:02:36 Progress (4): 1.2 MB | 1.7/2.9 MB | 1.4/1.4 MB | 191/373 kB error 03-Jan-2023 03:02:36 Progress (5): 1.2 MB | 1.7/2.9 MB | 1.4/1.4 MB | 191/373 kB | 3.3/201 kB error 03-Jan-2023 03:02:36 Progress (5): 1.2 MB | 1.7/2.9 MB | 1.4/1.4 MB | 195/373 kB | 3.3/201 kB error 03-Jan-2023 03:02:36 Progress (5): 1.2 MB | 1.7/2.9 MB | 1.4/1.4 MB | 197/373 kB | 3.3/201 kB error 03-Jan-2023 03:02:36 Progress (5): 1.2 MB | 1.7/2.9 MB | 1.4 MB | 197/373 kB | 3.3/201 kB error 03-Jan-2023 03:02:36 Progress (5): 1.2 MB | 1.7/2.9 MB | 1.4 MB | 197/373 kB | 6.1/201 kB error 03-Jan-2023 03:02:36 Progress (5): 1.2 MB | 1.7/2.9 MB | 1.4 MB | 197/373 kB | 8.9/201 kB error 03-Jan-2023 03:02:36 Progress (5): 1.2 MB | 1.7/2.9 MB | 1.4 MB | 197/373 kB | 8.9/201 kB error 03-Jan-2023 03:02:36 Progress (5): 1.2 MB | 1.7/2.9 MB | 1.4 MB | 201/373 kB | 8.9/201 kB error 03-Jan-2023 03:02:36 Progress (5): 1.2 MB | 1.7/2.9 MB | 1.4 MB | 206/373 kB | 8.9/201 kB error 03-Jan-2023 03:02:36 Progress (5): 1.2 MB | 1.7/2.9 MB | 1.4 MB | 210/373 kB | 8.9/201 kB error 03-Jan-2023 03:02:36 Progress (5): 1.2 MB | 1.7/2.9 MB | 1.4 MB | 214/373 kB | 8.9/201 kB error 03-Jan-2023 03:02:36 Progress (5): 1.2 MB | 1.7/2.9 MB | 1.4 MB | 214/373 kB | 12/201 kB error 03-Jan-2023 03:02:36 Progress (5): 1.2 MB | 1.7/2.9 MB | 1.4 MB | 214/373 kB | 12/201 kB error 03-Jan-2023 03:02:36 Progress (5): 1.2 MB | 1.7/2.9 MB | 1.4 MB | 214/373 kB | 14/201 kB error 03-Jan-2023 03:02:36 Progress (5): 1.2 MB | 1.7/2.9 MB | 1.4 MB | 214/373 kB | 17/201 kB error 03-Jan-2023 03:02:36 Progress (5): 1.2 MB | 1.7/2.9 MB | 1.4 MB | 214/373 kB | 20/201 kB error 03-Jan-2023 03:02:36 Progress (5): 1.2 MB | 1.7/2.9 MB | 1.4 MB | 218/373 kB | 20/201 kB error 03-Jan-2023 03:02:36 Progress (5): 1.2 MB | 1.7/2.9 MB | 1.4 MB | 222/373 kB | 20/201 kB error 03-Jan-2023 03:02:36 Progress (5): 1.2 MB | 1.7/2.9 MB | 1.4 MB | 226/373 kB | 20/201 kB error 03-Jan-2023 03:02:36 Progress (5): 1.2 MB | 1.7/2.9 MB | 1.4 MB | 230/373 kB | 20/201 kB error 03-Jan-2023 03:02:36 Progress (5): 1.2 MB | 1.7/2.9 MB | 1.4 MB | 230/373 kB | 23/201 kB error 03-Jan-2023 03:02:36 Progress (5): 1.2 MB | 1.7/2.9 MB | 1.4 MB | 230/373 kB | 26/201 kB error 03-Jan-2023 03:02:36 Progress (5): 1.2 MB | 1.7/2.9 MB | 1.4 MB | 230/373 kB | 26/201 kB error 03-Jan-2023 03:02:36 error 03-Jan-2023 03:02:36 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/springframework/spring-context/5.2.14.RELEASE/spring-context-5.2.14.RELEASE.jar (1.2 MB at 260 kB/s) error 03-Jan-2023 03:02:36 #16 82.06 Progress (4): 1.7/2.9 MB | 1.4 MB | 230/373 kB | 29/201 kB error 03-Jan-2023 03:02:36 Progress (4): 1.7/2.9 MB | 1.4 MB | 232/373 kB | 29/201 kB error 03-Jan-2023 03:02:36 error 03-Jan-2023 03:02:36 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/springframework/spring-tx/5.2.14.RELEASE/spring-tx-5.2.14.RELEASE.jar error 03-Jan-2023 03:02:36 #16 82.08 Progress (4): 1.7/2.9 MB | 1.4 MB | 232/373 kB | 31/201 kB error 03-Jan-2023 03:02:36 Progress (4): 1.7/2.9 MB | 1.4 MB | 236/373 kB | 31/201 kB error 03-Jan-2023 03:02:36 Progress (4): 1.7/2.9 MB | 1.4 MB | 240/373 kB | 31/201 kB error 03-Jan-2023 03:02:36 Progress (4): 1.8/2.9 MB | 1.4 MB | 240/373 kB | 31/201 kB error 03-Jan-2023 03:02:36 Progress (4): 1.8/2.9 MB | 1.4 MB | 244/373 kB | 31/201 kB error 03-Jan-2023 03:02:36 Progress (4): 1.8/2.9 MB | 1.4 MB | 249/373 kB | 31/201 kB error 03-Jan-2023 03:02:36 Progress (4): 1.8/2.9 MB | 1.4 MB | 249/373 kB | 31/201 kB error 03-Jan-2023 03:02:36 Progress (4): 1.8/2.9 MB | 1.4 MB | 249/373 kB | 34/201 kB error 03-Jan-2023 03:02:36 Progress (4): 1.8/2.9 MB | 1.4 MB | 253/373 kB | 34/201 kB error 03-Jan-2023 03:02:36 Progress (4): 1.8/2.9 MB | 1.4 MB | 257/373 kB | 34/201 kB error 03-Jan-2023 03:02:36 Progress (4): 1.8/2.9 MB | 1.4 MB | 261/373 kB | 34/201 kB error 03-Jan-2023 03:02:36 Progress (4): 1.8/2.9 MB | 1.4 MB | 261/373 kB | 37/201 kB error 03-Jan-2023 03:02:36 Progress (4): 1.8/2.9 MB | 1.4 MB | 261/373 kB | 40/201 kB error 03-Jan-2023 03:02:36 Progress (4): 1.8/2.9 MB | 1.4 MB | 261/373 kB | 40/201 kB error 03-Jan-2023 03:02:36 Progress (4): 1.8/2.9 MB | 1.4 MB | 265/373 kB | 40/201 kB error 03-Jan-2023 03:02:36 Progress (4): 1.8/2.9 MB | 1.4 MB | 265/373 kB | 43/201 kB error 03-Jan-2023 03:02:36 Progress (4): 1.8/2.9 MB | 1.4 MB | 265/373 kB | 45/201 kB error 03-Jan-2023 03:02:36 Progress (4): 1.8/2.9 MB | 1.4 MB | 267/373 kB | 45/201 kB error 03-Jan-2023 03:02:36 Progress (4): 1.8/2.9 MB | 1.4 MB | 267/373 kB | 48/201 kB error 03-Jan-2023 03:02:36 Progress (4): 1.8/2.9 MB | 1.4 MB | 267/373 kB | 48/201 kB error 03-Jan-2023 03:02:36 Progress (4): 1.8/2.9 MB | 1.4 MB | 271/373 kB | 48/201 kB error 03-Jan-2023 03:02:36 Progress (4): 1.8/2.9 MB | 1.4 MB | 271/373 kB | 51/201 kB error 03-Jan-2023 03:02:36 Progress (4): 1.8/2.9 MB | 1.4 MB | 275/373 kB | 51/201 kB error 03-Jan-2023 03:02:36 Progress (4): 1.8/2.9 MB | 1.4 MB | 279/373 kB | 51/201 kB error 03-Jan-2023 03:02:36 Progress (4): 1.8/2.9 MB | 1.4 MB | 279/373 kB | 51/201 kB error 03-Jan-2023 03:02:36 Progress (4): 1.8/2.9 MB | 1.4 MB | 283/373 kB | 51/201 kB error 03-Jan-2023 03:02:36 Progress (4): 1.8/2.9 MB | 1.4 MB | 287/373 kB | 51/201 kB error 03-Jan-2023 03:02:36 Progress (4): 1.8/2.9 MB | 1.4 MB | 292/373 kB | 51/201 kB error 03-Jan-2023 03:02:36 Progress (4): 1.8/2.9 MB | 1.4 MB | 296/373 kB | 51/201 kB error 03-Jan-2023 03:02:36 Progress (4): 1.8/2.9 MB | 1.4 MB | 300/373 kB | 51/201 kB error 03-Jan-2023 03:02:36 Progress (4): 1.8/2.9 MB | 1.4 MB | 302/373 kB | 51/201 kB error 03-Jan-2023 03:02:36 Progress (4): 1.8/2.9 MB | 1.4 MB | 302/373 kB | 54/201 kB error 03-Jan-2023 03:02:36 Progress (4): 1.8/2.9 MB | 1.4 MB | 302/373 kB | 54/201 kB error 03-Jan-2023 03:02:36 Progress (4): 1.9/2.9 MB | 1.4 MB | 302/373 kB | 54/201 kB error 03-Jan-2023 03:02:36 Progress (4): 1.9/2.9 MB | 1.4 MB | 302/373 kB | 56/201 kB error 03-Jan-2023 03:02:36 Progress (4): 1.9/2.9 MB | 1.4 MB | 306/373 kB | 56/201 kB error 03-Jan-2023 03:02:36 Progress (4): 1.9/2.9 MB | 1.4 MB | 306/373 kB | 59/201 kB error 03-Jan-2023 03:02:36 Progress (4): 1.9/2.9 MB | 1.4 MB | 310/373 kB | 59/201 kB error 03-Jan-2023 03:02:36 Progress (4): 1.9/2.9 MB | 1.4 MB | 310/373 kB | 62/201 kB error 03-Jan-2023 03:02:36 Progress (4): 1.9/2.9 MB | 1.4 MB | 314/373 kB | 62/201 kB error 03-Jan-2023 03:02:36 Progress (4): 1.9/2.9 MB | 1.4 MB | 318/373 kB | 62/201 kB error 03-Jan-2023 03:02:36 Progress (4): 1.9/2.9 MB | 1.4 MB | 318/373 kB | 62/201 kB error 03-Jan-2023 03:02:36 Progress (4): 1.9/2.9 MB | 1.4 MB | 318/373 kB | 62/201 kB error 03-Jan-2023 03:02:36 Progress (4): 1.9/2.9 MB | 1.4 MB | 318/373 kB | 65/201 kB error 03-Jan-2023 03:02:36 Progress (4): 1.9/2.9 MB | 1.4 MB | 322/373 kB | 65/201 kB error 03-Jan-2023 03:02:36 Progress (4): 1.9/2.9 MB | 1.4 MB | 326/373 kB | 65/201 kB error 03-Jan-2023 03:02:36 Progress (4): 1.9/2.9 MB | 1.4 MB | 330/373 kB | 65/201 kB error 03-Jan-2023 03:02:36 Progress (4): 1.9/2.9 MB | 1.4 MB | 335/373 kB | 65/201 kB error 03-Jan-2023 03:02:36 Progress (4): 1.9/2.9 MB | 1.4 MB | 335/373 kB | 67/201 kB error 03-Jan-2023 03:02:36 Progress (4): 1.9/2.9 MB | 1.4 MB | 337/373 kB | 67/201 kB error 03-Jan-2023 03:02:36 Progress (4): 1.9/2.9 MB | 1.4 MB | 337/373 kB | 70/201 kB error 03-Jan-2023 03:02:36 Progress (4): 1.9/2.9 MB | 1.4 MB | 341/373 kB | 70/201 kB error 03-Jan-2023 03:02:36 Progress (4): 1.9/2.9 MB | 1.4 MB | 341/373 kB | 73/201 kB error 03-Jan-2023 03:02:36 Progress (4): 1.9/2.9 MB | 1.4 MB | 341/373 kB | 73/201 kB error 03-Jan-2023 03:02:36 Progress (4): 1.9/2.9 MB | 1.4 MB | 341/373 kB | 76/201 kB error 03-Jan-2023 03:02:36 Progress (4): 1.9/2.9 MB | 1.4 MB | 345/373 kB | 76/201 kB error 03-Jan-2023 03:02:36 Progress (4): 1.9/2.9 MB | 1.4 MB | 345/373 kB | 79/201 kB error 03-Jan-2023 03:02:36 Progress (4): 1.9/2.9 MB | 1.4 MB | 345/373 kB | 79/201 kB error 03-Jan-2023 03:02:36 Progress (4): 1.9/2.9 MB | 1.4 MB | 345/373 kB | 81/201 kB error 03-Jan-2023 03:02:36 Progress (4): 1.9/2.9 MB | 1.4 MB | 349/373 kB | 81/201 kB error 03-Jan-2023 03:02:36 Progress (4): 1.9/2.9 MB | 1.4 MB | 349/373 kB | 84/201 kB error 03-Jan-2023 03:02:36 Progress (4): 1.9/2.9 MB | 1.4 MB | 353/373 kB | 84/201 kB error 03-Jan-2023 03:02:36 Progress (4): 1.9/2.9 MB | 1.4 MB | 353/373 kB | 87/201 kB error 03-Jan-2023 03:02:36 Progress (4): 1.9/2.9 MB | 1.4 MB | 353/373 kB | 90/201 kB error 03-Jan-2023 03:02:36 Progress (4): 1.9/2.9 MB | 1.4 MB | 357/373 kB | 90/201 kB error 03-Jan-2023 03:02:36 Progress (4): 1.9/2.9 MB | 1.4 MB | 361/373 kB | 90/201 kB error 03-Jan-2023 03:02:36 Progress (4): 1.9/2.9 MB | 1.4 MB | 365/373 kB | 90/201 kB error 03-Jan-2023 03:02:36 Progress (4): 1.9/2.9 MB | 1.4 MB | 365/373 kB | 90/201 kB error 03-Jan-2023 03:02:36 Progress (4): 1.9/2.9 MB | 1.4 MB | 369/373 kB | 90/201 kB error 03-Jan-2023 03:02:36 Progress (4): 1.9/2.9 MB | 1.4 MB | 371/373 kB | 90/201 kB error 03-Jan-2023 03:02:36 Progress (4): 1.9/2.9 MB | 1.4 MB | 373 kB | 90/201 kB error 03-Jan-2023 03:02:36 Progress (4): 1.9/2.9 MB | 1.4 MB | 373 kB | 93/201 kB error 03-Jan-2023 03:02:36 Progress (4): 2.0/2.9 MB | 1.4 MB | 373 kB | 93/201 kB error 03-Jan-2023 03:02:36 Progress (4): 2.0/2.9 MB | 1.4 MB | 373 kB | 95/201 kB error 03-Jan-2023 03:02:36 Progress (4): 2.0/2.9 MB | 1.4 MB | 373 kB | 98/201 kB error 03-Jan-2023 03:02:36 Progress (4): 2.0/2.9 MB | 1.4 MB | 373 kB | 101/201 kB error 03-Jan-2023 03:02:36 Progress (4): 2.0/2.9 MB | 1.4 MB | 373 kB | 101/201 kB error 03-Jan-2023 03:02:36 Progress (4): 2.0/2.9 MB | 1.4 MB | 373 kB | 104/201 kB error 03-Jan-2023 03:02:36 error 03-Jan-2023 03:02:36 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/springframework/spring-core/5.2.14.RELEASE/spring-core-5.2.14.RELEASE.jar (1.4 MB at 290 kB/s) error 03-Jan-2023 03:02:36 #16 82.29 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/springframework/spring-jdbc/5.2.14.RELEASE/spring-jdbc-5.2.14.RELEASE.jar error 03-Jan-2023 03:02:36 #16 82.29 Progress (3): 2.0/2.9 MB | 373 kB | 107/201 kB error 03-Jan-2023 03:02:36 Progress (3): 2.0/2.9 MB | 373 kB | 107/201 kB error 03-Jan-2023 03:02:36 Progress (3): 2.0/2.9 MB | 373 kB | 109/201 kB error 03-Jan-2023 03:02:36 Progress (3): 2.0/2.9 MB | 373 kB | 112/201 kB error 03-Jan-2023 03:02:36 Progress (3): 2.0/2.9 MB | 373 kB | 115/201 kB error 03-Jan-2023 03:02:36 Progress (3): 2.0/2.9 MB | 373 kB | 115/201 kB error 03-Jan-2023 03:02:36 Progress (3): 2.0/2.9 MB | 373 kB | 118/201 kB error 03-Jan-2023 03:02:36 Progress (3): 2.0/2.9 MB | 373 kB | 118/201 kB error 03-Jan-2023 03:02:36 Progress (3): 2.0/2.9 MB | 373 kB | 120/201 kB error 03-Jan-2023 03:02:36 Progress (3): 2.1/2.9 MB | 373 kB | 120/201 kB error 03-Jan-2023 03:02:36 Progress (3): 2.1/2.9 MB | 373 kB | 123/201 kB error 03-Jan-2023 03:02:36 Progress (3): 2.1/2.9 MB | 373 kB | 126/201 kB error 03-Jan-2023 03:02:36 Progress (3): 2.1/2.9 MB | 373 kB | 129/201 kB error 03-Jan-2023 03:02:36 Progress (3): 2.1/2.9 MB | 373 kB | 132/201 kB error 03-Jan-2023 03:02:36 Progress (3): 2.1/2.9 MB | 373 kB | 134/201 kB error 03-Jan-2023 03:02:36 Progress (3): 2.1/2.9 MB | 373 kB | 137/201 kB error 03-Jan-2023 03:02:36 Progress (3): 2.1/2.9 MB | 373 kB | 140/201 kB error 03-Jan-2023 03:02:36 Progress (3): 2.1/2.9 MB | 373 kB | 143/201 kB error 03-Jan-2023 03:02:36 error 03-Jan-2023 03:02:36 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/springframework/spring-aop/5.2.14.RELEASE/spring-aop-5.2.14.RELEASE.jar (373 kB at 71 kB/s) error 03-Jan-2023 03:02:36 #16 82.60 Progress (2): 2.1/2.9 MB | 146/201 kB error 03-Jan-2023 03:02:36 Progress (2): 2.1/2.9 MB | 146/201 kB error 03-Jan-2023 03:02:36 error 03-Jan-2023 03:02:36 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/springframework/spring-context-support/5.2.14.RELEASE/spring-context-support-5.2.14.RELEASE.jar error 03-Jan-2023 03:02:36 #16 82.62 Progress (2): 2.1/2.9 MB | 148/201 kB error 03-Jan-2023 03:02:36 Progress (2): 2.1/2.9 MB | 148/201 kB error 03-Jan-2023 03:02:36 Progress (2): 2.1/2.9 MB | 151/201 kB error 03-Jan-2023 03:02:36 Progress (2): 2.1/2.9 MB | 151/201 kB error 03-Jan-2023 03:02:36 Progress (2): 2.1/2.9 MB | 154/201 kB error 03-Jan-2023 03:02:36 Progress (2): 2.1/2.9 MB | 154/201 kB error 03-Jan-2023 03:02:36 Progress (2): 2.1/2.9 MB | 157/201 kB error 03-Jan-2023 03:02:36 Progress (2): 2.1/2.9 MB | 157/201 kB error 03-Jan-2023 03:02:36 Progress (2): 2.1/2.9 MB | 160/201 kB error 03-Jan-2023 03:02:36 Progress (2): 2.2/2.9 MB | 160/201 kB error 03-Jan-2023 03:02:36 Progress (2): 2.2/2.9 MB | 160/201 kB error 03-Jan-2023 03:02:36 Progress (2): 2.2/2.9 MB | 162/201 kB error 03-Jan-2023 03:02:36 Progress (2): 2.2/2.9 MB | 162/201 kB error 03-Jan-2023 03:02:36 Progress (2): 2.2/2.9 MB | 165/201 kB error 03-Jan-2023 03:02:36 Progress (2): 2.2/2.9 MB | 168/201 kB error 03-Jan-2023 03:02:36 Progress (2): 2.2/2.9 MB | 170/201 kB error 03-Jan-2023 03:02:36 Progress (2): 2.2/2.9 MB | 173/201 kB error 03-Jan-2023 03:02:36 Progress (2): 2.2/2.9 MB | 176/201 kB error 03-Jan-2023 03:02:36 Progress (2): 2.2/2.9 MB | 176/201 kB error 03-Jan-2023 03:02:36 Progress (2): 2.2/2.9 MB | 179/201 kB error 03-Jan-2023 03:02:36 Progress (2): 2.2/2.9 MB | 182/201 kB error 03-Jan-2023 03:02:36 Progress (2): 2.2/2.9 MB | 184/201 kB error 03-Jan-2023 03:02:36 Progress (2): 2.2/2.9 MB | 187/201 kB error 03-Jan-2023 03:02:36 Progress (2): 2.2/2.9 MB | 187/201 kB error 03-Jan-2023 03:02:36 Progress (3): 2.2/2.9 MB | 187/201 kB | 4.1/315 kB error 03-Jan-2023 03:02:36 Progress (3): 2.2/2.9 MB | 187/201 kB | 8.2/315 kB error 03-Jan-2023 03:02:36 Progress (3): 2.2/2.9 MB | 187/201 kB | 12/315 kB error 03-Jan-2023 03:02:36 Progress (3): 2.2/2.9 MB | 187/201 kB | 12/315 kB error 03-Jan-2023 03:02:36 Progress (3): 2.3/2.9 MB | 187/201 kB | 12/315 kB error 03-Jan-2023 03:02:36 Progress (3): 2.3/2.9 MB | 190/201 kB | 12/315 kB error 03-Jan-2023 03:02:36 Progress (3): 2.3/2.9 MB | 190/201 kB | 16/315 kB error 03-Jan-2023 03:02:36 Progress (3): 2.3/2.9 MB | 190/201 kB | 19/315 kB error 03-Jan-2023 03:02:36 Progress (3): 2.3/2.9 MB | 190/201 kB | 23/315 kB error 03-Jan-2023 03:02:36 Progress (3): 2.3/2.9 MB | 190/201 kB | 23/315 kB error 03-Jan-2023 03:02:36 Progress (3): 2.3/2.9 MB | 193/201 kB | 23/315 kB error 03-Jan-2023 03:02:36 Progress (3): 2.3/2.9 MB | 196/201 kB | 23/315 kB error 03-Jan-2023 03:02:36 Progress (3): 2.3/2.9 MB | 198/201 kB | 23/315 kB error 03-Jan-2023 03:02:36 Progress (3): 2.3/2.9 MB | 201 kB | 23/315 kB error 03-Jan-2023 03:02:36 Progress (3): 2.3/2.9 MB | 201 kB | 27/315 kB error 03-Jan-2023 03:02:36 Progress (3): 2.3/2.9 MB | 201 kB | 27/315 kB error 03-Jan-2023 03:02:36 Progress (3): 2.3/2.9 MB | 201 kB | 31/315 kB error 03-Jan-2023 03:02:36 Progress (3): 2.3/2.9 MB | 201 kB | 35/315 kB error 03-Jan-2023 03:02:36 Progress (3): 2.3/2.9 MB | 201 kB | 35/315 kB error 03-Jan-2023 03:02:36 Progress (3): 2.3/2.9 MB | 201 kB | 39/315 kB error 03-Jan-2023 03:02:36 Progress (3): 2.3/2.9 MB | 201 kB | 43/315 kB error 03-Jan-2023 03:02:36 Progress (3): 2.3/2.9 MB | 201 kB | 47/315 kB error 03-Jan-2023 03:02:36 Progress (3): 2.3/2.9 MB | 201 kB | 52/315 kB error 03-Jan-2023 03:02:36 Progress (3): 2.3/2.9 MB | 201 kB | 52/315 kB error 03-Jan-2023 03:02:36 Progress (3): 2.3/2.9 MB | 201 kB | 54/315 kB error 03-Jan-2023 03:02:36 Progress (4): 2.3/2.9 MB | 201 kB | 54/315 kB | 4.1/409 kB error 03-Jan-2023 03:02:36 Progress (4): 2.3/2.9 MB | 201 kB | 54/315 kB | 4.1/409 kB error 03-Jan-2023 03:02:36 Progress (4): 2.3/2.9 MB | 201 kB | 58/315 kB | 4.1/409 kB error 03-Jan-2023 03:02:36 Progress (4): 2.3/2.9 MB | 201 kB | 58/315 kB | 8.2/409 kB error 03-Jan-2023 03:02:36 Progress (4): 2.3/2.9 MB | 201 kB | 62/315 kB | 8.2/409 kB error 03-Jan-2023 03:02:36 Progress (4): 2.3/2.9 MB | 201 kB | 62/315 kB | 12/409 kB error 03-Jan-2023 03:02:36 Progress (4): 2.3/2.9 MB | 201 kB | 62/315 kB | 16/409 kB error 03-Jan-2023 03:02:36 Progress (4): 2.3/2.9 MB | 201 kB | 62/315 kB | 20/409 kB error 03-Jan-2023 03:02:36 Progress (4): 2.3/2.9 MB | 201 kB | 66/315 kB | 20/409 kB error 03-Jan-2023 03:02:36 Progress (4): 2.3/2.9 MB | 201 kB | 66/315 kB | 25/409 kB error 03-Jan-2023 03:02:36 Progress (4): 2.4/2.9 MB | 201 kB | 66/315 kB | 25/409 kB error 03-Jan-2023 03:02:36 Progress (4): 2.4/2.9 MB | 201 kB | 70/315 kB | 25/409 kB error 03-Jan-2023 03:02:36 Progress (4): 2.4/2.9 MB | 201 kB | 70/315 kB | 29/409 kB error 03-Jan-2023 03:02:36 Progress (4): 2.4/2.9 MB | 201 kB | 74/315 kB | 29/409 kB error 03-Jan-2023 03:02:36 Progress (4): 2.4/2.9 MB | 201 kB | 74/315 kB | 29/409 kB error 03-Jan-2023 03:02:36 Progress (4): 2.4/2.9 MB | 201 kB | 74/315 kB | 33/409 kB error 03-Jan-2023 03:02:36 Progress (4): 2.4/2.9 MB | 201 kB | 78/315 kB | 33/409 kB error 03-Jan-2023 03:02:36 Progress (4): 2.4/2.9 MB | 201 kB | 78/315 kB | 37/409 kB error 03-Jan-2023 03:02:36 Progress (4): 2.4/2.9 MB | 201 kB | 82/315 kB | 37/409 kB error 03-Jan-2023 03:02:36 Progress (5): 2.4/2.9 MB | 201 kB | 82/315 kB | 37/409 kB | 3.3/183 kB error 03-Jan-2023 03:02:36 Progress (5): 2.4/2.9 MB | 201 kB | 82/315 kB | 37/409 kB | 3.3/183 kB error 03-Jan-2023 03:02:36 Progress (5): 2.4/2.9 MB | 201 kB | 86/315 kB | 37/409 kB | 3.3/183 kB error 03-Jan-2023 03:02:36 Progress (5): 2.4/2.9 MB | 201 kB | 86/315 kB | 41/409 kB | 3.3/183 kB error 03-Jan-2023 03:02:36 Progress (5): 2.4/2.9 MB | 201 kB | 90/315 kB | 41/409 kB | 3.3/183 kB error 03-Jan-2023 03:02:36 Progress (5): 2.4/2.9 MB | 201 kB | 95/315 kB | 41/409 kB | 3.3/183 kB error 03-Jan-2023 03:02:36 Progress (5): 2.4/2.9 MB | 201 kB | 95/315 kB | 45/409 kB | 3.3/183 kB error 03-Jan-2023 03:02:36 Progress (5): 2.4/2.9 MB | 201 kB | 97/315 kB | 45/409 kB | 3.3/183 kB error 03-Jan-2023 03:02:36 Progress (5): 2.4/2.9 MB | 201 kB | 97/315 kB | 45/409 kB | 6.1/183 kB error 03-Jan-2023 03:02:36 Progress (5): 2.4/2.9 MB | 201 kB | 97/315 kB | 49/409 kB | 6.1/183 kB error 03-Jan-2023 03:02:36 Progress (5): 2.4/2.9 MB | 201 kB | 101/315 kB | 49/409 kB | 6.1/183 kB error 03-Jan-2023 03:02:36 Progress (5): 2.4/2.9 MB | 201 kB | 101/315 kB | 49/409 kB | 6.1/183 kB error 03-Jan-2023 03:02:36 Progress (5): 2.4/2.9 MB | 201 kB | 101/315 kB | 49/409 kB | 8.9/183 kB error 03-Jan-2023 03:02:36 Progress (5): 2.4/2.9 MB | 201 kB | 101/315 kB | 53/409 kB | 8.9/183 kB error 03-Jan-2023 03:02:36 Progress (5): 2.4/2.9 MB | 201 kB | 101/315 kB | 57/409 kB | 8.9/183 kB error 03-Jan-2023 03:02:36 Progress (5): 2.4/2.9 MB | 201 kB | 101/315 kB | 61/409 kB | 8.9/183 kB error 03-Jan-2023 03:02:36 Progress (5): 2.4/2.9 MB | 201 kB | 101/315 kB | 61/409 kB | 12/183 kB error 03-Jan-2023 03:02:36 Progress (5): 2.4/2.9 MB | 201 kB | 105/315 kB | 61/409 kB | 12/183 kB error 03-Jan-2023 03:02:36 Progress (5): 2.4/2.9 MB | 201 kB | 105/315 kB | 66/409 kB | 12/183 kB error 03-Jan-2023 03:02:36 Progress (5): 2.4/2.9 MB | 201 kB | 109/315 kB | 66/409 kB | 12/183 kB error 03-Jan-2023 03:02:36 Progress (5): 2.4/2.9 MB | 201 kB | 109/315 kB | 66/409 kB | 12/183 kB error 03-Jan-2023 03:02:36 Progress (5): 2.4/2.9 MB | 201 kB | 109/315 kB | 70/409 kB | 12/183 kB error 03-Jan-2023 03:02:36 Progress (5): 2.4/2.9 MB | 201 kB | 114/315 kB | 70/409 kB | 12/183 kB error 03-Jan-2023 03:02:36 Progress (5): 2.4/2.9 MB | 201 kB | 114/315 kB | 74/409 kB | 12/183 kB error 03-Jan-2023 03:02:36 Progress (5): 2.4/2.9 MB | 201 kB | 114/315 kB | 78/409 kB | 12/183 kB error 03-Jan-2023 03:02:36 Progress (5): 2.4/2.9 MB | 201 kB | 114/315 kB | 82/409 kB | 12/183 kB error 03-Jan-2023 03:02:36 Progress (5): 2.5/2.9 MB | 201 kB | 114/315 kB | 82/409 kB | 12/183 kB error 03-Jan-2023 03:02:36 Progress (5): 2.5/2.9 MB | 201 kB | 114/315 kB | 86/409 kB | 12/183 kB error 03-Jan-2023 03:02:36 Progress (5): 2.5/2.9 MB | 201 kB | 116/315 kB | 86/409 kB | 12/183 kB error 03-Jan-2023 03:02:36 Progress (5): 2.5/2.9 MB | 201 kB | 116/315 kB | 89/409 kB | 12/183 kB error 03-Jan-2023 03:02:36 Progress (5): 2.5/2.9 MB | 201 kB | 120/315 kB | 89/409 kB | 12/183 kB error 03-Jan-2023 03:02:36 Progress (5): 2.5/2.9 MB | 201 kB | 125/315 kB | 89/409 kB | 12/183 kB error 03-Jan-2023 03:02:36 Progress (5): 2.5/2.9 MB | 201 kB | 125/315 kB | 89/409 kB | 12/183 kB error 03-Jan-2023 03:02:36 Progress (5): 2.5/2.9 MB | 201 kB | 125/315 kB | 93/409 kB | 12/183 kB error 03-Jan-2023 03:02:36 Progress (5): 2.5/2.9 MB | 201 kB | 125/315 kB | 97/409 kB | 12/183 kB error 03-Jan-2023 03:02:36 Progress (5): 2.5/2.9 MB | 201 kB | 125/315 kB | 101/409 kB | 12/183 kB error 03-Jan-2023 03:02:36 Progress (5): 2.5/2.9 MB | 201 kB | 125/315 kB | 104/409 kB | 12/183 kB error 03-Jan-2023 03:02:36 Progress (5): 2.5/2.9 MB | 201 kB | 129/315 kB | 104/409 kB | 12/183 kB error 03-Jan-2023 03:02:36 Progress (5): 2.5/2.9 MB | 201 kB | 129/315 kB | 108/409 kB | 12/183 kB error 03-Jan-2023 03:02:36 Progress (5): 2.5/2.9 MB | 201 kB | 129/315 kB | 108/409 kB | 14/183 kB error 03-Jan-2023 03:02:36 Progress (5): 2.5/2.9 MB | 201 kB | 129/315 kB | 108/409 kB | 17/183 kB error 03-Jan-2023 03:02:36 Progress (5): 2.5/2.9 MB | 201 kB | 129/315 kB | 108/409 kB | 20/183 kB error 03-Jan-2023 03:02:36 Progress (5): 2.5/2.9 MB | 201 kB | 129/315 kB | 108/409 kB | 23/183 kB error 03-Jan-2023 03:02:36 Progress (5): 2.5/2.9 MB | 201 kB | 129/315 kB | 108/409 kB | 26/183 kB error 03-Jan-2023 03:02:36 Progress (5): 2.5/2.9 MB | 201 kB | 129/315 kB | 108/409 kB | 28/183 kB error 03-Jan-2023 03:02:36 Progress (5): 2.5/2.9 MB | 201 kB | 129/315 kB | 108/409 kB | 31/183 kB error 03-Jan-2023 03:02:36 Progress (5): 2.5/2.9 MB | 201 kB | 129/315 kB | 108/409 kB | 34/183 kB error 03-Jan-2023 03:02:36 Progress (5): 2.5/2.9 MB | 201 kB | 129/315 kB | 108/409 kB | 34/183 kB error 03-Jan-2023 03:02:36 Progress (5): 2.5/2.9 MB | 201 kB | 133/315 kB | 108/409 kB | 34/183 kB error 03-Jan-2023 03:02:36 Progress (5): 2.5/2.9 MB | 201 kB | 133/315 kB | 112/409 kB | 34/183 kB error 03-Jan-2023 03:02:36 Progress (5): 2.5/2.9 MB | 201 kB | 137/315 kB | 112/409 kB | 34/183 kB error 03-Jan-2023 03:02:36 Progress (5): 2.5/2.9 MB | 201 kB | 137/315 kB | 116/409 kB | 34/183 kB error 03-Jan-2023 03:02:36 Progress (5): 2.5/2.9 MB | 201 kB | 141/315 kB | 116/409 kB | 34/183 kB error 03-Jan-2023 03:02:36 Progress (5): 2.5/2.9 MB | 201 kB | 141/315 kB | 120/409 kB | 34/183 kB error 03-Jan-2023 03:02:36 Progress (5): 2.5/2.9 MB | 201 kB | 141/315 kB | 125/409 kB | 34/183 kB error 03-Jan-2023 03:02:36 Progress (5): 2.5/2.9 MB | 201 kB | 141/315 kB | 129/409 kB | 34/183 kB error 03-Jan-2023 03:02:36 Progress (5): 2.5/2.9 MB | 201 kB | 141/315 kB | 133/409 kB | 34/183 kB error 03-Jan-2023 03:02:36 Progress (5): 2.5/2.9 MB | 201 kB | 141/315 kB | 137/409 kB | 34/183 kB error 03-Jan-2023 03:02:36 Progress (5): 2.5/2.9 MB | 201 kB | 141/315 kB | 141/409 kB | 34/183 kB error 03-Jan-2023 03:02:36 Progress (5): 2.5/2.9 MB | 201 kB | 141/315 kB | 141/409 kB | 37/183 kB error 03-Jan-2023 03:02:36 Progress (5): 2.5/2.9 MB | 201 kB | 145/315 kB | 141/409 kB | 37/183 kB error 03-Jan-2023 03:02:36 Progress (5): 2.5/2.9 MB | 201 kB | 145/315 kB | 141/409 kB | 40/183 kB error 03-Jan-2023 03:02:36 Progress (5): 2.5/2.9 MB | 201 kB | 145/315 kB | 145/409 kB | 40/183 kB error 03-Jan-2023 03:02:36 Progress (5): 2.5/2.9 MB | 201 kB | 145/315 kB | 149/409 kB | 40/183 kB error 03-Jan-2023 03:02:36 Progress (5): 2.5/2.9 MB | 201 kB | 149/315 kB | 149/409 kB | 40/183 kB error 03-Jan-2023 03:02:36 Progress (5): 2.5/2.9 MB | 201 kB | 149/315 kB | 149/409 kB | 40/183 kB error 03-Jan-2023 03:02:36 Progress (5): 2.5/2.9 MB | 201 kB | 153/315 kB | 149/409 kB | 40/183 kB error 03-Jan-2023 03:02:36 Progress (5): 2.5/2.9 MB | 201 kB | 153/315 kB | 153/409 kB | 40/183 kB error 03-Jan-2023 03:02:36 Progress (5): 2.5/2.9 MB | 201 kB | 157/315 kB | 153/409 kB | 40/183 kB error 03-Jan-2023 03:02:36 Progress (5): 2.5/2.9 MB | 201 kB | 157/315 kB | 157/409 kB | 40/183 kB error 03-Jan-2023 03:02:36 Progress (5): 2.5/2.9 MB | 201 kB | 160/315 kB | 157/409 kB | 40/183 kB error 03-Jan-2023 03:02:36 Progress (5): 2.5/2.9 MB | 201 kB | 160/315 kB | 157/409 kB | 40/183 kB error 03-Jan-2023 03:02:36 Progress (5): 2.5/2.9 MB | 201 kB | 164/315 kB | 157/409 kB | 40/183 kB error 03-Jan-2023 03:02:36 Progress (5): 2.5/2.9 MB | 201 kB | 168/315 kB | 157/409 kB | 40/183 kB error 03-Jan-2023 03:02:36 Progress (5): 2.5/2.9 MB | 201 kB | 168/315 kB | 161/409 kB | 40/183 kB error 03-Jan-2023 03:02:36 Progress (5): 2.5/2.9 MB | 201 kB | 172/315 kB | 161/409 kB | 40/183 kB error 03-Jan-2023 03:02:36 Progress (5): 2.5/2.9 MB | 201 kB | 172/315 kB | 165/409 kB | 40/183 kB error 03-Jan-2023 03:02:36 Progress (5): 2.5/2.9 MB | 201 kB | 177/315 kB | 165/409 kB | 40/183 kB error 03-Jan-2023 03:02:36 Progress (5): 2.5/2.9 MB | 201 kB | 177/315 kB | 165/409 kB | 40/183 kB error 03-Jan-2023 03:02:36 Progress (5): 2.5/2.9 MB | 201 kB | 177/315 kB | 170/409 kB | 40/183 kB error 03-Jan-2023 03:02:36 Progress (5): 2.5/2.9 MB | 201 kB | 177/315 kB | 174/409 kB | 40/183 kB error 03-Jan-2023 03:02:36 Progress (5): 2.5/2.9 MB | 201 kB | 181/315 kB | 174/409 kB | 40/183 kB error 03-Jan-2023 03:02:36 Progress (5): 2.5/2.9 MB | 201 kB | 185/315 kB | 174/409 kB | 40/183 kB error 03-Jan-2023 03:02:36 Progress (5): 2.5/2.9 MB | 201 kB | 188/315 kB | 174/409 kB | 40/183 kB error 03-Jan-2023 03:02:36 Progress (5): 2.6/2.9 MB | 201 kB | 188/315 kB | 174/409 kB | 40/183 kB error 03-Jan-2023 03:02:36 Progress (5): 2.6/2.9 MB | 201 kB | 188/315 kB | 178/409 kB | 40/183 kB error 03-Jan-2023 03:02:36 Progress (5): 2.6/2.9 MB | 201 kB | 188/315 kB | 182/409 kB | 40/183 kB error 03-Jan-2023 03:02:36 Progress (5): 2.6/2.9 MB | 201 kB | 188/315 kB | 186/409 kB | 40/183 kB error 03-Jan-2023 03:02:36 Progress (5): 2.6/2.9 MB | 201 kB | 192/315 kB | 186/409 kB | 40/183 kB error 03-Jan-2023 03:02:36 Progress (5): 2.6/2.9 MB | 201 kB | 192/315 kB | 186/409 kB | 40/183 kB error 03-Jan-2023 03:02:36 Progress (5): 2.6/2.9 MB | 201 kB | 192/315 kB | 188/409 kB | 40/183 kB error 03-Jan-2023 03:02:36 Progress (5): 2.6/2.9 MB | 201 kB | 192/315 kB | 192/409 kB | 40/183 kB error 03-Jan-2023 03:02:36 Progress (5): 2.6/2.9 MB | 201 kB | 197/315 kB | 192/409 kB | 40/183 kB error 03-Jan-2023 03:02:36 Progress (5): 2.6/2.9 MB | 201 kB | 197/315 kB | 192/409 kB | 40/183 kB error 03-Jan-2023 03:02:36 Progress (5): 2.6/2.9 MB | 201 kB | 201/315 kB | 192/409 kB | 40/183 kB error 03-Jan-2023 03:02:36 Progress (5): 2.6/2.9 MB | 201 kB | 205/315 kB | 192/409 kB | 40/183 kB error 03-Jan-2023 03:02:36 Progress (5): 2.6/2.9 MB | 201 kB | 205/315 kB | 197/409 kB | 40/183 kB error 03-Jan-2023 03:02:36 Progress (5): 2.6/2.9 MB | 201 kB | 205/315 kB | 197/409 kB | 40/183 kB error 03-Jan-2023 03:02:36 Progress (5): 2.6/2.9 MB | 201 kB | 205/315 kB | 201/409 kB | 40/183 kB error 03-Jan-2023 03:02:36 Progress (5): 2.6/2.9 MB | 201 kB | 209/315 kB | 201/409 kB | 40/183 kB error 03-Jan-2023 03:02:36 Progress (5): 2.6/2.9 MB | 201 kB | 209/315 kB | 201/409 kB | 40/183 kB error 03-Jan-2023 03:02:36 Progress (5): 2.6/2.9 MB | 201 kB | 213/315 kB | 201/409 kB | 40/183 kB error 03-Jan-2023 03:02:36 Progress (5): 2.6/2.9 MB | 201 kB | 213/315 kB | 205/409 kB | 40/183 kB error 03-Jan-2023 03:02:36 Progress (5): 2.6/2.9 MB | 201 kB | 213/315 kB | 209/409 kB | 40/183 kB error 03-Jan-2023 03:02:36 Progress (5): 2.6/2.9 MB | 201 kB | 213/315 kB | 213/409 kB | 40/183 kB error 03-Jan-2023 03:02:36 Progress (5): 2.6/2.9 MB | 201 kB | 213/315 kB | 213/409 kB | 40/183 kB error 03-Jan-2023 03:02:36 Progress (5): 2.6/2.9 MB | 201 kB | 217/315 kB | 213/409 kB | 40/183 kB error 03-Jan-2023 03:02:36 Progress (5): 2.6/2.9 MB | 201 kB | 221/315 kB | 213/409 kB | 40/183 kB error 03-Jan-2023 03:02:36 Progress (5): 2.6/2.9 MB | 201 kB | 225/315 kB | 213/409 kB | 40/183 kB error 03-Jan-2023 03:02:36 Progress (5): 2.6/2.9 MB | 201 kB | 225/315 kB | 217/409 kB | 40/183 kB error 03-Jan-2023 03:02:36 Progress (5): 2.6/2.9 MB | 201 kB | 229/315 kB | 217/409 kB | 40/183 kB error 03-Jan-2023 03:02:36 Progress (5): 2.6/2.9 MB | 201 kB | 229/315 kB | 221/409 kB | 40/183 kB error 03-Jan-2023 03:02:36 Progress (5): 2.7/2.9 MB | 201 kB | 229/315 kB | 221/409 kB | 40/183 kB error 03-Jan-2023 03:02:36 Progress (5): 2.7/2.9 MB | 201 kB | 229/315 kB | 225/409 kB | 40/183 kB error 03-Jan-2023 03:02:36 Progress (5): 2.7/2.9 MB | 201 kB | 232/315 kB | 225/409 kB | 40/183 kB error 03-Jan-2023 03:02:36 Progress (5): 2.7/2.9 MB | 201 kB | 232/315 kB | 225/409 kB | 40/183 kB error 03-Jan-2023 03:02:36 Progress (5): 2.7/2.9 MB | 201 kB | 232/315 kB | 229/409 kB | 40/183 kB error 03-Jan-2023 03:02:36 Progress (5): 2.7/2.9 MB | 201 kB | 236/315 kB | 229/409 kB | 40/183 kB error 03-Jan-2023 03:02:36 Progress (5): 2.7/2.9 MB | 201 kB | 240/315 kB | 229/409 kB | 40/183 kB error 03-Jan-2023 03:02:36 Progress (5): 2.7/2.9 MB | 201 kB | 240/315 kB | 233/409 kB | 40/183 kB error 03-Jan-2023 03:02:36 Progress (5): 2.7/2.9 MB | 201 kB | 244/315 kB | 233/409 kB | 40/183 kB error 03-Jan-2023 03:02:36 Progress (5): 2.7/2.9 MB | 201 kB | 244/315 kB | 237/409 kB | 40/183 kB error 03-Jan-2023 03:02:36 Progress (5): 2.7/2.9 MB | 201 kB | 249/315 kB | 237/409 kB | 40/183 kB error 03-Jan-2023 03:02:36 Progress (5): 2.7/2.9 MB | 201 kB | 249/315 kB | 237/409 kB | 42/183 kB error 03-Jan-2023 03:02:36 Progress (5): 2.7/2.9 MB | 201 kB | 249/315 kB | 237/409 kB | 45/183 kB error 03-Jan-2023 03:02:36 Progress (5): 2.7/2.9 MB | 201 kB | 249/315 kB | 237/409 kB | 45/183 kB error 03-Jan-2023 03:02:36 Progress (5): 2.7/2.9 MB | 201 kB | 249/315 kB | 242/409 kB | 45/183 kB error 03-Jan-2023 03:02:36 Progress (5): 2.7/2.9 MB | 201 kB | 249/315 kB | 242/409 kB | 48/183 kB error 03-Jan-2023 03:02:36 Progress (5): 2.7/2.9 MB | 201 kB | 249/315 kB | 246/409 kB | 48/183 kB error 03-Jan-2023 03:02:36 Progress (5): 2.7/2.9 MB | 201 kB | 251/315 kB | 246/409 kB | 48/183 kB error 03-Jan-2023 03:02:36 Progress (5): 2.7/2.9 MB | 201 kB | 251/315 kB | 246/409 kB | 51/183 kB error 03-Jan-2023 03:02:36 Progress (5): 2.7/2.9 MB | 201 kB | 251/315 kB | 246/409 kB | 51/183 kB error 03-Jan-2023 03:02:36 Progress (5): 2.7/2.9 MB | 201 kB | 251/315 kB | 246/409 kB | 54/183 kB error 03-Jan-2023 03:02:36 Progress (5): 2.7/2.9 MB | 201 kB | 251/315 kB | 246/409 kB | 56/183 kB error 03-Jan-2023 03:02:36 Progress (5): 2.7/2.9 MB | 201 kB | 251/315 kB | 246/409 kB | 59/183 kB error 03-Jan-2023 03:02:36 Progress (5): 2.7/2.9 MB | 201 kB | 251/315 kB | 246/409 kB | 62/183 kB error 03-Jan-2023 03:02:36 Progress (5): 2.7/2.9 MB | 201 kB | 251/315 kB | 250/409 kB | 62/183 kB error 03-Jan-2023 03:02:36 Progress (5): 2.7/2.9 MB | 201 kB | 251/315 kB | 250/409 kB | 65/183 kB error 03-Jan-2023 03:02:36 Progress (5): 2.7/2.9 MB | 201 kB | 251/315 kB | 250/409 kB | 65/183 kB error 03-Jan-2023 03:02:36 Progress (5): 2.7/2.9 MB | 201 kB | 255/315 kB | 250/409 kB | 65/183 kB error 03-Jan-2023 03:02:36 Progress (5): 2.7/2.9 MB | 201 kB | 260/315 kB | 250/409 kB | 65/183 kB error 03-Jan-2023 03:02:36 Progress (5): 2.7/2.9 MB | 201 kB | 264/315 kB | 250/409 kB | 65/183 kB error 03-Jan-2023 03:02:36 Progress (5): 2.7/2.9 MB | 201 kB | 268/315 kB | 250/409 kB | 65/183 kB error 03-Jan-2023 03:02:36 Progress (5): 2.7/2.9 MB | 201 kB | 268/315 kB | 254/409 kB | 65/183 kB error 03-Jan-2023 03:02:36 Progress (5): 2.7/2.9 MB | 201 kB | 268/315 kB | 254/409 kB | 68/183 kB error 03-Jan-2023 03:02:36 Progress (5): 2.7/2.9 MB | 201 kB | 272/315 kB | 254/409 kB | 68/183 kB error 03-Jan-2023 03:02:36 Progress (5): 2.7/2.9 MB | 201 kB | 272/315 kB | 258/409 kB | 68/183 kB error 03-Jan-2023 03:02:36 Progress (5): 2.7/2.9 MB | 201 kB | 272/315 kB | 262/409 kB | 68/183 kB error 03-Jan-2023 03:02:36 Progress (5): 2.7/2.9 MB | 201 kB | 272/315 kB | 262/409 kB | 68/183 kB error 03-Jan-2023 03:02:36 Progress (5): 2.7/2.9 MB | 201 kB | 272/315 kB | 266/409 kB | 68/183 kB error 03-Jan-2023 03:02:36 Progress (5): 2.7/2.9 MB | 201 kB | 272/315 kB | 266/409 kB | 70/183 kB error 03-Jan-2023 03:02:36 Progress (5): 2.7/2.9 MB | 201 kB | 272/315 kB | 269/409 kB | 70/183 kB error 03-Jan-2023 03:02:36 Progress (5): 2.7/2.9 MB | 201 kB | 272/315 kB | 269/409 kB | 73/183 kB error 03-Jan-2023 03:02:36 Progress (5): 2.8/2.9 MB | 201 kB | 272/315 kB | 269/409 kB | 73/183 kB error 03-Jan-2023 03:02:36 Progress (5): 2.8/2.9 MB | 201 kB | 272/315 kB | 269/409 kB | 76/183 kB error 03-Jan-2023 03:02:36 Progress (5): 2.8/2.9 MB | 201 kB | 272/315 kB | 273/409 kB | 76/183 kB error 03-Jan-2023 03:02:36 Progress (5): 2.8/2.9 MB | 201 kB | 272/315 kB | 277/409 kB | 76/183 kB error 03-Jan-2023 03:02:36 Progress (5): 2.8/2.9 MB | 201 kB | 272/315 kB | 281/409 kB | 76/183 kB error 03-Jan-2023 03:02:36 Progress (5): 2.8/2.9 MB | 201 kB | 272/315 kB | 281/409 kB | 79/183 kB error 03-Jan-2023 03:02:36 Progress (5): 2.8/2.9 MB | 201 kB | 276/315 kB | 281/409 kB | 79/183 kB error 03-Jan-2023 03:02:36 Progress (5): 2.8/2.9 MB | 201 kB | 276/315 kB | 281/409 kB | 82/183 kB error 03-Jan-2023 03:02:36 Progress (5): 2.8/2.9 MB | 201 kB | 276/315 kB | 284/409 kB | 82/183 kB error 03-Jan-2023 03:02:36 Progress (5): 2.8/2.9 MB | 201 kB | 276/315 kB | 284/409 kB | 82/183 kB error 03-Jan-2023 03:02:36 Progress (5): 2.8/2.9 MB | 201 kB | 280/315 kB | 284/409 kB | 82/183 kB error 03-Jan-2023 03:02:36 Progress (5): 2.8/2.9 MB | 201 kB | 280/315 kB | 284/409 kB | 84/183 kB error 03-Jan-2023 03:02:36 Progress (5): 2.8/2.9 MB | 201 kB | 284/315 kB | 284/409 kB | 84/183 kB error 03-Jan-2023 03:02:36 Progress (5): 2.8/2.9 MB | 201 kB | 288/315 kB | 284/409 kB | 84/183 kB error 03-Jan-2023 03:02:36 Progress (5): 2.8/2.9 MB | 201 kB | 292/315 kB | 284/409 kB | 84/183 kB error 03-Jan-2023 03:02:36 error 03-Jan-2023 03:02:36 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/springframework/spring-orm/5.2.14.RELEASE/spring-orm-5.2.14.RELEASE.jar (201 kB at 35 kB/s) error 03-Jan-2023 03:02:36 #16 83.12 Progress (4): 2.8/2.9 MB | 292/315 kB | 284/409 kB | 87/183 kB error 03-Jan-2023 03:02:36 Progress (4): 2.8/2.9 MB | 292/315 kB | 284/409 kB | 87/183 kB error 03-Jan-2023 03:02:36 Progress (4): 2.8/2.9 MB | 292/315 kB | 288/409 kB | 87/183 kB error 03-Jan-2023 03:02:36 Progress (4): 2.8/2.9 MB | 296/315 kB | 288/409 kB | 87/183 kB error 03-Jan-2023 03:02:36 Progress (4): 2.8/2.9 MB | 296/315 kB | 292/409 kB | 87/183 kB error 03-Jan-2023 03:02:36 Progress (4): 2.8/2.9 MB | 300/315 kB | 292/409 kB | 87/183 kB error 03-Jan-2023 03:02:36 Progress (4): 2.8/2.9 MB | 300/315 kB | 296/409 kB | 87/183 kB error 03-Jan-2023 03:02:36 error 03-Jan-2023 03:02:36 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/hibernate/hibernate-core/5.6.0.Final/hibernate-core-5.6.0.Final.jar error 03-Jan-2023 03:02:36 #16 83.13 Progress (4): 2.8/2.9 MB | 305/315 kB | 296/409 kB | 87/183 kB error 03-Jan-2023 03:02:36 Progress (4): 2.8/2.9 MB | 305/315 kB | 300/409 kB | 87/183 kB error 03-Jan-2023 03:02:36 Progress (4): 2.8/2.9 MB | 305/315 kB | 305/409 kB | 87/183 kB error 03-Jan-2023 03:02:36 Progress (4): 2.8/2.9 MB | 305/315 kB | 305/409 kB | 87/183 kB error 03-Jan-2023 03:02:36 Progress (4): 2.8/2.9 MB | 309/315 kB | 305/409 kB | 87/183 kB error 03-Jan-2023 03:02:36 Progress (4): 2.8/2.9 MB | 313/315 kB | 305/409 kB | 87/183 kB error 03-Jan-2023 03:02:36 Progress (4): 2.8/2.9 MB | 313/315 kB | 309/409 kB | 87/183 kB error 03-Jan-2023 03:02:36 Progress (4): 2.8/2.9 MB | 315 kB | 309/409 kB | 87/183 kB error 03-Jan-2023 03:02:36 Progress (4): 2.8/2.9 MB | 315 kB | 309/409 kB | 87/183 kB error 03-Jan-2023 03:02:36 Progress (4): 2.8/2.9 MB | 315 kB | 313/409 kB | 87/183 kB error 03-Jan-2023 03:02:36 Progress (4): 2.8/2.9 MB | 315 kB | 317/409 kB | 87/183 kB error 03-Jan-2023 03:02:36 Progress (4): 2.8/2.9 MB | 315 kB | 321/409 kB | 87/183 kB error 03-Jan-2023 03:02:36 Progress (4): 2.8/2.9 MB | 315 kB | 323/409 kB | 87/183 kB error 03-Jan-2023 03:02:36 Progress (4): 2.8/2.9 MB | 315 kB | 323/409 kB | 90/183 kB error 03-Jan-2023 03:02:36 Progress (4): 2.9/2.9 MB | 315 kB | 323/409 kB | 90/183 kB error 03-Jan-2023 03:02:36 Progress (4): 2.9/2.9 MB | 315 kB | 323/409 kB | 93/183 kB error 03-Jan-2023 03:02:36 Progress (4): 2.9/2.9 MB | 315 kB | 323/409 kB | 96/183 kB error 03-Jan-2023 03:02:36 Progress (4): 2.9/2.9 MB | 315 kB | 323/409 kB | 98/183 kB error 03-Jan-2023 03:02:36 Progress (4): 2.9/2.9 MB | 315 kB | 323/409 kB | 101/183 kB error 03-Jan-2023 03:02:36 Progress (4): 2.9/2.9 MB | 315 kB | 323/409 kB | 104/183 kB error 03-Jan-2023 03:02:36 Progress (4): 2.9/2.9 MB | 315 kB | 323/409 kB | 107/183 kB error 03-Jan-2023 03:02:36 Progress (4): 2.9/2.9 MB | 315 kB | 323/409 kB | 110/183 kB error 03-Jan-2023 03:02:36 Progress (4): 2.9/2.9 MB | 315 kB | 327/409 kB | 110/183 kB error 03-Jan-2023 03:02:36 Progress (4): 2.9/2.9 MB | 315 kB | 332/409 kB | 110/183 kB error 03-Jan-2023 03:02:36 Progress (4): 2.9/2.9 MB | 315 kB | 336/409 kB | 110/183 kB error 03-Jan-2023 03:02:36 Progress (4): 2.9/2.9 MB | 315 kB | 340/409 kB | 110/183 kB error 03-Jan-2023 03:02:36 Progress (4): 2.9/2.9 MB | 315 kB | 340/409 kB | 110/183 kB error 03-Jan-2023 03:02:36 Progress (4): 2.9/2.9 MB | 315 kB | 340/409 kB | 112/183 kB error 03-Jan-2023 03:02:36 Progress (4): 2.9/2.9 MB | 315 kB | 340/409 kB | 115/183 kB error 03-Jan-2023 03:02:36 Progress (4): 2.9/2.9 MB | 315 kB | 340/409 kB | 118/183 kB error 03-Jan-2023 03:02:36 Progress (4): 2.9/2.9 MB | 315 kB | 340/409 kB | 120/183 kB error 03-Jan-2023 03:02:36 Progress (4): 2.9/2.9 MB | 315 kB | 340/409 kB | 120/183 kB error 03-Jan-2023 03:02:36 Progress (4): 2.9/2.9 MB | 315 kB | 344/409 kB | 120/183 kB error 03-Jan-2023 03:02:36 Progress (4): 2.9/2.9 MB | 315 kB | 344/409 kB | 123/183 kB error 03-Jan-2023 03:02:36 Progress (4): 2.9/2.9 MB | 315 kB | 348/409 kB | 123/183 kB error 03-Jan-2023 03:02:36 Progress (4): 2.9/2.9 MB | 315 kB | 352/409 kB | 123/183 kB error 03-Jan-2023 03:02:36 Progress (4): 2.9/2.9 MB | 315 kB | 356/409 kB | 123/183 kB error 03-Jan-2023 03:02:36 Progress (4): 2.9/2.9 MB | 315 kB | 360/409 kB | 123/183 kB error 03-Jan-2023 03:02:36 Progress (4): 2.9/2.9 MB | 315 kB | 360/409 kB | 126/183 kB error 03-Jan-2023 03:02:36 Progress (4): 2.9/2.9 MB | 315 kB | 364/409 kB | 126/183 kB error 03-Jan-2023 03:02:36 Progress (4): 2.9/2.9 MB | 315 kB | 368/409 kB | 126/183 kB error 03-Jan-2023 03:02:36 Progress (4): 2.9/2.9 MB | 315 kB | 368/409 kB | 126/183 kB error 03-Jan-2023 03:02:36 Progress (4): 2.9/2.9 MB | 315 kB | 368/409 kB | 129/183 kB error 03-Jan-2023 03:02:36 Progress (4): 2.9/2.9 MB | 315 kB | 372/409 kB | 129/183 kB error 03-Jan-2023 03:02:36 Progress (4): 2.9/2.9 MB | 315 kB | 372/409 kB | 132/183 kB error 03-Jan-2023 03:02:36 Progress (4): 2.9/2.9 MB | 315 kB | 372/409 kB | 134/183 kB error 03-Jan-2023 03:02:36 Progress (4): 2.9/2.9 MB | 315 kB | 377/409 kB | 134/183 kB error 03-Jan-2023 03:02:36 Progress (4): 2.9/2.9 MB | 315 kB | 377/409 kB | 137/183 kB error 03-Jan-2023 03:02:36 Progress (4): 2.9/2.9 MB | 315 kB | 381/409 kB | 137/183 kB error 03-Jan-2023 03:02:36 Progress (4): 2.9 MB | 315 kB | 381/409 kB | 137/183 kB error 03-Jan-2023 03:02:36 Progress (4): 2.9 MB | 315 kB | 381/409 kB | 140/183 kB error 03-Jan-2023 03:02:36 Progress (4): 2.9 MB | 315 kB | 381/409 kB | 143/183 kB error 03-Jan-2023 03:02:36 Progress (4): 2.9 MB | 315 kB | 385/409 kB | 143/183 kB error 03-Jan-2023 03:02:36 Progress (4): 2.9 MB | 315 kB | 389/409 kB | 143/183 kB error 03-Jan-2023 03:02:36 Progress (4): 2.9 MB | 315 kB | 393/409 kB | 143/183 kB error 03-Jan-2023 03:02:36 Progress (4): 2.9 MB | 315 kB | 393/409 kB | 146/183 kB error 03-Jan-2023 03:02:36 Progress (4): 2.9 MB | 315 kB | 393/409 kB | 148/183 kB error 03-Jan-2023 03:02:36 Progress (4): 2.9 MB | 315 kB | 395/409 kB | 148/183 kB error 03-Jan-2023 03:02:36 Progress (4): 2.9 MB | 315 kB | 395/409 kB | 151/183 kB error 03-Jan-2023 03:02:36 Progress (4): 2.9 MB | 315 kB | 399/409 kB | 151/183 kB error 03-Jan-2023 03:02:36 Progress (4): 2.9 MB | 315 kB | 404/409 kB | 151/183 kB error 03-Jan-2023 03:02:36 Progress (4): 2.9 MB | 315 kB | 404/409 kB | 154/183 kB error 03-Jan-2023 03:02:36 Progress (4): 2.9 MB | 315 kB | 404/409 kB | 157/183 kB error 03-Jan-2023 03:02:36 Progress (4): 2.9 MB | 315 kB | 408/409 kB | 157/183 kB error 03-Jan-2023 03:02:36 Progress (4): 2.9 MB | 315 kB | 408/409 kB | 160/183 kB error 03-Jan-2023 03:02:36 Progress (4): 2.9 MB | 315 kB | 408/409 kB | 162/183 kB error 03-Jan-2023 03:02:36 Progress (4): 2.9 MB | 315 kB | 408/409 kB | 165/183 kB error 03-Jan-2023 03:02:36 Progress (4): 2.9 MB | 315 kB | 409 kB | 165/183 kB error 03-Jan-2023 03:02:36 Progress (4): 2.9 MB | 315 kB | 409 kB | 168/183 kB error 03-Jan-2023 03:02:36 Progress (4): 2.9 MB | 315 kB | 409 kB | 171/183 kB error 03-Jan-2023 03:02:36 Progress (4): 2.9 MB | 315 kB | 409 kB | 174/183 kB error 03-Jan-2023 03:02:36 Progress (4): 2.9 MB | 315 kB | 409 kB | 176/183 kB error 03-Jan-2023 03:02:36 Progress (4): 2.9 MB | 315 kB | 409 kB | 179/183 kB error 03-Jan-2023 03:02:36 Progress (4): 2.9 MB | 315 kB | 409 kB | 182/183 kB error 03-Jan-2023 03:02:36 Progress (4): 2.9 MB | 315 kB | 409 kB | 183 kB error 03-Jan-2023 03:02:36 error 03-Jan-2023 03:02:36 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/springframework/spring-tx/5.2.14.RELEASE/spring-tx-5.2.14.RELEASE.jar (315 kB at 52 kB/s) error 03-Jan-2023 03:02:36 #16 83.33 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/jboss/logging/jboss-logging/3.4.2.Final/jboss-logging-3.4.2.Final.jar error 03-Jan-2023 03:02:36 #16 83.39 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/api/openmrs-api/2.5.8/openmrs-api-2.5.8.jar (2.9 MB at 476 kB/s) error 03-Jan-2023 03:02:36 #16 83.39 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/springframework/spring-jdbc/5.2.14.RELEASE/spring-jdbc-5.2.14.RELEASE.jar (409 kB at 67 kB/s) error 03-Jan-2023 03:02:36 #16 83.39 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/net/bytebuddy/byte-buddy/1.11.20/byte-buddy-1.11.20.jar error 03-Jan-2023 03:02:36 #16 83.39 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/hibernate/hibernate-c3p0/5.6.0.Final/hibernate-c3p0-5.6.0.Final.jar error 03-Jan-2023 03:02:36 #16 83.42 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/springframework/spring-context-support/5.2.14.RELEASE/spring-context-support-5.2.14.RELEASE.jar (183 kB at 30 kB/s) error 03-Jan-2023 03:02:36 #16 83.42 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/hibernate/hibernate-ehcache/5.6.0.Final/hibernate-ehcache-5.6.0.Final.jar error 03-Jan-2023 03:02:36 #16 83.44 Progress (1): 0/7.5 MB error 03-Jan-2023 03:02:36 Progress (1): 0.1/7.5 MB error 03-Jan-2023 03:02:36 Progress (1): 0.1/7.5 MB error 03-Jan-2023 03:02:36 Progress (1): 0.2/7.5 MB error 03-Jan-2023 03:02:36 Progress (2): 0.2/7.5 MB | 3.3/61 kB error 03-Jan-2023 03:02:36 Progress (2): 0.2/7.5 MB | 6.1/61 kB error 03-Jan-2023 03:02:36 Progress (2): 0.2/7.5 MB | 8.9/61 kB error 03-Jan-2023 03:02:36 Progress (2): 0.2/7.5 MB | 12/61 kB error 03-Jan-2023 03:02:36 Progress (2): 0.2/7.5 MB | 12/61 kB error 03-Jan-2023 03:02:36 Progress (2): 0.2/7.5 MB | 12/61 kB error 03-Jan-2023 03:02:36 Progress (2): 0.3/7.5 MB | 12/61 kB error 03-Jan-2023 03:02:36 Progress (2): 0.3/7.5 MB | 12/61 kB error 03-Jan-2023 03:02:36 Progress (3): 0.3/7.5 MB | 12/61 kB | 3.3/12 kB error 03-Jan-2023 03:02:36 Progress (4): 0.3/7.5 MB | 12/61 kB | 3.3/12 kB | 3.3/57 kB error 03-Jan-2023 03:02:36 Progress (4): 0.3/7.5 MB | 12/61 kB | 3.3/12 kB | 6.1/57 kB error 03-Jan-2023 03:02:36 Progress (4): 0.3/7.5 MB | 12/61 kB | 6.1/12 kB | 6.1/57 kB error 03-Jan-2023 03:02:36 Progress (4): 0.3/7.5 MB | 12/61 kB | 8.9/12 kB | 6.1/57 kB error 03-Jan-2023 03:02:36 Progress (4): 0.3/7.5 MB | 12/61 kB | 8.9/12 kB | 8.9/57 kB error 03-Jan-2023 03:02:36 Progress (4): 0.3/7.5 MB | 12/61 kB | 12/12 kB | 8.9/57 kB error 03-Jan-2023 03:02:36 Progress (4): 0.3/7.5 MB | 14/61 kB | 12/12 kB | 8.9/57 kB error 03-Jan-2023 03:02:36 Progress (4): 0.4/7.5 MB | 14/61 kB | 12/12 kB | 8.9/57 kB error 03-Jan-2023 03:02:36 Progress (4): 0.4/7.5 MB | 14/61 kB | 12/12 kB | 12/57 kB error 03-Jan-2023 03:02:36 Progress (4): 0.4/7.5 MB | 17/61 kB | 12/12 kB | 12/57 kB error 03-Jan-2023 03:02:36 Progress (4): 0.4/7.5 MB | 17/61 kB | 12 kB | 12/57 kB error 03-Jan-2023 03:02:36 Progress (4): 0.4/7.5 MB | 20/61 kB | 12 kB | 12/57 kB error 03-Jan-2023 03:02:36 Progress (4): 0.4/7.5 MB | 23/61 kB | 12 kB | 12/57 kB error 03-Jan-2023 03:02:36 Progress (4): 0.4/7.5 MB | 23/61 kB | 12 kB | 12/57 kB error 03-Jan-2023 03:02:36 Progress (4): 0.4/7.5 MB | 26/61 kB | 12 kB | 12/57 kB error 03-Jan-2023 03:02:36 Progress (4): 0.4/7.5 MB | 28/61 kB | 12 kB | 12/57 kB error 03-Jan-2023 03:02:36 Progress (4): 0.4/7.5 MB | 31/61 kB | 12 kB | 12/57 kB error 03-Jan-2023 03:02:36 Progress (4): 0.4/7.5 MB | 34/61 kB | 12 kB | 12/57 kB error 03-Jan-2023 03:02:36 Progress (4): 0.4/7.5 MB | 37/61 kB | 12 kB | 12/57 kB error 03-Jan-2023 03:02:36 Progress (4): 0.4/7.5 MB | 40/61 kB | 12 kB | 12/57 kB error 03-Jan-2023 03:02:36 Progress (4): 0.5/7.5 MB | 40/61 kB | 12 kB | 12/57 kB error 03-Jan-2023 03:02:36 Progress (4): 0.5/7.5 MB | 40/61 kB | 12 kB | 12/57 kB error 03-Jan-2023 03:02:36 Progress (4): 0.5/7.5 MB | 40/61 kB | 12 kB | 14/57 kB error 03-Jan-2023 03:02:36 Progress (4): 0.5/7.5 MB | 40/61 kB | 12 kB | 14/57 kB error 03-Jan-2023 03:02:36 Progress (4): 0.5/7.5 MB | 42/61 kB | 12 kB | 14/57 kB error 03-Jan-2023 03:02:36 Progress (4): 0.5/7.5 MB | 42/61 kB | 12 kB | 17/57 kB error 03-Jan-2023 03:02:36 Progress (4): 0.5/7.5 MB | 45/61 kB | 12 kB | 17/57 kB error 03-Jan-2023 03:02:36 Progress (4): 0.5/7.5 MB | 45/61 kB | 12 kB | 20/57 kB error 03-Jan-2023 03:02:36 Progress (4): 0.5/7.5 MB | 48/61 kB | 12 kB | 20/57 kB error 03-Jan-2023 03:02:36 Progress (4): 0.5/7.5 MB | 48/61 kB | 12 kB | 23/57 kB error 03-Jan-2023 03:02:36 Progress (4): 0.5/7.5 MB | 48/61 kB | 12 kB | 26/57 kB error 03-Jan-2023 03:02:36 Progress (4): 0.5/7.5 MB | 48/61 kB | 12 kB | 28/57 kB error 03-Jan-2023 03:02:36 Progress (4): 0.5/7.5 MB | 48/61 kB | 12 kB | 31/57 kB error 03-Jan-2023 03:02:36 Progress (4): 0.6/7.5 MB | 48/61 kB | 12 kB | 31/57 kB error 03-Jan-2023 03:02:36 Progress (4): 0.6/7.5 MB | 48/61 kB | 12 kB | 34/57 kB error 03-Jan-2023 03:02:36 Progress (4): 0.6/7.5 MB | 51/61 kB | 12 kB | 34/57 kB error 03-Jan-2023 03:02:36 Progress (4): 0.6/7.5 MB | 51/61 kB | 12 kB | 37/57 kB error 03-Jan-2023 03:02:36 Progress (4): 0.6/7.5 MB | 51/61 kB | 12 kB | 40/57 kB error 03-Jan-2023 03:02:36 Progress (4): 0.6/7.5 MB | 51/61 kB | 12 kB | 42/57 kB error 03-Jan-2023 03:02:36 Progress (5): 0.6/7.5 MB | 51/61 kB | 12 kB | 42/57 kB | 0/3.7 MB error 03-Jan-2023 03:02:36 Progress (5): 0.6/7.5 MB | 51/61 kB | 12 kB | 42/57 kB | 0/3.7 MB error 03-Jan-2023 03:02:36 Progress (5): 0.6/7.5 MB | 54/61 kB | 12 kB | 42/57 kB | 0/3.7 MB error 03-Jan-2023 03:02:36 Progress (5): 0.6/7.5 MB | 56/61 kB | 12 kB | 42/57 kB | 0/3.7 MB error 03-Jan-2023 03:02:36 Progress (5): 0.6/7.5 MB | 56/61 kB | 12 kB | 45/57 kB | 0/3.7 MB error 03-Jan-2023 03:02:36 Progress (5): 0.6/7.5 MB | 56/61 kB | 12 kB | 48/57 kB | 0/3.7 MB error 03-Jan-2023 03:02:36 Progress (5): 0.6/7.5 MB | 59/61 kB | 12 kB | 48/57 kB | 0/3.7 MB error 03-Jan-2023 03:02:36 Progress (5): 0.6/7.5 MB | 59/61 kB | 12 kB | 51/57 kB | 0/3.7 MB error 03-Jan-2023 03:02:36 Progress (5): 0.6/7.5 MB | 59/61 kB | 12 kB | 54/57 kB | 0/3.7 MB error 03-Jan-2023 03:02:36 Progress (5): 0.6/7.5 MB | 59/61 kB | 12 kB | 56/57 kB | 0/3.7 MB error 03-Jan-2023 03:02:36 Progress (5): 0.7/7.5 MB | 59/61 kB | 12 kB | 56/57 kB | 0/3.7 MB error 03-Jan-2023 03:02:36 Progress (5): 0.7/7.5 MB | 61 kB | 12 kB | 56/57 kB | 0/3.7 MB error 03-Jan-2023 03:02:36 Progress (5): 0.7/7.5 MB | 61 kB | 12 kB | 56/57 kB | 0.1/3.7 MB error 03-Jan-2023 03:02:36 Progress (5): 0.7/7.5 MB | 61 kB | 12 kB | 57 kB | 0.1/3.7 MB error 03-Jan-2023 03:02:36 Progress (5): 0.7/7.5 MB | 61 kB | 12 kB | 57 kB | 0.1/3.7 MB error 03-Jan-2023 03:02:36 Progress (5): 0.7/7.5 MB | 61 kB | 12 kB | 57 kB | 0.1/3.7 MB error 03-Jan-2023 03:02:36 Progress (5): 0.7/7.5 MB | 61 kB | 12 kB | 57 kB | 0.1/3.7 MB error 03-Jan-2023 03:02:36 Progress (5): 0.7/7.5 MB | 61 kB | 12 kB | 57 kB | 0.1/3.7 MB error 03-Jan-2023 03:02:36 Progress (5): 0.7/7.5 MB | 61 kB | 12 kB | 57 kB | 0.1/3.7 MB error 03-Jan-2023 03:02:36 Progress (5): 0.7/7.5 MB | 61 kB | 12 kB | 57 kB | 0.1/3.7 MB error 03-Jan-2023 03:02:36 Progress (5): 0.7/7.5 MB | 61 kB | 12 kB | 57 kB | 0.2/3.7 MB error 03-Jan-2023 03:02:36 Progress (5): 0.7/7.5 MB | 61 kB | 12 kB | 57 kB | 0.2/3.7 MB error 03-Jan-2023 03:02:36 Progress (5): 0.8/7.5 MB | 61 kB | 12 kB | 57 kB | 0.2/3.7 MB error 03-Jan-2023 03:02:36 Progress (5): 0.8/7.5 MB | 61 kB | 12 kB | 57 kB | 0.2/3.7 MB error 03-Jan-2023 03:02:36 Progress (5): 0.8/7.5 MB | 61 kB | 12 kB | 57 kB | 0.2/3.7 MB error 03-Jan-2023 03:02:36 Progress (5): 0.8/7.5 MB | 61 kB | 12 kB | 57 kB | 0.2/3.7 MB error 03-Jan-2023 03:02:36 Progress (5): 0.8/7.5 MB | 61 kB | 12 kB | 57 kB | 0.3/3.7 MB error 03-Jan-2023 03:02:36 Progress (5): 0.9/7.5 MB | 61 kB | 12 kB | 57 kB | 0.3/3.7 MB error 03-Jan-2023 03:02:36 Progress (5): 0.9/7.5 MB | 61 kB | 12 kB | 57 kB | 0.3/3.7 MB error 03-Jan-2023 03:02:36 Progress (5): 0.9/7.5 MB | 61 kB | 12 kB | 57 kB | 0.3/3.7 MB error 03-Jan-2023 03:02:36 Progress (5): 0.9/7.5 MB | 61 kB | 12 kB | 57 kB | 0.3/3.7 MB error 03-Jan-2023 03:02:36 Progress (5): 0.9/7.5 MB | 61 kB | 12 kB | 57 kB | 0.3/3.7 MB error 03-Jan-2023 03:02:36 Progress (5): 1.0/7.5 MB | 61 kB | 12 kB | 57 kB | 0.3/3.7 MB error 03-Jan-2023 03:02:36 Progress (5): 1.0/7.5 MB | 61 kB | 12 kB | 57 kB | 0.3/3.7 MB error 03-Jan-2023 03:02:36 Progress (5): 1.0/7.5 MB | 61 kB | 12 kB | 57 kB | 0.4/3.7 MB error 03-Jan-2023 03:02:36 Progress (5): 1.0/7.5 MB | 61 kB | 12 kB | 57 kB | 0.4/3.7 MB error 03-Jan-2023 03:02:36 Progress (5): 1.0/7.5 MB | 61 kB | 12 kB | 57 kB | 0.4/3.7 MB error 03-Jan-2023 03:02:36 Progress (5): 1.1/7.5 MB | 61 kB | 12 kB | 57 kB | 0.4/3.7 MB error 03-Jan-2023 03:02:36 Progress (5): 1.1/7.5 MB | 61 kB | 12 kB | 57 kB | 0.4/3.7 MB error 03-Jan-2023 03:02:36 Progress (5): 1.1/7.5 MB | 61 kB | 12 kB | 57 kB | 0.4/3.7 MB error 03-Jan-2023 03:02:36 error 03-Jan-2023 03:02:36 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/hibernate/hibernate-ehcache/5.6.0.Final/hibernate-ehcache-5.6.0.Final.jar (57 kB at 8.4 kB/s) error 03-Jan-2023 03:02:36 #16 84.11 Progress (4): 1.1/7.5 MB | 61 kB | 12 kB | 0.4/3.7 MB error 03-Jan-2023 03:02:36 error 03-Jan-2023 03:02:36 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/hibernate/hibernate-c3p0/5.6.0.Final/hibernate-c3p0-5.6.0.Final.jar (12 kB at 1.8 kB/s) error 03-Jan-2023 03:02:36 #16 84.11 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/hibernate/hibernate-search-engine/5.11.9.Final/hibernate-search-engine-5.11.9.Final.jar error 03-Jan-2023 03:02:36 #16 84.11 Progress (3): 1.1/7.5 MB | 61 kB | 0.4/3.7 MB error 03-Jan-2023 03:02:36 error 03-Jan-2023 03:02:36 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/jboss/logging/jboss-logging/3.4.2.Final/jboss-logging-3.4.2.Final.jar (61 kB at 9.0 kB/s) error 03-Jan-2023 03:02:36 #16 84.12 Progress (2): 1.1/7.5 MB | 0.4/3.7 MB error 03-Jan-2023 03:02:36 error 03-Jan-2023 03:02:36 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/hibernate/hibernate-search-orm/5.11.9.Final/hibernate-search-orm-5.11.9.Final.jar error 03-Jan-2023 03:02:36 #16 84.12 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/logging/log4j/log4j-core/2.17.2/log4j-core-2.17.2.jar error 03-Jan-2023 03:02:36 #16 84.13 Progress (2): 1.1/7.5 MB | 0.5/3.7 MB error 03-Jan-2023 03:02:36 Progress (2): 1.2/7.5 MB | 0.5/3.7 MB error 03-Jan-2023 03:02:36 Progress (2): 1.2/7.5 MB | 0.5/3.7 MB error 03-Jan-2023 03:02:36 Progress (2): 1.2/7.5 MB | 0.5/3.7 MB error 03-Jan-2023 03:02:36 Progress (2): 1.2/7.5 MB | 0.5/3.7 MB error 03-Jan-2023 03:02:36 Progress (2): 1.2/7.5 MB | 0.5/3.7 MB error 03-Jan-2023 03:02:36 Progress (2): 1.2/7.5 MB | 0.6/3.7 MB error 03-Jan-2023 03:02:36 Progress (2): 1.2/7.5 MB | 0.6/3.7 MB error 03-Jan-2023 03:02:36 Progress (2): 1.3/7.5 MB | 0.6/3.7 MB error 03-Jan-2023 03:02:36 Progress (2): 1.3/7.5 MB | 0.6/3.7 MB error 03-Jan-2023 03:02:36 Progress (2): 1.3/7.5 MB | 0.6/3.7 MB error 03-Jan-2023 03:02:36 Progress (2): 1.3/7.5 MB | 0.6/3.7 MB error 03-Jan-2023 03:02:36 Progress (2): 1.4/7.5 MB | 0.6/3.7 MB error 03-Jan-2023 03:02:36 Progress (2): 1.4/7.5 MB | 0.7/3.7 MB error 03-Jan-2023 03:02:36 Progress (2): 1.4/7.5 MB | 0.7/3.7 MB error 03-Jan-2023 03:02:36 Progress (2): 1.4/7.5 MB | 0.7/3.7 MB error 03-Jan-2023 03:02:36 Progress (2): 1.4/7.5 MB | 0.7/3.7 MB error 03-Jan-2023 03:02:36 Progress (2): 1.4/7.5 MB | 0.7/3.7 MB error 03-Jan-2023 03:02:36 Progress (2): 1.4/7.5 MB | 0.7/3.7 MB error 03-Jan-2023 03:02:36 Progress (2): 1.4/7.5 MB | 0.8/3.7 MB error 03-Jan-2023 03:02:36 Progress (2): 1.4/7.5 MB | 0.8/3.7 MB error 03-Jan-2023 03:02:36 Progress (2): 1.5/7.5 MB | 0.8/3.7 MB error 03-Jan-2023 03:02:36 Progress (2): 1.5/7.5 MB | 0.8/3.7 MB error 03-Jan-2023 03:02:36 Progress (2): 1.5/7.5 MB | 0.8/3.7 MB error 03-Jan-2023 03:02:36 Progress (2): 1.5/7.5 MB | 0.8/3.7 MB error 03-Jan-2023 03:02:36 Progress (2): 1.6/7.5 MB | 0.8/3.7 MB error 03-Jan-2023 03:02:36 Progress (2): 1.6/7.5 MB | 0.9/3.7 MB error 03-Jan-2023 03:02:36 Progress (2): 1.6/7.5 MB | 0.9/3.7 MB error 03-Jan-2023 03:02:36 Progress (2): 1.6/7.5 MB | 0.9/3.7 MB error 03-Jan-2023 03:02:36 Progress (2): 1.6/7.5 MB | 0.9/3.7 MB error 03-Jan-2023 03:02:36 Progress (2): 1.6/7.5 MB | 0.9/3.7 MB error 03-Jan-2023 03:02:36 Progress (2): 1.6/7.5 MB | 0.9/3.7 MB error 03-Jan-2023 03:02:36 Progress (2): 1.7/7.5 MB | 0.9/3.7 MB error 03-Jan-2023 03:02:36 Progress (2): 1.7/7.5 MB | 1.0/3.7 MB error 03-Jan-2023 03:02:36 Progress (2): 1.7/7.5 MB | 1.0/3.7 MB error 03-Jan-2023 03:02:36 Progress (2): 1.7/7.5 MB | 1.0/3.7 MB error 03-Jan-2023 03:02:36 Progress (2): 1.7/7.5 MB | 1.0/3.7 MB error 03-Jan-2023 03:02:36 Progress (2): 1.7/7.5 MB | 1.0/3.7 MB error 03-Jan-2023 03:02:36 Progress (2): 1.7/7.5 MB | 1.0/3.7 MB error 03-Jan-2023 03:02:36 Progress (2): 1.7/7.5 MB | 1.1/3.7 MB error 03-Jan-2023 03:02:36 Progress (3): 1.7/7.5 MB | 1.1/3.7 MB | 3.3/157 kB error 03-Jan-2023 03:02:36 Progress (3): 1.7/7.5 MB | 1.1/3.7 MB | 6.1/157 kB error 03-Jan-2023 03:02:36 Progress (3): 1.7/7.5 MB | 1.1/3.7 MB | 8.9/157 kB error 03-Jan-2023 03:02:36 Progress (3): 1.8/7.5 MB | 1.1/3.7 MB | 8.9/157 kB error 03-Jan-2023 03:02:36 Progress (3): 1.8/7.5 MB | 1.1/3.7 MB | 8.9/157 kB error 03-Jan-2023 03:02:36 Progress (3): 1.8/7.5 MB | 1.1/3.7 MB | 12/157 kB error 03-Jan-2023 03:02:36 Progress (3): 1.8/7.5 MB | 1.1/3.7 MB | 14/157 kB error 03-Jan-2023 03:02:36 Progress (3): 1.8/7.5 MB | 1.1/3.7 MB | 14/157 kB error 03-Jan-2023 03:02:36 Progress (3): 1.8/7.5 MB | 1.1/3.7 MB | 14/157 kB error 03-Jan-2023 03:02:36 Progress (3): 1.8/7.5 MB | 1.1/3.7 MB | 17/157 kB error 03-Jan-2023 03:02:36 Progress (3): 1.8/7.5 MB | 1.1/3.7 MB | 17/157 kB error 03-Jan-2023 03:02:36 Progress (3): 1.8/7.5 MB | 1.1/3.7 MB | 20/157 kB error 03-Jan-2023 03:02:36 Progress (3): 1.8/7.5 MB | 1.1/3.7 MB | 23/157 kB error 03-Jan-2023 03:02:36 Progress (3): 1.8/7.5 MB | 1.1/3.7 MB | 26/157 kB error 03-Jan-2023 03:02:36 Progress (3): 1.8/7.5 MB | 1.1/3.7 MB | 26/157 kB error 03-Jan-2023 03:02:36 Progress (3): 1.9/7.5 MB | 1.1/3.7 MB | 26/157 kB error 03-Jan-2023 03:02:36 Progress (3): 1.9/7.5 MB | 1.1/3.7 MB | 26/157 kB error 03-Jan-2023 03:02:36 Progress (3): 1.9/7.5 MB | 1.2/3.7 MB | 26/157 kB error 03-Jan-2023 03:02:36 Progress (3): 1.9/7.5 MB | 1.2/3.7 MB | 28/157 kB error 03-Jan-2023 03:02:36 Progress (3): 1.9/7.5 MB | 1.2/3.7 MB | 31/157 kB error 03-Jan-2023 03:02:36 Progress (3): 1.9/7.5 MB | 1.2/3.7 MB | 34/157 kB error 03-Jan-2023 03:02:36 Progress (3): 1.9/7.5 MB | 1.2/3.7 MB | 37/157 kB error 03-Jan-2023 03:02:36 Progress (3): 1.9/7.5 MB | 1.2/3.7 MB | 40/157 kB error 03-Jan-2023 03:02:36 Progress (3): 1.9/7.5 MB | 1.2/3.7 MB | 42/157 kB error 03-Jan-2023 03:02:36 Progress (3): 1.9/7.5 MB | 1.2/3.7 MB | 45/157 kB error 03-Jan-2023 03:02:36 Progress (3): 1.9/7.5 MB | 1.2/3.7 MB | 45/157 kB error 03-Jan-2023 03:02:36 Progress (3): 1.9/7.5 MB | 1.2/3.7 MB | 48/157 kB error 03-Jan-2023 03:02:36 Progress (3): 2.0/7.5 MB | 1.2/3.7 MB | 48/157 kB error 03-Jan-2023 03:02:36 Progress (3): 2.0/7.5 MB | 1.2/3.7 MB | 51/157 kB error 03-Jan-2023 03:02:36 Progress (3): 2.0/7.5 MB | 1.2/3.7 MB | 51/157 kB error 03-Jan-2023 03:02:36 Progress (3): 2.0/7.5 MB | 1.2/3.7 MB | 54/157 kB error 03-Jan-2023 03:02:36 Progress (3): 2.0/7.5 MB | 1.2/3.7 MB | 54/157 kB error 03-Jan-2023 03:02:36 Progress (3): 2.0/7.5 MB | 1.2/3.7 MB | 56/157 kB error 03-Jan-2023 03:02:36 Progress (3): 2.0/7.5 MB | 1.2/3.7 MB | 59/157 kB error 03-Jan-2023 03:02:36 Progress (3): 2.0/7.5 MB | 1.2/3.7 MB | 62/157 kB error 03-Jan-2023 03:02:36 Progress (3): 2.0/7.5 MB | 1.2/3.7 MB | 65/157 kB error 03-Jan-2023 03:02:36 Progress (3): 2.0/7.5 MB | 1.2/3.7 MB | 65/157 kB error 03-Jan-2023 03:02:36 Progress (3): 2.0/7.5 MB | 1.2/3.7 MB | 68/157 kB error 03-Jan-2023 03:02:36 Progress (3): 2.0/7.5 MB | 1.2/3.7 MB | 70/157 kB error 03-Jan-2023 03:02:36 Progress (3): 2.0/7.5 MB | 1.2/3.7 MB | 73/157 kB error 03-Jan-2023 03:02:36 Progress (3): 2.0/7.5 MB | 1.2/3.7 MB | 76/157 kB error 03-Jan-2023 03:02:36 Progress (3): 2.0/7.5 MB | 1.2/3.7 MB | 79/157 kB error 03-Jan-2023 03:02:36 Progress (3): 2.0/7.5 MB | 1.2/3.7 MB | 82/157 kB error 03-Jan-2023 03:02:36 Progress (3): 2.0/7.5 MB | 1.2/3.7 MB | 84/157 kB error 03-Jan-2023 03:02:36 Progress (3): 2.0/7.5 MB | 1.2/3.7 MB | 87/157 kB error 03-Jan-2023 03:02:36 Progress (3): 2.0/7.5 MB | 1.3/3.7 MB | 87/157 kB error 03-Jan-2023 03:02:36 Progress (3): 2.0/7.5 MB | 1.3/3.7 MB | 87/157 kB error 03-Jan-2023 03:02:36 Progress (3): 2.0/7.5 MB | 1.3/3.7 MB | 90/157 kB error 03-Jan-2023 03:02:36 Progress (3): 2.0/7.5 MB | 1.3/3.7 MB | 93/157 kB error 03-Jan-2023 03:02:36 Progress (3): 2.0/7.5 MB | 1.3/3.7 MB | 96/157 kB error 03-Jan-2023 03:02:36 Progress (3): 2.0/7.5 MB | 1.3/3.7 MB | 98/157 kB error 03-Jan-2023 03:02:36 Progress (3): 2.0/7.5 MB | 1.3/3.7 MB | 101/157 kB error 03-Jan-2023 03:02:36 Progress (3): 2.0/7.5 MB | 1.3/3.7 MB | 101/157 kB error 03-Jan-2023 03:02:36 Progress (3): 2.0/7.5 MB | 1.3/3.7 MB | 104/157 kB error 03-Jan-2023 03:02:36 Progress (3): 2.0/7.5 MB | 1.3/3.7 MB | 107/157 kB error 03-Jan-2023 03:02:36 Progress (3): 2.0/7.5 MB | 1.3/3.7 MB | 110/157 kB error 03-Jan-2023 03:02:36 Progress (3): 2.1/7.5 MB | 1.3/3.7 MB | 110/157 kB error 03-Jan-2023 03:02:36 Progress (3): 2.1/7.5 MB | 1.3/3.7 MB | 112/157 kB error 03-Jan-2023 03:02:36 Progress (3): 2.1/7.5 MB | 1.3/3.7 MB | 115/157 kB error 03-Jan-2023 03:02:36 Progress (3): 2.1/7.5 MB | 1.3/3.7 MB | 118/157 kB error 03-Jan-2023 03:02:36 Progress (3): 2.1/7.5 MB | 1.3/3.7 MB | 118/157 kB error 03-Jan-2023 03:02:36 Progress (3): 2.1/7.5 MB | 1.3/3.7 MB | 121/157 kB error 03-Jan-2023 03:02:36 Progress (3): 2.1/7.5 MB | 1.3/3.7 MB | 124/157 kB error 03-Jan-2023 03:02:36 Progress (3): 2.1/7.5 MB | 1.3/3.7 MB | 126/157 kB error 03-Jan-2023 03:02:36 Progress (3): 2.1/7.5 MB | 1.3/3.7 MB | 129/157 kB error 03-Jan-2023 03:02:36 Progress (3): 2.1/7.5 MB | 1.3/3.7 MB | 132/157 kB error 03-Jan-2023 03:02:36 Progress (3): 2.1/7.5 MB | 1.3/3.7 MB | 132/157 kB error 03-Jan-2023 03:02:36 Progress (3): 2.1/7.5 MB | 1.3/3.7 MB | 135/157 kB error 03-Jan-2023 03:02:36 Progress (3): 2.1/7.5 MB | 1.3/3.7 MB | 138/157 kB error 03-Jan-2023 03:02:36 Progress (3): 2.1/7.5 MB | 1.3/3.7 MB | 138/157 kB error 03-Jan-2023 03:02:36 Progress (3): 2.1/7.5 MB | 1.3/3.7 MB | 140/157 kB error 03-Jan-2023 03:02:36 Progress (3): 2.1/7.5 MB | 1.3/3.7 MB | 143/157 kB error 03-Jan-2023 03:02:36 Progress (3): 2.1/7.5 MB | 1.3/3.7 MB | 146/157 kB error 03-Jan-2023 03:02:36 Progress (3): 2.1/7.5 MB | 1.3/3.7 MB | 149/157 kB error 03-Jan-2023 03:02:36 Progress (3): 2.1/7.5 MB | 1.4/3.7 MB | 149/157 kB error 03-Jan-2023 03:02:36 Progress (3): 2.2/7.5 MB | 1.4/3.7 MB | 149/157 kB error 03-Jan-2023 03:02:36 Progress (3): 2.2/7.5 MB | 1.4/3.7 MB | 149/157 kB error 03-Jan-2023 03:02:36 Progress (3): 2.2/7.5 MB | 1.4/3.7 MB | 152/157 kB error 03-Jan-2023 03:02:36 Progress (3): 2.2/7.5 MB | 1.4/3.7 MB | 154/157 kB error 03-Jan-2023 03:02:36 Progress (3): 2.2/7.5 MB | 1.4/3.7 MB | 154/157 kB error 03-Jan-2023 03:02:36 Progress (3): 2.2/7.5 MB | 1.4/3.7 MB | 154/157 kB error 03-Jan-2023 03:02:36 Progress (3): 2.2/7.5 MB | 1.5/3.7 MB | 154/157 kB error 03-Jan-2023 03:02:36 Progress (3): 2.2/7.5 MB | 1.5/3.7 MB | 157/157 kB error 03-Jan-2023 03:02:36 Progress (3): 2.2/7.5 MB | 1.5/3.7 MB | 157/157 kB error 03-Jan-2023 03:02:36 Progress (3): 2.2/7.5 MB | 1.5/3.7 MB | 157 kB error 03-Jan-2023 03:02:36 Progress (3): 2.2/7.5 MB | 1.5/3.7 MB | 157 kB error 03-Jan-2023 03:02:36 Progress (3): 2.2/7.5 MB | 1.5/3.7 MB | 157 kB error 03-Jan-2023 03:02:36 Progress (3): 2.2/7.5 MB | 1.5/3.7 MB | 157 kB error 03-Jan-2023 03:02:36 Progress (4): 2.2/7.5 MB | 1.5/3.7 MB | 157 kB | 0/1.8 MB error 03-Jan-2023 03:02:36 Progress (5): 2.2/7.5 MB | 1.5/3.7 MB | 157 kB | 0/1.8 MB | 0/1.3 MB error 03-Jan-2023 03:02:36 Progress (5): 2.2/7.5 MB | 1.5/3.7 MB | 157 kB | 0/1.8 MB | 0/1.3 MB error 03-Jan-2023 03:02:36 Progress (5): 2.2/7.5 MB | 1.6/3.7 MB | 157 kB | 0/1.8 MB | 0/1.3 MB error 03-Jan-2023 03:02:36 Progress (5): 2.2/7.5 MB | 1.6/3.7 MB | 157 kB | 0/1.8 MB | 0/1.3 MB error 03-Jan-2023 03:02:36 Progress (5): 2.3/7.5 MB | 1.6/3.7 MB | 157 kB | 0/1.8 MB | 0/1.3 MB error 03-Jan-2023 03:02:36 Progress (5): 2.3/7.5 MB | 1.6/3.7 MB | 157 kB | 0/1.8 MB | 0/1.3 MB error 03-Jan-2023 03:02:36 Progress (5): 2.3/7.5 MB | 1.6/3.7 MB | 157 kB | 0/1.8 MB | 0/1.3 MB error 03-Jan-2023 03:02:36 Progress (5): 2.3/7.5 MB | 1.6/3.7 MB | 157 kB | 0/1.8 MB | 0/1.3 MB error 03-Jan-2023 03:02:36 Progress (5): 2.3/7.5 MB | 1.6/3.7 MB | 157 kB | 0/1.8 MB | 0/1.3 MB error 03-Jan-2023 03:02:36 Progress (5): 2.3/7.5 MB | 1.6/3.7 MB | 157 kB | 0/1.8 MB | 0/1.3 MB error 03-Jan-2023 03:02:36 Progress (5): 2.3/7.5 MB | 1.6/3.7 MB | 157 kB | 0/1.8 MB | 0/1.3 MB error 03-Jan-2023 03:02:36 Progress (5): 2.3/7.5 MB | 1.6/3.7 MB | 157 kB | 0/1.8 MB | 0/1.3 MB error 03-Jan-2023 03:02:36 Progress (5): 2.3/7.5 MB | 1.6/3.7 MB | 157 kB | 0/1.8 MB | 0/1.3 MB error 03-Jan-2023 03:02:36 Progress (5): 2.3/7.5 MB | 1.6/3.7 MB | 157 kB | 0.1/1.8 MB | 0/1.3 MB error 03-Jan-2023 03:02:36 Progress (5): 2.3/7.5 MB | 1.6/3.7 MB | 157 kB | 0.1/1.8 MB | 0/1.3 MB error 03-Jan-2023 03:02:36 Progress (5): 2.3/7.5 MB | 1.6/3.7 MB | 157 kB | 0.1/1.8 MB | 0/1.3 MB error 03-Jan-2023 03:02:36 Progress (5): 2.4/7.5 MB | 1.6/3.7 MB | 157 kB | 0.1/1.8 MB | 0/1.3 MB error 03-Jan-2023 03:02:36 Progress (5): 2.4/7.5 MB | 1.6/3.7 MB | 157 kB | 0.1/1.8 MB | 0/1.3 MB error 03-Jan-2023 03:02:36 Progress (5): 2.4/7.5 MB | 1.6/3.7 MB | 157 kB | 0.1/1.8 MB | 0/1.3 MB error 03-Jan-2023 03:02:36 Progress (5): 2.4/7.5 MB | 1.6/3.7 MB | 157 kB | 0.1/1.8 MB | 0/1.3 MB error 03-Jan-2023 03:02:36 Progress (5): 2.4/7.5 MB | 1.6/3.7 MB | 157 kB | 0.1/1.8 MB | 0.1/1.3 MB error 03-Jan-2023 03:02:36 Progress (5): 2.4/7.5 MB | 1.6/3.7 MB | 157 kB | 0.1/1.8 MB | 0.1/1.3 MB error 03-Jan-2023 03:02:36 Progress (5): 2.4/7.5 MB | 1.6/3.7 MB | 157 kB | 0.1/1.8 MB | 0.1/1.3 MB error 03-Jan-2023 03:02:36 Progress (5): 2.4/7.5 MB | 1.6/3.7 MB | 157 kB | 0.1/1.8 MB | 0.1/1.3 MB error 03-Jan-2023 03:02:36 Progress (5): 2.4/7.5 MB | 1.6/3.7 MB | 157 kB | 0.1/1.8 MB | 0.1/1.3 MB error 03-Jan-2023 03:02:36 Progress (5): 2.4/7.5 MB | 1.7/3.7 MB | 157 kB | 0.1/1.8 MB | 0.1/1.3 MB error 03-Jan-2023 03:02:36 Progress (5): 2.4/7.5 MB | 1.7/3.7 MB | 157 kB | 0.1/1.8 MB | 0.1/1.3 MB error 03-Jan-2023 03:02:36 Progress (5): 2.4/7.5 MB | 1.7/3.7 MB | 157 kB | 0.1/1.8 MB | 0.1/1.3 MB error 03-Jan-2023 03:02:36 Progress (5): 2.4/7.5 MB | 1.7/3.7 MB | 157 kB | 0.1/1.8 MB | 0.1/1.3 MB error 03-Jan-2023 03:02:36 Progress (5): 2.4/7.5 MB | 1.7/3.7 MB | 157 kB | 0.1/1.8 MB | 0.1/1.3 MB error 03-Jan-2023 03:02:36 Progress (5): 2.4/7.5 MB | 1.7/3.7 MB | 157 kB | 0.1/1.8 MB | 0.1/1.3 MB error 03-Jan-2023 03:02:36 Progress (5): 2.4/7.5 MB | 1.7/3.7 MB | 157 kB | 0.1/1.8 MB | 0.1/1.3 MB error 03-Jan-2023 03:02:36 Progress (5): 2.4/7.5 MB | 1.7/3.7 MB | 157 kB | 0.1/1.8 MB | 0.1/1.3 MB error 03-Jan-2023 03:02:36 Progress (5): 2.5/7.5 MB | 1.7/3.7 MB | 157 kB | 0.1/1.8 MB | 0.1/1.3 MB error 03-Jan-2023 03:02:36 Progress (5): 2.5/7.5 MB | 1.7/3.7 MB | 157 kB | 0.1/1.8 MB | 0.1/1.3 MB error 03-Jan-2023 03:02:36 Progress (5): 2.5/7.5 MB | 1.7/3.7 MB | 157 kB | 0.1/1.8 MB | 0.1/1.3 MB error 03-Jan-2023 03:02:36 Progress (5): 2.5/7.5 MB | 1.7/3.7 MB | 157 kB | 0.1/1.8 MB | 0.1/1.3 MB error 03-Jan-2023 03:02:36 Progress (5): 2.5/7.5 MB | 1.7/3.7 MB | 157 kB | 0.1/1.8 MB | 0.1/1.3 MB error 03-Jan-2023 03:02:36 Progress (5): 2.5/7.5 MB | 1.7/3.7 MB | 157 kB | 0.1/1.8 MB | 0.1/1.3 MB error 03-Jan-2023 03:02:36 Progress (5): 2.5/7.5 MB | 1.7/3.7 MB | 157 kB | 0.1/1.8 MB | 0.1/1.3 MB error 03-Jan-2023 03:02:36 Progress (5): 2.5/7.5 MB | 1.7/3.7 MB | 157 kB | 0.1/1.8 MB | 0.1/1.3 MB error 03-Jan-2023 03:02:36 Progress (5): 2.5/7.5 MB | 1.7/3.7 MB | 157 kB | 0.1/1.8 MB | 0.1/1.3 MB error 03-Jan-2023 03:02:36 Progress (5): 2.5/7.5 MB | 1.7/3.7 MB | 157 kB | 0.1/1.8 MB | 0.1/1.3 MB error 03-Jan-2023 03:02:36 Progress (5): 2.5/7.5 MB | 1.7/3.7 MB | 157 kB | 0.1/1.8 MB | 0.1/1.3 MB error 03-Jan-2023 03:02:36 Progress (5): 2.5/7.5 MB | 1.7/3.7 MB | 157 kB | 0.1/1.8 MB | 0.1/1.3 MB error 03-Jan-2023 03:02:36 Progress (5): 2.5/7.5 MB | 1.7/3.7 MB | 157 kB | 0.1/1.8 MB | 0.1/1.3 MB error 03-Jan-2023 03:02:36 Progress (5): 2.5/7.5 MB | 1.7/3.7 MB | 157 kB | 0.1/1.8 MB | 0.2/1.3 MB error 03-Jan-2023 03:02:36 Progress (5): 2.5/7.5 MB | 1.7/3.7 MB | 157 kB | 0.1/1.8 MB | 0.2/1.3 MB error 03-Jan-2023 03:02:36 Progress (5): 2.5/7.5 MB | 1.7/3.7 MB | 157 kB | 0.1/1.8 MB | 0.2/1.3 MB error 03-Jan-2023 03:02:36 Progress (5): 2.5/7.5 MB | 1.7/3.7 MB | 157 kB | 0.1/1.8 MB | 0.2/1.3 MB error 03-Jan-2023 03:02:36 Progress (5): 2.6/7.5 MB | 1.7/3.7 MB | 157 kB | 0.1/1.8 MB | 0.2/1.3 MB error 03-Jan-2023 03:02:36 Progress (5): 2.6/7.5 MB | 1.7/3.7 MB | 157 kB | 0.2/1.8 MB | 0.2/1.3 MB error 03-Jan-2023 03:02:36 Progress (5): 2.6/7.5 MB | 1.8/3.7 MB | 157 kB | 0.2/1.8 MB | 0.2/1.3 MB error 03-Jan-2023 03:02:36 Progress (5): 2.6/7.5 MB | 1.8/3.7 MB | 157 kB | 0.2/1.8 MB | 0.2/1.3 MB error 03-Jan-2023 03:02:36 Progress (5): 2.6/7.5 MB | 1.8/3.7 MB | 157 kB | 0.2/1.8 MB | 0.2/1.3 MB error 03-Jan-2023 03:02:36 Progress (5): 2.6/7.5 MB | 1.8/3.7 MB | 157 kB | 0.2/1.8 MB | 0.2/1.3 MB error 03-Jan-2023 03:02:36 Progress (5): 2.6/7.5 MB | 1.8/3.7 MB | 157 kB | 0.2/1.8 MB | 0.2/1.3 MB error 03-Jan-2023 03:02:36 Progress (5): 2.6/7.5 MB | 1.8/3.7 MB | 157 kB | 0.2/1.8 MB | 0.2/1.3 MB error 03-Jan-2023 03:02:36 Progress (5): 2.6/7.5 MB | 1.8/3.7 MB | 157 kB | 0.2/1.8 MB | 0.2/1.3 MB error 03-Jan-2023 03:02:36 Progress (5): 2.6/7.5 MB | 1.8/3.7 MB | 157 kB | 0.2/1.8 MB | 0.2/1.3 MB error 03-Jan-2023 03:02:36 Progress (5): 2.6/7.5 MB | 1.8/3.7 MB | 157 kB | 0.2/1.8 MB | 0.2/1.3 MB error 03-Jan-2023 03:02:36 Progress (5): 2.6/7.5 MB | 1.8/3.7 MB | 157 kB | 0.2/1.8 MB | 0.2/1.3 MB error 03-Jan-2023 03:02:36 Progress (5): 2.6/7.5 MB | 1.8/3.7 MB | 157 kB | 0.2/1.8 MB | 0.2/1.3 MB error 03-Jan-2023 03:02:36 Progress (5): 2.7/7.5 MB | 1.8/3.7 MB | 157 kB | 0.2/1.8 MB | 0.2/1.3 MB error 03-Jan-2023 03:02:36 Progress (5): 2.7/7.5 MB | 1.8/3.7 MB | 157 kB | 0.2/1.8 MB | 0.2/1.3 MB error 03-Jan-2023 03:02:36 Progress (5): 2.7/7.5 MB | 1.8/3.7 MB | 157 kB | 0.2/1.8 MB | 0.2/1.3 MB error 03-Jan-2023 03:02:36 Progress (5): 2.8/7.5 MB | 1.8/3.7 MB | 157 kB | 0.2/1.8 MB | 0.2/1.3 MB error 03-Jan-2023 03:02:36 Progress (5): 2.8/7.5 MB | 1.8/3.7 MB | 157 kB | 0.2/1.8 MB | 0.2/1.3 MB error 03-Jan-2023 03:02:36 Progress (5): 2.8/7.5 MB | 1.8/3.7 MB | 157 kB | 0.2/1.8 MB | 0.2/1.3 MB error 03-Jan-2023 03:02:36 Progress (5): 2.8/7.5 MB | 1.8/3.7 MB | 157 kB | 0.2/1.8 MB | 0.2/1.3 MB error 03-Jan-2023 03:02:36 Progress (5): 2.8/7.5 MB | 1.8/3.7 MB | 157 kB | 0.2/1.8 MB | 0.2/1.3 MB error 03-Jan-2023 03:02:36 Progress (5): 2.8/7.5 MB | 1.8/3.7 MB | 157 kB | 0.2/1.8 MB | 0.2/1.3 MB error 03-Jan-2023 03:02:36 Progress (5): 2.8/7.5 MB | 1.8/3.7 MB | 157 kB | 0.2/1.8 MB | 0.2/1.3 MB error 03-Jan-2023 03:02:36 Progress (5): 2.8/7.5 MB | 1.8/3.7 MB | 157 kB | 0.2/1.8 MB | 0.2/1.3 MB error 03-Jan-2023 03:02:36 Progress (5): 2.8/7.5 MB | 1.8/3.7 MB | 157 kB | 0.2/1.8 MB | 0.2/1.3 MB error 03-Jan-2023 03:02:36 Progress (5): 2.8/7.5 MB | 1.8/3.7 MB | 157 kB | 0.2/1.8 MB | 0.2/1.3 MB error 03-Jan-2023 03:02:36 Progress (5): 2.8/7.5 MB | 1.8/3.7 MB | 157 kB | 0.2/1.8 MB | 0.2/1.3 MB error 03-Jan-2023 03:02:36 Progress (5): 2.8/7.5 MB | 1.8/3.7 MB | 157 kB | 0.2/1.8 MB | 0.2/1.3 MB error 03-Jan-2023 03:02:36 Progress (5): 2.8/7.5 MB | 1.8/3.7 MB | 157 kB | 0.2/1.8 MB | 0.3/1.3 MB error 03-Jan-2023 03:02:36 Progress (5): 2.8/7.5 MB | 1.8/3.7 MB | 157 kB | 0.2/1.8 MB | 0.3/1.3 MB error 03-Jan-2023 03:02:36 Progress (5): 2.8/7.5 MB | 1.8/3.7 MB | 157 kB | 0.2/1.8 MB | 0.3/1.3 MB error 03-Jan-2023 03:02:36 Progress (5): 2.8/7.5 MB | 1.8/3.7 MB | 157 kB | 0.3/1.8 MB | 0.3/1.3 MB error 03-Jan-2023 03:02:36 Progress (5): 2.8/7.5 MB | 1.8/3.7 MB | 157 kB | 0.3/1.8 MB | 0.3/1.3 MB error 03-Jan-2023 03:02:36 Progress (5): 2.8/7.5 MB | 1.8/3.7 MB | 157 kB | 0.3/1.8 MB | 0.3/1.3 MB error 03-Jan-2023 03:02:36 Progress (5): 2.8/7.5 MB | 1.8/3.7 MB | 157 kB | 0.3/1.8 MB | 0.3/1.3 MB error 03-Jan-2023 03:02:36 Progress (5): 2.8/7.5 MB | 1.8/3.7 MB | 157 kB | 0.3/1.8 MB | 0.3/1.3 MB error 03-Jan-2023 03:02:36 Progress (5): 2.8/7.5 MB | 1.8/3.7 MB | 157 kB | 0.3/1.8 MB | 0.3/1.3 MB error 03-Jan-2023 03:02:36 Progress (5): 2.8/7.5 MB | 1.8/3.7 MB | 157 kB | 0.3/1.8 MB | 0.3/1.3 MB error 03-Jan-2023 03:02:36 Progress (5): 2.9/7.5 MB | 1.8/3.7 MB | 157 kB | 0.3/1.8 MB | 0.3/1.3 MB error 03-Jan-2023 03:02:36 Progress (5): 2.9/7.5 MB | 1.8/3.7 MB | 157 kB | 0.3/1.8 MB | 0.3/1.3 MB error 03-Jan-2023 03:02:36 Progress (5): 2.9/7.5 MB | 1.8/3.7 MB | 157 kB | 0.3/1.8 MB | 0.3/1.3 MB error 03-Jan-2023 03:02:36 Progress (5): 2.9/7.5 MB | 1.8/3.7 MB | 157 kB | 0.3/1.8 MB | 0.3/1.3 MB error 03-Jan-2023 03:02:36 Progress (5): 2.9/7.5 MB | 1.8/3.7 MB | 157 kB | 0.3/1.8 MB | 0.3/1.3 MB error 03-Jan-2023 03:02:36 Progress (5): 2.9/7.5 MB | 1.8/3.7 MB | 157 kB | 0.3/1.8 MB | 0.3/1.3 MB error 03-Jan-2023 03:02:36 Progress (5): 2.9/7.5 MB | 1.8/3.7 MB | 157 kB | 0.3/1.8 MB | 0.3/1.3 MB error 03-Jan-2023 03:02:36 Progress (5): 2.9/7.5 MB | 1.8/3.7 MB | 157 kB | 0.3/1.8 MB | 0.3/1.3 MB error 03-Jan-2023 03:02:36 Progress (5): 2.9/7.5 MB | 1.8/3.7 MB | 157 kB | 0.3/1.8 MB | 0.3/1.3 MB error 03-Jan-2023 03:02:36 Progress (5): 2.9/7.5 MB | 1.8/3.7 MB | 157 kB | 0.3/1.8 MB | 0.3/1.3 MB error 03-Jan-2023 03:02:36 Progress (5): 2.9/7.5 MB | 1.8/3.7 MB | 157 kB | 0.3/1.8 MB | 0.3/1.3 MB error 03-Jan-2023 03:02:36 Progress (5): 2.9/7.5 MB | 1.8/3.7 MB | 157 kB | 0.3/1.8 MB | 0.3/1.3 MB error 03-Jan-2023 03:02:36 Progress (5): 2.9/7.5 MB | 1.8/3.7 MB | 157 kB | 0.3/1.8 MB | 0.3/1.3 MB error 03-Jan-2023 03:02:36 Progress (5): 2.9/7.5 MB | 1.8/3.7 MB | 157 kB | 0.3/1.8 MB | 0.3/1.3 MB error 03-Jan-2023 03:02:36 Progress (5): 2.9/7.5 MB | 1.8/3.7 MB | 157 kB | 0.3/1.8 MB | 0.3/1.3 MB error 03-Jan-2023 03:02:36 Progress (5): 2.9/7.5 MB | 1.8/3.7 MB | 157 kB | 0.3/1.8 MB | 0.4/1.3 MB error 03-Jan-2023 03:02:36 Progress (5): 2.9/7.5 MB | 1.8/3.7 MB | 157 kB | 0.3/1.8 MB | 0.4/1.3 MB error 03-Jan-2023 03:02:36 Progress (5): 2.9/7.5 MB | 1.8/3.7 MB | 157 kB | 0.3/1.8 MB | 0.4/1.3 MB error 03-Jan-2023 03:02:36 Progress (5): 2.9/7.5 MB | 1.8/3.7 MB | 157 kB | 0.3/1.8 MB | 0.4/1.3 MB error 03-Jan-2023 03:02:36 Progress (5): 2.9/7.5 MB | 1.8/3.7 MB | 157 kB | 0.3/1.8 MB | 0.4/1.3 MB error 03-Jan-2023 03:02:36 Progress (5): 2.9/7.5 MB | 1.8/3.7 MB | 157 kB | 0.3/1.8 MB | 0.4/1.3 MB error 03-Jan-2023 03:02:36 Progress (5): 2.9/7.5 MB | 1.8/3.7 MB | 157 kB | 0.4/1.8 MB | 0.4/1.3 MB error 03-Jan-2023 03:02:36 Progress (5): 3.0/7.5 MB | 1.8/3.7 MB | 157 kB | 0.4/1.8 MB | 0.4/1.3 MB error 03-Jan-2023 03:02:36 Progress (5): 3.0/7.5 MB | 1.9/3.7 MB | 157 kB | 0.4/1.8 MB | 0.4/1.3 MB error 03-Jan-2023 03:02:36 Progress (5): 3.0/7.5 MB | 1.9/3.7 MB | 157 kB | 0.4/1.8 MB | 0.4/1.3 MB error 03-Jan-2023 03:02:36 Progress (5): 3.0/7.5 MB | 1.9/3.7 MB | 157 kB | 0.4/1.8 MB | 0.4/1.3 MB error 03-Jan-2023 03:02:36 Progress (5): 3.0/7.5 MB | 1.9/3.7 MB | 157 kB | 0.4/1.8 MB | 0.4/1.3 MB error 03-Jan-2023 03:02:36 Progress (5): 3.0/7.5 MB | 1.9/3.7 MB | 157 kB | 0.4/1.8 MB | 0.4/1.3 MB error 03-Jan-2023 03:02:36 Progress (5): 3.0/7.5 MB | 1.9/3.7 MB | 157 kB | 0.4/1.8 MB | 0.4/1.3 MB error 03-Jan-2023 03:02:36 Progress (5): 3.0/7.5 MB | 1.9/3.7 MB | 157 kB | 0.4/1.8 MB | 0.4/1.3 MB error 03-Jan-2023 03:02:36 Progress (5): 3.0/7.5 MB | 1.9/3.7 MB | 157 kB | 0.4/1.8 MB | 0.4/1.3 MB error 03-Jan-2023 03:02:36 Progress (5): 3.0/7.5 MB | 1.9/3.7 MB | 157 kB | 0.4/1.8 MB | 0.4/1.3 MB error 03-Jan-2023 03:02:36 Progress (5): 3.0/7.5 MB | 1.9/3.7 MB | 157 kB | 0.4/1.8 MB | 0.4/1.3 MB error 03-Jan-2023 03:02:36 Progress (5): 3.0/7.5 MB | 1.9/3.7 MB | 157 kB | 0.4/1.8 MB | 0.4/1.3 MB error 03-Jan-2023 03:02:36 Progress (5): 3.0/7.5 MB | 1.9/3.7 MB | 157 kB | 0.4/1.8 MB | 0.4/1.3 MB error 03-Jan-2023 03:02:36 Progress (5): 3.0/7.5 MB | 1.9/3.7 MB | 157 kB | 0.4/1.8 MB | 0.4/1.3 MB error 03-Jan-2023 03:02:36 Progress (5): 3.0/7.5 MB | 1.9/3.7 MB | 157 kB | 0.4/1.8 MB | 0.4/1.3 MB error 03-Jan-2023 03:02:36 Progress (5): 3.0/7.5 MB | 1.9/3.7 MB | 157 kB | 0.4/1.8 MB | 0.4/1.3 MB error 03-Jan-2023 03:02:36 Progress (5): 3.1/7.5 MB | 1.9/3.7 MB | 157 kB | 0.4/1.8 MB | 0.4/1.3 MB error 03-Jan-2023 03:02:36 Progress (5): 3.1/7.5 MB | 1.9/3.7 MB | 157 kB | 0.4/1.8 MB | 0.4/1.3 MB error 03-Jan-2023 03:02:36 Progress (5): 3.1/7.5 MB | 1.9/3.7 MB | 157 kB | 0.4/1.8 MB | 0.4/1.3 MB error 03-Jan-2023 03:02:36 Progress (5): 3.1/7.5 MB | 2.0/3.7 MB | 157 kB | 0.4/1.8 MB | 0.4/1.3 MB error 03-Jan-2023 03:02:36 Progress (5): 3.1/7.5 MB | 2.0/3.7 MB | 157 kB | 0.4/1.8 MB | 0.4/1.3 MB error 03-Jan-2023 03:02:36 Progress (5): 3.1/7.5 MB | 2.0/3.7 MB | 157 kB | 0.4/1.8 MB | 0.4/1.3 MB error 03-Jan-2023 03:02:36 Progress (5): 3.1/7.5 MB | 2.0/3.7 MB | 157 kB | 0.4/1.8 MB | 0.4/1.3 MB error 03-Jan-2023 03:02:36 Progress (5): 3.1/7.5 MB | 2.0/3.7 MB | 157 kB | 0.5/1.8 MB | 0.4/1.3 MB error 03-Jan-2023 03:02:36 Progress (5): 3.1/7.5 MB | 2.0/3.7 MB | 157 kB | 0.5/1.8 MB | 0.4/1.3 MB error 03-Jan-2023 03:02:36 Progress (5): 3.1/7.5 MB | 2.0/3.7 MB | 157 kB | 0.5/1.8 MB | 0.4/1.3 MB error 03-Jan-2023 03:02:36 Progress (5): 3.1/7.5 MB | 2.0/3.7 MB | 157 kB | 0.5/1.8 MB | 0.5/1.3 MB error 03-Jan-2023 03:02:36 Progress (5): 3.1/7.5 MB | 2.0/3.7 MB | 157 kB | 0.5/1.8 MB | 0.5/1.3 MB error 03-Jan-2023 03:02:36 Progress (5): 3.1/7.5 MB | 2.0/3.7 MB | 157 kB | 0.5/1.8 MB | 0.5/1.3 MB error 03-Jan-2023 03:02:36 Progress (5): 3.1/7.5 MB | 2.0/3.7 MB | 157 kB | 0.5/1.8 MB | 0.5/1.3 MB error 03-Jan-2023 03:02:36 Progress (5): 3.1/7.5 MB | 2.0/3.7 MB | 157 kB | 0.5/1.8 MB | 0.5/1.3 MB error 03-Jan-2023 03:02:36 Progress (5): 3.1/7.5 MB | 2.0/3.7 MB | 157 kB | 0.5/1.8 MB | 0.5/1.3 MB error 03-Jan-2023 03:02:36 #16 ... error 03-Jan-2023 03:02:36 error 03-Jan-2023 03:02:36 #17 [linux/amd64 dev 4/4] RUN mvn -s /usr/share/maven/ref/settings-docker.xml install error 03-Jan-2023 03:02:36 #17 85.25 Progress (1): 0/1.2 MB error 03-Jan-2023 03:02:36 Progress (1): 0/1.2 MB error 03-Jan-2023 03:02:36 Progress (1): 0/1.2 MB error 03-Jan-2023 03:02:36 Progress (1): 0/1.2 MB error 03-Jan-2023 03:02:36 Progress (1): 0/1.2 MB error 03-Jan-2023 03:02:36 Progress (1): 0.1/1.2 MB error 03-Jan-2023 03:02:36 Progress (1): 0.1/1.2 MB error 03-Jan-2023 03:02:36 Progress (1): 0.1/1.2 MB error 03-Jan-2023 03:02:36 Progress (1): 0.1/1.2 MB error 03-Jan-2023 03:02:36 Progress (1): 0.1/1.2 MB error 03-Jan-2023 03:02:36 Progress (1): 0.1/1.2 MB error 03-Jan-2023 03:02:36 Progress (1): 0.1/1.2 MB error 03-Jan-2023 03:02:36 Progress (1): 0.1/1.2 MB error 03-Jan-2023 03:02:36 Progress (1): 0.1/1.2 MB error 03-Jan-2023 03:02:36 Progress (1): 0.1/1.2 MB error 03-Jan-2023 03:02:36 Progress (1): 0.1/1.2 MB error 03-Jan-2023 03:02:36 Progress (1): 0.1/1.2 MB error 03-Jan-2023 03:02:36 Progress (1): 0.2/1.2 MB error 03-Jan-2023 03:02:36 Progress (1): 0.2/1.2 MB error 03-Jan-2023 03:02:36 Progress (1): 0.2/1.2 MB error 03-Jan-2023 03:02:36 Progress (1): 0.2/1.2 MB error 03-Jan-2023 03:02:36 Progress (1): 0.2/1.2 MB error 03-Jan-2023 03:02:36 Progress (1): 0.2/1.2 MB error 03-Jan-2023 03:02:36 Progress (1): 0.2/1.2 MB error 03-Jan-2023 03:02:36 Progress (1): 0.2/1.2 MB error 03-Jan-2023 03:02:36 Progress (1): 0.2/1.2 MB error 03-Jan-2023 03:02:36 Progress (1): 0.2/1.2 MB error 03-Jan-2023 03:02:36 Progress (1): 0.2/1.2 MB error 03-Jan-2023 03:02:36 Progress (1): 0.3/1.2 MB error 03-Jan-2023 03:02:36 Progress (1): 0.3/1.2 MB error 03-Jan-2023 03:02:36 Progress (1): 0.3/1.2 MB error 03-Jan-2023 03:02:36 Progress (1): 0.3/1.2 MB error 03-Jan-2023 03:02:36 Progress (1): 0.3/1.2 MB error 03-Jan-2023 03:02:36 Progress (1): 0.3/1.2 MB error 03-Jan-2023 03:02:36 Progress (1): 0.3/1.2 MB error 03-Jan-2023 03:02:36 Progress (1): 0.3/1.2 MB error 03-Jan-2023 03:02:36 Progress (1): 0.3/1.2 MB error 03-Jan-2023 03:02:36 Progress (1): 0.3/1.2 MB error 03-Jan-2023 03:02:36 Progress (1): 0.3/1.2 MB error 03-Jan-2023 03:02:36 Progress (1): 0.3/1.2 MB error 03-Jan-2023 03:02:36 Progress (1): 0.4/1.2 MB error 03-Jan-2023 03:02:36 Progress (1): 0.4/1.2 MB error 03-Jan-2023 03:02:36 Progress (1): 0.4/1.2 MB error 03-Jan-2023 03:02:36 Progress (1): 0.4/1.2 MB error 03-Jan-2023 03:02:36 Progress (1): 0.4/1.2 MB error 03-Jan-2023 03:02:36 Progress (1): 0.4/1.2 MB error 03-Jan-2023 03:02:36 Progress (1): 0.4/1.2 MB error 03-Jan-2023 03:02:36 Progress (1): 0.4/1.2 MB error 03-Jan-2023 03:02:36 Progress (1): 0.4/1.2 MB error 03-Jan-2023 03:02:36 Progress (1): 0.4/1.2 MB error 03-Jan-2023 03:02:36 Progress (1): 0.4/1.2 MB error 03-Jan-2023 03:02:36 Progress (1): 0.5/1.2 MB error 03-Jan-2023 03:02:36 Progress (1): 0.5/1.2 MB error 03-Jan-2023 03:02:36 Progress (1): 0.5/1.2 MB error 03-Jan-2023 03:02:36 Progress (1): 0.5/1.2 MB error 03-Jan-2023 03:02:36 Progress (1): 0.5/1.2 MB error 03-Jan-2023 03:02:36 Progress (1): 0.5/1.2 MB error 03-Jan-2023 03:02:36 Progress (1): 0.5/1.2 MB error 03-Jan-2023 03:02:36 Progress (1): 0.5/1.2 MB error 03-Jan-2023 03:02:36 Progress (1): 0.5/1.2 MB error 03-Jan-2023 03:02:36 Progress (1): 0.5/1.2 MB error 03-Jan-2023 03:02:36 Progress (1): 0.5/1.2 MB error 03-Jan-2023 03:02:36 Progress (1): 0.6/1.2 MB error 03-Jan-2023 03:02:36 Progress (1): 0.6/1.2 MB error 03-Jan-2023 03:02:36 Progress (1): 0.6/1.2 MB error 03-Jan-2023 03:02:36 Progress (1): 0.6/1.2 MB error 03-Jan-2023 03:02:36 Progress (1): 0.6/1.2 MB error 03-Jan-2023 03:02:36 Progress (1): 0.6/1.2 MB error 03-Jan-2023 03:02:36 Progress (1): 0.6/1.2 MB error 03-Jan-2023 03:02:36 Progress (1): 0.6/1.2 MB error 03-Jan-2023 03:02:36 Progress (1): 0.6/1.2 MB error 03-Jan-2023 03:02:36 Progress (1): 0.6/1.2 MB error 03-Jan-2023 03:02:36 Progress (1): 0.6/1.2 MB error 03-Jan-2023 03:02:36 Progress (1): 0.7/1.2 MB error 03-Jan-2023 03:02:36 Progress (1): 0.7/1.2 MB error 03-Jan-2023 03:02:36 Progress (1): 0.7/1.2 MB error 03-Jan-2023 03:02:36 Progress (1): 0.7/1.2 MB error 03-Jan-2023 03:02:36 Progress (1): 0.7/1.2 MB error 03-Jan-2023 03:02:36 Progress (1): 0.7/1.2 MB error 03-Jan-2023 03:02:36 Progress (1): 0.7/1.2 MB error 03-Jan-2023 03:02:36 Progress (1): 0.7/1.2 MB error 03-Jan-2023 03:02:36 Progress (1): 0.7/1.2 MB error 03-Jan-2023 03:02:36 Progress (1): 0.7/1.2 MB error 03-Jan-2023 03:02:36 Progress (1): 0.7/1.2 MB error 03-Jan-2023 03:02:36 Progress (1): 0.8/1.2 MB error 03-Jan-2023 03:02:36 Progress (1): 0.8/1.2 MB error 03-Jan-2023 03:02:36 Progress (1): 0.8/1.2 MB error 03-Jan-2023 03:02:36 Progress (1): 0.8/1.2 MB error 03-Jan-2023 03:02:36 Progress (1): 0.8/1.2 MB error 03-Jan-2023 03:02:36 Progress (1): 0.8/1.2 MB error 03-Jan-2023 03:02:36 Progress (1): 0.8/1.2 MB error 03-Jan-2023 03:02:36 Progress (1): 0.8/1.2 MB error 03-Jan-2023 03:02:36 Progress (1): 0.8/1.2 MB error 03-Jan-2023 03:02:36 Progress (1): 0.8/1.2 MB error 03-Jan-2023 03:02:36 Progress (1): 0.8/1.2 MB error 03-Jan-2023 03:02:36 Progress (1): 0.9/1.2 MB error 03-Jan-2023 03:02:36 Progress (1): 0.9/1.2 MB error 03-Jan-2023 03:02:36 Progress (1): 0.9/1.2 MB error 03-Jan-2023 03:02:36 Progress (1): 0.9/1.2 MB error 03-Jan-2023 03:02:36 Progress (1): 0.9/1.2 MB error 03-Jan-2023 03:02:36 Progress (1): 0.9/1.2 MB error 03-Jan-2023 03:02:36 Progress (1): 0.9/1.2 MB error 03-Jan-2023 03:02:36 Progress (1): 0.9/1.2 MB error 03-Jan-2023 03:02:36 Progress (1): 0.9/1.2 MB error 03-Jan-2023 03:02:36 Progress (1): 0.9/1.2 MB error 03-Jan-2023 03:02:36 Progress (1): 0.9/1.2 MB error 03-Jan-2023 03:02:36 Progress (1): 1.0/1.2 MB error 03-Jan-2023 03:02:36 Progress (1): 1.0/1.2 MB error 03-Jan-2023 03:02:36 Progress (1): 1.0/1.2 MB error 03-Jan-2023 03:02:36 Progress (1): 1.0/1.2 MB error 03-Jan-2023 03:02:36 Progress (1): 1.0/1.2 MB error 03-Jan-2023 03:02:36 Progress (1): 1.0/1.2 MB error 03-Jan-2023 03:02:36 Progress (1): 1.0/1.2 MB error 03-Jan-2023 03:02:36 Progress (1): 1.0/1.2 MB error 03-Jan-2023 03:02:36 Progress (1): 1.0/1.2 MB error 03-Jan-2023 03:02:36 Progress (1): 1.0/1.2 MB error 03-Jan-2023 03:02:36 Progress (1): 1.0/1.2 MB error 03-Jan-2023 03:02:36 Progress (1): 1.0/1.2 MB error 03-Jan-2023 03:02:36 Progress (1): 1.1/1.2 MB error 03-Jan-2023 03:02:36 Progress (1): 1.1/1.2 MB error 03-Jan-2023 03:02:36 Progress (1): 1.1/1.2 MB error 03-Jan-2023 03:02:36 Progress (1): 1.1/1.2 MB error 03-Jan-2023 03:02:36 Progress (1): 1.1/1.2 MB error 03-Jan-2023 03:02:36 Progress (1): 1.1/1.2 MB error 03-Jan-2023 03:02:36 Progress (1): 1.1/1.2 MB error 03-Jan-2023 03:02:36 Progress (1): 1.1/1.2 MB error 03-Jan-2023 03:02:36 Progress (1): 1.1/1.2 MB error 03-Jan-2023 03:02:36 Progress (1): 1.1/1.2 MB error 03-Jan-2023 03:02:36 Progress (1): 1.1/1.2 MB error 03-Jan-2023 03:02:36 Progress (1): 1.2/1.2 MB error 03-Jan-2023 03:02:36 Progress (1): 1.2/1.2 MB error 03-Jan-2023 03:02:36 Progress (1): 1.2/1.2 MB error 03-Jan-2023 03:02:36 Progress (1): 1.2/1.2 MB error 03-Jan-2023 03:02:36 Progress (1): 1.2/1.2 MB error 03-Jan-2023 03:02:36 Progress (1): 1.2/1.2 MB error 03-Jan-2023 03:02:36 Progress (1): 1.2/1.2 MB error 03-Jan-2023 03:02:36 Progress (1): 1.2/1.2 MB error 03-Jan-2023 03:02:36 Progress (1): 1.2/1.2 MB error 03-Jan-2023 03:02:36 Progress (1): 1.2/1.2 MB error 03-Jan-2023 03:02:36 Progress (1): 1.2 MB error 03-Jan-2023 03:02:36 error 03-Jan-2023 03:02:36 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/idgen-omod/4.9.0/idgen-omod-4.9.0.jar (1.2 MB at 2.5 MB/s) error 03-Jan-2023 03:02:36 #17 85.46 [INFO] Configured Artifact: org.openmrs.module:metadatamapping-omod:1.6.0:jar error 03-Jan-2023 03:02:36 #17 85.46 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/metadatamapping-omod/1.6.0/metadatamapping-omod-1.6.0.pom error 03-Jan-2023 03:02:37 #17 85.56 Progress (1): 3.3/4.6 kB error 03-Jan-2023 03:02:37 Progress (1): 4.6 kB error 03-Jan-2023 03:02:37 error 03-Jan-2023 03:02:37 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/metadatamapping-omod/1.6.0/metadatamapping-omod-1.6.0.pom (4.6 kB at 21 kB/s) error 03-Jan-2023 03:02:37 #17 85.68 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/metadatamapping/1.6.0/metadatamapping-1.6.0.pom error 03-Jan-2023 03:02:37 #17 85.80 Progress (1): 3.3/12 kB error 03-Jan-2023 03:02:37 Progress (1): 6.1/12 kB error 03-Jan-2023 03:02:37 Progress (1): 8.9/12 kB error 03-Jan-2023 03:02:37 Progress (1): 12/12 kB error 03-Jan-2023 03:02:37 Progress (1): 12 kB error 03-Jan-2023 03:02:37 error 03-Jan-2023 03:02:37 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/metadatamapping/1.6.0/metadatamapping-1.6.0.pom (12 kB at 51 kB/s) error 03-Jan-2023 03:02:37 #17 85.92 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/metadatamapping-omod/1.6.0/metadatamapping-omod-1.6.0.jar error 03-Jan-2023 03:02:37 #17 86.24 Progress (1): 0/3.3 MB error 03-Jan-2023 03:02:37 Progress (1): 0/3.3 MB error 03-Jan-2023 03:02:37 Progress (1): 0.1/3.3 MB error 03-Jan-2023 03:02:37 Progress (1): 0.1/3.3 MB error 03-Jan-2023 03:02:37 Progress (1): 0.1/3.3 MB error 03-Jan-2023 03:02:37 Progress (1): 0.1/3.3 MB error 03-Jan-2023 03:02:37 Progress (1): 0.1/3.3 MB error 03-Jan-2023 03:02:37 Progress (1): 0.2/3.3 MB error 03-Jan-2023 03:02:37 Progress (1): 0.2/3.3 MB error 03-Jan-2023 03:02:37 Progress (1): 0.2/3.3 MB error 03-Jan-2023 03:02:37 Progress (1): 0.2/3.3 MB error 03-Jan-2023 03:02:37 Progress (1): 0.2/3.3 MB error 03-Jan-2023 03:02:37 Progress (1): 0.2/3.3 MB error 03-Jan-2023 03:02:37 Progress (1): 0.3/3.3 MB error 03-Jan-2023 03:02:37 Progress (1): 0.3/3.3 MB error 03-Jan-2023 03:02:37 Progress (1): 0.3/3.3 MB error 03-Jan-2023 03:02:37 Progress (1): 0.3/3.3 MB error 03-Jan-2023 03:02:37 Progress (1): 0.3/3.3 MB error 03-Jan-2023 03:02:37 Progress (1): 0.3/3.3 MB error 03-Jan-2023 03:02:37 Progress (1): 0.4/3.3 MB error 03-Jan-2023 03:02:37 Progress (1): 0.4/3.3 MB error 03-Jan-2023 03:02:37 Progress (1): 0.4/3.3 MB error 03-Jan-2023 03:02:37 Progress (1): 0.4/3.3 MB error 03-Jan-2023 03:02:37 Progress (1): 0.4/3.3 MB error 03-Jan-2023 03:02:37 Progress (1): 0.5/3.3 MB error 03-Jan-2023 03:02:37 Progress (1): 0.5/3.3 MB error 03-Jan-2023 03:02:37 Progress (1): 0.5/3.3 MB error 03-Jan-2023 03:02:37 Progress (1): 0.5/3.3 MB error 03-Jan-2023 03:02:37 Progress (1): 0.5/3.3 MB error 03-Jan-2023 03:02:37 Progress (1): 0.5/3.3 MB error 03-Jan-2023 03:02:37 Progress (1): 0.6/3.3 MB error 03-Jan-2023 03:02:37 Progress (1): 0.6/3.3 MB error 03-Jan-2023 03:02:37 Progress (1): 0.6/3.3 MB error 03-Jan-2023 03:02:37 Progress (1): 0.6/3.3 MB error 03-Jan-2023 03:02:37 Progress (1): 0.6/3.3 MB error 03-Jan-2023 03:02:37 Progress (1): 0.7/3.3 MB error 03-Jan-2023 03:02:37 Progress (1): 0.7/3.3 MB error 03-Jan-2023 03:02:37 Progress (1): 0.7/3.3 MB error 03-Jan-2023 03:02:37 Progress (1): 0.7/3.3 MB error 03-Jan-2023 03:02:37 Progress (1): 0.7/3.3 MB error 03-Jan-2023 03:02:37 Progress (1): 0.8/3.3 MB error 03-Jan-2023 03:02:37 Progress (1): 0.8/3.3 MB error 03-Jan-2023 03:02:37 Progress (1): 0.8/3.3 MB error 03-Jan-2023 03:02:37 Progress (1): 0.8/3.3 MB error 03-Jan-2023 03:02:37 Progress (1): 0.8/3.3 MB error 03-Jan-2023 03:02:37 Progress (1): 0.9/3.3 MB error 03-Jan-2023 03:02:37 Progress (1): 0.9/3.3 MB error 03-Jan-2023 03:02:37 Progress (1): 0.9/3.3 MB error 03-Jan-2023 03:02:37 Progress (1): 0.9/3.3 MB error 03-Jan-2023 03:02:37 Progress (1): 0.9/3.3 MB error 03-Jan-2023 03:02:37 Progress (1): 0.9/3.3 MB error 03-Jan-2023 03:02:37 Progress (1): 1.0/3.3 MB error 03-Jan-2023 03:02:37 Progress (1): 1.0/3.3 MB error 03-Jan-2023 03:02:37 Progress (1): 1.0/3.3 MB error 03-Jan-2023 03:02:37 Progress (1): 1.0/3.3 MB error 03-Jan-2023 03:02:37 Progress (1): 1.0/3.3 MB error 03-Jan-2023 03:02:37 Progress (1): 1.1/3.3 MB error 03-Jan-2023 03:02:37 Progress (1): 1.1/3.3 MB error 03-Jan-2023 03:02:37 Progress (1): 1.1/3.3 MB error 03-Jan-2023 03:02:37 Progress (1): 1.1/3.3 MB error 03-Jan-2023 03:02:37 Progress (1): 1.1/3.3 MB error 03-Jan-2023 03:02:37 Progress (1): 1.1/3.3 MB error 03-Jan-2023 03:02:37 Progress (1): 1.2/3.3 MB error 03-Jan-2023 03:02:37 Progress (1): 1.2/3.3 MB error 03-Jan-2023 03:02:37 Progress (1): 1.2/3.3 MB error 03-Jan-2023 03:02:37 Progress (1): 1.2/3.3 MB error 03-Jan-2023 03:02:37 Progress (1): 1.2/3.3 MB error 03-Jan-2023 03:02:37 Progress (1): 1.2/3.3 MB error 03-Jan-2023 03:02:37 Progress (1): 1.3/3.3 MB error 03-Jan-2023 03:02:37 Progress (1): 1.3/3.3 MB error 03-Jan-2023 03:02:37 Progress (1): 1.3/3.3 MB error 03-Jan-2023 03:02:37 Progress (1): 1.3/3.3 MB error 03-Jan-2023 03:02:37 Progress (1): 1.3/3.3 MB error 03-Jan-2023 03:02:37 Progress (1): 1.4/3.3 MB error 03-Jan-2023 03:02:37 Progress (1): 1.4/3.3 MB error 03-Jan-2023 03:02:37 Progress (1): 1.4/3.3 MB error 03-Jan-2023 03:02:37 Progress (1): 1.4/3.3 MB error 03-Jan-2023 03:02:37 Progress (1): 1.4/3.3 MB error 03-Jan-2023 03:02:37 Progress (1): 1.4/3.3 MB error 03-Jan-2023 03:02:37 Progress (1): 1.5/3.3 MB error 03-Jan-2023 03:02:37 Progress (1): 1.5/3.3 MB error 03-Jan-2023 03:02:37 Progress (1): 1.5/3.3 MB error 03-Jan-2023 03:02:37 Progress (1): 1.5/3.3 MB error 03-Jan-2023 03:02:37 Progress (1): 1.6/3.3 MB error 03-Jan-2023 03:02:37 Progress (1): 1.6/3.3 MB error 03-Jan-2023 03:02:37 Progress (1): 1.6/3.3 MB error 03-Jan-2023 03:02:37 Progress (1): 1.6/3.3 MB error 03-Jan-2023 03:02:37 Progress (1): 1.6/3.3 MB error 03-Jan-2023 03:02:37 Progress (1): 1.7/3.3 MB error 03-Jan-2023 03:02:37 Progress (1): 1.7/3.3 MB error 03-Jan-2023 03:02:37 Progress (1): 1.7/3.3 MB error 03-Jan-2023 03:02:37 Progress (1): 1.7/3.3 MB error 03-Jan-2023 03:02:37 Progress (1): 1.7/3.3 MB error 03-Jan-2023 03:02:37 Progress (1): 1.7/3.3 MB error 03-Jan-2023 03:02:37 Progress (1): 1.8/3.3 MB error 03-Jan-2023 03:02:37 Progress (1): 1.8/3.3 MB error 03-Jan-2023 03:02:37 Progress (1): 1.8/3.3 MB error 03-Jan-2023 03:02:37 Progress (1): 1.8/3.3 MB error 03-Jan-2023 03:02:37 Progress (1): 1.9/3.3 MB error 03-Jan-2023 03:02:37 Progress (1): 1.9/3.3 MB error 03-Jan-2023 03:02:37 Progress (1): 1.9/3.3 MB error 03-Jan-2023 03:02:37 Progress (1): 1.9/3.3 MB error 03-Jan-2023 03:02:37 Progress (1): 1.9/3.3 MB error 03-Jan-2023 03:02:37 Progress (1): 1.9/3.3 MB error 03-Jan-2023 03:02:37 Progress (1): 2.0/3.3 MB error 03-Jan-2023 03:02:37 Progress (1): 2.0/3.3 MB error 03-Jan-2023 03:02:37 Progress (1): 2.0/3.3 MB error 03-Jan-2023 03:02:37 Progress (1): 2.0/3.3 MB error 03-Jan-2023 03:02:37 Progress (1): 2.0/3.3 MB error 03-Jan-2023 03:02:37 Progress (1): 2.1/3.3 MB error 03-Jan-2023 03:02:37 Progress (1): 2.1/3.3 MB error 03-Jan-2023 03:02:37 Progress (1): 2.1/3.3 MB error 03-Jan-2023 03:02:37 Progress (1): 2.1/3.3 MB error 03-Jan-2023 03:02:37 Progress (1): 2.1/3.3 MB error 03-Jan-2023 03:02:37 Progress (1): 2.1/3.3 MB error 03-Jan-2023 03:02:37 Progress (1): 2.2/3.3 MB error 03-Jan-2023 03:02:37 Progress (1): 2.2/3.3 MB error 03-Jan-2023 03:02:37 Progress (1): 2.2/3.3 MB error 03-Jan-2023 03:02:37 Progress (1): 2.2/3.3 MB error 03-Jan-2023 03:02:37 Progress (1): 2.2/3.3 MB error 03-Jan-2023 03:02:37 Progress (1): 2.3/3.3 MB error 03-Jan-2023 03:02:37 Progress (1): 2.3/3.3 MB error 03-Jan-2023 03:02:37 Progress (1): 2.3/3.3 MB error 03-Jan-2023 03:02:37 Progress (1): 2.3/3.3 MB error 03-Jan-2023 03:02:37 Progress (1): 2.3/3.3 MB error 03-Jan-2023 03:02:37 Progress (1): 2.3/3.3 MB error 03-Jan-2023 03:02:37 Progress (1): 2.4/3.3 MB error 03-Jan-2023 03:02:37 Progress (1): 2.4/3.3 MB error 03-Jan-2023 03:02:37 Progress (1): 2.4/3.3 MB error 03-Jan-2023 03:02:37 Progress (1): 2.4/3.3 MB error 03-Jan-2023 03:02:37 Progress (1): 2.4/3.3 MB error 03-Jan-2023 03:02:37 Progress (1): 2.5/3.3 MB error 03-Jan-2023 03:02:37 Progress (1): 2.5/3.3 MB error 03-Jan-2023 03:02:37 Progress (1): 2.5/3.3 MB error 03-Jan-2023 03:02:37 Progress (1): 2.5/3.3 MB error 03-Jan-2023 03:02:37 Progress (1): 2.5/3.3 MB error 03-Jan-2023 03:02:37 Progress (1): 2.5/3.3 MB error 03-Jan-2023 03:02:37 Progress (1): 2.6/3.3 MB error 03-Jan-2023 03:02:37 Progress (1): 2.6/3.3 MB error 03-Jan-2023 03:02:37 Progress (1): 2.6/3.3 MB error 03-Jan-2023 03:02:37 Progress (1): 2.6/3.3 MB error 03-Jan-2023 03:02:37 Progress (1): 2.6/3.3 MB error 03-Jan-2023 03:02:37 Progress (1): 2.7/3.3 MB error 03-Jan-2023 03:02:37 Progress (1): 2.7/3.3 MB error 03-Jan-2023 03:02:37 Progress (1): 2.7/3.3 MB error 03-Jan-2023 03:02:37 Progress (1): 2.7/3.3 MB error 03-Jan-2023 03:02:37 Progress (1): 2.7/3.3 MB error 03-Jan-2023 03:02:37 Progress (1): 2.8/3.3 MB error 03-Jan-2023 03:02:37 Progress (1): 2.8/3.3 MB error 03-Jan-2023 03:02:37 Progress (1): 2.8/3.3 MB error 03-Jan-2023 03:02:37 Progress (1): 2.8/3.3 MB error 03-Jan-2023 03:02:37 Progress (1): 2.8/3.3 MB error 03-Jan-2023 03:02:37 Progress (1): 2.8/3.3 MB error 03-Jan-2023 03:02:37 Progress (1): 2.9/3.3 MB error 03-Jan-2023 03:02:37 Progress (1): 2.9/3.3 MB error 03-Jan-2023 03:02:37 Progress (1): 2.9/3.3 MB error 03-Jan-2023 03:02:37 Progress (1): 2.9/3.3 MB error 03-Jan-2023 03:02:37 Progress (1): 2.9/3.3 MB error 03-Jan-2023 03:02:37 Progress (1): 3.0/3.3 MB error 03-Jan-2023 03:02:37 Progress (1): 3.0/3.3 MB error 03-Jan-2023 03:02:37 Progress (1): 3.0/3.3 MB error 03-Jan-2023 03:02:37 Progress (1): 3.0/3.3 MB error 03-Jan-2023 03:02:37 Progress (1): 3.0/3.3 MB error 03-Jan-2023 03:02:37 Progress (1): 3.0/3.3 MB error 03-Jan-2023 03:02:37 Progress (1): 3.1/3.3 MB error 03-Jan-2023 03:02:37 Progress (1): 3.1/3.3 MB error 03-Jan-2023 03:02:37 Progress (1): 3.1/3.3 MB error 03-Jan-2023 03:02:37 Progress (1): 3.1/3.3 MB error 03-Jan-2023 03:02:37 Progress (1): 3.1/3.3 MB error 03-Jan-2023 03:02:37 Progress (1): 3.2/3.3 MB error 03-Jan-2023 03:02:37 Progress (1): 3.2/3.3 MB error 03-Jan-2023 03:02:37 Progress (1): 3.2/3.3 MB error 03-Jan-2023 03:02:37 Progress (1): 3.2/3.3 MB error 03-Jan-2023 03:02:37 Progress (1): 3.2/3.3 MB error 03-Jan-2023 03:02:37 Progress (1): 3.3/3.3 MB error 03-Jan-2023 03:02:37 Progress (1): 3.3/3.3 MB error 03-Jan-2023 03:02:37 Progress (1): 3.3/3.3 MB error 03-Jan-2023 03:02:37 Progress (1): 3.3 MB error 03-Jan-2023 03:02:37 error 03-Jan-2023 03:02:37 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/metadatamapping-omod/1.6.0/metadatamapping-omod-1.6.0.jar (3.3 MB at 5.3 MB/s) error 03-Jan-2023 03:02:37 #17 86.54 [INFO] Configured Artifact: org.openmrs.module:htmlformentryui-omod:2.2.0:jar error 03-Jan-2023 03:02:37 #17 86.54 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/htmlformentryui-omod/2.2.0/htmlformentryui-omod-2.2.0.pom error 03-Jan-2023 03:02:38 #17 86.65 Progress (1): 3.3/9.8 kB error 03-Jan-2023 03:02:38 Progress (1): 6.1/9.8 kB error 03-Jan-2023 03:02:38 Progress (1): 8.9/9.8 kB error 03-Jan-2023 03:02:38 Progress (1): 9.8 kB error 03-Jan-2023 03:02:38 error 03-Jan-2023 03:02:38 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/htmlformentryui-omod/2.2.0/htmlformentryui-omod-2.2.0.pom (9.8 kB at 44 kB/s) error 03-Jan-2023 03:02:38 #17 86.77 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/htmlformentryui/2.2.0/htmlformentryui-2.2.0.pom error 03-Jan-2023 03:02:38 #17 86.88 Progress (1): 3.3/13 kB error 03-Jan-2023 03:02:38 Progress (1): 6.1/13 kB error 03-Jan-2023 03:02:38 Progress (1): 8.9/13 kB error 03-Jan-2023 03:02:38 Progress (1): 12/13 kB error 03-Jan-2023 03:02:38 Progress (1): 13 kB error 03-Jan-2023 03:02:38 error 03-Jan-2023 03:02:38 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/htmlformentryui/2.2.0/htmlformentryui-2.2.0.pom (13 kB at 59 kB/s) error 03-Jan-2023 03:02:38 #17 87.00 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/htmlformentryui-omod/2.2.0/htmlformentryui-omod-2.2.0.jar error 03-Jan-2023 03:02:38 #17 87.29 Progress (1): 0/1.5 MB error 03-Jan-2023 03:02:38 Progress (1): 0/1.5 MB error 03-Jan-2023 03:02:38 Progress (1): 0/1.5 MB error 03-Jan-2023 03:02:38 Progress (1): 0/1.5 MB error 03-Jan-2023 03:02:38 Progress (1): 0/1.5 MB error 03-Jan-2023 03:02:38 Progress (1): 0.1/1.5 MB error 03-Jan-2023 03:02:38 Progress (1): 0.1/1.5 MB error 03-Jan-2023 03:02:38 Progress (1): 0.1/1.5 MB error 03-Jan-2023 03:02:38 Progress (1): 0.1/1.5 MB error 03-Jan-2023 03:02:38 Progress (1): 0.1/1.5 MB error 03-Jan-2023 03:02:38 Progress (1): 0.1/1.5 MB error 03-Jan-2023 03:02:38 Progress (1): 0.1/1.5 MB error 03-Jan-2023 03:02:38 Progress (1): 0.1/1.5 MB error 03-Jan-2023 03:02:38 Progress (1): 0.1/1.5 MB error 03-Jan-2023 03:02:38 Progress (1): 0.1/1.5 MB error 03-Jan-2023 03:02:38 Progress (1): 0.1/1.5 MB error 03-Jan-2023 03:02:38 Progress (1): 0.1/1.5 MB error 03-Jan-2023 03:02:38 Progress (1): 0.2/1.5 MB error 03-Jan-2023 03:02:38 Progress (1): 0.2/1.5 MB error 03-Jan-2023 03:02:38 Progress (1): 0.2/1.5 MB error 03-Jan-2023 03:02:38 Progress (1): 0.2/1.5 MB error 03-Jan-2023 03:02:38 Progress (1): 0.2/1.5 MB error 03-Jan-2023 03:02:38 Progress (1): 0.2/1.5 MB error 03-Jan-2023 03:02:38 Progress (1): 0.2/1.5 MB error 03-Jan-2023 03:02:38 Progress (1): 0.2/1.5 MB error 03-Jan-2023 03:02:38 Progress (1): 0.2/1.5 MB error 03-Jan-2023 03:02:38 Progress (1): 0.2/1.5 MB error 03-Jan-2023 03:02:38 Progress (1): 0.2/1.5 MB error 03-Jan-2023 03:02:38 Progress (1): 0.3/1.5 MB error 03-Jan-2023 03:02:38 Progress (1): 0.3/1.5 MB error 03-Jan-2023 03:02:38 Progress (1): 0.3/1.5 MB error 03-Jan-2023 03:02:38 Progress (1): 0.3/1.5 MB error 03-Jan-2023 03:02:38 Progress (1): 0.3/1.5 MB error 03-Jan-2023 03:02:38 Progress (1): 0.3/1.5 MB error 03-Jan-2023 03:02:38 Progress (1): 0.3/1.5 MB error 03-Jan-2023 03:02:38 Progress (1): 0.3/1.5 MB error 03-Jan-2023 03:02:38 Progress (1): 0.3/1.5 MB error 03-Jan-2023 03:02:38 Progress (1): 0.3/1.5 MB error 03-Jan-2023 03:02:38 Progress (1): 0.3/1.5 MB error 03-Jan-2023 03:02:38 Progress (1): 0.3/1.5 MB error 03-Jan-2023 03:02:38 Progress (1): 0.4/1.5 MB error 03-Jan-2023 03:02:38 Progress (1): 0.4/1.5 MB error 03-Jan-2023 03:02:38 Progress (1): 0.4/1.5 MB error 03-Jan-2023 03:02:38 Progress (1): 0.4/1.5 MB error 03-Jan-2023 03:02:38 Progress (1): 0.4/1.5 MB error 03-Jan-2023 03:02:38 Progress (1): 0.4/1.5 MB error 03-Jan-2023 03:02:38 Progress (1): 0.4/1.5 MB error 03-Jan-2023 03:02:38 Progress (1): 0.4/1.5 MB error 03-Jan-2023 03:02:38 Progress (1): 0.4/1.5 MB error 03-Jan-2023 03:02:38 Progress (1): 0.4/1.5 MB error 03-Jan-2023 03:02:38 Progress (1): 0.4/1.5 MB error 03-Jan-2023 03:02:38 Progress (1): 0.5/1.5 MB error 03-Jan-2023 03:02:38 Progress (1): 0.5/1.5 MB error 03-Jan-2023 03:02:38 Progress (1): 0.5/1.5 MB error 03-Jan-2023 03:02:38 Progress (1): 0.5/1.5 MB error 03-Jan-2023 03:02:38 Progress (1): 0.5/1.5 MB error 03-Jan-2023 03:02:38 Progress (1): 0.5/1.5 MB error 03-Jan-2023 03:02:38 Progress (1): 0.5/1.5 MB error 03-Jan-2023 03:02:38 Progress (1): 0.5/1.5 MB error 03-Jan-2023 03:02:38 Progress (1): 0.5/1.5 MB error 03-Jan-2023 03:02:38 Progress (1): 0.5/1.5 MB error 03-Jan-2023 03:02:38 Progress (1): 0.5/1.5 MB error 03-Jan-2023 03:02:38 Progress (1): 0.5/1.5 MB error 03-Jan-2023 03:02:38 Progress (1): 0.6/1.5 MB error 03-Jan-2023 03:02:38 Progress (1): 0.6/1.5 MB error 03-Jan-2023 03:02:38 Progress (1): 0.6/1.5 MB error 03-Jan-2023 03:02:38 Progress (1): 0.6/1.5 MB error 03-Jan-2023 03:02:38 Progress (1): 0.6/1.5 MB error 03-Jan-2023 03:02:38 Progress (1): 0.6/1.5 MB error 03-Jan-2023 03:02:38 Progress (1): 0.6/1.5 MB error 03-Jan-2023 03:02:38 Progress (1): 0.6/1.5 MB error 03-Jan-2023 03:02:38 Progress (1): 0.6/1.5 MB error 03-Jan-2023 03:02:38 Progress (1): 0.6/1.5 MB error 03-Jan-2023 03:02:38 Progress (1): 0.6/1.5 MB error 03-Jan-2023 03:02:38 Progress (1): 0.6/1.5 MB error 03-Jan-2023 03:02:38 Progress (1): 0.7/1.5 MB error 03-Jan-2023 03:02:38 Progress (1): 0.7/1.5 MB error 03-Jan-2023 03:02:38 Progress (1): 0.7/1.5 MB error 03-Jan-2023 03:02:38 Progress (1): 0.7/1.5 MB error 03-Jan-2023 03:02:38 Progress (1): 0.7/1.5 MB error 03-Jan-2023 03:02:38 Progress (1): 0.7/1.5 MB error 03-Jan-2023 03:02:38 Progress (1): 0.7/1.5 MB error 03-Jan-2023 03:02:38 Progress (1): 0.7/1.5 MB error 03-Jan-2023 03:02:38 Progress (1): 0.7/1.5 MB error 03-Jan-2023 03:02:38 Progress (1): 0.7/1.5 MB error 03-Jan-2023 03:02:38 Progress (1): 0.7/1.5 MB error 03-Jan-2023 03:02:38 Progress (1): 0.8/1.5 MB error 03-Jan-2023 03:02:38 Progress (1): 0.8/1.5 MB error 03-Jan-2023 03:02:38 Progress (1): 0.8/1.5 MB error 03-Jan-2023 03:02:38 Progress (1): 0.8/1.5 MB error 03-Jan-2023 03:02:38 Progress (1): 0.8/1.5 MB error 03-Jan-2023 03:02:38 Progress (1): 0.8/1.5 MB error 03-Jan-2023 03:02:38 Progress (1): 0.8/1.5 MB error 03-Jan-2023 03:02:38 Progress (1): 0.8/1.5 MB error 03-Jan-2023 03:02:38 Progress (1): 0.8/1.5 MB error 03-Jan-2023 03:02:38 Progress (1): 0.8/1.5 MB error 03-Jan-2023 03:02:38 Progress (1): 0.8/1.5 MB error 03-Jan-2023 03:02:38 Progress (1): 0.9/1.5 MB error 03-Jan-2023 03:02:38 Progress (1): 0.9/1.5 MB error 03-Jan-2023 03:02:38 Progress (1): 0.9/1.5 MB error 03-Jan-2023 03:02:38 Progress (1): 0.9/1.5 MB error 03-Jan-2023 03:02:38 Progress (1): 0.9/1.5 MB error 03-Jan-2023 03:02:38 Progress (1): 0.9/1.5 MB error 03-Jan-2023 03:02:38 Progress (1): 0.9/1.5 MB error 03-Jan-2023 03:02:38 Progress (1): 0.9/1.5 MB error 03-Jan-2023 03:02:38 Progress (1): 0.9/1.5 MB error 03-Jan-2023 03:02:38 Progress (1): 0.9/1.5 MB error 03-Jan-2023 03:02:38 Progress (1): 0.9/1.5 MB error 03-Jan-2023 03:02:38 Progress (1): 1.0/1.5 MB error 03-Jan-2023 03:02:38 Progress (1): 1.0/1.5 MB error 03-Jan-2023 03:02:38 Progress (1): 1.0/1.5 MB error 03-Jan-2023 03:02:38 Progress (1): 1.0/1.5 MB error 03-Jan-2023 03:02:38 Progress (1): 1.0/1.5 MB error 03-Jan-2023 03:02:38 Progress (1): 1.0/1.5 MB error 03-Jan-2023 03:02:38 Progress (1): 1.0/1.5 MB error 03-Jan-2023 03:02:38 Progress (1): 1.0/1.5 MB error 03-Jan-2023 03:02:38 Progress (1): 1.0/1.5 MB error 03-Jan-2023 03:02:38 Progress (1): 1.0/1.5 MB error 03-Jan-2023 03:02:38 Progress (1): 1.0/1.5 MB error 03-Jan-2023 03:02:38 Progress (1): 1.1/1.5 MB error 03-Jan-2023 03:02:38 Progress (1): 1.1/1.5 MB error 03-Jan-2023 03:02:38 Progress (1): 1.1/1.5 MB error 03-Jan-2023 03:02:38 Progress (1): 1.1/1.5 MB error 03-Jan-2023 03:02:38 Progress (1): 1.1/1.5 MB error 03-Jan-2023 03:02:38 Progress (1): 1.1/1.5 MB error 03-Jan-2023 03:02:38 Progress (1): 1.1/1.5 MB error 03-Jan-2023 03:02:38 Progress (1): 1.1/1.5 MB error 03-Jan-2023 03:02:38 Progress (1): 1.1/1.5 MB error 03-Jan-2023 03:02:38 Progress (1): 1.1/1.5 MB error 03-Jan-2023 03:02:38 Progress (1): 1.1/1.5 MB error 03-Jan-2023 03:02:38 Progress (1): 1.1/1.5 MB error 03-Jan-2023 03:02:38 Progress (1): 1.2/1.5 MB error 03-Jan-2023 03:02:38 Progress (1): 1.2/1.5 MB error 03-Jan-2023 03:02:38 Progress (1): 1.2/1.5 MB error 03-Jan-2023 03:02:38 Progress (1): 1.2/1.5 MB error 03-Jan-2023 03:02:38 Progress (1): 1.2/1.5 MB error 03-Jan-2023 03:02:38 Progress (1): 1.2/1.5 MB error 03-Jan-2023 03:02:38 Progress (1): 1.2/1.5 MB error 03-Jan-2023 03:02:38 Progress (1): 1.2/1.5 MB error 03-Jan-2023 03:02:38 Progress (1): 1.2/1.5 MB error 03-Jan-2023 03:02:38 Progress (1): 1.2/1.5 MB error 03-Jan-2023 03:02:38 Progress (1): 1.2/1.5 MB error 03-Jan-2023 03:02:38 Progress (1): 1.3/1.5 MB error 03-Jan-2023 03:02:38 Progress (1): 1.3/1.5 MB error 03-Jan-2023 03:02:38 Progress (1): 1.3/1.5 MB error 03-Jan-2023 03:02:38 Progress (1): 1.3/1.5 MB error 03-Jan-2023 03:02:38 Progress (1): 1.3/1.5 MB error 03-Jan-2023 03:02:38 Progress (1): 1.3/1.5 MB error 03-Jan-2023 03:02:38 Progress (1): 1.3/1.5 MB error 03-Jan-2023 03:02:38 Progress (1): 1.3/1.5 MB error 03-Jan-2023 03:02:38 Progress (1): 1.3/1.5 MB error 03-Jan-2023 03:02:38 Progress (1): 1.3/1.5 MB error 03-Jan-2023 03:02:38 Progress (1): 1.3/1.5 MB error 03-Jan-2023 03:02:38 Progress (1): 1.4/1.5 MB error 03-Jan-2023 03:02:38 Progress (1): 1.4/1.5 MB error 03-Jan-2023 03:02:38 Progress (1): 1.4/1.5 MB error 03-Jan-2023 03:02:38 Progress (1): 1.4/1.5 MB error 03-Jan-2023 03:02:38 Progress (1): 1.4/1.5 MB error 03-Jan-2023 03:02:38 Progress (1): 1.4/1.5 MB error 03-Jan-2023 03:02:38 Progress (1): 1.4/1.5 MB error 03-Jan-2023 03:02:38 Progress (1): 1.4/1.5 MB error 03-Jan-2023 03:02:38 Progress (1): 1.4/1.5 MB error 03-Jan-2023 03:02:38 Progress (1): 1.4/1.5 MB error 03-Jan-2023 03:02:38 Progress (1): 1.4/1.5 MB error 03-Jan-2023 03:02:38 Progress (1): 1.5/1.5 MB error 03-Jan-2023 03:02:38 Progress (1): 1.5 MB error 03-Jan-2023 03:02:38 error 03-Jan-2023 03:02:38 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/htmlformentryui-omod/2.2.0/htmlformentryui-omod-2.2.0.jar (1.5 MB at 2.9 MB/s) error 03-Jan-2023 03:02:38 #17 87.50 [INFO] Configured Artifact: org.openmrs.module:referencedemodata-omod:1.4.8:jar error 03-Jan-2023 03:02:38 #17 87.51 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/referencedemodata-omod/1.4.8/referencedemodata-omod-1.4.8.pom error 03-Jan-2023 03:02:39 #17 87.62 Progress (1): 3.3/4.9 kB error 03-Jan-2023 03:02:39 Progress (1): 4.9 kB error 03-Jan-2023 03:02:39 error 03-Jan-2023 03:02:39 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/referencedemodata-omod/1.4.8/referencedemodata-omod-1.4.8.pom (4.9 kB at 22 kB/s) error 03-Jan-2023 03:02:39 #17 87.73 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/referencedemodata/1.4.8/referencedemodata-1.4.8.pom error 03-Jan-2023 03:02:39 #17 87.84 Progress (1): 3.3/9.9 kB error 03-Jan-2023 03:02:39 Progress (1): 6.1/9.9 kB error 03-Jan-2023 03:02:39 Progress (1): 8.9/9.9 kB error 03-Jan-2023 03:02:39 Progress (1): 9.9 kB error 03-Jan-2023 03:02:39 error 03-Jan-2023 03:02:39 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/referencedemodata/1.4.8/referencedemodata-1.4.8.pom (9.9 kB at 43 kB/s) error 03-Jan-2023 03:02:39 #17 87.96 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/referencedemodata-omod/1.4.8/referencedemodata-omod-1.4.8.jar error 03-Jan-2023 03:02:39 #17 88.07 Progress (1): 3.3/57 kB error 03-Jan-2023 03:02:39 Progress (1): 6.1/57 kB error 03-Jan-2023 03:02:39 Progress (1): 8.9/57 kB error 03-Jan-2023 03:02:39 Progress (1): 12/57 kB error 03-Jan-2023 03:02:39 Progress (1): 14/57 kB error 03-Jan-2023 03:02:39 Progress (1): 17/57 kB error 03-Jan-2023 03:02:39 Progress (1): 20/57 kB error 03-Jan-2023 03:02:39 Progress (1): 23/57 kB error 03-Jan-2023 03:02:39 Progress (1): 26/57 kB error 03-Jan-2023 03:02:39 Progress (1): 28/57 kB error 03-Jan-2023 03:02:39 Progress (1): 31/57 kB error 03-Jan-2023 03:02:39 Progress (1): 34/57 kB error 03-Jan-2023 03:02:39 Progress (1): 37/57 kB error 03-Jan-2023 03:02:39 Progress (1): 40/57 kB error 03-Jan-2023 03:02:39 Progress (1): 42/57 kB error 03-Jan-2023 03:02:39 Progress (1): 45/57 kB error 03-Jan-2023 03:02:39 Progress (1): 48/57 kB error 03-Jan-2023 03:02:39 Progress (1): 51/57 kB error 03-Jan-2023 03:02:39 Progress (1): 54/57 kB error 03-Jan-2023 03:02:39 Progress (1): 56/57 kB error 03-Jan-2023 03:02:39 Progress (1): 57 kB error 03-Jan-2023 03:02:39 error 03-Jan-2023 03:02:39 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/referencedemodata-omod/1.4.8/referencedemodata-omod-1.4.8.jar (57 kB at 177 kB/s) error 03-Jan-2023 03:02:39 #17 88.28 [INFO] Configured Artifact: org.openmrs.module:emrapi-omod:1.33.0:jar error 03-Jan-2023 03:02:39 #17 88.29 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/emrapi-omod/1.33.0/emrapi-omod-1.33.0.pom error 03-Jan-2023 03:02:39 #17 88.41 Progress (1): 3.3/19 kB error 03-Jan-2023 03:02:39 Progress (1): 6.1/19 kB error 03-Jan-2023 03:02:39 Progress (1): 8.9/19 kB error 03-Jan-2023 03:02:39 Progress (1): 12/19 kB error 03-Jan-2023 03:02:39 Progress (1): 15/19 kB error 03-Jan-2023 03:02:39 Progress (1): 17/19 kB error 03-Jan-2023 03:02:39 Progress (1): 19 kB error 03-Jan-2023 03:02:39 error 03-Jan-2023 03:02:39 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/emrapi-omod/1.33.0/emrapi-omod-1.33.0.pom (19 kB at 79 kB/s) error 03-Jan-2023 03:02:39 #17 88.53 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/emrapi/1.33.0/emrapi-1.33.0.pom error 03-Jan-2023 03:02:40 #17 88.64 Progress (1): 3.3/15 kB error 03-Jan-2023 03:02:40 Progress (1): 6.1/15 kB error 03-Jan-2023 03:02:40 Progress (1): 8.9/15 kB error 03-Jan-2023 03:02:40 Progress (1): 12/15 kB error 03-Jan-2023 03:02:40 Progress (1): 15/15 kB error 03-Jan-2023 03:02:40 Progress (1): 15 kB error 03-Jan-2023 03:02:40 error 03-Jan-2023 03:02:40 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/emrapi/1.33.0/emrapi-1.33.0.pom (15 kB at 66 kB/s) error 03-Jan-2023 03:02:40 #17 88.77 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/emrapi-omod/1.33.0/emrapi-omod-1.33.0.jar error 03-Jan-2023 03:02:40 #17 89.06 Progress (1): 0/1.0 MB error 03-Jan-2023 03:02:40 Progress (1): 0/1.0 MB error 03-Jan-2023 03:02:40 Progress (1): 0/1.0 MB error 03-Jan-2023 03:02:40 Progress (1): 0/1.0 MB error 03-Jan-2023 03:02:40 Progress (1): 0/1.0 MB error 03-Jan-2023 03:02:40 Progress (1): 0/1.0 MB error 03-Jan-2023 03:02:40 Progress (1): 0.1/1.0 MB error 03-Jan-2023 03:02:40 Progress (1): 0.1/1.0 MB error 03-Jan-2023 03:02:40 Progress (1): 0.1/1.0 MB error 03-Jan-2023 03:02:40 Progress (1): 0.1/1.0 MB error 03-Jan-2023 03:02:40 Progress (1): 0.1/1.0 MB error 03-Jan-2023 03:02:40 Progress (1): 0.1/1.0 MB error 03-Jan-2023 03:02:40 Progress (1): 0.1/1.0 MB error 03-Jan-2023 03:02:40 Progress (1): 0.1/1.0 MB error 03-Jan-2023 03:02:40 Progress (1): 0.1/1.0 MB error 03-Jan-2023 03:02:40 Progress (1): 0.1/1.0 MB error 03-Jan-2023 03:02:40 Progress (1): 0.1/1.0 MB error 03-Jan-2023 03:02:40 Progress (1): 0.1/1.0 MB error 03-Jan-2023 03:02:40 Progress (1): 0.1/1.0 MB error 03-Jan-2023 03:02:40 Progress (1): 0.2/1.0 MB error 03-Jan-2023 03:02:40 Progress (1): 0.2/1.0 MB error 03-Jan-2023 03:02:40 Progress (1): 0.2/1.0 MB error 03-Jan-2023 03:02:40 Progress (1): 0.2/1.0 MB error 03-Jan-2023 03:02:40 Progress (1): 0.2/1.0 MB error 03-Jan-2023 03:02:40 Progress (1): 0.2/1.0 MB error 03-Jan-2023 03:02:40 Progress (1): 0.2/1.0 MB error 03-Jan-2023 03:02:40 Progress (1): 0.2/1.0 MB error 03-Jan-2023 03:02:40 Progress (1): 0.2/1.0 MB error 03-Jan-2023 03:02:40 Progress (1): 0.2/1.0 MB error 03-Jan-2023 03:02:40 Progress (1): 0.2/1.0 MB error 03-Jan-2023 03:02:40 Progress (1): 0.2/1.0 MB error 03-Jan-2023 03:02:40 Progress (1): 0.2/1.0 MB error 03-Jan-2023 03:02:40 Progress (1): 0.3/1.0 MB error 03-Jan-2023 03:02:40 Progress (1): 0.3/1.0 MB error 03-Jan-2023 03:02:40 Progress (1): 0.3/1.0 MB error 03-Jan-2023 03:02:40 Progress (1): 0.3/1.0 MB error 03-Jan-2023 03:02:40 Progress (1): 0.3/1.0 MB error 03-Jan-2023 03:02:40 Progress (1): 0.3/1.0 MB error 03-Jan-2023 03:02:40 Progress (1): 0.3/1.0 MB error 03-Jan-2023 03:02:40 Progress (1): 0.3/1.0 MB error 03-Jan-2023 03:02:40 Progress (1): 0.3/1.0 MB error 03-Jan-2023 03:02:40 Progress (1): 0.3/1.0 MB error 03-Jan-2023 03:02:40 Progress (1): 0.3/1.0 MB error 03-Jan-2023 03:02:40 Progress (1): 0.3/1.0 MB error 03-Jan-2023 03:02:40 Progress (1): 0.3/1.0 MB error 03-Jan-2023 03:02:40 Progress (1): 0.4/1.0 MB error 03-Jan-2023 03:02:40 Progress (1): 0.4/1.0 MB error 03-Jan-2023 03:02:40 Progress (1): 0.4/1.0 MB error 03-Jan-2023 03:02:40 Progress (1): 0.4/1.0 MB error 03-Jan-2023 03:02:40 Progress (1): 0.4/1.0 MB error 03-Jan-2023 03:02:40 Progress (1): 0.4/1.0 MB error 03-Jan-2023 03:02:40 Progress (1): 0.4/1.0 MB error 03-Jan-2023 03:02:40 Progress (1): 0.4/1.0 MB error 03-Jan-2023 03:02:40 Progress (1): 0.4/1.0 MB error 03-Jan-2023 03:02:40 Progress (1): 0.4/1.0 MB error 03-Jan-2023 03:02:40 Progress (1): 0.4/1.0 MB error 03-Jan-2023 03:02:40 Progress (1): 0.4/1.0 MB error 03-Jan-2023 03:02:40 Progress (1): 0.5/1.0 MB error 03-Jan-2023 03:02:40 Progress (1): 0.5/1.0 MB error 03-Jan-2023 03:02:40 Progress (1): 0.5/1.0 MB error 03-Jan-2023 03:02:40 Progress (1): 0.5/1.0 MB error 03-Jan-2023 03:02:40 Progress (1): 0.5/1.0 MB error 03-Jan-2023 03:02:40 Progress (1): 0.5/1.0 MB error 03-Jan-2023 03:02:40 Progress (1): 0.5/1.0 MB error 03-Jan-2023 03:02:40 Progress (1): 0.5/1.0 MB error 03-Jan-2023 03:02:40 Progress (1): 0.5/1.0 MB error 03-Jan-2023 03:02:40 Progress (1): 0.5/1.0 MB error 03-Jan-2023 03:02:40 Progress (1): 0.5/1.0 MB error 03-Jan-2023 03:02:40 Progress (1): 0.5/1.0 MB error 03-Jan-2023 03:02:40 Progress (1): 0.5/1.0 MB error 03-Jan-2023 03:02:40 Progress (1): 0.6/1.0 MB error 03-Jan-2023 03:02:40 Progress (1): 0.6/1.0 MB error 03-Jan-2023 03:02:40 Progress (1): 0.6/1.0 MB error 03-Jan-2023 03:02:40 Progress (1): 0.6/1.0 MB error 03-Jan-2023 03:02:40 Progress (1): 0.6/1.0 MB error 03-Jan-2023 03:02:40 Progress (1): 0.6/1.0 MB error 03-Jan-2023 03:02:40 Progress (1): 0.6/1.0 MB error 03-Jan-2023 03:02:40 Progress (1): 0.6/1.0 MB error 03-Jan-2023 03:02:40 Progress (1): 0.6/1.0 MB error 03-Jan-2023 03:02:40 Progress (1): 0.6/1.0 MB error 03-Jan-2023 03:02:40 Progress (1): 0.6/1.0 MB error 03-Jan-2023 03:02:40 Progress (1): 0.6/1.0 MB error 03-Jan-2023 03:02:40 Progress (1): 0.6/1.0 MB error 03-Jan-2023 03:02:40 Progress (1): 0.7/1.0 MB error 03-Jan-2023 03:02:40 Progress (1): 0.7/1.0 MB error 03-Jan-2023 03:02:40 Progress (1): 0.7/1.0 MB error 03-Jan-2023 03:02:40 Progress (1): 0.7/1.0 MB error 03-Jan-2023 03:02:40 Progress (1): 0.7/1.0 MB error 03-Jan-2023 03:02:40 Progress (1): 0.7/1.0 MB error 03-Jan-2023 03:02:40 Progress (1): 0.7/1.0 MB error 03-Jan-2023 03:02:40 Progress (1): 0.7/1.0 MB error 03-Jan-2023 03:02:40 Progress (1): 0.7/1.0 MB error 03-Jan-2023 03:02:40 Progress (1): 0.7/1.0 MB error 03-Jan-2023 03:02:40 Progress (1): 0.7/1.0 MB error 03-Jan-2023 03:02:40 Progress (1): 0.7/1.0 MB error 03-Jan-2023 03:02:40 Progress (1): 0.7/1.0 MB error 03-Jan-2023 03:02:40 Progress (1): 0.8/1.0 MB error 03-Jan-2023 03:02:40 Progress (1): 0.8/1.0 MB error 03-Jan-2023 03:02:40 Progress (1): 0.8/1.0 MB error 03-Jan-2023 03:02:40 Progress (1): 0.8/1.0 MB error 03-Jan-2023 03:02:40 Progress (1): 0.8/1.0 MB error 03-Jan-2023 03:02:40 Progress (1): 0.8/1.0 MB error 03-Jan-2023 03:02:40 Progress (1): 0.8/1.0 MB error 03-Jan-2023 03:02:40 Progress (1): 0.8/1.0 MB error 03-Jan-2023 03:02:40 Progress (1): 0.8/1.0 MB error 03-Jan-2023 03:02:40 Progress (1): 0.8/1.0 MB error 03-Jan-2023 03:02:40 Progress (1): 0.8/1.0 MB error 03-Jan-2023 03:02:40 Progress (1): 0.8/1.0 MB error 03-Jan-2023 03:02:40 Progress (1): 0.8/1.0 MB error 03-Jan-2023 03:02:40 Progress (1): 0.9/1.0 MB error 03-Jan-2023 03:02:40 Progress (1): 0.9/1.0 MB error 03-Jan-2023 03:02:40 Progress (1): 0.9/1.0 MB error 03-Jan-2023 03:02:40 Progress (1): 0.9/1.0 MB error 03-Jan-2023 03:02:40 Progress (1): 0.9/1.0 MB error 03-Jan-2023 03:02:40 Progress (1): 0.9/1.0 MB error 03-Jan-2023 03:02:40 Progress (1): 0.9/1.0 MB error 03-Jan-2023 03:02:40 Progress (1): 0.9/1.0 MB error 03-Jan-2023 03:02:40 Progress (1): 0.9/1.0 MB error 03-Jan-2023 03:02:40 Progress (1): 0.9/1.0 MB error 03-Jan-2023 03:02:40 Progress (1): 0.9/1.0 MB error 03-Jan-2023 03:02:40 Progress (1): 0.9/1.0 MB error 03-Jan-2023 03:02:40 Progress (1): 0.9/1.0 MB error 03-Jan-2023 03:02:40 Progress (1): 1.0/1.0 MB error 03-Jan-2023 03:02:40 Progress (1): 1.0/1.0 MB error 03-Jan-2023 03:02:40 Progress (1): 1.0/1.0 MB error 03-Jan-2023 03:02:40 Progress (1): 1.0/1.0 MB error 03-Jan-2023 03:02:40 Progress (1): 1.0/1.0 MB error 03-Jan-2023 03:02:40 Progress (1): 1.0/1.0 MB error 03-Jan-2023 03:02:40 Progress (1): 1.0/1.0 MB error 03-Jan-2023 03:02:40 Progress (1): 1.0/1.0 MB error 03-Jan-2023 03:02:40 Progress (1): 1.0/1.0 MB error 03-Jan-2023 03:02:40 Progress (1): 1.0 MB error 03-Jan-2023 03:02:40 error 03-Jan-2023 03:02:40 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/emrapi-omod/1.33.0/emrapi-omod-1.33.0.jar (1.0 MB at 1.9 MB/s) error 03-Jan-2023 03:02:40 #17 89.30 [INFO] Configured Artifact: org.openmrs.module:referenceapplication-omod:2.13.0-SNAPSHOT:jar error 03-Jan-2023 03:02:40 #17 89.30 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/referenceapplication-omod/2.13.0-SNAPSHOT/maven-metadata.xml error 03-Jan-2023 03:02:41 #17 90.14 Progress (1): 802 B error 03-Jan-2023 03:02:41 error 03-Jan-2023 03:02:41 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/referenceapplication-omod/2.13.0-SNAPSHOT/maven-metadata.xml (802 B at 845 B/s) error 03-Jan-2023 03:02:41 #17 90.26 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/referenceapplication-omod/2.13.0-SNAPSHOT/referenceapplication-omod-2.13.0-20230102.174931-193.pom error 03-Jan-2023 03:02:41 #17 90.38 Progress (1): 3.2/8.8 kB error 03-Jan-2023 03:02:41 Progress (1): 6.0/8.8 kB error 03-Jan-2023 03:02:41 Progress (1): 8.8 kB error 03-Jan-2023 03:02:41 error 03-Jan-2023 03:02:41 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/referenceapplication-omod/2.13.0-SNAPSHOT/referenceapplication-omod-2.13.0-20230102.174931-193.pom (8.8 kB at 37 kB/s) error 03-Jan-2023 03:02:41 #17 90.49 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/referenceapplication/2.13.0-SNAPSHOT/maven-metadata.xml error 03-Jan-2023 03:02:42 #17 91.10 Progress (1): 621 B error 03-Jan-2023 03:02:42 error 03-Jan-2023 03:02:42 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/referenceapplication/2.13.0-SNAPSHOT/maven-metadata.xml (621 B at 857 B/s) error 03-Jan-2023 03:02:42 #17 91.22 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/referenceapplication/2.13.0-SNAPSHOT/referenceapplication-2.13.0-20230102.174931-193.pom error 03-Jan-2023 03:02:42 #17 91.33 Progress (1): 3.2/22 kB error 03-Jan-2023 03:02:42 Progress (1): 6.0/22 kB error 03-Jan-2023 03:02:42 Progress (1): 8.8/22 kB error 03-Jan-2023 03:02:42 Progress (1): 12/22 kB error 03-Jan-2023 03:02:42 Progress (1): 14/22 kB error 03-Jan-2023 03:02:42 Progress (1): 17/22 kB error 03-Jan-2023 03:02:42 Progress (1): 20/22 kB error 03-Jan-2023 03:02:42 Progress (1): 22 kB error 03-Jan-2023 03:02:42 error 03-Jan-2023 03:02:42 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/referenceapplication/2.13.0-SNAPSHOT/referenceapplication-2.13.0-20230102.174931-193.pom (22 kB at 92 kB/s) error 03-Jan-2023 03:02:42 #17 91.46 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/referenceapplication-omod/2.13.0-SNAPSHOT/referenceapplication-omod-2.13.0-20230102.174931-193.jar error 03-Jan-2023 03:02:43 #17 ... error 03-Jan-2023 03:02:43 error 03-Jan-2023 03:02:43 #16 [linux/arm64 dev 4/4] RUN mvn -s /usr/share/maven/ref/settings-docker.xml install error 03-Jan-2023 03:02:43 #16 84.13 Progress (2): 1.1/7.5 MB | 0.5/3.7 MB error 03-Jan-2023 03:02:43 Progress (2): 1.2/7.5 MB | 0.5/3.7 MB error 03-Jan-2023 03:02:43 Progress (2): 1.2/7.5 MB | 0.5/3.7 MB error 03-Jan-2023 03:02:43 Progress (2): 1.2/7.5 MB | 0.5/3.7 MB error 03-Jan-2023 03:02:43 Progress (2): 1.2/7.5 MB | 0.5/3.7 MB error 03-Jan-2023 03:02:43 Progress (2): 1.2/7.5 MB | 0.5/3.7 MB error 03-Jan-2023 03:02:43 Progress (2): 1.2/7.5 MB | 0.6/3.7 MB error 03-Jan-2023 03:02:43 Progress (2): 1.2/7.5 MB | 0.6/3.7 MB error 03-Jan-2023 03:02:43 Progress (2): 1.3/7.5 MB | 0.6/3.7 MB error 03-Jan-2023 03:02:43 Progress (2): 1.3/7.5 MB | 0.6/3.7 MB error 03-Jan-2023 03:02:43 Progress (2): 1.3/7.5 MB | 0.6/3.7 MB error 03-Jan-2023 03:02:43 Progress (2): 1.3/7.5 MB | 0.6/3.7 MB error 03-Jan-2023 03:02:43 Progress (2): 1.4/7.5 MB | 0.6/3.7 MB error 03-Jan-2023 03:02:43 Progress (2): 1.4/7.5 MB | 0.7/3.7 MB error 03-Jan-2023 03:02:43 Progress (2): 1.4/7.5 MB | 0.7/3.7 MB error 03-Jan-2023 03:02:43 Progress (2): 1.4/7.5 MB | 0.7/3.7 MB error 03-Jan-2023 03:02:43 Progress (2): 1.4/7.5 MB | 0.7/3.7 MB error 03-Jan-2023 03:02:43 Progress (2): 1.4/7.5 MB | 0.7/3.7 MB error 03-Jan-2023 03:02:43 Progress (2): 1.4/7.5 MB | 0.7/3.7 MB error 03-Jan-2023 03:02:43 Progress (2): 1.4/7.5 MB | 0.8/3.7 MB error 03-Jan-2023 03:02:43 Progress (2): 1.4/7.5 MB | 0.8/3.7 MB error 03-Jan-2023 03:02:43 Progress (2): 1.5/7.5 MB | 0.8/3.7 MB error 03-Jan-2023 03:02:43 Progress (2): 1.5/7.5 MB | 0.8/3.7 MB error 03-Jan-2023 03:02:43 Progress (2): 1.5/7.5 MB | 0.8/3.7 MB error 03-Jan-2023 03:02:43 Progress (2): 1.5/7.5 MB | 0.8/3.7 MB error 03-Jan-2023 03:02:43 Progress (2): 1.6/7.5 MB | 0.8/3.7 MB error 03-Jan-2023 03:02:43 Progress (2): 1.6/7.5 MB | 0.9/3.7 MB error 03-Jan-2023 03:02:43 Progress (2): 1.6/7.5 MB | 0.9/3.7 MB error 03-Jan-2023 03:02:43 Progress (2): 1.6/7.5 MB | 0.9/3.7 MB error 03-Jan-2023 03:02:43 Progress (2): 1.6/7.5 MB | 0.9/3.7 MB error 03-Jan-2023 03:02:43 Progress (2): 1.6/7.5 MB | 0.9/3.7 MB error 03-Jan-2023 03:02:43 Progress (2): 1.6/7.5 MB | 0.9/3.7 MB error 03-Jan-2023 03:02:43 Progress (2): 1.7/7.5 MB | 0.9/3.7 MB error 03-Jan-2023 03:02:43 Progress (2): 1.7/7.5 MB | 1.0/3.7 MB error 03-Jan-2023 03:02:43 Progress (2): 1.7/7.5 MB | 1.0/3.7 MB error 03-Jan-2023 03:02:43 Progress (2): 1.7/7.5 MB | 1.0/3.7 MB error 03-Jan-2023 03:02:43 Progress (2): 1.7/7.5 MB | 1.0/3.7 MB error 03-Jan-2023 03:02:43 Progress (2): 1.7/7.5 MB | 1.0/3.7 MB error 03-Jan-2023 03:02:43 Progress (2): 1.7/7.5 MB | 1.0/3.7 MB error 03-Jan-2023 03:02:43 Progress (2): 1.7/7.5 MB | 1.1/3.7 MB error 03-Jan-2023 03:02:43 Progress (3): 1.7/7.5 MB | 1.1/3.7 MB | 3.3/157 kB error 03-Jan-2023 03:02:43 Progress (3): 1.7/7.5 MB | 1.1/3.7 MB | 6.1/157 kB error 03-Jan-2023 03:02:43 Progress (3): 1.7/7.5 MB | 1.1/3.7 MB | 8.9/157 kB error 03-Jan-2023 03:02:43 Progress (3): 1.8/7.5 MB | 1.1/3.7 MB | 8.9/157 kB error 03-Jan-2023 03:02:43 Progress (3): 1.8/7.5 MB | 1.1/3.7 MB | 8.9/157 kB error 03-Jan-2023 03:02:43 Progress (3): 1.8/7.5 MB | 1.1/3.7 MB | 12/157 kB error 03-Jan-2023 03:02:43 Progress (3): 1.8/7.5 MB | 1.1/3.7 MB | 14/157 kB error 03-Jan-2023 03:02:43 Progress (3): 1.8/7.5 MB | 1.1/3.7 MB | 14/157 kB error 03-Jan-2023 03:02:43 Progress (3): 1.8/7.5 MB | 1.1/3.7 MB | 14/157 kB error 03-Jan-2023 03:02:43 Progress (3): 1.8/7.5 MB | 1.1/3.7 MB | 17/157 kB error 03-Jan-2023 03:02:43 Progress (3): 1.8/7.5 MB | 1.1/3.7 MB | 17/157 kB error 03-Jan-2023 03:02:43 Progress (3): 1.8/7.5 MB | 1.1/3.7 MB | 20/157 kB error 03-Jan-2023 03:02:43 Progress (3): 1.8/7.5 MB | 1.1/3.7 MB | 23/157 kB error 03-Jan-2023 03:02:43 Progress (3): 1.8/7.5 MB | 1.1/3.7 MB | 26/157 kB error 03-Jan-2023 03:02:43 Progress (3): 1.8/7.5 MB | 1.1/3.7 MB | 26/157 kB error 03-Jan-2023 03:02:43 Progress (3): 1.9/7.5 MB | 1.1/3.7 MB | 26/157 kB error 03-Jan-2023 03:02:43 Progress (3): 1.9/7.5 MB | 1.1/3.7 MB | 26/157 kB error 03-Jan-2023 03:02:43 Progress (3): 1.9/7.5 MB | 1.2/3.7 MB | 26/157 kB error 03-Jan-2023 03:02:43 Progress (3): 1.9/7.5 MB | 1.2/3.7 MB | 28/157 kB error 03-Jan-2023 03:02:43 Progress (3): 1.9/7.5 MB | 1.2/3.7 MB | 31/157 kB error 03-Jan-2023 03:02:43 Progress (3): 1.9/7.5 MB | 1.2/3.7 MB | 34/157 kB error 03-Jan-2023 03:02:43 Progress (3): 1.9/7.5 MB | 1.2/3.7 MB | 37/157 kB error 03-Jan-2023 03:02:43 Progress (3): 1.9/7.5 MB | 1.2/3.7 MB | 40/157 kB error 03-Jan-2023 03:02:43 Progress (3): 1.9/7.5 MB | 1.2/3.7 MB | 42/157 kB error 03-Jan-2023 03:02:43 Progress (3): 1.9/7.5 MB | 1.2/3.7 MB | 45/157 kB error 03-Jan-2023 03:02:43 Progress (3): 1.9/7.5 MB | 1.2/3.7 MB | 45/157 kB error 03-Jan-2023 03:02:43 Progress (3): 1.9/7.5 MB | 1.2/3.7 MB | 48/157 kB error 03-Jan-2023 03:02:43 Progress (3): 2.0/7.5 MB | 1.2/3.7 MB | 48/157 kB error 03-Jan-2023 03:02:43 Progress (3): 2.0/7.5 MB | 1.2/3.7 MB | 51/157 kB error 03-Jan-2023 03:02:43 Progress (3): 2.0/7.5 MB | 1.2/3.7 MB | 51/157 kB error 03-Jan-2023 03:02:43 Progress (3): 2.0/7.5 MB | 1.2/3.7 MB | 54/157 kB error 03-Jan-2023 03:02:43 Progress (3): 2.0/7.5 MB | 1.2/3.7 MB | 54/157 kB error 03-Jan-2023 03:02:43 Progress (3): 2.0/7.5 MB | 1.2/3.7 MB | 56/157 kB error 03-Jan-2023 03:02:43 Progress (3): 2.0/7.5 MB | 1.2/3.7 MB | 59/157 kB error 03-Jan-2023 03:02:43 Progress (3): 2.0/7.5 MB | 1.2/3.7 MB | 62/157 kB error 03-Jan-2023 03:02:43 Progress (3): 2.0/7.5 MB | 1.2/3.7 MB | 65/157 kB error 03-Jan-2023 03:02:43 Progress (3): 2.0/7.5 MB | 1.2/3.7 MB | 65/157 kB error 03-Jan-2023 03:02:43 Progress (3): 2.0/7.5 MB | 1.2/3.7 MB | 68/157 kB error 03-Jan-2023 03:02:43 Progress (3): 2.0/7.5 MB | 1.2/3.7 MB | 70/157 kB error 03-Jan-2023 03:02:43 Progress (3): 2.0/7.5 MB | 1.2/3.7 MB | 73/157 kB error 03-Jan-2023 03:02:43 Progress (3): 2.0/7.5 MB | 1.2/3.7 MB | 76/157 kB error 03-Jan-2023 03:02:43 Progress (3): 2.0/7.5 MB | 1.2/3.7 MB | 79/157 kB error 03-Jan-2023 03:02:43 Progress (3): 2.0/7.5 MB | 1.2/3.7 MB | 82/157 kB error 03-Jan-2023 03:02:43 Progress (3): 2.0/7.5 MB | 1.2/3.7 MB | 84/157 kB error 03-Jan-2023 03:02:43 Progress (3): 2.0/7.5 MB | 1.2/3.7 MB | 87/157 kB error 03-Jan-2023 03:02:43 Progress (3): 2.0/7.5 MB | 1.3/3.7 MB | 87/157 kB error 03-Jan-2023 03:02:43 Progress (3): 2.0/7.5 MB | 1.3/3.7 MB | 87/157 kB error 03-Jan-2023 03:02:43 Progress (3): 2.0/7.5 MB | 1.3/3.7 MB | 90/157 kB error 03-Jan-2023 03:02:43 Progress (3): 2.0/7.5 MB | 1.3/3.7 MB | 93/157 kB error 03-Jan-2023 03:02:43 Progress (3): 2.0/7.5 MB | 1.3/3.7 MB | 96/157 kB error 03-Jan-2023 03:02:43 Progress (3): 2.0/7.5 MB | 1.3/3.7 MB | 98/157 kB error 03-Jan-2023 03:02:43 Progress (3): 2.0/7.5 MB | 1.3/3.7 MB | 101/157 kB error 03-Jan-2023 03:02:43 Progress (3): 2.0/7.5 MB | 1.3/3.7 MB | 101/157 kB error 03-Jan-2023 03:02:43 Progress (3): 2.0/7.5 MB | 1.3/3.7 MB | 104/157 kB error 03-Jan-2023 03:02:43 Progress (3): 2.0/7.5 MB | 1.3/3.7 MB | 107/157 kB error 03-Jan-2023 03:02:43 Progress (3): 2.0/7.5 MB | 1.3/3.7 MB | 110/157 kB error 03-Jan-2023 03:02:43 Progress (3): 2.1/7.5 MB | 1.3/3.7 MB | 110/157 kB error 03-Jan-2023 03:02:43 Progress (3): 2.1/7.5 MB | 1.3/3.7 MB | 112/157 kB error 03-Jan-2023 03:02:43 Progress (3): 2.1/7.5 MB | 1.3/3.7 MB | 115/157 kB error 03-Jan-2023 03:02:43 Progress (3): 2.1/7.5 MB | 1.3/3.7 MB | 118/157 kB error 03-Jan-2023 03:02:43 Progress (3): 2.1/7.5 MB | 1.3/3.7 MB | 118/157 kB error 03-Jan-2023 03:02:43 Progress (3): 2.1/7.5 MB | 1.3/3.7 MB | 121/157 kB error 03-Jan-2023 03:02:43 Progress (3): 2.1/7.5 MB | 1.3/3.7 MB | 124/157 kB error 03-Jan-2023 03:02:43 Progress (3): 2.1/7.5 MB | 1.3/3.7 MB | 126/157 kB error 03-Jan-2023 03:02:43 Progress (3): 2.1/7.5 MB | 1.3/3.7 MB | 129/157 kB error 03-Jan-2023 03:02:43 Progress (3): 2.1/7.5 MB | 1.3/3.7 MB | 132/157 kB error 03-Jan-2023 03:02:43 Progress (3): 2.1/7.5 MB | 1.3/3.7 MB | 132/157 kB error 03-Jan-2023 03:02:43 Progress (3): 2.1/7.5 MB | 1.3/3.7 MB | 135/157 kB error 03-Jan-2023 03:02:43 Progress (3): 2.1/7.5 MB | 1.3/3.7 MB | 138/157 kB error 03-Jan-2023 03:02:43 Progress (3): 2.1/7.5 MB | 1.3/3.7 MB | 138/157 kB error 03-Jan-2023 03:02:43 Progress (3): 2.1/7.5 MB | 1.3/3.7 MB | 140/157 kB error 03-Jan-2023 03:02:43 Progress (3): 2.1/7.5 MB | 1.3/3.7 MB | 143/157 kB error 03-Jan-2023 03:02:43 Progress (3): 2.1/7.5 MB | 1.3/3.7 MB | 146/157 kB error 03-Jan-2023 03:02:43 Progress (3): 2.1/7.5 MB | 1.3/3.7 MB | 149/157 kB error 03-Jan-2023 03:02:43 Progress (3): 2.1/7.5 MB | 1.4/3.7 MB | 149/157 kB error 03-Jan-2023 03:02:43 Progress (3): 2.2/7.5 MB | 1.4/3.7 MB | 149/157 kB error 03-Jan-2023 03:02:43 Progress (3): 2.2/7.5 MB | 1.4/3.7 MB | 149/157 kB error 03-Jan-2023 03:02:43 Progress (3): 2.2/7.5 MB | 1.4/3.7 MB | 152/157 kB error 03-Jan-2023 03:02:43 Progress (3): 2.2/7.5 MB | 1.4/3.7 MB | 154/157 kB error 03-Jan-2023 03:02:43 Progress (3): 2.2/7.5 MB | 1.4/3.7 MB | 154/157 kB error 03-Jan-2023 03:02:43 Progress (3): 2.2/7.5 MB | 1.4/3.7 MB | 154/157 kB error 03-Jan-2023 03:02:43 Progress (3): 2.2/7.5 MB | 1.5/3.7 MB | 154/157 kB error 03-Jan-2023 03:02:43 Progress (3): 2.2/7.5 MB | 1.5/3.7 MB | 157/157 kB error 03-Jan-2023 03:02:43 Progress (3): 2.2/7.5 MB | 1.5/3.7 MB | 157/157 kB error 03-Jan-2023 03:02:43 Progress (3): 2.2/7.5 MB | 1.5/3.7 MB | 157 kB error 03-Jan-2023 03:02:43 Progress (3): 2.2/7.5 MB | 1.5/3.7 MB | 157 kB error 03-Jan-2023 03:02:43 Progress (3): 2.2/7.5 MB | 1.5/3.7 MB | 157 kB error 03-Jan-2023 03:02:43 Progress (3): 2.2/7.5 MB | 1.5/3.7 MB | 157 kB error 03-Jan-2023 03:02:43 Progress (4): 2.2/7.5 MB | 1.5/3.7 MB | 157 kB | 0/1.8 MB error 03-Jan-2023 03:02:43 Progress (5): 2.2/7.5 MB | 1.5/3.7 MB | 157 kB | 0/1.8 MB | 0/1.3 MB error 03-Jan-2023 03:02:43 Progress (5): 2.2/7.5 MB | 1.5/3.7 MB | 157 kB | 0/1.8 MB | 0/1.3 MB error 03-Jan-2023 03:02:43 Progress (5): 2.2/7.5 MB | 1.6/3.7 MB | 157 kB | 0/1.8 MB | 0/1.3 MB error 03-Jan-2023 03:02:43 Progress (5): 2.2/7.5 MB | 1.6/3.7 MB | 157 kB | 0/1.8 MB | 0/1.3 MB error 03-Jan-2023 03:02:43 Progress (5): 2.3/7.5 MB | 1.6/3.7 MB | 157 kB | 0/1.8 MB | 0/1.3 MB error 03-Jan-2023 03:02:43 Progress (5): 2.3/7.5 MB | 1.6/3.7 MB | 157 kB | 0/1.8 MB | 0/1.3 MB error 03-Jan-2023 03:02:43 Progress (5): 2.3/7.5 MB | 1.6/3.7 MB | 157 kB | 0/1.8 MB | 0/1.3 MB error 03-Jan-2023 03:02:43 Progress (5): 2.3/7.5 MB | 1.6/3.7 MB | 157 kB | 0/1.8 MB | 0/1.3 MB error 03-Jan-2023 03:02:43 Progress (5): 2.3/7.5 MB | 1.6/3.7 MB | 157 kB | 0/1.8 MB | 0/1.3 MB error 03-Jan-2023 03:02:43 Progress (5): 2.3/7.5 MB | 1.6/3.7 MB | 157 kB | 0/1.8 MB | 0/1.3 MB error 03-Jan-2023 03:02:43 Progress (5): 2.3/7.5 MB | 1.6/3.7 MB | 157 kB | 0/1.8 MB | 0/1.3 MB error 03-Jan-2023 03:02:43 Progress (5): 2.3/7.5 MB | 1.6/3.7 MB | 157 kB | 0/1.8 MB | 0/1.3 MB error 03-Jan-2023 03:02:43 Progress (5): 2.3/7.5 MB | 1.6/3.7 MB | 157 kB | 0/1.8 MB | 0/1.3 MB error 03-Jan-2023 03:02:43 Progress (5): 2.3/7.5 MB | 1.6/3.7 MB | 157 kB | 0.1/1.8 MB | 0/1.3 MB error 03-Jan-2023 03:02:43 Progress (5): 2.3/7.5 MB | 1.6/3.7 MB | 157 kB | 0.1/1.8 MB | 0/1.3 MB error 03-Jan-2023 03:02:43 Progress (5): 2.3/7.5 MB | 1.6/3.7 MB | 157 kB | 0.1/1.8 MB | 0/1.3 MB error 03-Jan-2023 03:02:43 Progress (5): 2.4/7.5 MB | 1.6/3.7 MB | 157 kB | 0.1/1.8 MB | 0/1.3 MB error 03-Jan-2023 03:02:43 Progress (5): 2.4/7.5 MB | 1.6/3.7 MB | 157 kB | 0.1/1.8 MB | 0/1.3 MB error 03-Jan-2023 03:02:43 Progress (5): 2.4/7.5 MB | 1.6/3.7 MB | 157 kB | 0.1/1.8 MB | 0/1.3 MB error 03-Jan-2023 03:02:43 Progress (5): 2.4/7.5 MB | 1.6/3.7 MB | 157 kB | 0.1/1.8 MB | 0/1.3 MB error 03-Jan-2023 03:02:43 Progress (5): 2.4/7.5 MB | 1.6/3.7 MB | 157 kB | 0.1/1.8 MB | 0.1/1.3 MB error 03-Jan-2023 03:02:43 Progress (5): 2.4/7.5 MB | 1.6/3.7 MB | 157 kB | 0.1/1.8 MB | 0.1/1.3 MB error 03-Jan-2023 03:02:43 Progress (5): 2.4/7.5 MB | 1.6/3.7 MB | 157 kB | 0.1/1.8 MB | 0.1/1.3 MB error 03-Jan-2023 03:02:43 Progress (5): 2.4/7.5 MB | 1.6/3.7 MB | 157 kB | 0.1/1.8 MB | 0.1/1.3 MB error 03-Jan-2023 03:02:43 Progress (5): 2.4/7.5 MB | 1.6/3.7 MB | 157 kB | 0.1/1.8 MB | 0.1/1.3 MB error 03-Jan-2023 03:02:43 Progress (5): 2.4/7.5 MB | 1.7/3.7 MB | 157 kB | 0.1/1.8 MB | 0.1/1.3 MB error 03-Jan-2023 03:02:43 Progress (5): 2.4/7.5 MB | 1.7/3.7 MB | 157 kB | 0.1/1.8 MB | 0.1/1.3 MB error 03-Jan-2023 03:02:43 Progress (5): 2.4/7.5 MB | 1.7/3.7 MB | 157 kB | 0.1/1.8 MB | 0.1/1.3 MB error 03-Jan-2023 03:02:43 Progress (5): 2.4/7.5 MB | 1.7/3.7 MB | 157 kB | 0.1/1.8 MB | 0.1/1.3 MB error 03-Jan-2023 03:02:43 Progress (5): 2.4/7.5 MB | 1.7/3.7 MB | 157 kB | 0.1/1.8 MB | 0.1/1.3 MB error 03-Jan-2023 03:02:43 Progress (5): 2.4/7.5 MB | 1.7/3.7 MB | 157 kB | 0.1/1.8 MB | 0.1/1.3 MB error 03-Jan-2023 03:02:43 Progress (5): 2.4/7.5 MB | 1.7/3.7 MB | 157 kB | 0.1/1.8 MB | 0.1/1.3 MB error 03-Jan-2023 03:02:43 Progress (5): 2.4/7.5 MB | 1.7/3.7 MB | 157 kB | 0.1/1.8 MB | 0.1/1.3 MB error 03-Jan-2023 03:02:43 Progress (5): 2.5/7.5 MB | 1.7/3.7 MB | 157 kB | 0.1/1.8 MB | 0.1/1.3 MB error 03-Jan-2023 03:02:43 Progress (5): 2.5/7.5 MB | 1.7/3.7 MB | 157 kB | 0.1/1.8 MB | 0.1/1.3 MB error 03-Jan-2023 03:02:43 Progress (5): 2.5/7.5 MB | 1.7/3.7 MB | 157 kB | 0.1/1.8 MB | 0.1/1.3 MB error 03-Jan-2023 03:02:43 Progress (5): 2.5/7.5 MB | 1.7/3.7 MB | 157 kB | 0.1/1.8 MB | 0.1/1.3 MB error 03-Jan-2023 03:02:43 Progress (5): 2.5/7.5 MB | 1.7/3.7 MB | 157 kB | 0.1/1.8 MB | 0.1/1.3 MB error 03-Jan-2023 03:02:43 Progress (5): 2.5/7.5 MB | 1.7/3.7 MB | 157 kB | 0.1/1.8 MB | 0.1/1.3 MB error 03-Jan-2023 03:02:43 Progress (5): 2.5/7.5 MB | 1.7/3.7 MB | 157 kB | 0.1/1.8 MB | 0.1/1.3 MB error 03-Jan-2023 03:02:43 Progress (5): 2.5/7.5 MB | 1.7/3.7 MB | 157 kB | 0.1/1.8 MB | 0.1/1.3 MB error 03-Jan-2023 03:02:43 Progress (5): 2.5/7.5 MB | 1.7/3.7 MB | 157 kB | 0.1/1.8 MB | 0.1/1.3 MB error 03-Jan-2023 03:02:43 Progress (5): 2.5/7.5 MB | 1.7/3.7 MB | 157 kB | 0.1/1.8 MB | 0.1/1.3 MB error 03-Jan-2023 03:02:43 Progress (5): 2.5/7.5 MB | 1.7/3.7 MB | 157 kB | 0.1/1.8 MB | 0.1/1.3 MB error 03-Jan-2023 03:02:43 Progress (5): 2.5/7.5 MB | 1.7/3.7 MB | 157 kB | 0.1/1.8 MB | 0.1/1.3 MB error 03-Jan-2023 03:02:43 Progress (5): 2.5/7.5 MB | 1.7/3.7 MB | 157 kB | 0.1/1.8 MB | 0.1/1.3 MB error 03-Jan-2023 03:02:43 Progress (5): 2.5/7.5 MB | 1.7/3.7 MB | 157 kB | 0.1/1.8 MB | 0.2/1.3 MB error 03-Jan-2023 03:02:43 Progress (5): 2.5/7.5 MB | 1.7/3.7 MB | 157 kB | 0.1/1.8 MB | 0.2/1.3 MB error 03-Jan-2023 03:02:43 Progress (5): 2.5/7.5 MB | 1.7/3.7 MB | 157 kB | 0.1/1.8 MB | 0.2/1.3 MB error 03-Jan-2023 03:02:43 Progress (5): 2.5/7.5 MB | 1.7/3.7 MB | 157 kB | 0.1/1.8 MB | 0.2/1.3 MB error 03-Jan-2023 03:02:43 Progress (5): 2.6/7.5 MB | 1.7/3.7 MB | 157 kB | 0.1/1.8 MB | 0.2/1.3 MB error 03-Jan-2023 03:02:43 Progress (5): 2.6/7.5 MB | 1.7/3.7 MB | 157 kB | 0.2/1.8 MB | 0.2/1.3 MB error 03-Jan-2023 03:02:43 Progress (5): 2.6/7.5 MB | 1.8/3.7 MB | 157 kB | 0.2/1.8 MB | 0.2/1.3 MB error 03-Jan-2023 03:02:43 Progress (5): 2.6/7.5 MB | 1.8/3.7 MB | 157 kB | 0.2/1.8 MB | 0.2/1.3 MB error 03-Jan-2023 03:02:43 Progress (5): 2.6/7.5 MB | 1.8/3.7 MB | 157 kB | 0.2/1.8 MB | 0.2/1.3 MB error 03-Jan-2023 03:02:43 Progress (5): 2.6/7.5 MB | 1.8/3.7 MB | 157 kB | 0.2/1.8 MB | 0.2/1.3 MB error 03-Jan-2023 03:02:43 Progress (5): 2.6/7.5 MB | 1.8/3.7 MB | 157 kB | 0.2/1.8 MB | 0.2/1.3 MB error 03-Jan-2023 03:02:43 Progress (5): 2.6/7.5 MB | 1.8/3.7 MB | 157 kB | 0.2/1.8 MB | 0.2/1.3 MB error 03-Jan-2023 03:02:43 Progress (5): 2.6/7.5 MB | 1.8/3.7 MB | 157 kB | 0.2/1.8 MB | 0.2/1.3 MB error 03-Jan-2023 03:02:43 Progress (5): 2.6/7.5 MB | 1.8/3.7 MB | 157 kB | 0.2/1.8 MB | 0.2/1.3 MB error 03-Jan-2023 03:02:43 Progress (5): 2.6/7.5 MB | 1.8/3.7 MB | 157 kB | 0.2/1.8 MB | 0.2/1.3 MB error 03-Jan-2023 03:02:43 Progress (5): 2.6/7.5 MB | 1.8/3.7 MB | 157 kB | 0.2/1.8 MB | 0.2/1.3 MB error 03-Jan-2023 03:02:43 Progress (5): 2.6/7.5 MB | 1.8/3.7 MB | 157 kB | 0.2/1.8 MB | 0.2/1.3 MB error 03-Jan-2023 03:02:43 Progress (5): 2.7/7.5 MB | 1.8/3.7 MB | 157 kB | 0.2/1.8 MB | 0.2/1.3 MB error 03-Jan-2023 03:02:43 Progress (5): 2.7/7.5 MB | 1.8/3.7 MB | 157 kB | 0.2/1.8 MB | 0.2/1.3 MB error 03-Jan-2023 03:02:43 Progress (5): 2.7/7.5 MB | 1.8/3.7 MB | 157 kB | 0.2/1.8 MB | 0.2/1.3 MB error 03-Jan-2023 03:02:43 Progress (5): 2.8/7.5 MB | 1.8/3.7 MB | 157 kB | 0.2/1.8 MB | 0.2/1.3 MB error 03-Jan-2023 03:02:43 Progress (5): 2.8/7.5 MB | 1.8/3.7 MB | 157 kB | 0.2/1.8 MB | 0.2/1.3 MB error 03-Jan-2023 03:02:43 Progress (5): 2.8/7.5 MB | 1.8/3.7 MB | 157 kB | 0.2/1.8 MB | 0.2/1.3 MB error 03-Jan-2023 03:02:43 Progress (5): 2.8/7.5 MB | 1.8/3.7 MB | 157 kB | 0.2/1.8 MB | 0.2/1.3 MB error 03-Jan-2023 03:02:43 Progress (5): 2.8/7.5 MB | 1.8/3.7 MB | 157 kB | 0.2/1.8 MB | 0.2/1.3 MB error 03-Jan-2023 03:02:43 Progress (5): 2.8/7.5 MB | 1.8/3.7 MB | 157 kB | 0.2/1.8 MB | 0.2/1.3 MB error 03-Jan-2023 03:02:43 Progress (5): 2.8/7.5 MB | 1.8/3.7 MB | 157 kB | 0.2/1.8 MB | 0.2/1.3 MB error 03-Jan-2023 03:02:43 Progress (5): 2.8/7.5 MB | 1.8/3.7 MB | 157 kB | 0.2/1.8 MB | 0.2/1.3 MB error 03-Jan-2023 03:02:43 Progress (5): 2.8/7.5 MB | 1.8/3.7 MB | 157 kB | 0.2/1.8 MB | 0.2/1.3 MB error 03-Jan-2023 03:02:43 Progress (5): 2.8/7.5 MB | 1.8/3.7 MB | 157 kB | 0.2/1.8 MB | 0.2/1.3 MB error 03-Jan-2023 03:02:43 Progress (5): 2.8/7.5 MB | 1.8/3.7 MB | 157 kB | 0.2/1.8 MB | 0.2/1.3 MB error 03-Jan-2023 03:02:43 Progress (5): 2.8/7.5 MB | 1.8/3.7 MB | 157 kB | 0.2/1.8 MB | 0.2/1.3 MB error 03-Jan-2023 03:02:43 Progress (5): 2.8/7.5 MB | 1.8/3.7 MB | 157 kB | 0.2/1.8 MB | 0.3/1.3 MB error 03-Jan-2023 03:02:43 Progress (5): 2.8/7.5 MB | 1.8/3.7 MB | 157 kB | 0.2/1.8 MB | 0.3/1.3 MB error 03-Jan-2023 03:02:43 Progress (5): 2.8/7.5 MB | 1.8/3.7 MB | 157 kB | 0.2/1.8 MB | 0.3/1.3 MB error 03-Jan-2023 03:02:43 Progress (5): 2.8/7.5 MB | 1.8/3.7 MB | 157 kB | 0.3/1.8 MB | 0.3/1.3 MB error 03-Jan-2023 03:02:43 Progress (5): 2.8/7.5 MB | 1.8/3.7 MB | 157 kB | 0.3/1.8 MB | 0.3/1.3 MB error 03-Jan-2023 03:02:43 Progress (5): 2.8/7.5 MB | 1.8/3.7 MB | 157 kB | 0.3/1.8 MB | 0.3/1.3 MB error 03-Jan-2023 03:02:43 Progress (5): 2.8/7.5 MB | 1.8/3.7 MB | 157 kB | 0.3/1.8 MB | 0.3/1.3 MB error 03-Jan-2023 03:02:43 Progress (5): 2.8/7.5 MB | 1.8/3.7 MB | 157 kB | 0.3/1.8 MB | 0.3/1.3 MB error 03-Jan-2023 03:02:43 Progress (5): 2.8/7.5 MB | 1.8/3.7 MB | 157 kB | 0.3/1.8 MB | 0.3/1.3 MB error 03-Jan-2023 03:02:43 Progress (5): 2.8/7.5 MB | 1.8/3.7 MB | 157 kB | 0.3/1.8 MB | 0.3/1.3 MB error 03-Jan-2023 03:02:43 Progress (5): 2.9/7.5 MB | 1.8/3.7 MB | 157 kB | 0.3/1.8 MB | 0.3/1.3 MB error 03-Jan-2023 03:02:43 Progress (5): 2.9/7.5 MB | 1.8/3.7 MB | 157 kB | 0.3/1.8 MB | 0.3/1.3 MB error 03-Jan-2023 03:02:43 Progress (5): 2.9/7.5 MB | 1.8/3.7 MB | 157 kB | 0.3/1.8 MB | 0.3/1.3 MB error 03-Jan-2023 03:02:43 Progress (5): 2.9/7.5 MB | 1.8/3.7 MB | 157 kB | 0.3/1.8 MB | 0.3/1.3 MB error 03-Jan-2023 03:02:43 Progress (5): 2.9/7.5 MB | 1.8/3.7 MB | 157 kB | 0.3/1.8 MB | 0.3/1.3 MB error 03-Jan-2023 03:02:43 Progress (5): 2.9/7.5 MB | 1.8/3.7 MB | 157 kB | 0.3/1.8 MB | 0.3/1.3 MB error 03-Jan-2023 03:02:43 Progress (5): 2.9/7.5 MB | 1.8/3.7 MB | 157 kB | 0.3/1.8 MB | 0.3/1.3 MB error 03-Jan-2023 03:02:43 Progress (5): 2.9/7.5 MB | 1.8/3.7 MB | 157 kB | 0.3/1.8 MB | 0.3/1.3 MB error 03-Jan-2023 03:02:43 Progress (5): 2.9/7.5 MB | 1.8/3.7 MB | 157 kB | 0.3/1.8 MB | 0.3/1.3 MB error 03-Jan-2023 03:02:43 Progress (5): 2.9/7.5 MB | 1.8/3.7 MB | 157 kB | 0.3/1.8 MB | 0.3/1.3 MB error 03-Jan-2023 03:02:43 Progress (5): 2.9/7.5 MB | 1.8/3.7 MB | 157 kB | 0.3/1.8 MB | 0.3/1.3 MB error 03-Jan-2023 03:02:43 Progress (5): 2.9/7.5 MB | 1.8/3.7 MB | 157 kB | 0.3/1.8 MB | 0.3/1.3 MB error 03-Jan-2023 03:02:43 Progress (5): 2.9/7.5 MB | 1.8/3.7 MB | 157 kB | 0.3/1.8 MB | 0.3/1.3 MB error 03-Jan-2023 03:02:43 Progress (5): 2.9/7.5 MB | 1.8/3.7 MB | 157 kB | 0.3/1.8 MB | 0.3/1.3 MB error 03-Jan-2023 03:02:43 Progress (5): 2.9/7.5 MB | 1.8/3.7 MB | 157 kB | 0.3/1.8 MB | 0.3/1.3 MB error 03-Jan-2023 03:02:43 Progress (5): 2.9/7.5 MB | 1.8/3.7 MB | 157 kB | 0.3/1.8 MB | 0.4/1.3 MB error 03-Jan-2023 03:02:43 Progress (5): 2.9/7.5 MB | 1.8/3.7 MB | 157 kB | 0.3/1.8 MB | 0.4/1.3 MB error 03-Jan-2023 03:02:43 Progress (5): 2.9/7.5 MB | 1.8/3.7 MB | 157 kB | 0.3/1.8 MB | 0.4/1.3 MB error 03-Jan-2023 03:02:43 Progress (5): 2.9/7.5 MB | 1.8/3.7 MB | 157 kB | 0.3/1.8 MB | 0.4/1.3 MB error 03-Jan-2023 03:02:43 Progress (5): 2.9/7.5 MB | 1.8/3.7 MB | 157 kB | 0.3/1.8 MB | 0.4/1.3 MB error 03-Jan-2023 03:02:43 Progress (5): 2.9/7.5 MB | 1.8/3.7 MB | 157 kB | 0.3/1.8 MB | 0.4/1.3 MB error 03-Jan-2023 03:02:43 Progress (5): 2.9/7.5 MB | 1.8/3.7 MB | 157 kB | 0.4/1.8 MB | 0.4/1.3 MB error 03-Jan-2023 03:02:43 Progress (5): 3.0/7.5 MB | 1.8/3.7 MB | 157 kB | 0.4/1.8 MB | 0.4/1.3 MB error 03-Jan-2023 03:02:43 Progress (5): 3.0/7.5 MB | 1.9/3.7 MB | 157 kB | 0.4/1.8 MB | 0.4/1.3 MB error 03-Jan-2023 03:02:43 Progress (5): 3.0/7.5 MB | 1.9/3.7 MB | 157 kB | 0.4/1.8 MB | 0.4/1.3 MB error 03-Jan-2023 03:02:43 Progress (5): 3.0/7.5 MB | 1.9/3.7 MB | 157 kB | 0.4/1.8 MB | 0.4/1.3 MB error 03-Jan-2023 03:02:43 Progress (5): 3.0/7.5 MB | 1.9/3.7 MB | 157 kB | 0.4/1.8 MB | 0.4/1.3 MB error 03-Jan-2023 03:02:43 Progress (5): 3.0/7.5 MB | 1.9/3.7 MB | 157 kB | 0.4/1.8 MB | 0.4/1.3 MB error 03-Jan-2023 03:02:43 Progress (5): 3.0/7.5 MB | 1.9/3.7 MB | 157 kB | 0.4/1.8 MB | 0.4/1.3 MB error 03-Jan-2023 03:02:43 Progress (5): 3.0/7.5 MB | 1.9/3.7 MB | 157 kB | 0.4/1.8 MB | 0.4/1.3 MB error 03-Jan-2023 03:02:43 Progress (5): 3.0/7.5 MB | 1.9/3.7 MB | 157 kB | 0.4/1.8 MB | 0.4/1.3 MB error 03-Jan-2023 03:02:43 Progress (5): 3.0/7.5 MB | 1.9/3.7 MB | 157 kB | 0.4/1.8 MB | 0.4/1.3 MB error 03-Jan-2023 03:02:43 Progress (5): 3.0/7.5 MB | 1.9/3.7 MB | 157 kB | 0.4/1.8 MB | 0.4/1.3 MB error 03-Jan-2023 03:02:43 Progress (5): 3.0/7.5 MB | 1.9/3.7 MB | 157 kB | 0.4/1.8 MB | 0.4/1.3 MB error 03-Jan-2023 03:02:43 Progress (5): 3.0/7.5 MB | 1.9/3.7 MB | 157 kB | 0.4/1.8 MB | 0.4/1.3 MB error 03-Jan-2023 03:02:43 Progress (5): 3.0/7.5 MB | 1.9/3.7 MB | 157 kB | 0.4/1.8 MB | 0.4/1.3 MB error 03-Jan-2023 03:02:43 Progress (5): 3.0/7.5 MB | 1.9/3.7 MB | 157 kB | 0.4/1.8 MB | 0.4/1.3 MB error 03-Jan-2023 03:02:43 Progress (5): 3.0/7.5 MB | 1.9/3.7 MB | 157 kB | 0.4/1.8 MB | 0.4/1.3 MB error 03-Jan-2023 03:02:43 Progress (5): 3.1/7.5 MB | 1.9/3.7 MB | 157 kB | 0.4/1.8 MB | 0.4/1.3 MB error 03-Jan-2023 03:02:43 Progress (5): 3.1/7.5 MB | 1.9/3.7 MB | 157 kB | 0.4/1.8 MB | 0.4/1.3 MB error 03-Jan-2023 03:02:43 Progress (5): 3.1/7.5 MB | 1.9/3.7 MB | 157 kB | 0.4/1.8 MB | 0.4/1.3 MB error 03-Jan-2023 03:02:43 Progress (5): 3.1/7.5 MB | 2.0/3.7 MB | 157 kB | 0.4/1.8 MB | 0.4/1.3 MB error 03-Jan-2023 03:02:43 Progress (5): 3.1/7.5 MB | 2.0/3.7 MB | 157 kB | 0.4/1.8 MB | 0.4/1.3 MB error 03-Jan-2023 03:02:43 Progress (5): 3.1/7.5 MB | 2.0/3.7 MB | 157 kB | 0.4/1.8 MB | 0.4/1.3 MB error 03-Jan-2023 03:02:43 Progress (5): 3.1/7.5 MB | 2.0/3.7 MB | 157 kB | 0.4/1.8 MB | 0.4/1.3 MB error 03-Jan-2023 03:02:43 Progress (5): 3.1/7.5 MB | 2.0/3.7 MB | 157 kB | 0.5/1.8 MB | 0.4/1.3 MB error 03-Jan-2023 03:02:43 Progress (5): 3.1/7.5 MB | 2.0/3.7 MB | 157 kB | 0.5/1.8 MB | 0.4/1.3 MB error 03-Jan-2023 03:02:43 Progress (5): 3.1/7.5 MB | 2.0/3.7 MB | 157 kB | 0.5/1.8 MB | 0.4/1.3 MB error 03-Jan-2023 03:02:43 Progress (5): 3.1/7.5 MB | 2.0/3.7 MB | 157 kB | 0.5/1.8 MB | 0.5/1.3 MB error 03-Jan-2023 03:02:43 Progress (5): 3.1/7.5 MB | 2.0/3.7 MB | 157 kB | 0.5/1.8 MB | 0.5/1.3 MB error 03-Jan-2023 03:02:43 Progress (5): 3.1/7.5 MB | 2.0/3.7 MB | 157 kB | 0.5/1.8 MB | 0.5/1.3 MB error 03-Jan-2023 03:02:43 Progress (5): 3.1/7.5 MB | 2.0/3.7 MB | 157 kB | 0.5/1.8 MB | 0.5/1.3 MB error 03-Jan-2023 03:02:43 Progress (5): 3.1/7.5 MB | 2.0/3.7 MB | 157 kB | 0.5/1.8 MB | 0.5/1.3 MB error 03-Jan-2023 03:02:43 Progress (5): 3.1/7.5 MB | 2.0/3.7 MB | 157 kB | 0.5/1.8 MB | 0.5/1.3 MB error 03-Jan-2023 03:02:43 Progress (5): 3.1/7.5 MB | 2.0/3.7 MB | 157 kB | 0.5/1.8 MB | 0.5/1.3 MB error 03-Jan-2023 03:02:43 Progress (5): 3.1/7.5 MB | 2.0/3.7 MB | 157 kB | 0.5/1.8 MB | 0.5/1.3 MB error 03-Jan-2023 03:02:43 Progress (5): 3.1/7.5 MB | 2.0/3.7 MB | 157 kB | 0.5/1.8 MB | 0.5/1.3 MB error 03-Jan-2023 03:02:43 Progress (5): 3.1/7.5 MB | 2.0/3.7 MB | 157 kB | 0.5/1.8 MB | 0.5/1.3 MB error 03-Jan-2023 03:02:43 error 03-Jan-2023 03:02:43 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/hibernate/hibernate-search-orm/5.11.9.Final/hibernate-search-orm-5.11.9.Final.jar (157 kB at 20 kB/s) error 03-Jan-2023 03:02:43 #16 85.22 Progress (4): 3.2/7.5 MB | 2.0/3.7 MB | 0.5/1.8 MB | 0.5/1.3 MB error 03-Jan-2023 03:02:43 Progress (4): 3.2/7.5 MB | 2.0/3.7 MB | 0.5/1.8 MB | 0.5/1.3 MB error 03-Jan-2023 03:02:43 Progress (4): 3.2/7.5 MB | 2.0/3.7 MB | 0.5/1.8 MB | 0.5/1.3 MB error 03-Jan-2023 03:02:43 Progress (4): 3.2/7.5 MB | 2.0/3.7 MB | 0.5/1.8 MB | 0.5/1.3 MB error 03-Jan-2023 03:02:43 Progress (4): 3.2/7.5 MB | 2.0/3.7 MB | 0.5/1.8 MB | 0.5/1.3 MB error 03-Jan-2023 03:02:43 Progress (4): 3.2/7.5 MB | 2.0/3.7 MB | 0.5/1.8 MB | 0.5/1.3 MB error 03-Jan-2023 03:02:43 error 03-Jan-2023 03:02:43 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/logging/log4j/log4j-api/2.17.2/log4j-api-2.17.2.jar error 03-Jan-2023 03:02:43 #16 85.23 Progress (4): 3.2/7.5 MB | 2.0/3.7 MB | 0.5/1.8 MB | 0.5/1.3 MB error 03-Jan-2023 03:02:43 Progress (4): 3.2/7.5 MB | 2.0/3.7 MB | 0.5/1.8 MB | 0.5/1.3 MB error 03-Jan-2023 03:02:43 Progress (4): 3.2/7.5 MB | 2.0/3.7 MB | 0.5/1.8 MB | 0.5/1.3 MB error 03-Jan-2023 03:02:43 Progress (4): 3.2/7.5 MB | 2.0/3.7 MB | 0.5/1.8 MB | 0.5/1.3 MB error 03-Jan-2023 03:02:43 Progress (4): 3.2/7.5 MB | 2.0/3.7 MB | 0.5/1.8 MB | 0.5/1.3 MB error 03-Jan-2023 03:02:43 Progress (4): 3.2/7.5 MB | 2.0/3.7 MB | 0.5/1.8 MB | 0.5/1.3 MB error 03-Jan-2023 03:02:43 Progress (4): 3.2/7.5 MB | 2.0/3.7 MB | 0.5/1.8 MB | 0.5/1.3 MB error 03-Jan-2023 03:02:43 Progress (4): 3.2/7.5 MB | 2.0/3.7 MB | 0.5/1.8 MB | 0.5/1.3 MB error 03-Jan-2023 03:02:43 Progress (4): 3.2/7.5 MB | 2.1/3.7 MB | 0.5/1.8 MB | 0.5/1.3 MB error 03-Jan-2023 03:02:43 Progress (4): 3.2/7.5 MB | 2.1/3.7 MB | 0.5/1.8 MB | 0.5/1.3 MB error 03-Jan-2023 03:02:43 Progress (4): 3.2/7.5 MB | 2.1/3.7 MB | 0.5/1.8 MB | 0.5/1.3 MB error 03-Jan-2023 03:02:43 Progress (4): 3.2/7.5 MB | 2.1/3.7 MB | 0.5/1.8 MB | 0.5/1.3 MB error 03-Jan-2023 03:02:43 Progress (4): 3.2/7.5 MB | 2.1/3.7 MB | 0.5/1.8 MB | 0.6/1.3 MB error 03-Jan-2023 03:02:43 Progress (4): 3.2/7.5 MB | 2.1/3.7 MB | 0.5/1.8 MB | 0.6/1.3 MB error 03-Jan-2023 03:02:43 Progress (4): 3.2/7.5 MB | 2.1/3.7 MB | 0.5/1.8 MB | 0.6/1.3 MB error 03-Jan-2023 03:02:43 Progress (4): 3.2/7.5 MB | 2.1/3.7 MB | 0.5/1.8 MB | 0.6/1.3 MB error 03-Jan-2023 03:02:43 Progress (4): 3.3/7.5 MB | 2.1/3.7 MB | 0.5/1.8 MB | 0.6/1.3 MB error 03-Jan-2023 03:02:43 Progress (4): 3.3/7.5 MB | 2.1/3.7 MB | 0.5/1.8 MB | 0.6/1.3 MB error 03-Jan-2023 03:02:43 Progress (4): 3.3/7.5 MB | 2.1/3.7 MB | 0.6/1.8 MB | 0.6/1.3 MB error 03-Jan-2023 03:02:43 Progress (4): 3.3/7.5 MB | 2.1/3.7 MB | 0.6/1.8 MB | 0.6/1.3 MB error 03-Jan-2023 03:02:43 Progress (4): 3.3/7.5 MB | 2.1/3.7 MB | 0.6/1.8 MB | 0.6/1.3 MB error 03-Jan-2023 03:02:43 Progress (4): 3.3/7.5 MB | 2.1/3.7 MB | 0.6/1.8 MB | 0.6/1.3 MB error 03-Jan-2023 03:02:43 Progress (4): 3.3/7.5 MB | 2.1/3.7 MB | 0.6/1.8 MB | 0.6/1.3 MB error 03-Jan-2023 03:02:43 Progress (4): 3.3/7.5 MB | 2.1/3.7 MB | 0.6/1.8 MB | 0.6/1.3 MB error 03-Jan-2023 03:02:43 Progress (4): 3.3/7.5 MB | 2.1/3.7 MB | 0.6/1.8 MB | 0.6/1.3 MB error 03-Jan-2023 03:02:43 Progress (4): 3.3/7.5 MB | 2.1/3.7 MB | 0.6/1.8 MB | 0.6/1.3 MB error 03-Jan-2023 03:02:43 Progress (4): 3.3/7.5 MB | 2.1/3.7 MB | 0.6/1.8 MB | 0.6/1.3 MB error 03-Jan-2023 03:02:43 Progress (4): 3.3/7.5 MB | 2.1/3.7 MB | 0.6/1.8 MB | 0.6/1.3 MB error 03-Jan-2023 03:02:43 Progress (4): 3.3/7.5 MB | 2.1/3.7 MB | 0.6/1.8 MB | 0.6/1.3 MB error 03-Jan-2023 03:02:43 Progress (4): 3.3/7.5 MB | 2.1/3.7 MB | 0.6/1.8 MB | 0.6/1.3 MB error 03-Jan-2023 03:02:43 Progress (4): 3.3/7.5 MB | 2.1/3.7 MB | 0.6/1.8 MB | 0.6/1.3 MB error 03-Jan-2023 03:02:43 Progress (4): 3.3/7.5 MB | 2.1/3.7 MB | 0.6/1.8 MB | 0.6/1.3 MB error 03-Jan-2023 03:02:43 Progress (4): 3.3/7.5 MB | 2.1/3.7 MB | 0.6/1.8 MB | 0.6/1.3 MB error 03-Jan-2023 03:02:43 Progress (4): 3.3/7.5 MB | 2.1/3.7 MB | 0.6/1.8 MB | 0.6/1.3 MB error 03-Jan-2023 03:02:43 Progress (4): 3.3/7.5 MB | 2.1/3.7 MB | 0.6/1.8 MB | 0.6/1.3 MB error 03-Jan-2023 03:02:43 Progress (4): 3.3/7.5 MB | 2.1/3.7 MB | 0.6/1.8 MB | 0.6/1.3 MB error 03-Jan-2023 03:02:43 Progress (4): 3.3/7.5 MB | 2.1/3.7 MB | 0.6/1.8 MB | 0.6/1.3 MB error 03-Jan-2023 03:02:43 Progress (4): 3.3/7.5 MB | 2.1/3.7 MB | 0.6/1.8 MB | 0.6/1.3 MB error 03-Jan-2023 03:02:43 Progress (4): 3.3/7.5 MB | 2.2/3.7 MB | 0.6/1.8 MB | 0.6/1.3 MB error 03-Jan-2023 03:02:43 Progress (4): 3.3/7.5 MB | 2.2/3.7 MB | 0.6/1.8 MB | 0.6/1.3 MB error 03-Jan-2023 03:02:43 Progress (4): 3.4/7.5 MB | 2.2/3.7 MB | 0.6/1.8 MB | 0.6/1.3 MB error 03-Jan-2023 03:02:43 Progress (4): 3.4/7.5 MB | 2.2/3.7 MB | 0.6/1.8 MB | 0.7/1.3 MB error 03-Jan-2023 03:02:43 Progress (4): 3.4/7.5 MB | 2.2/3.7 MB | 0.6/1.8 MB | 0.7/1.3 MB error 03-Jan-2023 03:02:43 Progress (4): 3.4/7.5 MB | 2.2/3.7 MB | 0.6/1.8 MB | 0.7/1.3 MB error 03-Jan-2023 03:02:43 Progress (4): 3.4/7.5 MB | 2.2/3.7 MB | 0.6/1.8 MB | 0.7/1.3 MB error 03-Jan-2023 03:02:43 Progress (4): 3.4/7.5 MB | 2.2/3.7 MB | 0.6/1.8 MB | 0.7/1.3 MB error 03-Jan-2023 03:02:43 Progress (4): 3.4/7.5 MB | 2.2/3.7 MB | 0.6/1.8 MB | 0.7/1.3 MB error 03-Jan-2023 03:02:43 Progress (4): 3.4/7.5 MB | 2.2/3.7 MB | 0.6/1.8 MB | 0.7/1.3 MB error 03-Jan-2023 03:02:43 Progress (4): 3.4/7.5 MB | 2.2/3.7 MB | 0.7/1.8 MB | 0.7/1.3 MB error 03-Jan-2023 03:02:43 Progress (4): 3.4/7.5 MB | 2.2/3.7 MB | 0.7/1.8 MB | 0.7/1.3 MB error 03-Jan-2023 03:02:43 Progress (4): 3.4/7.5 MB | 2.2/3.7 MB | 0.7/1.8 MB | 0.7/1.3 MB error 03-Jan-2023 03:02:43 Progress (4): 3.4/7.5 MB | 2.2/3.7 MB | 0.7/1.8 MB | 0.7/1.3 MB error 03-Jan-2023 03:02:43 Progress (4): 3.4/7.5 MB | 2.2/3.7 MB | 0.7/1.8 MB | 0.7/1.3 MB error 03-Jan-2023 03:02:43 Progress (4): 3.4/7.5 MB | 2.2/3.7 MB | 0.7/1.8 MB | 0.7/1.3 MB error 03-Jan-2023 03:02:43 Progress (4): 3.4/7.5 MB | 2.2/3.7 MB | 0.7/1.8 MB | 0.7/1.3 MB error 03-Jan-2023 03:02:43 Progress (4): 3.5/7.5 MB | 2.2/3.7 MB | 0.7/1.8 MB | 0.7/1.3 MB error 03-Jan-2023 03:02:43 Progress (4): 3.5/7.5 MB | 2.2/3.7 MB | 0.7/1.8 MB | 0.7/1.3 MB error 03-Jan-2023 03:02:43 Progress (4): 3.5/7.5 MB | 2.2/3.7 MB | 0.7/1.8 MB | 0.7/1.3 MB error 03-Jan-2023 03:02:43 Progress (4): 3.5/7.5 MB | 2.2/3.7 MB | 0.7/1.8 MB | 0.7/1.3 MB error 03-Jan-2023 03:02:43 Progress (4): 3.5/7.5 MB | 2.3/3.7 MB | 0.7/1.8 MB | 0.7/1.3 MB error 03-Jan-2023 03:02:43 Progress (4): 3.5/7.5 MB | 2.3/3.7 MB | 0.7/1.8 MB | 0.7/1.3 MB error 03-Jan-2023 03:02:43 Progress (4): 3.5/7.5 MB | 2.3/3.7 MB | 0.7/1.8 MB | 0.7/1.3 MB error 03-Jan-2023 03:02:43 Progress (4): 3.5/7.5 MB | 2.3/3.7 MB | 0.7/1.8 MB | 0.7/1.3 MB error 03-Jan-2023 03:02:43 Progress (4): 3.5/7.5 MB | 2.3/3.7 MB | 0.7/1.8 MB | 0.7/1.3 MB error 03-Jan-2023 03:02:43 Progress (4): 3.5/7.5 MB | 2.3/3.7 MB | 0.7/1.8 MB | 0.7/1.3 MB error 03-Jan-2023 03:02:43 Progress (4): 3.5/7.5 MB | 2.3/3.7 MB | 0.7/1.8 MB | 0.7/1.3 MB error 03-Jan-2023 03:02:43 Progress (4): 3.5/7.5 MB | 2.3/3.7 MB | 0.7/1.8 MB | 0.7/1.3 MB error 03-Jan-2023 03:02:43 Progress (4): 3.5/7.5 MB | 2.3/3.7 MB | 0.7/1.8 MB | 0.7/1.3 MB error 03-Jan-2023 03:02:43 Progress (4): 3.5/7.5 MB | 2.3/3.7 MB | 0.7/1.8 MB | 0.8/1.3 MB error 03-Jan-2023 03:02:43 Progress (4): 3.5/7.5 MB | 2.3/3.7 MB | 0.7/1.8 MB | 0.8/1.3 MB error 03-Jan-2023 03:02:43 Progress (4): 3.5/7.5 MB | 2.3/3.7 MB | 0.7/1.8 MB | 0.8/1.3 MB error 03-Jan-2023 03:02:43 Progress (4): 3.5/7.5 MB | 2.3/3.7 MB | 0.7/1.8 MB | 0.8/1.3 MB error 03-Jan-2023 03:02:43 Progress (4): 3.6/7.5 MB | 2.3/3.7 MB | 0.7/1.8 MB | 0.8/1.3 MB error 03-Jan-2023 03:02:43 Progress (4): 3.6/7.5 MB | 2.3/3.7 MB | 0.7/1.8 MB | 0.8/1.3 MB error 03-Jan-2023 03:02:43 Progress (4): 3.6/7.5 MB | 2.3/3.7 MB | 0.7/1.8 MB | 0.8/1.3 MB error 03-Jan-2023 03:02:43 Progress (4): 3.6/7.5 MB | 2.3/3.7 MB | 0.7/1.8 MB | 0.8/1.3 MB error 03-Jan-2023 03:02:43 Progress (4): 3.6/7.5 MB | 2.3/3.7 MB | 0.8/1.8 MB | 0.8/1.3 MB error 03-Jan-2023 03:02:43 Progress (4): 3.6/7.5 MB | 2.3/3.7 MB | 0.8/1.8 MB | 0.8/1.3 MB error 03-Jan-2023 03:02:43 Progress (4): 3.6/7.5 MB | 2.3/3.7 MB | 0.8/1.8 MB | 0.8/1.3 MB error 03-Jan-2023 03:02:43 Progress (4): 3.6/7.5 MB | 2.3/3.7 MB | 0.8/1.8 MB | 0.8/1.3 MB error 03-Jan-2023 03:02:43 Progress (4): 3.6/7.5 MB | 2.3/3.7 MB | 0.8/1.8 MB | 0.8/1.3 MB error 03-Jan-2023 03:02:43 Progress (4): 3.6/7.5 MB | 2.3/3.7 MB | 0.8/1.8 MB | 0.8/1.3 MB error 03-Jan-2023 03:02:43 Progress (4): 3.6/7.5 MB | 2.3/3.7 MB | 0.8/1.8 MB | 0.8/1.3 MB error 03-Jan-2023 03:02:43 Progress (4): 3.6/7.5 MB | 2.3/3.7 MB | 0.8/1.8 MB | 0.8/1.3 MB error 03-Jan-2023 03:02:43 Progress (4): 3.6/7.5 MB | 2.3/3.7 MB | 0.8/1.8 MB | 0.8/1.3 MB error 03-Jan-2023 03:02:43 Progress (4): 3.6/7.5 MB | 2.3/3.7 MB | 0.8/1.8 MB | 0.8/1.3 MB error 03-Jan-2023 03:02:43 Progress (4): 3.6/7.5 MB | 2.3/3.7 MB | 0.8/1.8 MB | 0.8/1.3 MB error 03-Jan-2023 03:02:43 Progress (4): 3.6/7.5 MB | 2.3/3.7 MB | 0.8/1.8 MB | 0.8/1.3 MB error 03-Jan-2023 03:02:43 Progress (4): 3.6/7.5 MB | 2.3/3.7 MB | 0.8/1.8 MB | 0.8/1.3 MB error 03-Jan-2023 03:02:43 Progress (4): 3.6/7.5 MB | 2.3/3.7 MB | 0.8/1.8 MB | 0.8/1.3 MB error 03-Jan-2023 03:02:43 Progress (4): 3.6/7.5 MB | 2.3/3.7 MB | 0.8/1.8 MB | 0.8/1.3 MB error 03-Jan-2023 03:02:43 Progress (4): 3.7/7.5 MB | 2.3/3.7 MB | 0.8/1.8 MB | 0.8/1.3 MB error 03-Jan-2023 03:02:43 Progress (4): 3.7/7.5 MB | 2.3/3.7 MB | 0.8/1.8 MB | 0.8/1.3 MB error 03-Jan-2023 03:02:43 Progress (4): 3.7/7.5 MB | 2.3/3.7 MB | 0.8/1.8 MB | 0.8/1.3 MB error 03-Jan-2023 03:02:43 Progress (4): 3.7/7.5 MB | 2.4/3.7 MB | 0.8/1.8 MB | 0.8/1.3 MB error 03-Jan-2023 03:02:43 Progress (4): 3.7/7.5 MB | 2.4/3.7 MB | 0.8/1.8 MB | 0.8/1.3 MB error 03-Jan-2023 03:02:43 Progress (4): 3.7/7.5 MB | 2.4/3.7 MB | 0.8/1.8 MB | 0.8/1.3 MB error 03-Jan-2023 03:02:43 Progress (4): 3.7/7.5 MB | 2.4/3.7 MB | 0.8/1.8 MB | 0.8/1.3 MB error 03-Jan-2023 03:02:43 Progress (4): 3.7/7.5 MB | 2.4/3.7 MB | 0.8/1.8 MB | 0.8/1.3 MB error 03-Jan-2023 03:02:43 Progress (4): 3.7/7.5 MB | 2.4/3.7 MB | 0.8/1.8 MB | 0.8/1.3 MB error 03-Jan-2023 03:02:43 Progress (4): 3.7/7.5 MB | 2.4/3.7 MB | 0.8/1.8 MB | 0.8/1.3 MB error 03-Jan-2023 03:02:43 Progress (4): 3.7/7.5 MB | 2.4/3.7 MB | 0.8/1.8 MB | 0.8/1.3 MB error 03-Jan-2023 03:02:43 Progress (4): 3.7/7.5 MB | 2.4/3.7 MB | 0.9/1.8 MB | 0.8/1.3 MB error 03-Jan-2023 03:02:43 Progress (4): 3.7/7.5 MB | 2.4/3.7 MB | 0.9/1.8 MB | 0.9/1.3 MB error 03-Jan-2023 03:02:43 Progress (4): 3.7/7.5 MB | 2.4/3.7 MB | 0.9/1.8 MB | 0.9/1.3 MB error 03-Jan-2023 03:02:43 Progress (4): 3.7/7.5 MB | 2.4/3.7 MB | 0.9/1.8 MB | 0.9/1.3 MB error 03-Jan-2023 03:02:43 Progress (4): 3.7/7.5 MB | 2.4/3.7 MB | 0.9/1.8 MB | 0.9/1.3 MB error 03-Jan-2023 03:02:43 Progress (4): 3.8/7.5 MB | 2.4/3.7 MB | 0.9/1.8 MB | 0.9/1.3 MB error 03-Jan-2023 03:02:43 Progress (4): 3.8/7.5 MB | 2.4/3.7 MB | 0.9/1.8 MB | 0.9/1.3 MB error 03-Jan-2023 03:02:43 Progress (4): 3.8/7.5 MB | 2.4/3.7 MB | 0.9/1.8 MB | 0.9/1.3 MB error 03-Jan-2023 03:02:43 Progress (4): 3.8/7.5 MB | 2.4/3.7 MB | 0.9/1.8 MB | 0.9/1.3 MB error 03-Jan-2023 03:02:43 Progress (4): 3.8/7.5 MB | 2.4/3.7 MB | 0.9/1.8 MB | 0.9/1.3 MB error 03-Jan-2023 03:02:43 Progress (4): 3.8/7.5 MB | 2.4/3.7 MB | 0.9/1.8 MB | 0.9/1.3 MB error 03-Jan-2023 03:02:43 Progress (4): 3.8/7.5 MB | 2.4/3.7 MB | 0.9/1.8 MB | 0.9/1.3 MB error 03-Jan-2023 03:02:43 Progress (4): 3.8/7.5 MB | 2.4/3.7 MB | 0.9/1.8 MB | 0.9/1.3 MB error 03-Jan-2023 03:02:43 Progress (4): 3.8/7.5 MB | 2.4/3.7 MB | 0.9/1.8 MB | 0.9/1.3 MB error 03-Jan-2023 03:02:43 Progress (4): 3.8/7.5 MB | 2.4/3.7 MB | 0.9/1.8 MB | 0.9/1.3 MB error 03-Jan-2023 03:02:43 Progress (4): 3.8/7.5 MB | 2.4/3.7 MB | 0.9/1.8 MB | 0.9/1.3 MB error 03-Jan-2023 03:02:43 Progress (4): 3.8/7.5 MB | 2.4/3.7 MB | 0.9/1.8 MB | 0.9/1.3 MB error 03-Jan-2023 03:02:43 Progress (4): 3.8/7.5 MB | 2.5/3.7 MB | 0.9/1.8 MB | 0.9/1.3 MB error 03-Jan-2023 03:02:43 Progress (4): 3.8/7.5 MB | 2.5/3.7 MB | 0.9/1.8 MB | 0.9/1.3 MB error 03-Jan-2023 03:02:43 Progress (4): 3.8/7.5 MB | 2.5/3.7 MB | 0.9/1.8 MB | 0.9/1.3 MB error 03-Jan-2023 03:02:43 Progress (4): 3.8/7.5 MB | 2.5/3.7 MB | 0.9/1.8 MB | 0.9/1.3 MB error 03-Jan-2023 03:02:43 Progress (4): 3.8/7.5 MB | 2.5/3.7 MB | 0.9/1.8 MB | 0.9/1.3 MB error 03-Jan-2023 03:02:43 Progress (4): 3.8/7.5 MB | 2.5/3.7 MB | 0.9/1.8 MB | 0.9/1.3 MB error 03-Jan-2023 03:02:43 Progress (4): 3.8/7.5 MB | 2.5/3.7 MB | 0.9/1.8 MB | 0.9/1.3 MB error 03-Jan-2023 03:02:43 Progress (4): 3.8/7.5 MB | 2.5/3.7 MB | 0.9/1.8 MB | 0.9/1.3 MB error 03-Jan-2023 03:02:43 Progress (4): 3.8/7.5 MB | 2.5/3.7 MB | 0.9/1.8 MB | 0.9/1.3 MB error 03-Jan-2023 03:02:43 Progress (4): 3.8/7.5 MB | 2.5/3.7 MB | 0.9/1.8 MB | 0.9/1.3 MB error 03-Jan-2023 03:02:43 Progress (4): 3.8/7.5 MB | 2.5/3.7 MB | 0.9/1.8 MB | 0.9/1.3 MB error 03-Jan-2023 03:02:43 Progress (4): 3.8/7.5 MB | 2.5/3.7 MB | 0.9/1.8 MB | 1.0/1.3 MB error 03-Jan-2023 03:02:43 Progress (4): 3.8/7.5 MB | 2.5/3.7 MB | 0.9/1.8 MB | 1.0/1.3 MB error 03-Jan-2023 03:02:43 Progress (4): 3.8/7.5 MB | 2.5/3.7 MB | 0.9/1.8 MB | 1.0/1.3 MB error 03-Jan-2023 03:02:43 Progress (4): 3.9/7.5 MB | 2.5/3.7 MB | 0.9/1.8 MB | 1.0/1.3 MB error 03-Jan-2023 03:02:43 Progress (4): 3.9/7.5 MB | 2.5/3.7 MB | 1.0/1.8 MB | 1.0/1.3 MB error 03-Jan-2023 03:02:43 Progress (4): 3.9/7.5 MB | 2.5/3.7 MB | 1.0/1.8 MB | 1.0/1.3 MB error 03-Jan-2023 03:02:43 Progress (4): 3.9/7.5 MB | 2.5/3.7 MB | 1.0/1.8 MB | 1.0/1.3 MB error 03-Jan-2023 03:02:43 Progress (4): 3.9/7.5 MB | 2.5/3.7 MB | 1.0/1.8 MB | 1.0/1.3 MB error 03-Jan-2023 03:02:43 Progress (4): 3.9/7.5 MB | 2.5/3.7 MB | 1.0/1.8 MB | 1.0/1.3 MB error 03-Jan-2023 03:02:43 Progress (4): 3.9/7.5 MB | 2.5/3.7 MB | 1.0/1.8 MB | 1.0/1.3 MB error 03-Jan-2023 03:02:43 Progress (4): 3.9/7.5 MB | 2.5/3.7 MB | 1.0/1.8 MB | 1.0/1.3 MB error 03-Jan-2023 03:02:43 Progress (4): 3.9/7.5 MB | 2.5/3.7 MB | 1.0/1.8 MB | 1.0/1.3 MB error 03-Jan-2023 03:02:43 Progress (4): 3.9/7.5 MB | 2.5/3.7 MB | 1.0/1.8 MB | 1.0/1.3 MB error 03-Jan-2023 03:02:43 Progress (4): 3.9/7.5 MB | 2.5/3.7 MB | 1.0/1.8 MB | 1.0/1.3 MB error 03-Jan-2023 03:02:43 Progress (4): 3.9/7.5 MB | 2.5/3.7 MB | 1.0/1.8 MB | 1.0/1.3 MB error 03-Jan-2023 03:02:43 Progress (4): 3.9/7.5 MB | 2.6/3.7 MB | 1.0/1.8 MB | 1.0/1.3 MB error 03-Jan-2023 03:02:43 Progress (4): 3.9/7.5 MB | 2.6/3.7 MB | 1.0/1.8 MB | 1.0/1.3 MB error 03-Jan-2023 03:02:43 Progress (4): 3.9/7.5 MB | 2.6/3.7 MB | 1.0/1.8 MB | 1.0/1.3 MB error 03-Jan-2023 03:02:43 Progress (4): 3.9/7.5 MB | 2.6/3.7 MB | 1.0/1.8 MB | 1.0/1.3 MB error 03-Jan-2023 03:02:43 Progress (4): 3.9/7.5 MB | 2.6/3.7 MB | 1.0/1.8 MB | 1.0/1.3 MB error 03-Jan-2023 03:02:43 Progress (4): 3.9/7.5 MB | 2.6/3.7 MB | 1.0/1.8 MB | 1.0/1.3 MB error 03-Jan-2023 03:02:43 Progress (4): 3.9/7.5 MB | 2.6/3.7 MB | 1.0/1.8 MB | 1.0/1.3 MB error 03-Jan-2023 03:02:43 Progress (4): 3.9/7.5 MB | 2.6/3.7 MB | 1.0/1.8 MB | 1.0/1.3 MB error 03-Jan-2023 03:02:43 Progress (4): 3.9/7.5 MB | 2.6/3.7 MB | 1.0/1.8 MB | 1.0/1.3 MB error 03-Jan-2023 03:02:43 Progress (4): 3.9/7.5 MB | 2.6/3.7 MB | 1.0/1.8 MB | 1.0/1.3 MB error 03-Jan-2023 03:02:43 Progress (4): 4.0/7.5 MB | 2.6/3.7 MB | 1.0/1.8 MB | 1.0/1.3 MB error 03-Jan-2023 03:02:43 Progress (4): 4.0/7.5 MB | 2.6/3.7 MB | 1.0/1.8 MB | 1.0/1.3 MB error 03-Jan-2023 03:02:43 Progress (4): 4.0/7.5 MB | 2.6/3.7 MB | 1.0/1.8 MB | 1.0/1.3 MB error 03-Jan-2023 03:02:43 Progress (4): 4.0/7.5 MB | 2.6/3.7 MB | 1.0/1.8 MB | 1.0/1.3 MB error 03-Jan-2023 03:02:43 Progress (4): 4.0/7.5 MB | 2.6/3.7 MB | 1.1/1.8 MB | 1.0/1.3 MB error 03-Jan-2023 03:02:43 Progress (4): 4.0/7.5 MB | 2.7/3.7 MB | 1.1/1.8 MB | 1.0/1.3 MB error 03-Jan-2023 03:02:43 Progress (4): 4.0/7.5 MB | 2.7/3.7 MB | 1.1/1.8 MB | 1.0/1.3 MB error 03-Jan-2023 03:02:43 Progress (4): 4.0/7.5 MB | 2.7/3.7 MB | 1.1/1.8 MB | 1.0/1.3 MB error 03-Jan-2023 03:02:43 Progress (4): 4.0/7.5 MB | 2.7/3.7 MB | 1.1/1.8 MB | 1.0/1.3 MB error 03-Jan-2023 03:02:43 Progress (4): 4.0/7.5 MB | 2.7/3.7 MB | 1.1/1.8 MB | 1.0/1.3 MB error 03-Jan-2023 03:02:43 Progress (4): 4.0/7.5 MB | 2.7/3.7 MB | 1.1/1.8 MB | 1.0/1.3 MB error 03-Jan-2023 03:02:43 Progress (4): 4.0/7.5 MB | 2.7/3.7 MB | 1.1/1.8 MB | 1.0/1.3 MB error 03-Jan-2023 03:02:43 Progress (4): 4.0/7.5 MB | 2.7/3.7 MB | 1.1/1.8 MB | 1.0/1.3 MB error 03-Jan-2023 03:02:43 Progress (4): 4.0/7.5 MB | 2.7/3.7 MB | 1.1/1.8 MB | 1.0/1.3 MB error 03-Jan-2023 03:02:43 Progress (4): 4.0/7.5 MB | 2.7/3.7 MB | 1.1/1.8 MB | 1.0/1.3 MB error 03-Jan-2023 03:02:43 Progress (4): 4.0/7.5 MB | 2.7/3.7 MB | 1.1/1.8 MB | 1.1/1.3 MB error 03-Jan-2023 03:02:43 Progress (4): 4.0/7.5 MB | 2.7/3.7 MB | 1.1/1.8 MB | 1.1/1.3 MB error 03-Jan-2023 03:02:43 Progress (4): 4.0/7.5 MB | 2.7/3.7 MB | 1.1/1.8 MB | 1.1/1.3 MB error 03-Jan-2023 03:02:43 Progress (4): 4.0/7.5 MB | 2.7/3.7 MB | 1.1/1.8 MB | 1.1/1.3 MB error 03-Jan-2023 03:02:43 Progress (4): 4.0/7.5 MB | 2.7/3.7 MB | 1.1/1.8 MB | 1.1/1.3 MB error 03-Jan-2023 03:02:43 Progress (4): 4.0/7.5 MB | 2.7/3.7 MB | 1.1/1.8 MB | 1.1/1.3 MB error 03-Jan-2023 03:02:43 Progress (4): 4.0/7.5 MB | 2.8/3.7 MB | 1.1/1.8 MB | 1.1/1.3 MB error 03-Jan-2023 03:02:43 Progress (4): 4.0/7.5 MB | 2.8/3.7 MB | 1.1/1.8 MB | 1.1/1.3 MB error 03-Jan-2023 03:02:43 Progress (4): 4.0/7.5 MB | 2.8/3.7 MB | 1.1/1.8 MB | 1.1/1.3 MB error 03-Jan-2023 03:02:43 Progress (4): 4.0/7.5 MB | 2.8/3.7 MB | 1.1/1.8 MB | 1.1/1.3 MB error 03-Jan-2023 03:02:43 Progress (4): 4.0/7.5 MB | 2.8/3.7 MB | 1.1/1.8 MB | 1.1/1.3 MB error 03-Jan-2023 03:02:43 Progress (4): 4.0/7.5 MB | 2.8/3.7 MB | 1.1/1.8 MB | 1.1/1.3 MB error 03-Jan-2023 03:02:43 Progress (5): 4.0/7.5 MB | 2.8/3.7 MB | 1.1/1.8 MB | 1.1/1.3 MB | 4.1/303 kB error 03-Jan-2023 03:02:43 Progress (5): 4.0/7.5 MB | 2.8/3.7 MB | 1.1/1.8 MB | 1.1/1.3 MB | 4.1/303 kB error 03-Jan-2023 03:02:43 Progress (5): 4.0/7.5 MB | 2.8/3.7 MB | 1.1/1.8 MB | 1.1/1.3 MB | 4.1/303 kB error 03-Jan-2023 03:02:43 Progress (5): 4.0/7.5 MB | 2.8/3.7 MB | 1.1/1.8 MB | 1.1/1.3 MB | 4.1/303 kB error 03-Jan-2023 03:02:43 Progress (5): 4.0/7.5 MB | 2.8/3.7 MB | 1.1/1.8 MB | 1.1/1.3 MB | 4.1/303 kB error 03-Jan-2023 03:02:43 Progress (5): 4.0/7.5 MB | 2.8/3.7 MB | 1.1/1.8 MB | 1.1/1.3 MB | 8.2/303 kB error 03-Jan-2023 03:02:43 Progress (5): 4.0/7.5 MB | 2.8/3.7 MB | 1.1/1.8 MB | 1.1/1.3 MB | 12/303 kB error 03-Jan-2023 03:02:43 Progress (5): 4.0/7.5 MB | 2.8/3.7 MB | 1.1/1.8 MB | 1.1/1.3 MB | 16/303 kB error 03-Jan-2023 03:02:43 Progress (5): 4.0/7.5 MB | 2.8/3.7 MB | 1.1/1.8 MB | 1.1/1.3 MB | 16/303 kB error 03-Jan-2023 03:02:43 Progress (5): 4.0/7.5 MB | 2.8/3.7 MB | 1.1/1.8 MB | 1.1/1.3 MB | 16/303 kB error 03-Jan-2023 03:02:43 Progress (5): 4.0/7.5 MB | 2.8/3.7 MB | 1.1/1.8 MB | 1.1/1.3 MB | 20/303 kB error 03-Jan-2023 03:02:43 Progress (5): 4.0/7.5 MB | 2.8/3.7 MB | 1.1/1.8 MB | 1.1/1.3 MB | 20/303 kB error 03-Jan-2023 03:02:43 Progress (5): 4.0/7.5 MB | 2.8/3.7 MB | 1.1/1.8 MB | 1.1/1.3 MB | 20/303 kB error 03-Jan-2023 03:02:43 Progress (5): 4.0/7.5 MB | 2.8/3.7 MB | 1.1/1.8 MB | 1.1/1.3 MB | 25/303 kB error 03-Jan-2023 03:02:43 Progress (5): 4.0/7.5 MB | 2.8/3.7 MB | 1.1/1.8 MB | 1.1/1.3 MB | 25/303 kB error 03-Jan-2023 03:02:43 Progress (5): 4.0/7.5 MB | 2.8/3.7 MB | 1.1/1.8 MB | 1.1/1.3 MB | 29/303 kB error 03-Jan-2023 03:02:43 Progress (5): 4.0/7.5 MB | 2.8/3.7 MB | 1.1/1.8 MB | 1.1/1.3 MB | 33/303 kB error 03-Jan-2023 03:02:43 Progress (5): 4.1/7.5 MB | 2.8/3.7 MB | 1.1/1.8 MB | 1.1/1.3 MB | 33/303 kB error 03-Jan-2023 03:02:43 Progress (5): 4.1/7.5 MB | 2.8/3.7 MB | 1.1/1.8 MB | 1.1/1.3 MB | 33/303 kB error 03-Jan-2023 03:02:43 Progress (5): 4.1/7.5 MB | 2.8/3.7 MB | 1.1/1.8 MB | 1.1/1.3 MB | 33/303 kB error 03-Jan-2023 03:02:43 Progress (5): 4.1/7.5 MB | 2.8/3.7 MB | 1.1/1.8 MB | 1.1/1.3 MB | 33/303 kB error 03-Jan-2023 03:02:43 Progress (5): 4.1/7.5 MB | 2.8/3.7 MB | 1.2/1.8 MB | 1.1/1.3 MB | 33/303 kB error 03-Jan-2023 03:02:43 Progress (5): 4.1/7.5 MB | 2.8/3.7 MB | 1.2/1.8 MB | 1.1/1.3 MB | 33/303 kB error 03-Jan-2023 03:02:43 Progress (5): 4.1/7.5 MB | 2.8/3.7 MB | 1.2/1.8 MB | 1.1/1.3 MB | 37/303 kB error 03-Jan-2023 03:02:43 Progress (5): 4.1/7.5 MB | 2.8/3.7 MB | 1.2/1.8 MB | 1.1/1.3 MB | 37/303 kB error 03-Jan-2023 03:02:43 Progress (5): 4.1/7.5 MB | 2.8/3.7 MB | 1.2/1.8 MB | 1.1/1.3 MB | 41/303 kB error 03-Jan-2023 03:02:43 Progress (5): 4.1/7.5 MB | 2.8/3.7 MB | 1.2/1.8 MB | 1.1/1.3 MB | 45/303 kB error 03-Jan-2023 03:02:43 Progress (5): 4.1/7.5 MB | 2.8/3.7 MB | 1.2/1.8 MB | 1.1/1.3 MB | 49/303 kB error 03-Jan-2023 03:02:43 Progress (5): 4.1/7.5 MB | 2.8/3.7 MB | 1.2/1.8 MB | 1.1/1.3 MB | 49/303 kB error 03-Jan-2023 03:02:43 Progress (5): 4.1/7.5 MB | 2.8/3.7 MB | 1.2/1.8 MB | 1.2/1.3 MB | 49/303 kB error 03-Jan-2023 03:02:43 Progress (5): 4.1/7.5 MB | 2.8/3.7 MB | 1.2/1.8 MB | 1.2/1.3 MB | 49/303 kB error 03-Jan-2023 03:02:43 Progress (5): 4.1/7.5 MB | 2.8/3.7 MB | 1.2/1.8 MB | 1.2/1.3 MB | 49/303 kB error 03-Jan-2023 03:02:43 Progress (5): 4.1/7.5 MB | 2.9/3.7 MB | 1.2/1.8 MB | 1.2/1.3 MB | 49/303 kB error 03-Jan-2023 03:02:43 Progress (5): 4.1/7.5 MB | 2.9/3.7 MB | 1.2/1.8 MB | 1.2/1.3 MB | 53/303 kB error 03-Jan-2023 03:02:43 Progress (5): 4.1/7.5 MB | 2.9/3.7 MB | 1.2/1.8 MB | 1.2/1.3 MB | 57/303 kB error 03-Jan-2023 03:02:43 Progress (5): 4.1/7.5 MB | 2.9/3.7 MB | 1.2/1.8 MB | 1.2/1.3 MB | 57/303 kB error 03-Jan-2023 03:02:43 Progress (5): 4.1/7.5 MB | 2.9/3.7 MB | 1.2/1.8 MB | 1.2/1.3 MB | 57/303 kB error 03-Jan-2023 03:02:43 Progress (5): 4.1/7.5 MB | 2.9/3.7 MB | 1.2/1.8 MB | 1.2/1.3 MB | 57/303 kB error 03-Jan-2023 03:02:43 Progress (5): 4.1/7.5 MB | 2.9/3.7 MB | 1.2/1.8 MB | 1.2/1.3 MB | 61/303 kB error 03-Jan-2023 03:02:43 Progress (5): 4.1/7.5 MB | 2.9/3.7 MB | 1.2/1.8 MB | 1.2/1.3 MB | 61/303 kB error 03-Jan-2023 03:02:43 Progress (5): 4.1/7.5 MB | 2.9/3.7 MB | 1.2/1.8 MB | 1.2/1.3 MB | 61/303 kB error 03-Jan-2023 03:02:43 Progress (5): 4.1/7.5 MB | 2.9/3.7 MB | 1.2/1.8 MB | 1.2/1.3 MB | 61/303 kB error 03-Jan-2023 03:02:43 Progress (5): 4.1/7.5 MB | 2.9/3.7 MB | 1.2/1.8 MB | 1.2/1.3 MB | 61/303 kB error 03-Jan-2023 03:02:43 Progress (5): 4.1/7.5 MB | 2.9/3.7 MB | 1.2/1.8 MB | 1.2/1.3 MB | 61/303 kB error 03-Jan-2023 03:02:43 Progress (5): 4.1/7.5 MB | 2.9/3.7 MB | 1.2/1.8 MB | 1.2/1.3 MB | 61/303 kB error 03-Jan-2023 03:02:43 Progress (5): 4.2/7.5 MB | 2.9/3.7 MB | 1.2/1.8 MB | 1.2/1.3 MB | 61/303 kB error 03-Jan-2023 03:02:43 Progress (5): 4.2/7.5 MB | 2.9/3.7 MB | 1.2/1.8 MB | 1.2/1.3 MB | 66/303 kB error 03-Jan-2023 03:02:43 Progress (5): 4.2/7.5 MB | 2.9/3.7 MB | 1.2/1.8 MB | 1.2/1.3 MB | 70/303 kB error 03-Jan-2023 03:02:43 Progress (5): 4.2/7.5 MB | 2.9/3.7 MB | 1.2/1.8 MB | 1.2/1.3 MB | 74/303 kB error 03-Jan-2023 03:02:43 Progress (5): 4.2/7.5 MB | 2.9/3.7 MB | 1.2/1.8 MB | 1.2/1.3 MB | 78/303 kB error 03-Jan-2023 03:02:43 Progress (5): 4.2/7.5 MB | 2.9/3.7 MB | 1.2/1.8 MB | 1.2/1.3 MB | 82/303 kB error 03-Jan-2023 03:02:43 Progress (5): 4.2/7.5 MB | 2.9/3.7 MB | 1.2/1.8 MB | 1.2/1.3 MB | 85/303 kB error 03-Jan-2023 03:02:43 Progress (5): 4.2/7.5 MB | 2.9/3.7 MB | 1.2/1.8 MB | 1.2/1.3 MB | 89/303 kB error 03-Jan-2023 03:02:43 Progress (5): 4.2/7.5 MB | 2.9/3.7 MB | 1.2/1.8 MB | 1.2/1.3 MB | 89/303 kB error 03-Jan-2023 03:02:43 Progress (5): 4.2/7.5 MB | 2.9/3.7 MB | 1.2/1.8 MB | 1.2/1.3 MB | 89/303 kB error 03-Jan-2023 03:02:43 Progress (5): 4.2/7.5 MB | 2.9/3.7 MB | 1.2/1.8 MB | 1.2/1.3 MB | 89/303 kB error 03-Jan-2023 03:02:43 Progress (5): 4.2/7.5 MB | 2.9/3.7 MB | 1.2/1.8 MB | 1.2/1.3 MB | 93/303 kB error 03-Jan-2023 03:02:43 Progress (5): 4.2/7.5 MB | 2.9/3.7 MB | 1.2/1.8 MB | 1.2/1.3 MB | 97/303 kB error 03-Jan-2023 03:02:43 Progress (5): 4.2/7.5 MB | 2.9/3.7 MB | 1.2/1.8 MB | 1.2/1.3 MB | 101/303 kB error 03-Jan-2023 03:02:43 Progress (5): 4.2/7.5 MB | 2.9/3.7 MB | 1.2/1.8 MB | 1.2/1.3 MB | 101/303 kB error 03-Jan-2023 03:02:43 Progress (5): 4.2/7.5 MB | 2.9/3.7 MB | 1.2/1.8 MB | 1.2/1.3 MB | 101/303 kB error 03-Jan-2023 03:02:43 Progress (5): 4.2/7.5 MB | 2.9/3.7 MB | 1.2/1.8 MB | 1.2/1.3 MB | 101/303 kB error 03-Jan-2023 03:02:43 Progress (5): 4.2/7.5 MB | 2.9/3.7 MB | 1.2/1.8 MB | 1.2/1.3 MB | 101/303 kB error 03-Jan-2023 03:02:43 Progress (5): 4.2/7.5 MB | 2.9/3.7 MB | 1.2/1.8 MB | 1.2/1.3 MB | 101/303 kB error 03-Jan-2023 03:02:43 Progress (5): 4.2/7.5 MB | 2.9/3.7 MB | 1.2/1.8 MB | 1.2/1.3 MB | 105/303 kB error 03-Jan-2023 03:02:43 Progress (5): 4.2/7.5 MB | 2.9/3.7 MB | 1.2/1.8 MB | 1.2/1.3 MB | 105/303 kB error 03-Jan-2023 03:02:43 Progress (5): 4.2/7.5 MB | 2.9/3.7 MB | 1.2/1.8 MB | 1.2/1.3 MB | 105/303 kB error 03-Jan-2023 03:02:43 Progress (5): 4.2/7.5 MB | 2.9/3.7 MB | 1.2/1.8 MB | 1.2/1.3 MB | 105/303 kB error 03-Jan-2023 03:02:43 Progress (5): 4.2/7.5 MB | 2.9/3.7 MB | 1.2/1.8 MB | 1.2/1.3 MB | 105/303 kB error 03-Jan-2023 03:02:43 Progress (5): 4.2/7.5 MB | 2.9/3.7 MB | 1.3/1.8 MB | 1.2/1.3 MB | 105/303 kB error 03-Jan-2023 03:02:43 Progress (5): 4.2/7.5 MB | 2.9/3.7 MB | 1.3/1.8 MB | 1.2/1.3 MB | 105/303 kB error 03-Jan-2023 03:02:43 Progress (5): 4.2/7.5 MB | 2.9/3.7 MB | 1.3/1.8 MB | 1.2/1.3 MB | 105/303 kB error 03-Jan-2023 03:02:43 Progress (5): 4.2/7.5 MB | 2.9/3.7 MB | 1.3/1.8 MB | 1.2/1.3 MB | 109/303 kB error 03-Jan-2023 03:02:43 Progress (5): 4.2/7.5 MB | 2.9/3.7 MB | 1.3/1.8 MB | 1.2/1.3 MB | 114/303 kB error 03-Jan-2023 03:02:43 Progress (5): 4.2/7.5 MB | 2.9/3.7 MB | 1.3/1.8 MB | 1.2/1.3 MB | 116/303 kB error 03-Jan-2023 03:02:43 Progress (5): 4.2/7.5 MB | 2.9/3.7 MB | 1.3/1.8 MB | 1.2/1.3 MB | 116/303 kB error 03-Jan-2023 03:02:43 Progress (5): 4.2/7.5 MB | 2.9/3.7 MB | 1.3/1.8 MB | 1.2/1.3 MB | 120/303 kB error 03-Jan-2023 03:02:43 Progress (5): 4.2/7.5 MB | 2.9/3.7 MB | 1.3/1.8 MB | 1.2/1.3 MB | 125/303 kB error 03-Jan-2023 03:02:43 Progress (5): 4.2/7.5 MB | 2.9/3.7 MB | 1.3/1.8 MB | 1.2/1.3 MB | 125/303 kB error 03-Jan-2023 03:02:43 Progress (5): 4.2/7.5 MB | 2.9/3.7 MB | 1.3/1.8 MB | 1.3/1.3 MB | 125/303 kB error 03-Jan-2023 03:02:43 Progress (5): 4.2/7.5 MB | 2.9/3.7 MB | 1.3/1.8 MB | 1.3/1.3 MB | 125/303 kB error 03-Jan-2023 03:02:43 Progress (5): 4.2/7.5 MB | 2.9/3.7 MB | 1.3/1.8 MB | 1.3/1.3 MB | 125/303 kB error 03-Jan-2023 03:02:43 Progress (5): 4.2/7.5 MB | 2.9/3.7 MB | 1.3/1.8 MB | 1.3/1.3 MB | 129/303 kB error 03-Jan-2023 03:02:43 Progress (5): 4.2/7.5 MB | 2.9/3.7 MB | 1.3/1.8 MB | 1.3/1.3 MB | 129/303 kB error 03-Jan-2023 03:02:43 Progress (5): 4.2/7.5 MB | 2.9/3.7 MB | 1.3/1.8 MB | 1.3/1.3 MB | 129/303 kB error 03-Jan-2023 03:02:43 Progress (5): 4.2/7.5 MB | 2.9/3.7 MB | 1.3/1.8 MB | 1.3/1.3 MB | 133/303 kB error 03-Jan-2023 03:02:43 Progress (5): 4.2/7.5 MB | 3.0/3.7 MB | 1.3/1.8 MB | 1.3/1.3 MB | 133/303 kB error 03-Jan-2023 03:02:43 Progress (5): 4.2/7.5 MB | 3.0/3.7 MB | 1.3/1.8 MB | 1.3/1.3 MB | 133/303 kB error 03-Jan-2023 03:02:43 Progress (5): 4.3/7.5 MB | 3.0/3.7 MB | 1.3/1.8 MB | 1.3/1.3 MB | 133/303 kB error 03-Jan-2023 03:02:43 Progress (5): 4.3/7.5 MB | 3.0/3.7 MB | 1.3/1.8 MB | 1.3/1.3 MB | 133/303 kB error 03-Jan-2023 03:02:43 Progress (5): 4.3/7.5 MB | 3.0/3.7 MB | 1.3/1.8 MB | 1.3/1.3 MB | 137/303 kB error 03-Jan-2023 03:02:43 Progress (5): 4.3/7.5 MB | 3.0/3.7 MB | 1.3/1.8 MB | 1.3/1.3 MB | 141/303 kB error 03-Jan-2023 03:02:43 Progress (5): 4.3/7.5 MB | 3.0/3.7 MB | 1.3/1.8 MB | 1.3/1.3 MB | 141/303 kB error 03-Jan-2023 03:02:43 Progress (5): 4.3/7.5 MB | 3.0/3.7 MB | 1.3/1.8 MB | 1.3/1.3 MB | 141/303 kB error 03-Jan-2023 03:02:43 Progress (5): 4.3/7.5 MB | 3.0/3.7 MB | 1.3/1.8 MB | 1.3/1.3 MB | 141/303 kB error 03-Jan-2023 03:02:43 Progress (5): 4.3/7.5 MB | 3.0/3.7 MB | 1.3/1.8 MB | 1.3/1.3 MB | 141/303 kB error 03-Jan-2023 03:02:43 Progress (5): 4.3/7.5 MB | 3.0/3.7 MB | 1.3/1.8 MB | 1.3/1.3 MB | 141/303 kB error 03-Jan-2023 03:02:43 Progress (5): 4.3/7.5 MB | 3.0/3.7 MB | 1.3/1.8 MB | 1.3/1.3 MB | 141/303 kB error 03-Jan-2023 03:02:43 Progress (5): 4.3/7.5 MB | 3.0/3.7 MB | 1.3/1.8 MB | 1.3/1.3 MB | 145/303 kB error 03-Jan-2023 03:02:43 Progress (5): 4.3/7.5 MB | 3.0/3.7 MB | 1.3/1.8 MB | 1.3/1.3 MB | 149/303 kB error 03-Jan-2023 03:02:43 Progress (5): 4.3/7.5 MB | 3.0/3.7 MB | 1.3/1.8 MB | 1.3/1.3 MB | 153/303 kB error 03-Jan-2023 03:02:43 Progress (5): 4.3/7.5 MB | 3.0/3.7 MB | 1.3/1.8 MB | 1.3/1.3 MB | 153/303 kB error 03-Jan-2023 03:02:43 Progress (5): 4.3/7.5 MB | 3.0/3.7 MB | 1.3/1.8 MB | 1.3/1.3 MB | 153/303 kB error 03-Jan-2023 03:02:43 Progress (5): 4.3/7.5 MB | 3.0/3.7 MB | 1.3/1.8 MB | 1.3/1.3 MB | 153/303 kB error 03-Jan-2023 03:02:43 Progress (5): 4.3/7.5 MB | 3.0/3.7 MB | 1.3/1.8 MB | 1.3/1.3 MB | 153/303 kB error 03-Jan-2023 03:02:43 Progress (5): 4.3/7.5 MB | 3.0/3.7 MB | 1.3/1.8 MB | 1.3/1.3 MB | 157/303 kB error 03-Jan-2023 03:02:43 Progress (5): 4.3/7.5 MB | 3.0/3.7 MB | 1.3/1.8 MB | 1.3/1.3 MB | 157/303 kB error 03-Jan-2023 03:02:43 Progress (5): 4.3/7.5 MB | 3.0/3.7 MB | 1.3/1.8 MB | 1.3/1.3 MB | 157/303 kB error 03-Jan-2023 03:02:43 Progress (5): 4.4/7.5 MB | 3.0/3.7 MB | 1.3/1.8 MB | 1.3/1.3 MB | 157/303 kB error 03-Jan-2023 03:02:43 Progress (5): 4.4/7.5 MB | 3.0/3.7 MB | 1.3/1.8 MB | 1.3/1.3 MB | 157/303 kB error 03-Jan-2023 03:02:43 Progress (5): 4.4/7.5 MB | 3.0/3.7 MB | 1.3/1.8 MB | 1.3/1.3 MB | 157/303 kB error 03-Jan-2023 03:02:43 Progress (5): 4.4/7.5 MB | 3.0/3.7 MB | 1.3/1.8 MB | 1.3/1.3 MB | 161/303 kB error 03-Jan-2023 03:02:43 Progress (5): 4.4/7.5 MB | 3.0/3.7 MB | 1.3/1.8 MB | 1.3/1.3 MB | 165/303 kB error 03-Jan-2023 03:02:43 Progress (5): 4.4/7.5 MB | 3.0/3.7 MB | 1.3/1.8 MB | 1.3/1.3 MB | 170/303 kB error 03-Jan-2023 03:02:43 Progress (5): 4.4/7.5 MB | 3.0/3.7 MB | 1.3/1.8 MB | 1.3/1.3 MB | 174/303 kB error 03-Jan-2023 03:02:43 Progress (5): 4.4/7.5 MB | 3.0/3.7 MB | 1.3/1.8 MB | 1.3 MB | 174/303 kB error 03-Jan-2023 03:02:43 Progress (5): 4.4/7.5 MB | 3.0/3.7 MB | 1.3/1.8 MB | 1.3 MB | 178/303 kB error 03-Jan-2023 03:02:43 Progress (5): 4.4/7.5 MB | 3.0/3.7 MB | 1.3/1.8 MB | 1.3 MB | 182/303 kB error 03-Jan-2023 03:02:43 Progress (5): 4.4/7.5 MB | 3.0/3.7 MB | 1.4/1.8 MB | 1.3 MB | 182/303 kB error 03-Jan-2023 03:02:43 Progress (5): 4.4/7.5 MB | 3.0/3.7 MB | 1.4/1.8 MB | 1.3 MB | 186/303 kB error 03-Jan-2023 03:02:43 Progress (5): 4.4/7.5 MB | 3.0/3.7 MB | 1.4/1.8 MB | 1.3 MB | 188/303 kB error 03-Jan-2023 03:02:43 Progress (5): 4.4/7.5 MB | 3.0/3.7 MB | 1.4/1.8 MB | 1.3 MB | 188/303 kB error 03-Jan-2023 03:02:43 Progress (5): 4.4/7.5 MB | 3.0/3.7 MB | 1.4/1.8 MB | 1.3 MB | 192/303 kB error 03-Jan-2023 03:02:43 Progress (5): 4.4/7.5 MB | 3.0/3.7 MB | 1.4/1.8 MB | 1.3 MB | 192/303 kB error 03-Jan-2023 03:02:43 Progress (5): 4.4/7.5 MB | 3.0/3.7 MB | 1.4/1.8 MB | 1.3 MB | 192/303 kB error 03-Jan-2023 03:02:43 Progress (5): 4.4/7.5 MB | 3.0/3.7 MB | 1.4/1.8 MB | 1.3 MB | 192/303 kB error 03-Jan-2023 03:02:43 Progress (5): 4.4/7.5 MB | 3.0/3.7 MB | 1.4/1.8 MB | 1.3 MB | 197/303 kB error 03-Jan-2023 03:02:43 Progress (5): 4.4/7.5 MB | 3.0/3.7 MB | 1.4/1.8 MB | 1.3 MB | 201/303 kB error 03-Jan-2023 03:02:43 Progress (5): 4.4/7.5 MB | 3.0/3.7 MB | 1.4/1.8 MB | 1.3 MB | 205/303 kB error 03-Jan-2023 03:02:43 Progress (5): 4.4/7.5 MB | 3.0/3.7 MB | 1.4/1.8 MB | 1.3 MB | 209/303 kB error 03-Jan-2023 03:02:43 Progress (5): 4.4/7.5 MB | 3.0/3.7 MB | 1.4/1.8 MB | 1.3 MB | 213/303 kB error 03-Jan-2023 03:02:43 Progress (5): 4.4/7.5 MB | 3.0/3.7 MB | 1.4/1.8 MB | 1.3 MB | 213/303 kB error 03-Jan-2023 03:02:43 Progress (5): 4.4/7.5 MB | 3.0/3.7 MB | 1.4/1.8 MB | 1.3 MB | 213/303 kB error 03-Jan-2023 03:02:43 Progress (5): 4.4/7.5 MB | 3.0/3.7 MB | 1.4/1.8 MB | 1.3 MB | 213/303 kB error 03-Jan-2023 03:02:43 Progress (5): 4.5/7.5 MB | 3.0/3.7 MB | 1.4/1.8 MB | 1.3 MB | 213/303 kB error 03-Jan-2023 03:02:43 Progress (5): 4.5/7.5 MB | 3.0/3.7 MB | 1.4/1.8 MB | 1.3 MB | 213/303 kB error 03-Jan-2023 03:02:43 Progress (5): 4.5/7.5 MB | 3.0/3.7 MB | 1.4/1.8 MB | 1.3 MB | 213/303 kB error 03-Jan-2023 03:02:43 Progress (5): 4.5/7.5 MB | 3.0/3.7 MB | 1.4/1.8 MB | 1.3 MB | 217/303 kB error 03-Jan-2023 03:02:43 Progress (5): 4.5/7.5 MB | 3.0/3.7 MB | 1.4/1.8 MB | 1.3 MB | 221/303 kB error 03-Jan-2023 03:02:43 Progress (5): 4.5/7.5 MB | 3.1/3.7 MB | 1.4/1.8 MB | 1.3 MB | 221/303 kB error 03-Jan-2023 03:02:43 Progress (5): 4.5/7.5 MB | 3.1/3.7 MB | 1.4/1.8 MB | 1.3 MB | 221/303 kB error 03-Jan-2023 03:02:43 Progress (5): 4.5/7.5 MB | 3.1/3.7 MB | 1.4/1.8 MB | 1.3 MB | 221/303 kB error 03-Jan-2023 03:02:43 Progress (5): 4.5/7.5 MB | 3.1/3.7 MB | 1.4/1.8 MB | 1.3 MB | 225/303 kB error 03-Jan-2023 03:02:43 Progress (5): 4.5/7.5 MB | 3.1/3.7 MB | 1.4/1.8 MB | 1.3 MB | 229/303 kB error 03-Jan-2023 03:02:43 Progress (5): 4.5/7.5 MB | 3.1/3.7 MB | 1.4/1.8 MB | 1.3 MB | 233/303 kB error 03-Jan-2023 03:02:43 Progress (5): 4.5/7.5 MB | 3.1/3.7 MB | 1.4/1.8 MB | 1.3 MB | 237/303 kB error 03-Jan-2023 03:02:43 Progress (5): 4.5/7.5 MB | 3.1/3.7 MB | 1.4/1.8 MB | 1.3 MB | 242/303 kB error 03-Jan-2023 03:02:43 Progress (5): 4.5/7.5 MB | 3.1/3.7 MB | 1.4/1.8 MB | 1.3 MB | 246/303 kB error 03-Jan-2023 03:02:43 Progress (5): 4.6/7.5 MB | 3.1/3.7 MB | 1.4/1.8 MB | 1.3 MB | 246/303 kB error 03-Jan-2023 03:02:43 Progress (5): 4.6/7.5 MB | 3.1/3.7 MB | 1.4/1.8 MB | 1.3 MB | 246/303 kB error 03-Jan-2023 03:02:43 Progress (5): 4.6/7.5 MB | 3.1/3.7 MB | 1.4/1.8 MB | 1.3 MB | 246/303 kB error 03-Jan-2023 03:02:43 Progress (5): 4.6/7.5 MB | 3.1/3.7 MB | 1.4/1.8 MB | 1.3 MB | 246/303 kB error 03-Jan-2023 03:02:43 Progress (5): 4.6/7.5 MB | 3.1/3.7 MB | 1.4/1.8 MB | 1.3 MB | 246/303 kB error 03-Jan-2023 03:02:43 Progress (5): 4.6/7.5 MB | 3.1/3.7 MB | 1.4/1.8 MB | 1.3 MB | 246/303 kB error 03-Jan-2023 03:02:43 Progress (5): 4.6/7.5 MB | 3.1/3.7 MB | 1.4/1.8 MB | 1.3 MB | 246/303 kB error 03-Jan-2023 03:02:43 Progress (5): 4.6/7.5 MB | 3.1/3.7 MB | 1.4/1.8 MB | 1.3 MB | 250/303 kB error 03-Jan-2023 03:02:43 Progress (5): 4.6/7.5 MB | 3.1/3.7 MB | 1.4/1.8 MB | 1.3 MB | 254/303 kB error 03-Jan-2023 03:02:43 Progress (5): 4.6/7.5 MB | 3.1/3.7 MB | 1.4/1.8 MB | 1.3 MB | 258/303 kB error 03-Jan-2023 03:02:43 Progress (5): 4.6/7.5 MB | 3.1/3.7 MB | 1.4/1.8 MB | 1.3 MB | 258/303 kB error 03-Jan-2023 03:02:43 Progress (5): 4.6/7.5 MB | 3.1/3.7 MB | 1.4/1.8 MB | 1.3 MB | 260/303 kB error 03-Jan-2023 03:02:43 Progress (5): 4.6/7.5 MB | 3.1/3.7 MB | 1.5/1.8 MB | 1.3 MB | 260/303 kB error 03-Jan-2023 03:02:43 Progress (5): 4.6/7.5 MB | 3.1/3.7 MB | 1.5/1.8 MB | 1.3 MB | 260/303 kB error 03-Jan-2023 03:02:43 Progress (5): 4.6/7.5 MB | 3.1/3.7 MB | 1.5/1.8 MB | 1.3 MB | 260/303 kB error 03-Jan-2023 03:02:43 Progress (5): 4.6/7.5 MB | 3.1/3.7 MB | 1.5/1.8 MB | 1.3 MB | 260/303 kB error 03-Jan-2023 03:02:43 Progress (5): 4.6/7.5 MB | 3.1/3.7 MB | 1.5/1.8 MB | 1.3 MB | 260/303 kB error 03-Jan-2023 03:02:43 Progress (5): 4.6/7.5 MB | 3.1/3.7 MB | 1.5/1.8 MB | 1.3 MB | 260/303 kB error 03-Jan-2023 03:02:43 Progress (5): 4.6/7.5 MB | 3.1/3.7 MB | 1.5/1.8 MB | 1.3 MB | 264/303 kB error 03-Jan-2023 03:02:43 Progress (5): 4.6/7.5 MB | 3.1/3.7 MB | 1.5/1.8 MB | 1.3 MB | 264/303 kB error 03-Jan-2023 03:02:43 Progress (5): 4.6/7.5 MB | 3.1/3.7 MB | 1.5/1.8 MB | 1.3 MB | 264/303 kB error 03-Jan-2023 03:02:43 Progress (5): 4.7/7.5 MB | 3.1/3.7 MB | 1.5/1.8 MB | 1.3 MB | 264/303 kB error 03-Jan-2023 03:02:43 Progress (5): 4.7/7.5 MB | 3.1/3.7 MB | 1.5/1.8 MB | 1.3 MB | 269/303 kB error 03-Jan-2023 03:02:43 Progress (5): 4.7/7.5 MB | 3.1/3.7 MB | 1.5/1.8 MB | 1.3 MB | 273/303 kB error 03-Jan-2023 03:02:43 Progress (5): 4.7/7.5 MB | 3.1/3.7 MB | 1.5/1.8 MB | 1.3 MB | 277/303 kB error 03-Jan-2023 03:02:43 Progress (5): 4.7/7.5 MB | 3.1/3.7 MB | 1.5/1.8 MB | 1.3 MB | 281/303 kB error 03-Jan-2023 03:02:43 Progress (5): 4.7/7.5 MB | 3.1/3.7 MB | 1.5/1.8 MB | 1.3 MB | 285/303 kB error 03-Jan-2023 03:02:43 Progress (5): 4.7/7.5 MB | 3.1/3.7 MB | 1.5/1.8 MB | 1.3 MB | 285/303 kB error 03-Jan-2023 03:02:43 Progress (5): 4.7/7.5 MB | 3.1/3.7 MB | 1.5/1.8 MB | 1.3 MB | 287/303 kB error 03-Jan-2023 03:02:43 Progress (5): 4.7/7.5 MB | 3.1/3.7 MB | 1.5/1.8 MB | 1.3 MB | 291/303 kB error 03-Jan-2023 03:02:43 Progress (5): 4.7/7.5 MB | 3.1/3.7 MB | 1.5/1.8 MB | 1.3 MB | 291/303 kB error 03-Jan-2023 03:02:43 Progress (5): 4.7/7.5 MB | 3.1/3.7 MB | 1.5/1.8 MB | 1.3 MB | 296/303 kB error 03-Jan-2023 03:02:43 Progress (5): 4.7/7.5 MB | 3.2/3.7 MB | 1.5/1.8 MB | 1.3 MB | 296/303 kB error 03-Jan-2023 03:02:43 Progress (5): 4.7/7.5 MB | 3.2/3.7 MB | 1.5/1.8 MB | 1.3 MB | 300/303 kB error 03-Jan-2023 03:02:43 Progress (5): 4.7/7.5 MB | 3.2/3.7 MB | 1.5/1.8 MB | 1.3 MB | 300/303 kB error 03-Jan-2023 03:02:43 Progress (5): 4.7/7.5 MB | 3.2/3.7 MB | 1.5/1.8 MB | 1.3 MB | 303 kB error 03-Jan-2023 03:02:43 Progress (5): 4.7/7.5 MB | 3.2/3.7 MB | 1.5/1.8 MB | 1.3 MB | 303 kB error 03-Jan-2023 03:02:43 Progress (5): 4.7/7.5 MB | 3.2/3.7 MB | 1.5/1.8 MB | 1.3 MB | 303 kB error 03-Jan-2023 03:02:43 Progress (5): 4.7/7.5 MB | 3.2/3.7 MB | 1.5/1.8 MB | 1.3 MB | 303 kB error 03-Jan-2023 03:02:43 Progress (5): 4.7/7.5 MB | 3.2/3.7 MB | 1.5/1.8 MB | 1.3 MB | 303 kB error 03-Jan-2023 03:02:43 Progress (5): 4.7/7.5 MB | 3.2/3.7 MB | 1.5/1.8 MB | 1.3 MB | 303 kB error 03-Jan-2023 03:02:43 Progress (5): 4.7/7.5 MB | 3.2/3.7 MB | 1.5/1.8 MB | 1.3 MB | 303 kB error 03-Jan-2023 03:02:43 Progress (5): 4.7/7.5 MB | 3.2/3.7 MB | 1.5/1.8 MB | 1.3 MB | 303 kB error 03-Jan-2023 03:02:43 Progress (5): 4.7/7.5 MB | 3.2/3.7 MB | 1.5/1.8 MB | 1.3 MB | 303 kB error 03-Jan-2023 03:02:43 Progress (5): 4.7/7.5 MB | 3.2/3.7 MB | 1.5/1.8 MB | 1.3 MB | 303 kB error 03-Jan-2023 03:02:43 Progress (5): 4.8/7.5 MB | 3.2/3.7 MB | 1.5/1.8 MB | 1.3 MB | 303 kB error 03-Jan-2023 03:02:43 Progress (5): 4.8/7.5 MB | 3.2/3.7 MB | 1.6/1.8 MB | 1.3 MB | 303 kB error 03-Jan-2023 03:02:43 Progress (5): 4.8/7.5 MB | 3.2/3.7 MB | 1.6/1.8 MB | 1.3 MB | 303 kB error 03-Jan-2023 03:02:43 Progress (5): 4.8/7.5 MB | 3.2/3.7 MB | 1.6/1.8 MB | 1.3 MB | 303 kB error 03-Jan-2023 03:02:43 Progress (5): 4.8/7.5 MB | 3.2/3.7 MB | 1.6/1.8 MB | 1.3 MB | 303 kB error 03-Jan-2023 03:02:43 Progress (5): 4.8/7.5 MB | 3.2/3.7 MB | 1.6/1.8 MB | 1.3 MB | 303 kB error 03-Jan-2023 03:02:43 Progress (5): 4.8/7.5 MB | 3.2/3.7 MB | 1.6/1.8 MB | 1.3 MB | 303 kB error 03-Jan-2023 03:02:43 Progress (5): 4.8/7.5 MB | 3.2/3.7 MB | 1.6/1.8 MB | 1.3 MB | 303 kB error 03-Jan-2023 03:02:43 Progress (5): 4.8/7.5 MB | 3.3/3.7 MB | 1.6/1.8 MB | 1.3 MB | 303 kB error 03-Jan-2023 03:02:43 Progress (5): 4.9/7.5 MB | 3.3/3.7 MB | 1.6/1.8 MB | 1.3 MB | 303 kB error 03-Jan-2023 03:02:43 Progress (5): 4.9/7.5 MB | 3.3/3.7 MB | 1.6/1.8 MB | 1.3 MB | 303 kB error 03-Jan-2023 03:02:43 Progress (5): 4.9/7.5 MB | 3.3/3.7 MB | 1.6/1.8 MB | 1.3 MB | 303 kB error 03-Jan-2023 03:02:43 Progress (5): 4.9/7.5 MB | 3.3/3.7 MB | 1.6/1.8 MB | 1.3 MB | 303 kB error 03-Jan-2023 03:02:43 Progress (5): 4.9/7.5 MB | 3.3/3.7 MB | 1.6/1.8 MB | 1.3 MB | 303 kB error 03-Jan-2023 03:02:43 Progress (5): 4.9/7.5 MB | 3.3/3.7 MB | 1.6/1.8 MB | 1.3 MB | 303 kB error 03-Jan-2023 03:02:43 Progress (5): 4.9/7.5 MB | 3.3/3.7 MB | 1.6/1.8 MB | 1.3 MB | 303 kB error 03-Jan-2023 03:02:43 Progress (5): 4.9/7.5 MB | 3.3/3.7 MB | 1.6/1.8 MB | 1.3 MB | 303 kB error 03-Jan-2023 03:02:43 Progress (5): 4.9/7.5 MB | 3.3/3.7 MB | 1.6/1.8 MB | 1.3 MB | 303 kB error 03-Jan-2023 03:02:43 Progress (5): 4.9/7.5 MB | 3.4/3.7 MB | 1.6/1.8 MB | 1.3 MB | 303 kB error 03-Jan-2023 03:02:43 Progress (5): 4.9/7.5 MB | 3.4/3.7 MB | 1.6/1.8 MB | 1.3 MB | 303 kB error 03-Jan-2023 03:02:43 Progress (5): 4.9/7.5 MB | 3.4/3.7 MB | 1.6/1.8 MB | 1.3 MB | 303 kB error 03-Jan-2023 03:02:43 Progress (5): 4.9/7.5 MB | 3.4/3.7 MB | 1.6/1.8 MB | 1.3 MB | 303 kB error 03-Jan-2023 03:02:43 Progress (5): 4.9/7.5 MB | 3.4/3.7 MB | 1.7/1.8 MB | 1.3 MB | 303 kB error 03-Jan-2023 03:02:43 Progress (5): 4.9/7.5 MB | 3.4/3.7 MB | 1.7/1.8 MB | 1.3 MB | 303 kB error 03-Jan-2023 03:02:43 Progress (5): 4.9/7.5 MB | 3.4/3.7 MB | 1.7/1.8 MB | 1.3 MB | 303 kB error 03-Jan-2023 03:02:43 Progress (5): 4.9/7.5 MB | 3.4/3.7 MB | 1.7/1.8 MB | 1.3 MB | 303 kB error 03-Jan-2023 03:02:43 Progress (5): 4.9/7.5 MB | 3.4/3.7 MB | 1.7/1.8 MB | 1.3 MB | 303 kB error 03-Jan-2023 03:02:43 Progress (5): 4.9/7.5 MB | 3.4/3.7 MB | 1.7/1.8 MB | 1.3 MB | 303 kB error 03-Jan-2023 03:02:43 Progress (5): 4.9/7.5 MB | 3.4/3.7 MB | 1.7/1.8 MB | 1.3 MB | 303 kB error 03-Jan-2023 03:02:43 Progress (5): 4.9/7.5 MB | 3.4/3.7 MB | 1.7/1.8 MB | 1.3 MB | 303 kB error 03-Jan-2023 03:02:43 Progress (5): 5.0/7.5 MB | 3.4/3.7 MB | 1.7/1.8 MB | 1.3 MB | 303 kB error 03-Jan-2023 03:02:43 Progress (5): 5.0/7.5 MB | 3.4/3.7 MB | 1.7/1.8 MB | 1.3 MB | 303 kB error 03-Jan-2023 03:02:43 Progress (5): 5.0/7.5 MB | 3.4/3.7 MB | 1.7/1.8 MB | 1.3 MB | 303 kB error 03-Jan-2023 03:02:43 Progress (5): 5.0/7.5 MB | 3.4/3.7 MB | 1.7/1.8 MB | 1.3 MB | 303 kB error 03-Jan-2023 03:02:43 Progress (5): 5.0/7.5 MB | 3.4/3.7 MB | 1.7/1.8 MB | 1.3 MB | 303 kB error 03-Jan-2023 03:02:43 Progress (5): 5.0/7.5 MB | 3.4/3.7 MB | 1.7/1.8 MB | 1.3 MB | 303 kB error 03-Jan-2023 03:02:43 Progress (5): 5.0/7.5 MB | 3.4/3.7 MB | 1.7/1.8 MB | 1.3 MB | 303 kB error 03-Jan-2023 03:02:43 Progress (5): 5.0/7.5 MB | 3.4/3.7 MB | 1.7/1.8 MB | 1.3 MB | 303 kB error 03-Jan-2023 03:02:43 Progress (5): 5.0/7.5 MB | 3.4/3.7 MB | 1.7/1.8 MB | 1.3 MB | 303 kB error 03-Jan-2023 03:02:43 error 03-Jan-2023 03:02:43 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/hibernate/hibernate-search-engine/5.11.9.Final/hibernate-search-engine-5.11.9.Final.jar (1.3 MB at 145 kB/s) error 03-Jan-2023 03:02:43 #16 86.46 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/logging/log4j/log4j-api/2.17.2/log4j-api-2.17.2.jar (303 kB at 33 kB/s) error 03-Jan-2023 03:02:43 #16 86.47 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/logging/log4j/log4j-slf4j-impl/2.17.2/log4j-slf4j-impl-2.17.2.jar error 03-Jan-2023 03:02:43 #16 86.47 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/logging/log4j/log4j-1.2-api/2.17.2/log4j-1.2-api-2.17.2.jar error 03-Jan-2023 03:02:43 #16 86.50 Progress (3): 5.0/7.5 MB | 3.4/3.7 MB | 1.7/1.8 MB error 03-Jan-2023 03:02:43 Progress (3): 5.0/7.5 MB | 3.4/3.7 MB | 1.8/1.8 MB error 03-Jan-2023 03:02:43 Progress (3): 5.0/7.5 MB | 3.5/3.7 MB | 1.8/1.8 MB error 03-Jan-2023 03:02:43 Progress (3): 5.0/7.5 MB | 3.5/3.7 MB | 1.8/1.8 MB error 03-Jan-2023 03:02:43 Progress (3): 5.1/7.5 MB | 3.5/3.7 MB | 1.8/1.8 MB error 03-Jan-2023 03:02:43 Progress (3): 5.1/7.5 MB | 3.5/3.7 MB | 1.8/1.8 MB error 03-Jan-2023 03:02:43 Progress (3): 5.1/7.5 MB | 3.5/3.7 MB | 1.8/1.8 MB error 03-Jan-2023 03:02:43 Progress (3): 5.1/7.5 MB | 3.5/3.7 MB | 1.8/1.8 MB error 03-Jan-2023 03:02:43 Progress (3): 5.1/7.5 MB | 3.5/3.7 MB | 1.8/1.8 MB error 03-Jan-2023 03:02:43 Progress (3): 5.1/7.5 MB | 3.5/3.7 MB | 1.8/1.8 MB error 03-Jan-2023 03:02:43 Progress (3): 5.1/7.5 MB | 3.5/3.7 MB | 1.8/1.8 MB error 03-Jan-2023 03:02:43 Progress (3): 5.1/7.5 MB | 3.5/3.7 MB | 1.8/1.8 MB error 03-Jan-2023 03:02:43 Progress (3): 5.1/7.5 MB | 3.5/3.7 MB | 1.8/1.8 MB error 03-Jan-2023 03:02:43 Progress (3): 5.1/7.5 MB | 3.5/3.7 MB | 1.8/1.8 MB error 03-Jan-2023 03:02:43 Progress (3): 5.1/7.5 MB | 3.5/3.7 MB | 1.8/1.8 MB error 03-Jan-2023 03:02:43 Progress (3): 5.1/7.5 MB | 3.5/3.7 MB | 1.8 MB error 03-Jan-2023 03:02:43 Progress (3): 5.2/7.5 MB | 3.5/3.7 MB | 1.8 MB error 03-Jan-2023 03:02:43 Progress (3): 5.2/7.5 MB | 3.5/3.7 MB | 1.8 MB error 03-Jan-2023 03:02:43 Progress (3): 5.2/7.5 MB | 3.6/3.7 MB | 1.8 MB error 03-Jan-2023 03:02:43 Progress (3): 5.2/7.5 MB | 3.6/3.7 MB | 1.8 MB error 03-Jan-2023 03:02:43 Progress (3): 5.2/7.5 MB | 3.6/3.7 MB | 1.8 MB error 03-Jan-2023 03:02:43 Progress (3): 5.2/7.5 MB | 3.6/3.7 MB | 1.8 MB error 03-Jan-2023 03:02:43 Progress (3): 5.2/7.5 MB | 3.7/3.7 MB | 1.8 MB error 03-Jan-2023 03:02:43 Progress (3): 5.2/7.5 MB | 3.7/3.7 MB | 1.8 MB error 03-Jan-2023 03:02:43 Progress (3): 5.2/7.5 MB | 3.7 MB | 1.8 MB error 03-Jan-2023 03:02:43 Progress (3): 5.2/7.5 MB | 3.7 MB | 1.8 MB error 03-Jan-2023 03:02:43 Progress (3): 5.2/7.5 MB | 3.7 MB | 1.8 MB error 03-Jan-2023 03:02:43 Progress (3): 5.3/7.5 MB | 3.7 MB | 1.8 MB error 03-Jan-2023 03:02:43 Progress (3): 5.3/7.5 MB | 3.7 MB | 1.8 MB error 03-Jan-2023 03:02:43 Progress (3): 5.4/7.5 MB | 3.7 MB | 1.8 MB error 03-Jan-2023 03:02:43 Progress (3): 5.4/7.5 MB | 3.7 MB | 1.8 MB error 03-Jan-2023 03:02:43 Progress (4): 5.4/7.5 MB | 3.7 MB | 1.8 MB | 3.3/24 kB error 03-Jan-2023 03:02:43 Progress (4): 5.4/7.5 MB | 3.7 MB | 1.8 MB | 6.1/24 kB error 03-Jan-2023 03:02:43 Progress (4): 5.4/7.5 MB | 3.7 MB | 1.8 MB | 8.9/24 kB error 03-Jan-2023 03:02:43 Progress (4): 5.4/7.5 MB | 3.7 MB | 1.8 MB | 12/24 kB error 03-Jan-2023 03:02:43 Progress (4): 5.4/7.5 MB | 3.7 MB | 1.8 MB | 15/24 kB error 03-Jan-2023 03:02:43 Progress (4): 5.4/7.5 MB | 3.7 MB | 1.8 MB | 17/24 kB error 03-Jan-2023 03:02:43 Progress (4): 5.4/7.5 MB | 3.7 MB | 1.8 MB | 17/24 kB error 03-Jan-2023 03:02:43 Progress (4): 5.4/7.5 MB | 3.7 MB | 1.8 MB | 20/24 kB error 03-Jan-2023 03:02:43 Progress (4): 5.4/7.5 MB | 3.7 MB | 1.8 MB | 23/24 kB error 03-Jan-2023 03:02:43 Progress (4): 5.4/7.5 MB | 3.7 MB | 1.8 MB | 24 kB error 03-Jan-2023 03:02:43 Progress (4): 5.5/7.5 MB | 3.7 MB | 1.8 MB | 24 kB error 03-Jan-2023 03:02:43 Progress (4): 5.5/7.5 MB | 3.7 MB | 1.8 MB | 24 kB error 03-Jan-2023 03:02:43 Progress (4): 5.6/7.5 MB | 3.7 MB | 1.8 MB | 24 kB error 03-Jan-2023 03:02:43 error 03-Jan-2023 03:02:43 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/logging/log4j/log4j-core/2.17.2/log4j-core-2.17.2.jar (1.8 MB at 191 kB/s) error 03-Jan-2023 03:02:43 #16 86.82 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/net/bytebuddy/byte-buddy/1.11.20/byte-buddy-1.11.20.jar (3.7 MB at 388 kB/s) error 03-Jan-2023 03:02:43 #16 86.83 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/xerces/xercesImpl/2.12.1/xercesImpl-2.12.1.jar error 03-Jan-2023 03:02:43 #16 86.83 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/com/fasterxml/jackson/datatype/jackson-datatype-jsr310/2.13.0/jackson-datatype-jsr310-2.13.0.jar error 03-Jan-2023 03:02:43 #16 86.86 Progress (2): 5.6/7.5 MB | 24 kB error 03-Jan-2023 03:02:43 Progress (2): 5.6/7.5 MB | 24 kB error 03-Jan-2023 03:02:43 Progress (2): 5.7/7.5 MB | 24 kB error 03-Jan-2023 03:02:43 Progress (2): 5.7/7.5 MB | 24 kB error 03-Jan-2023 03:02:43 error 03-Jan-2023 03:02:43 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/logging/log4j/log4j-slf4j-impl/2.17.2/log4j-slf4j-impl-2.17.2.jar (24 kB at 2.5 kB/s) error 03-Jan-2023 03:02:43 #16 86.95 Progress (1): 5.8/7.5 MB error 03-Jan-2023 03:02:43 Progress (2): 5.8/7.5 MB | 4.1/303 kB error 03-Jan-2023 03:02:43 Progress (2): 5.8/7.5 MB | 8.2/303 kB error 03-Jan-2023 03:02:43 Progress (2): 5.8/7.5 MB | 12/303 kB error 03-Jan-2023 03:02:43 Progress (2): 5.8/7.5 MB | 16/303 kB error 03-Jan-2023 03:02:43 Progress (2): 5.8/7.5 MB | 20/303 kB error 03-Jan-2023 03:02:43 Progress (2): 5.8/7.5 MB | 24/303 kB error 03-Jan-2023 03:02:43 error 03-Jan-2023 03:02:43 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/net/sf/ehcache/ehcache/2.10.9.2/ehcache-2.10.9.2.jar error 03-Jan-2023 03:02:43 #16 86.96 Progress (2): 5.8/7.5 MB | 28/303 kB error 03-Jan-2023 03:02:43 Progress (2): 5.8/7.5 MB | 32/303 kB error 03-Jan-2023 03:02:43 Progress (2): 5.8/7.5 MB | 36/303 kB error 03-Jan-2023 03:02:43 Progress (2): 5.8/7.5 MB | 40/303 kB error 03-Jan-2023 03:02:43 Progress (2): 5.8/7.5 MB | 44/303 kB error 03-Jan-2023 03:02:43 Progress (2): 5.8/7.5 MB | 48/303 kB error 03-Jan-2023 03:02:43 Progress (2): 5.8/7.5 MB | 51/303 kB error 03-Jan-2023 03:02:43 Progress (2): 5.8/7.5 MB | 53/303 kB error 03-Jan-2023 03:02:43 Progress (2): 5.8/7.5 MB | 57/303 kB error 03-Jan-2023 03:02:43 Progress (2): 5.8/7.5 MB | 57/303 kB error 03-Jan-2023 03:02:43 Progress (2): 5.8/7.5 MB | 62/303 kB error 03-Jan-2023 03:02:43 Progress (2): 5.8/7.5 MB | 66/303 kB error 03-Jan-2023 03:02:43 Progress (2): 5.8/7.5 MB | 70/303 kB error 03-Jan-2023 03:02:43 Progress (2): 5.8/7.5 MB | 70/303 kB error 03-Jan-2023 03:02:43 Progress (2): 5.8/7.5 MB | 74/303 kB error 03-Jan-2023 03:02:43 Progress (2): 5.8/7.5 MB | 78/303 kB error 03-Jan-2023 03:02:43 Progress (2): 5.8/7.5 MB | 82/303 kB error 03-Jan-2023 03:02:43 Progress (2): 5.8/7.5 MB | 86/303 kB error 03-Jan-2023 03:02:43 Progress (2): 5.8/7.5 MB | 88/303 kB error 03-Jan-2023 03:02:43 Progress (2): 5.9/7.5 MB | 88/303 kB error 03-Jan-2023 03:02:43 Progress (2): 5.9/7.5 MB | 88/303 kB error 03-Jan-2023 03:02:43 Progress (2): 5.9/7.5 MB | 92/303 kB error 03-Jan-2023 03:02:43 Progress (2): 5.9/7.5 MB | 96/303 kB error 03-Jan-2023 03:02:43 Progress (2): 5.9/7.5 MB | 100/303 kB error 03-Jan-2023 03:02:43 Progress (2): 5.9/7.5 MB | 105/303 kB error 03-Jan-2023 03:02:43 Progress (2): 5.9/7.5 MB | 109/303 kB error 03-Jan-2023 03:02:43 Progress (2): 5.9/7.5 MB | 113/303 kB error 03-Jan-2023 03:02:43 Progress (2): 5.9/7.5 MB | 117/303 kB error 03-Jan-2023 03:02:43 Progress (2): 5.9/7.5 MB | 121/303 kB error 03-Jan-2023 03:02:43 Progress (2): 5.9/7.5 MB | 123/303 kB error 03-Jan-2023 03:02:43 Progress (2): 5.9/7.5 MB | 125/303 kB error 03-Jan-2023 03:02:43 Progress (2): 5.9/7.5 MB | 129/303 kB error 03-Jan-2023 03:02:43 Progress (2): 5.9/7.5 MB | 134/303 kB error 03-Jan-2023 03:02:43 Progress (2): 6.0/7.5 MB | 134/303 kB error 03-Jan-2023 03:02:43 Progress (2): 6.0/7.5 MB | 138/303 kB error 03-Jan-2023 03:02:43 Progress (2): 6.0/7.5 MB | 142/303 kB error 03-Jan-2023 03:02:43 Progress (2): 6.0/7.5 MB | 146/303 kB error 03-Jan-2023 03:02:43 Progress (2): 6.0/7.5 MB | 150/303 kB error 03-Jan-2023 03:02:43 Progress (2): 6.0/7.5 MB | 154/303 kB error 03-Jan-2023 03:02:43 Progress (2): 6.0/7.5 MB | 158/303 kB error 03-Jan-2023 03:02:43 Progress (2): 6.0/7.5 MB | 160/303 kB error 03-Jan-2023 03:02:43 Progress (2): 6.0/7.5 MB | 164/303 kB error 03-Jan-2023 03:02:43 Progress (2): 6.0/7.5 MB | 168/303 kB error 03-Jan-2023 03:02:43 Progress (2): 6.0/7.5 MB | 172/303 kB error 03-Jan-2023 03:02:43 Progress (2): 6.0/7.5 MB | 177/303 kB error 03-Jan-2023 03:02:43 Progress (3): 6.0/7.5 MB | 177/303 kB | 3.3/121 kB error 03-Jan-2023 03:02:43 Progress (3): 6.0/7.5 MB | 177/303 kB | 6.1/121 kB error 03-Jan-2023 03:02:43 Progress (3): 6.0/7.5 MB | 177/303 kB | 8.9/121 kB error 03-Jan-2023 03:02:43 Progress (3): 6.0/7.5 MB | 177/303 kB | 12/121 kB error 03-Jan-2023 03:02:43 Progress (3): 6.0/7.5 MB | 177/303 kB | 14/121 kB error 03-Jan-2023 03:02:43 Progress (3): 6.0/7.5 MB | 177/303 kB | 17/121 kB error 03-Jan-2023 03:02:43 Progress (3): 6.0/7.5 MB | 177/303 kB | 17/121 kB error 03-Jan-2023 03:02:43 Progress (3): 6.0/7.5 MB | 181/303 kB | 17/121 kB error 03-Jan-2023 03:02:43 Progress (3): 6.0/7.5 MB | 181/303 kB | 20/121 kB error 03-Jan-2023 03:02:43 Progress (3): 6.0/7.5 MB | 185/303 kB | 20/121 kB error 03-Jan-2023 03:02:43 Progress (3): 6.0/7.5 MB | 189/303 kB | 20/121 kB error 03-Jan-2023 03:02:43 Progress (3): 6.0/7.5 MB | 189/303 kB | 23/121 kB error 03-Jan-2023 03:02:43 Progress (3): 6.0/7.5 MB | 193/303 kB | 23/121 kB error 03-Jan-2023 03:02:43 Progress (3): 6.0/7.5 MB | 195/303 kB | 23/121 kB error 03-Jan-2023 03:02:43 Progress (3): 6.0/7.5 MB | 195/303 kB | 26/121 kB error 03-Jan-2023 03:02:43 Progress (3): 6.0/7.5 MB | 195/303 kB | 28/121 kB error 03-Jan-2023 03:02:43 Progress (3): 6.0/7.5 MB | 195/303 kB | 31/121 kB error 03-Jan-2023 03:02:43 Progress (3): 6.0/7.5 MB | 195/303 kB | 34/121 kB error 03-Jan-2023 03:02:43 Progress (3): 6.0/7.5 MB | 195/303 kB | 37/121 kB error 03-Jan-2023 03:02:43 Progress (3): 6.0/7.5 MB | 195/303 kB | 40/121 kB error 03-Jan-2023 03:02:43 Progress (3): 6.0/7.5 MB | 199/303 kB | 40/121 kB error 03-Jan-2023 03:02:43 Progress (3): 6.0/7.5 MB | 203/303 kB | 40/121 kB error 03-Jan-2023 03:02:43 Progress (3): 6.0/7.5 MB | 207/303 kB | 40/121 kB error 03-Jan-2023 03:02:43 Progress (3): 6.0/7.5 MB | 211/303 kB | 40/121 kB error 03-Jan-2023 03:02:43 Progress (3): 6.0/7.5 MB | 215/303 kB | 40/121 kB error 03-Jan-2023 03:02:43 Progress (3): 6.0/7.5 MB | 220/303 kB | 40/121 kB error 03-Jan-2023 03:02:43 Progress (3): 6.0/7.5 MB | 224/303 kB | 40/121 kB error 03-Jan-2023 03:02:43 Progress (3): 6.0/7.5 MB | 228/303 kB | 40/121 kB error 03-Jan-2023 03:02:43 Progress (3): 6.0/7.5 MB | 230/303 kB | 40/121 kB error 03-Jan-2023 03:02:43 Progress (3): 6.0/7.5 MB | 230/303 kB | 42/121 kB error 03-Jan-2023 03:02:43 Progress (3): 6.0/7.5 MB | 230/303 kB | 45/121 kB error 03-Jan-2023 03:02:43 Progress (3): 6.0/7.5 MB | 230/303 kB | 48/121 kB error 03-Jan-2023 03:02:43 Progress (3): 6.1/7.5 MB | 230/303 kB | 48/121 kB error 03-Jan-2023 03:02:43 Progress (3): 6.1/7.5 MB | 230/303 kB | 48/121 kB error 03-Jan-2023 03:02:43 Progress (3): 6.1/7.5 MB | 230/303 kB | 51/121 kB error 03-Jan-2023 03:02:43 Progress (3): 6.1/7.5 MB | 230/303 kB | 54/121 kB error 03-Jan-2023 03:02:43 Progress (3): 6.1/7.5 MB | 230/303 kB | 56/121 kB error 03-Jan-2023 03:02:43 Progress (3): 6.1/7.5 MB | 234/303 kB | 56/121 kB error 03-Jan-2023 03:02:43 Progress (3): 6.1/7.5 MB | 238/303 kB | 56/121 kB error 03-Jan-2023 03:02:43 Progress (3): 6.1/7.5 MB | 242/303 kB | 56/121 kB error 03-Jan-2023 03:02:43 Progress (3): 6.1/7.5 MB | 242/303 kB | 56/121 kB error 03-Jan-2023 03:02:43 Progress (3): 6.1/7.5 MB | 246/303 kB | 56/121 kB error 03-Jan-2023 03:02:43 Progress (3): 6.1/7.5 MB | 250/303 kB | 56/121 kB error 03-Jan-2023 03:02:43 Progress (3): 6.1/7.5 MB | 250/303 kB | 59/121 kB error 03-Jan-2023 03:02:43 Progress (3): 6.1/7.5 MB | 250/303 kB | 62/121 kB error 03-Jan-2023 03:02:43 Progress (3): 6.1/7.5 MB | 254/303 kB | 62/121 kB error 03-Jan-2023 03:02:43 Progress (3): 6.1/7.5 MB | 254/303 kB | 65/121 kB error 03-Jan-2023 03:02:43 Progress (3): 6.1/7.5 MB | 258/303 kB | 65/121 kB error 03-Jan-2023 03:02:43 Progress (3): 6.1/7.5 MB | 258/303 kB | 68/121 kB error 03-Jan-2023 03:02:43 Progress (3): 6.1/7.5 MB | 258/303 kB | 70/121 kB error 03-Jan-2023 03:02:43 Progress (3): 6.2/7.5 MB | 258/303 kB | 70/121 kB error 03-Jan-2023 03:02:43 Progress (3): 6.2/7.5 MB | 263/303 kB | 70/121 kB error 03-Jan-2023 03:02:43 Progress (3): 6.2/7.5 MB | 267/303 kB | 70/121 kB error 03-Jan-2023 03:02:43 Progress (3): 6.2/7.5 MB | 271/303 kB | 70/121 kB error 03-Jan-2023 03:02:43 Progress (3): 6.2/7.5 MB | 275/303 kB | 70/121 kB error 03-Jan-2023 03:02:43 Progress (3): 6.2/7.5 MB | 278/303 kB | 70/121 kB error 03-Jan-2023 03:02:43 Progress (3): 6.2/7.5 MB | 278/303 kB | 73/121 kB error 03-Jan-2023 03:02:43 Progress (3): 6.2/7.5 MB | 278/303 kB | 76/121 kB error 03-Jan-2023 03:02:43 Progress (3): 6.2/7.5 MB | 278/303 kB | 79/121 kB error 03-Jan-2023 03:02:43 Progress (3): 6.2/7.5 MB | 278/303 kB | 82/121 kB error 03-Jan-2023 03:02:43 Progress (3): 6.2/7.5 MB | 278/303 kB | 84/121 kB error 03-Jan-2023 03:02:43 Progress (3): 6.2/7.5 MB | 278/303 kB | 87/121 kB error 03-Jan-2023 03:02:43 Progress (3): 6.2/7.5 MB | 278/303 kB | 90/121 kB error 03-Jan-2023 03:02:43 Progress (3): 6.2/7.5 MB | 278/303 kB | 90/121 kB error 03-Jan-2023 03:02:43 Progress (3): 6.2/7.5 MB | 282/303 kB | 90/121 kB error 03-Jan-2023 03:02:43 Progress (3): 6.2/7.5 MB | 286/303 kB | 90/121 kB error 03-Jan-2023 03:02:43 Progress (3): 6.2/7.5 MB | 290/303 kB | 90/121 kB error 03-Jan-2023 03:02:43 Progress (3): 6.2/7.5 MB | 294/303 kB | 90/121 kB error 03-Jan-2023 03:02:43 Progress (3): 6.2/7.5 MB | 294/303 kB | 93/121 kB error 03-Jan-2023 03:02:43 Progress (3): 6.2/7.5 MB | 296/303 kB | 93/121 kB error 03-Jan-2023 03:02:43 Progress (3): 6.2/7.5 MB | 296/303 kB | 96/121 kB error 03-Jan-2023 03:02:43 Progress (3): 6.3/7.5 MB | 296/303 kB | 96/121 kB error 03-Jan-2023 03:02:43 Progress (3): 6.3/7.5 MB | 300/303 kB | 96/121 kB error 03-Jan-2023 03:02:43 Progress (3): 6.3/7.5 MB | 300/303 kB | 98/121 kB error 03-Jan-2023 03:02:43 Progress (3): 6.3/7.5 MB | 303 kB | 98/121 kB error 03-Jan-2023 03:02:43 Progress (4): 6.3/7.5 MB | 303 kB | 98/121 kB | 0/1.4 MB error 03-Jan-2023 03:02:43 Progress (4): 6.3/7.5 MB | 303 kB | 98/121 kB | 0/1.4 MB error 03-Jan-2023 03:02:43 Progress (4): 6.3/7.5 MB | 303 kB | 101/121 kB | 0/1.4 MB error 03-Jan-2023 03:02:43 Progress (4): 6.3/7.5 MB | 303 kB | 104/121 kB | 0/1.4 MB error 03-Jan-2023 03:02:43 Progress (4): 6.3/7.5 MB | 303 kB | 104/121 kB | 0/1.4 MB error 03-Jan-2023 03:02:43 Progress (4): 6.3/7.5 MB | 303 kB | 107/121 kB | 0/1.4 MB error 03-Jan-2023 03:02:43 Progress (4): 6.3/7.5 MB | 303 kB | 110/121 kB | 0/1.4 MB error 03-Jan-2023 03:02:43 Progress (4): 6.3/7.5 MB | 303 kB | 112/121 kB | 0/1.4 MB error 03-Jan-2023 03:02:43 Progress (4): 6.3/7.5 MB | 303 kB | 112/121 kB | 0/1.4 MB error 03-Jan-2023 03:02:43 Progress (4): 6.3/7.5 MB | 303 kB | 115/121 kB | 0/1.4 MB error 03-Jan-2023 03:02:43 Progress (4): 6.3/7.5 MB | 303 kB | 118/121 kB | 0/1.4 MB error 03-Jan-2023 03:02:43 Progress (4): 6.3/7.5 MB | 303 kB | 121/121 kB | 0/1.4 MB error 03-Jan-2023 03:02:43 Progress (4): 6.3/7.5 MB | 303 kB | 121 kB | 0/1.4 MB error 03-Jan-2023 03:02:43 Progress (4): 6.3/7.5 MB | 303 kB | 121 kB | 0/1.4 MB error 03-Jan-2023 03:02:43 Progress (4): 6.3/7.5 MB | 303 kB | 121 kB | 0/1.4 MB error 03-Jan-2023 03:02:43 Progress (4): 6.3/7.5 MB | 303 kB | 121 kB | 0/1.4 MB error 03-Jan-2023 03:02:43 Progress (4): 6.3/7.5 MB | 303 kB | 121 kB | 0/1.4 MB error 03-Jan-2023 03:02:43 Progress (4): 6.3/7.5 MB | 303 kB | 121 kB | 0.1/1.4 MB error 03-Jan-2023 03:02:43 Progress (4): 6.3/7.5 MB | 303 kB | 121 kB | 0.1/1.4 MB error 03-Jan-2023 03:02:43 Progress (4): 6.3/7.5 MB | 303 kB | 121 kB | 0.1/1.4 MB error 03-Jan-2023 03:02:43 Progress (4): 6.3/7.5 MB | 303 kB | 121 kB | 0.1/1.4 MB error 03-Jan-2023 03:02:43 Progress (4): 6.4/7.5 MB | 303 kB | 121 kB | 0.1/1.4 MB error 03-Jan-2023 03:02:43 Progress (5): 6.4/7.5 MB | 303 kB | 121 kB | 0.1/1.4 MB | 0.1/12 MB error 03-Jan-2023 03:02:43 Progress (5): 6.4/7.5 MB | 303 kB | 121 kB | 0.1/1.4 MB | 0.1/12 MB error 03-Jan-2023 03:02:43 Progress (5): 6.4/7.5 MB | 303 kB | 121 kB | 0.1/1.4 MB | 0.1/12 MB error 03-Jan-2023 03:02:43 Progress (5): 6.4/7.5 MB | 303 kB | 121 kB | 0.1/1.4 MB | 0.1/12 MB error 03-Jan-2023 03:02:43 Progress (5): 6.4/7.5 MB | 303 kB | 121 kB | 0.1/1.4 MB | 0.1/12 MB error 03-Jan-2023 03:02:43 Progress (5): 6.4/7.5 MB | 303 kB | 121 kB | 0.1/1.4 MB | 0.1/12 MB error 03-Jan-2023 03:02:43 Progress (5): 6.4/7.5 MB | 303 kB | 121 kB | 0.1/1.4 MB | 0.1/12 MB error 03-Jan-2023 03:02:43 Progress (5): 6.4/7.5 MB | 303 kB | 121 kB | 0.1/1.4 MB | 0.1/12 MB error 03-Jan-2023 03:02:43 Progress (5): 6.4/7.5 MB | 303 kB | 121 kB | 0.1/1.4 MB | 0.1/12 MB error 03-Jan-2023 03:02:43 Progress (5): 6.5/7.5 MB | 303 kB | 121 kB | 0.1/1.4 MB | 0.1/12 MB error 03-Jan-2023 03:02:43 Progress (5): 6.5/7.5 MB | 303 kB | 121 kB | 0.1/1.4 MB | 0.1/12 MB error 03-Jan-2023 03:02:43 Progress (5): 6.5/7.5 MB | 303 kB | 121 kB | 0.2/1.4 MB | 0.1/12 MB error 03-Jan-2023 03:02:43 Progress (5): 6.5/7.5 MB | 303 kB | 121 kB | 0.2/1.4 MB | 0.1/12 MB error 03-Jan-2023 03:02:43 Progress (5): 6.5/7.5 MB | 303 kB | 121 kB | 0.2/1.4 MB | 0.1/12 MB error 03-Jan-2023 03:02:43 Progress (5): 6.5/7.5 MB | 303 kB | 121 kB | 0.2/1.4 MB | 0.1/12 MB error 03-Jan-2023 03:02:43 Progress (5): 6.5/7.5 MB | 303 kB | 121 kB | 0.2/1.4 MB | 0.1/12 MB error 03-Jan-2023 03:02:43 Progress (5): 6.5/7.5 MB | 303 kB | 121 kB | 0.2/1.4 MB | 0.2/12 MB error 03-Jan-2023 03:02:43 Progress (5): 6.5/7.5 MB | 303 kB | 121 kB | 0.2/1.4 MB | 0.2/12 MB error 03-Jan-2023 03:02:43 Progress (5): 6.5/7.5 MB | 303 kB | 121 kB | 0.2/1.4 MB | 0.2/12 MB error 03-Jan-2023 03:02:43 Progress (5): 6.5/7.5 MB | 303 kB | 121 kB | 0.2/1.4 MB | 0.2/12 MB error 03-Jan-2023 03:02:43 Progress (5): 6.5/7.5 MB | 303 kB | 121 kB | 0.2/1.4 MB | 0.2/12 MB error 03-Jan-2023 03:02:43 Progress (5): 6.5/7.5 MB | 303 kB | 121 kB | 0.2/1.4 MB | 0.2/12 MB error 03-Jan-2023 03:02:43 Progress (5): 6.5/7.5 MB | 303 kB | 121 kB | 0.2/1.4 MB | 0.2/12 MB error 03-Jan-2023 03:02:43 error 03-Jan-2023 03:02:43 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/logging/log4j/log4j-1.2-api/2.17.2/log4j-1.2-api-2.17.2.jar (303 kB at 30 kB/s) error 03-Jan-2023 03:02:43 #16 87.38 Progress (4): 6.6/7.5 MB | 121 kB | 0.2/1.4 MB | 0.2/12 MB error 03-Jan-2023 03:02:43 error 03-Jan-2023 03:02:43 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/aspectj/aspectjrt/1.9.7/aspectjrt-1.9.7.jar error 03-Jan-2023 03:02:43 #16 87.39 Progress (4): 6.6/7.5 MB | 121 kB | 0.2/1.4 MB | 0.2/12 MB error 03-Jan-2023 03:02:43 Progress (4): 6.6/7.5 MB | 121 kB | 0.2/1.4 MB | 0.2/12 MB error 03-Jan-2023 03:02:43 Progress (4): 6.6/7.5 MB | 121 kB | 0.2/1.4 MB | 0.2/12 MB error 03-Jan-2023 03:02:43 Progress (4): 6.6/7.5 MB | 121 kB | 0.3/1.4 MB | 0.2/12 MB error 03-Jan-2023 03:02:43 Progress (4): 6.6/7.5 MB | 121 kB | 0.3/1.4 MB | 0.2/12 MB error 03-Jan-2023 03:02:43 Progress (4): 6.6/7.5 MB | 121 kB | 0.3/1.4 MB | 0.2/12 MB error 03-Jan-2023 03:02:43 Progress (4): 6.6/7.5 MB | 121 kB | 0.3/1.4 MB | 0.2/12 MB error 03-Jan-2023 03:02:43 Progress (4): 6.6/7.5 MB | 121 kB | 0.3/1.4 MB | 0.2/12 MB error 03-Jan-2023 03:02:43 Progress (4): 6.6/7.5 MB | 121 kB | 0.3/1.4 MB | 0.2/12 MB error 03-Jan-2023 03:02:43 Progress (4): 6.6/7.5 MB | 121 kB | 0.3/1.4 MB | 0.2/12 MB error 03-Jan-2023 03:02:43 Progress (4): 6.7/7.5 MB | 121 kB | 0.3/1.4 MB | 0.2/12 MB error 03-Jan-2023 03:02:43 error 03-Jan-2023 03:02:43 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/com/fasterxml/jackson/datatype/jackson-datatype-jsr310/2.13.0/jackson-datatype-jsr310-2.13.0.jar (121 kB at 12 kB/s) error 03-Jan-2023 03:02:43 #16 87.42 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/aspectj/aspectjweaver/1.9.7/aspectjweaver-1.9.7.jar error 03-Jan-2023 03:02:43 #16 87.42 Progress (3): 6.7/7.5 MB | 0.3/1.4 MB | 0.2/12 MB error 03-Jan-2023 03:02:43 Progress (3): 6.7/7.5 MB | 0.3/1.4 MB | 0.2/12 MB error 03-Jan-2023 03:02:43 Progress (3): 6.7/7.5 MB | 0.3/1.4 MB | 0.2/12 MB error 03-Jan-2023 03:02:43 Progress (3): 6.7/7.5 MB | 0.3/1.4 MB | 0.2/12 MB error 03-Jan-2023 03:02:43 Progress (3): 6.7/7.5 MB | 0.3/1.4 MB | 0.2/12 MB error 03-Jan-2023 03:02:43 Progress (3): 6.7/7.5 MB | 0.3/1.4 MB | 0.2/12 MB error 03-Jan-2023 03:02:43 Progress (3): 6.7/7.5 MB | 0.3/1.4 MB | 0.3/12 MB error 03-Jan-2023 03:02:43 Progress (3): 6.7/7.5 MB | 0.3/1.4 MB | 0.3/12 MB error 03-Jan-2023 03:02:43 Progress (3): 6.7/7.5 MB | 0.4/1.4 MB | 0.3/12 MB error 03-Jan-2023 03:02:43 Progress (3): 6.7/7.5 MB | 0.4/1.4 MB | 0.3/12 MB error 03-Jan-2023 03:02:43 Progress (3): 6.7/7.5 MB | 0.4/1.4 MB | 0.3/12 MB error 03-Jan-2023 03:02:43 Progress (3): 6.8/7.5 MB | 0.4/1.4 MB | 0.3/12 MB error 03-Jan-2023 03:02:43 Progress (3): 6.8/7.5 MB | 0.4/1.4 MB | 0.4/12 MB error 03-Jan-2023 03:02:43 Progress (3): 6.8/7.5 MB | 0.4/1.4 MB | 0.4/12 MB error 03-Jan-2023 03:02:43 Progress (3): 6.8/7.5 MB | 0.4/1.4 MB | 0.4/12 MB error 03-Jan-2023 03:02:43 Progress (3): 6.8/7.5 MB | 0.4/1.4 MB | 0.4/12 MB error 03-Jan-2023 03:02:43 Progress (3): 6.8/7.5 MB | 0.4/1.4 MB | 0.4/12 MB error 03-Jan-2023 03:02:43 Progress (3): 6.8/7.5 MB | 0.4/1.4 MB | 0.4/12 MB error 03-Jan-2023 03:02:43 Progress (3): 6.8/7.5 MB | 0.4/1.4 MB | 0.4/12 MB error 03-Jan-2023 03:02:43 Progress (3): 6.9/7.5 MB | 0.4/1.4 MB | 0.4/12 MB error 03-Jan-2023 03:02:43 Progress (3): 6.9/7.5 MB | 0.4/1.4 MB | 0.4/12 MB error 03-Jan-2023 03:02:43 Progress (3): 6.9/7.5 MB | 0.4/1.4 MB | 0.4/12 MB error 03-Jan-2023 03:02:43 Progress (3): 6.9/7.5 MB | 0.4/1.4 MB | 0.4/12 MB error 03-Jan-2023 03:02:43 Progress (3): 6.9/7.5 MB | 0.4/1.4 MB | 0.4/12 MB error 03-Jan-2023 03:02:43 Progress (3): 6.9/7.5 MB | 0.4/1.4 MB | 0.4/12 MB error 03-Jan-2023 03:02:43 Progress (3): 6.9/7.5 MB | 0.4/1.4 MB | 0.5/12 MB error 03-Jan-2023 03:02:43 Progress (3): 6.9/7.5 MB | 0.4/1.4 MB | 0.5/12 MB error 03-Jan-2023 03:02:43 Progress (3): 6.9/7.5 MB | 0.5/1.4 MB | 0.5/12 MB error 03-Jan-2023 03:02:43 Progress (3): 6.9/7.5 MB | 0.5/1.4 MB | 0.5/12 MB error 03-Jan-2023 03:02:43 Progress (4): 6.9/7.5 MB | 0.5/1.4 MB | 0.5/12 MB | 3.3/123 kB error 03-Jan-2023 03:02:43 Progress (4): 7.0/7.5 MB | 0.5/1.4 MB | 0.5/12 MB | 3.3/123 kB error 03-Jan-2023 03:02:43 Progress (4): 7.0/7.5 MB | 0.5/1.4 MB | 0.5/12 MB | 6.1/123 kB error 03-Jan-2023 03:02:43 Progress (4): 7.0/7.5 MB | 0.5/1.4 MB | 0.5/12 MB | 8.9/123 kB error 03-Jan-2023 03:02:43 Progress (4): 7.0/7.5 MB | 0.5/1.4 MB | 0.5/12 MB | 8.9/123 kB error 03-Jan-2023 03:02:43 Progress (4): 7.0/7.5 MB | 0.5/1.4 MB | 0.5/12 MB | 8.9/123 kB error 03-Jan-2023 03:02:43 Progress (4): 7.0/7.5 MB | 0.5/1.4 MB | 0.5/12 MB | 8.9/123 kB error 03-Jan-2023 03:02:43 Progress (4): 7.0/7.5 MB | 0.5/1.4 MB | 0.6/12 MB | 8.9/123 kB error 03-Jan-2023 03:02:43 Progress (4): 7.0/7.5 MB | 0.5/1.4 MB | 0.6/12 MB | 12/123 kB error 03-Jan-2023 03:02:43 Progress (4): 7.0/7.5 MB | 0.5/1.4 MB | 0.6/12 MB | 15/123 kB error 03-Jan-2023 03:02:43 Progress (4): 7.0/7.5 MB | 0.5/1.4 MB | 0.6/12 MB | 17/123 kB error 03-Jan-2023 03:02:43 Progress (4): 7.0/7.5 MB | 0.5/1.4 MB | 0.6/12 MB | 20/123 kB error 03-Jan-2023 03:02:43 Progress (4): 7.0/7.5 MB | 0.5/1.4 MB | 0.6/12 MB | 20/123 kB error 03-Jan-2023 03:02:43 Progress (4): 7.0/7.5 MB | 0.5/1.4 MB | 0.6/12 MB | 20/123 kB error 03-Jan-2023 03:02:43 Progress (4): 7.0/7.5 MB | 0.5/1.4 MB | 0.6/12 MB | 23/123 kB error 03-Jan-2023 03:02:43 Progress (4): 7.0/7.5 MB | 0.5/1.4 MB | 0.6/12 MB | 26/123 kB error 03-Jan-2023 03:02:43 Progress (4): 7.0/7.5 MB | 0.5/1.4 MB | 0.6/12 MB | 26/123 kB error 03-Jan-2023 03:02:43 Progress (4): 7.0/7.5 MB | 0.5/1.4 MB | 0.6/12 MB | 26/123 kB error 03-Jan-2023 03:02:43 Progress (4): 7.0/7.5 MB | 0.5/1.4 MB | 0.6/12 MB | 26/123 kB error 03-Jan-2023 03:02:43 Progress (4): 7.0/7.5 MB | 0.5/1.4 MB | 0.6/12 MB | 29/123 kB error 03-Jan-2023 03:02:43 Progress (4): 7.0/7.5 MB | 0.5/1.4 MB | 0.6/12 MB | 29/123 kB error 03-Jan-2023 03:02:43 Progress (4): 7.0/7.5 MB | 0.5/1.4 MB | 0.6/12 MB | 31/123 kB error 03-Jan-2023 03:02:43 Progress (4): 7.1/7.5 MB | 0.5/1.4 MB | 0.6/12 MB | 31/123 kB error 03-Jan-2023 03:02:43 Progress (4): 7.1/7.5 MB | 0.5/1.4 MB | 0.6/12 MB | 31/123 kB error 03-Jan-2023 03:02:43 Progress (4): 7.1/7.5 MB | 0.5/1.4 MB | 0.6/12 MB | 34/123 kB error 03-Jan-2023 03:02:43 Progress (4): 7.1/7.5 MB | 0.5/1.4 MB | 0.7/12 MB | 34/123 kB error 03-Jan-2023 03:02:43 Progress (4): 7.1/7.5 MB | 0.5/1.4 MB | 0.7/12 MB | 37/123 kB error 03-Jan-2023 03:02:43 Progress (4): 7.1/7.5 MB | 0.5/1.4 MB | 0.7/12 MB | 40/123 kB error 03-Jan-2023 03:02:43 Progress (4): 7.1/7.5 MB | 0.5/1.4 MB | 0.7/12 MB | 40/123 kB error 03-Jan-2023 03:02:43 Progress (4): 7.1/7.5 MB | 0.5/1.4 MB | 0.7/12 MB | 43/123 kB error 03-Jan-2023 03:02:43 Progress (4): 7.1/7.5 MB | 0.5/1.4 MB | 0.7/12 MB | 43/123 kB error 03-Jan-2023 03:02:43 Progress (4): 7.1/7.5 MB | 0.5/1.4 MB | 0.7/12 MB | 45/123 kB error 03-Jan-2023 03:02:43 Progress (4): 7.1/7.5 MB | 0.5/1.4 MB | 0.7/12 MB | 48/123 kB error 03-Jan-2023 03:02:43 Progress (4): 7.1/7.5 MB | 0.5/1.4 MB | 0.7/12 MB | 51/123 kB error 03-Jan-2023 03:02:43 Progress (4): 7.1/7.5 MB | 0.5/1.4 MB | 0.7/12 MB | 51/123 kB error 03-Jan-2023 03:02:43 Progress (4): 7.1/7.5 MB | 0.6/1.4 MB | 0.7/12 MB | 51/123 kB error 03-Jan-2023 03:02:43 Progress (4): 7.1/7.5 MB | 0.6/1.4 MB | 0.7/12 MB | 51/123 kB error 03-Jan-2023 03:02:43 Progress (4): 7.1/7.5 MB | 0.6/1.4 MB | 0.7/12 MB | 51/123 kB error 03-Jan-2023 03:02:43 Progress (4): 7.1/7.5 MB | 0.6/1.4 MB | 0.7/12 MB | 51/123 kB error 03-Jan-2023 03:02:43 Progress (4): 7.1/7.5 MB | 0.6/1.4 MB | 0.7/12 MB | 51/123 kB error 03-Jan-2023 03:02:43 Progress (4): 7.1/7.5 MB | 0.6/1.4 MB | 0.7/12 MB | 54/123 kB error 03-Jan-2023 03:02:43 Progress (4): 7.2/7.5 MB | 0.6/1.4 MB | 0.7/12 MB | 54/123 kB error 03-Jan-2023 03:02:43 Progress (4): 7.2/7.5 MB | 0.6/1.4 MB | 0.7/12 MB | 54/123 kB error 03-Jan-2023 03:02:43 Progress (4): 7.2/7.5 MB | 0.6/1.4 MB | 0.7/12 MB | 54/123 kB error 03-Jan-2023 03:02:43 Progress (4): 7.2/7.5 MB | 0.6/1.4 MB | 0.8/12 MB | 54/123 kB error 03-Jan-2023 03:02:43 Progress (4): 7.2/7.5 MB | 0.6/1.4 MB | 0.8/12 MB | 54/123 kB error 03-Jan-2023 03:02:43 Progress (4): 7.2/7.5 MB | 0.6/1.4 MB | 0.8/12 MB | 54/123 kB error 03-Jan-2023 03:02:43 Progress (4): 7.2/7.5 MB | 0.6/1.4 MB | 0.8/12 MB | 54/123 kB error 03-Jan-2023 03:02:43 Progress (4): 7.2/7.5 MB | 0.6/1.4 MB | 0.8/12 MB | 54/123 kB error 03-Jan-2023 03:02:43 Progress (4): 7.2/7.5 MB | 0.7/1.4 MB | 0.8/12 MB | 54/123 kB error 03-Jan-2023 03:02:43 Progress (4): 7.2/7.5 MB | 0.7/1.4 MB | 0.8/12 MB | 54/123 kB error 03-Jan-2023 03:02:43 Progress (4): 7.2/7.5 MB | 0.7/1.4 MB | 0.8/12 MB | 54/123 kB error 03-Jan-2023 03:02:43 Progress (4): 7.2/7.5 MB | 0.7/1.4 MB | 0.8/12 MB | 54/123 kB error 03-Jan-2023 03:02:43 Progress (4): 7.2/7.5 MB | 0.7/1.4 MB | 0.8/12 MB | 54/123 kB error 03-Jan-2023 03:02:43 Progress (4): 7.2/7.5 MB | 0.7/1.4 MB | 0.8/12 MB | 56/123 kB error 03-Jan-2023 03:02:43 Progress (4): 7.2/7.5 MB | 0.7/1.4 MB | 0.8/12 MB | 59/123 kB error 03-Jan-2023 03:02:43 Progress (4): 7.2/7.5 MB | 0.7/1.4 MB | 0.8/12 MB | 62/123 kB error 03-Jan-2023 03:02:43 Progress (4): 7.2/7.5 MB | 0.7/1.4 MB | 0.8/12 MB | 65/123 kB error 03-Jan-2023 03:02:43 Progress (4): 7.2/7.5 MB | 0.7/1.4 MB | 0.8/12 MB | 68/123 kB error 03-Jan-2023 03:02:43 Progress (4): 7.2/7.5 MB | 0.7/1.4 MB | 0.8/12 MB | 70/123 kB error 03-Jan-2023 03:02:43 Progress (4): 7.2/7.5 MB | 0.7/1.4 MB | 0.8/12 MB | 73/123 kB error 03-Jan-2023 03:02:43 Progress (4): 7.2/7.5 MB | 0.7/1.4 MB | 0.8/12 MB | 76/123 kB error 03-Jan-2023 03:02:43 Progress (4): 7.2/7.5 MB | 0.7/1.4 MB | 0.8/12 MB | 79/123 kB error 03-Jan-2023 03:02:43 Progress (4): 7.2/7.5 MB | 0.7/1.4 MB | 0.8/12 MB | 82/123 kB error 03-Jan-2023 03:02:43 Progress (4): 7.2/7.5 MB | 0.7/1.4 MB | 0.8/12 MB | 84/123 kB error 03-Jan-2023 03:02:43 Progress (4): 7.2/7.5 MB | 0.7/1.4 MB | 0.8/12 MB | 84/123 kB error 03-Jan-2023 03:02:43 Progress (4): 7.2/7.5 MB | 0.7/1.4 MB | 0.8/12 MB | 84/123 kB error 03-Jan-2023 03:02:43 Progress (4): 7.2/7.5 MB | 0.7/1.4 MB | 0.8/12 MB | 87/123 kB error 03-Jan-2023 03:02:43 Progress (4): 7.2/7.5 MB | 0.7/1.4 MB | 0.8/12 MB | 87/123 kB error 03-Jan-2023 03:02:43 Progress (4): 7.2/7.5 MB | 0.7/1.4 MB | 0.8/12 MB | 90/123 kB error 03-Jan-2023 03:02:43 Progress (4): 7.2/7.5 MB | 0.7/1.4 MB | 0.8/12 MB | 90/123 kB error 03-Jan-2023 03:02:43 Progress (4): 7.2/7.5 MB | 0.7/1.4 MB | 0.8/12 MB | 90/123 kB error 03-Jan-2023 03:02:43 Progress (4): 7.2/7.5 MB | 0.7/1.4 MB | 0.8/12 MB | 90/123 kB error 03-Jan-2023 03:02:43 Progress (4): 7.2/7.5 MB | 0.7/1.4 MB | 0.8/12 MB | 93/123 kB error 03-Jan-2023 03:02:43 Progress (4): 7.2/7.5 MB | 0.7/1.4 MB | 0.8/12 MB | 93/123 kB error 03-Jan-2023 03:02:43 Progress (4): 7.2/7.5 MB | 0.7/1.4 MB | 0.8/12 MB | 93/123 kB error 03-Jan-2023 03:02:43 Progress (4): 7.2/7.5 MB | 0.7/1.4 MB | 0.8/12 MB | 93/123 kB error 03-Jan-2023 03:02:43 Progress (4): 7.2/7.5 MB | 0.7/1.4 MB | 0.8/12 MB | 96/123 kB error 03-Jan-2023 03:02:43 Progress (4): 7.2/7.5 MB | 0.7/1.4 MB | 0.8/12 MB | 98/123 kB error 03-Jan-2023 03:02:43 Progress (4): 7.2/7.5 MB | 0.7/1.4 MB | 0.8/12 MB | 101/123 kB error 03-Jan-2023 03:02:43 Progress (4): 7.2/7.5 MB | 0.7/1.4 MB | 0.8/12 MB | 104/123 kB error 03-Jan-2023 03:02:43 Progress (4): 7.2/7.5 MB | 0.7/1.4 MB | 0.8/12 MB | 106/123 kB error 03-Jan-2023 03:02:43 Progress (4): 7.2/7.5 MB | 0.7/1.4 MB | 0.8/12 MB | 109/123 kB error 03-Jan-2023 03:02:43 Progress (4): 7.2/7.5 MB | 0.7/1.4 MB | 0.8/12 MB | 112/123 kB error 03-Jan-2023 03:02:43 Progress (4): 7.2/7.5 MB | 0.7/1.4 MB | 0.8/12 MB | 115/123 kB error 03-Jan-2023 03:02:43 Progress (4): 7.2/7.5 MB | 0.7/1.4 MB | 0.8/12 MB | 118/123 kB error 03-Jan-2023 03:02:43 Progress (4): 7.2/7.5 MB | 0.8/1.4 MB | 0.8/12 MB | 118/123 kB error 03-Jan-2023 03:02:43 Progress (4): 7.2/7.5 MB | 0.8/1.4 MB | 0.8/12 MB | 118/123 kB error 03-Jan-2023 03:02:43 Progress (4): 7.2/7.5 MB | 0.8/1.4 MB | 0.8/12 MB | 118/123 kB error 03-Jan-2023 03:02:43 Progress (4): 7.3/7.5 MB | 0.8/1.4 MB | 0.8/12 MB | 118/123 kB error 03-Jan-2023 03:02:43 Progress (4): 7.3/7.5 MB | 0.8/1.4 MB | 0.8/12 MB | 120/123 kB error 03-Jan-2023 03:02:43 Progress (4): 7.3/7.5 MB | 0.8/1.4 MB | 0.8/12 MB | 123 kB error 03-Jan-2023 03:02:43 Progress (4): 7.3/7.5 MB | 0.8/1.4 MB | 0.9/12 MB | 123 kB error 03-Jan-2023 03:02:43 Progress (4): 7.3/7.5 MB | 0.8/1.4 MB | 0.9/12 MB | 123 kB error 03-Jan-2023 03:02:43 Progress (4): 7.3/7.5 MB | 0.8/1.4 MB | 0.9/12 MB | 123 kB error 03-Jan-2023 03:02:43 Progress (4): 7.3/7.5 MB | 0.8/1.4 MB | 0.9/12 MB | 123 kB error 03-Jan-2023 03:02:43 Progress (4): 7.3/7.5 MB | 0.8/1.4 MB | 0.9/12 MB | 123 kB error 03-Jan-2023 03:02:43 Progress (4): 7.3/7.5 MB | 0.8/1.4 MB | 0.9/12 MB | 123 kB error 03-Jan-2023 03:02:43 Progress (4): 7.3/7.5 MB | 0.8/1.4 MB | 0.9/12 MB | 123 kB error 03-Jan-2023 03:02:43 Progress (4): 7.3/7.5 MB | 0.8/1.4 MB | 0.9/12 MB | 123 kB error 03-Jan-2023 03:02:43 Progress (4): 7.3/7.5 MB | 0.8/1.4 MB | 0.9/12 MB | 123 kB error 03-Jan-2023 03:02:43 Progress (4): 7.3/7.5 MB | 0.8/1.4 MB | 0.9/12 MB | 123 kB error 03-Jan-2023 03:02:43 Progress (5): 7.3/7.5 MB | 0.8/1.4 MB | 0.9/12 MB | 123 kB | 0/2.1 MB error 03-Jan-2023 03:02:43 Progress (5): 7.3/7.5 MB | 0.8/1.4 MB | 0.9/12 MB | 123 kB | 0/2.1 MB error 03-Jan-2023 03:02:43 Progress (5): 7.4/7.5 MB | 0.8/1.4 MB | 0.9/12 MB | 123 kB | 0/2.1 MB error 03-Jan-2023 03:02:43 Progress (5): 7.4/7.5 MB | 0.8/1.4 MB | 0.9/12 MB | 123 kB | 0/2.1 MB error 03-Jan-2023 03:02:43 Progress (5): 7.4/7.5 MB | 0.9/1.4 MB | 0.9/12 MB | 123 kB | 0/2.1 MB error 03-Jan-2023 03:02:43 Progress (5): 7.4/7.5 MB | 0.9/1.4 MB | 0.9/12 MB | 123 kB | 0.1/2.1 MB error 03-Jan-2023 03:02:43 Progress (5): 7.4/7.5 MB | 0.9/1.4 MB | 0.9/12 MB | 123 kB | 0.1/2.1 MB error 03-Jan-2023 03:02:43 Progress (5): 7.4/7.5 MB | 0.9/1.4 MB | 0.9/12 MB | 123 kB | 0.1/2.1 MB error 03-Jan-2023 03:02:43 Progress (5): 7.4/7.5 MB | 0.9/1.4 MB | 1.0/12 MB | 123 kB | 0.1/2.1 MB error 03-Jan-2023 03:02:43 Progress (5): 7.4/7.5 MB | 0.9/1.4 MB | 1.0/12 MB | 123 kB | 0.1/2.1 MB error 03-Jan-2023 03:02:43 Progress (5): 7.4/7.5 MB | 0.9/1.4 MB | 1.0/12 MB | 123 kB | 0.1/2.1 MB error 03-Jan-2023 03:02:43 Progress (5): 7.4/7.5 MB | 0.9/1.4 MB | 1.0/12 MB | 123 kB | 0.1/2.1 MB error 03-Jan-2023 03:02:43 Progress (5): 7.4/7.5 MB | 0.9/1.4 MB | 1.0/12 MB | 123 kB | 0.1/2.1 MB error 03-Jan-2023 03:02:43 Progress (5): 7.4/7.5 MB | 0.9/1.4 MB | 1.0/12 MB | 123 kB | 0.1/2.1 MB error 03-Jan-2023 03:02:43 Progress (5): 7.4/7.5 MB | 0.9/1.4 MB | 1.0/12 MB | 123 kB | 0.1/2.1 MB error 03-Jan-2023 03:02:43 Progress (5): 7.4/7.5 MB | 0.9/1.4 MB | 1.0/12 MB | 123 kB | 0.1/2.1 MB error 03-Jan-2023 03:02:43 Progress (5): 7.4/7.5 MB | 0.9/1.4 MB | 1.0/12 MB | 123 kB | 0.1/2.1 MB error 03-Jan-2023 03:02:43 Progress (5): 7.4/7.5 MB | 0.9/1.4 MB | 1.0/12 MB | 123 kB | 0.1/2.1 MB error 03-Jan-2023 03:02:43 Progress (5): 7.4/7.5 MB | 0.9/1.4 MB | 1.1/12 MB | 123 kB | 0.1/2.1 MB error 03-Jan-2023 03:02:43 Progress (5): 7.4/7.5 MB | 0.9/1.4 MB | 1.1/12 MB | 123 kB | 0.1/2.1 MB error 03-Jan-2023 03:02:43 Progress (5): 7.4/7.5 MB | 0.9/1.4 MB | 1.1/12 MB | 123 kB | 0.1/2.1 MB error 03-Jan-2023 03:02:43 Progress (5): 7.4/7.5 MB | 0.9/1.4 MB | 1.1/12 MB | 123 kB | 0.1/2.1 MB error 03-Jan-2023 03:02:43 Progress (5): 7.5 MB | 0.9/1.4 MB | 1.1/12 MB | 123 kB | 0.1/2.1 MB error 03-Jan-2023 03:02:43 Progress (5): 7.5 MB | 0.9/1.4 MB | 1.1/12 MB | 123 kB | 0.1/2.1 MB error 03-Jan-2023 03:02:43 Progress (5): 7.5 MB | 0.9/1.4 MB | 1.1/12 MB | 123 kB | 0.1/2.1 MB error 03-Jan-2023 03:02:43 Progress (5): 7.5 MB | 0.9/1.4 MB | 1.1/12 MB | 123 kB | 0.1/2.1 MB error 03-Jan-2023 03:02:43 Progress (5): 7.5 MB | 0.9/1.4 MB | 1.1/12 MB | 123 kB | 0.1/2.1 MB error 03-Jan-2023 03:02:43 Progress (5): 7.5 MB | 0.9/1.4 MB | 1.1/12 MB | 123 kB | 0.2/2.1 MB error 03-Jan-2023 03:02:43 Progress (5): 7.5 MB | 1.0/1.4 MB | 1.1/12 MB | 123 kB | 0.2/2.1 MB error 03-Jan-2023 03:02:43 Progress (5): 7.5 MB | 1.0/1.4 MB | 1.1/12 MB | 123 kB | 0.2/2.1 MB error 03-Jan-2023 03:02:43 Progress (5): 7.5 MB | 1.0/1.4 MB | 1.1/12 MB | 123 kB | 0.2/2.1 MB error 03-Jan-2023 03:02:43 Progress (5): 7.5 MB | 1.0/1.4 MB | 1.1/12 MB | 123 kB | 0.2/2.1 MB error 03-Jan-2023 03:02:43 Progress (5): 7.5 MB | 1.0/1.4 MB | 1.1/12 MB | 123 kB | 0.2/2.1 MB error 03-Jan-2023 03:02:43 Progress (5): 7.5 MB | 1.0/1.4 MB | 1.1/12 MB | 123 kB | 0.2/2.1 MB error 03-Jan-2023 03:02:43 Progress (5): 7.5 MB | 1.0/1.4 MB | 1.2/12 MB | 123 kB | 0.2/2.1 MB error 03-Jan-2023 03:02:43 Progress (5): 7.5 MB | 1.0/1.4 MB | 1.2/12 MB | 123 kB | 0.2/2.1 MB error 03-Jan-2023 03:02:43 Progress (5): 7.5 MB | 1.0/1.4 MB | 1.2/12 MB | 123 kB | 0.2/2.1 MB error 03-Jan-2023 03:02:43 Progress (5): 7.5 MB | 1.0/1.4 MB | 1.2/12 MB | 123 kB | 0.2/2.1 MB error 03-Jan-2023 03:02:43 Progress (5): 7.5 MB | 1.0/1.4 MB | 1.2/12 MB | 123 kB | 0.2/2.1 MB error 03-Jan-2023 03:02:43 Progress (5): 7.5 MB | 1.0/1.4 MB | 1.2/12 MB | 123 kB | 0.2/2.1 MB error 03-Jan-2023 03:02:43 Progress (5): 7.5 MB | 1.0/1.4 MB | 1.2/12 MB | 123 kB | 0.2/2.1 MB error 03-Jan-2023 03:02:43 Progress (5): 7.5 MB | 1.0/1.4 MB | 1.2/12 MB | 123 kB | 0.2/2.1 MB error 03-Jan-2023 03:02:43 Progress (5): 7.5 MB | 1.0/1.4 MB | 1.2/12 MB | 123 kB | 0.2/2.1 MB error 03-Jan-2023 03:02:43 Progress (5): 7.5 MB | 1.0/1.4 MB | 1.2/12 MB | 123 kB | 0.2/2.1 MB error 03-Jan-2023 03:02:43 Progress (5): 7.5 MB | 1.0/1.4 MB | 1.2/12 MB | 123 kB | 0.2/2.1 MB error 03-Jan-2023 03:02:43 Progress (5): 7.5 MB | 1.0/1.4 MB | 1.2/12 MB | 123 kB | 0.2/2.1 MB error 03-Jan-2023 03:02:43 Progress (5): 7.5 MB | 1.0/1.4 MB | 1.2/12 MB | 123 kB | 0.3/2.1 MB error 03-Jan-2023 03:02:43 Progress (5): 7.5 MB | 1.0/1.4 MB | 1.2/12 MB | 123 kB | 0.3/2.1 MB error 03-Jan-2023 03:02:43 Progress (5): 7.5 MB | 1.1/1.4 MB | 1.2/12 MB | 123 kB | 0.3/2.1 MB error 03-Jan-2023 03:02:43 Progress (5): 7.5 MB | 1.1/1.4 MB | 1.2/12 MB | 123 kB | 0.3/2.1 MB error 03-Jan-2023 03:02:43 Progress (5): 7.5 MB | 1.1/1.4 MB | 1.2/12 MB | 123 kB | 0.3/2.1 MB error 03-Jan-2023 03:02:43 Progress (5): 7.5 MB | 1.1/1.4 MB | 1.2/12 MB | 123 kB | 0.3/2.1 MB error 03-Jan-2023 03:02:43 Progress (5): 7.5 MB | 1.1/1.4 MB | 1.2/12 MB | 123 kB | 0.3/2.1 MB error 03-Jan-2023 03:02:43 Progress (5): 7.5 MB | 1.1/1.4 MB | 1.2/12 MB | 123 kB | 0.3/2.1 MB error 03-Jan-2023 03:02:43 Progress (5): 7.5 MB | 1.1/1.4 MB | 1.2/12 MB | 123 kB | 0.3/2.1 MB error 03-Jan-2023 03:02:43 Progress (5): 7.5 MB | 1.1/1.4 MB | 1.2/12 MB | 123 kB | 0.3/2.1 MB error 03-Jan-2023 03:02:43 Progress (5): 7.5 MB | 1.1/1.4 MB | 1.2/12 MB | 123 kB | 0.3/2.1 MB error 03-Jan-2023 03:02:43 Progress (5): 7.5 MB | 1.1/1.4 MB | 1.2/12 MB | 123 kB | 0.3/2.1 MB error 03-Jan-2023 03:02:43 Progress (5): 7.5 MB | 1.1/1.4 MB | 1.3/12 MB | 123 kB | 0.3/2.1 MB error 03-Jan-2023 03:02:43 Progress (5): 7.5 MB | 1.1/1.4 MB | 1.3/12 MB | 123 kB | 0.3/2.1 MB error 03-Jan-2023 03:02:43 Progress (5): 7.5 MB | 1.1/1.4 MB | 1.3/12 MB | 123 kB | 0.3/2.1 MB error 03-Jan-2023 03:02:43 error 03-Jan-2023 03:02:43 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/aspectj/aspectjrt/1.9.7/aspectjrt-1.9.7.jar (123 kB at 12 kB/s) error 03-Jan-2023 03:02:43 #16 88.00 Progress (4): 7.5 MB | 1.1/1.4 MB | 1.3/12 MB | 0.3/2.1 MB error 03-Jan-2023 03:02:43 Progress (4): 7.5 MB | 1.1/1.4 MB | 1.3/12 MB | 0.3/2.1 MB error 03-Jan-2023 03:02:43 error 03-Jan-2023 03:02:43 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/joda-time/joda-time/2.10.12/joda-time-2.10.12.jar error 03-Jan-2023 03:02:43 #16 88.02 Progress (4): 7.5 MB | 1.1/1.4 MB | 1.3/12 MB | 0.3/2.1 MB error 03-Jan-2023 03:02:43 Progress (4): 7.5 MB | 1.1/1.4 MB | 1.3/12 MB | 0.4/2.1 MB error 03-Jan-2023 03:02:43 Progress (4): 7.5 MB | 1.1/1.4 MB | 1.3/12 MB | 0.4/2.1 MB error 03-Jan-2023 03:02:43 Progress (4): 7.5 MB | 1.1/1.4 MB | 1.4/12 MB | 0.4/2.1 MB error 03-Jan-2023 03:02:43 Progress (4): 7.5 MB | 1.1/1.4 MB | 1.4/12 MB | 0.4/2.1 MB error 03-Jan-2023 03:02:43 Progress (4): 7.5 MB | 1.1/1.4 MB | 1.4/12 MB | 0.4/2.1 MB error 03-Jan-2023 03:02:43 Progress (4): 7.5 MB | 1.1/1.4 MB | 1.4/12 MB | 0.4/2.1 MB error 03-Jan-2023 03:02:43 error 03-Jan-2023 03:02:43 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/hibernate/hibernate-core/5.6.0.Final/hibernate-core-5.6.0.Final.jar (7.5 MB at 697 kB/s) error 03-Jan-2023 03:02:43 #16 88.03 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/jakarta/xml/bind/jakarta.xml.bind-api/3.0.1/jakarta.xml.bind-api-3.0.1.jar error 03-Jan-2023 03:02:43 #16 88.04 Progress (3): 1.2/1.4 MB | 1.4/12 MB | 0.4/2.1 MB error 03-Jan-2023 03:02:43 Progress (3): 1.2/1.4 MB | 1.4/12 MB | 0.4/2.1 MB error 03-Jan-2023 03:02:43 Progress (3): 1.2/1.4 MB | 1.4/12 MB | 0.4/2.1 MB error 03-Jan-2023 03:02:43 Progress (3): 1.2/1.4 MB | 1.4/12 MB | 0.4/2.1 MB error 03-Jan-2023 03:02:43 Progress (3): 1.2/1.4 MB | 1.4/12 MB | 0.4/2.1 MB error 03-Jan-2023 03:02:43 Progress (3): 1.2/1.4 MB | 1.4/12 MB | 0.4/2.1 MB error 03-Jan-2023 03:02:43 Progress (3): 1.2/1.4 MB | 1.4/12 MB | 0.4/2.1 MB error 03-Jan-2023 03:02:43 Progress (3): 1.2/1.4 MB | 1.4/12 MB | 0.4/2.1 MB error 03-Jan-2023 03:02:43 Progress (3): 1.2/1.4 MB | 1.5/12 MB | 0.4/2.1 MB error 03-Jan-2023 03:02:43 Progress (3): 1.2/1.4 MB | 1.5/12 MB | 0.5/2.1 MB error 03-Jan-2023 03:02:43 Progress (3): 1.2/1.4 MB | 1.5/12 MB | 0.5/2.1 MB error 03-Jan-2023 03:02:43 Progress (3): 1.2/1.4 MB | 1.5/12 MB | 0.5/2.1 MB error 03-Jan-2023 03:02:43 Progress (3): 1.2/1.4 MB | 1.5/12 MB | 0.5/2.1 MB error 03-Jan-2023 03:02:43 Progress (3): 1.2/1.4 MB | 1.5/12 MB | 0.5/2.1 MB error 03-Jan-2023 03:02:43 Progress (3): 1.2/1.4 MB | 1.5/12 MB | 0.5/2.1 MB error 03-Jan-2023 03:02:43 Progress (3): 1.2/1.4 MB | 1.5/12 MB | 0.5/2.1 MB error 03-Jan-2023 03:02:43 Progress (3): 1.2/1.4 MB | 1.5/12 MB | 0.5/2.1 MB error 03-Jan-2023 03:02:43 Progress (3): 1.2/1.4 MB | 1.5/12 MB | 0.5/2.1 MB error 03-Jan-2023 03:02:43 Progress (3): 1.2/1.4 MB | 1.5/12 MB | 0.5/2.1 MB error 03-Jan-2023 03:02:43 Progress (3): 1.2/1.4 MB | 1.5/12 MB | 0.5/2.1 MB error 03-Jan-2023 03:02:43 Progress (3): 1.2/1.4 MB | 1.5/12 MB | 0.5/2.1 MB error 03-Jan-2023 03:02:43 Progress (3): 1.3/1.4 MB | 1.5/12 MB | 0.5/2.1 MB error 03-Jan-2023 03:02:43 Progress (3): 1.3/1.4 MB | 1.5/12 MB | 0.5/2.1 MB error 03-Jan-2023 03:02:43 Progress (3): 1.3/1.4 MB | 1.5/12 MB | 0.5/2.1 MB error 03-Jan-2023 03:02:43 Progress (3): 1.3/1.4 MB | 1.5/12 MB | 0.5/2.1 MB error 03-Jan-2023 03:02:43 Progress (3): 1.3/1.4 MB | 1.5/12 MB | 0.5/2.1 MB error 03-Jan-2023 03:02:43 Progress (3): 1.3/1.4 MB | 1.6/12 MB | 0.5/2.1 MB error 03-Jan-2023 03:02:43 Progress (3): 1.3/1.4 MB | 1.6/12 MB | 0.5/2.1 MB error 03-Jan-2023 03:02:43 Progress (3): 1.3/1.4 MB | 1.6/12 MB | 0.5/2.1 MB error 03-Jan-2023 03:02:43 Progress (3): 1.3/1.4 MB | 1.6/12 MB | 0.5/2.1 MB error 03-Jan-2023 03:02:43 Progress (3): 1.3/1.4 MB | 1.6/12 MB | 0.5/2.1 MB error 03-Jan-2023 03:02:43 Progress (3): 1.3/1.4 MB | 1.6/12 MB | 0.5/2.1 MB error 03-Jan-2023 03:02:43 Progress (3): 1.3/1.4 MB | 1.6/12 MB | 0.6/2.1 MB error 03-Jan-2023 03:02:43 Progress (3): 1.3/1.4 MB | 1.6/12 MB | 0.6/2.1 MB error 03-Jan-2023 03:02:43 Progress (4): 1.3/1.4 MB | 1.6/12 MB | 0.6/2.1 MB | 3.3/129 kB error 03-Jan-2023 03:02:43 Progress (4): 1.3/1.4 MB | 1.6/12 MB | 0.6/2.1 MB | 3.3/129 kB error 03-Jan-2023 03:02:43 Progress (4): 1.3/1.4 MB | 1.6/12 MB | 0.6/2.1 MB | 3.3/129 kB error 03-Jan-2023 03:02:43 Progress (4): 1.3/1.4 MB | 1.6/12 MB | 0.6/2.1 MB | 3.3/129 kB error 03-Jan-2023 03:02:43 Progress (4): 1.3/1.4 MB | 1.6/12 MB | 0.6/2.1 MB | 6.1/129 kB error 03-Jan-2023 03:02:43 Progress (4): 1.3/1.4 MB | 1.6/12 MB | 0.6/2.1 MB | 8.9/129 kB error 03-Jan-2023 03:02:43 Progress (4): 1.3/1.4 MB | 1.7/12 MB | 0.6/2.1 MB | 8.9/129 kB error 03-Jan-2023 03:02:43 Progress (4): 1.3/1.4 MB | 1.7/12 MB | 0.6/2.1 MB | 8.9/129 kB error 03-Jan-2023 03:02:43 Progress (4): 1.3/1.4 MB | 1.7/12 MB | 0.6/2.1 MB | 8.9/129 kB error 03-Jan-2023 03:02:43 Progress (4): 1.3/1.4 MB | 1.7/12 MB | 0.6/2.1 MB | 8.9/129 kB error 03-Jan-2023 03:02:43 Progress (4): 1.3/1.4 MB | 1.7/12 MB | 0.6/2.1 MB | 8.9/129 kB error 03-Jan-2023 03:02:43 Progress (4): 1.3/1.4 MB | 1.7/12 MB | 0.6/2.1 MB | 12/129 kB error 03-Jan-2023 03:02:43 Progress (4): 1.3/1.4 MB | 1.7/12 MB | 0.6/2.1 MB | 12/129 kB error 03-Jan-2023 03:02:43 Progress (4): 1.3/1.4 MB | 1.7/12 MB | 0.6/2.1 MB | 14/129 kB error 03-Jan-2023 03:02:43 Progress (4): 1.3/1.4 MB | 1.7/12 MB | 0.6/2.1 MB | 17/129 kB error 03-Jan-2023 03:02:43 Progress (4): 1.3/1.4 MB | 1.7/12 MB | 0.6/2.1 MB | 17/129 kB error 03-Jan-2023 03:02:43 Progress (4): 1.4/1.4 MB | 1.7/12 MB | 0.6/2.1 MB | 17/129 kB error 03-Jan-2023 03:02:43 Progress (4): 1.4/1.4 MB | 1.7/12 MB | 0.6/2.1 MB | 20/129 kB error 03-Jan-2023 03:02:43 Progress (4): 1.4/1.4 MB | 1.7/12 MB | 0.7/2.1 MB | 20/129 kB error 03-Jan-2023 03:02:43 Progress (4): 1.4/1.4 MB | 1.7/12 MB | 0.7/2.1 MB | 23/129 kB error 03-Jan-2023 03:02:43 Progress (4): 1.4/1.4 MB | 1.8/12 MB | 0.7/2.1 MB | 23/129 kB error 03-Jan-2023 03:02:43 Progress (4): 1.4/1.4 MB | 1.8/12 MB | 0.7/2.1 MB | 23/129 kB error 03-Jan-2023 03:02:43 Progress (4): 1.4/1.4 MB | 1.8/12 MB | 0.7/2.1 MB | 26/129 kB error 03-Jan-2023 03:02:43 Progress (4): 1.4/1.4 MB | 1.8/12 MB | 0.7/2.1 MB | 26/129 kB error 03-Jan-2023 03:02:43 Progress (4): 1.4/1.4 MB | 1.8/12 MB | 0.7/2.1 MB | 28/129 kB error 03-Jan-2023 03:02:43 Progress (4): 1.4/1.4 MB | 1.8/12 MB | 0.7/2.1 MB | 31/129 kB error 03-Jan-2023 03:02:43 Progress (4): 1.4/1.4 MB | 1.8/12 MB | 0.7/2.1 MB | 34/129 kB error 03-Jan-2023 03:02:43 Progress (4): 1.4/1.4 MB | 1.8/12 MB | 0.7/2.1 MB | 37/129 kB error 03-Jan-2023 03:02:43 Progress (4): 1.4/1.4 MB | 1.8/12 MB | 0.7/2.1 MB | 37/129 kB error 03-Jan-2023 03:02:43 Progress (4): 1.4/1.4 MB | 1.8/12 MB | 0.7/2.1 MB | 37/129 kB error 03-Jan-2023 03:02:43 Progress (4): 1.4/1.4 MB | 1.8/12 MB | 0.7/2.1 MB | 37/129 kB error 03-Jan-2023 03:02:43 Progress (4): 1.4 MB | 1.8/12 MB | 0.7/2.1 MB | 37/129 kB error 03-Jan-2023 03:02:43 Progress (4): 1.4 MB | 1.8/12 MB | 0.7/2.1 MB | 40/129 kB error 03-Jan-2023 03:02:43 Progress (4): 1.4 MB | 1.8/12 MB | 0.7/2.1 MB | 42/129 kB error 03-Jan-2023 03:02:43 Progress (4): 1.4 MB | 1.8/12 MB | 0.7/2.1 MB | 45/129 kB error 03-Jan-2023 03:02:43 Progress (4): 1.4 MB | 1.8/12 MB | 0.7/2.1 MB | 48/129 kB error 03-Jan-2023 03:02:43 Progress (4): 1.4 MB | 1.8/12 MB | 0.7/2.1 MB | 48/129 kB error 03-Jan-2023 03:02:43 Progress (4): 1.4 MB | 1.8/12 MB | 0.7/2.1 MB | 48/129 kB error 03-Jan-2023 03:02:43 Progress (4): 1.4 MB | 1.8/12 MB | 0.7/2.1 MB | 51/129 kB error 03-Jan-2023 03:02:43 Progress (4): 1.4 MB | 1.8/12 MB | 0.7/2.1 MB | 54/129 kB error 03-Jan-2023 03:02:43 Progress (4): 1.4 MB | 1.8/12 MB | 0.7/2.1 MB | 54/129 kB error 03-Jan-2023 03:02:43 Progress (4): 1.4 MB | 1.8/12 MB | 0.7/2.1 MB | 54/129 kB error 03-Jan-2023 03:02:43 Progress (4): 1.4 MB | 1.8/12 MB | 0.7/2.1 MB | 56/129 kB error 03-Jan-2023 03:02:43 Progress (4): 1.4 MB | 1.8/12 MB | 0.7/2.1 MB | 59/129 kB error 03-Jan-2023 03:02:43 Progress (4): 1.4 MB | 1.8/12 MB | 0.7/2.1 MB | 62/129 kB error 03-Jan-2023 03:02:43 Progress (4): 1.4 MB | 1.8/12 MB | 0.8/2.1 MB | 62/129 kB error 03-Jan-2023 03:02:43 Progress (4): 1.4 MB | 1.9/12 MB | 0.8/2.1 MB | 62/129 kB error 03-Jan-2023 03:02:43 Progress (4): 1.4 MB | 1.9/12 MB | 0.8/2.1 MB | 62/129 kB error 03-Jan-2023 03:02:43 Progress (4): 1.4 MB | 1.9/12 MB | 0.8/2.1 MB | 65/129 kB error 03-Jan-2023 03:02:43 Progress (4): 1.4 MB | 1.9/12 MB | 0.8/2.1 MB | 68/129 kB error 03-Jan-2023 03:02:43 Progress (4): 1.4 MB | 1.9/12 MB | 0.8/2.1 MB | 70/129 kB error 03-Jan-2023 03:02:43 Progress (4): 1.4 MB | 1.9/12 MB | 0.8/2.1 MB | 73/129 kB error 03-Jan-2023 03:02:43 Progress (4): 1.4 MB | 1.9/12 MB | 0.8/2.1 MB | 76/129 kB error 03-Jan-2023 03:02:43 Progress (4): 1.4 MB | 1.9/12 MB | 0.8/2.1 MB | 76/129 kB error 03-Jan-2023 03:02:43 Progress (4): 1.4 MB | 1.9/12 MB | 0.8/2.1 MB | 79/129 kB error 03-Jan-2023 03:02:43 Progress (4): 1.4 MB | 1.9/12 MB | 0.8/2.1 MB | 82/129 kB error 03-Jan-2023 03:02:43 Progress (4): 1.4 MB | 1.9/12 MB | 0.8/2.1 MB | 84/129 kB error 03-Jan-2023 03:02:43 Progress (4): 1.4 MB | 1.9/12 MB | 0.8/2.1 MB | 84/129 kB error 03-Jan-2023 03:02:43 Progress (4): 1.4 MB | 1.9/12 MB | 0.8/2.1 MB | 87/129 kB error 03-Jan-2023 03:02:43 Progress (4): 1.4 MB | 2.0/12 MB | 0.8/2.1 MB | 87/129 kB error 03-Jan-2023 03:02:43 Progress (5): 1.4 MB | 2.0/12 MB | 0.8/2.1 MB | 87/129 kB | 4.1/645 kB error 03-Jan-2023 03:02:43 Progress (5): 1.4 MB | 2.0/12 MB | 0.8/2.1 MB | 90/129 kB | 4.1/645 kB error 03-Jan-2023 03:02:43 Progress (5): 1.4 MB | 2.0/12 MB | 0.8/2.1 MB | 90/129 kB | 4.1/645 kB error 03-Jan-2023 03:02:43 Progress (5): 1.4 MB | 2.0/12 MB | 0.8/2.1 MB | 93/129 kB | 4.1/645 kB error 03-Jan-2023 03:02:43 Progress (5): 1.4 MB | 2.0/12 MB | 0.8/2.1 MB | 96/129 kB | 4.1/645 kB error 03-Jan-2023 03:02:43 Progress (5): 1.4 MB | 2.0/12 MB | 0.8/2.1 MB | 98/129 kB | 4.1/645 kB error 03-Jan-2023 03:02:43 Progress (5): 1.4 MB | 2.0/12 MB | 0.8/2.1 MB | 101/129 kB | 4.1/645 kB error 03-Jan-2023 03:02:43 Progress (5): 1.4 MB | 2.0/12 MB | 0.8/2.1 MB | 101/129 kB | 8.2/645 kB error 03-Jan-2023 03:02:43 Progress (5): 1.4 MB | 2.0/12 MB | 0.8/2.1 MB | 104/129 kB | 8.2/645 kB error 03-Jan-2023 03:02:43 Progress (5): 1.4 MB | 2.0/12 MB | 0.8/2.1 MB | 107/129 kB | 8.2/645 kB error 03-Jan-2023 03:02:43 Progress (5): 1.4 MB | 2.0/12 MB | 0.8/2.1 MB | 107/129 kB | 12/645 kB error 03-Jan-2023 03:02:43 Progress (5): 1.4 MB | 2.0/12 MB | 0.8/2.1 MB | 107/129 kB | 12/645 kB error 03-Jan-2023 03:02:43 Progress (5): 1.4 MB | 2.0/12 MB | 0.8/2.1 MB | 107/129 kB | 16/645 kB error 03-Jan-2023 03:02:43 Progress (5): 1.4 MB | 2.0/12 MB | 0.8/2.1 MB | 110/129 kB | 16/645 kB error 03-Jan-2023 03:02:43 Progress (5): 1.4 MB | 2.0/12 MB | 0.8/2.1 MB | 112/129 kB | 16/645 kB error 03-Jan-2023 03:02:43 Progress (5): 1.4 MB | 2.0/12 MB | 0.8/2.1 MB | 112/129 kB | 20/645 kB error 03-Jan-2023 03:02:43 Progress (5): 1.4 MB | 2.0/12 MB | 0.8/2.1 MB | 112/129 kB | 25/645 kB error 03-Jan-2023 03:02:43 Progress (5): 1.4 MB | 2.0/12 MB | 0.8/2.1 MB | 112/129 kB | 25/645 kB error 03-Jan-2023 03:02:43 Progress (5): 1.4 MB | 2.0/12 MB | 0.8/2.1 MB | 115/129 kB | 25/645 kB error 03-Jan-2023 03:02:43 Progress (5): 1.4 MB | 2.0/12 MB | 0.8/2.1 MB | 115/129 kB | 29/645 kB error 03-Jan-2023 03:02:43 Progress (5): 1.4 MB | 2.0/12 MB | 0.8/2.1 MB | 115/129 kB | 33/645 kB error 03-Jan-2023 03:02:43 Progress (5): 1.4 MB | 2.0/12 MB | 0.8/2.1 MB | 115/129 kB | 33/645 kB error 03-Jan-2023 03:02:43 Progress (5): 1.4 MB | 2.0/12 MB | 0.8/2.1 MB | 118/129 kB | 33/645 kB error 03-Jan-2023 03:02:43 Progress (5): 1.4 MB | 2.0/12 MB | 0.8/2.1 MB | 118/129 kB | 33/645 kB error 03-Jan-2023 03:02:43 Progress (5): 1.4 MB | 2.0/12 MB | 0.8/2.1 MB | 121/129 kB | 33/645 kB error 03-Jan-2023 03:02:43 Progress (5): 1.4 MB | 2.0/12 MB | 0.8/2.1 MB | 121/129 kB | 37/645 kB error 03-Jan-2023 03:02:43 Progress (5): 1.4 MB | 2.0/12 MB | 0.8/2.1 MB | 124/129 kB | 37/645 kB error 03-Jan-2023 03:02:43 Progress (5): 1.4 MB | 2.0/12 MB | 0.9/2.1 MB | 124/129 kB | 37/645 kB error 03-Jan-2023 03:02:43 Progress (5): 1.4 MB | 2.0/12 MB | 0.9/2.1 MB | 124/129 kB | 37/645 kB error 03-Jan-2023 03:02:43 Progress (5): 1.4 MB | 2.0/12 MB | 0.9/2.1 MB | 124/129 kB | 41/645 kB error 03-Jan-2023 03:02:43 Progress (5): 1.4 MB | 2.0/12 MB | 0.9/2.1 MB | 124/129 kB | 45/645 kB error 03-Jan-2023 03:02:43 Progress (5): 1.4 MB | 2.0/12 MB | 0.9/2.1 MB | 124/129 kB | 49/645 kB error 03-Jan-2023 03:02:43 Progress (5): 1.4 MB | 2.0/12 MB | 0.9/2.1 MB | 126/129 kB | 49/645 kB error 03-Jan-2023 03:02:43 Progress (5): 1.4 MB | 2.0/12 MB | 0.9/2.1 MB | 129 kB | 49/645 kB error 03-Jan-2023 03:02:43 Progress (5): 1.4 MB | 2.0/12 MB | 0.9/2.1 MB | 129 kB | 52/645 kB error 03-Jan-2023 03:02:43 Progress (5): 1.4 MB | 2.0/12 MB | 0.9/2.1 MB | 129 kB | 56/645 kB error 03-Jan-2023 03:02:43 Progress (5): 1.4 MB | 2.0/12 MB | 0.9/2.1 MB | 129 kB | 60/645 kB error 03-Jan-2023 03:02:43 Progress (5): 1.4 MB | 2.0/12 MB | 0.9/2.1 MB | 129 kB | 64/645 kB error 03-Jan-2023 03:02:43 Progress (5): 1.4 MB | 2.0/12 MB | 0.9/2.1 MB | 129 kB | 68/645 kB error 03-Jan-2023 03:02:43 Progress (5): 1.4 MB | 2.0/12 MB | 0.9/2.1 MB | 129 kB | 71/645 kB error 03-Jan-2023 03:02:43 Progress (5): 1.4 MB | 2.0/12 MB | 0.9/2.1 MB | 129 kB | 75/645 kB error 03-Jan-2023 03:02:43 Progress (5): 1.4 MB | 2.0/12 MB | 0.9/2.1 MB | 129 kB | 75/645 kB error 03-Jan-2023 03:02:43 Progress (5): 1.4 MB | 2.1/12 MB | 0.9/2.1 MB | 129 kB | 75/645 kB error 03-Jan-2023 03:02:43 Progress (5): 1.4 MB | 2.1/12 MB | 0.9/2.1 MB | 129 kB | 75/645 kB error 03-Jan-2023 03:02:43 Progress (5): 1.4 MB | 2.2/12 MB | 0.9/2.1 MB | 129 kB | 75/645 kB error 03-Jan-2023 03:02:43 Progress (5): 1.4 MB | 2.2/12 MB | 0.9/2.1 MB | 129 kB | 80/645 kB error 03-Jan-2023 03:02:43 Progress (5): 1.4 MB | 2.2/12 MB | 0.9/2.1 MB | 129 kB | 84/645 kB error 03-Jan-2023 03:02:43 Progress (5): 1.4 MB | 2.2/12 MB | 0.9/2.1 MB | 129 kB | 88/645 kB error 03-Jan-2023 03:02:43 Progress (5): 1.4 MB | 2.2/12 MB | 0.9/2.1 MB | 129 kB | 92/645 kB error 03-Jan-2023 03:02:43 Progress (5): 1.4 MB | 2.2/12 MB | 0.9/2.1 MB | 129 kB | 96/645 kB error 03-Jan-2023 03:02:43 Progress (5): 1.4 MB | 2.2/12 MB | 0.9/2.1 MB | 129 kB | 96/645 kB error 03-Jan-2023 03:02:43 Progress (5): 1.4 MB | 2.2/12 MB | 0.9/2.1 MB | 129 kB | 96/645 kB error 03-Jan-2023 03:02:43 Progress (5): 1.4 MB | 2.2/12 MB | 1.0/2.1 MB | 129 kB | 96/645 kB error 03-Jan-2023 03:02:43 Progress (5): 1.4 MB | 2.2/12 MB | 1.0/2.1 MB | 129 kB | 96/645 kB error 03-Jan-2023 03:02:43 error 03-Jan-2023 03:02:43 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/xerces/xercesImpl/2.12.1/xercesImpl-2.12.1.jar (1.4 MB at 121 kB/s) error 03-Jan-2023 03:02:43 #16 88.77 Progress (4): 2.2/12 MB | 1.0/2.1 MB | 129 kB | 100/645 kB error 03-Jan-2023 03:02:43 Progress (4): 2.2/12 MB | 1.0/2.1 MB | 129 kB | 104/645 kB error 03-Jan-2023 03:02:43 Progress (4): 2.2/12 MB | 1.0/2.1 MB | 129 kB | 106/645 kB error 03-Jan-2023 03:02:43 Progress (4): 2.2/12 MB | 1.0/2.1 MB | 129 kB | 110/645 kB error 03-Jan-2023 03:02:43 Progress (4): 2.2/12 MB | 1.0/2.1 MB | 129 kB | 114/645 kB error 03-Jan-2023 03:02:43 Progress (4): 2.2/12 MB | 1.0/2.1 MB | 129 kB | 118/645 kB error 03-Jan-2023 03:02:43 Progress (4): 2.2/12 MB | 1.0/2.1 MB | 129 kB | 123/645 kB error 03-Jan-2023 03:02:43 Progress (4): 2.2/12 MB | 1.0/2.1 MB | 129 kB | 125/645 kB error 03-Jan-2023 03:02:43 Progress (4): 2.2/12 MB | 1.0/2.1 MB | 129 kB | 129/645 kB error 03-Jan-2023 03:02:43 Progress (4): 2.2/12 MB | 1.0/2.1 MB | 129 kB | 134/645 kB error 03-Jan-2023 03:02:43 Progress (4): 2.2/12 MB | 1.0/2.1 MB | 129 kB | 138/645 kB error 03-Jan-2023 03:02:43 Progress (4): 2.2/12 MB | 1.0/2.1 MB | 129 kB | 142/645 kB error 03-Jan-2023 03:02:43 Progress (4): 2.2/12 MB | 1.0/2.1 MB | 129 kB | 142/645 kB error 03-Jan-2023 03:02:43 Progress (4): 2.2/12 MB | 1.0/2.1 MB | 129 kB | 142/645 kB error 03-Jan-2023 03:02:43 error 03-Jan-2023 03:02:43 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/com/sun/activation/jakarta.activation/2.0.1/jakarta.activation-2.0.1.jar error 03-Jan-2023 03:02:43 #16 88.79 Progress (4): 2.2/12 MB | 1.0/2.1 MB | 129 kB | 146/645 kB error 03-Jan-2023 03:02:43 Progress (4): 2.2/12 MB | 1.0/2.1 MB | 129 kB | 150/645 kB error 03-Jan-2023 03:02:43 Progress (4): 2.2/12 MB | 1.0/2.1 MB | 129 kB | 154/645 kB error 03-Jan-2023 03:02:43 Progress (4): 2.2/12 MB | 1.0/2.1 MB | 129 kB | 154/645 kB error 03-Jan-2023 03:02:43 Progress (4): 2.3/12 MB | 1.0/2.1 MB | 129 kB | 154/645 kB error 03-Jan-2023 03:02:43 Progress (4): 2.3/12 MB | 1.0/2.1 MB | 129 kB | 158/645 kB error 03-Jan-2023 03:02:43 Progress (4): 2.3/12 MB | 1.0/2.1 MB | 129 kB | 158/645 kB error 03-Jan-2023 03:02:43 Progress (4): 2.3/12 MB | 1.0/2.1 MB | 129 kB | 162/645 kB error 03-Jan-2023 03:02:43 Progress (4): 2.3/12 MB | 1.0/2.1 MB | 129 kB | 166/645 kB error 03-Jan-2023 03:02:43 Progress (4): 2.3/12 MB | 1.0/2.1 MB | 129 kB | 170/645 kB error 03-Jan-2023 03:02:43 Progress (4): 2.3/12 MB | 1.0/2.1 MB | 129 kB | 170/645 kB error 03-Jan-2023 03:02:43 Progress (4): 2.3/12 MB | 1.0/2.1 MB | 129 kB | 174/645 kB error 03-Jan-2023 03:02:43 Progress (4): 2.3/12 MB | 1.0/2.1 MB | 129 kB | 174/645 kB error 03-Jan-2023 03:02:43 Progress (4): 2.3/12 MB | 1.1/2.1 MB | 129 kB | 174/645 kB error 03-Jan-2023 03:02:43 Progress (4): 2.3/12 MB | 1.1/2.1 MB | 129 kB | 179/645 kB error 03-Jan-2023 03:02:43 Progress (4): 2.3/12 MB | 1.1/2.1 MB | 129 kB | 183/645 kB error 03-Jan-2023 03:02:43 Progress (4): 2.3/12 MB | 1.1/2.1 MB | 129 kB | 187/645 kB error 03-Jan-2023 03:02:43 Progress (4): 2.3/12 MB | 1.1/2.1 MB | 129 kB | 191/645 kB error 03-Jan-2023 03:02:43 Progress (4): 2.3/12 MB | 1.1/2.1 MB | 129 kB | 191/645 kB error 03-Jan-2023 03:02:43 Progress (4): 2.3/12 MB | 1.1/2.1 MB | 129 kB | 195/645 kB error 03-Jan-2023 03:02:43 Progress (4): 2.3/12 MB | 1.1/2.1 MB | 129 kB | 199/645 kB error 03-Jan-2023 03:02:43 Progress (4): 2.3/12 MB | 1.1/2.1 MB | 129 kB | 199/645 kB error 03-Jan-2023 03:02:43 Progress (4): 2.3/12 MB | 1.1/2.1 MB | 129 kB | 203/645 kB error 03-Jan-2023 03:02:43 Progress (4): 2.3/12 MB | 1.1/2.1 MB | 129 kB | 206/645 kB error 03-Jan-2023 03:02:43 Progress (4): 2.3/12 MB | 1.1/2.1 MB | 129 kB | 206/645 kB error 03-Jan-2023 03:02:43 Progress (4): 2.3/12 MB | 1.1/2.1 MB | 129 kB | 210/645 kB error 03-Jan-2023 03:02:43 Progress (4): 2.3/12 MB | 1.1/2.1 MB | 129 kB | 210/645 kB error 03-Jan-2023 03:02:43 Progress (4): 2.4/12 MB | 1.1/2.1 MB | 129 kB | 210/645 kB error 03-Jan-2023 03:02:43 Progress (4): 2.4/12 MB | 1.1/2.1 MB | 129 kB | 214/645 kB error 03-Jan-2023 03:02:43 Progress (4): 2.4/12 MB | 1.1/2.1 MB | 129 kB | 218/645 kB error 03-Jan-2023 03:02:43 Progress (4): 2.4/12 MB | 1.1/2.1 MB | 129 kB | 222/645 kB error 03-Jan-2023 03:02:43 Progress (4): 2.4/12 MB | 1.1/2.1 MB | 129 kB | 226/645 kB error 03-Jan-2023 03:02:43 Progress (4): 2.4/12 MB | 1.1/2.1 MB | 129 kB | 226/645 kB error 03-Jan-2023 03:02:43 Progress (4): 2.4/12 MB | 1.1/2.1 MB | 129 kB | 226/645 kB error 03-Jan-2023 03:02:43 Progress (4): 2.4/12 MB | 1.1/2.1 MB | 129 kB | 230/645 kB error 03-Jan-2023 03:02:43 Progress (4): 2.4/12 MB | 1.1/2.1 MB | 129 kB | 234/645 kB error 03-Jan-2023 03:02:43 Progress (4): 2.4/12 MB | 1.1/2.1 MB | 129 kB | 238/645 kB error 03-Jan-2023 03:02:43 Progress (4): 2.4/12 MB | 1.1/2.1 MB | 129 kB | 238/645 kB error 03-Jan-2023 03:02:43 Progress (4): 2.4/12 MB | 1.1/2.1 MB | 129 kB | 243/645 kB error 03-Jan-2023 03:02:43 Progress (4): 2.4/12 MB | 1.1/2.1 MB | 129 kB | 247/645 kB error 03-Jan-2023 03:02:43 Progress (4): 2.4/12 MB | 1.1/2.1 MB | 129 kB | 251/645 kB error 03-Jan-2023 03:02:43 error 03-Jan-2023 03:02:43 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/jakarta/xml/bind/jakarta.xml.bind-api/3.0.1/jakarta.xml.bind-api-3.0.1.jar (129 kB at 11 kB/s) error 03-Jan-2023 03:02:43 #16 88.89 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/com/sun/xml/bind/jaxb-impl/3.0.2/jaxb-impl-3.0.2.jar error 03-Jan-2023 03:02:43 #16 88.89 Progress (3): 2.4/12 MB | 1.2/2.1 MB | 251/645 kB error 03-Jan-2023 03:02:43 Progress (3): 2.4/12 MB | 1.2/2.1 MB | 251/645 kB error 03-Jan-2023 03:02:43 Progress (3): 2.4/12 MB | 1.2/2.1 MB | 251/645 kB error 03-Jan-2023 03:02:43 Progress (3): 2.5/12 MB | 1.2/2.1 MB | 251/645 kB error 03-Jan-2023 03:02:43 Progress (3): 2.5/12 MB | 1.2/2.1 MB | 251/645 kB error 03-Jan-2023 03:02:43 Progress (3): 2.5/12 MB | 1.2/2.1 MB | 255/645 kB error 03-Jan-2023 03:02:43 Progress (3): 2.5/12 MB | 1.2/2.1 MB | 259/645 kB error 03-Jan-2023 03:02:43 Progress (3): 2.5/12 MB | 1.2/2.1 MB | 263/645 kB error 03-Jan-2023 03:02:43 Progress (3): 2.5/12 MB | 1.2/2.1 MB | 267/645 kB error 03-Jan-2023 03:02:43 Progress (3): 2.5/12 MB | 1.2/2.1 MB | 267/645 kB error 03-Jan-2023 03:02:43 Progress (3): 2.5/12 MB | 1.2/2.1 MB | 267/645 kB error 03-Jan-2023 03:02:43 Progress (3): 2.6/12 MB | 1.2/2.1 MB | 267/645 kB error 03-Jan-2023 03:02:43 Progress (3): 2.6/12 MB | 1.2/2.1 MB | 269/645 kB error 03-Jan-2023 03:02:43 Progress (3): 2.6/12 MB | 1.2/2.1 MB | 273/645 kB error 03-Jan-2023 03:02:43 Progress (3): 2.6/12 MB | 1.2/2.1 MB | 278/645 kB error 03-Jan-2023 03:02:43 Progress (3): 2.6/12 MB | 1.2/2.1 MB | 282/645 kB error 03-Jan-2023 03:02:43 Progress (3): 2.6/12 MB | 1.2/2.1 MB | 286/645 kB error 03-Jan-2023 03:02:43 Progress (3): 2.6/12 MB | 1.3/2.1 MB | 286/645 kB error 03-Jan-2023 03:02:43 Progress (3): 2.6/12 MB | 1.3/2.1 MB | 286/645 kB error 03-Jan-2023 03:02:43 Progress (3): 2.6/12 MB | 1.3/2.1 MB | 290/645 kB error 03-Jan-2023 03:02:43 Progress (3): 2.6/12 MB | 1.3/2.1 MB | 294/645 kB error 03-Jan-2023 03:02:43 Progress (3): 2.6/12 MB | 1.3/2.1 MB | 298/645 kB error 03-Jan-2023 03:02:43 Progress (3): 2.6/12 MB | 1.3/2.1 MB | 302/645 kB error 03-Jan-2023 03:02:43 Progress (3): 2.6/12 MB | 1.3/2.1 MB | 304/645 kB error 03-Jan-2023 03:02:43 Progress (3): 2.6/12 MB | 1.3/2.1 MB | 304/645 kB error 03-Jan-2023 03:02:43 Progress (3): 2.6/12 MB | 1.3/2.1 MB | 304/645 kB error 03-Jan-2023 03:02:43 Progress (3): 2.6/12 MB | 1.3/2.1 MB | 304/645 kB error 03-Jan-2023 03:02:43 Progress (3): 2.6/12 MB | 1.3/2.1 MB | 308/645 kB error 03-Jan-2023 03:02:43 Progress (3): 2.6/12 MB | 1.3/2.1 MB | 312/645 kB error 03-Jan-2023 03:02:43 Progress (3): 2.6/12 MB | 1.3/2.1 MB | 312/645 kB error 03-Jan-2023 03:02:43 Progress (3): 2.6/12 MB | 1.3/2.1 MB | 316/645 kB error 03-Jan-2023 03:02:43 Progress (3): 2.7/12 MB | 1.3/2.1 MB | 316/645 kB error 03-Jan-2023 03:02:43 Progress (3): 2.7/12 MB | 1.3/2.1 MB | 321/645 kB error 03-Jan-2023 03:02:43 Progress (4): 2.7/12 MB | 1.3/2.1 MB | 321/645 kB | 3.3/62 kB error 03-Jan-2023 03:02:43 Progress (4): 2.7/12 MB | 1.3/2.1 MB | 321/645 kB | 3.3/62 kB error 03-Jan-2023 03:02:43 Progress (4): 2.7/12 MB | 1.3/2.1 MB | 325/645 kB | 3.3/62 kB error 03-Jan-2023 03:02:43 Progress (4): 2.7/12 MB | 1.3/2.1 MB | 329/645 kB | 3.3/62 kB error 03-Jan-2023 03:02:43 Progress (4): 2.7/12 MB | 1.3/2.1 MB | 332/645 kB | 3.3/62 kB error 03-Jan-2023 03:02:43 Progress (4): 2.7/12 MB | 1.3/2.1 MB | 332/645 kB | 6.1/62 kB error 03-Jan-2023 03:02:43 Progress (4): 2.7/12 MB | 1.4/2.1 MB | 332/645 kB | 6.1/62 kB error 03-Jan-2023 03:02:43 Progress (4): 2.7/12 MB | 1.4/2.1 MB | 332/645 kB | 8.9/62 kB error 03-Jan-2023 03:02:43 Progress (4): 2.7/12 MB | 1.4/2.1 MB | 332/645 kB | 12/62 kB error 03-Jan-2023 03:02:43 Progress (4): 2.7/12 MB | 1.4/2.1 MB | 332/645 kB | 14/62 kB error 03-Jan-2023 03:02:43 Progress (4): 2.7/12 MB | 1.4/2.1 MB | 332/645 kB | 17/62 kB error 03-Jan-2023 03:02:43 Progress (4): 2.7/12 MB | 1.4/2.1 MB | 336/645 kB | 17/62 kB error 03-Jan-2023 03:02:43 Progress (4): 2.7/12 MB | 1.4/2.1 MB | 336/645 kB | 17/62 kB error 03-Jan-2023 03:02:43 Progress (4): 2.7/12 MB | 1.4/2.1 MB | 336/645 kB | 17/62 kB error 03-Jan-2023 03:02:43 Progress (4): 2.7/12 MB | 1.4/2.1 MB | 340/645 kB | 17/62 kB error 03-Jan-2023 03:02:43 Progress (4): 2.7/12 MB | 1.4/2.1 MB | 340/645 kB | 20/62 kB error 03-Jan-2023 03:02:43 Progress (4): 2.7/12 MB | 1.4/2.1 MB | 344/645 kB | 20/62 kB error 03-Jan-2023 03:02:43 Progress (4): 2.7/12 MB | 1.4/2.1 MB | 348/645 kB | 20/62 kB error 03-Jan-2023 03:02:43 Progress (4): 2.7/12 MB | 1.4/2.1 MB | 348/645 kB | 23/62 kB error 03-Jan-2023 03:02:43 Progress (4): 2.7/12 MB | 1.4/2.1 MB | 348/645 kB | 23/62 kB error 03-Jan-2023 03:02:43 Progress (4): 2.7/12 MB | 1.4/2.1 MB | 348/645 kB | 26/62 kB error 03-Jan-2023 03:02:43 Progress (4): 2.7/12 MB | 1.4/2.1 MB | 352/645 kB | 26/62 kB error 03-Jan-2023 03:02:43 Progress (4): 2.7/12 MB | 1.4/2.1 MB | 356/645 kB | 26/62 kB error 03-Jan-2023 03:02:43 Progress (4): 2.7/12 MB | 1.4/2.1 MB | 360/645 kB | 26/62 kB error 03-Jan-2023 03:02:43 Progress (4): 2.7/12 MB | 1.4/2.1 MB | 364/645 kB | 26/62 kB error 03-Jan-2023 03:02:43 Progress (4): 2.7/12 MB | 1.4/2.1 MB | 364/645 kB | 28/62 kB error 03-Jan-2023 03:02:43 Progress (4): 2.7/12 MB | 1.4/2.1 MB | 364/645 kB | 31/62 kB error 03-Jan-2023 03:02:43 Progress (4): 2.7/12 MB | 1.4/2.1 MB | 364/645 kB | 34/62 kB error 03-Jan-2023 03:02:43 Progress (4): 2.7/12 MB | 1.4/2.1 MB | 369/645 kB | 34/62 kB error 03-Jan-2023 03:02:43 Progress (4): 2.7/12 MB | 1.4/2.1 MB | 369/645 kB | 34/62 kB error 03-Jan-2023 03:02:43 Progress (4): 2.7/12 MB | 1.4/2.1 MB | 373/645 kB | 34/62 kB error 03-Jan-2023 03:02:43 Progress (4): 2.7/12 MB | 1.4/2.1 MB | 377/645 kB | 34/62 kB error 03-Jan-2023 03:02:43 Progress (4): 2.7/12 MB | 1.4/2.1 MB | 381/645 kB | 34/62 kB error 03-Jan-2023 03:02:43 Progress (4): 2.8/12 MB | 1.4/2.1 MB | 381/645 kB | 34/62 kB error 03-Jan-2023 03:02:43 Progress (4): 2.8/12 MB | 1.4/2.1 MB | 381/645 kB | 37/62 kB error 03-Jan-2023 03:02:43 Progress (4): 2.8/12 MB | 1.4/2.1 MB | 381/645 kB | 37/62 kB error 03-Jan-2023 03:02:43 Progress (4): 2.8/12 MB | 1.4/2.1 MB | 381/645 kB | 40/62 kB error 03-Jan-2023 03:02:43 Progress (4): 2.8/12 MB | 1.4/2.1 MB | 381/645 kB | 40/62 kB error 03-Jan-2023 03:02:43 Progress (4): 2.8/12 MB | 1.4/2.1 MB | 381/645 kB | 40/62 kB error 03-Jan-2023 03:02:43 Progress (4): 2.8/12 MB | 1.5/2.1 MB | 381/645 kB | 40/62 kB error 03-Jan-2023 03:02:43 Progress (4): 2.8/12 MB | 1.5/2.1 MB | 381/645 kB | 40/62 kB error 03-Jan-2023 03:02:43 Progress (4): 2.8/12 MB | 1.5/2.1 MB | 381/645 kB | 42/62 kB error 03-Jan-2023 03:02:43 Progress (4): 2.8/12 MB | 1.5/2.1 MB | 381/645 kB | 45/62 kB error 03-Jan-2023 03:02:43 Progress (4): 2.8/12 MB | 1.5/2.1 MB | 381/645 kB | 48/62 kB error 03-Jan-2023 03:02:43 Progress (4): 2.8/12 MB | 1.5/2.1 MB | 381/645 kB | 51/62 kB error 03-Jan-2023 03:02:43 Progress (4): 2.8/12 MB | 1.5/2.1 MB | 381/645 kB | 54/62 kB error 03-Jan-2023 03:02:43 Progress (4): 2.8/12 MB | 1.5/2.1 MB | 381/645 kB | 56/62 kB error 03-Jan-2023 03:02:43 Progress (4): 2.8/12 MB | 1.5/2.1 MB | 381/645 kB | 59/62 kB error 03-Jan-2023 03:02:43 Progress (4): 2.8/12 MB | 1.5/2.1 MB | 381/645 kB | 62/62 kB error 03-Jan-2023 03:02:43 Progress (4): 2.8/12 MB | 1.5/2.1 MB | 381/645 kB | 62 kB error 03-Jan-2023 03:02:43 Progress (4): 2.8/12 MB | 1.5/2.1 MB | 381/645 kB | 62 kB error 03-Jan-2023 03:02:43 Progress (5): 2.8/12 MB | 1.5/2.1 MB | 381/645 kB | 62 kB | 8.2/917 kB error 03-Jan-2023 03:02:43 Progress (5): 2.8/12 MB | 1.5/2.1 MB | 381/645 kB | 62 kB | 8.2/917 kB error 03-Jan-2023 03:02:43 Progress (5): 2.8/12 MB | 1.5/2.1 MB | 385/645 kB | 62 kB | 8.2/917 kB error 03-Jan-2023 03:02:43 Progress (5): 2.8/12 MB | 1.5/2.1 MB | 389/645 kB | 62 kB | 8.2/917 kB error 03-Jan-2023 03:02:43 Progress (5): 2.8/12 MB | 1.5/2.1 MB | 393/645 kB | 62 kB | 8.2/917 kB error 03-Jan-2023 03:02:43 Progress (5): 2.8/12 MB | 1.5/2.1 MB | 397/645 kB | 62 kB | 8.2/917 kB error 03-Jan-2023 03:02:43 Progress (5): 2.8/12 MB | 1.5/2.1 MB | 400/645 kB | 62 kB | 8.2/917 kB error 03-Jan-2023 03:02:43 Progress (5): 2.8/12 MB | 1.5/2.1 MB | 400/645 kB | 62 kB | 16/917 kB error 03-Jan-2023 03:02:43 Progress (5): 2.8/12 MB | 1.5/2.1 MB | 400/645 kB | 62 kB | 16/917 kB error 03-Jan-2023 03:02:43 Progress (5): 2.9/12 MB | 1.5/2.1 MB | 400/645 kB | 62 kB | 16/917 kB error 03-Jan-2023 03:02:43 Progress (5): 2.9/12 MB | 1.5/2.1 MB | 404/645 kB | 62 kB | 16/917 kB error 03-Jan-2023 03:02:43 Progress (5): 2.9/12 MB | 1.5/2.1 MB | 408/645 kB | 62 kB | 16/917 kB error 03-Jan-2023 03:02:43 Progress (5): 2.9/12 MB | 1.5/2.1 MB | 412/645 kB | 62 kB | 16/917 kB error 03-Jan-2023 03:02:43 Progress (5): 2.9/12 MB | 1.5/2.1 MB | 412/645 kB | 62 kB | 24/917 kB error 03-Jan-2023 03:02:43 Progress (5): 2.9/12 MB | 1.5/2.1 MB | 416/645 kB | 62 kB | 24/917 kB error 03-Jan-2023 03:02:43 Progress (5): 2.9/12 MB | 1.5/2.1 MB | 420/645 kB | 62 kB | 24/917 kB error 03-Jan-2023 03:02:43 Progress (5): 2.9/12 MB | 1.5/2.1 MB | 424/645 kB | 62 kB | 24/917 kB error 03-Jan-2023 03:02:43 Progress (5): 2.9/12 MB | 1.5/2.1 MB | 429/645 kB | 62 kB | 24/917 kB error 03-Jan-2023 03:02:43 Progress (5): 2.9/12 MB | 1.5/2.1 MB | 429/645 kB | 62 kB | 24/917 kB error 03-Jan-2023 03:02:43 Progress (5): 2.9/12 MB | 1.5/2.1 MB | 429/645 kB | 62 kB | 32/917 kB error 03-Jan-2023 03:02:43 Progress (5): 2.9/12 MB | 1.5/2.1 MB | 429/645 kB | 62 kB | 32/917 kB error 03-Jan-2023 03:02:43 Progress (5): 2.9/12 MB | 1.5/2.1 MB | 429/645 kB | 62 kB | 40/917 kB error 03-Jan-2023 03:02:43 Progress (5): 2.9/12 MB | 1.5/2.1 MB | 429/645 kB | 62 kB | 48/917 kB error 03-Jan-2023 03:02:43 Progress (5): 2.9/12 MB | 1.5/2.1 MB | 431/645 kB | 62 kB | 48/917 kB error 03-Jan-2023 03:02:43 Progress (5): 2.9/12 MB | 1.6/2.1 MB | 431/645 kB | 62 kB | 48/917 kB error 03-Jan-2023 03:02:43 Progress (5): 2.9/12 MB | 1.6/2.1 MB | 431/645 kB | 62 kB | 48/917 kB error 03-Jan-2023 03:02:43 Progress (5): 3.0/12 MB | 1.6/2.1 MB | 431/645 kB | 62 kB | 48/917 kB error 03-Jan-2023 03:02:43 Progress (5): 3.0/12 MB | 1.6/2.1 MB | 431/645 kB | 62 kB | 57/917 kB error 03-Jan-2023 03:02:43 Progress (5): 3.0/12 MB | 1.6/2.1 MB | 435/645 kB | 62 kB | 57/917 kB error 03-Jan-2023 03:02:43 Progress (5): 3.0/12 MB | 1.6/2.1 MB | 439/645 kB | 62 kB | 57/917 kB error 03-Jan-2023 03:02:43 Progress (5): 3.0/12 MB | 1.6/2.1 MB | 443/645 kB | 62 kB | 57/917 kB error 03-Jan-2023 03:02:43 Progress (5): 3.0/12 MB | 1.6/2.1 MB | 447/645 kB | 62 kB | 57/917 kB error 03-Jan-2023 03:02:43 Progress (5): 3.0/12 MB | 1.6/2.1 MB | 447/645 kB | 62 kB | 65/917 kB error 03-Jan-2023 03:02:43 Progress (5): 3.0/12 MB | 1.6/2.1 MB | 451/645 kB | 62 kB | 65/917 kB error 03-Jan-2023 03:02:43 Progress (5): 3.0/12 MB | 1.6/2.1 MB | 455/645 kB | 62 kB | 65/917 kB error 03-Jan-2023 03:02:43 Progress (5): 3.0/12 MB | 1.6/2.1 MB | 459/645 kB | 62 kB | 65/917 kB error 03-Jan-2023 03:02:43 Progress (5): 3.0/12 MB | 1.6/2.1 MB | 459/645 kB | 62 kB | 73/917 kB error 03-Jan-2023 03:02:43 Progress (5): 3.0/12 MB | 1.6/2.1 MB | 459/645 kB | 62 kB | 81/917 kB error 03-Jan-2023 03:02:43 Progress (5): 3.0/12 MB | 1.6/2.1 MB | 459/645 kB | 62 kB | 81/917 kB error 03-Jan-2023 03:02:43 Progress (5): 3.0/12 MB | 1.6/2.1 MB | 459/645 kB | 62 kB | 81/917 kB error 03-Jan-2023 03:02:43 Progress (5): 3.0/12 MB | 1.6/2.1 MB | 459/645 kB | 62 kB | 85/917 kB error 03-Jan-2023 03:02:43 Progress (5): 3.0/12 MB | 1.6/2.1 MB | 459/645 kB | 62 kB | 94/917 kB error 03-Jan-2023 03:02:43 Progress (5): 3.0/12 MB | 1.6/2.1 MB | 463/645 kB | 62 kB | 94/917 kB error 03-Jan-2023 03:02:43 Progress (5): 3.0/12 MB | 1.6/2.1 MB | 465/645 kB | 62 kB | 94/917 kB error 03-Jan-2023 03:02:43 Progress (5): 3.0/12 MB | 1.6/2.1 MB | 465/645 kB | 62 kB | 94/917 kB error 03-Jan-2023 03:02:43 Progress (5): 3.0/12 MB | 1.6/2.1 MB | 470/645 kB | 62 kB | 94/917 kB error 03-Jan-2023 03:02:43 Progress (5): 3.0/12 MB | 1.6/2.1 MB | 474/645 kB | 62 kB | 94/917 kB error 03-Jan-2023 03:02:43 Progress (5): 3.0/12 MB | 1.6/2.1 MB | 478/645 kB | 62 kB | 94/917 kB error 03-Jan-2023 03:02:43 Progress (5): 3.0/12 MB | 1.6/2.1 MB | 478/645 kB | 62 kB | 102/917 kB error 03-Jan-2023 03:02:43 Progress (5): 3.0/12 MB | 1.6/2.1 MB | 482/645 kB | 62 kB | 102/917 kB error 03-Jan-2023 03:02:43 Progress (5): 3.0/12 MB | 1.6/2.1 MB | 482/645 kB | 62 kB | 102/917 kB error 03-Jan-2023 03:02:43 Progress (5): 3.1/12 MB | 1.6/2.1 MB | 482/645 kB | 62 kB | 102/917 kB error 03-Jan-2023 03:02:43 Progress (5): 3.1/12 MB | 1.6/2.1 MB | 482/645 kB | 62 kB | 102/917 kB error 03-Jan-2023 03:02:43 Progress (5): 3.1/12 MB | 1.6/2.1 MB | 482/645 kB | 62 kB | 110/917 kB error 03-Jan-2023 03:02:43 Progress (5): 3.1/12 MB | 1.6/2.1 MB | 486/645 kB | 62 kB | 110/917 kB error 03-Jan-2023 03:02:43 Progress (5): 3.1/12 MB | 1.6/2.1 MB | 490/645 kB | 62 kB | 110/917 kB error 03-Jan-2023 03:02:43 Progress (5): 3.1/12 MB | 1.6/2.1 MB | 494/645 kB | 62 kB | 110/917 kB error 03-Jan-2023 03:02:43 Progress (5): 3.1/12 MB | 1.6/2.1 MB | 494/645 kB | 62 kB | 116/917 kB error 03-Jan-2023 03:02:43 Progress (5): 3.1/12 MB | 1.6/2.1 MB | 494/645 kB | 62 kB | 125/917 kB error 03-Jan-2023 03:02:43 Progress (5): 3.1/12 MB | 1.6/2.1 MB | 496/645 kB | 62 kB | 125/917 kB error 03-Jan-2023 03:02:43 Progress (5): 3.1/12 MB | 1.6/2.1 MB | 500/645 kB | 62 kB | 125/917 kB error 03-Jan-2023 03:02:43 Progress (5): 3.1/12 MB | 1.6/2.1 MB | 504/645 kB | 62 kB | 125/917 kB error 03-Jan-2023 03:02:43 Progress (5): 3.1/12 MB | 1.6/2.1 MB | 508/645 kB | 62 kB | 125/917 kB error 03-Jan-2023 03:02:43 Progress (5): 3.1/12 MB | 1.6/2.1 MB | 508/645 kB | 62 kB | 133/917 kB error 03-Jan-2023 03:02:43 Progress (5): 3.1/12 MB | 1.7/2.1 MB | 508/645 kB | 62 kB | 133/917 kB error 03-Jan-2023 03:02:43 Progress (5): 3.1/12 MB | 1.7/2.1 MB | 508/645 kB | 62 kB | 133/917 kB error 03-Jan-2023 03:02:43 Progress (5): 3.1/12 MB | 1.7/2.1 MB | 513/645 kB | 62 kB | 133/917 kB error 03-Jan-2023 03:02:43 Progress (5): 3.1/12 MB | 1.7/2.1 MB | 513/645 kB | 62 kB | 141/917 kB error 03-Jan-2023 03:02:43 Progress (5): 3.1/12 MB | 1.7/2.1 MB | 513/645 kB | 62 kB | 141/917 kB error 03-Jan-2023 03:02:43 Progress (5): 3.1/12 MB | 1.7/2.1 MB | 513/645 kB | 62 kB | 149/917 kB error 03-Jan-2023 03:02:43 Progress (5): 3.1/12 MB | 1.7/2.1 MB | 513/645 kB | 62 kB | 157/917 kB error 03-Jan-2023 03:02:43 Progress (5): 3.1/12 MB | 1.7/2.1 MB | 513/645 kB | 62 kB | 165/917 kB error 03-Jan-2023 03:02:43 Progress (5): 3.1/12 MB | 1.7/2.1 MB | 517/645 kB | 62 kB | 165/917 kB error 03-Jan-2023 03:02:43 Progress (5): 3.1/12 MB | 1.7/2.1 MB | 521/645 kB | 62 kB | 165/917 kB error 03-Jan-2023 03:02:43 Progress (5): 3.1/12 MB | 1.7/2.1 MB | 525/645 kB | 62 kB | 165/917 kB error 03-Jan-2023 03:02:43 Progress (5): 3.1/12 MB | 1.7/2.1 MB | 525/645 kB | 62 kB | 165/917 kB error 03-Jan-2023 03:02:43 Progress (5): 3.1/12 MB | 1.7/2.1 MB | 529/645 kB | 62 kB | 165/917 kB error 03-Jan-2023 03:02:43 Progress (5): 3.1/12 MB | 1.7/2.1 MB | 531/645 kB | 62 kB | 165/917 kB error 03-Jan-2023 03:02:43 Progress (5): 3.1/12 MB | 1.7/2.1 MB | 531/645 kB | 62 kB | 165/917 kB error 03-Jan-2023 03:02:43 Progress (5): 3.2/12 MB | 1.7/2.1 MB | 531/645 kB | 62 kB | 165/917 kB error 03-Jan-2023 03:02:43 Progress (5): 3.2/12 MB | 1.7/2.1 MB | 535/645 kB | 62 kB | 165/917 kB error 03-Jan-2023 03:02:43 Progress (5): 3.2/12 MB | 1.7/2.1 MB | 535/645 kB | 62 kB | 174/917 kB error 03-Jan-2023 03:02:43 Progress (5): 3.2/12 MB | 1.7/2.1 MB | 535/645 kB | 62 kB | 182/917 kB error 03-Jan-2023 03:02:43 Progress (5): 3.2/12 MB | 1.7/2.1 MB | 535/645 kB | 62 kB | 188/917 kB error 03-Jan-2023 03:02:43 Progress (5): 3.2/12 MB | 1.7/2.1 MB | 535/645 kB | 62 kB | 188/917 kB error 03-Jan-2023 03:02:43 Progress (5): 3.2/12 MB | 1.7/2.1 MB | 539/645 kB | 62 kB | 188/917 kB error 03-Jan-2023 03:02:43 Progress (5): 3.2/12 MB | 1.7/2.1 MB | 543/645 kB | 62 kB | 188/917 kB error 03-Jan-2023 03:02:43 error 03-Jan-2023 03:02:43 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/com/sun/activation/jakarta.activation/2.0.1/jakarta.activation-2.0.1.jar (62 kB at 5.2 kB/s) error 03-Jan-2023 03:02:43 #16 89.31 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/com/sun/xml/bind/jaxb-core/3.0.2/jaxb-core-3.0.2.jar error 03-Jan-2023 03:02:43 #16 89.32 Progress (4): 3.2/12 MB | 1.7/2.1 MB | 547/645 kB | 188/917 kB error 03-Jan-2023 03:02:43 Progress (4): 3.2/12 MB | 1.7/2.1 MB | 551/645 kB | 188/917 kB error 03-Jan-2023 03:02:43 Progress (4): 3.2/12 MB | 1.7/2.1 MB | 551/645 kB | 197/917 kB error 03-Jan-2023 03:02:43 Progress (4): 3.2/12 MB | 1.7/2.1 MB | 551/645 kB | 197/917 kB error 03-Jan-2023 03:02:43 Progress (4): 3.2/12 MB | 1.7/2.1 MB | 551/645 kB | 197/917 kB error 03-Jan-2023 03:02:43 Progress (4): 3.2/12 MB | 1.7/2.1 MB | 551/645 kB | 197/917 kB error 03-Jan-2023 03:02:43 Progress (4): 3.2/12 MB | 1.7/2.1 MB | 551/645 kB | 205/917 kB error 03-Jan-2023 03:02:43 Progress (4): 3.2/12 MB | 1.7/2.1 MB | 556/645 kB | 205/917 kB error 03-Jan-2023 03:02:43 Progress (4): 3.2/12 MB | 1.7/2.1 MB | 556/645 kB | 213/917 kB error 03-Jan-2023 03:02:43 Progress (4): 3.2/12 MB | 1.7/2.1 MB | 560/645 kB | 213/917 kB error 03-Jan-2023 03:02:43 Progress (4): 3.2/12 MB | 1.7/2.1 MB | 562/645 kB | 213/917 kB error 03-Jan-2023 03:02:43 Progress (4): 3.2/12 MB | 1.7/2.1 MB | 566/645 kB | 213/917 kB error 03-Jan-2023 03:02:43 Progress (4): 3.2/12 MB | 1.8/2.1 MB | 566/645 kB | 213/917 kB error 03-Jan-2023 03:02:43 Progress (4): 3.2/12 MB | 1.8/2.1 MB | 566/645 kB | 213/917 kB error 03-Jan-2023 03:02:43 Progress (4): 3.2/12 MB | 1.8/2.1 MB | 566/645 kB | 221/917 kB error 03-Jan-2023 03:02:43 Progress (4): 3.2/12 MB | 1.8/2.1 MB | 566/645 kB | 229/917 kB error 03-Jan-2023 03:02:43 Progress (4): 3.2/12 MB | 1.8/2.1 MB | 566/645 kB | 237/917 kB error 03-Jan-2023 03:02:43 Progress (4): 3.2/12 MB | 1.8/2.1 MB | 566/645 kB | 246/917 kB error 03-Jan-2023 03:02:43 Progress (4): 3.3/12 MB | 1.8/2.1 MB | 566/645 kB | 246/917 kB error 03-Jan-2023 03:02:43 Progress (4): 3.3/12 MB | 1.8/2.1 MB | 570/645 kB | 246/917 kB error 03-Jan-2023 03:02:43 Progress (4): 3.3/12 MB | 1.8/2.1 MB | 574/645 kB | 246/917 kB error 03-Jan-2023 03:02:43 Progress (4): 3.3/12 MB | 1.8/2.1 MB | 578/645 kB | 246/917 kB error 03-Jan-2023 03:02:43 Progress (4): 3.3/12 MB | 1.8/2.1 MB | 578/645 kB | 246/917 kB error 03-Jan-2023 03:02:43 Progress (4): 3.3/12 MB | 1.8/2.1 MB | 578/645 kB | 254/917 kB error 03-Jan-2023 03:02:43 Progress (4): 3.3/12 MB | 1.8/2.1 MB | 578/645 kB | 262/917 kB error 03-Jan-2023 03:02:43 Progress (4): 3.3/12 MB | 1.8/2.1 MB | 578/645 kB | 267/917 kB error 03-Jan-2023 03:02:43 Progress (4): 3.3/12 MB | 1.8/2.1 MB | 582/645 kB | 267/917 kB error 03-Jan-2023 03:02:43 Progress (4): 3.3/12 MB | 1.8/2.1 MB | 586/645 kB | 267/917 kB error 03-Jan-2023 03:02:43 Progress (4): 3.4/12 MB | 1.8/2.1 MB | 586/645 kB | 267/917 kB error 03-Jan-2023 03:02:43 Progress (4): 3.4/12 MB | 1.8/2.1 MB | 586/645 kB | 275/917 kB error 03-Jan-2023 03:02:43 Progress (4): 3.4/12 MB | 1.8/2.1 MB | 586/645 kB | 275/917 kB error 03-Jan-2023 03:02:43 Progress (4): 3.4/12 MB | 1.8/2.1 MB | 590/645 kB | 275/917 kB error 03-Jan-2023 03:02:43 Progress (4): 3.4/12 MB | 1.8/2.1 MB | 594/645 kB | 275/917 kB error 03-Jan-2023 03:02:43 Progress (4): 3.4/12 MB | 1.8/2.1 MB | 594/645 kB | 283/917 kB error 03-Jan-2023 03:02:43 Progress (4): 3.4/12 MB | 1.8/2.1 MB | 597/645 kB | 283/917 kB error 03-Jan-2023 03:02:43 Progress (4): 3.4/12 MB | 1.8/2.1 MB | 601/645 kB | 283/917 kB error 03-Jan-2023 03:02:43 Progress (4): 3.4/12 MB | 1.8/2.1 MB | 601/645 kB | 283/917 kB error 03-Jan-2023 03:02:43 Progress (4): 3.4/12 MB | 1.8/2.1 MB | 605/645 kB | 283/917 kB error 03-Jan-2023 03:02:43 Progress (4): 3.4/12 MB | 1.8/2.1 MB | 605/645 kB | 292/917 kB error 03-Jan-2023 03:02:43 Progress (4): 3.4/12 MB | 1.8/2.1 MB | 609/645 kB | 292/917 kB error 03-Jan-2023 03:02:43 Progress (4): 3.4/12 MB | 1.8/2.1 MB | 613/645 kB | 292/917 kB error 03-Jan-2023 03:02:43 Progress (4): 3.4/12 MB | 1.8/2.1 MB | 613/645 kB | 300/917 kB error 03-Jan-2023 03:02:43 Progress (4): 3.4/12 MB | 1.8/2.1 MB | 617/645 kB | 300/917 kB error 03-Jan-2023 03:02:43 Progress (4): 3.4/12 MB | 1.8/2.1 MB | 621/645 kB | 300/917 kB error 03-Jan-2023 03:02:43 Progress (4): 3.4/12 MB | 1.8/2.1 MB | 621/645 kB | 300/917 kB error 03-Jan-2023 03:02:43 Progress (4): 3.4/12 MB | 1.8/2.1 MB | 621/645 kB | 308/917 kB error 03-Jan-2023 03:02:43 Progress (4): 3.4/12 MB | 1.8/2.1 MB | 621/645 kB | 308/917 kB error 03-Jan-2023 03:02:43 Progress (4): 3.4/12 MB | 1.8/2.1 MB | 625/645 kB | 308/917 kB error 03-Jan-2023 03:02:43 Progress (4): 3.4/12 MB | 1.8/2.1 MB | 627/645 kB | 308/917 kB error 03-Jan-2023 03:02:43 Progress (4): 3.4/12 MB | 1.8/2.1 MB | 631/645 kB | 308/917 kB error 03-Jan-2023 03:02:43 Progress (4): 3.4/12 MB | 1.8/2.1 MB | 635/645 kB | 308/917 kB error 03-Jan-2023 03:02:43 Progress (4): 3.4/12 MB | 1.8/2.1 MB | 635/645 kB | 314/917 kB error 03-Jan-2023 03:02:43 Progress (4): 3.4/12 MB | 1.8/2.1 MB | 635/645 kB | 323/917 kB error 03-Jan-2023 03:02:43 Progress (4): 3.4/12 MB | 1.8/2.1 MB | 638/645 kB | 323/917 kB error 03-Jan-2023 03:02:43 Progress (4): 3.4/12 MB | 1.9/2.1 MB | 638/645 kB | 323/917 kB error 03-Jan-2023 03:02:43 Progress (4): 3.4/12 MB | 1.9/2.1 MB | 638/645 kB | 323/917 kB error 03-Jan-2023 03:02:43 Progress (4): 3.4/12 MB | 1.9/2.1 MB | 638/645 kB | 323/917 kB error 03-Jan-2023 03:02:43 Progress (4): 3.4/12 MB | 1.9/2.1 MB | 642/645 kB | 323/917 kB error 03-Jan-2023 03:02:43 Progress (4): 3.4/12 MB | 1.9/2.1 MB | 645 kB | 323/917 kB error 03-Jan-2023 03:02:43 Progress (4): 3.4/12 MB | 1.9/2.1 MB | 645 kB | 331/917 kB error 03-Jan-2023 03:02:43 Progress (4): 3.4/12 MB | 1.9/2.1 MB | 645 kB | 339/917 kB error 03-Jan-2023 03:02:43 Progress (4): 3.4/12 MB | 1.9/2.1 MB | 645 kB | 347/917 kB error 03-Jan-2023 03:02:43 Progress (4): 3.4/12 MB | 1.9/2.1 MB | 645 kB | 347/917 kB error 03-Jan-2023 03:02:43 Progress (4): 3.4/12 MB | 1.9/2.1 MB | 645 kB | 355/917 kB error 03-Jan-2023 03:02:43 Progress (4): 3.4/12 MB | 1.9/2.1 MB | 645 kB | 363/917 kB error 03-Jan-2023 03:02:43 Progress (4): 3.4/12 MB | 1.9/2.1 MB | 645 kB | 372/917 kB error 03-Jan-2023 03:02:43 Progress (4): 3.4/12 MB | 1.9/2.1 MB | 645 kB | 377/917 kB error 03-Jan-2023 03:02:43 Progress (4): 3.4/12 MB | 1.9/2.1 MB | 645 kB | 386/917 kB error 03-Jan-2023 03:02:43 Progress (4): 3.4/12 MB | 1.9/2.1 MB | 645 kB | 386/917 kB error 03-Jan-2023 03:02:43 Progress (4): 3.4/12 MB | 1.9/2.1 MB | 645 kB | 386/917 kB error 03-Jan-2023 03:02:43 Progress (4): 3.4/12 MB | 2.0/2.1 MB | 645 kB | 386/917 kB error 03-Jan-2023 03:02:43 Progress (4): 3.5/12 MB | 2.0/2.1 MB | 645 kB | 386/917 kB error 03-Jan-2023 03:02:43 Progress (4): 3.5/12 MB | 2.0/2.1 MB | 645 kB | 394/917 kB error 03-Jan-2023 03:02:43 Progress (4): 3.5/12 MB | 2.0/2.1 MB | 645 kB | 402/917 kB error 03-Jan-2023 03:02:43 Progress (4): 3.5/12 MB | 2.0/2.1 MB | 645 kB | 410/917 kB error 03-Jan-2023 03:02:43 Progress (4): 3.5/12 MB | 2.0/2.1 MB | 645 kB | 418/917 kB error 03-Jan-2023 03:02:43 Progress (4): 3.5/12 MB | 2.0/2.1 MB | 645 kB | 418/917 kB error 03-Jan-2023 03:02:43 Progress (4): 3.5/12 MB | 2.0/2.1 MB | 645 kB | 418/917 kB error 03-Jan-2023 03:02:43 Progress (4): 3.5/12 MB | 2.0/2.1 MB | 645 kB | 418/917 kB error 03-Jan-2023 03:02:43 Progress (4): 3.5/12 MB | 2.0/2.1 MB | 645 kB | 426/917 kB error 03-Jan-2023 03:02:43 Progress (4): 3.5/12 MB | 2.0/2.1 MB | 645 kB | 435/917 kB error 03-Jan-2023 03:02:43 Progress (4): 3.5/12 MB | 2.0/2.1 MB | 645 kB | 435/917 kB error 03-Jan-2023 03:02:43 Progress (4): 3.5/12 MB | 2.0/2.1 MB | 645 kB | 443/917 kB error 03-Jan-2023 03:02:43 Progress (4): 3.5/12 MB | 2.0/2.1 MB | 645 kB | 443/917 kB error 03-Jan-2023 03:02:43 Progress (4): 3.5/12 MB | 2.0/2.1 MB | 645 kB | 443/917 kB error 03-Jan-2023 03:02:43 Progress (4): 3.5/12 MB | 2.0/2.1 MB | 645 kB | 449/917 kB error 03-Jan-2023 03:02:43 Progress (4): 3.5/12 MB | 2.0/2.1 MB | 645 kB | 458/917 kB error 03-Jan-2023 03:02:43 Progress (4): 3.6/12 MB | 2.0/2.1 MB | 645 kB | 458/917 kB error 03-Jan-2023 03:02:43 Progress (4): 3.6/12 MB | 2.0/2.1 MB | 645 kB | 466/917 kB error 03-Jan-2023 03:02:43 Progress (4): 3.6/12 MB | 2.0/2.1 MB | 645 kB | 474/917 kB error 03-Jan-2023 03:02:43 Progress (4): 3.6/12 MB | 2.0/2.1 MB | 645 kB | 482/917 kB error 03-Jan-2023 03:02:43 Progress (4): 3.6/12 MB | 2.0/2.1 MB | 645 kB | 490/917 kB error 03-Jan-2023 03:02:43 Progress (4): 3.6/12 MB | 2.0/2.1 MB | 645 kB | 490/917 kB error 03-Jan-2023 03:02:43 Progress (4): 3.6/12 MB | 2.1/2.1 MB | 645 kB | 490/917 kB error 03-Jan-2023 03:02:43 Progress (4): 3.6/12 MB | 2.1/2.1 MB | 645 kB | 490/917 kB error 03-Jan-2023 03:02:43 Progress (4): 3.6/12 MB | 2.1 MB | 645 kB | 490/917 kB error 03-Jan-2023 03:02:43 Progress (4): 3.6/12 MB | 2.1 MB | 645 kB | 490/917 kB error 03-Jan-2023 03:02:43 Progress (4): 3.6/12 MB | 2.1 MB | 645 kB | 498/917 kB error 03-Jan-2023 03:02:43 Progress (4): 3.6/12 MB | 2.1 MB | 645 kB | 507/917 kB error 03-Jan-2023 03:02:43 Progress (4): 3.6/12 MB | 2.1 MB | 645 kB | 512/917 kB error 03-Jan-2023 03:02:43 Progress (4): 3.6/12 MB | 2.1 MB | 645 kB | 521/917 kB error 03-Jan-2023 03:02:43 Progress (4): 3.7/12 MB | 2.1 MB | 645 kB | 521/917 kB error 03-Jan-2023 03:02:43 Progress (4): 3.7/12 MB | 2.1 MB | 645 kB | 529/917 kB error 03-Jan-2023 03:02:43 Progress (4): 3.7/12 MB | 2.1 MB | 645 kB | 537/917 kB error 03-Jan-2023 03:02:43 Progress (4): 3.7/12 MB | 2.1 MB | 645 kB | 545/917 kB error 03-Jan-2023 03:02:43 Progress (4): 3.7/12 MB | 2.1 MB | 645 kB | 553/917 kB error 03-Jan-2023 03:02:43 Progress (4): 3.7/12 MB | 2.1 MB | 645 kB | 561/917 kB error 03-Jan-2023 03:02:43 Progress (4): 3.7/12 MB | 2.1 MB | 645 kB | 570/917 kB error 03-Jan-2023 03:02:43 Progress (4): 3.7/12 MB | 2.1 MB | 645 kB | 575/917 kB error 03-Jan-2023 03:02:43 Progress (4): 3.7/12 MB | 2.1 MB | 645 kB | 584/917 kB error 03-Jan-2023 03:02:43 Progress (4): 3.7/12 MB | 2.1 MB | 645 kB | 592/917 kB error 03-Jan-2023 03:02:43 Progress (4): 3.7/12 MB | 2.1 MB | 645 kB | 600/917 kB error 03-Jan-2023 03:02:43 Progress (4): 3.8/12 MB | 2.1 MB | 645 kB | 600/917 kB error 03-Jan-2023 03:02:43 Progress (5): 3.8/12 MB | 2.1 MB | 645 kB | 600/917 kB | 4.1/238 kB error 03-Jan-2023 03:02:43 error 03-Jan-2023 03:02:43 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/joda-time/joda-time/2.10.12/joda-time-2.10.12.jar (645 kB at 53 kB/s) error 03-Jan-2023 03:02:43 #16 89.59 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/api/openmrs-api/2.5.8/openmrs-api-2.5.8-tests.jar error 03-Jan-2023 03:02:43 #16 89.59 Progress (4): 3.8/12 MB | 2.1 MB | 600/917 kB | 8.2/238 kB error 03-Jan-2023 03:02:43 Progress (4): 3.8/12 MB | 2.1 MB | 600/917 kB | 12/238 kB error 03-Jan-2023 03:02:43 Progress (4): 3.8/12 MB | 2.1 MB | 600/917 kB | 16/238 kB error 03-Jan-2023 03:02:43 Progress (4): 3.8/12 MB | 2.1 MB | 608/917 kB | 16/238 kB error 03-Jan-2023 03:02:43 Progress (4): 3.8/12 MB | 2.1 MB | 608/917 kB | 20/238 kB error 03-Jan-2023 03:02:43 Progress (4): 3.8/12 MB | 2.1 MB | 616/917 kB | 20/238 kB error 03-Jan-2023 03:02:43 Progress (4): 3.8/12 MB | 2.1 MB | 624/917 kB | 20/238 kB error 03-Jan-2023 03:02:43 Progress (4): 3.8/12 MB | 2.1 MB | 633/917 kB | 20/238 kB error 03-Jan-2023 03:02:43 Progress (4): 3.8/12 MB | 2.1 MB | 633/917 kB | 20/238 kB error 03-Jan-2023 03:02:43 Progress (4): 3.8/12 MB | 2.1 MB | 633/917 kB | 24/238 kB error 03-Jan-2023 03:02:43 Progress (4): 3.8/12 MB | 2.1 MB | 633/917 kB | 28/238 kB error 03-Jan-2023 03:02:43 Progress (4): 3.8/12 MB | 2.1 MB | 633/917 kB | 32/238 kB error 03-Jan-2023 03:02:43 Progress (4): 3.8/12 MB | 2.1 MB | 633/917 kB | 36/238 kB error 03-Jan-2023 03:02:43 Progress (4): 3.8/12 MB | 2.1 MB | 633/917 kB | 40/238 kB error 03-Jan-2023 03:02:43 Progress (4): 3.8/12 MB | 2.1 MB | 633/917 kB | 44/238 kB error 03-Jan-2023 03:02:43 Progress (4): 3.8/12 MB | 2.1 MB | 633/917 kB | 48/238 kB error 03-Jan-2023 03:02:43 Progress (4): 3.8/12 MB | 2.1 MB | 641/917 kB | 48/238 kB error 03-Jan-2023 03:02:43 Progress (4): 3.8/12 MB | 2.1 MB | 649/917 kB | 48/238 kB error 03-Jan-2023 03:02:43 Progress (4): 3.8/12 MB | 2.1 MB | 649/917 kB | 51/238 kB error 03-Jan-2023 03:02:43 Progress (4): 3.8/12 MB | 2.1 MB | 654/917 kB | 51/238 kB error 03-Jan-2023 03:02:43 Progress (4): 3.8/12 MB | 2.1 MB | 654/917 kB | 55/238 kB error 03-Jan-2023 03:02:43 Progress (4): 3.8/12 MB | 2.1 MB | 654/917 kB | 59/238 kB error 03-Jan-2023 03:02:43 Progress (4): 3.8/12 MB | 2.1 MB | 662/917 kB | 59/238 kB error 03-Jan-2023 03:02:43 Progress (4): 3.8/12 MB | 2.1 MB | 662/917 kB | 63/238 kB error 03-Jan-2023 03:02:43 Progress (4): 3.8/12 MB | 2.1 MB | 662/917 kB | 67/238 kB error 03-Jan-2023 03:02:43 Progress (4): 3.8/12 MB | 2.1 MB | 670/917 kB | 67/238 kB error 03-Jan-2023 03:02:43 Progress (4): 3.8/12 MB | 2.1 MB | 679/917 kB | 67/238 kB error 03-Jan-2023 03:02:43 Progress (4): 3.8/12 MB | 2.1 MB | 687/917 kB | 67/238 kB error 03-Jan-2023 03:02:43 Progress (4): 3.9/12 MB | 2.1 MB | 687/917 kB | 67/238 kB error 03-Jan-2023 03:02:43 Progress (4): 3.9/12 MB | 2.1 MB | 687/917 kB | 71/238 kB error 03-Jan-2023 03:02:43 error 03-Jan-2023 03:02:43 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/aspectj/aspectjweaver/1.9.7/aspectjweaver-1.9.7.jar (2.1 MB at 169 kB/s) error 03-Jan-2023 03:02:43 #16 89.67 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/springframework/spring-test/5.2.14.RELEASE/spring-test-5.2.14.RELEASE.jar error 03-Jan-2023 03:02:43 #16 89.67 Progress (3): 3.9/12 MB | 687/917 kB | 75/238 kB error 03-Jan-2023 03:02:43 Progress (3): 3.9/12 MB | 687/917 kB | 79/238 kB error 03-Jan-2023 03:02:43 Progress (3): 3.9/12 MB | 687/917 kB | 83/238 kB error 03-Jan-2023 03:02:43 Progress (3): 3.9/12 MB | 687/917 kB | 85/238 kB error 03-Jan-2023 03:02:43 Progress (3): 3.9/12 MB | 695/917 kB | 85/238 kB error 03-Jan-2023 03:02:43 Progress (3): 3.9/12 MB | 703/917 kB | 85/238 kB error 03-Jan-2023 03:02:43 Progress (3): 3.9/12 MB | 703/917 kB | 89/238 kB error 03-Jan-2023 03:02:43 Progress (3): 3.9/12 MB | 703/917 kB | 89/238 kB error 03-Jan-2023 03:02:43 Progress (3): 3.9/12 MB | 710/917 kB | 89/238 kB error 03-Jan-2023 03:02:43 Progress (3): 3.9/12 MB | 710/917 kB | 94/238 kB error 03-Jan-2023 03:02:43 Progress (3): 3.9/12 MB | 710/917 kB | 98/238 kB error 03-Jan-2023 03:02:43 Progress (3): 3.9/12 MB | 719/917 kB | 98/238 kB error 03-Jan-2023 03:02:43 Progress (3): 3.9/12 MB | 719/917 kB | 102/238 kB error 03-Jan-2023 03:02:43 Progress (3): 3.9/12 MB | 719/917 kB | 106/238 kB error 03-Jan-2023 03:02:43 Progress (3): 3.9/12 MB | 719/917 kB | 110/238 kB error 03-Jan-2023 03:02:43 Progress (3): 3.9/12 MB | 719/917 kB | 114/238 kB error 03-Jan-2023 03:02:43 Progress (3): 3.9/12 MB | 727/917 kB | 114/238 kB error 03-Jan-2023 03:02:43 Progress (3): 3.9/12 MB | 735/917 kB | 114/238 kB error 03-Jan-2023 03:02:43 Progress (3): 4.0/12 MB | 735/917 kB | 114/238 kB error 03-Jan-2023 03:02:43 Progress (3): 4.0/12 MB | 735/917 kB | 116/238 kB error 03-Jan-2023 03:02:43 Progress (3): 4.0/12 MB | 735/917 kB | 120/238 kB error 03-Jan-2023 03:02:43 Progress (3): 4.0/12 MB | 735/917 kB | 125/238 kB error 03-Jan-2023 03:02:43 Progress (3): 4.0/12 MB | 735/917 kB | 129/238 kB error 03-Jan-2023 03:02:43 Progress (3): 4.0/12 MB | 743/917 kB | 129/238 kB error 03-Jan-2023 03:02:43 Progress (3): 4.0/12 MB | 751/917 kB | 129/238 kB error 03-Jan-2023 03:02:43 Progress (3): 4.0/12 MB | 751/917 kB | 133/238 kB error 03-Jan-2023 03:02:43 Progress (3): 4.0/12 MB | 751/917 kB | 137/238 kB error 03-Jan-2023 03:02:43 Progress (3): 4.0/12 MB | 751/917 kB | 141/238 kB error 03-Jan-2023 03:02:43 Progress (3): 4.0/12 MB | 759/917 kB | 141/238 kB error 03-Jan-2023 03:02:43 Progress (3): 4.0/12 MB | 768/917 kB | 141/238 kB error 03-Jan-2023 03:02:43 Progress (3): 4.0/12 MB | 768/917 kB | 145/238 kB error 03-Jan-2023 03:02:43 Progress (3): 4.0/12 MB | 768/917 kB | 149/238 kB error 03-Jan-2023 03:02:43 Progress (3): 4.0/12 MB | 768/917 kB | 152/238 kB error 03-Jan-2023 03:02:43 Progress (3): 4.0/12 MB | 776/917 kB | 152/238 kB error 03-Jan-2023 03:02:43 Progress (3): 4.0/12 MB | 784/917 kB | 152/238 kB error 03-Jan-2023 03:02:43 Progress (3): 4.0/12 MB | 789/917 kB | 152/238 kB error 03-Jan-2023 03:02:43 Progress (3): 4.0/12 MB | 797/917 kB | 152/238 kB error 03-Jan-2023 03:02:43 Progress (3): 4.0/12 MB | 805/917 kB | 152/238 kB error 03-Jan-2023 03:02:43 Progress (3): 4.0/12 MB | 805/917 kB | 156/238 kB error 03-Jan-2023 03:02:43 Progress (3): 4.1/12 MB | 805/917 kB | 156/238 kB error 03-Jan-2023 03:02:43 Progress (3): 4.1/12 MB | 805/917 kB | 161/238 kB error 03-Jan-2023 03:02:43 Progress (3): 4.1/12 MB | 805/917 kB | 165/238 kB error 03-Jan-2023 03:02:43 Progress (3): 4.1/12 MB | 805/917 kB | 169/238 kB error 03-Jan-2023 03:02:43 Progress (3): 4.1/12 MB | 805/917 kB | 173/238 kB error 03-Jan-2023 03:02:43 Progress (3): 4.1/12 MB | 805/917 kB | 177/238 kB error 03-Jan-2023 03:02:43 Progress (3): 4.1/12 MB | 805/917 kB | 181/238 kB error 03-Jan-2023 03:02:43 Progress (3): 4.1/12 MB | 805/917 kB | 185/238 kB error 03-Jan-2023 03:02:43 Progress (3): 4.1/12 MB | 805/917 kB | 187/238 kB error 03-Jan-2023 03:02:43 Progress (3): 4.1/12 MB | 814/917 kB | 187/238 kB error 03-Jan-2023 03:02:43 Progress (3): 4.1/12 MB | 822/917 kB | 187/238 kB error 03-Jan-2023 03:02:43 Progress (3): 4.1/12 MB | 822/917 kB | 191/238 kB error 03-Jan-2023 03:02:43 Progress (3): 4.1/12 MB | 822/917 kB | 195/238 kB error 03-Jan-2023 03:02:43 Progress (3): 4.1/12 MB | 830/917 kB | 195/238 kB error 03-Jan-2023 03:02:43 Progress (3): 4.1/12 MB | 838/917 kB | 195/238 kB error 03-Jan-2023 03:02:43 Progress (3): 4.1/12 MB | 845/917 kB | 195/238 kB error 03-Jan-2023 03:02:43 Progress (3): 4.1/12 MB | 854/917 kB | 195/238 kB error 03-Jan-2023 03:02:43 Progress (3): 4.1/12 MB | 854/917 kB | 195/238 kB error 03-Jan-2023 03:02:43 Progress (3): 4.1/12 MB | 862/917 kB | 195/238 kB error 03-Jan-2023 03:02:43 Progress (3): 4.1/12 MB | 862/917 kB | 199/238 kB error 03-Jan-2023 03:02:43 Progress (3): 4.1/12 MB | 862/917 kB | 204/238 kB error 03-Jan-2023 03:02:43 Progress (3): 4.1/12 MB | 862/917 kB | 208/238 kB error 03-Jan-2023 03:02:43 Progress (3): 4.1/12 MB | 862/917 kB | 212/238 kB error 03-Jan-2023 03:02:43 Progress (3): 4.1/12 MB | 862/917 kB | 215/238 kB error 03-Jan-2023 03:02:43 Progress (3): 4.1/12 MB | 870/917 kB | 215/238 kB error 03-Jan-2023 03:02:43 Progress (3): 4.1/12 MB | 878/917 kB | 215/238 kB error 03-Jan-2023 03:02:43 Progress (3): 4.1/12 MB | 878/917 kB | 219/238 kB error 03-Jan-2023 03:02:43 Progress (3): 4.1/12 MB | 878/917 kB | 223/238 kB error 03-Jan-2023 03:02:43 Progress (3): 4.1/12 MB | 878/917 kB | 227/238 kB error 03-Jan-2023 03:02:43 Progress (3): 4.1/12 MB | 878/917 kB | 231/238 kB error 03-Jan-2023 03:02:43 Progress (3): 4.1/12 MB | 886/917 kB | 231/238 kB error 03-Jan-2023 03:02:43 Progress (3): 4.1/12 MB | 886/917 kB | 233/238 kB error 03-Jan-2023 03:02:43 Progress (3): 4.1/12 MB | 894/917 kB | 233/238 kB error 03-Jan-2023 03:02:43 Progress (3): 4.2/12 MB | 894/917 kB | 233/238 kB error 03-Jan-2023 03:02:43 Progress (3): 4.2/12 MB | 894/917 kB | 237/238 kB error 03-Jan-2023 03:02:43 Progress (3): 4.2/12 MB | 894/917 kB | 238 kB error 03-Jan-2023 03:02:43 Progress (3): 4.2/12 MB | 903/917 kB | 238 kB error 03-Jan-2023 03:02:43 Progress (3): 4.2/12 MB | 908/917 kB | 238 kB error 03-Jan-2023 03:02:43 Progress (3): 4.2/12 MB | 917/917 kB | 238 kB error 03-Jan-2023 03:02:43 Progress (3): 4.2/12 MB | 917 kB | 238 kB error 03-Jan-2023 03:02:43 Progress (3): 4.2/12 MB | 917 kB | 238 kB error 03-Jan-2023 03:02:43 Progress (3): 4.3/12 MB | 917 kB | 238 kB error 03-Jan-2023 03:02:43 Progress (3): 4.3/12 MB | 917 kB | 238 kB error 03-Jan-2023 03:02:43 Progress (3): 4.4/12 MB | 917 kB | 238 kB error 03-Jan-2023 03:02:43 Progress (4): 4.4/12 MB | 917 kB | 238 kB | 0/2.5 MB error 03-Jan-2023 03:02:43 Progress (4): 4.4/12 MB | 917 kB | 238 kB | 0/2.5 MB error 03-Jan-2023 03:02:43 Progress (4): 4.4/12 MB | 917 kB | 238 kB | 0.1/2.5 MB error 03-Jan-2023 03:02:43 Progress (4): 4.5/12 MB | 917 kB | 238 kB | 0.1/2.5 MB error 03-Jan-2023 03:02:43 Progress (4): 4.5/12 MB | 917 kB | 238 kB | 0.1/2.5 MB error 03-Jan-2023 03:02:43 Progress (4): 4.5/12 MB | 917 kB | 238 kB | 0.1/2.5 MB error 03-Jan-2023 03:02:43 Progress (5): 4.5/12 MB | 917 kB | 238 kB | 0.1/2.5 MB | 4.1/686 kB error 03-Jan-2023 03:02:43 Progress (5): 4.5/12 MB | 917 kB | 238 kB | 0.1/2.5 MB | 8.2/686 kB error 03-Jan-2023 03:02:43 Progress (5): 4.5/12 MB | 917 kB | 238 kB | 0.1/2.5 MB | 12/686 kB error 03-Jan-2023 03:02:43 Progress (5): 4.5/12 MB | 917 kB | 238 kB | 0.1/2.5 MB | 16/686 kB error 03-Jan-2023 03:02:43 Progress (5): 4.5/12 MB | 917 kB | 238 kB | 0.1/2.5 MB | 19/686 kB error 03-Jan-2023 03:02:43 Progress (5): 4.5/12 MB | 917 kB | 238 kB | 0.1/2.5 MB | 19/686 kB error 03-Jan-2023 03:02:43 Progress (5): 4.5/12 MB | 917 kB | 238 kB | 0.1/2.5 MB | 19/686 kB error 03-Jan-2023 03:02:43 Progress (5): 4.5/12 MB | 917 kB | 238 kB | 0.1/2.5 MB | 23/686 kB error 03-Jan-2023 03:02:43 Progress (5): 4.5/12 MB | 917 kB | 238 kB | 0.1/2.5 MB | 27/686 kB error 03-Jan-2023 03:02:43 Progress (5): 4.5/12 MB | 917 kB | 238 kB | 0.1/2.5 MB | 31/686 kB error 03-Jan-2023 03:02:43 Progress (5): 4.5/12 MB | 917 kB | 238 kB | 0.1/2.5 MB | 35/686 kB error 03-Jan-2023 03:02:43 Progress (5): 4.5/12 MB | 917 kB | 238 kB | 0.1/2.5 MB | 39/686 kB error 03-Jan-2023 03:02:43 Progress (5): 4.5/12 MB | 917 kB | 238 kB | 0.1/2.5 MB | 43/686 kB error 03-Jan-2023 03:02:43 Progress (5): 4.5/12 MB | 917 kB | 238 kB | 0.1/2.5 MB | 43/686 kB error 03-Jan-2023 03:02:43 Progress (5): 4.5/12 MB | 917 kB | 238 kB | 0.1/2.5 MB | 47/686 kB error 03-Jan-2023 03:02:43 Progress (5): 4.5/12 MB | 917 kB | 238 kB | 0.1/2.5 MB | 52/686 kB error 03-Jan-2023 03:02:43 error 03-Jan-2023 03:02:43 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/com/sun/xml/bind/jaxb-core/3.0.2/jaxb-core-3.0.2.jar (238 kB at 19 kB/s) error 03-Jan-2023 03:02:43 #16 89.96 Progress (4): 4.5/12 MB | 917 kB | 0.1/2.5 MB | 52/686 kB error 03-Jan-2023 03:02:43 error 03-Jan-2023 03:02:43 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/junit/jupiter/junit-jupiter-api/5.8.1/junit-jupiter-api-5.8.1.jar error 03-Jan-2023 03:02:43 #16 89.97 Progress (4): 4.5/12 MB | 917 kB | 0.1/2.5 MB | 54/686 kB error 03-Jan-2023 03:02:43 Progress (4): 4.5/12 MB | 917 kB | 0.1/2.5 MB | 58/686 kB error 03-Jan-2023 03:02:43 Progress (4): 4.5/12 MB | 917 kB | 0.1/2.5 MB | 62/686 kB error 03-Jan-2023 03:02:43 Progress (4): 4.5/12 MB | 917 kB | 0.1/2.5 MB | 66/686 kB error 03-Jan-2023 03:02:43 Progress (4): 4.5/12 MB | 917 kB | 0.1/2.5 MB | 70/686 kB error 03-Jan-2023 03:02:43 Progress (4): 4.5/12 MB | 917 kB | 0.1/2.5 MB | 74/686 kB error 03-Jan-2023 03:02:43 Progress (4): 4.5/12 MB | 917 kB | 0.1/2.5 MB | 78/686 kB error 03-Jan-2023 03:02:43 Progress (4): 4.5/12 MB | 917 kB | 0.2/2.5 MB | 78/686 kB error 03-Jan-2023 03:02:43 error 03-Jan-2023 03:02:43 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/com/sun/xml/bind/jaxb-impl/3.0.2/jaxb-impl-3.0.2.jar (917 kB at 72 kB/s) error 03-Jan-2023 03:02:43 #16 89.99 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/junit/platform/junit-platform-commons/1.8.1/junit-platform-commons-1.8.1.jar error 03-Jan-2023 03:02:43 #16 90.00 Progress (3): 4.5/12 MB | 0.2/2.5 MB | 82/686 kB error 03-Jan-2023 03:02:43 Progress (3): 4.6/12 MB | 0.2/2.5 MB | 82/686 kB error 03-Jan-2023 03:02:43 Progress (3): 4.6/12 MB | 0.2/2.5 MB | 86/686 kB error 03-Jan-2023 03:02:43 Progress (3): 4.6/12 MB | 0.2/2.5 MB | 88/686 kB error 03-Jan-2023 03:02:43 Progress (3): 4.6/12 MB | 0.2/2.5 MB | 88/686 kB error 03-Jan-2023 03:02:43 Progress (3): 4.6/12 MB | 0.2/2.5 MB | 92/686 kB error 03-Jan-2023 03:02:43 Progress (3): 4.6/12 MB | 0.2/2.5 MB | 97/686 kB error 03-Jan-2023 03:02:43 Progress (3): 4.6/12 MB | 0.2/2.5 MB | 101/686 kB error 03-Jan-2023 03:02:43 Progress (3): 4.6/12 MB | 0.2/2.5 MB | 105/686 kB error 03-Jan-2023 03:02:43 Progress (3): 4.6/12 MB | 0.2/2.5 MB | 109/686 kB error 03-Jan-2023 03:02:43 Progress (3): 4.6/12 MB | 0.2/2.5 MB | 113/686 kB error 03-Jan-2023 03:02:43 Progress (3): 4.6/12 MB | 0.2/2.5 MB | 116/686 kB error 03-Jan-2023 03:02:43 Progress (3): 4.6/12 MB | 0.2/2.5 MB | 120/686 kB error 03-Jan-2023 03:02:43 Progress (3): 4.6/12 MB | 0.2/2.5 MB | 125/686 kB error 03-Jan-2023 03:02:43 Progress (3): 4.6/12 MB | 0.2/2.5 MB | 129/686 kB error 03-Jan-2023 03:02:43 Progress (3): 4.6/12 MB | 0.2/2.5 MB | 129/686 kB error 03-Jan-2023 03:02:43 Progress (3): 4.6/12 MB | 0.2/2.5 MB | 129/686 kB error 03-Jan-2023 03:02:43 Progress (3): 4.6/12 MB | 0.2/2.5 MB | 133/686 kB error 03-Jan-2023 03:02:43 Progress (3): 4.6/12 MB | 0.2/2.5 MB | 133/686 kB error 03-Jan-2023 03:02:43 Progress (3): 4.6/12 MB | 0.2/2.5 MB | 137/686 kB error 03-Jan-2023 03:02:43 Progress (3): 4.6/12 MB | 0.2/2.5 MB | 141/686 kB error 03-Jan-2023 03:02:43 Progress (3): 4.6/12 MB | 0.2/2.5 MB | 141/686 kB error 03-Jan-2023 03:02:43 Progress (3): 4.6/12 MB | 0.2/2.5 MB | 141/686 kB error 03-Jan-2023 03:02:43 Progress (3): 4.6/12 MB | 0.2/2.5 MB | 145/686 kB error 03-Jan-2023 03:02:43 Progress (3): 4.7/12 MB | 0.2/2.5 MB | 145/686 kB error 03-Jan-2023 03:02:43 Progress (3): 4.7/12 MB | 0.2/2.5 MB | 149/686 kB error 03-Jan-2023 03:02:43 Progress (3): 4.7/12 MB | 0.2/2.5 MB | 153/686 kB error 03-Jan-2023 03:02:43 Progress (3): 4.7/12 MB | 0.2/2.5 MB | 157/686 kB error 03-Jan-2023 03:02:43 Progress (3): 4.7/12 MB | 0.3/2.5 MB | 157/686 kB error 03-Jan-2023 03:02:43 Progress (3): 4.7/12 MB | 0.3/2.5 MB | 157/686 kB error 03-Jan-2023 03:02:43 Progress (3): 4.7/12 MB | 0.3/2.5 MB | 161/686 kB error 03-Jan-2023 03:02:43 Progress (3): 4.7/12 MB | 0.3/2.5 MB | 165/686 kB error 03-Jan-2023 03:02:43 Progress (3): 4.7/12 MB | 0.3/2.5 MB | 170/686 kB error 03-Jan-2023 03:02:43 Progress (3): 4.7/12 MB | 0.3/2.5 MB | 174/686 kB error 03-Jan-2023 03:02:43 Progress (3): 4.7/12 MB | 0.3/2.5 MB | 177/686 kB error 03-Jan-2023 03:02:43 Progress (3): 4.7/12 MB | 0.3/2.5 MB | 177/686 kB error 03-Jan-2023 03:02:43 Progress (3): 4.7/12 MB | 0.3/2.5 MB | 181/686 kB error 03-Jan-2023 03:02:43 Progress (3): 4.7/12 MB | 0.3/2.5 MB | 185/686 kB error 03-Jan-2023 03:02:43 Progress (3): 4.7/12 MB | 0.3/2.5 MB | 188/686 kB error 03-Jan-2023 03:02:43 Progress (3): 4.7/12 MB | 0.3/2.5 MB | 188/686 kB error 03-Jan-2023 03:02:43 Progress (3): 4.7/12 MB | 0.3/2.5 MB | 188/686 kB error 03-Jan-2023 03:02:43 Progress (3): 4.7/12 MB | 0.3/2.5 MB | 188/686 kB error 03-Jan-2023 03:02:43 Progress (3): 4.7/12 MB | 0.3/2.5 MB | 188/686 kB error 03-Jan-2023 03:02:43 Progress (3): 4.8/12 MB | 0.3/2.5 MB | 188/686 kB error 03-Jan-2023 03:02:43 Progress (4): 4.8/12 MB | 0.3/2.5 MB | 188/686 kB | 3.3/100 kB error 03-Jan-2023 03:02:43 Progress (4): 4.8/12 MB | 0.3/2.5 MB | 192/686 kB | 3.3/100 kB error 03-Jan-2023 03:02:43 Progress (4): 4.8/12 MB | 0.3/2.5 MB | 197/686 kB | 3.3/100 kB error 03-Jan-2023 03:02:43 Progress (4): 4.8/12 MB | 0.3/2.5 MB | 201/686 kB | 3.3/100 kB error 03-Jan-2023 03:02:43 Progress (4): 4.8/12 MB | 0.3/2.5 MB | 205/686 kB | 3.3/100 kB error 03-Jan-2023 03:02:43 Progress (4): 4.8/12 MB | 0.3/2.5 MB | 209/686 kB | 3.3/100 kB error 03-Jan-2023 03:02:43 Progress (4): 4.8/12 MB | 0.3/2.5 MB | 213/686 kB | 3.3/100 kB error 03-Jan-2023 03:02:43 Progress (4): 4.8/12 MB | 0.3/2.5 MB | 217/686 kB | 3.3/100 kB error 03-Jan-2023 03:02:43 Progress (4): 4.8/12 MB | 0.3/2.5 MB | 221/686 kB | 3.3/100 kB error 03-Jan-2023 03:02:43 Progress (4): 4.8/12 MB | 0.3/2.5 MB | 225/686 kB | 3.3/100 kB error 03-Jan-2023 03:02:43 Progress (4): 4.8/12 MB | 0.3/2.5 MB | 229/686 kB | 3.3/100 kB error 03-Jan-2023 03:02:43 Progress (5): 4.8/12 MB | 0.3/2.5 MB | 229/686 kB | 3.3/100 kB | 3.3/194 kB error 03-Jan-2023 03:02:43 Progress (5): 4.8/12 MB | 0.3/2.5 MB | 229/686 kB | 6.1/100 kB | 3.3/194 kB error 03-Jan-2023 03:02:43 Progress (5): 4.8/12 MB | 0.3/2.5 MB | 229/686 kB | 6.1/100 kB | 6.1/194 kB error 03-Jan-2023 03:02:43 Progress (5): 4.8/12 MB | 0.3/2.5 MB | 233/686 kB | 6.1/100 kB | 6.1/194 kB error 03-Jan-2023 03:02:43 Progress (5): 4.8/12 MB | 0.3/2.5 MB | 233/686 kB | 8.9/100 kB | 6.1/194 kB error 03-Jan-2023 03:02:43 Progress (5): 4.8/12 MB | 0.3/2.5 MB | 233/686 kB | 12/100 kB | 6.1/194 kB error 03-Jan-2023 03:02:43 Progress (5): 4.9/12 MB | 0.3/2.5 MB | 233/686 kB | 12/100 kB | 6.1/194 kB error 03-Jan-2023 03:02:43 Progress (5): 4.9/12 MB | 0.3/2.5 MB | 233/686 kB | 14/100 kB | 6.1/194 kB error 03-Jan-2023 03:02:43 Progress (5): 4.9/12 MB | 0.3/2.5 MB | 233/686 kB | 17/100 kB | 6.1/194 kB error 03-Jan-2023 03:02:43 Progress (5): 4.9/12 MB | 0.3/2.5 MB | 233/686 kB | 20/100 kB | 6.1/194 kB error 03-Jan-2023 03:02:43 Progress (5): 4.9/12 MB | 0.3/2.5 MB | 233/686 kB | 23/100 kB | 6.1/194 kB error 03-Jan-2023 03:02:43 Progress (5): 4.9/12 MB | 0.4/2.5 MB | 233/686 kB | 23/100 kB | 6.1/194 kB error 03-Jan-2023 03:02:43 Progress (5): 4.9/12 MB | 0.4/2.5 MB | 237/686 kB | 23/100 kB | 6.1/194 kB error 03-Jan-2023 03:02:43 Progress (5): 4.9/12 MB | 0.4/2.5 MB | 242/686 kB | 23/100 kB | 6.1/194 kB error 03-Jan-2023 03:02:43 Progress (5): 4.9/12 MB | 0.4/2.5 MB | 246/686 kB | 23/100 kB | 6.1/194 kB error 03-Jan-2023 03:02:43 Progress (5): 4.9/12 MB | 0.4/2.5 MB | 250/686 kB | 23/100 kB | 6.1/194 kB error 03-Jan-2023 03:02:43 Progress (5): 4.9/12 MB | 0.4/2.5 MB | 254/686 kB | 23/100 kB | 6.1/194 kB error 03-Jan-2023 03:02:43 Progress (5): 4.9/12 MB | 0.4/2.5 MB | 258/686 kB | 23/100 kB | 6.1/194 kB error 03-Jan-2023 03:02:43 Progress (5): 4.9/12 MB | 0.4/2.5 MB | 260/686 kB | 23/100 kB | 6.1/194 kB error 03-Jan-2023 03:02:43 Progress (5): 4.9/12 MB | 0.4/2.5 MB | 260/686 kB | 23/100 kB | 8.9/194 kB error 03-Jan-2023 03:02:43 Progress (5): 4.9/12 MB | 0.4/2.5 MB | 260/686 kB | 23/100 kB | 8.9/194 kB error 03-Jan-2023 03:02:43 Progress (5): 4.9/12 MB | 0.4/2.5 MB | 260/686 kB | 26/100 kB | 8.9/194 kB error 03-Jan-2023 03:02:43 Progress (5): 4.9/12 MB | 0.4/2.5 MB | 260/686 kB | 28/100 kB | 8.9/194 kB error 03-Jan-2023 03:02:43 Progress (5): 4.9/12 MB | 0.4/2.5 MB | 260/686 kB | 28/100 kB | 12/194 kB error 03-Jan-2023 03:02:43 Progress (5): 4.9/12 MB | 0.4/2.5 MB | 260/686 kB | 31/100 kB | 12/194 kB error 03-Jan-2023 03:02:43 Progress (5): 4.9/12 MB | 0.4/2.5 MB | 260/686 kB | 31/100 kB | 15/194 kB error 03-Jan-2023 03:02:43 Progress (5): 4.9/12 MB | 0.4/2.5 MB | 260/686 kB | 31/100 kB | 15/194 kB error 03-Jan-2023 03:02:43 Progress (5): 4.9/12 MB | 0.4/2.5 MB | 260/686 kB | 31/100 kB | 17/194 kB error 03-Jan-2023 03:02:43 Progress (5): 4.9/12 MB | 0.4/2.5 MB | 260/686 kB | 34/100 kB | 17/194 kB error 03-Jan-2023 03:02:43 Progress (5): 4.9/12 MB | 0.4/2.5 MB | 260/686 kB | 37/100 kB | 17/194 kB error 03-Jan-2023 03:02:43 Progress (5): 4.9/12 MB | 0.4/2.5 MB | 264/686 kB | 37/100 kB | 17/194 kB error 03-Jan-2023 03:02:43 Progress (5): 4.9/12 MB | 0.4/2.5 MB | 269/686 kB | 37/100 kB | 17/194 kB error 03-Jan-2023 03:02:43 Progress (5): 4.9/12 MB | 0.4/2.5 MB | 273/686 kB | 37/100 kB | 17/194 kB error 03-Jan-2023 03:02:43 Progress (5): 4.9/12 MB | 0.4/2.5 MB | 273/686 kB | 37/100 kB | 20/194 kB error 03-Jan-2023 03:02:43 Progress (5): 4.9/12 MB | 0.4/2.5 MB | 273/686 kB | 37/100 kB | 23/194 kB error 03-Jan-2023 03:02:43 Progress (5): 4.9/12 MB | 0.4/2.5 MB | 273/686 kB | 37/100 kB | 26/194 kB error 03-Jan-2023 03:02:43 Progress (5): 4.9/12 MB | 0.4/2.5 MB | 273/686 kB | 37/100 kB | 29/194 kB error 03-Jan-2023 03:02:43 Progress (5): 4.9/12 MB | 0.4/2.5 MB | 273/686 kB | 37/100 kB | 31/194 kB error 03-Jan-2023 03:02:43 Progress (5): 4.9/12 MB | 0.4/2.5 MB | 273/686 kB | 37/100 kB | 31/194 kB error 03-Jan-2023 03:02:43 Progress (5): 4.9/12 MB | 0.4/2.5 MB | 273/686 kB | 37/100 kB | 31/194 kB error 03-Jan-2023 03:02:43 Progress (5): 5.0/12 MB | 0.4/2.5 MB | 273/686 kB | 37/100 kB | 31/194 kB error 03-Jan-2023 03:02:43 Progress (5): 5.0/12 MB | 0.4/2.5 MB | 277/686 kB | 37/100 kB | 31/194 kB error 03-Jan-2023 03:02:43 Progress (5): 5.0/12 MB | 0.4/2.5 MB | 281/686 kB | 37/100 kB | 31/194 kB error 03-Jan-2023 03:02:43 Progress (5): 5.0/12 MB | 0.4/2.5 MB | 285/686 kB | 37/100 kB | 31/194 kB error 03-Jan-2023 03:02:43 Progress (5): 5.0/12 MB | 0.4/2.5 MB | 287/686 kB | 37/100 kB | 31/194 kB error 03-Jan-2023 03:02:43 Progress (5): 5.0/12 MB | 0.4/2.5 MB | 287/686 kB | 40/100 kB | 31/194 kB error 03-Jan-2023 03:02:43 Progress (5): 5.0/12 MB | 0.4/2.5 MB | 287/686 kB | 42/100 kB | 31/194 kB error 03-Jan-2023 03:02:43 Progress (5): 5.0/12 MB | 0.4/2.5 MB | 287/686 kB | 45/100 kB | 31/194 kB error 03-Jan-2023 03:02:43 Progress (5): 5.0/12 MB | 0.4/2.5 MB | 287/686 kB | 48/100 kB | 31/194 kB error 03-Jan-2023 03:02:43 Progress (5): 5.0/12 MB | 0.4/2.5 MB | 287/686 kB | 48/100 kB | 34/194 kB error 03-Jan-2023 03:02:43 Progress (5): 5.0/12 MB | 0.4/2.5 MB | 287/686 kB | 51/100 kB | 34/194 kB error 03-Jan-2023 03:02:43 Progress (5): 5.0/12 MB | 0.4/2.5 MB | 287/686 kB | 54/100 kB | 34/194 kB error 03-Jan-2023 03:02:43 Progress (5): 5.0/12 MB | 0.4/2.5 MB | 287/686 kB | 56/100 kB | 34/194 kB error 03-Jan-2023 03:02:43 Progress (5): 5.0/12 MB | 0.4/2.5 MB | 287/686 kB | 56/100 kB | 34/194 kB error 03-Jan-2023 03:02:43 Progress (5): 5.0/12 MB | 0.4/2.5 MB | 291/686 kB | 56/100 kB | 34/194 kB error 03-Jan-2023 03:02:43 Progress (5): 5.0/12 MB | 0.4/2.5 MB | 296/686 kB | 56/100 kB | 34/194 kB error 03-Jan-2023 03:02:43 Progress (5): 5.0/12 MB | 0.4/2.5 MB | 300/686 kB | 56/100 kB | 34/194 kB error 03-Jan-2023 03:02:43 Progress (5): 5.0/12 MB | 0.4/2.5 MB | 300/686 kB | 56/100 kB | 37/194 kB error 03-Jan-2023 03:02:43 Progress (5): 5.0/12 MB | 0.4/2.5 MB | 300/686 kB | 56/100 kB | 37/194 kB error 03-Jan-2023 03:02:43 Progress (5): 5.0/12 MB | 0.4/2.5 MB | 300/686 kB | 56/100 kB | 40/194 kB error 03-Jan-2023 03:02:43 Progress (5): 5.0/12 MB | 0.4/2.5 MB | 300/686 kB | 56/100 kB | 43/194 kB error 03-Jan-2023 03:02:43 Progress (5): 5.0/12 MB | 0.4/2.5 MB | 300/686 kB | 56/100 kB | 45/194 kB error 03-Jan-2023 03:02:43 Progress (5): 5.0/12 MB | 0.4/2.5 MB | 300/686 kB | 56/100 kB | 48/194 kB error 03-Jan-2023 03:02:43 Progress (5): 5.0/12 MB | 0.4/2.5 MB | 300/686 kB | 59/100 kB | 48/194 kB error 03-Jan-2023 03:02:43 Progress (5): 5.0/12 MB | 0.4/2.5 MB | 304/686 kB | 59/100 kB | 48/194 kB error 03-Jan-2023 03:02:43 Progress (5): 5.0/12 MB | 0.4/2.5 MB | 304/686 kB | 59/100 kB | 48/194 kB error 03-Jan-2023 03:02:43 Progress (5): 5.0/12 MB | 0.4/2.5 MB | 304/686 kB | 62/100 kB | 48/194 kB error 03-Jan-2023 03:02:43 Progress (5): 5.0/12 MB | 0.4/2.5 MB | 308/686 kB | 62/100 kB | 48/194 kB error 03-Jan-2023 03:02:43 Progress (5): 5.0/12 MB | 0.4/2.5 MB | 312/686 kB | 62/100 kB | 48/194 kB error 03-Jan-2023 03:02:43 Progress (5): 5.0/12 MB | 0.4/2.5 MB | 314/686 kB | 62/100 kB | 48/194 kB error 03-Jan-2023 03:02:43 Progress (5): 5.0/12 MB | 0.4/2.5 MB | 314/686 kB | 62/100 kB | 51/194 kB error 03-Jan-2023 03:02:43 Progress (5): 5.0/12 MB | 0.4/2.5 MB | 314/686 kB | 62/100 kB | 54/194 kB error 03-Jan-2023 03:02:43 Progress (5): 5.0/12 MB | 0.4/2.5 MB | 314/686 kB | 62/100 kB | 57/194 kB error 03-Jan-2023 03:02:43 Progress (5): 5.0/12 MB | 0.4/2.5 MB | 314/686 kB | 62/100 kB | 59/194 kB error 03-Jan-2023 03:02:43 Progress (5): 5.0/12 MB | 0.4/2.5 MB | 314/686 kB | 62/100 kB | 62/194 kB error 03-Jan-2023 03:02:43 Progress (5): 5.0/12 MB | 0.5/2.5 MB | 314/686 kB | 62/100 kB | 62/194 kB error 03-Jan-2023 03:02:43 Progress (5): 5.0/12 MB | 0.5/2.5 MB | 314/686 kB | 65/100 kB | 62/194 kB error 03-Jan-2023 03:02:43 Progress (5): 5.0/12 MB | 0.5/2.5 MB | 314/686 kB | 68/100 kB | 62/194 kB error 03-Jan-2023 03:02:43 Progress (5): 5.0/12 MB | 0.5/2.5 MB | 314/686 kB | 70/100 kB | 62/194 kB error 03-Jan-2023 03:02:43 Progress (5): 5.0/12 MB | 0.5/2.5 MB | 318/686 kB | 70/100 kB | 62/194 kB error 03-Jan-2023 03:02:43 Progress (5): 5.1/12 MB | 0.5/2.5 MB | 318/686 kB | 70/100 kB | 62/194 kB error 03-Jan-2023 03:02:43 Progress (5): 5.1/12 MB | 0.5/2.5 MB | 323/686 kB | 70/100 kB | 62/194 kB error 03-Jan-2023 03:02:43 Progress (5): 5.1/12 MB | 0.5/2.5 MB | 323/686 kB | 73/100 kB | 62/194 kB error 03-Jan-2023 03:02:43 Progress (5): 5.1/12 MB | 0.5/2.5 MB | 323/686 kB | 73/100 kB | 62/194 kB error 03-Jan-2023 03:02:43 Progress (5): 5.1/12 MB | 0.5/2.5 MB | 323/686 kB | 76/100 kB | 62/194 kB error 03-Jan-2023 03:02:43 Progress (5): 5.1/12 MB | 0.5/2.5 MB | 327/686 kB | 76/100 kB | 62/194 kB error 03-Jan-2023 03:02:43 Progress (5): 5.1/12 MB | 0.5/2.5 MB | 331/686 kB | 76/100 kB | 62/194 kB error 03-Jan-2023 03:02:43 Progress (5): 5.1/12 MB | 0.5/2.5 MB | 331/686 kB | 76/100 kB | 65/194 kB error 03-Jan-2023 03:02:43 Progress (5): 5.1/12 MB | 0.5/2.5 MB | 331/686 kB | 76/100 kB | 67/194 kB error 03-Jan-2023 03:02:43 Progress (5): 5.1/12 MB | 0.5/2.5 MB | 331/686 kB | 76/100 kB | 70/194 kB error 03-Jan-2023 03:02:43 Progress (5): 5.1/12 MB | 0.5/2.5 MB | 331/686 kB | 79/100 kB | 70/194 kB error 03-Jan-2023 03:02:43 Progress (5): 5.1/12 MB | 0.5/2.5 MB | 331/686 kB | 82/100 kB | 70/194 kB error 03-Jan-2023 03:02:43 Progress (5): 5.1/12 MB | 0.5/2.5 MB | 331/686 kB | 82/100 kB | 70/194 kB error 03-Jan-2023 03:02:43 Progress (5): 5.1/12 MB | 0.5/2.5 MB | 335/686 kB | 82/100 kB | 70/194 kB error 03-Jan-2023 03:02:43 Progress (5): 5.1/12 MB | 0.5/2.5 MB | 335/686 kB | 82/100 kB | 70/194 kB error 03-Jan-2023 03:02:43 Progress (5): 5.1/12 MB | 0.5/2.5 MB | 339/686 kB | 82/100 kB | 70/194 kB error 03-Jan-2023 03:02:43 Progress (5): 5.1/12 MB | 0.5/2.5 MB | 339/686 kB | 82/100 kB | 70/194 kB error 03-Jan-2023 03:02:43 Progress (5): 5.1/12 MB | 0.5/2.5 MB | 339/686 kB | 84/100 kB | 70/194 kB error 03-Jan-2023 03:02:43 Progress (5): 5.1/12 MB | 0.5/2.5 MB | 343/686 kB | 84/100 kB | 70/194 kB error 03-Jan-2023 03:02:43 Progress (5): 5.1/12 MB | 0.5/2.5 MB | 343/686 kB | 84/100 kB | 73/194 kB error 03-Jan-2023 03:02:43 Progress (5): 5.1/12 MB | 0.5/2.5 MB | 343/686 kB | 84/100 kB | 76/194 kB error 03-Jan-2023 03:02:43 Progress (5): 5.1/12 MB | 0.5/2.5 MB | 347/686 kB | 84/100 kB | 76/194 kB error 03-Jan-2023 03:02:43 Progress (5): 5.1/12 MB | 0.5/2.5 MB | 347/686 kB | 87/100 kB | 76/194 kB error 03-Jan-2023 03:02:43 Progress (5): 5.1/12 MB | 0.5/2.5 MB | 347/686 kB | 90/100 kB | 76/194 kB error 03-Jan-2023 03:02:43 Progress (5): 5.1/12 MB | 0.5/2.5 MB | 347/686 kB | 93/100 kB | 76/194 kB error 03-Jan-2023 03:02:43 Progress (5): 5.1/12 MB | 0.5/2.5 MB | 347/686 kB | 96/100 kB | 76/194 kB error 03-Jan-2023 03:02:43 Progress (5): 5.1/12 MB | 0.5/2.5 MB | 347/686 kB | 98/100 kB | 76/194 kB error 03-Jan-2023 03:02:43 Progress (5): 5.2/12 MB | 0.5/2.5 MB | 347/686 kB | 98/100 kB | 76/194 kB error 03-Jan-2023 03:02:43 Progress (5): 5.2/12 MB | 0.5/2.5 MB | 347/686 kB | 98/100 kB | 79/194 kB error 03-Jan-2023 03:02:43 Progress (5): 5.2/12 MB | 0.5/2.5 MB | 347/686 kB | 98/100 kB | 81/194 kB error 03-Jan-2023 03:02:43 Progress (5): 5.2/12 MB | 0.5/2.5 MB | 347/686 kB | 98/100 kB | 84/194 kB error 03-Jan-2023 03:02:43 Progress (5): 5.2/12 MB | 0.5/2.5 MB | 351/686 kB | 98/100 kB | 84/194 kB error 03-Jan-2023 03:02:43 Progress (5): 5.2/12 MB | 0.5/2.5 MB | 355/686 kB | 98/100 kB | 84/194 kB error 03-Jan-2023 03:02:43 Progress (5): 5.2/12 MB | 0.5/2.5 MB | 359/686 kB | 98/100 kB | 84/194 kB error 03-Jan-2023 03:02:43 Progress (5): 5.2/12 MB | 0.5/2.5 MB | 363/686 kB | 98/100 kB | 84/194 kB error 03-Jan-2023 03:02:43 Progress (5): 5.2/12 MB | 0.5/2.5 MB | 368/686 kB | 98/100 kB | 84/194 kB error 03-Jan-2023 03:02:43 Progress (5): 5.2/12 MB | 0.5/2.5 MB | 372/686 kB | 98/100 kB | 84/194 kB error 03-Jan-2023 03:02:43 Progress (5): 5.2/12 MB | 0.5/2.5 MB | 375/686 kB | 98/100 kB | 84/194 kB error 03-Jan-2023 03:02:43 Progress (5): 5.2/12 MB | 0.5/2.5 MB | 375/686 kB | 98/100 kB | 84/194 kB error 03-Jan-2023 03:02:43 Progress (5): 5.2/12 MB | 0.5/2.5 MB | 375/686 kB | 100 kB | 84/194 kB error 03-Jan-2023 03:02:43 Progress (5): 5.2/12 MB | 0.5/2.5 MB | 375/686 kB | 100 kB | 87/194 kB error 03-Jan-2023 03:02:43 Progress (5): 5.2/12 MB | 0.5/2.5 MB | 375/686 kB | 100 kB | 90/194 kB error 03-Jan-2023 03:02:43 Progress (5): 5.2/12 MB | 0.5/2.5 MB | 375/686 kB | 100 kB | 93/194 kB error 03-Jan-2023 03:02:43 Progress (5): 5.2/12 MB | 0.5/2.5 MB | 375/686 kB | 100 kB | 95/194 kB error 03-Jan-2023 03:02:43 Progress (5): 5.2/12 MB | 0.5/2.5 MB | 375/686 kB | 100 kB | 98/194 kB error 03-Jan-2023 03:02:43 Progress (5): 5.2/12 MB | 0.5/2.5 MB | 377/686 kB | 100 kB | 98/194 kB error 03-Jan-2023 03:02:43 Progress (5): 5.3/12 MB | 0.5/2.5 MB | 377/686 kB | 100 kB | 98/194 kB error 03-Jan-2023 03:02:43 Progress (5): 5.3/12 MB | 0.6/2.5 MB | 377/686 kB | 100 kB | 98/194 kB error 03-Jan-2023 03:02:43 Progress (5): 5.3/12 MB | 0.6/2.5 MB | 381/686 kB | 100 kB | 98/194 kB error 03-Jan-2023 03:02:43 Progress (5): 5.3/12 MB | 0.6/2.5 MB | 386/686 kB | 100 kB | 98/194 kB error 03-Jan-2023 03:02:43 Progress (5): 5.3/12 MB | 0.6/2.5 MB | 390/686 kB | 100 kB | 98/194 kB error 03-Jan-2023 03:02:43 Progress (5): 5.3/12 MB | 0.6/2.5 MB | 394/686 kB | 100 kB | 98/194 kB error 03-Jan-2023 03:02:43 Progress (5): 5.3/12 MB | 0.6/2.5 MB | 394/686 kB | 100 kB | 98/194 kB error 03-Jan-2023 03:02:43 Progress (5): 5.3/12 MB | 0.6/2.5 MB | 394/686 kB | 100 kB | 101/194 kB error 03-Jan-2023 03:02:43 Progress (5): 5.3/12 MB | 0.6/2.5 MB | 398/686 kB | 100 kB | 101/194 kB error 03-Jan-2023 03:02:43 Progress (5): 5.3/12 MB | 0.6/2.5 MB | 398/686 kB | 100 kB | 101/194 kB error 03-Jan-2023 03:02:43 Progress (5): 5.3/12 MB | 0.6/2.5 MB | 398/686 kB | 100 kB | 104/194 kB error 03-Jan-2023 03:02:43 Progress (5): 5.3/12 MB | 0.6/2.5 MB | 398/686 kB | 100 kB | 104/194 kB error 03-Jan-2023 03:02:43 Progress (5): 5.3/12 MB | 0.6/2.5 MB | 398/686 kB | 100 kB | 107/194 kB error 03-Jan-2023 03:02:43 Progress (5): 5.3/12 MB | 0.6/2.5 MB | 402/686 kB | 100 kB | 107/194 kB error 03-Jan-2023 03:02:43 Progress (5): 5.3/12 MB | 0.6/2.5 MB | 402/686 kB | 100 kB | 109/194 kB error 03-Jan-2023 03:02:43 Progress (5): 5.3/12 MB | 0.6/2.5 MB | 406/686 kB | 100 kB | 109/194 kB error 03-Jan-2023 03:02:43 Progress (5): 5.3/12 MB | 0.6/2.5 MB | 406/686 kB | 100 kB | 112/194 kB error 03-Jan-2023 03:02:43 Progress (5): 5.3/12 MB | 0.6/2.5 MB | 410/686 kB | 100 kB | 112/194 kB error 03-Jan-2023 03:02:43 Progress (5): 5.3/12 MB | 0.6/2.5 MB | 410/686 kB | 100 kB | 115/194 kB error 03-Jan-2023 03:02:43 Progress (5): 5.3/12 MB | 0.6/2.5 MB | 410/686 kB | 100 kB | 115/194 kB error 03-Jan-2023 03:02:43 Progress (5): 5.3/12 MB | 0.6/2.5 MB | 412/686 kB | 100 kB | 115/194 kB error 03-Jan-2023 03:02:43 Progress (5): 5.3/12 MB | 0.6/2.5 MB | 412/686 kB | 100 kB | 118/194 kB error 03-Jan-2023 03:02:43 Progress (5): 5.3/12 MB | 0.6/2.5 MB | 412/686 kB | 100 kB | 121/194 kB error 03-Jan-2023 03:02:43 Progress (5): 5.3/12 MB | 0.6/2.5 MB | 412/686 kB | 100 kB | 123/194 kB error 03-Jan-2023 03:02:43 Progress (5): 5.4/12 MB | 0.6/2.5 MB | 412/686 kB | 100 kB | 123/194 kB error 03-Jan-2023 03:02:43 Progress (5): 5.4/12 MB | 0.6/2.5 MB | 416/686 kB | 100 kB | 123/194 kB error 03-Jan-2023 03:02:43 Progress (5): 5.4/12 MB | 0.6/2.5 MB | 416/686 kB | 100 kB | 123/194 kB error 03-Jan-2023 03:02:43 Progress (5): 5.4/12 MB | 0.6/2.5 MB | 416/686 kB | 100 kB | 123/194 kB error 03-Jan-2023 03:02:43 Progress (5): 5.4/12 MB | 0.6/2.5 MB | 416/686 kB | 100 kB | 126/194 kB error 03-Jan-2023 03:02:43 Progress (5): 5.4/12 MB | 0.6/2.5 MB | 420/686 kB | 100 kB | 126/194 kB error 03-Jan-2023 03:02:43 Progress (5): 5.4/12 MB | 0.6/2.5 MB | 424/686 kB | 100 kB | 126/194 kB error 03-Jan-2023 03:02:43 Progress (5): 5.4/12 MB | 0.6/2.5 MB | 429/686 kB | 100 kB | 126/194 kB error 03-Jan-2023 03:02:43 Progress (5): 5.4/12 MB | 0.6/2.5 MB | 433/686 kB | 100 kB | 126/194 kB error 03-Jan-2023 03:02:43 Progress (5): 5.4/12 MB | 0.6/2.5 MB | 437/686 kB | 100 kB | 126/194 kB error 03-Jan-2023 03:02:43 Progress (5): 5.4/12 MB | 0.6/2.5 MB | 441/686 kB | 100 kB | 126/194 kB error 03-Jan-2023 03:02:43 Progress (5): 5.4/12 MB | 0.6/2.5 MB | 445/686 kB | 100 kB | 126/194 kB error 03-Jan-2023 03:02:43 Progress (5): 5.4/12 MB | 0.7/2.5 MB | 445/686 kB | 100 kB | 126/194 kB error 03-Jan-2023 03:02:43 Progress (5): 5.4/12 MB | 0.7/2.5 MB | 447/686 kB | 100 kB | 126/194 kB error 03-Jan-2023 03:02:43 Progress (5): 5.4/12 MB | 0.7/2.5 MB | 447/686 kB | 100 kB | 126/194 kB error 03-Jan-2023 03:02:43 Progress (5): 5.4/12 MB | 0.7/2.5 MB | 451/686 kB | 100 kB | 126/194 kB error 03-Jan-2023 03:02:43 Progress (5): 5.4/12 MB | 0.7/2.5 MB | 451/686 kB | 100 kB | 129/194 kB error 03-Jan-2023 03:02:43 Progress (5): 5.4/12 MB | 0.7/2.5 MB | 451/686 kB | 100 kB | 132/194 kB error 03-Jan-2023 03:02:43 Progress (5): 5.4/12 MB | 0.7/2.5 MB | 451/686 kB | 100 kB | 135/194 kB error 03-Jan-2023 03:02:43 Progress (5): 5.4/12 MB | 0.7/2.5 MB | 451/686 kB | 100 kB | 137/194 kB error 03-Jan-2023 03:02:43 Progress (5): 5.4/12 MB | 0.7/2.5 MB | 451/686 kB | 100 kB | 140/194 kB error 03-Jan-2023 03:02:43 Progress (5): 5.4/12 MB | 0.7/2.5 MB | 451/686 kB | 100 kB | 143/194 kB error 03-Jan-2023 03:02:43 Progress (5): 5.4/12 MB | 0.7/2.5 MB | 451/686 kB | 100 kB | 146/194 kB error 03-Jan-2023 03:02:43 Progress (5): 5.4/12 MB | 0.7/2.5 MB | 451/686 kB | 100 kB | 146/194 kB error 03-Jan-2023 03:02:43 Progress (5): 5.4/12 MB | 0.7/2.5 MB | 451/686 kB | 100 kB | 149/194 kB error 03-Jan-2023 03:02:43 Progress (5): 5.4/12 MB | 0.7/2.5 MB | 455/686 kB | 100 kB | 149/194 kB error 03-Jan-2023 03:02:43 Progress (5): 5.4/12 MB | 0.7/2.5 MB | 459/686 kB | 100 kB | 149/194 kB error 03-Jan-2023 03:02:43 Progress (5): 5.4/12 MB | 0.7/2.5 MB | 463/686 kB | 100 kB | 149/194 kB error 03-Jan-2023 03:02:43 Progress (5): 5.4/12 MB | 0.7/2.5 MB | 467/686 kB | 100 kB | 149/194 kB error 03-Jan-2023 03:02:43 Progress (5): 5.4/12 MB | 0.7/2.5 MB | 467/686 kB | 100 kB | 151/194 kB error 03-Jan-2023 03:02:43 Progress (5): 5.4/12 MB | 0.7/2.5 MB | 467/686 kB | 100 kB | 151/194 kB error 03-Jan-2023 03:02:43 Progress (5): 5.5/12 MB | 0.7/2.5 MB | 467/686 kB | 100 kB | 151/194 kB error 03-Jan-2023 03:02:43 Progress (5): 5.5/12 MB | 0.7/2.5 MB | 471/686 kB | 100 kB | 151/194 kB error 03-Jan-2023 03:02:43 Progress (5): 5.5/12 MB | 0.7/2.5 MB | 476/686 kB | 100 kB | 151/194 kB error 03-Jan-2023 03:02:43 Progress (5): 5.5/12 MB | 0.7/2.5 MB | 476/686 kB | 100 kB | 154/194 kB error 03-Jan-2023 03:02:43 Progress (5): 5.5/12 MB | 0.7/2.5 MB | 476/686 kB | 100 kB | 157/194 kB error 03-Jan-2023 03:02:43 Progress (5): 5.5/12 MB | 0.7/2.5 MB | 476/686 kB | 100 kB | 157/194 kB error 03-Jan-2023 03:02:43 Progress (5): 5.5/12 MB | 0.7/2.5 MB | 476/686 kB | 100 kB | 160/194 kB error 03-Jan-2023 03:02:43 Progress (5): 5.5/12 MB | 0.7/2.5 MB | 476/686 kB | 100 kB | 160/194 kB error 03-Jan-2023 03:02:43 Progress (5): 5.5/12 MB | 0.7/2.5 MB | 480/686 kB | 100 kB | 160/194 kB error 03-Jan-2023 03:02:43 Progress (5): 5.5/12 MB | 0.7/2.5 MB | 480/686 kB | 100 kB | 163/194 kB error 03-Jan-2023 03:02:43 Progress (5): 5.5/12 MB | 0.7/2.5 MB | 484/686 kB | 100 kB | 163/194 kB error 03-Jan-2023 03:02:43 Progress (5): 5.5/12 MB | 0.7/2.5 MB | 484/686 kB | 100 kB | 165/194 kB error 03-Jan-2023 03:02:43 Progress (5): 5.6/12 MB | 0.7/2.5 MB | 484/686 kB | 100 kB | 165/194 kB error 03-Jan-2023 03:02:43 Progress (5): 5.6/12 MB | 0.7/2.5 MB | 484/686 kB | 100 kB | 165/194 kB error 03-Jan-2023 03:02:43 Progress (5): 5.6/12 MB | 0.7/2.5 MB | 484/686 kB | 100 kB | 165/194 kB error 03-Jan-2023 03:02:43 Progress (5): 5.6/12 MB | 0.8/2.5 MB | 484/686 kB | 100 kB | 165/194 kB error 03-Jan-2023 03:02:43 Progress (5): 5.6/12 MB | 0.8/2.5 MB | 488/686 kB | 100 kB | 165/194 kB error 03-Jan-2023 03:02:43 Progress (5): 5.6/12 MB | 0.8/2.5 MB | 488/686 kB | 100 kB | 168/194 kB error 03-Jan-2023 03:02:43 Progress (5): 5.7/12 MB | 0.8/2.5 MB | 488/686 kB | 100 kB | 168/194 kB error 03-Jan-2023 03:02:43 Progress (5): 5.7/12 MB | 0.8/2.5 MB | 488/686 kB | 100 kB | 171/194 kB error 03-Jan-2023 03:02:43 Progress (5): 5.7/12 MB | 0.8/2.5 MB | 492/686 kB | 100 kB | 171/194 kB error 03-Jan-2023 03:02:43 Progress (5): 5.7/12 MB | 0.8/2.5 MB | 496/686 kB | 100 kB | 171/194 kB error 03-Jan-2023 03:02:43 Progress (5): 5.7/12 MB | 0.8/2.5 MB | 500/686 kB | 100 kB | 171/194 kB error 03-Jan-2023 03:02:43 Progress (5): 5.7/12 MB | 0.8/2.5 MB | 500/686 kB | 100 kB | 174/194 kB error 03-Jan-2023 03:02:43 Progress (5): 5.7/12 MB | 0.8/2.5 MB | 500/686 kB | 100 kB | 177/194 kB error 03-Jan-2023 03:02:43 Progress (5): 5.7/12 MB | 0.8/2.5 MB | 500/686 kB | 100 kB | 179/194 kB error 03-Jan-2023 03:02:43 Progress (5): 5.7/12 MB | 0.8/2.5 MB | 502/686 kB | 100 kB | 179/194 kB error 03-Jan-2023 03:02:43 Progress (5): 5.7/12 MB | 0.8/2.5 MB | 502/686 kB | 100 kB | 182/194 kB error 03-Jan-2023 03:02:43 Progress (5): 5.7/12 MB | 0.8/2.5 MB | 502/686 kB | 100 kB | 185/194 kB error 03-Jan-2023 03:02:43 Progress (5): 5.7/12 MB | 0.8/2.5 MB | 506/686 kB | 100 kB | 185/194 kB error 03-Jan-2023 03:02:43 Progress (5): 5.7/12 MB | 0.8/2.5 MB | 510/686 kB | 100 kB | 185/194 kB error 03-Jan-2023 03:02:43 Progress (5): 5.7/12 MB | 0.8/2.5 MB | 514/686 kB | 100 kB | 185/194 kB error 03-Jan-2023 03:02:43 Progress (5): 5.7/12 MB | 0.8/2.5 MB | 519/686 kB | 100 kB | 185/194 kB error 03-Jan-2023 03:02:43 Progress (5): 5.7/12 MB | 0.8/2.5 MB | 521/686 kB | 100 kB | 185/194 kB error 03-Jan-2023 03:02:43 Progress (5): 5.7/12 MB | 0.8/2.5 MB | 521/686 kB | 100 kB | 185/194 kB error 03-Jan-2023 03:02:43 Progress (5): 5.7/12 MB | 0.8/2.5 MB | 521/686 kB | 100 kB | 185/194 kB error 03-Jan-2023 03:02:43 Progress (5): 5.7/12 MB | 0.8/2.5 MB | 521/686 kB | 100 kB | 188/194 kB error 03-Jan-2023 03:02:43 Progress (5): 5.7/12 MB | 0.8/2.5 MB | 521/686 kB | 100 kB | 188/194 kB error 03-Jan-2023 03:02:43 Progress (5): 5.7/12 MB | 0.8/2.5 MB | 521/686 kB | 100 kB | 191/194 kB error 03-Jan-2023 03:02:43 Progress (5): 5.7/12 MB | 0.8/2.5 MB | 521/686 kB | 100 kB | 193/194 kB error 03-Jan-2023 03:02:43 Progress (5): 5.8/12 MB | 0.8/2.5 MB | 521/686 kB | 100 kB | 193/194 kB error 03-Jan-2023 03:02:43 Progress (5): 5.8/12 MB | 0.8/2.5 MB | 525/686 kB | 100 kB | 193/194 kB error 03-Jan-2023 03:02:43 Progress (5): 5.8/12 MB | 0.8/2.5 MB | 525/686 kB | 100 kB | 194 kB error 03-Jan-2023 03:02:43 Progress (5): 5.8/12 MB | 0.8/2.5 MB | 530/686 kB | 100 kB | 194 kB error 03-Jan-2023 03:02:43 Progress (5): 5.8/12 MB | 0.8/2.5 MB | 534/686 kB | 100 kB | 194 kB error 03-Jan-2023 03:02:43 Progress (5): 5.8/12 MB | 0.8/2.5 MB | 538/686 kB | 100 kB | 194 kB error 03-Jan-2023 03:02:43 Progress (5): 5.8/12 MB | 0.8/2.5 MB | 538/686 kB | 100 kB | 194 kB error 03-Jan-2023 03:02:43 Progress (5): 5.8/12 MB | 0.8/2.5 MB | 538/686 kB | 100 kB | 194 kB error 03-Jan-2023 03:02:43 Progress (5): 5.8/12 MB | 0.8/2.5 MB | 538/686 kB | 100 kB | 194 kB error 03-Jan-2023 03:02:43 Progress (5): 5.8/12 MB | 0.8/2.5 MB | 542/686 kB | 100 kB | 194 kB error 03-Jan-2023 03:02:43 Progress (5): 5.8/12 MB | 0.8/2.5 MB | 546/686 kB | 100 kB | 194 kB error 03-Jan-2023 03:02:43 Progress (5): 5.8/12 MB | 0.8/2.5 MB | 550/686 kB | 100 kB | 194 kB error 03-Jan-2023 03:02:43 Progress (5): 5.8/12 MB | 0.8/2.5 MB | 554/686 kB | 100 kB | 194 kB error 03-Jan-2023 03:02:43 Progress (5): 5.8/12 MB | 0.9/2.5 MB | 554/686 kB | 100 kB | 194 kB error 03-Jan-2023 03:02:43 Progress (5): 5.8/12 MB | 0.9/2.5 MB | 558/686 kB | 100 kB | 194 kB error 03-Jan-2023 03:02:43 Progress (5): 5.8/12 MB | 0.9/2.5 MB | 562/686 kB | 100 kB | 194 kB error 03-Jan-2023 03:02:43 Progress (5): 5.8/12 MB | 0.9/2.5 MB | 566/686 kB | 100 kB | 194 kB error 03-Jan-2023 03:02:43 Progress (5): 5.8/12 MB | 0.9/2.5 MB | 570/686 kB | 100 kB | 194 kB error 03-Jan-2023 03:02:43 Progress (5): 5.8/12 MB | 0.9/2.5 MB | 570/686 kB | 100 kB | 194 kB error 03-Jan-2023 03:02:43 Progress (5): 5.8/12 MB | 0.9/2.5 MB | 570/686 kB | 100 kB | 194 kB error 03-Jan-2023 03:02:43 Progress (5): 5.8/12 MB | 0.9/2.5 MB | 575/686 kB | 100 kB | 194 kB error 03-Jan-2023 03:02:43 Progress (5): 5.8/12 MB | 0.9/2.5 MB | 575/686 kB | 100 kB | 194 kB error 03-Jan-2023 03:02:43 Progress (5): 5.8/12 MB | 0.9/2.5 MB | 575/686 kB | 100 kB | 194 kB error 03-Jan-2023 03:02:43 Progress (5): 5.8/12 MB | 0.9/2.5 MB | 579/686 kB | 100 kB | 194 kB error 03-Jan-2023 03:02:43 Progress (5): 5.8/12 MB | 0.9/2.5 MB | 583/686 kB | 100 kB | 194 kB error 03-Jan-2023 03:02:43 Progress (5): 5.8/12 MB | 0.9/2.5 MB | 587/686 kB | 100 kB | 194 kB error 03-Jan-2023 03:02:43 Progress (5): 5.8/12 MB | 0.9/2.5 MB | 591/686 kB | 100 kB | 194 kB error 03-Jan-2023 03:02:43 Progress (5): 5.8/12 MB | 0.9/2.5 MB | 591/686 kB | 100 kB | 194 kB error 03-Jan-2023 03:02:43 Progress (5): 5.8/12 MB | 0.9/2.5 MB | 593/686 kB | 100 kB | 194 kB error 03-Jan-2023 03:02:43 Progress (5): 5.8/12 MB | 0.9/2.5 MB | 593/686 kB | 100 kB | 194 kB error 03-Jan-2023 03:02:43 Progress (5): 5.8/12 MB | 1.0/2.5 MB | 593/686 kB | 100 kB | 194 kB error 03-Jan-2023 03:02:43 Progress (5): 5.9/12 MB | 1.0/2.5 MB | 593/686 kB | 100 kB | 194 kB error 03-Jan-2023 03:02:43 Progress (5): 5.9/12 MB | 1.0/2.5 MB | 597/686 kB | 100 kB | 194 kB error 03-Jan-2023 03:02:43 Progress (5): 5.9/12 MB | 1.0/2.5 MB | 602/686 kB | 100 kB | 194 kB error 03-Jan-2023 03:02:43 Progress (5): 5.9/12 MB | 1.0/2.5 MB | 606/686 kB | 100 kB | 194 kB error 03-Jan-2023 03:02:43 Progress (5): 5.9/12 MB | 1.0/2.5 MB | 610/686 kB | 100 kB | 194 kB error 03-Jan-2023 03:02:43 Progress (5): 5.9/12 MB | 1.0/2.5 MB | 610/686 kB | 100 kB | 194 kB error 03-Jan-2023 03:02:43 Progress (5): 5.9/12 MB | 1.0/2.5 MB | 614/686 kB | 100 kB | 194 kB error 03-Jan-2023 03:02:43 Progress (5): 5.9/12 MB | 1.0/2.5 MB | 618/686 kB | 100 kB | 194 kB error 03-Jan-2023 03:02:43 Progress (5): 5.9/12 MB | 1.0/2.5 MB | 622/686 kB | 100 kB | 194 kB error 03-Jan-2023 03:02:43 Progress (5): 5.9/12 MB | 1.0/2.5 MB | 626/686 kB | 100 kB | 194 kB error 03-Jan-2023 03:02:43 Progress (5): 5.9/12 MB | 1.0/2.5 MB | 626/686 kB | 100 kB | 194 kB error 03-Jan-2023 03:02:43 Progress (5): 5.9/12 MB | 1.0/2.5 MB | 630/686 kB | 100 kB | 194 kB error 03-Jan-2023 03:02:43 Progress (5): 5.9/12 MB | 1.0/2.5 MB | 634/686 kB | 100 kB | 194 kB error 03-Jan-2023 03:02:43 Progress (5): 5.9/12 MB | 1.0/2.5 MB | 638/686 kB | 100 kB | 194 kB error 03-Jan-2023 03:02:43 Progress (5): 5.9/12 MB | 1.0/2.5 MB | 642/686 kB | 100 kB | 194 kB error 03-Jan-2023 03:02:43 Progress (5): 5.9/12 MB | 1.0/2.5 MB | 642/686 kB | 100 kB | 194 kB error 03-Jan-2023 03:02:43 Progress (5): 5.9/12 MB | 1.0/2.5 MB | 647/686 kB | 100 kB | 194 kB error 03-Jan-2023 03:02:43 Progress (5): 5.9/12 MB | 1.0/2.5 MB | 651/686 kB | 100 kB | 194 kB error 03-Jan-2023 03:02:43 Progress (5): 5.9/12 MB | 1.0/2.5 MB | 655/686 kB | 100 kB | 194 kB error 03-Jan-2023 03:02:43 Progress (5): 5.9/12 MB | 1.0/2.5 MB | 659/686 kB | 100 kB | 194 kB error 03-Jan-2023 03:02:43 Progress (5): 5.9/12 MB | 1.0/2.5 MB | 663/686 kB | 100 kB | 194 kB error 03-Jan-2023 03:02:43 Progress (5): 5.9/12 MB | 1.0/2.5 MB | 667/686 kB | 100 kB | 194 kB error 03-Jan-2023 03:02:43 Progress (5): 5.9/12 MB | 1.0/2.5 MB | 667/686 kB | 100 kB | 194 kB error 03-Jan-2023 03:02:43 Progress (5): 5.9/12 MB | 1.0/2.5 MB | 667/686 kB | 100 kB | 194 kB error 03-Jan-2023 03:02:43 error 03-Jan-2023 03:02:43 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/junit/platform/junit-platform-commons/1.8.1/junit-platform-commons-1.8.1.jar (100 kB at 7.5 kB/s) error 03-Jan-2023 03:02:43 #16 90.80 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/junit/jupiter/junit-jupiter-engine/5.8.1/junit-jupiter-engine-5.8.1.jar error 03-Jan-2023 03:02:43 #16 90.80 Progress (4): 6.0/12 MB | 1.0/2.5 MB | 667/686 kB | 194 kB error 03-Jan-2023 03:02:43 Progress (4): 6.0/12 MB | 1.0/2.5 MB | 671/686 kB | 194 kB error 03-Jan-2023 03:02:43 Progress (4): 6.0/12 MB | 1.0/2.5 MB | 674/686 kB | 194 kB error 03-Jan-2023 03:02:43 Progress (4): 6.0/12 MB | 1.1/2.5 MB | 674/686 kB | 194 kB error 03-Jan-2023 03:02:43 Progress (4): 6.0/12 MB | 1.1/2.5 MB | 678/686 kB | 194 kB error 03-Jan-2023 03:02:43 Progress (4): 6.0/12 MB | 1.1/2.5 MB | 683/686 kB | 194 kB error 03-Jan-2023 03:02:43 Progress (4): 6.0/12 MB | 1.1/2.5 MB | 683/686 kB | 194 kB error 03-Jan-2023 03:02:43 Progress (4): 6.0/12 MB | 1.1/2.5 MB | 686 kB | 194 kB error 03-Jan-2023 03:02:43 Progress (4): 6.0/12 MB | 1.1/2.5 MB | 686 kB | 194 kB error 03-Jan-2023 03:02:43 Progress (4): 6.0/12 MB | 1.1/2.5 MB | 686 kB | 194 kB error 03-Jan-2023 03:02:43 error 03-Jan-2023 03:02:43 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/junit/jupiter/junit-jupiter-api/5.8.1/junit-jupiter-api-5.8.1.jar (194 kB at 14 kB/s) error 03-Jan-2023 03:02:43 #16 90.82 Progress (3): 6.0/12 MB | 1.1/2.5 MB | 686 kB error 03-Jan-2023 03:02:43 Progress (3): 6.0/12 MB | 1.1/2.5 MB | 686 kB error 03-Jan-2023 03:02:43 error 03-Jan-2023 03:02:43 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/junit/platform/junit-platform-engine/1.8.1/junit-platform-engine-1.8.1.jar error 03-Jan-2023 03:02:43 #16 90.83 Progress (3): 6.0/12 MB | 1.2/2.5 MB | 686 kB error 03-Jan-2023 03:02:43 Progress (3): 6.0/12 MB | 1.2/2.5 MB | 686 kB error 03-Jan-2023 03:02:43 Progress (3): 6.0/12 MB | 1.2/2.5 MB | 686 kB error 03-Jan-2023 03:02:43 Progress (3): 6.0/12 MB | 1.2/2.5 MB | 686 kB error 03-Jan-2023 03:02:43 Progress (3): 6.0/12 MB | 1.2/2.5 MB | 686 kB error 03-Jan-2023 03:02:43 Progress (3): 6.0/12 MB | 1.2/2.5 MB | 686 kB error 03-Jan-2023 03:02:43 Progress (3): 6.0/12 MB | 1.2/2.5 MB | 686 kB error 03-Jan-2023 03:02:43 Progress (3): 6.1/12 MB | 1.2/2.5 MB | 686 kB error 03-Jan-2023 03:02:43 Progress (3): 6.1/12 MB | 1.3/2.5 MB | 686 kB error 03-Jan-2023 03:02:43 Progress (3): 6.1/12 MB | 1.3/2.5 MB | 686 kB error 03-Jan-2023 03:02:43 Progress (3): 6.1/12 MB | 1.3/2.5 MB | 686 kB error 03-Jan-2023 03:02:43 Progress (3): 6.1/12 MB | 1.3/2.5 MB | 686 kB error 03-Jan-2023 03:02:43 Progress (3): 6.1/12 MB | 1.3/2.5 MB | 686 kB error 03-Jan-2023 03:02:43 Progress (3): 6.1/12 MB | 1.3/2.5 MB | 686 kB error 03-Jan-2023 03:02:43 Progress (3): 6.2/12 MB | 1.3/2.5 MB | 686 kB error 03-Jan-2023 03:02:43 Progress (3): 6.2/12 MB | 1.4/2.5 MB | 686 kB error 03-Jan-2023 03:02:43 Progress (3): 6.2/12 MB | 1.4/2.5 MB | 686 kB error 03-Jan-2023 03:02:43 Progress (3): 6.2/12 MB | 1.4/2.5 MB | 686 kB error 03-Jan-2023 03:02:43 Progress (3): 6.2/12 MB | 1.4/2.5 MB | 686 kB error 03-Jan-2023 03:02:43 Progress (3): 6.2/12 MB | 1.4/2.5 MB | 686 kB error 03-Jan-2023 03:02:43 Progress (3): 6.2/12 MB | 1.4/2.5 MB | 686 kB error 03-Jan-2023 03:02:43 Progress (3): 6.2/12 MB | 1.4/2.5 MB | 686 kB error 03-Jan-2023 03:02:43 Progress (3): 6.3/12 MB | 1.4/2.5 MB | 686 kB error 03-Jan-2023 03:02:43 Progress (3): 6.3/12 MB | 1.4/2.5 MB | 686 kB error 03-Jan-2023 03:02:43 Progress (3): 6.3/12 MB | 1.5/2.5 MB | 686 kB error 03-Jan-2023 03:02:43 Progress (3): 6.3/12 MB | 1.5/2.5 MB | 686 kB error 03-Jan-2023 03:02:43 Progress (3): 6.3/12 MB | 1.5/2.5 MB | 686 kB error 03-Jan-2023 03:02:43 Progress (3): 6.4/12 MB | 1.5/2.5 MB | 686 kB error 03-Jan-2023 03:02:43 Progress (3): 6.4/12 MB | 1.5/2.5 MB | 686 kB error 03-Jan-2023 03:02:43 Progress (4): 6.4/12 MB | 1.5/2.5 MB | 686 kB | 3.3/186 kB error 03-Jan-2023 03:02:43 Progress (4): 6.4/12 MB | 1.5/2.5 MB | 686 kB | 6.1/186 kB error 03-Jan-2023 03:02:43 Progress (4): 6.4/12 MB | 1.5/2.5 MB | 686 kB | 8.9/186 kB error 03-Jan-2023 03:02:43 Progress (4): 6.4/12 MB | 1.5/2.5 MB | 686 kB | 12/186 kB error 03-Jan-2023 03:02:43 Progress (4): 6.4/12 MB | 1.5/2.5 MB | 686 kB | 14/186 kB error 03-Jan-2023 03:02:43 Progress (4): 6.4/12 MB | 1.5/2.5 MB | 686 kB | 17/186 kB error 03-Jan-2023 03:02:43 Progress (4): 6.4/12 MB | 1.5/2.5 MB | 686 kB | 20/186 kB error 03-Jan-2023 03:02:43 Progress (4): 6.4/12 MB | 1.5/2.5 MB | 686 kB | 23/186 kB error 03-Jan-2023 03:02:43 Progress (4): 6.4/12 MB | 1.5/2.5 MB | 686 kB | 23/186 kB error 03-Jan-2023 03:02:43 Progress (4): 6.4/12 MB | 1.5/2.5 MB | 686 kB | 26/186 kB error 03-Jan-2023 03:02:43 Progress (4): 6.4/12 MB | 1.5/2.5 MB | 686 kB | 28/186 kB error 03-Jan-2023 03:02:43 Progress (4): 6.4/12 MB | 1.5/2.5 MB | 686 kB | 28/186 kB error 03-Jan-2023 03:02:43 Progress (4): 6.4/12 MB | 1.5/2.5 MB | 686 kB | 31/186 kB error 03-Jan-2023 03:02:43 Progress (4): 6.4/12 MB | 1.5/2.5 MB | 686 kB | 34/186 kB error 03-Jan-2023 03:02:43 Progress (4): 6.4/12 MB | 1.5/2.5 MB | 686 kB | 37/186 kB error 03-Jan-2023 03:02:43 Progress (4): 6.4/12 MB | 1.5/2.5 MB | 686 kB | 40/186 kB error 03-Jan-2023 03:02:43 error 03-Jan-2023 03:02:43 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/springframework/spring-test/5.2.14.RELEASE/spring-test-5.2.14.RELEASE.jar (686 kB at 50 kB/s) error 03-Jan-2023 03:02:43 #16 90.98 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/junit/vintage/junit-vintage-engine/5.8.1/junit-vintage-engine-5.8.1.jar error 03-Jan-2023 03:02:43 #16 90.98 Progress (3): 6.4/12 MB | 1.6/2.5 MB | 40/186 kB error 03-Jan-2023 03:02:43 Progress (3): 6.4/12 MB | 1.6/2.5 MB | 42/186 kB error 03-Jan-2023 03:02:43 Progress (3): 6.4/12 MB | 1.6/2.5 MB | 45/186 kB error 03-Jan-2023 03:02:43 Progress (3): 6.4/12 MB | 1.6/2.5 MB | 48/186 kB error 03-Jan-2023 03:02:43 Progress (3): 6.4/12 MB | 1.6/2.5 MB | 51/186 kB error 03-Jan-2023 03:02:43 Progress (3): 6.4/12 MB | 1.6/2.5 MB | 51/186 kB error 03-Jan-2023 03:02:43 Progress (3): 6.4/12 MB | 1.6/2.5 MB | 51/186 kB error 03-Jan-2023 03:02:43 Progress (3): 6.5/12 MB | 1.6/2.5 MB | 51/186 kB error 03-Jan-2023 03:02:43 Progress (3): 6.5/12 MB | 1.6/2.5 MB | 54/186 kB error 03-Jan-2023 03:02:43 Progress (3): 6.5/12 MB | 1.6/2.5 MB | 56/186 kB error 03-Jan-2023 03:02:43 Progress (3): 6.5/12 MB | 1.6/2.5 MB | 59/186 kB error 03-Jan-2023 03:02:43 Progress (3): 6.5/12 MB | 1.6/2.5 MB | 62/186 kB error 03-Jan-2023 03:02:43 Progress (3): 6.5/12 MB | 1.6/2.5 MB | 65/186 kB error 03-Jan-2023 03:02:43 Progress (3): 6.5/12 MB | 1.6/2.5 MB | 65/186 kB error 03-Jan-2023 03:02:43 Progress (3): 6.5/12 MB | 1.6/2.5 MB | 65/186 kB error 03-Jan-2023 03:02:43 Progress (3): 6.5/12 MB | 1.6/2.5 MB | 65/186 kB error 03-Jan-2023 03:02:43 Progress (3): 6.5/12 MB | 1.6/2.5 MB | 68/186 kB error 03-Jan-2023 03:02:43 Progress (3): 6.5/12 MB | 1.6/2.5 MB | 70/186 kB error 03-Jan-2023 03:02:43 Progress (3): 6.5/12 MB | 1.6/2.5 MB | 73/186 kB error 03-Jan-2023 03:02:43 Progress (3): 6.5/12 MB | 1.6/2.5 MB | 76/186 kB error 03-Jan-2023 03:02:43 Progress (3): 6.5/12 MB | 1.6/2.5 MB | 79/186 kB error 03-Jan-2023 03:02:43 Progress (3): 6.5/12 MB | 1.6/2.5 MB | 79/186 kB error 03-Jan-2023 03:02:43 Progress (3): 6.5/12 MB | 1.6/2.5 MB | 79/186 kB error 03-Jan-2023 03:02:43 Progress (3): 6.5/12 MB | 1.6/2.5 MB | 82/186 kB error 03-Jan-2023 03:02:43 Progress (3): 6.5/12 MB | 1.6/2.5 MB | 84/186 kB error 03-Jan-2023 03:02:43 Progress (3): 6.5/12 MB | 1.6/2.5 MB | 87/186 kB error 03-Jan-2023 03:02:43 Progress (3): 6.5/12 MB | 1.6/2.5 MB | 90/186 kB error 03-Jan-2023 03:02:43 Progress (3): 6.6/12 MB | 1.6/2.5 MB | 90/186 kB error 03-Jan-2023 03:02:43 Progress (3): 6.6/12 MB | 1.7/2.5 MB | 90/186 kB error 03-Jan-2023 03:02:43 Progress (3): 6.6/12 MB | 1.7/2.5 MB | 93/186 kB error 03-Jan-2023 03:02:43 Progress (3): 6.6/12 MB | 1.7/2.5 MB | 96/186 kB error 03-Jan-2023 03:02:43 Progress (3): 6.6/12 MB | 1.7/2.5 MB | 98/186 kB error 03-Jan-2023 03:02:43 Progress (3): 6.6/12 MB | 1.7/2.5 MB | 101/186 kB error 03-Jan-2023 03:02:43 Progress (3): 6.6/12 MB | 1.7/2.5 MB | 101/186 kB error 03-Jan-2023 03:02:43 Progress (3): 6.6/12 MB | 1.7/2.5 MB | 101/186 kB error 03-Jan-2023 03:02:43 Progress (3): 6.6/12 MB | 1.7/2.5 MB | 104/186 kB error 03-Jan-2023 03:02:43 Progress (3): 6.6/12 MB | 1.7/2.5 MB | 107/186 kB error 03-Jan-2023 03:02:43 Progress (3): 6.6/12 MB | 1.7/2.5 MB | 110/186 kB error 03-Jan-2023 03:02:43 Progress (3): 6.6/12 MB | 1.7/2.5 MB | 112/186 kB error 03-Jan-2023 03:02:43 Progress (3): 6.6/12 MB | 1.7/2.5 MB | 115/186 kB error 03-Jan-2023 03:02:43 Progress (3): 6.6/12 MB | 1.7/2.5 MB | 118/186 kB error 03-Jan-2023 03:02:43 Progress (3): 6.6/12 MB | 1.7/2.5 MB | 121/186 kB error 03-Jan-2023 03:02:43 Progress (3): 6.6/12 MB | 1.7/2.5 MB | 124/186 kB error 03-Jan-2023 03:02:43 Progress (3): 6.6/12 MB | 1.7/2.5 MB | 126/186 kB error 03-Jan-2023 03:02:43 Progress (3): 6.6/12 MB | 1.7/2.5 MB | 129/186 kB error 03-Jan-2023 03:02:43 Progress (3): 6.6/12 MB | 1.7/2.5 MB | 129/186 kB error 03-Jan-2023 03:02:43 Progress (3): 6.6/12 MB | 1.7/2.5 MB | 132/186 kB error 03-Jan-2023 03:02:43 Progress (3): 6.6/12 MB | 1.7/2.5 MB | 132/186 kB error 03-Jan-2023 03:02:43 Progress (3): 6.6/12 MB | 1.7/2.5 MB | 132/186 kB error 03-Jan-2023 03:02:43 Progress (3): 6.6/12 MB | 1.8/2.5 MB | 132/186 kB error 03-Jan-2023 03:02:43 Progress (3): 6.6/12 MB | 1.8/2.5 MB | 132/186 kB error 03-Jan-2023 03:02:43 Progress (3): 6.6/12 MB | 1.8/2.5 MB | 134/186 kB error 03-Jan-2023 03:02:43 Progress (3): 6.6/12 MB | 1.8/2.5 MB | 137/186 kB error 03-Jan-2023 03:02:43 Progress (3): 6.6/12 MB | 1.8/2.5 MB | 140/186 kB error 03-Jan-2023 03:02:43 Progress (3): 6.6/12 MB | 1.8/2.5 MB | 143/186 kB error 03-Jan-2023 03:02:43 Progress (3): 6.6/12 MB | 1.8/2.5 MB | 146/186 kB error 03-Jan-2023 03:02:43 Progress (3): 6.6/12 MB | 1.8/2.5 MB | 148/186 kB error 03-Jan-2023 03:02:43 Progress (3): 6.7/12 MB | 1.8/2.5 MB | 148/186 kB error 03-Jan-2023 03:02:43 Progress (3): 6.7/12 MB | 1.8/2.5 MB | 151/186 kB error 03-Jan-2023 03:02:43 Progress (3): 6.7/12 MB | 1.8/2.5 MB | 154/186 kB error 03-Jan-2023 03:02:43 Progress (3): 6.7/12 MB | 1.8/2.5 MB | 154/186 kB error 03-Jan-2023 03:02:43 Progress (3): 6.7/12 MB | 1.8/2.5 MB | 154/186 kB error 03-Jan-2023 03:02:43 Progress (3): 6.7/12 MB | 1.8/2.5 MB | 157/186 kB error 03-Jan-2023 03:02:43 Progress (3): 6.7/12 MB | 1.8/2.5 MB | 160/186 kB error 03-Jan-2023 03:02:43 Progress (3): 6.7/12 MB | 1.8/2.5 MB | 162/186 kB error 03-Jan-2023 03:02:43 Progress (3): 6.7/12 MB | 1.8/2.5 MB | 165/186 kB error 03-Jan-2023 03:02:43 Progress (3): 6.7/12 MB | 1.8/2.5 MB | 168/186 kB error 03-Jan-2023 03:02:43 Progress (3): 6.7/12 MB | 1.8/2.5 MB | 171/186 kB error 03-Jan-2023 03:02:43 Progress (3): 6.7/12 MB | 1.8/2.5 MB | 171/186 kB error 03-Jan-2023 03:02:43 Progress (4): 6.7/12 MB | 1.8/2.5 MB | 171/186 kB | 3.3/67 kB error 03-Jan-2023 03:02:43 Progress (4): 6.7/12 MB | 1.8/2.5 MB | 171/186 kB | 3.3/67 kB error 03-Jan-2023 03:02:43 Progress (5): 6.7/12 MB | 1.8/2.5 MB | 171/186 kB | 3.3/67 kB | 4.1/230 kB error 03-Jan-2023 03:02:43 Progress (5): 6.7/12 MB | 1.8/2.5 MB | 174/186 kB | 3.3/67 kB | 4.1/230 kB error 03-Jan-2023 03:02:43 Progress (5): 6.7/12 MB | 1.8/2.5 MB | 174/186 kB | 3.3/67 kB | 4.1/230 kB error 03-Jan-2023 03:02:43 Progress (5): 6.7/12 MB | 1.8/2.5 MB | 176/186 kB | 3.3/67 kB | 4.1/230 kB error 03-Jan-2023 03:02:43 Progress (5): 6.7/12 MB | 1.8/2.5 MB | 179/186 kB | 3.3/67 kB | 4.1/230 kB error 03-Jan-2023 03:02:43 Progress (5): 6.7/12 MB | 1.9/2.5 MB | 179/186 kB | 3.3/67 kB | 4.1/230 kB error 03-Jan-2023 03:02:43 Progress (5): 6.7/12 MB | 1.9/2.5 MB | 179/186 kB | 3.3/67 kB | 8.2/230 kB error 03-Jan-2023 03:02:43 Progress (5): 6.7/12 MB | 1.9/2.5 MB | 182/186 kB | 3.3/67 kB | 8.2/230 kB error 03-Jan-2023 03:02:43 Progress (5): 6.7/12 MB | 1.9/2.5 MB | 182/186 kB | 3.3/67 kB | 12/230 kB error 03-Jan-2023 03:02:43 Progress (5): 6.7/12 MB | 1.9/2.5 MB | 182/186 kB | 3.3/67 kB | 16/230 kB error 03-Jan-2023 03:02:43 Progress (5): 6.7/12 MB | 1.9/2.5 MB | 182/186 kB | 3.3/67 kB | 19/230 kB error 03-Jan-2023 03:02:43 Progress (5): 6.7/12 MB | 1.9/2.5 MB | 182/186 kB | 3.3/67 kB | 23/230 kB error 03-Jan-2023 03:02:43 Progress (5): 6.7/12 MB | 1.9/2.5 MB | 182/186 kB | 6.1/67 kB | 23/230 kB error 03-Jan-2023 03:02:43 Progress (5): 6.7/12 MB | 1.9/2.5 MB | 185/186 kB | 6.1/67 kB | 23/230 kB error 03-Jan-2023 03:02:43 Progress (5): 6.7/12 MB | 1.9/2.5 MB | 186 kB | 6.1/67 kB | 23/230 kB error 03-Jan-2023 03:02:43 Progress (5): 6.7/12 MB | 1.9/2.5 MB | 186 kB | 8.9/67 kB | 23/230 kB error 03-Jan-2023 03:02:43 Progress (5): 6.7/12 MB | 1.9/2.5 MB | 186 kB | 8.9/67 kB | 23/230 kB error 03-Jan-2023 03:02:43 Progress (5): 6.7/12 MB | 1.9/2.5 MB | 186 kB | 12/67 kB | 23/230 kB error 03-Jan-2023 03:02:43 Progress (5): 6.7/12 MB | 1.9/2.5 MB | 186 kB | 14/67 kB | 23/230 kB error 03-Jan-2023 03:02:43 Progress (5): 6.7/12 MB | 1.9/2.5 MB | 186 kB | 14/67 kB | 27/230 kB error 03-Jan-2023 03:02:43 Progress (5): 6.8/12 MB | 1.9/2.5 MB | 186 kB | 14/67 kB | 27/230 kB error 03-Jan-2023 03:02:43 Progress (5): 6.8/12 MB | 1.9/2.5 MB | 186 kB | 14/67 kB | 27/230 kB error 03-Jan-2023 03:02:43 Progress (5): 6.8/12 MB | 1.9/2.5 MB | 186 kB | 14/67 kB | 31/230 kB error 03-Jan-2023 03:02:43 Progress (5): 6.8/12 MB | 1.9/2.5 MB | 186 kB | 17/67 kB | 31/230 kB error 03-Jan-2023 03:02:43 Progress (5): 6.8/12 MB | 1.9/2.5 MB | 186 kB | 17/67 kB | 34/230 kB error 03-Jan-2023 03:02:43 Progress (5): 6.8/12 MB | 1.9/2.5 MB | 186 kB | 20/67 kB | 34/230 kB error 03-Jan-2023 03:02:43 Progress (5): 6.8/12 MB | 1.9/2.5 MB | 186 kB | 23/67 kB | 34/230 kB error 03-Jan-2023 03:02:43 Progress (5): 6.8/12 MB | 1.9/2.5 MB | 186 kB | 23/67 kB | 38/230 kB error 03-Jan-2023 03:02:43 Progress (5): 6.8/12 MB | 1.9/2.5 MB | 186 kB | 23/67 kB | 42/230 kB error 03-Jan-2023 03:02:43 Progress (5): 6.8/12 MB | 1.9/2.5 MB | 186 kB | 23/67 kB | 46/230 kB error 03-Jan-2023 03:02:43 Progress (5): 6.8/12 MB | 1.9/2.5 MB | 186 kB | 23/67 kB | 51/230 kB error 03-Jan-2023 03:02:43 Progress (5): 6.8/12 MB | 1.9/2.5 MB | 186 kB | 23/67 kB | 51/230 kB error 03-Jan-2023 03:02:43 Progress (5): 6.8/12 MB | 1.9/2.5 MB | 186 kB | 26/67 kB | 51/230 kB error 03-Jan-2023 03:02:43 Progress (5): 6.8/12 MB | 1.9/2.5 MB | 186 kB | 28/67 kB | 51/230 kB error 03-Jan-2023 03:02:43 Progress (5): 6.8/12 MB | 1.9/2.5 MB | 186 kB | 31/67 kB | 51/230 kB error 03-Jan-2023 03:02:43 Progress (5): 6.8/12 MB | 1.9/2.5 MB | 186 kB | 31/67 kB | 55/230 kB error 03-Jan-2023 03:02:43 Progress (5): 6.8/12 MB | 1.9/2.5 MB | 186 kB | 31/67 kB | 59/230 kB error 03-Jan-2023 03:02:43 Progress (5): 6.8/12 MB | 1.9/2.5 MB | 186 kB | 31/67 kB | 63/230 kB error 03-Jan-2023 03:02:43 Progress (5): 6.8/12 MB | 1.9/2.5 MB | 186 kB | 31/67 kB | 67/230 kB error 03-Jan-2023 03:02:43 Progress (5): 6.8/12 MB | 1.9/2.5 MB | 186 kB | 31/67 kB | 67/230 kB error 03-Jan-2023 03:02:43 Progress (5): 6.9/12 MB | 1.9/2.5 MB | 186 kB | 31/67 kB | 67/230 kB error 03-Jan-2023 03:02:43 Progress (5): 6.9/12 MB | 1.9/2.5 MB | 186 kB | 34/67 kB | 67/230 kB error 03-Jan-2023 03:02:43 Progress (5): 6.9/12 MB | 1.9/2.5 MB | 186 kB | 37/67 kB | 67/230 kB error 03-Jan-2023 03:02:43 Progress (5): 6.9/12 MB | 1.9/2.5 MB | 186 kB | 37/67 kB | 67/230 kB error 03-Jan-2023 03:02:43 Progress (5): 6.9/12 MB | 2.0/2.5 MB | 186 kB | 37/67 kB | 67/230 kB error 03-Jan-2023 03:02:43 Progress (5): 6.9/12 MB | 2.0/2.5 MB | 186 kB | 37/67 kB | 67/230 kB error 03-Jan-2023 03:02:43 Progress (5): 6.9/12 MB | 2.0/2.5 MB | 186 kB | 37/67 kB | 69/230 kB error 03-Jan-2023 03:02:43 Progress (5): 6.9/12 MB | 2.0/2.5 MB | 186 kB | 37/67 kB | 73/230 kB error 03-Jan-2023 03:02:43 Progress (5): 6.9/12 MB | 2.0/2.5 MB | 186 kB | 37/67 kB | 77/230 kB error 03-Jan-2023 03:02:43 Progress (5): 6.9/12 MB | 2.0/2.5 MB | 186 kB | 37/67 kB | 77/230 kB error 03-Jan-2023 03:02:43 Progress (5): 6.9/12 MB | 2.0/2.5 MB | 186 kB | 40/67 kB | 77/230 kB error 03-Jan-2023 03:02:43 Progress (5): 6.9/12 MB | 2.0/2.5 MB | 186 kB | 42/67 kB | 77/230 kB error 03-Jan-2023 03:02:43 Progress (5): 6.9/12 MB | 2.0/2.5 MB | 186 kB | 45/67 kB | 77/230 kB error 03-Jan-2023 03:02:43 Progress (5): 6.9/12 MB | 2.0/2.5 MB | 186 kB | 48/67 kB | 77/230 kB error 03-Jan-2023 03:02:43 Progress (5): 6.9/12 MB | 2.0/2.5 MB | 186 kB | 51/67 kB | 77/230 kB error 03-Jan-2023 03:02:43 Progress (5): 6.9/12 MB | 2.0/2.5 MB | 186 kB | 51/67 kB | 81/230 kB error 03-Jan-2023 03:02:43 Progress (5): 6.9/12 MB | 2.0/2.5 MB | 186 kB | 51/67 kB | 85/230 kB error 03-Jan-2023 03:02:43 Progress (5): 6.9/12 MB | 2.0/2.5 MB | 186 kB | 51/67 kB | 89/230 kB error 03-Jan-2023 03:02:43 Progress (5): 6.9/12 MB | 2.0/2.5 MB | 186 kB | 51/67 kB | 94/230 kB error 03-Jan-2023 03:02:43 Progress (5): 6.9/12 MB | 2.0/2.5 MB | 186 kB | 51/67 kB | 98/230 kB error 03-Jan-2023 03:02:43 Progress (5): 6.9/12 MB | 2.0/2.5 MB | 186 kB | 51/67 kB | 100/230 kB error 03-Jan-2023 03:02:43 Progress (5): 6.9/12 MB | 2.0/2.5 MB | 186 kB | 51/67 kB | 100/230 kB error 03-Jan-2023 03:02:43 Progress (5): 6.9/12 MB | 2.0/2.5 MB | 186 kB | 51/67 kB | 100/230 kB error 03-Jan-2023 03:02:43 Progress (5): 6.9/12 MB | 2.0/2.5 MB | 186 kB | 54/67 kB | 100/230 kB error 03-Jan-2023 03:02:43 Progress (5): 6.9/12 MB | 2.0/2.5 MB | 186 kB | 56/67 kB | 100/230 kB error 03-Jan-2023 03:02:43 Progress (5): 6.9/12 MB | 2.0/2.5 MB | 186 kB | 59/67 kB | 100/230 kB error 03-Jan-2023 03:02:43 Progress (5): 6.9/12 MB | 2.0/2.5 MB | 186 kB | 62/67 kB | 100/230 kB error 03-Jan-2023 03:02:43 Progress (5): 6.9/12 MB | 2.0/2.5 MB | 186 kB | 65/67 kB | 100/230 kB error 03-Jan-2023 03:02:43 Progress (5): 6.9/12 MB | 2.0/2.5 MB | 186 kB | 67 kB | 100/230 kB error 03-Jan-2023 03:02:43 Progress (5): 7.0/12 MB | 2.0/2.5 MB | 186 kB | 67 kB | 100/230 kB error 03-Jan-2023 03:02:43 Progress (5): 7.0/12 MB | 2.0/2.5 MB | 186 kB | 67 kB | 104/230 kB error 03-Jan-2023 03:02:43 Progress (5): 7.0/12 MB | 2.0/2.5 MB | 186 kB | 67 kB | 108/230 kB error 03-Jan-2023 03:02:43 Progress (5): 7.0/12 MB | 2.0/2.5 MB | 186 kB | 67 kB | 108/230 kB error 03-Jan-2023 03:02:43 Progress (5): 7.0/12 MB | 2.0/2.5 MB | 186 kB | 67 kB | 112/230 kB error 03-Jan-2023 03:02:43 Progress (5): 7.0/12 MB | 2.0/2.5 MB | 186 kB | 67 kB | 116/230 kB error 03-Jan-2023 03:02:43 Progress (5): 7.0/12 MB | 2.0/2.5 MB | 186 kB | 67 kB | 116/230 kB error 03-Jan-2023 03:02:43 Progress (5): 7.0/12 MB | 2.0/2.5 MB | 186 kB | 67 kB | 116/230 kB error 03-Jan-2023 03:02:43 Progress (5): 7.0/12 MB | 2.0/2.5 MB | 186 kB | 67 kB | 120/230 kB error 03-Jan-2023 03:02:43 Progress (5): 7.0/12 MB | 2.0/2.5 MB | 186 kB | 67 kB | 124/230 kB error 03-Jan-2023 03:02:43 Progress (5): 7.0/12 MB | 2.0/2.5 MB | 186 kB | 67 kB | 128/230 kB error 03-Jan-2023 03:02:43 Progress (5): 7.0/12 MB | 2.0/2.5 MB | 186 kB | 67 kB | 132/230 kB error 03-Jan-2023 03:02:43 Progress (5): 7.0/12 MB | 2.0/2.5 MB | 186 kB | 67 kB | 134/230 kB error 03-Jan-2023 03:02:43 Progress (5): 7.0/12 MB | 2.0/2.5 MB | 186 kB | 67 kB | 139/230 kB error 03-Jan-2023 03:02:43 Progress (5): 7.0/12 MB | 2.0/2.5 MB | 186 kB | 67 kB | 143/230 kB error 03-Jan-2023 03:02:43 Progress (5): 7.0/12 MB | 2.0/2.5 MB | 186 kB | 67 kB | 147/230 kB error 03-Jan-2023 03:02:43 Progress (5): 7.0/12 MB | 2.0/2.5 MB | 186 kB | 67 kB | 151/230 kB error 03-Jan-2023 03:02:43 Progress (5): 7.0/12 MB | 2.1/2.5 MB | 186 kB | 67 kB | 151/230 kB error 03-Jan-2023 03:02:43 Progress (5): 7.0/12 MB | 2.1/2.5 MB | 186 kB | 67 kB | 151/230 kB error 03-Jan-2023 03:02:43 Progress (5): 7.1/12 MB | 2.1/2.5 MB | 186 kB | 67 kB | 151/230 kB error 03-Jan-2023 03:02:43 error 03-Jan-2023 03:02:43 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/junit/platform/junit-platform-engine/1.8.1/junit-platform-engine-1.8.1.jar (186 kB at 13 kB/s) error 03-Jan-2023 03:02:43 #16 91.31 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/dbunit/dbunit/2.7.2/dbunit-2.7.2.jar error 03-Jan-2023 03:02:43 #16 91.31 Progress (4): 7.1/12 MB | 2.1/2.5 MB | 67 kB | 151/230 kB error 03-Jan-2023 03:02:43 Progress (4): 7.1/12 MB | 2.1/2.5 MB | 67 kB | 155/230 kB error 03-Jan-2023 03:02:43 Progress (4): 7.1/12 MB | 2.1/2.5 MB | 67 kB | 159/230 kB error 03-Jan-2023 03:02:43 Progress (4): 7.1/12 MB | 2.1/2.5 MB | 67 kB | 163/230 kB error 03-Jan-2023 03:02:43 Progress (4): 7.1/12 MB | 2.1/2.5 MB | 67 kB | 165/230 kB error 03-Jan-2023 03:02:43 Progress (4): 7.1/12 MB | 2.1/2.5 MB | 67 kB | 165/230 kB error 03-Jan-2023 03:02:43 Progress (4): 7.1/12 MB | 2.1/2.5 MB | 67 kB | 165/230 kB error 03-Jan-2023 03:02:43 Progress (4): 7.1/12 MB | 2.1/2.5 MB | 67 kB | 165/230 kB error 03-Jan-2023 03:02:43 Progress (4): 7.1/12 MB | 2.1/2.5 MB | 67 kB | 165/230 kB error 03-Jan-2023 03:02:43 Progress (4): 7.1/12 MB | 2.1/2.5 MB | 67 kB | 169/230 kB error 03-Jan-2023 03:02:43 Progress (4): 7.1/12 MB | 2.1/2.5 MB | 67 kB | 173/230 kB error 03-Jan-2023 03:02:43 Progress (4): 7.1/12 MB | 2.1/2.5 MB | 67 kB | 177/230 kB error 03-Jan-2023 03:02:43 Progress (4): 7.1/12 MB | 2.1/2.5 MB | 67 kB | 182/230 kB error 03-Jan-2023 03:02:43 Progress (4): 7.1/12 MB | 2.1/2.5 MB | 67 kB | 186/230 kB error 03-Jan-2023 03:02:43 Progress (4): 7.1/12 MB | 2.1/2.5 MB | 67 kB | 190/230 kB error 03-Jan-2023 03:02:43 Progress (4): 7.1/12 MB | 2.1/2.5 MB | 67 kB | 194/230 kB error 03-Jan-2023 03:02:43 Progress (4): 7.1/12 MB | 2.1/2.5 MB | 67 kB | 198/230 kB error 03-Jan-2023 03:02:43 Progress (4): 7.1/12 MB | 2.1/2.5 MB | 67 kB | 200/230 kB error 03-Jan-2023 03:02:43 Progress (4): 7.1/12 MB | 2.1/2.5 MB | 67 kB | 204/230 kB error 03-Jan-2023 03:02:43 Progress (4): 7.2/12 MB | 2.1/2.5 MB | 67 kB | 204/230 kB error 03-Jan-2023 03:02:43 Progress (4): 7.2/12 MB | 2.2/2.5 MB | 67 kB | 204/230 kB error 03-Jan-2023 03:02:43 Progress (4): 7.2/12 MB | 2.2/2.5 MB | 67 kB | 208/230 kB error 03-Jan-2023 03:02:43 Progress (4): 7.2/12 MB | 2.2/2.5 MB | 67 kB | 212/230 kB error 03-Jan-2023 03:02:43 Progress (4): 7.2/12 MB | 2.2/2.5 MB | 67 kB | 216/230 kB error 03-Jan-2023 03:02:43 Progress (4): 7.2/12 MB | 2.2/2.5 MB | 67 kB | 220/230 kB error 03-Jan-2023 03:02:43 Progress (4): 7.2/12 MB | 2.2/2.5 MB | 67 kB | 220/230 kB error 03-Jan-2023 03:02:43 Progress (4): 7.2/12 MB | 2.2/2.5 MB | 67 kB | 224/230 kB error 03-Jan-2023 03:02:43 Progress (4): 7.2/12 MB | 2.2/2.5 MB | 67 kB | 228/230 kB error 03-Jan-2023 03:02:43 Progress (4): 7.2/12 MB | 2.2/2.5 MB | 67 kB | 228/230 kB error 03-Jan-2023 03:02:43 Progress (4): 7.2/12 MB | 2.2/2.5 MB | 67 kB | 230 kB error 03-Jan-2023 03:02:43 Progress (4): 7.2/12 MB | 2.2/2.5 MB | 67 kB | 230 kB error 03-Jan-2023 03:02:43 Progress (4): 7.3/12 MB | 2.2/2.5 MB | 67 kB | 230 kB error 03-Jan-2023 03:02:43 Progress (4): 7.3/12 MB | 2.2/2.5 MB | 67 kB | 230 kB error 03-Jan-2023 03:02:43 Progress (4): 7.3/12 MB | 2.2/2.5 MB | 67 kB | 230 kB error 03-Jan-2023 03:02:43 Progress (4): 7.3/12 MB | 2.3/2.5 MB | 67 kB | 230 kB error 03-Jan-2023 03:02:43 error 03-Jan-2023 03:02:43 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/junit/vintage/junit-vintage-engine/5.8.1/junit-vintage-engine-5.8.1.jar (67 kB at 4.7 kB/s) error 03-Jan-2023 03:02:43 #16 91.40 Progress (3): 7.3/12 MB | 2.3/2.5 MB | 230 kB error 03-Jan-2023 03:02:43 Progress (3): 7.3/12 MB | 2.3/2.5 MB | 230 kB error 03-Jan-2023 03:02:43 Progress (3): 7.3/12 MB | 2.3/2.5 MB | 230 kB error 03-Jan-2023 03:02:43 Progress (3): 7.3/12 MB | 2.3/2.5 MB | 230 kB error 03-Jan-2023 03:02:43 Progress (3): 7.3/12 MB | 2.3/2.5 MB | 230 kB error 03-Jan-2023 03:02:43 Progress (3): 7.4/12 MB | 2.3/2.5 MB | 230 kB error 03-Jan-2023 03:02:43 Progress (3): 7.4/12 MB | 2.3/2.5 MB | 230 kB error 03-Jan-2023 03:02:43 Progress (3): 7.4/12 MB | 2.4/2.5 MB | 230 kB error 03-Jan-2023 03:02:43 Progress (3): 7.4/12 MB | 2.4/2.5 MB | 230 kB error 03-Jan-2023 03:02:43 Progress (3): 7.4/12 MB | 2.4/2.5 MB | 230 kB error 03-Jan-2023 03:02:43 Progress (3): 7.4/12 MB | 2.4/2.5 MB | 230 kB error 03-Jan-2023 03:02:43 Progress (3): 7.4/12 MB | 2.4/2.5 MB | 230 kB error 03-Jan-2023 03:02:43 Progress (3): 7.5/12 MB | 2.4/2.5 MB | 230 kB error 03-Jan-2023 03:02:43 Progress (3): 7.5/12 MB | 2.4/2.5 MB | 230 kB error 03-Jan-2023 03:02:43 Progress (3): 7.5/12 MB | 2.5/2.5 MB | 230 kB error 03-Jan-2023 03:02:43 Progress (3): 7.5/12 MB | 2.5/2.5 MB | 230 kB error 03-Jan-2023 03:02:43 Progress (3): 7.5/12 MB | 2.5/2.5 MB | 230 kB error 03-Jan-2023 03:02:43 Progress (3): 7.6/12 MB | 2.5/2.5 MB | 230 kB error 03-Jan-2023 03:02:43 Progress (3): 7.6/12 MB | 2.5/2.5 MB | 230 kB error 03-Jan-2023 03:02:43 Progress (3): 7.6/12 MB | 2.5/2.5 MB | 230 kB error 03-Jan-2023 03:02:43 Progress (3): 7.6/12 MB | 2.5 MB | 230 kB error 03-Jan-2023 03:02:43 Progress (3): 7.7/12 MB | 2.5 MB | 230 kB error 03-Jan-2023 03:02:43 Progress (3): 7.7/12 MB | 2.5 MB | 230 kB error 03-Jan-2023 03:02:43 error 03-Jan-2023 03:02:43 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/junit/jupiter/junit-jupiter-engine/5.8.1/junit-jupiter-engine-5.8.1.jar (230 kB at 16 kB/s) error 03-Jan-2023 03:02:43 #16 91.56 Progress (2): 7.8/12 MB | 2.5 MB error 03-Jan-2023 03:02:43 Progress (3): 7.8/12 MB | 2.5 MB | 3.4/636 kB error 03-Jan-2023 03:02:43 Progress (3): 7.8/12 MB | 2.5 MB | 7.5/636 kB error 03-Jan-2023 03:02:43 Progress (3): 7.8/12 MB | 2.5 MB | 12/636 kB error 03-Jan-2023 03:02:43 Progress (3): 7.8/12 MB | 2.5 MB | 16/636 kB error 03-Jan-2023 03:02:43 Progress (3): 7.8/12 MB | 2.5 MB | 20/636 kB error 03-Jan-2023 03:02:43 Progress (3): 7.8/12 MB | 2.5 MB | 24/636 kB error 03-Jan-2023 03:02:43 Progress (3): 7.8/12 MB | 2.5 MB | 28/636 kB error 03-Jan-2023 03:02:43 Progress (3): 7.8/12 MB | 2.5 MB | 32/636 kB error 03-Jan-2023 03:02:43 Progress (3): 7.8/12 MB | 2.5 MB | 32/636 kB error 03-Jan-2023 03:02:43 Progress (3): 7.8/12 MB | 2.5 MB | 36/636 kB error 03-Jan-2023 03:02:43 error 03-Jan-2023 03:02:43 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/api/openmrs-api/2.5.8/openmrs-api-2.5.8-tests.jar (2.5 MB at 175 kB/s) error 03-Jan-2023 03:02:43 #16 91.71 Progress (2): 7.8/12 MB | 38/636 kB error 03-Jan-2023 03:02:43 Progress (2): 7.8/12 MB | 42/636 kB error 03-Jan-2023 03:02:43 Progress (2): 7.8/12 MB | 46/636 kB error 03-Jan-2023 03:02:43 Progress (2): 7.8/12 MB | 51/636 kB error 03-Jan-2023 03:02:43 Progress (2): 7.8/12 MB | 55/636 kB error 03-Jan-2023 03:02:43 Progress (2): 7.8/12 MB | 59/636 kB error 03-Jan-2023 03:02:43 Progress (2): 7.9/12 MB | 59/636 kB error 03-Jan-2023 03:02:43 Progress (2): 7.9/12 MB | 63/636 kB error 03-Jan-2023 03:02:43 Progress (2): 7.9/12 MB | 67/636 kB error 03-Jan-2023 03:02:43 Progress (2): 7.9/12 MB | 71/636 kB error 03-Jan-2023 03:02:43 Progress (2): 7.9/12 MB | 73/636 kB error 03-Jan-2023 03:02:43 Progress (2): 7.9/12 MB | 77/636 kB error 03-Jan-2023 03:02:43 Progress (2): 7.9/12 MB | 81/636 kB error 03-Jan-2023 03:02:43 Progress (2): 7.9/12 MB | 85/636 kB error 03-Jan-2023 03:02:43 Progress (2): 7.9/12 MB | 89/636 kB error 03-Jan-2023 03:02:43 Progress (2): 7.9/12 MB | 89/636 kB error 03-Jan-2023 03:02:43 Progress (2): 7.9/12 MB | 94/636 kB error 03-Jan-2023 03:02:43 Progress (2): 7.9/12 MB | 98/636 kB error 03-Jan-2023 03:02:43 Progress (2): 7.9/12 MB | 102/636 kB error 03-Jan-2023 03:02:43 Progress (2): 7.9/12 MB | 106/636 kB error 03-Jan-2023 03:02:43 Progress (2): 7.9/12 MB | 108/636 kB error 03-Jan-2023 03:02:43 Progress (2): 7.9/12 MB | 112/636 kB error 03-Jan-2023 03:02:43 Progress (2): 7.9/12 MB | 116/636 kB error 03-Jan-2023 03:02:43 Progress (2): 7.9/12 MB | 120/636 kB error 03-Jan-2023 03:02:43 Progress (2): 7.9/12 MB | 124/636 kB error 03-Jan-2023 03:02:43 Progress (2): 7.9/12 MB | 128/636 kB error 03-Jan-2023 03:02:43 Progress (2): 7.9/12 MB | 132/636 kB error 03-Jan-2023 03:02:43 Progress (2): 7.9/12 MB | 137/636 kB error 03-Jan-2023 03:02:43 Progress (2): 7.9/12 MB | 141/636 kB error 03-Jan-2023 03:02:43 Progress (2): 7.9/12 MB | 143/636 kB error 03-Jan-2023 03:02:43 Progress (2): 7.9/12 MB | 147/636 kB error 03-Jan-2023 03:02:43 Progress (2): 8.0/12 MB | 147/636 kB error 03-Jan-2023 03:02:43 Progress (2): 8.0/12 MB | 151/636 kB error 03-Jan-2023 03:02:43 Progress (2): 8.0/12 MB | 155/636 kB error 03-Jan-2023 03:02:43 Progress (2): 8.0/12 MB | 159/636 kB error 03-Jan-2023 03:02:43 Progress (2): 8.0/12 MB | 163/636 kB error 03-Jan-2023 03:02:43 Progress (2): 8.0/12 MB | 167/636 kB error 03-Jan-2023 03:02:43 Progress (2): 8.0/12 MB | 171/636 kB error 03-Jan-2023 03:02:43 Progress (2): 8.0/12 MB | 175/636 kB error 03-Jan-2023 03:02:43 Progress (2): 8.1/12 MB | 175/636 kB error 03-Jan-2023 03:02:43 Progress (2): 8.1/12 MB | 178/636 kB error 03-Jan-2023 03:02:43 Progress (2): 8.1/12 MB | 182/636 kB error 03-Jan-2023 03:02:43 Progress (2): 8.1/12 MB | 186/636 kB error 03-Jan-2023 03:02:43 Progress (2): 8.1/12 MB | 190/636 kB error 03-Jan-2023 03:02:43 Progress (2): 8.1/12 MB | 194/636 kB error 03-Jan-2023 03:02:43 Progress (2): 8.1/12 MB | 198/636 kB error 03-Jan-2023 03:02:43 Progress (2): 8.1/12 MB | 202/636 kB error 03-Jan-2023 03:02:43 Progress (2): 8.1/12 MB | 206/636 kB error 03-Jan-2023 03:02:43 Progress (2): 8.1/12 MB | 210/636 kB error 03-Jan-2023 03:02:43 Progress (2): 8.1/12 MB | 212/636 kB error 03-Jan-2023 03:02:43 Progress (2): 8.1/12 MB | 212/636 kB error 03-Jan-2023 03:02:43 Progress (2): 8.1/12 MB | 216/636 kB error 03-Jan-2023 03:02:43 Progress (2): 8.1/12 MB | 221/636 kB error 03-Jan-2023 03:02:43 Progress (2): 8.1/12 MB | 225/636 kB error 03-Jan-2023 03:02:43 Progress (2): 8.1/12 MB | 229/636 kB error 03-Jan-2023 03:02:43 Progress (2): 8.1/12 MB | 233/636 kB error 03-Jan-2023 03:02:43 Progress (2): 8.1/12 MB | 237/636 kB error 03-Jan-2023 03:02:43 Progress (2): 8.1/12 MB | 241/636 kB error 03-Jan-2023 03:02:43 Progress (2): 8.1/12 MB | 245/636 kB error 03-Jan-2023 03:02:43 Progress (2): 8.2/12 MB | 245/636 kB error 03-Jan-2023 03:02:43 Progress (2): 8.2/12 MB | 245/636 kB error 03-Jan-2023 03:02:43 Progress (2): 8.2/12 MB | 247/636 kB error 03-Jan-2023 03:02:43 Progress (2): 8.2/12 MB | 251/636 kB error 03-Jan-2023 03:02:43 Progress (2): 8.2/12 MB | 255/636 kB error 03-Jan-2023 03:02:43 Progress (2): 8.2/12 MB | 259/636 kB error 03-Jan-2023 03:02:43 Progress (2): 8.2/12 MB | 264/636 kB error 03-Jan-2023 03:02:43 Progress (2): 8.2/12 MB | 268/636 kB error 03-Jan-2023 03:02:43 Progress (2): 8.2/12 MB | 272/636 kB error 03-Jan-2023 03:02:43 Progress (2): 8.2/12 MB | 276/636 kB error 03-Jan-2023 03:02:43 Progress (2): 8.2/12 MB | 280/636 kB error 03-Jan-2023 03:02:43 Progress (2): 8.2/12 MB | 282/636 kB error 03-Jan-2023 03:02:43 Progress (2): 8.2/12 MB | 286/636 kB error 03-Jan-2023 03:02:43 Progress (2): 8.2/12 MB | 290/636 kB error 03-Jan-2023 03:02:43 Progress (2): 8.2/12 MB | 294/636 kB error 03-Jan-2023 03:02:43 Progress (2): 8.2/12 MB | 298/636 kB error 03-Jan-2023 03:02:43 Progress (2): 8.3/12 MB | 298/636 kB error 03-Jan-2023 03:02:43 Progress (2): 8.3/12 MB | 302/636 kB error 03-Jan-2023 03:02:43 Progress (2): 8.3/12 MB | 307/636 kB error 03-Jan-2023 03:02:43 Progress (2): 8.3/12 MB | 311/636 kB error 03-Jan-2023 03:02:43 Progress (2): 8.3/12 MB | 315/636 kB error 03-Jan-2023 03:02:43 Progress (2): 8.3/12 MB | 317/636 kB error 03-Jan-2023 03:02:43 Progress (2): 8.3/12 MB | 321/636 kB error 03-Jan-2023 03:02:43 Progress (2): 8.3/12 MB | 325/636 kB error 03-Jan-2023 03:02:43 Progress (2): 8.3/12 MB | 329/636 kB error 03-Jan-2023 03:02:43 Progress (2): 8.3/12 MB | 333/636 kB error 03-Jan-2023 03:02:43 Progress (2): 8.3/12 MB | 337/636 kB error 03-Jan-2023 03:02:43 Progress (2): 8.3/12 MB | 341/636 kB error 03-Jan-2023 03:02:43 Progress (2): 8.3/12 MB | 345/636 kB error 03-Jan-2023 03:02:43 Progress (2): 8.3/12 MB | 350/636 kB error 03-Jan-2023 03:02:43 Progress (2): 8.3/12 MB | 352/636 kB error 03-Jan-2023 03:02:43 Progress (2): 8.3/12 MB | 356/636 kB error 03-Jan-2023 03:02:43 Progress (2): 8.3/12 MB | 360/636 kB error 03-Jan-2023 03:02:43 Progress (2): 8.3/12 MB | 364/636 kB error 03-Jan-2023 03:02:43 Progress (2): 8.3/12 MB | 368/636 kB error 03-Jan-2023 03:02:43 Progress (2): 8.3/12 MB | 372/636 kB error 03-Jan-2023 03:02:43 Progress (2): 8.3/12 MB | 376/636 kB error 03-Jan-2023 03:02:43 Progress (2): 8.3/12 MB | 380/636 kB error 03-Jan-2023 03:02:43 Progress (2): 8.3/12 MB | 384/636 kB error 03-Jan-2023 03:02:43 Progress (2): 8.3/12 MB | 386/636 kB error 03-Jan-2023 03:02:43 Progress (2): 8.3/12 MB | 390/636 kB error 03-Jan-2023 03:02:43 Progress (2): 8.3/12 MB | 395/636 kB error 03-Jan-2023 03:02:43 Progress (2): 8.3/12 MB | 399/636 kB error 03-Jan-2023 03:02:43 Progress (2): 8.3/12 MB | 403/636 kB error 03-Jan-2023 03:02:43 Progress (2): 8.4/12 MB | 403/636 kB error 03-Jan-2023 03:02:43 Progress (2): 8.4/12 MB | 407/636 kB error 03-Jan-2023 03:02:43 Progress (2): 8.4/12 MB | 411/636 kB error 03-Jan-2023 03:02:43 Progress (2): 8.4/12 MB | 415/636 kB error 03-Jan-2023 03:02:43 Progress (2): 8.4/12 MB | 419/636 kB error 03-Jan-2023 03:02:43 Progress (2): 8.4/12 MB | 421/636 kB error 03-Jan-2023 03:02:43 Progress (2): 8.4/12 MB | 425/636 kB error 03-Jan-2023 03:02:43 Progress (2): 8.4/12 MB | 429/636 kB error 03-Jan-2023 03:02:43 Progress (2): 8.4/12 MB | 434/636 kB error 03-Jan-2023 03:02:43 Progress (2): 8.4/12 MB | 438/636 kB error 03-Jan-2023 03:02:43 Progress (2): 8.4/12 MB | 442/636 kB error 03-Jan-2023 03:02:43 Progress (2): 8.4/12 MB | 446/636 kB error 03-Jan-2023 03:02:43 Progress (2): 8.4/12 MB | 450/636 kB error 03-Jan-2023 03:02:43 Progress (2): 8.4/12 MB | 454/636 kB error 03-Jan-2023 03:02:43 Progress (2): 8.4/12 MB | 456/636 kB error 03-Jan-2023 03:02:43 Progress (2): 8.4/12 MB | 460/636 kB error 03-Jan-2023 03:02:43 Progress (2): 8.4/12 MB | 460/636 kB error 03-Jan-2023 03:02:43 Progress (2): 8.4/12 MB | 464/636 kB error 03-Jan-2023 03:02:43 Progress (2): 8.4/12 MB | 468/636 kB error 03-Jan-2023 03:02:43 Progress (2): 8.4/12 MB | 472/636 kB error 03-Jan-2023 03:02:43 Progress (2): 8.4/12 MB | 477/636 kB error 03-Jan-2023 03:02:43 Progress (2): 8.4/12 MB | 481/636 kB error 03-Jan-2023 03:02:43 Progress (2): 8.4/12 MB | 485/636 kB error 03-Jan-2023 03:02:43 Progress (2): 8.4/12 MB | 489/636 kB error 03-Jan-2023 03:02:43 Progress (2): 8.4/12 MB | 491/636 kB error 03-Jan-2023 03:02:43 Progress (2): 8.4/12 MB | 495/636 kB error 03-Jan-2023 03:02:43 Progress (2): 8.4/12 MB | 499/636 kB error 03-Jan-2023 03:02:43 Progress (2): 8.4/12 MB | 503/636 kB error 03-Jan-2023 03:02:43 Progress (2): 8.4/12 MB | 507/636 kB error 03-Jan-2023 03:02:43 Progress (2): 8.4/12 MB | 511/636 kB error 03-Jan-2023 03:02:43 Progress (2): 8.4/12 MB | 515/636 kB error 03-Jan-2023 03:02:43 Progress (2): 8.4/12 MB | 520/636 kB error 03-Jan-2023 03:02:43 Progress (2): 8.4/12 MB | 524/636 kB error 03-Jan-2023 03:02:43 Progress (2): 8.4/12 MB | 526/636 kB error 03-Jan-2023 03:02:43 Progress (2): 8.4/12 MB | 530/636 kB error 03-Jan-2023 03:02:43 Progress (2): 8.5/12 MB | 530/636 kB error 03-Jan-2023 03:02:43 Progress (2): 8.5/12 MB | 534/636 kB error 03-Jan-2023 03:02:43 Progress (2): 8.5/12 MB | 538/636 kB error 03-Jan-2023 03:02:43 Progress (2): 8.5/12 MB | 542/636 kB error 03-Jan-2023 03:02:43 Progress (2): 8.5/12 MB | 542/636 kB error 03-Jan-2023 03:02:43 Progress (2): 8.5/12 MB | 546/636 kB error 03-Jan-2023 03:02:43 Progress (2): 8.5/12 MB | 550/636 kB error 03-Jan-2023 03:02:43 Progress (2): 8.5/12 MB | 554/636 kB error 03-Jan-2023 03:02:43 Progress (2): 8.5/12 MB | 558/636 kB error 03-Jan-2023 03:02:43 Progress (2): 8.5/12 MB | 563/636 kB error 03-Jan-2023 03:02:43 Progress (2): 8.5/12 MB | 567/636 kB error 03-Jan-2023 03:02:43 Progress (2): 8.5/12 MB | 571/636 kB error 03-Jan-2023 03:02:43 Progress (2): 8.5/12 MB | 575/636 kB error 03-Jan-2023 03:02:43 Progress (2): 8.5/12 MB | 579/636 kB error 03-Jan-2023 03:02:43 Progress (2): 8.5/12 MB | 583/636 kB error 03-Jan-2023 03:02:43 Progress (2): 8.5/12 MB | 587/636 kB error 03-Jan-2023 03:02:43 Progress (2): 8.5/12 MB | 591/636 kB error 03-Jan-2023 03:02:43 Progress (2): 8.5/12 MB | 595/636 kB error 03-Jan-2023 03:02:43 Progress (2): 8.5/12 MB | 599/636 kB error 03-Jan-2023 03:02:43 Progress (2): 8.6/12 MB | 599/636 kB error 03-Jan-2023 03:02:43 Progress (2): 8.6/12 MB | 603/636 kB error 03-Jan-2023 03:02:43 Progress (2): 8.6/12 MB | 608/636 kB error 03-Jan-2023 03:02:43 Progress (2): 8.6/12 MB | 612/636 kB error 03-Jan-2023 03:02:43 Progress (2): 8.6/12 MB | 616/636 kB error 03-Jan-2023 03:02:43 Progress (2): 8.6/12 MB | 620/636 kB error 03-Jan-2023 03:02:43 Progress (2): 8.6/12 MB | 624/636 kB error 03-Jan-2023 03:02:43 Progress (2): 8.6/12 MB | 628/636 kB error 03-Jan-2023 03:02:43 Progress (2): 8.6/12 MB | 632/636 kB error 03-Jan-2023 03:02:43 Progress (2): 8.6/12 MB | 636 kB error 03-Jan-2023 03:02:43 Progress (2): 8.6/12 MB | 636 kB error 03-Jan-2023 03:02:43 Progress (2): 8.7/12 MB | 636 kB error 03-Jan-2023 03:02:43 Progress (2): 8.8/12 MB | 636 kB error 03-Jan-2023 03:02:43 Progress (2): 8.8/12 MB | 636 kB error 03-Jan-2023 03:02:43 Progress (2): 8.9/12 MB | 636 kB error 03-Jan-2023 03:02:43 Progress (2): 8.9/12 MB | 636 kB error 03-Jan-2023 03:02:43 Progress (2): 9.0/12 MB | 636 kB error 03-Jan-2023 03:02:43 Progress (2): 9.0/12 MB | 636 kB error 03-Jan-2023 03:02:43 Progress (2): 9.1/12 MB | 636 kB error 03-Jan-2023 03:02:43 Progress (2): 9.2/12 MB | 636 kB error 03-Jan-2023 03:02:43 error 03-Jan-2023 03:02:43 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/dbunit/dbunit/2.7.2/dbunit-2.7.2.jar (636 kB at 43 kB/s) error 03-Jan-2023 03:02:43 #16 92.19 Progress (1): 9.2/12 MB error 03-Jan-2023 03:02:43 Progress (1): 9.3/12 MB error 03-Jan-2023 03:02:43 Progress (1): 9.3/12 MB error 03-Jan-2023 03:02:43 Progress (1): 9.4/12 MB error 03-Jan-2023 03:02:43 Progress (1): 9.4/12 MB error 03-Jan-2023 03:02:43 Progress (1): 9.5/12 MB error 03-Jan-2023 03:02:43 Progress (1): 9.6/12 MB error 03-Jan-2023 03:02:43 Progress (1): 9.6/12 MB error 03-Jan-2023 03:02:43 Progress (1): 9.7/12 MB error 03-Jan-2023 03:02:43 Progress (1): 9.7/12 MB error 03-Jan-2023 03:02:43 Progress (1): 9.8/12 MB error 03-Jan-2023 03:02:43 Progress (1): 9.8/12 MB error 03-Jan-2023 03:02:43 Progress (1): 9.9/12 MB error 03-Jan-2023 03:02:43 Progress (1): 10.0/12 MB error 03-Jan-2023 03:02:43 Progress (1): 10/12 MB error 03-Jan-2023 03:02:43 Progress (1): 10/12 MB error 03-Jan-2023 03:02:43 Progress (1): 10/12 MB error 03-Jan-2023 03:02:43 Progress (1): 10/12 MB error 03-Jan-2023 03:02:43 Progress (1): 10/12 MB error 03-Jan-2023 03:02:43 Progress (1): 10/12 MB error 03-Jan-2023 03:02:43 Progress (1): 10/12 MB error 03-Jan-2023 03:02:43 Progress (1): 10/12 MB error 03-Jan-2023 03:02:44 Progress (1): 10/12 MB error 03-Jan-2023 03:02:44 Progress (1): 11/12 MB error 03-Jan-2023 03:02:44 Progress (1): 11/12 MB error 03-Jan-2023 03:02:44 Progress (1): 11/12 MB error 03-Jan-2023 03:02:44 Progress (1): 11/12 MB error 03-Jan-2023 03:02:44 Progress (1): 11/12 MB error 03-Jan-2023 03:02:44 Progress (1): 11/12 MB error 03-Jan-2023 03:02:44 Progress (1): 11/12 MB error 03-Jan-2023 03:02:44 Progress (1): 11/12 MB error 03-Jan-2023 03:02:44 Progress (1): 11/12 MB error 03-Jan-2023 03:02:44 Progress (1): 11/12 MB error 03-Jan-2023 03:02:44 Progress (1): 11/12 MB error 03-Jan-2023 03:02:44 Progress (1): 11/12 MB error 03-Jan-2023 03:02:44 Progress (1): 11/12 MB error 03-Jan-2023 03:02:44 Progress (1): 11/12 MB error 03-Jan-2023 03:02:44 Progress (1): 11/12 MB error 03-Jan-2023 03:02:44 Progress (1): 11/12 MB error 03-Jan-2023 03:02:44 Progress (1): 11/12 MB error 03-Jan-2023 03:02:44 Progress (1): 12/12 MB error 03-Jan-2023 03:02:44 Progress (1): 12 MB error 03-Jan-2023 03:02:44 error 03-Jan-2023 03:02:44 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/net/sf/ehcache/ehcache/2.10.9.2/ehcache-2.10.9.2.jar (12 MB at 749 kB/s) error 03-Jan-2023 03:02:44 #16 92.90 [INFO] error 03-Jan-2023 03:02:44 #16 92.90 [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ referenceapplication-package --- error 03-Jan-2023 03:02:45 #16 93.66 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-core/2.0.6/maven-core-2.0.6.pom error 03-Jan-2023 03:02:45 #16 94.16 Progress (1): 3.4/6.7 kB error 03-Jan-2023 03:02:45 Progress (1): 6.2/6.7 kB error 03-Jan-2023 03:02:45 Progress (1): 6.7 kB error 03-Jan-2023 03:02:46 error 03-Jan-2023 03:02:46 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-core/2.0.6/maven-core-2.0.6.pom (6.7 kB at 9.4 kB/s) error 03-Jan-2023 03:02:46 #16 94.70 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-plugin-parameter-documenter/2.0.6/maven-plugin-parameter-documenter-2.0.6.pom error 03-Jan-2023 03:02:46 #16 94.84 Progress (1): 1.9 kB error 03-Jan-2023 03:02:46 error 03-Jan-2023 03:02:46 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-plugin-parameter-documenter/2.0.6/maven-plugin-parameter-documenter-2.0.6.pom (1.9 kB at 7.0 kB/s) error 03-Jan-2023 03:02:46 #16 95.02 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/reporting/maven-reporting-api/2.0.6/maven-reporting-api-2.0.6.pom error 03-Jan-2023 03:02:46 #16 95.15 Progress (1): 1.8 kB error 03-Jan-2023 03:02:46 error 03-Jan-2023 03:02:46 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/reporting/maven-reporting-api/2.0.6/maven-reporting-api-2.0.6.pom (1.8 kB at 6.7 kB/s) error 03-Jan-2023 03:02:46 #16 95.30 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/reporting/maven-reporting/2.0.6/maven-reporting-2.0.6.pom error 03-Jan-2023 03:02:47 #16 95.43 Progress (1): 1.4 kB error 03-Jan-2023 03:02:47 error 03-Jan-2023 03:02:47 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/reporting/maven-reporting/2.0.6/maven-reporting-2.0.6.pom (1.4 kB at 5.6 kB/s) error 03-Jan-2023 03:02:47 #16 95.62 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-7/doxia-sink-api-1.0-alpha-7.pom error 03-Jan-2023 03:02:47 #16 95.75 Progress (1): 424 B error 03-Jan-2023 03:02:47 error 03-Jan-2023 03:02:47 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-7/doxia-sink-api-1.0-alpha-7.pom (424 B at 1.5 kB/s) error 03-Jan-2023 03:02:47 #16 95.92 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/doxia/doxia/1.0-alpha-7/doxia-1.0-alpha-7.pom error 03-Jan-2023 03:02:47 #16 96.06 Progress (1): 3.4/3.9 kB error 03-Jan-2023 03:02:47 Progress (1): 3.9 kB error 03-Jan-2023 03:02:47 error 03-Jan-2023 03:02:47 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/doxia/doxia/1.0-alpha-7/doxia-1.0-alpha-7.pom (3.9 kB at 14 kB/s) error 03-Jan-2023 03:02:47 #16 96.30 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-error-diagnostics/2.0.6/maven-error-diagnostics-2.0.6.pom error 03-Jan-2023 03:02:48 #16 96.43 Progress (1): 1.7 kB error 03-Jan-2023 03:02:48 error 03-Jan-2023 03:02:48 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-error-diagnostics/2.0.6/maven-error-diagnostics-2.0.6.pom (1.7 kB at 6.4 kB/s) error 03-Jan-2023 03:02:48 #16 96.59 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/commons-cli/commons-cli/1.0/commons-cli-1.0.pom error 03-Jan-2023 03:02:48 #16 96.73 Progress (1): 2.1 kB error 03-Jan-2023 03:02:48 error 03-Jan-2023 03:02:48 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/commons-cli/commons-cli/1.0/commons-cli-1.0.pom (2.1 kB at 7.7 kB/s) error 03-Jan-2023 03:02:48 #16 96.90 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-plugin-descriptor/2.0.6/maven-plugin-descriptor-2.0.6.pom error 03-Jan-2023 03:02:48 #16 97.04 Progress (1): 2.0 kB error 03-Jan-2023 03:02:48 error 03-Jan-2023 03:02:48 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-plugin-descriptor/2.0.6/maven-plugin-descriptor-2.0.6.pom (2.0 kB at 7.4 kB/s) error 03-Jan-2023 03:02:48 #16 97.26 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-monitor/2.0.6/maven-monitor-2.0.6.pom error 03-Jan-2023 03:02:49 #16 97.38 Progress (1): 1.3 kB error 03-Jan-2023 03:02:49 error 03-Jan-2023 03:02:49 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-monitor/2.0.6/maven-monitor-2.0.6.pom (1.3 kB at 4.9 kB/s) error 03-Jan-2023 03:02:49 #16 97.60 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/shared/maven-filtering/1.1/maven-filtering-1.1.pom error 03-Jan-2023 03:02:49 #16 97.73 Progress (1): 3.4/5.8 kB error 03-Jan-2023 03:02:49 Progress (1): 5.8 kB error 03-Jan-2023 03:02:49 error 03-Jan-2023 03:02:49 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/shared/maven-filtering/1.1/maven-filtering-1.1.pom (5.8 kB at 23 kB/s) error 03-Jan-2023 03:02:49 #16 98.16 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-core/2.0.6/maven-core-2.0.6.jar error 03-Jan-2023 03:02:49 #16 98.17 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/reporting/maven-reporting-api/2.0.6/maven-reporting-api-2.0.6.jar error 03-Jan-2023 03:02:49 #16 98.17 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-plugin-parameter-documenter/2.0.6/maven-plugin-parameter-documenter-2.0.6.jar error 03-Jan-2023 03:02:49 #16 98.18 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-7/doxia-sink-api-1.0-alpha-7.jar error 03-Jan-2023 03:02:49 #16 98.21 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-error-diagnostics/2.0.6/maven-error-diagnostics-2.0.6.jar error 03-Jan-2023 03:02:50 #16 98.41 Progress (1): 3.4/5.9 kB error 03-Jan-2023 03:02:50 Progress (2): 3.4/5.9 kB | 3.3/21 kB error 03-Jan-2023 03:02:50 Progress (3): 3.4/5.9 kB | 3.3/21 kB | 3.4/152 kB error 03-Jan-2023 03:02:50 Progress (4): 3.4/5.9 kB | 3.3/21 kB | 3.4/152 kB | 3.4/14 kB error 03-Jan-2023 03:02:50 Progress (5): 3.4/5.9 kB | 3.3/21 kB | 3.4/152 kB | 3.4/14 kB | 3.4/9.9 kB error 03-Jan-2023 03:02:50 Progress (5): 3.4/5.9 kB | 3.3/21 kB | 3.4/152 kB | 3.4/14 kB | 6.2/9.9 kB error 03-Jan-2023 03:02:50 Progress (5): 3.4/5.9 kB | 3.3/21 kB | 3.4/152 kB | 3.4/14 kB | 9.0/9.9 kB error 03-Jan-2023 03:02:50 Progress (5): 3.4/5.9 kB | 6.1/21 kB | 3.4/152 kB | 3.4/14 kB | 9.0/9.9 kB error 03-Jan-2023 03:02:50 Progress (5): 3.4/5.9 kB | 8.9/21 kB | 3.4/152 kB | 3.4/14 kB | 9.0/9.9 kB error 03-Jan-2023 03:02:50 Progress (5): 3.4/5.9 kB | 8.9/21 kB | 6.2/152 kB | 3.4/14 kB | 9.0/9.9 kB error 03-Jan-2023 03:02:50 Progress (5): 3.4/5.9 kB | 8.9/21 kB | 9.0/152 kB | 3.4/14 kB | 9.0/9.9 kB error 03-Jan-2023 03:02:50 Progress (5): 3.4/5.9 kB | 8.9/21 kB | 12/152 kB | 3.4/14 kB | 9.0/9.9 kB error 03-Jan-2023 03:02:50 Progress (5): 3.4/5.9 kB | 8.9/21 kB | 12/152 kB | 3.4/14 kB | 9.9 kB error 03-Jan-2023 03:02:50 Progress (5): 3.4/5.9 kB | 8.9/21 kB | 12/152 kB | 6.2/14 kB | 9.9 kB error 03-Jan-2023 03:02:50 Progress (5): 3.4/5.9 kB | 8.9/21 kB | 12/152 kB | 9.0/14 kB | 9.9 kB error 03-Jan-2023 03:02:50 Progress (5): 3.4/5.9 kB | 8.9/21 kB | 12/152 kB | 12/14 kB | 9.9 kB error 03-Jan-2023 03:02:50 Progress (5): 3.4/5.9 kB | 12/21 kB | 12/152 kB | 12/14 kB | 9.9 kB error 03-Jan-2023 03:02:50 Progress (5): 3.4/5.9 kB | 15/21 kB | 12/152 kB | 12/14 kB | 9.9 kB error 03-Jan-2023 03:02:50 Progress (5): 3.4/5.9 kB | 15/21 kB | 15/152 kB | 12/14 kB | 9.9 kB error 03-Jan-2023 03:02:50 Progress (5): 3.4/5.9 kB | 15/21 kB | 17/152 kB | 12/14 kB | 9.9 kB error 03-Jan-2023 03:02:50 Progress (5): 3.4/5.9 kB | 15/21 kB | 20/152 kB | 12/14 kB | 9.9 kB error 03-Jan-2023 03:02:50 Progress (5): 5.9 kB | 15/21 kB | 20/152 kB | 12/14 kB | 9.9 kB error 03-Jan-2023 03:02:50 Progress (5): 5.9 kB | 17/21 kB | 20/152 kB | 12/14 kB | 9.9 kB error 03-Jan-2023 03:02:50 Progress (5): 5.9 kB | 20/21 kB | 20/152 kB | 12/14 kB | 9.9 kB error 03-Jan-2023 03:02:50 Progress (5): 5.9 kB | 20/21 kB | 23/152 kB | 12/14 kB | 9.9 kB error 03-Jan-2023 03:02:50 Progress (5): 5.9 kB | 21 kB | 23/152 kB | 12/14 kB | 9.9 kB error 03-Jan-2023 03:02:50 Progress (5): 5.9 kB | 21 kB | 26/152 kB | 12/14 kB | 9.9 kB error 03-Jan-2023 03:02:50 Progress (5): 5.9 kB | 21 kB | 29/152 kB | 12/14 kB | 9.9 kB error 03-Jan-2023 03:02:50 Progress (5): 5.9 kB | 21 kB | 31/152 kB | 12/14 kB | 9.9 kB error 03-Jan-2023 03:02:50 Progress (5): 5.9 kB | 21 kB | 31/152 kB | 14 kB | 9.9 kB error 03-Jan-2023 03:02:50 Progress (5): 5.9 kB | 21 kB | 34/152 kB | 14 kB | 9.9 kB error 03-Jan-2023 03:02:50 Progress (5): 5.9 kB | 21 kB | 37/152 kB | 14 kB | 9.9 kB error 03-Jan-2023 03:02:50 Progress (5): 5.9 kB | 21 kB | 40/152 kB | 14 kB | 9.9 kB error 03-Jan-2023 03:02:50 Progress (5): 5.9 kB | 21 kB | 43/152 kB | 14 kB | 9.9 kB error 03-Jan-2023 03:02:50 Progress (5): 5.9 kB | 21 kB | 45/152 kB | 14 kB | 9.9 kB error 03-Jan-2023 03:02:50 Progress (5): 5.9 kB | 21 kB | 48/152 kB | 14 kB | 9.9 kB error 03-Jan-2023 03:02:50 Progress (5): 5.9 kB | 21 kB | 51/152 kB | 14 kB | 9.9 kB error 03-Jan-2023 03:02:50 Progress (5): 5.9 kB | 21 kB | 54/152 kB | 14 kB | 9.9 kB error 03-Jan-2023 03:02:50 Progress (5): 5.9 kB | 21 kB | 56/152 kB | 14 kB | 9.9 kB error 03-Jan-2023 03:02:50 Progress (5): 5.9 kB | 21 kB | 59/152 kB | 14 kB | 9.9 kB error 03-Jan-2023 03:02:50 Progress (5): 5.9 kB | 21 kB | 62/152 kB | 14 kB | 9.9 kB error 03-Jan-2023 03:02:50 Progress (5): 5.9 kB | 21 kB | 65/152 kB | 14 kB | 9.9 kB error 03-Jan-2023 03:02:50 Progress (5): 5.9 kB | 21 kB | 68/152 kB | 14 kB | 9.9 kB error 03-Jan-2023 03:02:50 Progress (5): 5.9 kB | 21 kB | 70/152 kB | 14 kB | 9.9 kB error 03-Jan-2023 03:02:50 Progress (5): 5.9 kB | 21 kB | 73/152 kB | 14 kB | 9.9 kB error 03-Jan-2023 03:02:50 Progress (5): 5.9 kB | 21 kB | 76/152 kB | 14 kB | 9.9 kB error 03-Jan-2023 03:02:50 Progress (5): 5.9 kB | 21 kB | 79/152 kB | 14 kB | 9.9 kB error 03-Jan-2023 03:02:50 Progress (5): 5.9 kB | 21 kB | 82/152 kB | 14 kB | 9.9 kB error 03-Jan-2023 03:02:50 Progress (5): 5.9 kB | 21 kB | 84/152 kB | 14 kB | 9.9 kB error 03-Jan-2023 03:02:50 Progress (5): 5.9 kB | 21 kB | 87/152 kB | 14 kB | 9.9 kB error 03-Jan-2023 03:02:50 Progress (5): 5.9 kB | 21 kB | 90/152 kB | 14 kB | 9.9 kB error 03-Jan-2023 03:02:50 Progress (5): 5.9 kB | 21 kB | 93/152 kB | 14 kB | 9.9 kB error 03-Jan-2023 03:02:50 Progress (5): 5.9 kB | 21 kB | 96/152 kB | 14 kB | 9.9 kB error 03-Jan-2023 03:02:50 Progress (5): 5.9 kB | 21 kB | 98/152 kB | 14 kB | 9.9 kB error 03-Jan-2023 03:02:50 Progress (5): 5.9 kB | 21 kB | 101/152 kB | 14 kB | 9.9 kB error 03-Jan-2023 03:02:50 Progress (5): 5.9 kB | 21 kB | 104/152 kB | 14 kB | 9.9 kB error 03-Jan-2023 03:02:50 Progress (5): 5.9 kB | 21 kB | 107/152 kB | 14 kB | 9.9 kB error 03-Jan-2023 03:02:50 Progress (5): 5.9 kB | 21 kB | 109/152 kB | 14 kB | 9.9 kB error 03-Jan-2023 03:02:50 Progress (5): 5.9 kB | 21 kB | 112/152 kB | 14 kB | 9.9 kB error 03-Jan-2023 03:02:50 Progress (5): 5.9 kB | 21 kB | 115/152 kB | 14 kB | 9.9 kB error 03-Jan-2023 03:02:50 Progress (5): 5.9 kB | 21 kB | 118/152 kB | 14 kB | 9.9 kB error 03-Jan-2023 03:02:50 Progress (5): 5.9 kB | 21 kB | 120/152 kB | 14 kB | 9.9 kB error 03-Jan-2023 03:02:50 Progress (5): 5.9 kB | 21 kB | 123/152 kB | 14 kB | 9.9 kB error 03-Jan-2023 03:02:50 Progress (5): 5.9 kB | 21 kB | 126/152 kB | 14 kB | 9.9 kB error 03-Jan-2023 03:02:50 Progress (5): 5.9 kB | 21 kB | 129/152 kB | 14 kB | 9.9 kB error 03-Jan-2023 03:02:50 Progress (5): 5.9 kB | 21 kB | 132/152 kB | 14 kB | 9.9 kB error 03-Jan-2023 03:02:50 Progress (5): 5.9 kB | 21 kB | 134/152 kB | 14 kB | 9.9 kB error 03-Jan-2023 03:02:50 Progress (5): 5.9 kB | 21 kB | 137/152 kB | 14 kB | 9.9 kB error 03-Jan-2023 03:02:50 Progress (5): 5.9 kB | 21 kB | 140/152 kB | 14 kB | 9.9 kB error 03-Jan-2023 03:02:50 Progress (5): 5.9 kB | 21 kB | 143/152 kB | 14 kB | 9.9 kB error 03-Jan-2023 03:02:50 Progress (5): 5.9 kB | 21 kB | 146/152 kB | 14 kB | 9.9 kB error 03-Jan-2023 03:02:50 Progress (5): 5.9 kB | 21 kB | 148/152 kB | 14 kB | 9.9 kB error 03-Jan-2023 03:02:50 Progress (5): 5.9 kB | 21 kB | 151/152 kB | 14 kB | 9.9 kB error 03-Jan-2023 03:02:50 Progress (5): 5.9 kB | 21 kB | 152 kB | 14 kB | 9.9 kB error 03-Jan-2023 03:02:50 error 03-Jan-2023 03:02:50 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/reporting/maven-reporting-api/2.0.6/maven-reporting-api-2.0.6.jar (9.9 kB at 17 kB/s) error 03-Jan-2023 03:02:50 #16 98.74 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-7/doxia-sink-api-1.0-alpha-7.jar (5.9 kB at 10 kB/s) error 03-Jan-2023 03:02:50 #16 98.74 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-plugin-parameter-documenter/2.0.6/maven-plugin-parameter-documenter-2.0.6.jar (21 kB at 35 kB/s) error 03-Jan-2023 03:02:50 #16 98.74 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-error-diagnostics/2.0.6/maven-error-diagnostics-2.0.6.jar (14 kB at 24 kB/s) error 03-Jan-2023 03:02:50 #16 98.75 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/commons-cli/commons-cli/1.0/commons-cli-1.0.jar error 03-Jan-2023 03:02:50 #16 98.75 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-plugin-descriptor/2.0.6/maven-plugin-descriptor-2.0.6.jar error 03-Jan-2023 03:02:50 #16 98.75 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/classworlds/classworlds/1.1/classworlds-1.1.jar error 03-Jan-2023 03:02:50 #16 98.78 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-monitor/2.0.6/maven-monitor-2.0.6.jar error 03-Jan-2023 03:02:50 #16 98.94 Progress (2): 152 kB | 3.4/30 kB error 03-Jan-2023 03:02:50 Progress (3): 152 kB | 3.4/30 kB | 3.4/37 kB error 03-Jan-2023 03:02:50 Progress (4): 152 kB | 3.4/30 kB | 3.4/37 kB | 3.4/10 kB error 03-Jan-2023 03:02:50 Progress (5): 152 kB | 3.4/30 kB | 3.4/37 kB | 3.4/10 kB | 3.4/38 kB error 03-Jan-2023 03:02:50 Progress (5): 152 kB | 3.4/30 kB | 3.4/37 kB | 3.4/10 kB | 6.2/38 kB error 03-Jan-2023 03:02:50 Progress (5): 152 kB | 3.4/30 kB | 3.4/37 kB | 3.4/10 kB | 9.0/38 kB error 03-Jan-2023 03:02:50 Progress (5): 152 kB | 3.4/30 kB | 3.4/37 kB | 3.4/10 kB | 12/38 kB error 03-Jan-2023 03:02:50 Progress (5): 152 kB | 3.4/30 kB | 6.2/37 kB | 3.4/10 kB | 12/38 kB error 03-Jan-2023 03:02:50 Progress (5): 152 kB | 3.4/30 kB | 9.0/37 kB | 3.4/10 kB | 12/38 kB error 03-Jan-2023 03:02:50 Progress (5): 152 kB | 3.4/30 kB | 12/37 kB | 3.4/10 kB | 12/38 kB error 03-Jan-2023 03:02:50 Progress (5): 152 kB | 3.4/30 kB | 12/37 kB | 6.2/10 kB | 12/38 kB error 03-Jan-2023 03:02:50 Progress (5): 152 kB | 3.4/30 kB | 12/37 kB | 9.0/10 kB | 12/38 kB error 03-Jan-2023 03:02:50 Progress (5): 152 kB | 3.4/30 kB | 12/37 kB | 9.0/10 kB | 15/38 kB error 03-Jan-2023 03:02:50 Progress (5): 152 kB | 3.4/30 kB | 12/37 kB | 9.0/10 kB | 17/38 kB error 03-Jan-2023 03:02:50 Progress (5): 152 kB | 3.4/30 kB | 12/37 kB | 9.0/10 kB | 20/38 kB error 03-Jan-2023 03:02:50 Progress (5): 152 kB | 3.4/30 kB | 12/37 kB | 9.0/10 kB | 23/38 kB error 03-Jan-2023 03:02:50 Progress (5): 152 kB | 3.4/30 kB | 15/37 kB | 9.0/10 kB | 23/38 kB error 03-Jan-2023 03:02:50 Progress (5): 152 kB | 3.4/30 kB | 15/37 kB | 10 kB | 23/38 kB error 03-Jan-2023 03:02:50 Progress (5): 152 kB | 3.4/30 kB | 15/37 kB | 10 kB | 26/38 kB error 03-Jan-2023 03:02:50 Progress (5): 152 kB | 3.4/30 kB | 15/37 kB | 10 kB | 29/38 kB error 03-Jan-2023 03:02:50 Progress (5): 152 kB | 3.4/30 kB | 15/37 kB | 10 kB | 31/38 kB error 03-Jan-2023 03:02:50 Progress (5): 152 kB | 3.4/30 kB | 15/37 kB | 10 kB | 34/38 kB error 03-Jan-2023 03:02:50 Progress (5): 152 kB | 3.4/30 kB | 17/37 kB | 10 kB | 34/38 kB error 03-Jan-2023 03:02:50 Progress (5): 152 kB | 6.2/30 kB | 17/37 kB | 10 kB | 34/38 kB error 03-Jan-2023 03:02:50 error 03-Jan-2023 03:02:50 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-core/2.0.6/maven-core-2.0.6.jar (152 kB at 177 kB/s) error 03-Jan-2023 03:02:50 #16 98.99 Progress (4): 9.0/30 kB | 17/37 kB | 10 kB | 34/38 kB error 03-Jan-2023 03:02:50 Progress (4): 12/30 kB | 17/37 kB | 10 kB | 34/38 kB error 03-Jan-2023 03:02:50 Progress (4): 15/30 kB | 17/37 kB | 10 kB | 34/38 kB error 03-Jan-2023 03:02:50 Progress (4): 17/30 kB | 17/37 kB | 10 kB | 34/38 kB error 03-Jan-2023 03:02:50 error 03-Jan-2023 03:02:50 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/shared/maven-filtering/1.1/maven-filtering-1.1.jar error 03-Jan-2023 03:02:50 #16 99.00 Progress (4): 17/30 kB | 17/37 kB | 10 kB | 37/38 kB error 03-Jan-2023 03:02:50 Progress (4): 20/30 kB | 17/37 kB | 10 kB | 37/38 kB error 03-Jan-2023 03:02:50 Progress (4): 23/30 kB | 17/37 kB | 10 kB | 37/38 kB error 03-Jan-2023 03:02:50 Progress (4): 23/30 kB | 20/37 kB | 10 kB | 37/38 kB error 03-Jan-2023 03:02:50 Progress (4): 26/30 kB | 20/37 kB | 10 kB | 37/38 kB error 03-Jan-2023 03:02:50 Progress (4): 26/30 kB | 20/37 kB | 10 kB | 38 kB error 03-Jan-2023 03:02:50 Progress (4): 26/30 kB | 23/37 kB | 10 kB | 38 kB error 03-Jan-2023 03:02:50 Progress (4): 26/30 kB | 26/37 kB | 10 kB | 38 kB error 03-Jan-2023 03:02:50 Progress (4): 26/30 kB | 29/37 kB | 10 kB | 38 kB error 03-Jan-2023 03:02:50 Progress (4): 29/30 kB | 29/37 kB | 10 kB | 38 kB error 03-Jan-2023 03:02:50 Progress (4): 29/30 kB | 31/37 kB | 10 kB | 38 kB error 03-Jan-2023 03:02:50 Progress (4): 29/30 kB | 34/37 kB | 10 kB | 38 kB error 03-Jan-2023 03:02:50 Progress (4): 30 kB | 34/37 kB | 10 kB | 38 kB error 03-Jan-2023 03:02:50 Progress (4): 30 kB | 37 kB | 10 kB | 38 kB error 03-Jan-2023 03:02:50 Progress (5): 30 kB | 37 kB | 10 kB | 38 kB | 3.4/43 kB error 03-Jan-2023 03:02:50 Progress (5): 30 kB | 37 kB | 10 kB | 38 kB | 6.2/43 kB error 03-Jan-2023 03:02:50 Progress (5): 30 kB | 37 kB | 10 kB | 38 kB | 9.0/43 kB error 03-Jan-2023 03:02:50 error 03-Jan-2023 03:02:50 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/commons-cli/commons-cli/1.0/commons-cli-1.0.jar (30 kB at 30 kB/s) error 03-Jan-2023 03:02:50 #16 99.17 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-monitor/2.0.6/maven-monitor-2.0.6.jar (10 kB at 10 kB/s) error 03-Jan-2023 03:02:50 #16 99.17 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-plugin-descriptor/2.0.6/maven-plugin-descriptor-2.0.6.jar (37 kB at 37 kB/s) error 03-Jan-2023 03:02:50 #16 99.18 Progress (2): 38 kB | 12/43 kB error 03-Jan-2023 03:02:50 error 03-Jan-2023 03:02:50 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/classworlds/classworlds/1.1/classworlds-1.1.jar (38 kB at 38 kB/s) error 03-Jan-2023 03:02:50 #16 99.18 Progress (1): 15/43 kB error 03-Jan-2023 03:02:50 Progress (1): 17/43 kB error 03-Jan-2023 03:02:50 Progress (1): 20/43 kB error 03-Jan-2023 03:02:50 Progress (1): 23/43 kB error 03-Jan-2023 03:02:50 Progress (1): 26/43 kB error 03-Jan-2023 03:02:50 Progress (1): 29/43 kB error 03-Jan-2023 03:02:50 Progress (1): 31/43 kB error 03-Jan-2023 03:02:50 Progress (1): 34/43 kB error 03-Jan-2023 03:02:50 Progress (1): 37/43 kB error 03-Jan-2023 03:02:50 Progress (1): 40/43 kB error 03-Jan-2023 03:02:50 Progress (1): 43/43 kB error 03-Jan-2023 03:02:50 Progress (1): 43 kB error 03-Jan-2023 03:02:51 error 03-Jan-2023 03:02:51 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/shared/maven-filtering/1.1/maven-filtering-1.1.jar (43 kB at 36 kB/s) error 03-Jan-2023 03:02:52 #16 100.4 [INFO] Using 'UTF-8' encoding to copy filtered resources. error 03-Jan-2023 03:02:52 #16 100.4 [INFO] Copying 1 resource error 03-Jan-2023 03:02:52 #16 100.5 [INFO] Copying 2 resources error 03-Jan-2023 03:02:52 #16 100.7 [INFO] skip non existing resourceDirectory /app/package/src/main/webapp error 03-Jan-2023 03:02:52 #16 100.7 [INFO] error 03-Jan-2023 03:02:52 #16 100.7 [INFO] --- openmrs-sdk-maven-plugin:4.5.0:build-distro (build-distro) @ referenceapplication-package --- error 03-Jan-2023 03:02:53 #16 ... error 03-Jan-2023 03:02:53 error 03-Jan-2023 03:02:53 #17 [linux/amd64 dev 4/4] RUN mvn -s /usr/share/maven/ref/settings-docker.xml install error 03-Jan-2023 03:02:53 #17 91.77 Progress (1): 0/1.9 MB error 03-Jan-2023 03:02:53 Progress (1): 0/1.9 MB error 03-Jan-2023 03:02:53 Progress (1): 0/1.9 MB error 03-Jan-2023 03:02:53 Progress (1): 0/1.9 MB error 03-Jan-2023 03:02:53 Progress (1): 0.1/1.9 MB error 03-Jan-2023 03:02:53 Progress (1): 0.1/1.9 MB error 03-Jan-2023 03:02:53 Progress (1): 0.1/1.9 MB error 03-Jan-2023 03:02:53 Progress (1): 0.1/1.9 MB error 03-Jan-2023 03:02:53 Progress (1): 0.1/1.9 MB error 03-Jan-2023 03:02:53 Progress (1): 0.1/1.9 MB error 03-Jan-2023 03:02:53 Progress (1): 0.1/1.9 MB error 03-Jan-2023 03:02:53 Progress (1): 0.1/1.9 MB error 03-Jan-2023 03:02:53 Progress (1): 0.1/1.9 MB error 03-Jan-2023 03:02:53 Progress (1): 0.1/1.9 MB error 03-Jan-2023 03:02:53 Progress (1): 0.1/1.9 MB error 03-Jan-2023 03:02:53 Progress (1): 0.2/1.9 MB error 03-Jan-2023 03:02:53 Progress (1): 0.2/1.9 MB error 03-Jan-2023 03:02:53 Progress (1): 0.2/1.9 MB error 03-Jan-2023 03:02:53 Progress (1): 0.2/1.9 MB error 03-Jan-2023 03:02:53 Progress (1): 0.2/1.9 MB error 03-Jan-2023 03:02:53 Progress (1): 0.2/1.9 MB error 03-Jan-2023 03:02:53 Progress (1): 0.2/1.9 MB error 03-Jan-2023 03:02:53 Progress (1): 0.2/1.9 MB error 03-Jan-2023 03:02:53 Progress (1): 0.2/1.9 MB error 03-Jan-2023 03:02:53 Progress (1): 0.2/1.9 MB error 03-Jan-2023 03:02:53 Progress (1): 0.2/1.9 MB error 03-Jan-2023 03:02:53 Progress (1): 0.2/1.9 MB error 03-Jan-2023 03:02:53 Progress (1): 0.3/1.9 MB error 03-Jan-2023 03:02:53 Progress (1): 0.3/1.9 MB error 03-Jan-2023 03:02:53 Progress (1): 0.3/1.9 MB error 03-Jan-2023 03:02:53 Progress (1): 0.3/1.9 MB error 03-Jan-2023 03:02:53 Progress (1): 0.3/1.9 MB error 03-Jan-2023 03:02:53 Progress (1): 0.3/1.9 MB error 03-Jan-2023 03:02:53 Progress (1): 0.3/1.9 MB error 03-Jan-2023 03:02:53 Progress (1): 0.3/1.9 MB error 03-Jan-2023 03:02:53 Progress (1): 0.3/1.9 MB error 03-Jan-2023 03:02:53 Progress (1): 0.3/1.9 MB error 03-Jan-2023 03:02:53 Progress (1): 0.3/1.9 MB error 03-Jan-2023 03:02:53 Progress (1): 0.4/1.9 MB error 03-Jan-2023 03:02:53 Progress (1): 0.4/1.9 MB error 03-Jan-2023 03:02:53 Progress (1): 0.4/1.9 MB error 03-Jan-2023 03:02:53 Progress (1): 0.4/1.9 MB error 03-Jan-2023 03:02:53 Progress (1): 0.4/1.9 MB error 03-Jan-2023 03:02:53 Progress (1): 0.4/1.9 MB error 03-Jan-2023 03:02:53 Progress (1): 0.4/1.9 MB error 03-Jan-2023 03:02:53 Progress (1): 0.4/1.9 MB error 03-Jan-2023 03:02:53 Progress (1): 0.4/1.9 MB error 03-Jan-2023 03:02:53 Progress (1): 0.4/1.9 MB error 03-Jan-2023 03:02:53 Progress (1): 0.4/1.9 MB error 03-Jan-2023 03:02:53 Progress (1): 0.5/1.9 MB error 03-Jan-2023 03:02:53 Progress (1): 0.5/1.9 MB error 03-Jan-2023 03:02:53 Progress (1): 0.5/1.9 MB error 03-Jan-2023 03:02:53 Progress (1): 0.5/1.9 MB error 03-Jan-2023 03:02:53 Progress (1): 0.5/1.9 MB error 03-Jan-2023 03:02:53 Progress (1): 0.5/1.9 MB error 03-Jan-2023 03:02:53 Progress (1): 0.5/1.9 MB error 03-Jan-2023 03:02:53 Progress (1): 0.5/1.9 MB error 03-Jan-2023 03:02:53 Progress (1): 0.5/1.9 MB error 03-Jan-2023 03:02:53 Progress (1): 0.5/1.9 MB error 03-Jan-2023 03:02:53 Progress (1): 0.5/1.9 MB error 03-Jan-2023 03:02:53 Progress (1): 0.6/1.9 MB error 03-Jan-2023 03:02:53 Progress (1): 0.6/1.9 MB error 03-Jan-2023 03:02:53 Progress (1): 0.6/1.9 MB error 03-Jan-2023 03:02:53 Progress (1): 0.6/1.9 MB error 03-Jan-2023 03:02:53 Progress (1): 0.6/1.9 MB error 03-Jan-2023 03:02:53 Progress (1): 0.6/1.9 MB error 03-Jan-2023 03:02:53 Progress (1): 0.6/1.9 MB error 03-Jan-2023 03:02:53 Progress (1): 0.6/1.9 MB error 03-Jan-2023 03:02:53 Progress (1): 0.6/1.9 MB error 03-Jan-2023 03:02:53 Progress (1): 0.6/1.9 MB error 03-Jan-2023 03:02:53 Progress (1): 0.7/1.9 MB error 03-Jan-2023 03:02:53 Progress (1): 0.7/1.9 MB error 03-Jan-2023 03:02:53 Progress (1): 0.7/1.9 MB error 03-Jan-2023 03:02:53 Progress (1): 0.7/1.9 MB error 03-Jan-2023 03:02:53 Progress (1): 0.7/1.9 MB error 03-Jan-2023 03:02:53 Progress (1): 0.7/1.9 MB error 03-Jan-2023 03:02:53 Progress (1): 0.7/1.9 MB error 03-Jan-2023 03:02:53 Progress (1): 0.7/1.9 MB error 03-Jan-2023 03:02:53 Progress (1): 0.7/1.9 MB error 03-Jan-2023 03:02:53 Progress (1): 0.7/1.9 MB error 03-Jan-2023 03:02:53 Progress (1): 0.7/1.9 MB error 03-Jan-2023 03:02:53 Progress (1): 0.7/1.9 MB error 03-Jan-2023 03:02:53 Progress (1): 0.8/1.9 MB error 03-Jan-2023 03:02:53 Progress (1): 0.8/1.9 MB error 03-Jan-2023 03:02:53 Progress (1): 0.8/1.9 MB error 03-Jan-2023 03:02:53 Progress (1): 0.8/1.9 MB error 03-Jan-2023 03:02:53 Progress (1): 0.8/1.9 MB error 03-Jan-2023 03:02:53 Progress (1): 0.8/1.9 MB error 03-Jan-2023 03:02:53 Progress (1): 0.8/1.9 MB error 03-Jan-2023 03:02:53 Progress (1): 0.8/1.9 MB error 03-Jan-2023 03:02:53 Progress (1): 0.8/1.9 MB error 03-Jan-2023 03:02:53 Progress (1): 0.8/1.9 MB error 03-Jan-2023 03:02:53 Progress (1): 0.9/1.9 MB error 03-Jan-2023 03:02:53 Progress (1): 0.9/1.9 MB error 03-Jan-2023 03:02:53 Progress (1): 0.9/1.9 MB error 03-Jan-2023 03:02:53 Progress (1): 0.9/1.9 MB error 03-Jan-2023 03:02:53 Progress (1): 0.9/1.9 MB error 03-Jan-2023 03:02:53 Progress (1): 0.9/1.9 MB error 03-Jan-2023 03:02:53 Progress (1): 0.9/1.9 MB error 03-Jan-2023 03:02:53 Progress (1): 0.9/1.9 MB error 03-Jan-2023 03:02:53 Progress (1): 0.9/1.9 MB error 03-Jan-2023 03:02:53 Progress (1): 0.9/1.9 MB error 03-Jan-2023 03:02:53 Progress (1): 1.0/1.9 MB error 03-Jan-2023 03:02:53 Progress (1): 1.0/1.9 MB error 03-Jan-2023 03:02:53 Progress (1): 1.0/1.9 MB error 03-Jan-2023 03:02:53 Progress (1): 1.0/1.9 MB error 03-Jan-2023 03:02:53 Progress (1): 1.0/1.9 MB error 03-Jan-2023 03:02:53 Progress (1): 1.0/1.9 MB error 03-Jan-2023 03:02:53 Progress (1): 1.0/1.9 MB error 03-Jan-2023 03:02:53 Progress (1): 1.0/1.9 MB error 03-Jan-2023 03:02:53 Progress (1): 1.0/1.9 MB error 03-Jan-2023 03:02:53 Progress (1): 1.1/1.9 MB error 03-Jan-2023 03:02:53 Progress (1): 1.1/1.9 MB error 03-Jan-2023 03:02:53 Progress (1): 1.1/1.9 MB error 03-Jan-2023 03:02:53 Progress (1): 1.1/1.9 MB error 03-Jan-2023 03:02:53 Progress (1): 1.1/1.9 MB error 03-Jan-2023 03:02:53 Progress (1): 1.1/1.9 MB error 03-Jan-2023 03:02:53 Progress (1): 1.1/1.9 MB error 03-Jan-2023 03:02:53 Progress (1): 1.1/1.9 MB error 03-Jan-2023 03:02:53 Progress (1): 1.1/1.9 MB error 03-Jan-2023 03:02:53 Progress (1): 1.1/1.9 MB error 03-Jan-2023 03:02:53 Progress (1): 1.2/1.9 MB error 03-Jan-2023 03:02:53 Progress (1): 1.2/1.9 MB error 03-Jan-2023 03:02:53 Progress (1): 1.2/1.9 MB error 03-Jan-2023 03:02:53 Progress (1): 1.2/1.9 MB error 03-Jan-2023 03:02:53 Progress (1): 1.2/1.9 MB error 03-Jan-2023 03:02:53 Progress (1): 1.2/1.9 MB error 03-Jan-2023 03:02:53 Progress (1): 1.2/1.9 MB error 03-Jan-2023 03:02:53 Progress (1): 1.2/1.9 MB error 03-Jan-2023 03:02:53 Progress (1): 1.2/1.9 MB error 03-Jan-2023 03:02:53 Progress (1): 1.2/1.9 MB error 03-Jan-2023 03:02:53 Progress (1): 1.3/1.9 MB error 03-Jan-2023 03:02:53 Progress (1): 1.3/1.9 MB error 03-Jan-2023 03:02:53 Progress (1): 1.3/1.9 MB error 03-Jan-2023 03:02:53 Progress (1): 1.3/1.9 MB error 03-Jan-2023 03:02:53 Progress (1): 1.3/1.9 MB error 03-Jan-2023 03:02:53 Progress (1): 1.3/1.9 MB error 03-Jan-2023 03:02:53 Progress (1): 1.3/1.9 MB error 03-Jan-2023 03:02:53 Progress (1): 1.3/1.9 MB error 03-Jan-2023 03:02:53 Progress (1): 1.3/1.9 MB error 03-Jan-2023 03:02:53 Progress (1): 1.4/1.9 MB error 03-Jan-2023 03:02:53 Progress (1): 1.4/1.9 MB error 03-Jan-2023 03:02:53 Progress (1): 1.4/1.9 MB error 03-Jan-2023 03:02:53 Progress (1): 1.4/1.9 MB error 03-Jan-2023 03:02:53 Progress (1): 1.4/1.9 MB error 03-Jan-2023 03:02:53 Progress (1): 1.4/1.9 MB error 03-Jan-2023 03:02:53 Progress (1): 1.4/1.9 MB error 03-Jan-2023 03:02:53 Progress (1): 1.4/1.9 MB error 03-Jan-2023 03:02:53 Progress (1): 1.4/1.9 MB error 03-Jan-2023 03:02:53 Progress (1): 1.4/1.9 MB error 03-Jan-2023 03:02:53 Progress (1): 1.4/1.9 MB error 03-Jan-2023 03:02:53 Progress (1): 1.5/1.9 MB error 03-Jan-2023 03:02:53 Progress (1): 1.5/1.9 MB error 03-Jan-2023 03:02:53 Progress (1): 1.5/1.9 MB error 03-Jan-2023 03:02:53 Progress (1): 1.5/1.9 MB error 03-Jan-2023 03:02:53 Progress (1): 1.5/1.9 MB error 03-Jan-2023 03:02:53 Progress (1): 1.5/1.9 MB error 03-Jan-2023 03:02:53 Progress (1): 1.5/1.9 MB error 03-Jan-2023 03:02:53 Progress (1): 1.5/1.9 MB error 03-Jan-2023 03:02:53 Progress (1): 1.5/1.9 MB error 03-Jan-2023 03:02:53 Progress (1): 1.5/1.9 MB error 03-Jan-2023 03:02:53 Progress (1): 1.6/1.9 MB error 03-Jan-2023 03:02:53 Progress (1): 1.6/1.9 MB error 03-Jan-2023 03:02:53 Progress (1): 1.6/1.9 MB error 03-Jan-2023 03:02:53 Progress (1): 1.6/1.9 MB error 03-Jan-2023 03:02:53 Progress (1): 1.6/1.9 MB error 03-Jan-2023 03:02:53 Progress (1): 1.6/1.9 MB error 03-Jan-2023 03:02:53 Progress (1): 1.6/1.9 MB error 03-Jan-2023 03:02:53 Progress (1): 1.6/1.9 MB error 03-Jan-2023 03:02:53 Progress (1): 1.6/1.9 MB error 03-Jan-2023 03:02:53 Progress (1): 1.6/1.9 MB error 03-Jan-2023 03:02:53 Progress (1): 1.7/1.9 MB error 03-Jan-2023 03:02:53 Progress (1): 1.7/1.9 MB error 03-Jan-2023 03:02:53 Progress (1): 1.7/1.9 MB error 03-Jan-2023 03:02:53 Progress (1): 1.7/1.9 MB error 03-Jan-2023 03:02:53 Progress (1): 1.7/1.9 MB error 03-Jan-2023 03:02:53 Progress (1): 1.7/1.9 MB error 03-Jan-2023 03:02:53 Progress (1): 1.7/1.9 MB error 03-Jan-2023 03:02:53 Progress (1): 1.7/1.9 MB error 03-Jan-2023 03:02:53 Progress (1): 1.7/1.9 MB error 03-Jan-2023 03:02:53 Progress (1): 1.7/1.9 MB error 03-Jan-2023 03:02:53 Progress (1): 1.8/1.9 MB error 03-Jan-2023 03:02:53 Progress (1): 1.8/1.9 MB error 03-Jan-2023 03:02:53 Progress (1): 1.8/1.9 MB error 03-Jan-2023 03:02:53 Progress (1): 1.8/1.9 MB error 03-Jan-2023 03:02:53 Progress (1): 1.8/1.9 MB error 03-Jan-2023 03:02:53 Progress (1): 1.8/1.9 MB error 03-Jan-2023 03:02:53 Progress (1): 1.8/1.9 MB error 03-Jan-2023 03:02:53 Progress (1): 1.8/1.9 MB error 03-Jan-2023 03:02:53 Progress (1): 1.8/1.9 MB error 03-Jan-2023 03:02:53 Progress (1): 1.9/1.9 MB error 03-Jan-2023 03:02:53 Progress (1): 1.9/1.9 MB error 03-Jan-2023 03:02:53 Progress (1): 1.9/1.9 MB error 03-Jan-2023 03:02:53 Progress (1): 1.9/1.9 MB error 03-Jan-2023 03:02:53 Progress (1): 1.9/1.9 MB error 03-Jan-2023 03:02:53 Progress (1): 1.9/1.9 MB error 03-Jan-2023 03:02:53 Progress (1): 1.9/1.9 MB error 03-Jan-2023 03:02:53 Progress (1): 1.9/1.9 MB error 03-Jan-2023 03:02:53 Progress (1): 1.9/1.9 MB error 03-Jan-2023 03:02:53 Progress (1): 1.9/1.9 MB error 03-Jan-2023 03:02:53 Progress (1): 1.9/1.9 MB error 03-Jan-2023 03:02:53 Progress (1): 1.9 MB error 03-Jan-2023 03:02:53 error 03-Jan-2023 03:02:53 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/referenceapplication-omod/2.13.0-SNAPSHOT/referenceapplication-omod-2.13.0-20230102.174931-193.jar (1.9 MB at 3.5 MB/s) error 03-Jan-2023 03:02:53 #17 92.02 [INFO] Configured Artifact: org.openmrs.module:htmlformentry-omod:5.1.0:jar error 03-Jan-2023 03:02:53 #17 92.03 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/htmlformentry-omod/5.1.0/htmlformentry-omod-5.1.0.pom error 03-Jan-2023 03:02:53 #17 92.15 Progress (1): 3.3/6.1 kB error 03-Jan-2023 03:02:53 Progress (1): 6.1 kB error 03-Jan-2023 03:02:53 error 03-Jan-2023 03:02:53 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/htmlformentry-omod/5.1.0/htmlformentry-omod-5.1.0.pom (6.1 kB at 27 kB/s) error 03-Jan-2023 03:02:53 #17 92.26 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/htmlformentry/5.1.0/htmlformentry-5.1.0.pom error 03-Jan-2023 03:02:53 #17 92.37 Progress (1): 3.3/16 kB error 03-Jan-2023 03:02:53 Progress (1): 6.1/16 kB error 03-Jan-2023 03:02:53 Progress (1): 8.9/16 kB error 03-Jan-2023 03:02:53 Progress (1): 12/16 kB error 03-Jan-2023 03:02:53 Progress (1): 15/16 kB error 03-Jan-2023 03:02:53 Progress (1): 16 kB error 03-Jan-2023 03:02:53 error 03-Jan-2023 03:02:53 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/htmlformentry/5.1.0/htmlformentry-5.1.0.pom (16 kB at 72 kB/s) error 03-Jan-2023 03:02:53 #17 92.48 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/htmlformentry-omod/5.1.0/htmlformentry-omod-5.1.0.jar error 03-Jan-2023 03:02:53 #17 92.78 Progress (1): 0/2.3 MB error 03-Jan-2023 03:02:53 Progress (1): 0/2.3 MB error 03-Jan-2023 03:02:53 Progress (1): 0/2.3 MB error 03-Jan-2023 03:02:53 Progress (1): 0.1/2.3 MB error 03-Jan-2023 03:02:53 Progress (1): 0.1/2.3 MB error 03-Jan-2023 03:02:53 Progress (1): 0.1/2.3 MB error 03-Jan-2023 03:02:53 Progress (1): 0.1/2.3 MB error 03-Jan-2023 03:02:53 Progress (1): 0.1/2.3 MB error 03-Jan-2023 03:02:53 Progress (1): 0.1/2.3 MB error 03-Jan-2023 03:02:53 Progress (1): 0.2/2.3 MB error 03-Jan-2023 03:02:53 Progress (1): 0.2/2.3 MB error 03-Jan-2023 03:02:53 Progress (1): 0.2/2.3 MB error 03-Jan-2023 03:02:53 Progress (1): 0.2/2.3 MB error 03-Jan-2023 03:02:53 Progress (1): 0.2/2.3 MB error 03-Jan-2023 03:02:53 Progress (1): 0.2/2.3 MB error 03-Jan-2023 03:02:53 Progress (1): 0.3/2.3 MB error 03-Jan-2023 03:02:53 Progress (1): 0.3/2.3 MB error 03-Jan-2023 03:02:53 Progress (1): 0.3/2.3 MB error 03-Jan-2023 03:02:53 Progress (1): 0.3/2.3 MB error 03-Jan-2023 03:02:53 Progress (1): 0.3/2.3 MB error 03-Jan-2023 03:02:53 Progress (1): 0.3/2.3 MB error 03-Jan-2023 03:02:53 Progress (1): 0.4/2.3 MB error 03-Jan-2023 03:02:53 Progress (1): 0.4/2.3 MB error 03-Jan-2023 03:02:53 Progress (1): 0.4/2.3 MB error 03-Jan-2023 03:02:53 Progress (1): 0.4/2.3 MB error 03-Jan-2023 03:02:53 Progress (1): 0.4/2.3 MB error 03-Jan-2023 03:02:53 Progress (1): 0.4/2.3 MB error 03-Jan-2023 03:02:53 Progress (1): 0.4/2.3 MB error 03-Jan-2023 03:02:53 Progress (1): 0.5/2.3 MB error 03-Jan-2023 03:02:53 Progress (1): 0.5/2.3 MB error 03-Jan-2023 03:02:53 Progress (1): 0.5/2.3 MB error 03-Jan-2023 03:02:53 Progress (1): 0.5/2.3 MB error 03-Jan-2023 03:02:53 Progress (1): 0.5/2.3 MB error 03-Jan-2023 03:02:53 Progress (1): 0.5/2.3 MB error 03-Jan-2023 03:02:53 Progress (1): 0.6/2.3 MB error 03-Jan-2023 03:02:53 Progress (1): 0.6/2.3 MB error 03-Jan-2023 03:02:53 Progress (1): 0.6/2.3 MB error 03-Jan-2023 03:02:53 Progress (1): 0.6/2.3 MB error 03-Jan-2023 03:02:53 Progress (1): 0.6/2.3 MB error 03-Jan-2023 03:02:53 Progress (1): 0.6/2.3 MB error 03-Jan-2023 03:02:53 Progress (1): 0.7/2.3 MB error 03-Jan-2023 03:02:53 Progress (1): 0.7/2.3 MB error 03-Jan-2023 03:02:53 Progress (1): 0.7/2.3 MB error 03-Jan-2023 03:02:53 Progress (1): 0.7/2.3 MB error 03-Jan-2023 03:02:53 Progress (1): 0.7/2.3 MB error 03-Jan-2023 03:02:53 Progress (1): 0.7/2.3 MB error 03-Jan-2023 03:02:53 Progress (1): 0.8/2.3 MB error 03-Jan-2023 03:02:53 Progress (1): 0.8/2.3 MB error 03-Jan-2023 03:02:53 Progress (1): 0.8/2.3 MB error 03-Jan-2023 03:02:53 Progress (1): 0.8/2.3 MB error 03-Jan-2023 03:02:53 Progress (1): 0.8/2.3 MB error 03-Jan-2023 03:02:53 Progress (1): 0.8/2.3 MB error 03-Jan-2023 03:02:53 Progress (1): 0.8/2.3 MB error 03-Jan-2023 03:02:53 Progress (1): 0.9/2.3 MB error 03-Jan-2023 03:02:53 Progress (1): 0.9/2.3 MB error 03-Jan-2023 03:02:53 Progress (1): 0.9/2.3 MB error 03-Jan-2023 03:02:53 Progress (1): 0.9/2.3 MB error 03-Jan-2023 03:02:53 Progress (1): 0.9/2.3 MB error 03-Jan-2023 03:02:53 Progress (1): 0.9/2.3 MB error 03-Jan-2023 03:02:53 Progress (1): 1.0/2.3 MB error 03-Jan-2023 03:02:53 Progress (1): 1.0/2.3 MB error 03-Jan-2023 03:02:53 Progress (1): 1.0/2.3 MB error 03-Jan-2023 03:02:53 Progress (1): 1.0/2.3 MB error 03-Jan-2023 03:02:53 Progress (1): 1.0/2.3 MB error 03-Jan-2023 03:02:53 Progress (1): 1.0/2.3 MB error 03-Jan-2023 03:02:53 Progress (1): 1.1/2.3 MB error 03-Jan-2023 03:02:53 Progress (1): 1.1/2.3 MB error 03-Jan-2023 03:02:53 Progress (1): 1.1/2.3 MB error 03-Jan-2023 03:02:53 Progress (1): 1.1/2.3 MB error 03-Jan-2023 03:02:53 Progress (1): 1.1/2.3 MB error 03-Jan-2023 03:02:53 Progress (1): 1.1/2.3 MB error 03-Jan-2023 03:02:53 Progress (1): 1.1/2.3 MB error 03-Jan-2023 03:02:53 Progress (1): 1.2/2.3 MB error 03-Jan-2023 03:02:53 Progress (1): 1.2/2.3 MB error 03-Jan-2023 03:02:53 Progress (1): 1.2/2.3 MB error 03-Jan-2023 03:02:53 Progress (1): 1.2/2.3 MB error 03-Jan-2023 03:02:53 Progress (1): 1.2/2.3 MB error 03-Jan-2023 03:02:53 Progress (1): 1.2/2.3 MB error 03-Jan-2023 03:02:53 Progress (1): 1.3/2.3 MB error 03-Jan-2023 03:02:53 Progress (1): 1.3/2.3 MB error 03-Jan-2023 03:02:53 Progress (1): 1.3/2.3 MB error 03-Jan-2023 03:02:53 Progress (1): 1.3/2.3 MB error 03-Jan-2023 03:02:53 Progress (1): 1.3/2.3 MB error 03-Jan-2023 03:02:53 Progress (1): 1.3/2.3 MB error 03-Jan-2023 03:02:53 Progress (1): 1.4/2.3 MB error 03-Jan-2023 03:02:53 Progress (1): 1.4/2.3 MB error 03-Jan-2023 03:02:53 Progress (1): 1.4/2.3 MB error 03-Jan-2023 03:02:53 Progress (1): 1.4/2.3 MB error 03-Jan-2023 03:02:53 Progress (1): 1.4/2.3 MB error 03-Jan-2023 03:02:53 Progress (1): 1.4/2.3 MB error 03-Jan-2023 03:02:53 Progress (1): 1.4/2.3 MB error 03-Jan-2023 03:02:53 Progress (1): 1.5/2.3 MB error 03-Jan-2023 03:02:53 Progress (1): 1.5/2.3 MB error 03-Jan-2023 03:02:53 Progress (1): 1.5/2.3 MB error 03-Jan-2023 03:02:53 Progress (1): 1.5/2.3 MB error 03-Jan-2023 03:02:53 Progress (1): 1.5/2.3 MB error 03-Jan-2023 03:02:53 Progress (1): 1.5/2.3 MB error 03-Jan-2023 03:02:53 Progress (1): 1.6/2.3 MB error 03-Jan-2023 03:02:53 Progress (1): 1.6/2.3 MB error 03-Jan-2023 03:02:53 Progress (1): 1.6/2.3 MB error 03-Jan-2023 03:02:53 Progress (1): 1.6/2.3 MB error 03-Jan-2023 03:02:53 Progress (1): 1.6/2.3 MB error 03-Jan-2023 03:02:53 Progress (1): 1.6/2.3 MB error 03-Jan-2023 03:02:53 Progress (1): 1.7/2.3 MB error 03-Jan-2023 03:02:53 Progress (1): 1.7/2.3 MB error 03-Jan-2023 03:02:53 Progress (1): 1.7/2.3 MB error 03-Jan-2023 03:02:53 Progress (1): 1.7/2.3 MB error 03-Jan-2023 03:02:53 Progress (1): 1.7/2.3 MB error 03-Jan-2023 03:02:53 Progress (1): 1.7/2.3 MB error 03-Jan-2023 03:02:53 Progress (1): 1.8/2.3 MB error 03-Jan-2023 03:02:53 Progress (1): 1.8/2.3 MB error 03-Jan-2023 03:02:53 Progress (1): 1.8/2.3 MB error 03-Jan-2023 03:02:53 Progress (1): 1.8/2.3 MB error 03-Jan-2023 03:02:53 Progress (1): 1.8/2.3 MB error 03-Jan-2023 03:02:53 Progress (1): 1.8/2.3 MB error 03-Jan-2023 03:02:53 Progress (1): 1.8/2.3 MB error 03-Jan-2023 03:02:53 Progress (1): 1.9/2.3 MB error 03-Jan-2023 03:02:53 Progress (1): 1.9/2.3 MB error 03-Jan-2023 03:02:53 Progress (1): 1.9/2.3 MB error 03-Jan-2023 03:02:53 Progress (1): 1.9/2.3 MB error 03-Jan-2023 03:02:53 Progress (1): 1.9/2.3 MB error 03-Jan-2023 03:02:53 Progress (1): 1.9/2.3 MB error 03-Jan-2023 03:02:53 Progress (1): 2.0/2.3 MB error 03-Jan-2023 03:02:53 Progress (1): 2.0/2.3 MB error 03-Jan-2023 03:02:53 Progress (1): 2.0/2.3 MB error 03-Jan-2023 03:02:53 Progress (1): 2.0/2.3 MB error 03-Jan-2023 03:02:53 Progress (1): 2.0/2.3 MB error 03-Jan-2023 03:02:53 Progress (1): 2.0/2.3 MB error 03-Jan-2023 03:02:53 Progress (1): 2.0/2.3 MB error 03-Jan-2023 03:02:53 Progress (1): 2.1/2.3 MB error 03-Jan-2023 03:02:53 Progress (1): 2.1/2.3 MB error 03-Jan-2023 03:02:53 Progress (1): 2.1/2.3 MB error 03-Jan-2023 03:02:53 Progress (1): 2.1/2.3 MB error 03-Jan-2023 03:02:53 Progress (1): 2.1/2.3 MB error 03-Jan-2023 03:02:53 Progress (1): 2.1/2.3 MB error 03-Jan-2023 03:02:53 Progress (1): 2.2/2.3 MB error 03-Jan-2023 03:02:53 Progress (1): 2.2/2.3 MB error 03-Jan-2023 03:02:53 Progress (1): 2.2/2.3 MB error 03-Jan-2023 03:02:53 Progress (1): 2.2/2.3 MB error 03-Jan-2023 03:02:53 Progress (1): 2.2/2.3 MB error 03-Jan-2023 03:02:53 Progress (1): 2.2/2.3 MB error 03-Jan-2023 03:02:53 Progress (1): 2.3/2.3 MB error 03-Jan-2023 03:02:53 Progress (1): 2.3/2.3 MB error 03-Jan-2023 03:02:53 Progress (1): 2.3 MB error 03-Jan-2023 03:02:53 error 03-Jan-2023 03:02:53 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/htmlformentry-omod/5.1.0/htmlformentry-omod-5.1.0.jar (2.3 MB at 4.7 MB/s) error 03-Jan-2023 03:02:53 #17 92.97 [INFO] Configured Artifact: org.openmrs.module:appframework-omod:2.17.0:jar error 03-Jan-2023 03:02:53 #17 92.97 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/appframework-omod/2.17.0/appframework-omod-2.17.0.pom error 03-Jan-2023 03:02:53 #17 93.08 Progress (1): 3.3/6.1 kB error 03-Jan-2023 03:02:53 Progress (1): 6.1 kB error 03-Jan-2023 03:02:53 error 03-Jan-2023 03:02:53 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/appframework-omod/2.17.0/appframework-omod-2.17.0.pom (6.1 kB at 28 kB/s) error 03-Jan-2023 03:02:53 #17 93.19 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/appframework/2.17.0/appframework-2.17.0.pom error 03-Jan-2023 03:02:53 #17 93.30 Progress (1): 3.3/7.5 kB error 03-Jan-2023 03:02:53 Progress (1): 6.1/7.5 kB error 03-Jan-2023 03:02:53 Progress (1): 7.5 kB error 03-Jan-2023 03:02:53 error 03-Jan-2023 03:02:53 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/appframework/2.17.0/appframework-2.17.0.pom (7.5 kB at 34 kB/s) error 03-Jan-2023 03:02:53 #17 93.42 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/appframework-omod/2.17.0/appframework-omod-2.17.0.jar error 03-Jan-2023 03:02:53 #17 93.70 Progress (1): 0/1.6 MB error 03-Jan-2023 03:02:53 Progress (1): 0/1.6 MB error 03-Jan-2023 03:02:53 Progress (1): 0/1.6 MB error 03-Jan-2023 03:02:53 Progress (1): 0/1.6 MB error 03-Jan-2023 03:02:53 Progress (1): 0/1.6 MB error 03-Jan-2023 03:02:53 Progress (1): 0.1/1.6 MB error 03-Jan-2023 03:02:53 Progress (1): 0.1/1.6 MB error 03-Jan-2023 03:02:53 Progress (1): 0.1/1.6 MB error 03-Jan-2023 03:02:53 Progress (1): 0.1/1.6 MB error 03-Jan-2023 03:02:53 Progress (1): 0.1/1.6 MB error 03-Jan-2023 03:02:53 Progress (1): 0.1/1.6 MB error 03-Jan-2023 03:02:53 Progress (1): 0.1/1.6 MB error 03-Jan-2023 03:02:53 Progress (1): 0.1/1.6 MB error 03-Jan-2023 03:02:53 Progress (1): 0.1/1.6 MB error 03-Jan-2023 03:02:53 Progress (1): 0.1/1.6 MB error 03-Jan-2023 03:02:53 Progress (1): 0.1/1.6 MB error 03-Jan-2023 03:02:53 Progress (1): 0.2/1.6 MB error 03-Jan-2023 03:02:53 Progress (1): 0.2/1.6 MB error 03-Jan-2023 03:02:53 Progress (1): 0.2/1.6 MB error 03-Jan-2023 03:02:53 Progress (1): 0.2/1.6 MB error 03-Jan-2023 03:02:53 Progress (1): 0.2/1.6 MB error 03-Jan-2023 03:02:53 Progress (1): 0.2/1.6 MB error 03-Jan-2023 03:02:53 Progress (1): 0.2/1.6 MB error 03-Jan-2023 03:02:53 Progress (1): 0.2/1.6 MB error 03-Jan-2023 03:02:53 Progress (1): 0.2/1.6 MB error 03-Jan-2023 03:02:53 Progress (1): 0.2/1.6 MB error 03-Jan-2023 03:02:53 Progress (1): 0.2/1.6 MB error 03-Jan-2023 03:02:53 Progress (1): 0.2/1.6 MB error 03-Jan-2023 03:02:53 Progress (1): 0.3/1.6 MB error 03-Jan-2023 03:02:53 Progress (1): 0.3/1.6 MB error 03-Jan-2023 03:02:53 Progress (1): 0.3/1.6 MB error 03-Jan-2023 03:02:53 Progress (1): 0.3/1.6 MB error 03-Jan-2023 03:02:53 Progress (1): 0.3/1.6 MB error 03-Jan-2023 03:02:53 Progress (1): 0.3/1.6 MB error 03-Jan-2023 03:02:53 Progress (1): 0.3/1.6 MB error 03-Jan-2023 03:02:53 Progress (1): 0.3/1.6 MB error 03-Jan-2023 03:02:53 Progress (1): 0.3/1.6 MB error 03-Jan-2023 03:02:53 Progress (1): 0.3/1.6 MB error 03-Jan-2023 03:02:53 Progress (1): 0.3/1.6 MB error 03-Jan-2023 03:02:53 Progress (1): 0.4/1.6 MB error 03-Jan-2023 03:02:53 Progress (1): 0.4/1.6 MB error 03-Jan-2023 03:02:53 Progress (1): 0.4/1.6 MB error 03-Jan-2023 03:02:53 Progress (1): 0.4/1.6 MB error 03-Jan-2023 03:02:53 Progress (1): 0.4/1.6 MB error 03-Jan-2023 03:02:53 Progress (1): 0.4/1.6 MB error 03-Jan-2023 03:02:53 Progress (1): 0.4/1.6 MB error 03-Jan-2023 03:02:53 Progress (1): 0.4/1.6 MB error 03-Jan-2023 03:02:53 Progress (1): 0.4/1.6 MB error 03-Jan-2023 03:02:53 Progress (1): 0.4/1.6 MB error 03-Jan-2023 03:02:53 Progress (1): 0.4/1.6 MB error 03-Jan-2023 03:02:53 Progress (1): 0.5/1.6 MB error 03-Jan-2023 03:02:53 Progress (1): 0.5/1.6 MB error 03-Jan-2023 03:02:53 Progress (1): 0.5/1.6 MB error 03-Jan-2023 03:02:53 Progress (1): 0.5/1.6 MB error 03-Jan-2023 03:02:53 Progress (1): 0.5/1.6 MB error 03-Jan-2023 03:02:53 Progress (1): 0.5/1.6 MB error 03-Jan-2023 03:02:53 Progress (1): 0.5/1.6 MB error 03-Jan-2023 03:02:53 Progress (1): 0.5/1.6 MB error 03-Jan-2023 03:02:53 Progress (1): 0.5/1.6 MB error 03-Jan-2023 03:02:53 Progress (1): 0.5/1.6 MB error 03-Jan-2023 03:02:53 Progress (1): 0.5/1.6 MB error 03-Jan-2023 03:02:53 Progress (1): 0.6/1.6 MB error 03-Jan-2023 03:02:53 Progress (1): 0.6/1.6 MB error 03-Jan-2023 03:02:53 Progress (1): 0.6/1.6 MB error 03-Jan-2023 03:02:53 Progress (1): 0.6/1.6 MB error 03-Jan-2023 03:02:53 Progress (1): 0.6/1.6 MB error 03-Jan-2023 03:02:53 Progress (1): 0.6/1.6 MB error 03-Jan-2023 03:02:53 Progress (1): 0.6/1.6 MB error 03-Jan-2023 03:02:53 Progress (1): 0.6/1.6 MB error 03-Jan-2023 03:02:53 Progress (1): 0.6/1.6 MB error 03-Jan-2023 03:02:53 Progress (1): 0.6/1.6 MB error 03-Jan-2023 03:02:53 Progress (1): 0.6/1.6 MB error 03-Jan-2023 03:02:53 Progress (1): 0.7/1.6 MB error 03-Jan-2023 03:02:53 Progress (1): 0.7/1.6 MB error 03-Jan-2023 03:02:53 Progress (1): 0.7/1.6 MB error 03-Jan-2023 03:02:53 Progress (1): 0.7/1.6 MB error 03-Jan-2023 03:02:53 Progress (1): 0.7/1.6 MB error 03-Jan-2023 03:02:53 Progress (1): 0.7/1.6 MB error 03-Jan-2023 03:02:53 Progress (1): 0.7/1.6 MB error 03-Jan-2023 03:02:53 Progress (1): 0.7/1.6 MB error 03-Jan-2023 03:02:53 Progress (1): 0.7/1.6 MB error 03-Jan-2023 03:02:53 Progress (1): 0.7/1.6 MB error 03-Jan-2023 03:02:53 Progress (1): 0.7/1.6 MB error 03-Jan-2023 03:02:53 Progress (1): 0.8/1.6 MB error 03-Jan-2023 03:02:53 Progress (1): 0.8/1.6 MB error 03-Jan-2023 03:02:53 Progress (1): 0.8/1.6 MB error 03-Jan-2023 03:02:53 Progress (1): 0.8/1.6 MB error 03-Jan-2023 03:02:53 Progress (1): 0.8/1.6 MB error 03-Jan-2023 03:02:53 Progress (1): 0.8/1.6 MB error 03-Jan-2023 03:02:53 Progress (1): 0.8/1.6 MB error 03-Jan-2023 03:02:53 Progress (1): 0.8/1.6 MB error 03-Jan-2023 03:02:53 Progress (1): 0.8/1.6 MB error 03-Jan-2023 03:02:53 Progress (1): 0.8/1.6 MB error 03-Jan-2023 03:02:53 Progress (1): 0.8/1.6 MB error 03-Jan-2023 03:02:53 Progress (1): 0.9/1.6 MB error 03-Jan-2023 03:02:53 Progress (1): 0.9/1.6 MB error 03-Jan-2023 03:02:53 Progress (1): 0.9/1.6 MB error 03-Jan-2023 03:02:53 Progress (1): 0.9/1.6 MB error 03-Jan-2023 03:02:53 Progress (1): 0.9/1.6 MB error 03-Jan-2023 03:02:53 Progress (1): 0.9/1.6 MB error 03-Jan-2023 03:02:53 Progress (1): 0.9/1.6 MB error 03-Jan-2023 03:02:53 Progress (1): 0.9/1.6 MB error 03-Jan-2023 03:02:53 Progress (1): 0.9/1.6 MB error 03-Jan-2023 03:02:53 Progress (1): 0.9/1.6 MB error 03-Jan-2023 03:02:53 Progress (1): 0.9/1.6 MB error 03-Jan-2023 03:02:53 Progress (1): 1.0/1.6 MB error 03-Jan-2023 03:02:53 Progress (1): 1.0/1.6 MB error 03-Jan-2023 03:02:53 Progress (1): 1.0/1.6 MB error 03-Jan-2023 03:02:53 Progress (1): 1.0/1.6 MB error 03-Jan-2023 03:02:53 Progress (1): 1.0/1.6 MB error 03-Jan-2023 03:02:53 Progress (1): 1.0/1.6 MB error 03-Jan-2023 03:02:53 Progress (1): 1.0/1.6 MB error 03-Jan-2023 03:02:53 Progress (1): 1.0/1.6 MB error 03-Jan-2023 03:02:53 Progress (1): 1.0/1.6 MB error 03-Jan-2023 03:02:53 Progress (1): 1.0/1.6 MB error 03-Jan-2023 03:02:53 Progress (1): 1.0/1.6 MB error 03-Jan-2023 03:02:53 Progress (1): 1.1/1.6 MB error 03-Jan-2023 03:02:53 Progress (1): 1.1/1.6 MB error 03-Jan-2023 03:02:53 Progress (1): 1.1/1.6 MB error 03-Jan-2023 03:02:53 Progress (1): 1.1/1.6 MB error 03-Jan-2023 03:02:53 Progress (1): 1.1/1.6 MB error 03-Jan-2023 03:02:53 Progress (1): 1.1/1.6 MB error 03-Jan-2023 03:02:53 Progress (1): 1.1/1.6 MB error 03-Jan-2023 03:02:53 Progress (1): 1.1/1.6 MB error 03-Jan-2023 03:02:53 Progress (1): 1.1/1.6 MB error 03-Jan-2023 03:02:53 Progress (1): 1.1/1.6 MB error 03-Jan-2023 03:02:53 Progress (1): 1.1/1.6 MB error 03-Jan-2023 03:02:53 Progress (1): 1.1/1.6 MB error 03-Jan-2023 03:02:53 Progress (1): 1.2/1.6 MB error 03-Jan-2023 03:02:53 Progress (1): 1.2/1.6 MB error 03-Jan-2023 03:02:53 Progress (1): 1.2/1.6 MB error 03-Jan-2023 03:02:53 Progress (1): 1.2/1.6 MB error 03-Jan-2023 03:02:53 Progress (1): 1.2/1.6 MB error 03-Jan-2023 03:02:53 Progress (1): 1.2/1.6 MB error 03-Jan-2023 03:02:53 Progress (1): 1.2/1.6 MB error 03-Jan-2023 03:02:53 Progress (1): 1.2/1.6 MB error 03-Jan-2023 03:02:53 Progress (1): 1.2/1.6 MB error 03-Jan-2023 03:02:53 Progress (1): 1.2/1.6 MB error 03-Jan-2023 03:02:53 Progress (1): 1.2/1.6 MB error 03-Jan-2023 03:02:53 Progress (1): 1.3/1.6 MB error 03-Jan-2023 03:02:53 Progress (1): 1.3/1.6 MB error 03-Jan-2023 03:02:53 Progress (1): 1.3/1.6 MB error 03-Jan-2023 03:02:53 Progress (1): 1.3/1.6 MB error 03-Jan-2023 03:02:53 Progress (1): 1.3/1.6 MB error 03-Jan-2023 03:02:53 Progress (1): 1.3/1.6 MB error 03-Jan-2023 03:02:53 Progress (1): 1.3/1.6 MB error 03-Jan-2023 03:02:53 Progress (1): 1.3/1.6 MB error 03-Jan-2023 03:02:53 Progress (1): 1.3/1.6 MB error 03-Jan-2023 03:02:53 Progress (1): 1.3/1.6 MB error 03-Jan-2023 03:02:53 Progress (1): 1.3/1.6 MB error 03-Jan-2023 03:02:53 Progress (1): 1.4/1.6 MB error 03-Jan-2023 03:02:53 Progress (1): 1.4/1.6 MB error 03-Jan-2023 03:02:53 Progress (1): 1.4/1.6 MB error 03-Jan-2023 03:02:53 Progress (1): 1.4/1.6 MB error 03-Jan-2023 03:02:53 Progress (1): 1.4/1.6 MB error 03-Jan-2023 03:02:53 Progress (1): 1.4/1.6 MB error 03-Jan-2023 03:02:53 Progress (1): 1.4/1.6 MB error 03-Jan-2023 03:02:53 Progress (1): 1.4/1.6 MB error 03-Jan-2023 03:02:53 Progress (1): 1.4/1.6 MB error 03-Jan-2023 03:02:53 Progress (1): 1.4/1.6 MB error 03-Jan-2023 03:02:53 Progress (1): 1.4/1.6 MB error 03-Jan-2023 03:02:53 Progress (1): 1.5/1.6 MB error 03-Jan-2023 03:02:53 Progress (1): 1.5/1.6 MB error 03-Jan-2023 03:02:53 Progress (1): 1.5/1.6 MB error 03-Jan-2023 03:02:53 Progress (1): 1.5/1.6 MB error 03-Jan-2023 03:02:53 Progress (1): 1.5/1.6 MB error 03-Jan-2023 03:02:53 Progress (1): 1.5/1.6 MB error 03-Jan-2023 03:02:53 Progress (1): 1.5/1.6 MB error 03-Jan-2023 03:02:53 Progress (1): 1.5/1.6 MB error 03-Jan-2023 03:02:53 Progress (1): 1.5/1.6 MB error 03-Jan-2023 03:02:53 Progress (1): 1.5/1.6 MB error 03-Jan-2023 03:02:53 Progress (1): 1.5/1.6 MB error 03-Jan-2023 03:02:53 Progress (1): 1.6/1.6 MB error 03-Jan-2023 03:02:53 Progress (1): 1.6/1.6 MB error 03-Jan-2023 03:02:53 Progress (1): 1.6/1.6 MB error 03-Jan-2023 03:02:53 Progress (1): 1.6/1.6 MB error 03-Jan-2023 03:02:53 Progress (1): 1.6/1.6 MB error 03-Jan-2023 03:02:53 Progress (1): 1.6/1.6 MB error 03-Jan-2023 03:02:53 Progress (1): 1.6 MB error 03-Jan-2023 03:02:53 error 03-Jan-2023 03:02:53 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/appframework-omod/2.17.0/appframework-omod-2.17.0.jar (1.6 MB at 3.4 MB/s) error 03-Jan-2023 03:02:53 #17 93.89 [INFO] Configured Artifact: org.openmrs.module:referencemetadata-omod:2.13.0:jar error 03-Jan-2023 03:02:53 #17 93.89 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/referencemetadata-omod/2.13.0/referencemetadata-omod-2.13.0.pom error 03-Jan-2023 03:02:53 #17 94.02 Progress (1): 3.1 kB error 03-Jan-2023 03:02:53 error 03-Jan-2023 03:02:53 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/referencemetadata-omod/2.13.0/referencemetadata-omod-2.13.0.pom (3.1 kB at 13 kB/s) error 03-Jan-2023 03:02:53 #17 94.13 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/referencemetadata/2.13.0/referencemetadata-2.13.0.pom error 03-Jan-2023 03:02:53 #17 94.25 Progress (1): 3.3/11 kB error 03-Jan-2023 03:02:53 Progress (1): 6.1/11 kB error 03-Jan-2023 03:02:53 Progress (1): 8.9/11 kB error 03-Jan-2023 03:02:53 Progress (1): 11 kB error 03-Jan-2023 03:02:53 error 03-Jan-2023 03:02:53 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/referencemetadata/2.13.0/referencemetadata-2.13.0.pom (11 kB at 50 kB/s) error 03-Jan-2023 03:02:53 #17 94.36 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/referencemetadata-omod/2.13.0/referencemetadata-omod-2.13.0.jar error 03-Jan-2023 03:02:53 #17 94.62 Progress (1): 4.1/545 kB error 03-Jan-2023 03:02:53 Progress (1): 8.2/545 kB error 03-Jan-2023 03:02:53 Progress (1): 12/545 kB error 03-Jan-2023 03:02:53 Progress (1): 16/545 kB error 03-Jan-2023 03:02:53 Progress (1): 19/545 kB error 03-Jan-2023 03:02:53 Progress (1): 23/545 kB error 03-Jan-2023 03:02:53 Progress (1): 27/545 kB error 03-Jan-2023 03:02:53 Progress (1): 31/545 kB error 03-Jan-2023 03:02:53 Progress (1): 35/545 kB error 03-Jan-2023 03:02:53 Progress (1): 39/545 kB error 03-Jan-2023 03:02:53 Progress (1): 43/545 kB error 03-Jan-2023 03:02:53 Progress (1): 47/545 kB error 03-Jan-2023 03:02:53 Progress (1): 52/545 kB error 03-Jan-2023 03:02:53 Progress (1): 54/545 kB error 03-Jan-2023 03:02:53 Progress (1): 58/545 kB error 03-Jan-2023 03:02:53 Progress (1): 62/545 kB error 03-Jan-2023 03:02:53 Progress (1): 66/545 kB error 03-Jan-2023 03:02:53 Progress (1): 70/545 kB error 03-Jan-2023 03:02:53 Progress (1): 74/545 kB error 03-Jan-2023 03:02:53 Progress (1): 78/545 kB error 03-Jan-2023 03:02:53 Progress (1): 82/545 kB error 03-Jan-2023 03:02:53 Progress (1): 86/545 kB error 03-Jan-2023 03:02:53 Progress (1): 88/545 kB error 03-Jan-2023 03:02:53 Progress (1): 92/545 kB error 03-Jan-2023 03:02:53 Progress (1): 97/545 kB error 03-Jan-2023 03:02:53 Progress (1): 101/545 kB error 03-Jan-2023 03:02:53 Progress (1): 105/545 kB error 03-Jan-2023 03:02:53 Progress (1): 109/545 kB error 03-Jan-2023 03:02:53 Progress (1): 113/545 kB error 03-Jan-2023 03:02:53 Progress (1): 117/545 kB error 03-Jan-2023 03:02:53 Progress (1): 121/545 kB error 03-Jan-2023 03:02:53 Progress (1): 123/545 kB error 03-Jan-2023 03:02:53 Progress (1): 127/545 kB error 03-Jan-2023 03:02:53 Progress (1): 131/545 kB error 03-Jan-2023 03:02:53 Progress (1): 136/545 kB error 03-Jan-2023 03:02:53 Progress (1): 140/545 kB error 03-Jan-2023 03:02:53 Progress (1): 144/545 kB error 03-Jan-2023 03:02:53 Progress (1): 148/545 kB error 03-Jan-2023 03:02:53 Progress (1): 152/545 kB error 03-Jan-2023 03:02:53 Progress (1): 156/545 kB error 03-Jan-2023 03:02:53 Progress (1): 158/545 kB error 03-Jan-2023 03:02:53 Progress (1): 162/545 kB error 03-Jan-2023 03:02:53 Progress (1): 166/545 kB error 03-Jan-2023 03:02:53 Progress (1): 170/545 kB error 03-Jan-2023 03:02:53 Progress (1): 174/545 kB error 03-Jan-2023 03:02:53 Progress (1): 179/545 kB error 03-Jan-2023 03:02:53 Progress (1): 183/545 kB error 03-Jan-2023 03:02:53 Progress (1): 187/545 kB error 03-Jan-2023 03:02:53 Progress (1): 191/545 kB error 03-Jan-2023 03:02:53 Progress (1): 193/545 kB error 03-Jan-2023 03:02:53 Progress (1): 197/545 kB error 03-Jan-2023 03:02:53 Progress (1): 201/545 kB error 03-Jan-2023 03:02:53 Progress (1): 205/545 kB error 03-Jan-2023 03:02:53 Progress (1): 209/545 kB error 03-Jan-2023 03:02:53 Progress (1): 213/545 kB error 03-Jan-2023 03:02:53 Progress (1): 217/545 kB error 03-Jan-2023 03:02:53 Progress (1): 222/545 kB error 03-Jan-2023 03:02:53 Progress (1): 226/545 kB error 03-Jan-2023 03:02:53 Progress (1): 230/545 kB error 03-Jan-2023 03:02:53 Progress (1): 232/545 kB error 03-Jan-2023 03:02:53 Progress (1): 236/545 kB error 03-Jan-2023 03:02:53 Progress (1): 240/545 kB error 03-Jan-2023 03:02:53 Progress (1): 244/545 kB error 03-Jan-2023 03:02:53 Progress (1): 249/545 kB error 03-Jan-2023 03:02:53 Progress (1): 251/545 kB error 03-Jan-2023 03:02:53 Progress (1): 255/545 kB error 03-Jan-2023 03:02:53 Progress (1): 260/545 kB error 03-Jan-2023 03:02:53 Progress (1): 264/545 kB error 03-Jan-2023 03:02:53 Progress (1): 268/545 kB error 03-Jan-2023 03:02:53 Progress (1): 272/545 kB error 03-Jan-2023 03:02:53 Progress (1): 276/545 kB error 03-Jan-2023 03:02:53 Progress (1): 280/545 kB error 03-Jan-2023 03:02:53 Progress (1): 284/545 kB error 03-Jan-2023 03:02:53 Progress (1): 288/545 kB error 03-Jan-2023 03:02:53 Progress (1): 292/545 kB error 03-Jan-2023 03:02:53 Progress (1): 295/545 kB error 03-Jan-2023 03:02:53 Progress (1): 299/545 kB error 03-Jan-2023 03:02:53 Progress (1): 303/545 kB error 03-Jan-2023 03:02:53 Progress (1): 307/545 kB error 03-Jan-2023 03:02:53 Progress (1): 312/545 kB error 03-Jan-2023 03:02:53 Progress (1): 314/545 kB error 03-Jan-2023 03:02:53 Progress (1): 318/545 kB error 03-Jan-2023 03:02:53 Progress (1): 323/545 kB error 03-Jan-2023 03:02:53 Progress (1): 327/545 kB error 03-Jan-2023 03:02:53 Progress (1): 331/545 kB error 03-Jan-2023 03:02:53 Progress (1): 335/545 kB error 03-Jan-2023 03:02:53 Progress (1): 339/545 kB error 03-Jan-2023 03:02:53 Progress (1): 343/545 kB error 03-Jan-2023 03:02:53 Progress (1): 347/545 kB error 03-Jan-2023 03:02:53 Progress (1): 351/545 kB error 03-Jan-2023 03:02:53 Progress (1): 355/545 kB error 03-Jan-2023 03:02:53 Progress (1): 358/545 kB error 03-Jan-2023 03:02:53 Progress (1): 362/545 kB error 03-Jan-2023 03:02:53 Progress (1): 366/545 kB error 03-Jan-2023 03:02:53 Progress (1): 370/545 kB error 03-Jan-2023 03:02:53 Progress (1): 375/545 kB error 03-Jan-2023 03:02:53 Progress (1): 377/545 kB error 03-Jan-2023 03:02:53 Progress (1): 381/545 kB error 03-Jan-2023 03:02:53 Progress (1): 386/545 kB error 03-Jan-2023 03:02:53 Progress (1): 390/545 kB error 03-Jan-2023 03:02:53 Progress (1): 394/545 kB error 03-Jan-2023 03:02:53 Progress (1): 398/545 kB error 03-Jan-2023 03:02:53 Progress (1): 402/545 kB error 03-Jan-2023 03:02:53 Progress (1): 406/545 kB error 03-Jan-2023 03:02:53 Progress (1): 410/545 kB error 03-Jan-2023 03:02:53 Progress (1): 414/545 kB error 03-Jan-2023 03:02:53 Progress (1): 418/545 kB error 03-Jan-2023 03:02:53 Progress (1): 421/545 kB error 03-Jan-2023 03:02:53 Progress (1): 425/545 kB error 03-Jan-2023 03:02:53 Progress (1): 429/545 kB error 03-Jan-2023 03:02:53 Progress (1): 433/545 kB error 03-Jan-2023 03:02:53 Progress (1): 438/545 kB error 03-Jan-2023 03:02:53 Progress (1): 442/545 kB error 03-Jan-2023 03:02:53 Progress (1): 446/545 kB error 03-Jan-2023 03:02:53 Progress (1): 449/545 kB error 03-Jan-2023 03:02:53 Progress (1): 453/545 kB error 03-Jan-2023 03:02:53 Progress (1): 458/545 kB error 03-Jan-2023 03:02:53 Progress (1): 462/545 kB error 03-Jan-2023 03:02:53 Progress (1): 466/545 kB error 03-Jan-2023 03:02:53 Progress (1): 470/545 kB error 03-Jan-2023 03:02:53 Progress (1): 474/545 kB error 03-Jan-2023 03:02:53 Progress (1): 478/545 kB error 03-Jan-2023 03:02:53 Progress (1): 482/545 kB error 03-Jan-2023 03:02:53 Progress (1): 486/545 kB error 03-Jan-2023 03:02:53 Progress (1): 490/545 kB error 03-Jan-2023 03:02:53 Progress (1): 493/545 kB error 03-Jan-2023 03:02:53 Progress (1): 497/545 kB error 03-Jan-2023 03:02:53 Progress (1): 501/545 kB error 03-Jan-2023 03:02:53 Progress (1): 505/545 kB error 03-Jan-2023 03:02:53 Progress (1): 510/545 kB error 03-Jan-2023 03:02:53 Progress (1): 512/545 kB error 03-Jan-2023 03:02:53 Progress (1): 516/545 kB error 03-Jan-2023 03:02:53 Progress (1): 521/545 kB error 03-Jan-2023 03:02:53 Progress (1): 525/545 kB error 03-Jan-2023 03:02:53 Progress (1): 529/545 kB error 03-Jan-2023 03:02:53 Progress (1): 533/545 kB error 03-Jan-2023 03:02:53 Progress (1): 537/545 kB error 03-Jan-2023 03:02:53 Progress (1): 539/545 kB error 03-Jan-2023 03:02:53 Progress (1): 543/545 kB error 03-Jan-2023 03:02:53 Progress (1): 545 kB error 03-Jan-2023 03:02:53 error 03-Jan-2023 03:02:53 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/referencemetadata-omod/2.13.0/referencemetadata-omod-2.13.0.jar (545 kB at 1.3 MB/s) error 03-Jan-2023 03:02:53 #17 94.79 [INFO] Configured Artifact: org.openmrs.module:reportingui-omod:1.11.0:jar error 03-Jan-2023 03:02:53 #17 94.79 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/reportingui-omod/1.11.0/reportingui-omod-1.11.0.pom error 03-Jan-2023 03:02:53 #17 94.90 Progress (1): 3.3/8.2 kB error 03-Jan-2023 03:02:53 Progress (1): 6.1/8.2 kB error 03-Jan-2023 03:02:53 Progress (1): 8.2 kB error 03-Jan-2023 03:02:53 error 03-Jan-2023 03:02:53 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/reportingui-omod/1.11.0/reportingui-omod-1.11.0.pom (8.2 kB at 37 kB/s) error 03-Jan-2023 03:02:53 #17 95.02 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/reportingui/1.11.0/reportingui-1.11.0.pom error 03-Jan-2023 03:02:53 #17 95.13 Progress (1): 3.3/9.2 kB error 03-Jan-2023 03:02:53 Progress (1): 6.1/9.2 kB error 03-Jan-2023 03:02:53 Progress (1): 8.9/9.2 kB error 03-Jan-2023 03:02:53 Progress (1): 9.2 kB error 03-Jan-2023 03:02:53 error 03-Jan-2023 03:02:53 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/reportingui/1.11.0/reportingui-1.11.0.pom (9.2 kB at 41 kB/s) error 03-Jan-2023 03:02:53 #17 95.24 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/reportingui-omod/1.11.0/reportingui-omod-1.11.0.jar error 03-Jan-2023 03:02:53 #17 95.35 Progress (1): 3.3/141 kB error 03-Jan-2023 03:02:53 Progress (1): 6.1/141 kB error 03-Jan-2023 03:02:53 Progress (1): 8.9/141 kB error 03-Jan-2023 03:02:53 Progress (1): 12/141 kB error 03-Jan-2023 03:02:53 Progress (1): 15/141 kB error 03-Jan-2023 03:02:53 Progress (1): 17/141 kB error 03-Jan-2023 03:02:53 Progress (1): 20/141 kB error 03-Jan-2023 03:02:53 Progress (1): 23/141 kB error 03-Jan-2023 03:02:53 Progress (1): 26/141 kB error 03-Jan-2023 03:02:53 Progress (1): 29/141 kB error 03-Jan-2023 03:02:53 Progress (1): 31/141 kB error 03-Jan-2023 03:02:53 Progress (1): 34/141 kB error 03-Jan-2023 03:02:53 Progress (1): 37/141 kB error 03-Jan-2023 03:02:53 Progress (1): 40/141 kB error 03-Jan-2023 03:02:53 Progress (1): 42/141 kB error 03-Jan-2023 03:02:53 Progress (1): 45/141 kB error 03-Jan-2023 03:02:53 Progress (1): 48/141 kB error 03-Jan-2023 03:02:53 Progress (1): 51/141 kB error 03-Jan-2023 03:02:53 Progress (1): 54/141 kB error 03-Jan-2023 03:02:53 Progress (1): 56/141 kB error 03-Jan-2023 03:02:53 Progress (1): 59/141 kB error 03-Jan-2023 03:02:53 Progress (1): 62/141 kB error 03-Jan-2023 03:02:53 Progress (1): 65/141 kB error 03-Jan-2023 03:02:53 Progress (1): 67/141 kB error 03-Jan-2023 03:02:53 Progress (1): 70/141 kB error 03-Jan-2023 03:02:53 Progress (1): 73/141 kB error 03-Jan-2023 03:02:53 Progress (1): 76/141 kB error 03-Jan-2023 03:02:53 Progress (1): 79/141 kB error 03-Jan-2023 03:02:53 Progress (1): 81/141 kB error 03-Jan-2023 03:02:53 Progress (1): 84/141 kB error 03-Jan-2023 03:02:53 Progress (1): 87/141 kB error 03-Jan-2023 03:02:53 Progress (1): 90/141 kB error 03-Jan-2023 03:02:53 Progress (1): 93/141 kB error 03-Jan-2023 03:02:53 Progress (1): 95/141 kB error 03-Jan-2023 03:02:53 Progress (1): 98/141 kB error 03-Jan-2023 03:02:53 Progress (1): 101/141 kB error 03-Jan-2023 03:02:53 Progress (1): 104/141 kB error 03-Jan-2023 03:02:53 Progress (1): 106/141 kB error 03-Jan-2023 03:02:53 Progress (1): 109/141 kB error 03-Jan-2023 03:02:53 Progress (1): 112/141 kB error 03-Jan-2023 03:02:53 Progress (1): 115/141 kB error 03-Jan-2023 03:02:53 Progress (1): 118/141 kB error 03-Jan-2023 03:02:53 Progress (1): 120/141 kB error 03-Jan-2023 03:02:53 Progress (1): 123/141 kB error 03-Jan-2023 03:02:53 Progress (1): 126/141 kB error 03-Jan-2023 03:02:53 Progress (1): 129/141 kB error 03-Jan-2023 03:02:53 Progress (1): 132/141 kB error 03-Jan-2023 03:02:53 Progress (1): 134/141 kB error 03-Jan-2023 03:02:53 Progress (1): 137/141 kB error 03-Jan-2023 03:02:53 Progress (1): 140/141 kB error 03-Jan-2023 03:02:53 Progress (1): 141 kB error 03-Jan-2023 03:02:53 error 03-Jan-2023 03:02:53 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/reportingui-omod/1.11.0/reportingui-omod-1.11.0.jar (141 kB at 435 kB/s) error 03-Jan-2023 03:02:53 #17 95.57 [INFO] Configured Artifact: org.openmrs.module:coreapps-omod:1.38.0:jar error 03-Jan-2023 03:02:53 #17 95.57 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/coreapps-omod/1.38.0/coreapps-omod-1.38.0.pom error 03-Jan-2023 03:02:53 #17 95.68 Progress (1): 3.3/18 kB error 03-Jan-2023 03:02:53 Progress (1): 6.1/18 kB error 03-Jan-2023 03:02:53 Progress (1): 8.9/18 kB error 03-Jan-2023 03:02:53 Progress (1): 12/18 kB error 03-Jan-2023 03:02:53 Progress (1): 15/18 kB error 03-Jan-2023 03:02:53 Progress (1): 17/18 kB error 03-Jan-2023 03:02:53 Progress (1): 18 kB error 03-Jan-2023 03:02:53 error 03-Jan-2023 03:02:53 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/coreapps-omod/1.38.0/coreapps-omod-1.38.0.pom (18 kB at 82 kB/s) error 03-Jan-2023 03:02:53 #17 95.79 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/coreapps/1.38.0/coreapps-1.38.0.pom error 03-Jan-2023 03:02:53 #17 95.91 Progress (1): 3.3/12 kB error 03-Jan-2023 03:02:53 Progress (1): 6.1/12 kB error 03-Jan-2023 03:02:53 Progress (1): 8.9/12 kB error 03-Jan-2023 03:02:53 Progress (1): 12/12 kB error 03-Jan-2023 03:02:53 Progress (1): 12 kB error 03-Jan-2023 03:02:53 error 03-Jan-2023 03:02:53 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/coreapps/1.38.0/coreapps-1.38.0.pom (12 kB at 53 kB/s) error 03-Jan-2023 03:02:53 #17 96.02 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/coreapps-omod/1.38.0/coreapps-omod-1.38.0.jar error 03-Jan-2023 03:02:53 #17 96.32 Progress (1): 0/4.0 MB error 03-Jan-2023 03:02:53 Progress (1): 0.1/4.0 MB error 03-Jan-2023 03:02:53 Progress (1): 0.1/4.0 MB error 03-Jan-2023 03:02:53 Progress (1): 0.1/4.0 MB error 03-Jan-2023 03:02:53 Progress (1): 0.1/4.0 MB error 03-Jan-2023 03:02:53 Progress (1): 0.1/4.0 MB error 03-Jan-2023 03:02:53 Progress (1): 0.2/4.0 MB error 03-Jan-2023 03:02:53 Progress (1): 0.2/4.0 MB error 03-Jan-2023 03:02:53 Progress (1): 0.2/4.0 MB error 03-Jan-2023 03:02:53 Progress (1): 0.2/4.0 MB error 03-Jan-2023 03:02:53 Progress (1): 0.3/4.0 MB error 03-Jan-2023 03:02:53 Progress (1): 0.3/4.0 MB error 03-Jan-2023 03:02:53 Progress (1): 0.3/4.0 MB error 03-Jan-2023 03:02:53 Progress (1): 0.3/4.0 MB error 03-Jan-2023 03:02:53 Progress (1): 0.3/4.0 MB error 03-Jan-2023 03:02:53 Progress (1): 0.4/4.0 MB error 03-Jan-2023 03:02:53 Progress (1): 0.4/4.0 MB error 03-Jan-2023 03:02:53 Progress (1): 0.4/4.0 MB error 03-Jan-2023 03:02:53 Progress (1): 0.4/4.0 MB error 03-Jan-2023 03:02:53 Progress (1): 0.5/4.0 MB error 03-Jan-2023 03:02:53 Progress (1): 0.5/4.0 MB error 03-Jan-2023 03:02:53 Progress (1): 0.5/4.0 MB error 03-Jan-2023 03:02:53 Progress (1): 0.5/4.0 MB error 03-Jan-2023 03:02:53 Progress (1): 0.5/4.0 MB error 03-Jan-2023 03:02:53 Progress (1): 0.6/4.0 MB error 03-Jan-2023 03:02:53 Progress (1): 0.6/4.0 MB error 03-Jan-2023 03:02:53 Progress (1): 0.6/4.0 MB error 03-Jan-2023 03:02:53 Progress (1): 0.6/4.0 MB error 03-Jan-2023 03:02:53 Progress (1): 0.7/4.0 MB error 03-Jan-2023 03:02:53 Progress (1): 0.7/4.0 MB error 03-Jan-2023 03:02:53 Progress (1): 0.7/4.0 MB error 03-Jan-2023 03:02:53 Progress (1): 0.7/4.0 MB error 03-Jan-2023 03:02:53 Progress (1): 0.7/4.0 MB error 03-Jan-2023 03:02:53 Progress (1): 0.8/4.0 MB error 03-Jan-2023 03:02:53 Progress (1): 0.8/4.0 MB error 03-Jan-2023 03:02:53 Progress (1): 0.8/4.0 MB error 03-Jan-2023 03:02:53 Progress (1): 0.8/4.0 MB error 03-Jan-2023 03:02:53 Progress (1): 0.9/4.0 MB error 03-Jan-2023 03:02:53 Progress (1): 0.9/4.0 MB error 03-Jan-2023 03:02:53 Progress (1): 0.9/4.0 MB error 03-Jan-2023 03:02:53 Progress (1): 0.9/4.0 MB error 03-Jan-2023 03:02:53 Progress (1): 1.0/4.0 MB error 03-Jan-2023 03:02:53 Progress (1): 1.0/4.0 MB error 03-Jan-2023 03:02:53 Progress (1): 1.0/4.0 MB error 03-Jan-2023 03:02:53 Progress (1): 1.0/4.0 MB error 03-Jan-2023 03:02:53 Progress (1): 1.0/4.0 MB error 03-Jan-2023 03:02:53 Progress (1): 1.1/4.0 MB error 03-Jan-2023 03:02:53 Progress (1): 1.1/4.0 MB error 03-Jan-2023 03:02:53 Progress (1): 1.1/4.0 MB error 03-Jan-2023 03:02:53 Progress (1): 1.1/4.0 MB error 03-Jan-2023 03:02:53 Progress (1): 1.2/4.0 MB error 03-Jan-2023 03:02:53 Progress (1): 1.2/4.0 MB error 03-Jan-2023 03:02:53 Progress (1): 1.2/4.0 MB error 03-Jan-2023 03:02:53 Progress (1): 1.2/4.0 MB error 03-Jan-2023 03:02:53 Progress (1): 1.2/4.0 MB error 03-Jan-2023 03:02:53 Progress (1): 1.3/4.0 MB error 03-Jan-2023 03:02:53 Progress (1): 1.3/4.0 MB error 03-Jan-2023 03:02:53 Progress (1): 1.3/4.0 MB error 03-Jan-2023 03:02:53 Progress (1): 1.3/4.0 MB error 03-Jan-2023 03:02:53 Progress (1): 1.4/4.0 MB error 03-Jan-2023 03:02:53 Progress (1): 1.4/4.0 MB error 03-Jan-2023 03:02:53 Progress (1): 1.4/4.0 MB error 03-Jan-2023 03:02:53 Progress (1): 1.4/4.0 MB error 03-Jan-2023 03:02:53 Progress (1): 1.4/4.0 MB error 03-Jan-2023 03:02:53 Progress (1): 1.5/4.0 MB error 03-Jan-2023 03:02:53 Progress (1): 1.5/4.0 MB error 03-Jan-2023 03:02:53 Progress (1): 1.5/4.0 MB error 03-Jan-2023 03:02:53 Progress (1): 1.5/4.0 MB error 03-Jan-2023 03:02:53 Progress (1): 1.6/4.0 MB error 03-Jan-2023 03:02:53 Progress (1): 1.6/4.0 MB error 03-Jan-2023 03:02:53 Progress (1): 1.6/4.0 MB error 03-Jan-2023 03:02:53 Progress (1): 1.6/4.0 MB error 03-Jan-2023 03:02:53 Progress (1): 1.6/4.0 MB error 03-Jan-2023 03:02:53 Progress (1): 1.7/4.0 MB error 03-Jan-2023 03:02:53 Progress (1): 1.7/4.0 MB error 03-Jan-2023 03:02:53 Progress (1): 1.7/4.0 MB error 03-Jan-2023 03:02:53 Progress (1): 1.7/4.0 MB error 03-Jan-2023 03:02:53 Progress (1): 1.8/4.0 MB error 03-Jan-2023 03:02:53 Progress (1): 1.8/4.0 MB error 03-Jan-2023 03:02:53 Progress (1): 1.8/4.0 MB error 03-Jan-2023 03:02:53 Progress (1): 1.8/4.0 MB error 03-Jan-2023 03:02:53 Progress (1): 1.8/4.0 MB error 03-Jan-2023 03:02:53 Progress (1): 1.9/4.0 MB error 03-Jan-2023 03:02:53 Progress (1): 1.9/4.0 MB error 03-Jan-2023 03:02:53 Progress (1): 1.9/4.0 MB error 03-Jan-2023 03:02:53 Progress (1): 1.9/4.0 MB error 03-Jan-2023 03:02:53 Progress (1): 2.0/4.0 MB error 03-Jan-2023 03:02:53 Progress (1): 2.0/4.0 MB error 03-Jan-2023 03:02:53 Progress (1): 2.0/4.0 MB error 03-Jan-2023 03:02:53 Progress (1): 2.0/4.0 MB error 03-Jan-2023 03:02:53 Progress (1): 2.0/4.0 MB error 03-Jan-2023 03:02:53 Progress (1): 2.1/4.0 MB error 03-Jan-2023 03:02:53 Progress (1): 2.1/4.0 MB error 03-Jan-2023 03:02:53 Progress (1): 2.1/4.0 MB error 03-Jan-2023 03:02:53 Progress (1): 2.1/4.0 MB error 03-Jan-2023 03:02:53 Progress (1): 2.2/4.0 MB error 03-Jan-2023 03:02:53 Progress (1): 2.2/4.0 MB error 03-Jan-2023 03:02:53 Progress (1): 2.2/4.0 MB error 03-Jan-2023 03:02:53 Progress (1): 2.2/4.0 MB error 03-Jan-2023 03:02:53 Progress (1): 2.3/4.0 MB error 03-Jan-2023 03:02:53 Progress (1): 2.3/4.0 MB error 03-Jan-2023 03:02:53 Progress (1): 2.3/4.0 MB error 03-Jan-2023 03:02:53 Progress (1): 2.3/4.0 MB error 03-Jan-2023 03:02:53 Progress (1): 2.3/4.0 MB error 03-Jan-2023 03:02:53 Progress (1): 2.4/4.0 MB error 03-Jan-2023 03:02:53 Progress (1): 2.4/4.0 MB error 03-Jan-2023 03:02:53 Progress (1): 2.4/4.0 MB error 03-Jan-2023 03:02:53 Progress (1): 2.4/4.0 MB error 03-Jan-2023 03:02:53 Progress (1): 2.5/4.0 MB error 03-Jan-2023 03:02:53 Progress (1): 2.5/4.0 MB error 03-Jan-2023 03:02:53 Progress (1): 2.5/4.0 MB error 03-Jan-2023 03:02:53 Progress (1): 2.5/4.0 MB error 03-Jan-2023 03:02:53 Progress (1): 2.5/4.0 MB error 03-Jan-2023 03:02:53 Progress (1): 2.6/4.0 MB error 03-Jan-2023 03:02:53 Progress (1): 2.6/4.0 MB error 03-Jan-2023 03:02:53 Progress (1): 2.6/4.0 MB error 03-Jan-2023 03:02:53 Progress (1): 2.6/4.0 MB error 03-Jan-2023 03:02:53 Progress (1): 2.6/4.0 MB error 03-Jan-2023 03:02:53 Progress (1): 2.7/4.0 MB error 03-Jan-2023 03:02:53 Progress (1): 2.7/4.0 MB error 03-Jan-2023 03:02:53 Progress (1): 2.7/4.0 MB error 03-Jan-2023 03:02:53 Progress (1): 2.7/4.0 MB error 03-Jan-2023 03:02:53 Progress (1): 2.8/4.0 MB error 03-Jan-2023 03:02:53 Progress (1): 2.8/4.0 MB error 03-Jan-2023 03:02:53 Progress (1): 2.8/4.0 MB error 03-Jan-2023 03:02:53 Progress (1): 2.8/4.0 MB error 03-Jan-2023 03:02:53 Progress (1): 2.8/4.0 MB error 03-Jan-2023 03:02:53 Progress (1): 2.9/4.0 MB error 03-Jan-2023 03:02:53 Progress (1): 2.9/4.0 MB error 03-Jan-2023 03:02:53 Progress (1): 2.9/4.0 MB error 03-Jan-2023 03:02:53 Progress (1): 2.9/4.0 MB error 03-Jan-2023 03:02:53 Progress (1): 3.0/4.0 MB error 03-Jan-2023 03:02:53 Progress (1): 3.0/4.0 MB error 03-Jan-2023 03:02:53 Progress (1): 3.0/4.0 MB error 03-Jan-2023 03:02:53 Progress (1): 3.0/4.0 MB error 03-Jan-2023 03:02:53 Progress (1): 3.0/4.0 MB error 03-Jan-2023 03:02:53 Progress (1): 3.1/4.0 MB error 03-Jan-2023 03:02:53 Progress (1): 3.1/4.0 MB error 03-Jan-2023 03:02:53 Progress (1): 3.1/4.0 MB error 03-Jan-2023 03:02:53 Progress (1): 3.1/4.0 MB error 03-Jan-2023 03:02:53 Progress (1): 3.1/4.0 MB error 03-Jan-2023 03:02:53 Progress (1): 3.2/4.0 MB error 03-Jan-2023 03:02:53 Progress (1): 3.2/4.0 MB error 03-Jan-2023 03:02:53 Progress (1): 3.2/4.0 MB error 03-Jan-2023 03:02:53 Progress (1): 3.2/4.0 MB error 03-Jan-2023 03:02:53 Progress (1): 3.3/4.0 MB error 03-Jan-2023 03:02:53 Progress (1): 3.3/4.0 MB error 03-Jan-2023 03:02:53 Progress (1): 3.3/4.0 MB error 03-Jan-2023 03:02:53 Progress (1): 3.3/4.0 MB error 03-Jan-2023 03:02:53 Progress (1): 3.3/4.0 MB error 03-Jan-2023 03:02:53 Progress (1): 3.4/4.0 MB error 03-Jan-2023 03:02:53 Progress (1): 3.4/4.0 MB error 03-Jan-2023 03:02:53 Progress (1): 3.4/4.0 MB error 03-Jan-2023 03:02:53 Progress (1): 3.4/4.0 MB error 03-Jan-2023 03:02:53 Progress (1): 3.5/4.0 MB error 03-Jan-2023 03:02:53 Progress (1): 3.5/4.0 MB error 03-Jan-2023 03:02:53 Progress (1): 3.5/4.0 MB error 03-Jan-2023 03:02:53 Progress (1): 3.5/4.0 MB error 03-Jan-2023 03:02:53 Progress (1): 3.6/4.0 MB error 03-Jan-2023 03:02:53 Progress (1): 3.6/4.0 MB error 03-Jan-2023 03:02:53 Progress (1): 3.6/4.0 MB error 03-Jan-2023 03:02:53 Progress (1): 3.6/4.0 MB error 03-Jan-2023 03:02:53 Progress (1): 3.6/4.0 MB error 03-Jan-2023 03:02:53 Progress (1): 3.7/4.0 MB error 03-Jan-2023 03:02:53 Progress (1): 3.7/4.0 MB error 03-Jan-2023 03:02:53 Progress (1): 3.7/4.0 MB error 03-Jan-2023 03:02:53 Progress (1): 3.7/4.0 MB error 03-Jan-2023 03:02:53 Progress (1): 3.8/4.0 MB error 03-Jan-2023 03:02:53 Progress (1): 3.8/4.0 MB error 03-Jan-2023 03:02:53 Progress (1): 3.8/4.0 MB error 03-Jan-2023 03:02:53 Progress (1): 3.8/4.0 MB error 03-Jan-2023 03:02:53 Progress (1): 3.9/4.0 MB error 03-Jan-2023 03:02:53 Progress (1): 3.9/4.0 MB error 03-Jan-2023 03:02:53 Progress (1): 3.9/4.0 MB error 03-Jan-2023 03:02:53 Progress (1): 3.9/4.0 MB error 03-Jan-2023 03:02:53 Progress (1): 3.9/4.0 MB error 03-Jan-2023 03:02:53 Progress (1): 4.0 MB error 03-Jan-2023 03:02:53 error 03-Jan-2023 03:02:53 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/coreapps-omod/1.38.0/coreapps-omod-1.38.0.jar (4.0 MB at 7.4 MB/s) error 03-Jan-2023 03:02:53 #17 96.56 [INFO] Configured Artifact: org.openmrs.module:reportingcompatibility-omod:2.0.9:jar error 03-Jan-2023 03:02:53 #17 96.56 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/reportingcompatibility-omod/2.0.9/reportingcompatibility-omod-2.0.9.pom error 03-Jan-2023 03:02:53 #17 96.67 Progress (1): 3.3/4.1 kB error 03-Jan-2023 03:02:53 Progress (1): 4.1 kB error 03-Jan-2023 03:02:53 error 03-Jan-2023 03:02:53 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/reportingcompatibility-omod/2.0.9/reportingcompatibility-omod-2.0.9.pom (4.1 kB at 19 kB/s) error 03-Jan-2023 03:02:53 #17 96.78 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/reportingcompatibility/2.0.9/reportingcompatibility-2.0.9.pom error 03-Jan-2023 03:02:53 #17 96.89 Progress (1): 3.3/4.3 kB error 03-Jan-2023 03:02:53 Progress (1): 4.3 kB error 03-Jan-2023 03:02:53 error 03-Jan-2023 03:02:53 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/reportingcompatibility/2.0.9/reportingcompatibility-2.0.9.pom (4.3 kB at 19 kB/s) error 03-Jan-2023 03:02:53 #17 97.02 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/reportingcompatibility-omod/2.0.9/reportingcompatibility-omod-2.0.9.jar error 03-Jan-2023 03:02:53 #17 97.29 Progress (1): 4.1/775 kB error 03-Jan-2023 03:02:53 Progress (1): 8.2/775 kB error 03-Jan-2023 03:02:53 Progress (1): 12/775 kB error 03-Jan-2023 03:02:53 Progress (1): 16/775 kB error 03-Jan-2023 03:02:53 Progress (1): 20/775 kB error 03-Jan-2023 03:02:53 Progress (1): 25/775 kB error 03-Jan-2023 03:02:53 Progress (1): 29/775 kB error 03-Jan-2023 03:02:53 Progress (1): 33/775 kB error 03-Jan-2023 03:02:53 Progress (1): 37/775 kB error 03-Jan-2023 03:02:53 Progress (1): 41/775 kB error 03-Jan-2023 03:02:53 Progress (1): 45/775 kB error 03-Jan-2023 03:02:53 Progress (1): 49/775 kB error 03-Jan-2023 03:02:53 Progress (1): 52/775 kB error 03-Jan-2023 03:02:53 Progress (1): 56/775 kB error 03-Jan-2023 03:02:53 Progress (1): 60/775 kB error 03-Jan-2023 03:02:53 Progress (1): 62/775 kB error 03-Jan-2023 03:02:53 Progress (1): 66/775 kB error 03-Jan-2023 03:02:53 Progress (1): 70/775 kB error 03-Jan-2023 03:02:53 Progress (1): 75/775 kB error 03-Jan-2023 03:02:53 Progress (1): 79/775 kB error 03-Jan-2023 03:02:53 Progress (1): 83/775 kB error 03-Jan-2023 03:02:53 Progress (1): 87/775 kB error 03-Jan-2023 03:02:53 Progress (1): 91/775 kB error 03-Jan-2023 03:02:53 Progress (1): 95/775 kB error 03-Jan-2023 03:02:53 Progress (1): 99/775 kB error 03-Jan-2023 03:02:53 Progress (1): 103/775 kB error 03-Jan-2023 03:02:53 Progress (1): 107/775 kB error 03-Jan-2023 03:02:53 Progress (1): 111/775 kB error 03-Jan-2023 03:02:53 Progress (1): 116/775 kB error 03-Jan-2023 03:02:53 Progress (1): 120/775 kB error 03-Jan-2023 03:02:53 Progress (1): 124/775 kB error 03-Jan-2023 03:02:53 Progress (1): 128/775 kB error 03-Jan-2023 03:02:53 Progress (1): 132/775 kB error 03-Jan-2023 03:02:53 Progress (1): 136/775 kB error 03-Jan-2023 03:02:53 Progress (1): 140/775 kB error 03-Jan-2023 03:02:53 Progress (1): 143/775 kB error 03-Jan-2023 03:02:53 Progress (1): 147/775 kB error 03-Jan-2023 03:02:53 Progress (1): 151/775 kB error 03-Jan-2023 03:02:53 Progress (1): 155/775 kB error 03-Jan-2023 03:02:53 Progress (1): 159/775 kB error 03-Jan-2023 03:02:53 Progress (1): 163/775 kB error 03-Jan-2023 03:02:53 Progress (1): 167/775 kB error 03-Jan-2023 03:02:53 Progress (1): 171/775 kB error 03-Jan-2023 03:02:53 Progress (1): 175/775 kB error 03-Jan-2023 03:02:53 Progress (1): 178/775 kB error 03-Jan-2023 03:02:53 Progress (1): 182/775 kB error 03-Jan-2023 03:02:53 Progress (1): 186/775 kB error 03-Jan-2023 03:02:53 Progress (1): 190/775 kB error 03-Jan-2023 03:02:53 Progress (1): 195/775 kB error 03-Jan-2023 03:02:53 Progress (1): 197/775 kB error 03-Jan-2023 03:02:53 Progress (1): 201/775 kB error 03-Jan-2023 03:02:53 Progress (1): 205/775 kB error 03-Jan-2023 03:02:53 Progress (1): 210/775 kB error 03-Jan-2023 03:02:53 Progress (1): 214/775 kB error 03-Jan-2023 03:02:53 Progress (1): 218/775 kB error 03-Jan-2023 03:02:53 Progress (1): 222/775 kB error 03-Jan-2023 03:02:53 Progress (1): 224/775 kB error 03-Jan-2023 03:02:53 Progress (1): 228/775 kB error 03-Jan-2023 03:02:53 Progress (1): 232/775 kB error 03-Jan-2023 03:02:53 Progress (1): 237/775 kB error 03-Jan-2023 03:02:53 Progress (1): 241/775 kB error 03-Jan-2023 03:02:53 Progress (1): 245/775 kB error 03-Jan-2023 03:02:53 Progress (1): 249/775 kB error 03-Jan-2023 03:02:53 Progress (1): 251/775 kB error 03-Jan-2023 03:02:53 Progress (1): 255/775 kB error 03-Jan-2023 03:02:53 Progress (1): 259/775 kB error 03-Jan-2023 03:02:53 Progress (1): 264/775 kB error 03-Jan-2023 03:02:53 Progress (1): 268/775 kB error 03-Jan-2023 03:02:53 Progress (1): 272/775 kB error 03-Jan-2023 03:02:53 Progress (1): 276/775 kB error 03-Jan-2023 03:02:53 Progress (1): 280/775 kB error 03-Jan-2023 03:02:53 Progress (1): 284/775 kB error 03-Jan-2023 03:02:53 Progress (1): 288/775 kB error 03-Jan-2023 03:02:53 Progress (1): 292/775 kB error 03-Jan-2023 03:02:53 Progress (1): 296/775 kB error 03-Jan-2023 03:02:53 Progress (1): 300/775 kB error 03-Jan-2023 03:02:53 Progress (1): 305/775 kB error 03-Jan-2023 03:02:53 Progress (1): 309/775 kB error 03-Jan-2023 03:02:53 Progress (1): 312/775 kB error 03-Jan-2023 03:02:53 Progress (1): 314/775 kB error 03-Jan-2023 03:02:53 Progress (1): 318/775 kB error 03-Jan-2023 03:02:53 Progress (1): 322/775 kB error 03-Jan-2023 03:02:53 Progress (1): 327/775 kB error 03-Jan-2023 03:02:53 Progress (1): 331/775 kB error 03-Jan-2023 03:02:53 Progress (1): 335/775 kB error 03-Jan-2023 03:02:53 Progress (1): 339/775 kB error 03-Jan-2023 03:02:53 Progress (1): 343/775 kB error 03-Jan-2023 03:02:53 Progress (1): 347/775 kB error 03-Jan-2023 03:02:53 Progress (1): 351/775 kB error 03-Jan-2023 03:02:53 Progress (1): 355/775 kB error 03-Jan-2023 03:02:53 Progress (1): 359/775 kB error 03-Jan-2023 03:02:53 Progress (1): 363/775 kB error 03-Jan-2023 03:02:53 Progress (1): 368/775 kB error 03-Jan-2023 03:02:53 Progress (1): 372/775 kB error 03-Jan-2023 03:02:53 Progress (1): 376/775 kB error 03-Jan-2023 03:02:53 Progress (1): 380/775 kB error 03-Jan-2023 03:02:53 Progress (1): 384/775 kB error 03-Jan-2023 03:02:53 Progress (1): 386/775 kB error 03-Jan-2023 03:02:53 Progress (1): 390/775 kB error 03-Jan-2023 03:02:53 Progress (1): 394/775 kB error 03-Jan-2023 03:02:53 Progress (1): 399/775 kB error 03-Jan-2023 03:02:53 Progress (1): 403/775 kB error 03-Jan-2023 03:02:53 Progress (1): 407/775 kB error 03-Jan-2023 03:02:53 Progress (1): 411/775 kB error 03-Jan-2023 03:02:53 Progress (1): 413/775 kB error 03-Jan-2023 03:02:53 Progress (1): 417/775 kB error 03-Jan-2023 03:02:53 Progress (1): 421/775 kB error 03-Jan-2023 03:02:53 Progress (1): 426/775 kB error 03-Jan-2023 03:02:53 Progress (1): 430/775 kB error 03-Jan-2023 03:02:53 Progress (1): 434/775 kB error 03-Jan-2023 03:02:53 Progress (1): 438/775 kB error 03-Jan-2023 03:02:53 Progress (1): 442/775 kB error 03-Jan-2023 03:02:53 Progress (1): 446/775 kB error 03-Jan-2023 03:02:53 Progress (1): 448/775 kB error 03-Jan-2023 03:02:53 Progress (1): 452/775 kB error 03-Jan-2023 03:02:53 Progress (1): 456/775 kB error 03-Jan-2023 03:02:53 Progress (1): 460/775 kB error 03-Jan-2023 03:02:53 Progress (1): 465/775 kB error 03-Jan-2023 03:02:53 Progress (1): 469/775 kB error 03-Jan-2023 03:02:53 Progress (1): 473/775 kB error 03-Jan-2023 03:02:53 Progress (1): 476/775 kB error 03-Jan-2023 03:02:53 Progress (1): 480/775 kB error 03-Jan-2023 03:02:53 Progress (1): 484/775 kB error 03-Jan-2023 03:02:53 Progress (1): 488/775 kB error 03-Jan-2023 03:02:53 Progress (1): 491/775 kB error 03-Jan-2023 03:02:53 Progress (1): 495/775 kB error 03-Jan-2023 03:02:53 Progress (1): 499/775 kB error 03-Jan-2023 03:02:53 Progress (1): 503/775 kB error 03-Jan-2023 03:02:53 Progress (1): 507/775 kB error 03-Jan-2023 03:02:53 Progress (1): 512/775 kB error 03-Jan-2023 03:02:53 Progress (1): 516/775 kB error 03-Jan-2023 03:02:53 Progress (1): 520/775 kB error 03-Jan-2023 03:02:53 Progress (1): 524/775 kB error 03-Jan-2023 03:02:53 Progress (1): 528/775 kB error 03-Jan-2023 03:02:53 Progress (1): 532/775 kB error 03-Jan-2023 03:02:53 Progress (1): 536/775 kB error 03-Jan-2023 03:02:53 Progress (1): 539/775 kB error 03-Jan-2023 03:02:53 Progress (1): 543/775 kB error 03-Jan-2023 03:02:53 Progress (1): 547/775 kB error 03-Jan-2023 03:02:53 Progress (1): 551/775 kB error 03-Jan-2023 03:02:53 Progress (1): 554/775 kB error 03-Jan-2023 03:02:53 Progress (1): 558/775 kB error 03-Jan-2023 03:02:53 Progress (1): 562/775 kB error 03-Jan-2023 03:02:53 Progress (1): 566/775 kB error 03-Jan-2023 03:02:53 Progress (1): 570/775 kB error 03-Jan-2023 03:02:53 Progress (1): 575/775 kB error 03-Jan-2023 03:02:53 Progress (1): 579/775 kB error 03-Jan-2023 03:02:53 Progress (1): 583/775 kB error 03-Jan-2023 03:02:53 Progress (1): 587/775 kB error 03-Jan-2023 03:02:53 Progress (1): 591/775 kB error 03-Jan-2023 03:02:53 Progress (1): 595/775 kB error 03-Jan-2023 03:02:53 Progress (1): 599/775 kB error 03-Jan-2023 03:02:53 Progress (1): 602/775 kB error 03-Jan-2023 03:02:53 Progress (1): 606/775 kB error 03-Jan-2023 03:02:53 Progress (1): 610/775 kB error 03-Jan-2023 03:02:53 Progress (1): 614/775 kB error 03-Jan-2023 03:02:53 Progress (1): 618/775 kB error 03-Jan-2023 03:02:53 Progress (1): 622/775 kB error 03-Jan-2023 03:02:53 Progress (1): 626/775 kB error 03-Jan-2023 03:02:53 Progress (1): 630/775 kB error 03-Jan-2023 03:02:53 Progress (1): 634/775 kB error 03-Jan-2023 03:02:53 Progress (1): 637/775 kB error 03-Jan-2023 03:02:53 Progress (1): 641/775 kB error 03-Jan-2023 03:02:53 Progress (1): 645/775 kB error 03-Jan-2023 03:02:53 Progress (1): 647/775 kB error 03-Jan-2023 03:02:53 Progress (1): 651/775 kB error 03-Jan-2023 03:02:53 Progress (1): 655/775 kB error 03-Jan-2023 03:02:53 Progress (1): 660/775 kB error 03-Jan-2023 03:02:53 Progress (1): 664/775 kB error 03-Jan-2023 03:02:53 Progress (1): 668/775 kB error 03-Jan-2023 03:02:53 Progress (1): 672/775 kB error 03-Jan-2023 03:02:53 Progress (1): 676/775 kB error 03-Jan-2023 03:02:53 Progress (1): 680/775 kB error 03-Jan-2023 03:02:53 Progress (1): 684/775 kB error 03-Jan-2023 03:02:53 Progress (1): 688/775 kB error 03-Jan-2023 03:02:53 Progress (1): 692/775 kB error 03-Jan-2023 03:02:53 Progress (1): 696/775 kB error 03-Jan-2023 03:02:53 Progress (1): 701/775 kB error 03-Jan-2023 03:02:53 Progress (1): 705/775 kB error 03-Jan-2023 03:02:53 Progress (1): 709/775 kB error 03-Jan-2023 03:02:53 Progress (1): 713/775 kB error 03-Jan-2023 03:02:53 Progress (1): 717/775 kB error 03-Jan-2023 03:02:53 Progress (1): 721/775 kB error 03-Jan-2023 03:02:53 Progress (1): 725/775 kB error 03-Jan-2023 03:02:53 Progress (1): 728/775 kB error 03-Jan-2023 03:02:53 Progress (1): 732/775 kB error 03-Jan-2023 03:02:53 Progress (1): 736/775 kB error 03-Jan-2023 03:02:53 Progress (1): 740/775 kB error 03-Jan-2023 03:02:53 Progress (1): 744/775 kB error 03-Jan-2023 03:02:53 Progress (1): 748/775 kB error 03-Jan-2023 03:02:53 Progress (1): 752/775 kB error 03-Jan-2023 03:02:53 Progress (1): 755/775 kB error 03-Jan-2023 03:02:53 Progress (1): 759/775 kB error 03-Jan-2023 03:02:53 Progress (1): 763/775 kB error 03-Jan-2023 03:02:53 Progress (1): 767/775 kB error 03-Jan-2023 03:02:53 Progress (1): 771/775 kB error 03-Jan-2023 03:02:53 Progress (1): 773/775 kB error 03-Jan-2023 03:02:53 Progress (1): 775 kB error 03-Jan-2023 03:02:53 error 03-Jan-2023 03:02:53 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/reportingcompatibility-omod/2.0.9/reportingcompatibility-omod-2.0.9.jar (775 kB at 1.5 MB/s) error 03-Jan-2023 03:02:53 #17 97.53 [INFO] Configured Artifact: org.openmrs.module:reporting-omod:1.25.0:jar error 03-Jan-2023 03:02:53 #17 97.53 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/reporting-omod/1.25.0/reporting-omod-1.25.0.pom error 03-Jan-2023 03:02:53 #17 97.64 Progress (1): 3.3/4.1 kB error 03-Jan-2023 03:02:53 Progress (1): 4.1 kB error 03-Jan-2023 03:02:53 error 03-Jan-2023 03:02:53 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/reporting-omod/1.25.0/reporting-omod-1.25.0.pom (4.1 kB at 18 kB/s) error 03-Jan-2023 03:02:53 #17 97.76 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/reporting/1.25.0/reporting-1.25.0.pom error 03-Jan-2023 03:02:53 #17 97.87 Progress (1): 3.3/19 kB error 03-Jan-2023 03:02:53 Progress (1): 6.1/19 kB error 03-Jan-2023 03:02:53 Progress (1): 8.9/19 kB error 03-Jan-2023 03:02:53 Progress (1): 12/19 kB error 03-Jan-2023 03:02:53 Progress (1): 15/19 kB error 03-Jan-2023 03:02:53 Progress (1): 17/19 kB error 03-Jan-2023 03:02:53 Progress (1): 19 kB error 03-Jan-2023 03:02:53 error 03-Jan-2023 03:02:53 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/reporting/1.25.0/reporting-1.25.0.pom (19 kB at 81 kB/s) error 03-Jan-2023 03:02:53 #17 97.99 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/reporting-omod/1.25.0/reporting-omod-1.25.0.jar error 03-Jan-2023 03:02:53 #17 98.33 Progress (1): 0.1/17 MB error 03-Jan-2023 03:02:53 Progress (1): 0.2/17 MB error 03-Jan-2023 03:02:53 Progress (1): 0.3/17 MB error 03-Jan-2023 03:02:53 Progress (1): 0.3/17 MB error 03-Jan-2023 03:02:53 Progress (1): 0.4/17 MB error 03-Jan-2023 03:02:53 Progress (1): 0.5/17 MB error 03-Jan-2023 03:02:53 Progress (1): 0.6/17 MB error 03-Jan-2023 03:02:53 Progress (1): 0.7/17 MB error 03-Jan-2023 03:02:53 Progress (1): 0.8/17 MB error 03-Jan-2023 03:02:53 Progress (1): 0.9/17 MB error 03-Jan-2023 03:02:53 Progress (1): 1.0/17 MB error 03-Jan-2023 03:02:53 Progress (1): 1.0/17 MB error 03-Jan-2023 03:02:53 Progress (1): 1.1/17 MB error 03-Jan-2023 03:02:53 Progress (1): 1.2/17 MB error 03-Jan-2023 03:02:53 Progress (1): 1.3/17 MB error 03-Jan-2023 03:02:53 Progress (1): 1.4/17 MB error 03-Jan-2023 03:02:53 Progress (1): 1.5/17 MB error 03-Jan-2023 03:02:53 Progress (1): 1.6/17 MB error 03-Jan-2023 03:02:53 Progress (1): 1.6/17 MB error 03-Jan-2023 03:02:53 Progress (1): 1.7/17 MB error 03-Jan-2023 03:02:53 Progress (1): 1.8/17 MB error 03-Jan-2023 03:02:53 Progress (1): 1.9/17 MB error 03-Jan-2023 03:02:53 Progress (1): 2.0/17 MB error 03-Jan-2023 03:02:53 Progress (1): 2.1/17 MB error 03-Jan-2023 03:02:53 Progress (1): 2.2/17 MB error 03-Jan-2023 03:02:53 Progress (1): 2.3/17 MB error 03-Jan-2023 03:02:53 Progress (1): 2.3/17 MB error 03-Jan-2023 03:02:53 Progress (1): 2.4/17 MB error 03-Jan-2023 03:02:53 Progress (1): 2.5/17 MB error 03-Jan-2023 03:02:53 Progress (1): 2.6/17 MB error 03-Jan-2023 03:02:53 Progress (1): 2.7/17 MB error 03-Jan-2023 03:02:53 Progress (1): 2.8/17 MB error 03-Jan-2023 03:02:53 Progress (1): 2.9/17 MB error 03-Jan-2023 03:02:53 Progress (1): 3.0/17 MB error 03-Jan-2023 03:02:53 Progress (1): 3.0/17 MB error 03-Jan-2023 03:02:53 Progress (1): 3.1/17 MB error 03-Jan-2023 03:02:53 Progress (1): 3.2/17 MB error 03-Jan-2023 03:02:53 Progress (1): 3.3/17 MB error 03-Jan-2023 03:02:53 Progress (1): 3.4/17 MB error 03-Jan-2023 03:02:53 Progress (1): 3.5/17 MB error 03-Jan-2023 03:02:53 Progress (1): 3.6/17 MB error 03-Jan-2023 03:02:53 Progress (1): 3.7/17 MB error 03-Jan-2023 03:02:53 Progress (1): 3.7/17 MB error 03-Jan-2023 03:02:53 Progress (1): 3.8/17 MB error 03-Jan-2023 03:02:53 Progress (1): 3.9/17 MB error 03-Jan-2023 03:02:53 Progress (1): 4.0/17 MB error 03-Jan-2023 03:02:53 Progress (1): 4.1/17 MB error 03-Jan-2023 03:02:53 Progress (1): 4.2/17 MB error 03-Jan-2023 03:02:53 Progress (1): 4.3/17 MB error 03-Jan-2023 03:02:53 Progress (1): 4.3/17 MB error 03-Jan-2023 03:02:53 Progress (1): 4.4/17 MB error 03-Jan-2023 03:02:53 Progress (1): 4.5/17 MB error 03-Jan-2023 03:02:53 Progress (1): 4.6/17 MB error 03-Jan-2023 03:02:53 Progress (1): 4.7/17 MB error 03-Jan-2023 03:02:53 Progress (1): 4.8/17 MB error 03-Jan-2023 03:02:53 Progress (1): 4.9/17 MB error 03-Jan-2023 03:02:53 Progress (1): 4.9/17 MB error 03-Jan-2023 03:02:53 Progress (1): 5.0/17 MB error 03-Jan-2023 03:02:53 Progress (1): 5.1/17 MB error 03-Jan-2023 03:02:53 Progress (1): 5.2/17 MB error 03-Jan-2023 03:02:53 Progress (1): 5.3/17 MB error 03-Jan-2023 03:02:53 Progress (1): 5.3/17 MB error 03-Jan-2023 03:02:53 Progress (1): 5.4/17 MB error 03-Jan-2023 03:02:53 Progress (1): 5.5/17 MB error 03-Jan-2023 03:02:53 Progress (1): 5.6/17 MB error 03-Jan-2023 03:02:53 Progress (1): 5.7/17 MB error 03-Jan-2023 03:02:53 Progress (1): 5.8/17 MB error 03-Jan-2023 03:02:53 Progress (1): 5.8/17 MB error 03-Jan-2023 03:02:53 Progress (1): 5.9/17 MB error 03-Jan-2023 03:02:53 Progress (1): 6.0/17 MB error 03-Jan-2023 03:02:53 Progress (1): 6.1/17 MB error 03-Jan-2023 03:02:53 Progress (1): 6.2/17 MB error 03-Jan-2023 03:02:53 Progress (1): 6.2/17 MB error 03-Jan-2023 03:02:53 Progress (1): 6.3/17 MB error 03-Jan-2023 03:02:53 Progress (1): 6.4/17 MB error 03-Jan-2023 03:02:53 Progress (1): 6.5/17 MB error 03-Jan-2023 03:02:53 Progress (1): 6.6/17 MB error 03-Jan-2023 03:02:53 Progress (1): 6.7/17 MB error 03-Jan-2023 03:02:53 Progress (1): 6.7/17 MB error 03-Jan-2023 03:02:53 Progress (1): 6.8/17 MB error 03-Jan-2023 03:02:53 Progress (1): 6.9/17 MB error 03-Jan-2023 03:02:53 Progress (1): 7.0/17 MB error 03-Jan-2023 03:02:53 Progress (1): 7.1/17 MB error 03-Jan-2023 03:02:53 Progress (1): 7.1/17 MB error 03-Jan-2023 03:02:53 Progress (1): 7.2/17 MB error 03-Jan-2023 03:02:53 Progress (1): 7.3/17 MB error 03-Jan-2023 03:02:53 Progress (1): 7.4/17 MB error 03-Jan-2023 03:02:53 Progress (1): 7.5/17 MB error 03-Jan-2023 03:02:53 Progress (1): 7.6/17 MB error 03-Jan-2023 03:02:53 Progress (1): 7.6/17 MB error 03-Jan-2023 03:02:53 Progress (1): 7.7/17 MB error 03-Jan-2023 03:02:53 Progress (1): 7.8/17 MB error 03-Jan-2023 03:02:53 Progress (1): 7.9/17 MB error 03-Jan-2023 03:02:53 Progress (1): 8.0/17 MB error 03-Jan-2023 03:02:53 Progress (1): 8.0/17 MB error 03-Jan-2023 03:02:53 Progress (1): 8.1/17 MB error 03-Jan-2023 03:02:53 Progress (1): 8.2/17 MB error 03-Jan-2023 03:02:53 Progress (1): 8.3/17 MB error 03-Jan-2023 03:02:53 Progress (1): 8.4/17 MB error 03-Jan-2023 03:02:53 Progress (1): 8.5/17 MB error 03-Jan-2023 03:02:53 Progress (1): 8.5/17 MB error 03-Jan-2023 03:02:53 Progress (1): 8.6/17 MB error 03-Jan-2023 03:02:53 Progress (1): 8.7/17 MB error 03-Jan-2023 03:02:53 Progress (1): 8.8/17 MB error 03-Jan-2023 03:02:53 Progress (1): 8.9/17 MB error 03-Jan-2023 03:02:53 Progress (1): 9.0/17 MB error 03-Jan-2023 03:02:53 Progress (1): 9.0/17 MB error 03-Jan-2023 03:02:53 Progress (1): 9.1/17 MB error 03-Jan-2023 03:02:53 Progress (1): 9.2/17 MB error 03-Jan-2023 03:02:53 Progress (1): 9.3/17 MB error 03-Jan-2023 03:02:53 Progress (1): 9.4/17 MB error 03-Jan-2023 03:02:53 Progress (1): 9.4/17 MB error 03-Jan-2023 03:02:53 Progress (1): 9.5/17 MB error 03-Jan-2023 03:02:53 Progress (1): 9.6/17 MB error 03-Jan-2023 03:02:53 Progress (1): 9.7/17 MB error 03-Jan-2023 03:02:53 Progress (1): 9.8/17 MB error 03-Jan-2023 03:02:53 Progress (1): 9.9/17 MB error 03-Jan-2023 03:02:53 Progress (1): 9.9/17 MB error 03-Jan-2023 03:02:53 Progress (1): 10/17 MB error 03-Jan-2023 03:02:53 Progress (1): 10/17 MB error 03-Jan-2023 03:02:53 Progress (1): 10/17 MB error 03-Jan-2023 03:02:53 Progress (1): 10/17 MB error 03-Jan-2023 03:02:53 Progress (1): 10/17 MB error 03-Jan-2023 03:02:53 Progress (1): 10/17 MB error 03-Jan-2023 03:02:53 Progress (1): 11/17 MB error 03-Jan-2023 03:02:53 Progress (1): 11/17 MB error 03-Jan-2023 03:02:53 Progress (1): 11/17 MB error 03-Jan-2023 03:02:53 Progress (1): 11/17 MB error 03-Jan-2023 03:02:53 Progress (1): 11/17 MB error 03-Jan-2023 03:02:53 Progress (1): 11/17 MB error 03-Jan-2023 03:02:53 Progress (1): 11/17 MB error 03-Jan-2023 03:02:53 Progress (1): 11/17 MB error 03-Jan-2023 03:02:53 Progress (1): 11/17 MB error 03-Jan-2023 03:02:53 Progress (1): 11/17 MB error 03-Jan-2023 03:02:53 Progress (1): 11/17 MB error 03-Jan-2023 03:02:53 Progress (1): 11/17 MB error 03-Jan-2023 03:02:53 Progress (1): 11/17 MB error 03-Jan-2023 03:02:53 Progress (1): 12/17 MB error 03-Jan-2023 03:02:53 Progress (1): 12/17 MB error 03-Jan-2023 03:02:53 Progress (1): 12/17 MB error 03-Jan-2023 03:02:53 Progress (1): 12/17 MB error 03-Jan-2023 03:02:53 Progress (1): 12/17 MB error 03-Jan-2023 03:02:53 Progress (1): 12/17 MB error 03-Jan-2023 03:02:53 Progress (1): 12/17 MB error 03-Jan-2023 03:02:53 Progress (1): 12/17 MB error 03-Jan-2023 03:02:53 Progress (1): 12/17 MB error 03-Jan-2023 03:02:53 Progress (1): 12/17 MB error 03-Jan-2023 03:02:53 Progress (1): 12/17 MB error 03-Jan-2023 03:02:53 Progress (1): 12/17 MB error 03-Jan-2023 03:02:53 Progress (1): 13/17 MB error 03-Jan-2023 03:02:53 Progress (1): 13/17 MB error 03-Jan-2023 03:02:53 Progress (1): 13/17 MB error 03-Jan-2023 03:02:53 Progress (1): 13/17 MB error 03-Jan-2023 03:02:53 Progress (1): 13/17 MB error 03-Jan-2023 03:02:53 Progress (1): 13/17 MB error 03-Jan-2023 03:02:53 Progress (1): 13/17 MB error 03-Jan-2023 03:02:53 Progress (1): 13/17 MB error 03-Jan-2023 03:02:53 Progress (1): 13/17 MB error 03-Jan-2023 03:02:53 Progress (1): 13/17 MB error 03-Jan-2023 03:02:53 Progress (1): 13/17 MB error 03-Jan-2023 03:02:53 Progress (1): 13/17 MB error 03-Jan-2023 03:02:53 Progress (1): 14/17 MB error 03-Jan-2023 03:02:53 Progress (1): 14/17 MB error 03-Jan-2023 03:02:53 Progress (1): 14/17 MB error 03-Jan-2023 03:02:53 Progress (1): 14/17 MB error 03-Jan-2023 03:02:53 Progress (1): 14/17 MB error 03-Jan-2023 03:02:53 Progress (1): 14/17 MB error 03-Jan-2023 03:02:53 Progress (1): 14/17 MB error 03-Jan-2023 03:02:53 Progress (1): 14/17 MB error 03-Jan-2023 03:02:53 Progress (1): 14/17 MB error 03-Jan-2023 03:02:53 Progress (1): 14/17 MB error 03-Jan-2023 03:02:53 Progress (1): 14/17 MB error 03-Jan-2023 03:02:53 Progress (1): 14/17 MB error 03-Jan-2023 03:02:53 Progress (1): 15/17 MB error 03-Jan-2023 03:02:53 Progress (1): 15/17 MB error 03-Jan-2023 03:02:53 Progress (1): 15/17 MB error 03-Jan-2023 03:02:53 Progress (1): 15/17 MB error 03-Jan-2023 03:02:53 Progress (1): 15/17 MB error 03-Jan-2023 03:02:53 Progress (1): 15/17 MB error 03-Jan-2023 03:02:53 Progress (1): 15/17 MB error 03-Jan-2023 03:02:53 Progress (1): 15/17 MB error 03-Jan-2023 03:02:53 Progress (1): 15/17 MB error 03-Jan-2023 03:02:53 Progress (1): 15/17 MB error 03-Jan-2023 03:02:53 Progress (1): 15/17 MB error 03-Jan-2023 03:02:53 Progress (1): 15/17 MB error 03-Jan-2023 03:02:53 Progress (1): 16/17 MB error 03-Jan-2023 03:02:53 Progress (1): 16/17 MB error 03-Jan-2023 03:02:53 Progress (1): 16/17 MB error 03-Jan-2023 03:02:53 Progress (1): 16/17 MB error 03-Jan-2023 03:02:53 Progress (1): 16/17 MB error 03-Jan-2023 03:02:53 Progress (1): 16/17 MB error 03-Jan-2023 03:02:53 Progress (1): 16/17 MB error 03-Jan-2023 03:02:53 Progress (1): 16/17 MB error 03-Jan-2023 03:02:53 Progress (1): 16/17 MB error 03-Jan-2023 03:02:53 Progress (1): 16/17 MB error 03-Jan-2023 03:02:53 Progress (1): 16/17 MB error 03-Jan-2023 03:02:53 Progress (1): 16/17 MB error 03-Jan-2023 03:02:53 Progress (1): 16/17 MB error 03-Jan-2023 03:02:53 Progress (1): 17/17 MB error 03-Jan-2023 03:02:53 Progress (1): 17 MB error 03-Jan-2023 03:02:53 error 03-Jan-2023 03:02:53 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/reporting-omod/1.25.0/reporting-omod-1.25.0.jar (17 MB at 15 MB/s) error 03-Jan-2023 03:02:53 #17 99.07 [INFO] Configured Artifact: org.openmrs.module:adminui-omod:1.6.0:jar error 03-Jan-2023 03:02:53 #17 99.07 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/adminui-omod/1.6.0/adminui-omod-1.6.0.pom error 03-Jan-2023 03:02:53 #17 99.19 Progress (1): 3.3/9.2 kB error 03-Jan-2023 03:02:53 Progress (1): 6.1/9.2 kB error 03-Jan-2023 03:02:53 Progress (1): 8.9/9.2 kB error 03-Jan-2023 03:02:53 Progress (1): 9.2 kB error 03-Jan-2023 03:02:53 error 03-Jan-2023 03:02:53 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/adminui-omod/1.6.0/adminui-omod-1.6.0.pom (9.2 kB at 41 kB/s) error 03-Jan-2023 03:02:53 #17 99.30 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/adminui/1.6.0/adminui-1.6.0.pom error 03-Jan-2023 03:02:53 #17 99.41 Progress (1): 3.3/7.2 kB error 03-Jan-2023 03:02:53 Progress (1): 6.1/7.2 kB error 03-Jan-2023 03:02:53 Progress (1): 7.2 kB error 03-Jan-2023 03:02:53 error 03-Jan-2023 03:02:53 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/adminui/1.6.0/adminui-1.6.0.pom (7.2 kB at 33 kB/s) error 03-Jan-2023 03:02:53 #17 99.52 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/adminui-omod/1.6.0/adminui-omod-1.6.0.jar error 03-Jan-2023 03:02:53 #17 99.78 Progress (1): 4.1/257 kB error 03-Jan-2023 03:02:53 Progress (1): 8.2/257 kB error 03-Jan-2023 03:02:53 Progress (1): 12/257 kB error 03-Jan-2023 03:02:53 Progress (1): 16/257 kB error 03-Jan-2023 03:02:53 Progress (1): 20/257 kB error 03-Jan-2023 03:02:53 Progress (1): 24/257 kB error 03-Jan-2023 03:02:53 Progress (1): 28/257 kB error 03-Jan-2023 03:02:53 Progress (1): 32/257 kB error 03-Jan-2023 03:02:53 Progress (1): 36/257 kB error 03-Jan-2023 03:02:53 Progress (1): 40/257 kB error 03-Jan-2023 03:02:53 Progress (1): 44/257 kB error 03-Jan-2023 03:02:53 Progress (1): 48/257 kB error 03-Jan-2023 03:02:53 Progress (1): 51/257 kB error 03-Jan-2023 03:02:53 Progress (1): 55/257 kB error 03-Jan-2023 03:02:53 Progress (1): 59/257 kB error 03-Jan-2023 03:02:53 Progress (1): 63/257 kB error 03-Jan-2023 03:02:53 Progress (1): 67/257 kB error 03-Jan-2023 03:02:53 Progress (1): 71/257 kB error 03-Jan-2023 03:02:53 Progress (1): 75/257 kB error 03-Jan-2023 03:02:53 Progress (1): 79/257 kB error 03-Jan-2023 03:02:53 Progress (1): 83/257 kB error 03-Jan-2023 03:02:53 Progress (1): 87/257 kB error 03-Jan-2023 03:02:53 Progress (1): 91/257 kB error 03-Jan-2023 03:02:53 Progress (1): 96/257 kB error 03-Jan-2023 03:02:53 Progress (1): 100/257 kB error 03-Jan-2023 03:02:53 Progress (1): 104/257 kB error 03-Jan-2023 03:02:53 Progress (1): 106/257 kB error 03-Jan-2023 03:02:53 Progress (1): 110/257 kB error 03-Jan-2023 03:02:53 Progress (1): 114/257 kB error 03-Jan-2023 03:02:53 Progress (1): 118/257 kB error 03-Jan-2023 03:02:53 Progress (1): 123/257 kB error 03-Jan-2023 03:02:53 Progress (1): 125/257 kB error 03-Jan-2023 03:02:53 Progress (1): 129/257 kB error 03-Jan-2023 03:02:53 Progress (1): 134/257 kB error 03-Jan-2023 03:02:53 Progress (1): 138/257 kB error 03-Jan-2023 03:02:53 Progress (1): 142/257 kB error 03-Jan-2023 03:02:53 Progress (1): 146/257 kB error 03-Jan-2023 03:02:53 Progress (1): 150/257 kB error 03-Jan-2023 03:02:53 Progress (1): 154/257 kB error 03-Jan-2023 03:02:53 Progress (1): 158/257 kB error 03-Jan-2023 03:02:53 Progress (1): 162/257 kB error 03-Jan-2023 03:02:53 Progress (1): 166/257 kB error 03-Jan-2023 03:02:53 Progress (1): 170/257 kB error 03-Jan-2023 03:02:53 Progress (1): 174/257 kB error 03-Jan-2023 03:02:53 Progress (1): 179/257 kB error 03-Jan-2023 03:02:53 Progress (1): 183/257 kB error 03-Jan-2023 03:02:53 Progress (1): 187/257 kB error 03-Jan-2023 03:02:53 Progress (1): 191/257 kB error 03-Jan-2023 03:02:53 Progress (1): 195/257 kB error 03-Jan-2023 03:02:53 Progress (1): 199/257 kB error 03-Jan-2023 03:02:53 Progress (1): 203/257 kB error 03-Jan-2023 03:02:53 Progress (1): 206/257 kB error 03-Jan-2023 03:02:53 Progress (1): 210/257 kB error 03-Jan-2023 03:02:53 Progress (1): 214/257 kB error 03-Jan-2023 03:02:53 Progress (1): 218/257 kB error 03-Jan-2023 03:02:53 Progress (1): 222/257 kB error 03-Jan-2023 03:02:53 Progress (1): 226/257 kB error 03-Jan-2023 03:02:53 Progress (1): 230/257 kB error 03-Jan-2023 03:02:53 Progress (1): 234/257 kB error 03-Jan-2023 03:02:53 Progress (1): 238/257 kB error 03-Jan-2023 03:02:53 Progress (1): 241/257 kB error 03-Jan-2023 03:02:53 Progress (1): 245/257 kB error 03-Jan-2023 03:02:53 Progress (1): 249/257 kB error 03-Jan-2023 03:02:53 Progress (1): 253/257 kB error 03-Jan-2023 03:02:53 Progress (1): 257 kB error 03-Jan-2023 03:02:53 error 03-Jan-2023 03:02:53 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/adminui-omod/1.6.0/adminui-omod-1.6.0.jar (257 kB at 676 kB/s) error 03-Jan-2023 03:02:53 #17 99.90 [INFO] Configured Artifact: org.openmrs.module:registrationcore-omod:1.12.0:jar error 03-Jan-2023 03:02:53 #17 99.91 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/registrationcore-omod/1.12.0/registrationcore-omod-1.12.0.pom error 03-Jan-2023 03:02:53 #17 100.0 Progress (1): 3.3/6.3 kB error 03-Jan-2023 03:02:53 Progress (1): 6.1/6.3 kB error 03-Jan-2023 03:02:53 Progress (1): 6.3 kB error 03-Jan-2023 03:02:53 error 03-Jan-2023 03:02:53 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/registrationcore-omod/1.12.0/registrationcore-omod-1.12.0.pom (6.3 kB at 27 kB/s) error 03-Jan-2023 03:02:53 #17 100.1 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/registrationcore/1.12.0/registrationcore-1.12.0.pom error 03-Jan-2023 03:02:53 #17 100.3 Progress (1): 3.3/7.7 kB error 03-Jan-2023 03:02:53 Progress (1): 6.1/7.7 kB error 03-Jan-2023 03:02:53 Progress (1): 7.7 kB error 03-Jan-2023 03:02:53 error 03-Jan-2023 03:02:53 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/registrationcore/1.12.0/registrationcore-1.12.0.pom (7.7 kB at 33 kB/s) error 03-Jan-2023 03:02:53 #17 100.4 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/registrationcore-omod/1.12.0/registrationcore-omod-1.12.0.jar error 03-Jan-2023 03:02:53 #17 100.5 Progress (1): 3.3/127 kB error 03-Jan-2023 03:02:53 Progress (1): 6.1/127 kB error 03-Jan-2023 03:02:53 Progress (1): 8.9/127 kB error 03-Jan-2023 03:02:53 Progress (1): 12/127 kB error 03-Jan-2023 03:02:53 Progress (1): 14/127 kB error 03-Jan-2023 03:02:53 Progress (1): 17/127 kB error 03-Jan-2023 03:02:53 Progress (1): 20/127 kB error 03-Jan-2023 03:02:53 Progress (1): 23/127 kB error 03-Jan-2023 03:02:53 Progress (1): 26/127 kB error 03-Jan-2023 03:02:53 Progress (1): 29/127 kB error 03-Jan-2023 03:02:53 Progress (1): 31/127 kB error 03-Jan-2023 03:02:53 Progress (1): 34/127 kB error 03-Jan-2023 03:02:53 Progress (1): 37/127 kB error 03-Jan-2023 03:02:53 Progress (1): 40/127 kB error 03-Jan-2023 03:02:53 Progress (1): 43/127 kB error 03-Jan-2023 03:02:53 Progress (1): 45/127 kB error 03-Jan-2023 03:02:53 Progress (1): 48/127 kB error 03-Jan-2023 03:02:53 Progress (1): 51/127 kB error 03-Jan-2023 03:02:53 Progress (1): 54/127 kB error 03-Jan-2023 03:02:53 Progress (1): 56/127 kB error 03-Jan-2023 03:02:53 Progress (1): 59/127 kB error 03-Jan-2023 03:02:53 Progress (1): 62/127 kB error 03-Jan-2023 03:02:53 Progress (1): 65/127 kB error 03-Jan-2023 03:02:53 Progress (1): 68/127 kB error 03-Jan-2023 03:02:53 Progress (1): 70/127 kB error 03-Jan-2023 03:02:53 Progress (1): 73/127 kB error 03-Jan-2023 03:02:53 Progress (1): 76/127 kB error 03-Jan-2023 03:02:53 Progress (1): 79/127 kB error 03-Jan-2023 03:02:53 Progress (1): 82/127 kB error 03-Jan-2023 03:02:53 Progress (1): 84/127 kB error 03-Jan-2023 03:02:53 Progress (1): 87/127 kB error 03-Jan-2023 03:02:53 Progress (1): 90/127 kB error 03-Jan-2023 03:02:53 Progress (1): 93/127 kB error 03-Jan-2023 03:02:53 Progress (1): 95/127 kB error 03-Jan-2023 03:02:53 Progress (1): 98/127 kB error 03-Jan-2023 03:02:53 Progress (1): 101/127 kB error 03-Jan-2023 03:02:53 Progress (1): 104/127 kB error 03-Jan-2023 03:02:53 Progress (1): 107/127 kB error 03-Jan-2023 03:02:53 Progress (1): 109/127 kB error 03-Jan-2023 03:02:53 Progress (1): 112/127 kB error 03-Jan-2023 03:02:53 Progress (1): 115/127 kB error 03-Jan-2023 03:02:53 Progress (1): 118/127 kB error 03-Jan-2023 03:02:53 Progress (1): 121/127 kB error 03-Jan-2023 03:02:53 Progress (1): 123/127 kB error 03-Jan-2023 03:02:53 Progress (1): 126/127 kB error 03-Jan-2023 03:02:53 Progress (1): 127 kB error 03-Jan-2023 03:02:53 error 03-Jan-2023 03:02:53 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/registrationcore-omod/1.12.0/registrationcore-omod-1.12.0.jar (127 kB at 483 kB/s) error 03-Jan-2023 03:02:53 #17 100.6 [INFO] Configured Artifact: org.openmrs.module:appointmentscheduling-omod:1.17.0:jar error 03-Jan-2023 03:02:53 #17 100.7 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/appointmentscheduling-omod/1.17.0/appointmentscheduling-omod-1.17.0.pom error 03-Jan-2023 03:02:53 #17 100.8 Progress (1): 3.3/6.3 kB error 03-Jan-2023 03:02:53 Progress (1): 6.1/6.3 kB error 03-Jan-2023 03:02:53 Progress (1): 6.3 kB error 03-Jan-2023 03:02:53 error 03-Jan-2023 03:02:53 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/appointmentscheduling-omod/1.17.0/appointmentscheduling-omod-1.17.0.pom (6.3 kB at 28 kB/s) error 03-Jan-2023 03:02:53 #17 100.9 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/appointmentscheduling/1.17.0/appointmentscheduling-1.17.0.pom error 03-Jan-2023 03:02:53 #17 101.0 Progress (1): 3.3/6.3 kB error 03-Jan-2023 03:02:53 Progress (1): 6.1/6.3 kB error 03-Jan-2023 03:02:53 Progress (1): 6.3 kB error 03-Jan-2023 03:02:53 error 03-Jan-2023 03:02:53 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/appointmentscheduling/1.17.0/appointmentscheduling-1.17.0.pom (6.3 kB at 28 kB/s) error 03-Jan-2023 03:02:53 #17 101.1 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/appointmentscheduling-omod/1.17.0/appointmentscheduling-omod-1.17.0.jar error 03-Jan-2023 03:02:53 #17 101.5 Progress (1): 0/1.6 MB error 03-Jan-2023 03:02:53 Progress (1): 0/1.6 MB error 03-Jan-2023 03:02:53 Progress (1): 0/1.6 MB error 03-Jan-2023 03:02:53 Progress (1): 0/1.6 MB error 03-Jan-2023 03:02:53 Progress (1): 0/1.6 MB error 03-Jan-2023 03:02:53 Progress (1): 0/1.6 MB error 03-Jan-2023 03:02:53 Progress (1): 0.1/1.6 MB error 03-Jan-2023 03:02:53 Progress (1): 0.1/1.6 MB error 03-Jan-2023 03:02:53 Progress (1): 0.1/1.6 MB error 03-Jan-2023 03:02:53 Progress (1): 0.1/1.6 MB error 03-Jan-2023 03:02:53 Progress (1): 0.1/1.6 MB error 03-Jan-2023 03:02:53 Progress (1): 0.1/1.6 MB error 03-Jan-2023 03:02:53 Progress (1): 0.1/1.6 MB error 03-Jan-2023 03:02:53 Progress (1): 0.1/1.6 MB error 03-Jan-2023 03:02:53 Progress (1): 0.1/1.6 MB error 03-Jan-2023 03:02:53 Progress (1): 0.1/1.6 MB error 03-Jan-2023 03:02:53 Progress (1): 0.2/1.6 MB error 03-Jan-2023 03:02:53 Progress (1): 0.2/1.6 MB error 03-Jan-2023 03:02:53 Progress (1): 0.2/1.6 MB error 03-Jan-2023 03:02:53 Progress (1): 0.2/1.6 MB error 03-Jan-2023 03:02:53 Progress (1): 0.2/1.6 MB error 03-Jan-2023 03:02:53 Progress (1): 0.2/1.6 MB error 03-Jan-2023 03:02:53 Progress (1): 0.2/1.6 MB error 03-Jan-2023 03:02:53 Progress (1): 0.2/1.6 MB error 03-Jan-2023 03:02:53 Progress (1): 0.2/1.6 MB error 03-Jan-2023 03:02:53 Progress (1): 0.2/1.6 MB error 03-Jan-2023 03:02:53 Progress (1): 0.2/1.6 MB error 03-Jan-2023 03:02:53 Progress (1): 0.2/1.6 MB error 03-Jan-2023 03:02:53 Progress (1): 0.3/1.6 MB error 03-Jan-2023 03:02:53 Progress (1): 0.3/1.6 MB error 03-Jan-2023 03:02:53 Progress (1): 0.3/1.6 MB error 03-Jan-2023 03:02:53 Progress (1): 0.3/1.6 MB error 03-Jan-2023 03:02:53 Progress (1): 0.3/1.6 MB error 03-Jan-2023 03:02:53 Progress (1): 0.3/1.6 MB error 03-Jan-2023 03:02:53 Progress (1): 0.3/1.6 MB error 03-Jan-2023 03:02:53 Progress (1): 0.3/1.6 MB error 03-Jan-2023 03:02:53 Progress (1): 0.3/1.6 MB error 03-Jan-2023 03:02:53 Progress (1): 0.3/1.6 MB error 03-Jan-2023 03:02:53 Progress (1): 0.3/1.6 MB error 03-Jan-2023 03:02:53 Progress (1): 0.4/1.6 MB error 03-Jan-2023 03:02:53 Progress (1): 0.4/1.6 MB error 03-Jan-2023 03:02:53 Progress (1): 0.4/1.6 MB error 03-Jan-2023 03:02:53 Progress (1): 0.4/1.6 MB error 03-Jan-2023 03:02:53 Progress (1): 0.4/1.6 MB error 03-Jan-2023 03:02:53 Progress (1): 0.4/1.6 MB error 03-Jan-2023 03:02:53 Progress (1): 0.4/1.6 MB error 03-Jan-2023 03:02:53 Progress (1): 0.4/1.6 MB error 03-Jan-2023 03:02:53 Progress (1): 0.4/1.6 MB error 03-Jan-2023 03:02:53 Progress (1): 0.4/1.6 MB error 03-Jan-2023 03:02:53 Progress (1): 0.4/1.6 MB error 03-Jan-2023 03:02:53 Progress (1): 0.5/1.6 MB error 03-Jan-2023 03:02:53 Progress (1): 0.5/1.6 MB error 03-Jan-2023 03:02:53 Progress (1): 0.5/1.6 MB error 03-Jan-2023 03:02:53 Progress (1): 0.5/1.6 MB error 03-Jan-2023 03:02:53 Progress (1): 0.5/1.6 MB error 03-Jan-2023 03:02:53 Progress (1): 0.5/1.6 MB error 03-Jan-2023 03:02:53 Progress (1): 0.5/1.6 MB error 03-Jan-2023 03:02:53 Progress (1): 0.5/1.6 MB error 03-Jan-2023 03:02:53 Progress (1): 0.5/1.6 MB error 03-Jan-2023 03:02:53 Progress (1): 0.5/1.6 MB error 03-Jan-2023 03:02:53 Progress (1): 0.5/1.6 MB error 03-Jan-2023 03:02:53 Progress (1): 0.6/1.6 MB error 03-Jan-2023 03:02:53 Progress (1): 0.6/1.6 MB error 03-Jan-2023 03:02:53 Progress (1): 0.6/1.6 MB error 03-Jan-2023 03:02:53 Progress (1): 0.6/1.6 MB error 03-Jan-2023 03:02:53 Progress (1): 0.6/1.6 MB error 03-Jan-2023 03:02:53 Progress (1): 0.6/1.6 MB error 03-Jan-2023 03:02:53 Progress (1): 0.6/1.6 MB error 03-Jan-2023 03:02:53 Progress (1): 0.6/1.6 MB error 03-Jan-2023 03:02:53 Progress (1): 0.6/1.6 MB error 03-Jan-2023 03:02:53 Progress (1): 0.6/1.6 MB error 03-Jan-2023 03:02:53 Progress (1): 0.6/1.6 MB error 03-Jan-2023 03:02:53 Progress (1): 0.7/1.6 MB error 03-Jan-2023 03:02:53 Progress (1): 0.7/1.6 MB error 03-Jan-2023 03:02:53 Progress (1): 0.7/1.6 MB error 03-Jan-2023 03:02:53 Progress (1): 0.7/1.6 MB error 03-Jan-2023 03:02:53 Progress (1): 0.7/1.6 MB error 03-Jan-2023 03:02:53 Progress (1): 0.7/1.6 MB error 03-Jan-2023 03:02:53 Progress (1): 0.7/1.6 MB error 03-Jan-2023 03:02:53 Progress (1): 0.7/1.6 MB error 03-Jan-2023 03:02:53 Progress (1): 0.7/1.6 MB error 03-Jan-2023 03:02:53 Progress (1): 0.7/1.6 MB error 03-Jan-2023 03:02:53 Progress (1): 0.7/1.6 MB error 03-Jan-2023 03:02:53 Progress (1): 0.8/1.6 MB error 03-Jan-2023 03:02:53 Progress (1): 0.8/1.6 MB error 03-Jan-2023 03:02:53 Progress (1): 0.8/1.6 MB error 03-Jan-2023 03:02:53 Progress (1): 0.8/1.6 MB error 03-Jan-2023 03:02:53 Progress (1): 0.8/1.6 MB error 03-Jan-2023 03:02:53 Progress (1): 0.8/1.6 MB error 03-Jan-2023 03:02:53 Progress (1): 0.8/1.6 MB error 03-Jan-2023 03:02:53 Progress (1): 0.8/1.6 MB error 03-Jan-2023 03:02:53 Progress (1): 0.8/1.6 MB error 03-Jan-2023 03:02:53 Progress (1): 0.8/1.6 MB error 03-Jan-2023 03:02:53 Progress (1): 0.8/1.6 MB error 03-Jan-2023 03:02:53 Progress (1): 0.9/1.6 MB error 03-Jan-2023 03:02:53 Progress (1): 0.9/1.6 MB error 03-Jan-2023 03:02:53 Progress (1): 0.9/1.6 MB error 03-Jan-2023 03:02:53 Progress (1): 0.9/1.6 MB error 03-Jan-2023 03:02:53 Progress (1): 0.9/1.6 MB error 03-Jan-2023 03:02:53 Progress (1): 0.9/1.6 MB error 03-Jan-2023 03:02:53 Progress (1): 0.9/1.6 MB error 03-Jan-2023 03:02:53 Progress (1): 0.9/1.6 MB error 03-Jan-2023 03:02:53 Progress (1): 0.9/1.6 MB error 03-Jan-2023 03:02:53 Progress (1): 0.9/1.6 MB error 03-Jan-2023 03:02:53 Progress (1): 0.9/1.6 MB error 03-Jan-2023 03:02:53 Progress (1): 1.0/1.6 MB error 03-Jan-2023 03:02:53 Progress (1): 1.0/1.6 MB error 03-Jan-2023 03:02:53 Progress (1): 1.0/1.6 MB error 03-Jan-2023 03:02:53 Progress (1): 1.0/1.6 MB error 03-Jan-2023 03:02:53 Progress (1): 1.0/1.6 MB error 03-Jan-2023 03:02:53 Progress (1): 1.0/1.6 MB error 03-Jan-2023 03:02:53 Progress (1): 1.0/1.6 MB error 03-Jan-2023 03:02:53 Progress (1): 1.0/1.6 MB error 03-Jan-2023 03:02:53 Progress (1): 1.0/1.6 MB error 03-Jan-2023 03:02:53 Progress (1): 1.0/1.6 MB error 03-Jan-2023 03:02:53 Progress (1): 1.0/1.6 MB error 03-Jan-2023 03:02:53 Progress (1): 1.1/1.6 MB error 03-Jan-2023 03:02:53 Progress (1): 1.1/1.6 MB error 03-Jan-2023 03:02:53 Progress (1): 1.1/1.6 MB error 03-Jan-2023 03:02:53 Progress (1): 1.1/1.6 MB error 03-Jan-2023 03:02:53 Progress (1): 1.1/1.6 MB error 03-Jan-2023 03:02:53 Progress (1): 1.1/1.6 MB error 03-Jan-2023 03:02:53 Progress (1): 1.1/1.6 MB error 03-Jan-2023 03:02:53 Progress (1): 1.1/1.6 MB error 03-Jan-2023 03:02:53 Progress (1): 1.1/1.6 MB error 03-Jan-2023 03:02:53 Progress (1): 1.1/1.6 MB error 03-Jan-2023 03:02:53 Progress (1): 1.1/1.6 MB error 03-Jan-2023 03:02:53 Progress (1): 1.1/1.6 MB error 03-Jan-2023 03:02:53 Progress (1): 1.2/1.6 MB error 03-Jan-2023 03:02:53 Progress (1): 1.2/1.6 MB error 03-Jan-2023 03:02:53 Progress (1): 1.2/1.6 MB error 03-Jan-2023 03:02:53 Progress (1): 1.2/1.6 MB error 03-Jan-2023 03:02:53 Progress (1): 1.2/1.6 MB error 03-Jan-2023 03:02:53 Progress (1): 1.2/1.6 MB error 03-Jan-2023 03:02:53 Progress (1): 1.2/1.6 MB error 03-Jan-2023 03:02:53 Progress (1): 1.2/1.6 MB error 03-Jan-2023 03:02:53 Progress (1): 1.2/1.6 MB error 03-Jan-2023 03:02:53 Progress (1): 1.2/1.6 MB error 03-Jan-2023 03:02:53 Progress (1): 1.2/1.6 MB error 03-Jan-2023 03:02:53 Progress (1): 1.3/1.6 MB error 03-Jan-2023 03:02:53 Progress (1): 1.3/1.6 MB error 03-Jan-2023 03:02:53 Progress (1): 1.3/1.6 MB error 03-Jan-2023 03:02:53 Progress (1): 1.3/1.6 MB error 03-Jan-2023 03:02:53 Progress (1): 1.3/1.6 MB error 03-Jan-2023 03:02:53 Progress (1): 1.3/1.6 MB error 03-Jan-2023 03:02:53 Progress (1): 1.3/1.6 MB error 03-Jan-2023 03:02:53 Progress (1): 1.3/1.6 MB error 03-Jan-2023 03:02:53 Progress (1): 1.3/1.6 MB error 03-Jan-2023 03:02:53 Progress (1): 1.3/1.6 MB error 03-Jan-2023 03:02:53 Progress (1): 1.3/1.6 MB error 03-Jan-2023 03:02:53 Progress (1): 1.4/1.6 MB error 03-Jan-2023 03:02:53 Progress (1): 1.4/1.6 MB error 03-Jan-2023 03:02:53 Progress (1): 1.4/1.6 MB error 03-Jan-2023 03:02:53 Progress (1): 1.4/1.6 MB error 03-Jan-2023 03:02:53 Progress (1): 1.4/1.6 MB error 03-Jan-2023 03:02:53 Progress (1): 1.4/1.6 MB error 03-Jan-2023 03:02:53 Progress (1): 1.4/1.6 MB error 03-Jan-2023 03:02:53 Progress (1): 1.4/1.6 MB error 03-Jan-2023 03:02:53 Progress (1): 1.4/1.6 MB error 03-Jan-2023 03:02:53 Progress (1): 1.4/1.6 MB error 03-Jan-2023 03:02:53 Progress (1): 1.4/1.6 MB error 03-Jan-2023 03:02:53 Progress (1): 1.5/1.6 MB error 03-Jan-2023 03:02:53 Progress (1): 1.5/1.6 MB error 03-Jan-2023 03:02:53 Progress (1): 1.5/1.6 MB error 03-Jan-2023 03:02:53 Progress (1): 1.5/1.6 MB error 03-Jan-2023 03:02:53 Progress (1): 1.5/1.6 MB error 03-Jan-2023 03:02:53 Progress (1): 1.5/1.6 MB error 03-Jan-2023 03:02:53 Progress (1): 1.5/1.6 MB error 03-Jan-2023 03:02:53 Progress (1): 1.5/1.6 MB error 03-Jan-2023 03:02:53 Progress (1): 1.5/1.6 MB error 03-Jan-2023 03:02:53 Progress (1): 1.5/1.6 MB error 03-Jan-2023 03:02:53 Progress (1): 1.5/1.6 MB error 03-Jan-2023 03:02:53 Progress (1): 1.6/1.6 MB error 03-Jan-2023 03:02:53 Progress (1): 1.6/1.6 MB error 03-Jan-2023 03:02:53 Progress (1): 1.6 MB error 03-Jan-2023 03:02:53 error 03-Jan-2023 03:02:53 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/appointmentscheduling-omod/1.17.0/appointmentscheduling-omod-1.17.0.jar (1.6 MB at 2.5 MB/s) error 03-Jan-2023 03:02:53 #17 101.8 [INFO] Configured Artifact: org.openmrs.module:atlas-omod:2.2.6:omod error 03-Jan-2023 03:02:53 #17 101.8 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/atlas-omod/2.2.6/atlas-omod-2.2.6.pom error 03-Jan-2023 03:02:54 #17 102.7 Downloading from central: https://repo.maven.apache.org/maven2/org/openmrs/module/atlas-omod/2.2.6/atlas-omod-2.2.6.pom error 03-Jan-2023 03:02:54 #17 102.9 [WARNING] The POM for org.openmrs.module:atlas-omod:omod:2.2.6 is missing, no dependency information available error 03-Jan-2023 03:02:54 #17 103.0 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/atlas-omod/2.2.6/atlas-omod-2.2.6.omod error 03-Jan-2023 03:02:54 #17 103.1 Progress (1): 3.3/9.6 kB error 03-Jan-2023 03:02:54 Progress (1): 6.1/9.6 kB error 03-Jan-2023 03:02:54 Progress (1): 8.9/9.6 kB error 03-Jan-2023 03:02:54 Progress (1): 9.6 kB error 03-Jan-2023 03:02:54 error 03-Jan-2023 03:02:54 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/atlas-omod/2.2.6/atlas-omod-2.2.6.omod (9.6 kB at 40 kB/s) error 03-Jan-2023 03:02:54 #17 103.2 [INFO] Configured Artifact: org.openmrs.module:calculation-omod:1.3.0:jar error 03-Jan-2023 03:02:54 #17 103.2 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/calculation-omod/1.3.0/calculation-omod-1.3.0.pom error 03-Jan-2023 03:02:54 #17 103.3 Progress (1): 3.3/6.2 kB error 03-Jan-2023 03:02:54 Progress (1): 6.1/6.2 kB error 03-Jan-2023 03:02:54 Progress (1): 6.2 kB error 03-Jan-2023 03:02:54 error 03-Jan-2023 03:02:54 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/calculation-omod/1.3.0/calculation-omod-1.3.0.pom (6.2 kB at 28 kB/s) error 03-Jan-2023 03:02:54 #17 103.4 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/calculation/1.3.0/calculation-1.3.0.pom error 03-Jan-2023 03:02:54 #17 103.5 Progress (1): 3.3/5.3 kB error 03-Jan-2023 03:02:55 Progress (1): 5.3 kB error 03-Jan-2023 03:02:55 error 03-Jan-2023 03:02:55 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/calculation/1.3.0/calculation-1.3.0.pom (5.3 kB at 21 kB/s) error 03-Jan-2023 03:02:55 #17 103.7 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/calculation-omod/1.3.0/calculation-omod-1.3.0.jar error 03-Jan-2023 03:02:55 #17 104.0 Progress (1): 4.1/279 kB error 03-Jan-2023 03:02:55 Progress (1): 8.2/279 kB error 03-Jan-2023 03:02:55 Progress (1): 12/279 kB error 03-Jan-2023 03:02:55 Progress (1): 16/279 kB error 03-Jan-2023 03:02:55 Progress (1): 20/279 kB error 03-Jan-2023 03:02:55 Progress (1): 25/279 kB error 03-Jan-2023 03:02:55 Progress (1): 29/279 kB error 03-Jan-2023 03:02:55 Progress (1): 33/279 kB error 03-Jan-2023 03:02:55 Progress (1): 37/279 kB error 03-Jan-2023 03:02:55 Progress (1): 41/279 kB error 03-Jan-2023 03:02:55 Progress (1): 45/279 kB error 03-Jan-2023 03:02:55 Progress (1): 49/279 kB error 03-Jan-2023 03:02:55 Progress (1): 53/279 kB error 03-Jan-2023 03:02:55 Progress (1): 57/279 kB error 03-Jan-2023 03:02:55 Progress (1): 60/279 kB error 03-Jan-2023 03:02:55 Progress (1): 62/279 kB error 03-Jan-2023 03:02:55 Progress (1): 66/279 kB error 03-Jan-2023 03:02:55 Progress (1): 71/279 kB error 03-Jan-2023 03:02:55 Progress (1): 75/279 kB error 03-Jan-2023 03:02:55 Progress (1): 79/279 kB error 03-Jan-2023 03:02:55 Progress (1): 83/279 kB error 03-Jan-2023 03:02:55 Progress (1): 87/279 kB error 03-Jan-2023 03:02:55 Progress (1): 91/279 kB error 03-Jan-2023 03:02:55 Progress (1): 95/279 kB error 03-Jan-2023 03:02:55 Progress (1): 97/279 kB error 03-Jan-2023 03:02:55 Progress (1): 101/279 kB error 03-Jan-2023 03:02:55 Progress (1): 105/279 kB error 03-Jan-2023 03:02:55 Progress (1): 109/279 kB error 03-Jan-2023 03:02:55 Progress (1): 114/279 kB error 03-Jan-2023 03:02:55 Progress (1): 116/279 kB error 03-Jan-2023 03:02:55 Progress (1): 120/279 kB error 03-Jan-2023 03:02:55 Progress (1): 125/279 kB error 03-Jan-2023 03:02:55 Progress (1): 129/279 kB error 03-Jan-2023 03:02:55 Progress (1): 133/279 kB error 03-Jan-2023 03:02:55 Progress (1): 137/279 kB error 03-Jan-2023 03:02:55 Progress (1): 141/279 kB error 03-Jan-2023 03:02:55 Progress (1): 145/279 kB error 03-Jan-2023 03:02:55 Progress (1): 149/279 kB error 03-Jan-2023 03:02:55 Progress (1): 152/279 kB error 03-Jan-2023 03:02:55 Progress (1): 156/279 kB error 03-Jan-2023 03:02:55 Progress (1): 160/279 kB error 03-Jan-2023 03:02:55 Progress (1): 164/279 kB error 03-Jan-2023 03:02:55 Progress (1): 167/279 kB error 03-Jan-2023 03:02:55 Progress (1): 171/279 kB error 03-Jan-2023 03:02:55 Progress (1): 175/279 kB error 03-Jan-2023 03:02:55 Progress (1): 179/279 kB error 03-Jan-2023 03:02:55 Progress (1): 183/279 kB error 03-Jan-2023 03:02:55 Progress (1): 188/279 kB error 03-Jan-2023 03:02:55 Progress (1): 192/279 kB error 03-Jan-2023 03:02:55 Progress (1): 196/279 kB error 03-Jan-2023 03:02:55 Progress (1): 200/279 kB error 03-Jan-2023 03:02:55 Progress (1): 204/279 kB error 03-Jan-2023 03:02:55 Progress (1): 208/279 kB error 03-Jan-2023 03:02:55 Progress (1): 212/279 kB error 03-Jan-2023 03:02:55 Progress (1): 216/279 kB error 03-Jan-2023 03:02:55 Progress (1): 220/279 kB error 03-Jan-2023 03:02:55 Progress (1): 223/279 kB error 03-Jan-2023 03:02:55 Progress (1): 227/279 kB error 03-Jan-2023 03:02:55 Progress (1): 231/279 kB error 03-Jan-2023 03:02:55 Progress (1): 235/279 kB error 03-Jan-2023 03:02:55 Progress (1): 240/279 kB error 03-Jan-2023 03:02:55 Progress (1): 244/279 kB error 03-Jan-2023 03:02:55 Progress (1): 248/279 kB error 03-Jan-2023 03:02:55 Progress (1): 252/279 kB error 03-Jan-2023 03:02:55 Progress (1): 256/279 kB error 03-Jan-2023 03:02:55 Progress (1): 258/279 kB error 03-Jan-2023 03:02:55 Progress (1): 262/279 kB error 03-Jan-2023 03:02:55 Progress (1): 266/279 kB error 03-Jan-2023 03:02:55 Progress (1): 270/279 kB error 03-Jan-2023 03:02:55 Progress (1): 274/279 kB error 03-Jan-2023 03:02:55 Progress (1): 278/279 kB error 03-Jan-2023 03:02:55 Progress (1): 279 kB error 03-Jan-2023 03:02:55 error 03-Jan-2023 03:02:55 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/calculation-omod/1.3.0/calculation-omod-1.3.0.jar (279 kB at 635 kB/s) error 03-Jan-2023 03:02:55 #17 104.1 [INFO] Configured Artifact: org.openmrs.module:webservices.rest-omod:2.38.0:jar error 03-Jan-2023 03:02:55 #17 104.1 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/webservices.rest-omod/2.38.0/webservices.rest-omod-2.38.0.pom error 03-Jan-2023 03:02:55 #17 104.2 Progress (1): 3.3/7.2 kB error 03-Jan-2023 03:02:55 Progress (1): 6.1/7.2 kB error 03-Jan-2023 03:02:55 Progress (1): 7.2 kB error 03-Jan-2023 03:02:55 error 03-Jan-2023 03:02:55 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/webservices.rest-omod/2.38.0/webservices.rest-omod-2.38.0.pom (7.2 kB at 33 kB/s) error 03-Jan-2023 03:02:55 #17 104.3 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/webservices.rest/2.38.0/webservices.rest-2.38.0.pom error 03-Jan-2023 03:02:55 #17 104.4 Progress (1): 3.3/16 kB error 03-Jan-2023 03:02:55 Progress (1): 6.1/16 kB error 03-Jan-2023 03:02:55 Progress (1): 8.9/16 kB error 03-Jan-2023 03:02:55 Progress (1): 12/16 kB error 03-Jan-2023 03:02:55 Progress (1): 14/16 kB error 03-Jan-2023 03:02:55 Progress (1): 16 kB error 03-Jan-2023 03:02:55 error 03-Jan-2023 03:02:55 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/webservices.rest/2.38.0/webservices.rest-2.38.0.pom (16 kB at 70 kB/s) error 03-Jan-2023 03:02:56 #17 104.6 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/webservices.rest-omod/2.38.0/webservices.rest-omod-2.38.0.jar error 03-Jan-2023 03:02:56 #17 104.9 Progress (1): 0/6.9 MB error 03-Jan-2023 03:02:56 Progress (1): 0.1/6.9 MB error 03-Jan-2023 03:02:56 Progress (1): 0.1/6.9 MB error 03-Jan-2023 03:02:56 Progress (1): 0.1/6.9 MB error 03-Jan-2023 03:02:56 Progress (1): 0.2/6.9 MB error 03-Jan-2023 03:02:56 Progress (1): 0.2/6.9 MB error 03-Jan-2023 03:02:56 Progress (1): 0.2/6.9 MB error 03-Jan-2023 03:02:56 Progress (1): 0.3/6.9 MB error 03-Jan-2023 03:02:56 Progress (1): 0.3/6.9 MB error 03-Jan-2023 03:02:56 Progress (1): 0.4/6.9 MB error 03-Jan-2023 03:02:56 Progress (1): 0.4/6.9 MB error 03-Jan-2023 03:02:56 Progress (1): 0.4/6.9 MB error 03-Jan-2023 03:02:56 Progress (1): 0.5/6.9 MB error 03-Jan-2023 03:02:56 Progress (1): 0.5/6.9 MB error 03-Jan-2023 03:02:56 Progress (1): 0.5/6.9 MB error 03-Jan-2023 03:02:56 Progress (1): 0.6/6.9 MB error 03-Jan-2023 03:02:56 Progress (1): 0.6/6.9 MB error 03-Jan-2023 03:02:56 Progress (1): 0.6/6.9 MB error 03-Jan-2023 03:02:56 Progress (1): 0.7/6.9 MB error 03-Jan-2023 03:02:56 Progress (1): 0.7/6.9 MB error 03-Jan-2023 03:02:56 Progress (1): 0.8/6.9 MB error 03-Jan-2023 03:02:56 Progress (1): 0.8/6.9 MB error 03-Jan-2023 03:02:56 Progress (1): 0.8/6.9 MB error 03-Jan-2023 03:02:56 Progress (1): 0.9/6.9 MB error 03-Jan-2023 03:02:56 Progress (1): 0.9/6.9 MB error 03-Jan-2023 03:02:56 Progress (1): 0.9/6.9 MB error 03-Jan-2023 03:02:56 Progress (1): 1.0/6.9 MB error 03-Jan-2023 03:02:56 Progress (1): 1.0/6.9 MB error 03-Jan-2023 03:02:56 Progress (1): 1.0/6.9 MB error 03-Jan-2023 03:02:56 Progress (1): 1.1/6.9 MB error 03-Jan-2023 03:02:56 Progress (1): 1.1/6.9 MB error 03-Jan-2023 03:02:56 Progress (1): 1.1/6.9 MB error 03-Jan-2023 03:02:56 Progress (1): 1.2/6.9 MB error 03-Jan-2023 03:02:56 Progress (1): 1.2/6.9 MB error 03-Jan-2023 03:02:56 Progress (1): 1.2/6.9 MB error 03-Jan-2023 03:02:56 Progress (1): 1.3/6.9 MB error 03-Jan-2023 03:02:56 Progress (1): 1.3/6.9 MB error 03-Jan-2023 03:02:56 Progress (1): 1.4/6.9 MB error 03-Jan-2023 03:02:56 Progress (1): 1.4/6.9 MB error 03-Jan-2023 03:02:56 Progress (1): 1.4/6.9 MB error 03-Jan-2023 03:02:56 Progress (1): 1.5/6.9 MB error 03-Jan-2023 03:02:56 Progress (1): 1.5/6.9 MB error 03-Jan-2023 03:02:56 Progress (1): 1.5/6.9 MB error 03-Jan-2023 03:02:56 Progress (1): 1.6/6.9 MB error 03-Jan-2023 03:02:56 Progress (1): 1.6/6.9 MB error 03-Jan-2023 03:02:56 Progress (1): 1.6/6.9 MB error 03-Jan-2023 03:02:56 Progress (1): 1.7/6.9 MB error 03-Jan-2023 03:02:56 Progress (1): 1.7/6.9 MB error 03-Jan-2023 03:02:56 Progress (1): 1.7/6.9 MB error 03-Jan-2023 03:02:56 Progress (1): 1.8/6.9 MB error 03-Jan-2023 03:02:56 Progress (1): 1.8/6.9 MB error 03-Jan-2023 03:02:56 Progress (1): 1.8/6.9 MB error 03-Jan-2023 03:02:56 Progress (1): 1.9/6.9 MB error 03-Jan-2023 03:02:56 Progress (1): 1.9/6.9 MB error 03-Jan-2023 03:02:56 Progress (1): 1.9/6.9 MB error 03-Jan-2023 03:02:56 Progress (1): 2.0/6.9 MB error 03-Jan-2023 03:02:56 Progress (1): 2.0/6.9 MB error 03-Jan-2023 03:02:56 Progress (1): 2.0/6.9 MB error 03-Jan-2023 03:02:56 Progress (1): 2.1/6.9 MB error 03-Jan-2023 03:02:56 Progress (1): 2.1/6.9 MB error 03-Jan-2023 03:02:56 Progress (1): 2.1/6.9 MB error 03-Jan-2023 03:02:56 Progress (1): 2.2/6.9 MB error 03-Jan-2023 03:02:56 Progress (1): 2.2/6.9 MB error 03-Jan-2023 03:02:56 Progress (1): 2.2/6.9 MB error 03-Jan-2023 03:02:56 Progress (1): 2.3/6.9 MB error 03-Jan-2023 03:02:56 Progress (1): 2.3/6.9 MB error 03-Jan-2023 03:02:56 Progress (1): 2.4/6.9 MB error 03-Jan-2023 03:02:56 Progress (1): 2.4/6.9 MB error 03-Jan-2023 03:02:56 Progress (1): 2.4/6.9 MB error 03-Jan-2023 03:02:56 Progress (1): 2.5/6.9 MB error 03-Jan-2023 03:02:56 Progress (1): 2.5/6.9 MB error 03-Jan-2023 03:02:56 Progress (1): 2.5/6.9 MB error 03-Jan-2023 03:02:56 Progress (1): 2.6/6.9 MB error 03-Jan-2023 03:02:56 Progress (1): 2.6/6.9 MB error 03-Jan-2023 03:02:56 Progress (1): 2.6/6.9 MB error 03-Jan-2023 03:02:56 Progress (1): 2.7/6.9 MB error 03-Jan-2023 03:02:56 Progress (1): 2.7/6.9 MB error 03-Jan-2023 03:02:56 Progress (1): 2.8/6.9 MB error 03-Jan-2023 03:02:56 Progress (1): 2.8/6.9 MB error 03-Jan-2023 03:02:56 Progress (1): 2.8/6.9 MB error 03-Jan-2023 03:02:56 Progress (1): 2.9/6.9 MB error 03-Jan-2023 03:02:56 Progress (1): 2.9/6.9 MB error 03-Jan-2023 03:02:56 Progress (1): 2.9/6.9 MB error 03-Jan-2023 03:02:56 Progress (1): 3.0/6.9 MB error 03-Jan-2023 03:02:56 Progress (1): 3.0/6.9 MB error 03-Jan-2023 03:02:56 Progress (1): 3.0/6.9 MB error 03-Jan-2023 03:02:56 Progress (1): 3.1/6.9 MB error 03-Jan-2023 03:02:56 Progress (1): 3.1/6.9 MB error 03-Jan-2023 03:02:56 Progress (1): 3.1/6.9 MB error 03-Jan-2023 03:02:56 Progress (1): 3.2/6.9 MB error 03-Jan-2023 03:02:56 Progress (1): 3.2/6.9 MB error 03-Jan-2023 03:02:56 Progress (1): 3.3/6.9 MB error 03-Jan-2023 03:02:56 Progress (1): 3.3/6.9 MB error 03-Jan-2023 03:02:56 Progress (1): 3.3/6.9 MB error 03-Jan-2023 03:02:56 Progress (1): 3.4/6.9 MB error 03-Jan-2023 03:02:56 Progress (1): 3.4/6.9 MB error 03-Jan-2023 03:02:56 Progress (1): 3.4/6.9 MB error 03-Jan-2023 03:02:56 Progress (1): 3.5/6.9 MB error 03-Jan-2023 03:02:56 Progress (1): 3.5/6.9 MB error 03-Jan-2023 03:02:56 Progress (1): 3.5/6.9 MB error 03-Jan-2023 03:02:56 Progress (1): 3.6/6.9 MB error 03-Jan-2023 03:02:56 Progress (1): 3.6/6.9 MB error 03-Jan-2023 03:02:56 Progress (1): 3.6/6.9 MB error 03-Jan-2023 03:02:56 Progress (1): 3.7/6.9 MB error 03-Jan-2023 03:02:56 Progress (1): 3.7/6.9 MB error 03-Jan-2023 03:02:56 Progress (1): 3.8/6.9 MB error 03-Jan-2023 03:02:56 Progress (1): 3.8/6.9 MB error 03-Jan-2023 03:02:56 Progress (1): 3.8/6.9 MB error 03-Jan-2023 03:02:56 Progress (1): 3.9/6.9 MB error 03-Jan-2023 03:02:56 Progress (1): 3.9/6.9 MB error 03-Jan-2023 03:02:56 Progress (1): 3.9/6.9 MB error 03-Jan-2023 03:02:56 Progress (1): 4.0/6.9 MB error 03-Jan-2023 03:02:56 Progress (1): 4.0/6.9 MB error 03-Jan-2023 03:02:56 Progress (1): 4.0/6.9 MB error 03-Jan-2023 03:02:56 Progress (1): 4.1/6.9 MB error 03-Jan-2023 03:02:56 Progress (1): 4.1/6.9 MB error 03-Jan-2023 03:02:56 Progress (1): 4.1/6.9 MB error 03-Jan-2023 03:02:56 Progress (1): 4.2/6.9 MB error 03-Jan-2023 03:02:56 Progress (1): 4.2/6.9 MB error 03-Jan-2023 03:02:56 Progress (1): 4.2/6.9 MB error 03-Jan-2023 03:02:56 Progress (1): 4.3/6.9 MB error 03-Jan-2023 03:02:56 Progress (1): 4.3/6.9 MB error 03-Jan-2023 03:02:56 Progress (1): 4.3/6.9 MB error 03-Jan-2023 03:02:56 Progress (1): 4.4/6.9 MB error 03-Jan-2023 03:02:56 Progress (1): 4.4/6.9 MB error 03-Jan-2023 03:02:56 Progress (1): 4.4/6.9 MB error 03-Jan-2023 03:02:56 Progress (1): 4.5/6.9 MB error 03-Jan-2023 03:02:56 Progress (1): 4.5/6.9 MB error 03-Jan-2023 03:02:56 Progress (1): 4.5/6.9 MB error 03-Jan-2023 03:02:56 Progress (1): 4.6/6.9 MB error 03-Jan-2023 03:02:56 Progress (1): 4.6/6.9 MB error 03-Jan-2023 03:02:56 Progress (1): 4.6/6.9 MB error 03-Jan-2023 03:02:56 Progress (1): 4.7/6.9 MB error 03-Jan-2023 03:02:56 Progress (1): 4.7/6.9 MB error 03-Jan-2023 03:02:56 Progress (1): 4.7/6.9 MB error 03-Jan-2023 03:02:56 Progress (1): 4.8/6.9 MB error 03-Jan-2023 03:02:56 Progress (1): 4.8/6.9 MB error 03-Jan-2023 03:02:56 Progress (1): 4.8/6.9 MB error 03-Jan-2023 03:02:56 Progress (1): 4.9/6.9 MB error 03-Jan-2023 03:02:56 Progress (1): 4.9/6.9 MB error 03-Jan-2023 03:02:56 Progress (1): 4.9/6.9 MB error 03-Jan-2023 03:02:56 Progress (1): 5.0/6.9 MB error 03-Jan-2023 03:02:56 Progress (1): 5.0/6.9 MB error 03-Jan-2023 03:02:56 Progress (1): 5.0/6.9 MB error 03-Jan-2023 03:02:56 Progress (1): 5.1/6.9 MB error 03-Jan-2023 03:02:56 Progress (1): 5.1/6.9 MB error 03-Jan-2023 03:02:56 Progress (1): 5.1/6.9 MB error 03-Jan-2023 03:02:56 Progress (1): 5.2/6.9 MB error 03-Jan-2023 03:02:56 Progress (1): 5.2/6.9 MB error 03-Jan-2023 03:02:56 Progress (1): 5.2/6.9 MB error 03-Jan-2023 03:02:56 Progress (1): 5.3/6.9 MB error 03-Jan-2023 03:02:56 Progress (1): 5.3/6.9 MB error 03-Jan-2023 03:02:56 Progress (1): 5.3/6.9 MB error 03-Jan-2023 03:02:56 Progress (1): 5.4/6.9 MB error 03-Jan-2023 03:02:56 Progress (1): 5.4/6.9 MB error 03-Jan-2023 03:02:56 Progress (1): 5.4/6.9 MB error 03-Jan-2023 03:02:56 Progress (1): 5.4/6.9 MB error 03-Jan-2023 03:02:56 Progress (1): 5.5/6.9 MB error 03-Jan-2023 03:02:56 Progress (1): 5.5/6.9 MB error 03-Jan-2023 03:02:56 Progress (1): 5.5/6.9 MB error 03-Jan-2023 03:02:56 Progress (1): 5.6/6.9 MB error 03-Jan-2023 03:02:56 Progress (1): 5.6/6.9 MB error 03-Jan-2023 03:02:56 Progress (1): 5.6/6.9 MB error 03-Jan-2023 03:02:56 Progress (1): 5.7/6.9 MB error 03-Jan-2023 03:02:56 Progress (1): 5.7/6.9 MB error 03-Jan-2023 03:02:56 Progress (1): 5.7/6.9 MB error 03-Jan-2023 03:02:56 Progress (1): 5.8/6.9 MB error 03-Jan-2023 03:02:56 Progress (1): 5.8/6.9 MB error 03-Jan-2023 03:02:56 Progress (1): 5.8/6.9 MB error 03-Jan-2023 03:02:56 Progress (1): 5.9/6.9 MB error 03-Jan-2023 03:02:56 Progress (1): 5.9/6.9 MB error 03-Jan-2023 03:02:56 Progress (1): 5.9/6.9 MB error 03-Jan-2023 03:02:56 Progress (1): 6.0/6.9 MB error 03-Jan-2023 03:02:56 Progress (1): 6.0/6.9 MB error 03-Jan-2023 03:02:56 Progress (1): 6.0/6.9 MB error 03-Jan-2023 03:02:56 Progress (1): 6.1/6.9 MB error 03-Jan-2023 03:02:56 Progress (1): 6.1/6.9 MB error 03-Jan-2023 03:02:56 Progress (1): 6.1/6.9 MB error 03-Jan-2023 03:02:56 Progress (1): 6.2/6.9 MB error 03-Jan-2023 03:02:56 Progress (1): 6.2/6.9 MB error 03-Jan-2023 03:02:56 Progress (1): 6.2/6.9 MB error 03-Jan-2023 03:02:56 Progress (1): 6.3/6.9 MB error 03-Jan-2023 03:02:56 Progress (1): 6.3/6.9 MB error 03-Jan-2023 03:02:56 Progress (1): 6.3/6.9 MB error 03-Jan-2023 03:02:56 Progress (1): 6.4/6.9 MB error 03-Jan-2023 03:02:56 Progress (1): 6.4/6.9 MB error 03-Jan-2023 03:02:56 Progress (1): 6.4/6.9 MB error 03-Jan-2023 03:02:56 Progress (1): 6.5/6.9 MB error 03-Jan-2023 03:02:56 Progress (1): 6.5/6.9 MB error 03-Jan-2023 03:02:56 Progress (1): 6.5/6.9 MB error 03-Jan-2023 03:02:56 Progress (1): 6.6/6.9 MB error 03-Jan-2023 03:02:56 Progress (1): 6.6/6.9 MB error 03-Jan-2023 03:02:56 Progress (1): 6.6/6.9 MB error 03-Jan-2023 03:02:56 Progress (1): 6.7/6.9 MB error 03-Jan-2023 03:02:56 Progress (1): 6.7/6.9 MB error 03-Jan-2023 03:02:56 Progress (1): 6.7/6.9 MB error 03-Jan-2023 03:02:56 Progress (1): 6.8/6.9 MB error 03-Jan-2023 03:02:56 Progress (1): 6.8/6.9 MB error 03-Jan-2023 03:02:56 Progress (1): 6.8/6.9 MB error 03-Jan-2023 03:02:56 Progress (1): 6.9/6.9 MB error 03-Jan-2023 03:02:56 Progress (1): 6.9/6.9 MB error 03-Jan-2023 03:02:56 Progress (1): 6.9 MB error 03-Jan-2023 03:02:56 error 03-Jan-2023 03:02:56 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/webservices.rest-omod/2.38.0/webservices.rest-omod-2.38.0.jar (6.9 MB at 9.1 MB/s) error 03-Jan-2023 03:02:56 #17 105.3 [INFO] Configured Artifact: org.openmrs.module:spa-omod:1.0.9:jar error 03-Jan-2023 03:02:56 #17 105.3 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/spa-omod/1.0.9/spa-omod-1.0.9.pom error 03-Jan-2023 03:02:56 #17 105.4 Progress (1): 3.3/5.3 kB error 03-Jan-2023 03:02:56 Progress (1): 5.3 kB error 03-Jan-2023 03:02:56 error 03-Jan-2023 03:02:56 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/spa-omod/1.0.9/spa-omod-1.0.9.pom (5.3 kB at 23 kB/s) error 03-Jan-2023 03:02:57 #17 105.6 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/spa/1.0.9/spa-1.0.9.pom error 03-Jan-2023 03:02:57 #17 105.7 Progress (1): 3.3/3.6 kB error 03-Jan-2023 03:02:57 Progress (1): 3.6 kB error 03-Jan-2023 03:02:57 error 03-Jan-2023 03:02:57 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/spa/1.0.9/spa-1.0.9.pom (3.6 kB at 15 kB/s) error 03-Jan-2023 03:02:57 #17 105.8 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/spa-omod/1.0.9/spa-omod-1.0.9.jar error 03-Jan-2023 03:02:57 #17 105.9 Progress (1): 3.3/13 kB error 03-Jan-2023 03:02:57 Progress (1): 6.1/13 kB error 03-Jan-2023 03:02:57 Progress (1): 8.9/13 kB error 03-Jan-2023 03:02:57 Progress (1): 12/13 kB error 03-Jan-2023 03:02:57 Progress (1): 13 kB error 03-Jan-2023 03:02:57 error 03-Jan-2023 03:02:57 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/spa-omod/1.0.9/spa-omod-1.0.9.jar (13 kB at 59 kB/s) error 03-Jan-2023 03:02:57 #17 106.0 [INFO] Configured Artifact: org.openmrs.module:uicommons-omod:2.23.0:jar error 03-Jan-2023 03:02:57 #17 106.0 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/uicommons-omod/2.23.0/uicommons-omod-2.23.0.pom error 03-Jan-2023 03:02:57 #17 106.2 Progress (1): 3.3/8.9 kB error 03-Jan-2023 03:02:57 Progress (1): 6.1/8.9 kB error 03-Jan-2023 03:02:57 Progress (1): 8.9 kB error 03-Jan-2023 03:02:57 error 03-Jan-2023 03:02:57 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/uicommons-omod/2.23.0/uicommons-omod-2.23.0.pom (8.9 kB at 40 kB/s) error 03-Jan-2023 03:02:57 #17 106.3 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/uicommons/2.23.0/uicommons-2.23.0.pom error 03-Jan-2023 03:02:57 #17 106.4 Progress (1): 3.3/6.0 kB error 03-Jan-2023 03:02:57 Progress (1): 6.0 kB error 03-Jan-2023 03:02:57 error 03-Jan-2023 03:02:58 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/uicommons/2.23.0/uicommons-2.23.0.pom (6.0 kB at 26 kB/s) error 03-Jan-2023 03:02:58 #17 106.5 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/uicommons-omod/2.23.0/uicommons-omod-2.23.0.jar error 03-Jan-2023 03:02:58 #17 106.8 Progress (1): 0/4.8 MB error 03-Jan-2023 03:02:58 Progress (1): 0.1/4.8 MB error 03-Jan-2023 03:02:58 Progress (1): 0.1/4.8 MB error 03-Jan-2023 03:02:58 Progress (1): 0.1/4.8 MB error 03-Jan-2023 03:02:58 Progress (1): 0.1/4.8 MB error 03-Jan-2023 03:02:58 Progress (1): 0.2/4.8 MB error 03-Jan-2023 03:02:58 Progress (1): 0.2/4.8 MB error 03-Jan-2023 03:02:58 Progress (1): 0.2/4.8 MB error 03-Jan-2023 03:02:58 Progress (1): 0.2/4.8 MB error 03-Jan-2023 03:02:58 Progress (1): 0.3/4.8 MB error 03-Jan-2023 03:02:58 Progress (1): 0.3/4.8 MB error 03-Jan-2023 03:02:58 Progress (1): 0.3/4.8 MB error 03-Jan-2023 03:02:58 Progress (1): 0.3/4.8 MB error 03-Jan-2023 03:02:58 Progress (1): 0.4/4.8 MB error 03-Jan-2023 03:02:58 Progress (1): 0.4/4.8 MB error 03-Jan-2023 03:02:58 Progress (1): 0.4/4.8 MB error 03-Jan-2023 03:02:58 Progress (1): 0.4/4.8 MB error 03-Jan-2023 03:02:58 Progress (1): 0.5/4.8 MB error 03-Jan-2023 03:02:58 Progress (1): 0.5/4.8 MB error 03-Jan-2023 03:02:58 Progress (1): 0.5/4.8 MB error 03-Jan-2023 03:02:58 Progress (1): 0.5/4.8 MB error 03-Jan-2023 03:02:58 Progress (1): 0.6/4.8 MB error 03-Jan-2023 03:02:58 Progress (1): 0.6/4.8 MB error 03-Jan-2023 03:02:58 Progress (1): 0.6/4.8 MB error 03-Jan-2023 03:02:58 Progress (1): 0.7/4.8 MB error 03-Jan-2023 03:02:58 Progress (1): 0.7/4.8 MB error 03-Jan-2023 03:02:58 Progress (1): 0.7/4.8 MB error 03-Jan-2023 03:02:58 Progress (1): 0.7/4.8 MB error 03-Jan-2023 03:02:58 Progress (1): 0.8/4.8 MB error 03-Jan-2023 03:02:58 Progress (1): 0.8/4.8 MB error 03-Jan-2023 03:02:58 Progress (1): 0.8/4.8 MB error 03-Jan-2023 03:02:58 Progress (1): 0.8/4.8 MB error 03-Jan-2023 03:02:58 Progress (1): 0.9/4.8 MB error 03-Jan-2023 03:02:58 Progress (1): 0.9/4.8 MB error 03-Jan-2023 03:02:58 Progress (1): 0.9/4.8 MB error 03-Jan-2023 03:02:58 Progress (1): 0.9/4.8 MB error 03-Jan-2023 03:02:58 Progress (1): 1.0/4.8 MB error 03-Jan-2023 03:02:58 Progress (1): 1.0/4.8 MB error 03-Jan-2023 03:02:58 Progress (1): 1.0/4.8 MB error 03-Jan-2023 03:02:58 Progress (1): 1.1/4.8 MB error 03-Jan-2023 03:02:58 Progress (1): 1.1/4.8 MB error 03-Jan-2023 03:02:58 Progress (1): 1.1/4.8 MB error 03-Jan-2023 03:02:58 Progress (1): 1.1/4.8 MB error 03-Jan-2023 03:02:58 Progress (1): 1.2/4.8 MB error 03-Jan-2023 03:02:58 Progress (1): 1.2/4.8 MB error 03-Jan-2023 03:02:58 Progress (1): 1.2/4.8 MB error 03-Jan-2023 03:02:58 Progress (1): 1.2/4.8 MB error 03-Jan-2023 03:02:58 Progress (1): 1.3/4.8 MB error 03-Jan-2023 03:02:58 Progress (1): 1.3/4.8 MB error 03-Jan-2023 03:02:58 Progress (1): 1.3/4.8 MB error 03-Jan-2023 03:02:58 Progress (1): 1.3/4.8 MB error 03-Jan-2023 03:02:58 Progress (1): 1.4/4.8 MB error 03-Jan-2023 03:02:58 Progress (1): 1.4/4.8 MB error 03-Jan-2023 03:02:58 Progress (1): 1.4/4.8 MB error 03-Jan-2023 03:02:58 Progress (1): 1.4/4.8 MB error 03-Jan-2023 03:02:58 Progress (1): 1.5/4.8 MB error 03-Jan-2023 03:02:58 Progress (1): 1.5/4.8 MB error 03-Jan-2023 03:02:58 Progress (1): 1.5/4.8 MB error 03-Jan-2023 03:02:58 Progress (1): 1.5/4.8 MB error 03-Jan-2023 03:02:58 Progress (1): 1.6/4.8 MB error 03-Jan-2023 03:02:58 Progress (1): 1.6/4.8 MB error 03-Jan-2023 03:02:58 Progress (1): 1.6/4.8 MB error 03-Jan-2023 03:02:58 Progress (1): 1.7/4.8 MB error 03-Jan-2023 03:02:58 Progress (1): 1.7/4.8 MB error 03-Jan-2023 03:02:58 Progress (1): 1.7/4.8 MB error 03-Jan-2023 03:02:58 Progress (1): 1.7/4.8 MB error 03-Jan-2023 03:02:58 Progress (1): 1.8/4.8 MB error 03-Jan-2023 03:02:58 Progress (1): 1.8/4.8 MB error 03-Jan-2023 03:02:58 Progress (1): 1.8/4.8 MB error 03-Jan-2023 03:02:58 Progress (1): 1.8/4.8 MB error 03-Jan-2023 03:02:58 Progress (1): 1.9/4.8 MB error 03-Jan-2023 03:02:58 Progress (1): 1.9/4.8 MB error 03-Jan-2023 03:02:58 Progress (1): 1.9/4.8 MB error 03-Jan-2023 03:02:58 Progress (1): 1.9/4.8 MB error 03-Jan-2023 03:02:58 Progress (1): 2.0/4.8 MB error 03-Jan-2023 03:02:58 Progress (1): 2.0/4.8 MB error 03-Jan-2023 03:02:58 Progress (1): 2.0/4.8 MB error 03-Jan-2023 03:02:58 Progress (1): 2.0/4.8 MB error 03-Jan-2023 03:02:58 Progress (1): 2.1/4.8 MB error 03-Jan-2023 03:02:58 Progress (1): 2.1/4.8 MB error 03-Jan-2023 03:02:58 Progress (1): 2.1/4.8 MB error 03-Jan-2023 03:02:58 Progress (1): 2.2/4.8 MB error 03-Jan-2023 03:02:58 Progress (1): 2.2/4.8 MB error 03-Jan-2023 03:02:58 Progress (1): 2.2/4.8 MB error 03-Jan-2023 03:02:58 Progress (1): 2.2/4.8 MB error 03-Jan-2023 03:02:58 Progress (1): 2.3/4.8 MB error 03-Jan-2023 03:02:58 Progress (1): 2.3/4.8 MB error 03-Jan-2023 03:02:58 Progress (1): 2.3/4.8 MB error 03-Jan-2023 03:02:58 Progress (1): 2.3/4.8 MB error 03-Jan-2023 03:02:58 Progress (1): 2.4/4.8 MB error 03-Jan-2023 03:02:58 Progress (1): 2.4/4.8 MB error 03-Jan-2023 03:02:58 Progress (1): 2.4/4.8 MB error 03-Jan-2023 03:02:58 Progress (1): 2.5/4.8 MB error 03-Jan-2023 03:02:58 Progress (1): 2.5/4.8 MB error 03-Jan-2023 03:02:58 Progress (1): 2.5/4.8 MB error 03-Jan-2023 03:02:58 Progress (1): 2.5/4.8 MB error 03-Jan-2023 03:02:58 Progress (1): 2.6/4.8 MB error 03-Jan-2023 03:02:58 Progress (1): 2.6/4.8 MB error 03-Jan-2023 03:02:58 Progress (1): 2.6/4.8 MB error 03-Jan-2023 03:02:58 Progress (1): 2.6/4.8 MB error 03-Jan-2023 03:02:58 Progress (1): 2.7/4.8 MB error 03-Jan-2023 03:02:58 Progress (1): 2.7/4.8 MB error 03-Jan-2023 03:02:58 Progress (1): 2.7/4.8 MB error 03-Jan-2023 03:02:58 Progress (1): 2.7/4.8 MB error 03-Jan-2023 03:02:58 Progress (1): 2.8/4.8 MB error 03-Jan-2023 03:02:58 Progress (1): 2.8/4.8 MB error 03-Jan-2023 03:02:58 Progress (1): 2.8/4.8 MB error 03-Jan-2023 03:02:58 Progress (1): 2.8/4.8 MB error 03-Jan-2023 03:02:58 Progress (1): 2.9/4.8 MB error 03-Jan-2023 03:02:58 Progress (1): 2.9/4.8 MB error 03-Jan-2023 03:02:58 Progress (1): 2.9/4.8 MB error 03-Jan-2023 03:02:58 Progress (1): 3.0/4.8 MB error 03-Jan-2023 03:02:58 Progress (1): 3.0/4.8 MB error 03-Jan-2023 03:02:58 Progress (1): 3.0/4.8 MB error 03-Jan-2023 03:02:58 Progress (1): 3.0/4.8 MB error 03-Jan-2023 03:02:58 Progress (1): 3.1/4.8 MB error 03-Jan-2023 03:02:58 Progress (1): 3.1/4.8 MB error 03-Jan-2023 03:02:58 Progress (1): 3.1/4.8 MB error 03-Jan-2023 03:02:58 Progress (1): 3.1/4.8 MB error 03-Jan-2023 03:02:58 Progress (1): 3.2/4.8 MB error 03-Jan-2023 03:02:58 Progress (1): 3.2/4.8 MB error 03-Jan-2023 03:02:58 Progress (1): 3.2/4.8 MB error 03-Jan-2023 03:02:58 Progress (1): 3.2/4.8 MB error 03-Jan-2023 03:02:58 Progress (1): 3.3/4.8 MB error 03-Jan-2023 03:02:58 Progress (1): 3.3/4.8 MB error 03-Jan-2023 03:02:58 Progress (1): 3.3/4.8 MB error 03-Jan-2023 03:02:58 Progress (1): 3.4/4.8 MB error 03-Jan-2023 03:02:58 Progress (1): 3.4/4.8 MB error 03-Jan-2023 03:02:58 Progress (1): 3.4/4.8 MB error 03-Jan-2023 03:02:58 Progress (1): 3.4/4.8 MB error 03-Jan-2023 03:02:58 Progress (1): 3.5/4.8 MB error 03-Jan-2023 03:02:58 Progress (1): 3.5/4.8 MB error 03-Jan-2023 03:02:58 Progress (1): 3.5/4.8 MB error 03-Jan-2023 03:02:58 Progress (1): 3.5/4.8 MB error 03-Jan-2023 03:02:58 Progress (1): 3.6/4.8 MB error 03-Jan-2023 03:02:58 Progress (1): 3.6/4.8 MB error 03-Jan-2023 03:02:58 Progress (1): 3.6/4.8 MB error 03-Jan-2023 03:02:58 Progress (1): 3.6/4.8 MB error 03-Jan-2023 03:02:58 Progress (1): 3.7/4.8 MB error 03-Jan-2023 03:02:58 Progress (1): 3.7/4.8 MB error 03-Jan-2023 03:02:58 Progress (1): 3.7/4.8 MB error 03-Jan-2023 03:02:58 Progress (1): 3.7/4.8 MB error 03-Jan-2023 03:02:58 Progress (1): 3.8/4.8 MB error 03-Jan-2023 03:02:58 Progress (1): 3.8/4.8 MB error 03-Jan-2023 03:02:58 Progress (1): 3.8/4.8 MB error 03-Jan-2023 03:02:58 Progress (1): 3.8/4.8 MB error 03-Jan-2023 03:02:58 Progress (1): 3.9/4.8 MB error 03-Jan-2023 03:02:58 Progress (1): 3.9/4.8 MB error 03-Jan-2023 03:02:58 Progress (1): 3.9/4.8 MB error 03-Jan-2023 03:02:58 Progress (1): 3.9/4.8 MB error 03-Jan-2023 03:02:58 Progress (1): 4.0/4.8 MB error 03-Jan-2023 03:02:58 Progress (1): 4.0/4.8 MB error 03-Jan-2023 03:02:58 Progress (1): 4.0/4.8 MB error 03-Jan-2023 03:02:58 Progress (1): 4.0/4.8 MB error 03-Jan-2023 03:02:58 Progress (1): 4.1/4.8 MB error 03-Jan-2023 03:02:58 Progress (1): 4.1/4.8 MB error 03-Jan-2023 03:02:58 Progress (1): 4.1/4.8 MB error 03-Jan-2023 03:02:58 Progress (1): 4.1/4.8 MB error 03-Jan-2023 03:02:58 Progress (1): 4.2/4.8 MB error 03-Jan-2023 03:02:58 Progress (1): 4.2/4.8 MB error 03-Jan-2023 03:02:58 Progress (1): 4.2/4.8 MB error 03-Jan-2023 03:02:58 Progress (1): 4.2/4.8 MB error 03-Jan-2023 03:02:58 Progress (1): 4.3/4.8 MB error 03-Jan-2023 03:02:58 Progress (1): 4.3/4.8 MB error 03-Jan-2023 03:02:58 Progress (1): 4.3/4.8 MB error 03-Jan-2023 03:02:58 Progress (1): 4.4/4.8 MB error 03-Jan-2023 03:02:58 Progress (1): 4.4/4.8 MB error 03-Jan-2023 03:02:58 Progress (1): 4.4/4.8 MB error 03-Jan-2023 03:02:58 Progress (1): 4.4/4.8 MB error 03-Jan-2023 03:02:58 Progress (1): 4.5/4.8 MB error 03-Jan-2023 03:02:58 Progress (1): 4.5/4.8 MB error 03-Jan-2023 03:02:58 Progress (1): 4.5/4.8 MB error 03-Jan-2023 03:02:58 Progress (1): 4.5/4.8 MB error 03-Jan-2023 03:02:58 Progress (1): 4.6/4.8 MB error 03-Jan-2023 03:02:58 Progress (1): 4.6/4.8 MB error 03-Jan-2023 03:02:58 Progress (1): 4.6/4.8 MB error 03-Jan-2023 03:02:58 Progress (1): 4.6/4.8 MB error 03-Jan-2023 03:02:58 Progress (1): 4.7/4.8 MB error 03-Jan-2023 03:02:58 Progress (1): 4.7/4.8 MB error 03-Jan-2023 03:02:58 Progress (1): 4.7/4.8 MB error 03-Jan-2023 03:02:58 Progress (1): 4.7/4.8 MB error 03-Jan-2023 03:02:58 Progress (1): 4.8/4.8 MB error 03-Jan-2023 03:02:58 Progress (1): 4.8/4.8 MB error 03-Jan-2023 03:02:58 Progress (1): 4.8/4.8 MB error 03-Jan-2023 03:02:58 Progress (1): 4.8/4.8 MB error 03-Jan-2023 03:02:58 Progress (1): 4.8 MB error 03-Jan-2023 03:02:58 error 03-Jan-2023 03:02:58 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/uicommons-omod/2.23.0/uicommons-omod-2.23.0.jar (4.8 MB at 7.6 MB/s) error 03-Jan-2023 03:02:58 #17 107.1 [INFO] Configured Artifact: org.openmrs.module:uiframework-omod:3.23.0:jar error 03-Jan-2023 03:02:58 #17 107.1 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/uiframework-omod/3.23.0/uiframework-omod-3.23.0.pom error 03-Jan-2023 03:02:58 #17 107.3 Progress (1): 3.3/5.9 kB error 03-Jan-2023 03:02:58 Progress (1): 5.9 kB error 03-Jan-2023 03:02:58 error 03-Jan-2023 03:02:58 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/uiframework-omod/3.23.0/uiframework-omod-3.23.0.pom (5.9 kB at 26 kB/s) error 03-Jan-2023 03:02:58 #17 107.4 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/uiframework/3.23.0/uiframework-3.23.0.pom error 03-Jan-2023 03:02:58 #17 107.5 Progress (1): 3.3/11 kB error 03-Jan-2023 03:02:59 Progress (1): 6.1/11 kB error 03-Jan-2023 03:02:59 Progress (1): 8.9/11 kB error 03-Jan-2023 03:02:59 Progress (1): 11 kB error 03-Jan-2023 03:02:59 error 03-Jan-2023 03:02:59 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/uiframework/3.23.0/uiframework-3.23.0.pom (11 kB at 50 kB/s) error 03-Jan-2023 03:02:59 #17 107.6 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/uiframework-omod/3.23.0/uiframework-omod-3.23.0.jar error 03-Jan-2023 03:02:59 #17 107.9 Progress (1): 0/2.7 MB error 03-Jan-2023 03:02:59 Progress (1): 0/2.7 MB error 03-Jan-2023 03:02:59 Progress (1): 0/2.7 MB error 03-Jan-2023 03:02:59 Progress (1): 0.1/2.7 MB error 03-Jan-2023 03:02:59 Progress (1): 0.1/2.7 MB error 03-Jan-2023 03:02:59 Progress (1): 0.1/2.7 MB error 03-Jan-2023 03:02:59 Progress (1): 0.1/2.7 MB error 03-Jan-2023 03:02:59 Progress (1): 0.1/2.7 MB error 03-Jan-2023 03:02:59 Progress (1): 0.2/2.7 MB error 03-Jan-2023 03:02:59 Progress (1): 0.2/2.7 MB error 03-Jan-2023 03:02:59 Progress (1): 0.2/2.7 MB error 03-Jan-2023 03:02:59 Progress (1): 0.2/2.7 MB error 03-Jan-2023 03:02:59 Progress (1): 0.2/2.7 MB error 03-Jan-2023 03:02:59 Progress (1): 0.2/2.7 MB error 03-Jan-2023 03:02:59 Progress (1): 0.3/2.7 MB error 03-Jan-2023 03:02:59 Progress (1): 0.3/2.7 MB error 03-Jan-2023 03:02:59 Progress (1): 0.3/2.7 MB error 03-Jan-2023 03:02:59 Progress (1): 0.3/2.7 MB error 03-Jan-2023 03:02:59 Progress (1): 0.3/2.7 MB error 03-Jan-2023 03:02:59 Progress (1): 0.3/2.7 MB error 03-Jan-2023 03:02:59 Progress (1): 0.4/2.7 MB error 03-Jan-2023 03:02:59 Progress (1): 0.4/2.7 MB error 03-Jan-2023 03:02:59 Progress (1): 0.4/2.7 MB error 03-Jan-2023 03:02:59 Progress (1): 0.4/2.7 MB error 03-Jan-2023 03:02:59 Progress (1): 0.4/2.7 MB error 03-Jan-2023 03:02:59 Progress (1): 0.4/2.7 MB error 03-Jan-2023 03:02:59 Progress (1): 0.5/2.7 MB error 03-Jan-2023 03:02:59 Progress (1): 0.5/2.7 MB error 03-Jan-2023 03:02:59 Progress (1): 0.5/2.7 MB error 03-Jan-2023 03:02:59 Progress (1): 0.5/2.7 MB error 03-Jan-2023 03:02:59 Progress (1): 0.5/2.7 MB error 03-Jan-2023 03:02:59 Progress (1): 0.5/2.7 MB error 03-Jan-2023 03:02:59 Progress (1): 0.6/2.7 MB error 03-Jan-2023 03:02:59 Progress (1): 0.6/2.7 MB error 03-Jan-2023 03:02:59 Progress (1): 0.6/2.7 MB error 03-Jan-2023 03:02:59 Progress (1): 0.6/2.7 MB error 03-Jan-2023 03:02:59 Progress (1): 0.6/2.7 MB error 03-Jan-2023 03:02:59 Progress (1): 0.6/2.7 MB error 03-Jan-2023 03:02:59 Progress (1): 0.7/2.7 MB error 03-Jan-2023 03:02:59 Progress (1): 0.7/2.7 MB error 03-Jan-2023 03:02:59 Progress (1): 0.7/2.7 MB error 03-Jan-2023 03:02:59 Progress (1): 0.7/2.7 MB error 03-Jan-2023 03:02:59 Progress (1): 0.7/2.7 MB error 03-Jan-2023 03:02:59 Progress (1): 0.7/2.7 MB error 03-Jan-2023 03:02:59 Progress (1): 0.8/2.7 MB error 03-Jan-2023 03:02:59 Progress (1): 0.8/2.7 MB error 03-Jan-2023 03:02:59 Progress (1): 0.8/2.7 MB error 03-Jan-2023 03:02:59 Progress (1): 0.8/2.7 MB error 03-Jan-2023 03:02:59 Progress (1): 0.8/2.7 MB error 03-Jan-2023 03:02:59 Progress (1): 0.8/2.7 MB error 03-Jan-2023 03:02:59 Progress (1): 0.9/2.7 MB error 03-Jan-2023 03:02:59 Progress (1): 0.9/2.7 MB error 03-Jan-2023 03:02:59 Progress (1): 0.9/2.7 MB error 03-Jan-2023 03:02:59 Progress (1): 0.9/2.7 MB error 03-Jan-2023 03:02:59 Progress (1): 0.9/2.7 MB error 03-Jan-2023 03:02:59 Progress (1): 0.9/2.7 MB error 03-Jan-2023 03:02:59 Progress (1): 1.0/2.7 MB error 03-Jan-2023 03:02:59 Progress (1): 1.0/2.7 MB error 03-Jan-2023 03:02:59 Progress (1): 1.0/2.7 MB error 03-Jan-2023 03:02:59 Progress (1): 1.0/2.7 MB error 03-Jan-2023 03:02:59 Progress (1): 1.0/2.7 MB error 03-Jan-2023 03:02:59 Progress (1): 1.0/2.7 MB error 03-Jan-2023 03:02:59 Progress (1): 1.1/2.7 MB error 03-Jan-2023 03:02:59 Progress (1): 1.1/2.7 MB error 03-Jan-2023 03:02:59 Progress (1): 1.1/2.7 MB error 03-Jan-2023 03:02:59 Progress (1): 1.1/2.7 MB error 03-Jan-2023 03:02:59 Progress (1): 1.1/2.7 MB error 03-Jan-2023 03:02:59 Progress (1): 1.1/2.7 MB error 03-Jan-2023 03:02:59 Progress (1): 1.2/2.7 MB error 03-Jan-2023 03:02:59 Progress (1): 1.2/2.7 MB error 03-Jan-2023 03:02:59 Progress (1): 1.2/2.7 MB error 03-Jan-2023 03:02:59 Progress (1): 1.2/2.7 MB error 03-Jan-2023 03:02:59 Progress (1): 1.2/2.7 MB error 03-Jan-2023 03:02:59 Progress (1): 1.2/2.7 MB error 03-Jan-2023 03:02:59 Progress (1): 1.3/2.7 MB error 03-Jan-2023 03:02:59 Progress (1): 1.3/2.7 MB error 03-Jan-2023 03:02:59 Progress (1): 1.3/2.7 MB error 03-Jan-2023 03:02:59 Progress (1): 1.3/2.7 MB error 03-Jan-2023 03:02:59 Progress (1): 1.3/2.7 MB error 03-Jan-2023 03:02:59 Progress (1): 1.3/2.7 MB error 03-Jan-2023 03:02:59 Progress (1): 1.4/2.7 MB error 03-Jan-2023 03:02:59 Progress (1): 1.4/2.7 MB error 03-Jan-2023 03:02:59 Progress (1): 1.4/2.7 MB error 03-Jan-2023 03:02:59 Progress (1): 1.4/2.7 MB error 03-Jan-2023 03:02:59 Progress (1): 1.4/2.7 MB error 03-Jan-2023 03:02:59 Progress (1): 1.4/2.7 MB error 03-Jan-2023 03:02:59 Progress (1): 1.5/2.7 MB error 03-Jan-2023 03:02:59 Progress (1): 1.5/2.7 MB error 03-Jan-2023 03:02:59 Progress (1): 1.5/2.7 MB error 03-Jan-2023 03:02:59 Progress (1): 1.5/2.7 MB error 03-Jan-2023 03:02:59 Progress (1): 1.5/2.7 MB error 03-Jan-2023 03:02:59 Progress (1): 1.5/2.7 MB error 03-Jan-2023 03:02:59 Progress (1): 1.6/2.7 MB error 03-Jan-2023 03:02:59 Progress (1): 1.6/2.7 MB error 03-Jan-2023 03:02:59 Progress (1): 1.6/2.7 MB error 03-Jan-2023 03:02:59 Progress (1): 1.6/2.7 MB error 03-Jan-2023 03:02:59 Progress (1): 1.6/2.7 MB error 03-Jan-2023 03:02:59 Progress (1): 1.6/2.7 MB error 03-Jan-2023 03:02:59 Progress (1): 1.7/2.7 MB error 03-Jan-2023 03:02:59 Progress (1): 1.7/2.7 MB error 03-Jan-2023 03:02:59 Progress (1): 1.7/2.7 MB error 03-Jan-2023 03:02:59 Progress (1): 1.7/2.7 MB error 03-Jan-2023 03:02:59 Progress (1): 1.7/2.7 MB error 03-Jan-2023 03:02:59 Progress (1): 1.7/2.7 MB error 03-Jan-2023 03:02:59 Progress (1): 1.8/2.7 MB error 03-Jan-2023 03:02:59 Progress (1): 1.8/2.7 MB error 03-Jan-2023 03:02:59 Progress (1): 1.8/2.7 MB error 03-Jan-2023 03:02:59 Progress (1): 1.8/2.7 MB error 03-Jan-2023 03:02:59 Progress (1): 1.8/2.7 MB error 03-Jan-2023 03:02:59 Progress (1): 1.8/2.7 MB error 03-Jan-2023 03:02:59 Progress (1): 1.8/2.7 MB error 03-Jan-2023 03:02:59 Progress (1): 1.9/2.7 MB error 03-Jan-2023 03:02:59 Progress (1): 1.9/2.7 MB error 03-Jan-2023 03:02:59 Progress (1): 1.9/2.7 MB error 03-Jan-2023 03:02:59 Progress (1): 1.9/2.7 MB error 03-Jan-2023 03:02:59 Progress (1): 1.9/2.7 MB error 03-Jan-2023 03:02:59 Progress (1): 1.9/2.7 MB error 03-Jan-2023 03:02:59 Progress (1): 2.0/2.7 MB error 03-Jan-2023 03:02:59 Progress (1): 2.0/2.7 MB error 03-Jan-2023 03:02:59 Progress (1): 2.0/2.7 MB error 03-Jan-2023 03:02:59 Progress (1): 2.0/2.7 MB error 03-Jan-2023 03:02:59 Progress (1): 2.0/2.7 MB error 03-Jan-2023 03:02:59 Progress (1): 2.0/2.7 MB error 03-Jan-2023 03:02:59 Progress (1): 2.1/2.7 MB error 03-Jan-2023 03:02:59 Progress (1): 2.1/2.7 MB error 03-Jan-2023 03:02:59 Progress (1): 2.1/2.7 MB error 03-Jan-2023 03:02:59 Progress (1): 2.1/2.7 MB error 03-Jan-2023 03:02:59 Progress (1): 2.1/2.7 MB error 03-Jan-2023 03:02:59 Progress (1): 2.1/2.7 MB error 03-Jan-2023 03:02:59 Progress (1): 2.2/2.7 MB error 03-Jan-2023 03:02:59 Progress (1): 2.2/2.7 MB error 03-Jan-2023 03:02:59 Progress (1): 2.2/2.7 MB error 03-Jan-2023 03:02:59 Progress (1): 2.2/2.7 MB error 03-Jan-2023 03:02:59 Progress (1): 2.2/2.7 MB error 03-Jan-2023 03:02:59 Progress (1): 2.2/2.7 MB error 03-Jan-2023 03:02:59 Progress (1): 2.3/2.7 MB error 03-Jan-2023 03:02:59 Progress (1): 2.3/2.7 MB error 03-Jan-2023 03:02:59 Progress (1): 2.3/2.7 MB error 03-Jan-2023 03:02:59 Progress (1): 2.3/2.7 MB error 03-Jan-2023 03:02:59 Progress (1): 2.3/2.7 MB error 03-Jan-2023 03:02:59 Progress (1): 2.3/2.7 MB error 03-Jan-2023 03:02:59 Progress (1): 2.4/2.7 MB error 03-Jan-2023 03:02:59 Progress (1): 2.4/2.7 MB error 03-Jan-2023 03:02:59 Progress (1): 2.4/2.7 MB error 03-Jan-2023 03:02:59 Progress (1): 2.4/2.7 MB error 03-Jan-2023 03:02:59 Progress (1): 2.4/2.7 MB error 03-Jan-2023 03:02:59 Progress (1): 2.5/2.7 MB error 03-Jan-2023 03:02:59 Progress (1): 2.5/2.7 MB error 03-Jan-2023 03:02:59 Progress (1): 2.5/2.7 MB error 03-Jan-2023 03:02:59 Progress (1): 2.5/2.7 MB error 03-Jan-2023 03:02:59 Progress (1): 2.5/2.7 MB error 03-Jan-2023 03:02:59 Progress (1): 2.5/2.7 MB error 03-Jan-2023 03:02:59 Progress (1): 2.5/2.7 MB error 03-Jan-2023 03:02:59 Progress (1): 2.6/2.7 MB error 03-Jan-2023 03:02:59 Progress (1): 2.6/2.7 MB error 03-Jan-2023 03:02:59 Progress (1): 2.6/2.7 MB error 03-Jan-2023 03:02:59 Progress (1): 2.6/2.7 MB error 03-Jan-2023 03:02:59 Progress (1): 2.6/2.7 MB error 03-Jan-2023 03:02:59 Progress (1): 2.7/2.7 MB error 03-Jan-2023 03:02:59 Progress (1): 2.7/2.7 MB error 03-Jan-2023 03:02:59 Progress (1): 2.7/2.7 MB error 03-Jan-2023 03:02:59 Progress (1): 2.7/2.7 MB error 03-Jan-2023 03:02:59 Progress (1): 2.7/2.7 MB error 03-Jan-2023 03:02:59 Progress (1): 2.7 MB error 03-Jan-2023 03:02:59 error 03-Jan-2023 03:02:59 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/uiframework-omod/3.23.0/uiframework-omod-3.23.0.jar (2.7 MB at 5.1 MB/s) error 03-Jan-2023 03:02:59 #17 108.1 [INFO] Configured Artifact: org.openmrs.module:metadatasharing-omod:1.9.0:jar error 03-Jan-2023 03:02:59 #17 108.1 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/metadatasharing-omod/1.9.0/metadatasharing-omod-1.9.0.pom error 03-Jan-2023 03:02:59 #17 108.2 Progress (1): 2.9 kB error 03-Jan-2023 03:02:59 error 03-Jan-2023 03:02:59 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/metadatasharing-omod/1.9.0/metadatasharing-omod-1.9.0.pom (2.9 kB at 13 kB/s) error 03-Jan-2023 03:02:59 #17 108.4 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/metadatasharing/1.9.0/metadatasharing-1.9.0.pom error 03-Jan-2023 03:02:59 #17 108.5 Progress (1): 3.3/11 kB error 03-Jan-2023 03:02:59 Progress (1): 6.1/11 kB error 03-Jan-2023 03:02:59 Progress (1): 8.9/11 kB error 03-Jan-2023 03:02:59 Progress (1): 11 kB error 03-Jan-2023 03:02:59 error 03-Jan-2023 03:03:00 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/metadatasharing/1.9.0/metadatasharing-1.9.0.pom (11 kB at 52 kB/s) error 03-Jan-2023 03:03:00 #17 108.6 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/metadatasharing-omod/1.9.0/metadatasharing-omod-1.9.0.jar error 03-Jan-2023 03:03:00 #17 108.9 Progress (1): 4.1/509 kB error 03-Jan-2023 03:03:00 Progress (1): 8.2/509 kB error 03-Jan-2023 03:03:00 Progress (1): 12/509 kB error 03-Jan-2023 03:03:00 Progress (1): 16/509 kB error 03-Jan-2023 03:03:00 Progress (1): 20/509 kB error 03-Jan-2023 03:03:00 Progress (1): 24/509 kB error 03-Jan-2023 03:03:00 Progress (1): 28/509 kB error 03-Jan-2023 03:03:00 Progress (1): 32/509 kB error 03-Jan-2023 03:03:00 Progress (1): 36/509 kB error 03-Jan-2023 03:03:00 Progress (1): 40/509 kB error 03-Jan-2023 03:03:00 Progress (1): 44/509 kB error 03-Jan-2023 03:03:00 Progress (1): 48/509 kB error 03-Jan-2023 03:03:00 Progress (1): 51/509 kB error 03-Jan-2023 03:03:00 Progress (1): 55/509 kB error 03-Jan-2023 03:03:00 Progress (1): 59/509 kB error 03-Jan-2023 03:03:00 Progress (1): 62/509 kB error 03-Jan-2023 03:03:00 Progress (1): 66/509 kB error 03-Jan-2023 03:03:00 Progress (1): 71/509 kB error 03-Jan-2023 03:03:00 Progress (1): 75/509 kB error 03-Jan-2023 03:03:00 Progress (1): 79/509 kB error 03-Jan-2023 03:03:00 Progress (1): 83/509 kB error 03-Jan-2023 03:03:00 Progress (1): 87/509 kB error 03-Jan-2023 03:03:00 Progress (1): 91/509 kB error 03-Jan-2023 03:03:00 Progress (1): 95/509 kB error 03-Jan-2023 03:03:00 Progress (1): 97/509 kB error 03-Jan-2023 03:03:00 Progress (1): 101/509 kB error 03-Jan-2023 03:03:00 Progress (1): 105/509 kB error 03-Jan-2023 03:03:00 Progress (1): 109/509 kB error 03-Jan-2023 03:03:00 Progress (1): 114/509 kB error 03-Jan-2023 03:03:00 Progress (1): 116/509 kB error 03-Jan-2023 03:03:00 Progress (1): 120/509 kB error 03-Jan-2023 03:03:00 Progress (1): 125/509 kB error 03-Jan-2023 03:03:00 Progress (1): 129/509 kB error 03-Jan-2023 03:03:00 Progress (1): 133/509 kB error 03-Jan-2023 03:03:00 Progress (1): 137/509 kB error 03-Jan-2023 03:03:00 Progress (1): 141/509 kB error 03-Jan-2023 03:03:00 Progress (1): 145/509 kB error 03-Jan-2023 03:03:00 Progress (1): 149/509 kB error 03-Jan-2023 03:03:00 Progress (1): 153/509 kB error 03-Jan-2023 03:03:00 Progress (1): 157/509 kB error 03-Jan-2023 03:03:00 Progress (1): 160/509 kB error 03-Jan-2023 03:03:00 Progress (1): 164/509 kB error 03-Jan-2023 03:03:00 Progress (1): 168/509 kB error 03-Jan-2023 03:03:00 Progress (1): 172/509 kB error 03-Jan-2023 03:03:00 Progress (1): 177/509 kB error 03-Jan-2023 03:03:00 Progress (1): 181/509 kB error 03-Jan-2023 03:03:00 Progress (1): 185/509 kB error 03-Jan-2023 03:03:00 Progress (1): 189/509 kB error 03-Jan-2023 03:03:00 Progress (1): 193/509 kB error 03-Jan-2023 03:03:00 Progress (1): 195/509 kB error 03-Jan-2023 03:03:00 Progress (1): 199/509 kB error 03-Jan-2023 03:03:00 Progress (1): 203/509 kB error 03-Jan-2023 03:03:00 Progress (1): 207/509 kB error 03-Jan-2023 03:03:00 Progress (1): 211/509 kB error 03-Jan-2023 03:03:00 Progress (1): 215/509 kB error 03-Jan-2023 03:03:00 Progress (1): 220/509 kB error 03-Jan-2023 03:03:00 Progress (1): 224/509 kB error 03-Jan-2023 03:03:00 Progress (1): 228/509 kB error 03-Jan-2023 03:03:00 Progress (1): 230/509 kB error 03-Jan-2023 03:03:00 Progress (1): 234/509 kB error 03-Jan-2023 03:03:00 Progress (1): 238/509 kB error 03-Jan-2023 03:03:00 Progress (1): 242/509 kB error 03-Jan-2023 03:03:00 Progress (1): 246/509 kB error 03-Jan-2023 03:03:00 Progress (1): 250/509 kB error 03-Jan-2023 03:03:00 Progress (1): 254/509 kB error 03-Jan-2023 03:03:00 Progress (1): 258/509 kB error 03-Jan-2023 03:03:00 Progress (1): 263/509 kB error 03-Jan-2023 03:03:00 Progress (1): 267/509 kB error 03-Jan-2023 03:03:00 Progress (1): 271/509 kB error 03-Jan-2023 03:03:00 Progress (1): 275/509 kB error 03-Jan-2023 03:03:00 Progress (1): 278/509 kB error 03-Jan-2023 03:03:00 Progress (1): 282/509 kB error 03-Jan-2023 03:03:00 Progress (1): 286/509 kB error 03-Jan-2023 03:03:00 Progress (1): 290/509 kB error 03-Jan-2023 03:03:00 Progress (1): 294/509 kB error 03-Jan-2023 03:03:00 Progress (1): 298/509 kB error 03-Jan-2023 03:03:00 Progress (1): 302/509 kB error 03-Jan-2023 03:03:00 Progress (1): 305/509 kB error 03-Jan-2023 03:03:00 Progress (1): 309/509 kB error 03-Jan-2023 03:03:00 Progress (1): 313/509 kB error 03-Jan-2023 03:03:00 Progress (1): 317/509 kB error 03-Jan-2023 03:03:00 Progress (1): 321/509 kB error 03-Jan-2023 03:03:00 Progress (1): 323/509 kB error 03-Jan-2023 03:03:00 Progress (1): 327/509 kB error 03-Jan-2023 03:03:00 Progress (1): 332/509 kB error 03-Jan-2023 03:03:00 Progress (1): 336/509 kB error 03-Jan-2023 03:03:00 Progress (1): 340/509 kB error 03-Jan-2023 03:03:00 Progress (1): 344/509 kB error 03-Jan-2023 03:03:00 Progress (1): 348/509 kB error 03-Jan-2023 03:03:00 Progress (1): 352/509 kB error 03-Jan-2023 03:03:00 Progress (1): 356/509 kB error 03-Jan-2023 03:03:00 Progress (1): 360/509 kB error 03-Jan-2023 03:03:00 Progress (1): 364/509 kB error 03-Jan-2023 03:03:00 Progress (1): 368/509 kB error 03-Jan-2023 03:03:00 Progress (1): 372/509 kB error 03-Jan-2023 03:03:00 Progress (1): 375/509 kB error 03-Jan-2023 03:03:00 Progress (1): 377/509 kB error 03-Jan-2023 03:03:00 Progress (1): 381/509 kB error 03-Jan-2023 03:03:00 Progress (1): 386/509 kB error 03-Jan-2023 03:03:00 Progress (1): 390/509 kB error 03-Jan-2023 03:03:00 Progress (1): 394/509 kB error 03-Jan-2023 03:03:00 Progress (1): 398/509 kB error 03-Jan-2023 03:03:00 Progress (1): 402/509 kB error 03-Jan-2023 03:03:00 Progress (1): 406/509 kB error 03-Jan-2023 03:03:00 Progress (1): 410/509 kB error 03-Jan-2023 03:03:00 Progress (1): 414/509 kB error 03-Jan-2023 03:03:00 Progress (1): 418/509 kB error 03-Jan-2023 03:03:00 Progress (1): 422/509 kB error 03-Jan-2023 03:03:00 Progress (1): 426/509 kB error 03-Jan-2023 03:03:00 Progress (1): 431/509 kB error 03-Jan-2023 03:03:00 Progress (1): 435/509 kB error 03-Jan-2023 03:03:00 Progress (1): 439/509 kB error 03-Jan-2023 03:03:00 Progress (1): 443/509 kB error 03-Jan-2023 03:03:00 Progress (1): 447/509 kB error 03-Jan-2023 03:03:00 Progress (1): 449/509 kB error 03-Jan-2023 03:03:00 Progress (1): 453/509 kB error 03-Jan-2023 03:03:00 Progress (1): 458/509 kB error 03-Jan-2023 03:03:00 Progress (1): 462/509 kB error 03-Jan-2023 03:03:00 Progress (1): 466/509 kB error 03-Jan-2023 03:03:00 Progress (1): 470/509 kB error 03-Jan-2023 03:03:00 Progress (1): 474/509 kB error 03-Jan-2023 03:03:00 Progress (1): 478/509 kB error 03-Jan-2023 03:03:00 Progress (1): 482/509 kB error 03-Jan-2023 03:03:00 Progress (1): 486/509 kB error 03-Jan-2023 03:03:00 Progress (1): 490/509 kB error 03-Jan-2023 03:03:00 Progress (1): 493/509 kB error 03-Jan-2023 03:03:00 Progress (1): 497/509 kB error 03-Jan-2023 03:03:00 Progress (1): 501/509 kB error 03-Jan-2023 03:03:00 Progress (1): 505/509 kB error 03-Jan-2023 03:03:00 Progress (1): 509 kB error 03-Jan-2023 03:03:00 error 03-Jan-2023 03:03:00 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/metadatasharing-omod/1.9.0/metadatasharing-omod-1.9.0.jar (509 kB at 1.1 MB/s) error 03-Jan-2023 03:03:00 #17 109.0 [INFO] Copying addresshierarchy-omod-2.15.0.jar to /app/package/target/distro/web/modules/addresshierarchy-2.15.0.omod error 03-Jan-2023 03:03:00 #17 109.0 [INFO] Copying legacyui-omod-1.13.0.jar to /app/package/target/distro/web/modules/legacyui-1.13.0.omod error 03-Jan-2023 03:03:00 #17 109.1 [INFO] Copying openconceptlab-omod-2.0.0.jar to /app/package/target/distro/web/modules/openconceptlab-2.0.0.omod error 03-Jan-2023 03:03:00 #17 109.1 [INFO] Copying metadatadeploy-omod-1.13.0.jar to /app/package/target/distro/web/modules/metadatadeploy-1.13.0.omod error 03-Jan-2023 03:03:00 #17 109.1 [INFO] Copying reportingrest-omod-1.14.0.jar to /app/package/target/distro/web/modules/reportingrest-1.14.0.omod error 03-Jan-2023 03:03:00 #17 109.1 [INFO] Copying owa-omod-1.14.0.jar to /app/package/target/distro/web/modules/owa-1.14.0.omod error 03-Jan-2023 03:03:00 #17 109.1 [INFO] Copying fhir2-omod-1.8.0.jar to /app/package/target/distro/web/modules/fhir2-1.8.0.omod error 03-Jan-2023 03:03:00 #17 109.1 [INFO] Copying serialization.xstream-omod-0.2.16.omod to /app/package/target/distro/web/modules/serialization.xstream-0.2.16.omod error 03-Jan-2023 03:03:00 #17 109.1 [INFO] Copying registrationapp-omod-1.25.0.jar to /app/package/target/distro/web/modules/registrationapp-1.25.0.omod error 03-Jan-2023 03:03:00 #17 109.1 [INFO] Copying event-omod-2.10.0.jar to /app/package/target/distro/web/modules/event-2.10.0.omod error 03-Jan-2023 03:03:00 #17 109.1 [INFO] Copying uilibrary-omod-2.0.7.jar to /app/package/target/distro/web/modules/uilibrary-2.0.7.omod error 03-Jan-2023 03:03:00 #17 109.1 [INFO] Copying htmlwidgets-omod-1.11.0.jar to /app/package/target/distro/web/modules/htmlwidgets-1.11.0.omod error 03-Jan-2023 03:03:00 #17 109.1 [INFO] Copying dataexchange-omod-1.3.8.jar to /app/package/target/distro/web/modules/dataexchange-1.3.8.omod error 03-Jan-2023 03:03:00 #17 109.1 [INFO] Copying appui-omod-1.16.0.jar to /app/package/target/distro/web/modules/appui-1.16.0.omod error 03-Jan-2023 03:03:00 #17 109.1 [INFO] Copying allergyui-omod-1.8.5.jar to /app/package/target/distro/web/modules/allergyui-1.8.5.omod error 03-Jan-2023 03:03:00 #17 109.1 [INFO] Copying providermanagement-omod-2.14.0.jar to /app/package/target/distro/web/modules/providermanagement-2.14.0.omod error 03-Jan-2023 03:03:00 #17 109.1 [INFO] Copying appointmentschedulingui-omod-1.14.0.jar to /app/package/target/distro/web/modules/appointmentschedulingui-1.14.0.omod error 03-Jan-2023 03:03:00 #17 109.2 [INFO] Copying attachments-omod-2.7.0.jar to /app/package/target/distro/web/modules/attachments-2.7.0.omod error 03-Jan-2023 03:03:00 #17 109.2 [INFO] Copying formentryapp-omod-1.4.3.jar to /app/package/target/distro/web/modules/formentryapp-1.4.3.omod error 03-Jan-2023 03:03:00 #17 109.2 [INFO] Copying idgen-omod-4.9.0.jar to /app/package/target/distro/web/modules/idgen-4.9.0.omod error 03-Jan-2023 03:03:00 #17 109.2 [INFO] Copying metadatamapping-omod-1.6.0.jar to /app/package/target/distro/web/modules/metadatamapping-1.6.0.omod error 03-Jan-2023 03:03:00 #17 109.2 [INFO] Copying htmlformentryui-omod-2.2.0.jar to /app/package/target/distro/web/modules/htmlformentryui-2.2.0.omod error 03-Jan-2023 03:03:00 #17 109.2 [INFO] Copying referencedemodata-omod-1.4.8.jar to /app/package/target/distro/web/modules/referencedemodata-1.4.8.omod error 03-Jan-2023 03:03:00 #17 109.2 [INFO] Copying emrapi-omod-1.33.0.jar to /app/package/target/distro/web/modules/emrapi-1.33.0.omod error 03-Jan-2023 03:03:00 #17 109.2 [INFO] Copying referenceapplication-omod-2.13.0-SNAPSHOT.jar to /app/package/target/distro/web/modules/referenceapplication-2.13.0-SNAPSHOT.omod error 03-Jan-2023 03:03:00 #17 109.2 [INFO] Copying htmlformentry-omod-5.1.0.jar to /app/package/target/distro/web/modules/htmlformentry-5.1.0.omod error 03-Jan-2023 03:03:00 #17 109.2 [INFO] Copying appframework-omod-2.17.0.jar to /app/package/target/distro/web/modules/appframework-2.17.0.omod error 03-Jan-2023 03:03:00 #17 109.2 [INFO] Copying referencemetadata-omod-2.13.0.jar to /app/package/target/distro/web/modules/referencemetadata-2.13.0.omod error 03-Jan-2023 03:03:00 #17 109.2 [INFO] Copying reportingui-omod-1.11.0.jar to /app/package/target/distro/web/modules/reportingui-1.11.0.omod error 03-Jan-2023 03:03:00 #17 109.2 [INFO] Copying coreapps-omod-1.38.0.jar to /app/package/target/distro/web/modules/coreapps-1.38.0.omod error 03-Jan-2023 03:03:00 #17 109.2 [INFO] Copying reportingcompatibility-omod-2.0.9.jar to /app/package/target/distro/web/modules/reportingcompatibility-2.0.9.omod error 03-Jan-2023 03:03:00 #17 109.2 [INFO] Copying reporting-omod-1.25.0.jar to /app/package/target/distro/web/modules/reporting-1.25.0.omod error 03-Jan-2023 03:03:00 #17 109.2 [INFO] Copying adminui-omod-1.6.0.jar to /app/package/target/distro/web/modules/adminui-1.6.0.omod error 03-Jan-2023 03:03:00 #17 109.2 [INFO] Copying registrationcore-omod-1.12.0.jar to /app/package/target/distro/web/modules/registrationcore-1.12.0.omod error 03-Jan-2023 03:03:00 #17 109.2 [INFO] Copying appointmentscheduling-omod-1.17.0.jar to /app/package/target/distro/web/modules/appointmentscheduling-1.17.0.omod error 03-Jan-2023 03:03:00 #17 109.2 [INFO] Copying atlas-omod-2.2.6.omod to /app/package/target/distro/web/modules/atlas-2.2.6.omod error 03-Jan-2023 03:03:00 #17 109.2 [INFO] Copying calculation-omod-1.3.0.jar to /app/package/target/distro/web/modules/calculation-1.3.0.omod error 03-Jan-2023 03:03:00 #17 109.2 [INFO] Copying webservices.rest-omod-2.38.0.jar to /app/package/target/distro/web/modules/webservices.rest-2.38.0.omod error 03-Jan-2023 03:03:00 #17 109.3 [INFO] Copying spa-omod-1.0.9.jar to /app/package/target/distro/web/modules/spa-1.0.9.omod error 03-Jan-2023 03:03:00 #17 109.3 [INFO] Copying uicommons-omod-2.23.0.jar to /app/package/target/distro/web/modules/uicommons-2.23.0.omod error 03-Jan-2023 03:03:00 #17 109.3 [INFO] Copying uiframework-omod-3.23.0.jar to /app/package/target/distro/web/modules/uiframework-3.23.0.omod error 03-Jan-2023 03:03:00 #17 109.3 [INFO] Copying metadatasharing-omod-1.9.0.jar to /app/package/target/distro/web/modules/metadatasharing-1.9.0.omod error 03-Jan-2023 03:03:00 #17 109.3 error 03-Jan-2023 03:03:00 #17 109.3 Downloading OWAs... error 03-Jan-2023 03:03:00 #17 109.3 error 03-Jan-2023 03:03:00 #17 109.3 error 03-Jan-2023 03:03:00 #17 109.3 Downloading OWA: org.openmrs.owa:openmrs-owa-sysadmin:1.2 error 03-Jan-2023 03:03:00 #17 109.3 [INFO] Configured Artifact: org.openmrs.owa:sysadmin:1.2:zip error 03-Jan-2023 03:03:00 #17 109.3 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/owa/sysadmin/1.2/sysadmin-1.2.pom error 03-Jan-2023 03:03:00 #17 109.4 Progress (1): 424 B error 03-Jan-2023 03:03:00 error 03-Jan-2023 03:03:01 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/owa/sysadmin/1.2/sysadmin-1.2.pom (424 B at 1.9 kB/s) error 03-Jan-2023 03:03:01 #17 109.5 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/owa/sysadmin/1.2/sysadmin-1.2.zip error 03-Jan-2023 03:03:01 #17 109.8 Progress (1): 0/1.1 MB error 03-Jan-2023 03:03:01 Progress (1): 0/1.1 MB error 03-Jan-2023 03:03:01 Progress (1): 0/1.1 MB error 03-Jan-2023 03:03:01 Progress (1): 0/1.1 MB error 03-Jan-2023 03:03:01 Progress (1): 0/1.1 MB error 03-Jan-2023 03:03:01 Progress (1): 0/1.1 MB error 03-Jan-2023 03:03:01 Progress (1): 0.1/1.1 MB error 03-Jan-2023 03:03:01 Progress (1): 0.1/1.1 MB error 03-Jan-2023 03:03:01 Progress (1): 0.1/1.1 MB error 03-Jan-2023 03:03:01 Progress (1): 0.1/1.1 MB error 03-Jan-2023 03:03:01 Progress (1): 0.1/1.1 MB error 03-Jan-2023 03:03:01 Progress (1): 0.1/1.1 MB error 03-Jan-2023 03:03:01 Progress (1): 0.1/1.1 MB error 03-Jan-2023 03:03:01 Progress (1): 0.1/1.1 MB error 03-Jan-2023 03:03:01 Progress (1): 0.1/1.1 MB error 03-Jan-2023 03:03:01 Progress (1): 0.1/1.1 MB error 03-Jan-2023 03:03:01 Progress (1): 0.1/1.1 MB error 03-Jan-2023 03:03:01 Progress (1): 0.1/1.1 MB error 03-Jan-2023 03:03:01 Progress (1): 0.2/1.1 MB error 03-Jan-2023 03:03:01 Progress (1): 0.2/1.1 MB error 03-Jan-2023 03:03:01 Progress (1): 0.2/1.1 MB error 03-Jan-2023 03:03:01 Progress (1): 0.2/1.1 MB error 03-Jan-2023 03:03:01 Progress (1): 0.2/1.1 MB error 03-Jan-2023 03:03:01 Progress (1): 0.2/1.1 MB error 03-Jan-2023 03:03:01 Progress (1): 0.2/1.1 MB error 03-Jan-2023 03:03:01 Progress (1): 0.2/1.1 MB error 03-Jan-2023 03:03:01 Progress (1): 0.2/1.1 MB error 03-Jan-2023 03:03:01 Progress (1): 0.2/1.1 MB error 03-Jan-2023 03:03:01 Progress (1): 0.2/1.1 MB error 03-Jan-2023 03:03:01 Progress (1): 0.2/1.1 MB error 03-Jan-2023 03:03:01 Progress (1): 0.2/1.1 MB error 03-Jan-2023 03:03:01 Progress (1): 0.2/1.1 MB error 03-Jan-2023 03:03:01 Progress (1): 0.3/1.1 MB error 03-Jan-2023 03:03:01 Progress (1): 0.3/1.1 MB error 03-Jan-2023 03:03:01 Progress (1): 0.3/1.1 MB error 03-Jan-2023 03:03:01 Progress (1): 0.3/1.1 MB error 03-Jan-2023 03:03:01 Progress (1): 0.3/1.1 MB error 03-Jan-2023 03:03:01 Progress (1): 0.3/1.1 MB error 03-Jan-2023 03:03:01 Progress (1): 0.3/1.1 MB error 03-Jan-2023 03:03:01 Progress (1): 0.3/1.1 MB error 03-Jan-2023 03:03:01 Progress (1): 0.3/1.1 MB error 03-Jan-2023 03:03:01 Progress (1): 0.3/1.1 MB error 03-Jan-2023 03:03:01 Progress (1): 0.3/1.1 MB error 03-Jan-2023 03:03:01 Progress (1): 0.3/1.1 MB error 03-Jan-2023 03:03:01 Progress (1): 0.3/1.1 MB error 03-Jan-2023 03:03:01 Progress (1): 0.4/1.1 MB error 03-Jan-2023 03:03:01 Progress (1): 0.4/1.1 MB error 03-Jan-2023 03:03:01 Progress (1): 0.4/1.1 MB error 03-Jan-2023 03:03:01 Progress (1): 0.4/1.1 MB error 03-Jan-2023 03:03:01 Progress (1): 0.4/1.1 MB error 03-Jan-2023 03:03:01 Progress (1): 0.4/1.1 MB error 03-Jan-2023 03:03:01 Progress (1): 0.4/1.1 MB error 03-Jan-2023 03:03:01 Progress (1): 0.4/1.1 MB error 03-Jan-2023 03:03:01 Progress (1): 0.4/1.1 MB error 03-Jan-2023 03:03:01 Progress (1): 0.4/1.1 MB error 03-Jan-2023 03:03:01 Progress (1): 0.4/1.1 MB error 03-Jan-2023 03:03:01 Progress (1): 0.4/1.1 MB error 03-Jan-2023 03:03:01 Progress (1): 0.4/1.1 MB error 03-Jan-2023 03:03:01 Progress (1): 0.5/1.1 MB error 03-Jan-2023 03:03:01 Progress (1): 0.5/1.1 MB error 03-Jan-2023 03:03:01 Progress (1): 0.5/1.1 MB error 03-Jan-2023 03:03:01 Progress (1): 0.5/1.1 MB error 03-Jan-2023 03:03:01 Progress (1): 0.5/1.1 MB error 03-Jan-2023 03:03:01 Progress (1): 0.5/1.1 MB error 03-Jan-2023 03:03:01 Progress (1): 0.5/1.1 MB error 03-Jan-2023 03:03:01 Progress (1): 0.5/1.1 MB error 03-Jan-2023 03:03:01 Progress (1): 0.5/1.1 MB error 03-Jan-2023 03:03:01 Progress (1): 0.5/1.1 MB error 03-Jan-2023 03:03:01 Progress (1): 0.5/1.1 MB error 03-Jan-2023 03:03:01 Progress (1): 0.5/1.1 MB error 03-Jan-2023 03:03:01 Progress (1): 0.6/1.1 MB error 03-Jan-2023 03:03:01 Progress (1): 0.6/1.1 MB error 03-Jan-2023 03:03:01 Progress (1): 0.6/1.1 MB error 03-Jan-2023 03:03:01 Progress (1): 0.6/1.1 MB error 03-Jan-2023 03:03:01 Progress (1): 0.6/1.1 MB error 03-Jan-2023 03:03:01 Progress (1): 0.6/1.1 MB error 03-Jan-2023 03:03:01 Progress (1): 0.6/1.1 MB error 03-Jan-2023 03:03:01 Progress (1): 0.6/1.1 MB error 03-Jan-2023 03:03:01 Progress (1): 0.6/1.1 MB error 03-Jan-2023 03:03:01 Progress (1): 0.6/1.1 MB error 03-Jan-2023 03:03:01 Progress (1): 0.6/1.1 MB error 03-Jan-2023 03:03:01 Progress (1): 0.6/1.1 MB error 03-Jan-2023 03:03:01 Progress (1): 0.6/1.1 MB error 03-Jan-2023 03:03:01 Progress (1): 0.7/1.1 MB error 03-Jan-2023 03:03:01 Progress (1): 0.7/1.1 MB error 03-Jan-2023 03:03:01 Progress (1): 0.7/1.1 MB error 03-Jan-2023 03:03:01 Progress (1): 0.7/1.1 MB error 03-Jan-2023 03:03:01 Progress (1): 0.7/1.1 MB error 03-Jan-2023 03:03:01 Progress (1): 0.7/1.1 MB error 03-Jan-2023 03:03:01 Progress (1): 0.7/1.1 MB error 03-Jan-2023 03:03:01 Progress (1): 0.7/1.1 MB error 03-Jan-2023 03:03:01 Progress (1): 0.7/1.1 MB error 03-Jan-2023 03:03:01 Progress (1): 0.7/1.1 MB error 03-Jan-2023 03:03:01 Progress (1): 0.7/1.1 MB error 03-Jan-2023 03:03:01 Progress (1): 0.7/1.1 MB error 03-Jan-2023 03:03:01 Progress (1): 0.8/1.1 MB error 03-Jan-2023 03:03:01 Progress (1): 0.8/1.1 MB error 03-Jan-2023 03:03:01 Progress (1): 0.8/1.1 MB error 03-Jan-2023 03:03:01 Progress (1): 0.8/1.1 MB error 03-Jan-2023 03:03:01 Progress (1): 0.8/1.1 MB error 03-Jan-2023 03:03:01 Progress (1): 0.8/1.1 MB error 03-Jan-2023 03:03:01 Progress (1): 0.8/1.1 MB error 03-Jan-2023 03:03:01 Progress (1): 0.8/1.1 MB error 03-Jan-2023 03:03:01 Progress (1): 0.8/1.1 MB error 03-Jan-2023 03:03:01 Progress (1): 0.8/1.1 MB error 03-Jan-2023 03:03:01 Progress (1): 0.8/1.1 MB error 03-Jan-2023 03:03:01 Progress (1): 0.8/1.1 MB error 03-Jan-2023 03:03:01 Progress (1): 0.8/1.1 MB error 03-Jan-2023 03:03:01 Progress (1): 0.9/1.1 MB error 03-Jan-2023 03:03:01 Progress (1): 0.9/1.1 MB error 03-Jan-2023 03:03:01 Progress (1): 0.9/1.1 MB error 03-Jan-2023 03:03:01 Progress (1): 0.9/1.1 MB error 03-Jan-2023 03:03:01 Progress (1): 0.9/1.1 MB error 03-Jan-2023 03:03:01 Progress (1): 0.9/1.1 MB error 03-Jan-2023 03:03:01 Progress (1): 0.9/1.1 MB error 03-Jan-2023 03:03:01 Progress (1): 0.9/1.1 MB error 03-Jan-2023 03:03:01 Progress (1): 0.9/1.1 MB error 03-Jan-2023 03:03:01 Progress (1): 0.9/1.1 MB error 03-Jan-2023 03:03:01 Progress (1): 0.9/1.1 MB error 03-Jan-2023 03:03:01 Progress (1): 0.9/1.1 MB error 03-Jan-2023 03:03:01 Progress (1): 0.9/1.1 MB error 03-Jan-2023 03:03:01 Progress (1): 1.0/1.1 MB error 03-Jan-2023 03:03:01 Progress (1): 1.0/1.1 MB error 03-Jan-2023 03:03:01 Progress (1): 1.0/1.1 MB error 03-Jan-2023 03:03:01 Progress (1): 1.0/1.1 MB error 03-Jan-2023 03:03:01 Progress (1): 1.0/1.1 MB error 03-Jan-2023 03:03:01 Progress (1): 1.0/1.1 MB error 03-Jan-2023 03:03:01 Progress (1): 1.0/1.1 MB error 03-Jan-2023 03:03:01 Progress (1): 1.0/1.1 MB error 03-Jan-2023 03:03:01 Progress (1): 1.0/1.1 MB error 03-Jan-2023 03:03:01 Progress (1): 1.0/1.1 MB error 03-Jan-2023 03:03:01 Progress (1): 1.0/1.1 MB error 03-Jan-2023 03:03:01 Progress (1): 1.0/1.1 MB error 03-Jan-2023 03:03:01 Progress (1): 1.1/1.1 MB error 03-Jan-2023 03:03:01 Progress (1): 1.1/1.1 MB error 03-Jan-2023 03:03:01 Progress (1): 1.1/1.1 MB error 03-Jan-2023 03:03:01 Progress (1): 1.1/1.1 MB error 03-Jan-2023 03:03:01 Progress (1): 1.1/1.1 MB error 03-Jan-2023 03:03:01 Progress (1): 1.1/1.1 MB error 03-Jan-2023 03:03:01 Progress (1): 1.1/1.1 MB error 03-Jan-2023 03:03:01 Progress (1): 1.1/1.1 MB error 03-Jan-2023 03:03:01 Progress (1): 1.1 MB error 03-Jan-2023 03:03:01 error 03-Jan-2023 03:03:01 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/owa/sysadmin/1.2/sysadmin-1.2.zip (1.1 MB at 2.5 MB/s) error 03-Jan-2023 03:03:01 #17 110.0 [INFO] Copying sysadmin-1.2.zip to /app/package/target/distro/web/owa/sysadmin-1.2.zip error 03-Jan-2023 03:03:01 #17 110.0 error 03-Jan-2023 03:03:01 #17 110.0 Creating Docker Compose configuration... error 03-Jan-2023 03:03:01 #17 110.0 error 03-Jan-2023 03:03:01 #17 110.3 error 03-Jan-2023 03:03:01 #17 110.3 The 'referenceapplication' distribution created! To start up the server run 'docker-compose up' from /app/package/target/distro error 03-Jan-2023 03:03:01 #17 110.3 error 03-Jan-2023 03:03:01 #17 110.3 [INFO] error 03-Jan-2023 03:03:01 #17 110.3 [INFO] --- openmrs-sdk-maven-plugin:4.5.0:build-distro (build-bundled-distro) @ referenceapplication-package --- error 03-Jan-2023 03:03:01 #17 110.3 error 03-Jan-2023 03:03:01 #17 110.3 Downloading modules... error 03-Jan-2023 03:03:01 #17 110.3 error 03-Jan-2023 03:03:01 #17 110.3 [INFO] Configured Artifact: org.openmrs.web:openmrs-webapp:2.5.8:war error 03-Jan-2023 03:03:01 #17 110.3 [INFO] Copying openmrs-webapp-2.5.8.war to /app/package/target/bundled-distro/web/openmrs-2.5.8.war error 03-Jan-2023 03:03:02 #17 110.6 error 03-Jan-2023 03:03:02 #17 110.6 file:/app/package/target/bundled-distro/web/openmrs-2.5.8.war error 03-Jan-2023 03:03:02 #17 110.6 error 03-Jan-2023 03:03:02 #17 110.6 target:/app/package/target/bundled-distro/web error 03-Jan-2023 03:03:02 #17 110.6 [INFO] Configured Artifact: org.openmrs.module:addresshierarchy-omod:2.15.0:jar error 03-Jan-2023 03:03:02 #17 110.6 [INFO] Configured Artifact: org.openmrs.module:legacyui-omod:1.13.0:jar error 03-Jan-2023 03:03:02 #17 110.6 [INFO] Configured Artifact: org.openmrs.module:openconceptlab-omod:2.0.0:jar error 03-Jan-2023 03:03:02 #17 110.6 [INFO] Configured Artifact: org.openmrs.module:metadatadeploy-omod:1.13.0:jar error 03-Jan-2023 03:03:02 #17 110.6 [INFO] Configured Artifact: org.openmrs.module:reportingrest-omod:1.14.0:jar error 03-Jan-2023 03:03:02 #17 110.6 [INFO] Configured Artifact: org.openmrs.module:owa-omod:1.14.0:jar error 03-Jan-2023 03:03:02 #17 110.6 [INFO] Configured Artifact: org.openmrs.module:fhir2-omod:1.8.0:jar error 03-Jan-2023 03:03:02 #17 110.6 [INFO] Configured Artifact: org.openmrs.module:serialization.xstream-omod:0.2.16:omod error 03-Jan-2023 03:03:02 #17 110.6 [INFO] Configured Artifact: org.openmrs.module:registrationapp-omod:1.25.0:jar error 03-Jan-2023 03:03:02 #17 110.6 [INFO] Configured Artifact: org.openmrs:event-omod:2.10.0:jar error 03-Jan-2023 03:03:02 #17 110.7 [INFO] Configured Artifact: org.openmrs.module:uilibrary-omod:2.0.7:jar error 03-Jan-2023 03:03:02 #17 110.7 [INFO] Configured Artifact: org.openmrs.module:htmlwidgets-omod:1.11.0:jar error 03-Jan-2023 03:03:02 #17 110.7 [INFO] Configured Artifact: org.openmrs.module:dataexchange-omod:1.3.8:jar error 03-Jan-2023 03:03:02 #17 110.7 [INFO] Configured Artifact: org.openmrs.module:appui-omod:1.16.0:jar error 03-Jan-2023 03:03:02 #17 110.7 [INFO] Configured Artifact: org.openmrs.module:allergyui-omod:1.8.5:jar error 03-Jan-2023 03:03:02 #17 110.7 [INFO] Configured Artifact: org.openmrs.module:providermanagement-omod:2.14.0:jar error 03-Jan-2023 03:03:02 #17 110.7 [INFO] Configured Artifact: org.openmrs.module:appointmentschedulingui-omod:1.14.0:jar error 03-Jan-2023 03:03:02 #17 110.7 [INFO] Configured Artifact: org.openmrs.module:attachments-omod:2.7.0:jar error 03-Jan-2023 03:03:02 #17 110.7 [INFO] Configured Artifact: org.openmrs.module:formentryapp-omod:1.4.3:jar error 03-Jan-2023 03:03:02 #17 110.7 [INFO] Configured Artifact: org.openmrs.module:idgen-omod:4.9.0:jar error 03-Jan-2023 03:03:02 #17 110.7 [INFO] Configured Artifact: org.openmrs.module:metadatamapping-omod:1.6.0:jar error 03-Jan-2023 03:03:02 #17 110.7 [INFO] Configured Artifact: org.openmrs.module:htmlformentryui-omod:2.2.0:jar error 03-Jan-2023 03:03:02 #17 110.7 [INFO] Configured Artifact: org.openmrs.module:referencedemodata-omod:1.4.8:jar error 03-Jan-2023 03:03:02 #17 110.7 [INFO] Configured Artifact: org.openmrs.module:emrapi-omod:1.33.0:jar error 03-Jan-2023 03:03:02 #17 110.7 [INFO] Configured Artifact: org.openmrs.module:referenceapplication-omod:2.13.0-SNAPSHOT:jar error 03-Jan-2023 03:03:02 #17 110.7 [INFO] Configured Artifact: org.openmrs.module:htmlformentry-omod:5.1.0:jar error 03-Jan-2023 03:03:02 #17 110.7 [INFO] Configured Artifact: org.openmrs.module:appframework-omod:2.17.0:jar error 03-Jan-2023 03:03:02 #17 110.7 [INFO] Configured Artifact: org.openmrs.module:referencemetadata-omod:2.13.0:jar error 03-Jan-2023 03:03:02 #17 110.7 [INFO] Configured Artifact: org.openmrs.module:reportingui-omod:1.11.0:jar error 03-Jan-2023 03:03:02 #17 110.7 [INFO] Configured Artifact: org.openmrs.module:coreapps-omod:1.38.0:jar error 03-Jan-2023 03:03:02 #17 110.7 [INFO] Configured Artifact: org.openmrs.module:reportingcompatibility-omod:2.0.9:jar error 03-Jan-2023 03:03:02 #17 110.7 [INFO] Configured Artifact: org.openmrs.module:reporting-omod:1.25.0:jar error 03-Jan-2023 03:03:02 #17 110.7 [INFO] Configured Artifact: org.openmrs.module:adminui-omod:1.6.0:jar error 03-Jan-2023 03:03:02 #17 110.7 [INFO] Configured Artifact: org.openmrs.module:registrationcore-omod:1.12.0:jar error 03-Jan-2023 03:03:02 #17 110.7 [INFO] Configured Artifact: org.openmrs.module:appointmentscheduling-omod:1.17.0:jar error 03-Jan-2023 03:03:02 #17 110.7 [INFO] Configured Artifact: org.openmrs.module:atlas-omod:2.2.6:omod error 03-Jan-2023 03:03:02 #17 110.7 [WARNING] The POM for org.openmrs.module:atlas-omod:omod:2.2.6 is missing, no dependency information available error 03-Jan-2023 03:03:02 #17 110.7 [INFO] Configured Artifact: org.openmrs.module:calculation-omod:1.3.0:jar error 03-Jan-2023 03:03:02 #17 110.7 [INFO] Configured Artifact: org.openmrs.module:webservices.rest-omod:2.38.0:jar error 03-Jan-2023 03:03:02 #17 110.7 [INFO] Configured Artifact: org.openmrs.module:spa-omod:1.0.9:jar error 03-Jan-2023 03:03:02 #17 110.7 [INFO] Configured Artifact: org.openmrs.module:uicommons-omod:2.23.0:jar error 03-Jan-2023 03:03:02 #17 110.7 [INFO] Configured Artifact: org.openmrs.module:uiframework-omod:3.23.0:jar error 03-Jan-2023 03:03:02 #17 110.7 [INFO] Configured Artifact: org.openmrs.module:metadatasharing-omod:1.9.0:jar error 03-Jan-2023 03:03:02 #17 110.7 [INFO] Copying addresshierarchy-omod-2.15.0.jar to /app/package/target/bundled-distro/web/WEB-INF/bundledModules/addresshierarchy-2.15.0.omod error 03-Jan-2023 03:03:02 #17 110.7 [INFO] Copying legacyui-omod-1.13.0.jar to /app/package/target/bundled-distro/web/WEB-INF/bundledModules/legacyui-1.13.0.omod error 03-Jan-2023 03:03:02 #17 110.7 [INFO] Copying openconceptlab-omod-2.0.0.jar to /app/package/target/bundled-distro/web/WEB-INF/bundledModules/openconceptlab-2.0.0.omod error 03-Jan-2023 03:03:02 #17 110.7 [INFO] Copying metadatadeploy-omod-1.13.0.jar to /app/package/target/bundled-distro/web/WEB-INF/bundledModules/metadatadeploy-1.13.0.omod error 03-Jan-2023 03:03:02 #17 110.7 [INFO] Copying reportingrest-omod-1.14.0.jar to /app/package/target/bundled-distro/web/WEB-INF/bundledModules/reportingrest-1.14.0.omod error 03-Jan-2023 03:03:02 #17 110.7 [INFO] Copying owa-omod-1.14.0.jar to /app/package/target/bundled-distro/web/WEB-INF/bundledModules/owa-1.14.0.omod error 03-Jan-2023 03:03:02 #17 110.8 [INFO] Copying fhir2-omod-1.8.0.jar to /app/package/target/bundled-distro/web/WEB-INF/bundledModules/fhir2-1.8.0.omod error 03-Jan-2023 03:03:02 #17 110.9 [INFO] Copying serialization.xstream-omod-0.2.16.omod to /app/package/target/bundled-distro/web/WEB-INF/bundledModules/serialization.xstream-0.2.16.omod error 03-Jan-2023 03:03:02 #17 110.9 [INFO] Copying registrationapp-omod-1.25.0.jar to /app/package/target/bundled-distro/web/WEB-INF/bundledModules/registrationapp-1.25.0.omod error 03-Jan-2023 03:03:02 #17 110.9 [INFO] Copying event-omod-2.10.0.jar to /app/package/target/bundled-distro/web/WEB-INF/bundledModules/event-2.10.0.omod error 03-Jan-2023 03:03:02 #17 110.9 [INFO] Copying uilibrary-omod-2.0.7.jar to /app/package/target/bundled-distro/web/WEB-INF/bundledModules/uilibrary-2.0.7.omod error 03-Jan-2023 03:03:02 #17 110.9 [INFO] Copying htmlwidgets-omod-1.11.0.jar to /app/package/target/bundled-distro/web/WEB-INF/bundledModules/htmlwidgets-1.11.0.omod error 03-Jan-2023 03:03:02 #17 110.9 [INFO] Copying dataexchange-omod-1.3.8.jar to /app/package/target/bundled-distro/web/WEB-INF/bundledModules/dataexchange-1.3.8.omod error 03-Jan-2023 03:03:02 #17 110.9 [INFO] Copying appui-omod-1.16.0.jar to /app/package/target/bundled-distro/web/WEB-INF/bundledModules/appui-1.16.0.omod error 03-Jan-2023 03:03:02 #17 110.9 [INFO] Copying allergyui-omod-1.8.5.jar to /app/package/target/bundled-distro/web/WEB-INF/bundledModules/allergyui-1.8.5.omod error 03-Jan-2023 03:03:02 #17 110.9 [INFO] Copying providermanagement-omod-2.14.0.jar to /app/package/target/bundled-distro/web/WEB-INF/bundledModules/providermanagement-2.14.0.omod error 03-Jan-2023 03:03:02 #17 110.9 [INFO] Copying appointmentschedulingui-omod-1.14.0.jar to /app/package/target/bundled-distro/web/WEB-INF/bundledModules/appointmentschedulingui-1.14.0.omod error 03-Jan-2023 03:03:02 #17 110.9 [INFO] Copying attachments-omod-2.7.0.jar to /app/package/target/bundled-distro/web/WEB-INF/bundledModules/attachments-2.7.0.omod error 03-Jan-2023 03:03:02 #17 110.9 [INFO] Copying formentryapp-omod-1.4.3.jar to /app/package/target/bundled-distro/web/WEB-INF/bundledModules/formentryapp-1.4.3.omod error 03-Jan-2023 03:03:02 #17 110.9 [INFO] Copying idgen-omod-4.9.0.jar to /app/package/target/bundled-distro/web/WEB-INF/bundledModules/idgen-4.9.0.omod error 03-Jan-2023 03:03:02 #17 110.9 [INFO] Copying metadatamapping-omod-1.6.0.jar to /app/package/target/bundled-distro/web/WEB-INF/bundledModules/metadatamapping-1.6.0.omod error 03-Jan-2023 03:03:02 #17 111.0 [INFO] Copying htmlformentryui-omod-2.2.0.jar to /app/package/target/bundled-distro/web/WEB-INF/bundledModules/htmlformentryui-2.2.0.omod error 03-Jan-2023 03:03:02 #17 111.0 [INFO] Copying referencedemodata-omod-1.4.8.jar to /app/package/target/bundled-distro/web/WEB-INF/bundledModules/referencedemodata-1.4.8.omod error 03-Jan-2023 03:03:02 #17 111.0 [INFO] Copying emrapi-omod-1.33.0.jar to /app/package/target/bundled-distro/web/WEB-INF/bundledModules/emrapi-1.33.0.omod error 03-Jan-2023 03:03:02 #17 111.0 [INFO] Copying referenceapplication-omod-2.13.0-SNAPSHOT.jar to /app/package/target/bundled-distro/web/WEB-INF/bundledModules/referenceapplication-2.13.0-SNAPSHOT.omod error 03-Jan-2023 03:03:02 #17 111.0 [INFO] Copying htmlformentry-omod-5.1.0.jar to /app/package/target/bundled-distro/web/WEB-INF/bundledModules/htmlformentry-5.1.0.omod error 03-Jan-2023 03:03:02 #17 111.0 [INFO] Copying appframework-omod-2.17.0.jar to /app/package/target/bundled-distro/web/WEB-INF/bundledModules/appframework-2.17.0.omod error 03-Jan-2023 03:03:02 #17 111.0 [INFO] Copying referencemetadata-omod-2.13.0.jar to /app/package/target/bundled-distro/web/WEB-INF/bundledModules/referencemetadata-2.13.0.omod error 03-Jan-2023 03:03:02 #17 111.0 [INFO] Copying reportingui-omod-1.11.0.jar to /app/package/target/bundled-distro/web/WEB-INF/bundledModules/reportingui-1.11.0.omod error 03-Jan-2023 03:03:02 #17 111.0 [INFO] Copying coreapps-omod-1.38.0.jar to /app/package/target/bundled-distro/web/WEB-INF/bundledModules/coreapps-1.38.0.omod error 03-Jan-2023 03:03:02 #17 111.0 [INFO] Copying reportingcompatibility-omod-2.0.9.jar to /app/package/target/bundled-distro/web/WEB-INF/bundledModules/reportingcompatibility-2.0.9.omod error 03-Jan-2023 03:03:02 #17 111.0 [INFO] Copying reporting-omod-1.25.0.jar to /app/package/target/bundled-distro/web/WEB-INF/bundledModules/reporting-1.25.0.omod error 03-Jan-2023 03:03:02 #17 111.1 [INFO] Copying adminui-omod-1.6.0.jar to /app/package/target/bundled-distro/web/WEB-INF/bundledModules/adminui-1.6.0.omod error 03-Jan-2023 03:03:02 #17 111.1 [INFO] Copying registrationcore-omod-1.12.0.jar to /app/package/target/bundled-distro/web/WEB-INF/bundledModules/registrationcore-1.12.0.omod error 03-Jan-2023 03:03:02 #17 111.1 [INFO] Copying appointmentscheduling-omod-1.17.0.jar to /app/package/target/bundled-distro/web/WEB-INF/bundledModules/appointmentscheduling-1.17.0.omod error 03-Jan-2023 03:03:02 #17 111.1 [INFO] Copying atlas-omod-2.2.6.omod to /app/package/target/bundled-distro/web/WEB-INF/bundledModules/atlas-2.2.6.omod error 03-Jan-2023 03:03:02 #17 111.1 [INFO] Copying calculation-omod-1.3.0.jar to /app/package/target/bundled-distro/web/WEB-INF/bundledModules/calculation-1.3.0.omod error 03-Jan-2023 03:03:02 #17 111.1 [INFO] Copying webservices.rest-omod-2.38.0.jar to /app/package/target/bundled-distro/web/WEB-INF/bundledModules/webservices.rest-2.38.0.omod error 03-Jan-2023 03:03:02 #17 111.1 [INFO] Copying spa-omod-1.0.9.jar to /app/package/target/bundled-distro/web/WEB-INF/bundledModules/spa-1.0.9.omod error 03-Jan-2023 03:03:02 #17 111.1 [INFO] Copying uicommons-omod-2.23.0.jar to /app/package/target/bundled-distro/web/WEB-INF/bundledModules/uicommons-2.23.0.omod error 03-Jan-2023 03:03:02 #17 111.2 [INFO] Copying uiframework-omod-3.23.0.jar to /app/package/target/bundled-distro/web/WEB-INF/bundledModules/uiframework-3.23.0.omod error 03-Jan-2023 03:03:02 #17 111.2 [INFO] Copying metadatasharing-omod-1.9.0.jar to /app/package/target/bundled-distro/web/WEB-INF/bundledModules/metadatasharing-1.9.0.omod error 03-Jan-2023 03:03:02 #17 111.2 error 03-Jan-2023 03:03:02 #17 111.2 Downloading OWAs... error 03-Jan-2023 03:03:02 #17 111.2 error 03-Jan-2023 03:03:02 #17 111.2 error 03-Jan-2023 03:03:02 #17 111.2 Downloading OWA: org.openmrs.owa:openmrs-owa-sysadmin:1.2 error 03-Jan-2023 03:03:02 #17 111.2 [INFO] Configured Artifact: org.openmrs.owa:sysadmin:1.2:zip error 03-Jan-2023 03:03:02 #17 111.2 [INFO] Copying sysadmin-1.2.zip to /app/package/target/bundled-distro/web/WEB-INF/bundledOwas/sysadmin-1.2.zip error 03-Jan-2023 03:03:03 #17 112.1 error 03-Jan-2023 03:03:03 #17 112.1 Creating Docker Compose configuration... error 03-Jan-2023 03:03:03 #17 112.1 error 03-Jan-2023 03:03:03 #17 112.3 error 03-Jan-2023 03:03:03 #17 112.3 The 'referenceapplication' distribution created! To start up the server run 'docker-compose up' from /app/package/target/bundled-distro error 03-Jan-2023 03:03:03 #17 112.3 error 03-Jan-2023 03:03:03 #17 112.3 [INFO] error 03-Jan-2023 03:03:03 #17 112.3 [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ referenceapplication-package --- error 03-Jan-2023 03:03:03 #17 112.3 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-plugin-api/2.0.9/maven-plugin-api-2.0.9.pom error 03-Jan-2023 03:03:03 #17 112.4 Progress (1): 1.5 kB error 03-Jan-2023 03:03:03 error 03-Jan-2023 03:03:03 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-plugin-api/2.0.9/maven-plugin-api-2.0.9.pom (1.5 kB at 6.5 kB/s) error 03-Jan-2023 03:03:04 #17 112.5 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven/2.0.9/maven-2.0.9.pom error 03-Jan-2023 03:03:04 #17 112.6 Progress (1): 3.4/19 kB error 03-Jan-2023 03:03:04 Progress (1): 6.2/19 kB error 03-Jan-2023 03:03:04 Progress (1): 9.0/19 kB error 03-Jan-2023 03:03:04 Progress (1): 12/19 kB error 03-Jan-2023 03:03:04 Progress (1): 15/19 kB error 03-Jan-2023 03:03:04 Progress (1): 17/19 kB error 03-Jan-2023 03:03:04 Progress (1): 19 kB error 03-Jan-2023 03:03:04 error 03-Jan-2023 03:03:04 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven/2.0.9/maven-2.0.9.pom (19 kB at 83 kB/s) error 03-Jan-2023 03:03:04 #17 112.8 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-artifact/2.0.9/maven-artifact-2.0.9.pom error 03-Jan-2023 03:03:04 #17 112.9 Progress (1): 1.6 kB error 03-Jan-2023 03:03:04 error 03-Jan-2023 03:03:04 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-artifact/2.0.9/maven-artifact-2.0.9.pom (1.6 kB at 7.1 kB/s) error 03-Jan-2023 03:03:04 #17 113.0 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-core/2.0.9/maven-core-2.0.9.pom error 03-Jan-2023 03:03:04 #17 113.1 Progress (1): 3.3/7.6 kB error 03-Jan-2023 03:03:04 Progress (1): 6.1/7.6 kB error 03-Jan-2023 03:03:04 Progress (1): 7.6 kB error 03-Jan-2023 03:03:04 error 03-Jan-2023 03:03:04 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-core/2.0.9/maven-core-2.0.9.pom (7.6 kB at 33 kB/s) error 03-Jan-2023 03:03:04 #17 113.2 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-settings/2.0.9/maven-settings-2.0.9.pom error 03-Jan-2023 03:03:04 #17 113.3 Progress (1): 2.1 kB error 03-Jan-2023 03:03:04 error 03-Jan-2023 03:03:04 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-settings/2.0.9/maven-settings-2.0.9.pom (2.1 kB at 8.6 kB/s) error 03-Jan-2023 03:03:04 #17 113.5 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-model/2.0.9/maven-model-2.0.9.pom error 03-Jan-2023 03:03:04 #17 113.6 Progress (1): 3.1 kB error 03-Jan-2023 03:03:05 error 03-Jan-2023 03:03:05 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-model/2.0.9/maven-model-2.0.9.pom (3.1 kB at 14 kB/s) error 03-Jan-2023 03:03:05 #17 113.7 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-plugin-parameter-documenter/2.0.9/maven-plugin-parameter-documenter-2.0.9.pom error 03-Jan-2023 03:03:05 #17 113.8 Progress (1): 2.0 kB error 03-Jan-2023 03:03:05 error 03-Jan-2023 03:03:05 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-plugin-parameter-documenter/2.0.9/maven-plugin-parameter-documenter-2.0.9.pom (2.0 kB at 8.6 kB/s) error 03-Jan-2023 03:03:05 #17 113.9 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-profile/2.0.9/maven-profile-2.0.9.pom error 03-Jan-2023 03:03:05 #17 114.0 Progress (1): 2.0 kB error 03-Jan-2023 03:03:05 error 03-Jan-2023 03:03:05 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-profile/2.0.9/maven-profile-2.0.9.pom (2.0 kB at 8.7 kB/s) error 03-Jan-2023 03:03:05 #17 114.2 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-repository-metadata/2.0.9/maven-repository-metadata-2.0.9.pom error 03-Jan-2023 03:03:05 #17 114.3 Progress (1): 1.9 kB error 03-Jan-2023 03:03:05 error 03-Jan-2023 03:03:05 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-repository-metadata/2.0.9/maven-repository-metadata-2.0.9.pom (1.9 kB at 8.3 kB/s) error 03-Jan-2023 03:03:05 #17 114.4 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-error-diagnostics/2.0.9/maven-error-diagnostics-2.0.9.pom error 03-Jan-2023 03:03:05 #17 114.5 Progress (1): 1.7 kB error 03-Jan-2023 03:03:06 error 03-Jan-2023 03:03:06 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-error-diagnostics/2.0.9/maven-error-diagnostics-2.0.9.pom (1.7 kB at 7.6 kB/s) error 03-Jan-2023 03:03:06 #17 114.6 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-project/2.0.9/maven-project-2.0.9.pom error 03-Jan-2023 03:03:06 #17 114.7 Progress (1): 2.7 kB error 03-Jan-2023 03:03:06 error 03-Jan-2023 03:03:06 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-project/2.0.9/maven-project-2.0.9.pom (2.7 kB at 12 kB/s) error 03-Jan-2023 03:03:06 #17 114.9 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-artifact-manager/2.0.9/maven-artifact-manager-2.0.9.pom error 03-Jan-2023 03:03:06 #17 115.0 Progress (1): 2.7 kB error 03-Jan-2023 03:03:06 error 03-Jan-2023 03:03:06 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-artifact-manager/2.0.9/maven-artifact-manager-2.0.9.pom (2.7 kB at 11 kB/s) error 03-Jan-2023 03:03:06 #17 115.1 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-plugin-registry/2.0.9/maven-plugin-registry-2.0.9.pom error 03-Jan-2023 03:03:06 #17 115.2 Progress (1): 2.0 kB error 03-Jan-2023 03:03:06 error 03-Jan-2023 03:03:06 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-plugin-registry/2.0.9/maven-plugin-registry-2.0.9.pom (2.0 kB at 7.9 kB/s) error 03-Jan-2023 03:03:06 #17 115.4 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-plugin-descriptor/2.0.9/maven-plugin-descriptor-2.0.9.pom error 03-Jan-2023 03:03:06 #17 115.5 Progress (1): 2.1 kB error 03-Jan-2023 03:03:07 error 03-Jan-2023 03:03:07 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-plugin-descriptor/2.0.9/maven-plugin-descriptor-2.0.9.pom (2.1 kB at 8.8 kB/s) error 03-Jan-2023 03:03:07 #17 115.6 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-monitor/2.0.9/maven-monitor-2.0.9.pom error 03-Jan-2023 03:03:07 #17 115.7 Progress (1): 1.3 kB error 03-Jan-2023 03:03:07 error 03-Jan-2023 03:03:07 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-monitor/2.0.9/maven-monitor-2.0.9.pom (1.3 kB at 5.6 kB/s) error 03-Jan-2023 03:03:07 #17 115.8 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/shared/maven-shared-utils/0.1/maven-shared-utils-0.1.pom error 03-Jan-2023 03:03:07 #17 116.0 Progress (1): 3.4/4.0 kB error 03-Jan-2023 03:03:07 Progress (1): 4.0 kB error 03-Jan-2023 03:03:07 error 03-Jan-2023 03:03:07 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/shared/maven-shared-utils/0.1/maven-shared-utils-0.1.pom (4.0 kB at 17 kB/s) error 03-Jan-2023 03:03:07 #17 116.1 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.pom error 03-Jan-2023 03:03:07 #17 116.2 Progress (1): 1.9 kB error 03-Jan-2023 03:03:07 error 03-Jan-2023 03:03:07 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.pom (1.9 kB at 8.2 kB/s) error 03-Jan-2023 03:03:07 #17 116.4 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/slf4j/slf4j-parent/1.5.6/slf4j-parent-1.5.6.pom error 03-Jan-2023 03:03:07 #17 116.5 Progress (1): 3.3/7.8 kB error 03-Jan-2023 03:03:08 Progress (1): 6.1/7.8 kB error 03-Jan-2023 03:03:08 Progress (1): 7.8 kB error 03-Jan-2023 03:03:08 error 03-Jan-2023 03:03:08 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/slf4j/slf4j-parent/1.5.6/slf4j-parent-1.5.6.pom (7.8 kB at 32 kB/s) error 03-Jan-2023 03:03:08 #17 116.6 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.pom error 03-Jan-2023 03:03:08 #17 116.7 Progress (1): 3.0 kB error 03-Jan-2023 03:03:08 error 03-Jan-2023 03:03:08 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.pom (3.0 kB at 12 kB/s) error 03-Jan-2023 03:03:08 #17 116.8 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/slf4j/jcl-over-slf4j/1.5.6/jcl-over-slf4j-1.5.6.pom error 03-Jan-2023 03:03:08 #17 117.0 Progress (1): 2.2 kB error 03-Jan-2023 03:03:08 error 03-Jan-2023 03:03:08 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/slf4j/jcl-over-slf4j/1.5.6/jcl-over-slf4j-1.5.6.pom (2.2 kB at 8.5 kB/s) error 03-Jan-2023 03:03:08 #17 117.1 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/codehaus/plexus/plexus-compiler-api/2.2/plexus-compiler-api-2.2.pom error 03-Jan-2023 03:03:08 #17 117.2 Progress (1): 865 B error 03-Jan-2023 03:03:08 error 03-Jan-2023 03:03:08 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/codehaus/plexus/plexus-compiler-api/2.2/plexus-compiler-api-2.2.pom (865 B at 3.5 kB/s) error 03-Jan-2023 03:03:08 #17 117.4 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/codehaus/plexus/plexus-compiler/2.2/plexus-compiler-2.2.pom error 03-Jan-2023 03:03:08 #17 117.5 Progress (1): 3.4/3.6 kB error 03-Jan-2023 03:03:08 Progress (1): 3.6 kB error 03-Jan-2023 03:03:08 error 03-Jan-2023 03:03:09 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/codehaus/plexus/plexus-compiler/2.2/plexus-compiler-2.2.pom (3.6 kB at 16 kB/s) error 03-Jan-2023 03:03:09 #17 117.6 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/codehaus/plexus/plexus-compiler-manager/2.2/plexus-compiler-manager-2.2.pom error 03-Jan-2023 03:03:09 #17 117.7 Progress (1): 690 B error 03-Jan-2023 03:03:09 error 03-Jan-2023 03:03:09 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/codehaus/plexus/plexus-compiler-manager/2.2/plexus-compiler-manager-2.2.pom (690 B at 3.0 kB/s) error 03-Jan-2023 03:03:09 #17 117.8 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/codehaus/plexus/plexus-compiler-javac/2.2/plexus-compiler-javac-2.2.pom error 03-Jan-2023 03:03:09 #17 118.0 Progress (1): 769 B error 03-Jan-2023 03:03:09 error 03-Jan-2023 03:03:09 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/codehaus/plexus/plexus-compiler-javac/2.2/plexus-compiler-javac-2.2.pom (769 B at 3.3 kB/s) error 03-Jan-2023 03:03:09 #17 118.1 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/codehaus/plexus/plexus-compilers/2.2/plexus-compilers-2.2.pom error 03-Jan-2023 03:03:09 #17 118.2 Progress (1): 1.2 kB error 03-Jan-2023 03:03:09 error 03-Jan-2023 03:03:09 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/codehaus/plexus/plexus-compilers/2.2/plexus-compilers-2.2.pom (1.2 kB at 5.3 kB/s) error 03-Jan-2023 03:03:09 #17 118.3 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/codehaus/plexus/plexus-container-default/1.5.5/plexus-container-default-1.5.5.pom error 03-Jan-2023 03:03:09 #17 118.4 Progress (1): 2.8 kB error 03-Jan-2023 03:03:09 error 03-Jan-2023 03:03:10 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/codehaus/plexus/plexus-container-default/1.5.5/plexus-container-default-1.5.5.pom (2.8 kB at 12 kB/s) error 03-Jan-2023 03:03:10 #17 118.6 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/junit/junit/3.8.2/junit-3.8.2.pom error 03-Jan-2023 03:03:10 #17 118.7 Progress (1): 747 B error 03-Jan-2023 03:03:10 error 03-Jan-2023 03:03:10 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/junit/junit/3.8.2/junit-3.8.2.pom (747 B at 3.2 kB/s) error 03-Jan-2023 03:03:10 #17 118.8 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-artifact/2.0.9/maven-artifact-2.0.9.jar error 03-Jan-2023 03:03:10 #17 118.8 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-plugin-api/2.0.9/maven-plugin-api-2.0.9.jar error 03-Jan-2023 03:03:10 #17 118.9 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/codehaus/plexus/plexus-utils/1.5.1/plexus-utils-1.5.1.jar error 03-Jan-2023 03:03:10 #17 119.4 Progress (1): 3.4/13 kB error 03-Jan-2023 03:03:10 error 03-Jan-2023 03:03:10 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-core/2.0.9/maven-core-2.0.9.jar error 03-Jan-2023 03:03:10 #17 119.4 Progress (1): 6.2/13 kB error 03-Jan-2023 03:03:10 Progress (1): 9.0/13 kB error 03-Jan-2023 03:03:10 Progress (1): 12/13 kB error 03-Jan-2023 03:03:10 Progress (1): 13 kB error 03-Jan-2023 03:03:10 error 03-Jan-2023 03:03:10 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-settings/2.0.9/maven-settings-2.0.9.jar error 03-Jan-2023 03:03:10 #17 119.5 Progress (2): 13 kB | 3.4/89 kB error 03-Jan-2023 03:03:10 Progress (2): 13 kB | 6.2/89 kB error 03-Jan-2023 03:03:10 Progress (2): 13 kB | 9.0/89 kB error 03-Jan-2023 03:03:10 Progress (2): 13 kB | 12/89 kB error 03-Jan-2023 03:03:10 Progress (2): 13 kB | 15/89 kB error 03-Jan-2023 03:03:10 Progress (2): 13 kB | 17/89 kB error 03-Jan-2023 03:03:10 Progress (2): 13 kB | 20/89 kB error 03-Jan-2023 03:03:10 Progress (2): 13 kB | 23/89 kB error 03-Jan-2023 03:03:10 Progress (2): 13 kB | 26/89 kB error 03-Jan-2023 03:03:10 Progress (2): 13 kB | 29/89 kB error 03-Jan-2023 03:03:10 Progress (2): 13 kB | 31/89 kB error 03-Jan-2023 03:03:10 Progress (2): 13 kB | 34/89 kB error 03-Jan-2023 03:03:10 Progress (2): 13 kB | 37/89 kB error 03-Jan-2023 03:03:10 Progress (2): 13 kB | 40/89 kB error 03-Jan-2023 03:03:10 Progress (2): 13 kB | 43/89 kB error 03-Jan-2023 03:03:10 Progress (2): 13 kB | 45/89 kB error 03-Jan-2023 03:03:10 Progress (2): 13 kB | 48/89 kB error 03-Jan-2023 03:03:10 Progress (2): 13 kB | 51/89 kB error 03-Jan-2023 03:03:10 Progress (2): 13 kB | 54/89 kB error 03-Jan-2023 03:03:10 Progress (2): 13 kB | 56/89 kB error 03-Jan-2023 03:03:10 Progress (2): 13 kB | 59/89 kB error 03-Jan-2023 03:03:10 Progress (2): 13 kB | 62/89 kB error 03-Jan-2023 03:03:10 Progress (2): 13 kB | 65/89 kB error 03-Jan-2023 03:03:10 Progress (2): 13 kB | 68/89 kB error 03-Jan-2023 03:03:10 Progress (2): 13 kB | 70/89 kB error 03-Jan-2023 03:03:10 Progress (2): 13 kB | 73/89 kB error 03-Jan-2023 03:03:10 Progress (2): 13 kB | 76/89 kB error 03-Jan-2023 03:03:10 Progress (2): 13 kB | 79/89 kB error 03-Jan-2023 03:03:10 Progress (2): 13 kB | 82/89 kB error 03-Jan-2023 03:03:10 Progress (2): 13 kB | 84/89 kB error 03-Jan-2023 03:03:10 Progress (2): 13 kB | 87/89 kB error 03-Jan-2023 03:03:10 Progress (2): 13 kB | 89 kB error 03-Jan-2023 03:03:11 error 03-Jan-2023 03:03:11 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-artifact/2.0.9/maven-artifact-2.0.9.jar (89 kB at 109 kB/s) error 03-Jan-2023 03:03:11 #17 119.7 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-plugin-parameter-documenter/2.0.9/maven-plugin-parameter-documenter-2.0.9.jar error 03-Jan-2023 03:03:11 #17 119.8 Progress (2): 13 kB | 3.3/21 kB error 03-Jan-2023 03:03:11 Progress (2): 13 kB | 6.1/21 kB error 03-Jan-2023 03:03:11 Progress (2): 13 kB | 8.9/21 kB error 03-Jan-2023 03:03:11 Progress (2): 13 kB | 12/21 kB error 03-Jan-2023 03:03:11 Progress (2): 13 kB | 15/21 kB error 03-Jan-2023 03:03:11 Progress (2): 13 kB | 17/21 kB error 03-Jan-2023 03:03:11 Progress (2): 13 kB | 20/21 kB error 03-Jan-2023 03:03:11 Progress (2): 13 kB | 21 kB error 03-Jan-2023 03:03:11 Progress (3): 13 kB | 21 kB | 3.4/49 kB error 03-Jan-2023 03:03:11 Progress (3): 13 kB | 21 kB | 6.2/49 kB error 03-Jan-2023 03:03:11 Progress (3): 13 kB | 21 kB | 9.0/49 kB error 03-Jan-2023 03:03:11 error 03-Jan-2023 03:03:11 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-plugin-api/2.0.9/maven-plugin-api-2.0.9.jar (13 kB at 12 kB/s) error 03-Jan-2023 03:03:11 #17 119.9 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-profile/2.0.9/maven-profile-2.0.9.jar error 03-Jan-2023 03:03:11 #17 119.9 Progress (2): 21 kB | 12/49 kB error 03-Jan-2023 03:03:11 Progress (3): 21 kB | 12/49 kB | 3.4/160 kB error 03-Jan-2023 03:03:11 Progress (3): 21 kB | 12/49 kB | 6.2/160 kB error 03-Jan-2023 03:03:11 Progress (3): 21 kB | 12/49 kB | 9.0/160 kB error 03-Jan-2023 03:03:11 Progress (3): 21 kB | 12/49 kB | 12/160 kB error 03-Jan-2023 03:03:11 error 03-Jan-2023 03:03:11 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-plugin-parameter-documenter/2.0.9/maven-plugin-parameter-documenter-2.0.9.jar (21 kB at 34 kB/s) error 03-Jan-2023 03:03:11 #17 120.0 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-model/2.0.9/maven-model-2.0.9.jar error 03-Jan-2023 03:03:11 #17 120.0 Progress (2): 15/49 kB | 12/160 kB error 03-Jan-2023 03:03:11 Progress (2): 17/49 kB | 12/160 kB error 03-Jan-2023 03:03:11 Progress (2): 20/49 kB | 12/160 kB error 03-Jan-2023 03:03:11 Progress (2): 23/49 kB | 12/160 kB error 03-Jan-2023 03:03:11 Progress (2): 26/49 kB | 12/160 kB error 03-Jan-2023 03:03:11 Progress (2): 29/49 kB | 12/160 kB error 03-Jan-2023 03:03:11 Progress (2): 31/49 kB | 12/160 kB error 03-Jan-2023 03:03:11 Progress (2): 34/49 kB | 12/160 kB error 03-Jan-2023 03:03:11 Progress (2): 37/49 kB | 12/160 kB error 03-Jan-2023 03:03:11 Progress (2): 40/49 kB | 12/160 kB error 03-Jan-2023 03:03:11 Progress (3): 40/49 kB | 12/160 kB | 3.4/35 kB error 03-Jan-2023 03:03:11 Progress (3): 40/49 kB | 12/160 kB | 6.2/35 kB error 03-Jan-2023 03:03:11 Progress (3): 40/49 kB | 12/160 kB | 9.0/35 kB error 03-Jan-2023 03:03:11 Progress (3): 40/49 kB | 12/160 kB | 12/35 kB error 03-Jan-2023 03:03:11 Progress (3): 40/49 kB | 15/160 kB | 12/35 kB error 03-Jan-2023 03:03:11 Progress (3): 40/49 kB | 17/160 kB | 12/35 kB error 03-Jan-2023 03:03:11 Progress (3): 40/49 kB | 20/160 kB | 12/35 kB error 03-Jan-2023 03:03:11 Progress (3): 40/49 kB | 23/160 kB | 12/35 kB error 03-Jan-2023 03:03:11 Progress (3): 40/49 kB | 26/160 kB | 12/35 kB error 03-Jan-2023 03:03:11 Progress (3): 40/49 kB | 29/160 kB | 12/35 kB error 03-Jan-2023 03:03:11 Progress (3): 40/49 kB | 31/160 kB | 12/35 kB error 03-Jan-2023 03:03:11 Progress (3): 40/49 kB | 34/160 kB | 12/35 kB error 03-Jan-2023 03:03:11 Progress (3): 40/49 kB | 37/160 kB | 12/35 kB error 03-Jan-2023 03:03:11 Progress (3): 40/49 kB | 40/160 kB | 12/35 kB error 03-Jan-2023 03:03:11 Progress (3): 43/49 kB | 40/160 kB | 12/35 kB error 03-Jan-2023 03:03:11 Progress (3): 45/49 kB | 40/160 kB | 12/35 kB error 03-Jan-2023 03:03:11 Progress (3): 48/49 kB | 40/160 kB | 12/35 kB error 03-Jan-2023 03:03:11 Progress (3): 49 kB | 40/160 kB | 12/35 kB error 03-Jan-2023 03:03:11 Progress (4): 49 kB | 40/160 kB | 12/35 kB | 3.4/87 kB error 03-Jan-2023 03:03:11 Progress (4): 49 kB | 40/160 kB | 12/35 kB | 6.2/87 kB error 03-Jan-2023 03:03:11 Progress (4): 49 kB | 40/160 kB | 12/35 kB | 9.0/87 kB error 03-Jan-2023 03:03:11 Progress (4): 49 kB | 40/160 kB | 12/35 kB | 12/87 kB error 03-Jan-2023 03:03:11 Progress (4): 49 kB | 40/160 kB | 12/35 kB | 15/87 kB error 03-Jan-2023 03:03:11 Progress (4): 49 kB | 40/160 kB | 12/35 kB | 17/87 kB error 03-Jan-2023 03:03:11 Progress (4): 49 kB | 40/160 kB | 12/35 kB | 20/87 kB error 03-Jan-2023 03:03:11 Progress (4): 49 kB | 40/160 kB | 12/35 kB | 23/87 kB error 03-Jan-2023 03:03:11 Progress (4): 49 kB | 40/160 kB | 12/35 kB | 26/87 kB error 03-Jan-2023 03:03:11 Progress (4): 49 kB | 40/160 kB | 12/35 kB | 29/87 kB error 03-Jan-2023 03:03:11 Progress (4): 49 kB | 40/160 kB | 12/35 kB | 31/87 kB error 03-Jan-2023 03:03:11 Progress (4): 49 kB | 40/160 kB | 12/35 kB | 34/87 kB error 03-Jan-2023 03:03:11 Progress (4): 49 kB | 40/160 kB | 12/35 kB | 37/87 kB error 03-Jan-2023 03:03:11 Progress (4): 49 kB | 40/160 kB | 12/35 kB | 40/87 kB error 03-Jan-2023 03:03:11 Progress (4): 49 kB | 40/160 kB | 12/35 kB | 43/87 kB error 03-Jan-2023 03:03:11 Progress (4): 49 kB | 40/160 kB | 12/35 kB | 45/87 kB error 03-Jan-2023 03:03:11 Progress (4): 49 kB | 40/160 kB | 12/35 kB | 48/87 kB error 03-Jan-2023 03:03:11 Progress (4): 49 kB | 40/160 kB | 12/35 kB | 51/87 kB error 03-Jan-2023 03:03:11 Progress (4): 49 kB | 40/160 kB | 12/35 kB | 54/87 kB error 03-Jan-2023 03:03:11 Progress (4): 49 kB | 40/160 kB | 12/35 kB | 57/87 kB error 03-Jan-2023 03:03:11 Progress (4): 49 kB | 40/160 kB | 12/35 kB | 59/87 kB error 03-Jan-2023 03:03:11 Progress (4): 49 kB | 40/160 kB | 12/35 kB | 62/87 kB error 03-Jan-2023 03:03:11 Progress (4): 49 kB | 40/160 kB | 12/35 kB | 65/87 kB error 03-Jan-2023 03:03:11 Progress (4): 49 kB | 40/160 kB | 12/35 kB | 68/87 kB error 03-Jan-2023 03:03:11 Progress (4): 49 kB | 40/160 kB | 12/35 kB | 70/87 kB error 03-Jan-2023 03:03:11 Progress (4): 49 kB | 40/160 kB | 12/35 kB | 73/87 kB error 03-Jan-2023 03:03:11 Progress (4): 49 kB | 40/160 kB | 12/35 kB | 76/87 kB error 03-Jan-2023 03:03:11 Progress (4): 49 kB | 40/160 kB | 12/35 kB | 79/87 kB error 03-Jan-2023 03:03:11 Progress (4): 49 kB | 40/160 kB | 12/35 kB | 82/87 kB error 03-Jan-2023 03:03:11 Progress (4): 49 kB | 40/160 kB | 12/35 kB | 84/87 kB error 03-Jan-2023 03:03:11 Progress (4): 49 kB | 40/160 kB | 12/35 kB | 87/87 kB error 03-Jan-2023 03:03:11 Progress (4): 49 kB | 40/160 kB | 12/35 kB | 87 kB error 03-Jan-2023 03:03:11 Progress (4): 49 kB | 40/160 kB | 15/35 kB | 87 kB error 03-Jan-2023 03:03:11 Progress (4): 49 kB | 40/160 kB | 17/35 kB | 87 kB error 03-Jan-2023 03:03:11 Progress (4): 49 kB | 40/160 kB | 20/35 kB | 87 kB error 03-Jan-2023 03:03:11 Progress (4): 49 kB | 40/160 kB | 23/35 kB | 87 kB error 03-Jan-2023 03:03:11 Progress (4): 49 kB | 40/160 kB | 26/35 kB | 87 kB error 03-Jan-2023 03:03:11 Progress (4): 49 kB | 40/160 kB | 29/35 kB | 87 kB error 03-Jan-2023 03:03:11 Progress (4): 49 kB | 40/160 kB | 31/35 kB | 87 kB error 03-Jan-2023 03:03:11 Progress (4): 49 kB | 40/160 kB | 34/35 kB | 87 kB error 03-Jan-2023 03:03:11 Progress (4): 49 kB | 40/160 kB | 35 kB | 87 kB error 03-Jan-2023 03:03:11 Progress (4): 49 kB | 43/160 kB | 35 kB | 87 kB error 03-Jan-2023 03:03:11 Progress (4): 49 kB | 45/160 kB | 35 kB | 87 kB error 03-Jan-2023 03:03:11 Progress (4): 49 kB | 48/160 kB | 35 kB | 87 kB error 03-Jan-2023 03:03:11 Progress (4): 49 kB | 51/160 kB | 35 kB | 87 kB error 03-Jan-2023 03:03:11 Progress (4): 49 kB | 54/160 kB | 35 kB | 87 kB error 03-Jan-2023 03:03:11 Progress (4): 49 kB | 56/160 kB | 35 kB | 87 kB error 03-Jan-2023 03:03:11 Progress (4): 49 kB | 59/160 kB | 35 kB | 87 kB error 03-Jan-2023 03:03:11 Progress (4): 49 kB | 62/160 kB | 35 kB | 87 kB error 03-Jan-2023 03:03:11 Progress (4): 49 kB | 65/160 kB | 35 kB | 87 kB error 03-Jan-2023 03:03:11 Progress (4): 49 kB | 68/160 kB | 35 kB | 87 kB error 03-Jan-2023 03:03:11 Progress (4): 49 kB | 70/160 kB | 35 kB | 87 kB error 03-Jan-2023 03:03:11 Progress (4): 49 kB | 73/160 kB | 35 kB | 87 kB error 03-Jan-2023 03:03:11 Progress (4): 49 kB | 76/160 kB | 35 kB | 87 kB error 03-Jan-2023 03:03:11 Progress (4): 49 kB | 79/160 kB | 35 kB | 87 kB error 03-Jan-2023 03:03:11 Progress (4): 49 kB | 82/160 kB | 35 kB | 87 kB error 03-Jan-2023 03:03:11 Progress (4): 49 kB | 84/160 kB | 35 kB | 87 kB error 03-Jan-2023 03:03:11 Progress (4): 49 kB | 87/160 kB | 35 kB | 87 kB error 03-Jan-2023 03:03:11 Progress (4): 49 kB | 90/160 kB | 35 kB | 87 kB error 03-Jan-2023 03:03:11 Progress (4): 49 kB | 93/160 kB | 35 kB | 87 kB error 03-Jan-2023 03:03:11 Progress (4): 49 kB | 95/160 kB | 35 kB | 87 kB error 03-Jan-2023 03:03:11 Progress (4): 49 kB | 98/160 kB | 35 kB | 87 kB error 03-Jan-2023 03:03:11 error 03-Jan-2023 03:03:11 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-settings/2.0.9/maven-settings-2.0.9.jar (49 kB at 38 kB/s) error 03-Jan-2023 03:03:11 #17 120.2 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-repository-metadata/2.0.9/maven-repository-metadata-2.0.9.jar error 03-Jan-2023 03:03:11 #17 120.2 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-model/2.0.9/maven-model-2.0.9.jar (87 kB at 103 kB/s) error 03-Jan-2023 03:03:11 #17 120.2 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-error-diagnostics/2.0.9/maven-error-diagnostics-2.0.9.jar error 03-Jan-2023 03:03:11 #17 120.2 Progress (2): 101/160 kB | 35 kB error 03-Jan-2023 03:03:11 Progress (2): 104/160 kB | 35 kB error 03-Jan-2023 03:03:11 Progress (2): 107/160 kB | 35 kB error 03-Jan-2023 03:03:11 Progress (2): 109/160 kB | 35 kB error 03-Jan-2023 03:03:11 Progress (2): 112/160 kB | 35 kB error 03-Jan-2023 03:03:11 Progress (2): 115/160 kB | 35 kB error 03-Jan-2023 03:03:11 Progress (2): 118/160 kB | 35 kB error 03-Jan-2023 03:03:11 Progress (2): 120/160 kB | 35 kB error 03-Jan-2023 03:03:11 Progress (2): 123/160 kB | 35 kB error 03-Jan-2023 03:03:11 Progress (2): 126/160 kB | 35 kB error 03-Jan-2023 03:03:11 Progress (2): 129/160 kB | 35 kB error 03-Jan-2023 03:03:11 Progress (2): 132/160 kB | 35 kB error 03-Jan-2023 03:03:11 Progress (2): 134/160 kB | 35 kB error 03-Jan-2023 03:03:11 Progress (2): 137/160 kB | 35 kB error 03-Jan-2023 03:03:11 Progress (2): 140/160 kB | 35 kB error 03-Jan-2023 03:03:11 Progress (2): 143/160 kB | 35 kB error 03-Jan-2023 03:03:11 Progress (2): 146/160 kB | 35 kB error 03-Jan-2023 03:03:11 Progress (2): 148/160 kB | 35 kB error 03-Jan-2023 03:03:11 Progress (2): 151/160 kB | 35 kB error 03-Jan-2023 03:03:11 Progress (2): 154/160 kB | 35 kB error 03-Jan-2023 03:03:11 Progress (2): 157/160 kB | 35 kB error 03-Jan-2023 03:03:11 Progress (2): 160 kB | 35 kB error 03-Jan-2023 03:03:11 error 03-Jan-2023 03:03:11 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-profile/2.0.9/maven-profile-2.0.9.jar (35 kB at 41 kB/s) error 03-Jan-2023 03:03:11 #17 120.2 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-project/2.0.9/maven-project-2.0.9.jar error 03-Jan-2023 03:03:11 #17 120.3 Progress (2): 160 kB | 3.4/25 kB error 03-Jan-2023 03:03:11 Progress (2): 160 kB | 6.2/25 kB error 03-Jan-2023 03:03:11 Progress (2): 160 kB | 9.0/25 kB error 03-Jan-2023 03:03:11 Progress (2): 160 kB | 12/25 kB error 03-Jan-2023 03:03:11 Progress (2): 160 kB | 15/25 kB error 03-Jan-2023 03:03:11 Progress (2): 160 kB | 17/25 kB error 03-Jan-2023 03:03:11 Progress (2): 160 kB | 20/25 kB error 03-Jan-2023 03:03:11 Progress (2): 160 kB | 23/25 kB error 03-Jan-2023 03:03:11 Progress (2): 160 kB | 25 kB error 03-Jan-2023 03:03:11 Progress (3): 160 kB | 25 kB | 3.4/14 kB error 03-Jan-2023 03:03:11 Progress (3): 160 kB | 25 kB | 6.2/14 kB error 03-Jan-2023 03:03:11 Progress (3): 160 kB | 25 kB | 9.0/14 kB error 03-Jan-2023 03:03:11 Progress (3): 160 kB | 25 kB | 12/14 kB error 03-Jan-2023 03:03:11 Progress (3): 160 kB | 25 kB | 14 kB error 03-Jan-2023 03:03:11 error 03-Jan-2023 03:03:11 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-core/2.0.9/maven-core-2.0.9.jar (160 kB at 107 kB/s) error 03-Jan-2023 03:03:11 #17 120.3 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-plugin-registry/2.0.9/maven-plugin-registry-2.0.9.jar error 03-Jan-2023 03:03:11 #17 120.4 Progress (3): 25 kB | 14 kB | 3.4/122 kB error 03-Jan-2023 03:03:11 Progress (3): 25 kB | 14 kB | 6.2/122 kB error 03-Jan-2023 03:03:11 Progress (3): 25 kB | 14 kB | 9.0/122 kB error 03-Jan-2023 03:03:11 Progress (3): 25 kB | 14 kB | 12/122 kB error 03-Jan-2023 03:03:11 Progress (3): 25 kB | 14 kB | 15/122 kB error 03-Jan-2023 03:03:11 Progress (3): 25 kB | 14 kB | 17/122 kB error 03-Jan-2023 03:03:11 Progress (3): 25 kB | 14 kB | 20/122 kB error 03-Jan-2023 03:03:11 Progress (3): 25 kB | 14 kB | 23/122 kB error 03-Jan-2023 03:03:11 Progress (3): 25 kB | 14 kB | 26/122 kB error 03-Jan-2023 03:03:11 Progress (3): 25 kB | 14 kB | 29/122 kB error 03-Jan-2023 03:03:11 Progress (3): 25 kB | 14 kB | 31/122 kB error 03-Jan-2023 03:03:11 Progress (3): 25 kB | 14 kB | 34/122 kB error 03-Jan-2023 03:03:11 Progress (3): 25 kB | 14 kB | 37/122 kB error 03-Jan-2023 03:03:11 Progress (3): 25 kB | 14 kB | 40/122 kB error 03-Jan-2023 03:03:11 Progress (4): 25 kB | 14 kB | 40/122 kB | 4.1/211 kB error 03-Jan-2023 03:03:11 Progress (4): 25 kB | 14 kB | 40/122 kB | 8.2/211 kB error 03-Jan-2023 03:03:11 Progress (4): 25 kB | 14 kB | 40/122 kB | 12/211 kB error 03-Jan-2023 03:03:11 Progress (4): 25 kB | 14 kB | 40/122 kB | 16/211 kB error 03-Jan-2023 03:03:11 error 03-Jan-2023 03:03:11 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-repository-metadata/2.0.9/maven-repository-metadata-2.0.9.jar (25 kB at 23 kB/s) error 03-Jan-2023 03:03:11 #17 120.4 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-plugin-descriptor/2.0.9/maven-plugin-descriptor-2.0.9.jar error 03-Jan-2023 03:03:11 #17 120.4 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-error-diagnostics/2.0.9/maven-error-diagnostics-2.0.9.jar (14 kB at 13 kB/s) error 03-Jan-2023 03:03:11 #17 120.4 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-artifact-manager/2.0.9/maven-artifact-manager-2.0.9.jar error 03-Jan-2023 03:03:11 #17 120.5 Progress (3): 40/122 kB | 16/211 kB | 3.4/29 kB error 03-Jan-2023 03:03:11 Progress (3): 43/122 kB | 16/211 kB | 3.4/29 kB error 03-Jan-2023 03:03:11 Progress (3): 43/122 kB | 16/211 kB | 6.2/29 kB error 03-Jan-2023 03:03:11 Progress (3): 43/122 kB | 16/211 kB | 9.0/29 kB error 03-Jan-2023 03:03:11 Progress (3): 43/122 kB | 16/211 kB | 12/29 kB error 03-Jan-2023 03:03:11 Progress (3): 43/122 kB | 16/211 kB | 15/29 kB error 03-Jan-2023 03:03:11 Progress (3): 43/122 kB | 16/211 kB | 17/29 kB error 03-Jan-2023 03:03:11 Progress (3): 43/122 kB | 16/211 kB | 20/29 kB error 03-Jan-2023 03:03:11 Progress (3): 43/122 kB | 16/211 kB | 23/29 kB error 03-Jan-2023 03:03:11 Progress (3): 43/122 kB | 16/211 kB | 26/29 kB error 03-Jan-2023 03:03:11 Progress (3): 43/122 kB | 16/211 kB | 29/29 kB error 03-Jan-2023 03:03:11 Progress (3): 43/122 kB | 16/211 kB | 29 kB error 03-Jan-2023 03:03:11 Progress (3): 45/122 kB | 16/211 kB | 29 kB error 03-Jan-2023 03:03:11 Progress (3): 48/122 kB | 16/211 kB | 29 kB error 03-Jan-2023 03:03:11 Progress (3): 51/122 kB | 16/211 kB | 29 kB error 03-Jan-2023 03:03:11 Progress (3): 54/122 kB | 16/211 kB | 29 kB error 03-Jan-2023 03:03:11 Progress (3): 57/122 kB | 16/211 kB | 29 kB error 03-Jan-2023 03:03:11 Progress (3): 59/122 kB | 16/211 kB | 29 kB error 03-Jan-2023 03:03:11 Progress (3): 62/122 kB | 16/211 kB | 29 kB error 03-Jan-2023 03:03:11 Progress (3): 65/122 kB | 16/211 kB | 29 kB error 03-Jan-2023 03:03:11 Progress (3): 68/122 kB | 16/211 kB | 29 kB error 03-Jan-2023 03:03:11 Progress (3): 71/122 kB | 16/211 kB | 29 kB error 03-Jan-2023 03:03:11 Progress (3): 73/122 kB | 16/211 kB | 29 kB error 03-Jan-2023 03:03:11 Progress (3): 76/122 kB | 16/211 kB | 29 kB error 03-Jan-2023 03:03:11 Progress (3): 79/122 kB | 16/211 kB | 29 kB error 03-Jan-2023 03:03:11 Progress (3): 82/122 kB | 16/211 kB | 29 kB error 03-Jan-2023 03:03:11 Progress (3): 84/122 kB | 16/211 kB | 29 kB error 03-Jan-2023 03:03:11 Progress (3): 87/122 kB | 16/211 kB | 29 kB error 03-Jan-2023 03:03:11 Progress (3): 90/122 kB | 16/211 kB | 29 kB error 03-Jan-2023 03:03:11 Progress (3): 93/122 kB | 16/211 kB | 29 kB error 03-Jan-2023 03:03:11 Progress (3): 95/122 kB | 16/211 kB | 29 kB error 03-Jan-2023 03:03:11 Progress (3): 98/122 kB | 16/211 kB | 29 kB error 03-Jan-2023 03:03:11 Progress (3): 101/122 kB | 16/211 kB | 29 kB error 03-Jan-2023 03:03:11 Progress (3): 104/122 kB | 16/211 kB | 29 kB error 03-Jan-2023 03:03:11 Progress (3): 107/122 kB | 16/211 kB | 29 kB error 03-Jan-2023 03:03:11 Progress (3): 109/122 kB | 16/211 kB | 29 kB error 03-Jan-2023 03:03:11 Progress (3): 112/122 kB | 16/211 kB | 29 kB error 03-Jan-2023 03:03:11 Progress (3): 115/122 kB | 16/211 kB | 29 kB error 03-Jan-2023 03:03:11 Progress (3): 118/122 kB | 16/211 kB | 29 kB error 03-Jan-2023 03:03:11 Progress (3): 120/122 kB | 16/211 kB | 29 kB error 03-Jan-2023 03:03:11 Progress (3): 122 kB | 16/211 kB | 29 kB error 03-Jan-2023 03:03:11 Progress (3): 122 kB | 20/211 kB | 29 kB error 03-Jan-2023 03:03:11 Progress (3): 122 kB | 24/211 kB | 29 kB error 03-Jan-2023 03:03:11 Progress (3): 122 kB | 28/211 kB | 29 kB error 03-Jan-2023 03:03:11 Progress (3): 122 kB | 32/211 kB | 29 kB error 03-Jan-2023 03:03:11 Progress (3): 122 kB | 36/211 kB | 29 kB error 03-Jan-2023 03:03:12 Progress (3): 122 kB | 40/211 kB | 29 kB error 03-Jan-2023 03:03:12 Progress (3): 122 kB | 44/211 kB | 29 kB error 03-Jan-2023 03:03:12 Progress (3): 122 kB | 49/211 kB | 29 kB error 03-Jan-2023 03:03:12 Progress (3): 122 kB | 51/211 kB | 29 kB error 03-Jan-2023 03:03:12 Progress (4): 122 kB | 51/211 kB | 29 kB | 3.4/37 kB error 03-Jan-2023 03:03:12 Progress (4): 122 kB | 51/211 kB | 29 kB | 6.2/37 kB error 03-Jan-2023 03:03:12 Progress (4): 122 kB | 51/211 kB | 29 kB | 9.0/37 kB error 03-Jan-2023 03:03:12 Progress (4): 122 kB | 51/211 kB | 29 kB | 12/37 kB error 03-Jan-2023 03:03:12 Progress (4): 122 kB | 51/211 kB | 29 kB | 15/37 kB error 03-Jan-2023 03:03:12 Progress (4): 122 kB | 51/211 kB | 29 kB | 17/37 kB error 03-Jan-2023 03:03:12 Progress (4): 122 kB | 51/211 kB | 29 kB | 20/37 kB error 03-Jan-2023 03:03:12 Progress (4): 122 kB | 51/211 kB | 29 kB | 23/37 kB error 03-Jan-2023 03:03:12 Progress (4): 122 kB | 51/211 kB | 29 kB | 26/37 kB error 03-Jan-2023 03:03:12 Progress (4): 122 kB | 51/211 kB | 29 kB | 29/37 kB error 03-Jan-2023 03:03:12 Progress (4): 122 kB | 51/211 kB | 29 kB | 31/37 kB error 03-Jan-2023 03:03:12 Progress (4): 122 kB | 51/211 kB | 29 kB | 34/37 kB error 03-Jan-2023 03:03:12 Progress (4): 122 kB | 51/211 kB | 29 kB | 37/37 kB error 03-Jan-2023 03:03:12 Progress (4): 122 kB | 51/211 kB | 29 kB | 37 kB error 03-Jan-2023 03:03:12 Progress (5): 122 kB | 51/211 kB | 29 kB | 37 kB | 3.4/58 kB error 03-Jan-2023 03:03:12 Progress (5): 122 kB | 51/211 kB | 29 kB | 37 kB | 6.2/58 kB error 03-Jan-2023 03:03:12 Progress (5): 122 kB | 51/211 kB | 29 kB | 37 kB | 9.0/58 kB error 03-Jan-2023 03:03:12 Progress (5): 122 kB | 51/211 kB | 29 kB | 37 kB | 12/58 kB error 03-Jan-2023 03:03:12 Progress (5): 122 kB | 51/211 kB | 29 kB | 37 kB | 15/58 kB error 03-Jan-2023 03:03:12 Progress (5): 122 kB | 51/211 kB | 29 kB | 37 kB | 17/58 kB error 03-Jan-2023 03:03:12 Progress (5): 122 kB | 51/211 kB | 29 kB | 37 kB | 20/58 kB error 03-Jan-2023 03:03:12 Progress (5): 122 kB | 51/211 kB | 29 kB | 37 kB | 23/58 kB error 03-Jan-2023 03:03:12 Progress (5): 122 kB | 51/211 kB | 29 kB | 37 kB | 26/58 kB error 03-Jan-2023 03:03:12 Progress (5): 122 kB | 51/211 kB | 29 kB | 37 kB | 29/58 kB error 03-Jan-2023 03:03:12 Progress (5): 122 kB | 51/211 kB | 29 kB | 37 kB | 31/58 kB error 03-Jan-2023 03:03:12 Progress (5): 122 kB | 51/211 kB | 29 kB | 37 kB | 34/58 kB error 03-Jan-2023 03:03:12 Progress (5): 122 kB | 51/211 kB | 29 kB | 37 kB | 37/58 kB error 03-Jan-2023 03:03:12 Progress (5): 122 kB | 51/211 kB | 29 kB | 37 kB | 40/58 kB error 03-Jan-2023 03:03:12 Progress (5): 122 kB | 51/211 kB | 29 kB | 37 kB | 43/58 kB error 03-Jan-2023 03:03:12 Progress (5): 122 kB | 51/211 kB | 29 kB | 37 kB | 45/58 kB error 03-Jan-2023 03:03:12 Progress (5): 122 kB | 51/211 kB | 29 kB | 37 kB | 48/58 kB error 03-Jan-2023 03:03:12 Progress (5): 122 kB | 51/211 kB | 29 kB | 37 kB | 51/58 kB error 03-Jan-2023 03:03:12 Progress (5): 122 kB | 51/211 kB | 29 kB | 37 kB | 54/58 kB error 03-Jan-2023 03:03:12 Progress (5): 122 kB | 51/211 kB | 29 kB | 37 kB | 57/58 kB error 03-Jan-2023 03:03:12 Progress (5): 122 kB | 51/211 kB | 29 kB | 37 kB | 58 kB error 03-Jan-2023 03:03:12 error 03-Jan-2023 03:03:12 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-plugin-registry/2.0.9/maven-plugin-registry-2.0.9.jar (29 kB at 24 kB/s) error 03-Jan-2023 03:03:12 #17 120.6 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-monitor/2.0.9/maven-monitor-2.0.9.jar error 03-Jan-2023 03:03:12 #17 120.6 Progress (4): 122 kB | 55/211 kB | 37 kB | 58 kB error 03-Jan-2023 03:03:12 Progress (4): 122 kB | 59/211 kB | 37 kB | 58 kB error 03-Jan-2023 03:03:12 Progress (4): 122 kB | 63/211 kB | 37 kB | 58 kB error 03-Jan-2023 03:03:12 Progress (4): 122 kB | 67/211 kB | 37 kB | 58 kB error 03-Jan-2023 03:03:12 Progress (4): 122 kB | 71/211 kB | 37 kB | 58 kB error 03-Jan-2023 03:03:12 Progress (4): 122 kB | 75/211 kB | 37 kB | 58 kB error 03-Jan-2023 03:03:12 Progress (4): 122 kB | 79/211 kB | 37 kB | 58 kB error 03-Jan-2023 03:03:12 Progress (4): 122 kB | 83/211 kB | 37 kB | 58 kB error 03-Jan-2023 03:03:12 Progress (4): 122 kB | 85/211 kB | 37 kB | 58 kB error 03-Jan-2023 03:03:12 error 03-Jan-2023 03:03:12 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-project/2.0.9/maven-project-2.0.9.jar (122 kB at 97 kB/s) error 03-Jan-2023 03:03:12 #17 120.6 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/shared/maven-shared-utils/0.1/maven-shared-utils-0.1.jar error 03-Jan-2023 03:03:12 #17 120.7 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-plugin-descriptor/2.0.9/maven-plugin-descriptor-2.0.9.jar (37 kB at 28 kB/s) error 03-Jan-2023 03:03:12 #17 120.7 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/codehaus/plexus/plexus-compiler-api/2.2/plexus-compiler-api-2.2.jar error 03-Jan-2023 03:03:12 #17 120.7 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-artifact-manager/2.0.9/maven-artifact-manager-2.0.9.jar (58 kB at 44 kB/s) error 03-Jan-2023 03:03:12 #17 120.7 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/codehaus/plexus/plexus-compiler-manager/2.2/plexus-compiler-manager-2.2.jar error 03-Jan-2023 03:03:12 #17 120.7 Progress (2): 85/211 kB | 3.4/10 kB error 03-Jan-2023 03:03:12 Progress (2): 85/211 kB | 6.2/10 kB error 03-Jan-2023 03:03:12 Progress (2): 85/211 kB | 9.0/10 kB error 03-Jan-2023 03:03:12 Progress (2): 85/211 kB | 10 kB error 03-Jan-2023 03:03:12 Progress (2): 89/211 kB | 10 kB error 03-Jan-2023 03:03:12 Progress (2): 94/211 kB | 10 kB error 03-Jan-2023 03:03:12 Progress (2): 98/211 kB | 10 kB error 03-Jan-2023 03:03:12 Progress (2): 102/211 kB | 10 kB error 03-Jan-2023 03:03:12 Progress (2): 106/211 kB | 10 kB error 03-Jan-2023 03:03:12 Progress (2): 110/211 kB | 10 kB error 03-Jan-2023 03:03:12 Progress (2): 114/211 kB | 10 kB error 03-Jan-2023 03:03:12 Progress (2): 118/211 kB | 10 kB error 03-Jan-2023 03:03:12 Progress (2): 120/211 kB | 10 kB error 03-Jan-2023 03:03:12 Progress (2): 124/211 kB | 10 kB error 03-Jan-2023 03:03:12 Progress (2): 128/211 kB | 10 kB error 03-Jan-2023 03:03:12 Progress (2): 132/211 kB | 10 kB error 03-Jan-2023 03:03:12 Progress (2): 137/211 kB | 10 kB error 03-Jan-2023 03:03:12 Progress (2): 141/211 kB | 10 kB error 03-Jan-2023 03:03:12 Progress (2): 145/211 kB | 10 kB error 03-Jan-2023 03:03:12 Progress (2): 149/211 kB | 10 kB error 03-Jan-2023 03:03:12 Progress (2): 153/211 kB | 10 kB error 03-Jan-2023 03:03:12 Progress (2): 155/211 kB | 10 kB error 03-Jan-2023 03:03:12 Progress (2): 159/211 kB | 10 kB error 03-Jan-2023 03:03:12 Progress (2): 163/211 kB | 10 kB error 03-Jan-2023 03:03:12 Progress (2): 167/211 kB | 10 kB error 03-Jan-2023 03:03:12 Progress (2): 171/211 kB | 10 kB error 03-Jan-2023 03:03:12 Progress (2): 175/211 kB | 10 kB error 03-Jan-2023 03:03:12 Progress (2): 180/211 kB | 10 kB error 03-Jan-2023 03:03:12 Progress (2): 184/211 kB | 10 kB error 03-Jan-2023 03:03:12 Progress (2): 188/211 kB | 10 kB error 03-Jan-2023 03:03:12 Progress (2): 190/211 kB | 10 kB error 03-Jan-2023 03:03:12 Progress (2): 194/211 kB | 10 kB error 03-Jan-2023 03:03:12 Progress (2): 198/211 kB | 10 kB error 03-Jan-2023 03:03:12 Progress (2): 202/211 kB | 10 kB error 03-Jan-2023 03:03:12 Progress (2): 206/211 kB | 10 kB error 03-Jan-2023 03:03:12 Progress (2): 210/211 kB | 10 kB error 03-Jan-2023 03:03:12 Progress (2): 211 kB | 10 kB error 03-Jan-2023 03:03:12 Progress (3): 211 kB | 10 kB | 3.4/155 kB error 03-Jan-2023 03:03:12 Progress (3): 211 kB | 10 kB | 6.2/155 kB error 03-Jan-2023 03:03:12 Progress (3): 211 kB | 10 kB | 9.0/155 kB error 03-Jan-2023 03:03:12 Progress (3): 211 kB | 10 kB | 12/155 kB error 03-Jan-2023 03:03:12 Progress (3): 211 kB | 10 kB | 15/155 kB error 03-Jan-2023 03:03:12 Progress (3): 211 kB | 10 kB | 17/155 kB error 03-Jan-2023 03:03:12 Progress (3): 211 kB | 10 kB | 20/155 kB error 03-Jan-2023 03:03:12 Progress (3): 211 kB | 10 kB | 23/155 kB error 03-Jan-2023 03:03:12 Progress (3): 211 kB | 10 kB | 26/155 kB error 03-Jan-2023 03:03:12 Progress (3): 211 kB | 10 kB | 29/155 kB error 03-Jan-2023 03:03:12 Progress (3): 211 kB | 10 kB | 31/155 kB error 03-Jan-2023 03:03:12 Progress (3): 211 kB | 10 kB | 34/155 kB error 03-Jan-2023 03:03:12 Progress (3): 211 kB | 10 kB | 37/155 kB error 03-Jan-2023 03:03:12 Progress (3): 211 kB | 10 kB | 40/155 kB error 03-Jan-2023 03:03:12 Progress (3): 211 kB | 10 kB | 43/155 kB error 03-Jan-2023 03:03:12 Progress (3): 211 kB | 10 kB | 45/155 kB error 03-Jan-2023 03:03:12 Progress (3): 211 kB | 10 kB | 48/155 kB error 03-Jan-2023 03:03:12 Progress (3): 211 kB | 10 kB | 51/155 kB error 03-Jan-2023 03:03:12 Progress (3): 211 kB | 10 kB | 54/155 kB error 03-Jan-2023 03:03:12 Progress (3): 211 kB | 10 kB | 57/155 kB error 03-Jan-2023 03:03:12 Progress (3): 211 kB | 10 kB | 59/155 kB error 03-Jan-2023 03:03:12 Progress (3): 211 kB | 10 kB | 62/155 kB error 03-Jan-2023 03:03:12 Progress (3): 211 kB | 10 kB | 65/155 kB error 03-Jan-2023 03:03:12 Progress (3): 211 kB | 10 kB | 68/155 kB error 03-Jan-2023 03:03:12 Progress (3): 211 kB | 10 kB | 71/155 kB error 03-Jan-2023 03:03:12 Progress (3): 211 kB | 10 kB | 73/155 kB error 03-Jan-2023 03:03:12 Progress (3): 211 kB | 10 kB | 76/155 kB error 03-Jan-2023 03:03:12 Progress (3): 211 kB | 10 kB | 79/155 kB error 03-Jan-2023 03:03:12 Progress (3): 211 kB | 10 kB | 82/155 kB error 03-Jan-2023 03:03:12 Progress (3): 211 kB | 10 kB | 85/155 kB error 03-Jan-2023 03:03:12 Progress (3): 211 kB | 10 kB | 87/155 kB error 03-Jan-2023 03:03:12 Progress (3): 211 kB | 10 kB | 90/155 kB error 03-Jan-2023 03:03:12 Progress (3): 211 kB | 10 kB | 93/155 kB error 03-Jan-2023 03:03:12 Progress (3): 211 kB | 10 kB | 96/155 kB error 03-Jan-2023 03:03:12 Progress (3): 211 kB | 10 kB | 99/155 kB error 03-Jan-2023 03:03:12 Progress (3): 211 kB | 10 kB | 101/155 kB error 03-Jan-2023 03:03:12 Progress (3): 211 kB | 10 kB | 104/155 kB error 03-Jan-2023 03:03:12 Progress (3): 211 kB | 10 kB | 107/155 kB error 03-Jan-2023 03:03:12 Progress (3): 211 kB | 10 kB | 109/155 kB error 03-Jan-2023 03:03:12 Progress (3): 211 kB | 10 kB | 112/155 kB error 03-Jan-2023 03:03:12 Progress (3): 211 kB | 10 kB | 115/155 kB error 03-Jan-2023 03:03:12 Progress (3): 211 kB | 10 kB | 118/155 kB error 03-Jan-2023 03:03:12 Progress (3): 211 kB | 10 kB | 121/155 kB error 03-Jan-2023 03:03:12 Progress (3): 211 kB | 10 kB | 123/155 kB error 03-Jan-2023 03:03:12 Progress (3): 211 kB | 10 kB | 126/155 kB error 03-Jan-2023 03:03:12 Progress (3): 211 kB | 10 kB | 129/155 kB error 03-Jan-2023 03:03:12 Progress (3): 211 kB | 10 kB | 132/155 kB error 03-Jan-2023 03:03:12 Progress (3): 211 kB | 10 kB | 135/155 kB error 03-Jan-2023 03:03:12 Progress (4): 211 kB | 10 kB | 135/155 kB | 3.4/25 kB error 03-Jan-2023 03:03:12 Progress (4): 211 kB | 10 kB | 135/155 kB | 6.2/25 kB error 03-Jan-2023 03:03:12 Progress (4): 211 kB | 10 kB | 135/155 kB | 9.0/25 kB error 03-Jan-2023 03:03:12 Progress (4): 211 kB | 10 kB | 135/155 kB | 12/25 kB error 03-Jan-2023 03:03:12 Progress (4): 211 kB | 10 kB | 135/155 kB | 15/25 kB error 03-Jan-2023 03:03:12 Progress (4): 211 kB | 10 kB | 135/155 kB | 17/25 kB error 03-Jan-2023 03:03:12 Progress (4): 211 kB | 10 kB | 135/155 kB | 20/25 kB error 03-Jan-2023 03:03:12 Progress (4): 211 kB | 10 kB | 135/155 kB | 23/25 kB error 03-Jan-2023 03:03:12 Progress (4): 211 kB | 10 kB | 135/155 kB | 25 kB error 03-Jan-2023 03:03:12 Progress (5): 211 kB | 10 kB | 135/155 kB | 25 kB | 3.4/4.6 kB error 03-Jan-2023 03:03:12 Progress (5): 211 kB | 10 kB | 135/155 kB | 25 kB | 4.6 kB error 03-Jan-2023 03:03:12 error 03-Jan-2023 03:03:12 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-monitor/2.0.9/maven-monitor-2.0.9.jar (10 kB at 7.2 kB/s) error 03-Jan-2023 03:03:12 #17 120.8 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/codehaus/plexus/plexus-compiler-javac/2.2/plexus-compiler-javac-2.2.jar error 03-Jan-2023 03:03:12 #17 120.8 Progress (4): 211 kB | 137/155 kB | 25 kB | 4.6 kB error 03-Jan-2023 03:03:12 Progress (4): 211 kB | 140/155 kB | 25 kB | 4.6 kB error 03-Jan-2023 03:03:12 Progress (4): 211 kB | 143/155 kB | 25 kB | 4.6 kB error 03-Jan-2023 03:03:12 Progress (4): 211 kB | 146/155 kB | 25 kB | 4.6 kB error 03-Jan-2023 03:03:12 Progress (4): 211 kB | 149/155 kB | 25 kB | 4.6 kB error 03-Jan-2023 03:03:12 Progress (4): 211 kB | 151/155 kB | 25 kB | 4.6 kB error 03-Jan-2023 03:03:12 Progress (4): 211 kB | 154/155 kB | 25 kB | 4.6 kB error 03-Jan-2023 03:03:12 Progress (4): 211 kB | 155 kB | 25 kB | 4.6 kB error 03-Jan-2023 03:03:12 error 03-Jan-2023 03:03:12 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/codehaus/plexus/plexus-utils/1.5.1/plexus-utils-1.5.1.jar (211 kB at 105 kB/s) error 03-Jan-2023 03:03:12 #17 120.9 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/codehaus/plexus/plexus-container-default/1.5.5/plexus-container-default-1.5.5.jar error 03-Jan-2023 03:03:12 #17 120.9 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/codehaus/plexus/plexus-compiler-manager/2.2/plexus-compiler-manager-2.2.jar (4.6 kB at 3.0 kB/s) error 03-Jan-2023 03:03:12 #17 120.9 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/junit/junit/3.8.2/junit-3.8.2.jar error 03-Jan-2023 03:03:12 #17 120.9 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/codehaus/plexus/plexus-compiler-api/2.2/plexus-compiler-api-2.2.jar (25 kB at 16 kB/s) error 03-Jan-2023 03:03:12 #17 120.9 Progress (2): 155 kB | 3.4/19 kB error 03-Jan-2023 03:03:12 Progress (2): 155 kB | 6.2/19 kB error 03-Jan-2023 03:03:12 Progress (2): 155 kB | 9.0/19 kB error 03-Jan-2023 03:03:12 Progress (2): 155 kB | 12/19 kB error 03-Jan-2023 03:03:12 Progress (2): 155 kB | 15/19 kB error 03-Jan-2023 03:03:12 Progress (2): 155 kB | 17/19 kB error 03-Jan-2023 03:03:12 Progress (2): 155 kB | 19 kB error 03-Jan-2023 03:03:12 error 03-Jan-2023 03:03:12 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/shared/maven-shared-utils/0.1/maven-shared-utils-0.1.jar (155 kB at 97 kB/s) error 03-Jan-2023 03:03:12 #17 121.0 Progress (2): 19 kB | 3.4/121 kB error 03-Jan-2023 03:03:12 Progress (2): 19 kB | 6.2/121 kB error 03-Jan-2023 03:03:12 Progress (2): 19 kB | 9.0/121 kB error 03-Jan-2023 03:03:12 Progress (2): 19 kB | 12/121 kB error 03-Jan-2023 03:03:12 Progress (2): 19 kB | 15/121 kB error 03-Jan-2023 03:03:12 Progress (2): 19 kB | 17/121 kB error 03-Jan-2023 03:03:12 Progress (2): 19 kB | 20/121 kB error 03-Jan-2023 03:03:12 Progress (2): 19 kB | 23/121 kB error 03-Jan-2023 03:03:12 Progress (2): 19 kB | 26/121 kB error 03-Jan-2023 03:03:12 Progress (2): 19 kB | 29/121 kB error 03-Jan-2023 03:03:12 Progress (2): 19 kB | 31/121 kB error 03-Jan-2023 03:03:12 Progress (2): 19 kB | 34/121 kB error 03-Jan-2023 03:03:12 Progress (2): 19 kB | 37/121 kB error 03-Jan-2023 03:03:12 Progress (2): 19 kB | 40/121 kB error 03-Jan-2023 03:03:12 Progress (2): 19 kB | 43/121 kB error 03-Jan-2023 03:03:12 Progress (2): 19 kB | 45/121 kB error 03-Jan-2023 03:03:12 Progress (2): 19 kB | 48/121 kB error 03-Jan-2023 03:03:12 Progress (2): 19 kB | 51/121 kB error 03-Jan-2023 03:03:12 Progress (2): 19 kB | 54/121 kB error 03-Jan-2023 03:03:12 Progress (2): 19 kB | 57/121 kB error 03-Jan-2023 03:03:12 Progress (2): 19 kB | 59/121 kB error 03-Jan-2023 03:03:12 Progress (2): 19 kB | 62/121 kB error 03-Jan-2023 03:03:12 Progress (2): 19 kB | 65/121 kB error 03-Jan-2023 03:03:12 Progress (2): 19 kB | 68/121 kB error 03-Jan-2023 03:03:12 Progress (2): 19 kB | 70/121 kB error 03-Jan-2023 03:03:12 Progress (2): 19 kB | 73/121 kB error 03-Jan-2023 03:03:12 Progress (2): 19 kB | 76/121 kB error 03-Jan-2023 03:03:12 Progress (2): 19 kB | 79/121 kB error 03-Jan-2023 03:03:12 Progress (2): 19 kB | 82/121 kB error 03-Jan-2023 03:03:12 Progress (2): 19 kB | 84/121 kB error 03-Jan-2023 03:03:12 Progress (2): 19 kB | 87/121 kB error 03-Jan-2023 03:03:12 Progress (2): 19 kB | 90/121 kB error 03-Jan-2023 03:03:12 Progress (2): 19 kB | 93/121 kB error 03-Jan-2023 03:03:12 Progress (2): 19 kB | 96/121 kB error 03-Jan-2023 03:03:12 Progress (2): 19 kB | 98/121 kB error 03-Jan-2023 03:03:12 Progress (2): 19 kB | 101/121 kB error 03-Jan-2023 03:03:12 Progress (2): 19 kB | 104/121 kB error 03-Jan-2023 03:03:12 Progress (2): 19 kB | 107/121 kB error 03-Jan-2023 03:03:12 Progress (2): 19 kB | 110/121 kB error 03-Jan-2023 03:03:12 Progress (2): 19 kB | 112/121 kB error 03-Jan-2023 03:03:12 Progress (2): 19 kB | 115/121 kB error 03-Jan-2023 03:03:12 Progress (2): 19 kB | 118/121 kB error 03-Jan-2023 03:03:12 Progress (2): 19 kB | 121 kB error 03-Jan-2023 03:03:12 error 03-Jan-2023 03:03:12 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/codehaus/plexus/plexus-compiler-javac/2.2/plexus-compiler-javac-2.2.jar (19 kB at 11 kB/s) error 03-Jan-2023 03:03:12 #17 121.1 Progress (2): 121 kB | 4.1/217 kB error 03-Jan-2023 03:03:12 Progress (2): 121 kB | 8.2/217 kB error 03-Jan-2023 03:03:12 Progress (2): 121 kB | 12/217 kB error 03-Jan-2023 03:03:12 Progress (2): 121 kB | 16/217 kB error 03-Jan-2023 03:03:12 Progress (2): 121 kB | 20/217 kB error 03-Jan-2023 03:03:12 Progress (2): 121 kB | 24/217 kB error 03-Jan-2023 03:03:12 Progress (2): 121 kB | 28/217 kB error 03-Jan-2023 03:03:12 Progress (2): 121 kB | 32/217 kB error 03-Jan-2023 03:03:12 Progress (2): 121 kB | 36/217 kB error 03-Jan-2023 03:03:12 Progress (2): 121 kB | 40/217 kB error 03-Jan-2023 03:03:12 Progress (2): 121 kB | 44/217 kB error 03-Jan-2023 03:03:12 Progress (2): 121 kB | 48/217 kB error 03-Jan-2023 03:03:12 Progress (2): 121 kB | 51/217 kB error 03-Jan-2023 03:03:12 Progress (2): 121 kB | 55/217 kB error 03-Jan-2023 03:03:12 Progress (2): 121 kB | 59/217 kB error 03-Jan-2023 03:03:12 Progress (2): 121 kB | 63/217 kB error 03-Jan-2023 03:03:12 Progress (2): 121 kB | 67/217 kB error 03-Jan-2023 03:03:12 Progress (2): 121 kB | 71/217 kB error 03-Jan-2023 03:03:12 Progress (2): 121 kB | 75/217 kB error 03-Jan-2023 03:03:12 Progress (2): 121 kB | 79/217 kB error 03-Jan-2023 03:03:12 Progress (2): 121 kB | 83/217 kB error 03-Jan-2023 03:03:12 Progress (2): 121 kB | 85/217 kB error 03-Jan-2023 03:03:12 Progress (2): 121 kB | 89/217 kB error 03-Jan-2023 03:03:12 Progress (2): 121 kB | 94/217 kB error 03-Jan-2023 03:03:12 Progress (2): 121 kB | 98/217 kB error 03-Jan-2023 03:03:12 Progress (2): 121 kB | 102/217 kB error 03-Jan-2023 03:03:12 Progress (2): 121 kB | 106/217 kB error 03-Jan-2023 03:03:12 Progress (2): 121 kB | 110/217 kB error 03-Jan-2023 03:03:12 Progress (2): 121 kB | 114/217 kB error 03-Jan-2023 03:03:12 Progress (2): 121 kB | 118/217 kB error 03-Jan-2023 03:03:12 Progress (2): 121 kB | 120/217 kB error 03-Jan-2023 03:03:12 Progress (2): 121 kB | 124/217 kB error 03-Jan-2023 03:03:12 Progress (2): 121 kB | 128/217 kB error 03-Jan-2023 03:03:12 Progress (2): 121 kB | 132/217 kB error 03-Jan-2023 03:03:12 Progress (2): 121 kB | 137/217 kB error 03-Jan-2023 03:03:12 Progress (2): 121 kB | 141/217 kB error 03-Jan-2023 03:03:12 Progress (2): 121 kB | 145/217 kB error 03-Jan-2023 03:03:12 Progress (2): 121 kB | 149/217 kB error 03-Jan-2023 03:03:12 Progress (2): 121 kB | 153/217 kB error 03-Jan-2023 03:03:12 Progress (2): 121 kB | 155/217 kB error 03-Jan-2023 03:03:12 Progress (2): 121 kB | 159/217 kB error 03-Jan-2023 03:03:12 Progress (2): 121 kB | 163/217 kB error 03-Jan-2023 03:03:12 Progress (2): 121 kB | 167/217 kB error 03-Jan-2023 03:03:12 Progress (2): 121 kB | 171/217 kB error 03-Jan-2023 03:03:12 Progress (2): 121 kB | 175/217 kB error 03-Jan-2023 03:03:12 Progress (2): 121 kB | 180/217 kB error 03-Jan-2023 03:03:12 Progress (2): 121 kB | 184/217 kB error 03-Jan-2023 03:03:12 Progress (2): 121 kB | 188/217 kB error 03-Jan-2023 03:03:12 Progress (2): 121 kB | 192/217 kB error 03-Jan-2023 03:03:12 Progress (2): 121 kB | 196/217 kB error 03-Jan-2023 03:03:12 Progress (2): 121 kB | 200/217 kB error 03-Jan-2023 03:03:12 Progress (2): 121 kB | 204/217 kB error 03-Jan-2023 03:03:12 Progress (2): 121 kB | 206/217 kB error 03-Jan-2023 03:03:12 error 03-Jan-2023 03:03:12 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/junit/junit/3.8.2/junit-3.8.2.jar (121 kB at 68 kB/s) error 03-Jan-2023 03:03:12 #17 121.2 Progress (1): 210/217 kB error 03-Jan-2023 03:03:12 Progress (1): 215/217 kB error 03-Jan-2023 03:03:12 Progress (1): 217 kB error 03-Jan-2023 03:03:12 error 03-Jan-2023 03:03:12 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/codehaus/plexus/plexus-container-default/1.5.5/plexus-container-default-1.5.5.jar (217 kB at 109 kB/s) error 03-Jan-2023 03:03:12 #17 121.4 [INFO] No sources to compile error 03-Jan-2023 03:03:12 #17 121.4 [INFO] error 03-Jan-2023 03:03:12 #17 121.4 [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ referenceapplication-package --- error 03-Jan-2023 03:03:12 #17 121.4 [INFO] Using 'UTF-8' encoding to copy filtered resources. error 03-Jan-2023 03:03:12 #17 121.4 [INFO] skip non existing resourceDirectory /app/package/src/test/resources error 03-Jan-2023 03:03:12 #17 121.4 [INFO] skip non existing resourceDirectory /app/package/src/test/resources error 03-Jan-2023 03:03:12 #17 121.4 [INFO] error 03-Jan-2023 03:03:12 #17 121.4 [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ referenceapplication-package --- error 03-Jan-2023 03:03:12 #17 121.4 [INFO] No sources to compile error 03-Jan-2023 03:03:12 #17 121.4 [INFO] error 03-Jan-2023 03:03:12 #17 121.4 [INFO] --- maven-surefire-plugin:2.12:test (default-test) @ referenceapplication-package --- error 03-Jan-2023 03:03:12 #17 121.4 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/surefire/surefire-booter/2.12/surefire-booter-2.12.pom error 03-Jan-2023 03:03:13 #17 121.6 Progress (1): 3.0 kB error 03-Jan-2023 03:03:13 error 03-Jan-2023 03:03:13 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/surefire/surefire-booter/2.12/surefire-booter-2.12.pom (3.0 kB at 13 kB/s) error 03-Jan-2023 03:03:13 #17 121.7 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/surefire/surefire-api/2.12/surefire-api-2.12.pom error 03-Jan-2023 03:03:13 #17 121.8 Progress (1): 2.5 kB error 03-Jan-2023 03:03:13 error 03-Jan-2023 03:03:13 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/surefire/surefire-api/2.12/surefire-api-2.12.pom (2.5 kB at 10 kB/s) error 03-Jan-2023 03:03:13 #17 121.9 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/surefire/maven-surefire-common/2.12/maven-surefire-common-2.12.pom error 03-Jan-2023 03:03:13 #17 122.0 Progress (1): 3.4/5.1 kB error 03-Jan-2023 03:03:13 Progress (1): 5.1 kB error 03-Jan-2023 03:03:13 error 03-Jan-2023 03:03:13 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/surefire/maven-surefire-common/2.12/maven-surefire-common-2.12.pom (5.1 kB at 21 kB/s) error 03-Jan-2023 03:03:13 #17 122.2 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/reporting/maven-reporting-api/2.0.9/maven-reporting-api-2.0.9.pom error 03-Jan-2023 03:03:13 #17 122.3 Progress (1): 1.8 kB error 03-Jan-2023 03:03:13 error 03-Jan-2023 03:03:13 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/reporting/maven-reporting-api/2.0.9/maven-reporting-api-2.0.9.pom (1.8 kB at 7.5 kB/s) error 03-Jan-2023 03:03:13 #17 122.4 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/reporting/maven-reporting/2.0.9/maven-reporting-2.0.9.pom error 03-Jan-2023 03:03:13 #17 122.5 Progress (1): 1.5 kB error 03-Jan-2023 03:03:14 error 03-Jan-2023 03:03:14 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/reporting/maven-reporting/2.0.9/maven-reporting-2.0.9.pom (1.5 kB at 6.5 kB/s) error 03-Jan-2023 03:03:14 #17 122.6 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-toolchain/2.0.9/maven-toolchain-2.0.9.pom error 03-Jan-2023 03:03:14 #17 122.8 Progress (1): 3.4/3.5 kB error 03-Jan-2023 03:03:14 Progress (1): 3.5 kB error 03-Jan-2023 03:03:14 error 03-Jan-2023 03:03:14 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-toolchain/2.0.9/maven-toolchain-2.0.9.pom (3.5 kB at 14 kB/s) error 03-Jan-2023 03:03:14 #17 122.9 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/shared/maven-common-artifact-filters/1.3/maven-common-artifact-filters-1.3.pom error 03-Jan-2023 03:03:14 #17 123.0 Progress (1): 3.4/3.7 kB error 03-Jan-2023 03:03:14 Progress (1): 3.7 kB error 03-Jan-2023 03:03:14 error 03-Jan-2023 03:03:14 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/shared/maven-common-artifact-filters/1.3/maven-common-artifact-filters-1.3.pom (3.7 kB at 16 kB/s) error 03-Jan-2023 03:03:14 #17 123.1 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/shared/maven-shared-components/12/maven-shared-components-12.pom error 03-Jan-2023 03:03:14 #17 123.2 Progress (1): 3.4/9.3 kB error 03-Jan-2023 03:03:14 Progress (1): 6.2/9.3 kB error 03-Jan-2023 03:03:14 Progress (1): 9.0/9.3 kB error 03-Jan-2023 03:03:14 Progress (1): 9.3 kB error 03-Jan-2023 03:03:14 error 03-Jan-2023 03:03:14 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/shared/maven-shared-components/12/maven-shared-components-12.pom (9.3 kB at 40 kB/s) error 03-Jan-2023 03:03:14 #17 123.3 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-parent/13/maven-parent-13.pom error 03-Jan-2023 03:03:14 #17 123.5 Progress (1): 3.4/23 kB error 03-Jan-2023 03:03:14 Progress (1): 6.2/23 kB error 03-Jan-2023 03:03:14 Progress (1): 9.0/23 kB error 03-Jan-2023 03:03:14 Progress (1): 12/23 kB error 03-Jan-2023 03:03:14 Progress (1): 15/23 kB error 03-Jan-2023 03:03:14 Progress (1): 17/23 kB error 03-Jan-2023 03:03:14 Progress (1): 20/23 kB error 03-Jan-2023 03:03:14 Progress (1): 23 kB error 03-Jan-2023 03:03:14 error 03-Jan-2023 03:03:15 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-parent/13/maven-parent-13.pom (23 kB at 98 kB/s) error 03-Jan-2023 03:03:15 #17 123.6 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/surefire/surefire-booter/2.12/surefire-booter-2.12.jar error 03-Jan-2023 03:03:15 #17 123.6 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/surefire/surefire-api/2.12/surefire-api-2.12.jar error 03-Jan-2023 03:03:15 #17 123.6 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/surefire/maven-surefire-common/2.12/maven-surefire-common-2.12.jar error 03-Jan-2023 03:03:15 #17 123.6 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/shared/maven-common-artifact-filters/1.3/maven-common-artifact-filters-1.3.jar error 03-Jan-2023 03:03:15 #17 123.6 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/reporting/maven-reporting-api/2.0.9/maven-reporting-api-2.0.9.jar error 03-Jan-2023 03:03:15 #17 123.7 Progress (1): 3.4/33 kB error 03-Jan-2023 03:03:15 Progress (1): 6.2/33 kB error 03-Jan-2023 03:03:15 Progress (1): 9.0/33 kB error 03-Jan-2023 03:03:15 Progress (1): 12/33 kB error 03-Jan-2023 03:03:15 Progress (1): 15/33 kB error 03-Jan-2023 03:03:15 Progress (1): 17/33 kB error 03-Jan-2023 03:03:15 Progress (1): 20/33 kB error 03-Jan-2023 03:03:15 Progress (2): 20/33 kB | 3.4/124 kB error 03-Jan-2023 03:03:15 Progress (2): 23/33 kB | 3.4/124 kB error 03-Jan-2023 03:03:15 Progress (2): 23/33 kB | 6.2/124 kB error 03-Jan-2023 03:03:15 Progress (2): 26/33 kB | 6.2/124 kB error 03-Jan-2023 03:03:15 Progress (2): 26/33 kB | 9.0/124 kB error 03-Jan-2023 03:03:15 Progress (2): 29/33 kB | 9.0/124 kB error 03-Jan-2023 03:03:15 Progress (2): 29/33 kB | 12/124 kB error 03-Jan-2023 03:03:15 Progress (2): 31/33 kB | 12/124 kB error 03-Jan-2023 03:03:15 Progress (2): 31/33 kB | 15/124 kB error 03-Jan-2023 03:03:15 Progress (2): 33 kB | 15/124 kB error 03-Jan-2023 03:03:15 Progress (2): 33 kB | 17/124 kB error 03-Jan-2023 03:03:15 Progress (2): 33 kB | 20/124 kB error 03-Jan-2023 03:03:15 Progress (2): 33 kB | 23/124 kB error 03-Jan-2023 03:03:15 Progress (2): 33 kB | 26/124 kB error 03-Jan-2023 03:03:15 Progress (2): 33 kB | 29/124 kB error 03-Jan-2023 03:03:15 Progress (2): 33 kB | 31/124 kB error 03-Jan-2023 03:03:15 Progress (2): 33 kB | 34/124 kB error 03-Jan-2023 03:03:15 Progress (2): 33 kB | 37/124 kB error 03-Jan-2023 03:03:15 Progress (2): 33 kB | 40/124 kB error 03-Jan-2023 03:03:15 Progress (2): 33 kB | 43/124 kB error 03-Jan-2023 03:03:15 Progress (2): 33 kB | 45/124 kB error 03-Jan-2023 03:03:15 Progress (2): 33 kB | 48/124 kB error 03-Jan-2023 03:03:15 Progress (2): 33 kB | 51/124 kB error 03-Jan-2023 03:03:15 Progress (2): 33 kB | 54/124 kB error 03-Jan-2023 03:03:15 Progress (2): 33 kB | 56/124 kB error 03-Jan-2023 03:03:15 Progress (2): 33 kB | 59/124 kB error 03-Jan-2023 03:03:15 Progress (2): 33 kB | 62/124 kB error 03-Jan-2023 03:03:15 Progress (2): 33 kB | 65/124 kB error 03-Jan-2023 03:03:15 Progress (2): 33 kB | 68/124 kB error 03-Jan-2023 03:03:15 Progress (2): 33 kB | 70/124 kB error 03-Jan-2023 03:03:15 Progress (2): 33 kB | 73/124 kB error 03-Jan-2023 03:03:15 Progress (2): 33 kB | 76/124 kB error 03-Jan-2023 03:03:15 Progress (2): 33 kB | 79/124 kB error 03-Jan-2023 03:03:15 Progress (2): 33 kB | 82/124 kB error 03-Jan-2023 03:03:15 Progress (2): 33 kB | 84/124 kB error 03-Jan-2023 03:03:15 Progress (2): 33 kB | 87/124 kB error 03-Jan-2023 03:03:15 Progress (2): 33 kB | 90/124 kB error 03-Jan-2023 03:03:15 Progress (2): 33 kB | 93/124 kB error 03-Jan-2023 03:03:15 Progress (2): 33 kB | 96/124 kB error 03-Jan-2023 03:03:15 Progress (2): 33 kB | 98/124 kB error 03-Jan-2023 03:03:15 Progress (2): 33 kB | 101/124 kB error 03-Jan-2023 03:03:15 Progress (2): 33 kB | 104/124 kB error 03-Jan-2023 03:03:15 Progress (2): 33 kB | 107/124 kB error 03-Jan-2023 03:03:15 Progress (2): 33 kB | 109/124 kB error 03-Jan-2023 03:03:15 Progress (2): 33 kB | 112/124 kB error 03-Jan-2023 03:03:15 Progress (2): 33 kB | 115/124 kB error 03-Jan-2023 03:03:15 Progress (2): 33 kB | 118/124 kB error 03-Jan-2023 03:03:15 Progress (2): 33 kB | 121/124 kB error 03-Jan-2023 03:03:15 Progress (2): 33 kB | 123/124 kB error 03-Jan-2023 03:03:15 Progress (2): 33 kB | 124 kB error 03-Jan-2023 03:03:15 Progress (3): 33 kB | 124 kB | 3.4/31 kB error 03-Jan-2023 03:03:15 Progress (3): 33 kB | 124 kB | 6.2/31 kB error 03-Jan-2023 03:03:15 Progress (4): 33 kB | 124 kB | 6.2/31 kB | 3.4/10 kB error 03-Jan-2023 03:03:15 Progress (4): 33 kB | 124 kB | 9.0/31 kB | 3.4/10 kB error 03-Jan-2023 03:03:15 Progress (4): 33 kB | 124 kB | 9.0/31 kB | 6.2/10 kB error 03-Jan-2023 03:03:15 Progress (4): 33 kB | 124 kB | 12/31 kB | 6.2/10 kB error 03-Jan-2023 03:03:15 Progress (4): 33 kB | 124 kB | 15/31 kB | 6.2/10 kB error 03-Jan-2023 03:03:15 Progress (4): 33 kB | 124 kB | 15/31 kB | 9.0/10 kB error 03-Jan-2023 03:03:15 Progress (4): 33 kB | 124 kB | 15/31 kB | 10 kB error 03-Jan-2023 03:03:15 Progress (4): 33 kB | 124 kB | 17/31 kB | 10 kB error 03-Jan-2023 03:03:15 Progress (4): 33 kB | 124 kB | 20/31 kB | 10 kB error 03-Jan-2023 03:03:15 Progress (4): 33 kB | 124 kB | 23/31 kB | 10 kB error 03-Jan-2023 03:03:15 Progress (4): 33 kB | 124 kB | 26/31 kB | 10 kB error 03-Jan-2023 03:03:15 Progress (4): 33 kB | 124 kB | 29/31 kB | 10 kB error 03-Jan-2023 03:03:15 Progress (4): 33 kB | 124 kB | 31 kB | 10 kB error 03-Jan-2023 03:03:15 error 03-Jan-2023 03:03:15 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/surefire/surefire-booter/2.12/surefire-booter-2.12.jar (33 kB at 139 kB/s) error 03-Jan-2023 03:03:15 #17 123.8 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-toolchain/2.0.9/maven-toolchain-2.0.9.jar error 03-Jan-2023 03:03:15 #17 123.8 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/surefire/surefire-api/2.12/surefire-api-2.12.jar (124 kB at 495 kB/s) error 03-Jan-2023 03:03:15 #17 123.8 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/reporting/maven-reporting-api/2.0.9/maven-reporting-api-2.0.9.jar (10 kB at 40 kB/s) error 03-Jan-2023 03:03:15 #17 123.8 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/shared/maven-common-artifact-filters/1.3/maven-common-artifact-filters-1.3.jar (31 kB at 119 kB/s) error 03-Jan-2023 03:03:15 #17 123.9 Progress (1): 4.1/224 kB error 03-Jan-2023 03:03:15 Progress (1): 8.2/224 kB error 03-Jan-2023 03:03:15 Progress (1): 12/224 kB error 03-Jan-2023 03:03:15 Progress (1): 16/224 kB error 03-Jan-2023 03:03:15 Progress (1): 19/224 kB error 03-Jan-2023 03:03:15 Progress (1): 23/224 kB error 03-Jan-2023 03:03:15 Progress (1): 27/224 kB error 03-Jan-2023 03:03:15 Progress (1): 31/224 kB error 03-Jan-2023 03:03:15 Progress (1): 35/224 kB error 03-Jan-2023 03:03:15 Progress (1): 39/224 kB error 03-Jan-2023 03:03:15 Progress (1): 43/224 kB error 03-Jan-2023 03:03:15 Progress (1): 47/224 kB error 03-Jan-2023 03:03:15 Progress (1): 52/224 kB error 03-Jan-2023 03:03:15 Progress (1): 56/224 kB error 03-Jan-2023 03:03:15 Progress (1): 60/224 kB error 03-Jan-2023 03:03:15 Progress (1): 62/224 kB error 03-Jan-2023 03:03:15 Progress (1): 66/224 kB error 03-Jan-2023 03:03:15 Progress (1): 71/224 kB error 03-Jan-2023 03:03:15 Progress (1): 75/224 kB error 03-Jan-2023 03:03:15 Progress (1): 79/224 kB error 03-Jan-2023 03:03:15 Progress (1): 83/224 kB error 03-Jan-2023 03:03:15 Progress (1): 87/224 kB error 03-Jan-2023 03:03:15 Progress (1): 91/224 kB error 03-Jan-2023 03:03:15 Progress (1): 95/224 kB error 03-Jan-2023 03:03:15 Progress (1): 99/224 kB error 03-Jan-2023 03:03:15 Progress (1): 103/224 kB error 03-Jan-2023 03:03:15 Progress (1): 106/224 kB error 03-Jan-2023 03:03:15 Progress (1): 110/224 kB error 03-Jan-2023 03:03:15 Progress (1): 114/224 kB error 03-Jan-2023 03:03:15 Progress (1): 118/224 kB error 03-Jan-2023 03:03:15 Progress (1): 123/224 kB error 03-Jan-2023 03:03:15 Progress (1): 127/224 kB error 03-Jan-2023 03:03:15 Progress (1): 131/224 kB error 03-Jan-2023 03:03:15 Progress (1): 135/224 kB error 03-Jan-2023 03:03:15 Progress (1): 139/224 kB error 03-Jan-2023 03:03:15 Progress (1): 141/224 kB error 03-Jan-2023 03:03:15 Progress (1): 143/224 kB error 03-Jan-2023 03:03:15 Progress (1): 147/224 kB error 03-Jan-2023 03:03:15 Progress (1): 152/224 kB error 03-Jan-2023 03:03:15 Progress (1): 156/224 kB error 03-Jan-2023 03:03:15 Progress (1): 160/224 kB error 03-Jan-2023 03:03:15 Progress (1): 164/224 kB error 03-Jan-2023 03:03:15 Progress (1): 168/224 kB error 03-Jan-2023 03:03:15 Progress (1): 172/224 kB error 03-Jan-2023 03:03:15 Progress (1): 176/224 kB error 03-Jan-2023 03:03:15 Progress (1): 180/224 kB error 03-Jan-2023 03:03:15 Progress (1): 184/224 kB error 03-Jan-2023 03:03:15 Progress (1): 188/224 kB error 03-Jan-2023 03:03:15 Progress (1): 192/224 kB error 03-Jan-2023 03:03:15 Progress (1): 197/224 kB error 03-Jan-2023 03:03:15 Progress (1): 201/224 kB error 03-Jan-2023 03:03:15 Progress (1): 205/224 kB error 03-Jan-2023 03:03:15 Progress (1): 209/224 kB error 03-Jan-2023 03:03:15 Progress (1): 213/224 kB error 03-Jan-2023 03:03:15 Progress (1): 215/224 kB error 03-Jan-2023 03:03:15 Progress (1): 219/224 kB error 03-Jan-2023 03:03:15 Progress (1): 224/224 kB error 03-Jan-2023 03:03:15 Progress (1): 224 kB error 03-Jan-2023 03:03:15 Progress (2): 224 kB | 3.4/38 kB error 03-Jan-2023 03:03:15 Progress (2): 224 kB | 6.2/38 kB error 03-Jan-2023 03:03:15 Progress (2): 224 kB | 9.0/38 kB error 03-Jan-2023 03:03:15 Progress (2): 224 kB | 12/38 kB error 03-Jan-2023 03:03:15 Progress (2): 224 kB | 15/38 kB error 03-Jan-2023 03:03:15 Progress (2): 224 kB | 17/38 kB error 03-Jan-2023 03:03:15 Progress (2): 224 kB | 20/38 kB error 03-Jan-2023 03:03:15 Progress (2): 224 kB | 23/38 kB error 03-Jan-2023 03:03:15 Progress (2): 224 kB | 26/38 kB error 03-Jan-2023 03:03:15 Progress (2): 224 kB | 29/38 kB error 03-Jan-2023 03:03:15 Progress (2): 224 kB | 31/38 kB error 03-Jan-2023 03:03:15 Progress (2): 224 kB | 34/38 kB error 03-Jan-2023 03:03:15 Progress (2): 224 kB | 37/38 kB error 03-Jan-2023 03:03:15 Progress (2): 224 kB | 38 kB error 03-Jan-2023 03:03:15 error 03-Jan-2023 03:03:15 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/surefire/maven-surefire-common/2.12/maven-surefire-common-2.12.jar (224 kB at 517 kB/s) error 03-Jan-2023 03:03:15 #17 124.0 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-toolchain/2.0.9/maven-toolchain-2.0.9.jar (38 kB at 83 kB/s) error 03-Jan-2023 03:03:15 #17 124.1 [INFO] No tests to run. error 03-Jan-2023 03:03:15 #17 124.1 [INFO] Surefire report directory: /app/package/target/surefire-reports error 03-Jan-2023 03:03:15 #17 124.1 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/surefire/surefire-junit4/2.12/surefire-junit4-2.12.pom error 03-Jan-2023 03:03:15 #17 ... error 03-Jan-2023 03:03:15 error 03-Jan-2023 03:03:15 #16 [linux/arm64 dev 4/4] RUN mvn -s /usr/share/maven/ref/settings-docker.xml install error 03-Jan-2023 03:03:15 #16 114.0 Jan 03, 2023 3:03:05 AM org.jline.utils.Log logr error 03-Jan-2023 03:03:15 #16 114.0 WARNING: Unable to create a system terminal, creating a dumb terminal (enable debug logging for more information) error 03-Jan-2023 03:03:15 #16 116.4 error 03-Jan-2023 03:03:15 #16 116.4 Downloading modules... error 03-Jan-2023 03:03:15 #16 116.4 error 03-Jan-2023 03:03:15 #16 116.6 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/plugins/maven-dependency-plugin/3.2.0/maven-dependency-plugin-3.2.0.pom error 03-Jan-2023 03:03:15 #16 116.9 Progress (1): 3.3/18 kB error 03-Jan-2023 03:03:15 Progress (1): 6.1/18 kB error 03-Jan-2023 03:03:15 Progress (1): 8.9/18 kB error 03-Jan-2023 03:03:15 Progress (1): 12/18 kB error 03-Jan-2023 03:03:15 Progress (1): 14/18 kB error 03-Jan-2023 03:03:15 Progress (1): 17/18 kB error 03-Jan-2023 03:03:15 Progress (1): 18 kB error 03-Jan-2023 03:03:15 error 03-Jan-2023 03:03:15 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/plugins/maven-dependency-plugin/3.2.0/maven-dependency-plugin-3.2.0.pom (18 kB at 34 kB/s) error 03-Jan-2023 03:03:15 #16 117.3 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/plugins/maven-dependency-plugin/3.2.0/maven-dependency-plugin-3.2.0.jar error 03-Jan-2023 03:03:15 #16 118.8 Progress (1): 4.1/205 kB error 03-Jan-2023 03:03:15 Progress (1): 8.2/205 kB error 03-Jan-2023 03:03:15 Progress (1): 12/205 kB error 03-Jan-2023 03:03:15 Progress (1): 16/205 kB error 03-Jan-2023 03:03:15 Progress (1): 19/205 kB error 03-Jan-2023 03:03:15 Progress (1): 23/205 kB error 03-Jan-2023 03:03:15 Progress (1): 27/205 kB error 03-Jan-2023 03:03:15 Progress (1): 31/205 kB error 03-Jan-2023 03:03:15 Progress (1): 35/205 kB error 03-Jan-2023 03:03:15 Progress (1): 39/205 kB error 03-Jan-2023 03:03:15 Progress (1): 43/205 kB error 03-Jan-2023 03:03:15 Progress (1): 47/205 kB error 03-Jan-2023 03:03:15 Progress (1): 52/205 kB error 03-Jan-2023 03:03:15 Progress (1): 54/205 kB error 03-Jan-2023 03:03:15 Progress (1): 58/205 kB error 03-Jan-2023 03:03:15 Progress (1): 62/205 kB error 03-Jan-2023 03:03:15 Progress (1): 66/205 kB error 03-Jan-2023 03:03:15 Progress (1): 70/205 kB error 03-Jan-2023 03:03:15 Progress (1): 74/205 kB error 03-Jan-2023 03:03:15 Progress (1): 78/205 kB error 03-Jan-2023 03:03:15 Progress (1): 82/205 kB error 03-Jan-2023 03:03:15 Progress (1): 86/205 kB error 03-Jan-2023 03:03:15 Progress (1): 88/205 kB error 03-Jan-2023 03:03:15 Progress (1): 92/205 kB error 03-Jan-2023 03:03:15 Progress (1): 97/205 kB error 03-Jan-2023 03:03:15 Progress (1): 101/205 kB error 03-Jan-2023 03:03:15 Progress (1): 105/205 kB error 03-Jan-2023 03:03:15 Progress (1): 109/205 kB error 03-Jan-2023 03:03:15 Progress (1): 113/205 kB error 03-Jan-2023 03:03:15 Progress (1): 117/205 kB error 03-Jan-2023 03:03:15 Progress (1): 121/205 kB error 03-Jan-2023 03:03:15 Progress (1): 123/205 kB error 03-Jan-2023 03:03:15 Progress (1): 127/205 kB error 03-Jan-2023 03:03:15 Progress (1): 131/205 kB error 03-Jan-2023 03:03:15 Progress (1): 136/205 kB error 03-Jan-2023 03:03:15 Progress (1): 140/205 kB error 03-Jan-2023 03:03:15 Progress (1): 144/205 kB error 03-Jan-2023 03:03:15 Progress (1): 148/205 kB error 03-Jan-2023 03:03:15 Progress (1): 152/205 kB error 03-Jan-2023 03:03:15 Progress (1): 156/205 kB error 03-Jan-2023 03:03:15 Progress (1): 158/205 kB error 03-Jan-2023 03:03:15 Progress (1): 162/205 kB error 03-Jan-2023 03:03:15 Progress (1): 166/205 kB error 03-Jan-2023 03:03:15 Progress (1): 170/205 kB error 03-Jan-2023 03:03:15 Progress (1): 174/205 kB error 03-Jan-2023 03:03:15 Progress (1): 179/205 kB error 03-Jan-2023 03:03:15 Progress (1): 183/205 kB error 03-Jan-2023 03:03:15 Progress (1): 187/205 kB error 03-Jan-2023 03:03:15 Progress (1): 191/205 kB error 03-Jan-2023 03:03:15 Progress (1): 193/205 kB error 03-Jan-2023 03:03:15 Progress (1): 197/205 kB error 03-Jan-2023 03:03:15 Progress (1): 201/205 kB error 03-Jan-2023 03:03:15 Progress (1): 205/205 kB error 03-Jan-2023 03:03:15 Progress (1): 205 kB error 03-Jan-2023 03:03:15 error 03-Jan-2023 03:03:15 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/plugins/maven-dependency-plugin/3.2.0/maven-dependency-plugin-3.2.0.jar (205 kB at 90 kB/s) error 03-Jan-2023 03:03:15 #16 121.4 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-artifact/3.1.1/maven-artifact-3.1.1.pom error 03-Jan-2023 03:03:15 #16 121.8 Progress (1): 2.0 kB error 03-Jan-2023 03:03:15 error 03-Jan-2023 03:03:15 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-artifact/3.1.1/maven-artifact-3.1.1.pom (2.0 kB at 3.2 kB/s) error 03-Jan-2023 03:03:15 #16 122.1 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven/3.1.1/maven-3.1.1.pom error 03-Jan-2023 03:03:15 #16 122.2 Progress (1): 3.4/22 kB error 03-Jan-2023 03:03:15 Progress (1): 6.2/22 kB error 03-Jan-2023 03:03:15 Progress (1): 9.0/22 kB error 03-Jan-2023 03:03:15 Progress (1): 12/22 kB error 03-Jan-2023 03:03:15 Progress (1): 15/22 kB error 03-Jan-2023 03:03:15 Progress (1): 17/22 kB error 03-Jan-2023 03:03:15 Progress (1): 20/22 kB error 03-Jan-2023 03:03:15 Progress (1): 22 kB error 03-Jan-2023 03:03:15 error 03-Jan-2023 03:03:15 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven/3.1.1/maven-3.1.1.pom (22 kB at 86 kB/s) error 03-Jan-2023 03:03:15 #16 122.5 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-plugin-api/3.1.1/maven-plugin-api-3.1.1.pom error 03-Jan-2023 03:03:15 #16 122.6 Progress (1): 3.4 kB error 03-Jan-2023 03:03:15 error 03-Jan-2023 03:03:15 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-plugin-api/3.1.1/maven-plugin-api-3.1.1.pom (3.4 kB at 14 kB/s) error 03-Jan-2023 03:03:15 #16 122.8 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-model/3.1.1/maven-model-3.1.1.pom error 03-Jan-2023 03:03:15 #16 122.9 Progress (1): 3.4/4.1 kB error 03-Jan-2023 03:03:15 Progress (1): 4.1 kB error 03-Jan-2023 03:03:15 error 03-Jan-2023 03:03:15 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-model/3.1.1/maven-model-3.1.1.pom (4.1 kB at 16 kB/s) error 03-Jan-2023 03:03:15 #16 123.1 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/eclipse/sisu/org.eclipse.sisu.plexus/0.0.0.M5/org.eclipse.sisu.plexus-0.0.0.M5.pom error 03-Jan-2023 03:03:15 #16 123.2 Progress (1): 3.4/4.8 kB error 03-Jan-2023 03:03:15 Progress (1): 4.8 kB error 03-Jan-2023 03:03:15 error 03-Jan-2023 03:03:15 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/eclipse/sisu/org.eclipse.sisu.plexus/0.0.0.M5/org.eclipse.sisu.plexus-0.0.0.M5.pom (4.8 kB at 19 kB/s) error 03-Jan-2023 03:03:15 #16 123.4 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/eclipse/sisu/sisu-plexus/0.0.0.M5/sisu-plexus-0.0.0.M5.pom error 03-Jan-2023 03:03:15 #16 123.5 Progress (1): 3.4/13 kB error 03-Jan-2023 03:03:15 Progress (1): 6.2/13 kB error 03-Jan-2023 03:03:15 Progress (1): 9.0/13 kB error 03-Jan-2023 03:03:15 Progress (1): 12/13 kB error 03-Jan-2023 03:03:15 Progress (1): 13 kB error 03-Jan-2023 03:03:15 error 03-Jan-2023 03:03:15 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/eclipse/sisu/sisu-plexus/0.0.0.M5/sisu-plexus-0.0.0.M5.pom (13 kB at 52 kB/s) error 03-Jan-2023 03:03:15 #16 123.7 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/eclipse/sisu/org.eclipse.sisu.inject/0.0.0.M5/org.eclipse.sisu.inject-0.0.0.M5.pom error 03-Jan-2023 03:03:15 #16 123.9 Progress (1): 2.5 kB error 03-Jan-2023 03:03:15 error 03-Jan-2023 03:03:15 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/eclipse/sisu/org.eclipse.sisu.inject/0.0.0.M5/org.eclipse.sisu.inject-0.0.0.M5.pom (2.5 kB at 9.1 kB/s) error 03-Jan-2023 03:03:15 #16 124.0 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/eclipse/sisu/sisu-inject/0.0.0.M5/sisu-inject-0.0.0.M5.pom error 03-Jan-2023 03:03:15 #16 ... error 03-Jan-2023 03:03:15 error 03-Jan-2023 03:03:15 #17 [linux/amd64 dev 4/4] RUN mvn -s /usr/share/maven/ref/settings-docker.xml install error 03-Jan-2023 03:03:15 #17 124.3 Progress (1): 2.4 kB error 03-Jan-2023 03:03:15 error 03-Jan-2023 03:03:15 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/surefire/surefire-junit4/2.12/surefire-junit4-2.12.pom (2.4 kB at 10 kB/s) error 03-Jan-2023 03:03:15 #17 124.4 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/surefire/surefire-providers/2.12/surefire-providers-2.12.pom error 03-Jan-2023 03:03:16 #17 124.5 Progress (1): 2.3 kB error 03-Jan-2023 03:03:16 error 03-Jan-2023 03:03:16 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/surefire/surefire-providers/2.12/surefire-providers-2.12.pom (2.3 kB at 10 kB/s) error 03-Jan-2023 03:03:16 #17 124.6 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/surefire/surefire-junit4/2.12/surefire-junit4-2.12.jar error 03-Jan-2023 03:03:16 #17 124.8 Progress (1): 3.4/34 kB error 03-Jan-2023 03:03:16 Progress (1): 6.2/34 kB error 03-Jan-2023 03:03:16 Progress (1): 9.0/34 kB error 03-Jan-2023 03:03:16 Progress (1): 12/34 kB error 03-Jan-2023 03:03:16 Progress (1): 15/34 kB error 03-Jan-2023 03:03:16 Progress (1): 17/34 kB error 03-Jan-2023 03:03:16 Progress (1): 20/34 kB error 03-Jan-2023 03:03:16 Progress (1): 23/34 kB error 03-Jan-2023 03:03:16 Progress (1): 26/34 kB error 03-Jan-2023 03:03:16 Progress (1): 29/34 kB error 03-Jan-2023 03:03:16 Progress (1): 31/34 kB error 03-Jan-2023 03:03:16 Progress (1): 34/34 kB error 03-Jan-2023 03:03:16 Progress (1): 34 kB error 03-Jan-2023 03:03:16 error 03-Jan-2023 03:03:16 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/surefire/surefire-junit4/2.12/surefire-junit4-2.12.jar (34 kB at 143 kB/s) error 03-Jan-2023 03:03:16 #17 124.9 error 03-Jan-2023 03:03:16 #17 124.9 ------------------------------------------------------- error 03-Jan-2023 03:03:16 #17 124.9 T E S T S error 03-Jan-2023 03:03:16 #17 124.9 ------------------------------------------------------- error 03-Jan-2023 03:03:17 #17 125.7 error 03-Jan-2023 03:03:17 #17 125.7 Results : error 03-Jan-2023 03:03:17 #17 125.7 error 03-Jan-2023 03:03:17 #17 125.7 Tests run: 0, Failures: 0, Errors: 0, Skipped: 0 error 03-Jan-2023 03:03:17 #17 125.7 error 03-Jan-2023 03:03:17 #17 125.7 [INFO] error 03-Jan-2023 03:03:17 #17 125.7 [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ referenceapplication-package --- error 03-Jan-2023 03:03:17 #17 125.7 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.pom error 03-Jan-2023 03:03:17 #17 125.8 Progress (1): 3.4/4.5 kB error 03-Jan-2023 03:03:17 Progress (1): 4.5 kB error 03-Jan-2023 03:03:17 error 03-Jan-2023 03:03:17 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.pom (4.5 kB at 20 kB/s) error 03-Jan-2023 03:03:17 #17 126.0 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/codehaus/plexus/plexus-archiver/2.1/plexus-archiver-2.1.pom error 03-Jan-2023 03:03:17 #17 126.1 Progress (1): 2.8 kB error 03-Jan-2023 03:03:17 error 03-Jan-2023 03:03:17 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/codehaus/plexus/plexus-archiver/2.1/plexus-archiver-2.1.pom (2.8 kB at 12 kB/s) error 03-Jan-2023 03:03:17 #17 126.2 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/codehaus/plexus/plexus-io/2.0.2/plexus-io-2.0.2.pom error 03-Jan-2023 03:03:17 #17 126.3 Progress (1): 1.7 kB error 03-Jan-2023 03:03:17 error 03-Jan-2023 03:03:17 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/codehaus/plexus/plexus-io/2.0.2/plexus-io-2.0.2.pom (1.7 kB at 7.3 kB/s) error 03-Jan-2023 03:03:17 #17 126.4 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/codehaus/plexus/plexus-interpolation/1.15/plexus-interpolation-1.15.pom error 03-Jan-2023 03:03:17 #17 126.6 Progress (1): 1.0 kB error 03-Jan-2023 03:03:18 error 03-Jan-2023 03:03:18 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/codehaus/plexus/plexus-interpolation/1.15/plexus-interpolation-1.15.pom (1.0 kB at 4.2 kB/s) error 03-Jan-2023 03:03:18 #17 126.7 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.jar error 03-Jan-2023 03:03:18 #17 126.7 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/codehaus/plexus/plexus-interpolation/1.15/plexus-interpolation-1.15.jar error 03-Jan-2023 03:03:18 #17 126.7 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/codehaus/plexus/plexus-archiver/2.1/plexus-archiver-2.1.jar error 03-Jan-2023 03:03:18 #17 126.7 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/codehaus/plexus/plexus-io/2.0.2/plexus-io-2.0.2.jar error 03-Jan-2023 03:03:18 #17 126.7 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/commons-lang/commons-lang/2.1/commons-lang-2.1.jar error 03-Jan-2023 03:03:18 #17 126.8 Progress (1): 3.4/22 kB error 03-Jan-2023 03:03:18 Progress (2): 3.4/22 kB | 3.4/60 kB error 03-Jan-2023 03:03:18 Progress (2): 3.4/22 kB | 6.2/60 kB error 03-Jan-2023 03:03:18 Progress (2): 3.4/22 kB | 9.0/60 kB error 03-Jan-2023 03:03:18 Progress (2): 3.4/22 kB | 12/60 kB error 03-Jan-2023 03:03:18 Progress (2): 3.4/22 kB | 15/60 kB error 03-Jan-2023 03:03:18 Progress (2): 3.4/22 kB | 17/60 kB error 03-Jan-2023 03:03:18 Progress (2): 3.4/22 kB | 20/60 kB error 03-Jan-2023 03:03:18 Progress (2): 3.4/22 kB | 23/60 kB error 03-Jan-2023 03:03:18 Progress (2): 3.4/22 kB | 26/60 kB error 03-Jan-2023 03:03:18 Progress (2): 3.4/22 kB | 29/60 kB error 03-Jan-2023 03:03:18 Progress (2): 3.4/22 kB | 31/60 kB error 03-Jan-2023 03:03:18 Progress (2): 3.4/22 kB | 34/60 kB error 03-Jan-2023 03:03:18 Progress (2): 3.4/22 kB | 37/60 kB error 03-Jan-2023 03:03:18 Progress (3): 3.4/22 kB | 37/60 kB | 3.4/58 kB error 03-Jan-2023 03:03:18 Progress (4): 3.4/22 kB | 37/60 kB | 3.4/58 kB | 3.4/184 kB error 03-Jan-2023 03:03:18 Progress (4): 6.2/22 kB | 37/60 kB | 3.4/58 kB | 3.4/184 kB error 03-Jan-2023 03:03:18 Progress (4): 6.2/22 kB | 40/60 kB | 3.4/58 kB | 3.4/184 kB error 03-Jan-2023 03:03:18 Progress (4): 6.2/22 kB | 43/60 kB | 3.4/58 kB | 3.4/184 kB error 03-Jan-2023 03:03:18 Progress (4): 6.2/22 kB | 45/60 kB | 3.4/58 kB | 3.4/184 kB error 03-Jan-2023 03:03:18 Progress (4): 6.2/22 kB | 48/60 kB | 3.4/58 kB | 3.4/184 kB error 03-Jan-2023 03:03:18 Progress (4): 6.2/22 kB | 51/60 kB | 3.4/58 kB | 3.4/184 kB error 03-Jan-2023 03:03:18 Progress (4): 6.2/22 kB | 54/60 kB | 3.4/58 kB | 3.4/184 kB error 03-Jan-2023 03:03:18 Progress (4): 9.0/22 kB | 54/60 kB | 3.4/58 kB | 3.4/184 kB error 03-Jan-2023 03:03:18 Progress (4): 9.0/22 kB | 56/60 kB | 3.4/58 kB | 3.4/184 kB error 03-Jan-2023 03:03:18 Progress (4): 9.0/22 kB | 59/60 kB | 3.4/58 kB | 3.4/184 kB error 03-Jan-2023 03:03:18 Progress (4): 9.0/22 kB | 60 kB | 3.4/58 kB | 3.4/184 kB error 03-Jan-2023 03:03:18 Progress (4): 12/22 kB | 60 kB | 3.4/58 kB | 3.4/184 kB error 03-Jan-2023 03:03:18 Progress (4): 15/22 kB | 60 kB | 3.4/58 kB | 3.4/184 kB error 03-Jan-2023 03:03:18 Progress (4): 15/22 kB | 60 kB | 3.4/58 kB | 6.2/184 kB error 03-Jan-2023 03:03:18 Progress (4): 17/22 kB | 60 kB | 3.4/58 kB | 6.2/184 kB error 03-Jan-2023 03:03:18 Progress (4): 17/22 kB | 60 kB | 3.4/58 kB | 9.0/184 kB error 03-Jan-2023 03:03:18 Progress (4): 20/22 kB | 60 kB | 3.4/58 kB | 9.0/184 kB error 03-Jan-2023 03:03:18 Progress (4): 20/22 kB | 60 kB | 3.4/58 kB | 12/184 kB error 03-Jan-2023 03:03:18 Progress (4): 22 kB | 60 kB | 3.4/58 kB | 12/184 kB error 03-Jan-2023 03:03:18 Progress (4): 22 kB | 60 kB | 3.4/58 kB | 15/184 kB error 03-Jan-2023 03:03:18 Progress (4): 22 kB | 60 kB | 3.4/58 kB | 17/184 kB error 03-Jan-2023 03:03:18 Progress (4): 22 kB | 60 kB | 3.4/58 kB | 20/184 kB error 03-Jan-2023 03:03:18 Progress (4): 22 kB | 60 kB | 6.2/58 kB | 20/184 kB error 03-Jan-2023 03:03:18 Progress (4): 22 kB | 60 kB | 9.0/58 kB | 20/184 kB error 03-Jan-2023 03:03:18 Progress (4): 22 kB | 60 kB | 12/58 kB | 20/184 kB error 03-Jan-2023 03:03:18 Progress (4): 22 kB | 60 kB | 15/58 kB | 20/184 kB error 03-Jan-2023 03:03:18 Progress (4): 22 kB | 60 kB | 17/58 kB | 20/184 kB error 03-Jan-2023 03:03:18 Progress (4): 22 kB | 60 kB | 20/58 kB | 20/184 kB error 03-Jan-2023 03:03:18 Progress (4): 22 kB | 60 kB | 23/58 kB | 20/184 kB error 03-Jan-2023 03:03:18 Progress (4): 22 kB | 60 kB | 26/58 kB | 20/184 kB error 03-Jan-2023 03:03:18 Progress (4): 22 kB | 60 kB | 29/58 kB | 20/184 kB error 03-Jan-2023 03:03:18 Progress (4): 22 kB | 60 kB | 31/58 kB | 20/184 kB error 03-Jan-2023 03:03:18 Progress (4): 22 kB | 60 kB | 34/58 kB | 20/184 kB error 03-Jan-2023 03:03:18 Progress (4): 22 kB | 60 kB | 37/58 kB | 20/184 kB error 03-Jan-2023 03:03:18 Progress (4): 22 kB | 60 kB | 40/58 kB | 20/184 kB error 03-Jan-2023 03:03:18 Progress (4): 22 kB | 60 kB | 43/58 kB | 20/184 kB error 03-Jan-2023 03:03:18 Progress (4): 22 kB | 60 kB | 45/58 kB | 20/184 kB error 03-Jan-2023 03:03:18 Progress (4): 22 kB | 60 kB | 48/58 kB | 20/184 kB error 03-Jan-2023 03:03:18 Progress (4): 22 kB | 60 kB | 51/58 kB | 20/184 kB error 03-Jan-2023 03:03:18 Progress (4): 22 kB | 60 kB | 54/58 kB | 20/184 kB error 03-Jan-2023 03:03:18 Progress (4): 22 kB | 60 kB | 57/58 kB | 20/184 kB error 03-Jan-2023 03:03:18 Progress (4): 22 kB | 60 kB | 58 kB | 20/184 kB error 03-Jan-2023 03:03:18 Progress (4): 22 kB | 60 kB | 58 kB | 23/184 kB error 03-Jan-2023 03:03:18 Progress (4): 22 kB | 60 kB | 58 kB | 26/184 kB error 03-Jan-2023 03:03:18 Progress (4): 22 kB | 60 kB | 58 kB | 29/184 kB error 03-Jan-2023 03:03:18 Progress (4): 22 kB | 60 kB | 58 kB | 31/184 kB error 03-Jan-2023 03:03:18 Progress (4): 22 kB | 60 kB | 58 kB | 34/184 kB error 03-Jan-2023 03:03:18 Progress (4): 22 kB | 60 kB | 58 kB | 37/184 kB error 03-Jan-2023 03:03:18 Progress (4): 22 kB | 60 kB | 58 kB | 40/184 kB error 03-Jan-2023 03:03:18 Progress (4): 22 kB | 60 kB | 58 kB | 43/184 kB error 03-Jan-2023 03:03:18 Progress (4): 22 kB | 60 kB | 58 kB | 45/184 kB error 03-Jan-2023 03:03:18 Progress (4): 22 kB | 60 kB | 58 kB | 48/184 kB error 03-Jan-2023 03:03:18 Progress (4): 22 kB | 60 kB | 58 kB | 51/184 kB error 03-Jan-2023 03:03:18 Progress (4): 22 kB | 60 kB | 58 kB | 54/184 kB error 03-Jan-2023 03:03:18 Progress (4): 22 kB | 60 kB | 58 kB | 56/184 kB error 03-Jan-2023 03:03:18 Progress (4): 22 kB | 60 kB | 58 kB | 59/184 kB error 03-Jan-2023 03:03:18 Progress (4): 22 kB | 60 kB | 58 kB | 62/184 kB error 03-Jan-2023 03:03:18 Progress (4): 22 kB | 60 kB | 58 kB | 65/184 kB error 03-Jan-2023 03:03:18 Progress (4): 22 kB | 60 kB | 58 kB | 68/184 kB error 03-Jan-2023 03:03:18 Progress (4): 22 kB | 60 kB | 58 kB | 70/184 kB error 03-Jan-2023 03:03:18 Progress (4): 22 kB | 60 kB | 58 kB | 73/184 kB error 03-Jan-2023 03:03:18 Progress (4): 22 kB | 60 kB | 58 kB | 76/184 kB error 03-Jan-2023 03:03:18 Progress (4): 22 kB | 60 kB | 58 kB | 79/184 kB error 03-Jan-2023 03:03:18 Progress (4): 22 kB | 60 kB | 58 kB | 82/184 kB error 03-Jan-2023 03:03:18 Progress (4): 22 kB | 60 kB | 58 kB | 84/184 kB error 03-Jan-2023 03:03:18 Progress (4): 22 kB | 60 kB | 58 kB | 87/184 kB error 03-Jan-2023 03:03:18 Progress (4): 22 kB | 60 kB | 58 kB | 90/184 kB error 03-Jan-2023 03:03:18 Progress (4): 22 kB | 60 kB | 58 kB | 93/184 kB error 03-Jan-2023 03:03:18 Progress (4): 22 kB | 60 kB | 58 kB | 96/184 kB error 03-Jan-2023 03:03:18 Progress (4): 22 kB | 60 kB | 58 kB | 98/184 kB error 03-Jan-2023 03:03:18 Progress (4): 22 kB | 60 kB | 58 kB | 101/184 kB error 03-Jan-2023 03:03:18 Progress (4): 22 kB | 60 kB | 58 kB | 104/184 kB error 03-Jan-2023 03:03:18 Progress (4): 22 kB | 60 kB | 58 kB | 107/184 kB error 03-Jan-2023 03:03:18 Progress (4): 22 kB | 60 kB | 58 kB | 110/184 kB error 03-Jan-2023 03:03:18 Progress (4): 22 kB | 60 kB | 58 kB | 112/184 kB error 03-Jan-2023 03:03:18 Progress (4): 22 kB | 60 kB | 58 kB | 115/184 kB error 03-Jan-2023 03:03:18 Progress (4): 22 kB | 60 kB | 58 kB | 118/184 kB error 03-Jan-2023 03:03:18 Progress (4): 22 kB | 60 kB | 58 kB | 121/184 kB error 03-Jan-2023 03:03:18 Progress (4): 22 kB | 60 kB | 58 kB | 124/184 kB error 03-Jan-2023 03:03:18 Progress (4): 22 kB | 60 kB | 58 kB | 126/184 kB error 03-Jan-2023 03:03:18 Progress (4): 22 kB | 60 kB | 58 kB | 129/184 kB error 03-Jan-2023 03:03:18 Progress (4): 22 kB | 60 kB | 58 kB | 132/184 kB error 03-Jan-2023 03:03:18 Progress (4): 22 kB | 60 kB | 58 kB | 135/184 kB error 03-Jan-2023 03:03:18 Progress (4): 22 kB | 60 kB | 58 kB | 138/184 kB error 03-Jan-2023 03:03:18 Progress (4): 22 kB | 60 kB | 58 kB | 140/184 kB error 03-Jan-2023 03:03:18 Progress (4): 22 kB | 60 kB | 58 kB | 143/184 kB error 03-Jan-2023 03:03:18 Progress (4): 22 kB | 60 kB | 58 kB | 146/184 kB error 03-Jan-2023 03:03:18 Progress (4): 22 kB | 60 kB | 58 kB | 149/184 kB error 03-Jan-2023 03:03:18 Progress (4): 22 kB | 60 kB | 58 kB | 152/184 kB error 03-Jan-2023 03:03:18 Progress (4): 22 kB | 60 kB | 58 kB | 154/184 kB error 03-Jan-2023 03:03:18 Progress (4): 22 kB | 60 kB | 58 kB | 157/184 kB error 03-Jan-2023 03:03:18 Progress (4): 22 kB | 60 kB | 58 kB | 160/184 kB error 03-Jan-2023 03:03:18 Progress (4): 22 kB | 60 kB | 58 kB | 163/184 kB error 03-Jan-2023 03:03:18 Progress (4): 22 kB | 60 kB | 58 kB | 166/184 kB error 03-Jan-2023 03:03:18 Progress (4): 22 kB | 60 kB | 58 kB | 168/184 kB error 03-Jan-2023 03:03:18 Progress (4): 22 kB | 60 kB | 58 kB | 171/184 kB error 03-Jan-2023 03:03:18 Progress (4): 22 kB | 60 kB | 58 kB | 174/184 kB error 03-Jan-2023 03:03:18 Progress (4): 22 kB | 60 kB | 58 kB | 177/184 kB error 03-Jan-2023 03:03:18 Progress (4): 22 kB | 60 kB | 58 kB | 180/184 kB error 03-Jan-2023 03:03:18 Progress (4): 22 kB | 60 kB | 58 kB | 182/184 kB error 03-Jan-2023 03:03:18 Progress (4): 22 kB | 60 kB | 58 kB | 184 kB error 03-Jan-2023 03:03:18 error 03-Jan-2023 03:03:18 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/codehaus/plexus/plexus-interpolation/1.15/plexus-interpolation-1.15.jar (60 kB at 228 kB/s) error 03-Jan-2023 03:03:18 #17 127.0 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.jar (22 kB at 77 kB/s) error 03-Jan-2023 03:03:18 #17 127.0 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/codehaus/plexus/plexus-io/2.0.2/plexus-io-2.0.2.jar (58 kB at 221 kB/s) error 03-Jan-2023 03:03:18 #17 127.0 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/codehaus/plexus/plexus-archiver/2.1/plexus-archiver-2.1.jar (184 kB at 619 kB/s) error 03-Jan-2023 03:03:18 #17 127.0 Progress (1): 4.1/208 kB error 03-Jan-2023 03:03:18 Progress (1): 8.2/208 kB error 03-Jan-2023 03:03:18 Progress (1): 12/208 kB error 03-Jan-2023 03:03:18 Progress (1): 16/208 kB error 03-Jan-2023 03:03:18 Progress (1): 20/208 kB error 03-Jan-2023 03:03:18 Progress (1): 24/208 kB error 03-Jan-2023 03:03:18 Progress (1): 28/208 kB error 03-Jan-2023 03:03:18 Progress (1): 32/208 kB error 03-Jan-2023 03:03:18 Progress (1): 36/208 kB error 03-Jan-2023 03:03:18 Progress (1): 40/208 kB error 03-Jan-2023 03:03:18 Progress (1): 44/208 kB error 03-Jan-2023 03:03:18 Progress (1): 49/208 kB error 03-Jan-2023 03:03:18 Progress (1): 51/208 kB error 03-Jan-2023 03:03:18 Progress (1): 55/208 kB error 03-Jan-2023 03:03:18 Progress (1): 59/208 kB error 03-Jan-2023 03:03:18 Progress (1): 63/208 kB error 03-Jan-2023 03:03:18 Progress (1): 67/208 kB error 03-Jan-2023 03:03:18 Progress (1): 71/208 kB error 03-Jan-2023 03:03:18 Progress (1): 75/208 kB error 03-Jan-2023 03:03:18 Progress (1): 79/208 kB error 03-Jan-2023 03:03:18 Progress (1): 83/208 kB error 03-Jan-2023 03:03:18 Progress (1): 85/208 kB error 03-Jan-2023 03:03:18 Progress (1): 89/208 kB error 03-Jan-2023 03:03:18 Progress (1): 94/208 kB error 03-Jan-2023 03:03:18 Progress (1): 98/208 kB error 03-Jan-2023 03:03:18 Progress (1): 102/208 kB error 03-Jan-2023 03:03:18 Progress (1): 106/208 kB error 03-Jan-2023 03:03:18 Progress (1): 110/208 kB error 03-Jan-2023 03:03:18 Progress (1): 114/208 kB error 03-Jan-2023 03:03:18 Progress (1): 118/208 kB error 03-Jan-2023 03:03:18 Progress (1): 120/208 kB error 03-Jan-2023 03:03:18 Progress (1): 124/208 kB error 03-Jan-2023 03:03:18 Progress (1): 128/208 kB error 03-Jan-2023 03:03:18 Progress (1): 132/208 kB error 03-Jan-2023 03:03:18 Progress (1): 137/208 kB error 03-Jan-2023 03:03:18 Progress (1): 141/208 kB error 03-Jan-2023 03:03:18 Progress (1): 143/208 kB error 03-Jan-2023 03:03:18 Progress (1): 147/208 kB error 03-Jan-2023 03:03:18 Progress (1): 151/208 kB error 03-Jan-2023 03:03:18 Progress (1): 155/208 kB error 03-Jan-2023 03:03:18 Progress (1): 159/208 kB error 03-Jan-2023 03:03:18 Progress (1): 163/208 kB error 03-Jan-2023 03:03:18 Progress (1): 167/208 kB error 03-Jan-2023 03:03:18 Progress (1): 171/208 kB error 03-Jan-2023 03:03:18 Progress (1): 176/208 kB error 03-Jan-2023 03:03:18 Progress (1): 178/208 kB error 03-Jan-2023 03:03:18 Progress (1): 182/208 kB error 03-Jan-2023 03:03:18 Progress (1): 186/208 kB error 03-Jan-2023 03:03:18 Progress (1): 190/208 kB error 03-Jan-2023 03:03:18 Progress (1): 195/208 kB error 03-Jan-2023 03:03:18 Progress (1): 197/208 kB error 03-Jan-2023 03:03:18 Progress (1): 201/208 kB error 03-Jan-2023 03:03:18 Progress (1): 206/208 kB error 03-Jan-2023 03:03:18 Progress (1): 208 kB error 03-Jan-2023 03:03:18 error 03-Jan-2023 03:03:18 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/commons-lang/commons-lang/2.1/commons-lang-2.1.jar (208 kB at 474 kB/s) error 03-Jan-2023 03:03:18 #17 127.3 [INFO] Building jar: /app/package/target/referenceapplication-package-2.13.0-SNAPSHOT.jar error 03-Jan-2023 03:03:18 #17 127.4 [INFO] error 03-Jan-2023 03:03:18 #17 127.4 [INFO] --- maven-assembly-plugin:2.3:single (make-assembly) @ referenceapplication-package --- error 03-Jan-2023 03:03:18 #17 127.4 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/shared/maven-common-artifact-filters/1.4/maven-common-artifact-filters-1.4.pom error 03-Jan-2023 03:03:19 #17 127.5 Progress (1): 3.4/3.8 kB error 03-Jan-2023 03:03:19 Progress (1): 3.8 kB error 03-Jan-2023 03:03:19 error 03-Jan-2023 03:03:19 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/shared/maven-common-artifact-filters/1.4/maven-common-artifact-filters-1.4.pom (3.8 kB at 16 kB/s) error 03-Jan-2023 03:03:19 #17 127.6 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-artifact/2.0.8/maven-artifact-2.0.8.pom error 03-Jan-2023 03:03:19 #17 127.8 Progress (1): 1.6 kB error 03-Jan-2023 03:03:19 error 03-Jan-2023 03:03:19 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-artifact/2.0.8/maven-artifact-2.0.8.pom (1.6 kB at 6.9 kB/s) error 03-Jan-2023 03:03:19 #17 127.9 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven/2.0.8/maven-2.0.8.pom error 03-Jan-2023 03:03:19 #17 128.0 Progress (1): 3.4/12 kB error 03-Jan-2023 03:03:19 Progress (1): 6.2/12 kB error 03-Jan-2023 03:03:19 Progress (1): 9.0/12 kB error 03-Jan-2023 03:03:19 Progress (1): 12/12 kB error 03-Jan-2023 03:03:19 Progress (1): 12 kB error 03-Jan-2023 03:03:19 error 03-Jan-2023 03:03:19 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven/2.0.8/maven-2.0.8.pom (12 kB at 53 kB/s) error 03-Jan-2023 03:03:19 #17 128.1 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-parent/6/maven-parent-6.pom error 03-Jan-2023 03:03:19 #17 128.2 Progress (1): 3.4/20 kB error 03-Jan-2023 03:03:19 Progress (1): 6.2/20 kB error 03-Jan-2023 03:03:19 Progress (1): 9.0/20 kB error 03-Jan-2023 03:03:19 Progress (1): 12/20 kB error 03-Jan-2023 03:03:19 Progress (1): 15/20 kB error 03-Jan-2023 03:03:19 Progress (1): 17/20 kB error 03-Jan-2023 03:03:19 Progress (1): 20 kB error 03-Jan-2023 03:03:19 error 03-Jan-2023 03:03:19 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-parent/6/maven-parent-6.pom (20 kB at 86 kB/s) error 03-Jan-2023 03:03:19 #17 128.4 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-model/2.0.8/maven-model-2.0.8.pom error 03-Jan-2023 03:03:19 #17 128.5 Progress (1): 3.1 kB error 03-Jan-2023 03:03:20 error 03-Jan-2023 03:03:20 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-model/2.0.8/maven-model-2.0.8.pom (3.1 kB at 14 kB/s) error 03-Jan-2023 03:03:20 #17 128.6 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-project/2.0.8/maven-project-2.0.8.pom error 03-Jan-2023 03:03:20 #17 128.7 Progress (1): 2.7 kB error 03-Jan-2023 03:03:20 error 03-Jan-2023 03:03:20 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-project/2.0.8/maven-project-2.0.8.pom (2.7 kB at 12 kB/s) error 03-Jan-2023 03:03:20 #17 128.8 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-settings/2.0.8/maven-settings-2.0.8.pom error 03-Jan-2023 03:03:20 #17 128.9 Progress (1): 2.1 kB error 03-Jan-2023 03:03:20 error 03-Jan-2023 03:03:20 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-settings/2.0.8/maven-settings-2.0.8.pom (2.1 kB at 9.0 kB/s) error 03-Jan-2023 03:03:20 #17 129.0 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-profile/2.0.8/maven-profile-2.0.8.pom error 03-Jan-2023 03:03:20 #17 129.2 Progress (1): 2.0 kB error 03-Jan-2023 03:03:20 error 03-Jan-2023 03:03:20 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-profile/2.0.8/maven-profile-2.0.8.pom (2.0 kB at 8.8 kB/s) error 03-Jan-2023 03:03:20 #17 129.3 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-artifact-manager/2.0.8/maven-artifact-manager-2.0.8.pom error 03-Jan-2023 03:03:20 #17 129.4 Progress (1): 2.7 kB error 03-Jan-2023 03:03:20 error 03-Jan-2023 03:03:21 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-artifact-manager/2.0.8/maven-artifact-manager-2.0.8.pom (2.7 kB at 12 kB/s) error 03-Jan-2023 03:03:21 #17 129.5 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-repository-metadata/2.0.8/maven-repository-metadata-2.0.8.pom error 03-Jan-2023 03:03:21 #17 129.6 Progress (1): 1.9 kB error 03-Jan-2023 03:03:21 error 03-Jan-2023 03:03:21 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-repository-metadata/2.0.8/maven-repository-metadata-2.0.8.pom (1.9 kB at 8.3 kB/s) error 03-Jan-2023 03:03:21 #17 129.7 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-plugin-registry/2.0.8/maven-plugin-registry-2.0.8.pom error 03-Jan-2023 03:03:21 #17 129.9 Progress (1): 2.0 kB error 03-Jan-2023 03:03:21 error 03-Jan-2023 03:03:21 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-plugin-registry/2.0.8/maven-plugin-registry-2.0.8.pom (2.0 kB at 8.6 kB/s) error 03-Jan-2023 03:03:21 #17 130.0 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-plugin-api/2.0.8/maven-plugin-api-2.0.8.pom error 03-Jan-2023 03:03:21 #17 130.1 Progress (1): 1.5 kB error 03-Jan-2023 03:03:21 error 03-Jan-2023 03:03:21 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-plugin-api/2.0.8/maven-plugin-api-2.0.8.pom (1.5 kB at 6.4 kB/s) error 03-Jan-2023 03:03:21 #17 130.2 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/shared/file-management/1.1/file-management-1.1.pom error 03-Jan-2023 03:03:21 #17 130.3 Progress (1): 2.7 kB error 03-Jan-2023 03:03:21 error 03-Jan-2023 03:03:22 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/shared/file-management/1.1/file-management-1.1.pom (2.7 kB at 11 kB/s) error 03-Jan-2023 03:03:22 #17 130.5 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/shared/maven-shared-components/4/maven-shared-components-4.pom error 03-Jan-2023 03:03:22 #17 130.6 Progress (1): 2.2 kB error 03-Jan-2023 03:03:22 error 03-Jan-2023 03:03:22 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/shared/maven-shared-components/4/maven-shared-components-4.pom (2.2 kB at 9.2 kB/s) error 03-Jan-2023 03:03:22 #17 130.7 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/shared/maven-shared-io/1.0/maven-shared-io-1.0.pom error 03-Jan-2023 03:03:22 #17 130.8 Progress (1): 3.0 kB error 03-Jan-2023 03:03:22 error 03-Jan-2023 03:03:22 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/shared/maven-shared-io/1.0/maven-shared-io-1.0.pom (3.0 kB at 13 kB/s) error 03-Jan-2023 03:03:22 #17 131.0 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/codehaus/plexus/plexus-utils/1.2/plexus-utils-1.2.pom error 03-Jan-2023 03:03:22 #17 131.1 Progress (1): 767 B error 03-Jan-2023 03:03:22 error 03-Jan-2023 03:03:22 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/codehaus/plexus/plexus-utils/1.2/plexus-utils-1.2.pom (767 B at 3.3 kB/s) error 03-Jan-2023 03:03:22 #17 131.2 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/codehaus/plexus/plexus/1.0.5/plexus-1.0.5.pom error 03-Jan-2023 03:03:22 #17 131.3 Progress (1): 3.4/5.9 kB error 03-Jan-2023 03:03:22 Progress (1): 5.9 kB error 03-Jan-2023 03:03:22 error 03-Jan-2023 03:03:22 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/codehaus/plexus/plexus/1.0.5/plexus-1.0.5.pom (5.9 kB at 25 kB/s) error 03-Jan-2023 03:03:22 #17 131.5 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/shared/maven-repository-builder/1.0-alpha-2/maven-repository-builder-1.0-alpha-2.pom error 03-Jan-2023 03:03:22 #17 131.6 Progress (1): 3.2 kB error 03-Jan-2023 03:03:23 error 03-Jan-2023 03:03:23 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/shared/maven-repository-builder/1.0-alpha-2/maven-repository-builder-1.0-alpha-2.pom (3.2 kB at 14 kB/s) error 03-Jan-2023 03:03:23 #17 131.7 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/shared/maven-shared-components/7/maven-shared-components-7.pom error 03-Jan-2023 03:03:23 #17 131.8 Progress (1): 2.6 kB error 03-Jan-2023 03:03:23 error 03-Jan-2023 03:03:23 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/shared/maven-shared-components/7/maven-shared-components-7.pom (2.6 kB at 11 kB/s) error 03-Jan-2023 03:03:23 #17 131.9 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-artifact/2.0.4/maven-artifact-2.0.4.pom error 03-Jan-2023 03:03:23 #17 132.1 Progress (1): 765 B error 03-Jan-2023 03:03:23 error 03-Jan-2023 03:03:23 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-artifact/2.0.4/maven-artifact-2.0.4.pom (765 B at 3.3 kB/s) error 03-Jan-2023 03:03:23 #17 132.2 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven/2.0.4/maven-2.0.4.pom error 03-Jan-2023 03:03:23 #17 132.3 Progress (1): 3.3/11 kB error 03-Jan-2023 03:03:23 Progress (1): 6.1/11 kB error 03-Jan-2023 03:03:23 Progress (1): 8.9/11 kB error 03-Jan-2023 03:03:23 Progress (1): 11 kB error 03-Jan-2023 03:03:23 error 03-Jan-2023 03:03:23 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven/2.0.4/maven-2.0.4.pom (11 kB at 48 kB/s) error 03-Jan-2023 03:03:23 #17 132.4 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-artifact-manager/2.0.4/maven-artifact-manager-2.0.4.pom error 03-Jan-2023 03:03:23 #17 132.5 Progress (1): 1.4 kB error 03-Jan-2023 03:03:24 error 03-Jan-2023 03:03:24 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-artifact-manager/2.0.4/maven-artifact-manager-2.0.4.pom (1.4 kB at 6.0 kB/s) error 03-Jan-2023 03:03:24 #17 132.6 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-repository-metadata/2.0.4/maven-repository-metadata-2.0.4.pom error 03-Jan-2023 03:03:24 #17 132.7 Progress (1): 1.5 kB error 03-Jan-2023 03:03:24 error 03-Jan-2023 03:03:24 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-repository-metadata/2.0.4/maven-repository-metadata-2.0.4.pom (1.5 kB at 6.4 kB/s) error 03-Jan-2023 03:03:24 #17 132.9 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-project/2.0.4/maven-project-2.0.4.pom error 03-Jan-2023 03:03:24 #17 133.0 Progress (1): 1.8 kB error 03-Jan-2023 03:03:24 error 03-Jan-2023 03:03:24 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-project/2.0.4/maven-project-2.0.4.pom (1.8 kB at 8.0 kB/s) error 03-Jan-2023 03:03:24 #17 133.1 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-settings/2.0.4/maven-settings-2.0.4.pom error 03-Jan-2023 03:03:24 #17 133.2 Progress (1): 1.6 kB error 03-Jan-2023 03:03:24 error 03-Jan-2023 03:03:24 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-settings/2.0.4/maven-settings-2.0.4.pom (1.6 kB at 6.9 kB/s) error 03-Jan-2023 03:03:24 #17 133.3 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-model/2.0.4/maven-model-2.0.4.pom error 03-Jan-2023 03:03:24 #17 133.5 Progress (1): 2.7 kB error 03-Jan-2023 03:03:24 error 03-Jan-2023 03:03:25 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-model/2.0.4/maven-model-2.0.4.pom (2.7 kB at 11 kB/s) error 03-Jan-2023 03:03:25 #17 133.6 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-profile/2.0.4/maven-profile-2.0.4.pom error 03-Jan-2023 03:03:25 #17 133.7 Progress (1): 1.6 kB error 03-Jan-2023 03:03:25 error 03-Jan-2023 03:03:25 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-profile/2.0.4/maven-profile-2.0.4.pom (1.6 kB at 6.8 kB/s) error 03-Jan-2023 03:03:25 #17 133.8 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/shared/maven-common-artifact-filters/1.0-alpha-1/maven-common-artifact-filters-1.0-alpha-1.pom error 03-Jan-2023 03:03:25 #17 134.0 Progress (1): 1.8 kB error 03-Jan-2023 03:03:25 error 03-Jan-2023 03:03:25 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/shared/maven-common-artifact-filters/1.0-alpha-1/maven-common-artifact-filters-1.0-alpha-1.pom (1.8 kB at 7.1 kB/s) error 03-Jan-2023 03:03:25 #17 134.1 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/shared/maven-shared-components/6/maven-shared-components-6.pom error 03-Jan-2023 03:03:25 #17 134.2 Progress (1): 3.1 kB error 03-Jan-2023 03:03:25 error 03-Jan-2023 03:03:25 #17 ... error 03-Jan-2023 03:03:25 error 03-Jan-2023 03:03:25 #16 [linux/arm64 dev 4/4] RUN mvn -s /usr/share/maven/ref/settings-docker.xml install error 03-Jan-2023 03:03:25 #16 124.1 Progress (1): 3.4/14 kB error 03-Jan-2023 03:03:25 Progress (1): 6.2/14 kB error 03-Jan-2023 03:03:25 Progress (1): 9.0/14 kB error 03-Jan-2023 03:03:25 Progress (1): 12/14 kB error 03-Jan-2023 03:03:25 Progress (1): 14 kB error 03-Jan-2023 03:03:25 error 03-Jan-2023 03:03:25 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/eclipse/sisu/sisu-inject/0.0.0.M5/sisu-inject-0.0.0.M5.pom (14 kB at 55 kB/s) error 03-Jan-2023 03:03:25 #16 124.3 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-core/3.1.1/maven-core-3.1.1.pom error 03-Jan-2023 03:03:25 #16 124.5 Progress (1): 3.4/7.3 kB error 03-Jan-2023 03:03:25 Progress (1): 6.2/7.3 kB error 03-Jan-2023 03:03:25 Progress (1): 7.3 kB error 03-Jan-2023 03:03:25 error 03-Jan-2023 03:03:25 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-core/3.1.1/maven-core-3.1.1.pom (7.3 kB at 27 kB/s) error 03-Jan-2023 03:03:25 #16 124.6 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-settings/3.1.1/maven-settings-3.1.1.pom error 03-Jan-2023 03:03:25 #16 124.7 Progress (1): 2.2 kB error 03-Jan-2023 03:03:25 error 03-Jan-2023 03:03:25 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-settings/3.1.1/maven-settings-3.1.1.pom (2.2 kB at 8.3 kB/s) error 03-Jan-2023 03:03:25 #16 124.9 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-settings-builder/3.1.1/maven-settings-builder-3.1.1.pom error 03-Jan-2023 03:03:25 #16 125.0 Progress (1): 2.6 kB error 03-Jan-2023 03:03:25 error 03-Jan-2023 03:03:25 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-settings-builder/3.1.1/maven-settings-builder-3.1.1.pom (2.6 kB at 10 kB/s) error 03-Jan-2023 03:03:25 #16 125.2 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/codehaus/plexus/plexus-interpolation/1.19/plexus-interpolation-1.19.pom error 03-Jan-2023 03:03:25 #16 125.3 Progress (1): 1.0 kB error 03-Jan-2023 03:03:25 error 03-Jan-2023 03:03:25 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/codehaus/plexus/plexus-interpolation/1.19/plexus-interpolation-1.19.pom (1.0 kB at 4.3 kB/s) error 03-Jan-2023 03:03:25 #16 125.5 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-repository-metadata/3.1.1/maven-repository-metadata-3.1.1.pom error 03-Jan-2023 03:03:25 #16 125.6 Progress (1): 2.2 kB error 03-Jan-2023 03:03:25 error 03-Jan-2023 03:03:25 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-repository-metadata/3.1.1/maven-repository-metadata-3.1.1.pom (2.2 kB at 8.5 kB/s) error 03-Jan-2023 03:03:25 #16 125.8 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-model-builder/3.1.1/maven-model-builder-3.1.1.pom error 03-Jan-2023 03:03:25 #16 125.9 Progress (1): 2.8 kB error 03-Jan-2023 03:03:25 error 03-Jan-2023 03:03:25 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-model-builder/3.1.1/maven-model-builder-3.1.1.pom (2.8 kB at 9.5 kB/s) error 03-Jan-2023 03:03:25 #16 126.1 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-aether-provider/3.1.1/maven-aether-provider-3.1.1.pom error 03-Jan-2023 03:03:25 #16 126.2 Progress (1): 3.4/4.1 kB error 03-Jan-2023 03:03:25 Progress (1): 4.1 kB error 03-Jan-2023 03:03:25 error 03-Jan-2023 03:03:25 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-aether-provider/3.1.1/maven-aether-provider-3.1.1.pom (4.1 kB at 17 kB/s) error 03-Jan-2023 03:03:25 #16 126.6 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/reporting/maven-reporting-impl/3.0.0/maven-reporting-impl-3.0.0.pom error 03-Jan-2023 03:03:25 #16 126.8 Progress (1): 3.3/7.6 kB error 03-Jan-2023 03:03:25 Progress (1): 6.1/7.6 kB error 03-Jan-2023 03:03:25 Progress (1): 7.6 kB error 03-Jan-2023 03:03:25 error 03-Jan-2023 03:03:25 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/reporting/maven-reporting-impl/3.0.0/maven-reporting-impl-3.0.0.pom (7.6 kB at 29 kB/s) error 03-Jan-2023 03:03:25 #16 127.2 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/shared/maven-shared-utils/3.2.0/maven-shared-utils-3.2.0.pom error 03-Jan-2023 03:03:25 #16 127.3 Progress (1): 3.4/4.9 kB error 03-Jan-2023 03:03:25 Progress (1): 4.9 kB error 03-Jan-2023 03:03:25 error 03-Jan-2023 03:03:25 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/shared/maven-shared-utils/3.2.0/maven-shared-utils-3.2.0.pom (4.9 kB at 18 kB/s) error 03-Jan-2023 03:03:25 #16 127.5 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/doxia/doxia-sink-api/1.7/doxia-sink-api-1.7.pom error 03-Jan-2023 03:03:25 #16 127.7 Progress (1): 1.5 kB error 03-Jan-2023 03:03:25 error 03-Jan-2023 03:03:25 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/doxia/doxia-sink-api/1.7/doxia-sink-api-1.7.pom (1.5 kB at 6.0 kB/s) error 03-Jan-2023 03:03:25 #16 127.8 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/doxia/doxia/1.7/doxia-1.7.pom error 03-Jan-2023 03:03:25 #16 127.9 Progress (1): 3.3/15 kB error 03-Jan-2023 03:03:25 Progress (1): 6.1/15 kB error 03-Jan-2023 03:03:25 Progress (1): 8.9/15 kB error 03-Jan-2023 03:03:25 Progress (1): 12/15 kB error 03-Jan-2023 03:03:25 Progress (1): 15/15 kB error 03-Jan-2023 03:03:25 Progress (1): 15 kB error 03-Jan-2023 03:03:25 error 03-Jan-2023 03:03:25 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/doxia/doxia/1.7/doxia-1.7.pom (15 kB at 61 kB/s) error 03-Jan-2023 03:03:25 #16 128.1 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/doxia/doxia-logging-api/1.7/doxia-logging-api-1.7.pom error 03-Jan-2023 03:03:25 #16 128.3 Progress (1): 1.5 kB error 03-Jan-2023 03:03:25 error 03-Jan-2023 03:03:25 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/doxia/doxia-logging-api/1.7/doxia-logging-api-1.7.pom (1.5 kB at 5.0 kB/s) error 03-Jan-2023 03:03:25 #16 128.6 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/doxia/doxia-decoration-model/1.7.4/doxia-decoration-model-1.7.4.pom error 03-Jan-2023 03:03:25 #16 128.8 Progress (1): 3.4/3.4 kB error 03-Jan-2023 03:03:25 Progress (1): 3.4 kB error 03-Jan-2023 03:03:25 error 03-Jan-2023 03:03:25 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/doxia/doxia-decoration-model/1.7.4/doxia-decoration-model-1.7.4.pom (3.4 kB at 11 kB/s) error 03-Jan-2023 03:03:25 #16 129.0 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/doxia/doxia-sitetools/1.7.4/doxia-sitetools-1.7.4.pom error 03-Jan-2023 03:03:25 #16 129.1 Progress (1): 3.4/14 kB error 03-Jan-2023 03:03:25 Progress (1): 6.2/14 kB error 03-Jan-2023 03:03:25 Progress (1): 9.0/14 kB error 03-Jan-2023 03:03:25 Progress (1): 12/14 kB error 03-Jan-2023 03:03:25 Progress (1): 14 kB error 03-Jan-2023 03:03:25 error 03-Jan-2023 03:03:25 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/doxia/doxia-sitetools/1.7.4/doxia-sitetools-1.7.4.pom (14 kB at 50 kB/s) error 03-Jan-2023 03:03:25 #16 129.3 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/doxia/doxia-core/1.7/doxia-core-1.7.pom error 03-Jan-2023 03:03:25 #16 129.6 Progress (1): 3.4/4.1 kB error 03-Jan-2023 03:03:25 Progress (1): 4.1 kB error 03-Jan-2023 03:03:25 error 03-Jan-2023 03:03:25 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/doxia/doxia-core/1.7/doxia-core-1.7.pom (4.1 kB at 7.3 kB/s) error 03-Jan-2023 03:03:25 #16 130.6 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/xmlunit/xmlunit/1.5/xmlunit-1.5.pom error 03-Jan-2023 03:03:25 #16 131.2 Progress (1): 3.0 kB error 03-Jan-2023 03:03:25 error 03-Jan-2023 03:03:25 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/xmlunit/xmlunit/1.5/xmlunit-1.5.pom (3.0 kB at 3.3 kB/s) error 03-Jan-2023 03:03:25 #16 131.6 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/doxia/doxia-site-renderer/1.7.4/doxia-site-renderer-1.7.4.pom error 03-Jan-2023 03:03:25 #16 131.8 Progress (1): 3.4/6.7 kB error 03-Jan-2023 03:03:25 Progress (1): 6.2/6.7 kB error 03-Jan-2023 03:03:25 Progress (1): 6.7 kB error 03-Jan-2023 03:03:25 error 03-Jan-2023 03:03:25 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/doxia/doxia-site-renderer/1.7.4/doxia-site-renderer-1.7.4.pom (6.7 kB at 22 kB/s) error 03-Jan-2023 03:03:25 #16 132.1 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/doxia/doxia-skin-model/1.7.4/doxia-skin-model-1.7.4.pom error 03-Jan-2023 03:03:25 #16 132.3 Progress (1): 3.0 kB error 03-Jan-2023 03:03:25 error 03-Jan-2023 03:03:25 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/doxia/doxia-skin-model/1.7.4/doxia-skin-model-1.7.4.pom (3.0 kB at 11 kB/s) error 03-Jan-2023 03:03:25 #16 132.4 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/doxia/doxia-module-xhtml/1.7/doxia-module-xhtml-1.7.pom error 03-Jan-2023 03:03:25 #16 132.6 Progress (1): 1.6 kB error 03-Jan-2023 03:03:25 error 03-Jan-2023 03:03:25 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/doxia/doxia-module-xhtml/1.7/doxia-module-xhtml-1.7.pom (1.6 kB at 6.1 kB/s) error 03-Jan-2023 03:03:25 #16 132.7 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/doxia/doxia-modules/1.7/doxia-modules-1.7.pom error 03-Jan-2023 03:03:25 #16 132.8 Progress (1): 2.6 kB error 03-Jan-2023 03:03:25 error 03-Jan-2023 03:03:25 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/doxia/doxia-modules/1.7/doxia-modules-1.7.pom (2.6 kB at 10 kB/s) error 03-Jan-2023 03:03:25 #16 133.5 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/doxia/doxia-sink-api/1.9.1/doxia-sink-api-1.9.1.pom error 03-Jan-2023 03:03:25 #16 133.6 Progress (1): 1.5 kB error 03-Jan-2023 03:03:25 error 03-Jan-2023 03:03:25 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/doxia/doxia-sink-api/1.9.1/doxia-sink-api-1.9.1.pom (1.5 kB at 6.1 kB/s) error 03-Jan-2023 03:03:25 #16 133.7 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/doxia/doxia/1.9.1/doxia-1.9.1.pom error 03-Jan-2023 03:03:25 #16 133.9 Progress (1): 3.3/18 kB error 03-Jan-2023 03:03:25 Progress (1): 6.1/18 kB error 03-Jan-2023 03:03:25 Progress (1): 8.9/18 kB error 03-Jan-2023 03:03:25 Progress (1): 12/18 kB error 03-Jan-2023 03:03:25 Progress (1): 15/18 kB error 03-Jan-2023 03:03:25 Progress (1): 17/18 kB error 03-Jan-2023 03:03:25 Progress (1): 18 kB error 03-Jan-2023 03:03:25 error 03-Jan-2023 03:03:25 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/doxia/doxia/1.9.1/doxia-1.9.1.pom (18 kB at 58 kB/s) error 03-Jan-2023 03:03:25 #16 134.1 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/doxia/doxia-logging-api/1.9.1/doxia-logging-api-1.9.1.pom error 03-Jan-2023 03:03:25 #16 134.3 Progress (1): 1.5 kB error 03-Jan-2023 03:03:25 #16 ... error 03-Jan-2023 03:03:25 error 03-Jan-2023 03:03:25 #17 [linux/amd64 dev 4/4] RUN mvn -s /usr/share/maven/ref/settings-docker.xml install error 03-Jan-2023 03:03:25 #17 134.2 Progress (1): 3.1 kB error 03-Jan-2023 03:03:25 error 03-Jan-2023 03:03:25 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/shared/maven-shared-components/6/maven-shared-components-6.pom (3.1 kB at 13 kB/s) error 03-Jan-2023 03:03:25 #17 134.3 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.jar error 03-Jan-2023 03:03:25 #17 134.3 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/slf4j/jcl-over-slf4j/1.5.6/jcl-over-slf4j-1.5.6.jar error 03-Jan-2023 03:03:25 #17 134.3 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.jar error 03-Jan-2023 03:03:25 #17 134.3 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/shared/file-management/1.1/file-management-1.1.jar error 03-Jan-2023 03:03:25 #17 134.3 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/shared/maven-common-artifact-filters/1.4/maven-common-artifact-filters-1.4.jar error 03-Jan-2023 03:03:25 #17 134.5 Progress (1): 3.4/8.8 kB error 03-Jan-2023 03:03:25 Progress (1): 6.2/8.8 kB error 03-Jan-2023 03:03:25 Progress (1): 8.8 kB error 03-Jan-2023 03:03:25 Progress (2): 8.8 kB | 3.4/17 kB error 03-Jan-2023 03:03:25 Progress (2): 8.8 kB | 6.2/17 kB error 03-Jan-2023 03:03:25 Progress (2): 8.8 kB | 9.0/17 kB error 03-Jan-2023 03:03:25 Progress (2): 8.8 kB | 12/17 kB error 03-Jan-2023 03:03:25 Progress (3): 8.8 kB | 12/17 kB | 3.4/32 kB error 03-Jan-2023 03:03:25 Progress (3): 8.8 kB | 12/17 kB | 6.2/32 kB error 03-Jan-2023 03:03:25 Progress (3): 8.8 kB | 12/17 kB | 9.0/32 kB error 03-Jan-2023 03:03:25 Progress (3): 8.8 kB | 12/17 kB | 12/32 kB error 03-Jan-2023 03:03:25 Progress (3): 8.8 kB | 12/17 kB | 15/32 kB error 03-Jan-2023 03:03:25 Progress (3): 8.8 kB | 12/17 kB | 17/32 kB error 03-Jan-2023 03:03:25 Progress (3): 8.8 kB | 12/17 kB | 20/32 kB error 03-Jan-2023 03:03:25 Progress (3): 8.8 kB | 12/17 kB | 23/32 kB error 03-Jan-2023 03:03:25 Progress (3): 8.8 kB | 12/17 kB | 26/32 kB error 03-Jan-2023 03:03:25 Progress (3): 8.8 kB | 12/17 kB | 29/32 kB error 03-Jan-2023 03:03:25 Progress (3): 8.8 kB | 12/17 kB | 31/32 kB error 03-Jan-2023 03:03:25 Progress (3): 8.8 kB | 12/17 kB | 32 kB error 03-Jan-2023 03:03:25 Progress (4): 8.8 kB | 12/17 kB | 32 kB | 3.4/22 kB error 03-Jan-2023 03:03:25 Progress (4): 8.8 kB | 12/17 kB | 32 kB | 6.2/22 kB error 03-Jan-2023 03:03:25 Progress (4): 8.8 kB | 12/17 kB | 32 kB | 9.0/22 kB error 03-Jan-2023 03:03:25 Progress (4): 8.8 kB | 12/17 kB | 32 kB | 12/22 kB error 03-Jan-2023 03:03:25 Progress (4): 8.8 kB | 12/17 kB | 32 kB | 15/22 kB error 03-Jan-2023 03:03:25 Progress (4): 8.8 kB | 12/17 kB | 32 kB | 17/22 kB error 03-Jan-2023 03:03:25 Progress (4): 8.8 kB | 12/17 kB | 32 kB | 20/22 kB error 03-Jan-2023 03:03:25 Progress (4): 8.8 kB | 12/17 kB | 32 kB | 22 kB error 03-Jan-2023 03:03:25 Progress (5): 8.8 kB | 12/17 kB | 32 kB | 22 kB | 3.4/31 kB error 03-Jan-2023 03:03:25 Progress (5): 8.8 kB | 12/17 kB | 32 kB | 22 kB | 6.2/31 kB error 03-Jan-2023 03:03:25 Progress (5): 8.8 kB | 12/17 kB | 32 kB | 22 kB | 9.0/31 kB error 03-Jan-2023 03:03:25 Progress (5): 8.8 kB | 12/17 kB | 32 kB | 22 kB | 12/31 kB error 03-Jan-2023 03:03:25 Progress (5): 8.8 kB | 12/17 kB | 32 kB | 22 kB | 15/31 kB error 03-Jan-2023 03:03:25 Progress (5): 8.8 kB | 12/17 kB | 32 kB | 22 kB | 17/31 kB error 03-Jan-2023 03:03:25 Progress (5): 8.8 kB | 12/17 kB | 32 kB | 22 kB | 20/31 kB error 03-Jan-2023 03:03:25 Progress (5): 8.8 kB | 12/17 kB | 32 kB | 22 kB | 23/31 kB error 03-Jan-2023 03:03:25 Progress (5): 8.8 kB | 12/17 kB | 32 kB | 22 kB | 26/31 kB error 03-Jan-2023 03:03:25 Progress (5): 8.8 kB | 12/17 kB | 32 kB | 22 kB | 29/31 kB error 03-Jan-2023 03:03:25 Progress (5): 8.8 kB | 12/17 kB | 32 kB | 22 kB | 31 kB error 03-Jan-2023 03:03:25 Progress (5): 8.8 kB | 15/17 kB | 32 kB | 22 kB | 31 kB error 03-Jan-2023 03:03:26 Progress (5): 8.8 kB | 17 kB | 32 kB | 22 kB | 31 kB error 03-Jan-2023 03:03:26 error 03-Jan-2023 03:03:26 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.jar (8.8 kB at 35 kB/s) error 03-Jan-2023 03:03:26 #17 134.6 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/shared/maven-repository-builder/1.0-alpha-2/maven-repository-builder-1.0-alpha-2.jar error 03-Jan-2023 03:03:26 #17 134.6 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/shared/maven-common-artifact-filters/1.4/maven-common-artifact-filters-1.4.jar (32 kB at 124 kB/s) error 03-Jan-2023 03:03:26 #17 134.6 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.jar (22 kB at 87 kB/s) error 03-Jan-2023 03:03:26 #17 134.6 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/shared/file-management/1.1/file-management-1.1.jar (31 kB at 128 kB/s) error 03-Jan-2023 03:03:26 #17 134.7 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/slf4j/jcl-over-slf4j/1.5.6/jcl-over-slf4j-1.5.6.jar (17 kB at 47 kB/s) error 03-Jan-2023 03:03:26 #17 134.7 Progress (1): 3.3/23 kB error 03-Jan-2023 03:03:26 Progress (1): 6.1/23 kB error 03-Jan-2023 03:03:26 Progress (1): 8.9/23 kB error 03-Jan-2023 03:03:26 Progress (1): 12/23 kB error 03-Jan-2023 03:03:26 Progress (1): 15/23 kB error 03-Jan-2023 03:03:26 Progress (1): 17/23 kB error 03-Jan-2023 03:03:26 Progress (1): 20/23 kB error 03-Jan-2023 03:03:26 Progress (1): 23/23 kB error 03-Jan-2023 03:03:26 Progress (1): 23 kB error 03-Jan-2023 03:03:26 error 03-Jan-2023 03:03:26 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/shared/maven-repository-builder/1.0-alpha-2/maven-repository-builder-1.0-alpha-2.jar (23 kB at 49 kB/s) error 03-Jan-2023 03:03:26 #17 135.2 [INFO] Reading assembly descriptor: /app/package/src/main/assembly/assembly.xml error 03-Jan-2023 03:03:27 #17 135.5 [INFO] Building zip: /app/package/target/referenceapplication-package-2.13.0-SNAPSHOT-addons.zip error 03-Jan-2023 03:03:32 #17 ... error 03-Jan-2023 03:03:32 error 03-Jan-2023 03:03:32 #16 [linux/arm64 dev 4/4] RUN mvn -s /usr/share/maven/ref/settings-docker.xml install error 03-Jan-2023 03:03:32 #16 134.3 Progress (1): 1.5 kB error 03-Jan-2023 03:03:32 error 03-Jan-2023 03:03:32 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/doxia/doxia-logging-api/1.9.1/doxia-logging-api-1.9.1.pom (1.5 kB at 4.5 kB/s) error 03-Jan-2023 03:03:32 #16 134.5 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/codehaus/plexus/plexus-container-default/1.7.1/plexus-container-default-1.7.1.pom error 03-Jan-2023 03:03:32 #16 134.6 Progress (1): 2.8 kB error 03-Jan-2023 03:03:32 error 03-Jan-2023 03:03:32 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/codehaus/plexus/plexus-container-default/1.7.1/plexus-container-default-1.7.1.pom (2.8 kB at 11 kB/s) error 03-Jan-2023 03:03:32 #16 134.7 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/codehaus/plexus/plexus-containers/1.7.1/plexus-containers-1.7.1.pom error 03-Jan-2023 03:03:32 #16 134.9 Progress (1): 3.4/5.0 kB error 03-Jan-2023 03:03:32 Progress (1): 5.0 kB error 03-Jan-2023 03:03:32 error 03-Jan-2023 03:03:32 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/codehaus/plexus/plexus-containers/1.7.1/plexus-containers-1.7.1.pom (5.0 kB at 19 kB/s) error 03-Jan-2023 03:03:32 #16 135.0 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/doxia/doxia-core/1.9.1/doxia-core-1.9.1.pom error 03-Jan-2023 03:03:32 #16 135.2 Progress (1): 3.3/4.2 kB error 03-Jan-2023 03:03:32 Progress (1): 4.2 kB error 03-Jan-2023 03:03:32 error 03-Jan-2023 03:03:32 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/doxia/doxia-core/1.9.1/doxia-core-1.9.1.pom (4.2 kB at 14 kB/s) error 03-Jan-2023 03:03:32 #16 135.4 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/codehaus/plexus/plexus-utils/3.1.0/plexus-utils-3.1.0.pom error 03-Jan-2023 03:03:32 #16 135.5 Progress (1): 3.4/4.7 kB error 03-Jan-2023 03:03:32 Progress (1): 4.7 kB error 03-Jan-2023 03:03:32 error 03-Jan-2023 03:03:32 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/codehaus/plexus/plexus-utils/3.1.0/plexus-utils-3.1.0.pom (4.7 kB at 18 kB/s) error 03-Jan-2023 03:03:32 #16 135.7 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/httpcomponents/httpclient/4.5.8/httpclient-4.5.8.pom error 03-Jan-2023 03:03:32 #16 135.9 Progress (1): 3.3/6.6 kB error 03-Jan-2023 03:03:32 Progress (1): 6.1/6.6 kB error 03-Jan-2023 03:03:32 Progress (1): 6.6 kB error 03-Jan-2023 03:03:32 error 03-Jan-2023 03:03:32 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/httpcomponents/httpclient/4.5.8/httpclient-4.5.8.pom (6.6 kB at 23 kB/s) error 03-Jan-2023 03:03:32 #16 136.1 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/httpcomponents/httpcomponents-client/4.5.8/httpcomponents-client-4.5.8.pom error 03-Jan-2023 03:03:32 #16 136.2 Progress (1): 3.3/16 kB error 03-Jan-2023 03:03:32 Progress (1): 6.1/16 kB error 03-Jan-2023 03:03:32 Progress (1): 8.9/16 kB error 03-Jan-2023 03:03:32 Progress (1): 12/16 kB error 03-Jan-2023 03:03:32 Progress (1): 14/16 kB error 03-Jan-2023 03:03:32 Progress (1): 16 kB error 03-Jan-2023 03:03:32 error 03-Jan-2023 03:03:32 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/httpcomponents/httpcomponents-client/4.5.8/httpcomponents-client-4.5.8.pom (16 kB at 60 kB/s) error 03-Jan-2023 03:03:32 #16 136.4 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/httpcomponents/httpcore/4.4.11/httpcore-4.4.11.pom error 03-Jan-2023 03:03:32 #16 136.5 Progress (1): 3.3/5.2 kB error 03-Jan-2023 03:03:32 Progress (1): 5.2 kB error 03-Jan-2023 03:03:32 error 03-Jan-2023 03:03:32 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/httpcomponents/httpcore/4.4.11/httpcore-4.4.11.pom (5.2 kB at 21 kB/s) error 03-Jan-2023 03:03:32 #16 136.6 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/httpcomponents/httpcomponents-core/4.4.11/httpcomponents-core-4.4.11.pom error 03-Jan-2023 03:03:32 #16 136.8 Progress (1): 3.3/13 kB error 03-Jan-2023 03:03:32 Progress (1): 6.1/13 kB error 03-Jan-2023 03:03:32 Progress (1): 8.9/13 kB error 03-Jan-2023 03:03:32 Progress (1): 12/13 kB error 03-Jan-2023 03:03:32 Progress (1): 13 kB error 03-Jan-2023 03:03:32 error 03-Jan-2023 03:03:32 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/httpcomponents/httpcomponents-core/4.4.11/httpcomponents-core-4.4.11.pom (13 kB at 49 kB/s) error 03-Jan-2023 03:03:32 #16 136.9 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/doxia/doxia-site-renderer/1.9.2/doxia-site-renderer-1.9.2.pom error 03-Jan-2023 03:03:32 #16 137.1 Progress (1): 3.3/7.5 kB error 03-Jan-2023 03:03:32 Progress (1): 6.1/7.5 kB error 03-Jan-2023 03:03:32 Progress (1): 7.5 kB error 03-Jan-2023 03:03:32 error 03-Jan-2023 03:03:32 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/doxia/doxia-site-renderer/1.9.2/doxia-site-renderer-1.9.2.pom (7.5 kB at 28 kB/s) error 03-Jan-2023 03:03:32 #16 137.2 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/doxia/doxia-sitetools/1.9.2/doxia-sitetools-1.9.2.pom error 03-Jan-2023 03:03:32 #16 137.3 Progress (1): 3.3/15 kB error 03-Jan-2023 03:03:32 Progress (1): 6.1/15 kB error 03-Jan-2023 03:03:32 Progress (1): 8.9/15 kB error 03-Jan-2023 03:03:32 Progress (1): 12/15 kB error 03-Jan-2023 03:03:32 Progress (1): 15/15 kB error 03-Jan-2023 03:03:32 Progress (1): 15 kB error 03-Jan-2023 03:03:32 error 03-Jan-2023 03:03:32 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/doxia/doxia-sitetools/1.9.2/doxia-sitetools-1.9.2.pom (15 kB at 58 kB/s) error 03-Jan-2023 03:03:32 #16 137.5 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/doxia/doxia-decoration-model/1.9.2/doxia-decoration-model-1.9.2.pom error 03-Jan-2023 03:03:32 #16 137.6 Progress (1): 3.3/3.3 kB error 03-Jan-2023 03:03:32 Progress (1): 3.3 kB error 03-Jan-2023 03:03:32 error 03-Jan-2023 03:03:32 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/doxia/doxia-decoration-model/1.9.2/doxia-decoration-model-1.9.2.pom (3.3 kB at 13 kB/s) error 03-Jan-2023 03:03:32 #16 137.8 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/doxia/doxia-skin-model/1.9.2/doxia-skin-model-1.9.2.pom error 03-Jan-2023 03:03:32 #16 137.9 Progress (1): 2.9 kB error 03-Jan-2023 03:03:32 error 03-Jan-2023 03:03:32 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/doxia/doxia-skin-model/1.9.2/doxia-skin-model-1.9.2.pom (2.9 kB at 12 kB/s) error 03-Jan-2023 03:03:32 #16 138.1 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/doxia/doxia-module-xhtml/1.9.1/doxia-module-xhtml-1.9.1.pom error 03-Jan-2023 03:03:32 #16 138.2 Progress (1): 1.9 kB error 03-Jan-2023 03:03:32 error 03-Jan-2023 03:03:32 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/doxia/doxia-module-xhtml/1.9.1/doxia-module-xhtml-1.9.1.pom (1.9 kB at 8.0 kB/s) error 03-Jan-2023 03:03:32 #16 138.3 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/doxia/doxia-modules/1.9.1/doxia-modules-1.9.1.pom error 03-Jan-2023 03:03:32 #16 138.4 Progress (1): 2.7 kB error 03-Jan-2023 03:03:32 error 03-Jan-2023 03:03:32 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/doxia/doxia-modules/1.9.1/doxia-modules-1.9.1.pom (2.7 kB at 10 kB/s) error 03-Jan-2023 03:03:32 #16 138.6 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/doxia/doxia-module-xhtml5/1.9.1/doxia-module-xhtml5-1.9.1.pom error 03-Jan-2023 03:03:32 #16 138.7 Progress (1): 1.9 kB error 03-Jan-2023 03:03:32 error 03-Jan-2023 03:03:32 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/doxia/doxia-module-xhtml5/1.9.1/doxia-module-xhtml5-1.9.1.pom (1.9 kB at 6.0 kB/s) error 03-Jan-2023 03:03:32 #16 139.1 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/shared/maven-dependency-analyzer/1.11.3/maven-dependency-analyzer-1.11.3.pom error 03-Jan-2023 03:03:32 #16 139.2 Progress (1): 3.3/6.8 kB error 03-Jan-2023 03:03:32 Progress (1): 6.1/6.8 kB error 03-Jan-2023 03:03:32 Progress (1): 6.8 kB error 03-Jan-2023 03:03:32 error 03-Jan-2023 03:03:32 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/shared/maven-dependency-analyzer/1.11.3/maven-dependency-analyzer-1.11.3.pom (6.8 kB at 26 kB/s) error 03-Jan-2023 03:03:32 #16 139.4 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/codehaus/plexus/plexus-utils/1.5.1/plexus-utils-1.5.1.pom error 03-Jan-2023 03:03:32 #16 139.6 Progress (1): 2.3 kB error 03-Jan-2023 03:03:32 error 03-Jan-2023 03:03:32 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/codehaus/plexus/plexus-utils/1.5.1/plexus-utils-1.5.1.pom (2.3 kB at 8.8 kB/s) error 03-Jan-2023 03:03:32 #16 139.7 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-model/2.0.5/maven-model-2.0.5.pom error 03-Jan-2023 03:03:32 #16 139.9 Progress (1): 2.7 kB error 03-Jan-2023 03:03:32 error 03-Jan-2023 03:03:32 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-model/2.0.5/maven-model-2.0.5.pom (2.7 kB at 10 kB/s) error 03-Jan-2023 03:03:32 #16 140.0 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven/2.0.5/maven-2.0.5.pom error 03-Jan-2023 03:03:32 #16 140.2 Progress (1): 3.4/5.7 kB error 03-Jan-2023 03:03:32 Progress (1): 5.7 kB error 03-Jan-2023 03:03:32 error 03-Jan-2023 03:03:32 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven/2.0.5/maven-2.0.5.pom (5.7 kB at 19 kB/s) error 03-Jan-2023 03:03:32 #16 140.4 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-artifact/2.0.5/maven-artifact-2.0.5.pom error 03-Jan-2023 03:03:32 #16 140.5 Progress (1): 727 B error 03-Jan-2023 03:03:32 error 03-Jan-2023 03:03:32 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-artifact/2.0.5/maven-artifact-2.0.5.pom (727 B at 2.5 kB/s) error 03-Jan-2023 03:03:32 #16 140.8 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/shared/maven-dependency-tree/3.0.1/maven-dependency-tree-3.0.1.pom error 03-Jan-2023 03:03:32 #16 141.0 Progress (1): 3.4/7.5 kB error 03-Jan-2023 03:03:32 Progress (1): 6.2/7.5 kB error 03-Jan-2023 03:03:32 Progress (1): 7.5 kB error 03-Jan-2023 03:03:32 error 03-Jan-2023 03:03:32 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/shared/maven-dependency-tree/3.0.1/maven-dependency-tree-3.0.1.pom (7.5 kB at 22 kB/s) error 03-Jan-2023 03:03:32 #16 141.3 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/shared/maven-common-artifact-filters/3.2.0/maven-common-artifact-filters-3.2.0.pom error 03-Jan-2023 03:03:32 #16 ... error 03-Jan-2023 03:03:32 error 03-Jan-2023 03:03:32 #17 [linux/amd64 dev 4/4] RUN mvn -s /usr/share/maven/ref/settings-docker.xml install error 03-Jan-2023 03:03:32 #17 141.2 [INFO] error 03-Jan-2023 03:03:32 #17 141.2 [INFO] --- build-helper-maven-plugin:3.0.0:attach-artifact (attach-artifacts) @ referenceapplication-package --- error 03-Jan-2023 03:03:32 #17 141.4 [INFO] error 03-Jan-2023 03:03:32 #17 141.4 [INFO] --- maven-jar-plugin:2.4:test-jar (default) @ referenceapplication-package --- error 03-Jan-2023 03:03:32 #17 141.4 [WARNING] JAR will be empty - no content was marked for inclusion! error 03-Jan-2023 03:03:32 #17 141.4 [INFO] Building jar: /app/package/target/referenceapplication-package-2.13.0-SNAPSHOT-tests.jar error 03-Jan-2023 03:03:32 #17 141.4 [INFO] error 03-Jan-2023 03:03:32 #17 141.4 [INFO] --- maven-install-plugin:2.4:install (default-install) @ referenceapplication-package --- error 03-Jan-2023 03:03:32 #17 141.4 [INFO] Installing /app/package/target/referenceapplication-package-2.13.0-SNAPSHOT.jar to /usr/share/maven/ref/repository/org/openmrs/distro/referenceapplication-package/2.13.0-SNAPSHOT/referenceapplication-package-2.13.0-SNAPSHOT.jar error 03-Jan-2023 03:03:32 #17 141.4 [INFO] Installing /app/package/pom.xml to /usr/share/maven/ref/repository/org/openmrs/distro/referenceapplication-package/2.13.0-SNAPSHOT/referenceapplication-package-2.13.0-SNAPSHOT.pom error 03-Jan-2023 03:03:32 #17 141.4 [INFO] Installing /app/package/target/referenceapplication-package-2.13.0-SNAPSHOT-addons.zip to /usr/share/maven/ref/repository/org/openmrs/distro/referenceapplication-package/2.13.0-SNAPSHOT/referenceapplication-package-2.13.0-SNAPSHOT-addons.zip error 03-Jan-2023 03:03:33 #17 141.6 [INFO] Installing /app/package/target/bundled-distro/web/openmrs.war to /usr/share/maven/ref/repository/org/openmrs/distro/referenceapplication-package/2.13.0-SNAPSHOT/referenceapplication-package-2.13.0-SNAPSHOT.war error 03-Jan-2023 03:03:33 #17 141.9 [INFO] Installing /app/package/target/referenceapplication-package-2.13.0-SNAPSHOT-tests.jar to /usr/share/maven/ref/repository/org/openmrs/distro/referenceapplication-package/2.13.0-SNAPSHOT/referenceapplication-package-2.13.0-SNAPSHOT-tests.jar error 03-Jan-2023 03:03:33 #17 141.9 [INFO] ------------------------------------------------------------------------ error 03-Jan-2023 03:03:33 #17 141.9 [INFO] Reactor Summary for Reference Application Distribution 2.13.0-SNAPSHOT: error 03-Jan-2023 03:03:33 #17 141.9 [INFO] error 03-Jan-2023 03:03:33 #17 141.9 [INFO] Reference Application Distribution ................. SUCCESS [ 0.539 s] error 03-Jan-2023 03:03:33 #17 141.9 [INFO] Reference Application Distribution Package ......... SUCCESS [02:18 min] error 03-Jan-2023 03:03:33 #17 141.9 [INFO] ------------------------------------------------------------------------ error 03-Jan-2023 03:03:33 #17 141.9 [INFO] BUILD SUCCESS error 03-Jan-2023 03:03:33 #17 141.9 [INFO] ------------------------------------------------------------------------ error 03-Jan-2023 03:03:33 #17 141.9 [INFO] Total time: 02:18 min error 03-Jan-2023 03:03:33 #17 141.9 [INFO] Finished at: 2023-01-03T03:03:33Z error 03-Jan-2023 03:03:33 #17 141.9 [INFO] ------------------------------------------------------------------------ error 03-Jan-2023 03:03:33 #17 DONE 142.3s error 03-Jan-2023 03:03:33 error 03-Jan-2023 03:03:33 #16 [linux/arm64 dev 4/4] RUN mvn -s /usr/share/maven/ref/settings-docker.xml install error 03-Jan-2023 03:03:33 #16 141.4 Progress (1): 3.3/6.9 kB error 03-Jan-2023 03:03:33 Progress (1): 6.1/6.9 kB error 03-Jan-2023 03:03:33 Progress (1): 6.9 kB error 03-Jan-2023 03:03:33 error 03-Jan-2023 03:03:33 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/shared/maven-common-artifact-filters/3.2.0/maven-common-artifact-filters-3.2.0.pom (6.9 kB at 23 kB/s) error 03-Jan-2023 03:03:33 #16 141.9 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-artifact/3.1.1/maven-artifact-3.1.1.jar error 03-Jan-2023 03:03:33 #16 141.9 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-plugin-api/3.1.1/maven-plugin-api-3.1.1.jar error 03-Jan-2023 03:03:33 #16 141.9 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/eclipse/sisu/org.eclipse.sisu.plexus/0.0.0.M5/org.eclipse.sisu.plexus-0.0.0.M5.jar error 03-Jan-2023 03:03:33 #16 141.9 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/eclipse/sisu/org.eclipse.sisu.inject/0.0.0.M5/org.eclipse.sisu.inject-0.0.0.M5.jar error 03-Jan-2023 03:03:33 #16 141.9 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-model/3.1.1/maven-model-3.1.1.jar error 03-Jan-2023 03:03:34 #16 142.6 Progress (1): 3.4/52 kB error 03-Jan-2023 03:03:34 Progress (2): 3.4/52 kB | 3.4/154 kB error 03-Jan-2023 03:03:34 Progress (3): 3.4/52 kB | 3.4/154 kB | 3.4/45 kB error 03-Jan-2023 03:03:34 Progress (3): 3.4/52 kB | 3.4/154 kB | 6.2/45 kB error 03-Jan-2023 03:03:34 Progress (3): 6.2/52 kB | 3.4/154 kB | 6.2/45 kB error 03-Jan-2023 03:03:34 Progress (3): 6.2/52 kB | 6.2/154 kB | 6.2/45 kB error 03-Jan-2023 03:03:34 Progress (3): 9.0/52 kB | 6.2/154 kB | 6.2/45 kB error 03-Jan-2023 03:03:34 Progress (3): 9.0/52 kB | 9.0/154 kB | 6.2/45 kB error 03-Jan-2023 03:03:34 Progress (3): 9.0/52 kB | 12/154 kB | 6.2/45 kB error 03-Jan-2023 03:03:34 Progress (3): 9.0/52 kB | 15/154 kB | 6.2/45 kB error 03-Jan-2023 03:03:34 Progress (3): 9.0/52 kB | 17/154 kB | 6.2/45 kB error 03-Jan-2023 03:03:34 Progress (3): 12/52 kB | 17/154 kB | 6.2/45 kB error 03-Jan-2023 03:03:34 Progress (3): 12/52 kB | 17/154 kB | 9.0/45 kB error 03-Jan-2023 03:03:34 Progress (3): 15/52 kB | 17/154 kB | 9.0/45 kB error 03-Jan-2023 03:03:34 Progress (3): 17/52 kB | 17/154 kB | 9.0/45 kB error 03-Jan-2023 03:03:34 Progress (3): 17/52 kB | 17/154 kB | 12/45 kB error 03-Jan-2023 03:03:34 Progress (3): 17/52 kB | 20/154 kB | 12/45 kB error 03-Jan-2023 03:03:34 Progress (3): 20/52 kB | 20/154 kB | 12/45 kB error 03-Jan-2023 03:03:34 Progress (3): 20/52 kB | 20/154 kB | 15/45 kB error 03-Jan-2023 03:03:34 Progress (3): 23/52 kB | 20/154 kB | 15/45 kB error 03-Jan-2023 03:03:34 Progress (3): 23/52 kB | 23/154 kB | 15/45 kB error 03-Jan-2023 03:03:34 Progress (3): 23/52 kB | 26/154 kB | 15/45 kB error 03-Jan-2023 03:03:34 Progress (3): 23/52 kB | 29/154 kB | 15/45 kB error 03-Jan-2023 03:03:34 Progress (3): 26/52 kB | 29/154 kB | 15/45 kB error 03-Jan-2023 03:03:34 Progress (3): 26/52 kB | 29/154 kB | 17/45 kB error 03-Jan-2023 03:03:34 Progress (3): 26/52 kB | 31/154 kB | 17/45 kB error 03-Jan-2023 03:03:34 Progress (3): 29/52 kB | 31/154 kB | 17/45 kB error 03-Jan-2023 03:03:34 Progress (3): 29/52 kB | 31/154 kB | 20/45 kB error 03-Jan-2023 03:03:34 Progress (3): 31/52 kB | 31/154 kB | 20/45 kB error 03-Jan-2023 03:03:34 Progress (3): 31/52 kB | 34/154 kB | 20/45 kB error 03-Jan-2023 03:03:34 Progress (3): 31/52 kB | 34/154 kB | 23/45 kB error 03-Jan-2023 03:03:34 Progress (3): 31/52 kB | 37/154 kB | 23/45 kB error 03-Jan-2023 03:03:34 Progress (3): 31/52 kB | 37/154 kB | 26/45 kB error 03-Jan-2023 03:03:34 Progress (3): 31/52 kB | 37/154 kB | 29/45 kB error 03-Jan-2023 03:03:34 Progress (3): 31/52 kB | 37/154 kB | 31/45 kB error 03-Jan-2023 03:03:34 Progress (3): 31/52 kB | 40/154 kB | 31/45 kB error 03-Jan-2023 03:03:34 Progress (3): 34/52 kB | 40/154 kB | 31/45 kB error 03-Jan-2023 03:03:34 Progress (3): 37/52 kB | 40/154 kB | 31/45 kB error 03-Jan-2023 03:03:34 Progress (3): 37/52 kB | 43/154 kB | 31/45 kB error 03-Jan-2023 03:03:34 Progress (3): 37/52 kB | 43/154 kB | 34/45 kB error 03-Jan-2023 03:03:34 Progress (3): 37/52 kB | 43/154 kB | 37/45 kB error 03-Jan-2023 03:03:34 Progress (3): 40/52 kB | 43/154 kB | 37/45 kB error 03-Jan-2023 03:03:34 Progress (3): 40/52 kB | 43/154 kB | 40/45 kB error 03-Jan-2023 03:03:34 Progress (3): 40/52 kB | 45/154 kB | 40/45 kB error 03-Jan-2023 03:03:34 Progress (3): 43/52 kB | 45/154 kB | 40/45 kB error 03-Jan-2023 03:03:34 Progress (3): 43/52 kB | 45/154 kB | 43/45 kB error 03-Jan-2023 03:03:34 Progress (3): 43/52 kB | 48/154 kB | 43/45 kB error 03-Jan-2023 03:03:34 Progress (3): 45/52 kB | 48/154 kB | 43/45 kB error 03-Jan-2023 03:03:34 Progress (3): 48/52 kB | 48/154 kB | 43/45 kB error 03-Jan-2023 03:03:34 Progress (3): 51/52 kB | 48/154 kB | 43/45 kB error 03-Jan-2023 03:03:34 Progress (3): 51/52 kB | 48/154 kB | 45 kB error 03-Jan-2023 03:03:34 Progress (3): 51/52 kB | 51/154 kB | 45 kB error 03-Jan-2023 03:03:34 Progress (3): 51/52 kB | 54/154 kB | 45 kB error 03-Jan-2023 03:03:34 Progress (3): 51/52 kB | 57/154 kB | 45 kB error 03-Jan-2023 03:03:34 Progress (3): 51/52 kB | 59/154 kB | 45 kB error 03-Jan-2023 03:03:34 Progress (3): 51/52 kB | 62/154 kB | 45 kB error 03-Jan-2023 03:03:34 Progress (3): 51/52 kB | 65/154 kB | 45 kB error 03-Jan-2023 03:03:34 Progress (3): 52 kB | 65/154 kB | 45 kB error 03-Jan-2023 03:03:34 Progress (3): 52 kB | 68/154 kB | 45 kB error 03-Jan-2023 03:03:34 Progress (3): 52 kB | 71/154 kB | 45 kB error 03-Jan-2023 03:03:34 Progress (3): 52 kB | 73/154 kB | 45 kB error 03-Jan-2023 03:03:34 Progress (3): 52 kB | 76/154 kB | 45 kB error 03-Jan-2023 03:03:34 Progress (3): 52 kB | 79/154 kB | 45 kB error 03-Jan-2023 03:03:34 Progress (3): 52 kB | 82/154 kB | 45 kB error 03-Jan-2023 03:03:34 Progress (3): 52 kB | 85/154 kB | 45 kB error 03-Jan-2023 03:03:34 Progress (3): 52 kB | 87/154 kB | 45 kB error 03-Jan-2023 03:03:34 Progress (3): 52 kB | 90/154 kB | 45 kB error 03-Jan-2023 03:03:34 Progress (3): 52 kB | 93/154 kB | 45 kB error 03-Jan-2023 03:03:34 Progress (3): 52 kB | 96/154 kB | 45 kB error 03-Jan-2023 03:03:34 Progress (3): 52 kB | 99/154 kB | 45 kB error 03-Jan-2023 03:03:34 Progress (3): 52 kB | 101/154 kB | 45 kB error 03-Jan-2023 03:03:34 Progress (3): 52 kB | 104/154 kB | 45 kB error 03-Jan-2023 03:03:34 Progress (3): 52 kB | 107/154 kB | 45 kB error 03-Jan-2023 03:03:34 Progress (3): 52 kB | 110/154 kB | 45 kB error 03-Jan-2023 03:03:34 Progress (3): 52 kB | 113/154 kB | 45 kB error 03-Jan-2023 03:03:34 Progress (3): 52 kB | 115/154 kB | 45 kB error 03-Jan-2023 03:03:34 Progress (3): 52 kB | 118/154 kB | 45 kB error 03-Jan-2023 03:03:34 Progress (3): 52 kB | 121/154 kB | 45 kB error 03-Jan-2023 03:03:34 Progress (3): 52 kB | 124/154 kB | 45 kB error 03-Jan-2023 03:03:34 Progress (3): 52 kB | 127/154 kB | 45 kB error 03-Jan-2023 03:03:34 Progress (3): 52 kB | 129/154 kB | 45 kB error 03-Jan-2023 03:03:34 Progress (3): 52 kB | 132/154 kB | 45 kB error 03-Jan-2023 03:03:34 Progress (3): 52 kB | 135/154 kB | 45 kB error 03-Jan-2023 03:03:34 Progress (3): 52 kB | 138/154 kB | 45 kB error 03-Jan-2023 03:03:34 Progress (3): 52 kB | 141/154 kB | 45 kB error 03-Jan-2023 03:03:34 Progress (3): 52 kB | 143/154 kB | 45 kB error 03-Jan-2023 03:03:34 Progress (3): 52 kB | 146/154 kB | 45 kB error 03-Jan-2023 03:03:34 Progress (3): 52 kB | 149/154 kB | 45 kB error 03-Jan-2023 03:03:34 Progress (3): 52 kB | 151/154 kB | 45 kB error 03-Jan-2023 03:03:34 Progress (3): 52 kB | 154/154 kB | 45 kB error 03-Jan-2023 03:03:34 Progress (3): 52 kB | 154 kB | 45 kB error 03-Jan-2023 03:03:34 error 03-Jan-2023 03:03:34 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-artifact/3.1.1/maven-artifact-3.1.1.jar (52 kB at 40 kB/s) error 03-Jan-2023 03:03:34 #16 143.2 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-plugin-api/3.1.1/maven-plugin-api-3.1.1.jar (45 kB at 34 kB/s) error 03-Jan-2023 03:03:34 #16 143.2 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-model/3.1.1/maven-model-3.1.1.jar (154 kB at 119 kB/s) error 03-Jan-2023 03:03:34 #16 143.2 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-core/3.1.1/maven-core-3.1.1.jar error 03-Jan-2023 03:03:34 #16 143.2 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-settings-builder/3.1.1/maven-settings-builder-3.1.1.jar error 03-Jan-2023 03:03:34 #16 143.2 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-model-builder/3.1.1/maven-model-builder-3.1.1.jar error 03-Jan-2023 03:03:35 #16 143.4 Progress (1): 3.4/42 kB error 03-Jan-2023 03:03:35 Progress (2): 3.4/42 kB | 3.4/160 kB error 03-Jan-2023 03:03:35 Progress (2): 3.4/42 kB | 6.2/160 kB error 03-Jan-2023 03:03:35 Progress (2): 3.4/42 kB | 9.0/160 kB error 03-Jan-2023 03:03:35 Progress (2): 3.4/42 kB | 12/160 kB error 03-Jan-2023 03:03:35 Progress (2): 3.4/42 kB | 15/160 kB error 03-Jan-2023 03:03:35 Progress (2): 3.4/42 kB | 17/160 kB error 03-Jan-2023 03:03:35 Progress (2): 3.4/42 kB | 20/160 kB error 03-Jan-2023 03:03:35 Progress (2): 3.4/42 kB | 23/160 kB error 03-Jan-2023 03:03:35 Progress (2): 3.4/42 kB | 26/160 kB error 03-Jan-2023 03:03:35 Progress (2): 3.4/42 kB | 29/160 kB error 03-Jan-2023 03:03:35 Progress (2): 6.2/42 kB | 29/160 kB error 03-Jan-2023 03:03:35 Progress (2): 6.2/42 kB | 31/160 kB error 03-Jan-2023 03:03:35 Progress (2): 9.0/42 kB | 31/160 kB error 03-Jan-2023 03:03:35 Progress (2): 9.0/42 kB | 34/160 kB error 03-Jan-2023 03:03:35 Progress (2): 9.0/42 kB | 37/160 kB error 03-Jan-2023 03:03:35 Progress (2): 12/42 kB | 37/160 kB error 03-Jan-2023 03:03:35 Progress (2): 15/42 kB | 37/160 kB error 03-Jan-2023 03:03:35 Progress (2): 15/42 kB | 40/160 kB error 03-Jan-2023 03:03:35 Progress (2): 17/42 kB | 40/160 kB error 03-Jan-2023 03:03:35 Progress (2): 20/42 kB | 40/160 kB error 03-Jan-2023 03:03:35 Progress (2): 20/42 kB | 43/160 kB error 03-Jan-2023 03:03:35 Progress (2): 20/42 kB | 45/160 kB error 03-Jan-2023 03:03:35 Progress (2): 20/42 kB | 48/160 kB error 03-Jan-2023 03:03:35 Progress (2): 23/42 kB | 48/160 kB error 03-Jan-2023 03:03:35 Progress (2): 26/42 kB | 48/160 kB error 03-Jan-2023 03:03:35 Progress (2): 26/42 kB | 51/160 kB error 03-Jan-2023 03:03:35 Progress (2): 26/42 kB | 54/160 kB error 03-Jan-2023 03:03:35 Progress (2): 29/42 kB | 54/160 kB error 03-Jan-2023 03:03:35 Progress (2): 29/42 kB | 57/160 kB error 03-Jan-2023 03:03:35 Progress (2): 29/42 kB | 59/160 kB error 03-Jan-2023 03:03:35 Progress (2): 31/42 kB | 59/160 kB error 03-Jan-2023 03:03:35 Progress (2): 31/42 kB | 62/160 kB error 03-Jan-2023 03:03:35 Progress (2): 31/42 kB | 65/160 kB error 03-Jan-2023 03:03:35 Progress (2): 31/42 kB | 68/160 kB error 03-Jan-2023 03:03:35 Progress (2): 34/42 kB | 68/160 kB error 03-Jan-2023 03:03:35 Progress (2): 37/42 kB | 68/160 kB error 03-Jan-2023 03:03:35 Progress (2): 40/42 kB | 68/160 kB error 03-Jan-2023 03:03:35 Progress (2): 40/42 kB | 71/160 kB error 03-Jan-2023 03:03:35 Progress (2): 40/42 kB | 73/160 kB error 03-Jan-2023 03:03:35 Progress (2): 40/42 kB | 76/160 kB error 03-Jan-2023 03:03:35 Progress (2): 40/42 kB | 79/160 kB error 03-Jan-2023 03:03:35 Progress (2): 40/42 kB | 82/160 kB error 03-Jan-2023 03:03:35 Progress (2): 40/42 kB | 85/160 kB error 03-Jan-2023 03:03:35 Progress (2): 42 kB | 85/160 kB error 03-Jan-2023 03:03:35 Progress (2): 42 kB | 87/160 kB error 03-Jan-2023 03:03:35 Progress (2): 42 kB | 90/160 kB error 03-Jan-2023 03:03:35 Progress (2): 42 kB | 93/160 kB error 03-Jan-2023 03:03:35 Progress (2): 42 kB | 96/160 kB error 03-Jan-2023 03:03:35 Progress (2): 42 kB | 99/160 kB error 03-Jan-2023 03:03:35 Progress (2): 42 kB | 101/160 kB error 03-Jan-2023 03:03:35 Progress (2): 42 kB | 104/160 kB error 03-Jan-2023 03:03:35 Progress (2): 42 kB | 107/160 kB error 03-Jan-2023 03:03:35 Progress (2): 42 kB | 110/160 kB error 03-Jan-2023 03:03:35 Progress (2): 42 kB | 113/160 kB error 03-Jan-2023 03:03:35 Progress (2): 42 kB | 115/160 kB error 03-Jan-2023 03:03:35 Progress (2): 42 kB | 118/160 kB error 03-Jan-2023 03:03:35 Progress (2): 42 kB | 121/160 kB error 03-Jan-2023 03:03:35 Progress (2): 42 kB | 124/160 kB error 03-Jan-2023 03:03:35 Progress (2): 42 kB | 127/160 kB error 03-Jan-2023 03:03:35 Progress (2): 42 kB | 129/160 kB error 03-Jan-2023 03:03:35 Progress (2): 42 kB | 132/160 kB error 03-Jan-2023 03:03:35 Progress (2): 42 kB | 135/160 kB error 03-Jan-2023 03:03:35 Progress (2): 42 kB | 138/160 kB error 03-Jan-2023 03:03:35 Progress (2): 42 kB | 141/160 kB error 03-Jan-2023 03:03:35 Progress (2): 42 kB | 143/160 kB error 03-Jan-2023 03:03:35 Progress (2): 42 kB | 146/160 kB error 03-Jan-2023 03:03:35 Progress (2): 42 kB | 149/160 kB error 03-Jan-2023 03:03:35 Progress (2): 42 kB | 152/160 kB error 03-Jan-2023 03:03:35 Progress (2): 42 kB | 155/160 kB error 03-Jan-2023 03:03:35 Progress (2): 42 kB | 157/160 kB error 03-Jan-2023 03:03:35 Progress (2): 42 kB | 160 kB error 03-Jan-2023 03:03:35 error 03-Jan-2023 03:03:35 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-settings-builder/3.1.1/maven-settings-builder-3.1.1.jar (42 kB at 21 kB/s) error 03-Jan-2023 03:03:35 #16 143.8 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-model-builder/3.1.1/maven-model-builder-3.1.1.jar (160 kB at 82 kB/s) error 03-Jan-2023 03:03:35 #16 143.8 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/codehaus/plexus/plexus-interpolation/1.19/plexus-interpolation-1.19.jar error 03-Jan-2023 03:03:35 #16 143.8 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/codehaus/plexus/plexus-classworlds/2.5.1/plexus-classworlds-2.5.1.jar error 03-Jan-2023 03:03:35 #16 144.2 Progress (1): 3.4/50 kB error 03-Jan-2023 03:03:35 Progress (2): 3.4/50 kB | 3.4/62 kB error 03-Jan-2023 03:03:35 Progress (2): 6.2/50 kB | 3.4/62 kB error 03-Jan-2023 03:03:35 Progress (2): 6.2/50 kB | 6.2/62 kB error 03-Jan-2023 03:03:35 Progress (2): 9.0/50 kB | 6.2/62 kB error 03-Jan-2023 03:03:35 Progress (2): 12/50 kB | 6.2/62 kB error 03-Jan-2023 03:03:35 Progress (2): 12/50 kB | 9.0/62 kB error 03-Jan-2023 03:03:35 Progress (2): 15/50 kB | 9.0/62 kB error 03-Jan-2023 03:03:35 Progress (2): 17/50 kB | 9.0/62 kB error 03-Jan-2023 03:03:35 Progress (2): 17/50 kB | 12/62 kB error 03-Jan-2023 03:03:35 Progress (2): 20/50 kB | 12/62 kB error 03-Jan-2023 03:03:35 Progress (2): 23/50 kB | 12/62 kB error 03-Jan-2023 03:03:35 Progress (2): 26/50 kB | 12/62 kB error 03-Jan-2023 03:03:35 Progress (2): 26/50 kB | 15/62 kB error 03-Jan-2023 03:03:35 Progress (2): 29/50 kB | 15/62 kB error 03-Jan-2023 03:03:35 Progress (2): 31/50 kB | 15/62 kB error 03-Jan-2023 03:03:35 Progress (2): 34/50 kB | 15/62 kB error 03-Jan-2023 03:03:35 Progress (2): 37/50 kB | 15/62 kB error 03-Jan-2023 03:03:35 Progress (2): 37/50 kB | 17/62 kB error 03-Jan-2023 03:03:35 Progress (2): 40/50 kB | 17/62 kB error 03-Jan-2023 03:03:35 Progress (2): 40/50 kB | 20/62 kB error 03-Jan-2023 03:03:35 Progress (2): 40/50 kB | 23/62 kB error 03-Jan-2023 03:03:35 Progress (2): 43/50 kB | 23/62 kB error 03-Jan-2023 03:03:35 Progress (2): 43/50 kB | 26/62 kB error 03-Jan-2023 03:03:35 Progress (2): 43/50 kB | 29/62 kB error 03-Jan-2023 03:03:35 Progress (2): 45/50 kB | 29/62 kB error 03-Jan-2023 03:03:35 Progress (2): 45/50 kB | 31/62 kB error 03-Jan-2023 03:03:35 Progress (2): 48/50 kB | 31/62 kB error 03-Jan-2023 03:03:35 Progress (2): 48/50 kB | 34/62 kB error 03-Jan-2023 03:03:35 Progress (2): 48/50 kB | 37/62 kB error 03-Jan-2023 03:03:35 Progress (2): 48/50 kB | 40/62 kB error 03-Jan-2023 03:03:35 Progress (2): 48/50 kB | 43/62 kB error 03-Jan-2023 03:03:35 Progress (2): 48/50 kB | 45/62 kB error 03-Jan-2023 03:03:35 Progress (2): 48/50 kB | 48/62 kB error 03-Jan-2023 03:03:35 Progress (2): 48/50 kB | 51/62 kB error 03-Jan-2023 03:03:35 Progress (2): 48/50 kB | 54/62 kB error 03-Jan-2023 03:03:35 Progress (2): 48/50 kB | 57/62 kB error 03-Jan-2023 03:03:35 Progress (2): 48/50 kB | 59/62 kB error 03-Jan-2023 03:03:35 Progress (2): 50 kB | 59/62 kB error 03-Jan-2023 03:03:35 Progress (2): 50 kB | 62 kB error 03-Jan-2023 03:03:35 Progress (3): 50 kB | 62 kB | 3.4/197 kB error 03-Jan-2023 03:03:36 Progress (4): 50 kB | 62 kB | 3.4/197 kB | 4.1/291 kB error 03-Jan-2023 03:03:36 Progress (4): 50 kB | 62 kB | 3.4/197 kB | 8.2/291 kB error 03-Jan-2023 03:03:36 Progress (4): 50 kB | 62 kB | 3.4/197 kB | 12/291 kB error 03-Jan-2023 03:03:36 Progress (4): 50 kB | 62 kB | 6.2/197 kB | 12/291 kB error 03-Jan-2023 03:03:36 Progress (4): 50 kB | 62 kB | 9.0/197 kB | 12/291 kB error 03-Jan-2023 03:03:36 Progress (4): 50 kB | 62 kB | 12/197 kB | 12/291 kB error 03-Jan-2023 03:03:36 Progress (4): 50 kB | 62 kB | 12/197 kB | 16/291 kB error 03-Jan-2023 03:03:36 Progress (4): 50 kB | 62 kB | 15/197 kB | 16/291 kB error 03-Jan-2023 03:03:36 Progress (4): 50 kB | 62 kB | 17/197 kB | 16/291 kB error 03-Jan-2023 03:03:36 Progress (4): 50 kB | 62 kB | 20/197 kB | 16/291 kB error 03-Jan-2023 03:03:36 Progress (4): 50 kB | 62 kB | 23/197 kB | 16/291 kB error 03-Jan-2023 03:03:36 Progress (4): 50 kB | 62 kB | 26/197 kB | 16/291 kB error 03-Jan-2023 03:03:36 Progress (4): 50 kB | 62 kB | 29/197 kB | 16/291 kB error 03-Jan-2023 03:03:36 Progress (4): 50 kB | 62 kB | 31/197 kB | 16/291 kB error 03-Jan-2023 03:03:36 Progress (4): 50 kB | 62 kB | 34/197 kB | 16/291 kB error 03-Jan-2023 03:03:36 Progress (4): 50 kB | 62 kB | 37/197 kB | 16/291 kB error 03-Jan-2023 03:03:36 Progress (4): 50 kB | 62 kB | 40/197 kB | 16/291 kB error 03-Jan-2023 03:03:36 Progress (4): 50 kB | 62 kB | 40/197 kB | 20/291 kB error 03-Jan-2023 03:03:36 Progress (4): 50 kB | 62 kB | 40/197 kB | 24/291 kB error 03-Jan-2023 03:03:36 Progress (4): 50 kB | 62 kB | 40/197 kB | 28/291 kB error 03-Jan-2023 03:03:36 Progress (4): 50 kB | 62 kB | 40/197 kB | 32/291 kB error 03-Jan-2023 03:03:36 Progress (4): 50 kB | 62 kB | 40/197 kB | 36/291 kB error 03-Jan-2023 03:03:36 Progress (4): 50 kB | 62 kB | 40/197 kB | 40/291 kB error 03-Jan-2023 03:03:36 Progress (4): 50 kB | 62 kB | 40/197 kB | 44/291 kB error 03-Jan-2023 03:03:36 Progress (4): 50 kB | 62 kB | 40/197 kB | 48/291 kB error 03-Jan-2023 03:03:36 Progress (4): 50 kB | 62 kB | 40/197 kB | 51/291 kB error 03-Jan-2023 03:03:36 Progress (4): 50 kB | 62 kB | 43/197 kB | 51/291 kB error 03-Jan-2023 03:03:36 Progress (4): 50 kB | 62 kB | 45/197 kB | 51/291 kB error 03-Jan-2023 03:03:36 Progress (4): 50 kB | 62 kB | 48/197 kB | 51/291 kB error 03-Jan-2023 03:03:36 Progress (4): 50 kB | 62 kB | 51/197 kB | 51/291 kB error 03-Jan-2023 03:03:36 Progress (4): 50 kB | 62 kB | 54/197 kB | 51/291 kB error 03-Jan-2023 03:03:36 Progress (4): 50 kB | 62 kB | 56/197 kB | 51/291 kB error 03-Jan-2023 03:03:36 Progress (4): 50 kB | 62 kB | 59/197 kB | 51/291 kB error 03-Jan-2023 03:03:36 Progress (4): 50 kB | 62 kB | 62/197 kB | 51/291 kB error 03-Jan-2023 03:03:36 Progress (4): 50 kB | 62 kB | 65/197 kB | 51/291 kB error 03-Jan-2023 03:03:36 Progress (4): 50 kB | 62 kB | 68/197 kB | 51/291 kB error 03-Jan-2023 03:03:36 Progress (4): 50 kB | 62 kB | 70/197 kB | 51/291 kB error 03-Jan-2023 03:03:36 Progress (4): 50 kB | 62 kB | 73/197 kB | 51/291 kB error 03-Jan-2023 03:03:36 Progress (4): 50 kB | 62 kB | 76/197 kB | 51/291 kB error 03-Jan-2023 03:03:36 Progress (4): 50 kB | 62 kB | 79/197 kB | 51/291 kB error 03-Jan-2023 03:03:36 Progress (4): 50 kB | 62 kB | 82/197 kB | 51/291 kB error 03-Jan-2023 03:03:36 Progress (4): 50 kB | 62 kB | 84/197 kB | 51/291 kB error 03-Jan-2023 03:03:36 Progress (4): 50 kB | 62 kB | 87/197 kB | 51/291 kB error 03-Jan-2023 03:03:36 Progress (4): 50 kB | 62 kB | 90/197 kB | 51/291 kB error 03-Jan-2023 03:03:36 Progress (4): 50 kB | 62 kB | 93/197 kB | 51/291 kB error 03-Jan-2023 03:03:36 Progress (4): 50 kB | 62 kB | 93/197 kB | 55/291 kB error 03-Jan-2023 03:03:36 Progress (4): 50 kB | 62 kB | 96/197 kB | 55/291 kB error 03-Jan-2023 03:03:36 Progress (4): 50 kB | 62 kB | 96/197 kB | 59/291 kB error 03-Jan-2023 03:03:36 Progress (4): 50 kB | 62 kB | 96/197 kB | 63/291 kB error 03-Jan-2023 03:03:36 Progress (4): 50 kB | 62 kB | 96/197 kB | 67/291 kB error 03-Jan-2023 03:03:36 Progress (4): 50 kB | 62 kB | 96/197 kB | 71/291 kB error 03-Jan-2023 03:03:36 Progress (4): 50 kB | 62 kB | 96/197 kB | 75/291 kB error 03-Jan-2023 03:03:36 Progress (4): 50 kB | 62 kB | 96/197 kB | 79/291 kB error 03-Jan-2023 03:03:36 Progress (4): 50 kB | 62 kB | 96/197 kB | 83/291 kB error 03-Jan-2023 03:03:36 Progress (4): 50 kB | 62 kB | 96/197 kB | 85/291 kB error 03-Jan-2023 03:03:36 Progress (4): 50 kB | 62 kB | 96/197 kB | 89/291 kB error 03-Jan-2023 03:03:36 Progress (4): 50 kB | 62 kB | 96/197 kB | 94/291 kB error 03-Jan-2023 03:03:36 Progress (4): 50 kB | 62 kB | 96/197 kB | 98/291 kB error 03-Jan-2023 03:03:36 Progress (4): 50 kB | 62 kB | 96/197 kB | 102/291 kB error 03-Jan-2023 03:03:36 Progress (4): 50 kB | 62 kB | 96/197 kB | 106/291 kB error 03-Jan-2023 03:03:36 Progress (4): 50 kB | 62 kB | 96/197 kB | 110/291 kB error 03-Jan-2023 03:03:36 Progress (4): 50 kB | 62 kB | 96/197 kB | 114/291 kB error 03-Jan-2023 03:03:36 Progress (4): 50 kB | 62 kB | 96/197 kB | 118/291 kB error 03-Jan-2023 03:03:36 Progress (4): 50 kB | 62 kB | 96/197 kB | 120/291 kB error 03-Jan-2023 03:03:36 Progress (4): 50 kB | 62 kB | 98/197 kB | 120/291 kB error 03-Jan-2023 03:03:36 Progress (4): 50 kB | 62 kB | 101/197 kB | 120/291 kB error 03-Jan-2023 03:03:36 Progress (4): 50 kB | 62 kB | 104/197 kB | 120/291 kB error 03-Jan-2023 03:03:36 Progress (4): 50 kB | 62 kB | 107/197 kB | 120/291 kB error 03-Jan-2023 03:03:36 Progress (4): 50 kB | 62 kB | 109/197 kB | 120/291 kB error 03-Jan-2023 03:03:36 Progress (4): 50 kB | 62 kB | 112/197 kB | 120/291 kB error 03-Jan-2023 03:03:36 Progress (4): 50 kB | 62 kB | 115/197 kB | 120/291 kB error 03-Jan-2023 03:03:36 Progress (4): 50 kB | 62 kB | 118/197 kB | 120/291 kB error 03-Jan-2023 03:03:36 Progress (4): 50 kB | 62 kB | 121/197 kB | 120/291 kB error 03-Jan-2023 03:03:36 Progress (4): 50 kB | 62 kB | 123/197 kB | 120/291 kB error 03-Jan-2023 03:03:36 error 03-Jan-2023 03:03:36 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/codehaus/plexus/plexus-classworlds/2.5.1/plexus-classworlds-2.5.1.jar (50 kB at 19 kB/s) error 03-Jan-2023 03:03:36 #16 144.6 Progress (3): 62 kB | 126/197 kB | 120/291 kB error 03-Jan-2023 03:03:36 error 03-Jan-2023 03:03:36 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/codehaus/plexus/plexus-interpolation/1.19/plexus-interpolation-1.19.jar (62 kB at 23 kB/s) error 03-Jan-2023 03:03:36 #16 144.6 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-repository-metadata/3.1.1/maven-repository-metadata-3.1.1.jar error 03-Jan-2023 03:03:36 #16 144.6 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-settings/3.1.1/maven-settings-3.1.1.jar error 03-Jan-2023 03:03:36 #16 144.6 Progress (2): 129/197 kB | 120/291 kB error 03-Jan-2023 03:03:36 Progress (2): 132/197 kB | 120/291 kB error 03-Jan-2023 03:03:36 Progress (2): 134/197 kB | 120/291 kB error 03-Jan-2023 03:03:36 Progress (2): 137/197 kB | 120/291 kB error 03-Jan-2023 03:03:36 Progress (2): 140/197 kB | 120/291 kB error 03-Jan-2023 03:03:36 Progress (2): 143/197 kB | 120/291 kB error 03-Jan-2023 03:03:36 Progress (2): 146/197 kB | 120/291 kB error 03-Jan-2023 03:03:36 Progress (2): 146/197 kB | 124/291 kB error 03-Jan-2023 03:03:36 Progress (2): 146/197 kB | 128/291 kB error 03-Jan-2023 03:03:36 Progress (2): 146/197 kB | 132/291 kB error 03-Jan-2023 03:03:36 Progress (2): 146/197 kB | 137/291 kB error 03-Jan-2023 03:03:36 Progress (2): 148/197 kB | 137/291 kB error 03-Jan-2023 03:03:36 Progress (2): 148/197 kB | 141/291 kB error 03-Jan-2023 03:03:36 Progress (2): 148/197 kB | 145/291 kB error 03-Jan-2023 03:03:36 Progress (2): 148/197 kB | 149/291 kB error 03-Jan-2023 03:03:36 Progress (2): 148/197 kB | 153/291 kB error 03-Jan-2023 03:03:36 Progress (2): 148/197 kB | 155/291 kB error 03-Jan-2023 03:03:36 Progress (2): 151/197 kB | 155/291 kB error 03-Jan-2023 03:03:36 Progress (2): 151/197 kB | 159/291 kB error 03-Jan-2023 03:03:36 Progress (2): 151/197 kB | 163/291 kB error 03-Jan-2023 03:03:36 Progress (2): 151/197 kB | 167/291 kB error 03-Jan-2023 03:03:36 Progress (2): 151/197 kB | 171/291 kB error 03-Jan-2023 03:03:36 Progress (2): 154/197 kB | 171/291 kB error 03-Jan-2023 03:03:36 Progress (2): 157/197 kB | 171/291 kB error 03-Jan-2023 03:03:36 Progress (2): 159/197 kB | 171/291 kB error 03-Jan-2023 03:03:36 Progress (2): 162/197 kB | 171/291 kB error 03-Jan-2023 03:03:36 Progress (2): 165/197 kB | 171/291 kB error 03-Jan-2023 03:03:36 Progress (2): 168/197 kB | 171/291 kB error 03-Jan-2023 03:03:36 Progress (2): 171/197 kB | 171/291 kB error 03-Jan-2023 03:03:36 Progress (2): 171/197 kB | 175/291 kB error 03-Jan-2023 03:03:36 Progress (2): 171/197 kB | 180/291 kB error 03-Jan-2023 03:03:36 Progress (2): 171/197 kB | 184/291 kB error 03-Jan-2023 03:03:36 Progress (2): 171/197 kB | 188/291 kB error 03-Jan-2023 03:03:36 Progress (2): 171/197 kB | 190/291 kB error 03-Jan-2023 03:03:36 Progress (2): 173/197 kB | 190/291 kB error 03-Jan-2023 03:03:36 Progress (2): 176/197 kB | 190/291 kB error 03-Jan-2023 03:03:36 Progress (2): 176/197 kB | 194/291 kB error 03-Jan-2023 03:03:36 Progress (2): 176/197 kB | 198/291 kB error 03-Jan-2023 03:03:36 Progress (2): 176/197 kB | 202/291 kB error 03-Jan-2023 03:03:36 Progress (2): 179/197 kB | 202/291 kB error 03-Jan-2023 03:03:36 Progress (2): 182/197 kB | 202/291 kB error 03-Jan-2023 03:03:36 Progress (2): 182/197 kB | 206/291 kB error 03-Jan-2023 03:03:36 Progress (2): 182/197 kB | 210/291 kB error 03-Jan-2023 03:03:36 Progress (2): 185/197 kB | 210/291 kB error 03-Jan-2023 03:03:36 Progress (2): 187/197 kB | 210/291 kB error 03-Jan-2023 03:03:36 Progress (2): 190/197 kB | 210/291 kB error 03-Jan-2023 03:03:36 Progress (2): 193/197 kB | 210/291 kB error 03-Jan-2023 03:03:36 Progress (2): 196/197 kB | 210/291 kB error 03-Jan-2023 03:03:36 Progress (2): 197 kB | 210/291 kB error 03-Jan-2023 03:03:36 Progress (2): 197 kB | 214/291 kB error 03-Jan-2023 03:03:36 Progress (2): 197 kB | 218/291 kB error 03-Jan-2023 03:03:36 Progress (2): 197 kB | 223/291 kB error 03-Jan-2023 03:03:36 Progress (2): 197 kB | 225/291 kB error 03-Jan-2023 03:03:36 Progress (2): 197 kB | 229/291 kB error 03-Jan-2023 03:03:36 Progress (2): 197 kB | 233/291 kB error 03-Jan-2023 03:03:36 Progress (2): 197 kB | 237/291 kB error 03-Jan-2023 03:03:36 Progress (2): 197 kB | 241/291 kB error 03-Jan-2023 03:03:36 Progress (2): 197 kB | 245/291 kB error 03-Jan-2023 03:03:36 Progress (2): 197 kB | 249/291 kB error 03-Jan-2023 03:03:36 Progress (2): 197 kB | 253/291 kB error 03-Jan-2023 03:03:36 Progress (2): 197 kB | 257/291 kB error 03-Jan-2023 03:03:36 Progress (2): 197 kB | 259/291 kB error 03-Jan-2023 03:03:36 Progress (2): 197 kB | 264/291 kB error 03-Jan-2023 03:03:36 Progress (2): 197 kB | 268/291 kB error 03-Jan-2023 03:03:36 Progress (2): 197 kB | 272/291 kB error 03-Jan-2023 03:03:36 Progress (2): 197 kB | 276/291 kB error 03-Jan-2023 03:03:36 Progress (2): 197 kB | 280/291 kB error 03-Jan-2023 03:03:36 Progress (3): 197 kB | 280/291 kB | 3.4/42 kB error 03-Jan-2023 03:03:36 Progress (3): 197 kB | 280/291 kB | 6.2/42 kB error 03-Jan-2023 03:03:36 Progress (3): 197 kB | 280/291 kB | 9.0/42 kB error 03-Jan-2023 03:03:36 Progress (3): 197 kB | 284/291 kB | 9.0/42 kB error 03-Jan-2023 03:03:36 Progress (3): 197 kB | 288/291 kB | 9.0/42 kB error 03-Jan-2023 03:03:36 Progress (3): 197 kB | 288/291 kB | 12/42 kB error 03-Jan-2023 03:03:36 Progress (3): 197 kB | 291 kB | 12/42 kB error 03-Jan-2023 03:03:36 Progress (3): 197 kB | 291 kB | 15/42 kB error 03-Jan-2023 03:03:36 Progress (3): 197 kB | 291 kB | 17/42 kB error 03-Jan-2023 03:03:36 Progress (3): 197 kB | 291 kB | 20/42 kB error 03-Jan-2023 03:03:36 Progress (3): 197 kB | 291 kB | 23/42 kB error 03-Jan-2023 03:03:36 Progress (3): 197 kB | 291 kB | 26/42 kB error 03-Jan-2023 03:03:36 Progress (3): 197 kB | 291 kB | 29/42 kB error 03-Jan-2023 03:03:36 Progress (3): 197 kB | 291 kB | 31/42 kB error 03-Jan-2023 03:03:36 Progress (4): 197 kB | 291 kB | 31/42 kB | 3.4/25 kB error 03-Jan-2023 03:03:36 Progress (4): 197 kB | 291 kB | 34/42 kB | 3.4/25 kB error 03-Jan-2023 03:03:36 Progress (4): 197 kB | 291 kB | 37/42 kB | 3.4/25 kB error 03-Jan-2023 03:03:36 Progress (4): 197 kB | 291 kB | 40/42 kB | 3.4/25 kB error 03-Jan-2023 03:03:36 Progress (4): 197 kB | 291 kB | 40/42 kB | 6.2/25 kB error 03-Jan-2023 03:03:36 Progress (4): 197 kB | 291 kB | 42 kB | 6.2/25 kB error 03-Jan-2023 03:03:36 Progress (4): 197 kB | 291 kB | 42 kB | 9.0/25 kB error 03-Jan-2023 03:03:36 Progress (4): 197 kB | 291 kB | 42 kB | 12/25 kB error 03-Jan-2023 03:03:36 Progress (4): 197 kB | 291 kB | 42 kB | 15/25 kB error 03-Jan-2023 03:03:36 Progress (4): 197 kB | 291 kB | 42 kB | 17/25 kB error 03-Jan-2023 03:03:36 Progress (4): 197 kB | 291 kB | 42 kB | 20/25 kB error 03-Jan-2023 03:03:36 Progress (4): 197 kB | 291 kB | 42 kB | 23/25 kB error 03-Jan-2023 03:03:36 error 03-Jan-2023 03:03:36 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/eclipse/sisu/org.eclipse.sisu.plexus/0.0.0.M5/org.eclipse.sisu.plexus-0.0.0.M5.jar (197 kB at 68 kB/s) error 03-Jan-2023 03:03:36 #16 144.8 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-aether-provider/3.1.1/maven-aether-provider-3.1.1.jar error 03-Jan-2023 03:03:36 #16 144.8 Progress (3): 291 kB | 42 kB | 25 kB error 03-Jan-2023 03:03:36 Progress (4): 291 kB | 42 kB | 25 kB | 4.1/557 kB error 03-Jan-2023 03:03:36 Progress (4): 291 kB | 42 kB | 25 kB | 7.6/557 kB error 03-Jan-2023 03:03:36 error 03-Jan-2023 03:03:36 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/eclipse/sisu/org.eclipse.sisu.inject/0.0.0.M5/org.eclipse.sisu.inject-0.0.0.M5.jar (291 kB at 99 kB/s) error 03-Jan-2023 03:03:36 #16 144.8 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/reporting/maven-reporting-impl/3.0.0/maven-reporting-impl-3.0.0.jar error 03-Jan-2023 03:03:36 #16 144.9 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-settings/3.1.1/maven-settings-3.1.1.jar (42 kB at 14 kB/s) error 03-Jan-2023 03:03:36 #16 144.9 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/doxia/doxia-decoration-model/1.7.4/doxia-decoration-model-1.7.4.jar error 03-Jan-2023 03:03:36 #16 144.9 Progress (3): 25 kB | 7.6/557 kB | 3.4/60 kB error 03-Jan-2023 03:03:36 Progress (3): 25 kB | 7.6/557 kB | 6.2/60 kB error 03-Jan-2023 03:03:36 Progress (3): 25 kB | 7.6/557 kB | 9.0/60 kB error 03-Jan-2023 03:03:36 Progress (3): 25 kB | 7.6/557 kB | 12/60 kB error 03-Jan-2023 03:03:36 Progress (3): 25 kB | 7.6/557 kB | 15/60 kB error 03-Jan-2023 03:03:36 Progress (3): 25 kB | 7.6/557 kB | 17/60 kB error 03-Jan-2023 03:03:36 Progress (3): 25 kB | 12/557 kB | 17/60 kB error 03-Jan-2023 03:03:36 Progress (3): 25 kB | 12/557 kB | 20/60 kB error 03-Jan-2023 03:03:36 Progress (3): 25 kB | 12/557 kB | 23/60 kB error 03-Jan-2023 03:03:36 Progress (3): 25 kB | 16/557 kB | 23/60 kB error 03-Jan-2023 03:03:36 Progress (3): 25 kB | 16/557 kB | 26/60 kB error 03-Jan-2023 03:03:36 Progress (3): 25 kB | 16/557 kB | 29/60 kB error 03-Jan-2023 03:03:36 Progress (3): 25 kB | 16/557 kB | 31/60 kB error 03-Jan-2023 03:03:36 Progress (3): 25 kB | 16/557 kB | 34/60 kB error 03-Jan-2023 03:03:36 Progress (3): 25 kB | 16/557 kB | 37/60 kB error 03-Jan-2023 03:03:36 Progress (3): 25 kB | 16/557 kB | 40/60 kB error 03-Jan-2023 03:03:36 Progress (3): 25 kB | 20/557 kB | 40/60 kB error 03-Jan-2023 03:03:36 Progress (3): 25 kB | 20/557 kB | 43/60 kB error 03-Jan-2023 03:03:36 Progress (3): 25 kB | 24/557 kB | 43/60 kB error 03-Jan-2023 03:03:36 Progress (3): 25 kB | 24/557 kB | 45/60 kB error 03-Jan-2023 03:03:36 Progress (3): 25 kB | 24/557 kB | 48/60 kB error 03-Jan-2023 03:03:36 Progress (3): 25 kB | 24/557 kB | 51/60 kB error 03-Jan-2023 03:03:36 Progress (3): 25 kB | 24/557 kB | 54/60 kB error 03-Jan-2023 03:03:36 Progress (3): 25 kB | 28/557 kB | 54/60 kB error 03-Jan-2023 03:03:36 error 03-Jan-2023 03:03:36 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-repository-metadata/3.1.1/maven-repository-metadata-3.1.1.jar (25 kB at 8.3 kB/s) error 03-Jan-2023 03:03:36 #16 144.9 Progress (2): 32/557 kB | 54/60 kB error 03-Jan-2023 03:03:36 error 03-Jan-2023 03:03:36 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/doxia/doxia-sink-api/1.9.1/doxia-sink-api-1.9.1.jar error 03-Jan-2023 03:03:36 #16 144.9 Progress (2): 32/557 kB | 56/60 kB error 03-Jan-2023 03:03:36 Progress (2): 32/557 kB | 59/60 kB error 03-Jan-2023 03:03:36 Progress (2): 32/557 kB | 60 kB error 03-Jan-2023 03:03:36 Progress (2): 36/557 kB | 60 kB error 03-Jan-2023 03:03:36 Progress (2): 40/557 kB | 60 kB error 03-Jan-2023 03:03:36 Progress (2): 42/557 kB | 60 kB error 03-Jan-2023 03:03:36 Progress (3): 42/557 kB | 60 kB | 3.3/18 kB error 03-Jan-2023 03:03:36 Progress (3): 42/557 kB | 60 kB | 6.1/18 kB error 03-Jan-2023 03:03:36 Progress (3): 42/557 kB | 60 kB | 8.9/18 kB error 03-Jan-2023 03:03:36 Progress (3): 42/557 kB | 60 kB | 12/18 kB error 03-Jan-2023 03:03:36 Progress (3): 42/557 kB | 60 kB | 14/18 kB error 03-Jan-2023 03:03:36 Progress (3): 42/557 kB | 60 kB | 17/18 kB error 03-Jan-2023 03:03:36 Progress (3): 42/557 kB | 60 kB | 18 kB error 03-Jan-2023 03:03:36 Progress (3): 46/557 kB | 60 kB | 18 kB error 03-Jan-2023 03:03:36 Progress (3): 51/557 kB | 60 kB | 18 kB error 03-Jan-2023 03:03:36 Progress (3): 55/557 kB | 60 kB | 18 kB error 03-Jan-2023 03:03:36 Progress (4): 55/557 kB | 60 kB | 18 kB | 3.4/61 kB error 03-Jan-2023 03:03:36 Progress (4): 55/557 kB | 60 kB | 18 kB | 6.2/61 kB error 03-Jan-2023 03:03:36 Progress (4): 55/557 kB | 60 kB | 18 kB | 9.0/61 kB error 03-Jan-2023 03:03:36 Progress (4): 55/557 kB | 60 kB | 18 kB | 12/61 kB error 03-Jan-2023 03:03:36 Progress (4): 55/557 kB | 60 kB | 18 kB | 15/61 kB error 03-Jan-2023 03:03:36 Progress (4): 55/557 kB | 60 kB | 18 kB | 17/61 kB error 03-Jan-2023 03:03:36 Progress (4): 59/557 kB | 60 kB | 18 kB | 17/61 kB error 03-Jan-2023 03:03:36 Progress (4): 63/557 kB | 60 kB | 18 kB | 17/61 kB error 03-Jan-2023 03:03:36 Progress (4): 63/557 kB | 60 kB | 18 kB | 20/61 kB error 03-Jan-2023 03:03:36 Progress (4): 63/557 kB | 60 kB | 18 kB | 23/61 kB error 03-Jan-2023 03:03:36 Progress (4): 63/557 kB | 60 kB | 18 kB | 26/61 kB error 03-Jan-2023 03:03:36 Progress (4): 67/557 kB | 60 kB | 18 kB | 26/61 kB error 03-Jan-2023 03:03:36 Progress (4): 71/557 kB | 60 kB | 18 kB | 26/61 kB error 03-Jan-2023 03:03:36 Progress (4): 71/557 kB | 60 kB | 18 kB | 29/61 kB error 03-Jan-2023 03:03:36 Progress (4): 75/557 kB | 60 kB | 18 kB | 29/61 kB error 03-Jan-2023 03:03:36 Progress (4): 77/557 kB | 60 kB | 18 kB | 29/61 kB error 03-Jan-2023 03:03:36 Progress (4): 81/557 kB | 60 kB | 18 kB | 29/61 kB error 03-Jan-2023 03:03:36 Progress (4): 85/557 kB | 60 kB | 18 kB | 29/61 kB error 03-Jan-2023 03:03:36 Progress (4): 89/557 kB | 60 kB | 18 kB | 29/61 kB error 03-Jan-2023 03:03:36 Progress (4): 94/557 kB | 60 kB | 18 kB | 29/61 kB error 03-Jan-2023 03:03:36 Progress (4): 94/557 kB | 60 kB | 18 kB | 31/61 kB error 03-Jan-2023 03:03:36 Progress (4): 94/557 kB | 60 kB | 18 kB | 34/61 kB error 03-Jan-2023 03:03:36 Progress (4): 94/557 kB | 60 kB | 18 kB | 37/61 kB error 03-Jan-2023 03:03:36 Progress (4): 94/557 kB | 60 kB | 18 kB | 40/61 kB error 03-Jan-2023 03:03:36 Progress (4): 94/557 kB | 60 kB | 18 kB | 43/61 kB error 03-Jan-2023 03:03:36 Progress (4): 94/557 kB | 60 kB | 18 kB | 45/61 kB error 03-Jan-2023 03:03:36 Progress (4): 94/557 kB | 60 kB | 18 kB | 48/61 kB error 03-Jan-2023 03:03:36 Progress (5): 94/557 kB | 60 kB | 18 kB | 48/61 kB | 3.3/12 kB error 03-Jan-2023 03:03:36 Progress (5): 94/557 kB | 60 kB | 18 kB | 48/61 kB | 6.1/12 kB error 03-Jan-2023 03:03:36 Progress (5): 94/557 kB | 60 kB | 18 kB | 48/61 kB | 8.9/12 kB error 03-Jan-2023 03:03:36 Progress (5): 94/557 kB | 60 kB | 18 kB | 48/61 kB | 12 kB error 03-Jan-2023 03:03:36 error 03-Jan-2023 03:03:36 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-aether-provider/3.1.1/maven-aether-provider-3.1.1.jar (60 kB at 19 kB/s) error 03-Jan-2023 03:03:36 #16 145.0 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/doxia/doxia-logging-api/1.9.1/doxia-logging-api-1.9.1.jar error 03-Jan-2023 03:03:36 #16 145.1 Progress (4): 94/557 kB | 18 kB | 51/61 kB | 12 kB error 03-Jan-2023 03:03:36 Progress (4): 94/557 kB | 18 kB | 54/61 kB | 12 kB error 03-Jan-2023 03:03:36 Progress (4): 94/557 kB | 18 kB | 57/61 kB | 12 kB error 03-Jan-2023 03:03:36 Progress (4): 94/557 kB | 18 kB | 59/61 kB | 12 kB error 03-Jan-2023 03:03:36 Progress (4): 94/557 kB | 18 kB | 61 kB | 12 kB error 03-Jan-2023 03:03:36 Progress (4): 98/557 kB | 18 kB | 61 kB | 12 kB error 03-Jan-2023 03:03:36 Progress (4): 102/557 kB | 18 kB | 61 kB | 12 kB error 03-Jan-2023 03:03:36 Progress (4): 106/557 kB | 18 kB | 61 kB | 12 kB error 03-Jan-2023 03:03:36 Progress (4): 110/557 kB | 18 kB | 61 kB | 12 kB error 03-Jan-2023 03:03:36 Progress (4): 112/557 kB | 18 kB | 61 kB | 12 kB error 03-Jan-2023 03:03:36 Progress (4): 116/557 kB | 18 kB | 61 kB | 12 kB error 03-Jan-2023 03:03:36 Progress (4): 120/557 kB | 18 kB | 61 kB | 12 kB error 03-Jan-2023 03:03:36 Progress (4): 124/557 kB | 18 kB | 61 kB | 12 kB error 03-Jan-2023 03:03:36 Progress (4): 128/557 kB | 18 kB | 61 kB | 12 kB error 03-Jan-2023 03:03:36 Progress (4): 132/557 kB | 18 kB | 61 kB | 12 kB error 03-Jan-2023 03:03:36 error 03-Jan-2023 03:03:36 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/reporting/maven-reporting-impl/3.0.0/maven-reporting-impl-3.0.0.jar (18 kB at 5.7 kB/s) error 03-Jan-2023 03:03:36 #16 145.1 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/doxia/doxia-core/1.9.1/doxia-core-1.9.1.jar error 03-Jan-2023 03:03:36 #16 145.1 Progress (3): 137/557 kB | 61 kB | 12 kB error 03-Jan-2023 03:03:36 Progress (3): 141/557 kB | 61 kB | 12 kB error 03-Jan-2023 03:03:36 Progress (3): 145/557 kB | 61 kB | 12 kB error 03-Jan-2023 03:03:36 Progress (3): 147/557 kB | 61 kB | 12 kB error 03-Jan-2023 03:03:36 Progress (3): 151/557 kB | 61 kB | 12 kB error 03-Jan-2023 03:03:36 Progress (3): 155/557 kB | 61 kB | 12 kB error 03-Jan-2023 03:03:36 Progress (3): 159/557 kB | 61 kB | 12 kB error 03-Jan-2023 03:03:36 Progress (3): 163/557 kB | 61 kB | 12 kB error 03-Jan-2023 03:03:36 Progress (3): 167/557 kB | 61 kB | 12 kB error 03-Jan-2023 03:03:36 Progress (3): 171/557 kB | 61 kB | 12 kB error 03-Jan-2023 03:03:36 Progress (3): 175/557 kB | 61 kB | 12 kB error 03-Jan-2023 03:03:36 Progress (3): 180/557 kB | 61 kB | 12 kB error 03-Jan-2023 03:03:36 Progress (3): 182/557 kB | 61 kB | 12 kB error 03-Jan-2023 03:03:36 Progress (3): 186/557 kB | 61 kB | 12 kB error 03-Jan-2023 03:03:36 Progress (3): 190/557 kB | 61 kB | 12 kB error 03-Jan-2023 03:03:36 Progress (3): 194/557 kB | 61 kB | 12 kB error 03-Jan-2023 03:03:36 Progress (3): 198/557 kB | 61 kB | 12 kB error 03-Jan-2023 03:03:36 Progress (3): 202/557 kB | 61 kB | 12 kB error 03-Jan-2023 03:03:36 Progress (3): 206/557 kB | 61 kB | 12 kB error 03-Jan-2023 03:03:36 Progress (3): 210/557 kB | 61 kB | 12 kB error 03-Jan-2023 03:03:36 Progress (3): 214/557 kB | 61 kB | 12 kB error 03-Jan-2023 03:03:36 Progress (4): 214/557 kB | 61 kB | 12 kB | 3.3/12 kB error 03-Jan-2023 03:03:36 error 03-Jan-2023 03:03:36 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/doxia/doxia-sink-api/1.9.1/doxia-sink-api-1.9.1.jar (12 kB at 3.5 kB/s) error 03-Jan-2023 03:03:36 #16 145.2 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/codehaus/plexus/plexus-container-default/1.7.1/plexus-container-default-1.7.1.jar error 03-Jan-2023 03:03:36 #16 145.2 Progress (3): 214/557 kB | 61 kB | 6.1/12 kB error 03-Jan-2023 03:03:36 Progress (3): 214/557 kB | 61 kB | 8.9/12 kB error 03-Jan-2023 03:03:36 Progress (3): 214/557 kB | 61 kB | 12 kB error 03-Jan-2023 03:03:36 Progress (3): 216/557 kB | 61 kB | 12 kB error 03-Jan-2023 03:03:36 Progress (3): 221/557 kB | 61 kB | 12 kB error 03-Jan-2023 03:03:36 Progress (3): 225/557 kB | 61 kB | 12 kB error 03-Jan-2023 03:03:36 Progress (3): 229/557 kB | 61 kB | 12 kB error 03-Jan-2023 03:03:36 Progress (3): 233/557 kB | 61 kB | 12 kB error 03-Jan-2023 03:03:36 Progress (3): 237/557 kB | 61 kB | 12 kB error 03-Jan-2023 03:03:36 Progress (3): 241/557 kB | 61 kB | 12 kB error 03-Jan-2023 03:03:36 Progress (3): 245/557 kB | 61 kB | 12 kB error 03-Jan-2023 03:03:36 Progress (3): 249/557 kB | 61 kB | 12 kB error 03-Jan-2023 03:03:36 Progress (3): 251/557 kB | 61 kB | 12 kB error 03-Jan-2023 03:03:36 Progress (3): 255/557 kB | 61 kB | 12 kB error 03-Jan-2023 03:03:36 Progress (3): 259/557 kB | 61 kB | 12 kB error 03-Jan-2023 03:03:36 Progress (3): 264/557 kB | 61 kB | 12 kB error 03-Jan-2023 03:03:36 Progress (3): 268/557 kB | 61 kB | 12 kB error 03-Jan-2023 03:03:36 error 03-Jan-2023 03:03:36 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/doxia/doxia-decoration-model/1.7.4/doxia-decoration-model-1.7.4.jar (61 kB at 18 kB/s) error 03-Jan-2023 03:03:36 #16 145.3 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/httpcomponents/httpclient/4.5.8/httpclient-4.5.8.jar error 03-Jan-2023 03:03:36 #16 145.3 Progress (2): 272/557 kB | 12 kB error 03-Jan-2023 03:03:36 Progress (2): 276/557 kB | 12 kB error 03-Jan-2023 03:03:36 Progress (2): 280/557 kB | 12 kB error 03-Jan-2023 03:03:36 Progress (2): 284/557 kB | 12 kB error 03-Jan-2023 03:03:36 Progress (2): 286/557 kB | 12 kB error 03-Jan-2023 03:03:36 Progress (2): 290/557 kB | 12 kB error 03-Jan-2023 03:03:36 Progress (2): 294/557 kB | 12 kB error 03-Jan-2023 03:03:36 Progress (2): 298/557 kB | 12 kB error 03-Jan-2023 03:03:36 Progress (2): 302/557 kB | 12 kB error 03-Jan-2023 03:03:36 Progress (2): 307/557 kB | 12 kB error 03-Jan-2023 03:03:36 Progress (2): 311/557 kB | 12 kB error 03-Jan-2023 03:03:36 Progress (2): 315/557 kB | 12 kB error 03-Jan-2023 03:03:36 Progress (2): 319/557 kB | 12 kB error 03-Jan-2023 03:03:36 Progress (2): 321/557 kB | 12 kB error 03-Jan-2023 03:03:36 Progress (2): 325/557 kB | 12 kB error 03-Jan-2023 03:03:36 Progress (2): 329/557 kB | 12 kB error 03-Jan-2023 03:03:36 Progress (2): 333/557 kB | 12 kB error 03-Jan-2023 03:03:36 Progress (2): 337/557 kB | 12 kB error 03-Jan-2023 03:03:36 Progress (2): 341/557 kB | 12 kB error 03-Jan-2023 03:03:36 Progress (2): 345/557 kB | 12 kB error 03-Jan-2023 03:03:36 Progress (2): 350/557 kB | 12 kB error 03-Jan-2023 03:03:36 Progress (2): 354/557 kB | 12 kB error 03-Jan-2023 03:03:36 Progress (2): 356/557 kB | 12 kB error 03-Jan-2023 03:03:36 Progress (2): 360/557 kB | 12 kB error 03-Jan-2023 03:03:36 Progress (2): 364/557 kB | 12 kB error 03-Jan-2023 03:03:36 Progress (2): 368/557 kB | 12 kB error 03-Jan-2023 03:03:36 Progress (2): 372/557 kB | 12 kB error 03-Jan-2023 03:03:36 Progress (2): 376/557 kB | 12 kB error 03-Jan-2023 03:03:36 Progress (2): 380/557 kB | 12 kB error 03-Jan-2023 03:03:36 Progress (2): 384/557 kB | 12 kB error 03-Jan-2023 03:03:36 Progress (2): 388/557 kB | 12 kB error 03-Jan-2023 03:03:36 Progress (2): 391/557 kB | 12 kB error 03-Jan-2023 03:03:36 Progress (2): 395/557 kB | 12 kB error 03-Jan-2023 03:03:36 Progress (2): 399/557 kB | 12 kB error 03-Jan-2023 03:03:36 Progress (2): 403/557 kB | 12 kB error 03-Jan-2023 03:03:36 Progress (2): 407/557 kB | 12 kB error 03-Jan-2023 03:03:36 error 03-Jan-2023 03:03:36 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/doxia/doxia-logging-api/1.9.1/doxia-logging-api-1.9.1.jar (12 kB at 3.4 kB/s) error 03-Jan-2023 03:03:36 #16 145.3 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/httpcomponents/httpcore/4.4.11/httpcore-4.4.11.jar error 03-Jan-2023 03:03:36 #16 145.3 Progress (1): 411/557 kB error 03-Jan-2023 03:03:36 Progress (1): 415/557 kB error 03-Jan-2023 03:03:36 Progress (1): 419/557 kB error 03-Jan-2023 03:03:36 Progress (1): 423/557 kB error 03-Jan-2023 03:03:36 Progress (1): 425/557 kB error 03-Jan-2023 03:03:36 Progress (1): 429/557 kB error 03-Jan-2023 03:03:36 Progress (1): 434/557 kB error 03-Jan-2023 03:03:36 Progress (1): 438/557 kB error 03-Jan-2023 03:03:36 Progress (1): 442/557 kB error 03-Jan-2023 03:03:36 Progress (1): 446/557 kB error 03-Jan-2023 03:03:36 Progress (1): 450/557 kB error 03-Jan-2023 03:03:36 Progress (1): 454/557 kB error 03-Jan-2023 03:03:36 Progress (1): 458/557 kB error 03-Jan-2023 03:03:36 Progress (1): 460/557 kB error 03-Jan-2023 03:03:36 Progress (1): 464/557 kB error 03-Jan-2023 03:03:36 Progress (1): 468/557 kB error 03-Jan-2023 03:03:36 Progress (1): 472/557 kB error 03-Jan-2023 03:03:36 Progress (1): 477/557 kB error 03-Jan-2023 03:03:36 Progress (1): 481/557 kB error 03-Jan-2023 03:03:36 Progress (1): 485/557 kB error 03-Jan-2023 03:03:36 Progress (1): 489/557 kB error 03-Jan-2023 03:03:36 Progress (1): 493/557 kB error 03-Jan-2023 03:03:36 Progress (1): 495/557 kB error 03-Jan-2023 03:03:36 Progress (1): 499/557 kB error 03-Jan-2023 03:03:36 Progress (1): 503/557 kB error 03-Jan-2023 03:03:36 Progress (1): 507/557 kB error 03-Jan-2023 03:03:36 Progress (1): 511/557 kB error 03-Jan-2023 03:03:36 Progress (1): 515/557 kB error 03-Jan-2023 03:03:36 Progress (1): 520/557 kB error 03-Jan-2023 03:03:36 Progress (1): 524/557 kB error 03-Jan-2023 03:03:36 Progress (1): 528/557 kB error 03-Jan-2023 03:03:36 Progress (1): 530/557 kB error 03-Jan-2023 03:03:36 Progress (1): 534/557 kB error 03-Jan-2023 03:03:36 Progress (1): 538/557 kB error 03-Jan-2023 03:03:36 Progress (1): 542/557 kB error 03-Jan-2023 03:03:36 Progress (1): 546/557 kB error 03-Jan-2023 03:03:36 Progress (1): 550/557 kB error 03-Jan-2023 03:03:36 Progress (1): 554/557 kB error 03-Jan-2023 03:03:36 Progress (1): 557 kB error 03-Jan-2023 03:03:36 Progress (2): 557 kB | 4.1/217 kB error 03-Jan-2023 03:03:37 Progress (2): 557 kB | 8.2/217 kB error 03-Jan-2023 03:03:37 Progress (2): 557 kB | 12/217 kB error 03-Jan-2023 03:03:37 Progress (2): 557 kB | 16/217 kB error 03-Jan-2023 03:03:37 Progress (2): 557 kB | 19/217 kB error 03-Jan-2023 03:03:37 Progress (2): 557 kB | 23/217 kB error 03-Jan-2023 03:03:37 Progress (2): 557 kB | 27/217 kB error 03-Jan-2023 03:03:37 Progress (2): 557 kB | 31/217 kB error 03-Jan-2023 03:03:37 Progress (2): 557 kB | 35/217 kB error 03-Jan-2023 03:03:37 Progress (2): 557 kB | 39/217 kB error 03-Jan-2023 03:03:37 Progress (2): 557 kB | 43/217 kB error 03-Jan-2023 03:03:37 Progress (2): 557 kB | 47/217 kB error 03-Jan-2023 03:03:37 Progress (2): 557 kB | 52/217 kB error 03-Jan-2023 03:03:37 Progress (2): 557 kB | 54/217 kB error 03-Jan-2023 03:03:37 Progress (2): 557 kB | 58/217 kB error 03-Jan-2023 03:03:37 Progress (2): 557 kB | 62/217 kB error 03-Jan-2023 03:03:37 Progress (2): 557 kB | 66/217 kB error 03-Jan-2023 03:03:37 Progress (2): 557 kB | 70/217 kB error 03-Jan-2023 03:03:37 Progress (2): 557 kB | 74/217 kB error 03-Jan-2023 03:03:37 Progress (2): 557 kB | 78/217 kB error 03-Jan-2023 03:03:37 Progress (2): 557 kB | 82/217 kB error 03-Jan-2023 03:03:37 Progress (2): 557 kB | 84/217 kB error 03-Jan-2023 03:03:37 Progress (2): 557 kB | 88/217 kB error 03-Jan-2023 03:03:37 Progress (2): 557 kB | 93/217 kB error 03-Jan-2023 03:03:37 Progress (2): 557 kB | 97/217 kB error 03-Jan-2023 03:03:37 Progress (2): 557 kB | 101/217 kB error 03-Jan-2023 03:03:37 Progress (2): 557 kB | 105/217 kB error 03-Jan-2023 03:03:37 Progress (2): 557 kB | 109/217 kB error 03-Jan-2023 03:03:37 Progress (2): 557 kB | 113/217 kB error 03-Jan-2023 03:03:37 Progress (2): 557 kB | 117/217 kB error 03-Jan-2023 03:03:37 Progress (2): 557 kB | 119/217 kB error 03-Jan-2023 03:03:37 Progress (2): 557 kB | 123/217 kB error 03-Jan-2023 03:03:37 Progress (2): 557 kB | 125/217 kB error 03-Jan-2023 03:03:37 Progress (2): 557 kB | 129/217 kB error 03-Jan-2023 03:03:37 Progress (2): 557 kB | 134/217 kB error 03-Jan-2023 03:03:37 error 03-Jan-2023 03:03:37 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-core/3.1.1/maven-core-3.1.1.jar (557 kB at 153 kB/s) error 03-Jan-2023 03:03:37 #16 145.5 Progress (1): 138/217 kB error 03-Jan-2023 03:03:37 error 03-Jan-2023 03:03:37 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/doxia/doxia-site-renderer/1.9.2/doxia-site-renderer-1.9.2.jar error 03-Jan-2023 03:03:37 #16 145.5 Progress (1): 142/217 kB error 03-Jan-2023 03:03:37 Progress (1): 146/217 kB error 03-Jan-2023 03:03:37 Progress (1): 150/217 kB error 03-Jan-2023 03:03:37 Progress (1): 154/217 kB error 03-Jan-2023 03:03:37 Progress (1): 158/217 kB error 03-Jan-2023 03:03:37 Progress (1): 161/217 kB error 03-Jan-2023 03:03:37 Progress (1): 165/217 kB error 03-Jan-2023 03:03:37 Progress (2): 165/217 kB | 3.4/772 kB error 03-Jan-2023 03:03:37 Progress (2): 165/217 kB | 7.5/772 kB error 03-Jan-2023 03:03:37 Progress (2): 165/217 kB | 12/772 kB error 03-Jan-2023 03:03:37 Progress (2): 165/217 kB | 16/772 kB error 03-Jan-2023 03:03:37 Progress (2): 165/217 kB | 20/772 kB error 03-Jan-2023 03:03:37 Progress (2): 170/217 kB | 20/772 kB error 03-Jan-2023 03:03:37 Progress (2): 174/217 kB | 20/772 kB error 03-Jan-2023 03:03:37 Progress (2): 178/217 kB | 20/772 kB error 03-Jan-2023 03:03:37 Progress (2): 182/217 kB | 20/772 kB error 03-Jan-2023 03:03:37 Progress (2): 182/217 kB | 24/772 kB error 03-Jan-2023 03:03:37 Progress (2): 182/217 kB | 28/772 kB error 03-Jan-2023 03:03:37 Progress (2): 182/217 kB | 32/772 kB error 03-Jan-2023 03:03:37 Progress (2): 182/217 kB | 36/772 kB error 03-Jan-2023 03:03:37 Progress (2): 186/217 kB | 36/772 kB error 03-Jan-2023 03:03:37 Progress (2): 188/217 kB | 36/772 kB error 03-Jan-2023 03:03:37 Progress (2): 188/217 kB | 38/772 kB error 03-Jan-2023 03:03:37 Progress (2): 192/217 kB | 38/772 kB error 03-Jan-2023 03:03:37 Progress (2): 197/217 kB | 38/772 kB error 03-Jan-2023 03:03:37 Progress (2): 201/217 kB | 38/772 kB error 03-Jan-2023 03:03:37 Progress (2): 205/217 kB | 38/772 kB error 03-Jan-2023 03:03:37 Progress (2): 205/217 kB | 42/772 kB error 03-Jan-2023 03:03:37 Progress (2): 205/217 kB | 46/772 kB error 03-Jan-2023 03:03:37 Progress (2): 205/217 kB | 51/772 kB error 03-Jan-2023 03:03:37 Progress (2): 205/217 kB | 55/772 kB error 03-Jan-2023 03:03:37 Progress (2): 209/217 kB | 55/772 kB error 03-Jan-2023 03:03:37 Progress (2): 213/217 kB | 55/772 kB error 03-Jan-2023 03:03:37 Progress (2): 213/217 kB | 59/772 kB error 03-Jan-2023 03:03:37 Progress (2): 215/217 kB | 59/772 kB error 03-Jan-2023 03:03:37 Progress (2): 217 kB | 59/772 kB error 03-Jan-2023 03:03:37 Progress (2): 217 kB | 63/772 kB error 03-Jan-2023 03:03:37 Progress (2): 217 kB | 67/772 kB error 03-Jan-2023 03:03:37 Progress (2): 217 kB | 71/772 kB error 03-Jan-2023 03:03:37 Progress (2): 217 kB | 73/772 kB error 03-Jan-2023 03:03:37 Progress (2): 217 kB | 77/772 kB error 03-Jan-2023 03:03:37 Progress (2): 217 kB | 81/772 kB error 03-Jan-2023 03:03:37 Progress (2): 217 kB | 85/772 kB error 03-Jan-2023 03:03:37 Progress (2): 217 kB | 89/772 kB error 03-Jan-2023 03:03:37 Progress (2): 217 kB | 94/772 kB error 03-Jan-2023 03:03:37 Progress (2): 217 kB | 98/772 kB error 03-Jan-2023 03:03:37 Progress (2): 217 kB | 102/772 kB error 03-Jan-2023 03:03:37 Progress (2): 217 kB | 106/772 kB error 03-Jan-2023 03:03:37 Progress (2): 217 kB | 108/772 kB error 03-Jan-2023 03:03:37 Progress (2): 217 kB | 112/772 kB error 03-Jan-2023 03:03:37 Progress (2): 217 kB | 116/772 kB error 03-Jan-2023 03:03:37 Progress (2): 217 kB | 120/772 kB error 03-Jan-2023 03:03:37 Progress (2): 217 kB | 124/772 kB error 03-Jan-2023 03:03:37 Progress (2): 217 kB | 128/772 kB error 03-Jan-2023 03:03:37 Progress (2): 217 kB | 132/772 kB error 03-Jan-2023 03:03:37 Progress (2): 217 kB | 137/772 kB error 03-Jan-2023 03:03:37 Progress (2): 217 kB | 141/772 kB error 03-Jan-2023 03:03:37 Progress (2): 217 kB | 143/772 kB error 03-Jan-2023 03:03:37 Progress (2): 217 kB | 147/772 kB error 03-Jan-2023 03:03:37 Progress (2): 217 kB | 151/772 kB error 03-Jan-2023 03:03:37 Progress (2): 217 kB | 155/772 kB error 03-Jan-2023 03:03:37 Progress (2): 217 kB | 159/772 kB error 03-Jan-2023 03:03:37 Progress (2): 217 kB | 163/772 kB error 03-Jan-2023 03:03:37 Progress (2): 217 kB | 167/772 kB error 03-Jan-2023 03:03:37 Progress (2): 217 kB | 171/772 kB error 03-Jan-2023 03:03:37 Progress (2): 217 kB | 175/772 kB error 03-Jan-2023 03:03:37 Progress (2): 217 kB | 177/772 kB error 03-Jan-2023 03:03:37 Progress (2): 217 kB | 182/772 kB error 03-Jan-2023 03:03:37 Progress (2): 217 kB | 186/772 kB error 03-Jan-2023 03:03:37 Progress (2): 217 kB | 190/772 kB error 03-Jan-2023 03:03:37 Progress (2): 217 kB | 194/772 kB error 03-Jan-2023 03:03:37 Progress (2): 217 kB | 198/772 kB error 03-Jan-2023 03:03:37 Progress (2): 217 kB | 202/772 kB error 03-Jan-2023 03:03:37 Progress (2): 217 kB | 206/772 kB error 03-Jan-2023 03:03:37 Progress (3): 217 kB | 206/772 kB | 3.3/65 kB error 03-Jan-2023 03:03:37 Progress (3): 217 kB | 206/772 kB | 6.1/65 kB error 03-Jan-2023 03:03:37 Progress (3): 217 kB | 210/772 kB | 6.1/65 kB error 03-Jan-2023 03:03:37 Progress (3): 217 kB | 212/772 kB | 6.1/65 kB error 03-Jan-2023 03:03:37 Progress (3): 217 kB | 212/772 kB | 8.9/65 kB error 03-Jan-2023 03:03:37 Progress (3): 217 kB | 212/772 kB | 12/65 kB error 03-Jan-2023 03:03:37 Progress (3): 217 kB | 212/772 kB | 14/65 kB error 03-Jan-2023 03:03:37 Progress (3): 217 kB | 212/772 kB | 17/65 kB error 03-Jan-2023 03:03:37 Progress (3): 217 kB | 216/772 kB | 17/65 kB error 03-Jan-2023 03:03:37 Progress (3): 217 kB | 220/772 kB | 17/65 kB error 03-Jan-2023 03:03:37 Progress (3): 217 kB | 225/772 kB | 17/65 kB error 03-Jan-2023 03:03:37 Progress (3): 217 kB | 225/772 kB | 20/65 kB error 03-Jan-2023 03:03:37 Progress (3): 217 kB | 229/772 kB | 20/65 kB error 03-Jan-2023 03:03:37 Progress (3): 217 kB | 229/772 kB | 23/65 kB error 03-Jan-2023 03:03:37 Progress (3): 217 kB | 229/772 kB | 26/65 kB error 03-Jan-2023 03:03:37 Progress (3): 217 kB | 233/772 kB | 26/65 kB error 03-Jan-2023 03:03:37 Progress (3): 217 kB | 233/772 kB | 28/65 kB error 03-Jan-2023 03:03:37 Progress (3): 217 kB | 237/772 kB | 28/65 kB error 03-Jan-2023 03:03:37 Progress (3): 217 kB | 241/772 kB | 28/65 kB error 03-Jan-2023 03:03:37 Progress (3): 217 kB | 241/772 kB | 31/65 kB error 03-Jan-2023 03:03:37 Progress (3): 217 kB | 245/772 kB | 31/65 kB error 03-Jan-2023 03:03:37 Progress (3): 217 kB | 247/772 kB | 31/65 kB error 03-Jan-2023 03:03:37 Progress (3): 217 kB | 251/772 kB | 31/65 kB error 03-Jan-2023 03:03:37 Progress (3): 217 kB | 251/772 kB | 34/65 kB error 03-Jan-2023 03:03:37 Progress (3): 217 kB | 251/772 kB | 37/65 kB error 03-Jan-2023 03:03:37 Progress (3): 217 kB | 251/772 kB | 40/65 kB error 03-Jan-2023 03:03:37 Progress (3): 217 kB | 255/772 kB | 40/65 kB error 03-Jan-2023 03:03:37 Progress (3): 217 kB | 259/772 kB | 40/65 kB error 03-Jan-2023 03:03:37 Progress (3): 217 kB | 259/772 kB | 42/65 kB error 03-Jan-2023 03:03:37 Progress (3): 217 kB | 264/772 kB | 42/65 kB error 03-Jan-2023 03:03:37 Progress (3): 217 kB | 264/772 kB | 45/65 kB error 03-Jan-2023 03:03:37 Progress (3): 217 kB | 264/772 kB | 48/65 kB error 03-Jan-2023 03:03:37 Progress (3): 217 kB | 264/772 kB | 51/65 kB error 03-Jan-2023 03:03:37 Progress (3): 217 kB | 268/772 kB | 51/65 kB error 03-Jan-2023 03:03:37 Progress (3): 217 kB | 272/772 kB | 51/65 kB error 03-Jan-2023 03:03:37 Progress (3): 217 kB | 276/772 kB | 51/65 kB error 03-Jan-2023 03:03:37 Progress (3): 217 kB | 276/772 kB | 54/65 kB error 03-Jan-2023 03:03:37 Progress (3): 217 kB | 276/772 kB | 56/65 kB error 03-Jan-2023 03:03:37 Progress (3): 217 kB | 280/772 kB | 56/65 kB error 03-Jan-2023 03:03:37 Progress (3): 217 kB | 282/772 kB | 56/65 kB error 03-Jan-2023 03:03:37 Progress (3): 217 kB | 282/772 kB | 59/65 kB error 03-Jan-2023 03:03:37 Progress (3): 217 kB | 282/772 kB | 62/65 kB error 03-Jan-2023 03:03:37 Progress (3): 217 kB | 286/772 kB | 62/65 kB error 03-Jan-2023 03:03:37 Progress (3): 217 kB | 286/772 kB | 65 kB error 03-Jan-2023 03:03:37 Progress (3): 217 kB | 290/772 kB | 65 kB error 03-Jan-2023 03:03:37 Progress (3): 217 kB | 294/772 kB | 65 kB error 03-Jan-2023 03:03:37 Progress (3): 217 kB | 298/772 kB | 65 kB error 03-Jan-2023 03:03:37 Progress (3): 217 kB | 302/772 kB | 65 kB error 03-Jan-2023 03:03:37 Progress (3): 217 kB | 307/772 kB | 65 kB error 03-Jan-2023 03:03:37 Progress (3): 217 kB | 311/772 kB | 65 kB error 03-Jan-2023 03:03:37 Progress (3): 217 kB | 315/772 kB | 65 kB error 03-Jan-2023 03:03:37 Progress (3): 217 kB | 317/772 kB | 65 kB error 03-Jan-2023 03:03:37 Progress (3): 217 kB | 321/772 kB | 65 kB error 03-Jan-2023 03:03:37 Progress (3): 217 kB | 323/772 kB | 65 kB error 03-Jan-2023 03:03:37 Progress (3): 217 kB | 327/772 kB | 65 kB error 03-Jan-2023 03:03:37 Progress (3): 217 kB | 332/772 kB | 65 kB error 03-Jan-2023 03:03:37 Progress (3): 217 kB | 336/772 kB | 65 kB error 03-Jan-2023 03:03:37 Progress (3): 217 kB | 340/772 kB | 65 kB error 03-Jan-2023 03:03:37 Progress (3): 217 kB | 344/772 kB | 65 kB error 03-Jan-2023 03:03:37 Progress (3): 217 kB | 348/772 kB | 65 kB error 03-Jan-2023 03:03:37 Progress (3): 217 kB | 352/772 kB | 65 kB error 03-Jan-2023 03:03:37 Progress (3): 217 kB | 356/772 kB | 65 kB error 03-Jan-2023 03:03:37 Progress (3): 217 kB | 360/772 kB | 65 kB error 03-Jan-2023 03:03:37 Progress (3): 217 kB | 364/772 kB | 65 kB error 03-Jan-2023 03:03:37 Progress (3): 217 kB | 367/772 kB | 65 kB error 03-Jan-2023 03:03:37 Progress (3): 217 kB | 371/772 kB | 65 kB error 03-Jan-2023 03:03:37 Progress (3): 217 kB | 375/772 kB | 65 kB error 03-Jan-2023 03:03:37 Progress (3): 217 kB | 379/772 kB | 65 kB error 03-Jan-2023 03:03:37 Progress (3): 217 kB | 384/772 kB | 65 kB error 03-Jan-2023 03:03:37 Progress (3): 217 kB | 386/772 kB | 65 kB error 03-Jan-2023 03:03:37 Progress (3): 217 kB | 390/772 kB | 65 kB error 03-Jan-2023 03:03:37 Progress (3): 217 kB | 394/772 kB | 65 kB error 03-Jan-2023 03:03:37 Progress (3): 217 kB | 399/772 kB | 65 kB error 03-Jan-2023 03:03:37 Progress (3): 217 kB | 403/772 kB | 65 kB error 03-Jan-2023 03:03:37 Progress (3): 217 kB | 407/772 kB | 65 kB error 03-Jan-2023 03:03:37 Progress (3): 217 kB | 411/772 kB | 65 kB error 03-Jan-2023 03:03:37 Progress (3): 217 kB | 415/772 kB | 65 kB error 03-Jan-2023 03:03:37 Progress (3): 217 kB | 419/772 kB | 65 kB error 03-Jan-2023 03:03:37 Progress (3): 217 kB | 422/772 kB | 65 kB error 03-Jan-2023 03:03:37 Progress (3): 217 kB | 426/772 kB | 65 kB error 03-Jan-2023 03:03:37 Progress (3): 217 kB | 430/772 kB | 65 kB error 03-Jan-2023 03:03:37 Progress (3): 217 kB | 435/772 kB | 65 kB error 03-Jan-2023 03:03:37 Progress (3): 217 kB | 439/772 kB | 65 kB error 03-Jan-2023 03:03:37 Progress (3): 217 kB | 443/772 kB | 65 kB error 03-Jan-2023 03:03:37 Progress (3): 217 kB | 447/772 kB | 65 kB error 03-Jan-2023 03:03:37 Progress (3): 217 kB | 451/772 kB | 65 kB error 03-Jan-2023 03:03:37 Progress (3): 217 kB | 455/772 kB | 65 kB error 03-Jan-2023 03:03:37 Progress (3): 217 kB | 457/772 kB | 65 kB error 03-Jan-2023 03:03:37 Progress (3): 217 kB | 461/772 kB | 65 kB error 03-Jan-2023 03:03:37 Progress (3): 217 kB | 465/772 kB | 65 kB error 03-Jan-2023 03:03:37 Progress (3): 217 kB | 469/772 kB | 65 kB error 03-Jan-2023 03:03:37 Progress (3): 217 kB | 474/772 kB | 65 kB error 03-Jan-2023 03:03:37 Progress (3): 217 kB | 478/772 kB | 65 kB error 03-Jan-2023 03:03:37 Progress (3): 217 kB | 482/772 kB | 65 kB error 03-Jan-2023 03:03:37 error 03-Jan-2023 03:03:37 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/doxia/doxia-core/1.9.1/doxia-core-1.9.1.jar (217 kB at 53 kB/s) error 03-Jan-2023 03:03:37 #16 146.0 Progress (2): 486/772 kB | 65 kB error 03-Jan-2023 03:03:37 Progress (2): 490/772 kB | 65 kB error 03-Jan-2023 03:03:37 Progress (2): 494/772 kB | 65 kB error 03-Jan-2023 03:03:37 Progress (2): 498/772 kB | 65 kB error 03-Jan-2023 03:03:37 error 03-Jan-2023 03:03:37 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/doxia/doxia-skin-model/1.9.2/doxia-skin-model-1.9.2.jar error 03-Jan-2023 03:03:37 #16 146.0 Progress (2): 501/772 kB | 65 kB error 03-Jan-2023 03:03:37 Progress (2): 503/772 kB | 65 kB error 03-Jan-2023 03:03:37 Progress (2): 507/772 kB | 65 kB error 03-Jan-2023 03:03:37 Progress (2): 512/772 kB | 65 kB error 03-Jan-2023 03:03:37 Progress (2): 516/772 kB | 65 kB error 03-Jan-2023 03:03:37 Progress (2): 520/772 kB | 65 kB error 03-Jan-2023 03:03:37 Progress (2): 524/772 kB | 65 kB error 03-Jan-2023 03:03:37 Progress (2): 528/772 kB | 65 kB error 03-Jan-2023 03:03:37 Progress (2): 530/772 kB | 65 kB error 03-Jan-2023 03:03:37 Progress (2): 534/772 kB | 65 kB error 03-Jan-2023 03:03:37 Progress (2): 538/772 kB | 65 kB error 03-Jan-2023 03:03:37 Progress (2): 543/772 kB | 65 kB error 03-Jan-2023 03:03:37 Progress (2): 547/772 kB | 65 kB error 03-Jan-2023 03:03:37 Progress (2): 551/772 kB | 65 kB error 03-Jan-2023 03:03:37 Progress (2): 555/772 kB | 65 kB error 03-Jan-2023 03:03:37 Progress (2): 559/772 kB | 65 kB error 03-Jan-2023 03:03:37 Progress (2): 563/772 kB | 65 kB error 03-Jan-2023 03:03:37 Progress (2): 567/772 kB | 65 kB error 03-Jan-2023 03:03:37 Progress (2): 571/772 kB | 65 kB error 03-Jan-2023 03:03:37 Progress (2): 574/772 kB | 65 kB error 03-Jan-2023 03:03:37 error 03-Jan-2023 03:03:37 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/doxia/doxia-site-renderer/1.9.2/doxia-site-renderer-1.9.2.jar (65 kB at 16 kB/s) error 03-Jan-2023 03:03:37 #16 146.1 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/doxia/doxia-module-xhtml/1.9.1/doxia-module-xhtml-1.9.1.jar error 03-Jan-2023 03:03:37 #16 146.1 Progress (1): 578/772 kB error 03-Jan-2023 03:03:37 Progress (1): 582/772 kB error 03-Jan-2023 03:03:37 Progress (1): 586/772 kB error 03-Jan-2023 03:03:37 Progress (1): 590/772 kB error 03-Jan-2023 03:03:37 Progress (1): 594/772 kB error 03-Jan-2023 03:03:37 Progress (1): 598/772 kB error 03-Jan-2023 03:03:37 Progress (1): 602/772 kB error 03-Jan-2023 03:03:37 Progress (1): 606/772 kB error 03-Jan-2023 03:03:37 Progress (1): 608/772 kB error 03-Jan-2023 03:03:37 Progress (1): 612/772 kB error 03-Jan-2023 03:03:37 Progress (1): 617/772 kB error 03-Jan-2023 03:03:37 Progress (1): 621/772 kB error 03-Jan-2023 03:03:37 Progress (1): 625/772 kB error 03-Jan-2023 03:03:37 Progress (1): 629/772 kB error 03-Jan-2023 03:03:37 Progress (1): 633/772 kB error 03-Jan-2023 03:03:37 Progress (1): 637/772 kB error 03-Jan-2023 03:03:37 Progress (1): 641/772 kB error 03-Jan-2023 03:03:37 Progress (1): 643/772 kB error 03-Jan-2023 03:03:37 Progress (1): 647/772 kB error 03-Jan-2023 03:03:37 Progress (1): 651/772 kB error 03-Jan-2023 03:03:37 Progress (1): 655/772 kB error 03-Jan-2023 03:03:37 Progress (1): 660/772 kB error 03-Jan-2023 03:03:37 Progress (1): 664/772 kB error 03-Jan-2023 03:03:37 Progress (1): 668/772 kB error 03-Jan-2023 03:03:37 Progress (1): 672/772 kB error 03-Jan-2023 03:03:37 Progress (1): 676/772 kB error 03-Jan-2023 03:03:37 Progress (1): 678/772 kB error 03-Jan-2023 03:03:37 Progress (1): 682/772 kB error 03-Jan-2023 03:03:37 Progress (1): 686/772 kB error 03-Jan-2023 03:03:37 Progress (1): 690/772 kB error 03-Jan-2023 03:03:37 Progress (1): 694/772 kB error 03-Jan-2023 03:03:37 Progress (1): 698/772 kB error 03-Jan-2023 03:03:37 Progress (1): 703/772 kB error 03-Jan-2023 03:03:37 Progress (1): 707/772 kB error 03-Jan-2023 03:03:37 Progress (1): 711/772 kB error 03-Jan-2023 03:03:37 Progress (1): 713/772 kB error 03-Jan-2023 03:03:37 Progress (1): 717/772 kB error 03-Jan-2023 03:03:37 Progress (1): 721/772 kB error 03-Jan-2023 03:03:37 Progress (1): 725/772 kB error 03-Jan-2023 03:03:37 Progress (1): 729/772 kB error 03-Jan-2023 03:03:37 Progress (1): 733/772 kB error 03-Jan-2023 03:03:37 Progress (1): 737/772 kB error 03-Jan-2023 03:03:37 Progress (1): 741/772 kB error 03-Jan-2023 03:03:37 Progress (1): 746/772 kB error 03-Jan-2023 03:03:37 Progress (1): 748/772 kB error 03-Jan-2023 03:03:37 Progress (1): 752/772 kB error 03-Jan-2023 03:03:37 Progress (1): 756/772 kB error 03-Jan-2023 03:03:37 Progress (1): 760/772 kB error 03-Jan-2023 03:03:37 Progress (1): 764/772 kB error 03-Jan-2023 03:03:37 Progress (2): 764/772 kB | 3.3/17 kB error 03-Jan-2023 03:03:37 Progress (2): 768/772 kB | 3.3/17 kB error 03-Jan-2023 03:03:37 Progress (2): 772/772 kB | 3.3/17 kB error 03-Jan-2023 03:03:37 Progress (2): 772 kB | 3.3/17 kB error 03-Jan-2023 03:03:37 Progress (3): 772 kB | 3.3/17 kB | 3.3/16 kB error 03-Jan-2023 03:03:37 Progress (3): 772 kB | 3.3/17 kB | 6.1/16 kB error 03-Jan-2023 03:03:37 Progress (3): 772 kB | 3.3/17 kB | 8.9/16 kB error 03-Jan-2023 03:03:37 Progress (3): 772 kB | 6.1/17 kB | 8.9/16 kB error 03-Jan-2023 03:03:37 Progress (3): 772 kB | 8.9/17 kB | 8.9/16 kB error 03-Jan-2023 03:03:37 Progress (3): 772 kB | 12/17 kB | 8.9/16 kB error 03-Jan-2023 03:03:37 Progress (3): 772 kB | 14/17 kB | 8.9/16 kB error 03-Jan-2023 03:03:37 Progress (3): 772 kB | 14/17 kB | 12/16 kB error 03-Jan-2023 03:03:37 Progress (3): 772 kB | 14/17 kB | 15/16 kB error 03-Jan-2023 03:03:37 Progress (3): 772 kB | 17/17 kB | 15/16 kB error 03-Jan-2023 03:03:37 Progress (3): 772 kB | 17 kB | 15/16 kB error 03-Jan-2023 03:03:37 Progress (3): 772 kB | 17 kB | 16 kB error 03-Jan-2023 03:03:38 error 03-Jan-2023 03:03:38 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/httpcomponents/httpclient/4.5.8/httpclient-4.5.8.jar (772 kB at 169 kB/s) error 03-Jan-2023 03:03:38 #16 146.5 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/doxia/doxia-module-xhtml5/1.9.1/doxia-module-xhtml5-1.9.1.jar error 03-Jan-2023 03:03:38 #16 146.5 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/doxia/doxia-skin-model/1.9.2/doxia-skin-model-1.9.2.jar (16 kB at 3.6 kB/s) error 03-Jan-2023 03:03:38 #16 146.5 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/doxia/doxia-module-xhtml/1.9.1/doxia-module-xhtml-1.9.1.jar (17 kB at 3.8 kB/s) error 03-Jan-2023 03:03:38 #16 146.5 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/shared/maven-dependency-analyzer/1.11.3/maven-dependency-analyzer-1.11.3.jar error 03-Jan-2023 03:03:38 #16 146.5 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/shared/maven-dependency-tree/3.0.1/maven-dependency-tree-3.0.1.jar error 03-Jan-2023 03:03:38 #16 146.6 Progress (1): 3.3/18 kB error 03-Jan-2023 03:03:38 Progress (1): 6.1/18 kB error 03-Jan-2023 03:03:38 Progress (1): 8.9/18 kB error 03-Jan-2023 03:03:38 Progress (1): 12/18 kB error 03-Jan-2023 03:03:38 Progress (2): 12/18 kB | 3.3/36 kB error 03-Jan-2023 03:03:38 Progress (3): 12/18 kB | 3.3/36 kB | 3.4/37 kB error 03-Jan-2023 03:03:38 Progress (3): 12/18 kB | 6.1/36 kB | 3.4/37 kB error 03-Jan-2023 03:03:38 Progress (3): 12/18 kB | 8.9/36 kB | 3.4/37 kB error 03-Jan-2023 03:03:38 Progress (3): 12/18 kB | 12/36 kB | 3.4/37 kB error 03-Jan-2023 03:03:38 Progress (3): 12/18 kB | 12/36 kB | 6.2/37 kB error 03-Jan-2023 03:03:38 Progress (3): 12/18 kB | 14/36 kB | 6.2/37 kB error 03-Jan-2023 03:03:38 Progress (3): 12/18 kB | 17/36 kB | 6.2/37 kB error 03-Jan-2023 03:03:38 Progress (3): 12/18 kB | 20/36 kB | 6.2/37 kB error 03-Jan-2023 03:03:38 Progress (3): 12/18 kB | 23/36 kB | 6.2/37 kB error 03-Jan-2023 03:03:38 Progress (3): 12/18 kB | 26/36 kB | 6.2/37 kB error 03-Jan-2023 03:03:38 Progress (3): 12/18 kB | 28/36 kB | 6.2/37 kB error 03-Jan-2023 03:03:38 Progress (3): 12/18 kB | 31/36 kB | 6.2/37 kB error 03-Jan-2023 03:03:38 Progress (3): 12/18 kB | 34/36 kB | 6.2/37 kB error 03-Jan-2023 03:03:38 Progress (3): 12/18 kB | 36 kB | 6.2/37 kB error 03-Jan-2023 03:03:38 Progress (3): 12/18 kB | 36 kB | 9.0/37 kB error 03-Jan-2023 03:03:38 Progress (3): 12/18 kB | 36 kB | 12/37 kB error 03-Jan-2023 03:03:38 Progress (3): 12/18 kB | 36 kB | 15/37 kB error 03-Jan-2023 03:03:38 Progress (3): 14/18 kB | 36 kB | 15/37 kB error 03-Jan-2023 03:03:38 Progress (3): 17/18 kB | 36 kB | 15/37 kB error 03-Jan-2023 03:03:38 Progress (3): 17/18 kB | 36 kB | 17/37 kB error 03-Jan-2023 03:03:38 Progress (3): 17/18 kB | 36 kB | 20/37 kB error 03-Jan-2023 03:03:38 Progress (3): 18 kB | 36 kB | 20/37 kB error 03-Jan-2023 03:03:38 Progress (3): 18 kB | 36 kB | 23/37 kB error 03-Jan-2023 03:03:38 Progress (3): 18 kB | 36 kB | 26/37 kB error 03-Jan-2023 03:03:38 Progress (3): 18 kB | 36 kB | 29/37 kB error 03-Jan-2023 03:03:38 Progress (3): 18 kB | 36 kB | 31/37 kB error 03-Jan-2023 03:03:38 Progress (3): 18 kB | 36 kB | 34/37 kB error 03-Jan-2023 03:03:38 Progress (3): 18 kB | 36 kB | 37 kB error 03-Jan-2023 03:03:38 Progress (4): 18 kB | 36 kB | 37 kB | 2.3/327 kB error 03-Jan-2023 03:03:38 Progress (5): 18 kB | 36 kB | 37 kB | 2.3/327 kB | 4.1/231 kB error 03-Jan-2023 03:03:38 Progress (5): 18 kB | 36 kB | 37 kB | 2.3/327 kB | 8.2/231 kB error 03-Jan-2023 03:03:38 Progress (5): 18 kB | 36 kB | 37 kB | 2.3/327 kB | 12/231 kB error 03-Jan-2023 03:03:38 Progress (5): 18 kB | 36 kB | 37 kB | 2.3/327 kB | 16/231 kB error 03-Jan-2023 03:03:38 Progress (5): 18 kB | 36 kB | 37 kB | 2.3/327 kB | 19/231 kB error 03-Jan-2023 03:03:38 Progress (5): 18 kB | 36 kB | 37 kB | 2.3/327 kB | 23/231 kB error 03-Jan-2023 03:03:38 Progress (5): 18 kB | 36 kB | 37 kB | 2.3/327 kB | 27/231 kB error 03-Jan-2023 03:03:38 Progress (5): 18 kB | 36 kB | 37 kB | 2.3/327 kB | 31/231 kB error 03-Jan-2023 03:03:38 Progress (5): 18 kB | 36 kB | 37 kB | 6.3/327 kB | 31/231 kB error 03-Jan-2023 03:03:38 Progress (5): 18 kB | 36 kB | 37 kB | 10/327 kB | 31/231 kB error 03-Jan-2023 03:03:38 Progress (5): 18 kB | 36 kB | 37 kB | 15/327 kB | 31/231 kB error 03-Jan-2023 03:03:38 Progress (5): 18 kB | 36 kB | 37 kB | 19/327 kB | 31/231 kB error 03-Jan-2023 03:03:38 Progress (5): 18 kB | 36 kB | 37 kB | 19/327 kB | 34/231 kB error 03-Jan-2023 03:03:38 Progress (5): 18 kB | 36 kB | 37 kB | 23/327 kB | 34/231 kB error 03-Jan-2023 03:03:38 Progress (5): 18 kB | 36 kB | 37 kB | 27/327 kB | 34/231 kB error 03-Jan-2023 03:03:38 Progress (5): 18 kB | 36 kB | 37 kB | 31/327 kB | 34/231 kB error 03-Jan-2023 03:03:38 Progress (5): 18 kB | 36 kB | 37 kB | 35/327 kB | 34/231 kB error 03-Jan-2023 03:03:38 Progress (5): 18 kB | 36 kB | 37 kB | 39/327 kB | 34/231 kB error 03-Jan-2023 03:03:38 Progress (5): 18 kB | 36 kB | 37 kB | 43/327 kB | 34/231 kB error 03-Jan-2023 03:03:38 Progress (5): 18 kB | 36 kB | 37 kB | 47/327 kB | 34/231 kB error 03-Jan-2023 03:03:38 Progress (5): 18 kB | 36 kB | 37 kB | 51/327 kB | 34/231 kB error 03-Jan-2023 03:03:38 Progress (5): 18 kB | 36 kB | 37 kB | 51/327 kB | 38/231 kB error 03-Jan-2023 03:03:38 Progress (5): 18 kB | 36 kB | 37 kB | 51/327 kB | 42/231 kB error 03-Jan-2023 03:03:38 Progress (5): 18 kB | 36 kB | 37 kB | 51/327 kB | 46/231 kB error 03-Jan-2023 03:03:38 Progress (5): 18 kB | 36 kB | 37 kB | 51/327 kB | 51/231 kB error 03-Jan-2023 03:03:38 error 03-Jan-2023 03:03:38 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/shared/maven-dependency-tree/3.0.1/maven-dependency-tree-3.0.1.jar (37 kB at 7.5 kB/s) error 03-Jan-2023 03:03:38 #16 146.8 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/doxia/doxia-module-xhtml5/1.9.1/doxia-module-xhtml5-1.9.1.jar (18 kB at 3.6 kB/s) error 03-Jan-2023 03:03:38 #16 146.8 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/shared/maven-common-artifact-filters/3.2.0/maven-common-artifact-filters-3.2.0.jar error 03-Jan-2023 03:03:38 #16 146.8 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/shared/maven-dependency-analyzer/1.11.3/maven-dependency-analyzer-1.11.3.jar (36 kB at 7.3 kB/s) error 03-Jan-2023 03:03:38 #16 146.9 Progress (2): 51/327 kB | 55/231 kB error 03-Jan-2023 03:03:38 Progress (2): 51/327 kB | 59/231 kB error 03-Jan-2023 03:03:38 Progress (2): 51/327 kB | 63/231 kB error 03-Jan-2023 03:03:38 Progress (2): 51/327 kB | 67/231 kB error 03-Jan-2023 03:03:38 Progress (2): 51/327 kB | 69/231 kB error 03-Jan-2023 03:03:38 Progress (2): 51/327 kB | 73/231 kB error 03-Jan-2023 03:03:38 Progress (2): 56/327 kB | 73/231 kB error 03-Jan-2023 03:03:38 Progress (2): 56/327 kB | 77/231 kB error 03-Jan-2023 03:03:38 Progress (2): 60/327 kB | 77/231 kB error 03-Jan-2023 03:03:38 Progress (2): 60/327 kB | 81/231 kB error 03-Jan-2023 03:03:38 Progress (2): 60/327 kB | 85/231 kB error 03-Jan-2023 03:03:38 Progress (2): 64/327 kB | 85/231 kB error 03-Jan-2023 03:03:38 Progress (2): 68/327 kB | 85/231 kB error 03-Jan-2023 03:03:38 Progress (2): 70/327 kB | 85/231 kB error 03-Jan-2023 03:03:38 Progress (2): 74/327 kB | 85/231 kB error 03-Jan-2023 03:03:38 Progress (2): 78/327 kB | 85/231 kB error 03-Jan-2023 03:03:38 Progress (2): 82/327 kB | 85/231 kB error 03-Jan-2023 03:03:38 Progress (2): 86/327 kB | 85/231 kB error 03-Jan-2023 03:03:38 Progress (2): 86/327 kB | 89/231 kB error 03-Jan-2023 03:03:38 Progress (2): 86/327 kB | 94/231 kB error 03-Jan-2023 03:03:38 Progress (2): 86/327 kB | 98/231 kB error 03-Jan-2023 03:03:38 Progress (2): 86/327 kB | 102/231 kB error 03-Jan-2023 03:03:38 Progress (2): 86/327 kB | 104/231 kB error 03-Jan-2023 03:03:38 Progress (2): 86/327 kB | 108/231 kB error 03-Jan-2023 03:03:38 Progress (2): 86/327 kB | 112/231 kB error 03-Jan-2023 03:03:38 Progress (2): 86/327 kB | 116/231 kB error 03-Jan-2023 03:03:38 Progress (2): 86/327 kB | 120/231 kB error 03-Jan-2023 03:03:38 Progress (3): 86/327 kB | 120/231 kB | 3.3/61 kB error 03-Jan-2023 03:03:38 Progress (3): 86/327 kB | 120/231 kB | 6.1/61 kB error 03-Jan-2023 03:03:38 Progress (3): 86/327 kB | 120/231 kB | 8.9/61 kB error 03-Jan-2023 03:03:38 Progress (3): 86/327 kB | 120/231 kB | 12/61 kB error 03-Jan-2023 03:03:38 Progress (3): 86/327 kB | 120/231 kB | 14/61 kB error 03-Jan-2023 03:03:38 Progress (3): 86/327 kB | 120/231 kB | 17/61 kB error 03-Jan-2023 03:03:38 Progress (3): 86/327 kB | 120/231 kB | 20/61 kB error 03-Jan-2023 03:03:38 Progress (3): 86/327 kB | 120/231 kB | 23/61 kB error 03-Jan-2023 03:03:38 Progress (3): 86/327 kB | 120/231 kB | 26/61 kB error 03-Jan-2023 03:03:38 Progress (3): 86/327 kB | 120/231 kB | 28/61 kB error 03-Jan-2023 03:03:38 Progress (3): 86/327 kB | 120/231 kB | 31/61 kB error 03-Jan-2023 03:03:38 Progress (3): 86/327 kB | 120/231 kB | 34/61 kB error 03-Jan-2023 03:03:38 Progress (3): 86/327 kB | 120/231 kB | 37/61 kB error 03-Jan-2023 03:03:38 Progress (3): 86/327 kB | 120/231 kB | 40/61 kB error 03-Jan-2023 03:03:38 Progress (3): 86/327 kB | 120/231 kB | 42/61 kB error 03-Jan-2023 03:03:38 Progress (3): 86/327 kB | 120/231 kB | 45/61 kB error 03-Jan-2023 03:03:38 Progress (3): 86/327 kB | 120/231 kB | 48/61 kB error 03-Jan-2023 03:03:38 Progress (3): 86/327 kB | 120/231 kB | 51/61 kB error 03-Jan-2023 03:03:38 Progress (3): 86/327 kB | 120/231 kB | 54/61 kB error 03-Jan-2023 03:03:38 Progress (3): 86/327 kB | 120/231 kB | 56/61 kB error 03-Jan-2023 03:03:38 Progress (3): 86/327 kB | 120/231 kB | 59/61 kB error 03-Jan-2023 03:03:38 Progress (3): 86/327 kB | 120/231 kB | 61 kB error 03-Jan-2023 03:03:38 Progress (3): 86/327 kB | 124/231 kB | 61 kB error 03-Jan-2023 03:03:38 Progress (3): 86/327 kB | 128/231 kB | 61 kB error 03-Jan-2023 03:03:38 Progress (3): 86/327 kB | 132/231 kB | 61 kB error 03-Jan-2023 03:03:38 Progress (3): 86/327 kB | 137/231 kB | 61 kB error 03-Jan-2023 03:03:38 Progress (3): 86/327 kB | 139/231 kB | 61 kB error 03-Jan-2023 03:03:38 Progress (3): 86/327 kB | 143/231 kB | 61 kB error 03-Jan-2023 03:03:38 Progress (3): 90/327 kB | 143/231 kB | 61 kB error 03-Jan-2023 03:03:38 Progress (3): 94/327 kB | 143/231 kB | 61 kB error 03-Jan-2023 03:03:38 Progress (3): 99/327 kB | 143/231 kB | 61 kB error 03-Jan-2023 03:03:38 Progress (3): 103/327 kB | 143/231 kB | 61 kB error 03-Jan-2023 03:03:38 Progress (3): 105/327 kB | 143/231 kB | 61 kB error 03-Jan-2023 03:03:38 Progress (3): 109/327 kB | 143/231 kB | 61 kB error 03-Jan-2023 03:03:38 Progress (3): 113/327 kB | 143/231 kB | 61 kB error 03-Jan-2023 03:03:38 Progress (3): 117/327 kB | 143/231 kB | 61 kB error 03-Jan-2023 03:03:38 Progress (3): 121/327 kB | 143/231 kB | 61 kB error 03-Jan-2023 03:03:38 Progress (3): 125/327 kB | 143/231 kB | 61 kB error 03-Jan-2023 03:03:38 Progress (3): 129/327 kB | 143/231 kB | 61 kB error 03-Jan-2023 03:03:38 Progress (3): 133/327 kB | 143/231 kB | 61 kB error 03-Jan-2023 03:03:38 Progress (3): 137/327 kB | 143/231 kB | 61 kB error 03-Jan-2023 03:03:38 Progress (3): 139/327 kB | 143/231 kB | 61 kB error 03-Jan-2023 03:03:38 Progress (3): 139/327 kB | 147/231 kB | 61 kB error 03-Jan-2023 03:03:38 Progress (3): 139/327 kB | 151/231 kB | 61 kB error 03-Jan-2023 03:03:38 Progress (3): 139/327 kB | 155/231 kB | 61 kB error 03-Jan-2023 03:03:38 Progress (3): 144/327 kB | 155/231 kB | 61 kB error 03-Jan-2023 03:03:38 Progress (3): 148/327 kB | 155/231 kB | 61 kB error 03-Jan-2023 03:03:38 Progress (3): 152/327 kB | 155/231 kB | 61 kB error 03-Jan-2023 03:03:38 Progress (3): 156/327 kB | 155/231 kB | 61 kB error 03-Jan-2023 03:03:38 Progress (3): 160/327 kB | 155/231 kB | 61 kB error 03-Jan-2023 03:03:38 Progress (3): 160/327 kB | 159/231 kB | 61 kB error 03-Jan-2023 03:03:38 Progress (3): 160/327 kB | 163/231 kB | 61 kB error 03-Jan-2023 03:03:38 Progress (3): 164/327 kB | 163/231 kB | 61 kB error 03-Jan-2023 03:03:38 Progress (3): 168/327 kB | 163/231 kB | 61 kB error 03-Jan-2023 03:03:38 Progress (3): 172/327 kB | 163/231 kB | 61 kB error 03-Jan-2023 03:03:38 Progress (3): 174/327 kB | 163/231 kB | 61 kB error 03-Jan-2023 03:03:38 Progress (3): 178/327 kB | 163/231 kB | 61 kB error 03-Jan-2023 03:03:38 Progress (3): 182/327 kB | 163/231 kB | 61 kB error 03-Jan-2023 03:03:38 Progress (3): 187/327 kB | 163/231 kB | 61 kB error 03-Jan-2023 03:03:38 Progress (3): 187/327 kB | 167/231 kB | 61 kB error 03-Jan-2023 03:03:38 Progress (3): 191/327 kB | 167/231 kB | 61 kB error 03-Jan-2023 03:03:38 Progress (3): 191/327 kB | 171/231 kB | 61 kB error 03-Jan-2023 03:03:38 Progress (3): 191/327 kB | 173/231 kB | 61 kB error 03-Jan-2023 03:03:38 Progress (3): 191/327 kB | 178/231 kB | 61 kB error 03-Jan-2023 03:03:38 Progress (3): 191/327 kB | 182/231 kB | 61 kB error 03-Jan-2023 03:03:38 Progress (3): 195/327 kB | 182/231 kB | 61 kB error 03-Jan-2023 03:03:38 Progress (3): 195/327 kB | 186/231 kB | 61 kB error 03-Jan-2023 03:03:38 Progress (3): 199/327 kB | 186/231 kB | 61 kB error 03-Jan-2023 03:03:38 Progress (3): 199/327 kB | 190/231 kB | 61 kB error 03-Jan-2023 03:03:38 Progress (3): 203/327 kB | 190/231 kB | 61 kB error 03-Jan-2023 03:03:38 Progress (3): 207/327 kB | 190/231 kB | 61 kB error 03-Jan-2023 03:03:38 Progress (3): 209/327 kB | 190/231 kB | 61 kB error 03-Jan-2023 03:03:38 Progress (3): 209/327 kB | 194/231 kB | 61 kB error 03-Jan-2023 03:03:38 Progress (3): 209/327 kB | 198/231 kB | 61 kB error 03-Jan-2023 03:03:38 Progress (3): 209/327 kB | 202/231 kB | 61 kB error 03-Jan-2023 03:03:38 Progress (3): 209/327 kB | 206/231 kB | 61 kB error 03-Jan-2023 03:03:38 Progress (3): 209/327 kB | 208/231 kB | 61 kB error 03-Jan-2023 03:03:38 Progress (3): 209/327 kB | 212/231 kB | 61 kB error 03-Jan-2023 03:03:38 Progress (3): 209/327 kB | 216/231 kB | 61 kB error 03-Jan-2023 03:03:38 Progress (3): 209/327 kB | 221/231 kB | 61 kB error 03-Jan-2023 03:03:38 Progress (3): 209/327 kB | 225/231 kB | 61 kB error 03-Jan-2023 03:03:38 Progress (3): 209/327 kB | 229/231 kB | 61 kB error 03-Jan-2023 03:03:38 Progress (3): 209/327 kB | 231 kB | 61 kB error 03-Jan-2023 03:03:38 Progress (3): 213/327 kB | 231 kB | 61 kB error 03-Jan-2023 03:03:38 Progress (3): 217/327 kB | 231 kB | 61 kB error 03-Jan-2023 03:03:38 Progress (3): 221/327 kB | 231 kB | 61 kB error 03-Jan-2023 03:03:38 Progress (3): 225/327 kB | 231 kB | 61 kB error 03-Jan-2023 03:03:38 error 03-Jan-2023 03:03:38 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/shared/maven-common-artifact-filters/3.2.0/maven-common-artifact-filters-3.2.0.jar (61 kB at 12 kB/s) error 03-Jan-2023 03:03:38 #16 147.1 Progress (2): 230/327 kB | 231 kB error 03-Jan-2023 03:03:38 Progress (2): 234/327 kB | 231 kB error 03-Jan-2023 03:03:38 Progress (2): 238/327 kB | 231 kB error 03-Jan-2023 03:03:38 Progress (2): 242/327 kB | 231 kB error 03-Jan-2023 03:03:38 Progress (2): 244/327 kB | 231 kB error 03-Jan-2023 03:03:38 Progress (2): 248/327 kB | 231 kB error 03-Jan-2023 03:03:38 Progress (2): 252/327 kB | 231 kB error 03-Jan-2023 03:03:38 Progress (2): 256/327 kB | 231 kB error 03-Jan-2023 03:03:38 Progress (2): 260/327 kB | 231 kB error 03-Jan-2023 03:03:38 Progress (2): 264/327 kB | 231 kB error 03-Jan-2023 03:03:38 Progress (2): 268/327 kB | 231 kB error 03-Jan-2023 03:03:38 Progress (2): 273/327 kB | 231 kB error 03-Jan-2023 03:03:38 Progress (2): 277/327 kB | 231 kB error 03-Jan-2023 03:03:38 Progress (2): 279/327 kB | 231 kB error 03-Jan-2023 03:03:38 Progress (2): 283/327 kB | 231 kB error 03-Jan-2023 03:03:38 Progress (2): 287/327 kB | 231 kB error 03-Jan-2023 03:03:38 Progress (2): 291/327 kB | 231 kB error 03-Jan-2023 03:03:38 Progress (2): 295/327 kB | 231 kB error 03-Jan-2023 03:03:38 Progress (2): 299/327 kB | 231 kB error 03-Jan-2023 03:03:38 Progress (2): 303/327 kB | 231 kB error 03-Jan-2023 03:03:38 Progress (2): 307/327 kB | 231 kB error 03-Jan-2023 03:03:38 Progress (2): 312/327 kB | 231 kB error 03-Jan-2023 03:03:38 Progress (2): 314/327 kB | 231 kB error 03-Jan-2023 03:03:38 Progress (2): 318/327 kB | 231 kB error 03-Jan-2023 03:03:38 Progress (2): 322/327 kB | 231 kB error 03-Jan-2023 03:03:38 Progress (2): 326/327 kB | 231 kB error 03-Jan-2023 03:03:38 Progress (2): 327 kB | 231 kB error 03-Jan-2023 03:03:38 error 03-Jan-2023 03:03:38 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/codehaus/plexus/plexus-container-default/1.7.1/plexus-container-default-1.7.1.jar (231 kB at 44 kB/s) error 03-Jan-2023 03:03:38 #16 147.3 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/httpcomponents/httpcore/4.4.11/httpcore-4.4.11.jar (327 kB at 61 kB/s) error 03-Jan-2023 03:03:41 #16 150.3 [INFO] Configured Artifact: org.openmrs.web:openmrs-webapp:2.5.8:war error 03-Jan-2023 03:03:42 #16 150.4 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/web/openmrs-webapp/2.5.8/openmrs-webapp-2.5.8.pom error 03-Jan-2023 03:03:42 #16 150.6 Progress (1): 3.3/13 kB error 03-Jan-2023 03:03:42 Progress (1): 6.1/13 kB error 03-Jan-2023 03:03:42 Progress (1): 8.9/13 kB error 03-Jan-2023 03:03:42 Progress (1): 12/13 kB error 03-Jan-2023 03:03:42 Progress (1): 13 kB error 03-Jan-2023 03:03:42 error 03-Jan-2023 03:03:42 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/web/openmrs-webapp/2.5.8/openmrs-webapp-2.5.8.pom (13 kB at 45 kB/s) error 03-Jan-2023 03:03:42 #16 151.1 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/web/openmrs-webapp/2.5.8/openmrs-webapp-2.5.8.war error 03-Jan-2023 03:03:43 #16 151.5 Progress (1): 0.3/79 MB error 03-Jan-2023 03:03:43 Progress (1): 0.5/79 MB error 03-Jan-2023 03:03:43 Progress (1): 0.8/79 MB error 03-Jan-2023 03:03:43 Progress (1): 1.1/79 MB error 03-Jan-2023 03:03:43 Progress (1): 1.3/79 MB error 03-Jan-2023 03:03:43 Progress (1): 1.6/79 MB error 03-Jan-2023 03:03:43 Progress (1): 1.9/79 MB error 03-Jan-2023 03:03:43 Progress (1): 2.1/79 MB error 03-Jan-2023 03:03:43 Progress (1): 2.4/79 MB error 03-Jan-2023 03:03:43 Progress (1): 2.6/79 MB error 03-Jan-2023 03:03:43 Progress (1): 2.9/79 MB error 03-Jan-2023 03:03:43 Progress (1): 3.2/79 MB error 03-Jan-2023 03:03:43 Progress (1): 3.4/79 MB error 03-Jan-2023 03:03:43 Progress (1): 3.7/79 MB error 03-Jan-2023 03:03:43 Progress (1): 3.9/79 MB error 03-Jan-2023 03:03:43 Progress (1): 4.2/79 MB error 03-Jan-2023 03:03:43 Progress (1): 4.5/79 MB error 03-Jan-2023 03:03:43 Progress (1): 4.7/79 MB error 03-Jan-2023 03:03:43 Progress (1): 5.0/79 MB error 03-Jan-2023 03:03:43 Progress (1): 5.3/79 MB error 03-Jan-2023 03:03:43 Progress (1): 5.5/79 MB error 03-Jan-2023 03:03:43 Progress (1): 5.8/79 MB error 03-Jan-2023 03:03:43 Progress (1): 6.0/79 MB error 03-Jan-2023 03:03:43 Progress (1): 6.3/79 MB error 03-Jan-2023 03:03:43 Progress (1): 6.6/79 MB error 03-Jan-2023 03:03:43 Progress (1): 6.8/79 MB error 03-Jan-2023 03:03:43 Progress (1): 7.1/79 MB error 03-Jan-2023 03:03:43 Progress (1): 7.4/79 MB error 03-Jan-2023 03:03:43 Progress (1): 7.6/79 MB error 03-Jan-2023 03:03:43 Progress (1): 7.9/79 MB error 03-Jan-2023 03:03:44 Progress (1): 8.1/79 MB error 03-Jan-2023 03:03:44 Progress (1): 8.4/79 MB error 03-Jan-2023 03:03:44 Progress (1): 8.7/79 MB error 03-Jan-2023 03:03:44 Progress (1): 8.9/79 MB error 03-Jan-2023 03:03:44 Progress (1): 9.2/79 MB error 03-Jan-2023 03:03:44 Progress (1): 9.5/79 MB error 03-Jan-2023 03:03:44 Progress (1): 9.7/79 MB error 03-Jan-2023 03:03:44 Progress (1): 10.0/79 MB error 03-Jan-2023 03:03:44 Progress (1): 10/79 MB error 03-Jan-2023 03:03:44 Progress (1): 11/79 MB error 03-Jan-2023 03:03:44 Progress (1): 11/79 MB error 03-Jan-2023 03:03:44 Progress (1): 11/79 MB error 03-Jan-2023 03:03:44 Progress (1): 11/79 MB error 03-Jan-2023 03:03:44 Progress (1): 12/79 MB error 03-Jan-2023 03:03:44 Progress (1): 12/79 MB error 03-Jan-2023 03:03:44 Progress (1): 12/79 MB error 03-Jan-2023 03:03:44 Progress (1): 12/79 MB error 03-Jan-2023 03:03:44 Progress (1): 13/79 MB error 03-Jan-2023 03:03:44 Progress (1): 13/79 MB error 03-Jan-2023 03:03:44 Progress (1): 13/79 MB error 03-Jan-2023 03:03:44 Progress (1): 13/79 MB error 03-Jan-2023 03:03:44 Progress (1): 14/79 MB error 03-Jan-2023 03:03:44 Progress (1): 14/79 MB error 03-Jan-2023 03:03:44 Progress (1): 14/79 MB error 03-Jan-2023 03:03:44 Progress (1): 14/79 MB error 03-Jan-2023 03:03:44 Progress (1): 15/79 MB error 03-Jan-2023 03:03:44 Progress (1): 15/79 MB error 03-Jan-2023 03:03:44 Progress (1): 15/79 MB error 03-Jan-2023 03:03:44 Progress (1): 15/79 MB error 03-Jan-2023 03:03:44 Progress (1): 16/79 MB error 03-Jan-2023 03:03:44 Progress (1): 16/79 MB error 03-Jan-2023 03:03:44 Progress (1): 16/79 MB error 03-Jan-2023 03:03:44 Progress (1): 17/79 MB error 03-Jan-2023 03:03:45 Progress (1): 17/79 MB error 03-Jan-2023 03:03:45 Progress (1): 17/79 MB error 03-Jan-2023 03:03:45 Progress (1): 17/79 MB error 03-Jan-2023 03:03:45 Progress (1): 18/79 MB error 03-Jan-2023 03:03:45 Progress (1): 18/79 MB error 03-Jan-2023 03:03:45 Progress (1): 18/79 MB error 03-Jan-2023 03:03:45 Progress (1): 18/79 MB error 03-Jan-2023 03:03:45 Progress (1): 19/79 MB error 03-Jan-2023 03:03:45 Progress (1): 19/79 MB error 03-Jan-2023 03:03:45 Progress (1): 19/79 MB error 03-Jan-2023 03:03:45 Progress (1): 19/79 MB error 03-Jan-2023 03:03:45 Progress (1): 20/79 MB error 03-Jan-2023 03:03:45 Progress (1): 20/79 MB error 03-Jan-2023 03:03:45 Progress (1): 20/79 MB error 03-Jan-2023 03:03:45 Progress (1): 20/79 MB error 03-Jan-2023 03:03:45 Progress (1): 21/79 MB error 03-Jan-2023 03:03:45 Progress (1): 21/79 MB error 03-Jan-2023 03:03:45 Progress (1): 21/79 MB error 03-Jan-2023 03:03:45 Progress (1): 22/79 MB error 03-Jan-2023 03:03:45 Progress (1): 22/79 MB error 03-Jan-2023 03:03:45 Progress (1): 22/79 MB error 03-Jan-2023 03:03:45 Progress (1): 22/79 MB error 03-Jan-2023 03:03:45 Progress (1): 23/79 MB error 03-Jan-2023 03:03:45 Progress (1): 23/79 MB error 03-Jan-2023 03:03:45 Progress (1): 23/79 MB error 03-Jan-2023 03:03:45 Progress (1): 23/79 MB error 03-Jan-2023 03:03:45 Progress (1): 24/79 MB error 03-Jan-2023 03:03:45 Progress (1): 24/79 MB error 03-Jan-2023 03:03:45 Progress (1): 24/79 MB error 03-Jan-2023 03:03:45 Progress (1): 24/79 MB error 03-Jan-2023 03:03:45 Progress (1): 25/79 MB error 03-Jan-2023 03:03:45 Progress (1): 25/79 MB error 03-Jan-2023 03:03:45 Progress (1): 25/79 MB error 03-Jan-2023 03:03:45 Progress (1): 25/79 MB error 03-Jan-2023 03:03:45 Progress (1): 26/79 MB error 03-Jan-2023 03:03:45 Progress (1): 26/79 MB error 03-Jan-2023 03:03:45 Progress (1): 26/79 MB error 03-Jan-2023 03:03:45 Progress (1): 26/79 MB error 03-Jan-2023 03:03:45 Progress (1): 27/79 MB error 03-Jan-2023 03:03:45 Progress (1): 27/79 MB error 03-Jan-2023 03:03:45 Progress (1): 27/79 MB error 03-Jan-2023 03:03:45 Progress (1): 28/79 MB error 03-Jan-2023 03:03:46 Progress (1): 28/79 MB error 03-Jan-2023 03:03:46 Progress (1): 28/79 MB error 03-Jan-2023 03:03:46 Progress (1): 28/79 MB error 03-Jan-2023 03:03:46 Progress (1): 29/79 MB error 03-Jan-2023 03:03:46 Progress (1): 29/79 MB error 03-Jan-2023 03:03:46 Progress (1): 29/79 MB error 03-Jan-2023 03:03:46 Progress (1): 29/79 MB error 03-Jan-2023 03:03:46 Progress (1): 30/79 MB error 03-Jan-2023 03:03:46 Progress (1): 30/79 MB error 03-Jan-2023 03:03:46 Progress (1): 30/79 MB error 03-Jan-2023 03:03:46 Progress (1): 30/79 MB error 03-Jan-2023 03:03:46 Progress (1): 31/79 MB error 03-Jan-2023 03:03:46 Progress (1): 31/79 MB error 03-Jan-2023 03:03:46 Progress (1): 31/79 MB error 03-Jan-2023 03:03:46 Progress (1): 31/79 MB error 03-Jan-2023 03:03:46 Progress (1): 32/79 MB error 03-Jan-2023 03:03:46 Progress (1): 32/79 MB error 03-Jan-2023 03:03:46 Progress (1): 32/79 MB error 03-Jan-2023 03:03:46 Progress (1): 33/79 MB error 03-Jan-2023 03:03:46 Progress (1): 33/79 MB error 03-Jan-2023 03:03:46 Progress (1): 33/79 MB error 03-Jan-2023 03:03:46 Progress (1): 33/79 MB error 03-Jan-2023 03:03:46 Progress (1): 34/79 MB error 03-Jan-2023 03:03:46 Progress (1): 34/79 MB error 03-Jan-2023 03:03:46 Progress (1): 34/79 MB error 03-Jan-2023 03:03:46 Progress (1): 34/79 MB error 03-Jan-2023 03:03:46 Progress (1): 35/79 MB error 03-Jan-2023 03:03:46 Progress (1): 35/79 MB error 03-Jan-2023 03:03:46 Progress (1): 35/79 MB error 03-Jan-2023 03:03:46 Progress (1): 35/79 MB error 03-Jan-2023 03:03:46 Progress (1): 36/79 MB error 03-Jan-2023 03:03:46 Progress (1): 36/79 MB error 03-Jan-2023 03:03:46 Progress (1): 36/79 MB error 03-Jan-2023 03:03:46 Progress (1): 36/79 MB error 03-Jan-2023 03:03:46 Progress (1): 37/79 MB error 03-Jan-2023 03:03:46 Progress (1): 37/79 MB error 03-Jan-2023 03:03:46 Progress (1): 37/79 MB error 03-Jan-2023 03:03:46 Progress (1): 38/79 MB error 03-Jan-2023 03:03:46 Progress (1): 38/79 MB error 03-Jan-2023 03:03:46 Progress (1): 38/79 MB error 03-Jan-2023 03:03:46 Progress (1): 38/79 MB error 03-Jan-2023 03:03:46 Progress (1): 39/79 MB error 03-Jan-2023 03:03:46 Progress (1): 39/79 MB error 03-Jan-2023 03:03:46 Progress (1): 39/79 MB error 03-Jan-2023 03:03:47 Progress (1): 39/79 MB error 03-Jan-2023 03:03:47 Progress (1): 40/79 MB error 03-Jan-2023 03:03:47 Progress (1): 40/79 MB error 03-Jan-2023 03:03:47 Progress (1): 40/79 MB error 03-Jan-2023 03:03:47 Progress (1): 40/79 MB error 03-Jan-2023 03:03:47 Progress (1): 41/79 MB error 03-Jan-2023 03:03:47 Progress (1): 41/79 MB error 03-Jan-2023 03:03:47 Progress (1): 41/79 MB error 03-Jan-2023 03:03:47 Progress (1): 41/79 MB error 03-Jan-2023 03:03:47 Progress (1): 42/79 MB error 03-Jan-2023 03:03:47 Progress (1): 42/79 MB error 03-Jan-2023 03:03:47 Progress (1): 42/79 MB error 03-Jan-2023 03:03:47 Progress (1): 42/79 MB error 03-Jan-2023 03:03:47 Progress (1): 43/79 MB error 03-Jan-2023 03:03:47 Progress (1): 43/79 MB error 03-Jan-2023 03:03:47 Progress (1): 43/79 MB error 03-Jan-2023 03:03:47 Progress (1): 44/79 MB error 03-Jan-2023 03:03:47 Progress (1): 44/79 MB error 03-Jan-2023 03:03:47 Progress (1): 44/79 MB error 03-Jan-2023 03:03:47 Progress (1): 44/79 MB error 03-Jan-2023 03:03:47 Progress (1): 45/79 MB error 03-Jan-2023 03:03:47 Progress (1): 45/79 MB error 03-Jan-2023 03:03:47 Progress (1): 45/79 MB error 03-Jan-2023 03:03:47 Progress (1): 45/79 MB error 03-Jan-2023 03:03:47 Progress (1): 46/79 MB error 03-Jan-2023 03:03:47 Progress (1): 46/79 MB error 03-Jan-2023 03:03:47 Progress (1): 46/79 MB error 03-Jan-2023 03:03:47 Progress (1): 46/79 MB error 03-Jan-2023 03:03:47 Progress (1): 47/79 MB error 03-Jan-2023 03:03:47 Progress (1): 47/79 MB error 03-Jan-2023 03:03:47 Progress (1): 47/79 MB error 03-Jan-2023 03:03:47 Progress (1): 47/79 MB error 03-Jan-2023 03:03:47 Progress (1): 48/79 MB error 03-Jan-2023 03:03:47 Progress (1): 48/79 MB error 03-Jan-2023 03:03:47 Progress (1): 48/79 MB error 03-Jan-2023 03:03:47 Progress (1): 49/79 MB error 03-Jan-2023 03:03:47 Progress (1): 49/79 MB error 03-Jan-2023 03:03:47 Progress (1): 49/79 MB error 03-Jan-2023 03:03:47 Progress (1): 49/79 MB error 03-Jan-2023 03:03:47 Progress (1): 50/79 MB error 03-Jan-2023 03:03:47 Progress (1): 50/79 MB error 03-Jan-2023 03:03:47 Progress (1): 50/79 MB error 03-Jan-2023 03:03:47 Progress (1): 50/79 MB error 03-Jan-2023 03:03:47 Progress (1): 51/79 MB error 03-Jan-2023 03:03:47 Progress (1): 51/79 MB error 03-Jan-2023 03:03:48 Progress (1): 51/79 MB error 03-Jan-2023 03:03:48 Progress (1): 51/79 MB error 03-Jan-2023 03:03:48 Progress (1): 52/79 MB error 03-Jan-2023 03:03:48 Progress (1): 52/79 MB error 03-Jan-2023 03:03:48 Progress (1): 52/79 MB error 03-Jan-2023 03:03:48 Progress (1): 52/79 MB error 03-Jan-2023 03:03:48 Progress (1): 53/79 MB error 03-Jan-2023 03:03:48 Progress (1): 53/79 MB error 03-Jan-2023 03:03:48 Progress (1): 53/79 MB error 03-Jan-2023 03:03:48 Progress (1): 53/79 MB error 03-Jan-2023 03:03:48 Progress (1): 54/79 MB error 03-Jan-2023 03:03:48 Progress (1): 54/79 MB error 03-Jan-2023 03:03:48 Progress (1): 54/79 MB error 03-Jan-2023 03:03:48 Progress (1): 55/79 MB error 03-Jan-2023 03:03:48 Progress (1): 55/79 MB error 03-Jan-2023 03:03:48 Progress (1): 55/79 MB error 03-Jan-2023 03:03:48 Progress (1): 55/79 MB error 03-Jan-2023 03:03:48 Progress (1): 56/79 MB error 03-Jan-2023 03:03:48 Progress (1): 56/79 MB error 03-Jan-2023 03:03:48 Progress (1): 56/79 MB error 03-Jan-2023 03:03:48 Progress (1): 56/79 MB error 03-Jan-2023 03:03:48 Progress (1): 57/79 MB error 03-Jan-2023 03:03:48 Progress (1): 57/79 MB error 03-Jan-2023 03:03:48 Progress (1): 57/79 MB error 03-Jan-2023 03:03:48 Progress (1): 57/79 MB error 03-Jan-2023 03:03:48 Progress (1): 58/79 MB error 03-Jan-2023 03:03:48 Progress (1): 58/79 MB error 03-Jan-2023 03:03:48 Progress (1): 58/79 MB error 03-Jan-2023 03:03:48 Progress (1): 58/79 MB error 03-Jan-2023 03:03:48 Progress (1): 59/79 MB error 03-Jan-2023 03:03:48 Progress (1): 59/79 MB error 03-Jan-2023 03:03:48 Progress (1): 59/79 MB error 03-Jan-2023 03:03:48 Progress (1): 60/79 MB error 03-Jan-2023 03:03:48 Progress (1): 60/79 MB error 03-Jan-2023 03:03:48 Progress (1): 60/79 MB error 03-Jan-2023 03:03:48 Progress (1): 60/79 MB error 03-Jan-2023 03:03:48 Progress (1): 61/79 MB error 03-Jan-2023 03:03:48 Progress (1): 61/79 MB error 03-Jan-2023 03:03:48 Progress (1): 61/79 MB error 03-Jan-2023 03:03:48 Progress (1): 61/79 MB error 03-Jan-2023 03:03:48 Progress (1): 62/79 MB error 03-Jan-2023 03:03:48 Progress (1): 62/79 MB error 03-Jan-2023 03:03:48 Progress (1): 62/79 MB error 03-Jan-2023 03:03:48 Progress (1): 62/79 MB error 03-Jan-2023 03:03:48 Progress (1): 63/79 MB error 03-Jan-2023 03:03:49 Progress (1): 63/79 MB error 03-Jan-2023 03:03:49 Progress (1): 63/79 MB error 03-Jan-2023 03:03:49 Progress (1): 63/79 MB error 03-Jan-2023 03:03:49 Progress (1): 64/79 MB error 03-Jan-2023 03:03:49 Progress (1): 64/79 MB error 03-Jan-2023 03:03:49 Progress (1): 64/79 MB error 03-Jan-2023 03:03:49 Progress (1): 65/79 MB error 03-Jan-2023 03:03:49 Progress (1): 65/79 MB error 03-Jan-2023 03:03:49 Progress (1): 65/79 MB error 03-Jan-2023 03:03:49 Progress (1): 65/79 MB error 03-Jan-2023 03:03:49 Progress (1): 66/79 MB error 03-Jan-2023 03:03:49 Progress (1): 66/79 MB error 03-Jan-2023 03:03:49 Progress (1): 66/79 MB error 03-Jan-2023 03:03:49 Progress (1): 66/79 MB error 03-Jan-2023 03:03:49 Progress (1): 67/79 MB error 03-Jan-2023 03:03:49 Progress (1): 67/79 MB error 03-Jan-2023 03:03:49 Progress (1): 67/79 MB error 03-Jan-2023 03:03:49 Progress (1): 67/79 MB error 03-Jan-2023 03:03:49 Progress (1): 68/79 MB error 03-Jan-2023 03:03:49 Progress (1): 68/79 MB error 03-Jan-2023 03:03:49 Progress (1): 68/79 MB error 03-Jan-2023 03:03:49 Progress (1): 68/79 MB error 03-Jan-2023 03:03:49 Progress (1): 69/79 MB error 03-Jan-2023 03:03:49 Progress (1): 69/79 MB error 03-Jan-2023 03:03:49 Progress (1): 69/79 MB error 03-Jan-2023 03:03:49 Progress (1): 69/79 MB error 03-Jan-2023 03:03:49 Progress (1): 70/79 MB error 03-Jan-2023 03:03:49 Progress (1): 70/79 MB error 03-Jan-2023 03:03:49 Progress (1): 70/79 MB error 03-Jan-2023 03:03:49 Progress (1): 71/79 MB error 03-Jan-2023 03:03:49 Progress (1): 71/79 MB error 03-Jan-2023 03:03:49 Progress (1): 71/79 MB error 03-Jan-2023 03:03:49 Progress (1): 71/79 MB error 03-Jan-2023 03:03:49 Progress (1): 72/79 MB error 03-Jan-2023 03:03:49 Progress (1): 72/79 MB error 03-Jan-2023 03:03:49 Progress (1): 72/79 MB error 03-Jan-2023 03:03:49 Progress (1): 72/79 MB error 03-Jan-2023 03:03:49 Progress (1): 73/79 MB error 03-Jan-2023 03:03:49 Progress (1): 73/79 MB error 03-Jan-2023 03:03:50 Progress (1): 73/79 MB error 03-Jan-2023 03:03:50 Progress (1): 73/79 MB error 03-Jan-2023 03:03:50 Progress (1): 74/79 MB error 03-Jan-2023 03:03:50 Progress (1): 74/79 MB error 03-Jan-2023 03:03:50 Progress (1): 74/79 MB error 03-Jan-2023 03:03:50 Progress (1): 74/79 MB error 03-Jan-2023 03:03:50 Progress (1): 75/79 MB error 03-Jan-2023 03:03:50 Progress (1): 75/79 MB error 03-Jan-2023 03:03:50 Progress (1): 75/79 MB error 03-Jan-2023 03:03:50 Progress (1): 76/79 MB error 03-Jan-2023 03:03:50 Progress (1): 76/79 MB error 03-Jan-2023 03:03:50 Progress (1): 76/79 MB error 03-Jan-2023 03:03:50 Progress (1): 76/79 MB error 03-Jan-2023 03:03:50 Progress (1): 77/79 MB error 03-Jan-2023 03:03:50 Progress (1): 77/79 MB error 03-Jan-2023 03:03:50 Progress (1): 77/79 MB error 03-Jan-2023 03:03:50 Progress (1): 77/79 MB error 03-Jan-2023 03:03:50 Progress (1): 78/79 MB error 03-Jan-2023 03:03:50 Progress (1): 78/79 MB error 03-Jan-2023 03:03:50 Progress (1): 78/79 MB error 03-Jan-2023 03:03:50 Progress (1): 78/79 MB error 03-Jan-2023 03:03:50 Progress (1): 79/79 MB error 03-Jan-2023 03:03:50 Progress (1): 79/79 MB error 03-Jan-2023 03:03:50 Progress (1): 79 MB error 03-Jan-2023 03:03:50 error 03-Jan-2023 03:03:50 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/web/openmrs-webapp/2.5.8/openmrs-webapp-2.5.8.war (79 MB at 9.5 MB/s) error 03-Jan-2023 03:03:51 #16 159.4 [INFO] Copying openmrs-webapp-2.5.8.war to /app/package/target/distro/web/openmrs-2.5.8.war error 03-Jan-2023 03:03:51 #16 159.5 error 03-Jan-2023 03:03:51 #16 159.5 file:/app/package/target/distro/web/openmrs-2.5.8.war error 03-Jan-2023 03:03:51 #16 159.6 error 03-Jan-2023 03:03:51 #16 159.6 target:/app/package/target/distro/web error 03-Jan-2023 03:03:51 #16 159.7 [INFO] Configured Artifact: org.openmrs.module:addresshierarchy-omod:2.15.0:jar error 03-Jan-2023 03:03:51 #16 159.9 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/addresshierarchy-omod/2.15.0/addresshierarchy-omod-2.15.0.pom error 03-Jan-2023 03:03:51 #16 160.0 Progress (1): 3.3/6.9 kB error 03-Jan-2023 03:03:51 Progress (1): 6.1/6.9 kB error 03-Jan-2023 03:03:51 Progress (1): 6.9 kB error 03-Jan-2023 03:03:51 error 03-Jan-2023 03:03:51 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/addresshierarchy-omod/2.15.0/addresshierarchy-omod-2.15.0.pom (6.9 kB at 25 kB/s) error 03-Jan-2023 03:03:52 #16 160.6 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/addresshierarchy/2.15.0/addresshierarchy-2.15.0.pom error 03-Jan-2023 03:03:52 #16 161.0 Progress (1): 3.3/5.3 kB error 03-Jan-2023 03:03:52 Progress (1): 5.3 kB error 03-Jan-2023 03:03:52 error 03-Jan-2023 03:03:52 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/addresshierarchy/2.15.0/addresshierarchy-2.15.0.pom (5.3 kB at 8.7 kB/s) error 03-Jan-2023 03:03:53 #16 161.6 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/addresshierarchy-omod/2.15.0/addresshierarchy-omod-2.15.0.jar error 03-Jan-2023 03:03:53 #16 161.9 Progress (1): 4.1/324 kB error 03-Jan-2023 03:03:53 Progress (1): 8.2/324 kB error 03-Jan-2023 03:03:53 Progress (1): 12/324 kB error 03-Jan-2023 03:03:53 Progress (1): 16/324 kB error 03-Jan-2023 03:03:53 Progress (1): 20/324 kB error 03-Jan-2023 03:03:53 Progress (1): 24/324 kB error 03-Jan-2023 03:03:53 Progress (1): 28/324 kB error 03-Jan-2023 03:03:53 Progress (1): 32/324 kB error 03-Jan-2023 03:03:53 Progress (1): 36/324 kB error 03-Jan-2023 03:03:53 Progress (1): 40/324 kB error 03-Jan-2023 03:03:53 Progress (1): 44/324 kB error 03-Jan-2023 03:03:53 Progress (1): 48/324 kB error 03-Jan-2023 03:03:53 Progress (1): 51/324 kB error 03-Jan-2023 03:03:53 Progress (1): 55/324 kB error 03-Jan-2023 03:03:53 Progress (1): 59/324 kB error 03-Jan-2023 03:03:53 Progress (1): 63/324 kB error 03-Jan-2023 03:03:53 Progress (1): 67/324 kB error 03-Jan-2023 03:03:53 Progress (1): 71/324 kB error 03-Jan-2023 03:03:53 Progress (1): 75/324 kB error 03-Jan-2023 03:03:53 Progress (1): 79/324 kB error 03-Jan-2023 03:03:53 Progress (1): 83/324 kB error 03-Jan-2023 03:03:53 Progress (1): 85/324 kB error 03-Jan-2023 03:03:53 Progress (1): 89/324 kB error 03-Jan-2023 03:03:53 Progress (1): 94/324 kB error 03-Jan-2023 03:03:53 Progress (1): 98/324 kB error 03-Jan-2023 03:03:53 Progress (1): 102/324 kB error 03-Jan-2023 03:03:53 Progress (1): 106/324 kB error 03-Jan-2023 03:03:53 Progress (1): 110/324 kB error 03-Jan-2023 03:03:53 Progress (1): 114/324 kB error 03-Jan-2023 03:03:53 Progress (1): 118/324 kB error 03-Jan-2023 03:03:53 Progress (1): 120/324 kB error 03-Jan-2023 03:03:53 Progress (1): 124/324 kB error 03-Jan-2023 03:03:53 Progress (1): 128/324 kB error 03-Jan-2023 03:03:53 Progress (1): 132/324 kB error 03-Jan-2023 03:03:53 Progress (1): 137/324 kB error 03-Jan-2023 03:03:53 Progress (1): 141/324 kB error 03-Jan-2023 03:03:53 Progress (1): 145/324 kB error 03-Jan-2023 03:03:53 Progress (1): 149/324 kB error 03-Jan-2023 03:03:53 Progress (1): 153/324 kB error 03-Jan-2023 03:03:53 Progress (1): 155/324 kB error 03-Jan-2023 03:03:53 Progress (1): 159/324 kB error 03-Jan-2023 03:03:53 Progress (1): 163/324 kB error 03-Jan-2023 03:03:53 Progress (1): 167/324 kB error 03-Jan-2023 03:03:53 Progress (1): 171/324 kB error 03-Jan-2023 03:03:53 Progress (1): 175/324 kB error 03-Jan-2023 03:03:53 Progress (1): 180/324 kB error 03-Jan-2023 03:03:53 Progress (1): 184/324 kB error 03-Jan-2023 03:03:53 Progress (1): 188/324 kB error 03-Jan-2023 03:03:53 Progress (1): 190/324 kB error 03-Jan-2023 03:03:53 Progress (1): 194/324 kB error 03-Jan-2023 03:03:53 Progress (1): 198/324 kB error 03-Jan-2023 03:03:53 Progress (1): 202/324 kB error 03-Jan-2023 03:03:53 Progress (1): 206/324 kB error 03-Jan-2023 03:03:53 Progress (1): 210/324 kB error 03-Jan-2023 03:03:53 Progress (1): 214/324 kB error 03-Jan-2023 03:03:53 Progress (1): 218/324 kB error 03-Jan-2023 03:03:53 Progress (1): 223/324 kB error 03-Jan-2023 03:03:53 Progress (1): 225/324 kB error 03-Jan-2023 03:03:53 Progress (1): 229/324 kB error 03-Jan-2023 03:03:53 Progress (1): 233/324 kB error 03-Jan-2023 03:03:53 Progress (1): 237/324 kB error 03-Jan-2023 03:03:53 Progress (1): 241/324 kB error 03-Jan-2023 03:03:53 Progress (1): 245/324 kB error 03-Jan-2023 03:03:53 Progress (1): 249/324 kB error 03-Jan-2023 03:03:53 Progress (1): 251/324 kB error 03-Jan-2023 03:03:53 Progress (1): 255/324 kB error 03-Jan-2023 03:03:53 Progress (1): 260/324 kB error 03-Jan-2023 03:03:53 Progress (1): 264/324 kB error 03-Jan-2023 03:03:53 Progress (1): 268/324 kB error 03-Jan-2023 03:03:53 Progress (1): 272/324 kB error 03-Jan-2023 03:03:53 Progress (1): 276/324 kB error 03-Jan-2023 03:03:53 Progress (1): 280/324 kB error 03-Jan-2023 03:03:53 Progress (1): 284/324 kB error 03-Jan-2023 03:03:53 Progress (1): 287/324 kB error 03-Jan-2023 03:03:53 Progress (1): 291/324 kB error 03-Jan-2023 03:03:53 Progress (1): 295/324 kB error 03-Jan-2023 03:03:53 Progress (1): 299/324 kB error 03-Jan-2023 03:03:53 Progress (1): 302/324 kB error 03-Jan-2023 03:03:53 Progress (1): 306/324 kB error 03-Jan-2023 03:03:53 Progress (1): 310/324 kB error 03-Jan-2023 03:03:53 Progress (1): 314/324 kB error 03-Jan-2023 03:03:53 Progress (1): 318/324 kB error 03-Jan-2023 03:03:53 Progress (1): 323/324 kB error 03-Jan-2023 03:03:53 Progress (1): 324 kB error 03-Jan-2023 03:03:53 error 03-Jan-2023 03:03:53 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/addresshierarchy-omod/2.15.0/addresshierarchy-omod-2.15.0.jar (324 kB at 479 kB/s) error 03-Jan-2023 03:03:53 #16 162.3 [INFO] Configured Artifact: org.openmrs.module:legacyui-omod:1.13.0:jar error 03-Jan-2023 03:03:53 #16 162.3 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/legacyui-omod/1.13.0/legacyui-omod-1.13.0.pom error 03-Jan-2023 03:03:54 #16 162.5 Progress (1): 3.3/7.1 kB error 03-Jan-2023 03:03:54 Progress (1): 6.1/7.1 kB error 03-Jan-2023 03:03:54 Progress (1): 7.1 kB error 03-Jan-2023 03:03:54 error 03-Jan-2023 03:03:54 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/legacyui-omod/1.13.0/legacyui-omod-1.13.0.pom (7.1 kB at 18 kB/s) error 03-Jan-2023 03:03:54 #16 162.9 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/legacyui/1.13.0/legacyui-1.13.0.pom error 03-Jan-2023 03:03:54 #16 163.1 Progress (1): 3.3/9.1 kB error 03-Jan-2023 03:03:54 Progress (1): 6.1/9.1 kB error 03-Jan-2023 03:03:54 Progress (1): 8.9/9.1 kB error 03-Jan-2023 03:03:54 Progress (1): 9.1 kB error 03-Jan-2023 03:03:54 error 03-Jan-2023 03:03:54 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/legacyui/1.13.0/legacyui-1.13.0.pom (9.1 kB at 30 kB/s) error 03-Jan-2023 03:03:54 #16 163.3 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/maven/parents/maven-parent-openmrs-module/1.1.1/maven-parent-openmrs-module-1.1.1.pom error 03-Jan-2023 03:03:55 #16 163.4 Progress (1): 3.3/15 kB error 03-Jan-2023 03:03:55 Progress (1): 6.1/15 kB error 03-Jan-2023 03:03:55 Progress (1): 8.9/15 kB error 03-Jan-2023 03:03:55 Progress (1): 12/15 kB error 03-Jan-2023 03:03:55 Progress (1): 14/15 kB error 03-Jan-2023 03:03:55 Progress (1): 15 kB error 03-Jan-2023 03:03:55 error 03-Jan-2023 03:03:55 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/maven/parents/maven-parent-openmrs-module/1.1.1/maven-parent-openmrs-module-1.1.1.pom (15 kB at 44 kB/s) error 03-Jan-2023 03:03:55 #16 163.9 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/legacyui-omod/1.13.0/legacyui-omod-1.13.0.jar error 03-Jan-2023 03:03:55 #16 164.3 Progress (1): 0/4.0 MB error 03-Jan-2023 03:03:55 Progress (1): 0/4.0 MB error 03-Jan-2023 03:03:55 Progress (1): 0.1/4.0 MB error 03-Jan-2023 03:03:55 Progress (1): 0.1/4.0 MB error 03-Jan-2023 03:03:55 Progress (1): 0.1/4.0 MB error 03-Jan-2023 03:03:55 Progress (1): 0.1/4.0 MB error 03-Jan-2023 03:03:55 Progress (1): 0.2/4.0 MB error 03-Jan-2023 03:03:55 Progress (1): 0.2/4.0 MB error 03-Jan-2023 03:03:55 Progress (1): 0.2/4.0 MB error 03-Jan-2023 03:03:55 Progress (1): 0.2/4.0 MB error 03-Jan-2023 03:03:55 Progress (1): 0.2/4.0 MB error 03-Jan-2023 03:03:55 Progress (1): 0.3/4.0 MB error 03-Jan-2023 03:03:55 Progress (1): 0.3/4.0 MB error 03-Jan-2023 03:03:55 Progress (1): 0.3/4.0 MB error 03-Jan-2023 03:03:55 Progress (1): 0.3/4.0 MB error 03-Jan-2023 03:03:55 Progress (1): 0.4/4.0 MB error 03-Jan-2023 03:03:55 Progress (1): 0.4/4.0 MB error 03-Jan-2023 03:03:55 Progress (1): 0.4/4.0 MB error 03-Jan-2023 03:03:55 Progress (1): 0.4/4.0 MB error 03-Jan-2023 03:03:55 Progress (1): 0.4/4.0 MB error 03-Jan-2023 03:03:55 Progress (1): 0.5/4.0 MB error 03-Jan-2023 03:03:55 Progress (1): 0.5/4.0 MB error 03-Jan-2023 03:03:55 Progress (1): 0.5/4.0 MB error 03-Jan-2023 03:03:56 Progress (1): 0.5/4.0 MB error 03-Jan-2023 03:03:56 Progress (1): 0.6/4.0 MB error 03-Jan-2023 03:03:56 Progress (1): 0.6/4.0 MB error 03-Jan-2023 03:03:56 Progress (1): 0.6/4.0 MB error 03-Jan-2023 03:03:56 Progress (1): 0.6/4.0 MB error 03-Jan-2023 03:03:56 Progress (1): 0.6/4.0 MB error 03-Jan-2023 03:03:56 Progress (1): 0.7/4.0 MB error 03-Jan-2023 03:03:56 Progress (1): 0.7/4.0 MB error 03-Jan-2023 03:03:56 Progress (1): 0.7/4.0 MB error 03-Jan-2023 03:03:56 Progress (1): 0.7/4.0 MB error 03-Jan-2023 03:03:56 Progress (1): 0.8/4.0 MB error 03-Jan-2023 03:03:56 Progress (1): 0.8/4.0 MB error 03-Jan-2023 03:03:56 Progress (1): 0.8/4.0 MB error 03-Jan-2023 03:03:56 Progress (1): 0.8/4.0 MB error 03-Jan-2023 03:03:56 Progress (1): 0.8/4.0 MB error 03-Jan-2023 03:03:56 Progress (1): 0.9/4.0 MB error 03-Jan-2023 03:03:56 Progress (1): 0.9/4.0 MB error 03-Jan-2023 03:03:56 Progress (1): 0.9/4.0 MB error 03-Jan-2023 03:03:56 Progress (1): 0.9/4.0 MB error 03-Jan-2023 03:03:56 Progress (1): 1.0/4.0 MB error 03-Jan-2023 03:03:56 Progress (1): 1.0/4.0 MB error 03-Jan-2023 03:03:56 Progress (1): 1.0/4.0 MB error 03-Jan-2023 03:03:56 Progress (1): 1.0/4.0 MB error 03-Jan-2023 03:03:56 Progress (1): 1.1/4.0 MB error 03-Jan-2023 03:03:56 Progress (1): 1.1/4.0 MB error 03-Jan-2023 03:03:56 Progress (1): 1.1/4.0 MB error 03-Jan-2023 03:03:56 Progress (1): 1.1/4.0 MB error 03-Jan-2023 03:03:56 Progress (1): 1.1/4.0 MB error 03-Jan-2023 03:03:56 Progress (1): 1.2/4.0 MB error 03-Jan-2023 03:03:56 Progress (1): 1.2/4.0 MB error 03-Jan-2023 03:03:56 Progress (1): 1.2/4.0 MB error 03-Jan-2023 03:03:56 Progress (1): 1.2/4.0 MB error 03-Jan-2023 03:03:56 Progress (1): 1.3/4.0 MB error 03-Jan-2023 03:03:56 Progress (1): 1.3/4.0 MB error 03-Jan-2023 03:03:56 Progress (1): 1.3/4.0 MB error 03-Jan-2023 03:03:56 Progress (1): 1.3/4.0 MB error 03-Jan-2023 03:03:56 Progress (1): 1.4/4.0 MB error 03-Jan-2023 03:03:56 Progress (1): 1.4/4.0 MB error 03-Jan-2023 03:03:56 Progress (1): 1.4/4.0 MB error 03-Jan-2023 03:03:56 Progress (1): 1.4/4.0 MB error 03-Jan-2023 03:03:56 Progress (1): 1.5/4.0 MB error 03-Jan-2023 03:03:56 Progress (1): 1.5/4.0 MB error 03-Jan-2023 03:03:56 Progress (1): 1.5/4.0 MB error 03-Jan-2023 03:03:56 Progress (1): 1.5/4.0 MB error 03-Jan-2023 03:03:56 Progress (1): 1.6/4.0 MB error 03-Jan-2023 03:03:56 Progress (1): 1.6/4.0 MB error 03-Jan-2023 03:03:56 Progress (1): 1.6/4.0 MB error 03-Jan-2023 03:03:56 Progress (1): 1.6/4.0 MB error 03-Jan-2023 03:03:56 Progress (1): 1.6/4.0 MB error 03-Jan-2023 03:03:56 Progress (1): 1.7/4.0 MB error 03-Jan-2023 03:03:56 Progress (1): 1.7/4.0 MB error 03-Jan-2023 03:03:56 Progress (1): 1.7/4.0 MB error 03-Jan-2023 03:03:56 Progress (1): 1.7/4.0 MB error 03-Jan-2023 03:03:56 Progress (1): 1.8/4.0 MB error 03-Jan-2023 03:03:56 Progress (1): 1.8/4.0 MB error 03-Jan-2023 03:03:56 Progress (1): 1.8/4.0 MB error 03-Jan-2023 03:03:56 Progress (1): 1.8/4.0 MB error 03-Jan-2023 03:03:56 Progress (1): 1.9/4.0 MB error 03-Jan-2023 03:03:56 Progress (1): 1.9/4.0 MB error 03-Jan-2023 03:03:56 Progress (1): 1.9/4.0 MB error 03-Jan-2023 03:03:56 Progress (1): 1.9/4.0 MB error 03-Jan-2023 03:03:56 Progress (1): 2.0/4.0 MB error 03-Jan-2023 03:03:56 Progress (1): 2.0/4.0 MB error 03-Jan-2023 03:03:56 Progress (1): 2.0/4.0 MB error 03-Jan-2023 03:03:56 Progress (1): 2.0/4.0 MB error 03-Jan-2023 03:03:56 Progress (1): 2.0/4.0 MB error 03-Jan-2023 03:03:56 Progress (1): 2.1/4.0 MB error 03-Jan-2023 03:03:56 Progress (1): 2.1/4.0 MB error 03-Jan-2023 03:03:56 Progress (1): 2.1/4.0 MB error 03-Jan-2023 03:03:56 Progress (1): 2.1/4.0 MB error 03-Jan-2023 03:03:56 Progress (1): 2.2/4.0 MB error 03-Jan-2023 03:03:56 Progress (1): 2.2/4.0 MB error 03-Jan-2023 03:03:56 Progress (1): 2.2/4.0 MB error 03-Jan-2023 03:03:56 Progress (1): 2.2/4.0 MB error 03-Jan-2023 03:03:56 Progress (1): 2.2/4.0 MB error 03-Jan-2023 03:03:56 Progress (1): 2.3/4.0 MB error 03-Jan-2023 03:03:56 Progress (1): 2.3/4.0 MB error 03-Jan-2023 03:03:56 Progress (1): 2.3/4.0 MB error 03-Jan-2023 03:03:56 Progress (1): 2.3/4.0 MB error 03-Jan-2023 03:03:56 Progress (1): 2.3/4.0 MB error 03-Jan-2023 03:03:56 Progress (1): 2.4/4.0 MB error 03-Jan-2023 03:03:56 Progress (1): 2.4/4.0 MB error 03-Jan-2023 03:03:56 Progress (1): 2.4/4.0 MB error 03-Jan-2023 03:03:56 Progress (1): 2.4/4.0 MB error 03-Jan-2023 03:03:56 Progress (1): 2.5/4.0 MB error 03-Jan-2023 03:03:56 Progress (1): 2.5/4.0 MB error 03-Jan-2023 03:03:56 Progress (1): 2.5/4.0 MB error 03-Jan-2023 03:03:56 Progress (1): 2.5/4.0 MB error 03-Jan-2023 03:03:56 Progress (1): 2.6/4.0 MB error 03-Jan-2023 03:03:56 Progress (1): 2.6/4.0 MB error 03-Jan-2023 03:03:56 Progress (1): 2.6/4.0 MB error 03-Jan-2023 03:03:56 Progress (1): 2.6/4.0 MB error 03-Jan-2023 03:03:56 Progress (1): 2.6/4.0 MB error 03-Jan-2023 03:03:56 Progress (1): 2.7/4.0 MB error 03-Jan-2023 03:03:56 Progress (1): 2.7/4.0 MB error 03-Jan-2023 03:03:56 Progress (1): 2.7/4.0 MB error 03-Jan-2023 03:03:56 Progress (1): 2.7/4.0 MB error 03-Jan-2023 03:03:56 Progress (1): 2.8/4.0 MB error 03-Jan-2023 03:03:56 Progress (1): 2.8/4.0 MB error 03-Jan-2023 03:03:56 Progress (1): 2.8/4.0 MB error 03-Jan-2023 03:03:56 Progress (1): 2.8/4.0 MB error 03-Jan-2023 03:03:56 Progress (1): 2.8/4.0 MB error 03-Jan-2023 03:03:56 Progress (1): 2.9/4.0 MB error 03-Jan-2023 03:03:56 Progress (1): 2.9/4.0 MB error 03-Jan-2023 03:03:56 Progress (1): 2.9/4.0 MB error 03-Jan-2023 03:03:56 Progress (1): 2.9/4.0 MB error 03-Jan-2023 03:03:56 Progress (1): 3.0/4.0 MB error 03-Jan-2023 03:03:56 Progress (1): 3.0/4.0 MB error 03-Jan-2023 03:03:56 Progress (1): 3.0/4.0 MB error 03-Jan-2023 03:03:56 Progress (1): 3.0/4.0 MB error 03-Jan-2023 03:03:56 Progress (1): 3.0/4.0 MB error 03-Jan-2023 03:03:56 Progress (1): 3.1/4.0 MB error 03-Jan-2023 03:03:56 Progress (1): 3.1/4.0 MB error 03-Jan-2023 03:03:56 Progress (1): 3.1/4.0 MB error 03-Jan-2023 03:03:56 Progress (1): 3.1/4.0 MB error 03-Jan-2023 03:03:56 Progress (1): 3.2/4.0 MB error 03-Jan-2023 03:03:56 Progress (1): 3.2/4.0 MB error 03-Jan-2023 03:03:56 Progress (1): 3.2/4.0 MB error 03-Jan-2023 03:03:56 Progress (1): 3.2/4.0 MB error 03-Jan-2023 03:03:56 Progress (1): 3.3/4.0 MB error 03-Jan-2023 03:03:56 Progress (1): 3.3/4.0 MB error 03-Jan-2023 03:03:56 Progress (1): 3.3/4.0 MB error 03-Jan-2023 03:03:56 Progress (1): 3.3/4.0 MB error 03-Jan-2023 03:03:56 Progress (1): 3.3/4.0 MB error 03-Jan-2023 03:03:56 Progress (1): 3.4/4.0 MB error 03-Jan-2023 03:03:56 Progress (1): 3.4/4.0 MB error 03-Jan-2023 03:03:56 Progress (1): 3.4/4.0 MB error 03-Jan-2023 03:03:56 Progress (1): 3.4/4.0 MB error 03-Jan-2023 03:03:56 Progress (1): 3.5/4.0 MB error 03-Jan-2023 03:03:56 Progress (1): 3.5/4.0 MB error 03-Jan-2023 03:03:56 Progress (1): 3.5/4.0 MB error 03-Jan-2023 03:03:56 Progress (1): 3.5/4.0 MB error 03-Jan-2023 03:03:56 Progress (1): 3.5/4.0 MB error 03-Jan-2023 03:03:56 Progress (1): 3.6/4.0 MB error 03-Jan-2023 03:03:56 Progress (1): 3.6/4.0 MB error 03-Jan-2023 03:03:56 Progress (1): 3.6/4.0 MB error 03-Jan-2023 03:03:56 Progress (1): 3.6/4.0 MB error 03-Jan-2023 03:03:56 Progress (1): 3.7/4.0 MB error 03-Jan-2023 03:03:56 Progress (1): 3.7/4.0 MB error 03-Jan-2023 03:03:56 Progress (1): 3.7/4.0 MB error 03-Jan-2023 03:03:56 Progress (1): 3.7/4.0 MB error 03-Jan-2023 03:03:56 Progress (1): 3.7/4.0 MB error 03-Jan-2023 03:03:56 Progress (1): 3.8/4.0 MB error 03-Jan-2023 03:03:56 Progress (1): 3.8/4.0 MB error 03-Jan-2023 03:03:56 Progress (1): 3.8/4.0 MB error 03-Jan-2023 03:03:56 Progress (1): 3.8/4.0 MB error 03-Jan-2023 03:03:56 Progress (1): 3.9/4.0 MB error 03-Jan-2023 03:03:56 Progress (1): 3.9/4.0 MB error 03-Jan-2023 03:03:56 Progress (1): 3.9/4.0 MB error 03-Jan-2023 03:03:56 Progress (1): 3.9/4.0 MB error 03-Jan-2023 03:03:56 Progress (1): 3.9/4.0 MB error 03-Jan-2023 03:03:56 Progress (1): 4.0/4.0 MB error 03-Jan-2023 03:03:56 Progress (1): 4.0 MB error 03-Jan-2023 03:03:56 error 03-Jan-2023 03:03:56 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/legacyui-omod/1.13.0/legacyui-omod-1.13.0.jar (4.0 MB at 3.0 MB/s) error 03-Jan-2023 03:03:56 #16 165.2 [INFO] Configured Artifact: org.openmrs.module:openconceptlab-omod:2.0.0:jar error 03-Jan-2023 03:03:56 #16 165.3 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/openconceptlab-omod/2.0.0/openconceptlab-omod-2.0.0.pom error 03-Jan-2023 03:03:56 #16 165.4 Progress (1): 3.3/9.5 kB error 03-Jan-2023 03:03:57 Progress (1): 6.1/9.5 kB error 03-Jan-2023 03:03:57 Progress (1): 8.9/9.5 kB error 03-Jan-2023 03:03:57 Progress (1): 9.5 kB error 03-Jan-2023 03:03:57 error 03-Jan-2023 03:03:57 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/openconceptlab-omod/2.0.0/openconceptlab-omod-2.0.0.pom (9.5 kB at 39 kB/s) error 03-Jan-2023 03:03:57 #16 165.6 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/openconceptlab/2.0.0/openconceptlab-2.0.0.pom error 03-Jan-2023 03:03:57 #16 165.7 Progress (1): 3.3/10 kB error 03-Jan-2023 03:03:57 Progress (1): 6.1/10 kB error 03-Jan-2023 03:03:57 Progress (1): 8.9/10 kB error 03-Jan-2023 03:03:57 Progress (1): 10 kB error 03-Jan-2023 03:03:57 error 03-Jan-2023 03:03:57 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/openconceptlab/2.0.0/openconceptlab-2.0.0.pom (10 kB at 44 kB/s) error 03-Jan-2023 03:03:57 #16 165.9 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/openconceptlab-omod/2.0.0/openconceptlab-omod-2.0.0.jar error 03-Jan-2023 03:03:57 #16 166.2 Progress (1): 0/2.4 MB error 03-Jan-2023 03:03:57 Progress (1): 0/2.4 MB error 03-Jan-2023 03:03:57 Progress (1): 0.1/2.4 MB error 03-Jan-2023 03:03:57 Progress (1): 0.1/2.4 MB error 03-Jan-2023 03:03:57 Progress (1): 0.1/2.4 MB error 03-Jan-2023 03:03:57 Progress (1): 0.1/2.4 MB error 03-Jan-2023 03:03:57 Progress (1): 0.1/2.4 MB error 03-Jan-2023 03:03:57 Progress (1): 0.1/2.4 MB error 03-Jan-2023 03:03:57 Progress (1): 0.2/2.4 MB error 03-Jan-2023 03:03:57 Progress (1): 0.2/2.4 MB error 03-Jan-2023 03:03:57 Progress (1): 0.2/2.4 MB error 03-Jan-2023 03:03:57 Progress (1): 0.2/2.4 MB error 03-Jan-2023 03:03:57 Progress (1): 0.2/2.4 MB error 03-Jan-2023 03:03:57 Progress (1): 0.2/2.4 MB error 03-Jan-2023 03:03:57 Progress (1): 0.3/2.4 MB error 03-Jan-2023 03:03:57 Progress (1): 0.3/2.4 MB error 03-Jan-2023 03:03:57 Progress (1): 0.3/2.4 MB error 03-Jan-2023 03:03:57 Progress (1): 0.3/2.4 MB error 03-Jan-2023 03:03:57 Progress (1): 0.3/2.4 MB error 03-Jan-2023 03:03:57 Progress (1): 0.3/2.4 MB error 03-Jan-2023 03:03:57 Progress (1): 0.4/2.4 MB error 03-Jan-2023 03:03:57 Progress (1): 0.4/2.4 MB error 03-Jan-2023 03:03:57 Progress (1): 0.4/2.4 MB error 03-Jan-2023 03:03:57 Progress (1): 0.4/2.4 MB error 03-Jan-2023 03:03:57 Progress (1): 0.4/2.4 MB error 03-Jan-2023 03:03:57 Progress (1): 0.5/2.4 MB error 03-Jan-2023 03:03:58 Progress (1): 0.5/2.4 MB error 03-Jan-2023 03:03:58 Progress (1): 0.5/2.4 MB error 03-Jan-2023 03:03:58 Progress (1): 0.5/2.4 MB error 03-Jan-2023 03:03:58 Progress (1): 0.5/2.4 MB error 03-Jan-2023 03:03:58 Progress (1): 0.5/2.4 MB error 03-Jan-2023 03:03:58 Progress (1): 0.6/2.4 MB error 03-Jan-2023 03:03:58 Progress (1): 0.6/2.4 MB error 03-Jan-2023 03:03:58 Progress (1): 0.6/2.4 MB error 03-Jan-2023 03:03:58 Progress (1): 0.6/2.4 MB error 03-Jan-2023 03:03:58 Progress (1): 0.6/2.4 MB error 03-Jan-2023 03:03:58 Progress (1): 0.6/2.4 MB error 03-Jan-2023 03:03:58 Progress (1): 0.6/2.4 MB error 03-Jan-2023 03:03:58 Progress (1): 0.7/2.4 MB error 03-Jan-2023 03:03:58 Progress (1): 0.7/2.4 MB error 03-Jan-2023 03:03:58 Progress (1): 0.7/2.4 MB error 03-Jan-2023 03:03:58 Progress (1): 0.7/2.4 MB error 03-Jan-2023 03:03:58 Progress (1): 0.7/2.4 MB error 03-Jan-2023 03:03:58 Progress (1): 0.7/2.4 MB error 03-Jan-2023 03:03:58 Progress (1): 0.8/2.4 MB error 03-Jan-2023 03:03:58 Progress (1): 0.8/2.4 MB error 03-Jan-2023 03:03:58 Progress (1): 0.8/2.4 MB error 03-Jan-2023 03:03:58 Progress (1): 0.8/2.4 MB error 03-Jan-2023 03:03:58 Progress (1): 0.8/2.4 MB error 03-Jan-2023 03:03:58 Progress (1): 0.8/2.4 MB error 03-Jan-2023 03:03:58 Progress (1): 0.9/2.4 MB error 03-Jan-2023 03:03:58 Progress (1): 0.9/2.4 MB error 03-Jan-2023 03:03:58 Progress (1): 0.9/2.4 MB error 03-Jan-2023 03:03:58 Progress (1): 0.9/2.4 MB error 03-Jan-2023 03:03:58 Progress (1): 0.9/2.4 MB error 03-Jan-2023 03:03:58 Progress (1): 0.9/2.4 MB error 03-Jan-2023 03:03:58 Progress (1): 1.0/2.4 MB error 03-Jan-2023 03:03:58 Progress (1): 1.0/2.4 MB error 03-Jan-2023 03:03:58 Progress (1): 1.0/2.4 MB error 03-Jan-2023 03:03:58 Progress (1): 1.0/2.4 MB error 03-Jan-2023 03:03:58 Progress (1): 1.0/2.4 MB error 03-Jan-2023 03:03:58 Progress (1): 1.0/2.4 MB error 03-Jan-2023 03:03:58 Progress (1): 1.0/2.4 MB error 03-Jan-2023 03:03:58 Progress (1): 1.1/2.4 MB error 03-Jan-2023 03:03:58 Progress (1): 1.1/2.4 MB error 03-Jan-2023 03:03:58 Progress (1): 1.1/2.4 MB error 03-Jan-2023 03:03:58 Progress (1): 1.1/2.4 MB error 03-Jan-2023 03:03:58 Progress (1): 1.1/2.4 MB error 03-Jan-2023 03:03:58 Progress (1): 1.1/2.4 MB error 03-Jan-2023 03:03:58 Progress (1): 1.1/2.4 MB error 03-Jan-2023 03:03:58 Progress (1): 1.2/2.4 MB error 03-Jan-2023 03:03:58 Progress (1): 1.2/2.4 MB error 03-Jan-2023 03:03:58 Progress (1): 1.2/2.4 MB error 03-Jan-2023 03:03:58 Progress (1): 1.2/2.4 MB error 03-Jan-2023 03:03:58 Progress (1): 1.2/2.4 MB error 03-Jan-2023 03:03:58 Progress (1): 1.2/2.4 MB error 03-Jan-2023 03:03:58 Progress (1): 1.3/2.4 MB error 03-Jan-2023 03:03:58 Progress (1): 1.3/2.4 MB error 03-Jan-2023 03:03:58 Progress (1): 1.3/2.4 MB error 03-Jan-2023 03:03:58 Progress (1): 1.3/2.4 MB error 03-Jan-2023 03:03:58 Progress (1): 1.3/2.4 MB error 03-Jan-2023 03:03:58 Progress (1): 1.3/2.4 MB error 03-Jan-2023 03:03:58 Progress (1): 1.4/2.4 MB error 03-Jan-2023 03:03:58 Progress (1): 1.4/2.4 MB error 03-Jan-2023 03:03:58 Progress (1): 1.4/2.4 MB error 03-Jan-2023 03:03:58 Progress (1): 1.4/2.4 MB error 03-Jan-2023 03:03:58 Progress (1): 1.4/2.4 MB error 03-Jan-2023 03:03:58 Progress (1): 1.4/2.4 MB error 03-Jan-2023 03:03:58 Progress (1): 1.4/2.4 MB error 03-Jan-2023 03:03:58 Progress (1): 1.5/2.4 MB error 03-Jan-2023 03:03:58 Progress (1): 1.5/2.4 MB error 03-Jan-2023 03:03:58 Progress (1): 1.5/2.4 MB error 03-Jan-2023 03:03:58 Progress (1): 1.5/2.4 MB error 03-Jan-2023 03:03:58 Progress (1): 1.5/2.4 MB error 03-Jan-2023 03:03:58 Progress (1): 1.5/2.4 MB error 03-Jan-2023 03:03:58 Progress (1): 1.6/2.4 MB error 03-Jan-2023 03:03:58 Progress (1): 1.6/2.4 MB error 03-Jan-2023 03:03:58 Progress (1): 1.6/2.4 MB error 03-Jan-2023 03:03:58 Progress (1): 1.6/2.4 MB error 03-Jan-2023 03:03:58 Progress (1): 1.6/2.4 MB error 03-Jan-2023 03:03:58 Progress (1): 1.6/2.4 MB error 03-Jan-2023 03:03:58 Progress (1): 1.7/2.4 MB error 03-Jan-2023 03:03:58 Progress (1): 1.7/2.4 MB error 03-Jan-2023 03:03:58 Progress (1): 1.7/2.4 MB error 03-Jan-2023 03:03:58 Progress (1): 1.7/2.4 MB error 03-Jan-2023 03:03:58 Progress (1): 1.7/2.4 MB error 03-Jan-2023 03:03:58 Progress (1): 1.7/2.4 MB error 03-Jan-2023 03:03:58 Progress (1): 1.8/2.4 MB error 03-Jan-2023 03:03:58 Progress (1): 1.8/2.4 MB error 03-Jan-2023 03:03:58 Progress (1): 1.8/2.4 MB error 03-Jan-2023 03:03:58 Progress (1): 1.8/2.4 MB error 03-Jan-2023 03:03:58 Progress (1): 1.8/2.4 MB error 03-Jan-2023 03:03:58 Progress (1): 1.8/2.4 MB error 03-Jan-2023 03:03:58 Progress (1): 1.8/2.4 MB error 03-Jan-2023 03:03:58 Progress (1): 1.9/2.4 MB error 03-Jan-2023 03:03:58 Progress (1): 1.9/2.4 MB error 03-Jan-2023 03:03:58 Progress (1): 1.9/2.4 MB error 03-Jan-2023 03:03:58 Progress (1): 1.9/2.4 MB error 03-Jan-2023 03:03:58 Progress (1): 1.9/2.4 MB error 03-Jan-2023 03:03:58 Progress (1): 1.9/2.4 MB error 03-Jan-2023 03:03:58 Progress (1): 1.9/2.4 MB error 03-Jan-2023 03:03:58 Progress (1): 2.0/2.4 MB error 03-Jan-2023 03:03:58 Progress (1): 2.0/2.4 MB error 03-Jan-2023 03:03:58 Progress (1): 2.0/2.4 MB error 03-Jan-2023 03:03:58 Progress (1): 2.0/2.4 MB error 03-Jan-2023 03:03:58 Progress (1): 2.0/2.4 MB error 03-Jan-2023 03:03:58 Progress (1): 2.0/2.4 MB error 03-Jan-2023 03:03:58 Progress (1): 2.1/2.4 MB error 03-Jan-2023 03:03:58 Progress (1): 2.1/2.4 MB error 03-Jan-2023 03:03:58 Progress (1): 2.1/2.4 MB error 03-Jan-2023 03:03:58 Progress (1): 2.1/2.4 MB error 03-Jan-2023 03:03:58 Progress (1): 2.1/2.4 MB error 03-Jan-2023 03:03:58 Progress (1): 2.1/2.4 MB error 03-Jan-2023 03:03:58 Progress (1): 2.2/2.4 MB error 03-Jan-2023 03:03:58 Progress (1): 2.2/2.4 MB error 03-Jan-2023 03:03:58 Progress (1): 2.2/2.4 MB error 03-Jan-2023 03:03:58 Progress (1): 2.2/2.4 MB error 03-Jan-2023 03:03:58 Progress (1): 2.2/2.4 MB error 03-Jan-2023 03:03:58 Progress (1): 2.2/2.4 MB error 03-Jan-2023 03:03:58 Progress (1): 2.2/2.4 MB error 03-Jan-2023 03:03:58 Progress (1): 2.3/2.4 MB error 03-Jan-2023 03:03:58 Progress (1): 2.3/2.4 MB error 03-Jan-2023 03:03:58 Progress (1): 2.3/2.4 MB error 03-Jan-2023 03:03:58 Progress (1): 2.3/2.4 MB error 03-Jan-2023 03:03:58 Progress (1): 2.3/2.4 MB error 03-Jan-2023 03:03:58 Progress (1): 2.3/2.4 MB error 03-Jan-2023 03:03:58 Progress (1): 2.4/2.4 MB error 03-Jan-2023 03:03:58 Progress (1): 2.4/2.4 MB error 03-Jan-2023 03:03:58 Progress (1): 2.4 MB error 03-Jan-2023 03:03:58 error 03-Jan-2023 03:03:58 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/openconceptlab-omod/2.0.0/openconceptlab-omod-2.0.0.jar (2.4 MB at 2.8 MB/s) error 03-Jan-2023 03:03:58 #16 166.7 [INFO] Configured Artifact: org.openmrs.module:metadatadeploy-omod:1.13.0:jar error 03-Jan-2023 03:03:58 #16 166.7 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/metadatadeploy-omod/1.13.0/metadatadeploy-omod-1.13.0.pom error 03-Jan-2023 03:03:58 #16 166.9 Progress (1): 3.3/4.9 kB error 03-Jan-2023 03:03:58 Progress (1): 4.9 kB error 03-Jan-2023 03:03:58 error 03-Jan-2023 03:03:58 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/metadatadeploy-omod/1.13.0/metadatadeploy-omod-1.13.0.pom (4.9 kB at 21 kB/s) error 03-Jan-2023 03:03:58 #16 167.0 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/metadatadeploy/1.13.0/metadatadeploy-1.13.0.pom error 03-Jan-2023 03:03:58 #16 167.1 Progress (1): 3.3/6.2 kB error 03-Jan-2023 03:03:58 Progress (1): 6.1/6.2 kB error 03-Jan-2023 03:03:58 Progress (1): 6.2 kB error 03-Jan-2023 03:03:58 error 03-Jan-2023 03:03:58 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/metadatadeploy/1.13.0/metadatadeploy-1.13.0.pom (6.2 kB at 27 kB/s) error 03-Jan-2023 03:03:58 #16 167.3 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/metadatadeploy-omod/1.13.0/metadatadeploy-omod-1.13.0.jar error 03-Jan-2023 03:03:59 #16 167.4 Progress (1): 3.3/110 kB error 03-Jan-2023 03:03:59 Progress (1): 6.1/110 kB error 03-Jan-2023 03:03:59 Progress (1): 8.9/110 kB error 03-Jan-2023 03:03:59 Progress (1): 12/110 kB error 03-Jan-2023 03:03:59 Progress (1): 14/110 kB error 03-Jan-2023 03:03:59 Progress (1): 17/110 kB error 03-Jan-2023 03:03:59 Progress (1): 20/110 kB error 03-Jan-2023 03:03:59 Progress (1): 23/110 kB error 03-Jan-2023 03:03:59 Progress (1): 26/110 kB error 03-Jan-2023 03:03:59 Progress (1): 28/110 kB error 03-Jan-2023 03:03:59 Progress (1): 31/110 kB error 03-Jan-2023 03:03:59 Progress (1): 34/110 kB error 03-Jan-2023 03:03:59 Progress (1): 37/110 kB error 03-Jan-2023 03:03:59 Progress (1): 40/110 kB error 03-Jan-2023 03:03:59 Progress (1): 42/110 kB error 03-Jan-2023 03:03:59 Progress (1): 45/110 kB error 03-Jan-2023 03:03:59 Progress (1): 48/110 kB error 03-Jan-2023 03:03:59 Progress (1): 51/110 kB error 03-Jan-2023 03:03:59 Progress (1): 54/110 kB error 03-Jan-2023 03:03:59 Progress (1): 56/110 kB error 03-Jan-2023 03:03:59 Progress (1): 59/110 kB error 03-Jan-2023 03:03:59 Progress (1): 62/110 kB error 03-Jan-2023 03:03:59 Progress (1): 65/110 kB error 03-Jan-2023 03:03:59 Progress (1): 68/110 kB error 03-Jan-2023 03:03:59 Progress (1): 70/110 kB error 03-Jan-2023 03:03:59 Progress (1): 73/110 kB error 03-Jan-2023 03:03:59 Progress (1): 76/110 kB error 03-Jan-2023 03:03:59 Progress (1): 79/110 kB error 03-Jan-2023 03:03:59 Progress (1): 82/110 kB error 03-Jan-2023 03:03:59 Progress (1): 84/110 kB error 03-Jan-2023 03:03:59 Progress (1): 87/110 kB error 03-Jan-2023 03:03:59 Progress (1): 90/110 kB error 03-Jan-2023 03:03:59 Progress (1): 93/110 kB error 03-Jan-2023 03:03:59 Progress (1): 96/110 kB error 03-Jan-2023 03:03:59 Progress (1): 98/110 kB error 03-Jan-2023 03:03:59 Progress (1): 101/110 kB error 03-Jan-2023 03:03:59 Progress (1): 104/110 kB error 03-Jan-2023 03:03:59 Progress (1): 107/110 kB error 03-Jan-2023 03:03:59 Progress (1): 110/110 kB error 03-Jan-2023 03:03:59 Progress (1): 110 kB error 03-Jan-2023 03:03:59 error 03-Jan-2023 03:03:59 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/metadatadeploy-omod/1.13.0/metadatadeploy-omod-1.13.0.jar (110 kB at 402 kB/s) error 03-Jan-2023 03:03:59 #16 167.6 [INFO] Configured Artifact: org.openmrs.module:reportingrest-omod:1.14.0:jar error 03-Jan-2023 03:03:59 #16 167.6 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/reportingrest-omod/1.14.0/reportingrest-omod-1.14.0.pom error 03-Jan-2023 03:03:59 #16 167.7 Progress (1): 3.3/5.4 kB error 03-Jan-2023 03:03:59 Progress (1): 5.4 kB error 03-Jan-2023 03:03:59 error 03-Jan-2023 03:03:59 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/reportingrest-omod/1.14.0/reportingrest-omod-1.14.0.pom (5.4 kB at 23 kB/s) error 03-Jan-2023 03:03:59 #16 167.8 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/reportingrest/1.14.0/reportingrest-1.14.0.pom error 03-Jan-2023 03:03:59 #16 168.0 Progress (1): 3.3/7.0 kB error 03-Jan-2023 03:03:59 Progress (1): 6.1/7.0 kB error 03-Jan-2023 03:03:59 Progress (1): 7.0 kB error 03-Jan-2023 03:03:59 error 03-Jan-2023 03:03:59 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/reportingrest/1.14.0/reportingrest-1.14.0.pom (7.0 kB at 28 kB/s) error 03-Jan-2023 03:03:59 #16 168.1 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/reportingrest-omod/1.14.0/reportingrest-omod-1.14.0.jar error 03-Jan-2023 03:03:59 #16 168.2 Progress (1): 3.3/75 kB error 03-Jan-2023 03:03:59 Progress (1): 6.1/75 kB error 03-Jan-2023 03:03:59 Progress (1): 8.9/75 kB error 03-Jan-2023 03:03:59 Progress (1): 12/75 kB error 03-Jan-2023 03:03:59 Progress (1): 14/75 kB error 03-Jan-2023 03:03:59 Progress (1): 17/75 kB error 03-Jan-2023 03:03:59 Progress (1): 20/75 kB error 03-Jan-2023 03:03:59 Progress (1): 23/75 kB error 03-Jan-2023 03:03:59 Progress (1): 26/75 kB error 03-Jan-2023 03:03:59 Progress (1): 28/75 kB error 03-Jan-2023 03:03:59 Progress (1): 31/75 kB error 03-Jan-2023 03:03:59 Progress (1): 34/75 kB error 03-Jan-2023 03:03:59 Progress (1): 37/75 kB error 03-Jan-2023 03:03:59 Progress (1): 40/75 kB error 03-Jan-2023 03:03:59 Progress (1): 42/75 kB error 03-Jan-2023 03:03:59 Progress (1): 45/75 kB error 03-Jan-2023 03:03:59 Progress (1): 48/75 kB error 03-Jan-2023 03:03:59 Progress (1): 51/75 kB error 03-Jan-2023 03:03:59 Progress (1): 54/75 kB error 03-Jan-2023 03:03:59 Progress (1): 56/75 kB error 03-Jan-2023 03:03:59 Progress (1): 59/75 kB error 03-Jan-2023 03:03:59 Progress (1): 62/75 kB error 03-Jan-2023 03:03:59 Progress (1): 65/75 kB error 03-Jan-2023 03:03:59 Progress (1): 68/75 kB error 03-Jan-2023 03:03:59 Progress (1): 70/75 kB error 03-Jan-2023 03:03:59 Progress (1): 73/75 kB error 03-Jan-2023 03:03:59 Progress (1): 75 kB error 03-Jan-2023 03:03:59 error 03-Jan-2023 03:04:00 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/reportingrest-omod/1.14.0/reportingrest-omod-1.14.0.jar (75 kB at 273 kB/s) error 03-Jan-2023 03:04:00 #16 168.4 [INFO] Configured Artifact: org.openmrs.module:owa-omod:1.14.0:jar error 03-Jan-2023 03:04:00 #16 168.4 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/owa-omod/1.14.0/owa-omod-1.14.0.pom error 03-Jan-2023 03:04:00 #16 168.5 Progress (1): 3.3/8.5 kB error 03-Jan-2023 03:04:00 Progress (1): 6.1/8.5 kB error 03-Jan-2023 03:04:00 Progress (1): 8.5 kB error 03-Jan-2023 03:04:00 error 03-Jan-2023 03:04:00 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/owa-omod/1.14.0/owa-omod-1.14.0.pom (8.5 kB at 34 kB/s) error 03-Jan-2023 03:04:00 #16 168.7 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/owa/1.14.0/owa-1.14.0.pom error 03-Jan-2023 03:04:00 #16 168.8 Progress (1): 3.3/6.9 kB error 03-Jan-2023 03:04:00 Progress (1): 6.1/6.9 kB error 03-Jan-2023 03:04:00 Progress (1): 6.9 kB error 03-Jan-2023 03:04:00 error 03-Jan-2023 03:04:00 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/owa/1.14.0/owa-1.14.0.pom (6.9 kB at 29 kB/s) error 03-Jan-2023 03:04:00 #16 168.9 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/owa-omod/1.14.0/owa-omod-1.14.0.jar error 03-Jan-2023 03:04:00 #16 169.2 Progress (1): 0/1.3 MB error 03-Jan-2023 03:04:00 Progress (1): 0/1.3 MB error 03-Jan-2023 03:04:00 Progress (1): 0/1.3 MB error 03-Jan-2023 03:04:00 Progress (1): 0/1.3 MB error 03-Jan-2023 03:04:00 Progress (1): 0/1.3 MB error 03-Jan-2023 03:04:00 Progress (1): 0.1/1.3 MB error 03-Jan-2023 03:04:00 Progress (1): 0.1/1.3 MB error 03-Jan-2023 03:04:00 Progress (1): 0.1/1.3 MB error 03-Jan-2023 03:04:00 Progress (1): 0.1/1.3 MB error 03-Jan-2023 03:04:00 Progress (1): 0.1/1.3 MB error 03-Jan-2023 03:04:00 Progress (1): 0.1/1.3 MB error 03-Jan-2023 03:04:00 Progress (1): 0.1/1.3 MB error 03-Jan-2023 03:04:00 Progress (1): 0.1/1.3 MB error 03-Jan-2023 03:04:00 Progress (1): 0.1/1.3 MB error 03-Jan-2023 03:04:00 Progress (1): 0.1/1.3 MB error 03-Jan-2023 03:04:00 Progress (1): 0.1/1.3 MB error 03-Jan-2023 03:04:00 Progress (1): 0.2/1.3 MB error 03-Jan-2023 03:04:00 Progress (1): 0.2/1.3 MB error 03-Jan-2023 03:04:00 Progress (1): 0.2/1.3 MB error 03-Jan-2023 03:04:00 Progress (1): 0.2/1.3 MB error 03-Jan-2023 03:04:00 Progress (1): 0.2/1.3 MB error 03-Jan-2023 03:04:00 Progress (1): 0.2/1.3 MB error 03-Jan-2023 03:04:00 Progress (1): 0.2/1.3 MB error 03-Jan-2023 03:04:00 Progress (1): 0.2/1.3 MB error 03-Jan-2023 03:04:00 Progress (1): 0.2/1.3 MB error 03-Jan-2023 03:04:00 Progress (1): 0.2/1.3 MB error 03-Jan-2023 03:04:00 Progress (1): 0.2/1.3 MB error 03-Jan-2023 03:04:00 Progress (1): 0.2/1.3 MB error 03-Jan-2023 03:04:00 Progress (1): 0.3/1.3 MB error 03-Jan-2023 03:04:00 Progress (1): 0.3/1.3 MB error 03-Jan-2023 03:04:00 Progress (1): 0.3/1.3 MB error 03-Jan-2023 03:04:00 Progress (1): 0.3/1.3 MB error 03-Jan-2023 03:04:00 Progress (1): 0.3/1.3 MB error 03-Jan-2023 03:04:00 Progress (1): 0.3/1.3 MB error 03-Jan-2023 03:04:00 Progress (1): 0.3/1.3 MB error 03-Jan-2023 03:04:00 Progress (1): 0.3/1.3 MB error 03-Jan-2023 03:04:00 Progress (1): 0.3/1.3 MB error 03-Jan-2023 03:04:00 Progress (1): 0.3/1.3 MB error 03-Jan-2023 03:04:00 Progress (1): 0.3/1.3 MB error 03-Jan-2023 03:04:00 Progress (1): 0.4/1.3 MB error 03-Jan-2023 03:04:00 Progress (1): 0.4/1.3 MB error 03-Jan-2023 03:04:00 Progress (1): 0.4/1.3 MB error 03-Jan-2023 03:04:00 Progress (1): 0.4/1.3 MB error 03-Jan-2023 03:04:00 Progress (1): 0.4/1.3 MB error 03-Jan-2023 03:04:00 Progress (1): 0.4/1.3 MB error 03-Jan-2023 03:04:00 Progress (1): 0.4/1.3 MB error 03-Jan-2023 03:04:00 Progress (1): 0.4/1.3 MB error 03-Jan-2023 03:04:00 Progress (1): 0.4/1.3 MB error 03-Jan-2023 03:04:00 Progress (1): 0.4/1.3 MB error 03-Jan-2023 03:04:00 Progress (1): 0.4/1.3 MB error 03-Jan-2023 03:04:00 Progress (1): 0.5/1.3 MB error 03-Jan-2023 03:04:00 Progress (1): 0.5/1.3 MB error 03-Jan-2023 03:04:00 Progress (1): 0.5/1.3 MB error 03-Jan-2023 03:04:00 Progress (1): 0.5/1.3 MB error 03-Jan-2023 03:04:00 Progress (1): 0.5/1.3 MB error 03-Jan-2023 03:04:00 Progress (1): 0.5/1.3 MB error 03-Jan-2023 03:04:00 Progress (1): 0.5/1.3 MB error 03-Jan-2023 03:04:00 Progress (1): 0.5/1.3 MB error 03-Jan-2023 03:04:00 Progress (1): 0.5/1.3 MB error 03-Jan-2023 03:04:00 Progress (1): 0.5/1.3 MB error 03-Jan-2023 03:04:00 Progress (1): 0.5/1.3 MB error 03-Jan-2023 03:04:00 Progress (1): 0.6/1.3 MB error 03-Jan-2023 03:04:00 Progress (1): 0.6/1.3 MB error 03-Jan-2023 03:04:00 Progress (1): 0.6/1.3 MB error 03-Jan-2023 03:04:00 Progress (1): 0.6/1.3 MB error 03-Jan-2023 03:04:00 Progress (1): 0.6/1.3 MB error 03-Jan-2023 03:04:00 Progress (1): 0.6/1.3 MB error 03-Jan-2023 03:04:00 Progress (1): 0.6/1.3 MB error 03-Jan-2023 03:04:00 Progress (1): 0.6/1.3 MB error 03-Jan-2023 03:04:00 Progress (1): 0.6/1.3 MB error 03-Jan-2023 03:04:00 Progress (1): 0.6/1.3 MB error 03-Jan-2023 03:04:00 Progress (1): 0.6/1.3 MB error 03-Jan-2023 03:04:00 Progress (1): 0.7/1.3 MB error 03-Jan-2023 03:04:00 Progress (1): 0.7/1.3 MB error 03-Jan-2023 03:04:00 Progress (1): 0.7/1.3 MB error 03-Jan-2023 03:04:00 Progress (1): 0.7/1.3 MB error 03-Jan-2023 03:04:00 Progress (1): 0.7/1.3 MB error 03-Jan-2023 03:04:00 Progress (1): 0.7/1.3 MB error 03-Jan-2023 03:04:00 Progress (1): 0.7/1.3 MB error 03-Jan-2023 03:04:00 Progress (1): 0.7/1.3 MB error 03-Jan-2023 03:04:00 Progress (1): 0.7/1.3 MB error 03-Jan-2023 03:04:00 Progress (1): 0.7/1.3 MB error 03-Jan-2023 03:04:00 Progress (1): 0.7/1.3 MB error 03-Jan-2023 03:04:00 Progress (1): 0.8/1.3 MB error 03-Jan-2023 03:04:01 Progress (1): 0.8/1.3 MB error 03-Jan-2023 03:04:01 Progress (1): 0.8/1.3 MB error 03-Jan-2023 03:04:01 Progress (1): 0.8/1.3 MB error 03-Jan-2023 03:04:01 Progress (1): 0.8/1.3 MB error 03-Jan-2023 03:04:01 Progress (1): 0.8/1.3 MB error 03-Jan-2023 03:04:01 Progress (1): 0.8/1.3 MB error 03-Jan-2023 03:04:01 Progress (1): 0.8/1.3 MB error 03-Jan-2023 03:04:01 Progress (1): 0.8/1.3 MB error 03-Jan-2023 03:04:01 Progress (1): 0.8/1.3 MB error 03-Jan-2023 03:04:01 Progress (1): 0.8/1.3 MB error 03-Jan-2023 03:04:01 Progress (1): 0.9/1.3 MB error 03-Jan-2023 03:04:01 Progress (1): 0.9/1.3 MB error 03-Jan-2023 03:04:01 Progress (1): 0.9/1.3 MB error 03-Jan-2023 03:04:01 Progress (1): 0.9/1.3 MB error 03-Jan-2023 03:04:01 Progress (1): 0.9/1.3 MB error 03-Jan-2023 03:04:01 Progress (1): 0.9/1.3 MB error 03-Jan-2023 03:04:01 Progress (1): 0.9/1.3 MB error 03-Jan-2023 03:04:01 Progress (1): 0.9/1.3 MB error 03-Jan-2023 03:04:01 Progress (1): 0.9/1.3 MB error 03-Jan-2023 03:04:01 Progress (1): 0.9/1.3 MB error 03-Jan-2023 03:04:01 Progress (1): 0.9/1.3 MB error 03-Jan-2023 03:04:01 Progress (1): 1.0/1.3 MB error 03-Jan-2023 03:04:01 Progress (1): 1.0/1.3 MB error 03-Jan-2023 03:04:01 Progress (1): 1.0/1.3 MB error 03-Jan-2023 03:04:01 Progress (1): 1.0/1.3 MB error 03-Jan-2023 03:04:01 Progress (1): 1.0/1.3 MB error 03-Jan-2023 03:04:01 Progress (1): 1.0/1.3 MB error 03-Jan-2023 03:04:01 Progress (1): 1.0/1.3 MB error 03-Jan-2023 03:04:01 Progress (1): 1.0/1.3 MB error 03-Jan-2023 03:04:01 Progress (1): 1.0/1.3 MB error 03-Jan-2023 03:04:01 Progress (1): 1.0/1.3 MB error 03-Jan-2023 03:04:01 Progress (1): 1.0/1.3 MB error 03-Jan-2023 03:04:01 Progress (1): 1.1/1.3 MB error 03-Jan-2023 03:04:01 Progress (1): 1.1/1.3 MB error 03-Jan-2023 03:04:01 Progress (1): 1.1/1.3 MB error 03-Jan-2023 03:04:01 Progress (1): 1.1/1.3 MB error 03-Jan-2023 03:04:01 Progress (1): 1.1/1.3 MB error 03-Jan-2023 03:04:01 Progress (1): 1.1/1.3 MB error 03-Jan-2023 03:04:01 Progress (1): 1.1/1.3 MB error 03-Jan-2023 03:04:01 Progress (1): 1.1/1.3 MB error 03-Jan-2023 03:04:01 Progress (1): 1.1/1.3 MB error 03-Jan-2023 03:04:01 Progress (1): 1.1/1.3 MB error 03-Jan-2023 03:04:01 Progress (1): 1.1/1.3 MB error 03-Jan-2023 03:04:01 Progress (1): 1.1/1.3 MB error 03-Jan-2023 03:04:01 Progress (1): 1.2/1.3 MB error 03-Jan-2023 03:04:01 Progress (1): 1.2/1.3 MB error 03-Jan-2023 03:04:01 Progress (1): 1.2/1.3 MB error 03-Jan-2023 03:04:01 Progress (1): 1.2/1.3 MB error 03-Jan-2023 03:04:01 Progress (1): 1.2/1.3 MB error 03-Jan-2023 03:04:01 Progress (1): 1.2/1.3 MB error 03-Jan-2023 03:04:01 Progress (1): 1.2/1.3 MB error 03-Jan-2023 03:04:01 Progress (1): 1.2/1.3 MB error 03-Jan-2023 03:04:01 Progress (1): 1.2/1.3 MB error 03-Jan-2023 03:04:01 Progress (1): 1.2/1.3 MB error 03-Jan-2023 03:04:01 Progress (1): 1.2/1.3 MB error 03-Jan-2023 03:04:01 Progress (1): 1.3 MB error 03-Jan-2023 03:04:01 error 03-Jan-2023 03:04:01 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/owa-omod/1.14.0/owa-omod-1.14.0.jar (1.3 MB at 2.2 MB/s) error 03-Jan-2023 03:04:01 #16 169.5 [INFO] Configured Artifact: org.openmrs.module:fhir2-omod:1.8.0:jar error 03-Jan-2023 03:04:01 #16 169.5 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/fhir2-omod/1.8.0/fhir2-omod-1.8.0.pom error 03-Jan-2023 03:04:01 #16 169.7 Progress (1): 3.3/4.5 kB error 03-Jan-2023 03:04:01 Progress (1): 4.5 kB error 03-Jan-2023 03:04:01 error 03-Jan-2023 03:04:01 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/fhir2-omod/1.8.0/fhir2-omod-1.8.0.pom (4.5 kB at 18 kB/s) error 03-Jan-2023 03:04:01 #16 169.8 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/fhir2/1.8.0/fhir2-1.8.0.pom error 03-Jan-2023 03:04:01 #16 169.9 Progress (1): 3.3/36 kB error 03-Jan-2023 03:04:01 Progress (1): 6.1/36 kB error 03-Jan-2023 03:04:01 Progress (1): 8.9/36 kB error 03-Jan-2023 03:04:01 Progress (1): 12/36 kB error 03-Jan-2023 03:04:01 Progress (1): 15/36 kB error 03-Jan-2023 03:04:01 Progress (1): 17/36 kB error 03-Jan-2023 03:04:01 Progress (1): 20/36 kB error 03-Jan-2023 03:04:01 Progress (1): 23/36 kB error 03-Jan-2023 03:04:01 Progress (1): 26/36 kB error 03-Jan-2023 03:04:01 Progress (1): 29/36 kB error 03-Jan-2023 03:04:01 Progress (1): 31/36 kB error 03-Jan-2023 03:04:01 Progress (1): 34/36 kB error 03-Jan-2023 03:04:01 Progress (1): 36 kB error 03-Jan-2023 03:04:01 error 03-Jan-2023 03:04:01 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/fhir2/1.8.0/fhir2-1.8.0.pom (36 kB at 150 kB/s) error 03-Jan-2023 03:04:01 #16 170.1 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/fhir2-omod/1.8.0/fhir2-omod-1.8.0.jar error 03-Jan-2023 03:04:02 #16 170.5 Progress (1): 0.2/37 MB error 03-Jan-2023 03:04:02 Progress (1): 0.4/37 MB error 03-Jan-2023 03:04:02 Progress (1): 0.6/37 MB error 03-Jan-2023 03:04:02 Progress (1): 0.8/37 MB error 03-Jan-2023 03:04:02 Progress (1): 0.9/37 MB error 03-Jan-2023 03:04:02 Progress (1): 1.1/37 MB error 03-Jan-2023 03:04:02 Progress (1): 1.3/37 MB error 03-Jan-2023 03:04:02 Progress (1): 1.5/37 MB error 03-Jan-2023 03:04:02 Progress (1): 1.7/37 MB error 03-Jan-2023 03:04:02 Progress (1): 1.9/37 MB error 03-Jan-2023 03:04:02 Progress (1): 2.1/37 MB error 03-Jan-2023 03:04:02 Progress (1): 2.3/37 MB error 03-Jan-2023 03:04:02 Progress (1): 2.5/37 MB error 03-Jan-2023 03:04:02 Progress (1): 2.6/37 MB error 03-Jan-2023 03:04:02 Progress (1): 2.8/37 MB error 03-Jan-2023 03:04:02 Progress (1): 3.0/37 MB error 03-Jan-2023 03:04:02 Progress (1): 3.2/37 MB error 03-Jan-2023 03:04:02 Progress (1): 3.4/37 MB error 03-Jan-2023 03:04:02 Progress (1): 3.6/37 MB error 03-Jan-2023 03:04:02 Progress (1): 3.8/37 MB error 03-Jan-2023 03:04:02 Progress (1): 4.0/37 MB error 03-Jan-2023 03:04:02 Progress (1): 4.2/37 MB error 03-Jan-2023 03:04:02 Progress (1): 4.3/37 MB error 03-Jan-2023 03:04:02 Progress (1): 4.5/37 MB error 03-Jan-2023 03:04:02 Progress (1): 4.7/37 MB error 03-Jan-2023 03:04:02 Progress (1): 4.9/37 MB error 03-Jan-2023 03:04:02 Progress (1): 5.1/37 MB error 03-Jan-2023 03:04:02 Progress (1): 5.3/37 MB error 03-Jan-2023 03:04:02 Progress (1): 5.5/37 MB error 03-Jan-2023 03:04:02 Progress (1): 5.7/37 MB error 03-Jan-2023 03:04:02 Progress (1): 5.9/37 MB error 03-Jan-2023 03:04:02 Progress (1): 6.0/37 MB error 03-Jan-2023 03:04:02 Progress (1): 6.2/37 MB error 03-Jan-2023 03:04:02 Progress (1): 6.4/37 MB error 03-Jan-2023 03:04:02 Progress (1): 6.6/37 MB error 03-Jan-2023 03:04:02 Progress (1): 6.8/37 MB error 03-Jan-2023 03:04:02 Progress (1): 7.0/37 MB error 03-Jan-2023 03:04:02 Progress (1): 7.2/37 MB error 03-Jan-2023 03:04:02 Progress (1): 7.4/37 MB error 03-Jan-2023 03:04:02 Progress (1): 7.6/37 MB error 03-Jan-2023 03:04:02 Progress (1): 7.7/37 MB error 03-Jan-2023 03:04:02 Progress (1): 7.9/37 MB error 03-Jan-2023 03:04:02 Progress (1): 8.1/37 MB error 03-Jan-2023 03:04:02 Progress (1): 8.3/37 MB error 03-Jan-2023 03:04:02 Progress (1): 8.5/37 MB error 03-Jan-2023 03:04:02 Progress (1): 8.7/37 MB error 03-Jan-2023 03:04:02 Progress (1): 8.9/37 MB error 03-Jan-2023 03:04:02 Progress (1): 9.1/37 MB error 03-Jan-2023 03:04:02 Progress (1): 9.3/37 MB error 03-Jan-2023 03:04:02 Progress (1): 9.4/37 MB error 03-Jan-2023 03:04:02 Progress (1): 9.6/37 MB error 03-Jan-2023 03:04:02 Progress (1): 9.8/37 MB error 03-Jan-2023 03:04:02 Progress (1): 10/37 MB error 03-Jan-2023 03:04:02 Progress (1): 10/37 MB error 03-Jan-2023 03:04:02 Progress (1): 10/37 MB error 03-Jan-2023 03:04:02 Progress (1): 11/37 MB error 03-Jan-2023 03:04:03 Progress (1): 11/37 MB error 03-Jan-2023 03:04:03 Progress (1): 11/37 MB error 03-Jan-2023 03:04:03 Progress (1): 11/37 MB error 03-Jan-2023 03:04:03 Progress (1): 11/37 MB error 03-Jan-2023 03:04:03 Progress (1): 12/37 MB error 03-Jan-2023 03:04:03 Progress (1): 12/37 MB error 03-Jan-2023 03:04:03 Progress (1): 12/37 MB error 03-Jan-2023 03:04:03 Progress (1): 12/37 MB error 03-Jan-2023 03:04:03 Progress (1): 12/37 MB error 03-Jan-2023 03:04:03 Progress (1): 12/37 MB error 03-Jan-2023 03:04:03 Progress (1): 13/37 MB error 03-Jan-2023 03:04:03 Progress (1): 13/37 MB error 03-Jan-2023 03:04:03 Progress (1): 13/37 MB error 03-Jan-2023 03:04:03 Progress (1): 13/37 MB error 03-Jan-2023 03:04:03 Progress (1): 13/37 MB error 03-Jan-2023 03:04:03 Progress (1): 14/37 MB error 03-Jan-2023 03:04:03 Progress (1): 14/37 MB error 03-Jan-2023 03:04:03 Progress (1): 14/37 MB error 03-Jan-2023 03:04:03 Progress (1): 14/37 MB error 03-Jan-2023 03:04:03 Progress (1): 14/37 MB error 03-Jan-2023 03:04:03 Progress (1): 15/37 MB error 03-Jan-2023 03:04:03 Progress (1): 15/37 MB error 03-Jan-2023 03:04:03 Progress (1): 15/37 MB error 03-Jan-2023 03:04:03 Progress (1): 15/37 MB error 03-Jan-2023 03:04:03 Progress (1): 15/37 MB error 03-Jan-2023 03:04:03 Progress (1): 15/37 MB error 03-Jan-2023 03:04:03 Progress (1): 16/37 MB error 03-Jan-2023 03:04:03 Progress (1): 16/37 MB error 03-Jan-2023 03:04:03 Progress (1): 16/37 MB error 03-Jan-2023 03:04:03 Progress (1): 16/37 MB error 03-Jan-2023 03:04:03 Progress (1): 16/37 MB error 03-Jan-2023 03:04:03 Progress (1): 17/37 MB error 03-Jan-2023 03:04:03 Progress (1): 17/37 MB error 03-Jan-2023 03:04:03 Progress (1): 17/37 MB error 03-Jan-2023 03:04:03 Progress (1): 17/37 MB error 03-Jan-2023 03:04:03 Progress (1): 17/37 MB error 03-Jan-2023 03:04:03 Progress (1): 18/37 MB error 03-Jan-2023 03:04:03 Progress (1): 18/37 MB error 03-Jan-2023 03:04:03 Progress (1): 18/37 MB error 03-Jan-2023 03:04:03 Progress (1): 18/37 MB error 03-Jan-2023 03:04:03 Progress (1): 18/37 MB error 03-Jan-2023 03:04:03 Progress (1): 18/37 MB error 03-Jan-2023 03:04:03 Progress (1): 19/37 MB error 03-Jan-2023 03:04:03 Progress (1): 19/37 MB error 03-Jan-2023 03:04:03 Progress (1): 19/37 MB error 03-Jan-2023 03:04:03 Progress (1): 19/37 MB error 03-Jan-2023 03:04:03 Progress (1): 19/37 MB error 03-Jan-2023 03:04:03 Progress (1): 20/37 MB error 03-Jan-2023 03:04:03 Progress (1): 20/37 MB error 03-Jan-2023 03:04:03 Progress (1): 20/37 MB error 03-Jan-2023 03:04:03 Progress (1): 20/37 MB error 03-Jan-2023 03:04:03 Progress (1): 20/37 MB error 03-Jan-2023 03:04:03 Progress (1): 21/37 MB error 03-Jan-2023 03:04:03 Progress (1): 21/37 MB error 03-Jan-2023 03:04:03 Progress (1): 21/37 MB error 03-Jan-2023 03:04:03 Progress (1): 21/37 MB error 03-Jan-2023 03:04:03 Progress (1): 21/37 MB error 03-Jan-2023 03:04:03 Progress (1): 21/37 MB error 03-Jan-2023 03:04:03 Progress (1): 22/37 MB error 03-Jan-2023 03:04:03 Progress (1): 22/37 MB error 03-Jan-2023 03:04:03 Progress (1): 22/37 MB error 03-Jan-2023 03:04:03 Progress (1): 22/37 MB error 03-Jan-2023 03:04:03 Progress (1): 22/37 MB error 03-Jan-2023 03:04:03 Progress (1): 23/37 MB error 03-Jan-2023 03:04:03 Progress (1): 23/37 MB error 03-Jan-2023 03:04:03 Progress (1): 23/37 MB error 03-Jan-2023 03:04:03 Progress (1): 23/37 MB error 03-Jan-2023 03:04:03 Progress (1): 23/37 MB error 03-Jan-2023 03:04:03 Progress (1): 24/37 MB error 03-Jan-2023 03:04:04 Progress (1): 24/37 MB error 03-Jan-2023 03:04:04 Progress (1): 24/37 MB error 03-Jan-2023 03:04:04 Progress (1): 24/37 MB error 03-Jan-2023 03:04:04 Progress (1): 24/37 MB error 03-Jan-2023 03:04:04 Progress (1): 25/37 MB error 03-Jan-2023 03:04:04 Progress (1): 25/37 MB error 03-Jan-2023 03:04:04 Progress (1): 25/37 MB error 03-Jan-2023 03:04:04 Progress (1): 25/37 MB error 03-Jan-2023 03:04:04 Progress (1): 25/37 MB error 03-Jan-2023 03:04:04 Progress (1): 25/37 MB error 03-Jan-2023 03:04:04 Progress (1): 26/37 MB error 03-Jan-2023 03:04:04 Progress (1): 26/37 MB error 03-Jan-2023 03:04:04 Progress (1): 26/37 MB error 03-Jan-2023 03:04:04 Progress (1): 26/37 MB error 03-Jan-2023 03:04:04 Progress (1): 26/37 MB error 03-Jan-2023 03:04:04 Progress (1): 27/37 MB error 03-Jan-2023 03:04:04 Progress (1): 27/37 MB error 03-Jan-2023 03:04:04 Progress (1): 27/37 MB error 03-Jan-2023 03:04:04 Progress (1): 27/37 MB error 03-Jan-2023 03:04:04 Progress (1): 27/37 MB error 03-Jan-2023 03:04:04 Progress (1): 28/37 MB error 03-Jan-2023 03:04:04 Progress (1): 28/37 MB error 03-Jan-2023 03:04:04 Progress (1): 28/37 MB error 03-Jan-2023 03:04:04 Progress (1): 28/37 MB error 03-Jan-2023 03:04:04 Progress (1): 28/37 MB error 03-Jan-2023 03:04:04 Progress (1): 28/37 MB error 03-Jan-2023 03:04:04 Progress (1): 29/37 MB error 03-Jan-2023 03:04:04 Progress (1): 29/37 MB error 03-Jan-2023 03:04:04 Progress (1): 29/37 MB error 03-Jan-2023 03:04:04 Progress (1): 29/37 MB error 03-Jan-2023 03:04:04 Progress (1): 29/37 MB error 03-Jan-2023 03:04:04 Progress (1): 30/37 MB error 03-Jan-2023 03:04:04 Progress (1): 30/37 MB error 03-Jan-2023 03:04:04 Progress (1): 30/37 MB error 03-Jan-2023 03:04:04 Progress (1): 30/37 MB error 03-Jan-2023 03:04:04 Progress (1): 30/37 MB error 03-Jan-2023 03:04:04 Progress (1): 31/37 MB error 03-Jan-2023 03:04:04 Progress (1): 31/37 MB error 03-Jan-2023 03:04:04 Progress (1): 31/37 MB error 03-Jan-2023 03:04:04 Progress (1): 31/37 MB error 03-Jan-2023 03:04:04 Progress (1): 31/37 MB error 03-Jan-2023 03:04:04 Progress (1): 31/37 MB error 03-Jan-2023 03:04:04 Progress (1): 32/37 MB error 03-Jan-2023 03:04:04 Progress (1): 32/37 MB error 03-Jan-2023 03:04:04 Progress (1): 32/37 MB error 03-Jan-2023 03:04:04 Progress (1): 32/37 MB error 03-Jan-2023 03:04:04 Progress (1): 32/37 MB error 03-Jan-2023 03:04:04 Progress (1): 33/37 MB error 03-Jan-2023 03:04:04 Progress (1): 33/37 MB error 03-Jan-2023 03:04:04 Progress (1): 33/37 MB error 03-Jan-2023 03:04:04 Progress (1): 33/37 MB error 03-Jan-2023 03:04:04 Progress (1): 33/37 MB error 03-Jan-2023 03:04:04 Progress (1): 34/37 MB error 03-Jan-2023 03:04:04 Progress (1): 34/37 MB error 03-Jan-2023 03:04:04 Progress (1): 34/37 MB error 03-Jan-2023 03:04:04 Progress (1): 34/37 MB error 03-Jan-2023 03:04:04 Progress (1): 34/37 MB error 03-Jan-2023 03:04:04 Progress (1): 34/37 MB error 03-Jan-2023 03:04:04 Progress (1): 35/37 MB error 03-Jan-2023 03:04:04 Progress (1): 35/37 MB error 03-Jan-2023 03:04:04 Progress (1): 35/37 MB error 03-Jan-2023 03:04:05 Progress (1): 35/37 MB error 03-Jan-2023 03:04:05 Progress (1): 35/37 MB error 03-Jan-2023 03:04:05 Progress (1): 36/37 MB error 03-Jan-2023 03:04:05 Progress (1): 36/37 MB error 03-Jan-2023 03:04:05 Progress (1): 36/37 MB error 03-Jan-2023 03:04:05 Progress (1): 36/37 MB error 03-Jan-2023 03:04:05 Progress (1): 36/37 MB error 03-Jan-2023 03:04:05 Progress (1): 37/37 MB error 03-Jan-2023 03:04:05 Progress (1): 37/37 MB error 03-Jan-2023 03:04:05 Progress (1): 37/37 MB error 03-Jan-2023 03:04:05 Progress (1): 37/37 MB error 03-Jan-2023 03:04:05 Progress (1): 37/37 MB error 03-Jan-2023 03:04:05 Progress (1): 37 MB error 03-Jan-2023 03:04:05 error 03-Jan-2023 03:04:05 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/fhir2-omod/1.8.0/fhir2-omod-1.8.0.jar (37 MB at 10 MB/s) error 03-Jan-2023 03:04:05 #16 173.8 [INFO] Configured Artifact: org.openmrs.module:serialization.xstream-omod:0.2.16:omod error 03-Jan-2023 03:04:05 #16 173.8 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/serialization.xstream-omod/0.2.16/serialization.xstream-omod-0.2.16.pom error 03-Jan-2023 03:04:05 #16 173.9 Progress (1): 3.3/10 kB error 03-Jan-2023 03:04:05 Progress (1): 6.1/10 kB error 03-Jan-2023 03:04:05 Progress (1): 8.9/10 kB error 03-Jan-2023 03:04:05 Progress (1): 10 kB error 03-Jan-2023 03:04:05 error 03-Jan-2023 03:04:05 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/serialization.xstream-omod/0.2.16/serialization.xstream-omod-0.2.16.pom (10 kB at 44 kB/s) error 03-Jan-2023 03:04:05 #16 174.1 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/serialization.xstream/0.2.16/serialization.xstream-0.2.16.pom error 03-Jan-2023 03:04:05 #16 174.2 Progress (1): 3.3/7.8 kB error 03-Jan-2023 03:04:05 Progress (1): 6.1/7.8 kB error 03-Jan-2023 03:04:05 Progress (1): 7.8 kB error 03-Jan-2023 03:04:06 error 03-Jan-2023 03:04:06 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/serialization.xstream/0.2.16/serialization.xstream-0.2.16.pom (7.8 kB at 22 kB/s) error 03-Jan-2023 03:04:06 #16 174.5 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/serialization.xstream-omod/0.2.16/serialization.xstream-omod-0.2.16.omod error 03-Jan-2023 03:04:06 #16 174.8 Progress (1): 4.1/348 kB error 03-Jan-2023 03:04:06 Progress (1): 8.2/348 kB error 03-Jan-2023 03:04:06 Progress (1): 12/348 kB error 03-Jan-2023 03:04:06 Progress (1): 16/348 kB error 03-Jan-2023 03:04:06 Progress (1): 19/348 kB error 03-Jan-2023 03:04:06 Progress (1): 23/348 kB error 03-Jan-2023 03:04:06 Progress (1): 27/348 kB error 03-Jan-2023 03:04:06 Progress (1): 31/348 kB error 03-Jan-2023 03:04:06 Progress (1): 34/348 kB error 03-Jan-2023 03:04:06 Progress (1): 38/348 kB error 03-Jan-2023 03:04:06 Progress (1): 42/348 kB error 03-Jan-2023 03:04:06 Progress (1): 46/348 kB error 03-Jan-2023 03:04:06 Progress (1): 51/348 kB error 03-Jan-2023 03:04:06 Progress (1): 55/348 kB error 03-Jan-2023 03:04:06 Progress (1): 59/348 kB error 03-Jan-2023 03:04:06 Progress (1): 63/348 kB error 03-Jan-2023 03:04:06 Progress (1): 67/348 kB error 03-Jan-2023 03:04:06 Progress (1): 69/348 kB error 03-Jan-2023 03:04:06 Progress (1): 73/348 kB error 03-Jan-2023 03:04:06 Progress (1): 77/348 kB error 03-Jan-2023 03:04:06 Progress (1): 81/348 kB error 03-Jan-2023 03:04:06 Progress (1): 85/348 kB error 03-Jan-2023 03:04:06 Progress (1): 89/348 kB error 03-Jan-2023 03:04:06 Progress (1): 94/348 kB error 03-Jan-2023 03:04:06 Progress (1): 98/348 kB error 03-Jan-2023 03:04:06 Progress (1): 102/348 kB error 03-Jan-2023 03:04:06 Progress (1): 104/348 kB error 03-Jan-2023 03:04:06 Progress (1): 108/348 kB error 03-Jan-2023 03:04:06 Progress (1): 112/348 kB error 03-Jan-2023 03:04:06 Progress (1): 116/348 kB error 03-Jan-2023 03:04:06 Progress (1): 120/348 kB error 03-Jan-2023 03:04:06 Progress (1): 124/348 kB error 03-Jan-2023 03:04:06 Progress (1): 128/348 kB error 03-Jan-2023 03:04:06 Progress (1): 132/348 kB error 03-Jan-2023 03:04:06 Progress (1): 137/348 kB error 03-Jan-2023 03:04:06 Progress (1): 139/348 kB error 03-Jan-2023 03:04:06 Progress (1): 143/348 kB error 03-Jan-2023 03:04:06 Progress (1): 147/348 kB error 03-Jan-2023 03:04:06 Progress (1): 151/348 kB error 03-Jan-2023 03:04:06 Progress (1): 155/348 kB error 03-Jan-2023 03:04:06 Progress (1): 159/348 kB error 03-Jan-2023 03:04:06 Progress (1): 163/348 kB error 03-Jan-2023 03:04:06 Progress (1): 167/348 kB error 03-Jan-2023 03:04:06 Progress (1): 171/348 kB error 03-Jan-2023 03:04:06 Progress (1): 173/348 kB error 03-Jan-2023 03:04:06 Progress (1): 177/348 kB error 03-Jan-2023 03:04:06 Progress (1): 182/348 kB error 03-Jan-2023 03:04:06 Progress (1): 186/348 kB error 03-Jan-2023 03:04:06 Progress (1): 190/348 kB error 03-Jan-2023 03:04:06 Progress (1): 194/348 kB error 03-Jan-2023 03:04:06 Progress (1): 198/348 kB error 03-Jan-2023 03:04:06 Progress (1): 202/348 kB error 03-Jan-2023 03:04:06 Progress (1): 206/348 kB error 03-Jan-2023 03:04:06 Progress (1): 208/348 kB error 03-Jan-2023 03:04:06 Progress (1): 212/348 kB error 03-Jan-2023 03:04:06 Progress (1): 216/348 kB error 03-Jan-2023 03:04:06 Progress (1): 220/348 kB error 03-Jan-2023 03:04:06 Progress (1): 225/348 kB error 03-Jan-2023 03:04:06 Progress (1): 229/348 kB error 03-Jan-2023 03:04:06 Progress (1): 233/348 kB error 03-Jan-2023 03:04:06 Progress (1): 237/348 kB error 03-Jan-2023 03:04:06 Progress (1): 241/348 kB error 03-Jan-2023 03:04:06 Progress (1): 243/348 kB error 03-Jan-2023 03:04:06 Progress (1): 247/348 kB error 03-Jan-2023 03:04:06 Progress (1): 251/348 kB error 03-Jan-2023 03:04:06 Progress (1): 255/348 kB error 03-Jan-2023 03:04:06 Progress (1): 259/348 kB error 03-Jan-2023 03:04:06 Progress (1): 263/348 kB error 03-Jan-2023 03:04:06 Progress (1): 268/348 kB error 03-Jan-2023 03:04:06 Progress (1): 272/348 kB error 03-Jan-2023 03:04:06 Progress (1): 276/348 kB error 03-Jan-2023 03:04:06 Progress (1): 280/348 kB error 03-Jan-2023 03:04:06 Progress (1): 284/348 kB error 03-Jan-2023 03:04:06 Progress (1): 288/348 kB error 03-Jan-2023 03:04:06 Progress (1): 292/348 kB error 03-Jan-2023 03:04:06 Progress (1): 295/348 kB error 03-Jan-2023 03:04:06 Progress (1): 299/348 kB error 03-Jan-2023 03:04:06 Progress (1): 303/348 kB error 03-Jan-2023 03:04:06 Progress (1): 307/348 kB error 03-Jan-2023 03:04:06 Progress (1): 312/348 kB error 03-Jan-2023 03:04:06 Progress (1): 314/348 kB error 03-Jan-2023 03:04:06 Progress (1): 318/348 kB error 03-Jan-2023 03:04:06 Progress (1): 322/348 kB error 03-Jan-2023 03:04:06 Progress (1): 327/348 kB error 03-Jan-2023 03:04:06 Progress (1): 331/348 kB error 03-Jan-2023 03:04:06 Progress (1): 335/348 kB error 03-Jan-2023 03:04:06 Progress (1): 339/348 kB error 03-Jan-2023 03:04:06 Progress (1): 341/348 kB error 03-Jan-2023 03:04:06 Progress (1): 345/348 kB error 03-Jan-2023 03:04:06 Progress (1): 348 kB error 03-Jan-2023 03:04:06 error 03-Jan-2023 03:04:06 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/serialization.xstream-omod/0.2.16/serialization.xstream-omod-0.2.16.omod (348 kB at 636 kB/s) error 03-Jan-2023 03:04:06 #16 175.1 [INFO] Configured Artifact: org.openmrs.module:registrationapp-omod:1.25.0:jar error 03-Jan-2023 03:04:06 #16 175.1 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/registrationapp-omod/1.25.0/registrationapp-omod-1.25.0.pom error 03-Jan-2023 03:04:06 #16 175.2 Progress (1): 3.3/7.2 kB error 03-Jan-2023 03:04:06 Progress (1): 6.1/7.2 kB error 03-Jan-2023 03:04:06 Progress (1): 7.2 kB error 03-Jan-2023 03:04:06 error 03-Jan-2023 03:04:07 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/registrationapp-omod/1.25.0/registrationapp-omod-1.25.0.pom (7.2 kB at 31 kB/s) error 03-Jan-2023 03:04:07 #16 175.3 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/registrationapp/1.25.0/registrationapp-1.25.0.pom error 03-Jan-2023 03:04:07 #16 175.5 Progress (1): 3.3/13 kB error 03-Jan-2023 03:04:07 Progress (1): 6.1/13 kB error 03-Jan-2023 03:04:07 Progress (1): 8.9/13 kB error 03-Jan-2023 03:04:07 Progress (1): 12/13 kB error 03-Jan-2023 03:04:07 Progress (1): 13 kB error 03-Jan-2023 03:04:07 error 03-Jan-2023 03:04:07 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/registrationapp/1.25.0/registrationapp-1.25.0.pom (13 kB at 48 kB/s) error 03-Jan-2023 03:04:07 #16 175.7 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/registrationapp-omod/1.25.0/registrationapp-omod-1.25.0.jar error 03-Jan-2023 03:04:07 #16 176.0 Progress (1): 8.2/947 kB error 03-Jan-2023 03:04:07 Progress (1): 16/947 kB error 03-Jan-2023 03:04:07 Progress (1): 25/947 kB error 03-Jan-2023 03:04:07 Progress (1): 33/947 kB error 03-Jan-2023 03:04:07 Progress (1): 41/947 kB error 03-Jan-2023 03:04:07 Progress (1): 49/947 kB error 03-Jan-2023 03:04:07 Progress (1): 53/947 kB error 03-Jan-2023 03:04:07 Progress (1): 62/947 kB error 03-Jan-2023 03:04:07 Progress (1): 70/947 kB error 03-Jan-2023 03:04:07 Progress (1): 78/947 kB error 03-Jan-2023 03:04:07 Progress (1): 86/947 kB error 03-Jan-2023 03:04:07 Progress (1): 94/947 kB error 03-Jan-2023 03:04:07 Progress (1): 102/947 kB error 03-Jan-2023 03:04:07 Progress (1): 111/947 kB error 03-Jan-2023 03:04:07 Progress (1): 119/947 kB error 03-Jan-2023 03:04:07 Progress (1): 125/947 kB error 03-Jan-2023 03:04:07 Progress (1): 134/947 kB error 03-Jan-2023 03:04:07 Progress (1): 142/947 kB error 03-Jan-2023 03:04:07 Progress (1): 150/947 kB error 03-Jan-2023 03:04:07 Progress (1): 158/947 kB error 03-Jan-2023 03:04:07 Progress (1): 166/947 kB error 03-Jan-2023 03:04:07 Progress (1): 174/947 kB error 03-Jan-2023 03:04:07 Progress (1): 183/947 kB error 03-Jan-2023 03:04:07 Progress (1): 188/947 kB error 03-Jan-2023 03:04:07 Progress (1): 197/947 kB error 03-Jan-2023 03:04:07 Progress (1): 205/947 kB error 03-Jan-2023 03:04:07 Progress (1): 213/947 kB error 03-Jan-2023 03:04:07 Progress (1): 221/947 kB error 03-Jan-2023 03:04:07 Progress (1): 229/947 kB error 03-Jan-2023 03:04:07 Progress (1): 237/947 kB error 03-Jan-2023 03:04:07 Progress (1): 242/947 kB error 03-Jan-2023 03:04:07 Progress (1): 250/947 kB error 03-Jan-2023 03:04:07 Progress (1): 258/947 kB error 03-Jan-2023 03:04:07 Progress (1): 266/947 kB error 03-Jan-2023 03:04:07 Progress (1): 274/947 kB error 03-Jan-2023 03:04:07 Progress (1): 283/947 kB error 03-Jan-2023 03:04:07 Progress (1): 291/947 kB error 03-Jan-2023 03:04:07 Progress (1): 299/947 kB error 03-Jan-2023 03:04:07 Progress (1): 307/947 kB error 03-Jan-2023 03:04:07 Progress (1): 312/947 kB error 03-Jan-2023 03:04:07 Progress (1): 320/947 kB error 03-Jan-2023 03:04:07 Progress (1): 328/947 kB error 03-Jan-2023 03:04:07 Progress (1): 336/947 kB error 03-Jan-2023 03:04:07 Progress (1): 341/947 kB error 03-Jan-2023 03:04:07 Progress (1): 349/947 kB error 03-Jan-2023 03:04:07 Progress (1): 357/947 kB error 03-Jan-2023 03:04:07 Progress (1): 365/947 kB error 03-Jan-2023 03:04:07 Progress (1): 373/947 kB error 03-Jan-2023 03:04:07 Progress (1): 382/947 kB error 03-Jan-2023 03:04:07 Progress (1): 386/947 kB error 03-Jan-2023 03:04:07 Progress (1): 395/947 kB error 03-Jan-2023 03:04:07 Progress (1): 403/947 kB error 03-Jan-2023 03:04:07 Progress (1): 411/947 kB error 03-Jan-2023 03:04:07 Progress (1): 419/947 kB error 03-Jan-2023 03:04:07 Progress (1): 427/947 kB error 03-Jan-2023 03:04:07 Progress (1): 435/947 kB error 03-Jan-2023 03:04:07 Progress (1): 444/947 kB error 03-Jan-2023 03:04:07 Progress (1): 448/947 kB error 03-Jan-2023 03:04:07 Progress (1): 456/947 kB error 03-Jan-2023 03:04:07 Progress (1): 465/947 kB error 03-Jan-2023 03:04:07 Progress (1): 473/947 kB error 03-Jan-2023 03:04:07 Progress (1): 481/947 kB error 03-Jan-2023 03:04:07 Progress (1): 489/947 kB error 03-Jan-2023 03:04:07 Progress (1): 497/947 kB error 03-Jan-2023 03:04:07 Progress (1): 505/947 kB error 03-Jan-2023 03:04:07 Progress (1): 512/947 kB error 03-Jan-2023 03:04:07 Progress (1): 521/947 kB error 03-Jan-2023 03:04:07 Progress (1): 529/947 kB error 03-Jan-2023 03:04:07 Progress (1): 537/947 kB error 03-Jan-2023 03:04:07 Progress (1): 545/947 kB error 03-Jan-2023 03:04:07 Progress (1): 553/947 kB error 03-Jan-2023 03:04:07 Progress (1): 561/947 kB error 03-Jan-2023 03:04:07 Progress (1): 570/947 kB error 03-Jan-2023 03:04:07 Progress (1): 575/947 kB error 03-Jan-2023 03:04:07 Progress (1): 584/947 kB error 03-Jan-2023 03:04:07 Progress (1): 592/947 kB error 03-Jan-2023 03:04:07 Progress (1): 600/947 kB error 03-Jan-2023 03:04:07 Progress (1): 608/947 kB error 03-Jan-2023 03:04:07 Progress (1): 616/947 kB error 03-Jan-2023 03:04:07 Progress (1): 624/947 kB error 03-Jan-2023 03:04:07 Progress (1): 633/947 kB error 03-Jan-2023 03:04:07 Progress (1): 638/947 kB error 03-Jan-2023 03:04:07 Progress (1): 647/947 kB error 03-Jan-2023 03:04:07 Progress (1): 655/947 kB error 03-Jan-2023 03:04:07 Progress (1): 663/947 kB error 03-Jan-2023 03:04:07 Progress (1): 671/947 kB error 03-Jan-2023 03:04:07 Progress (1): 679/947 kB error 03-Jan-2023 03:04:07 Progress (1): 687/947 kB error 03-Jan-2023 03:04:07 Progress (1): 696/947 kB error 03-Jan-2023 03:04:07 Progress (1): 704/947 kB error 03-Jan-2023 03:04:07 Progress (1): 710/947 kB error 03-Jan-2023 03:04:07 Progress (1): 719/947 kB error 03-Jan-2023 03:04:07 Progress (1): 727/947 kB error 03-Jan-2023 03:04:07 Progress (1): 735/947 kB error 03-Jan-2023 03:04:07 Progress (1): 743/947 kB error 03-Jan-2023 03:04:07 Progress (1): 751/947 kB error 03-Jan-2023 03:04:07 Progress (1): 759/947 kB error 03-Jan-2023 03:04:07 Progress (1): 768/947 kB error 03-Jan-2023 03:04:07 Progress (1): 776/947 kB error 03-Jan-2023 03:04:07 Progress (1): 782/947 kB error 03-Jan-2023 03:04:07 Progress (1): 791/947 kB error 03-Jan-2023 03:04:07 Progress (1): 799/947 kB error 03-Jan-2023 03:04:07 Progress (1): 807/947 kB error 03-Jan-2023 03:04:07 Progress (1): 815/947 kB error 03-Jan-2023 03:04:07 Progress (1): 823/947 kB error 03-Jan-2023 03:04:07 Progress (1): 831/947 kB error 03-Jan-2023 03:04:07 Progress (1): 836/947 kB error 03-Jan-2023 03:04:07 Progress (1): 845/947 kB error 03-Jan-2023 03:04:07 Progress (1): 853/947 kB error 03-Jan-2023 03:04:07 Progress (1): 861/947 kB error 03-Jan-2023 03:04:07 Progress (1): 869/947 kB error 03-Jan-2023 03:04:07 Progress (1): 877/947 kB error 03-Jan-2023 03:04:07 Progress (1): 885/947 kB error 03-Jan-2023 03:04:07 Progress (1): 894/947 kB error 03-Jan-2023 03:04:07 Progress (1): 902/947 kB error 03-Jan-2023 03:04:07 Progress (1): 910/947 kB error 03-Jan-2023 03:04:07 Progress (1): 915/947 kB error 03-Jan-2023 03:04:07 Progress (1): 923/947 kB error 03-Jan-2023 03:04:07 Progress (1): 931/947 kB error 03-Jan-2023 03:04:07 Progress (1): 940/947 kB error 03-Jan-2023 03:04:07 Progress (1): 944/947 kB error 03-Jan-2023 03:04:07 Progress (1): 947 kB error 03-Jan-2023 03:04:08 error 03-Jan-2023 03:04:08 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/registrationapp-omod/1.25.0/registrationapp-omod-1.25.0.jar (947 kB at 1.2 MB/s) error 03-Jan-2023 03:04:08 #16 176.5 [INFO] Configured Artifact: org.openmrs:event-omod:2.10.0:jar error 03-Jan-2023 03:04:08 #16 176.6 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/event-omod/2.10.0/event-omod-2.10.0.pom error 03-Jan-2023 03:04:08 #16 176.7 Progress (1): 3.3/5.0 kB error 03-Jan-2023 03:04:08 Progress (1): 5.0 kB error 03-Jan-2023 03:04:08 error 03-Jan-2023 03:04:08 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/event-omod/2.10.0/event-omod-2.10.0.pom (5.0 kB at 16 kB/s) error 03-Jan-2023 03:04:08 #16 177.0 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/event/2.10.0/event-2.10.0.pom error 03-Jan-2023 03:04:08 #16 177.1 Progress (1): 3.3/4.3 kB error 03-Jan-2023 03:04:08 Progress (1): 4.3 kB error 03-Jan-2023 03:04:08 error 03-Jan-2023 03:04:08 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/event/2.10.0/event-2.10.0.pom (4.3 kB at 14 kB/s) error 03-Jan-2023 03:04:09 #16 177.4 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/event-omod/2.10.0/event-omod-2.10.0.jar error 03-Jan-2023 03:04:09 #16 177.8 Progress (1): 0/4.8 MB error 03-Jan-2023 03:04:09 Progress (1): 0.1/4.8 MB error 03-Jan-2023 03:04:09 Progress (1): 0.1/4.8 MB error 03-Jan-2023 03:04:09 Progress (1): 0.1/4.8 MB error 03-Jan-2023 03:04:09 Progress (1): 0.1/4.8 MB error 03-Jan-2023 03:04:09 Progress (1): 0.2/4.8 MB error 03-Jan-2023 03:04:09 Progress (1): 0.2/4.8 MB error 03-Jan-2023 03:04:09 Progress (1): 0.2/4.8 MB error 03-Jan-2023 03:04:09 Progress (1): 0.2/4.8 MB error 03-Jan-2023 03:04:09 Progress (1): 0.3/4.8 MB error 03-Jan-2023 03:04:09 Progress (1): 0.3/4.8 MB error 03-Jan-2023 03:04:09 Progress (1): 0.3/4.8 MB error 03-Jan-2023 03:04:09 Progress (1): 0.3/4.8 MB error 03-Jan-2023 03:04:09 Progress (1): 0.4/4.8 MB error 03-Jan-2023 03:04:09 Progress (1): 0.4/4.8 MB error 03-Jan-2023 03:04:09 Progress (1): 0.4/4.8 MB error 03-Jan-2023 03:04:09 Progress (1): 0.5/4.8 MB error 03-Jan-2023 03:04:09 Progress (1): 0.5/4.8 MB error 03-Jan-2023 03:04:09 Progress (1): 0.5/4.8 MB error 03-Jan-2023 03:04:09 Progress (1): 0.5/4.8 MB error 03-Jan-2023 03:04:09 Progress (1): 0.6/4.8 MB error 03-Jan-2023 03:04:09 Progress (1): 0.6/4.8 MB error 03-Jan-2023 03:04:09 Progress (1): 0.6/4.8 MB error 03-Jan-2023 03:04:09 Progress (1): 0.6/4.8 MB error 03-Jan-2023 03:04:09 Progress (1): 0.7/4.8 MB error 03-Jan-2023 03:04:09 Progress (1): 0.7/4.8 MB error 03-Jan-2023 03:04:09 Progress (1): 0.7/4.8 MB error 03-Jan-2023 03:04:09 Progress (1): 0.8/4.8 MB error 03-Jan-2023 03:04:09 Progress (1): 0.8/4.8 MB error 03-Jan-2023 03:04:09 Progress (1): 0.8/4.8 MB error 03-Jan-2023 03:04:09 Progress (1): 0.8/4.8 MB error 03-Jan-2023 03:04:09 Progress (1): 0.9/4.8 MB error 03-Jan-2023 03:04:09 Progress (1): 0.9/4.8 MB error 03-Jan-2023 03:04:09 Progress (1): 0.9/4.8 MB error 03-Jan-2023 03:04:09 Progress (1): 0.9/4.8 MB error 03-Jan-2023 03:04:09 Progress (1): 1.0/4.8 MB error 03-Jan-2023 03:04:09 Progress (1): 1.0/4.8 MB error 03-Jan-2023 03:04:09 Progress (1): 1.0/4.8 MB error 03-Jan-2023 03:04:09 Progress (1): 1.1/4.8 MB error 03-Jan-2023 03:04:09 Progress (1): 1.1/4.8 MB error 03-Jan-2023 03:04:09 Progress (1): 1.1/4.8 MB error 03-Jan-2023 03:04:09 Progress (1): 1.1/4.8 MB error 03-Jan-2023 03:04:09 Progress (1): 1.2/4.8 MB error 03-Jan-2023 03:04:09 Progress (1): 1.2/4.8 MB error 03-Jan-2023 03:04:09 Progress (1): 1.2/4.8 MB error 03-Jan-2023 03:04:09 Progress (1): 1.2/4.8 MB error 03-Jan-2023 03:04:09 Progress (1): 1.3/4.8 MB error 03-Jan-2023 03:04:09 Progress (1): 1.3/4.8 MB error 03-Jan-2023 03:04:09 Progress (1): 1.3/4.8 MB error 03-Jan-2023 03:04:09 Progress (1): 1.3/4.8 MB error 03-Jan-2023 03:04:09 Progress (1): 1.4/4.8 MB error 03-Jan-2023 03:04:09 Progress (1): 1.4/4.8 MB error 03-Jan-2023 03:04:09 Progress (1): 1.4/4.8 MB error 03-Jan-2023 03:04:09 Progress (1): 1.5/4.8 MB error 03-Jan-2023 03:04:09 Progress (1): 1.5/4.8 MB error 03-Jan-2023 03:04:09 Progress (1): 1.5/4.8 MB error 03-Jan-2023 03:04:09 Progress (1): 1.5/4.8 MB error 03-Jan-2023 03:04:09 Progress (1): 1.6/4.8 MB error 03-Jan-2023 03:04:09 Progress (1): 1.6/4.8 MB error 03-Jan-2023 03:04:09 Progress (1): 1.6/4.8 MB error 03-Jan-2023 03:04:09 Progress (1): 1.6/4.8 MB error 03-Jan-2023 03:04:09 Progress (1): 1.7/4.8 MB error 03-Jan-2023 03:04:09 Progress (1): 1.7/4.8 MB error 03-Jan-2023 03:04:09 Progress (1): 1.7/4.8 MB error 03-Jan-2023 03:04:09 Progress (1): 1.8/4.8 MB error 03-Jan-2023 03:04:09 Progress (1): 1.8/4.8 MB error 03-Jan-2023 03:04:09 Progress (1): 1.8/4.8 MB error 03-Jan-2023 03:04:09 Progress (1): 1.8/4.8 MB error 03-Jan-2023 03:04:09 Progress (1): 1.9/4.8 MB error 03-Jan-2023 03:04:09 Progress (1): 1.9/4.8 MB error 03-Jan-2023 03:04:09 Progress (1): 1.9/4.8 MB error 03-Jan-2023 03:04:09 Progress (1): 1.9/4.8 MB error 03-Jan-2023 03:04:09 Progress (1): 2.0/4.8 MB error 03-Jan-2023 03:04:09 Progress (1): 2.0/4.8 MB error 03-Jan-2023 03:04:09 Progress (1): 2.0/4.8 MB error 03-Jan-2023 03:04:09 Progress (1): 2.0/4.8 MB error 03-Jan-2023 03:04:09 Progress (1): 2.1/4.8 MB error 03-Jan-2023 03:04:09 Progress (1): 2.1/4.8 MB error 03-Jan-2023 03:04:09 Progress (1): 2.1/4.8 MB error 03-Jan-2023 03:04:09 Progress (1): 2.2/4.8 MB error 03-Jan-2023 03:04:09 Progress (1): 2.2/4.8 MB error 03-Jan-2023 03:04:09 Progress (1): 2.2/4.8 MB error 03-Jan-2023 03:04:09 Progress (1): 2.2/4.8 MB error 03-Jan-2023 03:04:09 Progress (1): 2.3/4.8 MB error 03-Jan-2023 03:04:09 Progress (1): 2.3/4.8 MB error 03-Jan-2023 03:04:09 Progress (1): 2.3/4.8 MB error 03-Jan-2023 03:04:09 Progress (1): 2.3/4.8 MB error 03-Jan-2023 03:04:09 Progress (1): 2.4/4.8 MB error 03-Jan-2023 03:04:09 Progress (1): 2.4/4.8 MB error 03-Jan-2023 03:04:09 Progress (1): 2.4/4.8 MB error 03-Jan-2023 03:04:09 Progress (1): 2.5/4.8 MB error 03-Jan-2023 03:04:09 Progress (1): 2.5/4.8 MB error 03-Jan-2023 03:04:09 Progress (1): 2.5/4.8 MB error 03-Jan-2023 03:04:09 Progress (1): 2.5/4.8 MB error 03-Jan-2023 03:04:09 Progress (1): 2.6/4.8 MB error 03-Jan-2023 03:04:09 Progress (1): 2.6/4.8 MB error 03-Jan-2023 03:04:09 Progress (1): 2.6/4.8 MB error 03-Jan-2023 03:04:09 Progress (1): 2.6/4.8 MB error 03-Jan-2023 03:04:09 Progress (1): 2.7/4.8 MB error 03-Jan-2023 03:04:09 Progress (1): 2.7/4.8 MB error 03-Jan-2023 03:04:09 Progress (1): 2.7/4.8 MB error 03-Jan-2023 03:04:09 Progress (1): 2.7/4.8 MB error 03-Jan-2023 03:04:09 Progress (1): 2.8/4.8 MB error 03-Jan-2023 03:04:09 Progress (1): 2.8/4.8 MB error 03-Jan-2023 03:04:09 Progress (1): 2.8/4.8 MB error 03-Jan-2023 03:04:09 Progress (1): 2.8/4.8 MB error 03-Jan-2023 03:04:09 Progress (1): 2.9/4.8 MB error 03-Jan-2023 03:04:09 Progress (1): 2.9/4.8 MB error 03-Jan-2023 03:04:09 Progress (1): 2.9/4.8 MB error 03-Jan-2023 03:04:09 Progress (1): 3.0/4.8 MB error 03-Jan-2023 03:04:09 Progress (1): 3.0/4.8 MB error 03-Jan-2023 03:04:09 Progress (1): 3.0/4.8 MB error 03-Jan-2023 03:04:09 Progress (1): 3.0/4.8 MB error 03-Jan-2023 03:04:09 Progress (1): 3.1/4.8 MB error 03-Jan-2023 03:04:09 Progress (1): 3.1/4.8 MB error 03-Jan-2023 03:04:09 Progress (1): 3.1/4.8 MB error 03-Jan-2023 03:04:09 Progress (1): 3.1/4.8 MB error 03-Jan-2023 03:04:09 Progress (1): 3.2/4.8 MB error 03-Jan-2023 03:04:09 Progress (1): 3.2/4.8 MB error 03-Jan-2023 03:04:09 Progress (1): 3.2/4.8 MB error 03-Jan-2023 03:04:09 Progress (1): 3.3/4.8 MB error 03-Jan-2023 03:04:09 Progress (1): 3.3/4.8 MB error 03-Jan-2023 03:04:09 Progress (1): 3.3/4.8 MB error 03-Jan-2023 03:04:09 Progress (1): 3.3/4.8 MB error 03-Jan-2023 03:04:09 Progress (1): 3.4/4.8 MB error 03-Jan-2023 03:04:09 Progress (1): 3.4/4.8 MB error 03-Jan-2023 03:04:09 Progress (1): 3.4/4.8 MB error 03-Jan-2023 03:04:09 Progress (1): 3.4/4.8 MB error 03-Jan-2023 03:04:09 Progress (1): 3.5/4.8 MB error 03-Jan-2023 03:04:09 Progress (1): 3.5/4.8 MB error 03-Jan-2023 03:04:09 Progress (1): 3.5/4.8 MB error 03-Jan-2023 03:04:09 Progress (1): 3.6/4.8 MB error 03-Jan-2023 03:04:09 Progress (1): 3.6/4.8 MB error 03-Jan-2023 03:04:09 Progress (1): 3.6/4.8 MB error 03-Jan-2023 03:04:09 Progress (1): 3.6/4.8 MB error 03-Jan-2023 03:04:09 Progress (1): 3.7/4.8 MB error 03-Jan-2023 03:04:09 Progress (1): 3.7/4.8 MB error 03-Jan-2023 03:04:09 Progress (1): 3.7/4.8 MB error 03-Jan-2023 03:04:09 Progress (1): 3.7/4.8 MB error 03-Jan-2023 03:04:09 Progress (1): 3.8/4.8 MB error 03-Jan-2023 03:04:09 Progress (1): 3.8/4.8 MB error 03-Jan-2023 03:04:09 Progress (1): 3.8/4.8 MB error 03-Jan-2023 03:04:09 Progress (1): 3.8/4.8 MB error 03-Jan-2023 03:04:09 Progress (1): 3.9/4.8 MB error 03-Jan-2023 03:04:09 Progress (1): 3.9/4.8 MB error 03-Jan-2023 03:04:09 Progress (1): 3.9/4.8 MB error 03-Jan-2023 03:04:09 Progress (1): 4.0/4.8 MB error 03-Jan-2023 03:04:09 Progress (1): 4.0/4.8 MB error 03-Jan-2023 03:04:09 Progress (1): 4.0/4.8 MB error 03-Jan-2023 03:04:09 Progress (1): 4.0/4.8 MB error 03-Jan-2023 03:04:09 Progress (1): 4.1/4.8 MB error 03-Jan-2023 03:04:09 Progress (1): 4.1/4.8 MB error 03-Jan-2023 03:04:09 Progress (1): 4.1/4.8 MB error 03-Jan-2023 03:04:09 Progress (1): 4.1/4.8 MB error 03-Jan-2023 03:04:09 Progress (1): 4.2/4.8 MB error 03-Jan-2023 03:04:09 Progress (1): 4.2/4.8 MB error 03-Jan-2023 03:04:09 Progress (1): 4.2/4.8 MB error 03-Jan-2023 03:04:09 Progress (1): 4.2/4.8 MB error 03-Jan-2023 03:04:09 Progress (1): 4.3/4.8 MB error 03-Jan-2023 03:04:09 Progress (1): 4.3/4.8 MB error 03-Jan-2023 03:04:09 Progress (1): 4.3/4.8 MB error 03-Jan-2023 03:04:09 Progress (1): 4.3/4.8 MB error 03-Jan-2023 03:04:10 Progress (1): 4.4/4.8 MB error 03-Jan-2023 03:04:10 Progress (1): 4.4/4.8 MB error 03-Jan-2023 03:04:10 Progress (1): 4.4/4.8 MB error 03-Jan-2023 03:04:10 Progress (1): 4.5/4.8 MB error 03-Jan-2023 03:04:10 Progress (1): 4.5/4.8 MB error 03-Jan-2023 03:04:10 Progress (1): 4.5/4.8 MB error 03-Jan-2023 03:04:10 Progress (1): 4.5/4.8 MB error 03-Jan-2023 03:04:10 Progress (1): 4.5/4.8 MB error 03-Jan-2023 03:04:10 Progress (1): 4.6/4.8 MB error 03-Jan-2023 03:04:10 Progress (1): 4.6/4.8 MB error 03-Jan-2023 03:04:10 Progress (1): 4.6/4.8 MB error 03-Jan-2023 03:04:10 Progress (1): 4.6/4.8 MB error 03-Jan-2023 03:04:10 Progress (1): 4.7/4.8 MB error 03-Jan-2023 03:04:10 Progress (1): 4.7/4.8 MB error 03-Jan-2023 03:04:10 Progress (1): 4.7/4.8 MB error 03-Jan-2023 03:04:10 Progress (1): 4.7/4.8 MB error 03-Jan-2023 03:04:10 Progress (1): 4.8/4.8 MB error 03-Jan-2023 03:04:10 Progress (1): 4.8 MB error 03-Jan-2023 03:04:10 error 03-Jan-2023 03:04:10 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/event-omod/2.10.0/event-omod-2.10.0.jar (4.8 MB at 4.4 MB/s) error 03-Jan-2023 03:04:10 #16 178.5 [INFO] Configured Artifact: org.openmrs.module:uilibrary-omod:2.0.7:jar error 03-Jan-2023 03:04:10 #16 178.5 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/uilibrary-omod/2.0.7/uilibrary-omod-2.0.7.pom error 03-Jan-2023 03:04:10 #16 178.6 Progress (1): 3.3/5.5 kB error 03-Jan-2023 03:04:10 Progress (1): 5.5 kB error 03-Jan-2023 03:04:10 error 03-Jan-2023 03:04:10 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/uilibrary-omod/2.0.7/uilibrary-omod-2.0.7.pom (5.5 kB at 21 kB/s) error 03-Jan-2023 03:04:10 #16 178.8 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/uilibrary/2.0.7/uilibrary-2.0.7.pom error 03-Jan-2023 03:04:10 #16 178.9 Progress (1): 3.3/5.1 kB error 03-Jan-2023 03:04:10 Progress (1): 5.1 kB error 03-Jan-2023 03:04:10 error 03-Jan-2023 03:04:10 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/uilibrary/2.0.7/uilibrary-2.0.7.pom (5.1 kB at 18 kB/s) error 03-Jan-2023 03:04:10 #16 179.1 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/uilibrary-omod/2.0.7/uilibrary-omod-2.0.7.jar error 03-Jan-2023 03:04:11 #16 179.5 Progress (1): 0/1.2 MB error 03-Jan-2023 03:04:11 Progress (1): 0/1.2 MB error 03-Jan-2023 03:04:11 Progress (1): 0/1.2 MB error 03-Jan-2023 03:04:11 Progress (1): 0/1.2 MB error 03-Jan-2023 03:04:11 Progress (1): 0/1.2 MB error 03-Jan-2023 03:04:11 Progress (1): 0.1/1.2 MB error 03-Jan-2023 03:04:11 Progress (1): 0.1/1.2 MB error 03-Jan-2023 03:04:11 Progress (1): 0.1/1.2 MB error 03-Jan-2023 03:04:11 Progress (1): 0.1/1.2 MB error 03-Jan-2023 03:04:11 Progress (1): 0.1/1.2 MB error 03-Jan-2023 03:04:11 Progress (1): 0.1/1.2 MB error 03-Jan-2023 03:04:11 Progress (1): 0.1/1.2 MB error 03-Jan-2023 03:04:11 Progress (1): 0.1/1.2 MB error 03-Jan-2023 03:04:11 Progress (1): 0.1/1.2 MB error 03-Jan-2023 03:04:11 Progress (1): 0.1/1.2 MB error 03-Jan-2023 03:04:11 Progress (1): 0.1/1.2 MB error 03-Jan-2023 03:04:11 Progress (1): 0.2/1.2 MB error 03-Jan-2023 03:04:11 Progress (1): 0.2/1.2 MB error 03-Jan-2023 03:04:11 Progress (1): 0.2/1.2 MB error 03-Jan-2023 03:04:11 Progress (1): 0.2/1.2 MB error 03-Jan-2023 03:04:11 Progress (1): 0.2/1.2 MB error 03-Jan-2023 03:04:11 Progress (1): 0.2/1.2 MB error 03-Jan-2023 03:04:11 Progress (1): 0.2/1.2 MB error 03-Jan-2023 03:04:11 Progress (1): 0.2/1.2 MB error 03-Jan-2023 03:04:11 Progress (1): 0.2/1.2 MB error 03-Jan-2023 03:04:11 Progress (1): 0.2/1.2 MB error 03-Jan-2023 03:04:11 Progress (1): 0.2/1.2 MB error 03-Jan-2023 03:04:11 Progress (1): 0.2/1.2 MB error 03-Jan-2023 03:04:11 Progress (1): 0.3/1.2 MB error 03-Jan-2023 03:04:11 Progress (1): 0.3/1.2 MB error 03-Jan-2023 03:04:11 Progress (1): 0.3/1.2 MB error 03-Jan-2023 03:04:11 Progress (1): 0.3/1.2 MB error 03-Jan-2023 03:04:11 Progress (1): 0.3/1.2 MB error 03-Jan-2023 03:04:11 Progress (1): 0.3/1.2 MB error 03-Jan-2023 03:04:11 Progress (1): 0.3/1.2 MB error 03-Jan-2023 03:04:11 Progress (1): 0.3/1.2 MB error 03-Jan-2023 03:04:11 Progress (1): 0.3/1.2 MB error 03-Jan-2023 03:04:11 Progress (1): 0.3/1.2 MB error 03-Jan-2023 03:04:11 Progress (1): 0.3/1.2 MB error 03-Jan-2023 03:04:11 Progress (1): 0.4/1.2 MB error 03-Jan-2023 03:04:11 Progress (1): 0.4/1.2 MB error 03-Jan-2023 03:04:11 Progress (1): 0.4/1.2 MB error 03-Jan-2023 03:04:11 Progress (1): 0.4/1.2 MB error 03-Jan-2023 03:04:11 Progress (1): 0.4/1.2 MB error 03-Jan-2023 03:04:11 Progress (1): 0.4/1.2 MB error 03-Jan-2023 03:04:11 Progress (1): 0.4/1.2 MB error 03-Jan-2023 03:04:11 Progress (1): 0.4/1.2 MB error 03-Jan-2023 03:04:11 Progress (1): 0.4/1.2 MB error 03-Jan-2023 03:04:11 Progress (1): 0.4/1.2 MB error 03-Jan-2023 03:04:11 Progress (1): 0.4/1.2 MB error 03-Jan-2023 03:04:11 Progress (1): 0.5/1.2 MB error 03-Jan-2023 03:04:11 Progress (1): 0.5/1.2 MB error 03-Jan-2023 03:04:11 Progress (1): 0.5/1.2 MB error 03-Jan-2023 03:04:11 Progress (1): 0.5/1.2 MB error 03-Jan-2023 03:04:11 Progress (1): 0.5/1.2 MB error 03-Jan-2023 03:04:11 Progress (1): 0.5/1.2 MB error 03-Jan-2023 03:04:11 Progress (1): 0.5/1.2 MB error 03-Jan-2023 03:04:11 Progress (1): 0.5/1.2 MB error 03-Jan-2023 03:04:11 Progress (1): 0.5/1.2 MB error 03-Jan-2023 03:04:11 Progress (1): 0.5/1.2 MB error 03-Jan-2023 03:04:11 Progress (1): 0.5/1.2 MB error 03-Jan-2023 03:04:11 Progress (1): 0.6/1.2 MB error 03-Jan-2023 03:04:11 Progress (1): 0.6/1.2 MB error 03-Jan-2023 03:04:11 Progress (1): 0.6/1.2 MB error 03-Jan-2023 03:04:11 Progress (1): 0.6/1.2 MB error 03-Jan-2023 03:04:11 Progress (1): 0.6/1.2 MB error 03-Jan-2023 03:04:11 Progress (1): 0.6/1.2 MB error 03-Jan-2023 03:04:11 Progress (1): 0.6/1.2 MB error 03-Jan-2023 03:04:11 Progress (1): 0.6/1.2 MB error 03-Jan-2023 03:04:11 Progress (1): 0.6/1.2 MB error 03-Jan-2023 03:04:11 Progress (1): 0.6/1.2 MB error 03-Jan-2023 03:04:11 Progress (1): 0.6/1.2 MB error 03-Jan-2023 03:04:11 Progress (1): 0.7/1.2 MB error 03-Jan-2023 03:04:11 Progress (1): 0.7/1.2 MB error 03-Jan-2023 03:04:11 Progress (1): 0.7/1.2 MB error 03-Jan-2023 03:04:11 Progress (1): 0.7/1.2 MB error 03-Jan-2023 03:04:11 Progress (1): 0.7/1.2 MB error 03-Jan-2023 03:04:11 Progress (1): 0.7/1.2 MB error 03-Jan-2023 03:04:11 Progress (1): 0.7/1.2 MB error 03-Jan-2023 03:04:11 Progress (1): 0.7/1.2 MB error 03-Jan-2023 03:04:11 Progress (1): 0.7/1.2 MB error 03-Jan-2023 03:04:11 Progress (1): 0.7/1.2 MB error 03-Jan-2023 03:04:11 Progress (1): 0.7/1.2 MB error 03-Jan-2023 03:04:11 Progress (1): 0.8/1.2 MB error 03-Jan-2023 03:04:11 Progress (1): 0.8/1.2 MB error 03-Jan-2023 03:04:11 Progress (1): 0.8/1.2 MB error 03-Jan-2023 03:04:11 Progress (1): 0.8/1.2 MB error 03-Jan-2023 03:04:11 Progress (1): 0.8/1.2 MB error 03-Jan-2023 03:04:11 Progress (1): 0.8/1.2 MB error 03-Jan-2023 03:04:11 Progress (1): 0.8/1.2 MB error 03-Jan-2023 03:04:11 Progress (1): 0.8/1.2 MB error 03-Jan-2023 03:04:11 Progress (1): 0.8/1.2 MB error 03-Jan-2023 03:04:11 Progress (1): 0.8/1.2 MB error 03-Jan-2023 03:04:11 Progress (1): 0.8/1.2 MB error 03-Jan-2023 03:04:11 Progress (1): 0.9/1.2 MB error 03-Jan-2023 03:04:11 Progress (1): 0.9/1.2 MB error 03-Jan-2023 03:04:11 Progress (1): 0.9/1.2 MB error 03-Jan-2023 03:04:11 Progress (1): 0.9/1.2 MB error 03-Jan-2023 03:04:11 Progress (1): 0.9/1.2 MB error 03-Jan-2023 03:04:11 Progress (1): 0.9/1.2 MB error 03-Jan-2023 03:04:11 Progress (1): 0.9/1.2 MB error 03-Jan-2023 03:04:11 Progress (1): 0.9/1.2 MB error 03-Jan-2023 03:04:11 Progress (1): 0.9/1.2 MB error 03-Jan-2023 03:04:11 Progress (1): 0.9/1.2 MB error 03-Jan-2023 03:04:11 Progress (1): 0.9/1.2 MB error 03-Jan-2023 03:04:11 Progress (1): 1.0/1.2 MB error 03-Jan-2023 03:04:11 Progress (1): 1.0/1.2 MB error 03-Jan-2023 03:04:11 Progress (1): 1.0/1.2 MB error 03-Jan-2023 03:04:11 Progress (1): 1.0/1.2 MB error 03-Jan-2023 03:04:11 Progress (1): 1.0/1.2 MB error 03-Jan-2023 03:04:11 Progress (1): 1.0/1.2 MB error 03-Jan-2023 03:04:11 Progress (1): 1.0/1.2 MB error 03-Jan-2023 03:04:11 Progress (1): 1.0/1.2 MB error 03-Jan-2023 03:04:11 Progress (1): 1.0/1.2 MB error 03-Jan-2023 03:04:11 Progress (1): 1.0/1.2 MB error 03-Jan-2023 03:04:11 Progress (1): 1.0/1.2 MB error 03-Jan-2023 03:04:11 Progress (1): 1.1/1.2 MB error 03-Jan-2023 03:04:11 Progress (1): 1.1/1.2 MB error 03-Jan-2023 03:04:11 Progress (1): 1.1/1.2 MB error 03-Jan-2023 03:04:11 Progress (1): 1.1/1.2 MB error 03-Jan-2023 03:04:11 Progress (1): 1.1/1.2 MB error 03-Jan-2023 03:04:11 Progress (1): 1.1/1.2 MB error 03-Jan-2023 03:04:11 Progress (1): 1.1/1.2 MB error 03-Jan-2023 03:04:11 Progress (1): 1.1/1.2 MB error 03-Jan-2023 03:04:11 Progress (1): 1.1/1.2 MB error 03-Jan-2023 03:04:11 Progress (1): 1.1/1.2 MB error 03-Jan-2023 03:04:11 Progress (1): 1.1/1.2 MB error 03-Jan-2023 03:04:11 Progress (1): 1.1/1.2 MB error 03-Jan-2023 03:04:11 Progress (1): 1.2/1.2 MB error 03-Jan-2023 03:04:11 Progress (1): 1.2/1.2 MB error 03-Jan-2023 03:04:11 Progress (1): 1.2/1.2 MB error 03-Jan-2023 03:04:11 Progress (1): 1.2/1.2 MB error 03-Jan-2023 03:04:11 Progress (1): 1.2/1.2 MB error 03-Jan-2023 03:04:11 Progress (1): 1.2/1.2 MB error 03-Jan-2023 03:04:11 Progress (1): 1.2/1.2 MB error 03-Jan-2023 03:04:11 Progress (1): 1.2/1.2 MB error 03-Jan-2023 03:04:11 Progress (1): 1.2/1.2 MB error 03-Jan-2023 03:04:11 Progress (1): 1.2/1.2 MB error 03-Jan-2023 03:04:11 Progress (1): 1.2 MB error 03-Jan-2023 03:04:11 error 03-Jan-2023 03:04:11 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/uilibrary-omod/2.0.7/uilibrary-omod-2.0.7.jar (1.2 MB at 1.7 MB/s) error 03-Jan-2023 03:04:11 #16 179.9 [INFO] Configured Artifact: org.openmrs.module:htmlwidgets-omod:1.11.0:jar error 03-Jan-2023 03:04:11 #16 179.9 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/htmlwidgets-omod/1.11.0/htmlwidgets-omod-1.11.0.pom error 03-Jan-2023 03:04:11 #16 180.0 Progress (1): 3.2 kB error 03-Jan-2023 03:04:11 error 03-Jan-2023 03:04:11 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/htmlwidgets-omod/1.11.0/htmlwidgets-omod-1.11.0.pom (3.2 kB at 13 kB/s) error 03-Jan-2023 03:04:11 #16 180.2 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/htmlwidgets/1.11.0/htmlwidgets-1.11.0.pom error 03-Jan-2023 03:04:11 #16 180.3 Progress (1): 3.3/7.9 kB error 03-Jan-2023 03:04:11 Progress (1): 6.1/7.9 kB error 03-Jan-2023 03:04:11 Progress (1): 7.9 kB error 03-Jan-2023 03:04:11 error 03-Jan-2023 03:04:12 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/htmlwidgets/1.11.0/htmlwidgets-1.11.0.pom (7.9 kB at 33 kB/s) error 03-Jan-2023 03:04:12 #16 180.4 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/htmlwidgets-omod/1.11.0/htmlwidgets-omod-1.11.0.jar error 03-Jan-2023 03:04:12 #16 180.5 Progress (1): 3.3/116 kB error 03-Jan-2023 03:04:12 Progress (1): 6.1/116 kB error 03-Jan-2023 03:04:12 Progress (1): 8.9/116 kB error 03-Jan-2023 03:04:12 Progress (1): 12/116 kB error 03-Jan-2023 03:04:12 Progress (1): 15/116 kB error 03-Jan-2023 03:04:12 Progress (1): 17/116 kB error 03-Jan-2023 03:04:12 Progress (1): 20/116 kB error 03-Jan-2023 03:04:12 Progress (1): 23/116 kB error 03-Jan-2023 03:04:12 Progress (1): 26/116 kB error 03-Jan-2023 03:04:12 Progress (1): 29/116 kB error 03-Jan-2023 03:04:12 Progress (1): 31/116 kB error 03-Jan-2023 03:04:12 Progress (1): 34/116 kB error 03-Jan-2023 03:04:12 Progress (1): 37/116 kB error 03-Jan-2023 03:04:12 Progress (1): 40/116 kB error 03-Jan-2023 03:04:12 Progress (1): 43/116 kB error 03-Jan-2023 03:04:12 Progress (1): 45/116 kB error 03-Jan-2023 03:04:12 Progress (1): 48/116 kB error 03-Jan-2023 03:04:12 Progress (1): 51/116 kB error 03-Jan-2023 03:04:12 Progress (1): 54/116 kB error 03-Jan-2023 03:04:12 Progress (1): 56/116 kB error 03-Jan-2023 03:04:12 Progress (1): 59/116 kB error 03-Jan-2023 03:04:12 Progress (1): 62/116 kB error 03-Jan-2023 03:04:12 Progress (1): 65/116 kB error 03-Jan-2023 03:04:12 Progress (1): 68/116 kB error 03-Jan-2023 03:04:12 Progress (1): 70/116 kB error 03-Jan-2023 03:04:12 Progress (1): 73/116 kB error 03-Jan-2023 03:04:12 Progress (1): 76/116 kB error 03-Jan-2023 03:04:12 Progress (1): 79/116 kB error 03-Jan-2023 03:04:12 Progress (1): 82/116 kB error 03-Jan-2023 03:04:12 Progress (1): 84/116 kB error 03-Jan-2023 03:04:12 Progress (1): 87/116 kB error 03-Jan-2023 03:04:12 Progress (1): 90/116 kB error 03-Jan-2023 03:04:12 Progress (1): 93/116 kB error 03-Jan-2023 03:04:12 Progress (1): 96/116 kB error 03-Jan-2023 03:04:12 Progress (1): 98/116 kB error 03-Jan-2023 03:04:12 Progress (1): 101/116 kB error 03-Jan-2023 03:04:12 Progress (1): 104/116 kB error 03-Jan-2023 03:04:12 Progress (1): 107/116 kB error 03-Jan-2023 03:04:12 Progress (1): 110/116 kB error 03-Jan-2023 03:04:12 Progress (1): 112/116 kB error 03-Jan-2023 03:04:12 Progress (1): 115/116 kB error 03-Jan-2023 03:04:12 Progress (1): 116 kB error 03-Jan-2023 03:04:12 error 03-Jan-2023 03:04:12 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/htmlwidgets-omod/1.11.0/htmlwidgets-omod-1.11.0.jar (116 kB at 436 kB/s) error 03-Jan-2023 03:04:12 #16 180.7 [INFO] Configured Artifact: org.openmrs.module:dataexchange-omod:1.3.8:jar error 03-Jan-2023 03:04:12 #16 180.7 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/dataexchange-omod/1.3.8/dataexchange-omod-1.3.8.pom error 03-Jan-2023 03:04:12 #16 180.8 Progress (1): 3.3/5.9 kB error 03-Jan-2023 03:04:12 Progress (1): 5.9 kB error 03-Jan-2023 03:04:12 error 03-Jan-2023 03:04:12 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/dataexchange-omod/1.3.8/dataexchange-omod-1.3.8.pom (5.9 kB at 23 kB/s) error 03-Jan-2023 03:04:12 #16 181.0 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/dataexchange/1.3.8/dataexchange-1.3.8.pom error 03-Jan-2023 03:04:12 #16 181.1 Progress (1): 3.3/6.0 kB error 03-Jan-2023 03:04:12 Progress (1): 6.0 kB error 03-Jan-2023 03:04:12 error 03-Jan-2023 03:04:12 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/dataexchange/1.3.8/dataexchange-1.3.8.pom (6.0 kB at 25 kB/s) error 03-Jan-2023 03:04:12 #16 181.2 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/dataexchange-omod/1.3.8/dataexchange-omod-1.3.8.jar error 03-Jan-2023 03:04:13 #16 181.5 Progress (1): 4.1/571 kB error 03-Jan-2023 03:04:13 Progress (1): 8.2/571 kB error 03-Jan-2023 03:04:13 Progress (1): 12/571 kB error 03-Jan-2023 03:04:13 Progress (1): 16/571 kB error 03-Jan-2023 03:04:13 Progress (1): 20/571 kB error 03-Jan-2023 03:04:13 Progress (1): 24/571 kB error 03-Jan-2023 03:04:13 Progress (1): 28/571 kB error 03-Jan-2023 03:04:13 Progress (1): 32/571 kB error 03-Jan-2023 03:04:13 Progress (1): 36/571 kB error 03-Jan-2023 03:04:13 Progress (1): 40/571 kB error 03-Jan-2023 03:04:13 Progress (1): 44/571 kB error 03-Jan-2023 03:04:13 Progress (1): 48/571 kB error 03-Jan-2023 03:04:13 Progress (1): 51/571 kB error 03-Jan-2023 03:04:13 Progress (1): 55/571 kB error 03-Jan-2023 03:04:13 Progress (1): 59/571 kB error 03-Jan-2023 03:04:13 Progress (1): 63/571 kB error 03-Jan-2023 03:04:13 Progress (1): 67/571 kB error 03-Jan-2023 03:04:13 Progress (1): 71/571 kB error 03-Jan-2023 03:04:13 Progress (1): 75/571 kB error 03-Jan-2023 03:04:13 Progress (1): 79/571 kB error 03-Jan-2023 03:04:13 Progress (1): 83/571 kB error 03-Jan-2023 03:04:13 Progress (1): 85/571 kB error 03-Jan-2023 03:04:13 Progress (1): 89/571 kB error 03-Jan-2023 03:04:13 Progress (1): 94/571 kB error 03-Jan-2023 03:04:13 Progress (1): 98/571 kB error 03-Jan-2023 03:04:13 Progress (1): 102/571 kB error 03-Jan-2023 03:04:13 Progress (1): 106/571 kB error 03-Jan-2023 03:04:13 Progress (1): 110/571 kB error 03-Jan-2023 03:04:13 Progress (1): 114/571 kB error 03-Jan-2023 03:04:13 Progress (1): 118/571 kB error 03-Jan-2023 03:04:13 Progress (1): 120/571 kB error 03-Jan-2023 03:04:13 Progress (1): 124/571 kB error 03-Jan-2023 03:04:13 Progress (1): 128/571 kB error 03-Jan-2023 03:04:13 Progress (1): 132/571 kB error 03-Jan-2023 03:04:13 Progress (1): 137/571 kB error 03-Jan-2023 03:04:13 Progress (1): 141/571 kB error 03-Jan-2023 03:04:13 Progress (1): 143/571 kB error 03-Jan-2023 03:04:13 Progress (1): 147/571 kB error 03-Jan-2023 03:04:13 Progress (1): 151/571 kB error 03-Jan-2023 03:04:13 Progress (1): 155/571 kB error 03-Jan-2023 03:04:13 Progress (1): 158/571 kB error 03-Jan-2023 03:04:13 Progress (1): 162/571 kB error 03-Jan-2023 03:04:13 Progress (1): 166/571 kB error 03-Jan-2023 03:04:13 Progress (1): 170/571 kB error 03-Jan-2023 03:04:13 Progress (1): 174/571 kB error 03-Jan-2023 03:04:13 Progress (1): 179/571 kB error 03-Jan-2023 03:04:13 Progress (1): 183/571 kB error 03-Jan-2023 03:04:13 Progress (1): 187/571 kB error 03-Jan-2023 03:04:13 Progress (1): 191/571 kB error 03-Jan-2023 03:04:13 Progress (1): 195/571 kB error 03-Jan-2023 03:04:13 Progress (1): 197/571 kB error 03-Jan-2023 03:04:13 Progress (1): 201/571 kB error 03-Jan-2023 03:04:13 Progress (1): 206/571 kB error 03-Jan-2023 03:04:13 Progress (1): 210/571 kB error 03-Jan-2023 03:04:13 Progress (1): 214/571 kB error 03-Jan-2023 03:04:13 Progress (1): 218/571 kB error 03-Jan-2023 03:04:13 Progress (1): 222/571 kB error 03-Jan-2023 03:04:13 Progress (1): 226/571 kB error 03-Jan-2023 03:04:13 Progress (1): 230/571 kB error 03-Jan-2023 03:04:13 Progress (1): 234/571 kB error 03-Jan-2023 03:04:13 Progress (1): 238/571 kB error 03-Jan-2023 03:04:13 Progress (1): 242/571 kB error 03-Jan-2023 03:04:13 Progress (1): 246/571 kB error 03-Jan-2023 03:04:13 Progress (1): 251/571 kB error 03-Jan-2023 03:04:13 Progress (1): 255/571 kB error 03-Jan-2023 03:04:13 Progress (1): 259/571 kB error 03-Jan-2023 03:04:13 Progress (1): 263/571 kB error 03-Jan-2023 03:04:13 Progress (1): 267/571 kB error 03-Jan-2023 03:04:13 Progress (1): 271/571 kB error 03-Jan-2023 03:04:13 Progress (1): 275/571 kB error 03-Jan-2023 03:04:13 Progress (1): 278/571 kB error 03-Jan-2023 03:04:13 Progress (1): 282/571 kB error 03-Jan-2023 03:04:13 Progress (1): 286/571 kB error 03-Jan-2023 03:04:13 Progress (1): 290/571 kB error 03-Jan-2023 03:04:13 Progress (1): 294/571 kB error 03-Jan-2023 03:04:13 Progress (1): 298/571 kB error 03-Jan-2023 03:04:13 Progress (1): 302/571 kB error 03-Jan-2023 03:04:13 Progress (1): 305/571 kB error 03-Jan-2023 03:04:13 Progress (1): 309/571 kB error 03-Jan-2023 03:04:13 Progress (1): 313/571 kB error 03-Jan-2023 03:04:13 Progress (1): 317/571 kB error 03-Jan-2023 03:04:13 Progress (1): 321/571 kB error 03-Jan-2023 03:04:13 Progress (1): 323/571 kB error 03-Jan-2023 03:04:13 Progress (1): 327/571 kB error 03-Jan-2023 03:04:13 Progress (1): 332/571 kB error 03-Jan-2023 03:04:13 Progress (1): 336/571 kB error 03-Jan-2023 03:04:13 Progress (1): 340/571 kB error 03-Jan-2023 03:04:13 Progress (1): 344/571 kB error 03-Jan-2023 03:04:13 Progress (1): 348/571 kB error 03-Jan-2023 03:04:13 Progress (1): 352/571 kB error 03-Jan-2023 03:04:13 Progress (1): 356/571 kB error 03-Jan-2023 03:04:13 Progress (1): 360/571 kB error 03-Jan-2023 03:04:13 Progress (1): 364/571 kB error 03-Jan-2023 03:04:13 Progress (1): 368/571 kB error 03-Jan-2023 03:04:13 Progress (1): 372/571 kB error 03-Jan-2023 03:04:13 Progress (1): 375/571 kB error 03-Jan-2023 03:04:13 Progress (1): 379/571 kB error 03-Jan-2023 03:04:13 Progress (1): 383/571 kB error 03-Jan-2023 03:04:13 Progress (1): 386/571 kB error 03-Jan-2023 03:04:13 Progress (1): 390/571 kB error 03-Jan-2023 03:04:13 Progress (1): 395/571 kB error 03-Jan-2023 03:04:13 Progress (1): 399/571 kB error 03-Jan-2023 03:04:13 Progress (1): 403/571 kB error 03-Jan-2023 03:04:13 Progress (1): 407/571 kB error 03-Jan-2023 03:04:13 Progress (1): 411/571 kB error 03-Jan-2023 03:04:13 Progress (1): 415/571 kB error 03-Jan-2023 03:04:13 Progress (1): 419/571 kB error 03-Jan-2023 03:04:13 Progress (1): 423/571 kB error 03-Jan-2023 03:04:13 Progress (1): 427/571 kB error 03-Jan-2023 03:04:13 Progress (1): 431/571 kB error 03-Jan-2023 03:04:13 Progress (1): 435/571 kB error 03-Jan-2023 03:04:13 Progress (1): 440/571 kB error 03-Jan-2023 03:04:13 Progress (1): 444/571 kB error 03-Jan-2023 03:04:13 Progress (1): 448/571 kB error 03-Jan-2023 03:04:13 Progress (1): 452/571 kB error 03-Jan-2023 03:04:13 Progress (1): 456/571 kB error 03-Jan-2023 03:04:13 Progress (1): 458/571 kB error 03-Jan-2023 03:04:13 Progress (1): 462/571 kB error 03-Jan-2023 03:04:13 Progress (1): 467/571 kB error 03-Jan-2023 03:04:13 Progress (1): 471/571 kB error 03-Jan-2023 03:04:13 Progress (1): 475/571 kB error 03-Jan-2023 03:04:13 Progress (1): 479/571 kB error 03-Jan-2023 03:04:13 Progress (1): 483/571 kB error 03-Jan-2023 03:04:13 Progress (1): 485/571 kB error 03-Jan-2023 03:04:13 Progress (1): 489/571 kB error 03-Jan-2023 03:04:13 Progress (1): 494/571 kB error 03-Jan-2023 03:04:13 Progress (1): 498/571 kB error 03-Jan-2023 03:04:13 Progress (1): 502/571 kB error 03-Jan-2023 03:04:13 Progress (1): 506/571 kB error 03-Jan-2023 03:04:13 Progress (1): 510/571 kB error 03-Jan-2023 03:04:13 Progress (1): 512/571 kB error 03-Jan-2023 03:04:13 Progress (1): 516/571 kB error 03-Jan-2023 03:04:13 Progress (1): 521/571 kB error 03-Jan-2023 03:04:13 Progress (1): 525/571 kB error 03-Jan-2023 03:04:13 Progress (1): 529/571 kB error 03-Jan-2023 03:04:13 Progress (1): 533/571 kB error 03-Jan-2023 03:04:13 Progress (1): 537/571 kB error 03-Jan-2023 03:04:13 Progress (1): 541/571 kB error 03-Jan-2023 03:04:13 Progress (1): 545/571 kB error 03-Jan-2023 03:04:13 Progress (1): 549/571 kB error 03-Jan-2023 03:04:13 Progress (1): 553/571 kB error 03-Jan-2023 03:04:13 Progress (1): 557/571 kB error 03-Jan-2023 03:04:13 Progress (1): 561/571 kB error 03-Jan-2023 03:04:13 Progress (1): 566/571 kB error 03-Jan-2023 03:04:13 Progress (1): 570/571 kB error 03-Jan-2023 03:04:13 Progress (1): 571 kB error 03-Jan-2023 03:04:13 error 03-Jan-2023 03:04:13 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/dataexchange-omod/1.3.8/dataexchange-omod-1.3.8.jar (571 kB at 1.1 MB/s) error 03-Jan-2023 03:04:13 #16 181.7 [INFO] Configured Artifact: org.openmrs.module:appui-omod:1.16.0:jar error 03-Jan-2023 03:04:13 #16 181.8 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/appui-omod/1.16.0/appui-omod-1.16.0.pom error 03-Jan-2023 03:04:13 #16 181.9 Progress (1): 3.3/4.7 kB error 03-Jan-2023 03:04:13 Progress (1): 4.7 kB error 03-Jan-2023 03:04:13 error 03-Jan-2023 03:04:13 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/appui-omod/1.16.0/appui-omod-1.16.0.pom (4.7 kB at 19 kB/s) error 03-Jan-2023 03:04:13 #16 182.0 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/appui/1.16.0/appui-1.16.0.pom error 03-Jan-2023 03:04:13 #16 182.1 Progress (1): 3.3/9.6 kB error 03-Jan-2023 03:04:13 Progress (1): 6.1/9.6 kB error 03-Jan-2023 03:04:13 Progress (1): 8.9/9.6 kB error 03-Jan-2023 03:04:13 Progress (1): 9.6 kB error 03-Jan-2023 03:04:13 error 03-Jan-2023 03:04:13 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/appui/1.16.0/appui-1.16.0.pom (9.6 kB at 41 kB/s) error 03-Jan-2023 03:04:13 #16 182.3 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/appui-omod/1.16.0/appui-omod-1.16.0.jar error 03-Jan-2023 03:04:14 #16 182.5 Progress (1): 4.1/222 kB error 03-Jan-2023 03:04:14 Progress (1): 8.2/222 kB error 03-Jan-2023 03:04:14 Progress (1): 12/222 kB error 03-Jan-2023 03:04:14 Progress (1): 16/222 kB error 03-Jan-2023 03:04:14 Progress (1): 19/222 kB error 03-Jan-2023 03:04:14 Progress (1): 23/222 kB error 03-Jan-2023 03:04:14 Progress (1): 27/222 kB error 03-Jan-2023 03:04:14 Progress (1): 31/222 kB error 03-Jan-2023 03:04:14 Progress (1): 35/222 kB error 03-Jan-2023 03:04:14 Progress (1): 39/222 kB error 03-Jan-2023 03:04:14 Progress (1): 43/222 kB error 03-Jan-2023 03:04:14 Progress (1): 47/222 kB error 03-Jan-2023 03:04:14 Progress (1): 52/222 kB error 03-Jan-2023 03:04:14 Progress (1): 54/222 kB error 03-Jan-2023 03:04:14 Progress (1): 58/222 kB error 03-Jan-2023 03:04:14 Progress (1): 62/222 kB error 03-Jan-2023 03:04:14 Progress (1): 66/222 kB error 03-Jan-2023 03:04:14 Progress (1): 70/222 kB error 03-Jan-2023 03:04:14 Progress (1): 74/222 kB error 03-Jan-2023 03:04:14 Progress (1): 78/222 kB error 03-Jan-2023 03:04:14 Progress (1): 82/222 kB error 03-Jan-2023 03:04:14 Progress (1): 86/222 kB error 03-Jan-2023 03:04:14 Progress (1): 88/222 kB error 03-Jan-2023 03:04:14 Progress (1): 93/222 kB error 03-Jan-2023 03:04:14 Progress (1): 97/222 kB error 03-Jan-2023 03:04:14 Progress (1): 101/222 kB error 03-Jan-2023 03:04:14 Progress (1): 105/222 kB error 03-Jan-2023 03:04:14 Progress (1): 109/222 kB error 03-Jan-2023 03:04:14 Progress (1): 113/222 kB error 03-Jan-2023 03:04:14 Progress (1): 116/222 kB error 03-Jan-2023 03:04:14 Progress (1): 120/222 kB error 03-Jan-2023 03:04:14 Progress (1): 125/222 kB error 03-Jan-2023 03:04:14 Progress (1): 129/222 kB error 03-Jan-2023 03:04:14 Progress (1): 133/222 kB error 03-Jan-2023 03:04:14 Progress (1): 137/222 kB error 03-Jan-2023 03:04:14 Progress (1): 141/222 kB error 03-Jan-2023 03:04:14 Progress (1): 145/222 kB error 03-Jan-2023 03:04:14 Progress (1): 149/222 kB error 03-Jan-2023 03:04:14 Progress (1): 152/222 kB error 03-Jan-2023 03:04:14 Progress (1): 156/222 kB error 03-Jan-2023 03:04:14 Progress (1): 161/222 kB error 03-Jan-2023 03:04:14 Progress (1): 165/222 kB error 03-Jan-2023 03:04:14 Progress (1): 169/222 kB error 03-Jan-2023 03:04:14 Progress (1): 173/222 kB error 03-Jan-2023 03:04:14 Progress (1): 177/222 kB error 03-Jan-2023 03:04:14 Progress (1): 181/222 kB error 03-Jan-2023 03:04:14 Progress (1): 185/222 kB error 03-Jan-2023 03:04:14 Progress (1): 187/222 kB error 03-Jan-2023 03:04:14 Progress (1): 191/222 kB error 03-Jan-2023 03:04:14 Progress (1): 195/222 kB error 03-Jan-2023 03:04:14 Progress (1): 199/222 kB error 03-Jan-2023 03:04:14 Progress (1): 204/222 kB error 03-Jan-2023 03:04:14 Progress (1): 208/222 kB error 03-Jan-2023 03:04:14 Progress (1): 212/222 kB error 03-Jan-2023 03:04:14 Progress (1): 215/222 kB error 03-Jan-2023 03:04:14 Progress (1): 219/222 kB error 03-Jan-2023 03:04:14 Progress (1): 222 kB error 03-Jan-2023 03:04:14 error 03-Jan-2023 03:04:14 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/appui-omod/1.16.0/appui-omod-1.16.0.jar (222 kB at 524 kB/s) error 03-Jan-2023 03:04:14 #16 182.7 [INFO] Configured Artifact: org.openmrs.module:allergyui-omod:1.8.5:jar error 03-Jan-2023 03:04:14 #16 182.7 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/allergyui-omod/1.8.5/allergyui-omod-1.8.5.pom error 03-Jan-2023 03:04:14 #16 182.8 Progress (1): 3.3/8.2 kB error 03-Jan-2023 03:04:14 Progress (1): 6.1/8.2 kB error 03-Jan-2023 03:04:14 Progress (1): 8.2 kB error 03-Jan-2023 03:04:14 error 03-Jan-2023 03:04:14 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/allergyui-omod/1.8.5/allergyui-omod-1.8.5.pom (8.2 kB at 32 kB/s) error 03-Jan-2023 03:04:14 #16 183.0 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/allergyui/1.8.5/allergyui-1.8.5.pom error 03-Jan-2023 03:04:14 #16 183.1 Progress (1): 3.3/5.1 kB error 03-Jan-2023 03:04:14 Progress (1): 5.1 kB error 03-Jan-2023 03:04:14 error 03-Jan-2023 03:04:14 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/allergyui/1.8.5/allergyui-1.8.5.pom (5.1 kB at 20 kB/s) error 03-Jan-2023 03:04:14 #16 183.3 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/allergyui-omod/1.8.5/allergyui-omod-1.8.5.jar error 03-Jan-2023 03:04:15 #16 183.4 Progress (1): 3.3/75 kB error 03-Jan-2023 03:04:15 Progress (1): 6.1/75 kB error 03-Jan-2023 03:04:15 Progress (1): 8.9/75 kB error 03-Jan-2023 03:04:15 Progress (1): 12/75 kB error 03-Jan-2023 03:04:15 Progress (1): 15/75 kB error 03-Jan-2023 03:04:15 Progress (1): 17/75 kB error 03-Jan-2023 03:04:15 Progress (1): 20/75 kB error 03-Jan-2023 03:04:15 Progress (1): 23/75 kB error 03-Jan-2023 03:04:15 Progress (1): 26/75 kB error 03-Jan-2023 03:04:15 Progress (1): 29/75 kB error 03-Jan-2023 03:04:15 Progress (1): 31/75 kB error 03-Jan-2023 03:04:15 Progress (1): 34/75 kB error 03-Jan-2023 03:04:15 Progress (1): 37/75 kB error 03-Jan-2023 03:04:15 Progress (1): 40/75 kB error 03-Jan-2023 03:04:15 Progress (1): 42/75 kB error 03-Jan-2023 03:04:15 Progress (1): 45/75 kB error 03-Jan-2023 03:04:15 Progress (1): 48/75 kB error 03-Jan-2023 03:04:15 Progress (1): 51/75 kB error 03-Jan-2023 03:04:15 Progress (1): 54/75 kB error 03-Jan-2023 03:04:15 Progress (1): 56/75 kB error 03-Jan-2023 03:04:15 Progress (1): 59/75 kB error 03-Jan-2023 03:04:15 Progress (1): 62/75 kB error 03-Jan-2023 03:04:15 Progress (1): 65/75 kB error 03-Jan-2023 03:04:15 Progress (1): 68/75 kB error 03-Jan-2023 03:04:15 Progress (1): 70/75 kB error 03-Jan-2023 03:04:15 Progress (1): 73/75 kB error 03-Jan-2023 03:04:15 Progress (1): 75 kB error 03-Jan-2023 03:04:15 error 03-Jan-2023 03:04:15 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/allergyui-omod/1.8.5/allergyui-omod-1.8.5.jar (75 kB at 265 kB/s) error 03-Jan-2023 03:04:15 #16 183.6 [INFO] Configured Artifact: org.openmrs.module:providermanagement-omod:2.14.0:jar error 03-Jan-2023 03:04:15 #16 183.6 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/providermanagement-omod/2.14.0/providermanagement-omod-2.14.0.pom error 03-Jan-2023 03:04:15 #16 183.8 Progress (1): 3.3/6.8 kB error 03-Jan-2023 03:04:15 Progress (1): 6.1/6.8 kB error 03-Jan-2023 03:04:15 Progress (1): 6.8 kB error 03-Jan-2023 03:04:15 error 03-Jan-2023 03:04:15 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/providermanagement-omod/2.14.0/providermanagement-omod-2.14.0.pom (6.8 kB at 20 kB/s) error 03-Jan-2023 03:04:15 #16 184.0 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/providermanagement/2.14.0/providermanagement-2.14.0.pom error 03-Jan-2023 03:04:15 #16 184.1 Progress (1): 3.3/5.3 kB error 03-Jan-2023 03:04:15 Progress (1): 5.3 kB error 03-Jan-2023 03:04:15 error 03-Jan-2023 03:04:15 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/providermanagement/2.14.0/providermanagement-2.14.0.pom (5.3 kB at 22 kB/s) error 03-Jan-2023 03:04:15 #16 184.3 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/providermanagement-omod/2.14.0/providermanagement-omod-2.14.0.jar error 03-Jan-2023 03:04:16 #16 184.6 Progress (1): 4.1/235 kB error 03-Jan-2023 03:04:16 Progress (1): 8.2/235 kB error 03-Jan-2023 03:04:16 Progress (1): 12/235 kB error 03-Jan-2023 03:04:16 Progress (1): 16/235 kB error 03-Jan-2023 03:04:16 Progress (1): 20/235 kB error 03-Jan-2023 03:04:16 Progress (1): 25/235 kB error 03-Jan-2023 03:04:16 Progress (1): 29/235 kB error 03-Jan-2023 03:04:16 Progress (1): 33/235 kB error 03-Jan-2023 03:04:16 Progress (1): 37/235 kB error 03-Jan-2023 03:04:16 Progress (1): 41/235 kB error 03-Jan-2023 03:04:16 Progress (1): 45/235 kB error 03-Jan-2023 03:04:16 Progress (1): 49/235 kB error 03-Jan-2023 03:04:16 Progress (1): 53/235 kB error 03-Jan-2023 03:04:16 Progress (1): 57/235 kB error 03-Jan-2023 03:04:16 Progress (1): 60/235 kB error 03-Jan-2023 03:04:16 Progress (1): 64/235 kB error 03-Jan-2023 03:04:16 Progress (1): 68/235 kB error 03-Jan-2023 03:04:16 Progress (1): 72/235 kB error 03-Jan-2023 03:04:16 Progress (1): 76/235 kB error 03-Jan-2023 03:04:16 Progress (1): 80/235 kB error 03-Jan-2023 03:04:16 Progress (1): 84/235 kB error 03-Jan-2023 03:04:16 Progress (1): 88/235 kB error 03-Jan-2023 03:04:16 Progress (1): 92/235 kB error 03-Jan-2023 03:04:16 Progress (1): 94/235 kB error 03-Jan-2023 03:04:16 Progress (1): 98/235 kB error 03-Jan-2023 03:04:16 Progress (1): 103/235 kB error 03-Jan-2023 03:04:16 Progress (1): 107/235 kB error 03-Jan-2023 03:04:16 Progress (1): 111/235 kB error 03-Jan-2023 03:04:16 Progress (1): 115/235 kB error 03-Jan-2023 03:04:16 Progress (1): 119/235 kB error 03-Jan-2023 03:04:16 Progress (1): 123/235 kB error 03-Jan-2023 03:04:16 Progress (1): 127/235 kB error 03-Jan-2023 03:04:16 Progress (1): 129/235 kB error 03-Jan-2023 03:04:16 Progress (1): 133/235 kB error 03-Jan-2023 03:04:16 Progress (1): 137/235 kB error 03-Jan-2023 03:04:16 Progress (1): 141/235 kB error 03-Jan-2023 03:04:16 Progress (1): 146/235 kB error 03-Jan-2023 03:04:16 Progress (1): 150/235 kB error 03-Jan-2023 03:04:16 Progress (1): 154/235 kB error 03-Jan-2023 03:04:16 Progress (1): 158/235 kB error 03-Jan-2023 03:04:16 Progress (1): 162/235 kB error 03-Jan-2023 03:04:16 Progress (1): 164/235 kB error 03-Jan-2023 03:04:16 Progress (1): 168/235 kB error 03-Jan-2023 03:04:16 Progress (1): 172/235 kB error 03-Jan-2023 03:04:16 Progress (1): 176/235 kB error 03-Jan-2023 03:04:16 Progress (1): 180/235 kB error 03-Jan-2023 03:04:16 Progress (1): 184/235 kB error 03-Jan-2023 03:04:16 Progress (1): 188/235 kB error 03-Jan-2023 03:04:16 Progress (1): 192/235 kB error 03-Jan-2023 03:04:16 Progress (1): 197/235 kB error 03-Jan-2023 03:04:16 Progress (1): 201/235 kB error 03-Jan-2023 03:04:16 Progress (1): 205/235 kB error 03-Jan-2023 03:04:16 Progress (1): 209/235 kB error 03-Jan-2023 03:04:16 Progress (1): 213/235 kB error 03-Jan-2023 03:04:16 Progress (1): 217/235 kB error 03-Jan-2023 03:04:16 Progress (1): 221/235 kB error 03-Jan-2023 03:04:16 Progress (1): 224/235 kB error 03-Jan-2023 03:04:16 Progress (1): 228/235 kB error 03-Jan-2023 03:04:16 Progress (1): 233/235 kB error 03-Jan-2023 03:04:16 Progress (1): 235 kB error 03-Jan-2023 03:04:16 error 03-Jan-2023 03:04:16 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/providermanagement-omod/2.14.0/providermanagement-omod-2.14.0.jar (235 kB at 535 kB/s) error 03-Jan-2023 03:04:16 #16 184.8 [INFO] Configured Artifact: org.openmrs.module:appointmentschedulingui-omod:1.14.0:jar error 03-Jan-2023 03:04:16 #16 184.8 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/appointmentschedulingui-omod/1.14.0/appointmentschedulingui-omod-1.14.0.pom error 03-Jan-2023 03:04:16 #16 184.9 Progress (1): 3.3/9.9 kB error 03-Jan-2023 03:04:16 Progress (1): 6.1/9.9 kB error 03-Jan-2023 03:04:16 Progress (1): 8.9/9.9 kB error 03-Jan-2023 03:04:16 Progress (1): 9.9 kB error 03-Jan-2023 03:04:16 error 03-Jan-2023 03:04:16 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/appointmentschedulingui-omod/1.14.0/appointmentschedulingui-omod-1.14.0.pom (9.9 kB at 43 kB/s) error 03-Jan-2023 03:04:16 #16 185.0 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/appointmentschedulingui/1.14.0/appointmentschedulingui-1.14.0.pom error 03-Jan-2023 03:04:16 #16 185.1 Progress (1): 3.3/12 kB error 03-Jan-2023 03:04:16 Progress (1): 6.1/12 kB error 03-Jan-2023 03:04:16 Progress (1): 8.9/12 kB error 03-Jan-2023 03:04:16 Progress (1): 12/12 kB error 03-Jan-2023 03:04:16 Progress (1): 12 kB error 03-Jan-2023 03:04:16 error 03-Jan-2023 03:04:16 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/appointmentschedulingui/1.14.0/appointmentschedulingui-1.14.0.pom (12 kB at 52 kB/s) error 03-Jan-2023 03:04:16 #16 185.2 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/appointmentschedulingui-omod/1.14.0/appointmentschedulingui-omod-1.14.0.jar error 03-Jan-2023 03:04:17 #16 185.6 Progress (1): 0/5.1 MB error 03-Jan-2023 03:04:17 Progress (1): 0.1/5.1 MB error 03-Jan-2023 03:04:17 Progress (1): 0.1/5.1 MB error 03-Jan-2023 03:04:17 Progress (1): 0.1/5.1 MB error 03-Jan-2023 03:04:17 Progress (1): 0.1/5.1 MB error 03-Jan-2023 03:04:17 Progress (1): 0.2/5.1 MB error 03-Jan-2023 03:04:17 Progress (1): 0.2/5.1 MB error 03-Jan-2023 03:04:17 Progress (1): 0.2/5.1 MB error 03-Jan-2023 03:04:17 Progress (1): 0.2/5.1 MB error 03-Jan-2023 03:04:17 Progress (1): 0.3/5.1 MB error 03-Jan-2023 03:04:17 Progress (1): 0.3/5.1 MB error 03-Jan-2023 03:04:17 Progress (1): 0.3/5.1 MB error 03-Jan-2023 03:04:17 Progress (1): 0.3/5.1 MB error 03-Jan-2023 03:04:17 Progress (1): 0.4/5.1 MB error 03-Jan-2023 03:04:17 Progress (1): 0.4/5.1 MB error 03-Jan-2023 03:04:17 Progress (1): 0.4/5.1 MB error 03-Jan-2023 03:04:17 Progress (1): 0.5/5.1 MB error 03-Jan-2023 03:04:17 Progress (1): 0.5/5.1 MB error 03-Jan-2023 03:04:17 Progress (1): 0.5/5.1 MB error 03-Jan-2023 03:04:17 Progress (1): 0.5/5.1 MB error 03-Jan-2023 03:04:17 Progress (1): 0.6/5.1 MB error 03-Jan-2023 03:04:17 Progress (1): 0.6/5.1 MB error 03-Jan-2023 03:04:17 Progress (1): 0.6/5.1 MB error 03-Jan-2023 03:04:17 Progress (1): 0.6/5.1 MB error 03-Jan-2023 03:04:17 Progress (1): 0.7/5.1 MB error 03-Jan-2023 03:04:17 Progress (1): 0.7/5.1 MB error 03-Jan-2023 03:04:17 Progress (1): 0.7/5.1 MB error 03-Jan-2023 03:04:17 Progress (1): 0.8/5.1 MB error 03-Jan-2023 03:04:17 Progress (1): 0.8/5.1 MB error 03-Jan-2023 03:04:17 Progress (1): 0.8/5.1 MB error 03-Jan-2023 03:04:17 Progress (1): 0.8/5.1 MB error 03-Jan-2023 03:04:17 Progress (1): 0.9/5.1 MB error 03-Jan-2023 03:04:17 Progress (1): 0.9/5.1 MB error 03-Jan-2023 03:04:17 Progress (1): 0.9/5.1 MB error 03-Jan-2023 03:04:17 Progress (1): 0.9/5.1 MB error 03-Jan-2023 03:04:17 Progress (1): 1.0/5.1 MB error 03-Jan-2023 03:04:17 Progress (1): 1.0/5.1 MB error 03-Jan-2023 03:04:17 Progress (1): 1.0/5.1 MB error 03-Jan-2023 03:04:17 Progress (1): 1.1/5.1 MB error 03-Jan-2023 03:04:17 Progress (1): 1.1/5.1 MB error 03-Jan-2023 03:04:17 Progress (1): 1.1/5.1 MB error 03-Jan-2023 03:04:17 Progress (1): 1.1/5.1 MB error 03-Jan-2023 03:04:17 Progress (1): 1.2/5.1 MB error 03-Jan-2023 03:04:17 Progress (1): 1.2/5.1 MB error 03-Jan-2023 03:04:17 Progress (1): 1.2/5.1 MB error 03-Jan-2023 03:04:17 Progress (1): 1.2/5.1 MB error 03-Jan-2023 03:04:17 Progress (1): 1.3/5.1 MB error 03-Jan-2023 03:04:17 Progress (1): 1.3/5.1 MB error 03-Jan-2023 03:04:17 Progress (1): 1.3/5.1 MB error 03-Jan-2023 03:04:17 Progress (1): 1.3/5.1 MB error 03-Jan-2023 03:04:17 Progress (1): 1.4/5.1 MB error 03-Jan-2023 03:04:17 Progress (1): 1.4/5.1 MB error 03-Jan-2023 03:04:17 Progress (1): 1.4/5.1 MB error 03-Jan-2023 03:04:17 Progress (1): 1.5/5.1 MB error 03-Jan-2023 03:04:17 Progress (1): 1.5/5.1 MB error 03-Jan-2023 03:04:17 Progress (1): 1.5/5.1 MB error 03-Jan-2023 03:04:17 Progress (1): 1.5/5.1 MB error 03-Jan-2023 03:04:17 Progress (1): 1.6/5.1 MB error 03-Jan-2023 03:04:17 Progress (1): 1.6/5.1 MB error 03-Jan-2023 03:04:17 Progress (1): 1.6/5.1 MB error 03-Jan-2023 03:04:17 Progress (1): 1.6/5.1 MB error 03-Jan-2023 03:04:17 Progress (1): 1.7/5.1 MB error 03-Jan-2023 03:04:17 Progress (1): 1.7/5.1 MB error 03-Jan-2023 03:04:17 Progress (1): 1.7/5.1 MB error 03-Jan-2023 03:04:17 Progress (1): 1.8/5.1 MB error 03-Jan-2023 03:04:17 Progress (1): 1.8/5.1 MB error 03-Jan-2023 03:04:17 Progress (1): 1.8/5.1 MB error 03-Jan-2023 03:04:17 Progress (1): 1.8/5.1 MB error 03-Jan-2023 03:04:17 Progress (1): 1.9/5.1 MB error 03-Jan-2023 03:04:17 Progress (1): 1.9/5.1 MB error 03-Jan-2023 03:04:17 Progress (1): 1.9/5.1 MB error 03-Jan-2023 03:04:17 Progress (1): 1.9/5.1 MB error 03-Jan-2023 03:04:17 Progress (1): 2.0/5.1 MB error 03-Jan-2023 03:04:17 Progress (1): 2.0/5.1 MB error 03-Jan-2023 03:04:17 Progress (1): 2.0/5.1 MB error 03-Jan-2023 03:04:17 Progress (1): 2.0/5.1 MB error 03-Jan-2023 03:04:17 Progress (1): 2.1/5.1 MB error 03-Jan-2023 03:04:17 Progress (1): 2.1/5.1 MB error 03-Jan-2023 03:04:17 Progress (1): 2.1/5.1 MB error 03-Jan-2023 03:04:17 Progress (1): 2.2/5.1 MB error 03-Jan-2023 03:04:17 Progress (1): 2.2/5.1 MB error 03-Jan-2023 03:04:17 Progress (1): 2.2/5.1 MB error 03-Jan-2023 03:04:17 Progress (1): 2.2/5.1 MB error 03-Jan-2023 03:04:17 Progress (1): 2.3/5.1 MB error 03-Jan-2023 03:04:17 Progress (1): 2.3/5.1 MB error 03-Jan-2023 03:04:17 Progress (1): 2.3/5.1 MB error 03-Jan-2023 03:04:17 Progress (1): 2.3/5.1 MB error 03-Jan-2023 03:04:17 Progress (1): 2.4/5.1 MB error 03-Jan-2023 03:04:17 Progress (1): 2.4/5.1 MB error 03-Jan-2023 03:04:17 Progress (1): 2.4/5.1 MB error 03-Jan-2023 03:04:17 Progress (1): 2.5/5.1 MB error 03-Jan-2023 03:04:17 Progress (1): 2.5/5.1 MB error 03-Jan-2023 03:04:17 Progress (1): 2.5/5.1 MB error 03-Jan-2023 03:04:17 Progress (1): 2.5/5.1 MB error 03-Jan-2023 03:04:17 Progress (1): 2.6/5.1 MB error 03-Jan-2023 03:04:17 Progress (1): 2.6/5.1 MB error 03-Jan-2023 03:04:17 Progress (1): 2.6/5.1 MB error 03-Jan-2023 03:04:17 Progress (1): 2.6/5.1 MB error 03-Jan-2023 03:04:17 Progress (1): 2.7/5.1 MB error 03-Jan-2023 03:04:17 Progress (1): 2.7/5.1 MB error 03-Jan-2023 03:04:17 Progress (1): 2.7/5.1 MB error 03-Jan-2023 03:04:17 Progress (1): 2.8/5.1 MB error 03-Jan-2023 03:04:17 Progress (1): 2.8/5.1 MB error 03-Jan-2023 03:04:17 Progress (1): 2.8/5.1 MB error 03-Jan-2023 03:04:17 Progress (1): 2.8/5.1 MB error 03-Jan-2023 03:04:17 Progress (1): 2.9/5.1 MB error 03-Jan-2023 03:04:17 Progress (1): 2.9/5.1 MB error 03-Jan-2023 03:04:17 Progress (1): 2.9/5.1 MB error 03-Jan-2023 03:04:17 Progress (1): 2.9/5.1 MB error 03-Jan-2023 03:04:17 Progress (1): 3.0/5.1 MB error 03-Jan-2023 03:04:17 Progress (1): 3.0/5.1 MB error 03-Jan-2023 03:04:17 Progress (1): 3.0/5.1 MB error 03-Jan-2023 03:04:17 Progress (1): 3.0/5.1 MB error 03-Jan-2023 03:04:17 Progress (1): 3.1/5.1 MB error 03-Jan-2023 03:04:17 Progress (1): 3.1/5.1 MB error 03-Jan-2023 03:04:17 Progress (1): 3.1/5.1 MB error 03-Jan-2023 03:04:17 Progress (1): 3.2/5.1 MB error 03-Jan-2023 03:04:17 Progress (1): 3.2/5.1 MB error 03-Jan-2023 03:04:17 Progress (1): 3.2/5.1 MB error 03-Jan-2023 03:04:17 Progress (1): 3.2/5.1 MB error 03-Jan-2023 03:04:17 Progress (1): 3.3/5.1 MB error 03-Jan-2023 03:04:17 Progress (1): 3.3/5.1 MB error 03-Jan-2023 03:04:17 Progress (1): 3.3/5.1 MB error 03-Jan-2023 03:04:17 Progress (1): 3.3/5.1 MB error 03-Jan-2023 03:04:17 Progress (1): 3.4/5.1 MB error 03-Jan-2023 03:04:17 Progress (1): 3.4/5.1 MB error 03-Jan-2023 03:04:17 Progress (1): 3.4/5.1 MB error 03-Jan-2023 03:04:17 Progress (1): 3.5/5.1 MB error 03-Jan-2023 03:04:17 Progress (1): 3.5/5.1 MB error 03-Jan-2023 03:04:17 Progress (1): 3.5/5.1 MB error 03-Jan-2023 03:04:17 Progress (1): 3.5/5.1 MB error 03-Jan-2023 03:04:17 Progress (1): 3.6/5.1 MB error 03-Jan-2023 03:04:17 Progress (1): 3.6/5.1 MB error 03-Jan-2023 03:04:17 Progress (1): 3.6/5.1 MB error 03-Jan-2023 03:04:17 Progress (1): 3.6/5.1 MB error 03-Jan-2023 03:04:17 Progress (1): 3.7/5.1 MB error 03-Jan-2023 03:04:17 Progress (1): 3.7/5.1 MB error 03-Jan-2023 03:04:17 Progress (1): 3.7/5.1 MB error 03-Jan-2023 03:04:17 Progress (1): 3.8/5.1 MB error 03-Jan-2023 03:04:17 Progress (1): 3.8/5.1 MB error 03-Jan-2023 03:04:17 Progress (1): 3.8/5.1 MB error 03-Jan-2023 03:04:17 Progress (1): 3.8/5.1 MB error 03-Jan-2023 03:04:17 Progress (1): 3.9/5.1 MB error 03-Jan-2023 03:04:17 Progress (1): 3.9/5.1 MB error 03-Jan-2023 03:04:17 Progress (1): 3.9/5.1 MB error 03-Jan-2023 03:04:17 Progress (1): 3.9/5.1 MB error 03-Jan-2023 03:04:17 Progress (1): 4.0/5.1 MB error 03-Jan-2023 03:04:17 Progress (1): 4.0/5.1 MB error 03-Jan-2023 03:04:17 Progress (1): 4.0/5.1 MB error 03-Jan-2023 03:04:17 Progress (1): 4.0/5.1 MB error 03-Jan-2023 03:04:17 Progress (1): 4.1/5.1 MB error 03-Jan-2023 03:04:17 Progress (1): 4.1/5.1 MB error 03-Jan-2023 03:04:17 Progress (1): 4.1/5.1 MB error 03-Jan-2023 03:04:17 Progress (1): 4.1/5.1 MB error 03-Jan-2023 03:04:17 Progress (1): 4.2/5.1 MB error 03-Jan-2023 03:04:17 Progress (1): 4.2/5.1 MB error 03-Jan-2023 03:04:17 Progress (1): 4.2/5.1 MB error 03-Jan-2023 03:04:17 Progress (1): 4.2/5.1 MB error 03-Jan-2023 03:04:17 Progress (1): 4.3/5.1 MB error 03-Jan-2023 03:04:17 Progress (1): 4.3/5.1 MB error 03-Jan-2023 03:04:17 Progress (1): 4.3/5.1 MB error 03-Jan-2023 03:04:17 Progress (1): 4.4/5.1 MB error 03-Jan-2023 03:04:17 Progress (1): 4.4/5.1 MB error 03-Jan-2023 03:04:17 Progress (1): 4.4/5.1 MB error 03-Jan-2023 03:04:17 Progress (1): 4.4/5.1 MB error 03-Jan-2023 03:04:17 Progress (1): 4.5/5.1 MB error 03-Jan-2023 03:04:17 Progress (1): 4.5/5.1 MB error 03-Jan-2023 03:04:17 Progress (1): 4.5/5.1 MB error 03-Jan-2023 03:04:17 Progress (1): 4.5/5.1 MB error 03-Jan-2023 03:04:17 Progress (1): 4.6/5.1 MB error 03-Jan-2023 03:04:17 Progress (1): 4.6/5.1 MB error 03-Jan-2023 03:04:17 Progress (1): 4.6/5.1 MB error 03-Jan-2023 03:04:17 Progress (1): 4.6/5.1 MB error 03-Jan-2023 03:04:17 Progress (1): 4.7/5.1 MB error 03-Jan-2023 03:04:17 Progress (1): 4.7/5.1 MB error 03-Jan-2023 03:04:17 Progress (1): 4.7/5.1 MB error 03-Jan-2023 03:04:17 Progress (1): 4.7/5.1 MB error 03-Jan-2023 03:04:17 Progress (1): 4.8/5.1 MB error 03-Jan-2023 03:04:17 Progress (1): 4.8/5.1 MB error 03-Jan-2023 03:04:17 Progress (1): 4.8/5.1 MB error 03-Jan-2023 03:04:17 Progress (1): 4.8/5.1 MB error 03-Jan-2023 03:04:17 Progress (1): 4.8/5.1 MB error 03-Jan-2023 03:04:17 Progress (1): 4.9/5.1 MB error 03-Jan-2023 03:04:17 Progress (1): 4.9/5.1 MB error 03-Jan-2023 03:04:17 Progress (1): 4.9/5.1 MB error 03-Jan-2023 03:04:17 Progress (1): 4.9/5.1 MB error 03-Jan-2023 03:04:17 Progress (1): 5.0/5.1 MB error 03-Jan-2023 03:04:17 Progress (1): 5.0/5.1 MB error 03-Jan-2023 03:04:17 Progress (1): 5.0/5.1 MB error 03-Jan-2023 03:04:17 Progress (1): 5.0/5.1 MB error 03-Jan-2023 03:04:17 Progress (1): 5.1/5.1 MB error 03-Jan-2023 03:04:17 Progress (1): 5.1 MB error 03-Jan-2023 03:04:17 error 03-Jan-2023 03:04:17 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/appointmentschedulingui-omod/1.14.0/appointmentschedulingui-omod-1.14.0.jar (5.1 MB at 5.6 MB/s) error 03-Jan-2023 03:04:17 #16 186.2 [INFO] Configured Artifact: org.openmrs.module:attachments-omod:2.7.0:jar error 03-Jan-2023 03:04:17 #16 186.2 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/attachments-omod/2.7.0/attachments-omod-2.7.0.pom error 03-Jan-2023 03:04:17 #16 186.3 Progress (1): 3.3/11 kB error 03-Jan-2023 03:04:17 Progress (1): 6.1/11 kB error 03-Jan-2023 03:04:17 Progress (1): 8.9/11 kB error 03-Jan-2023 03:04:17 Progress (1): 11 kB error 03-Jan-2023 03:04:18 error 03-Jan-2023 03:04:18 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/attachments-omod/2.7.0/attachments-omod-2.7.0.pom (11 kB at 46 kB/s) error 03-Jan-2023 03:04:18 #16 186.4 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/attachments/2.7.0/attachments-2.7.0.pom error 03-Jan-2023 03:04:18 #16 186.5 Progress (1): 3.3/6.2 kB error 03-Jan-2023 03:04:18 Progress (1): 6.1/6.2 kB error 03-Jan-2023 03:04:18 Progress (1): 6.2 kB error 03-Jan-2023 03:04:18 error 03-Jan-2023 03:04:18 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/attachments/2.7.0/attachments-2.7.0.pom (6.2 kB at 22 kB/s) error 03-Jan-2023 03:04:18 #16 186.7 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/attachments-omod/2.7.0/attachments-omod-2.7.0.jar error 03-Jan-2023 03:04:18 #16 187.0 Progress (1): 4.1/313 kB error 03-Jan-2023 03:04:18 Progress (1): 8.2/313 kB error 03-Jan-2023 03:04:18 Progress (1): 12/313 kB error 03-Jan-2023 03:04:18 Progress (1): 16/313 kB error 03-Jan-2023 03:04:18 Progress (1): 19/313 kB error 03-Jan-2023 03:04:18 Progress (1): 23/313 kB error 03-Jan-2023 03:04:18 Progress (1): 27/313 kB error 03-Jan-2023 03:04:18 Progress (1): 31/313 kB error 03-Jan-2023 03:04:18 Progress (1): 34/313 kB error 03-Jan-2023 03:04:18 Progress (1): 38/313 kB error 03-Jan-2023 03:04:18 Progress (1): 42/313 kB error 03-Jan-2023 03:04:18 Progress (1): 46/313 kB error 03-Jan-2023 03:04:18 Progress (1): 51/313 kB error 03-Jan-2023 03:04:18 Progress (1): 55/313 kB error 03-Jan-2023 03:04:18 Progress (1): 59/313 kB error 03-Jan-2023 03:04:18 Progress (1): 62/313 kB error 03-Jan-2023 03:04:18 Progress (1): 66/313 kB error 03-Jan-2023 03:04:18 Progress (1): 71/313 kB error 03-Jan-2023 03:04:18 Progress (1): 75/313 kB error 03-Jan-2023 03:04:18 Progress (1): 79/313 kB error 03-Jan-2023 03:04:18 Progress (1): 83/313 kB error 03-Jan-2023 03:04:18 Progress (1): 87/313 kB error 03-Jan-2023 03:04:18 Progress (1): 91/313 kB error 03-Jan-2023 03:04:18 Progress (1): 95/313 kB error 03-Jan-2023 03:04:18 Progress (1): 97/313 kB error 03-Jan-2023 03:04:18 Progress (1): 101/313 kB error 03-Jan-2023 03:04:18 Progress (1): 105/313 kB error 03-Jan-2023 03:04:18 Progress (1): 109/313 kB error 03-Jan-2023 03:04:18 Progress (1): 114/313 kB error 03-Jan-2023 03:04:18 Progress (1): 116/313 kB error 03-Jan-2023 03:04:18 Progress (1): 120/313 kB error 03-Jan-2023 03:04:18 Progress (1): 125/313 kB error 03-Jan-2023 03:04:18 Progress (1): 129/313 kB error 03-Jan-2023 03:04:18 Progress (1): 133/313 kB error 03-Jan-2023 03:04:18 Progress (1): 137/313 kB error 03-Jan-2023 03:04:18 Progress (1): 141/313 kB error 03-Jan-2023 03:04:18 Progress (1): 145/313 kB error 03-Jan-2023 03:04:18 Progress (1): 149/313 kB error 03-Jan-2023 03:04:18 Progress (1): 152/313 kB error 03-Jan-2023 03:04:18 Progress (1): 156/313 kB error 03-Jan-2023 03:04:18 Progress (1): 161/313 kB error 03-Jan-2023 03:04:18 Progress (1): 165/313 kB error 03-Jan-2023 03:04:18 Progress (1): 169/313 kB error 03-Jan-2023 03:04:18 Progress (1): 173/313 kB error 03-Jan-2023 03:04:18 Progress (1): 177/313 kB error 03-Jan-2023 03:04:18 Progress (1): 181/313 kB error 03-Jan-2023 03:04:18 Progress (1): 185/313 kB error 03-Jan-2023 03:04:18 Progress (1): 187/313 kB error 03-Jan-2023 03:04:18 Progress (1): 191/313 kB error 03-Jan-2023 03:04:18 Progress (1): 195/313 kB error 03-Jan-2023 03:04:18 Progress (1): 199/313 kB error 03-Jan-2023 03:04:18 Progress (1): 204/313 kB error 03-Jan-2023 03:04:18 Progress (1): 208/313 kB error 03-Jan-2023 03:04:18 Progress (1): 212/313 kB error 03-Jan-2023 03:04:18 Progress (1): 215/313 kB error 03-Jan-2023 03:04:18 Progress (1): 219/313 kB error 03-Jan-2023 03:04:18 Progress (1): 223/313 kB error 03-Jan-2023 03:04:18 Progress (1): 227/313 kB error 03-Jan-2023 03:04:18 Progress (1): 230/313 kB error 03-Jan-2023 03:04:18 Progress (1): 234/313 kB error 03-Jan-2023 03:04:18 Progress (1): 238/313 kB error 03-Jan-2023 03:04:18 Progress (1): 242/313 kB error 03-Jan-2023 03:04:18 Progress (1): 246/313 kB error 03-Jan-2023 03:04:18 Progress (1): 251/313 kB error 03-Jan-2023 03:04:18 Progress (1): 255/313 kB error 03-Jan-2023 03:04:18 Progress (1): 259/313 kB error 03-Jan-2023 03:04:18 Progress (1): 263/313 kB error 03-Jan-2023 03:04:18 Progress (1): 267/313 kB error 03-Jan-2023 03:04:18 Progress (1): 271/313 kB error 03-Jan-2023 03:04:18 Progress (1): 275/313 kB error 03-Jan-2023 03:04:18 Progress (1): 278/313 kB error 03-Jan-2023 03:04:18 Progress (1): 282/313 kB error 03-Jan-2023 03:04:18 Progress (1): 286/313 kB error 03-Jan-2023 03:04:18 Progress (1): 290/313 kB error 03-Jan-2023 03:04:18 Progress (1): 294/313 kB error 03-Jan-2023 03:04:18 Progress (1): 298/313 kB error 03-Jan-2023 03:04:18 Progress (1): 302/313 kB error 03-Jan-2023 03:04:18 Progress (1): 305/313 kB error 03-Jan-2023 03:04:18 Progress (1): 309/313 kB error 03-Jan-2023 03:04:18 Progress (1): 313 kB error 03-Jan-2023 03:04:18 error 03-Jan-2023 03:04:18 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/attachments-omod/2.7.0/attachments-omod-2.7.0.jar (313 kB at 679 kB/s) error 03-Jan-2023 03:04:18 #16 187.2 [INFO] Configured Artifact: org.openmrs.module:formentryapp-omod:1.4.3:jar error 03-Jan-2023 03:04:18 #16 187.2 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/formentryapp-omod/1.4.3/formentryapp-omod-1.4.3.pom error 03-Jan-2023 03:04:18 #16 187.3 Progress (1): 3.3/5.9 kB error 03-Jan-2023 03:04:18 Progress (1): 5.9 kB error 03-Jan-2023 03:04:18 error 03-Jan-2023 03:04:19 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/formentryapp-omod/1.4.3/formentryapp-omod-1.4.3.pom (5.9 kB at 26 kB/s) error 03-Jan-2023 03:04:19 #16 187.4 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/formentryapp/1.4.3/formentryapp-1.4.3.pom error 03-Jan-2023 03:04:19 #16 187.5 Progress (1): 3.3/5.3 kB error 03-Jan-2023 03:04:19 Progress (1): 5.3 kB error 03-Jan-2023 03:04:19 error 03-Jan-2023 03:04:19 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/formentryapp/1.4.3/formentryapp-1.4.3.pom (5.3 kB at 23 kB/s) error 03-Jan-2023 03:04:19 #16 187.6 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/formentryapp-omod/1.4.3/formentryapp-omod-1.4.3.jar error 03-Jan-2023 03:04:19 #16 187.8 Progress (1): 3.3/27 kB error 03-Jan-2023 03:04:19 Progress (1): 6.1/27 kB error 03-Jan-2023 03:04:19 Progress (1): 8.9/27 kB error 03-Jan-2023 03:04:19 Progress (1): 12/27 kB error 03-Jan-2023 03:04:19 Progress (1): 15/27 kB error 03-Jan-2023 03:04:19 Progress (1): 17/27 kB error 03-Jan-2023 03:04:19 Progress (1): 20/27 kB error 03-Jan-2023 03:04:19 Progress (1): 23/27 kB error 03-Jan-2023 03:04:19 Progress (1): 26/27 kB error 03-Jan-2023 03:04:19 Progress (1): 27 kB error 03-Jan-2023 03:04:19 error 03-Jan-2023 03:04:19 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/formentryapp-omod/1.4.3/formentryapp-omod-1.4.3.jar (27 kB at 120 kB/s) error 03-Jan-2023 03:04:19 #16 187.9 [INFO] Configured Artifact: org.openmrs.module:idgen-omod:4.9.0:jar error 03-Jan-2023 03:04:19 #16 187.9 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/idgen-omod/4.9.0/idgen-omod-4.9.0.pom error 03-Jan-2023 03:04:19 #16 188.0 Progress (1): 3.3/4.1 kB error 03-Jan-2023 03:04:19 Progress (1): 4.1 kB error 03-Jan-2023 03:04:19 error 03-Jan-2023 03:04:19 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/idgen-omod/4.9.0/idgen-omod-4.9.0.pom (4.1 kB at 18 kB/s) error 03-Jan-2023 03:04:19 #16 188.1 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/idgen/4.9.0/idgen-4.9.0.pom error 03-Jan-2023 03:04:19 #16 188.2 Progress (1): 3.3/9.9 kB error 03-Jan-2023 03:04:19 Progress (1): 6.1/9.9 kB error 03-Jan-2023 03:04:19 Progress (1): 8.9/9.9 kB error 03-Jan-2023 03:04:19 Progress (1): 9.9 kB error 03-Jan-2023 03:04:19 error 03-Jan-2023 03:04:20 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/idgen/4.9.0/idgen-4.9.0.pom (9.9 kB at 44 kB/s) error 03-Jan-2023 03:04:20 #16 188.3 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/idgen-omod/4.9.0/idgen-omod-4.9.0.jar error 03-Jan-2023 03:04:20 #16 188.6 Progress (1): 0/1.2 MB error 03-Jan-2023 03:04:20 Progress (1): 0/1.2 MB error 03-Jan-2023 03:04:20 Progress (1): 0/1.2 MB error 03-Jan-2023 03:04:20 Progress (1): 0/1.2 MB error 03-Jan-2023 03:04:20 Progress (1): 0/1.2 MB error 03-Jan-2023 03:04:20 Progress (1): 0.1/1.2 MB error 03-Jan-2023 03:04:20 Progress (1): 0.1/1.2 MB error 03-Jan-2023 03:04:20 Progress (1): 0.1/1.2 MB error 03-Jan-2023 03:04:20 Progress (1): 0.1/1.2 MB error 03-Jan-2023 03:04:20 Progress (1): 0.1/1.2 MB error 03-Jan-2023 03:04:20 Progress (1): 0.1/1.2 MB error 03-Jan-2023 03:04:20 Progress (1): 0.1/1.2 MB error 03-Jan-2023 03:04:20 Progress (1): 0.1/1.2 MB error 03-Jan-2023 03:04:20 Progress (1): 0.1/1.2 MB error 03-Jan-2023 03:04:20 Progress (1): 0.1/1.2 MB error 03-Jan-2023 03:04:20 Progress (1): 0.1/1.2 MB error 03-Jan-2023 03:04:20 Progress (1): 0.2/1.2 MB error 03-Jan-2023 03:04:20 Progress (1): 0.2/1.2 MB error 03-Jan-2023 03:04:20 Progress (1): 0.2/1.2 MB error 03-Jan-2023 03:04:20 Progress (1): 0.2/1.2 MB error 03-Jan-2023 03:04:20 Progress (1): 0.2/1.2 MB error 03-Jan-2023 03:04:20 Progress (1): 0.2/1.2 MB error 03-Jan-2023 03:04:20 Progress (1): 0.2/1.2 MB error 03-Jan-2023 03:04:20 Progress (1): 0.2/1.2 MB error 03-Jan-2023 03:04:20 Progress (1): 0.2/1.2 MB error 03-Jan-2023 03:04:20 Progress (1): 0.2/1.2 MB error 03-Jan-2023 03:04:20 Progress (1): 0.2/1.2 MB error 03-Jan-2023 03:04:20 Progress (1): 0.2/1.2 MB error 03-Jan-2023 03:04:20 Progress (1): 0.3/1.2 MB error 03-Jan-2023 03:04:20 Progress (1): 0.3/1.2 MB error 03-Jan-2023 03:04:20 Progress (1): 0.3/1.2 MB error 03-Jan-2023 03:04:20 Progress (1): 0.3/1.2 MB error 03-Jan-2023 03:04:20 Progress (1): 0.3/1.2 MB error 03-Jan-2023 03:04:20 Progress (1): 0.3/1.2 MB error 03-Jan-2023 03:04:20 Progress (1): 0.3/1.2 MB error 03-Jan-2023 03:04:20 Progress (1): 0.3/1.2 MB error 03-Jan-2023 03:04:20 Progress (1): 0.3/1.2 MB error 03-Jan-2023 03:04:20 Progress (1): 0.3/1.2 MB error 03-Jan-2023 03:04:20 Progress (1): 0.3/1.2 MB error 03-Jan-2023 03:04:20 Progress (1): 0.4/1.2 MB error 03-Jan-2023 03:04:20 Progress (1): 0.4/1.2 MB error 03-Jan-2023 03:04:20 Progress (1): 0.4/1.2 MB error 03-Jan-2023 03:04:20 Progress (1): 0.4/1.2 MB error 03-Jan-2023 03:04:20 Progress (1): 0.4/1.2 MB error 03-Jan-2023 03:04:20 Progress (1): 0.4/1.2 MB error 03-Jan-2023 03:04:20 Progress (1): 0.4/1.2 MB error 03-Jan-2023 03:04:20 Progress (1): 0.4/1.2 MB error 03-Jan-2023 03:04:20 Progress (1): 0.4/1.2 MB error 03-Jan-2023 03:04:20 Progress (1): 0.4/1.2 MB error 03-Jan-2023 03:04:20 Progress (1): 0.4/1.2 MB error 03-Jan-2023 03:04:20 Progress (1): 0.5/1.2 MB error 03-Jan-2023 03:04:20 Progress (1): 0.5/1.2 MB error 03-Jan-2023 03:04:20 Progress (1): 0.5/1.2 MB error 03-Jan-2023 03:04:20 Progress (1): 0.5/1.2 MB error 03-Jan-2023 03:04:20 Progress (1): 0.5/1.2 MB error 03-Jan-2023 03:04:20 Progress (1): 0.5/1.2 MB error 03-Jan-2023 03:04:20 Progress (1): 0.5/1.2 MB error 03-Jan-2023 03:04:20 Progress (1): 0.5/1.2 MB error 03-Jan-2023 03:04:20 Progress (1): 0.5/1.2 MB error 03-Jan-2023 03:04:20 Progress (1): 0.5/1.2 MB error 03-Jan-2023 03:04:20 Progress (1): 0.5/1.2 MB error 03-Jan-2023 03:04:20 Progress (1): 0.5/1.2 MB error 03-Jan-2023 03:04:20 Progress (1): 0.6/1.2 MB error 03-Jan-2023 03:04:20 Progress (1): 0.6/1.2 MB error 03-Jan-2023 03:04:20 Progress (1): 0.6/1.2 MB error 03-Jan-2023 03:04:20 Progress (1): 0.6/1.2 MB error 03-Jan-2023 03:04:20 Progress (1): 0.6/1.2 MB error 03-Jan-2023 03:04:20 Progress (1): 0.6/1.2 MB error 03-Jan-2023 03:04:20 Progress (1): 0.6/1.2 MB error 03-Jan-2023 03:04:20 Progress (1): 0.6/1.2 MB error 03-Jan-2023 03:04:20 Progress (1): 0.6/1.2 MB error 03-Jan-2023 03:04:20 Progress (1): 0.6/1.2 MB error 03-Jan-2023 03:04:20 Progress (1): 0.6/1.2 MB error 03-Jan-2023 03:04:20 Progress (1): 0.7/1.2 MB error 03-Jan-2023 03:04:20 Progress (1): 0.7/1.2 MB error 03-Jan-2023 03:04:20 Progress (1): 0.7/1.2 MB error 03-Jan-2023 03:04:20 Progress (1): 0.7/1.2 MB error 03-Jan-2023 03:04:20 Progress (1): 0.7/1.2 MB error 03-Jan-2023 03:04:20 Progress (1): 0.7/1.2 MB error 03-Jan-2023 03:04:20 Progress (1): 0.7/1.2 MB error 03-Jan-2023 03:04:20 Progress (1): 0.7/1.2 MB error 03-Jan-2023 03:04:20 Progress (1): 0.7/1.2 MB error 03-Jan-2023 03:04:20 Progress (1): 0.7/1.2 MB error 03-Jan-2023 03:04:20 Progress (1): 0.7/1.2 MB error 03-Jan-2023 03:04:20 Progress (1): 0.8/1.2 MB error 03-Jan-2023 03:04:20 Progress (1): 0.8/1.2 MB error 03-Jan-2023 03:04:20 Progress (1): 0.8/1.2 MB error 03-Jan-2023 03:04:20 Progress (1): 0.8/1.2 MB error 03-Jan-2023 03:04:20 Progress (1): 0.8/1.2 MB error 03-Jan-2023 03:04:20 Progress (1): 0.8/1.2 MB error 03-Jan-2023 03:04:20 Progress (1): 0.8/1.2 MB error 03-Jan-2023 03:04:20 Progress (1): 0.8/1.2 MB error 03-Jan-2023 03:04:20 Progress (1): 0.8/1.2 MB error 03-Jan-2023 03:04:20 Progress (1): 0.8/1.2 MB error 03-Jan-2023 03:04:20 Progress (1): 0.8/1.2 MB error 03-Jan-2023 03:04:20 Progress (1): 0.9/1.2 MB error 03-Jan-2023 03:04:20 Progress (1): 0.9/1.2 MB error 03-Jan-2023 03:04:20 Progress (1): 0.9/1.2 MB error 03-Jan-2023 03:04:20 Progress (1): 0.9/1.2 MB error 03-Jan-2023 03:04:20 Progress (1): 0.9/1.2 MB error 03-Jan-2023 03:04:20 Progress (1): 0.9/1.2 MB error 03-Jan-2023 03:04:20 Progress (1): 0.9/1.2 MB error 03-Jan-2023 03:04:20 Progress (1): 0.9/1.2 MB error 03-Jan-2023 03:04:20 Progress (1): 0.9/1.2 MB error 03-Jan-2023 03:04:20 Progress (1): 0.9/1.2 MB error 03-Jan-2023 03:04:20 Progress (1): 0.9/1.2 MB error 03-Jan-2023 03:04:20 Progress (1): 0.9/1.2 MB error 03-Jan-2023 03:04:20 Progress (1): 1.0/1.2 MB error 03-Jan-2023 03:04:20 Progress (1): 1.0/1.2 MB error 03-Jan-2023 03:04:20 Progress (1): 1.0/1.2 MB error 03-Jan-2023 03:04:20 Progress (1): 1.0/1.2 MB error 03-Jan-2023 03:04:20 Progress (1): 1.0/1.2 MB error 03-Jan-2023 03:04:20 Progress (1): 1.0/1.2 MB error 03-Jan-2023 03:04:20 Progress (1): 1.0/1.2 MB error 03-Jan-2023 03:04:20 Progress (1): 1.0/1.2 MB error 03-Jan-2023 03:04:20 Progress (1): 1.0/1.2 MB error 03-Jan-2023 03:04:20 Progress (1): 1.0/1.2 MB error 03-Jan-2023 03:04:20 Progress (1): 1.1/1.2 MB error 03-Jan-2023 03:04:20 Progress (1): 1.1/1.2 MB error 03-Jan-2023 03:04:20 Progress (1): 1.1/1.2 MB error 03-Jan-2023 03:04:20 Progress (1): 1.1/1.2 MB error 03-Jan-2023 03:04:20 Progress (1): 1.1/1.2 MB error 03-Jan-2023 03:04:20 Progress (1): 1.1/1.2 MB error 03-Jan-2023 03:04:20 Progress (1): 1.1/1.2 MB error 03-Jan-2023 03:04:20 Progress (1): 1.1/1.2 MB error 03-Jan-2023 03:04:20 Progress (1): 1.1/1.2 MB error 03-Jan-2023 03:04:20 Progress (1): 1.1/1.2 MB error 03-Jan-2023 03:04:20 Progress (1): 1.1/1.2 MB error 03-Jan-2023 03:04:20 Progress (1): 1.1/1.2 MB error 03-Jan-2023 03:04:20 Progress (1): 1.2/1.2 MB error 03-Jan-2023 03:04:20 Progress (1): 1.2/1.2 MB error 03-Jan-2023 03:04:20 Progress (1): 1.2/1.2 MB error 03-Jan-2023 03:04:20 Progress (1): 1.2/1.2 MB error 03-Jan-2023 03:04:20 Progress (1): 1.2/1.2 MB error 03-Jan-2023 03:04:20 Progress (1): 1.2/1.2 MB error 03-Jan-2023 03:04:20 Progress (1): 1.2/1.2 MB error 03-Jan-2023 03:04:20 Progress (1): 1.2/1.2 MB error 03-Jan-2023 03:04:20 Progress (1): 1.2/1.2 MB error 03-Jan-2023 03:04:20 Progress (1): 1.2/1.2 MB error 03-Jan-2023 03:04:20 Progress (1): 1.2 MB error 03-Jan-2023 03:04:20 error 03-Jan-2023 03:04:20 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/idgen-omod/4.9.0/idgen-omod-4.9.0.jar (1.2 MB at 2.4 MB/s) error 03-Jan-2023 03:04:20 #16 188.9 [INFO] Configured Artifact: org.openmrs.module:metadatamapping-omod:1.6.0:jar error 03-Jan-2023 03:04:20 #16 188.9 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/metadatamapping-omod/1.6.0/metadatamapping-omod-1.6.0.pom error 03-Jan-2023 03:04:20 #16 189.0 Progress (1): 3.3/4.6 kB error 03-Jan-2023 03:04:20 Progress (1): 4.6 kB error 03-Jan-2023 03:04:20 error 03-Jan-2023 03:04:20 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/metadatamapping-omod/1.6.0/metadatamapping-omod-1.6.0.pom (4.6 kB at 20 kB/s) error 03-Jan-2023 03:04:20 #16 189.1 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/metadatamapping/1.6.0/metadatamapping-1.6.0.pom error 03-Jan-2023 03:04:20 #16 189.2 Progress (1): 3.3/12 kB error 03-Jan-2023 03:04:20 Progress (1): 6.1/12 kB error 03-Jan-2023 03:04:20 Progress (1): 8.9/12 kB error 03-Jan-2023 03:04:20 Progress (1): 12/12 kB error 03-Jan-2023 03:04:20 Progress (1): 12 kB error 03-Jan-2023 03:04:20 error 03-Jan-2023 03:04:21 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/metadatamapping/1.6.0/metadatamapping-1.6.0.pom (12 kB at 52 kB/s) error 03-Jan-2023 03:04:21 #16 189.4 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/metadatamapping-omod/1.6.0/metadatamapping-omod-1.6.0.jar error 03-Jan-2023 03:04:21 #16 189.7 Progress (1): 0/3.3 MB error 03-Jan-2023 03:04:21 Progress (1): 0/3.3 MB error 03-Jan-2023 03:04:21 Progress (1): 0.1/3.3 MB error 03-Jan-2023 03:04:21 Progress (1): 0.1/3.3 MB error 03-Jan-2023 03:04:21 Progress (1): 0.1/3.3 MB error 03-Jan-2023 03:04:21 Progress (1): 0.1/3.3 MB error 03-Jan-2023 03:04:21 Progress (1): 0.1/3.3 MB error 03-Jan-2023 03:04:21 Progress (1): 0.2/3.3 MB error 03-Jan-2023 03:04:21 Progress (1): 0.2/3.3 MB error 03-Jan-2023 03:04:21 Progress (1): 0.2/3.3 MB error 03-Jan-2023 03:04:21 Progress (1): 0.2/3.3 MB error 03-Jan-2023 03:04:21 Progress (1): 0.2/3.3 MB error 03-Jan-2023 03:04:21 Progress (1): 0.2/3.3 MB error 03-Jan-2023 03:04:21 Progress (1): 0.3/3.3 MB error 03-Jan-2023 03:04:21 Progress (1): 0.3/3.3 MB error 03-Jan-2023 03:04:21 Progress (1): 0.3/3.3 MB error 03-Jan-2023 03:04:21 Progress (1): 0.3/3.3 MB error 03-Jan-2023 03:04:21 Progress (1): 0.3/3.3 MB error 03-Jan-2023 03:04:21 Progress (1): 0.4/3.3 MB error 03-Jan-2023 03:04:21 Progress (1): 0.4/3.3 MB error 03-Jan-2023 03:04:21 Progress (1): 0.4/3.3 MB error 03-Jan-2023 03:04:21 Progress (1): 0.4/3.3 MB error 03-Jan-2023 03:04:21 Progress (1): 0.4/3.3 MB error 03-Jan-2023 03:04:21 Progress (1): 0.4/3.3 MB error 03-Jan-2023 03:04:21 Progress (1): 0.5/3.3 MB error 03-Jan-2023 03:04:21 Progress (1): 0.5/3.3 MB error 03-Jan-2023 03:04:21 Progress (1): 0.5/3.3 MB error 03-Jan-2023 03:04:21 Progress (1): 0.5/3.3 MB error 03-Jan-2023 03:04:21 Progress (1): 0.5/3.3 MB error 03-Jan-2023 03:04:21 Progress (1): 0.6/3.3 MB error 03-Jan-2023 03:04:21 Progress (1): 0.6/3.3 MB error 03-Jan-2023 03:04:21 Progress (1): 0.6/3.3 MB error 03-Jan-2023 03:04:21 Progress (1): 0.6/3.3 MB error 03-Jan-2023 03:04:21 Progress (1): 0.7/3.3 MB error 03-Jan-2023 03:04:21 Progress (1): 0.7/3.3 MB error 03-Jan-2023 03:04:21 Progress (1): 0.7/3.3 MB error 03-Jan-2023 03:04:21 Progress (1): 0.7/3.3 MB error 03-Jan-2023 03:04:21 Progress (1): 0.7/3.3 MB error 03-Jan-2023 03:04:21 Progress (1): 0.7/3.3 MB error 03-Jan-2023 03:04:21 Progress (1): 0.8/3.3 MB error 03-Jan-2023 03:04:21 Progress (1): 0.8/3.3 MB error 03-Jan-2023 03:04:21 Progress (1): 0.8/3.3 MB error 03-Jan-2023 03:04:21 Progress (1): 0.8/3.3 MB error 03-Jan-2023 03:04:21 Progress (1): 0.8/3.3 MB error 03-Jan-2023 03:04:21 Progress (1): 0.9/3.3 MB error 03-Jan-2023 03:04:21 Progress (1): 0.9/3.3 MB error 03-Jan-2023 03:04:21 Progress (1): 0.9/3.3 MB error 03-Jan-2023 03:04:21 Progress (1): 0.9/3.3 MB error 03-Jan-2023 03:04:21 Progress (1): 0.9/3.3 MB error 03-Jan-2023 03:04:21 Progress (1): 0.9/3.3 MB error 03-Jan-2023 03:04:21 Progress (1): 1.0/3.3 MB error 03-Jan-2023 03:04:21 Progress (1): 1.0/3.3 MB error 03-Jan-2023 03:04:21 Progress (1): 1.0/3.3 MB error 03-Jan-2023 03:04:21 Progress (1): 1.0/3.3 MB error 03-Jan-2023 03:04:21 Progress (1): 1.0/3.3 MB error 03-Jan-2023 03:04:21 Progress (1): 1.1/3.3 MB error 03-Jan-2023 03:04:21 Progress (1): 1.1/3.3 MB error 03-Jan-2023 03:04:21 Progress (1): 1.1/3.3 MB error 03-Jan-2023 03:04:21 Progress (1): 1.1/3.3 MB error 03-Jan-2023 03:04:21 Progress (1): 1.1/3.3 MB error 03-Jan-2023 03:04:21 Progress (1): 1.1/3.3 MB error 03-Jan-2023 03:04:21 Progress (1): 1.2/3.3 MB error 03-Jan-2023 03:04:21 Progress (1): 1.2/3.3 MB error 03-Jan-2023 03:04:21 Progress (1): 1.2/3.3 MB error 03-Jan-2023 03:04:21 Progress (1): 1.2/3.3 MB error 03-Jan-2023 03:04:21 Progress (1): 1.2/3.3 MB error 03-Jan-2023 03:04:21 Progress (1): 1.3/3.3 MB error 03-Jan-2023 03:04:21 Progress (1): 1.3/3.3 MB error 03-Jan-2023 03:04:21 Progress (1): 1.3/3.3 MB error 03-Jan-2023 03:04:21 Progress (1): 1.3/3.3 MB error 03-Jan-2023 03:04:21 Progress (1): 1.3/3.3 MB error 03-Jan-2023 03:04:21 Progress (1): 1.4/3.3 MB error 03-Jan-2023 03:04:21 Progress (1): 1.4/3.3 MB error 03-Jan-2023 03:04:21 Progress (1): 1.4/3.3 MB error 03-Jan-2023 03:04:21 Progress (1): 1.4/3.3 MB error 03-Jan-2023 03:04:21 Progress (1): 1.4/3.3 MB error 03-Jan-2023 03:04:21 Progress (1): 1.5/3.3 MB error 03-Jan-2023 03:04:21 Progress (1): 1.5/3.3 MB error 03-Jan-2023 03:04:21 Progress (1): 1.5/3.3 MB error 03-Jan-2023 03:04:21 Progress (1): 1.5/3.3 MB error 03-Jan-2023 03:04:21 Progress (1): 1.5/3.3 MB error 03-Jan-2023 03:04:21 Progress (1): 1.6/3.3 MB error 03-Jan-2023 03:04:21 Progress (1): 1.6/3.3 MB error 03-Jan-2023 03:04:21 Progress (1): 1.6/3.3 MB error 03-Jan-2023 03:04:21 Progress (1): 1.6/3.3 MB error 03-Jan-2023 03:04:21 Progress (1): 1.6/3.3 MB error 03-Jan-2023 03:04:21 Progress (1): 1.7/3.3 MB error 03-Jan-2023 03:04:21 Progress (1): 1.7/3.3 MB error 03-Jan-2023 03:04:21 Progress (1): 1.7/3.3 MB error 03-Jan-2023 03:04:21 Progress (1): 1.7/3.3 MB error 03-Jan-2023 03:04:21 Progress (1): 1.7/3.3 MB error 03-Jan-2023 03:04:21 Progress (1): 1.7/3.3 MB error 03-Jan-2023 03:04:21 Progress (1): 1.8/3.3 MB error 03-Jan-2023 03:04:21 Progress (1): 1.8/3.3 MB error 03-Jan-2023 03:04:21 Progress (1): 1.8/3.3 MB error 03-Jan-2023 03:04:21 Progress (1): 1.8/3.3 MB error 03-Jan-2023 03:04:21 Progress (1): 1.8/3.3 MB error 03-Jan-2023 03:04:21 Progress (1): 1.9/3.3 MB error 03-Jan-2023 03:04:21 Progress (1): 1.9/3.3 MB error 03-Jan-2023 03:04:21 Progress (1): 1.9/3.3 MB error 03-Jan-2023 03:04:21 Progress (1): 1.9/3.3 MB error 03-Jan-2023 03:04:21 Progress (1): 1.9/3.3 MB error 03-Jan-2023 03:04:21 Progress (1): 1.9/3.3 MB error 03-Jan-2023 03:04:21 Progress (1): 2.0/3.3 MB error 03-Jan-2023 03:04:21 Progress (1): 2.0/3.3 MB error 03-Jan-2023 03:04:21 Progress (1): 2.0/3.3 MB error 03-Jan-2023 03:04:21 Progress (1): 2.0/3.3 MB error 03-Jan-2023 03:04:21 Progress (1): 2.1/3.3 MB error 03-Jan-2023 03:04:21 Progress (1): 2.1/3.3 MB error 03-Jan-2023 03:04:21 Progress (1): 2.1/3.3 MB error 03-Jan-2023 03:04:21 Progress (1): 2.1/3.3 MB error 03-Jan-2023 03:04:21 Progress (1): 2.1/3.3 MB error 03-Jan-2023 03:04:21 Progress (1): 2.1/3.3 MB error 03-Jan-2023 03:04:21 Progress (1): 2.2/3.3 MB error 03-Jan-2023 03:04:21 Progress (1): 2.2/3.3 MB error 03-Jan-2023 03:04:21 Progress (1): 2.2/3.3 MB error 03-Jan-2023 03:04:21 Progress (1): 2.2/3.3 MB error 03-Jan-2023 03:04:21 Progress (1): 2.2/3.3 MB error 03-Jan-2023 03:04:21 Progress (1): 2.2/3.3 MB error 03-Jan-2023 03:04:21 Progress (1): 2.3/3.3 MB error 03-Jan-2023 03:04:21 Progress (1): 2.3/3.3 MB error 03-Jan-2023 03:04:21 Progress (1): 2.3/3.3 MB error 03-Jan-2023 03:04:21 Progress (1): 2.3/3.3 MB error 03-Jan-2023 03:04:21 Progress (1): 2.3/3.3 MB error 03-Jan-2023 03:04:21 Progress (1): 2.4/3.3 MB error 03-Jan-2023 03:04:21 Progress (1): 2.4/3.3 MB error 03-Jan-2023 03:04:21 Progress (1): 2.4/3.3 MB error 03-Jan-2023 03:04:21 Progress (1): 2.4/3.3 MB error 03-Jan-2023 03:04:21 Progress (1): 2.4/3.3 MB error 03-Jan-2023 03:04:21 Progress (1): 2.4/3.3 MB error 03-Jan-2023 03:04:21 Progress (1): 2.5/3.3 MB error 03-Jan-2023 03:04:21 Progress (1): 2.5/3.3 MB error 03-Jan-2023 03:04:21 Progress (1): 2.5/3.3 MB error 03-Jan-2023 03:04:21 Progress (1): 2.5/3.3 MB error 03-Jan-2023 03:04:21 Progress (1): 2.5/3.3 MB error 03-Jan-2023 03:04:21 Progress (1): 2.6/3.3 MB error 03-Jan-2023 03:04:21 Progress (1): 2.6/3.3 MB error 03-Jan-2023 03:04:21 Progress (1): 2.6/3.3 MB error 03-Jan-2023 03:04:21 Progress (1): 2.6/3.3 MB error 03-Jan-2023 03:04:21 Progress (1): 2.6/3.3 MB error 03-Jan-2023 03:04:21 Progress (1): 2.6/3.3 MB error 03-Jan-2023 03:04:21 Progress (1): 2.7/3.3 MB error 03-Jan-2023 03:04:21 Progress (1): 2.7/3.3 MB error 03-Jan-2023 03:04:21 Progress (1): 2.7/3.3 MB error 03-Jan-2023 03:04:21 Progress (1): 2.7/3.3 MB error 03-Jan-2023 03:04:21 Progress (1): 2.7/3.3 MB error 03-Jan-2023 03:04:21 Progress (1): 2.8/3.3 MB error 03-Jan-2023 03:04:21 Progress (1): 2.8/3.3 MB error 03-Jan-2023 03:04:21 Progress (1): 2.8/3.3 MB error 03-Jan-2023 03:04:21 Progress (1): 2.8/3.3 MB error 03-Jan-2023 03:04:21 Progress (1): 2.8/3.3 MB error 03-Jan-2023 03:04:21 Progress (1): 2.8/3.3 MB error 03-Jan-2023 03:04:21 Progress (1): 2.9/3.3 MB error 03-Jan-2023 03:04:21 Progress (1): 2.9/3.3 MB error 03-Jan-2023 03:04:21 Progress (1): 2.9/3.3 MB error 03-Jan-2023 03:04:21 Progress (1): 2.9/3.3 MB error 03-Jan-2023 03:04:21 Progress (1): 2.9/3.3 MB error 03-Jan-2023 03:04:21 Progress (1): 3.0/3.3 MB error 03-Jan-2023 03:04:21 Progress (1): 3.0/3.3 MB error 03-Jan-2023 03:04:21 Progress (1): 3.0/3.3 MB error 03-Jan-2023 03:04:21 Progress (1): 3.0/3.3 MB error 03-Jan-2023 03:04:21 Progress (1): 3.0/3.3 MB error 03-Jan-2023 03:04:21 Progress (1): 3.1/3.3 MB error 03-Jan-2023 03:04:21 Progress (1): 3.1/3.3 MB error 03-Jan-2023 03:04:21 Progress (1): 3.1/3.3 MB error 03-Jan-2023 03:04:21 Progress (1): 3.1/3.3 MB error 03-Jan-2023 03:04:21 Progress (1): 3.1/3.3 MB error 03-Jan-2023 03:04:21 Progress (1): 3.1/3.3 MB error 03-Jan-2023 03:04:21 Progress (1): 3.2/3.3 MB error 03-Jan-2023 03:04:21 Progress (1): 3.2/3.3 MB error 03-Jan-2023 03:04:21 Progress (1): 3.2/3.3 MB error 03-Jan-2023 03:04:21 Progress (1): 3.2/3.3 MB error 03-Jan-2023 03:04:21 Progress (1): 3.3/3.3 MB error 03-Jan-2023 03:04:21 Progress (1): 3.3/3.3 MB error 03-Jan-2023 03:04:21 Progress (1): 3.3/3.3 MB error 03-Jan-2023 03:04:21 Progress (1): 3.3 MB error 03-Jan-2023 03:04:21 error 03-Jan-2023 03:04:21 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/metadatamapping-omod/1.6.0/metadatamapping-omod-1.6.0.jar (3.3 MB at 4.1 MB/s) error 03-Jan-2023 03:04:21 #16 190.2 [INFO] Configured Artifact: org.openmrs.module:htmlformentryui-omod:2.2.0:jar error 03-Jan-2023 03:04:21 #16 190.2 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/htmlformentryui-omod/2.2.0/htmlformentryui-omod-2.2.0.pom error 03-Jan-2023 03:04:21 #16 190.3 Progress (1): 3.3/9.8 kB error 03-Jan-2023 03:04:21 Progress (1): 6.1/9.8 kB error 03-Jan-2023 03:04:21 Progress (1): 8.9/9.8 kB error 03-Jan-2023 03:04:21 Progress (1): 9.8 kB error 03-Jan-2023 03:04:22 error 03-Jan-2023 03:04:22 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/htmlformentryui-omod/2.2.0/htmlformentryui-omod-2.2.0.pom (9.8 kB at 42 kB/s) error 03-Jan-2023 03:04:22 #16 190.4 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/htmlformentryui/2.2.0/htmlformentryui-2.2.0.pom error 03-Jan-2023 03:04:22 #16 190.5 Progress (1): 3.3/13 kB error 03-Jan-2023 03:04:22 Progress (1): 6.1/13 kB error 03-Jan-2023 03:04:22 Progress (1): 8.9/13 kB error 03-Jan-2023 03:04:22 Progress (1): 12/13 kB error 03-Jan-2023 03:04:22 Progress (1): 13 kB error 03-Jan-2023 03:04:22 error 03-Jan-2023 03:04:22 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/htmlformentryui/2.2.0/htmlformentryui-2.2.0.pom (13 kB at 58 kB/s) error 03-Jan-2023 03:04:22 #16 190.7 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/htmlformentryui-omod/2.2.0/htmlformentryui-omod-2.2.0.jar error 03-Jan-2023 03:04:22 #16 191.0 Progress (1): 0/1.5 MB error 03-Jan-2023 03:04:22 Progress (1): 0/1.5 MB error 03-Jan-2023 03:04:22 Progress (1): 0/1.5 MB error 03-Jan-2023 03:04:22 Progress (1): 0/1.5 MB error 03-Jan-2023 03:04:22 Progress (1): 0/1.5 MB error 03-Jan-2023 03:04:22 Progress (1): 0.1/1.5 MB error 03-Jan-2023 03:04:22 Progress (1): 0.1/1.5 MB error 03-Jan-2023 03:04:22 Progress (1): 0.1/1.5 MB error 03-Jan-2023 03:04:22 Progress (1): 0.1/1.5 MB error 03-Jan-2023 03:04:22 Progress (1): 0.1/1.5 MB error 03-Jan-2023 03:04:22 Progress (1): 0.1/1.5 MB error 03-Jan-2023 03:04:22 Progress (1): 0.1/1.5 MB error 03-Jan-2023 03:04:22 Progress (1): 0.1/1.5 MB error 03-Jan-2023 03:04:22 Progress (1): 0.1/1.5 MB error 03-Jan-2023 03:04:22 Progress (1): 0.1/1.5 MB error 03-Jan-2023 03:04:22 Progress (1): 0.1/1.5 MB error 03-Jan-2023 03:04:22 Progress (1): 0.2/1.5 MB error 03-Jan-2023 03:04:22 Progress (1): 0.2/1.5 MB error 03-Jan-2023 03:04:22 Progress (1): 0.2/1.5 MB error 03-Jan-2023 03:04:22 Progress (1): 0.2/1.5 MB error 03-Jan-2023 03:04:22 Progress (1): 0.2/1.5 MB error 03-Jan-2023 03:04:22 Progress (1): 0.2/1.5 MB error 03-Jan-2023 03:04:22 Progress (1): 0.2/1.5 MB error 03-Jan-2023 03:04:22 Progress (1): 0.2/1.5 MB error 03-Jan-2023 03:04:22 Progress (1): 0.2/1.5 MB error 03-Jan-2023 03:04:22 Progress (1): 0.2/1.5 MB error 03-Jan-2023 03:04:22 Progress (1): 0.2/1.5 MB error 03-Jan-2023 03:04:22 Progress (1): 0.2/1.5 MB error 03-Jan-2023 03:04:22 Progress (1): 0.3/1.5 MB error 03-Jan-2023 03:04:22 Progress (1): 0.3/1.5 MB error 03-Jan-2023 03:04:22 Progress (1): 0.3/1.5 MB error 03-Jan-2023 03:04:22 Progress (1): 0.3/1.5 MB error 03-Jan-2023 03:04:22 Progress (1): 0.3/1.5 MB error 03-Jan-2023 03:04:22 Progress (1): 0.3/1.5 MB error 03-Jan-2023 03:04:22 Progress (1): 0.3/1.5 MB error 03-Jan-2023 03:04:22 Progress (1): 0.3/1.5 MB error 03-Jan-2023 03:04:22 Progress (1): 0.3/1.5 MB error 03-Jan-2023 03:04:22 Progress (1): 0.3/1.5 MB error 03-Jan-2023 03:04:22 Progress (1): 0.3/1.5 MB error 03-Jan-2023 03:04:22 Progress (1): 0.4/1.5 MB error 03-Jan-2023 03:04:22 Progress (1): 0.4/1.5 MB error 03-Jan-2023 03:04:22 Progress (1): 0.4/1.5 MB error 03-Jan-2023 03:04:22 Progress (1): 0.4/1.5 MB error 03-Jan-2023 03:04:22 Progress (1): 0.4/1.5 MB error 03-Jan-2023 03:04:22 Progress (1): 0.4/1.5 MB error 03-Jan-2023 03:04:22 Progress (1): 0.4/1.5 MB error 03-Jan-2023 03:04:22 Progress (1): 0.4/1.5 MB error 03-Jan-2023 03:04:22 Progress (1): 0.4/1.5 MB error 03-Jan-2023 03:04:22 Progress (1): 0.4/1.5 MB error 03-Jan-2023 03:04:22 Progress (1): 0.4/1.5 MB error 03-Jan-2023 03:04:22 Progress (1): 0.5/1.5 MB error 03-Jan-2023 03:04:22 Progress (1): 0.5/1.5 MB error 03-Jan-2023 03:04:22 Progress (1): 0.5/1.5 MB error 03-Jan-2023 03:04:22 Progress (1): 0.5/1.5 MB error 03-Jan-2023 03:04:22 Progress (1): 0.5/1.5 MB error 03-Jan-2023 03:04:22 Progress (1): 0.5/1.5 MB error 03-Jan-2023 03:04:22 Progress (1): 0.5/1.5 MB error 03-Jan-2023 03:04:22 Progress (1): 0.5/1.5 MB error 03-Jan-2023 03:04:22 Progress (1): 0.5/1.5 MB error 03-Jan-2023 03:04:22 Progress (1): 0.5/1.5 MB error 03-Jan-2023 03:04:22 Progress (1): 0.5/1.5 MB error 03-Jan-2023 03:04:22 Progress (1): 0.6/1.5 MB error 03-Jan-2023 03:04:22 Progress (1): 0.6/1.5 MB error 03-Jan-2023 03:04:22 Progress (1): 0.6/1.5 MB error 03-Jan-2023 03:04:22 Progress (1): 0.6/1.5 MB error 03-Jan-2023 03:04:22 Progress (1): 0.6/1.5 MB error 03-Jan-2023 03:04:22 Progress (1): 0.6/1.5 MB error 03-Jan-2023 03:04:22 Progress (1): 0.6/1.5 MB error 03-Jan-2023 03:04:22 Progress (1): 0.6/1.5 MB error 03-Jan-2023 03:04:22 Progress (1): 0.6/1.5 MB error 03-Jan-2023 03:04:22 Progress (1): 0.6/1.5 MB error 03-Jan-2023 03:04:22 Progress (1): 0.6/1.5 MB error 03-Jan-2023 03:04:22 Progress (1): 0.7/1.5 MB error 03-Jan-2023 03:04:22 Progress (1): 0.7/1.5 MB error 03-Jan-2023 03:04:22 Progress (1): 0.7/1.5 MB error 03-Jan-2023 03:04:22 Progress (1): 0.7/1.5 MB error 03-Jan-2023 03:04:22 Progress (1): 0.7/1.5 MB error 03-Jan-2023 03:04:22 Progress (1): 0.7/1.5 MB error 03-Jan-2023 03:04:22 Progress (1): 0.7/1.5 MB error 03-Jan-2023 03:04:22 Progress (1): 0.7/1.5 MB error 03-Jan-2023 03:04:22 Progress (1): 0.7/1.5 MB error 03-Jan-2023 03:04:22 Progress (1): 0.7/1.5 MB error 03-Jan-2023 03:04:22 Progress (1): 0.7/1.5 MB error 03-Jan-2023 03:04:22 Progress (1): 0.8/1.5 MB error 03-Jan-2023 03:04:22 Progress (1): 0.8/1.5 MB error 03-Jan-2023 03:04:22 Progress (1): 0.8/1.5 MB error 03-Jan-2023 03:04:22 Progress (1): 0.8/1.5 MB error 03-Jan-2023 03:04:22 Progress (1): 0.8/1.5 MB error 03-Jan-2023 03:04:22 Progress (1): 0.8/1.5 MB error 03-Jan-2023 03:04:22 Progress (1): 0.8/1.5 MB error 03-Jan-2023 03:04:22 Progress (1): 0.8/1.5 MB error 03-Jan-2023 03:04:22 Progress (1): 0.8/1.5 MB error 03-Jan-2023 03:04:22 Progress (1): 0.8/1.5 MB error 03-Jan-2023 03:04:22 Progress (1): 0.8/1.5 MB error 03-Jan-2023 03:04:22 Progress (1): 0.9/1.5 MB error 03-Jan-2023 03:04:22 Progress (1): 0.9/1.5 MB error 03-Jan-2023 03:04:22 Progress (1): 0.9/1.5 MB error 03-Jan-2023 03:04:22 Progress (1): 0.9/1.5 MB error 03-Jan-2023 03:04:22 Progress (1): 0.9/1.5 MB error 03-Jan-2023 03:04:22 Progress (1): 0.9/1.5 MB error 03-Jan-2023 03:04:22 Progress (1): 0.9/1.5 MB error 03-Jan-2023 03:04:22 Progress (1): 0.9/1.5 MB error 03-Jan-2023 03:04:22 Progress (1): 0.9/1.5 MB error 03-Jan-2023 03:04:22 Progress (1): 0.9/1.5 MB error 03-Jan-2023 03:04:22 Progress (1): 0.9/1.5 MB error 03-Jan-2023 03:04:22 Progress (1): 1.0/1.5 MB error 03-Jan-2023 03:04:22 Progress (1): 1.0/1.5 MB error 03-Jan-2023 03:04:22 Progress (1): 1.0/1.5 MB error 03-Jan-2023 03:04:22 Progress (1): 1.0/1.5 MB error 03-Jan-2023 03:04:22 Progress (1): 1.0/1.5 MB error 03-Jan-2023 03:04:22 Progress (1): 1.0/1.5 MB error 03-Jan-2023 03:04:22 Progress (1): 1.0/1.5 MB error 03-Jan-2023 03:04:22 Progress (1): 1.0/1.5 MB error 03-Jan-2023 03:04:22 Progress (1): 1.0/1.5 MB error 03-Jan-2023 03:04:22 Progress (1): 1.0/1.5 MB error 03-Jan-2023 03:04:22 Progress (1): 1.0/1.5 MB error 03-Jan-2023 03:04:22 Progress (1): 1.0/1.5 MB error 03-Jan-2023 03:04:22 Progress (1): 1.1/1.5 MB error 03-Jan-2023 03:04:22 Progress (1): 1.1/1.5 MB error 03-Jan-2023 03:04:22 Progress (1): 1.1/1.5 MB error 03-Jan-2023 03:04:22 Progress (1): 1.1/1.5 MB error 03-Jan-2023 03:04:22 Progress (1): 1.1/1.5 MB error 03-Jan-2023 03:04:22 Progress (1): 1.1/1.5 MB error 03-Jan-2023 03:04:22 Progress (1): 1.1/1.5 MB error 03-Jan-2023 03:04:22 Progress (1): 1.1/1.5 MB error 03-Jan-2023 03:04:22 Progress (1): 1.1/1.5 MB error 03-Jan-2023 03:04:22 Progress (1): 1.1/1.5 MB error 03-Jan-2023 03:04:22 Progress (1): 1.1/1.5 MB error 03-Jan-2023 03:04:22 Progress (1): 1.2/1.5 MB error 03-Jan-2023 03:04:22 Progress (1): 1.2/1.5 MB error 03-Jan-2023 03:04:22 Progress (1): 1.2/1.5 MB error 03-Jan-2023 03:04:22 Progress (1): 1.2/1.5 MB error 03-Jan-2023 03:04:22 Progress (1): 1.2/1.5 MB error 03-Jan-2023 03:04:22 Progress (1): 1.2/1.5 MB error 03-Jan-2023 03:04:22 Progress (1): 1.2/1.5 MB error 03-Jan-2023 03:04:22 Progress (1): 1.2/1.5 MB error 03-Jan-2023 03:04:22 Progress (1): 1.2/1.5 MB error 03-Jan-2023 03:04:22 Progress (1): 1.2/1.5 MB error 03-Jan-2023 03:04:22 Progress (1): 1.2/1.5 MB error 03-Jan-2023 03:04:22 Progress (1): 1.3/1.5 MB error 03-Jan-2023 03:04:22 Progress (1): 1.3/1.5 MB error 03-Jan-2023 03:04:22 Progress (1): 1.3/1.5 MB error 03-Jan-2023 03:04:22 Progress (1): 1.3/1.5 MB error 03-Jan-2023 03:04:22 Progress (1): 1.3/1.5 MB error 03-Jan-2023 03:04:22 Progress (1): 1.3/1.5 MB error 03-Jan-2023 03:04:22 Progress (1): 1.3/1.5 MB error 03-Jan-2023 03:04:22 Progress (1): 1.3/1.5 MB error 03-Jan-2023 03:04:22 Progress (1): 1.3/1.5 MB error 03-Jan-2023 03:04:22 Progress (1): 1.3/1.5 MB error 03-Jan-2023 03:04:22 Progress (1): 1.3/1.5 MB error 03-Jan-2023 03:04:22 Progress (1): 1.3/1.5 MB error 03-Jan-2023 03:04:22 Progress (1): 1.4/1.5 MB error 03-Jan-2023 03:04:22 Progress (1): 1.4/1.5 MB error 03-Jan-2023 03:04:22 Progress (1): 1.4/1.5 MB error 03-Jan-2023 03:04:22 Progress (1): 1.4/1.5 MB error 03-Jan-2023 03:04:22 Progress (1): 1.4/1.5 MB error 03-Jan-2023 03:04:22 Progress (1): 1.4/1.5 MB error 03-Jan-2023 03:04:22 Progress (1): 1.4/1.5 MB error 03-Jan-2023 03:04:22 Progress (1): 1.4/1.5 MB error 03-Jan-2023 03:04:22 Progress (1): 1.4/1.5 MB error 03-Jan-2023 03:04:22 Progress (1): 1.4/1.5 MB error 03-Jan-2023 03:04:22 Progress (1): 1.4/1.5 MB error 03-Jan-2023 03:04:22 Progress (1): 1.5/1.5 MB error 03-Jan-2023 03:04:22 Progress (1): 1.5 MB error 03-Jan-2023 03:04:23 error 03-Jan-2023 03:04:23 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/htmlformentryui-omod/2.2.0/htmlformentryui-omod-2.2.0.jar (1.5 MB at 2.3 MB/s) error 03-Jan-2023 03:04:23 #16 191.3 [INFO] Configured Artifact: org.openmrs.module:referencedemodata-omod:1.4.8:jar error 03-Jan-2023 03:04:23 #16 191.3 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/referencedemodata-omod/1.4.8/referencedemodata-omod-1.4.8.pom error 03-Jan-2023 03:04:23 #16 191.5 Progress (1): 3.3/4.9 kB error 03-Jan-2023 03:04:23 Progress (1): 4.9 kB error 03-Jan-2023 03:04:23 error 03-Jan-2023 03:04:23 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/referencedemodata-omod/1.4.8/referencedemodata-omod-1.4.8.pom (4.9 kB at 19 kB/s) error 03-Jan-2023 03:04:23 #16 191.6 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/referencedemodata/1.4.8/referencedemodata-1.4.8.pom error 03-Jan-2023 03:04:23 #16 191.7 Progress (1): 3.3/9.9 kB error 03-Jan-2023 03:04:23 Progress (1): 6.1/9.9 kB error 03-Jan-2023 03:04:23 Progress (1): 8.9/9.9 kB error 03-Jan-2023 03:04:23 Progress (1): 9.9 kB error 03-Jan-2023 03:04:23 error 03-Jan-2023 03:04:23 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/referencedemodata/1.4.8/referencedemodata-1.4.8.pom (9.9 kB at 40 kB/s) error 03-Jan-2023 03:04:23 #16 191.9 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/referencedemodata-omod/1.4.8/referencedemodata-omod-1.4.8.jar error 03-Jan-2023 03:04:23 #16 192.0 Progress (1): 3.3/57 kB error 03-Jan-2023 03:04:23 Progress (1): 6.1/57 kB error 03-Jan-2023 03:04:23 Progress (1): 8.9/57 kB error 03-Jan-2023 03:04:23 Progress (1): 12/57 kB error 03-Jan-2023 03:04:23 Progress (1): 14/57 kB error 03-Jan-2023 03:04:23 Progress (1): 17/57 kB error 03-Jan-2023 03:04:23 Progress (1): 20/57 kB error 03-Jan-2023 03:04:23 Progress (1): 23/57 kB error 03-Jan-2023 03:04:23 Progress (1): 26/57 kB error 03-Jan-2023 03:04:23 Progress (1): 28/57 kB error 03-Jan-2023 03:04:23 Progress (1): 31/57 kB error 03-Jan-2023 03:04:23 Progress (1): 34/57 kB error 03-Jan-2023 03:04:23 Progress (1): 37/57 kB error 03-Jan-2023 03:04:23 Progress (1): 40/57 kB error 03-Jan-2023 03:04:23 Progress (1): 42/57 kB error 03-Jan-2023 03:04:23 Progress (1): 45/57 kB error 03-Jan-2023 03:04:23 Progress (1): 48/57 kB error 03-Jan-2023 03:04:23 Progress (1): 51/57 kB error 03-Jan-2023 03:04:23 Progress (1): 54/57 kB error 03-Jan-2023 03:04:23 Progress (1): 56/57 kB error 03-Jan-2023 03:04:23 Progress (1): 57 kB error 03-Jan-2023 03:04:23 error 03-Jan-2023 03:04:23 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/referencedemodata-omod/1.4.8/referencedemodata-omod-1.4.8.jar (57 kB at 211 kB/s) error 03-Jan-2023 03:04:23 #16 192.2 [INFO] Configured Artifact: org.openmrs.module:emrapi-omod:1.33.0:jar error 03-Jan-2023 03:04:23 #16 192.2 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/emrapi-omod/1.33.0/emrapi-omod-1.33.0.pom error 03-Jan-2023 03:04:23 #16 192.3 Progress (1): 3.3/19 kB error 03-Jan-2023 03:04:23 Progress (1): 6.1/19 kB error 03-Jan-2023 03:04:23 Progress (1): 8.9/19 kB error 03-Jan-2023 03:04:23 Progress (1): 12/19 kB error 03-Jan-2023 03:04:23 Progress (1): 15/19 kB error 03-Jan-2023 03:04:23 Progress (1): 17/19 kB error 03-Jan-2023 03:04:23 Progress (1): 19 kB error 03-Jan-2023 03:04:23 error 03-Jan-2023 03:04:24 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/emrapi-omod/1.33.0/emrapi-omod-1.33.0.pom (19 kB at 79 kB/s) error 03-Jan-2023 03:04:24 #16 192.4 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/emrapi/1.33.0/emrapi-1.33.0.pom error 03-Jan-2023 03:04:24 #16 192.5 Progress (1): 3.3/15 kB error 03-Jan-2023 03:04:24 Progress (1): 6.1/15 kB error 03-Jan-2023 03:04:24 Progress (1): 8.9/15 kB error 03-Jan-2023 03:04:24 Progress (1): 12/15 kB error 03-Jan-2023 03:04:24 Progress (1): 15/15 kB error 03-Jan-2023 03:04:24 Progress (1): 15 kB error 03-Jan-2023 03:04:24 error 03-Jan-2023 03:04:24 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/emrapi/1.33.0/emrapi-1.33.0.pom (15 kB at 59 kB/s) error 03-Jan-2023 03:04:24 #16 192.7 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/emrapi-omod/1.33.0/emrapi-omod-1.33.0.jar error 03-Jan-2023 03:04:24 #16 193.0 Progress (1): 0/1.0 MB error 03-Jan-2023 03:04:24 Progress (1): 0/1.0 MB error 03-Jan-2023 03:04:24 Progress (1): 0/1.0 MB error 03-Jan-2023 03:04:24 Progress (1): 0/1.0 MB error 03-Jan-2023 03:04:24 Progress (1): 0/1.0 MB error 03-Jan-2023 03:04:24 Progress (1): 0/1.0 MB error 03-Jan-2023 03:04:24 Progress (1): 0.1/1.0 MB error 03-Jan-2023 03:04:24 Progress (1): 0.1/1.0 MB error 03-Jan-2023 03:04:24 Progress (1): 0.1/1.0 MB error 03-Jan-2023 03:04:24 Progress (1): 0.1/1.0 MB error 03-Jan-2023 03:04:24 Progress (1): 0.1/1.0 MB error 03-Jan-2023 03:04:24 Progress (1): 0.1/1.0 MB error 03-Jan-2023 03:04:24 Progress (1): 0.1/1.0 MB error 03-Jan-2023 03:04:24 Progress (1): 0.1/1.0 MB error 03-Jan-2023 03:04:24 Progress (1): 0.1/1.0 MB error 03-Jan-2023 03:04:24 Progress (1): 0.1/1.0 MB error 03-Jan-2023 03:04:24 Progress (1): 0.1/1.0 MB error 03-Jan-2023 03:04:24 Progress (1): 0.1/1.0 MB error 03-Jan-2023 03:04:24 Progress (1): 0.1/1.0 MB error 03-Jan-2023 03:04:24 Progress (1): 0.2/1.0 MB error 03-Jan-2023 03:04:24 Progress (1): 0.2/1.0 MB error 03-Jan-2023 03:04:24 Progress (1): 0.2/1.0 MB error 03-Jan-2023 03:04:24 Progress (1): 0.2/1.0 MB error 03-Jan-2023 03:04:24 Progress (1): 0.2/1.0 MB error 03-Jan-2023 03:04:24 Progress (1): 0.2/1.0 MB error 03-Jan-2023 03:04:24 Progress (1): 0.2/1.0 MB error 03-Jan-2023 03:04:24 Progress (1): 0.2/1.0 MB error 03-Jan-2023 03:04:24 Progress (1): 0.2/1.0 MB error 03-Jan-2023 03:04:24 Progress (1): 0.2/1.0 MB error 03-Jan-2023 03:04:24 Progress (1): 0.2/1.0 MB error 03-Jan-2023 03:04:24 Progress (1): 0.2/1.0 MB error 03-Jan-2023 03:04:24 Progress (1): 0.3/1.0 MB error 03-Jan-2023 03:04:24 Progress (1): 0.3/1.0 MB error 03-Jan-2023 03:04:24 Progress (1): 0.3/1.0 MB error 03-Jan-2023 03:04:24 Progress (1): 0.3/1.0 MB error 03-Jan-2023 03:04:24 Progress (1): 0.3/1.0 MB error 03-Jan-2023 03:04:24 Progress (1): 0.3/1.0 MB error 03-Jan-2023 03:04:24 Progress (1): 0.3/1.0 MB error 03-Jan-2023 03:04:24 Progress (1): 0.3/1.0 MB error 03-Jan-2023 03:04:24 Progress (1): 0.3/1.0 MB error 03-Jan-2023 03:04:24 Progress (1): 0.3/1.0 MB error 03-Jan-2023 03:04:24 Progress (1): 0.3/1.0 MB error 03-Jan-2023 03:04:24 Progress (1): 0.3/1.0 MB error 03-Jan-2023 03:04:24 Progress (1): 0.3/1.0 MB error 03-Jan-2023 03:04:24 Progress (1): 0.4/1.0 MB error 03-Jan-2023 03:04:24 Progress (1): 0.4/1.0 MB error 03-Jan-2023 03:04:24 Progress (1): 0.4/1.0 MB error 03-Jan-2023 03:04:24 Progress (1): 0.4/1.0 MB error 03-Jan-2023 03:04:24 Progress (1): 0.4/1.0 MB error 03-Jan-2023 03:04:24 Progress (1): 0.4/1.0 MB error 03-Jan-2023 03:04:24 Progress (1): 0.4/1.0 MB error 03-Jan-2023 03:04:24 Progress (1): 0.4/1.0 MB error 03-Jan-2023 03:04:24 Progress (1): 0.4/1.0 MB error 03-Jan-2023 03:04:24 Progress (1): 0.4/1.0 MB error 03-Jan-2023 03:04:24 Progress (1): 0.4/1.0 MB error 03-Jan-2023 03:04:24 Progress (1): 0.4/1.0 MB error 03-Jan-2023 03:04:24 Progress (1): 0.4/1.0 MB error 03-Jan-2023 03:04:24 Progress (1): 0.5/1.0 MB error 03-Jan-2023 03:04:24 Progress (1): 0.5/1.0 MB error 03-Jan-2023 03:04:24 Progress (1): 0.5/1.0 MB error 03-Jan-2023 03:04:24 Progress (1): 0.5/1.0 MB error 03-Jan-2023 03:04:24 Progress (1): 0.5/1.0 MB error 03-Jan-2023 03:04:24 Progress (1): 0.5/1.0 MB error 03-Jan-2023 03:04:24 Progress (1): 0.5/1.0 MB error 03-Jan-2023 03:04:24 Progress (1): 0.5/1.0 MB error 03-Jan-2023 03:04:24 Progress (1): 0.5/1.0 MB error 03-Jan-2023 03:04:24 Progress (1): 0.5/1.0 MB error 03-Jan-2023 03:04:24 Progress (1): 0.5/1.0 MB error 03-Jan-2023 03:04:24 Progress (1): 0.5/1.0 MB error 03-Jan-2023 03:04:24 Progress (1): 0.6/1.0 MB error 03-Jan-2023 03:04:24 Progress (1): 0.6/1.0 MB error 03-Jan-2023 03:04:24 Progress (1): 0.6/1.0 MB error 03-Jan-2023 03:04:24 Progress (1): 0.6/1.0 MB error 03-Jan-2023 03:04:24 Progress (1): 0.6/1.0 MB error 03-Jan-2023 03:04:24 Progress (1): 0.6/1.0 MB error 03-Jan-2023 03:04:24 Progress (1): 0.6/1.0 MB error 03-Jan-2023 03:04:24 Progress (1): 0.6/1.0 MB error 03-Jan-2023 03:04:24 Progress (1): 0.6/1.0 MB error 03-Jan-2023 03:04:24 Progress (1): 0.6/1.0 MB error 03-Jan-2023 03:04:24 Progress (1): 0.6/1.0 MB error 03-Jan-2023 03:04:24 Progress (1): 0.6/1.0 MB error 03-Jan-2023 03:04:24 Progress (1): 0.6/1.0 MB error 03-Jan-2023 03:04:24 Progress (1): 0.7/1.0 MB error 03-Jan-2023 03:04:24 Progress (1): 0.7/1.0 MB error 03-Jan-2023 03:04:24 Progress (1): 0.7/1.0 MB error 03-Jan-2023 03:04:24 Progress (1): 0.7/1.0 MB error 03-Jan-2023 03:04:24 Progress (1): 0.7/1.0 MB error 03-Jan-2023 03:04:24 Progress (1): 0.7/1.0 MB error 03-Jan-2023 03:04:24 Progress (1): 0.7/1.0 MB error 03-Jan-2023 03:04:24 Progress (1): 0.7/1.0 MB error 03-Jan-2023 03:04:24 Progress (1): 0.7/1.0 MB error 03-Jan-2023 03:04:24 Progress (1): 0.7/1.0 MB error 03-Jan-2023 03:04:24 Progress (1): 0.7/1.0 MB error 03-Jan-2023 03:04:24 Progress (1): 0.7/1.0 MB error 03-Jan-2023 03:04:24 Progress (1): 0.8/1.0 MB error 03-Jan-2023 03:04:24 Progress (1): 0.8/1.0 MB error 03-Jan-2023 03:04:24 Progress (1): 0.8/1.0 MB error 03-Jan-2023 03:04:24 Progress (1): 0.8/1.0 MB error 03-Jan-2023 03:04:24 Progress (1): 0.8/1.0 MB error 03-Jan-2023 03:04:24 Progress (1): 0.8/1.0 MB error 03-Jan-2023 03:04:24 Progress (1): 0.8/1.0 MB error 03-Jan-2023 03:04:24 Progress (1): 0.8/1.0 MB error 03-Jan-2023 03:04:24 Progress (1): 0.8/1.0 MB error 03-Jan-2023 03:04:24 Progress (1): 0.8/1.0 MB error 03-Jan-2023 03:04:24 Progress (1): 0.8/1.0 MB error 03-Jan-2023 03:04:24 Progress (1): 0.8/1.0 MB error 03-Jan-2023 03:04:24 Progress (1): 0.8/1.0 MB error 03-Jan-2023 03:04:24 Progress (1): 0.9/1.0 MB error 03-Jan-2023 03:04:24 Progress (1): 0.9/1.0 MB error 03-Jan-2023 03:04:24 Progress (1): 0.9/1.0 MB error 03-Jan-2023 03:04:24 Progress (1): 0.9/1.0 MB error 03-Jan-2023 03:04:24 Progress (1): 0.9/1.0 MB error 03-Jan-2023 03:04:24 Progress (1): 0.9/1.0 MB error 03-Jan-2023 03:04:24 Progress (1): 0.9/1.0 MB error 03-Jan-2023 03:04:24 Progress (1): 0.9/1.0 MB error 03-Jan-2023 03:04:24 Progress (1): 0.9/1.0 MB error 03-Jan-2023 03:04:24 Progress (1): 0.9/1.0 MB error 03-Jan-2023 03:04:24 Progress (1): 0.9/1.0 MB error 03-Jan-2023 03:04:24 Progress (1): 0.9/1.0 MB error 03-Jan-2023 03:04:24 Progress (1): 0.9/1.0 MB error 03-Jan-2023 03:04:24 Progress (1): 1.0/1.0 MB error 03-Jan-2023 03:04:24 Progress (1): 1.0/1.0 MB error 03-Jan-2023 03:04:24 Progress (1): 1.0/1.0 MB error 03-Jan-2023 03:04:24 Progress (1): 1.0/1.0 MB error 03-Jan-2023 03:04:24 Progress (1): 1.0/1.0 MB error 03-Jan-2023 03:04:24 Progress (1): 1.0/1.0 MB error 03-Jan-2023 03:04:24 Progress (1): 1.0/1.0 MB error 03-Jan-2023 03:04:24 Progress (1): 1.0/1.0 MB error 03-Jan-2023 03:04:24 Progress (1): 1.0/1.0 MB error 03-Jan-2023 03:04:24 Progress (1): 1.0 MB error 03-Jan-2023 03:04:24 error 03-Jan-2023 03:04:25 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/emrapi-omod/1.33.0/emrapi-omod-1.33.0.jar (1.0 MB at 1.6 MB/s) error 03-Jan-2023 03:04:25 #16 193.3 [INFO] Configured Artifact: org.openmrs.module:referenceapplication-omod:2.13.0-SNAPSHOT:jar error 03-Jan-2023 03:04:25 #16 194.0 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/referenceapplication-omod/2.13.0-SNAPSHOT/maven-metadata.xml error 03-Jan-2023 03:04:26 #16 194.4 Progress (1): 802 B error 03-Jan-2023 03:04:26 error 03-Jan-2023 03:04:26 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/referenceapplication-omod/2.13.0-SNAPSHOT/maven-metadata.xml (802 B at 1.4 kB/s) error 03-Jan-2023 03:04:26 #16 194.6 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/referenceapplication-omod/2.13.0-SNAPSHOT/referenceapplication-omod-2.13.0-20230102.174931-193.pom error 03-Jan-2023 03:04:26 #16 194.8 Progress (1): 3.2/8.8 kB error 03-Jan-2023 03:04:26 Progress (1): 6.0/8.8 kB error 03-Jan-2023 03:04:26 Progress (1): 8.8 kB error 03-Jan-2023 03:04:26 error 03-Jan-2023 03:04:26 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/referenceapplication-omod/2.13.0-SNAPSHOT/referenceapplication-omod-2.13.0-20230102.174931-193.pom (8.8 kB at 30 kB/s) error 03-Jan-2023 03:04:26 #16 195.0 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/referenceapplication/2.13.0-SNAPSHOT/maven-metadata.xml error 03-Jan-2023 03:04:26 #16 195.2 Progress (1): 621 B error 03-Jan-2023 03:04:26 error 03-Jan-2023 03:04:27 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/referenceapplication/2.13.0-SNAPSHOT/maven-metadata.xml (621 B at 2.6 kB/s) error 03-Jan-2023 03:04:27 #16 195.3 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/referenceapplication/2.13.0-SNAPSHOT/referenceapplication-2.13.0-20230102.174931-193.pom error 03-Jan-2023 03:04:27 #16 195.4 Progress (1): 3.2/22 kB error 03-Jan-2023 03:04:27 Progress (1): 6.0/22 kB error 03-Jan-2023 03:04:27 Progress (1): 8.8/22 kB error 03-Jan-2023 03:04:27 Progress (1): 12/22 kB error 03-Jan-2023 03:04:27 Progress (1): 14/22 kB error 03-Jan-2023 03:04:27 Progress (1): 17/22 kB error 03-Jan-2023 03:04:27 Progress (1): 20/22 kB error 03-Jan-2023 03:04:27 Progress (1): 22 kB error 03-Jan-2023 03:04:27 error 03-Jan-2023 03:04:27 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/referenceapplication/2.13.0-SNAPSHOT/referenceapplication-2.13.0-20230102.174931-193.pom (22 kB at 73 kB/s) error 03-Jan-2023 03:04:27 #16 195.8 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/referenceapplication-omod/2.13.0-SNAPSHOT/referenceapplication-omod-2.13.0-20230102.174931-193.jar error 03-Jan-2023 03:04:28 #16 196.5 Progress (1): 0/1.9 MB error 03-Jan-2023 03:04:28 Progress (1): 0/1.9 MB error 03-Jan-2023 03:04:28 Progress (1): 0/1.9 MB error 03-Jan-2023 03:04:28 Progress (1): 0/1.9 MB error 03-Jan-2023 03:04:28 Progress (1): 0.1/1.9 MB error 03-Jan-2023 03:04:28 Progress (1): 0.1/1.9 MB error 03-Jan-2023 03:04:28 Progress (1): 0.1/1.9 MB error 03-Jan-2023 03:04:28 Progress (1): 0.1/1.9 MB error 03-Jan-2023 03:04:28 Progress (1): 0.1/1.9 MB error 03-Jan-2023 03:04:28 Progress (1): 0.1/1.9 MB error 03-Jan-2023 03:04:28 Progress (1): 0.1/1.9 MB error 03-Jan-2023 03:04:28 Progress (1): 0.1/1.9 MB error 03-Jan-2023 03:04:28 Progress (1): 0.1/1.9 MB error 03-Jan-2023 03:04:28 Progress (1): 0.1/1.9 MB error 03-Jan-2023 03:04:28 Progress (1): 0.1/1.9 MB error 03-Jan-2023 03:04:28 Progress (1): 0.1/1.9 MB error 03-Jan-2023 03:04:28 Progress (1): 0.2/1.9 MB error 03-Jan-2023 03:04:28 Progress (1): 0.2/1.9 MB error 03-Jan-2023 03:04:28 Progress (1): 0.2/1.9 MB error 03-Jan-2023 03:04:28 Progress (1): 0.2/1.9 MB error 03-Jan-2023 03:04:28 Progress (1): 0.2/1.9 MB error 03-Jan-2023 03:04:28 Progress (1): 0.2/1.9 MB error 03-Jan-2023 03:04:28 Progress (1): 0.2/1.9 MB error 03-Jan-2023 03:04:28 Progress (1): 0.2/1.9 MB error 03-Jan-2023 03:04:28 Progress (1): 0.2/1.9 MB error 03-Jan-2023 03:04:28 Progress (1): 0.2/1.9 MB error 03-Jan-2023 03:04:28 Progress (1): 0.2/1.9 MB error 03-Jan-2023 03:04:28 Progress (1): 0.3/1.9 MB error 03-Jan-2023 03:04:28 Progress (1): 0.3/1.9 MB error 03-Jan-2023 03:04:28 Progress (1): 0.3/1.9 MB error 03-Jan-2023 03:04:28 Progress (1): 0.3/1.9 MB error 03-Jan-2023 03:04:28 Progress (1): 0.3/1.9 MB error 03-Jan-2023 03:04:28 Progress (1): 0.3/1.9 MB error 03-Jan-2023 03:04:28 Progress (1): 0.3/1.9 MB error 03-Jan-2023 03:04:28 Progress (1): 0.3/1.9 MB error 03-Jan-2023 03:04:28 Progress (1): 0.3/1.9 MB error 03-Jan-2023 03:04:28 Progress (1): 0.3/1.9 MB error 03-Jan-2023 03:04:28 Progress (1): 0.3/1.9 MB error 03-Jan-2023 03:04:28 Progress (1): 0.4/1.9 MB error 03-Jan-2023 03:04:28 Progress (1): 0.4/1.9 MB error 03-Jan-2023 03:04:28 Progress (1): 0.4/1.9 MB error 03-Jan-2023 03:04:28 Progress (1): 0.4/1.9 MB error 03-Jan-2023 03:04:28 Progress (1): 0.4/1.9 MB error 03-Jan-2023 03:04:28 Progress (1): 0.4/1.9 MB error 03-Jan-2023 03:04:28 Progress (1): 0.4/1.9 MB error 03-Jan-2023 03:04:28 Progress (1): 0.4/1.9 MB error 03-Jan-2023 03:04:28 Progress (1): 0.4/1.9 MB error 03-Jan-2023 03:04:28 Progress (1): 0.4/1.9 MB error 03-Jan-2023 03:04:28 Progress (1): 0.4/1.9 MB error 03-Jan-2023 03:04:28 Progress (1): 0.5/1.9 MB error 03-Jan-2023 03:04:28 Progress (1): 0.5/1.9 MB error 03-Jan-2023 03:04:28 Progress (1): 0.5/1.9 MB error 03-Jan-2023 03:04:28 Progress (1): 0.5/1.9 MB error 03-Jan-2023 03:04:28 Progress (1): 0.5/1.9 MB error 03-Jan-2023 03:04:28 Progress (1): 0.5/1.9 MB error 03-Jan-2023 03:04:28 Progress (1): 0.5/1.9 MB error 03-Jan-2023 03:04:28 Progress (1): 0.5/1.9 MB error 03-Jan-2023 03:04:28 Progress (1): 0.5/1.9 MB error 03-Jan-2023 03:04:28 Progress (1): 0.5/1.9 MB error 03-Jan-2023 03:04:28 Progress (1): 0.5/1.9 MB error 03-Jan-2023 03:04:28 Progress (1): 0.6/1.9 MB error 03-Jan-2023 03:04:28 Progress (1): 0.6/1.9 MB error 03-Jan-2023 03:04:28 Progress (1): 0.6/1.9 MB error 03-Jan-2023 03:04:28 Progress (1): 0.6/1.9 MB error 03-Jan-2023 03:04:28 Progress (1): 0.6/1.9 MB error 03-Jan-2023 03:04:28 Progress (1): 0.6/1.9 MB error 03-Jan-2023 03:04:28 Progress (1): 0.6/1.9 MB error 03-Jan-2023 03:04:28 Progress (1): 0.6/1.9 MB error 03-Jan-2023 03:04:28 Progress (1): 0.6/1.9 MB error 03-Jan-2023 03:04:28 Progress (1): 0.6/1.9 MB error 03-Jan-2023 03:04:28 Progress (1): 0.6/1.9 MB error 03-Jan-2023 03:04:28 Progress (1): 0.7/1.9 MB error 03-Jan-2023 03:04:28 Progress (1): 0.7/1.9 MB error 03-Jan-2023 03:04:28 Progress (1): 0.7/1.9 MB error 03-Jan-2023 03:04:28 Progress (1): 0.7/1.9 MB error 03-Jan-2023 03:04:28 Progress (1): 0.7/1.9 MB error 03-Jan-2023 03:04:28 Progress (1): 0.7/1.9 MB error 03-Jan-2023 03:04:28 Progress (1): 0.7/1.9 MB error 03-Jan-2023 03:04:28 Progress (1): 0.7/1.9 MB error 03-Jan-2023 03:04:28 Progress (1): 0.7/1.9 MB error 03-Jan-2023 03:04:28 Progress (1): 0.7/1.9 MB error 03-Jan-2023 03:04:28 Progress (1): 0.7/1.9 MB error 03-Jan-2023 03:04:28 Progress (1): 0.8/1.9 MB error 03-Jan-2023 03:04:28 Progress (1): 0.8/1.9 MB error 03-Jan-2023 03:04:28 Progress (1): 0.8/1.9 MB error 03-Jan-2023 03:04:28 Progress (1): 0.8/1.9 MB error 03-Jan-2023 03:04:28 Progress (1): 0.8/1.9 MB error 03-Jan-2023 03:04:28 Progress (1): 0.8/1.9 MB error 03-Jan-2023 03:04:28 Progress (1): 0.8/1.9 MB error 03-Jan-2023 03:04:28 Progress (1): 0.8/1.9 MB error 03-Jan-2023 03:04:28 Progress (1): 0.8/1.9 MB error 03-Jan-2023 03:04:28 Progress (1): 0.8/1.9 MB error 03-Jan-2023 03:04:28 Progress (1): 0.8/1.9 MB error 03-Jan-2023 03:04:28 Progress (1): 0.9/1.9 MB error 03-Jan-2023 03:04:28 Progress (1): 0.9/1.9 MB error 03-Jan-2023 03:04:28 Progress (1): 0.9/1.9 MB error 03-Jan-2023 03:04:28 Progress (1): 0.9/1.9 MB error 03-Jan-2023 03:04:28 Progress (1): 0.9/1.9 MB error 03-Jan-2023 03:04:28 Progress (1): 0.9/1.9 MB error 03-Jan-2023 03:04:28 Progress (1): 0.9/1.9 MB error 03-Jan-2023 03:04:28 Progress (1): 0.9/1.9 MB error 03-Jan-2023 03:04:28 Progress (1): 0.9/1.9 MB error 03-Jan-2023 03:04:28 Progress (1): 0.9/1.9 MB error 03-Jan-2023 03:04:28 Progress (1): 0.9/1.9 MB error 03-Jan-2023 03:04:28 Progress (1): 1.0/1.9 MB error 03-Jan-2023 03:04:28 Progress (1): 1.0/1.9 MB error 03-Jan-2023 03:04:28 Progress (1): 1.0/1.9 MB error 03-Jan-2023 03:04:28 Progress (1): 1.0/1.9 MB error 03-Jan-2023 03:04:28 Progress (1): 1.0/1.9 MB error 03-Jan-2023 03:04:28 Progress (1): 1.0/1.9 MB error 03-Jan-2023 03:04:28 Progress (1): 1.0/1.9 MB error 03-Jan-2023 03:04:28 Progress (1): 1.0/1.9 MB error 03-Jan-2023 03:04:28 Progress (1): 1.0/1.9 MB error 03-Jan-2023 03:04:28 Progress (1): 1.0/1.9 MB error 03-Jan-2023 03:04:28 Progress (1): 1.0/1.9 MB error 03-Jan-2023 03:04:28 Progress (1): 1.1/1.9 MB error 03-Jan-2023 03:04:28 Progress (1): 1.1/1.9 MB error 03-Jan-2023 03:04:28 Progress (1): 1.1/1.9 MB error 03-Jan-2023 03:04:28 Progress (1): 1.1/1.9 MB error 03-Jan-2023 03:04:28 Progress (1): 1.1/1.9 MB error 03-Jan-2023 03:04:28 Progress (1): 1.1/1.9 MB error 03-Jan-2023 03:04:28 Progress (1): 1.1/1.9 MB error 03-Jan-2023 03:04:28 Progress (1): 1.1/1.9 MB error 03-Jan-2023 03:04:28 Progress (1): 1.1/1.9 MB error 03-Jan-2023 03:04:28 Progress (1): 1.1/1.9 MB error 03-Jan-2023 03:04:28 Progress (1): 1.1/1.9 MB error 03-Jan-2023 03:04:28 Progress (1): 1.2/1.9 MB error 03-Jan-2023 03:04:28 Progress (1): 1.2/1.9 MB error 03-Jan-2023 03:04:28 Progress (1): 1.2/1.9 MB error 03-Jan-2023 03:04:28 Progress (1): 1.2/1.9 MB error 03-Jan-2023 03:04:28 Progress (1): 1.2/1.9 MB error 03-Jan-2023 03:04:28 Progress (1): 1.2/1.9 MB error 03-Jan-2023 03:04:28 Progress (1): 1.2/1.9 MB error 03-Jan-2023 03:04:28 Progress (1): 1.2/1.9 MB error 03-Jan-2023 03:04:28 Progress (1): 1.2/1.9 MB error 03-Jan-2023 03:04:28 Progress (1): 1.2/1.9 MB error 03-Jan-2023 03:04:28 Progress (1): 1.2/1.9 MB error 03-Jan-2023 03:04:28 Progress (1): 1.3/1.9 MB error 03-Jan-2023 03:04:28 Progress (1): 1.3/1.9 MB error 03-Jan-2023 03:04:28 Progress (1): 1.3/1.9 MB error 03-Jan-2023 03:04:28 Progress (1): 1.3/1.9 MB error 03-Jan-2023 03:04:28 Progress (1): 1.3/1.9 MB error 03-Jan-2023 03:04:28 Progress (1): 1.3/1.9 MB error 03-Jan-2023 03:04:28 Progress (1): 1.3/1.9 MB error 03-Jan-2023 03:04:28 Progress (1): 1.3/1.9 MB error 03-Jan-2023 03:04:28 Progress (1): 1.3/1.9 MB error 03-Jan-2023 03:04:28 Progress (1): 1.3/1.9 MB error 03-Jan-2023 03:04:28 Progress (1): 1.3/1.9 MB error 03-Jan-2023 03:04:28 Progress (1): 1.4/1.9 MB error 03-Jan-2023 03:04:28 Progress (1): 1.4/1.9 MB error 03-Jan-2023 03:04:28 Progress (1): 1.4/1.9 MB error 03-Jan-2023 03:04:28 Progress (1): 1.4/1.9 MB error 03-Jan-2023 03:04:28 Progress (1): 1.4/1.9 MB error 03-Jan-2023 03:04:28 Progress (1): 1.4/1.9 MB error 03-Jan-2023 03:04:28 Progress (1): 1.4/1.9 MB error 03-Jan-2023 03:04:28 Progress (1): 1.4/1.9 MB error 03-Jan-2023 03:04:28 Progress (1): 1.4/1.9 MB error 03-Jan-2023 03:04:28 Progress (1): 1.4/1.9 MB error 03-Jan-2023 03:04:28 Progress (1): 1.4/1.9 MB error 03-Jan-2023 03:04:28 Progress (1): 1.5/1.9 MB error 03-Jan-2023 03:04:28 Progress (1): 1.5/1.9 MB error 03-Jan-2023 03:04:28 Progress (1): 1.5/1.9 MB error 03-Jan-2023 03:04:28 Progress (1): 1.5/1.9 MB error 03-Jan-2023 03:04:28 Progress (1): 1.5/1.9 MB error 03-Jan-2023 03:04:28 Progress (1): 1.5/1.9 MB error 03-Jan-2023 03:04:28 Progress (1): 1.5/1.9 MB error 03-Jan-2023 03:04:28 Progress (1): 1.5/1.9 MB error 03-Jan-2023 03:04:28 Progress (1): 1.5/1.9 MB error 03-Jan-2023 03:04:28 Progress (1): 1.5/1.9 MB error 03-Jan-2023 03:04:28 Progress (1): 1.6/1.9 MB error 03-Jan-2023 03:04:28 Progress (1): 1.6/1.9 MB error 03-Jan-2023 03:04:28 Progress (1): 1.6/1.9 MB error 03-Jan-2023 03:04:28 Progress (1): 1.6/1.9 MB error 03-Jan-2023 03:04:28 Progress (1): 1.6/1.9 MB error 03-Jan-2023 03:04:28 Progress (1): 1.6/1.9 MB error 03-Jan-2023 03:04:28 Progress (1): 1.6/1.9 MB error 03-Jan-2023 03:04:28 Progress (1): 1.6/1.9 MB error 03-Jan-2023 03:04:28 Progress (1): 1.6/1.9 MB error 03-Jan-2023 03:04:28 Progress (1): 1.6/1.9 MB error 03-Jan-2023 03:04:28 Progress (1): 1.6/1.9 MB error 03-Jan-2023 03:04:28 Progress (1): 1.6/1.9 MB error 03-Jan-2023 03:04:28 Progress (1): 1.7/1.9 MB error 03-Jan-2023 03:04:28 Progress (1): 1.7/1.9 MB error 03-Jan-2023 03:04:28 Progress (1): 1.7/1.9 MB error 03-Jan-2023 03:04:28 Progress (1): 1.7/1.9 MB error 03-Jan-2023 03:04:28 Progress (1): 1.7/1.9 MB error 03-Jan-2023 03:04:28 Progress (1): 1.7/1.9 MB error 03-Jan-2023 03:04:28 Progress (1): 1.7/1.9 MB error 03-Jan-2023 03:04:28 Progress (1): 1.7/1.9 MB error 03-Jan-2023 03:04:28 Progress (1): 1.7/1.9 MB error 03-Jan-2023 03:04:28 Progress (1): 1.7/1.9 MB error 03-Jan-2023 03:04:28 Progress (1): 1.7/1.9 MB error 03-Jan-2023 03:04:28 Progress (1): 1.8/1.9 MB error 03-Jan-2023 03:04:28 Progress (1): 1.8/1.9 MB error 03-Jan-2023 03:04:28 Progress (1): 1.8/1.9 MB error 03-Jan-2023 03:04:28 Progress (1): 1.8/1.9 MB error 03-Jan-2023 03:04:28 Progress (1): 1.8/1.9 MB error 03-Jan-2023 03:04:28 Progress (1): 1.8/1.9 MB error 03-Jan-2023 03:04:28 Progress (1): 1.8/1.9 MB error 03-Jan-2023 03:04:28 Progress (1): 1.8/1.9 MB error 03-Jan-2023 03:04:28 Progress (1): 1.8/1.9 MB error 03-Jan-2023 03:04:28 Progress (1): 1.8/1.9 MB error 03-Jan-2023 03:04:28 Progress (1): 1.8/1.9 MB error 03-Jan-2023 03:04:28 Progress (1): 1.9/1.9 MB error 03-Jan-2023 03:04:28 Progress (1): 1.9/1.9 MB error 03-Jan-2023 03:04:28 Progress (1): 1.9/1.9 MB error 03-Jan-2023 03:04:28 Progress (1): 1.9/1.9 MB error 03-Jan-2023 03:04:28 Progress (1): 1.9/1.9 MB error 03-Jan-2023 03:04:28 Progress (1): 1.9/1.9 MB error 03-Jan-2023 03:04:28 Progress (1): 1.9/1.9 MB error 03-Jan-2023 03:04:28 Progress (1): 1.9/1.9 MB error 03-Jan-2023 03:04:28 Progress (1): 1.9/1.9 MB error 03-Jan-2023 03:04:28 Progress (1): 1.9/1.9 MB error 03-Jan-2023 03:04:28 Progress (1): 1.9/1.9 MB error 03-Jan-2023 03:04:28 Progress (1): 1.9 MB error 03-Jan-2023 03:04:28 error 03-Jan-2023 03:04:28 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/referenceapplication-omod/2.13.0-SNAPSHOT/referenceapplication-omod-2.13.0-20230102.174931-193.jar (1.9 MB at 1.8 MB/s) error 03-Jan-2023 03:04:28 #16 197.0 [INFO] Configured Artifact: org.openmrs.module:htmlformentry-omod:5.1.0:jar error 03-Jan-2023 03:04:28 #16 197.0 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/htmlformentry-omod/5.1.0/htmlformentry-omod-5.1.0.pom error 03-Jan-2023 03:04:28 #16 197.1 Progress (1): 3.3/6.1 kB error 03-Jan-2023 03:04:28 Progress (1): 6.1 kB error 03-Jan-2023 03:04:28 error 03-Jan-2023 03:04:28 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/htmlformentry-omod/5.1.0/htmlformentry-omod-5.1.0.pom (6.1 kB at 26 kB/s) error 03-Jan-2023 03:04:28 #16 197.2 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/htmlformentry/5.1.0/htmlformentry-5.1.0.pom error 03-Jan-2023 03:04:28 #16 197.3 Progress (1): 3.3/16 kB error 03-Jan-2023 03:04:29 Progress (1): 6.1/16 kB error 03-Jan-2023 03:04:29 Progress (1): 8.9/16 kB error 03-Jan-2023 03:04:29 Progress (1): 12/16 kB error 03-Jan-2023 03:04:29 Progress (1): 15/16 kB error 03-Jan-2023 03:04:29 Progress (1): 16 kB error 03-Jan-2023 03:04:29 error 03-Jan-2023 03:04:29 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/htmlformentry/5.1.0/htmlformentry-5.1.0.pom (16 kB at 69 kB/s) error 03-Jan-2023 03:04:29 #16 197.5 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/htmlformentry-omod/5.1.0/htmlformentry-omod-5.1.0.jar error 03-Jan-2023 03:04:29 #16 197.8 Progress (1): 0/2.3 MB error 03-Jan-2023 03:04:29 Progress (1): 0/2.3 MB error 03-Jan-2023 03:04:29 Progress (1): 0.1/2.3 MB error 03-Jan-2023 03:04:29 Progress (1): 0.1/2.3 MB error 03-Jan-2023 03:04:29 Progress (1): 0.1/2.3 MB error 03-Jan-2023 03:04:29 Progress (1): 0.1/2.3 MB error 03-Jan-2023 03:04:29 Progress (1): 0.1/2.3 MB error 03-Jan-2023 03:04:29 Progress (1): 0.1/2.3 MB error 03-Jan-2023 03:04:29 Progress (1): 0.2/2.3 MB error 03-Jan-2023 03:04:29 Progress (1): 0.2/2.3 MB error 03-Jan-2023 03:04:29 Progress (1): 0.2/2.3 MB error 03-Jan-2023 03:04:29 Progress (1): 0.2/2.3 MB error 03-Jan-2023 03:04:29 Progress (1): 0.2/2.3 MB error 03-Jan-2023 03:04:29 Progress (1): 0.2/2.3 MB error 03-Jan-2023 03:04:29 Progress (1): 0.2/2.3 MB error 03-Jan-2023 03:04:29 Progress (1): 0.3/2.3 MB error 03-Jan-2023 03:04:29 Progress (1): 0.3/2.3 MB error 03-Jan-2023 03:04:29 Progress (1): 0.3/2.3 MB error 03-Jan-2023 03:04:29 Progress (1): 0.3/2.3 MB error 03-Jan-2023 03:04:29 Progress (1): 0.3/2.3 MB error 03-Jan-2023 03:04:29 Progress (1): 0.3/2.3 MB error 03-Jan-2023 03:04:29 Progress (1): 0.4/2.3 MB error 03-Jan-2023 03:04:29 Progress (1): 0.4/2.3 MB error 03-Jan-2023 03:04:29 Progress (1): 0.4/2.3 MB error 03-Jan-2023 03:04:29 Progress (1): 0.4/2.3 MB error 03-Jan-2023 03:04:29 Progress (1): 0.4/2.3 MB error 03-Jan-2023 03:04:29 Progress (1): 0.4/2.3 MB error 03-Jan-2023 03:04:29 Progress (1): 0.5/2.3 MB error 03-Jan-2023 03:04:29 Progress (1): 0.5/2.3 MB error 03-Jan-2023 03:04:29 Progress (1): 0.5/2.3 MB error 03-Jan-2023 03:04:29 Progress (1): 0.5/2.3 MB error 03-Jan-2023 03:04:29 Progress (1): 0.5/2.3 MB error 03-Jan-2023 03:04:29 Progress (1): 0.5/2.3 MB error 03-Jan-2023 03:04:29 Progress (1): 0.6/2.3 MB error 03-Jan-2023 03:04:29 Progress (1): 0.6/2.3 MB error 03-Jan-2023 03:04:29 Progress (1): 0.6/2.3 MB error 03-Jan-2023 03:04:29 Progress (1): 0.6/2.3 MB error 03-Jan-2023 03:04:29 Progress (1): 0.6/2.3 MB error 03-Jan-2023 03:04:29 Progress (1): 0.6/2.3 MB error 03-Jan-2023 03:04:29 Progress (1): 0.6/2.3 MB error 03-Jan-2023 03:04:29 Progress (1): 0.7/2.3 MB error 03-Jan-2023 03:04:29 Progress (1): 0.7/2.3 MB error 03-Jan-2023 03:04:29 Progress (1): 0.7/2.3 MB error 03-Jan-2023 03:04:29 Progress (1): 0.7/2.3 MB error 03-Jan-2023 03:04:29 Progress (1): 0.7/2.3 MB error 03-Jan-2023 03:04:29 Progress (1): 0.7/2.3 MB error 03-Jan-2023 03:04:29 Progress (1): 0.8/2.3 MB error 03-Jan-2023 03:04:29 Progress (1): 0.8/2.3 MB error 03-Jan-2023 03:04:29 Progress (1): 0.8/2.3 MB error 03-Jan-2023 03:04:29 Progress (1): 0.8/2.3 MB error 03-Jan-2023 03:04:29 Progress (1): 0.8/2.3 MB error 03-Jan-2023 03:04:29 Progress (1): 0.8/2.3 MB error 03-Jan-2023 03:04:29 Progress (1): 0.8/2.3 MB error 03-Jan-2023 03:04:29 Progress (1): 0.9/2.3 MB error 03-Jan-2023 03:04:29 Progress (1): 0.9/2.3 MB error 03-Jan-2023 03:04:29 Progress (1): 0.9/2.3 MB error 03-Jan-2023 03:04:29 Progress (1): 0.9/2.3 MB error 03-Jan-2023 03:04:29 Progress (1): 0.9/2.3 MB error 03-Jan-2023 03:04:29 Progress (1): 0.9/2.3 MB error 03-Jan-2023 03:04:29 Progress (1): 1.0/2.3 MB error 03-Jan-2023 03:04:29 Progress (1): 1.0/2.3 MB error 03-Jan-2023 03:04:29 Progress (1): 1.0/2.3 MB error 03-Jan-2023 03:04:29 Progress (1): 1.0/2.3 MB error 03-Jan-2023 03:04:29 Progress (1): 1.0/2.3 MB error 03-Jan-2023 03:04:29 Progress (1): 1.0/2.3 MB error 03-Jan-2023 03:04:29 Progress (1): 1.1/2.3 MB error 03-Jan-2023 03:04:29 Progress (1): 1.1/2.3 MB error 03-Jan-2023 03:04:29 Progress (1): 1.1/2.3 MB error 03-Jan-2023 03:04:29 Progress (1): 1.1/2.3 MB error 03-Jan-2023 03:04:29 Progress (1): 1.1/2.3 MB error 03-Jan-2023 03:04:29 Progress (1): 1.1/2.3 MB error 03-Jan-2023 03:04:29 Progress (1): 1.1/2.3 MB error 03-Jan-2023 03:04:29 Progress (1): 1.2/2.3 MB error 03-Jan-2023 03:04:29 Progress (1): 1.2/2.3 MB error 03-Jan-2023 03:04:29 Progress (1): 1.2/2.3 MB error 03-Jan-2023 03:04:29 Progress (1): 1.2/2.3 MB error 03-Jan-2023 03:04:29 Progress (1): 1.2/2.3 MB error 03-Jan-2023 03:04:29 Progress (1): 1.2/2.3 MB error 03-Jan-2023 03:04:29 Progress (1): 1.3/2.3 MB error 03-Jan-2023 03:04:29 Progress (1): 1.3/2.3 MB error 03-Jan-2023 03:04:29 Progress (1): 1.3/2.3 MB error 03-Jan-2023 03:04:29 Progress (1): 1.3/2.3 MB error 03-Jan-2023 03:04:29 Progress (1): 1.3/2.3 MB error 03-Jan-2023 03:04:29 Progress (1): 1.3/2.3 MB error 03-Jan-2023 03:04:29 Progress (1): 1.3/2.3 MB error 03-Jan-2023 03:04:29 Progress (1): 1.4/2.3 MB error 03-Jan-2023 03:04:29 Progress (1): 1.4/2.3 MB error 03-Jan-2023 03:04:29 Progress (1): 1.4/2.3 MB error 03-Jan-2023 03:04:29 Progress (1): 1.4/2.3 MB error 03-Jan-2023 03:04:29 Progress (1): 1.4/2.3 MB error 03-Jan-2023 03:04:29 Progress (1): 1.4/2.3 MB error 03-Jan-2023 03:04:29 Progress (1): 1.5/2.3 MB error 03-Jan-2023 03:04:29 Progress (1): 1.5/2.3 MB error 03-Jan-2023 03:04:29 Progress (1): 1.5/2.3 MB error 03-Jan-2023 03:04:29 Progress (1): 1.5/2.3 MB error 03-Jan-2023 03:04:29 Progress (1): 1.5/2.3 MB error 03-Jan-2023 03:04:29 Progress (1): 1.5/2.3 MB error 03-Jan-2023 03:04:29 Progress (1): 1.6/2.3 MB error 03-Jan-2023 03:04:29 Progress (1): 1.6/2.3 MB error 03-Jan-2023 03:04:29 Progress (1): 1.6/2.3 MB error 03-Jan-2023 03:04:29 Progress (1): 1.6/2.3 MB error 03-Jan-2023 03:04:29 Progress (1): 1.6/2.3 MB error 03-Jan-2023 03:04:29 Progress (1): 1.6/2.3 MB error 03-Jan-2023 03:04:29 Progress (1): 1.6/2.3 MB error 03-Jan-2023 03:04:29 Progress (1): 1.7/2.3 MB error 03-Jan-2023 03:04:29 Progress (1): 1.7/2.3 MB error 03-Jan-2023 03:04:29 Progress (1): 1.7/2.3 MB error 03-Jan-2023 03:04:29 Progress (1): 1.7/2.3 MB error 03-Jan-2023 03:04:29 Progress (1): 1.7/2.3 MB error 03-Jan-2023 03:04:29 Progress (1): 1.7/2.3 MB error 03-Jan-2023 03:04:29 Progress (1): 1.8/2.3 MB error 03-Jan-2023 03:04:29 Progress (1): 1.8/2.3 MB error 03-Jan-2023 03:04:29 Progress (1): 1.8/2.3 MB error 03-Jan-2023 03:04:29 Progress (1): 1.8/2.3 MB error 03-Jan-2023 03:04:29 Progress (1): 1.8/2.3 MB error 03-Jan-2023 03:04:29 Progress (1): 1.8/2.3 MB error 03-Jan-2023 03:04:29 Progress (1): 1.9/2.3 MB error 03-Jan-2023 03:04:29 Progress (1): 1.9/2.3 MB error 03-Jan-2023 03:04:29 Progress (1): 1.9/2.3 MB error 03-Jan-2023 03:04:29 Progress (1): 1.9/2.3 MB error 03-Jan-2023 03:04:29 Progress (1): 1.9/2.3 MB error 03-Jan-2023 03:04:29 Progress (1): 1.9/2.3 MB error 03-Jan-2023 03:04:29 Progress (1): 1.9/2.3 MB error 03-Jan-2023 03:04:29 Progress (1): 2.0/2.3 MB error 03-Jan-2023 03:04:29 Progress (1): 2.0/2.3 MB error 03-Jan-2023 03:04:29 Progress (1): 2.0/2.3 MB error 03-Jan-2023 03:04:29 Progress (1): 2.0/2.3 MB error 03-Jan-2023 03:04:29 Progress (1): 2.0/2.3 MB error 03-Jan-2023 03:04:29 Progress (1): 2.0/2.3 MB error 03-Jan-2023 03:04:29 Progress (1): 2.1/2.3 MB error 03-Jan-2023 03:04:29 Progress (1): 2.1/2.3 MB error 03-Jan-2023 03:04:29 Progress (1): 2.1/2.3 MB error 03-Jan-2023 03:04:29 Progress (1): 2.1/2.3 MB error 03-Jan-2023 03:04:29 Progress (1): 2.1/2.3 MB error 03-Jan-2023 03:04:29 Progress (1): 2.1/2.3 MB error 03-Jan-2023 03:04:29 Progress (1): 2.2/2.3 MB error 03-Jan-2023 03:04:29 Progress (1): 2.2/2.3 MB error 03-Jan-2023 03:04:29 Progress (1): 2.2/2.3 MB error 03-Jan-2023 03:04:29 Progress (1): 2.2/2.3 MB error 03-Jan-2023 03:04:29 Progress (1): 2.2/2.3 MB error 03-Jan-2023 03:04:29 Progress (1): 2.2/2.3 MB error 03-Jan-2023 03:04:29 Progress (1): 2.2/2.3 MB error 03-Jan-2023 03:04:29 Progress (1): 2.3/2.3 MB error 03-Jan-2023 03:04:29 Progress (1): 2.3 MB error 03-Jan-2023 03:04:29 error 03-Jan-2023 03:04:29 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/htmlformentry-omod/5.1.0/htmlformentry-omod-5.1.0.jar (2.3 MB at 3.4 MB/s) error 03-Jan-2023 03:04:29 #16 198.2 [INFO] Configured Artifact: org.openmrs.module:appframework-omod:2.17.0:jar error 03-Jan-2023 03:04:29 #16 198.2 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/appframework-omod/2.17.0/appframework-omod-2.17.0.pom error 03-Jan-2023 03:04:29 #16 198.3 Progress (1): 3.3/6.1 kB error 03-Jan-2023 03:04:29 Progress (1): 6.1 kB error 03-Jan-2023 03:04:29 error 03-Jan-2023 03:04:30 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/appframework-omod/2.17.0/appframework-omod-2.17.0.pom (6.1 kB at 27 kB/s) error 03-Jan-2023 03:04:30 #16 198.4 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/appframework/2.17.0/appframework-2.17.0.pom error 03-Jan-2023 03:04:30 #16 198.5 Progress (1): 3.3/7.5 kB error 03-Jan-2023 03:04:30 Progress (1): 6.1/7.5 kB error 03-Jan-2023 03:04:30 Progress (1): 7.5 kB error 03-Jan-2023 03:04:30 error 03-Jan-2023 03:04:30 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/appframework/2.17.0/appframework-2.17.0.pom (7.5 kB at 32 kB/s) error 03-Jan-2023 03:04:30 #16 198.7 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/appframework-omod/2.17.0/appframework-omod-2.17.0.jar error 03-Jan-2023 03:04:30 #16 199.0 Progress (1): 0/1.6 MB error 03-Jan-2023 03:04:30 Progress (1): 0/1.6 MB error 03-Jan-2023 03:04:30 Progress (1): 0/1.6 MB error 03-Jan-2023 03:04:30 Progress (1): 0/1.6 MB error 03-Jan-2023 03:04:30 Progress (1): 0/1.6 MB error 03-Jan-2023 03:04:30 Progress (1): 0/1.6 MB error 03-Jan-2023 03:04:30 Progress (1): 0.1/1.6 MB error 03-Jan-2023 03:04:30 Progress (1): 0.1/1.6 MB error 03-Jan-2023 03:04:30 Progress (1): 0.1/1.6 MB error 03-Jan-2023 03:04:30 Progress (1): 0.1/1.6 MB error 03-Jan-2023 03:04:30 Progress (1): 0.1/1.6 MB error 03-Jan-2023 03:04:30 Progress (1): 0.1/1.6 MB error 03-Jan-2023 03:04:30 Progress (1): 0.1/1.6 MB error 03-Jan-2023 03:04:30 Progress (1): 0.1/1.6 MB error 03-Jan-2023 03:04:30 Progress (1): 0.1/1.6 MB error 03-Jan-2023 03:04:30 Progress (1): 0.1/1.6 MB error 03-Jan-2023 03:04:30 Progress (1): 0.2/1.6 MB error 03-Jan-2023 03:04:30 Progress (1): 0.2/1.6 MB error 03-Jan-2023 03:04:30 Progress (1): 0.2/1.6 MB error 03-Jan-2023 03:04:30 Progress (1): 0.2/1.6 MB error 03-Jan-2023 03:04:30 Progress (1): 0.2/1.6 MB error 03-Jan-2023 03:04:30 Progress (1): 0.2/1.6 MB error 03-Jan-2023 03:04:30 Progress (1): 0.2/1.6 MB error 03-Jan-2023 03:04:30 Progress (1): 0.2/1.6 MB error 03-Jan-2023 03:04:30 Progress (1): 0.2/1.6 MB error 03-Jan-2023 03:04:30 Progress (1): 0.2/1.6 MB error 03-Jan-2023 03:04:30 Progress (1): 0.2/1.6 MB error 03-Jan-2023 03:04:30 Progress (1): 0.2/1.6 MB error 03-Jan-2023 03:04:30 Progress (1): 0.3/1.6 MB error 03-Jan-2023 03:04:30 Progress (1): 0.3/1.6 MB error 03-Jan-2023 03:04:30 Progress (1): 0.3/1.6 MB error 03-Jan-2023 03:04:30 Progress (1): 0.3/1.6 MB error 03-Jan-2023 03:04:30 Progress (1): 0.3/1.6 MB error 03-Jan-2023 03:04:30 Progress (1): 0.3/1.6 MB error 03-Jan-2023 03:04:30 Progress (1): 0.3/1.6 MB error 03-Jan-2023 03:04:30 Progress (1): 0.3/1.6 MB error 03-Jan-2023 03:04:30 Progress (1): 0.3/1.6 MB error 03-Jan-2023 03:04:30 Progress (1): 0.3/1.6 MB error 03-Jan-2023 03:04:30 Progress (1): 0.3/1.6 MB error 03-Jan-2023 03:04:30 Progress (1): 0.4/1.6 MB error 03-Jan-2023 03:04:30 Progress (1): 0.4/1.6 MB error 03-Jan-2023 03:04:30 Progress (1): 0.4/1.6 MB error 03-Jan-2023 03:04:30 Progress (1): 0.4/1.6 MB error 03-Jan-2023 03:04:30 Progress (1): 0.4/1.6 MB error 03-Jan-2023 03:04:30 Progress (1): 0.4/1.6 MB error 03-Jan-2023 03:04:30 Progress (1): 0.4/1.6 MB error 03-Jan-2023 03:04:30 Progress (1): 0.4/1.6 MB error 03-Jan-2023 03:04:30 Progress (1): 0.4/1.6 MB error 03-Jan-2023 03:04:30 Progress (1): 0.4/1.6 MB error 03-Jan-2023 03:04:30 Progress (1): 0.4/1.6 MB error 03-Jan-2023 03:04:30 Progress (1): 0.5/1.6 MB error 03-Jan-2023 03:04:30 Progress (1): 0.5/1.6 MB error 03-Jan-2023 03:04:30 Progress (1): 0.5/1.6 MB error 03-Jan-2023 03:04:30 Progress (1): 0.5/1.6 MB error 03-Jan-2023 03:04:30 Progress (1): 0.5/1.6 MB error 03-Jan-2023 03:04:30 Progress (1): 0.5/1.6 MB error 03-Jan-2023 03:04:30 Progress (1): 0.5/1.6 MB error 03-Jan-2023 03:04:30 Progress (1): 0.5/1.6 MB error 03-Jan-2023 03:04:30 Progress (1): 0.5/1.6 MB error 03-Jan-2023 03:04:30 Progress (1): 0.5/1.6 MB error 03-Jan-2023 03:04:30 Progress (1): 0.5/1.6 MB error 03-Jan-2023 03:04:30 Progress (1): 0.6/1.6 MB error 03-Jan-2023 03:04:30 Progress (1): 0.6/1.6 MB error 03-Jan-2023 03:04:30 Progress (1): 0.6/1.6 MB error 03-Jan-2023 03:04:30 Progress (1): 0.6/1.6 MB error 03-Jan-2023 03:04:30 Progress (1): 0.6/1.6 MB error 03-Jan-2023 03:04:30 Progress (1): 0.6/1.6 MB error 03-Jan-2023 03:04:30 Progress (1): 0.6/1.6 MB error 03-Jan-2023 03:04:30 Progress (1): 0.6/1.6 MB error 03-Jan-2023 03:04:30 Progress (1): 0.6/1.6 MB error 03-Jan-2023 03:04:30 Progress (1): 0.6/1.6 MB error 03-Jan-2023 03:04:30 Progress (1): 0.6/1.6 MB error 03-Jan-2023 03:04:30 Progress (1): 0.7/1.6 MB error 03-Jan-2023 03:04:30 Progress (1): 0.7/1.6 MB error 03-Jan-2023 03:04:30 Progress (1): 0.7/1.6 MB error 03-Jan-2023 03:04:30 Progress (1): 0.7/1.6 MB error 03-Jan-2023 03:04:30 Progress (1): 0.7/1.6 MB error 03-Jan-2023 03:04:30 Progress (1): 0.7/1.6 MB error 03-Jan-2023 03:04:30 Progress (1): 0.7/1.6 MB error 03-Jan-2023 03:04:30 Progress (1): 0.7/1.6 MB error 03-Jan-2023 03:04:30 Progress (1): 0.7/1.6 MB error 03-Jan-2023 03:04:30 Progress (1): 0.7/1.6 MB error 03-Jan-2023 03:04:30 Progress (1): 0.7/1.6 MB error 03-Jan-2023 03:04:30 Progress (1): 0.8/1.6 MB error 03-Jan-2023 03:04:30 Progress (1): 0.8/1.6 MB error 03-Jan-2023 03:04:30 Progress (1): 0.8/1.6 MB error 03-Jan-2023 03:04:30 Progress (1): 0.8/1.6 MB error 03-Jan-2023 03:04:30 Progress (1): 0.8/1.6 MB error 03-Jan-2023 03:04:30 Progress (1): 0.8/1.6 MB error 03-Jan-2023 03:04:30 Progress (1): 0.8/1.6 MB error 03-Jan-2023 03:04:30 Progress (1): 0.8/1.6 MB error 03-Jan-2023 03:04:30 Progress (1): 0.8/1.6 MB error 03-Jan-2023 03:04:30 Progress (1): 0.8/1.6 MB error 03-Jan-2023 03:04:30 Progress (1): 0.8/1.6 MB error 03-Jan-2023 03:04:30 Progress (1): 0.9/1.6 MB error 03-Jan-2023 03:04:30 Progress (1): 0.9/1.6 MB error 03-Jan-2023 03:04:30 Progress (1): 0.9/1.6 MB error 03-Jan-2023 03:04:30 Progress (1): 0.9/1.6 MB error 03-Jan-2023 03:04:30 Progress (1): 0.9/1.6 MB error 03-Jan-2023 03:04:30 Progress (1): 0.9/1.6 MB error 03-Jan-2023 03:04:30 Progress (1): 0.9/1.6 MB error 03-Jan-2023 03:04:30 Progress (1): 0.9/1.6 MB error 03-Jan-2023 03:04:30 Progress (1): 0.9/1.6 MB error 03-Jan-2023 03:04:30 Progress (1): 0.9/1.6 MB error 03-Jan-2023 03:04:30 Progress (1): 0.9/1.6 MB error 03-Jan-2023 03:04:30 Progress (1): 1.0/1.6 MB error 03-Jan-2023 03:04:30 Progress (1): 1.0/1.6 MB error 03-Jan-2023 03:04:30 Progress (1): 1.0/1.6 MB error 03-Jan-2023 03:04:30 Progress (1): 1.0/1.6 MB error 03-Jan-2023 03:04:30 Progress (1): 1.0/1.6 MB error 03-Jan-2023 03:04:30 Progress (1): 1.0/1.6 MB error 03-Jan-2023 03:04:30 Progress (1): 1.0/1.6 MB error 03-Jan-2023 03:04:30 Progress (1): 1.0/1.6 MB error 03-Jan-2023 03:04:30 Progress (1): 1.0/1.6 MB error 03-Jan-2023 03:04:30 Progress (1): 1.0/1.6 MB error 03-Jan-2023 03:04:30 Progress (1): 1.0/1.6 MB error 03-Jan-2023 03:04:30 Progress (1): 1.1/1.6 MB error 03-Jan-2023 03:04:30 Progress (1): 1.1/1.6 MB error 03-Jan-2023 03:04:30 Progress (1): 1.1/1.6 MB error 03-Jan-2023 03:04:30 Progress (1): 1.1/1.6 MB error 03-Jan-2023 03:04:30 Progress (1): 1.1/1.6 MB error 03-Jan-2023 03:04:30 Progress (1): 1.1/1.6 MB error 03-Jan-2023 03:04:30 Progress (1): 1.1/1.6 MB error 03-Jan-2023 03:04:30 Progress (1): 1.1/1.6 MB error 03-Jan-2023 03:04:30 Progress (1): 1.1/1.6 MB error 03-Jan-2023 03:04:30 Progress (1): 1.1/1.6 MB error 03-Jan-2023 03:04:30 Progress (1): 1.1/1.6 MB error 03-Jan-2023 03:04:30 Progress (1): 1.1/1.6 MB error 03-Jan-2023 03:04:30 Progress (1): 1.2/1.6 MB error 03-Jan-2023 03:04:30 Progress (1): 1.2/1.6 MB error 03-Jan-2023 03:04:30 Progress (1): 1.2/1.6 MB error 03-Jan-2023 03:04:30 Progress (1): 1.2/1.6 MB error 03-Jan-2023 03:04:30 Progress (1): 1.2/1.6 MB error 03-Jan-2023 03:04:30 Progress (1): 1.2/1.6 MB error 03-Jan-2023 03:04:30 Progress (1): 1.2/1.6 MB error 03-Jan-2023 03:04:30 Progress (1): 1.2/1.6 MB error 03-Jan-2023 03:04:30 Progress (1): 1.2/1.6 MB error 03-Jan-2023 03:04:30 Progress (1): 1.2/1.6 MB error 03-Jan-2023 03:04:30 Progress (1): 1.2/1.6 MB error 03-Jan-2023 03:04:30 Progress (1): 1.3/1.6 MB error 03-Jan-2023 03:04:30 Progress (1): 1.3/1.6 MB error 03-Jan-2023 03:04:30 Progress (1): 1.3/1.6 MB error 03-Jan-2023 03:04:30 Progress (1): 1.3/1.6 MB error 03-Jan-2023 03:04:30 Progress (1): 1.3/1.6 MB error 03-Jan-2023 03:04:30 Progress (1): 1.3/1.6 MB error 03-Jan-2023 03:04:30 Progress (1): 1.3/1.6 MB error 03-Jan-2023 03:04:30 Progress (1): 1.3/1.6 MB error 03-Jan-2023 03:04:30 Progress (1): 1.3/1.6 MB error 03-Jan-2023 03:04:30 Progress (1): 1.3/1.6 MB error 03-Jan-2023 03:04:30 Progress (1): 1.3/1.6 MB error 03-Jan-2023 03:04:30 Progress (1): 1.4/1.6 MB error 03-Jan-2023 03:04:30 Progress (1): 1.4/1.6 MB error 03-Jan-2023 03:04:30 Progress (1): 1.4/1.6 MB error 03-Jan-2023 03:04:30 Progress (1): 1.4/1.6 MB error 03-Jan-2023 03:04:30 Progress (1): 1.4/1.6 MB error 03-Jan-2023 03:04:30 Progress (1): 1.4/1.6 MB error 03-Jan-2023 03:04:30 Progress (1): 1.4/1.6 MB error 03-Jan-2023 03:04:30 Progress (1): 1.4/1.6 MB error 03-Jan-2023 03:04:30 Progress (1): 1.4/1.6 MB error 03-Jan-2023 03:04:30 Progress (1): 1.4/1.6 MB error 03-Jan-2023 03:04:30 Progress (1): 1.4/1.6 MB error 03-Jan-2023 03:04:30 Progress (1): 1.5/1.6 MB error 03-Jan-2023 03:04:30 Progress (1): 1.5/1.6 MB error 03-Jan-2023 03:04:30 Progress (1): 1.5/1.6 MB error 03-Jan-2023 03:04:30 Progress (1): 1.5/1.6 MB error 03-Jan-2023 03:04:30 Progress (1): 1.5/1.6 MB error 03-Jan-2023 03:04:30 Progress (1): 1.5/1.6 MB error 03-Jan-2023 03:04:30 Progress (1): 1.5/1.6 MB error 03-Jan-2023 03:04:30 Progress (1): 1.5/1.6 MB error 03-Jan-2023 03:04:30 Progress (1): 1.5/1.6 MB error 03-Jan-2023 03:04:30 Progress (1): 1.5/1.6 MB error 03-Jan-2023 03:04:30 Progress (1): 1.5/1.6 MB error 03-Jan-2023 03:04:30 Progress (1): 1.6/1.6 MB error 03-Jan-2023 03:04:30 Progress (1): 1.6/1.6 MB error 03-Jan-2023 03:04:30 Progress (1): 1.6/1.6 MB error 03-Jan-2023 03:04:30 Progress (1): 1.6/1.6 MB error 03-Jan-2023 03:04:30 Progress (1): 1.6/1.6 MB error 03-Jan-2023 03:04:30 Progress (1): 1.6/1.6 MB error 03-Jan-2023 03:04:30 Progress (1): 1.6 MB error 03-Jan-2023 03:04:30 error 03-Jan-2023 03:04:30 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/appframework-omod/2.17.0/appframework-omod-2.17.0.jar (1.6 MB at 2.5 MB/s) error 03-Jan-2023 03:04:30 #16 199.3 [INFO] Configured Artifact: org.openmrs.module:referencemetadata-omod:2.13.0:jar error 03-Jan-2023 03:04:30 #16 199.3 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/referencemetadata-omod/2.13.0/referencemetadata-omod-2.13.0.pom error 03-Jan-2023 03:04:30 #16 199.4 Progress (1): 3.1 kB error 03-Jan-2023 03:04:31 error 03-Jan-2023 03:04:31 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/referencemetadata-omod/2.13.0/referencemetadata-omod-2.13.0.pom (3.1 kB at 13 kB/s) error 03-Jan-2023 03:04:31 #16 199.6 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/referencemetadata/2.13.0/referencemetadata-2.13.0.pom error 03-Jan-2023 03:04:31 #16 199.7 Progress (1): 3.3/11 kB error 03-Jan-2023 03:04:31 Progress (1): 6.1/11 kB error 03-Jan-2023 03:04:31 Progress (1): 8.9/11 kB error 03-Jan-2023 03:04:31 Progress (1): 11 kB error 03-Jan-2023 03:04:31 error 03-Jan-2023 03:04:31 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/referencemetadata/2.13.0/referencemetadata-2.13.0.pom (11 kB at 48 kB/s) error 03-Jan-2023 03:04:31 #16 199.8 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/referencemetadata-omod/2.13.0/referencemetadata-omod-2.13.0.jar error 03-Jan-2023 03:04:31 #16 200.1 Progress (1): 4.1/545 kB error 03-Jan-2023 03:04:31 Progress (1): 8.2/545 kB error 03-Jan-2023 03:04:31 Progress (1): 12/545 kB error 03-Jan-2023 03:04:31 Progress (1): 16/545 kB error 03-Jan-2023 03:04:31 Progress (1): 20/545 kB error 03-Jan-2023 03:04:31 Progress (1): 25/545 kB error 03-Jan-2023 03:04:31 Progress (1): 29/545 kB error 03-Jan-2023 03:04:31 Progress (1): 33/545 kB error 03-Jan-2023 03:04:31 Progress (1): 37/545 kB error 03-Jan-2023 03:04:31 Progress (1): 41/545 kB error 03-Jan-2023 03:04:31 Progress (1): 45/545 kB error 03-Jan-2023 03:04:31 Progress (1): 49/545 kB error 03-Jan-2023 03:04:31 Progress (1): 53/545 kB error 03-Jan-2023 03:04:31 Progress (1): 57/545 kB error 03-Jan-2023 03:04:31 Progress (1): 60/545 kB error 03-Jan-2023 03:04:31 Progress (1): 64/545 kB error 03-Jan-2023 03:04:31 Progress (1): 68/545 kB error 03-Jan-2023 03:04:31 Progress (1): 72/545 kB error 03-Jan-2023 03:04:31 Progress (1): 76/545 kB error 03-Jan-2023 03:04:31 Progress (1): 80/545 kB error 03-Jan-2023 03:04:31 Progress (1): 84/545 kB error 03-Jan-2023 03:04:31 Progress (1): 88/545 kB error 03-Jan-2023 03:04:31 Progress (1): 92/545 kB error 03-Jan-2023 03:04:31 Progress (1): 94/545 kB error 03-Jan-2023 03:04:31 Progress (1): 98/545 kB error 03-Jan-2023 03:04:31 Progress (1): 103/545 kB error 03-Jan-2023 03:04:31 Progress (1): 107/545 kB error 03-Jan-2023 03:04:31 Progress (1): 111/545 kB error 03-Jan-2023 03:04:31 Progress (1): 115/545 kB error 03-Jan-2023 03:04:31 Progress (1): 119/545 kB error 03-Jan-2023 03:04:31 Progress (1): 123/545 kB error 03-Jan-2023 03:04:31 Progress (1): 125/545 kB error 03-Jan-2023 03:04:31 Progress (1): 129/545 kB error 03-Jan-2023 03:04:31 Progress (1): 134/545 kB error 03-Jan-2023 03:04:31 Progress (1): 138/545 kB error 03-Jan-2023 03:04:31 Progress (1): 142/545 kB error 03-Jan-2023 03:04:31 Progress (1): 146/545 kB error 03-Jan-2023 03:04:31 Progress (1): 150/545 kB error 03-Jan-2023 03:04:31 Progress (1): 154/545 kB error 03-Jan-2023 03:04:31 Progress (1): 158/545 kB error 03-Jan-2023 03:04:31 Progress (1): 160/545 kB error 03-Jan-2023 03:04:31 Progress (1): 164/545 kB error 03-Jan-2023 03:04:31 Progress (1): 168/545 kB error 03-Jan-2023 03:04:31 Progress (1): 172/545 kB error 03-Jan-2023 03:04:31 Progress (1): 177/545 kB error 03-Jan-2023 03:04:31 Progress (1): 181/545 kB error 03-Jan-2023 03:04:31 Progress (1): 185/545 kB error 03-Jan-2023 03:04:31 Progress (1): 188/545 kB error 03-Jan-2023 03:04:31 Progress (1): 192/545 kB error 03-Jan-2023 03:04:31 Progress (1): 197/545 kB error 03-Jan-2023 03:04:31 Progress (1): 201/545 kB error 03-Jan-2023 03:04:31 Progress (1): 205/545 kB error 03-Jan-2023 03:04:31 Progress (1): 209/545 kB error 03-Jan-2023 03:04:31 Progress (1): 213/545 kB error 03-Jan-2023 03:04:31 Progress (1): 217/545 kB error 03-Jan-2023 03:04:31 Progress (1): 221/545 kB error 03-Jan-2023 03:04:31 Progress (1): 225/545 kB error 03-Jan-2023 03:04:31 Progress (1): 229/545 kB error 03-Jan-2023 03:04:31 Progress (1): 232/545 kB error 03-Jan-2023 03:04:31 Progress (1): 236/545 kB error 03-Jan-2023 03:04:31 Progress (1): 240/545 kB error 03-Jan-2023 03:04:31 Progress (1): 244/545 kB error 03-Jan-2023 03:04:31 Progress (1): 249/545 kB error 03-Jan-2023 03:04:31 Progress (1): 251/545 kB error 03-Jan-2023 03:04:31 Progress (1): 255/545 kB error 03-Jan-2023 03:04:31 Progress (1): 260/545 kB error 03-Jan-2023 03:04:31 Progress (1): 264/545 kB error 03-Jan-2023 03:04:31 Progress (1): 268/545 kB error 03-Jan-2023 03:04:31 Progress (1): 272/545 kB error 03-Jan-2023 03:04:31 Progress (1): 276/545 kB error 03-Jan-2023 03:04:31 Progress (1): 280/545 kB error 03-Jan-2023 03:04:31 Progress (1): 284/545 kB error 03-Jan-2023 03:04:31 Progress (1): 288/545 kB error 03-Jan-2023 03:04:31 Progress (1): 292/545 kB error 03-Jan-2023 03:04:31 Progress (1): 296/545 kB error 03-Jan-2023 03:04:31 Progress (1): 300/545 kB error 03-Jan-2023 03:04:31 Progress (1): 305/545 kB error 03-Jan-2023 03:04:31 Progress (1): 309/545 kB error 03-Jan-2023 03:04:31 Progress (1): 312/545 kB error 03-Jan-2023 03:04:31 Progress (1): 314/545 kB error 03-Jan-2023 03:04:31 Progress (1): 318/545 kB error 03-Jan-2023 03:04:31 Progress (1): 323/545 kB error 03-Jan-2023 03:04:31 Progress (1): 327/545 kB error 03-Jan-2023 03:04:31 Progress (1): 331/545 kB error 03-Jan-2023 03:04:31 Progress (1): 335/545 kB error 03-Jan-2023 03:04:31 Progress (1): 339/545 kB error 03-Jan-2023 03:04:31 Progress (1): 343/545 kB error 03-Jan-2023 03:04:31 Progress (1): 347/545 kB error 03-Jan-2023 03:04:31 Progress (1): 351/545 kB error 03-Jan-2023 03:04:31 Progress (1): 355/545 kB error 03-Jan-2023 03:04:31 Progress (1): 359/545 kB error 03-Jan-2023 03:04:31 Progress (1): 363/545 kB error 03-Jan-2023 03:04:31 Progress (1): 368/545 kB error 03-Jan-2023 03:04:31 Progress (1): 372/545 kB error 03-Jan-2023 03:04:31 Progress (1): 376/545 kB error 03-Jan-2023 03:04:31 Progress (1): 380/545 kB error 03-Jan-2023 03:04:31 Progress (1): 384/545 kB error 03-Jan-2023 03:04:31 Progress (1): 386/545 kB error 03-Jan-2023 03:04:31 Progress (1): 390/545 kB error 03-Jan-2023 03:04:31 Progress (1): 395/545 kB error 03-Jan-2023 03:04:31 Progress (1): 399/545 kB error 03-Jan-2023 03:04:31 Progress (1): 403/545 kB error 03-Jan-2023 03:04:31 Progress (1): 407/545 kB error 03-Jan-2023 03:04:31 Progress (1): 411/545 kB error 03-Jan-2023 03:04:31 Progress (1): 413/545 kB error 03-Jan-2023 03:04:31 Progress (1): 417/545 kB error 03-Jan-2023 03:04:31 Progress (1): 422/545 kB error 03-Jan-2023 03:04:31 Progress (1): 426/545 kB error 03-Jan-2023 03:04:31 Progress (1): 430/545 kB error 03-Jan-2023 03:04:31 Progress (1): 434/545 kB error 03-Jan-2023 03:04:31 Progress (1): 438/545 kB error 03-Jan-2023 03:04:31 Progress (1): 442/545 kB error 03-Jan-2023 03:04:31 Progress (1): 446/545 kB error 03-Jan-2023 03:04:31 Progress (1): 448/545 kB error 03-Jan-2023 03:04:31 Progress (1): 452/545 kB error 03-Jan-2023 03:04:31 Progress (1): 456/545 kB error 03-Jan-2023 03:04:31 Progress (1): 460/545 kB error 03-Jan-2023 03:04:31 Progress (1): 465/545 kB error 03-Jan-2023 03:04:31 Progress (1): 469/545 kB error 03-Jan-2023 03:04:31 Progress (1): 473/545 kB error 03-Jan-2023 03:04:31 Progress (1): 476/545 kB error 03-Jan-2023 03:04:31 Progress (1): 480/545 kB error 03-Jan-2023 03:04:31 Progress (1): 484/545 kB error 03-Jan-2023 03:04:31 Progress (1): 488/545 kB error 03-Jan-2023 03:04:31 Progress (1): 492/545 kB error 03-Jan-2023 03:04:31 Progress (1): 496/545 kB error 03-Jan-2023 03:04:31 Progress (1): 500/545 kB error 03-Jan-2023 03:04:31 Progress (1): 504/545 kB error 03-Jan-2023 03:04:31 Progress (1): 508/545 kB error 03-Jan-2023 03:04:31 Progress (1): 511/545 kB error 03-Jan-2023 03:04:31 Progress (1): 515/545 kB error 03-Jan-2023 03:04:31 Progress (1): 519/545 kB error 03-Jan-2023 03:04:31 Progress (1): 521/545 kB error 03-Jan-2023 03:04:31 Progress (1): 525/545 kB error 03-Jan-2023 03:04:31 Progress (1): 530/545 kB error 03-Jan-2023 03:04:31 Progress (1): 534/545 kB error 03-Jan-2023 03:04:31 Progress (1): 538/545 kB error 03-Jan-2023 03:04:31 Progress (1): 542/545 kB error 03-Jan-2023 03:04:31 Progress (1): 545 kB error 03-Jan-2023 03:04:31 error 03-Jan-2023 03:04:31 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/referencemetadata-omod/2.13.0/referencemetadata-omod-2.13.0.jar (545 kB at 1.2 MB/s) error 03-Jan-2023 03:04:31 #16 200.3 [INFO] Configured Artifact: org.openmrs.module:reportingui-omod:1.11.0:jar error 03-Jan-2023 03:04:31 #16 200.3 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/reportingui-omod/1.11.0/reportingui-omod-1.11.0.pom error 03-Jan-2023 03:04:32 #16 200.4 Progress (1): 3.3/8.2 kB error 03-Jan-2023 03:04:32 Progress (1): 6.1/8.2 kB error 03-Jan-2023 03:04:32 Progress (1): 8.2 kB error 03-Jan-2023 03:04:32 error 03-Jan-2023 03:04:32 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/reportingui-omod/1.11.0/reportingui-omod-1.11.0.pom (8.2 kB at 35 kB/s) error 03-Jan-2023 03:04:32 #16 200.5 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/reportingui/1.11.0/reportingui-1.11.0.pom error 03-Jan-2023 03:04:32 #16 200.6 Progress (1): 3.3/9.2 kB error 03-Jan-2023 03:04:32 Progress (1): 6.1/9.2 kB error 03-Jan-2023 03:04:32 Progress (1): 8.9/9.2 kB error 03-Jan-2023 03:04:32 Progress (1): 9.2 kB error 03-Jan-2023 03:04:32 error 03-Jan-2023 03:04:32 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/reportingui/1.11.0/reportingui-1.11.0.pom (9.2 kB at 40 kB/s) error 03-Jan-2023 03:04:32 #16 200.8 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/reportingui-omod/1.11.0/reportingui-omod-1.11.0.jar error 03-Jan-2023 03:04:32 #16 200.9 Progress (1): 3.3/141 kB error 03-Jan-2023 03:04:32 Progress (1): 6.1/141 kB error 03-Jan-2023 03:04:32 Progress (1): 8.9/141 kB error 03-Jan-2023 03:04:32 Progress (1): 12/141 kB error 03-Jan-2023 03:04:32 Progress (1): 15/141 kB error 03-Jan-2023 03:04:32 Progress (1): 17/141 kB error 03-Jan-2023 03:04:32 Progress (1): 20/141 kB error 03-Jan-2023 03:04:32 Progress (1): 23/141 kB error 03-Jan-2023 03:04:32 Progress (1): 26/141 kB error 03-Jan-2023 03:04:32 Progress (1): 29/141 kB error 03-Jan-2023 03:04:32 Progress (1): 31/141 kB error 03-Jan-2023 03:04:32 Progress (1): 34/141 kB error 03-Jan-2023 03:04:32 Progress (1): 37/141 kB error 03-Jan-2023 03:04:32 Progress (1): 40/141 kB error 03-Jan-2023 03:04:32 Progress (1): 42/141 kB error 03-Jan-2023 03:04:32 Progress (1): 45/141 kB error 03-Jan-2023 03:04:32 Progress (1): 48/141 kB error 03-Jan-2023 03:04:32 Progress (1): 51/141 kB error 03-Jan-2023 03:04:32 Progress (1): 54/141 kB error 03-Jan-2023 03:04:32 Progress (1): 56/141 kB error 03-Jan-2023 03:04:32 Progress (1): 59/141 kB error 03-Jan-2023 03:04:32 Progress (1): 62/141 kB error 03-Jan-2023 03:04:32 Progress (1): 65/141 kB error 03-Jan-2023 03:04:32 Progress (1): 68/141 kB error 03-Jan-2023 03:04:32 Progress (1): 70/141 kB error 03-Jan-2023 03:04:32 Progress (1): 73/141 kB error 03-Jan-2023 03:04:32 Progress (1): 76/141 kB error 03-Jan-2023 03:04:32 Progress (1): 79/141 kB error 03-Jan-2023 03:04:32 Progress (1): 82/141 kB error 03-Jan-2023 03:04:32 Progress (1): 84/141 kB error 03-Jan-2023 03:04:32 Progress (1): 87/141 kB error 03-Jan-2023 03:04:32 Progress (1): 90/141 kB error 03-Jan-2023 03:04:32 Progress (1): 93/141 kB error 03-Jan-2023 03:04:32 Progress (1): 96/141 kB error 03-Jan-2023 03:04:32 Progress (1): 98/141 kB error 03-Jan-2023 03:04:32 Progress (1): 101/141 kB error 03-Jan-2023 03:04:32 Progress (1): 104/141 kB error 03-Jan-2023 03:04:32 Progress (1): 107/141 kB error 03-Jan-2023 03:04:32 Progress (1): 110/141 kB error 03-Jan-2023 03:04:32 Progress (1): 112/141 kB error 03-Jan-2023 03:04:32 Progress (1): 115/141 kB error 03-Jan-2023 03:04:32 Progress (1): 118/141 kB error 03-Jan-2023 03:04:32 Progress (1): 121/141 kB error 03-Jan-2023 03:04:32 Progress (1): 124/141 kB error 03-Jan-2023 03:04:32 Progress (1): 126/141 kB error 03-Jan-2023 03:04:32 Progress (1): 129/141 kB error 03-Jan-2023 03:04:32 Progress (1): 132/141 kB error 03-Jan-2023 03:04:32 Progress (1): 135/141 kB error 03-Jan-2023 03:04:32 Progress (1): 138/141 kB error 03-Jan-2023 03:04:32 Progress (1): 140/141 kB error 03-Jan-2023 03:04:32 Progress (1): 141 kB error 03-Jan-2023 03:04:32 error 03-Jan-2023 03:04:32 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/reportingui-omod/1.11.0/reportingui-omod-1.11.0.jar (141 kB at 546 kB/s) error 03-Jan-2023 03:04:32 #16 201.0 [INFO] Configured Artifact: org.openmrs.module:coreapps-omod:1.38.0:jar error 03-Jan-2023 03:04:32 #16 201.0 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/coreapps-omod/1.38.0/coreapps-omod-1.38.0.pom error 03-Jan-2023 03:04:32 #16 201.2 Progress (1): 3.3/18 kB error 03-Jan-2023 03:04:32 Progress (1): 6.1/18 kB error 03-Jan-2023 03:04:32 Progress (1): 8.9/18 kB error 03-Jan-2023 03:04:32 Progress (1): 12/18 kB error 03-Jan-2023 03:04:32 Progress (1): 15/18 kB error 03-Jan-2023 03:04:32 Progress (1): 17/18 kB error 03-Jan-2023 03:04:32 Progress (1): 18 kB error 03-Jan-2023 03:04:32 error 03-Jan-2023 03:04:32 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/coreapps-omod/1.38.0/coreapps-omod-1.38.0.pom (18 kB at 81 kB/s) error 03-Jan-2023 03:04:32 #16 201.3 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/coreapps/1.38.0/coreapps-1.38.0.pom error 03-Jan-2023 03:04:32 #16 201.4 Progress (1): 3.3/12 kB error 03-Jan-2023 03:04:33 Progress (1): 6.1/12 kB error 03-Jan-2023 03:04:33 Progress (1): 8.9/12 kB error 03-Jan-2023 03:04:33 Progress (1): 12/12 kB error 03-Jan-2023 03:04:33 Progress (1): 12 kB error 03-Jan-2023 03:04:33 error 03-Jan-2023 03:04:33 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/coreapps/1.38.0/coreapps-1.38.0.pom (12 kB at 53 kB/s) error 03-Jan-2023 03:04:33 #16 201.5 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/coreapps-omod/1.38.0/coreapps-omod-1.38.0.jar error 03-Jan-2023 03:04:33 #16 201.8 Progress (1): 0/4.0 MB error 03-Jan-2023 03:04:33 Progress (1): 0/4.0 MB error 03-Jan-2023 03:04:33 Progress (1): 0.1/4.0 MB error 03-Jan-2023 03:04:33 Progress (1): 0.1/4.0 MB error 03-Jan-2023 03:04:33 Progress (1): 0.1/4.0 MB error 03-Jan-2023 03:04:33 Progress (1): 0.1/4.0 MB error 03-Jan-2023 03:04:33 Progress (1): 0.2/4.0 MB error 03-Jan-2023 03:04:33 Progress (1): 0.2/4.0 MB error 03-Jan-2023 03:04:33 Progress (1): 0.2/4.0 MB error 03-Jan-2023 03:04:33 Progress (1): 0.2/4.0 MB error 03-Jan-2023 03:04:33 Progress (1): 0.2/4.0 MB error 03-Jan-2023 03:04:33 Progress (1): 0.3/4.0 MB error 03-Jan-2023 03:04:33 Progress (1): 0.3/4.0 MB error 03-Jan-2023 03:04:33 Progress (1): 0.3/4.0 MB error 03-Jan-2023 03:04:33 Progress (1): 0.3/4.0 MB error 03-Jan-2023 03:04:33 Progress (1): 0.4/4.0 MB error 03-Jan-2023 03:04:33 Progress (1): 0.4/4.0 MB error 03-Jan-2023 03:04:33 Progress (1): 0.4/4.0 MB error 03-Jan-2023 03:04:33 Progress (1): 0.4/4.0 MB error 03-Jan-2023 03:04:33 Progress (1): 0.4/4.0 MB error 03-Jan-2023 03:04:33 Progress (1): 0.5/4.0 MB error 03-Jan-2023 03:04:33 Progress (1): 0.5/4.0 MB error 03-Jan-2023 03:04:33 Progress (1): 0.5/4.0 MB error 03-Jan-2023 03:04:33 Progress (1): 0.5/4.0 MB error 03-Jan-2023 03:04:33 Progress (1): 0.6/4.0 MB error 03-Jan-2023 03:04:33 Progress (1): 0.6/4.0 MB error 03-Jan-2023 03:04:33 Progress (1): 0.6/4.0 MB error 03-Jan-2023 03:04:33 Progress (1): 0.6/4.0 MB error 03-Jan-2023 03:04:33 Progress (1): 0.6/4.0 MB error 03-Jan-2023 03:04:33 Progress (1): 0.7/4.0 MB error 03-Jan-2023 03:04:33 Progress (1): 0.7/4.0 MB error 03-Jan-2023 03:04:33 Progress (1): 0.7/4.0 MB error 03-Jan-2023 03:04:33 Progress (1): 0.7/4.0 MB error 03-Jan-2023 03:04:33 Progress (1): 0.8/4.0 MB error 03-Jan-2023 03:04:33 Progress (1): 0.8/4.0 MB error 03-Jan-2023 03:04:33 Progress (1): 0.8/4.0 MB error 03-Jan-2023 03:04:33 Progress (1): 0.8/4.0 MB error 03-Jan-2023 03:04:33 Progress (1): 0.9/4.0 MB error 03-Jan-2023 03:04:33 Progress (1): 0.9/4.0 MB error 03-Jan-2023 03:04:33 Progress (1): 0.9/4.0 MB error 03-Jan-2023 03:04:33 Progress (1): 0.9/4.0 MB error 03-Jan-2023 03:04:33 Progress (1): 0.9/4.0 MB error 03-Jan-2023 03:04:33 Progress (1): 1.0/4.0 MB error 03-Jan-2023 03:04:33 Progress (1): 1.0/4.0 MB error 03-Jan-2023 03:04:33 Progress (1): 1.0/4.0 MB error 03-Jan-2023 03:04:33 Progress (1): 1.0/4.0 MB error 03-Jan-2023 03:04:33 Progress (1): 1.1/4.0 MB error 03-Jan-2023 03:04:33 Progress (1): 1.1/4.0 MB error 03-Jan-2023 03:04:33 Progress (1): 1.1/4.0 MB error 03-Jan-2023 03:04:33 Progress (1): 1.1/4.0 MB error 03-Jan-2023 03:04:33 Progress (1): 1.1/4.0 MB error 03-Jan-2023 03:04:33 Progress (1): 1.2/4.0 MB error 03-Jan-2023 03:04:33 Progress (1): 1.2/4.0 MB error 03-Jan-2023 03:04:33 Progress (1): 1.2/4.0 MB error 03-Jan-2023 03:04:33 Progress (1): 1.2/4.0 MB error 03-Jan-2023 03:04:33 Progress (1): 1.2/4.0 MB error 03-Jan-2023 03:04:33 Progress (1): 1.3/4.0 MB error 03-Jan-2023 03:04:33 Progress (1): 1.3/4.0 MB error 03-Jan-2023 03:04:33 Progress (1): 1.3/4.0 MB error 03-Jan-2023 03:04:33 Progress (1): 1.3/4.0 MB error 03-Jan-2023 03:04:33 Progress (1): 1.4/4.0 MB error 03-Jan-2023 03:04:33 Progress (1): 1.4/4.0 MB error 03-Jan-2023 03:04:33 Progress (1): 1.4/4.0 MB error 03-Jan-2023 03:04:33 Progress (1): 1.4/4.0 MB error 03-Jan-2023 03:04:33 Progress (1): 1.4/4.0 MB error 03-Jan-2023 03:04:33 Progress (1): 1.5/4.0 MB error 03-Jan-2023 03:04:33 Progress (1): 1.5/4.0 MB error 03-Jan-2023 03:04:33 Progress (1): 1.5/4.0 MB error 03-Jan-2023 03:04:33 Progress (1): 1.5/4.0 MB error 03-Jan-2023 03:04:33 Progress (1): 1.6/4.0 MB error 03-Jan-2023 03:04:33 Progress (1): 1.6/4.0 MB error 03-Jan-2023 03:04:33 Progress (1): 1.6/4.0 MB error 03-Jan-2023 03:04:33 Progress (1): 1.6/4.0 MB error 03-Jan-2023 03:04:33 Progress (1): 1.6/4.0 MB error 03-Jan-2023 03:04:33 Progress (1): 1.7/4.0 MB error 03-Jan-2023 03:04:33 Progress (1): 1.7/4.0 MB error 03-Jan-2023 03:04:33 Progress (1): 1.7/4.0 MB error 03-Jan-2023 03:04:33 Progress (1): 1.7/4.0 MB error 03-Jan-2023 03:04:33 Progress (1): 1.8/4.0 MB error 03-Jan-2023 03:04:33 Progress (1): 1.8/4.0 MB error 03-Jan-2023 03:04:33 Progress (1): 1.8/4.0 MB error 03-Jan-2023 03:04:33 Progress (1): 1.8/4.0 MB error 03-Jan-2023 03:04:33 Progress (1): 1.9/4.0 MB error 03-Jan-2023 03:04:33 Progress (1): 1.9/4.0 MB error 03-Jan-2023 03:04:33 Progress (1): 1.9/4.0 MB error 03-Jan-2023 03:04:33 Progress (1): 1.9/4.0 MB error 03-Jan-2023 03:04:33 Progress (1): 1.9/4.0 MB error 03-Jan-2023 03:04:33 Progress (1): 2.0/4.0 MB error 03-Jan-2023 03:04:33 Progress (1): 2.0/4.0 MB error 03-Jan-2023 03:04:33 Progress (1): 2.0/4.0 MB error 03-Jan-2023 03:04:33 Progress (1): 2.0/4.0 MB error 03-Jan-2023 03:04:33 Progress (1): 2.1/4.0 MB error 03-Jan-2023 03:04:33 Progress (1): 2.1/4.0 MB error 03-Jan-2023 03:04:33 Progress (1): 2.1/4.0 MB error 03-Jan-2023 03:04:33 Progress (1): 2.1/4.0 MB error 03-Jan-2023 03:04:33 Progress (1): 2.1/4.0 MB error 03-Jan-2023 03:04:33 Progress (1): 2.2/4.0 MB error 03-Jan-2023 03:04:33 Progress (1): 2.2/4.0 MB error 03-Jan-2023 03:04:33 Progress (1): 2.2/4.0 MB error 03-Jan-2023 03:04:33 Progress (1): 2.2/4.0 MB error 03-Jan-2023 03:04:33 Progress (1): 2.3/4.0 MB error 03-Jan-2023 03:04:33 Progress (1): 2.3/4.0 MB error 03-Jan-2023 03:04:33 Progress (1): 2.3/4.0 MB error 03-Jan-2023 03:04:33 Progress (1): 2.3/4.0 MB error 03-Jan-2023 03:04:33 Progress (1): 2.4/4.0 MB error 03-Jan-2023 03:04:33 Progress (1): 2.4/4.0 MB error 03-Jan-2023 03:04:33 Progress (1): 2.4/4.0 MB error 03-Jan-2023 03:04:33 Progress (1): 2.4/4.0 MB error 03-Jan-2023 03:04:33 Progress (1): 2.4/4.0 MB error 03-Jan-2023 03:04:33 Progress (1): 2.5/4.0 MB error 03-Jan-2023 03:04:33 Progress (1): 2.5/4.0 MB error 03-Jan-2023 03:04:33 Progress (1): 2.5/4.0 MB error 03-Jan-2023 03:04:33 Progress (1): 2.5/4.0 MB error 03-Jan-2023 03:04:33 Progress (1): 2.6/4.0 MB error 03-Jan-2023 03:04:33 Progress (1): 2.6/4.0 MB error 03-Jan-2023 03:04:33 Progress (1): 2.6/4.0 MB error 03-Jan-2023 03:04:33 Progress (1): 2.6/4.0 MB error 03-Jan-2023 03:04:33 Progress (1): 2.7/4.0 MB error 03-Jan-2023 03:04:33 Progress (1): 2.7/4.0 MB error 03-Jan-2023 03:04:33 Progress (1): 2.7/4.0 MB error 03-Jan-2023 03:04:33 Progress (1): 2.7/4.0 MB error 03-Jan-2023 03:04:33 Progress (1): 2.8/4.0 MB error 03-Jan-2023 03:04:33 Progress (1): 2.8/4.0 MB error 03-Jan-2023 03:04:33 Progress (1): 2.8/4.0 MB error 03-Jan-2023 03:04:33 Progress (1): 2.8/4.0 MB error 03-Jan-2023 03:04:33 Progress (1): 2.8/4.0 MB error 03-Jan-2023 03:04:33 Progress (1): 2.9/4.0 MB error 03-Jan-2023 03:04:33 Progress (1): 2.9/4.0 MB error 03-Jan-2023 03:04:33 Progress (1): 2.9/4.0 MB error 03-Jan-2023 03:04:33 Progress (1): 2.9/4.0 MB error 03-Jan-2023 03:04:33 Progress (1): 3.0/4.0 MB error 03-Jan-2023 03:04:33 Progress (1): 3.0/4.0 MB error 03-Jan-2023 03:04:33 Progress (1): 3.0/4.0 MB error 03-Jan-2023 03:04:33 Progress (1): 3.0/4.0 MB error 03-Jan-2023 03:04:33 Progress (1): 3.0/4.0 MB error 03-Jan-2023 03:04:33 Progress (1): 3.1/4.0 MB error 03-Jan-2023 03:04:33 Progress (1): 3.1/4.0 MB error 03-Jan-2023 03:04:33 Progress (1): 3.1/4.0 MB error 03-Jan-2023 03:04:33 Progress (1): 3.1/4.0 MB error 03-Jan-2023 03:04:33 Progress (1): 3.1/4.0 MB error 03-Jan-2023 03:04:33 Progress (1): 3.2/4.0 MB error 03-Jan-2023 03:04:33 Progress (1): 3.2/4.0 MB error 03-Jan-2023 03:04:33 Progress (1): 3.2/4.0 MB error 03-Jan-2023 03:04:33 Progress (1): 3.2/4.0 MB error 03-Jan-2023 03:04:33 Progress (1): 3.3/4.0 MB error 03-Jan-2023 03:04:33 Progress (1): 3.3/4.0 MB error 03-Jan-2023 03:04:33 Progress (1): 3.3/4.0 MB error 03-Jan-2023 03:04:33 Progress (1): 3.3/4.0 MB error 03-Jan-2023 03:04:33 Progress (1): 3.4/4.0 MB error 03-Jan-2023 03:04:33 Progress (1): 3.4/4.0 MB error 03-Jan-2023 03:04:33 Progress (1): 3.4/4.0 MB error 03-Jan-2023 03:04:33 Progress (1): 3.4/4.0 MB error 03-Jan-2023 03:04:33 Progress (1): 3.5/4.0 MB error 03-Jan-2023 03:04:33 Progress (1): 3.5/4.0 MB error 03-Jan-2023 03:04:33 Progress (1): 3.5/4.0 MB error 03-Jan-2023 03:04:33 Progress (1): 3.5/4.0 MB error 03-Jan-2023 03:04:33 Progress (1): 3.5/4.0 MB error 03-Jan-2023 03:04:33 Progress (1): 3.6/4.0 MB error 03-Jan-2023 03:04:33 Progress (1): 3.6/4.0 MB error 03-Jan-2023 03:04:33 Progress (1): 3.6/4.0 MB error 03-Jan-2023 03:04:33 Progress (1): 3.6/4.0 MB error 03-Jan-2023 03:04:33 Progress (1): 3.6/4.0 MB error 03-Jan-2023 03:04:33 Progress (1): 3.7/4.0 MB error 03-Jan-2023 03:04:33 Progress (1): 3.7/4.0 MB error 03-Jan-2023 03:04:33 Progress (1): 3.7/4.0 MB error 03-Jan-2023 03:04:33 Progress (1): 3.7/4.0 MB error 03-Jan-2023 03:04:33 Progress (1): 3.8/4.0 MB error 03-Jan-2023 03:04:33 Progress (1): 3.8/4.0 MB error 03-Jan-2023 03:04:33 Progress (1): 3.8/4.0 MB error 03-Jan-2023 03:04:33 Progress (1): 3.8/4.0 MB error 03-Jan-2023 03:04:33 Progress (1): 3.8/4.0 MB error 03-Jan-2023 03:04:33 Progress (1): 3.9/4.0 MB error 03-Jan-2023 03:04:33 Progress (1): 3.9/4.0 MB error 03-Jan-2023 03:04:33 Progress (1): 3.9/4.0 MB error 03-Jan-2023 03:04:33 Progress (1): 3.9/4.0 MB error 03-Jan-2023 03:04:33 Progress (1): 4.0 MB error 03-Jan-2023 03:04:33 error 03-Jan-2023 03:04:33 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/coreapps-omod/1.38.0/coreapps-omod-1.38.0.jar (4.0 MB at 5.0 MB/s) error 03-Jan-2023 03:04:33 #16 202.3 [INFO] Configured Artifact: org.openmrs.module:reportingcompatibility-omod:2.0.9:jar error 03-Jan-2023 03:04:33 #16 202.3 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/reportingcompatibility-omod/2.0.9/reportingcompatibility-omod-2.0.9.pom error 03-Jan-2023 03:04:34 #16 202.4 Progress (1): 3.3/4.1 kB error 03-Jan-2023 03:04:34 Progress (1): 4.1 kB error 03-Jan-2023 03:04:34 error 03-Jan-2023 03:04:34 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/reportingcompatibility-omod/2.0.9/reportingcompatibility-omod-2.0.9.pom (4.1 kB at 18 kB/s) error 03-Jan-2023 03:04:34 #16 202.5 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/reportingcompatibility/2.0.9/reportingcompatibility-2.0.9.pom error 03-Jan-2023 03:04:34 #16 202.7 Progress (1): 3.3/4.3 kB error 03-Jan-2023 03:04:34 Progress (1): 4.3 kB error 03-Jan-2023 03:04:34 error 03-Jan-2023 03:04:34 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/reportingcompatibility/2.0.9/reportingcompatibility-2.0.9.pom (4.3 kB at 19 kB/s) error 03-Jan-2023 03:04:34 #16 202.8 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/reportingcompatibility-omod/2.0.9/reportingcompatibility-omod-2.0.9.jar error 03-Jan-2023 03:04:34 #16 203.1 Progress (1): 4.1/775 kB error 03-Jan-2023 03:04:34 Progress (1): 8.2/775 kB error 03-Jan-2023 03:04:34 Progress (1): 12/775 kB error 03-Jan-2023 03:04:34 Progress (1): 16/775 kB error 03-Jan-2023 03:04:34 Progress (1): 19/775 kB error 03-Jan-2023 03:04:34 Progress (1): 23/775 kB error 03-Jan-2023 03:04:34 Progress (1): 27/775 kB error 03-Jan-2023 03:04:34 Progress (1): 31/775 kB error 03-Jan-2023 03:04:34 Progress (1): 34/775 kB error 03-Jan-2023 03:04:34 Progress (1): 38/775 kB error 03-Jan-2023 03:04:34 Progress (1): 42/775 kB error 03-Jan-2023 03:04:34 Progress (1): 46/775 kB error 03-Jan-2023 03:04:34 Progress (1): 51/775 kB error 03-Jan-2023 03:04:34 Progress (1): 55/775 kB error 03-Jan-2023 03:04:34 Progress (1): 59/775 kB error 03-Jan-2023 03:04:34 Progress (1): 63/775 kB error 03-Jan-2023 03:04:34 Progress (1): 67/775 kB error 03-Jan-2023 03:04:34 Progress (1): 69/775 kB error 03-Jan-2023 03:04:34 Progress (1): 73/775 kB error 03-Jan-2023 03:04:34 Progress (1): 77/775 kB error 03-Jan-2023 03:04:34 Progress (1): 81/775 kB error 03-Jan-2023 03:04:34 Progress (1): 85/775 kB error 03-Jan-2023 03:04:34 Progress (1): 89/775 kB error 03-Jan-2023 03:04:34 Progress (1): 94/775 kB error 03-Jan-2023 03:04:34 Progress (1): 98/775 kB error 03-Jan-2023 03:04:34 Progress (1): 100/775 kB error 03-Jan-2023 03:04:34 Progress (1): 104/775 kB error 03-Jan-2023 03:04:34 Progress (1): 108/775 kB error 03-Jan-2023 03:04:34 Progress (1): 112/775 kB error 03-Jan-2023 03:04:34 Progress (1): 116/775 kB error 03-Jan-2023 03:04:34 Progress (1): 120/775 kB error 03-Jan-2023 03:04:34 Progress (1): 124/775 kB error 03-Jan-2023 03:04:34 Progress (1): 128/775 kB error 03-Jan-2023 03:04:34 Progress (1): 132/775 kB error 03-Jan-2023 03:04:34 Progress (1): 137/775 kB error 03-Jan-2023 03:04:34 Progress (1): 141/775 kB error 03-Jan-2023 03:04:34 Progress (1): 143/775 kB error 03-Jan-2023 03:04:34 Progress (1): 147/775 kB error 03-Jan-2023 03:04:34 Progress (1): 151/775 kB error 03-Jan-2023 03:04:34 Progress (1): 155/775 kB error 03-Jan-2023 03:04:34 Progress (1): 158/775 kB error 03-Jan-2023 03:04:34 Progress (1): 162/775 kB error 03-Jan-2023 03:04:34 Progress (1): 166/775 kB error 03-Jan-2023 03:04:34 Progress (1): 170/775 kB error 03-Jan-2023 03:04:34 Progress (1): 174/775 kB error 03-Jan-2023 03:04:34 Progress (1): 179/775 kB error 03-Jan-2023 03:04:34 Progress (1): 183/775 kB error 03-Jan-2023 03:04:34 Progress (1): 187/775 kB error 03-Jan-2023 03:04:34 Progress (1): 191/775 kB error 03-Jan-2023 03:04:34 Progress (1): 193/775 kB error 03-Jan-2023 03:04:34 Progress (1): 197/775 kB error 03-Jan-2023 03:04:34 Progress (1): 201/775 kB error 03-Jan-2023 03:04:34 Progress (1): 205/775 kB error 03-Jan-2023 03:04:34 Progress (1): 209/775 kB error 03-Jan-2023 03:04:34 Progress (1): 213/775 kB error 03-Jan-2023 03:04:34 Progress (1): 217/775 kB error 03-Jan-2023 03:04:34 Progress (1): 222/775 kB error 03-Jan-2023 03:04:34 Progress (1): 226/775 kB error 03-Jan-2023 03:04:34 Progress (1): 230/775 kB error 03-Jan-2023 03:04:34 Progress (1): 232/775 kB error 03-Jan-2023 03:04:34 Progress (1): 236/775 kB error 03-Jan-2023 03:04:34 Progress (1): 240/775 kB error 03-Jan-2023 03:04:34 Progress (1): 244/775 kB error 03-Jan-2023 03:04:34 Progress (1): 249/775 kB error 03-Jan-2023 03:04:34 Progress (1): 253/775 kB error 03-Jan-2023 03:04:34 Progress (1): 257/775 kB error 03-Jan-2023 03:04:34 Progress (1): 260/775 kB error 03-Jan-2023 03:04:34 Progress (1): 264/775 kB error 03-Jan-2023 03:04:34 Progress (1): 268/775 kB error 03-Jan-2023 03:04:34 Progress (1): 273/775 kB error 03-Jan-2023 03:04:34 Progress (1): 277/775 kB error 03-Jan-2023 03:04:34 Progress (1): 281/775 kB error 03-Jan-2023 03:04:34 Progress (1): 285/775 kB error 03-Jan-2023 03:04:34 Progress (1): 289/775 kB error 03-Jan-2023 03:04:34 Progress (1): 293/775 kB error 03-Jan-2023 03:04:34 Progress (1): 297/775 kB error 03-Jan-2023 03:04:34 Progress (1): 301/775 kB error 03-Jan-2023 03:04:34 Progress (1): 305/775 kB error 03-Jan-2023 03:04:34 Progress (1): 309/775 kB error 03-Jan-2023 03:04:34 Progress (1): 314/775 kB error 03-Jan-2023 03:04:34 Progress (1): 318/775 kB error 03-Jan-2023 03:04:34 Progress (1): 322/775 kB error 03-Jan-2023 03:04:34 Progress (1): 326/775 kB error 03-Jan-2023 03:04:34 Progress (1): 330/775 kB error 03-Jan-2023 03:04:34 Progress (1): 334/775 kB error 03-Jan-2023 03:04:34 Progress (1): 338/775 kB error 03-Jan-2023 03:04:34 Progress (1): 341/775 kB error 03-Jan-2023 03:04:34 Progress (1): 345/775 kB error 03-Jan-2023 03:04:34 Progress (1): 349/775 kB error 03-Jan-2023 03:04:34 Progress (1): 353/775 kB error 03-Jan-2023 03:04:34 Progress (1): 356/775 kB error 03-Jan-2023 03:04:34 Progress (1): 360/775 kB error 03-Jan-2023 03:04:34 Progress (1): 364/775 kB error 03-Jan-2023 03:04:34 Progress (1): 368/775 kB error 03-Jan-2023 03:04:34 Progress (1): 372/775 kB error 03-Jan-2023 03:04:34 Progress (1): 377/775 kB error 03-Jan-2023 03:04:34 Progress (1): 381/775 kB error 03-Jan-2023 03:04:34 Progress (1): 385/775 kB error 03-Jan-2023 03:04:34 Progress (1): 389/775 kB error 03-Jan-2023 03:04:34 Progress (1): 393/775 kB error 03-Jan-2023 03:04:34 Progress (1): 397/775 kB error 03-Jan-2023 03:04:34 Progress (1): 401/775 kB error 03-Jan-2023 03:04:34 Progress (1): 404/775 kB error 03-Jan-2023 03:04:34 Progress (1): 408/775 kB error 03-Jan-2023 03:04:34 Progress (1): 412/775 kB error 03-Jan-2023 03:04:34 Progress (1): 416/775 kB error 03-Jan-2023 03:04:34 Progress (1): 419/775 kB error 03-Jan-2023 03:04:34 Progress (1): 423/775 kB error 03-Jan-2023 03:04:34 Progress (1): 427/775 kB error 03-Jan-2023 03:04:34 Progress (1): 431/775 kB error 03-Jan-2023 03:04:34 Progress (1): 435/775 kB error 03-Jan-2023 03:04:34 Progress (1): 440/775 kB error 03-Jan-2023 03:04:34 Progress (1): 444/775 kB error 03-Jan-2023 03:04:34 Progress (1): 448/775 kB error 03-Jan-2023 03:04:34 Progress (1): 452/775 kB error 03-Jan-2023 03:04:34 Progress (1): 456/775 kB error 03-Jan-2023 03:04:34 Progress (1): 458/775 kB error 03-Jan-2023 03:04:34 Progress (1): 462/775 kB error 03-Jan-2023 03:04:34 Progress (1): 466/775 kB error 03-Jan-2023 03:04:34 Progress (1): 471/775 kB error 03-Jan-2023 03:04:34 Progress (1): 475/775 kB error 03-Jan-2023 03:04:34 Progress (1): 479/775 kB error 03-Jan-2023 03:04:34 Progress (1): 483/775 kB error 03-Jan-2023 03:04:34 Progress (1): 487/775 kB error 03-Jan-2023 03:04:34 Progress (1): 491/775 kB error 03-Jan-2023 03:04:34 Progress (1): 495/775 kB error 03-Jan-2023 03:04:34 Progress (1): 499/775 kB error 03-Jan-2023 03:04:34 Progress (1): 503/775 kB error 03-Jan-2023 03:04:34 Progress (1): 507/775 kB error 03-Jan-2023 03:04:34 Progress (1): 512/775 kB error 03-Jan-2023 03:04:34 Progress (1): 516/775 kB error 03-Jan-2023 03:04:34 Progress (1): 520/775 kB error 03-Jan-2023 03:04:34 Progress (1): 524/775 kB error 03-Jan-2023 03:04:34 Progress (1): 528/775 kB error 03-Jan-2023 03:04:34 Progress (1): 532/775 kB error 03-Jan-2023 03:04:34 Progress (1): 536/775 kB error 03-Jan-2023 03:04:34 Progress (1): 539/775 kB error 03-Jan-2023 03:04:34 Progress (1): 543/775 kB error 03-Jan-2023 03:04:34 Progress (1): 547/775 kB error 03-Jan-2023 03:04:34 Progress (1): 551/775 kB error 03-Jan-2023 03:04:34 Progress (1): 554/775 kB error 03-Jan-2023 03:04:34 Progress (1): 558/775 kB error 03-Jan-2023 03:04:34 Progress (1): 562/775 kB error 03-Jan-2023 03:04:34 Progress (1): 566/775 kB error 03-Jan-2023 03:04:34 Progress (1): 570/775 kB error 03-Jan-2023 03:04:34 Progress (1): 575/775 kB error 03-Jan-2023 03:04:34 Progress (1): 579/775 kB error 03-Jan-2023 03:04:34 Progress (1): 583/775 kB error 03-Jan-2023 03:04:34 Progress (1): 587/775 kB error 03-Jan-2023 03:04:34 Progress (1): 591/775 kB error 03-Jan-2023 03:04:34 Progress (1): 595/775 kB error 03-Jan-2023 03:04:34 Progress (1): 599/775 kB error 03-Jan-2023 03:04:34 Progress (1): 602/775 kB error 03-Jan-2023 03:04:34 Progress (1): 606/775 kB error 03-Jan-2023 03:04:34 Progress (1): 610/775 kB error 03-Jan-2023 03:04:34 Progress (1): 614/775 kB error 03-Jan-2023 03:04:34 Progress (1): 618/775 kB error 03-Jan-2023 03:04:34 Progress (1): 622/775 kB error 03-Jan-2023 03:04:34 Progress (1): 626/775 kB error 03-Jan-2023 03:04:34 Progress (1): 630/775 kB error 03-Jan-2023 03:04:34 Progress (1): 634/775 kB error 03-Jan-2023 03:04:34 Progress (1): 637/775 kB error 03-Jan-2023 03:04:34 Progress (1): 641/775 kB error 03-Jan-2023 03:04:34 Progress (1): 645/775 kB error 03-Jan-2023 03:04:34 Progress (1): 647/775 kB error 03-Jan-2023 03:04:34 Progress (1): 651/775 kB error 03-Jan-2023 03:04:34 Progress (1): 655/775 kB error 03-Jan-2023 03:04:34 Progress (1): 660/775 kB error 03-Jan-2023 03:04:34 Progress (1): 664/775 kB error 03-Jan-2023 03:04:34 Progress (1): 668/775 kB error 03-Jan-2023 03:04:34 Progress (1): 672/775 kB error 03-Jan-2023 03:04:34 Progress (1): 676/775 kB error 03-Jan-2023 03:04:34 Progress (1): 680/775 kB error 03-Jan-2023 03:04:34 Progress (1): 684/775 kB error 03-Jan-2023 03:04:34 Progress (1): 688/775 kB error 03-Jan-2023 03:04:34 Progress (1): 692/775 kB error 03-Jan-2023 03:04:34 Progress (1): 696/775 kB error 03-Jan-2023 03:04:34 Progress (1): 701/775 kB error 03-Jan-2023 03:04:34 Progress (1): 705/775 kB error 03-Jan-2023 03:04:34 Progress (1): 709/775 kB error 03-Jan-2023 03:04:34 Progress (1): 713/775 kB error 03-Jan-2023 03:04:34 Progress (1): 717/775 kB error 03-Jan-2023 03:04:34 Progress (1): 719/775 kB error 03-Jan-2023 03:04:34 Progress (1): 723/775 kB error 03-Jan-2023 03:04:34 Progress (1): 727/775 kB error 03-Jan-2023 03:04:34 Progress (1): 732/775 kB error 03-Jan-2023 03:04:34 Progress (1): 736/775 kB error 03-Jan-2023 03:04:34 Progress (1): 740/775 kB error 03-Jan-2023 03:04:34 Progress (1): 744/775 kB error 03-Jan-2023 03:04:34 Progress (1): 748/775 kB error 03-Jan-2023 03:04:34 Progress (1): 752/775 kB error 03-Jan-2023 03:04:34 Progress (1): 754/775 kB error 03-Jan-2023 03:04:34 Progress (1): 758/775 kB error 03-Jan-2023 03:04:34 Progress (1): 762/775 kB error 03-Jan-2023 03:04:34 Progress (1): 766/775 kB error 03-Jan-2023 03:04:34 Progress (1): 771/775 kB error 03-Jan-2023 03:04:34 Progress (1): 773/775 kB error 03-Jan-2023 03:04:34 Progress (1): 775 kB error 03-Jan-2023 03:04:35 error 03-Jan-2023 03:04:35 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/reportingcompatibility-omod/2.0.9/reportingcompatibility-omod-2.0.9.jar (775 kB at 1.3 MB/s) error 03-Jan-2023 03:04:35 #16 203.4 [INFO] Configured Artifact: org.openmrs.module:reporting-omod:1.25.0:jar error 03-Jan-2023 03:04:35 #16 203.4 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/reporting-omod/1.25.0/reporting-omod-1.25.0.pom error 03-Jan-2023 03:04:35 #16 203.5 Progress (1): 3.3/4.1 kB error 03-Jan-2023 03:04:35 Progress (1): 4.1 kB error 03-Jan-2023 03:04:35 error 03-Jan-2023 03:04:35 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/reporting-omod/1.25.0/reporting-omod-1.25.0.pom (4.1 kB at 18 kB/s) error 03-Jan-2023 03:04:35 #16 203.6 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/reporting/1.25.0/reporting-1.25.0.pom error 03-Jan-2023 03:04:35 #16 203.7 Progress (1): 3.3/19 kB error 03-Jan-2023 03:04:35 Progress (1): 6.1/19 kB error 03-Jan-2023 03:04:35 Progress (1): 8.9/19 kB error 03-Jan-2023 03:04:35 Progress (1): 12/19 kB error 03-Jan-2023 03:04:35 Progress (1): 15/19 kB error 03-Jan-2023 03:04:35 Progress (1): 17/19 kB error 03-Jan-2023 03:04:35 Progress (1): 19 kB error 03-Jan-2023 03:04:35 error 03-Jan-2023 03:04:35 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/reporting/1.25.0/reporting-1.25.0.pom (19 kB at 72 kB/s) error 03-Jan-2023 03:04:35 #16 203.9 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/reporting-omod/1.25.0/reporting-omod-1.25.0.jar error 03-Jan-2023 03:04:35 #16 204.3 Progress (1): 0.1/17 MB error 03-Jan-2023 03:04:35 Progress (1): 0.2/17 MB error 03-Jan-2023 03:04:35 Progress (1): 0.3/17 MB error 03-Jan-2023 03:04:35 Progress (1): 0.3/17 MB error 03-Jan-2023 03:04:35 Progress (1): 0.4/17 MB error 03-Jan-2023 03:04:35 Progress (1): 0.5/17 MB error 03-Jan-2023 03:04:35 Progress (1): 0.6/17 MB error 03-Jan-2023 03:04:35 Progress (1): 0.7/17 MB error 03-Jan-2023 03:04:35 Progress (1): 0.8/17 MB error 03-Jan-2023 03:04:35 Progress (1): 0.9/17 MB error 03-Jan-2023 03:04:35 Progress (1): 0.9/17 MB error 03-Jan-2023 03:04:35 Progress (1): 1.0/17 MB error 03-Jan-2023 03:04:35 Progress (1): 1.1/17 MB error 03-Jan-2023 03:04:35 Progress (1): 1.2/17 MB error 03-Jan-2023 03:04:35 Progress (1): 1.3/17 MB error 03-Jan-2023 03:04:36 Progress (1): 1.4/17 MB error 03-Jan-2023 03:04:36 Progress (1): 1.5/17 MB error 03-Jan-2023 03:04:36 Progress (1): 1.5/17 MB error 03-Jan-2023 03:04:36 Progress (1): 1.6/17 MB error 03-Jan-2023 03:04:36 Progress (1): 1.7/17 MB error 03-Jan-2023 03:04:36 Progress (1): 1.8/17 MB error 03-Jan-2023 03:04:36 Progress (1): 1.9/17 MB error 03-Jan-2023 03:04:36 Progress (1): 2.0/17 MB error 03-Jan-2023 03:04:36 Progress (1): 2.1/17 MB error 03-Jan-2023 03:04:36 Progress (1): 2.1/17 MB error 03-Jan-2023 03:04:36 Progress (1): 2.2/17 MB error 03-Jan-2023 03:04:36 Progress (1): 2.3/17 MB error 03-Jan-2023 03:04:36 Progress (1): 2.4/17 MB error 03-Jan-2023 03:04:36 Progress (1): 2.5/17 MB error 03-Jan-2023 03:04:36 Progress (1): 2.6/17 MB error 03-Jan-2023 03:04:36 Progress (1): 2.7/17 MB error 03-Jan-2023 03:04:36 Progress (1): 2.8/17 MB error 03-Jan-2023 03:04:36 Progress (1): 2.8/17 MB error 03-Jan-2023 03:04:36 Progress (1): 2.9/17 MB error 03-Jan-2023 03:04:36 Progress (1): 3.0/17 MB error 03-Jan-2023 03:04:36 Progress (1): 3.1/17 MB error 03-Jan-2023 03:04:36 Progress (1): 3.2/17 MB error 03-Jan-2023 03:04:36 Progress (1): 3.3/17 MB error 03-Jan-2023 03:04:36 Progress (1): 3.4/17 MB error 03-Jan-2023 03:04:36 Progress (1): 3.4/17 MB error 03-Jan-2023 03:04:36 Progress (1): 3.5/17 MB error 03-Jan-2023 03:04:36 Progress (1): 3.6/17 MB error 03-Jan-2023 03:04:36 Progress (1): 3.7/17 MB error 03-Jan-2023 03:04:36 Progress (1): 3.8/17 MB error 03-Jan-2023 03:04:36 Progress (1): 3.9/17 MB error 03-Jan-2023 03:04:36 Progress (1): 4.0/17 MB error 03-Jan-2023 03:04:36 Progress (1): 4.0/17 MB error 03-Jan-2023 03:04:36 Progress (1): 4.1/17 MB error 03-Jan-2023 03:04:36 Progress (1): 4.2/17 MB error 03-Jan-2023 03:04:36 Progress (1): 4.3/17 MB error 03-Jan-2023 03:04:36 Progress (1): 4.4/17 MB error 03-Jan-2023 03:04:36 Progress (1): 4.5/17 MB error 03-Jan-2023 03:04:36 Progress (1): 4.6/17 MB error 03-Jan-2023 03:04:36 Progress (1): 4.7/17 MB error 03-Jan-2023 03:04:36 Progress (1): 4.7/17 MB error 03-Jan-2023 03:04:36 Progress (1): 4.8/17 MB error 03-Jan-2023 03:04:36 Progress (1): 4.9/17 MB error 03-Jan-2023 03:04:36 Progress (1): 5.0/17 MB error 03-Jan-2023 03:04:36 Progress (1): 5.1/17 MB error 03-Jan-2023 03:04:36 Progress (1): 5.1/17 MB error 03-Jan-2023 03:04:36 Progress (1): 5.2/17 MB error 03-Jan-2023 03:04:36 Progress (1): 5.3/17 MB error 03-Jan-2023 03:04:36 Progress (1): 5.4/17 MB error 03-Jan-2023 03:04:36 Progress (1): 5.5/17 MB error 03-Jan-2023 03:04:36 Progress (1): 5.6/17 MB error 03-Jan-2023 03:04:36 Progress (1): 5.6/17 MB error 03-Jan-2023 03:04:36 Progress (1): 5.7/17 MB error 03-Jan-2023 03:04:36 Progress (1): 5.8/17 MB error 03-Jan-2023 03:04:36 Progress (1): 5.9/17 MB error 03-Jan-2023 03:04:36 Progress (1): 6.0/17 MB error 03-Jan-2023 03:04:36 Progress (1): 6.0/17 MB error 03-Jan-2023 03:04:36 Progress (1): 6.1/17 MB error 03-Jan-2023 03:04:36 Progress (1): 6.2/17 MB error 03-Jan-2023 03:04:36 Progress (1): 6.3/17 MB error 03-Jan-2023 03:04:36 Progress (1): 6.4/17 MB error 03-Jan-2023 03:04:36 Progress (1): 6.5/17 MB error 03-Jan-2023 03:04:36 Progress (1): 6.5/17 MB error 03-Jan-2023 03:04:36 Progress (1): 6.6/17 MB error 03-Jan-2023 03:04:36 Progress (1): 6.7/17 MB error 03-Jan-2023 03:04:36 Progress (1): 6.8/17 MB error 03-Jan-2023 03:04:36 Progress (1): 6.9/17 MB error 03-Jan-2023 03:04:36 Progress (1): 6.9/17 MB error 03-Jan-2023 03:04:36 Progress (1): 7.0/17 MB error 03-Jan-2023 03:04:36 Progress (1): 7.1/17 MB error 03-Jan-2023 03:04:36 Progress (1): 7.2/17 MB error 03-Jan-2023 03:04:36 Progress (1): 7.3/17 MB error 03-Jan-2023 03:04:36 Progress (1): 7.4/17 MB error 03-Jan-2023 03:04:36 Progress (1): 7.4/17 MB error 03-Jan-2023 03:04:36 Progress (1): 7.5/17 MB error 03-Jan-2023 03:04:36 Progress (1): 7.6/17 MB error 03-Jan-2023 03:04:36 Progress (1): 7.7/17 MB error 03-Jan-2023 03:04:36 Progress (1): 7.8/17 MB error 03-Jan-2023 03:04:37 Progress (1): 7.8/17 MB error 03-Jan-2023 03:04:37 Progress (1): 7.9/17 MB error 03-Jan-2023 03:04:37 Progress (1): 8.0/17 MB error 03-Jan-2023 03:04:37 Progress (1): 8.1/17 MB error 03-Jan-2023 03:04:37 Progress (1): 8.2/17 MB error 03-Jan-2023 03:04:37 Progress (1): 8.3/17 MB error 03-Jan-2023 03:04:37 Progress (1): 8.3/17 MB error 03-Jan-2023 03:04:37 Progress (1): 8.4/17 MB error 03-Jan-2023 03:04:37 Progress (1): 8.5/17 MB error 03-Jan-2023 03:04:37 Progress (1): 8.6/17 MB error 03-Jan-2023 03:04:37 Progress (1): 8.7/17 MB error 03-Jan-2023 03:04:37 Progress (1): 8.7/17 MB error 03-Jan-2023 03:04:37 Progress (1): 8.8/17 MB error 03-Jan-2023 03:04:37 Progress (1): 8.9/17 MB error 03-Jan-2023 03:04:37 Progress (1): 9.0/17 MB error 03-Jan-2023 03:04:37 Progress (1): 9.1/17 MB error 03-Jan-2023 03:04:37 Progress (1): 9.2/17 MB error 03-Jan-2023 03:04:37 Progress (1): 9.2/17 MB error 03-Jan-2023 03:04:37 Progress (1): 9.3/17 MB error 03-Jan-2023 03:04:37 Progress (1): 9.4/17 MB error 03-Jan-2023 03:04:37 Progress (1): 9.5/17 MB error 03-Jan-2023 03:04:37 Progress (1): 9.6/17 MB error 03-Jan-2023 03:04:37 Progress (1): 9.6/17 MB error 03-Jan-2023 03:04:37 Progress (1): 9.7/17 MB error 03-Jan-2023 03:04:37 Progress (1): 9.8/17 MB error 03-Jan-2023 03:04:37 Progress (1): 9.9/17 MB error 03-Jan-2023 03:04:37 Progress (1): 10.0/17 MB error 03-Jan-2023 03:04:37 Progress (1): 10/17 MB error 03-Jan-2023 03:04:37 Progress (1): 10/17 MB error 03-Jan-2023 03:04:37 Progress (1): 10/17 MB error 03-Jan-2023 03:04:37 Progress (1): 10/17 MB error 03-Jan-2023 03:04:37 Progress (1): 10/17 MB error 03-Jan-2023 03:04:37 Progress (1): 10/17 MB error 03-Jan-2023 03:04:37 Progress (1): 11/17 MB error 03-Jan-2023 03:04:37 Progress (1): 11/17 MB error 03-Jan-2023 03:04:37 Progress (1): 11/17 MB error 03-Jan-2023 03:04:37 Progress (1): 11/17 MB error 03-Jan-2023 03:04:37 Progress (1): 11/17 MB error 03-Jan-2023 03:04:37 Progress (1): 11/17 MB error 03-Jan-2023 03:04:37 Progress (1): 11/17 MB error 03-Jan-2023 03:04:37 Progress (1): 11/17 MB error 03-Jan-2023 03:04:37 Progress (1): 11/17 MB error 03-Jan-2023 03:04:37 Progress (1): 11/17 MB error 03-Jan-2023 03:04:37 Progress (1): 11/17 MB error 03-Jan-2023 03:04:37 Progress (1): 11/17 MB error 03-Jan-2023 03:04:37 Progress (1): 12/17 MB error 03-Jan-2023 03:04:37 Progress (1): 12/17 MB error 03-Jan-2023 03:04:37 Progress (1): 12/17 MB error 03-Jan-2023 03:04:37 Progress (1): 12/17 MB error 03-Jan-2023 03:04:37 Progress (1): 12/17 MB error 03-Jan-2023 03:04:37 Progress (1): 12/17 MB error 03-Jan-2023 03:04:37 Progress (1): 12/17 MB error 03-Jan-2023 03:04:37 Progress (1): 12/17 MB error 03-Jan-2023 03:04:37 Progress (1): 12/17 MB error 03-Jan-2023 03:04:37 Progress (1): 12/17 MB error 03-Jan-2023 03:04:37 Progress (1): 12/17 MB error 03-Jan-2023 03:04:37 Progress (1): 12/17 MB error 03-Jan-2023 03:04:37 Progress (1): 13/17 MB error 03-Jan-2023 03:04:37 Progress (1): 13/17 MB error 03-Jan-2023 03:04:37 Progress (1): 13/17 MB error 03-Jan-2023 03:04:37 Progress (1): 13/17 MB error 03-Jan-2023 03:04:37 Progress (1): 13/17 MB error 03-Jan-2023 03:04:37 Progress (1): 13/17 MB error 03-Jan-2023 03:04:37 Progress (1): 13/17 MB error 03-Jan-2023 03:04:37 Progress (1): 13/17 MB error 03-Jan-2023 03:04:37 Progress (1): 13/17 MB error 03-Jan-2023 03:04:37 Progress (1): 13/17 MB error 03-Jan-2023 03:04:37 Progress (1): 13/17 MB error 03-Jan-2023 03:04:37 Progress (1): 13/17 MB error 03-Jan-2023 03:04:37 Progress (1): 13/17 MB error 03-Jan-2023 03:04:37 Progress (1): 14/17 MB error 03-Jan-2023 03:04:37 Progress (1): 14/17 MB error 03-Jan-2023 03:04:37 Progress (1): 14/17 MB error 03-Jan-2023 03:04:37 Progress (1): 14/17 MB error 03-Jan-2023 03:04:37 Progress (1): 14/17 MB error 03-Jan-2023 03:04:37 Progress (1): 14/17 MB error 03-Jan-2023 03:04:37 Progress (1): 14/17 MB error 03-Jan-2023 03:04:37 Progress (1): 14/17 MB error 03-Jan-2023 03:04:37 Progress (1): 14/17 MB error 03-Jan-2023 03:04:37 Progress (1): 14/17 MB error 03-Jan-2023 03:04:37 Progress (1): 14/17 MB error 03-Jan-2023 03:04:37 Progress (1): 14/17 MB error 03-Jan-2023 03:04:37 Progress (1): 15/17 MB error 03-Jan-2023 03:04:37 Progress (1): 15/17 MB error 03-Jan-2023 03:04:37 Progress (1): 15/17 MB error 03-Jan-2023 03:04:37 Progress (1): 15/17 MB error 03-Jan-2023 03:04:37 Progress (1): 15/17 MB error 03-Jan-2023 03:04:37 Progress (1): 15/17 MB error 03-Jan-2023 03:04:37 Progress (1): 15/17 MB error 03-Jan-2023 03:04:37 Progress (1): 15/17 MB error 03-Jan-2023 03:04:37 Progress (1): 15/17 MB error 03-Jan-2023 03:04:37 Progress (1): 15/17 MB error 03-Jan-2023 03:04:37 Progress (1): 15/17 MB error 03-Jan-2023 03:04:37 Progress (1): 15/17 MB error 03-Jan-2023 03:04:37 Progress (1): 16/17 MB error 03-Jan-2023 03:04:37 Progress (1): 16/17 MB error 03-Jan-2023 03:04:37 Progress (1): 16/17 MB error 03-Jan-2023 03:04:37 Progress (1): 16/17 MB error 03-Jan-2023 03:04:37 Progress (1): 16/17 MB error 03-Jan-2023 03:04:38 Progress (1): 16/17 MB error 03-Jan-2023 03:04:38 Progress (1): 16/17 MB error 03-Jan-2023 03:04:38 Progress (1): 16/17 MB error 03-Jan-2023 03:04:38 Progress (1): 16/17 MB error 03-Jan-2023 03:04:38 Progress (1): 16/17 MB error 03-Jan-2023 03:04:38 Progress (1): 16/17 MB error 03-Jan-2023 03:04:38 Progress (1): 16/17 MB error 03-Jan-2023 03:04:38 Progress (1): 17/17 MB error 03-Jan-2023 03:04:38 Progress (1): 17 MB error 03-Jan-2023 03:04:38 error 03-Jan-2023 03:04:38 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/reporting-omod/1.25.0/reporting-omod-1.25.0.jar (17 MB at 6.0 MB/s) error 03-Jan-2023 03:04:38 #16 206.8 [INFO] Configured Artifact: org.openmrs.module:adminui-omod:1.6.0:jar error 03-Jan-2023 03:04:38 #16 206.8 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/adminui-omod/1.6.0/adminui-omod-1.6.0.pom error 03-Jan-2023 03:04:38 #16 207.0 Progress (1): 3.3/9.2 kB error 03-Jan-2023 03:04:38 Progress (1): 6.1/9.2 kB error 03-Jan-2023 03:04:38 Progress (1): 8.9/9.2 kB error 03-Jan-2023 03:04:38 Progress (1): 9.2 kB error 03-Jan-2023 03:04:38 error 03-Jan-2023 03:04:38 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/adminui-omod/1.6.0/adminui-omod-1.6.0.pom (9.2 kB at 25 kB/s) error 03-Jan-2023 03:04:38 #16 207.2 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/adminui/1.6.0/adminui-1.6.0.pom error 03-Jan-2023 03:04:38 #16 207.4 Progress (1): 3.3/7.2 kB error 03-Jan-2023 03:04:39 Progress (1): 6.1/7.2 kB error 03-Jan-2023 03:04:39 Progress (1): 7.2 kB error 03-Jan-2023 03:04:39 error 03-Jan-2023 03:04:39 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/adminui/1.6.0/adminui-1.6.0.pom (7.2 kB at 32 kB/s) error 03-Jan-2023 03:04:39 #16 207.6 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/adminui-omod/1.6.0/adminui-omod-1.6.0.jar error 03-Jan-2023 03:04:39 #16 207.9 Progress (1): 4.1/257 kB error 03-Jan-2023 03:04:39 Progress (1): 8.2/257 kB error 03-Jan-2023 03:04:39 Progress (1): 12/257 kB error 03-Jan-2023 03:04:39 Progress (1): 16/257 kB error 03-Jan-2023 03:04:39 Progress (1): 19/257 kB error 03-Jan-2023 03:04:39 Progress (1): 23/257 kB error 03-Jan-2023 03:04:39 Progress (1): 27/257 kB error 03-Jan-2023 03:04:39 Progress (1): 31/257 kB error 03-Jan-2023 03:04:39 Progress (1): 34/257 kB error 03-Jan-2023 03:04:39 Progress (1): 38/257 kB error 03-Jan-2023 03:04:39 Progress (1): 42/257 kB error 03-Jan-2023 03:04:39 Progress (1): 46/257 kB error 03-Jan-2023 03:04:39 Progress (1): 51/257 kB error 03-Jan-2023 03:04:39 Progress (1): 55/257 kB error 03-Jan-2023 03:04:39 Progress (1): 59/257 kB error 03-Jan-2023 03:04:39 Progress (1): 63/257 kB error 03-Jan-2023 03:04:39 Progress (1): 67/257 kB error 03-Jan-2023 03:04:39 Progress (1): 69/257 kB error 03-Jan-2023 03:04:39 Progress (1): 73/257 kB error 03-Jan-2023 03:04:39 Progress (1): 77/257 kB error 03-Jan-2023 03:04:39 Progress (1): 81/257 kB error 03-Jan-2023 03:04:39 Progress (1): 85/257 kB error 03-Jan-2023 03:04:39 Progress (1): 89/257 kB error 03-Jan-2023 03:04:39 Progress (1): 94/257 kB error 03-Jan-2023 03:04:39 Progress (1): 98/257 kB error 03-Jan-2023 03:04:39 Progress (1): 102/257 kB error 03-Jan-2023 03:04:39 Progress (1): 104/257 kB error 03-Jan-2023 03:04:39 Progress (1): 108/257 kB error 03-Jan-2023 03:04:39 Progress (1): 112/257 kB error 03-Jan-2023 03:04:39 Progress (1): 116/257 kB error 03-Jan-2023 03:04:39 Progress (1): 120/257 kB error 03-Jan-2023 03:04:39 Progress (1): 124/257 kB error 03-Jan-2023 03:04:39 Progress (1): 128/257 kB error 03-Jan-2023 03:04:39 Progress (1): 132/257 kB error 03-Jan-2023 03:04:39 Progress (1): 137/257 kB error 03-Jan-2023 03:04:39 Progress (1): 141/257 kB error 03-Jan-2023 03:04:39 Progress (1): 143/257 kB error 03-Jan-2023 03:04:39 Progress (1): 147/257 kB error 03-Jan-2023 03:04:39 Progress (1): 151/257 kB error 03-Jan-2023 03:04:39 Progress (1): 155/257 kB error 03-Jan-2023 03:04:39 Progress (1): 159/257 kB error 03-Jan-2023 03:04:39 Progress (1): 163/257 kB error 03-Jan-2023 03:04:39 Progress (1): 167/257 kB error 03-Jan-2023 03:04:39 Progress (1): 171/257 kB error 03-Jan-2023 03:04:39 Progress (1): 175/257 kB error 03-Jan-2023 03:04:39 Progress (1): 178/257 kB error 03-Jan-2023 03:04:39 Progress (1): 182/257 kB error 03-Jan-2023 03:04:39 Progress (1): 186/257 kB error 03-Jan-2023 03:04:39 Progress (1): 188/257 kB error 03-Jan-2023 03:04:39 Progress (1): 192/257 kB error 03-Jan-2023 03:04:39 Progress (1): 197/257 kB error 03-Jan-2023 03:04:39 Progress (1): 201/257 kB error 03-Jan-2023 03:04:39 Progress (1): 205/257 kB error 03-Jan-2023 03:04:39 Progress (1): 209/257 kB error 03-Jan-2023 03:04:39 Progress (1): 213/257 kB error 03-Jan-2023 03:04:39 Progress (1): 217/257 kB error 03-Jan-2023 03:04:39 Progress (1): 221/257 kB error 03-Jan-2023 03:04:39 Progress (1): 225/257 kB error 03-Jan-2023 03:04:39 Progress (1): 229/257 kB error 03-Jan-2023 03:04:39 Progress (1): 232/257 kB error 03-Jan-2023 03:04:39 Progress (1): 236/257 kB error 03-Jan-2023 03:04:39 Progress (1): 240/257 kB error 03-Jan-2023 03:04:39 Progress (1): 244/257 kB error 03-Jan-2023 03:04:39 Progress (1): 249/257 kB error 03-Jan-2023 03:04:39 Progress (1): 251/257 kB error 03-Jan-2023 03:04:39 Progress (1): 255/257 kB error 03-Jan-2023 03:04:39 Progress (1): 257 kB error 03-Jan-2023 03:04:39 error 03-Jan-2023 03:04:39 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/adminui-omod/1.6.0/adminui-omod-1.6.0.jar (257 kB at 517 kB/s) error 03-Jan-2023 03:04:39 #16 208.1 [INFO] Configured Artifact: org.openmrs.module:registrationcore-omod:1.12.0:jar error 03-Jan-2023 03:04:39 #16 208.1 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/registrationcore-omod/1.12.0/registrationcore-omod-1.12.0.pom error 03-Jan-2023 03:04:39 #16 208.2 Progress (1): 3.3/6.3 kB error 03-Jan-2023 03:04:39 Progress (1): 6.1/6.3 kB error 03-Jan-2023 03:04:39 Progress (1): 6.3 kB error 03-Jan-2023 03:04:40 error 03-Jan-2023 03:04:40 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/registrationcore-omod/1.12.0/registrationcore-omod-1.12.0.pom (6.3 kB at 23 kB/s) error 03-Jan-2023 03:04:40 #16 208.4 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/registrationcore/1.12.0/registrationcore-1.12.0.pom error 03-Jan-2023 03:04:40 #16 208.5 Progress (1): 3.3/7.7 kB error 03-Jan-2023 03:04:40 Progress (1): 6.1/7.7 kB error 03-Jan-2023 03:04:40 Progress (1): 7.7 kB error 03-Jan-2023 03:04:40 error 03-Jan-2023 03:04:40 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/registrationcore/1.12.0/registrationcore-1.12.0.pom (7.7 kB at 32 kB/s) error 03-Jan-2023 03:04:40 #16 208.7 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/registrationcore-omod/1.12.0/registrationcore-omod-1.12.0.jar error 03-Jan-2023 03:04:40 #16 208.8 Progress (1): 3.3/127 kB error 03-Jan-2023 03:04:40 Progress (1): 6.1/127 kB error 03-Jan-2023 03:04:40 Progress (1): 8.9/127 kB error 03-Jan-2023 03:04:40 Progress (1): 12/127 kB error 03-Jan-2023 03:04:40 Progress (1): 14/127 kB error 03-Jan-2023 03:04:40 Progress (1): 17/127 kB error 03-Jan-2023 03:04:40 Progress (1): 20/127 kB error 03-Jan-2023 03:04:40 Progress (1): 23/127 kB error 03-Jan-2023 03:04:40 Progress (1): 25/127 kB error 03-Jan-2023 03:04:40 Progress (1): 28/127 kB error 03-Jan-2023 03:04:40 Progress (1): 31/127 kB error 03-Jan-2023 03:04:40 Progress (1): 34/127 kB error 03-Jan-2023 03:04:40 Progress (1): 37/127 kB error 03-Jan-2023 03:04:40 Progress (1): 39/127 kB error 03-Jan-2023 03:04:40 Progress (1): 42/127 kB error 03-Jan-2023 03:04:40 Progress (1): 45/127 kB error 03-Jan-2023 03:04:40 Progress (1): 48/127 kB error 03-Jan-2023 03:04:40 Progress (1): 51/127 kB error 03-Jan-2023 03:04:40 Progress (1): 53/127 kB error 03-Jan-2023 03:04:40 Progress (1): 56/127 kB error 03-Jan-2023 03:04:40 Progress (1): 59/127 kB error 03-Jan-2023 03:04:40 Progress (1): 62/127 kB error 03-Jan-2023 03:04:40 Progress (1): 65/127 kB error 03-Jan-2023 03:04:40 Progress (1): 67/127 kB error 03-Jan-2023 03:04:40 Progress (1): 70/127 kB error 03-Jan-2023 03:04:40 Progress (1): 73/127 kB error 03-Jan-2023 03:04:40 Progress (1): 76/127 kB error 03-Jan-2023 03:04:40 Progress (1): 79/127 kB error 03-Jan-2023 03:04:40 Progress (1): 81/127 kB error 03-Jan-2023 03:04:40 Progress (1): 84/127 kB error 03-Jan-2023 03:04:40 Progress (1): 87/127 kB error 03-Jan-2023 03:04:40 Progress (1): 90/127 kB error 03-Jan-2023 03:04:40 Progress (1): 93/127 kB error 03-Jan-2023 03:04:40 Progress (1): 95/127 kB error 03-Jan-2023 03:04:40 Progress (1): 98/127 kB error 03-Jan-2023 03:04:40 Progress (1): 101/127 kB error 03-Jan-2023 03:04:40 Progress (1): 104/127 kB error 03-Jan-2023 03:04:40 Progress (1): 107/127 kB error 03-Jan-2023 03:04:40 Progress (1): 109/127 kB error 03-Jan-2023 03:04:40 Progress (1): 112/127 kB error 03-Jan-2023 03:04:40 Progress (1): 115/127 kB error 03-Jan-2023 03:04:40 Progress (1): 118/127 kB error 03-Jan-2023 03:04:40 Progress (1): 121/127 kB error 03-Jan-2023 03:04:40 Progress (1): 123/127 kB error 03-Jan-2023 03:04:40 Progress (1): 126/127 kB error 03-Jan-2023 03:04:40 Progress (1): 127 kB error 03-Jan-2023 03:04:40 error 03-Jan-2023 03:04:40 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/registrationcore-omod/1.12.0/registrationcore-omod-1.12.0.jar (127 kB at 465 kB/s) error 03-Jan-2023 03:04:40 #16 209.0 [INFO] Configured Artifact: org.openmrs.module:appointmentscheduling-omod:1.17.0:jar error 03-Jan-2023 03:04:40 #16 209.0 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/appointmentscheduling-omod/1.17.0/appointmentscheduling-omod-1.17.0.pom error 03-Jan-2023 03:04:40 #16 209.1 Progress (1): 3.3/6.3 kB error 03-Jan-2023 03:04:40 Progress (1): 6.1/6.3 kB error 03-Jan-2023 03:04:40 Progress (1): 6.3 kB error 03-Jan-2023 03:04:40 error 03-Jan-2023 03:04:40 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/appointmentscheduling-omod/1.17.0/appointmentscheduling-omod-1.17.0.pom (6.3 kB at 26 kB/s) error 03-Jan-2023 03:04:40 #16 209.3 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/appointmentscheduling/1.17.0/appointmentscheduling-1.17.0.pom error 03-Jan-2023 03:04:40 #16 209.4 Progress (1): 3.3/6.3 kB error 03-Jan-2023 03:04:41 Progress (1): 6.1/6.3 kB error 03-Jan-2023 03:04:41 Progress (1): 6.3 kB error 03-Jan-2023 03:04:41 error 03-Jan-2023 03:04:41 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/appointmentscheduling/1.17.0/appointmentscheduling-1.17.0.pom (6.3 kB at 28 kB/s) error 03-Jan-2023 03:04:41 #16 209.5 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/appointmentscheduling-omod/1.17.0/appointmentscheduling-omod-1.17.0.jar error 03-Jan-2023 03:04:41 #16 209.8 Progress (1): 0/1.6 MB error 03-Jan-2023 03:04:41 Progress (1): 0/1.6 MB error 03-Jan-2023 03:04:41 Progress (1): 0/1.6 MB error 03-Jan-2023 03:04:41 Progress (1): 0/1.6 MB error 03-Jan-2023 03:04:41 Progress (1): 0/1.6 MB error 03-Jan-2023 03:04:41 Progress (1): 0.1/1.6 MB error 03-Jan-2023 03:04:41 Progress (1): 0.1/1.6 MB error 03-Jan-2023 03:04:41 Progress (1): 0.1/1.6 MB error 03-Jan-2023 03:04:41 Progress (1): 0.1/1.6 MB error 03-Jan-2023 03:04:41 Progress (1): 0.1/1.6 MB error 03-Jan-2023 03:04:41 Progress (1): 0.1/1.6 MB error 03-Jan-2023 03:04:41 Progress (1): 0.1/1.6 MB error 03-Jan-2023 03:04:41 Progress (1): 0.1/1.6 MB error 03-Jan-2023 03:04:41 Progress (1): 0.1/1.6 MB error 03-Jan-2023 03:04:41 Progress (1): 0.1/1.6 MB error 03-Jan-2023 03:04:41 Progress (1): 0.1/1.6 MB error 03-Jan-2023 03:04:41 Progress (1): 0.2/1.6 MB error 03-Jan-2023 03:04:41 Progress (1): 0.2/1.6 MB error 03-Jan-2023 03:04:41 Progress (1): 0.2/1.6 MB error 03-Jan-2023 03:04:41 Progress (1): 0.2/1.6 MB error 03-Jan-2023 03:04:41 Progress (1): 0.2/1.6 MB error 03-Jan-2023 03:04:41 Progress (1): 0.2/1.6 MB error 03-Jan-2023 03:04:41 Progress (1): 0.2/1.6 MB error 03-Jan-2023 03:04:41 Progress (1): 0.2/1.6 MB error 03-Jan-2023 03:04:41 Progress (1): 0.2/1.6 MB error 03-Jan-2023 03:04:41 Progress (1): 0.2/1.6 MB error 03-Jan-2023 03:04:41 Progress (1): 0.2/1.6 MB error 03-Jan-2023 03:04:41 Progress (1): 0.2/1.6 MB error 03-Jan-2023 03:04:41 Progress (1): 0.3/1.6 MB error 03-Jan-2023 03:04:41 Progress (1): 0.3/1.6 MB error 03-Jan-2023 03:04:41 Progress (1): 0.3/1.6 MB error 03-Jan-2023 03:04:41 Progress (1): 0.3/1.6 MB error 03-Jan-2023 03:04:41 Progress (1): 0.3/1.6 MB error 03-Jan-2023 03:04:41 Progress (1): 0.3/1.6 MB error 03-Jan-2023 03:04:41 Progress (1): 0.3/1.6 MB error 03-Jan-2023 03:04:41 Progress (1): 0.3/1.6 MB error 03-Jan-2023 03:04:41 Progress (1): 0.3/1.6 MB error 03-Jan-2023 03:04:41 Progress (1): 0.3/1.6 MB error 03-Jan-2023 03:04:41 Progress (1): 0.3/1.6 MB error 03-Jan-2023 03:04:41 Progress (1): 0.4/1.6 MB error 03-Jan-2023 03:04:41 Progress (1): 0.4/1.6 MB error 03-Jan-2023 03:04:41 Progress (1): 0.4/1.6 MB error 03-Jan-2023 03:04:41 Progress (1): 0.4/1.6 MB error 03-Jan-2023 03:04:41 Progress (1): 0.4/1.6 MB error 03-Jan-2023 03:04:41 Progress (1): 0.4/1.6 MB error 03-Jan-2023 03:04:41 Progress (1): 0.4/1.6 MB error 03-Jan-2023 03:04:41 Progress (1): 0.4/1.6 MB error 03-Jan-2023 03:04:41 Progress (1): 0.4/1.6 MB error 03-Jan-2023 03:04:41 Progress (1): 0.4/1.6 MB error 03-Jan-2023 03:04:41 Progress (1): 0.4/1.6 MB error 03-Jan-2023 03:04:41 Progress (1): 0.5/1.6 MB error 03-Jan-2023 03:04:41 Progress (1): 0.5/1.6 MB error 03-Jan-2023 03:04:41 Progress (1): 0.5/1.6 MB error 03-Jan-2023 03:04:41 Progress (1): 0.5/1.6 MB error 03-Jan-2023 03:04:41 Progress (1): 0.5/1.6 MB error 03-Jan-2023 03:04:41 Progress (1): 0.5/1.6 MB error 03-Jan-2023 03:04:41 Progress (1): 0.5/1.6 MB error 03-Jan-2023 03:04:41 Progress (1): 0.5/1.6 MB error 03-Jan-2023 03:04:41 Progress (1): 0.5/1.6 MB error 03-Jan-2023 03:04:41 Progress (1): 0.5/1.6 MB error 03-Jan-2023 03:04:41 Progress (1): 0.5/1.6 MB error 03-Jan-2023 03:04:41 Progress (1): 0.6/1.6 MB error 03-Jan-2023 03:04:41 Progress (1): 0.6/1.6 MB error 03-Jan-2023 03:04:41 Progress (1): 0.6/1.6 MB error 03-Jan-2023 03:04:41 Progress (1): 0.6/1.6 MB error 03-Jan-2023 03:04:41 Progress (1): 0.6/1.6 MB error 03-Jan-2023 03:04:41 Progress (1): 0.6/1.6 MB error 03-Jan-2023 03:04:41 Progress (1): 0.6/1.6 MB error 03-Jan-2023 03:04:41 Progress (1): 0.6/1.6 MB error 03-Jan-2023 03:04:41 Progress (1): 0.6/1.6 MB error 03-Jan-2023 03:04:41 Progress (1): 0.6/1.6 MB error 03-Jan-2023 03:04:41 Progress (1): 0.6/1.6 MB error 03-Jan-2023 03:04:41 Progress (1): 0.7/1.6 MB error 03-Jan-2023 03:04:41 Progress (1): 0.7/1.6 MB error 03-Jan-2023 03:04:41 Progress (1): 0.7/1.6 MB error 03-Jan-2023 03:04:41 Progress (1): 0.7/1.6 MB error 03-Jan-2023 03:04:41 Progress (1): 0.7/1.6 MB error 03-Jan-2023 03:04:41 Progress (1): 0.7/1.6 MB error 03-Jan-2023 03:04:41 Progress (1): 0.7/1.6 MB error 03-Jan-2023 03:04:41 Progress (1): 0.7/1.6 MB error 03-Jan-2023 03:04:41 Progress (1): 0.7/1.6 MB error 03-Jan-2023 03:04:41 Progress (1): 0.7/1.6 MB error 03-Jan-2023 03:04:41 Progress (1): 0.7/1.6 MB error 03-Jan-2023 03:04:41 Progress (1): 0.8/1.6 MB error 03-Jan-2023 03:04:41 Progress (1): 0.8/1.6 MB error 03-Jan-2023 03:04:41 Progress (1): 0.8/1.6 MB error 03-Jan-2023 03:04:41 Progress (1): 0.8/1.6 MB error 03-Jan-2023 03:04:41 Progress (1): 0.8/1.6 MB error 03-Jan-2023 03:04:41 Progress (1): 0.8/1.6 MB error 03-Jan-2023 03:04:41 Progress (1): 0.8/1.6 MB error 03-Jan-2023 03:04:41 Progress (1): 0.8/1.6 MB error 03-Jan-2023 03:04:41 Progress (1): 0.8/1.6 MB error 03-Jan-2023 03:04:41 Progress (1): 0.8/1.6 MB error 03-Jan-2023 03:04:41 Progress (1): 0.8/1.6 MB error 03-Jan-2023 03:04:41 Progress (1): 0.8/1.6 MB error 03-Jan-2023 03:04:41 Progress (1): 0.9/1.6 MB error 03-Jan-2023 03:04:41 Progress (1): 0.9/1.6 MB error 03-Jan-2023 03:04:41 Progress (1): 0.9/1.6 MB error 03-Jan-2023 03:04:41 Progress (1): 0.9/1.6 MB error 03-Jan-2023 03:04:41 Progress (1): 0.9/1.6 MB error 03-Jan-2023 03:04:41 Progress (1): 0.9/1.6 MB error 03-Jan-2023 03:04:41 Progress (1): 0.9/1.6 MB error 03-Jan-2023 03:04:41 Progress (1): 0.9/1.6 MB error 03-Jan-2023 03:04:41 Progress (1): 0.9/1.6 MB error 03-Jan-2023 03:04:41 Progress (1): 0.9/1.6 MB error 03-Jan-2023 03:04:41 Progress (1): 0.9/1.6 MB error 03-Jan-2023 03:04:41 Progress (1): 1.0/1.6 MB error 03-Jan-2023 03:04:41 Progress (1): 1.0/1.6 MB error 03-Jan-2023 03:04:41 Progress (1): 1.0/1.6 MB error 03-Jan-2023 03:04:41 Progress (1): 1.0/1.6 MB error 03-Jan-2023 03:04:41 Progress (1): 1.0/1.6 MB error 03-Jan-2023 03:04:41 Progress (1): 1.0/1.6 MB error 03-Jan-2023 03:04:41 Progress (1): 1.0/1.6 MB error 03-Jan-2023 03:04:41 Progress (1): 1.0/1.6 MB error 03-Jan-2023 03:04:41 Progress (1): 1.0/1.6 MB error 03-Jan-2023 03:04:41 Progress (1): 1.0/1.6 MB error 03-Jan-2023 03:04:41 Progress (1): 1.0/1.6 MB error 03-Jan-2023 03:04:41 Progress (1): 1.0/1.6 MB error 03-Jan-2023 03:04:41 Progress (1): 1.1/1.6 MB error 03-Jan-2023 03:04:41 Progress (1): 1.1/1.6 MB error 03-Jan-2023 03:04:41 Progress (1): 1.1/1.6 MB error 03-Jan-2023 03:04:41 Progress (1): 1.1/1.6 MB error 03-Jan-2023 03:04:41 Progress (1): 1.1/1.6 MB error 03-Jan-2023 03:04:41 Progress (1): 1.1/1.6 MB error 03-Jan-2023 03:04:41 Progress (1): 1.1/1.6 MB error 03-Jan-2023 03:04:41 Progress (1): 1.1/1.6 MB error 03-Jan-2023 03:04:41 Progress (1): 1.1/1.6 MB error 03-Jan-2023 03:04:41 Progress (1): 1.1/1.6 MB error 03-Jan-2023 03:04:41 Progress (1): 1.1/1.6 MB error 03-Jan-2023 03:04:41 Progress (1): 1.2/1.6 MB error 03-Jan-2023 03:04:41 Progress (1): 1.2/1.6 MB error 03-Jan-2023 03:04:41 Progress (1): 1.2/1.6 MB error 03-Jan-2023 03:04:41 Progress (1): 1.2/1.6 MB error 03-Jan-2023 03:04:41 Progress (1): 1.2/1.6 MB error 03-Jan-2023 03:04:41 Progress (1): 1.2/1.6 MB error 03-Jan-2023 03:04:41 Progress (1): 1.2/1.6 MB error 03-Jan-2023 03:04:41 Progress (1): 1.2/1.6 MB error 03-Jan-2023 03:04:41 Progress (1): 1.2/1.6 MB error 03-Jan-2023 03:04:41 Progress (1): 1.2/1.6 MB error 03-Jan-2023 03:04:41 Progress (1): 1.2/1.6 MB error 03-Jan-2023 03:04:41 Progress (1): 1.2/1.6 MB error 03-Jan-2023 03:04:41 Progress (1): 1.3/1.6 MB error 03-Jan-2023 03:04:41 Progress (1): 1.3/1.6 MB error 03-Jan-2023 03:04:41 Progress (1): 1.3/1.6 MB error 03-Jan-2023 03:04:41 Progress (1): 1.3/1.6 MB error 03-Jan-2023 03:04:41 Progress (1): 1.3/1.6 MB error 03-Jan-2023 03:04:41 Progress (1): 1.3/1.6 MB error 03-Jan-2023 03:04:41 Progress (1): 1.3/1.6 MB error 03-Jan-2023 03:04:41 Progress (1): 1.3/1.6 MB error 03-Jan-2023 03:04:41 Progress (1): 1.3/1.6 MB error 03-Jan-2023 03:04:41 Progress (1): 1.3/1.6 MB error 03-Jan-2023 03:04:41 Progress (1): 1.3/1.6 MB error 03-Jan-2023 03:04:41 Progress (1): 1.3/1.6 MB error 03-Jan-2023 03:04:41 Progress (1): 1.4/1.6 MB error 03-Jan-2023 03:04:41 Progress (1): 1.4/1.6 MB error 03-Jan-2023 03:04:41 Progress (1): 1.4/1.6 MB error 03-Jan-2023 03:04:41 Progress (1): 1.4/1.6 MB error 03-Jan-2023 03:04:41 Progress (1): 1.4/1.6 MB error 03-Jan-2023 03:04:41 Progress (1): 1.4/1.6 MB error 03-Jan-2023 03:04:41 Progress (1): 1.4/1.6 MB error 03-Jan-2023 03:04:41 Progress (1): 1.4/1.6 MB error 03-Jan-2023 03:04:41 Progress (1): 1.4/1.6 MB error 03-Jan-2023 03:04:41 Progress (1): 1.4/1.6 MB error 03-Jan-2023 03:04:41 Progress (1): 1.4/1.6 MB error 03-Jan-2023 03:04:41 Progress (1): 1.4/1.6 MB error 03-Jan-2023 03:04:41 Progress (1): 1.5/1.6 MB error 03-Jan-2023 03:04:41 Progress (1): 1.5/1.6 MB error 03-Jan-2023 03:04:41 Progress (1): 1.5/1.6 MB error 03-Jan-2023 03:04:41 Progress (1): 1.5/1.6 MB error 03-Jan-2023 03:04:41 Progress (1): 1.5/1.6 MB error 03-Jan-2023 03:04:41 Progress (1): 1.5/1.6 MB error 03-Jan-2023 03:04:41 Progress (1): 1.5/1.6 MB error 03-Jan-2023 03:04:41 Progress (1): 1.5/1.6 MB error 03-Jan-2023 03:04:41 Progress (1): 1.5/1.6 MB error 03-Jan-2023 03:04:41 Progress (1): 1.5/1.6 MB error 03-Jan-2023 03:04:41 Progress (1): 1.5/1.6 MB error 03-Jan-2023 03:04:41 Progress (1): 1.5/1.6 MB error 03-Jan-2023 03:04:41 Progress (1): 1.6/1.6 MB error 03-Jan-2023 03:04:41 Progress (1): 1.6/1.6 MB error 03-Jan-2023 03:04:41 Progress (1): 1.6 MB error 03-Jan-2023 03:04:41 error 03-Jan-2023 03:04:41 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/appointmentscheduling-omod/1.17.0/appointmentscheduling-omod-1.17.0.jar (1.6 MB at 2.5 MB/s) error 03-Jan-2023 03:04:41 #16 210.1 [INFO] Configured Artifact: org.openmrs.module:atlas-omod:2.2.6:omod error 03-Jan-2023 03:04:41 #16 210.2 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/atlas-omod/2.2.6/atlas-omod-2.2.6.pom error 03-Jan-2023 03:04:42 #16 210.3 Downloading from central: https://repo.maven.apache.org/maven2/org/openmrs/module/atlas-omod/2.2.6/atlas-omod-2.2.6.pom error 03-Jan-2023 03:04:42 #16 210.8 [WARNING] The POM for org.openmrs.module:atlas-omod:omod:2.2.6 is missing, no dependency information available error 03-Jan-2023 03:04:42 #16 210.8 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/atlas-omod/2.2.6/atlas-omod-2.2.6.omod error 03-Jan-2023 03:04:42 #16 210.9 Progress (1): 3.3/9.6 kB error 03-Jan-2023 03:04:42 Progress (1): 6.1/9.6 kB error 03-Jan-2023 03:04:42 Progress (1): 8.9/9.6 kB error 03-Jan-2023 03:04:42 Progress (1): 9.6 kB error 03-Jan-2023 03:04:42 error 03-Jan-2023 03:04:42 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/atlas-omod/2.2.6/atlas-omod-2.2.6.omod (9.6 kB at 39 kB/s) error 03-Jan-2023 03:04:42 #16 211.0 [INFO] Configured Artifact: org.openmrs.module:calculation-omod:1.3.0:jar error 03-Jan-2023 03:04:42 #16 211.0 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/calculation-omod/1.3.0/calculation-omod-1.3.0.pom error 03-Jan-2023 03:04:42 #16 211.2 Progress (1): 3.3/6.2 kB error 03-Jan-2023 03:04:42 Progress (1): 6.1/6.2 kB error 03-Jan-2023 03:04:42 Progress (1): 6.2 kB error 03-Jan-2023 03:04:42 error 03-Jan-2023 03:04:42 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/calculation-omod/1.3.0/calculation-omod-1.3.0.pom (6.2 kB at 27 kB/s) error 03-Jan-2023 03:04:42 #16 211.3 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/calculation/1.3.0/calculation-1.3.0.pom error 03-Jan-2023 03:04:42 #16 211.4 Progress (1): 3.3/5.3 kB error 03-Jan-2023 03:04:43 Progress (1): 5.3 kB error 03-Jan-2023 03:04:43 error 03-Jan-2023 03:04:43 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/calculation/1.3.0/calculation-1.3.0.pom (5.3 kB at 23 kB/s) error 03-Jan-2023 03:04:43 #16 211.5 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/calculation-omod/1.3.0/calculation-omod-1.3.0.jar error 03-Jan-2023 03:04:43 #16 211.8 Progress (1): 4.1/279 kB error 03-Jan-2023 03:04:43 Progress (1): 8.2/279 kB error 03-Jan-2023 03:04:43 Progress (1): 12/279 kB error 03-Jan-2023 03:04:43 Progress (1): 16/279 kB error 03-Jan-2023 03:04:43 Progress (1): 19/279 kB error 03-Jan-2023 03:04:43 Progress (1): 23/279 kB error 03-Jan-2023 03:04:43 Progress (1): 27/279 kB error 03-Jan-2023 03:04:43 Progress (1): 31/279 kB error 03-Jan-2023 03:04:43 Progress (1): 35/279 kB error 03-Jan-2023 03:04:43 Progress (1): 39/279 kB error 03-Jan-2023 03:04:43 Progress (1): 43/279 kB error 03-Jan-2023 03:04:43 Progress (1): 47/279 kB error 03-Jan-2023 03:04:43 Progress (1): 52/279 kB error 03-Jan-2023 03:04:43 Progress (1): 56/279 kB error 03-Jan-2023 03:04:43 Progress (1): 60/279 kB error 03-Jan-2023 03:04:43 Progress (1): 62/279 kB error 03-Jan-2023 03:04:43 Progress (1): 66/279 kB error 03-Jan-2023 03:04:43 Progress (1): 71/279 kB error 03-Jan-2023 03:04:43 Progress (1): 75/279 kB error 03-Jan-2023 03:04:43 Progress (1): 79/279 kB error 03-Jan-2023 03:04:43 Progress (1): 83/279 kB error 03-Jan-2023 03:04:43 Progress (1): 87/279 kB error 03-Jan-2023 03:04:43 Progress (1): 89/279 kB error 03-Jan-2023 03:04:43 Progress (1): 93/279 kB error 03-Jan-2023 03:04:43 Progress (1): 98/279 kB error 03-Jan-2023 03:04:43 Progress (1): 102/279 kB error 03-Jan-2023 03:04:43 Progress (1): 106/279 kB error 03-Jan-2023 03:04:43 Progress (1): 110/279 kB error 03-Jan-2023 03:04:43 Progress (1): 114/279 kB error 03-Jan-2023 03:04:43 Progress (1): 116/279 kB error 03-Jan-2023 03:04:43 Progress (1): 120/279 kB error 03-Jan-2023 03:04:43 Progress (1): 125/279 kB error 03-Jan-2023 03:04:43 Progress (1): 129/279 kB error 03-Jan-2023 03:04:43 Progress (1): 133/279 kB error 03-Jan-2023 03:04:43 Progress (1): 137/279 kB error 03-Jan-2023 03:04:43 Progress (1): 141/279 kB error 03-Jan-2023 03:04:43 Progress (1): 145/279 kB error 03-Jan-2023 03:04:43 Progress (1): 149/279 kB error 03-Jan-2023 03:04:43 Progress (1): 153/279 kB error 03-Jan-2023 03:04:43 Progress (1): 157/279 kB error 03-Jan-2023 03:04:43 Progress (1): 161/279 kB error 03-Jan-2023 03:04:43 Progress (1): 165/279 kB error 03-Jan-2023 03:04:43 Progress (1): 170/279 kB error 03-Jan-2023 03:04:43 Progress (1): 174/279 kB error 03-Jan-2023 03:04:43 Progress (1): 177/279 kB error 03-Jan-2023 03:04:43 Progress (1): 181/279 kB error 03-Jan-2023 03:04:43 Progress (1): 185/279 kB error 03-Jan-2023 03:04:43 Progress (1): 188/279 kB error 03-Jan-2023 03:04:43 Progress (1): 192/279 kB error 03-Jan-2023 03:04:43 Progress (1): 197/279 kB error 03-Jan-2023 03:04:43 Progress (1): 201/279 kB error 03-Jan-2023 03:04:43 Progress (1): 205/279 kB error 03-Jan-2023 03:04:43 Progress (1): 209/279 kB error 03-Jan-2023 03:04:43 Progress (1): 213/279 kB error 03-Jan-2023 03:04:43 Progress (1): 217/279 kB error 03-Jan-2023 03:04:43 Progress (1): 221/279 kB error 03-Jan-2023 03:04:43 Progress (1): 225/279 kB error 03-Jan-2023 03:04:43 Progress (1): 229/279 kB error 03-Jan-2023 03:04:43 Progress (1): 232/279 kB error 03-Jan-2023 03:04:43 Progress (1): 236/279 kB error 03-Jan-2023 03:04:43 Progress (1): 240/279 kB error 03-Jan-2023 03:04:43 Progress (1): 244/279 kB error 03-Jan-2023 03:04:43 Progress (1): 249/279 kB error 03-Jan-2023 03:04:43 Progress (1): 251/279 kB error 03-Jan-2023 03:04:43 Progress (1): 255/279 kB error 03-Jan-2023 03:04:43 Progress (1): 260/279 kB error 03-Jan-2023 03:04:43 Progress (1): 264/279 kB error 03-Jan-2023 03:04:43 Progress (1): 268/279 kB error 03-Jan-2023 03:04:43 Progress (1): 272/279 kB error 03-Jan-2023 03:04:43 Progress (1): 276/279 kB error 03-Jan-2023 03:04:43 Progress (1): 278/279 kB error 03-Jan-2023 03:04:43 Progress (1): 279 kB error 03-Jan-2023 03:04:43 error 03-Jan-2023 03:04:43 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/calculation-omod/1.3.0/calculation-omod-1.3.0.jar (279 kB at 613 kB/s) error 03-Jan-2023 03:04:43 #16 212.0 [INFO] Configured Artifact: org.openmrs.module:webservices.rest-omod:2.38.0:jar error 03-Jan-2023 03:04:43 #16 212.0 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/webservices.rest-omod/2.38.0/webservices.rest-omod-2.38.0.pom error 03-Jan-2023 03:04:43 #16 212.1 Progress (1): 3.3/7.2 kB error 03-Jan-2023 03:04:43 Progress (1): 6.1/7.2 kB error 03-Jan-2023 03:04:43 Progress (1): 7.2 kB error 03-Jan-2023 03:04:43 error 03-Jan-2023 03:04:43 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/webservices.rest-omod/2.38.0/webservices.rest-omod-2.38.0.pom (7.2 kB at 32 kB/s) error 03-Jan-2023 03:04:43 #16 212.2 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/webservices.rest/2.38.0/webservices.rest-2.38.0.pom error 03-Jan-2023 03:04:43 #16 212.4 Progress (1): 3.3/16 kB error 03-Jan-2023 03:04:44 Progress (1): 6.1/16 kB error 03-Jan-2023 03:04:44 Progress (1): 8.9/16 kB error 03-Jan-2023 03:04:44 Progress (1): 12/16 kB error 03-Jan-2023 03:04:44 Progress (1): 14/16 kB error 03-Jan-2023 03:04:44 Progress (1): 16 kB error 03-Jan-2023 03:04:44 error 03-Jan-2023 03:04:44 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/webservices.rest/2.38.0/webservices.rest-2.38.0.pom (16 kB at 63 kB/s) error 03-Jan-2023 03:04:44 #16 212.5 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/webservices.rest-omod/2.38.0/webservices.rest-omod-2.38.0.jar error 03-Jan-2023 03:04:44 #16 212.8 Progress (1): 0/6.9 MB error 03-Jan-2023 03:04:44 Progress (1): 0.1/6.9 MB error 03-Jan-2023 03:04:44 Progress (1): 0.1/6.9 MB error 03-Jan-2023 03:04:44 Progress (1): 0.1/6.9 MB error 03-Jan-2023 03:04:44 Progress (1): 0.2/6.9 MB error 03-Jan-2023 03:04:44 Progress (1): 0.2/6.9 MB error 03-Jan-2023 03:04:44 Progress (1): 0.2/6.9 MB error 03-Jan-2023 03:04:44 Progress (1): 0.3/6.9 MB error 03-Jan-2023 03:04:44 Progress (1): 0.3/6.9 MB error 03-Jan-2023 03:04:44 Progress (1): 0.4/6.9 MB error 03-Jan-2023 03:04:44 Progress (1): 0.4/6.9 MB error 03-Jan-2023 03:04:44 Progress (1): 0.4/6.9 MB error 03-Jan-2023 03:04:44 Progress (1): 0.5/6.9 MB error 03-Jan-2023 03:04:44 Progress (1): 0.5/6.9 MB error 03-Jan-2023 03:04:44 Progress (1): 0.5/6.9 MB error 03-Jan-2023 03:04:44 Progress (1): 0.6/6.9 MB error 03-Jan-2023 03:04:44 Progress (1): 0.6/6.9 MB error 03-Jan-2023 03:04:44 Progress (1): 0.6/6.9 MB error 03-Jan-2023 03:04:44 Progress (1): 0.7/6.9 MB error 03-Jan-2023 03:04:44 Progress (1): 0.7/6.9 MB error 03-Jan-2023 03:04:44 Progress (1): 0.7/6.9 MB error 03-Jan-2023 03:04:44 Progress (1): 0.8/6.9 MB error 03-Jan-2023 03:04:44 Progress (1): 0.8/6.9 MB error 03-Jan-2023 03:04:44 Progress (1): 0.8/6.9 MB error 03-Jan-2023 03:04:44 Progress (1): 0.9/6.9 MB error 03-Jan-2023 03:04:44 Progress (1): 0.9/6.9 MB error 03-Jan-2023 03:04:44 Progress (1): 1.0/6.9 MB error 03-Jan-2023 03:04:44 Progress (1): 1.0/6.9 MB error 03-Jan-2023 03:04:44 Progress (1): 1.0/6.9 MB error 03-Jan-2023 03:04:44 Progress (1): 1.1/6.9 MB error 03-Jan-2023 03:04:44 Progress (1): 1.1/6.9 MB error 03-Jan-2023 03:04:44 Progress (1): 1.1/6.9 MB error 03-Jan-2023 03:04:44 Progress (1): 1.2/6.9 MB error 03-Jan-2023 03:04:44 Progress (1): 1.2/6.9 MB error 03-Jan-2023 03:04:44 Progress (1): 1.2/6.9 MB error 03-Jan-2023 03:04:44 Progress (1): 1.3/6.9 MB error 03-Jan-2023 03:04:44 Progress (1): 1.3/6.9 MB error 03-Jan-2023 03:04:44 Progress (1): 1.3/6.9 MB error 03-Jan-2023 03:04:44 Progress (1): 1.4/6.9 MB error 03-Jan-2023 03:04:44 Progress (1): 1.4/6.9 MB error 03-Jan-2023 03:04:44 Progress (1): 1.4/6.9 MB error 03-Jan-2023 03:04:44 Progress (1): 1.5/6.9 MB error 03-Jan-2023 03:04:44 Progress (1): 1.5/6.9 MB error 03-Jan-2023 03:04:44 Progress (1): 1.6/6.9 MB error 03-Jan-2023 03:04:44 Progress (1): 1.6/6.9 MB error 03-Jan-2023 03:04:44 Progress (1): 1.6/6.9 MB error 03-Jan-2023 03:04:44 Progress (1): 1.7/6.9 MB error 03-Jan-2023 03:04:44 Progress (1): 1.7/6.9 MB error 03-Jan-2023 03:04:44 Progress (1): 1.7/6.9 MB error 03-Jan-2023 03:04:44 Progress (1): 1.8/6.9 MB error 03-Jan-2023 03:04:44 Progress (1): 1.8/6.9 MB error 03-Jan-2023 03:04:44 Progress (1): 1.8/6.9 MB error 03-Jan-2023 03:04:44 Progress (1): 1.9/6.9 MB error 03-Jan-2023 03:04:44 Progress (1): 1.9/6.9 MB error 03-Jan-2023 03:04:44 Progress (1): 2.0/6.9 MB error 03-Jan-2023 03:04:44 Progress (1): 2.0/6.9 MB error 03-Jan-2023 03:04:44 Progress (1): 2.0/6.9 MB error 03-Jan-2023 03:04:44 Progress (1): 2.1/6.9 MB error 03-Jan-2023 03:04:44 Progress (1): 2.1/6.9 MB error 03-Jan-2023 03:04:44 Progress (1): 2.1/6.9 MB error 03-Jan-2023 03:04:44 Progress (1): 2.2/6.9 MB error 03-Jan-2023 03:04:44 Progress (1): 2.2/6.9 MB error 03-Jan-2023 03:04:44 Progress (1): 2.2/6.9 MB error 03-Jan-2023 03:04:44 Progress (1): 2.3/6.9 MB error 03-Jan-2023 03:04:44 Progress (1): 2.3/6.9 MB error 03-Jan-2023 03:04:44 Progress (1): 2.3/6.9 MB error 03-Jan-2023 03:04:44 Progress (1): 2.4/6.9 MB error 03-Jan-2023 03:04:44 Progress (1): 2.4/6.9 MB error 03-Jan-2023 03:04:44 Progress (1): 2.5/6.9 MB error 03-Jan-2023 03:04:44 Progress (1): 2.5/6.9 MB error 03-Jan-2023 03:04:44 Progress (1): 2.5/6.9 MB error 03-Jan-2023 03:04:44 Progress (1): 2.6/6.9 MB error 03-Jan-2023 03:04:44 Progress (1): 2.6/6.9 MB error 03-Jan-2023 03:04:44 Progress (1): 2.6/6.9 MB error 03-Jan-2023 03:04:44 Progress (1): 2.7/6.9 MB error 03-Jan-2023 03:04:44 Progress (1): 2.7/6.9 MB error 03-Jan-2023 03:04:44 Progress (1): 2.7/6.9 MB error 03-Jan-2023 03:04:44 Progress (1): 2.8/6.9 MB error 03-Jan-2023 03:04:44 Progress (1): 2.8/6.9 MB error 03-Jan-2023 03:04:44 Progress (1): 2.8/6.9 MB error 03-Jan-2023 03:04:44 Progress (1): 2.9/6.9 MB error 03-Jan-2023 03:04:44 Progress (1): 2.9/6.9 MB error 03-Jan-2023 03:04:44 Progress (1): 3.0/6.9 MB error 03-Jan-2023 03:04:44 Progress (1): 3.0/6.9 MB error 03-Jan-2023 03:04:44 Progress (1): 3.0/6.9 MB error 03-Jan-2023 03:04:44 Progress (1): 3.1/6.9 MB error 03-Jan-2023 03:04:44 Progress (1): 3.1/6.9 MB error 03-Jan-2023 03:04:44 Progress (1): 3.1/6.9 MB error 03-Jan-2023 03:04:44 Progress (1): 3.2/6.9 MB error 03-Jan-2023 03:04:44 Progress (1): 3.2/6.9 MB error 03-Jan-2023 03:04:44 Progress (1): 3.2/6.9 MB error 03-Jan-2023 03:04:44 Progress (1): 3.3/6.9 MB error 03-Jan-2023 03:04:44 Progress (1): 3.3/6.9 MB error 03-Jan-2023 03:04:44 Progress (1): 3.4/6.9 MB error 03-Jan-2023 03:04:44 Progress (1): 3.4/6.9 MB error 03-Jan-2023 03:04:44 Progress (1): 3.4/6.9 MB error 03-Jan-2023 03:04:44 Progress (1): 3.5/6.9 MB error 03-Jan-2023 03:04:44 Progress (1): 3.5/6.9 MB error 03-Jan-2023 03:04:44 Progress (1): 3.5/6.9 MB error 03-Jan-2023 03:04:44 Progress (1): 3.6/6.9 MB error 03-Jan-2023 03:04:44 Progress (1): 3.6/6.9 MB error 03-Jan-2023 03:04:44 Progress (1): 3.6/6.9 MB error 03-Jan-2023 03:04:44 Progress (1): 3.7/6.9 MB error 03-Jan-2023 03:04:44 Progress (1): 3.7/6.9 MB error 03-Jan-2023 03:04:44 Progress (1): 3.7/6.9 MB error 03-Jan-2023 03:04:44 Progress (1): 3.8/6.9 MB error 03-Jan-2023 03:04:44 Progress (1): 3.8/6.9 MB error 03-Jan-2023 03:04:44 Progress (1): 3.8/6.9 MB error 03-Jan-2023 03:04:44 Progress (1): 3.9/6.9 MB error 03-Jan-2023 03:04:44 Progress (1): 3.9/6.9 MB error 03-Jan-2023 03:04:44 Progress (1): 4.0/6.9 MB error 03-Jan-2023 03:04:44 Progress (1): 4.0/6.9 MB error 03-Jan-2023 03:04:44 Progress (1): 4.0/6.9 MB error 03-Jan-2023 03:04:44 Progress (1): 4.1/6.9 MB error 03-Jan-2023 03:04:44 Progress (1): 4.1/6.9 MB error 03-Jan-2023 03:04:44 Progress (1): 4.1/6.9 MB error 03-Jan-2023 03:04:44 Progress (1): 4.2/6.9 MB error 03-Jan-2023 03:04:44 Progress (1): 4.2/6.9 MB error 03-Jan-2023 03:04:44 Progress (1): 4.2/6.9 MB error 03-Jan-2023 03:04:44 Progress (1): 4.3/6.9 MB error 03-Jan-2023 03:04:44 Progress (1): 4.3/6.9 MB error 03-Jan-2023 03:04:44 Progress (1): 4.3/6.9 MB error 03-Jan-2023 03:04:44 Progress (1): 4.4/6.9 MB error 03-Jan-2023 03:04:44 Progress (1): 4.4/6.9 MB error 03-Jan-2023 03:04:44 Progress (1): 4.4/6.9 MB error 03-Jan-2023 03:04:44 Progress (1): 4.5/6.9 MB error 03-Jan-2023 03:04:44 Progress (1): 4.5/6.9 MB error 03-Jan-2023 03:04:44 Progress (1): 4.5/6.9 MB error 03-Jan-2023 03:04:44 Progress (1): 4.6/6.9 MB error 03-Jan-2023 03:04:44 Progress (1): 4.6/6.9 MB error 03-Jan-2023 03:04:45 Progress (1): 4.6/6.9 MB error 03-Jan-2023 03:04:45 Progress (1): 4.7/6.9 MB error 03-Jan-2023 03:04:45 Progress (1): 4.7/6.9 MB error 03-Jan-2023 03:04:45 Progress (1): 4.7/6.9 MB error 03-Jan-2023 03:04:45 Progress (1): 4.8/6.9 MB error 03-Jan-2023 03:04:45 Progress (1): 4.8/6.9 MB error 03-Jan-2023 03:04:45 Progress (1): 4.8/6.9 MB error 03-Jan-2023 03:04:45 Progress (1): 4.9/6.9 MB error 03-Jan-2023 03:04:45 Progress (1): 4.9/6.9 MB error 03-Jan-2023 03:04:45 Progress (1): 4.9/6.9 MB error 03-Jan-2023 03:04:45 Progress (1): 5.0/6.9 MB error 03-Jan-2023 03:04:45 Progress (1): 5.0/6.9 MB error 03-Jan-2023 03:04:45 Progress (1): 5.0/6.9 MB error 03-Jan-2023 03:04:45 Progress (1): 5.1/6.9 MB error 03-Jan-2023 03:04:45 Progress (1): 5.1/6.9 MB error 03-Jan-2023 03:04:45 Progress (1): 5.1/6.9 MB error 03-Jan-2023 03:04:45 Progress (1): 5.2/6.9 MB error 03-Jan-2023 03:04:45 Progress (1): 5.2/6.9 MB error 03-Jan-2023 03:04:45 Progress (1): 5.2/6.9 MB error 03-Jan-2023 03:04:45 Progress (1): 5.3/6.9 MB error 03-Jan-2023 03:04:45 Progress (1): 5.3/6.9 MB error 03-Jan-2023 03:04:45 Progress (1): 5.3/6.9 MB error 03-Jan-2023 03:04:45 Progress (1): 5.4/6.9 MB error 03-Jan-2023 03:04:45 Progress (1): 5.4/6.9 MB error 03-Jan-2023 03:04:45 Progress (1): 5.4/6.9 MB error 03-Jan-2023 03:04:45 Progress (1): 5.5/6.9 MB error 03-Jan-2023 03:04:45 Progress (1): 5.5/6.9 MB error 03-Jan-2023 03:04:45 Progress (1): 5.5/6.9 MB error 03-Jan-2023 03:04:45 Progress (1): 5.6/6.9 MB error 03-Jan-2023 03:04:45 Progress (1): 5.6/6.9 MB error 03-Jan-2023 03:04:45 Progress (1): 5.6/6.9 MB error 03-Jan-2023 03:04:45 Progress (1): 5.7/6.9 MB error 03-Jan-2023 03:04:45 Progress (1): 5.7/6.9 MB error 03-Jan-2023 03:04:45 Progress (1): 5.7/6.9 MB error 03-Jan-2023 03:04:45 Progress (1): 5.8/6.9 MB error 03-Jan-2023 03:04:45 Progress (1): 5.8/6.9 MB error 03-Jan-2023 03:04:45 Progress (1): 5.8/6.9 MB error 03-Jan-2023 03:04:45 Progress (1): 5.8/6.9 MB error 03-Jan-2023 03:04:45 Progress (1): 5.9/6.9 MB error 03-Jan-2023 03:04:45 Progress (1): 5.9/6.9 MB error 03-Jan-2023 03:04:45 Progress (1): 5.9/6.9 MB error 03-Jan-2023 03:04:45 Progress (1): 6.0/6.9 MB error 03-Jan-2023 03:04:45 Progress (1): 6.0/6.9 MB error 03-Jan-2023 03:04:45 Progress (1): 6.0/6.9 MB error 03-Jan-2023 03:04:45 Progress (1): 6.1/6.9 MB error 03-Jan-2023 03:04:45 Progress (1): 6.1/6.9 MB error 03-Jan-2023 03:04:45 Progress (1): 6.1/6.9 MB error 03-Jan-2023 03:04:45 Progress (1): 6.2/6.9 MB error 03-Jan-2023 03:04:45 Progress (1): 6.2/6.9 MB error 03-Jan-2023 03:04:45 Progress (1): 6.2/6.9 MB error 03-Jan-2023 03:04:45 Progress (1): 6.3/6.9 MB error 03-Jan-2023 03:04:45 Progress (1): 6.3/6.9 MB error 03-Jan-2023 03:04:45 Progress (1): 6.3/6.9 MB error 03-Jan-2023 03:04:45 Progress (1): 6.4/6.9 MB error 03-Jan-2023 03:04:45 Progress (1): 6.4/6.9 MB error 03-Jan-2023 03:04:45 Progress (1): 6.4/6.9 MB error 03-Jan-2023 03:04:45 Progress (1): 6.5/6.9 MB error 03-Jan-2023 03:04:45 Progress (1): 6.5/6.9 MB error 03-Jan-2023 03:04:45 Progress (1): 6.5/6.9 MB error 03-Jan-2023 03:04:45 Progress (1): 6.6/6.9 MB error 03-Jan-2023 03:04:45 Progress (1): 6.6/6.9 MB error 03-Jan-2023 03:04:45 Progress (1): 6.6/6.9 MB error 03-Jan-2023 03:04:45 Progress (1): 6.7/6.9 MB error 03-Jan-2023 03:04:45 Progress (1): 6.7/6.9 MB error 03-Jan-2023 03:04:45 Progress (1): 6.7/6.9 MB error 03-Jan-2023 03:04:45 Progress (1): 6.8/6.9 MB error 03-Jan-2023 03:04:45 Progress (1): 6.8/6.9 MB error 03-Jan-2023 03:04:45 Progress (1): 6.8/6.9 MB error 03-Jan-2023 03:04:45 Progress (1): 6.9/6.9 MB error 03-Jan-2023 03:04:45 Progress (1): 6.9/6.9 MB error 03-Jan-2023 03:04:45 Progress (1): 6.9 MB error 03-Jan-2023 03:04:45 error 03-Jan-2023 03:04:45 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/webservices.rest-omod/2.38.0/webservices.rest-omod-2.38.0.jar (6.9 MB at 5.6 MB/s) error 03-Jan-2023 03:04:45 #16 213.8 [INFO] Configured Artifact: org.openmrs.module:spa-omod:1.0.9:jar error 03-Jan-2023 03:04:45 #16 213.8 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/spa-omod/1.0.9/spa-omod-1.0.9.pom error 03-Jan-2023 03:04:45 #16 213.9 Progress (1): 3.3/5.3 kB error 03-Jan-2023 03:04:45 Progress (1): 5.3 kB error 03-Jan-2023 03:04:45 error 03-Jan-2023 03:04:45 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/spa-omod/1.0.9/spa-omod-1.0.9.pom (5.3 kB at 23 kB/s) error 03-Jan-2023 03:04:45 #16 214.0 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/spa/1.0.9/spa-1.0.9.pom error 03-Jan-2023 03:04:45 #16 214.2 Progress (1): 3.3/3.6 kB error 03-Jan-2023 03:04:45 Progress (1): 3.6 kB error 03-Jan-2023 03:04:45 error 03-Jan-2023 03:04:45 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/spa/1.0.9/spa-1.0.9.pom (3.6 kB at 16 kB/s) error 03-Jan-2023 03:04:45 #16 214.3 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/spa-omod/1.0.9/spa-omod-1.0.9.jar error 03-Jan-2023 03:04:45 #16 214.4 Progress (1): 3.3/13 kB error 03-Jan-2023 03:04:46 Progress (1): 6.1/13 kB error 03-Jan-2023 03:04:46 Progress (1): 8.9/13 kB error 03-Jan-2023 03:04:46 Progress (1): 12/13 kB error 03-Jan-2023 03:04:46 Progress (1): 13 kB error 03-Jan-2023 03:04:46 error 03-Jan-2023 03:04:46 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/spa-omod/1.0.9/spa-omod-1.0.9.jar (13 kB at 58 kB/s) error 03-Jan-2023 03:04:46 #16 214.5 [INFO] Configured Artifact: org.openmrs.module:uicommons-omod:2.23.0:jar error 03-Jan-2023 03:04:46 #16 214.5 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/uicommons-omod/2.23.0/uicommons-omod-2.23.0.pom error 03-Jan-2023 03:04:46 #16 214.7 Progress (1): 3.3/8.9 kB error 03-Jan-2023 03:04:46 Progress (1): 6.1/8.9 kB error 03-Jan-2023 03:04:46 Progress (1): 8.9 kB error 03-Jan-2023 03:04:46 error 03-Jan-2023 03:04:46 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/uicommons-omod/2.23.0/uicommons-omod-2.23.0.pom (8.9 kB at 39 kB/s) error 03-Jan-2023 03:04:46 #16 214.8 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/uicommons/2.23.0/uicommons-2.23.0.pom error 03-Jan-2023 03:04:46 #16 214.9 Progress (1): 3.3/6.0 kB error 03-Jan-2023 03:04:46 Progress (1): 6.0 kB error 03-Jan-2023 03:04:46 error 03-Jan-2023 03:04:46 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/uicommons/2.23.0/uicommons-2.23.0.pom (6.0 kB at 25 kB/s) error 03-Jan-2023 03:04:46 #16 215.0 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/uicommons-omod/2.23.0/uicommons-omod-2.23.0.jar error 03-Jan-2023 03:04:46 #16 215.4 Progress (1): 0/4.8 MB error 03-Jan-2023 03:04:46 Progress (1): 0.1/4.8 MB error 03-Jan-2023 03:04:46 Progress (1): 0.1/4.8 MB error 03-Jan-2023 03:04:46 Progress (1): 0.1/4.8 MB error 03-Jan-2023 03:04:46 Progress (1): 0.1/4.8 MB error 03-Jan-2023 03:04:46 Progress (1): 0.2/4.8 MB error 03-Jan-2023 03:04:46 Progress (1): 0.2/4.8 MB error 03-Jan-2023 03:04:46 Progress (1): 0.2/4.8 MB error 03-Jan-2023 03:04:46 Progress (1): 0.2/4.8 MB error 03-Jan-2023 03:04:46 Progress (1): 0.3/4.8 MB error 03-Jan-2023 03:04:46 Progress (1): 0.3/4.8 MB error 03-Jan-2023 03:04:46 Progress (1): 0.3/4.8 MB error 03-Jan-2023 03:04:46 Progress (1): 0.3/4.8 MB error 03-Jan-2023 03:04:47 Progress (1): 0.4/4.8 MB error 03-Jan-2023 03:04:47 Progress (1): 0.4/4.8 MB error 03-Jan-2023 03:04:47 Progress (1): 0.4/4.8 MB error 03-Jan-2023 03:04:47 Progress (1): 0.4/4.8 MB error 03-Jan-2023 03:04:47 Progress (1): 0.5/4.8 MB error 03-Jan-2023 03:04:47 Progress (1): 0.5/4.8 MB error 03-Jan-2023 03:04:47 Progress (1): 0.5/4.8 MB error 03-Jan-2023 03:04:47 Progress (1): 0.6/4.8 MB error 03-Jan-2023 03:04:47 Progress (1): 0.6/4.8 MB error 03-Jan-2023 03:04:47 Progress (1): 0.6/4.8 MB error 03-Jan-2023 03:04:47 Progress (1): 0.6/4.8 MB error 03-Jan-2023 03:04:47 Progress (1): 0.7/4.8 MB error 03-Jan-2023 03:04:47 Progress (1): 0.7/4.8 MB error 03-Jan-2023 03:04:47 Progress (1): 0.7/4.8 MB error 03-Jan-2023 03:04:47 Progress (1): 0.7/4.8 MB error 03-Jan-2023 03:04:47 Progress (1): 0.8/4.8 MB error 03-Jan-2023 03:04:47 Progress (1): 0.8/4.8 MB error 03-Jan-2023 03:04:47 Progress (1): 0.8/4.8 MB error 03-Jan-2023 03:04:47 Progress (1): 0.8/4.8 MB error 03-Jan-2023 03:04:47 Progress (1): 0.9/4.8 MB error 03-Jan-2023 03:04:47 Progress (1): 0.9/4.8 MB error 03-Jan-2023 03:04:47 Progress (1): 0.9/4.8 MB error 03-Jan-2023 03:04:47 Progress (1): 1.0/4.8 MB error 03-Jan-2023 03:04:47 Progress (1): 1.0/4.8 MB error 03-Jan-2023 03:04:47 Progress (1): 1.0/4.8 MB error 03-Jan-2023 03:04:47 Progress (1): 1.0/4.8 MB error 03-Jan-2023 03:04:47 Progress (1): 1.1/4.8 MB error 03-Jan-2023 03:04:47 Progress (1): 1.1/4.8 MB error 03-Jan-2023 03:04:47 Progress (1): 1.1/4.8 MB error 03-Jan-2023 03:04:47 Progress (1): 1.1/4.8 MB error 03-Jan-2023 03:04:47 Progress (1): 1.2/4.8 MB error 03-Jan-2023 03:04:47 Progress (1): 1.2/4.8 MB error 03-Jan-2023 03:04:47 Progress (1): 1.2/4.8 MB error 03-Jan-2023 03:04:47 Progress (1): 1.2/4.8 MB error 03-Jan-2023 03:04:47 Progress (1): 1.3/4.8 MB error 03-Jan-2023 03:04:47 Progress (1): 1.3/4.8 MB error 03-Jan-2023 03:04:47 Progress (1): 1.3/4.8 MB error 03-Jan-2023 03:04:47 Progress (1): 1.4/4.8 MB error 03-Jan-2023 03:04:47 Progress (1): 1.4/4.8 MB error 03-Jan-2023 03:04:47 Progress (1): 1.4/4.8 MB error 03-Jan-2023 03:04:47 Progress (1): 1.4/4.8 MB error 03-Jan-2023 03:04:47 Progress (1): 1.5/4.8 MB error 03-Jan-2023 03:04:47 Progress (1): 1.5/4.8 MB error 03-Jan-2023 03:04:47 Progress (1): 1.5/4.8 MB error 03-Jan-2023 03:04:47 Progress (1): 1.5/4.8 MB error 03-Jan-2023 03:04:47 Progress (1): 1.6/4.8 MB error 03-Jan-2023 03:04:47 Progress (1): 1.6/4.8 MB error 03-Jan-2023 03:04:47 Progress (1): 1.6/4.8 MB error 03-Jan-2023 03:04:47 Progress (1): 1.7/4.8 MB error 03-Jan-2023 03:04:47 Progress (1): 1.7/4.8 MB error 03-Jan-2023 03:04:47 Progress (1): 1.7/4.8 MB error 03-Jan-2023 03:04:47 Progress (1): 1.7/4.8 MB error 03-Jan-2023 03:04:47 Progress (1): 1.8/4.8 MB error 03-Jan-2023 03:04:47 Progress (1): 1.8/4.8 MB error 03-Jan-2023 03:04:47 Progress (1): 1.8/4.8 MB error 03-Jan-2023 03:04:47 Progress (1): 1.8/4.8 MB error 03-Jan-2023 03:04:47 Progress (1): 1.9/4.8 MB error 03-Jan-2023 03:04:47 Progress (1): 1.9/4.8 MB error 03-Jan-2023 03:04:47 Progress (1): 1.9/4.8 MB error 03-Jan-2023 03:04:47 Progress (1): 1.9/4.8 MB error 03-Jan-2023 03:04:47 Progress (1): 2.0/4.8 MB error 03-Jan-2023 03:04:47 Progress (1): 2.0/4.8 MB error 03-Jan-2023 03:04:47 Progress (1): 2.0/4.8 MB error 03-Jan-2023 03:04:47 Progress (1): 2.0/4.8 MB error 03-Jan-2023 03:04:47 Progress (1): 2.1/4.8 MB error 03-Jan-2023 03:04:47 Progress (1): 2.1/4.8 MB error 03-Jan-2023 03:04:47 Progress (1): 2.1/4.8 MB error 03-Jan-2023 03:04:47 Progress (1): 2.2/4.8 MB error 03-Jan-2023 03:04:47 Progress (1): 2.2/4.8 MB error 03-Jan-2023 03:04:47 Progress (1): 2.2/4.8 MB error 03-Jan-2023 03:04:47 Progress (1): 2.2/4.8 MB error 03-Jan-2023 03:04:47 Progress (1): 2.3/4.8 MB error 03-Jan-2023 03:04:47 Progress (1): 2.3/4.8 MB error 03-Jan-2023 03:04:47 Progress (1): 2.3/4.8 MB error 03-Jan-2023 03:04:47 Progress (1): 2.3/4.8 MB error 03-Jan-2023 03:04:47 Progress (1): 2.4/4.8 MB error 03-Jan-2023 03:04:47 Progress (1): 2.4/4.8 MB error 03-Jan-2023 03:04:47 Progress (1): 2.4/4.8 MB error 03-Jan-2023 03:04:47 Progress (1): 2.4/4.8 MB error 03-Jan-2023 03:04:47 Progress (1): 2.5/4.8 MB error 03-Jan-2023 03:04:47 Progress (1): 2.5/4.8 MB error 03-Jan-2023 03:04:47 Progress (1): 2.5/4.8 MB error 03-Jan-2023 03:04:47 Progress (1): 2.6/4.8 MB error 03-Jan-2023 03:04:47 Progress (1): 2.6/4.8 MB error 03-Jan-2023 03:04:47 Progress (1): 2.6/4.8 MB error 03-Jan-2023 03:04:47 Progress (1): 2.6/4.8 MB error 03-Jan-2023 03:04:47 Progress (1): 2.7/4.8 MB error 03-Jan-2023 03:04:47 Progress (1): 2.7/4.8 MB error 03-Jan-2023 03:04:47 Progress (1): 2.7/4.8 MB error 03-Jan-2023 03:04:47 Progress (1): 2.7/4.8 MB error 03-Jan-2023 03:04:47 Progress (1): 2.8/4.8 MB error 03-Jan-2023 03:04:47 Progress (1): 2.8/4.8 MB error 03-Jan-2023 03:04:47 Progress (1): 2.8/4.8 MB error 03-Jan-2023 03:04:47 Progress (1): 2.8/4.8 MB error 03-Jan-2023 03:04:47 Progress (1): 2.9/4.8 MB error 03-Jan-2023 03:04:47 Progress (1): 2.9/4.8 MB error 03-Jan-2023 03:04:47 Progress (1): 2.9/4.8 MB error 03-Jan-2023 03:04:47 Progress (1): 3.0/4.8 MB error 03-Jan-2023 03:04:47 Progress (1): 3.0/4.8 MB error 03-Jan-2023 03:04:47 Progress (1): 3.0/4.8 MB error 03-Jan-2023 03:04:47 Progress (1): 3.0/4.8 MB error 03-Jan-2023 03:04:47 Progress (1): 3.1/4.8 MB error 03-Jan-2023 03:04:47 Progress (1): 3.1/4.8 MB error 03-Jan-2023 03:04:47 Progress (1): 3.1/4.8 MB error 03-Jan-2023 03:04:47 Progress (1): 3.1/4.8 MB error 03-Jan-2023 03:04:47 Progress (1): 3.2/4.8 MB error 03-Jan-2023 03:04:47 Progress (1): 3.2/4.8 MB error 03-Jan-2023 03:04:47 Progress (1): 3.2/4.8 MB error 03-Jan-2023 03:04:47 Progress (1): 3.3/4.8 MB error 03-Jan-2023 03:04:47 Progress (1): 3.3/4.8 MB error 03-Jan-2023 03:04:47 Progress (1): 3.3/4.8 MB error 03-Jan-2023 03:04:47 Progress (1): 3.3/4.8 MB error 03-Jan-2023 03:04:47 Progress (1): 3.4/4.8 MB error 03-Jan-2023 03:04:47 Progress (1): 3.4/4.8 MB error 03-Jan-2023 03:04:47 Progress (1): 3.4/4.8 MB error 03-Jan-2023 03:04:47 Progress (1): 3.4/4.8 MB error 03-Jan-2023 03:04:47 Progress (1): 3.5/4.8 MB error 03-Jan-2023 03:04:47 Progress (1): 3.5/4.8 MB error 03-Jan-2023 03:04:47 Progress (1): 3.5/4.8 MB error 03-Jan-2023 03:04:47 Progress (1): 3.5/4.8 MB error 03-Jan-2023 03:04:47 Progress (1): 3.6/4.8 MB error 03-Jan-2023 03:04:47 Progress (1): 3.6/4.8 MB error 03-Jan-2023 03:04:47 Progress (1): 3.6/4.8 MB error 03-Jan-2023 03:04:47 Progress (1): 3.7/4.8 MB error 03-Jan-2023 03:04:47 Progress (1): 3.7/4.8 MB error 03-Jan-2023 03:04:47 Progress (1): 3.7/4.8 MB error 03-Jan-2023 03:04:47 Progress (1): 3.7/4.8 MB error 03-Jan-2023 03:04:47 Progress (1): 3.8/4.8 MB error 03-Jan-2023 03:04:47 Progress (1): 3.8/4.8 MB error 03-Jan-2023 03:04:47 Progress (1): 3.8/4.8 MB error 03-Jan-2023 03:04:47 Progress (1): 3.8/4.8 MB error 03-Jan-2023 03:04:47 Progress (1): 3.9/4.8 MB error 03-Jan-2023 03:04:47 Progress (1): 3.9/4.8 MB error 03-Jan-2023 03:04:47 Progress (1): 3.9/4.8 MB error 03-Jan-2023 03:04:47 Progress (1): 3.9/4.8 MB error 03-Jan-2023 03:04:47 Progress (1): 4.0/4.8 MB error 03-Jan-2023 03:04:47 Progress (1): 4.0/4.8 MB error 03-Jan-2023 03:04:47 Progress (1): 4.0/4.8 MB error 03-Jan-2023 03:04:47 Progress (1): 4.1/4.8 MB error 03-Jan-2023 03:04:47 Progress (1): 4.1/4.8 MB error 03-Jan-2023 03:04:47 Progress (1): 4.1/4.8 MB error 03-Jan-2023 03:04:47 Progress (1): 4.1/4.8 MB error 03-Jan-2023 03:04:47 Progress (1): 4.2/4.8 MB error 03-Jan-2023 03:04:47 Progress (1): 4.2/4.8 MB error 03-Jan-2023 03:04:47 Progress (1): 4.2/4.8 MB error 03-Jan-2023 03:04:47 Progress (1): 4.2/4.8 MB error 03-Jan-2023 03:04:47 Progress (1): 4.3/4.8 MB error 03-Jan-2023 03:04:47 Progress (1): 4.3/4.8 MB error 03-Jan-2023 03:04:47 Progress (1): 4.3/4.8 MB error 03-Jan-2023 03:04:47 Progress (1): 4.3/4.8 MB error 03-Jan-2023 03:04:47 Progress (1): 4.4/4.8 MB error 03-Jan-2023 03:04:47 Progress (1): 4.4/4.8 MB error 03-Jan-2023 03:04:47 Progress (1): 4.4/4.8 MB error 03-Jan-2023 03:04:47 Progress (1): 4.4/4.8 MB error 03-Jan-2023 03:04:47 Progress (1): 4.5/4.8 MB error 03-Jan-2023 03:04:47 Progress (1): 4.5/4.8 MB error 03-Jan-2023 03:04:47 Progress (1): 4.5/4.8 MB error 03-Jan-2023 03:04:47 Progress (1): 4.5/4.8 MB error 03-Jan-2023 03:04:47 Progress (1): 4.6/4.8 MB error 03-Jan-2023 03:04:47 Progress (1): 4.6/4.8 MB error 03-Jan-2023 03:04:47 Progress (1): 4.6/4.8 MB error 03-Jan-2023 03:04:47 Progress (1): 4.6/4.8 MB error 03-Jan-2023 03:04:47 Progress (1): 4.7/4.8 MB error 03-Jan-2023 03:04:47 Progress (1): 4.7/4.8 MB error 03-Jan-2023 03:04:47 Progress (1): 4.7/4.8 MB error 03-Jan-2023 03:04:47 Progress (1): 4.7/4.8 MB error 03-Jan-2023 03:04:47 Progress (1): 4.8/4.8 MB error 03-Jan-2023 03:04:47 Progress (1): 4.8/4.8 MB error 03-Jan-2023 03:04:47 Progress (1): 4.8/4.8 MB error 03-Jan-2023 03:04:47 Progress (1): 4.8 MB error 03-Jan-2023 03:04:47 error 03-Jan-2023 03:04:47 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/uicommons-omod/2.23.0/uicommons-omod-2.23.0.jar (4.8 MB at 4.9 MB/s) error 03-Jan-2023 03:04:47 #16 216.0 [INFO] Configured Artifact: org.openmrs.module:uiframework-omod:3.23.0:jar error 03-Jan-2023 03:04:47 #16 216.1 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/uiframework-omod/3.23.0/uiframework-omod-3.23.0.pom error 03-Jan-2023 03:04:47 #16 216.2 Progress (1): 3.3/5.9 kB error 03-Jan-2023 03:04:47 Progress (1): 5.9 kB error 03-Jan-2023 03:04:48 error 03-Jan-2023 03:04:48 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/uiframework-omod/3.23.0/uiframework-omod-3.23.0.pom (5.9 kB at 21 kB/s) error 03-Jan-2023 03:04:48 #16 216.4 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/uiframework/3.23.0/uiframework-3.23.0.pom error 03-Jan-2023 03:04:48 #16 216.5 Progress (1): 3.3/11 kB error 03-Jan-2023 03:04:48 Progress (1): 6.1/11 kB error 03-Jan-2023 03:04:48 Progress (1): 8.9/11 kB error 03-Jan-2023 03:04:48 Progress (1): 11 kB error 03-Jan-2023 03:04:48 error 03-Jan-2023 03:04:48 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/uiframework/3.23.0/uiframework-3.23.0.pom (11 kB at 45 kB/s) error 03-Jan-2023 03:04:48 #16 216.7 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/uiframework-omod/3.23.0/uiframework-omod-3.23.0.jar error 03-Jan-2023 03:04:48 #16 217.0 Progress (1): 0/2.7 MB error 03-Jan-2023 03:04:48 Progress (1): 0/2.7 MB error 03-Jan-2023 03:04:48 Progress (1): 0.1/2.7 MB error 03-Jan-2023 03:04:48 Progress (1): 0.1/2.7 MB error 03-Jan-2023 03:04:48 Progress (1): 0.1/2.7 MB error 03-Jan-2023 03:04:48 Progress (1): 0.1/2.7 MB error 03-Jan-2023 03:04:48 Progress (1): 0.1/2.7 MB error 03-Jan-2023 03:04:48 Progress (1): 0.1/2.7 MB error 03-Jan-2023 03:04:48 Progress (1): 0.2/2.7 MB error 03-Jan-2023 03:04:48 Progress (1): 0.2/2.7 MB error 03-Jan-2023 03:04:48 Progress (1): 0.2/2.7 MB error 03-Jan-2023 03:04:48 Progress (1): 0.2/2.7 MB error 03-Jan-2023 03:04:48 Progress (1): 0.2/2.7 MB error 03-Jan-2023 03:04:48 Progress (1): 0.2/2.7 MB error 03-Jan-2023 03:04:48 Progress (1): 0.2/2.7 MB error 03-Jan-2023 03:04:48 Progress (1): 0.3/2.7 MB error 03-Jan-2023 03:04:48 Progress (1): 0.3/2.7 MB error 03-Jan-2023 03:04:48 Progress (1): 0.3/2.7 MB error 03-Jan-2023 03:04:48 Progress (1): 0.3/2.7 MB error 03-Jan-2023 03:04:48 Progress (1): 0.3/2.7 MB error 03-Jan-2023 03:04:48 Progress (1): 0.3/2.7 MB error 03-Jan-2023 03:04:48 Progress (1): 0.4/2.7 MB error 03-Jan-2023 03:04:48 Progress (1): 0.4/2.7 MB error 03-Jan-2023 03:04:48 Progress (1): 0.4/2.7 MB error 03-Jan-2023 03:04:48 Progress (1): 0.4/2.7 MB error 03-Jan-2023 03:04:48 Progress (1): 0.4/2.7 MB error 03-Jan-2023 03:04:48 Progress (1): 0.4/2.7 MB error 03-Jan-2023 03:04:48 Progress (1): 0.5/2.7 MB error 03-Jan-2023 03:04:48 Progress (1): 0.5/2.7 MB error 03-Jan-2023 03:04:48 Progress (1): 0.5/2.7 MB error 03-Jan-2023 03:04:48 Progress (1): 0.5/2.7 MB error 03-Jan-2023 03:04:48 Progress (1): 0.5/2.7 MB error 03-Jan-2023 03:04:48 Progress (1): 0.6/2.7 MB error 03-Jan-2023 03:04:48 Progress (1): 0.6/2.7 MB error 03-Jan-2023 03:04:48 Progress (1): 0.6/2.7 MB error 03-Jan-2023 03:04:48 Progress (1): 0.6/2.7 MB error 03-Jan-2023 03:04:48 Progress (1): 0.6/2.7 MB error 03-Jan-2023 03:04:48 Progress (1): 0.6/2.7 MB error 03-Jan-2023 03:04:48 Progress (1): 0.7/2.7 MB error 03-Jan-2023 03:04:48 Progress (1): 0.7/2.7 MB error 03-Jan-2023 03:04:48 Progress (1): 0.7/2.7 MB error 03-Jan-2023 03:04:48 Progress (1): 0.7/2.7 MB error 03-Jan-2023 03:04:48 Progress (1): 0.7/2.7 MB error 03-Jan-2023 03:04:48 Progress (1): 0.7/2.7 MB error 03-Jan-2023 03:04:48 Progress (1): 0.8/2.7 MB error 03-Jan-2023 03:04:48 Progress (1): 0.8/2.7 MB error 03-Jan-2023 03:04:48 Progress (1): 0.8/2.7 MB error 03-Jan-2023 03:04:48 Progress (1): 0.8/2.7 MB error 03-Jan-2023 03:04:48 Progress (1): 0.8/2.7 MB error 03-Jan-2023 03:04:48 Progress (1): 0.8/2.7 MB error 03-Jan-2023 03:04:48 Progress (1): 0.9/2.7 MB error 03-Jan-2023 03:04:48 Progress (1): 0.9/2.7 MB error 03-Jan-2023 03:04:48 Progress (1): 0.9/2.7 MB error 03-Jan-2023 03:04:48 Progress (1): 0.9/2.7 MB error 03-Jan-2023 03:04:48 Progress (1): 0.9/2.7 MB error 03-Jan-2023 03:04:48 Progress (1): 1.0/2.7 MB error 03-Jan-2023 03:04:48 Progress (1): 1.0/2.7 MB error 03-Jan-2023 03:04:48 Progress (1): 1.0/2.7 MB error 03-Jan-2023 03:04:48 Progress (1): 1.0/2.7 MB error 03-Jan-2023 03:04:48 Progress (1): 1.0/2.7 MB error 03-Jan-2023 03:04:48 Progress (1): 1.0/2.7 MB error 03-Jan-2023 03:04:48 Progress (1): 1.1/2.7 MB error 03-Jan-2023 03:04:48 Progress (1): 1.1/2.7 MB error 03-Jan-2023 03:04:48 Progress (1): 1.1/2.7 MB error 03-Jan-2023 03:04:48 Progress (1): 1.1/2.7 MB error 03-Jan-2023 03:04:48 Progress (1): 1.1/2.7 MB error 03-Jan-2023 03:04:48 Progress (1): 1.1/2.7 MB error 03-Jan-2023 03:04:48 Progress (1): 1.2/2.7 MB error 03-Jan-2023 03:04:48 Progress (1): 1.2/2.7 MB error 03-Jan-2023 03:04:48 Progress (1): 1.2/2.7 MB error 03-Jan-2023 03:04:48 Progress (1): 1.2/2.7 MB error 03-Jan-2023 03:04:48 Progress (1): 1.2/2.7 MB error 03-Jan-2023 03:04:48 Progress (1): 1.3/2.7 MB error 03-Jan-2023 03:04:48 Progress (1): 1.3/2.7 MB error 03-Jan-2023 03:04:48 Progress (1): 1.3/2.7 MB error 03-Jan-2023 03:04:48 Progress (1): 1.3/2.7 MB error 03-Jan-2023 03:04:48 Progress (1): 1.3/2.7 MB error 03-Jan-2023 03:04:48 Progress (1): 1.3/2.7 MB error 03-Jan-2023 03:04:48 Progress (1): 1.4/2.7 MB error 03-Jan-2023 03:04:48 Progress (1): 1.4/2.7 MB error 03-Jan-2023 03:04:48 Progress (1): 1.4/2.7 MB error 03-Jan-2023 03:04:48 Progress (1): 1.4/2.7 MB error 03-Jan-2023 03:04:48 Progress (1): 1.4/2.7 MB error 03-Jan-2023 03:04:48 Progress (1): 1.4/2.7 MB error 03-Jan-2023 03:04:48 Progress (1): 1.5/2.7 MB error 03-Jan-2023 03:04:48 Progress (1): 1.5/2.7 MB error 03-Jan-2023 03:04:48 Progress (1): 1.5/2.7 MB error 03-Jan-2023 03:04:48 Progress (1): 1.5/2.7 MB error 03-Jan-2023 03:04:48 Progress (1): 1.5/2.7 MB error 03-Jan-2023 03:04:48 Progress (1): 1.5/2.7 MB error 03-Jan-2023 03:04:48 Progress (1): 1.6/2.7 MB error 03-Jan-2023 03:04:48 Progress (1): 1.6/2.7 MB error 03-Jan-2023 03:04:48 Progress (1): 1.6/2.7 MB error 03-Jan-2023 03:04:48 Progress (1): 1.6/2.7 MB error 03-Jan-2023 03:04:48 Progress (1): 1.6/2.7 MB error 03-Jan-2023 03:04:48 Progress (1): 1.6/2.7 MB error 03-Jan-2023 03:04:48 Progress (1): 1.6/2.7 MB error 03-Jan-2023 03:04:48 Progress (1): 1.7/2.7 MB error 03-Jan-2023 03:04:48 Progress (1): 1.7/2.7 MB error 03-Jan-2023 03:04:48 Progress (1): 1.7/2.7 MB error 03-Jan-2023 03:04:48 Progress (1): 1.7/2.7 MB error 03-Jan-2023 03:04:48 Progress (1): 1.7/2.7 MB error 03-Jan-2023 03:04:48 Progress (1): 1.7/2.7 MB error 03-Jan-2023 03:04:48 Progress (1): 1.8/2.7 MB error 03-Jan-2023 03:04:48 Progress (1): 1.8/2.7 MB error 03-Jan-2023 03:04:48 Progress (1): 1.8/2.7 MB error 03-Jan-2023 03:04:48 Progress (1): 1.8/2.7 MB error 03-Jan-2023 03:04:48 Progress (1): 1.8/2.7 MB error 03-Jan-2023 03:04:48 Progress (1): 1.8/2.7 MB error 03-Jan-2023 03:04:48 Progress (1): 1.9/2.7 MB error 03-Jan-2023 03:04:48 Progress (1): 1.9/2.7 MB error 03-Jan-2023 03:04:48 Progress (1): 1.9/2.7 MB error 03-Jan-2023 03:04:48 Progress (1): 1.9/2.7 MB error 03-Jan-2023 03:04:48 Progress (1): 1.9/2.7 MB error 03-Jan-2023 03:04:48 Progress (1): 1.9/2.7 MB error 03-Jan-2023 03:04:48 Progress (1): 1.9/2.7 MB error 03-Jan-2023 03:04:48 Progress (1): 2.0/2.7 MB error 03-Jan-2023 03:04:48 Progress (1): 2.0/2.7 MB error 03-Jan-2023 03:04:48 Progress (1): 2.0/2.7 MB error 03-Jan-2023 03:04:48 Progress (1): 2.0/2.7 MB error 03-Jan-2023 03:04:48 Progress (1): 2.0/2.7 MB error 03-Jan-2023 03:04:48 Progress (1): 2.0/2.7 MB error 03-Jan-2023 03:04:48 Progress (1): 2.1/2.7 MB error 03-Jan-2023 03:04:48 Progress (1): 2.1/2.7 MB error 03-Jan-2023 03:04:48 Progress (1): 2.1/2.7 MB error 03-Jan-2023 03:04:48 Progress (1): 2.1/2.7 MB error 03-Jan-2023 03:04:48 Progress (1): 2.1/2.7 MB error 03-Jan-2023 03:04:48 Progress (1): 2.2/2.7 MB error 03-Jan-2023 03:04:48 Progress (1): 2.2/2.7 MB error 03-Jan-2023 03:04:48 Progress (1): 2.2/2.7 MB error 03-Jan-2023 03:04:48 Progress (1): 2.2/2.7 MB error 03-Jan-2023 03:04:48 Progress (1): 2.2/2.7 MB error 03-Jan-2023 03:04:48 Progress (1): 2.2/2.7 MB error 03-Jan-2023 03:04:48 Progress (1): 2.3/2.7 MB error 03-Jan-2023 03:04:48 Progress (1): 2.3/2.7 MB error 03-Jan-2023 03:04:48 Progress (1): 2.3/2.7 MB error 03-Jan-2023 03:04:48 Progress (1): 2.3/2.7 MB error 03-Jan-2023 03:04:48 Progress (1): 2.3/2.7 MB error 03-Jan-2023 03:04:48 Progress (1): 2.3/2.7 MB error 03-Jan-2023 03:04:48 Progress (1): 2.4/2.7 MB error 03-Jan-2023 03:04:48 Progress (1): 2.4/2.7 MB error 03-Jan-2023 03:04:48 Progress (1): 2.4/2.7 MB error 03-Jan-2023 03:04:48 Progress (1): 2.4/2.7 MB error 03-Jan-2023 03:04:48 Progress (1): 2.4/2.7 MB error 03-Jan-2023 03:04:48 Progress (1): 2.5/2.7 MB error 03-Jan-2023 03:04:48 Progress (1): 2.5/2.7 MB error 03-Jan-2023 03:04:48 Progress (1): 2.5/2.7 MB error 03-Jan-2023 03:04:48 Progress (1): 2.5/2.7 MB error 03-Jan-2023 03:04:48 Progress (1): 2.5/2.7 MB error 03-Jan-2023 03:04:48 Progress (1): 2.5/2.7 MB error 03-Jan-2023 03:04:48 Progress (1): 2.6/2.7 MB error 03-Jan-2023 03:04:48 Progress (1): 2.6/2.7 MB error 03-Jan-2023 03:04:48 Progress (1): 2.6/2.7 MB error 03-Jan-2023 03:04:48 Progress (1): 2.6/2.7 MB error 03-Jan-2023 03:04:48 Progress (1): 2.6/2.7 MB error 03-Jan-2023 03:04:48 Progress (1): 2.6/2.7 MB error 03-Jan-2023 03:04:48 Progress (1): 2.7/2.7 MB error 03-Jan-2023 03:04:48 Progress (1): 2.7/2.7 MB error 03-Jan-2023 03:04:48 Progress (1): 2.7/2.7 MB error 03-Jan-2023 03:04:48 Progress (1): 2.7/2.7 MB error 03-Jan-2023 03:04:48 Progress (1): 2.7/2.7 MB error 03-Jan-2023 03:04:48 Progress (1): 2.7 MB error 03-Jan-2023 03:04:49 error 03-Jan-2023 03:04:49 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/uiframework-omod/3.23.0/uiframework-omod-3.23.0.jar (2.7 MB at 3.5 MB/s) error 03-Jan-2023 03:04:49 #16 217.5 [INFO] Configured Artifact: org.openmrs.module:metadatasharing-omod:1.9.0:jar error 03-Jan-2023 03:04:49 #16 217.5 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/metadatasharing-omod/1.9.0/metadatasharing-omod-1.9.0.pom error 03-Jan-2023 03:04:49 #16 217.6 Progress (1): 2.9 kB error 03-Jan-2023 03:04:49 error 03-Jan-2023 03:04:49 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/metadatasharing-omod/1.9.0/metadatasharing-omod-1.9.0.pom (2.9 kB at 9.5 kB/s) error 03-Jan-2023 03:04:49 #16 217.8 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/metadatasharing/1.9.0/metadatasharing-1.9.0.pom error 03-Jan-2023 03:04:49 #16 218.0 Progress (1): 3.3/11 kB error 03-Jan-2023 03:04:49 Progress (1): 6.1/11 kB error 03-Jan-2023 03:04:49 Progress (1): 8.9/11 kB error 03-Jan-2023 03:04:49 Progress (1): 11 kB error 03-Jan-2023 03:04:49 error 03-Jan-2023 03:04:49 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/metadatasharing/1.9.0/metadatasharing-1.9.0.pom (11 kB at 47 kB/s) error 03-Jan-2023 03:04:49 #16 218.2 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/metadatasharing-omod/1.9.0/metadatasharing-omod-1.9.0.jar error 03-Jan-2023 03:04:50 #16 218.5 Progress (1): 4.1/509 kB error 03-Jan-2023 03:04:50 Progress (1): 8.2/509 kB error 03-Jan-2023 03:04:50 Progress (1): 12/509 kB error 03-Jan-2023 03:04:50 Progress (1): 16/509 kB error 03-Jan-2023 03:04:50 Progress (1): 19/509 kB error 03-Jan-2023 03:04:50 Progress (1): 23/509 kB error 03-Jan-2023 03:04:50 Progress (1): 27/509 kB error 03-Jan-2023 03:04:50 Progress (1): 31/509 kB error 03-Jan-2023 03:04:50 Progress (1): 34/509 kB error 03-Jan-2023 03:04:50 Progress (1): 38/509 kB error 03-Jan-2023 03:04:50 Progress (1): 42/509 kB error 03-Jan-2023 03:04:50 Progress (1): 46/509 kB error 03-Jan-2023 03:04:50 Progress (1): 51/509 kB error 03-Jan-2023 03:04:50 Progress (1): 55/509 kB error 03-Jan-2023 03:04:50 Progress (1): 59/509 kB error 03-Jan-2023 03:04:50 Progress (1): 63/509 kB error 03-Jan-2023 03:04:50 Progress (1): 67/509 kB error 03-Jan-2023 03:04:50 Progress (1): 69/509 kB error 03-Jan-2023 03:04:50 Progress (1): 73/509 kB error 03-Jan-2023 03:04:50 Progress (1): 77/509 kB error 03-Jan-2023 03:04:50 Progress (1): 80/509 kB error 03-Jan-2023 03:04:50 Progress (1): 84/509 kB error 03-Jan-2023 03:04:50 Progress (1): 89/509 kB error 03-Jan-2023 03:04:50 Progress (1): 93/509 kB error 03-Jan-2023 03:04:50 Progress (1): 97/509 kB error 03-Jan-2023 03:04:50 Progress (1): 101/509 kB error 03-Jan-2023 03:04:50 Progress (1): 105/509 kB error 03-Jan-2023 03:04:50 Progress (1): 109/509 kB error 03-Jan-2023 03:04:50 Progress (1): 113/509 kB error 03-Jan-2023 03:04:50 Progress (1): 115/509 kB error 03-Jan-2023 03:04:50 Progress (1): 119/509 kB error 03-Jan-2023 03:04:50 Progress (1): 123/509 kB error 03-Jan-2023 03:04:50 Progress (1): 127/509 kB error 03-Jan-2023 03:04:50 Progress (1): 132/509 kB error 03-Jan-2023 03:04:50 Progress (1): 134/509 kB error 03-Jan-2023 03:04:50 Progress (1): 138/509 kB error 03-Jan-2023 03:04:50 Progress (1): 142/509 kB error 03-Jan-2023 03:04:50 Progress (1): 146/509 kB error 03-Jan-2023 03:04:50 Progress (1): 150/509 kB error 03-Jan-2023 03:04:50 Progress (1): 154/509 kB error 03-Jan-2023 03:04:50 Progress (1): 158/509 kB error 03-Jan-2023 03:04:50 Progress (1): 162/509 kB error 03-Jan-2023 03:04:50 Progress (1): 166/509 kB error 03-Jan-2023 03:04:50 Progress (1): 169/509 kB error 03-Jan-2023 03:04:50 Progress (1): 173/509 kB error 03-Jan-2023 03:04:50 Progress (1): 177/509 kB error 03-Jan-2023 03:04:50 Progress (1): 181/509 kB error 03-Jan-2023 03:04:50 Progress (1): 186/509 kB error 03-Jan-2023 03:04:50 Progress (1): 190/509 kB error 03-Jan-2023 03:04:50 Progress (1): 194/509 kB error 03-Jan-2023 03:04:50 Progress (1): 198/509 kB error 03-Jan-2023 03:04:50 Progress (1): 202/509 kB error 03-Jan-2023 03:04:50 Progress (1): 204/509 kB error 03-Jan-2023 03:04:50 Progress (1): 208/509 kB error 03-Jan-2023 03:04:50 Progress (1): 212/509 kB error 03-Jan-2023 03:04:50 Progress (1): 215/509 kB error 03-Jan-2023 03:04:50 Progress (1): 219/509 kB error 03-Jan-2023 03:04:50 Progress (1): 224/509 kB error 03-Jan-2023 03:04:50 Progress (1): 228/509 kB error 03-Jan-2023 03:04:50 Progress (1): 232/509 kB error 03-Jan-2023 03:04:50 Progress (1): 236/509 kB error 03-Jan-2023 03:04:50 Progress (1): 240/509 kB error 03-Jan-2023 03:04:50 Progress (1): 244/509 kB error 03-Jan-2023 03:04:50 Progress (1): 248/509 kB error 03-Jan-2023 03:04:50 Progress (1): 250/509 kB error 03-Jan-2023 03:04:50 Progress (1): 254/509 kB error 03-Jan-2023 03:04:50 Progress (1): 258/509 kB error 03-Jan-2023 03:04:50 Progress (1): 262/509 kB error 03-Jan-2023 03:04:50 Progress (1): 267/509 kB error 03-Jan-2023 03:04:50 Progress (1): 271/509 kB error 03-Jan-2023 03:04:50 Progress (1): 275/509 kB error 03-Jan-2023 03:04:50 Progress (1): 278/509 kB error 03-Jan-2023 03:04:50 Progress (1): 282/509 kB error 03-Jan-2023 03:04:50 Progress (1): 286/509 kB error 03-Jan-2023 03:04:50 Progress (1): 290/509 kB error 03-Jan-2023 03:04:50 Progress (1): 294/509 kB error 03-Jan-2023 03:04:50 Progress (1): 298/509 kB error 03-Jan-2023 03:04:50 Progress (1): 302/509 kB error 03-Jan-2023 03:04:50 Progress (1): 305/509 kB error 03-Jan-2023 03:04:50 Progress (1): 309/509 kB error 03-Jan-2023 03:04:50 Progress (1): 313/509 kB error 03-Jan-2023 03:04:50 Progress (1): 317/509 kB error 03-Jan-2023 03:04:50 Progress (1): 321/509 kB error 03-Jan-2023 03:04:50 Progress (1): 323/509 kB error 03-Jan-2023 03:04:50 Progress (1): 327/509 kB error 03-Jan-2023 03:04:50 Progress (1): 332/509 kB error 03-Jan-2023 03:04:50 Progress (1): 336/509 kB error 03-Jan-2023 03:04:50 Progress (1): 340/509 kB error 03-Jan-2023 03:04:50 Progress (1): 344/509 kB error 03-Jan-2023 03:04:50 Progress (1): 348/509 kB error 03-Jan-2023 03:04:50 Progress (1): 352/509 kB error 03-Jan-2023 03:04:50 Progress (1): 356/509 kB error 03-Jan-2023 03:04:50 Progress (1): 360/509 kB error 03-Jan-2023 03:04:50 Progress (1): 364/509 kB error 03-Jan-2023 03:04:50 Progress (1): 368/509 kB error 03-Jan-2023 03:04:50 Progress (1): 372/509 kB error 03-Jan-2023 03:04:50 Progress (1): 375/509 kB error 03-Jan-2023 03:04:50 Progress (1): 377/509 kB error 03-Jan-2023 03:04:50 Progress (1): 381/509 kB error 03-Jan-2023 03:04:50 Progress (1): 386/509 kB error 03-Jan-2023 03:04:50 Progress (1): 390/509 kB error 03-Jan-2023 03:04:50 Progress (1): 394/509 kB error 03-Jan-2023 03:04:50 Progress (1): 398/509 kB error 03-Jan-2023 03:04:50 Progress (1): 402/509 kB error 03-Jan-2023 03:04:50 Progress (1): 406/509 kB error 03-Jan-2023 03:04:50 Progress (1): 410/509 kB error 03-Jan-2023 03:04:50 Progress (1): 414/509 kB error 03-Jan-2023 03:04:50 Progress (1): 418/509 kB error 03-Jan-2023 03:04:50 Progress (1): 421/509 kB error 03-Jan-2023 03:04:50 Progress (1): 425/509 kB error 03-Jan-2023 03:04:50 Progress (1): 429/509 kB error 03-Jan-2023 03:04:50 Progress (1): 433/509 kB error 03-Jan-2023 03:04:50 Progress (1): 438/509 kB error 03-Jan-2023 03:04:50 Progress (1): 442/509 kB error 03-Jan-2023 03:04:50 Progress (1): 446/509 kB error 03-Jan-2023 03:04:50 Progress (1): 449/509 kB error 03-Jan-2023 03:04:50 Progress (1): 453/509 kB error 03-Jan-2023 03:04:50 Progress (1): 458/509 kB error 03-Jan-2023 03:04:50 Progress (1): 462/509 kB error 03-Jan-2023 03:04:50 Progress (1): 466/509 kB error 03-Jan-2023 03:04:50 Progress (1): 470/509 kB error 03-Jan-2023 03:04:50 Progress (1): 474/509 kB error 03-Jan-2023 03:04:50 Progress (1): 478/509 kB error 03-Jan-2023 03:04:50 Progress (1): 482/509 kB error 03-Jan-2023 03:04:50 Progress (1): 486/509 kB error 03-Jan-2023 03:04:50 Progress (1): 490/509 kB error 03-Jan-2023 03:04:50 Progress (1): 493/509 kB error 03-Jan-2023 03:04:50 Progress (1): 497/509 kB error 03-Jan-2023 03:04:50 Progress (1): 501/509 kB error 03-Jan-2023 03:04:50 Progress (1): 505/509 kB error 03-Jan-2023 03:04:50 Progress (1): 509 kB error 03-Jan-2023 03:04:51 error 03-Jan-2023 03:04:51 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/metadatasharing-omod/1.9.0/metadatasharing-omod-1.9.0.jar (509 kB at 381 kB/s) error 03-Jan-2023 03:04:51 #16 219.5 [INFO] Copying addresshierarchy-omod-2.15.0.jar to /app/package/target/distro/web/modules/addresshierarchy-2.15.0.omod error 03-Jan-2023 03:04:51 #16 219.5 [INFO] Copying legacyui-omod-1.13.0.jar to /app/package/target/distro/web/modules/legacyui-1.13.0.omod error 03-Jan-2023 03:04:51 #16 219.5 [INFO] Copying openconceptlab-omod-2.0.0.jar to /app/package/target/distro/web/modules/openconceptlab-2.0.0.omod error 03-Jan-2023 03:04:51 #16 219.5 [INFO] Copying metadatadeploy-omod-1.13.0.jar to /app/package/target/distro/web/modules/metadatadeploy-1.13.0.omod error 03-Jan-2023 03:04:51 #16 219.5 [INFO] Copying reportingrest-omod-1.14.0.jar to /app/package/target/distro/web/modules/reportingrest-1.14.0.omod error 03-Jan-2023 03:04:51 #16 219.6 [INFO] Copying owa-omod-1.14.0.jar to /app/package/target/distro/web/modules/owa-1.14.0.omod error 03-Jan-2023 03:04:51 #16 219.6 [INFO] Copying fhir2-omod-1.8.0.jar to /app/package/target/distro/web/modules/fhir2-1.8.0.omod error 03-Jan-2023 03:04:51 #16 219.6 [INFO] Copying serialization.xstream-omod-0.2.16.omod to /app/package/target/distro/web/modules/serialization.xstream-0.2.16.omod error 03-Jan-2023 03:04:51 #16 219.6 [INFO] Copying registrationapp-omod-1.25.0.jar to /app/package/target/distro/web/modules/registrationapp-1.25.0.omod error 03-Jan-2023 03:04:51 #16 219.6 [INFO] Copying event-omod-2.10.0.jar to /app/package/target/distro/web/modules/event-2.10.0.omod error 03-Jan-2023 03:04:51 #16 219.6 [INFO] Copying uilibrary-omod-2.0.7.jar to /app/package/target/distro/web/modules/uilibrary-2.0.7.omod error 03-Jan-2023 03:04:51 #16 219.6 [INFO] Copying htmlwidgets-omod-1.11.0.jar to /app/package/target/distro/web/modules/htmlwidgets-1.11.0.omod error 03-Jan-2023 03:04:51 #16 219.6 [INFO] Copying dataexchange-omod-1.3.8.jar to /app/package/target/distro/web/modules/dataexchange-1.3.8.omod error 03-Jan-2023 03:04:51 #16 219.6 [INFO] Copying appui-omod-1.16.0.jar to /app/package/target/distro/web/modules/appui-1.16.0.omod error 03-Jan-2023 03:04:51 #16 219.6 [INFO] Copying allergyui-omod-1.8.5.jar to /app/package/target/distro/web/modules/allergyui-1.8.5.omod error 03-Jan-2023 03:04:51 #16 219.6 [INFO] Copying providermanagement-omod-2.14.0.jar to /app/package/target/distro/web/modules/providermanagement-2.14.0.omod error 03-Jan-2023 03:04:51 #16 219.6 [INFO] Copying appointmentschedulingui-omod-1.14.0.jar to /app/package/target/distro/web/modules/appointmentschedulingui-1.14.0.omod error 03-Jan-2023 03:04:51 #16 219.6 [INFO] Copying attachments-omod-2.7.0.jar to /app/package/target/distro/web/modules/attachments-2.7.0.omod error 03-Jan-2023 03:04:51 #16 219.6 [INFO] Copying formentryapp-omod-1.4.3.jar to /app/package/target/distro/web/modules/formentryapp-1.4.3.omod error 03-Jan-2023 03:04:51 #16 219.6 [INFO] Copying idgen-omod-4.9.0.jar to /app/package/target/distro/web/modules/idgen-4.9.0.omod error 03-Jan-2023 03:04:51 #16 219.6 [INFO] Copying metadatamapping-omod-1.6.0.jar to /app/package/target/distro/web/modules/metadatamapping-1.6.0.omod error 03-Jan-2023 03:04:51 #16 219.6 [INFO] Copying htmlformentryui-omod-2.2.0.jar to /app/package/target/distro/web/modules/htmlformentryui-2.2.0.omod error 03-Jan-2023 03:04:51 #16 219.7 [INFO] Copying referencedemodata-omod-1.4.8.jar to /app/package/target/distro/web/modules/referencedemodata-1.4.8.omod error 03-Jan-2023 03:04:51 #16 219.7 [INFO] Copying emrapi-omod-1.33.0.jar to /app/package/target/distro/web/modules/emrapi-1.33.0.omod error 03-Jan-2023 03:04:51 #16 219.7 [INFO] Copying referenceapplication-omod-2.13.0-SNAPSHOT.jar to /app/package/target/distro/web/modules/referenceapplication-2.13.0-SNAPSHOT.omod error 03-Jan-2023 03:04:51 #16 219.7 [INFO] Copying htmlformentry-omod-5.1.0.jar to /app/package/target/distro/web/modules/htmlformentry-5.1.0.omod error 03-Jan-2023 03:04:51 #16 219.7 [INFO] Copying appframework-omod-2.17.0.jar to /app/package/target/distro/web/modules/appframework-2.17.0.omod error 03-Jan-2023 03:04:51 #16 219.7 [INFO] Copying referencemetadata-omod-2.13.0.jar to /app/package/target/distro/web/modules/referencemetadata-2.13.0.omod error 03-Jan-2023 03:04:51 #16 219.7 [INFO] Copying reportingui-omod-1.11.0.jar to /app/package/target/distro/web/modules/reportingui-1.11.0.omod error 03-Jan-2023 03:04:51 #16 219.7 [INFO] Copying coreapps-omod-1.38.0.jar to /app/package/target/distro/web/modules/coreapps-1.38.0.omod error 03-Jan-2023 03:04:51 #16 219.7 [INFO] Copying reportingcompatibility-omod-2.0.9.jar to /app/package/target/distro/web/modules/reportingcompatibility-2.0.9.omod error 03-Jan-2023 03:04:51 #16 219.7 [INFO] Copying reporting-omod-1.25.0.jar to /app/package/target/distro/web/modules/reporting-1.25.0.omod error 03-Jan-2023 03:04:51 #16 219.7 [INFO] Copying adminui-omod-1.6.0.jar to /app/package/target/distro/web/modules/adminui-1.6.0.omod error 03-Jan-2023 03:04:51 #16 219.7 [INFO] Copying registrationcore-omod-1.12.0.jar to /app/package/target/distro/web/modules/registrationcore-1.12.0.omod error 03-Jan-2023 03:04:51 #16 219.7 [INFO] Copying appointmentscheduling-omod-1.17.0.jar to /app/package/target/distro/web/modules/appointmentscheduling-1.17.0.omod error 03-Jan-2023 03:04:51 #16 219.8 [INFO] Copying atlas-omod-2.2.6.omod to /app/package/target/distro/web/modules/atlas-2.2.6.omod error 03-Jan-2023 03:04:51 #16 219.8 [INFO] Copying calculation-omod-1.3.0.jar to /app/package/target/distro/web/modules/calculation-1.3.0.omod error 03-Jan-2023 03:04:51 #16 219.8 [INFO] Copying webservices.rest-omod-2.38.0.jar to /app/package/target/distro/web/modules/webservices.rest-2.38.0.omod error 03-Jan-2023 03:04:51 #16 219.8 [INFO] Copying spa-omod-1.0.9.jar to /app/package/target/distro/web/modules/spa-1.0.9.omod error 03-Jan-2023 03:04:51 #16 219.8 [INFO] Copying uicommons-omod-2.23.0.jar to /app/package/target/distro/web/modules/uicommons-2.23.0.omod error 03-Jan-2023 03:04:51 #16 219.8 [INFO] Copying uiframework-omod-3.23.0.jar to /app/package/target/distro/web/modules/uiframework-3.23.0.omod error 03-Jan-2023 03:04:51 #16 219.8 [INFO] Copying metadatasharing-omod-1.9.0.jar to /app/package/target/distro/web/modules/metadatasharing-1.9.0.omod error 03-Jan-2023 03:04:51 #16 219.8 error 03-Jan-2023 03:04:51 #16 219.8 Downloading OWAs... error 03-Jan-2023 03:04:51 #16 219.8 error 03-Jan-2023 03:04:51 #16 219.8 error 03-Jan-2023 03:04:51 #16 219.8 Downloading OWA: org.openmrs.owa:openmrs-owa-sysadmin:1.2 error 03-Jan-2023 03:04:51 #16 220.0 [INFO] Configured Artifact: org.openmrs.owa:sysadmin:1.2:zip error 03-Jan-2023 03:04:51 #16 220.1 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/owa/sysadmin/1.2/sysadmin-1.2.pom error 03-Jan-2023 03:04:52 #16 220.8 Progress (1): 424 B error 03-Jan-2023 03:04:52 error 03-Jan-2023 03:04:52 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/owa/sysadmin/1.2/sysadmin-1.2.pom (424 B at 473 B/s) error 03-Jan-2023 03:04:52 #16 221.3 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/owa/sysadmin/1.2/sysadmin-1.2.zip error 03-Jan-2023 03:04:53 #16 221.6 Progress (1): 0/1.1 MB error 03-Jan-2023 03:04:53 Progress (1): 0/1.1 MB error 03-Jan-2023 03:04:53 Progress (1): 0/1.1 MB error 03-Jan-2023 03:04:53 Progress (1): 0/1.1 MB error 03-Jan-2023 03:04:53 Progress (1): 0/1.1 MB error 03-Jan-2023 03:04:53 Progress (1): 0/1.1 MB error 03-Jan-2023 03:04:53 Progress (1): 0.1/1.1 MB error 03-Jan-2023 03:04:53 Progress (1): 0.1/1.1 MB error 03-Jan-2023 03:04:53 Progress (1): 0.1/1.1 MB error 03-Jan-2023 03:04:53 Progress (1): 0.1/1.1 MB error 03-Jan-2023 03:04:53 Progress (1): 0.1/1.1 MB error 03-Jan-2023 03:04:53 Progress (1): 0.1/1.1 MB error 03-Jan-2023 03:04:53 Progress (1): 0.1/1.1 MB error 03-Jan-2023 03:04:53 Progress (1): 0.1/1.1 MB error 03-Jan-2023 03:04:53 Progress (1): 0.1/1.1 MB error 03-Jan-2023 03:04:53 Progress (1): 0.1/1.1 MB error 03-Jan-2023 03:04:53 Progress (1): 0.1/1.1 MB error 03-Jan-2023 03:04:53 Progress (1): 0.1/1.1 MB error 03-Jan-2023 03:04:53 Progress (1): 0.1/1.1 MB error 03-Jan-2023 03:04:53 Progress (1): 0.2/1.1 MB error 03-Jan-2023 03:04:53 Progress (1): 0.2/1.1 MB error 03-Jan-2023 03:04:53 Progress (1): 0.2/1.1 MB error 03-Jan-2023 03:04:53 Progress (1): 0.2/1.1 MB error 03-Jan-2023 03:04:53 Progress (1): 0.2/1.1 MB error 03-Jan-2023 03:04:53 Progress (1): 0.2/1.1 MB error 03-Jan-2023 03:04:53 Progress (1): 0.2/1.1 MB error 03-Jan-2023 03:04:53 Progress (1): 0.2/1.1 MB error 03-Jan-2023 03:04:53 Progress (1): 0.2/1.1 MB error 03-Jan-2023 03:04:53 Progress (1): 0.2/1.1 MB error 03-Jan-2023 03:04:53 Progress (1): 0.2/1.1 MB error 03-Jan-2023 03:04:53 Progress (1): 0.2/1.1 MB error 03-Jan-2023 03:04:53 Progress (1): 0.2/1.1 MB error 03-Jan-2023 03:04:53 Progress (1): 0.3/1.1 MB error 03-Jan-2023 03:04:53 Progress (1): 0.3/1.1 MB error 03-Jan-2023 03:04:53 Progress (1): 0.3/1.1 MB error 03-Jan-2023 03:04:53 Progress (1): 0.3/1.1 MB error 03-Jan-2023 03:04:53 Progress (1): 0.3/1.1 MB error 03-Jan-2023 03:04:53 Progress (1): 0.3/1.1 MB error 03-Jan-2023 03:04:53 Progress (1): 0.3/1.1 MB error 03-Jan-2023 03:04:53 Progress (1): 0.3/1.1 MB error 03-Jan-2023 03:04:53 Progress (1): 0.3/1.1 MB error 03-Jan-2023 03:04:53 Progress (1): 0.3/1.1 MB error 03-Jan-2023 03:04:53 Progress (1): 0.3/1.1 MB error 03-Jan-2023 03:04:53 Progress (1): 0.3/1.1 MB error 03-Jan-2023 03:04:53 Progress (1): 0.3/1.1 MB error 03-Jan-2023 03:04:53 Progress (1): 0.4/1.1 MB error 03-Jan-2023 03:04:53 Progress (1): 0.4/1.1 MB error 03-Jan-2023 03:04:53 Progress (1): 0.4/1.1 MB error 03-Jan-2023 03:04:53 Progress (1): 0.4/1.1 MB error 03-Jan-2023 03:04:53 Progress (1): 0.4/1.1 MB error 03-Jan-2023 03:04:53 Progress (1): 0.4/1.1 MB error 03-Jan-2023 03:04:53 Progress (1): 0.4/1.1 MB error 03-Jan-2023 03:04:53 Progress (1): 0.4/1.1 MB error 03-Jan-2023 03:04:53 Progress (1): 0.4/1.1 MB error 03-Jan-2023 03:04:53 Progress (1): 0.4/1.1 MB error 03-Jan-2023 03:04:53 Progress (1): 0.4/1.1 MB error 03-Jan-2023 03:04:53 Progress (1): 0.4/1.1 MB error 03-Jan-2023 03:04:53 Progress (1): 0.5/1.1 MB error 03-Jan-2023 03:04:53 Progress (1): 0.5/1.1 MB error 03-Jan-2023 03:04:53 Progress (1): 0.5/1.1 MB error 03-Jan-2023 03:04:53 Progress (1): 0.5/1.1 MB error 03-Jan-2023 03:04:53 Progress (1): 0.5/1.1 MB error 03-Jan-2023 03:04:53 Progress (1): 0.5/1.1 MB error 03-Jan-2023 03:04:53 Progress (1): 0.5/1.1 MB error 03-Jan-2023 03:04:53 Progress (1): 0.5/1.1 MB error 03-Jan-2023 03:04:53 Progress (1): 0.5/1.1 MB error 03-Jan-2023 03:04:53 Progress (1): 0.5/1.1 MB error 03-Jan-2023 03:04:53 Progress (1): 0.5/1.1 MB error 03-Jan-2023 03:04:53 Progress (1): 0.5/1.1 MB error 03-Jan-2023 03:04:53 Progress (1): 0.5/1.1 MB error 03-Jan-2023 03:04:53 Progress (1): 0.6/1.1 MB error 03-Jan-2023 03:04:53 Progress (1): 0.6/1.1 MB error 03-Jan-2023 03:04:53 Progress (1): 0.6/1.1 MB error 03-Jan-2023 03:04:53 Progress (1): 0.6/1.1 MB error 03-Jan-2023 03:04:53 Progress (1): 0.6/1.1 MB error 03-Jan-2023 03:04:53 Progress (1): 0.6/1.1 MB error 03-Jan-2023 03:04:53 Progress (1): 0.6/1.1 MB error 03-Jan-2023 03:04:53 Progress (1): 0.6/1.1 MB error 03-Jan-2023 03:04:53 Progress (1): 0.6/1.1 MB error 03-Jan-2023 03:04:53 Progress (1): 0.6/1.1 MB error 03-Jan-2023 03:04:53 Progress (1): 0.6/1.1 MB error 03-Jan-2023 03:04:53 Progress (1): 0.6/1.1 MB error 03-Jan-2023 03:04:53 Progress (1): 0.6/1.1 MB error 03-Jan-2023 03:04:53 Progress (1): 0.7/1.1 MB error 03-Jan-2023 03:04:53 Progress (1): 0.7/1.1 MB error 03-Jan-2023 03:04:53 Progress (1): 0.7/1.1 MB error 03-Jan-2023 03:04:53 Progress (1): 0.7/1.1 MB error 03-Jan-2023 03:04:53 Progress (1): 0.7/1.1 MB error 03-Jan-2023 03:04:53 Progress (1): 0.7/1.1 MB error 03-Jan-2023 03:04:53 Progress (1): 0.7/1.1 MB error 03-Jan-2023 03:04:53 Progress (1): 0.7/1.1 MB error 03-Jan-2023 03:04:53 Progress (1): 0.7/1.1 MB error 03-Jan-2023 03:04:53 Progress (1): 0.7/1.1 MB error 03-Jan-2023 03:04:53 Progress (1): 0.7/1.1 MB error 03-Jan-2023 03:04:53 Progress (1): 0.7/1.1 MB error 03-Jan-2023 03:04:53 Progress (1): 0.8/1.1 MB error 03-Jan-2023 03:04:53 Progress (1): 0.8/1.1 MB error 03-Jan-2023 03:04:53 Progress (1): 0.8/1.1 MB error 03-Jan-2023 03:04:53 Progress (1): 0.8/1.1 MB error 03-Jan-2023 03:04:53 Progress (1): 0.8/1.1 MB error 03-Jan-2023 03:04:53 Progress (1): 0.8/1.1 MB error 03-Jan-2023 03:04:53 Progress (1): 0.8/1.1 MB error 03-Jan-2023 03:04:53 Progress (1): 0.8/1.1 MB error 03-Jan-2023 03:04:53 Progress (1): 0.8/1.1 MB error 03-Jan-2023 03:04:53 Progress (1): 0.8/1.1 MB error 03-Jan-2023 03:04:53 Progress (1): 0.8/1.1 MB error 03-Jan-2023 03:04:53 Progress (1): 0.8/1.1 MB error 03-Jan-2023 03:04:53 Progress (1): 0.8/1.1 MB error 03-Jan-2023 03:04:53 Progress (1): 0.9/1.1 MB error 03-Jan-2023 03:04:53 Progress (1): 0.9/1.1 MB error 03-Jan-2023 03:04:53 Progress (1): 0.9/1.1 MB error 03-Jan-2023 03:04:53 Progress (1): 0.9/1.1 MB error 03-Jan-2023 03:04:53 Progress (1): 0.9/1.1 MB error 03-Jan-2023 03:04:53 Progress (1): 0.9/1.1 MB error 03-Jan-2023 03:04:53 Progress (1): 0.9/1.1 MB error 03-Jan-2023 03:04:53 Progress (1): 0.9/1.1 MB error 03-Jan-2023 03:04:53 Progress (1): 0.9/1.1 MB error 03-Jan-2023 03:04:53 Progress (1): 0.9/1.1 MB error 03-Jan-2023 03:04:53 Progress (1): 0.9/1.1 MB error 03-Jan-2023 03:04:53 Progress (1): 0.9/1.1 MB error 03-Jan-2023 03:04:53 Progress (1): 0.9/1.1 MB error 03-Jan-2023 03:04:53 Progress (1): 1.0/1.1 MB error 03-Jan-2023 03:04:53 Progress (1): 1.0/1.1 MB error 03-Jan-2023 03:04:53 Progress (1): 1.0/1.1 MB error 03-Jan-2023 03:04:53 Progress (1): 1.0/1.1 MB error 03-Jan-2023 03:04:53 Progress (1): 1.0/1.1 MB error 03-Jan-2023 03:04:53 Progress (1): 1.0/1.1 MB error 03-Jan-2023 03:04:53 Progress (1): 1.0/1.1 MB error 03-Jan-2023 03:04:53 Progress (1): 1.0/1.1 MB error 03-Jan-2023 03:04:53 Progress (1): 1.0/1.1 MB error 03-Jan-2023 03:04:53 Progress (1): 1.0/1.1 MB error 03-Jan-2023 03:04:53 Progress (1): 1.0/1.1 MB error 03-Jan-2023 03:04:53 Progress (1): 1.0/1.1 MB error 03-Jan-2023 03:04:53 Progress (1): 1.1/1.1 MB error 03-Jan-2023 03:04:53 Progress (1): 1.1/1.1 MB error 03-Jan-2023 03:04:53 Progress (1): 1.1/1.1 MB error 03-Jan-2023 03:04:53 Progress (1): 1.1/1.1 MB error 03-Jan-2023 03:04:53 Progress (1): 1.1/1.1 MB error 03-Jan-2023 03:04:53 Progress (1): 1.1/1.1 MB error 03-Jan-2023 03:04:53 Progress (1): 1.1/1.1 MB error 03-Jan-2023 03:04:53 Progress (1): 1.1/1.1 MB error 03-Jan-2023 03:04:53 Progress (1): 1.1 MB error 03-Jan-2023 03:04:53 error 03-Jan-2023 03:04:53 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/owa/sysadmin/1.2/sysadmin-1.2.zip (1.1 MB at 1.5 MB/s) error 03-Jan-2023 03:04:53 #16 222.0 [INFO] Copying sysadmin-1.2.zip to /app/package/target/distro/web/owa/sysadmin-1.2.zip error 03-Jan-2023 03:04:53 #16 222.3 error 03-Jan-2023 03:04:53 #16 222.3 Creating Docker Compose configuration... error 03-Jan-2023 03:04:54 #16 222.3 error 03-Jan-2023 03:04:55 #16 223.4 error 03-Jan-2023 03:04:55 #16 223.4 The 'referenceapplication' distribution created! To start up the server run 'docker-compose up' from /app/package/target/distro error 03-Jan-2023 03:04:55 #16 223.4 error 03-Jan-2023 03:04:55 #16 223.4 [INFO] error 03-Jan-2023 03:04:55 #16 223.4 [INFO] --- openmrs-sdk-maven-plugin:4.5.0:build-distro (build-bundled-distro) @ referenceapplication-package --- error 03-Jan-2023 03:04:55 #16 223.5 error 03-Jan-2023 03:04:55 #16 223.5 Downloading modules... error 03-Jan-2023 03:04:55 #16 223.5 error 03-Jan-2023 03:04:55 #16 223.6 [INFO] Configured Artifact: org.openmrs.web:openmrs-webapp:2.5.8:war error 03-Jan-2023 03:04:55 #16 223.8 [INFO] Copying openmrs-webapp-2.5.8.war to /app/package/target/bundled-distro/web/openmrs-2.5.8.war error 03-Jan-2023 03:04:55 #16 224.0 error 03-Jan-2023 03:04:55 #16 224.0 file:/app/package/target/bundled-distro/web/openmrs-2.5.8.war error 03-Jan-2023 03:04:55 #16 224.0 error 03-Jan-2023 03:04:55 #16 224.0 target:/app/package/target/bundled-distro/web error 03-Jan-2023 03:04:55 #16 224.2 [INFO] Configured Artifact: org.openmrs.module:addresshierarchy-omod:2.15.0:jar error 03-Jan-2023 03:04:55 #16 224.2 [INFO] Configured Artifact: org.openmrs.module:legacyui-omod:1.13.0:jar error 03-Jan-2023 03:04:55 #16 224.3 [INFO] Configured Artifact: org.openmrs.module:openconceptlab-omod:2.0.0:jar error 03-Jan-2023 03:04:55 #16 224.3 [INFO] Configured Artifact: org.openmrs.module:metadatadeploy-omod:1.13.0:jar error 03-Jan-2023 03:04:55 #16 224.4 [INFO] Configured Artifact: org.openmrs.module:reportingrest-omod:1.14.0:jar error 03-Jan-2023 03:04:56 #16 224.4 [INFO] Configured Artifact: org.openmrs.module:owa-omod:1.14.0:jar error 03-Jan-2023 03:04:56 #16 224.4 [INFO] Configured Artifact: org.openmrs.module:fhir2-omod:1.8.0:jar error 03-Jan-2023 03:04:56 #16 224.5 [INFO] Configured Artifact: org.openmrs.module:serialization.xstream-omod:0.2.16:omod error 03-Jan-2023 03:04:56 #16 224.5 [INFO] Configured Artifact: org.openmrs.module:registrationapp-omod:1.25.0:jar error 03-Jan-2023 03:04:56 #16 224.5 [INFO] Configured Artifact: org.openmrs:event-omod:2.10.0:jar error 03-Jan-2023 03:04:56 #16 224.5 [INFO] Configured Artifact: org.openmrs.module:uilibrary-omod:2.0.7:jar error 03-Jan-2023 03:04:56 #16 224.5 [INFO] Configured Artifact: org.openmrs.module:htmlwidgets-omod:1.11.0:jar error 03-Jan-2023 03:04:56 #16 224.6 [INFO] Configured Artifact: org.openmrs.module:dataexchange-omod:1.3.8:jar error 03-Jan-2023 03:04:56 #16 224.6 [INFO] Configured Artifact: org.openmrs.module:appui-omod:1.16.0:jar error 03-Jan-2023 03:04:56 #16 224.6 [INFO] Configured Artifact: org.openmrs.module:allergyui-omod:1.8.5:jar error 03-Jan-2023 03:04:56 #16 224.6 [INFO] Configured Artifact: org.openmrs.module:providermanagement-omod:2.14.0:jar error 03-Jan-2023 03:04:56 #16 224.6 [INFO] Configured Artifact: org.openmrs.module:appointmentschedulingui-omod:1.14.0:jar error 03-Jan-2023 03:04:56 #16 224.6 [INFO] Configured Artifact: org.openmrs.module:attachments-omod:2.7.0:jar error 03-Jan-2023 03:04:56 #16 224.6 [INFO] Configured Artifact: org.openmrs.module:formentryapp-omod:1.4.3:jar error 03-Jan-2023 03:04:56 #16 224.6 [INFO] Configured Artifact: org.openmrs.module:idgen-omod:4.9.0:jar error 03-Jan-2023 03:04:56 #16 224.6 [INFO] Configured Artifact: org.openmrs.module:metadatamapping-omod:1.6.0:jar error 03-Jan-2023 03:04:56 #16 224.7 [INFO] Configured Artifact: org.openmrs.module:htmlformentryui-omod:2.2.0:jar error 03-Jan-2023 03:04:56 #16 224.7 [INFO] Configured Artifact: org.openmrs.module:referencedemodata-omod:1.4.8:jar error 03-Jan-2023 03:04:56 #16 224.7 [INFO] Configured Artifact: org.openmrs.module:emrapi-omod:1.33.0:jar error 03-Jan-2023 03:04:56 #16 224.8 [INFO] Configured Artifact: org.openmrs.module:referenceapplication-omod:2.13.0-SNAPSHOT:jar error 03-Jan-2023 03:04:56 #16 224.9 [INFO] Configured Artifact: org.openmrs.module:htmlformentry-omod:5.1.0:jar error 03-Jan-2023 03:04:56 #16 224.9 [INFO] Configured Artifact: org.openmrs.module:appframework-omod:2.17.0:jar error 03-Jan-2023 03:04:56 #16 224.9 [INFO] Configured Artifact: org.openmrs.module:referencemetadata-omod:2.13.0:jar error 03-Jan-2023 03:04:56 #16 225.0 [INFO] Configured Artifact: org.openmrs.module:reportingui-omod:1.11.0:jar error 03-Jan-2023 03:04:56 #16 225.0 [INFO] Configured Artifact: org.openmrs.module:coreapps-omod:1.38.0:jar error 03-Jan-2023 03:04:56 #16 225.0 [INFO] Configured Artifact: org.openmrs.module:reportingcompatibility-omod:2.0.9:jar error 03-Jan-2023 03:04:56 #16 225.0 [INFO] Configured Artifact: org.openmrs.module:reporting-omod:1.25.0:jar error 03-Jan-2023 03:04:56 #16 225.1 [INFO] Configured Artifact: org.openmrs.module:adminui-omod:1.6.0:jar error 03-Jan-2023 03:04:56 #16 225.1 [INFO] Configured Artifact: org.openmrs.module:registrationcore-omod:1.12.0:jar error 03-Jan-2023 03:04:56 #16 225.1 [INFO] Configured Artifact: org.openmrs.module:appointmentscheduling-omod:1.17.0:jar error 03-Jan-2023 03:04:56 #16 225.2 [INFO] Configured Artifact: org.openmrs.module:atlas-omod:2.2.6:omod error 03-Jan-2023 03:04:56 #16 225.2 [WARNING] The POM for org.openmrs.module:atlas-omod:omod:2.2.6 is missing, no dependency information available error 03-Jan-2023 03:04:56 #16 225.2 [INFO] Configured Artifact: org.openmrs.module:calculation-omod:1.3.0:jar error 03-Jan-2023 03:04:56 #16 225.2 [INFO] Configured Artifact: org.openmrs.module:webservices.rest-omod:2.38.0:jar error 03-Jan-2023 03:04:56 #16 225.2 [INFO] Configured Artifact: org.openmrs.module:spa-omod:1.0.9:jar error 03-Jan-2023 03:04:56 #16 225.2 [INFO] Configured Artifact: org.openmrs.module:uicommons-omod:2.23.0:jar error 03-Jan-2023 03:04:56 #16 225.3 [INFO] Configured Artifact: org.openmrs.module:uiframework-omod:3.23.0:jar error 03-Jan-2023 03:04:56 #16 225.3 [INFO] Configured Artifact: org.openmrs.module:metadatasharing-omod:1.9.0:jar error 03-Jan-2023 03:04:57 #16 225.3 [INFO] Copying addresshierarchy-omod-2.15.0.jar to /app/package/target/bundled-distro/web/WEB-INF/bundledModules/addresshierarchy-2.15.0.omod error 03-Jan-2023 03:04:57 #16 225.4 [INFO] Copying legacyui-omod-1.13.0.jar to /app/package/target/bundled-distro/web/WEB-INF/bundledModules/legacyui-1.13.0.omod error 03-Jan-2023 03:04:57 #16 225.4 [INFO] Copying openconceptlab-omod-2.0.0.jar to /app/package/target/bundled-distro/web/WEB-INF/bundledModules/openconceptlab-2.0.0.omod error 03-Jan-2023 03:04:57 #16 225.4 [INFO] Copying metadatadeploy-omod-1.13.0.jar to /app/package/target/bundled-distro/web/WEB-INF/bundledModules/metadatadeploy-1.13.0.omod error 03-Jan-2023 03:04:57 #16 225.4 [INFO] Copying reportingrest-omod-1.14.0.jar to /app/package/target/bundled-distro/web/WEB-INF/bundledModules/reportingrest-1.14.0.omod error 03-Jan-2023 03:04:57 #16 225.4 [INFO] Copying owa-omod-1.14.0.jar to /app/package/target/bundled-distro/web/WEB-INF/bundledModules/owa-1.14.0.omod error 03-Jan-2023 03:04:57 #16 225.4 [INFO] Copying fhir2-omod-1.8.0.jar to /app/package/target/bundled-distro/web/WEB-INF/bundledModules/fhir2-1.8.0.omod error 03-Jan-2023 03:04:57 #16 225.5 [INFO] Copying serialization.xstream-omod-0.2.16.omod to /app/package/target/bundled-distro/web/WEB-INF/bundledModules/serialization.xstream-0.2.16.omod error 03-Jan-2023 03:04:57 #16 225.6 [INFO] Copying registrationapp-omod-1.25.0.jar to /app/package/target/bundled-distro/web/WEB-INF/bundledModules/registrationapp-1.25.0.omod error 03-Jan-2023 03:04:57 #16 225.6 [INFO] Copying event-omod-2.10.0.jar to /app/package/target/bundled-distro/web/WEB-INF/bundledModules/event-2.10.0.omod error 03-Jan-2023 03:04:57 #16 225.6 [INFO] Copying uilibrary-omod-2.0.7.jar to /app/package/target/bundled-distro/web/WEB-INF/bundledModules/uilibrary-2.0.7.omod error 03-Jan-2023 03:04:57 #16 225.6 [INFO] Copying htmlwidgets-omod-1.11.0.jar to /app/package/target/bundled-distro/web/WEB-INF/bundledModules/htmlwidgets-1.11.0.omod error 03-Jan-2023 03:04:57 #16 225.6 [INFO] Copying dataexchange-omod-1.3.8.jar to /app/package/target/bundled-distro/web/WEB-INF/bundledModules/dataexchange-1.3.8.omod error 03-Jan-2023 03:04:57 #16 225.6 [INFO] Copying appui-omod-1.16.0.jar to /app/package/target/bundled-distro/web/WEB-INF/bundledModules/appui-1.16.0.omod error 03-Jan-2023 03:04:57 #16 225.6 [INFO] Copying allergyui-omod-1.8.5.jar to /app/package/target/bundled-distro/web/WEB-INF/bundledModules/allergyui-1.8.5.omod error 03-Jan-2023 03:04:57 #16 225.6 [INFO] Copying providermanagement-omod-2.14.0.jar to /app/package/target/bundled-distro/web/WEB-INF/bundledModules/providermanagement-2.14.0.omod error 03-Jan-2023 03:04:57 #16 225.6 [INFO] Copying appointmentschedulingui-omod-1.14.0.jar to /app/package/target/bundled-distro/web/WEB-INF/bundledModules/appointmentschedulingui-1.14.0.omod error 03-Jan-2023 03:04:57 #16 225.6 [INFO] Copying attachments-omod-2.7.0.jar to /app/package/target/bundled-distro/web/WEB-INF/bundledModules/attachments-2.7.0.omod error 03-Jan-2023 03:04:57 #16 225.6 [INFO] Copying formentryapp-omod-1.4.3.jar to /app/package/target/bundled-distro/web/WEB-INF/bundledModules/formentryapp-1.4.3.omod error 03-Jan-2023 03:04:57 #16 225.6 [INFO] Copying idgen-omod-4.9.0.jar to /app/package/target/bundled-distro/web/WEB-INF/bundledModules/idgen-4.9.0.omod error 03-Jan-2023 03:04:57 #16 225.6 [INFO] Copying metadatamapping-omod-1.6.0.jar to /app/package/target/bundled-distro/web/WEB-INF/bundledModules/metadatamapping-1.6.0.omod error 03-Jan-2023 03:04:57 #16 225.7 [INFO] Copying htmlformentryui-omod-2.2.0.jar to /app/package/target/bundled-distro/web/WEB-INF/bundledModules/htmlformentryui-2.2.0.omod error 03-Jan-2023 03:04:57 #16 225.7 [INFO] Copying referencedemodata-omod-1.4.8.jar to /app/package/target/bundled-distro/web/WEB-INF/bundledModules/referencedemodata-1.4.8.omod error 03-Jan-2023 03:04:57 #16 225.7 [INFO] Copying emrapi-omod-1.33.0.jar to /app/package/target/bundled-distro/web/WEB-INF/bundledModules/emrapi-1.33.0.omod error 03-Jan-2023 03:04:57 #16 225.7 [INFO] Copying referenceapplication-omod-2.13.0-SNAPSHOT.jar to /app/package/target/bundled-distro/web/WEB-INF/bundledModules/referenceapplication-2.13.0-SNAPSHOT.omod error 03-Jan-2023 03:04:57 #16 225.7 [INFO] Copying htmlformentry-omod-5.1.0.jar to /app/package/target/bundled-distro/web/WEB-INF/bundledModules/htmlformentry-5.1.0.omod error 03-Jan-2023 03:04:57 #16 225.7 [INFO] Copying appframework-omod-2.17.0.jar to /app/package/target/bundled-distro/web/WEB-INF/bundledModules/appframework-2.17.0.omod error 03-Jan-2023 03:04:57 #16 225.7 [INFO] Copying referencemetadata-omod-2.13.0.jar to /app/package/target/bundled-distro/web/WEB-INF/bundledModules/referencemetadata-2.13.0.omod error 03-Jan-2023 03:04:57 #16 225.7 [INFO] Copying reportingui-omod-1.11.0.jar to /app/package/target/bundled-distro/web/WEB-INF/bundledModules/reportingui-1.11.0.omod error 03-Jan-2023 03:04:57 #16 225.7 [INFO] Copying coreapps-omod-1.38.0.jar to /app/package/target/bundled-distro/web/WEB-INF/bundledModules/coreapps-1.38.0.omod error 03-Jan-2023 03:04:57 #16 225.7 [INFO] Copying reportingcompatibility-omod-2.0.9.jar to /app/package/target/bundled-distro/web/WEB-INF/bundledModules/reportingcompatibility-2.0.9.omod error 03-Jan-2023 03:04:57 #16 225.7 [INFO] Copying reporting-omod-1.25.0.jar to /app/package/target/bundled-distro/web/WEB-INF/bundledModules/reporting-1.25.0.omod error 03-Jan-2023 03:04:57 #16 225.7 [INFO] Copying adminui-omod-1.6.0.jar to /app/package/target/bundled-distro/web/WEB-INF/bundledModules/adminui-1.6.0.omod error 03-Jan-2023 03:04:57 #16 225.7 [INFO] Copying registrationcore-omod-1.12.0.jar to /app/package/target/bundled-distro/web/WEB-INF/bundledModules/registrationcore-1.12.0.omod error 03-Jan-2023 03:04:57 #16 225.7 [INFO] Copying appointmentscheduling-omod-1.17.0.jar to /app/package/target/bundled-distro/web/WEB-INF/bundledModules/appointmentscheduling-1.17.0.omod error 03-Jan-2023 03:04:57 #16 225.7 [INFO] Copying atlas-omod-2.2.6.omod to /app/package/target/bundled-distro/web/WEB-INF/bundledModules/atlas-2.2.6.omod error 03-Jan-2023 03:04:57 #16 225.7 [INFO] Copying calculation-omod-1.3.0.jar to /app/package/target/bundled-distro/web/WEB-INF/bundledModules/calculation-1.3.0.omod error 03-Jan-2023 03:04:57 #16 225.7 [INFO] Copying webservices.rest-omod-2.38.0.jar to /app/package/target/bundled-distro/web/WEB-INF/bundledModules/webservices.rest-2.38.0.omod error 03-Jan-2023 03:04:57 #16 225.7 [INFO] Copying spa-omod-1.0.9.jar to /app/package/target/bundled-distro/web/WEB-INF/bundledModules/spa-1.0.9.omod error 03-Jan-2023 03:04:57 #16 225.7 [INFO] Copying uicommons-omod-2.23.0.jar to /app/package/target/bundled-distro/web/WEB-INF/bundledModules/uicommons-2.23.0.omod error 03-Jan-2023 03:04:57 #16 225.7 [INFO] Copying uiframework-omod-3.23.0.jar to /app/package/target/bundled-distro/web/WEB-INF/bundledModules/uiframework-3.23.0.omod error 03-Jan-2023 03:04:57 #16 225.7 [INFO] Copying metadatasharing-omod-1.9.0.jar to /app/package/target/bundled-distro/web/WEB-INF/bundledModules/metadatasharing-1.9.0.omod error 03-Jan-2023 03:04:57 #16 225.7 error 03-Jan-2023 03:04:57 #16 225.7 Downloading OWAs... error 03-Jan-2023 03:04:57 #16 225.7 error 03-Jan-2023 03:04:57 #16 225.7 error 03-Jan-2023 03:04:57 #16 225.7 Downloading OWA: org.openmrs.owa:openmrs-owa-sysadmin:1.2 error 03-Jan-2023 03:04:57 #16 225.8 [INFO] Configured Artifact: org.openmrs.owa:sysadmin:1.2:zip error 03-Jan-2023 03:04:57 #16 225.8 [INFO] Copying sysadmin-1.2.zip to /app/package/target/bundled-distro/web/WEB-INF/bundledOwas/sysadmin-1.2.zip error 03-Jan-2023 03:04:59 #16 227.9 error 03-Jan-2023 03:04:59 #16 227.9 Creating Docker Compose configuration... error 03-Jan-2023 03:04:59 #16 227.9 error 03-Jan-2023 03:05:00 #16 228.5 error 03-Jan-2023 03:05:00 #16 228.5 The 'referenceapplication' distribution created! To start up the server run 'docker-compose up' from /app/package/target/bundled-distro error 03-Jan-2023 03:05:00 #16 228.5 error 03-Jan-2023 03:05:00 #16 228.5 [INFO] error 03-Jan-2023 03:05:00 #16 228.5 [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ referenceapplication-package --- error 03-Jan-2023 03:05:00 #16 228.8 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-plugin-api/2.0.9/maven-plugin-api-2.0.9.pom error 03-Jan-2023 03:05:00 #16 229.0 Progress (1): 1.5 kB error 03-Jan-2023 03:05:00 error 03-Jan-2023 03:05:00 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-plugin-api/2.0.9/maven-plugin-api-2.0.9.pom (1.5 kB at 3.7 kB/s) error 03-Jan-2023 03:05:00 #16 229.2 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven/2.0.9/maven-2.0.9.pom error 03-Jan-2023 03:05:00 #16 229.3 Progress (1): 3.4/19 kB error 03-Jan-2023 03:05:00 Progress (1): 6.2/19 kB error 03-Jan-2023 03:05:00 Progress (1): 9.0/19 kB error 03-Jan-2023 03:05:00 Progress (1): 12/19 kB error 03-Jan-2023 03:05:00 Progress (1): 15/19 kB error 03-Jan-2023 03:05:00 Progress (1): 17/19 kB error 03-Jan-2023 03:05:00 Progress (1): 19 kB error 03-Jan-2023 03:05:01 error 03-Jan-2023 03:05:01 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven/2.0.9/maven-2.0.9.pom (19 kB at 56 kB/s) error 03-Jan-2023 03:05:01 #16 229.6 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-artifact/2.0.9/maven-artifact-2.0.9.pom error 03-Jan-2023 03:05:01 #16 229.7 Progress (1): 1.6 kB error 03-Jan-2023 03:05:01 error 03-Jan-2023 03:05:01 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-artifact/2.0.9/maven-artifact-2.0.9.pom (1.6 kB at 7.0 kB/s) error 03-Jan-2023 03:05:01 #16 229.8 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-core/2.0.9/maven-core-2.0.9.pom error 03-Jan-2023 03:05:01 #16 229.9 Progress (1): 3.3/7.6 kB error 03-Jan-2023 03:05:01 Progress (1): 6.1/7.6 kB error 03-Jan-2023 03:05:01 Progress (1): 7.6 kB error 03-Jan-2023 03:05:01 error 03-Jan-2023 03:05:01 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-core/2.0.9/maven-core-2.0.9.pom (7.6 kB at 32 kB/s) error 03-Jan-2023 03:05:01 #16 230.1 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-settings/2.0.9/maven-settings-2.0.9.pom error 03-Jan-2023 03:05:01 #16 230.2 Progress (1): 2.1 kB error 03-Jan-2023 03:05:01 error 03-Jan-2023 03:05:01 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-settings/2.0.9/maven-settings-2.0.9.pom (2.1 kB at 8.9 kB/s) error 03-Jan-2023 03:05:02 #16 230.3 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-model/2.0.9/maven-model-2.0.9.pom error 03-Jan-2023 03:05:02 #16 230.4 Progress (1): 3.1 kB error 03-Jan-2023 03:05:02 error 03-Jan-2023 03:05:02 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-model/2.0.9/maven-model-2.0.9.pom (3.1 kB at 13 kB/s) error 03-Jan-2023 03:05:02 #16 230.6 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-plugin-parameter-documenter/2.0.9/maven-plugin-parameter-documenter-2.0.9.pom error 03-Jan-2023 03:05:02 #16 230.7 Progress (1): 2.0 kB error 03-Jan-2023 03:05:02 error 03-Jan-2023 03:05:02 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-plugin-parameter-documenter/2.0.9/maven-plugin-parameter-documenter-2.0.9.pom (2.0 kB at 8.4 kB/s) error 03-Jan-2023 03:05:02 #16 230.8 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-profile/2.0.9/maven-profile-2.0.9.pom error 03-Jan-2023 03:05:02 #16 230.9 Progress (1): 2.0 kB error 03-Jan-2023 03:05:02 error 03-Jan-2023 03:05:02 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-profile/2.0.9/maven-profile-2.0.9.pom (2.0 kB at 8.9 kB/s) error 03-Jan-2023 03:05:02 #16 231.1 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-repository-metadata/2.0.9/maven-repository-metadata-2.0.9.pom error 03-Jan-2023 03:05:02 #16 231.2 Progress (1): 1.9 kB error 03-Jan-2023 03:05:02 error 03-Jan-2023 03:05:03 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-repository-metadata/2.0.9/maven-repository-metadata-2.0.9.pom (1.9 kB at 7.9 kB/s) error 03-Jan-2023 03:05:03 #16 231.3 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-error-diagnostics/2.0.9/maven-error-diagnostics-2.0.9.pom error 03-Jan-2023 03:05:03 #16 231.4 Progress (1): 1.7 kB error 03-Jan-2023 03:05:03 error 03-Jan-2023 03:05:03 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-error-diagnostics/2.0.9/maven-error-diagnostics-2.0.9.pom (1.7 kB at 7.1 kB/s) error 03-Jan-2023 03:05:03 #16 231.6 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-project/2.0.9/maven-project-2.0.9.pom error 03-Jan-2023 03:05:03 #16 231.7 Progress (1): 2.7 kB error 03-Jan-2023 03:05:03 error 03-Jan-2023 03:05:03 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-project/2.0.9/maven-project-2.0.9.pom (2.7 kB at 11 kB/s) error 03-Jan-2023 03:05:03 #16 231.8 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-artifact-manager/2.0.9/maven-artifact-manager-2.0.9.pom error 03-Jan-2023 03:05:03 #16 232.0 Progress (1): 2.7 kB error 03-Jan-2023 03:05:03 error 03-Jan-2023 03:05:03 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-artifact-manager/2.0.9/maven-artifact-manager-2.0.9.pom (2.7 kB at 11 kB/s) error 03-Jan-2023 03:05:03 #16 232.1 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-plugin-registry/2.0.9/maven-plugin-registry-2.0.9.pom error 03-Jan-2023 03:05:03 #16 232.2 Progress (1): 2.0 kB error 03-Jan-2023 03:05:03 error 03-Jan-2023 03:05:04 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-plugin-registry/2.0.9/maven-plugin-registry-2.0.9.pom (2.0 kB at 8.6 kB/s) error 03-Jan-2023 03:05:04 #16 232.3 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-plugin-descriptor/2.0.9/maven-plugin-descriptor-2.0.9.pom error 03-Jan-2023 03:05:04 #16 232.4 Progress (1): 2.1 kB error 03-Jan-2023 03:05:04 error 03-Jan-2023 03:05:04 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-plugin-descriptor/2.0.9/maven-plugin-descriptor-2.0.9.pom (2.1 kB at 8.8 kB/s) error 03-Jan-2023 03:05:04 #16 232.6 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-monitor/2.0.9/maven-monitor-2.0.9.pom error 03-Jan-2023 03:05:04 #16 232.7 Progress (1): 1.3 kB error 03-Jan-2023 03:05:04 error 03-Jan-2023 03:05:04 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-monitor/2.0.9/maven-monitor-2.0.9.pom (1.3 kB at 5.5 kB/s) error 03-Jan-2023 03:05:04 #16 232.8 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/shared/maven-shared-utils/0.1/maven-shared-utils-0.1.pom error 03-Jan-2023 03:05:04 #16 233.0 Progress (1): 3.4/4.0 kB error 03-Jan-2023 03:05:04 Progress (1): 4.0 kB error 03-Jan-2023 03:05:04 error 03-Jan-2023 03:05:04 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/shared/maven-shared-utils/0.1/maven-shared-utils-0.1.pom (4.0 kB at 15 kB/s) error 03-Jan-2023 03:05:04 #16 233.2 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.pom error 03-Jan-2023 03:05:04 #16 233.3 Progress (1): 1.9 kB error 03-Jan-2023 03:05:05 error 03-Jan-2023 03:05:05 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.pom (1.9 kB at 7.9 kB/s) error 03-Jan-2023 03:05:05 #16 233.4 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/slf4j/slf4j-parent/1.5.6/slf4j-parent-1.5.6.pom error 03-Jan-2023 03:05:05 #16 233.6 Progress (1): 3.3/7.8 kB error 03-Jan-2023 03:05:05 Progress (1): 6.1/7.8 kB error 03-Jan-2023 03:05:05 Progress (1): 7.8 kB error 03-Jan-2023 03:05:05 error 03-Jan-2023 03:05:05 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/slf4j/slf4j-parent/1.5.6/slf4j-parent-1.5.6.pom (7.8 kB at 32 kB/s) error 03-Jan-2023 03:05:05 #16 233.7 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.pom error 03-Jan-2023 03:05:05 #16 233.8 Progress (1): 3.0 kB error 03-Jan-2023 03:05:05 error 03-Jan-2023 03:05:05 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.pom (3.0 kB at 13 kB/s) error 03-Jan-2023 03:05:05 #16 234.0 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/slf4j/jcl-over-slf4j/1.5.6/jcl-over-slf4j-1.5.6.pom error 03-Jan-2023 03:05:05 #16 234.1 Progress (1): 2.2 kB error 03-Jan-2023 03:05:05 error 03-Jan-2023 03:05:05 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/slf4j/jcl-over-slf4j/1.5.6/jcl-over-slf4j-1.5.6.pom (2.2 kB at 8.9 kB/s) error 03-Jan-2023 03:05:05 #16 234.2 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/codehaus/plexus/plexus-compiler-api/2.2/plexus-compiler-api-2.2.pom error 03-Jan-2023 03:05:06 #16 234.4 Progress (1): 865 B error 03-Jan-2023 03:05:06 error 03-Jan-2023 03:05:06 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/codehaus/plexus/plexus-compiler-api/2.2/plexus-compiler-api-2.2.pom (865 B at 3.6 kB/s) error 03-Jan-2023 03:05:06 #16 234.5 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/codehaus/plexus/plexus-compiler/2.2/plexus-compiler-2.2.pom error 03-Jan-2023 03:05:06 #16 234.6 Progress (1): 3.4/3.6 kB error 03-Jan-2023 03:05:06 Progress (1): 3.6 kB error 03-Jan-2023 03:05:06 error 03-Jan-2023 03:05:06 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/codehaus/plexus/plexus-compiler/2.2/plexus-compiler-2.2.pom (3.6 kB at 14 kB/s) error 03-Jan-2023 03:05:06 #16 234.9 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/codehaus/plexus/plexus-compiler-manager/2.2/plexus-compiler-manager-2.2.pom error 03-Jan-2023 03:05:06 #16 235.1 Progress (1): 690 B error 03-Jan-2023 03:05:06 error 03-Jan-2023 03:05:06 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/codehaus/plexus/plexus-compiler-manager/2.2/plexus-compiler-manager-2.2.pom (690 B at 2.0 kB/s) error 03-Jan-2023 03:05:07 #16 235.3 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/codehaus/plexus/plexus-compiler-javac/2.2/plexus-compiler-javac-2.2.pom error 03-Jan-2023 03:05:07 #16 235.4 Progress (1): 769 B error 03-Jan-2023 03:05:07 error 03-Jan-2023 03:05:07 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/codehaus/plexus/plexus-compiler-javac/2.2/plexus-compiler-javac-2.2.pom (769 B at 3.2 kB/s) error 03-Jan-2023 03:05:07 #16 235.6 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/codehaus/plexus/plexus-compilers/2.2/plexus-compilers-2.2.pom error 03-Jan-2023 03:05:07 #16 235.7 Progress (1): 1.2 kB error 03-Jan-2023 03:05:07 error 03-Jan-2023 03:05:07 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/codehaus/plexus/plexus-compilers/2.2/plexus-compilers-2.2.pom (1.2 kB at 5.3 kB/s) error 03-Jan-2023 03:05:07 #16 235.9 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/codehaus/plexus/plexus-container-default/1.5.5/plexus-container-default-1.5.5.pom error 03-Jan-2023 03:05:07 #16 236.1 Progress (1): 2.8 kB error 03-Jan-2023 03:05:07 error 03-Jan-2023 03:05:07 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/codehaus/plexus/plexus-container-default/1.5.5/plexus-container-default-1.5.5.pom (2.8 kB at 9.1 kB/s) error 03-Jan-2023 03:05:08 #16 236.3 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/junit/junit/3.8.2/junit-3.8.2.pom error 03-Jan-2023 03:05:08 #16 236.5 Progress (1): 747 B error 03-Jan-2023 03:05:08 error 03-Jan-2023 03:05:08 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/junit/junit/3.8.2/junit-3.8.2.pom (747 B at 3.1 kB/s) error 03-Jan-2023 03:05:08 #16 236.7 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-plugin-api/2.0.9/maven-plugin-api-2.0.9.jar error 03-Jan-2023 03:05:08 #16 236.7 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-artifact/2.0.9/maven-artifact-2.0.9.jar error 03-Jan-2023 03:05:08 #16 236.7 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/codehaus/plexus/plexus-utils/1.5.1/plexus-utils-1.5.1.jar error 03-Jan-2023 03:05:08 #16 236.7 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-core/2.0.9/maven-core-2.0.9.jar error 03-Jan-2023 03:05:08 #16 236.8 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-settings/2.0.9/maven-settings-2.0.9.jar error 03-Jan-2023 03:05:08 #16 237.2 Progress (1): 3.4/89 kB error 03-Jan-2023 03:05:08 Progress (1): 6.2/89 kB error 03-Jan-2023 03:05:08 Progress (1): 9.0/89 kB error 03-Jan-2023 03:05:08 Progress (1): 12/89 kB error 03-Jan-2023 03:05:08 Progress (1): 15/89 kB error 03-Jan-2023 03:05:08 Progress (1): 17/89 kB error 03-Jan-2023 03:05:08 Progress (1): 20/89 kB error 03-Jan-2023 03:05:08 Progress (1): 23/89 kB error 03-Jan-2023 03:05:08 Progress (1): 26/89 kB error 03-Jan-2023 03:05:08 Progress (1): 29/89 kB error 03-Jan-2023 03:05:08 Progress (1): 31/89 kB error 03-Jan-2023 03:05:08 Progress (1): 34/89 kB error 03-Jan-2023 03:05:08 Progress (1): 37/89 kB error 03-Jan-2023 03:05:08 Progress (1): 40/89 kB error 03-Jan-2023 03:05:08 Progress (1): 43/89 kB error 03-Jan-2023 03:05:08 Progress (1): 45/89 kB error 03-Jan-2023 03:05:08 Progress (1): 48/89 kB error 03-Jan-2023 03:05:08 Progress (1): 51/89 kB error 03-Jan-2023 03:05:08 Progress (1): 54/89 kB error 03-Jan-2023 03:05:08 Progress (1): 56/89 kB error 03-Jan-2023 03:05:08 Progress (1): 59/89 kB error 03-Jan-2023 03:05:08 Progress (1): 62/89 kB error 03-Jan-2023 03:05:08 Progress (1): 65/89 kB error 03-Jan-2023 03:05:08 Progress (1): 68/89 kB error 03-Jan-2023 03:05:08 Progress (1): 70/89 kB error 03-Jan-2023 03:05:08 Progress (1): 73/89 kB error 03-Jan-2023 03:05:08 Progress (1): 76/89 kB error 03-Jan-2023 03:05:08 Progress (1): 79/89 kB error 03-Jan-2023 03:05:08 Progress (1): 82/89 kB error 03-Jan-2023 03:05:08 Progress (1): 84/89 kB error 03-Jan-2023 03:05:08 Progress (1): 87/89 kB error 03-Jan-2023 03:05:08 Progress (1): 89 kB error 03-Jan-2023 03:05:10 Progress (2): 89 kB | 3.4/49 kB error 03-Jan-2023 03:05:10 error 03-Jan-2023 03:05:10 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-artifact/2.0.9/maven-artifact-2.0.9.jar (89 kB at 41 kB/s) error 03-Jan-2023 03:05:10 #16 238.9 Progress (2): 3.4/49 kB | 3.4/13 kB error 03-Jan-2023 03:05:10 Progress (3): 3.4/49 kB | 3.4/13 kB | 3.4/160 kB error 03-Jan-2023 03:05:10 error 03-Jan-2023 03:05:10 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-plugin-parameter-documenter/2.0.9/maven-plugin-parameter-documenter-2.0.9.jar error 03-Jan-2023 03:05:10 #16 238.9 Progress (3): 6.2/49 kB | 3.4/13 kB | 3.4/160 kB error 03-Jan-2023 03:05:10 Progress (3): 6.2/49 kB | 3.4/13 kB | 6.2/160 kB error 03-Jan-2023 03:05:10 Progress (3): 6.2/49 kB | 6.2/13 kB | 6.2/160 kB error 03-Jan-2023 03:05:10 Progress (3): 6.2/49 kB | 6.2/13 kB | 9.0/160 kB error 03-Jan-2023 03:05:10 Progress (3): 6.2/49 kB | 9.0/13 kB | 9.0/160 kB error 03-Jan-2023 03:05:10 Progress (3): 6.2/49 kB | 9.0/13 kB | 12/160 kB error 03-Jan-2023 03:05:10 Progress (3): 6.2/49 kB | 9.0/13 kB | 15/160 kB error 03-Jan-2023 03:05:10 Progress (3): 6.2/49 kB | 12/13 kB | 15/160 kB error 03-Jan-2023 03:05:10 Progress (3): 6.2/49 kB | 12/13 kB | 17/160 kB error 03-Jan-2023 03:05:10 Progress (3): 6.2/49 kB | 12/13 kB | 20/160 kB error 03-Jan-2023 03:05:10 Progress (3): 6.2/49 kB | 12/13 kB | 23/160 kB error 03-Jan-2023 03:05:10 Progress (3): 6.2/49 kB | 12/13 kB | 26/160 kB error 03-Jan-2023 03:05:10 Progress (3): 6.2/49 kB | 12/13 kB | 29/160 kB error 03-Jan-2023 03:05:10 Progress (3): 6.2/49 kB | 12/13 kB | 31/160 kB error 03-Jan-2023 03:05:10 Progress (3): 9.0/49 kB | 12/13 kB | 31/160 kB error 03-Jan-2023 03:05:10 Progress (3): 12/49 kB | 12/13 kB | 31/160 kB error 03-Jan-2023 03:05:10 Progress (3): 15/49 kB | 12/13 kB | 31/160 kB error 03-Jan-2023 03:05:10 Progress (3): 17/49 kB | 12/13 kB | 31/160 kB error 03-Jan-2023 03:05:10 Progress (3): 17/49 kB | 13 kB | 31/160 kB error 03-Jan-2023 03:05:10 Progress (3): 17/49 kB | 13 kB | 34/160 kB error 03-Jan-2023 03:05:10 Progress (3): 20/49 kB | 13 kB | 34/160 kB error 03-Jan-2023 03:05:10 Progress (3): 23/49 kB | 13 kB | 34/160 kB error 03-Jan-2023 03:05:10 Progress (3): 26/49 kB | 13 kB | 34/160 kB error 03-Jan-2023 03:05:10 Progress (3): 29/49 kB | 13 kB | 34/160 kB error 03-Jan-2023 03:05:10 Progress (3): 29/49 kB | 13 kB | 37/160 kB error 03-Jan-2023 03:05:10 Progress (3): 29/49 kB | 13 kB | 40/160 kB error 03-Jan-2023 03:05:10 Progress (3): 29/49 kB | 13 kB | 43/160 kB error 03-Jan-2023 03:05:10 Progress (3): 31/49 kB | 13 kB | 43/160 kB error 03-Jan-2023 03:05:10 Progress (3): 31/49 kB | 13 kB | 45/160 kB error 03-Jan-2023 03:05:10 Progress (3): 34/49 kB | 13 kB | 45/160 kB error 03-Jan-2023 03:05:10 Progress (3): 37/49 kB | 13 kB | 45/160 kB error 03-Jan-2023 03:05:10 Progress (3): 37/49 kB | 13 kB | 48/160 kB error 03-Jan-2023 03:05:10 Progress (3): 40/49 kB | 13 kB | 48/160 kB error 03-Jan-2023 03:05:10 Progress (3): 43/49 kB | 13 kB | 48/160 kB error 03-Jan-2023 03:05:10 Progress (3): 45/49 kB | 13 kB | 48/160 kB error 03-Jan-2023 03:05:10 Progress (3): 48/49 kB | 13 kB | 48/160 kB error 03-Jan-2023 03:05:10 Progress (3): 49 kB | 13 kB | 48/160 kB error 03-Jan-2023 03:05:10 Progress (3): 49 kB | 13 kB | 51/160 kB error 03-Jan-2023 03:05:10 Progress (3): 49 kB | 13 kB | 54/160 kB error 03-Jan-2023 03:05:10 Progress (3): 49 kB | 13 kB | 56/160 kB error 03-Jan-2023 03:05:10 Progress (3): 49 kB | 13 kB | 59/160 kB error 03-Jan-2023 03:05:10 Progress (3): 49 kB | 13 kB | 62/160 kB error 03-Jan-2023 03:05:10 Progress (3): 49 kB | 13 kB | 65/160 kB error 03-Jan-2023 03:05:10 Progress (3): 49 kB | 13 kB | 68/160 kB error 03-Jan-2023 03:05:10 Progress (3): 49 kB | 13 kB | 70/160 kB error 03-Jan-2023 03:05:10 Progress (3): 49 kB | 13 kB | 73/160 kB error 03-Jan-2023 03:05:10 Progress (3): 49 kB | 13 kB | 76/160 kB error 03-Jan-2023 03:05:10 Progress (3): 49 kB | 13 kB | 79/160 kB error 03-Jan-2023 03:05:10 Progress (3): 49 kB | 13 kB | 82/160 kB error 03-Jan-2023 03:05:10 Progress (3): 49 kB | 13 kB | 84/160 kB error 03-Jan-2023 03:05:10 Progress (3): 49 kB | 13 kB | 87/160 kB error 03-Jan-2023 03:05:10 Progress (3): 49 kB | 13 kB | 90/160 kB error 03-Jan-2023 03:05:10 Progress (3): 49 kB | 13 kB | 93/160 kB error 03-Jan-2023 03:05:10 Progress (3): 49 kB | 13 kB | 96/160 kB error 03-Jan-2023 03:05:10 Progress (3): 49 kB | 13 kB | 98/160 kB error 03-Jan-2023 03:05:10 Progress (3): 49 kB | 13 kB | 101/160 kB error 03-Jan-2023 03:05:10 Progress (3): 49 kB | 13 kB | 104/160 kB error 03-Jan-2023 03:05:10 Progress (3): 49 kB | 13 kB | 107/160 kB error 03-Jan-2023 03:05:10 Progress (3): 49 kB | 13 kB | 110/160 kB error 03-Jan-2023 03:05:10 Progress (3): 49 kB | 13 kB | 112/160 kB error 03-Jan-2023 03:05:10 Progress (3): 49 kB | 13 kB | 115/160 kB error 03-Jan-2023 03:05:10 Progress (3): 49 kB | 13 kB | 118/160 kB error 03-Jan-2023 03:05:10 Progress (3): 49 kB | 13 kB | 121/160 kB error 03-Jan-2023 03:05:10 Progress (3): 49 kB | 13 kB | 124/160 kB error 03-Jan-2023 03:05:10 Progress (3): 49 kB | 13 kB | 126/160 kB error 03-Jan-2023 03:05:10 Progress (3): 49 kB | 13 kB | 129/160 kB error 03-Jan-2023 03:05:10 Progress (3): 49 kB | 13 kB | 132/160 kB error 03-Jan-2023 03:05:10 Progress (3): 49 kB | 13 kB | 135/160 kB error 03-Jan-2023 03:05:10 Progress (3): 49 kB | 13 kB | 138/160 kB error 03-Jan-2023 03:05:10 Progress (3): 49 kB | 13 kB | 140/160 kB error 03-Jan-2023 03:05:10 Progress (3): 49 kB | 13 kB | 143/160 kB error 03-Jan-2023 03:05:10 Progress (3): 49 kB | 13 kB | 146/160 kB error 03-Jan-2023 03:05:10 Progress (3): 49 kB | 13 kB | 149/160 kB error 03-Jan-2023 03:05:10 Progress (3): 49 kB | 13 kB | 152/160 kB error 03-Jan-2023 03:05:10 Progress (3): 49 kB | 13 kB | 154/160 kB error 03-Jan-2023 03:05:10 Progress (3): 49 kB | 13 kB | 157/160 kB error 03-Jan-2023 03:05:10 Progress (3): 49 kB | 13 kB | 160 kB error 03-Jan-2023 03:05:10 Progress (4): 49 kB | 13 kB | 160 kB | 4.1/211 kB error 03-Jan-2023 03:05:11 Progress (4): 49 kB | 13 kB | 160 kB | 7.6/211 kB error 03-Jan-2023 03:05:11 Progress (4): 49 kB | 13 kB | 160 kB | 12/211 kB error 03-Jan-2023 03:05:11 Progress (4): 49 kB | 13 kB | 160 kB | 16/211 kB error 03-Jan-2023 03:05:11 Progress (4): 49 kB | 13 kB | 160 kB | 20/211 kB error 03-Jan-2023 03:05:11 Progress (4): 49 kB | 13 kB | 160 kB | 24/211 kB error 03-Jan-2023 03:05:11 Progress (4): 49 kB | 13 kB | 160 kB | 28/211 kB error 03-Jan-2023 03:05:11 Progress (4): 49 kB | 13 kB | 160 kB | 32/211 kB error 03-Jan-2023 03:05:11 Progress (4): 49 kB | 13 kB | 160 kB | 36/211 kB error 03-Jan-2023 03:05:11 Progress (4): 49 kB | 13 kB | 160 kB | 40/211 kB error 03-Jan-2023 03:05:11 Progress (4): 49 kB | 13 kB | 160 kB | 42/211 kB error 03-Jan-2023 03:05:11 Progress (4): 49 kB | 13 kB | 160 kB | 46/211 kB error 03-Jan-2023 03:05:11 Progress (4): 49 kB | 13 kB | 160 kB | 51/211 kB error 03-Jan-2023 03:05:11 Progress (4): 49 kB | 13 kB | 160 kB | 55/211 kB error 03-Jan-2023 03:05:11 Progress (4): 49 kB | 13 kB | 160 kB | 59/211 kB error 03-Jan-2023 03:05:11 Progress (4): 49 kB | 13 kB | 160 kB | 63/211 kB error 03-Jan-2023 03:05:11 Progress (4): 49 kB | 13 kB | 160 kB | 67/211 kB error 03-Jan-2023 03:05:11 Progress (4): 49 kB | 13 kB | 160 kB | 71/211 kB error 03-Jan-2023 03:05:11 Progress (4): 49 kB | 13 kB | 160 kB | 75/211 kB error 03-Jan-2023 03:05:11 Progress (4): 49 kB | 13 kB | 160 kB | 77/211 kB error 03-Jan-2023 03:05:11 Progress (5): 49 kB | 13 kB | 160 kB | 77/211 kB | 3.3/21 kB error 03-Jan-2023 03:05:11 error 03-Jan-2023 03:05:11 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-settings/2.0.9/maven-settings-2.0.9.jar (49 kB at 17 kB/s) error 03-Jan-2023 03:05:11 #16 239.6 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-plugin-api/2.0.9/maven-plugin-api-2.0.9.jar (13 kB at 4.4 kB/s) error 03-Jan-2023 03:05:11 #16 239.6 Progress (3): 160 kB | 77/211 kB | 6.1/21 kB error 03-Jan-2023 03:05:11 Progress (3): 160 kB | 81/211 kB | 6.1/21 kB error 03-Jan-2023 03:05:11 error 03-Jan-2023 03:05:11 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-profile/2.0.9/maven-profile-2.0.9.jar error 03-Jan-2023 03:05:11 #16 239.6 Progress (3): 160 kB | 85/211 kB | 6.1/21 kB error 03-Jan-2023 03:05:11 Progress (3): 160 kB | 89/211 kB | 6.1/21 kB error 03-Jan-2023 03:05:11 Progress (3): 160 kB | 94/211 kB | 6.1/21 kB error 03-Jan-2023 03:05:11 Progress (3): 160 kB | 94/211 kB | 8.9/21 kB error 03-Jan-2023 03:05:11 Progress (3): 160 kB | 98/211 kB | 8.9/21 kB error 03-Jan-2023 03:05:11 Progress (3): 160 kB | 102/211 kB | 8.9/21 kB error 03-Jan-2023 03:05:11 Progress (3): 160 kB | 106/211 kB | 8.9/21 kB error 03-Jan-2023 03:05:11 Progress (3): 160 kB | 106/211 kB | 12/21 kB error 03-Jan-2023 03:05:11 error 03-Jan-2023 03:05:11 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-model/2.0.9/maven-model-2.0.9.jar error 03-Jan-2023 03:05:11 #16 239.6 Progress (3): 160 kB | 106/211 kB | 15/21 kB error 03-Jan-2023 03:05:11 Progress (3): 160 kB | 110/211 kB | 15/21 kB error 03-Jan-2023 03:05:11 Progress (3): 160 kB | 112/211 kB | 15/21 kB error 03-Jan-2023 03:05:11 Progress (3): 160 kB | 112/211 kB | 17/21 kB error 03-Jan-2023 03:05:11 Progress (3): 160 kB | 116/211 kB | 17/21 kB error 03-Jan-2023 03:05:11 Progress (3): 160 kB | 120/211 kB | 17/21 kB error 03-Jan-2023 03:05:11 Progress (3): 160 kB | 124/211 kB | 17/21 kB error 03-Jan-2023 03:05:11 Progress (3): 160 kB | 124/211 kB | 20/21 kB error 03-Jan-2023 03:05:11 Progress (3): 160 kB | 128/211 kB | 20/21 kB error 03-Jan-2023 03:05:11 Progress (3): 160 kB | 132/211 kB | 20/21 kB error 03-Jan-2023 03:05:11 Progress (3): 160 kB | 137/211 kB | 20/21 kB error 03-Jan-2023 03:05:11 Progress (3): 160 kB | 141/211 kB | 20/21 kB error 03-Jan-2023 03:05:11 Progress (3): 160 kB | 141/211 kB | 21 kB error 03-Jan-2023 03:05:11 Progress (3): 160 kB | 145/211 kB | 21 kB error 03-Jan-2023 03:05:11 Progress (3): 160 kB | 147/211 kB | 21 kB error 03-Jan-2023 03:05:11 Progress (3): 160 kB | 151/211 kB | 21 kB error 03-Jan-2023 03:05:11 Progress (3): 160 kB | 155/211 kB | 21 kB error 03-Jan-2023 03:05:11 Progress (3): 160 kB | 159/211 kB | 21 kB error 03-Jan-2023 03:05:11 Progress (3): 160 kB | 163/211 kB | 21 kB error 03-Jan-2023 03:05:11 Progress (3): 160 kB | 167/211 kB | 21 kB error 03-Jan-2023 03:05:11 Progress (3): 160 kB | 171/211 kB | 21 kB error 03-Jan-2023 03:05:11 Progress (3): 160 kB | 175/211 kB | 21 kB error 03-Jan-2023 03:05:11 Progress (3): 160 kB | 180/211 kB | 21 kB error 03-Jan-2023 03:05:11 Progress (3): 160 kB | 182/211 kB | 21 kB error 03-Jan-2023 03:05:11 Progress (3): 160 kB | 186/211 kB | 21 kB error 03-Jan-2023 03:05:11 Progress (3): 160 kB | 190/211 kB | 21 kB error 03-Jan-2023 03:05:11 Progress (3): 160 kB | 194/211 kB | 21 kB error 03-Jan-2023 03:05:11 Progress (3): 160 kB | 198/211 kB | 21 kB error 03-Jan-2023 03:05:11 Progress (3): 160 kB | 202/211 kB | 21 kB error 03-Jan-2023 03:05:11 Progress (3): 160 kB | 206/211 kB | 21 kB error 03-Jan-2023 03:05:11 Progress (3): 160 kB | 210/211 kB | 21 kB error 03-Jan-2023 03:05:11 error 03-Jan-2023 03:05:11 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-core/2.0.9/maven-core-2.0.9.jar (160 kB at 53 kB/s) error 03-Jan-2023 03:05:11 #16 239.8 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-repository-metadata/2.0.9/maven-repository-metadata-2.0.9.jar error 03-Jan-2023 03:05:11 #16 239.8 Progress (2): 211 kB | 21 kB error 03-Jan-2023 03:05:11 Progress (3): 211 kB | 21 kB | 3.4/87 kB error 03-Jan-2023 03:05:11 Progress (4): 211 kB | 21 kB | 3.4/87 kB | 3.4/25 kB error 03-Jan-2023 03:05:11 Progress (5): 211 kB | 21 kB | 3.4/87 kB | 3.4/25 kB | 3.4/35 kB error 03-Jan-2023 03:05:11 Progress (5): 211 kB | 21 kB | 3.4/87 kB | 6.2/25 kB | 3.4/35 kB error 03-Jan-2023 03:05:11 Progress (5): 211 kB | 21 kB | 3.4/87 kB | 9.0/25 kB | 3.4/35 kB error 03-Jan-2023 03:05:11 Progress (5): 211 kB | 21 kB | 3.4/87 kB | 9.0/25 kB | 6.2/35 kB error 03-Jan-2023 03:05:11 error 03-Jan-2023 03:05:11 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-plugin-parameter-documenter/2.0.9/maven-plugin-parameter-documenter-2.0.9.jar (21 kB at 6.6 kB/s) error 03-Jan-2023 03:05:11 #16 239.9 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/codehaus/plexus/plexus-utils/1.5.1/plexus-utils-1.5.1.jar (211 kB at 66 kB/s) error 03-Jan-2023 03:05:11 #16 239.9 Progress (3): 3.4/87 kB | 12/25 kB | 6.2/35 kB error 03-Jan-2023 03:05:11 Progress (3): 3.4/87 kB | 12/25 kB | 9.0/35 kB error 03-Jan-2023 03:05:11 error 03-Jan-2023 03:05:11 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-error-diagnostics/2.0.9/maven-error-diagnostics-2.0.9.jar error 03-Jan-2023 03:05:11 #16 239.9 Progress (3): 3.4/87 kB | 12/25 kB | 12/35 kB error 03-Jan-2023 03:05:11 Progress (3): 6.2/87 kB | 12/25 kB | 12/35 kB error 03-Jan-2023 03:05:11 error 03-Jan-2023 03:05:11 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-project/2.0.9/maven-project-2.0.9.jar error 03-Jan-2023 03:05:11 #16 240.0 Progress (3): 6.2/87 kB | 15/25 kB | 12/35 kB error 03-Jan-2023 03:05:11 Progress (3): 6.2/87 kB | 15/25 kB | 15/35 kB error 03-Jan-2023 03:05:11 Progress (3): 6.2/87 kB | 15/25 kB | 17/35 kB error 03-Jan-2023 03:05:11 Progress (3): 6.2/87 kB | 17/25 kB | 17/35 kB error 03-Jan-2023 03:05:11 Progress (3): 9.0/87 kB | 17/25 kB | 17/35 kB error 03-Jan-2023 03:05:11 Progress (3): 12/87 kB | 17/25 kB | 17/35 kB error 03-Jan-2023 03:05:11 Progress (3): 12/87 kB | 20/25 kB | 17/35 kB error 03-Jan-2023 03:05:11 Progress (3): 15/87 kB | 20/25 kB | 17/35 kB error 03-Jan-2023 03:05:11 Progress (3): 15/87 kB | 20/25 kB | 20/35 kB error 03-Jan-2023 03:05:11 Progress (3): 15/87 kB | 23/25 kB | 20/35 kB error 03-Jan-2023 03:05:11 Progress (3): 17/87 kB | 23/25 kB | 20/35 kB error 03-Jan-2023 03:05:11 Progress (3): 20/87 kB | 23/25 kB | 20/35 kB error 03-Jan-2023 03:05:11 Progress (3): 23/87 kB | 23/25 kB | 20/35 kB error 03-Jan-2023 03:05:11 Progress (3): 26/87 kB | 23/25 kB | 20/35 kB error 03-Jan-2023 03:05:11 Progress (3): 26/87 kB | 23/25 kB | 23/35 kB error 03-Jan-2023 03:05:11 Progress (3): 26/87 kB | 25 kB | 23/35 kB error 03-Jan-2023 03:05:11 Progress (3): 29/87 kB | 25 kB | 23/35 kB error 03-Jan-2023 03:05:11 Progress (3): 29/87 kB | 25 kB | 26/35 kB error 03-Jan-2023 03:05:11 Progress (3): 29/87 kB | 25 kB | 29/35 kB error 03-Jan-2023 03:05:11 Progress (3): 31/87 kB | 25 kB | 29/35 kB error 03-Jan-2023 03:05:11 Progress (3): 31/87 kB | 25 kB | 31/35 kB error 03-Jan-2023 03:05:11 Progress (3): 34/87 kB | 25 kB | 31/35 kB error 03-Jan-2023 03:05:11 Progress (3): 34/87 kB | 25 kB | 34/35 kB error 03-Jan-2023 03:05:11 Progress (3): 37/87 kB | 25 kB | 34/35 kB error 03-Jan-2023 03:05:11 Progress (3): 37/87 kB | 25 kB | 35 kB error 03-Jan-2023 03:05:11 Progress (3): 40/87 kB | 25 kB | 35 kB error 03-Jan-2023 03:05:11 Progress (3): 43/87 kB | 25 kB | 35 kB error 03-Jan-2023 03:05:11 Progress (3): 45/87 kB | 25 kB | 35 kB error 03-Jan-2023 03:05:11 Progress (3): 48/87 kB | 25 kB | 35 kB error 03-Jan-2023 03:05:11 Progress (3): 51/87 kB | 25 kB | 35 kB error 03-Jan-2023 03:05:11 Progress (3): 54/87 kB | 25 kB | 35 kB error 03-Jan-2023 03:05:11 Progress (3): 56/87 kB | 25 kB | 35 kB error 03-Jan-2023 03:05:11 Progress (3): 59/87 kB | 25 kB | 35 kB error 03-Jan-2023 03:05:11 Progress (3): 62/87 kB | 25 kB | 35 kB error 03-Jan-2023 03:05:11 Progress (3): 65/87 kB | 25 kB | 35 kB error 03-Jan-2023 03:05:11 Progress (3): 68/87 kB | 25 kB | 35 kB error 03-Jan-2023 03:05:11 Progress (3): 70/87 kB | 25 kB | 35 kB error 03-Jan-2023 03:05:11 Progress (3): 73/87 kB | 25 kB | 35 kB error 03-Jan-2023 03:05:11 Progress (3): 76/87 kB | 25 kB | 35 kB error 03-Jan-2023 03:05:11 Progress (4): 76/87 kB | 25 kB | 35 kB | 3.4/122 kB error 03-Jan-2023 03:05:11 Progress (5): 76/87 kB | 25 kB | 35 kB | 3.4/122 kB | 3.4/14 kB error 03-Jan-2023 03:05:11 Progress (5): 76/87 kB | 25 kB | 35 kB | 6.2/122 kB | 3.4/14 kB error 03-Jan-2023 03:05:11 Progress (5): 76/87 kB | 25 kB | 35 kB | 9.0/122 kB | 3.4/14 kB error 03-Jan-2023 03:05:11 Progress (5): 76/87 kB | 25 kB | 35 kB | 9.0/122 kB | 6.2/14 kB error 03-Jan-2023 03:05:11 Progress (5): 76/87 kB | 25 kB | 35 kB | 12/122 kB | 6.2/14 kB error 03-Jan-2023 03:05:11 Progress (5): 76/87 kB | 25 kB | 35 kB | 12/122 kB | 9.0/14 kB error 03-Jan-2023 03:05:11 Progress (5): 76/87 kB | 25 kB | 35 kB | 15/122 kB | 9.0/14 kB error 03-Jan-2023 03:05:11 Progress (5): 76/87 kB | 25 kB | 35 kB | 15/122 kB | 12/14 kB error 03-Jan-2023 03:05:11 error 03-Jan-2023 03:05:11 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-repository-metadata/2.0.9/maven-repository-metadata-2.0.9.jar (25 kB at 7.3 kB/s) error 03-Jan-2023 03:05:11 #16 240.1 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-profile/2.0.9/maven-profile-2.0.9.jar (35 kB at 10 kB/s) error 03-Jan-2023 03:05:11 #16 240.2 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-plugin-registry/2.0.9/maven-plugin-registry-2.0.9.jar error 03-Jan-2023 03:05:11 #16 240.2 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-plugin-descriptor/2.0.9/maven-plugin-descriptor-2.0.9.jar error 03-Jan-2023 03:05:11 #16 240.2 Progress (3): 79/87 kB | 15/122 kB | 12/14 kB error 03-Jan-2023 03:05:11 Progress (3): 82/87 kB | 15/122 kB | 12/14 kB error 03-Jan-2023 03:05:11 Progress (3): 82/87 kB | 15/122 kB | 14 kB error 03-Jan-2023 03:05:11 Progress (3): 82/87 kB | 17/122 kB | 14 kB error 03-Jan-2023 03:05:11 Progress (3): 84/87 kB | 17/122 kB | 14 kB error 03-Jan-2023 03:05:11 Progress (3): 87/87 kB | 17/122 kB | 14 kB error 03-Jan-2023 03:05:11 Progress (3): 87 kB | 17/122 kB | 14 kB error 03-Jan-2023 03:05:11 Progress (3): 87 kB | 20/122 kB | 14 kB error 03-Jan-2023 03:05:11 Progress (3): 87 kB | 23/122 kB | 14 kB error 03-Jan-2023 03:05:11 Progress (3): 87 kB | 26/122 kB | 14 kB error 03-Jan-2023 03:05:11 Progress (3): 87 kB | 29/122 kB | 14 kB error 03-Jan-2023 03:05:11 Progress (3): 87 kB | 31/122 kB | 14 kB error 03-Jan-2023 03:05:11 Progress (3): 87 kB | 34/122 kB | 14 kB error 03-Jan-2023 03:05:11 Progress (3): 87 kB | 37/122 kB | 14 kB error 03-Jan-2023 03:05:11 Progress (3): 87 kB | 40/122 kB | 14 kB error 03-Jan-2023 03:05:11 Progress (3): 87 kB | 43/122 kB | 14 kB error 03-Jan-2023 03:05:11 Progress (3): 87 kB | 45/122 kB | 14 kB error 03-Jan-2023 03:05:11 Progress (3): 87 kB | 48/122 kB | 14 kB error 03-Jan-2023 03:05:11 Progress (3): 87 kB | 51/122 kB | 14 kB error 03-Jan-2023 03:05:11 Progress (3): 87 kB | 54/122 kB | 14 kB error 03-Jan-2023 03:05:11 Progress (3): 87 kB | 56/122 kB | 14 kB error 03-Jan-2023 03:05:11 Progress (3): 87 kB | 59/122 kB | 14 kB error 03-Jan-2023 03:05:11 Progress (3): 87 kB | 62/122 kB | 14 kB error 03-Jan-2023 03:05:11 Progress (3): 87 kB | 65/122 kB | 14 kB error 03-Jan-2023 03:05:11 Progress (3): 87 kB | 68/122 kB | 14 kB error 03-Jan-2023 03:05:11 Progress (3): 87 kB | 70/122 kB | 14 kB error 03-Jan-2023 03:05:11 Progress (3): 87 kB | 73/122 kB | 14 kB error 03-Jan-2023 03:05:11 Progress (3): 87 kB | 76/122 kB | 14 kB error 03-Jan-2023 03:05:11 Progress (3): 87 kB | 79/122 kB | 14 kB error 03-Jan-2023 03:05:11 Progress (3): 87 kB | 82/122 kB | 14 kB error 03-Jan-2023 03:05:11 Progress (3): 87 kB | 84/122 kB | 14 kB error 03-Jan-2023 03:05:11 Progress (3): 87 kB | 87/122 kB | 14 kB error 03-Jan-2023 03:05:11 Progress (3): 87 kB | 90/122 kB | 14 kB error 03-Jan-2023 03:05:11 Progress (3): 87 kB | 93/122 kB | 14 kB error 03-Jan-2023 03:05:11 Progress (3): 87 kB | 96/122 kB | 14 kB error 03-Jan-2023 03:05:11 Progress (3): 87 kB | 98/122 kB | 14 kB error 03-Jan-2023 03:05:11 Progress (3): 87 kB | 101/122 kB | 14 kB error 03-Jan-2023 03:05:11 Progress (3): 87 kB | 104/122 kB | 14 kB error 03-Jan-2023 03:05:11 Progress (3): 87 kB | 107/122 kB | 14 kB error 03-Jan-2023 03:05:11 Progress (3): 87 kB | 109/122 kB | 14 kB error 03-Jan-2023 03:05:11 Progress (3): 87 kB | 112/122 kB | 14 kB error 03-Jan-2023 03:05:11 Progress (3): 87 kB | 115/122 kB | 14 kB error 03-Jan-2023 03:05:11 Progress (3): 87 kB | 118/122 kB | 14 kB error 03-Jan-2023 03:05:11 Progress (3): 87 kB | 121/122 kB | 14 kB error 03-Jan-2023 03:05:11 Progress (3): 87 kB | 122 kB | 14 kB error 03-Jan-2023 03:05:11 error 03-Jan-2023 03:05:12 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-model/2.0.9/maven-model-2.0.9.jar (87 kB at 25 kB/s) error 03-Jan-2023 03:05:12 #16 240.3 Progress (3): 122 kB | 14 kB | 3.4/29 kB error 03-Jan-2023 03:05:12 Progress (3): 122 kB | 14 kB | 6.2/29 kB error 03-Jan-2023 03:05:12 error 03-Jan-2023 03:05:12 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-artifact-manager/2.0.9/maven-artifact-manager-2.0.9.jar error 03-Jan-2023 03:05:12 #16 240.3 Progress (4): 122 kB | 14 kB | 6.2/29 kB | 3.4/37 kB error 03-Jan-2023 03:05:12 Progress (4): 122 kB | 14 kB | 6.2/29 kB | 6.2/37 kB error 03-Jan-2023 03:05:12 error 03-Jan-2023 03:05:12 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-error-diagnostics/2.0.9/maven-error-diagnostics-2.0.9.jar (14 kB at 3.9 kB/s) error 03-Jan-2023 03:05:12 #16 240.3 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-monitor/2.0.9/maven-monitor-2.0.9.jar error 03-Jan-2023 03:05:12 #16 240.3 Progress (3): 122 kB | 6.2/29 kB | 9.0/37 kB error 03-Jan-2023 03:05:12 Progress (3): 122 kB | 6.2/29 kB | 12/37 kB error 03-Jan-2023 03:05:12 Progress (3): 122 kB | 6.2/29 kB | 15/37 kB error 03-Jan-2023 03:05:12 Progress (3): 122 kB | 9.0/29 kB | 15/37 kB error 03-Jan-2023 03:05:12 Progress (3): 122 kB | 12/29 kB | 15/37 kB error 03-Jan-2023 03:05:12 Progress (3): 122 kB | 12/29 kB | 17/37 kB error 03-Jan-2023 03:05:12 Progress (3): 122 kB | 15/29 kB | 17/37 kB error 03-Jan-2023 03:05:12 Progress (3): 122 kB | 15/29 kB | 20/37 kB error 03-Jan-2023 03:05:12 Progress (3): 122 kB | 17/29 kB | 20/37 kB error 03-Jan-2023 03:05:12 Progress (3): 122 kB | 17/29 kB | 23/37 kB error 03-Jan-2023 03:05:12 Progress (3): 122 kB | 20/29 kB | 23/37 kB error 03-Jan-2023 03:05:12 Progress (3): 122 kB | 20/29 kB | 26/37 kB error 03-Jan-2023 03:05:12 Progress (3): 122 kB | 23/29 kB | 26/37 kB error 03-Jan-2023 03:05:12 Progress (3): 122 kB | 23/29 kB | 29/37 kB error 03-Jan-2023 03:05:12 Progress (3): 122 kB | 26/29 kB | 29/37 kB error 03-Jan-2023 03:05:12 Progress (3): 122 kB | 26/29 kB | 31/37 kB error 03-Jan-2023 03:05:12 Progress (3): 122 kB | 29/29 kB | 31/37 kB error 03-Jan-2023 03:05:12 Progress (3): 122 kB | 29/29 kB | 34/37 kB error 03-Jan-2023 03:05:12 Progress (3): 122 kB | 29 kB | 34/37 kB error 03-Jan-2023 03:05:12 Progress (3): 122 kB | 29 kB | 37/37 kB error 03-Jan-2023 03:05:12 Progress (3): 122 kB | 29 kB | 37 kB error 03-Jan-2023 03:05:12 error 03-Jan-2023 03:05:12 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-project/2.0.9/maven-project-2.0.9.jar (122 kB at 34 kB/s) error 03-Jan-2023 03:05:12 #16 240.4 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/shared/maven-shared-utils/0.1/maven-shared-utils-0.1.jar error 03-Jan-2023 03:05:12 #16 240.4 Progress (3): 29 kB | 37 kB | 3.4/10 kB error 03-Jan-2023 03:05:12 Progress (4): 29 kB | 37 kB | 3.4/10 kB | 3.4/58 kB error 03-Jan-2023 03:05:12 Progress (4): 29 kB | 37 kB | 6.2/10 kB | 3.4/58 kB error 03-Jan-2023 03:05:12 Progress (4): 29 kB | 37 kB | 6.2/10 kB | 6.2/58 kB error 03-Jan-2023 03:05:12 Progress (4): 29 kB | 37 kB | 9.0/10 kB | 6.2/58 kB error 03-Jan-2023 03:05:12 Progress (4): 29 kB | 37 kB | 9.0/10 kB | 9.0/58 kB error 03-Jan-2023 03:05:12 Progress (4): 29 kB | 37 kB | 10 kB | 9.0/58 kB error 03-Jan-2023 03:05:12 Progress (4): 29 kB | 37 kB | 10 kB | 12/58 kB error 03-Jan-2023 03:05:12 Progress (4): 29 kB | 37 kB | 10 kB | 15/58 kB error 03-Jan-2023 03:05:12 Progress (4): 29 kB | 37 kB | 10 kB | 17/58 kB error 03-Jan-2023 03:05:12 Progress (4): 29 kB | 37 kB | 10 kB | 20/58 kB error 03-Jan-2023 03:05:12 Progress (4): 29 kB | 37 kB | 10 kB | 23/58 kB error 03-Jan-2023 03:05:12 Progress (4): 29 kB | 37 kB | 10 kB | 26/58 kB error 03-Jan-2023 03:05:12 Progress (4): 29 kB | 37 kB | 10 kB | 29/58 kB error 03-Jan-2023 03:05:12 Progress (4): 29 kB | 37 kB | 10 kB | 31/58 kB error 03-Jan-2023 03:05:12 Progress (4): 29 kB | 37 kB | 10 kB | 34/58 kB error 03-Jan-2023 03:05:12 error 03-Jan-2023 03:05:12 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-plugin-registry/2.0.9/maven-plugin-registry-2.0.9.jar (29 kB at 7.9 kB/s) error 03-Jan-2023 03:05:12 #16 240.5 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/codehaus/plexus/plexus-compiler-api/2.2/plexus-compiler-api-2.2.jar error 03-Jan-2023 03:05:12 #16 240.5 Progress (3): 37 kB | 10 kB | 37/58 kB error 03-Jan-2023 03:05:12 error 03-Jan-2023 03:05:12 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-plugin-descriptor/2.0.9/maven-plugin-descriptor-2.0.9.jar (37 kB at 10.0 kB/s) error 03-Jan-2023 03:05:12 #16 240.5 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/codehaus/plexus/plexus-compiler-manager/2.2/plexus-compiler-manager-2.2.jar error 03-Jan-2023 03:05:12 #16 240.5 Progress (3): 10 kB | 37/58 kB | 3.4/155 kB error 03-Jan-2023 03:05:12 Progress (3): 10 kB | 37/58 kB | 6.2/155 kB error 03-Jan-2023 03:05:12 Progress (3): 10 kB | 37/58 kB | 9.0/155 kB error 03-Jan-2023 03:05:12 Progress (3): 10 kB | 40/58 kB | 9.0/155 kB error 03-Jan-2023 03:05:12 Progress (3): 10 kB | 43/58 kB | 9.0/155 kB error 03-Jan-2023 03:05:12 Progress (3): 10 kB | 45/58 kB | 9.0/155 kB error 03-Jan-2023 03:05:12 Progress (3): 10 kB | 48/58 kB | 9.0/155 kB error 03-Jan-2023 03:05:12 Progress (3): 10 kB | 51/58 kB | 9.0/155 kB error 03-Jan-2023 03:05:12 Progress (3): 10 kB | 51/58 kB | 12/155 kB error 03-Jan-2023 03:05:12 Progress (3): 10 kB | 51/58 kB | 15/155 kB error 03-Jan-2023 03:05:12 Progress (3): 10 kB | 51/58 kB | 17/155 kB error 03-Jan-2023 03:05:12 Progress (3): 10 kB | 54/58 kB | 17/155 kB error 03-Jan-2023 03:05:12 Progress (3): 10 kB | 56/58 kB | 17/155 kB error 03-Jan-2023 03:05:12 Progress (3): 10 kB | 56/58 kB | 20/155 kB error 03-Jan-2023 03:05:12 Progress (3): 10 kB | 56/58 kB | 23/155 kB error 03-Jan-2023 03:05:12 Progress (3): 10 kB | 56/58 kB | 26/155 kB error 03-Jan-2023 03:05:12 Progress (3): 10 kB | 58 kB | 26/155 kB error 03-Jan-2023 03:05:12 Progress (3): 10 kB | 58 kB | 29/155 kB error 03-Jan-2023 03:05:12 Progress (3): 10 kB | 58 kB | 31/155 kB error 03-Jan-2023 03:05:12 Progress (3): 10 kB | 58 kB | 34/155 kB error 03-Jan-2023 03:05:12 Progress (3): 10 kB | 58 kB | 37/155 kB error 03-Jan-2023 03:05:12 Progress (3): 10 kB | 58 kB | 40/155 kB error 03-Jan-2023 03:05:12 Progress (3): 10 kB | 58 kB | 43/155 kB error 03-Jan-2023 03:05:12 Progress (3): 10 kB | 58 kB | 45/155 kB error 03-Jan-2023 03:05:12 Progress (3): 10 kB | 58 kB | 48/155 kB error 03-Jan-2023 03:05:12 Progress (3): 10 kB | 58 kB | 51/155 kB error 03-Jan-2023 03:05:12 Progress (3): 10 kB | 58 kB | 54/155 kB error 03-Jan-2023 03:05:12 Progress (3): 10 kB | 58 kB | 56/155 kB error 03-Jan-2023 03:05:12 Progress (3): 10 kB | 58 kB | 59/155 kB error 03-Jan-2023 03:05:12 Progress (3): 10 kB | 58 kB | 62/155 kB error 03-Jan-2023 03:05:12 Progress (3): 10 kB | 58 kB | 65/155 kB error 03-Jan-2023 03:05:12 Progress (3): 10 kB | 58 kB | 68/155 kB error 03-Jan-2023 03:05:12 Progress (3): 10 kB | 58 kB | 70/155 kB error 03-Jan-2023 03:05:12 Progress (3): 10 kB | 58 kB | 73/155 kB error 03-Jan-2023 03:05:12 Progress (3): 10 kB | 58 kB | 76/155 kB error 03-Jan-2023 03:05:12 Progress (3): 10 kB | 58 kB | 79/155 kB error 03-Jan-2023 03:05:12 Progress (3): 10 kB | 58 kB | 82/155 kB error 03-Jan-2023 03:05:12 Progress (3): 10 kB | 58 kB | 84/155 kB error 03-Jan-2023 03:05:12 Progress (3): 10 kB | 58 kB | 87/155 kB error 03-Jan-2023 03:05:12 Progress (3): 10 kB | 58 kB | 90/155 kB error 03-Jan-2023 03:05:12 Progress (3): 10 kB | 58 kB | 93/155 kB error 03-Jan-2023 03:05:12 Progress (3): 10 kB | 58 kB | 96/155 kB error 03-Jan-2023 03:05:12 error 03-Jan-2023 03:05:12 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-monitor/2.0.9/maven-monitor-2.0.9.jar (10 kB at 2.7 kB/s) error 03-Jan-2023 03:05:12 #16 240.6 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/codehaus/plexus/plexus-compiler-javac/2.2/plexus-compiler-javac-2.2.jar error 03-Jan-2023 03:05:12 #16 240.6 Progress (2): 58 kB | 98/155 kB error 03-Jan-2023 03:05:12 Progress (2): 58 kB | 101/155 kB error 03-Jan-2023 03:05:12 Progress (2): 58 kB | 104/155 kB error 03-Jan-2023 03:05:12 Progress (2): 58 kB | 107/155 kB error 03-Jan-2023 03:05:12 Progress (2): 58 kB | 110/155 kB error 03-Jan-2023 03:05:12 Progress (2): 58 kB | 112/155 kB error 03-Jan-2023 03:05:12 Progress (2): 58 kB | 115/155 kB error 03-Jan-2023 03:05:12 Progress (2): 58 kB | 118/155 kB error 03-Jan-2023 03:05:12 Progress (2): 58 kB | 120/155 kB error 03-Jan-2023 03:05:12 Progress (2): 58 kB | 123/155 kB error 03-Jan-2023 03:05:12 Progress (2): 58 kB | 126/155 kB error 03-Jan-2023 03:05:12 Progress (2): 58 kB | 129/155 kB error 03-Jan-2023 03:05:12 Progress (2): 58 kB | 132/155 kB error 03-Jan-2023 03:05:12 Progress (2): 58 kB | 134/155 kB error 03-Jan-2023 03:05:12 Progress (2): 58 kB | 137/155 kB error 03-Jan-2023 03:05:12 Progress (2): 58 kB | 140/155 kB error 03-Jan-2023 03:05:12 Progress (2): 58 kB | 143/155 kB error 03-Jan-2023 03:05:12 Progress (2): 58 kB | 146/155 kB error 03-Jan-2023 03:05:12 Progress (2): 58 kB | 148/155 kB error 03-Jan-2023 03:05:12 Progress (2): 58 kB | 151/155 kB error 03-Jan-2023 03:05:12 Progress (2): 58 kB | 154/155 kB error 03-Jan-2023 03:05:12 Progress (2): 58 kB | 155 kB error 03-Jan-2023 03:05:12 Progress (3): 58 kB | 155 kB | 3.4/4.6 kB error 03-Jan-2023 03:05:12 Progress (3): 58 kB | 155 kB | 4.6 kB error 03-Jan-2023 03:05:12 Progress (4): 58 kB | 155 kB | 4.6 kB | 3.4/25 kB error 03-Jan-2023 03:05:12 Progress (4): 58 kB | 155 kB | 4.6 kB | 6.2/25 kB error 03-Jan-2023 03:05:12 Progress (4): 58 kB | 155 kB | 4.6 kB | 9.0/25 kB error 03-Jan-2023 03:05:12 Progress (4): 58 kB | 155 kB | 4.6 kB | 12/25 kB error 03-Jan-2023 03:05:12 Progress (4): 58 kB | 155 kB | 4.6 kB | 15/25 kB error 03-Jan-2023 03:05:12 Progress (4): 58 kB | 155 kB | 4.6 kB | 17/25 kB error 03-Jan-2023 03:05:12 Progress (4): 58 kB | 155 kB | 4.6 kB | 20/25 kB error 03-Jan-2023 03:05:12 Progress (4): 58 kB | 155 kB | 4.6 kB | 23/25 kB error 03-Jan-2023 03:05:12 Progress (4): 58 kB | 155 kB | 4.6 kB | 25 kB error 03-Jan-2023 03:05:12 error 03-Jan-2023 03:05:12 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-artifact-manager/2.0.9/maven-artifact-manager-2.0.9.jar (58 kB at 15 kB/s) error 03-Jan-2023 03:05:12 #16 240.7 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/codehaus/plexus/plexus-container-default/1.5.5/plexus-container-default-1.5.5.jar error 03-Jan-2023 03:05:12 #16 240.7 Progress (4): 155 kB | 4.6 kB | 25 kB | 3.4/19 kB error 03-Jan-2023 03:05:12 Progress (4): 155 kB | 4.6 kB | 25 kB | 6.2/19 kB error 03-Jan-2023 03:05:12 Progress (4): 155 kB | 4.6 kB | 25 kB | 9.0/19 kB error 03-Jan-2023 03:05:12 Progress (4): 155 kB | 4.6 kB | 25 kB | 12/19 kB error 03-Jan-2023 03:05:12 Progress (4): 155 kB | 4.6 kB | 25 kB | 15/19 kB error 03-Jan-2023 03:05:12 Progress (4): 155 kB | 4.6 kB | 25 kB | 17/19 kB error 03-Jan-2023 03:05:12 Progress (4): 155 kB | 4.6 kB | 25 kB | 19 kB error 03-Jan-2023 03:05:12 error 03-Jan-2023 03:05:12 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/codehaus/plexus/plexus-compiler-manager/2.2/plexus-compiler-manager-2.2.jar (4.6 kB at 1.1 kB/s) error 03-Jan-2023 03:05:12 #16 240.8 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/shared/maven-shared-utils/0.1/maven-shared-utils-0.1.jar (155 kB at 39 kB/s) error 03-Jan-2023 03:05:12 #16 240.8 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/junit/junit/3.8.2/junit-3.8.2.jar error 03-Jan-2023 03:05:12 #16 240.8 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/codehaus/plexus/plexus-compiler-api/2.2/plexus-compiler-api-2.2.jar (25 kB at 6.3 kB/s) error 03-Jan-2023 03:05:12 #16 240.8 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/codehaus/plexus/plexus-compiler-javac/2.2/plexus-compiler-javac-2.2.jar (19 kB at 4.7 kB/s) error 03-Jan-2023 03:05:12 #16 240.9 Progress (1): 3.4/121 kB error 03-Jan-2023 03:05:12 Progress (1): 6.2/121 kB error 03-Jan-2023 03:05:12 Progress (1): 9.0/121 kB error 03-Jan-2023 03:05:12 Progress (1): 12/121 kB error 03-Jan-2023 03:05:12 Progress (1): 15/121 kB error 03-Jan-2023 03:05:12 Progress (1): 17/121 kB error 03-Jan-2023 03:05:12 Progress (1): 20/121 kB error 03-Jan-2023 03:05:12 Progress (1): 23/121 kB error 03-Jan-2023 03:05:12 Progress (1): 26/121 kB error 03-Jan-2023 03:05:12 Progress (1): 29/121 kB error 03-Jan-2023 03:05:12 Progress (1): 31/121 kB error 03-Jan-2023 03:05:12 Progress (1): 34/121 kB error 03-Jan-2023 03:05:12 Progress (1): 37/121 kB error 03-Jan-2023 03:05:12 Progress (1): 40/121 kB error 03-Jan-2023 03:05:12 Progress (1): 43/121 kB error 03-Jan-2023 03:05:12 Progress (1): 45/121 kB error 03-Jan-2023 03:05:12 Progress (1): 48/121 kB error 03-Jan-2023 03:05:12 Progress (1): 51/121 kB error 03-Jan-2023 03:05:12 Progress (1): 54/121 kB error 03-Jan-2023 03:05:12 Progress (1): 56/121 kB error 03-Jan-2023 03:05:12 Progress (1): 59/121 kB error 03-Jan-2023 03:05:12 Progress (1): 62/121 kB error 03-Jan-2023 03:05:12 Progress (1): 65/121 kB error 03-Jan-2023 03:05:12 Progress (1): 68/121 kB error 03-Jan-2023 03:05:12 Progress (1): 70/121 kB error 03-Jan-2023 03:05:12 Progress (1): 73/121 kB error 03-Jan-2023 03:05:12 Progress (1): 76/121 kB error 03-Jan-2023 03:05:12 Progress (1): 79/121 kB error 03-Jan-2023 03:05:12 Progress (1): 82/121 kB error 03-Jan-2023 03:05:12 Progress (1): 84/121 kB error 03-Jan-2023 03:05:12 Progress (1): 87/121 kB error 03-Jan-2023 03:05:12 Progress (1): 90/121 kB error 03-Jan-2023 03:05:12 Progress (1): 93/121 kB error 03-Jan-2023 03:05:12 Progress (1): 96/121 kB error 03-Jan-2023 03:05:12 Progress (1): 98/121 kB error 03-Jan-2023 03:05:12 Progress (1): 101/121 kB error 03-Jan-2023 03:05:12 Progress (1): 104/121 kB error 03-Jan-2023 03:05:12 Progress (1): 107/121 kB error 03-Jan-2023 03:05:12 Progress (1): 109/121 kB error 03-Jan-2023 03:05:12 Progress (1): 112/121 kB error 03-Jan-2023 03:05:12 Progress (1): 115/121 kB error 03-Jan-2023 03:05:12 Progress (1): 118/121 kB error 03-Jan-2023 03:05:12 Progress (1): 121/121 kB error 03-Jan-2023 03:05:12 Progress (1): 121 kB error 03-Jan-2023 03:05:12 Progress (2): 121 kB | 4.1/217 kB error 03-Jan-2023 03:05:12 Progress (2): 121 kB | 8.2/217 kB error 03-Jan-2023 03:05:12 Progress (2): 121 kB | 12/217 kB error 03-Jan-2023 03:05:12 Progress (2): 121 kB | 16/217 kB error 03-Jan-2023 03:05:12 Progress (2): 121 kB | 20/217 kB error 03-Jan-2023 03:05:12 Progress (2): 121 kB | 25/217 kB error 03-Jan-2023 03:05:12 Progress (2): 121 kB | 29/217 kB error 03-Jan-2023 03:05:12 Progress (2): 121 kB | 33/217 kB error 03-Jan-2023 03:05:12 Progress (2): 121 kB | 37/217 kB error 03-Jan-2023 03:05:12 Progress (2): 121 kB | 41/217 kB error 03-Jan-2023 03:05:12 Progress (2): 121 kB | 45/217 kB error 03-Jan-2023 03:05:12 Progress (2): 121 kB | 49/217 kB error 03-Jan-2023 03:05:12 Progress (2): 121 kB | 52/217 kB error 03-Jan-2023 03:05:12 Progress (2): 121 kB | 56/217 kB error 03-Jan-2023 03:05:12 Progress (2): 121 kB | 60/217 kB error 03-Jan-2023 03:05:12 Progress (2): 121 kB | 64/217 kB error 03-Jan-2023 03:05:12 Progress (2): 121 kB | 68/217 kB error 03-Jan-2023 03:05:12 Progress (2): 121 kB | 73/217 kB error 03-Jan-2023 03:05:12 Progress (2): 121 kB | 77/217 kB error 03-Jan-2023 03:05:12 Progress (2): 121 kB | 81/217 kB error 03-Jan-2023 03:05:12 Progress (2): 121 kB | 85/217 kB error 03-Jan-2023 03:05:12 Progress (2): 121 kB | 87/217 kB error 03-Jan-2023 03:05:12 Progress (2): 121 kB | 91/217 kB error 03-Jan-2023 03:05:12 Progress (2): 121 kB | 95/217 kB error 03-Jan-2023 03:05:12 Progress (2): 121 kB | 99/217 kB error 03-Jan-2023 03:05:12 Progress (2): 121 kB | 103/217 kB error 03-Jan-2023 03:05:12 Progress (2): 121 kB | 107/217 kB error 03-Jan-2023 03:05:12 Progress (2): 121 kB | 111/217 kB error 03-Jan-2023 03:05:12 Progress (2): 121 kB | 116/217 kB error 03-Jan-2023 03:05:12 Progress (2): 121 kB | 120/217 kB error 03-Jan-2023 03:05:12 Progress (2): 121 kB | 122/217 kB error 03-Jan-2023 03:05:12 Progress (2): 121 kB | 126/217 kB error 03-Jan-2023 03:05:12 Progress (2): 121 kB | 130/217 kB error 03-Jan-2023 03:05:12 Progress (2): 121 kB | 134/217 kB error 03-Jan-2023 03:05:12 Progress (2): 121 kB | 138/217 kB error 03-Jan-2023 03:05:12 Progress (2): 121 kB | 142/217 kB error 03-Jan-2023 03:05:12 Progress (2): 121 kB | 146/217 kB error 03-Jan-2023 03:05:12 Progress (2): 121 kB | 150/217 kB error 03-Jan-2023 03:05:12 Progress (2): 121 kB | 154/217 kB error 03-Jan-2023 03:05:12 Progress (2): 121 kB | 156/217 kB error 03-Jan-2023 03:05:12 Progress (2): 121 kB | 161/217 kB error 03-Jan-2023 03:05:12 Progress (2): 121 kB | 165/217 kB error 03-Jan-2023 03:05:12 Progress (2): 121 kB | 169/217 kB error 03-Jan-2023 03:05:12 Progress (2): 121 kB | 173/217 kB error 03-Jan-2023 03:05:12 Progress (2): 121 kB | 177/217 kB error 03-Jan-2023 03:05:12 Progress (2): 121 kB | 181/217 kB error 03-Jan-2023 03:05:12 Progress (2): 121 kB | 185/217 kB error 03-Jan-2023 03:05:12 Progress (2): 121 kB | 188/217 kB error 03-Jan-2023 03:05:12 Progress (2): 121 kB | 192/217 kB error 03-Jan-2023 03:05:12 Progress (2): 121 kB | 197/217 kB error 03-Jan-2023 03:05:12 Progress (2): 121 kB | 201/217 kB error 03-Jan-2023 03:05:12 Progress (2): 121 kB | 205/217 kB error 03-Jan-2023 03:05:12 Progress (2): 121 kB | 209/217 kB error 03-Jan-2023 03:05:12 Progress (2): 121 kB | 213/217 kB error 03-Jan-2023 03:05:12 Progress (2): 121 kB | 217 kB error 03-Jan-2023 03:05:12 error 03-Jan-2023 03:05:12 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/junit/junit/3.8.2/junit-3.8.2.jar (121 kB at 28 kB/s) error 03-Jan-2023 03:05:12 #16 241.3 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/codehaus/plexus/plexus-container-default/1.5.5/plexus-container-default-1.5.5.jar (217 kB at 48 kB/s) error 03-Jan-2023 03:05:14 #16 243.1 [INFO] No sources to compile error 03-Jan-2023 03:05:14 #16 243.1 [INFO] error 03-Jan-2023 03:05:14 #16 243.1 [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ referenceapplication-package --- error 03-Jan-2023 03:05:14 #16 243.2 [INFO] Using 'UTF-8' encoding to copy filtered resources. error 03-Jan-2023 03:05:14 #16 243.2 [INFO] skip non existing resourceDirectory /app/package/src/test/resources error 03-Jan-2023 03:05:14 #16 243.2 [INFO] skip non existing resourceDirectory /app/package/src/test/resources error 03-Jan-2023 03:05:14 #16 243.2 [INFO] error 03-Jan-2023 03:05:14 #16 243.2 [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ referenceapplication-package --- error 03-Jan-2023 03:05:14 #16 243.2 [INFO] No sources to compile error 03-Jan-2023 03:05:14 #16 243.2 [INFO] error 03-Jan-2023 03:05:14 #16 243.2 [INFO] --- maven-surefire-plugin:2.12:test (default-test) @ referenceapplication-package --- error 03-Jan-2023 03:05:15 #16 243.6 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/surefire/surefire-booter/2.12/surefire-booter-2.12.pom error 03-Jan-2023 03:05:15 #16 243.9 Progress (1): 3.0 kB error 03-Jan-2023 03:05:15 error 03-Jan-2023 03:05:15 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/surefire/surefire-booter/2.12/surefire-booter-2.12.pom (3.0 kB at 6.6 kB/s) error 03-Jan-2023 03:05:15 #16 244.1 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/surefire/surefire-api/2.12/surefire-api-2.12.pom error 03-Jan-2023 03:05:15 #16 244.2 Progress (1): 2.5 kB error 03-Jan-2023 03:05:15 error 03-Jan-2023 03:05:16 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/surefire/surefire-api/2.12/surefire-api-2.12.pom (2.5 kB at 9.9 kB/s) error 03-Jan-2023 03:05:16 #16 244.4 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/surefire/maven-surefire-common/2.12/maven-surefire-common-2.12.pom error 03-Jan-2023 03:05:16 #16 244.5 Progress (1): 3.4/5.1 kB error 03-Jan-2023 03:05:16 Progress (1): 5.1 kB error 03-Jan-2023 03:05:16 error 03-Jan-2023 03:05:16 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/surefire/maven-surefire-common/2.12/maven-surefire-common-2.12.pom (5.1 kB at 21 kB/s) error 03-Jan-2023 03:05:16 #16 244.7 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/reporting/maven-reporting-api/2.0.9/maven-reporting-api-2.0.9.pom error 03-Jan-2023 03:05:16 #16 244.8 Progress (1): 1.8 kB error 03-Jan-2023 03:05:16 error 03-Jan-2023 03:05:16 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/reporting/maven-reporting-api/2.0.9/maven-reporting-api-2.0.9.pom (1.8 kB at 7.5 kB/s) error 03-Jan-2023 03:05:16 #16 244.9 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/reporting/maven-reporting/2.0.9/maven-reporting-2.0.9.pom error 03-Jan-2023 03:05:16 #16 245.1 Progress (1): 1.5 kB error 03-Jan-2023 03:05:16 error 03-Jan-2023 03:05:16 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/reporting/maven-reporting/2.0.9/maven-reporting-2.0.9.pom (1.5 kB at 6.0 kB/s) error 03-Jan-2023 03:05:16 #16 245.2 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-toolchain/2.0.9/maven-toolchain-2.0.9.pom error 03-Jan-2023 03:05:17 #16 245.3 Progress (1): 3.4/3.5 kB error 03-Jan-2023 03:05:17 Progress (1): 3.5 kB error 03-Jan-2023 03:05:17 error 03-Jan-2023 03:05:17 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-toolchain/2.0.9/maven-toolchain-2.0.9.pom (3.5 kB at 14 kB/s) error 03-Jan-2023 03:05:17 #16 245.5 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/shared/maven-common-artifact-filters/1.3/maven-common-artifact-filters-1.3.pom error 03-Jan-2023 03:05:17 #16 245.6 Progress (1): 3.4/3.7 kB error 03-Jan-2023 03:05:17 Progress (1): 3.7 kB error 03-Jan-2023 03:05:17 error 03-Jan-2023 03:05:17 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/shared/maven-common-artifact-filters/1.3/maven-common-artifact-filters-1.3.pom (3.7 kB at 15 kB/s) error 03-Jan-2023 03:05:17 #16 245.7 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/shared/maven-shared-components/12/maven-shared-components-12.pom error 03-Jan-2023 03:05:17 #16 245.8 Progress (1): 3.4/9.3 kB error 03-Jan-2023 03:05:17 Progress (1): 6.2/9.3 kB error 03-Jan-2023 03:05:17 Progress (1): 9.0/9.3 kB error 03-Jan-2023 03:05:17 Progress (1): 9.3 kB error 03-Jan-2023 03:05:17 error 03-Jan-2023 03:05:17 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/shared/maven-shared-components/12/maven-shared-components-12.pom (9.3 kB at 38 kB/s) error 03-Jan-2023 03:05:17 #16 246.0 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-parent/13/maven-parent-13.pom error 03-Jan-2023 03:05:17 #16 246.1 Progress (1): 3.4/23 kB error 03-Jan-2023 03:05:17 Progress (1): 6.2/23 kB error 03-Jan-2023 03:05:17 Progress (1): 9.0/23 kB error 03-Jan-2023 03:05:17 Progress (1): 12/23 kB error 03-Jan-2023 03:05:17 Progress (1): 15/23 kB error 03-Jan-2023 03:05:17 Progress (1): 17/23 kB error 03-Jan-2023 03:05:17 Progress (1): 20/23 kB error 03-Jan-2023 03:05:17 Progress (1): 23 kB error 03-Jan-2023 03:05:17 error 03-Jan-2023 03:05:17 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-parent/13/maven-parent-13.pom (23 kB at 91 kB/s) error 03-Jan-2023 03:05:17 #16 246.3 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/surefire/surefire-booter/2.12/surefire-booter-2.12.jar error 03-Jan-2023 03:05:17 #16 246.3 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/surefire/maven-surefire-common/2.12/maven-surefire-common-2.12.jar error 03-Jan-2023 03:05:17 #16 246.3 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/surefire/surefire-api/2.12/surefire-api-2.12.jar error 03-Jan-2023 03:05:18 #16 246.4 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/shared/maven-common-artifact-filters/1.3/maven-common-artifact-filters-1.3.jar error 03-Jan-2023 03:05:18 #16 246.4 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/reporting/maven-reporting-api/2.0.9/maven-reporting-api-2.0.9.jar error 03-Jan-2023 03:05:18 #16 246.5 Progress (1): 3.4/124 kB error 03-Jan-2023 03:05:18 Progress (1): 6.2/124 kB error 03-Jan-2023 03:05:18 Progress (1): 9.0/124 kB error 03-Jan-2023 03:05:18 Progress (2): 9.0/124 kB | 3.4/31 kB error 03-Jan-2023 03:05:18 Progress (3): 9.0/124 kB | 3.4/31 kB | 3.4/33 kB error 03-Jan-2023 03:05:18 Progress (3): 9.0/124 kB | 6.2/31 kB | 3.4/33 kB error 03-Jan-2023 03:05:18 Progress (3): 12/124 kB | 6.2/31 kB | 3.4/33 kB error 03-Jan-2023 03:05:18 Progress (4): 12/124 kB | 6.2/31 kB | 3.4/33 kB | 3.4/10 kB error 03-Jan-2023 03:05:18 Progress (4): 12/124 kB | 6.2/31 kB | 3.4/33 kB | 6.2/10 kB error 03-Jan-2023 03:05:18 Progress (4): 12/124 kB | 6.2/31 kB | 3.4/33 kB | 9.0/10 kB error 03-Jan-2023 03:05:18 Progress (4): 15/124 kB | 6.2/31 kB | 3.4/33 kB | 9.0/10 kB error 03-Jan-2023 03:05:18 Progress (4): 15/124 kB | 9.0/31 kB | 3.4/33 kB | 9.0/10 kB error 03-Jan-2023 03:05:18 Progress (4): 15/124 kB | 9.0/31 kB | 6.2/33 kB | 9.0/10 kB error 03-Jan-2023 03:05:18 Progress (4): 15/124 kB | 9.0/31 kB | 9.0/33 kB | 9.0/10 kB error 03-Jan-2023 03:05:18 Progress (4): 17/124 kB | 9.0/31 kB | 9.0/33 kB | 9.0/10 kB error 03-Jan-2023 03:05:18 Progress (4): 20/124 kB | 9.0/31 kB | 9.0/33 kB | 9.0/10 kB error 03-Jan-2023 03:05:18 Progress (4): 23/124 kB | 9.0/31 kB | 9.0/33 kB | 9.0/10 kB error 03-Jan-2023 03:05:18 Progress (4): 23/124 kB | 12/31 kB | 9.0/33 kB | 9.0/10 kB error 03-Jan-2023 03:05:18 Progress (4): 23/124 kB | 15/31 kB | 9.0/33 kB | 9.0/10 kB error 03-Jan-2023 03:05:18 Progress (4): 23/124 kB | 17/31 kB | 9.0/33 kB | 9.0/10 kB error 03-Jan-2023 03:05:18 Progress (4): 23/124 kB | 20/31 kB | 9.0/33 kB | 9.0/10 kB error 03-Jan-2023 03:05:18 Progress (4): 23/124 kB | 20/31 kB | 12/33 kB | 9.0/10 kB error 03-Jan-2023 03:05:18 Progress (4): 26/124 kB | 20/31 kB | 12/33 kB | 9.0/10 kB error 03-Jan-2023 03:05:18 Progress (4): 26/124 kB | 20/31 kB | 12/33 kB | 10 kB error 03-Jan-2023 03:05:18 Progress (4): 29/124 kB | 20/31 kB | 12/33 kB | 10 kB error 03-Jan-2023 03:05:18 Progress (4): 31/124 kB | 20/31 kB | 12/33 kB | 10 kB error 03-Jan-2023 03:05:18 Progress (4): 34/124 kB | 20/31 kB | 12/33 kB | 10 kB error 03-Jan-2023 03:05:18 Progress (4): 37/124 kB | 20/31 kB | 12/33 kB | 10 kB error 03-Jan-2023 03:05:18 Progress (4): 37/124 kB | 20/31 kB | 15/33 kB | 10 kB error 03-Jan-2023 03:05:18 Progress (4): 40/124 kB | 20/31 kB | 15/33 kB | 10 kB error 03-Jan-2023 03:05:18 Progress (4): 40/124 kB | 20/31 kB | 17/33 kB | 10 kB error 03-Jan-2023 03:05:18 Progress (4): 40/124 kB | 20/31 kB | 20/33 kB | 10 kB error 03-Jan-2023 03:05:18 Progress (4): 40/124 kB | 20/31 kB | 23/33 kB | 10 kB error 03-Jan-2023 03:05:18 Progress (4): 40/124 kB | 23/31 kB | 23/33 kB | 10 kB error 03-Jan-2023 03:05:18 Progress (4): 40/124 kB | 26/31 kB | 23/33 kB | 10 kB error 03-Jan-2023 03:05:18 Progress (4): 40/124 kB | 29/31 kB | 23/33 kB | 10 kB error 03-Jan-2023 03:05:18 Progress (4): 40/124 kB | 31 kB | 23/33 kB | 10 kB error 03-Jan-2023 03:05:18 Progress (4): 40/124 kB | 31 kB | 26/33 kB | 10 kB error 03-Jan-2023 03:05:18 Progress (4): 40/124 kB | 31 kB | 29/33 kB | 10 kB error 03-Jan-2023 03:05:18 Progress (4): 40/124 kB | 31 kB | 31/33 kB | 10 kB error 03-Jan-2023 03:05:18 Progress (4): 40/124 kB | 31 kB | 33 kB | 10 kB error 03-Jan-2023 03:05:18 Progress (4): 43/124 kB | 31 kB | 33 kB | 10 kB error 03-Jan-2023 03:05:18 Progress (4): 45/124 kB | 31 kB | 33 kB | 10 kB error 03-Jan-2023 03:05:18 Progress (4): 48/124 kB | 31 kB | 33 kB | 10 kB error 03-Jan-2023 03:05:18 Progress (4): 51/124 kB | 31 kB | 33 kB | 10 kB error 03-Jan-2023 03:05:18 Progress (4): 54/124 kB | 31 kB | 33 kB | 10 kB error 03-Jan-2023 03:05:18 Progress (4): 57/124 kB | 31 kB | 33 kB | 10 kB error 03-Jan-2023 03:05:18 Progress (4): 59/124 kB | 31 kB | 33 kB | 10 kB error 03-Jan-2023 03:05:18 Progress (4): 62/124 kB | 31 kB | 33 kB | 10 kB error 03-Jan-2023 03:05:18 Progress (4): 65/124 kB | 31 kB | 33 kB | 10 kB error 03-Jan-2023 03:05:18 Progress (4): 68/124 kB | 31 kB | 33 kB | 10 kB error 03-Jan-2023 03:05:18 Progress (4): 71/124 kB | 31 kB | 33 kB | 10 kB error 03-Jan-2023 03:05:18 Progress (4): 73/124 kB | 31 kB | 33 kB | 10 kB error 03-Jan-2023 03:05:18 Progress (4): 76/124 kB | 31 kB | 33 kB | 10 kB error 03-Jan-2023 03:05:18 Progress (4): 79/124 kB | 31 kB | 33 kB | 10 kB error 03-Jan-2023 03:05:18 Progress (4): 82/124 kB | 31 kB | 33 kB | 10 kB error 03-Jan-2023 03:05:18 Progress (4): 84/124 kB | 31 kB | 33 kB | 10 kB error 03-Jan-2023 03:05:18 Progress (4): 87/124 kB | 31 kB | 33 kB | 10 kB error 03-Jan-2023 03:05:18 Progress (4): 90/124 kB | 31 kB | 33 kB | 10 kB error 03-Jan-2023 03:05:18 Progress (4): 93/124 kB | 31 kB | 33 kB | 10 kB error 03-Jan-2023 03:05:18 Progress (4): 95/124 kB | 31 kB | 33 kB | 10 kB error 03-Jan-2023 03:05:18 Progress (4): 98/124 kB | 31 kB | 33 kB | 10 kB error 03-Jan-2023 03:05:18 Progress (4): 101/124 kB | 31 kB | 33 kB | 10 kB error 03-Jan-2023 03:05:18 Progress (4): 104/124 kB | 31 kB | 33 kB | 10 kB error 03-Jan-2023 03:05:18 Progress (4): 107/124 kB | 31 kB | 33 kB | 10 kB error 03-Jan-2023 03:05:18 Progress (4): 109/124 kB | 31 kB | 33 kB | 10 kB error 03-Jan-2023 03:05:18 Progress (4): 112/124 kB | 31 kB | 33 kB | 10 kB error 03-Jan-2023 03:05:18 Progress (4): 115/124 kB | 31 kB | 33 kB | 10 kB error 03-Jan-2023 03:05:18 Progress (4): 118/124 kB | 31 kB | 33 kB | 10 kB error 03-Jan-2023 03:05:18 Progress (4): 121/124 kB | 31 kB | 33 kB | 10 kB error 03-Jan-2023 03:05:18 Progress (4): 123/124 kB | 31 kB | 33 kB | 10 kB error 03-Jan-2023 03:05:18 Progress (4): 124 kB | 31 kB | 33 kB | 10 kB error 03-Jan-2023 03:05:18 error 03-Jan-2023 03:05:18 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/reporting/maven-reporting-api/2.0.9/maven-reporting-api-2.0.9.jar (10 kB at 32 kB/s) error 03-Jan-2023 03:05:18 #16 246.7 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-toolchain/2.0.9/maven-toolchain-2.0.9.jar error 03-Jan-2023 03:05:18 #16 246.7 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/shared/maven-common-artifact-filters/1.3/maven-common-artifact-filters-1.3.jar (31 kB at 95 kB/s) error 03-Jan-2023 03:05:18 #16 246.7 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/surefire/surefire-booter/2.12/surefire-booter-2.12.jar (33 kB at 96 kB/s) error 03-Jan-2023 03:05:18 #16 246.7 Progress (2): 124 kB | 4.1/224 kB error 03-Jan-2023 03:05:18 Progress (2): 124 kB | 8.2/224 kB error 03-Jan-2023 03:05:18 Progress (2): 124 kB | 12/224 kB error 03-Jan-2023 03:05:18 Progress (2): 124 kB | 16/224 kB error 03-Jan-2023 03:05:18 Progress (2): 124 kB | 20/224 kB error 03-Jan-2023 03:05:18 Progress (2): 124 kB | 24/224 kB error 03-Jan-2023 03:05:18 Progress (2): 124 kB | 28/224 kB error 03-Jan-2023 03:05:18 Progress (2): 124 kB | 32/224 kB error 03-Jan-2023 03:05:18 Progress (2): 124 kB | 36/224 kB error 03-Jan-2023 03:05:18 Progress (2): 124 kB | 40/224 kB error 03-Jan-2023 03:05:18 Progress (2): 124 kB | 44/224 kB error 03-Jan-2023 03:05:18 Progress (2): 124 kB | 49/224 kB error 03-Jan-2023 03:05:18 Progress (2): 124 kB | 51/224 kB error 03-Jan-2023 03:05:18 Progress (2): 124 kB | 55/224 kB error 03-Jan-2023 03:05:18 Progress (2): 124 kB | 59/224 kB error 03-Jan-2023 03:05:18 Progress (2): 124 kB | 63/224 kB error 03-Jan-2023 03:05:18 Progress (2): 124 kB | 67/224 kB error 03-Jan-2023 03:05:18 Progress (2): 124 kB | 71/224 kB error 03-Jan-2023 03:05:18 Progress (2): 124 kB | 75/224 kB error 03-Jan-2023 03:05:18 Progress (2): 124 kB | 79/224 kB error 03-Jan-2023 03:05:18 Progress (2): 124 kB | 83/224 kB error 03-Jan-2023 03:05:18 Progress (2): 124 kB | 85/224 kB error 03-Jan-2023 03:05:18 Progress (2): 124 kB | 89/224 kB error 03-Jan-2023 03:05:18 Progress (2): 124 kB | 94/224 kB error 03-Jan-2023 03:05:18 Progress (2): 124 kB | 98/224 kB error 03-Jan-2023 03:05:18 Progress (2): 124 kB | 102/224 kB error 03-Jan-2023 03:05:18 Progress (2): 124 kB | 106/224 kB error 03-Jan-2023 03:05:18 Progress (2): 124 kB | 110/224 kB error 03-Jan-2023 03:05:18 Progress (2): 124 kB | 114/224 kB error 03-Jan-2023 03:05:18 Progress (2): 124 kB | 118/224 kB error 03-Jan-2023 03:05:18 Progress (2): 124 kB | 120/224 kB error 03-Jan-2023 03:05:18 Progress (2): 124 kB | 124/224 kB error 03-Jan-2023 03:05:18 Progress (2): 124 kB | 128/224 kB error 03-Jan-2023 03:05:18 Progress (2): 124 kB | 132/224 kB error 03-Jan-2023 03:05:18 Progress (2): 124 kB | 137/224 kB error 03-Jan-2023 03:05:18 Progress (2): 124 kB | 141/224 kB error 03-Jan-2023 03:05:18 Progress (2): 124 kB | 145/224 kB error 03-Jan-2023 03:05:18 Progress (2): 124 kB | 149/224 kB error 03-Jan-2023 03:05:18 Progress (2): 124 kB | 152/224 kB error 03-Jan-2023 03:05:18 Progress (2): 124 kB | 156/224 kB error 03-Jan-2023 03:05:18 Progress (2): 124 kB | 160/224 kB error 03-Jan-2023 03:05:18 Progress (2): 124 kB | 164/224 kB error 03-Jan-2023 03:05:18 Progress (2): 124 kB | 168/224 kB error 03-Jan-2023 03:05:18 Progress (2): 124 kB | 172/224 kB error 03-Jan-2023 03:05:18 Progress (2): 124 kB | 176/224 kB error 03-Jan-2023 03:05:18 Progress (2): 124 kB | 180/224 kB error 03-Jan-2023 03:05:18 Progress (2): 124 kB | 185/224 kB error 03-Jan-2023 03:05:18 Progress (2): 124 kB | 187/224 kB error 03-Jan-2023 03:05:18 Progress (2): 124 kB | 191/224 kB error 03-Jan-2023 03:05:18 Progress (2): 124 kB | 195/224 kB error 03-Jan-2023 03:05:18 Progress (2): 124 kB | 199/224 kB error 03-Jan-2023 03:05:18 Progress (2): 124 kB | 203/224 kB error 03-Jan-2023 03:05:18 Progress (2): 124 kB | 206/224 kB error 03-Jan-2023 03:05:18 Progress (2): 124 kB | 210/224 kB error 03-Jan-2023 03:05:18 Progress (2): 124 kB | 214/224 kB error 03-Jan-2023 03:05:18 error 03-Jan-2023 03:05:18 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/surefire/surefire-api/2.12/surefire-api-2.12.jar (124 kB at 301 kB/s) error 03-Jan-2023 03:05:18 #16 246.8 Progress (2): 214/224 kB | 3.4/38 kB error 03-Jan-2023 03:05:18 Progress (2): 214/224 kB | 6.2/38 kB error 03-Jan-2023 03:05:18 Progress (2): 214/224 kB | 9.0/38 kB error 03-Jan-2023 03:05:18 Progress (2): 214/224 kB | 12/38 kB error 03-Jan-2023 03:05:18 Progress (2): 214/224 kB | 15/38 kB error 03-Jan-2023 03:05:18 Progress (2): 214/224 kB | 17/38 kB error 03-Jan-2023 03:05:18 Progress (2): 214/224 kB | 20/38 kB error 03-Jan-2023 03:05:18 Progress (2): 214/224 kB | 23/38 kB error 03-Jan-2023 03:05:18 Progress (2): 214/224 kB | 26/38 kB error 03-Jan-2023 03:05:18 Progress (2): 214/224 kB | 29/38 kB error 03-Jan-2023 03:05:18 Progress (2): 218/224 kB | 29/38 kB error 03-Jan-2023 03:05:18 Progress (2): 222/224 kB | 29/38 kB error 03-Jan-2023 03:05:18 Progress (2): 222/224 kB | 31/38 kB error 03-Jan-2023 03:05:18 Progress (2): 224 kB | 31/38 kB error 03-Jan-2023 03:05:18 Progress (2): 224 kB | 34/38 kB error 03-Jan-2023 03:05:18 Progress (2): 224 kB | 37/38 kB error 03-Jan-2023 03:05:18 Progress (2): 224 kB | 38 kB error 03-Jan-2023 03:05:18 error 03-Jan-2023 03:05:18 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-toolchain/2.0.9/maven-toolchain-2.0.9.jar (38 kB at 64 kB/s) error 03-Jan-2023 03:05:18 #16 246.9 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/surefire/maven-surefire-common/2.12/maven-surefire-common-2.12.jar (224 kB at 367 kB/s) error 03-Jan-2023 03:05:19 #16 247.5 [INFO] No tests to run. error 03-Jan-2023 03:05:19 #16 247.6 [INFO] Surefire report directory: /app/package/target/surefire-reports error 03-Jan-2023 03:05:21 #16 249.3 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/surefire/surefire-junit4/2.12/surefire-junit4-2.12.pom error 03-Jan-2023 03:05:21 #16 249.7 Progress (1): 2.4 kB error 03-Jan-2023 03:05:21 error 03-Jan-2023 03:05:21 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/surefire/surefire-junit4/2.12/surefire-junit4-2.12.pom (2.4 kB at 4.1 kB/s) error 03-Jan-2023 03:05:21 #16 250.0 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/surefire/surefire-providers/2.12/surefire-providers-2.12.pom error 03-Jan-2023 03:05:21 #16 250.1 Progress (1): 2.3 kB error 03-Jan-2023 03:05:21 error 03-Jan-2023 03:05:21 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/surefire/surefire-providers/2.12/surefire-providers-2.12.pom (2.3 kB at 9.1 kB/s) error 03-Jan-2023 03:05:22 #16 250.4 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/surefire/surefire-junit4/2.12/surefire-junit4-2.12.jar error 03-Jan-2023 03:05:22 #16 250.6 Progress (1): 3.4/34 kB error 03-Jan-2023 03:05:22 Progress (1): 6.2/34 kB error 03-Jan-2023 03:05:22 Progress (1): 9.0/34 kB error 03-Jan-2023 03:05:22 Progress (1): 12/34 kB error 03-Jan-2023 03:05:22 Progress (1): 15/34 kB error 03-Jan-2023 03:05:22 Progress (1): 17/34 kB error 03-Jan-2023 03:05:22 Progress (1): 20/34 kB error 03-Jan-2023 03:05:22 Progress (1): 23/34 kB error 03-Jan-2023 03:05:22 Progress (1): 26/34 kB error 03-Jan-2023 03:05:22 Progress (1): 29/34 kB error 03-Jan-2023 03:05:22 Progress (1): 31/34 kB error 03-Jan-2023 03:05:22 Progress (1): 34/34 kB error 03-Jan-2023 03:05:22 Progress (1): 34 kB error 03-Jan-2023 03:05:22 error 03-Jan-2023 03:05:22 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/surefire/surefire-junit4/2.12/surefire-junit4-2.12.jar (34 kB at 96 kB/s) error 03-Jan-2023 03:05:22 #16 251.0 error 03-Jan-2023 03:05:22 #16 251.0 ------------------------------------------------------- error 03-Jan-2023 03:05:22 #16 251.0 T E S T S error 03-Jan-2023 03:05:22 #16 251.0 ------------------------------------------------------- error 03-Jan-2023 03:05:27 #16 255.6 error 03-Jan-2023 03:05:27 #16 255.6 Results : error 03-Jan-2023 03:05:27 #16 255.6 error 03-Jan-2023 03:05:27 #16 255.6 Tests run: 0, Failures: 0, Errors: 0, Skipped: 0 error 03-Jan-2023 03:05:27 #16 255.6 error 03-Jan-2023 03:05:27 #16 255.7 [INFO] error 03-Jan-2023 03:05:27 #16 255.7 [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ referenceapplication-package --- error 03-Jan-2023 03:05:27 #16 256.0 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.pom error 03-Jan-2023 03:05:27 #16 256.3 Progress (1): 3.4/4.5 kB error 03-Jan-2023 03:05:27 Progress (1): 4.5 kB error 03-Jan-2023 03:05:27 error 03-Jan-2023 03:05:28 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.pom (4.5 kB at 11 kB/s) error 03-Jan-2023 03:05:28 #16 256.5 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/codehaus/plexus/plexus-archiver/2.1/plexus-archiver-2.1.pom error 03-Jan-2023 03:05:28 #16 256.6 Progress (1): 2.8 kB error 03-Jan-2023 03:05:28 error 03-Jan-2023 03:05:28 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/codehaus/plexus/plexus-archiver/2.1/plexus-archiver-2.1.pom (2.8 kB at 11 kB/s) error 03-Jan-2023 03:05:28 #16 256.8 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/codehaus/plexus/plexus-io/2.0.2/plexus-io-2.0.2.pom error 03-Jan-2023 03:05:28 #16 256.9 Progress (1): 1.7 kB error 03-Jan-2023 03:05:28 error 03-Jan-2023 03:05:28 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/codehaus/plexus/plexus-io/2.0.2/plexus-io-2.0.2.pom (1.7 kB at 6.6 kB/s) error 03-Jan-2023 03:05:28 #16 257.1 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/codehaus/plexus/plexus-interpolation/1.15/plexus-interpolation-1.15.pom error 03-Jan-2023 03:05:28 #16 257.3 Progress (1): 1.0 kB error 03-Jan-2023 03:05:28 error 03-Jan-2023 03:05:29 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/codehaus/plexus/plexus-interpolation/1.15/plexus-interpolation-1.15.pom (1.0 kB at 4.0 kB/s) error 03-Jan-2023 03:05:29 #16 257.5 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.jar error 03-Jan-2023 03:05:29 #16 257.5 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/codehaus/plexus/plexus-archiver/2.1/plexus-archiver-2.1.jar error 03-Jan-2023 03:05:29 #16 257.5 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/codehaus/plexus/plexus-interpolation/1.15/plexus-interpolation-1.15.jar error 03-Jan-2023 03:05:29 #16 257.5 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/commons-lang/commons-lang/2.1/commons-lang-2.1.jar error 03-Jan-2023 03:05:29 #16 257.5 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/codehaus/plexus/plexus-io/2.0.2/plexus-io-2.0.2.jar error 03-Jan-2023 03:05:29 #16 257.9 Progress (1): 3.4/60 kB error 03-Jan-2023 03:05:29 Progress (2): 3.4/60 kB | 3.4/22 kB error 03-Jan-2023 03:05:29 Progress (2): 3.4/60 kB | 6.2/22 kB error 03-Jan-2023 03:05:29 Progress (2): 3.4/60 kB | 9.0/22 kB error 03-Jan-2023 03:05:29 Progress (2): 3.4/60 kB | 12/22 kB error 03-Jan-2023 03:05:29 Progress (2): 3.4/60 kB | 15/22 kB error 03-Jan-2023 03:05:29 Progress (2): 3.4/60 kB | 17/22 kB error 03-Jan-2023 03:05:29 Progress (2): 6.2/60 kB | 17/22 kB error 03-Jan-2023 03:05:29 Progress (2): 6.2/60 kB | 20/22 kB error 03-Jan-2023 03:05:29 Progress (2): 9.0/60 kB | 20/22 kB error 03-Jan-2023 03:05:29 Progress (2): 12/60 kB | 20/22 kB error 03-Jan-2023 03:05:29 Progress (2): 15/60 kB | 20/22 kB error 03-Jan-2023 03:05:29 Progress (2): 15/60 kB | 22 kB error 03-Jan-2023 03:05:29 Progress (2): 17/60 kB | 22 kB error 03-Jan-2023 03:05:29 Progress (2): 20/60 kB | 22 kB error 03-Jan-2023 03:05:29 Progress (2): 23/60 kB | 22 kB error 03-Jan-2023 03:05:29 Progress (2): 26/60 kB | 22 kB error 03-Jan-2023 03:05:29 Progress (2): 29/60 kB | 22 kB error 03-Jan-2023 03:05:29 Progress (2): 31/60 kB | 22 kB error 03-Jan-2023 03:05:29 Progress (2): 34/60 kB | 22 kB error 03-Jan-2023 03:05:29 Progress (2): 37/60 kB | 22 kB error 03-Jan-2023 03:05:29 Progress (2): 40/60 kB | 22 kB error 03-Jan-2023 03:05:29 Progress (2): 43/60 kB | 22 kB error 03-Jan-2023 03:05:29 Progress (2): 45/60 kB | 22 kB error 03-Jan-2023 03:05:29 Progress (2): 48/60 kB | 22 kB error 03-Jan-2023 03:05:29 Progress (2): 51/60 kB | 22 kB error 03-Jan-2023 03:05:29 Progress (2): 54/60 kB | 22 kB error 03-Jan-2023 03:05:29 Progress (2): 57/60 kB | 22 kB error 03-Jan-2023 03:05:29 Progress (2): 59/60 kB | 22 kB error 03-Jan-2023 03:05:29 Progress (2): 60 kB | 22 kB error 03-Jan-2023 03:05:29 Progress (3): 60 kB | 22 kB | 3.4/58 kB error 03-Jan-2023 03:05:29 Progress (3): 60 kB | 22 kB | 6.2/58 kB error 03-Jan-2023 03:05:29 Progress (3): 60 kB | 22 kB | 9.0/58 kB error 03-Jan-2023 03:05:29 Progress (4): 60 kB | 22 kB | 9.0/58 kB | 3.4/184 kB error 03-Jan-2023 03:05:29 Progress (4): 60 kB | 22 kB | 12/58 kB | 3.4/184 kB error 03-Jan-2023 03:05:29 Progress (4): 60 kB | 22 kB | 15/58 kB | 3.4/184 kB error 03-Jan-2023 03:05:29 Progress (4): 60 kB | 22 kB | 15/58 kB | 6.2/184 kB error 03-Jan-2023 03:05:29 Progress (4): 60 kB | 22 kB | 17/58 kB | 6.2/184 kB error 03-Jan-2023 03:05:29 Progress (4): 60 kB | 22 kB | 17/58 kB | 9.0/184 kB error 03-Jan-2023 03:05:29 Progress (4): 60 kB | 22 kB | 20/58 kB | 9.0/184 kB error 03-Jan-2023 03:05:29 Progress (4): 60 kB | 22 kB | 20/58 kB | 12/184 kB error 03-Jan-2023 03:05:29 Progress (4): 60 kB | 22 kB | 23/58 kB | 12/184 kB error 03-Jan-2023 03:05:29 Progress (4): 60 kB | 22 kB | 23/58 kB | 15/184 kB error 03-Jan-2023 03:05:29 Progress (4): 60 kB | 22 kB | 26/58 kB | 15/184 kB error 03-Jan-2023 03:05:29 Progress (4): 60 kB | 22 kB | 26/58 kB | 17/184 kB error 03-Jan-2023 03:05:29 Progress (4): 60 kB | 22 kB | 29/58 kB | 17/184 kB error 03-Jan-2023 03:05:29 Progress (4): 60 kB | 22 kB | 29/58 kB | 20/184 kB error 03-Jan-2023 03:05:29 Progress (4): 60 kB | 22 kB | 31/58 kB | 20/184 kB error 03-Jan-2023 03:05:29 Progress (4): 60 kB | 22 kB | 31/58 kB | 23/184 kB error 03-Jan-2023 03:05:29 Progress (4): 60 kB | 22 kB | 31/58 kB | 26/184 kB error 03-Jan-2023 03:05:29 Progress (4): 60 kB | 22 kB | 31/58 kB | 29/184 kB error 03-Jan-2023 03:05:29 Progress (4): 60 kB | 22 kB | 34/58 kB | 29/184 kB error 03-Jan-2023 03:05:29 Progress (4): 60 kB | 22 kB | 34/58 kB | 31/184 kB error 03-Jan-2023 03:05:29 Progress (4): 60 kB | 22 kB | 37/58 kB | 31/184 kB error 03-Jan-2023 03:05:29 Progress (4): 60 kB | 22 kB | 37/58 kB | 34/184 kB error 03-Jan-2023 03:05:29 Progress (4): 60 kB | 22 kB | 40/58 kB | 34/184 kB error 03-Jan-2023 03:05:29 Progress (4): 60 kB | 22 kB | 40/58 kB | 37/184 kB error 03-Jan-2023 03:05:29 Progress (4): 60 kB | 22 kB | 43/58 kB | 37/184 kB error 03-Jan-2023 03:05:29 Progress (4): 60 kB | 22 kB | 45/58 kB | 37/184 kB error 03-Jan-2023 03:05:29 Progress (4): 60 kB | 22 kB | 45/58 kB | 40/184 kB error 03-Jan-2023 03:05:29 Progress (4): 60 kB | 22 kB | 45/58 kB | 43/184 kB error 03-Jan-2023 03:05:29 Progress (4): 60 kB | 22 kB | 48/58 kB | 43/184 kB error 03-Jan-2023 03:05:29 Progress (4): 60 kB | 22 kB | 51/58 kB | 43/184 kB error 03-Jan-2023 03:05:29 Progress (4): 60 kB | 22 kB | 51/58 kB | 45/184 kB error 03-Jan-2023 03:05:29 Progress (4): 60 kB | 22 kB | 51/58 kB | 48/184 kB error 03-Jan-2023 03:05:29 Progress (4): 60 kB | 22 kB | 54/58 kB | 48/184 kB error 03-Jan-2023 03:05:29 Progress (4): 60 kB | 22 kB | 54/58 kB | 51/184 kB error 03-Jan-2023 03:05:29 Progress (4): 60 kB | 22 kB | 57/58 kB | 51/184 kB error 03-Jan-2023 03:05:29 Progress (4): 60 kB | 22 kB | 57/58 kB | 54/184 kB error 03-Jan-2023 03:05:29 Progress (4): 60 kB | 22 kB | 57/58 kB | 56/184 kB error 03-Jan-2023 03:05:29 Progress (4): 60 kB | 22 kB | 58 kB | 56/184 kB error 03-Jan-2023 03:05:29 Progress (4): 60 kB | 22 kB | 58 kB | 59/184 kB error 03-Jan-2023 03:05:29 Progress (4): 60 kB | 22 kB | 58 kB | 62/184 kB error 03-Jan-2023 03:05:29 Progress (4): 60 kB | 22 kB | 58 kB | 65/184 kB error 03-Jan-2023 03:05:29 Progress (4): 60 kB | 22 kB | 58 kB | 68/184 kB error 03-Jan-2023 03:05:29 Progress (4): 60 kB | 22 kB | 58 kB | 70/184 kB error 03-Jan-2023 03:05:29 Progress (4): 60 kB | 22 kB | 58 kB | 73/184 kB error 03-Jan-2023 03:05:29 error 03-Jan-2023 03:05:29 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/codehaus/plexus/plexus-interpolation/1.15/plexus-interpolation-1.15.jar (60 kB at 89 kB/s) error 03-Jan-2023 03:05:29 #16 258.2 Progress (3): 22 kB | 58 kB | 76/184 kB error 03-Jan-2023 03:05:29 error 03-Jan-2023 03:05:29 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.jar (22 kB at 31 kB/s) error 03-Jan-2023 03:05:29 #16 258.2 Progress (2): 58 kB | 79/184 kB error 03-Jan-2023 03:05:29 Progress (2): 58 kB | 82/184 kB error 03-Jan-2023 03:05:29 Progress (2): 58 kB | 84/184 kB error 03-Jan-2023 03:05:29 Progress (2): 58 kB | 87/184 kB error 03-Jan-2023 03:05:29 Progress (2): 58 kB | 90/184 kB error 03-Jan-2023 03:05:29 Progress (2): 58 kB | 93/184 kB error 03-Jan-2023 03:05:29 Progress (2): 58 kB | 96/184 kB error 03-Jan-2023 03:05:29 Progress (2): 58 kB | 98/184 kB error 03-Jan-2023 03:05:29 Progress (2): 58 kB | 101/184 kB error 03-Jan-2023 03:05:29 Progress (2): 58 kB | 104/184 kB error 03-Jan-2023 03:05:29 Progress (2): 58 kB | 107/184 kB error 03-Jan-2023 03:05:29 Progress (2): 58 kB | 110/184 kB error 03-Jan-2023 03:05:29 Progress (2): 58 kB | 112/184 kB error 03-Jan-2023 03:05:29 Progress (2): 58 kB | 115/184 kB error 03-Jan-2023 03:05:29 Progress (2): 58 kB | 118/184 kB error 03-Jan-2023 03:05:29 Progress (2): 58 kB | 121/184 kB error 03-Jan-2023 03:05:29 Progress (2): 58 kB | 124/184 kB error 03-Jan-2023 03:05:29 Progress (2): 58 kB | 126/184 kB error 03-Jan-2023 03:05:29 Progress (2): 58 kB | 129/184 kB error 03-Jan-2023 03:05:29 Progress (2): 58 kB | 132/184 kB error 03-Jan-2023 03:05:29 Progress (2): 58 kB | 135/184 kB error 03-Jan-2023 03:05:29 Progress (2): 58 kB | 138/184 kB error 03-Jan-2023 03:05:29 Progress (2): 58 kB | 140/184 kB error 03-Jan-2023 03:05:29 Progress (2): 58 kB | 143/184 kB error 03-Jan-2023 03:05:29 Progress (2): 58 kB | 146/184 kB error 03-Jan-2023 03:05:29 Progress (2): 58 kB | 149/184 kB error 03-Jan-2023 03:05:29 Progress (2): 58 kB | 152/184 kB error 03-Jan-2023 03:05:29 Progress (2): 58 kB | 154/184 kB error 03-Jan-2023 03:05:29 Progress (2): 58 kB | 157/184 kB error 03-Jan-2023 03:05:29 Progress (2): 58 kB | 160/184 kB error 03-Jan-2023 03:05:29 Progress (2): 58 kB | 163/184 kB error 03-Jan-2023 03:05:29 Progress (2): 58 kB | 166/184 kB error 03-Jan-2023 03:05:29 Progress (2): 58 kB | 168/184 kB error 03-Jan-2023 03:05:29 Progress (2): 58 kB | 171/184 kB error 03-Jan-2023 03:05:29 Progress (2): 58 kB | 174/184 kB error 03-Jan-2023 03:05:29 Progress (2): 58 kB | 177/184 kB error 03-Jan-2023 03:05:29 Progress (2): 58 kB | 180/184 kB error 03-Jan-2023 03:05:29 Progress (2): 58 kB | 182/184 kB error 03-Jan-2023 03:05:29 Progress (2): 58 kB | 184 kB error 03-Jan-2023 03:05:30 error 03-Jan-2023 03:05:30 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/codehaus/plexus/plexus-io/2.0.2/plexus-io-2.0.2.jar (58 kB at 70 kB/s) error 03-Jan-2023 03:05:30 #16 258.4 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/codehaus/plexus/plexus-archiver/2.1/plexus-archiver-2.1.jar (184 kB at 220 kB/s) error 03-Jan-2023 03:05:30 #16 258.6 Progress (1): 4.1/208 kB error 03-Jan-2023 03:05:30 Progress (1): 7.6/208 kB error 03-Jan-2023 03:05:30 Progress (1): 12/208 kB error 03-Jan-2023 03:05:30 Progress (1): 16/208 kB error 03-Jan-2023 03:05:30 Progress (1): 20/208 kB error 03-Jan-2023 03:05:30 Progress (1): 24/208 kB error 03-Jan-2023 03:05:30 Progress (1): 28/208 kB error 03-Jan-2023 03:05:30 Progress (1): 32/208 kB error 03-Jan-2023 03:05:30 Progress (1): 36/208 kB error 03-Jan-2023 03:05:30 Progress (1): 40/208 kB error 03-Jan-2023 03:05:30 Progress (1): 42/208 kB error 03-Jan-2023 03:05:30 Progress (1): 46/208 kB error 03-Jan-2023 03:05:30 Progress (1): 51/208 kB error 03-Jan-2023 03:05:30 Progress (1): 53/208 kB error 03-Jan-2023 03:05:30 Progress (1): 57/208 kB error 03-Jan-2023 03:05:30 Progress (1): 60/208 kB error 03-Jan-2023 03:05:30 Progress (1): 64/208 kB error 03-Jan-2023 03:05:30 Progress (1): 68/208 kB error 03-Jan-2023 03:05:30 Progress (1): 72/208 kB error 03-Jan-2023 03:05:30 Progress (1): 76/208 kB error 03-Jan-2023 03:05:30 Progress (1): 80/208 kB error 03-Jan-2023 03:05:30 Progress (1): 84/208 kB error 03-Jan-2023 03:05:30 Progress (1): 88/208 kB error 03-Jan-2023 03:05:30 Progress (1): 93/208 kB error 03-Jan-2023 03:05:30 Progress (1): 95/208 kB error 03-Jan-2023 03:05:30 Progress (1): 99/208 kB error 03-Jan-2023 03:05:30 Progress (1): 103/208 kB error 03-Jan-2023 03:05:30 Progress (1): 107/208 kB error 03-Jan-2023 03:05:30 Progress (1): 111/208 kB error 03-Jan-2023 03:05:30 Progress (1): 115/208 kB error 03-Jan-2023 03:05:30 Progress (1): 119/208 kB error 03-Jan-2023 03:05:30 Progress (1): 123/208 kB error 03-Jan-2023 03:05:30 Progress (1): 127/208 kB error 03-Jan-2023 03:05:30 Progress (1): 129/208 kB error 03-Jan-2023 03:05:30 Progress (1): 134/208 kB error 03-Jan-2023 03:05:30 Progress (1): 138/208 kB error 03-Jan-2023 03:05:30 Progress (1): 142/208 kB error 03-Jan-2023 03:05:30 Progress (1): 146/208 kB error 03-Jan-2023 03:05:30 Progress (1): 150/208 kB error 03-Jan-2023 03:05:30 Progress (1): 154/208 kB error 03-Jan-2023 03:05:30 Progress (1): 158/208 kB error 03-Jan-2023 03:05:30 Progress (1): 162/208 kB error 03-Jan-2023 03:05:30 Progress (1): 164/208 kB error 03-Jan-2023 03:05:30 Progress (1): 168/208 kB error 03-Jan-2023 03:05:30 Progress (1): 172/208 kB error 03-Jan-2023 03:05:30 Progress (1): 177/208 kB error 03-Jan-2023 03:05:30 Progress (1): 181/208 kB error 03-Jan-2023 03:05:30 Progress (1): 185/208 kB error 03-Jan-2023 03:05:30 Progress (1): 189/208 kB error 03-Jan-2023 03:05:30 Progress (1): 193/208 kB error 03-Jan-2023 03:05:30 Progress (1): 197/208 kB error 03-Jan-2023 03:05:30 Progress (1): 199/208 kB error 03-Jan-2023 03:05:30 Progress (1): 203/208 kB error 03-Jan-2023 03:05:30 Progress (1): 207/208 kB error 03-Jan-2023 03:05:30 Progress (1): 208 kB error 03-Jan-2023 03:05:30 error 03-Jan-2023 03:05:30 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/commons-lang/commons-lang/2.1/commons-lang-2.1.jar (208 kB at 130 kB/s) error 03-Jan-2023 03:05:31 #16 260.1 [INFO] Building jar: /app/package/target/referenceapplication-package-2.13.0-SNAPSHOT.jar error 03-Jan-2023 03:05:32 #16 260.3 [INFO] error 03-Jan-2023 03:05:32 #16 260.3 [INFO] --- maven-assembly-plugin:2.3:single (make-assembly) @ referenceapplication-package --- error 03-Jan-2023 03:05:32 #16 260.6 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/shared/maven-common-artifact-filters/1.4/maven-common-artifact-filters-1.4.pom error 03-Jan-2023 03:05:32 #16 260.9 Progress (1): 3.4/3.8 kB error 03-Jan-2023 03:05:32 Progress (1): 3.8 kB error 03-Jan-2023 03:05:32 error 03-Jan-2023 03:05:32 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/shared/maven-common-artifact-filters/1.4/maven-common-artifact-filters-1.4.pom (3.8 kB at 5.5 kB/s) error 03-Jan-2023 03:05:33 #16 261.6 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-artifact/2.0.8/maven-artifact-2.0.8.pom error 03-Jan-2023 03:05:33 #16 261.7 Progress (1): 1.6 kB error 03-Jan-2023 03:05:33 error 03-Jan-2023 03:05:33 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-artifact/2.0.8/maven-artifact-2.0.8.pom (1.6 kB at 5.9 kB/s) error 03-Jan-2023 03:05:33 #16 261.9 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven/2.0.8/maven-2.0.8.pom error 03-Jan-2023 03:05:33 #16 262.0 Progress (1): 3.4/12 kB error 03-Jan-2023 03:05:33 Progress (1): 6.2/12 kB error 03-Jan-2023 03:05:33 Progress (1): 9.0/12 kB error 03-Jan-2023 03:05:33 Progress (1): 12/12 kB error 03-Jan-2023 03:05:33 Progress (1): 12 kB error 03-Jan-2023 03:05:33 error 03-Jan-2023 03:05:33 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven/2.0.8/maven-2.0.8.pom (12 kB at 50 kB/s) error 03-Jan-2023 03:05:33 #16 262.1 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-parent/6/maven-parent-6.pom error 03-Jan-2023 03:05:33 #16 262.2 Progress (1): 3.4/20 kB error 03-Jan-2023 03:05:33 Progress (1): 6.2/20 kB error 03-Jan-2023 03:05:33 Progress (1): 9.0/20 kB error 03-Jan-2023 03:05:33 Progress (1): 12/20 kB error 03-Jan-2023 03:05:33 Progress (1): 15/20 kB error 03-Jan-2023 03:05:33 Progress (1): 17/20 kB error 03-Jan-2023 03:05:33 Progress (1): 20 kB error 03-Jan-2023 03:05:33 error 03-Jan-2023 03:05:34 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-parent/6/maven-parent-6.pom (20 kB at 82 kB/s) error 03-Jan-2023 03:05:34 #16 262.4 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-model/2.0.8/maven-model-2.0.8.pom error 03-Jan-2023 03:05:34 #16 262.5 Progress (1): 3.1 kB error 03-Jan-2023 03:05:34 error 03-Jan-2023 03:05:34 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-model/2.0.8/maven-model-2.0.8.pom (3.1 kB at 13 kB/s) error 03-Jan-2023 03:05:34 #16 262.7 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-project/2.0.8/maven-project-2.0.8.pom error 03-Jan-2023 03:05:34 #16 262.8 Progress (1): 2.7 kB error 03-Jan-2023 03:05:34 error 03-Jan-2023 03:05:34 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-project/2.0.8/maven-project-2.0.8.pom (2.7 kB at 11 kB/s) error 03-Jan-2023 03:05:34 #16 263.0 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-settings/2.0.8/maven-settings-2.0.8.pom error 03-Jan-2023 03:05:34 #16 263.1 Progress (1): 2.1 kB error 03-Jan-2023 03:05:34 error 03-Jan-2023 03:05:34 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-settings/2.0.8/maven-settings-2.0.8.pom (2.1 kB at 8.5 kB/s) error 03-Jan-2023 03:05:34 #16 263.2 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-profile/2.0.8/maven-profile-2.0.8.pom error 03-Jan-2023 03:05:34 #16 263.4 Progress (1): 2.0 kB error 03-Jan-2023 03:05:35 error 03-Jan-2023 03:05:35 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-profile/2.0.8/maven-profile-2.0.8.pom (2.0 kB at 8.4 kB/s) error 03-Jan-2023 03:05:35 #16 263.5 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-artifact-manager/2.0.8/maven-artifact-manager-2.0.8.pom error 03-Jan-2023 03:05:35 #16 263.6 Progress (1): 2.7 kB error 03-Jan-2023 03:05:35 error 03-Jan-2023 03:05:35 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-artifact-manager/2.0.8/maven-artifact-manager-2.0.8.pom (2.7 kB at 11 kB/s) error 03-Jan-2023 03:05:35 #16 263.7 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-repository-metadata/2.0.8/maven-repository-metadata-2.0.8.pom error 03-Jan-2023 03:05:35 #16 263.9 Progress (1): 1.9 kB error 03-Jan-2023 03:05:35 error 03-Jan-2023 03:05:35 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-repository-metadata/2.0.8/maven-repository-metadata-2.0.8.pom (1.9 kB at 7.9 kB/s) error 03-Jan-2023 03:05:35 #16 264.0 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-plugin-registry/2.0.8/maven-plugin-registry-2.0.8.pom error 03-Jan-2023 03:05:35 #16 264.1 Progress (1): 2.0 kB error 03-Jan-2023 03:05:35 error 03-Jan-2023 03:05:35 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-plugin-registry/2.0.8/maven-plugin-registry-2.0.8.pom (2.0 kB at 8.4 kB/s) error 03-Jan-2023 03:05:35 #16 264.3 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-plugin-api/2.0.8/maven-plugin-api-2.0.8.pom error 03-Jan-2023 03:05:35 #16 264.4 Progress (1): 1.5 kB error 03-Jan-2023 03:05:36 error 03-Jan-2023 03:05:36 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-plugin-api/2.0.8/maven-plugin-api-2.0.8.pom (1.5 kB at 6.0 kB/s) error 03-Jan-2023 03:05:36 #16 264.5 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/shared/file-management/1.1/file-management-1.1.pom error 03-Jan-2023 03:05:36 #16 264.7 Progress (1): 2.7 kB error 03-Jan-2023 03:05:36 error 03-Jan-2023 03:05:36 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/shared/file-management/1.1/file-management-1.1.pom (2.7 kB at 11 kB/s) error 03-Jan-2023 03:05:36 #16 264.8 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/shared/maven-shared-components/4/maven-shared-components-4.pom error 03-Jan-2023 03:05:36 #16 264.9 Progress (1): 2.2 kB error 03-Jan-2023 03:05:36 error 03-Jan-2023 03:05:36 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/shared/maven-shared-components/4/maven-shared-components-4.pom (2.2 kB at 9.3 kB/s) error 03-Jan-2023 03:05:36 #16 265.1 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/shared/maven-shared-io/1.0/maven-shared-io-1.0.pom error 03-Jan-2023 03:05:36 #16 265.2 Progress (1): 3.0 kB error 03-Jan-2023 03:05:36 error 03-Jan-2023 03:05:37 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/shared/maven-shared-io/1.0/maven-shared-io-1.0.pom (3.0 kB at 13 kB/s) error 03-Jan-2023 03:05:37 #16 265.5 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/codehaus/plexus/plexus-utils/1.2/plexus-utils-1.2.pom error 03-Jan-2023 03:05:37 #16 265.6 Progress (1): 767 B error 03-Jan-2023 03:05:37 error 03-Jan-2023 03:05:37 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/codehaus/plexus/plexus-utils/1.2/plexus-utils-1.2.pom (767 B at 3.0 kB/s) error 03-Jan-2023 03:05:37 #16 265.7 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/codehaus/plexus/plexus/1.0.5/plexus-1.0.5.pom error 03-Jan-2023 03:05:37 #16 265.9 Progress (1): 3.4/5.9 kB error 03-Jan-2023 03:05:37 Progress (1): 5.9 kB error 03-Jan-2023 03:05:37 error 03-Jan-2023 03:05:37 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/codehaus/plexus/plexus/1.0.5/plexus-1.0.5.pom (5.9 kB at 23 kB/s) error 03-Jan-2023 03:05:37 #16 266.1 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/shared/maven-repository-builder/1.0-alpha-2/maven-repository-builder-1.0-alpha-2.pom error 03-Jan-2023 03:05:37 #16 266.3 Progress (1): 3.2 kB error 03-Jan-2023 03:05:37 error 03-Jan-2023 03:05:38 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/shared/maven-repository-builder/1.0-alpha-2/maven-repository-builder-1.0-alpha-2.pom (3.2 kB at 12 kB/s) error 03-Jan-2023 03:05:38 #16 266.4 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/shared/maven-shared-components/7/maven-shared-components-7.pom error 03-Jan-2023 03:05:38 #16 266.6 Progress (1): 2.6 kB error 03-Jan-2023 03:05:38 error 03-Jan-2023 03:05:38 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/shared/maven-shared-components/7/maven-shared-components-7.pom (2.6 kB at 8.2 kB/s) error 03-Jan-2023 03:05:38 #16 266.8 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-artifact/2.0.4/maven-artifact-2.0.4.pom error 03-Jan-2023 03:05:38 #16 266.9 Progress (1): 765 B error 03-Jan-2023 03:05:38 error 03-Jan-2023 03:05:38 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-artifact/2.0.4/maven-artifact-2.0.4.pom (765 B at 2.2 kB/s) error 03-Jan-2023 03:05:38 #16 267.2 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven/2.0.4/maven-2.0.4.pom error 03-Jan-2023 03:05:39 #16 267.4 Progress (1): 3.3/11 kB error 03-Jan-2023 03:05:39 Progress (1): 6.1/11 kB error 03-Jan-2023 03:05:39 Progress (1): 8.9/11 kB error 03-Jan-2023 03:05:39 Progress (1): 11 kB error 03-Jan-2023 03:05:39 error 03-Jan-2023 03:05:39 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven/2.0.4/maven-2.0.4.pom (11 kB at 37 kB/s) error 03-Jan-2023 03:05:39 #16 267.7 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-artifact-manager/2.0.4/maven-artifact-manager-2.0.4.pom error 03-Jan-2023 03:05:39 #16 267.8 Progress (1): 1.4 kB error 03-Jan-2023 03:05:39 error 03-Jan-2023 03:05:39 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-artifact-manager/2.0.4/maven-artifact-manager-2.0.4.pom (1.4 kB at 5.7 kB/s) error 03-Jan-2023 03:05:39 #16 267.9 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-repository-metadata/2.0.4/maven-repository-metadata-2.0.4.pom error 03-Jan-2023 03:05:39 #16 268.0 Progress (1): 1.5 kB error 03-Jan-2023 03:05:39 error 03-Jan-2023 03:05:39 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-repository-metadata/2.0.4/maven-repository-metadata-2.0.4.pom (1.5 kB at 6.2 kB/s) error 03-Jan-2023 03:05:39 #16 268.2 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-project/2.0.4/maven-project-2.0.4.pom error 03-Jan-2023 03:05:39 #16 268.3 Progress (1): 1.8 kB error 03-Jan-2023 03:05:39 error 03-Jan-2023 03:05:40 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-project/2.0.4/maven-project-2.0.4.pom (1.8 kB at 7.5 kB/s) error 03-Jan-2023 03:05:40 #16 268.4 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-settings/2.0.4/maven-settings-2.0.4.pom error 03-Jan-2023 03:05:40 #16 268.6 Progress (1): 1.6 kB error 03-Jan-2023 03:05:40 error 03-Jan-2023 03:05:40 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-settings/2.0.4/maven-settings-2.0.4.pom (1.6 kB at 6.6 kB/s) error 03-Jan-2023 03:05:40 #16 268.7 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-model/2.0.4/maven-model-2.0.4.pom error 03-Jan-2023 03:05:40 #16 268.8 Progress (1): 2.7 kB error 03-Jan-2023 03:05:40 error 03-Jan-2023 03:05:40 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-model/2.0.4/maven-model-2.0.4.pom (2.7 kB at 11 kB/s) error 03-Jan-2023 03:05:40 #16 269.0 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-profile/2.0.4/maven-profile-2.0.4.pom error 03-Jan-2023 03:05:40 #16 269.1 Progress (1): 1.6 kB error 03-Jan-2023 03:05:40 error 03-Jan-2023 03:05:40 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-profile/2.0.4/maven-profile-2.0.4.pom (1.6 kB at 6.6 kB/s) error 03-Jan-2023 03:05:40 #16 269.2 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/shared/maven-common-artifact-filters/1.0-alpha-1/maven-common-artifact-filters-1.0-alpha-1.pom error 03-Jan-2023 03:05:40 #16 269.3 Progress (1): 1.8 kB error 03-Jan-2023 03:05:41 error 03-Jan-2023 03:05:41 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/shared/maven-common-artifact-filters/1.0-alpha-1/maven-common-artifact-filters-1.0-alpha-1.pom (1.8 kB at 6.8 kB/s) error 03-Jan-2023 03:05:41 #16 269.5 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/shared/maven-shared-components/6/maven-shared-components-6.pom error 03-Jan-2023 03:05:41 #16 269.6 Progress (1): 3.1 kB error 03-Jan-2023 03:05:41 error 03-Jan-2023 03:05:41 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/shared/maven-shared-components/6/maven-shared-components-6.pom (3.1 kB at 13 kB/s) error 03-Jan-2023 03:05:41 #16 269.8 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.jar error 03-Jan-2023 03:05:41 #16 269.8 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.jar error 03-Jan-2023 03:05:41 #16 269.8 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/slf4j/jcl-over-slf4j/1.5.6/jcl-over-slf4j-1.5.6.jar error 03-Jan-2023 03:05:41 #16 269.8 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/shared/maven-common-artifact-filters/1.4/maven-common-artifact-filters-1.4.jar error 03-Jan-2023 03:05:41 #16 269.8 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/shared/file-management/1.1/file-management-1.1.jar error 03-Jan-2023 03:05:41 #16 270.0 Progress (1): 3.4/22 kB error 03-Jan-2023 03:05:41 Progress (2): 3.4/22 kB | 3.4/31 kB error 03-Jan-2023 03:05:41 Progress (2): 3.4/22 kB | 6.2/31 kB error 03-Jan-2023 03:05:41 Progress (2): 3.4/22 kB | 9.0/31 kB error 03-Jan-2023 03:05:41 Progress (3): 3.4/22 kB | 9.0/31 kB | 3.4/8.8 kB error 03-Jan-2023 03:05:41 Progress (3): 6.2/22 kB | 9.0/31 kB | 3.4/8.8 kB error 03-Jan-2023 03:05:41 Progress (3): 9.0/22 kB | 9.0/31 kB | 3.4/8.8 kB error 03-Jan-2023 03:05:41 Progress (3): 12/22 kB | 9.0/31 kB | 3.4/8.8 kB error 03-Jan-2023 03:05:41 Progress (3): 15/22 kB | 9.0/31 kB | 3.4/8.8 kB error 03-Jan-2023 03:05:41 Progress (3): 17/22 kB | 9.0/31 kB | 3.4/8.8 kB error 03-Jan-2023 03:05:41 Progress (4): 17/22 kB | 9.0/31 kB | 3.4/8.8 kB | 3.4/32 kB error 03-Jan-2023 03:05:41 Progress (4): 17/22 kB | 9.0/31 kB | 3.4/8.8 kB | 6.2/32 kB error 03-Jan-2023 03:05:41 Progress (4): 17/22 kB | 9.0/31 kB | 6.2/8.8 kB | 6.2/32 kB error 03-Jan-2023 03:05:41 Progress (4): 17/22 kB | 12/31 kB | 6.2/8.8 kB | 6.2/32 kB error 03-Jan-2023 03:05:41 Progress (5): 17/22 kB | 12/31 kB | 6.2/8.8 kB | 6.2/32 kB | 3.4/17 kB error 03-Jan-2023 03:05:41 Progress (5): 17/22 kB | 12/31 kB | 8.8 kB | 6.2/32 kB | 3.4/17 kB error 03-Jan-2023 03:05:41 Progress (5): 17/22 kB | 12/31 kB | 8.8 kB | 9.0/32 kB | 3.4/17 kB error 03-Jan-2023 03:05:41 Progress (5): 17/22 kB | 12/31 kB | 8.8 kB | 12/32 kB | 3.4/17 kB error 03-Jan-2023 03:05:41 Progress (5): 17/22 kB | 12/31 kB | 8.8 kB | 15/32 kB | 3.4/17 kB error 03-Jan-2023 03:05:41 Progress (5): 20/22 kB | 12/31 kB | 8.8 kB | 15/32 kB | 3.4/17 kB error 03-Jan-2023 03:05:41 Progress (5): 20/22 kB | 15/31 kB | 8.8 kB | 15/32 kB | 3.4/17 kB error 03-Jan-2023 03:05:41 Progress (5): 20/22 kB | 15/31 kB | 8.8 kB | 15/32 kB | 6.2/17 kB error 03-Jan-2023 03:05:41 Progress (5): 22 kB | 15/31 kB | 8.8 kB | 15/32 kB | 6.2/17 kB error 03-Jan-2023 03:05:41 Progress (5): 22 kB | 17/31 kB | 8.8 kB | 15/32 kB | 6.2/17 kB error 03-Jan-2023 03:05:41 Progress (5): 22 kB | 20/31 kB | 8.8 kB | 15/32 kB | 6.2/17 kB error 03-Jan-2023 03:05:41 Progress (5): 22 kB | 23/31 kB | 8.8 kB | 15/32 kB | 6.2/17 kB error 03-Jan-2023 03:05:41 Progress (5): 22 kB | 26/31 kB | 8.8 kB | 15/32 kB | 6.2/17 kB error 03-Jan-2023 03:05:41 Progress (5): 22 kB | 29/31 kB | 8.8 kB | 15/32 kB | 6.2/17 kB error 03-Jan-2023 03:05:41 Progress (5): 22 kB | 29/31 kB | 8.8 kB | 17/32 kB | 6.2/17 kB error 03-Jan-2023 03:05:41 Progress (5): 22 kB | 29/31 kB | 8.8 kB | 17/32 kB | 9.0/17 kB error 03-Jan-2023 03:05:41 Progress (5): 22 kB | 29/31 kB | 8.8 kB | 20/32 kB | 9.0/17 kB error 03-Jan-2023 03:05:41 Progress (5): 22 kB | 29/31 kB | 8.8 kB | 23/32 kB | 9.0/17 kB error 03-Jan-2023 03:05:41 Progress (5): 22 kB | 29/31 kB | 8.8 kB | 26/32 kB | 9.0/17 kB error 03-Jan-2023 03:05:41 Progress (5): 22 kB | 29/31 kB | 8.8 kB | 29/32 kB | 9.0/17 kB error 03-Jan-2023 03:05:41 Progress (5): 22 kB | 31 kB | 8.8 kB | 29/32 kB | 9.0/17 kB error 03-Jan-2023 03:05:41 Progress (5): 22 kB | 31 kB | 8.8 kB | 31/32 kB | 9.0/17 kB error 03-Jan-2023 03:05:41 Progress (5): 22 kB | 31 kB | 8.8 kB | 32 kB | 9.0/17 kB error 03-Jan-2023 03:05:41 Progress (5): 22 kB | 31 kB | 8.8 kB | 32 kB | 12/17 kB error 03-Jan-2023 03:05:41 Progress (5): 22 kB | 31 kB | 8.8 kB | 32 kB | 15/17 kB error 03-Jan-2023 03:05:41 Progress (5): 22 kB | 31 kB | 8.8 kB | 32 kB | 17 kB error 03-Jan-2023 03:05:41 error 03-Jan-2023 03:05:41 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.jar (8.8 kB at 26 kB/s) error 03-Jan-2023 03:05:41 #16 270.1 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/shared/maven-repository-builder/1.0-alpha-2/maven-repository-builder-1.0-alpha-2.jar error 03-Jan-2023 03:05:41 #16 270.1 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.jar (22 kB at 67 kB/s) error 03-Jan-2023 03:05:41 #16 270.1 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/shared/file-management/1.1/file-management-1.1.jar (31 kB at 97 kB/s) error 03-Jan-2023 03:05:41 #16 270.1 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/shared/maven-common-artifact-filters/1.4/maven-common-artifact-filters-1.4.jar (32 kB at 95 kB/s) error 03-Jan-2023 03:05:41 #16 270.1 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/slf4j/jcl-over-slf4j/1.5.6/jcl-over-slf4j-1.5.6.jar (17 kB at 49 kB/s) error 03-Jan-2023 03:05:41 #16 270.2 Progress (1): 3.3/23 kB error 03-Jan-2023 03:05:41 Progress (1): 6.1/23 kB error 03-Jan-2023 03:05:41 Progress (1): 8.9/23 kB error 03-Jan-2023 03:05:41 Progress (1): 12/23 kB error 03-Jan-2023 03:05:41 Progress (1): 15/23 kB error 03-Jan-2023 03:05:41 Progress (1): 17/23 kB error 03-Jan-2023 03:05:41 Progress (1): 20/23 kB error 03-Jan-2023 03:05:41 Progress (1): 23/23 kB error 03-Jan-2023 03:05:41 Progress (1): 23 kB error 03-Jan-2023 03:05:41 error 03-Jan-2023 03:05:42 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/shared/maven-repository-builder/1.0-alpha-2/maven-repository-builder-1.0-alpha-2.jar (23 kB at 42 kB/s) error 03-Jan-2023 03:05:43 #16 271.5 [INFO] Reading assembly descriptor: /app/package/src/main/assembly/assembly.xml error 03-Jan-2023 03:05:44 #16 272.3 [INFO] Building zip: /app/package/target/referenceapplication-package-2.13.0-SNAPSHOT-addons.zip error 03-Jan-2023 03:06:01 #16 290.2 [INFO] error 03-Jan-2023 03:06:01 #16 290.2 [INFO] --- build-helper-maven-plugin:3.0.0:attach-artifact (attach-artifacts) @ referenceapplication-package --- error 03-Jan-2023 03:06:02 #16 291.0 [INFO] error 03-Jan-2023 03:06:02 #16 291.0 [INFO] --- maven-jar-plugin:2.4:test-jar (default) @ referenceapplication-package --- error 03-Jan-2023 03:06:02 #16 291.0 [WARNING] JAR will be empty - no content was marked for inclusion! error 03-Jan-2023 03:06:02 #16 291.0 [INFO] Building jar: /app/package/target/referenceapplication-package-2.13.0-SNAPSHOT-tests.jar error 03-Jan-2023 03:06:02 #16 291.1 [INFO] error 03-Jan-2023 03:06:02 #16 291.1 [INFO] --- maven-install-plugin:2.4:install (default-install) @ referenceapplication-package --- error 03-Jan-2023 03:06:02 #16 291.1 [INFO] Installing /app/package/target/referenceapplication-package-2.13.0-SNAPSHOT.jar to /usr/share/maven/ref/repository/org/openmrs/distro/referenceapplication-package/2.13.0-SNAPSHOT/referenceapplication-package-2.13.0-SNAPSHOT.jar error 03-Jan-2023 03:06:02 #16 291.1 [INFO] Installing /app/package/pom.xml to /usr/share/maven/ref/repository/org/openmrs/distro/referenceapplication-package/2.13.0-SNAPSHOT/referenceapplication-package-2.13.0-SNAPSHOT.pom error 03-Jan-2023 03:06:02 #16 291.1 [INFO] Installing /app/package/target/referenceapplication-package-2.13.0-SNAPSHOT-addons.zip to /usr/share/maven/ref/repository/org/openmrs/distro/referenceapplication-package/2.13.0-SNAPSHOT/referenceapplication-package-2.13.0-SNAPSHOT-addons.zip error 03-Jan-2023 03:06:02 #16 291.3 [INFO] Installing /app/package/target/bundled-distro/web/openmrs.war to /usr/share/maven/ref/repository/org/openmrs/distro/referenceapplication-package/2.13.0-SNAPSHOT/referenceapplication-package-2.13.0-SNAPSHOT.war error 03-Jan-2023 03:06:03 #16 291.7 [INFO] Installing /app/package/target/referenceapplication-package-2.13.0-SNAPSHOT-tests.jar to /usr/share/maven/ref/repository/org/openmrs/distro/referenceapplication-package/2.13.0-SNAPSHOT/referenceapplication-package-2.13.0-SNAPSHOT-tests.jar error 03-Jan-2023 03:06:03 #16 291.7 [INFO] ------------------------------------------------------------------------ error 03-Jan-2023 03:06:03 #16 291.7 [INFO] Reactor Summary for Reference Application Distribution 2.13.0-SNAPSHOT: error 03-Jan-2023 03:06:03 #16 291.7 [INFO] error 03-Jan-2023 03:06:03 #16 291.7 [INFO] Reference Application Distribution ................. SUCCESS [ 2.676 s] error 03-Jan-2023 03:06:03 #16 291.7 [INFO] Reference Application Distribution Package ......... SUCCESS [04:28 min] error 03-Jan-2023 03:06:03 #16 291.7 [INFO] ------------------------------------------------------------------------ error 03-Jan-2023 03:06:03 #16 291.7 [INFO] BUILD SUCCESS error 03-Jan-2023 03:06:03 #16 291.7 [INFO] ------------------------------------------------------------------------ error 03-Jan-2023 03:06:03 #16 291.7 [INFO] Total time: 04:34 min error 03-Jan-2023 03:06:03 #16 291.7 [INFO] Finished at: 2023-01-03T03:06:03Z error 03-Jan-2023 03:06:03 #16 291.7 [INFO] ------------------------------------------------------------------------ error 03-Jan-2023 03:06:03 #16 DONE 292.1s error 03-Jan-2023 03:06:03 error 03-Jan-2023 03:06:03 #18 exporting to image error 03-Jan-2023 03:06:03 #18 exporting layers error 03-Jan-2023 03:06:59 #18 exporting layers 55.3s done error 03-Jan-2023 03:06:59 #18 exporting manifest sha256:cf3ec363d15b6ead31de265c44a75f7cd580e8e0fdc97172264de7a56fc99dc7 0.0s done error 03-Jan-2023 03:06:59 #18 exporting config sha256:ee24ab825f333b47611f9a3b604e5d6ea5664b4a1f551a2e0b0988a739fe2487 error 03-Jan-2023 03:06:59 #18 exporting config sha256:ee24ab825f333b47611f9a3b604e5d6ea5664b4a1f551a2e0b0988a739fe2487 0.0s done error 03-Jan-2023 03:06:59 #18 exporting manifest sha256:847adb603cb3ef4001308a3984bb2b51fce4540d3b28e9f7887c91c77eb0f48b 0.0s done error 03-Jan-2023 03:06:59 #18 exporting config sha256:a81edeb909287b09edba61f82aad5dd16c401a4a40e95eadb068ff3abe6951fc 0.0s done error 03-Jan-2023 03:06:59 #18 exporting manifest list sha256:6b53f1621b231aebbfc892bc4863146ac47aa99c7e83db3f5ca454827d4af576 0.0s done error 03-Jan-2023 03:06:59 #18 pushing layers error 03-Jan-2023 03:06:59 #18 ... error 03-Jan-2023 03:06:59 error 03-Jan-2023 03:06:59 #19 [auth] openmrs/openmrs-reference-application:pull,push token for registry-1.docker.io error 03-Jan-2023 03:06:59 #19 DONE 0.0s error 03-Jan-2023 03:06:59 error 03-Jan-2023 03:06:59 #18 exporting to image error 03-Jan-2023 03:07:22 #18 pushing layers 23.5s done error 03-Jan-2023 03:07:22 #18 pushing manifest for docker.io/openmrs/openmrs-reference-application:dev@sha256:6b53f1621b231aebbfc892bc4863146ac47aa99c7e83db3f5ca454827d4af576 error 03-Jan-2023 03:07:23 #18 pushing manifest for docker.io/openmrs/openmrs-reference-application:dev@sha256:6b53f1621b231aebbfc892bc4863146ac47aa99c7e83db3f5ca454827d4af576 0.9s done error 03-Jan-2023 03:07:23 #18 DONE 79.8s error 03-Jan-2023 03:07:23 Unable to find image 'openmrs/openmrs-reference-application:dev' locally error 03-Jan-2023 03:07:24 dev: Pulling from openmrs/openmrs-reference-application error 03-Jan-2023 03:07:24 5b4a36b5b78f: Already exists error 03-Jan-2023 03:07:24 898f795353af: Already exists error 03-Jan-2023 03:07:24 6dd84c6f1e13: Already exists error 03-Jan-2023 03:07:24 1f23131bd791: Already exists error 03-Jan-2023 03:07:24 4bb119f803d6: Already exists error 03-Jan-2023 03:07:24 cbb045e564ce: Already exists error 03-Jan-2023 03:07:24 98061fdd0ba2: Already exists error 03-Jan-2023 03:07:24 fd66a7dacd54: Already exists error 03-Jan-2023 03:07:24 165e0cdcb067: Already exists error 03-Jan-2023 03:07:24 3a4393a1ae7f: Already exists error 03-Jan-2023 03:07:24 666883274ebc: Already exists error 03-Jan-2023 03:07:24 7b88e8bec00b: Already exists error 03-Jan-2023 03:07:24 d98f57411bb9: Already exists error 03-Jan-2023 03:07:24 92ad60063615: Already exists error 03-Jan-2023 03:07:24 f3a5893a9741: Already exists error 03-Jan-2023 03:07:24 4bc95edcdebb: Already exists error 03-Jan-2023 03:07:24 98206b9d40ce: Already exists error 03-Jan-2023 03:07:24 1dd40dfb5cfc: Already exists error 03-Jan-2023 03:07:24 edf8423d58a2: Already exists error 03-Jan-2023 03:07:24 ee2cd8fda60f: Already exists error 03-Jan-2023 03:07:24 52148ff1c3a4: Already exists error 03-Jan-2023 03:07:24 80255a1385b9: Already exists error 03-Jan-2023 03:07:24 a367cf6b0547: Already exists error 03-Jan-2023 03:07:24 a116792d1826: Already exists error 03-Jan-2023 03:07:24 20897e65fe6a: Already exists error 03-Jan-2023 03:07:24 4e50e0d6045a: Already exists error 03-Jan-2023 03:07:24 4f4fb700ef54: Already exists error 03-Jan-2023 03:07:24 1e34aa32778d: Already exists error 03-Jan-2023 03:07:24 c1a03a00b0f7: Already exists error 03-Jan-2023 03:07:24 2436457129da: Already exists error 03-Jan-2023 03:07:24 cd209e6af1b7: Already exists error 03-Jan-2023 03:07:24 91372baa661e: Already exists error 03-Jan-2023 03:07:24 112de604c0bd: Already exists error 03-Jan-2023 03:07:24 c6d272ae6691: Already exists error 03-Jan-2023 03:07:24 788cc45c96b9: Already exists error 03-Jan-2023 03:07:24 658d0aa8d799: Already exists error 03-Jan-2023 03:07:24 98f84d8aff8e: Already exists error 03-Jan-2023 03:07:24 04a55ae71035: Pulling fs layer error 03-Jan-2023 03:07:24 2c28c78e08a0: Pulling fs layer error 03-Jan-2023 03:07:24 dd40269f9ebe: Pulling fs layer error 03-Jan-2023 03:07:25 04a55ae71035: Verifying Checksum error 03-Jan-2023 03:07:25 04a55ae71035: Download complete error 03-Jan-2023 03:07:25 2c28c78e08a0: Verifying Checksum error 03-Jan-2023 03:07:25 2c28c78e08a0: Download complete error 03-Jan-2023 03:07:25 04a55ae71035: Pull complete error 03-Jan-2023 03:07:26 2c28c78e08a0: Pull complete error 03-Jan-2023 03:07:37 dd40269f9ebe: Verifying Checksum error 03-Jan-2023 03:07:37 dd40269f9ebe: Download complete error 03-Jan-2023 03:07:45 dd40269f9ebe: Pull complete error 03-Jan-2023 03:07:45 Digest: sha256:6b53f1621b231aebbfc892bc4863146ac47aa99c7e83db3f5ca454827d4af576 error 03-Jan-2023 03:07:45 Status: Downloaded newer image for openmrs/openmrs-reference-application:dev build 03-Jan-2023 03:07:57 [INFO] Scanning for projects... build 03-Jan-2023 03:07:57 [WARNING] build 03-Jan-2023 03:07:57 [WARNING] Some problems were encountered while building the effective model for org.openmrs.distro:referenceapplication-package:jar:2.13.0-SNAPSHOT build 03-Jan-2023 03:07:57 [WARNING] 'dependencyManagement.dependencies.dependency.scope' for org.openmrs.module:dataexchange-omod:jar:tests must be one of [provided, compile, runtime, test, system, import] but is 'tests'. @ org.openmrs.distro:referenceapplication:2.13.0-SNAPSHOT, /app/pom.xml, line 882, column 12 build 03-Jan-2023 03:07:57 [WARNING] 'dependencyManagement.dependencies.dependency.scope' for org.openmrs.module:allergyui-api:jar:tests must be one of [provided, compile, runtime, test, system, import] but is 'tests'. @ org.openmrs.distro:referenceapplication:2.13.0-SNAPSHOT, /app/pom.xml, line 895, column 12 build 03-Jan-2023 03:07:57 [WARNING] 'dependencyManagement.dependencies.dependency.scope' for org.openmrs.module:formentryapp-api:jar:tests must be one of [provided, compile, runtime, test, system, import] but is 'tests'. @ org.openmrs.distro:referenceapplication:2.13.0-SNAPSHOT, /app/pom.xml, line 915, column 12 build 03-Jan-2023 03:07:57 [WARNING] 'dependencyManagement.dependencies.dependency.scope' for org.openmrs.module:legacyui-api:jar:tests must be one of [provided, compile, runtime, test, system, import] but is 'tests'. @ org.openmrs.distro:referenceapplication:2.13.0-SNAPSHOT, /app/pom.xml, line 989, column 12 build 03-Jan-2023 03:07:57 [WARNING] 'dependencyManagement.dependencies.dependency.scope' for org.openmrs.module:reportingcompatibility-api:jar:tests must be one of [provided, compile, runtime, test, system, import] but is 'tests'. @ org.openmrs.distro:referenceapplication:2.13.0-SNAPSHOT, /app/pom.xml, line 1008, column 12 build 03-Jan-2023 03:07:57 [WARNING] build 03-Jan-2023 03:07:57 [WARNING] Some problems were encountered while building the effective model for org.openmrs.distro:referenceapplication:pom:2.13.0-SNAPSHOT build 03-Jan-2023 03:07:57 [WARNING] 'dependencyManagement.dependencies.dependency.scope' for org.openmrs.module:dataexchange-omod:jar:tests must be one of [provided, compile, runtime, test, system, import] but is 'tests'. @ line 882, column 12 build 03-Jan-2023 03:07:57 [WARNING] 'dependencyManagement.dependencies.dependency.scope' for org.openmrs.module:allergyui-api:jar:tests must be one of [provided, compile, runtime, test, system, import] but is 'tests'. @ line 895, column 12 build 03-Jan-2023 03:07:57 [WARNING] 'dependencyManagement.dependencies.dependency.scope' for org.openmrs.module:formentryapp-api:jar:tests must be one of [provided, compile, runtime, test, system, import] but is 'tests'. @ line 915, column 12 build 03-Jan-2023 03:07:57 [WARNING] 'dependencyManagement.dependencies.dependency.scope' for org.openmrs.module:legacyui-api:jar:tests must be one of [provided, compile, runtime, test, system, import] but is 'tests'. @ line 989, column 12 build 03-Jan-2023 03:07:57 [WARNING] 'dependencyManagement.dependencies.dependency.scope' for org.openmrs.module:reportingcompatibility-api:jar:tests must be one of [provided, compile, runtime, test, system, import] but is 'tests'. @ line 1008, column 12 build 03-Jan-2023 03:07:57 [WARNING] build 03-Jan-2023 03:07:57 [WARNING] It is highly recommended to fix these problems because they threaten the stability of your build. build 03-Jan-2023 03:07:57 [WARNING] build 03-Jan-2023 03:07:57 [WARNING] For this reason, future Maven versions might no longer support building such malformed projects. build 03-Jan-2023 03:07:57 [WARNING] build 03-Jan-2023 03:07:57 [INFO] ------------------------------------------------------------------------ build 03-Jan-2023 03:07:57 [INFO] Reactor Build Order: build 03-Jan-2023 03:07:57 [INFO] build 03-Jan-2023 03:07:57 [INFO] Reference Application Distribution [pom] build 03-Jan-2023 03:07:57 [INFO] Reference Application Distribution Package [jar] build 03-Jan-2023 03:07:57 [INFO] build 03-Jan-2023 03:07:57 [INFO] --------------< org.openmrs.distro:referenceapplication >--------------- build 03-Jan-2023 03:07:57 [INFO] Building Reference Application Distribution 2.13.0-SNAPSHOT [1/2] build 03-Jan-2023 03:07:57 [INFO] --------------------------------[ pom ]--------------------------------- build 03-Jan-2023 03:07:57 [INFO] build 03-Jan-2023 03:07:57 [INFO] --- maven-install-plugin:2.4:install (default-install) @ referenceapplication --- build 03-Jan-2023 03:07:57 [INFO] Installing /app/pom.xml to /root/.m2/repository/org/openmrs/distro/referenceapplication/2.13.0-SNAPSHOT/referenceapplication-2.13.0-SNAPSHOT.pom build 03-Jan-2023 03:07:57 [INFO] build 03-Jan-2023 03:07:57 [INFO] --- maven-deploy-plugin:2.7:deploy (default-deploy) @ referenceapplication --- build 03-Jan-2023 03:07:57 Downloading from openmrs-repo-snapshots: https://mavenrepo.openmrs.org/snapshots/org/openmrs/distro/referenceapplication/2.13.0-SNAPSHOT/maven-metadata.xml build 03-Jan-2023 03:07:58 Progress (1): 623 B build 03-Jan-2023 03:07:59 build 03-Jan-2023 03:07:59 Downloaded from openmrs-repo-snapshots: https://mavenrepo.openmrs.org/snapshots/org/openmrs/distro/referenceapplication/2.13.0-SNAPSHOT/maven-metadata.xml (623 B at 565 B/s) build 03-Jan-2023 03:07:59 Uploading to openmrs-repo-snapshots: https://mavenrepo.openmrs.org/snapshots/org/openmrs/distro/referenceapplication/2.13.0-SNAPSHOT/referenceapplication-2.13.0-20230103.030757-1743.pom build 03-Jan-2023 03:07:59 Progress (1): 4.1/42 kB build 03-Jan-2023 03:07:59 Progress (1): 8.2/42 kB build 03-Jan-2023 03:07:59 Progress (1): 12/42 kB build 03-Jan-2023 03:07:59 Progress (1): 16/42 kB build 03-Jan-2023 03:07:59 Progress (1): 20/42 kB build 03-Jan-2023 03:07:59 Progress (1): 25/42 kB build 03-Jan-2023 03:07:59 Progress (1): 29/42 kB build 03-Jan-2023 03:07:59 Progress (1): 33/42 kB build 03-Jan-2023 03:07:59 Progress (1): 37/42 kB build 03-Jan-2023 03:07:59 Progress (1): 41/42 kB build 03-Jan-2023 03:07:59 Progress (1): 42 kB build 03-Jan-2023 03:08:00 build 03-Jan-2023 03:08:00 Uploaded to openmrs-repo-snapshots: https://mavenrepo.openmrs.org/snapshots/org/openmrs/distro/referenceapplication/2.13.0-SNAPSHOT/referenceapplication-2.13.0-20230103.030757-1743.pom (42 kB at 22 kB/s) build 03-Jan-2023 03:08:00 Downloading from openmrs-repo-snapshots: https://mavenrepo.openmrs.org/snapshots/org/openmrs/distro/referenceapplication/maven-metadata.xml build 03-Jan-2023 03:08:01 Progress (1): 1.1 kB build 03-Jan-2023 03:08:01 build 03-Jan-2023 03:08:01 Downloaded from openmrs-repo-snapshots: https://mavenrepo.openmrs.org/snapshots/org/openmrs/distro/referenceapplication/maven-metadata.xml (1.1 kB at 5.0 kB/s) build 03-Jan-2023 03:08:01 Uploading to openmrs-repo-snapshots: https://mavenrepo.openmrs.org/snapshots/org/openmrs/distro/referenceapplication/2.13.0-SNAPSHOT/maven-metadata.xml build 03-Jan-2023 03:08:01 Progress (1): 623 B build 03-Jan-2023 03:08:02 build 03-Jan-2023 03:08:02 Uploaded to openmrs-repo-snapshots: https://mavenrepo.openmrs.org/snapshots/org/openmrs/distro/referenceapplication/2.13.0-SNAPSHOT/maven-metadata.xml (623 B at 473 B/s) build 03-Jan-2023 03:08:02 Uploading to openmrs-repo-snapshots: https://mavenrepo.openmrs.org/snapshots/org/openmrs/distro/referenceapplication/maven-metadata.xml build 03-Jan-2023 03:08:02 Progress (1): 1.1 kB build 03-Jan-2023 03:08:03 build 03-Jan-2023 03:08:03 Uploaded to openmrs-repo-snapshots: https://mavenrepo.openmrs.org/snapshots/org/openmrs/distro/referenceapplication/maven-metadata.xml (1.1 kB at 746 B/s) build 03-Jan-2023 03:08:03 [INFO] build 03-Jan-2023 03:08:03 [INFO] ----------< org.openmrs.distro:referenceapplication-package >----------- build 03-Jan-2023 03:08:03 [INFO] Building Reference Application Distribution Package 2.13.0-SNAPSHOT [2/2] build 03-Jan-2023 03:08:03 [INFO] --------------------------------[ jar ]--------------------------------- build 03-Jan-2023 03:08:04 [INFO] build 03-Jan-2023 03:08:04 [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ referenceapplication-package --- build 03-Jan-2023 03:08:04 [INFO] Using 'UTF-8' encoding to copy filtered resources. build 03-Jan-2023 03:08:04 [INFO] Copying 1 resource build 03-Jan-2023 03:08:04 [INFO] Copying 2 resources build 03-Jan-2023 03:08:04 [INFO] skip non existing resourceDirectory /app/package/src/main/webapp build 03-Jan-2023 03:08:04 [INFO] build 03-Jan-2023 03:08:04 [INFO] --- openmrs-sdk-maven-plugin:4.5.0:build-distro (build-distro) @ referenceapplication-package --- error 03-Jan-2023 03:08:05 Jan 03, 2023 3:08:05 AM org.jline.utils.Log logr error 03-Jan-2023 03:08:05 WARNING: Unable to create a system terminal, creating a dumb terminal (enable debug logging for more information) build 03-Jan-2023 03:08:06 build 03-Jan-2023 03:08:06 The directory at '/app/package/target/distro' contains docker config. Only modules and openmrs.war will be overriden build 03-Jan-2023 03:08:06 build 03-Jan-2023 03:08:06 Downloading modules... build 03-Jan-2023 03:08:06 build 03-Jan-2023 03:08:06 [INFO] Configured Artifact: org.openmrs.web:openmrs-webapp:2.5.8:war build 03-Jan-2023 03:08:06 [INFO] Copying openmrs-webapp-2.5.8.war to /app/package/target/distro/web/openmrs-2.5.8.war build 03-Jan-2023 03:08:06 build 03-Jan-2023 03:08:06 file:/app/package/target/distro/web/openmrs-2.5.8.war build 03-Jan-2023 03:08:06 build 03-Jan-2023 03:08:06 target:/app/package/target/distro/web build 03-Jan-2023 03:08:07 [INFO] Configured Artifact: org.openmrs.module:addresshierarchy-omod:2.15.0:jar build 03-Jan-2023 03:08:07 [INFO] Configured Artifact: org.openmrs.module:legacyui-omod:1.13.0:jar build 03-Jan-2023 03:08:07 [INFO] Configured Artifact: org.openmrs.module:openconceptlab-omod:2.0.0:jar build 03-Jan-2023 03:08:07 [INFO] Configured Artifact: org.openmrs.module:metadatadeploy-omod:1.13.0:jar build 03-Jan-2023 03:08:07 [INFO] Configured Artifact: org.openmrs.module:reportingrest-omod:1.14.0:jar build 03-Jan-2023 03:08:07 [INFO] Configured Artifact: org.openmrs.module:owa-omod:1.14.0:jar build 03-Jan-2023 03:08:07 [INFO] Configured Artifact: org.openmrs.module:fhir2-omod:1.8.0:jar build 03-Jan-2023 03:08:07 [INFO] Configured Artifact: org.openmrs.module:serialization.xstream-omod:0.2.16:omod build 03-Jan-2023 03:08:07 [INFO] Configured Artifact: org.openmrs.module:registrationapp-omod:1.25.0:jar build 03-Jan-2023 03:08:07 [INFO] Configured Artifact: org.openmrs:event-omod:2.10.0:jar build 03-Jan-2023 03:08:07 [INFO] Configured Artifact: org.openmrs.module:uilibrary-omod:2.0.7:jar build 03-Jan-2023 03:08:07 [INFO] Configured Artifact: org.openmrs.module:htmlwidgets-omod:1.11.0:jar build 03-Jan-2023 03:08:07 [INFO] Configured Artifact: org.openmrs.module:dataexchange-omod:1.3.8:jar build 03-Jan-2023 03:08:07 [INFO] Configured Artifact: org.openmrs.module:appui-omod:1.16.0:jar build 03-Jan-2023 03:08:07 [INFO] Configured Artifact: org.openmrs.module:allergyui-omod:1.8.5:jar build 03-Jan-2023 03:08:07 [INFO] Configured Artifact: org.openmrs.module:providermanagement-omod:2.14.0:jar build 03-Jan-2023 03:08:07 [INFO] Configured Artifact: org.openmrs.module:appointmentschedulingui-omod:1.14.0:jar build 03-Jan-2023 03:08:07 [INFO] Configured Artifact: org.openmrs.module:attachments-omod:2.7.0:jar build 03-Jan-2023 03:08:07 [INFO] Configured Artifact: org.openmrs.module:formentryapp-omod:1.4.3:jar build 03-Jan-2023 03:08:07 [INFO] Configured Artifact: org.openmrs.module:idgen-omod:4.9.0:jar build 03-Jan-2023 03:08:07 [INFO] Configured Artifact: org.openmrs.module:metadatamapping-omod:1.6.0:jar build 03-Jan-2023 03:08:07 [INFO] Configured Artifact: org.openmrs.module:htmlformentryui-omod:2.2.0:jar build 03-Jan-2023 03:08:07 [INFO] Configured Artifact: org.openmrs.module:referencedemodata-omod:1.4.8:jar build 03-Jan-2023 03:08:07 [INFO] Configured Artifact: org.openmrs.module:emrapi-omod:1.33.0:jar build 03-Jan-2023 03:08:07 [INFO] Configured Artifact: org.openmrs.module:referenceapplication-omod:2.13.0-SNAPSHOT:jar build 03-Jan-2023 03:08:07 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/nexus/content/repositories/public/org/openmrs/module/referenceapplication-omod/2.13.0-SNAPSHOT/maven-metadata.xml build 03-Jan-2023 03:08:07 Progress (1): 802 B build 03-Jan-2023 03:08:07 build 03-Jan-2023 03:08:07 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/nexus/content/repositories/public/org/openmrs/module/referenceapplication-omod/2.13.0-SNAPSHOT/maven-metadata.xml (802 B at 3.4 kB/s) build 03-Jan-2023 03:08:07 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/nexus/content/repositories/public/org/openmrs/module/referenceapplication/2.13.0-SNAPSHOT/maven-metadata.xml build 03-Jan-2023 03:08:07 Progress (1): 621 B build 03-Jan-2023 03:08:07 build 03-Jan-2023 03:08:07 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/nexus/content/repositories/public/org/openmrs/module/referenceapplication/2.13.0-SNAPSHOT/maven-metadata.xml (621 B at 2.5 kB/s) build 03-Jan-2023 03:08:07 [INFO] Configured Artifact: org.openmrs.module:htmlformentry-omod:5.1.0:jar build 03-Jan-2023 03:08:07 [INFO] Configured Artifact: org.openmrs.module:appframework-omod:2.17.0:jar build 03-Jan-2023 03:08:07 [INFO] Configured Artifact: org.openmrs.module:referencemetadata-omod:2.13.0:jar build 03-Jan-2023 03:08:07 [INFO] Configured Artifact: org.openmrs.module:reportingui-omod:1.11.0:jar build 03-Jan-2023 03:08:07 [INFO] Configured Artifact: org.openmrs.module:coreapps-omod:1.38.0:jar build 03-Jan-2023 03:08:07 [INFO] Configured Artifact: org.openmrs.module:reportingcompatibility-omod:2.0.9:jar build 03-Jan-2023 03:08:07 [INFO] Configured Artifact: org.openmrs.module:reporting-omod:1.25.0:jar build 03-Jan-2023 03:08:07 [INFO] Configured Artifact: org.openmrs.module:adminui-omod:1.6.0:jar build 03-Jan-2023 03:08:07 [INFO] Configured Artifact: org.openmrs.module:registrationcore-omod:1.12.0:jar build 03-Jan-2023 03:08:07 [INFO] Configured Artifact: org.openmrs.module:appointmentscheduling-omod:1.17.0:jar build 03-Jan-2023 03:08:07 [INFO] Configured Artifact: org.openmrs.module:atlas-omod:2.2.6:omod build 03-Jan-2023 03:08:07 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/nexus/content/repositories/public/org/openmrs/module/atlas-omod/2.2.6/atlas-omod-2.2.6.pom build 03-Jan-2023 03:08:07 [WARNING] The POM for org.openmrs.module:atlas-omod:omod:2.2.6 is missing, no dependency information available build 03-Jan-2023 03:08:07 [INFO] Configured Artifact: org.openmrs.module:calculation-omod:1.3.0:jar build 03-Jan-2023 03:08:07 [INFO] Configured Artifact: org.openmrs.module:webservices.rest-omod:2.38.0:jar build 03-Jan-2023 03:08:07 [INFO] Configured Artifact: org.openmrs.module:spa-omod:1.0.9:jar build 03-Jan-2023 03:08:07 [INFO] Configured Artifact: org.openmrs.module:uicommons-omod:2.23.0:jar build 03-Jan-2023 03:08:07 [INFO] Configured Artifact: org.openmrs.module:uiframework-omod:3.23.0:jar build 03-Jan-2023 03:08:07 [INFO] Configured Artifact: org.openmrs.module:metadatasharing-omod:1.9.0:jar build 03-Jan-2023 03:08:07 [INFO] Copying addresshierarchy-omod-2.15.0.jar to /app/package/target/distro/web/modules/addresshierarchy-2.15.0.omod build 03-Jan-2023 03:08:07 [INFO] Copying legacyui-omod-1.13.0.jar to /app/package/target/distro/web/modules/legacyui-1.13.0.omod build 03-Jan-2023 03:08:07 [INFO] Copying openconceptlab-omod-2.0.0.jar to /app/package/target/distro/web/modules/openconceptlab-2.0.0.omod build 03-Jan-2023 03:08:07 [INFO] Copying metadatadeploy-omod-1.13.0.jar to /app/package/target/distro/web/modules/metadatadeploy-1.13.0.omod build 03-Jan-2023 03:08:07 [INFO] Copying reportingrest-omod-1.14.0.jar to /app/package/target/distro/web/modules/reportingrest-1.14.0.omod build 03-Jan-2023 03:08:07 [INFO] Copying owa-omod-1.14.0.jar to /app/package/target/distro/web/modules/owa-1.14.0.omod build 03-Jan-2023 03:08:07 [INFO] Copying fhir2-omod-1.8.0.jar to /app/package/target/distro/web/modules/fhir2-1.8.0.omod build 03-Jan-2023 03:08:07 [INFO] Copying serialization.xstream-omod-0.2.16.omod to /app/package/target/distro/web/modules/serialization.xstream-0.2.16.omod build 03-Jan-2023 03:08:07 [INFO] Copying registrationapp-omod-1.25.0.jar to /app/package/target/distro/web/modules/registrationapp-1.25.0.omod build 03-Jan-2023 03:08:07 [INFO] Copying event-omod-2.10.0.jar to /app/package/target/distro/web/modules/event-2.10.0.omod build 03-Jan-2023 03:08:07 [INFO] Copying uilibrary-omod-2.0.7.jar to /app/package/target/distro/web/modules/uilibrary-2.0.7.omod build 03-Jan-2023 03:08:07 [INFO] Copying htmlwidgets-omod-1.11.0.jar to /app/package/target/distro/web/modules/htmlwidgets-1.11.0.omod build 03-Jan-2023 03:08:07 [INFO] Copying dataexchange-omod-1.3.8.jar to /app/package/target/distro/web/modules/dataexchange-1.3.8.omod build 03-Jan-2023 03:08:07 [INFO] Copying appui-omod-1.16.0.jar to /app/package/target/distro/web/modules/appui-1.16.0.omod build 03-Jan-2023 03:08:07 [INFO] Copying allergyui-omod-1.8.5.jar to /app/package/target/distro/web/modules/allergyui-1.8.5.omod build 03-Jan-2023 03:08:07 [INFO] Copying providermanagement-omod-2.14.0.jar to /app/package/target/distro/web/modules/providermanagement-2.14.0.omod build 03-Jan-2023 03:08:07 [INFO] Copying appointmentschedulingui-omod-1.14.0.jar to /app/package/target/distro/web/modules/appointmentschedulingui-1.14.0.omod build 03-Jan-2023 03:08:07 [INFO] Copying attachments-omod-2.7.0.jar to /app/package/target/distro/web/modules/attachments-2.7.0.omod build 03-Jan-2023 03:08:07 [INFO] Copying formentryapp-omod-1.4.3.jar to /app/package/target/distro/web/modules/formentryapp-1.4.3.omod build 03-Jan-2023 03:08:07 [INFO] Copying idgen-omod-4.9.0.jar to /app/package/target/distro/web/modules/idgen-4.9.0.omod build 03-Jan-2023 03:08:07 [INFO] Copying metadatamapping-omod-1.6.0.jar to /app/package/target/distro/web/modules/metadatamapping-1.6.0.omod build 03-Jan-2023 03:08:07 [INFO] Copying htmlformentryui-omod-2.2.0.jar to /app/package/target/distro/web/modules/htmlformentryui-2.2.0.omod build 03-Jan-2023 03:08:07 [INFO] Copying referencedemodata-omod-1.4.8.jar to /app/package/target/distro/web/modules/referencedemodata-1.4.8.omod build 03-Jan-2023 03:08:07 [INFO] Copying emrapi-omod-1.33.0.jar to /app/package/target/distro/web/modules/emrapi-1.33.0.omod build 03-Jan-2023 03:08:07 [INFO] Copying referenceapplication-omod-2.13.0-SNAPSHOT.jar to /app/package/target/distro/web/modules/referenceapplication-2.13.0-SNAPSHOT.omod build 03-Jan-2023 03:08:07 [INFO] Copying htmlformentry-omod-5.1.0.jar to /app/package/target/distro/web/modules/htmlformentry-5.1.0.omod build 03-Jan-2023 03:08:07 [INFO] Copying appframework-omod-2.17.0.jar to /app/package/target/distro/web/modules/appframework-2.17.0.omod build 03-Jan-2023 03:08:07 [INFO] Copying referencemetadata-omod-2.13.0.jar to /app/package/target/distro/web/modules/referencemetadata-2.13.0.omod build 03-Jan-2023 03:08:07 [INFO] Copying reportingui-omod-1.11.0.jar to /app/package/target/distro/web/modules/reportingui-1.11.0.omod build 03-Jan-2023 03:08:07 [INFO] Copying coreapps-omod-1.38.0.jar to /app/package/target/distro/web/modules/coreapps-1.38.0.omod build 03-Jan-2023 03:08:07 [INFO] Copying reportingcompatibility-omod-2.0.9.jar to /app/package/target/distro/web/modules/reportingcompatibility-2.0.9.omod build 03-Jan-2023 03:08:07 [INFO] Copying reporting-omod-1.25.0.jar to /app/package/target/distro/web/modules/reporting-1.25.0.omod build 03-Jan-2023 03:08:08 [INFO] Copying adminui-omod-1.6.0.jar to /app/package/target/distro/web/modules/adminui-1.6.0.omod build 03-Jan-2023 03:08:08 [INFO] Copying registrationcore-omod-1.12.0.jar to /app/package/target/distro/web/modules/registrationcore-1.12.0.omod build 03-Jan-2023 03:08:08 [INFO] Copying appointmentscheduling-omod-1.17.0.jar to /app/package/target/distro/web/modules/appointmentscheduling-1.17.0.omod build 03-Jan-2023 03:08:08 [INFO] Copying atlas-omod-2.2.6.omod to /app/package/target/distro/web/modules/atlas-2.2.6.omod build 03-Jan-2023 03:08:08 [INFO] Copying calculation-omod-1.3.0.jar to /app/package/target/distro/web/modules/calculation-1.3.0.omod build 03-Jan-2023 03:08:08 [INFO] Copying webservices.rest-omod-2.38.0.jar to /app/package/target/distro/web/modules/webservices.rest-2.38.0.omod build 03-Jan-2023 03:08:08 [INFO] Copying spa-omod-1.0.9.jar to /app/package/target/distro/web/modules/spa-1.0.9.omod build 03-Jan-2023 03:08:08 [INFO] Copying uicommons-omod-2.23.0.jar to /app/package/target/distro/web/modules/uicommons-2.23.0.omod build 03-Jan-2023 03:08:08 [INFO] Copying uiframework-omod-3.23.0.jar to /app/package/target/distro/web/modules/uiframework-3.23.0.omod build 03-Jan-2023 03:08:08 [INFO] Copying metadatasharing-omod-1.9.0.jar to /app/package/target/distro/web/modules/metadatasharing-1.9.0.omod build 03-Jan-2023 03:08:08 build 03-Jan-2023 03:08:08 Downloading OWAs... build 03-Jan-2023 03:08:08 build 03-Jan-2023 03:08:08 build 03-Jan-2023 03:08:08 Downloading OWA: org.openmrs.owa:openmrs-owa-sysadmin:1.2 build 03-Jan-2023 03:08:08 [INFO] Configured Artifact: org.openmrs.owa:sysadmin:1.2:zip build 03-Jan-2023 03:08:08 [INFO] Copying sysadmin-1.2.zip to /app/package/target/distro/web/owa/sysadmin-1.2.zip build 03-Jan-2023 03:08:08 build 03-Jan-2023 03:08:08 Creating Docker Compose configuration... build 03-Jan-2023 03:08:08 build 03-Jan-2023 03:08:08 build 03-Jan-2023 03:08:08 The 'referenceapplication' distribution created! To start up the server run 'docker-compose up' from /app/package/target/distro build 03-Jan-2023 03:08:08 build 03-Jan-2023 03:08:08 [INFO] build 03-Jan-2023 03:08:08 [INFO] --- openmrs-sdk-maven-plugin:4.5.0:build-distro (build-bundled-distro) @ referenceapplication-package --- build 03-Jan-2023 03:08:08 build 03-Jan-2023 03:08:08 The directory at '/app/package/target/bundled-distro' contains docker config. Only modules and openmrs.war will be overriden build 03-Jan-2023 03:08:08 build 03-Jan-2023 03:08:08 Downloading modules... build 03-Jan-2023 03:08:08 build 03-Jan-2023 03:08:08 [INFO] Configured Artifact: org.openmrs.web:openmrs-webapp:2.5.8:war build 03-Jan-2023 03:08:08 [INFO] Copying openmrs-webapp-2.5.8.war to /app/package/target/bundled-distro/web/openmrs-2.5.8.war build 03-Jan-2023 03:08:08 build 03-Jan-2023 03:08:08 file:/app/package/target/bundled-distro/web/openmrs-2.5.8.war build 03-Jan-2023 03:08:08 build 03-Jan-2023 03:08:08 target:/app/package/target/bundled-distro/web build 03-Jan-2023 03:08:08 [INFO] Configured Artifact: org.openmrs.module:addresshierarchy-omod:2.15.0:jar build 03-Jan-2023 03:08:08 [INFO] Configured Artifact: org.openmrs.module:legacyui-omod:1.13.0:jar build 03-Jan-2023 03:08:08 [INFO] Configured Artifact: org.openmrs.module:openconceptlab-omod:2.0.0:jar build 03-Jan-2023 03:08:08 [INFO] Configured Artifact: org.openmrs.module:metadatadeploy-omod:1.13.0:jar build 03-Jan-2023 03:08:08 [INFO] Configured Artifact: org.openmrs.module:reportingrest-omod:1.14.0:jar build 03-Jan-2023 03:08:08 [INFO] Configured Artifact: org.openmrs.module:owa-omod:1.14.0:jar build 03-Jan-2023 03:08:08 [INFO] Configured Artifact: org.openmrs.module:fhir2-omod:1.8.0:jar build 03-Jan-2023 03:08:08 [INFO] Configured Artifact: org.openmrs.module:serialization.xstream-omod:0.2.16:omod build 03-Jan-2023 03:08:08 [INFO] Configured Artifact: org.openmrs.module:registrationapp-omod:1.25.0:jar build 03-Jan-2023 03:08:08 [INFO] Configured Artifact: org.openmrs:event-omod:2.10.0:jar build 03-Jan-2023 03:08:08 [INFO] Configured Artifact: org.openmrs.module:uilibrary-omod:2.0.7:jar build 03-Jan-2023 03:08:08 [INFO] Configured Artifact: org.openmrs.module:htmlwidgets-omod:1.11.0:jar build 03-Jan-2023 03:08:08 [INFO] Configured Artifact: org.openmrs.module:dataexchange-omod:1.3.8:jar build 03-Jan-2023 03:08:08 [INFO] Configured Artifact: org.openmrs.module:appui-omod:1.16.0:jar build 03-Jan-2023 03:08:08 [INFO] Configured Artifact: org.openmrs.module:allergyui-omod:1.8.5:jar build 03-Jan-2023 03:08:08 [INFO] Configured Artifact: org.openmrs.module:providermanagement-omod:2.14.0:jar build 03-Jan-2023 03:08:08 [INFO] Configured Artifact: org.openmrs.module:appointmentschedulingui-omod:1.14.0:jar build 03-Jan-2023 03:08:08 [INFO] Configured Artifact: org.openmrs.module:attachments-omod:2.7.0:jar build 03-Jan-2023 03:08:08 [INFO] Configured Artifact: org.openmrs.module:formentryapp-omod:1.4.3:jar build 03-Jan-2023 03:08:08 [INFO] Configured Artifact: org.openmrs.module:idgen-omod:4.9.0:jar build 03-Jan-2023 03:08:08 [INFO] Configured Artifact: org.openmrs.module:metadatamapping-omod:1.6.0:jar build 03-Jan-2023 03:08:08 [INFO] Configured Artifact: org.openmrs.module:htmlformentryui-omod:2.2.0:jar build 03-Jan-2023 03:08:08 [INFO] Configured Artifact: org.openmrs.module:referencedemodata-omod:1.4.8:jar build 03-Jan-2023 03:08:08 [INFO] Configured Artifact: org.openmrs.module:emrapi-omod:1.33.0:jar build 03-Jan-2023 03:08:08 [INFO] Configured Artifact: org.openmrs.module:referenceapplication-omod:2.13.0-SNAPSHOT:jar build 03-Jan-2023 03:08:08 [INFO] Configured Artifact: org.openmrs.module:htmlformentry-omod:5.1.0:jar build 03-Jan-2023 03:08:08 [INFO] Configured Artifact: org.openmrs.module:appframework-omod:2.17.0:jar build 03-Jan-2023 03:08:08 [INFO] Configured Artifact: org.openmrs.module:referencemetadata-omod:2.13.0:jar build 03-Jan-2023 03:08:08 [INFO] Configured Artifact: org.openmrs.module:reportingui-omod:1.11.0:jar build 03-Jan-2023 03:08:08 [INFO] Configured Artifact: org.openmrs.module:coreapps-omod:1.38.0:jar build 03-Jan-2023 03:08:08 [INFO] Configured Artifact: org.openmrs.module:reportingcompatibility-omod:2.0.9:jar build 03-Jan-2023 03:08:08 [INFO] Configured Artifact: org.openmrs.module:reporting-omod:1.25.0:jar build 03-Jan-2023 03:08:08 [INFO] Configured Artifact: org.openmrs.module:adminui-omod:1.6.0:jar build 03-Jan-2023 03:08:08 [INFO] Configured Artifact: org.openmrs.module:registrationcore-omod:1.12.0:jar build 03-Jan-2023 03:08:08 [INFO] Configured Artifact: org.openmrs.module:appointmentscheduling-omod:1.17.0:jar build 03-Jan-2023 03:08:08 [INFO] Configured Artifact: org.openmrs.module:atlas-omod:2.2.6:omod build 03-Jan-2023 03:08:08 [WARNING] The POM for org.openmrs.module:atlas-omod:omod:2.2.6 is missing, no dependency information available build 03-Jan-2023 03:08:08 [INFO] Configured Artifact: org.openmrs.module:calculation-omod:1.3.0:jar build 03-Jan-2023 03:08:08 [INFO] Configured Artifact: org.openmrs.module:webservices.rest-omod:2.38.0:jar build 03-Jan-2023 03:08:08 [INFO] Configured Artifact: org.openmrs.module:spa-omod:1.0.9:jar build 03-Jan-2023 03:08:08 [INFO] Configured Artifact: org.openmrs.module:uicommons-omod:2.23.0:jar build 03-Jan-2023 03:08:08 [INFO] Configured Artifact: org.openmrs.module:uiframework-omod:3.23.0:jar build 03-Jan-2023 03:08:08 [INFO] Configured Artifact: org.openmrs.module:metadatasharing-omod:1.9.0:jar build 03-Jan-2023 03:08:08 [INFO] Copying addresshierarchy-omod-2.15.0.jar to /app/package/target/bundled-distro/web/WEB-INF/bundledModules/addresshierarchy-2.15.0.omod build 03-Jan-2023 03:08:08 [INFO] Copying legacyui-omod-1.13.0.jar to /app/package/target/bundled-distro/web/WEB-INF/bundledModules/legacyui-1.13.0.omod build 03-Jan-2023 03:08:08 [INFO] Copying openconceptlab-omod-2.0.0.jar to /app/package/target/bundled-distro/web/WEB-INF/bundledModules/openconceptlab-2.0.0.omod build 03-Jan-2023 03:08:08 [INFO] Copying metadatadeploy-omod-1.13.0.jar to /app/package/target/bundled-distro/web/WEB-INF/bundledModules/metadatadeploy-1.13.0.omod build 03-Jan-2023 03:08:08 [INFO] Copying reportingrest-omod-1.14.0.jar to /app/package/target/bundled-distro/web/WEB-INF/bundledModules/reportingrest-1.14.0.omod build 03-Jan-2023 03:08:08 [INFO] Copying owa-omod-1.14.0.jar to /app/package/target/bundled-distro/web/WEB-INF/bundledModules/owa-1.14.0.omod build 03-Jan-2023 03:08:08 [INFO] Copying fhir2-omod-1.8.0.jar to /app/package/target/bundled-distro/web/WEB-INF/bundledModules/fhir2-1.8.0.omod build 03-Jan-2023 03:08:08 [INFO] Copying serialization.xstream-omod-0.2.16.omod to /app/package/target/bundled-distro/web/WEB-INF/bundledModules/serialization.xstream-0.2.16.omod build 03-Jan-2023 03:08:08 [INFO] Copying registrationapp-omod-1.25.0.jar to /app/package/target/bundled-distro/web/WEB-INF/bundledModules/registrationapp-1.25.0.omod build 03-Jan-2023 03:08:08 [INFO] Copying event-omod-2.10.0.jar to /app/package/target/bundled-distro/web/WEB-INF/bundledModules/event-2.10.0.omod build 03-Jan-2023 03:08:08 [INFO] Copying uilibrary-omod-2.0.7.jar to /app/package/target/bundled-distro/web/WEB-INF/bundledModules/uilibrary-2.0.7.omod build 03-Jan-2023 03:08:08 [INFO] Copying htmlwidgets-omod-1.11.0.jar to /app/package/target/bundled-distro/web/WEB-INF/bundledModules/htmlwidgets-1.11.0.omod build 03-Jan-2023 03:08:08 [INFO] Copying dataexchange-omod-1.3.8.jar to /app/package/target/bundled-distro/web/WEB-INF/bundledModules/dataexchange-1.3.8.omod build 03-Jan-2023 03:08:08 [INFO] Copying appui-omod-1.16.0.jar to /app/package/target/bundled-distro/web/WEB-INF/bundledModules/appui-1.16.0.omod build 03-Jan-2023 03:08:08 [INFO] Copying allergyui-omod-1.8.5.jar to /app/package/target/bundled-distro/web/WEB-INF/bundledModules/allergyui-1.8.5.omod build 03-Jan-2023 03:08:08 [INFO] Copying providermanagement-omod-2.14.0.jar to /app/package/target/bundled-distro/web/WEB-INF/bundledModules/providermanagement-2.14.0.omod build 03-Jan-2023 03:08:08 [INFO] Copying appointmentschedulingui-omod-1.14.0.jar to /app/package/target/bundled-distro/web/WEB-INF/bundledModules/appointmentschedulingui-1.14.0.omod build 03-Jan-2023 03:08:08 [INFO] Copying attachments-omod-2.7.0.jar to /app/package/target/bundled-distro/web/WEB-INF/bundledModules/attachments-2.7.0.omod build 03-Jan-2023 03:08:08 [INFO] Copying formentryapp-omod-1.4.3.jar to /app/package/target/bundled-distro/web/WEB-INF/bundledModules/formentryapp-1.4.3.omod build 03-Jan-2023 03:08:08 [INFO] Copying idgen-omod-4.9.0.jar to /app/package/target/bundled-distro/web/WEB-INF/bundledModules/idgen-4.9.0.omod build 03-Jan-2023 03:08:08 [INFO] Copying metadatamapping-omod-1.6.0.jar to /app/package/target/bundled-distro/web/WEB-INF/bundledModules/metadatamapping-1.6.0.omod build 03-Jan-2023 03:08:08 [INFO] Copying htmlformentryui-omod-2.2.0.jar to /app/package/target/bundled-distro/web/WEB-INF/bundledModules/htmlformentryui-2.2.0.omod build 03-Jan-2023 03:08:08 [INFO] Copying referencedemodata-omod-1.4.8.jar to /app/package/target/bundled-distro/web/WEB-INF/bundledModules/referencedemodata-1.4.8.omod build 03-Jan-2023 03:08:08 [INFO] Copying emrapi-omod-1.33.0.jar to /app/package/target/bundled-distro/web/WEB-INF/bundledModules/emrapi-1.33.0.omod build 03-Jan-2023 03:08:08 [INFO] Copying referenceapplication-omod-2.13.0-SNAPSHOT.jar to /app/package/target/bundled-distro/web/WEB-INF/bundledModules/referenceapplication-2.13.0-SNAPSHOT.omod build 03-Jan-2023 03:08:08 [INFO] Copying htmlformentry-omod-5.1.0.jar to /app/package/target/bundled-distro/web/WEB-INF/bundledModules/htmlformentry-5.1.0.omod build 03-Jan-2023 03:08:08 [INFO] Copying appframework-omod-2.17.0.jar to /app/package/target/bundled-distro/web/WEB-INF/bundledModules/appframework-2.17.0.omod build 03-Jan-2023 03:08:08 [INFO] Copying referencemetadata-omod-2.13.0.jar to /app/package/target/bundled-distro/web/WEB-INF/bundledModules/referencemetadata-2.13.0.omod build 03-Jan-2023 03:08:08 [INFO] Copying reportingui-omod-1.11.0.jar to /app/package/target/bundled-distro/web/WEB-INF/bundledModules/reportingui-1.11.0.omod build 03-Jan-2023 03:08:08 [INFO] Copying coreapps-omod-1.38.0.jar to /app/package/target/bundled-distro/web/WEB-INF/bundledModules/coreapps-1.38.0.omod build 03-Jan-2023 03:08:08 [INFO] Copying reportingcompatibility-omod-2.0.9.jar to /app/package/target/bundled-distro/web/WEB-INF/bundledModules/reportingcompatibility-2.0.9.omod build 03-Jan-2023 03:08:08 [INFO] Copying reporting-omod-1.25.0.jar to /app/package/target/bundled-distro/web/WEB-INF/bundledModules/reporting-1.25.0.omod build 03-Jan-2023 03:08:08 [INFO] Copying adminui-omod-1.6.0.jar to /app/package/target/bundled-distro/web/WEB-INF/bundledModules/adminui-1.6.0.omod build 03-Jan-2023 03:08:08 [INFO] Copying registrationcore-omod-1.12.0.jar to /app/package/target/bundled-distro/web/WEB-INF/bundledModules/registrationcore-1.12.0.omod build 03-Jan-2023 03:08:08 [INFO] Copying appointmentscheduling-omod-1.17.0.jar to /app/package/target/bundled-distro/web/WEB-INF/bundledModules/appointmentscheduling-1.17.0.omod build 03-Jan-2023 03:08:08 [INFO] Copying atlas-omod-2.2.6.omod to /app/package/target/bundled-distro/web/WEB-INF/bundledModules/atlas-2.2.6.omod build 03-Jan-2023 03:08:08 [INFO] Copying calculation-omod-1.3.0.jar to /app/package/target/bundled-distro/web/WEB-INF/bundledModules/calculation-1.3.0.omod build 03-Jan-2023 03:08:08 [INFO] Copying webservices.rest-omod-2.38.0.jar to /app/package/target/bundled-distro/web/WEB-INF/bundledModules/webservices.rest-2.38.0.omod build 03-Jan-2023 03:08:08 [INFO] Copying spa-omod-1.0.9.jar to /app/package/target/bundled-distro/web/WEB-INF/bundledModules/spa-1.0.9.omod build 03-Jan-2023 03:08:08 [INFO] Copying uicommons-omod-2.23.0.jar to /app/package/target/bundled-distro/web/WEB-INF/bundledModules/uicommons-2.23.0.omod build 03-Jan-2023 03:08:08 [INFO] Copying uiframework-omod-3.23.0.jar to /app/package/target/bundled-distro/web/WEB-INF/bundledModules/uiframework-3.23.0.omod build 03-Jan-2023 03:08:08 [INFO] Copying metadatasharing-omod-1.9.0.jar to /app/package/target/bundled-distro/web/WEB-INF/bundledModules/metadatasharing-1.9.0.omod build 03-Jan-2023 03:08:08 build 03-Jan-2023 03:08:08 Downloading OWAs... build 03-Jan-2023 03:08:08 build 03-Jan-2023 03:08:08 build 03-Jan-2023 03:08:08 Downloading OWA: org.openmrs.owa:openmrs-owa-sysadmin:1.2 build 03-Jan-2023 03:08:08 [INFO] Configured Artifact: org.openmrs.owa:sysadmin:1.2:zip build 03-Jan-2023 03:08:08 [INFO] Copying sysadmin-1.2.zip to /app/package/target/bundled-distro/web/WEB-INF/bundledOwas/sysadmin-1.2.zip build 03-Jan-2023 03:08:09 build 03-Jan-2023 03:08:09 Creating Docker Compose configuration... build 03-Jan-2023 03:08:09 build 03-Jan-2023 03:08:09 build 03-Jan-2023 03:08:09 The 'referenceapplication' distribution created! To start up the server run 'docker-compose up' from /app/package/target/bundled-distro build 03-Jan-2023 03:08:09 build 03-Jan-2023 03:08:09 [INFO] build 03-Jan-2023 03:08:09 [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ referenceapplication-package --- build 03-Jan-2023 03:08:09 [INFO] No sources to compile build 03-Jan-2023 03:08:09 [INFO] build 03-Jan-2023 03:08:09 [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ referenceapplication-package --- build 03-Jan-2023 03:08:09 [INFO] Using 'UTF-8' encoding to copy filtered resources. build 03-Jan-2023 03:08:09 [INFO] skip non existing resourceDirectory /app/package/src/test/resources build 03-Jan-2023 03:08:09 [INFO] skip non existing resourceDirectory /app/package/src/test/resources build 03-Jan-2023 03:08:09 [INFO] build 03-Jan-2023 03:08:09 [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ referenceapplication-package --- build 03-Jan-2023 03:08:09 [INFO] No sources to compile build 03-Jan-2023 03:08:09 [INFO] build 03-Jan-2023 03:08:09 [INFO] --- maven-surefire-plugin:2.12:test (default-test) @ referenceapplication-package --- build 03-Jan-2023 03:08:09 [INFO] No tests to run. build 03-Jan-2023 03:08:09 [INFO] Surefire report directory: /app/package/target/surefire-reports build 03-Jan-2023 03:08:09 build 03-Jan-2023 03:08:09 ------------------------------------------------------- build 03-Jan-2023 03:08:09 T E S T S build 03-Jan-2023 03:08:09 ------------------------------------------------------- build 03-Jan-2023 03:08:10 build 03-Jan-2023 03:08:10 Results : build 03-Jan-2023 03:08:10 build 03-Jan-2023 03:08:10 Tests run: 0, Failures: 0, Errors: 0, Skipped: 0 build 03-Jan-2023 03:08:10 build 03-Jan-2023 03:08:10 [INFO] build 03-Jan-2023 03:08:10 [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ referenceapplication-package --- build 03-Jan-2023 03:08:10 [INFO] Building jar: /app/package/target/referenceapplication-package-2.13.0-SNAPSHOT.jar build 03-Jan-2023 03:08:10 [INFO] build 03-Jan-2023 03:08:10 [INFO] --- maven-assembly-plugin:2.3:single (make-assembly) @ referenceapplication-package --- build 03-Jan-2023 03:08:11 [INFO] Reading assembly descriptor: /app/package/src/main/assembly/assembly.xml build 03-Jan-2023 03:08:11 [INFO] Building zip: /app/package/target/referenceapplication-package-2.13.0-SNAPSHOT-addons.zip build 03-Jan-2023 03:08:16 [INFO] build 03-Jan-2023 03:08:16 [INFO] --- build-helper-maven-plugin:3.0.0:attach-artifact (attach-artifacts) @ referenceapplication-package --- build 03-Jan-2023 03:08:16 [INFO] build 03-Jan-2023 03:08:16 [INFO] --- maven-jar-plugin:2.4:test-jar (default) @ referenceapplication-package --- build 03-Jan-2023 03:08:16 [WARNING] JAR will be empty - no content was marked for inclusion! build 03-Jan-2023 03:08:16 [INFO] build 03-Jan-2023 03:08:16 [INFO] --- maven-install-plugin:2.4:install (default-install) @ referenceapplication-package --- build 03-Jan-2023 03:08:16 [INFO] Installing /app/package/target/referenceapplication-package-2.13.0-SNAPSHOT.jar to /root/.m2/repository/org/openmrs/distro/referenceapplication-package/2.13.0-SNAPSHOT/referenceapplication-package-2.13.0-SNAPSHOT.jar build 03-Jan-2023 03:08:16 [INFO] Installing /app/package/pom.xml to /root/.m2/repository/org/openmrs/distro/referenceapplication-package/2.13.0-SNAPSHOT/referenceapplication-package-2.13.0-SNAPSHOT.pom build 03-Jan-2023 03:08:16 [INFO] Installing /app/package/target/referenceapplication-package-2.13.0-SNAPSHOT-addons.zip to /root/.m2/repository/org/openmrs/distro/referenceapplication-package/2.13.0-SNAPSHOT/referenceapplication-package-2.13.0-SNAPSHOT-addons.zip build 03-Jan-2023 03:08:17 [INFO] Installing /app/package/target/bundled-distro/web/openmrs.war to /root/.m2/repository/org/openmrs/distro/referenceapplication-package/2.13.0-SNAPSHOT/referenceapplication-package-2.13.0-SNAPSHOT.war build 03-Jan-2023 03:08:17 [INFO] Installing /app/package/target/referenceapplication-package-2.13.0-SNAPSHOT-tests.jar to /root/.m2/repository/org/openmrs/distro/referenceapplication-package/2.13.0-SNAPSHOT/referenceapplication-package-2.13.0-SNAPSHOT-tests.jar build 03-Jan-2023 03:08:17 [INFO] build 03-Jan-2023 03:08:17 [INFO] --- maven-deploy-plugin:2.7:deploy (default-deploy) @ referenceapplication-package --- build 03-Jan-2023 03:08:17 Downloading from openmrs-repo-snapshots: https://mavenrepo.openmrs.org/snapshots/org/openmrs/distro/referenceapplication-package/2.13.0-SNAPSHOT/maven-metadata.xml build 03-Jan-2023 03:08:17 Progress (1): 1.6 kB build 03-Jan-2023 03:08:17 build 03-Jan-2023 03:08:17 Downloaded from openmrs-repo-snapshots: https://mavenrepo.openmrs.org/snapshots/org/openmrs/distro/referenceapplication-package/2.13.0-SNAPSHOT/maven-metadata.xml (1.6 kB at 7.2 kB/s) build 03-Jan-2023 03:08:17 Uploading to openmrs-repo-snapshots: https://mavenrepo.openmrs.org/snapshots/org/openmrs/distro/referenceapplication-package/2.13.0-SNAPSHOT/referenceapplication-package-2.13.0-20230103.030757-1739.jar build 03-Jan-2023 03:08:17 Progress (1): 4.1/293 kB build 03-Jan-2023 03:08:17 Progress (1): 8.2/293 kB build 03-Jan-2023 03:08:17 Progress (1): 12/293 kB build 03-Jan-2023 03:08:17 Progress (1): 16/293 kB build 03-Jan-2023 03:08:17 Progress (1): 20/293 kB build 03-Jan-2023 03:08:17 Progress (1): 25/293 kB build 03-Jan-2023 03:08:17 Progress (1): 29/293 kB build 03-Jan-2023 03:08:17 Progress (1): 33/293 kB build 03-Jan-2023 03:08:17 Progress (1): 37/293 kB build 03-Jan-2023 03:08:17 Progress (1): 41/293 kB build 03-Jan-2023 03:08:17 Progress (1): 45/293 kB build 03-Jan-2023 03:08:17 Progress (1): 49/293 kB build 03-Jan-2023 03:08:17 Progress (1): 53/293 kB build 03-Jan-2023 03:08:17 Progress (1): 57/293 kB build 03-Jan-2023 03:08:17 Progress (1): 61/293 kB build 03-Jan-2023 03:08:17 Progress (1): 66/293 kB build 03-Jan-2023 03:08:17 Progress (1): 70/293 kB build 03-Jan-2023 03:08:17 Progress (1): 74/293 kB build 03-Jan-2023 03:08:17 Progress (1): 78/293 kB build 03-Jan-2023 03:08:17 Progress (1): 82/293 kB build 03-Jan-2023 03:08:17 Progress (1): 86/293 kB build 03-Jan-2023 03:08:17 Progress (1): 90/293 kB build 03-Jan-2023 03:08:17 Progress (1): 94/293 kB build 03-Jan-2023 03:08:17 Progress (1): 98/293 kB build 03-Jan-2023 03:08:17 Progress (1): 102/293 kB build 03-Jan-2023 03:08:17 Progress (1): 106/293 kB build 03-Jan-2023 03:08:17 Progress (1): 111/293 kB build 03-Jan-2023 03:08:17 Progress (1): 115/293 kB build 03-Jan-2023 03:08:17 Progress (1): 119/293 kB build 03-Jan-2023 03:08:17 Progress (1): 123/293 kB build 03-Jan-2023 03:08:17 Progress (1): 127/293 kB build 03-Jan-2023 03:08:17 Progress (1): 131/293 kB build 03-Jan-2023 03:08:17 Progress (1): 135/293 kB build 03-Jan-2023 03:08:17 Progress (1): 139/293 kB build 03-Jan-2023 03:08:17 Progress (1): 143/293 kB build 03-Jan-2023 03:08:17 Progress (1): 147/293 kB build 03-Jan-2023 03:08:17 Progress (1): 152/293 kB build 03-Jan-2023 03:08:17 Progress (1): 156/293 kB build 03-Jan-2023 03:08:17 Progress (1): 160/293 kB build 03-Jan-2023 03:08:17 Progress (1): 164/293 kB build 03-Jan-2023 03:08:17 Progress (1): 168/293 kB build 03-Jan-2023 03:08:17 Progress (1): 172/293 kB build 03-Jan-2023 03:08:17 Progress (1): 176/293 kB build 03-Jan-2023 03:08:17 Progress (1): 180/293 kB build 03-Jan-2023 03:08:17 Progress (1): 184/293 kB build 03-Jan-2023 03:08:17 Progress (1): 188/293 kB build 03-Jan-2023 03:08:17 Progress (1): 193/293 kB build 03-Jan-2023 03:08:17 Progress (1): 197/293 kB build 03-Jan-2023 03:08:17 Progress (1): 201/293 kB build 03-Jan-2023 03:08:17 Progress (1): 205/293 kB build 03-Jan-2023 03:08:17 Progress (1): 209/293 kB build 03-Jan-2023 03:08:17 Progress (1): 213/293 kB build 03-Jan-2023 03:08:17 Progress (1): 217/293 kB build 03-Jan-2023 03:08:17 Progress (1): 221/293 kB build 03-Jan-2023 03:08:17 Progress (1): 225/293 kB build 03-Jan-2023 03:08:17 Progress (1): 229/293 kB build 03-Jan-2023 03:08:17 Progress (1): 233/293 kB build 03-Jan-2023 03:08:17 Progress (1): 238/293 kB build 03-Jan-2023 03:08:17 Progress (1): 242/293 kB build 03-Jan-2023 03:08:17 Progress (1): 246/293 kB build 03-Jan-2023 03:08:17 Progress (1): 250/293 kB build 03-Jan-2023 03:08:17 Progress (1): 254/293 kB build 03-Jan-2023 03:08:17 Progress (1): 258/293 kB build 03-Jan-2023 03:08:17 Progress (1): 262/293 kB build 03-Jan-2023 03:08:17 Progress (1): 266/293 kB build 03-Jan-2023 03:08:17 Progress (1): 270/293 kB build 03-Jan-2023 03:08:17 Progress (1): 274/293 kB build 03-Jan-2023 03:08:17 Progress (1): 279/293 kB build 03-Jan-2023 03:08:17 Progress (1): 283/293 kB build 03-Jan-2023 03:08:17 Progress (1): 287/293 kB build 03-Jan-2023 03:08:17 Progress (1): 291/293 kB build 03-Jan-2023 03:08:17 Progress (1): 293 kB build 03-Jan-2023 03:08:20 build 03-Jan-2023 03:08:20 Uploaded to openmrs-repo-snapshots: https://mavenrepo.openmrs.org/snapshots/org/openmrs/distro/referenceapplication-package/2.13.0-SNAPSHOT/referenceapplication-package-2.13.0-20230103.030757-1739.jar (293 kB at 98 kB/s) build 03-Jan-2023 03:08:20 Uploading to openmrs-repo-snapshots: https://mavenrepo.openmrs.org/snapshots/org/openmrs/distro/referenceapplication-package/2.13.0-SNAPSHOT/referenceapplication-package-2.13.0-20230103.030757-1739.pom build 03-Jan-2023 03:08:20 Progress (1): 3.4 kB build 03-Jan-2023 03:08:22 build 03-Jan-2023 03:08:22 Uploaded to openmrs-repo-snapshots: https://mavenrepo.openmrs.org/snapshots/org/openmrs/distro/referenceapplication-package/2.13.0-SNAPSHOT/referenceapplication-package-2.13.0-20230103.030757-1739.pom (3.4 kB at 1.6 kB/s) build 03-Jan-2023 03:08:22 Downloading from openmrs-repo-snapshots: https://mavenrepo.openmrs.org/snapshots/org/openmrs/distro/referenceapplication-package/maven-metadata.xml build 03-Jan-2023 03:08:23 Progress (1): 1.1 kB build 03-Jan-2023 03:08:23 build 03-Jan-2023 03:08:23 Downloaded from openmrs-repo-snapshots: https://mavenrepo.openmrs.org/snapshots/org/openmrs/distro/referenceapplication-package/maven-metadata.xml (1.1 kB at 4.6 kB/s) build 03-Jan-2023 03:08:23 Uploading to openmrs-repo-snapshots: https://mavenrepo.openmrs.org/snapshots/org/openmrs/distro/referenceapplication-package/2.13.0-SNAPSHOT/maven-metadata.xml build 03-Jan-2023 03:08:23 Progress (1): 1.6 kB build 03-Jan-2023 03:08:24 build 03-Jan-2023 03:08:24 Uploaded to openmrs-repo-snapshots: https://mavenrepo.openmrs.org/snapshots/org/openmrs/distro/referenceapplication-package/2.13.0-SNAPSHOT/maven-metadata.xml (1.6 kB at 1.2 kB/s) build 03-Jan-2023 03:08:24 Uploading to openmrs-repo-snapshots: https://mavenrepo.openmrs.org/snapshots/org/openmrs/distro/referenceapplication-package/maven-metadata.xml build 03-Jan-2023 03:08:24 Progress (1): 1.0 kB build 03-Jan-2023 03:08:25 build 03-Jan-2023 03:08:25 Uploaded to openmrs-repo-snapshots: https://mavenrepo.openmrs.org/snapshots/org/openmrs/distro/referenceapplication-package/maven-metadata.xml (1.0 kB at 691 B/s) build 03-Jan-2023 03:08:25 Uploading to openmrs-repo-snapshots: https://mavenrepo.openmrs.org/snapshots/org/openmrs/distro/referenceapplication-package/2.13.0-SNAPSHOT/referenceapplication-package-2.13.0-20230103.030757-1739-addons.zip build 03-Jan-2023 03:08:25 Progress (1): 0.5/111 MB build 03-Jan-2023 03:08:26 Progress (1): 1.0/111 MB build 03-Jan-2023 03:08:26 Progress (1): 1.6/111 MB build 03-Jan-2023 03:08:26 Progress (1): 2.1/111 MB build 03-Jan-2023 03:08:26 Progress (1): 2.6/111 MB build 03-Jan-2023 03:08:26 Progress (1): 3.1/111 MB build 03-Jan-2023 03:08:26 Progress (1): 3.7/111 MB build 03-Jan-2023 03:08:26 Progress (1): 4.2/111 MB build 03-Jan-2023 03:08:26 Progress (1): 4.7/111 MB build 03-Jan-2023 03:08:26 Progress (1): 5.2/111 MB build 03-Jan-2023 03:08:26 Progress (1): 5.8/111 MB build 03-Jan-2023 03:08:26 Progress (1): 6.3/111 MB build 03-Jan-2023 03:08:26 Progress (1): 6.8/111 MB build 03-Jan-2023 03:08:26 Progress (1): 7.3/111 MB build 03-Jan-2023 03:08:26 Progress (1): 7.9/111 MB build 03-Jan-2023 03:08:26 Progress (1): 8.4/111 MB build 03-Jan-2023 03:08:26 Progress (1): 8.9/111 MB build 03-Jan-2023 03:08:26 Progress (1): 9.4/111 MB build 03-Jan-2023 03:08:26 Progress (1): 10.0/111 MB build 03-Jan-2023 03:08:26 Progress (1): 10/111 MB build 03-Jan-2023 03:08:26 Progress (1): 11/111 MB build 03-Jan-2023 03:08:26 Progress (1): 12/111 MB build 03-Jan-2023 03:08:26 Progress (1): 12/111 MB build 03-Jan-2023 03:08:26 Progress (1): 13/111 MB build 03-Jan-2023 03:08:26 Progress (1): 13/111 MB build 03-Jan-2023 03:08:26 Progress (1): 14/111 MB build 03-Jan-2023 03:08:26 Progress (1): 14/111 MB build 03-Jan-2023 03:08:26 Progress (1): 15/111 MB build 03-Jan-2023 03:08:26 Progress (1): 15/111 MB build 03-Jan-2023 03:08:26 Progress (1): 16/111 MB build 03-Jan-2023 03:08:26 Progress (1): 16/111 MB build 03-Jan-2023 03:08:26 Progress (1): 17/111 MB build 03-Jan-2023 03:08:26 Progress (1): 17/111 MB build 03-Jan-2023 03:08:26 Progress (1): 18/111 MB build 03-Jan-2023 03:08:26 Progress (1): 18/111 MB build 03-Jan-2023 03:08:26 Progress (1): 19/111 MB build 03-Jan-2023 03:08:26 Progress (1): 19/111 MB build 03-Jan-2023 03:08:26 Progress (1): 20/111 MB build 03-Jan-2023 03:08:26 Progress (1): 20/111 MB build 03-Jan-2023 03:08:26 Progress (1): 21/111 MB build 03-Jan-2023 03:08:26 Progress (1): 21/111 MB build 03-Jan-2023 03:08:26 Progress (1): 22/111 MB build 03-Jan-2023 03:08:26 Progress (1): 23/111 MB build 03-Jan-2023 03:08:26 Progress (1): 23/111 MB build 03-Jan-2023 03:08:26 Progress (1): 24/111 MB build 03-Jan-2023 03:08:26 Progress (1): 24/111 MB build 03-Jan-2023 03:08:26 Progress (1): 25/111 MB build 03-Jan-2023 03:08:26 Progress (1): 25/111 MB build 03-Jan-2023 03:08:26 Progress (1): 26/111 MB build 03-Jan-2023 03:08:26 Progress (1): 26/111 MB build 03-Jan-2023 03:08:26 Progress (1): 27/111 MB build 03-Jan-2023 03:08:26 Progress (1): 27/111 MB build 03-Jan-2023 03:08:26 Progress (1): 28/111 MB build 03-Jan-2023 03:08:26 Progress (1): 28/111 MB build 03-Jan-2023 03:08:26 Progress (1): 29/111 MB build 03-Jan-2023 03:08:26 Progress (1): 29/111 MB build 03-Jan-2023 03:08:26 Progress (1): 30/111 MB build 03-Jan-2023 03:08:26 Progress (1): 30/111 MB build 03-Jan-2023 03:08:26 Progress (1): 31/111 MB build 03-Jan-2023 03:08:26 Progress (1): 31/111 MB build 03-Jan-2023 03:08:26 Progress (1): 32/111 MB build 03-Jan-2023 03:08:26 Progress (1): 33/111 MB build 03-Jan-2023 03:08:26 Progress (1): 33/111 MB build 03-Jan-2023 03:08:26 Progress (1): 34/111 MB build 03-Jan-2023 03:08:26 Progress (1): 34/111 MB build 03-Jan-2023 03:08:26 Progress (1): 35/111 MB build 03-Jan-2023 03:08:26 Progress (1): 35/111 MB build 03-Jan-2023 03:08:26 Progress (1): 36/111 MB build 03-Jan-2023 03:08:26 Progress (1): 36/111 MB build 03-Jan-2023 03:08:26 Progress (1): 37/111 MB build 03-Jan-2023 03:08:26 Progress (1): 37/111 MB build 03-Jan-2023 03:08:26 Progress (1): 38/111 MB build 03-Jan-2023 03:08:26 Progress (1): 38/111 MB build 03-Jan-2023 03:08:26 Progress (1): 39/111 MB build 03-Jan-2023 03:08:26 Progress (1): 39/111 MB build 03-Jan-2023 03:08:26 Progress (1): 40/111 MB build 03-Jan-2023 03:08:26 Progress (1): 40/111 MB build 03-Jan-2023 03:08:26 Progress (1): 41/111 MB build 03-Jan-2023 03:08:26 Progress (1): 41/111 MB build 03-Jan-2023 03:08:26 Progress (1): 42/111 MB build 03-Jan-2023 03:08:26 Progress (1): 42/111 MB build 03-Jan-2023 03:08:26 Progress (1): 43/111 MB build 03-Jan-2023 03:08:26 Progress (1): 44/111 MB build 03-Jan-2023 03:08:26 Progress (1): 44/111 MB build 03-Jan-2023 03:08:26 Progress (1): 45/111 MB build 03-Jan-2023 03:08:26 Progress (1): 45/111 MB build 03-Jan-2023 03:08:26 Progress (1): 46/111 MB build 03-Jan-2023 03:08:26 Progress (1): 46/111 MB build 03-Jan-2023 03:08:26 Progress (1): 47/111 MB build 03-Jan-2023 03:08:26 Progress (1): 47/111 MB build 03-Jan-2023 03:08:26 Progress (1): 48/111 MB build 03-Jan-2023 03:08:26 Progress (1): 48/111 MB build 03-Jan-2023 03:08:26 Progress (1): 49/111 MB build 03-Jan-2023 03:08:26 Progress (1): 49/111 MB build 03-Jan-2023 03:08:26 Progress (1): 50/111 MB build 03-Jan-2023 03:08:26 Progress (1): 50/111 MB build 03-Jan-2023 03:08:26 Progress (1): 51/111 MB build 03-Jan-2023 03:08:26 Progress (1): 51/111 MB build 03-Jan-2023 03:08:26 Progress (1): 52/111 MB build 03-Jan-2023 03:08:26 Progress (1): 52/111 MB build 03-Jan-2023 03:08:26 Progress (1): 53/111 MB build 03-Jan-2023 03:08:26 Progress (1): 53/111 MB build 03-Jan-2023 03:08:26 Progress (1): 54/111 MB build 03-Jan-2023 03:08:26 Progress (1): 55/111 MB build 03-Jan-2023 03:08:26 Progress (1): 55/111 MB build 03-Jan-2023 03:08:26 Progress (1): 56/111 MB build 03-Jan-2023 03:08:26 Progress (1): 56/111 MB build 03-Jan-2023 03:08:26 Progress (1): 57/111 MB build 03-Jan-2023 03:08:26 Progress (1): 57/111 MB build 03-Jan-2023 03:08:26 Progress (1): 58/111 MB build 03-Jan-2023 03:08:26 Progress (1): 58/111 MB build 03-Jan-2023 03:08:26 Progress (1): 59/111 MB build 03-Jan-2023 03:08:26 Progress (1): 59/111 MB build 03-Jan-2023 03:08:26 Progress (1): 60/111 MB build 03-Jan-2023 03:08:26 Progress (1): 60/111 MB build 03-Jan-2023 03:08:26 Progress (1): 61/111 MB build 03-Jan-2023 03:08:26 Progress (1): 61/111 MB build 03-Jan-2023 03:08:26 Progress (1): 62/111 MB build 03-Jan-2023 03:08:26 Progress (1): 62/111 MB build 03-Jan-2023 03:08:26 Progress (1): 63/111 MB build 03-Jan-2023 03:08:26 Progress (1): 63/111 MB build 03-Jan-2023 03:08:26 Progress (1): 64/111 MB build 03-Jan-2023 03:08:26 Progress (1): 64/111 MB build 03-Jan-2023 03:08:26 Progress (1): 65/111 MB build 03-Jan-2023 03:08:26 Progress (1): 66/111 MB build 03-Jan-2023 03:08:26 Progress (1): 66/111 MB build 03-Jan-2023 03:08:26 Progress (1): 67/111 MB build 03-Jan-2023 03:08:26 Progress (1): 67/111 MB build 03-Jan-2023 03:08:26 Progress (1): 68/111 MB build 03-Jan-2023 03:08:26 Progress (1): 68/111 MB build 03-Jan-2023 03:08:26 Progress (1): 69/111 MB build 03-Jan-2023 03:08:26 Progress (1): 69/111 MB build 03-Jan-2023 03:08:26 Progress (1): 70/111 MB build 03-Jan-2023 03:08:26 Progress (1): 70/111 MB build 03-Jan-2023 03:08:26 Progress (1): 71/111 MB build 03-Jan-2023 03:08:26 Progress (1): 71/111 MB build 03-Jan-2023 03:08:26 Progress (1): 72/111 MB build 03-Jan-2023 03:08:26 Progress (1): 72/111 MB build 03-Jan-2023 03:08:26 Progress (1): 73/111 MB build 03-Jan-2023 03:08:26 Progress (1): 73/111 MB build 03-Jan-2023 03:08:26 Progress (1): 74/111 MB build 03-Jan-2023 03:08:26 Progress (1): 74/111 MB build 03-Jan-2023 03:08:26 Progress (1): 75/111 MB build 03-Jan-2023 03:08:26 Progress (1): 75/111 MB build 03-Jan-2023 03:08:26 Progress (1): 76/111 MB build 03-Jan-2023 03:08:26 Progress (1): 77/111 MB build 03-Jan-2023 03:08:26 Progress (1): 77/111 MB build 03-Jan-2023 03:08:26 Progress (1): 78/111 MB build 03-Jan-2023 03:08:26 Progress (1): 78/111 MB build 03-Jan-2023 03:08:26 Progress (1): 79/111 MB build 03-Jan-2023 03:08:26 Progress (1): 79/111 MB build 03-Jan-2023 03:08:26 Progress (1): 80/111 MB build 03-Jan-2023 03:08:26 Progress (1): 80/111 MB build 03-Jan-2023 03:08:26 Progress (1): 81/111 MB build 03-Jan-2023 03:08:26 Progress (1): 81/111 MB build 03-Jan-2023 03:08:26 Progress (1): 82/111 MB build 03-Jan-2023 03:08:26 Progress (1): 82/111 MB build 03-Jan-2023 03:08:26 Progress (1): 83/111 MB build 03-Jan-2023 03:08:26 Progress (1): 83/111 MB build 03-Jan-2023 03:08:26 Progress (1): 84/111 MB build 03-Jan-2023 03:08:26 Progress (1): 84/111 MB build 03-Jan-2023 03:08:26 Progress (1): 85/111 MB build 03-Jan-2023 03:08:26 Progress (1): 85/111 MB build 03-Jan-2023 03:08:26 Progress (1): 86/111 MB build 03-Jan-2023 03:08:26 Progress (1): 87/111 MB build 03-Jan-2023 03:08:26 Progress (1): 87/111 MB build 03-Jan-2023 03:08:26 Progress (1): 88/111 MB build 03-Jan-2023 03:08:26 Progress (1): 88/111 MB build 03-Jan-2023 03:08:26 Progress (1): 89/111 MB build 03-Jan-2023 03:08:26 Progress (1): 89/111 MB build 03-Jan-2023 03:08:26 Progress (1): 90/111 MB build 03-Jan-2023 03:08:26 Progress (1): 90/111 MB build 03-Jan-2023 03:08:26 Progress (1): 91/111 MB build 03-Jan-2023 03:08:26 Progress (1): 91/111 MB build 03-Jan-2023 03:08:26 Progress (1): 92/111 MB build 03-Jan-2023 03:08:26 Progress (1): 92/111 MB build 03-Jan-2023 03:08:26 Progress (1): 93/111 MB build 03-Jan-2023 03:08:26 Progress (1): 93/111 MB build 03-Jan-2023 03:08:26 Progress (1): 94/111 MB build 03-Jan-2023 03:08:26 Progress (1): 94/111 MB build 03-Jan-2023 03:08:26 Progress (1): 95/111 MB build 03-Jan-2023 03:08:26 Progress (1): 95/111 MB build 03-Jan-2023 03:08:26 Progress (1): 96/111 MB build 03-Jan-2023 03:08:26 Progress (1): 96/111 MB build 03-Jan-2023 03:08:26 Progress (1): 97/111 MB build 03-Jan-2023 03:08:26 Progress (1): 98/111 MB build 03-Jan-2023 03:08:26 Progress (1): 98/111 MB build 03-Jan-2023 03:08:26 Progress (1): 99/111 MB build 03-Jan-2023 03:08:26 Progress (1): 99/111 MB build 03-Jan-2023 03:08:26 Progress (1): 100/111 MB build 03-Jan-2023 03:08:26 Progress (1): 100/111 MB build 03-Jan-2023 03:08:26 Progress (1): 101/111 MB build 03-Jan-2023 03:08:26 Progress (1): 101/111 MB build 03-Jan-2023 03:08:26 Progress (1): 102/111 MB build 03-Jan-2023 03:08:26 Progress (1): 102/111 MB build 03-Jan-2023 03:08:26 Progress (1): 103/111 MB build 03-Jan-2023 03:08:26 Progress (1): 103/111 MB build 03-Jan-2023 03:08:26 Progress (1): 104/111 MB build 03-Jan-2023 03:08:26 Progress (1): 104/111 MB build 03-Jan-2023 03:08:26 Progress (1): 105/111 MB build 03-Jan-2023 03:08:26 Progress (1): 105/111 MB build 03-Jan-2023 03:08:26 Progress (1): 106/111 MB build 03-Jan-2023 03:08:26 Progress (1): 106/111 MB build 03-Jan-2023 03:08:26 Progress (1): 107/111 MB build 03-Jan-2023 03:08:26 Progress (1): 107/111 MB build 03-Jan-2023 03:08:26 Progress (1): 108/111 MB build 03-Jan-2023 03:08:26 Progress (1): 109/111 MB build 03-Jan-2023 03:08:26 Progress (1): 109/111 MB build 03-Jan-2023 03:08:26 Progress (1): 110/111 MB build 03-Jan-2023 03:08:26 Progress (1): 110/111 MB build 03-Jan-2023 03:08:26 Progress (1): 111/111 MB build 03-Jan-2023 03:08:26 Progress (1): 111 MB build 03-Jan-2023 03:08:39 build 03-Jan-2023 03:08:39 Uploaded to openmrs-repo-snapshots: https://mavenrepo.openmrs.org/snapshots/org/openmrs/distro/referenceapplication-package/2.13.0-SNAPSHOT/referenceapplication-package-2.13.0-20230103.030757-1739-addons.zip (111 MB at 8.1 MB/s) build 03-Jan-2023 03:08:39 Uploading to openmrs-repo-snapshots: https://mavenrepo.openmrs.org/snapshots/org/openmrs/distro/referenceapplication-package/2.13.0-SNAPSHOT/maven-metadata.xml build 03-Jan-2023 03:08:39 Progress (1): 1.6 kB build 03-Jan-2023 03:08:40 build 03-Jan-2023 03:08:40 Uploaded to openmrs-repo-snapshots: https://mavenrepo.openmrs.org/snapshots/org/openmrs/distro/referenceapplication-package/2.13.0-SNAPSHOT/maven-metadata.xml (1.6 kB at 1.3 kB/s) build 03-Jan-2023 03:08:40 Uploading to openmrs-repo-snapshots: https://mavenrepo.openmrs.org/snapshots/org/openmrs/distro/referenceapplication-package/2.13.0-SNAPSHOT/referenceapplication-package-2.13.0-20230103.030757-1739.war build 03-Jan-2023 03:08:40 Progress (1): 0.5/192 MB build 03-Jan-2023 03:08:40 Progress (1): 1.0/192 MB build 03-Jan-2023 03:08:40 Progress (1): 1.6/192 MB build 03-Jan-2023 03:08:40 Progress (1): 2.1/192 MB build 03-Jan-2023 03:08:40 Progress (1): 2.6/192 MB build 03-Jan-2023 03:08:40 Progress (1): 3.1/192 MB build 03-Jan-2023 03:08:40 Progress (1): 3.7/192 MB build 03-Jan-2023 03:08:40 Progress (1): 4.2/192 MB build 03-Jan-2023 03:08:40 Progress (1): 4.7/192 MB build 03-Jan-2023 03:08:40 Progress (1): 5.2/192 MB build 03-Jan-2023 03:08:40 Progress (1): 5.8/192 MB build 03-Jan-2023 03:08:40 Progress (1): 6.3/192 MB build 03-Jan-2023 03:08:40 Progress (1): 6.8/192 MB build 03-Jan-2023 03:08:40 Progress (1): 7.3/192 MB build 03-Jan-2023 03:08:40 Progress (1): 7.9/192 MB build 03-Jan-2023 03:08:40 Progress (1): 8.4/192 MB build 03-Jan-2023 03:08:40 Progress (1): 8.9/192 MB build 03-Jan-2023 03:08:40 Progress (1): 9.4/192 MB build 03-Jan-2023 03:08:40 Progress (1): 10.0/192 MB build 03-Jan-2023 03:08:40 Progress (1): 10/192 MB build 03-Jan-2023 03:08:40 Progress (1): 11/192 MB build 03-Jan-2023 03:08:40 Progress (1): 12/192 MB build 03-Jan-2023 03:08:40 Progress (1): 12/192 MB build 03-Jan-2023 03:08:40 Progress (1): 13/192 MB build 03-Jan-2023 03:08:40 Progress (1): 13/192 MB build 03-Jan-2023 03:08:40 Progress (1): 14/192 MB build 03-Jan-2023 03:08:41 Progress (1): 14/192 MB build 03-Jan-2023 03:08:41 Progress (1): 15/192 MB build 03-Jan-2023 03:08:41 Progress (1): 15/192 MB build 03-Jan-2023 03:08:41 Progress (1): 16/192 MB build 03-Jan-2023 03:08:41 Progress (1): 16/192 MB build 03-Jan-2023 03:08:41 Progress (1): 17/192 MB build 03-Jan-2023 03:08:41 Progress (1): 17/192 MB build 03-Jan-2023 03:08:41 Progress (1): 18/192 MB build 03-Jan-2023 03:08:41 Progress (1): 18/192 MB build 03-Jan-2023 03:08:41 Progress (1): 19/192 MB build 03-Jan-2023 03:08:41 Progress (1): 19/192 MB build 03-Jan-2023 03:08:41 Progress (1): 20/192 MB build 03-Jan-2023 03:08:41 Progress (1): 20/192 MB build 03-Jan-2023 03:08:41 Progress (1): 21/192 MB build 03-Jan-2023 03:08:41 Progress (1): 21/192 MB build 03-Jan-2023 03:08:41 Progress (1): 22/192 MB build 03-Jan-2023 03:08:41 Progress (1): 23/192 MB build 03-Jan-2023 03:08:41 Progress (1): 23/192 MB build 03-Jan-2023 03:08:41 Progress (1): 24/192 MB build 03-Jan-2023 03:08:41 Progress (1): 24/192 MB build 03-Jan-2023 03:08:41 Progress (1): 25/192 MB build 03-Jan-2023 03:08:41 Progress (1): 25/192 MB build 03-Jan-2023 03:08:41 Progress (1): 26/192 MB build 03-Jan-2023 03:08:41 Progress (1): 26/192 MB build 03-Jan-2023 03:08:41 Progress (1): 27/192 MB build 03-Jan-2023 03:08:41 Progress (1): 27/192 MB build 03-Jan-2023 03:08:41 Progress (1): 28/192 MB build 03-Jan-2023 03:08:41 Progress (1): 28/192 MB build 03-Jan-2023 03:08:41 Progress (1): 29/192 MB build 03-Jan-2023 03:08:41 Progress (1): 29/192 MB build 03-Jan-2023 03:08:41 Progress (1): 30/192 MB build 03-Jan-2023 03:08:41 Progress (1): 30/192 MB build 03-Jan-2023 03:08:41 Progress (1): 31/192 MB build 03-Jan-2023 03:08:41 Progress (1): 31/192 MB build 03-Jan-2023 03:08:41 Progress (1): 32/192 MB build 03-Jan-2023 03:08:41 Progress (1): 33/192 MB build 03-Jan-2023 03:08:41 Progress (1): 33/192 MB build 03-Jan-2023 03:08:41 Progress (1): 34/192 MB build 03-Jan-2023 03:08:41 Progress (1): 34/192 MB build 03-Jan-2023 03:08:41 Progress (1): 35/192 MB build 03-Jan-2023 03:08:41 Progress (1): 35/192 MB build 03-Jan-2023 03:08:41 Progress (1): 36/192 MB build 03-Jan-2023 03:08:41 Progress (1): 36/192 MB build 03-Jan-2023 03:08:41 Progress (1): 37/192 MB build 03-Jan-2023 03:08:41 Progress (1): 37/192 MB build 03-Jan-2023 03:08:41 Progress (1): 38/192 MB build 03-Jan-2023 03:08:41 Progress (1): 38/192 MB build 03-Jan-2023 03:08:41 Progress (1): 39/192 MB build 03-Jan-2023 03:08:41 Progress (1): 39/192 MB build 03-Jan-2023 03:08:41 Progress (1): 40/192 MB build 03-Jan-2023 03:08:41 Progress (1): 40/192 MB build 03-Jan-2023 03:08:41 Progress (1): 41/192 MB build 03-Jan-2023 03:08:41 Progress (1): 41/192 MB build 03-Jan-2023 03:08:41 Progress (1): 42/192 MB build 03-Jan-2023 03:08:41 Progress (1): 42/192 MB build 03-Jan-2023 03:08:41 Progress (1): 43/192 MB build 03-Jan-2023 03:08:41 Progress (1): 44/192 MB build 03-Jan-2023 03:08:41 Progress (1): 44/192 MB build 03-Jan-2023 03:08:41 Progress (1): 45/192 MB build 03-Jan-2023 03:08:41 Progress (1): 45/192 MB build 03-Jan-2023 03:08:41 Progress (1): 46/192 MB build 03-Jan-2023 03:08:41 Progress (1): 46/192 MB build 03-Jan-2023 03:08:41 Progress (1): 47/192 MB build 03-Jan-2023 03:08:41 Progress (1): 47/192 MB build 03-Jan-2023 03:08:41 Progress (1): 48/192 MB build 03-Jan-2023 03:08:41 Progress (1): 48/192 MB build 03-Jan-2023 03:08:41 Progress (1): 49/192 MB build 03-Jan-2023 03:08:41 Progress (1): 49/192 MB build 03-Jan-2023 03:08:41 Progress (1): 50/192 MB build 03-Jan-2023 03:08:41 Progress (1): 50/192 MB build 03-Jan-2023 03:08:41 Progress (1): 51/192 MB build 03-Jan-2023 03:08:41 Progress (1): 51/192 MB build 03-Jan-2023 03:08:41 Progress (1): 52/192 MB build 03-Jan-2023 03:08:41 Progress (1): 52/192 MB build 03-Jan-2023 03:08:41 Progress (1): 53/192 MB build 03-Jan-2023 03:08:41 Progress (1): 53/192 MB build 03-Jan-2023 03:08:41 Progress (1): 54/192 MB build 03-Jan-2023 03:08:41 Progress (1): 55/192 MB build 03-Jan-2023 03:08:41 Progress (1): 55/192 MB build 03-Jan-2023 03:08:41 Progress (1): 56/192 MB build 03-Jan-2023 03:08:41 Progress (1): 56/192 MB build 03-Jan-2023 03:08:41 Progress (1): 57/192 MB build 03-Jan-2023 03:08:41 Progress (1): 57/192 MB build 03-Jan-2023 03:08:41 Progress (1): 58/192 MB build 03-Jan-2023 03:08:41 Progress (1): 58/192 MB build 03-Jan-2023 03:08:41 Progress (1): 59/192 MB build 03-Jan-2023 03:08:41 Progress (1): 59/192 MB build 03-Jan-2023 03:08:41 Progress (1): 60/192 MB build 03-Jan-2023 03:08:41 Progress (1): 60/192 MB build 03-Jan-2023 03:08:41 Progress (1): 61/192 MB build 03-Jan-2023 03:08:41 Progress (1): 61/192 MB build 03-Jan-2023 03:08:41 Progress (1): 62/192 MB build 03-Jan-2023 03:08:41 Progress (1): 62/192 MB build 03-Jan-2023 03:08:41 Progress (1): 63/192 MB build 03-Jan-2023 03:08:41 Progress (1): 63/192 MB build 03-Jan-2023 03:08:41 Progress (1): 64/192 MB build 03-Jan-2023 03:08:41 Progress (1): 64/192 MB build 03-Jan-2023 03:08:41 Progress (1): 65/192 MB build 03-Jan-2023 03:08:41 Progress (1): 66/192 MB build 03-Jan-2023 03:08:41 Progress (1): 66/192 MB build 03-Jan-2023 03:08:41 Progress (1): 67/192 MB build 03-Jan-2023 03:08:41 Progress (1): 67/192 MB build 03-Jan-2023 03:08:41 Progress (1): 68/192 MB build 03-Jan-2023 03:08:41 Progress (1): 68/192 MB build 03-Jan-2023 03:08:41 Progress (1): 69/192 MB build 03-Jan-2023 03:08:41 Progress (1): 69/192 MB build 03-Jan-2023 03:08:41 Progress (1): 70/192 MB build 03-Jan-2023 03:08:41 Progress (1): 70/192 MB build 03-Jan-2023 03:08:41 Progress (1): 71/192 MB build 03-Jan-2023 03:08:41 Progress (1): 71/192 MB build 03-Jan-2023 03:08:41 Progress (1): 72/192 MB build 03-Jan-2023 03:08:41 Progress (1): 72/192 MB build 03-Jan-2023 03:08:41 Progress (1): 73/192 MB build 03-Jan-2023 03:08:41 Progress (1): 73/192 MB build 03-Jan-2023 03:08:41 Progress (1): 74/192 MB build 03-Jan-2023 03:08:41 Progress (1): 74/192 MB build 03-Jan-2023 03:08:41 Progress (1): 75/192 MB build 03-Jan-2023 03:08:41 Progress (1): 75/192 MB build 03-Jan-2023 03:08:41 Progress (1): 76/192 MB build 03-Jan-2023 03:08:41 Progress (1): 77/192 MB build 03-Jan-2023 03:08:41 Progress (1): 77/192 MB build 03-Jan-2023 03:08:41 Progress (1): 78/192 MB build 03-Jan-2023 03:08:41 Progress (1): 78/192 MB build 03-Jan-2023 03:08:41 Progress (1): 79/192 MB build 03-Jan-2023 03:08:41 Progress (1): 79/192 MB build 03-Jan-2023 03:08:41 Progress (1): 80/192 MB build 03-Jan-2023 03:08:41 Progress (1): 80/192 MB build 03-Jan-2023 03:08:41 Progress (1): 81/192 MB build 03-Jan-2023 03:08:41 Progress (1): 81/192 MB build 03-Jan-2023 03:08:41 Progress (1): 82/192 MB build 03-Jan-2023 03:08:41 Progress (1): 82/192 MB build 03-Jan-2023 03:08:41 Progress (1): 83/192 MB build 03-Jan-2023 03:08:41 Progress (1): 83/192 MB build 03-Jan-2023 03:08:41 Progress (1): 84/192 MB build 03-Jan-2023 03:08:41 Progress (1): 84/192 MB build 03-Jan-2023 03:08:41 Progress (1): 85/192 MB build 03-Jan-2023 03:08:41 Progress (1): 85/192 MB build 03-Jan-2023 03:08:41 Progress (1): 86/192 MB build 03-Jan-2023 03:08:41 Progress (1): 87/192 MB build 03-Jan-2023 03:08:41 Progress (1): 87/192 MB build 03-Jan-2023 03:08:41 Progress (1): 88/192 MB build 03-Jan-2023 03:08:41 Progress (1): 88/192 MB build 03-Jan-2023 03:08:41 Progress (1): 89/192 MB build 03-Jan-2023 03:08:41 Progress (1): 89/192 MB build 03-Jan-2023 03:08:41 Progress (1): 90/192 MB build 03-Jan-2023 03:08:41 Progress (1): 90/192 MB build 03-Jan-2023 03:08:41 Progress (1): 91/192 MB build 03-Jan-2023 03:08:41 Progress (1): 91/192 MB build 03-Jan-2023 03:08:41 Progress (1): 92/192 MB build 03-Jan-2023 03:08:41 Progress (1): 92/192 MB build 03-Jan-2023 03:08:41 Progress (1): 93/192 MB build 03-Jan-2023 03:08:41 Progress (1): 93/192 MB build 03-Jan-2023 03:08:41 Progress (1): 94/192 MB build 03-Jan-2023 03:08:41 Progress (1): 94/192 MB build 03-Jan-2023 03:08:41 Progress (1): 95/192 MB build 03-Jan-2023 03:08:41 Progress (1): 95/192 MB build 03-Jan-2023 03:08:41 Progress (1): 96/192 MB build 03-Jan-2023 03:08:41 Progress (1): 96/192 MB build 03-Jan-2023 03:08:41 Progress (1): 97/192 MB build 03-Jan-2023 03:08:41 Progress (1): 98/192 MB build 03-Jan-2023 03:08:41 Progress (1): 98/192 MB build 03-Jan-2023 03:08:41 Progress (1): 99/192 MB build 03-Jan-2023 03:08:41 Progress (1): 99/192 MB build 03-Jan-2023 03:08:41 Progress (1): 100/192 MB build 03-Jan-2023 03:08:41 Progress (1): 100/192 MB build 03-Jan-2023 03:08:41 Progress (1): 101/192 MB build 03-Jan-2023 03:08:41 Progress (1): 101/192 MB build 03-Jan-2023 03:08:41 Progress (1): 102/192 MB build 03-Jan-2023 03:08:41 Progress (1): 102/192 MB build 03-Jan-2023 03:08:41 Progress (1): 103/192 MB build 03-Jan-2023 03:08:41 Progress (1): 103/192 MB build 03-Jan-2023 03:08:41 Progress (1): 104/192 MB build 03-Jan-2023 03:08:41 Progress (1): 104/192 MB build 03-Jan-2023 03:08:41 Progress (1): 105/192 MB build 03-Jan-2023 03:08:41 Progress (1): 105/192 MB build 03-Jan-2023 03:08:41 Progress (1): 106/192 MB build 03-Jan-2023 03:08:41 Progress (1): 106/192 MB build 03-Jan-2023 03:08:41 Progress (1): 107/192 MB build 03-Jan-2023 03:08:41 Progress (1): 107/192 MB build 03-Jan-2023 03:08:41 Progress (1): 108/192 MB build 03-Jan-2023 03:08:41 Progress (1): 109/192 MB build 03-Jan-2023 03:08:41 Progress (1): 109/192 MB build 03-Jan-2023 03:08:41 Progress (1): 110/192 MB build 03-Jan-2023 03:08:41 Progress (1): 110/192 MB build 03-Jan-2023 03:08:41 Progress (1): 111/192 MB build 03-Jan-2023 03:08:41 Progress (1): 111/192 MB build 03-Jan-2023 03:08:41 Progress (1): 112/192 MB build 03-Jan-2023 03:08:41 Progress (1): 112/192 MB build 03-Jan-2023 03:08:41 Progress (1): 113/192 MB build 03-Jan-2023 03:08:41 Progress (1): 113/192 MB build 03-Jan-2023 03:08:41 Progress (1): 114/192 MB build 03-Jan-2023 03:08:41 Progress (1): 114/192 MB build 03-Jan-2023 03:08:41 Progress (1): 115/192 MB build 03-Jan-2023 03:08:41 Progress (1): 115/192 MB build 03-Jan-2023 03:08:41 Progress (1): 116/192 MB build 03-Jan-2023 03:08:41 Progress (1): 116/192 MB build 03-Jan-2023 03:08:41 Progress (1): 117/192 MB build 03-Jan-2023 03:08:41 Progress (1): 117/192 MB build 03-Jan-2023 03:08:41 Progress (1): 118/192 MB build 03-Jan-2023 03:08:41 Progress (1): 118/192 MB build 03-Jan-2023 03:08:41 Progress (1): 119/192 MB build 03-Jan-2023 03:08:41 Progress (1): 120/192 MB build 03-Jan-2023 03:08:41 Progress (1): 120/192 MB build 03-Jan-2023 03:08:41 Progress (1): 121/192 MB build 03-Jan-2023 03:08:41 Progress (1): 121/192 MB build 03-Jan-2023 03:08:41 Progress (1): 122/192 MB build 03-Jan-2023 03:08:41 Progress (1): 122/192 MB build 03-Jan-2023 03:08:41 Progress (1): 123/192 MB build 03-Jan-2023 03:08:41 Progress (1): 123/192 MB build 03-Jan-2023 03:08:41 Progress (1): 124/192 MB build 03-Jan-2023 03:08:41 Progress (1): 124/192 MB build 03-Jan-2023 03:08:41 Progress (1): 125/192 MB build 03-Jan-2023 03:08:41 Progress (1): 125/192 MB build 03-Jan-2023 03:08:41 Progress (1): 126/192 MB build 03-Jan-2023 03:08:41 Progress (1): 126/192 MB build 03-Jan-2023 03:08:41 Progress (1): 127/192 MB build 03-Jan-2023 03:08:41 Progress (1): 127/192 MB build 03-Jan-2023 03:08:41 Progress (1): 128/192 MB build 03-Jan-2023 03:08:41 Progress (1): 128/192 MB build 03-Jan-2023 03:08:41 Progress (1): 129/192 MB build 03-Jan-2023 03:08:41 Progress (1): 129/192 MB build 03-Jan-2023 03:08:41 Progress (1): 130/192 MB build 03-Jan-2023 03:08:41 Progress (1): 131/192 MB build 03-Jan-2023 03:08:41 Progress (1): 131/192 MB build 03-Jan-2023 03:08:41 Progress (1): 132/192 MB build 03-Jan-2023 03:08:41 Progress (1): 132/192 MB build 03-Jan-2023 03:08:41 Progress (1): 133/192 MB build 03-Jan-2023 03:08:41 Progress (1): 133/192 MB build 03-Jan-2023 03:08:41 Progress (1): 134/192 MB build 03-Jan-2023 03:08:41 Progress (1): 134/192 MB build 03-Jan-2023 03:08:41 Progress (1): 135/192 MB build 03-Jan-2023 03:08:41 Progress (1): 135/192 MB build 03-Jan-2023 03:08:41 Progress (1): 136/192 MB build 03-Jan-2023 03:08:41 Progress (1): 136/192 MB build 03-Jan-2023 03:08:41 Progress (1): 137/192 MB build 03-Jan-2023 03:08:41 Progress (1): 137/192 MB build 03-Jan-2023 03:08:41 Progress (1): 138/192 MB build 03-Jan-2023 03:08:41 Progress (1): 138/192 MB build 03-Jan-2023 03:08:41 Progress (1): 139/192 MB build 03-Jan-2023 03:08:41 Progress (1): 139/192 MB build 03-Jan-2023 03:08:41 Progress (1): 140/192 MB build 03-Jan-2023 03:08:41 Progress (1): 141/192 MB build 03-Jan-2023 03:08:41 Progress (1): 141/192 MB build 03-Jan-2023 03:08:41 Progress (1): 142/192 MB build 03-Jan-2023 03:08:41 Progress (1): 142/192 MB build 03-Jan-2023 03:08:41 Progress (1): 143/192 MB build 03-Jan-2023 03:08:41 Progress (1): 143/192 MB build 03-Jan-2023 03:08:41 Progress (1): 144/192 MB build 03-Jan-2023 03:08:41 Progress (1): 144/192 MB build 03-Jan-2023 03:08:41 Progress (1): 145/192 MB build 03-Jan-2023 03:08:41 Progress (1): 145/192 MB build 03-Jan-2023 03:08:41 Progress (1): 146/192 MB build 03-Jan-2023 03:08:41 Progress (1): 146/192 MB build 03-Jan-2023 03:08:41 Progress (1): 147/192 MB build 03-Jan-2023 03:08:41 Progress (1): 147/192 MB build 03-Jan-2023 03:08:41 Progress (1): 148/192 MB build 03-Jan-2023 03:08:41 Progress (1): 148/192 MB build 03-Jan-2023 03:08:41 Progress (1): 149/192 MB build 03-Jan-2023 03:08:41 Progress (1): 149/192 MB build 03-Jan-2023 03:08:41 Progress (1): 150/192 MB build 03-Jan-2023 03:08:41 Progress (1): 150/192 MB build 03-Jan-2023 03:08:41 Progress (1): 151/192 MB build 03-Jan-2023 03:08:41 Progress (1): 152/192 MB build 03-Jan-2023 03:08:41 Progress (1): 152/192 MB build 03-Jan-2023 03:08:41 Progress (1): 153/192 MB build 03-Jan-2023 03:08:41 Progress (1): 153/192 MB build 03-Jan-2023 03:08:41 Progress (1): 154/192 MB build 03-Jan-2023 03:08:41 Progress (1): 154/192 MB build 03-Jan-2023 03:08:41 Progress (1): 155/192 MB build 03-Jan-2023 03:08:41 Progress (1): 155/192 MB build 03-Jan-2023 03:08:41 Progress (1): 156/192 MB build 03-Jan-2023 03:08:41 Progress (1): 156/192 MB build 03-Jan-2023 03:08:41 Progress (1): 157/192 MB build 03-Jan-2023 03:08:41 Progress (1): 157/192 MB build 03-Jan-2023 03:08:41 Progress (1): 158/192 MB build 03-Jan-2023 03:08:41 Progress (1): 158/192 MB build 03-Jan-2023 03:08:41 Progress (1): 159/192 MB build 03-Jan-2023 03:08:41 Progress (1): 159/192 MB build 03-Jan-2023 03:08:41 Progress (1): 160/192 MB build 03-Jan-2023 03:08:41 Progress (1): 160/192 MB build 03-Jan-2023 03:08:41 Progress (1): 161/192 MB build 03-Jan-2023 03:08:41 Progress (1): 161/192 MB build 03-Jan-2023 03:08:41 Progress (1): 162/192 MB build 03-Jan-2023 03:08:41 Progress (1): 163/192 MB build 03-Jan-2023 03:08:41 Progress (1): 163/192 MB build 03-Jan-2023 03:08:41 Progress (1): 164/192 MB build 03-Jan-2023 03:08:41 Progress (1): 164/192 MB build 03-Jan-2023 03:08:41 Progress (1): 165/192 MB build 03-Jan-2023 03:08:41 Progress (1): 165/192 MB build 03-Jan-2023 03:08:41 Progress (1): 166/192 MB build 03-Jan-2023 03:08:41 Progress (1): 166/192 MB build 03-Jan-2023 03:08:41 Progress (1): 167/192 MB build 03-Jan-2023 03:08:41 Progress (1): 167/192 MB build 03-Jan-2023 03:08:41 Progress (1): 168/192 MB build 03-Jan-2023 03:08:41 Progress (1): 168/192 MB build 03-Jan-2023 03:08:41 Progress (1): 169/192 MB build 03-Jan-2023 03:08:41 Progress (1): 169/192 MB build 03-Jan-2023 03:08:41 Progress (1): 170/192 MB build 03-Jan-2023 03:08:41 Progress (1): 170/192 MB build 03-Jan-2023 03:08:41 Progress (1): 171/192 MB build 03-Jan-2023 03:08:41 Progress (1): 171/192 MB build 03-Jan-2023 03:08:41 Progress (1): 172/192 MB build 03-Jan-2023 03:08:41 Progress (1): 172/192 MB build 03-Jan-2023 03:08:41 Progress (1): 173/192 MB build 03-Jan-2023 03:08:41 Progress (1): 174/192 MB build 03-Jan-2023 03:08:41 Progress (1): 174/192 MB build 03-Jan-2023 03:08:41 Progress (1): 175/192 MB build 03-Jan-2023 03:08:41 Progress (1): 175/192 MB build 03-Jan-2023 03:08:41 Progress (1): 176/192 MB build 03-Jan-2023 03:08:41 Progress (1): 176/192 MB build 03-Jan-2023 03:08:41 Progress (1): 177/192 MB build 03-Jan-2023 03:08:41 Progress (1): 177/192 MB build 03-Jan-2023 03:08:41 Progress (1): 178/192 MB build 03-Jan-2023 03:08:41 Progress (1): 178/192 MB build 03-Jan-2023 03:08:41 Progress (1): 179/192 MB build 03-Jan-2023 03:08:41 Progress (1): 179/192 MB build 03-Jan-2023 03:08:41 Progress (1): 180/192 MB build 03-Jan-2023 03:08:41 Progress (1): 180/192 MB build 03-Jan-2023 03:08:41 Progress (1): 181/192 MB build 03-Jan-2023 03:08:41 Progress (1): 181/192 MB build 03-Jan-2023 03:08:41 Progress (1): 182/192 MB build 03-Jan-2023 03:08:41 Progress (1): 182/192 MB build 03-Jan-2023 03:08:41 Progress (1): 183/192 MB build 03-Jan-2023 03:08:41 Progress (1): 184/192 MB build 03-Jan-2023 03:08:41 Progress (1): 184/192 MB build 03-Jan-2023 03:08:41 Progress (1): 185/192 MB build 03-Jan-2023 03:08:41 Progress (1): 185/192 MB build 03-Jan-2023 03:08:41 Progress (1): 186/192 MB build 03-Jan-2023 03:08:41 Progress (1): 186/192 MB build 03-Jan-2023 03:08:41 Progress (1): 187/192 MB build 03-Jan-2023 03:08:41 Progress (1): 187/192 MB build 03-Jan-2023 03:08:41 Progress (1): 188/192 MB build 03-Jan-2023 03:08:41 Progress (1): 188/192 MB build 03-Jan-2023 03:08:41 Progress (1): 189/192 MB build 03-Jan-2023 03:08:41 Progress (1): 189/192 MB build 03-Jan-2023 03:08:41 Progress (1): 190/192 MB build 03-Jan-2023 03:08:41 Progress (1): 190/192 MB build 03-Jan-2023 03:08:41 Progress (1): 191/192 MB build 03-Jan-2023 03:08:41 Progress (1): 191/192 MB build 03-Jan-2023 03:08:41 Progress (1): 192 MB build 03-Jan-2023 03:08:54 build 03-Jan-2023 03:08:54 Uploaded to openmrs-repo-snapshots: https://mavenrepo.openmrs.org/snapshots/org/openmrs/distro/referenceapplication-package/2.13.0-SNAPSHOT/referenceapplication-package-2.13.0-20230103.030757-1739.war (192 MB at 14 MB/s) build 03-Jan-2023 03:08:54 Uploading to openmrs-repo-snapshots: https://mavenrepo.openmrs.org/snapshots/org/openmrs/distro/referenceapplication-package/2.13.0-SNAPSHOT/maven-metadata.xml build 03-Jan-2023 03:08:54 Progress (1): 1.6 kB build 03-Jan-2023 03:08:55 build 03-Jan-2023 03:08:55 Uploaded to openmrs-repo-snapshots: https://mavenrepo.openmrs.org/snapshots/org/openmrs/distro/referenceapplication-package/2.13.0-SNAPSHOT/maven-metadata.xml (1.6 kB at 1.3 kB/s) build 03-Jan-2023 03:08:55 Uploading to openmrs-repo-snapshots: https://mavenrepo.openmrs.org/snapshots/org/openmrs/distro/referenceapplication-package/2.13.0-SNAPSHOT/referenceapplication-package-2.13.0-20230103.030757-1739-tests.jar build 03-Jan-2023 03:08:55 Progress (1): 2.3 kB build 03-Jan-2023 03:08:57 build 03-Jan-2023 03:08:57 Uploaded to openmrs-repo-snapshots: https://mavenrepo.openmrs.org/snapshots/org/openmrs/distro/referenceapplication-package/2.13.0-SNAPSHOT/referenceapplication-package-2.13.0-20230103.030757-1739-tests.jar (2.3 kB at 999 B/s) build 03-Jan-2023 03:08:57 Uploading to openmrs-repo-snapshots: https://mavenrepo.openmrs.org/snapshots/org/openmrs/distro/referenceapplication-package/2.13.0-SNAPSHOT/maven-metadata.xml build 03-Jan-2023 03:08:57 Progress (1): 1.6 kB build 03-Jan-2023 03:08:59 build 03-Jan-2023 03:08:59 Uploaded to openmrs-repo-snapshots: https://mavenrepo.openmrs.org/snapshots/org/openmrs/distro/referenceapplication-package/2.13.0-SNAPSHOT/maven-metadata.xml (1.6 kB at 1.3 kB/s) build 03-Jan-2023 03:08:59 [INFO] ------------------------------------------------------------------------ build 03-Jan-2023 03:08:59 [INFO] Reactor Summary for Reference Application Distribution 2.13.0-SNAPSHOT: build 03-Jan-2023 03:08:59 [INFO] build 03-Jan-2023 03:08:59 [INFO] Reference Application Distribution ................. SUCCESS [ 6.521 s] build 03-Jan-2023 03:08:59 [INFO] Reference Application Distribution Package ......... SUCCESS [ 55.255 s] build 03-Jan-2023 03:08:59 [INFO] ------------------------------------------------------------------------ build 03-Jan-2023 03:08:59 [INFO] BUILD SUCCESS build 03-Jan-2023 03:08:59 [INFO] ------------------------------------------------------------------------ build 03-Jan-2023 03:08:59 [INFO] Total time: 01:01 min build 03-Jan-2023 03:08:59 [INFO] Finished at: 2023-01-03T03:08:59Z build 03-Jan-2023 03:08:59 [INFO] ------------------------------------------------------------------------ build 03-Jan-2023 03:08:59 Building production image error 03-Jan-2023 03:09:00 #1 [internal] load build definition from Dockerfile error 03-Jan-2023 03:09:00 #1 transferring dockerfile: 898B 0.0s done error 03-Jan-2023 03:09:00 #1 DONE 0.1s error 03-Jan-2023 03:09:00 error 03-Jan-2023 03:09:00 #2 [internal] load .dockerignore error 03-Jan-2023 03:09:00 #2 transferring context: 74B done error 03-Jan-2023 03:09:00 #2 DONE 0.1s error 03-Jan-2023 03:09:00 error 03-Jan-2023 03:09:00 #3 [auth] docker/dockerfile:pull token for registry-1.docker.io error 03-Jan-2023 03:09:00 #3 DONE 0.0s error 03-Jan-2023 03:09:00 error 03-Jan-2023 03:09:00 #4 resolve image config for docker.io/docker/dockerfile:1 error 03-Jan-2023 03:09:00 #4 DONE 0.4s error 03-Jan-2023 03:09:01 error 03-Jan-2023 03:09:01 #5 docker-image://docker.io/docker/dockerfile:1@sha256:9ba7531bd80fb0a858632727cf7a112fbfd19b17e94c4e84ced81e24ef1a0dbc error 03-Jan-2023 03:09:01 #5 resolve docker.io/docker/dockerfile:1@sha256:9ba7531bd80fb0a858632727cf7a112fbfd19b17e94c4e84ced81e24ef1a0dbc 0.0s done error 03-Jan-2023 03:09:01 #5 CACHED error 03-Jan-2023 03:09:01 error 03-Jan-2023 03:09:01 #6 [auth] openmrs/openmrs-core:pull token for registry-1.docker.io error 03-Jan-2023 03:09:01 #6 DONE 0.0s error 03-Jan-2023 03:09:01 error 03-Jan-2023 03:09:01 #7 [linux/arm64 internal] load metadata for docker.io/openmrs/openmrs-core:dev error 03-Jan-2023 03:09:02 #7 DONE 1.7s error 03-Jan-2023 03:09:02 error 03-Jan-2023 03:09:02 #8 [linux/amd64 internal] load metadata for docker.io/openmrs/openmrs-core:nightly error 03-Jan-2023 03:09:02 #8 DONE 1.6s error 03-Jan-2023 03:09:02 error 03-Jan-2023 03:09:02 #9 [linux/amd64 internal] load metadata for docker.io/openmrs/openmrs-core:dev error 03-Jan-2023 03:09:02 #9 DONE 1.7s error 03-Jan-2023 03:09:02 error 03-Jan-2023 03:09:02 #10 [linux/arm64 internal] load metadata for docker.io/openmrs/openmrs-core:nightly error 03-Jan-2023 03:09:02 #10 DONE 1.7s error 03-Jan-2023 03:09:03 error 03-Jan-2023 03:09:03 #11 [internal] load build context error 03-Jan-2023 03:09:03 #11 DONE 0.0s error 03-Jan-2023 03:09:03 error 03-Jan-2023 03:09:03 #12 [linux/amd64 stage-1 1/5] FROM docker.io/openmrs/openmrs-core:nightly@sha256:a6a36710c1bc8bd0f2cd24fcd0a7288ee350fb65868d936ef63f0b70d17428f0 error 03-Jan-2023 03:09:03 #12 resolve docker.io/openmrs/openmrs-core:nightly@sha256:a6a36710c1bc8bd0f2cd24fcd0a7288ee350fb65868d936ef63f0b70d17428f0 0.1s done error 03-Jan-2023 03:09:03 #12 ... error 03-Jan-2023 03:09:03 error 03-Jan-2023 03:09:03 #13 [linux/arm64 dev 1/4] FROM docker.io/openmrs/openmrs-core:dev@sha256:c87a4c724cc7784fb0bb71b1f4213d608a5ce6b22305a20b47efb56888400ebc error 03-Jan-2023 03:09:03 #13 resolve docker.io/openmrs/openmrs-core:dev@sha256:c87a4c724cc7784fb0bb71b1f4213d608a5ce6b22305a20b47efb56888400ebc 0.1s done error 03-Jan-2023 03:09:03 #13 DONE 0.2s error 03-Jan-2023 03:09:03 error 03-Jan-2023 03:09:03 #14 [linux/amd64 dev 1/4] FROM docker.io/openmrs/openmrs-core:dev@sha256:c87a4c724cc7784fb0bb71b1f4213d608a5ce6b22305a20b47efb56888400ebc error 03-Jan-2023 03:09:03 #14 resolve docker.io/openmrs/openmrs-core:dev@sha256:c87a4c724cc7784fb0bb71b1f4213d608a5ce6b22305a20b47efb56888400ebc 0.1s done error 03-Jan-2023 03:09:03 #14 DONE 0.2s error 03-Jan-2023 03:09:03 error 03-Jan-2023 03:09:03 #15 [linux/arm64 stage-1 1/5] FROM docker.io/openmrs/openmrs-core:nightly@sha256:a6a36710c1bc8bd0f2cd24fcd0a7288ee350fb65868d936ef63f0b70d17428f0 error 03-Jan-2023 03:09:03 #15 resolve docker.io/openmrs/openmrs-core:nightly@sha256:a6a36710c1bc8bd0f2cd24fcd0a7288ee350fb65868d936ef63f0b70d17428f0 0.1s done error 03-Jan-2023 03:09:03 #15 DONE 0.2s error 03-Jan-2023 03:09:03 error 03-Jan-2023 03:09:03 #12 [linux/amd64 stage-1 1/5] FROM docker.io/openmrs/openmrs-core:nightly@sha256:a6a36710c1bc8bd0f2cd24fcd0a7288ee350fb65868d936ef63f0b70d17428f0 error 03-Jan-2023 03:09:04 #12 DONE 1.1s error 03-Jan-2023 03:09:04 error 03-Jan-2023 03:09:04 #11 [internal] load build context error 03-Jan-2023 03:09:04 #11 transferring context: 33.72MB 1.1s done error 03-Jan-2023 03:09:04 #11 DONE 1.5s error 03-Jan-2023 03:09:04 error 03-Jan-2023 03:09:04 #12 [linux/amd64 stage-1 1/5] FROM docker.io/openmrs/openmrs-core:nightly@sha256:a6a36710c1bc8bd0f2cd24fcd0a7288ee350fb65868d936ef63f0b70d17428f0 error 03-Jan-2023 03:09:04 #12 sha256:45f033abfceaf2ce8f7a966048c07832ed8a6643ee79eb1fb8f226305fa840b6 67.10MB / 80.31MB 0.6s error 03-Jan-2023 03:09:04 #12 sha256:fb7d9671721dbbb2b4a33cce87ef6fbef5ec52ff2af4dc52badbe47496ccd3c2 5.12kB / 5.12kB 0.3s done error 03-Jan-2023 03:09:04 #12 sha256:a5849c75ff7d9b55ddf3282f808313112991f405019431bf5185d3a621d12069 5.12kB / 5.12kB 0.3s done error 03-Jan-2023 03:09:04 #12 sha256:f0edd8a6ad7f6c9d3a567221881a6b93761ce5b9f1df68a4f9f6b88f16720241 1.49kB / 1.49kB 0.3s done error 03-Jan-2023 03:09:04 #12 sha256:2ae691100ed05125d3630bbcb6b92d8b1e8953e6272397d54cb623fb4e13be66 9.54kB / 9.54kB 0.1s done error 03-Jan-2023 03:09:04 #12 sha256:3b850180a8e68979375c74c7379c7bae526b36ba0c444bb4146075b3ba1ff556 2.89kB / 2.89kB 0.1s done error 03-Jan-2023 03:09:04 #12 sha256:77fe4cfc65b7dc548f54c045a699b5f34baf02761680891d297a85f0e059717c 4.93MB / 4.93MB 0.2s done error 03-Jan-2023 03:09:04 #12 sha256:7896bd6001c60657074055c027c39e5f3f35a7539b230081d11bc218b458be72 131B / 131B 0.1s done error 03-Jan-2023 03:09:04 #12 sha256:9c9e0576f25809a1d8e9528a1222efc4612a882e19f26ac8a089825cc2676ad3 15.45MB / 15.45MB 0.2s error 03-Jan-2023 03:09:04 #12 sha256:94fd12e8688224d8c5ebdbecb772b4a2b670ec6606cc77f096f907a5d0f8143f 170B / 170B 0.1s done error 03-Jan-2023 03:09:04 #12 sha256:da8e35e2d84b12642cbc9696e59032f00ba7a3a5288356cbb76096094dbc5ace 6.02kB / 6.02kB 0.2s error 03-Jan-2023 03:09:05 #12 sha256:45f033abfceaf2ce8f7a966048c07832ed8a6643ee79eb1fb8f226305fa840b6 80.31MB / 80.31MB 0.8s done error 03-Jan-2023 03:09:05 #12 sha256:9c9e0576f25809a1d8e9528a1222efc4612a882e19f26ac8a089825cc2676ad3 15.45MB / 15.45MB 0.2s done error 03-Jan-2023 03:09:05 #12 sha256:da8e35e2d84b12642cbc9696e59032f00ba7a3a5288356cbb76096094dbc5ace 6.02kB / 6.02kB 0.2s done error 03-Jan-2023 03:09:05 #12 DONE 1.9s error 03-Jan-2023 03:09:05 error 03-Jan-2023 03:09:05 #15 [linux/arm64 stage-1 1/5] FROM docker.io/openmrs/openmrs-core:nightly@sha256:a6a36710c1bc8bd0f2cd24fcd0a7288ee350fb65868d936ef63f0b70d17428f0 error 03-Jan-2023 03:09:05 #15 sha256:fc21b3e8526c44b9bdd3b18c52bd5809194b73420fae5cdd8f4b611dbebbc948 9.44MB / 80.31MB 0.2s error 03-Jan-2023 03:09:05 #15 sha256:96b0bad5a89f1aa14f3565dec9aaf52ae55dadabdbb063880cca9c1e36b40b35 6.02kB / 6.02kB 0.2s done error 03-Jan-2023 03:09:05 #15 sha256:dfb77ec4b42b38dc225e291f6ebee9a07ea534957c4c0aeacc5f9b03b05ea0f8 5.12kB / 5.12kB 0.2s error 03-Jan-2023 03:09:05 #15 sha256:e97dbd7bf755a9a9f6884b4b61233596bfb6046fd8bd0d0e13a4a8ec8702f26d 5.12kB / 5.12kB 0.2s error 03-Jan-2023 03:09:05 #15 sha256:fc21b3e8526c44b9bdd3b18c52bd5809194b73420fae5cdd8f4b611dbebbc948 23.07MB / 80.31MB 0.3s error 03-Jan-2023 03:09:05 #15 sha256:dfb77ec4b42b38dc225e291f6ebee9a07ea534957c4c0aeacc5f9b03b05ea0f8 5.12kB / 5.12kB 0.2s done error 03-Jan-2023 03:09:05 #15 sha256:e97dbd7bf755a9a9f6884b4b61233596bfb6046fd8bd0d0e13a4a8ec8702f26d 5.12kB / 5.12kB 0.2s done error 03-Jan-2023 03:09:05 #15 sha256:362f9ef61aa1ab48182375f0740dc05f3164e2b3d99b893d428ce368c6b9a1ed 1.49kB / 1.49kB 0.1s done error 03-Jan-2023 03:09:05 #15 sha256:9292880239e5270c8206c8be641550c23904b2a75deb133751d485cfea0b0dbd 9.11kB / 9.11kB 0.1s done error 03-Jan-2023 03:09:05 #15 sha256:fc21b3e8526c44b9bdd3b18c52bd5809194b73420fae5cdd8f4b611dbebbc948 37.75MB / 80.31MB 0.5s error 03-Jan-2023 03:09:05 #15 sha256:11e773f32c96517c576fe4828fef2326d3d376013b7e022cbe44d11eedbb1b95 131B / 131B 0.1s done error 03-Jan-2023 03:09:05 #15 sha256:4010f56bfcc766ea03beaf0f680096b9f78044515fc5767410ab7d5f033ba100 3.15MB / 4.90MB 0.2s error 03-Jan-2023 03:09:05 #15 sha256:4649b12d9bc41a240915ba532b3b97534d04e3e9ca14c4f4c484d9ba6df60ba5 171B / 171B 0.1s done error 03-Jan-2023 03:09:05 #15 sha256:7a1a6447950d1fe3f6481a459eb927c7901caeb7aad6abf2dab1fa17506037f6 5.24MB / 15.42MB 0.2s error 03-Jan-2023 03:09:05 #15 sha256:ab0edd69441d27c21fb21b7db4427e1dc319aece4a8861babd35345341307162 2.88kB / 2.88kB 0.1s done error 03-Jan-2023 03:09:06 #15 ... error 03-Jan-2023 03:09:06 error 03-Jan-2023 03:09:06 #12 [linux/amd64 stage-1 1/5] FROM docker.io/openmrs/openmrs-core:nightly@sha256:a6a36710c1bc8bd0f2cd24fcd0a7288ee350fb65868d936ef63f0b70d17428f0 error 03-Jan-2023 03:09:06 #12 extracting sha256:94fd12e8688224d8c5ebdbecb772b4a2b670ec6606cc77f096f907a5d0f8143f 0.1s done error 03-Jan-2023 03:09:06 #12 extracting sha256:9c9e0576f25809a1d8e9528a1222efc4612a882e19f26ac8a089825cc2676ad3 0.7s done error 03-Jan-2023 03:09:06 #12 extracting sha256:7896bd6001c60657074055c027c39e5f3f35a7539b230081d11bc218b458be72 0.1s done error 03-Jan-2023 03:09:06 #12 DONE 2.9s error 03-Jan-2023 03:09:06 error 03-Jan-2023 03:09:06 #15 [linux/arm64 stage-1 1/5] FROM docker.io/openmrs/openmrs-core:nightly@sha256:a6a36710c1bc8bd0f2cd24fcd0a7288ee350fb65868d936ef63f0b70d17428f0 error 03-Jan-2023 03:09:06 #15 sha256:7a1a6447950d1fe3f6481a459eb927c7901caeb7aad6abf2dab1fa17506037f6 6.29MB / 15.42MB 0.3s error 03-Jan-2023 03:09:06 #15 extracting sha256:4649b12d9bc41a240915ba532b3b97534d04e3e9ca14c4f4c484d9ba6df60ba5 error 03-Jan-2023 03:09:06 #15 sha256:4010f56bfcc766ea03beaf0f680096b9f78044515fc5767410ab7d5f033ba100 4.19MB / 4.90MB 0.5s error 03-Jan-2023 03:09:06 #15 extracting sha256:4649b12d9bc41a240915ba532b3b97534d04e3e9ca14c4f4c484d9ba6df60ba5 0.1s done error 03-Jan-2023 03:09:06 #15 sha256:4010f56bfcc766ea03beaf0f680096b9f78044515fc5767410ab7d5f033ba100 4.90MB / 4.90MB 0.6s done error 03-Jan-2023 03:09:06 #15 sha256:7a1a6447950d1fe3f6481a459eb927c7901caeb7aad6abf2dab1fa17506037f6 7.34MB / 15.42MB 0.6s error 03-Jan-2023 03:09:06 #15 sha256:7a1a6447950d1fe3f6481a459eb927c7901caeb7aad6abf2dab1fa17506037f6 8.39MB / 15.42MB 0.9s error 03-Jan-2023 03:09:06 #15 sha256:7a1a6447950d1fe3f6481a459eb927c7901caeb7aad6abf2dab1fa17506037f6 10.49MB / 15.42MB 1.1s error 03-Jan-2023 03:09:06 #15 sha256:fc21b3e8526c44b9bdd3b18c52bd5809194b73420fae5cdd8f4b611dbebbc948 49.28MB / 80.31MB 1.5s error 03-Jan-2023 03:09:06 #15 sha256:7a1a6447950d1fe3f6481a459eb927c7901caeb7aad6abf2dab1fa17506037f6 15.42MB / 15.42MB 1.2s done error 03-Jan-2023 03:09:06 #15 sha256:fc21b3e8526c44b9bdd3b18c52bd5809194b73420fae5cdd8f4b611dbebbc948 76.55MB / 80.31MB 1.7s error 03-Jan-2023 03:09:06 #15 extracting sha256:7a1a6447950d1fe3f6481a459eb927c7901caeb7aad6abf2dab1fa17506037f6 error 03-Jan-2023 03:09:07 #15 sha256:fc21b3e8526c44b9bdd3b18c52bd5809194b73420fae5cdd8f4b611dbebbc948 80.31MB / 80.31MB 1.7s done error 03-Jan-2023 03:09:08 #15 extracting sha256:7a1a6447950d1fe3f6481a459eb927c7901caeb7aad6abf2dab1fa17506037f6 1.1s done error 03-Jan-2023 03:09:08 #15 extracting sha256:11e773f32c96517c576fe4828fef2326d3d376013b7e022cbe44d11eedbb1b95 error 03-Jan-2023 03:09:08 #15 extracting sha256:11e773f32c96517c576fe4828fef2326d3d376013b7e022cbe44d11eedbb1b95 0.2s done error 03-Jan-2023 03:09:08 #15 extracting sha256:4010f56bfcc766ea03beaf0f680096b9f78044515fc5767410ab7d5f033ba100 error 03-Jan-2023 03:09:08 #15 ... error 03-Jan-2023 03:09:08 error 03-Jan-2023 03:09:08 #12 [linux/amd64 stage-1 1/5] FROM docker.io/openmrs/openmrs-core:nightly@sha256:a6a36710c1bc8bd0f2cd24fcd0a7288ee350fb65868d936ef63f0b70d17428f0 error 03-Jan-2023 03:09:08 #12 extracting sha256:77fe4cfc65b7dc548f54c045a699b5f34baf02761680891d297a85f0e059717c 0.3s done error 03-Jan-2023 03:09:08 #12 extracting sha256:2ae691100ed05125d3630bbcb6b92d8b1e8953e6272397d54cb623fb4e13be66 0.1s done error 03-Jan-2023 03:09:08 #12 extracting sha256:3b850180a8e68979375c74c7379c7bae526b36ba0c444bb4146075b3ba1ff556 0.1s done error 03-Jan-2023 03:09:08 #12 extracting sha256:f0edd8a6ad7f6c9d3a567221881a6b93761ce5b9f1df68a4f9f6b88f16720241 0.1s done error 03-Jan-2023 03:09:08 #12 extracting sha256:a5849c75ff7d9b55ddf3282f808313112991f405019431bf5185d3a621d12069 0.1s done error 03-Jan-2023 03:09:08 #12 extracting sha256:fb7d9671721dbbb2b4a33cce87ef6fbef5ec52ff2af4dc52badbe47496ccd3c2 0.1s done error 03-Jan-2023 03:09:08 #12 extracting sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 0.2s done error 03-Jan-2023 03:09:08 #12 extracting sha256:da8e35e2d84b12642cbc9696e59032f00ba7a3a5288356cbb76096094dbc5ace 0.1s done error 03-Jan-2023 03:09:08 #12 extracting sha256:45f033abfceaf2ce8f7a966048c07832ed8a6643ee79eb1fb8f226305fa840b6 1.4s done error 03-Jan-2023 03:09:08 #12 DONE 5.2s error 03-Jan-2023 03:09:08 error 03-Jan-2023 03:09:08 #13 [linux/arm64 dev 1/4] FROM docker.io/openmrs/openmrs-core:dev@sha256:c87a4c724cc7784fb0bb71b1f4213d608a5ce6b22305a20b47efb56888400ebc error 03-Jan-2023 03:09:08 #13 sha256:c1334d8fb4ecda9588e2ab1930c5718c47e586074a07b5880c41ac8a96ca4dc5 5.32kB / 5.32kB 0.1s done error 03-Jan-2023 03:09:08 #13 sha256:56c3829c1611b9c2a269b7c0faefefa405351f36235527f1ad50c35fb3e4e26e 14.68MB / 80.31MB 0.9s error 03-Jan-2023 03:09:08 #13 sha256:aab29f31a212340eb812a56894204b3291094511728f22756b0cc30ac502998c 5.31kB / 5.31kB 0.1s done error 03-Jan-2023 03:09:08 #13 sha256:f327a8538b8e596b47942787385383d73027c7cde82689216be16b0ed98d842f 12.58MB / 241.17MB 0.9s error 03-Jan-2023 03:09:08 #13 sha256:56c3829c1611b9c2a269b7c0faefefa405351f36235527f1ad50c35fb3e4e26e 27.26MB / 80.31MB 1.4s error 03-Jan-2023 03:09:09 #13 ... error 03-Jan-2023 03:09:09 error 03-Jan-2023 03:09:09 #15 [linux/arm64 stage-1 1/5] FROM docker.io/openmrs/openmrs-core:nightly@sha256:a6a36710c1bc8bd0f2cd24fcd0a7288ee350fb65868d936ef63f0b70d17428f0 error 03-Jan-2023 03:09:09 #15 extracting sha256:4010f56bfcc766ea03beaf0f680096b9f78044515fc5767410ab7d5f033ba100 0.5s done error 03-Jan-2023 03:09:09 #15 extracting sha256:9292880239e5270c8206c8be641550c23904b2a75deb133751d485cfea0b0dbd 0.1s done error 03-Jan-2023 03:09:09 #15 extracting sha256:ab0edd69441d27c21fb21b7db4427e1dc319aece4a8861babd35345341307162 0.1s done error 03-Jan-2023 03:09:09 #15 extracting sha256:362f9ef61aa1ab48182375f0740dc05f3164e2b3d99b893d428ce368c6b9a1ed 0.2s done error 03-Jan-2023 03:09:09 #15 extracting sha256:e97dbd7bf755a9a9f6884b4b61233596bfb6046fd8bd0d0e13a4a8ec8702f26d 0.0s done error 03-Jan-2023 03:09:09 #15 DONE 6.0s error 03-Jan-2023 03:09:09 error 03-Jan-2023 03:09:09 #13 [linux/arm64 dev 1/4] FROM docker.io/openmrs/openmrs-core:dev@sha256:c87a4c724cc7784fb0bb71b1f4213d608a5ce6b22305a20b47efb56888400ebc error 03-Jan-2023 03:09:09 #13 sha256:f327a8538b8e596b47942787385383d73027c7cde82689216be16b0ed98d842f 29.36MB / 241.17MB 1.4s error 03-Jan-2023 03:09:09 #13 ... error 03-Jan-2023 03:09:09 error 03-Jan-2023 03:09:09 #15 [linux/arm64 stage-1 1/5] FROM docker.io/openmrs/openmrs-core:nightly@sha256:a6a36710c1bc8bd0f2cd24fcd0a7288ee350fb65868d936ef63f0b70d17428f0 error 03-Jan-2023 03:09:09 #15 extracting sha256:dfb77ec4b42b38dc225e291f6ebee9a07ea534957c4c0aeacc5f9b03b05ea0f8 0.0s done error 03-Jan-2023 03:09:09 #15 extracting sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 0.0s done error 03-Jan-2023 03:09:09 #15 extracting sha256:96b0bad5a89f1aa14f3565dec9aaf52ae55dadabdbb063880cca9c1e36b40b35 0.0s done error 03-Jan-2023 03:09:09 #15 DONE 6.1s error 03-Jan-2023 03:09:09 error 03-Jan-2023 03:09:09 #13 [linux/arm64 dev 1/4] FROM docker.io/openmrs/openmrs-core:dev@sha256:c87a4c724cc7784fb0bb71b1f4213d608a5ce6b22305a20b47efb56888400ebc error 03-Jan-2023 03:09:09 #13 sha256:56c3829c1611b9c2a269b7c0faefefa405351f36235527f1ad50c35fb3e4e26e 32.51MB / 80.31MB 2.3s error 03-Jan-2023 03:09:10 #13 sha256:56c3829c1611b9c2a269b7c0faefefa405351f36235527f1ad50c35fb3e4e26e 45.09MB / 80.31MB 2.4s error 03-Jan-2023 03:09:10 #13 sha256:f327a8538b8e596b47942787385383d73027c7cde82689216be16b0ed98d842f 41.94MB / 241.17MB 2.4s error 03-Jan-2023 03:09:10 #13 sha256:56c3829c1611b9c2a269b7c0faefefa405351f36235527f1ad50c35fb3e4e26e 53.48MB / 80.31MB 2.6s error 03-Jan-2023 03:09:10 #13 sha256:56c3829c1611b9c2a269b7c0faefefa405351f36235527f1ad50c35fb3e4e26e 61.87MB / 80.31MB 2.7s error 03-Jan-2023 03:09:10 #13 sha256:f327a8538b8e596b47942787385383d73027c7cde82689216be16b0ed98d842f 56.62MB / 241.17MB 2.7s error 03-Jan-2023 03:09:10 #13 sha256:56c3829c1611b9c2a269b7c0faefefa405351f36235527f1ad50c35fb3e4e26e 69.31MB / 80.31MB 2.9s error 03-Jan-2023 03:09:10 #13 sha256:56c3829c1611b9c2a269b7c0faefefa405351f36235527f1ad50c35fb3e4e26e 77.73MB / 80.31MB 3.0s error 03-Jan-2023 03:09:10 #13 sha256:f327a8538b8e596b47942787385383d73027c7cde82689216be16b0ed98d842f 73.25MB / 241.17MB 3.0s error 03-Jan-2023 03:09:10 #13 sha256:56c3829c1611b9c2a269b7c0faefefa405351f36235527f1ad50c35fb3e4e26e 80.31MB / 80.31MB 3.2s done error 03-Jan-2023 03:09:10 #13 sha256:f327a8538b8e596b47942787385383d73027c7cde82689216be16b0ed98d842f 93.32MB / 241.17MB 3.2s error 03-Jan-2023 03:09:11 #13 sha256:f327a8538b8e596b47942787385383d73027c7cde82689216be16b0ed98d842f 117.44MB / 241.17MB 3.5s error 03-Jan-2023 03:09:11 #13 sha256:f327a8538b8e596b47942787385383d73027c7cde82689216be16b0ed98d842f 136.31MB / 241.17MB 3.8s error 03-Jan-2023 03:09:11 #13 ... error 03-Jan-2023 03:09:11 error 03-Jan-2023 03:09:11 #15 [linux/arm64 stage-1 1/5] FROM docker.io/openmrs/openmrs-core:nightly@sha256:a6a36710c1bc8bd0f2cd24fcd0a7288ee350fb65868d936ef63f0b70d17428f0 error 03-Jan-2023 03:09:11 #15 extracting sha256:fc21b3e8526c44b9bdd3b18c52bd5809194b73420fae5cdd8f4b611dbebbc948 2.2s done error 03-Jan-2023 03:09:11 #15 DONE 8.3s error 03-Jan-2023 03:09:11 error 03-Jan-2023 03:09:11 #13 [linux/arm64 dev 1/4] FROM docker.io/openmrs/openmrs-core:dev@sha256:c87a4c724cc7784fb0bb71b1f4213d608a5ce6b22305a20b47efb56888400ebc error 03-Jan-2023 03:09:11 #13 sha256:f327a8538b8e596b47942787385383d73027c7cde82689216be16b0ed98d842f 148.90MB / 241.17MB 3.9s error 03-Jan-2023 03:09:11 #13 sha256:f327a8538b8e596b47942787385383d73027c7cde82689216be16b0ed98d842f 165.68MB / 241.17MB 4.1s error 03-Jan-2023 03:09:11 #13 sha256:f327a8538b8e596b47942787385383d73027c7cde82689216be16b0ed98d842f 183.50MB / 241.17MB 4.2s error 03-Jan-2023 03:09:12 #13 sha256:f327a8538b8e596b47942787385383d73027c7cde82689216be16b0ed98d842f 198.18MB / 241.17MB 4.4s error 03-Jan-2023 03:09:12 #13 sha256:f327a8538b8e596b47942787385383d73027c7cde82689216be16b0ed98d842f 211.81MB / 241.17MB 4.5s error 03-Jan-2023 03:09:12 #13 sha256:f327a8538b8e596b47942787385383d73027c7cde82689216be16b0ed98d842f 224.40MB / 241.17MB 4.7s error 03-Jan-2023 03:09:12 #13 sha256:f327a8538b8e596b47942787385383d73027c7cde82689216be16b0ed98d842f 241.17MB / 241.17MB 4.8s error 03-Jan-2023 03:09:12 #13 sha256:f327a8538b8e596b47942787385383d73027c7cde82689216be16b0ed98d842f 241.17MB / 241.17MB 4.9s done error 03-Jan-2023 03:09:12 #13 extracting sha256:f327a8538b8e596b47942787385383d73027c7cde82689216be16b0ed98d842f error 03-Jan-2023 03:09:13 #13 ... error 03-Jan-2023 03:09:13 error 03-Jan-2023 03:09:13 #14 [linux/amd64 dev 1/4] FROM docker.io/openmrs/openmrs-core:dev@sha256:c87a4c724cc7784fb0bb71b1f4213d608a5ce6b22305a20b47efb56888400ebc error 03-Jan-2023 03:09:13 #14 sha256:98f84d8aff8e03ae9d743ec4d0d65bd32414e632d900ec266dc5e6b58f85cf3f 5.32kB / 5.32kB 0.2s done error 03-Jan-2023 03:09:13 #14 sha256:658d0aa8d799e4cbea30e092311b10f70b335e766dd2763150d79917dddcae97 5.32kB / 5.32kB 0.2s done error 03-Jan-2023 03:09:13 #14 sha256:788cc45c96b9e9c3187764bca276583f98ad378ca2f70548400e88bc991f0b2e 80.31MB / 80.31MB 2.7s done error 03-Jan-2023 03:09:13 #14 sha256:c6d272ae66914db39533d5dc4adcdf2bb4f2c4e3ccbcad79987a46d0d064a4ac 241.17MB / 241.17MB 4.3s done error 03-Jan-2023 03:09:13 #14 sha256:112de604c0bd829bed21030a82b2d32b35da7ab9a37fb80db45b7d8d1dfa3275 514.58kB / 514.58kB 0.1s done error 03-Jan-2023 03:09:13 #14 sha256:91372baa661e38ce0ee769fda310086a78899d328f3024aa1c48f93c872376b4 622.35kB / 622.35kB 0.1s done error 03-Jan-2023 03:09:13 #14 sha256:cd209e6af1b7a6131dab5f93bc92b66c2bd605205a37eb2083b3faf2a683ee25 100.48kB / 100.48kB 0.1s done error 03-Jan-2023 03:09:13 #14 sha256:2436457129da90084be17dbfe3d5fd17913b1ce9868e1612b8e6d3f9fc904ad8 16.58MB / 16.58MB 0.4s done error 03-Jan-2023 03:09:13 #14 sha256:c1a03a00b0f708253bf1dde7acc4e0bd3c8dbd36610a18edccc7b0efa0f51288 3.92MB / 3.92MB 0.2s done error 03-Jan-2023 03:09:13 #14 extracting sha256:c1a03a00b0f708253bf1dde7acc4e0bd3c8dbd36610a18edccc7b0efa0f51288 1.3s done error 03-Jan-2023 03:09:13 #14 extracting sha256:2436457129da90084be17dbfe3d5fd17913b1ce9868e1612b8e6d3f9fc904ad8 1.0s done error 03-Jan-2023 03:09:13 #14 extracting sha256:cd209e6af1b7a6131dab5f93bc92b66c2bd605205a37eb2083b3faf2a683ee25 0.1s done error 03-Jan-2023 03:09:13 #14 extracting sha256:91372baa661e38ce0ee769fda310086a78899d328f3024aa1c48f93c872376b4 0.1s done error 03-Jan-2023 03:09:13 #14 extracting sha256:112de604c0bd829bed21030a82b2d32b35da7ab9a37fb80db45b7d8d1dfa3275 0.1s done error 03-Jan-2023 03:09:13 #14 DONE 8.7s error 03-Jan-2023 03:09:13 error 03-Jan-2023 03:09:13 #14 [linux/amd64 dev 1/4] FROM docker.io/openmrs/openmrs-core:dev@sha256:c87a4c724cc7784fb0bb71b1f4213d608a5ce6b22305a20b47efb56888400ebc error 03-Jan-2023 03:09:13 #14 extracting sha256:c6d272ae66914db39533d5dc4adcdf2bb4f2c4e3ccbcad79987a46d0d064a4ac error 03-Jan-2023 03:09:16 #14 ... error 03-Jan-2023 03:09:16 error 03-Jan-2023 03:09:16 #13 [linux/arm64 dev 1/4] FROM docker.io/openmrs/openmrs-core:dev@sha256:c87a4c724cc7784fb0bb71b1f4213d608a5ce6b22305a20b47efb56888400ebc error 03-Jan-2023 03:09:16 #13 extracting sha256:f327a8538b8e596b47942787385383d73027c7cde82689216be16b0ed98d842f 2.6s done error 03-Jan-2023 03:09:16 #13 extracting sha256:56c3829c1611b9c2a269b7c0faefefa405351f36235527f1ad50c35fb3e4e26e 1.0s done error 03-Jan-2023 03:09:16 #13 extracting sha256:c1334d8fb4ecda9588e2ab1930c5718c47e586074a07b5880c41ac8a96ca4dc5 0.0s done error 03-Jan-2023 03:09:16 #13 DONE 11.1s error 03-Jan-2023 03:09:16 error 03-Jan-2023 03:09:16 #13 [linux/arm64 dev 1/4] FROM docker.io/openmrs/openmrs-core:dev@sha256:c87a4c724cc7784fb0bb71b1f4213d608a5ce6b22305a20b47efb56888400ebc error 03-Jan-2023 03:09:16 #13 extracting sha256:aab29f31a212340eb812a56894204b3291094511728f22756b0cc30ac502998c 0.1s done error 03-Jan-2023 03:09:16 #13 DONE 11.1s error 03-Jan-2023 03:09:16 error 03-Jan-2023 03:09:16 #14 [linux/amd64 dev 1/4] FROM docker.io/openmrs/openmrs-core:dev@sha256:c87a4c724cc7784fb0bb71b1f4213d608a5ce6b22305a20b47efb56888400ebc error 03-Jan-2023 03:09:16 #14 extracting sha256:c6d272ae66914db39533d5dc4adcdf2bb4f2c4e3ccbcad79987a46d0d064a4ac 2.4s done error 03-Jan-2023 03:09:16 #14 extracting sha256:788cc45c96b9e9c3187764bca276583f98ad378ca2f70548400e88bc991f0b2e error 03-Jan-2023 03:09:16 #14 ... error 03-Jan-2023 03:09:16 error 03-Jan-2023 03:09:16 #16 [linux/arm64 dev 2/4] WORKDIR /app error 03-Jan-2023 03:09:16 #16 DONE 0.3s error 03-Jan-2023 03:09:16 error 03-Jan-2023 03:09:16 #17 [linux/arm64 dev 3/4] COPY . ./ error 03-Jan-2023 03:09:17 #17 DONE 0.5s error 03-Jan-2023 03:09:17 error 03-Jan-2023 03:09:17 #14 [linux/amd64 dev 1/4] FROM docker.io/openmrs/openmrs-core:dev@sha256:c87a4c724cc7784fb0bb71b1f4213d608a5ce6b22305a20b47efb56888400ebc error 03-Jan-2023 03:09:17 #14 extracting sha256:788cc45c96b9e9c3187764bca276583f98ad378ca2f70548400e88bc991f0b2e 0.6s done error 03-Jan-2023 03:09:17 #14 extracting sha256:658d0aa8d799e4cbea30e092311b10f70b335e766dd2763150d79917dddcae97 0.0s done error 03-Jan-2023 03:09:17 #14 extracting sha256:98f84d8aff8e03ae9d743ec4d0d65bd32414e632d900ec266dc5e6b58f85cf3f 0.2s done error 03-Jan-2023 03:09:17 #14 DONE 12.0s error 03-Jan-2023 03:09:17 error 03-Jan-2023 03:09:17 #18 [linux/arm64 dev 4/4] RUN mvn -s /usr/share/maven/ref/settings-docker.xml install error 03-Jan-2023 03:09:17 #18 ... error 03-Jan-2023 03:09:17 error 03-Jan-2023 03:09:17 #19 [linux/amd64 dev 2/4] WORKDIR /app error 03-Jan-2023 03:09:17 #19 DONE 0.1s error 03-Jan-2023 03:09:17 error 03-Jan-2023 03:09:17 #20 [linux/amd64 dev 3/4] COPY . ./ error 03-Jan-2023 03:09:17 #20 DONE 0.2s error 03-Jan-2023 03:09:17 error 03-Jan-2023 03:09:17 #21 [linux/amd64 dev 4/4] RUN mvn -s /usr/share/maven/ref/settings-docker.xml install error 03-Jan-2023 03:09:20 #21 2.606 [INFO] Scanning for projects... error 03-Jan-2023 03:09:20 #21 2.756 [WARNING] error 03-Jan-2023 03:09:20 #21 2.757 [WARNING] Some problems were encountered while building the effective model for org.openmrs.distro:referenceapplication-package:jar:2.13.0-SNAPSHOT error 03-Jan-2023 03:09:20 #21 2.758 [WARNING] 'dependencyManagement.dependencies.dependency.scope' for org.openmrs.module:dataexchange-omod:jar:tests must be one of [provided, compile, runtime, test, system, import] but is 'tests'. @ org.openmrs.distro:referenceapplication:2.13.0-SNAPSHOT, /app/pom.xml, line 882, column 12 error 03-Jan-2023 03:09:20 #21 2.759 [WARNING] 'dependencyManagement.dependencies.dependency.scope' for org.openmrs.module:allergyui-api:jar:tests must be one of [provided, compile, runtime, test, system, import] but is 'tests'. @ org.openmrs.distro:referenceapplication:2.13.0-SNAPSHOT, /app/pom.xml, line 895, column 12 error 03-Jan-2023 03:09:20 #21 2.760 [WARNING] 'dependencyManagement.dependencies.dependency.scope' for org.openmrs.module:formentryapp-api:jar:tests must be one of [provided, compile, runtime, test, system, import] but is 'tests'. @ org.openmrs.distro:referenceapplication:2.13.0-SNAPSHOT, /app/pom.xml, line 915, column 12 error 03-Jan-2023 03:09:20 #21 2.761 [WARNING] 'dependencyManagement.dependencies.dependency.scope' for org.openmrs.module:legacyui-api:jar:tests must be one of [provided, compile, runtime, test, system, import] but is 'tests'. @ org.openmrs.distro:referenceapplication:2.13.0-SNAPSHOT, /app/pom.xml, line 989, column 12 error 03-Jan-2023 03:09:20 #21 2.764 [WARNING] 'dependencyManagement.dependencies.dependency.scope' for org.openmrs.module:reportingcompatibility-api:jar:tests must be one of [provided, compile, runtime, test, system, import] but is 'tests'. @ org.openmrs.distro:referenceapplication:2.13.0-SNAPSHOT, /app/pom.xml, line 1008, column 12 error 03-Jan-2023 03:09:20 #21 2.764 [WARNING] error 03-Jan-2023 03:09:20 #21 2.766 [WARNING] Some problems were encountered while building the effective model for org.openmrs.distro:referenceapplication:pom:2.13.0-SNAPSHOT error 03-Jan-2023 03:09:20 #21 2.766 [WARNING] 'dependencyManagement.dependencies.dependency.scope' for org.openmrs.module:dataexchange-omod:jar:tests must be one of [provided, compile, runtime, test, system, import] but is 'tests'. @ line 882, column 12 error 03-Jan-2023 03:09:20 #21 2.767 [WARNING] 'dependencyManagement.dependencies.dependency.scope' for org.openmrs.module:allergyui-api:jar:tests must be one of [provided, compile, runtime, test, system, import] but is 'tests'. @ line 895, column 12 error 03-Jan-2023 03:09:20 #21 2.768 [WARNING] 'dependencyManagement.dependencies.dependency.scope' for org.openmrs.module:formentryapp-api:jar:tests must be one of [provided, compile, runtime, test, system, import] but is 'tests'. @ line 915, column 12 error 03-Jan-2023 03:09:20 #21 2.768 [WARNING] 'dependencyManagement.dependencies.dependency.scope' for org.openmrs.module:legacyui-api:jar:tests must be one of [provided, compile, runtime, test, system, import] but is 'tests'. @ line 989, column 12 error 03-Jan-2023 03:09:20 #21 2.769 [WARNING] 'dependencyManagement.dependencies.dependency.scope' for org.openmrs.module:reportingcompatibility-api:jar:tests must be one of [provided, compile, runtime, test, system, import] but is 'tests'. @ line 1008, column 12 error 03-Jan-2023 03:09:20 #21 2.774 [WARNING] error 03-Jan-2023 03:09:20 #21 2.774 [WARNING] It is highly recommended to fix these problems because they threaten the stability of your build. error 03-Jan-2023 03:09:20 #21 2.774 [WARNING] error 03-Jan-2023 03:09:20 #21 2.775 [WARNING] For this reason, future Maven versions might no longer support building such malformed projects. error 03-Jan-2023 03:09:20 #21 2.775 [WARNING] error 03-Jan-2023 03:09:20 #21 2.784 [INFO] ------------------------------------------------------------------------ error 03-Jan-2023 03:09:20 #21 2.784 [INFO] Reactor Build Order: error 03-Jan-2023 03:09:20 #21 2.784 [INFO] error 03-Jan-2023 03:09:20 #21 2.786 [INFO] Reference Application Distribution [pom] error 03-Jan-2023 03:09:20 #21 2.787 [INFO] Reference Application Distribution Package [jar] error 03-Jan-2023 03:09:20 #21 2.803 [INFO] error 03-Jan-2023 03:09:20 #21 2.804 [INFO] --------------< org.openmrs.distro:referenceapplication >--------------- error 03-Jan-2023 03:09:20 #21 2.805 [INFO] Building Reference Application Distribution 2.13.0-SNAPSHOT [1/2] error 03-Jan-2023 03:09:20 #21 2.807 [INFO] --------------------------------[ pom ]--------------------------------- error 03-Jan-2023 03:09:20 #21 2.908 [INFO] error 03-Jan-2023 03:09:20 #21 2.909 [INFO] --- maven-install-plugin:2.4:install (default-install) @ referenceapplication --- error 03-Jan-2023 03:09:20 #21 3.262 [INFO] Installing /app/pom.xml to /usr/share/maven/ref/repository/org/openmrs/distro/referenceapplication/2.13.0-SNAPSHOT/referenceapplication-2.13.0-SNAPSHOT.pom error 03-Jan-2023 03:09:20 #21 3.289 [INFO] error 03-Jan-2023 03:09:20 #21 3.292 [INFO] ----------< org.openmrs.distro:referenceapplication-package >----------- error 03-Jan-2023 03:09:20 #21 3.292 [INFO] Building Reference Application Distribution Package 2.13.0-SNAPSHOT [2/2] error 03-Jan-2023 03:09:20 #21 3.293 [INFO] --------------------------------[ jar ]--------------------------------- error 03-Jan-2023 03:09:21 #21 3.968 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/plugins/maven-jar-plugin/2.4/maven-jar-plugin-2.4.pom error 03-Jan-2023 03:09:23 #21 5.709 Progress (1): 3.3/5.8 kB error 03-Jan-2023 03:09:23 Progress (1): 5.8 kB error 03-Jan-2023 03:09:23 error 03-Jan-2023 03:09:23 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/plugins/maven-jar-plugin/2.4/maven-jar-plugin-2.4.pom (5.8 kB at 3.0 kB/s) error 03-Jan-2023 03:09:23 #21 5.930 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/plugins/maven-jar-plugin/2.4/maven-jar-plugin-2.4.jar error 03-Jan-2023 03:09:23 #21 6.059 Progress (1): 3.3/34 kB error 03-Jan-2023 03:09:23 Progress (1): 6.1/34 kB error 03-Jan-2023 03:09:23 Progress (1): 8.9/34 kB error 03-Jan-2023 03:09:23 Progress (1): 12/34 kB error 03-Jan-2023 03:09:23 Progress (1): 15/34 kB error 03-Jan-2023 03:09:23 Progress (1): 17/34 kB error 03-Jan-2023 03:09:23 Progress (1): 20/34 kB error 03-Jan-2023 03:09:23 Progress (1): 23/34 kB error 03-Jan-2023 03:09:23 Progress (1): 26/34 kB error 03-Jan-2023 03:09:23 Progress (1): 29/34 kB error 03-Jan-2023 03:09:23 Progress (1): 31/34 kB error 03-Jan-2023 03:09:23 Progress (1): 34 kB error 03-Jan-2023 03:09:23 error 03-Jan-2023 03:09:23 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/plugins/maven-jar-plugin/2.4/maven-jar-plugin-2.4.jar (34 kB at 95 kB/s) error 03-Jan-2023 03:09:23 #21 6.323 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/plugins/maven-resources-plugin/2.6/maven-resources-plugin-2.6.pom error 03-Jan-2023 03:09:24 #21 6.448 Progress (1): 3.4/8.1 kB error 03-Jan-2023 03:09:24 Progress (1): 6.2/8.1 kB error 03-Jan-2023 03:09:24 Progress (1): 8.1 kB error 03-Jan-2023 03:09:24 error 03-Jan-2023 03:09:24 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/plugins/maven-resources-plugin/2.6/maven-resources-plugin-2.6.pom (8.1 kB at 31 kB/s) error 03-Jan-2023 03:09:24 #21 6.590 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/plugins/maven-resources-plugin/2.6/maven-resources-plugin-2.6.jar error 03-Jan-2023 03:09:24 #21 6.724 Progress (1): 3.4/30 kB error 03-Jan-2023 03:09:24 Progress (1): 6.2/30 kB error 03-Jan-2023 03:09:24 Progress (1): 9.0/30 kB error 03-Jan-2023 03:09:24 Progress (1): 12/30 kB error 03-Jan-2023 03:09:24 Progress (1): 15/30 kB error 03-Jan-2023 03:09:24 Progress (1): 17/30 kB error 03-Jan-2023 03:09:24 Progress (1): 20/30 kB error 03-Jan-2023 03:09:24 Progress (1): 23/30 kB error 03-Jan-2023 03:09:24 Progress (1): 26/30 kB error 03-Jan-2023 03:09:24 Progress (1): 29/30 kB error 03-Jan-2023 03:09:24 Progress (1): 30 kB error 03-Jan-2023 03:09:24 error 03-Jan-2023 03:09:24 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/plugins/maven-resources-plugin/2.6/maven-resources-plugin-2.6.jar (30 kB at 108 kB/s) error 03-Jan-2023 03:09:24 #21 6.910 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/plugins/maven-compiler-plugin/3.1/maven-compiler-plugin-3.1.pom error 03-Jan-2023 03:09:24 #21 7.036 Progress (1): 3.3/10 kB error 03-Jan-2023 03:09:24 Progress (1): 6.1/10 kB error 03-Jan-2023 03:09:24 Progress (1): 8.9/10 kB error 03-Jan-2023 03:09:24 Progress (1): 10 kB error 03-Jan-2023 03:09:24 error 03-Jan-2023 03:09:24 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/plugins/maven-compiler-plugin/3.1/maven-compiler-plugin-3.1.pom (10 kB at 41 kB/s) error 03-Jan-2023 03:09:24 #21 7.191 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/plugins/maven-compiler-plugin/3.1/maven-compiler-plugin-3.1.jar error 03-Jan-2023 03:09:24 #21 7.320 Progress (1): 3.3/43 kB error 03-Jan-2023 03:09:24 Progress (1): 6.1/43 kB error 03-Jan-2023 03:09:24 Progress (1): 8.9/43 kB error 03-Jan-2023 03:09:24 Progress (1): 12/43 kB error 03-Jan-2023 03:09:24 Progress (1): 14/43 kB error 03-Jan-2023 03:09:24 Progress (1): 17/43 kB error 03-Jan-2023 03:09:24 Progress (1): 20/43 kB error 03-Jan-2023 03:09:24 Progress (1): 23/43 kB error 03-Jan-2023 03:09:24 Progress (1): 26/43 kB error 03-Jan-2023 03:09:24 Progress (1): 28/43 kB error 03-Jan-2023 03:09:24 Progress (1): 31/43 kB error 03-Jan-2023 03:09:24 Progress (1): 34/43 kB error 03-Jan-2023 03:09:24 Progress (1): 37/43 kB error 03-Jan-2023 03:09:24 Progress (1): 40/43 kB error 03-Jan-2023 03:09:24 Progress (1): 42/43 kB error 03-Jan-2023 03:09:25 Progress (1): 43 kB error 03-Jan-2023 03:09:25 error 03-Jan-2023 03:09:25 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/plugins/maven-compiler-plugin/3.1/maven-compiler-plugin-3.1.jar (43 kB at 123 kB/s) error 03-Jan-2023 03:09:25 #21 7.543 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/plugins/maven-surefire-plugin/2.12/maven-surefire-plugin-2.12.pom error 03-Jan-2023 03:09:25 #21 7.672 Progress (1): 3.4/10 kB error 03-Jan-2023 03:09:25 Progress (1): 6.2/10 kB error 03-Jan-2023 03:09:25 Progress (1): 9.0/10 kB error 03-Jan-2023 03:09:25 Progress (1): 10 kB error 03-Jan-2023 03:09:25 error 03-Jan-2023 03:09:25 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/plugins/maven-surefire-plugin/2.12/maven-surefire-plugin-2.12.pom (10 kB at 38 kB/s) error 03-Jan-2023 03:09:25 #21 7.820 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/surefire/surefire/2.12/surefire-2.12.pom error 03-Jan-2023 03:09:25 #21 7.955 Progress (1): 3.4/11 kB error 03-Jan-2023 03:09:25 Progress (1): 6.2/11 kB error 03-Jan-2023 03:09:25 Progress (1): 9.0/11 kB error 03-Jan-2023 03:09:25 Progress (1): 11 kB error 03-Jan-2023 03:09:25 error 03-Jan-2023 03:09:25 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/surefire/surefire/2.12/surefire-2.12.pom (11 kB at 39 kB/s) error 03-Jan-2023 03:09:25 #21 8.117 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/plugins/maven-surefire-plugin/2.12/maven-surefire-plugin-2.12.jar error 03-Jan-2023 03:09:25 #21 8.230 Progress (1): 3.4/31 kB error 03-Jan-2023 03:09:25 Progress (1): 6.2/31 kB error 03-Jan-2023 03:09:25 Progress (1): 9.0/31 kB error 03-Jan-2023 03:09:25 Progress (1): 12/31 kB error 03-Jan-2023 03:09:25 Progress (1): 15/31 kB error 03-Jan-2023 03:09:25 Progress (1): 17/31 kB error 03-Jan-2023 03:09:25 Progress (1): 20/31 kB error 03-Jan-2023 03:09:25 Progress (1): 23/31 kB error 03-Jan-2023 03:09:25 Progress (1): 26/31 kB error 03-Jan-2023 03:09:25 Progress (1): 29/31 kB error 03-Jan-2023 03:09:25 Progress (1): 31 kB error 03-Jan-2023 03:09:26 error 03-Jan-2023 03:09:26 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/plugins/maven-surefire-plugin/2.12/maven-surefire-plugin-2.12.jar (31 kB at 109 kB/s) error 03-Jan-2023 03:09:26 #21 8.412 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/plugins/maven-assembly-plugin/2.3/maven-assembly-plugin-2.3.pom error 03-Jan-2023 03:09:26 #21 8.542 Progress (1): 3.4/15 kB error 03-Jan-2023 03:09:26 Progress (1): 6.2/15 kB error 03-Jan-2023 03:09:26 Progress (1): 9.0/15 kB error 03-Jan-2023 03:09:26 Progress (1): 12/15 kB error 03-Jan-2023 03:09:26 Progress (1): 15/15 kB error 03-Jan-2023 03:09:26 Progress (1): 15 kB error 03-Jan-2023 03:09:26 error 03-Jan-2023 03:09:26 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/plugins/maven-assembly-plugin/2.3/maven-assembly-plugin-2.3.pom (15 kB at 57 kB/s) error 03-Jan-2023 03:09:26 #21 8.692 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/plugins/maven-assembly-plugin/2.3/maven-assembly-plugin-2.3.jar error 03-Jan-2023 03:09:26 #21 9.420 Progress (1): 4.1/221 kB error 03-Jan-2023 03:09:26 Progress (1): 8.2/221 kB error 03-Jan-2023 03:09:26 Progress (1): 12/221 kB error 03-Jan-2023 03:09:26 Progress (1): 16/221 kB error 03-Jan-2023 03:09:26 Progress (1): 20/221 kB error 03-Jan-2023 03:09:27 Progress (1): 25/221 kB error 03-Jan-2023 03:09:27 Progress (1): 29/221 kB error 03-Jan-2023 03:09:27 Progress (1): 33/221 kB error 03-Jan-2023 03:09:27 Progress (1): 37/221 kB error 03-Jan-2023 03:09:27 Progress (1): 41/221 kB error 03-Jan-2023 03:09:27 Progress (1): 45/221 kB error 03-Jan-2023 03:09:27 Progress (1): 49/221 kB error 03-Jan-2023 03:09:27 Progress (1): 52/221 kB error 03-Jan-2023 03:09:27 Progress (1): 56/221 kB error 03-Jan-2023 03:09:27 Progress (1): 60/221 kB error 03-Jan-2023 03:09:27 Progress (1): 64/221 kB error 03-Jan-2023 03:09:27 Progress (1): 68/221 kB error 03-Jan-2023 03:09:27 Progress (1): 72/221 kB error 03-Jan-2023 03:09:27 Progress (1): 76/221 kB error 03-Jan-2023 03:09:27 Progress (1): 80/221 kB error 03-Jan-2023 03:09:27 Progress (1): 84/221 kB error 03-Jan-2023 03:09:27 Progress (1): 86/221 kB error 03-Jan-2023 03:09:27 Progress (1): 90/221 kB error 03-Jan-2023 03:09:27 Progress (1): 95/221 kB error 03-Jan-2023 03:09:27 Progress (1): 99/221 kB error 03-Jan-2023 03:09:27 Progress (1): 103/221 kB error 03-Jan-2023 03:09:27 Progress (1): 107/221 kB error 03-Jan-2023 03:09:27 Progress (1): 111/221 kB error 03-Jan-2023 03:09:27 Progress (1): 115/221 kB error 03-Jan-2023 03:09:27 Progress (1): 119/221 kB error 03-Jan-2023 03:09:27 Progress (1): 121/221 kB error 03-Jan-2023 03:09:27 Progress (1): 125/221 kB error 03-Jan-2023 03:09:27 Progress (1): 129/221 kB error 03-Jan-2023 03:09:27 Progress (1): 133/221 kB error 03-Jan-2023 03:09:27 Progress (1): 138/221 kB error 03-Jan-2023 03:09:27 Progress (1): 142/221 kB error 03-Jan-2023 03:09:27 Progress (1): 146/221 kB error 03-Jan-2023 03:09:27 Progress (1): 150/221 kB error 03-Jan-2023 03:09:27 Progress (1): 154/221 kB error 03-Jan-2023 03:09:27 Progress (1): 156/221 kB error 03-Jan-2023 03:09:27 Progress (1): 160/221 kB error 03-Jan-2023 03:09:27 Progress (1): 164/221 kB error 03-Jan-2023 03:09:27 Progress (1): 168/221 kB error 03-Jan-2023 03:09:27 Progress (1): 172/221 kB error 03-Jan-2023 03:09:27 Progress (1): 177/221 kB error 03-Jan-2023 03:09:27 Progress (1): 181/221 kB error 03-Jan-2023 03:09:27 Progress (1): 185/221 kB error 03-Jan-2023 03:09:27 Progress (1): 189/221 kB error 03-Jan-2023 03:09:27 Progress (1): 191/221 kB error 03-Jan-2023 03:09:27 Progress (1): 195/221 kB error 03-Jan-2023 03:09:27 Progress (1): 199/221 kB error 03-Jan-2023 03:09:27 Progress (1): 203/221 kB error 03-Jan-2023 03:09:27 Progress (1): 207/221 kB error 03-Jan-2023 03:09:27 Progress (1): 211/221 kB error 03-Jan-2023 03:09:27 Progress (1): 215/221 kB error 03-Jan-2023 03:09:27 Progress (1): 220/221 kB error 03-Jan-2023 03:09:27 Progress (1): 221 kB error 03-Jan-2023 03:09:27 error 03-Jan-2023 03:09:27 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/plugins/maven-assembly-plugin/2.3/maven-assembly-plugin-2.3.jar (221 kB at 177 kB/s) error 03-Jan-2023 03:09:27 #21 9.955 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/codehaus/mojo/build-helper-maven-plugin/3.0.0/build-helper-maven-plugin-3.0.0.pom error 03-Jan-2023 03:09:27 #21 10.08 Progress (1): 3.4/5.8 kB error 03-Jan-2023 03:09:27 Progress (1): 5.8 kB error 03-Jan-2023 03:09:27 error 03-Jan-2023 03:09:27 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/codehaus/mojo/build-helper-maven-plugin/3.0.0/build-helper-maven-plugin-3.0.0.pom (5.8 kB at 22 kB/s) error 03-Jan-2023 03:09:27 #21 10.23 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/codehaus/mojo/mojo-parent/40/mojo-parent-40.pom error 03-Jan-2023 03:09:27 #21 10.36 Progress (1): 3.3/34 kB error 03-Jan-2023 03:09:27 Progress (1): 6.1/34 kB error 03-Jan-2023 03:09:27 Progress (1): 8.9/34 kB error 03-Jan-2023 03:09:27 Progress (1): 12/34 kB error 03-Jan-2023 03:09:27 Progress (1): 15/34 kB error 03-Jan-2023 03:09:27 Progress (1): 17/34 kB error 03-Jan-2023 03:09:27 Progress (1): 20/34 kB error 03-Jan-2023 03:09:27 Progress (1): 23/34 kB error 03-Jan-2023 03:09:27 Progress (1): 26/34 kB error 03-Jan-2023 03:09:27 Progress (1): 29/34 kB error 03-Jan-2023 03:09:27 Progress (1): 31/34 kB error 03-Jan-2023 03:09:27 Progress (1): 34 kB error 03-Jan-2023 03:09:28 error 03-Jan-2023 03:09:28 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/codehaus/mojo/mojo-parent/40/mojo-parent-40.pom (34 kB at 129 kB/s) error 03-Jan-2023 03:09:28 #21 10.49 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/codehaus/mojo/build-helper-maven-plugin/3.0.0/build-helper-maven-plugin-3.0.0.jar error 03-Jan-2023 03:09:28 #21 10.62 Progress (1): 3.4/64 kB error 03-Jan-2023 03:09:28 Progress (1): 6.2/64 kB error 03-Jan-2023 03:09:28 Progress (1): 9.0/64 kB error 03-Jan-2023 03:09:28 Progress (1): 12/64 kB error 03-Jan-2023 03:09:28 Progress (1): 15/64 kB error 03-Jan-2023 03:09:28 Progress (1): 17/64 kB error 03-Jan-2023 03:09:28 Progress (1): 20/64 kB error 03-Jan-2023 03:09:28 Progress (1): 23/64 kB error 03-Jan-2023 03:09:28 Progress (1): 26/64 kB error 03-Jan-2023 03:09:28 Progress (1): 29/64 kB error 03-Jan-2023 03:09:28 Progress (1): 31/64 kB error 03-Jan-2023 03:09:28 Progress (1): 34/64 kB error 03-Jan-2023 03:09:28 Progress (1): 37/64 kB error 03-Jan-2023 03:09:28 Progress (1): 40/64 kB error 03-Jan-2023 03:09:28 Progress (1): 43/64 kB error 03-Jan-2023 03:09:28 Progress (1): 45/64 kB error 03-Jan-2023 03:09:28 Progress (1): 48/64 kB error 03-Jan-2023 03:09:28 Progress (1): 51/64 kB error 03-Jan-2023 03:09:28 Progress (1): 54/64 kB error 03-Jan-2023 03:09:28 Progress (1): 56/64 kB error 03-Jan-2023 03:09:28 Progress (1): 59/64 kB error 03-Jan-2023 03:09:28 Progress (1): 62/64 kB error 03-Jan-2023 03:09:28 Progress (1): 64 kB error 03-Jan-2023 03:09:28 error 03-Jan-2023 03:09:28 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/codehaus/mojo/build-helper-maven-plugin/3.0.0/build-helper-maven-plugin-3.0.0.jar (64 kB at 234 kB/s) error 03-Jan-2023 03:09:28 #21 10.79 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/api/openmrs-api/2.5.8/openmrs-api-2.5.8.pom error 03-Jan-2023 03:09:28 #21 10.92 Progress (1): 3.3/13 kB error 03-Jan-2023 03:09:28 Progress (1): 6.1/13 kB error 03-Jan-2023 03:09:28 Progress (1): 8.9/13 kB error 03-Jan-2023 03:09:28 Progress (1): 12/13 kB error 03-Jan-2023 03:09:28 Progress (1): 13 kB error 03-Jan-2023 03:09:28 error 03-Jan-2023 03:09:28 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/api/openmrs-api/2.5.8/openmrs-api-2.5.8.pom (13 kB at 54 kB/s) error 03-Jan-2023 03:09:28 #21 11.04 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/openmrs/2.5.8/openmrs-2.5.8.pom error 03-Jan-2023 03:09:28 #21 11.15 Progress (1): 3.3/36 kB error 03-Jan-2023 03:09:28 Progress (1): 6.1/36 kB error 03-Jan-2023 03:09:28 Progress (1): 8.9/36 kB error 03-Jan-2023 03:09:28 Progress (1): 12/36 kB error 03-Jan-2023 03:09:28 Progress (1): 15/36 kB error 03-Jan-2023 03:09:28 Progress (1): 17/36 kB error 03-Jan-2023 03:09:28 Progress (1): 20/36 kB error 03-Jan-2023 03:09:28 Progress (1): 23/36 kB error 03-Jan-2023 03:09:28 Progress (1): 26/36 kB error 03-Jan-2023 03:09:28 Progress (1): 29/36 kB error 03-Jan-2023 03:09:28 Progress (1): 31/36 kB error 03-Jan-2023 03:09:28 Progress (1): 34/36 kB error 03-Jan-2023 03:09:28 Progress (1): 36 kB error 03-Jan-2023 03:09:28 error 03-Jan-2023 03:09:28 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/openmrs/2.5.8/openmrs-2.5.8.pom (36 kB at 154 kB/s) error 03-Jan-2023 03:09:28 #21 11.27 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/springframework/spring-framework-bom/5.2.14.RELEASE/spring-framework-bom-5.2.14.RELEASE.pom error 03-Jan-2023 03:09:28 #21 11.40 Progress (1): 3.3/5.3 kB error 03-Jan-2023 03:09:28 Progress (1): 5.3 kB error 03-Jan-2023 03:09:28 error 03-Jan-2023 03:09:29 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/springframework/spring-framework-bom/5.2.14.RELEASE/spring-framework-bom-5.2.14.RELEASE.pom (5.3 kB at 21 kB/s) error 03-Jan-2023 03:09:29 #21 11.73 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/springframework/spring-core/5.2.14.RELEASE/spring-core-5.2.14.RELEASE.pom error 03-Jan-2023 03:09:29 #21 11.85 Progress (1): 1.7 kB error 03-Jan-2023 03:09:29 error 03-Jan-2023 03:09:29 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/springframework/spring-core/5.2.14.RELEASE/spring-core-5.2.14.RELEASE.pom (1.7 kB at 6.8 kB/s) error 03-Jan-2023 03:09:29 #21 11.98 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/springframework/spring-jcl/5.2.14.RELEASE/spring-jcl-5.2.14.RELEASE.pom error 03-Jan-2023 03:09:29 #21 12.10 Progress (1): 1.5 kB error 03-Jan-2023 03:09:29 error 03-Jan-2023 03:09:29 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/springframework/spring-jcl/5.2.14.RELEASE/spring-jcl-5.2.14.RELEASE.pom (1.5 kB at 6.1 kB/s) error 03-Jan-2023 03:09:29 #21 12.23 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/springframework/spring-beans/5.2.14.RELEASE/spring-beans-5.2.14.RELEASE.pom error 03-Jan-2023 03:09:29 #21 12.35 Progress (1): 1.7 kB error 03-Jan-2023 03:09:29 error 03-Jan-2023 03:09:30 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/springframework/spring-beans/5.2.14.RELEASE/spring-beans-5.2.14.RELEASE.pom (1.7 kB at 6.9 kB/s) error 03-Jan-2023 03:09:30 #21 12.49 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/springframework/spring-context/5.2.14.RELEASE/spring-context-5.2.14.RELEASE.pom error 03-Jan-2023 03:09:30 #21 12.63 Progress (1): 2.3 kB error 03-Jan-2023 03:09:30 error 03-Jan-2023 03:09:30 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/springframework/spring-context/5.2.14.RELEASE/spring-context-5.2.14.RELEASE.pom (2.3 kB at 9.0 kB/s) error 03-Jan-2023 03:09:30 #21 12.75 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/springframework/spring-aop/5.2.14.RELEASE/spring-aop-5.2.14.RELEASE.pom error 03-Jan-2023 03:09:30 #21 12.87 Progress (1): 1.9 kB error 03-Jan-2023 03:09:30 error 03-Jan-2023 03:09:30 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/springframework/spring-aop/5.2.14.RELEASE/spring-aop-5.2.14.RELEASE.pom (1.9 kB at 7.8 kB/s) error 03-Jan-2023 03:09:30 #21 12.99 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/springframework/spring-expression/5.2.14.RELEASE/spring-expression-5.2.14.RELEASE.pom error 03-Jan-2023 03:09:30 #21 13.12 Progress (1): 1.7 kB error 03-Jan-2023 03:09:30 error 03-Jan-2023 03:09:30 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/springframework/spring-expression/5.2.14.RELEASE/spring-expression-5.2.14.RELEASE.pom (1.7 kB at 7.2 kB/s) error 03-Jan-2023 03:09:30 #21 13.24 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/springframework/spring-orm/5.2.14.RELEASE/spring-orm-5.2.14.RELEASE.pom error 03-Jan-2023 03:09:30 #21 13.36 Progress (1): 2.3 kB error 03-Jan-2023 03:09:30 error 03-Jan-2023 03:09:31 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/springframework/spring-orm/5.2.14.RELEASE/spring-orm-5.2.14.RELEASE.pom (2.3 kB at 9.6 kB/s) error 03-Jan-2023 03:09:31 #21 13.48 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/springframework/spring-jdbc/5.2.14.RELEASE/spring-jdbc-5.2.14.RELEASE.pom error 03-Jan-2023 03:09:31 #21 13.60 Progress (1): 2.1 kB error 03-Jan-2023 03:09:31 error 03-Jan-2023 03:09:31 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/springframework/spring-jdbc/5.2.14.RELEASE/spring-jdbc-5.2.14.RELEASE.pom (2.1 kB at 8.8 kB/s) error 03-Jan-2023 03:09:31 #21 13.72 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/springframework/spring-tx/5.2.14.RELEASE/spring-tx-5.2.14.RELEASE.pom error 03-Jan-2023 03:09:31 #21 13.85 Progress (1): 1.9 kB error 03-Jan-2023 03:09:31 error 03-Jan-2023 03:09:31 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/springframework/spring-tx/5.2.14.RELEASE/spring-tx-5.2.14.RELEASE.pom (1.9 kB at 7.5 kB/s) error 03-Jan-2023 03:09:31 #21 13.97 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/springframework/spring-context-support/5.2.14.RELEASE/spring-context-support-5.2.14.RELEASE.pom error 03-Jan-2023 03:09:31 #21 14.10 Progress (1): 2.1 kB error 03-Jan-2023 03:09:31 error 03-Jan-2023 03:09:31 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/springframework/spring-context-support/5.2.14.RELEASE/spring-context-support-5.2.14.RELEASE.pom (2.1 kB at 8.8 kB/s) error 03-Jan-2023 03:09:31 #21 14.28 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/hibernate/hibernate-core/5.6.0.Final/hibernate-core-5.6.0.Final.pom error 03-Jan-2023 03:09:31 #21 14.40 Progress (1): 3.3/5.5 kB error 03-Jan-2023 03:09:31 Progress (1): 5.5 kB error 03-Jan-2023 03:09:32 error 03-Jan-2023 03:09:32 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/hibernate/hibernate-core/5.6.0.Final/hibernate-core-5.6.0.Final.pom (5.5 kB at 23 kB/s) error 03-Jan-2023 03:09:32 #21 14.52 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/jboss/logging/jboss-logging/3.4.2.Final/jboss-logging-3.4.2.Final.pom error 03-Jan-2023 03:09:32 #21 14.64 Progress (1): 3.3/15 kB error 03-Jan-2023 03:09:32 Progress (1): 6.1/15 kB error 03-Jan-2023 03:09:32 Progress (1): 8.9/15 kB error 03-Jan-2023 03:09:32 Progress (1): 12/15 kB error 03-Jan-2023 03:09:32 Progress (1): 14/15 kB error 03-Jan-2023 03:09:32 Progress (1): 15 kB error 03-Jan-2023 03:09:32 error 03-Jan-2023 03:09:32 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/jboss/logging/jboss-logging/3.4.2.Final/jboss-logging-3.4.2.Final.pom (15 kB at 62 kB/s) error 03-Jan-2023 03:09:32 #21 14.77 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/jboss/jboss-parent/37/jboss-parent-37.pom error 03-Jan-2023 03:09:32 #21 14.92 Progress (1): 3.3/67 kB error 03-Jan-2023 03:09:32 Progress (1): 6.1/67 kB error 03-Jan-2023 03:09:32 Progress (1): 8.9/67 kB error 03-Jan-2023 03:09:32 Progress (1): 12/67 kB error 03-Jan-2023 03:09:32 Progress (1): 15/67 kB error 03-Jan-2023 03:09:32 Progress (1): 17/67 kB error 03-Jan-2023 03:09:32 Progress (1): 20/67 kB error 03-Jan-2023 03:09:32 Progress (1): 23/67 kB error 03-Jan-2023 03:09:32 Progress (1): 26/67 kB error 03-Jan-2023 03:09:32 Progress (1): 29/67 kB error 03-Jan-2023 03:09:32 Progress (1): 31/67 kB error 03-Jan-2023 03:09:32 Progress (1): 34/67 kB error 03-Jan-2023 03:09:32 Progress (1): 37/67 kB error 03-Jan-2023 03:09:32 Progress (1): 40/67 kB error 03-Jan-2023 03:09:32 Progress (1): 43/67 kB error 03-Jan-2023 03:09:32 Progress (1): 45/67 kB error 03-Jan-2023 03:09:32 Progress (1): 48/67 kB error 03-Jan-2023 03:09:32 Progress (1): 51/67 kB error 03-Jan-2023 03:09:32 Progress (1): 54/67 kB error 03-Jan-2023 03:09:32 Progress (1): 56/67 kB error 03-Jan-2023 03:09:32 Progress (1): 59/67 kB error 03-Jan-2023 03:09:32 Progress (1): 62/67 kB error 03-Jan-2023 03:09:32 Progress (1): 65/67 kB error 03-Jan-2023 03:09:32 Progress (1): 67 kB error 03-Jan-2023 03:09:32 error 03-Jan-2023 03:09:32 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/jboss/jboss-parent/37/jboss-parent-37.pom (67 kB at 226 kB/s) error 03-Jan-2023 03:09:32 #21 15.09 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/junit/junit-bom/5.7.0/junit-bom-5.7.0.pom error 03-Jan-2023 03:09:32 #21 15.20 Progress (1): 3.3/5.1 kB error 03-Jan-2023 03:09:32 Progress (1): 5.1 kB error 03-Jan-2023 03:09:32 error 03-Jan-2023 03:09:32 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/junit/junit-bom/5.7.0/junit-bom-5.7.0.pom (5.1 kB at 22 kB/s) error 03-Jan-2023 03:09:32 #21 15.34 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/net/bytebuddy/byte-buddy/1.11.20/byte-buddy-1.11.20.pom error 03-Jan-2023 03:09:32 #21 15.46 Progress (1): 3.3/12 kB error 03-Jan-2023 03:09:33 Progress (1): 6.1/12 kB error 03-Jan-2023 03:09:33 Progress (1): 8.9/12 kB error 03-Jan-2023 03:09:33 Progress (1): 12/12 kB error 03-Jan-2023 03:09:33 Progress (1): 12 kB error 03-Jan-2023 03:09:33 error 03-Jan-2023 03:09:33 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/net/bytebuddy/byte-buddy/1.11.20/byte-buddy-1.11.20.pom (12 kB at 48 kB/s) error 03-Jan-2023 03:09:33 #21 15.59 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/net/bytebuddy/byte-buddy-parent/1.11.20/byte-buddy-parent-1.11.20.pom error 03-Jan-2023 03:09:33 #21 15.72 Progress (1): 3.3/43 kB error 03-Jan-2023 03:09:33 Progress (1): 6.1/43 kB error 03-Jan-2023 03:09:33 Progress (1): 8.9/43 kB error 03-Jan-2023 03:09:33 Progress (1): 12/43 kB error 03-Jan-2023 03:09:33 Progress (1): 14/43 kB error 03-Jan-2023 03:09:33 Progress (1): 17/43 kB error 03-Jan-2023 03:09:33 Progress (1): 20/43 kB error 03-Jan-2023 03:09:33 Progress (1): 23/43 kB error 03-Jan-2023 03:09:33 Progress (1): 26/43 kB error 03-Jan-2023 03:09:33 Progress (1): 28/43 kB error 03-Jan-2023 03:09:33 Progress (1): 31/43 kB error 03-Jan-2023 03:09:33 Progress (1): 34/43 kB error 03-Jan-2023 03:09:33 Progress (1): 37/43 kB error 03-Jan-2023 03:09:33 Progress (1): 40/43 kB error 03-Jan-2023 03:09:33 Progress (1): 42/43 kB error 03-Jan-2023 03:09:33 Progress (1): 43 kB error 03-Jan-2023 03:09:33 error 03-Jan-2023 03:09:33 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/net/bytebuddy/byte-buddy-parent/1.11.20/byte-buddy-parent-1.11.20.pom (43 kB at 168 kB/s) error 03-Jan-2023 03:09:33 #21 15.98 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/hibernate/hibernate-c3p0/5.6.0.Final/hibernate-c3p0-5.6.0.Final.pom error 03-Jan-2023 03:09:33 #21 16.10 Progress (1): 2.7 kB error 03-Jan-2023 03:09:33 error 03-Jan-2023 03:09:33 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/hibernate/hibernate-c3p0/5.6.0.Final/hibernate-c3p0-5.6.0.Final.pom (2.7 kB at 11 kB/s) error 03-Jan-2023 03:09:33 #21 16.23 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/hibernate/hibernate-ehcache/5.6.0.Final/hibernate-ehcache-5.6.0.Final.pom error 03-Jan-2023 03:09:33 #21 16.36 Progress (1): 2.7 kB error 03-Jan-2023 03:09:33 error 03-Jan-2023 03:09:34 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/hibernate/hibernate-ehcache/5.6.0.Final/hibernate-ehcache-5.6.0.Final.pom (2.7 kB at 11 kB/s) error 03-Jan-2023 03:09:34 #21 16.52 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/hibernate/hibernate-search-orm/5.11.9.Final/hibernate-search-orm-5.11.9.Final.pom error 03-Jan-2023 03:09:34 #21 16.64 Progress (1): 3.3/9.2 kB error 03-Jan-2023 03:09:34 Progress (1): 6.1/9.2 kB error 03-Jan-2023 03:09:34 Progress (1): 8.9/9.2 kB error 03-Jan-2023 03:09:34 Progress (1): 9.2 kB error 03-Jan-2023 03:09:34 error 03-Jan-2023 03:09:34 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/hibernate/hibernate-search-orm/5.11.9.Final/hibernate-search-orm-5.11.9.Final.pom (9.2 kB at 39 kB/s) error 03-Jan-2023 03:09:34 #21 16.76 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/hibernate/hibernate-search-parent/5.11.9.Final/hibernate-search-parent-5.11.9.Final.pom error 03-Jan-2023 03:09:34 #21 16.88 Progress (1): 3.3/151 kB error 03-Jan-2023 03:09:34 Progress (1): 6.1/151 kB error 03-Jan-2023 03:09:34 Progress (1): 8.9/151 kB error 03-Jan-2023 03:09:34 Progress (1): 12/151 kB error 03-Jan-2023 03:09:34 Progress (1): 14/151 kB error 03-Jan-2023 03:09:34 Progress (1): 17/151 kB error 03-Jan-2023 03:09:34 Progress (1): 20/151 kB error 03-Jan-2023 03:09:34 Progress (1): 23/151 kB error 03-Jan-2023 03:09:34 Progress (1): 26/151 kB error 03-Jan-2023 03:09:34 Progress (1): 28/151 kB error 03-Jan-2023 03:09:34 Progress (1): 31/151 kB error 03-Jan-2023 03:09:34 Progress (1): 34/151 kB error 03-Jan-2023 03:09:34 Progress (1): 37/151 kB error 03-Jan-2023 03:09:34 Progress (1): 40/151 kB error 03-Jan-2023 03:09:34 Progress (1): 42/151 kB error 03-Jan-2023 03:09:34 Progress (1): 45/151 kB error 03-Jan-2023 03:09:34 Progress (1): 48/151 kB error 03-Jan-2023 03:09:34 Progress (1): 51/151 kB error 03-Jan-2023 03:09:34 Progress (1): 54/151 kB error 03-Jan-2023 03:09:34 Progress (1): 56/151 kB error 03-Jan-2023 03:09:34 Progress (1): 59/151 kB error 03-Jan-2023 03:09:34 Progress (1): 62/151 kB error 03-Jan-2023 03:09:34 Progress (1): 65/151 kB error 03-Jan-2023 03:09:34 Progress (1): 67/151 kB error 03-Jan-2023 03:09:34 Progress (1): 70/151 kB error 03-Jan-2023 03:09:34 Progress (1): 73/151 kB error 03-Jan-2023 03:09:34 Progress (1): 76/151 kB error 03-Jan-2023 03:09:34 Progress (1): 79/151 kB error 03-Jan-2023 03:09:34 Progress (1): 81/151 kB error 03-Jan-2023 03:09:34 Progress (1): 84/151 kB error 03-Jan-2023 03:09:34 Progress (1): 87/151 kB error 03-Jan-2023 03:09:34 Progress (1): 90/151 kB error 03-Jan-2023 03:09:34 Progress (1): 93/151 kB error 03-Jan-2023 03:09:34 Progress (1): 95/151 kB error 03-Jan-2023 03:09:34 Progress (1): 98/151 kB error 03-Jan-2023 03:09:34 Progress (1): 101/151 kB error 03-Jan-2023 03:09:34 Progress (1): 104/151 kB error 03-Jan-2023 03:09:34 Progress (1): 106/151 kB error 03-Jan-2023 03:09:34 Progress (1): 109/151 kB error 03-Jan-2023 03:09:34 Progress (1): 112/151 kB error 03-Jan-2023 03:09:34 Progress (1): 115/151 kB error 03-Jan-2023 03:09:34 Progress (1): 118/151 kB error 03-Jan-2023 03:09:34 Progress (1): 120/151 kB error 03-Jan-2023 03:09:34 Progress (1): 123/151 kB error 03-Jan-2023 03:09:34 Progress (1): 126/151 kB error 03-Jan-2023 03:09:34 Progress (1): 129/151 kB error 03-Jan-2023 03:09:34 Progress (1): 132/151 kB error 03-Jan-2023 03:09:34 Progress (1): 134/151 kB error 03-Jan-2023 03:09:34 Progress (1): 137/151 kB error 03-Jan-2023 03:09:34 Progress (1): 140/151 kB error 03-Jan-2023 03:09:34 Progress (1): 143/151 kB error 03-Jan-2023 03:09:34 Progress (1): 145/151 kB error 03-Jan-2023 03:09:34 Progress (1): 148/151 kB error 03-Jan-2023 03:09:34 Progress (1): 151/151 kB error 03-Jan-2023 03:09:34 Progress (1): 151 kB error 03-Jan-2023 03:09:34 error 03-Jan-2023 03:09:34 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/hibernate/hibernate-search-parent/5.11.9.Final/hibernate-search-parent-5.11.9.Final.pom (151 kB at 447 kB/s) error 03-Jan-2023 03:09:34 #21 17.12 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/hibernate/hibernate-search-engine/5.11.9.Final/hibernate-search-engine-5.11.9.Final.pom error 03-Jan-2023 03:09:34 #21 17.24 Progress (1): 3.3/16 kB error 03-Jan-2023 03:09:34 Progress (1): 6.1/16 kB error 03-Jan-2023 03:09:34 Progress (1): 8.9/16 kB error 03-Jan-2023 03:09:34 Progress (1): 12/16 kB error 03-Jan-2023 03:09:34 Progress (1): 14/16 kB error 03-Jan-2023 03:09:34 Progress (1): 16 kB error 03-Jan-2023 03:09:34 error 03-Jan-2023 03:09:34 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/hibernate/hibernate-search-engine/5.11.9.Final/hibernate-search-engine-5.11.9.Final.pom (16 kB at 62 kB/s) error 03-Jan-2023 03:09:34 #21 17.48 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/hibernate/hibernate-core/5.4.30.Final/hibernate-core-5.4.30.Final.pom error 03-Jan-2023 03:09:35 #21 17.59 Progress (1): 3.3/6.1 kB error 03-Jan-2023 03:09:35 Progress (1): 6.1/6.1 kB error 03-Jan-2023 03:09:35 Progress (1): 6.1 kB error 03-Jan-2023 03:09:35 error 03-Jan-2023 03:09:35 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/hibernate/hibernate-core/5.4.30.Final/hibernate-core-5.4.30.Final.pom (6.1 kB at 26 kB/s) error 03-Jan-2023 03:09:35 #21 17.72 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/jboss/logging/jboss-logging/3.4.1.Final/jboss-logging-3.4.1.Final.pom error 03-Jan-2023 03:09:35 #21 17.84 Progress (1): 3.3/5.0 kB error 03-Jan-2023 03:09:35 Progress (1): 5.0 kB error 03-Jan-2023 03:09:35 error 03-Jan-2023 03:09:35 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/jboss/logging/jboss-logging/3.4.1.Final/jboss-logging-3.4.1.Final.pom (5.0 kB at 21 kB/s) error 03-Jan-2023 03:09:35 #21 17.96 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/jboss/jboss-parent/34/jboss-parent-34.pom error 03-Jan-2023 03:09:35 #21 18.08 Progress (1): 3.3/66 kB error 03-Jan-2023 03:09:35 Progress (1): 6.1/66 kB error 03-Jan-2023 03:09:35 Progress (1): 8.9/66 kB error 03-Jan-2023 03:09:35 Progress (1): 12/66 kB error 03-Jan-2023 03:09:35 Progress (1): 15/66 kB error 03-Jan-2023 03:09:35 Progress (1): 17/66 kB error 03-Jan-2023 03:09:35 Progress (1): 20/66 kB error 03-Jan-2023 03:09:35 Progress (1): 23/66 kB error 03-Jan-2023 03:09:35 Progress (1): 26/66 kB error 03-Jan-2023 03:09:35 Progress (1): 29/66 kB error 03-Jan-2023 03:09:35 Progress (1): 31/66 kB error 03-Jan-2023 03:09:35 Progress (1): 34/66 kB error 03-Jan-2023 03:09:35 Progress (1): 37/66 kB error 03-Jan-2023 03:09:35 Progress (1): 40/66 kB error 03-Jan-2023 03:09:35 Progress (1): 42/66 kB error 03-Jan-2023 03:09:35 Progress (1): 45/66 kB error 03-Jan-2023 03:09:35 Progress (1): 48/66 kB error 03-Jan-2023 03:09:35 Progress (1): 51/66 kB error 03-Jan-2023 03:09:35 Progress (1): 54/66 kB error 03-Jan-2023 03:09:35 Progress (1): 56/66 kB error 03-Jan-2023 03:09:35 Progress (1): 59/66 kB error 03-Jan-2023 03:09:35 Progress (1): 62/66 kB error 03-Jan-2023 03:09:35 Progress (1): 65/66 kB error 03-Jan-2023 03:09:35 Progress (1): 66 kB error 03-Jan-2023 03:09:35 error 03-Jan-2023 03:09:35 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/jboss/jboss-parent/34/jboss-parent-34.pom (66 kB at 252 kB/s) error 03-Jan-2023 03:09:35 #21 18.23 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/net/bytebuddy/byte-buddy/1.10.21/byte-buddy-1.10.21.pom error 03-Jan-2023 03:09:35 #21 18.37 Progress (1): 3.3/11 kB error 03-Jan-2023 03:09:35 Progress (1): 6.1/11 kB error 03-Jan-2023 03:09:35 Progress (1): 8.9/11 kB error 03-Jan-2023 03:09:35 Progress (1): 11 kB error 03-Jan-2023 03:09:35 error 03-Jan-2023 03:09:36 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/net/bytebuddy/byte-buddy/1.10.21/byte-buddy-1.10.21.pom (11 kB at 42 kB/s) error 03-Jan-2023 03:09:36 #21 18.50 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/net/bytebuddy/byte-buddy-parent/1.10.21/byte-buddy-parent-1.10.21.pom error 03-Jan-2023 03:09:36 #21 18.62 Progress (1): 3.3/42 kB error 03-Jan-2023 03:09:36 Progress (1): 6.1/42 kB error 03-Jan-2023 03:09:36 Progress (1): 8.9/42 kB error 03-Jan-2023 03:09:36 Progress (1): 12/42 kB error 03-Jan-2023 03:09:36 Progress (1): 14/42 kB error 03-Jan-2023 03:09:36 Progress (1): 17/42 kB error 03-Jan-2023 03:09:36 Progress (1): 20/42 kB error 03-Jan-2023 03:09:36 Progress (1): 23/42 kB error 03-Jan-2023 03:09:36 Progress (1): 26/42 kB error 03-Jan-2023 03:09:36 Progress (1): 28/42 kB error 03-Jan-2023 03:09:36 Progress (1): 31/42 kB error 03-Jan-2023 03:09:36 Progress (1): 34/42 kB error 03-Jan-2023 03:09:36 Progress (1): 37/42 kB error 03-Jan-2023 03:09:36 Progress (1): 40/42 kB error 03-Jan-2023 03:09:36 Progress (1): 42 kB error 03-Jan-2023 03:09:36 error 03-Jan-2023 03:09:36 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/net/bytebuddy/byte-buddy-parent/1.10.21/byte-buddy-parent-1.10.21.pom (42 kB at 153 kB/s) error 03-Jan-2023 03:09:36 #21 18.81 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/logging/log4j/log4j-core/2.17.2/log4j-core-2.17.2.pom error 03-Jan-2023 03:09:36 #21 18.92 Progress (1): 3.3/23 kB error 03-Jan-2023 03:09:36 Progress (1): 6.1/23 kB error 03-Jan-2023 03:09:36 Progress (1): 8.9/23 kB error 03-Jan-2023 03:09:36 Progress (1): 12/23 kB error 03-Jan-2023 03:09:36 Progress (1): 15/23 kB error 03-Jan-2023 03:09:36 Progress (1): 17/23 kB error 03-Jan-2023 03:09:36 Progress (1): 20/23 kB error 03-Jan-2023 03:09:36 Progress (1): 23/23 kB error 03-Jan-2023 03:09:36 Progress (1): 23 kB error 03-Jan-2023 03:09:36 error 03-Jan-2023 03:09:36 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/logging/log4j/log4j-core/2.17.2/log4j-core-2.17.2.pom (23 kB at 97 kB/s) error 03-Jan-2023 03:09:36 #21 19.05 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/logging/log4j/log4j/2.17.2/log4j-2.17.2.pom error 03-Jan-2023 03:09:36 #21 19.16 Progress (1): 3.3/74 kB error 03-Jan-2023 03:09:36 Progress (1): 6.1/74 kB error 03-Jan-2023 03:09:36 Progress (1): 8.9/74 kB error 03-Jan-2023 03:09:36 Progress (1): 12/74 kB error 03-Jan-2023 03:09:36 Progress (1): 15/74 kB error 03-Jan-2023 03:09:36 Progress (1): 17/74 kB error 03-Jan-2023 03:09:36 Progress (1): 20/74 kB error 03-Jan-2023 03:09:36 Progress (1): 23/74 kB error 03-Jan-2023 03:09:36 Progress (1): 26/74 kB error 03-Jan-2023 03:09:36 Progress (1): 29/74 kB error 03-Jan-2023 03:09:36 Progress (1): 31/74 kB error 03-Jan-2023 03:09:36 Progress (1): 34/74 kB error 03-Jan-2023 03:09:36 Progress (1): 37/74 kB error 03-Jan-2023 03:09:36 Progress (1): 40/74 kB error 03-Jan-2023 03:09:36 Progress (1): 43/74 kB error 03-Jan-2023 03:09:36 Progress (1): 45/74 kB error 03-Jan-2023 03:09:36 Progress (1): 48/74 kB error 03-Jan-2023 03:09:36 Progress (1): 51/74 kB error 03-Jan-2023 03:09:36 Progress (1): 54/74 kB error 03-Jan-2023 03:09:36 Progress (1): 57/74 kB error 03-Jan-2023 03:09:36 Progress (1): 59/74 kB error 03-Jan-2023 03:09:36 Progress (1): 62/74 kB error 03-Jan-2023 03:09:36 Progress (1): 65/74 kB error 03-Jan-2023 03:09:36 Progress (1): 68/74 kB error 03-Jan-2023 03:09:36 Progress (1): 71/74 kB error 03-Jan-2023 03:09:36 Progress (1): 73/74 kB error 03-Jan-2023 03:09:36 Progress (1): 74 kB error 03-Jan-2023 03:09:36 error 03-Jan-2023 03:09:36 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/logging/log4j/log4j/2.17.2/log4j-2.17.2.pom (74 kB at 289 kB/s) error 03-Jan-2023 03:09:36 #21 19.34 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/logging/log4j/log4j-api/2.17.2/log4j-api-2.17.2.pom error 03-Jan-2023 03:09:36 #21 19.45 Progress (1): 3.3/14 kB error 03-Jan-2023 03:09:37 Progress (1): 6.1/14 kB error 03-Jan-2023 03:09:37 Progress (1): 8.9/14 kB error 03-Jan-2023 03:09:37 Progress (1): 12/14 kB error 03-Jan-2023 03:09:37 Progress (1): 14 kB error 03-Jan-2023 03:09:37 error 03-Jan-2023 03:09:37 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/logging/log4j/log4j-api/2.17.2/log4j-api-2.17.2.pom (14 kB at 58 kB/s) error 03-Jan-2023 03:09:37 #21 19.58 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/logging/log4j/log4j-slf4j-impl/2.17.2/log4j-slf4j-impl-2.17.2.pom error 03-Jan-2023 03:09:37 #21 19.71 Progress (1): 3.3/12 kB error 03-Jan-2023 03:09:37 Progress (1): 6.1/12 kB error 03-Jan-2023 03:09:37 Progress (1): 8.9/12 kB error 03-Jan-2023 03:09:37 Progress (1): 12 kB error 03-Jan-2023 03:09:37 error 03-Jan-2023 03:09:37 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/logging/log4j/log4j-slf4j-impl/2.17.2/log4j-slf4j-impl-2.17.2.pom (12 kB at 43 kB/s) error 03-Jan-2023 03:09:37 #21 19.86 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/logging/log4j/log4j-1.2-api/2.17.2/log4j-1.2-api-2.17.2.pom error 03-Jan-2023 03:09:37 #21 19.97 Progress (1): 3.3/8.3 kB error 03-Jan-2023 03:09:37 Progress (1): 6.1/8.3 kB error 03-Jan-2023 03:09:37 Progress (1): 8.3 kB error 03-Jan-2023 03:09:37 error 03-Jan-2023 03:09:37 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/logging/log4j/log4j-1.2-api/2.17.2/log4j-1.2-api-2.17.2.pom (8.3 kB at 36 kB/s) error 03-Jan-2023 03:09:37 #21 20.26 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/xerces/xercesImpl/2.12.1/xercesImpl-2.12.1.pom error 03-Jan-2023 03:09:37 #21 20.38 Progress (1): 3.3/3.4 kB error 03-Jan-2023 03:09:37 Progress (1): 3.4 kB error 03-Jan-2023 03:09:38 error 03-Jan-2023 03:09:38 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/xerces/xercesImpl/2.12.1/xercesImpl-2.12.1.pom (3.4 kB at 14 kB/s) error 03-Jan-2023 03:09:38 #21 20.54 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/com/fasterxml/jackson/datatype/jackson-datatype-jsr310/2.13.0/jackson-datatype-jsr310-2.13.0.pom error 03-Jan-2023 03:09:38 #21 20.66 Progress (1): 3.3/4.9 kB error 03-Jan-2023 03:09:38 Progress (1): 4.9 kB error 03-Jan-2023 03:09:38 error 03-Jan-2023 03:09:38 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/com/fasterxml/jackson/datatype/jackson-datatype-jsr310/2.13.0/jackson-datatype-jsr310-2.13.0.pom (4.9 kB at 20 kB/s) error 03-Jan-2023 03:09:38 #21 20.81 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/com/fasterxml/jackson/module/jackson-modules-java8/2.13.0/jackson-modules-java8-2.13.0.pom error 03-Jan-2023 03:09:38 #21 21.31 Progress (1): 3.0 kB error 03-Jan-2023 03:09:38 error 03-Jan-2023 03:09:39 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/com/fasterxml/jackson/module/jackson-modules-java8/2.13.0/jackson-modules-java8-2.13.0.pom (3.0 kB at 4.8 kB/s) error 03-Jan-2023 03:09:39 #21 21.45 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/com/fasterxml/jackson/jackson-base/2.13.0/jackson-base-2.13.0.pom error 03-Jan-2023 03:09:39 #21 21.57 Progress (1): 3.3/9.7 kB error 03-Jan-2023 03:09:39 Progress (1): 6.1/9.7 kB error 03-Jan-2023 03:09:39 Progress (1): 8.9/9.7 kB error 03-Jan-2023 03:09:39 Progress (1): 9.7 kB error 03-Jan-2023 03:09:39 error 03-Jan-2023 03:09:39 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/com/fasterxml/jackson/jackson-base/2.13.0/jackson-base-2.13.0.pom (9.7 kB at 40 kB/s) error 03-Jan-2023 03:09:39 #21 21.70 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/com/fasterxml/jackson/jackson-bom/2.13.0/jackson-bom-2.13.0.pom error 03-Jan-2023 03:09:39 #21 21.84 Progress (1): 3.3/17 kB error 03-Jan-2023 03:09:39 Progress (1): 6.1/17 kB error 03-Jan-2023 03:09:39 Progress (1): 8.9/17 kB error 03-Jan-2023 03:09:39 Progress (1): 12/17 kB error 03-Jan-2023 03:09:39 Progress (1): 15/17 kB error 03-Jan-2023 03:09:39 Progress (1): 17 kB error 03-Jan-2023 03:09:39 error 03-Jan-2023 03:09:39 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/com/fasterxml/jackson/jackson-bom/2.13.0/jackson-bom-2.13.0.pom (17 kB at 64 kB/s) error 03-Jan-2023 03:09:39 #21 22.00 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/net/sf/ehcache/ehcache/2.10.9.2/ehcache-2.10.9.2.pom error 03-Jan-2023 03:09:39 #21 22.13 Progress (1): 3.3/19 kB error 03-Jan-2023 03:09:39 Progress (1): 6.1/19 kB error 03-Jan-2023 03:09:39 Progress (1): 8.9/19 kB error 03-Jan-2023 03:09:39 Progress (1): 12/19 kB error 03-Jan-2023 03:09:39 Progress (1): 15/19 kB error 03-Jan-2023 03:09:39 Progress (1): 17/19 kB error 03-Jan-2023 03:09:39 Progress (1): 19 kB error 03-Jan-2023 03:09:39 error 03-Jan-2023 03:09:39 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/net/sf/ehcache/ehcache/2.10.9.2/ehcache-2.10.9.2.pom (19 kB at 80 kB/s) error 03-Jan-2023 03:09:39 #21 22.26 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/net/sf/ehcache/ehcache-root/2.10.9.2/ehcache-root-2.10.9.2.pom error 03-Jan-2023 03:09:39 #21 22.37 Progress (1): 3.3/16 kB error 03-Jan-2023 03:09:39 Progress (1): 6.1/16 kB error 03-Jan-2023 03:09:39 Progress (1): 8.9/16 kB error 03-Jan-2023 03:09:39 Progress (1): 12/16 kB error 03-Jan-2023 03:09:39 Progress (1): 15/16 kB error 03-Jan-2023 03:09:39 Progress (1): 16 kB error 03-Jan-2023 03:09:39 error 03-Jan-2023 03:09:39 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/net/sf/ehcache/ehcache-root/2.10.9.2/ehcache-root-2.10.9.2.pom (16 kB at 66 kB/s) error 03-Jan-2023 03:09:39 #21 22.51 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/net/sf/ehcache/ehcache-parent/2.25/ehcache-parent-2.25.pom error 03-Jan-2023 03:09:40 #21 22.62 Progress (1): 3.3/13 kB error 03-Jan-2023 03:09:40 Progress (1): 6.1/13 kB error 03-Jan-2023 03:09:40 Progress (1): 8.9/13 kB error 03-Jan-2023 03:09:40 Progress (1): 12/13 kB error 03-Jan-2023 03:09:40 Progress (1): 13 kB error 03-Jan-2023 03:09:40 error 03-Jan-2023 03:09:40 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/net/sf/ehcache/ehcache-parent/2.25/ehcache-parent-2.25.pom (13 kB at 55 kB/s) error 03-Jan-2023 03:09:40 #21 22.76 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/aspectj/aspectjrt/1.9.7/aspectjrt-1.9.7.pom error 03-Jan-2023 03:09:40 #21 22.88 Progress (1): 2.0 kB error 03-Jan-2023 03:09:40 error 03-Jan-2023 03:09:40 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/aspectj/aspectjrt/1.9.7/aspectjrt-1.9.7.pom (2.0 kB at 8.8 kB/s) error 03-Jan-2023 03:09:40 #21 22.99 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/aspectj/aspectjweaver/1.9.7/aspectjweaver-1.9.7.pom error 03-Jan-2023 03:09:40 #21 23.11 Progress (1): 2.1 kB error 03-Jan-2023 03:09:40 error 03-Jan-2023 03:09:40 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/aspectj/aspectjweaver/1.9.7/aspectjweaver-1.9.7.pom (2.1 kB at 8.8 kB/s) error 03-Jan-2023 03:09:40 #21 23.24 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/joda-time/joda-time/2.10.12/joda-time-2.10.12.pom error 03-Jan-2023 03:09:40 #21 23.35 Progress (1): 3.3/37 kB error 03-Jan-2023 03:09:40 Progress (1): 6.1/37 kB error 03-Jan-2023 03:09:40 Progress (1): 8.9/37 kB error 03-Jan-2023 03:09:40 Progress (1): 12/37 kB error 03-Jan-2023 03:09:40 Progress (1): 15/37 kB error 03-Jan-2023 03:09:40 Progress (1): 17/37 kB error 03-Jan-2023 03:09:40 Progress (1): 20/37 kB error 03-Jan-2023 03:09:40 Progress (1): 23/37 kB error 03-Jan-2023 03:09:40 Progress (1): 26/37 kB error 03-Jan-2023 03:09:40 Progress (1): 29/37 kB error 03-Jan-2023 03:09:40 Progress (1): 31/37 kB error 03-Jan-2023 03:09:40 Progress (1): 34/37 kB error 03-Jan-2023 03:09:40 Progress (1): 37/37 kB error 03-Jan-2023 03:09:40 Progress (1): 37 kB error 03-Jan-2023 03:09:40 error 03-Jan-2023 03:09:41 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/joda-time/joda-time/2.10.12/joda-time-2.10.12.pom (37 kB at 149 kB/s) error 03-Jan-2023 03:09:41 #21 23.52 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/jakarta/xml/bind/jakarta.xml.bind-api/3.0.1/jakarta.xml.bind-api-3.0.1.pom error 03-Jan-2023 03:09:41 #21 23.64 Progress (1): 3.3/13 kB error 03-Jan-2023 03:09:41 Progress (1): 6.1/13 kB error 03-Jan-2023 03:09:41 Progress (1): 8.9/13 kB error 03-Jan-2023 03:09:41 Progress (1): 12/13 kB error 03-Jan-2023 03:09:41 Progress (1): 13 kB error 03-Jan-2023 03:09:41 error 03-Jan-2023 03:09:41 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/jakarta/xml/bind/jakarta.xml.bind-api/3.0.1/jakarta.xml.bind-api-3.0.1.pom (13 kB at 55 kB/s) error 03-Jan-2023 03:09:41 #21 23.77 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/jakarta/xml/bind/jakarta.xml.bind-api-parent/3.0.1/jakarta.xml.bind-api-parent-3.0.1.pom error 03-Jan-2023 03:09:41 #21 23.88 Progress (1): 3.3/9.5 kB error 03-Jan-2023 03:09:41 Progress (1): 6.1/9.5 kB error 03-Jan-2023 03:09:41 Progress (1): 8.9/9.5 kB error 03-Jan-2023 03:09:41 Progress (1): 9.5 kB error 03-Jan-2023 03:09:41 error 03-Jan-2023 03:09:41 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/jakarta/xml/bind/jakarta.xml.bind-api-parent/3.0.1/jakarta.xml.bind-api-parent-3.0.1.pom (9.5 kB at 41 kB/s) error 03-Jan-2023 03:09:41 #21 24.01 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/com/sun/activation/jakarta.activation/2.0.1/jakarta.activation-2.0.1.pom error 03-Jan-2023 03:09:41 #21 24.13 Progress (1): 2.0 kB error 03-Jan-2023 03:09:41 error 03-Jan-2023 03:09:41 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/com/sun/activation/jakarta.activation/2.0.1/jakarta.activation-2.0.1.pom (2.0 kB at 8.2 kB/s) error 03-Jan-2023 03:09:41 #21 24.26 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/com/sun/activation/all/2.0.1/all-2.0.1.pom error 03-Jan-2023 03:09:41 #21 24.39 Progress (1): 3.3/23 kB error 03-Jan-2023 03:09:41 Progress (1): 6.1/23 kB error 03-Jan-2023 03:09:41 Progress (1): 8.9/23 kB error 03-Jan-2023 03:09:41 Progress (1): 12/23 kB error 03-Jan-2023 03:09:41 Progress (1): 15/23 kB error 03-Jan-2023 03:09:41 Progress (1): 17/23 kB error 03-Jan-2023 03:09:41 Progress (1): 20/23 kB error 03-Jan-2023 03:09:41 Progress (1): 23 kB error 03-Jan-2023 03:09:41 error 03-Jan-2023 03:09:42 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/com/sun/activation/all/2.0.1/all-2.0.1.pom (23 kB at 90 kB/s) error 03-Jan-2023 03:09:42 #21 24.52 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/com/sun/xml/bind/jaxb-impl/3.0.2/jaxb-impl-3.0.2.pom error 03-Jan-2023 03:09:42 #21 24.64 Progress (1): 3.3/13 kB error 03-Jan-2023 03:09:42 Progress (1): 6.1/13 kB error 03-Jan-2023 03:09:42 Progress (1): 8.9/13 kB error 03-Jan-2023 03:09:42 Progress (1): 12/13 kB error 03-Jan-2023 03:09:42 Progress (1): 13 kB error 03-Jan-2023 03:09:42 error 03-Jan-2023 03:09:42 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/com/sun/xml/bind/jaxb-impl/3.0.2/jaxb-impl-3.0.2.pom (13 kB at 54 kB/s) error 03-Jan-2023 03:09:42 #21 24.77 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/com/sun/xml/bind/mvn/jaxb-bundles/3.0.2/jaxb-bundles-3.0.2.pom error 03-Jan-2023 03:09:42 #21 24.88 Progress (1): 1.3 kB error 03-Jan-2023 03:09:42 error 03-Jan-2023 03:09:42 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/com/sun/xml/bind/mvn/jaxb-bundles/3.0.2/jaxb-bundles-3.0.2.pom (1.3 kB at 5.5 kB/s) error 03-Jan-2023 03:09:42 #21 25.01 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/com/sun/xml/bind/mvn/jaxb-parent/3.0.2/jaxb-parent-3.0.2.pom error 03-Jan-2023 03:09:42 #21 25.13 Progress (1): 3.3/29 kB error 03-Jan-2023 03:09:42 Progress (1): 6.1/29 kB error 03-Jan-2023 03:09:42 Progress (1): 8.9/29 kB error 03-Jan-2023 03:09:42 Progress (1): 12/29 kB error 03-Jan-2023 03:09:42 Progress (1): 15/29 kB error 03-Jan-2023 03:09:42 Progress (1): 17/29 kB error 03-Jan-2023 03:09:42 Progress (1): 20/29 kB error 03-Jan-2023 03:09:42 Progress (1): 23/29 kB error 03-Jan-2023 03:09:42 Progress (1): 26/29 kB error 03-Jan-2023 03:09:42 Progress (1): 29/29 kB error 03-Jan-2023 03:09:42 Progress (1): 29 kB error 03-Jan-2023 03:09:42 error 03-Jan-2023 03:09:42 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/com/sun/xml/bind/mvn/jaxb-parent/3.0.2/jaxb-parent-3.0.2.pom (29 kB at 118 kB/s) error 03-Jan-2023 03:09:42 #21 25.26 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/com/sun/xml/bind/jaxb-bom-ext/3.0.2/jaxb-bom-ext-3.0.2.pom error 03-Jan-2023 03:09:42 #21 25.37 Progress (1): 3.3/3.5 kB error 03-Jan-2023 03:09:42 Progress (1): 3.5 kB error 03-Jan-2023 03:09:42 error 03-Jan-2023 03:09:43 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/com/sun/xml/bind/jaxb-bom-ext/3.0.2/jaxb-bom-ext-3.0.2.pom (3.5 kB at 14 kB/s) error 03-Jan-2023 03:09:43 #21 25.50 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/glassfish/jaxb/jaxb-bom/3.0.2/jaxb-bom-3.0.2.pom error 03-Jan-2023 03:09:43 #21 25.62 Progress (1): 3.3/10 kB error 03-Jan-2023 03:09:43 Progress (1): 6.1/10 kB error 03-Jan-2023 03:09:43 Progress (1): 8.9/10 kB error 03-Jan-2023 03:09:43 Progress (1): 10 kB error 03-Jan-2023 03:09:43 error 03-Jan-2023 03:09:43 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/glassfish/jaxb/jaxb-bom/3.0.2/jaxb-bom-3.0.2.pom (10 kB at 39 kB/s) error 03-Jan-2023 03:09:43 #21 25.77 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/com/sun/xml/bind/jaxb-core/3.0.2/jaxb-core-3.0.2.pom error 03-Jan-2023 03:09:43 #21 25.90 Progress (1): 3.3/13 kB error 03-Jan-2023 03:09:43 Progress (1): 6.1/13 kB error 03-Jan-2023 03:09:43 Progress (1): 8.9/13 kB error 03-Jan-2023 03:09:43 Progress (1): 12/13 kB error 03-Jan-2023 03:09:43 Progress (1): 13 kB error 03-Jan-2023 03:09:43 error 03-Jan-2023 03:09:43 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/com/sun/xml/bind/jaxb-core/3.0.2/jaxb-core-3.0.2.pom (13 kB at 53 kB/s) error 03-Jan-2023 03:09:43 #21 26.05 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/test/openmrs-test/2.5.8/openmrs-test-2.5.8.pom error 03-Jan-2023 03:09:43 #21 26.15 Progress (1): 3.2 kB error 03-Jan-2023 03:09:43 error 03-Jan-2023 03:09:43 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/test/openmrs-test/2.5.8/openmrs-test-2.5.8.pom (3.2 kB at 15 kB/s) error 03-Jan-2023 03:09:43 #21 26.26 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/springframework/spring-test/5.2.14.RELEASE/spring-test-5.2.14.RELEASE.pom error 03-Jan-2023 03:09:43 #21 26.38 Progress (1): 1.7 kB error 03-Jan-2023 03:09:43 error 03-Jan-2023 03:09:43 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/springframework/spring-test/5.2.14.RELEASE/spring-test-5.2.14.RELEASE.pom (1.7 kB at 7.3 kB/s) error 03-Jan-2023 03:09:44 #21 26.51 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/junit/jupiter/junit-jupiter-api/5.8.1/junit-jupiter-api-5.8.1.pom error 03-Jan-2023 03:09:44 #21 26.63 Progress (1): 3.2 kB error 03-Jan-2023 03:09:44 error 03-Jan-2023 03:09:44 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/junit/jupiter/junit-jupiter-api/5.8.1/junit-jupiter-api-5.8.1.pom (3.2 kB at 13 kB/s) error 03-Jan-2023 03:09:44 #21 26.77 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/junit/platform/junit-platform-commons/1.8.1/junit-platform-commons-1.8.1.pom error 03-Jan-2023 03:09:44 #21 26.89 Progress (1): 2.8 kB error 03-Jan-2023 03:09:44 error 03-Jan-2023 03:09:44 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/junit/platform/junit-platform-commons/1.8.1/junit-platform-commons-1.8.1.pom (2.8 kB at 12 kB/s) error 03-Jan-2023 03:09:44 #21 27.01 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/junit/jupiter/junit-jupiter-engine/5.8.1/junit-jupiter-engine-5.8.1.pom error 03-Jan-2023 03:09:44 #21 27.12 Progress (1): 3.2 kB error 03-Jan-2023 03:09:44 error 03-Jan-2023 03:09:44 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/junit/jupiter/junit-jupiter-engine/5.8.1/junit-jupiter-engine-5.8.1.pom (3.2 kB at 14 kB/s) error 03-Jan-2023 03:09:44 #21 27.25 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/junit/platform/junit-platform-engine/1.8.1/junit-platform-engine-1.8.1.pom error 03-Jan-2023 03:09:44 #21 27.37 Progress (1): 3.2 kB error 03-Jan-2023 03:09:44 error 03-Jan-2023 03:09:44 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/junit/platform/junit-platform-engine/1.8.1/junit-platform-engine-1.8.1.pom (3.2 kB at 14 kB/s) error 03-Jan-2023 03:09:45 #21 27.48 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/junit/vintage/junit-vintage-engine/5.8.1/junit-vintage-engine-5.8.1.pom error 03-Jan-2023 03:09:45 #21 27.60 Progress (1): 3.2 kB error 03-Jan-2023 03:09:45 error 03-Jan-2023 03:09:45 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/junit/vintage/junit-vintage-engine/5.8.1/junit-vintage-engine-5.8.1.pom (3.2 kB at 13 kB/s) error 03-Jan-2023 03:09:45 #21 ... error 03-Jan-2023 03:09:45 error 03-Jan-2023 03:09:45 #18 [linux/arm64 dev 4/4] RUN mvn -s /usr/share/maven/ref/settings-docker.xml install error 03-Jan-2023 03:09:45 #18 17.94 [INFO] Scanning for projects... error 03-Jan-2023 03:09:45 #18 20.52 [WARNING] error 03-Jan-2023 03:09:45 #18 20.54 [WARNING] Some problems were encountered while building the effective model for org.openmrs.distro:referenceapplication-package:jar:2.13.0-SNAPSHOT error 03-Jan-2023 03:09:45 #18 20.57 [WARNING] 'dependencyManagement.dependencies.dependency.scope' for org.openmrs.module:dataexchange-omod:jar:tests must be one of [provided, compile, runtime, test, system, import] but is 'tests'. @ org.openmrs.distro:referenceapplication:2.13.0-SNAPSHOT, /app/pom.xml, line 882, column 12 error 03-Jan-2023 03:09:45 #18 20.57 [WARNING] 'dependencyManagement.dependencies.dependency.scope' for org.openmrs.module:allergyui-api:jar:tests must be one of [provided, compile, runtime, test, system, import] but is 'tests'. @ org.openmrs.distro:referenceapplication:2.13.0-SNAPSHOT, /app/pom.xml, line 895, column 12 error 03-Jan-2023 03:09:45 #18 20.57 [WARNING] 'dependencyManagement.dependencies.dependency.scope' for org.openmrs.module:formentryapp-api:jar:tests must be one of [provided, compile, runtime, test, system, import] but is 'tests'. @ org.openmrs.distro:referenceapplication:2.13.0-SNAPSHOT, /app/pom.xml, line 915, column 12 error 03-Jan-2023 03:09:45 #18 20.57 [WARNING] 'dependencyManagement.dependencies.dependency.scope' for org.openmrs.module:legacyui-api:jar:tests must be one of [provided, compile, runtime, test, system, import] but is 'tests'. @ org.openmrs.distro:referenceapplication:2.13.0-SNAPSHOT, /app/pom.xml, line 989, column 12 error 03-Jan-2023 03:09:45 #18 20.57 [WARNING] 'dependencyManagement.dependencies.dependency.scope' for org.openmrs.module:reportingcompatibility-api:jar:tests must be one of [provided, compile, runtime, test, system, import] but is 'tests'. @ org.openmrs.distro:referenceapplication:2.13.0-SNAPSHOT, /app/pom.xml, line 1008, column 12 error 03-Jan-2023 03:09:45 #18 20.58 [WARNING] error 03-Jan-2023 03:09:45 #18 20.58 [WARNING] Some problems were encountered while building the effective model for org.openmrs.distro:referenceapplication:pom:2.13.0-SNAPSHOT error 03-Jan-2023 03:09:45 #18 20.58 [WARNING] 'dependencyManagement.dependencies.dependency.scope' for org.openmrs.module:dataexchange-omod:jar:tests must be one of [provided, compile, runtime, test, system, import] but is 'tests'. @ line 882, column 12 error 03-Jan-2023 03:09:45 #18 20.58 [WARNING] 'dependencyManagement.dependencies.dependency.scope' for org.openmrs.module:allergyui-api:jar:tests must be one of [provided, compile, runtime, test, system, import] but is 'tests'. @ line 895, column 12 error 03-Jan-2023 03:09:45 #18 20.58 [WARNING] 'dependencyManagement.dependencies.dependency.scope' for org.openmrs.module:formentryapp-api:jar:tests must be one of [provided, compile, runtime, test, system, import] but is 'tests'. @ line 915, column 12 error 03-Jan-2023 03:09:45 #18 20.58 [WARNING] 'dependencyManagement.dependencies.dependency.scope' for org.openmrs.module:legacyui-api:jar:tests must be one of [provided, compile, runtime, test, system, import] but is 'tests'. @ line 989, column 12 error 03-Jan-2023 03:09:45 #18 20.59 [WARNING] 'dependencyManagement.dependencies.dependency.scope' for org.openmrs.module:reportingcompatibility-api:jar:tests must be one of [provided, compile, runtime, test, system, import] but is 'tests'. @ line 1008, column 12 error 03-Jan-2023 03:09:45 #18 20.59 [WARNING] error 03-Jan-2023 03:09:45 #18 20.59 [WARNING] It is highly recommended to fix these problems because they threaten the stability of your build. error 03-Jan-2023 03:09:45 #18 20.59 [WARNING] error 03-Jan-2023 03:09:45 #18 20.59 [WARNING] For this reason, future Maven versions might no longer support building such malformed projects. error 03-Jan-2023 03:09:45 #18 20.59 [WARNING] error 03-Jan-2023 03:09:45 #18 20.64 [INFO] ------------------------------------------------------------------------ error 03-Jan-2023 03:09:45 #18 20.65 [INFO] Reactor Build Order: error 03-Jan-2023 03:09:45 #18 20.65 [INFO] error 03-Jan-2023 03:09:45 #18 20.70 [INFO] Reference Application Distribution [pom] error 03-Jan-2023 03:09:45 #18 20.71 [INFO] Reference Application Distribution Package [jar] error 03-Jan-2023 03:09:45 #18 20.91 [INFO] error 03-Jan-2023 03:09:45 #18 20.92 [INFO] --------------< org.openmrs.distro:referenceapplication >--------------- error 03-Jan-2023 03:09:45 #18 20.92 [INFO] Building Reference Application Distribution 2.13.0-SNAPSHOT [1/2] error 03-Jan-2023 03:09:45 #18 20.93 [INFO] --------------------------------[ pom ]--------------------------------- error 03-Jan-2023 03:09:45 #18 21.92 [INFO] error 03-Jan-2023 03:09:45 #18 21.92 [INFO] --- maven-install-plugin:2.4:install (default-install) @ referenceapplication --- error 03-Jan-2023 03:09:45 #18 24.90 [INFO] Installing /app/pom.xml to /usr/share/maven/ref/repository/org/openmrs/distro/referenceapplication/2.13.0-SNAPSHOT/referenceapplication-2.13.0-SNAPSHOT.pom error 03-Jan-2023 03:09:45 #18 25.19 [INFO] error 03-Jan-2023 03:09:45 #18 25.20 [INFO] ----------< org.openmrs.distro:referenceapplication-package >----------- error 03-Jan-2023 03:09:45 #18 25.20 [INFO] Building Reference Application Distribution Package 2.13.0-SNAPSHOT [2/2] error 03-Jan-2023 03:09:45 #18 25.20 [INFO] --------------------------------[ jar ]--------------------------------- error 03-Jan-2023 03:09:45 #18 27.94 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/plugins/maven-jar-plugin/2.4/maven-jar-plugin-2.4.pom error 03-Jan-2023 03:09:45 #18 ... error 03-Jan-2023 03:09:45 error 03-Jan-2023 03:09:45 #21 [linux/amd64 dev 4/4] RUN mvn -s /usr/share/maven/ref/settings-docker.xml install error 03-Jan-2023 03:09:45 #21 27.72 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/dbunit/dbunit/2.7.2/dbunit-2.7.2.pom error 03-Jan-2023 03:09:45 #21 27.84 Progress (1): 3.3/59 kB error 03-Jan-2023 03:09:45 Progress (1): 6.1/59 kB error 03-Jan-2023 03:09:45 Progress (1): 8.9/59 kB error 03-Jan-2023 03:09:45 Progress (1): 12/59 kB error 03-Jan-2023 03:09:45 Progress (1): 15/59 kB error 03-Jan-2023 03:09:45 Progress (1): 17/59 kB error 03-Jan-2023 03:09:45 Progress (1): 20/59 kB error 03-Jan-2023 03:09:45 Progress (1): 23/59 kB error 03-Jan-2023 03:09:45 Progress (1): 26/59 kB error 03-Jan-2023 03:09:45 Progress (1): 29/59 kB error 03-Jan-2023 03:09:45 Progress (1): 31/59 kB error 03-Jan-2023 03:09:45 Progress (1): 34/59 kB error 03-Jan-2023 03:09:45 Progress (1): 37/59 kB error 03-Jan-2023 03:09:45 Progress (1): 40/59 kB error 03-Jan-2023 03:09:45 Progress (1): 43/59 kB error 03-Jan-2023 03:09:45 Progress (1): 45/59 kB error 03-Jan-2023 03:09:45 Progress (1): 48/59 kB error 03-Jan-2023 03:09:45 Progress (1): 51/59 kB error 03-Jan-2023 03:09:45 Progress (1): 54/59 kB error 03-Jan-2023 03:09:45 Progress (1): 57/59 kB error 03-Jan-2023 03:09:45 Progress (1): 59 kB error 03-Jan-2023 03:09:45 error 03-Jan-2023 03:09:45 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/dbunit/dbunit/2.7.2/dbunit-2.7.2.pom (59 kB at 176 kB/s) error 03-Jan-2023 03:09:45 #21 28.18 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/api/openmrs-api/2.5.8/openmrs-api-2.5.8.jar error 03-Jan-2023 03:09:45 #21 28.19 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/springframework/spring-core/5.2.14.RELEASE/spring-core-5.2.14.RELEASE.jar error 03-Jan-2023 03:09:45 #21 28.20 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/springframework/spring-beans/5.2.14.RELEASE/spring-beans-5.2.14.RELEASE.jar error 03-Jan-2023 03:09:45 #21 28.20 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/springframework/spring-context/5.2.14.RELEASE/spring-context-5.2.14.RELEASE.jar error 03-Jan-2023 03:09:45 #21 28.20 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/springframework/spring-jcl/5.2.14.RELEASE/spring-jcl-5.2.14.RELEASE.jar error 03-Jan-2023 03:09:46 #21 28.70 Progress (1): 3.3/24 kB error 03-Jan-2023 03:09:46 Progress (1): 6.1/24 kB error 03-Jan-2023 03:09:46 Progress (1): 8.9/24 kB error 03-Jan-2023 03:09:46 Progress (1): 12/24 kB error 03-Jan-2023 03:09:46 Progress (1): 14/24 kB error 03-Jan-2023 03:09:46 Progress (1): 17/24 kB error 03-Jan-2023 03:09:46 Progress (1): 20/24 kB error 03-Jan-2023 03:09:46 Progress (1): 23/24 kB error 03-Jan-2023 03:09:46 Progress (1): 24 kB error 03-Jan-2023 03:09:46 error 03-Jan-2023 03:09:46 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/springframework/spring-jcl/5.2.14.RELEASE/spring-jcl-5.2.14.RELEASE.jar (24 kB at 33 kB/s) error 03-Jan-2023 03:09:46 #21 28.92 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/springframework/spring-expression/5.2.14.RELEASE/spring-expression-5.2.14.RELEASE.jar error 03-Jan-2023 03:09:46 #21 29.05 Progress (1): 0/2.9 MB error 03-Jan-2023 03:09:46 Progress (1): 0/2.9 MB error 03-Jan-2023 03:09:46 Progress (1): 0.1/2.9 MB error 03-Jan-2023 03:09:46 Progress (2): 0.1/2.9 MB | 0/1.2 MB error 03-Jan-2023 03:09:46 Progress (2): 0.1/2.9 MB | 0/1.2 MB error 03-Jan-2023 03:09:46 Progress (2): 0.1/2.9 MB | 0/1.2 MB error 03-Jan-2023 03:09:46 Progress (2): 0.1/2.9 MB | 0/1.2 MB error 03-Jan-2023 03:09:46 Progress (2): 0.1/2.9 MB | 0/1.2 MB error 03-Jan-2023 03:09:46 Progress (2): 0.1/2.9 MB | 0/1.2 MB error 03-Jan-2023 03:09:46 Progress (2): 0.1/2.9 MB | 0/1.2 MB error 03-Jan-2023 03:09:46 Progress (2): 0.1/2.9 MB | 0/1.2 MB error 03-Jan-2023 03:09:46 Progress (2): 0.1/2.9 MB | 0.1/1.2 MB error 03-Jan-2023 03:09:46 Progress (3): 0.1/2.9 MB | 0.1/1.2 MB | 4.1/689 kB error 03-Jan-2023 03:09:46 Progress (3): 0.1/2.9 MB | 0.1/1.2 MB | 8.2/689 kB error 03-Jan-2023 03:09:46 Progress (3): 0.1/2.9 MB | 0.1/1.2 MB | 12/689 kB error 03-Jan-2023 03:09:46 Progress (3): 0.1/2.9 MB | 0.1/1.2 MB | 16/689 kB error 03-Jan-2023 03:09:46 Progress (4): 0.1/2.9 MB | 0.1/1.2 MB | 16/689 kB | 0/1.4 MB error 03-Jan-2023 03:09:46 Progress (4): 0.1/2.9 MB | 0.1/1.2 MB | 16/689 kB | 0/1.4 MB error 03-Jan-2023 03:09:46 Progress (4): 0.1/2.9 MB | 0.1/1.2 MB | 16/689 kB | 0/1.4 MB error 03-Jan-2023 03:09:46 Progress (4): 0.1/2.9 MB | 0.1/1.2 MB | 16/689 kB | 0/1.4 MB error 03-Jan-2023 03:09:46 Progress (4): 0.2/2.9 MB | 0.1/1.2 MB | 16/689 kB | 0/1.4 MB error 03-Jan-2023 03:09:46 Progress (4): 0.2/2.9 MB | 0.1/1.2 MB | 16/689 kB | 0/1.4 MB error 03-Jan-2023 03:09:46 Progress (4): 0.2/2.9 MB | 0.1/1.2 MB | 16/689 kB | 0/1.4 MB error 03-Jan-2023 03:09:46 Progress (4): 0.2/2.9 MB | 0.1/1.2 MB | 16/689 kB | 0/1.4 MB error 03-Jan-2023 03:09:46 Progress (4): 0.2/2.9 MB | 0.1/1.2 MB | 16/689 kB | 0/1.4 MB error 03-Jan-2023 03:09:46 Progress (4): 0.2/2.9 MB | 0.1/1.2 MB | 16/689 kB | 0/1.4 MB error 03-Jan-2023 03:09:46 Progress (4): 0.3/2.9 MB | 0.1/1.2 MB | 16/689 kB | 0/1.4 MB error 03-Jan-2023 03:09:46 Progress (4): 0.3/2.9 MB | 0.1/1.2 MB | 16/689 kB | 0/1.4 MB error 03-Jan-2023 03:09:46 Progress (4): 0.3/2.9 MB | 0.1/1.2 MB | 16/689 kB | 0/1.4 MB error 03-Jan-2023 03:09:46 Progress (4): 0.3/2.9 MB | 0.1/1.2 MB | 16/689 kB | 0/1.4 MB error 03-Jan-2023 03:09:46 Progress (4): 0.3/2.9 MB | 0.1/1.2 MB | 16/689 kB | 0/1.4 MB error 03-Jan-2023 03:09:46 Progress (4): 0.3/2.9 MB | 0.1/1.2 MB | 16/689 kB | 0/1.4 MB error 03-Jan-2023 03:09:46 Progress (4): 0.3/2.9 MB | 0.1/1.2 MB | 16/689 kB | 0/1.4 MB error 03-Jan-2023 03:09:46 Progress (4): 0.3/2.9 MB | 0.1/1.2 MB | 16/689 kB | 0/1.4 MB error 03-Jan-2023 03:09:46 Progress (4): 0.3/2.9 MB | 0.1/1.2 MB | 16/689 kB | 0/1.4 MB error 03-Jan-2023 03:09:46 Progress (4): 0.3/2.9 MB | 0.1/1.2 MB | 20/689 kB | 0/1.4 MB error 03-Jan-2023 03:09:46 Progress (4): 0.3/2.9 MB | 0.1/1.2 MB | 25/689 kB | 0/1.4 MB error 03-Jan-2023 03:09:46 Progress (4): 0.3/2.9 MB | 0.1/1.2 MB | 29/689 kB | 0/1.4 MB error 03-Jan-2023 03:09:46 Progress (4): 0.3/2.9 MB | 0.1/1.2 MB | 33/689 kB | 0/1.4 MB error 03-Jan-2023 03:09:46 Progress (4): 0.3/2.9 MB | 0.1/1.2 MB | 37/689 kB | 0/1.4 MB error 03-Jan-2023 03:09:46 Progress (4): 0.3/2.9 MB | 0.1/1.2 MB | 41/689 kB | 0/1.4 MB error 03-Jan-2023 03:09:46 Progress (4): 0.3/2.9 MB | 0.1/1.2 MB | 45/689 kB | 0/1.4 MB error 03-Jan-2023 03:09:46 Progress (4): 0.3/2.9 MB | 0.1/1.2 MB | 49/689 kB | 0/1.4 MB error 03-Jan-2023 03:09:46 Progress (4): 0.3/2.9 MB | 0.1/1.2 MB | 52/689 kB | 0/1.4 MB error 03-Jan-2023 03:09:46 Progress (4): 0.3/2.9 MB | 0.1/1.2 MB | 52/689 kB | 0/1.4 MB error 03-Jan-2023 03:09:46 Progress (4): 0.3/2.9 MB | 0.1/1.2 MB | 52/689 kB | 0/1.4 MB error 03-Jan-2023 03:09:46 Progress (4): 0.3/2.9 MB | 0.1/1.2 MB | 52/689 kB | 0/1.4 MB error 03-Jan-2023 03:09:46 Progress (4): 0.3/2.9 MB | 0.1/1.2 MB | 52/689 kB | 0.1/1.4 MB error 03-Jan-2023 03:09:46 Progress (4): 0.3/2.9 MB | 0.1/1.2 MB | 52/689 kB | 0.1/1.4 MB error 03-Jan-2023 03:09:46 Progress (4): 0.3/2.9 MB | 0.1/1.2 MB | 52/689 kB | 0.1/1.4 MB error 03-Jan-2023 03:09:46 Progress (4): 0.3/2.9 MB | 0.1/1.2 MB | 52/689 kB | 0.1/1.4 MB error 03-Jan-2023 03:09:46 Progress (4): 0.3/2.9 MB | 0.1/1.2 MB | 52/689 kB | 0.1/1.4 MB error 03-Jan-2023 03:09:46 Progress (4): 0.3/2.9 MB | 0.1/1.2 MB | 52/689 kB | 0.1/1.4 MB error 03-Jan-2023 03:09:46 Progress (4): 0.4/2.9 MB | 0.1/1.2 MB | 52/689 kB | 0.1/1.4 MB error 03-Jan-2023 03:09:46 Progress (4): 0.4/2.9 MB | 0.1/1.2 MB | 52/689 kB | 0.1/1.4 MB error 03-Jan-2023 03:09:46 Progress (4): 0.4/2.9 MB | 0.1/1.2 MB | 52/689 kB | 0.1/1.4 MB error 03-Jan-2023 03:09:46 Progress (4): 0.4/2.9 MB | 0.1/1.2 MB | 52/689 kB | 0.1/1.4 MB error 03-Jan-2023 03:09:46 Progress (4): 0.4/2.9 MB | 0.1/1.2 MB | 52/689 kB | 0.1/1.4 MB error 03-Jan-2023 03:09:46 Progress (4): 0.5/2.9 MB | 0.1/1.2 MB | 52/689 kB | 0.1/1.4 MB error 03-Jan-2023 03:09:46 Progress (4): 0.5/2.9 MB | 0.1/1.2 MB | 52/689 kB | 0.1/1.4 MB error 03-Jan-2023 03:09:46 Progress (4): 0.5/2.9 MB | 0.1/1.2 MB | 52/689 kB | 0.1/1.4 MB error 03-Jan-2023 03:09:46 Progress (4): 0.5/2.9 MB | 0.1/1.2 MB | 52/689 kB | 0.1/1.4 MB error 03-Jan-2023 03:09:46 Progress (4): 0.5/2.9 MB | 0.1/1.2 MB | 52/689 kB | 0.1/1.4 MB error 03-Jan-2023 03:09:46 Progress (4): 0.5/2.9 MB | 0.1/1.2 MB | 52/689 kB | 0.1/1.4 MB error 03-Jan-2023 03:09:46 Progress (4): 0.6/2.9 MB | 0.1/1.2 MB | 52/689 kB | 0.1/1.4 MB error 03-Jan-2023 03:09:46 Progress (4): 0.6/2.9 MB | 0.1/1.2 MB | 52/689 kB | 0.1/1.4 MB error 03-Jan-2023 03:09:46 Progress (4): 0.6/2.9 MB | 0.1/1.2 MB | 52/689 kB | 0.1/1.4 MB error 03-Jan-2023 03:09:46 Progress (4): 0.6/2.9 MB | 0.1/1.2 MB | 52/689 kB | 0.1/1.4 MB error 03-Jan-2023 03:09:46 Progress (4): 0.6/2.9 MB | 0.2/1.2 MB | 52/689 kB | 0.1/1.4 MB error 03-Jan-2023 03:09:46 Progress (4): 0.6/2.9 MB | 0.2/1.2 MB | 52/689 kB | 0.1/1.4 MB error 03-Jan-2023 03:09:46 Progress (4): 0.6/2.9 MB | 0.2/1.2 MB | 52/689 kB | 0.1/1.4 MB error 03-Jan-2023 03:09:46 Progress (4): 0.6/2.9 MB | 0.2/1.2 MB | 52/689 kB | 0.1/1.4 MB error 03-Jan-2023 03:09:46 Progress (4): 0.6/2.9 MB | 0.2/1.2 MB | 52/689 kB | 0.1/1.4 MB error 03-Jan-2023 03:09:46 Progress (4): 0.6/2.9 MB | 0.2/1.2 MB | 52/689 kB | 0.1/1.4 MB error 03-Jan-2023 03:09:46 Progress (4): 0.6/2.9 MB | 0.2/1.2 MB | 52/689 kB | 0.1/1.4 MB error 03-Jan-2023 03:09:46 Progress (4): 0.6/2.9 MB | 0.2/1.2 MB | 52/689 kB | 0.1/1.4 MB error 03-Jan-2023 03:09:46 Progress (4): 0.6/2.9 MB | 0.2/1.2 MB | 52/689 kB | 0.1/1.4 MB error 03-Jan-2023 03:09:46 Progress (4): 0.6/2.9 MB | 0.2/1.2 MB | 52/689 kB | 0.1/1.4 MB error 03-Jan-2023 03:09:46 Progress (4): 0.6/2.9 MB | 0.2/1.2 MB | 52/689 kB | 0.1/1.4 MB error 03-Jan-2023 03:09:46 Progress (4): 0.6/2.9 MB | 0.3/1.2 MB | 52/689 kB | 0.1/1.4 MB error 03-Jan-2023 03:09:46 Progress (4): 0.6/2.9 MB | 0.3/1.2 MB | 52/689 kB | 0.1/1.4 MB error 03-Jan-2023 03:09:46 Progress (4): 0.6/2.9 MB | 0.3/1.2 MB | 56/689 kB | 0.1/1.4 MB error 03-Jan-2023 03:09:46 Progress (4): 0.6/2.9 MB | 0.3/1.2 MB | 60/689 kB | 0.1/1.4 MB error 03-Jan-2023 03:09:46 Progress (4): 0.6/2.9 MB | 0.3/1.2 MB | 64/689 kB | 0.1/1.4 MB error 03-Jan-2023 03:09:46 Progress (4): 0.6/2.9 MB | 0.3/1.2 MB | 68/689 kB | 0.1/1.4 MB error 03-Jan-2023 03:09:46 Progress (4): 0.6/2.9 MB | 0.3/1.2 MB | 72/689 kB | 0.1/1.4 MB error 03-Jan-2023 03:09:46 Progress (4): 0.6/2.9 MB | 0.3/1.2 MB | 76/689 kB | 0.1/1.4 MB error 03-Jan-2023 03:09:46 Progress (4): 0.6/2.9 MB | 0.3/1.2 MB | 80/689 kB | 0.1/1.4 MB error 03-Jan-2023 03:09:46 Progress (4): 0.6/2.9 MB | 0.3/1.2 MB | 84/689 kB | 0.1/1.4 MB error 03-Jan-2023 03:09:46 Progress (4): 0.6/2.9 MB | 0.3/1.2 MB | 86/689 kB | 0.1/1.4 MB error 03-Jan-2023 03:09:46 Progress (4): 0.6/2.9 MB | 0.3/1.2 MB | 91/689 kB | 0.1/1.4 MB error 03-Jan-2023 03:09:46 Progress (4): 0.6/2.9 MB | 0.3/1.2 MB | 95/689 kB | 0.1/1.4 MB error 03-Jan-2023 03:09:46 Progress (4): 0.6/2.9 MB | 0.3/1.2 MB | 99/689 kB | 0.1/1.4 MB error 03-Jan-2023 03:09:46 Progress (4): 0.6/2.9 MB | 0.3/1.2 MB | 103/689 kB | 0.1/1.4 MB error 03-Jan-2023 03:09:46 Progress (4): 0.6/2.9 MB | 0.3/1.2 MB | 107/689 kB | 0.1/1.4 MB error 03-Jan-2023 03:09:46 Progress (4): 0.6/2.9 MB | 0.3/1.2 MB | 111/689 kB | 0.1/1.4 MB error 03-Jan-2023 03:09:46 Progress (4): 0.6/2.9 MB | 0.3/1.2 MB | 115/689 kB | 0.1/1.4 MB error 03-Jan-2023 03:09:46 Progress (4): 0.6/2.9 MB | 0.3/1.2 MB | 119/689 kB | 0.1/1.4 MB error 03-Jan-2023 03:09:46 Progress (4): 0.6/2.9 MB | 0.3/1.2 MB | 121/689 kB | 0.1/1.4 MB error 03-Jan-2023 03:09:46 Progress (4): 0.6/2.9 MB | 0.3/1.2 MB | 121/689 kB | 0.1/1.4 MB error 03-Jan-2023 03:09:46 Progress (4): 0.6/2.9 MB | 0.3/1.2 MB | 121/689 kB | 0.1/1.4 MB error 03-Jan-2023 03:09:46 Progress (4): 0.6/2.9 MB | 0.3/1.2 MB | 121/689 kB | 0.1/1.4 MB error 03-Jan-2023 03:09:46 Progress (4): 0.6/2.9 MB | 0.3/1.2 MB | 121/689 kB | 0.1/1.4 MB error 03-Jan-2023 03:09:46 Progress (4): 0.6/2.9 MB | 0.3/1.2 MB | 121/689 kB | 0.1/1.4 MB error 03-Jan-2023 03:09:46 Progress (4): 0.6/2.9 MB | 0.3/1.2 MB | 121/689 kB | 0.1/1.4 MB error 03-Jan-2023 03:09:46 Progress (4): 0.6/2.9 MB | 0.3/1.2 MB | 121/689 kB | 0.1/1.4 MB error 03-Jan-2023 03:09:46 Progress (4): 0.6/2.9 MB | 0.3/1.2 MB | 121/689 kB | 0.1/1.4 MB error 03-Jan-2023 03:09:46 Progress (4): 0.6/2.9 MB | 0.3/1.2 MB | 121/689 kB | 0.1/1.4 MB error 03-Jan-2023 03:09:46 Progress (4): 0.6/2.9 MB | 0.3/1.2 MB | 121/689 kB | 0.1/1.4 MB error 03-Jan-2023 03:09:46 Progress (4): 0.6/2.9 MB | 0.3/1.2 MB | 121/689 kB | 0.1/1.4 MB error 03-Jan-2023 03:09:47 Progress (4): 0.6/2.9 MB | 0.3/1.2 MB | 121/689 kB | 0.1/1.4 MB error 03-Jan-2023 03:09:47 Progress (4): 0.6/2.9 MB | 0.3/1.2 MB | 121/689 kB | 0.1/1.4 MB error 03-Jan-2023 03:09:47 Progress (4): 0.7/2.9 MB | 0.3/1.2 MB | 121/689 kB | 0.1/1.4 MB error 03-Jan-2023 03:09:47 Progress (4): 0.7/2.9 MB | 0.3/1.2 MB | 121/689 kB | 0.1/1.4 MB error 03-Jan-2023 03:09:47 Progress (4): 0.7/2.9 MB | 0.3/1.2 MB | 121/689 kB | 0.1/1.4 MB error 03-Jan-2023 03:09:47 Progress (4): 0.7/2.9 MB | 0.3/1.2 MB | 121/689 kB | 0.1/1.4 MB error 03-Jan-2023 03:09:47 Progress (4): 0.7/2.9 MB | 0.3/1.2 MB | 121/689 kB | 0.1/1.4 MB error 03-Jan-2023 03:09:47 Progress (4): 0.7/2.9 MB | 0.3/1.2 MB | 121/689 kB | 0.1/1.4 MB error 03-Jan-2023 03:09:47 Progress (4): 0.8/2.9 MB | 0.3/1.2 MB | 121/689 kB | 0.1/1.4 MB error 03-Jan-2023 03:09:47 Progress (4): 0.8/2.9 MB | 0.3/1.2 MB | 121/689 kB | 0.1/1.4 MB error 03-Jan-2023 03:09:47 Progress (4): 0.8/2.9 MB | 0.3/1.2 MB | 121/689 kB | 0.1/1.4 MB error 03-Jan-2023 03:09:47 Progress (4): 0.8/2.9 MB | 0.3/1.2 MB | 121/689 kB | 0.1/1.4 MB error 03-Jan-2023 03:09:47 Progress (4): 0.8/2.9 MB | 0.3/1.2 MB | 121/689 kB | 0.1/1.4 MB error 03-Jan-2023 03:09:47 Progress (4): 0.9/2.9 MB | 0.3/1.2 MB | 121/689 kB | 0.1/1.4 MB error 03-Jan-2023 03:09:47 Progress (4): 0.9/2.9 MB | 0.3/1.2 MB | 121/689 kB | 0.1/1.4 MB error 03-Jan-2023 03:09:47 Progress (4): 0.9/2.9 MB | 0.3/1.2 MB | 121/689 kB | 0.1/1.4 MB error 03-Jan-2023 03:09:47 Progress (4): 0.9/2.9 MB | 0.3/1.2 MB | 121/689 kB | 0.1/1.4 MB error 03-Jan-2023 03:09:47 Progress (4): 0.9/2.9 MB | 0.3/1.2 MB | 121/689 kB | 0.1/1.4 MB error 03-Jan-2023 03:09:47 Progress (4): 0.9/2.9 MB | 0.3/1.2 MB | 121/689 kB | 0.1/1.4 MB error 03-Jan-2023 03:09:47 Progress (4): 0.9/2.9 MB | 0.3/1.2 MB | 121/689 kB | 0.1/1.4 MB error 03-Jan-2023 03:09:47 Progress (4): 1.0/2.9 MB | 0.3/1.2 MB | 121/689 kB | 0.1/1.4 MB error 03-Jan-2023 03:09:47 Progress (4): 1.0/2.9 MB | 0.3/1.2 MB | 121/689 kB | 0.1/1.4 MB error 03-Jan-2023 03:09:47 Progress (4): 1.0/2.9 MB | 0.3/1.2 MB | 121/689 kB | 0.1/1.4 MB error 03-Jan-2023 03:09:47 Progress (4): 1.0/2.9 MB | 0.3/1.2 MB | 121/689 kB | 0.1/1.4 MB error 03-Jan-2023 03:09:47 Progress (4): 1.0/2.9 MB | 0.3/1.2 MB | 121/689 kB | 0.1/1.4 MB error 03-Jan-2023 03:09:47 Progress (4): 1.0/2.9 MB | 0.3/1.2 MB | 121/689 kB | 0.1/1.4 MB error 03-Jan-2023 03:09:47 Progress (4): 1.0/2.9 MB | 0.3/1.2 MB | 121/689 kB | 0.1/1.4 MB error 03-Jan-2023 03:09:47 Progress (4): 1.0/2.9 MB | 0.3/1.2 MB | 121/689 kB | 0.1/1.4 MB error 03-Jan-2023 03:09:47 Progress (4): 1.0/2.9 MB | 0.3/1.2 MB | 121/689 kB | 0.1/1.4 MB error 03-Jan-2023 03:09:47 Progress (4): 1.0/2.9 MB | 0.3/1.2 MB | 121/689 kB | 0.1/1.4 MB error 03-Jan-2023 03:09:47 Progress (4): 1.0/2.9 MB | 0.3/1.2 MB | 121/689 kB | 0.1/1.4 MB error 03-Jan-2023 03:09:47 Progress (4): 1.0/2.9 MB | 0.3/1.2 MB | 121/689 kB | 0.1/1.4 MB error 03-Jan-2023 03:09:47 Progress (4): 1.1/2.9 MB | 0.3/1.2 MB | 121/689 kB | 0.1/1.4 MB error 03-Jan-2023 03:09:47 Progress (4): 1.1/2.9 MB | 0.3/1.2 MB | 121/689 kB | 0.1/1.4 MB error 03-Jan-2023 03:09:47 Progress (4): 1.1/2.9 MB | 0.3/1.2 MB | 121/689 kB | 0.1/1.4 MB error 03-Jan-2023 03:09:47 Progress (4): 1.1/2.9 MB | 0.3/1.2 MB | 121/689 kB | 0.1/1.4 MB error 03-Jan-2023 03:09:47 Progress (4): 1.1/2.9 MB | 0.3/1.2 MB | 121/689 kB | 0.1/1.4 MB error 03-Jan-2023 03:09:47 Progress (4): 1.1/2.9 MB | 0.3/1.2 MB | 121/689 kB | 0.1/1.4 MB error 03-Jan-2023 03:09:47 Progress (4): 1.1/2.9 MB | 0.3/1.2 MB | 121/689 kB | 0.1/1.4 MB error 03-Jan-2023 03:09:47 Progress (4): 1.1/2.9 MB | 0.3/1.2 MB | 121/689 kB | 0.1/1.4 MB error 03-Jan-2023 03:09:47 Progress (4): 1.1/2.9 MB | 0.3/1.2 MB | 121/689 kB | 0.1/1.4 MB error 03-Jan-2023 03:09:47 Progress (4): 1.1/2.9 MB | 0.4/1.2 MB | 121/689 kB | 0.1/1.4 MB error 03-Jan-2023 03:09:47 Progress (4): 1.1/2.9 MB | 0.4/1.2 MB | 121/689 kB | 0.1/1.4 MB error 03-Jan-2023 03:09:47 Progress (4): 1.1/2.9 MB | 0.4/1.2 MB | 121/689 kB | 0.1/1.4 MB error 03-Jan-2023 03:09:47 Progress (4): 1.1/2.9 MB | 0.4/1.2 MB | 121/689 kB | 0.1/1.4 MB error 03-Jan-2023 03:09:47 Progress (4): 1.1/2.9 MB | 0.4/1.2 MB | 121/689 kB | 0.1/1.4 MB error 03-Jan-2023 03:09:47 Progress (4): 1.1/2.9 MB | 0.4/1.2 MB | 121/689 kB | 0.1/1.4 MB error 03-Jan-2023 03:09:47 Progress (4): 1.1/2.9 MB | 0.4/1.2 MB | 121/689 kB | 0.1/1.4 MB error 03-Jan-2023 03:09:47 Progress (4): 1.1/2.9 MB | 0.4/1.2 MB | 121/689 kB | 0.1/1.4 MB error 03-Jan-2023 03:09:47 Progress (4): 1.1/2.9 MB | 0.4/1.2 MB | 121/689 kB | 0.1/1.4 MB error 03-Jan-2023 03:09:47 Progress (4): 1.1/2.9 MB | 0.4/1.2 MB | 121/689 kB | 0.1/1.4 MB error 03-Jan-2023 03:09:47 Progress (4): 1.1/2.9 MB | 0.4/1.2 MB | 121/689 kB | 0.1/1.4 MB error 03-Jan-2023 03:09:47 Progress (4): 1.1/2.9 MB | 0.5/1.2 MB | 121/689 kB | 0.1/1.4 MB error 03-Jan-2023 03:09:47 Progress (4): 1.1/2.9 MB | 0.5/1.2 MB | 121/689 kB | 0.1/1.4 MB error 03-Jan-2023 03:09:47 Progress (4): 1.1/2.9 MB | 0.5/1.2 MB | 125/689 kB | 0.1/1.4 MB error 03-Jan-2023 03:09:47 Progress (4): 1.1/2.9 MB | 0.5/1.2 MB | 129/689 kB | 0.1/1.4 MB error 03-Jan-2023 03:09:47 Progress (4): 1.1/2.9 MB | 0.5/1.2 MB | 134/689 kB | 0.1/1.4 MB error 03-Jan-2023 03:09:47 Progress (4): 1.1/2.9 MB | 0.5/1.2 MB | 138/689 kB | 0.1/1.4 MB error 03-Jan-2023 03:09:47 Progress (4): 1.1/2.9 MB | 0.5/1.2 MB | 142/689 kB | 0.1/1.4 MB error 03-Jan-2023 03:09:47 Progress (4): 1.1/2.9 MB | 0.5/1.2 MB | 146/689 kB | 0.1/1.4 MB error 03-Jan-2023 03:09:47 Progress (4): 1.1/2.9 MB | 0.5/1.2 MB | 150/689 kB | 0.1/1.4 MB error 03-Jan-2023 03:09:47 Progress (4): 1.1/2.9 MB | 0.5/1.2 MB | 154/689 kB | 0.1/1.4 MB error 03-Jan-2023 03:09:47 Progress (4): 1.1/2.9 MB | 0.5/1.2 MB | 156/689 kB | 0.1/1.4 MB error 03-Jan-2023 03:09:47 Progress (4): 1.1/2.9 MB | 0.5/1.2 MB | 160/689 kB | 0.1/1.4 MB error 03-Jan-2023 03:09:47 Progress (4): 1.1/2.9 MB | 0.5/1.2 MB | 164/689 kB | 0.1/1.4 MB error 03-Jan-2023 03:09:47 Progress (4): 1.1/2.9 MB | 0.5/1.2 MB | 168/689 kB | 0.1/1.4 MB error 03-Jan-2023 03:09:47 Progress (4): 1.1/2.9 MB | 0.5/1.2 MB | 172/689 kB | 0.1/1.4 MB error 03-Jan-2023 03:09:47 Progress (4): 1.1/2.9 MB | 0.5/1.2 MB | 177/689 kB | 0.1/1.4 MB error 03-Jan-2023 03:09:47 Progress (4): 1.1/2.9 MB | 0.5/1.2 MB | 181/689 kB | 0.1/1.4 MB error 03-Jan-2023 03:09:47 Progress (4): 1.1/2.9 MB | 0.5/1.2 MB | 185/689 kB | 0.1/1.4 MB error 03-Jan-2023 03:09:47 Progress (4): 1.1/2.9 MB | 0.5/1.2 MB | 189/689 kB | 0.1/1.4 MB error 03-Jan-2023 03:09:47 Progress (4): 1.1/2.9 MB | 0.5/1.2 MB | 191/689 kB | 0.1/1.4 MB error 03-Jan-2023 03:09:47 Progress (4): 1.1/2.9 MB | 0.5/1.2 MB | 195/689 kB | 0.1/1.4 MB error 03-Jan-2023 03:09:47 Progress (4): 1.1/2.9 MB | 0.5/1.2 MB | 199/689 kB | 0.1/1.4 MB error 03-Jan-2023 03:09:47 Progress (4): 1.1/2.9 MB | 0.5/1.2 MB | 203/689 kB | 0.1/1.4 MB error 03-Jan-2023 03:09:47 Progress (4): 1.1/2.9 MB | 0.5/1.2 MB | 207/689 kB | 0.1/1.4 MB error 03-Jan-2023 03:09:47 Progress (4): 1.1/2.9 MB | 0.5/1.2 MB | 211/689 kB | 0.1/1.4 MB error 03-Jan-2023 03:09:47 Progress (4): 1.1/2.9 MB | 0.5/1.2 MB | 215/689 kB | 0.1/1.4 MB error 03-Jan-2023 03:09:47 Progress (4): 1.1/2.9 MB | 0.5/1.2 MB | 220/689 kB | 0.1/1.4 MB error 03-Jan-2023 03:09:47 Progress (4): 1.1/2.9 MB | 0.5/1.2 MB | 224/689 kB | 0.1/1.4 MB error 03-Jan-2023 03:09:47 Progress (4): 1.1/2.9 MB | 0.5/1.2 MB | 226/689 kB | 0.1/1.4 MB error 03-Jan-2023 03:09:47 Progress (4): 1.1/2.9 MB | 0.5/1.2 MB | 230/689 kB | 0.1/1.4 MB error 03-Jan-2023 03:09:47 Progress (4): 1.1/2.9 MB | 0.5/1.2 MB | 234/689 kB | 0.1/1.4 MB error 03-Jan-2023 03:09:47 Progress (4): 1.1/2.9 MB | 0.5/1.2 MB | 238/689 kB | 0.1/1.4 MB error 03-Jan-2023 03:09:47 Progress (4): 1.1/2.9 MB | 0.5/1.2 MB | 242/689 kB | 0.1/1.4 MB error 03-Jan-2023 03:09:47 Progress (4): 1.1/2.9 MB | 0.5/1.2 MB | 246/689 kB | 0.1/1.4 MB error 03-Jan-2023 03:09:47 Progress (4): 1.1/2.9 MB | 0.5/1.2 MB | 250/689 kB | 0.1/1.4 MB error 03-Jan-2023 03:09:47 Progress (4): 1.1/2.9 MB | 0.5/1.2 MB | 254/689 kB | 0.1/1.4 MB error 03-Jan-2023 03:09:47 Progress (4): 1.1/2.9 MB | 0.5/1.2 MB | 258/689 kB | 0.1/1.4 MB error 03-Jan-2023 03:09:47 Progress (4): 1.1/2.9 MB | 0.5/1.2 MB | 261/689 kB | 0.1/1.4 MB error 03-Jan-2023 03:09:47 Progress (4): 1.1/2.9 MB | 0.5/1.2 MB | 261/689 kB | 0.1/1.4 MB error 03-Jan-2023 03:09:47 Progress (4): 1.1/2.9 MB | 0.5/1.2 MB | 261/689 kB | 0.1/1.4 MB error 03-Jan-2023 03:09:47 Progress (4): 1.1/2.9 MB | 0.5/1.2 MB | 261/689 kB | 0.1/1.4 MB error 03-Jan-2023 03:09:47 Progress (4): 1.1/2.9 MB | 0.5/1.2 MB | 261/689 kB | 0.1/1.4 MB error 03-Jan-2023 03:09:47 Progress (4): 1.1/2.9 MB | 0.5/1.2 MB | 261/689 kB | 0.1/1.4 MB error 03-Jan-2023 03:09:47 Progress (4): 1.1/2.9 MB | 0.5/1.2 MB | 261/689 kB | 0.1/1.4 MB error 03-Jan-2023 03:09:47 Progress (4): 1.1/2.9 MB | 0.5/1.2 MB | 261/689 kB | 0.1/1.4 MB error 03-Jan-2023 03:09:47 Progress (4): 1.1/2.9 MB | 0.5/1.2 MB | 261/689 kB | 0.1/1.4 MB error 03-Jan-2023 03:09:47 Progress (4): 1.1/2.9 MB | 0.5/1.2 MB | 261/689 kB | 0.1/1.4 MB error 03-Jan-2023 03:09:47 Progress (4): 1.1/2.9 MB | 0.5/1.2 MB | 261/689 kB | 0.1/1.4 MB error 03-Jan-2023 03:09:47 Progress (4): 1.1/2.9 MB | 0.5/1.2 MB | 261/689 kB | 0.1/1.4 MB error 03-Jan-2023 03:09:47 Progress (4): 1.1/2.9 MB | 0.5/1.2 MB | 261/689 kB | 0.1/1.4 MB error 03-Jan-2023 03:09:47 Progress (4): 1.1/2.9 MB | 0.5/1.2 MB | 261/689 kB | 0.2/1.4 MB error 03-Jan-2023 03:09:47 Progress (4): 1.1/2.9 MB | 0.5/1.2 MB | 261/689 kB | 0.2/1.4 MB error 03-Jan-2023 03:09:47 Progress (4): 1.1/2.9 MB | 0.5/1.2 MB | 261/689 kB | 0.2/1.4 MB error 03-Jan-2023 03:09:47 Progress (4): 1.1/2.9 MB | 0.5/1.2 MB | 261/689 kB | 0.2/1.4 MB error 03-Jan-2023 03:09:47 Progress (4): 1.2/2.9 MB | 0.5/1.2 MB | 261/689 kB | 0.2/1.4 MB error 03-Jan-2023 03:09:47 Progress (4): 1.2/2.9 MB | 0.5/1.2 MB | 261/689 kB | 0.2/1.4 MB error 03-Jan-2023 03:09:47 Progress (4): 1.2/2.9 MB | 0.5/1.2 MB | 261/689 kB | 0.2/1.4 MB error 03-Jan-2023 03:09:47 Progress (4): 1.2/2.9 MB | 0.5/1.2 MB | 261/689 kB | 0.2/1.4 MB error 03-Jan-2023 03:09:47 Progress (4): 1.2/2.9 MB | 0.5/1.2 MB | 261/689 kB | 0.2/1.4 MB error 03-Jan-2023 03:09:47 Progress (4): 1.2/2.9 MB | 0.5/1.2 MB | 261/689 kB | 0.2/1.4 MB error 03-Jan-2023 03:09:47 Progress (4): 1.2/2.9 MB | 0.5/1.2 MB | 261/689 kB | 0.2/1.4 MB error 03-Jan-2023 03:09:47 Progress (4): 1.2/2.9 MB | 0.5/1.2 MB | 261/689 kB | 0.2/1.4 MB error 03-Jan-2023 03:09:47 Progress (5): 1.2/2.9 MB | 0.5/1.2 MB | 261/689 kB | 0.2/1.4 MB | 4.1/282 kB error 03-Jan-2023 03:09:47 Progress (5): 1.2/2.9 MB | 0.5/1.2 MB | 261/689 kB | 0.2/1.4 MB | 8.2/282 kB error 03-Jan-2023 03:09:47 Progress (5): 1.2/2.9 MB | 0.5/1.2 MB | 261/689 kB | 0.2/1.4 MB | 12/282 kB error 03-Jan-2023 03:09:47 Progress (5): 1.2/2.9 MB | 0.5/1.2 MB | 261/689 kB | 0.2/1.4 MB | 16/282 kB error 03-Jan-2023 03:09:47 Progress (5): 1.2/2.9 MB | 0.5/1.2 MB | 261/689 kB | 0.2/1.4 MB | 16/282 kB error 03-Jan-2023 03:09:47 Progress (5): 1.2/2.9 MB | 0.5/1.2 MB | 261/689 kB | 0.2/1.4 MB | 16/282 kB error 03-Jan-2023 03:09:47 Progress (5): 1.3/2.9 MB | 0.5/1.2 MB | 261/689 kB | 0.2/1.4 MB | 16/282 kB error 03-Jan-2023 03:09:47 Progress (5): 1.3/2.9 MB | 0.5/1.2 MB | 261/689 kB | 0.2/1.4 MB | 16/282 kB error 03-Jan-2023 03:09:47 Progress (5): 1.3/2.9 MB | 0.5/1.2 MB | 261/689 kB | 0.2/1.4 MB | 16/282 kB error 03-Jan-2023 03:09:47 Progress (5): 1.3/2.9 MB | 0.5/1.2 MB | 261/689 kB | 0.2/1.4 MB | 16/282 kB error 03-Jan-2023 03:09:47 Progress (5): 1.3/2.9 MB | 0.5/1.2 MB | 261/689 kB | 0.2/1.4 MB | 16/282 kB error 03-Jan-2023 03:09:47 Progress (5): 1.3/2.9 MB | 0.5/1.2 MB | 261/689 kB | 0.3/1.4 MB | 16/282 kB error 03-Jan-2023 03:09:47 Progress (5): 1.3/2.9 MB | 0.5/1.2 MB | 261/689 kB | 0.3/1.4 MB | 16/282 kB error 03-Jan-2023 03:09:47 Progress (5): 1.3/2.9 MB | 0.5/1.2 MB | 261/689 kB | 0.3/1.4 MB | 16/282 kB error 03-Jan-2023 03:09:47 Progress (5): 1.3/2.9 MB | 0.5/1.2 MB | 261/689 kB | 0.3/1.4 MB | 16/282 kB error 03-Jan-2023 03:09:47 Progress (5): 1.3/2.9 MB | 0.5/1.2 MB | 261/689 kB | 0.3/1.4 MB | 16/282 kB error 03-Jan-2023 03:09:47 Progress (5): 1.4/2.9 MB | 0.5/1.2 MB | 261/689 kB | 0.3/1.4 MB | 16/282 kB error 03-Jan-2023 03:09:47 Progress (5): 1.4/2.9 MB | 0.5/1.2 MB | 261/689 kB | 0.3/1.4 MB | 16/282 kB error 03-Jan-2023 03:09:47 Progress (5): 1.4/2.9 MB | 0.5/1.2 MB | 261/689 kB | 0.3/1.4 MB | 16/282 kB error 03-Jan-2023 03:09:47 Progress (5): 1.4/2.9 MB | 0.5/1.2 MB | 261/689 kB | 0.3/1.4 MB | 16/282 kB error 03-Jan-2023 03:09:47 Progress (5): 1.4/2.9 MB | 0.5/1.2 MB | 261/689 kB | 0.3/1.4 MB | 16/282 kB error 03-Jan-2023 03:09:47 Progress (5): 1.4/2.9 MB | 0.5/1.2 MB | 261/689 kB | 0.3/1.4 MB | 16/282 kB error 03-Jan-2023 03:09:47 Progress (5): 1.5/2.9 MB | 0.5/1.2 MB | 261/689 kB | 0.3/1.4 MB | 16/282 kB error 03-Jan-2023 03:09:47 Progress (5): 1.5/2.9 MB | 0.5/1.2 MB | 261/689 kB | 0.3/1.4 MB | 16/282 kB error 03-Jan-2023 03:09:47 Progress (5): 1.5/2.9 MB | 0.6/1.2 MB | 261/689 kB | 0.3/1.4 MB | 16/282 kB error 03-Jan-2023 03:09:47 Progress (5): 1.5/2.9 MB | 0.6/1.2 MB | 261/689 kB | 0.3/1.4 MB | 16/282 kB error 03-Jan-2023 03:09:47 Progress (5): 1.5/2.9 MB | 0.6/1.2 MB | 261/689 kB | 0.3/1.4 MB | 16/282 kB error 03-Jan-2023 03:09:47 Progress (5): 1.5/2.9 MB | 0.6/1.2 MB | 261/689 kB | 0.3/1.4 MB | 16/282 kB error 03-Jan-2023 03:09:47 Progress (5): 1.5/2.9 MB | 0.6/1.2 MB | 261/689 kB | 0.3/1.4 MB | 16/282 kB error 03-Jan-2023 03:09:47 Progress (5): 1.5/2.9 MB | 0.6/1.2 MB | 261/689 kB | 0.3/1.4 MB | 16/282 kB error 03-Jan-2023 03:09:47 Progress (5): 1.5/2.9 MB | 0.6/1.2 MB | 261/689 kB | 0.3/1.4 MB | 16/282 kB error 03-Jan-2023 03:09:47 Progress (5): 1.5/2.9 MB | 0.6/1.2 MB | 261/689 kB | 0.3/1.4 MB | 16/282 kB error 03-Jan-2023 03:09:47 Progress (5): 1.5/2.9 MB | 0.6/1.2 MB | 261/689 kB | 0.3/1.4 MB | 16/282 kB error 03-Jan-2023 03:09:47 Progress (5): 1.5/2.9 MB | 0.6/1.2 MB | 261/689 kB | 0.3/1.4 MB | 16/282 kB error 03-Jan-2023 03:09:47 Progress (5): 1.5/2.9 MB | 0.6/1.2 MB | 261/689 kB | 0.3/1.4 MB | 16/282 kB error 03-Jan-2023 03:09:47 Progress (5): 1.5/2.9 MB | 0.6/1.2 MB | 261/689 kB | 0.3/1.4 MB | 16/282 kB error 03-Jan-2023 03:09:47 Progress (5): 1.5/2.9 MB | 0.6/1.2 MB | 261/689 kB | 0.3/1.4 MB | 16/282 kB error 03-Jan-2023 03:09:47 Progress (5): 1.6/2.9 MB | 0.6/1.2 MB | 261/689 kB | 0.3/1.4 MB | 16/282 kB error 03-Jan-2023 03:09:47 Progress (5): 1.6/2.9 MB | 0.6/1.2 MB | 261/689 kB | 0.3/1.4 MB | 16/282 kB error 03-Jan-2023 03:09:47 Progress (5): 1.6/2.9 MB | 0.6/1.2 MB | 261/689 kB | 0.3/1.4 MB | 16/282 kB error 03-Jan-2023 03:09:47 Progress (5): 1.6/2.9 MB | 0.6/1.2 MB | 261/689 kB | 0.3/1.4 MB | 16/282 kB error 03-Jan-2023 03:09:47 Progress (5): 1.6/2.9 MB | 0.6/1.2 MB | 261/689 kB | 0.3/1.4 MB | 16/282 kB error 03-Jan-2023 03:09:47 Progress (5): 1.6/2.9 MB | 0.7/1.2 MB | 261/689 kB | 0.3/1.4 MB | 16/282 kB error 03-Jan-2023 03:09:47 Progress (5): 1.6/2.9 MB | 0.7/1.2 MB | 261/689 kB | 0.3/1.4 MB | 16/282 kB error 03-Jan-2023 03:09:47 Progress (5): 1.6/2.9 MB | 0.7/1.2 MB | 261/689 kB | 0.3/1.4 MB | 16/282 kB error 03-Jan-2023 03:09:47 Progress (5): 1.6/2.9 MB | 0.7/1.2 MB | 261/689 kB | 0.3/1.4 MB | 16/282 kB error 03-Jan-2023 03:09:47 Progress (5): 1.6/2.9 MB | 0.7/1.2 MB | 261/689 kB | 0.3/1.4 MB | 16/282 kB error 03-Jan-2023 03:09:47 Progress (5): 1.6/2.9 MB | 0.7/1.2 MB | 261/689 kB | 0.3/1.4 MB | 16/282 kB error 03-Jan-2023 03:09:47 Progress (5): 1.6/2.9 MB | 0.7/1.2 MB | 265/689 kB | 0.3/1.4 MB | 16/282 kB error 03-Jan-2023 03:09:47 Progress (5): 1.6/2.9 MB | 0.7/1.2 MB | 269/689 kB | 0.3/1.4 MB | 16/282 kB error 03-Jan-2023 03:09:47 Progress (5): 1.6/2.9 MB | 0.7/1.2 MB | 273/689 kB | 0.3/1.4 MB | 16/282 kB error 03-Jan-2023 03:09:47 Progress (5): 1.6/2.9 MB | 0.7/1.2 MB | 277/689 kB | 0.3/1.4 MB | 16/282 kB error 03-Jan-2023 03:09:47 Progress (5): 1.6/2.9 MB | 0.7/1.2 MB | 281/689 kB | 0.3/1.4 MB | 16/282 kB error 03-Jan-2023 03:09:47 Progress (5): 1.6/2.9 MB | 0.7/1.2 MB | 285/689 kB | 0.3/1.4 MB | 16/282 kB error 03-Jan-2023 03:09:47 Progress (5): 1.6/2.9 MB | 0.7/1.2 MB | 289/689 kB | 0.3/1.4 MB | 16/282 kB error 03-Jan-2023 03:09:47 Progress (5): 1.6/2.9 MB | 0.7/1.2 MB | 293/689 kB | 0.3/1.4 MB | 16/282 kB error 03-Jan-2023 03:09:47 Progress (5): 1.6/2.9 MB | 0.7/1.2 MB | 295/689 kB | 0.3/1.4 MB | 16/282 kB error 03-Jan-2023 03:09:47 Progress (5): 1.6/2.9 MB | 0.7/1.2 MB | 299/689 kB | 0.3/1.4 MB | 16/282 kB error 03-Jan-2023 03:09:47 Progress (5): 1.6/2.9 MB | 0.7/1.2 MB | 304/689 kB | 0.3/1.4 MB | 16/282 kB error 03-Jan-2023 03:09:47 Progress (5): 1.6/2.9 MB | 0.7/1.2 MB | 308/689 kB | 0.3/1.4 MB | 16/282 kB error 03-Jan-2023 03:09:47 Progress (5): 1.6/2.9 MB | 0.7/1.2 MB | 312/689 kB | 0.3/1.4 MB | 16/282 kB error 03-Jan-2023 03:09:47 Progress (5): 1.6/2.9 MB | 0.7/1.2 MB | 316/689 kB | 0.3/1.4 MB | 16/282 kB error 03-Jan-2023 03:09:47 Progress (5): 1.6/2.9 MB | 0.7/1.2 MB | 320/689 kB | 0.3/1.4 MB | 16/282 kB error 03-Jan-2023 03:09:47 Progress (5): 1.6/2.9 MB | 0.7/1.2 MB | 324/689 kB | 0.3/1.4 MB | 16/282 kB error 03-Jan-2023 03:09:47 Progress (5): 1.6/2.9 MB | 0.7/1.2 MB | 328/689 kB | 0.3/1.4 MB | 16/282 kB error 03-Jan-2023 03:09:47 Progress (5): 1.6/2.9 MB | 0.7/1.2 MB | 330/689 kB | 0.3/1.4 MB | 16/282 kB error 03-Jan-2023 03:09:47 Progress (5): 1.6/2.9 MB | 0.7/1.2 MB | 334/689 kB | 0.3/1.4 MB | 16/282 kB error 03-Jan-2023 03:09:47 Progress (5): 1.6/2.9 MB | 0.7/1.2 MB | 338/689 kB | 0.3/1.4 MB | 16/282 kB error 03-Jan-2023 03:09:47 Progress (5): 1.6/2.9 MB | 0.7/1.2 MB | 342/689 kB | 0.3/1.4 MB | 16/282 kB error 03-Jan-2023 03:09:47 Progress (5): 1.6/2.9 MB | 0.7/1.2 MB | 347/689 kB | 0.3/1.4 MB | 16/282 kB error 03-Jan-2023 03:09:47 Progress (5): 1.6/2.9 MB | 0.7/1.2 MB | 351/689 kB | 0.3/1.4 MB | 16/282 kB error 03-Jan-2023 03:09:47 Progress (5): 1.6/2.9 MB | 0.7/1.2 MB | 355/689 kB | 0.3/1.4 MB | 16/282 kB error 03-Jan-2023 03:09:47 Progress (5): 1.6/2.9 MB | 0.7/1.2 MB | 359/689 kB | 0.3/1.4 MB | 16/282 kB error 03-Jan-2023 03:09:47 Progress (5): 1.6/2.9 MB | 0.7/1.2 MB | 363/689 kB | 0.3/1.4 MB | 16/282 kB error 03-Jan-2023 03:09:47 Progress (5): 1.6/2.9 MB | 0.7/1.2 MB | 365/689 kB | 0.3/1.4 MB | 16/282 kB error 03-Jan-2023 03:09:47 Progress (5): 1.6/2.9 MB | 0.7/1.2 MB | 369/689 kB | 0.3/1.4 MB | 16/282 kB error 03-Jan-2023 03:09:47 Progress (5): 1.6/2.9 MB | 0.7/1.2 MB | 373/689 kB | 0.3/1.4 MB | 16/282 kB error 03-Jan-2023 03:09:47 Progress (5): 1.6/2.9 MB | 0.7/1.2 MB | 377/689 kB | 0.3/1.4 MB | 16/282 kB error 03-Jan-2023 03:09:47 Progress (5): 1.6/2.9 MB | 0.7/1.2 MB | 381/689 kB | 0.3/1.4 MB | 16/282 kB error 03-Jan-2023 03:09:47 Progress (5): 1.6/2.9 MB | 0.7/1.2 MB | 385/689 kB | 0.3/1.4 MB | 16/282 kB error 03-Jan-2023 03:09:47 Progress (5): 1.6/2.9 MB | 0.7/1.2 MB | 390/689 kB | 0.3/1.4 MB | 16/282 kB error 03-Jan-2023 03:09:47 Progress (5): 1.6/2.9 MB | 0.7/1.2 MB | 394/689 kB | 0.3/1.4 MB | 16/282 kB error 03-Jan-2023 03:09:47 Progress (5): 1.6/2.9 MB | 0.7/1.2 MB | 398/689 kB | 0.3/1.4 MB | 16/282 kB error 03-Jan-2023 03:09:47 Progress (5): 1.6/2.9 MB | 0.7/1.2 MB | 400/689 kB | 0.3/1.4 MB | 16/282 kB error 03-Jan-2023 03:09:47 Progress (5): 1.6/2.9 MB | 0.7/1.2 MB | 404/689 kB | 0.3/1.4 MB | 16/282 kB error 03-Jan-2023 03:09:47 Progress (5): 1.6/2.9 MB | 0.7/1.2 MB | 408/689 kB | 0.3/1.4 MB | 16/282 kB error 03-Jan-2023 03:09:47 Progress (5): 1.6/2.9 MB | 0.7/1.2 MB | 412/689 kB | 0.3/1.4 MB | 16/282 kB error 03-Jan-2023 03:09:47 Progress (5): 1.6/2.9 MB | 0.7/1.2 MB | 416/689 kB | 0.3/1.4 MB | 16/282 kB error 03-Jan-2023 03:09:47 Progress (5): 1.6/2.9 MB | 0.7/1.2 MB | 416/689 kB | 0.3/1.4 MB | 16/282 kB error 03-Jan-2023 03:09:47 Progress (5): 1.6/2.9 MB | 0.7/1.2 MB | 420/689 kB | 0.3/1.4 MB | 16/282 kB error 03-Jan-2023 03:09:47 Progress (5): 1.6/2.9 MB | 0.7/1.2 MB | 420/689 kB | 0.3/1.4 MB | 16/282 kB error 03-Jan-2023 03:09:47 Progress (5): 1.6/2.9 MB | 0.7/1.2 MB | 424/689 kB | 0.3/1.4 MB | 16/282 kB error 03-Jan-2023 03:09:47 Progress (5): 1.6/2.9 MB | 0.7/1.2 MB | 424/689 kB | 0.3/1.4 MB | 16/282 kB error 03-Jan-2023 03:09:47 Progress (5): 1.6/2.9 MB | 0.7/1.2 MB | 428/689 kB | 0.3/1.4 MB | 16/282 kB error 03-Jan-2023 03:09:47 Progress (5): 1.7/2.9 MB | 0.7/1.2 MB | 428/689 kB | 0.3/1.4 MB | 16/282 kB error 03-Jan-2023 03:09:47 Progress (5): 1.7/2.9 MB | 0.7/1.2 MB | 433/689 kB | 0.3/1.4 MB | 16/282 kB error 03-Jan-2023 03:09:47 Progress (5): 1.7/2.9 MB | 0.7/1.2 MB | 433/689 kB | 0.3/1.4 MB | 16/282 kB error 03-Jan-2023 03:09:47 Progress (5): 1.7/2.9 MB | 0.7/1.2 MB | 433/689 kB | 0.3/1.4 MB | 16/282 kB error 03-Jan-2023 03:09:47 Progress (5): 1.7/2.9 MB | 0.7/1.2 MB | 435/689 kB | 0.3/1.4 MB | 16/282 kB error 03-Jan-2023 03:09:47 Progress (5): 1.7/2.9 MB | 0.7/1.2 MB | 435/689 kB | 0.3/1.4 MB | 16/282 kB error 03-Jan-2023 03:09:47 Progress (5): 1.7/2.9 MB | 0.7/1.2 MB | 435/689 kB | 0.3/1.4 MB | 16/282 kB error 03-Jan-2023 03:09:47 Progress (5): 1.7/2.9 MB | 0.7/1.2 MB | 435/689 kB | 0.3/1.4 MB | 16/282 kB error 03-Jan-2023 03:09:47 Progress (5): 1.7/2.9 MB | 0.7/1.2 MB | 439/689 kB | 0.3/1.4 MB | 16/282 kB error 03-Jan-2023 03:09:47 Progress (5): 1.7/2.9 MB | 0.7/1.2 MB | 443/689 kB | 0.3/1.4 MB | 16/282 kB error 03-Jan-2023 03:09:47 Progress (5): 1.7/2.9 MB | 0.7/1.2 MB | 447/689 kB | 0.3/1.4 MB | 16/282 kB error 03-Jan-2023 03:09:47 Progress (5): 1.7/2.9 MB | 0.7/1.2 MB | 451/689 kB | 0.3/1.4 MB | 16/282 kB error 03-Jan-2023 03:09:47 Progress (5): 1.7/2.9 MB | 0.7/1.2 MB | 451/689 kB | 0.3/1.4 MB | 16/282 kB error 03-Jan-2023 03:09:47 Progress (5): 1.7/2.9 MB | 0.7/1.2 MB | 451/689 kB | 0.3/1.4 MB | 16/282 kB error 03-Jan-2023 03:09:47 Progress (5): 1.7/2.9 MB | 0.7/1.2 MB | 455/689 kB | 0.3/1.4 MB | 16/282 kB error 03-Jan-2023 03:09:47 Progress (5): 1.7/2.9 MB | 0.7/1.2 MB | 455/689 kB | 0.3/1.4 MB | 16/282 kB error 03-Jan-2023 03:09:47 Progress (5): 1.7/2.9 MB | 0.7/1.2 MB | 455/689 kB | 0.3/1.4 MB | 16/282 kB error 03-Jan-2023 03:09:47 Progress (5): 1.7/2.9 MB | 0.8/1.2 MB | 455/689 kB | 0.3/1.4 MB | 16/282 kB error 03-Jan-2023 03:09:47 Progress (5): 1.7/2.9 MB | 0.8/1.2 MB | 455/689 kB | 0.3/1.4 MB | 16/282 kB error 03-Jan-2023 03:09:47 Progress (5): 1.7/2.9 MB | 0.8/1.2 MB | 459/689 kB | 0.3/1.4 MB | 16/282 kB error 03-Jan-2023 03:09:47 Progress (5): 1.7/2.9 MB | 0.8/1.2 MB | 463/689 kB | 0.3/1.4 MB | 16/282 kB error 03-Jan-2023 03:09:47 Progress (5): 1.7/2.9 MB | 0.8/1.2 MB | 467/689 kB | 0.3/1.4 MB | 16/282 kB error 03-Jan-2023 03:09:47 Progress (5): 1.7/2.9 MB | 0.8/1.2 MB | 469/689 kB | 0.3/1.4 MB | 16/282 kB error 03-Jan-2023 03:09:47 Progress (5): 1.7/2.9 MB | 0.8/1.2 MB | 469/689 kB | 0.3/1.4 MB | 16/282 kB error 03-Jan-2023 03:09:47 Progress (5): 1.7/2.9 MB | 0.8/1.2 MB | 469/689 kB | 0.3/1.4 MB | 16/282 kB error 03-Jan-2023 03:09:47 Progress (5): 1.7/2.9 MB | 0.8/1.2 MB | 474/689 kB | 0.3/1.4 MB | 16/282 kB error 03-Jan-2023 03:09:47 Progress (5): 1.7/2.9 MB | 0.8/1.2 MB | 474/689 kB | 0.3/1.4 MB | 16/282 kB error 03-Jan-2023 03:09:47 Progress (5): 1.7/2.9 MB | 0.8/1.2 MB | 478/689 kB | 0.3/1.4 MB | 16/282 kB error 03-Jan-2023 03:09:47 Progress (5): 1.7/2.9 MB | 0.8/1.2 MB | 482/689 kB | 0.3/1.4 MB | 16/282 kB error 03-Jan-2023 03:09:47 Progress (5): 1.7/2.9 MB | 0.8/1.2 MB | 486/689 kB | 0.3/1.4 MB | 16/282 kB error 03-Jan-2023 03:09:47 Progress (5): 1.7/2.9 MB | 0.8/1.2 MB | 486/689 kB | 0.3/1.4 MB | 16/282 kB error 03-Jan-2023 03:09:47 Progress (5): 1.7/2.9 MB | 0.8/1.2 MB | 490/689 kB | 0.3/1.4 MB | 16/282 kB error 03-Jan-2023 03:09:47 Progress (5): 1.7/2.9 MB | 0.8/1.2 MB | 490/689 kB | 0.3/1.4 MB | 16/282 kB error 03-Jan-2023 03:09:47 Progress (5): 1.7/2.9 MB | 0.8/1.2 MB | 494/689 kB | 0.3/1.4 MB | 16/282 kB error 03-Jan-2023 03:09:47 Progress (5): 1.8/2.9 MB | 0.8/1.2 MB | 494/689 kB | 0.3/1.4 MB | 16/282 kB error 03-Jan-2023 03:09:47 Progress (5): 1.8/2.9 MB | 0.8/1.2 MB | 494/689 kB | 0.3/1.4 MB | 16/282 kB error 03-Jan-2023 03:09:47 Progress (5): 1.8/2.9 MB | 0.8/1.2 MB | 498/689 kB | 0.3/1.4 MB | 16/282 kB error 03-Jan-2023 03:09:47 Progress (5): 1.8/2.9 MB | 0.8/1.2 MB | 502/689 kB | 0.3/1.4 MB | 16/282 kB error 03-Jan-2023 03:09:47 Progress (5): 1.8/2.9 MB | 0.8/1.2 MB | 504/689 kB | 0.3/1.4 MB | 16/282 kB error 03-Jan-2023 03:09:47 Progress (5): 1.8/2.9 MB | 0.8/1.2 MB | 504/689 kB | 0.3/1.4 MB | 16/282 kB error 03-Jan-2023 03:09:47 Progress (5): 1.8/2.9 MB | 0.8/1.2 MB | 504/689 kB | 0.3/1.4 MB | 16/282 kB error 03-Jan-2023 03:09:47 Progress (5): 1.8/2.9 MB | 0.8/1.2 MB | 508/689 kB | 0.3/1.4 MB | 16/282 kB error 03-Jan-2023 03:09:47 Progress (5): 1.8/2.9 MB | 0.8/1.2 MB | 512/689 kB | 0.3/1.4 MB | 16/282 kB error 03-Jan-2023 03:09:47 Progress (5): 1.8/2.9 MB | 0.8/1.2 MB | 517/689 kB | 0.3/1.4 MB | 16/282 kB error 03-Jan-2023 03:09:47 Progress (5): 1.8/2.9 MB | 0.8/1.2 MB | 517/689 kB | 0.3/1.4 MB | 16/282 kB error 03-Jan-2023 03:09:47 Progress (5): 1.8/2.9 MB | 0.8/1.2 MB | 521/689 kB | 0.3/1.4 MB | 16/282 kB error 03-Jan-2023 03:09:47 Progress (5): 1.8/2.9 MB | 0.8/1.2 MB | 521/689 kB | 0.3/1.4 MB | 16/282 kB error 03-Jan-2023 03:09:47 Progress (5): 1.8/2.9 MB | 0.8/1.2 MB | 525/689 kB | 0.3/1.4 MB | 16/282 kB error 03-Jan-2023 03:09:47 Progress (5): 1.8/2.9 MB | 0.8/1.2 MB | 525/689 kB | 0.3/1.4 MB | 16/282 kB error 03-Jan-2023 03:09:47 Progress (5): 1.8/2.9 MB | 0.8/1.2 MB | 529/689 kB | 0.3/1.4 MB | 16/282 kB error 03-Jan-2023 03:09:47 Progress (5): 1.8/2.9 MB | 0.8/1.2 MB | 533/689 kB | 0.3/1.4 MB | 16/282 kB error 03-Jan-2023 03:09:47 Progress (5): 1.8/2.9 MB | 0.8/1.2 MB | 533/689 kB | 0.3/1.4 MB | 16/282 kB error 03-Jan-2023 03:09:47 Progress (5): 1.8/2.9 MB | 0.8/1.2 MB | 537/689 kB | 0.3/1.4 MB | 16/282 kB error 03-Jan-2023 03:09:47 Progress (5): 1.8/2.9 MB | 0.8/1.2 MB | 539/689 kB | 0.3/1.4 MB | 16/282 kB error 03-Jan-2023 03:09:47 Progress (5): 1.8/2.9 MB | 0.9/1.2 MB | 539/689 kB | 0.3/1.4 MB | 16/282 kB error 03-Jan-2023 03:09:47 Progress (5): 1.8/2.9 MB | 0.9/1.2 MB | 539/689 kB | 0.3/1.4 MB | 16/282 kB error 03-Jan-2023 03:09:47 Progress (5): 1.8/2.9 MB | 0.9/1.2 MB | 539/689 kB | 0.3/1.4 MB | 16/282 kB error 03-Jan-2023 03:09:47 Progress (5): 1.8/2.9 MB | 0.9/1.2 MB | 539/689 kB | 0.3/1.4 MB | 16/282 kB error 03-Jan-2023 03:09:47 Progress (5): 1.8/2.9 MB | 0.9/1.2 MB | 539/689 kB | 0.3/1.4 MB | 16/282 kB error 03-Jan-2023 03:09:47 Progress (5): 1.8/2.9 MB | 0.9/1.2 MB | 539/689 kB | 0.3/1.4 MB | 16/282 kB error 03-Jan-2023 03:09:47 Progress (5): 1.8/2.9 MB | 0.9/1.2 MB | 539/689 kB | 0.3/1.4 MB | 16/282 kB error 03-Jan-2023 03:09:47 Progress (5): 1.8/2.9 MB | 0.9/1.2 MB | 539/689 kB | 0.3/1.4 MB | 16/282 kB error 03-Jan-2023 03:09:47 Progress (5): 1.8/2.9 MB | 0.9/1.2 MB | 539/689 kB | 0.3/1.4 MB | 16/282 kB error 03-Jan-2023 03:09:47 Progress (5): 1.8/2.9 MB | 0.9/1.2 MB | 539/689 kB | 0.3/1.4 MB | 16/282 kB error 03-Jan-2023 03:09:47 Progress (5): 1.8/2.9 MB | 0.9/1.2 MB | 539/689 kB | 0.3/1.4 MB | 16/282 kB error 03-Jan-2023 03:09:47 Progress (5): 1.8/2.9 MB | 0.9/1.2 MB | 539/689 kB | 0.3/1.4 MB | 16/282 kB error 03-Jan-2023 03:09:47 Progress (5): 1.8/2.9 MB | 0.9/1.2 MB | 539/689 kB | 0.3/1.4 MB | 16/282 kB error 03-Jan-2023 03:09:47 Progress (5): 1.8/2.9 MB | 0.9/1.2 MB | 539/689 kB | 0.3/1.4 MB | 16/282 kB error 03-Jan-2023 03:09:47 Progress (5): 1.8/2.9 MB | 0.9/1.2 MB | 539/689 kB | 0.3/1.4 MB | 16/282 kB error 03-Jan-2023 03:09:47 Progress (5): 1.8/2.9 MB | 0.9/1.2 MB | 539/689 kB | 0.3/1.4 MB | 16/282 kB error 03-Jan-2023 03:09:47 Progress (5): 1.8/2.9 MB | 0.9/1.2 MB | 539/689 kB | 0.3/1.4 MB | 16/282 kB error 03-Jan-2023 03:09:47 Progress (5): 1.8/2.9 MB | 0.9/1.2 MB | 539/689 kB | 0.3/1.4 MB | 16/282 kB error 03-Jan-2023 03:09:47 Progress (5): 1.8/2.9 MB | 0.9/1.2 MB | 539/689 kB | 0.3/1.4 MB | 16/282 kB error 03-Jan-2023 03:09:47 Progress (5): 1.8/2.9 MB | 0.9/1.2 MB | 539/689 kB | 0.4/1.4 MB | 16/282 kB error 03-Jan-2023 03:09:47 Progress (5): 1.8/2.9 MB | 0.9/1.2 MB | 539/689 kB | 0.4/1.4 MB | 16/282 kB error 03-Jan-2023 03:09:47 Progress (5): 1.8/2.9 MB | 0.9/1.2 MB | 539/689 kB | 0.4/1.4 MB | 16/282 kB error 03-Jan-2023 03:09:47 Progress (5): 1.8/2.9 MB | 0.9/1.2 MB | 539/689 kB | 0.4/1.4 MB | 16/282 kB error 03-Jan-2023 03:09:47 Progress (5): 1.8/2.9 MB | 0.9/1.2 MB | 539/689 kB | 0.4/1.4 MB | 16/282 kB error 03-Jan-2023 03:09:47 Progress (5): 1.8/2.9 MB | 0.9/1.2 MB | 539/689 kB | 0.4/1.4 MB | 16/282 kB error 03-Jan-2023 03:09:47 Progress (5): 1.8/2.9 MB | 0.9/1.2 MB | 539/689 kB | 0.4/1.4 MB | 16/282 kB error 03-Jan-2023 03:09:47 Progress (5): 1.8/2.9 MB | 0.9/1.2 MB | 539/689 kB | 0.4/1.4 MB | 16/282 kB error 03-Jan-2023 03:09:47 Progress (5): 1.8/2.9 MB | 0.9/1.2 MB | 539/689 kB | 0.4/1.4 MB | 16/282 kB error 03-Jan-2023 03:09:47 Progress (5): 1.8/2.9 MB | 0.9/1.2 MB | 539/689 kB | 0.4/1.4 MB | 16/282 kB error 03-Jan-2023 03:09:47 Progress (5): 1.8/2.9 MB | 0.9/1.2 MB | 539/689 kB | 0.4/1.4 MB | 16/282 kB error 03-Jan-2023 03:09:47 Progress (5): 1.8/2.9 MB | 0.9/1.2 MB | 539/689 kB | 0.4/1.4 MB | 16/282 kB error 03-Jan-2023 03:09:47 Progress (5): 1.8/2.9 MB | 0.9/1.2 MB | 539/689 kB | 0.4/1.4 MB | 20/282 kB error 03-Jan-2023 03:09:47 Progress (5): 1.8/2.9 MB | 0.9/1.2 MB | 539/689 kB | 0.4/1.4 MB | 20/282 kB error 03-Jan-2023 03:09:47 Progress (5): 1.8/2.9 MB | 0.9/1.2 MB | 539/689 kB | 0.4/1.4 MB | 20/282 kB error 03-Jan-2023 03:09:47 Progress (5): 1.8/2.9 MB | 0.9/1.2 MB | 539/689 kB | 0.4/1.4 MB | 20/282 kB error 03-Jan-2023 03:09:47 Progress (5): 1.8/2.9 MB | 0.9/1.2 MB | 539/689 kB | 0.5/1.4 MB | 20/282 kB error 03-Jan-2023 03:09:47 Progress (5): 1.8/2.9 MB | 0.9/1.2 MB | 539/689 kB | 0.5/1.4 MB | 20/282 kB error 03-Jan-2023 03:09:47 Progress (5): 1.8/2.9 MB | 0.9/1.2 MB | 539/689 kB | 0.5/1.4 MB | 20/282 kB error 03-Jan-2023 03:09:47 Progress (5): 1.8/2.9 MB | 0.9/1.2 MB | 539/689 kB | 0.5/1.4 MB | 20/282 kB error 03-Jan-2023 03:09:47 Progress (5): 1.8/2.9 MB | 0.9/1.2 MB | 539/689 kB | 0.5/1.4 MB | 20/282 kB error 03-Jan-2023 03:09:47 Progress (5): 1.8/2.9 MB | 0.9/1.2 MB | 539/689 kB | 0.5/1.4 MB | 20/282 kB error 03-Jan-2023 03:09:47 Progress (5): 1.8/2.9 MB | 0.9/1.2 MB | 539/689 kB | 0.5/1.4 MB | 20/282 kB error 03-Jan-2023 03:09:47 Progress (5): 1.8/2.9 MB | 0.9/1.2 MB | 539/689 kB | 0.5/1.4 MB | 20/282 kB error 03-Jan-2023 03:09:47 Progress (5): 1.8/2.9 MB | 0.9/1.2 MB | 539/689 kB | 0.5/1.4 MB | 20/282 kB error 03-Jan-2023 03:09:47 Progress (5): 1.8/2.9 MB | 0.9/1.2 MB | 539/689 kB | 0.5/1.4 MB | 20/282 kB error 03-Jan-2023 03:09:47 Progress (5): 1.8/2.9 MB | 0.9/1.2 MB | 539/689 kB | 0.5/1.4 MB | 20/282 kB error 03-Jan-2023 03:09:47 Progress (5): 1.9/2.9 MB | 0.9/1.2 MB | 539/689 kB | 0.5/1.4 MB | 20/282 kB error 03-Jan-2023 03:09:47 Progress (5): 1.9/2.9 MB | 0.9/1.2 MB | 539/689 kB | 0.5/1.4 MB | 20/282 kB error 03-Jan-2023 03:09:47 Progress (5): 1.9/2.9 MB | 0.9/1.2 MB | 539/689 kB | 0.5/1.4 MB | 20/282 kB error 03-Jan-2023 03:09:47 Progress (5): 1.9/2.9 MB | 0.9/1.2 MB | 539/689 kB | 0.5/1.4 MB | 20/282 kB error 03-Jan-2023 03:09:47 Progress (5): 1.9/2.9 MB | 0.9/1.2 MB | 539/689 kB | 0.5/1.4 MB | 20/282 kB error 03-Jan-2023 03:09:47 Progress (5): 1.9/2.9 MB | 0.9/1.2 MB | 539/689 kB | 0.5/1.4 MB | 20/282 kB error 03-Jan-2023 03:09:47 Progress (5): 1.9/2.9 MB | 0.9/1.2 MB | 539/689 kB | 0.5/1.4 MB | 20/282 kB error 03-Jan-2023 03:09:47 Progress (5): 1.9/2.9 MB | 0.9/1.2 MB | 539/689 kB | 0.5/1.4 MB | 20/282 kB error 03-Jan-2023 03:09:47 Progress (5): 1.9/2.9 MB | 0.9/1.2 MB | 539/689 kB | 0.5/1.4 MB | 24/282 kB error 03-Jan-2023 03:09:47 Progress (5): 2.0/2.9 MB | 0.9/1.2 MB | 539/689 kB | 0.5/1.4 MB | 24/282 kB error 03-Jan-2023 03:09:47 Progress (5): 2.0/2.9 MB | 0.9/1.2 MB | 539/689 kB | 0.5/1.4 MB | 24/282 kB error 03-Jan-2023 03:09:47 Progress (5): 2.0/2.9 MB | 0.9/1.2 MB | 539/689 kB | 0.5/1.4 MB | 28/282 kB error 03-Jan-2023 03:09:47 Progress (5): 2.0/2.9 MB | 1.0/1.2 MB | 539/689 kB | 0.5/1.4 MB | 28/282 kB error 03-Jan-2023 03:09:47 Progress (5): 2.0/2.9 MB | 1.0/1.2 MB | 539/689 kB | 0.5/1.4 MB | 28/282 kB error 03-Jan-2023 03:09:47 Progress (5): 2.0/2.9 MB | 1.0/1.2 MB | 539/689 kB | 0.5/1.4 MB | 32/282 kB error 03-Jan-2023 03:09:47 Progress (5): 2.0/2.9 MB | 1.0/1.2 MB | 539/689 kB | 0.5/1.4 MB | 32/282 kB error 03-Jan-2023 03:09:47 Progress (5): 2.0/2.9 MB | 1.0/1.2 MB | 539/689 kB | 0.5/1.4 MB | 32/282 kB error 03-Jan-2023 03:09:47 Progress (5): 2.0/2.9 MB | 1.0/1.2 MB | 539/689 kB | 0.5/1.4 MB | 36/282 kB error 03-Jan-2023 03:09:47 Progress (5): 2.0/2.9 MB | 1.0/1.2 MB | 539/689 kB | 0.5/1.4 MB | 40/282 kB error 03-Jan-2023 03:09:47 Progress (5): 2.0/2.9 MB | 1.0/1.2 MB | 539/689 kB | 0.5/1.4 MB | 40/282 kB error 03-Jan-2023 03:09:47 Progress (5): 2.0/2.9 MB | 1.0/1.2 MB | 539/689 kB | 0.5/1.4 MB | 40/282 kB error 03-Jan-2023 03:09:47 Progress (5): 2.0/2.9 MB | 1.0/1.2 MB | 539/689 kB | 0.5/1.4 MB | 40/282 kB error 03-Jan-2023 03:09:47 Progress (5): 2.0/2.9 MB | 1.0/1.2 MB | 539/689 kB | 0.5/1.4 MB | 44/282 kB error 03-Jan-2023 03:09:47 Progress (5): 2.0/2.9 MB | 1.0/1.2 MB | 539/689 kB | 0.5/1.4 MB | 48/282 kB error 03-Jan-2023 03:09:47 Progress (5): 2.0/2.9 MB | 1.0/1.2 MB | 539/689 kB | 0.5/1.4 MB | 48/282 kB error 03-Jan-2023 03:09:47 Progress (5): 2.0/2.9 MB | 1.0/1.2 MB | 539/689 kB | 0.5/1.4 MB | 51/282 kB error 03-Jan-2023 03:09:47 Progress (5): 2.0/2.9 MB | 1.0/1.2 MB | 539/689 kB | 0.5/1.4 MB | 51/282 kB error 03-Jan-2023 03:09:47 Progress (5): 2.0/2.9 MB | 1.0/1.2 MB | 539/689 kB | 0.5/1.4 MB | 51/282 kB error 03-Jan-2023 03:09:47 Progress (5): 2.0/2.9 MB | 1.0/1.2 MB | 539/689 kB | 0.5/1.4 MB | 51/282 kB error 03-Jan-2023 03:09:47 Progress (5): 2.0/2.9 MB | 1.0/1.2 MB | 539/689 kB | 0.5/1.4 MB | 51/282 kB error 03-Jan-2023 03:09:47 Progress (5): 2.0/2.9 MB | 1.0/1.2 MB | 539/689 kB | 0.5/1.4 MB | 51/282 kB error 03-Jan-2023 03:09:47 Progress (5): 2.0/2.9 MB | 1.0/1.2 MB | 543/689 kB | 0.5/1.4 MB | 51/282 kB error 03-Jan-2023 03:09:47 Progress (5): 2.0/2.9 MB | 1.0/1.2 MB | 547/689 kB | 0.5/1.4 MB | 51/282 kB error 03-Jan-2023 03:09:47 Progress (5): 2.0/2.9 MB | 1.0/1.2 MB | 551/689 kB | 0.5/1.4 MB | 51/282 kB error 03-Jan-2023 03:09:47 Progress (5): 2.0/2.9 MB | 1.0/1.2 MB | 555/689 kB | 0.5/1.4 MB | 51/282 kB error 03-Jan-2023 03:09:47 Progress (5): 2.0/2.9 MB | 1.0/1.2 MB | 560/689 kB | 0.5/1.4 MB | 51/282 kB error 03-Jan-2023 03:09:47 Progress (5): 2.0/2.9 MB | 1.0/1.2 MB | 564/689 kB | 0.5/1.4 MB | 51/282 kB error 03-Jan-2023 03:09:47 Progress (5): 2.0/2.9 MB | 1.0/1.2 MB | 568/689 kB | 0.5/1.4 MB | 51/282 kB error 03-Jan-2023 03:09:47 Progress (5): 2.0/2.9 MB | 1.0/1.2 MB | 572/689 kB | 0.5/1.4 MB | 51/282 kB error 03-Jan-2023 03:09:47 Progress (5): 2.0/2.9 MB | 1.0/1.2 MB | 574/689 kB | 0.5/1.4 MB | 51/282 kB error 03-Jan-2023 03:09:47 Progress (5): 2.0/2.9 MB | 1.0/1.2 MB | 578/689 kB | 0.5/1.4 MB | 51/282 kB error 03-Jan-2023 03:09:47 Progress (5): 2.0/2.9 MB | 1.0/1.2 MB | 582/689 kB | 0.5/1.4 MB | 51/282 kB error 03-Jan-2023 03:09:47 Progress (5): 2.0/2.9 MB | 1.0/1.2 MB | 586/689 kB | 0.5/1.4 MB | 51/282 kB error 03-Jan-2023 03:09:47 Progress (5): 2.0/2.9 MB | 1.0/1.2 MB | 590/689 kB | 0.5/1.4 MB | 51/282 kB error 03-Jan-2023 03:09:47 Progress (5): 2.0/2.9 MB | 1.0/1.2 MB | 594/689 kB | 0.5/1.4 MB | 51/282 kB error 03-Jan-2023 03:09:47 Progress (5): 2.0/2.9 MB | 1.0/1.2 MB | 598/689 kB | 0.5/1.4 MB | 51/282 kB error 03-Jan-2023 03:09:47 Progress (5): 2.0/2.9 MB | 1.0/1.2 MB | 603/689 kB | 0.5/1.4 MB | 51/282 kB error 03-Jan-2023 03:09:47 Progress (5): 2.0/2.9 MB | 1.0/1.2 MB | 607/689 kB | 0.5/1.4 MB | 51/282 kB error 03-Jan-2023 03:09:47 Progress (5): 2.0/2.9 MB | 1.0/1.2 MB | 609/689 kB | 0.5/1.4 MB | 51/282 kB error 03-Jan-2023 03:09:47 Progress (5): 2.0/2.9 MB | 1.0/1.2 MB | 613/689 kB | 0.5/1.4 MB | 51/282 kB error 03-Jan-2023 03:09:47 Progress (5): 2.0/2.9 MB | 1.0/1.2 MB | 617/689 kB | 0.5/1.4 MB | 51/282 kB error 03-Jan-2023 03:09:47 Progress (5): 2.0/2.9 MB | 1.0/1.2 MB | 621/689 kB | 0.5/1.4 MB | 51/282 kB error 03-Jan-2023 03:09:47 Progress (5): 2.0/2.9 MB | 1.0/1.2 MB | 625/689 kB | 0.5/1.4 MB | 51/282 kB error 03-Jan-2023 03:09:47 Progress (5): 2.0/2.9 MB | 1.0/1.2 MB | 629/689 kB | 0.5/1.4 MB | 51/282 kB error 03-Jan-2023 03:09:47 Progress (5): 2.0/2.9 MB | 1.0/1.2 MB | 633/689 kB | 0.5/1.4 MB | 51/282 kB error 03-Jan-2023 03:09:47 Progress (5): 2.0/2.9 MB | 1.0/1.2 MB | 637/689 kB | 0.5/1.4 MB | 51/282 kB error 03-Jan-2023 03:09:47 Progress (5): 2.0/2.9 MB | 1.0/1.2 MB | 641/689 kB | 0.5/1.4 MB | 51/282 kB error 03-Jan-2023 03:09:47 Progress (5): 2.0/2.9 MB | 1.0/1.2 MB | 644/689 kB | 0.5/1.4 MB | 51/282 kB error 03-Jan-2023 03:09:47 Progress (5): 2.0/2.9 MB | 1.0/1.2 MB | 648/689 kB | 0.5/1.4 MB | 51/282 kB error 03-Jan-2023 03:09:47 Progress (5): 2.0/2.9 MB | 1.0/1.2 MB | 652/689 kB | 0.5/1.4 MB | 51/282 kB error 03-Jan-2023 03:09:47 Progress (5): 2.0/2.9 MB | 1.0/1.2 MB | 656/689 kB | 0.5/1.4 MB | 51/282 kB error 03-Jan-2023 03:09:47 Progress (5): 2.0/2.9 MB | 1.0/1.2 MB | 660/689 kB | 0.5/1.4 MB | 51/282 kB error 03-Jan-2023 03:09:47 Progress (5): 2.0/2.9 MB | 1.0/1.2 MB | 664/689 kB | 0.5/1.4 MB | 51/282 kB error 03-Jan-2023 03:09:47 Progress (5): 2.0/2.9 MB | 1.0/1.2 MB | 668/689 kB | 0.5/1.4 MB | 51/282 kB error 03-Jan-2023 03:09:47 Progress (5): 2.0/2.9 MB | 1.0/1.2 MB | 668/689 kB | 0.5/1.4 MB | 51/282 kB error 03-Jan-2023 03:09:47 Progress (5): 2.0/2.9 MB | 1.0/1.2 MB | 672/689 kB | 0.5/1.4 MB | 51/282 kB error 03-Jan-2023 03:09:47 Progress (5): 2.0/2.9 MB | 1.0/1.2 MB | 676/689 kB | 0.5/1.4 MB | 51/282 kB error 03-Jan-2023 03:09:47 Progress (5): 2.0/2.9 MB | 1.0/1.2 MB | 678/689 kB | 0.5/1.4 MB | 51/282 kB error 03-Jan-2023 03:09:47 Progress (5): 2.0/2.9 MB | 1.0/1.2 MB | 678/689 kB | 0.5/1.4 MB | 51/282 kB error 03-Jan-2023 03:09:47 Progress (5): 2.0/2.9 MB | 1.0/1.2 MB | 682/689 kB | 0.5/1.4 MB | 51/282 kB error 03-Jan-2023 03:09:47 Progress (5): 2.0/2.9 MB | 1.0/1.2 MB | 687/689 kB | 0.5/1.4 MB | 51/282 kB error 03-Jan-2023 03:09:47 Progress (5): 2.0/2.9 MB | 1.0/1.2 MB | 689 kB | 0.5/1.4 MB | 51/282 kB error 03-Jan-2023 03:09:47 Progress (5): 2.1/2.9 MB | 1.0/1.2 MB | 689 kB | 0.5/1.4 MB | 51/282 kB error 03-Jan-2023 03:09:47 Progress (5): 2.1/2.9 MB | 1.0/1.2 MB | 689 kB | 0.5/1.4 MB | 51/282 kB error 03-Jan-2023 03:09:47 Progress (5): 2.1/2.9 MB | 1.1/1.2 MB | 689 kB | 0.5/1.4 MB | 51/282 kB error 03-Jan-2023 03:09:47 Progress (5): 2.1/2.9 MB | 1.1/1.2 MB | 689 kB | 0.5/1.4 MB | 51/282 kB error 03-Jan-2023 03:09:47 Progress (5): 2.1/2.9 MB | 1.1/1.2 MB | 689 kB | 0.5/1.4 MB | 51/282 kB error 03-Jan-2023 03:09:47 Progress (5): 2.1/2.9 MB | 1.1/1.2 MB | 689 kB | 0.5/1.4 MB | 51/282 kB error 03-Jan-2023 03:09:47 Progress (5): 2.1/2.9 MB | 1.1/1.2 MB | 689 kB | 0.5/1.4 MB | 51/282 kB error 03-Jan-2023 03:09:47 Progress (5): 2.1/2.9 MB | 1.1/1.2 MB | 689 kB | 0.5/1.4 MB | 51/282 kB error 03-Jan-2023 03:09:47 Progress (5): 2.1/2.9 MB | 1.1/1.2 MB | 689 kB | 0.5/1.4 MB | 51/282 kB error 03-Jan-2023 03:09:47 Progress (5): 2.1/2.9 MB | 1.1/1.2 MB | 689 kB | 0.5/1.4 MB | 51/282 kB error 03-Jan-2023 03:09:47 Progress (5): 2.1/2.9 MB | 1.1/1.2 MB | 689 kB | 0.5/1.4 MB | 51/282 kB error 03-Jan-2023 03:09:47 Progress (5): 2.1/2.9 MB | 1.1/1.2 MB | 689 kB | 0.5/1.4 MB | 51/282 kB error 03-Jan-2023 03:09:47 Progress (5): 2.1/2.9 MB | 1.1/1.2 MB | 689 kB | 0.5/1.4 MB | 51/282 kB error 03-Jan-2023 03:09:47 Progress (5): 2.1/2.9 MB | 1.1/1.2 MB | 689 kB | 0.5/1.4 MB | 51/282 kB error 03-Jan-2023 03:09:47 Progress (5): 2.2/2.9 MB | 1.1/1.2 MB | 689 kB | 0.5/1.4 MB | 51/282 kB error 03-Jan-2023 03:09:47 Progress (5): 2.2/2.9 MB | 1.1/1.2 MB | 689 kB | 0.5/1.4 MB | 51/282 kB error 03-Jan-2023 03:09:47 Progress (5): 2.2/2.9 MB | 1.1/1.2 MB | 689 kB | 0.5/1.4 MB | 51/282 kB error 03-Jan-2023 03:09:47 Progress (5): 2.2/2.9 MB | 1.1/1.2 MB | 689 kB | 0.5/1.4 MB | 51/282 kB error 03-Jan-2023 03:09:47 Progress (5): 2.2/2.9 MB | 1.1/1.2 MB | 689 kB | 0.5/1.4 MB | 51/282 kB error 03-Jan-2023 03:09:47 Progress (5): 2.2/2.9 MB | 1.1/1.2 MB | 689 kB | 0.5/1.4 MB | 51/282 kB error 03-Jan-2023 03:09:47 Progress (5): 2.2/2.9 MB | 1.1/1.2 MB | 689 kB | 0.5/1.4 MB | 51/282 kB error 03-Jan-2023 03:09:47 Progress (5): 2.2/2.9 MB | 1.2/1.2 MB | 689 kB | 0.5/1.4 MB | 51/282 kB error 03-Jan-2023 03:09:47 Progress (5): 2.2/2.9 MB | 1.2/1.2 MB | 689 kB | 0.5/1.4 MB | 51/282 kB error 03-Jan-2023 03:09:47 Progress (5): 2.2/2.9 MB | 1.2/1.2 MB | 689 kB | 0.5/1.4 MB | 51/282 kB error 03-Jan-2023 03:09:47 Progress (5): 2.2/2.9 MB | 1.2/1.2 MB | 689 kB | 0.5/1.4 MB | 51/282 kB error 03-Jan-2023 03:09:47 Progress (5): 2.2/2.9 MB | 1.2/1.2 MB | 689 kB | 0.5/1.4 MB | 51/282 kB error 03-Jan-2023 03:09:47 Progress (5): 2.2/2.9 MB | 1.2/1.2 MB | 689 kB | 0.5/1.4 MB | 51/282 kB error 03-Jan-2023 03:09:47 Progress (5): 2.2/2.9 MB | 1.2/1.2 MB | 689 kB | 0.5/1.4 MB | 51/282 kB error 03-Jan-2023 03:09:47 Progress (5): 2.2/2.9 MB | 1.2/1.2 MB | 689 kB | 0.5/1.4 MB | 51/282 kB error 03-Jan-2023 03:09:47 Progress (5): 2.2/2.9 MB | 1.2/1.2 MB | 689 kB | 0.5/1.4 MB | 51/282 kB error 03-Jan-2023 03:09:47 Progress (5): 2.3/2.9 MB | 1.2/1.2 MB | 689 kB | 0.5/1.4 MB | 51/282 kB error 03-Jan-2023 03:09:47 Progress (5): 2.3/2.9 MB | 1.2/1.2 MB | 689 kB | 0.5/1.4 MB | 51/282 kB error 03-Jan-2023 03:09:47 Progress (5): 2.3/2.9 MB | 1.2/1.2 MB | 689 kB | 0.5/1.4 MB | 51/282 kB error 03-Jan-2023 03:09:47 Progress (5): 2.3/2.9 MB | 1.2/1.2 MB | 689 kB | 0.5/1.4 MB | 51/282 kB error 03-Jan-2023 03:09:47 Progress (5): 2.3/2.9 MB | 1.2/1.2 MB | 689 kB | 0.5/1.4 MB | 51/282 kB error 03-Jan-2023 03:09:47 Progress (5): 2.3/2.9 MB | 1.2/1.2 MB | 689 kB | 0.5/1.4 MB | 51/282 kB error 03-Jan-2023 03:09:47 Progress (5): 2.3/2.9 MB | 1.2/1.2 MB | 689 kB | 0.5/1.4 MB | 51/282 kB error 03-Jan-2023 03:09:47 Progress (5): 2.3/2.9 MB | 1.2/1.2 MB | 689 kB | 0.5/1.4 MB | 51/282 kB error 03-Jan-2023 03:09:47 Progress (5): 2.3/2.9 MB | 1.2/1.2 MB | 689 kB | 0.5/1.4 MB | 51/282 kB error 03-Jan-2023 03:09:47 Progress (5): 2.3/2.9 MB | 1.2/1.2 MB | 689 kB | 0.5/1.4 MB | 51/282 kB error 03-Jan-2023 03:09:47 Progress (5): 2.3/2.9 MB | 1.2 MB | 689 kB | 0.5/1.4 MB | 51/282 kB error 03-Jan-2023 03:09:47 Progress (5): 2.3/2.9 MB | 1.2 MB | 689 kB | 0.5/1.4 MB | 51/282 kB error 03-Jan-2023 03:09:47 Progress (5): 2.4/2.9 MB | 1.2 MB | 689 kB | 0.5/1.4 MB | 51/282 kB error 03-Jan-2023 03:09:47 Progress (5): 2.4/2.9 MB | 1.2 MB | 689 kB | 0.5/1.4 MB | 51/282 kB error 03-Jan-2023 03:09:47 Progress (5): 2.4/2.9 MB | 1.2 MB | 689 kB | 0.5/1.4 MB | 51/282 kB error 03-Jan-2023 03:09:47 Progress (5): 2.4/2.9 MB | 1.2 MB | 689 kB | 0.5/1.4 MB | 51/282 kB error 03-Jan-2023 03:09:47 Progress (5): 2.4/2.9 MB | 1.2 MB | 689 kB | 0.5/1.4 MB | 55/282 kB error 03-Jan-2023 03:09:47 Progress (5): 2.4/2.9 MB | 1.2 MB | 689 kB | 0.5/1.4 MB | 59/282 kB error 03-Jan-2023 03:09:47 Progress (5): 2.4/2.9 MB | 1.2 MB | 689 kB | 0.5/1.4 MB | 63/282 kB error 03-Jan-2023 03:09:47 Progress (5): 2.4/2.9 MB | 1.2 MB | 689 kB | 0.5/1.4 MB | 67/282 kB error 03-Jan-2023 03:09:47 Progress (5): 2.4/2.9 MB | 1.2 MB | 689 kB | 0.5/1.4 MB | 71/282 kB error 03-Jan-2023 03:09:47 Progress (5): 2.4/2.9 MB | 1.2 MB | 689 kB | 0.5/1.4 MB | 75/282 kB error 03-Jan-2023 03:09:47 Progress (5): 2.4/2.9 MB | 1.2 MB | 689 kB | 0.5/1.4 MB | 79/282 kB error 03-Jan-2023 03:09:47 Progress (5): 2.4/2.9 MB | 1.2 MB | 689 kB | 0.5/1.4 MB | 83/282 kB error 03-Jan-2023 03:09:47 Progress (5): 2.4/2.9 MB | 1.2 MB | 689 kB | 0.5/1.4 MB | 85/282 kB error 03-Jan-2023 03:09:47 Progress (5): 2.4/2.9 MB | 1.2 MB | 689 kB | 0.5/1.4 MB | 89/282 kB error 03-Jan-2023 03:09:47 Progress (5): 2.4/2.9 MB | 1.2 MB | 689 kB | 0.5/1.4 MB | 94/282 kB error 03-Jan-2023 03:09:47 Progress (5): 2.4/2.9 MB | 1.2 MB | 689 kB | 0.5/1.4 MB | 98/282 kB error 03-Jan-2023 03:09:47 Progress (5): 2.4/2.9 MB | 1.2 MB | 689 kB | 0.5/1.4 MB | 102/282 kB error 03-Jan-2023 03:09:47 Progress (5): 2.4/2.9 MB | 1.2 MB | 689 kB | 0.5/1.4 MB | 106/282 kB error 03-Jan-2023 03:09:47 Progress (5): 2.4/2.9 MB | 1.2 MB | 689 kB | 0.5/1.4 MB | 110/282 kB error 03-Jan-2023 03:09:47 Progress (5): 2.4/2.9 MB | 1.2 MB | 689 kB | 0.5/1.4 MB | 114/282 kB error 03-Jan-2023 03:09:47 Progress (5): 2.4/2.9 MB | 1.2 MB | 689 kB | 0.5/1.4 MB | 118/282 kB error 03-Jan-2023 03:09:47 Progress (5): 2.4/2.9 MB | 1.2 MB | 689 kB | 0.5/1.4 MB | 120/282 kB error 03-Jan-2023 03:09:47 Progress (5): 2.4/2.9 MB | 1.2 MB | 689 kB | 0.5/1.4 MB | 120/282 kB error 03-Jan-2023 03:09:47 Progress (5): 2.4/2.9 MB | 1.2 MB | 689 kB | 0.6/1.4 MB | 120/282 kB error 03-Jan-2023 03:09:47 Progress (5): 2.4/2.9 MB | 1.2 MB | 689 kB | 0.6/1.4 MB | 120/282 kB error 03-Jan-2023 03:09:47 Progress (5): 2.4/2.9 MB | 1.2 MB | 689 kB | 0.6/1.4 MB | 120/282 kB error 03-Jan-2023 03:09:47 Progress (5): 2.4/2.9 MB | 1.2 MB | 689 kB | 0.6/1.4 MB | 120/282 kB error 03-Jan-2023 03:09:47 Progress (5): 2.4/2.9 MB | 1.2 MB | 689 kB | 0.6/1.4 MB | 120/282 kB error 03-Jan-2023 03:09:47 Progress (5): 2.4/2.9 MB | 1.2 MB | 689 kB | 0.6/1.4 MB | 120/282 kB error 03-Jan-2023 03:09:47 Progress (5): 2.4/2.9 MB | 1.2 MB | 689 kB | 0.6/1.4 MB | 120/282 kB error 03-Jan-2023 03:09:47 Progress (5): 2.5/2.9 MB | 1.2 MB | 689 kB | 0.6/1.4 MB | 120/282 kB error 03-Jan-2023 03:09:47 Progress (5): 2.5/2.9 MB | 1.2 MB | 689 kB | 0.6/1.4 MB | 120/282 kB error 03-Jan-2023 03:09:47 Progress (5): 2.5/2.9 MB | 1.2 MB | 689 kB | 0.6/1.4 MB | 120/282 kB error 03-Jan-2023 03:09:47 Progress (5): 2.5/2.9 MB | 1.2 MB | 689 kB | 0.6/1.4 MB | 120/282 kB error 03-Jan-2023 03:09:47 Progress (5): 2.5/2.9 MB | 1.2 MB | 689 kB | 0.6/1.4 MB | 120/282 kB error 03-Jan-2023 03:09:47 Progress (5): 2.5/2.9 MB | 1.2 MB | 689 kB | 0.6/1.4 MB | 120/282 kB error 03-Jan-2023 03:09:47 Progress (5): 2.6/2.9 MB | 1.2 MB | 689 kB | 0.6/1.4 MB | 120/282 kB error 03-Jan-2023 03:09:47 Progress (5): 2.6/2.9 MB | 1.2 MB | 689 kB | 0.6/1.4 MB | 120/282 kB error 03-Jan-2023 03:09:47 Progress (5): 2.6/2.9 MB | 1.2 MB | 689 kB | 0.6/1.4 MB | 120/282 kB error 03-Jan-2023 03:09:47 Progress (5): 2.6/2.9 MB | 1.2 MB | 689 kB | 0.6/1.4 MB | 120/282 kB error 03-Jan-2023 03:09:47 Progress (5): 2.6/2.9 MB | 1.2 MB | 689 kB | 0.6/1.4 MB | 120/282 kB error 03-Jan-2023 03:09:47 Progress (5): 2.6/2.9 MB | 1.2 MB | 689 kB | 0.6/1.4 MB | 120/282 kB error 03-Jan-2023 03:09:47 Progress (5): 2.6/2.9 MB | 1.2 MB | 689 kB | 0.6/1.4 MB | 120/282 kB error 03-Jan-2023 03:09:47 Progress (5): 2.7/2.9 MB | 1.2 MB | 689 kB | 0.6/1.4 MB | 120/282 kB error 03-Jan-2023 03:09:47 Progress (5): 2.7/2.9 MB | 1.2 MB | 689 kB | 0.6/1.4 MB | 120/282 kB error 03-Jan-2023 03:09:47 Progress (5): 2.7/2.9 MB | 1.2 MB | 689 kB | 0.6/1.4 MB | 120/282 kB error 03-Jan-2023 03:09:47 Progress (5): 2.7/2.9 MB | 1.2 MB | 689 kB | 0.6/1.4 MB | 120/282 kB error 03-Jan-2023 03:09:47 Progress (5): 2.7/2.9 MB | 1.2 MB | 689 kB | 0.6/1.4 MB | 120/282 kB error 03-Jan-2023 03:09:47 Progress (5): 2.7/2.9 MB | 1.2 MB | 689 kB | 0.6/1.4 MB | 120/282 kB error 03-Jan-2023 03:09:47 Progress (5): 2.7/2.9 MB | 1.2 MB | 689 kB | 0.6/1.4 MB | 120/282 kB error 03-Jan-2023 03:09:47 Progress (5): 2.8/2.9 MB | 1.2 MB | 689 kB | 0.6/1.4 MB | 120/282 kB error 03-Jan-2023 03:09:47 Progress (5): 2.8/2.9 MB | 1.2 MB | 689 kB | 0.6/1.4 MB | 120/282 kB error 03-Jan-2023 03:09:47 Progress (5): 2.8/2.9 MB | 1.2 MB | 689 kB | 0.6/1.4 MB | 120/282 kB error 03-Jan-2023 03:09:47 Progress (5): 2.8/2.9 MB | 1.2 MB | 689 kB | 0.6/1.4 MB | 120/282 kB error 03-Jan-2023 03:09:47 Progress (5): 2.8/2.9 MB | 1.2 MB | 689 kB | 0.6/1.4 MB | 120/282 kB error 03-Jan-2023 03:09:47 Progress (5): 2.8/2.9 MB | 1.2 MB | 689 kB | 0.7/1.4 MB | 120/282 kB error 03-Jan-2023 03:09:47 Progress (5): 2.8/2.9 MB | 1.2 MB | 689 kB | 0.7/1.4 MB | 120/282 kB error 03-Jan-2023 03:09:47 Progress (5): 2.8/2.9 MB | 1.2 MB | 689 kB | 0.7/1.4 MB | 120/282 kB error 03-Jan-2023 03:09:47 Progress (5): 2.8/2.9 MB | 1.2 MB | 689 kB | 0.7/1.4 MB | 120/282 kB error 03-Jan-2023 03:09:47 Progress (5): 2.8/2.9 MB | 1.2 MB | 689 kB | 0.7/1.4 MB | 120/282 kB error 03-Jan-2023 03:09:47 Progress (5): 2.8/2.9 MB | 1.2 MB | 689 kB | 0.7/1.4 MB | 120/282 kB error 03-Jan-2023 03:09:47 Progress (5): 2.8/2.9 MB | 1.2 MB | 689 kB | 0.7/1.4 MB | 120/282 kB error 03-Jan-2023 03:09:47 Progress (5): 2.8/2.9 MB | 1.2 MB | 689 kB | 0.7/1.4 MB | 120/282 kB error 03-Jan-2023 03:09:47 Progress (5): 2.8/2.9 MB | 1.2 MB | 689 kB | 0.7/1.4 MB | 120/282 kB error 03-Jan-2023 03:09:47 Progress (5): 2.8/2.9 MB | 1.2 MB | 689 kB | 0.7/1.4 MB | 120/282 kB error 03-Jan-2023 03:09:47 Progress (5): 2.8/2.9 MB | 1.2 MB | 689 kB | 0.7/1.4 MB | 120/282 kB error 03-Jan-2023 03:09:47 Progress (5): 2.8/2.9 MB | 1.2 MB | 689 kB | 0.7/1.4 MB | 120/282 kB error 03-Jan-2023 03:09:47 error 03-Jan-2023 03:09:47 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/springframework/spring-beans/5.2.14.RELEASE/spring-beans-5.2.14.RELEASE.jar (689 kB at 418 kB/s) error 03-Jan-2023 03:09:47 #21 29.84 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/springframework/spring-aop/5.2.14.RELEASE/spring-aop-5.2.14.RELEASE.jar error 03-Jan-2023 03:09:47 #21 29.84 Progress (4): 2.8/2.9 MB | 1.2 MB | 0.7/1.4 MB | 120/282 kB error 03-Jan-2023 03:09:47 Progress (4): 2.8/2.9 MB | 1.2 MB | 0.7/1.4 MB | 120/282 kB error 03-Jan-2023 03:09:47 Progress (4): 2.8/2.9 MB | 1.2 MB | 0.7/1.4 MB | 120/282 kB error 03-Jan-2023 03:09:47 Progress (4): 2.8/2.9 MB | 1.2 MB | 0.7/1.4 MB | 120/282 kB error 03-Jan-2023 03:09:47 Progress (4): 2.9/2.9 MB | 1.2 MB | 0.7/1.4 MB | 120/282 kB error 03-Jan-2023 03:09:47 Progress (4): 2.9/2.9 MB | 1.2 MB | 0.7/1.4 MB | 120/282 kB error 03-Jan-2023 03:09:47 Progress (4): 2.9/2.9 MB | 1.2 MB | 0.7/1.4 MB | 120/282 kB error 03-Jan-2023 03:09:47 Progress (4): 2.9/2.9 MB | 1.2 MB | 0.8/1.4 MB | 120/282 kB error 03-Jan-2023 03:09:47 Progress (4): 2.9/2.9 MB | 1.2 MB | 0.8/1.4 MB | 120/282 kB error 03-Jan-2023 03:09:47 Progress (4): 2.9/2.9 MB | 1.2 MB | 0.8/1.4 MB | 120/282 kB error 03-Jan-2023 03:09:47 Progress (4): 2.9/2.9 MB | 1.2 MB | 0.8/1.4 MB | 120/282 kB error 03-Jan-2023 03:09:47 Progress (4): 2.9 MB | 1.2 MB | 0.8/1.4 MB | 120/282 kB error 03-Jan-2023 03:09:47 Progress (4): 2.9 MB | 1.2 MB | 0.8/1.4 MB | 120/282 kB error 03-Jan-2023 03:09:47 Progress (4): 2.9 MB | 1.2 MB | 0.8/1.4 MB | 120/282 kB error 03-Jan-2023 03:09:47 Progress (4): 2.9 MB | 1.2 MB | 0.8/1.4 MB | 120/282 kB error 03-Jan-2023 03:09:47 Progress (4): 2.9 MB | 1.2 MB | 0.8/1.4 MB | 120/282 kB error 03-Jan-2023 03:09:47 Progress (4): 2.9 MB | 1.2 MB | 0.8/1.4 MB | 120/282 kB error 03-Jan-2023 03:09:47 Progress (4): 2.9 MB | 1.2 MB | 0.8/1.4 MB | 120/282 kB error 03-Jan-2023 03:09:47 Progress (4): 2.9 MB | 1.2 MB | 0.8/1.4 MB | 120/282 kB error 03-Jan-2023 03:09:47 Progress (4): 2.9 MB | 1.2 MB | 0.8/1.4 MB | 120/282 kB error 03-Jan-2023 03:09:47 Progress (4): 2.9 MB | 1.2 MB | 0.8/1.4 MB | 120/282 kB error 03-Jan-2023 03:09:47 Progress (4): 2.9 MB | 1.2 MB | 0.9/1.4 MB | 120/282 kB error 03-Jan-2023 03:09:47 Progress (4): 2.9 MB | 1.2 MB | 0.9/1.4 MB | 120/282 kB error 03-Jan-2023 03:09:47 Progress (4): 2.9 MB | 1.2 MB | 0.9/1.4 MB | 120/282 kB error 03-Jan-2023 03:09:47 Progress (4): 2.9 MB | 1.2 MB | 0.9/1.4 MB | 120/282 kB error 03-Jan-2023 03:09:47 Progress (4): 2.9 MB | 1.2 MB | 0.9/1.4 MB | 120/282 kB error 03-Jan-2023 03:09:47 Progress (4): 2.9 MB | 1.2 MB | 0.9/1.4 MB | 120/282 kB error 03-Jan-2023 03:09:47 Progress (4): 2.9 MB | 1.2 MB | 0.9/1.4 MB | 120/282 kB error 03-Jan-2023 03:09:47 Progress (4): 2.9 MB | 1.2 MB | 0.9/1.4 MB | 120/282 kB error 03-Jan-2023 03:09:47 Progress (4): 2.9 MB | 1.2 MB | 0.9/1.4 MB | 120/282 kB error 03-Jan-2023 03:09:47 Progress (4): 2.9 MB | 1.2 MB | 0.9/1.4 MB | 124/282 kB error 03-Jan-2023 03:09:47 Progress (4): 2.9 MB | 1.2 MB | 0.9/1.4 MB | 128/282 kB error 03-Jan-2023 03:09:47 Progress (4): 2.9 MB | 1.2 MB | 0.9/1.4 MB | 132/282 kB error 03-Jan-2023 03:09:47 Progress (4): 2.9 MB | 1.2 MB | 0.9/1.4 MB | 137/282 kB error 03-Jan-2023 03:09:47 Progress (4): 2.9 MB | 1.2 MB | 0.9/1.4 MB | 141/282 kB error 03-Jan-2023 03:09:47 Progress (4): 2.9 MB | 1.2 MB | 0.9/1.4 MB | 145/282 kB error 03-Jan-2023 03:09:47 Progress (4): 2.9 MB | 1.2 MB | 0.9/1.4 MB | 149/282 kB error 03-Jan-2023 03:09:47 Progress (4): 2.9 MB | 1.2 MB | 0.9/1.4 MB | 153/282 kB error 03-Jan-2023 03:09:47 Progress (4): 2.9 MB | 1.2 MB | 0.9/1.4 MB | 153/282 kB error 03-Jan-2023 03:09:47 Progress (4): 2.9 MB | 1.2 MB | 0.9/1.4 MB | 155/282 kB error 03-Jan-2023 03:09:47 Progress (4): 2.9 MB | 1.2 MB | 0.9/1.4 MB | 159/282 kB error 03-Jan-2023 03:09:47 Progress (4): 2.9 MB | 1.2 MB | 0.9/1.4 MB | 159/282 kB error 03-Jan-2023 03:09:47 Progress (4): 2.9 MB | 1.2 MB | 0.9/1.4 MB | 159/282 kB error 03-Jan-2023 03:09:47 Progress (4): 2.9 MB | 1.2 MB | 1.0/1.4 MB | 159/282 kB error 03-Jan-2023 03:09:47 Progress (4): 2.9 MB | 1.2 MB | 1.0/1.4 MB | 163/282 kB error 03-Jan-2023 03:09:47 Progress (4): 2.9 MB | 1.2 MB | 1.0/1.4 MB | 163/282 kB error 03-Jan-2023 03:09:47 Progress (4): 2.9 MB | 1.2 MB | 1.0/1.4 MB | 167/282 kB error 03-Jan-2023 03:09:47 Progress (4): 2.9 MB | 1.2 MB | 1.0/1.4 MB | 171/282 kB error 03-Jan-2023 03:09:47 Progress (4): 2.9 MB | 1.2 MB | 1.0/1.4 MB | 175/282 kB error 03-Jan-2023 03:09:47 Progress (4): 2.9 MB | 1.2 MB | 1.0/1.4 MB | 180/282 kB error 03-Jan-2023 03:09:47 Progress (4): 2.9 MB | 1.2 MB | 1.0/1.4 MB | 184/282 kB error 03-Jan-2023 03:09:47 Progress (4): 2.9 MB | 1.2 MB | 1.0/1.4 MB | 188/282 kB error 03-Jan-2023 03:09:47 Progress (4): 2.9 MB | 1.2 MB | 1.0/1.4 MB | 190/282 kB error 03-Jan-2023 03:09:47 Progress (4): 2.9 MB | 1.2 MB | 1.0/1.4 MB | 194/282 kB error 03-Jan-2023 03:09:47 Progress (4): 2.9 MB | 1.2 MB | 1.0/1.4 MB | 198/282 kB error 03-Jan-2023 03:09:47 Progress (4): 2.9 MB | 1.2 MB | 1.0/1.4 MB | 202/282 kB error 03-Jan-2023 03:09:47 Progress (4): 2.9 MB | 1.2 MB | 1.0/1.4 MB | 202/282 kB error 03-Jan-2023 03:09:47 Progress (4): 2.9 MB | 1.2 MB | 1.0/1.4 MB | 202/282 kB error 03-Jan-2023 03:09:47 Progress (4): 2.9 MB | 1.2 MB | 1.0/1.4 MB | 202/282 kB error 03-Jan-2023 03:09:47 Progress (4): 2.9 MB | 1.2 MB | 1.0/1.4 MB | 202/282 kB error 03-Jan-2023 03:09:47 Progress (4): 2.9 MB | 1.2 MB | 1.0/1.4 MB | 202/282 kB error 03-Jan-2023 03:09:47 Progress (4): 2.9 MB | 1.2 MB | 1.0/1.4 MB | 202/282 kB error 03-Jan-2023 03:09:47 Progress (4): 2.9 MB | 1.2 MB | 1.0/1.4 MB | 202/282 kB error 03-Jan-2023 03:09:47 Progress (4): 2.9 MB | 1.2 MB | 1.0/1.4 MB | 202/282 kB error 03-Jan-2023 03:09:47 Progress (4): 2.9 MB | 1.2 MB | 1.0/1.4 MB | 202/282 kB error 03-Jan-2023 03:09:47 Progress (4): 2.9 MB | 1.2 MB | 1.1/1.4 MB | 202/282 kB error 03-Jan-2023 03:09:47 Progress (4): 2.9 MB | 1.2 MB | 1.1/1.4 MB | 202/282 kB error 03-Jan-2023 03:09:47 Progress (4): 2.9 MB | 1.2 MB | 1.1/1.4 MB | 202/282 kB error 03-Jan-2023 03:09:47 Progress (4): 2.9 MB | 1.2 MB | 1.1/1.4 MB | 202/282 kB error 03-Jan-2023 03:09:47 Progress (4): 2.9 MB | 1.2 MB | 1.1/1.4 MB | 202/282 kB error 03-Jan-2023 03:09:47 Progress (4): 2.9 MB | 1.2 MB | 1.1/1.4 MB | 202/282 kB error 03-Jan-2023 03:09:47 Progress (4): 2.9 MB | 1.2 MB | 1.1/1.4 MB | 202/282 kB error 03-Jan-2023 03:09:47 Progress (4): 2.9 MB | 1.2 MB | 1.1/1.4 MB | 202/282 kB error 03-Jan-2023 03:09:47 Progress (4): 2.9 MB | 1.2 MB | 1.1/1.4 MB | 202/282 kB error 03-Jan-2023 03:09:47 Progress (4): 2.9 MB | 1.2 MB | 1.1/1.4 MB | 202/282 kB error 03-Jan-2023 03:09:47 Progress (4): 2.9 MB | 1.2 MB | 1.1/1.4 MB | 202/282 kB error 03-Jan-2023 03:09:47 Progress (4): 2.9 MB | 1.2 MB | 1.1/1.4 MB | 202/282 kB error 03-Jan-2023 03:09:47 Progress (4): 2.9 MB | 1.2 MB | 1.2/1.4 MB | 202/282 kB error 03-Jan-2023 03:09:47 error 03-Jan-2023 03:09:47 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/springframework/spring-context/5.2.14.RELEASE/spring-context-5.2.14.RELEASE.jar (1.2 MB at 725 kB/s) error 03-Jan-2023 03:09:47 #21 29.90 Progress (3): 2.9 MB | 1.2/1.4 MB | 202/282 kB error 03-Jan-2023 03:09:47 error 03-Jan-2023 03:09:47 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/springframework/spring-orm/5.2.14.RELEASE/spring-orm-5.2.14.RELEASE.jar error 03-Jan-2023 03:09:47 #21 29.90 Progress (3): 2.9 MB | 1.2/1.4 MB | 206/282 kB error 03-Jan-2023 03:09:47 Progress (3): 2.9 MB | 1.2/1.4 MB | 206/282 kB error 03-Jan-2023 03:09:47 Progress (3): 2.9 MB | 1.2/1.4 MB | 206/282 kB error 03-Jan-2023 03:09:47 Progress (3): 2.9 MB | 1.2/1.4 MB | 206/282 kB error 03-Jan-2023 03:09:47 Progress (3): 2.9 MB | 1.2/1.4 MB | 206/282 kB error 03-Jan-2023 03:09:47 Progress (3): 2.9 MB | 1.2/1.4 MB | 210/282 kB error 03-Jan-2023 03:09:47 Progress (3): 2.9 MB | 1.2/1.4 MB | 214/282 kB error 03-Jan-2023 03:09:47 Progress (3): 2.9 MB | 1.2/1.4 MB | 218/282 kB error 03-Jan-2023 03:09:47 Progress (3): 2.9 MB | 1.2/1.4 MB | 223/282 kB error 03-Jan-2023 03:09:47 Progress (3): 2.9 MB | 1.2/1.4 MB | 225/282 kB error 03-Jan-2023 03:09:47 Progress (3): 2.9 MB | 1.2/1.4 MB | 229/282 kB error 03-Jan-2023 03:09:47 Progress (3): 2.9 MB | 1.2/1.4 MB | 233/282 kB error 03-Jan-2023 03:09:47 Progress (3): 2.9 MB | 1.2/1.4 MB | 237/282 kB error 03-Jan-2023 03:09:47 Progress (3): 2.9 MB | 1.2/1.4 MB | 241/282 kB error 03-Jan-2023 03:09:47 Progress (3): 2.9 MB | 1.2/1.4 MB | 245/282 kB error 03-Jan-2023 03:09:47 Progress (3): 2.9 MB | 1.2/1.4 MB | 249/282 kB error 03-Jan-2023 03:09:47 Progress (3): 2.9 MB | 1.2/1.4 MB | 253/282 kB error 03-Jan-2023 03:09:47 Progress (3): 2.9 MB | 1.2/1.4 MB | 257/282 kB error 03-Jan-2023 03:09:47 Progress (3): 2.9 MB | 1.2/1.4 MB | 259/282 kB error 03-Jan-2023 03:09:47 Progress (3): 2.9 MB | 1.2/1.4 MB | 259/282 kB error 03-Jan-2023 03:09:47 Progress (3): 2.9 MB | 1.2/1.4 MB | 259/282 kB error 03-Jan-2023 03:09:47 Progress (3): 2.9 MB | 1.2/1.4 MB | 259/282 kB error 03-Jan-2023 03:09:47 Progress (3): 2.9 MB | 1.2/1.4 MB | 259/282 kB error 03-Jan-2023 03:09:47 Progress (3): 2.9 MB | 1.2/1.4 MB | 259/282 kB error 03-Jan-2023 03:09:47 Progress (3): 2.9 MB | 1.3/1.4 MB | 259/282 kB error 03-Jan-2023 03:09:47 Progress (3): 2.9 MB | 1.3/1.4 MB | 259/282 kB error 03-Jan-2023 03:09:47 Progress (3): 2.9 MB | 1.3/1.4 MB | 259/282 kB error 03-Jan-2023 03:09:47 Progress (3): 2.9 MB | 1.3/1.4 MB | 259/282 kB error 03-Jan-2023 03:09:47 Progress (3): 2.9 MB | 1.3/1.4 MB | 259/282 kB error 03-Jan-2023 03:09:47 Progress (3): 2.9 MB | 1.3/1.4 MB | 259/282 kB error 03-Jan-2023 03:09:47 Progress (3): 2.9 MB | 1.3/1.4 MB | 259/282 kB error 03-Jan-2023 03:09:47 Progress (3): 2.9 MB | 1.3/1.4 MB | 259/282 kB error 03-Jan-2023 03:09:47 Progress (3): 2.9 MB | 1.3/1.4 MB | 259/282 kB error 03-Jan-2023 03:09:47 Progress (3): 2.9 MB | 1.3/1.4 MB | 259/282 kB error 03-Jan-2023 03:09:47 Progress (3): 2.9 MB | 1.3/1.4 MB | 259/282 kB error 03-Jan-2023 03:09:47 Progress (3): 2.9 MB | 1.3/1.4 MB | 259/282 kB error 03-Jan-2023 03:09:47 Progress (3): 2.9 MB | 1.4/1.4 MB | 259/282 kB error 03-Jan-2023 03:09:47 Progress (3): 2.9 MB | 1.4/1.4 MB | 259/282 kB error 03-Jan-2023 03:09:47 Progress (3): 2.9 MB | 1.4/1.4 MB | 259/282 kB error 03-Jan-2023 03:09:47 error 03-Jan-2023 03:09:47 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/api/openmrs-api/2.5.8/openmrs-api-2.5.8.jar (2.9 MB at 1.6 MB/s) error 03-Jan-2023 03:09:47 #21 29.98 Progress (2): 1.4/1.4 MB | 264/282 kB error 03-Jan-2023 03:09:47 error 03-Jan-2023 03:09:47 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/springframework/spring-tx/5.2.14.RELEASE/spring-tx-5.2.14.RELEASE.jar error 03-Jan-2023 03:09:47 #21 29.99 Progress (2): 1.4/1.4 MB | 268/282 kB error 03-Jan-2023 03:09:47 Progress (2): 1.4/1.4 MB | 272/282 kB error 03-Jan-2023 03:09:47 Progress (2): 1.4/1.4 MB | 276/282 kB error 03-Jan-2023 03:09:47 Progress (2): 1.4/1.4 MB | 280/282 kB error 03-Jan-2023 03:09:47 Progress (2): 1.4/1.4 MB | 282 kB error 03-Jan-2023 03:09:47 Progress (2): 1.4/1.4 MB | 282 kB error 03-Jan-2023 03:09:47 Progress (2): 1.4/1.4 MB | 282 kB error 03-Jan-2023 03:09:47 Progress (2): 1.4/1.4 MB | 282 kB error 03-Jan-2023 03:09:47 Progress (2): 1.4/1.4 MB | 282 kB error 03-Jan-2023 03:09:47 Progress (2): 1.4/1.4 MB | 282 kB error 03-Jan-2023 03:09:47 Progress (2): 1.4/1.4 MB | 282 kB error 03-Jan-2023 03:09:47 Progress (2): 1.4/1.4 MB | 282 kB error 03-Jan-2023 03:09:47 Progress (2): 1.4/1.4 MB | 282 kB error 03-Jan-2023 03:09:47 Progress (2): 1.4 MB | 282 kB error 03-Jan-2023 03:09:47 Progress (3): 1.4 MB | 282 kB | 3.3/201 kB error 03-Jan-2023 03:09:47 Progress (3): 1.4 MB | 282 kB | 6.1/201 kB error 03-Jan-2023 03:09:47 Progress (3): 1.4 MB | 282 kB | 8.9/201 kB error 03-Jan-2023 03:09:47 Progress (3): 1.4 MB | 282 kB | 12/201 kB error 03-Jan-2023 03:09:47 error 03-Jan-2023 03:09:47 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/springframework/spring-expression/5.2.14.RELEASE/spring-expression-5.2.14.RELEASE.jar (282 kB at 148 kB/s) error 03-Jan-2023 03:09:47 #21 30.11 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/springframework/spring-jdbc/5.2.14.RELEASE/spring-jdbc-5.2.14.RELEASE.jar error 03-Jan-2023 03:09:47 #21 30.11 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/springframework/spring-core/5.2.14.RELEASE/spring-core-5.2.14.RELEASE.jar (1.4 MB at 749 kB/s) error 03-Jan-2023 03:09:47 #21 30.11 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/springframework/spring-context-support/5.2.14.RELEASE/spring-context-support-5.2.14.RELEASE.jar error 03-Jan-2023 03:09:47 #21 30.12 Progress (1): 14/201 kB error 03-Jan-2023 03:09:47 Progress (1): 17/201 kB error 03-Jan-2023 03:09:47 Progress (1): 20/201 kB error 03-Jan-2023 03:09:47 Progress (1): 23/201 kB error 03-Jan-2023 03:09:47 Progress (1): 26/201 kB error 03-Jan-2023 03:09:47 Progress (1): 29/201 kB error 03-Jan-2023 03:09:47 Progress (1): 31/201 kB error 03-Jan-2023 03:09:47 Progress (1): 34/201 kB error 03-Jan-2023 03:09:47 Progress (1): 37/201 kB error 03-Jan-2023 03:09:47 Progress (1): 40/201 kB error 03-Jan-2023 03:09:47 Progress (2): 40/201 kB | 3.4/373 kB error 03-Jan-2023 03:09:47 Progress (2): 40/201 kB | 7.5/373 kB error 03-Jan-2023 03:09:47 Progress (2): 40/201 kB | 12/373 kB error 03-Jan-2023 03:09:47 Progress (2): 40/201 kB | 16/373 kB error 03-Jan-2023 03:09:47 Progress (2): 40/201 kB | 20/373 kB error 03-Jan-2023 03:09:47 Progress (2): 40/201 kB | 24/373 kB error 03-Jan-2023 03:09:47 Progress (2): 40/201 kB | 28/373 kB error 03-Jan-2023 03:09:47 Progress (2): 40/201 kB | 32/373 kB error 03-Jan-2023 03:09:47 Progress (2): 40/201 kB | 36/373 kB error 03-Jan-2023 03:09:47 Progress (2): 40/201 kB | 38/373 kB error 03-Jan-2023 03:09:47 Progress (2): 40/201 kB | 42/373 kB error 03-Jan-2023 03:09:47 Progress (2): 40/201 kB | 46/373 kB error 03-Jan-2023 03:09:47 Progress (2): 40/201 kB | 51/373 kB error 03-Jan-2023 03:09:47 Progress (2): 40/201 kB | 55/373 kB error 03-Jan-2023 03:09:47 Progress (2): 40/201 kB | 59/373 kB error 03-Jan-2023 03:09:47 Progress (2): 40/201 kB | 63/373 kB error 03-Jan-2023 03:09:47 Progress (2): 40/201 kB | 67/373 kB error 03-Jan-2023 03:09:47 Progress (2): 40/201 kB | 71/373 kB error 03-Jan-2023 03:09:47 Progress (2): 40/201 kB | 73/373 kB error 03-Jan-2023 03:09:47 Progress (2): 40/201 kB | 77/373 kB error 03-Jan-2023 03:09:47 Progress (2): 40/201 kB | 81/373 kB error 03-Jan-2023 03:09:47 Progress (2): 40/201 kB | 85/373 kB error 03-Jan-2023 03:09:47 Progress (2): 40/201 kB | 89/373 kB error 03-Jan-2023 03:09:47 Progress (2): 40/201 kB | 94/373 kB error 03-Jan-2023 03:09:47 Progress (2): 40/201 kB | 98/373 kB error 03-Jan-2023 03:09:47 Progress (2): 40/201 kB | 102/373 kB error 03-Jan-2023 03:09:47 Progress (2): 40/201 kB | 106/373 kB error 03-Jan-2023 03:09:47 Progress (2): 40/201 kB | 108/373 kB error 03-Jan-2023 03:09:47 Progress (2): 40/201 kB | 112/373 kB error 03-Jan-2023 03:09:47 Progress (2): 40/201 kB | 116/373 kB error 03-Jan-2023 03:09:47 Progress (2): 40/201 kB | 120/373 kB error 03-Jan-2023 03:09:47 Progress (2): 40/201 kB | 124/373 kB error 03-Jan-2023 03:09:47 Progress (2): 40/201 kB | 128/373 kB error 03-Jan-2023 03:09:47 Progress (2): 40/201 kB | 132/373 kB error 03-Jan-2023 03:09:47 Progress (2): 40/201 kB | 137/373 kB error 03-Jan-2023 03:09:47 Progress (2): 40/201 kB | 141/373 kB error 03-Jan-2023 03:09:47 Progress (2): 40/201 kB | 143/373 kB error 03-Jan-2023 03:09:47 Progress (2): 40/201 kB | 147/373 kB error 03-Jan-2023 03:09:47 Progress (2): 40/201 kB | 151/373 kB error 03-Jan-2023 03:09:47 Progress (2): 40/201 kB | 155/373 kB error 03-Jan-2023 03:09:47 Progress (2): 40/201 kB | 159/373 kB error 03-Jan-2023 03:09:47 Progress (2): 40/201 kB | 163/373 kB error 03-Jan-2023 03:09:47 Progress (2): 40/201 kB | 167/373 kB error 03-Jan-2023 03:09:47 Progress (2): 40/201 kB | 171/373 kB error 03-Jan-2023 03:09:47 Progress (2): 40/201 kB | 175/373 kB error 03-Jan-2023 03:09:47 Progress (2): 40/201 kB | 178/373 kB error 03-Jan-2023 03:09:47 Progress (2): 40/201 kB | 182/373 kB error 03-Jan-2023 03:09:47 Progress (2): 40/201 kB | 186/373 kB error 03-Jan-2023 03:09:47 Progress (2): 40/201 kB | 188/373 kB error 03-Jan-2023 03:09:47 Progress (2): 40/201 kB | 192/373 kB error 03-Jan-2023 03:09:47 Progress (2): 40/201 kB | 197/373 kB error 03-Jan-2023 03:09:47 Progress (2): 40/201 kB | 201/373 kB error 03-Jan-2023 03:09:47 Progress (2): 40/201 kB | 205/373 kB error 03-Jan-2023 03:09:47 Progress (2): 40/201 kB | 209/373 kB error 03-Jan-2023 03:09:47 Progress (2): 40/201 kB | 213/373 kB error 03-Jan-2023 03:09:47 Progress (2): 40/201 kB | 217/373 kB error 03-Jan-2023 03:09:47 Progress (2): 40/201 kB | 221/373 kB error 03-Jan-2023 03:09:47 Progress (2): 40/201 kB | 225/373 kB error 03-Jan-2023 03:09:47 Progress (2): 40/201 kB | 229/373 kB error 03-Jan-2023 03:09:47 Progress (2): 40/201 kB | 232/373 kB error 03-Jan-2023 03:09:47 Progress (2): 40/201 kB | 236/373 kB error 03-Jan-2023 03:09:47 Progress (2): 40/201 kB | 240/373 kB error 03-Jan-2023 03:09:47 Progress (2): 40/201 kB | 244/373 kB error 03-Jan-2023 03:09:47 Progress (2): 40/201 kB | 249/373 kB error 03-Jan-2023 03:09:47 Progress (2): 40/201 kB | 253/373 kB error 03-Jan-2023 03:09:47 Progress (2): 40/201 kB | 257/373 kB error 03-Jan-2023 03:09:47 Progress (2): 40/201 kB | 260/373 kB error 03-Jan-2023 03:09:47 Progress (2): 40/201 kB | 264/373 kB error 03-Jan-2023 03:09:47 Progress (2): 40/201 kB | 269/373 kB error 03-Jan-2023 03:09:47 Progress (2): 40/201 kB | 273/373 kB error 03-Jan-2023 03:09:47 Progress (2): 40/201 kB | 277/373 kB error 03-Jan-2023 03:09:47 Progress (2): 40/201 kB | 281/373 kB error 03-Jan-2023 03:09:47 Progress (2): 40/201 kB | 285/373 kB error 03-Jan-2023 03:09:47 Progress (2): 40/201 kB | 289/373 kB error 03-Jan-2023 03:09:47 Progress (2): 40/201 kB | 293/373 kB error 03-Jan-2023 03:09:47 Progress (2): 40/201 kB | 295/373 kB error 03-Jan-2023 03:09:47 Progress (2): 40/201 kB | 299/373 kB error 03-Jan-2023 03:09:47 Progress (2): 40/201 kB | 303/373 kB error 03-Jan-2023 03:09:47 Progress (2): 40/201 kB | 307/373 kB error 03-Jan-2023 03:09:47 Progress (2): 40/201 kB | 312/373 kB error 03-Jan-2023 03:09:47 Progress (2): 40/201 kB | 316/373 kB error 03-Jan-2023 03:09:47 Progress (2): 40/201 kB | 320/373 kB error 03-Jan-2023 03:09:47 Progress (2): 40/201 kB | 324/373 kB error 03-Jan-2023 03:09:47 Progress (2): 40/201 kB | 328/373 kB error 03-Jan-2023 03:09:47 Progress (2): 40/201 kB | 330/373 kB error 03-Jan-2023 03:09:47 Progress (2): 40/201 kB | 334/373 kB error 03-Jan-2023 03:09:47 Progress (2): 40/201 kB | 338/373 kB error 03-Jan-2023 03:09:47 Progress (2): 40/201 kB | 342/373 kB error 03-Jan-2023 03:09:47 Progress (2): 40/201 kB | 346/373 kB error 03-Jan-2023 03:09:47 Progress (2): 40/201 kB | 350/373 kB error 03-Jan-2023 03:09:47 Progress (2): 40/201 kB | 355/373 kB error 03-Jan-2023 03:09:47 Progress (2): 40/201 kB | 359/373 kB error 03-Jan-2023 03:09:47 Progress (2): 40/201 kB | 363/373 kB error 03-Jan-2023 03:09:47 Progress (2): 40/201 kB | 365/373 kB error 03-Jan-2023 03:09:47 Progress (2): 40/201 kB | 368/373 kB error 03-Jan-2023 03:09:47 Progress (2): 40/201 kB | 372/373 kB error 03-Jan-2023 03:09:47 Progress (2): 40/201 kB | 373 kB error 03-Jan-2023 03:09:47 Progress (2): 43/201 kB | 373 kB error 03-Jan-2023 03:09:47 Progress (2): 45/201 kB | 373 kB error 03-Jan-2023 03:09:47 Progress (2): 48/201 kB | 373 kB error 03-Jan-2023 03:09:47 Progress (2): 51/201 kB | 373 kB error 03-Jan-2023 03:09:47 Progress (2): 54/201 kB | 373 kB error 03-Jan-2023 03:09:47 Progress (2): 56/201 kB | 373 kB error 03-Jan-2023 03:09:47 Progress (2): 59/201 kB | 373 kB error 03-Jan-2023 03:09:47 Progress (2): 62/201 kB | 373 kB error 03-Jan-2023 03:09:47 Progress (2): 65/201 kB | 373 kB error 03-Jan-2023 03:09:47 Progress (2): 68/201 kB | 373 kB error 03-Jan-2023 03:09:47 Progress (2): 70/201 kB | 373 kB error 03-Jan-2023 03:09:47 Progress (2): 73/201 kB | 373 kB error 03-Jan-2023 03:09:47 Progress (2): 76/201 kB | 373 kB error 03-Jan-2023 03:09:47 Progress (3): 76/201 kB | 373 kB | 3.3/183 kB error 03-Jan-2023 03:09:47 Progress (3): 76/201 kB | 373 kB | 6.1/183 kB error 03-Jan-2023 03:09:47 Progress (3): 76/201 kB | 373 kB | 8.9/183 kB error 03-Jan-2023 03:09:47 Progress (3): 76/201 kB | 373 kB | 12/183 kB error 03-Jan-2023 03:09:47 Progress (3): 76/201 kB | 373 kB | 14/183 kB error 03-Jan-2023 03:09:47 Progress (3): 76/201 kB | 373 kB | 17/183 kB error 03-Jan-2023 03:09:47 Progress (3): 76/201 kB | 373 kB | 20/183 kB error 03-Jan-2023 03:09:47 Progress (3): 76/201 kB | 373 kB | 23/183 kB error 03-Jan-2023 03:09:47 Progress (3): 76/201 kB | 373 kB | 26/183 kB error 03-Jan-2023 03:09:47 Progress (3): 76/201 kB | 373 kB | 28/183 kB error 03-Jan-2023 03:09:47 Progress (3): 76/201 kB | 373 kB | 31/183 kB error 03-Jan-2023 03:09:47 Progress (3): 76/201 kB | 373 kB | 34/183 kB error 03-Jan-2023 03:09:47 Progress (3): 76/201 kB | 373 kB | 37/183 kB error 03-Jan-2023 03:09:47 Progress (4): 76/201 kB | 373 kB | 37/183 kB | 3.4/315 kB error 03-Jan-2023 03:09:47 Progress (4): 76/201 kB | 373 kB | 37/183 kB | 7.5/315 kB error 03-Jan-2023 03:09:47 Progress (4): 76/201 kB | 373 kB | 37/183 kB | 12/315 kB error 03-Jan-2023 03:09:47 Progress (4): 76/201 kB | 373 kB | 37/183 kB | 16/315 kB error 03-Jan-2023 03:09:47 Progress (4): 76/201 kB | 373 kB | 37/183 kB | 20/315 kB error 03-Jan-2023 03:09:47 Progress (4): 76/201 kB | 373 kB | 37/183 kB | 24/315 kB error 03-Jan-2023 03:09:47 Progress (4): 76/201 kB | 373 kB | 37/183 kB | 28/315 kB error 03-Jan-2023 03:09:47 Progress (4): 76/201 kB | 373 kB | 37/183 kB | 32/315 kB error 03-Jan-2023 03:09:47 Progress (4): 76/201 kB | 373 kB | 37/183 kB | 36/315 kB error 03-Jan-2023 03:09:47 Progress (4): 76/201 kB | 373 kB | 37/183 kB | 38/315 kB error 03-Jan-2023 03:09:47 Progress (4): 76/201 kB | 373 kB | 37/183 kB | 42/315 kB error 03-Jan-2023 03:09:47 Progress (4): 76/201 kB | 373 kB | 37/183 kB | 46/315 kB error 03-Jan-2023 03:09:47 Progress (4): 76/201 kB | 373 kB | 37/183 kB | 51/315 kB error 03-Jan-2023 03:09:47 Progress (4): 76/201 kB | 373 kB | 37/183 kB | 55/315 kB error 03-Jan-2023 03:09:47 Progress (4): 76/201 kB | 373 kB | 37/183 kB | 59/315 kB error 03-Jan-2023 03:09:47 Progress (4): 76/201 kB | 373 kB | 37/183 kB | 63/315 kB error 03-Jan-2023 03:09:47 Progress (4): 76/201 kB | 373 kB | 37/183 kB | 67/315 kB error 03-Jan-2023 03:09:47 Progress (4): 76/201 kB | 373 kB | 37/183 kB | 69/315 kB error 03-Jan-2023 03:09:47 Progress (4): 76/201 kB | 373 kB | 37/183 kB | 73/315 kB error 03-Jan-2023 03:09:47 Progress (4): 76/201 kB | 373 kB | 37/183 kB | 77/315 kB error 03-Jan-2023 03:09:47 Progress (4): 76/201 kB | 373 kB | 37/183 kB | 81/315 kB error 03-Jan-2023 03:09:47 Progress (4): 76/201 kB | 373 kB | 37/183 kB | 85/315 kB error 03-Jan-2023 03:09:47 Progress (4): 76/201 kB | 373 kB | 37/183 kB | 89/315 kB error 03-Jan-2023 03:09:47 Progress (4): 76/201 kB | 373 kB | 37/183 kB | 94/315 kB error 03-Jan-2023 03:09:47 Progress (4): 76/201 kB | 373 kB | 37/183 kB | 98/315 kB error 03-Jan-2023 03:09:47 Progress (4): 76/201 kB | 373 kB | 37/183 kB | 102/315 kB error 03-Jan-2023 03:09:47 Progress (4): 76/201 kB | 373 kB | 37/183 kB | 104/315 kB error 03-Jan-2023 03:09:47 Progress (4): 76/201 kB | 373 kB | 37/183 kB | 108/315 kB error 03-Jan-2023 03:09:47 Progress (4): 76/201 kB | 373 kB | 37/183 kB | 112/315 kB error 03-Jan-2023 03:09:47 Progress (4): 76/201 kB | 373 kB | 37/183 kB | 116/315 kB error 03-Jan-2023 03:09:47 Progress (4): 76/201 kB | 373 kB | 37/183 kB | 120/315 kB error 03-Jan-2023 03:09:47 Progress (4): 76/201 kB | 373 kB | 37/183 kB | 124/315 kB error 03-Jan-2023 03:09:47 Progress (4): 76/201 kB | 373 kB | 37/183 kB | 128/315 kB error 03-Jan-2023 03:09:47 Progress (4): 76/201 kB | 373 kB | 37/183 kB | 132/315 kB error 03-Jan-2023 03:09:47 Progress (4): 76/201 kB | 373 kB | 37/183 kB | 134/315 kB error 03-Jan-2023 03:09:47 Progress (4): 76/201 kB | 373 kB | 37/183 kB | 139/315 kB error 03-Jan-2023 03:09:47 Progress (4): 76/201 kB | 373 kB | 37/183 kB | 143/315 kB error 03-Jan-2023 03:09:47 Progress (4): 76/201 kB | 373 kB | 37/183 kB | 147/315 kB error 03-Jan-2023 03:09:47 Progress (4): 76/201 kB | 373 kB | 37/183 kB | 151/315 kB error 03-Jan-2023 03:09:47 Progress (4): 76/201 kB | 373 kB | 37/183 kB | 155/315 kB error 03-Jan-2023 03:09:47 Progress (4): 76/201 kB | 373 kB | 37/183 kB | 159/315 kB error 03-Jan-2023 03:09:47 Progress (4): 76/201 kB | 373 kB | 37/183 kB | 163/315 kB error 03-Jan-2023 03:09:47 error 03-Jan-2023 03:09:47 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/springframework/spring-aop/5.2.14.RELEASE/spring-aop-5.2.14.RELEASE.jar (373 kB at 176 kB/s) error 03-Jan-2023 03:09:47 #21 30.32 Progress (3): 76/201 kB | 37/183 kB | 167/315 kB error 03-Jan-2023 03:09:47 Progress (3): 79/201 kB | 37/183 kB | 167/315 kB error 03-Jan-2023 03:09:47 Progress (3): 82/201 kB | 37/183 kB | 167/315 kB error 03-Jan-2023 03:09:47 Progress (3): 84/201 kB | 37/183 kB | 167/315 kB error 03-Jan-2023 03:09:47 Progress (3): 87/201 kB | 37/183 kB | 167/315 kB error 03-Jan-2023 03:09:47 Progress (3): 90/201 kB | 37/183 kB | 167/315 kB error 03-Jan-2023 03:09:47 Progress (3): 93/201 kB | 37/183 kB | 167/315 kB error 03-Jan-2023 03:09:47 Progress (3): 95/201 kB | 37/183 kB | 167/315 kB error 03-Jan-2023 03:09:47 Progress (3): 98/201 kB | 37/183 kB | 167/315 kB error 03-Jan-2023 03:09:47 Progress (3): 101/201 kB | 37/183 kB | 167/315 kB error 03-Jan-2023 03:09:47 Progress (3): 104/201 kB | 37/183 kB | 167/315 kB error 03-Jan-2023 03:09:47 Progress (3): 106/201 kB | 37/183 kB | 167/315 kB error 03-Jan-2023 03:09:47 Progress (3): 109/201 kB | 37/183 kB | 167/315 kB error 03-Jan-2023 03:09:47 Progress (3): 112/201 kB | 37/183 kB | 167/315 kB error 03-Jan-2023 03:09:47 Progress (3): 115/201 kB | 37/183 kB | 167/315 kB error 03-Jan-2023 03:09:47 Progress (3): 118/201 kB | 37/183 kB | 167/315 kB error 03-Jan-2023 03:09:47 Progress (3): 120/201 kB | 37/183 kB | 167/315 kB error 03-Jan-2023 03:09:47 Progress (3): 123/201 kB | 37/183 kB | 167/315 kB error 03-Jan-2023 03:09:47 Progress (3): 126/201 kB | 37/183 kB | 167/315 kB error 03-Jan-2023 03:09:47 Progress (3): 129/201 kB | 37/183 kB | 167/315 kB error 03-Jan-2023 03:09:47 Progress (3): 132/201 kB | 37/183 kB | 167/315 kB error 03-Jan-2023 03:09:47 Progress (3): 134/201 kB | 37/183 kB | 167/315 kB error 03-Jan-2023 03:09:47 Progress (3): 137/201 kB | 37/183 kB | 167/315 kB error 03-Jan-2023 03:09:47 Progress (3): 140/201 kB | 37/183 kB | 167/315 kB error 03-Jan-2023 03:09:47 Progress (3): 143/201 kB | 37/183 kB | 167/315 kB error 03-Jan-2023 03:09:47 Progress (3): 146/201 kB | 37/183 kB | 167/315 kB error 03-Jan-2023 03:09:47 Progress (3): 148/201 kB | 37/183 kB | 167/315 kB error 03-Jan-2023 03:09:47 Progress (3): 151/201 kB | 37/183 kB | 167/315 kB error 03-Jan-2023 03:09:47 Progress (3): 154/201 kB | 37/183 kB | 167/315 kB error 03-Jan-2023 03:09:47 Progress (3): 157/201 kB | 37/183 kB | 167/315 kB error 03-Jan-2023 03:09:47 Progress (3): 160/201 kB | 37/183 kB | 167/315 kB error 03-Jan-2023 03:09:47 Progress (3): 162/201 kB | 37/183 kB | 167/315 kB error 03-Jan-2023 03:09:47 Progress (3): 165/201 kB | 37/183 kB | 167/315 kB error 03-Jan-2023 03:09:47 Progress (3): 165/201 kB | 37/183 kB | 169/315 kB error 03-Jan-2023 03:09:47 Progress (3): 165/201 kB | 37/183 kB | 173/315 kB error 03-Jan-2023 03:09:47 error 03-Jan-2023 03:09:47 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/hibernate/hibernate-core/5.6.0.Final/hibernate-core-5.6.0.Final.jar error 03-Jan-2023 03:09:47 #21 30.33 Progress (3): 165/201 kB | 37/183 kB | 177/315 kB error 03-Jan-2023 03:09:47 Progress (3): 165/201 kB | 37/183 kB | 182/315 kB error 03-Jan-2023 03:09:47 Progress (3): 165/201 kB | 37/183 kB | 186/315 kB error 03-Jan-2023 03:09:47 Progress (3): 165/201 kB | 37/183 kB | 190/315 kB error 03-Jan-2023 03:09:47 Progress (3): 165/201 kB | 37/183 kB | 194/315 kB error 03-Jan-2023 03:09:47 Progress (3): 165/201 kB | 37/183 kB | 198/315 kB error 03-Jan-2023 03:09:47 Progress (3): 165/201 kB | 37/183 kB | 200/315 kB error 03-Jan-2023 03:09:47 Progress (3): 165/201 kB | 37/183 kB | 204/315 kB error 03-Jan-2023 03:09:47 Progress (3): 165/201 kB | 37/183 kB | 208/315 kB error 03-Jan-2023 03:09:47 Progress (3): 165/201 kB | 37/183 kB | 212/315 kB error 03-Jan-2023 03:09:47 Progress (3): 165/201 kB | 37/183 kB | 216/315 kB error 03-Jan-2023 03:09:47 Progress (3): 165/201 kB | 37/183 kB | 220/315 kB error 03-Jan-2023 03:09:47 Progress (3): 165/201 kB | 37/183 kB | 225/315 kB error 03-Jan-2023 03:09:47 Progress (3): 165/201 kB | 37/183 kB | 229/315 kB error 03-Jan-2023 03:09:47 Progress (3): 165/201 kB | 40/183 kB | 229/315 kB error 03-Jan-2023 03:09:47 Progress (3): 165/201 kB | 42/183 kB | 229/315 kB error 03-Jan-2023 03:09:47 Progress (3): 165/201 kB | 45/183 kB | 229/315 kB error 03-Jan-2023 03:09:47 Progress (3): 165/201 kB | 48/183 kB | 229/315 kB error 03-Jan-2023 03:09:47 Progress (3): 165/201 kB | 51/183 kB | 229/315 kB error 03-Jan-2023 03:09:47 Progress (3): 165/201 kB | 54/183 kB | 229/315 kB error 03-Jan-2023 03:09:47 Progress (3): 165/201 kB | 56/183 kB | 229/315 kB error 03-Jan-2023 03:09:47 Progress (3): 165/201 kB | 59/183 kB | 229/315 kB error 03-Jan-2023 03:09:47 Progress (3): 165/201 kB | 62/183 kB | 229/315 kB error 03-Jan-2023 03:09:47 Progress (3): 165/201 kB | 65/183 kB | 229/315 kB error 03-Jan-2023 03:09:47 Progress (3): 165/201 kB | 68/183 kB | 229/315 kB error 03-Jan-2023 03:09:47 Progress (3): 165/201 kB | 70/183 kB | 229/315 kB error 03-Jan-2023 03:09:47 Progress (3): 165/201 kB | 73/183 kB | 229/315 kB error 03-Jan-2023 03:09:47 Progress (3): 165/201 kB | 76/183 kB | 229/315 kB error 03-Jan-2023 03:09:47 Progress (3): 165/201 kB | 79/183 kB | 229/315 kB error 03-Jan-2023 03:09:47 Progress (3): 165/201 kB | 82/183 kB | 229/315 kB error 03-Jan-2023 03:09:47 Progress (3): 165/201 kB | 84/183 kB | 229/315 kB error 03-Jan-2023 03:09:47 Progress (3): 165/201 kB | 87/183 kB | 229/315 kB error 03-Jan-2023 03:09:47 Progress (3): 165/201 kB | 90/183 kB | 229/315 kB error 03-Jan-2023 03:09:47 Progress (3): 165/201 kB | 93/183 kB | 229/315 kB error 03-Jan-2023 03:09:47 Progress (3): 165/201 kB | 96/183 kB | 229/315 kB error 03-Jan-2023 03:09:47 Progress (3): 165/201 kB | 98/183 kB | 229/315 kB error 03-Jan-2023 03:09:47 Progress (3): 165/201 kB | 101/183 kB | 229/315 kB error 03-Jan-2023 03:09:47 Progress (3): 165/201 kB | 104/183 kB | 229/315 kB error 03-Jan-2023 03:09:47 Progress (3): 165/201 kB | 106/183 kB | 229/315 kB error 03-Jan-2023 03:09:47 Progress (3): 165/201 kB | 109/183 kB | 229/315 kB error 03-Jan-2023 03:09:47 Progress (3): 165/201 kB | 112/183 kB | 229/315 kB error 03-Jan-2023 03:09:47 Progress (3): 165/201 kB | 115/183 kB | 229/315 kB error 03-Jan-2023 03:09:47 Progress (3): 165/201 kB | 118/183 kB | 229/315 kB error 03-Jan-2023 03:09:47 Progress (3): 165/201 kB | 118/183 kB | 233/315 kB error 03-Jan-2023 03:09:47 Progress (3): 165/201 kB | 118/183 kB | 235/315 kB error 03-Jan-2023 03:09:47 Progress (3): 165/201 kB | 118/183 kB | 239/315 kB error 03-Jan-2023 03:09:47 Progress (3): 165/201 kB | 118/183 kB | 243/315 kB error 03-Jan-2023 03:09:47 Progress (3): 165/201 kB | 118/183 kB | 247/315 kB error 03-Jan-2023 03:09:47 Progress (3): 165/201 kB | 118/183 kB | 251/315 kB error 03-Jan-2023 03:09:47 Progress (3): 165/201 kB | 118/183 kB | 255/315 kB error 03-Jan-2023 03:09:47 Progress (3): 165/201 kB | 118/183 kB | 259/315 kB error 03-Jan-2023 03:09:47 Progress (3): 165/201 kB | 118/183 kB | 264/315 kB error 03-Jan-2023 03:09:47 Progress (3): 165/201 kB | 118/183 kB | 266/315 kB error 03-Jan-2023 03:09:47 Progress (3): 165/201 kB | 118/183 kB | 270/315 kB error 03-Jan-2023 03:09:47 Progress (3): 165/201 kB | 118/183 kB | 274/315 kB error 03-Jan-2023 03:09:47 Progress (3): 165/201 kB | 118/183 kB | 278/315 kB error 03-Jan-2023 03:09:47 Progress (3): 165/201 kB | 118/183 kB | 282/315 kB error 03-Jan-2023 03:09:47 Progress (3): 165/201 kB | 118/183 kB | 286/315 kB error 03-Jan-2023 03:09:47 Progress (3): 165/201 kB | 118/183 kB | 290/315 kB error 03-Jan-2023 03:09:47 Progress (3): 165/201 kB | 118/183 kB | 294/315 kB error 03-Jan-2023 03:09:47 Progress (3): 165/201 kB | 118/183 kB | 298/315 kB error 03-Jan-2023 03:09:47 Progress (3): 165/201 kB | 118/183 kB | 300/315 kB error 03-Jan-2023 03:09:47 Progress (3): 165/201 kB | 118/183 kB | 304/315 kB error 03-Jan-2023 03:09:47 Progress (3): 165/201 kB | 118/183 kB | 309/315 kB error 03-Jan-2023 03:09:47 Progress (3): 165/201 kB | 118/183 kB | 313/315 kB error 03-Jan-2023 03:09:47 Progress (3): 165/201 kB | 118/183 kB | 315 kB error 03-Jan-2023 03:09:47 Progress (3): 168/201 kB | 118/183 kB | 315 kB error 03-Jan-2023 03:09:47 Progress (4): 168/201 kB | 118/183 kB | 315 kB | 4.1/409 kB error 03-Jan-2023 03:09:47 Progress (4): 168/201 kB | 118/183 kB | 315 kB | 8.2/409 kB error 03-Jan-2023 03:09:47 Progress (4): 168/201 kB | 118/183 kB | 315 kB | 12/409 kB error 03-Jan-2023 03:09:47 Progress (4): 168/201 kB | 118/183 kB | 315 kB | 16/409 kB error 03-Jan-2023 03:09:47 Progress (4): 168/201 kB | 118/183 kB | 315 kB | 19/409 kB error 03-Jan-2023 03:09:47 Progress (4): 168/201 kB | 118/183 kB | 315 kB | 23/409 kB error 03-Jan-2023 03:09:47 Progress (4): 168/201 kB | 118/183 kB | 315 kB | 27/409 kB error 03-Jan-2023 03:09:47 Progress (4): 168/201 kB | 118/183 kB | 315 kB | 31/409 kB error 03-Jan-2023 03:09:47 Progress (4): 168/201 kB | 118/183 kB | 315 kB | 35/409 kB error 03-Jan-2023 03:09:47 Progress (4): 168/201 kB | 118/183 kB | 315 kB | 39/409 kB error 03-Jan-2023 03:09:47 Progress (4): 168/201 kB | 118/183 kB | 315 kB | 43/409 kB error 03-Jan-2023 03:09:47 Progress (4): 168/201 kB | 118/183 kB | 315 kB | 47/409 kB error 03-Jan-2023 03:09:47 Progress (4): 168/201 kB | 118/183 kB | 315 kB | 52/409 kB error 03-Jan-2023 03:09:47 Progress (4): 168/201 kB | 118/183 kB | 315 kB | 54/409 kB error 03-Jan-2023 03:09:47 Progress (4): 168/201 kB | 118/183 kB | 315 kB | 58/409 kB error 03-Jan-2023 03:09:47 Progress (4): 168/201 kB | 118/183 kB | 315 kB | 62/409 kB error 03-Jan-2023 03:09:47 Progress (4): 168/201 kB | 118/183 kB | 315 kB | 66/409 kB error 03-Jan-2023 03:09:47 Progress (4): 168/201 kB | 118/183 kB | 315 kB | 70/409 kB error 03-Jan-2023 03:09:47 Progress (4): 168/201 kB | 118/183 kB | 315 kB | 74/409 kB error 03-Jan-2023 03:09:47 Progress (4): 168/201 kB | 118/183 kB | 315 kB | 78/409 kB error 03-Jan-2023 03:09:47 Progress (4): 168/201 kB | 118/183 kB | 315 kB | 82/409 kB error 03-Jan-2023 03:09:47 Progress (4): 168/201 kB | 118/183 kB | 315 kB | 86/409 kB error 03-Jan-2023 03:09:47 Progress (4): 168/201 kB | 118/183 kB | 315 kB | 88/409 kB error 03-Jan-2023 03:09:47 Progress (4): 168/201 kB | 118/183 kB | 315 kB | 92/409 kB error 03-Jan-2023 03:09:47 Progress (4): 168/201 kB | 118/183 kB | 315 kB | 97/409 kB error 03-Jan-2023 03:09:47 Progress (4): 168/201 kB | 118/183 kB | 315 kB | 101/409 kB error 03-Jan-2023 03:09:47 Progress (4): 168/201 kB | 118/183 kB | 315 kB | 105/409 kB error 03-Jan-2023 03:09:47 Progress (4): 168/201 kB | 118/183 kB | 315 kB | 109/409 kB error 03-Jan-2023 03:09:47 Progress (4): 168/201 kB | 118/183 kB | 315 kB | 113/409 kB error 03-Jan-2023 03:09:47 Progress (4): 168/201 kB | 118/183 kB | 315 kB | 116/409 kB error 03-Jan-2023 03:09:47 Progress (4): 168/201 kB | 118/183 kB | 315 kB | 120/409 kB error 03-Jan-2023 03:09:47 Progress (4): 168/201 kB | 118/183 kB | 315 kB | 125/409 kB error 03-Jan-2023 03:09:47 Progress (4): 168/201 kB | 118/183 kB | 315 kB | 129/409 kB error 03-Jan-2023 03:09:47 Progress (4): 168/201 kB | 118/183 kB | 315 kB | 133/409 kB error 03-Jan-2023 03:09:47 Progress (4): 168/201 kB | 118/183 kB | 315 kB | 137/409 kB error 03-Jan-2023 03:09:47 Progress (4): 168/201 kB | 118/183 kB | 315 kB | 141/409 kB error 03-Jan-2023 03:09:47 Progress (4): 168/201 kB | 118/183 kB | 315 kB | 145/409 kB error 03-Jan-2023 03:09:47 Progress (4): 168/201 kB | 118/183 kB | 315 kB | 149/409 kB error 03-Jan-2023 03:09:47 Progress (4): 168/201 kB | 118/183 kB | 315 kB | 151/409 kB error 03-Jan-2023 03:09:47 Progress (4): 168/201 kB | 118/183 kB | 315 kB | 155/409 kB error 03-Jan-2023 03:09:47 Progress (4): 168/201 kB | 118/183 kB | 315 kB | 159/409 kB error 03-Jan-2023 03:09:47 Progress (4): 168/201 kB | 118/183 kB | 315 kB | 163/409 kB error 03-Jan-2023 03:09:47 Progress (4): 168/201 kB | 118/183 kB | 315 kB | 167/409 kB error 03-Jan-2023 03:09:47 Progress (4): 168/201 kB | 118/183 kB | 315 kB | 171/409 kB error 03-Jan-2023 03:09:47 Progress (4): 168/201 kB | 118/183 kB | 315 kB | 175/409 kB error 03-Jan-2023 03:09:47 Progress (4): 168/201 kB | 118/183 kB | 315 kB | 179/409 kB error 03-Jan-2023 03:09:47 Progress (4): 168/201 kB | 118/183 kB | 315 kB | 183/409 kB error 03-Jan-2023 03:09:47 Progress (4): 168/201 kB | 118/183 kB | 315 kB | 188/409 kB error 03-Jan-2023 03:09:47 Progress (4): 168/201 kB | 118/183 kB | 315 kB | 192/409 kB error 03-Jan-2023 03:09:47 Progress (4): 168/201 kB | 118/183 kB | 315 kB | 196/409 kB error 03-Jan-2023 03:09:47 Progress (4): 168/201 kB | 118/183 kB | 315 kB | 200/409 kB error 03-Jan-2023 03:09:47 Progress (4): 168/201 kB | 118/183 kB | 315 kB | 202/409 kB error 03-Jan-2023 03:09:47 Progress (4): 168/201 kB | 118/183 kB | 315 kB | 206/409 kB error 03-Jan-2023 03:09:47 Progress (4): 168/201 kB | 118/183 kB | 315 kB | 210/409 kB error 03-Jan-2023 03:09:47 Progress (4): 168/201 kB | 118/183 kB | 315 kB | 214/409 kB error 03-Jan-2023 03:09:47 Progress (4): 168/201 kB | 118/183 kB | 315 kB | 218/409 kB error 03-Jan-2023 03:09:47 Progress (4): 168/201 kB | 118/183 kB | 315 kB | 222/409 kB error 03-Jan-2023 03:09:47 Progress (4): 168/201 kB | 118/183 kB | 315 kB | 226/409 kB error 03-Jan-2023 03:09:47 Progress (4): 168/201 kB | 118/183 kB | 315 kB | 231/409 kB error 03-Jan-2023 03:09:47 Progress (4): 168/201 kB | 118/183 kB | 315 kB | 235/409 kB error 03-Jan-2023 03:09:47 Progress (4): 168/201 kB | 118/183 kB | 315 kB | 237/409 kB error 03-Jan-2023 03:09:47 Progress (4): 168/201 kB | 118/183 kB | 315 kB | 241/409 kB error 03-Jan-2023 03:09:47 Progress (4): 170/201 kB | 118/183 kB | 315 kB | 241/409 kB error 03-Jan-2023 03:09:48 Progress (4): 173/201 kB | 118/183 kB | 315 kB | 241/409 kB error 03-Jan-2023 03:09:48 Progress (4): 176/201 kB | 118/183 kB | 315 kB | 241/409 kB error 03-Jan-2023 03:09:48 Progress (4): 179/201 kB | 118/183 kB | 315 kB | 241/409 kB error 03-Jan-2023 03:09:48 Progress (4): 182/201 kB | 118/183 kB | 315 kB | 241/409 kB error 03-Jan-2023 03:09:48 Progress (4): 184/201 kB | 118/183 kB | 315 kB | 241/409 kB error 03-Jan-2023 03:09:48 Progress (4): 187/201 kB | 118/183 kB | 315 kB | 241/409 kB error 03-Jan-2023 03:09:48 Progress (4): 190/201 kB | 118/183 kB | 315 kB | 241/409 kB error 03-Jan-2023 03:09:48 Progress (4): 193/201 kB | 118/183 kB | 315 kB | 241/409 kB error 03-Jan-2023 03:09:48 Progress (4): 196/201 kB | 118/183 kB | 315 kB | 241/409 kB error 03-Jan-2023 03:09:48 Progress (4): 198/201 kB | 118/183 kB | 315 kB | 241/409 kB error 03-Jan-2023 03:09:48 Progress (4): 201 kB | 118/183 kB | 315 kB | 241/409 kB error 03-Jan-2023 03:09:48 Progress (4): 201 kB | 118/183 kB | 315 kB | 245/409 kB error 03-Jan-2023 03:09:48 Progress (4): 201 kB | 118/183 kB | 315 kB | 249/409 kB error 03-Jan-2023 03:09:48 Progress (4): 201 kB | 118/183 kB | 315 kB | 253/409 kB error 03-Jan-2023 03:09:48 Progress (4): 201 kB | 118/183 kB | 315 kB | 257/409 kB error 03-Jan-2023 03:09:48 Progress (4): 201 kB | 118/183 kB | 315 kB | 260/409 kB error 03-Jan-2023 03:09:48 Progress (4): 201 kB | 118/183 kB | 315 kB | 264/409 kB error 03-Jan-2023 03:09:48 Progress (4): 201 kB | 118/183 kB | 315 kB | 269/409 kB error 03-Jan-2023 03:09:48 Progress (4): 201 kB | 118/183 kB | 315 kB | 273/409 kB error 03-Jan-2023 03:09:48 Progress (4): 201 kB | 118/183 kB | 315 kB | 277/409 kB error 03-Jan-2023 03:09:48 Progress (4): 201 kB | 118/183 kB | 315 kB | 281/409 kB error 03-Jan-2023 03:09:48 Progress (4): 201 kB | 118/183 kB | 315 kB | 285/409 kB error 03-Jan-2023 03:09:48 Progress (4): 201 kB | 118/183 kB | 315 kB | 289/409 kB error 03-Jan-2023 03:09:48 Progress (4): 201 kB | 118/183 kB | 315 kB | 293/409 kB error 03-Jan-2023 03:09:48 Progress (4): 201 kB | 118/183 kB | 315 kB | 297/409 kB error 03-Jan-2023 03:09:48 Progress (4): 201 kB | 118/183 kB | 315 kB | 301/409 kB error 03-Jan-2023 03:09:48 Progress (4): 201 kB | 118/183 kB | 315 kB | 305/409 kB error 03-Jan-2023 03:09:48 Progress (4): 201 kB | 118/183 kB | 315 kB | 309/409 kB error 03-Jan-2023 03:09:48 Progress (4): 201 kB | 118/183 kB | 315 kB | 314/409 kB error 03-Jan-2023 03:09:48 Progress (4): 201 kB | 118/183 kB | 315 kB | 318/409 kB error 03-Jan-2023 03:09:48 Progress (4): 201 kB | 118/183 kB | 315 kB | 322/409 kB error 03-Jan-2023 03:09:48 Progress (4): 201 kB | 118/183 kB | 315 kB | 326/409 kB error 03-Jan-2023 03:09:48 Progress (4): 201 kB | 118/183 kB | 315 kB | 328/409 kB error 03-Jan-2023 03:09:48 Progress (4): 201 kB | 118/183 kB | 315 kB | 332/409 kB error 03-Jan-2023 03:09:48 Progress (4): 201 kB | 118/183 kB | 315 kB | 336/409 kB error 03-Jan-2023 03:09:48 Progress (4): 201 kB | 118/183 kB | 315 kB | 340/409 kB error 03-Jan-2023 03:09:48 Progress (4): 201 kB | 118/183 kB | 315 kB | 344/409 kB error 03-Jan-2023 03:09:48 Progress (4): 201 kB | 118/183 kB | 315 kB | 348/409 kB error 03-Jan-2023 03:09:48 Progress (4): 201 kB | 118/183 kB | 315 kB | 352/409 kB error 03-Jan-2023 03:09:48 Progress (4): 201 kB | 118/183 kB | 315 kB | 357/409 kB error 03-Jan-2023 03:09:48 Progress (4): 201 kB | 118/183 kB | 315 kB | 361/409 kB error 03-Jan-2023 03:09:48 Progress (4): 201 kB | 118/183 kB | 315 kB | 363/409 kB error 03-Jan-2023 03:09:48 Progress (4): 201 kB | 118/183 kB | 315 kB | 367/409 kB error 03-Jan-2023 03:09:48 Progress (4): 201 kB | 118/183 kB | 315 kB | 371/409 kB error 03-Jan-2023 03:09:48 Progress (4): 201 kB | 118/183 kB | 315 kB | 375/409 kB error 03-Jan-2023 03:09:48 Progress (4): 201 kB | 118/183 kB | 315 kB | 377/409 kB error 03-Jan-2023 03:09:48 Progress (4): 201 kB | 118/183 kB | 315 kB | 381/409 kB error 03-Jan-2023 03:09:48 Progress (4): 201 kB | 118/183 kB | 315 kB | 386/409 kB error 03-Jan-2023 03:09:48 Progress (4): 201 kB | 118/183 kB | 315 kB | 390/409 kB error 03-Jan-2023 03:09:48 Progress (4): 201 kB | 118/183 kB | 315 kB | 394/409 kB error 03-Jan-2023 03:09:48 Progress (4): 201 kB | 118/183 kB | 315 kB | 398/409 kB error 03-Jan-2023 03:09:48 Progress (4): 201 kB | 118/183 kB | 315 kB | 402/409 kB error 03-Jan-2023 03:09:48 Progress (4): 201 kB | 118/183 kB | 315 kB | 406/409 kB error 03-Jan-2023 03:09:48 Progress (4): 201 kB | 118/183 kB | 315 kB | 409 kB error 03-Jan-2023 03:09:48 Progress (4): 201 kB | 120/183 kB | 315 kB | 409 kB error 03-Jan-2023 03:09:48 Progress (4): 201 kB | 123/183 kB | 315 kB | 409 kB error 03-Jan-2023 03:09:48 Progress (4): 201 kB | 126/183 kB | 315 kB | 409 kB error 03-Jan-2023 03:09:48 Progress (4): 201 kB | 129/183 kB | 315 kB | 409 kB error 03-Jan-2023 03:09:48 Progress (4): 201 kB | 132/183 kB | 315 kB | 409 kB error 03-Jan-2023 03:09:48 Progress (4): 201 kB | 134/183 kB | 315 kB | 409 kB error 03-Jan-2023 03:09:48 Progress (4): 201 kB | 137/183 kB | 315 kB | 409 kB error 03-Jan-2023 03:09:48 Progress (4): 201 kB | 140/183 kB | 315 kB | 409 kB error 03-Jan-2023 03:09:48 Progress (4): 201 kB | 143/183 kB | 315 kB | 409 kB error 03-Jan-2023 03:09:48 Progress (4): 201 kB | 146/183 kB | 315 kB | 409 kB error 03-Jan-2023 03:09:48 Progress (4): 201 kB | 148/183 kB | 315 kB | 409 kB error 03-Jan-2023 03:09:48 Progress (4): 201 kB | 151/183 kB | 315 kB | 409 kB error 03-Jan-2023 03:09:48 Progress (4): 201 kB | 154/183 kB | 315 kB | 409 kB error 03-Jan-2023 03:09:48 Progress (4): 201 kB | 157/183 kB | 315 kB | 409 kB error 03-Jan-2023 03:09:48 Progress (4): 201 kB | 160/183 kB | 315 kB | 409 kB error 03-Jan-2023 03:09:48 Progress (4): 201 kB | 162/183 kB | 315 kB | 409 kB error 03-Jan-2023 03:09:48 Progress (4): 201 kB | 165/183 kB | 315 kB | 409 kB error 03-Jan-2023 03:09:48 Progress (4): 201 kB | 168/183 kB | 315 kB | 409 kB error 03-Jan-2023 03:09:48 Progress (4): 201 kB | 171/183 kB | 315 kB | 409 kB error 03-Jan-2023 03:09:48 Progress (4): 201 kB | 174/183 kB | 315 kB | 409 kB error 03-Jan-2023 03:09:48 Progress (4): 201 kB | 176/183 kB | 315 kB | 409 kB error 03-Jan-2023 03:09:48 Progress (4): 201 kB | 179/183 kB | 315 kB | 409 kB error 03-Jan-2023 03:09:48 Progress (4): 201 kB | 182/183 kB | 315 kB | 409 kB error 03-Jan-2023 03:09:48 Progress (4): 201 kB | 183 kB | 315 kB | 409 kB error 03-Jan-2023 03:09:48 error 03-Jan-2023 03:09:48 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/springframework/spring-tx/5.2.14.RELEASE/spring-tx-5.2.14.RELEASE.jar (315 kB at 138 kB/s) error 03-Jan-2023 03:09:48 #21 30.48 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/jboss/logging/jboss-logging/3.4.2.Final/jboss-logging-3.4.2.Final.jar error 03-Jan-2023 03:09:48 #21 30.54 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/springframework/spring-orm/5.2.14.RELEASE/spring-orm-5.2.14.RELEASE.jar (201 kB at 86 kB/s) error 03-Jan-2023 03:09:48 #21 30.54 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/net/bytebuddy/byte-buddy/1.11.20/byte-buddy-1.11.20.jar error 03-Jan-2023 03:09:48 #21 30.55 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/springframework/spring-jdbc/5.2.14.RELEASE/spring-jdbc-5.2.14.RELEASE.jar (409 kB at 174 kB/s) error 03-Jan-2023 03:09:48 #21 30.56 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/hibernate/hibernate-c3p0/5.6.0.Final/hibernate-c3p0-5.6.0.Final.jar error 03-Jan-2023 03:09:48 #21 30.57 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/springframework/spring-context-support/5.2.14.RELEASE/spring-context-support-5.2.14.RELEASE.jar (183 kB at 77 kB/s) error 03-Jan-2023 03:09:48 #21 30.57 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/hibernate/hibernate-ehcache/5.6.0.Final/hibernate-ehcache-5.6.0.Final.jar error 03-Jan-2023 03:09:48 #21 30.60 Progress (1): 3.3/61 kB error 03-Jan-2023 03:09:48 Progress (1): 6.1/61 kB error 03-Jan-2023 03:09:48 Progress (1): 8.9/61 kB error 03-Jan-2023 03:09:48 Progress (1): 12/61 kB error 03-Jan-2023 03:09:48 Progress (2): 12/61 kB | 0/7.5 MB error 03-Jan-2023 03:09:48 Progress (2): 12/61 kB | 0.1/7.5 MB error 03-Jan-2023 03:09:48 Progress (2): 12/61 kB | 0.1/7.5 MB error 03-Jan-2023 03:09:48 Progress (2): 12/61 kB | 0.2/7.5 MB error 03-Jan-2023 03:09:48 Progress (2): 12/61 kB | 0.2/7.5 MB error 03-Jan-2023 03:09:48 Progress (2): 12/61 kB | 0.2/7.5 MB error 03-Jan-2023 03:09:48 Progress (2): 12/61 kB | 0.3/7.5 MB error 03-Jan-2023 03:09:48 Progress (2): 12/61 kB | 0.3/7.5 MB error 03-Jan-2023 03:09:48 Progress (2): 12/61 kB | 0.4/7.5 MB error 03-Jan-2023 03:09:48 Progress (2): 12/61 kB | 0.4/7.5 MB error 03-Jan-2023 03:09:48 Progress (3): 12/61 kB | 0.4/7.5 MB | 3.3/12 kB error 03-Jan-2023 03:09:48 Progress (3): 12/61 kB | 0.4/7.5 MB | 6.1/12 kB error 03-Jan-2023 03:09:48 Progress (3): 12/61 kB | 0.4/7.5 MB | 8.9/12 kB error 03-Jan-2023 03:09:48 Progress (3): 12/61 kB | 0.4/7.5 MB | 12/12 kB error 03-Jan-2023 03:09:48 Progress (3): 12/61 kB | 0.4/7.5 MB | 12 kB error 03-Jan-2023 03:09:48 Progress (3): 12/61 kB | 0.5/7.5 MB | 12 kB error 03-Jan-2023 03:09:48 Progress (3): 12/61 kB | 0.5/7.5 MB | 12 kB error 03-Jan-2023 03:09:48 Progress (4): 12/61 kB | 0.5/7.5 MB | 12 kB | 3.3/57 kB error 03-Jan-2023 03:09:48 Progress (4): 12/61 kB | 0.5/7.5 MB | 12 kB | 6.1/57 kB error 03-Jan-2023 03:09:48 Progress (4): 12/61 kB | 0.5/7.5 MB | 12 kB | 8.9/57 kB error 03-Jan-2023 03:09:48 Progress (4): 12/61 kB | 0.5/7.5 MB | 12 kB | 12/57 kB error 03-Jan-2023 03:09:48 Progress (4): 12/61 kB | 0.5/7.5 MB | 12 kB | 14/57 kB error 03-Jan-2023 03:09:48 Progress (4): 12/61 kB | 0.5/7.5 MB | 12 kB | 17/57 kB error 03-Jan-2023 03:09:48 Progress (4): 12/61 kB | 0.5/7.5 MB | 12 kB | 20/57 kB error 03-Jan-2023 03:09:48 Progress (4): 12/61 kB | 0.5/7.5 MB | 12 kB | 23/57 kB error 03-Jan-2023 03:09:48 Progress (4): 12/61 kB | 0.5/7.5 MB | 12 kB | 26/57 kB error 03-Jan-2023 03:09:48 Progress (4): 12/61 kB | 0.5/7.5 MB | 12 kB | 29/57 kB error 03-Jan-2023 03:09:48 Progress (4): 12/61 kB | 0.5/7.5 MB | 12 kB | 31/57 kB error 03-Jan-2023 03:09:48 Progress (4): 12/61 kB | 0.5/7.5 MB | 12 kB | 34/57 kB error 03-Jan-2023 03:09:48 Progress (4): 12/61 kB | 0.5/7.5 MB | 12 kB | 37/57 kB error 03-Jan-2023 03:09:48 Progress (4): 12/61 kB | 0.5/7.5 MB | 12 kB | 40/57 kB error 03-Jan-2023 03:09:48 Progress (4): 12/61 kB | 0.5/7.5 MB | 12 kB | 43/57 kB error 03-Jan-2023 03:09:48 Progress (4): 12/61 kB | 0.5/7.5 MB | 12 kB | 45/57 kB error 03-Jan-2023 03:09:48 Progress (4): 12/61 kB | 0.5/7.5 MB | 12 kB | 48/57 kB error 03-Jan-2023 03:09:48 Progress (4): 12/61 kB | 0.5/7.5 MB | 12 kB | 51/57 kB error 03-Jan-2023 03:09:48 Progress (4): 12/61 kB | 0.5/7.5 MB | 12 kB | 54/57 kB error 03-Jan-2023 03:09:48 Progress (4): 14/61 kB | 0.5/7.5 MB | 12 kB | 54/57 kB error 03-Jan-2023 03:09:48 Progress (4): 17/61 kB | 0.5/7.5 MB | 12 kB | 54/57 kB error 03-Jan-2023 03:09:48 Progress (4): 20/61 kB | 0.5/7.5 MB | 12 kB | 54/57 kB error 03-Jan-2023 03:09:48 Progress (4): 23/61 kB | 0.5/7.5 MB | 12 kB | 54/57 kB error 03-Jan-2023 03:09:48 Progress (4): 26/61 kB | 0.5/7.5 MB | 12 kB | 54/57 kB error 03-Jan-2023 03:09:48 Progress (4): 28/61 kB | 0.5/7.5 MB | 12 kB | 54/57 kB error 03-Jan-2023 03:09:48 Progress (4): 31/61 kB | 0.5/7.5 MB | 12 kB | 54/57 kB error 03-Jan-2023 03:09:48 Progress (4): 34/61 kB | 0.5/7.5 MB | 12 kB | 54/57 kB error 03-Jan-2023 03:09:48 Progress (4): 37/61 kB | 0.5/7.5 MB | 12 kB | 54/57 kB error 03-Jan-2023 03:09:48 Progress (4): 40/61 kB | 0.5/7.5 MB | 12 kB | 54/57 kB error 03-Jan-2023 03:09:48 Progress (4): 40/61 kB | 0.5/7.5 MB | 12 kB | 57/57 kB error 03-Jan-2023 03:09:48 Progress (4): 40/61 kB | 0.5/7.5 MB | 12 kB | 57 kB error 03-Jan-2023 03:09:48 Progress (4): 40/61 kB | 0.5/7.5 MB | 12 kB | 57 kB error 03-Jan-2023 03:09:48 Progress (4): 40/61 kB | 0.6/7.5 MB | 12 kB | 57 kB error 03-Jan-2023 03:09:48 Progress (4): 40/61 kB | 0.6/7.5 MB | 12 kB | 57 kB error 03-Jan-2023 03:09:48 Progress (4): 40/61 kB | 0.7/7.5 MB | 12 kB | 57 kB error 03-Jan-2023 03:09:48 Progress (4): 40/61 kB | 0.7/7.5 MB | 12 kB | 57 kB error 03-Jan-2023 03:09:48 Progress (4): 40/61 kB | 0.7/7.5 MB | 12 kB | 57 kB error 03-Jan-2023 03:09:48 Progress (4): 40/61 kB | 0.8/7.5 MB | 12 kB | 57 kB error 03-Jan-2023 03:09:48 Progress (4): 40/61 kB | 0.8/7.5 MB | 12 kB | 57 kB error 03-Jan-2023 03:09:48 Progress (4): 40/61 kB | 0.9/7.5 MB | 12 kB | 57 kB error 03-Jan-2023 03:09:48 Progress (4): 40/61 kB | 0.9/7.5 MB | 12 kB | 57 kB error 03-Jan-2023 03:09:48 Progress (4): 40/61 kB | 1.0/7.5 MB | 12 kB | 57 kB error 03-Jan-2023 03:09:48 Progress (4): 40/61 kB | 1.0/7.5 MB | 12 kB | 57 kB error 03-Jan-2023 03:09:48 Progress (4): 40/61 kB | 1.0/7.5 MB | 12 kB | 57 kB error 03-Jan-2023 03:09:48 Progress (4): 40/61 kB | 1.1/7.5 MB | 12 kB | 57 kB error 03-Jan-2023 03:09:48 Progress (4): 40/61 kB | 1.1/7.5 MB | 12 kB | 57 kB error 03-Jan-2023 03:09:48 Progress (4): 40/61 kB | 1.1/7.5 MB | 12 kB | 57 kB error 03-Jan-2023 03:09:48 Progress (4): 40/61 kB | 1.2/7.5 MB | 12 kB | 57 kB error 03-Jan-2023 03:09:48 Progress (4): 40/61 kB | 1.2/7.5 MB | 12 kB | 57 kB error 03-Jan-2023 03:09:48 Progress (4): 40/61 kB | 1.3/7.5 MB | 12 kB | 57 kB error 03-Jan-2023 03:09:48 Progress (4): 40/61 kB | 1.3/7.5 MB | 12 kB | 57 kB error 03-Jan-2023 03:09:48 Progress (4): 40/61 kB | 1.4/7.5 MB | 12 kB | 57 kB error 03-Jan-2023 03:09:48 Progress (4): 40/61 kB | 1.4/7.5 MB | 12 kB | 57 kB error 03-Jan-2023 03:09:48 Progress (4): 40/61 kB | 1.4/7.5 MB | 12 kB | 57 kB error 03-Jan-2023 03:09:48 Progress (4): 40/61 kB | 1.5/7.5 MB | 12 kB | 57 kB error 03-Jan-2023 03:09:48 Progress (4): 40/61 kB | 1.5/7.5 MB | 12 kB | 57 kB error 03-Jan-2023 03:09:48 Progress (4): 40/61 kB | 1.6/7.5 MB | 12 kB | 57 kB error 03-Jan-2023 03:09:48 Progress (4): 40/61 kB | 1.6/7.5 MB | 12 kB | 57 kB error 03-Jan-2023 03:09:48 Progress (4): 40/61 kB | 1.6/7.5 MB | 12 kB | 57 kB error 03-Jan-2023 03:09:48 Progress (4): 40/61 kB | 1.7/7.5 MB | 12 kB | 57 kB error 03-Jan-2023 03:09:48 Progress (4): 40/61 kB | 1.7/7.5 MB | 12 kB | 57 kB error 03-Jan-2023 03:09:48 Progress (4): 40/61 kB | 1.8/7.5 MB | 12 kB | 57 kB error 03-Jan-2023 03:09:48 Progress (4): 40/61 kB | 1.8/7.5 MB | 12 kB | 57 kB error 03-Jan-2023 03:09:48 Progress (4): 40/61 kB | 1.9/7.5 MB | 12 kB | 57 kB error 03-Jan-2023 03:09:48 Progress (4): 40/61 kB | 1.9/7.5 MB | 12 kB | 57 kB error 03-Jan-2023 03:09:48 Progress (4): 40/61 kB | 1.9/7.5 MB | 12 kB | 57 kB error 03-Jan-2023 03:09:48 Progress (4): 40/61 kB | 2.0/7.5 MB | 12 kB | 57 kB error 03-Jan-2023 03:09:48 Progress (4): 40/61 kB | 2.0/7.5 MB | 12 kB | 57 kB error 03-Jan-2023 03:09:48 Progress (4): 40/61 kB | 2.1/7.5 MB | 12 kB | 57 kB error 03-Jan-2023 03:09:48 Progress (4): 40/61 kB | 2.1/7.5 MB | 12 kB | 57 kB error 03-Jan-2023 03:09:48 Progress (4): 40/61 kB | 2.1/7.5 MB | 12 kB | 57 kB error 03-Jan-2023 03:09:48 Progress (4): 40/61 kB | 2.2/7.5 MB | 12 kB | 57 kB error 03-Jan-2023 03:09:48 Progress (4): 40/61 kB | 2.2/7.5 MB | 12 kB | 57 kB error 03-Jan-2023 03:09:48 Progress (4): 40/61 kB | 2.3/7.5 MB | 12 kB | 57 kB error 03-Jan-2023 03:09:48 Progress (4): 40/61 kB | 2.3/7.5 MB | 12 kB | 57 kB error 03-Jan-2023 03:09:48 Progress (4): 40/61 kB | 2.3/7.5 MB | 12 kB | 57 kB error 03-Jan-2023 03:09:48 Progress (4): 40/61 kB | 2.4/7.5 MB | 12 kB | 57 kB error 03-Jan-2023 03:09:48 Progress (4): 40/61 kB | 2.4/7.5 MB | 12 kB | 57 kB error 03-Jan-2023 03:09:48 Progress (4): 40/61 kB | 2.5/7.5 MB | 12 kB | 57 kB error 03-Jan-2023 03:09:48 Progress (4): 40/61 kB | 2.5/7.5 MB | 12 kB | 57 kB error 03-Jan-2023 03:09:48 Progress (4): 40/61 kB | 2.5/7.5 MB | 12 kB | 57 kB error 03-Jan-2023 03:09:48 Progress (4): 40/61 kB | 2.6/7.5 MB | 12 kB | 57 kB error 03-Jan-2023 03:09:48 Progress (4): 40/61 kB | 2.6/7.5 MB | 12 kB | 57 kB error 03-Jan-2023 03:09:48 Progress (4): 40/61 kB | 2.7/7.5 MB | 12 kB | 57 kB error 03-Jan-2023 03:09:48 Progress (4): 40/61 kB | 2.7/7.5 MB | 12 kB | 57 kB error 03-Jan-2023 03:09:48 Progress (4): 40/61 kB | 2.8/7.5 MB | 12 kB | 57 kB error 03-Jan-2023 03:09:48 Progress (4): 40/61 kB | 2.8/7.5 MB | 12 kB | 57 kB error 03-Jan-2023 03:09:48 Progress (4): 40/61 kB | 2.8/7.5 MB | 12 kB | 57 kB error 03-Jan-2023 03:09:48 Progress (4): 40/61 kB | 2.9/7.5 MB | 12 kB | 57 kB error 03-Jan-2023 03:09:48 Progress (4): 40/61 kB | 2.9/7.5 MB | 12 kB | 57 kB error 03-Jan-2023 03:09:48 Progress (4): 40/61 kB | 3.0/7.5 MB | 12 kB | 57 kB error 03-Jan-2023 03:09:48 error 03-Jan-2023 03:09:48 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/hibernate/hibernate-c3p0/5.6.0.Final/hibernate-c3p0-5.6.0.Final.jar (12 kB at 4.7 kB/s) error 03-Jan-2023 03:09:48 #21 30.80 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/hibernate/hibernate-search-orm/5.11.9.Final/hibernate-search-orm-5.11.9.Final.jar error 03-Jan-2023 03:09:48 #21 30.80 Progress (3): 40/61 kB | 3.0/7.5 MB | 57 kB error 03-Jan-2023 03:09:48 Progress (3): 42/61 kB | 3.0/7.5 MB | 57 kB error 03-Jan-2023 03:09:48 Progress (3): 45/61 kB | 3.0/7.5 MB | 57 kB error 03-Jan-2023 03:09:48 Progress (3): 48/61 kB | 3.0/7.5 MB | 57 kB error 03-Jan-2023 03:09:48 Progress (3): 48/61 kB | 3.1/7.5 MB | 57 kB error 03-Jan-2023 03:09:48 Progress (3): 48/61 kB | 3.1/7.5 MB | 57 kB error 03-Jan-2023 03:09:48 Progress (3): 48/61 kB | 3.1/7.5 MB | 57 kB error 03-Jan-2023 03:09:48 Progress (3): 51/61 kB | 3.1/7.5 MB | 57 kB error 03-Jan-2023 03:09:48 Progress (3): 54/61 kB | 3.1/7.5 MB | 57 kB error 03-Jan-2023 03:09:48 Progress (3): 56/61 kB | 3.1/7.5 MB | 57 kB error 03-Jan-2023 03:09:48 Progress (3): 59/61 kB | 3.1/7.5 MB | 57 kB error 03-Jan-2023 03:09:48 Progress (3): 61 kB | 3.1/7.5 MB | 57 kB error 03-Jan-2023 03:09:48 Progress (3): 61 kB | 3.2/7.5 MB | 57 kB error 03-Jan-2023 03:09:48 Progress (3): 61 kB | 3.2/7.5 MB | 57 kB error 03-Jan-2023 03:09:48 Progress (3): 61 kB | 3.3/7.5 MB | 57 kB error 03-Jan-2023 03:09:48 Progress (3): 61 kB | 3.3/7.5 MB | 57 kB error 03-Jan-2023 03:09:48 Progress (3): 61 kB | 3.3/7.5 MB | 57 kB error 03-Jan-2023 03:09:48 Progress (3): 61 kB | 3.4/7.5 MB | 57 kB error 03-Jan-2023 03:09:48 Progress (3): 61 kB | 3.4/7.5 MB | 57 kB error 03-Jan-2023 03:09:48 Progress (3): 61 kB | 3.5/7.5 MB | 57 kB error 03-Jan-2023 03:09:48 Progress (3): 61 kB | 3.5/7.5 MB | 57 kB error 03-Jan-2023 03:09:48 Progress (3): 61 kB | 3.5/7.5 MB | 57 kB error 03-Jan-2023 03:09:48 Progress (3): 61 kB | 3.6/7.5 MB | 57 kB error 03-Jan-2023 03:09:48 Progress (3): 61 kB | 3.6/7.5 MB | 57 kB error 03-Jan-2023 03:09:48 error 03-Jan-2023 03:09:48 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/hibernate/hibernate-ehcache/5.6.0.Final/hibernate-ehcache-5.6.0.Final.jar (57 kB at 22 kB/s) error 03-Jan-2023 03:09:48 #21 30.83 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/hibernate/hibernate-search-engine/5.11.9.Final/hibernate-search-engine-5.11.9.Final.jar error 03-Jan-2023 03:09:48 #21 30.83 Progress (2): 61 kB | 3.7/7.5 MB error 03-Jan-2023 03:09:48 Progress (2): 61 kB | 3.7/7.5 MB error 03-Jan-2023 03:09:48 Progress (2): 61 kB | 3.7/7.5 MB error 03-Jan-2023 03:09:48 Progress (2): 61 kB | 3.8/7.5 MB error 03-Jan-2023 03:09:48 Progress (2): 61 kB | 3.8/7.5 MB error 03-Jan-2023 03:09:48 Progress (2): 61 kB | 3.9/7.5 MB error 03-Jan-2023 03:09:48 Progress (2): 61 kB | 3.9/7.5 MB error 03-Jan-2023 03:09:48 Progress (2): 61 kB | 4.0/7.5 MB error 03-Jan-2023 03:09:48 Progress (2): 61 kB | 4.0/7.5 MB error 03-Jan-2023 03:09:48 Progress (2): 61 kB | 4.1/7.5 MB error 03-Jan-2023 03:09:48 Progress (2): 61 kB | 4.1/7.5 MB error 03-Jan-2023 03:09:48 Progress (2): 61 kB | 4.1/7.5 MB error 03-Jan-2023 03:09:48 Progress (3): 61 kB | 4.1/7.5 MB | 0/3.7 MB error 03-Jan-2023 03:09:48 Progress (3): 61 kB | 4.1/7.5 MB | 0/3.7 MB error 03-Jan-2023 03:09:48 Progress (3): 61 kB | 4.1/7.5 MB | 0.1/3.7 MB error 03-Jan-2023 03:09:48 Progress (3): 61 kB | 4.1/7.5 MB | 0.1/3.7 MB error 03-Jan-2023 03:09:48 Progress (3): 61 kB | 4.1/7.5 MB | 0.1/3.7 MB error 03-Jan-2023 03:09:48 Progress (3): 61 kB | 4.1/7.5 MB | 0.1/3.7 MB error 03-Jan-2023 03:09:48 Progress (3): 61 kB | 4.1/7.5 MB | 0.2/3.7 MB error 03-Jan-2023 03:09:48 Progress (3): 61 kB | 4.1/7.5 MB | 0.2/3.7 MB error 03-Jan-2023 03:09:48 Progress (3): 61 kB | 4.1/7.5 MB | 0.2/3.7 MB error 03-Jan-2023 03:09:48 Progress (3): 61 kB | 4.1/7.5 MB | 0.2/3.7 MB error 03-Jan-2023 03:09:48 Progress (3): 61 kB | 4.1/7.5 MB | 0.3/3.7 MB error 03-Jan-2023 03:09:48 Progress (3): 61 kB | 4.1/7.5 MB | 0.3/3.7 MB error 03-Jan-2023 03:09:48 Progress (3): 61 kB | 4.1/7.5 MB | 0.3/3.7 MB error 03-Jan-2023 03:09:48 Progress (3): 61 kB | 4.1/7.5 MB | 0.3/3.7 MB error 03-Jan-2023 03:09:48 Progress (3): 61 kB | 4.2/7.5 MB | 0.3/3.7 MB error 03-Jan-2023 03:09:48 Progress (3): 61 kB | 4.2/7.5 MB | 0.3/3.7 MB error 03-Jan-2023 03:09:48 Progress (3): 61 kB | 4.2/7.5 MB | 0.4/3.7 MB error 03-Jan-2023 03:09:48 Progress (3): 61 kB | 4.2/7.5 MB | 0.4/3.7 MB error 03-Jan-2023 03:09:48 Progress (3): 61 kB | 4.2/7.5 MB | 0.4/3.7 MB error 03-Jan-2023 03:09:48 Progress (3): 61 kB | 4.3/7.5 MB | 0.4/3.7 MB error 03-Jan-2023 03:09:48 Progress (3): 61 kB | 4.3/7.5 MB | 0.4/3.7 MB error 03-Jan-2023 03:09:48 Progress (3): 61 kB | 4.3/7.5 MB | 0.4/3.7 MB error 03-Jan-2023 03:09:48 Progress (3): 61 kB | 4.3/7.5 MB | 0.4/3.7 MB error 03-Jan-2023 03:09:48 Progress (3): 61 kB | 4.3/7.5 MB | 0.5/3.7 MB error 03-Jan-2023 03:09:48 Progress (3): 61 kB | 4.3/7.5 MB | 0.5/3.7 MB error 03-Jan-2023 03:09:48 Progress (3): 61 kB | 4.3/7.5 MB | 0.5/3.7 MB error 03-Jan-2023 03:09:48 Progress (3): 61 kB | 4.3/7.5 MB | 0.5/3.7 MB error 03-Jan-2023 03:09:48 Progress (3): 61 kB | 4.4/7.5 MB | 0.5/3.7 MB error 03-Jan-2023 03:09:48 Progress (3): 61 kB | 4.4/7.5 MB | 0.5/3.7 MB error 03-Jan-2023 03:09:48 Progress (3): 61 kB | 4.4/7.5 MB | 0.6/3.7 MB error 03-Jan-2023 03:09:48 Progress (3): 61 kB | 4.4/7.5 MB | 0.6/3.7 MB error 03-Jan-2023 03:09:48 Progress (3): 61 kB | 4.4/7.5 MB | 0.6/3.7 MB error 03-Jan-2023 03:09:48 Progress (3): 61 kB | 4.5/7.5 MB | 0.6/3.7 MB error 03-Jan-2023 03:09:48 Progress (3): 61 kB | 4.5/7.5 MB | 0.6/3.7 MB error 03-Jan-2023 03:09:48 Progress (3): 61 kB | 4.5/7.5 MB | 0.6/3.7 MB error 03-Jan-2023 03:09:48 Progress (3): 61 kB | 4.5/7.5 MB | 0.6/3.7 MB error 03-Jan-2023 03:09:48 Progress (3): 61 kB | 4.5/7.5 MB | 0.7/3.7 MB error 03-Jan-2023 03:09:48 Progress (3): 61 kB | 4.6/7.5 MB | 0.7/3.7 MB error 03-Jan-2023 03:09:48 Progress (3): 61 kB | 4.6/7.5 MB | 0.7/3.7 MB error 03-Jan-2023 03:09:48 Progress (3): 61 kB | 4.6/7.5 MB | 0.7/3.7 MB error 03-Jan-2023 03:09:48 Progress (3): 61 kB | 4.6/7.5 MB | 0.7/3.7 MB error 03-Jan-2023 03:09:48 Progress (3): 61 kB | 4.6/7.5 MB | 0.7/3.7 MB error 03-Jan-2023 03:09:48 Progress (3): 61 kB | 4.6/7.5 MB | 0.7/3.7 MB error 03-Jan-2023 03:09:48 Progress (3): 61 kB | 4.6/7.5 MB | 0.8/3.7 MB error 03-Jan-2023 03:09:48 Progress (3): 61 kB | 4.6/7.5 MB | 0.8/3.7 MB error 03-Jan-2023 03:09:48 Progress (4): 61 kB | 4.6/7.5 MB | 0.8/3.7 MB | 3.3/157 kB error 03-Jan-2023 03:09:48 Progress (4): 61 kB | 4.6/7.5 MB | 0.8/3.7 MB | 6.1/157 kB error 03-Jan-2023 03:09:48 Progress (4): 61 kB | 4.6/7.5 MB | 0.8/3.7 MB | 8.9/157 kB error 03-Jan-2023 03:09:48 Progress (4): 61 kB | 4.6/7.5 MB | 0.8/3.7 MB | 12/157 kB error 03-Jan-2023 03:09:48 Progress (4): 61 kB | 4.6/7.5 MB | 0.8/3.7 MB | 14/157 kB error 03-Jan-2023 03:09:48 Progress (4): 61 kB | 4.6/7.5 MB | 0.8/3.7 MB | 17/157 kB error 03-Jan-2023 03:09:48 Progress (4): 61 kB | 4.6/7.5 MB | 0.8/3.7 MB | 20/157 kB error 03-Jan-2023 03:09:48 Progress (4): 61 kB | 4.6/7.5 MB | 0.8/3.7 MB | 23/157 kB error 03-Jan-2023 03:09:48 Progress (4): 61 kB | 4.6/7.5 MB | 0.8/3.7 MB | 26/157 kB error 03-Jan-2023 03:09:48 Progress (4): 61 kB | 4.6/7.5 MB | 0.8/3.7 MB | 28/157 kB error 03-Jan-2023 03:09:48 Progress (4): 61 kB | 4.6/7.5 MB | 0.8/3.7 MB | 31/157 kB error 03-Jan-2023 03:09:48 Progress (4): 61 kB | 4.6/7.5 MB | 0.8/3.7 MB | 34/157 kB error 03-Jan-2023 03:09:48 Progress (4): 61 kB | 4.6/7.5 MB | 0.8/3.7 MB | 37/157 kB error 03-Jan-2023 03:09:48 error 03-Jan-2023 03:09:48 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/jboss/logging/jboss-logging/3.4.2.Final/jboss-logging-3.4.2.Final.jar (61 kB at 22 kB/s) error 03-Jan-2023 03:09:48 #21 30.93 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/logging/log4j/log4j-core/2.17.2/log4j-core-2.17.2.jar error 03-Jan-2023 03:09:48 #21 30.93 Progress (3): 4.6/7.5 MB | 0.8/3.7 MB | 40/157 kB error 03-Jan-2023 03:09:48 Progress (3): 4.6/7.5 MB | 0.8/3.7 MB | 42/157 kB error 03-Jan-2023 03:09:48 Progress (3): 4.6/7.5 MB | 0.8/3.7 MB | 45/157 kB error 03-Jan-2023 03:09:48 Progress (3): 4.6/7.5 MB | 0.8/3.7 MB | 48/157 kB error 03-Jan-2023 03:09:48 Progress (3): 4.6/7.5 MB | 0.8/3.7 MB | 51/157 kB error 03-Jan-2023 03:09:48 Progress (3): 4.6/7.5 MB | 0.8/3.7 MB | 54/157 kB error 03-Jan-2023 03:09:48 Progress (3): 4.6/7.5 MB | 0.8/3.7 MB | 56/157 kB error 03-Jan-2023 03:09:48 Progress (3): 4.6/7.5 MB | 0.8/3.7 MB | 59/157 kB error 03-Jan-2023 03:09:48 Progress (3): 4.6/7.5 MB | 0.8/3.7 MB | 62/157 kB error 03-Jan-2023 03:09:48 Progress (3): 4.6/7.5 MB | 0.8/3.7 MB | 65/157 kB error 03-Jan-2023 03:09:48 Progress (3): 4.6/7.5 MB | 0.8/3.7 MB | 68/157 kB error 03-Jan-2023 03:09:48 Progress (3): 4.6/7.5 MB | 0.8/3.7 MB | 70/157 kB error 03-Jan-2023 03:09:48 Progress (3): 4.6/7.5 MB | 0.8/3.7 MB | 73/157 kB error 03-Jan-2023 03:09:48 Progress (3): 4.6/7.5 MB | 0.8/3.7 MB | 76/157 kB error 03-Jan-2023 03:09:48 Progress (3): 4.6/7.5 MB | 0.8/3.7 MB | 79/157 kB error 03-Jan-2023 03:09:48 Progress (3): 4.6/7.5 MB | 0.8/3.7 MB | 82/157 kB error 03-Jan-2023 03:09:48 Progress (3): 4.6/7.5 MB | 0.8/3.7 MB | 84/157 kB error 03-Jan-2023 03:09:48 Progress (3): 4.6/7.5 MB | 0.8/3.7 MB | 87/157 kB error 03-Jan-2023 03:09:48 Progress (3): 4.6/7.5 MB | 0.8/3.7 MB | 90/157 kB error 03-Jan-2023 03:09:48 Progress (3): 4.6/7.5 MB | 0.8/3.7 MB | 93/157 kB error 03-Jan-2023 03:09:48 Progress (3): 4.7/7.5 MB | 0.8/3.7 MB | 93/157 kB error 03-Jan-2023 03:09:48 Progress (3): 4.7/7.5 MB | 0.8/3.7 MB | 96/157 kB error 03-Jan-2023 03:09:48 Progress (3): 4.7/7.5 MB | 0.8/3.7 MB | 98/157 kB error 03-Jan-2023 03:09:48 Progress (3): 4.7/7.5 MB | 0.8/3.7 MB | 98/157 kB error 03-Jan-2023 03:09:48 Progress (3): 4.7/7.5 MB | 0.8/3.7 MB | 101/157 kB error 03-Jan-2023 03:09:48 Progress (3): 4.7/7.5 MB | 0.8/3.7 MB | 104/157 kB error 03-Jan-2023 03:09:48 Progress (3): 4.7/7.5 MB | 0.8/3.7 MB | 107/157 kB error 03-Jan-2023 03:09:48 Progress (3): 4.7/7.5 MB | 0.8/3.7 MB | 110/157 kB error 03-Jan-2023 03:09:48 Progress (3): 4.7/7.5 MB | 0.8/3.7 MB | 110/157 kB error 03-Jan-2023 03:09:48 Progress (3): 4.7/7.5 MB | 0.8/3.7 MB | 110/157 kB error 03-Jan-2023 03:09:48 Progress (3): 4.7/7.5 MB | 0.8/3.7 MB | 110/157 kB error 03-Jan-2023 03:09:48 Progress (3): 4.7/7.5 MB | 0.9/3.7 MB | 110/157 kB error 03-Jan-2023 03:09:48 Progress (3): 4.7/7.5 MB | 0.9/3.7 MB | 110/157 kB error 03-Jan-2023 03:09:48 Progress (3): 4.8/7.5 MB | 0.9/3.7 MB | 110/157 kB error 03-Jan-2023 03:09:48 Progress (3): 4.8/7.5 MB | 0.9/3.7 MB | 110/157 kB error 03-Jan-2023 03:09:48 Progress (3): 4.8/7.5 MB | 0.9/3.7 MB | 110/157 kB error 03-Jan-2023 03:09:48 Progress (3): 4.8/7.5 MB | 1.0/3.7 MB | 110/157 kB error 03-Jan-2023 03:09:48 Progress (3): 4.8/7.5 MB | 1.0/3.7 MB | 110/157 kB error 03-Jan-2023 03:09:48 Progress (3): 4.8/7.5 MB | 1.0/3.7 MB | 110/157 kB error 03-Jan-2023 03:09:48 Progress (3): 4.8/7.5 MB | 1.0/3.7 MB | 110/157 kB error 03-Jan-2023 03:09:48 Progress (3): 4.8/7.5 MB | 1.0/3.7 MB | 110/157 kB error 03-Jan-2023 03:09:48 Progress (3): 4.8/7.5 MB | 1.1/3.7 MB | 110/157 kB error 03-Jan-2023 03:09:48 Progress (3): 4.8/7.5 MB | 1.1/3.7 MB | 110/157 kB error 03-Jan-2023 03:09:48 Progress (3): 4.8/7.5 MB | 1.1/3.7 MB | 110/157 kB error 03-Jan-2023 03:09:48 Progress (3): 4.8/7.5 MB | 1.1/3.7 MB | 110/157 kB error 03-Jan-2023 03:09:48 Progress (3): 4.9/7.5 MB | 1.1/3.7 MB | 110/157 kB error 03-Jan-2023 03:09:48 Progress (3): 4.9/7.5 MB | 1.1/3.7 MB | 110/157 kB error 03-Jan-2023 03:09:48 Progress (3): 4.9/7.5 MB | 1.2/3.7 MB | 110/157 kB error 03-Jan-2023 03:09:48 Progress (3): 4.9/7.5 MB | 1.2/3.7 MB | 110/157 kB error 03-Jan-2023 03:09:48 Progress (3): 4.9/7.5 MB | 1.2/3.7 MB | 110/157 kB error 03-Jan-2023 03:09:48 Progress (3): 4.9/7.5 MB | 1.2/3.7 MB | 110/157 kB error 03-Jan-2023 03:09:48 Progress (3): 4.9/7.5 MB | 1.3/3.7 MB | 110/157 kB error 03-Jan-2023 03:09:48 Progress (3): 4.9/7.5 MB | 1.3/3.7 MB | 110/157 kB error 03-Jan-2023 03:09:48 Progress (3): 4.9/7.5 MB | 1.3/3.7 MB | 110/157 kB error 03-Jan-2023 03:09:48 Progress (3): 4.9/7.5 MB | 1.3/3.7 MB | 110/157 kB error 03-Jan-2023 03:09:48 Progress (3): 4.9/7.5 MB | 1.4/3.7 MB | 110/157 kB error 03-Jan-2023 03:09:48 Progress (3): 4.9/7.5 MB | 1.4/3.7 MB | 110/157 kB error 03-Jan-2023 03:09:48 Progress (3): 5.0/7.5 MB | 1.4/3.7 MB | 110/157 kB error 03-Jan-2023 03:09:48 Progress (3): 5.0/7.5 MB | 1.4/3.7 MB | 110/157 kB error 03-Jan-2023 03:09:48 Progress (3): 5.0/7.5 MB | 1.4/3.7 MB | 110/157 kB error 03-Jan-2023 03:09:48 Progress (3): 5.0/7.5 MB | 1.4/3.7 MB | 110/157 kB error 03-Jan-2023 03:09:48 Progress (3): 5.0/7.5 MB | 1.4/3.7 MB | 110/157 kB error 03-Jan-2023 03:09:48 Progress (3): 5.0/7.5 MB | 1.5/3.7 MB | 110/157 kB error 03-Jan-2023 03:09:48 Progress (3): 5.0/7.5 MB | 1.5/3.7 MB | 110/157 kB error 03-Jan-2023 03:09:48 Progress (3): 5.0/7.5 MB | 1.5/3.7 MB | 110/157 kB error 03-Jan-2023 03:09:48 Progress (3): 5.0/7.5 MB | 1.5/3.7 MB | 110/157 kB error 03-Jan-2023 03:09:48 Progress (3): 5.0/7.5 MB | 1.5/3.7 MB | 110/157 kB error 03-Jan-2023 03:09:48 Progress (3): 5.0/7.5 MB | 1.6/3.7 MB | 110/157 kB error 03-Jan-2023 03:09:48 Progress (3): 5.0/7.5 MB | 1.6/3.7 MB | 110/157 kB error 03-Jan-2023 03:09:48 Progress (3): 5.0/7.5 MB | 1.6/3.7 MB | 110/157 kB error 03-Jan-2023 03:09:48 Progress (3): 5.0/7.5 MB | 1.6/3.7 MB | 110/157 kB error 03-Jan-2023 03:09:48 Progress (3): 5.0/7.5 MB | 1.7/3.7 MB | 110/157 kB error 03-Jan-2023 03:09:48 Progress (3): 5.0/7.5 MB | 1.7/3.7 MB | 110/157 kB error 03-Jan-2023 03:09:48 Progress (3): 5.0/7.5 MB | 1.7/3.7 MB | 110/157 kB error 03-Jan-2023 03:09:48 Progress (3): 5.0/7.5 MB | 1.7/3.7 MB | 110/157 kB error 03-Jan-2023 03:09:48 Progress (3): 5.1/7.5 MB | 1.7/3.7 MB | 110/157 kB error 03-Jan-2023 03:09:48 Progress (3): 5.1/7.5 MB | 1.8/3.7 MB | 110/157 kB error 03-Jan-2023 03:09:48 Progress (3): 5.1/7.5 MB | 1.8/3.7 MB | 110/157 kB error 03-Jan-2023 03:09:48 Progress (3): 5.1/7.5 MB | 1.8/3.7 MB | 110/157 kB error 03-Jan-2023 03:09:48 Progress (3): 5.1/7.5 MB | 1.8/3.7 MB | 110/157 kB error 03-Jan-2023 03:09:48 Progress (3): 5.1/7.5 MB | 1.8/3.7 MB | 110/157 kB error 03-Jan-2023 03:09:48 Progress (3): 5.1/7.5 MB | 1.9/3.7 MB | 110/157 kB error 03-Jan-2023 03:09:48 Progress (3): 5.1/7.5 MB | 1.9/3.7 MB | 110/157 kB error 03-Jan-2023 03:09:48 Progress (3): 5.1/7.5 MB | 1.9/3.7 MB | 110/157 kB error 03-Jan-2023 03:09:48 Progress (3): 5.2/7.5 MB | 1.9/3.7 MB | 110/157 kB error 03-Jan-2023 03:09:48 Progress (3): 5.2/7.5 MB | 1.9/3.7 MB | 110/157 kB error 03-Jan-2023 03:09:48 Progress (3): 5.2/7.5 MB | 1.9/3.7 MB | 110/157 kB error 03-Jan-2023 03:09:48 Progress (3): 5.2/7.5 MB | 2.0/3.7 MB | 110/157 kB error 03-Jan-2023 03:09:48 Progress (3): 5.2/7.5 MB | 2.0/3.7 MB | 110/157 kB error 03-Jan-2023 03:09:48 Progress (3): 5.2/7.5 MB | 2.0/3.7 MB | 110/157 kB error 03-Jan-2023 03:09:48 Progress (3): 5.2/7.5 MB | 2.0/3.7 MB | 110/157 kB error 03-Jan-2023 03:09:48 Progress (3): 5.2/7.5 MB | 2.0/3.7 MB | 110/157 kB error 03-Jan-2023 03:09:48 Progress (3): 5.2/7.5 MB | 2.0/3.7 MB | 112/157 kB error 03-Jan-2023 03:09:48 Progress (3): 5.2/7.5 MB | 2.0/3.7 MB | 115/157 kB error 03-Jan-2023 03:09:48 Progress (3): 5.2/7.5 MB | 2.0/3.7 MB | 118/157 kB error 03-Jan-2023 03:09:48 Progress (3): 5.2/7.5 MB | 2.0/3.7 MB | 118/157 kB error 03-Jan-2023 03:09:48 Progress (3): 5.2/7.5 MB | 2.0/3.7 MB | 120/157 kB error 03-Jan-2023 03:09:48 Progress (3): 5.2/7.5 MB | 2.0/3.7 MB | 123/157 kB error 03-Jan-2023 03:09:48 Progress (3): 5.2/7.5 MB | 2.0/3.7 MB | 126/157 kB error 03-Jan-2023 03:09:48 Progress (3): 5.2/7.5 MB | 2.0/3.7 MB | 129/157 kB error 03-Jan-2023 03:09:48 Progress (3): 5.2/7.5 MB | 2.0/3.7 MB | 132/157 kB error 03-Jan-2023 03:09:48 Progress (3): 5.2/7.5 MB | 2.0/3.7 MB | 134/157 kB error 03-Jan-2023 03:09:48 Progress (3): 5.2/7.5 MB | 2.0/3.7 MB | 137/157 kB error 03-Jan-2023 03:09:48 Progress (3): 5.2/7.5 MB | 2.0/3.7 MB | 140/157 kB error 03-Jan-2023 03:09:48 Progress (3): 5.2/7.5 MB | 2.0/3.7 MB | 143/157 kB error 03-Jan-2023 03:09:48 Progress (3): 5.3/7.5 MB | 2.0/3.7 MB | 143/157 kB error 03-Jan-2023 03:09:48 Progress (3): 5.3/7.5 MB | 2.1/3.7 MB | 143/157 kB error 03-Jan-2023 03:09:48 Progress (3): 5.3/7.5 MB | 2.1/3.7 MB | 146/157 kB error 03-Jan-2023 03:09:48 Progress (3): 5.3/7.5 MB | 2.1/3.7 MB | 148/157 kB error 03-Jan-2023 03:09:48 Progress (3): 5.3/7.5 MB | 2.1/3.7 MB | 151/157 kB error 03-Jan-2023 03:09:48 Progress (3): 5.3/7.5 MB | 2.1/3.7 MB | 154/157 kB error 03-Jan-2023 03:09:48 Progress (3): 5.3/7.5 MB | 2.1/3.7 MB | 157/157 kB error 03-Jan-2023 03:09:48 Progress (3): 5.3/7.5 MB | 2.1/3.7 MB | 157 kB error 03-Jan-2023 03:09:48 Progress (3): 5.3/7.5 MB | 2.1/3.7 MB | 157 kB error 03-Jan-2023 03:09:48 Progress (3): 5.3/7.5 MB | 2.1/3.7 MB | 157 kB error 03-Jan-2023 03:09:48 Progress (3): 5.3/7.5 MB | 2.1/3.7 MB | 157 kB error 03-Jan-2023 03:09:48 Progress (3): 5.3/7.5 MB | 2.1/3.7 MB | 157 kB error 03-Jan-2023 03:09:48 Progress (3): 5.4/7.5 MB | 2.1/3.7 MB | 157 kB error 03-Jan-2023 03:09:48 Progress (3): 5.4/7.5 MB | 2.2/3.7 MB | 157 kB error 03-Jan-2023 03:09:48 Progress (3): 5.4/7.5 MB | 2.2/3.7 MB | 157 kB error 03-Jan-2023 03:09:48 Progress (3): 5.4/7.5 MB | 2.2/3.7 MB | 157 kB error 03-Jan-2023 03:09:48 Progress (3): 5.5/7.5 MB | 2.2/3.7 MB | 157 kB error 03-Jan-2023 03:09:48 Progress (3): 5.5/7.5 MB | 2.2/3.7 MB | 157 kB error 03-Jan-2023 03:09:48 Progress (3): 5.5/7.5 MB | 2.2/3.7 MB | 157 kB error 03-Jan-2023 03:09:48 Progress (3): 5.6/7.5 MB | 2.2/3.7 MB | 157 kB error 03-Jan-2023 03:09:48 Progress (3): 5.6/7.5 MB | 2.2/3.7 MB | 157 kB error 03-Jan-2023 03:09:48 Progress (3): 5.6/7.5 MB | 2.2/3.7 MB | 157 kB error 03-Jan-2023 03:09:48 Progress (3): 5.6/7.5 MB | 2.2/3.7 MB | 157 kB error 03-Jan-2023 03:09:48 Progress (3): 5.6/7.5 MB | 2.3/3.7 MB | 157 kB error 03-Jan-2023 03:09:48 Progress (3): 5.6/7.5 MB | 2.3/3.7 MB | 157 kB error 03-Jan-2023 03:09:48 Progress (3): 5.6/7.5 MB | 2.3/3.7 MB | 157 kB error 03-Jan-2023 03:09:48 Progress (3): 5.6/7.5 MB | 2.3/3.7 MB | 157 kB error 03-Jan-2023 03:09:48 Progress (3): 5.6/7.5 MB | 2.4/3.7 MB | 157 kB error 03-Jan-2023 03:09:48 Progress (3): 5.6/7.5 MB | 2.4/3.7 MB | 157 kB error 03-Jan-2023 03:09:48 Progress (3): 5.7/7.5 MB | 2.4/3.7 MB | 157 kB error 03-Jan-2023 03:09:48 Progress (3): 5.7/7.5 MB | 2.4/3.7 MB | 157 kB error 03-Jan-2023 03:09:48 Progress (3): 5.7/7.5 MB | 2.4/3.7 MB | 157 kB error 03-Jan-2023 03:09:48 Progress (3): 5.7/7.5 MB | 2.5/3.7 MB | 157 kB error 03-Jan-2023 03:09:48 Progress (3): 5.7/7.5 MB | 2.5/3.7 MB | 157 kB error 03-Jan-2023 03:09:48 Progress (3): 5.7/7.5 MB | 2.5/3.7 MB | 157 kB error 03-Jan-2023 03:09:48 Progress (3): 5.7/7.5 MB | 2.5/3.7 MB | 157 kB error 03-Jan-2023 03:09:48 Progress (3): 5.7/7.5 MB | 2.5/3.7 MB | 157 kB error 03-Jan-2023 03:09:48 Progress (3): 5.7/7.5 MB | 2.5/3.7 MB | 157 kB error 03-Jan-2023 03:09:48 Progress (3): 5.8/7.5 MB | 2.5/3.7 MB | 157 kB error 03-Jan-2023 03:09:48 Progress (3): 5.8/7.5 MB | 2.6/3.7 MB | 157 kB error 03-Jan-2023 03:09:48 Progress (3): 5.8/7.5 MB | 2.6/3.7 MB | 157 kB error 03-Jan-2023 03:09:48 Progress (3): 5.8/7.5 MB | 2.6/3.7 MB | 157 kB error 03-Jan-2023 03:09:48 Progress (3): 5.8/7.5 MB | 2.6/3.7 MB | 157 kB error 03-Jan-2023 03:09:48 Progress (3): 5.9/7.5 MB | 2.6/3.7 MB | 157 kB error 03-Jan-2023 03:09:48 Progress (3): 5.9/7.5 MB | 2.6/3.7 MB | 157 kB error 03-Jan-2023 03:09:48 Progress (3): 5.9/7.5 MB | 2.7/3.7 MB | 157 kB error 03-Jan-2023 03:09:48 Progress (3): 5.9/7.5 MB | 2.7/3.7 MB | 157 kB error 03-Jan-2023 03:09:48 Progress (3): 5.9/7.5 MB | 2.7/3.7 MB | 157 kB error 03-Jan-2023 03:09:48 Progress (3): 5.9/7.5 MB | 2.7/3.7 MB | 157 kB error 03-Jan-2023 03:09:48 Progress (3): 5.9/7.5 MB | 2.7/3.7 MB | 157 kB error 03-Jan-2023 03:09:48 Progress (3): 5.9/7.5 MB | 2.7/3.7 MB | 157 kB error 03-Jan-2023 03:09:48 Progress (3): 6.0/7.5 MB | 2.7/3.7 MB | 157 kB error 03-Jan-2023 03:09:48 Progress (4): 6.0/7.5 MB | 2.7/3.7 MB | 157 kB | 0/1.3 MB error 03-Jan-2023 03:09:48 Progress (4): 6.0/7.5 MB | 2.8/3.7 MB | 157 kB | 0/1.3 MB error 03-Jan-2023 03:09:48 Progress (4): 6.0/7.5 MB | 2.8/3.7 MB | 157 kB | 0/1.3 MB error 03-Jan-2023 03:09:48 Progress (4): 6.0/7.5 MB | 2.8/3.7 MB | 157 kB | 0/1.3 MB error 03-Jan-2023 03:09:48 Progress (4): 6.1/7.5 MB | 2.8/3.7 MB | 157 kB | 0/1.3 MB error 03-Jan-2023 03:09:48 Progress (4): 6.1/7.5 MB | 2.8/3.7 MB | 157 kB | 0/1.3 MB error 03-Jan-2023 03:09:48 Progress (4): 6.1/7.5 MB | 2.8/3.7 MB | 157 kB | 0/1.3 MB error 03-Jan-2023 03:09:48 Progress (4): 6.1/7.5 MB | 2.8/3.7 MB | 157 kB | 0/1.3 MB error 03-Jan-2023 03:09:48 Progress (4): 6.1/7.5 MB | 2.8/3.7 MB | 157 kB | 0/1.3 MB error 03-Jan-2023 03:09:48 Progress (4): 6.1/7.5 MB | 2.8/3.7 MB | 157 kB | 0/1.3 MB error 03-Jan-2023 03:09:48 Progress (4): 6.1/7.5 MB | 2.8/3.7 MB | 157 kB | 0/1.3 MB error 03-Jan-2023 03:09:48 Progress (4): 6.1/7.5 MB | 2.9/3.7 MB | 157 kB | 0/1.3 MB error 03-Jan-2023 03:09:48 Progress (4): 6.1/7.5 MB | 2.9/3.7 MB | 157 kB | 0/1.3 MB error 03-Jan-2023 03:09:48 Progress (4): 6.1/7.5 MB | 2.9/3.7 MB | 157 kB | 0/1.3 MB error 03-Jan-2023 03:09:48 Progress (4): 6.1/7.5 MB | 2.9/3.7 MB | 157 kB | 0/1.3 MB error 03-Jan-2023 03:09:48 Progress (4): 6.2/7.5 MB | 2.9/3.7 MB | 157 kB | 0/1.3 MB error 03-Jan-2023 03:09:48 Progress (4): 6.2/7.5 MB | 2.9/3.7 MB | 157 kB | 0/1.3 MB error 03-Jan-2023 03:09:48 Progress (4): 6.2/7.5 MB | 2.9/3.7 MB | 157 kB | 0/1.3 MB error 03-Jan-2023 03:09:48 Progress (4): 6.2/7.5 MB | 2.9/3.7 MB | 157 kB | 0/1.3 MB error 03-Jan-2023 03:09:48 Progress (4): 6.2/7.5 MB | 3.0/3.7 MB | 157 kB | 0/1.3 MB error 03-Jan-2023 03:09:48 Progress (4): 6.2/7.5 MB | 3.0/3.7 MB | 157 kB | 0.1/1.3 MB error 03-Jan-2023 03:09:48 Progress (4): 6.2/7.5 MB | 3.0/3.7 MB | 157 kB | 0.1/1.3 MB error 03-Jan-2023 03:09:48 Progress (4): 6.3/7.5 MB | 3.0/3.7 MB | 157 kB | 0.1/1.3 MB error 03-Jan-2023 03:09:48 Progress (4): 6.3/7.5 MB | 3.0/3.7 MB | 157 kB | 0.1/1.3 MB error 03-Jan-2023 03:09:48 Progress (4): 6.3/7.5 MB | 3.0/3.7 MB | 157 kB | 0.1/1.3 MB error 03-Jan-2023 03:09:48 Progress (4): 6.3/7.5 MB | 3.0/3.7 MB | 157 kB | 0.1/1.3 MB error 03-Jan-2023 03:09:48 Progress (4): 6.3/7.5 MB | 3.0/3.7 MB | 157 kB | 0.1/1.3 MB error 03-Jan-2023 03:09:48 Progress (4): 6.3/7.5 MB | 3.0/3.7 MB | 157 kB | 0.1/1.3 MB error 03-Jan-2023 03:09:48 Progress (4): 6.3/7.5 MB | 3.0/3.7 MB | 157 kB | 0.1/1.3 MB error 03-Jan-2023 03:09:48 Progress (4): 6.3/7.5 MB | 3.0/3.7 MB | 157 kB | 0.1/1.3 MB error 03-Jan-2023 03:09:48 Progress (4): 6.3/7.5 MB | 3.1/3.7 MB | 157 kB | 0.1/1.3 MB error 03-Jan-2023 03:09:48 Progress (4): 6.3/7.5 MB | 3.1/3.7 MB | 157 kB | 0.1/1.3 MB error 03-Jan-2023 03:09:48 Progress (4): 6.4/7.5 MB | 3.1/3.7 MB | 157 kB | 0.1/1.3 MB error 03-Jan-2023 03:09:48 Progress (4): 6.4/7.5 MB | 3.1/3.7 MB | 157 kB | 0.1/1.3 MB error 03-Jan-2023 03:09:48 Progress (4): 6.4/7.5 MB | 3.1/3.7 MB | 157 kB | 0.1/1.3 MB error 03-Jan-2023 03:09:48 Progress (4): 6.4/7.5 MB | 3.1/3.7 MB | 157 kB | 0.1/1.3 MB error 03-Jan-2023 03:09:48 Progress (4): 6.4/7.5 MB | 3.1/3.7 MB | 157 kB | 0.1/1.3 MB error 03-Jan-2023 03:09:48 Progress (4): 6.4/7.5 MB | 3.2/3.7 MB | 157 kB | 0.1/1.3 MB error 03-Jan-2023 03:09:48 error 03-Jan-2023 03:09:48 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/hibernate/hibernate-search-orm/5.11.9.Final/hibernate-search-orm-5.11.9.Final.jar (157 kB at 53 kB/s) error 03-Jan-2023 03:09:48 #21 31.16 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/logging/log4j/log4j-api/2.17.2/log4j-api-2.17.2.jar error 03-Jan-2023 03:09:48 #21 31.16 Progress (3): 6.4/7.5 MB | 3.2/3.7 MB | 0.1/1.3 MB error 03-Jan-2023 03:09:48 Progress (3): 6.4/7.5 MB | 3.2/3.7 MB | 0.1/1.3 MB error 03-Jan-2023 03:09:48 Progress (3): 6.5/7.5 MB | 3.2/3.7 MB | 0.1/1.3 MB error 03-Jan-2023 03:09:48 Progress (3): 6.5/7.5 MB | 3.2/3.7 MB | 0.1/1.3 MB error 03-Jan-2023 03:09:48 Progress (3): 6.5/7.5 MB | 3.2/3.7 MB | 0.1/1.3 MB error 03-Jan-2023 03:09:48 Progress (3): 6.6/7.5 MB | 3.2/3.7 MB | 0.1/1.3 MB error 03-Jan-2023 03:09:48 Progress (3): 6.6/7.5 MB | 3.3/3.7 MB | 0.1/1.3 MB error 03-Jan-2023 03:09:48 Progress (3): 6.6/7.5 MB | 3.3/3.7 MB | 0.1/1.3 MB error 03-Jan-2023 03:09:48 Progress (3): 6.6/7.5 MB | 3.3/3.7 MB | 0.1/1.3 MB error 03-Jan-2023 03:09:48 Progress (3): 6.6/7.5 MB | 3.3/3.7 MB | 0.1/1.3 MB error 03-Jan-2023 03:09:48 Progress (3): 6.6/7.5 MB | 3.3/3.7 MB | 0.1/1.3 MB error 03-Jan-2023 03:09:48 Progress (3): 6.6/7.5 MB | 3.3/3.7 MB | 0.1/1.3 MB error 03-Jan-2023 03:09:48 Progress (3): 6.6/7.5 MB | 3.3/3.7 MB | 0.1/1.3 MB error 03-Jan-2023 03:09:48 Progress (3): 6.6/7.5 MB | 3.3/3.7 MB | 0.1/1.3 MB error 03-Jan-2023 03:09:48 Progress (3): 6.6/7.5 MB | 3.4/3.7 MB | 0.1/1.3 MB error 03-Jan-2023 03:09:48 Progress (3): 6.7/7.5 MB | 3.4/3.7 MB | 0.1/1.3 MB error 03-Jan-2023 03:09:48 Progress (3): 6.7/7.5 MB | 3.4/3.7 MB | 0.1/1.3 MB error 03-Jan-2023 03:09:48 Progress (3): 6.7/7.5 MB | 3.4/3.7 MB | 0.1/1.3 MB error 03-Jan-2023 03:09:48 Progress (3): 6.8/7.5 MB | 3.4/3.7 MB | 0.1/1.3 MB error 03-Jan-2023 03:09:48 Progress (3): 6.8/7.5 MB | 3.4/3.7 MB | 0.1/1.3 MB error 03-Jan-2023 03:09:48 Progress (3): 6.8/7.5 MB | 3.4/3.7 MB | 0.1/1.3 MB error 03-Jan-2023 03:09:48 Progress (3): 6.8/7.5 MB | 3.5/3.7 MB | 0.1/1.3 MB error 03-Jan-2023 03:09:48 Progress (3): 6.8/7.5 MB | 3.5/3.7 MB | 0.1/1.3 MB error 03-Jan-2023 03:09:48 Progress (3): 6.8/7.5 MB | 3.5/3.7 MB | 0.1/1.3 MB error 03-Jan-2023 03:09:48 Progress (3): 6.8/7.5 MB | 3.5/3.7 MB | 0.1/1.3 MB error 03-Jan-2023 03:09:48 Progress (3): 6.8/7.5 MB | 3.5/3.7 MB | 0.1/1.3 MB error 03-Jan-2023 03:09:48 Progress (3): 6.8/7.5 MB | 3.5/3.7 MB | 0.1/1.3 MB error 03-Jan-2023 03:09:48 Progress (3): 6.8/7.5 MB | 3.5/3.7 MB | 0.1/1.3 MB error 03-Jan-2023 03:09:48 Progress (3): 6.8/7.5 MB | 3.5/3.7 MB | 0.2/1.3 MB error 03-Jan-2023 03:09:48 Progress (3): 6.8/7.5 MB | 3.5/3.7 MB | 0.2/1.3 MB error 03-Jan-2023 03:09:48 Progress (3): 6.8/7.5 MB | 3.5/3.7 MB | 0.2/1.3 MB error 03-Jan-2023 03:09:48 Progress (3): 6.8/7.5 MB | 3.5/3.7 MB | 0.2/1.3 MB error 03-Jan-2023 03:09:48 Progress (3): 6.8/7.5 MB | 3.5/3.7 MB | 0.2/1.3 MB error 03-Jan-2023 03:09:48 Progress (3): 6.8/7.5 MB | 3.5/3.7 MB | 0.2/1.3 MB error 03-Jan-2023 03:09:48 Progress (3): 6.8/7.5 MB | 3.5/3.7 MB | 0.2/1.3 MB error 03-Jan-2023 03:09:48 Progress (3): 6.8/7.5 MB | 3.5/3.7 MB | 0.2/1.3 MB error 03-Jan-2023 03:09:48 Progress (3): 6.8/7.5 MB | 3.5/3.7 MB | 0.2/1.3 MB error 03-Jan-2023 03:09:48 Progress (3): 6.8/7.5 MB | 3.5/3.7 MB | 0.2/1.3 MB error 03-Jan-2023 03:09:48 Progress (3): 6.8/7.5 MB | 3.5/3.7 MB | 0.2/1.3 MB error 03-Jan-2023 03:09:48 Progress (3): 6.8/7.5 MB | 3.5/3.7 MB | 0.2/1.3 MB error 03-Jan-2023 03:09:48 Progress (3): 6.8/7.5 MB | 3.5/3.7 MB | 0.2/1.3 MB error 03-Jan-2023 03:09:48 Progress (3): 6.8/7.5 MB | 3.5/3.7 MB | 0.2/1.3 MB error 03-Jan-2023 03:09:48 Progress (3): 6.8/7.5 MB | 3.5/3.7 MB | 0.2/1.3 MB error 03-Jan-2023 03:09:48 Progress (3): 6.9/7.5 MB | 3.5/3.7 MB | 0.2/1.3 MB error 03-Jan-2023 03:09:48 Progress (3): 6.9/7.5 MB | 3.6/3.7 MB | 0.2/1.3 MB error 03-Jan-2023 03:09:48 Progress (3): 6.9/7.5 MB | 3.6/3.7 MB | 0.2/1.3 MB error 03-Jan-2023 03:09:48 Progress (3): 6.9/7.5 MB | 3.6/3.7 MB | 0.2/1.3 MB error 03-Jan-2023 03:09:48 Progress (3): 6.9/7.5 MB | 3.6/3.7 MB | 0.2/1.3 MB error 03-Jan-2023 03:09:48 Progress (3): 6.9/7.5 MB | 3.6/3.7 MB | 0.2/1.3 MB error 03-Jan-2023 03:09:48 Progress (3): 7.0/7.5 MB | 3.6/3.7 MB | 0.2/1.3 MB error 03-Jan-2023 03:09:48 Progress (3): 7.0/7.5 MB | 3.7/3.7 MB | 0.2/1.3 MB error 03-Jan-2023 03:09:48 Progress (3): 7.0/7.5 MB | 3.7 MB | 0.2/1.3 MB error 03-Jan-2023 03:09:48 Progress (3): 7.0/7.5 MB | 3.7 MB | 0.2/1.3 MB error 03-Jan-2023 03:09:48 Progress (3): 7.1/7.5 MB | 3.7 MB | 0.2/1.3 MB error 03-Jan-2023 03:09:48 Progress (3): 7.1/7.5 MB | 3.7 MB | 0.2/1.3 MB error 03-Jan-2023 03:09:48 Progress (3): 7.1/7.5 MB | 3.7 MB | 0.2/1.3 MB error 03-Jan-2023 03:09:48 Progress (3): 7.2/7.5 MB | 3.7 MB | 0.2/1.3 MB error 03-Jan-2023 03:09:48 Progress (3): 7.2/7.5 MB | 3.7 MB | 0.2/1.3 MB error 03-Jan-2023 03:09:48 Progress (3): 7.3/7.5 MB | 3.7 MB | 0.2/1.3 MB error 03-Jan-2023 03:09:48 Progress (3): 7.3/7.5 MB | 3.7 MB | 0.2/1.3 MB error 03-Jan-2023 03:09:48 Progress (3): 7.3/7.5 MB | 3.7 MB | 0.2/1.3 MB error 03-Jan-2023 03:09:48 Progress (3): 7.4/7.5 MB | 3.7 MB | 0.2/1.3 MB error 03-Jan-2023 03:09:48 Progress (3): 7.4/7.5 MB | 3.7 MB | 0.2/1.3 MB error 03-Jan-2023 03:09:48 Progress (3): 7.5/7.5 MB | 3.7 MB | 0.2/1.3 MB error 03-Jan-2023 03:09:48 Progress (3): 7.5 MB | 3.7 MB | 0.2/1.3 MB error 03-Jan-2023 03:09:48 Progress (3): 7.5 MB | 3.7 MB | 0.2/1.3 MB error 03-Jan-2023 03:09:48 Progress (3): 7.5 MB | 3.7 MB | 0.2/1.3 MB error 03-Jan-2023 03:09:48 Progress (3): 7.5 MB | 3.7 MB | 0.3/1.3 MB error 03-Jan-2023 03:09:48 Progress (3): 7.5 MB | 3.7 MB | 0.3/1.3 MB error 03-Jan-2023 03:09:48 Progress (3): 7.5 MB | 3.7 MB | 0.3/1.3 MB error 03-Jan-2023 03:09:48 Progress (3): 7.5 MB | 3.7 MB | 0.3/1.3 MB error 03-Jan-2023 03:09:48 Progress (3): 7.5 MB | 3.7 MB | 0.3/1.3 MB error 03-Jan-2023 03:09:48 Progress (3): 7.5 MB | 3.7 MB | 0.3/1.3 MB error 03-Jan-2023 03:09:48 Progress (3): 7.5 MB | 3.7 MB | 0.3/1.3 MB error 03-Jan-2023 03:09:48 Progress (3): 7.5 MB | 3.7 MB | 0.3/1.3 MB error 03-Jan-2023 03:09:48 Progress (3): 7.5 MB | 3.7 MB | 0.3/1.3 MB error 03-Jan-2023 03:09:48 Progress (3): 7.5 MB | 3.7 MB | 0.3/1.3 MB error 03-Jan-2023 03:09:48 Progress (3): 7.5 MB | 3.7 MB | 0.3/1.3 MB error 03-Jan-2023 03:09:48 Progress (3): 7.5 MB | 3.7 MB | 0.4/1.3 MB error 03-Jan-2023 03:09:48 Progress (3): 7.5 MB | 3.7 MB | 0.4/1.3 MB error 03-Jan-2023 03:09:48 Progress (3): 7.5 MB | 3.7 MB | 0.4/1.3 MB error 03-Jan-2023 03:09:48 Progress (3): 7.5 MB | 3.7 MB | 0.4/1.3 MB error 03-Jan-2023 03:09:48 Progress (3): 7.5 MB | 3.7 MB | 0.4/1.3 MB error 03-Jan-2023 03:09:48 Progress (3): 7.5 MB | 3.7 MB | 0.4/1.3 MB error 03-Jan-2023 03:09:48 Progress (3): 7.5 MB | 3.7 MB | 0.4/1.3 MB error 03-Jan-2023 03:09:48 Progress (3): 7.5 MB | 3.7 MB | 0.4/1.3 MB error 03-Jan-2023 03:09:48 Progress (3): 7.5 MB | 3.7 MB | 0.4/1.3 MB error 03-Jan-2023 03:09:48 Progress (3): 7.5 MB | 3.7 MB | 0.4/1.3 MB error 03-Jan-2023 03:09:48 Progress (3): 7.5 MB | 3.7 MB | 0.4/1.3 MB error 03-Jan-2023 03:09:48 Progress (3): 7.5 MB | 3.7 MB | 0.5/1.3 MB error 03-Jan-2023 03:09:48 Progress (3): 7.5 MB | 3.7 MB | 0.5/1.3 MB error 03-Jan-2023 03:09:48 Progress (3): 7.5 MB | 3.7 MB | 0.5/1.3 MB error 03-Jan-2023 03:09:48 Progress (3): 7.5 MB | 3.7 MB | 0.5/1.3 MB error 03-Jan-2023 03:09:48 Progress (3): 7.5 MB | 3.7 MB | 0.5/1.3 MB error 03-Jan-2023 03:09:48 Progress (3): 7.5 MB | 3.7 MB | 0.5/1.3 MB error 03-Jan-2023 03:09:48 Progress (3): 7.5 MB | 3.7 MB | 0.5/1.3 MB error 03-Jan-2023 03:09:48 Progress (3): 7.5 MB | 3.7 MB | 0.5/1.3 MB error 03-Jan-2023 03:09:48 Progress (3): 7.5 MB | 3.7 MB | 0.5/1.3 MB error 03-Jan-2023 03:09:48 Progress (3): 7.5 MB | 3.7 MB | 0.5/1.3 MB error 03-Jan-2023 03:09:48 Progress (3): 7.5 MB | 3.7 MB | 0.5/1.3 MB error 03-Jan-2023 03:09:48 Progress (3): 7.5 MB | 3.7 MB | 0.5/1.3 MB error 03-Jan-2023 03:09:48 Progress (3): 7.5 MB | 3.7 MB | 0.6/1.3 MB error 03-Jan-2023 03:09:48 Progress (3): 7.5 MB | 3.7 MB | 0.6/1.3 MB error 03-Jan-2023 03:09:48 Progress (3): 7.5 MB | 3.7 MB | 0.6/1.3 MB error 03-Jan-2023 03:09:48 Progress (3): 7.5 MB | 3.7 MB | 0.6/1.3 MB error 03-Jan-2023 03:09:48 Progress (3): 7.5 MB | 3.7 MB | 0.6/1.3 MB error 03-Jan-2023 03:09:48 Progress (3): 7.5 MB | 3.7 MB | 0.6/1.3 MB error 03-Jan-2023 03:09:48 Progress (3): 7.5 MB | 3.7 MB | 0.6/1.3 MB error 03-Jan-2023 03:09:48 Progress (3): 7.5 MB | 3.7 MB | 0.6/1.3 MB error 03-Jan-2023 03:09:48 Progress (3): 7.5 MB | 3.7 MB | 0.6/1.3 MB error 03-Jan-2023 03:09:48 error 03-Jan-2023 03:09:48 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/net/bytebuddy/byte-buddy/1.11.20/byte-buddy-1.11.20.jar (3.7 MB at 1.2 MB/s) error 03-Jan-2023 03:09:48 #21 31.31 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/logging/log4j/log4j-slf4j-impl/2.17.2/log4j-slf4j-impl-2.17.2.jar error 03-Jan-2023 03:09:48 #21 31.31 Progress (3): 7.5 MB | 0.6/1.3 MB | 0/1.8 MB error 03-Jan-2023 03:09:48 Progress (3): 7.5 MB | 0.6/1.3 MB | 0/1.8 MB error 03-Jan-2023 03:09:48 Progress (3): 7.5 MB | 0.6/1.3 MB | 0/1.8 MB error 03-Jan-2023 03:09:48 Progress (3): 7.5 MB | 0.6/1.3 MB | 0/1.8 MB error 03-Jan-2023 03:09:48 Progress (3): 7.5 MB | 0.6/1.3 MB | 0.1/1.8 MB error 03-Jan-2023 03:09:48 Progress (3): 7.5 MB | 0.6/1.3 MB | 0.1/1.8 MB error 03-Jan-2023 03:09:48 Progress (3): 7.5 MB | 0.6/1.3 MB | 0.1/1.8 MB error 03-Jan-2023 03:09:48 Progress (3): 7.5 MB | 0.6/1.3 MB | 0.1/1.8 MB error 03-Jan-2023 03:09:48 Progress (3): 7.5 MB | 0.6/1.3 MB | 0.1/1.8 MB error 03-Jan-2023 03:09:48 Progress (3): 7.5 MB | 0.6/1.3 MB | 0.1/1.8 MB error 03-Jan-2023 03:09:48 Progress (3): 7.5 MB | 0.6/1.3 MB | 0.1/1.8 MB error 03-Jan-2023 03:09:48 Progress (3): 7.5 MB | 0.6/1.3 MB | 0.1/1.8 MB error 03-Jan-2023 03:09:48 error 03-Jan-2023 03:09:48 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/hibernate/hibernate-core/5.6.0.Final/hibernate-core-5.6.0.Final.jar (7.5 MB at 2.4 MB/s) error 03-Jan-2023 03:09:48 #21 31.32 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/logging/log4j/log4j-1.2-api/2.17.2/log4j-1.2-api-2.17.2.jar error 03-Jan-2023 03:09:48 #21 31.33 Progress (2): 0.6/1.3 MB | 0.1/1.8 MB error 03-Jan-2023 03:09:48 Progress (2): 0.6/1.3 MB | 0.1/1.8 MB error 03-Jan-2023 03:09:48 Progress (2): 0.6/1.3 MB | 0.1/1.8 MB error 03-Jan-2023 03:09:48 Progress (2): 0.6/1.3 MB | 0.1/1.8 MB error 03-Jan-2023 03:09:48 Progress (2): 0.6/1.3 MB | 0.2/1.8 MB error 03-Jan-2023 03:09:48 Progress (2): 0.6/1.3 MB | 0.2/1.8 MB error 03-Jan-2023 03:09:48 Progress (2): 0.6/1.3 MB | 0.2/1.8 MB error 03-Jan-2023 03:09:48 Progress (2): 0.6/1.3 MB | 0.2/1.8 MB error 03-Jan-2023 03:09:48 Progress (2): 0.6/1.3 MB | 0.2/1.8 MB error 03-Jan-2023 03:09:48 Progress (2): 0.6/1.3 MB | 0.2/1.8 MB error 03-Jan-2023 03:09:48 Progress (2): 0.6/1.3 MB | 0.2/1.8 MB error 03-Jan-2023 03:09:48 Progress (2): 0.6/1.3 MB | 0.2/1.8 MB error 03-Jan-2023 03:09:48 Progress (2): 0.6/1.3 MB | 0.2/1.8 MB error 03-Jan-2023 03:09:48 Progress (2): 0.6/1.3 MB | 0.2/1.8 MB error 03-Jan-2023 03:09:48 Progress (2): 0.7/1.3 MB | 0.2/1.8 MB error 03-Jan-2023 03:09:48 Progress (2): 0.7/1.3 MB | 0.2/1.8 MB error 03-Jan-2023 03:09:48 Progress (2): 0.7/1.3 MB | 0.2/1.8 MB error 03-Jan-2023 03:09:48 Progress (2): 0.7/1.3 MB | 0.2/1.8 MB error 03-Jan-2023 03:09:48 Progress (2): 0.7/1.3 MB | 0.2/1.8 MB error 03-Jan-2023 03:09:48 Progress (2): 0.7/1.3 MB | 0.2/1.8 MB error 03-Jan-2023 03:09:48 Progress (2): 0.7/1.3 MB | 0.2/1.8 MB error 03-Jan-2023 03:09:48 Progress (2): 0.7/1.3 MB | 0.2/1.8 MB error 03-Jan-2023 03:09:48 Progress (2): 0.7/1.3 MB | 0.2/1.8 MB error 03-Jan-2023 03:09:48 Progress (2): 0.7/1.3 MB | 0.2/1.8 MB error 03-Jan-2023 03:09:48 Progress (2): 0.7/1.3 MB | 0.2/1.8 MB error 03-Jan-2023 03:09:48 Progress (2): 0.7/1.3 MB | 0.2/1.8 MB error 03-Jan-2023 03:09:48 Progress (2): 0.8/1.3 MB | 0.2/1.8 MB error 03-Jan-2023 03:09:48 Progress (2): 0.8/1.3 MB | 0.2/1.8 MB error 03-Jan-2023 03:09:48 Progress (2): 0.8/1.3 MB | 0.2/1.8 MB error 03-Jan-2023 03:09:48 Progress (2): 0.8/1.3 MB | 0.2/1.8 MB error 03-Jan-2023 03:09:48 Progress (2): 0.8/1.3 MB | 0.2/1.8 MB error 03-Jan-2023 03:09:48 Progress (2): 0.8/1.3 MB | 0.2/1.8 MB error 03-Jan-2023 03:09:48 Progress (2): 0.8/1.3 MB | 0.2/1.8 MB error 03-Jan-2023 03:09:48 Progress (2): 0.8/1.3 MB | 0.2/1.8 MB error 03-Jan-2023 03:09:48 Progress (2): 0.8/1.3 MB | 0.2/1.8 MB error 03-Jan-2023 03:09:48 Progress (2): 0.8/1.3 MB | 0.2/1.8 MB error 03-Jan-2023 03:09:48 Progress (2): 0.8/1.3 MB | 0.2/1.8 MB error 03-Jan-2023 03:09:48 Progress (2): 0.9/1.3 MB | 0.2/1.8 MB error 03-Jan-2023 03:09:48 Progress (2): 0.9/1.3 MB | 0.2/1.8 MB error 03-Jan-2023 03:09:48 Progress (2): 0.9/1.3 MB | 0.2/1.8 MB error 03-Jan-2023 03:09:48 Progress (2): 0.9/1.3 MB | 0.2/1.8 MB error 03-Jan-2023 03:09:48 Progress (2): 0.9/1.3 MB | 0.2/1.8 MB error 03-Jan-2023 03:09:48 Progress (2): 0.9/1.3 MB | 0.2/1.8 MB error 03-Jan-2023 03:09:48 Progress (2): 0.9/1.3 MB | 0.2/1.8 MB error 03-Jan-2023 03:09:48 Progress (2): 0.9/1.3 MB | 0.2/1.8 MB error 03-Jan-2023 03:09:48 Progress (2): 0.9/1.3 MB | 0.2/1.8 MB error 03-Jan-2023 03:09:48 Progress (2): 0.9/1.3 MB | 0.2/1.8 MB error 03-Jan-2023 03:09:48 Progress (2): 0.9/1.3 MB | 0.2/1.8 MB error 03-Jan-2023 03:09:48 Progress (2): 0.9/1.3 MB | 0.2/1.8 MB error 03-Jan-2023 03:09:48 Progress (2): 0.9/1.3 MB | 0.2/1.8 MB error 03-Jan-2023 03:09:48 Progress (2): 0.9/1.3 MB | 0.2/1.8 MB error 03-Jan-2023 03:09:48 Progress (2): 0.9/1.3 MB | 0.2/1.8 MB error 03-Jan-2023 03:09:48 Progress (2): 1.0/1.3 MB | 0.2/1.8 MB error 03-Jan-2023 03:09:48 Progress (2): 1.0/1.3 MB | 0.3/1.8 MB error 03-Jan-2023 03:09:48 Progress (2): 1.0/1.3 MB | 0.3/1.8 MB error 03-Jan-2023 03:09:48 Progress (2): 1.0/1.3 MB | 0.3/1.8 MB error 03-Jan-2023 03:09:48 Progress (2): 1.0/1.3 MB | 0.3/1.8 MB error 03-Jan-2023 03:09:48 Progress (2): 1.0/1.3 MB | 0.3/1.8 MB error 03-Jan-2023 03:09:48 Progress (2): 1.0/1.3 MB | 0.3/1.8 MB error 03-Jan-2023 03:09:48 Progress (2): 1.0/1.3 MB | 0.3/1.8 MB error 03-Jan-2023 03:09:48 Progress (2): 1.0/1.3 MB | 0.3/1.8 MB error 03-Jan-2023 03:09:48 Progress (2): 1.0/1.3 MB | 0.3/1.8 MB error 03-Jan-2023 03:09:48 Progress (2): 1.0/1.3 MB | 0.3/1.8 MB error 03-Jan-2023 03:09:48 Progress (2): 1.0/1.3 MB | 0.3/1.8 MB error 03-Jan-2023 03:09:48 Progress (2): 1.0/1.3 MB | 0.3/1.8 MB error 03-Jan-2023 03:09:48 Progress (2): 1.0/1.3 MB | 0.3/1.8 MB error 03-Jan-2023 03:09:48 Progress (2): 1.0/1.3 MB | 0.3/1.8 MB error 03-Jan-2023 03:09:48 Progress (2): 1.0/1.3 MB | 0.3/1.8 MB error 03-Jan-2023 03:09:48 Progress (2): 1.0/1.3 MB | 0.3/1.8 MB error 03-Jan-2023 03:09:48 Progress (2): 1.0/1.3 MB | 0.3/1.8 MB error 03-Jan-2023 03:09:48 Progress (2): 1.0/1.3 MB | 0.3/1.8 MB error 03-Jan-2023 03:09:48 Progress (2): 1.0/1.3 MB | 0.3/1.8 MB error 03-Jan-2023 03:09:48 Progress (2): 1.0/1.3 MB | 0.3/1.8 MB error 03-Jan-2023 03:09:48 Progress (2): 1.0/1.3 MB | 0.3/1.8 MB error 03-Jan-2023 03:09:48 Progress (2): 1.1/1.3 MB | 0.3/1.8 MB error 03-Jan-2023 03:09:48 Progress (2): 1.1/1.3 MB | 0.3/1.8 MB error 03-Jan-2023 03:09:48 Progress (2): 1.1/1.3 MB | 0.3/1.8 MB error 03-Jan-2023 03:09:48 Progress (2): 1.1/1.3 MB | 0.4/1.8 MB error 03-Jan-2023 03:09:48 Progress (2): 1.1/1.3 MB | 0.4/1.8 MB error 03-Jan-2023 03:09:48 Progress (2): 1.1/1.3 MB | 0.4/1.8 MB error 03-Jan-2023 03:09:48 Progress (2): 1.1/1.3 MB | 0.4/1.8 MB error 03-Jan-2023 03:09:48 Progress (2): 1.1/1.3 MB | 0.4/1.8 MB error 03-Jan-2023 03:09:48 Progress (2): 1.1/1.3 MB | 0.4/1.8 MB error 03-Jan-2023 03:09:48 Progress (2): 1.1/1.3 MB | 0.4/1.8 MB error 03-Jan-2023 03:09:48 Progress (2): 1.1/1.3 MB | 0.4/1.8 MB error 03-Jan-2023 03:09:48 Progress (2): 1.1/1.3 MB | 0.4/1.8 MB error 03-Jan-2023 03:09:48 Progress (2): 1.1/1.3 MB | 0.4/1.8 MB error 03-Jan-2023 03:09:48 Progress (2): 1.1/1.3 MB | 0.4/1.8 MB error 03-Jan-2023 03:09:48 Progress (2): 1.1/1.3 MB | 0.4/1.8 MB error 03-Jan-2023 03:09:48 Progress (2): 1.1/1.3 MB | 0.4/1.8 MB error 03-Jan-2023 03:09:48 Progress (2): 1.1/1.3 MB | 0.4/1.8 MB error 03-Jan-2023 03:09:48 Progress (2): 1.2/1.3 MB | 0.4/1.8 MB error 03-Jan-2023 03:09:48 Progress (2): 1.2/1.3 MB | 0.4/1.8 MB error 03-Jan-2023 03:09:48 Progress (2): 1.2/1.3 MB | 0.4/1.8 MB error 03-Jan-2023 03:09:48 Progress (2): 1.2/1.3 MB | 0.4/1.8 MB error 03-Jan-2023 03:09:48 Progress (2): 1.2/1.3 MB | 0.4/1.8 MB error 03-Jan-2023 03:09:48 Progress (2): 1.2/1.3 MB | 0.4/1.8 MB error 03-Jan-2023 03:09:48 Progress (2): 1.2/1.3 MB | 0.4/1.8 MB error 03-Jan-2023 03:09:48 Progress (2): 1.2/1.3 MB | 0.4/1.8 MB error 03-Jan-2023 03:09:48 Progress (2): 1.2/1.3 MB | 0.4/1.8 MB error 03-Jan-2023 03:09:48 Progress (2): 1.2/1.3 MB | 0.4/1.8 MB error 03-Jan-2023 03:09:48 Progress (2): 1.2/1.3 MB | 0.4/1.8 MB error 03-Jan-2023 03:09:48 Progress (2): 1.2/1.3 MB | 0.4/1.8 MB error 03-Jan-2023 03:09:48 Progress (2): 1.2/1.3 MB | 0.4/1.8 MB error 03-Jan-2023 03:09:48 Progress (2): 1.2/1.3 MB | 0.4/1.8 MB error 03-Jan-2023 03:09:48 Progress (2): 1.3/1.3 MB | 0.4/1.8 MB error 03-Jan-2023 03:09:48 Progress (2): 1.3/1.3 MB | 0.4/1.8 MB error 03-Jan-2023 03:09:48 Progress (2): 1.3/1.3 MB | 0.4/1.8 MB error 03-Jan-2023 03:09:48 Progress (2): 1.3/1.3 MB | 0.4/1.8 MB error 03-Jan-2023 03:09:48 Progress (2): 1.3/1.3 MB | 0.4/1.8 MB error 03-Jan-2023 03:09:48 Progress (2): 1.3/1.3 MB | 0.4/1.8 MB error 03-Jan-2023 03:09:48 Progress (2): 1.3/1.3 MB | 0.4/1.8 MB error 03-Jan-2023 03:09:48 Progress (2): 1.3/1.3 MB | 0.4/1.8 MB error 03-Jan-2023 03:09:48 Progress (2): 1.3/1.3 MB | 0.4/1.8 MB error 03-Jan-2023 03:09:48 Progress (2): 1.3/1.3 MB | 0.4/1.8 MB error 03-Jan-2023 03:09:48 Progress (2): 1.3/1.3 MB | 0.4/1.8 MB error 03-Jan-2023 03:09:48 Progress (2): 1.3 MB | 0.4/1.8 MB error 03-Jan-2023 03:09:48 Progress (2): 1.3 MB | 0.4/1.8 MB error 03-Jan-2023 03:09:48 Progress (2): 1.3 MB | 0.4/1.8 MB error 03-Jan-2023 03:09:48 Progress (2): 1.3 MB | 0.5/1.8 MB error 03-Jan-2023 03:09:48 Progress (2): 1.3 MB | 0.5/1.8 MB error 03-Jan-2023 03:09:48 Progress (2): 1.3 MB | 0.5/1.8 MB error 03-Jan-2023 03:09:48 Progress (2): 1.3 MB | 0.5/1.8 MB error 03-Jan-2023 03:09:48 Progress (2): 1.3 MB | 0.5/1.8 MB error 03-Jan-2023 03:09:48 Progress (2): 1.3 MB | 0.5/1.8 MB error 03-Jan-2023 03:09:48 Progress (2): 1.3 MB | 0.5/1.8 MB error 03-Jan-2023 03:09:48 Progress (2): 1.3 MB | 0.5/1.8 MB error 03-Jan-2023 03:09:48 Progress (2): 1.3 MB | 0.5/1.8 MB error 03-Jan-2023 03:09:48 Progress (2): 1.3 MB | 0.5/1.8 MB error 03-Jan-2023 03:09:48 Progress (2): 1.3 MB | 0.5/1.8 MB error 03-Jan-2023 03:09:48 Progress (2): 1.3 MB | 0.6/1.8 MB error 03-Jan-2023 03:09:48 Progress (2): 1.3 MB | 0.6/1.8 MB error 03-Jan-2023 03:09:48 Progress (2): 1.3 MB | 0.6/1.8 MB error 03-Jan-2023 03:09:48 Progress (2): 1.3 MB | 0.6/1.8 MB error 03-Jan-2023 03:09:48 Progress (2): 1.3 MB | 0.6/1.8 MB error 03-Jan-2023 03:09:48 Progress (2): 1.3 MB | 0.6/1.8 MB error 03-Jan-2023 03:09:48 Progress (2): 1.3 MB | 0.6/1.8 MB error 03-Jan-2023 03:09:48 Progress (2): 1.3 MB | 0.6/1.8 MB error 03-Jan-2023 03:09:48 Progress (2): 1.3 MB | 0.6/1.8 MB error 03-Jan-2023 03:09:48 Progress (2): 1.3 MB | 0.6/1.8 MB error 03-Jan-2023 03:09:48 Progress (2): 1.3 MB | 0.6/1.8 MB error 03-Jan-2023 03:09:48 Progress (2): 1.3 MB | 0.6/1.8 MB error 03-Jan-2023 03:09:48 Progress (2): 1.3 MB | 0.7/1.8 MB error 03-Jan-2023 03:09:48 Progress (2): 1.3 MB | 0.7/1.8 MB error 03-Jan-2023 03:09:48 Progress (2): 1.3 MB | 0.7/1.8 MB error 03-Jan-2023 03:09:48 Progress (2): 1.3 MB | 0.7/1.8 MB error 03-Jan-2023 03:09:48 Progress (2): 1.3 MB | 0.7/1.8 MB error 03-Jan-2023 03:09:48 Progress (2): 1.3 MB | 0.7/1.8 MB error 03-Jan-2023 03:09:48 Progress (2): 1.3 MB | 0.7/1.8 MB error 03-Jan-2023 03:09:48 Progress (2): 1.3 MB | 0.7/1.8 MB error 03-Jan-2023 03:09:48 Progress (2): 1.3 MB | 0.7/1.8 MB error 03-Jan-2023 03:09:48 Progress (2): 1.3 MB | 0.7/1.8 MB error 03-Jan-2023 03:09:48 Progress (2): 1.3 MB | 0.7/1.8 MB error 03-Jan-2023 03:09:48 Progress (2): 1.3 MB | 0.8/1.8 MB error 03-Jan-2023 03:09:48 Progress (2): 1.3 MB | 0.8/1.8 MB error 03-Jan-2023 03:09:48 Progress (2): 1.3 MB | 0.8/1.8 MB error 03-Jan-2023 03:09:48 Progress (2): 1.3 MB | 0.8/1.8 MB error 03-Jan-2023 03:09:48 Progress (2): 1.3 MB | 0.8/1.8 MB error 03-Jan-2023 03:09:48 Progress (2): 1.3 MB | 0.8/1.8 MB error 03-Jan-2023 03:09:48 Progress (2): 1.3 MB | 0.8/1.8 MB error 03-Jan-2023 03:09:48 Progress (2): 1.3 MB | 0.8/1.8 MB error 03-Jan-2023 03:09:48 Progress (2): 1.3 MB | 0.8/1.8 MB error 03-Jan-2023 03:09:48 Progress (2): 1.3 MB | 0.8/1.8 MB error 03-Jan-2023 03:09:48 Progress (2): 1.3 MB | 0.8/1.8 MB error 03-Jan-2023 03:09:48 Progress (2): 1.3 MB | 0.8/1.8 MB error 03-Jan-2023 03:09:48 Progress (2): 1.3 MB | 0.9/1.8 MB error 03-Jan-2023 03:09:48 Progress (2): 1.3 MB | 0.9/1.8 MB error 03-Jan-2023 03:09:48 Progress (2): 1.3 MB | 0.9/1.8 MB error 03-Jan-2023 03:09:48 Progress (2): 1.3 MB | 0.9/1.8 MB error 03-Jan-2023 03:09:48 Progress (3): 1.3 MB | 0.9/1.8 MB | 3.3/24 kB error 03-Jan-2023 03:09:48 Progress (3): 1.3 MB | 0.9/1.8 MB | 3.3/24 kB error 03-Jan-2023 03:09:48 Progress (3): 1.3 MB | 0.9/1.8 MB | 6.1/24 kB error 03-Jan-2023 03:09:48 Progress (3): 1.3 MB | 0.9/1.8 MB | 8.9/24 kB error 03-Jan-2023 03:09:48 Progress (3): 1.3 MB | 0.9/1.8 MB | 12/24 kB error 03-Jan-2023 03:09:48 Progress (3): 1.3 MB | 0.9/1.8 MB | 15/24 kB error 03-Jan-2023 03:09:48 Progress (3): 1.3 MB | 0.9/1.8 MB | 17/24 kB error 03-Jan-2023 03:09:48 Progress (3): 1.3 MB | 0.9/1.8 MB | 17/24 kB error 03-Jan-2023 03:09:48 Progress (3): 1.3 MB | 0.9/1.8 MB | 20/24 kB error 03-Jan-2023 03:09:48 Progress (3): 1.3 MB | 0.9/1.8 MB | 23/24 kB error 03-Jan-2023 03:09:48 Progress (3): 1.3 MB | 0.9/1.8 MB | 24 kB error 03-Jan-2023 03:09:48 Progress (4): 1.3 MB | 0.9/1.8 MB | 24 kB | 4.1/303 kB error 03-Jan-2023 03:09:48 Progress (4): 1.3 MB | 0.9/1.8 MB | 24 kB | 8.2/303 kB error 03-Jan-2023 03:09:48 Progress (4): 1.3 MB | 0.9/1.8 MB | 24 kB | 12/303 kB error 03-Jan-2023 03:09:48 Progress (4): 1.3 MB | 0.9/1.8 MB | 24 kB | 16/303 kB error 03-Jan-2023 03:09:48 Progress (4): 1.3 MB | 0.9/1.8 MB | 24 kB | 19/303 kB error 03-Jan-2023 03:09:48 Progress (4): 1.3 MB | 0.9/1.8 MB | 24 kB | 23/303 kB error 03-Jan-2023 03:09:48 Progress (4): 1.3 MB | 0.9/1.8 MB | 24 kB | 27/303 kB error 03-Jan-2023 03:09:48 Progress (4): 1.3 MB | 0.9/1.8 MB | 24 kB | 31/303 kB error 03-Jan-2023 03:09:48 Progress (4): 1.3 MB | 0.9/1.8 MB | 24 kB | 34/303 kB error 03-Jan-2023 03:09:48 Progress (4): 1.3 MB | 0.9/1.8 MB | 24 kB | 38/303 kB error 03-Jan-2023 03:09:48 Progress (4): 1.3 MB | 0.9/1.8 MB | 24 kB | 42/303 kB error 03-Jan-2023 03:09:48 Progress (4): 1.3 MB | 0.9/1.8 MB | 24 kB | 46/303 kB error 03-Jan-2023 03:09:48 Progress (4): 1.3 MB | 0.9/1.8 MB | 24 kB | 51/303 kB error 03-Jan-2023 03:09:48 Progress (4): 1.3 MB | 0.9/1.8 MB | 24 kB | 55/303 kB error 03-Jan-2023 03:09:48 Progress (4): 1.3 MB | 0.9/1.8 MB | 24 kB | 59/303 kB error 03-Jan-2023 03:09:48 Progress (4): 1.3 MB | 0.9/1.8 MB | 24 kB | 63/303 kB error 03-Jan-2023 03:09:48 Progress (4): 1.3 MB | 0.9/1.8 MB | 24 kB | 67/303 kB error 03-Jan-2023 03:09:48 Progress (4): 1.3 MB | 0.9/1.8 MB | 24 kB | 69/303 kB error 03-Jan-2023 03:09:48 Progress (4): 1.3 MB | 0.9/1.8 MB | 24 kB | 73/303 kB error 03-Jan-2023 03:09:48 Progress (4): 1.3 MB | 0.9/1.8 MB | 24 kB | 77/303 kB error 03-Jan-2023 03:09:48 Progress (4): 1.3 MB | 0.9/1.8 MB | 24 kB | 81/303 kB error 03-Jan-2023 03:09:48 Progress (4): 1.3 MB | 0.9/1.8 MB | 24 kB | 85/303 kB error 03-Jan-2023 03:09:48 Progress (4): 1.3 MB | 0.9/1.8 MB | 24 kB | 89/303 kB error 03-Jan-2023 03:09:48 Progress (4): 1.3 MB | 0.9/1.8 MB | 24 kB | 94/303 kB error 03-Jan-2023 03:09:48 Progress (4): 1.3 MB | 0.9/1.8 MB | 24 kB | 98/303 kB error 03-Jan-2023 03:09:48 Progress (4): 1.3 MB | 0.9/1.8 MB | 24 kB | 100/303 kB error 03-Jan-2023 03:09:48 Progress (4): 1.3 MB | 0.9/1.8 MB | 24 kB | 104/303 kB error 03-Jan-2023 03:09:48 Progress (4): 1.3 MB | 0.9/1.8 MB | 24 kB | 108/303 kB error 03-Jan-2023 03:09:48 Progress (4): 1.3 MB | 0.9/1.8 MB | 24 kB | 112/303 kB error 03-Jan-2023 03:09:48 Progress (4): 1.3 MB | 0.9/1.8 MB | 24 kB | 116/303 kB error 03-Jan-2023 03:09:48 Progress (4): 1.3 MB | 0.9/1.8 MB | 24 kB | 120/303 kB error 03-Jan-2023 03:09:48 Progress (4): 1.3 MB | 0.9/1.8 MB | 24 kB | 124/303 kB error 03-Jan-2023 03:09:48 Progress (4): 1.3 MB | 0.9/1.8 MB | 24 kB | 128/303 kB error 03-Jan-2023 03:09:48 Progress (4): 1.3 MB | 0.9/1.8 MB | 24 kB | 132/303 kB error 03-Jan-2023 03:09:48 Progress (4): 1.3 MB | 0.9/1.8 MB | 24 kB | 134/303 kB error 03-Jan-2023 03:09:48 Progress (4): 1.3 MB | 0.9/1.8 MB | 24 kB | 139/303 kB error 03-Jan-2023 03:09:48 Progress (4): 1.3 MB | 0.9/1.8 MB | 24 kB | 143/303 kB error 03-Jan-2023 03:09:48 Progress (4): 1.3 MB | 0.9/1.8 MB | 24 kB | 147/303 kB error 03-Jan-2023 03:09:48 Progress (4): 1.3 MB | 0.9/1.8 MB | 24 kB | 151/303 kB error 03-Jan-2023 03:09:48 Progress (4): 1.3 MB | 0.9/1.8 MB | 24 kB | 155/303 kB error 03-Jan-2023 03:09:48 Progress (4): 1.3 MB | 0.9/1.8 MB | 24 kB | 155/303 kB error 03-Jan-2023 03:09:48 Progress (4): 1.3 MB | 0.9/1.8 MB | 24 kB | 159/303 kB error 03-Jan-2023 03:09:48 Progress (4): 1.3 MB | 0.9/1.8 MB | 24 kB | 159/303 kB error 03-Jan-2023 03:09:48 Progress (4): 1.3 MB | 0.9/1.8 MB | 24 kB | 159/303 kB error 03-Jan-2023 03:09:48 Progress (4): 1.3 MB | 0.9/1.8 MB | 24 kB | 163/303 kB error 03-Jan-2023 03:09:48 Progress (4): 1.3 MB | 0.9/1.8 MB | 24 kB | 165/303 kB error 03-Jan-2023 03:09:48 Progress (4): 1.3 MB | 0.9/1.8 MB | 24 kB | 165/303 kB error 03-Jan-2023 03:09:48 Progress (4): 1.3 MB | 0.9/1.8 MB | 24 kB | 169/303 kB error 03-Jan-2023 03:09:48 Progress (4): 1.3 MB | 0.9/1.8 MB | 24 kB | 173/303 kB error 03-Jan-2023 03:09:48 Progress (4): 1.3 MB | 0.9/1.8 MB | 24 kB | 173/303 kB error 03-Jan-2023 03:09:48 Progress (4): 1.3 MB | 0.9/1.8 MB | 24 kB | 178/303 kB error 03-Jan-2023 03:09:48 Progress (4): 1.3 MB | 1.0/1.8 MB | 24 kB | 178/303 kB error 03-Jan-2023 03:09:48 Progress (4): 1.3 MB | 1.0/1.8 MB | 24 kB | 178/303 kB error 03-Jan-2023 03:09:48 Progress (4): 1.3 MB | 1.0/1.8 MB | 24 kB | 182/303 kB error 03-Jan-2023 03:09:48 Progress (4): 1.3 MB | 1.0/1.8 MB | 24 kB | 186/303 kB error 03-Jan-2023 03:09:48 Progress (4): 1.3 MB | 1.0/1.8 MB | 24 kB | 190/303 kB error 03-Jan-2023 03:09:48 Progress (4): 1.3 MB | 1.0/1.8 MB | 24 kB | 194/303 kB error 03-Jan-2023 03:09:48 Progress (4): 1.3 MB | 1.0/1.8 MB | 24 kB | 198/303 kB error 03-Jan-2023 03:09:48 Progress (4): 1.3 MB | 1.0/1.8 MB | 24 kB | 200/303 kB error 03-Jan-2023 03:09:48 Progress (4): 1.3 MB | 1.0/1.8 MB | 24 kB | 204/303 kB error 03-Jan-2023 03:09:48 Progress (4): 1.3 MB | 1.0/1.8 MB | 24 kB | 204/303 kB error 03-Jan-2023 03:09:48 Progress (4): 1.3 MB | 1.0/1.8 MB | 24 kB | 204/303 kB error 03-Jan-2023 03:09:48 Progress (4): 1.3 MB | 1.0/1.8 MB | 24 kB | 208/303 kB error 03-Jan-2023 03:09:48 Progress (4): 1.3 MB | 1.0/1.8 MB | 24 kB | 212/303 kB error 03-Jan-2023 03:09:48 Progress (4): 1.3 MB | 1.0/1.8 MB | 24 kB | 216/303 kB error 03-Jan-2023 03:09:48 Progress (4): 1.3 MB | 1.0/1.8 MB | 24 kB | 221/303 kB error 03-Jan-2023 03:09:48 Progress (4): 1.3 MB | 1.0/1.8 MB | 24 kB | 221/303 kB error 03-Jan-2023 03:09:48 Progress (4): 1.3 MB | 1.0/1.8 MB | 24 kB | 225/303 kB error 03-Jan-2023 03:09:48 Progress (4): 1.3 MB | 1.0/1.8 MB | 24 kB | 225/303 kB error 03-Jan-2023 03:09:48 Progress (4): 1.3 MB | 1.0/1.8 MB | 24 kB | 225/303 kB error 03-Jan-2023 03:09:48 Progress (4): 1.3 MB | 1.0/1.8 MB | 24 kB | 229/303 kB error 03-Jan-2023 03:09:48 Progress (4): 1.3 MB | 1.0/1.8 MB | 24 kB | 231/303 kB error 03-Jan-2023 03:09:48 Progress (4): 1.3 MB | 1.0/1.8 MB | 24 kB | 235/303 kB error 03-Jan-2023 03:09:48 Progress (4): 1.3 MB | 1.0/1.8 MB | 24 kB | 239/303 kB error 03-Jan-2023 03:09:48 Progress (4): 1.3 MB | 1.0/1.8 MB | 24 kB | 239/303 kB error 03-Jan-2023 03:09:48 Progress (4): 1.3 MB | 1.0/1.8 MB | 24 kB | 239/303 kB error 03-Jan-2023 03:09:48 Progress (4): 1.3 MB | 1.0/1.8 MB | 24 kB | 239/303 kB error 03-Jan-2023 03:09:48 Progress (4): 1.3 MB | 1.0/1.8 MB | 24 kB | 243/303 kB error 03-Jan-2023 03:09:48 Progress (4): 1.3 MB | 1.0/1.8 MB | 24 kB | 247/303 kB error 03-Jan-2023 03:09:48 Progress (4): 1.3 MB | 1.0/1.8 MB | 24 kB | 251/303 kB error 03-Jan-2023 03:09:48 Progress (4): 1.3 MB | 1.0/1.8 MB | 24 kB | 255/303 kB error 03-Jan-2023 03:09:48 Progress (4): 1.3 MB | 1.0/1.8 MB | 24 kB | 255/303 kB error 03-Jan-2023 03:09:48 Progress (4): 1.3 MB | 1.0/1.8 MB | 24 kB | 259/303 kB error 03-Jan-2023 03:09:48 Progress (4): 1.3 MB | 1.0/1.8 MB | 24 kB | 264/303 kB error 03-Jan-2023 03:09:48 Progress (4): 1.3 MB | 1.0/1.8 MB | 24 kB | 264/303 kB error 03-Jan-2023 03:09:48 Progress (4): 1.3 MB | 1.1/1.8 MB | 24 kB | 264/303 kB error 03-Jan-2023 03:09:48 Progress (4): 1.3 MB | 1.1/1.8 MB | 24 kB | 266/303 kB error 03-Jan-2023 03:09:48 Progress (4): 1.3 MB | 1.1/1.8 MB | 24 kB | 270/303 kB error 03-Jan-2023 03:09:48 Progress (4): 1.3 MB | 1.1/1.8 MB | 24 kB | 274/303 kB error 03-Jan-2023 03:09:48 Progress (4): 1.3 MB | 1.1/1.8 MB | 24 kB | 274/303 kB error 03-Jan-2023 03:09:48 Progress (4): 1.3 MB | 1.1/1.8 MB | 24 kB | 278/303 kB error 03-Jan-2023 03:09:48 Progress (4): 1.3 MB | 1.1/1.8 MB | 24 kB | 282/303 kB error 03-Jan-2023 03:09:48 Progress (4): 1.3 MB | 1.1/1.8 MB | 24 kB | 286/303 kB error 03-Jan-2023 03:09:48 Progress (4): 1.3 MB | 1.1/1.8 MB | 24 kB | 290/303 kB error 03-Jan-2023 03:09:48 Progress (4): 1.3 MB | 1.1/1.8 MB | 24 kB | 290/303 kB error 03-Jan-2023 03:09:48 Progress (4): 1.3 MB | 1.1/1.8 MB | 24 kB | 290/303 kB error 03-Jan-2023 03:09:48 Progress (4): 1.3 MB | 1.1/1.8 MB | 24 kB | 290/303 kB error 03-Jan-2023 03:09:48 Progress (4): 1.3 MB | 1.1/1.8 MB | 24 kB | 294/303 kB error 03-Jan-2023 03:09:48 Progress (4): 1.3 MB | 1.1/1.8 MB | 24 kB | 298/303 kB error 03-Jan-2023 03:09:48 Progress (4): 1.3 MB | 1.1/1.8 MB | 24 kB | 298/303 kB error 03-Jan-2023 03:09:48 Progress (4): 1.3 MB | 1.1/1.8 MB | 24 kB | 302/303 kB error 03-Jan-2023 03:09:48 Progress (4): 1.3 MB | 1.1/1.8 MB | 24 kB | 303 kB error 03-Jan-2023 03:09:48 Progress (4): 1.3 MB | 1.1/1.8 MB | 24 kB | 303 kB error 03-Jan-2023 03:09:48 Progress (4): 1.3 MB | 1.1/1.8 MB | 24 kB | 303 kB error 03-Jan-2023 03:09:48 Progress (4): 1.3 MB | 1.1/1.8 MB | 24 kB | 303 kB error 03-Jan-2023 03:09:48 Progress (4): 1.3 MB | 1.1/1.8 MB | 24 kB | 303 kB error 03-Jan-2023 03:09:48 Progress (4): 1.3 MB | 1.1/1.8 MB | 24 kB | 303 kB error 03-Jan-2023 03:09:48 Progress (4): 1.3 MB | 1.2/1.8 MB | 24 kB | 303 kB error 03-Jan-2023 03:09:48 Progress (4): 1.3 MB | 1.2/1.8 MB | 24 kB | 303 kB error 03-Jan-2023 03:09:48 Progress (4): 1.3 MB | 1.2/1.8 MB | 24 kB | 303 kB error 03-Jan-2023 03:09:48 Progress (4): 1.3 MB | 1.2/1.8 MB | 24 kB | 303 kB error 03-Jan-2023 03:09:48 Progress (4): 1.3 MB | 1.2/1.8 MB | 24 kB | 303 kB error 03-Jan-2023 03:09:48 Progress (4): 1.3 MB | 1.2/1.8 MB | 24 kB | 303 kB error 03-Jan-2023 03:09:48 Progress (4): 1.3 MB | 1.2/1.8 MB | 24 kB | 303 kB error 03-Jan-2023 03:09:48 Progress (4): 1.3 MB | 1.2/1.8 MB | 24 kB | 303 kB error 03-Jan-2023 03:09:48 Progress (4): 1.3 MB | 1.2/1.8 MB | 24 kB | 303 kB error 03-Jan-2023 03:09:48 Progress (4): 1.3 MB | 1.2/1.8 MB | 24 kB | 303 kB error 03-Jan-2023 03:09:48 Progress (4): 1.3 MB | 1.2/1.8 MB | 24 kB | 303 kB error 03-Jan-2023 03:09:48 error 03-Jan-2023 03:09:48 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/hibernate/hibernate-search-engine/5.11.9.Final/hibernate-search-engine-5.11.9.Final.jar (1.3 MB at 401 kB/s) error 03-Jan-2023 03:09:48 #21 31.51 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/xerces/xercesImpl/2.12.1/xercesImpl-2.12.1.jar error 03-Jan-2023 03:09:48 #21 31.51 Progress (3): 1.2/1.8 MB | 24 kB | 303 kB error 03-Jan-2023 03:09:48 Progress (3): 1.3/1.8 MB | 24 kB | 303 kB error 03-Jan-2023 03:09:48 Progress (3): 1.3/1.8 MB | 24 kB | 303 kB error 03-Jan-2023 03:09:48 Progress (3): 1.3/1.8 MB | 24 kB | 303 kB error 03-Jan-2023 03:09:48 Progress (3): 1.3/1.8 MB | 24 kB | 303 kB error 03-Jan-2023 03:09:48 Progress (3): 1.3/1.8 MB | 24 kB | 303 kB error 03-Jan-2023 03:09:48 Progress (3): 1.3/1.8 MB | 24 kB | 303 kB error 03-Jan-2023 03:09:48 Progress (3): 1.3/1.8 MB | 24 kB | 303 kB error 03-Jan-2023 03:09:48 Progress (3): 1.3/1.8 MB | 24 kB | 303 kB error 03-Jan-2023 03:09:49 Progress (3): 1.3/1.8 MB | 24 kB | 303 kB error 03-Jan-2023 03:09:49 Progress (3): 1.3/1.8 MB | 24 kB | 303 kB error 03-Jan-2023 03:09:49 Progress (3): 1.3/1.8 MB | 24 kB | 303 kB error 03-Jan-2023 03:09:49 Progress (3): 1.4/1.8 MB | 24 kB | 303 kB error 03-Jan-2023 03:09:49 Progress (3): 1.4/1.8 MB | 24 kB | 303 kB error 03-Jan-2023 03:09:49 Progress (3): 1.4/1.8 MB | 24 kB | 303 kB error 03-Jan-2023 03:09:49 Progress (3): 1.4/1.8 MB | 24 kB | 303 kB error 03-Jan-2023 03:09:49 Progress (3): 1.4/1.8 MB | 24 kB | 303 kB error 03-Jan-2023 03:09:49 Progress (3): 1.4/1.8 MB | 24 kB | 303 kB error 03-Jan-2023 03:09:49 Progress (3): 1.4/1.8 MB | 24 kB | 303 kB error 03-Jan-2023 03:09:49 Progress (3): 1.4/1.8 MB | 24 kB | 303 kB error 03-Jan-2023 03:09:49 Progress (3): 1.4/1.8 MB | 24 kB | 303 kB error 03-Jan-2023 03:09:49 Progress (3): 1.4/1.8 MB | 24 kB | 303 kB error 03-Jan-2023 03:09:49 Progress (3): 1.4/1.8 MB | 24 kB | 303 kB error 03-Jan-2023 03:09:49 Progress (3): 1.5/1.8 MB | 24 kB | 303 kB error 03-Jan-2023 03:09:49 Progress (3): 1.5/1.8 MB | 24 kB | 303 kB error 03-Jan-2023 03:09:49 Progress (3): 1.5/1.8 MB | 24 kB | 303 kB error 03-Jan-2023 03:09:49 Progress (3): 1.5/1.8 MB | 24 kB | 303 kB error 03-Jan-2023 03:09:49 Progress (3): 1.5/1.8 MB | 24 kB | 303 kB error 03-Jan-2023 03:09:49 Progress (3): 1.5/1.8 MB | 24 kB | 303 kB error 03-Jan-2023 03:09:49 Progress (3): 1.5/1.8 MB | 24 kB | 303 kB error 03-Jan-2023 03:09:49 Progress (3): 1.5/1.8 MB | 24 kB | 303 kB error 03-Jan-2023 03:09:49 Progress (3): 1.5/1.8 MB | 24 kB | 303 kB error 03-Jan-2023 03:09:49 Progress (3): 1.5/1.8 MB | 24 kB | 303 kB error 03-Jan-2023 03:09:49 Progress (3): 1.5/1.8 MB | 24 kB | 303 kB error 03-Jan-2023 03:09:49 Progress (3): 1.6/1.8 MB | 24 kB | 303 kB error 03-Jan-2023 03:09:49 Progress (3): 1.6/1.8 MB | 24 kB | 303 kB error 03-Jan-2023 03:09:49 Progress (3): 1.6/1.8 MB | 24 kB | 303 kB error 03-Jan-2023 03:09:49 Progress (3): 1.6/1.8 MB | 24 kB | 303 kB error 03-Jan-2023 03:09:49 Progress (3): 1.6/1.8 MB | 24 kB | 303 kB error 03-Jan-2023 03:09:49 Progress (3): 1.6/1.8 MB | 24 kB | 303 kB error 03-Jan-2023 03:09:49 Progress (3): 1.6/1.8 MB | 24 kB | 303 kB error 03-Jan-2023 03:09:49 Progress (3): 1.6/1.8 MB | 24 kB | 303 kB error 03-Jan-2023 03:09:49 Progress (3): 1.6/1.8 MB | 24 kB | 303 kB error 03-Jan-2023 03:09:49 Progress (3): 1.6/1.8 MB | 24 kB | 303 kB error 03-Jan-2023 03:09:49 Progress (3): 1.6/1.8 MB | 24 kB | 303 kB error 03-Jan-2023 03:09:49 Progress (3): 1.6/1.8 MB | 24 kB | 303 kB error 03-Jan-2023 03:09:49 Progress (3): 1.6/1.8 MB | 24 kB | 303 kB error 03-Jan-2023 03:09:49 Progress (3): 1.7/1.8 MB | 24 kB | 303 kB error 03-Jan-2023 03:09:49 Progress (3): 1.7/1.8 MB | 24 kB | 303 kB error 03-Jan-2023 03:09:49 Progress (3): 1.7/1.8 MB | 24 kB | 303 kB error 03-Jan-2023 03:09:49 Progress (3): 1.7/1.8 MB | 24 kB | 303 kB error 03-Jan-2023 03:09:49 Progress (3): 1.7/1.8 MB | 24 kB | 303 kB error 03-Jan-2023 03:09:49 Progress (3): 1.7/1.8 MB | 24 kB | 303 kB error 03-Jan-2023 03:09:49 Progress (3): 1.7/1.8 MB | 24 kB | 303 kB error 03-Jan-2023 03:09:49 Progress (3): 1.7/1.8 MB | 24 kB | 303 kB error 03-Jan-2023 03:09:49 Progress (3): 1.7/1.8 MB | 24 kB | 303 kB error 03-Jan-2023 03:09:49 Progress (3): 1.7/1.8 MB | 24 kB | 303 kB error 03-Jan-2023 03:09:49 Progress (3): 1.7/1.8 MB | 24 kB | 303 kB error 03-Jan-2023 03:09:49 Progress (3): 1.7/1.8 MB | 24 kB | 303 kB error 03-Jan-2023 03:09:49 Progress (3): 1.8/1.8 MB | 24 kB | 303 kB error 03-Jan-2023 03:09:49 Progress (3): 1.8/1.8 MB | 24 kB | 303 kB error 03-Jan-2023 03:09:49 Progress (3): 1.8/1.8 MB | 24 kB | 303 kB error 03-Jan-2023 03:09:49 Progress (3): 1.8/1.8 MB | 24 kB | 303 kB error 03-Jan-2023 03:09:49 Progress (3): 1.8/1.8 MB | 24 kB | 303 kB error 03-Jan-2023 03:09:49 Progress (3): 1.8/1.8 MB | 24 kB | 303 kB error 03-Jan-2023 03:09:49 Progress (3): 1.8/1.8 MB | 24 kB | 303 kB error 03-Jan-2023 03:09:49 Progress (3): 1.8 MB | 24 kB | 303 kB error 03-Jan-2023 03:09:49 error 03-Jan-2023 03:09:49 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/logging/log4j/log4j-slf4j-impl/2.17.2/log4j-slf4j-impl-2.17.2.jar (24 kB at 7.2 kB/s) error 03-Jan-2023 03:09:49 #21 31.56 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/com/fasterxml/jackson/datatype/jackson-datatype-jsr310/2.13.0/jackson-datatype-jsr310-2.13.0.jar error 03-Jan-2023 03:09:49 #21 31.59 Progress (3): 1.8 MB | 303 kB | 4.1/303 kB error 03-Jan-2023 03:09:49 Progress (3): 1.8 MB | 303 kB | 7.5/303 kB error 03-Jan-2023 03:09:49 Progress (3): 1.8 MB | 303 kB | 12/303 kB error 03-Jan-2023 03:09:49 Progress (3): 1.8 MB | 303 kB | 16/303 kB error 03-Jan-2023 03:09:49 Progress (3): 1.8 MB | 303 kB | 20/303 kB error 03-Jan-2023 03:09:49 Progress (3): 1.8 MB | 303 kB | 24/303 kB error 03-Jan-2023 03:09:49 Progress (3): 1.8 MB | 303 kB | 28/303 kB error 03-Jan-2023 03:09:49 Progress (3): 1.8 MB | 303 kB | 32/303 kB error 03-Jan-2023 03:09:49 Progress (3): 1.8 MB | 303 kB | 36/303 kB error 03-Jan-2023 03:09:49 Progress (3): 1.8 MB | 303 kB | 40/303 kB error 03-Jan-2023 03:09:49 Progress (3): 1.8 MB | 303 kB | 42/303 kB error 03-Jan-2023 03:09:49 Progress (3): 1.8 MB | 303 kB | 46/303 kB error 03-Jan-2023 03:09:49 Progress (3): 1.8 MB | 303 kB | 51/303 kB error 03-Jan-2023 03:09:49 Progress (3): 1.8 MB | 303 kB | 55/303 kB error 03-Jan-2023 03:09:49 Progress (3): 1.8 MB | 303 kB | 59/303 kB error 03-Jan-2023 03:09:49 Progress (3): 1.8 MB | 303 kB | 63/303 kB error 03-Jan-2023 03:09:49 Progress (3): 1.8 MB | 303 kB | 67/303 kB error 03-Jan-2023 03:09:49 Progress (3): 1.8 MB | 303 kB | 71/303 kB error 03-Jan-2023 03:09:49 Progress (3): 1.8 MB | 303 kB | 75/303 kB error 03-Jan-2023 03:09:49 Progress (3): 1.8 MB | 303 kB | 77/303 kB error 03-Jan-2023 03:09:49 Progress (3): 1.8 MB | 303 kB | 81/303 kB error 03-Jan-2023 03:09:49 Progress (3): 1.8 MB | 303 kB | 85/303 kB error 03-Jan-2023 03:09:49 Progress (3): 1.8 MB | 303 kB | 89/303 kB error 03-Jan-2023 03:09:49 Progress (3): 1.8 MB | 303 kB | 94/303 kB error 03-Jan-2023 03:09:49 Progress (3): 1.8 MB | 303 kB | 98/303 kB error 03-Jan-2023 03:09:49 Progress (3): 1.8 MB | 303 kB | 102/303 kB error 03-Jan-2023 03:09:49 Progress (3): 1.8 MB | 303 kB | 106/303 kB error 03-Jan-2023 03:09:49 Progress (3): 1.8 MB | 303 kB | 110/303 kB error 03-Jan-2023 03:09:49 Progress (3): 1.8 MB | 303 kB | 112/303 kB error 03-Jan-2023 03:09:49 Progress (3): 1.8 MB | 303 kB | 116/303 kB error 03-Jan-2023 03:09:49 Progress (3): 1.8 MB | 303 kB | 120/303 kB error 03-Jan-2023 03:09:49 Progress (3): 1.8 MB | 303 kB | 124/303 kB error 03-Jan-2023 03:09:49 Progress (3): 1.8 MB | 303 kB | 128/303 kB error 03-Jan-2023 03:09:49 Progress (3): 1.8 MB | 303 kB | 132/303 kB error 03-Jan-2023 03:09:49 Progress (3): 1.8 MB | 303 kB | 137/303 kB error 03-Jan-2023 03:09:49 Progress (3): 1.8 MB | 303 kB | 141/303 kB error 03-Jan-2023 03:09:49 Progress (3): 1.8 MB | 303 kB | 145/303 kB error 03-Jan-2023 03:09:49 Progress (3): 1.8 MB | 303 kB | 147/303 kB error 03-Jan-2023 03:09:49 Progress (3): 1.8 MB | 303 kB | 151/303 kB error 03-Jan-2023 03:09:49 Progress (3): 1.8 MB | 303 kB | 155/303 kB error 03-Jan-2023 03:09:49 Progress (3): 1.8 MB | 303 kB | 159/303 kB error 03-Jan-2023 03:09:49 Progress (3): 1.8 MB | 303 kB | 163/303 kB error 03-Jan-2023 03:09:49 Progress (3): 1.8 MB | 303 kB | 167/303 kB error 03-Jan-2023 03:09:49 Progress (3): 1.8 MB | 303 kB | 171/303 kB error 03-Jan-2023 03:09:49 Progress (3): 1.8 MB | 303 kB | 175/303 kB error 03-Jan-2023 03:09:49 Progress (3): 1.8 MB | 303 kB | 180/303 kB error 03-Jan-2023 03:09:49 Progress (3): 1.8 MB | 303 kB | 182/303 kB error 03-Jan-2023 03:09:49 Progress (3): 1.8 MB | 303 kB | 186/303 kB error 03-Jan-2023 03:09:49 Progress (3): 1.8 MB | 303 kB | 190/303 kB error 03-Jan-2023 03:09:49 Progress (3): 1.8 MB | 303 kB | 194/303 kB error 03-Jan-2023 03:09:49 Progress (3): 1.8 MB | 303 kB | 198/303 kB error 03-Jan-2023 03:09:49 Progress (3): 1.8 MB | 303 kB | 202/303 kB error 03-Jan-2023 03:09:49 Progress (3): 1.8 MB | 303 kB | 206/303 kB error 03-Jan-2023 03:09:49 Progress (3): 1.8 MB | 303 kB | 210/303 kB error 03-Jan-2023 03:09:49 Progress (3): 1.8 MB | 303 kB | 214/303 kB error 03-Jan-2023 03:09:49 Progress (3): 1.8 MB | 303 kB | 216/303 kB error 03-Jan-2023 03:09:49 Progress (3): 1.8 MB | 303 kB | 221/303 kB error 03-Jan-2023 03:09:49 Progress (3): 1.8 MB | 303 kB | 225/303 kB error 03-Jan-2023 03:09:49 Progress (3): 1.8 MB | 303 kB | 229/303 kB error 03-Jan-2023 03:09:49 Progress (3): 1.8 MB | 303 kB | 233/303 kB error 03-Jan-2023 03:09:49 Progress (3): 1.8 MB | 303 kB | 237/303 kB error 03-Jan-2023 03:09:49 Progress (3): 1.8 MB | 303 kB | 241/303 kB error 03-Jan-2023 03:09:49 Progress (3): 1.8 MB | 303 kB | 245/303 kB error 03-Jan-2023 03:09:49 Progress (3): 1.8 MB | 303 kB | 249/303 kB error 03-Jan-2023 03:09:49 Progress (3): 1.8 MB | 303 kB | 251/303 kB error 03-Jan-2023 03:09:49 Progress (3): 1.8 MB | 303 kB | 255/303 kB error 03-Jan-2023 03:09:49 Progress (3): 1.8 MB | 303 kB | 259/303 kB error 03-Jan-2023 03:09:49 Progress (3): 1.8 MB | 303 kB | 264/303 kB error 03-Jan-2023 03:09:49 Progress (3): 1.8 MB | 303 kB | 268/303 kB error 03-Jan-2023 03:09:49 Progress (3): 1.8 MB | 303 kB | 272/303 kB error 03-Jan-2023 03:09:49 Progress (3): 1.8 MB | 303 kB | 276/303 kB error 03-Jan-2023 03:09:49 Progress (3): 1.8 MB | 303 kB | 280/303 kB error 03-Jan-2023 03:09:49 Progress (3): 1.8 MB | 303 kB | 284/303 kB error 03-Jan-2023 03:09:49 Progress (3): 1.8 MB | 303 kB | 286/303 kB error 03-Jan-2023 03:09:49 Progress (3): 1.8 MB | 303 kB | 290/303 kB error 03-Jan-2023 03:09:49 Progress (3): 1.8 MB | 303 kB | 294/303 kB error 03-Jan-2023 03:09:49 Progress (3): 1.8 MB | 303 kB | 296/303 kB error 03-Jan-2023 03:09:49 Progress (3): 1.8 MB | 303 kB | 300/303 kB error 03-Jan-2023 03:09:49 Progress (3): 1.8 MB | 303 kB | 303 kB error 03-Jan-2023 03:09:49 error 03-Jan-2023 03:09:49 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/logging/log4j/log4j-api/2.17.2/log4j-api-2.17.2.jar (303 kB at 89 kB/s) error 03-Jan-2023 03:09:49 #21 31.62 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/net/sf/ehcache/ehcache/2.10.9.2/ehcache-2.10.9.2.jar error 03-Jan-2023 03:09:49 #21 31.68 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/logging/log4j/log4j-core/2.17.2/log4j-core-2.17.2.jar (1.8 MB at 521 kB/s) error 03-Jan-2023 03:09:49 #21 31.68 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/aspectj/aspectjrt/1.9.7/aspectjrt-1.9.7.jar error 03-Jan-2023 03:09:49 #21 31.69 Progress (2): 303 kB | 3.3/121 kB error 03-Jan-2023 03:09:49 Progress (2): 303 kB | 6.1/121 kB error 03-Jan-2023 03:09:49 Progress (2): 303 kB | 8.9/121 kB error 03-Jan-2023 03:09:49 Progress (2): 303 kB | 12/121 kB error 03-Jan-2023 03:09:49 Progress (2): 303 kB | 14/121 kB error 03-Jan-2023 03:09:49 Progress (2): 303 kB | 17/121 kB error 03-Jan-2023 03:09:49 Progress (2): 303 kB | 20/121 kB error 03-Jan-2023 03:09:49 Progress (2): 303 kB | 23/121 kB error 03-Jan-2023 03:09:49 Progress (2): 303 kB | 26/121 kB error 03-Jan-2023 03:09:49 Progress (2): 303 kB | 28/121 kB error 03-Jan-2023 03:09:49 Progress (2): 303 kB | 31/121 kB error 03-Jan-2023 03:09:49 Progress (2): 303 kB | 34/121 kB error 03-Jan-2023 03:09:49 Progress (2): 303 kB | 37/121 kB error 03-Jan-2023 03:09:49 Progress (2): 303 kB | 40/121 kB error 03-Jan-2023 03:09:49 Progress (2): 303 kB | 42/121 kB error 03-Jan-2023 03:09:49 Progress (2): 303 kB | 45/121 kB error 03-Jan-2023 03:09:49 Progress (2): 303 kB | 48/121 kB error 03-Jan-2023 03:09:49 Progress (2): 303 kB | 51/121 kB error 03-Jan-2023 03:09:49 Progress (2): 303 kB | 54/121 kB error 03-Jan-2023 03:09:49 Progress (2): 303 kB | 56/121 kB error 03-Jan-2023 03:09:49 Progress (2): 303 kB | 59/121 kB error 03-Jan-2023 03:09:49 Progress (2): 303 kB | 62/121 kB error 03-Jan-2023 03:09:49 Progress (2): 303 kB | 65/121 kB error 03-Jan-2023 03:09:49 Progress (2): 303 kB | 68/121 kB error 03-Jan-2023 03:09:49 Progress (2): 303 kB | 70/121 kB error 03-Jan-2023 03:09:49 Progress (2): 303 kB | 73/121 kB error 03-Jan-2023 03:09:49 Progress (2): 303 kB | 76/121 kB error 03-Jan-2023 03:09:49 Progress (2): 303 kB | 79/121 kB error 03-Jan-2023 03:09:49 Progress (2): 303 kB | 82/121 kB error 03-Jan-2023 03:09:49 Progress (2): 303 kB | 84/121 kB error 03-Jan-2023 03:09:49 Progress (2): 303 kB | 87/121 kB error 03-Jan-2023 03:09:49 Progress (2): 303 kB | 90/121 kB error 03-Jan-2023 03:09:49 Progress (2): 303 kB | 93/121 kB error 03-Jan-2023 03:09:49 Progress (2): 303 kB | 96/121 kB error 03-Jan-2023 03:09:49 Progress (2): 303 kB | 98/121 kB error 03-Jan-2023 03:09:49 Progress (2): 303 kB | 101/121 kB error 03-Jan-2023 03:09:49 Progress (2): 303 kB | 104/121 kB error 03-Jan-2023 03:09:49 Progress (2): 303 kB | 107/121 kB error 03-Jan-2023 03:09:49 Progress (2): 303 kB | 110/121 kB error 03-Jan-2023 03:09:49 Progress (2): 303 kB | 112/121 kB error 03-Jan-2023 03:09:49 Progress (2): 303 kB | 115/121 kB error 03-Jan-2023 03:09:49 Progress (2): 303 kB | 118/121 kB error 03-Jan-2023 03:09:49 Progress (2): 303 kB | 121/121 kB error 03-Jan-2023 03:09:49 Progress (2): 303 kB | 121 kB error 03-Jan-2023 03:09:49 error 03-Jan-2023 03:09:49 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/logging/log4j/log4j-1.2-api/2.17.2/log4j-1.2-api-2.17.2.jar (303 kB at 86 kB/s) error 03-Jan-2023 03:09:49 #21 31.73 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/aspectj/aspectjweaver/1.9.7/aspectjweaver-1.9.7.jar error 03-Jan-2023 03:09:49 #21 31.79 Progress (2): 121 kB | 0/1.4 MB error 03-Jan-2023 03:09:49 Progress (2): 121 kB | 0/1.4 MB error 03-Jan-2023 03:09:49 Progress (2): 121 kB | 0/1.4 MB error 03-Jan-2023 03:09:49 Progress (2): 121 kB | 0/1.4 MB error 03-Jan-2023 03:09:49 Progress (2): 121 kB | 0/1.4 MB error 03-Jan-2023 03:09:49 Progress (2): 121 kB | 0.1/1.4 MB error 03-Jan-2023 03:09:49 Progress (2): 121 kB | 0.1/1.4 MB error 03-Jan-2023 03:09:49 Progress (2): 121 kB | 0.1/1.4 MB error 03-Jan-2023 03:09:49 Progress (2): 121 kB | 0.1/1.4 MB error 03-Jan-2023 03:09:49 Progress (2): 121 kB | 0.1/1.4 MB error 03-Jan-2023 03:09:49 Progress (2): 121 kB | 0.1/1.4 MB error 03-Jan-2023 03:09:49 Progress (2): 121 kB | 0.1/1.4 MB error 03-Jan-2023 03:09:49 Progress (2): 121 kB | 0.1/1.4 MB error 03-Jan-2023 03:09:49 Progress (2): 121 kB | 0.1/1.4 MB error 03-Jan-2023 03:09:49 Progress (2): 121 kB | 0.1/1.4 MB error 03-Jan-2023 03:09:49 Progress (2): 121 kB | 0.1/1.4 MB error 03-Jan-2023 03:09:49 Progress (2): 121 kB | 0.1/1.4 MB error 03-Jan-2023 03:09:49 Progress (2): 121 kB | 0.2/1.4 MB error 03-Jan-2023 03:09:49 Progress (2): 121 kB | 0.2/1.4 MB error 03-Jan-2023 03:09:49 Progress (2): 121 kB | 0.2/1.4 MB error 03-Jan-2023 03:09:49 Progress (2): 121 kB | 0.2/1.4 MB error 03-Jan-2023 03:09:49 Progress (2): 121 kB | 0.2/1.4 MB error 03-Jan-2023 03:09:49 Progress (2): 121 kB | 0.2/1.4 MB error 03-Jan-2023 03:09:49 Progress (2): 121 kB | 0.2/1.4 MB error 03-Jan-2023 03:09:49 Progress (2): 121 kB | 0.2/1.4 MB error 03-Jan-2023 03:09:49 Progress (2): 121 kB | 0.2/1.4 MB error 03-Jan-2023 03:09:49 Progress (3): 121 kB | 0.2/1.4 MB | 3.3/123 kB error 03-Jan-2023 03:09:49 Progress (3): 121 kB | 0.2/1.4 MB | 6.1/123 kB error 03-Jan-2023 03:09:49 Progress (3): 121 kB | 0.2/1.4 MB | 8.9/123 kB error 03-Jan-2023 03:09:49 Progress (3): 121 kB | 0.2/1.4 MB | 12/123 kB error 03-Jan-2023 03:09:49 Progress (3): 121 kB | 0.2/1.4 MB | 15/123 kB error 03-Jan-2023 03:09:49 Progress (3): 121 kB | 0.2/1.4 MB | 17/123 kB error 03-Jan-2023 03:09:49 Progress (3): 121 kB | 0.2/1.4 MB | 20/123 kB error 03-Jan-2023 03:09:49 Progress (3): 121 kB | 0.2/1.4 MB | 23/123 kB error 03-Jan-2023 03:09:49 Progress (3): 121 kB | 0.2/1.4 MB | 26/123 kB error 03-Jan-2023 03:09:49 Progress (3): 121 kB | 0.2/1.4 MB | 29/123 kB error 03-Jan-2023 03:09:49 Progress (3): 121 kB | 0.2/1.4 MB | 31/123 kB error 03-Jan-2023 03:09:49 Progress (3): 121 kB | 0.2/1.4 MB | 34/123 kB error 03-Jan-2023 03:09:49 Progress (3): 121 kB | 0.2/1.4 MB | 37/123 kB error 03-Jan-2023 03:09:49 Progress (3): 121 kB | 0.2/1.4 MB | 40/123 kB error 03-Jan-2023 03:09:49 Progress (3): 121 kB | 0.2/1.4 MB | 43/123 kB error 03-Jan-2023 03:09:49 Progress (3): 121 kB | 0.2/1.4 MB | 45/123 kB error 03-Jan-2023 03:09:49 Progress (3): 121 kB | 0.2/1.4 MB | 48/123 kB error 03-Jan-2023 03:09:49 Progress (3): 121 kB | 0.2/1.4 MB | 51/123 kB error 03-Jan-2023 03:09:49 Progress (3): 121 kB | 0.2/1.4 MB | 54/123 kB error 03-Jan-2023 03:09:49 Progress (3): 121 kB | 0.2/1.4 MB | 54/123 kB error 03-Jan-2023 03:09:49 Progress (3): 121 kB | 0.2/1.4 MB | 54/123 kB error 03-Jan-2023 03:09:49 Progress (3): 121 kB | 0.3/1.4 MB | 54/123 kB error 03-Jan-2023 03:09:49 Progress (3): 121 kB | 0.3/1.4 MB | 54/123 kB error 03-Jan-2023 03:09:49 Progress (3): 121 kB | 0.3/1.4 MB | 54/123 kB error 03-Jan-2023 03:09:49 Progress (3): 121 kB | 0.3/1.4 MB | 54/123 kB error 03-Jan-2023 03:09:49 Progress (3): 121 kB | 0.3/1.4 MB | 54/123 kB error 03-Jan-2023 03:09:49 Progress (3): 121 kB | 0.3/1.4 MB | 54/123 kB error 03-Jan-2023 03:09:49 Progress (3): 121 kB | 0.3/1.4 MB | 54/123 kB error 03-Jan-2023 03:09:49 Progress (3): 121 kB | 0.3/1.4 MB | 54/123 kB error 03-Jan-2023 03:09:49 Progress (3): 121 kB | 0.3/1.4 MB | 54/123 kB error 03-Jan-2023 03:09:49 Progress (3): 121 kB | 0.3/1.4 MB | 54/123 kB error 03-Jan-2023 03:09:49 Progress (3): 121 kB | 0.3/1.4 MB | 54/123 kB error 03-Jan-2023 03:09:49 Progress (3): 121 kB | 0.3/1.4 MB | 54/123 kB error 03-Jan-2023 03:09:49 Progress (3): 121 kB | 0.4/1.4 MB | 54/123 kB error 03-Jan-2023 03:09:49 Progress (3): 121 kB | 0.4/1.4 MB | 54/123 kB error 03-Jan-2023 03:09:49 Progress (3): 121 kB | 0.4/1.4 MB | 54/123 kB error 03-Jan-2023 03:09:49 Progress (3): 121 kB | 0.4/1.4 MB | 54/123 kB error 03-Jan-2023 03:09:49 Progress (3): 121 kB | 0.4/1.4 MB | 54/123 kB error 03-Jan-2023 03:09:49 Progress (3): 121 kB | 0.4/1.4 MB | 54/123 kB error 03-Jan-2023 03:09:49 Progress (3): 121 kB | 0.4/1.4 MB | 54/123 kB error 03-Jan-2023 03:09:49 Progress (3): 121 kB | 0.4/1.4 MB | 54/123 kB error 03-Jan-2023 03:09:49 Progress (3): 121 kB | 0.4/1.4 MB | 54/123 kB error 03-Jan-2023 03:09:49 Progress (3): 121 kB | 0.4/1.4 MB | 54/123 kB error 03-Jan-2023 03:09:49 Progress (3): 121 kB | 0.4/1.4 MB | 54/123 kB error 03-Jan-2023 03:09:49 Progress (3): 121 kB | 0.5/1.4 MB | 54/123 kB error 03-Jan-2023 03:09:49 Progress (3): 121 kB | 0.5/1.4 MB | 54/123 kB error 03-Jan-2023 03:09:49 Progress (3): 121 kB | 0.5/1.4 MB | 54/123 kB error 03-Jan-2023 03:09:49 Progress (3): 121 kB | 0.5/1.4 MB | 54/123 kB error 03-Jan-2023 03:09:49 Progress (3): 121 kB | 0.5/1.4 MB | 54/123 kB error 03-Jan-2023 03:09:49 Progress (3): 121 kB | 0.5/1.4 MB | 54/123 kB error 03-Jan-2023 03:09:49 Progress (3): 121 kB | 0.5/1.4 MB | 54/123 kB error 03-Jan-2023 03:09:49 Progress (3): 121 kB | 0.5/1.4 MB | 54/123 kB error 03-Jan-2023 03:09:49 Progress (3): 121 kB | 0.5/1.4 MB | 54/123 kB error 03-Jan-2023 03:09:49 Progress (3): 121 kB | 0.5/1.4 MB | 54/123 kB error 03-Jan-2023 03:09:49 Progress (3): 121 kB | 0.5/1.4 MB | 54/123 kB error 03-Jan-2023 03:09:49 Progress (3): 121 kB | 0.5/1.4 MB | 54/123 kB error 03-Jan-2023 03:09:49 Progress (3): 121 kB | 0.6/1.4 MB | 54/123 kB error 03-Jan-2023 03:09:49 Progress (3): 121 kB | 0.6/1.4 MB | 54/123 kB error 03-Jan-2023 03:09:49 Progress (3): 121 kB | 0.6/1.4 MB | 54/123 kB error 03-Jan-2023 03:09:49 Progress (3): 121 kB | 0.6/1.4 MB | 54/123 kB error 03-Jan-2023 03:09:49 Progress (3): 121 kB | 0.6/1.4 MB | 54/123 kB error 03-Jan-2023 03:09:49 Progress (3): 121 kB | 0.6/1.4 MB | 54/123 kB error 03-Jan-2023 03:09:49 Progress (3): 121 kB | 0.6/1.4 MB | 54/123 kB error 03-Jan-2023 03:09:49 Progress (3): 121 kB | 0.6/1.4 MB | 54/123 kB error 03-Jan-2023 03:09:49 Progress (3): 121 kB | 0.6/1.4 MB | 54/123 kB error 03-Jan-2023 03:09:49 Progress (3): 121 kB | 0.6/1.4 MB | 54/123 kB error 03-Jan-2023 03:09:49 Progress (3): 121 kB | 0.6/1.4 MB | 54/123 kB error 03-Jan-2023 03:09:49 Progress (3): 121 kB | 0.6/1.4 MB | 54/123 kB error 03-Jan-2023 03:09:49 Progress (3): 121 kB | 0.7/1.4 MB | 54/123 kB error 03-Jan-2023 03:09:49 Progress (3): 121 kB | 0.7/1.4 MB | 54/123 kB error 03-Jan-2023 03:09:49 Progress (3): 121 kB | 0.7/1.4 MB | 54/123 kB error 03-Jan-2023 03:09:49 Progress (3): 121 kB | 0.7/1.4 MB | 54/123 kB error 03-Jan-2023 03:09:49 Progress (3): 121 kB | 0.7/1.4 MB | 54/123 kB error 03-Jan-2023 03:09:49 Progress (3): 121 kB | 0.7/1.4 MB | 54/123 kB error 03-Jan-2023 03:09:49 Progress (3): 121 kB | 0.7/1.4 MB | 54/123 kB error 03-Jan-2023 03:09:49 Progress (3): 121 kB | 0.7/1.4 MB | 54/123 kB error 03-Jan-2023 03:09:49 Progress (3): 121 kB | 0.7/1.4 MB | 54/123 kB error 03-Jan-2023 03:09:49 Progress (3): 121 kB | 0.7/1.4 MB | 54/123 kB error 03-Jan-2023 03:09:49 Progress (3): 121 kB | 0.7/1.4 MB | 54/123 kB error 03-Jan-2023 03:09:49 Progress (3): 121 kB | 0.7/1.4 MB | 54/123 kB error 03-Jan-2023 03:09:49 Progress (3): 121 kB | 0.8/1.4 MB | 54/123 kB error 03-Jan-2023 03:09:49 Progress (3): 121 kB | 0.8/1.4 MB | 54/123 kB error 03-Jan-2023 03:09:49 error 03-Jan-2023 03:09:49 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/com/fasterxml/jackson/datatype/jackson-datatype-jsr310/2.13.0/jackson-datatype-jsr310-2.13.0.jar (121 kB at 33 kB/s) error 03-Jan-2023 03:09:49 #21 31.84 Progress (2): 0.8/1.4 MB | 54/123 kB error 03-Jan-2023 03:09:49 Progress (2): 0.8/1.4 MB | 54/123 kB error 03-Jan-2023 03:09:49 error 03-Jan-2023 03:09:49 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/joda-time/joda-time/2.10.12/joda-time-2.10.12.jar error 03-Jan-2023 03:09:49 #21 31.84 Progress (2): 0.8/1.4 MB | 54/123 kB error 03-Jan-2023 03:09:49 Progress (2): 0.8/1.4 MB | 54/123 kB error 03-Jan-2023 03:09:49 Progress (2): 0.8/1.4 MB | 54/123 kB error 03-Jan-2023 03:09:49 Progress (2): 0.8/1.4 MB | 54/123 kB error 03-Jan-2023 03:09:49 Progress (2): 0.8/1.4 MB | 54/123 kB error 03-Jan-2023 03:09:49 Progress (2): 0.8/1.4 MB | 54/123 kB error 03-Jan-2023 03:09:49 Progress (2): 0.8/1.4 MB | 54/123 kB error 03-Jan-2023 03:09:49 Progress (2): 0.8/1.4 MB | 54/123 kB error 03-Jan-2023 03:09:49 Progress (2): 0.9/1.4 MB | 54/123 kB error 03-Jan-2023 03:09:49 Progress (2): 0.9/1.4 MB | 54/123 kB error 03-Jan-2023 03:09:49 Progress (2): 0.9/1.4 MB | 54/123 kB error 03-Jan-2023 03:09:49 Progress (2): 0.9/1.4 MB | 54/123 kB error 03-Jan-2023 03:09:49 Progress (2): 0.9/1.4 MB | 54/123 kB error 03-Jan-2023 03:09:49 Progress (2): 0.9/1.4 MB | 54/123 kB error 03-Jan-2023 03:09:49 Progress (2): 0.9/1.4 MB | 54/123 kB error 03-Jan-2023 03:09:49 Progress (2): 0.9/1.4 MB | 54/123 kB error 03-Jan-2023 03:09:49 Progress (2): 0.9/1.4 MB | 54/123 kB error 03-Jan-2023 03:09:49 Progress (2): 0.9/1.4 MB | 54/123 kB error 03-Jan-2023 03:09:49 Progress (2): 1.0/1.4 MB | 54/123 kB error 03-Jan-2023 03:09:49 Progress (2): 1.0/1.4 MB | 54/123 kB error 03-Jan-2023 03:09:49 Progress (2): 1.0/1.4 MB | 54/123 kB error 03-Jan-2023 03:09:49 Progress (2): 1.0/1.4 MB | 54/123 kB error 03-Jan-2023 03:09:49 Progress (2): 1.0/1.4 MB | 54/123 kB error 03-Jan-2023 03:09:49 Progress (2): 1.0/1.4 MB | 54/123 kB error 03-Jan-2023 03:09:49 Progress (2): 1.0/1.4 MB | 54/123 kB error 03-Jan-2023 03:09:49 Progress (2): 1.0/1.4 MB | 54/123 kB error 03-Jan-2023 03:09:49 Progress (2): 1.0/1.4 MB | 54/123 kB error 03-Jan-2023 03:09:49 Progress (2): 1.0/1.4 MB | 54/123 kB error 03-Jan-2023 03:09:49 Progress (2): 1.0/1.4 MB | 54/123 kB error 03-Jan-2023 03:09:49 Progress (2): 1.0/1.4 MB | 54/123 kB error 03-Jan-2023 03:09:49 Progress (2): 1.1/1.4 MB | 54/123 kB error 03-Jan-2023 03:09:49 Progress (2): 1.1/1.4 MB | 54/123 kB error 03-Jan-2023 03:09:49 Progress (2): 1.1/1.4 MB | 54/123 kB error 03-Jan-2023 03:09:49 Progress (2): 1.1/1.4 MB | 54/123 kB error 03-Jan-2023 03:09:49 Progress (2): 1.1/1.4 MB | 54/123 kB error 03-Jan-2023 03:09:49 Progress (2): 1.1/1.4 MB | 54/123 kB error 03-Jan-2023 03:09:49 Progress (2): 1.1/1.4 MB | 54/123 kB error 03-Jan-2023 03:09:49 Progress (2): 1.1/1.4 MB | 54/123 kB error 03-Jan-2023 03:09:49 Progress (2): 1.1/1.4 MB | 54/123 kB error 03-Jan-2023 03:09:49 Progress (2): 1.1/1.4 MB | 54/123 kB error 03-Jan-2023 03:09:49 Progress (2): 1.1/1.4 MB | 54/123 kB error 03-Jan-2023 03:09:49 Progress (2): 1.1/1.4 MB | 54/123 kB error 03-Jan-2023 03:09:49 Progress (2): 1.2/1.4 MB | 54/123 kB error 03-Jan-2023 03:09:49 Progress (2): 1.2/1.4 MB | 54/123 kB error 03-Jan-2023 03:09:49 Progress (2): 1.2/1.4 MB | 54/123 kB error 03-Jan-2023 03:09:49 Progress (2): 1.2/1.4 MB | 54/123 kB error 03-Jan-2023 03:09:49 Progress (2): 1.2/1.4 MB | 54/123 kB error 03-Jan-2023 03:09:49 Progress (2): 1.2/1.4 MB | 54/123 kB error 03-Jan-2023 03:09:49 Progress (2): 1.2/1.4 MB | 54/123 kB error 03-Jan-2023 03:09:49 Progress (2): 1.2/1.4 MB | 54/123 kB error 03-Jan-2023 03:09:49 Progress (2): 1.2/1.4 MB | 54/123 kB error 03-Jan-2023 03:09:49 Progress (2): 1.2/1.4 MB | 54/123 kB error 03-Jan-2023 03:09:49 Progress (2): 1.2/1.4 MB | 54/123 kB error 03-Jan-2023 03:09:49 Progress (2): 1.3/1.4 MB | 54/123 kB error 03-Jan-2023 03:09:49 Progress (2): 1.3/1.4 MB | 54/123 kB error 03-Jan-2023 03:09:49 Progress (2): 1.3/1.4 MB | 54/123 kB error 03-Jan-2023 03:09:49 Progress (2): 1.3/1.4 MB | 54/123 kB error 03-Jan-2023 03:09:49 Progress (2): 1.3/1.4 MB | 54/123 kB error 03-Jan-2023 03:09:49 Progress (2): 1.3/1.4 MB | 54/123 kB error 03-Jan-2023 03:09:49 Progress (2): 1.3/1.4 MB | 54/123 kB error 03-Jan-2023 03:09:49 Progress (2): 1.3/1.4 MB | 54/123 kB error 03-Jan-2023 03:09:49 Progress (2): 1.3/1.4 MB | 54/123 kB error 03-Jan-2023 03:09:49 Progress (2): 1.3/1.4 MB | 54/123 kB error 03-Jan-2023 03:09:49 Progress (2): 1.3/1.4 MB | 54/123 kB error 03-Jan-2023 03:09:49 Progress (2): 1.4/1.4 MB | 54/123 kB error 03-Jan-2023 03:09:49 Progress (2): 1.4/1.4 MB | 54/123 kB error 03-Jan-2023 03:09:49 Progress (2): 1.4/1.4 MB | 54/123 kB error 03-Jan-2023 03:09:49 Progress (2): 1.4/1.4 MB | 54/123 kB error 03-Jan-2023 03:09:49 Progress (2): 1.4 MB | 54/123 kB error 03-Jan-2023 03:09:49 Progress (2): 1.4 MB | 56/123 kB error 03-Jan-2023 03:09:49 Progress (2): 1.4 MB | 59/123 kB error 03-Jan-2023 03:09:49 Progress (2): 1.4 MB | 62/123 kB error 03-Jan-2023 03:09:49 Progress (2): 1.4 MB | 65/123 kB error 03-Jan-2023 03:09:49 Progress (2): 1.4 MB | 68/123 kB error 03-Jan-2023 03:09:49 Progress (2): 1.4 MB | 70/123 kB error 03-Jan-2023 03:09:49 Progress (2): 1.4 MB | 73/123 kB error 03-Jan-2023 03:09:49 Progress (2): 1.4 MB | 76/123 kB error 03-Jan-2023 03:09:49 Progress (2): 1.4 MB | 79/123 kB error 03-Jan-2023 03:09:49 Progress (2): 1.4 MB | 82/123 kB error 03-Jan-2023 03:09:49 Progress (2): 1.4 MB | 84/123 kB error 03-Jan-2023 03:09:49 Progress (2): 1.4 MB | 87/123 kB error 03-Jan-2023 03:09:49 Progress (2): 1.4 MB | 90/123 kB error 03-Jan-2023 03:09:49 Progress (2): 1.4 MB | 93/123 kB error 03-Jan-2023 03:09:49 Progress (2): 1.4 MB | 96/123 kB error 03-Jan-2023 03:09:49 Progress (2): 1.4 MB | 98/123 kB error 03-Jan-2023 03:09:49 Progress (2): 1.4 MB | 101/123 kB error 03-Jan-2023 03:09:49 Progress (2): 1.4 MB | 104/123 kB error 03-Jan-2023 03:09:49 Progress (2): 1.4 MB | 106/123 kB error 03-Jan-2023 03:09:49 Progress (2): 1.4 MB | 109/123 kB error 03-Jan-2023 03:09:49 Progress (2): 1.4 MB | 112/123 kB error 03-Jan-2023 03:09:49 Progress (2): 1.4 MB | 115/123 kB error 03-Jan-2023 03:09:49 Progress (2): 1.4 MB | 118/123 kB error 03-Jan-2023 03:09:49 Progress (2): 1.4 MB | 120/123 kB error 03-Jan-2023 03:09:49 Progress (2): 1.4 MB | 123 kB error 03-Jan-2023 03:09:49 Progress (3): 1.4 MB | 123 kB | 0.1/12 MB error 03-Jan-2023 03:09:49 Progress (3): 1.4 MB | 123 kB | 0.1/12 MB error 03-Jan-2023 03:09:49 Progress (3): 1.4 MB | 123 kB | 0.2/12 MB error 03-Jan-2023 03:09:49 Progress (3): 1.4 MB | 123 kB | 0.2/12 MB error 03-Jan-2023 03:09:49 Progress (3): 1.4 MB | 123 kB | 0.3/12 MB error 03-Jan-2023 03:09:49 Progress (3): 1.4 MB | 123 kB | 0.4/12 MB error 03-Jan-2023 03:09:49 Progress (3): 1.4 MB | 123 kB | 0.4/12 MB error 03-Jan-2023 03:09:49 Progress (3): 1.4 MB | 123 kB | 0.5/12 MB error 03-Jan-2023 03:09:49 Progress (3): 1.4 MB | 123 kB | 0.6/12 MB error 03-Jan-2023 03:09:49 Progress (3): 1.4 MB | 123 kB | 0.6/12 MB error 03-Jan-2023 03:09:49 Progress (3): 1.4 MB | 123 kB | 0.7/12 MB error 03-Jan-2023 03:09:49 Progress (3): 1.4 MB | 123 kB | 0.7/12 MB error 03-Jan-2023 03:09:49 Progress (3): 1.4 MB | 123 kB | 0.8/12 MB error 03-Jan-2023 03:09:49 Progress (3): 1.4 MB | 123 kB | 0.9/12 MB error 03-Jan-2023 03:09:49 Progress (3): 1.4 MB | 123 kB | 0.9/12 MB error 03-Jan-2023 03:09:49 Progress (3): 1.4 MB | 123 kB | 1.0/12 MB error 03-Jan-2023 03:09:49 Progress (3): 1.4 MB | 123 kB | 1.0/12 MB error 03-Jan-2023 03:09:49 Progress (3): 1.4 MB | 123 kB | 1.1/12 MB error 03-Jan-2023 03:09:49 Progress (3): 1.4 MB | 123 kB | 1.2/12 MB error 03-Jan-2023 03:09:49 Progress (3): 1.4 MB | 123 kB | 1.2/12 MB error 03-Jan-2023 03:09:49 Progress (3): 1.4 MB | 123 kB | 1.3/12 MB error 03-Jan-2023 03:09:49 Progress (3): 1.4 MB | 123 kB | 1.3/12 MB error 03-Jan-2023 03:09:49 Progress (3): 1.4 MB | 123 kB | 1.4/12 MB error 03-Jan-2023 03:09:49 Progress (3): 1.4 MB | 123 kB | 1.5/12 MB error 03-Jan-2023 03:09:49 Progress (3): 1.4 MB | 123 kB | 1.5/12 MB error 03-Jan-2023 03:09:49 Progress (3): 1.4 MB | 123 kB | 1.6/12 MB error 03-Jan-2023 03:09:49 Progress (3): 1.4 MB | 123 kB | 1.7/12 MB error 03-Jan-2023 03:09:49 Progress (3): 1.4 MB | 123 kB | 1.7/12 MB error 03-Jan-2023 03:09:49 Progress (3): 1.4 MB | 123 kB | 1.8/12 MB error 03-Jan-2023 03:09:49 Progress (3): 1.4 MB | 123 kB | 1.8/12 MB error 03-Jan-2023 03:09:49 Progress (3): 1.4 MB | 123 kB | 1.9/12 MB error 03-Jan-2023 03:09:49 Progress (3): 1.4 MB | 123 kB | 2.0/12 MB error 03-Jan-2023 03:09:49 Progress (3): 1.4 MB | 123 kB | 2.0/12 MB error 03-Jan-2023 03:09:49 Progress (3): 1.4 MB | 123 kB | 2.1/12 MB error 03-Jan-2023 03:09:49 Progress (3): 1.4 MB | 123 kB | 2.1/12 MB error 03-Jan-2023 03:09:49 Progress (3): 1.4 MB | 123 kB | 2.2/12 MB error 03-Jan-2023 03:09:49 Progress (3): 1.4 MB | 123 kB | 2.3/12 MB error 03-Jan-2023 03:09:49 Progress (3): 1.4 MB | 123 kB | 2.3/12 MB error 03-Jan-2023 03:09:49 error 03-Jan-2023 03:09:49 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/xerces/xercesImpl/2.12.1/xercesImpl-2.12.1.jar (1.4 MB at 365 kB/s) error 03-Jan-2023 03:09:49 #21 32.01 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/jakarta/xml/bind/jakarta.xml.bind-api/3.0.1/jakarta.xml.bind-api-3.0.1.jar error 03-Jan-2023 03:09:49 #21 32.01 Progress (2): 123 kB | 2.4/12 MB error 03-Jan-2023 03:09:49 Progress (3): 123 kB | 2.4/12 MB | 0/2.1 MB error 03-Jan-2023 03:09:49 Progress (3): 123 kB | 2.4/12 MB | 0/2.1 MB error 03-Jan-2023 03:09:49 Progress (3): 123 kB | 2.4/12 MB | 0.1/2.1 MB error 03-Jan-2023 03:09:49 Progress (3): 123 kB | 2.4/12 MB | 0.1/2.1 MB error 03-Jan-2023 03:09:49 Progress (3): 123 kB | 2.4/12 MB | 0.1/2.1 MB error 03-Jan-2023 03:09:49 Progress (3): 123 kB | 2.4/12 MB | 0.1/2.1 MB error 03-Jan-2023 03:09:49 Progress (3): 123 kB | 2.4/12 MB | 0.1/2.1 MB error 03-Jan-2023 03:09:49 Progress (3): 123 kB | 2.4/12 MB | 0.1/2.1 MB error 03-Jan-2023 03:09:49 Progress (3): 123 kB | 2.4/12 MB | 0.2/2.1 MB error 03-Jan-2023 03:09:49 Progress (3): 123 kB | 2.4/12 MB | 0.2/2.1 MB error 03-Jan-2023 03:09:49 Progress (3): 123 kB | 2.4/12 MB | 0.2/2.1 MB error 03-Jan-2023 03:09:49 Progress (3): 123 kB | 2.4/12 MB | 0.2/2.1 MB error 03-Jan-2023 03:09:49 error 03-Jan-2023 03:09:49 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/aspectj/aspectjrt/1.9.7/aspectjrt-1.9.7.jar (123 kB at 32 kB/s) error 03-Jan-2023 03:09:49 #21 32.02 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/com/sun/activation/jakarta.activation/2.0.1/jakarta.activation-2.0.1.jar error 03-Jan-2023 03:09:49 #21 32.03 Progress (2): 2.4/12 MB | 0.2/2.1 MB error 03-Jan-2023 03:09:49 Progress (2): 2.5/12 MB | 0.2/2.1 MB error 03-Jan-2023 03:09:49 Progress (2): 2.6/12 MB | 0.2/2.1 MB error 03-Jan-2023 03:09:49 Progress (2): 2.6/12 MB | 0.2/2.1 MB error 03-Jan-2023 03:09:49 Progress (2): 2.6/12 MB | 0.2/2.1 MB error 03-Jan-2023 03:09:49 Progress (2): 2.6/12 MB | 0.2/2.1 MB error 03-Jan-2023 03:09:49 Progress (2): 2.7/12 MB | 0.2/2.1 MB error 03-Jan-2023 03:09:49 Progress (2): 2.7/12 MB | 0.2/2.1 MB error 03-Jan-2023 03:09:49 Progress (2): 2.7/12 MB | 0.3/2.1 MB error 03-Jan-2023 03:09:49 Progress (2): 2.7/12 MB | 0.3/2.1 MB error 03-Jan-2023 03:09:49 Progress (2): 2.7/12 MB | 0.3/2.1 MB error 03-Jan-2023 03:09:49 Progress (2): 2.7/12 MB | 0.3/2.1 MB error 03-Jan-2023 03:09:49 Progress (2): 2.7/12 MB | 0.3/2.1 MB error 03-Jan-2023 03:09:49 Progress (2): 2.7/12 MB | 0.3/2.1 MB error 03-Jan-2023 03:09:49 Progress (2): 2.7/12 MB | 0.3/2.1 MB error 03-Jan-2023 03:09:49 Progress (2): 2.7/12 MB | 0.4/2.1 MB error 03-Jan-2023 03:09:49 Progress (2): 2.8/12 MB | 0.4/2.1 MB error 03-Jan-2023 03:09:49 Progress (2): 2.8/12 MB | 0.4/2.1 MB error 03-Jan-2023 03:09:49 Progress (2): 2.8/12 MB | 0.4/2.1 MB error 03-Jan-2023 03:09:49 Progress (2): 2.9/12 MB | 0.4/2.1 MB error 03-Jan-2023 03:09:49 Progress (2): 2.9/12 MB | 0.4/2.1 MB error 03-Jan-2023 03:09:49 Progress (2): 2.9/12 MB | 0.4/2.1 MB error 03-Jan-2023 03:09:49 Progress (2): 2.9/12 MB | 0.4/2.1 MB error 03-Jan-2023 03:09:49 Progress (2): 2.9/12 MB | 0.4/2.1 MB error 03-Jan-2023 03:09:49 Progress (2): 2.9/12 MB | 0.5/2.1 MB error 03-Jan-2023 03:09:49 Progress (2): 2.9/12 MB | 0.5/2.1 MB error 03-Jan-2023 03:09:49 Progress (2): 3.0/12 MB | 0.5/2.1 MB error 03-Jan-2023 03:09:49 Progress (2): 3.0/12 MB | 0.5/2.1 MB error 03-Jan-2023 03:09:49 Progress (2): 3.0/12 MB | 0.5/2.1 MB error 03-Jan-2023 03:09:49 Progress (2): 3.0/12 MB | 0.5/2.1 MB error 03-Jan-2023 03:09:49 Progress (2): 3.0/12 MB | 0.5/2.1 MB error 03-Jan-2023 03:09:49 Progress (2): 3.0/12 MB | 0.5/2.1 MB error 03-Jan-2023 03:09:49 Progress (2): 3.1/12 MB | 0.5/2.1 MB error 03-Jan-2023 03:09:49 Progress (2): 3.1/12 MB | 0.6/2.1 MB error 03-Jan-2023 03:09:49 Progress (2): 3.1/12 MB | 0.6/2.1 MB error 03-Jan-2023 03:09:49 Progress (2): 3.2/12 MB | 0.6/2.1 MB error 03-Jan-2023 03:09:49 Progress (2): 3.2/12 MB | 0.6/2.1 MB error 03-Jan-2023 03:09:49 Progress (2): 3.2/12 MB | 0.6/2.1 MB error 03-Jan-2023 03:09:49 Progress (2): 3.2/12 MB | 0.6/2.1 MB error 03-Jan-2023 03:09:49 Progress (2): 3.2/12 MB | 0.6/2.1 MB error 03-Jan-2023 03:09:49 Progress (2): 3.2/12 MB | 0.6/2.1 MB error 03-Jan-2023 03:09:49 Progress (2): 3.2/12 MB | 0.7/2.1 MB error 03-Jan-2023 03:09:49 Progress (2): 3.2/12 MB | 0.7/2.1 MB error 03-Jan-2023 03:09:49 Progress (2): 3.2/12 MB | 0.7/2.1 MB error 03-Jan-2023 03:09:49 Progress (2): 3.3/12 MB | 0.7/2.1 MB error 03-Jan-2023 03:09:49 Progress (2): 3.3/12 MB | 0.7/2.1 MB error 03-Jan-2023 03:09:49 Progress (2): 3.3/12 MB | 0.7/2.1 MB error 03-Jan-2023 03:09:49 Progress (2): 3.3/12 MB | 0.7/2.1 MB error 03-Jan-2023 03:09:49 Progress (2): 3.3/12 MB | 0.7/2.1 MB error 03-Jan-2023 03:09:49 Progress (2): 3.3/12 MB | 0.8/2.1 MB error 03-Jan-2023 03:09:49 Progress (2): 3.4/12 MB | 0.8/2.1 MB error 03-Jan-2023 03:09:49 Progress (2): 3.4/12 MB | 0.8/2.1 MB error 03-Jan-2023 03:09:49 Progress (2): 3.4/12 MB | 0.8/2.1 MB error 03-Jan-2023 03:09:49 Progress (2): 3.4/12 MB | 0.8/2.1 MB error 03-Jan-2023 03:09:49 Progress (2): 3.4/12 MB | 0.8/2.1 MB error 03-Jan-2023 03:09:49 Progress (2): 3.4/12 MB | 0.8/2.1 MB error 03-Jan-2023 03:09:49 Progress (2): 3.4/12 MB | 0.9/2.1 MB error 03-Jan-2023 03:09:49 Progress (2): 3.5/12 MB | 0.9/2.1 MB error 03-Jan-2023 03:09:49 Progress (2): 3.5/12 MB | 0.9/2.1 MB error 03-Jan-2023 03:09:49 Progress (2): 3.5/12 MB | 0.9/2.1 MB error 03-Jan-2023 03:09:49 Progress (2): 3.5/12 MB | 0.9/2.1 MB error 03-Jan-2023 03:09:49 Progress (2): 3.5/12 MB | 0.9/2.1 MB error 03-Jan-2023 03:09:49 Progress (2): 3.5/12 MB | 0.9/2.1 MB error 03-Jan-2023 03:09:49 Progress (2): 3.5/12 MB | 0.9/2.1 MB error 03-Jan-2023 03:09:49 Progress (2): 3.5/12 MB | 1.0/2.1 MB error 03-Jan-2023 03:09:49 Progress (2): 3.5/12 MB | 1.0/2.1 MB error 03-Jan-2023 03:09:49 Progress (2): 3.6/12 MB | 1.0/2.1 MB error 03-Jan-2023 03:09:49 Progress (2): 3.6/12 MB | 1.0/2.1 MB error 03-Jan-2023 03:09:49 Progress (2): 3.6/12 MB | 1.0/2.1 MB error 03-Jan-2023 03:09:49 Progress (2): 3.6/12 MB | 1.0/2.1 MB error 03-Jan-2023 03:09:49 Progress (2): 3.6/12 MB | 1.0/2.1 MB error 03-Jan-2023 03:09:49 Progress (2): 3.6/12 MB | 1.0/2.1 MB error 03-Jan-2023 03:09:49 Progress (2): 3.6/12 MB | 1.1/2.1 MB error 03-Jan-2023 03:09:49 Progress (2): 3.6/12 MB | 1.1/2.1 MB error 03-Jan-2023 03:09:49 Progress (2): 3.6/12 MB | 1.1/2.1 MB error 03-Jan-2023 03:09:49 Progress (2): 3.6/12 MB | 1.1/2.1 MB error 03-Jan-2023 03:09:49 Progress (2): 3.7/12 MB | 1.1/2.1 MB error 03-Jan-2023 03:09:49 Progress (2): 3.7/12 MB | 1.1/2.1 MB error 03-Jan-2023 03:09:49 Progress (2): 3.7/12 MB | 1.1/2.1 MB error 03-Jan-2023 03:09:49 Progress (2): 3.7/12 MB | 1.1/2.1 MB error 03-Jan-2023 03:09:49 Progress (2): 3.7/12 MB | 1.2/2.1 MB error 03-Jan-2023 03:09:49 Progress (2): 3.7/12 MB | 1.2/2.1 MB error 03-Jan-2023 03:09:49 Progress (2): 3.7/12 MB | 1.2/2.1 MB error 03-Jan-2023 03:09:49 Progress (2): 3.7/12 MB | 1.2/2.1 MB error 03-Jan-2023 03:09:49 Progress (2): 3.7/12 MB | 1.2/2.1 MB error 03-Jan-2023 03:09:49 Progress (2): 3.7/12 MB | 1.2/2.1 MB error 03-Jan-2023 03:09:49 Progress (2): 3.7/12 MB | 1.2/2.1 MB error 03-Jan-2023 03:09:49 Progress (2): 3.7/12 MB | 1.3/2.1 MB error 03-Jan-2023 03:09:49 Progress (2): 3.7/12 MB | 1.3/2.1 MB error 03-Jan-2023 03:09:49 Progress (2): 3.7/12 MB | 1.3/2.1 MB error 03-Jan-2023 03:09:49 Progress (2): 3.8/12 MB | 1.3/2.1 MB error 03-Jan-2023 03:09:49 Progress (2): 3.8/12 MB | 1.3/2.1 MB error 03-Jan-2023 03:09:49 Progress (2): 3.8/12 MB | 1.3/2.1 MB error 03-Jan-2023 03:09:49 Progress (2): 3.8/12 MB | 1.3/2.1 MB error 03-Jan-2023 03:09:49 Progress (2): 3.8/12 MB | 1.4/2.1 MB error 03-Jan-2023 03:09:49 Progress (2): 3.9/12 MB | 1.4/2.1 MB error 03-Jan-2023 03:09:49 Progress (2): 3.9/12 MB | 1.4/2.1 MB error 03-Jan-2023 03:09:49 Progress (2): 3.9/12 MB | 1.4/2.1 MB error 03-Jan-2023 03:09:49 Progress (2): 3.9/12 MB | 1.4/2.1 MB error 03-Jan-2023 03:09:49 Progress (2): 3.9/12 MB | 1.4/2.1 MB error 03-Jan-2023 03:09:49 Progress (2): 4.0/12 MB | 1.4/2.1 MB error 03-Jan-2023 03:09:49 Progress (3): 4.0/12 MB | 1.4/2.1 MB | 3.3/129 kB error 03-Jan-2023 03:09:49 Progress (3): 4.0/12 MB | 1.4/2.1 MB | 6.1/129 kB error 03-Jan-2023 03:09:49 Progress (3): 4.0/12 MB | 1.4/2.1 MB | 8.9/129 kB error 03-Jan-2023 03:09:49 Progress (3): 4.0/12 MB | 1.4/2.1 MB | 12/129 kB error 03-Jan-2023 03:09:49 Progress (3): 4.0/12 MB | 1.4/2.1 MB | 12/129 kB error 03-Jan-2023 03:09:49 Progress (3): 4.0/12 MB | 1.4/2.1 MB | 12/129 kB error 03-Jan-2023 03:09:49 Progress (3): 4.0/12 MB | 1.5/2.1 MB | 12/129 kB error 03-Jan-2023 03:09:49 Progress (3): 4.0/12 MB | 1.5/2.1 MB | 12/129 kB error 03-Jan-2023 03:09:49 Progress (3): 4.0/12 MB | 1.5/2.1 MB | 12/129 kB error 03-Jan-2023 03:09:49 Progress (4): 4.0/12 MB | 1.5/2.1 MB | 12/129 kB | 4.1/645 kB error 03-Jan-2023 03:09:49 Progress (4): 4.0/12 MB | 1.5/2.1 MB | 12/129 kB | 4.1/645 kB error 03-Jan-2023 03:09:49 Progress (4): 4.0/12 MB | 1.5/2.1 MB | 12/129 kB | 8.2/645 kB error 03-Jan-2023 03:09:49 Progress (4): 4.0/12 MB | 1.5/2.1 MB | 12/129 kB | 12/645 kB error 03-Jan-2023 03:09:49 Progress (4): 4.0/12 MB | 1.5/2.1 MB | 12/129 kB | 16/645 kB error 03-Jan-2023 03:09:49 Progress (4): 4.0/12 MB | 1.5/2.1 MB | 12/129 kB | 16/645 kB error 03-Jan-2023 03:09:49 Progress (4): 4.0/12 MB | 1.5/2.1 MB | 12/129 kB | 20/645 kB error 03-Jan-2023 03:09:49 Progress (4): 4.1/12 MB | 1.5/2.1 MB | 12/129 kB | 20/645 kB error 03-Jan-2023 03:09:49 Progress (4): 4.1/12 MB | 1.5/2.1 MB | 12/129 kB | 20/645 kB error 03-Jan-2023 03:09:49 Progress (4): 4.1/12 MB | 1.5/2.1 MB | 12/129 kB | 24/645 kB error 03-Jan-2023 03:09:49 Progress (4): 4.1/12 MB | 1.5/2.1 MB | 12/129 kB | 28/645 kB error 03-Jan-2023 03:09:49 Progress (4): 4.1/12 MB | 1.5/2.1 MB | 12/129 kB | 28/645 kB error 03-Jan-2023 03:09:49 Progress (4): 4.2/12 MB | 1.5/2.1 MB | 12/129 kB | 28/645 kB error 03-Jan-2023 03:09:49 Progress (5): 4.2/12 MB | 1.5/2.1 MB | 12/129 kB | 28/645 kB | 3.3/62 kB error 03-Jan-2023 03:09:49 Progress (5): 4.2/12 MB | 1.6/2.1 MB | 12/129 kB | 28/645 kB | 3.3/62 kB error 03-Jan-2023 03:09:49 Progress (5): 4.2/12 MB | 1.6/2.1 MB | 12/129 kB | 28/645 kB | 6.1/62 kB error 03-Jan-2023 03:09:49 Progress (5): 4.2/12 MB | 1.6/2.1 MB | 12/129 kB | 28/645 kB | 8.9/62 kB error 03-Jan-2023 03:09:49 Progress (5): 4.2/12 MB | 1.6/2.1 MB | 12/129 kB | 28/645 kB | 12/62 kB error 03-Jan-2023 03:09:49 Progress (5): 4.2/12 MB | 1.6/2.1 MB | 12/129 kB | 28/645 kB | 14/62 kB error 03-Jan-2023 03:09:49 Progress (5): 4.2/12 MB | 1.6/2.1 MB | 12/129 kB | 28/645 kB | 17/62 kB error 03-Jan-2023 03:09:49 Progress (5): 4.2/12 MB | 1.6/2.1 MB | 12/129 kB | 28/645 kB | 17/62 kB error 03-Jan-2023 03:09:49 Progress (5): 4.2/12 MB | 1.6/2.1 MB | 12/129 kB | 28/645 kB | 20/62 kB error 03-Jan-2023 03:09:49 Progress (5): 4.2/12 MB | 1.6/2.1 MB | 12/129 kB | 28/645 kB | 23/62 kB error 03-Jan-2023 03:09:49 Progress (5): 4.2/12 MB | 1.6/2.1 MB | 12/129 kB | 28/645 kB | 26/62 kB error 03-Jan-2023 03:09:49 Progress (5): 4.2/12 MB | 1.6/2.1 MB | 12/129 kB | 32/645 kB | 26/62 kB error 03-Jan-2023 03:09:49 Progress (5): 4.2/12 MB | 1.6/2.1 MB | 12/129 kB | 32/645 kB | 26/62 kB error 03-Jan-2023 03:09:49 Progress (5): 4.2/12 MB | 1.6/2.1 MB | 12/129 kB | 36/645 kB | 26/62 kB error 03-Jan-2023 03:09:49 Progress (5): 4.2/12 MB | 1.6/2.1 MB | 12/129 kB | 40/645 kB | 26/62 kB error 03-Jan-2023 03:09:49 Progress (5): 4.2/12 MB | 1.6/2.1 MB | 12/129 kB | 40/645 kB | 28/62 kB error 03-Jan-2023 03:09:49 Progress (5): 4.2/12 MB | 1.6/2.1 MB | 12/129 kB | 40/645 kB | 28/62 kB error 03-Jan-2023 03:09:49 Progress (5): 4.2/12 MB | 1.6/2.1 MB | 12/129 kB | 44/645 kB | 28/62 kB error 03-Jan-2023 03:09:49 Progress (5): 4.2/12 MB | 1.6/2.1 MB | 12/129 kB | 48/645 kB | 28/62 kB error 03-Jan-2023 03:09:49 Progress (5): 4.2/12 MB | 1.6/2.1 MB | 12/129 kB | 51/645 kB | 28/62 kB error 03-Jan-2023 03:09:49 Progress (5): 4.2/12 MB | 1.6/2.1 MB | 12/129 kB | 51/645 kB | 28/62 kB error 03-Jan-2023 03:09:49 Progress (5): 4.2/12 MB | 1.6/2.1 MB | 12/129 kB | 51/645 kB | 31/62 kB error 03-Jan-2023 03:09:49 Progress (5): 4.2/12 MB | 1.6/2.1 MB | 12/129 kB | 51/645 kB | 31/62 kB error 03-Jan-2023 03:09:49 Progress (5): 4.2/12 MB | 1.6/2.1 MB | 12/129 kB | 51/645 kB | 34/62 kB error 03-Jan-2023 03:09:49 Progress (5): 4.2/12 MB | 1.6/2.1 MB | 12/129 kB | 51/645 kB | 37/62 kB error 03-Jan-2023 03:09:49 Progress (5): 4.2/12 MB | 1.6/2.1 MB | 12/129 kB | 51/645 kB | 37/62 kB error 03-Jan-2023 03:09:49 Progress (5): 4.2/12 MB | 1.6/2.1 MB | 12/129 kB | 55/645 kB | 37/62 kB error 03-Jan-2023 03:09:49 Progress (5): 4.2/12 MB | 1.6/2.1 MB | 12/129 kB | 55/645 kB | 40/62 kB error 03-Jan-2023 03:09:49 Progress (5): 4.2/12 MB | 1.6/2.1 MB | 12/129 kB | 59/645 kB | 40/62 kB error 03-Jan-2023 03:09:49 Progress (5): 4.2/12 MB | 1.6/2.1 MB | 12/129 kB | 63/645 kB | 40/62 kB error 03-Jan-2023 03:09:49 Progress (5): 4.2/12 MB | 1.6/2.1 MB | 12/129 kB | 67/645 kB | 40/62 kB error 03-Jan-2023 03:09:49 Progress (5): 4.2/12 MB | 1.6/2.1 MB | 12/129 kB | 67/645 kB | 42/62 kB error 03-Jan-2023 03:09:49 Progress (5): 4.2/12 MB | 1.7/2.1 MB | 12/129 kB | 67/645 kB | 42/62 kB error 03-Jan-2023 03:09:49 Progress (5): 4.3/12 MB | 1.7/2.1 MB | 12/129 kB | 67/645 kB | 42/62 kB error 03-Jan-2023 03:09:49 Progress (5): 4.3/12 MB | 1.7/2.1 MB | 12/129 kB | 67/645 kB | 42/62 kB error 03-Jan-2023 03:09:49 Progress (5): 4.3/12 MB | 1.7/2.1 MB | 12/129 kB | 67/645 kB | 42/62 kB error 03-Jan-2023 03:09:49 Progress (5): 4.3/12 MB | 1.7/2.1 MB | 12/129 kB | 67/645 kB | 45/62 kB error 03-Jan-2023 03:09:49 Progress (5): 4.3/12 MB | 1.7/2.1 MB | 12/129 kB | 71/645 kB | 45/62 kB error 03-Jan-2023 03:09:49 Progress (5): 4.3/12 MB | 1.7/2.1 MB | 12/129 kB | 75/645 kB | 45/62 kB error 03-Jan-2023 03:09:49 Progress (5): 4.3/12 MB | 1.7/2.1 MB | 12/129 kB | 79/645 kB | 45/62 kB error 03-Jan-2023 03:09:49 Progress (5): 4.3/12 MB | 1.7/2.1 MB | 12/129 kB | 79/645 kB | 48/62 kB error 03-Jan-2023 03:09:49 Progress (5): 4.3/12 MB | 1.7/2.1 MB | 12/129 kB | 83/645 kB | 48/62 kB error 03-Jan-2023 03:09:49 Progress (5): 4.3/12 MB | 1.7/2.1 MB | 12/129 kB | 83/645 kB | 51/62 kB error 03-Jan-2023 03:09:49 Progress (5): 4.3/12 MB | 1.7/2.1 MB | 12/129 kB | 83/645 kB | 51/62 kB error 03-Jan-2023 03:09:49 Progress (5): 4.3/12 MB | 1.7/2.1 MB | 12/129 kB | 85/645 kB | 51/62 kB error 03-Jan-2023 03:09:49 Progress (5): 4.3/12 MB | 1.7/2.1 MB | 12/129 kB | 85/645 kB | 54/62 kB error 03-Jan-2023 03:09:49 Progress (5): 4.3/12 MB | 1.7/2.1 MB | 12/129 kB | 85/645 kB | 54/62 kB error 03-Jan-2023 03:09:49 Progress (5): 4.4/12 MB | 1.7/2.1 MB | 12/129 kB | 85/645 kB | 54/62 kB error 03-Jan-2023 03:09:49 Progress (5): 4.4/12 MB | 1.7/2.1 MB | 12/129 kB | 89/645 kB | 54/62 kB error 03-Jan-2023 03:09:49 Progress (5): 4.4/12 MB | 1.7/2.1 MB | 12/129 kB | 89/645 kB | 56/62 kB error 03-Jan-2023 03:09:49 Progress (5): 4.4/12 MB | 1.7/2.1 MB | 12/129 kB | 89/645 kB | 59/62 kB error 03-Jan-2023 03:09:49 Progress (5): 4.4/12 MB | 1.7/2.1 MB | 12/129 kB | 89/645 kB | 62/62 kB error 03-Jan-2023 03:09:49 Progress (5): 4.4/12 MB | 1.7/2.1 MB | 12/129 kB | 89/645 kB | 62 kB error 03-Jan-2023 03:09:49 Progress (5): 4.4/12 MB | 1.7/2.1 MB | 12/129 kB | 94/645 kB | 62 kB error 03-Jan-2023 03:09:49 Progress (5): 4.4/12 MB | 1.7/2.1 MB | 12/129 kB | 94/645 kB | 62 kB error 03-Jan-2023 03:09:49 Progress (5): 4.4/12 MB | 1.7/2.1 MB | 12/129 kB | 94/645 kB | 62 kB error 03-Jan-2023 03:09:49 Progress (5): 4.4/12 MB | 1.8/2.1 MB | 12/129 kB | 94/645 kB | 62 kB error 03-Jan-2023 03:09:49 Progress (5): 4.4/12 MB | 1.8/2.1 MB | 12/129 kB | 94/645 kB | 62 kB error 03-Jan-2023 03:09:49 Progress (5): 4.4/12 MB | 1.8/2.1 MB | 12/129 kB | 94/645 kB | 62 kB error 03-Jan-2023 03:09:49 Progress (5): 4.4/12 MB | 1.8/2.1 MB | 12/129 kB | 94/645 kB | 62 kB error 03-Jan-2023 03:09:49 Progress (5): 4.5/12 MB | 1.8/2.1 MB | 12/129 kB | 94/645 kB | 62 kB error 03-Jan-2023 03:09:49 Progress (5): 4.5/12 MB | 1.8/2.1 MB | 12/129 kB | 94/645 kB | 62 kB error 03-Jan-2023 03:09:49 Progress (5): 4.5/12 MB | 1.8/2.1 MB | 12/129 kB | 94/645 kB | 62 kB error 03-Jan-2023 03:09:49 Progress (5): 4.5/12 MB | 1.9/2.1 MB | 12/129 kB | 94/645 kB | 62 kB error 03-Jan-2023 03:09:49 Progress (5): 4.5/12 MB | 1.9/2.1 MB | 12/129 kB | 98/645 kB | 62 kB error 03-Jan-2023 03:09:49 Progress (5): 4.5/12 MB | 1.9/2.1 MB | 12/129 kB | 102/645 kB | 62 kB error 03-Jan-2023 03:09:49 Progress (5): 4.5/12 MB | 1.9/2.1 MB | 12/129 kB | 102/645 kB | 62 kB error 03-Jan-2023 03:09:49 Progress (5): 4.5/12 MB | 1.9/2.1 MB | 12/129 kB | 106/645 kB | 62 kB error 03-Jan-2023 03:09:49 Progress (5): 4.5/12 MB | 1.9/2.1 MB | 12/129 kB | 110/645 kB | 62 kB error 03-Jan-2023 03:09:49 Progress (5): 4.5/12 MB | 1.9/2.1 MB | 12/129 kB | 114/645 kB | 62 kB error 03-Jan-2023 03:09:49 Progress (5): 4.5/12 MB | 1.9/2.1 MB | 12/129 kB | 114/645 kB | 62 kB error 03-Jan-2023 03:09:49 Progress (5): 4.5/12 MB | 1.9/2.1 MB | 12/129 kB | 118/645 kB | 62 kB error 03-Jan-2023 03:09:49 Progress (5): 4.5/12 MB | 1.9/2.1 MB | 12/129 kB | 120/645 kB | 62 kB error 03-Jan-2023 03:09:49 Progress (5): 4.5/12 MB | 1.9/2.1 MB | 12/129 kB | 120/645 kB | 62 kB error 03-Jan-2023 03:09:49 Progress (5): 4.5/12 MB | 1.9/2.1 MB | 12/129 kB | 124/645 kB | 62 kB error 03-Jan-2023 03:09:49 Progress (5): 4.5/12 MB | 1.9/2.1 MB | 12/129 kB | 128/645 kB | 62 kB error 03-Jan-2023 03:09:49 Progress (5): 4.5/12 MB | 1.9/2.1 MB | 12/129 kB | 132/645 kB | 62 kB error 03-Jan-2023 03:09:49 Progress (5): 4.5/12 MB | 1.9/2.1 MB | 12/129 kB | 137/645 kB | 62 kB error 03-Jan-2023 03:09:49 Progress (5): 4.5/12 MB | 1.9/2.1 MB | 12/129 kB | 137/645 kB | 62 kB error 03-Jan-2023 03:09:49 Progress (5): 4.5/12 MB | 1.9/2.1 MB | 12/129 kB | 141/645 kB | 62 kB error 03-Jan-2023 03:09:49 Progress (5): 4.6/12 MB | 1.9/2.1 MB | 12/129 kB | 141/645 kB | 62 kB error 03-Jan-2023 03:09:49 Progress (5): 4.6/12 MB | 1.9/2.1 MB | 12/129 kB | 145/645 kB | 62 kB error 03-Jan-2023 03:09:49 Progress (5): 4.6/12 MB | 1.9/2.1 MB | 12/129 kB | 145/645 kB | 62 kB error 03-Jan-2023 03:09:49 Progress (5): 4.6/12 MB | 1.9/2.1 MB | 12/129 kB | 149/645 kB | 62 kB error 03-Jan-2023 03:09:49 Progress (5): 4.6/12 MB | 1.9/2.1 MB | 12/129 kB | 153/645 kB | 62 kB error 03-Jan-2023 03:09:49 Progress (5): 4.6/12 MB | 1.9/2.1 MB | 12/129 kB | 153/645 kB | 62 kB error 03-Jan-2023 03:09:49 Progress (5): 4.6/12 MB | 1.9/2.1 MB | 12/129 kB | 155/645 kB | 62 kB error 03-Jan-2023 03:09:49 Progress (5): 4.6/12 MB | 1.9/2.1 MB | 12/129 kB | 155/645 kB | 62 kB error 03-Jan-2023 03:09:49 Progress (5): 4.6/12 MB | 1.9/2.1 MB | 12/129 kB | 159/645 kB | 62 kB error 03-Jan-2023 03:09:49 Progress (5): 4.6/12 MB | 1.9/2.1 MB | 12/129 kB | 163/645 kB | 62 kB error 03-Jan-2023 03:09:49 Progress (5): 4.6/12 MB | 1.9/2.1 MB | 12/129 kB | 167/645 kB | 62 kB error 03-Jan-2023 03:09:49 Progress (5): 4.6/12 MB | 2.0/2.1 MB | 12/129 kB | 167/645 kB | 62 kB error 03-Jan-2023 03:09:49 Progress (5): 4.6/12 MB | 2.0/2.1 MB | 12/129 kB | 171/645 kB | 62 kB error 03-Jan-2023 03:09:49 Progress (5): 4.6/12 MB | 2.0/2.1 MB | 12/129 kB | 175/645 kB | 62 kB error 03-Jan-2023 03:09:49 Progress (5): 4.6/12 MB | 2.0/2.1 MB | 12/129 kB | 175/645 kB | 62 kB error 03-Jan-2023 03:09:49 Progress (5): 4.6/12 MB | 2.0/2.1 MB | 12/129 kB | 180/645 kB | 62 kB error 03-Jan-2023 03:09:49 Progress (5): 4.6/12 MB | 2.0/2.1 MB | 12/129 kB | 184/645 kB | 62 kB error 03-Jan-2023 03:09:49 Progress (5): 4.6/12 MB | 2.0/2.1 MB | 12/129 kB | 188/645 kB | 62 kB error 03-Jan-2023 03:09:49 Progress (5): 4.6/12 MB | 2.0/2.1 MB | 12/129 kB | 190/645 kB | 62 kB error 03-Jan-2023 03:09:49 Progress (5): 4.6/12 MB | 2.0/2.1 MB | 12/129 kB | 190/645 kB | 62 kB error 03-Jan-2023 03:09:49 Progress (5): 4.6/12 MB | 2.0/2.1 MB | 12/129 kB | 194/645 kB | 62 kB error 03-Jan-2023 03:09:49 Progress (5): 4.6/12 MB | 2.0/2.1 MB | 12/129 kB | 198/645 kB | 62 kB error 03-Jan-2023 03:09:49 Progress (5): 4.6/12 MB | 2.0/2.1 MB | 12/129 kB | 198/645 kB | 62 kB error 03-Jan-2023 03:09:49 Progress (5): 4.6/12 MB | 2.0/2.1 MB | 12/129 kB | 202/645 kB | 62 kB error 03-Jan-2023 03:09:49 Progress (5): 4.6/12 MB | 2.0/2.1 MB | 12/129 kB | 206/645 kB | 62 kB error 03-Jan-2023 03:09:49 Progress (5): 4.7/12 MB | 2.0/2.1 MB | 12/129 kB | 206/645 kB | 62 kB error 03-Jan-2023 03:09:49 Progress (5): 4.7/12 MB | 2.0/2.1 MB | 14/129 kB | 206/645 kB | 62 kB error 03-Jan-2023 03:09:49 Progress (5): 4.7/12 MB | 2.0/2.1 MB | 17/129 kB | 206/645 kB | 62 kB error 03-Jan-2023 03:09:49 Progress (5): 4.7/12 MB | 2.0/2.1 MB | 20/129 kB | 206/645 kB | 62 kB error 03-Jan-2023 03:09:49 Progress (5): 4.7/12 MB | 2.0/2.1 MB | 23/129 kB | 206/645 kB | 62 kB error 03-Jan-2023 03:09:49 Progress (5): 4.7/12 MB | 2.0/2.1 MB | 26/129 kB | 206/645 kB | 62 kB error 03-Jan-2023 03:09:49 Progress (5): 4.7/12 MB | 2.0/2.1 MB | 29/129 kB | 206/645 kB | 62 kB error 03-Jan-2023 03:09:49 Progress (5): 4.7/12 MB | 2.0/2.1 MB | 31/129 kB | 206/645 kB | 62 kB error 03-Jan-2023 03:09:49 Progress (5): 4.7/12 MB | 2.0/2.1 MB | 34/129 kB | 206/645 kB | 62 kB error 03-Jan-2023 03:09:49 Progress (5): 4.7/12 MB | 2.0/2.1 MB | 37/129 kB | 206/645 kB | 62 kB error 03-Jan-2023 03:09:49 Progress (5): 4.7/12 MB | 2.0/2.1 MB | 40/129 kB | 206/645 kB | 62 kB error 03-Jan-2023 03:09:49 Progress (5): 4.7/12 MB | 2.0/2.1 MB | 40/129 kB | 206/645 kB | 62 kB error 03-Jan-2023 03:09:49 Progress (5): 4.7/12 MB | 2.0/2.1 MB | 40/129 kB | 210/645 kB | 62 kB error 03-Jan-2023 03:09:49 Progress (5): 4.7/12 MB | 2.0/2.1 MB | 40/129 kB | 214/645 kB | 62 kB error 03-Jan-2023 03:09:49 Progress (5): 4.7/12 MB | 2.0/2.1 MB | 40/129 kB | 218/645 kB | 62 kB error 03-Jan-2023 03:09:49 Progress (5): 4.7/12 MB | 2.0/2.1 MB | 40/129 kB | 218/645 kB | 62 kB error 03-Jan-2023 03:09:49 Progress (5): 4.7/12 MB | 2.0/2.1 MB | 40/129 kB | 223/645 kB | 62 kB error 03-Jan-2023 03:09:49 Progress (5): 4.7/12 MB | 2.0/2.1 MB | 40/129 kB | 225/645 kB | 62 kB error 03-Jan-2023 03:09:49 Progress (5): 4.7/12 MB | 2.0/2.1 MB | 40/129 kB | 225/645 kB | 62 kB error 03-Jan-2023 03:09:49 Progress (5): 4.7/12 MB | 2.0/2.1 MB | 40/129 kB | 229/645 kB | 62 kB error 03-Jan-2023 03:09:49 Progress (5): 4.7/12 MB | 2.0/2.1 MB | 40/129 kB | 233/645 kB | 62 kB error 03-Jan-2023 03:09:49 Progress (5): 4.7/12 MB | 2.0/2.1 MB | 40/129 kB | 237/645 kB | 62 kB error 03-Jan-2023 03:09:49 Progress (5): 4.8/12 MB | 2.0/2.1 MB | 40/129 kB | 237/645 kB | 62 kB error 03-Jan-2023 03:09:49 Progress (5): 4.8/12 MB | 2.0/2.1 MB | 40/129 kB | 241/645 kB | 62 kB error 03-Jan-2023 03:09:49 Progress (5): 4.8/12 MB | 2.1/2.1 MB | 40/129 kB | 241/645 kB | 62 kB error 03-Jan-2023 03:09:49 Progress (5): 4.8/12 MB | 2.1/2.1 MB | 40/129 kB | 245/645 kB | 62 kB error 03-Jan-2023 03:09:49 Progress (5): 4.8/12 MB | 2.1/2.1 MB | 40/129 kB | 249/645 kB | 62 kB error 03-Jan-2023 03:09:49 Progress (5): 4.8/12 MB | 2.1/2.1 MB | 40/129 kB | 253/645 kB | 62 kB error 03-Jan-2023 03:09:49 Progress (5): 4.8/12 MB | 2.1/2.1 MB | 40/129 kB | 253/645 kB | 62 kB error 03-Jan-2023 03:09:49 Progress (5): 4.8/12 MB | 2.1/2.1 MB | 40/129 kB | 257/645 kB | 62 kB error 03-Jan-2023 03:09:49 Progress (5): 4.8/12 MB | 2.1/2.1 MB | 40/129 kB | 259/645 kB | 62 kB error 03-Jan-2023 03:09:49 Progress (5): 4.8/12 MB | 2.1/2.1 MB | 40/129 kB | 264/645 kB | 62 kB error 03-Jan-2023 03:09:49 Progress (5): 4.8/12 MB | 2.1/2.1 MB | 40/129 kB | 268/645 kB | 62 kB error 03-Jan-2023 03:09:49 Progress (5): 4.8/12 MB | 2.1/2.1 MB | 40/129 kB | 268/645 kB | 62 kB error 03-Jan-2023 03:09:49 Progress (5): 4.8/12 MB | 2.1/2.1 MB | 40/129 kB | 272/645 kB | 62 kB error 03-Jan-2023 03:09:49 Progress (5): 4.8/12 MB | 2.1 MB | 40/129 kB | 272/645 kB | 62 kB error 03-Jan-2023 03:09:49 Progress (5): 4.8/12 MB | 2.1 MB | 40/129 kB | 276/645 kB | 62 kB error 03-Jan-2023 03:09:49 Progress (5): 4.8/12 MB | 2.1 MB | 40/129 kB | 280/645 kB | 62 kB error 03-Jan-2023 03:09:49 Progress (5): 4.8/12 MB | 2.1 MB | 40/129 kB | 284/645 kB | 62 kB error 03-Jan-2023 03:09:49 Progress (5): 4.8/12 MB | 2.1 MB | 40/129 kB | 288/645 kB | 62 kB error 03-Jan-2023 03:09:49 Progress (5): 4.8/12 MB | 2.1 MB | 40/129 kB | 292/645 kB | 62 kB error 03-Jan-2023 03:09:49 Progress (5): 4.8/12 MB | 2.1 MB | 40/129 kB | 294/645 kB | 62 kB error 03-Jan-2023 03:09:49 Progress (5): 4.9/12 MB | 2.1 MB | 40/129 kB | 294/645 kB | 62 kB error 03-Jan-2023 03:09:49 Progress (5): 4.9/12 MB | 2.1 MB | 40/129 kB | 298/645 kB | 62 kB error 03-Jan-2023 03:09:49 Progress (5): 4.9/12 MB | 2.1 MB | 40/129 kB | 302/645 kB | 62 kB error 03-Jan-2023 03:09:49 Progress (5): 4.9/12 MB | 2.1 MB | 40/129 kB | 307/645 kB | 62 kB error 03-Jan-2023 03:09:49 Progress (5): 4.9/12 MB | 2.1 MB | 40/129 kB | 311/645 kB | 62 kB error 03-Jan-2023 03:09:49 Progress (5): 4.9/12 MB | 2.1 MB | 40/129 kB | 315/645 kB | 62 kB error 03-Jan-2023 03:09:49 Progress (5): 4.9/12 MB | 2.1 MB | 40/129 kB | 319/645 kB | 62 kB error 03-Jan-2023 03:09:49 Progress (5): 4.9/12 MB | 2.1 MB | 40/129 kB | 323/645 kB | 62 kB error 03-Jan-2023 03:09:49 Progress (5): 4.9/12 MB | 2.1 MB | 40/129 kB | 327/645 kB | 62 kB error 03-Jan-2023 03:09:49 Progress (5): 4.9/12 MB | 2.1 MB | 40/129 kB | 329/645 kB | 62 kB error 03-Jan-2023 03:09:49 Progress (5): 4.9/12 MB | 2.1 MB | 40/129 kB | 329/645 kB | 62 kB error 03-Jan-2023 03:09:49 Progress (5): 4.9/12 MB | 2.1 MB | 40/129 kB | 333/645 kB | 62 kB error 03-Jan-2023 03:09:49 Progress (5): 4.9/12 MB | 2.1 MB | 40/129 kB | 337/645 kB | 62 kB error 03-Jan-2023 03:09:49 Progress (5): 4.9/12 MB | 2.1 MB | 40/129 kB | 341/645 kB | 62 kB error 03-Jan-2023 03:09:49 Progress (5): 4.9/12 MB | 2.1 MB | 40/129 kB | 345/645 kB | 62 kB error 03-Jan-2023 03:09:49 Progress (5): 4.9/12 MB | 2.1 MB | 40/129 kB | 350/645 kB | 62 kB error 03-Jan-2023 03:09:49 Progress (5): 4.9/12 MB | 2.1 MB | 40/129 kB | 354/645 kB | 62 kB error 03-Jan-2023 03:09:49 Progress (5): 4.9/12 MB | 2.1 MB | 40/129 kB | 358/645 kB | 62 kB error 03-Jan-2023 03:09:49 Progress (5): 4.9/12 MB | 2.1 MB | 40/129 kB | 362/645 kB | 62 kB error 03-Jan-2023 03:09:49 Progress (5): 4.9/12 MB | 2.1 MB | 40/129 kB | 364/645 kB | 62 kB error 03-Jan-2023 03:09:49 Progress (5): 5.0/12 MB | 2.1 MB | 40/129 kB | 364/645 kB | 62 kB error 03-Jan-2023 03:09:49 Progress (5): 5.0/12 MB | 2.1 MB | 40/129 kB | 368/645 kB | 62 kB error 03-Jan-2023 03:09:49 Progress (5): 5.0/12 MB | 2.1 MB | 40/129 kB | 372/645 kB | 62 kB error 03-Jan-2023 03:09:49 Progress (5): 5.0/12 MB | 2.1 MB | 40/129 kB | 376/645 kB | 62 kB error 03-Jan-2023 03:09:49 Progress (5): 5.0/12 MB | 2.1 MB | 40/129 kB | 380/645 kB | 62 kB error 03-Jan-2023 03:09:49 Progress (5): 5.0/12 MB | 2.1 MB | 40/129 kB | 384/645 kB | 62 kB error 03-Jan-2023 03:09:49 Progress (5): 5.0/12 MB | 2.1 MB | 40/129 kB | 388/645 kB | 62 kB error 03-Jan-2023 03:09:49 Progress (5): 5.0/12 MB | 2.1 MB | 40/129 kB | 393/645 kB | 62 kB error 03-Jan-2023 03:09:49 Progress (5): 5.0/12 MB | 2.1 MB | 40/129 kB | 397/645 kB | 62 kB error 03-Jan-2023 03:09:49 Progress (5): 5.0/12 MB | 2.1 MB | 40/129 kB | 399/645 kB | 62 kB error 03-Jan-2023 03:09:49 Progress (5): 5.0/12 MB | 2.1 MB | 40/129 kB | 399/645 kB | 62 kB error 03-Jan-2023 03:09:49 Progress (5): 5.0/12 MB | 2.1 MB | 40/129 kB | 403/645 kB | 62 kB error 03-Jan-2023 03:09:49 Progress (5): 5.0/12 MB | 2.1 MB | 40/129 kB | 407/645 kB | 62 kB error 03-Jan-2023 03:09:49 Progress (5): 5.0/12 MB | 2.1 MB | 40/129 kB | 411/645 kB | 62 kB error 03-Jan-2023 03:09:49 Progress (5): 5.0/12 MB | 2.1 MB | 40/129 kB | 415/645 kB | 62 kB error 03-Jan-2023 03:09:49 Progress (5): 5.0/12 MB | 2.1 MB | 40/129 kB | 419/645 kB | 62 kB error 03-Jan-2023 03:09:49 Progress (5): 5.0/12 MB | 2.1 MB | 40/129 kB | 423/645 kB | 62 kB error 03-Jan-2023 03:09:49 Progress (5): 5.0/12 MB | 2.1 MB | 40/129 kB | 427/645 kB | 62 kB error 03-Jan-2023 03:09:49 Progress (5): 5.0/12 MB | 2.1 MB | 40/129 kB | 431/645 kB | 62 kB error 03-Jan-2023 03:09:49 Progress (5): 5.0/12 MB | 2.1 MB | 40/129 kB | 433/645 kB | 62 kB error 03-Jan-2023 03:09:49 Progress (5): 5.1/12 MB | 2.1 MB | 40/129 kB | 433/645 kB | 62 kB error 03-Jan-2023 03:09:49 Progress (5): 5.1/12 MB | 2.1 MB | 40/129 kB | 438/645 kB | 62 kB error 03-Jan-2023 03:09:49 Progress (5): 5.1/12 MB | 2.1 MB | 40/129 kB | 442/645 kB | 62 kB error 03-Jan-2023 03:09:49 Progress (5): 5.1/12 MB | 2.1 MB | 40/129 kB | 446/645 kB | 62 kB error 03-Jan-2023 03:09:49 Progress (5): 5.1/12 MB | 2.1 MB | 40/129 kB | 450/645 kB | 62 kB error 03-Jan-2023 03:09:49 Progress (5): 5.1/12 MB | 2.1 MB | 40/129 kB | 454/645 kB | 62 kB error 03-Jan-2023 03:09:49 Progress (5): 5.1/12 MB | 2.1 MB | 40/129 kB | 458/645 kB | 62 kB error 03-Jan-2023 03:09:49 Progress (5): 5.1/12 MB | 2.1 MB | 40/129 kB | 462/645 kB | 62 kB error 03-Jan-2023 03:09:49 Progress (5): 5.1/12 MB | 2.1 MB | 40/129 kB | 466/645 kB | 62 kB error 03-Jan-2023 03:09:49 Progress (5): 5.2/12 MB | 2.1 MB | 40/129 kB | 466/645 kB | 62 kB error 03-Jan-2023 03:09:49 Progress (5): 5.2/12 MB | 2.1 MB | 40/129 kB | 468/645 kB | 62 kB error 03-Jan-2023 03:09:49 Progress (5): 5.2/12 MB | 2.1 MB | 40/129 kB | 468/645 kB | 62 kB error 03-Jan-2023 03:09:49 Progress (5): 5.2/12 MB | 2.1 MB | 40/129 kB | 472/645 kB | 62 kB error 03-Jan-2023 03:09:49 Progress (5): 5.2/12 MB | 2.1 MB | 40/129 kB | 477/645 kB | 62 kB error 03-Jan-2023 03:09:49 Progress (5): 5.2/12 MB | 2.1 MB | 40/129 kB | 481/645 kB | 62 kB error 03-Jan-2023 03:09:49 Progress (5): 5.2/12 MB | 2.1 MB | 40/129 kB | 485/645 kB | 62 kB error 03-Jan-2023 03:09:49 Progress (5): 5.2/12 MB | 2.1 MB | 40/129 kB | 489/645 kB | 62 kB error 03-Jan-2023 03:09:49 Progress (5): 5.2/12 MB | 2.1 MB | 40/129 kB | 493/645 kB | 62 kB error 03-Jan-2023 03:09:49 Progress (5): 5.2/12 MB | 2.1 MB | 40/129 kB | 497/645 kB | 62 kB error 03-Jan-2023 03:09:49 Progress (5): 5.2/12 MB | 2.1 MB | 40/129 kB | 501/645 kB | 62 kB error 03-Jan-2023 03:09:49 Progress (5): 5.2/12 MB | 2.1 MB | 40/129 kB | 503/645 kB | 62 kB error 03-Jan-2023 03:09:49 Progress (5): 5.2/12 MB | 2.1 MB | 40/129 kB | 507/645 kB | 62 kB error 03-Jan-2023 03:09:49 Progress (5): 5.2/12 MB | 2.1 MB | 40/129 kB | 511/645 kB | 62 kB error 03-Jan-2023 03:09:49 Progress (5): 5.2/12 MB | 2.1 MB | 40/129 kB | 515/645 kB | 62 kB error 03-Jan-2023 03:09:49 Progress (5): 5.2/12 MB | 2.1 MB | 40/129 kB | 520/645 kB | 62 kB error 03-Jan-2023 03:09:49 Progress (5): 5.3/12 MB | 2.1 MB | 40/129 kB | 520/645 kB | 62 kB error 03-Jan-2023 03:09:49 Progress (5): 5.3/12 MB | 2.1 MB | 40/129 kB | 524/645 kB | 62 kB error 03-Jan-2023 03:09:49 Progress (5): 5.3/12 MB | 2.1 MB | 40/129 kB | 528/645 kB | 62 kB error 03-Jan-2023 03:09:49 Progress (5): 5.3/12 MB | 2.1 MB | 40/129 kB | 532/645 kB | 62 kB error 03-Jan-2023 03:09:49 Progress (5): 5.3/12 MB | 2.1 MB | 40/129 kB | 536/645 kB | 62 kB error 03-Jan-2023 03:09:49 Progress (5): 5.3/12 MB | 2.1 MB | 40/129 kB | 538/645 kB | 62 kB error 03-Jan-2023 03:09:49 Progress (5): 5.3/12 MB | 2.1 MB | 40/129 kB | 538/645 kB | 62 kB error 03-Jan-2023 03:09:49 error 03-Jan-2023 03:09:49 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/com/sun/activation/jakarta.activation/2.0.1/jakarta.activation-2.0.1.jar (62 kB at 15 kB/s) error 03-Jan-2023 03:09:49 #21 32.31 Progress (4): 5.3/12 MB | 2.1 MB | 40/129 kB | 542/645 kB error 03-Jan-2023 03:09:49 Progress (4): 5.3/12 MB | 2.1 MB | 40/129 kB | 546/645 kB error 03-Jan-2023 03:09:49 Progress (4): 5.3/12 MB | 2.1 MB | 40/129 kB | 550/645 kB error 03-Jan-2023 03:09:49 Progress (4): 5.3/12 MB | 2.1 MB | 40/129 kB | 554/645 kB error 03-Jan-2023 03:09:49 error 03-Jan-2023 03:09:49 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/com/sun/xml/bind/jaxb-impl/3.0.2/jaxb-impl-3.0.2.jar error 03-Jan-2023 03:09:49 #21 32.32 Progress (4): 5.3/12 MB | 2.1 MB | 40/129 kB | 558/645 kB error 03-Jan-2023 03:09:49 Progress (4): 5.3/12 MB | 2.1 MB | 40/129 kB | 563/645 kB error 03-Jan-2023 03:09:49 Progress (4): 5.3/12 MB | 2.1 MB | 40/129 kB | 567/645 kB error 03-Jan-2023 03:09:49 Progress (4): 5.3/12 MB | 2.1 MB | 40/129 kB | 571/645 kB error 03-Jan-2023 03:09:49 Progress (4): 5.3/12 MB | 2.1 MB | 40/129 kB | 575/645 kB error 03-Jan-2023 03:09:49 Progress (4): 5.3/12 MB | 2.1 MB | 40/129 kB | 579/645 kB error 03-Jan-2023 03:09:49 Progress (4): 5.3/12 MB | 2.1 MB | 40/129 kB | 583/645 kB error 03-Jan-2023 03:09:49 Progress (4): 5.4/12 MB | 2.1 MB | 40/129 kB | 583/645 kB error 03-Jan-2023 03:09:49 Progress (4): 5.4/12 MB | 2.1 MB | 40/129 kB | 587/645 kB error 03-Jan-2023 03:09:49 Progress (4): 5.4/12 MB | 2.1 MB | 40/129 kB | 591/645 kB error 03-Jan-2023 03:09:49 Progress (4): 5.4/12 MB | 2.1 MB | 40/129 kB | 595/645 kB error 03-Jan-2023 03:09:49 Progress (4): 5.4/12 MB | 2.1 MB | 40/129 kB | 599/645 kB error 03-Jan-2023 03:09:49 Progress (4): 5.4/12 MB | 2.1 MB | 40/129 kB | 603/645 kB error 03-Jan-2023 03:09:49 Progress (4): 5.4/12 MB | 2.1 MB | 40/129 kB | 608/645 kB error 03-Jan-2023 03:09:49 Progress (4): 5.4/12 MB | 2.1 MB | 40/129 kB | 612/645 kB error 03-Jan-2023 03:09:49 Progress (4): 5.4/12 MB | 2.1 MB | 40/129 kB | 616/645 kB error 03-Jan-2023 03:09:49 Progress (4): 5.4/12 MB | 2.1 MB | 40/129 kB | 620/645 kB error 03-Jan-2023 03:09:49 Progress (4): 5.4/12 MB | 2.1 MB | 40/129 kB | 624/645 kB error 03-Jan-2023 03:09:49 Progress (4): 5.4/12 MB | 2.1 MB | 40/129 kB | 624/645 kB error 03-Jan-2023 03:09:49 Progress (4): 5.4/12 MB | 2.1 MB | 40/129 kB | 628/645 kB error 03-Jan-2023 03:09:49 Progress (4): 5.4/12 MB | 2.1 MB | 40/129 kB | 632/645 kB error 03-Jan-2023 03:09:49 Progress (4): 5.4/12 MB | 2.1 MB | 43/129 kB | 632/645 kB error 03-Jan-2023 03:09:49 Progress (4): 5.4/12 MB | 2.1 MB | 45/129 kB | 632/645 kB error 03-Jan-2023 03:09:49 Progress (4): 5.4/12 MB | 2.1 MB | 48/129 kB | 632/645 kB error 03-Jan-2023 03:09:49 Progress (4): 5.4/12 MB | 2.1 MB | 51/129 kB | 632/645 kB error 03-Jan-2023 03:09:49 Progress (4): 5.4/12 MB | 2.1 MB | 54/129 kB | 632/645 kB error 03-Jan-2023 03:09:49 Progress (4): 5.4/12 MB | 2.1 MB | 57/129 kB | 632/645 kB error 03-Jan-2023 03:09:49 Progress (4): 5.4/12 MB | 2.1 MB | 59/129 kB | 632/645 kB error 03-Jan-2023 03:09:49 Progress (4): 5.4/12 MB | 2.1 MB | 62/129 kB | 632/645 kB error 03-Jan-2023 03:09:49 Progress (4): 5.4/12 MB | 2.1 MB | 65/129 kB | 632/645 kB error 03-Jan-2023 03:09:49 Progress (4): 5.4/12 MB | 2.1 MB | 68/129 kB | 632/645 kB error 03-Jan-2023 03:09:49 Progress (4): 5.4/12 MB | 2.1 MB | 71/129 kB | 632/645 kB error 03-Jan-2023 03:09:49 Progress (4): 5.4/12 MB | 2.1 MB | 73/129 kB | 632/645 kB error 03-Jan-2023 03:09:49 Progress (4): 5.4/12 MB | 2.1 MB | 76/129 kB | 632/645 kB error 03-Jan-2023 03:09:49 Progress (4): 5.4/12 MB | 2.1 MB | 79/129 kB | 632/645 kB error 03-Jan-2023 03:09:49 Progress (4): 5.4/12 MB | 2.1 MB | 82/129 kB | 632/645 kB error 03-Jan-2023 03:09:49 Progress (4): 5.4/12 MB | 2.1 MB | 85/129 kB | 632/645 kB error 03-Jan-2023 03:09:49 Progress (4): 5.4/12 MB | 2.1 MB | 85/129 kB | 636/645 kB error 03-Jan-2023 03:09:49 Progress (4): 5.4/12 MB | 2.1 MB | 85/129 kB | 638/645 kB error 03-Jan-2023 03:09:49 Progress (4): 5.5/12 MB | 2.1 MB | 85/129 kB | 638/645 kB error 03-Jan-2023 03:09:49 Progress (4): 5.5/12 MB | 2.1 MB | 85/129 kB | 642/645 kB error 03-Jan-2023 03:09:49 Progress (4): 5.5/12 MB | 2.1 MB | 85/129 kB | 645 kB error 03-Jan-2023 03:09:49 Progress (4): 5.6/12 MB | 2.1 MB | 85/129 kB | 645 kB error 03-Jan-2023 03:09:49 error 03-Jan-2023 03:09:49 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/aspectj/aspectjweaver/1.9.7/aspectjweaver-1.9.7.jar (2.1 MB at 501 kB/s) error 03-Jan-2023 03:09:49 #21 32.37 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/com/sun/xml/bind/jaxb-core/3.0.2/jaxb-core-3.0.2.jar error 03-Jan-2023 03:09:49 #21 32.38 Progress (3): 5.6/12 MB | 85/129 kB | 645 kB error 03-Jan-2023 03:09:49 Progress (3): 5.7/12 MB | 85/129 kB | 645 kB error 03-Jan-2023 03:09:49 Progress (3): 5.7/12 MB | 85/129 kB | 645 kB error 03-Jan-2023 03:09:49 Progress (3): 5.8/12 MB | 85/129 kB | 645 kB error 03-Jan-2023 03:09:49 Progress (3): 5.8/12 MB | 85/129 kB | 645 kB error 03-Jan-2023 03:09:49 Progress (3): 5.9/12 MB | 85/129 kB | 645 kB error 03-Jan-2023 03:09:49 Progress (3): 6.0/12 MB | 85/129 kB | 645 kB error 03-Jan-2023 03:09:49 Progress (3): 6.0/12 MB | 85/129 kB | 645 kB error 03-Jan-2023 03:09:49 Progress (3): 6.1/12 MB | 85/129 kB | 645 kB error 03-Jan-2023 03:09:49 Progress (3): 6.1/12 MB | 85/129 kB | 645 kB error 03-Jan-2023 03:09:49 Progress (3): 6.2/12 MB | 85/129 kB | 645 kB error 03-Jan-2023 03:09:49 Progress (3): 6.2/12 MB | 85/129 kB | 645 kB error 03-Jan-2023 03:09:49 Progress (3): 6.3/12 MB | 85/129 kB | 645 kB error 03-Jan-2023 03:09:49 Progress (3): 6.4/12 MB | 85/129 kB | 645 kB error 03-Jan-2023 03:09:49 Progress (3): 6.4/12 MB | 85/129 kB | 645 kB error 03-Jan-2023 03:09:49 Progress (3): 6.5/12 MB | 85/129 kB | 645 kB error 03-Jan-2023 03:09:49 Progress (3): 6.5/12 MB | 85/129 kB | 645 kB error 03-Jan-2023 03:09:49 Progress (3): 6.5/12 MB | 87/129 kB | 645 kB error 03-Jan-2023 03:09:49 Progress (3): 6.5/12 MB | 90/129 kB | 645 kB error 03-Jan-2023 03:09:49 Progress (3): 6.5/12 MB | 93/129 kB | 645 kB error 03-Jan-2023 03:09:49 Progress (3): 6.5/12 MB | 96/129 kB | 645 kB error 03-Jan-2023 03:09:49 Progress (3): 6.5/12 MB | 99/129 kB | 645 kB error 03-Jan-2023 03:09:49 Progress (3): 6.5/12 MB | 101/129 kB | 645 kB error 03-Jan-2023 03:09:49 Progress (3): 6.5/12 MB | 104/129 kB | 645 kB error 03-Jan-2023 03:09:49 Progress (3): 6.5/12 MB | 106/129 kB | 645 kB error 03-Jan-2023 03:09:49 Progress (3): 6.5/12 MB | 109/129 kB | 645 kB error 03-Jan-2023 03:09:49 Progress (3): 6.5/12 MB | 112/129 kB | 645 kB error 03-Jan-2023 03:09:49 Progress (3): 6.5/12 MB | 115/129 kB | 645 kB error 03-Jan-2023 03:09:49 Progress (3): 6.5/12 MB | 118/129 kB | 645 kB error 03-Jan-2023 03:09:49 Progress (3): 6.5/12 MB | 120/129 kB | 645 kB error 03-Jan-2023 03:09:49 Progress (3): 6.5/12 MB | 123/129 kB | 645 kB error 03-Jan-2023 03:09:49 Progress (3): 6.5/12 MB | 126/129 kB | 645 kB error 03-Jan-2023 03:09:49 Progress (3): 6.5/12 MB | 129/129 kB | 645 kB error 03-Jan-2023 03:09:49 Progress (3): 6.5/12 MB | 129 kB | 645 kB error 03-Jan-2023 03:09:49 Progress (3): 6.6/12 MB | 129 kB | 645 kB error 03-Jan-2023 03:09:49 Progress (3): 6.6/12 MB | 129 kB | 645 kB error 03-Jan-2023 03:09:49 Progress (3): 6.7/12 MB | 129 kB | 645 kB error 03-Jan-2023 03:09:49 Progress (3): 6.8/12 MB | 129 kB | 645 kB error 03-Jan-2023 03:09:49 Progress (3): 6.8/12 MB | 129 kB | 645 kB error 03-Jan-2023 03:09:50 Progress (3): 6.9/12 MB | 129 kB | 645 kB error 03-Jan-2023 03:09:50 Progress (3): 6.9/12 MB | 129 kB | 645 kB error 03-Jan-2023 03:09:50 Progress (3): 7.0/12 MB | 129 kB | 645 kB error 03-Jan-2023 03:09:50 Progress (3): 7.0/12 MB | 129 kB | 645 kB error 03-Jan-2023 03:09:50 Progress (3): 7.1/12 MB | 129 kB | 645 kB error 03-Jan-2023 03:09:50 Progress (3): 7.2/12 MB | 129 kB | 645 kB error 03-Jan-2023 03:09:50 Progress (3): 7.2/12 MB | 129 kB | 645 kB error 03-Jan-2023 03:09:50 Progress (3): 7.3/12 MB | 129 kB | 645 kB error 03-Jan-2023 03:09:50 Progress (3): 7.3/12 MB | 129 kB | 645 kB error 03-Jan-2023 03:09:50 Progress (3): 7.4/12 MB | 129 kB | 645 kB error 03-Jan-2023 03:09:50 Progress (3): 7.4/12 MB | 129 kB | 645 kB error 03-Jan-2023 03:09:50 Progress (3): 7.5/12 MB | 129 kB | 645 kB error 03-Jan-2023 03:09:50 Progress (3): 7.6/12 MB | 129 kB | 645 kB error 03-Jan-2023 03:09:50 Progress (3): 7.6/12 MB | 129 kB | 645 kB error 03-Jan-2023 03:09:50 Progress (3): 7.7/12 MB | 129 kB | 645 kB error 03-Jan-2023 03:09:50 Progress (3): 7.7/12 MB | 129 kB | 645 kB error 03-Jan-2023 03:09:50 Progress (3): 7.8/12 MB | 129 kB | 645 kB error 03-Jan-2023 03:09:50 Progress (3): 7.8/12 MB | 129 kB | 645 kB error 03-Jan-2023 03:09:50 Progress (3): 7.9/12 MB | 129 kB | 645 kB error 03-Jan-2023 03:09:50 Progress (3): 8.0/12 MB | 129 kB | 645 kB error 03-Jan-2023 03:09:50 error 03-Jan-2023 03:09:50 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/joda-time/joda-time/2.10.12/joda-time-2.10.12.jar (645 kB at 151 kB/s) error 03-Jan-2023 03:09:50 #21 32.49 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/api/openmrs-api/2.5.8/openmrs-api-2.5.8-tests.jar error 03-Jan-2023 03:09:50 #21 32.49 Progress (2): 8.0/12 MB | 129 kB error 03-Jan-2023 03:09:50 Progress (2): 8.1/12 MB | 129 kB error 03-Jan-2023 03:09:50 Progress (2): 8.1/12 MB | 129 kB error 03-Jan-2023 03:09:50 Progress (2): 8.2/12 MB | 129 kB error 03-Jan-2023 03:09:50 Progress (2): 8.3/12 MB | 129 kB error 03-Jan-2023 03:09:50 Progress (2): 8.3/12 MB | 129 kB error 03-Jan-2023 03:09:50 Progress (2): 8.4/12 MB | 129 kB error 03-Jan-2023 03:09:50 Progress (2): 8.4/12 MB | 129 kB error 03-Jan-2023 03:09:50 Progress (2): 8.5/12 MB | 129 kB error 03-Jan-2023 03:09:50 Progress (2): 8.5/12 MB | 129 kB error 03-Jan-2023 03:09:50 Progress (2): 8.6/12 MB | 129 kB error 03-Jan-2023 03:09:50 Progress (2): 8.7/12 MB | 129 kB error 03-Jan-2023 03:09:50 Progress (2): 8.7/12 MB | 129 kB error 03-Jan-2023 03:09:50 Progress (2): 8.8/12 MB | 129 kB error 03-Jan-2023 03:09:50 Progress (2): 8.8/12 MB | 129 kB error 03-Jan-2023 03:09:50 Progress (2): 8.9/12 MB | 129 kB error 03-Jan-2023 03:09:50 Progress (2): 8.9/12 MB | 129 kB error 03-Jan-2023 03:09:50 Progress (2): 9.0/12 MB | 129 kB error 03-Jan-2023 03:09:50 Progress (2): 9.1/12 MB | 129 kB error 03-Jan-2023 03:09:50 Progress (2): 9.1/12 MB | 129 kB error 03-Jan-2023 03:09:50 Progress (2): 9.2/12 MB | 129 kB error 03-Jan-2023 03:09:50 Progress (2): 9.2/12 MB | 129 kB error 03-Jan-2023 03:09:50 Progress (2): 9.3/12 MB | 129 kB error 03-Jan-2023 03:09:50 Progress (2): 9.3/12 MB | 129 kB error 03-Jan-2023 03:09:50 Progress (2): 9.4/12 MB | 129 kB error 03-Jan-2023 03:09:50 Progress (2): 9.5/12 MB | 129 kB error 03-Jan-2023 03:09:50 Progress (2): 9.5/12 MB | 129 kB error 03-Jan-2023 03:09:50 Progress (2): 9.6/12 MB | 129 kB error 03-Jan-2023 03:09:50 Progress (2): 9.6/12 MB | 129 kB error 03-Jan-2023 03:09:50 Progress (2): 9.7/12 MB | 129 kB error 03-Jan-2023 03:09:50 Progress (2): 9.7/12 MB | 129 kB error 03-Jan-2023 03:09:50 Progress (2): 9.8/12 MB | 129 kB error 03-Jan-2023 03:09:50 Progress (2): 9.9/12 MB | 129 kB error 03-Jan-2023 03:09:50 Progress (2): 9.9/12 MB | 129 kB error 03-Jan-2023 03:09:50 Progress (2): 10.0/12 MB | 129 kB error 03-Jan-2023 03:09:50 Progress (2): 10/12 MB | 129 kB error 03-Jan-2023 03:09:50 Progress (2): 10/12 MB | 129 kB error 03-Jan-2023 03:09:50 Progress (2): 10/12 MB | 129 kB error 03-Jan-2023 03:09:50 Progress (2): 10/12 MB | 129 kB error 03-Jan-2023 03:09:50 error 03-Jan-2023 03:09:50 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/jakarta/xml/bind/jakarta.xml.bind-api/3.0.1/jakarta.xml.bind-api-3.0.1.jar (129 kB at 30 kB/s) error 03-Jan-2023 03:09:50 #21 32.54 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/springframework/spring-test/5.2.14.RELEASE/spring-test-5.2.14.RELEASE.jar error 03-Jan-2023 03:09:50 #21 32.54 Progress (1): 10/12 MB error 03-Jan-2023 03:09:50 Progress (1): 10/12 MB error 03-Jan-2023 03:09:50 Progress (1): 10/12 MB error 03-Jan-2023 03:09:50 Progress (1): 10/12 MB error 03-Jan-2023 03:09:50 Progress (1): 10/12 MB error 03-Jan-2023 03:09:50 Progress (1): 11/12 MB error 03-Jan-2023 03:09:50 Progress (1): 11/12 MB error 03-Jan-2023 03:09:50 Progress (1): 11/12 MB error 03-Jan-2023 03:09:50 Progress (1): 11/12 MB error 03-Jan-2023 03:09:50 Progress (1): 11/12 MB error 03-Jan-2023 03:09:50 Progress (1): 11/12 MB error 03-Jan-2023 03:09:50 Progress (1): 11/12 MB error 03-Jan-2023 03:09:50 Progress (1): 11/12 MB error 03-Jan-2023 03:09:50 Progress (1): 11/12 MB error 03-Jan-2023 03:09:50 Progress (1): 11/12 MB error 03-Jan-2023 03:09:50 Progress (1): 11/12 MB error 03-Jan-2023 03:09:50 Progress (1): 11/12 MB error 03-Jan-2023 03:09:50 Progress (1): 11/12 MB error 03-Jan-2023 03:09:50 Progress (1): 11/12 MB error 03-Jan-2023 03:09:50 Progress (1): 11/12 MB error 03-Jan-2023 03:09:50 Progress (1): 11/12 MB error 03-Jan-2023 03:09:50 Progress (1): 11/12 MB error 03-Jan-2023 03:09:50 Progress (1): 12/12 MB error 03-Jan-2023 03:09:50 Progress (1): 12 MB error 03-Jan-2023 03:09:50 Progress (2): 12 MB | 8.2/917 kB error 03-Jan-2023 03:09:50 Progress (2): 12 MB | 16/917 kB error 03-Jan-2023 03:09:50 Progress (2): 12 MB | 25/917 kB error 03-Jan-2023 03:09:50 Progress (2): 12 MB | 33/917 kB error 03-Jan-2023 03:09:50 Progress (2): 12 MB | 41/917 kB error 03-Jan-2023 03:09:50 Progress (2): 12 MB | 49/917 kB error 03-Jan-2023 03:09:50 Progress (2): 12 MB | 57/917 kB error 03-Jan-2023 03:09:50 Progress (2): 12 MB | 66/917 kB error 03-Jan-2023 03:09:50 Progress (2): 12 MB | 74/917 kB error 03-Jan-2023 03:09:50 Progress (2): 12 MB | 82/917 kB error 03-Jan-2023 03:09:50 Progress (2): 12 MB | 86/917 kB error 03-Jan-2023 03:09:50 Progress (2): 12 MB | 95/917 kB error 03-Jan-2023 03:09:50 Progress (2): 12 MB | 103/917 kB error 03-Jan-2023 03:09:50 Progress (2): 12 MB | 111/917 kB error 03-Jan-2023 03:09:50 Progress (2): 12 MB | 119/917 kB error 03-Jan-2023 03:09:50 Progress (2): 12 MB | 127/917 kB error 03-Jan-2023 03:09:50 Progress (2): 12 MB | 136/917 kB error 03-Jan-2023 03:09:50 Progress (2): 12 MB | 144/917 kB error 03-Jan-2023 03:09:50 Progress (2): 12 MB | 152/917 kB error 03-Jan-2023 03:09:50 Progress (2): 12 MB | 156/917 kB error 03-Jan-2023 03:09:50 Progress (2): 12 MB | 164/917 kB error 03-Jan-2023 03:09:50 Progress (2): 12 MB | 172/917 kB error 03-Jan-2023 03:09:50 Progress (2): 12 MB | 181/917 kB error 03-Jan-2023 03:09:50 Progress (2): 12 MB | 189/917 kB error 03-Jan-2023 03:09:50 Progress (2): 12 MB | 197/917 kB error 03-Jan-2023 03:09:50 Progress (2): 12 MB | 205/917 kB error 03-Jan-2023 03:09:50 Progress (2): 12 MB | 213/917 kB error 03-Jan-2023 03:09:50 Progress (2): 12 MB | 222/917 kB error 03-Jan-2023 03:09:50 Progress (2): 12 MB | 226/917 kB error 03-Jan-2023 03:09:50 Progress (2): 12 MB | 234/917 kB error 03-Jan-2023 03:09:50 Progress (2): 12 MB | 242/917 kB error 03-Jan-2023 03:09:50 Progress (2): 12 MB | 250/917 kB error 03-Jan-2023 03:09:50 Progress (2): 12 MB | 259/917 kB error 03-Jan-2023 03:09:50 Progress (2): 12 MB | 267/917 kB error 03-Jan-2023 03:09:50 Progress (2): 12 MB | 275/917 kB error 03-Jan-2023 03:09:50 Progress (2): 12 MB | 283/917 kB error 03-Jan-2023 03:09:50 Progress (2): 12 MB | 291/917 kB error 03-Jan-2023 03:09:50 Progress (2): 12 MB | 295/917 kB error 03-Jan-2023 03:09:50 Progress (2): 12 MB | 304/917 kB error 03-Jan-2023 03:09:50 Progress (2): 12 MB | 312/917 kB error 03-Jan-2023 03:09:50 Progress (2): 12 MB | 320/917 kB error 03-Jan-2023 03:09:50 Progress (2): 12 MB | 328/917 kB error 03-Jan-2023 03:09:50 Progress (2): 12 MB | 336/917 kB error 03-Jan-2023 03:09:50 Progress (2): 12 MB | 345/917 kB error 03-Jan-2023 03:09:50 Progress (2): 12 MB | 353/917 kB error 03-Jan-2023 03:09:50 Progress (2): 12 MB | 361/917 kB error 03-Jan-2023 03:09:50 Progress (2): 12 MB | 365/917 kB error 03-Jan-2023 03:09:50 Progress (2): 12 MB | 373/917 kB error 03-Jan-2023 03:09:50 Progress (2): 12 MB | 381/917 kB error 03-Jan-2023 03:09:50 Progress (2): 12 MB | 390/917 kB error 03-Jan-2023 03:09:50 Progress (2): 12 MB | 398/917 kB error 03-Jan-2023 03:09:50 Progress (2): 12 MB | 406/917 kB error 03-Jan-2023 03:09:50 Progress (2): 12 MB | 414/917 kB error 03-Jan-2023 03:09:50 Progress (2): 12 MB | 422/917 kB error 03-Jan-2023 03:09:50 Progress (2): 12 MB | 431/917 kB error 03-Jan-2023 03:09:50 Progress (2): 12 MB | 435/917 kB error 03-Jan-2023 03:09:50 Progress (2): 12 MB | 443/917 kB error 03-Jan-2023 03:09:50 Progress (2): 12 MB | 451/917 kB error 03-Jan-2023 03:09:50 Progress (2): 12 MB | 459/917 kB error 03-Jan-2023 03:09:50 Progress (2): 12 MB | 467/917 kB error 03-Jan-2023 03:09:50 Progress (2): 12 MB | 476/917 kB error 03-Jan-2023 03:09:50 Progress (2): 12 MB | 484/917 kB error 03-Jan-2023 03:09:50 Progress (2): 12 MB | 492/917 kB error 03-Jan-2023 03:09:50 Progress (2): 12 MB | 500/917 kB error 03-Jan-2023 03:09:50 Progress (2): 12 MB | 504/917 kB error 03-Jan-2023 03:09:50 Progress (2): 12 MB | 512/917 kB error 03-Jan-2023 03:09:50 Progress (2): 12 MB | 521/917 kB error 03-Jan-2023 03:09:50 Progress (2): 12 MB | 529/917 kB error 03-Jan-2023 03:09:50 Progress (2): 12 MB | 537/917 kB error 03-Jan-2023 03:09:50 Progress (2): 12 MB | 545/917 kB error 03-Jan-2023 03:09:50 Progress (2): 12 MB | 553/917 kB error 03-Jan-2023 03:09:50 Progress (2): 12 MB | 562/917 kB error 03-Jan-2023 03:09:50 Progress (2): 12 MB | 570/917 kB error 03-Jan-2023 03:09:50 Progress (2): 12 MB | 578/917 kB error 03-Jan-2023 03:09:50 Progress (2): 12 MB | 586/917 kB error 03-Jan-2023 03:09:50 Progress (2): 12 MB | 594/917 kB error 03-Jan-2023 03:09:50 Progress (2): 12 MB | 603/917 kB error 03-Jan-2023 03:09:50 Progress (2): 12 MB | 611/917 kB error 03-Jan-2023 03:09:50 Progress (2): 12 MB | 619/917 kB error 03-Jan-2023 03:09:50 Progress (2): 12 MB | 627/917 kB error 03-Jan-2023 03:09:50 Progress (2): 12 MB | 635/917 kB error 03-Jan-2023 03:09:50 Progress (2): 12 MB | 644/917 kB error 03-Jan-2023 03:09:50 Progress (2): 12 MB | 652/917 kB error 03-Jan-2023 03:09:50 Progress (2): 12 MB | 660/917 kB error 03-Jan-2023 03:09:50 Progress (2): 12 MB | 668/917 kB error 03-Jan-2023 03:09:50 Progress (2): 12 MB | 676/917 kB error 03-Jan-2023 03:09:50 Progress (2): 12 MB | 684/917 kB error 03-Jan-2023 03:09:50 Progress (2): 12 MB | 693/917 kB error 03-Jan-2023 03:09:50 Progress (2): 12 MB | 701/917 kB error 03-Jan-2023 03:09:50 Progress (2): 12 MB | 709/917 kB error 03-Jan-2023 03:09:50 Progress (2): 12 MB | 717/917 kB error 03-Jan-2023 03:09:50 Progress (2): 12 MB | 725/917 kB error 03-Jan-2023 03:09:50 Progress (2): 12 MB | 734/917 kB error 03-Jan-2023 03:09:50 Progress (2): 12 MB | 742/917 kB error 03-Jan-2023 03:09:50 Progress (2): 12 MB | 750/917 kB error 03-Jan-2023 03:09:50 Progress (2): 12 MB | 758/917 kB error 03-Jan-2023 03:09:50 Progress (2): 12 MB | 766/917 kB error 03-Jan-2023 03:09:50 Progress (2): 12 MB | 773/917 kB error 03-Jan-2023 03:09:50 Progress (2): 12 MB | 782/917 kB error 03-Jan-2023 03:09:50 Progress (2): 12 MB | 790/917 kB error 03-Jan-2023 03:09:50 Progress (2): 12 MB | 798/917 kB error 03-Jan-2023 03:09:50 Progress (2): 12 MB | 806/917 kB error 03-Jan-2023 03:09:50 Progress (2): 12 MB | 814/917 kB error 03-Jan-2023 03:09:50 Progress (2): 12 MB | 822/917 kB error 03-Jan-2023 03:09:50 Progress (2): 12 MB | 831/917 kB error 03-Jan-2023 03:09:50 Progress (2): 12 MB | 836/917 kB error 03-Jan-2023 03:09:50 Progress (2): 12 MB | 845/917 kB error 03-Jan-2023 03:09:50 Progress (2): 12 MB | 853/917 kB error 03-Jan-2023 03:09:50 Progress (2): 12 MB | 861/917 kB error 03-Jan-2023 03:09:50 Progress (2): 12 MB | 869/917 kB error 03-Jan-2023 03:09:50 Progress (2): 12 MB | 877/917 kB error 03-Jan-2023 03:09:50 Progress (2): 12 MB | 885/917 kB error 03-Jan-2023 03:09:50 Progress (2): 12 MB | 894/917 kB error 03-Jan-2023 03:09:50 Progress (2): 12 MB | 902/917 kB error 03-Jan-2023 03:09:50 Progress (2): 12 MB | 908/917 kB error 03-Jan-2023 03:09:50 Progress (2): 12 MB | 917/917 kB error 03-Jan-2023 03:09:50 Progress (2): 12 MB | 917 kB error 03-Jan-2023 03:09:50 Progress (3): 12 MB | 917 kB | 4.1/238 kB error 03-Jan-2023 03:09:50 Progress (3): 12 MB | 917 kB | 8.2/238 kB error 03-Jan-2023 03:09:50 Progress (3): 12 MB | 917 kB | 12/238 kB error 03-Jan-2023 03:09:50 Progress (3): 12 MB | 917 kB | 16/238 kB error 03-Jan-2023 03:09:50 Progress (3): 12 MB | 917 kB | 20/238 kB error 03-Jan-2023 03:09:50 Progress (3): 12 MB | 917 kB | 25/238 kB error 03-Jan-2023 03:09:50 Progress (3): 12 MB | 917 kB | 29/238 kB error 03-Jan-2023 03:09:50 Progress (3): 12 MB | 917 kB | 33/238 kB error 03-Jan-2023 03:09:50 Progress (3): 12 MB | 917 kB | 37/238 kB error 03-Jan-2023 03:09:50 Progress (3): 12 MB | 917 kB | 41/238 kB error 03-Jan-2023 03:09:50 Progress (3): 12 MB | 917 kB | 45/238 kB error 03-Jan-2023 03:09:50 Progress (3): 12 MB | 917 kB | 49/238 kB error 03-Jan-2023 03:09:50 Progress (3): 12 MB | 917 kB | 52/238 kB error 03-Jan-2023 03:09:50 Progress (3): 12 MB | 917 kB | 56/238 kB error 03-Jan-2023 03:09:50 Progress (3): 12 MB | 917 kB | 60/238 kB error 03-Jan-2023 03:09:50 Progress (3): 12 MB | 917 kB | 64/238 kB error 03-Jan-2023 03:09:50 Progress (3): 12 MB | 917 kB | 68/238 kB error 03-Jan-2023 03:09:50 Progress (3): 12 MB | 917 kB | 72/238 kB error 03-Jan-2023 03:09:50 Progress (3): 12 MB | 917 kB | 76/238 kB error 03-Jan-2023 03:09:50 Progress (3): 12 MB | 917 kB | 80/238 kB error 03-Jan-2023 03:09:50 Progress (3): 12 MB | 917 kB | 82/238 kB error 03-Jan-2023 03:09:50 Progress (3): 12 MB | 917 kB | 86/238 kB error 03-Jan-2023 03:09:50 Progress (3): 12 MB | 917 kB | 90/238 kB error 03-Jan-2023 03:09:50 Progress (3): 12 MB | 917 kB | 95/238 kB error 03-Jan-2023 03:09:50 Progress (3): 12 MB | 917 kB | 99/238 kB error 03-Jan-2023 03:09:50 Progress (3): 12 MB | 917 kB | 103/238 kB error 03-Jan-2023 03:09:50 Progress (3): 12 MB | 917 kB | 107/238 kB error 03-Jan-2023 03:09:50 Progress (3): 12 MB | 917 kB | 111/238 kB error 03-Jan-2023 03:09:50 Progress (3): 12 MB | 917 kB | 115/238 kB error 03-Jan-2023 03:09:50 Progress (3): 12 MB | 917 kB | 117/238 kB error 03-Jan-2023 03:09:50 Progress (3): 12 MB | 917 kB | 121/238 kB error 03-Jan-2023 03:09:50 Progress (3): 12 MB | 917 kB | 125/238 kB error 03-Jan-2023 03:09:50 Progress (3): 12 MB | 917 kB | 129/238 kB error 03-Jan-2023 03:09:50 Progress (3): 12 MB | 917 kB | 133/238 kB error 03-Jan-2023 03:09:50 Progress (3): 12 MB | 917 kB | 138/238 kB error 03-Jan-2023 03:09:50 Progress (3): 12 MB | 917 kB | 142/238 kB error 03-Jan-2023 03:09:50 Progress (3): 12 MB | 917 kB | 146/238 kB error 03-Jan-2023 03:09:50 Progress (3): 12 MB | 917 kB | 150/238 kB error 03-Jan-2023 03:09:50 Progress (3): 12 MB | 917 kB | 152/238 kB error 03-Jan-2023 03:09:50 Progress (3): 12 MB | 917 kB | 156/238 kB error 03-Jan-2023 03:09:50 Progress (3): 12 MB | 917 kB | 160/238 kB error 03-Jan-2023 03:09:50 Progress (3): 12 MB | 917 kB | 164/238 kB error 03-Jan-2023 03:09:50 Progress (3): 12 MB | 917 kB | 168/238 kB error 03-Jan-2023 03:09:50 Progress (3): 12 MB | 917 kB | 172/238 kB error 03-Jan-2023 03:09:50 Progress (3): 12 MB | 917 kB | 176/238 kB error 03-Jan-2023 03:09:50 Progress (3): 12 MB | 917 kB | 181/238 kB error 03-Jan-2023 03:09:50 Progress (3): 12 MB | 917 kB | 185/238 kB error 03-Jan-2023 03:09:50 Progress (3): 12 MB | 917 kB | 187/238 kB error 03-Jan-2023 03:09:50 Progress (3): 12 MB | 917 kB | 191/238 kB error 03-Jan-2023 03:09:50 Progress (3): 12 MB | 917 kB | 195/238 kB error 03-Jan-2023 03:09:50 Progress (3): 12 MB | 917 kB | 199/238 kB error 03-Jan-2023 03:09:50 Progress (3): 12 MB | 917 kB | 203/238 kB error 03-Jan-2023 03:09:50 Progress (3): 12 MB | 917 kB | 206/238 kB error 03-Jan-2023 03:09:50 Progress (3): 12 MB | 917 kB | 210/238 kB error 03-Jan-2023 03:09:50 Progress (3): 12 MB | 917 kB | 214/238 kB error 03-Jan-2023 03:09:50 Progress (3): 12 MB | 917 kB | 218/238 kB error 03-Jan-2023 03:09:50 Progress (3): 12 MB | 917 kB | 222/238 kB error 03-Jan-2023 03:09:50 Progress (3): 12 MB | 917 kB | 226/238 kB error 03-Jan-2023 03:09:50 Progress (3): 12 MB | 917 kB | 230/238 kB error 03-Jan-2023 03:09:50 Progress (3): 12 MB | 917 kB | 233/238 kB error 03-Jan-2023 03:09:50 Progress (3): 12 MB | 917 kB | 237/238 kB error 03-Jan-2023 03:09:50 Progress (3): 12 MB | 917 kB | 238 kB error 03-Jan-2023 03:09:50 error 03-Jan-2023 03:09:50 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/net/sf/ehcache/ehcache/2.10.9.2/ehcache-2.10.9.2.jar (12 MB at 2.6 MB/s) error 03-Jan-2023 03:09:50 #21 32.70 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/junit/jupiter/junit-jupiter-api/5.8.1/junit-jupiter-api-5.8.1.jar error 03-Jan-2023 03:09:50 #21 32.76 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/com/sun/xml/bind/jaxb-impl/3.0.2/jaxb-impl-3.0.2.jar (917 kB at 202 kB/s) error 03-Jan-2023 03:09:50 #21 32.76 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/junit/platform/junit-platform-commons/1.8.1/junit-platform-commons-1.8.1.jar error 03-Jan-2023 03:09:50 #21 32.77 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/com/sun/xml/bind/jaxb-core/3.0.2/jaxb-core-3.0.2.jar (238 kB at 52 kB/s) error 03-Jan-2023 03:09:50 #21 32.77 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/junit/jupiter/junit-jupiter-engine/5.8.1/junit-jupiter-engine-5.8.1.jar error 03-Jan-2023 03:09:50 #21 32.82 Progress (1): 3.3/194 kB error 03-Jan-2023 03:09:50 Progress (1): 6.1/194 kB error 03-Jan-2023 03:09:50 Progress (1): 8.9/194 kB error 03-Jan-2023 03:09:50 Progress (1): 12/194 kB error 03-Jan-2023 03:09:50 Progress (1): 15/194 kB error 03-Jan-2023 03:09:50 Progress (1): 17/194 kB error 03-Jan-2023 03:09:50 Progress (1): 20/194 kB error 03-Jan-2023 03:09:50 Progress (1): 23/194 kB error 03-Jan-2023 03:09:50 Progress (1): 26/194 kB error 03-Jan-2023 03:09:50 Progress (1): 29/194 kB error 03-Jan-2023 03:09:50 Progress (1): 31/194 kB error 03-Jan-2023 03:09:50 Progress (1): 34/194 kB error 03-Jan-2023 03:09:50 Progress (1): 37/194 kB error 03-Jan-2023 03:09:50 Progress (1): 40/194 kB error 03-Jan-2023 03:09:50 Progress (1): 42/194 kB error 03-Jan-2023 03:09:50 Progress (1): 45/194 kB error 03-Jan-2023 03:09:50 Progress (1): 48/194 kB error 03-Jan-2023 03:09:50 Progress (1): 51/194 kB error 03-Jan-2023 03:09:50 Progress (1): 54/194 kB error 03-Jan-2023 03:09:50 Progress (1): 56/194 kB error 03-Jan-2023 03:09:50 Progress (1): 59/194 kB error 03-Jan-2023 03:09:50 Progress (1): 62/194 kB error 03-Jan-2023 03:09:50 Progress (1): 65/194 kB error 03-Jan-2023 03:09:50 Progress (1): 67/194 kB error 03-Jan-2023 03:09:50 Progress (1): 70/194 kB error 03-Jan-2023 03:09:50 Progress (1): 73/194 kB error 03-Jan-2023 03:09:50 Progress (1): 76/194 kB error 03-Jan-2023 03:09:50 Progress (1): 78/194 kB error 03-Jan-2023 03:09:50 Progress (1): 81/194 kB error 03-Jan-2023 03:09:50 Progress (1): 84/194 kB error 03-Jan-2023 03:09:50 Progress (1): 87/194 kB error 03-Jan-2023 03:09:50 Progress (1): 90/194 kB error 03-Jan-2023 03:09:50 Progress (1): 92/194 kB error 03-Jan-2023 03:09:50 Progress (1): 95/194 kB error 03-Jan-2023 03:09:50 Progress (1): 98/194 kB error 03-Jan-2023 03:09:50 Progress (1): 101/194 kB error 03-Jan-2023 03:09:50 Progress (1): 104/194 kB error 03-Jan-2023 03:09:50 Progress (1): 106/194 kB error 03-Jan-2023 03:09:50 Progress (1): 109/194 kB error 03-Jan-2023 03:09:50 Progress (1): 112/194 kB error 03-Jan-2023 03:09:50 Progress (1): 115/194 kB error 03-Jan-2023 03:09:50 Progress (1): 118/194 kB error 03-Jan-2023 03:09:50 Progress (1): 120/194 kB error 03-Jan-2023 03:09:50 Progress (1): 123/194 kB error 03-Jan-2023 03:09:50 Progress (1): 126/194 kB error 03-Jan-2023 03:09:50 Progress (1): 129/194 kB error 03-Jan-2023 03:09:50 Progress (1): 132/194 kB error 03-Jan-2023 03:09:50 Progress (1): 134/194 kB error 03-Jan-2023 03:09:50 Progress (1): 137/194 kB error 03-Jan-2023 03:09:50 Progress (1): 140/194 kB error 03-Jan-2023 03:09:50 Progress (1): 143/194 kB error 03-Jan-2023 03:09:50 Progress (1): 146/194 kB error 03-Jan-2023 03:09:50 Progress (1): 148/194 kB error 03-Jan-2023 03:09:50 Progress (2): 148/194 kB | 4.1/686 kB error 03-Jan-2023 03:09:50 Progress (2): 148/194 kB | 8.2/686 kB error 03-Jan-2023 03:09:50 Progress (2): 148/194 kB | 12/686 kB error 03-Jan-2023 03:09:50 Progress (2): 148/194 kB | 16/686 kB error 03-Jan-2023 03:09:50 Progress (2): 148/194 kB | 19/686 kB error 03-Jan-2023 03:09:50 Progress (2): 148/194 kB | 23/686 kB error 03-Jan-2023 03:09:50 Progress (2): 148/194 kB | 27/686 kB error 03-Jan-2023 03:09:50 Progress (2): 148/194 kB | 31/686 kB error 03-Jan-2023 03:09:50 Progress (2): 148/194 kB | 34/686 kB error 03-Jan-2023 03:09:50 Progress (2): 148/194 kB | 38/686 kB error 03-Jan-2023 03:09:50 Progress (2): 148/194 kB | 42/686 kB error 03-Jan-2023 03:09:50 Progress (2): 148/194 kB | 46/686 kB error 03-Jan-2023 03:09:50 Progress (2): 148/194 kB | 51/686 kB error 03-Jan-2023 03:09:50 Progress (2): 148/194 kB | 55/686 kB error 03-Jan-2023 03:09:50 Progress (2): 148/194 kB | 59/686 kB error 03-Jan-2023 03:09:50 Progress (2): 148/194 kB | 63/686 kB error 03-Jan-2023 03:09:50 Progress (2): 148/194 kB | 67/686 kB error 03-Jan-2023 03:09:50 Progress (2): 148/194 kB | 69/686 kB error 03-Jan-2023 03:09:50 Progress (2): 148/194 kB | 73/686 kB error 03-Jan-2023 03:09:50 Progress (2): 148/194 kB | 77/686 kB error 03-Jan-2023 03:09:50 Progress (2): 148/194 kB | 81/686 kB error 03-Jan-2023 03:09:50 Progress (2): 148/194 kB | 85/686 kB error 03-Jan-2023 03:09:50 Progress (3): 148/194 kB | 85/686 kB | 0/2.5 MB error 03-Jan-2023 03:09:50 Progress (3): 148/194 kB | 85/686 kB | 0/2.5 MB error 03-Jan-2023 03:09:50 Progress (3): 148/194 kB | 85/686 kB | 0.1/2.5 MB error 03-Jan-2023 03:09:50 Progress (3): 148/194 kB | 85/686 kB | 0.1/2.5 MB error 03-Jan-2023 03:09:50 Progress (3): 148/194 kB | 85/686 kB | 0.1/2.5 MB error 03-Jan-2023 03:09:50 Progress (3): 148/194 kB | 85/686 kB | 0.1/2.5 MB error 03-Jan-2023 03:09:50 Progress (3): 148/194 kB | 85/686 kB | 0.1/2.5 MB error 03-Jan-2023 03:09:50 Progress (3): 148/194 kB | 89/686 kB | 0.1/2.5 MB error 03-Jan-2023 03:09:50 Progress (3): 148/194 kB | 94/686 kB | 0.1/2.5 MB error 03-Jan-2023 03:09:50 Progress (3): 148/194 kB | 98/686 kB | 0.1/2.5 MB error 03-Jan-2023 03:09:50 Progress (3): 148/194 kB | 102/686 kB | 0.1/2.5 MB error 03-Jan-2023 03:09:50 Progress (3): 148/194 kB | 104/686 kB | 0.1/2.5 MB error 03-Jan-2023 03:09:50 Progress (3): 148/194 kB | 104/686 kB | 0.1/2.5 MB error 03-Jan-2023 03:09:50 Progress (3): 148/194 kB | 108/686 kB | 0.1/2.5 MB error 03-Jan-2023 03:09:50 Progress (3): 148/194 kB | 112/686 kB | 0.1/2.5 MB error 03-Jan-2023 03:09:50 Progress (3): 148/194 kB | 116/686 kB | 0.1/2.5 MB error 03-Jan-2023 03:09:50 Progress (3): 148/194 kB | 116/686 kB | 0.2/2.5 MB error 03-Jan-2023 03:09:50 Progress (3): 148/194 kB | 120/686 kB | 0.2/2.5 MB error 03-Jan-2023 03:09:50 Progress (3): 148/194 kB | 120/686 kB | 0.2/2.5 MB error 03-Jan-2023 03:09:50 Progress (3): 148/194 kB | 120/686 kB | 0.2/2.5 MB error 03-Jan-2023 03:09:50 Progress (3): 148/194 kB | 124/686 kB | 0.2/2.5 MB error 03-Jan-2023 03:09:50 Progress (3): 148/194 kB | 124/686 kB | 0.2/2.5 MB error 03-Jan-2023 03:09:50 Progress (3): 148/194 kB | 128/686 kB | 0.2/2.5 MB error 03-Jan-2023 03:09:50 Progress (3): 148/194 kB | 128/686 kB | 0.2/2.5 MB error 03-Jan-2023 03:09:50 Progress (3): 148/194 kB | 132/686 kB | 0.2/2.5 MB error 03-Jan-2023 03:09:50 Progress (3): 148/194 kB | 132/686 kB | 0.2/2.5 MB error 03-Jan-2023 03:09:50 Progress (3): 148/194 kB | 132/686 kB | 0.3/2.5 MB error 03-Jan-2023 03:09:50 Progress (3): 148/194 kB | 137/686 kB | 0.3/2.5 MB error 03-Jan-2023 03:09:50 Progress (3): 148/194 kB | 137/686 kB | 0.3/2.5 MB error 03-Jan-2023 03:09:50 Progress (3): 148/194 kB | 141/686 kB | 0.3/2.5 MB error 03-Jan-2023 03:09:50 Progress (3): 148/194 kB | 141/686 kB | 0.3/2.5 MB error 03-Jan-2023 03:09:50 Progress (3): 148/194 kB | 145/686 kB | 0.3/2.5 MB error 03-Jan-2023 03:09:50 Progress (3): 148/194 kB | 149/686 kB | 0.3/2.5 MB error 03-Jan-2023 03:09:50 Progress (3): 148/194 kB | 151/686 kB | 0.3/2.5 MB error 03-Jan-2023 03:09:50 Progress (3): 148/194 kB | 155/686 kB | 0.3/2.5 MB error 03-Jan-2023 03:09:50 Progress (3): 148/194 kB | 159/686 kB | 0.3/2.5 MB error 03-Jan-2023 03:09:50 Progress (3): 148/194 kB | 163/686 kB | 0.3/2.5 MB error 03-Jan-2023 03:09:50 Progress (3): 148/194 kB | 168/686 kB | 0.3/2.5 MB error 03-Jan-2023 03:09:50 Progress (4): 148/194 kB | 168/686 kB | 0.3/2.5 MB | 3.3/100 kB error 03-Jan-2023 03:09:50 Progress (4): 148/194 kB | 168/686 kB | 0.3/2.5 MB | 6.1/100 kB error 03-Jan-2023 03:09:50 Progress (4): 148/194 kB | 168/686 kB | 0.3/2.5 MB | 8.9/100 kB error 03-Jan-2023 03:09:50 Progress (4): 148/194 kB | 168/686 kB | 0.3/2.5 MB | 12/100 kB error 03-Jan-2023 03:09:50 Progress (4): 148/194 kB | 172/686 kB | 0.3/2.5 MB | 12/100 kB error 03-Jan-2023 03:09:50 Progress (4): 148/194 kB | 172/686 kB | 0.3/2.5 MB | 12/100 kB error 03-Jan-2023 03:09:50 Progress (4): 148/194 kB | 176/686 kB | 0.3/2.5 MB | 12/100 kB error 03-Jan-2023 03:09:50 Progress (4): 148/194 kB | 180/686 kB | 0.3/2.5 MB | 12/100 kB error 03-Jan-2023 03:09:50 Progress (4): 148/194 kB | 180/686 kB | 0.3/2.5 MB | 14/100 kB error 03-Jan-2023 03:09:50 Progress (4): 148/194 kB | 180/686 kB | 0.3/2.5 MB | 17/100 kB error 03-Jan-2023 03:09:50 Progress (4): 148/194 kB | 180/686 kB | 0.3/2.5 MB | 20/100 kB error 03-Jan-2023 03:09:50 Progress (4): 148/194 kB | 184/686 kB | 0.3/2.5 MB | 20/100 kB error 03-Jan-2023 03:09:50 Progress (4): 148/194 kB | 186/686 kB | 0.3/2.5 MB | 20/100 kB error 03-Jan-2023 03:09:50 Progress (4): 148/194 kB | 186/686 kB | 0.3/2.5 MB | 23/100 kB error 03-Jan-2023 03:09:50 Progress (4): 148/194 kB | 186/686 kB | 0.3/2.5 MB | 26/100 kB error 03-Jan-2023 03:09:50 Progress (4): 148/194 kB | 186/686 kB | 0.3/2.5 MB | 28/100 kB error 03-Jan-2023 03:09:50 Progress (4): 148/194 kB | 186/686 kB | 0.3/2.5 MB | 31/100 kB error 03-Jan-2023 03:09:50 Progress (4): 148/194 kB | 186/686 kB | 0.3/2.5 MB | 34/100 kB error 03-Jan-2023 03:09:50 Progress (4): 148/194 kB | 186/686 kB | 0.3/2.5 MB | 37/100 kB error 03-Jan-2023 03:09:50 Progress (4): 148/194 kB | 186/686 kB | 0.3/2.5 MB | 40/100 kB error 03-Jan-2023 03:09:50 Progress (4): 148/194 kB | 186/686 kB | 0.3/2.5 MB | 42/100 kB error 03-Jan-2023 03:09:50 Progress (4): 148/194 kB | 186/686 kB | 0.3/2.5 MB | 45/100 kB error 03-Jan-2023 03:09:50 Progress (4): 148/194 kB | 190/686 kB | 0.3/2.5 MB | 45/100 kB error 03-Jan-2023 03:09:50 Progress (4): 148/194 kB | 190/686 kB | 0.3/2.5 MB | 48/100 kB error 03-Jan-2023 03:09:50 Progress (4): 148/194 kB | 190/686 kB | 0.3/2.5 MB | 51/100 kB error 03-Jan-2023 03:09:50 Progress (4): 148/194 kB | 190/686 kB | 0.3/2.5 MB | 54/100 kB error 03-Jan-2023 03:09:50 Progress (4): 148/194 kB | 190/686 kB | 0.3/2.5 MB | 56/100 kB error 03-Jan-2023 03:09:50 Progress (4): 148/194 kB | 190/686 kB | 0.3/2.5 MB | 59/100 kB error 03-Jan-2023 03:09:50 Progress (4): 148/194 kB | 194/686 kB | 0.3/2.5 MB | 59/100 kB error 03-Jan-2023 03:09:50 Progress (4): 148/194 kB | 194/686 kB | 0.3/2.5 MB | 62/100 kB error 03-Jan-2023 03:09:50 Progress (4): 148/194 kB | 198/686 kB | 0.3/2.5 MB | 62/100 kB error 03-Jan-2023 03:09:50 Progress (4): 148/194 kB | 202/686 kB | 0.3/2.5 MB | 62/100 kB error 03-Jan-2023 03:09:50 Progress (4): 148/194 kB | 202/686 kB | 0.3/2.5 MB | 65/100 kB error 03-Jan-2023 03:09:50 Progress (4): 148/194 kB | 202/686 kB | 0.3/2.5 MB | 68/100 kB error 03-Jan-2023 03:09:50 Progress (4): 148/194 kB | 206/686 kB | 0.3/2.5 MB | 68/100 kB error 03-Jan-2023 03:09:50 Progress (4): 148/194 kB | 206/686 kB | 0.3/2.5 MB | 70/100 kB error 03-Jan-2023 03:09:50 Progress (4): 148/194 kB | 206/686 kB | 0.3/2.5 MB | 73/100 kB error 03-Jan-2023 03:09:50 Progress (4): 148/194 kB | 211/686 kB | 0.3/2.5 MB | 73/100 kB error 03-Jan-2023 03:09:50 Progress (4): 148/194 kB | 211/686 kB | 0.3/2.5 MB | 76/100 kB error 03-Jan-2023 03:09:50 Progress (4): 148/194 kB | 211/686 kB | 0.3/2.5 MB | 79/100 kB error 03-Jan-2023 03:09:50 Progress (4): 148/194 kB | 215/686 kB | 0.3/2.5 MB | 79/100 kB error 03-Jan-2023 03:09:50 Progress (4): 148/194 kB | 215/686 kB | 0.3/2.5 MB | 82/100 kB error 03-Jan-2023 03:09:50 Progress (4): 148/194 kB | 215/686 kB | 0.3/2.5 MB | 84/100 kB error 03-Jan-2023 03:09:50 Progress (4): 148/194 kB | 215/686 kB | 0.3/2.5 MB | 87/100 kB error 03-Jan-2023 03:09:50 Progress (4): 148/194 kB | 219/686 kB | 0.3/2.5 MB | 87/100 kB error 03-Jan-2023 03:09:50 Progress (4): 148/194 kB | 219/686 kB | 0.3/2.5 MB | 90/100 kB error 03-Jan-2023 03:09:50 Progress (4): 148/194 kB | 221/686 kB | 0.3/2.5 MB | 90/100 kB error 03-Jan-2023 03:09:50 Progress (4): 148/194 kB | 221/686 kB | 0.3/2.5 MB | 93/100 kB error 03-Jan-2023 03:09:50 Progress (4): 148/194 kB | 221/686 kB | 0.3/2.5 MB | 96/100 kB error 03-Jan-2023 03:09:50 Progress (4): 148/194 kB | 225/686 kB | 0.3/2.5 MB | 96/100 kB error 03-Jan-2023 03:09:50 Progress (4): 148/194 kB | 229/686 kB | 0.3/2.5 MB | 96/100 kB error 03-Jan-2023 03:09:50 Progress (4): 148/194 kB | 233/686 kB | 0.3/2.5 MB | 96/100 kB error 03-Jan-2023 03:09:50 Progress (4): 148/194 kB | 237/686 kB | 0.3/2.5 MB | 96/100 kB error 03-Jan-2023 03:09:50 Progress (4): 148/194 kB | 241/686 kB | 0.3/2.5 MB | 96/100 kB error 03-Jan-2023 03:09:50 Progress (4): 148/194 kB | 245/686 kB | 0.3/2.5 MB | 96/100 kB error 03-Jan-2023 03:09:50 Progress (4): 148/194 kB | 245/686 kB | 0.3/2.5 MB | 98/100 kB error 03-Jan-2023 03:09:50 Progress (4): 148/194 kB | 245/686 kB | 0.3/2.5 MB | 100 kB error 03-Jan-2023 03:09:50 Progress (4): 148/194 kB | 249/686 kB | 0.3/2.5 MB | 100 kB error 03-Jan-2023 03:09:50 Progress (4): 148/194 kB | 254/686 kB | 0.3/2.5 MB | 100 kB error 03-Jan-2023 03:09:50 Progress (4): 148/194 kB | 258/686 kB | 0.3/2.5 MB | 100 kB error 03-Jan-2023 03:09:50 Progress (4): 148/194 kB | 262/686 kB | 0.3/2.5 MB | 100 kB error 03-Jan-2023 03:09:50 Progress (4): 148/194 kB | 266/686 kB | 0.3/2.5 MB | 100 kB error 03-Jan-2023 03:09:50 Progress (4): 148/194 kB | 269/686 kB | 0.3/2.5 MB | 100 kB error 03-Jan-2023 03:09:50 Progress (4): 148/194 kB | 273/686 kB | 0.3/2.5 MB | 100 kB error 03-Jan-2023 03:09:50 Progress (4): 148/194 kB | 273/686 kB | 0.3/2.5 MB | 100 kB error 03-Jan-2023 03:09:50 Progress (4): 148/194 kB | 277/686 kB | 0.3/2.5 MB | 100 kB error 03-Jan-2023 03:09:50 Progress (4): 148/194 kB | 281/686 kB | 0.3/2.5 MB | 100 kB error 03-Jan-2023 03:09:50 Progress (4): 148/194 kB | 285/686 kB | 0.3/2.5 MB | 100 kB error 03-Jan-2023 03:09:50 Progress (4): 148/194 kB | 289/686 kB | 0.3/2.5 MB | 100 kB error 03-Jan-2023 03:09:50 Progress (4): 148/194 kB | 293/686 kB | 0.3/2.5 MB | 100 kB error 03-Jan-2023 03:09:50 Progress (4): 148/194 kB | 297/686 kB | 0.3/2.5 MB | 100 kB error 03-Jan-2023 03:09:50 Progress (4): 148/194 kB | 301/686 kB | 0.3/2.5 MB | 100 kB error 03-Jan-2023 03:09:50 Progress (4): 148/194 kB | 304/686 kB | 0.3/2.5 MB | 100 kB error 03-Jan-2023 03:09:50 Progress (4): 148/194 kB | 308/686 kB | 0.3/2.5 MB | 100 kB error 03-Jan-2023 03:09:50 Progress (4): 148/194 kB | 312/686 kB | 0.3/2.5 MB | 100 kB error 03-Jan-2023 03:09:50 Progress (4): 148/194 kB | 316/686 kB | 0.3/2.5 MB | 100 kB error 03-Jan-2023 03:09:50 Progress (4): 148/194 kB | 321/686 kB | 0.3/2.5 MB | 100 kB error 03-Jan-2023 03:09:50 Progress (4): 148/194 kB | 325/686 kB | 0.3/2.5 MB | 100 kB error 03-Jan-2023 03:09:50 Progress (4): 148/194 kB | 329/686 kB | 0.3/2.5 MB | 100 kB error 03-Jan-2023 03:09:50 Progress (4): 148/194 kB | 329/686 kB | 0.3/2.5 MB | 100 kB error 03-Jan-2023 03:09:50 Progress (4): 148/194 kB | 332/686 kB | 0.3/2.5 MB | 100 kB error 03-Jan-2023 03:09:50 Progress (4): 148/194 kB | 336/686 kB | 0.3/2.5 MB | 100 kB error 03-Jan-2023 03:09:50 Progress (4): 148/194 kB | 340/686 kB | 0.3/2.5 MB | 100 kB error 03-Jan-2023 03:09:50 Progress (4): 148/194 kB | 344/686 kB | 0.3/2.5 MB | 100 kB error 03-Jan-2023 03:09:50 Progress (4): 148/194 kB | 348/686 kB | 0.3/2.5 MB | 100 kB error 03-Jan-2023 03:09:50 Progress (4): 148/194 kB | 352/686 kB | 0.3/2.5 MB | 100 kB error 03-Jan-2023 03:09:50 Progress (4): 148/194 kB | 352/686 kB | 0.4/2.5 MB | 100 kB error 03-Jan-2023 03:09:50 Progress (4): 148/194 kB | 356/686 kB | 0.4/2.5 MB | 100 kB error 03-Jan-2023 03:09:50 Progress (4): 148/194 kB | 360/686 kB | 0.4/2.5 MB | 100 kB error 03-Jan-2023 03:09:50 Progress (4): 148/194 kB | 364/686 kB | 0.4/2.5 MB | 100 kB error 03-Jan-2023 03:09:50 Progress (4): 148/194 kB | 367/686 kB | 0.4/2.5 MB | 100 kB error 03-Jan-2023 03:09:50 Progress (4): 148/194 kB | 371/686 kB | 0.4/2.5 MB | 100 kB error 03-Jan-2023 03:09:50 Progress (4): 148/194 kB | 375/686 kB | 0.4/2.5 MB | 100 kB error 03-Jan-2023 03:09:50 Progress (4): 148/194 kB | 377/686 kB | 0.4/2.5 MB | 100 kB error 03-Jan-2023 03:09:50 Progress (4): 148/194 kB | 377/686 kB | 0.4/2.5 MB | 100 kB error 03-Jan-2023 03:09:50 Progress (4): 148/194 kB | 381/686 kB | 0.4/2.5 MB | 100 kB error 03-Jan-2023 03:09:50 Progress (4): 148/194 kB | 386/686 kB | 0.4/2.5 MB | 100 kB error 03-Jan-2023 03:09:50 Progress (4): 148/194 kB | 390/686 kB | 0.4/2.5 MB | 100 kB error 03-Jan-2023 03:09:50 Progress (4): 148/194 kB | 394/686 kB | 0.4/2.5 MB | 100 kB error 03-Jan-2023 03:09:50 Progress (4): 148/194 kB | 398/686 kB | 0.4/2.5 MB | 100 kB error 03-Jan-2023 03:09:50 Progress (4): 148/194 kB | 402/686 kB | 0.4/2.5 MB | 100 kB error 03-Jan-2023 03:09:50 Progress (4): 148/194 kB | 406/686 kB | 0.4/2.5 MB | 100 kB error 03-Jan-2023 03:09:50 Progress (4): 148/194 kB | 406/686 kB | 0.4/2.5 MB | 100 kB error 03-Jan-2023 03:09:50 Progress (4): 148/194 kB | 410/686 kB | 0.4/2.5 MB | 100 kB error 03-Jan-2023 03:09:50 Progress (4): 148/194 kB | 410/686 kB | 0.4/2.5 MB | 100 kB error 03-Jan-2023 03:09:50 Progress (4): 148/194 kB | 410/686 kB | 0.4/2.5 MB | 100 kB error 03-Jan-2023 03:09:50 Progress (4): 148/194 kB | 414/686 kB | 0.4/2.5 MB | 100 kB error 03-Jan-2023 03:09:50 Progress (4): 148/194 kB | 418/686 kB | 0.4/2.5 MB | 100 kB error 03-Jan-2023 03:09:50 Progress (4): 148/194 kB | 421/686 kB | 0.4/2.5 MB | 100 kB error 03-Jan-2023 03:09:50 Progress (4): 148/194 kB | 425/686 kB | 0.4/2.5 MB | 100 kB error 03-Jan-2023 03:09:50 Progress (4): 148/194 kB | 425/686 kB | 0.4/2.5 MB | 100 kB error 03-Jan-2023 03:09:50 Progress (4): 148/194 kB | 429/686 kB | 0.4/2.5 MB | 100 kB error 03-Jan-2023 03:09:50 Progress (4): 151/194 kB | 429/686 kB | 0.4/2.5 MB | 100 kB error 03-Jan-2023 03:09:50 Progress (4): 151/194 kB | 433/686 kB | 0.4/2.5 MB | 100 kB error 03-Jan-2023 03:09:50 Progress (4): 151/194 kB | 438/686 kB | 0.4/2.5 MB | 100 kB error 03-Jan-2023 03:09:50 Progress (4): 154/194 kB | 438/686 kB | 0.4/2.5 MB | 100 kB error 03-Jan-2023 03:09:50 Progress (4): 154/194 kB | 442/686 kB | 0.4/2.5 MB | 100 kB error 03-Jan-2023 03:09:50 Progress (4): 154/194 kB | 446/686 kB | 0.4/2.5 MB | 100 kB error 03-Jan-2023 03:09:50 Progress (4): 154/194 kB | 449/686 kB | 0.4/2.5 MB | 100 kB error 03-Jan-2023 03:09:50 Progress (4): 154/194 kB | 449/686 kB | 0.5/2.5 MB | 100 kB error 03-Jan-2023 03:09:50 Progress (4): 157/194 kB | 449/686 kB | 0.5/2.5 MB | 100 kB error 03-Jan-2023 03:09:50 Progress (4): 157/194 kB | 453/686 kB | 0.5/2.5 MB | 100 kB error 03-Jan-2023 03:09:50 Progress (4): 157/194 kB | 458/686 kB | 0.5/2.5 MB | 100 kB error 03-Jan-2023 03:09:50 Progress (4): 157/194 kB | 462/686 kB | 0.5/2.5 MB | 100 kB error 03-Jan-2023 03:09:50 Progress (4): 157/194 kB | 462/686 kB | 0.5/2.5 MB | 100 kB error 03-Jan-2023 03:09:50 Progress (4): 157/194 kB | 466/686 kB | 0.5/2.5 MB | 100 kB error 03-Jan-2023 03:09:50 Progress (4): 160/194 kB | 466/686 kB | 0.5/2.5 MB | 100 kB error 03-Jan-2023 03:09:50 Progress (4): 162/194 kB | 466/686 kB | 0.5/2.5 MB | 100 kB error 03-Jan-2023 03:09:50 Progress (4): 162/194 kB | 470/686 kB | 0.5/2.5 MB | 100 kB error 03-Jan-2023 03:09:50 Progress (4): 162/194 kB | 470/686 kB | 0.5/2.5 MB | 100 kB error 03-Jan-2023 03:09:50 Progress (4): 165/194 kB | 470/686 kB | 0.5/2.5 MB | 100 kB error 03-Jan-2023 03:09:50 Progress (4): 168/194 kB | 470/686 kB | 0.5/2.5 MB | 100 kB error 03-Jan-2023 03:09:50 Progress (4): 171/194 kB | 470/686 kB | 0.5/2.5 MB | 100 kB error 03-Jan-2023 03:09:50 Progress (4): 174/194 kB | 470/686 kB | 0.5/2.5 MB | 100 kB error 03-Jan-2023 03:09:50 Progress (4): 176/194 kB | 470/686 kB | 0.5/2.5 MB | 100 kB error 03-Jan-2023 03:09:50 Progress (4): 179/194 kB | 470/686 kB | 0.5/2.5 MB | 100 kB error 03-Jan-2023 03:09:50 Progress (4): 182/194 kB | 470/686 kB | 0.5/2.5 MB | 100 kB error 03-Jan-2023 03:09:50 Progress (4): 185/194 kB | 470/686 kB | 0.5/2.5 MB | 100 kB error 03-Jan-2023 03:09:50 Progress (4): 188/194 kB | 470/686 kB | 0.5/2.5 MB | 100 kB error 03-Jan-2023 03:09:50 Progress (4): 190/194 kB | 470/686 kB | 0.5/2.5 MB | 100 kB error 03-Jan-2023 03:09:50 Progress (4): 193/194 kB | 470/686 kB | 0.5/2.5 MB | 100 kB error 03-Jan-2023 03:09:50 Progress (4): 194 kB | 470/686 kB | 0.5/2.5 MB | 100 kB error 03-Jan-2023 03:09:50 Progress (4): 194 kB | 474/686 kB | 0.5/2.5 MB | 100 kB error 03-Jan-2023 03:09:50 Progress (4): 194 kB | 478/686 kB | 0.5/2.5 MB | 100 kB error 03-Jan-2023 03:09:50 Progress (4): 194 kB | 482/686 kB | 0.5/2.5 MB | 100 kB error 03-Jan-2023 03:09:50 Progress (4): 194 kB | 482/686 kB | 0.5/2.5 MB | 100 kB error 03-Jan-2023 03:09:50 Progress (4): 194 kB | 482/686 kB | 0.5/2.5 MB | 100 kB error 03-Jan-2023 03:09:50 Progress (4): 194 kB | 482/686 kB | 0.6/2.5 MB | 100 kB error 03-Jan-2023 03:09:50 Progress (4): 194 kB | 482/686 kB | 0.6/2.5 MB | 100 kB error 03-Jan-2023 03:09:50 Progress (4): 194 kB | 484/686 kB | 0.6/2.5 MB | 100 kB error 03-Jan-2023 03:09:50 Progress (4): 194 kB | 488/686 kB | 0.6/2.5 MB | 100 kB error 03-Jan-2023 03:09:50 Progress (4): 194 kB | 492/686 kB | 0.6/2.5 MB | 100 kB error 03-Jan-2023 03:09:50 Progress (4): 194 kB | 496/686 kB | 0.6/2.5 MB | 100 kB error 03-Jan-2023 03:09:50 Progress (4): 194 kB | 501/686 kB | 0.6/2.5 MB | 100 kB error 03-Jan-2023 03:09:50 Progress (4): 194 kB | 505/686 kB | 0.6/2.5 MB | 100 kB error 03-Jan-2023 03:09:50 Progress (4): 194 kB | 509/686 kB | 0.6/2.5 MB | 100 kB error 03-Jan-2023 03:09:50 Progress (4): 194 kB | 513/686 kB | 0.6/2.5 MB | 100 kB error 03-Jan-2023 03:09:50 Progress (4): 194 kB | 513/686 kB | 0.6/2.5 MB | 100 kB error 03-Jan-2023 03:09:50 Progress (4): 194 kB | 517/686 kB | 0.6/2.5 MB | 100 kB error 03-Jan-2023 03:09:50 Progress (4): 194 kB | 517/686 kB | 0.6/2.5 MB | 100 kB error 03-Jan-2023 03:09:50 Progress (4): 194 kB | 519/686 kB | 0.6/2.5 MB | 100 kB error 03-Jan-2023 03:09:50 Progress (4): 194 kB | 519/686 kB | 0.6/2.5 MB | 100 kB error 03-Jan-2023 03:09:50 Progress (4): 194 kB | 521/686 kB | 0.6/2.5 MB | 100 kB error 03-Jan-2023 03:09:50 Progress (4): 194 kB | 525/686 kB | 0.6/2.5 MB | 100 kB error 03-Jan-2023 03:09:50 Progress (4): 194 kB | 530/686 kB | 0.6/2.5 MB | 100 kB error 03-Jan-2023 03:09:50 Progress (4): 194 kB | 530/686 kB | 0.6/2.5 MB | 100 kB error 03-Jan-2023 03:09:50 Progress (4): 194 kB | 530/686 kB | 0.7/2.5 MB | 100 kB error 03-Jan-2023 03:09:50 Progress (4): 194 kB | 530/686 kB | 0.7/2.5 MB | 100 kB error 03-Jan-2023 03:09:50 Progress (4): 194 kB | 534/686 kB | 0.7/2.5 MB | 100 kB error 03-Jan-2023 03:09:50 Progress (4): 194 kB | 538/686 kB | 0.7/2.5 MB | 100 kB error 03-Jan-2023 03:09:50 Progress (4): 194 kB | 542/686 kB | 0.7/2.5 MB | 100 kB error 03-Jan-2023 03:09:50 Progress (4): 194 kB | 546/686 kB | 0.7/2.5 MB | 100 kB error 03-Jan-2023 03:09:50 Progress (4): 194 kB | 550/686 kB | 0.7/2.5 MB | 100 kB error 03-Jan-2023 03:09:50 Progress (4): 194 kB | 554/686 kB | 0.7/2.5 MB | 100 kB error 03-Jan-2023 03:09:50 Progress (4): 194 kB | 558/686 kB | 0.7/2.5 MB | 100 kB error 03-Jan-2023 03:09:50 Progress (4): 194 kB | 558/686 kB | 0.7/2.5 MB | 100 kB error 03-Jan-2023 03:09:50 Progress (4): 194 kB | 558/686 kB | 0.7/2.5 MB | 100 kB error 03-Jan-2023 03:09:50 Progress (4): 194 kB | 558/686 kB | 0.7/2.5 MB | 100 kB error 03-Jan-2023 03:09:50 Progress (4): 194 kB | 562/686 kB | 0.7/2.5 MB | 100 kB error 03-Jan-2023 03:09:50 Progress (4): 194 kB | 566/686 kB | 0.7/2.5 MB | 100 kB error 03-Jan-2023 03:09:50 Progress (4): 194 kB | 570/686 kB | 0.7/2.5 MB | 100 kB error 03-Jan-2023 03:09:50 Progress (4): 194 kB | 575/686 kB | 0.7/2.5 MB | 100 kB error 03-Jan-2023 03:09:50 Progress (4): 194 kB | 579/686 kB | 0.7/2.5 MB | 100 kB error 03-Jan-2023 03:09:50 Progress (4): 194 kB | 583/686 kB | 0.7/2.5 MB | 100 kB error 03-Jan-2023 03:09:50 Progress (4): 194 kB | 587/686 kB | 0.7/2.5 MB | 100 kB error 03-Jan-2023 03:09:50 Progress (4): 194 kB | 587/686 kB | 0.7/2.5 MB | 100 kB error 03-Jan-2023 03:09:50 Progress (4): 194 kB | 591/686 kB | 0.7/2.5 MB | 100 kB error 03-Jan-2023 03:09:50 Progress (4): 194 kB | 595/686 kB | 0.7/2.5 MB | 100 kB error 03-Jan-2023 03:09:50 Progress (4): 194 kB | 599/686 kB | 0.7/2.5 MB | 100 kB error 03-Jan-2023 03:09:50 Progress (4): 194 kB | 602/686 kB | 0.7/2.5 MB | 100 kB error 03-Jan-2023 03:09:50 Progress (4): 194 kB | 602/686 kB | 0.8/2.5 MB | 100 kB error 03-Jan-2023 03:09:50 Progress (4): 194 kB | 602/686 kB | 0.8/2.5 MB | 100 kB error 03-Jan-2023 03:09:50 Progress (4): 194 kB | 606/686 kB | 0.8/2.5 MB | 100 kB error 03-Jan-2023 03:09:50 Progress (4): 194 kB | 610/686 kB | 0.8/2.5 MB | 100 kB error 03-Jan-2023 03:09:50 Progress (4): 194 kB | 614/686 kB | 0.8/2.5 MB | 100 kB error 03-Jan-2023 03:09:50 Progress (4): 194 kB | 614/686 kB | 0.8/2.5 MB | 100 kB error 03-Jan-2023 03:09:50 Progress (4): 194 kB | 614/686 kB | 0.8/2.5 MB | 100 kB error 03-Jan-2023 03:09:50 Progress (4): 194 kB | 618/686 kB | 0.8/2.5 MB | 100 kB error 03-Jan-2023 03:09:50 Progress (4): 194 kB | 622/686 kB | 0.8/2.5 MB | 100 kB error 03-Jan-2023 03:09:50 Progress (4): 194 kB | 622/686 kB | 0.8/2.5 MB | 100 kB error 03-Jan-2023 03:09:50 Progress (4): 194 kB | 622/686 kB | 0.8/2.5 MB | 100 kB error 03-Jan-2023 03:09:50 Progress (4): 194 kB | 626/686 kB | 0.8/2.5 MB | 100 kB error 03-Jan-2023 03:09:50 Progress (4): 194 kB | 630/686 kB | 0.8/2.5 MB | 100 kB error 03-Jan-2023 03:09:50 Progress (4): 194 kB | 634/686 kB | 0.8/2.5 MB | 100 kB error 03-Jan-2023 03:09:50 Progress (4): 194 kB | 637/686 kB | 0.8/2.5 MB | 100 kB error 03-Jan-2023 03:09:50 Progress (4): 194 kB | 641/686 kB | 0.8/2.5 MB | 100 kB error 03-Jan-2023 03:09:50 Progress (4): 194 kB | 645/686 kB | 0.8/2.5 MB | 100 kB error 03-Jan-2023 03:09:50 Progress (4): 194 kB | 649/686 kB | 0.8/2.5 MB | 100 kB error 03-Jan-2023 03:09:50 Progress (4): 194 kB | 653/686 kB | 0.8/2.5 MB | 100 kB error 03-Jan-2023 03:09:50 Progress (4): 194 kB | 656/686 kB | 0.8/2.5 MB | 100 kB error 03-Jan-2023 03:09:50 Progress (4): 194 kB | 660/686 kB | 0.8/2.5 MB | 100 kB error 03-Jan-2023 03:09:50 Progress (4): 194 kB | 664/686 kB | 0.8/2.5 MB | 100 kB error 03-Jan-2023 03:09:50 Progress (4): 194 kB | 668/686 kB | 0.8/2.5 MB | 100 kB error 03-Jan-2023 03:09:50 Progress (4): 194 kB | 668/686 kB | 0.9/2.5 MB | 100 kB error 03-Jan-2023 03:09:50 Progress (4): 194 kB | 672/686 kB | 0.9/2.5 MB | 100 kB error 03-Jan-2023 03:09:50 Progress (4): 194 kB | 672/686 kB | 0.9/2.5 MB | 100 kB error 03-Jan-2023 03:09:50 Progress (4): 194 kB | 672/686 kB | 0.9/2.5 MB | 100 kB error 03-Jan-2023 03:09:50 Progress (4): 194 kB | 674/686 kB | 0.9/2.5 MB | 100 kB error 03-Jan-2023 03:09:50 Progress (4): 194 kB | 678/686 kB | 0.9/2.5 MB | 100 kB error 03-Jan-2023 03:09:50 Progress (4): 194 kB | 683/686 kB | 0.9/2.5 MB | 100 kB error 03-Jan-2023 03:09:50 Progress (4): 194 kB | 686 kB | 0.9/2.5 MB | 100 kB error 03-Jan-2023 03:09:50 Progress (4): 194 kB | 686 kB | 0.9/2.5 MB | 100 kB error 03-Jan-2023 03:09:50 Progress (4): 194 kB | 686 kB | 0.9/2.5 MB | 100 kB error 03-Jan-2023 03:09:50 Progress (4): 194 kB | 686 kB | 0.9/2.5 MB | 100 kB error 03-Jan-2023 03:09:50 Progress (4): 194 kB | 686 kB | 1.0/2.5 MB | 100 kB error 03-Jan-2023 03:09:50 Progress (4): 194 kB | 686 kB | 1.0/2.5 MB | 100 kB error 03-Jan-2023 03:09:50 Progress (4): 194 kB | 686 kB | 1.0/2.5 MB | 100 kB error 03-Jan-2023 03:09:50 Progress (4): 194 kB | 686 kB | 1.0/2.5 MB | 100 kB error 03-Jan-2023 03:09:50 Progress (4): 194 kB | 686 kB | 1.0/2.5 MB | 100 kB error 03-Jan-2023 03:09:50 Progress (4): 194 kB | 686 kB | 1.0/2.5 MB | 100 kB error 03-Jan-2023 03:09:50 Progress (4): 194 kB | 686 kB | 1.1/2.5 MB | 100 kB error 03-Jan-2023 03:09:50 Progress (4): 194 kB | 686 kB | 1.1/2.5 MB | 100 kB error 03-Jan-2023 03:09:50 Progress (4): 194 kB | 686 kB | 1.1/2.5 MB | 100 kB error 03-Jan-2023 03:09:50 Progress (4): 194 kB | 686 kB | 1.1/2.5 MB | 100 kB error 03-Jan-2023 03:09:50 Progress (4): 194 kB | 686 kB | 1.1/2.5 MB | 100 kB error 03-Jan-2023 03:09:50 Progress (4): 194 kB | 686 kB | 1.1/2.5 MB | 100 kB error 03-Jan-2023 03:09:50 Progress (4): 194 kB | 686 kB | 1.1/2.5 MB | 100 kB error 03-Jan-2023 03:09:50 Progress (4): 194 kB | 686 kB | 1.2/2.5 MB | 100 kB error 03-Jan-2023 03:09:50 Progress (4): 194 kB | 686 kB | 1.2/2.5 MB | 100 kB error 03-Jan-2023 03:09:50 Progress (4): 194 kB | 686 kB | 1.2/2.5 MB | 100 kB error 03-Jan-2023 03:09:50 Progress (4): 194 kB | 686 kB | 1.2/2.5 MB | 100 kB error 03-Jan-2023 03:09:50 Progress (4): 194 kB | 686 kB | 1.2/2.5 MB | 100 kB error 03-Jan-2023 03:09:50 Progress (4): 194 kB | 686 kB | 1.2/2.5 MB | 100 kB error 03-Jan-2023 03:09:50 Progress (4): 194 kB | 686 kB | 1.3/2.5 MB | 100 kB error 03-Jan-2023 03:09:50 Progress (4): 194 kB | 686 kB | 1.3/2.5 MB | 100 kB error 03-Jan-2023 03:09:50 Progress (4): 194 kB | 686 kB | 1.3/2.5 MB | 100 kB error 03-Jan-2023 03:09:50 Progress (4): 194 kB | 686 kB | 1.3/2.5 MB | 100 kB error 03-Jan-2023 03:09:50 Progress (4): 194 kB | 686 kB | 1.3/2.5 MB | 100 kB error 03-Jan-2023 03:09:50 Progress (4): 194 kB | 686 kB | 1.3/2.5 MB | 100 kB error 03-Jan-2023 03:09:50 Progress (4): 194 kB | 686 kB | 1.4/2.5 MB | 100 kB error 03-Jan-2023 03:09:50 Progress (4): 194 kB | 686 kB | 1.4/2.5 MB | 100 kB error 03-Jan-2023 03:09:50 Progress (4): 194 kB | 686 kB | 1.4/2.5 MB | 100 kB error 03-Jan-2023 03:09:50 Progress (4): 194 kB | 686 kB | 1.4/2.5 MB | 100 kB error 03-Jan-2023 03:09:50 Progress (4): 194 kB | 686 kB | 1.4/2.5 MB | 100 kB error 03-Jan-2023 03:09:50 Progress (4): 194 kB | 686 kB | 1.4/2.5 MB | 100 kB error 03-Jan-2023 03:09:50 Progress (4): 194 kB | 686 kB | 1.5/2.5 MB | 100 kB error 03-Jan-2023 03:09:50 Progress (4): 194 kB | 686 kB | 1.5/2.5 MB | 100 kB error 03-Jan-2023 03:09:50 Progress (4): 194 kB | 686 kB | 1.5/2.5 MB | 100 kB error 03-Jan-2023 03:09:50 Progress (4): 194 kB | 686 kB | 1.5/2.5 MB | 100 kB error 03-Jan-2023 03:09:50 Progress (4): 194 kB | 686 kB | 1.5/2.5 MB | 100 kB error 03-Jan-2023 03:09:50 error 03-Jan-2023 03:09:50 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/junit/platform/junit-platform-commons/1.8.1/junit-platform-commons-1.8.1.jar (100 kB at 21 kB/s) error 03-Jan-2023 03:09:50 #21 33.03 Progress (3): 194 kB | 686 kB | 1.5/2.5 MB error 03-Jan-2023 03:09:50 error 03-Jan-2023 03:09:50 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/junit/platform/junit-platform-engine/1.8.1/junit-platform-engine-1.8.1.jar error 03-Jan-2023 03:09:50 #21 33.03 Progress (3): 194 kB | 686 kB | 1.6/2.5 MB error 03-Jan-2023 03:09:50 Progress (3): 194 kB | 686 kB | 1.6/2.5 MB error 03-Jan-2023 03:09:50 Progress (3): 194 kB | 686 kB | 1.6/2.5 MB error 03-Jan-2023 03:09:50 Progress (3): 194 kB | 686 kB | 1.6/2.5 MB error 03-Jan-2023 03:09:50 Progress (3): 194 kB | 686 kB | 1.6/2.5 MB error 03-Jan-2023 03:09:50 Progress (3): 194 kB | 686 kB | 1.6/2.5 MB error 03-Jan-2023 03:09:50 Progress (3): 194 kB | 686 kB | 1.7/2.5 MB error 03-Jan-2023 03:09:50 Progress (3): 194 kB | 686 kB | 1.7/2.5 MB error 03-Jan-2023 03:09:50 Progress (3): 194 kB | 686 kB | 1.7/2.5 MB error 03-Jan-2023 03:09:50 Progress (3): 194 kB | 686 kB | 1.7/2.5 MB error 03-Jan-2023 03:09:50 Progress (3): 194 kB | 686 kB | 1.7/2.5 MB error 03-Jan-2023 03:09:50 Progress (3): 194 kB | 686 kB | 1.7/2.5 MB error 03-Jan-2023 03:09:50 Progress (3): 194 kB | 686 kB | 1.8/2.5 MB error 03-Jan-2023 03:09:50 Progress (3): 194 kB | 686 kB | 1.8/2.5 MB error 03-Jan-2023 03:09:50 Progress (3): 194 kB | 686 kB | 1.8/2.5 MB error 03-Jan-2023 03:09:50 Progress (3): 194 kB | 686 kB | 1.8/2.5 MB error 03-Jan-2023 03:09:50 Progress (3): 194 kB | 686 kB | 1.8/2.5 MB error 03-Jan-2023 03:09:50 Progress (3): 194 kB | 686 kB | 1.8/2.5 MB error 03-Jan-2023 03:09:50 Progress (3): 194 kB | 686 kB | 1.9/2.5 MB error 03-Jan-2023 03:09:50 Progress (3): 194 kB | 686 kB | 1.9/2.5 MB error 03-Jan-2023 03:09:50 Progress (3): 194 kB | 686 kB | 1.9/2.5 MB error 03-Jan-2023 03:09:50 Progress (3): 194 kB | 686 kB | 1.9/2.5 MB error 03-Jan-2023 03:09:50 Progress (3): 194 kB | 686 kB | 1.9/2.5 MB error 03-Jan-2023 03:09:50 Progress (4): 194 kB | 686 kB | 1.9/2.5 MB | 4.1/230 kB error 03-Jan-2023 03:09:50 Progress (4): 194 kB | 686 kB | 1.9/2.5 MB | 4.1/230 kB error 03-Jan-2023 03:09:50 Progress (4): 194 kB | 686 kB | 2.0/2.5 MB | 4.1/230 kB error 03-Jan-2023 03:09:50 Progress (4): 194 kB | 686 kB | 2.0/2.5 MB | 4.1/230 kB error 03-Jan-2023 03:09:50 Progress (4): 194 kB | 686 kB | 2.0/2.5 MB | 4.1/230 kB error 03-Jan-2023 03:09:50 Progress (4): 194 kB | 686 kB | 2.0/2.5 MB | 8.2/230 kB error 03-Jan-2023 03:09:50 Progress (4): 194 kB | 686 kB | 2.0/2.5 MB | 12/230 kB error 03-Jan-2023 03:09:50 Progress (4): 194 kB | 686 kB | 2.0/2.5 MB | 16/230 kB error 03-Jan-2023 03:09:50 Progress (4): 194 kB | 686 kB | 2.0/2.5 MB | 20/230 kB error 03-Jan-2023 03:09:50 Progress (4): 194 kB | 686 kB | 2.0/2.5 MB | 25/230 kB error 03-Jan-2023 03:09:50 Progress (4): 194 kB | 686 kB | 2.0/2.5 MB | 29/230 kB error 03-Jan-2023 03:09:50 Progress (4): 194 kB | 686 kB | 2.0/2.5 MB | 33/230 kB error 03-Jan-2023 03:09:50 Progress (4): 194 kB | 686 kB | 2.0/2.5 MB | 37/230 kB error 03-Jan-2023 03:09:50 Progress (4): 194 kB | 686 kB | 2.0/2.5 MB | 41/230 kB error 03-Jan-2023 03:09:50 Progress (4): 194 kB | 686 kB | 2.0/2.5 MB | 45/230 kB error 03-Jan-2023 03:09:50 Progress (4): 194 kB | 686 kB | 2.0/2.5 MB | 49/230 kB error 03-Jan-2023 03:09:50 Progress (4): 194 kB | 686 kB | 2.0/2.5 MB | 52/230 kB error 03-Jan-2023 03:09:50 Progress (4): 194 kB | 686 kB | 2.0/2.5 MB | 56/230 kB error 03-Jan-2023 03:09:50 Progress (4): 194 kB | 686 kB | 2.0/2.5 MB | 60/230 kB error 03-Jan-2023 03:09:50 Progress (4): 194 kB | 686 kB | 2.0/2.5 MB | 64/230 kB error 03-Jan-2023 03:09:50 Progress (4): 194 kB | 686 kB | 2.0/2.5 MB | 68/230 kB error 03-Jan-2023 03:09:50 Progress (4): 194 kB | 686 kB | 2.0/2.5 MB | 72/230 kB error 03-Jan-2023 03:09:50 Progress (4): 194 kB | 686 kB | 2.0/2.5 MB | 76/230 kB error 03-Jan-2023 03:09:50 Progress (4): 194 kB | 686 kB | 2.0/2.5 MB | 80/230 kB error 03-Jan-2023 03:09:50 Progress (4): 194 kB | 686 kB | 2.0/2.5 MB | 84/230 kB error 03-Jan-2023 03:09:50 Progress (4): 194 kB | 686 kB | 2.0/2.5 MB | 86/230 kB error 03-Jan-2023 03:09:50 Progress (4): 194 kB | 686 kB | 2.0/2.5 MB | 90/230 kB error 03-Jan-2023 03:09:50 Progress (4): 194 kB | 686 kB | 2.0/2.5 MB | 95/230 kB error 03-Jan-2023 03:09:50 Progress (4): 194 kB | 686 kB | 2.0/2.5 MB | 99/230 kB error 03-Jan-2023 03:09:50 Progress (4): 194 kB | 686 kB | 2.0/2.5 MB | 103/230 kB error 03-Jan-2023 03:09:50 Progress (4): 194 kB | 686 kB | 2.0/2.5 MB | 107/230 kB error 03-Jan-2023 03:09:50 Progress (4): 194 kB | 686 kB | 2.0/2.5 MB | 107/230 kB error 03-Jan-2023 03:09:50 Progress (4): 194 kB | 686 kB | 2.0/2.5 MB | 111/230 kB error 03-Jan-2023 03:09:50 Progress (4): 194 kB | 686 kB | 2.0/2.5 MB | 115/230 kB error 03-Jan-2023 03:09:50 Progress (4): 194 kB | 686 kB | 2.0/2.5 MB | 119/230 kB error 03-Jan-2023 03:09:50 Progress (4): 194 kB | 686 kB | 2.0/2.5 MB | 121/230 kB error 03-Jan-2023 03:09:50 Progress (4): 194 kB | 686 kB | 2.0/2.5 MB | 125/230 kB error 03-Jan-2023 03:09:50 Progress (4): 194 kB | 686 kB | 2.0/2.5 MB | 129/230 kB error 03-Jan-2023 03:09:50 Progress (4): 194 kB | 686 kB | 2.0/2.5 MB | 133/230 kB error 03-Jan-2023 03:09:50 Progress (4): 194 kB | 686 kB | 2.0/2.5 MB | 138/230 kB error 03-Jan-2023 03:09:50 Progress (4): 194 kB | 686 kB | 2.0/2.5 MB | 142/230 kB error 03-Jan-2023 03:09:50 Progress (4): 194 kB | 686 kB | 2.0/2.5 MB | 146/230 kB error 03-Jan-2023 03:09:50 Progress (4): 194 kB | 686 kB | 2.0/2.5 MB | 150/230 kB error 03-Jan-2023 03:09:50 Progress (4): 194 kB | 686 kB | 2.0/2.5 MB | 154/230 kB error 03-Jan-2023 03:09:50 Progress (4): 194 kB | 686 kB | 2.0/2.5 MB | 156/230 kB error 03-Jan-2023 03:09:50 Progress (4): 194 kB | 686 kB | 2.0/2.5 MB | 160/230 kB error 03-Jan-2023 03:09:50 Progress (4): 194 kB | 686 kB | 2.0/2.5 MB | 164/230 kB error 03-Jan-2023 03:09:50 Progress (4): 194 kB | 686 kB | 2.0/2.5 MB | 168/230 kB error 03-Jan-2023 03:09:50 Progress (4): 194 kB | 686 kB | 2.0/2.5 MB | 172/230 kB error 03-Jan-2023 03:09:50 Progress (4): 194 kB | 686 kB | 2.0/2.5 MB | 176/230 kB error 03-Jan-2023 03:09:50 Progress (4): 194 kB | 686 kB | 2.0/2.5 MB | 181/230 kB error 03-Jan-2023 03:09:50 Progress (4): 194 kB | 686 kB | 2.0/2.5 MB | 185/230 kB error 03-Jan-2023 03:09:50 Progress (4): 194 kB | 686 kB | 2.0/2.5 MB | 189/230 kB error 03-Jan-2023 03:09:50 Progress (4): 194 kB | 686 kB | 2.0/2.5 MB | 191/230 kB error 03-Jan-2023 03:09:50 Progress (4): 194 kB | 686 kB | 2.0/2.5 MB | 195/230 kB error 03-Jan-2023 03:09:50 Progress (4): 194 kB | 686 kB | 2.0/2.5 MB | 199/230 kB error 03-Jan-2023 03:09:50 Progress (4): 194 kB | 686 kB | 2.0/2.5 MB | 203/230 kB error 03-Jan-2023 03:09:50 Progress (4): 194 kB | 686 kB | 2.0/2.5 MB | 207/230 kB error 03-Jan-2023 03:09:50 Progress (4): 194 kB | 686 kB | 2.0/2.5 MB | 211/230 kB error 03-Jan-2023 03:09:50 Progress (4): 194 kB | 686 kB | 2.0/2.5 MB | 215/230 kB error 03-Jan-2023 03:09:50 Progress (4): 194 kB | 686 kB | 2.0/2.5 MB | 219/230 kB error 03-Jan-2023 03:09:50 Progress (4): 194 kB | 686 kB | 2.0/2.5 MB | 224/230 kB error 03-Jan-2023 03:09:50 Progress (4): 194 kB | 686 kB | 2.0/2.5 MB | 228/230 kB error 03-Jan-2023 03:09:50 Progress (4): 194 kB | 686 kB | 2.0/2.5 MB | 230 kB error 03-Jan-2023 03:09:50 error 03-Jan-2023 03:09:50 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/junit/jupiter/junit-jupiter-api/5.8.1/junit-jupiter-api-5.8.1.jar (194 kB at 40 kB/s) error 03-Jan-2023 03:09:50 #21 33.07 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/junit/vintage/junit-vintage-engine/5.8.1/junit-vintage-engine-5.8.1.jar error 03-Jan-2023 03:09:50 #21 33.07 Progress (3): 686 kB | 2.0/2.5 MB | 230 kB error 03-Jan-2023 03:09:50 Progress (3): 686 kB | 2.0/2.5 MB | 230 kB error 03-Jan-2023 03:09:50 Progress (3): 686 kB | 2.0/2.5 MB | 230 kB error 03-Jan-2023 03:09:50 Progress (3): 686 kB | 2.1/2.5 MB | 230 kB error 03-Jan-2023 03:09:50 Progress (3): 686 kB | 2.1/2.5 MB | 230 kB error 03-Jan-2023 03:09:50 Progress (3): 686 kB | 2.1/2.5 MB | 230 kB error 03-Jan-2023 03:09:50 Progress (3): 686 kB | 2.1/2.5 MB | 230 kB error 03-Jan-2023 03:09:50 Progress (3): 686 kB | 2.1/2.5 MB | 230 kB error 03-Jan-2023 03:09:50 Progress (3): 686 kB | 2.1/2.5 MB | 230 kB error 03-Jan-2023 03:09:50 Progress (3): 686 kB | 2.2/2.5 MB | 230 kB error 03-Jan-2023 03:09:50 Progress (3): 686 kB | 2.2/2.5 MB | 230 kB error 03-Jan-2023 03:09:50 Progress (3): 686 kB | 2.2/2.5 MB | 230 kB error 03-Jan-2023 03:09:50 Progress (3): 686 kB | 2.2/2.5 MB | 230 kB error 03-Jan-2023 03:09:50 Progress (3): 686 kB | 2.2/2.5 MB | 230 kB error 03-Jan-2023 03:09:50 Progress (3): 686 kB | 2.3/2.5 MB | 230 kB error 03-Jan-2023 03:09:50 Progress (3): 686 kB | 2.3/2.5 MB | 230 kB error 03-Jan-2023 03:09:50 Progress (3): 686 kB | 2.3/2.5 MB | 230 kB error 03-Jan-2023 03:09:50 Progress (3): 686 kB | 2.3/2.5 MB | 230 kB error 03-Jan-2023 03:09:50 Progress (3): 686 kB | 2.3/2.5 MB | 230 kB error 03-Jan-2023 03:09:50 Progress (3): 686 kB | 2.3/2.5 MB | 230 kB error 03-Jan-2023 03:09:50 Progress (3): 686 kB | 2.3/2.5 MB | 230 kB error 03-Jan-2023 03:09:50 Progress (3): 686 kB | 2.4/2.5 MB | 230 kB error 03-Jan-2023 03:09:50 Progress (3): 686 kB | 2.4/2.5 MB | 230 kB error 03-Jan-2023 03:09:50 Progress (3): 686 kB | 2.4/2.5 MB | 230 kB error 03-Jan-2023 03:09:50 Progress (3): 686 kB | 2.4/2.5 MB | 230 kB error 03-Jan-2023 03:09:50 Progress (3): 686 kB | 2.4/2.5 MB | 230 kB error 03-Jan-2023 03:09:50 Progress (3): 686 kB | 2.4/2.5 MB | 230 kB error 03-Jan-2023 03:09:50 Progress (3): 686 kB | 2.5/2.5 MB | 230 kB error 03-Jan-2023 03:09:50 Progress (3): 686 kB | 2.5/2.5 MB | 230 kB error 03-Jan-2023 03:09:50 Progress (3): 686 kB | 2.5/2.5 MB | 230 kB error 03-Jan-2023 03:09:50 Progress (3): 686 kB | 2.5/2.5 MB | 230 kB error 03-Jan-2023 03:09:50 Progress (3): 686 kB | 2.5 MB | 230 kB error 03-Jan-2023 03:09:50 error 03-Jan-2023 03:09:50 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/springframework/spring-test/5.2.14.RELEASE/spring-test-5.2.14.RELEASE.jar (686 kB at 140 kB/s) error 03-Jan-2023 03:09:50 #21 33.11 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/dbunit/dbunit/2.7.2/dbunit-2.7.2.jar error 03-Jan-2023 03:09:50 #21 33.14 Progress (3): 2.5 MB | 230 kB | 3.3/186 kB error 03-Jan-2023 03:09:50 Progress (3): 2.5 MB | 230 kB | 6.1/186 kB error 03-Jan-2023 03:09:50 Progress (3): 2.5 MB | 230 kB | 8.9/186 kB error 03-Jan-2023 03:09:50 Progress (3): 2.5 MB | 230 kB | 12/186 kB error 03-Jan-2023 03:09:50 Progress (3): 2.5 MB | 230 kB | 14/186 kB error 03-Jan-2023 03:09:50 Progress (3): 2.5 MB | 230 kB | 17/186 kB error 03-Jan-2023 03:09:50 Progress (3): 2.5 MB | 230 kB | 20/186 kB error 03-Jan-2023 03:09:50 Progress (3): 2.5 MB | 230 kB | 23/186 kB error 03-Jan-2023 03:09:50 Progress (3): 2.5 MB | 230 kB | 26/186 kB error 03-Jan-2023 03:09:50 Progress (3): 2.5 MB | 230 kB | 28/186 kB error 03-Jan-2023 03:09:50 Progress (3): 2.5 MB | 230 kB | 31/186 kB error 03-Jan-2023 03:09:50 Progress (3): 2.5 MB | 230 kB | 34/186 kB error 03-Jan-2023 03:09:50 Progress (3): 2.5 MB | 230 kB | 37/186 kB error 03-Jan-2023 03:09:50 Progress (3): 2.5 MB | 230 kB | 40/186 kB error 03-Jan-2023 03:09:50 Progress (3): 2.5 MB | 230 kB | 42/186 kB error 03-Jan-2023 03:09:50 Progress (3): 2.5 MB | 230 kB | 45/186 kB error 03-Jan-2023 03:09:50 Progress (3): 2.5 MB | 230 kB | 48/186 kB error 03-Jan-2023 03:09:50 Progress (3): 2.5 MB | 230 kB | 51/186 kB error 03-Jan-2023 03:09:50 Progress (3): 2.5 MB | 230 kB | 54/186 kB error 03-Jan-2023 03:09:50 Progress (3): 2.5 MB | 230 kB | 56/186 kB error 03-Jan-2023 03:09:50 Progress (3): 2.5 MB | 230 kB | 59/186 kB error 03-Jan-2023 03:09:50 Progress (3): 2.5 MB | 230 kB | 62/186 kB error 03-Jan-2023 03:09:50 Progress (3): 2.5 MB | 230 kB | 65/186 kB error 03-Jan-2023 03:09:50 Progress (3): 2.5 MB | 230 kB | 67/186 kB error 03-Jan-2023 03:09:50 Progress (3): 2.5 MB | 230 kB | 70/186 kB error 03-Jan-2023 03:09:50 Progress (3): 2.5 MB | 230 kB | 73/186 kB error 03-Jan-2023 03:09:50 Progress (3): 2.5 MB | 230 kB | 76/186 kB error 03-Jan-2023 03:09:50 Progress (3): 2.5 MB | 230 kB | 79/186 kB error 03-Jan-2023 03:09:50 Progress (3): 2.5 MB | 230 kB | 81/186 kB error 03-Jan-2023 03:09:50 Progress (3): 2.5 MB | 230 kB | 84/186 kB error 03-Jan-2023 03:09:50 Progress (3): 2.5 MB | 230 kB | 87/186 kB error 03-Jan-2023 03:09:50 Progress (3): 2.5 MB | 230 kB | 90/186 kB error 03-Jan-2023 03:09:50 Progress (3): 2.5 MB | 230 kB | 93/186 kB error 03-Jan-2023 03:09:50 Progress (3): 2.5 MB | 230 kB | 95/186 kB error 03-Jan-2023 03:09:50 Progress (3): 2.5 MB | 230 kB | 98/186 kB error 03-Jan-2023 03:09:50 Progress (3): 2.5 MB | 230 kB | 101/186 kB error 03-Jan-2023 03:09:50 Progress (3): 2.5 MB | 230 kB | 104/186 kB error 03-Jan-2023 03:09:50 Progress (3): 2.5 MB | 230 kB | 107/186 kB error 03-Jan-2023 03:09:50 Progress (3): 2.5 MB | 230 kB | 109/186 kB error 03-Jan-2023 03:09:50 Progress (3): 2.5 MB | 230 kB | 112/186 kB error 03-Jan-2023 03:09:50 Progress (3): 2.5 MB | 230 kB | 115/186 kB error 03-Jan-2023 03:09:50 Progress (3): 2.5 MB | 230 kB | 118/186 kB error 03-Jan-2023 03:09:50 Progress (3): 2.5 MB | 230 kB | 121/186 kB error 03-Jan-2023 03:09:50 Progress (3): 2.5 MB | 230 kB | 123/186 kB error 03-Jan-2023 03:09:50 Progress (3): 2.5 MB | 230 kB | 126/186 kB error 03-Jan-2023 03:09:50 Progress (3): 2.5 MB | 230 kB | 129/186 kB error 03-Jan-2023 03:09:50 Progress (3): 2.5 MB | 230 kB | 132/186 kB error 03-Jan-2023 03:09:50 Progress (3): 2.5 MB | 230 kB | 135/186 kB error 03-Jan-2023 03:09:50 Progress (3): 2.5 MB | 230 kB | 137/186 kB error 03-Jan-2023 03:09:50 Progress (3): 2.5 MB | 230 kB | 140/186 kB error 03-Jan-2023 03:09:50 Progress (3): 2.5 MB | 230 kB | 143/186 kB error 03-Jan-2023 03:09:50 Progress (3): 2.5 MB | 230 kB | 146/186 kB error 03-Jan-2023 03:09:50 Progress (3): 2.5 MB | 230 kB | 149/186 kB error 03-Jan-2023 03:09:50 Progress (3): 2.5 MB | 230 kB | 151/186 kB error 03-Jan-2023 03:09:50 Progress (4): 2.5 MB | 230 kB | 151/186 kB | 3.3/67 kB error 03-Jan-2023 03:09:50 Progress (4): 2.5 MB | 230 kB | 151/186 kB | 6.1/67 kB error 03-Jan-2023 03:09:50 Progress (4): 2.5 MB | 230 kB | 151/186 kB | 8.9/67 kB error 03-Jan-2023 03:09:50 Progress (4): 2.5 MB | 230 kB | 151/186 kB | 12/67 kB error 03-Jan-2023 03:09:50 error 03-Jan-2023 03:09:50 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/junit/jupiter/junit-jupiter-engine/5.8.1/junit-jupiter-engine-5.8.1.jar (230 kB at 46 kB/s) error 03-Jan-2023 03:09:50 #21 33.19 Progress (3): 2.5 MB | 151/186 kB | 14/67 kB error 03-Jan-2023 03:09:50 Progress (3): 2.5 MB | 151/186 kB | 17/67 kB error 03-Jan-2023 03:09:50 Progress (3): 2.5 MB | 151/186 kB | 20/67 kB error 03-Jan-2023 03:09:50 Progress (3): 2.5 MB | 151/186 kB | 23/67 kB error 03-Jan-2023 03:09:50 Progress (3): 2.5 MB | 151/186 kB | 26/67 kB error 03-Jan-2023 03:09:50 Progress (3): 2.5 MB | 151/186 kB | 29/67 kB error 03-Jan-2023 03:09:50 Progress (3): 2.5 MB | 151/186 kB | 31/67 kB error 03-Jan-2023 03:09:50 Progress (3): 2.5 MB | 151/186 kB | 34/67 kB error 03-Jan-2023 03:09:50 Progress (3): 2.5 MB | 151/186 kB | 37/67 kB error 03-Jan-2023 03:09:50 Progress (3): 2.5 MB | 151/186 kB | 40/67 kB error 03-Jan-2023 03:09:50 Progress (3): 2.5 MB | 151/186 kB | 43/67 kB error 03-Jan-2023 03:09:50 Progress (3): 2.5 MB | 151/186 kB | 45/67 kB error 03-Jan-2023 03:09:50 Progress (3): 2.5 MB | 151/186 kB | 48/67 kB error 03-Jan-2023 03:09:50 Progress (3): 2.5 MB | 151/186 kB | 51/67 kB error 03-Jan-2023 03:09:50 Progress (3): 2.5 MB | 151/186 kB | 54/67 kB error 03-Jan-2023 03:09:50 Progress (3): 2.5 MB | 151/186 kB | 57/67 kB error 03-Jan-2023 03:09:50 error 03-Jan-2023 03:09:50 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/api/openmrs-api/2.5.8/openmrs-api-2.5.8-tests.jar (2.5 MB at 507 kB/s) error 03-Jan-2023 03:09:50 #21 33.19 Progress (2): 151/186 kB | 59/67 kB error 03-Jan-2023 03:09:50 Progress (2): 151/186 kB | 62/67 kB error 03-Jan-2023 03:09:50 Progress (2): 151/186 kB | 65/67 kB error 03-Jan-2023 03:09:50 Progress (2): 151/186 kB | 67 kB error 03-Jan-2023 03:09:50 Progress (2): 154/186 kB | 67 kB error 03-Jan-2023 03:09:50 Progress (2): 157/186 kB | 67 kB error 03-Jan-2023 03:09:50 Progress (2): 160/186 kB | 67 kB error 03-Jan-2023 03:09:50 Progress (2): 163/186 kB | 67 kB error 03-Jan-2023 03:09:50 Progress (2): 165/186 kB | 67 kB error 03-Jan-2023 03:09:50 Progress (2): 168/186 kB | 67 kB error 03-Jan-2023 03:09:50 Progress (2): 171/186 kB | 67 kB error 03-Jan-2023 03:09:50 Progress (2): 174/186 kB | 67 kB error 03-Jan-2023 03:09:50 Progress (2): 177/186 kB | 67 kB error 03-Jan-2023 03:09:50 Progress (2): 179/186 kB | 67 kB error 03-Jan-2023 03:09:50 Progress (2): 182/186 kB | 67 kB error 03-Jan-2023 03:09:50 Progress (2): 185/186 kB | 67 kB error 03-Jan-2023 03:09:50 Progress (2): 186 kB | 67 kB error 03-Jan-2023 03:09:50 error 03-Jan-2023 03:09:50 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/junit/vintage/junit-vintage-engine/5.8.1/junit-vintage-engine-5.8.1.jar (67 kB at 13 kB/s) error 03-Jan-2023 03:09:50 #21 33.36 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/junit/platform/junit-platform-engine/1.8.1/junit-platform-engine-1.8.1.jar (186 kB at 36 kB/s) error 03-Jan-2023 03:09:50 #21 33.39 Progress (1): 3.4/636 kB error 03-Jan-2023 03:09:50 Progress (1): 7.5/636 kB error 03-Jan-2023 03:09:50 Progress (1): 12/636 kB error 03-Jan-2023 03:09:50 Progress (1): 16/636 kB error 03-Jan-2023 03:09:50 Progress (1): 20/636 kB error 03-Jan-2023 03:09:50 Progress (1): 24/636 kB error 03-Jan-2023 03:09:50 Progress (1): 28/636 kB error 03-Jan-2023 03:09:50 Progress (1): 32/636 kB error 03-Jan-2023 03:09:50 Progress (1): 36/636 kB error 03-Jan-2023 03:09:50 Progress (1): 38/636 kB error 03-Jan-2023 03:09:50 Progress (1): 42/636 kB error 03-Jan-2023 03:09:50 Progress (1): 46/636 kB error 03-Jan-2023 03:09:50 Progress (1): 51/636 kB error 03-Jan-2023 03:09:50 Progress (1): 55/636 kB error 03-Jan-2023 03:09:50 Progress (1): 59/636 kB error 03-Jan-2023 03:09:50 Progress (1): 63/636 kB error 03-Jan-2023 03:09:50 Progress (1): 67/636 kB error 03-Jan-2023 03:09:50 Progress (1): 71/636 kB error 03-Jan-2023 03:09:50 Progress (1): 73/636 kB error 03-Jan-2023 03:09:50 Progress (1): 77/636 kB error 03-Jan-2023 03:09:50 Progress (1): 81/636 kB error 03-Jan-2023 03:09:50 Progress (1): 85/636 kB error 03-Jan-2023 03:09:50 Progress (1): 89/636 kB error 03-Jan-2023 03:09:50 Progress (1): 94/636 kB error 03-Jan-2023 03:09:50 Progress (1): 98/636 kB error 03-Jan-2023 03:09:50 Progress (1): 102/636 kB error 03-Jan-2023 03:09:50 Progress (1): 106/636 kB error 03-Jan-2023 03:09:50 Progress (1): 108/636 kB error 03-Jan-2023 03:09:50 Progress (1): 112/636 kB error 03-Jan-2023 03:09:50 Progress (1): 116/636 kB error 03-Jan-2023 03:09:50 Progress (1): 120/636 kB error 03-Jan-2023 03:09:50 Progress (1): 124/636 kB error 03-Jan-2023 03:09:50 Progress (1): 128/636 kB error 03-Jan-2023 03:09:50 Progress (1): 132/636 kB error 03-Jan-2023 03:09:50 Progress (1): 137/636 kB error 03-Jan-2023 03:09:50 Progress (1): 141/636 kB error 03-Jan-2023 03:09:50 Progress (1): 143/636 kB error 03-Jan-2023 03:09:50 Progress (1): 147/636 kB error 03-Jan-2023 03:09:50 Progress (1): 151/636 kB error 03-Jan-2023 03:09:50 Progress (1): 155/636 kB error 03-Jan-2023 03:09:50 Progress (1): 159/636 kB error 03-Jan-2023 03:09:50 Progress (1): 163/636 kB error 03-Jan-2023 03:09:50 Progress (1): 167/636 kB error 03-Jan-2023 03:09:51 Progress (1): 171/636 kB error 03-Jan-2023 03:09:51 Progress (1): 175/636 kB error 03-Jan-2023 03:09:51 Progress (1): 178/636 kB error 03-Jan-2023 03:09:51 Progress (1): 182/636 kB error 03-Jan-2023 03:09:51 Progress (1): 186/636 kB error 03-Jan-2023 03:09:51 Progress (1): 188/636 kB error 03-Jan-2023 03:09:51 Progress (1): 192/636 kB error 03-Jan-2023 03:09:51 Progress (1): 197/636 kB error 03-Jan-2023 03:09:51 Progress (1): 201/636 kB error 03-Jan-2023 03:09:51 Progress (1): 205/636 kB error 03-Jan-2023 03:09:51 Progress (1): 209/636 kB error 03-Jan-2023 03:09:51 Progress (1): 213/636 kB error 03-Jan-2023 03:09:51 Progress (1): 217/636 kB error 03-Jan-2023 03:09:51 Progress (1): 221/636 kB error 03-Jan-2023 03:09:51 Progress (1): 223/636 kB error 03-Jan-2023 03:09:51 Progress (1): 227/636 kB error 03-Jan-2023 03:09:51 Progress (1): 231/636 kB error 03-Jan-2023 03:09:51 Progress (1): 235/636 kB error 03-Jan-2023 03:09:51 Progress (1): 240/636 kB error 03-Jan-2023 03:09:51 Progress (1): 244/636 kB error 03-Jan-2023 03:09:51 Progress (1): 248/636 kB error 03-Jan-2023 03:09:51 Progress (1): 251/636 kB error 03-Jan-2023 03:09:51 Progress (1): 255/636 kB error 03-Jan-2023 03:09:51 Progress (1): 260/636 kB error 03-Jan-2023 03:09:51 Progress (1): 264/636 kB error 03-Jan-2023 03:09:51 Progress (1): 268/636 kB error 03-Jan-2023 03:09:51 Progress (1): 272/636 kB error 03-Jan-2023 03:09:51 Progress (1): 276/636 kB error 03-Jan-2023 03:09:51 Progress (1): 280/636 kB error 03-Jan-2023 03:09:51 Progress (1): 284/636 kB error 03-Jan-2023 03:09:51 Progress (1): 286/636 kB error 03-Jan-2023 03:09:51 Progress (1): 290/636 kB error 03-Jan-2023 03:09:51 Progress (1): 294/636 kB error 03-Jan-2023 03:09:51 Progress (1): 298/636 kB error 03-Jan-2023 03:09:51 Progress (1): 303/636 kB error 03-Jan-2023 03:09:51 Progress (1): 307/636 kB error 03-Jan-2023 03:09:51 Progress (1): 311/636 kB error 03-Jan-2023 03:09:51 Progress (1): 314/636 kB error 03-Jan-2023 03:09:51 Progress (1): 318/636 kB error 03-Jan-2023 03:09:51 Progress (1): 323/636 kB error 03-Jan-2023 03:09:51 Progress (1): 327/636 kB error 03-Jan-2023 03:09:51 Progress (1): 331/636 kB error 03-Jan-2023 03:09:51 Progress (1): 335/636 kB error 03-Jan-2023 03:09:51 Progress (1): 339/636 kB error 03-Jan-2023 03:09:51 Progress (1): 343/636 kB error 03-Jan-2023 03:09:51 Progress (1): 347/636 kB error 03-Jan-2023 03:09:51 Progress (1): 350/636 kB error 03-Jan-2023 03:09:51 Progress (1): 354/636 kB error 03-Jan-2023 03:09:51 Progress (1): 358/636 kB error 03-Jan-2023 03:09:51 Progress (1): 362/636 kB error 03-Jan-2023 03:09:51 Progress (1): 366/636 kB error 03-Jan-2023 03:09:51 Progress (1): 370/636 kB error 03-Jan-2023 03:09:51 Progress (1): 374/636 kB error 03-Jan-2023 03:09:51 Progress (1): 378/636 kB error 03-Jan-2023 03:09:51 Progress (1): 383/636 kB error 03-Jan-2023 03:09:51 Progress (1): 385/636 kB error 03-Jan-2023 03:09:51 Progress (1): 389/636 kB error 03-Jan-2023 03:09:51 Progress (1): 393/636 kB error 03-Jan-2023 03:09:51 Progress (1): 395/636 kB error 03-Jan-2023 03:09:51 Progress (1): 399/636 kB error 03-Jan-2023 03:09:51 Progress (1): 404/636 kB error 03-Jan-2023 03:09:51 Progress (1): 408/636 kB error 03-Jan-2023 03:09:51 Progress (1): 412/636 kB error 03-Jan-2023 03:09:51 Progress (1): 416/636 kB error 03-Jan-2023 03:09:51 Progress (1): 420/636 kB error 03-Jan-2023 03:09:51 Progress (1): 424/636 kB error 03-Jan-2023 03:09:51 Progress (1): 428/636 kB error 03-Jan-2023 03:09:51 Progress (1): 432/636 kB error 03-Jan-2023 03:09:51 Progress (1): 436/636 kB error 03-Jan-2023 03:09:51 Progress (1): 440/636 kB error 03-Jan-2023 03:09:51 Progress (1): 444/636 kB error 03-Jan-2023 03:09:51 Progress (1): 447/636 kB error 03-Jan-2023 03:09:51 Progress (1): 449/636 kB error 03-Jan-2023 03:09:51 Progress (1): 453/636 kB error 03-Jan-2023 03:09:51 Progress (1): 458/636 kB error 03-Jan-2023 03:09:51 Progress (1): 462/636 kB error 03-Jan-2023 03:09:51 Progress (1): 466/636 kB error 03-Jan-2023 03:09:51 Progress (1): 470/636 kB error 03-Jan-2023 03:09:51 Progress (1): 474/636 kB error 03-Jan-2023 03:09:51 Progress (1): 478/636 kB error 03-Jan-2023 03:09:51 Progress (1): 482/636 kB error 03-Jan-2023 03:09:51 Progress (1): 484/636 kB error 03-Jan-2023 03:09:51 Progress (1): 488/636 kB error 03-Jan-2023 03:09:51 Progress (1): 492/636 kB error 03-Jan-2023 03:09:51 Progress (1): 496/636 kB error 03-Jan-2023 03:09:51 Progress (1): 501/636 kB error 03-Jan-2023 03:09:51 Progress (1): 505/636 kB error 03-Jan-2023 03:09:51 Progress (1): 509/636 kB error 03-Jan-2023 03:09:51 Progress (1): 512/636 kB error 03-Jan-2023 03:09:51 Progress (1): 516/636 kB error 03-Jan-2023 03:09:51 Progress (1): 521/636 kB error 03-Jan-2023 03:09:51 Progress (1): 525/636 kB error 03-Jan-2023 03:09:51 Progress (1): 529/636 kB error 03-Jan-2023 03:09:51 Progress (1): 533/636 kB error 03-Jan-2023 03:09:51 Progress (1): 537/636 kB error 03-Jan-2023 03:09:51 Progress (1): 541/636 kB error 03-Jan-2023 03:09:51 Progress (1): 545/636 kB error 03-Jan-2023 03:09:51 Progress (1): 547/636 kB error 03-Jan-2023 03:09:51 Progress (1): 551/636 kB error 03-Jan-2023 03:09:51 Progress (1): 555/636 kB error 03-Jan-2023 03:09:51 Progress (1): 559/636 kB error 03-Jan-2023 03:09:51 Progress (1): 564/636 kB error 03-Jan-2023 03:09:51 Progress (1): 568/636 kB error 03-Jan-2023 03:09:51 Progress (1): 572/636 kB error 03-Jan-2023 03:09:51 Progress (1): 575/636 kB error 03-Jan-2023 03:09:51 Progress (1): 579/636 kB error 03-Jan-2023 03:09:51 Progress (1): 584/636 kB error 03-Jan-2023 03:09:51 Progress (1): 588/636 kB error 03-Jan-2023 03:09:51 Progress (1): 592/636 kB error 03-Jan-2023 03:09:51 Progress (1): 596/636 kB error 03-Jan-2023 03:09:51 Progress (1): 600/636 kB error 03-Jan-2023 03:09:51 Progress (1): 604/636 kB error 03-Jan-2023 03:09:51 Progress (1): 608/636 kB error 03-Jan-2023 03:09:51 Progress (1): 612/636 kB error 03-Jan-2023 03:09:51 Progress (1): 616/636 kB error 03-Jan-2023 03:09:51 Progress (1): 619/636 kB error 03-Jan-2023 03:09:51 Progress (1): 623/636 kB error 03-Jan-2023 03:09:51 Progress (1): 627/636 kB error 03-Jan-2023 03:09:51 Progress (1): 631/636 kB error 03-Jan-2023 03:09:51 Progress (1): 636/636 kB error 03-Jan-2023 03:09:51 Progress (1): 636 kB error 03-Jan-2023 03:09:51 error 03-Jan-2023 03:09:51 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/dbunit/dbunit/2.7.2/dbunit-2.7.2.jar (636 kB at 118 kB/s) error 03-Jan-2023 03:09:51 #21 33.62 [INFO] error 03-Jan-2023 03:09:51 #21 33.62 [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ referenceapplication-package --- error 03-Jan-2023 03:09:51 #21 33.63 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-core/2.0.6/maven-core-2.0.6.pom error 03-Jan-2023 03:09:51 #21 33.75 Progress (1): 3.4/6.7 kB error 03-Jan-2023 03:09:51 Progress (1): 6.2/6.7 kB error 03-Jan-2023 03:09:51 Progress (1): 6.7 kB error 03-Jan-2023 03:09:51 error 03-Jan-2023 03:09:51 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-core/2.0.6/maven-core-2.0.6.pom (6.7 kB at 29 kB/s) error 03-Jan-2023 03:09:51 #21 33.87 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-plugin-parameter-documenter/2.0.6/maven-plugin-parameter-documenter-2.0.6.pom error 03-Jan-2023 03:09:51 #21 33.98 Progress (1): 1.9 kB error 03-Jan-2023 03:09:51 error 03-Jan-2023 03:09:51 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-plugin-parameter-documenter/2.0.6/maven-plugin-parameter-documenter-2.0.6.pom (1.9 kB at 8.3 kB/s) error 03-Jan-2023 03:09:51 #21 34.11 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/reporting/maven-reporting-api/2.0.6/maven-reporting-api-2.0.6.pom error 03-Jan-2023 03:09:51 #21 34.23 Progress (1): 1.8 kB error 03-Jan-2023 03:09:51 error 03-Jan-2023 03:09:51 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/reporting/maven-reporting-api/2.0.6/maven-reporting-api-2.0.6.pom (1.8 kB at 7.6 kB/s) error 03-Jan-2023 03:09:51 #21 34.35 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/reporting/maven-reporting/2.0.6/maven-reporting-2.0.6.pom error 03-Jan-2023 03:09:51 #21 34.47 Progress (1): 1.4 kB error 03-Jan-2023 03:09:52 error 03-Jan-2023 03:09:52 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/reporting/maven-reporting/2.0.6/maven-reporting-2.0.6.pom (1.4 kB at 6.2 kB/s) error 03-Jan-2023 03:09:52 #21 34.59 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-7/doxia-sink-api-1.0-alpha-7.pom error 03-Jan-2023 03:09:52 #21 34.71 Progress (1): 424 B error 03-Jan-2023 03:09:52 error 03-Jan-2023 03:09:52 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-7/doxia-sink-api-1.0-alpha-7.pom (424 B at 1.8 kB/s) error 03-Jan-2023 03:09:52 #21 34.83 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/doxia/doxia/1.0-alpha-7/doxia-1.0-alpha-7.pom error 03-Jan-2023 03:09:52 #21 34.95 Progress (1): 3.4/3.9 kB error 03-Jan-2023 03:09:52 Progress (1): 3.9 kB error 03-Jan-2023 03:09:52 error 03-Jan-2023 03:09:52 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/doxia/doxia/1.0-alpha-7/doxia-1.0-alpha-7.pom (3.9 kB at 17 kB/s) error 03-Jan-2023 03:09:52 #21 35.07 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-error-diagnostics/2.0.6/maven-error-diagnostics-2.0.6.pom error 03-Jan-2023 03:09:52 #21 35.19 Progress (1): 1.7 kB error 03-Jan-2023 03:09:52 error 03-Jan-2023 03:09:52 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-error-diagnostics/2.0.6/maven-error-diagnostics-2.0.6.pom (1.7 kB at 7.1 kB/s) error 03-Jan-2023 03:09:52 #21 35.32 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/commons-cli/commons-cli/1.0/commons-cli-1.0.pom error 03-Jan-2023 03:09:52 #21 35.45 Progress (1): 2.1 kB error 03-Jan-2023 03:09:53 error 03-Jan-2023 03:09:53 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/commons-cli/commons-cli/1.0/commons-cli-1.0.pom (2.1 kB at 8.6 kB/s) error 03-Jan-2023 03:09:53 #21 35.57 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-plugin-descriptor/2.0.6/maven-plugin-descriptor-2.0.6.pom error 03-Jan-2023 03:09:53 #21 35.68 Progress (1): 2.0 kB error 03-Jan-2023 03:09:53 error 03-Jan-2023 03:09:53 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-plugin-descriptor/2.0.6/maven-plugin-descriptor-2.0.6.pom (2.0 kB at 8.5 kB/s) error 03-Jan-2023 03:09:53 #21 35.81 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-monitor/2.0.6/maven-monitor-2.0.6.pom error 03-Jan-2023 03:09:53 #21 35.93 Progress (1): 1.3 kB error 03-Jan-2023 03:09:53 error 03-Jan-2023 03:09:53 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-monitor/2.0.6/maven-monitor-2.0.6.pom (1.3 kB at 5.4 kB/s) error 03-Jan-2023 03:09:53 #21 36.06 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/shared/maven-filtering/1.1/maven-filtering-1.1.pom error 03-Jan-2023 03:09:53 #21 36.18 Progress (1): 3.4/5.8 kB error 03-Jan-2023 03:09:53 Progress (1): 5.8 kB error 03-Jan-2023 03:09:53 error 03-Jan-2023 03:09:53 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/shared/maven-filtering/1.1/maven-filtering-1.1.pom (5.8 kB at 24 kB/s) error 03-Jan-2023 03:09:53 #21 36.38 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-core/2.0.6/maven-core-2.0.6.jar error 03-Jan-2023 03:09:53 #21 36.40 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-plugin-parameter-documenter/2.0.6/maven-plugin-parameter-documenter-2.0.6.jar error 03-Jan-2023 03:09:53 #21 36.44 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-7/doxia-sink-api-1.0-alpha-7.jar error 03-Jan-2023 03:09:53 #21 36.45 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/reporting/maven-reporting-api/2.0.6/maven-reporting-api-2.0.6.jar error 03-Jan-2023 03:09:53 #21 36.45 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-error-diagnostics/2.0.6/maven-error-diagnostics-2.0.6.jar error 03-Jan-2023 03:09:53 #21 36.51 Progress (1): 3.4/152 kB error 03-Jan-2023 03:09:54 Progress (1): 6.2/152 kB error 03-Jan-2023 03:09:54 Progress (1): 9.0/152 kB error 03-Jan-2023 03:09:54 Progress (1): 12/152 kB error 03-Jan-2023 03:09:54 Progress (1): 15/152 kB error 03-Jan-2023 03:09:54 Progress (1): 17/152 kB error 03-Jan-2023 03:09:54 Progress (1): 20/152 kB error 03-Jan-2023 03:09:54 Progress (1): 23/152 kB error 03-Jan-2023 03:09:54 Progress (1): 26/152 kB error 03-Jan-2023 03:09:54 Progress (1): 29/152 kB error 03-Jan-2023 03:09:54 Progress (1): 31/152 kB error 03-Jan-2023 03:09:54 Progress (1): 34/152 kB error 03-Jan-2023 03:09:54 Progress (1): 37/152 kB error 03-Jan-2023 03:09:54 Progress (1): 40/152 kB error 03-Jan-2023 03:09:54 Progress (1): 43/152 kB error 03-Jan-2023 03:09:54 Progress (1): 45/152 kB error 03-Jan-2023 03:09:54 Progress (1): 48/152 kB error 03-Jan-2023 03:09:54 Progress (1): 51/152 kB error 03-Jan-2023 03:09:54 Progress (1): 54/152 kB error 03-Jan-2023 03:09:54 Progress (1): 57/152 kB error 03-Jan-2023 03:09:54 Progress (1): 59/152 kB error 03-Jan-2023 03:09:54 Progress (1): 62/152 kB error 03-Jan-2023 03:09:54 Progress (1): 65/152 kB error 03-Jan-2023 03:09:54 Progress (1): 68/152 kB error 03-Jan-2023 03:09:54 Progress (1): 71/152 kB error 03-Jan-2023 03:09:54 Progress (1): 73/152 kB error 03-Jan-2023 03:09:54 Progress (1): 76/152 kB error 03-Jan-2023 03:09:54 Progress (1): 79/152 kB error 03-Jan-2023 03:09:54 Progress (1): 82/152 kB error 03-Jan-2023 03:09:54 Progress (1): 85/152 kB error 03-Jan-2023 03:09:54 Progress (1): 87/152 kB error 03-Jan-2023 03:09:54 Progress (1): 90/152 kB error 03-Jan-2023 03:09:54 Progress (1): 93/152 kB error 03-Jan-2023 03:09:54 Progress (1): 96/152 kB error 03-Jan-2023 03:09:54 Progress (1): 99/152 kB error 03-Jan-2023 03:09:54 Progress (1): 101/152 kB error 03-Jan-2023 03:09:54 Progress (1): 104/152 kB error 03-Jan-2023 03:09:54 Progress (1): 107/152 kB error 03-Jan-2023 03:09:54 Progress (1): 110/152 kB error 03-Jan-2023 03:09:54 Progress (1): 113/152 kB error 03-Jan-2023 03:09:54 Progress (2): 113/152 kB | 3.3/21 kB error 03-Jan-2023 03:09:54 Progress (2): 113/152 kB | 6.1/21 kB error 03-Jan-2023 03:09:54 Progress (2): 113/152 kB | 8.9/21 kB error 03-Jan-2023 03:09:54 Progress (2): 113/152 kB | 12/21 kB error 03-Jan-2023 03:09:54 Progress (2): 113/152 kB | 15/21 kB error 03-Jan-2023 03:09:54 Progress (2): 113/152 kB | 17/21 kB error 03-Jan-2023 03:09:54 Progress (2): 113/152 kB | 20/21 kB error 03-Jan-2023 03:09:54 Progress (2): 113/152 kB | 21 kB error 03-Jan-2023 03:09:54 Progress (2): 115/152 kB | 21 kB error 03-Jan-2023 03:09:54 Progress (2): 118/152 kB | 21 kB error 03-Jan-2023 03:09:54 Progress (2): 121/152 kB | 21 kB error 03-Jan-2023 03:09:54 Progress (2): 124/152 kB | 21 kB error 03-Jan-2023 03:09:54 Progress (2): 127/152 kB | 21 kB error 03-Jan-2023 03:09:54 Progress (2): 129/152 kB | 21 kB error 03-Jan-2023 03:09:54 Progress (2): 132/152 kB | 21 kB error 03-Jan-2023 03:09:54 Progress (2): 135/152 kB | 21 kB error 03-Jan-2023 03:09:54 Progress (2): 137/152 kB | 21 kB error 03-Jan-2023 03:09:54 Progress (2): 140/152 kB | 21 kB error 03-Jan-2023 03:09:54 Progress (2): 143/152 kB | 21 kB error 03-Jan-2023 03:09:54 Progress (2): 146/152 kB | 21 kB error 03-Jan-2023 03:09:54 Progress (2): 149/152 kB | 21 kB error 03-Jan-2023 03:09:54 Progress (2): 151/152 kB | 21 kB error 03-Jan-2023 03:09:54 Progress (3): 151/152 kB | 21 kB | 3.4/9.9 kB error 03-Jan-2023 03:09:54 Progress (3): 151/152 kB | 21 kB | 6.2/9.9 kB error 03-Jan-2023 03:09:54 Progress (3): 151/152 kB | 21 kB | 9.0/9.9 kB error 03-Jan-2023 03:09:54 Progress (3): 151/152 kB | 21 kB | 9.9 kB error 03-Jan-2023 03:09:54 Progress (3): 152 kB | 21 kB | 9.9 kB error 03-Jan-2023 03:09:54 Progress (4): 152 kB | 21 kB | 9.9 kB | 3.4/5.9 kB error 03-Jan-2023 03:09:54 Progress (4): 152 kB | 21 kB | 9.9 kB | 5.9 kB error 03-Jan-2023 03:09:54 Progress (5): 152 kB | 21 kB | 9.9 kB | 5.9 kB | 3.4/14 kB error 03-Jan-2023 03:09:54 Progress (5): 152 kB | 21 kB | 9.9 kB | 5.9 kB | 6.2/14 kB error 03-Jan-2023 03:09:54 Progress (5): 152 kB | 21 kB | 9.9 kB | 5.9 kB | 9.0/14 kB error 03-Jan-2023 03:09:54 Progress (5): 152 kB | 21 kB | 9.9 kB | 5.9 kB | 12/14 kB error 03-Jan-2023 03:09:54 Progress (5): 152 kB | 21 kB | 9.9 kB | 5.9 kB | 14 kB error 03-Jan-2023 03:09:54 error 03-Jan-2023 03:09:54 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-plugin-parameter-documenter/2.0.6/maven-plugin-parameter-documenter-2.0.6.jar (21 kB at 70 kB/s) error 03-Jan-2023 03:09:54 #21 36.67 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/commons-cli/commons-cli/1.0/commons-cli-1.0.jar error 03-Jan-2023 03:09:54 #21 36.69 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/reporting/maven-reporting-api/2.0.6/maven-reporting-api-2.0.6.jar (9.9 kB at 34 kB/s) error 03-Jan-2023 03:09:54 #21 36.69 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-plugin-descriptor/2.0.6/maven-plugin-descriptor-2.0.6.jar error 03-Jan-2023 03:09:54 #21 36.69 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-core/2.0.6/maven-core-2.0.6.jar (152 kB at 461 kB/s) error 03-Jan-2023 03:09:54 #21 36.69 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/classworlds/classworlds/1.1/classworlds-1.1.jar error 03-Jan-2023 03:09:54 #21 36.71 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-7/doxia-sink-api-1.0-alpha-7.jar (5.9 kB at 21 kB/s) error 03-Jan-2023 03:09:54 #21 36.71 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-monitor/2.0.6/maven-monitor-2.0.6.jar error 03-Jan-2023 03:09:54 #21 36.72 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-error-diagnostics/2.0.6/maven-error-diagnostics-2.0.6.jar (14 kB at 48 kB/s) error 03-Jan-2023 03:09:54 #21 36.72 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/shared/maven-filtering/1.1/maven-filtering-1.1.jar error 03-Jan-2023 03:09:54 #21 36.79 Progress (1): 3.4/30 kB error 03-Jan-2023 03:09:54 Progress (1): 6.2/30 kB error 03-Jan-2023 03:09:54 Progress (1): 9.0/30 kB error 03-Jan-2023 03:09:54 Progress (1): 12/30 kB error 03-Jan-2023 03:09:54 Progress (1): 15/30 kB error 03-Jan-2023 03:09:54 Progress (1): 17/30 kB error 03-Jan-2023 03:09:54 Progress (1): 20/30 kB error 03-Jan-2023 03:09:54 Progress (1): 23/30 kB error 03-Jan-2023 03:09:54 Progress (1): 26/30 kB error 03-Jan-2023 03:09:54 Progress (1): 29/30 kB error 03-Jan-2023 03:09:54 Progress (1): 30 kB error 03-Jan-2023 03:09:54 Progress (2): 30 kB | 3.4/38 kB error 03-Jan-2023 03:09:54 Progress (2): 30 kB | 6.2/38 kB error 03-Jan-2023 03:09:54 Progress (3): 30 kB | 6.2/38 kB | 3.4/37 kB error 03-Jan-2023 03:09:54 Progress (3): 30 kB | 6.2/38 kB | 6.2/37 kB error 03-Jan-2023 03:09:54 Progress (3): 30 kB | 9.0/38 kB | 6.2/37 kB error 03-Jan-2023 03:09:54 Progress (3): 30 kB | 9.0/38 kB | 9.0/37 kB error 03-Jan-2023 03:09:54 Progress (3): 30 kB | 12/38 kB | 9.0/37 kB error 03-Jan-2023 03:09:54 Progress (3): 30 kB | 15/38 kB | 9.0/37 kB error 03-Jan-2023 03:09:54 Progress (3): 30 kB | 15/38 kB | 12/37 kB error 03-Jan-2023 03:09:54 Progress (3): 30 kB | 15/38 kB | 15/37 kB error 03-Jan-2023 03:09:54 Progress (3): 30 kB | 17/38 kB | 15/37 kB error 03-Jan-2023 03:09:54 Progress (3): 30 kB | 17/38 kB | 17/37 kB error 03-Jan-2023 03:09:54 Progress (3): 30 kB | 20/38 kB | 17/37 kB error 03-Jan-2023 03:09:54 Progress (3): 30 kB | 20/38 kB | 20/37 kB error 03-Jan-2023 03:09:54 Progress (3): 30 kB | 23/38 kB | 20/37 kB error 03-Jan-2023 03:09:54 Progress (3): 30 kB | 23/38 kB | 23/37 kB error 03-Jan-2023 03:09:54 Progress (3): 30 kB | 26/38 kB | 23/37 kB error 03-Jan-2023 03:09:54 Progress (3): 30 kB | 26/38 kB | 26/37 kB error 03-Jan-2023 03:09:54 Progress (3): 30 kB | 29/38 kB | 26/37 kB error 03-Jan-2023 03:09:54 Progress (3): 30 kB | 29/38 kB | 29/37 kB error 03-Jan-2023 03:09:54 Progress (3): 30 kB | 31/38 kB | 29/37 kB error 03-Jan-2023 03:09:54 Progress (3): 30 kB | 31/38 kB | 31/37 kB error 03-Jan-2023 03:09:54 Progress (3): 30 kB | 34/38 kB | 31/37 kB error 03-Jan-2023 03:09:54 Progress (3): 30 kB | 34/38 kB | 34/37 kB error 03-Jan-2023 03:09:54 Progress (3): 30 kB | 37/38 kB | 34/37 kB error 03-Jan-2023 03:09:54 Progress (3): 30 kB | 37/38 kB | 37 kB error 03-Jan-2023 03:09:54 Progress (3): 30 kB | 38 kB | 37 kB error 03-Jan-2023 03:09:54 Progress (4): 30 kB | 38 kB | 37 kB | 3.4/10 kB error 03-Jan-2023 03:09:54 Progress (5): 30 kB | 38 kB | 37 kB | 3.4/10 kB | 3.4/43 kB error 03-Jan-2023 03:09:54 Progress (5): 30 kB | 38 kB | 37 kB | 3.4/10 kB | 6.2/43 kB error 03-Jan-2023 03:09:54 Progress (5): 30 kB | 38 kB | 37 kB | 3.4/10 kB | 9.0/43 kB error 03-Jan-2023 03:09:54 Progress (5): 30 kB | 38 kB | 37 kB | 3.4/10 kB | 12/43 kB error 03-Jan-2023 03:09:54 Progress (5): 30 kB | 38 kB | 37 kB | 3.4/10 kB | 15/43 kB error 03-Jan-2023 03:09:54 Progress (5): 30 kB | 38 kB | 37 kB | 3.4/10 kB | 17/43 kB error 03-Jan-2023 03:09:54 Progress (5): 30 kB | 38 kB | 37 kB | 3.4/10 kB | 20/43 kB error 03-Jan-2023 03:09:54 Progress (5): 30 kB | 38 kB | 37 kB | 3.4/10 kB | 23/43 kB error 03-Jan-2023 03:09:54 Progress (5): 30 kB | 38 kB | 37 kB | 3.4/10 kB | 26/43 kB error 03-Jan-2023 03:09:54 Progress (5): 30 kB | 38 kB | 37 kB | 3.4/10 kB | 29/43 kB error 03-Jan-2023 03:09:54 Progress (5): 30 kB | 38 kB | 37 kB | 3.4/10 kB | 31/43 kB error 03-Jan-2023 03:09:54 Progress (5): 30 kB | 38 kB | 37 kB | 3.4/10 kB | 34/43 kB error 03-Jan-2023 03:09:54 Progress (5): 30 kB | 38 kB | 37 kB | 6.2/10 kB | 34/43 kB error 03-Jan-2023 03:09:54 Progress (5): 30 kB | 38 kB | 37 kB | 9.0/10 kB | 34/43 kB error 03-Jan-2023 03:09:54 Progress (5): 30 kB | 38 kB | 37 kB | 10 kB | 34/43 kB error 03-Jan-2023 03:09:54 Progress (5): 30 kB | 38 kB | 37 kB | 10 kB | 37/43 kB error 03-Jan-2023 03:09:54 Progress (5): 30 kB | 38 kB | 37 kB | 10 kB | 40/43 kB error 03-Jan-2023 03:09:54 Progress (5): 30 kB | 38 kB | 37 kB | 10 kB | 43/43 kB error 03-Jan-2023 03:09:54 Progress (5): 30 kB | 38 kB | 37 kB | 10 kB | 43 kB error 03-Jan-2023 03:09:54 error 03-Jan-2023 03:09:54 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/commons-cli/commons-cli/1.0/commons-cli-1.0.jar (30 kB at 65 kB/s) error 03-Jan-2023 03:09:54 #21 36.94 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-plugin-descriptor/2.0.6/maven-plugin-descriptor-2.0.6.jar (37 kB at 74 kB/s) error 03-Jan-2023 03:09:54 #21 36.95 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/classworlds/classworlds/1.1/classworlds-1.1.jar (38 kB at 75 kB/s) error 03-Jan-2023 03:09:54 #21 36.97 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/shared/maven-filtering/1.1/maven-filtering-1.1.jar (43 kB at 83 kB/s) error 03-Jan-2023 03:09:54 #21 36.97 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-monitor/2.0.6/maven-monitor-2.0.6.jar (10 kB at 20 kB/s) error 03-Jan-2023 03:09:54 #21 37.08 [INFO] Using 'UTF-8' encoding to copy filtered resources. error 03-Jan-2023 03:09:54 #21 37.09 [INFO] Copying 1 resource error 03-Jan-2023 03:09:54 #21 37.11 [INFO] Copying 2 resources error 03-Jan-2023 03:09:54 #21 37.21 [INFO] skip non existing resourceDirectory /app/package/src/main/webapp error 03-Jan-2023 03:09:54 #21 37.23 [INFO] error 03-Jan-2023 03:09:54 #21 37.23 [INFO] --- openmrs-sdk-maven-plugin:4.5.0:build-distro (build-distro) @ referenceapplication-package --- error 03-Jan-2023 03:09:57 #21 40.01 Jan 03, 2023 3:09:57 AM org.jline.utils.Log logr error 03-Jan-2023 03:09:57 #21 40.01 WARNING: Unable to create a system terminal, creating a dumb terminal (enable debug logging for more information) error 03-Jan-2023 03:09:57 #21 40.31 error 03-Jan-2023 03:09:57 #21 40.31 Downloading modules... error 03-Jan-2023 03:09:57 #21 40.31 error 03-Jan-2023 03:09:57 #21 40.32 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/plugins/maven-dependency-plugin/3.2.0/maven-dependency-plugin-3.2.0.pom error 03-Jan-2023 03:09:58 #21 40.45 Progress (1): 3.3/18 kB error 03-Jan-2023 03:09:58 Progress (1): 6.1/18 kB error 03-Jan-2023 03:09:58 Progress (1): 8.9/18 kB error 03-Jan-2023 03:09:58 Progress (1): 12/18 kB error 03-Jan-2023 03:09:58 Progress (1): 14/18 kB error 03-Jan-2023 03:09:58 Progress (1): 17/18 kB error 03-Jan-2023 03:09:58 Progress (1): 18 kB error 03-Jan-2023 03:09:58 error 03-Jan-2023 03:09:58 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/plugins/maven-dependency-plugin/3.2.0/maven-dependency-plugin-3.2.0.pom (18 kB at 75 kB/s) error 03-Jan-2023 03:09:58 #21 40.56 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/plugins/maven-dependency-plugin/3.2.0/maven-dependency-plugin-3.2.0.jar error 03-Jan-2023 03:09:58 #21 41.26 Progress (1): 4.1/205 kB error 03-Jan-2023 03:09:58 Progress (1): 8.2/205 kB error 03-Jan-2023 03:09:58 Progress (1): 12/205 kB error 03-Jan-2023 03:09:58 Progress (1): 16/205 kB error 03-Jan-2023 03:09:58 Progress (1): 19/205 kB error 03-Jan-2023 03:09:58 Progress (1): 23/205 kB error 03-Jan-2023 03:09:58 Progress (1): 27/205 kB error 03-Jan-2023 03:09:58 Progress (1): 31/205 kB error 03-Jan-2023 03:09:58 Progress (1): 34/205 kB error 03-Jan-2023 03:09:58 Progress (1): 38/205 kB error 03-Jan-2023 03:09:58 Progress (1): 42/205 kB error 03-Jan-2023 03:09:58 Progress (1): 46/205 kB error 03-Jan-2023 03:09:58 Progress (1): 51/205 kB error 03-Jan-2023 03:09:58 Progress (1): 55/205 kB error 03-Jan-2023 03:09:59 Progress (1): 59/205 kB error 03-Jan-2023 03:09:59 Progress (1): 63/205 kB error 03-Jan-2023 03:09:59 Progress (1): 67/205 kB error 03-Jan-2023 03:09:59 Progress (1): 69/205 kB error 03-Jan-2023 03:09:59 Progress (1): 73/205 kB error 03-Jan-2023 03:09:59 Progress (1): 77/205 kB error 03-Jan-2023 03:09:59 Progress (1): 81/205 kB error 03-Jan-2023 03:09:59 Progress (1): 85/205 kB error 03-Jan-2023 03:09:59 Progress (1): 89/205 kB error 03-Jan-2023 03:09:59 Progress (1): 94/205 kB error 03-Jan-2023 03:09:59 Progress (1): 98/205 kB error 03-Jan-2023 03:09:59 Progress (1): 102/205 kB error 03-Jan-2023 03:09:59 Progress (1): 104/205 kB error 03-Jan-2023 03:09:59 Progress (1): 108/205 kB error 03-Jan-2023 03:09:59 Progress (1): 112/205 kB error 03-Jan-2023 03:09:59 Progress (1): 116/205 kB error 03-Jan-2023 03:09:59 Progress (1): 120/205 kB error 03-Jan-2023 03:09:59 Progress (1): 124/205 kB error 03-Jan-2023 03:09:59 Progress (1): 128/205 kB error 03-Jan-2023 03:09:59 Progress (1): 132/205 kB error 03-Jan-2023 03:09:59 Progress (1): 137/205 kB error 03-Jan-2023 03:09:59 Progress (1): 139/205 kB error 03-Jan-2023 03:09:59 Progress (1): 143/205 kB error 03-Jan-2023 03:09:59 Progress (1): 147/205 kB error 03-Jan-2023 03:09:59 Progress (1): 151/205 kB error 03-Jan-2023 03:09:59 Progress (1): 155/205 kB error 03-Jan-2023 03:09:59 Progress (1): 159/205 kB error 03-Jan-2023 03:09:59 Progress (1): 163/205 kB error 03-Jan-2023 03:09:59 Progress (1): 167/205 kB error 03-Jan-2023 03:09:59 Progress (1): 171/205 kB error 03-Jan-2023 03:09:59 Progress (1): 173/205 kB error 03-Jan-2023 03:09:59 Progress (1): 177/205 kB error 03-Jan-2023 03:09:59 Progress (1): 182/205 kB error 03-Jan-2023 03:09:59 Progress (1): 186/205 kB error 03-Jan-2023 03:09:59 Progress (1): 190/205 kB error 03-Jan-2023 03:09:59 Progress (1): 194/205 kB error 03-Jan-2023 03:09:59 Progress (1): 198/205 kB error 03-Jan-2023 03:09:59 Progress (1): 202/205 kB error 03-Jan-2023 03:09:59 Progress (1): 205 kB error 03-Jan-2023 03:09:59 error 03-Jan-2023 03:09:59 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/plugins/maven-dependency-plugin/3.2.0/maven-dependency-plugin-3.2.0.jar (205 kB at 182 kB/s) error 03-Jan-2023 03:09:59 #21 41.73 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-artifact/3.1.1/maven-artifact-3.1.1.pom error 03-Jan-2023 03:09:59 #21 41.84 Progress (1): 2.0 kB error 03-Jan-2023 03:09:59 error 03-Jan-2023 03:09:59 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-artifact/3.1.1/maven-artifact-3.1.1.pom (2.0 kB at 8.5 kB/s) error 03-Jan-2023 03:09:59 #21 41.96 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven/3.1.1/maven-3.1.1.pom error 03-Jan-2023 03:09:59 #21 42.07 Progress (1): 3.4/22 kB error 03-Jan-2023 03:09:59 Progress (1): 6.2/22 kB error 03-Jan-2023 03:09:59 Progress (1): 9.0/22 kB error 03-Jan-2023 03:09:59 Progress (1): 12/22 kB error 03-Jan-2023 03:09:59 Progress (1): 15/22 kB error 03-Jan-2023 03:09:59 Progress (1): 17/22 kB error 03-Jan-2023 03:09:59 Progress (1): 20/22 kB error 03-Jan-2023 03:09:59 Progress (1): 22 kB error 03-Jan-2023 03:09:59 error 03-Jan-2023 03:09:59 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven/3.1.1/maven-3.1.1.pom (22 kB at 96 kB/s) error 03-Jan-2023 03:09:59 #21 42.21 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-plugin-api/3.1.1/maven-plugin-api-3.1.1.pom error 03-Jan-2023 03:09:59 #21 42.32 Progress (1): 3.4 kB error 03-Jan-2023 03:10:00 error 03-Jan-2023 03:10:00 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-plugin-api/3.1.1/maven-plugin-api-3.1.1.pom (3.4 kB at 15 kB/s) error 03-Jan-2023 03:10:00 #21 42.43 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-model/3.1.1/maven-model-3.1.1.pom error 03-Jan-2023 03:10:00 #21 42.55 Progress (1): 3.4/4.1 kB error 03-Jan-2023 03:10:00 Progress (1): 4.1 kB error 03-Jan-2023 03:10:00 error 03-Jan-2023 03:10:00 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-model/3.1.1/maven-model-3.1.1.pom (4.1 kB at 18 kB/s) error 03-Jan-2023 03:10:00 #21 42.67 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/eclipse/sisu/org.eclipse.sisu.plexus/0.0.0.M5/org.eclipse.sisu.plexus-0.0.0.M5.pom error 03-Jan-2023 03:10:00 #21 42.78 Progress (1): 3.4/4.8 kB error 03-Jan-2023 03:10:00 Progress (1): 4.8 kB error 03-Jan-2023 03:10:00 error 03-Jan-2023 03:10:00 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/eclipse/sisu/org.eclipse.sisu.plexus/0.0.0.M5/org.eclipse.sisu.plexus-0.0.0.M5.pom (4.8 kB at 20 kB/s) error 03-Jan-2023 03:10:00 #21 42.90 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/eclipse/sisu/sisu-plexus/0.0.0.M5/sisu-plexus-0.0.0.M5.pom error 03-Jan-2023 03:10:00 #21 43.02 Progress (1): 3.4/13 kB error 03-Jan-2023 03:10:00 Progress (1): 6.2/13 kB error 03-Jan-2023 03:10:00 Progress (1): 9.0/13 kB error 03-Jan-2023 03:10:00 Progress (1): 12/13 kB error 03-Jan-2023 03:10:00 Progress (1): 13 kB error 03-Jan-2023 03:10:00 error 03-Jan-2023 03:10:00 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/eclipse/sisu/sisu-plexus/0.0.0.M5/sisu-plexus-0.0.0.M5.pom (13 kB at 58 kB/s) error 03-Jan-2023 03:10:00 #21 43.15 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/eclipse/sisu/org.eclipse.sisu.inject/0.0.0.M5/org.eclipse.sisu.inject-0.0.0.M5.pom error 03-Jan-2023 03:10:00 #21 43.26 Progress (1): 2.5 kB error 03-Jan-2023 03:10:00 error 03-Jan-2023 03:10:00 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/eclipse/sisu/org.eclipse.sisu.inject/0.0.0.M5/org.eclipse.sisu.inject-0.0.0.M5.pom (2.5 kB at 11 kB/s) error 03-Jan-2023 03:10:00 #21 43.38 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/eclipse/sisu/sisu-inject/0.0.0.M5/sisu-inject-0.0.0.M5.pom error 03-Jan-2023 03:10:00 #21 43.49 Progress (1): 3.4/14 kB error 03-Jan-2023 03:10:01 Progress (1): 6.2/14 kB error 03-Jan-2023 03:10:01 Progress (1): 9.0/14 kB error 03-Jan-2023 03:10:01 Progress (1): 12/14 kB error 03-Jan-2023 03:10:01 Progress (1): 14 kB error 03-Jan-2023 03:10:01 error 03-Jan-2023 03:10:01 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/eclipse/sisu/sisu-inject/0.0.0.M5/sisu-inject-0.0.0.M5.pom (14 kB at 62 kB/s) error 03-Jan-2023 03:10:01 #21 43.63 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-core/3.1.1/maven-core-3.1.1.pom error 03-Jan-2023 03:10:01 #21 43.75 Progress (1): 3.4/7.3 kB error 03-Jan-2023 03:10:01 Progress (1): 6.2/7.3 kB error 03-Jan-2023 03:10:01 Progress (1): 7.3 kB error 03-Jan-2023 03:10:01 error 03-Jan-2023 03:10:01 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-core/3.1.1/maven-core-3.1.1.pom (7.3 kB at 31 kB/s) error 03-Jan-2023 03:10:01 #21 43.87 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-settings/3.1.1/maven-settings-3.1.1.pom error 03-Jan-2023 03:10:01 #21 43.98 Progress (1): 2.2 kB error 03-Jan-2023 03:10:01 error 03-Jan-2023 03:10:01 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-settings/3.1.1/maven-settings-3.1.1.pom (2.2 kB at 9.4 kB/s) error 03-Jan-2023 03:10:01 #21 44.10 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-settings-builder/3.1.1/maven-settings-builder-3.1.1.pom error 03-Jan-2023 03:10:01 #21 44.21 Progress (1): 2.6 kB error 03-Jan-2023 03:10:01 error 03-Jan-2023 03:10:01 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-settings-builder/3.1.1/maven-settings-builder-3.1.1.pom (2.6 kB at 11 kB/s) error 03-Jan-2023 03:10:01 #21 44.33 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/codehaus/plexus/plexus-interpolation/1.19/plexus-interpolation-1.19.pom error 03-Jan-2023 03:10:01 #21 44.45 Progress (1): 1.0 kB error 03-Jan-2023 03:10:02 error 03-Jan-2023 03:10:02 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/codehaus/plexus/plexus-interpolation/1.19/plexus-interpolation-1.19.pom (1.0 kB at 4.5 kB/s) error 03-Jan-2023 03:10:02 #21 44.57 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-repository-metadata/3.1.1/maven-repository-metadata-3.1.1.pom error 03-Jan-2023 03:10:02 #21 44.69 Progress (1): 2.2 kB error 03-Jan-2023 03:10:02 #21 ... error 03-Jan-2023 03:10:02 error 03-Jan-2023 03:10:02 #18 [linux/arm64 dev 4/4] RUN mvn -s /usr/share/maven/ref/settings-docker.xml install error 03-Jan-2023 03:10:02 #18 35.12 Progress (1): 3.3/5.8 kB error 03-Jan-2023 03:10:02 Progress (1): 5.8 kB error 03-Jan-2023 03:10:02 error 03-Jan-2023 03:10:02 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/plugins/maven-jar-plugin/2.4/maven-jar-plugin-2.4.pom (5.8 kB at 780 B/s) error 03-Jan-2023 03:10:02 #18 35.81 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/plugins/maven-jar-plugin/2.4/maven-jar-plugin-2.4.jar error 03-Jan-2023 03:10:02 #18 36.09 Progress (1): 3.3/34 kB error 03-Jan-2023 03:10:02 Progress (1): 6.1/34 kB error 03-Jan-2023 03:10:02 Progress (1): 8.9/34 kB error 03-Jan-2023 03:10:02 Progress (1): 12/34 kB error 03-Jan-2023 03:10:02 Progress (1): 15/34 kB error 03-Jan-2023 03:10:02 Progress (1): 17/34 kB error 03-Jan-2023 03:10:02 Progress (1): 20/34 kB error 03-Jan-2023 03:10:02 Progress (1): 23/34 kB error 03-Jan-2023 03:10:02 Progress (1): 26/34 kB error 03-Jan-2023 03:10:02 Progress (1): 29/34 kB error 03-Jan-2023 03:10:02 Progress (1): 31/34 kB error 03-Jan-2023 03:10:02 Progress (1): 34 kB error 03-Jan-2023 03:10:02 error 03-Jan-2023 03:10:02 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/plugins/maven-jar-plugin/2.4/maven-jar-plugin-2.4.jar (34 kB at 49 kB/s) error 03-Jan-2023 03:10:02 #18 37.11 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/plugins/maven-resources-plugin/2.6/maven-resources-plugin-2.6.pom error 03-Jan-2023 03:10:02 #18 37.72 Progress (1): 3.4/8.1 kB error 03-Jan-2023 03:10:02 Progress (1): 6.2/8.1 kB error 03-Jan-2023 03:10:02 Progress (1): 8.1 kB error 03-Jan-2023 03:10:02 error 03-Jan-2023 03:10:02 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/plugins/maven-resources-plugin/2.6/maven-resources-plugin-2.6.pom (8.1 kB at 7.3 kB/s) error 03-Jan-2023 03:10:02 #18 38.74 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/plugins/maven-resources-plugin/2.6/maven-resources-plugin-2.6.jar error 03-Jan-2023 03:10:02 #18 38.96 Progress (1): 3.4/30 kB error 03-Jan-2023 03:10:02 Progress (1): 6.2/30 kB error 03-Jan-2023 03:10:02 Progress (1): 9.0/30 kB error 03-Jan-2023 03:10:02 Progress (1): 12/30 kB error 03-Jan-2023 03:10:02 Progress (1): 15/30 kB error 03-Jan-2023 03:10:02 Progress (1): 17/30 kB error 03-Jan-2023 03:10:02 Progress (1): 20/30 kB error 03-Jan-2023 03:10:02 Progress (1): 23/30 kB error 03-Jan-2023 03:10:02 Progress (1): 26/30 kB error 03-Jan-2023 03:10:02 Progress (1): 29/30 kB error 03-Jan-2023 03:10:02 Progress (1): 30 kB error 03-Jan-2023 03:10:02 error 03-Jan-2023 03:10:02 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/plugins/maven-resources-plugin/2.6/maven-resources-plugin-2.6.jar (30 kB at 49 kB/s) error 03-Jan-2023 03:10:02 #18 40.15 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/plugins/maven-compiler-plugin/3.1/maven-compiler-plugin-3.1.pom error 03-Jan-2023 03:10:02 #18 40.34 Progress (1): 3.3/10 kB error 03-Jan-2023 03:10:02 Progress (1): 6.1/10 kB error 03-Jan-2023 03:10:02 Progress (1): 8.9/10 kB error 03-Jan-2023 03:10:02 Progress (1): 10 kB error 03-Jan-2023 03:10:02 error 03-Jan-2023 03:10:02 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/plugins/maven-compiler-plugin/3.1/maven-compiler-plugin-3.1.pom (10 kB at 23 kB/s) error 03-Jan-2023 03:10:02 #18 40.78 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/plugins/maven-compiler-plugin/3.1/maven-compiler-plugin-3.1.jar error 03-Jan-2023 03:10:02 #18 40.95 Progress (1): 3.3/43 kB error 03-Jan-2023 03:10:02 Progress (1): 6.1/43 kB error 03-Jan-2023 03:10:02 Progress (1): 8.9/43 kB error 03-Jan-2023 03:10:02 Progress (1): 12/43 kB error 03-Jan-2023 03:10:02 Progress (1): 14/43 kB error 03-Jan-2023 03:10:02 Progress (1): 17/43 kB error 03-Jan-2023 03:10:02 Progress (1): 20/43 kB error 03-Jan-2023 03:10:02 Progress (1): 23/43 kB error 03-Jan-2023 03:10:02 Progress (1): 26/43 kB error 03-Jan-2023 03:10:02 Progress (1): 28/43 kB error 03-Jan-2023 03:10:02 Progress (1): 31/43 kB error 03-Jan-2023 03:10:02 Progress (1): 34/43 kB error 03-Jan-2023 03:10:02 Progress (1): 37/43 kB error 03-Jan-2023 03:10:02 Progress (1): 40/43 kB error 03-Jan-2023 03:10:02 Progress (1): 42/43 kB error 03-Jan-2023 03:10:02 Progress (1): 43 kB error 03-Jan-2023 03:10:02 error 03-Jan-2023 03:10:02 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/plugins/maven-compiler-plugin/3.1/maven-compiler-plugin-3.1.jar (43 kB at 94 kB/s) error 03-Jan-2023 03:10:02 #18 41.30 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/plugins/maven-surefire-plugin/2.12/maven-surefire-plugin-2.12.pom error 03-Jan-2023 03:10:02 #18 41.48 Progress (1): 3.4/10 kB error 03-Jan-2023 03:10:02 Progress (1): 6.2/10 kB error 03-Jan-2023 03:10:02 Progress (1): 9.0/10 kB error 03-Jan-2023 03:10:02 Progress (1): 10 kB error 03-Jan-2023 03:10:02 error 03-Jan-2023 03:10:02 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/plugins/maven-surefire-plugin/2.12/maven-surefire-plugin-2.12.pom (10 kB at 27 kB/s) error 03-Jan-2023 03:10:02 #18 41.73 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/surefire/surefire/2.12/surefire-2.12.pom error 03-Jan-2023 03:10:02 #18 41.88 Progress (1): 3.4/11 kB error 03-Jan-2023 03:10:02 Progress (1): 6.2/11 kB error 03-Jan-2023 03:10:02 Progress (1): 9.0/11 kB error 03-Jan-2023 03:10:02 Progress (1): 11 kB error 03-Jan-2023 03:10:02 error 03-Jan-2023 03:10:02 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/surefire/surefire/2.12/surefire-2.12.pom (11 kB at 33 kB/s) error 03-Jan-2023 03:10:02 #18 42.10 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/plugins/maven-surefire-plugin/2.12/maven-surefire-plugin-2.12.jar error 03-Jan-2023 03:10:02 #18 42.25 Progress (1): 3.4/31 kB error 03-Jan-2023 03:10:02 Progress (1): 6.2/31 kB error 03-Jan-2023 03:10:02 Progress (1): 9.0/31 kB error 03-Jan-2023 03:10:02 Progress (1): 12/31 kB error 03-Jan-2023 03:10:02 Progress (1): 15/31 kB error 03-Jan-2023 03:10:02 Progress (1): 17/31 kB error 03-Jan-2023 03:10:02 Progress (1): 20/31 kB error 03-Jan-2023 03:10:02 Progress (1): 23/31 kB error 03-Jan-2023 03:10:02 Progress (1): 26/31 kB error 03-Jan-2023 03:10:02 Progress (1): 29/31 kB error 03-Jan-2023 03:10:02 Progress (1): 31 kB error 03-Jan-2023 03:10:02 error 03-Jan-2023 03:10:02 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/plugins/maven-surefire-plugin/2.12/maven-surefire-plugin-2.12.jar (31 kB at 95 kB/s) error 03-Jan-2023 03:10:02 #18 42.46 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/plugins/maven-assembly-plugin/2.3/maven-assembly-plugin-2.3.pom error 03-Jan-2023 03:10:02 #18 42.60 Progress (1): 3.4/15 kB error 03-Jan-2023 03:10:02 Progress (1): 6.2/15 kB error 03-Jan-2023 03:10:02 Progress (1): 9.0/15 kB error 03-Jan-2023 03:10:02 Progress (1): 12/15 kB error 03-Jan-2023 03:10:02 Progress (1): 15/15 kB error 03-Jan-2023 03:10:02 Progress (1): 15 kB error 03-Jan-2023 03:10:02 error 03-Jan-2023 03:10:02 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/plugins/maven-assembly-plugin/2.3/maven-assembly-plugin-2.3.pom (15 kB at 51 kB/s) error 03-Jan-2023 03:10:02 #18 42.84 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/plugins/maven-assembly-plugin/2.3/maven-assembly-plugin-2.3.jar error 03-Jan-2023 03:10:02 #18 44.10 Progress (1): 4.1/221 kB error 03-Jan-2023 03:10:02 Progress (1): 8.2/221 kB error 03-Jan-2023 03:10:02 Progress (1): 12/221 kB error 03-Jan-2023 03:10:02 Progress (1): 16/221 kB error 03-Jan-2023 03:10:02 Progress (1): 20/221 kB error 03-Jan-2023 03:10:02 Progress (1): 25/221 kB error 03-Jan-2023 03:10:02 Progress (1): 29/221 kB error 03-Jan-2023 03:10:02 Progress (1): 33/221 kB error 03-Jan-2023 03:10:02 Progress (1): 37/221 kB error 03-Jan-2023 03:10:02 Progress (1): 41/221 kB error 03-Jan-2023 03:10:02 Progress (1): 45/221 kB error 03-Jan-2023 03:10:02 Progress (1): 49/221 kB error 03-Jan-2023 03:10:02 Progress (1): 52/221 kB error 03-Jan-2023 03:10:02 Progress (1): 56/221 kB error 03-Jan-2023 03:10:02 Progress (1): 60/221 kB error 03-Jan-2023 03:10:02 Progress (1): 64/221 kB error 03-Jan-2023 03:10:02 Progress (1): 68/221 kB error 03-Jan-2023 03:10:02 Progress (1): 72/221 kB error 03-Jan-2023 03:10:02 Progress (1): 76/221 kB error 03-Jan-2023 03:10:02 Progress (1): 80/221 kB error 03-Jan-2023 03:10:02 Progress (1): 84/221 kB error 03-Jan-2023 03:10:02 Progress (1): 87/221 kB error 03-Jan-2023 03:10:02 Progress (1): 91/221 kB error 03-Jan-2023 03:10:02 Progress (1): 95/221 kB error 03-Jan-2023 03:10:02 Progress (1): 99/221 kB error 03-Jan-2023 03:10:02 Progress (1): 103/221 kB error 03-Jan-2023 03:10:02 Progress (1): 107/221 kB error 03-Jan-2023 03:10:02 Progress (1): 111/221 kB error 03-Jan-2023 03:10:02 Progress (1): 115/221 kB error 03-Jan-2023 03:10:02 Progress (1): 119/221 kB error 03-Jan-2023 03:10:02 Progress (1): 121/221 kB error 03-Jan-2023 03:10:02 Progress (1): 125/221 kB error 03-Jan-2023 03:10:02 Progress (1): 130/221 kB error 03-Jan-2023 03:10:02 Progress (1): 134/221 kB error 03-Jan-2023 03:10:02 Progress (1): 138/221 kB error 03-Jan-2023 03:10:02 Progress (1): 142/221 kB error 03-Jan-2023 03:10:02 Progress (1): 146/221 kB error 03-Jan-2023 03:10:02 Progress (1): 150/221 kB error 03-Jan-2023 03:10:02 Progress (1): 154/221 kB error 03-Jan-2023 03:10:02 Progress (1): 156/221 kB error 03-Jan-2023 03:10:02 Progress (1): 160/221 kB error 03-Jan-2023 03:10:02 Progress (1): 164/221 kB error 03-Jan-2023 03:10:02 Progress (1): 168/221 kB error 03-Jan-2023 03:10:02 Progress (1): 173/221 kB error 03-Jan-2023 03:10:02 Progress (1): 177/221 kB error 03-Jan-2023 03:10:02 Progress (1): 181/221 kB error 03-Jan-2023 03:10:02 Progress (1): 185/221 kB error 03-Jan-2023 03:10:02 Progress (1): 189/221 kB error 03-Jan-2023 03:10:02 Progress (1): 191/221 kB error 03-Jan-2023 03:10:02 Progress (1): 195/221 kB error 03-Jan-2023 03:10:02 Progress (1): 199/221 kB error 03-Jan-2023 03:10:02 Progress (1): 203/221 kB error 03-Jan-2023 03:10:02 Progress (1): 207/221 kB error 03-Jan-2023 03:10:02 Progress (1): 211/221 kB error 03-Jan-2023 03:10:02 Progress (1): 216/221 kB error 03-Jan-2023 03:10:02 Progress (1): 220/221 kB error 03-Jan-2023 03:10:02 Progress (1): 221 kB error 03-Jan-2023 03:10:02 error 03-Jan-2023 03:10:02 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/plugins/maven-assembly-plugin/2.3/maven-assembly-plugin-2.3.jar (221 kB at 121 kB/s) error 03-Jan-2023 03:10:02 #18 44.73 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/codehaus/mojo/build-helper-maven-plugin/3.0.0/build-helper-maven-plugin-3.0.0.pom error 03-Jan-2023 03:10:02 #18 44.90 Progress (1): 3.4/5.8 kB error 03-Jan-2023 03:10:02 Progress (1): 5.8 kB error 03-Jan-2023 03:10:02 error 03-Jan-2023 03:10:02 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/codehaus/mojo/build-helper-maven-plugin/3.0.0/build-helper-maven-plugin-3.0.0.pom (5.8 kB at 14 kB/s) error 03-Jan-2023 03:10:02 #18 ... error 03-Jan-2023 03:10:02 error 03-Jan-2023 03:10:02 #21 [linux/amd64 dev 4/4] RUN mvn -s /usr/share/maven/ref/settings-docker.xml install error 03-Jan-2023 03:10:02 #21 44.69 Progress (1): 2.2 kB error 03-Jan-2023 03:10:02 error 03-Jan-2023 03:10:02 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-repository-metadata/3.1.1/maven-repository-metadata-3.1.1.pom (2.2 kB at 9.3 kB/s) error 03-Jan-2023 03:10:02 #21 44.81 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-model-builder/3.1.1/maven-model-builder-3.1.1.pom error 03-Jan-2023 03:10:02 #21 44.93 Progress (1): 2.8 kB error 03-Jan-2023 03:10:02 error 03-Jan-2023 03:10:02 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-model-builder/3.1.1/maven-model-builder-3.1.1.pom (2.8 kB at 12 kB/s) error 03-Jan-2023 03:10:02 #21 45.04 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-aether-provider/3.1.1/maven-aether-provider-3.1.1.pom error 03-Jan-2023 03:10:02 #21 45.15 Progress (1): 3.4/4.1 kB error 03-Jan-2023 03:10:02 Progress (1): 4.1 kB error 03-Jan-2023 03:10:02 error 03-Jan-2023 03:10:02 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-aether-provider/3.1.1/maven-aether-provider-3.1.1.pom (4.1 kB at 18 kB/s) error 03-Jan-2023 03:10:02 #21 45.31 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/reporting/maven-reporting-impl/3.0.0/maven-reporting-impl-3.0.0.pom error 03-Jan-2023 03:10:03 #21 45.42 Progress (1): 3.3/7.6 kB error 03-Jan-2023 03:10:03 Progress (1): 6.1/7.6 kB error 03-Jan-2023 03:10:03 Progress (1): 7.6 kB error 03-Jan-2023 03:10:03 error 03-Jan-2023 03:10:03 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/reporting/maven-reporting-impl/3.0.0/maven-reporting-impl-3.0.0.pom (7.6 kB at 33 kB/s) error 03-Jan-2023 03:10:03 #21 45.57 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/shared/maven-shared-utils/3.2.0/maven-shared-utils-3.2.0.pom error 03-Jan-2023 03:10:03 #21 45.69 Progress (1): 3.4/4.9 kB error 03-Jan-2023 03:10:03 Progress (1): 4.9 kB error 03-Jan-2023 03:10:03 error 03-Jan-2023 03:10:03 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/shared/maven-shared-utils/3.2.0/maven-shared-utils-3.2.0.pom (4.9 kB at 21 kB/s) error 03-Jan-2023 03:10:03 #21 45.81 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/doxia/doxia-sink-api/1.7/doxia-sink-api-1.7.pom error 03-Jan-2023 03:10:03 #21 45.94 Progress (1): 1.5 kB error 03-Jan-2023 03:10:03 error 03-Jan-2023 03:10:03 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/doxia/doxia-sink-api/1.7/doxia-sink-api-1.7.pom (1.5 kB at 6.4 kB/s) error 03-Jan-2023 03:10:03 #21 46.06 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/doxia/doxia/1.7/doxia-1.7.pom error 03-Jan-2023 03:10:03 #21 46.17 Progress (1): 3.3/15 kB error 03-Jan-2023 03:10:03 Progress (1): 6.1/15 kB error 03-Jan-2023 03:10:03 Progress (1): 8.9/15 kB error 03-Jan-2023 03:10:03 Progress (1): 12/15 kB error 03-Jan-2023 03:10:03 Progress (1): 15/15 kB error 03-Jan-2023 03:10:03 Progress (1): 15 kB error 03-Jan-2023 03:10:03 error 03-Jan-2023 03:10:03 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/doxia/doxia/1.7/doxia-1.7.pom (15 kB at 65 kB/s) error 03-Jan-2023 03:10:03 #21 46.29 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/doxia/doxia-logging-api/1.7/doxia-logging-api-1.7.pom error 03-Jan-2023 03:10:03 #21 46.41 Progress (1): 1.5 kB error 03-Jan-2023 03:10:03 error 03-Jan-2023 03:10:04 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/doxia/doxia-logging-api/1.7/doxia-logging-api-1.7.pom (1.5 kB at 6.8 kB/s) error 03-Jan-2023 03:10:04 #21 46.53 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/doxia/doxia-decoration-model/1.7.4/doxia-decoration-model-1.7.4.pom error 03-Jan-2023 03:10:04 #21 46.65 Progress (1): 3.4/3.4 kB error 03-Jan-2023 03:10:04 Progress (1): 3.4 kB error 03-Jan-2023 03:10:04 error 03-Jan-2023 03:10:04 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/doxia/doxia-decoration-model/1.7.4/doxia-decoration-model-1.7.4.pom (3.4 kB at 15 kB/s) error 03-Jan-2023 03:10:04 #21 46.77 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/doxia/doxia-sitetools/1.7.4/doxia-sitetools-1.7.4.pom error 03-Jan-2023 03:10:04 #21 46.89 Progress (1): 3.4/14 kB error 03-Jan-2023 03:10:04 Progress (1): 6.2/14 kB error 03-Jan-2023 03:10:04 Progress (1): 9.0/14 kB error 03-Jan-2023 03:10:04 Progress (1): 12/14 kB error 03-Jan-2023 03:10:04 Progress (1): 14 kB error 03-Jan-2023 03:10:04 error 03-Jan-2023 03:10:04 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/doxia/doxia-sitetools/1.7.4/doxia-sitetools-1.7.4.pom (14 kB at 61 kB/s) error 03-Jan-2023 03:10:04 #21 47.01 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/doxia/doxia-core/1.7/doxia-core-1.7.pom error 03-Jan-2023 03:10:04 #21 47.12 Progress (1): 3.4/4.1 kB error 03-Jan-2023 03:10:04 Progress (1): 4.1 kB error 03-Jan-2023 03:10:04 error 03-Jan-2023 03:10:04 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/doxia/doxia-core/1.7/doxia-core-1.7.pom (4.1 kB at 18 kB/s) error 03-Jan-2023 03:10:04 #21 47.26 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/xmlunit/xmlunit/1.5/xmlunit-1.5.pom error 03-Jan-2023 03:10:04 #21 47.38 Progress (1): 3.0 kB error 03-Jan-2023 03:10:04 error 03-Jan-2023 03:10:04 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/xmlunit/xmlunit/1.5/xmlunit-1.5.pom (3.0 kB at 13 kB/s) error 03-Jan-2023 03:10:05 #21 47.50 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/doxia/doxia-site-renderer/1.7.4/doxia-site-renderer-1.7.4.pom error 03-Jan-2023 03:10:05 #21 47.61 Progress (1): 3.4/6.7 kB error 03-Jan-2023 03:10:05 Progress (1): 6.2/6.7 kB error 03-Jan-2023 03:10:05 Progress (1): 6.7 kB error 03-Jan-2023 03:10:05 error 03-Jan-2023 03:10:05 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/doxia/doxia-site-renderer/1.7.4/doxia-site-renderer-1.7.4.pom (6.7 kB at 30 kB/s) error 03-Jan-2023 03:10:05 #21 47.73 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/doxia/doxia-skin-model/1.7.4/doxia-skin-model-1.7.4.pom error 03-Jan-2023 03:10:05 #21 47.84 Progress (1): 3.0 kB error 03-Jan-2023 03:10:05 error 03-Jan-2023 03:10:05 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/doxia/doxia-skin-model/1.7.4/doxia-skin-model-1.7.4.pom (3.0 kB at 13 kB/s) error 03-Jan-2023 03:10:05 #21 47.96 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/doxia/doxia-module-xhtml/1.7/doxia-module-xhtml-1.7.pom error 03-Jan-2023 03:10:05 #21 48.07 Progress (1): 1.6 kB error 03-Jan-2023 03:10:05 error 03-Jan-2023 03:10:05 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/doxia/doxia-module-xhtml/1.7/doxia-module-xhtml-1.7.pom (1.6 kB at 7.1 kB/s) error 03-Jan-2023 03:10:05 #21 48.19 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/doxia/doxia-modules/1.7/doxia-modules-1.7.pom error 03-Jan-2023 03:10:05 #21 48.30 Progress (1): 2.6 kB error 03-Jan-2023 03:10:05 error 03-Jan-2023 03:10:06 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/doxia/doxia-modules/1.7/doxia-modules-1.7.pom (2.6 kB at 12 kB/s) error 03-Jan-2023 03:10:06 #21 48.50 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/doxia/doxia-sink-api/1.9.1/doxia-sink-api-1.9.1.pom error 03-Jan-2023 03:10:06 #21 48.62 Progress (1): 1.5 kB error 03-Jan-2023 03:10:06 error 03-Jan-2023 03:10:06 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/doxia/doxia-sink-api/1.9.1/doxia-sink-api-1.9.1.pom (1.5 kB at 6.7 kB/s) error 03-Jan-2023 03:10:06 #21 48.73 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/doxia/doxia/1.9.1/doxia-1.9.1.pom error 03-Jan-2023 03:10:06 #21 48.84 Progress (1): 3.3/18 kB error 03-Jan-2023 03:10:06 Progress (1): 6.1/18 kB error 03-Jan-2023 03:10:06 Progress (1): 8.9/18 kB error 03-Jan-2023 03:10:06 Progress (1): 12/18 kB error 03-Jan-2023 03:10:06 Progress (1): 15/18 kB error 03-Jan-2023 03:10:06 Progress (1): 17/18 kB error 03-Jan-2023 03:10:06 Progress (1): 18 kB error 03-Jan-2023 03:10:06 error 03-Jan-2023 03:10:06 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/doxia/doxia/1.9.1/doxia-1.9.1.pom (18 kB at 78 kB/s) error 03-Jan-2023 03:10:06 #21 48.96 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/doxia/doxia-logging-api/1.9.1/doxia-logging-api-1.9.1.pom error 03-Jan-2023 03:10:06 #21 49.08 Progress (1): 1.5 kB error 03-Jan-2023 03:10:06 error 03-Jan-2023 03:10:06 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/doxia/doxia-logging-api/1.9.1/doxia-logging-api-1.9.1.pom (1.5 kB at 6.7 kB/s) error 03-Jan-2023 03:10:06 #21 49.19 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/codehaus/plexus/plexus-container-default/1.7.1/plexus-container-default-1.7.1.pom error 03-Jan-2023 03:10:06 #21 49.31 Progress (1): 2.8 kB error 03-Jan-2023 03:10:06 error 03-Jan-2023 03:10:07 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/codehaus/plexus/plexus-container-default/1.7.1/plexus-container-default-1.7.1.pom (2.8 kB at 12 kB/s) error 03-Jan-2023 03:10:07 #21 49.43 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/codehaus/plexus/plexus-containers/1.7.1/plexus-containers-1.7.1.pom error 03-Jan-2023 03:10:07 #21 49.55 Progress (1): 3.4/5.0 kB error 03-Jan-2023 03:10:07 Progress (1): 5.0 kB error 03-Jan-2023 03:10:07 error 03-Jan-2023 03:10:07 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/codehaus/plexus/plexus-containers/1.7.1/plexus-containers-1.7.1.pom (5.0 kB at 22 kB/s) error 03-Jan-2023 03:10:07 #21 49.67 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/doxia/doxia-core/1.9.1/doxia-core-1.9.1.pom error 03-Jan-2023 03:10:07 #21 49.80 Progress (1): 3.3/4.2 kB error 03-Jan-2023 03:10:07 Progress (1): 4.2 kB error 03-Jan-2023 03:10:07 error 03-Jan-2023 03:10:07 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/doxia/doxia-core/1.9.1/doxia-core-1.9.1.pom (4.2 kB at 17 kB/s) error 03-Jan-2023 03:10:07 #21 49.92 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/codehaus/plexus/plexus-utils/3.1.0/plexus-utils-3.1.0.pom error 03-Jan-2023 03:10:07 #21 50.04 Progress (1): 3.4/4.7 kB error 03-Jan-2023 03:10:07 Progress (1): 4.7 kB error 03-Jan-2023 03:10:07 error 03-Jan-2023 03:10:07 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/codehaus/plexus/plexus-utils/3.1.0/plexus-utils-3.1.0.pom (4.7 kB at 20 kB/s) error 03-Jan-2023 03:10:07 #21 50.16 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/httpcomponents/httpclient/4.5.8/httpclient-4.5.8.pom error 03-Jan-2023 03:10:07 #21 50.27 Progress (1): 3.3/6.6 kB error 03-Jan-2023 03:10:07 Progress (1): 6.1/6.6 kB error 03-Jan-2023 03:10:07 Progress (1): 6.6 kB error 03-Jan-2023 03:10:07 error 03-Jan-2023 03:10:07 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/httpcomponents/httpclient/4.5.8/httpclient-4.5.8.pom (6.6 kB at 29 kB/s) error 03-Jan-2023 03:10:07 #21 50.39 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/httpcomponents/httpcomponents-client/4.5.8/httpcomponents-client-4.5.8.pom error 03-Jan-2023 03:10:07 #21 50.51 Progress (1): 3.3/16 kB error 03-Jan-2023 03:10:08 Progress (1): 6.1/16 kB error 03-Jan-2023 03:10:08 Progress (1): 8.9/16 kB error 03-Jan-2023 03:10:08 Progress (1): 12/16 kB error 03-Jan-2023 03:10:08 Progress (1): 14/16 kB error 03-Jan-2023 03:10:08 Progress (1): 16 kB error 03-Jan-2023 03:10:08 error 03-Jan-2023 03:10:08 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/httpcomponents/httpcomponents-client/4.5.8/httpcomponents-client-4.5.8.pom (16 kB at 70 kB/s) error 03-Jan-2023 03:10:08 #21 50.62 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/httpcomponents/httpcore/4.4.11/httpcore-4.4.11.pom error 03-Jan-2023 03:10:08 #21 50.74 Progress (1): 3.3/5.2 kB error 03-Jan-2023 03:10:08 Progress (1): 5.2 kB error 03-Jan-2023 03:10:08 error 03-Jan-2023 03:10:08 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/httpcomponents/httpcore/4.4.11/httpcore-4.4.11.pom (5.2 kB at 20 kB/s) error 03-Jan-2023 03:10:08 #21 50.88 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/httpcomponents/httpcomponents-core/4.4.11/httpcomponents-core-4.4.11.pom error 03-Jan-2023 03:10:08 #21 51.00 Progress (1): 3.3/13 kB error 03-Jan-2023 03:10:08 Progress (1): 6.1/13 kB error 03-Jan-2023 03:10:08 Progress (1): 8.9/13 kB error 03-Jan-2023 03:10:08 Progress (1): 12/13 kB error 03-Jan-2023 03:10:08 Progress (1): 13 kB error 03-Jan-2023 03:10:08 error 03-Jan-2023 03:10:08 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/httpcomponents/httpcomponents-core/4.4.11/httpcomponents-core-4.4.11.pom (13 kB at 52 kB/s) error 03-Jan-2023 03:10:08 #21 51.13 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/doxia/doxia-site-renderer/1.9.2/doxia-site-renderer-1.9.2.pom error 03-Jan-2023 03:10:08 #21 51.27 Progress (1): 3.3/7.5 kB error 03-Jan-2023 03:10:08 Progress (1): 6.1/7.5 kB error 03-Jan-2023 03:10:08 Progress (1): 7.5 kB error 03-Jan-2023 03:10:08 error 03-Jan-2023 03:10:08 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/doxia/doxia-site-renderer/1.9.2/doxia-site-renderer-1.9.2.pom (7.5 kB at 30 kB/s) error 03-Jan-2023 03:10:08 #21 51.38 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/doxia/doxia-sitetools/1.9.2/doxia-sitetools-1.9.2.pom error 03-Jan-2023 03:10:08 #21 51.50 Progress (1): 3.3/15 kB error 03-Jan-2023 03:10:09 Progress (1): 6.1/15 kB error 03-Jan-2023 03:10:09 Progress (1): 8.9/15 kB error 03-Jan-2023 03:10:09 Progress (1): 12/15 kB error 03-Jan-2023 03:10:09 Progress (1): 15/15 kB error 03-Jan-2023 03:10:09 Progress (1): 15 kB error 03-Jan-2023 03:10:09 error 03-Jan-2023 03:10:09 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/doxia/doxia-sitetools/1.9.2/doxia-sitetools-1.9.2.pom (15 kB at 62 kB/s) error 03-Jan-2023 03:10:09 #21 51.62 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/doxia/doxia-decoration-model/1.9.2/doxia-decoration-model-1.9.2.pom error 03-Jan-2023 03:10:09 #21 51.74 Progress (1): 3.3/3.3 kB error 03-Jan-2023 03:10:09 Progress (1): 3.3 kB error 03-Jan-2023 03:10:09 error 03-Jan-2023 03:10:09 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/doxia/doxia-decoration-model/1.9.2/doxia-decoration-model-1.9.2.pom (3.3 kB at 14 kB/s) error 03-Jan-2023 03:10:09 #21 51.86 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/doxia/doxia-skin-model/1.9.2/doxia-skin-model-1.9.2.pom error 03-Jan-2023 03:10:09 #21 51.98 Progress (1): 2.9 kB error 03-Jan-2023 03:10:09 error 03-Jan-2023 03:10:09 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/doxia/doxia-skin-model/1.9.2/doxia-skin-model-1.9.2.pom (2.9 kB at 13 kB/s) error 03-Jan-2023 03:10:09 #21 52.09 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/doxia/doxia-module-xhtml/1.9.1/doxia-module-xhtml-1.9.1.pom error 03-Jan-2023 03:10:09 #21 52.21 Progress (1): 1.9 kB error 03-Jan-2023 03:10:09 error 03-Jan-2023 03:10:09 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/doxia/doxia-module-xhtml/1.9.1/doxia-module-xhtml-1.9.1.pom (1.9 kB at 8.3 kB/s) error 03-Jan-2023 03:10:09 #21 52.33 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/doxia/doxia-modules/1.9.1/doxia-modules-1.9.1.pom error 03-Jan-2023 03:10:09 #21 52.44 Progress (1): 2.7 kB error 03-Jan-2023 03:10:10 error 03-Jan-2023 03:10:10 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/doxia/doxia-modules/1.9.1/doxia-modules-1.9.1.pom (2.7 kB at 12 kB/s) error 03-Jan-2023 03:10:10 #21 52.56 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/doxia/doxia-module-xhtml5/1.9.1/doxia-module-xhtml5-1.9.1.pom error 03-Jan-2023 03:10:10 #21 52.68 Progress (1): 1.9 kB error 03-Jan-2023 03:10:10 error 03-Jan-2023 03:10:10 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/doxia/doxia-module-xhtml5/1.9.1/doxia-module-xhtml5-1.9.1.pom (1.9 kB at 8.4 kB/s) error 03-Jan-2023 03:10:10 #21 52.84 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/shared/maven-dependency-analyzer/1.11.3/maven-dependency-analyzer-1.11.3.pom error 03-Jan-2023 03:10:10 #21 52.95 Progress (1): 3.3/6.8 kB error 03-Jan-2023 03:10:10 Progress (1): 6.1/6.8 kB error 03-Jan-2023 03:10:10 Progress (1): 6.8 kB error 03-Jan-2023 03:10:10 error 03-Jan-2023 03:10:10 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/shared/maven-dependency-analyzer/1.11.3/maven-dependency-analyzer-1.11.3.pom (6.8 kB at 30 kB/s) error 03-Jan-2023 03:10:10 #21 53.08 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/codehaus/plexus/plexus-utils/1.5.1/plexus-utils-1.5.1.pom error 03-Jan-2023 03:10:10 #21 53.20 Progress (1): 2.3 kB error 03-Jan-2023 03:10:10 error 03-Jan-2023 03:10:10 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/codehaus/plexus/plexus-utils/1.5.1/plexus-utils-1.5.1.pom (2.3 kB at 9.7 kB/s) error 03-Jan-2023 03:10:10 #21 53.32 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-model/2.0.5/maven-model-2.0.5.pom error 03-Jan-2023 03:10:10 #21 53.44 Progress (1): 2.7 kB error 03-Jan-2023 03:10:11 error 03-Jan-2023 03:10:11 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-model/2.0.5/maven-model-2.0.5.pom (2.7 kB at 12 kB/s) error 03-Jan-2023 03:10:11 #21 53.56 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven/2.0.5/maven-2.0.5.pom error 03-Jan-2023 03:10:11 #21 53.67 Progress (1): 3.4/5.7 kB error 03-Jan-2023 03:10:11 Progress (1): 5.7 kB error 03-Jan-2023 03:10:11 error 03-Jan-2023 03:10:11 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven/2.0.5/maven-2.0.5.pom (5.7 kB at 25 kB/s) error 03-Jan-2023 03:10:11 #21 53.79 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-artifact/2.0.5/maven-artifact-2.0.5.pom error 03-Jan-2023 03:10:11 #21 53.91 Progress (1): 727 B error 03-Jan-2023 03:10:11 error 03-Jan-2023 03:10:11 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-artifact/2.0.5/maven-artifact-2.0.5.pom (727 B at 3.2 kB/s) error 03-Jan-2023 03:10:11 #21 54.02 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/shared/maven-dependency-tree/3.0.1/maven-dependency-tree-3.0.1.pom error 03-Jan-2023 03:10:11 #21 54.14 Progress (1): 3.4/7.5 kB error 03-Jan-2023 03:10:11 Progress (1): 6.2/7.5 kB error 03-Jan-2023 03:10:11 Progress (1): 7.5 kB error 03-Jan-2023 03:10:11 error 03-Jan-2023 03:10:11 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/shared/maven-dependency-tree/3.0.1/maven-dependency-tree-3.0.1.pom (7.5 kB at 29 kB/s) error 03-Jan-2023 03:10:11 #21 54.28 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/shared/maven-common-artifact-filters/3.2.0/maven-common-artifact-filters-3.2.0.pom error 03-Jan-2023 03:10:11 #21 54.40 Progress (1): 3.3/6.9 kB error 03-Jan-2023 03:10:11 Progress (1): 6.1/6.9 kB error 03-Jan-2023 03:10:11 Progress (1): 6.9 kB error 03-Jan-2023 03:10:11 error 03-Jan-2023 03:10:12 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/shared/maven-common-artifact-filters/3.2.0/maven-common-artifact-filters-3.2.0.pom (6.9 kB at 30 kB/s) error 03-Jan-2023 03:10:12 #21 54.56 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-artifact/3.1.1/maven-artifact-3.1.1.jar error 03-Jan-2023 03:10:12 #21 54.56 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-plugin-api/3.1.1/maven-plugin-api-3.1.1.jar error 03-Jan-2023 03:10:12 #21 54.57 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/eclipse/sisu/org.eclipse.sisu.inject/0.0.0.M5/org.eclipse.sisu.inject-0.0.0.M5.jar error 03-Jan-2023 03:10:12 #21 54.57 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-model/3.1.1/maven-model-3.1.1.jar error 03-Jan-2023 03:10:12 #21 54.58 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/eclipse/sisu/org.eclipse.sisu.plexus/0.0.0.M5/org.eclipse.sisu.plexus-0.0.0.M5.jar error 03-Jan-2023 03:10:12 #21 54.68 Progress (1): 3.4/52 kB error 03-Jan-2023 03:10:12 Progress (1): 6.2/52 kB error 03-Jan-2023 03:10:12 Progress (1): 9.0/52 kB error 03-Jan-2023 03:10:12 Progress (1): 12/52 kB error 03-Jan-2023 03:10:12 Progress (1): 15/52 kB error 03-Jan-2023 03:10:12 Progress (1): 17/52 kB error 03-Jan-2023 03:10:12 Progress (1): 20/52 kB error 03-Jan-2023 03:10:12 Progress (2): 20/52 kB | 3.4/45 kB error 03-Jan-2023 03:10:12 Progress (2): 23/52 kB | 3.4/45 kB error 03-Jan-2023 03:10:12 Progress (2): 26/52 kB | 3.4/45 kB error 03-Jan-2023 03:10:12 Progress (2): 26/52 kB | 6.2/45 kB error 03-Jan-2023 03:10:12 Progress (2): 26/52 kB | 9.0/45 kB error 03-Jan-2023 03:10:12 Progress (2): 29/52 kB | 9.0/45 kB error 03-Jan-2023 03:10:12 Progress (2): 31/52 kB | 9.0/45 kB error 03-Jan-2023 03:10:12 Progress (2): 31/52 kB | 12/45 kB error 03-Jan-2023 03:10:12 Progress (2): 31/52 kB | 15/45 kB error 03-Jan-2023 03:10:12 Progress (2): 34/52 kB | 15/45 kB error 03-Jan-2023 03:10:12 Progress (2): 37/52 kB | 15/45 kB error 03-Jan-2023 03:10:12 Progress (2): 37/52 kB | 17/45 kB error 03-Jan-2023 03:10:12 Progress (2): 37/52 kB | 20/45 kB error 03-Jan-2023 03:10:12 Progress (2): 40/52 kB | 20/45 kB error 03-Jan-2023 03:10:12 Progress (2): 43/52 kB | 20/45 kB error 03-Jan-2023 03:10:12 Progress (2): 43/52 kB | 23/45 kB error 03-Jan-2023 03:10:12 Progress (2): 45/52 kB | 23/45 kB error 03-Jan-2023 03:10:12 Progress (2): 45/52 kB | 26/45 kB error 03-Jan-2023 03:10:12 Progress (2): 48/52 kB | 26/45 kB error 03-Jan-2023 03:10:12 Progress (2): 51/52 kB | 26/45 kB error 03-Jan-2023 03:10:12 Progress (2): 51/52 kB | 29/45 kB error 03-Jan-2023 03:10:12 Progress (2): 51/52 kB | 31/45 kB error 03-Jan-2023 03:10:12 Progress (2): 52 kB | 31/45 kB error 03-Jan-2023 03:10:12 Progress (2): 52 kB | 34/45 kB error 03-Jan-2023 03:10:12 Progress (2): 52 kB | 37/45 kB error 03-Jan-2023 03:10:12 Progress (2): 52 kB | 40/45 kB error 03-Jan-2023 03:10:12 Progress (2): 52 kB | 43/45 kB error 03-Jan-2023 03:10:12 Progress (2): 52 kB | 45 kB error 03-Jan-2023 03:10:12 Progress (3): 52 kB | 45 kB | 3.4/154 kB error 03-Jan-2023 03:10:12 Progress (3): 52 kB | 45 kB | 6.2/154 kB error 03-Jan-2023 03:10:12 Progress (3): 52 kB | 45 kB | 9.0/154 kB error 03-Jan-2023 03:10:12 Progress (3): 52 kB | 45 kB | 12/154 kB error 03-Jan-2023 03:10:12 Progress (3): 52 kB | 45 kB | 15/154 kB error 03-Jan-2023 03:10:12 Progress (3): 52 kB | 45 kB | 17/154 kB error 03-Jan-2023 03:10:12 Progress (3): 52 kB | 45 kB | 20/154 kB error 03-Jan-2023 03:10:12 Progress (3): 52 kB | 45 kB | 23/154 kB error 03-Jan-2023 03:10:12 Progress (3): 52 kB | 45 kB | 26/154 kB error 03-Jan-2023 03:10:12 Progress (3): 52 kB | 45 kB | 29/154 kB error 03-Jan-2023 03:10:12 Progress (3): 52 kB | 45 kB | 31/154 kB error 03-Jan-2023 03:10:12 Progress (3): 52 kB | 45 kB | 34/154 kB error 03-Jan-2023 03:10:12 Progress (3): 52 kB | 45 kB | 37/154 kB error 03-Jan-2023 03:10:12 Progress (3): 52 kB | 45 kB | 40/154 kB error 03-Jan-2023 03:10:12 Progress (3): 52 kB | 45 kB | 43/154 kB error 03-Jan-2023 03:10:12 Progress (3): 52 kB | 45 kB | 45/154 kB error 03-Jan-2023 03:10:12 Progress (3): 52 kB | 45 kB | 48/154 kB error 03-Jan-2023 03:10:12 Progress (3): 52 kB | 45 kB | 51/154 kB error 03-Jan-2023 03:10:12 Progress (3): 52 kB | 45 kB | 54/154 kB error 03-Jan-2023 03:10:12 Progress (3): 52 kB | 45 kB | 56/154 kB error 03-Jan-2023 03:10:12 Progress (3): 52 kB | 45 kB | 59/154 kB error 03-Jan-2023 03:10:12 Progress (3): 52 kB | 45 kB | 62/154 kB error 03-Jan-2023 03:10:12 Progress (3): 52 kB | 45 kB | 65/154 kB error 03-Jan-2023 03:10:12 Progress (3): 52 kB | 45 kB | 68/154 kB error 03-Jan-2023 03:10:12 Progress (3): 52 kB | 45 kB | 70/154 kB error 03-Jan-2023 03:10:12 Progress (3): 52 kB | 45 kB | 73/154 kB error 03-Jan-2023 03:10:12 Progress (3): 52 kB | 45 kB | 76/154 kB error 03-Jan-2023 03:10:12 Progress (3): 52 kB | 45 kB | 79/154 kB error 03-Jan-2023 03:10:12 Progress (3): 52 kB | 45 kB | 82/154 kB error 03-Jan-2023 03:10:12 Progress (3): 52 kB | 45 kB | 84/154 kB error 03-Jan-2023 03:10:12 Progress (3): 52 kB | 45 kB | 87/154 kB error 03-Jan-2023 03:10:12 Progress (3): 52 kB | 45 kB | 90/154 kB error 03-Jan-2023 03:10:12 Progress (3): 52 kB | 45 kB | 93/154 kB error 03-Jan-2023 03:10:12 Progress (3): 52 kB | 45 kB | 96/154 kB error 03-Jan-2023 03:10:12 Progress (3): 52 kB | 45 kB | 98/154 kB error 03-Jan-2023 03:10:12 Progress (3): 52 kB | 45 kB | 101/154 kB error 03-Jan-2023 03:10:12 Progress (3): 52 kB | 45 kB | 104/154 kB error 03-Jan-2023 03:10:12 Progress (3): 52 kB | 45 kB | 107/154 kB error 03-Jan-2023 03:10:12 Progress (3): 52 kB | 45 kB | 110/154 kB error 03-Jan-2023 03:10:12 Progress (3): 52 kB | 45 kB | 112/154 kB error 03-Jan-2023 03:10:12 Progress (3): 52 kB | 45 kB | 115/154 kB error 03-Jan-2023 03:10:12 Progress (3): 52 kB | 45 kB | 118/154 kB error 03-Jan-2023 03:10:12 Progress (3): 52 kB | 45 kB | 121/154 kB error 03-Jan-2023 03:10:12 Progress (3): 52 kB | 45 kB | 124/154 kB error 03-Jan-2023 03:10:12 Progress (3): 52 kB | 45 kB | 126/154 kB error 03-Jan-2023 03:10:12 Progress (3): 52 kB | 45 kB | 129/154 kB error 03-Jan-2023 03:10:12 Progress (3): 52 kB | 45 kB | 132/154 kB error 03-Jan-2023 03:10:12 Progress (3): 52 kB | 45 kB | 135/154 kB error 03-Jan-2023 03:10:12 Progress (3): 52 kB | 45 kB | 138/154 kB error 03-Jan-2023 03:10:12 Progress (3): 52 kB | 45 kB | 140/154 kB error 03-Jan-2023 03:10:12 Progress (3): 52 kB | 45 kB | 143/154 kB error 03-Jan-2023 03:10:12 Progress (3): 52 kB | 45 kB | 146/154 kB error 03-Jan-2023 03:10:12 Progress (3): 52 kB | 45 kB | 149/154 kB error 03-Jan-2023 03:10:12 Progress (3): 52 kB | 45 kB | 152/154 kB error 03-Jan-2023 03:10:12 Progress (3): 52 kB | 45 kB | 154 kB error 03-Jan-2023 03:10:12 error 03-Jan-2023 03:10:12 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-artifact/3.1.1/maven-artifact-3.1.1.jar (52 kB at 191 kB/s) error 03-Jan-2023 03:10:12 #21 54.83 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-core/3.1.1/maven-core-3.1.1.jar error 03-Jan-2023 03:10:12 #21 54.83 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-plugin-api/3.1.1/maven-plugin-api-3.1.1.jar (45 kB at 167 kB/s) error 03-Jan-2023 03:10:12 #21 54.83 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-settings-builder/3.1.1/maven-settings-builder-3.1.1.jar error 03-Jan-2023 03:10:12 #21 54.83 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-model/3.1.1/maven-model-3.1.1.jar (154 kB at 582 kB/s) error 03-Jan-2023 03:10:12 #21 54.83 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-model-builder/3.1.1/maven-model-builder-3.1.1.jar error 03-Jan-2023 03:10:12 #21 54.94 Progress (1): 3.4/160 kB error 03-Jan-2023 03:10:12 Progress (1): 6.2/160 kB error 03-Jan-2023 03:10:12 Progress (1): 9.0/160 kB error 03-Jan-2023 03:10:12 Progress (1): 12/160 kB error 03-Jan-2023 03:10:12 Progress (1): 15/160 kB error 03-Jan-2023 03:10:12 Progress (1): 17/160 kB error 03-Jan-2023 03:10:12 Progress (1): 20/160 kB error 03-Jan-2023 03:10:12 Progress (1): 23/160 kB error 03-Jan-2023 03:10:12 Progress (1): 26/160 kB error 03-Jan-2023 03:10:12 Progress (1): 29/160 kB error 03-Jan-2023 03:10:12 Progress (1): 31/160 kB error 03-Jan-2023 03:10:12 Progress (1): 34/160 kB error 03-Jan-2023 03:10:12 Progress (1): 37/160 kB error 03-Jan-2023 03:10:12 Progress (1): 40/160 kB error 03-Jan-2023 03:10:12 Progress (1): 43/160 kB error 03-Jan-2023 03:10:12 Progress (1): 45/160 kB error 03-Jan-2023 03:10:12 Progress (1): 48/160 kB error 03-Jan-2023 03:10:12 Progress (1): 51/160 kB error 03-Jan-2023 03:10:12 Progress (1): 54/160 kB error 03-Jan-2023 03:10:12 Progress (1): 56/160 kB error 03-Jan-2023 03:10:12 Progress (1): 59/160 kB error 03-Jan-2023 03:10:12 Progress (1): 62/160 kB error 03-Jan-2023 03:10:12 Progress (1): 65/160 kB error 03-Jan-2023 03:10:12 Progress (1): 68/160 kB error 03-Jan-2023 03:10:12 Progress (1): 70/160 kB error 03-Jan-2023 03:10:12 Progress (1): 73/160 kB error 03-Jan-2023 03:10:12 Progress (1): 76/160 kB error 03-Jan-2023 03:10:12 Progress (1): 79/160 kB error 03-Jan-2023 03:10:12 Progress (1): 82/160 kB error 03-Jan-2023 03:10:12 Progress (1): 84/160 kB error 03-Jan-2023 03:10:12 Progress (1): 87/160 kB error 03-Jan-2023 03:10:12 Progress (1): 90/160 kB error 03-Jan-2023 03:10:12 Progress (1): 93/160 kB error 03-Jan-2023 03:10:12 Progress (1): 96/160 kB error 03-Jan-2023 03:10:12 Progress (1): 98/160 kB error 03-Jan-2023 03:10:12 Progress (1): 101/160 kB error 03-Jan-2023 03:10:12 Progress (1): 104/160 kB error 03-Jan-2023 03:10:12 Progress (1): 107/160 kB error 03-Jan-2023 03:10:12 Progress (1): 110/160 kB error 03-Jan-2023 03:10:12 Progress (1): 112/160 kB error 03-Jan-2023 03:10:12 Progress (2): 112/160 kB | 3.4/42 kB error 03-Jan-2023 03:10:12 Progress (2): 112/160 kB | 6.2/42 kB error 03-Jan-2023 03:10:12 Progress (2): 112/160 kB | 9.0/42 kB error 03-Jan-2023 03:10:12 Progress (2): 112/160 kB | 12/42 kB error 03-Jan-2023 03:10:12 Progress (2): 112/160 kB | 15/42 kB error 03-Jan-2023 03:10:12 Progress (2): 112/160 kB | 17/42 kB error 03-Jan-2023 03:10:12 Progress (2): 112/160 kB | 20/42 kB error 03-Jan-2023 03:10:12 Progress (2): 112/160 kB | 23/42 kB error 03-Jan-2023 03:10:12 Progress (2): 112/160 kB | 26/42 kB error 03-Jan-2023 03:10:12 Progress (2): 112/160 kB | 29/42 kB error 03-Jan-2023 03:10:12 Progress (2): 112/160 kB | 31/42 kB error 03-Jan-2023 03:10:12 Progress (2): 112/160 kB | 34/42 kB error 03-Jan-2023 03:10:12 Progress (2): 112/160 kB | 37/42 kB error 03-Jan-2023 03:10:12 Progress (2): 112/160 kB | 40/42 kB error 03-Jan-2023 03:10:12 Progress (2): 112/160 kB | 42 kB error 03-Jan-2023 03:10:12 Progress (3): 112/160 kB | 42 kB | 3.4/197 kB error 03-Jan-2023 03:10:12 #21 ... error 03-Jan-2023 03:10:12 error 03-Jan-2023 03:10:12 #18 [linux/arm64 dev 4/4] RUN mvn -s /usr/share/maven/ref/settings-docker.xml install error 03-Jan-2023 03:10:12 #18 45.26 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/codehaus/mojo/mojo-parent/40/mojo-parent-40.pom error 03-Jan-2023 03:10:12 #18 45.40 Progress (1): 3.3/34 kB error 03-Jan-2023 03:10:12 Progress (1): 6.1/34 kB error 03-Jan-2023 03:10:12 Progress (1): 8.9/34 kB error 03-Jan-2023 03:10:12 Progress (1): 12/34 kB error 03-Jan-2023 03:10:12 Progress (1): 15/34 kB error 03-Jan-2023 03:10:12 Progress (1): 17/34 kB error 03-Jan-2023 03:10:12 Progress (1): 20/34 kB error 03-Jan-2023 03:10:12 Progress (1): 23/34 kB error 03-Jan-2023 03:10:12 Progress (1): 26/34 kB error 03-Jan-2023 03:10:12 Progress (1): 29/34 kB error 03-Jan-2023 03:10:12 Progress (1): 31/34 kB error 03-Jan-2023 03:10:12 Progress (1): 34 kB error 03-Jan-2023 03:10:12 error 03-Jan-2023 03:10:12 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/codehaus/mojo/mojo-parent/40/mojo-parent-40.pom (34 kB at 112 kB/s) error 03-Jan-2023 03:10:12 #18 45.67 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/codehaus/mojo/build-helper-maven-plugin/3.0.0/build-helper-maven-plugin-3.0.0.jar error 03-Jan-2023 03:10:12 #18 45.84 Progress (1): 3.4/64 kB error 03-Jan-2023 03:10:12 Progress (1): 6.2/64 kB error 03-Jan-2023 03:10:12 Progress (1): 9.0/64 kB error 03-Jan-2023 03:10:12 Progress (1): 12/64 kB error 03-Jan-2023 03:10:12 Progress (1): 15/64 kB error 03-Jan-2023 03:10:12 Progress (1): 17/64 kB error 03-Jan-2023 03:10:12 Progress (1): 20/64 kB error 03-Jan-2023 03:10:12 Progress (1): 23/64 kB error 03-Jan-2023 03:10:12 Progress (1): 26/64 kB error 03-Jan-2023 03:10:12 Progress (1): 29/64 kB error 03-Jan-2023 03:10:12 Progress (1): 31/64 kB error 03-Jan-2023 03:10:12 Progress (1): 34/64 kB error 03-Jan-2023 03:10:12 Progress (1): 37/64 kB error 03-Jan-2023 03:10:12 Progress (1): 40/64 kB error 03-Jan-2023 03:10:12 Progress (1): 43/64 kB error 03-Jan-2023 03:10:12 Progress (1): 45/64 kB error 03-Jan-2023 03:10:12 Progress (1): 48/64 kB error 03-Jan-2023 03:10:12 Progress (1): 51/64 kB error 03-Jan-2023 03:10:12 Progress (1): 54/64 kB error 03-Jan-2023 03:10:12 Progress (1): 56/64 kB error 03-Jan-2023 03:10:12 Progress (1): 59/64 kB error 03-Jan-2023 03:10:12 Progress (1): 62/64 kB error 03-Jan-2023 03:10:12 Progress (1): 64 kB error 03-Jan-2023 03:10:12 error 03-Jan-2023 03:10:12 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/codehaus/mojo/build-helper-maven-plugin/3.0.0/build-helper-maven-plugin-3.0.0.jar (64 kB at 149 kB/s) error 03-Jan-2023 03:10:12 #18 46.37 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/api/openmrs-api/2.5.8/openmrs-api-2.5.8.pom error 03-Jan-2023 03:10:12 #18 46.53 Progress (1): 3.3/13 kB error 03-Jan-2023 03:10:12 Progress (1): 6.1/13 kB error 03-Jan-2023 03:10:12 Progress (1): 8.9/13 kB error 03-Jan-2023 03:10:12 Progress (1): 12/13 kB error 03-Jan-2023 03:10:12 Progress (1): 13 kB error 03-Jan-2023 03:10:12 error 03-Jan-2023 03:10:12 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/api/openmrs-api/2.5.8/openmrs-api-2.5.8.pom (13 kB at 39 kB/s) error 03-Jan-2023 03:10:12 #18 46.73 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/openmrs/2.5.8/openmrs-2.5.8.pom error 03-Jan-2023 03:10:12 #18 46.87 Progress (1): 3.3/36 kB error 03-Jan-2023 03:10:12 Progress (1): 6.1/36 kB error 03-Jan-2023 03:10:12 Progress (1): 8.9/36 kB error 03-Jan-2023 03:10:12 Progress (1): 12/36 kB error 03-Jan-2023 03:10:12 Progress (1): 15/36 kB error 03-Jan-2023 03:10:12 Progress (1): 17/36 kB error 03-Jan-2023 03:10:12 Progress (1): 20/36 kB error 03-Jan-2023 03:10:12 Progress (1): 23/36 kB error 03-Jan-2023 03:10:12 Progress (1): 26/36 kB error 03-Jan-2023 03:10:12 Progress (1): 29/36 kB error 03-Jan-2023 03:10:12 Progress (1): 31/36 kB error 03-Jan-2023 03:10:12 Progress (1): 34/36 kB error 03-Jan-2023 03:10:12 Progress (1): 36 kB error 03-Jan-2023 03:10:12 error 03-Jan-2023 03:10:12 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/openmrs/2.5.8/openmrs-2.5.8.pom (36 kB at 107 kB/s) error 03-Jan-2023 03:10:12 #18 47.10 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/springframework/spring-framework-bom/5.2.14.RELEASE/spring-framework-bom-5.2.14.RELEASE.pom error 03-Jan-2023 03:10:12 #18 47.25 Progress (1): 3.3/5.3 kB error 03-Jan-2023 03:10:12 Progress (1): 5.3 kB error 03-Jan-2023 03:10:12 error 03-Jan-2023 03:10:12 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/springframework/spring-framework-bom/5.2.14.RELEASE/spring-framework-bom-5.2.14.RELEASE.pom (5.3 kB at 19 kB/s) error 03-Jan-2023 03:10:12 #18 48.43 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/springframework/spring-core/5.2.14.RELEASE/spring-core-5.2.14.RELEASE.pom error 03-Jan-2023 03:10:12 #18 48.58 Progress (1): 1.7 kB error 03-Jan-2023 03:10:12 error 03-Jan-2023 03:10:12 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/springframework/spring-core/5.2.14.RELEASE/spring-core-5.2.14.RELEASE.pom (1.7 kB at 5.7 kB/s) error 03-Jan-2023 03:10:12 #18 48.79 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/springframework/spring-jcl/5.2.14.RELEASE/spring-jcl-5.2.14.RELEASE.pom error 03-Jan-2023 03:10:12 #18 48.96 Progress (1): 1.5 kB error 03-Jan-2023 03:10:12 error 03-Jan-2023 03:10:12 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/springframework/spring-jcl/5.2.14.RELEASE/spring-jcl-5.2.14.RELEASE.pom (1.5 kB at 4.8 kB/s) error 03-Jan-2023 03:10:12 #18 49.15 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/springframework/spring-beans/5.2.14.RELEASE/spring-beans-5.2.14.RELEASE.pom error 03-Jan-2023 03:10:12 #18 49.28 Progress (1): 1.7 kB error 03-Jan-2023 03:10:12 error 03-Jan-2023 03:10:12 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/springframework/spring-beans/5.2.14.RELEASE/spring-beans-5.2.14.RELEASE.pom (1.7 kB at 5.7 kB/s) error 03-Jan-2023 03:10:12 #18 49.48 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/springframework/spring-context/5.2.14.RELEASE/spring-context-5.2.14.RELEASE.pom error 03-Jan-2023 03:10:12 #18 49.65 Progress (1): 2.3 kB error 03-Jan-2023 03:10:12 error 03-Jan-2023 03:10:12 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/springframework/spring-context/5.2.14.RELEASE/spring-context-5.2.14.RELEASE.pom (2.3 kB at 7.0 kB/s) error 03-Jan-2023 03:10:12 #18 49.84 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/springframework/spring-aop/5.2.14.RELEASE/spring-aop-5.2.14.RELEASE.pom error 03-Jan-2023 03:10:12 #18 49.97 Progress (1): 1.9 kB error 03-Jan-2023 03:10:12 error 03-Jan-2023 03:10:12 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/springframework/spring-aop/5.2.14.RELEASE/spring-aop-5.2.14.RELEASE.pom (1.9 kB at 6.5 kB/s) error 03-Jan-2023 03:10:12 #18 50.15 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/springframework/spring-expression/5.2.14.RELEASE/spring-expression-5.2.14.RELEASE.pom error 03-Jan-2023 03:10:12 #18 50.29 Progress (1): 1.7 kB error 03-Jan-2023 03:10:12 error 03-Jan-2023 03:10:12 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/springframework/spring-expression/5.2.14.RELEASE/spring-expression-5.2.14.RELEASE.pom (1.7 kB at 6.5 kB/s) error 03-Jan-2023 03:10:12 #18 50.45 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/springframework/spring-orm/5.2.14.RELEASE/spring-orm-5.2.14.RELEASE.pom error 03-Jan-2023 03:10:12 #18 50.57 Progress (1): 2.3 kB error 03-Jan-2023 03:10:12 error 03-Jan-2023 03:10:12 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/springframework/spring-orm/5.2.14.RELEASE/spring-orm-5.2.14.RELEASE.pom (2.3 kB at 8.7 kB/s) error 03-Jan-2023 03:10:12 #18 50.72 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/springframework/spring-jdbc/5.2.14.RELEASE/spring-jdbc-5.2.14.RELEASE.pom error 03-Jan-2023 03:10:12 #18 50.87 Progress (1): 2.1 kB error 03-Jan-2023 03:10:12 error 03-Jan-2023 03:10:12 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/springframework/spring-jdbc/5.2.14.RELEASE/spring-jdbc-5.2.14.RELEASE.pom (2.1 kB at 7.2 kB/s) error 03-Jan-2023 03:10:12 #18 51.03 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/springframework/spring-tx/5.2.14.RELEASE/spring-tx-5.2.14.RELEASE.pom error 03-Jan-2023 03:10:12 #18 51.18 Progress (1): 1.9 kB error 03-Jan-2023 03:10:12 error 03-Jan-2023 03:10:12 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/springframework/spring-tx/5.2.14.RELEASE/spring-tx-5.2.14.RELEASE.pom (1.9 kB at 5.8 kB/s) error 03-Jan-2023 03:10:12 #18 51.40 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/springframework/spring-context-support/5.2.14.RELEASE/spring-context-support-5.2.14.RELEASE.pom error 03-Jan-2023 03:10:12 #18 51.55 Progress (1): 2.1 kB error 03-Jan-2023 03:10:12 error 03-Jan-2023 03:10:12 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/springframework/spring-context-support/5.2.14.RELEASE/spring-context-support-5.2.14.RELEASE.pom (2.1 kB at 7.3 kB/s) error 03-Jan-2023 03:10:12 #18 52.73 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/hibernate/hibernate-core/5.6.0.Final/hibernate-core-5.6.0.Final.pom error 03-Jan-2023 03:10:12 #18 52.95 Progress (1): 3.3/5.5 kB error 03-Jan-2023 03:10:12 Progress (1): 5.5 kB error 03-Jan-2023 03:10:12 error 03-Jan-2023 03:10:12 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/hibernate/hibernate-core/5.6.0.Final/hibernate-core-5.6.0.Final.pom (5.5 kB at 15 kB/s) error 03-Jan-2023 03:10:12 #18 53.17 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/jboss/logging/jboss-logging/3.4.2.Final/jboss-logging-3.4.2.Final.pom error 03-Jan-2023 03:10:12 #18 53.32 Progress (1): 3.3/15 kB error 03-Jan-2023 03:10:12 Progress (1): 6.1/15 kB error 03-Jan-2023 03:10:12 Progress (1): 8.9/15 kB error 03-Jan-2023 03:10:12 Progress (1): 12/15 kB error 03-Jan-2023 03:10:12 Progress (1): 14/15 kB error 03-Jan-2023 03:10:12 Progress (1): 15 kB error 03-Jan-2023 03:10:12 error 03-Jan-2023 03:10:12 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/jboss/logging/jboss-logging/3.4.2.Final/jboss-logging-3.4.2.Final.pom (15 kB at 54 kB/s) error 03-Jan-2023 03:10:12 #18 53.47 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/jboss/jboss-parent/37/jboss-parent-37.pom error 03-Jan-2023 03:10:12 #18 53.61 Progress (1): 3.3/67 kB error 03-Jan-2023 03:10:12 Progress (1): 6.1/67 kB error 03-Jan-2023 03:10:12 Progress (1): 8.9/67 kB error 03-Jan-2023 03:10:12 Progress (1): 12/67 kB error 03-Jan-2023 03:10:12 Progress (1): 15/67 kB error 03-Jan-2023 03:10:12 Progress (1): 17/67 kB error 03-Jan-2023 03:10:12 Progress (1): 20/67 kB error 03-Jan-2023 03:10:12 Progress (1): 23/67 kB error 03-Jan-2023 03:10:12 Progress (1): 26/67 kB error 03-Jan-2023 03:10:12 Progress (1): 29/67 kB error 03-Jan-2023 03:10:12 Progress (1): 31/67 kB error 03-Jan-2023 03:10:12 Progress (1): 34/67 kB error 03-Jan-2023 03:10:12 Progress (1): 37/67 kB error 03-Jan-2023 03:10:12 Progress (1): 40/67 kB error 03-Jan-2023 03:10:12 Progress (1): 43/67 kB error 03-Jan-2023 03:10:12 Progress (1): 45/67 kB error 03-Jan-2023 03:10:12 Progress (1): 48/67 kB error 03-Jan-2023 03:10:12 Progress (1): 51/67 kB error 03-Jan-2023 03:10:12 Progress (1): 54/67 kB error 03-Jan-2023 03:10:12 Progress (1): 57/67 kB error 03-Jan-2023 03:10:12 Progress (1): 59/67 kB error 03-Jan-2023 03:10:12 Progress (1): 62/67 kB error 03-Jan-2023 03:10:12 Progress (1): 65/67 kB error 03-Jan-2023 03:10:12 Progress (1): 67 kB error 03-Jan-2023 03:10:12 error 03-Jan-2023 03:10:12 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/jboss/jboss-parent/37/jboss-parent-37.pom (67 kB at 182 kB/s) error 03-Jan-2023 03:10:12 #18 53.95 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/junit/junit-bom/5.7.0/junit-bom-5.7.0.pom error 03-Jan-2023 03:10:12 #18 54.09 Progress (1): 3.3/5.1 kB error 03-Jan-2023 03:10:12 Progress (1): 5.1 kB error 03-Jan-2023 03:10:12 error 03-Jan-2023 03:10:12 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/junit/junit-bom/5.7.0/junit-bom-5.7.0.pom (5.1 kB at 17 kB/s) error 03-Jan-2023 03:10:12 #18 54.32 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/net/bytebuddy/byte-buddy/1.11.20/byte-buddy-1.11.20.pom error 03-Jan-2023 03:10:12 #18 54.50 Progress (1): 3.3/12 kB error 03-Jan-2023 03:10:12 Progress (1): 6.1/12 kB error 03-Jan-2023 03:10:12 Progress (1): 8.9/12 kB error 03-Jan-2023 03:10:12 Progress (1): 12/12 kB error 03-Jan-2023 03:10:12 Progress (1): 12 kB error 03-Jan-2023 03:10:12 error 03-Jan-2023 03:10:12 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/net/bytebuddy/byte-buddy/1.11.20/byte-buddy-1.11.20.pom (12 kB at 33 kB/s) error 03-Jan-2023 03:10:12 #18 54.71 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/net/bytebuddy/byte-buddy-parent/1.11.20/byte-buddy-parent-1.11.20.pom error 03-Jan-2023 03:10:12 #18 54.88 Progress (1): 3.3/43 kB error 03-Jan-2023 03:10:12 Progress (1): 6.1/43 kB error 03-Jan-2023 03:10:12 Progress (1): 8.9/43 kB error 03-Jan-2023 03:10:12 Progress (1): 12/43 kB error 03-Jan-2023 03:10:12 Progress (1): 14/43 kB error 03-Jan-2023 03:10:12 Progress (1): 17/43 kB error 03-Jan-2023 03:10:12 Progress (1): 20/43 kB error 03-Jan-2023 03:10:12 Progress (1): 23/43 kB error 03-Jan-2023 03:10:12 Progress (1): 26/43 kB error 03-Jan-2023 03:10:12 Progress (1): 28/43 kB error 03-Jan-2023 03:10:12 Progress (1): 31/43 kB error 03-Jan-2023 03:10:12 Progress (1): 34/43 kB error 03-Jan-2023 03:10:12 Progress (1): 37/43 kB error 03-Jan-2023 03:10:12 Progress (1): 40/43 kB error 03-Jan-2023 03:10:12 Progress (1): 42/43 kB error 03-Jan-2023 03:10:12 Progress (1): 43 kB error 03-Jan-2023 03:10:12 error 03-Jan-2023 03:10:12 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/net/bytebuddy/byte-buddy-parent/1.11.20/byte-buddy-parent-1.11.20.pom (43 kB at 103 kB/s) error 03-Jan-2023 03:10:12 #18 ... error 03-Jan-2023 03:10:12 error 03-Jan-2023 03:10:12 #21 [linux/amd64 dev 4/4] RUN mvn -s /usr/share/maven/ref/settings-docker.xml install error 03-Jan-2023 03:10:12 #21 54.94 Progress (1): 3.4/160 kB error 03-Jan-2023 03:10:12 Progress (1): 6.2/160 kB error 03-Jan-2023 03:10:12 Progress (1): 9.0/160 kB error 03-Jan-2023 03:10:12 Progress (1): 12/160 kB error 03-Jan-2023 03:10:12 Progress (1): 15/160 kB error 03-Jan-2023 03:10:12 Progress (1): 17/160 kB error 03-Jan-2023 03:10:12 Progress (1): 20/160 kB error 03-Jan-2023 03:10:12 Progress (1): 23/160 kB error 03-Jan-2023 03:10:12 Progress (1): 26/160 kB error 03-Jan-2023 03:10:12 Progress (1): 29/160 kB error 03-Jan-2023 03:10:12 Progress (1): 31/160 kB error 03-Jan-2023 03:10:12 Progress (1): 34/160 kB error 03-Jan-2023 03:10:12 Progress (1): 37/160 kB error 03-Jan-2023 03:10:12 Progress (1): 40/160 kB error 03-Jan-2023 03:10:12 Progress (1): 43/160 kB error 03-Jan-2023 03:10:12 Progress (1): 45/160 kB error 03-Jan-2023 03:10:12 Progress (1): 48/160 kB error 03-Jan-2023 03:10:12 Progress (1): 51/160 kB error 03-Jan-2023 03:10:12 Progress (1): 54/160 kB error 03-Jan-2023 03:10:12 Progress (1): 56/160 kB error 03-Jan-2023 03:10:12 Progress (1): 59/160 kB error 03-Jan-2023 03:10:12 Progress (1): 62/160 kB error 03-Jan-2023 03:10:12 Progress (1): 65/160 kB error 03-Jan-2023 03:10:12 Progress (1): 68/160 kB error 03-Jan-2023 03:10:12 Progress (1): 70/160 kB error 03-Jan-2023 03:10:12 Progress (1): 73/160 kB error 03-Jan-2023 03:10:12 Progress (1): 76/160 kB error 03-Jan-2023 03:10:12 Progress (1): 79/160 kB error 03-Jan-2023 03:10:12 Progress (1): 82/160 kB error 03-Jan-2023 03:10:12 Progress (1): 84/160 kB error 03-Jan-2023 03:10:12 Progress (1): 87/160 kB error 03-Jan-2023 03:10:12 Progress (1): 90/160 kB error 03-Jan-2023 03:10:12 Progress (1): 93/160 kB error 03-Jan-2023 03:10:12 Progress (1): 96/160 kB error 03-Jan-2023 03:10:12 Progress (1): 98/160 kB error 03-Jan-2023 03:10:12 Progress (1): 101/160 kB error 03-Jan-2023 03:10:12 Progress (1): 104/160 kB error 03-Jan-2023 03:10:12 Progress (1): 107/160 kB error 03-Jan-2023 03:10:12 Progress (1): 110/160 kB error 03-Jan-2023 03:10:12 Progress (1): 112/160 kB error 03-Jan-2023 03:10:12 Progress (2): 112/160 kB | 3.4/42 kB error 03-Jan-2023 03:10:12 Progress (2): 112/160 kB | 6.2/42 kB error 03-Jan-2023 03:10:12 Progress (2): 112/160 kB | 9.0/42 kB error 03-Jan-2023 03:10:12 Progress (2): 112/160 kB | 12/42 kB error 03-Jan-2023 03:10:12 Progress (2): 112/160 kB | 15/42 kB error 03-Jan-2023 03:10:12 Progress (2): 112/160 kB | 17/42 kB error 03-Jan-2023 03:10:12 Progress (2): 112/160 kB | 20/42 kB error 03-Jan-2023 03:10:12 Progress (2): 112/160 kB | 23/42 kB error 03-Jan-2023 03:10:12 Progress (2): 112/160 kB | 26/42 kB error 03-Jan-2023 03:10:12 Progress (2): 112/160 kB | 29/42 kB error 03-Jan-2023 03:10:12 Progress (2): 112/160 kB | 31/42 kB error 03-Jan-2023 03:10:12 Progress (2): 112/160 kB | 34/42 kB error 03-Jan-2023 03:10:12 Progress (2): 112/160 kB | 37/42 kB error 03-Jan-2023 03:10:12 Progress (2): 112/160 kB | 40/42 kB error 03-Jan-2023 03:10:12 Progress (2): 112/160 kB | 42 kB error 03-Jan-2023 03:10:12 Progress (3): 112/160 kB | 42 kB | 3.4/197 kB error 03-Jan-2023 03:10:12 Progress (3): 112/160 kB | 42 kB | 6.2/197 kB error 03-Jan-2023 03:10:12 Progress (3): 112/160 kB | 42 kB | 9.0/197 kB error 03-Jan-2023 03:10:12 Progress (3): 112/160 kB | 42 kB | 12/197 kB error 03-Jan-2023 03:10:12 Progress (3): 115/160 kB | 42 kB | 12/197 kB error 03-Jan-2023 03:10:12 Progress (3): 118/160 kB | 42 kB | 12/197 kB error 03-Jan-2023 03:10:12 Progress (3): 121/160 kB | 42 kB | 12/197 kB error 03-Jan-2023 03:10:12 Progress (3): 124/160 kB | 42 kB | 12/197 kB error 03-Jan-2023 03:10:12 Progress (3): 126/160 kB | 42 kB | 12/197 kB error 03-Jan-2023 03:10:12 Progress (3): 129/160 kB | 42 kB | 12/197 kB error 03-Jan-2023 03:10:12 Progress (3): 132/160 kB | 42 kB | 12/197 kB error 03-Jan-2023 03:10:12 Progress (3): 135/160 kB | 42 kB | 12/197 kB error 03-Jan-2023 03:10:12 Progress (3): 138/160 kB | 42 kB | 12/197 kB error 03-Jan-2023 03:10:12 Progress (3): 140/160 kB | 42 kB | 12/197 kB error 03-Jan-2023 03:10:12 Progress (3): 143/160 kB | 42 kB | 12/197 kB error 03-Jan-2023 03:10:12 Progress (3): 146/160 kB | 42 kB | 12/197 kB error 03-Jan-2023 03:10:12 Progress (3): 149/160 kB | 42 kB | 12/197 kB error 03-Jan-2023 03:10:12 Progress (3): 152/160 kB | 42 kB | 12/197 kB error 03-Jan-2023 03:10:12 Progress (3): 154/160 kB | 42 kB | 12/197 kB error 03-Jan-2023 03:10:12 Progress (3): 157/160 kB | 42 kB | 12/197 kB error 03-Jan-2023 03:10:12 Progress (3): 160 kB | 42 kB | 12/197 kB error 03-Jan-2023 03:10:12 error 03-Jan-2023 03:10:12 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-settings-builder/3.1.1/maven-settings-builder-3.1.1.jar (42 kB at 82 kB/s) error 03-Jan-2023 03:10:12 #21 55.08 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/codehaus/plexus/plexus-interpolation/1.19/plexus-interpolation-1.19.jar error 03-Jan-2023 03:10:12 #21 55.12 Progress (2): 160 kB | 15/197 kB error 03-Jan-2023 03:10:12 Progress (2): 160 kB | 17/197 kB error 03-Jan-2023 03:10:12 Progress (2): 160 kB | 20/197 kB error 03-Jan-2023 03:10:12 Progress (2): 160 kB | 23/197 kB error 03-Jan-2023 03:10:12 Progress (2): 160 kB | 26/197 kB error 03-Jan-2023 03:10:12 Progress (2): 160 kB | 29/197 kB error 03-Jan-2023 03:10:12 Progress (2): 160 kB | 31/197 kB error 03-Jan-2023 03:10:12 Progress (2): 160 kB | 34/197 kB error 03-Jan-2023 03:10:12 Progress (2): 160 kB | 37/197 kB error 03-Jan-2023 03:10:12 Progress (2): 160 kB | 40/197 kB error 03-Jan-2023 03:10:12 error 03-Jan-2023 03:10:12 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-model-builder/3.1.1/maven-model-builder-3.1.1.jar (160 kB at 269 kB/s) error 03-Jan-2023 03:10:12 #21 55.16 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/codehaus/plexus/plexus-classworlds/2.5.1/plexus-classworlds-2.5.1.jar error 03-Jan-2023 03:10:12 #21 55.19 Progress (2): 40/197 kB | 3.4/62 kB error 03-Jan-2023 03:10:12 Progress (2): 40/197 kB | 6.2/62 kB error 03-Jan-2023 03:10:12 Progress (2): 40/197 kB | 9.0/62 kB error 03-Jan-2023 03:10:12 Progress (2): 40/197 kB | 12/62 kB error 03-Jan-2023 03:10:12 Progress (2): 40/197 kB | 15/62 kB error 03-Jan-2023 03:10:12 Progress (2): 40/197 kB | 17/62 kB error 03-Jan-2023 03:10:12 Progress (2): 40/197 kB | 20/62 kB error 03-Jan-2023 03:10:12 Progress (2): 40/197 kB | 23/62 kB error 03-Jan-2023 03:10:12 Progress (2): 40/197 kB | 26/62 kB error 03-Jan-2023 03:10:12 Progress (2): 40/197 kB | 29/62 kB error 03-Jan-2023 03:10:12 Progress (2): 40/197 kB | 31/62 kB error 03-Jan-2023 03:10:12 Progress (2): 40/197 kB | 34/62 kB error 03-Jan-2023 03:10:12 Progress (2): 40/197 kB | 37/62 kB error 03-Jan-2023 03:10:12 Progress (2): 40/197 kB | 40/62 kB error 03-Jan-2023 03:10:12 Progress (2): 40/197 kB | 43/62 kB error 03-Jan-2023 03:10:12 Progress (2): 40/197 kB | 45/62 kB error 03-Jan-2023 03:10:12 Progress (2): 40/197 kB | 48/62 kB error 03-Jan-2023 03:10:12 Progress (2): 40/197 kB | 51/62 kB error 03-Jan-2023 03:10:12 Progress (2): 40/197 kB | 54/62 kB error 03-Jan-2023 03:10:12 Progress (2): 40/197 kB | 57/62 kB error 03-Jan-2023 03:10:12 Progress (2): 40/197 kB | 59/62 kB error 03-Jan-2023 03:10:12 Progress (2): 40/197 kB | 62 kB error 03-Jan-2023 03:10:12 Progress (3): 40/197 kB | 62 kB | 4.1/291 kB error 03-Jan-2023 03:10:12 Progress (3): 40/197 kB | 62 kB | 8.2/291 kB error 03-Jan-2023 03:10:12 Progress (3): 40/197 kB | 62 kB | 12/291 kB error 03-Jan-2023 03:10:12 Progress (3): 40/197 kB | 62 kB | 16/291 kB error 03-Jan-2023 03:10:12 Progress (3): 43/197 kB | 62 kB | 16/291 kB error 03-Jan-2023 03:10:12 Progress (3): 45/197 kB | 62 kB | 16/291 kB error 03-Jan-2023 03:10:12 Progress (3): 48/197 kB | 62 kB | 16/291 kB error 03-Jan-2023 03:10:12 Progress (3): 51/197 kB | 62 kB | 16/291 kB error 03-Jan-2023 03:10:12 Progress (3): 54/197 kB | 62 kB | 16/291 kB error 03-Jan-2023 03:10:12 Progress (3): 56/197 kB | 62 kB | 16/291 kB error 03-Jan-2023 03:10:12 Progress (3): 59/197 kB | 62 kB | 16/291 kB error 03-Jan-2023 03:10:12 Progress (3): 62/197 kB | 62 kB | 16/291 kB error 03-Jan-2023 03:10:12 Progress (3): 65/197 kB | 62 kB | 16/291 kB error 03-Jan-2023 03:10:12 Progress (3): 68/197 kB | 62 kB | 16/291 kB error 03-Jan-2023 03:10:12 Progress (3): 70/197 kB | 62 kB | 16/291 kB error 03-Jan-2023 03:10:12 Progress (3): 73/197 kB | 62 kB | 16/291 kB error 03-Jan-2023 03:10:12 Progress (3): 76/197 kB | 62 kB | 16/291 kB error 03-Jan-2023 03:10:12 Progress (4): 76/197 kB | 62 kB | 16/291 kB | 3.4/50 kB error 03-Jan-2023 03:10:12 Progress (4): 76/197 kB | 62 kB | 16/291 kB | 6.2/50 kB error 03-Jan-2023 03:10:12 Progress (4): 76/197 kB | 62 kB | 16/291 kB | 9.0/50 kB error 03-Jan-2023 03:10:12 Progress (4): 76/197 kB | 62 kB | 16/291 kB | 12/50 kB error 03-Jan-2023 03:10:12 Progress (4): 76/197 kB | 62 kB | 16/291 kB | 15/50 kB error 03-Jan-2023 03:10:12 Progress (4): 76/197 kB | 62 kB | 16/291 kB | 17/50 kB error 03-Jan-2023 03:10:12 Progress (4): 76/197 kB | 62 kB | 16/291 kB | 20/50 kB error 03-Jan-2023 03:10:12 Progress (4): 76/197 kB | 62 kB | 16/291 kB | 23/50 kB error 03-Jan-2023 03:10:12 Progress (4): 76/197 kB | 62 kB | 16/291 kB | 26/50 kB error 03-Jan-2023 03:10:12 Progress (4): 76/197 kB | 62 kB | 16/291 kB | 29/50 kB error 03-Jan-2023 03:10:12 Progress (4): 76/197 kB | 62 kB | 16/291 kB | 31/50 kB error 03-Jan-2023 03:10:12 Progress (4): 76/197 kB | 62 kB | 16/291 kB | 34/50 kB error 03-Jan-2023 03:10:12 Progress (4): 76/197 kB | 62 kB | 16/291 kB | 37/50 kB error 03-Jan-2023 03:10:12 Progress (4): 76/197 kB | 62 kB | 16/291 kB | 40/50 kB error 03-Jan-2023 03:10:12 Progress (4): 76/197 kB | 62 kB | 16/291 kB | 43/50 kB error 03-Jan-2023 03:10:12 Progress (4): 76/197 kB | 62 kB | 16/291 kB | 45/50 kB error 03-Jan-2023 03:10:12 Progress (4): 76/197 kB | 62 kB | 16/291 kB | 48/50 kB error 03-Jan-2023 03:10:12 Progress (4): 76/197 kB | 62 kB | 16/291 kB | 50 kB error 03-Jan-2023 03:10:12 Progress (4): 76/197 kB | 62 kB | 20/291 kB | 50 kB error 03-Jan-2023 03:10:12 Progress (4): 76/197 kB | 62 kB | 25/291 kB | 50 kB error 03-Jan-2023 03:10:12 Progress (4): 76/197 kB | 62 kB | 29/291 kB | 50 kB error 03-Jan-2023 03:10:12 Progress (4): 76/197 kB | 62 kB | 33/291 kB | 50 kB error 03-Jan-2023 03:10:12 Progress (4): 76/197 kB | 62 kB | 37/291 kB | 50 kB error 03-Jan-2023 03:10:12 Progress (4): 76/197 kB | 62 kB | 41/291 kB | 50 kB error 03-Jan-2023 03:10:12 Progress (4): 76/197 kB | 62 kB | 45/291 kB | 50 kB error 03-Jan-2023 03:10:12 Progress (4): 76/197 kB | 62 kB | 49/291 kB | 50 kB error 03-Jan-2023 03:10:12 Progress (4): 76/197 kB | 62 kB | 52/291 kB | 50 kB error 03-Jan-2023 03:10:12 error 03-Jan-2023 03:10:12 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/codehaus/plexus/plexus-interpolation/1.19/plexus-interpolation-1.19.jar (62 kB at 83 kB/s) error 03-Jan-2023 03:10:12 #21 55.31 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-repository-metadata/3.1.1/maven-repository-metadata-3.1.1.jar error 03-Jan-2023 03:10:12 #21 55.32 Progress (3): 79/197 kB | 52/291 kB | 50 kB error 03-Jan-2023 03:10:12 Progress (3): 82/197 kB | 52/291 kB | 50 kB error 03-Jan-2023 03:10:12 Progress (3): 84/197 kB | 52/291 kB | 50 kB error 03-Jan-2023 03:10:12 Progress (3): 87/197 kB | 52/291 kB | 50 kB error 03-Jan-2023 03:10:12 Progress (3): 90/197 kB | 52/291 kB | 50 kB error 03-Jan-2023 03:10:12 Progress (3): 93/197 kB | 52/291 kB | 50 kB error 03-Jan-2023 03:10:12 Progress (3): 96/197 kB | 52/291 kB | 50 kB error 03-Jan-2023 03:10:12 Progress (3): 98/197 kB | 52/291 kB | 50 kB error 03-Jan-2023 03:10:12 Progress (3): 101/197 kB | 52/291 kB | 50 kB error 03-Jan-2023 03:10:12 Progress (3): 104/197 kB | 52/291 kB | 50 kB error 03-Jan-2023 03:10:12 Progress (3): 107/197 kB | 52/291 kB | 50 kB error 03-Jan-2023 03:10:12 Progress (3): 109/197 kB | 52/291 kB | 50 kB error 03-Jan-2023 03:10:12 Progress (3): 112/197 kB | 52/291 kB | 50 kB error 03-Jan-2023 03:10:12 Progress (3): 115/197 kB | 52/291 kB | 50 kB error 03-Jan-2023 03:10:12 Progress (3): 118/197 kB | 52/291 kB | 50 kB error 03-Jan-2023 03:10:12 Progress (3): 121/197 kB | 52/291 kB | 50 kB error 03-Jan-2023 03:10:12 Progress (3): 123/197 kB | 52/291 kB | 50 kB error 03-Jan-2023 03:10:12 Progress (3): 126/197 kB | 52/291 kB | 50 kB error 03-Jan-2023 03:10:12 Progress (3): 129/197 kB | 52/291 kB | 50 kB error 03-Jan-2023 03:10:12 Progress (3): 132/197 kB | 52/291 kB | 50 kB error 03-Jan-2023 03:10:12 Progress (3): 134/197 kB | 52/291 kB | 50 kB error 03-Jan-2023 03:10:12 Progress (3): 137/197 kB | 52/291 kB | 50 kB error 03-Jan-2023 03:10:12 Progress (3): 140/197 kB | 52/291 kB | 50 kB error 03-Jan-2023 03:10:12 Progress (3): 143/197 kB | 52/291 kB | 50 kB error 03-Jan-2023 03:10:12 Progress (3): 146/197 kB | 52/291 kB | 50 kB error 03-Jan-2023 03:10:12 Progress (3): 148/197 kB | 52/291 kB | 50 kB error 03-Jan-2023 03:10:12 Progress (3): 151/197 kB | 52/291 kB | 50 kB error 03-Jan-2023 03:10:12 Progress (3): 154/197 kB | 52/291 kB | 50 kB error 03-Jan-2023 03:10:12 Progress (3): 157/197 kB | 52/291 kB | 50 kB error 03-Jan-2023 03:10:12 Progress (3): 159/197 kB | 52/291 kB | 50 kB error 03-Jan-2023 03:10:12 Progress (3): 162/197 kB | 52/291 kB | 50 kB error 03-Jan-2023 03:10:12 Progress (3): 165/197 kB | 52/291 kB | 50 kB error 03-Jan-2023 03:10:12 Progress (3): 168/197 kB | 52/291 kB | 50 kB error 03-Jan-2023 03:10:12 Progress (3): 168/197 kB | 56/291 kB | 50 kB error 03-Jan-2023 03:10:12 Progress (3): 168/197 kB | 60/291 kB | 50 kB error 03-Jan-2023 03:10:12 Progress (3): 168/197 kB | 64/291 kB | 50 kB error 03-Jan-2023 03:10:12 Progress (3): 168/197 kB | 68/291 kB | 50 kB error 03-Jan-2023 03:10:12 Progress (3): 168/197 kB | 72/291 kB | 50 kB error 03-Jan-2023 03:10:12 error 03-Jan-2023 03:10:12 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/codehaus/plexus/plexus-classworlds/2.5.1/plexus-classworlds-2.5.1.jar (50 kB at 60 kB/s) error 03-Jan-2023 03:10:12 #21 55.40 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-settings/3.1.1/maven-settings-3.1.1.jar error 03-Jan-2023 03:10:12 #21 55.40 Progress (2): 168/197 kB | 76/291 kB error 03-Jan-2023 03:10:12 Progress (2): 168/197 kB | 80/291 kB error 03-Jan-2023 03:10:12 Progress (2): 168/197 kB | 84/291 kB error 03-Jan-2023 03:10:12 Progress (2): 168/197 kB | 86/291 kB error 03-Jan-2023 03:10:12 Progress (2): 168/197 kB | 91/291 kB error 03-Jan-2023 03:10:12 Progress (2): 168/197 kB | 95/291 kB error 03-Jan-2023 03:10:12 Progress (2): 168/197 kB | 99/291 kB error 03-Jan-2023 03:10:12 Progress (2): 168/197 kB | 103/291 kB error 03-Jan-2023 03:10:12 Progress (2): 168/197 kB | 107/291 kB error 03-Jan-2023 03:10:12 Progress (2): 168/197 kB | 111/291 kB error 03-Jan-2023 03:10:12 Progress (3): 168/197 kB | 111/291 kB | 4.1/557 kB error 03-Jan-2023 03:10:12 Progress (3): 168/197 kB | 111/291 kB | 8.2/557 kB error 03-Jan-2023 03:10:12 Progress (3): 168/197 kB | 111/291 kB | 12/557 kB error 03-Jan-2023 03:10:12 Progress (3): 168/197 kB | 111/291 kB | 16/557 kB error 03-Jan-2023 03:10:12 Progress (3): 168/197 kB | 115/291 kB | 16/557 kB error 03-Jan-2023 03:10:12 Progress (3): 168/197 kB | 119/291 kB | 16/557 kB error 03-Jan-2023 03:10:12 Progress (3): 168/197 kB | 121/291 kB | 16/557 kB error 03-Jan-2023 03:10:12 Progress (3): 171/197 kB | 121/291 kB | 16/557 kB error 03-Jan-2023 03:10:12 Progress (3): 173/197 kB | 121/291 kB | 16/557 kB error 03-Jan-2023 03:10:12 Progress (3): 176/197 kB | 121/291 kB | 16/557 kB error 03-Jan-2023 03:10:12 Progress (3): 179/197 kB | 121/291 kB | 16/557 kB error 03-Jan-2023 03:10:12 Progress (3): 182/197 kB | 121/291 kB | 16/557 kB error 03-Jan-2023 03:10:12 Progress (3): 185/197 kB | 121/291 kB | 16/557 kB error 03-Jan-2023 03:10:12 Progress (3): 187/197 kB | 121/291 kB | 16/557 kB error 03-Jan-2023 03:10:12 Progress (3): 190/197 kB | 121/291 kB | 16/557 kB error 03-Jan-2023 03:10:12 Progress (3): 193/197 kB | 121/291 kB | 16/557 kB error 03-Jan-2023 03:10:12 Progress (3): 196/197 kB | 121/291 kB | 16/557 kB error 03-Jan-2023 03:10:12 Progress (3): 197 kB | 121/291 kB | 16/557 kB error 03-Jan-2023 03:10:12 Progress (4): 197 kB | 121/291 kB | 16/557 kB | 3.4/25 kB error 03-Jan-2023 03:10:12 Progress (4): 197 kB | 121/291 kB | 16/557 kB | 6.2/25 kB error 03-Jan-2023 03:10:12 Progress (4): 197 kB | 121/291 kB | 16/557 kB | 9.0/25 kB error 03-Jan-2023 03:10:12 Progress (4): 197 kB | 121/291 kB | 16/557 kB | 12/25 kB error 03-Jan-2023 03:10:12 Progress (4): 197 kB | 121/291 kB | 16/557 kB | 15/25 kB error 03-Jan-2023 03:10:12 Progress (4): 197 kB | 121/291 kB | 16/557 kB | 17/25 kB error 03-Jan-2023 03:10:12 Progress (4): 197 kB | 121/291 kB | 16/557 kB | 20/25 kB error 03-Jan-2023 03:10:12 Progress (4): 197 kB | 121/291 kB | 16/557 kB | 23/25 kB error 03-Jan-2023 03:10:12 Progress (4): 197 kB | 121/291 kB | 16/557 kB | 25 kB error 03-Jan-2023 03:10:12 Progress (4): 197 kB | 125/291 kB | 16/557 kB | 25 kB error 03-Jan-2023 03:10:13 Progress (4): 197 kB | 130/291 kB | 16/557 kB | 25 kB error 03-Jan-2023 03:10:13 Progress (4): 197 kB | 134/291 kB | 16/557 kB | 25 kB error 03-Jan-2023 03:10:13 Progress (4): 197 kB | 138/291 kB | 16/557 kB | 25 kB error 03-Jan-2023 03:10:13 Progress (4): 197 kB | 142/291 kB | 16/557 kB | 25 kB error 03-Jan-2023 03:10:13 Progress (4): 197 kB | 146/291 kB | 16/557 kB | 25 kB error 03-Jan-2023 03:10:13 Progress (4): 197 kB | 150/291 kB | 16/557 kB | 25 kB error 03-Jan-2023 03:10:13 Progress (4): 197 kB | 154/291 kB | 16/557 kB | 25 kB error 03-Jan-2023 03:10:13 Progress (4): 197 kB | 156/291 kB | 16/557 kB | 25 kB error 03-Jan-2023 03:10:13 Progress (4): 197 kB | 160/291 kB | 16/557 kB | 25 kB error 03-Jan-2023 03:10:13 Progress (4): 197 kB | 164/291 kB | 16/557 kB | 25 kB error 03-Jan-2023 03:10:13 Progress (4): 197 kB | 168/291 kB | 16/557 kB | 25 kB error 03-Jan-2023 03:10:13 Progress (4): 197 kB | 173/291 kB | 16/557 kB | 25 kB error 03-Jan-2023 03:10:13 Progress (4): 197 kB | 177/291 kB | 16/557 kB | 25 kB error 03-Jan-2023 03:10:13 Progress (4): 197 kB | 181/291 kB | 16/557 kB | 25 kB error 03-Jan-2023 03:10:13 Progress (4): 197 kB | 185/291 kB | 16/557 kB | 25 kB error 03-Jan-2023 03:10:13 Progress (4): 197 kB | 189/291 kB | 16/557 kB | 25 kB error 03-Jan-2023 03:10:13 Progress (4): 197 kB | 191/291 kB | 16/557 kB | 25 kB error 03-Jan-2023 03:10:13 Progress (4): 197 kB | 191/291 kB | 19/557 kB | 25 kB error 03-Jan-2023 03:10:13 Progress (4): 197 kB | 191/291 kB | 23/557 kB | 25 kB error 03-Jan-2023 03:10:13 Progress (4): 197 kB | 191/291 kB | 27/557 kB | 25 kB error 03-Jan-2023 03:10:13 Progress (4): 197 kB | 191/291 kB | 31/557 kB | 25 kB error 03-Jan-2023 03:10:13 Progress (4): 197 kB | 191/291 kB | 34/557 kB | 25 kB error 03-Jan-2023 03:10:13 Progress (4): 197 kB | 191/291 kB | 38/557 kB | 25 kB error 03-Jan-2023 03:10:13 Progress (4): 197 kB | 191/291 kB | 42/557 kB | 25 kB error 03-Jan-2023 03:10:13 Progress (4): 197 kB | 191/291 kB | 46/557 kB | 25 kB error 03-Jan-2023 03:10:13 Progress (4): 197 kB | 191/291 kB | 51/557 kB | 25 kB error 03-Jan-2023 03:10:13 Progress (5): 197 kB | 191/291 kB | 51/557 kB | 25 kB | 3.4/42 kB error 03-Jan-2023 03:10:13 Progress (5): 197 kB | 191/291 kB | 51/557 kB | 25 kB | 6.2/42 kB error 03-Jan-2023 03:10:13 Progress (5): 197 kB | 191/291 kB | 51/557 kB | 25 kB | 9.0/42 kB error 03-Jan-2023 03:10:13 Progress (5): 197 kB | 191/291 kB | 51/557 kB | 25 kB | 12/42 kB error 03-Jan-2023 03:10:13 Progress (5): 197 kB | 191/291 kB | 51/557 kB | 25 kB | 15/42 kB error 03-Jan-2023 03:10:13 Progress (5): 197 kB | 191/291 kB | 51/557 kB | 25 kB | 17/42 kB error 03-Jan-2023 03:10:13 Progress (5): 197 kB | 191/291 kB | 51/557 kB | 25 kB | 20/42 kB error 03-Jan-2023 03:10:13 Progress (5): 197 kB | 191/291 kB | 51/557 kB | 25 kB | 23/42 kB error 03-Jan-2023 03:10:13 Progress (5): 197 kB | 191/291 kB | 51/557 kB | 25 kB | 26/42 kB error 03-Jan-2023 03:10:13 Progress (5): 197 kB | 191/291 kB | 51/557 kB | 25 kB | 29/42 kB error 03-Jan-2023 03:10:13 Progress (5): 197 kB | 191/291 kB | 51/557 kB | 25 kB | 31/42 kB error 03-Jan-2023 03:10:13 Progress (5): 197 kB | 191/291 kB | 51/557 kB | 25 kB | 34/42 kB error 03-Jan-2023 03:10:13 Progress (5): 197 kB | 191/291 kB | 51/557 kB | 25 kB | 37/42 kB error 03-Jan-2023 03:10:13 Progress (5): 197 kB | 191/291 kB | 51/557 kB | 25 kB | 40/42 kB error 03-Jan-2023 03:10:13 Progress (5): 197 kB | 195/291 kB | 51/557 kB | 25 kB | 40/42 kB error 03-Jan-2023 03:10:13 Progress (5): 197 kB | 195/291 kB | 51/557 kB | 25 kB | 42 kB error 03-Jan-2023 03:10:13 Progress (5): 197 kB | 199/291 kB | 51/557 kB | 25 kB | 42 kB error 03-Jan-2023 03:10:13 Progress (5): 197 kB | 203/291 kB | 51/557 kB | 25 kB | 42 kB error 03-Jan-2023 03:10:13 Progress (5): 197 kB | 207/291 kB | 51/557 kB | 25 kB | 42 kB error 03-Jan-2023 03:10:13 Progress (5): 197 kB | 211/291 kB | 51/557 kB | 25 kB | 42 kB error 03-Jan-2023 03:10:13 Progress (5): 197 kB | 216/291 kB | 51/557 kB | 25 kB | 42 kB error 03-Jan-2023 03:10:13 Progress (5): 197 kB | 220/291 kB | 51/557 kB | 25 kB | 42 kB error 03-Jan-2023 03:10:13 Progress (5): 197 kB | 224/291 kB | 51/557 kB | 25 kB | 42 kB error 03-Jan-2023 03:10:13 Progress (5): 197 kB | 226/291 kB | 51/557 kB | 25 kB | 42 kB error 03-Jan-2023 03:10:13 Progress (5): 197 kB | 230/291 kB | 51/557 kB | 25 kB | 42 kB error 03-Jan-2023 03:10:13 Progress (5): 197 kB | 234/291 kB | 51/557 kB | 25 kB | 42 kB error 03-Jan-2023 03:10:13 Progress (5): 197 kB | 238/291 kB | 51/557 kB | 25 kB | 42 kB error 03-Jan-2023 03:10:13 Progress (5): 197 kB | 242/291 kB | 51/557 kB | 25 kB | 42 kB error 03-Jan-2023 03:10:13 Progress (5): 197 kB | 246/291 kB | 51/557 kB | 25 kB | 42 kB error 03-Jan-2023 03:10:13 Progress (5): 197 kB | 250/291 kB | 51/557 kB | 25 kB | 42 kB error 03-Jan-2023 03:10:13 Progress (5): 197 kB | 254/291 kB | 51/557 kB | 25 kB | 42 kB error 03-Jan-2023 03:10:13 Progress (5): 197 kB | 259/291 kB | 51/557 kB | 25 kB | 42 kB error 03-Jan-2023 03:10:13 Progress (5): 197 kB | 261/291 kB | 51/557 kB | 25 kB | 42 kB error 03-Jan-2023 03:10:13 error 03-Jan-2023 03:10:13 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/eclipse/sisu/org.eclipse.sisu.plexus/0.0.0.M5/org.eclipse.sisu.plexus-0.0.0.M5.jar (197 kB at 201 kB/s) error 03-Jan-2023 03:10:13 #21 55.54 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-aether-provider/3.1.1/maven-aether-provider-3.1.1.jar error 03-Jan-2023 03:10:13 #21 55.54 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-repository-metadata/3.1.1/maven-repository-metadata-3.1.1.jar (25 kB at 26 kB/s) error 03-Jan-2023 03:10:13 #21 55.54 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/reporting/maven-reporting-impl/3.0.0/maven-reporting-impl-3.0.0.jar error 03-Jan-2023 03:10:13 #21 55.60 Progress (3): 265/291 kB | 51/557 kB | 42 kB error 03-Jan-2023 03:10:13 Progress (3): 269/291 kB | 51/557 kB | 42 kB error 03-Jan-2023 03:10:13 Progress (3): 273/291 kB | 51/557 kB | 42 kB error 03-Jan-2023 03:10:13 Progress (3): 277/291 kB | 51/557 kB | 42 kB error 03-Jan-2023 03:10:13 Progress (3): 281/291 kB | 51/557 kB | 42 kB error 03-Jan-2023 03:10:13 Progress (3): 285/291 kB | 51/557 kB | 42 kB error 03-Jan-2023 03:10:13 Progress (3): 289/291 kB | 51/557 kB | 42 kB error 03-Jan-2023 03:10:13 Progress (3): 291 kB | 51/557 kB | 42 kB error 03-Jan-2023 03:10:13 Progress (3): 291 kB | 55/557 kB | 42 kB error 03-Jan-2023 03:10:13 Progress (3): 291 kB | 59/557 kB | 42 kB error 03-Jan-2023 03:10:13 Progress (3): 291 kB | 63/557 kB | 42 kB error 03-Jan-2023 03:10:13 Progress (3): 291 kB | 67/557 kB | 42 kB error 03-Jan-2023 03:10:13 Progress (3): 291 kB | 69/557 kB | 42 kB error 03-Jan-2023 03:10:13 Progress (3): 291 kB | 73/557 kB | 42 kB error 03-Jan-2023 03:10:13 Progress (3): 291 kB | 77/557 kB | 42 kB error 03-Jan-2023 03:10:13 Progress (3): 291 kB | 81/557 kB | 42 kB error 03-Jan-2023 03:10:13 Progress (3): 291 kB | 85/557 kB | 42 kB error 03-Jan-2023 03:10:13 Progress (3): 291 kB | 89/557 kB | 42 kB error 03-Jan-2023 03:10:13 Progress (3): 291 kB | 94/557 kB | 42 kB error 03-Jan-2023 03:10:13 Progress (3): 291 kB | 98/557 kB | 42 kB error 03-Jan-2023 03:10:13 Progress (3): 291 kB | 102/557 kB | 42 kB error 03-Jan-2023 03:10:13 Progress (3): 291 kB | 104/557 kB | 42 kB error 03-Jan-2023 03:10:13 Progress (3): 291 kB | 108/557 kB | 42 kB error 03-Jan-2023 03:10:13 Progress (3): 291 kB | 112/557 kB | 42 kB error 03-Jan-2023 03:10:13 Progress (3): 291 kB | 116/557 kB | 42 kB error 03-Jan-2023 03:10:13 Progress (3): 291 kB | 120/557 kB | 42 kB error 03-Jan-2023 03:10:13 error 03-Jan-2023 03:10:13 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-settings/3.1.1/maven-settings-3.1.1.jar (42 kB at 39 kB/s) error 03-Jan-2023 03:10:13 #21 55.64 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/doxia/doxia-decoration-model/1.7.4/doxia-decoration-model-1.7.4.jar error 03-Jan-2023 03:10:13 #21 55.65 Progress (3): 291 kB | 120/557 kB | 3.4/60 kB error 03-Jan-2023 03:10:13 Progress (3): 291 kB | 120/557 kB | 6.2/60 kB error 03-Jan-2023 03:10:13 Progress (3): 291 kB | 120/557 kB | 9.0/60 kB error 03-Jan-2023 03:10:13 Progress (3): 291 kB | 120/557 kB | 12/60 kB error 03-Jan-2023 03:10:13 Progress (3): 291 kB | 120/557 kB | 15/60 kB error 03-Jan-2023 03:10:13 Progress (3): 291 kB | 120/557 kB | 17/60 kB error 03-Jan-2023 03:10:13 Progress (3): 291 kB | 120/557 kB | 20/60 kB error 03-Jan-2023 03:10:13 Progress (3): 291 kB | 120/557 kB | 23/60 kB error 03-Jan-2023 03:10:13 Progress (3): 291 kB | 120/557 kB | 26/60 kB error 03-Jan-2023 03:10:13 Progress (3): 291 kB | 120/557 kB | 29/60 kB error 03-Jan-2023 03:10:13 Progress (3): 291 kB | 120/557 kB | 31/60 kB error 03-Jan-2023 03:10:13 Progress (3): 291 kB | 120/557 kB | 34/60 kB error 03-Jan-2023 03:10:13 Progress (3): 291 kB | 120/557 kB | 37/60 kB error 03-Jan-2023 03:10:13 Progress (3): 291 kB | 120/557 kB | 40/60 kB error 03-Jan-2023 03:10:13 Progress (3): 291 kB | 120/557 kB | 43/60 kB error 03-Jan-2023 03:10:13 Progress (3): 291 kB | 120/557 kB | 45/60 kB error 03-Jan-2023 03:10:13 Progress (3): 291 kB | 120/557 kB | 48/60 kB error 03-Jan-2023 03:10:13 Progress (3): 291 kB | 120/557 kB | 51/60 kB error 03-Jan-2023 03:10:13 Progress (3): 291 kB | 120/557 kB | 54/60 kB error 03-Jan-2023 03:10:13 Progress (3): 291 kB | 120/557 kB | 56/60 kB error 03-Jan-2023 03:10:13 Progress (3): 291 kB | 120/557 kB | 59/60 kB error 03-Jan-2023 03:10:13 Progress (3): 291 kB | 120/557 kB | 60 kB error 03-Jan-2023 03:10:13 Progress (4): 291 kB | 120/557 kB | 60 kB | 3.3/18 kB error 03-Jan-2023 03:10:13 Progress (4): 291 kB | 120/557 kB | 60 kB | 6.1/18 kB error 03-Jan-2023 03:10:13 Progress (4): 291 kB | 120/557 kB | 60 kB | 8.9/18 kB error 03-Jan-2023 03:10:13 Progress (4): 291 kB | 120/557 kB | 60 kB | 12/18 kB error 03-Jan-2023 03:10:13 Progress (4): 291 kB | 120/557 kB | 60 kB | 14/18 kB error 03-Jan-2023 03:10:13 Progress (4): 291 kB | 120/557 kB | 60 kB | 17/18 kB error 03-Jan-2023 03:10:13 Progress (4): 291 kB | 120/557 kB | 60 kB | 18 kB error 03-Jan-2023 03:10:13 Progress (4): 291 kB | 124/557 kB | 60 kB | 18 kB error 03-Jan-2023 03:10:13 Progress (4): 291 kB | 128/557 kB | 60 kB | 18 kB error 03-Jan-2023 03:10:13 Progress (4): 291 kB | 132/557 kB | 60 kB | 18 kB error 03-Jan-2023 03:10:13 Progress (4): 291 kB | 137/557 kB | 60 kB | 18 kB error 03-Jan-2023 03:10:13 Progress (4): 291 kB | 139/557 kB | 60 kB | 18 kB error 03-Jan-2023 03:10:13 Progress (4): 291 kB | 143/557 kB | 60 kB | 18 kB error 03-Jan-2023 03:10:13 Progress (4): 291 kB | 147/557 kB | 60 kB | 18 kB error 03-Jan-2023 03:10:13 Progress (4): 291 kB | 151/557 kB | 60 kB | 18 kB error 03-Jan-2023 03:10:13 Progress (4): 291 kB | 155/557 kB | 60 kB | 18 kB error 03-Jan-2023 03:10:13 Progress (4): 291 kB | 159/557 kB | 60 kB | 18 kB error 03-Jan-2023 03:10:13 Progress (4): 291 kB | 163/557 kB | 60 kB | 18 kB error 03-Jan-2023 03:10:13 Progress (4): 291 kB | 167/557 kB | 60 kB | 18 kB error 03-Jan-2023 03:10:13 Progress (4): 291 kB | 171/557 kB | 60 kB | 18 kB error 03-Jan-2023 03:10:13 Progress (4): 291 kB | 173/557 kB | 60 kB | 18 kB error 03-Jan-2023 03:10:13 Progress (4): 291 kB | 178/557 kB | 60 kB | 18 kB error 03-Jan-2023 03:10:13 Progress (4): 291 kB | 182/557 kB | 60 kB | 18 kB error 03-Jan-2023 03:10:13 Progress (4): 291 kB | 186/557 kB | 60 kB | 18 kB error 03-Jan-2023 03:10:13 Progress (4): 291 kB | 190/557 kB | 60 kB | 18 kB error 03-Jan-2023 03:10:13 Progress (4): 291 kB | 194/557 kB | 60 kB | 18 kB error 03-Jan-2023 03:10:13 Progress (4): 291 kB | 198/557 kB | 60 kB | 18 kB error 03-Jan-2023 03:10:13 Progress (4): 291 kB | 202/557 kB | 60 kB | 18 kB error 03-Jan-2023 03:10:13 Progress (4): 291 kB | 206/557 kB | 60 kB | 18 kB error 03-Jan-2023 03:10:13 Progress (4): 291 kB | 208/557 kB | 60 kB | 18 kB error 03-Jan-2023 03:10:13 Progress (4): 291 kB | 212/557 kB | 60 kB | 18 kB error 03-Jan-2023 03:10:13 Progress (4): 291 kB | 216/557 kB | 60 kB | 18 kB error 03-Jan-2023 03:10:13 Progress (4): 291 kB | 221/557 kB | 60 kB | 18 kB error 03-Jan-2023 03:10:13 Progress (4): 291 kB | 225/557 kB | 60 kB | 18 kB error 03-Jan-2023 03:10:13 Progress (4): 291 kB | 229/557 kB | 60 kB | 18 kB error 03-Jan-2023 03:10:13 Progress (4): 291 kB | 233/557 kB | 60 kB | 18 kB error 03-Jan-2023 03:10:13 Progress (4): 291 kB | 237/557 kB | 60 kB | 18 kB error 03-Jan-2023 03:10:13 Progress (4): 291 kB | 241/557 kB | 60 kB | 18 kB error 03-Jan-2023 03:10:13 Progress (4): 291 kB | 243/557 kB | 60 kB | 18 kB error 03-Jan-2023 03:10:13 Progress (4): 291 kB | 247/557 kB | 60 kB | 18 kB error 03-Jan-2023 03:10:13 Progress (4): 291 kB | 251/557 kB | 60 kB | 18 kB error 03-Jan-2023 03:10:13 Progress (4): 291 kB | 255/557 kB | 60 kB | 18 kB error 03-Jan-2023 03:10:13 Progress (4): 291 kB | 259/557 kB | 60 kB | 18 kB error 03-Jan-2023 03:10:13 error 03-Jan-2023 03:10:13 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/eclipse/sisu/org.eclipse.sisu.inject/0.0.0.M5/org.eclipse.sisu.inject-0.0.0.M5.jar (291 kB at 251 kB/s) error 03-Jan-2023 03:10:13 #21 55.72 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/doxia/doxia-sink-api/1.9.1/doxia-sink-api-1.9.1.jar error 03-Jan-2023 03:10:13 #21 55.76 Progress (4): 259/557 kB | 60 kB | 18 kB | 3.4/61 kB error 03-Jan-2023 03:10:13 Progress (4): 259/557 kB | 60 kB | 18 kB | 6.2/61 kB error 03-Jan-2023 03:10:13 Progress (4): 259/557 kB | 60 kB | 18 kB | 9.0/61 kB error 03-Jan-2023 03:10:13 Progress (4): 259/557 kB | 60 kB | 18 kB | 12/61 kB error 03-Jan-2023 03:10:13 Progress (4): 259/557 kB | 60 kB | 18 kB | 15/61 kB error 03-Jan-2023 03:10:13 Progress (4): 259/557 kB | 60 kB | 18 kB | 17/61 kB error 03-Jan-2023 03:10:13 Progress (4): 259/557 kB | 60 kB | 18 kB | 20/61 kB error 03-Jan-2023 03:10:13 Progress (4): 259/557 kB | 60 kB | 18 kB | 23/61 kB error 03-Jan-2023 03:10:13 Progress (4): 259/557 kB | 60 kB | 18 kB | 26/61 kB error 03-Jan-2023 03:10:13 Progress (4): 259/557 kB | 60 kB | 18 kB | 29/61 kB error 03-Jan-2023 03:10:13 Progress (4): 259/557 kB | 60 kB | 18 kB | 31/61 kB error 03-Jan-2023 03:10:13 Progress (4): 259/557 kB | 60 kB | 18 kB | 34/61 kB error 03-Jan-2023 03:10:13 Progress (4): 259/557 kB | 60 kB | 18 kB | 37/61 kB error 03-Jan-2023 03:10:13 Progress (4): 259/557 kB | 60 kB | 18 kB | 40/61 kB error 03-Jan-2023 03:10:13 Progress (4): 259/557 kB | 60 kB | 18 kB | 43/61 kB error 03-Jan-2023 03:10:13 Progress (4): 259/557 kB | 60 kB | 18 kB | 45/61 kB error 03-Jan-2023 03:10:13 Progress (4): 259/557 kB | 60 kB | 18 kB | 48/61 kB error 03-Jan-2023 03:10:13 Progress (4): 259/557 kB | 60 kB | 18 kB | 51/61 kB error 03-Jan-2023 03:10:13 Progress (4): 259/557 kB | 60 kB | 18 kB | 54/61 kB error 03-Jan-2023 03:10:13 Progress (4): 259/557 kB | 60 kB | 18 kB | 57/61 kB error 03-Jan-2023 03:10:13 Progress (4): 259/557 kB | 60 kB | 18 kB | 59/61 kB error 03-Jan-2023 03:10:13 Progress (4): 259/557 kB | 60 kB | 18 kB | 61 kB error 03-Jan-2023 03:10:13 error 03-Jan-2023 03:10:13 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-aether-provider/3.1.1/maven-aether-provider-3.1.1.jar (60 kB at 49 kB/s) error 03-Jan-2023 03:10:13 #21 55.78 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/doxia/doxia-logging-api/1.9.1/doxia-logging-api-1.9.1.jar error 03-Jan-2023 03:10:13 #21 55.78 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/reporting/maven-reporting-impl/3.0.0/maven-reporting-impl-3.0.0.jar (18 kB at 15 kB/s) error 03-Jan-2023 03:10:13 #21 55.78 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/doxia/doxia-core/1.9.1/doxia-core-1.9.1.jar error 03-Jan-2023 03:10:13 #21 55.81 Progress (2): 264/557 kB | 61 kB error 03-Jan-2023 03:10:13 Progress (2): 268/557 kB | 61 kB error 03-Jan-2023 03:10:13 Progress (2): 272/557 kB | 61 kB error 03-Jan-2023 03:10:13 Progress (2): 276/557 kB | 61 kB error 03-Jan-2023 03:10:13 Progress (2): 278/557 kB | 61 kB error 03-Jan-2023 03:10:13 Progress (2): 282/557 kB | 61 kB error 03-Jan-2023 03:10:13 Progress (2): 286/557 kB | 61 kB error 03-Jan-2023 03:10:13 Progress (2): 290/557 kB | 61 kB error 03-Jan-2023 03:10:13 Progress (2): 294/557 kB | 61 kB error 03-Jan-2023 03:10:13 Progress (2): 298/557 kB | 61 kB error 03-Jan-2023 03:10:13 Progress (2): 302/557 kB | 61 kB error 03-Jan-2023 03:10:13 Progress (2): 307/557 kB | 61 kB error 03-Jan-2023 03:10:13 Progress (2): 311/557 kB | 61 kB error 03-Jan-2023 03:10:13 Progress (2): 313/557 kB | 61 kB error 03-Jan-2023 03:10:13 Progress (2): 317/557 kB | 61 kB error 03-Jan-2023 03:10:13 Progress (2): 321/557 kB | 61 kB error 03-Jan-2023 03:10:13 Progress (2): 325/557 kB | 61 kB error 03-Jan-2023 03:10:13 Progress (2): 329/557 kB | 61 kB error 03-Jan-2023 03:10:13 Progress (2): 333/557 kB | 61 kB error 03-Jan-2023 03:10:13 Progress (2): 337/557 kB | 61 kB error 03-Jan-2023 03:10:13 Progress (2): 341/557 kB | 61 kB error 03-Jan-2023 03:10:13 Progress (2): 345/557 kB | 61 kB error 03-Jan-2023 03:10:13 Progress (2): 348/557 kB | 61 kB error 03-Jan-2023 03:10:13 Progress (2): 352/557 kB | 61 kB error 03-Jan-2023 03:10:13 Progress (2): 356/557 kB | 61 kB error 03-Jan-2023 03:10:13 Progress (2): 360/557 kB | 61 kB error 03-Jan-2023 03:10:13 Progress (2): 364/557 kB | 61 kB error 03-Jan-2023 03:10:13 Progress (2): 368/557 kB | 61 kB error 03-Jan-2023 03:10:13 Progress (2): 372/557 kB | 61 kB error 03-Jan-2023 03:10:13 Progress (2): 376/557 kB | 61 kB error 03-Jan-2023 03:10:13 Progress (2): 380/557 kB | 61 kB error 03-Jan-2023 03:10:13 Progress (2): 382/557 kB | 61 kB error 03-Jan-2023 03:10:13 Progress (2): 386/557 kB | 61 kB error 03-Jan-2023 03:10:13 Progress (2): 391/557 kB | 61 kB error 03-Jan-2023 03:10:13 Progress (2): 395/557 kB | 61 kB error 03-Jan-2023 03:10:13 Progress (2): 399/557 kB | 61 kB error 03-Jan-2023 03:10:13 Progress (2): 403/557 kB | 61 kB error 03-Jan-2023 03:10:13 Progress (2): 407/557 kB | 61 kB error 03-Jan-2023 03:10:13 Progress (2): 411/557 kB | 61 kB error 03-Jan-2023 03:10:13 Progress (2): 415/557 kB | 61 kB error 03-Jan-2023 03:10:13 Progress (2): 417/557 kB | 61 kB error 03-Jan-2023 03:10:13 Progress (2): 421/557 kB | 61 kB error 03-Jan-2023 03:10:13 Progress (2): 425/557 kB | 61 kB error 03-Jan-2023 03:10:13 Progress (2): 429/557 kB | 61 kB error 03-Jan-2023 03:10:13 Progress (2): 434/557 kB | 61 kB error 03-Jan-2023 03:10:13 Progress (2): 438/557 kB | 61 kB error 03-Jan-2023 03:10:13 Progress (2): 442/557 kB | 61 kB error 03-Jan-2023 03:10:13 Progress (2): 446/557 kB | 61 kB error 03-Jan-2023 03:10:13 Progress (2): 450/557 kB | 61 kB error 03-Jan-2023 03:10:13 Progress (2): 452/557 kB | 61 kB error 03-Jan-2023 03:10:13 Progress (2): 456/557 kB | 61 kB error 03-Jan-2023 03:10:13 Progress (2): 460/557 kB | 61 kB error 03-Jan-2023 03:10:13 Progress (2): 464/557 kB | 61 kB error 03-Jan-2023 03:10:13 Progress (2): 468/557 kB | 61 kB error 03-Jan-2023 03:10:13 Progress (2): 472/557 kB | 61 kB error 03-Jan-2023 03:10:13 Progress (2): 477/557 kB | 61 kB error 03-Jan-2023 03:10:13 Progress (2): 481/557 kB | 61 kB error 03-Jan-2023 03:10:13 Progress (2): 485/557 kB | 61 kB error 03-Jan-2023 03:10:13 Progress (2): 487/557 kB | 61 kB error 03-Jan-2023 03:10:13 Progress (2): 491/557 kB | 61 kB error 03-Jan-2023 03:10:13 Progress (2): 495/557 kB | 61 kB error 03-Jan-2023 03:10:13 Progress (2): 499/557 kB | 61 kB error 03-Jan-2023 03:10:13 Progress (2): 503/557 kB | 61 kB error 03-Jan-2023 03:10:13 Progress (2): 507/557 kB | 61 kB error 03-Jan-2023 03:10:13 Progress (2): 511/557 kB | 61 kB error 03-Jan-2023 03:10:13 Progress (2): 515/557 kB | 61 kB error 03-Jan-2023 03:10:13 Progress (2): 520/557 kB | 61 kB error 03-Jan-2023 03:10:13 Progress (2): 522/557 kB | 61 kB error 03-Jan-2023 03:10:13 Progress (2): 526/557 kB | 61 kB error 03-Jan-2023 03:10:13 Progress (2): 530/557 kB | 61 kB error 03-Jan-2023 03:10:13 Progress (2): 534/557 kB | 61 kB error 03-Jan-2023 03:10:13 Progress (2): 538/557 kB | 61 kB error 03-Jan-2023 03:10:13 Progress (2): 542/557 kB | 61 kB error 03-Jan-2023 03:10:13 Progress (2): 546/557 kB | 61 kB error 03-Jan-2023 03:10:13 Progress (2): 550/557 kB | 61 kB error 03-Jan-2023 03:10:13 Progress (2): 554/557 kB | 61 kB error 03-Jan-2023 03:10:13 Progress (2): 556/557 kB | 61 kB error 03-Jan-2023 03:10:13 Progress (2): 557 kB | 61 kB error 03-Jan-2023 03:10:13 Progress (3): 557 kB | 61 kB | 3.3/12 kB error 03-Jan-2023 03:10:13 Progress (3): 557 kB | 61 kB | 6.1/12 kB error 03-Jan-2023 03:10:13 Progress (3): 557 kB | 61 kB | 8.9/12 kB error 03-Jan-2023 03:10:13 Progress (3): 557 kB | 61 kB | 12 kB error 03-Jan-2023 03:10:13 Progress (4): 557 kB | 61 kB | 12 kB | 3.3/12 kB error 03-Jan-2023 03:10:13 Progress (4): 557 kB | 61 kB | 12 kB | 6.1/12 kB error 03-Jan-2023 03:10:13 Progress (4): 557 kB | 61 kB | 12 kB | 8.9/12 kB error 03-Jan-2023 03:10:13 Progress (4): 557 kB | 61 kB | 12 kB | 12 kB error 03-Jan-2023 03:10:13 error 03-Jan-2023 03:10:13 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/doxia/doxia-decoration-model/1.7.4/doxia-decoration-model-1.7.4.jar (61 kB at 45 kB/s) error 03-Jan-2023 03:10:13 #21 55.91 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/codehaus/plexus/plexus-container-default/1.7.1/plexus-container-default-1.7.1.jar error 03-Jan-2023 03:10:13 #21 55.97 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/doxia/doxia-sink-api/1.9.1/doxia-sink-api-1.9.1.jar (12 kB at 8.3 kB/s) error 03-Jan-2023 03:10:13 #21 55.97 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/httpcomponents/httpclient/4.5.8/httpclient-4.5.8.jar error 03-Jan-2023 03:10:13 #21 56.03 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/doxia/doxia-logging-api/1.9.1/doxia-logging-api-1.9.1.jar (12 kB at 7.9 kB/s) error 03-Jan-2023 03:10:13 #21 56.03 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/httpcomponents/httpcore/4.4.11/httpcore-4.4.11.jar error 03-Jan-2023 03:10:13 #21 56.05 Progress (2): 557 kB | 4.1/217 kB error 03-Jan-2023 03:10:13 Progress (2): 557 kB | 8.2/217 kB error 03-Jan-2023 03:10:13 Progress (2): 557 kB | 12/217 kB error 03-Jan-2023 03:10:13 Progress (2): 557 kB | 16/217 kB error 03-Jan-2023 03:10:13 Progress (2): 557 kB | 20/217 kB error 03-Jan-2023 03:10:13 Progress (2): 557 kB | 25/217 kB error 03-Jan-2023 03:10:13 Progress (2): 557 kB | 29/217 kB error 03-Jan-2023 03:10:13 Progress (2): 557 kB | 33/217 kB error 03-Jan-2023 03:10:13 Progress (2): 557 kB | 37/217 kB error 03-Jan-2023 03:10:13 Progress (2): 557 kB | 41/217 kB error 03-Jan-2023 03:10:13 Progress (2): 557 kB | 45/217 kB error 03-Jan-2023 03:10:13 Progress (2): 557 kB | 49/217 kB error 03-Jan-2023 03:10:13 Progress (2): 557 kB | 52/217 kB error 03-Jan-2023 03:10:13 Progress (2): 557 kB | 56/217 kB error 03-Jan-2023 03:10:13 Progress (2): 557 kB | 60/217 kB error 03-Jan-2023 03:10:13 Progress (2): 557 kB | 64/217 kB error 03-Jan-2023 03:10:13 Progress (2): 557 kB | 68/217 kB error 03-Jan-2023 03:10:13 Progress (2): 557 kB | 72/217 kB error 03-Jan-2023 03:10:13 Progress (2): 557 kB | 76/217 kB error 03-Jan-2023 03:10:13 Progress (2): 557 kB | 80/217 kB error 03-Jan-2023 03:10:13 Progress (2): 557 kB | 84/217 kB error 03-Jan-2023 03:10:13 Progress (2): 557 kB | 86/217 kB error 03-Jan-2023 03:10:13 Progress (2): 557 kB | 90/217 kB error 03-Jan-2023 03:10:13 Progress (2): 557 kB | 95/217 kB error 03-Jan-2023 03:10:13 Progress (2): 557 kB | 99/217 kB error 03-Jan-2023 03:10:13 Progress (2): 557 kB | 103/217 kB error 03-Jan-2023 03:10:13 Progress (2): 557 kB | 107/217 kB error 03-Jan-2023 03:10:13 Progress (2): 557 kB | 111/217 kB error 03-Jan-2023 03:10:13 Progress (2): 557 kB | 115/217 kB error 03-Jan-2023 03:10:13 Progress (2): 557 kB | 119/217 kB error 03-Jan-2023 03:10:13 Progress (2): 557 kB | 121/217 kB error 03-Jan-2023 03:10:13 Progress (2): 557 kB | 125/217 kB error 03-Jan-2023 03:10:13 Progress (2): 557 kB | 129/217 kB error 03-Jan-2023 03:10:13 Progress (2): 557 kB | 134/217 kB error 03-Jan-2023 03:10:13 Progress (2): 557 kB | 138/217 kB error 03-Jan-2023 03:10:13 Progress (2): 557 kB | 142/217 kB error 03-Jan-2023 03:10:13 Progress (2): 557 kB | 146/217 kB error 03-Jan-2023 03:10:13 Progress (2): 557 kB | 150/217 kB error 03-Jan-2023 03:10:13 Progress (2): 557 kB | 154/217 kB error 03-Jan-2023 03:10:13 Progress (2): 557 kB | 156/217 kB error 03-Jan-2023 03:10:13 Progress (2): 557 kB | 160/217 kB error 03-Jan-2023 03:10:13 Progress (2): 557 kB | 164/217 kB error 03-Jan-2023 03:10:13 Progress (2): 557 kB | 168/217 kB error 03-Jan-2023 03:10:13 Progress (2): 557 kB | 172/217 kB error 03-Jan-2023 03:10:13 Progress (2): 557 kB | 177/217 kB error 03-Jan-2023 03:10:13 Progress (2): 557 kB | 181/217 kB error 03-Jan-2023 03:10:13 Progress (2): 557 kB | 185/217 kB error 03-Jan-2023 03:10:13 Progress (2): 557 kB | 188/217 kB error 03-Jan-2023 03:10:13 Progress (2): 557 kB | 192/217 kB error 03-Jan-2023 03:10:13 Progress (2): 557 kB | 197/217 kB error 03-Jan-2023 03:10:13 Progress (2): 557 kB | 201/217 kB error 03-Jan-2023 03:10:13 Progress (2): 557 kB | 205/217 kB error 03-Jan-2023 03:10:13 Progress (2): 557 kB | 209/217 kB error 03-Jan-2023 03:10:13 Progress (2): 557 kB | 213/217 kB error 03-Jan-2023 03:10:13 Progress (2): 557 kB | 217 kB error 03-Jan-2023 03:10:13 Progress (3): 557 kB | 217 kB | 4.1/231 kB error 03-Jan-2023 03:10:13 Progress (3): 557 kB | 217 kB | 8.2/231 kB error 03-Jan-2023 03:10:13 Progress (3): 557 kB | 217 kB | 12/231 kB error 03-Jan-2023 03:10:13 Progress (3): 557 kB | 217 kB | 16/231 kB error 03-Jan-2023 03:10:13 Progress (3): 557 kB | 217 kB | 19/231 kB error 03-Jan-2023 03:10:13 Progress (3): 557 kB | 217 kB | 23/231 kB error 03-Jan-2023 03:10:13 Progress (3): 557 kB | 217 kB | 27/231 kB error 03-Jan-2023 03:10:13 Progress (3): 557 kB | 217 kB | 31/231 kB error 03-Jan-2023 03:10:13 Progress (3): 557 kB | 217 kB | 35/231 kB error 03-Jan-2023 03:10:13 Progress (3): 557 kB | 217 kB | 39/231 kB error 03-Jan-2023 03:10:13 Progress (3): 557 kB | 217 kB | 43/231 kB error 03-Jan-2023 03:10:13 Progress (3): 557 kB | 217 kB | 47/231 kB error 03-Jan-2023 03:10:13 Progress (3): 557 kB | 217 kB | 52/231 kB error 03-Jan-2023 03:10:13 Progress (3): 557 kB | 217 kB | 54/231 kB error 03-Jan-2023 03:10:13 Progress (3): 557 kB | 217 kB | 58/231 kB error 03-Jan-2023 03:10:13 Progress (3): 557 kB | 217 kB | 62/231 kB error 03-Jan-2023 03:10:13 Progress (3): 557 kB | 217 kB | 66/231 kB error 03-Jan-2023 03:10:13 Progress (3): 557 kB | 217 kB | 70/231 kB error 03-Jan-2023 03:10:13 Progress (3): 557 kB | 217 kB | 74/231 kB error 03-Jan-2023 03:10:13 Progress (3): 557 kB | 217 kB | 78/231 kB error 03-Jan-2023 03:10:13 Progress (3): 557 kB | 217 kB | 82/231 kB error 03-Jan-2023 03:10:13 Progress (3): 557 kB | 217 kB | 86/231 kB error 03-Jan-2023 03:10:13 Progress (3): 557 kB | 217 kB | 88/231 kB error 03-Jan-2023 03:10:13 Progress (3): 557 kB | 217 kB | 93/231 kB error 03-Jan-2023 03:10:13 Progress (3): 557 kB | 217 kB | 97/231 kB error 03-Jan-2023 03:10:13 Progress (3): 557 kB | 217 kB | 101/231 kB error 03-Jan-2023 03:10:13 Progress (3): 557 kB | 217 kB | 105/231 kB error 03-Jan-2023 03:10:13 Progress (3): 557 kB | 217 kB | 109/231 kB error 03-Jan-2023 03:10:13 Progress (3): 557 kB | 217 kB | 113/231 kB error 03-Jan-2023 03:10:13 Progress (3): 557 kB | 217 kB | 117/231 kB error 03-Jan-2023 03:10:13 Progress (3): 557 kB | 217 kB | 121/231 kB error 03-Jan-2023 03:10:13 Progress (3): 557 kB | 217 kB | 123/231 kB error 03-Jan-2023 03:10:13 Progress (3): 557 kB | 217 kB | 127/231 kB error 03-Jan-2023 03:10:13 Progress (3): 557 kB | 217 kB | 131/231 kB error 03-Jan-2023 03:10:13 Progress (3): 557 kB | 217 kB | 136/231 kB error 03-Jan-2023 03:10:13 Progress (3): 557 kB | 217 kB | 140/231 kB error 03-Jan-2023 03:10:13 Progress (3): 557 kB | 217 kB | 144/231 kB error 03-Jan-2023 03:10:13 Progress (3): 557 kB | 217 kB | 148/231 kB error 03-Jan-2023 03:10:13 Progress (3): 557 kB | 217 kB | 152/231 kB error 03-Jan-2023 03:10:13 Progress (3): 557 kB | 217 kB | 156/231 kB error 03-Jan-2023 03:10:13 Progress (3): 557 kB | 217 kB | 158/231 kB error 03-Jan-2023 03:10:13 Progress (3): 557 kB | 217 kB | 162/231 kB error 03-Jan-2023 03:10:13 Progress (3): 557 kB | 217 kB | 166/231 kB error 03-Jan-2023 03:10:13 Progress (3): 557 kB | 217 kB | 170/231 kB error 03-Jan-2023 03:10:13 Progress (3): 557 kB | 217 kB | 174/231 kB error 03-Jan-2023 03:10:13 Progress (3): 557 kB | 217 kB | 179/231 kB error 03-Jan-2023 03:10:13 Progress (3): 557 kB | 217 kB | 183/231 kB error 03-Jan-2023 03:10:13 Progress (3): 557 kB | 217 kB | 187/231 kB error 03-Jan-2023 03:10:13 Progress (3): 557 kB | 217 kB | 191/231 kB error 03-Jan-2023 03:10:13 Progress (3): 557 kB | 217 kB | 193/231 kB error 03-Jan-2023 03:10:13 error 03-Jan-2023 03:10:13 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/doxia/doxia-core/1.9.1/doxia-core-1.9.1.jar (217 kB at 134 kB/s) error 03-Jan-2023 03:10:13 #21 56.18 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/doxia/doxia-site-renderer/1.9.2/doxia-site-renderer-1.9.2.jar error 03-Jan-2023 03:10:13 #21 56.18 Progress (2): 557 kB | 197/231 kB error 03-Jan-2023 03:10:13 Progress (2): 557 kB | 201/231 kB error 03-Jan-2023 03:10:13 Progress (2): 557 kB | 205/231 kB error 03-Jan-2023 03:10:13 Progress (2): 557 kB | 209/231 kB error 03-Jan-2023 03:10:13 Progress (2): 557 kB | 213/231 kB error 03-Jan-2023 03:10:13 Progress (2): 557 kB | 217/231 kB error 03-Jan-2023 03:10:13 Progress (2): 557 kB | 222/231 kB error 03-Jan-2023 03:10:13 Progress (2): 557 kB | 226/231 kB error 03-Jan-2023 03:10:13 Progress (2): 557 kB | 228/231 kB error 03-Jan-2023 03:10:13 Progress (2): 557 kB | 231 kB error 03-Jan-2023 03:10:13 Progress (3): 557 kB | 231 kB | 4.1/772 kB error 03-Jan-2023 03:10:13 Progress (3): 557 kB | 231 kB | 8.2/772 kB error 03-Jan-2023 03:10:13 Progress (3): 557 kB | 231 kB | 12/772 kB error 03-Jan-2023 03:10:13 Progress (3): 557 kB | 231 kB | 16/772 kB error 03-Jan-2023 03:10:13 Progress (3): 557 kB | 231 kB | 19/772 kB error 03-Jan-2023 03:10:13 Progress (3): 557 kB | 231 kB | 23/772 kB error 03-Jan-2023 03:10:13 Progress (3): 557 kB | 231 kB | 27/772 kB error 03-Jan-2023 03:10:13 Progress (3): 557 kB | 231 kB | 31/772 kB error 03-Jan-2023 03:10:13 Progress (3): 557 kB | 231 kB | 34/772 kB error 03-Jan-2023 03:10:13 Progress (3): 557 kB | 231 kB | 38/772 kB error 03-Jan-2023 03:10:13 Progress (3): 557 kB | 231 kB | 42/772 kB error 03-Jan-2023 03:10:13 Progress (3): 557 kB | 231 kB | 46/772 kB error 03-Jan-2023 03:10:13 Progress (3): 557 kB | 231 kB | 51/772 kB error 03-Jan-2023 03:10:13 Progress (3): 557 kB | 231 kB | 55/772 kB error 03-Jan-2023 03:10:13 Progress (3): 557 kB | 231 kB | 59/772 kB error 03-Jan-2023 03:10:13 Progress (3): 557 kB | 231 kB | 63/772 kB error 03-Jan-2023 03:10:13 Progress (3): 557 kB | 231 kB | 67/772 kB error 03-Jan-2023 03:10:13 Progress (3): 557 kB | 231 kB | 69/772 kB error 03-Jan-2023 03:10:13 Progress (3): 557 kB | 231 kB | 73/772 kB error 03-Jan-2023 03:10:13 Progress (3): 557 kB | 231 kB | 77/772 kB error 03-Jan-2023 03:10:13 Progress (3): 557 kB | 231 kB | 81/772 kB error 03-Jan-2023 03:10:13 Progress (3): 557 kB | 231 kB | 85/772 kB error 03-Jan-2023 03:10:13 Progress (3): 557 kB | 231 kB | 89/772 kB error 03-Jan-2023 03:10:13 Progress (3): 557 kB | 231 kB | 94/772 kB error 03-Jan-2023 03:10:13 Progress (3): 557 kB | 231 kB | 98/772 kB error 03-Jan-2023 03:10:13 Progress (3): 557 kB | 231 kB | 102/772 kB error 03-Jan-2023 03:10:13 Progress (3): 557 kB | 231 kB | 104/772 kB error 03-Jan-2023 03:10:13 Progress (3): 557 kB | 231 kB | 108/772 kB error 03-Jan-2023 03:10:13 Progress (3): 557 kB | 231 kB | 112/772 kB error 03-Jan-2023 03:10:13 Progress (3): 557 kB | 231 kB | 116/772 kB error 03-Jan-2023 03:10:13 Progress (3): 557 kB | 231 kB | 120/772 kB error 03-Jan-2023 03:10:13 Progress (3): 557 kB | 231 kB | 124/772 kB error 03-Jan-2023 03:10:13 Progress (3): 557 kB | 231 kB | 128/772 kB error 03-Jan-2023 03:10:13 Progress (3): 557 kB | 231 kB | 132/772 kB error 03-Jan-2023 03:10:13 Progress (3): 557 kB | 231 kB | 137/772 kB error 03-Jan-2023 03:10:13 Progress (3): 557 kB | 231 kB | 141/772 kB error 03-Jan-2023 03:10:13 Progress (3): 557 kB | 231 kB | 145/772 kB error 03-Jan-2023 03:10:13 Progress (3): 557 kB | 231 kB | 149/772 kB error 03-Jan-2023 03:10:13 Progress (3): 557 kB | 231 kB | 152/772 kB error 03-Jan-2023 03:10:13 Progress (3): 557 kB | 231 kB | 156/772 kB error 03-Jan-2023 03:10:13 Progress (3): 557 kB | 231 kB | 160/772 kB error 03-Jan-2023 03:10:13 Progress (3): 557 kB | 231 kB | 164/772 kB error 03-Jan-2023 03:10:13 Progress (3): 557 kB | 231 kB | 168/772 kB error 03-Jan-2023 03:10:13 Progress (3): 557 kB | 231 kB | 172/772 kB error 03-Jan-2023 03:10:13 Progress (3): 557 kB | 231 kB | 176/772 kB error 03-Jan-2023 03:10:13 Progress (3): 557 kB | 231 kB | 179/772 kB error 03-Jan-2023 03:10:13 Progress (3): 557 kB | 231 kB | 183/772 kB error 03-Jan-2023 03:10:13 Progress (3): 557 kB | 231 kB | 187/772 kB error 03-Jan-2023 03:10:13 Progress (3): 557 kB | 231 kB | 191/772 kB error 03-Jan-2023 03:10:13 Progress (3): 557 kB | 231 kB | 194/772 kB error 03-Jan-2023 03:10:13 Progress (3): 557 kB | 231 kB | 198/772 kB error 03-Jan-2023 03:10:13 Progress (3): 557 kB | 231 kB | 202/772 kB error 03-Jan-2023 03:10:13 Progress (3): 557 kB | 231 kB | 206/772 kB error 03-Jan-2023 03:10:13 Progress (3): 557 kB | 231 kB | 210/772 kB error 03-Jan-2023 03:10:13 Progress (3): 557 kB | 231 kB | 215/772 kB error 03-Jan-2023 03:10:13 Progress (3): 557 kB | 231 kB | 219/772 kB error 03-Jan-2023 03:10:13 Progress (3): 557 kB | 231 kB | 223/772 kB error 03-Jan-2023 03:10:13 Progress (3): 557 kB | 231 kB | 227/772 kB error 03-Jan-2023 03:10:13 Progress (3): 557 kB | 231 kB | 229/772 kB error 03-Jan-2023 03:10:13 Progress (3): 557 kB | 231 kB | 233/772 kB error 03-Jan-2023 03:10:13 Progress (3): 557 kB | 231 kB | 237/772 kB error 03-Jan-2023 03:10:13 Progress (3): 557 kB | 231 kB | 241/772 kB error 03-Jan-2023 03:10:13 Progress (3): 557 kB | 231 kB | 245/772 kB error 03-Jan-2023 03:10:13 Progress (3): 557 kB | 231 kB | 249/772 kB error 03-Jan-2023 03:10:13 Progress (3): 557 kB | 231 kB | 253/772 kB error 03-Jan-2023 03:10:13 Progress (3): 557 kB | 231 kB | 258/772 kB error 03-Jan-2023 03:10:13 Progress (3): 557 kB | 231 kB | 260/772 kB error 03-Jan-2023 03:10:13 Progress (3): 557 kB | 231 kB | 264/772 kB error 03-Jan-2023 03:10:13 Progress (3): 557 kB | 231 kB | 268/772 kB error 03-Jan-2023 03:10:13 Progress (3): 557 kB | 231 kB | 272/772 kB error 03-Jan-2023 03:10:13 Progress (3): 557 kB | 231 kB | 276/772 kB error 03-Jan-2023 03:10:13 Progress (3): 557 kB | 231 kB | 280/772 kB error 03-Jan-2023 03:10:13 Progress (3): 557 kB | 231 kB | 284/772 kB error 03-Jan-2023 03:10:13 Progress (3): 557 kB | 231 kB | 288/772 kB error 03-Jan-2023 03:10:13 Progress (3): 557 kB | 231 kB | 292/772 kB error 03-Jan-2023 03:10:13 Progress (3): 557 kB | 231 kB | 294/772 kB error 03-Jan-2023 03:10:13 Progress (3): 557 kB | 231 kB | 299/772 kB error 03-Jan-2023 03:10:13 Progress (3): 557 kB | 231 kB | 303/772 kB error 03-Jan-2023 03:10:13 Progress (3): 557 kB | 231 kB | 307/772 kB error 03-Jan-2023 03:10:13 Progress (3): 557 kB | 231 kB | 311/772 kB error 03-Jan-2023 03:10:13 Progress (3): 557 kB | 231 kB | 315/772 kB error 03-Jan-2023 03:10:13 Progress (3): 557 kB | 231 kB | 319/772 kB error 03-Jan-2023 03:10:13 Progress (3): 557 kB | 231 kB | 323/772 kB error 03-Jan-2023 03:10:13 Progress (3): 557 kB | 231 kB | 327/772 kB error 03-Jan-2023 03:10:13 Progress (3): 557 kB | 231 kB | 329/772 kB error 03-Jan-2023 03:10:13 Progress (3): 557 kB | 231 kB | 333/772 kB error 03-Jan-2023 03:10:13 Progress (3): 557 kB | 231 kB | 337/772 kB error 03-Jan-2023 03:10:13 Progress (3): 557 kB | 231 kB | 342/772 kB error 03-Jan-2023 03:10:13 Progress (3): 557 kB | 231 kB | 346/772 kB error 03-Jan-2023 03:10:13 Progress (3): 557 kB | 231 kB | 350/772 kB error 03-Jan-2023 03:10:13 Progress (3): 557 kB | 231 kB | 354/772 kB error 03-Jan-2023 03:10:13 Progress (3): 557 kB | 231 kB | 358/772 kB error 03-Jan-2023 03:10:13 Progress (3): 557 kB | 231 kB | 362/772 kB error 03-Jan-2023 03:10:13 Progress (3): 557 kB | 231 kB | 364/772 kB error 03-Jan-2023 03:10:13 Progress (3): 557 kB | 231 kB | 368/772 kB error 03-Jan-2023 03:10:13 Progress (3): 557 kB | 231 kB | 372/772 kB error 03-Jan-2023 03:10:13 Progress (3): 557 kB | 231 kB | 376/772 kB error 03-Jan-2023 03:10:13 Progress (3): 557 kB | 231 kB | 380/772 kB error 03-Jan-2023 03:10:13 Progress (3): 557 kB | 231 kB | 385/772 kB error 03-Jan-2023 03:10:13 Progress (3): 557 kB | 231 kB | 389/772 kB error 03-Jan-2023 03:10:13 Progress (3): 557 kB | 231 kB | 393/772 kB error 03-Jan-2023 03:10:13 Progress (3): 557 kB | 231 kB | 397/772 kB error 03-Jan-2023 03:10:13 Progress (3): 557 kB | 231 kB | 399/772 kB error 03-Jan-2023 03:10:13 Progress (3): 557 kB | 231 kB | 403/772 kB error 03-Jan-2023 03:10:13 Progress (3): 557 kB | 231 kB | 407/772 kB error 03-Jan-2023 03:10:13 Progress (3): 557 kB | 231 kB | 411/772 kB error 03-Jan-2023 03:10:13 Progress (3): 557 kB | 231 kB | 415/772 kB error 03-Jan-2023 03:10:13 Progress (3): 557 kB | 231 kB | 419/772 kB error 03-Jan-2023 03:10:13 Progress (3): 557 kB | 231 kB | 423/772 kB error 03-Jan-2023 03:10:13 Progress (3): 557 kB | 231 kB | 428/772 kB error 03-Jan-2023 03:10:13 Progress (3): 557 kB | 231 kB | 432/772 kB error 03-Jan-2023 03:10:13 Progress (3): 557 kB | 231 kB | 434/772 kB error 03-Jan-2023 03:10:13 Progress (3): 557 kB | 231 kB | 438/772 kB error 03-Jan-2023 03:10:13 Progress (3): 557 kB | 231 kB | 442/772 kB error 03-Jan-2023 03:10:13 Progress (3): 557 kB | 231 kB | 446/772 kB error 03-Jan-2023 03:10:13 Progress (3): 557 kB | 231 kB | 450/772 kB error 03-Jan-2023 03:10:13 Progress (3): 557 kB | 231 kB | 454/772 kB error 03-Jan-2023 03:10:13 Progress (3): 557 kB | 231 kB | 458/772 kB error 03-Jan-2023 03:10:13 Progress (3): 557 kB | 231 kB | 462/772 kB error 03-Jan-2023 03:10:13 Progress (3): 557 kB | 231 kB | 466/772 kB error 03-Jan-2023 03:10:13 Progress (3): 557 kB | 231 kB | 471/772 kB error 03-Jan-2023 03:10:13 Progress (3): 557 kB | 231 kB | 475/772 kB error 03-Jan-2023 03:10:13 Progress (3): 557 kB | 231 kB | 479/772 kB error 03-Jan-2023 03:10:13 Progress (3): 557 kB | 231 kB | 483/772 kB error 03-Jan-2023 03:10:13 Progress (3): 557 kB | 231 kB | 485/772 kB error 03-Jan-2023 03:10:13 Progress (3): 557 kB | 231 kB | 489/772 kB error 03-Jan-2023 03:10:13 Progress (3): 557 kB | 231 kB | 494/772 kB error 03-Jan-2023 03:10:13 Progress (3): 557 kB | 231 kB | 498/772 kB error 03-Jan-2023 03:10:13 Progress (3): 557 kB | 231 kB | 502/772 kB error 03-Jan-2023 03:10:13 Progress (3): 557 kB | 231 kB | 506/772 kB error 03-Jan-2023 03:10:13 Progress (3): 557 kB | 231 kB | 510/772 kB error 03-Jan-2023 03:10:13 Progress (3): 557 kB | 231 kB | 514/772 kB error 03-Jan-2023 03:10:13 Progress (3): 557 kB | 231 kB | 518/772 kB error 03-Jan-2023 03:10:13 error 03-Jan-2023 03:10:13 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-core/3.1.1/maven-core-3.1.1.jar (557 kB at 323 kB/s) error 03-Jan-2023 03:10:13 #21 56.29 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/doxia/doxia-skin-model/1.9.2/doxia-skin-model-1.9.2.jar error 03-Jan-2023 03:10:13 #21 56.29 Progress (2): 231 kB | 520/772 kB error 03-Jan-2023 03:10:13 Progress (2): 231 kB | 524/772 kB error 03-Jan-2023 03:10:13 Progress (2): 231 kB | 528/772 kB error 03-Jan-2023 03:10:13 Progress (3): 231 kB | 528/772 kB | 3.3/65 kB error 03-Jan-2023 03:10:13 Progress (3): 231 kB | 528/772 kB | 6.1/65 kB error 03-Jan-2023 03:10:13 Progress (3): 231 kB | 528/772 kB | 8.9/65 kB error 03-Jan-2023 03:10:13 Progress (3): 231 kB | 528/772 kB | 12/65 kB error 03-Jan-2023 03:10:13 Progress (3): 231 kB | 528/772 kB | 14/65 kB error 03-Jan-2023 03:10:13 Progress (3): 231 kB | 528/772 kB | 17/65 kB error 03-Jan-2023 03:10:13 Progress (3): 231 kB | 528/772 kB | 20/65 kB error 03-Jan-2023 03:10:13 Progress (3): 231 kB | 528/772 kB | 23/65 kB error 03-Jan-2023 03:10:13 Progress (3): 231 kB | 528/772 kB | 26/65 kB error 03-Jan-2023 03:10:13 Progress (3): 231 kB | 528/772 kB | 28/65 kB error 03-Jan-2023 03:10:13 Progress (3): 231 kB | 528/772 kB | 31/65 kB error 03-Jan-2023 03:10:13 Progress (3): 231 kB | 528/772 kB | 34/65 kB error 03-Jan-2023 03:10:13 Progress (3): 231 kB | 528/772 kB | 37/65 kB error 03-Jan-2023 03:10:13 Progress (3): 231 kB | 528/772 kB | 40/65 kB error 03-Jan-2023 03:10:13 Progress (3): 231 kB | 528/772 kB | 42/65 kB error 03-Jan-2023 03:10:13 Progress (3): 231 kB | 528/772 kB | 45/65 kB error 03-Jan-2023 03:10:13 Progress (3): 231 kB | 528/772 kB | 48/65 kB error 03-Jan-2023 03:10:13 Progress (3): 231 kB | 528/772 kB | 51/65 kB error 03-Jan-2023 03:10:13 Progress (3): 231 kB | 528/772 kB | 54/65 kB error 03-Jan-2023 03:10:13 Progress (3): 231 kB | 528/772 kB | 56/65 kB error 03-Jan-2023 03:10:13 Progress (3): 231 kB | 528/772 kB | 59/65 kB error 03-Jan-2023 03:10:13 Progress (3): 231 kB | 528/772 kB | 62/65 kB error 03-Jan-2023 03:10:13 error 03-Jan-2023 03:10:13 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/codehaus/plexus/plexus-container-default/1.7.1/plexus-container-default-1.7.1.jar (231 kB at 132 kB/s) error 03-Jan-2023 03:10:13 #21 56.32 Progress (2): 528/772 kB | 65 kB error 03-Jan-2023 03:10:13 error 03-Jan-2023 03:10:13 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/doxia/doxia-module-xhtml/1.9.1/doxia-module-xhtml-1.9.1.jar error 03-Jan-2023 03:10:13 #21 56.32 Progress (2): 532/772 kB | 65 kB error 03-Jan-2023 03:10:13 Progress (2): 537/772 kB | 65 kB error 03-Jan-2023 03:10:13 Progress (2): 541/772 kB | 65 kB error 03-Jan-2023 03:10:13 Progress (2): 545/772 kB | 65 kB error 03-Jan-2023 03:10:13 Progress (2): 549/772 kB | 65 kB error 03-Jan-2023 03:10:13 Progress (2): 553/772 kB | 65 kB error 03-Jan-2023 03:10:13 Progress (2): 555/772 kB | 65 kB error 03-Jan-2023 03:10:13 Progress (2): 557/772 kB | 65 kB error 03-Jan-2023 03:10:13 Progress (2): 561/772 kB | 65 kB error 03-Jan-2023 03:10:13 Progress (2): 566/772 kB | 65 kB error 03-Jan-2023 03:10:13 Progress (2): 570/772 kB | 65 kB error 03-Jan-2023 03:10:13 Progress (2): 574/772 kB | 65 kB error 03-Jan-2023 03:10:13 Progress (2): 578/772 kB | 65 kB error 03-Jan-2023 03:10:13 Progress (2): 582/772 kB | 65 kB error 03-Jan-2023 03:10:13 Progress (2): 584/772 kB | 65 kB error 03-Jan-2023 03:10:13 Progress (2): 588/772 kB | 65 kB error 03-Jan-2023 03:10:13 Progress (2): 591/772 kB | 65 kB error 03-Jan-2023 03:10:13 Progress (2): 595/772 kB | 65 kB error 03-Jan-2023 03:10:13 Progress (2): 599/772 kB | 65 kB error 03-Jan-2023 03:10:13 Progress (2): 603/772 kB | 65 kB error 03-Jan-2023 03:10:13 Progress (2): 607/772 kB | 65 kB error 03-Jan-2023 03:10:13 Progress (2): 612/772 kB | 65 kB error 03-Jan-2023 03:10:13 Progress (2): 616/772 kB | 65 kB error 03-Jan-2023 03:10:13 Progress (2): 620/772 kB | 65 kB error 03-Jan-2023 03:10:13 Progress (2): 624/772 kB | 65 kB error 03-Jan-2023 03:10:13 Progress (2): 626/772 kB | 65 kB error 03-Jan-2023 03:10:13 Progress (2): 630/772 kB | 65 kB error 03-Jan-2023 03:10:13 Progress (2): 634/772 kB | 65 kB error 03-Jan-2023 03:10:13 Progress (2): 638/772 kB | 65 kB error 03-Jan-2023 03:10:13 Progress (2): 642/772 kB | 65 kB error 03-Jan-2023 03:10:13 Progress (2): 646/772 kB | 65 kB error 03-Jan-2023 03:10:13 Progress (2): 650/772 kB | 65 kB error 03-Jan-2023 03:10:13 Progress (2): 655/772 kB | 65 kB error 03-Jan-2023 03:10:13 Progress (2): 659/772 kB | 65 kB error 03-Jan-2023 03:10:13 Progress (2): 661/772 kB | 65 kB error 03-Jan-2023 03:10:13 Progress (2): 665/772 kB | 65 kB error 03-Jan-2023 03:10:13 Progress (2): 669/772 kB | 65 kB error 03-Jan-2023 03:10:13 Progress (2): 673/772 kB | 65 kB error 03-Jan-2023 03:10:13 Progress (2): 677/772 kB | 65 kB error 03-Jan-2023 03:10:13 Progress (2): 681/772 kB | 65 kB error 03-Jan-2023 03:10:13 Progress (2): 685/772 kB | 65 kB error 03-Jan-2023 03:10:13 Progress (2): 689/772 kB | 65 kB error 03-Jan-2023 03:10:13 Progress (2): 694/772 kB | 65 kB error 03-Jan-2023 03:10:13 Progress (2): 696/772 kB | 65 kB error 03-Jan-2023 03:10:13 Progress (2): 700/772 kB | 65 kB error 03-Jan-2023 03:10:13 Progress (2): 704/772 kB | 65 kB error 03-Jan-2023 03:10:13 Progress (2): 708/772 kB | 65 kB error 03-Jan-2023 03:10:13 Progress (2): 712/772 kB | 65 kB error 03-Jan-2023 03:10:13 Progress (2): 716/772 kB | 65 kB error 03-Jan-2023 03:10:13 Progress (2): 720/772 kB | 65 kB error 03-Jan-2023 03:10:13 Progress (2): 724/772 kB | 65 kB error 03-Jan-2023 03:10:13 Progress (2): 728/772 kB | 65 kB error 03-Jan-2023 03:10:13 Progress (2): 730/772 kB | 65 kB error 03-Jan-2023 03:10:13 Progress (2): 734/772 kB | 65 kB error 03-Jan-2023 03:10:13 Progress (2): 739/772 kB | 65 kB error 03-Jan-2023 03:10:13 Progress (2): 743/772 kB | 65 kB error 03-Jan-2023 03:10:13 Progress (2): 747/772 kB | 65 kB error 03-Jan-2023 03:10:13 Progress (2): 751/772 kB | 65 kB error 03-Jan-2023 03:10:13 Progress (2): 755/772 kB | 65 kB error 03-Jan-2023 03:10:13 Progress (2): 759/772 kB | 65 kB error 03-Jan-2023 03:10:13 Progress (2): 763/772 kB | 65 kB error 03-Jan-2023 03:10:13 Progress (2): 765/772 kB | 65 kB error 03-Jan-2023 03:10:13 Progress (2): 769/772 kB | 65 kB error 03-Jan-2023 03:10:13 Progress (2): 772 kB | 65 kB error 03-Jan-2023 03:10:13 Progress (3): 772 kB | 65 kB | 3.3/16 kB error 03-Jan-2023 03:10:14 Progress (3): 772 kB | 65 kB | 6.1/16 kB error 03-Jan-2023 03:10:14 Progress (3): 772 kB | 65 kB | 8.9/16 kB error 03-Jan-2023 03:10:14 Progress (3): 772 kB | 65 kB | 12/16 kB error 03-Jan-2023 03:10:14 Progress (4): 772 kB | 65 kB | 12/16 kB | 3.3/17 kB error 03-Jan-2023 03:10:14 error 03-Jan-2023 03:10:14 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/doxia/doxia-site-renderer/1.9.2/doxia-site-renderer-1.9.2.jar (65 kB at 35 kB/s) error 03-Jan-2023 03:10:14 #21 56.44 Progress (3): 772 kB | 12/16 kB | 6.1/17 kB error 03-Jan-2023 03:10:14 error 03-Jan-2023 03:10:14 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/doxia/doxia-module-xhtml5/1.9.1/doxia-module-xhtml5-1.9.1.jar error 03-Jan-2023 03:10:14 #21 56.44 Progress (3): 772 kB | 12/16 kB | 8.9/17 kB error 03-Jan-2023 03:10:14 Progress (3): 772 kB | 12/16 kB | 12/17 kB error 03-Jan-2023 03:10:14 Progress (3): 772 kB | 12/16 kB | 14/17 kB error 03-Jan-2023 03:10:14 Progress (3): 772 kB | 12/16 kB | 17/17 kB error 03-Jan-2023 03:10:14 Progress (3): 772 kB | 12/16 kB | 17 kB error 03-Jan-2023 03:10:14 error 03-Jan-2023 03:10:14 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/httpcomponents/httpclient/4.5.8/httpclient-4.5.8.jar (772 kB at 403 kB/s) error 03-Jan-2023 03:10:14 #21 56.49 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/shared/maven-dependency-analyzer/1.11.3/maven-dependency-analyzer-1.11.3.jar error 03-Jan-2023 03:10:14 #21 56.50 Progress (2): 15/16 kB | 17 kB error 03-Jan-2023 03:10:14 Progress (2): 16 kB | 17 kB error 03-Jan-2023 03:10:14 error 03-Jan-2023 03:10:14 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/doxia/doxia-module-xhtml/1.9.1/doxia-module-xhtml-1.9.1.jar (17 kB at 8.7 kB/s) error 03-Jan-2023 03:10:14 #21 56.56 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/shared/maven-dependency-tree/3.0.1/maven-dependency-tree-3.0.1.jar error 03-Jan-2023 03:10:14 #21 56.56 Progress (2): 16 kB | 3.3/18 kB error 03-Jan-2023 03:10:14 Progress (2): 16 kB | 6.1/18 kB error 03-Jan-2023 03:10:14 Progress (2): 16 kB | 8.9/18 kB error 03-Jan-2023 03:10:14 Progress (2): 16 kB | 12/18 kB error 03-Jan-2023 03:10:14 Progress (2): 16 kB | 14/18 kB error 03-Jan-2023 03:10:14 Progress (2): 16 kB | 17/18 kB error 03-Jan-2023 03:10:14 Progress (2): 16 kB | 18 kB error 03-Jan-2023 03:10:14 Progress (3): 16 kB | 18 kB | 3.3/36 kB error 03-Jan-2023 03:10:14 Progress (3): 16 kB | 18 kB | 6.1/36 kB error 03-Jan-2023 03:10:14 Progress (3): 16 kB | 18 kB | 8.9/36 kB error 03-Jan-2023 03:10:14 Progress (3): 16 kB | 18 kB | 12/36 kB error 03-Jan-2023 03:10:14 Progress (3): 16 kB | 18 kB | 14/36 kB error 03-Jan-2023 03:10:14 Progress (3): 16 kB | 18 kB | 17/36 kB error 03-Jan-2023 03:10:14 Progress (3): 16 kB | 18 kB | 20/36 kB error 03-Jan-2023 03:10:14 Progress (3): 16 kB | 18 kB | 23/36 kB error 03-Jan-2023 03:10:14 Progress (3): 16 kB | 18 kB | 26/36 kB error 03-Jan-2023 03:10:14 Progress (3): 16 kB | 18 kB | 28/36 kB error 03-Jan-2023 03:10:14 Progress (3): 16 kB | 18 kB | 31/36 kB error 03-Jan-2023 03:10:14 Progress (3): 16 kB | 18 kB | 34/36 kB error 03-Jan-2023 03:10:14 Progress (3): 16 kB | 18 kB | 36 kB error 03-Jan-2023 03:10:14 error 03-Jan-2023 03:10:14 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/doxia/doxia-skin-model/1.9.2/doxia-skin-model-1.9.2.jar (16 kB at 8.0 kB/s) error 03-Jan-2023 03:10:14 #21 56.62 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/shared/maven-common-artifact-filters/3.2.0/maven-common-artifact-filters-3.2.0.jar error 03-Jan-2023 03:10:14 #21 56.67 Progress (3): 18 kB | 36 kB | 4.1/327 kB error 03-Jan-2023 03:10:14 Progress (3): 18 kB | 36 kB | 8.2/327 kB error 03-Jan-2023 03:10:14 Progress (3): 18 kB | 36 kB | 12/327 kB error 03-Jan-2023 03:10:14 Progress (3): 18 kB | 36 kB | 16/327 kB error 03-Jan-2023 03:10:14 Progress (4): 18 kB | 36 kB | 16/327 kB | 3.4/37 kB error 03-Jan-2023 03:10:14 error 03-Jan-2023 03:10:14 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/doxia/doxia-module-xhtml5/1.9.1/doxia-module-xhtml5-1.9.1.jar (18 kB at 8.4 kB/s) error 03-Jan-2023 03:10:14 #21 56.69 Progress (3): 36 kB | 16/327 kB | 6.2/37 kB error 03-Jan-2023 03:10:14 Progress (3): 36 kB | 16/327 kB | 9.0/37 kB error 03-Jan-2023 03:10:14 Progress (3): 36 kB | 16/327 kB | 12/37 kB error 03-Jan-2023 03:10:14 Progress (3): 36 kB | 16/327 kB | 15/37 kB error 03-Jan-2023 03:10:14 Progress (3): 36 kB | 16/327 kB | 17/37 kB error 03-Jan-2023 03:10:14 Progress (3): 36 kB | 16/327 kB | 20/37 kB error 03-Jan-2023 03:10:14 Progress (3): 36 kB | 16/327 kB | 23/37 kB error 03-Jan-2023 03:10:14 Progress (3): 36 kB | 16/327 kB | 26/37 kB error 03-Jan-2023 03:10:14 Progress (3): 36 kB | 16/327 kB | 29/37 kB error 03-Jan-2023 03:10:14 Progress (3): 36 kB | 16/327 kB | 31/37 kB error 03-Jan-2023 03:10:14 Progress (3): 36 kB | 16/327 kB | 34/37 kB error 03-Jan-2023 03:10:14 Progress (3): 36 kB | 16/327 kB | 37 kB error 03-Jan-2023 03:10:14 error 03-Jan-2023 03:10:14 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/shared/maven-dependency-analyzer/1.11.3/maven-dependency-analyzer-1.11.3.jar (36 kB at 17 kB/s) error 03-Jan-2023 03:10:14 #21 56.73 Progress (3): 16/327 kB | 37 kB | 3.3/61 kB error 03-Jan-2023 03:10:14 Progress (3): 16/327 kB | 37 kB | 6.1/61 kB error 03-Jan-2023 03:10:14 Progress (3): 16/327 kB | 37 kB | 8.9/61 kB error 03-Jan-2023 03:10:14 Progress (3): 16/327 kB | 37 kB | 12/61 kB error 03-Jan-2023 03:10:14 Progress (3): 16/327 kB | 37 kB | 14/61 kB error 03-Jan-2023 03:10:14 Progress (3): 16/327 kB | 37 kB | 17/61 kB error 03-Jan-2023 03:10:14 Progress (3): 16/327 kB | 37 kB | 20/61 kB error 03-Jan-2023 03:10:14 Progress (3): 16/327 kB | 37 kB | 23/61 kB error 03-Jan-2023 03:10:14 Progress (3): 16/327 kB | 37 kB | 26/61 kB error 03-Jan-2023 03:10:14 Progress (3): 16/327 kB | 37 kB | 28/61 kB error 03-Jan-2023 03:10:14 Progress (3): 20/327 kB | 37 kB | 28/61 kB error 03-Jan-2023 03:10:14 Progress (3): 24/327 kB | 37 kB | 28/61 kB error 03-Jan-2023 03:10:14 Progress (3): 28/327 kB | 37 kB | 28/61 kB error 03-Jan-2023 03:10:14 Progress (3): 32/327 kB | 37 kB | 28/61 kB error 03-Jan-2023 03:10:14 Progress (3): 36/327 kB | 37 kB | 28/61 kB error 03-Jan-2023 03:10:14 Progress (3): 40/327 kB | 37 kB | 28/61 kB error 03-Jan-2023 03:10:14 Progress (3): 44/327 kB | 37 kB | 28/61 kB error 03-Jan-2023 03:10:14 Progress (3): 48/327 kB | 37 kB | 28/61 kB error 03-Jan-2023 03:10:14 Progress (3): 51/327 kB | 37 kB | 28/61 kB error 03-Jan-2023 03:10:14 error 03-Jan-2023 03:10:14 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/shared/maven-dependency-tree/3.0.1/maven-dependency-tree-3.0.1.jar (37 kB at 16 kB/s) error 03-Jan-2023 03:10:14 #21 56.83 Progress (2): 51/327 kB | 31/61 kB error 03-Jan-2023 03:10:14 Progress (2): 51/327 kB | 34/61 kB error 03-Jan-2023 03:10:14 Progress (2): 51/327 kB | 37/61 kB error 03-Jan-2023 03:10:14 Progress (2): 51/327 kB | 40/61 kB error 03-Jan-2023 03:10:14 Progress (2): 51/327 kB | 42/61 kB error 03-Jan-2023 03:10:14 Progress (2): 51/327 kB | 45/61 kB error 03-Jan-2023 03:10:14 Progress (2): 51/327 kB | 48/61 kB error 03-Jan-2023 03:10:14 Progress (2): 51/327 kB | 51/61 kB error 03-Jan-2023 03:10:14 Progress (2): 51/327 kB | 54/61 kB error 03-Jan-2023 03:10:14 Progress (2): 51/327 kB | 56/61 kB error 03-Jan-2023 03:10:14 Progress (2): 51/327 kB | 59/61 kB error 03-Jan-2023 03:10:14 Progress (2): 51/327 kB | 61 kB error 03-Jan-2023 03:10:14 Progress (2): 55/327 kB | 61 kB error 03-Jan-2023 03:10:14 Progress (2): 59/327 kB | 61 kB error 03-Jan-2023 03:10:14 Progress (2): 63/327 kB | 61 kB error 03-Jan-2023 03:10:14 Progress (2): 67/327 kB | 61 kB error 03-Jan-2023 03:10:14 Progress (2): 71/327 kB | 61 kB error 03-Jan-2023 03:10:14 Progress (2): 75/327 kB | 61 kB error 03-Jan-2023 03:10:14 Progress (2): 79/327 kB | 61 kB error 03-Jan-2023 03:10:14 Progress (2): 83/327 kB | 61 kB error 03-Jan-2023 03:10:14 Progress (2): 85/327 kB | 61 kB error 03-Jan-2023 03:10:14 Progress (2): 89/327 kB | 61 kB error 03-Jan-2023 03:10:14 Progress (2): 94/327 kB | 61 kB error 03-Jan-2023 03:10:14 Progress (2): 98/327 kB | 61 kB error 03-Jan-2023 03:10:14 Progress (2): 102/327 kB | 61 kB error 03-Jan-2023 03:10:14 Progress (2): 106/327 kB | 61 kB error 03-Jan-2023 03:10:14 Progress (2): 110/327 kB | 61 kB error 03-Jan-2023 03:10:14 Progress (2): 114/327 kB | 61 kB error 03-Jan-2023 03:10:14 Progress (2): 118/327 kB | 61 kB error 03-Jan-2023 03:10:14 Progress (2): 120/327 kB | 61 kB error 03-Jan-2023 03:10:14 error 03-Jan-2023 03:10:14 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/shared/maven-common-artifact-filters/3.2.0/maven-common-artifact-filters-3.2.0.jar (61 kB at 26 kB/s) error 03-Jan-2023 03:10:14 #21 56.97 Progress (1): 124/327 kB error 03-Jan-2023 03:10:14 Progress (1): 128/327 kB error 03-Jan-2023 03:10:14 Progress (1): 132/327 kB error 03-Jan-2023 03:10:14 Progress (1): 137/327 kB error 03-Jan-2023 03:10:14 Progress (1): 141/327 kB error 03-Jan-2023 03:10:14 Progress (1): 145/327 kB error 03-Jan-2023 03:10:14 Progress (1): 149/327 kB error 03-Jan-2023 03:10:14 Progress (1): 153/327 kB error 03-Jan-2023 03:10:14 Progress (1): 155/327 kB error 03-Jan-2023 03:10:14 Progress (1): 159/327 kB error 03-Jan-2023 03:10:14 Progress (1): 163/327 kB error 03-Jan-2023 03:10:14 Progress (1): 167/327 kB error 03-Jan-2023 03:10:14 Progress (1): 171/327 kB error 03-Jan-2023 03:10:14 Progress (1): 175/327 kB error 03-Jan-2023 03:10:14 Progress (1): 180/327 kB error 03-Jan-2023 03:10:14 Progress (1): 184/327 kB error 03-Jan-2023 03:10:14 Progress (1): 188/327 kB error 03-Jan-2023 03:10:14 Progress (1): 190/327 kB error 03-Jan-2023 03:10:14 Progress (1): 194/327 kB error 03-Jan-2023 03:10:14 Progress (1): 198/327 kB error 03-Jan-2023 03:10:14 Progress (1): 202/327 kB error 03-Jan-2023 03:10:14 Progress (1): 206/327 kB error 03-Jan-2023 03:10:14 Progress (1): 210/327 kB error 03-Jan-2023 03:10:14 Progress (1): 214/327 kB error 03-Jan-2023 03:10:14 Progress (1): 218/327 kB error 03-Jan-2023 03:10:14 Progress (1): 223/327 kB error 03-Jan-2023 03:10:14 Progress (1): 225/327 kB error 03-Jan-2023 03:10:14 Progress (1): 229/327 kB error 03-Jan-2023 03:10:14 Progress (1): 233/327 kB error 03-Jan-2023 03:10:14 Progress (1): 237/327 kB error 03-Jan-2023 03:10:14 Progress (1): 241/327 kB error 03-Jan-2023 03:10:14 Progress (1): 245/327 kB error 03-Jan-2023 03:10:14 Progress (1): 249/327 kB error 03-Jan-2023 03:10:14 Progress (1): 253/327 kB error 03-Jan-2023 03:10:14 Progress (1): 257/327 kB error 03-Jan-2023 03:10:14 Progress (1): 259/327 kB error 03-Jan-2023 03:10:14 Progress (1): 264/327 kB error 03-Jan-2023 03:10:14 Progress (1): 268/327 kB error 03-Jan-2023 03:10:14 Progress (1): 272/327 kB error 03-Jan-2023 03:10:14 Progress (1): 276/327 kB error 03-Jan-2023 03:10:14 Progress (1): 280/327 kB error 03-Jan-2023 03:10:14 Progress (1): 284/327 kB error 03-Jan-2023 03:10:14 Progress (1): 288/327 kB error 03-Jan-2023 03:10:14 Progress (1): 292/327 kB error 03-Jan-2023 03:10:14 Progress (1): 294/327 kB error 03-Jan-2023 03:10:14 Progress (1): 298/327 kB error 03-Jan-2023 03:10:14 Progress (1): 302/327 kB error 03-Jan-2023 03:10:14 Progress (1): 307/327 kB error 03-Jan-2023 03:10:14 Progress (1): 311/327 kB error 03-Jan-2023 03:10:14 Progress (1): 315/327 kB error 03-Jan-2023 03:10:14 Progress (1): 319/327 kB error 03-Jan-2023 03:10:14 Progress (1): 323/327 kB error 03-Jan-2023 03:10:14 Progress (1): 327 kB error 03-Jan-2023 03:10:14 error 03-Jan-2023 03:10:14 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/httpcomponents/httpcore/4.4.11/httpcore-4.4.11.jar (327 kB at 125 kB/s) error 03-Jan-2023 03:10:15 #21 57.54 [INFO] Configured Artifact: org.openmrs.web:openmrs-webapp:2.5.8:war error 03-Jan-2023 03:10:15 #21 57.55 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/web/openmrs-webapp/2.5.8/openmrs-webapp-2.5.8.pom error 03-Jan-2023 03:10:15 #21 57.67 Progress (1): 3.3/13 kB error 03-Jan-2023 03:10:15 Progress (1): 6.1/13 kB error 03-Jan-2023 03:10:15 Progress (1): 8.9/13 kB error 03-Jan-2023 03:10:15 Progress (1): 12/13 kB error 03-Jan-2023 03:10:15 Progress (1): 13 kB error 03-Jan-2023 03:10:15 error 03-Jan-2023 03:10:15 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/web/openmrs-webapp/2.5.8/openmrs-webapp-2.5.8.pom (13 kB at 58 kB/s) error 03-Jan-2023 03:10:15 #21 57.78 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/web/openmrs-webapp/2.5.8/openmrs-webapp-2.5.8.war error 03-Jan-2023 03:10:15 #21 58.27 Progress (1): 0.3/79 MB error 03-Jan-2023 03:10:15 Progress (1): 0.5/79 MB error 03-Jan-2023 03:10:15 Progress (1): 0.8/79 MB error 03-Jan-2023 03:10:15 Progress (1): 1.1/79 MB error 03-Jan-2023 03:10:15 Progress (1): 1.3/79 MB error 03-Jan-2023 03:10:15 Progress (1): 1.6/79 MB error 03-Jan-2023 03:10:15 Progress (1): 1.9/79 MB error 03-Jan-2023 03:10:15 Progress (1): 2.1/79 MB error 03-Jan-2023 03:10:15 Progress (1): 2.4/79 MB error 03-Jan-2023 03:10:15 Progress (1): 2.7/79 MB error 03-Jan-2023 03:10:16 Progress (1): 2.9/79 MB error 03-Jan-2023 03:10:16 Progress (1): 3.2/79 MB error 03-Jan-2023 03:10:16 Progress (1): 3.4/79 MB error 03-Jan-2023 03:10:16 Progress (1): 3.7/79 MB error 03-Jan-2023 03:10:16 Progress (1): 4.0/79 MB error 03-Jan-2023 03:10:16 Progress (1): 4.2/79 MB error 03-Jan-2023 03:10:16 Progress (1): 4.5/79 MB error 03-Jan-2023 03:10:16 Progress (1): 4.8/79 MB error 03-Jan-2023 03:10:16 Progress (1): 5.0/79 MB error 03-Jan-2023 03:10:16 Progress (1): 5.3/79 MB error 03-Jan-2023 03:10:16 Progress (1): 5.5/79 MB error 03-Jan-2023 03:10:16 Progress (1): 5.8/79 MB error 03-Jan-2023 03:10:16 Progress (1): 6.1/79 MB error 03-Jan-2023 03:10:16 Progress (1): 6.3/79 MB error 03-Jan-2023 03:10:16 Progress (1): 6.6/79 MB error 03-Jan-2023 03:10:16 Progress (1): 6.9/79 MB error 03-Jan-2023 03:10:16 Progress (1): 7.1/79 MB error 03-Jan-2023 03:10:16 Progress (1): 7.4/79 MB error 03-Jan-2023 03:10:16 Progress (1): 7.6/79 MB error 03-Jan-2023 03:10:16 Progress (1): 7.9/79 MB error 03-Jan-2023 03:10:16 Progress (1): 8.2/79 MB error 03-Jan-2023 03:10:16 Progress (1): 8.4/79 MB error 03-Jan-2023 03:10:16 Progress (1): 8.7/79 MB error 03-Jan-2023 03:10:16 Progress (1): 9.0/79 MB error 03-Jan-2023 03:10:16 Progress (1): 9.2/79 MB error 03-Jan-2023 03:10:16 Progress (1): 9.5/79 MB error 03-Jan-2023 03:10:16 Progress (1): 9.7/79 MB error 03-Jan-2023 03:10:16 Progress (1): 10/79 MB error 03-Jan-2023 03:10:16 Progress (1): 10/79 MB error 03-Jan-2023 03:10:16 Progress (1): 11/79 MB error 03-Jan-2023 03:10:16 Progress (1): 11/79 MB error 03-Jan-2023 03:10:16 Progress (1): 11/79 MB error 03-Jan-2023 03:10:16 Progress (1): 11/79 MB error 03-Jan-2023 03:10:16 Progress (1): 12/79 MB error 03-Jan-2023 03:10:16 Progress (1): 12/79 MB error 03-Jan-2023 03:10:16 Progress (1): 12/79 MB error 03-Jan-2023 03:10:16 Progress (1): 12/79 MB error 03-Jan-2023 03:10:16 Progress (1): 13/79 MB error 03-Jan-2023 03:10:16 Progress (1): 13/79 MB error 03-Jan-2023 03:10:16 Progress (1): 13/79 MB error 03-Jan-2023 03:10:16 Progress (1): 13/79 MB error 03-Jan-2023 03:10:16 Progress (1): 14/79 MB error 03-Jan-2023 03:10:16 Progress (1): 14/79 MB error 03-Jan-2023 03:10:16 Progress (1): 14/79 MB error 03-Jan-2023 03:10:16 Progress (1): 14/79 MB error 03-Jan-2023 03:10:16 Progress (1): 15/79 MB error 03-Jan-2023 03:10:16 Progress (1): 15/79 MB error 03-Jan-2023 03:10:16 Progress (1): 15/79 MB error 03-Jan-2023 03:10:16 Progress (1): 16/79 MB error 03-Jan-2023 03:10:16 Progress (1): 16/79 MB error 03-Jan-2023 03:10:16 Progress (1): 16/79 MB error 03-Jan-2023 03:10:16 Progress (1): 16/79 MB error 03-Jan-2023 03:10:16 Progress (1): 17/79 MB error 03-Jan-2023 03:10:16 Progress (1): 17/79 MB error 03-Jan-2023 03:10:16 Progress (1): 17/79 MB error 03-Jan-2023 03:10:16 Progress (1): 17/79 MB error 03-Jan-2023 03:10:16 Progress (1): 18/79 MB error 03-Jan-2023 03:10:16 Progress (1): 18/79 MB error 03-Jan-2023 03:10:16 Progress (1): 18/79 MB error 03-Jan-2023 03:10:16 Progress (1): 18/79 MB error 03-Jan-2023 03:10:16 Progress (1): 19/79 MB error 03-Jan-2023 03:10:16 Progress (1): 19/79 MB error 03-Jan-2023 03:10:16 Progress (1): 19/79 MB error 03-Jan-2023 03:10:16 Progress (1): 19/79 MB error 03-Jan-2023 03:10:16 Progress (1): 20/79 MB error 03-Jan-2023 03:10:16 Progress (1): 20/79 MB error 03-Jan-2023 03:10:16 Progress (1): 20/79 MB error 03-Jan-2023 03:10:16 Progress (1): 20/79 MB error 03-Jan-2023 03:10:16 Progress (1): 21/79 MB error 03-Jan-2023 03:10:16 Progress (1): 21/79 MB error 03-Jan-2023 03:10:16 Progress (1): 21/79 MB error 03-Jan-2023 03:10:16 Progress (1): 22/79 MB error 03-Jan-2023 03:10:16 Progress (1): 22/79 MB error 03-Jan-2023 03:10:16 Progress (1): 22/79 MB error 03-Jan-2023 03:10:16 Progress (1): 22/79 MB error 03-Jan-2023 03:10:16 Progress (1): 23/79 MB error 03-Jan-2023 03:10:16 Progress (1): 23/79 MB error 03-Jan-2023 03:10:16 Progress (1): 23/79 MB error 03-Jan-2023 03:10:16 Progress (1): 23/79 MB error 03-Jan-2023 03:10:16 Progress (1): 24/79 MB error 03-Jan-2023 03:10:16 Progress (1): 24/79 MB error 03-Jan-2023 03:10:16 Progress (1): 24/79 MB error 03-Jan-2023 03:10:16 Progress (1): 24/79 MB error 03-Jan-2023 03:10:16 Progress (1): 25/79 MB error 03-Jan-2023 03:10:16 Progress (1): 25/79 MB error 03-Jan-2023 03:10:16 Progress (1): 25/79 MB error 03-Jan-2023 03:10:16 Progress (1): 25/79 MB error 03-Jan-2023 03:10:16 Progress (1): 26/79 MB error 03-Jan-2023 03:10:17 Progress (1): 26/79 MB error 03-Jan-2023 03:10:17 Progress (1): 26/79 MB error 03-Jan-2023 03:10:17 Progress (1): 27/79 MB error 03-Jan-2023 03:10:17 Progress (1): 27/79 MB error 03-Jan-2023 03:10:17 Progress (1): 27/79 MB error 03-Jan-2023 03:10:17 Progress (1): 27/79 MB error 03-Jan-2023 03:10:17 Progress (1): 28/79 MB error 03-Jan-2023 03:10:17 Progress (1): 28/79 MB error 03-Jan-2023 03:10:17 Progress (1): 28/79 MB error 03-Jan-2023 03:10:17 Progress (1): 28/79 MB error 03-Jan-2023 03:10:17 Progress (1): 29/79 MB error 03-Jan-2023 03:10:17 Progress (1): 29/79 MB error 03-Jan-2023 03:10:17 Progress (1): 29/79 MB error 03-Jan-2023 03:10:17 Progress (1): 29/79 MB error 03-Jan-2023 03:10:17 Progress (1): 30/79 MB error 03-Jan-2023 03:10:17 Progress (1): 30/79 MB error 03-Jan-2023 03:10:17 Progress (1): 30/79 MB error 03-Jan-2023 03:10:17 Progress (1): 30/79 MB error 03-Jan-2023 03:10:17 Progress (1): 31/79 MB error 03-Jan-2023 03:10:17 Progress (1): 31/79 MB error 03-Jan-2023 03:10:17 Progress (1): 31/79 MB error 03-Jan-2023 03:10:17 Progress (1): 31/79 MB error 03-Jan-2023 03:10:17 Progress (1): 32/79 MB error 03-Jan-2023 03:10:17 Progress (1): 32/79 MB error 03-Jan-2023 03:10:17 Progress (1): 32/79 MB error 03-Jan-2023 03:10:17 Progress (1): 33/79 MB error 03-Jan-2023 03:10:17 Progress (1): 33/79 MB error 03-Jan-2023 03:10:17 Progress (1): 33/79 MB error 03-Jan-2023 03:10:17 Progress (1): 33/79 MB error 03-Jan-2023 03:10:17 Progress (1): 34/79 MB error 03-Jan-2023 03:10:17 Progress (1): 34/79 MB error 03-Jan-2023 03:10:17 Progress (1): 34/79 MB error 03-Jan-2023 03:10:17 Progress (1): 34/79 MB error 03-Jan-2023 03:10:17 Progress (1): 35/79 MB error 03-Jan-2023 03:10:17 Progress (1): 35/79 MB error 03-Jan-2023 03:10:17 Progress (1): 35/79 MB error 03-Jan-2023 03:10:17 Progress (1): 35/79 MB error 03-Jan-2023 03:10:17 Progress (1): 36/79 MB error 03-Jan-2023 03:10:17 Progress (1): 36/79 MB error 03-Jan-2023 03:10:17 Progress (1): 36/79 MB error 03-Jan-2023 03:10:17 Progress (1): 36/79 MB error 03-Jan-2023 03:10:17 Progress (1): 37/79 MB error 03-Jan-2023 03:10:17 Progress (1): 37/79 MB error 03-Jan-2023 03:10:17 Progress (1): 37/79 MB error 03-Jan-2023 03:10:17 Progress (1): 38/79 MB error 03-Jan-2023 03:10:17 Progress (1): 38/79 MB error 03-Jan-2023 03:10:17 Progress (1): 38/79 MB error 03-Jan-2023 03:10:17 Progress (1): 38/79 MB error 03-Jan-2023 03:10:17 Progress (1): 39/79 MB error 03-Jan-2023 03:10:17 Progress (1): 39/79 MB error 03-Jan-2023 03:10:17 Progress (1): 39/79 MB error 03-Jan-2023 03:10:17 Progress (1): 39/79 MB error 03-Jan-2023 03:10:17 Progress (1): 40/79 MB error 03-Jan-2023 03:10:17 Progress (1): 40/79 MB error 03-Jan-2023 03:10:17 Progress (1): 40/79 MB error 03-Jan-2023 03:10:17 Progress (1): 40/79 MB error 03-Jan-2023 03:10:17 Progress (1): 41/79 MB error 03-Jan-2023 03:10:17 Progress (1): 41/79 MB error 03-Jan-2023 03:10:17 Progress (1): 41/79 MB error 03-Jan-2023 03:10:17 Progress (1): 41/79 MB error 03-Jan-2023 03:10:17 Progress (1): 42/79 MB error 03-Jan-2023 03:10:17 Progress (1): 42/79 MB error 03-Jan-2023 03:10:17 Progress (1): 42/79 MB error 03-Jan-2023 03:10:17 Progress (1): 43/79 MB error 03-Jan-2023 03:10:17 Progress (1): 43/79 MB error 03-Jan-2023 03:10:17 Progress (1): 43/79 MB error 03-Jan-2023 03:10:17 Progress (1): 43/79 MB error 03-Jan-2023 03:10:17 Progress (1): 44/79 MB error 03-Jan-2023 03:10:17 Progress (1): 44/79 MB error 03-Jan-2023 03:10:17 Progress (1): 44/79 MB error 03-Jan-2023 03:10:17 Progress (1): 44/79 MB error 03-Jan-2023 03:10:17 Progress (1): 45/79 MB error 03-Jan-2023 03:10:17 Progress (1): 45/79 MB error 03-Jan-2023 03:10:17 Progress (1): 45/79 MB error 03-Jan-2023 03:10:17 Progress (1): 45/79 MB error 03-Jan-2023 03:10:17 Progress (1): 46/79 MB error 03-Jan-2023 03:10:17 Progress (1): 46/79 MB error 03-Jan-2023 03:10:17 Progress (1): 46/79 MB error 03-Jan-2023 03:10:17 Progress (1): 46/79 MB error 03-Jan-2023 03:10:17 Progress (1): 47/79 MB error 03-Jan-2023 03:10:17 Progress (1): 47/79 MB error 03-Jan-2023 03:10:17 Progress (1): 47/79 MB error 03-Jan-2023 03:10:17 Progress (1): 47/79 MB error 03-Jan-2023 03:10:17 Progress (1): 48/79 MB error 03-Jan-2023 03:10:17 Progress (1): 48/79 MB error 03-Jan-2023 03:10:17 Progress (1): 48/79 MB error 03-Jan-2023 03:10:17 Progress (1): 49/79 MB error 03-Jan-2023 03:10:17 Progress (1): 49/79 MB error 03-Jan-2023 03:10:17 Progress (1): 49/79 MB error 03-Jan-2023 03:10:17 Progress (1): 49/79 MB error 03-Jan-2023 03:10:17 Progress (1): 50/79 MB error 03-Jan-2023 03:10:17 Progress (1): 50/79 MB error 03-Jan-2023 03:10:17 Progress (1): 50/79 MB error 03-Jan-2023 03:10:17 Progress (1): 50/79 MB error 03-Jan-2023 03:10:17 Progress (1): 51/79 MB error 03-Jan-2023 03:10:17 Progress (1): 51/79 MB error 03-Jan-2023 03:10:17 Progress (1): 51/79 MB error 03-Jan-2023 03:10:17 Progress (1): 51/79 MB error 03-Jan-2023 03:10:17 Progress (1): 52/79 MB error 03-Jan-2023 03:10:17 Progress (1): 52/79 MB error 03-Jan-2023 03:10:17 Progress (1): 52/79 MB error 03-Jan-2023 03:10:17 Progress (1): 52/79 MB error 03-Jan-2023 03:10:17 Progress (1): 53/79 MB error 03-Jan-2023 03:10:17 Progress (1): 53/79 MB error 03-Jan-2023 03:10:17 Progress (1): 53/79 MB error 03-Jan-2023 03:10:17 Progress (1): 54/79 MB error 03-Jan-2023 03:10:17 Progress (1): 54/79 MB error 03-Jan-2023 03:10:17 Progress (1): 54/79 MB error 03-Jan-2023 03:10:17 Progress (1): 54/79 MB error 03-Jan-2023 03:10:17 Progress (1): 55/79 MB error 03-Jan-2023 03:10:18 Progress (1): 55/79 MB error 03-Jan-2023 03:10:18 Progress (1): 55/79 MB error 03-Jan-2023 03:10:18 Progress (1): 55/79 MB error 03-Jan-2023 03:10:18 Progress (1): 56/79 MB error 03-Jan-2023 03:10:18 Progress (1): 56/79 MB error 03-Jan-2023 03:10:18 Progress (1): 56/79 MB error 03-Jan-2023 03:10:18 Progress (1): 56/79 MB error 03-Jan-2023 03:10:18 Progress (1): 57/79 MB error 03-Jan-2023 03:10:18 Progress (1): 57/79 MB error 03-Jan-2023 03:10:18 Progress (1): 57/79 MB error 03-Jan-2023 03:10:18 Progress (1): 57/79 MB error 03-Jan-2023 03:10:18 Progress (1): 58/79 MB error 03-Jan-2023 03:10:18 Progress (1): 58/79 MB error 03-Jan-2023 03:10:18 Progress (1): 58/79 MB error 03-Jan-2023 03:10:18 Progress (1): 58/79 MB error 03-Jan-2023 03:10:18 Progress (1): 59/79 MB error 03-Jan-2023 03:10:18 Progress (1): 59/79 MB error 03-Jan-2023 03:10:18 Progress (1): 59/79 MB error 03-Jan-2023 03:10:18 Progress (1): 60/79 MB error 03-Jan-2023 03:10:18 Progress (1): 60/79 MB error 03-Jan-2023 03:10:18 Progress (1): 60/79 MB error 03-Jan-2023 03:10:18 Progress (1): 60/79 MB error 03-Jan-2023 03:10:18 Progress (1): 61/79 MB error 03-Jan-2023 03:10:18 Progress (1): 61/79 MB error 03-Jan-2023 03:10:18 Progress (1): 61/79 MB error 03-Jan-2023 03:10:18 Progress (1): 61/79 MB error 03-Jan-2023 03:10:18 Progress (1): 62/79 MB error 03-Jan-2023 03:10:18 Progress (1): 62/79 MB error 03-Jan-2023 03:10:18 Progress (1): 62/79 MB error 03-Jan-2023 03:10:18 Progress (1): 62/79 MB error 03-Jan-2023 03:10:18 Progress (1): 63/79 MB error 03-Jan-2023 03:10:18 Progress (1): 63/79 MB error 03-Jan-2023 03:10:18 Progress (1): 63/79 MB error 03-Jan-2023 03:10:18 Progress (1): 63/79 MB error 03-Jan-2023 03:10:18 Progress (1): 64/79 MB error 03-Jan-2023 03:10:18 Progress (1): 64/79 MB error 03-Jan-2023 03:10:18 Progress (1): 64/79 MB error 03-Jan-2023 03:10:18 Progress (1): 65/79 MB error 03-Jan-2023 03:10:18 Progress (1): 65/79 MB error 03-Jan-2023 03:10:18 Progress (1): 65/79 MB error 03-Jan-2023 03:10:18 Progress (1): 65/79 MB error 03-Jan-2023 03:10:18 Progress (1): 66/79 MB error 03-Jan-2023 03:10:18 Progress (1): 66/79 MB error 03-Jan-2023 03:10:18 Progress (1): 66/79 MB error 03-Jan-2023 03:10:18 Progress (1): 66/79 MB error 03-Jan-2023 03:10:18 Progress (1): 67/79 MB error 03-Jan-2023 03:10:18 Progress (1): 67/79 MB error 03-Jan-2023 03:10:18 Progress (1): 67/79 MB error 03-Jan-2023 03:10:18 Progress (1): 67/79 MB error 03-Jan-2023 03:10:18 Progress (1): 68/79 MB error 03-Jan-2023 03:10:18 Progress (1): 68/79 MB error 03-Jan-2023 03:10:18 Progress (1): 68/79 MB error 03-Jan-2023 03:10:18 Progress (1): 68/79 MB error 03-Jan-2023 03:10:18 Progress (1): 69/79 MB error 03-Jan-2023 03:10:18 Progress (1): 69/79 MB error 03-Jan-2023 03:10:18 Progress (1): 69/79 MB error 03-Jan-2023 03:10:18 Progress (1): 70/79 MB error 03-Jan-2023 03:10:18 Progress (1): 70/79 MB error 03-Jan-2023 03:10:18 Progress (1): 70/79 MB error 03-Jan-2023 03:10:18 Progress (1): 70/79 MB error 03-Jan-2023 03:10:18 Progress (1): 71/79 MB error 03-Jan-2023 03:10:18 Progress (1): 71/79 MB error 03-Jan-2023 03:10:18 Progress (1): 71/79 MB error 03-Jan-2023 03:10:18 Progress (1): 71/79 MB error 03-Jan-2023 03:10:18 Progress (1): 72/79 MB error 03-Jan-2023 03:10:18 Progress (1): 72/79 MB error 03-Jan-2023 03:10:18 Progress (1): 72/79 MB error 03-Jan-2023 03:10:18 Progress (1): 72/79 MB error 03-Jan-2023 03:10:18 Progress (1): 73/79 MB error 03-Jan-2023 03:10:18 Progress (1): 73/79 MB error 03-Jan-2023 03:10:18 Progress (1): 73/79 MB error 03-Jan-2023 03:10:18 Progress (1): 73/79 MB error 03-Jan-2023 03:10:18 Progress (1): 74/79 MB error 03-Jan-2023 03:10:18 Progress (1): 74/79 MB error 03-Jan-2023 03:10:18 Progress (1): 74/79 MB error 03-Jan-2023 03:10:18 Progress (1): 74/79 MB error 03-Jan-2023 03:10:18 Progress (1): 75/79 MB error 03-Jan-2023 03:10:18 Progress (1): 75/79 MB error 03-Jan-2023 03:10:18 Progress (1): 75/79 MB error 03-Jan-2023 03:10:18 Progress (1): 76/79 MB error 03-Jan-2023 03:10:18 Progress (1): 76/79 MB error 03-Jan-2023 03:10:18 Progress (1): 76/79 MB error 03-Jan-2023 03:10:18 Progress (1): 76/79 MB error 03-Jan-2023 03:10:18 Progress (1): 77/79 MB error 03-Jan-2023 03:10:18 Progress (1): 77/79 MB error 03-Jan-2023 03:10:18 Progress (1): 77/79 MB error 03-Jan-2023 03:10:18 Progress (1): 77/79 MB error 03-Jan-2023 03:10:18 Progress (1): 78/79 MB error 03-Jan-2023 03:10:18 Progress (1): 78/79 MB error 03-Jan-2023 03:10:18 Progress (1): 78/79 MB error 03-Jan-2023 03:10:18 Progress (1): 78/79 MB error 03-Jan-2023 03:10:18 Progress (1): 79/79 MB error 03-Jan-2023 03:10:18 Progress (1): 79/79 MB error 03-Jan-2023 03:10:18 Progress (1): 79 MB error 03-Jan-2023 03:10:19 error 03-Jan-2023 03:10:19 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/web/openmrs-webapp/2.5.8/openmrs-webapp-2.5.8.war (79 MB at 21 MB/s) error 03-Jan-2023 03:10:19 #21 61.59 [INFO] Copying openmrs-webapp-2.5.8.war to /app/package/target/distro/web/openmrs-2.5.8.war error 03-Jan-2023 03:10:19 #21 61.68 error 03-Jan-2023 03:10:19 #21 61.68 file:/app/package/target/distro/web/openmrs-2.5.8.war error 03-Jan-2023 03:10:19 #21 61.68 error 03-Jan-2023 03:10:19 #21 61.68 target:/app/package/target/distro/web error 03-Jan-2023 03:10:19 #21 61.70 [INFO] Configured Artifact: org.openmrs.module:addresshierarchy-omod:2.15.0:jar error 03-Jan-2023 03:10:19 #21 61.71 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/addresshierarchy-omod/2.15.0/addresshierarchy-omod-2.15.0.pom error 03-Jan-2023 03:10:19 #21 61.82 Progress (1): 3.3/6.9 kB error 03-Jan-2023 03:10:19 Progress (1): 6.1/6.9 kB error 03-Jan-2023 03:10:19 Progress (1): 6.9 kB error 03-Jan-2023 03:10:19 error 03-Jan-2023 03:10:19 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/addresshierarchy-omod/2.15.0/addresshierarchy-omod-2.15.0.pom (6.9 kB at 32 kB/s) error 03-Jan-2023 03:10:19 #21 61.93 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/addresshierarchy/2.15.0/addresshierarchy-2.15.0.pom error 03-Jan-2023 03:10:19 #21 62.04 Progress (1): 3.3/5.3 kB error 03-Jan-2023 03:10:19 Progress (1): 5.3 kB error 03-Jan-2023 03:10:19 error 03-Jan-2023 03:10:19 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/addresshierarchy/2.15.0/addresshierarchy-2.15.0.pom (5.3 kB at 24 kB/s) error 03-Jan-2023 03:10:19 #21 62.16 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/addresshierarchy-omod/2.15.0/addresshierarchy-omod-2.15.0.jar error 03-Jan-2023 03:10:19 #21 62.42 Progress (1): 4.1/324 kB error 03-Jan-2023 03:10:19 Progress (1): 7.5/324 kB error 03-Jan-2023 03:10:20 Progress (1): 12/324 kB error 03-Jan-2023 03:10:20 Progress (1): 16/324 kB error 03-Jan-2023 03:10:20 Progress (1): 20/324 kB error 03-Jan-2023 03:10:20 Progress (1): 24/324 kB error 03-Jan-2023 03:10:20 Progress (1): 28/324 kB error 03-Jan-2023 03:10:20 Progress (1): 32/324 kB error 03-Jan-2023 03:10:20 Progress (1): 36/324 kB error 03-Jan-2023 03:10:20 Progress (1): 40/324 kB error 03-Jan-2023 03:10:20 Progress (1): 42/324 kB error 03-Jan-2023 03:10:20 Progress (1): 46/324 kB error 03-Jan-2023 03:10:20 Progress (1): 51/324 kB error 03-Jan-2023 03:10:20 Progress (1): 55/324 kB error 03-Jan-2023 03:10:20 Progress (1): 59/324 kB error 03-Jan-2023 03:10:20 Progress (1): 63/324 kB error 03-Jan-2023 03:10:20 Progress (1): 67/324 kB error 03-Jan-2023 03:10:20 Progress (1): 71/324 kB error 03-Jan-2023 03:10:20 Progress (1): 75/324 kB error 03-Jan-2023 03:10:20 Progress (1): 77/324 kB error 03-Jan-2023 03:10:20 Progress (1): 81/324 kB error 03-Jan-2023 03:10:20 Progress (1): 85/324 kB error 03-Jan-2023 03:10:20 Progress (1): 89/324 kB error 03-Jan-2023 03:10:20 Progress (1): 94/324 kB error 03-Jan-2023 03:10:20 Progress (1): 98/324 kB error 03-Jan-2023 03:10:20 Progress (1): 102/324 kB error 03-Jan-2023 03:10:20 Progress (1): 106/324 kB error 03-Jan-2023 03:10:20 Progress (1): 110/324 kB error 03-Jan-2023 03:10:20 Progress (1): 112/324 kB error 03-Jan-2023 03:10:20 Progress (1): 116/324 kB error 03-Jan-2023 03:10:20 Progress (1): 120/324 kB error 03-Jan-2023 03:10:20 Progress (1): 124/324 kB error 03-Jan-2023 03:10:20 Progress (1): 128/324 kB error 03-Jan-2023 03:10:20 Progress (1): 132/324 kB error 03-Jan-2023 03:10:20 Progress (1): 137/324 kB error 03-Jan-2023 03:10:20 Progress (1): 141/324 kB error 03-Jan-2023 03:10:20 Progress (1): 145/324 kB error 03-Jan-2023 03:10:20 Progress (1): 147/324 kB error 03-Jan-2023 03:10:20 Progress (1): 151/324 kB error 03-Jan-2023 03:10:20 Progress (1): 155/324 kB error 03-Jan-2023 03:10:20 Progress (1): 159/324 kB error 03-Jan-2023 03:10:20 Progress (1): 163/324 kB error 03-Jan-2023 03:10:20 Progress (1): 167/324 kB error 03-Jan-2023 03:10:20 Progress (1): 171/324 kB error 03-Jan-2023 03:10:20 Progress (1): 175/324 kB error 03-Jan-2023 03:10:20 Progress (1): 180/324 kB error 03-Jan-2023 03:10:20 Progress (1): 182/324 kB error 03-Jan-2023 03:10:20 Progress (1): 186/324 kB error 03-Jan-2023 03:10:20 Progress (1): 190/324 kB error 03-Jan-2023 03:10:20 Progress (1): 194/324 kB error 03-Jan-2023 03:10:20 Progress (1): 198/324 kB error 03-Jan-2023 03:10:20 Progress (1): 202/324 kB error 03-Jan-2023 03:10:20 Progress (1): 206/324 kB error 03-Jan-2023 03:10:20 Progress (1): 210/324 kB error 03-Jan-2023 03:10:20 Progress (1): 214/324 kB error 03-Jan-2023 03:10:20 Progress (1): 216/324 kB error 03-Jan-2023 03:10:20 Progress (1): 220/324 kB error 03-Jan-2023 03:10:20 Progress (1): 225/324 kB error 03-Jan-2023 03:10:20 Progress (1): 229/324 kB error 03-Jan-2023 03:10:20 Progress (1): 233/324 kB error 03-Jan-2023 03:10:20 Progress (1): 237/324 kB error 03-Jan-2023 03:10:20 Progress (1): 241/324 kB error 03-Jan-2023 03:10:20 Progress (1): 245/324 kB error 03-Jan-2023 03:10:20 Progress (1): 249/324 kB error 03-Jan-2023 03:10:20 Progress (1): 251/324 kB error 03-Jan-2023 03:10:20 Progress (1): 255/324 kB error 03-Jan-2023 03:10:20 Progress (1): 259/324 kB error 03-Jan-2023 03:10:20 Progress (1): 264/324 kB error 03-Jan-2023 03:10:20 Progress (1): 268/324 kB error 03-Jan-2023 03:10:20 Progress (1): 272/324 kB error 03-Jan-2023 03:10:20 Progress (1): 276/324 kB error 03-Jan-2023 03:10:20 Progress (1): 280/324 kB error 03-Jan-2023 03:10:20 Progress (1): 284/324 kB error 03-Jan-2023 03:10:20 Progress (1): 288/324 kB error 03-Jan-2023 03:10:20 Progress (1): 292/324 kB error 03-Jan-2023 03:10:20 Progress (1): 296/324 kB error 03-Jan-2023 03:10:20 Progress (1): 300/324 kB error 03-Jan-2023 03:10:20 Progress (1): 304/324 kB error 03-Jan-2023 03:10:20 Progress (1): 309/324 kB error 03-Jan-2023 03:10:20 Progress (1): 312/324 kB error 03-Jan-2023 03:10:20 Progress (1): 314/324 kB error 03-Jan-2023 03:10:20 Progress (1): 318/324 kB error 03-Jan-2023 03:10:20 Progress (1): 323/324 kB error 03-Jan-2023 03:10:20 Progress (1): 324 kB error 03-Jan-2023 03:10:20 error 03-Jan-2023 03:10:20 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/addresshierarchy-omod/2.15.0/addresshierarchy-omod-2.15.0.jar (324 kB at 842 kB/s) error 03-Jan-2023 03:10:20 #21 62.54 [INFO] Configured Artifact: org.openmrs.module:legacyui-omod:1.13.0:jar error 03-Jan-2023 03:10:20 #21 62.54 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/legacyui-omod/1.13.0/legacyui-omod-1.13.0.pom error 03-Jan-2023 03:10:20 #21 62.67 Progress (1): 3.3/7.1 kB error 03-Jan-2023 03:10:20 Progress (1): 6.1/7.1 kB error 03-Jan-2023 03:10:20 Progress (1): 7.1 kB error 03-Jan-2023 03:10:20 error 03-Jan-2023 03:10:20 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/legacyui-omod/1.13.0/legacyui-omod-1.13.0.pom (7.1 kB at 31 kB/s) error 03-Jan-2023 03:10:20 #21 62.78 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/legacyui/1.13.0/legacyui-1.13.0.pom error 03-Jan-2023 03:10:20 #21 62.89 Progress (1): 3.3/9.1 kB error 03-Jan-2023 03:10:20 Progress (1): 6.1/9.1 kB error 03-Jan-2023 03:10:20 Progress (1): 8.9/9.1 kB error 03-Jan-2023 03:10:20 Progress (1): 9.1 kB error 03-Jan-2023 03:10:20 error 03-Jan-2023 03:10:20 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/legacyui/1.13.0/legacyui-1.13.0.pom (9.1 kB at 42 kB/s) error 03-Jan-2023 03:10:20 #21 63.00 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/maven/parents/maven-parent-openmrs-module/1.1.1/maven-parent-openmrs-module-1.1.1.pom error 03-Jan-2023 03:10:20 #21 63.10 Progress (1): 3.3/15 kB error 03-Jan-2023 03:10:20 Progress (1): 6.1/15 kB error 03-Jan-2023 03:10:20 Progress (1): 8.9/15 kB error 03-Jan-2023 03:10:20 Progress (1): 12/15 kB error 03-Jan-2023 03:10:20 Progress (1): 14/15 kB error 03-Jan-2023 03:10:20 Progress (1): 15 kB error 03-Jan-2023 03:10:20 error 03-Jan-2023 03:10:20 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/maven/parents/maven-parent-openmrs-module/1.1.1/maven-parent-openmrs-module-1.1.1.pom (15 kB at 71 kB/s) error 03-Jan-2023 03:10:20 #21 63.21 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/legacyui-omod/1.13.0/legacyui-omod-1.13.0.jar error 03-Jan-2023 03:10:20 #21 63.51 Progress (1): 0/4.0 MB error 03-Jan-2023 03:10:21 Progress (1): 0/4.0 MB error 03-Jan-2023 03:10:21 Progress (1): 0.1/4.0 MB error 03-Jan-2023 03:10:21 Progress (1): 0.1/4.0 MB error 03-Jan-2023 03:10:21 Progress (1): 0.1/4.0 MB error 03-Jan-2023 03:10:21 Progress (1): 0.1/4.0 MB error 03-Jan-2023 03:10:21 Progress (1): 0.2/4.0 MB error 03-Jan-2023 03:10:21 Progress (1): 0.2/4.0 MB error 03-Jan-2023 03:10:21 Progress (1): 0.2/4.0 MB error 03-Jan-2023 03:10:21 Progress (1): 0.2/4.0 MB error 03-Jan-2023 03:10:21 Progress (1): 0.3/4.0 MB error 03-Jan-2023 03:10:21 Progress (1): 0.3/4.0 MB error 03-Jan-2023 03:10:21 Progress (1): 0.3/4.0 MB error 03-Jan-2023 03:10:21 Progress (1): 0.3/4.0 MB error 03-Jan-2023 03:10:21 Progress (1): 0.3/4.0 MB error 03-Jan-2023 03:10:21 Progress (1): 0.4/4.0 MB error 03-Jan-2023 03:10:21 Progress (1): 0.4/4.0 MB error 03-Jan-2023 03:10:21 Progress (1): 0.4/4.0 MB error 03-Jan-2023 03:10:21 Progress (1): 0.4/4.0 MB error 03-Jan-2023 03:10:21 Progress (1): 0.5/4.0 MB error 03-Jan-2023 03:10:21 Progress (1): 0.5/4.0 MB error 03-Jan-2023 03:10:21 Progress (1): 0.5/4.0 MB error 03-Jan-2023 03:10:21 Progress (1): 0.5/4.0 MB error 03-Jan-2023 03:10:21 Progress (1): 0.5/4.0 MB error 03-Jan-2023 03:10:21 Progress (1): 0.6/4.0 MB error 03-Jan-2023 03:10:21 Progress (1): 0.6/4.0 MB error 03-Jan-2023 03:10:21 Progress (1): 0.6/4.0 MB error 03-Jan-2023 03:10:21 Progress (1): 0.6/4.0 MB error 03-Jan-2023 03:10:21 Progress (1): 0.7/4.0 MB error 03-Jan-2023 03:10:21 Progress (1): 0.7/4.0 MB error 03-Jan-2023 03:10:21 Progress (1): 0.7/4.0 MB error 03-Jan-2023 03:10:21 Progress (1): 0.7/4.0 MB error 03-Jan-2023 03:10:21 Progress (1): 0.8/4.0 MB error 03-Jan-2023 03:10:21 Progress (1): 0.8/4.0 MB error 03-Jan-2023 03:10:21 Progress (1): 0.8/4.0 MB error 03-Jan-2023 03:10:21 Progress (1): 0.8/4.0 MB error 03-Jan-2023 03:10:21 Progress (1): 0.8/4.0 MB error 03-Jan-2023 03:10:21 Progress (1): 0.9/4.0 MB error 03-Jan-2023 03:10:21 Progress (1): 0.9/4.0 MB error 03-Jan-2023 03:10:21 Progress (1): 0.9/4.0 MB error 03-Jan-2023 03:10:21 Progress (1): 0.9/4.0 MB error 03-Jan-2023 03:10:21 Progress (1): 1.0/4.0 MB error 03-Jan-2023 03:10:21 Progress (1): 1.0/4.0 MB error 03-Jan-2023 03:10:21 Progress (1): 1.0/4.0 MB error 03-Jan-2023 03:10:21 Progress (1): 1.0/4.0 MB error 03-Jan-2023 03:10:21 Progress (1): 1.1/4.0 MB error 03-Jan-2023 03:10:21 Progress (1): 1.1/4.0 MB error 03-Jan-2023 03:10:21 Progress (1): 1.1/4.0 MB error 03-Jan-2023 03:10:21 Progress (1): 1.1/4.0 MB error 03-Jan-2023 03:10:21 Progress (1): 1.2/4.0 MB error 03-Jan-2023 03:10:21 Progress (1): 1.2/4.0 MB error 03-Jan-2023 03:10:21 Progress (1): 1.2/4.0 MB error 03-Jan-2023 03:10:21 Progress (1): 1.2/4.0 MB error 03-Jan-2023 03:10:21 Progress (1): 1.2/4.0 MB error 03-Jan-2023 03:10:21 Progress (1): 1.3/4.0 MB error 03-Jan-2023 03:10:21 Progress (1): 1.3/4.0 MB error 03-Jan-2023 03:10:21 Progress (1): 1.3/4.0 MB error 03-Jan-2023 03:10:21 Progress (1): 1.3/4.0 MB error 03-Jan-2023 03:10:21 Progress (1): 1.4/4.0 MB error 03-Jan-2023 03:10:21 Progress (1): 1.4/4.0 MB error 03-Jan-2023 03:10:21 Progress (1): 1.4/4.0 MB error 03-Jan-2023 03:10:21 Progress (1): 1.4/4.0 MB error 03-Jan-2023 03:10:21 Progress (1): 1.4/4.0 MB error 03-Jan-2023 03:10:21 Progress (1): 1.5/4.0 MB error 03-Jan-2023 03:10:21 Progress (1): 1.5/4.0 MB error 03-Jan-2023 03:10:21 Progress (1): 1.5/4.0 MB error 03-Jan-2023 03:10:21 Progress (1): 1.5/4.0 MB error 03-Jan-2023 03:10:21 Progress (1): 1.6/4.0 MB error 03-Jan-2023 03:10:21 Progress (1): 1.6/4.0 MB error 03-Jan-2023 03:10:21 Progress (1): 1.6/4.0 MB error 03-Jan-2023 03:10:21 Progress (1): 1.6/4.0 MB error 03-Jan-2023 03:10:21 Progress (1): 1.7/4.0 MB error 03-Jan-2023 03:10:21 Progress (1): 1.7/4.0 MB error 03-Jan-2023 03:10:21 Progress (1): 1.7/4.0 MB error 03-Jan-2023 03:10:21 Progress (1): 1.7/4.0 MB error 03-Jan-2023 03:10:21 Progress (1): 1.7/4.0 MB error 03-Jan-2023 03:10:21 Progress (1): 1.8/4.0 MB error 03-Jan-2023 03:10:21 Progress (1): 1.8/4.0 MB error 03-Jan-2023 03:10:21 Progress (1): 1.8/4.0 MB error 03-Jan-2023 03:10:21 Progress (1): 1.8/4.0 MB error 03-Jan-2023 03:10:21 Progress (1): 1.9/4.0 MB error 03-Jan-2023 03:10:21 Progress (1): 1.9/4.0 MB error 03-Jan-2023 03:10:21 Progress (1): 1.9/4.0 MB error 03-Jan-2023 03:10:21 Progress (1): 1.9/4.0 MB error 03-Jan-2023 03:10:21 Progress (1): 2.0/4.0 MB error 03-Jan-2023 03:10:21 Progress (1): 2.0/4.0 MB error 03-Jan-2023 03:10:21 Progress (1): 2.0/4.0 MB error 03-Jan-2023 03:10:21 Progress (1): 2.0/4.0 MB error 03-Jan-2023 03:10:21 Progress (1): 2.1/4.0 MB error 03-Jan-2023 03:10:21 Progress (1): 2.1/4.0 MB error 03-Jan-2023 03:10:21 Progress (1): 2.1/4.0 MB error 03-Jan-2023 03:10:21 Progress (1): 2.1/4.0 MB error 03-Jan-2023 03:10:21 Progress (1): 2.1/4.0 MB error 03-Jan-2023 03:10:21 Progress (1): 2.2/4.0 MB error 03-Jan-2023 03:10:21 Progress (1): 2.2/4.0 MB error 03-Jan-2023 03:10:21 Progress (1): 2.2/4.0 MB error 03-Jan-2023 03:10:21 Progress (1): 2.2/4.0 MB error 03-Jan-2023 03:10:21 Progress (1): 2.3/4.0 MB error 03-Jan-2023 03:10:21 Progress (1): 2.3/4.0 MB error 03-Jan-2023 03:10:21 Progress (1): 2.3/4.0 MB error 03-Jan-2023 03:10:21 Progress (1): 2.3/4.0 MB error 03-Jan-2023 03:10:21 Progress (1): 2.3/4.0 MB error 03-Jan-2023 03:10:21 Progress (1): 2.4/4.0 MB error 03-Jan-2023 03:10:21 Progress (1): 2.4/4.0 MB error 03-Jan-2023 03:10:21 Progress (1): 2.4/4.0 MB error 03-Jan-2023 03:10:21 Progress (1): 2.4/4.0 MB error 03-Jan-2023 03:10:21 Progress (1): 2.5/4.0 MB error 03-Jan-2023 03:10:21 Progress (1): 2.5/4.0 MB error 03-Jan-2023 03:10:21 Progress (1): 2.5/4.0 MB error 03-Jan-2023 03:10:21 Progress (1): 2.5/4.0 MB error 03-Jan-2023 03:10:21 Progress (1): 2.6/4.0 MB error 03-Jan-2023 03:10:21 Progress (1): 2.6/4.0 MB error 03-Jan-2023 03:10:21 Progress (1): 2.6/4.0 MB error 03-Jan-2023 03:10:21 Progress (1): 2.6/4.0 MB error 03-Jan-2023 03:10:21 Progress (1): 2.6/4.0 MB error 03-Jan-2023 03:10:21 Progress (1): 2.7/4.0 MB error 03-Jan-2023 03:10:21 Progress (1): 2.7/4.0 MB error 03-Jan-2023 03:10:21 Progress (1): 2.7/4.0 MB error 03-Jan-2023 03:10:21 Progress (1): 2.7/4.0 MB error 03-Jan-2023 03:10:21 Progress (1): 2.7/4.0 MB error 03-Jan-2023 03:10:21 Progress (1): 2.8/4.0 MB error 03-Jan-2023 03:10:21 Progress (1): 2.8/4.0 MB error 03-Jan-2023 03:10:21 Progress (1): 2.8/4.0 MB error 03-Jan-2023 03:10:21 Progress (1): 2.8/4.0 MB error 03-Jan-2023 03:10:21 Progress (1): 2.9/4.0 MB error 03-Jan-2023 03:10:21 Progress (1): 2.9/4.0 MB error 03-Jan-2023 03:10:21 Progress (1): 2.9/4.0 MB error 03-Jan-2023 03:10:21 Progress (1): 2.9/4.0 MB error 03-Jan-2023 03:10:21 Progress (1): 3.0/4.0 MB error 03-Jan-2023 03:10:21 Progress (1): 3.0/4.0 MB error 03-Jan-2023 03:10:21 Progress (1): 3.0/4.0 MB error 03-Jan-2023 03:10:21 Progress (1): 3.0/4.0 MB error 03-Jan-2023 03:10:21 Progress (1): 3.0/4.0 MB error 03-Jan-2023 03:10:21 Progress (1): 3.1/4.0 MB error 03-Jan-2023 03:10:21 Progress (1): 3.1/4.0 MB error 03-Jan-2023 03:10:21 Progress (1): 3.1/4.0 MB error 03-Jan-2023 03:10:21 Progress (1): 3.1/4.0 MB error 03-Jan-2023 03:10:21 Progress (1): 3.2/4.0 MB error 03-Jan-2023 03:10:21 Progress (1): 3.2/4.0 MB error 03-Jan-2023 03:10:21 Progress (1): 3.2/4.0 MB error 03-Jan-2023 03:10:21 Progress (1): 3.2/4.0 MB error 03-Jan-2023 03:10:21 Progress (1): 3.3/4.0 MB error 03-Jan-2023 03:10:21 Progress (1): 3.3/4.0 MB error 03-Jan-2023 03:10:21 Progress (1): 3.3/4.0 MB error 03-Jan-2023 03:10:21 Progress (1): 3.3/4.0 MB error 03-Jan-2023 03:10:21 Progress (1): 3.4/4.0 MB error 03-Jan-2023 03:10:21 Progress (1): 3.4/4.0 MB error 03-Jan-2023 03:10:21 Progress (1): 3.4/4.0 MB error 03-Jan-2023 03:10:21 Progress (1): 3.4/4.0 MB error 03-Jan-2023 03:10:21 Progress (1): 3.5/4.0 MB error 03-Jan-2023 03:10:21 Progress (1): 3.5/4.0 MB error 03-Jan-2023 03:10:21 Progress (1): 3.5/4.0 MB error 03-Jan-2023 03:10:21 Progress (1): 3.5/4.0 MB error 03-Jan-2023 03:10:21 Progress (1): 3.5/4.0 MB error 03-Jan-2023 03:10:21 Progress (1): 3.6/4.0 MB error 03-Jan-2023 03:10:21 Progress (1): 3.6/4.0 MB error 03-Jan-2023 03:10:21 Progress (1): 3.6/4.0 MB error 03-Jan-2023 03:10:21 Progress (1): 3.6/4.0 MB error 03-Jan-2023 03:10:21 Progress (1): 3.7/4.0 MB error 03-Jan-2023 03:10:21 Progress (1): 3.7/4.0 MB error 03-Jan-2023 03:10:21 Progress (1): 3.7/4.0 MB error 03-Jan-2023 03:10:21 Progress (1): 3.7/4.0 MB error 03-Jan-2023 03:10:21 Progress (1): 3.7/4.0 MB error 03-Jan-2023 03:10:21 Progress (1): 3.8/4.0 MB error 03-Jan-2023 03:10:21 Progress (1): 3.8/4.0 MB error 03-Jan-2023 03:10:21 Progress (1): 3.8/4.0 MB error 03-Jan-2023 03:10:21 Progress (1): 3.8/4.0 MB error 03-Jan-2023 03:10:21 Progress (1): 3.9/4.0 MB error 03-Jan-2023 03:10:21 Progress (1): 3.9/4.0 MB error 03-Jan-2023 03:10:21 Progress (1): 3.9/4.0 MB error 03-Jan-2023 03:10:21 Progress (1): 3.9/4.0 MB error 03-Jan-2023 03:10:21 Progress (1): 3.9/4.0 MB error 03-Jan-2023 03:10:21 Progress (1): 4.0 MB error 03-Jan-2023 03:10:21 error 03-Jan-2023 03:10:21 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/legacyui-omod/1.13.0/legacyui-omod-1.13.0.jar (4.0 MB at 6.8 MB/s) error 03-Jan-2023 03:10:21 #21 63.80 [INFO] Configured Artifact: org.openmrs.module:openconceptlab-omod:2.0.0:jar error 03-Jan-2023 03:10:21 #21 63.80 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/openconceptlab-omod/2.0.0/openconceptlab-omod-2.0.0.pom error 03-Jan-2023 03:10:21 #21 63.90 Progress (1): 3.3/9.5 kB error 03-Jan-2023 03:10:21 Progress (1): 6.1/9.5 kB error 03-Jan-2023 03:10:21 Progress (1): 8.9/9.5 kB error 03-Jan-2023 03:10:21 Progress (1): 9.5 kB error 03-Jan-2023 03:10:21 error 03-Jan-2023 03:10:21 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/openconceptlab-omod/2.0.0/openconceptlab-omod-2.0.0.pom (9.5 kB at 44 kB/s) error 03-Jan-2023 03:10:21 #21 64.01 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/openconceptlab/2.0.0/openconceptlab-2.0.0.pom error 03-Jan-2023 03:10:21 #21 64.12 Progress (1): 3.3/10 kB error 03-Jan-2023 03:10:21 Progress (1): 6.1/10 kB error 03-Jan-2023 03:10:21 Progress (1): 8.9/10 kB error 03-Jan-2023 03:10:21 Progress (1): 10 kB error 03-Jan-2023 03:10:21 error 03-Jan-2023 03:10:21 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/openconceptlab/2.0.0/openconceptlab-2.0.0.pom (10 kB at 47 kB/s) error 03-Jan-2023 03:10:21 #21 64.23 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/openconceptlab-omod/2.0.0/openconceptlab-omod-2.0.0.jar error 03-Jan-2023 03:10:22 #21 64.54 Progress (1): 0/2.4 MB error 03-Jan-2023 03:10:22 Progress (1): 0/2.4 MB error 03-Jan-2023 03:10:22 Progress (1): 0/2.4 MB error 03-Jan-2023 03:10:22 Progress (1): 0.1/2.4 MB error 03-Jan-2023 03:10:22 Progress (1): 0.1/2.4 MB error 03-Jan-2023 03:10:22 Progress (1): 0.1/2.4 MB error 03-Jan-2023 03:10:22 Progress (1): 0.1/2.4 MB error 03-Jan-2023 03:10:22 Progress (1): 0.1/2.4 MB error 03-Jan-2023 03:10:22 Progress (1): 0.1/2.4 MB error 03-Jan-2023 03:10:22 Progress (1): 0.2/2.4 MB error 03-Jan-2023 03:10:22 Progress (1): 0.2/2.4 MB error 03-Jan-2023 03:10:22 Progress (1): 0.2/2.4 MB error 03-Jan-2023 03:10:22 Progress (1): 0.2/2.4 MB error 03-Jan-2023 03:10:22 Progress (1): 0.2/2.4 MB error 03-Jan-2023 03:10:22 Progress (1): 0.3/2.4 MB error 03-Jan-2023 03:10:22 Progress (1): 0.3/2.4 MB error 03-Jan-2023 03:10:22 Progress (1): 0.3/2.4 MB error 03-Jan-2023 03:10:22 Progress (1): 0.3/2.4 MB error 03-Jan-2023 03:10:22 Progress (1): 0.3/2.4 MB error 03-Jan-2023 03:10:22 Progress (1): 0.3/2.4 MB error 03-Jan-2023 03:10:22 Progress (1): 0.4/2.4 MB error 03-Jan-2023 03:10:22 Progress (1): 0.4/2.4 MB error 03-Jan-2023 03:10:22 Progress (1): 0.4/2.4 MB error 03-Jan-2023 03:10:22 Progress (1): 0.4/2.4 MB error 03-Jan-2023 03:10:22 Progress (1): 0.4/2.4 MB error 03-Jan-2023 03:10:22 Progress (1): 0.4/2.4 MB error 03-Jan-2023 03:10:22 Progress (1): 0.5/2.4 MB error 03-Jan-2023 03:10:22 Progress (1): 0.5/2.4 MB error 03-Jan-2023 03:10:22 Progress (1): 0.5/2.4 MB error 03-Jan-2023 03:10:22 Progress (1): 0.5/2.4 MB error 03-Jan-2023 03:10:22 Progress (1): 0.5/2.4 MB error 03-Jan-2023 03:10:22 Progress (1): 0.5/2.4 MB error 03-Jan-2023 03:10:22 Progress (1): 0.6/2.4 MB error 03-Jan-2023 03:10:22 Progress (1): 0.6/2.4 MB error 03-Jan-2023 03:10:22 Progress (1): 0.6/2.4 MB error 03-Jan-2023 03:10:22 Progress (1): 0.6/2.4 MB error 03-Jan-2023 03:10:22 Progress (1): 0.6/2.4 MB error 03-Jan-2023 03:10:22 Progress (1): 0.6/2.4 MB error 03-Jan-2023 03:10:22 Progress (1): 0.7/2.4 MB error 03-Jan-2023 03:10:22 Progress (1): 0.7/2.4 MB error 03-Jan-2023 03:10:22 Progress (1): 0.7/2.4 MB error 03-Jan-2023 03:10:22 Progress (1): 0.7/2.4 MB error 03-Jan-2023 03:10:22 Progress (1): 0.7/2.4 MB error 03-Jan-2023 03:10:22 Progress (1): 0.7/2.4 MB error 03-Jan-2023 03:10:22 Progress (1): 0.8/2.4 MB error 03-Jan-2023 03:10:22 Progress (1): 0.8/2.4 MB error 03-Jan-2023 03:10:22 Progress (1): 0.8/2.4 MB error 03-Jan-2023 03:10:22 Progress (1): 0.8/2.4 MB error 03-Jan-2023 03:10:22 Progress (1): 0.8/2.4 MB error 03-Jan-2023 03:10:22 Progress (1): 0.9/2.4 MB error 03-Jan-2023 03:10:22 Progress (1): 0.9/2.4 MB error 03-Jan-2023 03:10:22 Progress (1): 0.9/2.4 MB error 03-Jan-2023 03:10:22 Progress (1): 0.9/2.4 MB error 03-Jan-2023 03:10:22 Progress (1): 0.9/2.4 MB error 03-Jan-2023 03:10:22 Progress (1): 0.9/2.4 MB error 03-Jan-2023 03:10:22 Progress (1): 1.0/2.4 MB error 03-Jan-2023 03:10:22 Progress (1): 1.0/2.4 MB error 03-Jan-2023 03:10:22 Progress (1): 1.0/2.4 MB error 03-Jan-2023 03:10:22 Progress (1): 1.0/2.4 MB error 03-Jan-2023 03:10:22 Progress (1): 1.0/2.4 MB error 03-Jan-2023 03:10:22 Progress (1): 1.0/2.4 MB error 03-Jan-2023 03:10:22 Progress (1): 1.1/2.4 MB error 03-Jan-2023 03:10:22 Progress (1): 1.1/2.4 MB error 03-Jan-2023 03:10:22 Progress (1): 1.1/2.4 MB error 03-Jan-2023 03:10:22 Progress (1): 1.1/2.4 MB error 03-Jan-2023 03:10:22 Progress (1): 1.1/2.4 MB error 03-Jan-2023 03:10:22 Progress (1): 1.1/2.4 MB error 03-Jan-2023 03:10:22 Progress (1): 1.1/2.4 MB error 03-Jan-2023 03:10:22 Progress (1): 1.2/2.4 MB error 03-Jan-2023 03:10:22 Progress (1): 1.2/2.4 MB error 03-Jan-2023 03:10:22 Progress (1): 1.2/2.4 MB error 03-Jan-2023 03:10:22 Progress (1): 1.2/2.4 MB error 03-Jan-2023 03:10:22 Progress (1): 1.2/2.4 MB error 03-Jan-2023 03:10:22 Progress (1): 1.2/2.4 MB error 03-Jan-2023 03:10:22 Progress (1): 1.3/2.4 MB error 03-Jan-2023 03:10:22 Progress (1): 1.3/2.4 MB error 03-Jan-2023 03:10:22 Progress (1): 1.3/2.4 MB error 03-Jan-2023 03:10:22 Progress (1): 1.3/2.4 MB error 03-Jan-2023 03:10:22 Progress (1): 1.3/2.4 MB error 03-Jan-2023 03:10:22 Progress (1): 1.3/2.4 MB error 03-Jan-2023 03:10:22 Progress (1): 1.4/2.4 MB error 03-Jan-2023 03:10:22 Progress (1): 1.4/2.4 MB error 03-Jan-2023 03:10:22 Progress (1): 1.4/2.4 MB error 03-Jan-2023 03:10:22 Progress (1): 1.4/2.4 MB error 03-Jan-2023 03:10:22 Progress (1): 1.4/2.4 MB error 03-Jan-2023 03:10:22 Progress (1): 1.4/2.4 MB error 03-Jan-2023 03:10:22 Progress (1): 1.4/2.4 MB error 03-Jan-2023 03:10:22 Progress (1): 1.5/2.4 MB error 03-Jan-2023 03:10:22 Progress (1): 1.5/2.4 MB error 03-Jan-2023 03:10:22 Progress (1): 1.5/2.4 MB error 03-Jan-2023 03:10:22 Progress (1): 1.5/2.4 MB error 03-Jan-2023 03:10:22 Progress (1): 1.5/2.4 MB error 03-Jan-2023 03:10:22 Progress (1): 1.5/2.4 MB error 03-Jan-2023 03:10:22 Progress (1): 1.6/2.4 MB error 03-Jan-2023 03:10:22 Progress (1): 1.6/2.4 MB error 03-Jan-2023 03:10:22 Progress (1): 1.6/2.4 MB error 03-Jan-2023 03:10:22 Progress (1): 1.6/2.4 MB error 03-Jan-2023 03:10:22 Progress (1): 1.6/2.4 MB error 03-Jan-2023 03:10:22 Progress (1): 1.6/2.4 MB error 03-Jan-2023 03:10:22 Progress (1): 1.7/2.4 MB error 03-Jan-2023 03:10:22 Progress (1): 1.7/2.4 MB error 03-Jan-2023 03:10:22 Progress (1): 1.7/2.4 MB error 03-Jan-2023 03:10:22 Progress (1): 1.7/2.4 MB error 03-Jan-2023 03:10:22 Progress (1): 1.7/2.4 MB error 03-Jan-2023 03:10:22 Progress (1): 1.7/2.4 MB error 03-Jan-2023 03:10:22 Progress (1): 1.8/2.4 MB error 03-Jan-2023 03:10:22 Progress (1): 1.8/2.4 MB error 03-Jan-2023 03:10:22 Progress (1): 1.8/2.4 MB error 03-Jan-2023 03:10:22 Progress (1): 1.8/2.4 MB error 03-Jan-2023 03:10:22 Progress (1): 1.8/2.4 MB error 03-Jan-2023 03:10:22 Progress (1): 1.8/2.4 MB error 03-Jan-2023 03:10:22 Progress (1): 1.9/2.4 MB error 03-Jan-2023 03:10:22 Progress (1): 1.9/2.4 MB error 03-Jan-2023 03:10:22 Progress (1): 1.9/2.4 MB error 03-Jan-2023 03:10:22 Progress (1): 1.9/2.4 MB error 03-Jan-2023 03:10:22 Progress (1): 1.9/2.4 MB error 03-Jan-2023 03:10:22 Progress (1): 2.0/2.4 MB error 03-Jan-2023 03:10:22 Progress (1): 2.0/2.4 MB error 03-Jan-2023 03:10:22 Progress (1): 2.0/2.4 MB error 03-Jan-2023 03:10:22 Progress (1): 2.0/2.4 MB error 03-Jan-2023 03:10:22 Progress (1): 2.0/2.4 MB error 03-Jan-2023 03:10:22 Progress (1): 2.0/2.4 MB error 03-Jan-2023 03:10:22 Progress (1): 2.1/2.4 MB error 03-Jan-2023 03:10:22 Progress (1): 2.1/2.4 MB error 03-Jan-2023 03:10:22 Progress (1): 2.1/2.4 MB error 03-Jan-2023 03:10:22 Progress (1): 2.1/2.4 MB error 03-Jan-2023 03:10:22 Progress (1): 2.1/2.4 MB error 03-Jan-2023 03:10:22 Progress (1): 2.1/2.4 MB error 03-Jan-2023 03:10:22 Progress (1): 2.2/2.4 MB error 03-Jan-2023 03:10:22 Progress (1): 2.2/2.4 MB error 03-Jan-2023 03:10:22 Progress (1): 2.2/2.4 MB error 03-Jan-2023 03:10:22 Progress (1): 2.2/2.4 MB error 03-Jan-2023 03:10:22 Progress (1): 2.2/2.4 MB error 03-Jan-2023 03:10:22 Progress (1): 2.2/2.4 MB error 03-Jan-2023 03:10:22 Progress (1): 2.3/2.4 MB error 03-Jan-2023 03:10:22 Progress (1): 2.3/2.4 MB error 03-Jan-2023 03:10:22 Progress (1): 2.3/2.4 MB error 03-Jan-2023 03:10:22 Progress (1): 2.3/2.4 MB error 03-Jan-2023 03:10:22 Progress (1): 2.3/2.4 MB error 03-Jan-2023 03:10:22 Progress (1): 2.3/2.4 MB error 03-Jan-2023 03:10:22 Progress (1): 2.4/2.4 MB error 03-Jan-2023 03:10:22 Progress (1): 2.4 MB error 03-Jan-2023 03:10:22 error 03-Jan-2023 03:10:22 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/openconceptlab-omod/2.0.0/openconceptlab-omod-2.0.0.jar (2.4 MB at 4.5 MB/s) error 03-Jan-2023 03:10:22 #21 64.77 [INFO] Configured Artifact: org.openmrs.module:metadatadeploy-omod:1.13.0:jar error 03-Jan-2023 03:10:22 #21 64.77 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/metadatadeploy-omod/1.13.0/metadatadeploy-omod-1.13.0.pom error 03-Jan-2023 03:10:22 #21 64.87 Progress (1): 3.3/4.9 kB error 03-Jan-2023 03:10:22 Progress (1): 4.9 kB error 03-Jan-2023 03:10:22 error 03-Jan-2023 03:10:22 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/metadatadeploy-omod/1.13.0/metadatadeploy-omod-1.13.0.pom (4.9 kB at 23 kB/s) error 03-Jan-2023 03:10:22 #21 64.99 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/metadatadeploy/1.13.0/metadatadeploy-1.13.0.pom error 03-Jan-2023 03:10:22 #21 65.10 Progress (1): 3.3/6.2 kB error 03-Jan-2023 03:10:22 Progress (1): 6.1/6.2 kB error 03-Jan-2023 03:10:22 Progress (1): 6.2 kB error 03-Jan-2023 03:10:22 error 03-Jan-2023 03:10:22 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/metadatadeploy/1.13.0/metadatadeploy-1.13.0.pom (6.2 kB at 27 kB/s) error 03-Jan-2023 03:10:22 #21 65.22 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/metadatadeploy-omod/1.13.0/metadatadeploy-omod-1.13.0.jar error 03-Jan-2023 03:10:22 #21 65.33 Progress (1): 3.3/110 kB error 03-Jan-2023 03:10:22 Progress (1): 6.1/110 kB error 03-Jan-2023 03:10:22 Progress (1): 8.9/110 kB error 03-Jan-2023 03:10:22 Progress (1): 12/110 kB error 03-Jan-2023 03:10:22 Progress (1): 14/110 kB error 03-Jan-2023 03:10:22 Progress (1): 17/110 kB error 03-Jan-2023 03:10:22 Progress (1): 20/110 kB error 03-Jan-2023 03:10:22 Progress (1): 23/110 kB error 03-Jan-2023 03:10:22 Progress (1): 26/110 kB error 03-Jan-2023 03:10:22 Progress (1): 28/110 kB error 03-Jan-2023 03:10:22 Progress (1): 31/110 kB error 03-Jan-2023 03:10:22 Progress (1): 34/110 kB error 03-Jan-2023 03:10:22 Progress (1): 37/110 kB error 03-Jan-2023 03:10:22 Progress (1): 40/110 kB error 03-Jan-2023 03:10:22 Progress (1): 42/110 kB error 03-Jan-2023 03:10:22 Progress (1): 45/110 kB error 03-Jan-2023 03:10:22 Progress (1): 48/110 kB error 03-Jan-2023 03:10:22 Progress (1): 51/110 kB error 03-Jan-2023 03:10:22 Progress (1): 54/110 kB error 03-Jan-2023 03:10:22 Progress (1): 56/110 kB error 03-Jan-2023 03:10:22 Progress (1): 59/110 kB error 03-Jan-2023 03:10:22 Progress (1): 62/110 kB error 03-Jan-2023 03:10:22 Progress (1): 65/110 kB error 03-Jan-2023 03:10:22 Progress (1): 67/110 kB error 03-Jan-2023 03:10:22 Progress (1): 70/110 kB error 03-Jan-2023 03:10:22 Progress (1): 73/110 kB error 03-Jan-2023 03:10:22 Progress (1): 76/110 kB error 03-Jan-2023 03:10:22 Progress (1): 79/110 kB error 03-Jan-2023 03:10:22 Progress (1): 81/110 kB error 03-Jan-2023 03:10:22 Progress (1): 84/110 kB error 03-Jan-2023 03:10:22 Progress (1): 87/110 kB error 03-Jan-2023 03:10:22 Progress (1): 90/110 kB error 03-Jan-2023 03:10:22 Progress (1): 93/110 kB error 03-Jan-2023 03:10:22 Progress (1): 95/110 kB error 03-Jan-2023 03:10:22 Progress (1): 98/110 kB error 03-Jan-2023 03:10:22 Progress (1): 101/110 kB error 03-Jan-2023 03:10:22 Progress (1): 104/110 kB error 03-Jan-2023 03:10:22 Progress (1): 107/110 kB error 03-Jan-2023 03:10:22 Progress (1): 109/110 kB error 03-Jan-2023 03:10:22 Progress (1): 110 kB error 03-Jan-2023 03:10:23 error 03-Jan-2023 03:10:23 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/metadatadeploy-omod/1.13.0/metadatadeploy-omod-1.13.0.jar (110 kB at 338 kB/s) error 03-Jan-2023 03:10:23 #21 65.55 [INFO] Configured Artifact: org.openmrs.module:reportingrest-omod:1.14.0:jar error 03-Jan-2023 03:10:23 #21 65.55 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/reportingrest-omod/1.14.0/reportingrest-omod-1.14.0.pom error 03-Jan-2023 03:10:23 #21 ... error 03-Jan-2023 03:10:23 error 03-Jan-2023 03:10:23 #18 [linux/arm64 dev 4/4] RUN mvn -s /usr/share/maven/ref/settings-docker.xml install error 03-Jan-2023 03:10:23 #18 55.83 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/hibernate/hibernate-c3p0/5.6.0.Final/hibernate-c3p0-5.6.0.Final.pom error 03-Jan-2023 03:10:23 #18 56.41 Progress (1): 2.7 kB error 03-Jan-2023 03:10:23 error 03-Jan-2023 03:10:23 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/hibernate/hibernate-c3p0/5.6.0.Final/hibernate-c3p0-5.6.0.Final.pom (2.7 kB at 3.0 kB/s) error 03-Jan-2023 03:10:23 #18 57.36 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/hibernate/hibernate-ehcache/5.6.0.Final/hibernate-ehcache-5.6.0.Final.pom error 03-Jan-2023 03:10:23 #18 57.63 Progress (1): 2.7 kB error 03-Jan-2023 03:10:23 error 03-Jan-2023 03:10:23 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/hibernate/hibernate-ehcache/5.6.0.Final/hibernate-ehcache-5.6.0.Final.pom (2.7 kB at 6.5 kB/s) error 03-Jan-2023 03:10:23 #18 58.02 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/hibernate/hibernate-search-orm/5.11.9.Final/hibernate-search-orm-5.11.9.Final.pom error 03-Jan-2023 03:10:23 #18 58.15 Progress (1): 3.3/9.2 kB error 03-Jan-2023 03:10:23 Progress (1): 6.1/9.2 kB error 03-Jan-2023 03:10:23 Progress (1): 8.9/9.2 kB error 03-Jan-2023 03:10:23 Progress (1): 9.2 kB error 03-Jan-2023 03:10:23 error 03-Jan-2023 03:10:23 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/hibernate/hibernate-search-orm/5.11.9.Final/hibernate-search-orm-5.11.9.Final.pom (9.2 kB at 32 kB/s) error 03-Jan-2023 03:10:23 #18 58.35 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/hibernate/hibernate-search-parent/5.11.9.Final/hibernate-search-parent-5.11.9.Final.pom error 03-Jan-2023 03:10:23 #18 58.49 Progress (1): 3.3/151 kB error 03-Jan-2023 03:10:23 Progress (1): 6.1/151 kB error 03-Jan-2023 03:10:23 Progress (1): 8.9/151 kB error 03-Jan-2023 03:10:23 Progress (1): 12/151 kB error 03-Jan-2023 03:10:23 Progress (1): 14/151 kB error 03-Jan-2023 03:10:23 Progress (1): 17/151 kB error 03-Jan-2023 03:10:23 Progress (1): 20/151 kB error 03-Jan-2023 03:10:23 Progress (1): 23/151 kB error 03-Jan-2023 03:10:23 Progress (1): 26/151 kB error 03-Jan-2023 03:10:23 Progress (1): 28/151 kB error 03-Jan-2023 03:10:23 Progress (1): 31/151 kB error 03-Jan-2023 03:10:23 Progress (1): 34/151 kB error 03-Jan-2023 03:10:23 Progress (1): 37/151 kB error 03-Jan-2023 03:10:23 Progress (1): 40/151 kB error 03-Jan-2023 03:10:23 Progress (1): 42/151 kB error 03-Jan-2023 03:10:23 Progress (1): 45/151 kB error 03-Jan-2023 03:10:23 Progress (1): 48/151 kB error 03-Jan-2023 03:10:23 Progress (1): 51/151 kB error 03-Jan-2023 03:10:23 Progress (1): 54/151 kB error 03-Jan-2023 03:10:23 Progress (1): 56/151 kB error 03-Jan-2023 03:10:23 Progress (1): 59/151 kB error 03-Jan-2023 03:10:23 Progress (1): 62/151 kB error 03-Jan-2023 03:10:23 Progress (1): 65/151 kB error 03-Jan-2023 03:10:23 Progress (1): 68/151 kB error 03-Jan-2023 03:10:23 Progress (1): 70/151 kB error 03-Jan-2023 03:10:23 Progress (1): 73/151 kB error 03-Jan-2023 03:10:23 Progress (1): 76/151 kB error 03-Jan-2023 03:10:23 Progress (1): 79/151 kB error 03-Jan-2023 03:10:23 Progress (1): 82/151 kB error 03-Jan-2023 03:10:23 Progress (1): 84/151 kB error 03-Jan-2023 03:10:23 Progress (1): 87/151 kB error 03-Jan-2023 03:10:23 Progress (1): 90/151 kB error 03-Jan-2023 03:10:23 Progress (1): 93/151 kB error 03-Jan-2023 03:10:23 Progress (1): 96/151 kB error 03-Jan-2023 03:10:23 Progress (1): 98/151 kB error 03-Jan-2023 03:10:23 Progress (1): 101/151 kB error 03-Jan-2023 03:10:23 Progress (1): 104/151 kB error 03-Jan-2023 03:10:23 Progress (1): 107/151 kB error 03-Jan-2023 03:10:23 Progress (1): 110/151 kB error 03-Jan-2023 03:10:23 Progress (1): 112/151 kB error 03-Jan-2023 03:10:23 Progress (1): 115/151 kB error 03-Jan-2023 03:10:23 Progress (1): 118/151 kB error 03-Jan-2023 03:10:23 Progress (1): 121/151 kB error 03-Jan-2023 03:10:23 Progress (1): 124/151 kB error 03-Jan-2023 03:10:23 Progress (1): 126/151 kB error 03-Jan-2023 03:10:23 Progress (1): 129/151 kB error 03-Jan-2023 03:10:23 Progress (1): 132/151 kB error 03-Jan-2023 03:10:23 Progress (1): 135/151 kB error 03-Jan-2023 03:10:23 Progress (1): 138/151 kB error 03-Jan-2023 03:10:23 Progress (1): 140/151 kB error 03-Jan-2023 03:10:23 Progress (1): 143/151 kB error 03-Jan-2023 03:10:23 Progress (1): 146/151 kB error 03-Jan-2023 03:10:23 Progress (1): 149/151 kB error 03-Jan-2023 03:10:23 Progress (1): 151 kB error 03-Jan-2023 03:10:23 error 03-Jan-2023 03:10:23 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/hibernate/hibernate-search-parent/5.11.9.Final/hibernate-search-parent-5.11.9.Final.pom (151 kB at 383 kB/s) error 03-Jan-2023 03:10:23 #18 58.91 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/hibernate/hibernate-search-engine/5.11.9.Final/hibernate-search-engine-5.11.9.Final.pom error 03-Jan-2023 03:10:23 #18 59.04 Progress (1): 3.3/16 kB error 03-Jan-2023 03:10:23 Progress (1): 6.1/16 kB error 03-Jan-2023 03:10:23 Progress (1): 8.9/16 kB error 03-Jan-2023 03:10:23 Progress (1): 12/16 kB error 03-Jan-2023 03:10:23 Progress (1): 14/16 kB error 03-Jan-2023 03:10:23 Progress (1): 16 kB error 03-Jan-2023 03:10:23 error 03-Jan-2023 03:10:23 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/hibernate/hibernate-search-engine/5.11.9.Final/hibernate-search-engine-5.11.9.Final.pom (16 kB at 56 kB/s) error 03-Jan-2023 03:10:23 #18 59.97 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/hibernate/hibernate-core/5.4.30.Final/hibernate-core-5.4.30.Final.pom error 03-Jan-2023 03:10:23 #18 60.12 Progress (1): 3.3/6.1 kB error 03-Jan-2023 03:10:23 Progress (1): 6.1/6.1 kB error 03-Jan-2023 03:10:23 Progress (1): 6.1 kB error 03-Jan-2023 03:10:23 error 03-Jan-2023 03:10:23 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/hibernate/hibernate-core/5.4.30.Final/hibernate-core-5.4.30.Final.pom (6.1 kB at 21 kB/s) error 03-Jan-2023 03:10:23 #18 60.36 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/jboss/logging/jboss-logging/3.4.1.Final/jboss-logging-3.4.1.Final.pom error 03-Jan-2023 03:10:23 #18 60.51 Progress (1): 3.3/5.0 kB error 03-Jan-2023 03:10:23 Progress (1): 5.0 kB error 03-Jan-2023 03:10:23 error 03-Jan-2023 03:10:23 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/jboss/logging/jboss-logging/3.4.1.Final/jboss-logging-3.4.1.Final.pom (5.0 kB at 15 kB/s) error 03-Jan-2023 03:10:23 #18 60.73 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/jboss/jboss-parent/34/jboss-parent-34.pom error 03-Jan-2023 03:10:23 #18 60.87 Progress (1): 3.3/66 kB error 03-Jan-2023 03:10:23 Progress (1): 6.1/66 kB error 03-Jan-2023 03:10:23 Progress (1): 8.9/66 kB error 03-Jan-2023 03:10:23 Progress (1): 12/66 kB error 03-Jan-2023 03:10:23 Progress (1): 15/66 kB error 03-Jan-2023 03:10:23 Progress (1): 17/66 kB error 03-Jan-2023 03:10:23 Progress (1): 20/66 kB error 03-Jan-2023 03:10:23 Progress (1): 23/66 kB error 03-Jan-2023 03:10:23 Progress (1): 26/66 kB error 03-Jan-2023 03:10:23 Progress (1): 29/66 kB error 03-Jan-2023 03:10:23 Progress (1): 31/66 kB error 03-Jan-2023 03:10:23 Progress (1): 34/66 kB error 03-Jan-2023 03:10:23 Progress (1): 37/66 kB error 03-Jan-2023 03:10:23 Progress (1): 40/66 kB error 03-Jan-2023 03:10:23 Progress (1): 43/66 kB error 03-Jan-2023 03:10:23 Progress (1): 45/66 kB error 03-Jan-2023 03:10:23 Progress (1): 48/66 kB error 03-Jan-2023 03:10:23 Progress (1): 51/66 kB error 03-Jan-2023 03:10:23 Progress (1): 54/66 kB error 03-Jan-2023 03:10:23 Progress (1): 57/66 kB error 03-Jan-2023 03:10:23 Progress (1): 59/66 kB error 03-Jan-2023 03:10:23 Progress (1): 62/66 kB error 03-Jan-2023 03:10:23 Progress (1): 65/66 kB error 03-Jan-2023 03:10:23 Progress (1): 66 kB error 03-Jan-2023 03:10:23 error 03-Jan-2023 03:10:23 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/jboss/jboss-parent/34/jboss-parent-34.pom (66 kB at 182 kB/s) error 03-Jan-2023 03:10:23 #18 61.31 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/net/bytebuddy/byte-buddy/1.10.21/byte-buddy-1.10.21.pom error 03-Jan-2023 03:10:23 #18 61.46 Progress (1): 3.3/11 kB error 03-Jan-2023 03:10:23 Progress (1): 6.1/11 kB error 03-Jan-2023 03:10:23 Progress (1): 8.9/11 kB error 03-Jan-2023 03:10:23 Progress (1): 11 kB error 03-Jan-2023 03:10:23 error 03-Jan-2023 03:10:23 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/net/bytebuddy/byte-buddy/1.10.21/byte-buddy-1.10.21.pom (11 kB at 39 kB/s) error 03-Jan-2023 03:10:23 #18 61.61 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/net/bytebuddy/byte-buddy-parent/1.10.21/byte-buddy-parent-1.10.21.pom error 03-Jan-2023 03:10:23 #18 61.74 Progress (1): 3.3/42 kB error 03-Jan-2023 03:10:23 Progress (1): 6.1/42 kB error 03-Jan-2023 03:10:23 Progress (1): 8.9/42 kB error 03-Jan-2023 03:10:23 Progress (1): 12/42 kB error 03-Jan-2023 03:10:23 Progress (1): 14/42 kB error 03-Jan-2023 03:10:23 Progress (1): 17/42 kB error 03-Jan-2023 03:10:23 Progress (1): 20/42 kB error 03-Jan-2023 03:10:23 Progress (1): 23/42 kB error 03-Jan-2023 03:10:23 Progress (1): 26/42 kB error 03-Jan-2023 03:10:23 Progress (1): 29/42 kB error 03-Jan-2023 03:10:23 Progress (1): 31/42 kB error 03-Jan-2023 03:10:23 Progress (1): 34/42 kB error 03-Jan-2023 03:10:23 Progress (1): 37/42 kB error 03-Jan-2023 03:10:23 Progress (1): 40/42 kB error 03-Jan-2023 03:10:23 Progress (1): 42 kB error 03-Jan-2023 03:10:23 error 03-Jan-2023 03:10:23 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/net/bytebuddy/byte-buddy-parent/1.10.21/byte-buddy-parent-1.10.21.pom (42 kB at 148 kB/s) error 03-Jan-2023 03:10:23 #18 62.16 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/logging/log4j/log4j-core/2.17.2/log4j-core-2.17.2.pom error 03-Jan-2023 03:10:23 #18 62.30 Progress (1): 3.3/23 kB error 03-Jan-2023 03:10:23 Progress (1): 6.1/23 kB error 03-Jan-2023 03:10:23 Progress (1): 8.9/23 kB error 03-Jan-2023 03:10:23 Progress (1): 12/23 kB error 03-Jan-2023 03:10:23 Progress (1): 15/23 kB error 03-Jan-2023 03:10:23 Progress (1): 17/23 kB error 03-Jan-2023 03:10:23 Progress (1): 20/23 kB error 03-Jan-2023 03:10:23 Progress (1): 23/23 kB error 03-Jan-2023 03:10:23 Progress (1): 23 kB error 03-Jan-2023 03:10:23 error 03-Jan-2023 03:10:23 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/logging/log4j/log4j-core/2.17.2/log4j-core-2.17.2.pom (23 kB at 81 kB/s) error 03-Jan-2023 03:10:23 #18 62.49 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/logging/log4j/log4j/2.17.2/log4j-2.17.2.pom error 03-Jan-2023 03:10:23 #18 62.62 Progress (1): 3.3/74 kB error 03-Jan-2023 03:10:23 Progress (1): 6.1/74 kB error 03-Jan-2023 03:10:23 Progress (1): 8.9/74 kB error 03-Jan-2023 03:10:23 Progress (1): 12/74 kB error 03-Jan-2023 03:10:23 Progress (1): 15/74 kB error 03-Jan-2023 03:10:23 Progress (1): 17/74 kB error 03-Jan-2023 03:10:23 Progress (1): 20/74 kB error 03-Jan-2023 03:10:23 Progress (1): 23/74 kB error 03-Jan-2023 03:10:23 Progress (1): 26/74 kB error 03-Jan-2023 03:10:23 Progress (1): 29/74 kB error 03-Jan-2023 03:10:23 Progress (1): 31/74 kB error 03-Jan-2023 03:10:23 Progress (1): 34/74 kB error 03-Jan-2023 03:10:23 Progress (1): 37/74 kB error 03-Jan-2023 03:10:23 Progress (1): 40/74 kB error 03-Jan-2023 03:10:23 Progress (1): 43/74 kB error 03-Jan-2023 03:10:23 Progress (1): 45/74 kB error 03-Jan-2023 03:10:23 Progress (1): 48/74 kB error 03-Jan-2023 03:10:23 Progress (1): 51/74 kB error 03-Jan-2023 03:10:23 Progress (1): 54/74 kB error 03-Jan-2023 03:10:23 Progress (1): 57/74 kB error 03-Jan-2023 03:10:23 Progress (1): 59/74 kB error 03-Jan-2023 03:10:23 Progress (1): 62/74 kB error 03-Jan-2023 03:10:23 Progress (1): 65/74 kB error 03-Jan-2023 03:10:23 Progress (1): 68/74 kB error 03-Jan-2023 03:10:23 Progress (1): 71/74 kB error 03-Jan-2023 03:10:23 Progress (1): 73/74 kB error 03-Jan-2023 03:10:23 Progress (1): 74 kB error 03-Jan-2023 03:10:23 error 03-Jan-2023 03:10:23 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/logging/log4j/log4j/2.17.2/log4j-2.17.2.pom (74 kB at 265 kB/s) error 03-Jan-2023 03:10:23 #18 62.90 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/logging/log4j/log4j-api/2.17.2/log4j-api-2.17.2.pom error 03-Jan-2023 03:10:23 #18 63.03 Progress (1): 3.3/14 kB error 03-Jan-2023 03:10:23 Progress (1): 6.1/14 kB error 03-Jan-2023 03:10:23 Progress (1): 8.9/14 kB error 03-Jan-2023 03:10:23 Progress (1): 12/14 kB error 03-Jan-2023 03:10:23 Progress (1): 14 kB error 03-Jan-2023 03:10:23 error 03-Jan-2023 03:10:23 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/logging/log4j/log4j-api/2.17.2/log4j-api-2.17.2.pom (14 kB at 51 kB/s) error 03-Jan-2023 03:10:23 #18 63.24 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/logging/log4j/log4j-slf4j-impl/2.17.2/log4j-slf4j-impl-2.17.2.pom error 03-Jan-2023 03:10:23 #18 63.38 Progress (1): 3.3/12 kB error 03-Jan-2023 03:10:23 Progress (1): 6.1/12 kB error 03-Jan-2023 03:10:23 Progress (1): 8.9/12 kB error 03-Jan-2023 03:10:23 Progress (1): 12 kB error 03-Jan-2023 03:10:23 error 03-Jan-2023 03:10:23 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/logging/log4j/log4j-slf4j-impl/2.17.2/log4j-slf4j-impl-2.17.2.pom (12 kB at 35 kB/s) error 03-Jan-2023 03:10:23 #18 63.86 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/logging/log4j/log4j-1.2-api/2.17.2/log4j-1.2-api-2.17.2.pom error 03-Jan-2023 03:10:23 #18 64.14 Progress (1): 3.3/8.3 kB error 03-Jan-2023 03:10:23 Progress (1): 6.1/8.3 kB error 03-Jan-2023 03:10:23 Progress (1): 8.3 kB error 03-Jan-2023 03:10:23 error 03-Jan-2023 03:10:23 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/logging/log4j/log4j-1.2-api/2.17.2/log4j-1.2-api-2.17.2.pom (8.3 kB at 19 kB/s) error 03-Jan-2023 03:10:23 #18 64.76 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/xerces/xercesImpl/2.12.1/xercesImpl-2.12.1.pom error 03-Jan-2023 03:10:23 #18 64.93 Progress (1): 3.3/3.4 kB error 03-Jan-2023 03:10:23 Progress (1): 3.4 kB error 03-Jan-2023 03:10:23 error 03-Jan-2023 03:10:23 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/xerces/xercesImpl/2.12.1/xercesImpl-2.12.1.pom (3.4 kB at 10 kB/s) error 03-Jan-2023 03:10:23 #18 65.39 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/com/fasterxml/jackson/datatype/jackson-datatype-jsr310/2.13.0/jackson-datatype-jsr310-2.13.0.pom error 03-Jan-2023 03:10:23 #18 65.56 Progress (1): 3.3/4.9 kB error 03-Jan-2023 03:10:23 Progress (1): 4.9 kB error 03-Jan-2023 03:10:23 error 03-Jan-2023 03:10:23 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/com/fasterxml/jackson/datatype/jackson-datatype-jsr310/2.13.0/jackson-datatype-jsr310-2.13.0.pom (4.9 kB at 15 kB/s) error 03-Jan-2023 03:10:23 #18 65.74 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/com/fasterxml/jackson/module/jackson-modules-java8/2.13.0/jackson-modules-java8-2.13.0.pom error 03-Jan-2023 03:10:23 #18 ... error 03-Jan-2023 03:10:23 error 03-Jan-2023 03:10:23 #21 [linux/amd64 dev 4/4] RUN mvn -s /usr/share/maven/ref/settings-docker.xml install error 03-Jan-2023 03:10:23 #21 65.67 Progress (1): 3.3/5.4 kB error 03-Jan-2023 03:10:23 Progress (1): 5.4 kB error 03-Jan-2023 03:10:23 error 03-Jan-2023 03:10:23 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/reportingrest-omod/1.14.0/reportingrest-omod-1.14.0.pom (5.4 kB at 24 kB/s) error 03-Jan-2023 03:10:23 #21 65.78 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/reportingrest/1.14.0/reportingrest-1.14.0.pom error 03-Jan-2023 03:10:23 #21 65.89 Progress (1): 3.3/7.0 kB error 03-Jan-2023 03:10:23 Progress (1): 6.1/7.0 kB error 03-Jan-2023 03:10:23 Progress (1): 7.0 kB error 03-Jan-2023 03:10:23 error 03-Jan-2023 03:10:23 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/reportingrest/1.14.0/reportingrest-1.14.0.pom (7.0 kB at 32 kB/s) error 03-Jan-2023 03:10:23 #21 66.00 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/reportingrest-omod/1.14.0/reportingrest-omod-1.14.0.jar error 03-Jan-2023 03:10:23 #21 66.11 Progress (1): 3.3/75 kB error 03-Jan-2023 03:10:23 Progress (1): 6.1/75 kB error 03-Jan-2023 03:10:23 Progress (1): 8.9/75 kB error 03-Jan-2023 03:10:23 Progress (1): 12/75 kB error 03-Jan-2023 03:10:23 Progress (1): 14/75 kB error 03-Jan-2023 03:10:23 Progress (1): 17/75 kB error 03-Jan-2023 03:10:23 Progress (1): 20/75 kB error 03-Jan-2023 03:10:23 Progress (1): 23/75 kB error 03-Jan-2023 03:10:23 Progress (1): 26/75 kB error 03-Jan-2023 03:10:23 Progress (1): 29/75 kB error 03-Jan-2023 03:10:23 Progress (1): 31/75 kB error 03-Jan-2023 03:10:23 Progress (1): 34/75 kB error 03-Jan-2023 03:10:23 Progress (1): 37/75 kB error 03-Jan-2023 03:10:23 Progress (1): 40/75 kB error 03-Jan-2023 03:10:23 Progress (1): 43/75 kB error 03-Jan-2023 03:10:23 Progress (1): 45/75 kB error 03-Jan-2023 03:10:23 Progress (1): 48/75 kB error 03-Jan-2023 03:10:23 Progress (1): 51/75 kB error 03-Jan-2023 03:10:23 Progress (1): 54/75 kB error 03-Jan-2023 03:10:23 Progress (1): 56/75 kB error 03-Jan-2023 03:10:23 Progress (1): 59/75 kB error 03-Jan-2023 03:10:23 Progress (1): 62/75 kB error 03-Jan-2023 03:10:23 Progress (1): 65/75 kB error 03-Jan-2023 03:10:23 Progress (1): 68/75 kB error 03-Jan-2023 03:10:23 Progress (1): 70/75 kB error 03-Jan-2023 03:10:23 Progress (1): 73/75 kB error 03-Jan-2023 03:10:23 Progress (1): 75 kB error 03-Jan-2023 03:10:23 error 03-Jan-2023 03:10:23 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/reportingrest-omod/1.14.0/reportingrest-omod-1.14.0.jar (75 kB at 326 kB/s) error 03-Jan-2023 03:10:23 #21 66.23 [INFO] Configured Artifact: org.openmrs.module:owa-omod:1.14.0:jar error 03-Jan-2023 03:10:23 #21 66.23 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/owa-omod/1.14.0/owa-omod-1.14.0.pom error 03-Jan-2023 03:10:23 #21 66.34 Progress (1): 3.3/8.5 kB error 03-Jan-2023 03:10:23 Progress (1): 6.1/8.5 kB error 03-Jan-2023 03:10:23 Progress (1): 8.5 kB error 03-Jan-2023 03:10:23 error 03-Jan-2023 03:10:24 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/owa-omod/1.14.0/owa-omod-1.14.0.pom (8.5 kB at 39 kB/s) error 03-Jan-2023 03:10:24 #21 66.45 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/owa/1.14.0/owa-1.14.0.pom error 03-Jan-2023 03:10:24 #21 66.56 Progress (1): 3.3/6.9 kB error 03-Jan-2023 03:10:24 Progress (1): 6.1/6.9 kB error 03-Jan-2023 03:10:24 Progress (1): 6.9 kB error 03-Jan-2023 03:10:24 error 03-Jan-2023 03:10:24 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/owa/1.14.0/owa-1.14.0.pom (6.9 kB at 30 kB/s) error 03-Jan-2023 03:10:24 #21 66.68 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/owa-omod/1.14.0/owa-omod-1.14.0.jar error 03-Jan-2023 03:10:24 #21 66.95 Progress (1): 0/1.3 MB error 03-Jan-2023 03:10:24 Progress (1): 0/1.3 MB error 03-Jan-2023 03:10:24 Progress (1): 0/1.3 MB error 03-Jan-2023 03:10:24 Progress (1): 0/1.3 MB error 03-Jan-2023 03:10:24 Progress (1): 0/1.3 MB error 03-Jan-2023 03:10:24 Progress (1): 0/1.3 MB error 03-Jan-2023 03:10:24 Progress (1): 0.1/1.3 MB error 03-Jan-2023 03:10:24 Progress (1): 0.1/1.3 MB error 03-Jan-2023 03:10:24 Progress (1): 0.1/1.3 MB error 03-Jan-2023 03:10:24 Progress (1): 0.1/1.3 MB error 03-Jan-2023 03:10:24 Progress (1): 0.1/1.3 MB error 03-Jan-2023 03:10:24 Progress (1): 0.1/1.3 MB error 03-Jan-2023 03:10:24 Progress (1): 0.1/1.3 MB error 03-Jan-2023 03:10:24 Progress (1): 0.1/1.3 MB error 03-Jan-2023 03:10:24 Progress (1): 0.1/1.3 MB error 03-Jan-2023 03:10:24 Progress (1): 0.1/1.3 MB error 03-Jan-2023 03:10:24 Progress (1): 0.2/1.3 MB error 03-Jan-2023 03:10:24 Progress (1): 0.2/1.3 MB error 03-Jan-2023 03:10:24 Progress (1): 0.2/1.3 MB error 03-Jan-2023 03:10:24 Progress (1): 0.2/1.3 MB error 03-Jan-2023 03:10:24 Progress (1): 0.2/1.3 MB error 03-Jan-2023 03:10:24 Progress (1): 0.2/1.3 MB error 03-Jan-2023 03:10:24 Progress (1): 0.2/1.3 MB error 03-Jan-2023 03:10:24 Progress (1): 0.2/1.3 MB error 03-Jan-2023 03:10:24 Progress (1): 0.2/1.3 MB error 03-Jan-2023 03:10:24 Progress (1): 0.2/1.3 MB error 03-Jan-2023 03:10:24 Progress (1): 0.2/1.3 MB error 03-Jan-2023 03:10:24 Progress (1): 0.2/1.3 MB error 03-Jan-2023 03:10:24 Progress (1): 0.3/1.3 MB error 03-Jan-2023 03:10:24 Progress (1): 0.3/1.3 MB error 03-Jan-2023 03:10:24 Progress (1): 0.3/1.3 MB error 03-Jan-2023 03:10:24 Progress (1): 0.3/1.3 MB error 03-Jan-2023 03:10:24 Progress (1): 0.3/1.3 MB error 03-Jan-2023 03:10:24 Progress (1): 0.3/1.3 MB error 03-Jan-2023 03:10:24 Progress (1): 0.3/1.3 MB error 03-Jan-2023 03:10:24 Progress (1): 0.3/1.3 MB error 03-Jan-2023 03:10:24 Progress (1): 0.3/1.3 MB error 03-Jan-2023 03:10:24 Progress (1): 0.3/1.3 MB error 03-Jan-2023 03:10:24 Progress (1): 0.3/1.3 MB error 03-Jan-2023 03:10:24 Progress (1): 0.4/1.3 MB error 03-Jan-2023 03:10:24 Progress (1): 0.4/1.3 MB error 03-Jan-2023 03:10:24 Progress (1): 0.4/1.3 MB error 03-Jan-2023 03:10:24 Progress (1): 0.4/1.3 MB error 03-Jan-2023 03:10:24 Progress (1): 0.4/1.3 MB error 03-Jan-2023 03:10:24 Progress (1): 0.4/1.3 MB error 03-Jan-2023 03:10:24 Progress (1): 0.4/1.3 MB error 03-Jan-2023 03:10:24 Progress (1): 0.4/1.3 MB error 03-Jan-2023 03:10:24 Progress (1): 0.4/1.3 MB error 03-Jan-2023 03:10:24 Progress (1): 0.4/1.3 MB error 03-Jan-2023 03:10:24 Progress (1): 0.4/1.3 MB error 03-Jan-2023 03:10:24 Progress (1): 0.4/1.3 MB error 03-Jan-2023 03:10:24 Progress (1): 0.5/1.3 MB error 03-Jan-2023 03:10:24 Progress (1): 0.5/1.3 MB error 03-Jan-2023 03:10:24 Progress (1): 0.5/1.3 MB error 03-Jan-2023 03:10:24 Progress (1): 0.5/1.3 MB error 03-Jan-2023 03:10:24 Progress (1): 0.5/1.3 MB error 03-Jan-2023 03:10:24 Progress (1): 0.5/1.3 MB error 03-Jan-2023 03:10:24 Progress (1): 0.5/1.3 MB error 03-Jan-2023 03:10:24 Progress (1): 0.5/1.3 MB error 03-Jan-2023 03:10:24 Progress (1): 0.5/1.3 MB error 03-Jan-2023 03:10:24 Progress (1): 0.5/1.3 MB error 03-Jan-2023 03:10:24 Progress (1): 0.5/1.3 MB error 03-Jan-2023 03:10:24 Progress (1): 0.6/1.3 MB error 03-Jan-2023 03:10:24 Progress (1): 0.6/1.3 MB error 03-Jan-2023 03:10:24 Progress (1): 0.6/1.3 MB error 03-Jan-2023 03:10:24 Progress (1): 0.6/1.3 MB error 03-Jan-2023 03:10:24 Progress (1): 0.6/1.3 MB error 03-Jan-2023 03:10:24 Progress (1): 0.6/1.3 MB error 03-Jan-2023 03:10:24 Progress (1): 0.6/1.3 MB error 03-Jan-2023 03:10:24 Progress (1): 0.6/1.3 MB error 03-Jan-2023 03:10:24 Progress (1): 0.6/1.3 MB error 03-Jan-2023 03:10:24 Progress (1): 0.6/1.3 MB error 03-Jan-2023 03:10:24 Progress (1): 0.6/1.3 MB error 03-Jan-2023 03:10:24 Progress (1): 0.6/1.3 MB error 03-Jan-2023 03:10:24 Progress (1): 0.7/1.3 MB error 03-Jan-2023 03:10:24 Progress (1): 0.7/1.3 MB error 03-Jan-2023 03:10:24 Progress (1): 0.7/1.3 MB error 03-Jan-2023 03:10:24 Progress (1): 0.7/1.3 MB error 03-Jan-2023 03:10:24 Progress (1): 0.7/1.3 MB error 03-Jan-2023 03:10:24 Progress (1): 0.7/1.3 MB error 03-Jan-2023 03:10:24 Progress (1): 0.7/1.3 MB error 03-Jan-2023 03:10:24 Progress (1): 0.7/1.3 MB error 03-Jan-2023 03:10:24 Progress (1): 0.7/1.3 MB error 03-Jan-2023 03:10:24 Progress (1): 0.7/1.3 MB error 03-Jan-2023 03:10:24 Progress (1): 0.7/1.3 MB error 03-Jan-2023 03:10:24 Progress (1): 0.8/1.3 MB error 03-Jan-2023 03:10:24 Progress (1): 0.8/1.3 MB error 03-Jan-2023 03:10:24 Progress (1): 0.8/1.3 MB error 03-Jan-2023 03:10:24 Progress (1): 0.8/1.3 MB error 03-Jan-2023 03:10:24 Progress (1): 0.8/1.3 MB error 03-Jan-2023 03:10:24 Progress (1): 0.8/1.3 MB error 03-Jan-2023 03:10:24 Progress (1): 0.8/1.3 MB error 03-Jan-2023 03:10:24 Progress (1): 0.8/1.3 MB error 03-Jan-2023 03:10:24 Progress (1): 0.8/1.3 MB error 03-Jan-2023 03:10:24 Progress (1): 0.8/1.3 MB error 03-Jan-2023 03:10:24 Progress (1): 0.8/1.3 MB error 03-Jan-2023 03:10:24 Progress (1): 0.8/1.3 MB error 03-Jan-2023 03:10:24 Progress (1): 0.9/1.3 MB error 03-Jan-2023 03:10:24 Progress (1): 0.9/1.3 MB error 03-Jan-2023 03:10:24 Progress (1): 0.9/1.3 MB error 03-Jan-2023 03:10:24 Progress (1): 0.9/1.3 MB error 03-Jan-2023 03:10:24 Progress (1): 0.9/1.3 MB error 03-Jan-2023 03:10:24 Progress (1): 0.9/1.3 MB error 03-Jan-2023 03:10:24 Progress (1): 0.9/1.3 MB error 03-Jan-2023 03:10:24 Progress (1): 0.9/1.3 MB error 03-Jan-2023 03:10:24 Progress (1): 0.9/1.3 MB error 03-Jan-2023 03:10:24 Progress (1): 0.9/1.3 MB error 03-Jan-2023 03:10:24 Progress (1): 0.9/1.3 MB error 03-Jan-2023 03:10:24 Progress (1): 0.9/1.3 MB error 03-Jan-2023 03:10:24 Progress (1): 1.0/1.3 MB error 03-Jan-2023 03:10:24 Progress (1): 1.0/1.3 MB error 03-Jan-2023 03:10:24 Progress (1): 1.0/1.3 MB error 03-Jan-2023 03:10:24 Progress (1): 1.0/1.3 MB error 03-Jan-2023 03:10:24 Progress (1): 1.0/1.3 MB error 03-Jan-2023 03:10:24 Progress (1): 1.0/1.3 MB error 03-Jan-2023 03:10:24 Progress (1): 1.0/1.3 MB error 03-Jan-2023 03:10:24 Progress (1): 1.0/1.3 MB error 03-Jan-2023 03:10:24 Progress (1): 1.0/1.3 MB error 03-Jan-2023 03:10:24 Progress (1): 1.0/1.3 MB error 03-Jan-2023 03:10:24 Progress (1): 1.0/1.3 MB error 03-Jan-2023 03:10:24 Progress (1): 1.1/1.3 MB error 03-Jan-2023 03:10:24 Progress (1): 1.1/1.3 MB error 03-Jan-2023 03:10:24 Progress (1): 1.1/1.3 MB error 03-Jan-2023 03:10:24 Progress (1): 1.1/1.3 MB error 03-Jan-2023 03:10:24 Progress (1): 1.1/1.3 MB error 03-Jan-2023 03:10:24 Progress (1): 1.1/1.3 MB error 03-Jan-2023 03:10:24 Progress (1): 1.1/1.3 MB error 03-Jan-2023 03:10:24 Progress (1): 1.1/1.3 MB error 03-Jan-2023 03:10:24 Progress (1): 1.1/1.3 MB error 03-Jan-2023 03:10:24 Progress (1): 1.1/1.3 MB error 03-Jan-2023 03:10:24 Progress (1): 1.1/1.3 MB error 03-Jan-2023 03:10:24 Progress (1): 1.1/1.3 MB error 03-Jan-2023 03:10:24 Progress (1): 1.1/1.3 MB error 03-Jan-2023 03:10:24 Progress (1): 1.2/1.3 MB error 03-Jan-2023 03:10:24 Progress (1): 1.2/1.3 MB error 03-Jan-2023 03:10:24 Progress (1): 1.2/1.3 MB error 03-Jan-2023 03:10:24 Progress (1): 1.2/1.3 MB error 03-Jan-2023 03:10:24 Progress (1): 1.2/1.3 MB error 03-Jan-2023 03:10:24 Progress (1): 1.2/1.3 MB error 03-Jan-2023 03:10:24 Progress (1): 1.2/1.3 MB error 03-Jan-2023 03:10:24 Progress (1): 1.2/1.3 MB error 03-Jan-2023 03:10:24 Progress (1): 1.2/1.3 MB error 03-Jan-2023 03:10:24 Progress (1): 1.2/1.3 MB error 03-Jan-2023 03:10:24 Progress (1): 1.2/1.3 MB error 03-Jan-2023 03:10:24 Progress (1): 1.2/1.3 MB error 03-Jan-2023 03:10:24 Progress (1): 1.3 MB error 03-Jan-2023 03:10:24 error 03-Jan-2023 03:10:24 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/owa-omod/1.14.0/owa-omod-1.14.0.jar (1.3 MB at 2.9 MB/s) error 03-Jan-2023 03:10:24 #21 67.12 [INFO] Configured Artifact: org.openmrs.module:fhir2-omod:1.8.0:jar error 03-Jan-2023 03:10:24 #21 67.13 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/fhir2-omod/1.8.0/fhir2-omod-1.8.0.pom error 03-Jan-2023 03:10:24 #21 67.24 Progress (1): 3.3/4.5 kB error 03-Jan-2023 03:10:24 Progress (1): 4.5 kB error 03-Jan-2023 03:10:24 error 03-Jan-2023 03:10:24 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/fhir2-omod/1.8.0/fhir2-omod-1.8.0.pom (4.5 kB at 20 kB/s) error 03-Jan-2023 03:10:24 #21 67.36 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/fhir2/1.8.0/fhir2-1.8.0.pom error 03-Jan-2023 03:10:24 #21 67.49 Progress (1): 3.3/36 kB error 03-Jan-2023 03:10:25 Progress (1): 6.1/36 kB error 03-Jan-2023 03:10:25 Progress (1): 8.9/36 kB error 03-Jan-2023 03:10:25 Progress (1): 12/36 kB error 03-Jan-2023 03:10:25 Progress (1): 15/36 kB error 03-Jan-2023 03:10:25 Progress (1): 17/36 kB error 03-Jan-2023 03:10:25 Progress (1): 20/36 kB error 03-Jan-2023 03:10:25 Progress (1): 23/36 kB error 03-Jan-2023 03:10:25 Progress (1): 26/36 kB error 03-Jan-2023 03:10:25 Progress (1): 29/36 kB error 03-Jan-2023 03:10:25 Progress (1): 31/36 kB error 03-Jan-2023 03:10:25 Progress (1): 34/36 kB error 03-Jan-2023 03:10:25 Progress (1): 36 kB error 03-Jan-2023 03:10:25 error 03-Jan-2023 03:10:25 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/fhir2/1.8.0/fhir2-1.8.0.pom (36 kB at 149 kB/s) error 03-Jan-2023 03:10:25 #21 67.61 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/fhir2-omod/1.8.0/fhir2-omod-1.8.0.jar error 03-Jan-2023 03:10:25 #21 67.95 Progress (1): 0.2/37 MB error 03-Jan-2023 03:10:25 Progress (1): 0.4/37 MB error 03-Jan-2023 03:10:25 Progress (1): 0.6/37 MB error 03-Jan-2023 03:10:25 Progress (1): 0.8/37 MB error 03-Jan-2023 03:10:25 Progress (1): 1.0/37 MB error 03-Jan-2023 03:10:25 Progress (1): 1.1/37 MB error 03-Jan-2023 03:10:25 Progress (1): 1.3/37 MB error 03-Jan-2023 03:10:25 Progress (1): 1.5/37 MB error 03-Jan-2023 03:10:25 Progress (1): 1.7/37 MB error 03-Jan-2023 03:10:25 Progress (1): 1.9/37 MB error 03-Jan-2023 03:10:25 Progress (1): 2.1/37 MB error 03-Jan-2023 03:10:25 Progress (1): 2.3/37 MB error 03-Jan-2023 03:10:25 Progress (1): 2.5/37 MB error 03-Jan-2023 03:10:25 Progress (1): 2.7/37 MB error 03-Jan-2023 03:10:25 Progress (1): 2.8/37 MB error 03-Jan-2023 03:10:25 Progress (1): 3.0/37 MB error 03-Jan-2023 03:10:25 Progress (1): 3.2/37 MB error 03-Jan-2023 03:10:25 Progress (1): 3.4/37 MB error 03-Jan-2023 03:10:25 Progress (1): 3.6/37 MB error 03-Jan-2023 03:10:25 Progress (1): 3.8/37 MB error 03-Jan-2023 03:10:25 Progress (1): 4.0/37 MB error 03-Jan-2023 03:10:25 Progress (1): 4.2/37 MB error 03-Jan-2023 03:10:25 Progress (1): 4.4/37 MB error 03-Jan-2023 03:10:25 Progress (1): 4.5/37 MB error 03-Jan-2023 03:10:25 Progress (1): 4.7/37 MB error 03-Jan-2023 03:10:25 Progress (1): 4.9/37 MB error 03-Jan-2023 03:10:25 Progress (1): 5.1/37 MB error 03-Jan-2023 03:10:25 Progress (1): 5.3/37 MB error 03-Jan-2023 03:10:25 Progress (1): 5.5/37 MB error 03-Jan-2023 03:10:25 Progress (1): 5.7/37 MB error 03-Jan-2023 03:10:25 Progress (1): 5.9/37 MB error 03-Jan-2023 03:10:25 Progress (1): 6.1/37 MB error 03-Jan-2023 03:10:25 Progress (1): 6.2/37 MB error 03-Jan-2023 03:10:25 Progress (1): 6.4/37 MB error 03-Jan-2023 03:10:25 Progress (1): 6.6/37 MB error 03-Jan-2023 03:10:25 Progress (1): 6.8/37 MB error 03-Jan-2023 03:10:25 Progress (1): 7.0/37 MB error 03-Jan-2023 03:10:25 Progress (1): 7.2/37 MB error 03-Jan-2023 03:10:25 Progress (1): 7.4/37 MB error 03-Jan-2023 03:10:25 Progress (1): 7.6/37 MB error 03-Jan-2023 03:10:25 Progress (1): 7.7/37 MB error 03-Jan-2023 03:10:25 Progress (1): 7.9/37 MB error 03-Jan-2023 03:10:25 Progress (1): 8.1/37 MB error 03-Jan-2023 03:10:25 Progress (1): 8.3/37 MB error 03-Jan-2023 03:10:25 Progress (1): 8.5/37 MB error 03-Jan-2023 03:10:25 Progress (1): 8.7/37 MB error 03-Jan-2023 03:10:25 Progress (1): 8.9/37 MB error 03-Jan-2023 03:10:25 Progress (1): 9.1/37 MB error 03-Jan-2023 03:10:25 Progress (1): 9.3/37 MB error 03-Jan-2023 03:10:25 Progress (1): 9.4/37 MB error 03-Jan-2023 03:10:25 Progress (1): 9.6/37 MB error 03-Jan-2023 03:10:25 Progress (1): 9.8/37 MB error 03-Jan-2023 03:10:25 Progress (1): 10/37 MB error 03-Jan-2023 03:10:25 Progress (1): 10/37 MB error 03-Jan-2023 03:10:25 Progress (1): 10/37 MB error 03-Jan-2023 03:10:25 Progress (1): 11/37 MB error 03-Jan-2023 03:10:25 Progress (1): 11/37 MB error 03-Jan-2023 03:10:25 Progress (1): 11/37 MB error 03-Jan-2023 03:10:25 Progress (1): 11/37 MB error 03-Jan-2023 03:10:25 Progress (1): 11/37 MB error 03-Jan-2023 03:10:25 Progress (1): 12/37 MB error 03-Jan-2023 03:10:25 Progress (1): 12/37 MB error 03-Jan-2023 03:10:25 Progress (1): 12/37 MB error 03-Jan-2023 03:10:25 Progress (1): 12/37 MB error 03-Jan-2023 03:10:25 Progress (1): 12/37 MB error 03-Jan-2023 03:10:26 Progress (1): 12/37 MB error 03-Jan-2023 03:10:26 Progress (1): 13/37 MB error 03-Jan-2023 03:10:26 Progress (1): 13/37 MB error 03-Jan-2023 03:10:26 Progress (1): 13/37 MB error 03-Jan-2023 03:10:26 Progress (1): 13/37 MB error 03-Jan-2023 03:10:26 Progress (1): 13/37 MB error 03-Jan-2023 03:10:26 Progress (1): 14/37 MB error 03-Jan-2023 03:10:26 Progress (1): 14/37 MB error 03-Jan-2023 03:10:26 Progress (1): 14/37 MB error 03-Jan-2023 03:10:26 Progress (1): 14/37 MB error 03-Jan-2023 03:10:26 Progress (1): 14/37 MB error 03-Jan-2023 03:10:26 Progress (1): 15/37 MB error 03-Jan-2023 03:10:26 Progress (1): 15/37 MB error 03-Jan-2023 03:10:26 Progress (1): 15/37 MB error 03-Jan-2023 03:10:26 Progress (1): 15/37 MB error 03-Jan-2023 03:10:26 Progress (1): 15/37 MB error 03-Jan-2023 03:10:26 Progress (1): 15/37 MB error 03-Jan-2023 03:10:26 Progress (1): 16/37 MB error 03-Jan-2023 03:10:26 Progress (1): 16/37 MB error 03-Jan-2023 03:10:26 Progress (1): 16/37 MB error 03-Jan-2023 03:10:26 Progress (1): 16/37 MB error 03-Jan-2023 03:10:26 Progress (1): 16/37 MB error 03-Jan-2023 03:10:26 Progress (1): 17/37 MB error 03-Jan-2023 03:10:26 Progress (1): 17/37 MB error 03-Jan-2023 03:10:26 Progress (1): 17/37 MB error 03-Jan-2023 03:10:26 Progress (1): 17/37 MB error 03-Jan-2023 03:10:26 Progress (1): 17/37 MB error 03-Jan-2023 03:10:26 Progress (1): 18/37 MB error 03-Jan-2023 03:10:26 Progress (1): 18/37 MB error 03-Jan-2023 03:10:26 Progress (1): 18/37 MB error 03-Jan-2023 03:10:26 Progress (1): 18/37 MB error 03-Jan-2023 03:10:26 Progress (1): 18/37 MB error 03-Jan-2023 03:10:26 Progress (1): 18/37 MB error 03-Jan-2023 03:10:26 Progress (1): 19/37 MB error 03-Jan-2023 03:10:26 Progress (1): 19/37 MB error 03-Jan-2023 03:10:26 Progress (1): 19/37 MB error 03-Jan-2023 03:10:26 Progress (1): 19/37 MB error 03-Jan-2023 03:10:26 Progress (1): 19/37 MB error 03-Jan-2023 03:10:26 Progress (1): 20/37 MB error 03-Jan-2023 03:10:26 Progress (1): 20/37 MB error 03-Jan-2023 03:10:26 Progress (1): 20/37 MB error 03-Jan-2023 03:10:26 Progress (1): 20/37 MB error 03-Jan-2023 03:10:26 Progress (1): 20/37 MB error 03-Jan-2023 03:10:26 Progress (1): 21/37 MB error 03-Jan-2023 03:10:26 Progress (1): 21/37 MB error 03-Jan-2023 03:10:26 Progress (1): 21/37 MB error 03-Jan-2023 03:10:26 Progress (1): 21/37 MB error 03-Jan-2023 03:10:26 Progress (1): 21/37 MB error 03-Jan-2023 03:10:26 Progress (1): 22/37 MB error 03-Jan-2023 03:10:26 Progress (1): 22/37 MB error 03-Jan-2023 03:10:26 Progress (1): 22/37 MB error 03-Jan-2023 03:10:26 Progress (1): 22/37 MB error 03-Jan-2023 03:10:26 Progress (1): 22/37 MB error 03-Jan-2023 03:10:26 Progress (1): 22/37 MB error 03-Jan-2023 03:10:26 Progress (1): 23/37 MB error 03-Jan-2023 03:10:26 Progress (1): 23/37 MB error 03-Jan-2023 03:10:26 Progress (1): 23/37 MB error 03-Jan-2023 03:10:26 Progress (1): 23/37 MB error 03-Jan-2023 03:10:26 Progress (1): 23/37 MB error 03-Jan-2023 03:10:26 Progress (1): 24/37 MB error 03-Jan-2023 03:10:26 Progress (1): 24/37 MB error 03-Jan-2023 03:10:26 Progress (1): 24/37 MB error 03-Jan-2023 03:10:26 Progress (1): 24/37 MB error 03-Jan-2023 03:10:26 Progress (1): 24/37 MB error 03-Jan-2023 03:10:26 Progress (1): 25/37 MB error 03-Jan-2023 03:10:26 Progress (1): 25/37 MB error 03-Jan-2023 03:10:26 Progress (1): 25/37 MB error 03-Jan-2023 03:10:26 Progress (1): 25/37 MB error 03-Jan-2023 03:10:26 Progress (1): 25/37 MB error 03-Jan-2023 03:10:26 Progress (1): 25/37 MB error 03-Jan-2023 03:10:26 Progress (1): 26/37 MB error 03-Jan-2023 03:10:26 Progress (1): 26/37 MB error 03-Jan-2023 03:10:26 Progress (1): 26/37 MB error 03-Jan-2023 03:10:26 Progress (1): 26/37 MB error 03-Jan-2023 03:10:26 Progress (1): 26/37 MB error 03-Jan-2023 03:10:26 Progress (1): 27/37 MB error 03-Jan-2023 03:10:26 Progress (1): 27/37 MB error 03-Jan-2023 03:10:26 Progress (1): 27/37 MB error 03-Jan-2023 03:10:26 Progress (1): 27/37 MB error 03-Jan-2023 03:10:26 Progress (1): 27/37 MB error 03-Jan-2023 03:10:26 Progress (1): 28/37 MB error 03-Jan-2023 03:10:26 Progress (1): 28/37 MB error 03-Jan-2023 03:10:26 Progress (1): 28/37 MB error 03-Jan-2023 03:10:26 Progress (1): 28/37 MB error 03-Jan-2023 03:10:26 Progress (1): 28/37 MB error 03-Jan-2023 03:10:26 Progress (1): 28/37 MB error 03-Jan-2023 03:10:26 Progress (1): 29/37 MB error 03-Jan-2023 03:10:26 Progress (1): 29/37 MB error 03-Jan-2023 03:10:26 Progress (1): 29/37 MB error 03-Jan-2023 03:10:26 Progress (1): 29/37 MB error 03-Jan-2023 03:10:26 Progress (1): 29/37 MB error 03-Jan-2023 03:10:26 Progress (1): 30/37 MB error 03-Jan-2023 03:10:26 Progress (1): 30/37 MB error 03-Jan-2023 03:10:26 Progress (1): 30/37 MB error 03-Jan-2023 03:10:26 Progress (1): 30/37 MB error 03-Jan-2023 03:10:26 Progress (1): 30/37 MB error 03-Jan-2023 03:10:26 Progress (1): 31/37 MB error 03-Jan-2023 03:10:26 Progress (1): 31/37 MB error 03-Jan-2023 03:10:26 Progress (1): 31/37 MB error 03-Jan-2023 03:10:26 Progress (1): 31/37 MB error 03-Jan-2023 03:10:26 Progress (1): 31/37 MB error 03-Jan-2023 03:10:26 Progress (1): 31/37 MB error 03-Jan-2023 03:10:26 Progress (1): 32/37 MB error 03-Jan-2023 03:10:26 Progress (1): 32/37 MB error 03-Jan-2023 03:10:26 Progress (1): 32/37 MB error 03-Jan-2023 03:10:26 Progress (1): 32/37 MB error 03-Jan-2023 03:10:26 Progress (1): 32/37 MB error 03-Jan-2023 03:10:26 Progress (1): 33/37 MB error 03-Jan-2023 03:10:26 Progress (1): 33/37 MB error 03-Jan-2023 03:10:26 Progress (1): 33/37 MB error 03-Jan-2023 03:10:26 Progress (1): 33/37 MB error 03-Jan-2023 03:10:26 Progress (1): 33/37 MB error 03-Jan-2023 03:10:26 Progress (1): 34/37 MB error 03-Jan-2023 03:10:26 Progress (1): 34/37 MB error 03-Jan-2023 03:10:26 Progress (1): 34/37 MB error 03-Jan-2023 03:10:26 Progress (1): 34/37 MB error 03-Jan-2023 03:10:26 Progress (1): 34/37 MB error 03-Jan-2023 03:10:26 Progress (1): 35/37 MB error 03-Jan-2023 03:10:26 Progress (1): 35/37 MB error 03-Jan-2023 03:10:26 Progress (1): 35/37 MB error 03-Jan-2023 03:10:26 Progress (1): 35/37 MB error 03-Jan-2023 03:10:26 Progress (1): 35/37 MB error 03-Jan-2023 03:10:26 Progress (1): 35/37 MB error 03-Jan-2023 03:10:26 Progress (1): 36/37 MB error 03-Jan-2023 03:10:26 Progress (1): 36/37 MB error 03-Jan-2023 03:10:26 Progress (1): 36/37 MB error 03-Jan-2023 03:10:26 Progress (1): 36/37 MB error 03-Jan-2023 03:10:26 Progress (1): 36/37 MB error 03-Jan-2023 03:10:26 Progress (1): 37/37 MB error 03-Jan-2023 03:10:26 Progress (1): 37/37 MB error 03-Jan-2023 03:10:26 Progress (1): 37/37 MB error 03-Jan-2023 03:10:26 Progress (1): 37/37 MB error 03-Jan-2023 03:10:26 Progress (1): 37/37 MB error 03-Jan-2023 03:10:26 Progress (1): 37 MB error 03-Jan-2023 03:10:27 error 03-Jan-2023 03:10:27 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/fhir2-omod/1.8.0/fhir2-omod-1.8.0.jar (37 MB at 19 MB/s) error 03-Jan-2023 03:10:27 #21 69.55 [INFO] Configured Artifact: org.openmrs.module:serialization.xstream-omod:0.2.16:omod error 03-Jan-2023 03:10:27 #21 69.55 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/serialization.xstream-omod/0.2.16/serialization.xstream-omod-0.2.16.pom error 03-Jan-2023 03:10:27 #21 69.68 Progress (1): 3.3/10 kB error 03-Jan-2023 03:10:27 Progress (1): 6.1/10 kB error 03-Jan-2023 03:10:27 Progress (1): 8.9/10 kB error 03-Jan-2023 03:10:27 Progress (1): 10 kB error 03-Jan-2023 03:10:27 error 03-Jan-2023 03:10:27 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/serialization.xstream-omod/0.2.16/serialization.xstream-omod-0.2.16.pom (10 kB at 47 kB/s) error 03-Jan-2023 03:10:27 #21 69.77 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/serialization.xstream/0.2.16/serialization.xstream-0.2.16.pom error 03-Jan-2023 03:10:27 #21 69.89 Progress (1): 3.3/7.8 kB error 03-Jan-2023 03:10:27 Progress (1): 6.1/7.8 kB error 03-Jan-2023 03:10:27 Progress (1): 7.8 kB error 03-Jan-2023 03:10:27 error 03-Jan-2023 03:10:27 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/serialization.xstream/0.2.16/serialization.xstream-0.2.16.pom (7.8 kB at 35 kB/s) error 03-Jan-2023 03:10:27 #21 70.00 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/serialization.xstream-omod/0.2.16/serialization.xstream-omod-0.2.16.omod error 03-Jan-2023 03:10:27 #21 70.26 Progress (1): 4.1/348 kB error 03-Jan-2023 03:10:27 Progress (1): 8.2/348 kB error 03-Jan-2023 03:10:27 Progress (1): 12/348 kB error 03-Jan-2023 03:10:27 Progress (1): 16/348 kB error 03-Jan-2023 03:10:27 Progress (1): 20/348 kB error 03-Jan-2023 03:10:27 Progress (1): 24/348 kB error 03-Jan-2023 03:10:27 Progress (1): 28/348 kB error 03-Jan-2023 03:10:27 Progress (1): 32/348 kB error 03-Jan-2023 03:10:27 Progress (1): 36/348 kB error 03-Jan-2023 03:10:27 Progress (1): 40/348 kB error 03-Jan-2023 03:10:27 Progress (1): 44/348 kB error 03-Jan-2023 03:10:27 Progress (1): 48/348 kB error 03-Jan-2023 03:10:27 Progress (1): 51/348 kB error 03-Jan-2023 03:10:27 Progress (1): 55/348 kB error 03-Jan-2023 03:10:27 Progress (1): 59/348 kB error 03-Jan-2023 03:10:27 Progress (1): 63/348 kB error 03-Jan-2023 03:10:27 Progress (1): 67/348 kB error 03-Jan-2023 03:10:27 Progress (1): 71/348 kB error 03-Jan-2023 03:10:27 Progress (1): 75/348 kB error 03-Jan-2023 03:10:27 Progress (1): 79/348 kB error 03-Jan-2023 03:10:27 Progress (1): 81/348 kB error 03-Jan-2023 03:10:27 Progress (1): 85/348 kB error 03-Jan-2023 03:10:27 Progress (1): 89/348 kB error 03-Jan-2023 03:10:27 Progress (1): 94/348 kB error 03-Jan-2023 03:10:27 Progress (1): 98/348 kB error 03-Jan-2023 03:10:27 Progress (1): 102/348 kB error 03-Jan-2023 03:10:27 Progress (1): 106/348 kB error 03-Jan-2023 03:10:27 Progress (1): 110/348 kB error 03-Jan-2023 03:10:27 Progress (1): 114/348 kB error 03-Jan-2023 03:10:27 Progress (1): 116/348 kB error 03-Jan-2023 03:10:27 Progress (1): 120/348 kB error 03-Jan-2023 03:10:27 Progress (1): 124/348 kB error 03-Jan-2023 03:10:27 Progress (1): 128/348 kB error 03-Jan-2023 03:10:27 Progress (1): 132/348 kB error 03-Jan-2023 03:10:27 Progress (1): 137/348 kB error 03-Jan-2023 03:10:27 Progress (1): 141/348 kB error 03-Jan-2023 03:10:27 Progress (1): 145/348 kB error 03-Jan-2023 03:10:27 Progress (1): 149/348 kB error 03-Jan-2023 03:10:27 Progress (1): 151/348 kB error 03-Jan-2023 03:10:27 Progress (1): 155/348 kB error 03-Jan-2023 03:10:27 Progress (1): 159/348 kB error 03-Jan-2023 03:10:27 Progress (1): 163/348 kB error 03-Jan-2023 03:10:27 Progress (1): 167/348 kB error 03-Jan-2023 03:10:27 Progress (1): 171/348 kB error 03-Jan-2023 03:10:27 Progress (1): 175/348 kB error 03-Jan-2023 03:10:27 Progress (1): 180/348 kB error 03-Jan-2023 03:10:27 Progress (1): 184/348 kB error 03-Jan-2023 03:10:27 Progress (1): 186/348 kB error 03-Jan-2023 03:10:27 Progress (1): 190/348 kB error 03-Jan-2023 03:10:27 Progress (1): 194/348 kB error 03-Jan-2023 03:10:27 Progress (1): 197/348 kB error 03-Jan-2023 03:10:27 Progress (1): 201/348 kB error 03-Jan-2023 03:10:27 Progress (1): 205/348 kB error 03-Jan-2023 03:10:27 Progress (1): 210/348 kB error 03-Jan-2023 03:10:27 Progress (1): 214/348 kB error 03-Jan-2023 03:10:27 Progress (1): 218/348 kB error 03-Jan-2023 03:10:27 Progress (1): 222/348 kB error 03-Jan-2023 03:10:27 Progress (1): 226/348 kB error 03-Jan-2023 03:10:27 Progress (1): 230/348 kB error 03-Jan-2023 03:10:27 Progress (1): 232/348 kB error 03-Jan-2023 03:10:27 Progress (1): 236/348 kB error 03-Jan-2023 03:10:27 Progress (1): 240/348 kB error 03-Jan-2023 03:10:27 Progress (1): 244/348 kB error 03-Jan-2023 03:10:27 Progress (1): 249/348 kB error 03-Jan-2023 03:10:27 Progress (1): 251/348 kB error 03-Jan-2023 03:10:27 Progress (1): 255/348 kB error 03-Jan-2023 03:10:27 Progress (1): 259/348 kB error 03-Jan-2023 03:10:27 Progress (1): 264/348 kB error 03-Jan-2023 03:10:27 Progress (1): 268/348 kB error 03-Jan-2023 03:10:27 Progress (1): 272/348 kB error 03-Jan-2023 03:10:27 Progress (1): 276/348 kB error 03-Jan-2023 03:10:27 Progress (1): 280/348 kB error 03-Jan-2023 03:10:27 Progress (1): 284/348 kB error 03-Jan-2023 03:10:27 Progress (1): 288/348 kB error 03-Jan-2023 03:10:27 Progress (1): 292/348 kB error 03-Jan-2023 03:10:27 Progress (1): 295/348 kB error 03-Jan-2023 03:10:27 Progress (1): 299/348 kB error 03-Jan-2023 03:10:27 Progress (1): 303/348 kB error 03-Jan-2023 03:10:27 Progress (1): 307/348 kB error 03-Jan-2023 03:10:27 Progress (1): 312/348 kB error 03-Jan-2023 03:10:27 Progress (1): 314/348 kB error 03-Jan-2023 03:10:27 Progress (1): 318/348 kB error 03-Jan-2023 03:10:27 Progress (1): 322/348 kB error 03-Jan-2023 03:10:27 Progress (1): 327/348 kB error 03-Jan-2023 03:10:27 Progress (1): 331/348 kB error 03-Jan-2023 03:10:27 Progress (1): 335/348 kB error 03-Jan-2023 03:10:27 Progress (1): 339/348 kB error 03-Jan-2023 03:10:27 Progress (1): 341/348 kB error 03-Jan-2023 03:10:27 Progress (1): 345/348 kB error 03-Jan-2023 03:10:27 Progress (1): 348 kB error 03-Jan-2023 03:10:27 error 03-Jan-2023 03:10:27 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/serialization.xstream-omod/0.2.16/serialization.xstream-omod-0.2.16.omod (348 kB at 913 kB/s) error 03-Jan-2023 03:10:27 #21 70.38 [INFO] Configured Artifact: org.openmrs.module:registrationapp-omod:1.25.0:jar error 03-Jan-2023 03:10:27 #21 70.38 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/registrationapp-omod/1.25.0/registrationapp-omod-1.25.0.pom error 03-Jan-2023 03:10:27 #21 70.49 Progress (1): 3.3/7.2 kB error 03-Jan-2023 03:10:28 Progress (1): 6.1/7.2 kB error 03-Jan-2023 03:10:28 Progress (1): 7.2 kB error 03-Jan-2023 03:10:28 error 03-Jan-2023 03:10:28 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/registrationapp-omod/1.25.0/registrationapp-omod-1.25.0.pom (7.2 kB at 33 kB/s) error 03-Jan-2023 03:10:28 #21 70.60 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/registrationapp/1.25.0/registrationapp-1.25.0.pom error 03-Jan-2023 03:10:28 #21 70.71 Progress (1): 3.3/13 kB error 03-Jan-2023 03:10:28 Progress (1): 6.1/13 kB error 03-Jan-2023 03:10:28 Progress (1): 8.9/13 kB error 03-Jan-2023 03:10:28 Progress (1): 12/13 kB error 03-Jan-2023 03:10:28 Progress (1): 13 kB error 03-Jan-2023 03:10:28 error 03-Jan-2023 03:10:28 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/registrationapp/1.25.0/registrationapp-1.25.0.pom (13 kB at 59 kB/s) error 03-Jan-2023 03:10:28 #21 70.82 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/registrationapp-omod/1.25.0/registrationapp-omod-1.25.0.jar error 03-Jan-2023 03:10:28 #21 71.09 Progress (1): 8.2/947 kB error 03-Jan-2023 03:10:28 Progress (1): 16/947 kB error 03-Jan-2023 03:10:28 Progress (1): 25/947 kB error 03-Jan-2023 03:10:28 Progress (1): 33/947 kB error 03-Jan-2023 03:10:28 Progress (1): 41/947 kB error 03-Jan-2023 03:10:28 Progress (1): 49/947 kB error 03-Jan-2023 03:10:28 Progress (1): 57/947 kB error 03-Jan-2023 03:10:28 Progress (1): 66/947 kB error 03-Jan-2023 03:10:28 Progress (1): 74/947 kB error 03-Jan-2023 03:10:28 Progress (1): 82/947 kB error 03-Jan-2023 03:10:28 Progress (1): 86/947 kB error 03-Jan-2023 03:10:28 Progress (1): 95/947 kB error 03-Jan-2023 03:10:28 Progress (1): 103/947 kB error 03-Jan-2023 03:10:28 Progress (1): 111/947 kB error 03-Jan-2023 03:10:28 Progress (1): 119/947 kB error 03-Jan-2023 03:10:28 Progress (1): 127/947 kB error 03-Jan-2023 03:10:28 Progress (1): 136/947 kB error 03-Jan-2023 03:10:28 Progress (1): 144/947 kB error 03-Jan-2023 03:10:28 Progress (1): 152/947 kB error 03-Jan-2023 03:10:28 Progress (1): 156/947 kB error 03-Jan-2023 03:10:28 Progress (1): 164/947 kB error 03-Jan-2023 03:10:28 Progress (1): 172/947 kB error 03-Jan-2023 03:10:28 Progress (1): 181/947 kB error 03-Jan-2023 03:10:28 Progress (1): 189/947 kB error 03-Jan-2023 03:10:28 Progress (1): 197/947 kB error 03-Jan-2023 03:10:28 Progress (1): 205/947 kB error 03-Jan-2023 03:10:28 Progress (1): 213/947 kB error 03-Jan-2023 03:10:28 Progress (1): 222/947 kB error 03-Jan-2023 03:10:28 Progress (1): 226/947 kB error 03-Jan-2023 03:10:28 Progress (1): 234/947 kB error 03-Jan-2023 03:10:28 Progress (1): 242/947 kB error 03-Jan-2023 03:10:28 Progress (1): 250/947 kB error 03-Jan-2023 03:10:28 Progress (1): 258/947 kB error 03-Jan-2023 03:10:28 Progress (1): 267/947 kB error 03-Jan-2023 03:10:28 Progress (1): 275/947 kB error 03-Jan-2023 03:10:28 Progress (1): 283/947 kB error 03-Jan-2023 03:10:28 Progress (1): 291/947 kB error 03-Jan-2023 03:10:28 Progress (1): 295/947 kB error 03-Jan-2023 03:10:28 Progress (1): 303/947 kB error 03-Jan-2023 03:10:28 Progress (1): 312/947 kB error 03-Jan-2023 03:10:28 Progress (1): 320/947 kB error 03-Jan-2023 03:10:28 Progress (1): 328/947 kB error 03-Jan-2023 03:10:28 Progress (1): 336/947 kB error 03-Jan-2023 03:10:28 Progress (1): 344/947 kB error 03-Jan-2023 03:10:28 Progress (1): 353/947 kB error 03-Jan-2023 03:10:28 Progress (1): 361/947 kB error 03-Jan-2023 03:10:28 Progress (1): 365/947 kB error 03-Jan-2023 03:10:28 Progress (1): 373/947 kB error 03-Jan-2023 03:10:28 Progress (1): 381/947 kB error 03-Jan-2023 03:10:28 Progress (1): 389/947 kB error 03-Jan-2023 03:10:28 Progress (1): 398/947 kB error 03-Jan-2023 03:10:28 Progress (1): 406/947 kB error 03-Jan-2023 03:10:28 Progress (1): 414/947 kB error 03-Jan-2023 03:10:28 Progress (1): 422/947 kB error 03-Jan-2023 03:10:28 Progress (1): 430/947 kB error 03-Jan-2023 03:10:28 Progress (1): 435/947 kB error 03-Jan-2023 03:10:28 Progress (1): 443/947 kB error 03-Jan-2023 03:10:28 Progress (1): 451/947 kB error 03-Jan-2023 03:10:28 Progress (1): 459/947 kB error 03-Jan-2023 03:10:28 Progress (1): 467/947 kB error 03-Jan-2023 03:10:28 Progress (1): 475/947 kB error 03-Jan-2023 03:10:28 Progress (1): 484/947 kB error 03-Jan-2023 03:10:28 Progress (1): 492/947 kB error 03-Jan-2023 03:10:28 Progress (1): 500/947 kB error 03-Jan-2023 03:10:28 Progress (1): 504/947 kB error 03-Jan-2023 03:10:28 Progress (1): 512/947 kB error 03-Jan-2023 03:10:28 Progress (1): 521/947 kB error 03-Jan-2023 03:10:28 Progress (1): 529/947 kB error 03-Jan-2023 03:10:28 Progress (1): 537/947 kB error 03-Jan-2023 03:10:28 Progress (1): 545/947 kB error 03-Jan-2023 03:10:28 Progress (1): 553/947 kB error 03-Jan-2023 03:10:28 Progress (1): 561/947 kB error 03-Jan-2023 03:10:28 Progress (1): 570/947 kB error 03-Jan-2023 03:10:28 Progress (1): 578/947 kB error 03-Jan-2023 03:10:28 Progress (1): 586/947 kB error 03-Jan-2023 03:10:28 Progress (1): 594/947 kB error 03-Jan-2023 03:10:28 Progress (1): 602/947 kB error 03-Jan-2023 03:10:28 Progress (1): 611/947 kB error 03-Jan-2023 03:10:28 Progress (1): 619/947 kB error 03-Jan-2023 03:10:28 Progress (1): 627/947 kB error 03-Jan-2023 03:10:28 Progress (1): 635/947 kB error 03-Jan-2023 03:10:28 Progress (1): 643/947 kB error 03-Jan-2023 03:10:28 Progress (1): 652/947 kB error 03-Jan-2023 03:10:28 Progress (1): 660/947 kB error 03-Jan-2023 03:10:28 Progress (1): 668/947 kB error 03-Jan-2023 03:10:28 Progress (1): 676/947 kB error 03-Jan-2023 03:10:28 Progress (1): 684/947 kB error 03-Jan-2023 03:10:28 Progress (1): 693/947 kB error 03-Jan-2023 03:10:28 Progress (1): 701/947 kB error 03-Jan-2023 03:10:28 Progress (1): 709/947 kB error 03-Jan-2023 03:10:28 Progress (1): 717/947 kB error 03-Jan-2023 03:10:28 Progress (1): 725/947 kB error 03-Jan-2023 03:10:28 Progress (1): 734/947 kB error 03-Jan-2023 03:10:28 Progress (1): 742/947 kB error 03-Jan-2023 03:10:28 Progress (1): 750/947 kB error 03-Jan-2023 03:10:28 Progress (1): 758/947 kB error 03-Jan-2023 03:10:28 Progress (1): 766/947 kB error 03-Jan-2023 03:10:28 Progress (1): 773/947 kB error 03-Jan-2023 03:10:28 Progress (1): 782/947 kB error 03-Jan-2023 03:10:28 Progress (1): 790/947 kB error 03-Jan-2023 03:10:28 Progress (1): 798/947 kB error 03-Jan-2023 03:10:28 Progress (1): 806/947 kB error 03-Jan-2023 03:10:28 Progress (1): 814/947 kB error 03-Jan-2023 03:10:28 Progress (1): 822/947 kB error 03-Jan-2023 03:10:28 Progress (1): 831/947 kB error 03-Jan-2023 03:10:28 Progress (1): 839/947 kB error 03-Jan-2023 03:10:28 Progress (1): 847/947 kB error 03-Jan-2023 03:10:28 Progress (1): 855/947 kB error 03-Jan-2023 03:10:28 Progress (1): 863/947 kB error 03-Jan-2023 03:10:28 Progress (1): 872/947 kB error 03-Jan-2023 03:10:28 Progress (1): 878/947 kB error 03-Jan-2023 03:10:28 Progress (1): 886/947 kB error 03-Jan-2023 03:10:28 Progress (1): 894/947 kB error 03-Jan-2023 03:10:28 Progress (1): 903/947 kB error 03-Jan-2023 03:10:28 Progress (1): 911/947 kB error 03-Jan-2023 03:10:28 Progress (1): 919/947 kB error 03-Jan-2023 03:10:28 Progress (1): 927/947 kB error 03-Jan-2023 03:10:28 Progress (1): 935/947 kB error 03-Jan-2023 03:10:28 Progress (1): 944/947 kB error 03-Jan-2023 03:10:28 Progress (1): 947 kB error 03-Jan-2023 03:10:28 error 03-Jan-2023 03:10:28 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/registrationapp-omod/1.25.0/registrationapp-omod-1.25.0.jar (947 kB at 2.2 MB/s) error 03-Jan-2023 03:10:28 #21 71.25 [INFO] Configured Artifact: org.openmrs:event-omod:2.10.0:jar error 03-Jan-2023 03:10:28 #21 71.26 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/event-omod/2.10.0/event-omod-2.10.0.pom error 03-Jan-2023 03:10:28 #21 71.36 Progress (1): 3.3/5.0 kB error 03-Jan-2023 03:10:28 Progress (1): 5.0 kB error 03-Jan-2023 03:10:28 error 03-Jan-2023 03:10:29 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/event-omod/2.10.0/event-omod-2.10.0.pom (5.0 kB at 22 kB/s) error 03-Jan-2023 03:10:29 #21 71.48 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/event/2.10.0/event-2.10.0.pom error 03-Jan-2023 03:10:29 #21 71.59 Progress (1): 3.3/4.3 kB error 03-Jan-2023 03:10:29 Progress (1): 4.3 kB error 03-Jan-2023 03:10:29 error 03-Jan-2023 03:10:29 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/event/2.10.0/event-2.10.0.pom (4.3 kB at 20 kB/s) error 03-Jan-2023 03:10:29 #21 71.70 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/event-omod/2.10.0/event-omod-2.10.0.jar error 03-Jan-2023 03:10:29 #21 71.98 Progress (1): 0/4.8 MB error 03-Jan-2023 03:10:29 Progress (1): 0/4.8 MB error 03-Jan-2023 03:10:29 Progress (1): 0.1/4.8 MB error 03-Jan-2023 03:10:29 Progress (1): 0.1/4.8 MB error 03-Jan-2023 03:10:29 Progress (1): 0.1/4.8 MB error 03-Jan-2023 03:10:29 Progress (1): 0.2/4.8 MB error 03-Jan-2023 03:10:29 Progress (1): 0.2/4.8 MB error 03-Jan-2023 03:10:29 Progress (1): 0.2/4.8 MB error 03-Jan-2023 03:10:29 Progress (1): 0.2/4.8 MB error 03-Jan-2023 03:10:29 Progress (1): 0.3/4.8 MB error 03-Jan-2023 03:10:29 Progress (1): 0.3/4.8 MB error 03-Jan-2023 03:10:29 Progress (1): 0.3/4.8 MB error 03-Jan-2023 03:10:29 Progress (1): 0.3/4.8 MB error 03-Jan-2023 03:10:29 Progress (1): 0.4/4.8 MB error 03-Jan-2023 03:10:29 Progress (1): 0.4/4.8 MB error 03-Jan-2023 03:10:29 Progress (1): 0.4/4.8 MB error 03-Jan-2023 03:10:29 Progress (1): 0.4/4.8 MB error 03-Jan-2023 03:10:29 Progress (1): 0.5/4.8 MB error 03-Jan-2023 03:10:29 Progress (1): 0.5/4.8 MB error 03-Jan-2023 03:10:29 Progress (1): 0.5/4.8 MB error 03-Jan-2023 03:10:29 Progress (1): 0.5/4.8 MB error 03-Jan-2023 03:10:29 Progress (1): 0.6/4.8 MB error 03-Jan-2023 03:10:29 Progress (1): 0.6/4.8 MB error 03-Jan-2023 03:10:29 Progress (1): 0.6/4.8 MB error 03-Jan-2023 03:10:29 Progress (1): 0.6/4.8 MB error 03-Jan-2023 03:10:29 Progress (1): 0.7/4.8 MB error 03-Jan-2023 03:10:29 Progress (1): 0.7/4.8 MB error 03-Jan-2023 03:10:29 Progress (1): 0.7/4.8 MB error 03-Jan-2023 03:10:29 Progress (1): 0.7/4.8 MB error 03-Jan-2023 03:10:29 Progress (1): 0.8/4.8 MB error 03-Jan-2023 03:10:29 Progress (1): 0.8/4.8 MB error 03-Jan-2023 03:10:29 Progress (1): 0.8/4.8 MB error 03-Jan-2023 03:10:29 Progress (1): 0.8/4.8 MB error 03-Jan-2023 03:10:29 Progress (1): 0.9/4.8 MB error 03-Jan-2023 03:10:29 Progress (1): 0.9/4.8 MB error 03-Jan-2023 03:10:29 Progress (1): 0.9/4.8 MB error 03-Jan-2023 03:10:29 Progress (1): 1.0/4.8 MB error 03-Jan-2023 03:10:29 Progress (1): 1.0/4.8 MB error 03-Jan-2023 03:10:29 Progress (1): 1.0/4.8 MB error 03-Jan-2023 03:10:29 Progress (1): 1.0/4.8 MB error 03-Jan-2023 03:10:29 Progress (1): 1.1/4.8 MB error 03-Jan-2023 03:10:29 Progress (1): 1.1/4.8 MB error 03-Jan-2023 03:10:29 Progress (1): 1.1/4.8 MB error 03-Jan-2023 03:10:29 Progress (1): 1.1/4.8 MB error 03-Jan-2023 03:10:29 Progress (1): 1.2/4.8 MB error 03-Jan-2023 03:10:29 Progress (1): 1.2/4.8 MB error 03-Jan-2023 03:10:29 Progress (1): 1.2/4.8 MB error 03-Jan-2023 03:10:29 Progress (1): 1.2/4.8 MB error 03-Jan-2023 03:10:29 Progress (1): 1.3/4.8 MB error 03-Jan-2023 03:10:29 Progress (1): 1.3/4.8 MB error 03-Jan-2023 03:10:29 Progress (1): 1.3/4.8 MB error 03-Jan-2023 03:10:29 Progress (1): 1.3/4.8 MB error 03-Jan-2023 03:10:29 Progress (1): 1.4/4.8 MB error 03-Jan-2023 03:10:29 Progress (1): 1.4/4.8 MB error 03-Jan-2023 03:10:29 Progress (1): 1.4/4.8 MB error 03-Jan-2023 03:10:29 Progress (1): 1.4/4.8 MB error 03-Jan-2023 03:10:29 Progress (1): 1.5/4.8 MB error 03-Jan-2023 03:10:29 Progress (1): 1.5/4.8 MB error 03-Jan-2023 03:10:29 Progress (1): 1.5/4.8 MB error 03-Jan-2023 03:10:29 Progress (1): 1.5/4.8 MB error 03-Jan-2023 03:10:29 Progress (1): 1.6/4.8 MB error 03-Jan-2023 03:10:29 Progress (1): 1.6/4.8 MB error 03-Jan-2023 03:10:29 Progress (1): 1.6/4.8 MB error 03-Jan-2023 03:10:29 Progress (1): 1.6/4.8 MB error 03-Jan-2023 03:10:29 Progress (1): 1.7/4.8 MB error 03-Jan-2023 03:10:29 Progress (1): 1.7/4.8 MB error 03-Jan-2023 03:10:29 Progress (1): 1.7/4.8 MB error 03-Jan-2023 03:10:29 Progress (1): 1.8/4.8 MB error 03-Jan-2023 03:10:29 Progress (1): 1.8/4.8 MB error 03-Jan-2023 03:10:29 Progress (1): 1.8/4.8 MB error 03-Jan-2023 03:10:29 Progress (1): 1.8/4.8 MB error 03-Jan-2023 03:10:29 Progress (1): 1.9/4.8 MB error 03-Jan-2023 03:10:29 Progress (1): 1.9/4.8 MB error 03-Jan-2023 03:10:29 Progress (1): 1.9/4.8 MB error 03-Jan-2023 03:10:29 Progress (1): 1.9/4.8 MB error 03-Jan-2023 03:10:29 Progress (1): 2.0/4.8 MB error 03-Jan-2023 03:10:29 Progress (1): 2.0/4.8 MB error 03-Jan-2023 03:10:29 Progress (1): 2.0/4.8 MB error 03-Jan-2023 03:10:29 Progress (1): 2.0/4.8 MB error 03-Jan-2023 03:10:29 Progress (1): 2.1/4.8 MB error 03-Jan-2023 03:10:29 Progress (1): 2.1/4.8 MB error 03-Jan-2023 03:10:29 Progress (1): 2.1/4.8 MB error 03-Jan-2023 03:10:29 Progress (1): 2.1/4.8 MB error 03-Jan-2023 03:10:29 Progress (1): 2.2/4.8 MB error 03-Jan-2023 03:10:29 Progress (1): 2.2/4.8 MB error 03-Jan-2023 03:10:29 Progress (1): 2.2/4.8 MB error 03-Jan-2023 03:10:29 Progress (1): 2.2/4.8 MB error 03-Jan-2023 03:10:29 Progress (1): 2.3/4.8 MB error 03-Jan-2023 03:10:29 Progress (1): 2.3/4.8 MB error 03-Jan-2023 03:10:29 Progress (1): 2.3/4.8 MB error 03-Jan-2023 03:10:29 Progress (1): 2.3/4.8 MB error 03-Jan-2023 03:10:29 Progress (1): 2.4/4.8 MB error 03-Jan-2023 03:10:29 Progress (1): 2.4/4.8 MB error 03-Jan-2023 03:10:29 Progress (1): 2.4/4.8 MB error 03-Jan-2023 03:10:29 Progress (1): 2.4/4.8 MB error 03-Jan-2023 03:10:29 Progress (1): 2.5/4.8 MB error 03-Jan-2023 03:10:29 Progress (1): 2.5/4.8 MB error 03-Jan-2023 03:10:29 Progress (1): 2.5/4.8 MB error 03-Jan-2023 03:10:29 Progress (1): 2.5/4.8 MB error 03-Jan-2023 03:10:29 Progress (1): 2.6/4.8 MB error 03-Jan-2023 03:10:29 Progress (1): 2.6/4.8 MB error 03-Jan-2023 03:10:29 Progress (1): 2.6/4.8 MB error 03-Jan-2023 03:10:29 Progress (1): 2.6/4.8 MB error 03-Jan-2023 03:10:29 Progress (1): 2.7/4.8 MB error 03-Jan-2023 03:10:29 Progress (1): 2.7/4.8 MB error 03-Jan-2023 03:10:29 Progress (1): 2.7/4.8 MB error 03-Jan-2023 03:10:29 Progress (1): 2.7/4.8 MB error 03-Jan-2023 03:10:29 Progress (1): 2.8/4.8 MB error 03-Jan-2023 03:10:29 Progress (1): 2.8/4.8 MB error 03-Jan-2023 03:10:29 Progress (1): 2.8/4.8 MB error 03-Jan-2023 03:10:29 Progress (1): 2.8/4.8 MB error 03-Jan-2023 03:10:29 Progress (1): 2.9/4.8 MB error 03-Jan-2023 03:10:29 Progress (1): 2.9/4.8 MB error 03-Jan-2023 03:10:29 Progress (1): 2.9/4.8 MB error 03-Jan-2023 03:10:29 Progress (1): 2.9/4.8 MB error 03-Jan-2023 03:10:29 Progress (1): 3.0/4.8 MB error 03-Jan-2023 03:10:29 Progress (1): 3.0/4.8 MB error 03-Jan-2023 03:10:29 Progress (1): 3.0/4.8 MB error 03-Jan-2023 03:10:29 Progress (1): 3.0/4.8 MB error 03-Jan-2023 03:10:29 Progress (1): 3.1/4.8 MB error 03-Jan-2023 03:10:29 Progress (1): 3.1/4.8 MB error 03-Jan-2023 03:10:29 Progress (1): 3.1/4.8 MB error 03-Jan-2023 03:10:29 Progress (1): 3.1/4.8 MB error 03-Jan-2023 03:10:29 Progress (1): 3.2/4.8 MB error 03-Jan-2023 03:10:29 Progress (1): 3.2/4.8 MB error 03-Jan-2023 03:10:29 Progress (1): 3.2/4.8 MB error 03-Jan-2023 03:10:29 Progress (1): 3.2/4.8 MB error 03-Jan-2023 03:10:29 Progress (1): 3.3/4.8 MB error 03-Jan-2023 03:10:29 Progress (1): 3.3/4.8 MB error 03-Jan-2023 03:10:29 Progress (1): 3.3/4.8 MB error 03-Jan-2023 03:10:29 Progress (1): 3.4/4.8 MB error 03-Jan-2023 03:10:29 Progress (1): 3.4/4.8 MB error 03-Jan-2023 03:10:29 Progress (1): 3.4/4.8 MB error 03-Jan-2023 03:10:29 Progress (1): 3.4/4.8 MB error 03-Jan-2023 03:10:29 Progress (1): 3.5/4.8 MB error 03-Jan-2023 03:10:29 Progress (1): 3.5/4.8 MB error 03-Jan-2023 03:10:29 Progress (1): 3.5/4.8 MB error 03-Jan-2023 03:10:29 Progress (1): 3.5/4.8 MB error 03-Jan-2023 03:10:29 Progress (1): 3.6/4.8 MB error 03-Jan-2023 03:10:29 Progress (1): 3.6/4.8 MB error 03-Jan-2023 03:10:29 Progress (1): 3.6/4.8 MB error 03-Jan-2023 03:10:29 Progress (1): 3.6/4.8 MB error 03-Jan-2023 03:10:29 Progress (1): 3.7/4.8 MB error 03-Jan-2023 03:10:29 Progress (1): 3.7/4.8 MB error 03-Jan-2023 03:10:29 Progress (1): 3.7/4.8 MB error 03-Jan-2023 03:10:29 Progress (1): 3.7/4.8 MB error 03-Jan-2023 03:10:29 Progress (1): 3.8/4.8 MB error 03-Jan-2023 03:10:29 Progress (1): 3.8/4.8 MB error 03-Jan-2023 03:10:29 Progress (1): 3.8/4.8 MB error 03-Jan-2023 03:10:29 Progress (1): 3.8/4.8 MB error 03-Jan-2023 03:10:29 Progress (1): 3.9/4.8 MB error 03-Jan-2023 03:10:29 Progress (1): 3.9/4.8 MB error 03-Jan-2023 03:10:29 Progress (1): 3.9/4.8 MB error 03-Jan-2023 03:10:29 Progress (1): 3.9/4.8 MB error 03-Jan-2023 03:10:29 Progress (1): 4.0/4.8 MB error 03-Jan-2023 03:10:29 Progress (1): 4.0/4.8 MB error 03-Jan-2023 03:10:29 Progress (1): 4.0/4.8 MB error 03-Jan-2023 03:10:29 Progress (1): 4.0/4.8 MB error 03-Jan-2023 03:10:29 Progress (1): 4.1/4.8 MB error 03-Jan-2023 03:10:29 Progress (1): 4.1/4.8 MB error 03-Jan-2023 03:10:29 Progress (1): 4.1/4.8 MB error 03-Jan-2023 03:10:29 Progress (1): 4.1/4.8 MB error 03-Jan-2023 03:10:29 Progress (1): 4.2/4.8 MB error 03-Jan-2023 03:10:29 Progress (1): 4.2/4.8 MB error 03-Jan-2023 03:10:29 Progress (1): 4.2/4.8 MB error 03-Jan-2023 03:10:29 Progress (1): 4.2/4.8 MB error 03-Jan-2023 03:10:29 Progress (1): 4.3/4.8 MB error 03-Jan-2023 03:10:29 Progress (1): 4.3/4.8 MB error 03-Jan-2023 03:10:29 Progress (1): 4.3/4.8 MB error 03-Jan-2023 03:10:29 Progress (1): 4.3/4.8 MB error 03-Jan-2023 03:10:29 Progress (1): 4.4/4.8 MB error 03-Jan-2023 03:10:29 Progress (1): 4.4/4.8 MB error 03-Jan-2023 03:10:29 Progress (1): 4.4/4.8 MB error 03-Jan-2023 03:10:29 Progress (1): 4.4/4.8 MB error 03-Jan-2023 03:10:29 Progress (1): 4.5/4.8 MB error 03-Jan-2023 03:10:29 Progress (1): 4.5/4.8 MB error 03-Jan-2023 03:10:29 Progress (1): 4.5/4.8 MB error 03-Jan-2023 03:10:29 Progress (1): 4.5/4.8 MB error 03-Jan-2023 03:10:29 Progress (1): 4.6/4.8 MB error 03-Jan-2023 03:10:29 Progress (1): 4.6/4.8 MB error 03-Jan-2023 03:10:29 Progress (1): 4.6/4.8 MB error 03-Jan-2023 03:10:29 Progress (1): 4.6/4.8 MB error 03-Jan-2023 03:10:29 Progress (1): 4.7/4.8 MB error 03-Jan-2023 03:10:29 Progress (1): 4.7/4.8 MB error 03-Jan-2023 03:10:29 Progress (1): 4.7/4.8 MB error 03-Jan-2023 03:10:29 Progress (1): 4.7/4.8 MB error 03-Jan-2023 03:10:29 Progress (1): 4.8/4.8 MB error 03-Jan-2023 03:10:29 Progress (1): 4.8 MB error 03-Jan-2023 03:10:29 error 03-Jan-2023 03:10:29 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/event-omod/2.10.0/event-omod-2.10.0.jar (4.8 MB at 8.8 MB/s) error 03-Jan-2023 03:10:29 #21 72.24 [INFO] Configured Artifact: org.openmrs.module:uilibrary-omod:2.0.7:jar error 03-Jan-2023 03:10:29 #21 72.24 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/uilibrary-omod/2.0.7/uilibrary-omod-2.0.7.pom error 03-Jan-2023 03:10:29 #21 72.35 Progress (1): 3.3/5.5 kB error 03-Jan-2023 03:10:29 Progress (1): 5.5 kB error 03-Jan-2023 03:10:30 error 03-Jan-2023 03:10:30 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/uilibrary-omod/2.0.7/uilibrary-omod-2.0.7.pom (5.5 kB at 26 kB/s) error 03-Jan-2023 03:10:30 #21 72.46 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/uilibrary/2.0.7/uilibrary-2.0.7.pom error 03-Jan-2023 03:10:30 #21 72.57 Progress (1): 3.3/5.1 kB error 03-Jan-2023 03:10:30 Progress (1): 5.1 kB error 03-Jan-2023 03:10:30 error 03-Jan-2023 03:10:30 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/uilibrary/2.0.7/uilibrary-2.0.7.pom (5.1 kB at 24 kB/s) error 03-Jan-2023 03:10:30 #21 72.68 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/uilibrary-omod/2.0.7/uilibrary-omod-2.0.7.jar error 03-Jan-2023 03:10:30 #21 72.97 Progress (1): 0/1.2 MB error 03-Jan-2023 03:10:30 Progress (1): 0/1.2 MB error 03-Jan-2023 03:10:30 Progress (1): 0/1.2 MB error 03-Jan-2023 03:10:30 Progress (1): 0/1.2 MB error 03-Jan-2023 03:10:30 Progress (1): 0/1.2 MB error 03-Jan-2023 03:10:30 Progress (1): 0.1/1.2 MB error 03-Jan-2023 03:10:30 Progress (1): 0.1/1.2 MB error 03-Jan-2023 03:10:30 Progress (1): 0.1/1.2 MB error 03-Jan-2023 03:10:30 Progress (1): 0.1/1.2 MB error 03-Jan-2023 03:10:30 Progress (1): 0.1/1.2 MB error 03-Jan-2023 03:10:30 Progress (1): 0.1/1.2 MB error 03-Jan-2023 03:10:30 Progress (1): 0.1/1.2 MB error 03-Jan-2023 03:10:30 Progress (1): 0.1/1.2 MB error 03-Jan-2023 03:10:30 Progress (1): 0.1/1.2 MB error 03-Jan-2023 03:10:30 Progress (1): 0.1/1.2 MB error 03-Jan-2023 03:10:30 Progress (1): 0.1/1.2 MB error 03-Jan-2023 03:10:30 Progress (1): 0.2/1.2 MB error 03-Jan-2023 03:10:30 Progress (1): 0.2/1.2 MB error 03-Jan-2023 03:10:30 Progress (1): 0.2/1.2 MB error 03-Jan-2023 03:10:30 Progress (1): 0.2/1.2 MB error 03-Jan-2023 03:10:30 Progress (1): 0.2/1.2 MB error 03-Jan-2023 03:10:30 Progress (1): 0.2/1.2 MB error 03-Jan-2023 03:10:30 Progress (1): 0.2/1.2 MB error 03-Jan-2023 03:10:30 Progress (1): 0.2/1.2 MB error 03-Jan-2023 03:10:30 Progress (1): 0.2/1.2 MB error 03-Jan-2023 03:10:30 Progress (1): 0.2/1.2 MB error 03-Jan-2023 03:10:30 Progress (1): 0.2/1.2 MB error 03-Jan-2023 03:10:30 Progress (1): 0.2/1.2 MB error 03-Jan-2023 03:10:30 Progress (1): 0.3/1.2 MB error 03-Jan-2023 03:10:30 Progress (1): 0.3/1.2 MB error 03-Jan-2023 03:10:30 Progress (1): 0.3/1.2 MB error 03-Jan-2023 03:10:30 Progress (1): 0.3/1.2 MB error 03-Jan-2023 03:10:30 Progress (1): 0.3/1.2 MB error 03-Jan-2023 03:10:30 Progress (1): 0.3/1.2 MB error 03-Jan-2023 03:10:30 Progress (1): 0.3/1.2 MB error 03-Jan-2023 03:10:30 Progress (1): 0.3/1.2 MB error 03-Jan-2023 03:10:30 Progress (1): 0.3/1.2 MB error 03-Jan-2023 03:10:30 Progress (1): 0.3/1.2 MB error 03-Jan-2023 03:10:30 Progress (1): 0.3/1.2 MB error 03-Jan-2023 03:10:30 Progress (1): 0.4/1.2 MB error 03-Jan-2023 03:10:30 Progress (1): 0.4/1.2 MB error 03-Jan-2023 03:10:30 Progress (1): 0.4/1.2 MB error 03-Jan-2023 03:10:30 Progress (1): 0.4/1.2 MB error 03-Jan-2023 03:10:30 Progress (1): 0.4/1.2 MB error 03-Jan-2023 03:10:30 Progress (1): 0.4/1.2 MB error 03-Jan-2023 03:10:30 Progress (1): 0.4/1.2 MB error 03-Jan-2023 03:10:30 Progress (1): 0.4/1.2 MB error 03-Jan-2023 03:10:30 Progress (1): 0.4/1.2 MB error 03-Jan-2023 03:10:30 Progress (1): 0.4/1.2 MB error 03-Jan-2023 03:10:30 Progress (1): 0.4/1.2 MB error 03-Jan-2023 03:10:30 Progress (1): 0.5/1.2 MB error 03-Jan-2023 03:10:30 Progress (1): 0.5/1.2 MB error 03-Jan-2023 03:10:30 Progress (1): 0.5/1.2 MB error 03-Jan-2023 03:10:30 Progress (1): 0.5/1.2 MB error 03-Jan-2023 03:10:30 Progress (1): 0.5/1.2 MB error 03-Jan-2023 03:10:30 Progress (1): 0.5/1.2 MB error 03-Jan-2023 03:10:30 Progress (1): 0.5/1.2 MB error 03-Jan-2023 03:10:30 Progress (1): 0.5/1.2 MB error 03-Jan-2023 03:10:30 Progress (1): 0.5/1.2 MB error 03-Jan-2023 03:10:30 Progress (1): 0.5/1.2 MB error 03-Jan-2023 03:10:30 Progress (1): 0.5/1.2 MB error 03-Jan-2023 03:10:30 Progress (1): 0.6/1.2 MB error 03-Jan-2023 03:10:30 Progress (1): 0.6/1.2 MB error 03-Jan-2023 03:10:30 Progress (1): 0.6/1.2 MB error 03-Jan-2023 03:10:30 Progress (1): 0.6/1.2 MB error 03-Jan-2023 03:10:30 Progress (1): 0.6/1.2 MB error 03-Jan-2023 03:10:30 Progress (1): 0.6/1.2 MB error 03-Jan-2023 03:10:30 Progress (1): 0.6/1.2 MB error 03-Jan-2023 03:10:30 Progress (1): 0.6/1.2 MB error 03-Jan-2023 03:10:30 Progress (1): 0.6/1.2 MB error 03-Jan-2023 03:10:30 Progress (1): 0.6/1.2 MB error 03-Jan-2023 03:10:30 Progress (1): 0.6/1.2 MB error 03-Jan-2023 03:10:30 Progress (1): 0.7/1.2 MB error 03-Jan-2023 03:10:30 Progress (1): 0.7/1.2 MB error 03-Jan-2023 03:10:30 Progress (1): 0.7/1.2 MB error 03-Jan-2023 03:10:30 Progress (1): 0.7/1.2 MB error 03-Jan-2023 03:10:30 Progress (1): 0.7/1.2 MB error 03-Jan-2023 03:10:30 Progress (1): 0.7/1.2 MB error 03-Jan-2023 03:10:30 Progress (1): 0.7/1.2 MB error 03-Jan-2023 03:10:30 Progress (1): 0.7/1.2 MB error 03-Jan-2023 03:10:30 Progress (1): 0.7/1.2 MB error 03-Jan-2023 03:10:30 Progress (1): 0.7/1.2 MB error 03-Jan-2023 03:10:30 Progress (1): 0.7/1.2 MB error 03-Jan-2023 03:10:30 Progress (1): 0.8/1.2 MB error 03-Jan-2023 03:10:30 Progress (1): 0.8/1.2 MB error 03-Jan-2023 03:10:30 Progress (1): 0.8/1.2 MB error 03-Jan-2023 03:10:30 Progress (1): 0.8/1.2 MB error 03-Jan-2023 03:10:30 Progress (1): 0.8/1.2 MB error 03-Jan-2023 03:10:30 Progress (1): 0.8/1.2 MB error 03-Jan-2023 03:10:30 Progress (1): 0.8/1.2 MB error 03-Jan-2023 03:10:30 Progress (1): 0.8/1.2 MB error 03-Jan-2023 03:10:30 Progress (1): 0.8/1.2 MB error 03-Jan-2023 03:10:30 Progress (1): 0.8/1.2 MB error 03-Jan-2023 03:10:30 Progress (1): 0.8/1.2 MB error 03-Jan-2023 03:10:30 Progress (1): 0.9/1.2 MB error 03-Jan-2023 03:10:30 Progress (1): 0.9/1.2 MB error 03-Jan-2023 03:10:30 Progress (1): 0.9/1.2 MB error 03-Jan-2023 03:10:30 Progress (1): 0.9/1.2 MB error 03-Jan-2023 03:10:30 Progress (1): 0.9/1.2 MB error 03-Jan-2023 03:10:30 Progress (1): 0.9/1.2 MB error 03-Jan-2023 03:10:30 Progress (1): 0.9/1.2 MB error 03-Jan-2023 03:10:30 Progress (1): 0.9/1.2 MB error 03-Jan-2023 03:10:30 Progress (1): 0.9/1.2 MB error 03-Jan-2023 03:10:30 Progress (1): 0.9/1.2 MB error 03-Jan-2023 03:10:30 Progress (1): 0.9/1.2 MB error 03-Jan-2023 03:10:30 Progress (1): 0.9/1.2 MB error 03-Jan-2023 03:10:30 Progress (1): 1.0/1.2 MB error 03-Jan-2023 03:10:30 Progress (1): 1.0/1.2 MB error 03-Jan-2023 03:10:30 Progress (1): 1.0/1.2 MB error 03-Jan-2023 03:10:30 Progress (1): 1.0/1.2 MB error 03-Jan-2023 03:10:30 Progress (1): 1.0/1.2 MB error 03-Jan-2023 03:10:30 Progress (1): 1.0/1.2 MB error 03-Jan-2023 03:10:30 Progress (1): 1.0/1.2 MB error 03-Jan-2023 03:10:30 Progress (1): 1.0/1.2 MB error 03-Jan-2023 03:10:30 Progress (1): 1.0/1.2 MB error 03-Jan-2023 03:10:30 Progress (1): 1.0/1.2 MB error 03-Jan-2023 03:10:30 Progress (1): 1.0/1.2 MB error 03-Jan-2023 03:10:30 Progress (1): 1.1/1.2 MB error 03-Jan-2023 03:10:30 Progress (1): 1.1/1.2 MB error 03-Jan-2023 03:10:30 Progress (1): 1.1/1.2 MB error 03-Jan-2023 03:10:30 Progress (1): 1.1/1.2 MB error 03-Jan-2023 03:10:30 Progress (1): 1.1/1.2 MB error 03-Jan-2023 03:10:30 Progress (1): 1.1/1.2 MB error 03-Jan-2023 03:10:30 Progress (1): 1.1/1.2 MB error 03-Jan-2023 03:10:30 Progress (1): 1.1/1.2 MB error 03-Jan-2023 03:10:30 Progress (1): 1.1/1.2 MB error 03-Jan-2023 03:10:30 Progress (1): 1.1/1.2 MB error 03-Jan-2023 03:10:30 Progress (1): 1.1/1.2 MB error 03-Jan-2023 03:10:30 Progress (1): 1.1/1.2 MB error 03-Jan-2023 03:10:30 Progress (1): 1.2/1.2 MB error 03-Jan-2023 03:10:30 Progress (1): 1.2/1.2 MB error 03-Jan-2023 03:10:30 Progress (1): 1.2/1.2 MB error 03-Jan-2023 03:10:30 Progress (1): 1.2/1.2 MB error 03-Jan-2023 03:10:30 Progress (1): 1.2/1.2 MB error 03-Jan-2023 03:10:30 Progress (1): 1.2/1.2 MB error 03-Jan-2023 03:10:30 Progress (1): 1.2/1.2 MB error 03-Jan-2023 03:10:30 Progress (1): 1.2/1.2 MB error 03-Jan-2023 03:10:30 Progress (1): 1.2/1.2 MB error 03-Jan-2023 03:10:30 Progress (1): 1.2/1.2 MB error 03-Jan-2023 03:10:30 Progress (1): 1.2 MB error 03-Jan-2023 03:10:30 error 03-Jan-2023 03:10:30 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/uilibrary-omod/2.0.7/uilibrary-omod-2.0.7.jar (1.2 MB at 2.7 MB/s) error 03-Jan-2023 03:10:30 #21 73.14 [INFO] Configured Artifact: org.openmrs.module:htmlwidgets-omod:1.11.0:jar error 03-Jan-2023 03:10:30 #21 73.14 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/htmlwidgets-omod/1.11.0/htmlwidgets-omod-1.11.0.pom error 03-Jan-2023 03:10:30 #21 73.25 Progress (1): 3.2 kB error 03-Jan-2023 03:10:30 error 03-Jan-2023 03:10:30 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/htmlwidgets-omod/1.11.0/htmlwidgets-omod-1.11.0.pom (3.2 kB at 15 kB/s) error 03-Jan-2023 03:10:30 #21 73.36 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/htmlwidgets/1.11.0/htmlwidgets-1.11.0.pom error 03-Jan-2023 03:10:30 #21 73.47 Progress (1): 3.3/7.9 kB error 03-Jan-2023 03:10:31 Progress (1): 6.1/7.9 kB error 03-Jan-2023 03:10:31 Progress (1): 7.9 kB error 03-Jan-2023 03:10:31 error 03-Jan-2023 03:10:31 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/htmlwidgets/1.11.0/htmlwidgets-1.11.0.pom (7.9 kB at 37 kB/s) error 03-Jan-2023 03:10:31 #21 73.58 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/htmlwidgets-omod/1.11.0/htmlwidgets-omod-1.11.0.jar error 03-Jan-2023 03:10:31 #21 73.69 Progress (1): 3.3/116 kB error 03-Jan-2023 03:10:31 Progress (1): 6.1/116 kB error 03-Jan-2023 03:10:31 Progress (1): 8.9/116 kB error 03-Jan-2023 03:10:31 Progress (1): 12/116 kB error 03-Jan-2023 03:10:31 Progress (1): 15/116 kB error 03-Jan-2023 03:10:31 Progress (1): 17/116 kB error 03-Jan-2023 03:10:31 Progress (1): 20/116 kB error 03-Jan-2023 03:10:31 Progress (1): 23/116 kB error 03-Jan-2023 03:10:31 Progress (1): 26/116 kB error 03-Jan-2023 03:10:31 Progress (1): 29/116 kB error 03-Jan-2023 03:10:31 Progress (1): 31/116 kB error 03-Jan-2023 03:10:31 Progress (1): 34/116 kB error 03-Jan-2023 03:10:31 Progress (1): 37/116 kB error 03-Jan-2023 03:10:31 Progress (1): 40/116 kB error 03-Jan-2023 03:10:31 Progress (1): 42/116 kB error 03-Jan-2023 03:10:31 Progress (1): 45/116 kB error 03-Jan-2023 03:10:31 Progress (1): 48/116 kB error 03-Jan-2023 03:10:31 Progress (1): 51/116 kB error 03-Jan-2023 03:10:31 Progress (1): 54/116 kB error 03-Jan-2023 03:10:31 Progress (1): 56/116 kB error 03-Jan-2023 03:10:31 Progress (1): 59/116 kB error 03-Jan-2023 03:10:31 Progress (1): 62/116 kB error 03-Jan-2023 03:10:31 Progress (1): 65/116 kB error 03-Jan-2023 03:10:31 Progress (1): 68/116 kB error 03-Jan-2023 03:10:31 Progress (1): 70/116 kB error 03-Jan-2023 03:10:31 Progress (1): 73/116 kB error 03-Jan-2023 03:10:31 Progress (1): 76/116 kB error 03-Jan-2023 03:10:31 Progress (1): 79/116 kB error 03-Jan-2023 03:10:31 Progress (1): 82/116 kB error 03-Jan-2023 03:10:31 Progress (1): 84/116 kB error 03-Jan-2023 03:10:31 Progress (1): 87/116 kB error 03-Jan-2023 03:10:31 Progress (1): 90/116 kB error 03-Jan-2023 03:10:31 Progress (1): 93/116 kB error 03-Jan-2023 03:10:31 Progress (1): 96/116 kB error 03-Jan-2023 03:10:31 Progress (1): 98/116 kB error 03-Jan-2023 03:10:31 Progress (1): 101/116 kB error 03-Jan-2023 03:10:31 Progress (1): 104/116 kB error 03-Jan-2023 03:10:31 Progress (1): 107/116 kB error 03-Jan-2023 03:10:31 Progress (1): 110/116 kB error 03-Jan-2023 03:10:31 Progress (1): 112/116 kB error 03-Jan-2023 03:10:31 Progress (1): 115/116 kB error 03-Jan-2023 03:10:31 Progress (1): 116 kB error 03-Jan-2023 03:10:31 error 03-Jan-2023 03:10:31 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/htmlwidgets-omod/1.11.0/htmlwidgets-omod-1.11.0.jar (116 kB at 515 kB/s) error 03-Jan-2023 03:10:31 #21 73.81 [INFO] Configured Artifact: org.openmrs.module:dataexchange-omod:1.3.8:jar error 03-Jan-2023 03:10:31 #21 73.81 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/dataexchange-omod/1.3.8/dataexchange-omod-1.3.8.pom error 03-Jan-2023 03:10:31 #21 73.92 Progress (1): 3.3/5.9 kB error 03-Jan-2023 03:10:31 Progress (1): 5.9 kB error 03-Jan-2023 03:10:31 error 03-Jan-2023 03:10:31 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/dataexchange-omod/1.3.8/dataexchange-omod-1.3.8.pom (5.9 kB at 25 kB/s) error 03-Jan-2023 03:10:31 #21 74.04 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/dataexchange/1.3.8/dataexchange-1.3.8.pom error 03-Jan-2023 03:10:31 #21 74.15 Progress (1): 3.3/6.0 kB error 03-Jan-2023 03:10:31 Progress (1): 6.0 kB error 03-Jan-2023 03:10:31 error 03-Jan-2023 03:10:31 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/dataexchange/1.3.8/dataexchange-1.3.8.pom (6.0 kB at 28 kB/s) error 03-Jan-2023 03:10:31 #21 74.26 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/dataexchange-omod/1.3.8/dataexchange-omod-1.3.8.jar error 03-Jan-2023 03:10:31 #21 74.53 Progress (1): 3.4/571 kB error 03-Jan-2023 03:10:32 Progress (1): 7.5/571 kB error 03-Jan-2023 03:10:32 Progress (1): 12/571 kB error 03-Jan-2023 03:10:32 Progress (1): 16/571 kB error 03-Jan-2023 03:10:32 Progress (1): 20/571 kB error 03-Jan-2023 03:10:32 Progress (1): 24/571 kB error 03-Jan-2023 03:10:32 Progress (1): 28/571 kB error 03-Jan-2023 03:10:32 Progress (1): 32/571 kB error 03-Jan-2023 03:10:32 Progress (1): 36/571 kB error 03-Jan-2023 03:10:32 Progress (1): 38/571 kB error 03-Jan-2023 03:10:32 Progress (1): 42/571 kB error 03-Jan-2023 03:10:32 Progress (1): 46/571 kB error 03-Jan-2023 03:10:32 Progress (1): 51/571 kB error 03-Jan-2023 03:10:32 Progress (1): 55/571 kB error 03-Jan-2023 03:10:32 Progress (1): 59/571 kB error 03-Jan-2023 03:10:32 Progress (1): 63/571 kB error 03-Jan-2023 03:10:32 Progress (1): 67/571 kB error 03-Jan-2023 03:10:32 Progress (1): 71/571 kB error 03-Jan-2023 03:10:32 Progress (1): 73/571 kB error 03-Jan-2023 03:10:32 Progress (1): 77/571 kB error 03-Jan-2023 03:10:32 Progress (1): 81/571 kB error 03-Jan-2023 03:10:32 Progress (1): 85/571 kB error 03-Jan-2023 03:10:32 Progress (1): 89/571 kB error 03-Jan-2023 03:10:32 Progress (1): 94/571 kB error 03-Jan-2023 03:10:32 Progress (1): 98/571 kB error 03-Jan-2023 03:10:32 Progress (1): 102/571 kB error 03-Jan-2023 03:10:32 Progress (1): 106/571 kB error 03-Jan-2023 03:10:32 Progress (1): 108/571 kB error 03-Jan-2023 03:10:32 Progress (1): 112/571 kB error 03-Jan-2023 03:10:32 Progress (1): 116/571 kB error 03-Jan-2023 03:10:32 Progress (1): 120/571 kB error 03-Jan-2023 03:10:32 Progress (1): 124/571 kB error 03-Jan-2023 03:10:32 Progress (1): 128/571 kB error 03-Jan-2023 03:10:32 Progress (1): 132/571 kB error 03-Jan-2023 03:10:32 Progress (1): 137/571 kB error 03-Jan-2023 03:10:32 Progress (1): 141/571 kB error 03-Jan-2023 03:10:32 Progress (1): 145/571 kB error 03-Jan-2023 03:10:32 Progress (1): 149/571 kB error 03-Jan-2023 03:10:32 Progress (1): 152/571 kB error 03-Jan-2023 03:10:32 Progress (1): 156/571 kB error 03-Jan-2023 03:10:32 Progress (1): 160/571 kB error 03-Jan-2023 03:10:32 Progress (1): 164/571 kB error 03-Jan-2023 03:10:32 Progress (1): 168/571 kB error 03-Jan-2023 03:10:32 Progress (1): 172/571 kB error 03-Jan-2023 03:10:32 Progress (1): 176/571 kB error 03-Jan-2023 03:10:32 Progress (1): 180/571 kB error 03-Jan-2023 03:10:32 Progress (1): 184/571 kB error 03-Jan-2023 03:10:32 Progress (1): 187/571 kB error 03-Jan-2023 03:10:32 Progress (1): 191/571 kB error 03-Jan-2023 03:10:32 Progress (1): 195/571 kB error 03-Jan-2023 03:10:32 Progress (1): 199/571 kB error 03-Jan-2023 03:10:32 Progress (1): 203/571 kB error 03-Jan-2023 03:10:32 Progress (1): 207/571 kB error 03-Jan-2023 03:10:32 Progress (1): 211/571 kB error 03-Jan-2023 03:10:32 Progress (1): 215/571 kB error 03-Jan-2023 03:10:32 Progress (1): 219/571 kB error 03-Jan-2023 03:10:32 Progress (1): 221/571 kB error 03-Jan-2023 03:10:32 Progress (1): 225/571 kB error 03-Jan-2023 03:10:32 Progress (1): 230/571 kB error 03-Jan-2023 03:10:32 Progress (1): 234/571 kB error 03-Jan-2023 03:10:32 Progress (1): 238/571 kB error 03-Jan-2023 03:10:32 Progress (1): 242/571 kB error 03-Jan-2023 03:10:32 Progress (1): 246/571 kB error 03-Jan-2023 03:10:32 Progress (1): 250/571 kB error 03-Jan-2023 03:10:32 Progress (1): 254/571 kB error 03-Jan-2023 03:10:32 Progress (1): 256/571 kB error 03-Jan-2023 03:10:32 Progress (1): 260/571 kB error 03-Jan-2023 03:10:32 Progress (1): 264/571 kB error 03-Jan-2023 03:10:32 Progress (1): 268/571 kB error 03-Jan-2023 03:10:32 Progress (1): 273/571 kB error 03-Jan-2023 03:10:32 Progress (1): 277/571 kB error 03-Jan-2023 03:10:32 Progress (1): 281/571 kB error 03-Jan-2023 03:10:32 Progress (1): 285/571 kB error 03-Jan-2023 03:10:32 Progress (1): 289/571 kB error 03-Jan-2023 03:10:32 Progress (1): 291/571 kB error 03-Jan-2023 03:10:32 Progress (1): 295/571 kB error 03-Jan-2023 03:10:32 Progress (1): 299/571 kB error 03-Jan-2023 03:10:32 Progress (1): 303/571 kB error 03-Jan-2023 03:10:32 Progress (1): 307/571 kB error 03-Jan-2023 03:10:32 Progress (1): 311/571 kB error 03-Jan-2023 03:10:32 Progress (1): 314/571 kB error 03-Jan-2023 03:10:32 Progress (1): 318/571 kB error 03-Jan-2023 03:10:32 Progress (1): 323/571 kB error 03-Jan-2023 03:10:32 Progress (1): 327/571 kB error 03-Jan-2023 03:10:32 Progress (1): 331/571 kB error 03-Jan-2023 03:10:32 Progress (1): 335/571 kB error 03-Jan-2023 03:10:32 Progress (1): 339/571 kB error 03-Jan-2023 03:10:32 Progress (1): 343/571 kB error 03-Jan-2023 03:10:32 Progress (1): 347/571 kB error 03-Jan-2023 03:10:32 Progress (1): 351/571 kB error 03-Jan-2023 03:10:32 Progress (1): 355/571 kB error 03-Jan-2023 03:10:32 Progress (1): 358/571 kB error 03-Jan-2023 03:10:32 Progress (1): 362/571 kB error 03-Jan-2023 03:10:32 Progress (1): 366/571 kB error 03-Jan-2023 03:10:32 Progress (1): 370/571 kB error 03-Jan-2023 03:10:32 Progress (1): 375/571 kB error 03-Jan-2023 03:10:32 Progress (1): 379/571 kB error 03-Jan-2023 03:10:32 Progress (1): 383/571 kB error 03-Jan-2023 03:10:32 Progress (1): 386/571 kB error 03-Jan-2023 03:10:32 Progress (1): 390/571 kB error 03-Jan-2023 03:10:32 Progress (1): 395/571 kB error 03-Jan-2023 03:10:32 Progress (1): 399/571 kB error 03-Jan-2023 03:10:32 Progress (1): 403/571 kB error 03-Jan-2023 03:10:32 Progress (1): 407/571 kB error 03-Jan-2023 03:10:32 Progress (1): 411/571 kB error 03-Jan-2023 03:10:32 Progress (1): 415/571 kB error 03-Jan-2023 03:10:32 Progress (1): 419/571 kB error 03-Jan-2023 03:10:32 Progress (1): 421/571 kB error 03-Jan-2023 03:10:32 Progress (1): 425/571 kB error 03-Jan-2023 03:10:32 Progress (1): 429/571 kB error 03-Jan-2023 03:10:32 Progress (1): 433/571 kB error 03-Jan-2023 03:10:32 Progress (1): 438/571 kB error 03-Jan-2023 03:10:32 Progress (1): 442/571 kB error 03-Jan-2023 03:10:32 Progress (1): 446/571 kB error 03-Jan-2023 03:10:32 Progress (1): 450/571 kB error 03-Jan-2023 03:10:32 Progress (1): 454/571 kB error 03-Jan-2023 03:10:32 Progress (1): 456/571 kB error 03-Jan-2023 03:10:32 Progress (1): 460/571 kB error 03-Jan-2023 03:10:32 Progress (1): 464/571 kB error 03-Jan-2023 03:10:32 Progress (1): 468/571 kB error 03-Jan-2023 03:10:32 Progress (1): 472/571 kB error 03-Jan-2023 03:10:32 Progress (1): 476/571 kB error 03-Jan-2023 03:10:32 Progress (1): 481/571 kB error 03-Jan-2023 03:10:32 Progress (1): 485/571 kB error 03-Jan-2023 03:10:32 Progress (1): 489/571 kB error 03-Jan-2023 03:10:32 Progress (1): 491/571 kB error 03-Jan-2023 03:10:32 Progress (1): 495/571 kB error 03-Jan-2023 03:10:32 Progress (1): 499/571 kB error 03-Jan-2023 03:10:32 Progress (1): 503/571 kB error 03-Jan-2023 03:10:32 Progress (1): 507/571 kB error 03-Jan-2023 03:10:32 Progress (1): 511/571 kB error 03-Jan-2023 03:10:32 Progress (1): 515/571 kB error 03-Jan-2023 03:10:32 Progress (1): 519/571 kB error 03-Jan-2023 03:10:32 Progress (1): 524/571 kB error 03-Jan-2023 03:10:32 Progress (1): 528/571 kB error 03-Jan-2023 03:10:32 Progress (1): 532/571 kB error 03-Jan-2023 03:10:32 Progress (1): 536/571 kB error 03-Jan-2023 03:10:32 Progress (1): 539/571 kB error 03-Jan-2023 03:10:32 Progress (1): 543/571 kB error 03-Jan-2023 03:10:32 Progress (1): 547/571 kB error 03-Jan-2023 03:10:32 Progress (1): 551/571 kB error 03-Jan-2023 03:10:32 Progress (1): 555/571 kB error 03-Jan-2023 03:10:32 Progress (1): 557/571 kB error 03-Jan-2023 03:10:32 Progress (1): 561/571 kB error 03-Jan-2023 03:10:32 Progress (1): 566/571 kB error 03-Jan-2023 03:10:32 Progress (1): 570/571 kB error 03-Jan-2023 03:10:32 Progress (1): 571 kB error 03-Jan-2023 03:10:32 error 03-Jan-2023 03:10:32 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/dataexchange-omod/1.3.8/dataexchange-omod-1.3.8.jar (571 kB at 1.4 MB/s) error 03-Jan-2023 03:10:32 #21 74.67 [INFO] Configured Artifact: org.openmrs.module:appui-omod:1.16.0:jar error 03-Jan-2023 03:10:32 #21 74.67 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/appui-omod/1.16.0/appui-omod-1.16.0.pom error 03-Jan-2023 03:10:32 #21 74.78 Progress (1): 3.3/4.7 kB error 03-Jan-2023 03:10:32 Progress (1): 4.7 kB error 03-Jan-2023 03:10:32 error 03-Jan-2023 03:10:32 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/appui-omod/1.16.0/appui-omod-1.16.0.pom (4.7 kB at 21 kB/s) error 03-Jan-2023 03:10:32 #21 74.90 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/appui/1.16.0/appui-1.16.0.pom error 03-Jan-2023 03:10:32 #21 75.01 Progress (1): 3.3/9.6 kB error 03-Jan-2023 03:10:32 Progress (1): 6.1/9.6 kB error 03-Jan-2023 03:10:32 Progress (1): 8.9/9.6 kB error 03-Jan-2023 03:10:32 Progress (1): 9.6 kB error 03-Jan-2023 03:10:32 error 03-Jan-2023 03:10:32 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/appui/1.16.0/appui-1.16.0.pom (9.6 kB at 45 kB/s) error 03-Jan-2023 03:10:32 #21 75.12 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/appui-omod/1.16.0/appui-omod-1.16.0.jar error 03-Jan-2023 03:10:32 #21 75.38 Progress (1): 4.1/222 kB error 03-Jan-2023 03:10:32 Progress (1): 7.5/222 kB error 03-Jan-2023 03:10:32 Progress (1): 12/222 kB error 03-Jan-2023 03:10:32 Progress (1): 16/222 kB error 03-Jan-2023 03:10:32 Progress (1): 20/222 kB error 03-Jan-2023 03:10:32 Progress (1): 24/222 kB error 03-Jan-2023 03:10:32 Progress (1): 28/222 kB error 03-Jan-2023 03:10:32 Progress (1): 32/222 kB error 03-Jan-2023 03:10:32 Progress (1): 36/222 kB error 03-Jan-2023 03:10:32 Progress (1): 40/222 kB error 03-Jan-2023 03:10:32 Progress (1): 42/222 kB error 03-Jan-2023 03:10:32 Progress (1): 46/222 kB error 03-Jan-2023 03:10:32 Progress (1): 51/222 kB error 03-Jan-2023 03:10:32 Progress (1): 55/222 kB error 03-Jan-2023 03:10:32 Progress (1): 59/222 kB error 03-Jan-2023 03:10:32 Progress (1): 63/222 kB error 03-Jan-2023 03:10:32 Progress (1): 67/222 kB error 03-Jan-2023 03:10:32 Progress (1): 71/222 kB error 03-Jan-2023 03:10:32 Progress (1): 73/222 kB error 03-Jan-2023 03:10:32 Progress (1): 77/222 kB error 03-Jan-2023 03:10:32 Progress (1): 81/222 kB error 03-Jan-2023 03:10:32 Progress (1): 85/222 kB error 03-Jan-2023 03:10:32 Progress (1): 89/222 kB error 03-Jan-2023 03:10:32 Progress (1): 94/222 kB error 03-Jan-2023 03:10:32 Progress (1): 98/222 kB error 03-Jan-2023 03:10:32 Progress (1): 102/222 kB error 03-Jan-2023 03:10:32 Progress (1): 106/222 kB error 03-Jan-2023 03:10:32 Progress (1): 108/222 kB error 03-Jan-2023 03:10:32 Progress (1): 112/222 kB error 03-Jan-2023 03:10:32 Progress (1): 116/222 kB error 03-Jan-2023 03:10:32 Progress (1): 120/222 kB error 03-Jan-2023 03:10:32 Progress (1): 124/222 kB error 03-Jan-2023 03:10:32 Progress (1): 128/222 kB error 03-Jan-2023 03:10:32 Progress (1): 132/222 kB error 03-Jan-2023 03:10:32 Progress (1): 137/222 kB error 03-Jan-2023 03:10:32 Progress (1): 141/222 kB error 03-Jan-2023 03:10:32 Progress (1): 145/222 kB error 03-Jan-2023 03:10:32 Progress (1): 149/222 kB error 03-Jan-2023 03:10:32 Progress (1): 151/222 kB error 03-Jan-2023 03:10:32 Progress (1): 155/222 kB error 03-Jan-2023 03:10:32 Progress (1): 159/222 kB error 03-Jan-2023 03:10:32 Progress (1): 163/222 kB error 03-Jan-2023 03:10:32 Progress (1): 168/222 kB error 03-Jan-2023 03:10:32 Progress (1): 172/222 kB error 03-Jan-2023 03:10:32 Progress (1): 176/222 kB error 03-Jan-2023 03:10:32 Progress (1): 180/222 kB error 03-Jan-2023 03:10:32 Progress (1): 184/222 kB error 03-Jan-2023 03:10:32 Progress (1): 186/222 kB error 03-Jan-2023 03:10:32 Progress (1): 188/222 kB error 03-Jan-2023 03:10:32 Progress (1): 192/222 kB error 03-Jan-2023 03:10:32 Progress (1): 197/222 kB error 03-Jan-2023 03:10:32 Progress (1): 201/222 kB error 03-Jan-2023 03:10:32 Progress (1): 205/222 kB error 03-Jan-2023 03:10:32 Progress (1): 209/222 kB error 03-Jan-2023 03:10:32 Progress (1): 213/222 kB error 03-Jan-2023 03:10:32 Progress (1): 215/222 kB error 03-Jan-2023 03:10:32 Progress (1): 219/222 kB error 03-Jan-2023 03:10:32 Progress (1): 222 kB error 03-Jan-2023 03:10:32 error 03-Jan-2023 03:10:33 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/appui-omod/1.16.0/appui-omod-1.16.0.jar (222 kB at 554 kB/s) error 03-Jan-2023 03:10:33 #21 75.52 [INFO] Configured Artifact: org.openmrs.module:allergyui-omod:1.8.5:jar error 03-Jan-2023 03:10:33 #21 75.53 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/allergyui-omod/1.8.5/allergyui-omod-1.8.5.pom error 03-Jan-2023 03:10:33 #21 75.63 Progress (1): 3.3/8.2 kB error 03-Jan-2023 03:10:33 Progress (1): 6.1/8.2 kB error 03-Jan-2023 03:10:33 Progress (1): 8.2 kB error 03-Jan-2023 03:10:33 error 03-Jan-2023 03:10:33 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/allergyui-omod/1.8.5/allergyui-omod-1.8.5.pom (8.2 kB at 37 kB/s) error 03-Jan-2023 03:10:33 #21 75.75 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/allergyui/1.8.5/allergyui-1.8.5.pom error 03-Jan-2023 03:10:33 #21 75.86 Progress (1): 3.3/5.1 kB error 03-Jan-2023 03:10:33 Progress (1): 5.1 kB error 03-Jan-2023 03:10:33 error 03-Jan-2023 03:10:33 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/allergyui/1.8.5/allergyui-1.8.5.pom (5.1 kB at 23 kB/s) error 03-Jan-2023 03:10:33 #21 75.97 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/allergyui-omod/1.8.5/allergyui-omod-1.8.5.jar error 03-Jan-2023 03:10:33 #21 76.08 Progress (1): 3.3/75 kB error 03-Jan-2023 03:10:33 Progress (1): 6.1/75 kB error 03-Jan-2023 03:10:33 Progress (1): 8.9/75 kB error 03-Jan-2023 03:10:33 Progress (1): 12/75 kB error 03-Jan-2023 03:10:33 Progress (1): 15/75 kB error 03-Jan-2023 03:10:33 Progress (1): 17/75 kB error 03-Jan-2023 03:10:33 Progress (1): 20/75 kB error 03-Jan-2023 03:10:33 Progress (1): 23/75 kB error 03-Jan-2023 03:10:33 Progress (1): 26/75 kB error 03-Jan-2023 03:10:33 Progress (1): 29/75 kB error 03-Jan-2023 03:10:33 Progress (1): 31/75 kB error 03-Jan-2023 03:10:33 Progress (1): 34/75 kB error 03-Jan-2023 03:10:33 Progress (1): 37/75 kB error 03-Jan-2023 03:10:33 Progress (1): 40/75 kB error 03-Jan-2023 03:10:33 Progress (1): 43/75 kB error 03-Jan-2023 03:10:33 Progress (1): 45/75 kB error 03-Jan-2023 03:10:33 Progress (1): 48/75 kB error 03-Jan-2023 03:10:33 Progress (1): 51/75 kB error 03-Jan-2023 03:10:33 Progress (1): 54/75 kB error 03-Jan-2023 03:10:33 Progress (1): 56/75 kB error 03-Jan-2023 03:10:33 Progress (1): 59/75 kB error 03-Jan-2023 03:10:33 Progress (1): 62/75 kB error 03-Jan-2023 03:10:33 Progress (1): 65/75 kB error 03-Jan-2023 03:10:33 Progress (1): 68/75 kB error 03-Jan-2023 03:10:33 Progress (1): 70/75 kB error 03-Jan-2023 03:10:33 Progress (1): 73/75 kB error 03-Jan-2023 03:10:33 Progress (1): 75 kB error 03-Jan-2023 03:10:33 error 03-Jan-2023 03:10:33 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/allergyui-omod/1.8.5/allergyui-omod-1.8.5.jar (75 kB at 325 kB/s) error 03-Jan-2023 03:10:33 #21 76.21 [INFO] Configured Artifact: org.openmrs.module:providermanagement-omod:2.14.0:jar error 03-Jan-2023 03:10:33 #21 76.21 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/providermanagement-omod/2.14.0/providermanagement-omod-2.14.0.pom error 03-Jan-2023 03:10:33 #21 76.32 Progress (1): 3.3/6.8 kB error 03-Jan-2023 03:10:33 Progress (1): 6.1/6.8 kB error 03-Jan-2023 03:10:33 Progress (1): 6.8 kB error 03-Jan-2023 03:10:33 error 03-Jan-2023 03:10:33 #21 ... error 03-Jan-2023 03:10:33 error 03-Jan-2023 03:10:33 #18 [linux/arm64 dev 4/4] RUN mvn -s /usr/share/maven/ref/settings-docker.xml install error 03-Jan-2023 03:10:33 #18 66.73 Progress (1): 3.0 kB error 03-Jan-2023 03:10:33 error 03-Jan-2023 03:10:33 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/com/fasterxml/jackson/module/jackson-modules-java8/2.13.0/jackson-modules-java8-2.13.0.pom (3.0 kB at 2.7 kB/s) error 03-Jan-2023 03:10:33 #18 66.91 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/com/fasterxml/jackson/jackson-base/2.13.0/jackson-base-2.13.0.pom error 03-Jan-2023 03:10:33 #18 67.04 Progress (1): 3.3/9.7 kB error 03-Jan-2023 03:10:33 Progress (1): 6.1/9.7 kB error 03-Jan-2023 03:10:33 Progress (1): 8.9/9.7 kB error 03-Jan-2023 03:10:33 Progress (1): 9.7 kB error 03-Jan-2023 03:10:33 error 03-Jan-2023 03:10:33 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/com/fasterxml/jackson/jackson-base/2.13.0/jackson-base-2.13.0.pom (9.7 kB at 34 kB/s) error 03-Jan-2023 03:10:33 #18 67.23 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/com/fasterxml/jackson/jackson-bom/2.13.0/jackson-bom-2.13.0.pom error 03-Jan-2023 03:10:33 #18 67.35 Progress (1): 3.3/17 kB error 03-Jan-2023 03:10:33 Progress (1): 6.1/17 kB error 03-Jan-2023 03:10:33 Progress (1): 8.9/17 kB error 03-Jan-2023 03:10:33 Progress (1): 12/17 kB error 03-Jan-2023 03:10:33 Progress (1): 15/17 kB error 03-Jan-2023 03:10:33 Progress (1): 17 kB error 03-Jan-2023 03:10:33 error 03-Jan-2023 03:10:33 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/com/fasterxml/jackson/jackson-bom/2.13.0/jackson-bom-2.13.0.pom (17 kB at 63 kB/s) error 03-Jan-2023 03:10:33 #18 67.75 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/net/sf/ehcache/ehcache/2.10.9.2/ehcache-2.10.9.2.pom error 03-Jan-2023 03:10:33 #18 67.91 Progress (1): 3.3/19 kB error 03-Jan-2023 03:10:33 Progress (1): 6.1/19 kB error 03-Jan-2023 03:10:33 Progress (1): 8.9/19 kB error 03-Jan-2023 03:10:33 Progress (1): 12/19 kB error 03-Jan-2023 03:10:33 Progress (1): 15/19 kB error 03-Jan-2023 03:10:33 Progress (1): 17/19 kB error 03-Jan-2023 03:10:33 Progress (1): 19 kB error 03-Jan-2023 03:10:33 error 03-Jan-2023 03:10:33 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/net/sf/ehcache/ehcache/2.10.9.2/ehcache-2.10.9.2.pom (19 kB at 62 kB/s) error 03-Jan-2023 03:10:33 #18 68.07 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/net/sf/ehcache/ehcache-root/2.10.9.2/ehcache-root-2.10.9.2.pom error 03-Jan-2023 03:10:33 #18 68.20 Progress (1): 3.3/16 kB error 03-Jan-2023 03:10:33 Progress (1): 6.1/16 kB error 03-Jan-2023 03:10:33 Progress (1): 8.9/16 kB error 03-Jan-2023 03:10:33 Progress (1): 12/16 kB error 03-Jan-2023 03:10:33 Progress (1): 15/16 kB error 03-Jan-2023 03:10:33 Progress (1): 16 kB error 03-Jan-2023 03:10:33 error 03-Jan-2023 03:10:33 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/net/sf/ehcache/ehcache-root/2.10.9.2/ehcache-root-2.10.9.2.pom (16 kB at 61 kB/s) error 03-Jan-2023 03:10:33 #18 68.36 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/net/sf/ehcache/ehcache-parent/2.25/ehcache-parent-2.25.pom error 03-Jan-2023 03:10:33 #18 68.49 Progress (1): 3.3/13 kB error 03-Jan-2023 03:10:33 Progress (1): 6.1/13 kB error 03-Jan-2023 03:10:33 Progress (1): 8.9/13 kB error 03-Jan-2023 03:10:33 Progress (1): 12/13 kB error 03-Jan-2023 03:10:33 Progress (1): 13 kB error 03-Jan-2023 03:10:33 error 03-Jan-2023 03:10:33 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/net/sf/ehcache/ehcache-parent/2.25/ehcache-parent-2.25.pom (13 kB at 43 kB/s) error 03-Jan-2023 03:10:33 #18 68.84 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/aspectj/aspectjrt/1.9.7/aspectjrt-1.9.7.pom error 03-Jan-2023 03:10:33 #18 68.96 Progress (1): 2.0 kB error 03-Jan-2023 03:10:33 error 03-Jan-2023 03:10:33 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/aspectj/aspectjrt/1.9.7/aspectjrt-1.9.7.pom (2.0 kB at 7.4 kB/s) error 03-Jan-2023 03:10:33 #18 69.16 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/aspectj/aspectjweaver/1.9.7/aspectjweaver-1.9.7.pom error 03-Jan-2023 03:10:33 #18 69.31 Progress (1): 2.1 kB error 03-Jan-2023 03:10:33 error 03-Jan-2023 03:10:33 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/aspectj/aspectjweaver/1.9.7/aspectjweaver-1.9.7.pom (2.1 kB at 7.1 kB/s) error 03-Jan-2023 03:10:33 #18 69.51 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/joda-time/joda-time/2.10.12/joda-time-2.10.12.pom error 03-Jan-2023 03:10:33 #18 69.67 Progress (1): 3.3/37 kB error 03-Jan-2023 03:10:33 Progress (1): 6.1/37 kB error 03-Jan-2023 03:10:33 Progress (1): 8.9/37 kB error 03-Jan-2023 03:10:33 Progress (1): 12/37 kB error 03-Jan-2023 03:10:33 Progress (1): 15/37 kB error 03-Jan-2023 03:10:33 Progress (1): 17/37 kB error 03-Jan-2023 03:10:33 Progress (1): 20/37 kB error 03-Jan-2023 03:10:33 Progress (1): 23/37 kB error 03-Jan-2023 03:10:33 Progress (1): 26/37 kB error 03-Jan-2023 03:10:33 Progress (1): 29/37 kB error 03-Jan-2023 03:10:33 Progress (1): 31/37 kB error 03-Jan-2023 03:10:33 Progress (1): 34/37 kB error 03-Jan-2023 03:10:33 Progress (1): 37/37 kB error 03-Jan-2023 03:10:33 Progress (1): 37 kB error 03-Jan-2023 03:10:33 error 03-Jan-2023 03:10:33 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/joda-time/joda-time/2.10.12/joda-time-2.10.12.pom (37 kB at 99 kB/s) error 03-Jan-2023 03:10:33 #18 70.05 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/jakarta/xml/bind/jakarta.xml.bind-api/3.0.1/jakarta.xml.bind-api-3.0.1.pom error 03-Jan-2023 03:10:33 #18 70.17 Progress (1): 3.3/13 kB error 03-Jan-2023 03:10:33 Progress (1): 6.1/13 kB error 03-Jan-2023 03:10:33 Progress (1): 8.9/13 kB error 03-Jan-2023 03:10:33 Progress (1): 12/13 kB error 03-Jan-2023 03:10:33 Progress (1): 13 kB error 03-Jan-2023 03:10:33 error 03-Jan-2023 03:10:33 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/jakarta/xml/bind/jakarta.xml.bind-api/3.0.1/jakarta.xml.bind-api-3.0.1.pom (13 kB at 52 kB/s) error 03-Jan-2023 03:10:33 #18 70.33 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/jakarta/xml/bind/jakarta.xml.bind-api-parent/3.0.1/jakarta.xml.bind-api-parent-3.0.1.pom error 03-Jan-2023 03:10:33 #18 70.50 Progress (1): 3.3/9.5 kB error 03-Jan-2023 03:10:33 Progress (1): 6.1/9.5 kB error 03-Jan-2023 03:10:33 Progress (1): 8.9/9.5 kB error 03-Jan-2023 03:10:33 Progress (1): 9.5 kB error 03-Jan-2023 03:10:33 error 03-Jan-2023 03:10:33 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/jakarta/xml/bind/jakarta.xml.bind-api-parent/3.0.1/jakarta.xml.bind-api-parent-3.0.1.pom (9.5 kB at 25 kB/s) error 03-Jan-2023 03:10:33 #18 70.88 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/com/sun/activation/jakarta.activation/2.0.1/jakarta.activation-2.0.1.pom error 03-Jan-2023 03:10:33 #18 71.05 Progress (1): 2.0 kB error 03-Jan-2023 03:10:33 error 03-Jan-2023 03:10:33 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/com/sun/activation/jakarta.activation/2.0.1/jakarta.activation-2.0.1.pom (2.0 kB at 6.6 kB/s) error 03-Jan-2023 03:10:33 #18 71.20 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/com/sun/activation/all/2.0.1/all-2.0.1.pom error 03-Jan-2023 03:10:33 #18 71.34 Progress (1): 3.3/23 kB error 03-Jan-2023 03:10:33 Progress (1): 6.1/23 kB error 03-Jan-2023 03:10:33 Progress (1): 8.9/23 kB error 03-Jan-2023 03:10:33 Progress (1): 12/23 kB error 03-Jan-2023 03:10:33 Progress (1): 15/23 kB error 03-Jan-2023 03:10:33 Progress (1): 17/23 kB error 03-Jan-2023 03:10:33 Progress (1): 20/23 kB error 03-Jan-2023 03:10:33 Progress (1): 23 kB error 03-Jan-2023 03:10:33 error 03-Jan-2023 03:10:33 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/com/sun/activation/all/2.0.1/all-2.0.1.pom (23 kB at 80 kB/s) error 03-Jan-2023 03:10:33 #18 71.51 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/com/sun/xml/bind/jaxb-impl/3.0.2/jaxb-impl-3.0.2.pom error 03-Jan-2023 03:10:33 #18 71.64 Progress (1): 3.3/13 kB error 03-Jan-2023 03:10:33 Progress (1): 6.1/13 kB error 03-Jan-2023 03:10:33 Progress (1): 8.9/13 kB error 03-Jan-2023 03:10:33 Progress (1): 12/13 kB error 03-Jan-2023 03:10:33 Progress (1): 13 kB error 03-Jan-2023 03:10:33 error 03-Jan-2023 03:10:33 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/com/sun/xml/bind/jaxb-impl/3.0.2/jaxb-impl-3.0.2.pom (13 kB at 48 kB/s) error 03-Jan-2023 03:10:33 #18 71.83 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/com/sun/xml/bind/mvn/jaxb-bundles/3.0.2/jaxb-bundles-3.0.2.pom error 03-Jan-2023 03:10:33 #18 71.97 Progress (1): 1.3 kB error 03-Jan-2023 03:10:33 error 03-Jan-2023 03:10:33 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/com/sun/xml/bind/mvn/jaxb-bundles/3.0.2/jaxb-bundles-3.0.2.pom (1.3 kB at 5.1 kB/s) error 03-Jan-2023 03:10:33 #18 72.11 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/com/sun/xml/bind/mvn/jaxb-parent/3.0.2/jaxb-parent-3.0.2.pom error 03-Jan-2023 03:10:33 #18 72.23 Progress (1): 3.3/29 kB error 03-Jan-2023 03:10:33 Progress (1): 6.1/29 kB error 03-Jan-2023 03:10:33 Progress (1): 8.9/29 kB error 03-Jan-2023 03:10:33 Progress (1): 12/29 kB error 03-Jan-2023 03:10:33 Progress (1): 15/29 kB error 03-Jan-2023 03:10:33 Progress (1): 17/29 kB error 03-Jan-2023 03:10:33 Progress (1): 20/29 kB error 03-Jan-2023 03:10:33 Progress (1): 23/29 kB error 03-Jan-2023 03:10:33 Progress (1): 26/29 kB error 03-Jan-2023 03:10:33 Progress (1): 29/29 kB error 03-Jan-2023 03:10:33 Progress (1): 29 kB error 03-Jan-2023 03:10:33 error 03-Jan-2023 03:10:33 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/com/sun/xml/bind/mvn/jaxb-parent/3.0.2/jaxb-parent-3.0.2.pom (29 kB at 106 kB/s) error 03-Jan-2023 03:10:33 #18 72.40 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/com/sun/xml/bind/jaxb-bom-ext/3.0.2/jaxb-bom-ext-3.0.2.pom error 03-Jan-2023 03:10:33 #18 72.53 Progress (1): 3.3/3.5 kB error 03-Jan-2023 03:10:33 Progress (1): 3.5 kB error 03-Jan-2023 03:10:33 error 03-Jan-2023 03:10:33 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/com/sun/xml/bind/jaxb-bom-ext/3.0.2/jaxb-bom-ext-3.0.2.pom (3.5 kB at 14 kB/s) error 03-Jan-2023 03:10:33 #18 72.66 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/glassfish/jaxb/jaxb-bom/3.0.2/jaxb-bom-3.0.2.pom error 03-Jan-2023 03:10:33 #18 72.78 Progress (1): 3.3/10 kB error 03-Jan-2023 03:10:33 Progress (1): 6.1/10 kB error 03-Jan-2023 03:10:33 Progress (1): 8.9/10 kB error 03-Jan-2023 03:10:33 Progress (1): 10 kB error 03-Jan-2023 03:10:33 error 03-Jan-2023 03:10:33 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/glassfish/jaxb/jaxb-bom/3.0.2/jaxb-bom-3.0.2.pom (10 kB at 42 kB/s) error 03-Jan-2023 03:10:33 #18 72.93 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/com/sun/xml/bind/jaxb-core/3.0.2/jaxb-core-3.0.2.pom error 03-Jan-2023 03:10:33 #18 73.06 Progress (1): 3.3/13 kB error 03-Jan-2023 03:10:33 Progress (1): 6.1/13 kB error 03-Jan-2023 03:10:33 Progress (1): 8.9/13 kB error 03-Jan-2023 03:10:33 Progress (1): 12/13 kB error 03-Jan-2023 03:10:33 Progress (1): 13 kB error 03-Jan-2023 03:10:33 error 03-Jan-2023 03:10:33 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/com/sun/xml/bind/jaxb-core/3.0.2/jaxb-core-3.0.2.pom (13 kB at 52 kB/s) error 03-Jan-2023 03:10:33 #18 73.60 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/test/openmrs-test/2.5.8/openmrs-test-2.5.8.pom error 03-Jan-2023 03:10:33 #18 73.72 Progress (1): 3.2 kB error 03-Jan-2023 03:10:33 error 03-Jan-2023 03:10:33 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/test/openmrs-test/2.5.8/openmrs-test-2.5.8.pom (3.2 kB at 13 kB/s) error 03-Jan-2023 03:10:33 #18 73.91 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/springframework/spring-test/5.2.14.RELEASE/spring-test-5.2.14.RELEASE.pom error 03-Jan-2023 03:10:33 #18 74.03 Progress (1): 1.7 kB error 03-Jan-2023 03:10:33 error 03-Jan-2023 03:10:33 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/springframework/spring-test/5.2.14.RELEASE/spring-test-5.2.14.RELEASE.pom (1.7 kB at 6.9 kB/s) error 03-Jan-2023 03:10:33 #18 74.33 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/junit/jupiter/junit-jupiter-api/5.8.1/junit-jupiter-api-5.8.1.pom error 03-Jan-2023 03:10:33 #18 74.46 Progress (1): 3.2 kB error 03-Jan-2023 03:10:33 error 03-Jan-2023 03:10:33 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/junit/jupiter/junit-jupiter-api/5.8.1/junit-jupiter-api-5.8.1.pom (3.2 kB at 12 kB/s) error 03-Jan-2023 03:10:33 #18 74.77 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/junit/platform/junit-platform-commons/1.8.1/junit-platform-commons-1.8.1.pom error 03-Jan-2023 03:10:33 #18 74.98 Progress (1): 2.8 kB error 03-Jan-2023 03:10:33 error 03-Jan-2023 03:10:33 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/junit/platform/junit-platform-commons/1.8.1/junit-platform-commons-1.8.1.pom (2.8 kB at 8.3 kB/s) error 03-Jan-2023 03:10:33 #18 75.20 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/junit/jupiter/junit-jupiter-engine/5.8.1/junit-jupiter-engine-5.8.1.pom error 03-Jan-2023 03:10:33 #18 75.36 Progress (1): 3.2 kB error 03-Jan-2023 03:10:33 error 03-Jan-2023 03:10:33 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/junit/jupiter/junit-jupiter-engine/5.8.1/junit-jupiter-engine-5.8.1.pom (3.2 kB at 10 kB/s) error 03-Jan-2023 03:10:33 #18 75.55 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/junit/platform/junit-platform-engine/1.8.1/junit-platform-engine-1.8.1.pom error 03-Jan-2023 03:10:33 #18 75.76 Progress (1): 3.2 kB error 03-Jan-2023 03:10:33 error 03-Jan-2023 03:10:33 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/junit/platform/junit-platform-engine/1.8.1/junit-platform-engine-1.8.1.pom (3.2 kB at 8.3 kB/s) error 03-Jan-2023 03:10:33 #18 76.00 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/junit/vintage/junit-vintage-engine/5.8.1/junit-vintage-engine-5.8.1.pom error 03-Jan-2023 03:10:33 #18 76.52 Progress (1): 3.2 kB error 03-Jan-2023 03:10:33 error 03-Jan-2023 03:10:33 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/junit/vintage/junit-vintage-engine/5.8.1/junit-vintage-engine-5.8.1.pom (3.2 kB at 4.4 kB/s) error 03-Jan-2023 03:10:34 #18 77.08 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/dbunit/dbunit/2.7.2/dbunit-2.7.2.pom error 03-Jan-2023 03:10:34 #18 77.23 Progress (1): 3.3/59 kB error 03-Jan-2023 03:10:34 Progress (1): 6.1/59 kB error 03-Jan-2023 03:10:34 Progress (1): 8.9/59 kB error 03-Jan-2023 03:10:34 Progress (1): 12/59 kB error 03-Jan-2023 03:10:34 Progress (1): 15/59 kB error 03-Jan-2023 03:10:34 Progress (1): 17/59 kB error 03-Jan-2023 03:10:34 Progress (1): 20/59 kB error 03-Jan-2023 03:10:34 Progress (1): 23/59 kB error 03-Jan-2023 03:10:34 Progress (1): 26/59 kB error 03-Jan-2023 03:10:34 Progress (1): 29/59 kB error 03-Jan-2023 03:10:34 Progress (1): 31/59 kB error 03-Jan-2023 03:10:34 Progress (1): 34/59 kB error 03-Jan-2023 03:10:34 Progress (1): 37/59 kB error 03-Jan-2023 03:10:34 Progress (1): 40/59 kB error 03-Jan-2023 03:10:34 Progress (1): 43/59 kB error 03-Jan-2023 03:10:34 Progress (1): 45/59 kB error 03-Jan-2023 03:10:34 #18 ... error 03-Jan-2023 03:10:34 error 03-Jan-2023 03:10:34 #21 [linux/amd64 dev 4/4] RUN mvn -s /usr/share/maven/ref/settings-docker.xml install error 03-Jan-2023 03:10:34 #21 76.32 Progress (1): 3.3/6.8 kB error 03-Jan-2023 03:10:34 Progress (1): 6.1/6.8 kB error 03-Jan-2023 03:10:34 Progress (1): 6.8 kB error 03-Jan-2023 03:10:34 error 03-Jan-2023 03:10:34 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/providermanagement-omod/2.14.0/providermanagement-omod-2.14.0.pom (6.8 kB at 31 kB/s) error 03-Jan-2023 03:10:34 #21 76.43 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/providermanagement/2.14.0/providermanagement-2.14.0.pom error 03-Jan-2023 03:10:34 #21 76.54 Progress (1): 3.3/5.3 kB error 03-Jan-2023 03:10:34 Progress (1): 5.3 kB error 03-Jan-2023 03:10:34 error 03-Jan-2023 03:10:34 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/providermanagement/2.14.0/providermanagement-2.14.0.pom (5.3 kB at 24 kB/s) error 03-Jan-2023 03:10:34 #21 76.65 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/providermanagement-omod/2.14.0/providermanagement-omod-2.14.0.jar error 03-Jan-2023 03:10:34 #21 76.91 Progress (1): 3.4/235 kB error 03-Jan-2023 03:10:34 Progress (1): 7.5/235 kB error 03-Jan-2023 03:10:34 Progress (1): 12/235 kB error 03-Jan-2023 03:10:34 Progress (1): 16/235 kB error 03-Jan-2023 03:10:34 Progress (1): 20/235 kB error 03-Jan-2023 03:10:34 Progress (1): 24/235 kB error 03-Jan-2023 03:10:34 Progress (1): 28/235 kB error 03-Jan-2023 03:10:34 Progress (1): 32/235 kB error 03-Jan-2023 03:10:34 Progress (1): 36/235 kB error 03-Jan-2023 03:10:34 Progress (1): 38/235 kB error 03-Jan-2023 03:10:34 Progress (1): 42/235 kB error 03-Jan-2023 03:10:34 Progress (1): 46/235 kB error 03-Jan-2023 03:10:34 Progress (1): 51/235 kB error 03-Jan-2023 03:10:34 Progress (1): 55/235 kB error 03-Jan-2023 03:10:34 Progress (1): 59/235 kB error 03-Jan-2023 03:10:34 Progress (1): 63/235 kB error 03-Jan-2023 03:10:34 Progress (1): 67/235 kB error 03-Jan-2023 03:10:34 Progress (1): 71/235 kB error 03-Jan-2023 03:10:34 Progress (1): 73/235 kB error 03-Jan-2023 03:10:34 Progress (1): 77/235 kB error 03-Jan-2023 03:10:34 Progress (1): 81/235 kB error 03-Jan-2023 03:10:34 Progress (1): 85/235 kB error 03-Jan-2023 03:10:34 Progress (1): 89/235 kB error 03-Jan-2023 03:10:34 Progress (1): 94/235 kB error 03-Jan-2023 03:10:34 Progress (1): 98/235 kB error 03-Jan-2023 03:10:34 Progress (1): 102/235 kB error 03-Jan-2023 03:10:34 Progress (1): 106/235 kB error 03-Jan-2023 03:10:34 Progress (1): 108/235 kB error 03-Jan-2023 03:10:34 Progress (1): 112/235 kB error 03-Jan-2023 03:10:34 Progress (1): 116/235 kB error 03-Jan-2023 03:10:34 Progress (1): 120/235 kB error 03-Jan-2023 03:10:34 Progress (1): 124/235 kB error 03-Jan-2023 03:10:34 Progress (1): 128/235 kB error 03-Jan-2023 03:10:34 Progress (1): 132/235 kB error 03-Jan-2023 03:10:34 Progress (1): 137/235 kB error 03-Jan-2023 03:10:34 Progress (1): 141/235 kB error 03-Jan-2023 03:10:34 Progress (1): 143/235 kB error 03-Jan-2023 03:10:34 Progress (1): 147/235 kB error 03-Jan-2023 03:10:34 Progress (1): 151/235 kB error 03-Jan-2023 03:10:34 Progress (1): 155/235 kB error 03-Jan-2023 03:10:34 Progress (1): 159/235 kB error 03-Jan-2023 03:10:34 Progress (1): 163/235 kB error 03-Jan-2023 03:10:34 Progress (1): 167/235 kB error 03-Jan-2023 03:10:34 Progress (1): 171/235 kB error 03-Jan-2023 03:10:34 Progress (1): 175/235 kB error 03-Jan-2023 03:10:34 Progress (1): 177/235 kB error 03-Jan-2023 03:10:34 Progress (1): 182/235 kB error 03-Jan-2023 03:10:34 Progress (1): 186/235 kB error 03-Jan-2023 03:10:34 Progress (1): 188/235 kB error 03-Jan-2023 03:10:34 Progress (1): 192/235 kB error 03-Jan-2023 03:10:34 Progress (1): 197/235 kB error 03-Jan-2023 03:10:34 Progress (1): 201/235 kB error 03-Jan-2023 03:10:34 Progress (1): 205/235 kB error 03-Jan-2023 03:10:34 Progress (1): 209/235 kB error 03-Jan-2023 03:10:34 Progress (1): 213/235 kB error 03-Jan-2023 03:10:34 Progress (1): 217/235 kB error 03-Jan-2023 03:10:34 Progress (1): 221/235 kB error 03-Jan-2023 03:10:34 Progress (1): 224/235 kB error 03-Jan-2023 03:10:34 Progress (1): 228/235 kB error 03-Jan-2023 03:10:34 Progress (1): 233/235 kB error 03-Jan-2023 03:10:34 Progress (1): 235 kB error 03-Jan-2023 03:10:34 error 03-Jan-2023 03:10:34 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/providermanagement-omod/2.14.0/providermanagement-omod-2.14.0.jar (235 kB at 584 kB/s) error 03-Jan-2023 03:10:34 #21 77.05 [INFO] Configured Artifact: org.openmrs.module:appointmentschedulingui-omod:1.14.0:jar error 03-Jan-2023 03:10:34 #21 77.05 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/appointmentschedulingui-omod/1.14.0/appointmentschedulingui-omod-1.14.0.pom error 03-Jan-2023 03:10:34 #21 77.16 Progress (1): 3.3/9.9 kB error 03-Jan-2023 03:10:34 Progress (1): 6.1/9.9 kB error 03-Jan-2023 03:10:34 Progress (1): 8.9/9.9 kB error 03-Jan-2023 03:10:34 Progress (1): 9.9 kB error 03-Jan-2023 03:10:34 error 03-Jan-2023 03:10:34 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/appointmentschedulingui-omod/1.14.0/appointmentschedulingui-omod-1.14.0.pom (9.9 kB at 44 kB/s) error 03-Jan-2023 03:10:34 #21 77.28 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/appointmentschedulingui/1.14.0/appointmentschedulingui-1.14.0.pom error 03-Jan-2023 03:10:34 #21 77.39 Progress (1): 3.3/12 kB error 03-Jan-2023 03:10:34 Progress (1): 6.1/12 kB error 03-Jan-2023 03:10:34 Progress (1): 8.9/12 kB error 03-Jan-2023 03:10:34 Progress (1): 12/12 kB error 03-Jan-2023 03:10:34 Progress (1): 12 kB error 03-Jan-2023 03:10:34 error 03-Jan-2023 03:10:34 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/appointmentschedulingui/1.14.0/appointmentschedulingui-1.14.0.pom (12 kB at 55 kB/s) error 03-Jan-2023 03:10:35 #21 77.50 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/appointmentschedulingui-omod/1.14.0/appointmentschedulingui-omod-1.14.0.jar error 03-Jan-2023 03:10:35 #21 77.81 Progress (1): 0/5.1 MB error 03-Jan-2023 03:10:35 Progress (1): 0.1/5.1 MB error 03-Jan-2023 03:10:35 Progress (1): 0.1/5.1 MB error 03-Jan-2023 03:10:35 Progress (1): 0.1/5.1 MB error 03-Jan-2023 03:10:35 Progress (1): 0.1/5.1 MB error 03-Jan-2023 03:10:35 Progress (1): 0.2/5.1 MB error 03-Jan-2023 03:10:35 Progress (1): 0.2/5.1 MB error 03-Jan-2023 03:10:35 Progress (1): 0.2/5.1 MB error 03-Jan-2023 03:10:35 Progress (1): 0.2/5.1 MB error 03-Jan-2023 03:10:35 Progress (1): 0.3/5.1 MB error 03-Jan-2023 03:10:35 Progress (1): 0.3/5.1 MB error 03-Jan-2023 03:10:35 Progress (1): 0.3/5.1 MB error 03-Jan-2023 03:10:35 Progress (1): 0.3/5.1 MB error 03-Jan-2023 03:10:35 Progress (1): 0.4/5.1 MB error 03-Jan-2023 03:10:35 Progress (1): 0.4/5.1 MB error 03-Jan-2023 03:10:35 Progress (1): 0.4/5.1 MB error 03-Jan-2023 03:10:35 Progress (1): 0.4/5.1 MB error 03-Jan-2023 03:10:35 Progress (1): 0.5/5.1 MB error 03-Jan-2023 03:10:35 Progress (1): 0.5/5.1 MB error 03-Jan-2023 03:10:35 Progress (1): 0.5/5.1 MB error 03-Jan-2023 03:10:35 Progress (1): 0.6/5.1 MB error 03-Jan-2023 03:10:35 Progress (1): 0.6/5.1 MB error 03-Jan-2023 03:10:35 Progress (1): 0.6/5.1 MB error 03-Jan-2023 03:10:35 Progress (1): 0.6/5.1 MB error 03-Jan-2023 03:10:35 Progress (1): 0.7/5.1 MB error 03-Jan-2023 03:10:35 Progress (1): 0.7/5.1 MB error 03-Jan-2023 03:10:35 Progress (1): 0.7/5.1 MB error 03-Jan-2023 03:10:35 Progress (1): 0.7/5.1 MB error 03-Jan-2023 03:10:35 Progress (1): 0.8/5.1 MB error 03-Jan-2023 03:10:35 Progress (1): 0.8/5.1 MB error 03-Jan-2023 03:10:35 Progress (1): 0.8/5.1 MB error 03-Jan-2023 03:10:35 Progress (1): 0.9/5.1 MB error 03-Jan-2023 03:10:35 Progress (1): 0.9/5.1 MB error 03-Jan-2023 03:10:35 Progress (1): 0.9/5.1 MB error 03-Jan-2023 03:10:35 Progress (1): 0.9/5.1 MB error 03-Jan-2023 03:10:35 Progress (1): 1.0/5.1 MB error 03-Jan-2023 03:10:35 Progress (1): 1.0/5.1 MB error 03-Jan-2023 03:10:35 Progress (1): 1.0/5.1 MB error 03-Jan-2023 03:10:35 Progress (1): 1.0/5.1 MB error 03-Jan-2023 03:10:35 Progress (1): 1.1/5.1 MB error 03-Jan-2023 03:10:35 Progress (1): 1.1/5.1 MB error 03-Jan-2023 03:10:35 Progress (1): 1.1/5.1 MB error 03-Jan-2023 03:10:35 Progress (1): 1.1/5.1 MB error 03-Jan-2023 03:10:35 Progress (1): 1.2/5.1 MB error 03-Jan-2023 03:10:35 Progress (1): 1.2/5.1 MB error 03-Jan-2023 03:10:35 Progress (1): 1.2/5.1 MB error 03-Jan-2023 03:10:35 Progress (1): 1.2/5.1 MB error 03-Jan-2023 03:10:35 Progress (1): 1.3/5.1 MB error 03-Jan-2023 03:10:35 Progress (1): 1.3/5.1 MB error 03-Jan-2023 03:10:35 Progress (1): 1.3/5.1 MB error 03-Jan-2023 03:10:35 Progress (1): 1.3/5.1 MB error 03-Jan-2023 03:10:35 Progress (1): 1.4/5.1 MB error 03-Jan-2023 03:10:35 Progress (1): 1.4/5.1 MB error 03-Jan-2023 03:10:35 Progress (1): 1.4/5.1 MB error 03-Jan-2023 03:10:35 Progress (1): 1.5/5.1 MB error 03-Jan-2023 03:10:35 Progress (1): 1.5/5.1 MB error 03-Jan-2023 03:10:35 Progress (1): 1.5/5.1 MB error 03-Jan-2023 03:10:35 Progress (1): 1.5/5.1 MB error 03-Jan-2023 03:10:35 Progress (1): 1.6/5.1 MB error 03-Jan-2023 03:10:35 Progress (1): 1.6/5.1 MB error 03-Jan-2023 03:10:35 Progress (1): 1.6/5.1 MB error 03-Jan-2023 03:10:35 Progress (1): 1.6/5.1 MB error 03-Jan-2023 03:10:35 Progress (1): 1.7/5.1 MB error 03-Jan-2023 03:10:35 Progress (1): 1.7/5.1 MB error 03-Jan-2023 03:10:35 Progress (1): 1.7/5.1 MB error 03-Jan-2023 03:10:35 Progress (1): 1.8/5.1 MB error 03-Jan-2023 03:10:35 Progress (1): 1.8/5.1 MB error 03-Jan-2023 03:10:35 Progress (1): 1.8/5.1 MB error 03-Jan-2023 03:10:35 Progress (1): 1.8/5.1 MB error 03-Jan-2023 03:10:35 Progress (1): 1.9/5.1 MB error 03-Jan-2023 03:10:35 Progress (1): 1.9/5.1 MB error 03-Jan-2023 03:10:35 Progress (1): 1.9/5.1 MB error 03-Jan-2023 03:10:35 Progress (1): 1.9/5.1 MB error 03-Jan-2023 03:10:35 Progress (1): 2.0/5.1 MB error 03-Jan-2023 03:10:35 Progress (1): 2.0/5.1 MB error 03-Jan-2023 03:10:35 Progress (1): 2.0/5.1 MB error 03-Jan-2023 03:10:35 Progress (1): 2.0/5.1 MB error 03-Jan-2023 03:10:35 Progress (1): 2.1/5.1 MB error 03-Jan-2023 03:10:35 Progress (1): 2.1/5.1 MB error 03-Jan-2023 03:10:35 Progress (1): 2.1/5.1 MB error 03-Jan-2023 03:10:35 Progress (1): 2.2/5.1 MB error 03-Jan-2023 03:10:35 Progress (1): 2.2/5.1 MB error 03-Jan-2023 03:10:35 Progress (1): 2.2/5.1 MB error 03-Jan-2023 03:10:35 Progress (1): 2.2/5.1 MB error 03-Jan-2023 03:10:35 Progress (1): 2.3/5.1 MB error 03-Jan-2023 03:10:35 Progress (1): 2.3/5.1 MB error 03-Jan-2023 03:10:35 Progress (1): 2.3/5.1 MB error 03-Jan-2023 03:10:35 Progress (1): 2.3/5.1 MB error 03-Jan-2023 03:10:35 Progress (1): 2.4/5.1 MB error 03-Jan-2023 03:10:35 Progress (1): 2.4/5.1 MB error 03-Jan-2023 03:10:35 Progress (1): 2.4/5.1 MB error 03-Jan-2023 03:10:35 Progress (1): 2.4/5.1 MB error 03-Jan-2023 03:10:35 Progress (1): 2.5/5.1 MB error 03-Jan-2023 03:10:35 Progress (1): 2.5/5.1 MB error 03-Jan-2023 03:10:35 Progress (1): 2.5/5.1 MB error 03-Jan-2023 03:10:35 Progress (1): 2.6/5.1 MB error 03-Jan-2023 03:10:35 Progress (1): 2.6/5.1 MB error 03-Jan-2023 03:10:35 Progress (1): 2.6/5.1 MB error 03-Jan-2023 03:10:35 Progress (1): 2.6/5.1 MB error 03-Jan-2023 03:10:35 Progress (1): 2.7/5.1 MB error 03-Jan-2023 03:10:35 Progress (1): 2.7/5.1 MB error 03-Jan-2023 03:10:35 Progress (1): 2.7/5.1 MB error 03-Jan-2023 03:10:35 Progress (1): 2.7/5.1 MB error 03-Jan-2023 03:10:35 Progress (1): 2.8/5.1 MB error 03-Jan-2023 03:10:35 Progress (1): 2.8/5.1 MB error 03-Jan-2023 03:10:35 Progress (1): 2.8/5.1 MB error 03-Jan-2023 03:10:35 Progress (1): 2.9/5.1 MB error 03-Jan-2023 03:10:35 Progress (1): 2.9/5.1 MB error 03-Jan-2023 03:10:35 Progress (1): 2.9/5.1 MB error 03-Jan-2023 03:10:35 Progress (1): 2.9/5.1 MB error 03-Jan-2023 03:10:35 Progress (1): 3.0/5.1 MB error 03-Jan-2023 03:10:35 Progress (1): 3.0/5.1 MB error 03-Jan-2023 03:10:35 Progress (1): 3.0/5.1 MB error 03-Jan-2023 03:10:35 Progress (1): 3.0/5.1 MB error 03-Jan-2023 03:10:35 Progress (1): 3.1/5.1 MB error 03-Jan-2023 03:10:35 Progress (1): 3.1/5.1 MB error 03-Jan-2023 03:10:35 Progress (1): 3.1/5.1 MB error 03-Jan-2023 03:10:35 Progress (1): 3.1/5.1 MB error 03-Jan-2023 03:10:35 Progress (1): 3.2/5.1 MB error 03-Jan-2023 03:10:35 Progress (1): 3.2/5.1 MB error 03-Jan-2023 03:10:35 Progress (1): 3.2/5.1 MB error 03-Jan-2023 03:10:35 Progress (1): 3.3/5.1 MB error 03-Jan-2023 03:10:35 Progress (1): 3.3/5.1 MB error 03-Jan-2023 03:10:35 Progress (1): 3.3/5.1 MB error 03-Jan-2023 03:10:35 Progress (1): 3.3/5.1 MB error 03-Jan-2023 03:10:35 Progress (1): 3.4/5.1 MB error 03-Jan-2023 03:10:35 Progress (1): 3.4/5.1 MB error 03-Jan-2023 03:10:35 Progress (1): 3.4/5.1 MB error 03-Jan-2023 03:10:35 Progress (1): 3.4/5.1 MB error 03-Jan-2023 03:10:35 Progress (1): 3.5/5.1 MB error 03-Jan-2023 03:10:35 Progress (1): 3.5/5.1 MB error 03-Jan-2023 03:10:35 Progress (1): 3.5/5.1 MB error 03-Jan-2023 03:10:35 Progress (1): 3.6/5.1 MB error 03-Jan-2023 03:10:35 Progress (1): 3.6/5.1 MB error 03-Jan-2023 03:10:35 Progress (1): 3.6/5.1 MB error 03-Jan-2023 03:10:35 Progress (1): 3.6/5.1 MB error 03-Jan-2023 03:10:35 Progress (1): 3.7/5.1 MB error 03-Jan-2023 03:10:35 Progress (1): 3.7/5.1 MB error 03-Jan-2023 03:10:35 Progress (1): 3.7/5.1 MB error 03-Jan-2023 03:10:35 Progress (1): 3.7/5.1 MB error 03-Jan-2023 03:10:35 Progress (1): 3.8/5.1 MB error 03-Jan-2023 03:10:35 Progress (1): 3.8/5.1 MB error 03-Jan-2023 03:10:35 Progress (1): 3.8/5.1 MB error 03-Jan-2023 03:10:35 Progress (1): 3.8/5.1 MB error 03-Jan-2023 03:10:35 Progress (1): 3.9/5.1 MB error 03-Jan-2023 03:10:35 Progress (1): 3.9/5.1 MB error 03-Jan-2023 03:10:35 Progress (1): 3.9/5.1 MB error 03-Jan-2023 03:10:35 Progress (1): 4.0/5.1 MB error 03-Jan-2023 03:10:35 Progress (1): 4.0/5.1 MB error 03-Jan-2023 03:10:35 Progress (1): 4.0/5.1 MB error 03-Jan-2023 03:10:35 Progress (1): 4.0/5.1 MB error 03-Jan-2023 03:10:35 Progress (1): 4.1/5.1 MB error 03-Jan-2023 03:10:35 Progress (1): 4.1/5.1 MB error 03-Jan-2023 03:10:35 Progress (1): 4.1/5.1 MB error 03-Jan-2023 03:10:35 Progress (1): 4.1/5.1 MB error 03-Jan-2023 03:10:35 Progress (1): 4.2/5.1 MB error 03-Jan-2023 03:10:35 Progress (1): 4.2/5.1 MB error 03-Jan-2023 03:10:35 Progress (1): 4.2/5.1 MB error 03-Jan-2023 03:10:35 Progress (1): 4.2/5.1 MB error 03-Jan-2023 03:10:35 Progress (1): 4.3/5.1 MB error 03-Jan-2023 03:10:35 Progress (1): 4.3/5.1 MB error 03-Jan-2023 03:10:35 Progress (1): 4.3/5.1 MB error 03-Jan-2023 03:10:35 Progress (1): 4.4/5.1 MB error 03-Jan-2023 03:10:35 Progress (1): 4.4/5.1 MB error 03-Jan-2023 03:10:35 Progress (1): 4.4/5.1 MB error 03-Jan-2023 03:10:35 Progress (1): 4.4/5.1 MB error 03-Jan-2023 03:10:35 Progress (1): 4.5/5.1 MB error 03-Jan-2023 03:10:35 Progress (1): 4.5/5.1 MB error 03-Jan-2023 03:10:35 Progress (1): 4.5/5.1 MB error 03-Jan-2023 03:10:35 Progress (1): 4.5/5.1 MB error 03-Jan-2023 03:10:35 Progress (1): 4.6/5.1 MB error 03-Jan-2023 03:10:35 Progress (1): 4.6/5.1 MB error 03-Jan-2023 03:10:35 Progress (1): 4.6/5.1 MB error 03-Jan-2023 03:10:35 Progress (1): 4.6/5.1 MB error 03-Jan-2023 03:10:35 Progress (1): 4.7/5.1 MB error 03-Jan-2023 03:10:35 Progress (1): 4.7/5.1 MB error 03-Jan-2023 03:10:35 Progress (1): 4.7/5.1 MB error 03-Jan-2023 03:10:35 Progress (1): 4.7/5.1 MB error 03-Jan-2023 03:10:35 Progress (1): 4.8/5.1 MB error 03-Jan-2023 03:10:35 Progress (1): 4.8/5.1 MB error 03-Jan-2023 03:10:35 Progress (1): 4.8/5.1 MB error 03-Jan-2023 03:10:35 Progress (1): 4.8/5.1 MB error 03-Jan-2023 03:10:35 Progress (1): 4.9/5.1 MB error 03-Jan-2023 03:10:35 Progress (1): 4.9/5.1 MB error 03-Jan-2023 03:10:35 Progress (1): 4.9/5.1 MB error 03-Jan-2023 03:10:35 Progress (1): 4.9/5.1 MB error 03-Jan-2023 03:10:35 Progress (1): 5.0/5.1 MB error 03-Jan-2023 03:10:35 Progress (1): 5.0/5.1 MB error 03-Jan-2023 03:10:35 Progress (1): 5.0/5.1 MB error 03-Jan-2023 03:10:35 Progress (1): 5.0/5.1 MB error 03-Jan-2023 03:10:35 Progress (1): 5.1/5.1 MB error 03-Jan-2023 03:10:35 Progress (1): 5.1/5.1 MB error 03-Jan-2023 03:10:35 Progress (1): 5.1 MB error 03-Jan-2023 03:10:35 error 03-Jan-2023 03:10:35 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/appointmentschedulingui-omod/1.14.0/appointmentschedulingui-omod-1.14.0.jar (5.1 MB at 8.0 MB/s) error 03-Jan-2023 03:10:35 #21 78.14 [INFO] Configured Artifact: org.openmrs.module:attachments-omod:2.7.0:jar error 03-Jan-2023 03:10:35 #21 78.14 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/attachments-omod/2.7.0/attachments-omod-2.7.0.pom error 03-Jan-2023 03:10:35 #21 78.25 Progress (1): 3.3/11 kB error 03-Jan-2023 03:10:35 Progress (1): 6.1/11 kB error 03-Jan-2023 03:10:35 Progress (1): 8.9/11 kB error 03-Jan-2023 03:10:35 Progress (1): 11 kB error 03-Jan-2023 03:10:35 error 03-Jan-2023 03:10:35 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/attachments-omod/2.7.0/attachments-omod-2.7.0.pom (11 kB at 49 kB/s) error 03-Jan-2023 03:10:35 #21 78.36 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/attachments/2.7.0/attachments-2.7.0.pom error 03-Jan-2023 03:10:35 #21 78.47 Progress (1): 3.3/6.2 kB error 03-Jan-2023 03:10:36 Progress (1): 6.1/6.2 kB error 03-Jan-2023 03:10:36 Progress (1): 6.2 kB error 03-Jan-2023 03:10:36 error 03-Jan-2023 03:10:36 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/attachments/2.7.0/attachments-2.7.0.pom (6.2 kB at 27 kB/s) error 03-Jan-2023 03:10:36 #21 78.59 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/attachments-omod/2.7.0/attachments-omod-2.7.0.jar error 03-Jan-2023 03:10:36 #21 78.85 Progress (1): 4.1/313 kB error 03-Jan-2023 03:10:36 Progress (1): 8.2/313 kB error 03-Jan-2023 03:10:36 Progress (1): 12/313 kB error 03-Jan-2023 03:10:36 Progress (1): 16/313 kB error 03-Jan-2023 03:10:36 Progress (1): 20/313 kB error 03-Jan-2023 03:10:36 Progress (1): 25/313 kB error 03-Jan-2023 03:10:36 Progress (1): 29/313 kB error 03-Jan-2023 03:10:36 Progress (1): 33/313 kB error 03-Jan-2023 03:10:36 Progress (1): 37/313 kB error 03-Jan-2023 03:10:36 Progress (1): 41/313 kB error 03-Jan-2023 03:10:36 Progress (1): 45/313 kB error 03-Jan-2023 03:10:36 Progress (1): 49/313 kB error 03-Jan-2023 03:10:36 Progress (1): 52/313 kB error 03-Jan-2023 03:10:36 Progress (1): 56/313 kB error 03-Jan-2023 03:10:36 Progress (1): 60/313 kB error 03-Jan-2023 03:10:36 Progress (1): 64/313 kB error 03-Jan-2023 03:10:36 Progress (1): 68/313 kB error 03-Jan-2023 03:10:36 Progress (1): 72/313 kB error 03-Jan-2023 03:10:36 Progress (1): 76/313 kB error 03-Jan-2023 03:10:36 Progress (1): 80/313 kB error 03-Jan-2023 03:10:36 Progress (1): 84/313 kB error 03-Jan-2023 03:10:36 Progress (1): 86/313 kB error 03-Jan-2023 03:10:36 Progress (1): 90/313 kB error 03-Jan-2023 03:10:36 Progress (1): 95/313 kB error 03-Jan-2023 03:10:36 Progress (1): 99/313 kB error 03-Jan-2023 03:10:36 Progress (1): 103/313 kB error 03-Jan-2023 03:10:36 Progress (1): 107/313 kB error 03-Jan-2023 03:10:36 Progress (1): 111/313 kB error 03-Jan-2023 03:10:36 Progress (1): 115/313 kB error 03-Jan-2023 03:10:36 Progress (1): 119/313 kB error 03-Jan-2023 03:10:36 Progress (1): 123/313 kB error 03-Jan-2023 03:10:36 Progress (1): 127/313 kB error 03-Jan-2023 03:10:36 Progress (1): 131/313 kB error 03-Jan-2023 03:10:36 Progress (1): 134/313 kB error 03-Jan-2023 03:10:36 Progress (1): 138/313 kB error 03-Jan-2023 03:10:36 Progress (1): 142/313 kB error 03-Jan-2023 03:10:36 Progress (1): 146/313 kB error 03-Jan-2023 03:10:36 Progress (1): 150/313 kB error 03-Jan-2023 03:10:36 Progress (1): 154/313 kB error 03-Jan-2023 03:10:36 Progress (1): 158/313 kB error 03-Jan-2023 03:10:36 Progress (1): 162/313 kB error 03-Jan-2023 03:10:36 Progress (1): 166/313 kB error 03-Jan-2023 03:10:36 Progress (1): 171/313 kB error 03-Jan-2023 03:10:36 Progress (1): 175/313 kB error 03-Jan-2023 03:10:36 Progress (1): 179/313 kB error 03-Jan-2023 03:10:36 Progress (1): 183/313 kB error 03-Jan-2023 03:10:36 Progress (1): 187/313 kB error 03-Jan-2023 03:10:36 Progress (1): 191/313 kB error 03-Jan-2023 03:10:36 Progress (1): 195/313 kB error 03-Jan-2023 03:10:36 Progress (1): 199/313 kB error 03-Jan-2023 03:10:36 Progress (1): 202/313 kB error 03-Jan-2023 03:10:36 Progress (1): 206/313 kB error 03-Jan-2023 03:10:36 Progress (1): 210/313 kB error 03-Jan-2023 03:10:36 Progress (1): 214/313 kB error 03-Jan-2023 03:10:36 Progress (1): 218/313 kB error 03-Jan-2023 03:10:36 Progress (1): 222/313 kB error 03-Jan-2023 03:10:36 Progress (1): 226/313 kB error 03-Jan-2023 03:10:36 Progress (1): 231/313 kB error 03-Jan-2023 03:10:36 Progress (1): 235/313 kB error 03-Jan-2023 03:10:36 Progress (1): 237/313 kB error 03-Jan-2023 03:10:36 Progress (1): 241/313 kB error 03-Jan-2023 03:10:36 Progress (1): 245/313 kB error 03-Jan-2023 03:10:36 Progress (1): 249/313 kB error 03-Jan-2023 03:10:36 Progress (1): 251/313 kB error 03-Jan-2023 03:10:36 Progress (1): 255/313 kB error 03-Jan-2023 03:10:36 Progress (1): 260/313 kB error 03-Jan-2023 03:10:36 Progress (1): 264/313 kB error 03-Jan-2023 03:10:36 Progress (1): 268/313 kB error 03-Jan-2023 03:10:36 Progress (1): 272/313 kB error 03-Jan-2023 03:10:36 Progress (1): 276/313 kB error 03-Jan-2023 03:10:36 Progress (1): 280/313 kB error 03-Jan-2023 03:10:36 Progress (1): 284/313 kB error 03-Jan-2023 03:10:36 Progress (1): 287/313 kB error 03-Jan-2023 03:10:36 Progress (1): 291/313 kB error 03-Jan-2023 03:10:36 Progress (1): 295/313 kB error 03-Jan-2023 03:10:36 Progress (1): 299/313 kB error 03-Jan-2023 03:10:36 Progress (1): 303/313 kB error 03-Jan-2023 03:10:36 Progress (1): 305/313 kB error 03-Jan-2023 03:10:36 Progress (1): 309/313 kB error 03-Jan-2023 03:10:36 Progress (1): 313 kB error 03-Jan-2023 03:10:36 error 03-Jan-2023 03:10:36 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/attachments-omod/2.7.0/attachments-omod-2.7.0.jar (313 kB at 746 kB/s) error 03-Jan-2023 03:10:36 #21 79.01 [INFO] Configured Artifact: org.openmrs.module:formentryapp-omod:1.4.3:jar error 03-Jan-2023 03:10:36 #21 79.01 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/formentryapp-omod/1.4.3/formentryapp-omod-1.4.3.pom error 03-Jan-2023 03:10:36 #21 79.12 Progress (1): 3.3/5.9 kB error 03-Jan-2023 03:10:36 Progress (1): 5.9 kB error 03-Jan-2023 03:10:36 error 03-Jan-2023 03:10:36 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/formentryapp-omod/1.4.3/formentryapp-omod-1.4.3.pom (5.9 kB at 27 kB/s) error 03-Jan-2023 03:10:36 #21 79.23 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/formentryapp/1.4.3/formentryapp-1.4.3.pom error 03-Jan-2023 03:10:36 #21 79.34 Progress (1): 3.3/5.3 kB error 03-Jan-2023 03:10:36 Progress (1): 5.3 kB error 03-Jan-2023 03:10:36 error 03-Jan-2023 03:10:37 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/formentryapp/1.4.3/formentryapp-1.4.3.pom (5.3 kB at 24 kB/s) error 03-Jan-2023 03:10:37 #21 79.46 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/formentryapp-omod/1.4.3/formentryapp-omod-1.4.3.jar error 03-Jan-2023 03:10:37 #21 79.57 Progress (1): 3.3/27 kB error 03-Jan-2023 03:10:37 Progress (1): 6.1/27 kB error 03-Jan-2023 03:10:37 Progress (1): 8.9/27 kB error 03-Jan-2023 03:10:37 Progress (1): 12/27 kB error 03-Jan-2023 03:10:37 Progress (1): 15/27 kB error 03-Jan-2023 03:10:37 Progress (1): 17/27 kB error 03-Jan-2023 03:10:37 Progress (1): 20/27 kB error 03-Jan-2023 03:10:37 Progress (1): 23/27 kB error 03-Jan-2023 03:10:37 Progress (1): 26/27 kB error 03-Jan-2023 03:10:37 Progress (1): 27 kB error 03-Jan-2023 03:10:37 error 03-Jan-2023 03:10:37 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/formentryapp-omod/1.4.3/formentryapp-omod-1.4.3.jar (27 kB at 116 kB/s) error 03-Jan-2023 03:10:37 #21 79.69 [INFO] Configured Artifact: org.openmrs.module:idgen-omod:4.9.0:jar error 03-Jan-2023 03:10:37 #21 79.70 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/idgen-omod/4.9.0/idgen-omod-4.9.0.pom error 03-Jan-2023 03:10:37 #21 79.80 Progress (1): 3.3/4.1 kB error 03-Jan-2023 03:10:37 Progress (1): 4.1 kB error 03-Jan-2023 03:10:37 error 03-Jan-2023 03:10:37 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/idgen-omod/4.9.0/idgen-omod-4.9.0.pom (4.1 kB at 19 kB/s) error 03-Jan-2023 03:10:37 #21 79.92 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/idgen/4.9.0/idgen-4.9.0.pom error 03-Jan-2023 03:10:37 #21 80.03 Progress (1): 3.3/9.9 kB error 03-Jan-2023 03:10:37 Progress (1): 6.1/9.9 kB error 03-Jan-2023 03:10:37 Progress (1): 8.9/9.9 kB error 03-Jan-2023 03:10:37 Progress (1): 9.9 kB error 03-Jan-2023 03:10:37 error 03-Jan-2023 03:10:37 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/idgen/4.9.0/idgen-4.9.0.pom (9.9 kB at 43 kB/s) error 03-Jan-2023 03:10:37 #21 80.15 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/idgen-omod/4.9.0/idgen-omod-4.9.0.jar error 03-Jan-2023 03:10:37 #21 80.42 Progress (1): 0/1.2 MB error 03-Jan-2023 03:10:38 Progress (1): 0/1.2 MB error 03-Jan-2023 03:10:38 Progress (1): 0/1.2 MB error 03-Jan-2023 03:10:38 Progress (1): 0/1.2 MB error 03-Jan-2023 03:10:38 Progress (1): 0/1.2 MB error 03-Jan-2023 03:10:38 Progress (1): 0/1.2 MB error 03-Jan-2023 03:10:38 Progress (1): 0.1/1.2 MB error 03-Jan-2023 03:10:38 Progress (1): 0.1/1.2 MB error 03-Jan-2023 03:10:38 Progress (1): 0.1/1.2 MB error 03-Jan-2023 03:10:38 Progress (1): 0.1/1.2 MB error 03-Jan-2023 03:10:38 Progress (1): 0.1/1.2 MB error 03-Jan-2023 03:10:38 Progress (1): 0.1/1.2 MB error 03-Jan-2023 03:10:38 Progress (1): 0.1/1.2 MB error 03-Jan-2023 03:10:38 Progress (1): 0.1/1.2 MB error 03-Jan-2023 03:10:38 Progress (1): 0.1/1.2 MB error 03-Jan-2023 03:10:38 Progress (1): 0.1/1.2 MB error 03-Jan-2023 03:10:38 Progress (1): 0.2/1.2 MB error 03-Jan-2023 03:10:38 Progress (1): 0.2/1.2 MB error 03-Jan-2023 03:10:38 Progress (1): 0.2/1.2 MB error 03-Jan-2023 03:10:38 Progress (1): 0.2/1.2 MB error 03-Jan-2023 03:10:38 Progress (1): 0.2/1.2 MB error 03-Jan-2023 03:10:38 Progress (1): 0.2/1.2 MB error 03-Jan-2023 03:10:38 Progress (1): 0.2/1.2 MB error 03-Jan-2023 03:10:38 Progress (1): 0.2/1.2 MB error 03-Jan-2023 03:10:38 Progress (1): 0.2/1.2 MB error 03-Jan-2023 03:10:38 Progress (1): 0.2/1.2 MB error 03-Jan-2023 03:10:38 Progress (1): 0.2/1.2 MB error 03-Jan-2023 03:10:38 Progress (1): 0.3/1.2 MB error 03-Jan-2023 03:10:38 Progress (1): 0.3/1.2 MB error 03-Jan-2023 03:10:38 Progress (1): 0.3/1.2 MB error 03-Jan-2023 03:10:38 Progress (1): 0.3/1.2 MB error 03-Jan-2023 03:10:38 Progress (1): 0.3/1.2 MB error 03-Jan-2023 03:10:38 Progress (1): 0.3/1.2 MB error 03-Jan-2023 03:10:38 Progress (1): 0.3/1.2 MB error 03-Jan-2023 03:10:38 Progress (1): 0.3/1.2 MB error 03-Jan-2023 03:10:38 Progress (1): 0.3/1.2 MB error 03-Jan-2023 03:10:38 Progress (1): 0.3/1.2 MB error 03-Jan-2023 03:10:38 Progress (1): 0.3/1.2 MB error 03-Jan-2023 03:10:38 Progress (1): 0.4/1.2 MB error 03-Jan-2023 03:10:38 Progress (1): 0.4/1.2 MB error 03-Jan-2023 03:10:38 Progress (1): 0.4/1.2 MB error 03-Jan-2023 03:10:38 Progress (1): 0.4/1.2 MB error 03-Jan-2023 03:10:38 Progress (1): 0.4/1.2 MB error 03-Jan-2023 03:10:38 Progress (1): 0.4/1.2 MB error 03-Jan-2023 03:10:38 Progress (1): 0.4/1.2 MB error 03-Jan-2023 03:10:38 Progress (1): 0.4/1.2 MB error 03-Jan-2023 03:10:38 Progress (1): 0.4/1.2 MB error 03-Jan-2023 03:10:38 Progress (1): 0.4/1.2 MB error 03-Jan-2023 03:10:38 Progress (1): 0.4/1.2 MB error 03-Jan-2023 03:10:38 Progress (1): 0.4/1.2 MB error 03-Jan-2023 03:10:38 Progress (1): 0.5/1.2 MB error 03-Jan-2023 03:10:38 Progress (1): 0.5/1.2 MB error 03-Jan-2023 03:10:38 Progress (1): 0.5/1.2 MB error 03-Jan-2023 03:10:38 Progress (1): 0.5/1.2 MB error 03-Jan-2023 03:10:38 Progress (1): 0.5/1.2 MB error 03-Jan-2023 03:10:38 Progress (1): 0.5/1.2 MB error 03-Jan-2023 03:10:38 Progress (1): 0.5/1.2 MB error 03-Jan-2023 03:10:38 Progress (1): 0.5/1.2 MB error 03-Jan-2023 03:10:38 Progress (1): 0.5/1.2 MB error 03-Jan-2023 03:10:38 Progress (1): 0.5/1.2 MB error 03-Jan-2023 03:10:38 Progress (1): 0.5/1.2 MB error 03-Jan-2023 03:10:38 Progress (1): 0.6/1.2 MB error 03-Jan-2023 03:10:38 Progress (1): 0.6/1.2 MB error 03-Jan-2023 03:10:38 Progress (1): 0.6/1.2 MB error 03-Jan-2023 03:10:38 Progress (1): 0.6/1.2 MB error 03-Jan-2023 03:10:38 Progress (1): 0.6/1.2 MB error 03-Jan-2023 03:10:38 Progress (1): 0.6/1.2 MB error 03-Jan-2023 03:10:38 Progress (1): 0.6/1.2 MB error 03-Jan-2023 03:10:38 Progress (1): 0.6/1.2 MB error 03-Jan-2023 03:10:38 Progress (1): 0.6/1.2 MB error 03-Jan-2023 03:10:38 Progress (1): 0.6/1.2 MB error 03-Jan-2023 03:10:38 Progress (1): 0.6/1.2 MB error 03-Jan-2023 03:10:38 Progress (1): 0.6/1.2 MB error 03-Jan-2023 03:10:38 Progress (1): 0.7/1.2 MB error 03-Jan-2023 03:10:38 Progress (1): 0.7/1.2 MB error 03-Jan-2023 03:10:38 Progress (1): 0.7/1.2 MB error 03-Jan-2023 03:10:38 Progress (1): 0.7/1.2 MB error 03-Jan-2023 03:10:38 Progress (1): 0.7/1.2 MB error 03-Jan-2023 03:10:38 Progress (1): 0.7/1.2 MB error 03-Jan-2023 03:10:38 Progress (1): 0.7/1.2 MB error 03-Jan-2023 03:10:38 Progress (1): 0.7/1.2 MB error 03-Jan-2023 03:10:38 Progress (1): 0.7/1.2 MB error 03-Jan-2023 03:10:38 Progress (1): 0.7/1.2 MB error 03-Jan-2023 03:10:38 Progress (1): 0.7/1.2 MB error 03-Jan-2023 03:10:38 Progress (1): 0.8/1.2 MB error 03-Jan-2023 03:10:38 Progress (1): 0.8/1.2 MB error 03-Jan-2023 03:10:38 Progress (1): 0.8/1.2 MB error 03-Jan-2023 03:10:38 Progress (1): 0.8/1.2 MB error 03-Jan-2023 03:10:38 Progress (1): 0.8/1.2 MB error 03-Jan-2023 03:10:38 Progress (1): 0.8/1.2 MB error 03-Jan-2023 03:10:38 Progress (1): 0.8/1.2 MB error 03-Jan-2023 03:10:38 Progress (1): 0.8/1.2 MB error 03-Jan-2023 03:10:38 Progress (1): 0.8/1.2 MB error 03-Jan-2023 03:10:38 Progress (1): 0.8/1.2 MB error 03-Jan-2023 03:10:38 Progress (1): 0.8/1.2 MB error 03-Jan-2023 03:10:38 Progress (1): 0.8/1.2 MB error 03-Jan-2023 03:10:38 Progress (1): 0.9/1.2 MB error 03-Jan-2023 03:10:38 Progress (1): 0.9/1.2 MB error 03-Jan-2023 03:10:38 Progress (1): 0.9/1.2 MB error 03-Jan-2023 03:10:38 Progress (1): 0.9/1.2 MB error 03-Jan-2023 03:10:38 Progress (1): 0.9/1.2 MB error 03-Jan-2023 03:10:38 Progress (1): 0.9/1.2 MB error 03-Jan-2023 03:10:38 Progress (1): 0.9/1.2 MB error 03-Jan-2023 03:10:38 Progress (1): 0.9/1.2 MB error 03-Jan-2023 03:10:38 Progress (1): 0.9/1.2 MB error 03-Jan-2023 03:10:38 Progress (1): 0.9/1.2 MB error 03-Jan-2023 03:10:38 Progress (1): 0.9/1.2 MB error 03-Jan-2023 03:10:38 Progress (1): 1.0/1.2 MB error 03-Jan-2023 03:10:38 Progress (1): 1.0/1.2 MB error 03-Jan-2023 03:10:38 Progress (1): 1.0/1.2 MB error 03-Jan-2023 03:10:38 Progress (1): 1.0/1.2 MB error 03-Jan-2023 03:10:38 Progress (1): 1.0/1.2 MB error 03-Jan-2023 03:10:38 Progress (1): 1.0/1.2 MB error 03-Jan-2023 03:10:38 Progress (1): 1.0/1.2 MB error 03-Jan-2023 03:10:38 Progress (1): 1.0/1.2 MB error 03-Jan-2023 03:10:38 Progress (1): 1.0/1.2 MB error 03-Jan-2023 03:10:38 Progress (1): 1.0/1.2 MB error 03-Jan-2023 03:10:38 Progress (1): 1.0/1.2 MB error 03-Jan-2023 03:10:38 Progress (1): 1.0/1.2 MB error 03-Jan-2023 03:10:38 Progress (1): 1.0/1.2 MB error 03-Jan-2023 03:10:38 Progress (1): 1.1/1.2 MB error 03-Jan-2023 03:10:38 Progress (1): 1.1/1.2 MB error 03-Jan-2023 03:10:38 Progress (1): 1.1/1.2 MB error 03-Jan-2023 03:10:38 Progress (1): 1.1/1.2 MB error 03-Jan-2023 03:10:38 Progress (1): 1.1/1.2 MB error 03-Jan-2023 03:10:38 Progress (1): 1.1/1.2 MB error 03-Jan-2023 03:10:38 Progress (1): 1.1/1.2 MB error 03-Jan-2023 03:10:38 Progress (1): 1.1/1.2 MB error 03-Jan-2023 03:10:38 Progress (1): 1.1/1.2 MB error 03-Jan-2023 03:10:38 Progress (1): 1.1/1.2 MB error 03-Jan-2023 03:10:38 Progress (1): 1.1/1.2 MB error 03-Jan-2023 03:10:38 Progress (1): 1.1/1.2 MB error 03-Jan-2023 03:10:38 Progress (1): 1.2/1.2 MB error 03-Jan-2023 03:10:38 Progress (1): 1.2/1.2 MB error 03-Jan-2023 03:10:38 Progress (1): 1.2/1.2 MB error 03-Jan-2023 03:10:38 Progress (1): 1.2/1.2 MB error 03-Jan-2023 03:10:38 Progress (1): 1.2/1.2 MB error 03-Jan-2023 03:10:38 Progress (1): 1.2/1.2 MB error 03-Jan-2023 03:10:38 Progress (1): 1.2/1.2 MB error 03-Jan-2023 03:10:38 Progress (1): 1.2/1.2 MB error 03-Jan-2023 03:10:38 Progress (1): 1.2/1.2 MB error 03-Jan-2023 03:10:38 Progress (1): 1.2/1.2 MB error 03-Jan-2023 03:10:38 Progress (1): 1.2/1.2 MB error 03-Jan-2023 03:10:38 Progress (1): 1.2 MB error 03-Jan-2023 03:10:38 error 03-Jan-2023 03:10:38 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/idgen-omod/4.9.0/idgen-omod-4.9.0.jar (1.2 MB at 2.8 MB/s) error 03-Jan-2023 03:10:38 #21 80.60 [INFO] Configured Artifact: org.openmrs.module:metadatamapping-omod:1.6.0:jar error 03-Jan-2023 03:10:38 #21 80.60 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/metadatamapping-omod/1.6.0/metadatamapping-omod-1.6.0.pom error 03-Jan-2023 03:10:38 #21 80.71 Progress (1): 3.3/4.6 kB error 03-Jan-2023 03:10:38 Progress (1): 4.6 kB error 03-Jan-2023 03:10:38 error 03-Jan-2023 03:10:38 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/metadatamapping-omod/1.6.0/metadatamapping-omod-1.6.0.pom (4.6 kB at 21 kB/s) error 03-Jan-2023 03:10:38 #21 80.82 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/metadatamapping/1.6.0/metadatamapping-1.6.0.pom error 03-Jan-2023 03:10:38 #21 80.93 Progress (1): 3.3/12 kB error 03-Jan-2023 03:10:38 Progress (1): 6.1/12 kB error 03-Jan-2023 03:10:38 Progress (1): 8.9/12 kB error 03-Jan-2023 03:10:38 Progress (1): 12/12 kB error 03-Jan-2023 03:10:38 Progress (1): 12 kB error 03-Jan-2023 03:10:38 error 03-Jan-2023 03:10:38 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/metadatamapping/1.6.0/metadatamapping-1.6.0.pom (12 kB at 53 kB/s) error 03-Jan-2023 03:10:38 #21 81.05 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/metadatamapping-omod/1.6.0/metadatamapping-omod-1.6.0.jar error 03-Jan-2023 03:10:38 #21 81.35 Progress (1): 0/3.3 MB error 03-Jan-2023 03:10:38 Progress (1): 0/3.3 MB error 03-Jan-2023 03:10:38 Progress (1): 0.1/3.3 MB error 03-Jan-2023 03:10:38 Progress (1): 0.1/3.3 MB error 03-Jan-2023 03:10:38 Progress (1): 0.1/3.3 MB error 03-Jan-2023 03:10:38 Progress (1): 0.1/3.3 MB error 03-Jan-2023 03:10:38 Progress (1): 0.1/3.3 MB error 03-Jan-2023 03:10:38 Progress (1): 0.1/3.3 MB error 03-Jan-2023 03:10:38 Progress (1): 0.2/3.3 MB error 03-Jan-2023 03:10:38 Progress (1): 0.2/3.3 MB error 03-Jan-2023 03:10:38 Progress (1): 0.2/3.3 MB error 03-Jan-2023 03:10:38 Progress (1): 0.2/3.3 MB error 03-Jan-2023 03:10:38 Progress (1): 0.2/3.3 MB error 03-Jan-2023 03:10:38 Progress (1): 0.2/3.3 MB error 03-Jan-2023 03:10:38 Progress (1): 0.3/3.3 MB error 03-Jan-2023 03:10:38 Progress (1): 0.3/3.3 MB error 03-Jan-2023 03:10:38 Progress (1): 0.3/3.3 MB error 03-Jan-2023 03:10:38 Progress (1): 0.3/3.3 MB error 03-Jan-2023 03:10:38 Progress (1): 0.3/3.3 MB error 03-Jan-2023 03:10:38 Progress (1): 0.4/3.3 MB error 03-Jan-2023 03:10:38 Progress (1): 0.4/3.3 MB error 03-Jan-2023 03:10:38 Progress (1): 0.4/3.3 MB error 03-Jan-2023 03:10:38 Progress (1): 0.4/3.3 MB error 03-Jan-2023 03:10:38 Progress (1): 0.4/3.3 MB error 03-Jan-2023 03:10:38 Progress (1): 0.4/3.3 MB error 03-Jan-2023 03:10:38 Progress (1): 0.5/3.3 MB error 03-Jan-2023 03:10:38 Progress (1): 0.5/3.3 MB error 03-Jan-2023 03:10:38 Progress (1): 0.5/3.3 MB error 03-Jan-2023 03:10:38 Progress (1): 0.5/3.3 MB error 03-Jan-2023 03:10:38 Progress (1): 0.5/3.3 MB error 03-Jan-2023 03:10:38 Progress (1): 0.5/3.3 MB error 03-Jan-2023 03:10:38 Progress (1): 0.6/3.3 MB error 03-Jan-2023 03:10:38 Progress (1): 0.6/3.3 MB error 03-Jan-2023 03:10:38 Progress (1): 0.6/3.3 MB error 03-Jan-2023 03:10:38 Progress (1): 0.6/3.3 MB error 03-Jan-2023 03:10:38 Progress (1): 0.6/3.3 MB error 03-Jan-2023 03:10:38 Progress (1): 0.6/3.3 MB error 03-Jan-2023 03:10:38 Progress (1): 0.7/3.3 MB error 03-Jan-2023 03:10:38 Progress (1): 0.7/3.3 MB error 03-Jan-2023 03:10:38 Progress (1): 0.7/3.3 MB error 03-Jan-2023 03:10:38 Progress (1): 0.7/3.3 MB error 03-Jan-2023 03:10:38 Progress (1): 0.7/3.3 MB error 03-Jan-2023 03:10:38 Progress (1): 0.7/3.3 MB error 03-Jan-2023 03:10:38 Progress (1): 0.8/3.3 MB error 03-Jan-2023 03:10:38 Progress (1): 0.8/3.3 MB error 03-Jan-2023 03:10:38 Progress (1): 0.8/3.3 MB error 03-Jan-2023 03:10:38 Progress (1): 0.8/3.3 MB error 03-Jan-2023 03:10:38 Progress (1): 0.8/3.3 MB error 03-Jan-2023 03:10:38 Progress (1): 0.9/3.3 MB error 03-Jan-2023 03:10:38 Progress (1): 0.9/3.3 MB error 03-Jan-2023 03:10:38 Progress (1): 0.9/3.3 MB error 03-Jan-2023 03:10:38 Progress (1): 0.9/3.3 MB error 03-Jan-2023 03:10:38 Progress (1): 0.9/3.3 MB error 03-Jan-2023 03:10:38 Progress (1): 0.9/3.3 MB error 03-Jan-2023 03:10:38 Progress (1): 1.0/3.3 MB error 03-Jan-2023 03:10:38 Progress (1): 1.0/3.3 MB error 03-Jan-2023 03:10:38 Progress (1): 1.0/3.3 MB error 03-Jan-2023 03:10:38 Progress (1): 1.0/3.3 MB error 03-Jan-2023 03:10:38 Progress (1): 1.0/3.3 MB error 03-Jan-2023 03:10:38 Progress (1): 1.1/3.3 MB error 03-Jan-2023 03:10:38 Progress (1): 1.1/3.3 MB error 03-Jan-2023 03:10:38 Progress (1): 1.1/3.3 MB error 03-Jan-2023 03:10:38 Progress (1): 1.1/3.3 MB error 03-Jan-2023 03:10:38 Progress (1): 1.1/3.3 MB error 03-Jan-2023 03:10:38 Progress (1): 1.1/3.3 MB error 03-Jan-2023 03:10:38 Progress (1): 1.2/3.3 MB error 03-Jan-2023 03:10:38 Progress (1): 1.2/3.3 MB error 03-Jan-2023 03:10:38 Progress (1): 1.2/3.3 MB error 03-Jan-2023 03:10:38 Progress (1): 1.2/3.3 MB error 03-Jan-2023 03:10:38 Progress (1): 1.2/3.3 MB error 03-Jan-2023 03:10:39 Progress (1): 1.2/3.3 MB error 03-Jan-2023 03:10:39 Progress (1): 1.3/3.3 MB error 03-Jan-2023 03:10:39 Progress (1): 1.3/3.3 MB error 03-Jan-2023 03:10:39 Progress (1): 1.3/3.3 MB error 03-Jan-2023 03:10:39 Progress (1): 1.3/3.3 MB error 03-Jan-2023 03:10:39 Progress (1): 1.3/3.3 MB error 03-Jan-2023 03:10:39 Progress (1): 1.4/3.3 MB error 03-Jan-2023 03:10:39 Progress (1): 1.4/3.3 MB error 03-Jan-2023 03:10:39 Progress (1): 1.4/3.3 MB error 03-Jan-2023 03:10:39 Progress (1): 1.4/3.3 MB error 03-Jan-2023 03:10:39 Progress (1): 1.4/3.3 MB error 03-Jan-2023 03:10:39 Progress (1): 1.4/3.3 MB error 03-Jan-2023 03:10:39 Progress (1): 1.5/3.3 MB error 03-Jan-2023 03:10:39 Progress (1): 1.5/3.3 MB error 03-Jan-2023 03:10:39 Progress (1): 1.5/3.3 MB error 03-Jan-2023 03:10:39 Progress (1): 1.5/3.3 MB error 03-Jan-2023 03:10:39 Progress (1): 1.5/3.3 MB error 03-Jan-2023 03:10:39 Progress (1): 1.6/3.3 MB error 03-Jan-2023 03:10:39 Progress (1): 1.6/3.3 MB error 03-Jan-2023 03:10:39 Progress (1): 1.6/3.3 MB error 03-Jan-2023 03:10:39 Progress (1): 1.6/3.3 MB error 03-Jan-2023 03:10:39 Progress (1): 1.6/3.3 MB error 03-Jan-2023 03:10:39 Progress (1): 1.6/3.3 MB error 03-Jan-2023 03:10:39 Progress (1): 1.7/3.3 MB error 03-Jan-2023 03:10:39 Progress (1): 1.7/3.3 MB error 03-Jan-2023 03:10:39 Progress (1): 1.7/3.3 MB error 03-Jan-2023 03:10:39 Progress (1): 1.7/3.3 MB error 03-Jan-2023 03:10:39 Progress (1): 1.7/3.3 MB error 03-Jan-2023 03:10:39 Progress (1): 1.8/3.3 MB error 03-Jan-2023 03:10:39 Progress (1): 1.8/3.3 MB error 03-Jan-2023 03:10:39 Progress (1): 1.8/3.3 MB error 03-Jan-2023 03:10:39 Progress (1): 1.8/3.3 MB error 03-Jan-2023 03:10:39 Progress (1): 1.8/3.3 MB error 03-Jan-2023 03:10:39 Progress (1): 1.8/3.3 MB error 03-Jan-2023 03:10:39 Progress (1): 1.9/3.3 MB error 03-Jan-2023 03:10:39 Progress (1): 1.9/3.3 MB error 03-Jan-2023 03:10:39 Progress (1): 1.9/3.3 MB error 03-Jan-2023 03:10:39 Progress (1): 1.9/3.3 MB error 03-Jan-2023 03:10:39 Progress (1): 1.9/3.3 MB error 03-Jan-2023 03:10:39 Progress (1): 1.9/3.3 MB error 03-Jan-2023 03:10:39 Progress (1): 2.0/3.3 MB error 03-Jan-2023 03:10:39 Progress (1): 2.0/3.3 MB error 03-Jan-2023 03:10:39 Progress (1): 2.0/3.3 MB error 03-Jan-2023 03:10:39 Progress (1): 2.0/3.3 MB error 03-Jan-2023 03:10:39 Progress (1): 2.0/3.3 MB error 03-Jan-2023 03:10:39 Progress (1): 2.1/3.3 MB error 03-Jan-2023 03:10:39 Progress (1): 2.1/3.3 MB error 03-Jan-2023 03:10:39 Progress (1): 2.1/3.3 MB error 03-Jan-2023 03:10:39 Progress (1): 2.1/3.3 MB error 03-Jan-2023 03:10:39 Progress (1): 2.1/3.3 MB error 03-Jan-2023 03:10:39 Progress (1): 2.1/3.3 MB error 03-Jan-2023 03:10:39 Progress (1): 2.2/3.3 MB error 03-Jan-2023 03:10:39 Progress (1): 2.2/3.3 MB error 03-Jan-2023 03:10:39 Progress (1): 2.2/3.3 MB error 03-Jan-2023 03:10:39 Progress (1): 2.2/3.3 MB error 03-Jan-2023 03:10:39 Progress (1): 2.2/3.3 MB error 03-Jan-2023 03:10:39 Progress (1): 2.3/3.3 MB error 03-Jan-2023 03:10:39 Progress (1): 2.3/3.3 MB error 03-Jan-2023 03:10:39 Progress (1): 2.3/3.3 MB error 03-Jan-2023 03:10:39 Progress (1): 2.3/3.3 MB error 03-Jan-2023 03:10:39 Progress (1): 2.3/3.3 MB error 03-Jan-2023 03:10:39 Progress (1): 2.3/3.3 MB error 03-Jan-2023 03:10:39 Progress (1): 2.4/3.3 MB error 03-Jan-2023 03:10:39 Progress (1): 2.4/3.3 MB error 03-Jan-2023 03:10:39 Progress (1): 2.4/3.3 MB error 03-Jan-2023 03:10:39 Progress (1): 2.4/3.3 MB error 03-Jan-2023 03:10:39 Progress (1): 2.4/3.3 MB error 03-Jan-2023 03:10:39 Progress (1): 2.4/3.3 MB error 03-Jan-2023 03:10:39 Progress (1): 2.5/3.3 MB error 03-Jan-2023 03:10:39 Progress (1): 2.5/3.3 MB error 03-Jan-2023 03:10:39 Progress (1): 2.5/3.3 MB error 03-Jan-2023 03:10:39 Progress (1): 2.5/3.3 MB error 03-Jan-2023 03:10:39 Progress (1): 2.5/3.3 MB error 03-Jan-2023 03:10:39 Progress (1): 2.5/3.3 MB error 03-Jan-2023 03:10:39 Progress (1): 2.6/3.3 MB error 03-Jan-2023 03:10:39 Progress (1): 2.6/3.3 MB error 03-Jan-2023 03:10:39 Progress (1): 2.6/3.3 MB error 03-Jan-2023 03:10:39 Progress (1): 2.6/3.3 MB error 03-Jan-2023 03:10:39 Progress (1): 2.6/3.3 MB error 03-Jan-2023 03:10:39 Progress (1): 2.7/3.3 MB error 03-Jan-2023 03:10:39 Progress (1): 2.7/3.3 MB error 03-Jan-2023 03:10:39 Progress (1): 2.7/3.3 MB error 03-Jan-2023 03:10:39 Progress (1): 2.7/3.3 MB error 03-Jan-2023 03:10:39 Progress (1): 2.7/3.3 MB error 03-Jan-2023 03:10:39 Progress (1): 2.7/3.3 MB error 03-Jan-2023 03:10:39 Progress (1): 2.8/3.3 MB error 03-Jan-2023 03:10:39 Progress (1): 2.8/3.3 MB error 03-Jan-2023 03:10:39 Progress (1): 2.8/3.3 MB error 03-Jan-2023 03:10:39 Progress (1): 2.8/3.3 MB error 03-Jan-2023 03:10:39 Progress (1): 2.8/3.3 MB error 03-Jan-2023 03:10:39 Progress (1): 2.8/3.3 MB error 03-Jan-2023 03:10:39 Progress (1): 2.9/3.3 MB error 03-Jan-2023 03:10:39 Progress (1): 2.9/3.3 MB error 03-Jan-2023 03:10:39 Progress (1): 2.9/3.3 MB error 03-Jan-2023 03:10:39 Progress (1): 2.9/3.3 MB error 03-Jan-2023 03:10:39 Progress (1): 2.9/3.3 MB error 03-Jan-2023 03:10:39 Progress (1): 3.0/3.3 MB error 03-Jan-2023 03:10:39 Progress (1): 3.0/3.3 MB error 03-Jan-2023 03:10:39 Progress (1): 3.0/3.3 MB error 03-Jan-2023 03:10:39 Progress (1): 3.0/3.3 MB error 03-Jan-2023 03:10:39 Progress (1): 3.0/3.3 MB error 03-Jan-2023 03:10:39 Progress (1): 3.0/3.3 MB error 03-Jan-2023 03:10:39 Progress (1): 3.1/3.3 MB error 03-Jan-2023 03:10:39 Progress (1): 3.1/3.3 MB error 03-Jan-2023 03:10:39 Progress (1): 3.1/3.3 MB error 03-Jan-2023 03:10:39 Progress (1): 3.1/3.3 MB error 03-Jan-2023 03:10:39 Progress (1): 3.1/3.3 MB error 03-Jan-2023 03:10:39 Progress (1): 3.1/3.3 MB error 03-Jan-2023 03:10:39 Progress (1): 3.2/3.3 MB error 03-Jan-2023 03:10:39 Progress (1): 3.2/3.3 MB error 03-Jan-2023 03:10:39 Progress (1): 3.2/3.3 MB error 03-Jan-2023 03:10:39 Progress (1): 3.2/3.3 MB error 03-Jan-2023 03:10:39 Progress (1): 3.2/3.3 MB error 03-Jan-2023 03:10:39 Progress (1): 3.3/3.3 MB error 03-Jan-2023 03:10:39 Progress (1): 3.3/3.3 MB error 03-Jan-2023 03:10:39 Progress (1): 3.3/3.3 MB error 03-Jan-2023 03:10:39 Progress (1): 3.3 MB error 03-Jan-2023 03:10:39 error 03-Jan-2023 03:10:39 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/metadatamapping-omod/1.6.0/metadatamapping-omod-1.6.0.jar (3.3 MB at 5.1 MB/s) error 03-Jan-2023 03:10:39 #21 81.69 [INFO] Configured Artifact: org.openmrs.module:htmlformentryui-omod:2.2.0:jar error 03-Jan-2023 03:10:39 #21 81.69 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/htmlformentryui-omod/2.2.0/htmlformentryui-omod-2.2.0.pom error 03-Jan-2023 03:10:39 #21 81.80 Progress (1): 3.3/9.8 kB error 03-Jan-2023 03:10:39 Progress (1): 6.1/9.8 kB error 03-Jan-2023 03:10:39 Progress (1): 8.9/9.8 kB error 03-Jan-2023 03:10:39 Progress (1): 9.8 kB error 03-Jan-2023 03:10:39 error 03-Jan-2023 03:10:39 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/htmlformentryui-omod/2.2.0/htmlformentryui-omod-2.2.0.pom (9.8 kB at 41 kB/s) error 03-Jan-2023 03:10:39 #21 81.94 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/htmlformentryui/2.2.0/htmlformentryui-2.2.0.pom error 03-Jan-2023 03:10:39 #21 82.05 Progress (1): 3.3/13 kB error 03-Jan-2023 03:10:39 Progress (1): 6.1/13 kB error 03-Jan-2023 03:10:39 Progress (1): 8.9/13 kB error 03-Jan-2023 03:10:39 Progress (1): 12/13 kB error 03-Jan-2023 03:10:39 Progress (1): 13 kB error 03-Jan-2023 03:10:39 error 03-Jan-2023 03:10:39 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/htmlformentryui/2.2.0/htmlformentryui-2.2.0.pom (13 kB at 59 kB/s) error 03-Jan-2023 03:10:39 #21 82.17 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/htmlformentryui-omod/2.2.0/htmlformentryui-omod-2.2.0.jar error 03-Jan-2023 03:10:39 #21 82.46 Progress (1): 0/1.5 MB error 03-Jan-2023 03:10:39 Progress (1): 0/1.5 MB error 03-Jan-2023 03:10:39 Progress (1): 0/1.5 MB error 03-Jan-2023 03:10:39 Progress (1): 0/1.5 MB error 03-Jan-2023 03:10:39 Progress (1): 0/1.5 MB error 03-Jan-2023 03:10:39 Progress (1): 0/1.5 MB error 03-Jan-2023 03:10:39 Progress (1): 0.1/1.5 MB error 03-Jan-2023 03:10:39 Progress (1): 0.1/1.5 MB error 03-Jan-2023 03:10:39 Progress (1): 0.1/1.5 MB error 03-Jan-2023 03:10:39 Progress (1): 0.1/1.5 MB error 03-Jan-2023 03:10:39 Progress (1): 0.1/1.5 MB error 03-Jan-2023 03:10:39 Progress (1): 0.1/1.5 MB error 03-Jan-2023 03:10:39 Progress (1): 0.1/1.5 MB error 03-Jan-2023 03:10:39 Progress (1): 0.1/1.5 MB error 03-Jan-2023 03:10:39 Progress (1): 0.1/1.5 MB error 03-Jan-2023 03:10:39 Progress (1): 0.1/1.5 MB error 03-Jan-2023 03:10:39 Progress (1): 0.2/1.5 MB error 03-Jan-2023 03:10:40 Progress (1): 0.2/1.5 MB error 03-Jan-2023 03:10:40 Progress (1): 0.2/1.5 MB error 03-Jan-2023 03:10:40 Progress (1): 0.2/1.5 MB error 03-Jan-2023 03:10:40 Progress (1): 0.2/1.5 MB error 03-Jan-2023 03:10:40 Progress (1): 0.2/1.5 MB error 03-Jan-2023 03:10:40 Progress (1): 0.2/1.5 MB error 03-Jan-2023 03:10:40 Progress (1): 0.2/1.5 MB error 03-Jan-2023 03:10:40 Progress (1): 0.2/1.5 MB error 03-Jan-2023 03:10:40 Progress (1): 0.2/1.5 MB error 03-Jan-2023 03:10:40 Progress (1): 0.2/1.5 MB error 03-Jan-2023 03:10:40 Progress (1): 0.2/1.5 MB error 03-Jan-2023 03:10:40 Progress (1): 0.3/1.5 MB error 03-Jan-2023 03:10:40 Progress (1): 0.3/1.5 MB error 03-Jan-2023 03:10:40 Progress (1): 0.3/1.5 MB error 03-Jan-2023 03:10:40 Progress (1): 0.3/1.5 MB error 03-Jan-2023 03:10:40 Progress (1): 0.3/1.5 MB error 03-Jan-2023 03:10:40 Progress (1): 0.3/1.5 MB error 03-Jan-2023 03:10:40 Progress (1): 0.3/1.5 MB error 03-Jan-2023 03:10:40 Progress (1): 0.3/1.5 MB error 03-Jan-2023 03:10:40 Progress (1): 0.3/1.5 MB error 03-Jan-2023 03:10:40 Progress (1): 0.3/1.5 MB error 03-Jan-2023 03:10:40 Progress (1): 0.3/1.5 MB error 03-Jan-2023 03:10:40 Progress (1): 0.4/1.5 MB error 03-Jan-2023 03:10:40 Progress (1): 0.4/1.5 MB error 03-Jan-2023 03:10:40 Progress (1): 0.4/1.5 MB error 03-Jan-2023 03:10:40 Progress (1): 0.4/1.5 MB error 03-Jan-2023 03:10:40 Progress (1): 0.4/1.5 MB error 03-Jan-2023 03:10:40 Progress (1): 0.4/1.5 MB error 03-Jan-2023 03:10:40 Progress (1): 0.4/1.5 MB error 03-Jan-2023 03:10:40 Progress (1): 0.4/1.5 MB error 03-Jan-2023 03:10:40 Progress (1): 0.4/1.5 MB error 03-Jan-2023 03:10:40 Progress (1): 0.4/1.5 MB error 03-Jan-2023 03:10:40 Progress (1): 0.4/1.5 MB error 03-Jan-2023 03:10:40 Progress (1): 0.4/1.5 MB error 03-Jan-2023 03:10:40 Progress (1): 0.5/1.5 MB error 03-Jan-2023 03:10:40 Progress (1): 0.5/1.5 MB error 03-Jan-2023 03:10:40 Progress (1): 0.5/1.5 MB error 03-Jan-2023 03:10:40 Progress (1): 0.5/1.5 MB error 03-Jan-2023 03:10:40 Progress (1): 0.5/1.5 MB error 03-Jan-2023 03:10:40 Progress (1): 0.5/1.5 MB error 03-Jan-2023 03:10:40 Progress (1): 0.5/1.5 MB error 03-Jan-2023 03:10:40 Progress (1): 0.5/1.5 MB error 03-Jan-2023 03:10:40 Progress (1): 0.5/1.5 MB error 03-Jan-2023 03:10:40 Progress (1): 0.5/1.5 MB error 03-Jan-2023 03:10:40 Progress (1): 0.5/1.5 MB error 03-Jan-2023 03:10:40 Progress (1): 0.6/1.5 MB error 03-Jan-2023 03:10:40 Progress (1): 0.6/1.5 MB error 03-Jan-2023 03:10:40 Progress (1): 0.6/1.5 MB error 03-Jan-2023 03:10:40 Progress (1): 0.6/1.5 MB error 03-Jan-2023 03:10:40 Progress (1): 0.6/1.5 MB error 03-Jan-2023 03:10:40 Progress (1): 0.6/1.5 MB error 03-Jan-2023 03:10:40 Progress (1): 0.6/1.5 MB error 03-Jan-2023 03:10:40 Progress (1): 0.6/1.5 MB error 03-Jan-2023 03:10:40 Progress (1): 0.6/1.5 MB error 03-Jan-2023 03:10:40 Progress (1): 0.6/1.5 MB error 03-Jan-2023 03:10:40 Progress (1): 0.6/1.5 MB error 03-Jan-2023 03:10:40 Progress (1): 0.7/1.5 MB error 03-Jan-2023 03:10:40 Progress (1): 0.7/1.5 MB error 03-Jan-2023 03:10:40 Progress (1): 0.7/1.5 MB error 03-Jan-2023 03:10:40 Progress (1): 0.7/1.5 MB error 03-Jan-2023 03:10:40 Progress (1): 0.7/1.5 MB error 03-Jan-2023 03:10:40 Progress (1): 0.7/1.5 MB error 03-Jan-2023 03:10:40 Progress (1): 0.7/1.5 MB error 03-Jan-2023 03:10:40 Progress (1): 0.7/1.5 MB error 03-Jan-2023 03:10:40 Progress (1): 0.7/1.5 MB error 03-Jan-2023 03:10:40 Progress (1): 0.7/1.5 MB error 03-Jan-2023 03:10:40 Progress (1): 0.7/1.5 MB error 03-Jan-2023 03:10:40 Progress (1): 0.8/1.5 MB error 03-Jan-2023 03:10:40 Progress (1): 0.8/1.5 MB error 03-Jan-2023 03:10:40 Progress (1): 0.8/1.5 MB error 03-Jan-2023 03:10:40 Progress (1): 0.8/1.5 MB error 03-Jan-2023 03:10:40 Progress (1): 0.8/1.5 MB error 03-Jan-2023 03:10:40 Progress (1): 0.8/1.5 MB error 03-Jan-2023 03:10:40 Progress (1): 0.8/1.5 MB error 03-Jan-2023 03:10:40 Progress (1): 0.8/1.5 MB error 03-Jan-2023 03:10:40 Progress (1): 0.8/1.5 MB error 03-Jan-2023 03:10:40 Progress (1): 0.8/1.5 MB error 03-Jan-2023 03:10:40 Progress (1): 0.8/1.5 MB error 03-Jan-2023 03:10:40 Progress (1): 0.8/1.5 MB error 03-Jan-2023 03:10:40 Progress (1): 0.9/1.5 MB error 03-Jan-2023 03:10:40 Progress (1): 0.9/1.5 MB error 03-Jan-2023 03:10:40 Progress (1): 0.9/1.5 MB error 03-Jan-2023 03:10:40 Progress (1): 0.9/1.5 MB error 03-Jan-2023 03:10:40 Progress (1): 0.9/1.5 MB error 03-Jan-2023 03:10:40 Progress (1): 0.9/1.5 MB error 03-Jan-2023 03:10:40 Progress (1): 0.9/1.5 MB error 03-Jan-2023 03:10:40 Progress (1): 0.9/1.5 MB error 03-Jan-2023 03:10:40 Progress (1): 0.9/1.5 MB error 03-Jan-2023 03:10:40 Progress (1): 0.9/1.5 MB error 03-Jan-2023 03:10:40 Progress (1): 0.9/1.5 MB error 03-Jan-2023 03:10:40 Progress (1): 1.0/1.5 MB error 03-Jan-2023 03:10:40 Progress (1): 1.0/1.5 MB error 03-Jan-2023 03:10:40 Progress (1): 1.0/1.5 MB error 03-Jan-2023 03:10:40 Progress (1): 1.0/1.5 MB error 03-Jan-2023 03:10:40 Progress (1): 1.0/1.5 MB error 03-Jan-2023 03:10:40 Progress (1): 1.0/1.5 MB error 03-Jan-2023 03:10:40 Progress (1): 1.0/1.5 MB error 03-Jan-2023 03:10:40 Progress (1): 1.0/1.5 MB error 03-Jan-2023 03:10:40 Progress (1): 1.0/1.5 MB error 03-Jan-2023 03:10:40 Progress (1): 1.0/1.5 MB error 03-Jan-2023 03:10:40 Progress (1): 1.0/1.5 MB error 03-Jan-2023 03:10:40 Progress (1): 1.0/1.5 MB error 03-Jan-2023 03:10:40 Progress (1): 1.1/1.5 MB error 03-Jan-2023 03:10:40 Progress (1): 1.1/1.5 MB error 03-Jan-2023 03:10:40 Progress (1): 1.1/1.5 MB error 03-Jan-2023 03:10:40 Progress (1): 1.1/1.5 MB error 03-Jan-2023 03:10:40 Progress (1): 1.1/1.5 MB error 03-Jan-2023 03:10:40 Progress (1): 1.1/1.5 MB error 03-Jan-2023 03:10:40 Progress (1): 1.1/1.5 MB error 03-Jan-2023 03:10:40 Progress (1): 1.1/1.5 MB error 03-Jan-2023 03:10:40 Progress (1): 1.1/1.5 MB error 03-Jan-2023 03:10:40 Progress (1): 1.1/1.5 MB error 03-Jan-2023 03:10:40 Progress (1): 1.1/1.5 MB error 03-Jan-2023 03:10:40 Progress (1): 1.2/1.5 MB error 03-Jan-2023 03:10:40 Progress (1): 1.2/1.5 MB error 03-Jan-2023 03:10:40 Progress (1): 1.2/1.5 MB error 03-Jan-2023 03:10:40 Progress (1): 1.2/1.5 MB error 03-Jan-2023 03:10:40 Progress (1): 1.2/1.5 MB error 03-Jan-2023 03:10:40 Progress (1): 1.2/1.5 MB error 03-Jan-2023 03:10:40 Progress (1): 1.2/1.5 MB error 03-Jan-2023 03:10:40 Progress (1): 1.2/1.5 MB error 03-Jan-2023 03:10:40 Progress (1): 1.2/1.5 MB error 03-Jan-2023 03:10:40 Progress (1): 1.2/1.5 MB error 03-Jan-2023 03:10:40 Progress (1): 1.2/1.5 MB error 03-Jan-2023 03:10:40 Progress (1): 1.2/1.5 MB error 03-Jan-2023 03:10:40 Progress (1): 1.3/1.5 MB error 03-Jan-2023 03:10:40 Progress (1): 1.3/1.5 MB error 03-Jan-2023 03:10:40 Progress (1): 1.3/1.5 MB error 03-Jan-2023 03:10:40 Progress (1): 1.3/1.5 MB error 03-Jan-2023 03:10:40 Progress (1): 1.3/1.5 MB error 03-Jan-2023 03:10:40 Progress (1): 1.3/1.5 MB error 03-Jan-2023 03:10:40 Progress (1): 1.3/1.5 MB error 03-Jan-2023 03:10:40 Progress (1): 1.3/1.5 MB error 03-Jan-2023 03:10:40 Progress (1): 1.3/1.5 MB error 03-Jan-2023 03:10:40 Progress (1): 1.3/1.5 MB error 03-Jan-2023 03:10:40 Progress (1): 1.3/1.5 MB error 03-Jan-2023 03:10:40 Progress (1): 1.3/1.5 MB error 03-Jan-2023 03:10:40 Progress (1): 1.4/1.5 MB error 03-Jan-2023 03:10:40 Progress (1): 1.4/1.5 MB error 03-Jan-2023 03:10:40 Progress (1): 1.4/1.5 MB error 03-Jan-2023 03:10:40 Progress (1): 1.4/1.5 MB error 03-Jan-2023 03:10:40 Progress (1): 1.4/1.5 MB error 03-Jan-2023 03:10:40 Progress (1): 1.4/1.5 MB error 03-Jan-2023 03:10:40 Progress (1): 1.4/1.5 MB error 03-Jan-2023 03:10:40 Progress (1): 1.4/1.5 MB error 03-Jan-2023 03:10:40 Progress (1): 1.4/1.5 MB error 03-Jan-2023 03:10:40 Progress (1): 1.4/1.5 MB error 03-Jan-2023 03:10:40 Progress (1): 1.4/1.5 MB error 03-Jan-2023 03:10:40 Progress (1): 1.5/1.5 MB error 03-Jan-2023 03:10:40 Progress (1): 1.5 MB error 03-Jan-2023 03:10:40 error 03-Jan-2023 03:10:40 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/htmlformentryui-omod/2.2.0/htmlformentryui-omod-2.2.0.jar (1.5 MB at 2.8 MB/s) error 03-Jan-2023 03:10:40 #21 82.69 [INFO] Configured Artifact: org.openmrs.module:referencedemodata-omod:1.4.8:jar error 03-Jan-2023 03:10:40 #21 82.69 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/referencedemodata-omod/1.4.8/referencedemodata-omod-1.4.8.pom error 03-Jan-2023 03:10:40 #21 82.80 Progress (1): 3.3/4.9 kB error 03-Jan-2023 03:10:40 Progress (1): 4.9 kB error 03-Jan-2023 03:10:40 error 03-Jan-2023 03:10:40 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/referencedemodata-omod/1.4.8/referencedemodata-omod-1.4.8.pom (4.9 kB at 23 kB/s) error 03-Jan-2023 03:10:40 #21 82.91 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/referencedemodata/1.4.8/referencedemodata-1.4.8.pom error 03-Jan-2023 03:10:40 #21 83.01 Progress (1): 3.3/9.9 kB error 03-Jan-2023 03:10:40 Progress (1): 6.1/9.9 kB error 03-Jan-2023 03:10:40 Progress (1): 8.9/9.9 kB error 03-Jan-2023 03:10:40 Progress (1): 9.9 kB error 03-Jan-2023 03:10:40 error 03-Jan-2023 03:10:40 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/referencedemodata/1.4.8/referencedemodata-1.4.8.pom (9.9 kB at 44 kB/s) error 03-Jan-2023 03:10:40 #21 83.13 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/referencedemodata-omod/1.4.8/referencedemodata-omod-1.4.8.jar error 03-Jan-2023 03:10:40 #21 83.24 Progress (1): 3.3/57 kB error 03-Jan-2023 03:10:40 Progress (1): 6.1/57 kB error 03-Jan-2023 03:10:40 Progress (1): 8.9/57 kB error 03-Jan-2023 03:10:40 Progress (1): 12/57 kB error 03-Jan-2023 03:10:40 Progress (1): 14/57 kB error 03-Jan-2023 03:10:40 Progress (1): 17/57 kB error 03-Jan-2023 03:10:40 Progress (1): 20/57 kB error 03-Jan-2023 03:10:40 Progress (1): 23/57 kB error 03-Jan-2023 03:10:40 Progress (1): 26/57 kB error 03-Jan-2023 03:10:40 Progress (1): 28/57 kB error 03-Jan-2023 03:10:40 Progress (1): 31/57 kB error 03-Jan-2023 03:10:40 Progress (1): 34/57 kB error 03-Jan-2023 03:10:40 Progress (1): 37/57 kB error 03-Jan-2023 03:10:40 Progress (1): 40/57 kB error 03-Jan-2023 03:10:40 Progress (1): 42/57 kB error 03-Jan-2023 03:10:40 Progress (1): 45/57 kB error 03-Jan-2023 03:10:40 Progress (1): 48/57 kB error 03-Jan-2023 03:10:40 Progress (1): 51/57 kB error 03-Jan-2023 03:10:40 Progress (1): 54/57 kB error 03-Jan-2023 03:10:40 Progress (1): 56/57 kB error 03-Jan-2023 03:10:40 Progress (1): 57 kB error 03-Jan-2023 03:10:40 error 03-Jan-2023 03:10:40 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/referencedemodata-omod/1.4.8/referencedemodata-omod-1.4.8.jar (57 kB at 260 kB/s) error 03-Jan-2023 03:10:40 #21 83.35 [INFO] Configured Artifact: org.openmrs.module:emrapi-omod:1.33.0:jar error 03-Jan-2023 03:10:40 #21 83.36 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/emrapi-omod/1.33.0/emrapi-omod-1.33.0.pom error 03-Jan-2023 03:10:41 #21 83.46 Progress (1): 3.3/19 kB error 03-Jan-2023 03:10:41 Progress (1): 6.1/19 kB error 03-Jan-2023 03:10:41 Progress (1): 8.9/19 kB error 03-Jan-2023 03:10:41 Progress (1): 12/19 kB error 03-Jan-2023 03:10:41 Progress (1): 15/19 kB error 03-Jan-2023 03:10:41 Progress (1): 17/19 kB error 03-Jan-2023 03:10:41 Progress (1): 19 kB error 03-Jan-2023 03:10:41 error 03-Jan-2023 03:10:41 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/emrapi-omod/1.33.0/emrapi-omod-1.33.0.pom (19 kB at 86 kB/s) error 03-Jan-2023 03:10:41 #21 83.59 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/emrapi/1.33.0/emrapi-1.33.0.pom error 03-Jan-2023 03:10:41 #21 83.69 Progress (1): 3.3/15 kB error 03-Jan-2023 03:10:41 Progress (1): 6.1/15 kB error 03-Jan-2023 03:10:41 Progress (1): 8.9/15 kB error 03-Jan-2023 03:10:41 Progress (1): 12/15 kB error 03-Jan-2023 03:10:41 Progress (1): 15/15 kB error 03-Jan-2023 03:10:41 Progress (1): 15 kB error 03-Jan-2023 03:10:41 error 03-Jan-2023 03:10:41 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/emrapi/1.33.0/emrapi-1.33.0.pom (15 kB at 65 kB/s) error 03-Jan-2023 03:10:41 #21 83.81 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/emrapi-omod/1.33.0/emrapi-omod-1.33.0.jar error 03-Jan-2023 03:10:41 #21 84.10 Progress (1): 0/1.0 MB error 03-Jan-2023 03:10:41 Progress (1): 0/1.0 MB error 03-Jan-2023 03:10:41 Progress (1): 0/1.0 MB error 03-Jan-2023 03:10:41 Progress (1): 0/1.0 MB error 03-Jan-2023 03:10:41 Progress (1): 0/1.0 MB error 03-Jan-2023 03:10:41 Progress (1): 0/1.0 MB error 03-Jan-2023 03:10:41 Progress (1): 0.1/1.0 MB error 03-Jan-2023 03:10:41 Progress (1): 0.1/1.0 MB error 03-Jan-2023 03:10:41 Progress (1): 0.1/1.0 MB error 03-Jan-2023 03:10:41 Progress (1): 0.1/1.0 MB error 03-Jan-2023 03:10:41 Progress (1): 0.1/1.0 MB error 03-Jan-2023 03:10:41 Progress (1): 0.1/1.0 MB error 03-Jan-2023 03:10:41 Progress (1): 0.1/1.0 MB error 03-Jan-2023 03:10:41 Progress (1): 0.1/1.0 MB error 03-Jan-2023 03:10:41 Progress (1): 0.1/1.0 MB error 03-Jan-2023 03:10:41 Progress (1): 0.1/1.0 MB error 03-Jan-2023 03:10:41 Progress (1): 0.1/1.0 MB error 03-Jan-2023 03:10:41 Progress (1): 0.1/1.0 MB error 03-Jan-2023 03:10:41 Progress (1): 0.1/1.0 MB error 03-Jan-2023 03:10:41 Progress (1): 0.2/1.0 MB error 03-Jan-2023 03:10:41 Progress (1): 0.2/1.0 MB error 03-Jan-2023 03:10:41 Progress (1): 0.2/1.0 MB error 03-Jan-2023 03:10:41 Progress (1): 0.2/1.0 MB error 03-Jan-2023 03:10:41 Progress (1): 0.2/1.0 MB error 03-Jan-2023 03:10:41 Progress (1): 0.2/1.0 MB error 03-Jan-2023 03:10:41 Progress (1): 0.2/1.0 MB error 03-Jan-2023 03:10:41 Progress (1): 0.2/1.0 MB error 03-Jan-2023 03:10:41 Progress (1): 0.2/1.0 MB error 03-Jan-2023 03:10:41 Progress (1): 0.2/1.0 MB error 03-Jan-2023 03:10:41 Progress (1): 0.2/1.0 MB error 03-Jan-2023 03:10:41 Progress (1): 0.2/1.0 MB error 03-Jan-2023 03:10:41 Progress (1): 0.3/1.0 MB error 03-Jan-2023 03:10:41 Progress (1): 0.3/1.0 MB error 03-Jan-2023 03:10:41 Progress (1): 0.3/1.0 MB error 03-Jan-2023 03:10:41 Progress (1): 0.3/1.0 MB error 03-Jan-2023 03:10:41 Progress (1): 0.3/1.0 MB error 03-Jan-2023 03:10:41 Progress (1): 0.3/1.0 MB error 03-Jan-2023 03:10:41 Progress (1): 0.3/1.0 MB error 03-Jan-2023 03:10:41 Progress (1): 0.3/1.0 MB error 03-Jan-2023 03:10:41 Progress (1): 0.3/1.0 MB error 03-Jan-2023 03:10:41 Progress (1): 0.3/1.0 MB error 03-Jan-2023 03:10:41 Progress (1): 0.3/1.0 MB error 03-Jan-2023 03:10:41 Progress (1): 0.3/1.0 MB error 03-Jan-2023 03:10:41 Progress (1): 0.3/1.0 MB error 03-Jan-2023 03:10:41 Progress (1): 0.4/1.0 MB error 03-Jan-2023 03:10:41 Progress (1): 0.4/1.0 MB error 03-Jan-2023 03:10:41 Progress (1): 0.4/1.0 MB error 03-Jan-2023 03:10:41 Progress (1): 0.4/1.0 MB error 03-Jan-2023 03:10:41 Progress (1): 0.4/1.0 MB error 03-Jan-2023 03:10:41 Progress (1): 0.4/1.0 MB error 03-Jan-2023 03:10:41 Progress (1): 0.4/1.0 MB error 03-Jan-2023 03:10:41 Progress (1): 0.4/1.0 MB error 03-Jan-2023 03:10:41 Progress (1): 0.4/1.0 MB error 03-Jan-2023 03:10:41 Progress (1): 0.4/1.0 MB error 03-Jan-2023 03:10:41 Progress (1): 0.4/1.0 MB error 03-Jan-2023 03:10:41 Progress (1): 0.4/1.0 MB error 03-Jan-2023 03:10:41 Progress (1): 0.4/1.0 MB error 03-Jan-2023 03:10:41 Progress (1): 0.5/1.0 MB error 03-Jan-2023 03:10:41 Progress (1): 0.5/1.0 MB error 03-Jan-2023 03:10:41 Progress (1): 0.5/1.0 MB error 03-Jan-2023 03:10:41 Progress (1): 0.5/1.0 MB error 03-Jan-2023 03:10:41 Progress (1): 0.5/1.0 MB error 03-Jan-2023 03:10:41 Progress (1): 0.5/1.0 MB error 03-Jan-2023 03:10:41 Progress (1): 0.5/1.0 MB error 03-Jan-2023 03:10:41 Progress (1): 0.5/1.0 MB error 03-Jan-2023 03:10:41 Progress (1): 0.5/1.0 MB error 03-Jan-2023 03:10:41 Progress (1): 0.5/1.0 MB error 03-Jan-2023 03:10:41 Progress (1): 0.5/1.0 MB error 03-Jan-2023 03:10:41 Progress (1): 0.5/1.0 MB error 03-Jan-2023 03:10:41 Progress (1): 0.6/1.0 MB error 03-Jan-2023 03:10:41 Progress (1): 0.6/1.0 MB error 03-Jan-2023 03:10:41 Progress (1): 0.6/1.0 MB error 03-Jan-2023 03:10:41 Progress (1): 0.6/1.0 MB error 03-Jan-2023 03:10:41 Progress (1): 0.6/1.0 MB error 03-Jan-2023 03:10:41 Progress (1): 0.6/1.0 MB error 03-Jan-2023 03:10:41 Progress (1): 0.6/1.0 MB error 03-Jan-2023 03:10:41 Progress (1): 0.6/1.0 MB error 03-Jan-2023 03:10:41 Progress (1): 0.6/1.0 MB error 03-Jan-2023 03:10:41 Progress (1): 0.6/1.0 MB error 03-Jan-2023 03:10:41 Progress (1): 0.6/1.0 MB error 03-Jan-2023 03:10:41 Progress (1): 0.6/1.0 MB error 03-Jan-2023 03:10:41 Progress (1): 0.6/1.0 MB error 03-Jan-2023 03:10:41 Progress (1): 0.7/1.0 MB error 03-Jan-2023 03:10:41 Progress (1): 0.7/1.0 MB error 03-Jan-2023 03:10:41 Progress (1): 0.7/1.0 MB error 03-Jan-2023 03:10:41 Progress (1): 0.7/1.0 MB error 03-Jan-2023 03:10:41 Progress (1): 0.7/1.0 MB error 03-Jan-2023 03:10:41 Progress (1): 0.7/1.0 MB error 03-Jan-2023 03:10:41 Progress (1): 0.7/1.0 MB error 03-Jan-2023 03:10:41 Progress (1): 0.7/1.0 MB error 03-Jan-2023 03:10:41 Progress (1): 0.7/1.0 MB error 03-Jan-2023 03:10:41 Progress (1): 0.7/1.0 MB error 03-Jan-2023 03:10:41 Progress (1): 0.7/1.0 MB error 03-Jan-2023 03:10:41 Progress (1): 0.7/1.0 MB error 03-Jan-2023 03:10:41 Progress (1): 0.7/1.0 MB error 03-Jan-2023 03:10:41 Progress (1): 0.8/1.0 MB error 03-Jan-2023 03:10:41 Progress (1): 0.8/1.0 MB error 03-Jan-2023 03:10:41 Progress (1): 0.8/1.0 MB error 03-Jan-2023 03:10:41 Progress (1): 0.8/1.0 MB error 03-Jan-2023 03:10:41 Progress (1): 0.8/1.0 MB error 03-Jan-2023 03:10:41 Progress (1): 0.8/1.0 MB error 03-Jan-2023 03:10:41 Progress (1): 0.8/1.0 MB error 03-Jan-2023 03:10:41 Progress (1): 0.8/1.0 MB error 03-Jan-2023 03:10:41 Progress (1): 0.8/1.0 MB error 03-Jan-2023 03:10:41 Progress (1): 0.8/1.0 MB error 03-Jan-2023 03:10:41 Progress (1): 0.8/1.0 MB error 03-Jan-2023 03:10:41 Progress (1): 0.8/1.0 MB error 03-Jan-2023 03:10:41 Progress (1): 0.9/1.0 MB error 03-Jan-2023 03:10:41 Progress (1): 0.9/1.0 MB error 03-Jan-2023 03:10:41 Progress (1): 0.9/1.0 MB error 03-Jan-2023 03:10:41 Progress (1): 0.9/1.0 MB error 03-Jan-2023 03:10:41 Progress (1): 0.9/1.0 MB error 03-Jan-2023 03:10:41 Progress (1): 0.9/1.0 MB error 03-Jan-2023 03:10:41 Progress (1): 0.9/1.0 MB error 03-Jan-2023 03:10:41 Progress (1): 0.9/1.0 MB error 03-Jan-2023 03:10:41 Progress (1): 0.9/1.0 MB error 03-Jan-2023 03:10:41 Progress (1): 0.9/1.0 MB error 03-Jan-2023 03:10:41 Progress (1): 0.9/1.0 MB error 03-Jan-2023 03:10:41 Progress (1): 0.9/1.0 MB error 03-Jan-2023 03:10:41 Progress (1): 0.9/1.0 MB error 03-Jan-2023 03:10:41 Progress (1): 1.0/1.0 MB error 03-Jan-2023 03:10:41 Progress (1): 1.0/1.0 MB error 03-Jan-2023 03:10:41 Progress (1): 1.0/1.0 MB error 03-Jan-2023 03:10:41 Progress (1): 1.0/1.0 MB error 03-Jan-2023 03:10:41 Progress (1): 1.0/1.0 MB error 03-Jan-2023 03:10:41 Progress (1): 1.0/1.0 MB error 03-Jan-2023 03:10:41 Progress (1): 1.0/1.0 MB error 03-Jan-2023 03:10:41 Progress (1): 1.0/1.0 MB error 03-Jan-2023 03:10:41 Progress (1): 1.0/1.0 MB error 03-Jan-2023 03:10:41 Progress (1): 1.0/1.0 MB error 03-Jan-2023 03:10:41 Progress (1): 1.0 MB error 03-Jan-2023 03:10:41 error 03-Jan-2023 03:10:41 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/emrapi-omod/1.33.0/emrapi-omod-1.33.0.jar (1.0 MB at 2.4 MB/s) error 03-Jan-2023 03:10:41 #21 84.25 [INFO] Configured Artifact: org.openmrs.module:referenceapplication-omod:2.13.0-SNAPSHOT:jar error 03-Jan-2023 03:10:41 #21 84.27 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/referenceapplication-omod/2.13.0-SNAPSHOT/maven-metadata.xml error 03-Jan-2023 03:10:41 #21 84.39 Progress (1): 802 B error 03-Jan-2023 03:10:42 error 03-Jan-2023 03:10:42 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/referenceapplication-omod/2.13.0-SNAPSHOT/maven-metadata.xml (802 B at 3.5 kB/s) error 03-Jan-2023 03:10:42 #21 84.50 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/referenceapplication-omod/2.13.0-SNAPSHOT/referenceapplication-omod-2.13.0-20230102.174931-193.pom error 03-Jan-2023 03:10:42 #21 84.61 Progress (1): 3.2/8.8 kB error 03-Jan-2023 03:10:42 Progress (1): 6.0/8.8 kB error 03-Jan-2023 03:10:42 Progress (1): 8.8 kB error 03-Jan-2023 03:10:42 error 03-Jan-2023 03:10:42 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/referenceapplication-omod/2.13.0-SNAPSHOT/referenceapplication-omod-2.13.0-20230102.174931-193.pom (8.8 kB at 40 kB/s) error 03-Jan-2023 03:10:42 #21 84.72 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/referenceapplication/2.13.0-SNAPSHOT/maven-metadata.xml error 03-Jan-2023 03:10:42 #21 84.83 Progress (1): 621 B error 03-Jan-2023 03:10:42 error 03-Jan-2023 03:10:42 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/referenceapplication/2.13.0-SNAPSHOT/maven-metadata.xml (621 B at 2.8 kB/s) error 03-Jan-2023 03:10:42 #21 84.94 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/referenceapplication/2.13.0-SNAPSHOT/referenceapplication-2.13.0-20230102.174931-193.pom error 03-Jan-2023 03:10:42 #21 85.05 Progress (1): 3.2/22 kB error 03-Jan-2023 03:10:42 Progress (1): 6.0/22 kB error 03-Jan-2023 03:10:42 Progress (1): 8.8/22 kB error 03-Jan-2023 03:10:42 Progress (1): 12/22 kB error 03-Jan-2023 03:10:42 Progress (1): 14/22 kB error 03-Jan-2023 03:10:42 Progress (1): 17/22 kB error 03-Jan-2023 03:10:42 Progress (1): 20/22 kB error 03-Jan-2023 03:10:42 Progress (1): 22 kB error 03-Jan-2023 03:10:42 error 03-Jan-2023 03:10:42 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/referenceapplication/2.13.0-SNAPSHOT/referenceapplication-2.13.0-20230102.174931-193.pom (22 kB at 100 kB/s) error 03-Jan-2023 03:10:42 #21 85.17 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/referenceapplication-omod/2.13.0-SNAPSHOT/referenceapplication-omod-2.13.0-20230102.174931-193.jar error 03-Jan-2023 03:10:42 #21 ... error 03-Jan-2023 03:10:42 error 03-Jan-2023 03:10:42 #18 [linux/arm64 dev 4/4] RUN mvn -s /usr/share/maven/ref/settings-docker.xml install error 03-Jan-2023 03:10:42 #18 77.23 Progress (1): 3.3/59 kB error 03-Jan-2023 03:10:42 Progress (1): 6.1/59 kB error 03-Jan-2023 03:10:42 Progress (1): 8.9/59 kB error 03-Jan-2023 03:10:42 Progress (1): 12/59 kB error 03-Jan-2023 03:10:42 Progress (1): 15/59 kB error 03-Jan-2023 03:10:42 Progress (1): 17/59 kB error 03-Jan-2023 03:10:42 Progress (1): 20/59 kB error 03-Jan-2023 03:10:42 Progress (1): 23/59 kB error 03-Jan-2023 03:10:42 Progress (1): 26/59 kB error 03-Jan-2023 03:10:42 Progress (1): 29/59 kB error 03-Jan-2023 03:10:42 Progress (1): 31/59 kB error 03-Jan-2023 03:10:42 Progress (1): 34/59 kB error 03-Jan-2023 03:10:42 Progress (1): 37/59 kB error 03-Jan-2023 03:10:42 Progress (1): 40/59 kB error 03-Jan-2023 03:10:42 Progress (1): 43/59 kB error 03-Jan-2023 03:10:42 Progress (1): 45/59 kB error 03-Jan-2023 03:10:42 Progress (1): 48/59 kB error 03-Jan-2023 03:10:42 Progress (1): 51/59 kB error 03-Jan-2023 03:10:42 Progress (1): 54/59 kB error 03-Jan-2023 03:10:42 Progress (1): 56/59 kB error 03-Jan-2023 03:10:42 Progress (1): 59 kB error 03-Jan-2023 03:10:42 error 03-Jan-2023 03:10:42 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/dbunit/dbunit/2.7.2/dbunit-2.7.2.pom (59 kB at 135 kB/s) error 03-Jan-2023 03:10:42 #18 78.75 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/springframework/spring-core/5.2.14.RELEASE/spring-core-5.2.14.RELEASE.jar error 03-Jan-2023 03:10:42 #18 78.75 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/api/openmrs-api/2.5.8/openmrs-api-2.5.8.jar error 03-Jan-2023 03:10:42 #18 78.76 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/springframework/spring-jcl/5.2.14.RELEASE/spring-jcl-5.2.14.RELEASE.jar error 03-Jan-2023 03:10:42 #18 78.77 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/springframework/spring-context/5.2.14.RELEASE/spring-context-5.2.14.RELEASE.jar error 03-Jan-2023 03:10:42 #18 78.78 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/springframework/spring-beans/5.2.14.RELEASE/spring-beans-5.2.14.RELEASE.jar error 03-Jan-2023 03:10:42 #18 80.92 Progress (1): 3.3/24 kB error 03-Jan-2023 03:10:42 Progress (1): 6.1/24 kB error 03-Jan-2023 03:10:42 Progress (1): 8.9/24 kB error 03-Jan-2023 03:10:42 Progress (1): 12/24 kB error 03-Jan-2023 03:10:42 Progress (1): 14/24 kB error 03-Jan-2023 03:10:42 Progress (1): 17/24 kB error 03-Jan-2023 03:10:42 Progress (1): 20/24 kB error 03-Jan-2023 03:10:42 Progress (1): 23/24 kB error 03-Jan-2023 03:10:42 Progress (1): 24 kB error 03-Jan-2023 03:10:42 Progress (2): 24 kB | 0/2.9 MB error 03-Jan-2023 03:10:42 error 03-Jan-2023 03:10:42 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/springframework/spring-jcl/5.2.14.RELEASE/spring-jcl-5.2.14.RELEASE.jar (24 kB at 8.9 kB/s) error 03-Jan-2023 03:10:42 #18 81.43 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/springframework/spring-expression/5.2.14.RELEASE/spring-expression-5.2.14.RELEASE.jar error 03-Jan-2023 03:10:42 #18 81.51 Progress (1): 0/2.9 MB error 03-Jan-2023 03:10:42 Progress (1): 0.1/2.9 MB error 03-Jan-2023 03:10:42 Progress (2): 0.1/2.9 MB | 4.1/689 kB error 03-Jan-2023 03:10:42 Progress (2): 0.1/2.9 MB | 8.2/689 kB error 03-Jan-2023 03:10:42 Progress (2): 0.1/2.9 MB | 12/689 kB error 03-Jan-2023 03:10:42 Progress (2): 0.1/2.9 MB | 16/689 kB error 03-Jan-2023 03:10:42 Progress (2): 0.1/2.9 MB | 16/689 kB error 03-Jan-2023 03:10:42 Progress (2): 0.1/2.9 MB | 16/689 kB error 03-Jan-2023 03:10:42 Progress (2): 0.1/2.9 MB | 16/689 kB error 03-Jan-2023 03:10:42 Progress (3): 0.1/2.9 MB | 16/689 kB | 0/1.4 MB error 03-Jan-2023 03:10:42 Progress (3): 0.1/2.9 MB | 16/689 kB | 0/1.4 MB error 03-Jan-2023 03:10:42 Progress (4): 0.1/2.9 MB | 16/689 kB | 0/1.4 MB | 0/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 0.1/2.9 MB | 16/689 kB | 0/1.4 MB | 0/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 0.1/2.9 MB | 16/689 kB | 0/1.4 MB | 0/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 0.1/2.9 MB | 16/689 kB | 0/1.4 MB | 0/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 0.2/2.9 MB | 16/689 kB | 0/1.4 MB | 0/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 0.2/2.9 MB | 20/689 kB | 0/1.4 MB | 0/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 0.2/2.9 MB | 20/689 kB | 0/1.4 MB | 0/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 0.2/2.9 MB | 20/689 kB | 0/1.4 MB | 0/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 0.2/2.9 MB | 20/689 kB | 0/1.4 MB | 0/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 0.2/2.9 MB | 20/689 kB | 0/1.4 MB | 0/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 0.2/2.9 MB | 20/689 kB | 0/1.4 MB | 0/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 0.2/2.9 MB | 25/689 kB | 0/1.4 MB | 0/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 0.2/2.9 MB | 25/689 kB | 0.1/1.4 MB | 0/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 0.2/2.9 MB | 25/689 kB | 0.1/1.4 MB | 0/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 0.2/2.9 MB | 25/689 kB | 0.1/1.4 MB | 0/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 0.2/2.9 MB | 25/689 kB | 0.1/1.4 MB | 0/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 0.2/2.9 MB | 25/689 kB | 0.1/1.4 MB | 0/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 0.2/2.9 MB | 25/689 kB | 0.1/1.4 MB | 0/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 0.2/2.9 MB | 29/689 kB | 0.1/1.4 MB | 0/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 0.2/2.9 MB | 33/689 kB | 0.1/1.4 MB | 0/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 0.2/2.9 MB | 33/689 kB | 0.1/1.4 MB | 0/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 0.2/2.9 MB | 37/689 kB | 0.1/1.4 MB | 0/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 0.2/2.9 MB | 41/689 kB | 0.1/1.4 MB | 0/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 0.2/2.9 MB | 45/689 kB | 0.1/1.4 MB | 0/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 0.2/2.9 MB | 49/689 kB | 0.1/1.4 MB | 0/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 0.2/2.9 MB | 52/689 kB | 0.1/1.4 MB | 0/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 0.2/2.9 MB | 56/689 kB | 0.1/1.4 MB | 0/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 0.2/2.9 MB | 56/689 kB | 0.1/1.4 MB | 0/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 0.2/2.9 MB | 56/689 kB | 0.1/1.4 MB | 0/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 0.2/2.9 MB | 56/689 kB | 0.1/1.4 MB | 0/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 0.2/2.9 MB | 56/689 kB | 0.1/1.4 MB | 0/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 0.2/2.9 MB | 56/689 kB | 0.1/1.4 MB | 0.1/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 0.2/2.9 MB | 56/689 kB | 0.1/1.4 MB | 0.1/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 0.2/2.9 MB | 56/689 kB | 0.1/1.4 MB | 0.1/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 0.2/2.9 MB | 56/689 kB | 0.1/1.4 MB | 0.1/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 0.2/2.9 MB | 56/689 kB | 0.1/1.4 MB | 0.1/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 0.2/2.9 MB | 56/689 kB | 0.1/1.4 MB | 0.1/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 0.2/2.9 MB | 56/689 kB | 0.1/1.4 MB | 0.1/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 0.3/2.9 MB | 56/689 kB | 0.1/1.4 MB | 0.1/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 0.3/2.9 MB | 60/689 kB | 0.1/1.4 MB | 0.1/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 0.3/2.9 MB | 64/689 kB | 0.1/1.4 MB | 0.1/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 0.3/2.9 MB | 68/689 kB | 0.1/1.4 MB | 0.1/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 0.3/2.9 MB | 68/689 kB | 0.1/1.4 MB | 0.1/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 0.3/2.9 MB | 68/689 kB | 0.1/1.4 MB | 0.1/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 0.3/2.9 MB | 68/689 kB | 0.1/1.4 MB | 0.1/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 0.3/2.9 MB | 68/689 kB | 0.1/1.4 MB | 0.1/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 0.3/2.9 MB | 72/689 kB | 0.1/1.4 MB | 0.1/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 0.3/2.9 MB | 72/689 kB | 0.1/1.4 MB | 0.1/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 0.3/2.9 MB | 76/689 kB | 0.1/1.4 MB | 0.1/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 0.3/2.9 MB | 80/689 kB | 0.1/1.4 MB | 0.1/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 0.3/2.9 MB | 84/689 kB | 0.1/1.4 MB | 0.1/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 0.3/2.9 MB | 86/689 kB | 0.1/1.4 MB | 0.1/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 0.3/2.9 MB | 90/689 kB | 0.1/1.4 MB | 0.1/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 0.3/2.9 MB | 95/689 kB | 0.1/1.4 MB | 0.1/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 0.3/2.9 MB | 99/689 kB | 0.1/1.4 MB | 0.1/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 0.3/2.9 MB | 99/689 kB | 0.1/1.4 MB | 0.1/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 0.3/2.9 MB | 99/689 kB | 0.1/1.4 MB | 0.1/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 0.3/2.9 MB | 99/689 kB | 0.1/1.4 MB | 0.1/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 0.3/2.9 MB | 99/689 kB | 0.1/1.4 MB | 0.1/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 0.3/2.9 MB | 103/689 kB | 0.1/1.4 MB | 0.1/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 0.3/2.9 MB | 107/689 kB | 0.1/1.4 MB | 0.1/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 0.3/2.9 MB | 111/689 kB | 0.1/1.4 MB | 0.1/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 0.3/2.9 MB | 111/689 kB | 0.1/1.4 MB | 0.1/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 0.3/2.9 MB | 111/689 kB | 0.1/1.4 MB | 0.1/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 0.3/2.9 MB | 115/689 kB | 0.1/1.4 MB | 0.1/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 0.3/2.9 MB | 115/689 kB | 0.1/1.4 MB | 0.1/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 0.3/2.9 MB | 119/689 kB | 0.1/1.4 MB | 0.1/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 0.3/2.9 MB | 121/689 kB | 0.1/1.4 MB | 0.1/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 0.3/2.9 MB | 121/689 kB | 0.1/1.4 MB | 0.1/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 0.3/2.9 MB | 125/689 kB | 0.1/1.4 MB | 0.1/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 0.3/2.9 MB | 125/689 kB | 0.1/1.4 MB | 0.1/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 0.3/2.9 MB | 125/689 kB | 0.1/1.4 MB | 0.1/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 0.3/2.9 MB | 125/689 kB | 0.1/1.4 MB | 0.1/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 0.3/2.9 MB | 125/689 kB | 0.1/1.4 MB | 0.2/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 0.3/2.9 MB | 125/689 kB | 0.1/1.4 MB | 0.2/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 0.3/2.9 MB | 125/689 kB | 0.1/1.4 MB | 0.2/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 0.3/2.9 MB | 125/689 kB | 0.2/1.4 MB | 0.2/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 0.3/2.9 MB | 125/689 kB | 0.2/1.4 MB | 0.2/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 0.4/2.9 MB | 125/689 kB | 0.2/1.4 MB | 0.2/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 0.4/2.9 MB | 129/689 kB | 0.2/1.4 MB | 0.2/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 0.4/2.9 MB | 133/689 kB | 0.2/1.4 MB | 0.2/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 0.4/2.9 MB | 133/689 kB | 0.2/1.4 MB | 0.2/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 0.4/2.9 MB | 138/689 kB | 0.2/1.4 MB | 0.2/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 0.4/2.9 MB | 138/689 kB | 0.2/1.4 MB | 0.2/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 0.4/2.9 MB | 138/689 kB | 0.2/1.4 MB | 0.2/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 0.4/2.9 MB | 138/689 kB | 0.2/1.4 MB | 0.2/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 0.4/2.9 MB | 138/689 kB | 0.2/1.4 MB | 0.2/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 0.4/2.9 MB | 138/689 kB | 0.2/1.4 MB | 0.2/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 0.4/2.9 MB | 138/689 kB | 0.2/1.4 MB | 0.2/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 0.4/2.9 MB | 142/689 kB | 0.2/1.4 MB | 0.2/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 0.4/2.9 MB | 146/689 kB | 0.2/1.4 MB | 0.2/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 0.4/2.9 MB | 150/689 kB | 0.2/1.4 MB | 0.2/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 0.4/2.9 MB | 154/689 kB | 0.2/1.4 MB | 0.2/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 0.4/2.9 MB | 156/689 kB | 0.2/1.4 MB | 0.2/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 0.4/2.9 MB | 156/689 kB | 0.2/1.4 MB | 0.2/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 0.4/2.9 MB | 156/689 kB | 0.2/1.4 MB | 0.2/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 0.4/2.9 MB | 156/689 kB | 0.2/1.4 MB | 0.2/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 0.4/2.9 MB | 156/689 kB | 0.2/1.4 MB | 0.2/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 0.4/2.9 MB | 156/689 kB | 0.2/1.4 MB | 0.2/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 0.4/2.9 MB | 160/689 kB | 0.2/1.4 MB | 0.2/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 0.4/2.9 MB | 160/689 kB | 0.2/1.4 MB | 0.2/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 0.4/2.9 MB | 160/689 kB | 0.2/1.4 MB | 0.2/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 0.4/2.9 MB | 164/689 kB | 0.2/1.4 MB | 0.2/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 0.4/2.9 MB | 168/689 kB | 0.2/1.4 MB | 0.2/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 0.4/2.9 MB | 172/689 kB | 0.2/1.4 MB | 0.2/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 0.4/2.9 MB | 172/689 kB | 0.2/1.4 MB | 0.2/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 0.4/2.9 MB | 172/689 kB | 0.2/1.4 MB | 0.2/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 0.4/2.9 MB | 172/689 kB | 0.2/1.4 MB | 0.2/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 0.4/2.9 MB | 172/689 kB | 0.2/1.4 MB | 0.2/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 0.4/2.9 MB | 176/689 kB | 0.2/1.4 MB | 0.2/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 0.4/2.9 MB | 176/689 kB | 0.2/1.4 MB | 0.2/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 0.4/2.9 MB | 176/689 kB | 0.2/1.4 MB | 0.2/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 0.4/2.9 MB | 176/689 kB | 0.2/1.4 MB | 0.2/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 0.4/2.9 MB | 176/689 kB | 0.2/1.4 MB | 0.2/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 0.4/2.9 MB | 176/689 kB | 0.2/1.4 MB | 0.2/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 0.4/2.9 MB | 176/689 kB | 0.3/1.4 MB | 0.2/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 0.4/2.9 MB | 176/689 kB | 0.3/1.4 MB | 0.3/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 0.4/2.9 MB | 176/689 kB | 0.3/1.4 MB | 0.3/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 0.5/2.9 MB | 176/689 kB | 0.3/1.4 MB | 0.3/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 0.5/2.9 MB | 176/689 kB | 0.3/1.4 MB | 0.3/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 0.5/2.9 MB | 176/689 kB | 0.3/1.4 MB | 0.3/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 0.5/2.9 MB | 176/689 kB | 0.3/1.4 MB | 0.3/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 0.5/2.9 MB | 181/689 kB | 0.3/1.4 MB | 0.3/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 0.5/2.9 MB | 185/689 kB | 0.3/1.4 MB | 0.3/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 0.5/2.9 MB | 189/689 kB | 0.3/1.4 MB | 0.3/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 0.5/2.9 MB | 191/689 kB | 0.3/1.4 MB | 0.3/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 0.5/2.9 MB | 191/689 kB | 0.3/1.4 MB | 0.3/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 0.5/2.9 MB | 191/689 kB | 0.3/1.4 MB | 0.3/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 0.5/2.9 MB | 191/689 kB | 0.3/1.4 MB | 0.3/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 0.5/2.9 MB | 191/689 kB | 0.3/1.4 MB | 0.3/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 0.5/2.9 MB | 195/689 kB | 0.3/1.4 MB | 0.3/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 0.5/2.9 MB | 199/689 kB | 0.3/1.4 MB | 0.3/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 0.5/2.9 MB | 199/689 kB | 0.3/1.4 MB | 0.3/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 0.5/2.9 MB | 199/689 kB | 0.3/1.4 MB | 0.3/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 0.5/2.9 MB | 199/689 kB | 0.3/1.4 MB | 0.3/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 0.5/2.9 MB | 199/689 kB | 0.3/1.4 MB | 0.3/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 0.5/2.9 MB | 203/689 kB | 0.3/1.4 MB | 0.3/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 0.5/2.9 MB | 203/689 kB | 0.3/1.4 MB | 0.3/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 0.5/2.9 MB | 207/689 kB | 0.3/1.4 MB | 0.3/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 0.5/2.9 MB | 207/689 kB | 0.3/1.4 MB | 0.3/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 0.5/2.9 MB | 211/689 kB | 0.3/1.4 MB | 0.3/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 0.5/2.9 MB | 211/689 kB | 0.3/1.4 MB | 0.3/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 0.5/2.9 MB | 211/689 kB | 0.3/1.4 MB | 0.3/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 0.5/2.9 MB | 211/689 kB | 0.3/1.4 MB | 0.3/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 0.5/2.9 MB | 211/689 kB | 0.3/1.4 MB | 0.3/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 0.5/2.9 MB | 211/689 kB | 0.3/1.4 MB | 0.3/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 0.5/2.9 MB | 215/689 kB | 0.3/1.4 MB | 0.3/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 0.5/2.9 MB | 215/689 kB | 0.3/1.4 MB | 0.3/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 0.5/2.9 MB | 215/689 kB | 0.3/1.4 MB | 0.3/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 0.5/2.9 MB | 215/689 kB | 0.3/1.4 MB | 0.3/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 0.5/2.9 MB | 215/689 kB | 0.3/1.4 MB | 0.3/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 0.5/2.9 MB | 219/689 kB | 0.3/1.4 MB | 0.3/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 0.5/2.9 MB | 219/689 kB | 0.3/1.4 MB | 0.3/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 0.5/2.9 MB | 224/689 kB | 0.3/1.4 MB | 0.3/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 0.5/2.9 MB | 224/689 kB | 0.4/1.4 MB | 0.3/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 0.5/2.9 MB | 224/689 kB | 0.4/1.4 MB | 0.3/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 0.5/2.9 MB | 224/689 kB | 0.4/1.4 MB | 0.3/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 0.5/2.9 MB | 224/689 kB | 0.4/1.4 MB | 0.3/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 0.5/2.9 MB | 224/689 kB | 0.4/1.4 MB | 0.3/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 0.5/2.9 MB | 224/689 kB | 0.4/1.4 MB | 0.3/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 0.5/2.9 MB | 224/689 kB | 0.4/1.4 MB | 0.3/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 0.5/2.9 MB | 224/689 kB | 0.4/1.4 MB | 0.3/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 0.5/2.9 MB | 224/689 kB | 0.4/1.4 MB | 0.3/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 0.5/2.9 MB | 224/689 kB | 0.4/1.4 MB | 0.3/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 0.5/2.9 MB | 226/689 kB | 0.4/1.4 MB | 0.3/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 0.5/2.9 MB | 230/689 kB | 0.4/1.4 MB | 0.3/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 0.5/2.9 MB | 230/689 kB | 0.4/1.4 MB | 0.3/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 0.6/2.9 MB | 230/689 kB | 0.4/1.4 MB | 0.3/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 0.6/2.9 MB | 230/689 kB | 0.4/1.4 MB | 0.3/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 0.6/2.9 MB | 230/689 kB | 0.4/1.4 MB | 0.3/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 0.6/2.9 MB | 230/689 kB | 0.4/1.4 MB | 0.3/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 0.6/2.9 MB | 230/689 kB | 0.4/1.4 MB | 0.3/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 0.6/2.9 MB | 230/689 kB | 0.5/1.4 MB | 0.3/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 0.6/2.9 MB | 230/689 kB | 0.5/1.4 MB | 0.3/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 0.6/2.9 MB | 230/689 kB | 0.5/1.4 MB | 0.4/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 0.6/2.9 MB | 234/689 kB | 0.5/1.4 MB | 0.4/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 0.6/2.9 MB | 238/689 kB | 0.5/1.4 MB | 0.4/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 0.6/2.9 MB | 242/689 kB | 0.5/1.4 MB | 0.4/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 0.6/2.9 MB | 246/689 kB | 0.5/1.4 MB | 0.4/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 0.6/2.9 MB | 250/689 kB | 0.5/1.4 MB | 0.4/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 0.6/2.9 MB | 254/689 kB | 0.5/1.4 MB | 0.4/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 0.6/2.9 MB | 258/689 kB | 0.5/1.4 MB | 0.4/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 0.6/2.9 MB | 258/689 kB | 0.5/1.4 MB | 0.4/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 0.6/2.9 MB | 258/689 kB | 0.5/1.4 MB | 0.4/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 0.6/2.9 MB | 258/689 kB | 0.5/1.4 MB | 0.4/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 0.6/2.9 MB | 258/689 kB | 0.5/1.4 MB | 0.4/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 0.6/2.9 MB | 260/689 kB | 0.5/1.4 MB | 0.4/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 0.6/2.9 MB | 260/689 kB | 0.5/1.4 MB | 0.4/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 0.6/2.9 MB | 260/689 kB | 0.5/1.4 MB | 0.4/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 0.6/2.9 MB | 265/689 kB | 0.5/1.4 MB | 0.4/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 0.6/2.9 MB | 269/689 kB | 0.5/1.4 MB | 0.4/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 0.6/2.9 MB | 269/689 kB | 0.5/1.4 MB | 0.4/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 0.6/2.9 MB | 269/689 kB | 0.5/1.4 MB | 0.4/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 0.6/2.9 MB | 269/689 kB | 0.5/1.4 MB | 0.4/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 0.6/2.9 MB | 273/689 kB | 0.5/1.4 MB | 0.4/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 0.6/2.9 MB | 277/689 kB | 0.5/1.4 MB | 0.4/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 0.6/2.9 MB | 277/689 kB | 0.5/1.4 MB | 0.4/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 0.6/2.9 MB | 277/689 kB | 0.5/1.4 MB | 0.4/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 0.6/2.9 MB | 277/689 kB | 0.5/1.4 MB | 0.4/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 0.6/2.9 MB | 277/689 kB | 0.5/1.4 MB | 0.4/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 0.6/2.9 MB | 277/689 kB | 0.5/1.4 MB | 0.4/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 0.6/2.9 MB | 277/689 kB | 0.5/1.4 MB | 0.4/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 0.7/2.9 MB | 277/689 kB | 0.5/1.4 MB | 0.4/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 0.7/2.9 MB | 277/689 kB | 0.5/1.4 MB | 0.4/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 0.7/2.9 MB | 277/689 kB | 0.5/1.4 MB | 0.4/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 0.7/2.9 MB | 277/689 kB | 0.5/1.4 MB | 0.4/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 0.7/2.9 MB | 277/689 kB | 0.5/1.4 MB | 0.4/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 0.7/2.9 MB | 277/689 kB | 0.5/1.4 MB | 0.4/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 0.7/2.9 MB | 277/689 kB | 0.5/1.4 MB | 0.4/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 0.7/2.9 MB | 277/689 kB | 0.5/1.4 MB | 0.4/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 0.7/2.9 MB | 277/689 kB | 0.5/1.4 MB | 0.4/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 0.7/2.9 MB | 277/689 kB | 0.5/1.4 MB | 0.4/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 0.7/2.9 MB | 281/689 kB | 0.5/1.4 MB | 0.4/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 0.7/2.9 MB | 281/689 kB | 0.5/1.4 MB | 0.4/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 0.7/2.9 MB | 281/689 kB | 0.6/1.4 MB | 0.4/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 0.7/2.9 MB | 285/689 kB | 0.6/1.4 MB | 0.4/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 0.7/2.9 MB | 289/689 kB | 0.6/1.4 MB | 0.4/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 0.7/2.9 MB | 293/689 kB | 0.6/1.4 MB | 0.4/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 0.7/2.9 MB | 295/689 kB | 0.6/1.4 MB | 0.4/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 0.7/2.9 MB | 295/689 kB | 0.6/1.4 MB | 0.4/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 0.7/2.9 MB | 295/689 kB | 0.6/1.4 MB | 0.4/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 0.7/2.9 MB | 299/689 kB | 0.6/1.4 MB | 0.4/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 0.7/2.9 MB | 299/689 kB | 0.6/1.4 MB | 0.4/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 0.7/2.9 MB | 303/689 kB | 0.6/1.4 MB | 0.4/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 0.7/2.9 MB | 308/689 kB | 0.6/1.4 MB | 0.4/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 0.7/2.9 MB | 312/689 kB | 0.6/1.4 MB | 0.4/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 0.7/2.9 MB | 312/689 kB | 0.6/1.4 MB | 0.4/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 0.7/2.9 MB | 316/689 kB | 0.6/1.4 MB | 0.4/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 0.7/2.9 MB | 320/689 kB | 0.6/1.4 MB | 0.4/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 0.7/2.9 MB | 324/689 kB | 0.6/1.4 MB | 0.4/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 0.7/2.9 MB | 328/689 kB | 0.6/1.4 MB | 0.4/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 0.7/2.9 MB | 330/689 kB | 0.6/1.4 MB | 0.4/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 0.7/2.9 MB | 330/689 kB | 0.6/1.4 MB | 0.4/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 0.7/2.9 MB | 334/689 kB | 0.6/1.4 MB | 0.4/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 0.7/2.9 MB | 338/689 kB | 0.6/1.4 MB | 0.4/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 0.7/2.9 MB | 342/689 kB | 0.6/1.4 MB | 0.4/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 0.7/2.9 MB | 342/689 kB | 0.6/1.4 MB | 0.5/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 0.7/2.9 MB | 342/689 kB | 0.6/1.4 MB | 0.5/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 0.7/2.9 MB | 342/689 kB | 0.6/1.4 MB | 0.5/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 0.8/2.9 MB | 342/689 kB | 0.6/1.4 MB | 0.5/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 0.8/2.9 MB | 342/689 kB | 0.6/1.4 MB | 0.5/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 0.8/2.9 MB | 346/689 kB | 0.6/1.4 MB | 0.5/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 0.8/2.9 MB | 351/689 kB | 0.6/1.4 MB | 0.5/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 0.8/2.9 MB | 351/689 kB | 0.6/1.4 MB | 0.5/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 0.8/2.9 MB | 351/689 kB | 0.6/1.4 MB | 0.5/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 0.8/2.9 MB | 351/689 kB | 0.6/1.4 MB | 0.5/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 0.8/2.9 MB | 351/689 kB | 0.6/1.4 MB | 0.5/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 0.8/2.9 MB | 355/689 kB | 0.6/1.4 MB | 0.5/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 0.8/2.9 MB | 355/689 kB | 0.6/1.4 MB | 0.5/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 0.8/2.9 MB | 355/689 kB | 0.6/1.4 MB | 0.5/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 0.8/2.9 MB | 359/689 kB | 0.6/1.4 MB | 0.5/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 0.8/2.9 MB | 359/689 kB | 0.6/1.4 MB | 0.5/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 0.8/2.9 MB | 363/689 kB | 0.6/1.4 MB | 0.5/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 0.8/2.9 MB | 365/689 kB | 0.6/1.4 MB | 0.5/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 0.8/2.9 MB | 365/689 kB | 0.6/1.4 MB | 0.5/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 0.8/2.9 MB | 365/689 kB | 0.6/1.4 MB | 0.5/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 0.8/2.9 MB | 365/689 kB | 0.6/1.4 MB | 0.5/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 0.8/2.9 MB | 369/689 kB | 0.6/1.4 MB | 0.5/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 0.8/2.9 MB | 373/689 kB | 0.6/1.4 MB | 0.5/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 0.8/2.9 MB | 377/689 kB | 0.6/1.4 MB | 0.5/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 0.8/2.9 MB | 377/689 kB | 0.6/1.4 MB | 0.5/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 0.8/2.9 MB | 377/689 kB | 0.6/1.4 MB | 0.5/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 0.8/2.9 MB | 377/689 kB | 0.6/1.4 MB | 0.5/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 0.8/2.9 MB | 381/689 kB | 0.6/1.4 MB | 0.5/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 0.8/2.9 MB | 385/689 kB | 0.6/1.4 MB | 0.5/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 0.8/2.9 MB | 385/689 kB | 0.6/1.4 MB | 0.5/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 0.8/2.9 MB | 385/689 kB | 0.6/1.4 MB | 0.5/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 0.8/2.9 MB | 385/689 kB | 0.6/1.4 MB | 0.5/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 0.8/2.9 MB | 385/689 kB | 0.6/1.4 MB | 0.5/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 0.8/2.9 MB | 385/689 kB | 0.6/1.4 MB | 0.5/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 0.8/2.9 MB | 385/689 kB | 0.7/1.4 MB | 0.5/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 0.8/2.9 MB | 385/689 kB | 0.7/1.4 MB | 0.5/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 0.8/2.9 MB | 385/689 kB | 0.7/1.4 MB | 0.5/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 0.8/2.9 MB | 385/689 kB | 0.7/1.4 MB | 0.5/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 0.8/2.9 MB | 385/689 kB | 0.7/1.4 MB | 0.5/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 0.8/2.9 MB | 385/689 kB | 0.7/1.4 MB | 0.6/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 0.8/2.9 MB | 389/689 kB | 0.7/1.4 MB | 0.6/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 0.8/2.9 MB | 394/689 kB | 0.7/1.4 MB | 0.6/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 0.8/2.9 MB | 398/689 kB | 0.7/1.4 MB | 0.6/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 0.9/2.9 MB | 398/689 kB | 0.7/1.4 MB | 0.6/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 0.9/2.9 MB | 400/689 kB | 0.7/1.4 MB | 0.6/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 0.9/2.9 MB | 400/689 kB | 0.7/1.4 MB | 0.6/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 0.9/2.9 MB | 400/689 kB | 0.7/1.4 MB | 0.6/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 0.9/2.9 MB | 400/689 kB | 0.7/1.4 MB | 0.6/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 0.9/2.9 MB | 400/689 kB | 0.7/1.4 MB | 0.6/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 0.9/2.9 MB | 400/689 kB | 0.7/1.4 MB | 0.6/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 0.9/2.9 MB | 404/689 kB | 0.7/1.4 MB | 0.6/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 0.9/2.9 MB | 404/689 kB | 0.7/1.4 MB | 0.6/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 0.9/2.9 MB | 408/689 kB | 0.7/1.4 MB | 0.6/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 0.9/2.9 MB | 408/689 kB | 0.7/1.4 MB | 0.6/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 0.9/2.9 MB | 412/689 kB | 0.7/1.4 MB | 0.6/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 0.9/2.9 MB | 416/689 kB | 0.7/1.4 MB | 0.6/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 0.9/2.9 MB | 416/689 kB | 0.7/1.4 MB | 0.6/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 0.9/2.9 MB | 416/689 kB | 0.7/1.4 MB | 0.6/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 0.9/2.9 MB | 420/689 kB | 0.7/1.4 MB | 0.6/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 0.9/2.9 MB | 420/689 kB | 0.7/1.4 MB | 0.6/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 0.9/2.9 MB | 420/689 kB | 0.7/1.4 MB | 0.6/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 0.9/2.9 MB | 420/689 kB | 0.7/1.4 MB | 0.6/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 0.9/2.9 MB | 424/689 kB | 0.7/1.4 MB | 0.6/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 0.9/2.9 MB | 428/689 kB | 0.7/1.4 MB | 0.6/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 0.9/2.9 MB | 432/689 kB | 0.7/1.4 MB | 0.6/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 0.9/2.9 MB | 432/689 kB | 0.7/1.4 MB | 0.6/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 0.9/2.9 MB | 432/689 kB | 0.7/1.4 MB | 0.6/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 0.9/2.9 MB | 432/689 kB | 0.7/1.4 MB | 0.6/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 0.9/2.9 MB | 432/689 kB | 0.7/1.4 MB | 0.6/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 0.9/2.9 MB | 435/689 kB | 0.7/1.4 MB | 0.6/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 0.9/2.9 MB | 439/689 kB | 0.7/1.4 MB | 0.6/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 0.9/2.9 MB | 439/689 kB | 0.7/1.4 MB | 0.6/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 0.9/2.9 MB | 443/689 kB | 0.7/1.4 MB | 0.6/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 0.9/2.9 MB | 443/689 kB | 0.8/1.4 MB | 0.6/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 0.9/2.9 MB | 443/689 kB | 0.8/1.4 MB | 0.6/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 0.9/2.9 MB | 447/689 kB | 0.8/1.4 MB | 0.6/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 0.9/2.9 MB | 447/689 kB | 0.8/1.4 MB | 0.6/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 0.9/2.9 MB | 451/689 kB | 0.8/1.4 MB | 0.6/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 0.9/2.9 MB | 451/689 kB | 0.8/1.4 MB | 0.6/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 0.9/2.9 MB | 451/689 kB | 0.8/1.4 MB | 0.6/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 0.9/2.9 MB | 455/689 kB | 0.8/1.4 MB | 0.6/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 0.9/2.9 MB | 455/689 kB | 0.8/1.4 MB | 0.6/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 0.9/2.9 MB | 455/689 kB | 0.8/1.4 MB | 0.6/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 0.9/2.9 MB | 455/689 kB | 0.8/1.4 MB | 0.6/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 0.9/2.9 MB | 455/689 kB | 0.8/1.4 MB | 0.6/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 0.9/2.9 MB | 455/689 kB | 0.8/1.4 MB | 0.6/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 0.9/2.9 MB | 459/689 kB | 0.8/1.4 MB | 0.6/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 0.9/2.9 MB | 459/689 kB | 0.8/1.4 MB | 0.6/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 0.9/2.9 MB | 459/689 kB | 0.8/1.4 MB | 0.6/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 1.0/2.9 MB | 459/689 kB | 0.8/1.4 MB | 0.6/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 1.0/2.9 MB | 459/689 kB | 0.8/1.4 MB | 0.6/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 1.0/2.9 MB | 463/689 kB | 0.8/1.4 MB | 0.6/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 1.0/2.9 MB | 463/689 kB | 0.8/1.4 MB | 0.6/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 1.0/2.9 MB | 467/689 kB | 0.8/1.4 MB | 0.6/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 1.0/2.9 MB | 469/689 kB | 0.8/1.4 MB | 0.6/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 1.0/2.9 MB | 473/689 kB | 0.8/1.4 MB | 0.6/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 1.0/2.9 MB | 473/689 kB | 0.8/1.4 MB | 0.7/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 1.0/2.9 MB | 473/689 kB | 0.8/1.4 MB | 0.7/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 1.0/2.9 MB | 473/689 kB | 0.8/1.4 MB | 0.7/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 1.0/2.9 MB | 478/689 kB | 0.8/1.4 MB | 0.7/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 1.0/2.9 MB | 478/689 kB | 0.8/1.4 MB | 0.7/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 1.0/2.9 MB | 478/689 kB | 0.8/1.4 MB | 0.7/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 1.0/2.9 MB | 478/689 kB | 0.8/1.4 MB | 0.7/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 1.0/2.9 MB | 478/689 kB | 0.8/1.4 MB | 0.7/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 1.0/2.9 MB | 478/689 kB | 0.8/1.4 MB | 0.7/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 1.0/2.9 MB | 482/689 kB | 0.8/1.4 MB | 0.7/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 1.0/2.9 MB | 482/689 kB | 0.8/1.4 MB | 0.7/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 1.0/2.9 MB | 486/689 kB | 0.8/1.4 MB | 0.7/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 1.0/2.9 MB | 486/689 kB | 0.8/1.4 MB | 0.7/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 1.0/2.9 MB | 486/689 kB | 0.8/1.4 MB | 0.7/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 1.0/2.9 MB | 486/689 kB | 0.8/1.4 MB | 0.7/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 1.0/2.9 MB | 486/689 kB | 0.9/1.4 MB | 0.7/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 1.0/2.9 MB | 486/689 kB | 0.9/1.4 MB | 0.7/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 1.0/2.9 MB | 486/689 kB | 0.9/1.4 MB | 0.7/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 1.0/2.9 MB | 486/689 kB | 0.9/1.4 MB | 0.7/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 1.0/2.9 MB | 486/689 kB | 0.9/1.4 MB | 0.7/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 1.0/2.9 MB | 490/689 kB | 0.9/1.4 MB | 0.7/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 1.0/2.9 MB | 494/689 kB | 0.9/1.4 MB | 0.7/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 1.0/2.9 MB | 498/689 kB | 0.9/1.4 MB | 0.7/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 1.0/2.9 MB | 502/689 kB | 0.9/1.4 MB | 0.7/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 1.0/2.9 MB | 502/689 kB | 0.9/1.4 MB | 0.7/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 1.0/2.9 MB | 502/689 kB | 0.9/1.4 MB | 0.7/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 1.0/2.9 MB | 502/689 kB | 0.9/1.4 MB | 0.7/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 1.0/2.9 MB | 502/689 kB | 0.9/1.4 MB | 0.7/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 1.0/2.9 MB | 502/689 kB | 0.9/1.4 MB | 0.7/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 1.0/2.9 MB | 502/689 kB | 0.9/1.4 MB | 0.7/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 1.0/2.9 MB | 504/689 kB | 0.9/1.4 MB | 0.7/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 1.0/2.9 MB | 508/689 kB | 0.9/1.4 MB | 0.7/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 1.0/2.9 MB | 512/689 kB | 0.9/1.4 MB | 0.7/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 1.0/2.9 MB | 512/689 kB | 0.9/1.4 MB | 0.7/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 1.0/2.9 MB | 512/689 kB | 0.9/1.4 MB | 0.7/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 1.0/2.9 MB | 512/689 kB | 0.9/1.4 MB | 0.7/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 1.0/2.9 MB | 512/689 kB | 0.9/1.4 MB | 0.7/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 1.0/2.9 MB | 516/689 kB | 0.9/1.4 MB | 0.7/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 1.0/2.9 MB | 521/689 kB | 0.9/1.4 MB | 0.7/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 1.0/2.9 MB | 521/689 kB | 0.9/1.4 MB | 0.7/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 1.0/2.9 MB | 521/689 kB | 0.9/1.4 MB | 0.8/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 1.0/2.9 MB | 521/689 kB | 0.9/1.4 MB | 0.8/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 1.0/2.9 MB | 521/689 kB | 0.9/1.4 MB | 0.8/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 1.0/2.9 MB | 521/689 kB | 0.9/1.4 MB | 0.8/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 1.0/2.9 MB | 521/689 kB | 0.9/1.4 MB | 0.8/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 1.0/2.9 MB | 521/689 kB | 0.9/1.4 MB | 0.8/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 1.0/2.9 MB | 521/689 kB | 0.9/1.4 MB | 0.8/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 1.0/2.9 MB | 521/689 kB | 0.9/1.4 MB | 0.8/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 1.0/2.9 MB | 525/689 kB | 0.9/1.4 MB | 0.8/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 1.0/2.9 MB | 529/689 kB | 0.9/1.4 MB | 0.8/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 1.0/2.9 MB | 533/689 kB | 0.9/1.4 MB | 0.8/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 1.0/2.9 MB | 537/689 kB | 0.9/1.4 MB | 0.8/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 1.0/2.9 MB | 539/689 kB | 0.9/1.4 MB | 0.8/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 1.0/2.9 MB | 543/689 kB | 0.9/1.4 MB | 0.8/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 1.0/2.9 MB | 547/689 kB | 0.9/1.4 MB | 0.8/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 1.1/2.9 MB | 547/689 kB | 0.9/1.4 MB | 0.8/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 1.1/2.9 MB | 547/689 kB | 0.9/1.4 MB | 0.8/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 1.1/2.9 MB | 547/689 kB | 0.9/1.4 MB | 0.8/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 1.1/2.9 MB | 547/689 kB | 0.9/1.4 MB | 0.8/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 1.1/2.9 MB | 551/689 kB | 0.9/1.4 MB | 0.8/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 1.1/2.9 MB | 555/689 kB | 0.9/1.4 MB | 0.8/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 1.1/2.9 MB | 559/689 kB | 0.9/1.4 MB | 0.8/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 1.1/2.9 MB | 564/689 kB | 0.9/1.4 MB | 0.8/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 1.1/2.9 MB | 564/689 kB | 0.9/1.4 MB | 0.8/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 1.1/2.9 MB | 564/689 kB | 0.9/1.4 MB | 0.8/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 1.1/2.9 MB | 564/689 kB | 0.9/1.4 MB | 0.8/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 1.1/2.9 MB | 568/689 kB | 0.9/1.4 MB | 0.8/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 1.1/2.9 MB | 572/689 kB | 0.9/1.4 MB | 0.8/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 1.1/2.9 MB | 574/689 kB | 0.9/1.4 MB | 0.8/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 1.1/2.9 MB | 574/689 kB | 0.9/1.4 MB | 0.8/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 1.1/2.9 MB | 574/689 kB | 0.9/1.4 MB | 0.8/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 1.1/2.9 MB | 578/689 kB | 0.9/1.4 MB | 0.8/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 1.1/2.9 MB | 578/689 kB | 1.0/1.4 MB | 0.8/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 1.1/2.9 MB | 578/689 kB | 1.0/1.4 MB | 0.8/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 1.1/2.9 MB | 578/689 kB | 1.0/1.4 MB | 0.8/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 1.1/2.9 MB | 582/689 kB | 1.0/1.4 MB | 0.8/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 1.1/2.9 MB | 586/689 kB | 1.0/1.4 MB | 0.8/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 1.1/2.9 MB | 590/689 kB | 1.0/1.4 MB | 0.8/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 1.1/2.9 MB | 594/689 kB | 1.0/1.4 MB | 0.8/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 1.1/2.9 MB | 594/689 kB | 1.0/1.4 MB | 0.8/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 1.1/2.9 MB | 594/689 kB | 1.0/1.4 MB | 0.8/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 1.2/2.9 MB | 594/689 kB | 1.0/1.4 MB | 0.8/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 1.2/2.9 MB | 594/689 kB | 1.0/1.4 MB | 0.8/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 1.2/2.9 MB | 594/689 kB | 1.0/1.4 MB | 0.8/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 1.2/2.9 MB | 594/689 kB | 1.0/1.4 MB | 0.8/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 1.2/2.9 MB | 598/689 kB | 1.0/1.4 MB | 0.8/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 1.2/2.9 MB | 602/689 kB | 1.0/1.4 MB | 0.8/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 1.2/2.9 MB | 607/689 kB | 1.0/1.4 MB | 0.8/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 1.2/2.9 MB | 607/689 kB | 1.0/1.4 MB | 0.8/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 1.2/2.9 MB | 607/689 kB | 1.0/1.4 MB | 0.8/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 1.2/2.9 MB | 609/689 kB | 1.0/1.4 MB | 0.8/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 1.2/2.9 MB | 609/689 kB | 1.0/1.4 MB | 0.8/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 1.2/2.9 MB | 609/689 kB | 1.0/1.4 MB | 0.8/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 1.2/2.9 MB | 609/689 kB | 1.0/1.4 MB | 0.8/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 1.2/2.9 MB | 613/689 kB | 1.0/1.4 MB | 0.8/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 1.2/2.9 MB | 617/689 kB | 1.0/1.4 MB | 0.8/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 1.2/2.9 MB | 621/689 kB | 1.0/1.4 MB | 0.8/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 1.2/2.9 MB | 625/689 kB | 1.0/1.4 MB | 0.8/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 1.2/2.9 MB | 629/689 kB | 1.0/1.4 MB | 0.8/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 1.2/2.9 MB | 629/689 kB | 1.0/1.4 MB | 0.8/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 1.2/2.9 MB | 629/689 kB | 1.0/1.4 MB | 0.8/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 1.2/2.9 MB | 629/689 kB | 1.0/1.4 MB | 0.9/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 1.2/2.9 MB | 629/689 kB | 1.0/1.4 MB | 0.9/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 1.2/2.9 MB | 629/689 kB | 1.0/1.4 MB | 0.9/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 1.2/2.9 MB | 633/689 kB | 1.0/1.4 MB | 0.9/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 1.2/2.9 MB | 637/689 kB | 1.0/1.4 MB | 0.9/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 1.2/2.9 MB | 641/689 kB | 1.0/1.4 MB | 0.9/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 1.2/2.9 MB | 641/689 kB | 1.0/1.4 MB | 0.9/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 1.2/2.9 MB | 641/689 kB | 1.0/1.4 MB | 0.9/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 1.2/2.9 MB | 641/689 kB | 1.0/1.4 MB | 0.9/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 1.2/2.9 MB | 641/689 kB | 1.0/1.4 MB | 0.9/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 1.2/2.9 MB | 641/689 kB | 1.0/1.4 MB | 0.9/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 1.2/2.9 MB | 643/689 kB | 1.0/1.4 MB | 0.9/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 1.2/2.9 MB | 648/689 kB | 1.0/1.4 MB | 0.9/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 1.2/2.9 MB | 652/689 kB | 1.0/1.4 MB | 0.9/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 1.2/2.9 MB | 652/689 kB | 1.0/1.4 MB | 0.9/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 1.2/2.9 MB | 652/689 kB | 1.0/1.4 MB | 0.9/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 1.3/2.9 MB | 652/689 kB | 1.0/1.4 MB | 0.9/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 1.3/2.9 MB | 652/689 kB | 1.0/1.4 MB | 0.9/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 1.3/2.9 MB | 656/689 kB | 1.0/1.4 MB | 0.9/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 1.3/2.9 MB | 656/689 kB | 1.0/1.4 MB | 0.9/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 1.3/2.9 MB | 656/689 kB | 1.0/1.4 MB | 0.9/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 1.3/2.9 MB | 656/689 kB | 1.0/1.4 MB | 0.9/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 1.3/2.9 MB | 656/689 kB | 1.1/1.4 MB | 0.9/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 1.3/2.9 MB | 660/689 kB | 1.1/1.4 MB | 0.9/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 1.3/2.9 MB | 660/689 kB | 1.1/1.4 MB | 0.9/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 1.3/2.9 MB | 660/689 kB | 1.1/1.4 MB | 0.9/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 1.3/2.9 MB | 660/689 kB | 1.1/1.4 MB | 0.9/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 1.3/2.9 MB | 664/689 kB | 1.1/1.4 MB | 0.9/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 1.3/2.9 MB | 664/689 kB | 1.1/1.4 MB | 0.9/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 1.3/2.9 MB | 664/689 kB | 1.1/1.4 MB | 0.9/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 1.3/2.9 MB | 668/689 kB | 1.1/1.4 MB | 0.9/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 1.3/2.9 MB | 672/689 kB | 1.1/1.4 MB | 0.9/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 1.3/2.9 MB | 676/689 kB | 1.1/1.4 MB | 0.9/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 1.3/2.9 MB | 678/689 kB | 1.1/1.4 MB | 0.9/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 1.3/2.9 MB | 678/689 kB | 1.1/1.4 MB | 0.9/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 1.3/2.9 MB | 678/689 kB | 1.1/1.4 MB | 0.9/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 1.3/2.9 MB | 678/689 kB | 1.1/1.4 MB | 0.9/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 1.3/2.9 MB | 678/689 kB | 1.1/1.4 MB | 0.9/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 1.3/2.9 MB | 678/689 kB | 1.1/1.4 MB | 0.9/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 1.3/2.9 MB | 678/689 kB | 1.1/1.4 MB | 0.9/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 1.3/2.9 MB | 678/689 kB | 1.1/1.4 MB | 1.0/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 1.3/2.9 MB | 678/689 kB | 1.1/1.4 MB | 1.0/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 1.3/2.9 MB | 678/689 kB | 1.1/1.4 MB | 1.0/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 1.3/2.9 MB | 678/689 kB | 1.1/1.4 MB | 1.0/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 1.3/2.9 MB | 678/689 kB | 1.1/1.4 MB | 1.0/1.2 MB error 03-Jan-2023 03:10:42 Progress (4): 1.3/2.9 MB | 678/689 kB | 1.1/1.4 MB | 1.0/1.2 MB error 03-Jan-2023 03:10:42 Progress (5): 1.3/2.9 MB | 678/689 kB | 1.1/1.4 MB | 1.0/1.2 MB | 4.1/282 kB error 03-Jan-2023 03:10:42 Progress (5): 1.3/2.9 MB | 682/689 kB | 1.1/1.4 MB | 1.0/1.2 MB | 4.1/282 kB error 03-Jan-2023 03:10:42 Progress (5): 1.3/2.9 MB | 682/689 kB | 1.1/1.4 MB | 1.0/1.2 MB | 4.1/282 kB error 03-Jan-2023 03:10:42 Progress (5): 1.3/2.9 MB | 682/689 kB | 1.1/1.4 MB | 1.0/1.2 MB | 4.1/282 kB error 03-Jan-2023 03:10:42 Progress (5): 1.3/2.9 MB | 682/689 kB | 1.1/1.4 MB | 1.0/1.2 MB | 4.1/282 kB error 03-Jan-2023 03:10:42 Progress (5): 1.3/2.9 MB | 682/689 kB | 1.1/1.4 MB | 1.0/1.2 MB | 4.1/282 kB error 03-Jan-2023 03:10:42 Progress (5): 1.3/2.9 MB | 682/689 kB | 1.1/1.4 MB | 1.0/1.2 MB | 4.1/282 kB error 03-Jan-2023 03:10:42 Progress (5): 1.3/2.9 MB | 682/689 kB | 1.1/1.4 MB | 1.0/1.2 MB | 4.1/282 kB error 03-Jan-2023 03:10:42 Progress (5): 1.3/2.9 MB | 682/689 kB | 1.1/1.4 MB | 1.0/1.2 MB | 4.1/282 kB error 03-Jan-2023 03:10:42 Progress (5): 1.4/2.9 MB | 682/689 kB | 1.1/1.4 MB | 1.0/1.2 MB | 4.1/282 kB error 03-Jan-2023 03:10:42 Progress (5): 1.4/2.9 MB | 686/689 kB | 1.1/1.4 MB | 1.0/1.2 MB | 4.1/282 kB error 03-Jan-2023 03:10:42 Progress (5): 1.4/2.9 MB | 689 kB | 1.1/1.4 MB | 1.0/1.2 MB | 4.1/282 kB error 03-Jan-2023 03:10:42 Progress (5): 1.4/2.9 MB | 689 kB | 1.1/1.4 MB | 1.0/1.2 MB | 4.1/282 kB error 03-Jan-2023 03:10:42 Progress (5): 1.4/2.9 MB | 689 kB | 1.1/1.4 MB | 1.0/1.2 MB | 4.1/282 kB error 03-Jan-2023 03:10:42 Progress (5): 1.4/2.9 MB | 689 kB | 1.1/1.4 MB | 1.0/1.2 MB | 4.1/282 kB error 03-Jan-2023 03:10:42 Progress (5): 1.4/2.9 MB | 689 kB | 1.1/1.4 MB | 1.0/1.2 MB | 4.1/282 kB error 03-Jan-2023 03:10:42 Progress (5): 1.4/2.9 MB | 689 kB | 1.1/1.4 MB | 1.0/1.2 MB | 7.5/282 kB error 03-Jan-2023 03:10:42 Progress (5): 1.4/2.9 MB | 689 kB | 1.1/1.4 MB | 1.0/1.2 MB | 7.5/282 kB error 03-Jan-2023 03:10:42 Progress (5): 1.4/2.9 MB | 689 kB | 1.1/1.4 MB | 1.0/1.2 MB | 7.5/282 kB error 03-Jan-2023 03:10:42 Progress (5): 1.4/2.9 MB | 689 kB | 1.1/1.4 MB | 1.0/1.2 MB | 12/282 kB error 03-Jan-2023 03:10:42 Progress (5): 1.4/2.9 MB | 689 kB | 1.1/1.4 MB | 1.0/1.2 MB | 12/282 kB error 03-Jan-2023 03:10:42 Progress (5): 1.4/2.9 MB | 689 kB | 1.1/1.4 MB | 1.0/1.2 MB | 16/282 kB error 03-Jan-2023 03:10:42 Progress (5): 1.4/2.9 MB | 689 kB | 1.1/1.4 MB | 1.0/1.2 MB | 16/282 kB error 03-Jan-2023 03:10:42 Progress (5): 1.4/2.9 MB | 689 kB | 1.2/1.4 MB | 1.0/1.2 MB | 16/282 kB error 03-Jan-2023 03:10:42 Progress (5): 1.4/2.9 MB | 689 kB | 1.2/1.4 MB | 1.0/1.2 MB | 20/282 kB error 03-Jan-2023 03:10:42 Progress (5): 1.4/2.9 MB | 689 kB | 1.2/1.4 MB | 1.0/1.2 MB | 24/282 kB error 03-Jan-2023 03:10:42 Progress (5): 1.4/2.9 MB | 689 kB | 1.2/1.4 MB | 1.0/1.2 MB | 24/282 kB error 03-Jan-2023 03:10:42 Progress (5): 1.4/2.9 MB | 689 kB | 1.2/1.4 MB | 1.0/1.2 MB | 24/282 kB error 03-Jan-2023 03:10:42 Progress (5): 1.4/2.9 MB | 689 kB | 1.2/1.4 MB | 1.0/1.2 MB | 24/282 kB error 03-Jan-2023 03:10:42 Progress (5): 1.4/2.9 MB | 689 kB | 1.2/1.4 MB | 1.0/1.2 MB | 24/282 kB error 03-Jan-2023 03:10:42 Progress (5): 1.4/2.9 MB | 689 kB | 1.2/1.4 MB | 1.0/1.2 MB | 24/282 kB error 03-Jan-2023 03:10:42 Progress (5): 1.4/2.9 MB | 689 kB | 1.2/1.4 MB | 1.0/1.2 MB | 28/282 kB error 03-Jan-2023 03:10:42 Progress (5): 1.4/2.9 MB | 689 kB | 1.2/1.4 MB | 1.0/1.2 MB | 32/282 kB error 03-Jan-2023 03:10:42 Progress (5): 1.4/2.9 MB | 689 kB | 1.2/1.4 MB | 1.0/1.2 MB | 32/282 kB error 03-Jan-2023 03:10:42 Progress (5): 1.4/2.9 MB | 689 kB | 1.2/1.4 MB | 1.0/1.2 MB | 36/282 kB error 03-Jan-2023 03:10:42 Progress (5): 1.4/2.9 MB | 689 kB | 1.2/1.4 MB | 1.1/1.2 MB | 36/282 kB error 03-Jan-2023 03:10:42 Progress (5): 1.4/2.9 MB | 689 kB | 1.2/1.4 MB | 1.1/1.2 MB | 40/282 kB error 03-Jan-2023 03:10:42 Progress (5): 1.4/2.9 MB | 689 kB | 1.2/1.4 MB | 1.1/1.2 MB | 40/282 kB error 03-Jan-2023 03:10:42 Progress (5): 1.4/2.9 MB | 689 kB | 1.2/1.4 MB | 1.1/1.2 MB | 42/282 kB error 03-Jan-2023 03:10:42 Progress (5): 1.4/2.9 MB | 689 kB | 1.2/1.4 MB | 1.1/1.2 MB | 46/282 kB error 03-Jan-2023 03:10:42 Progress (5): 1.4/2.9 MB | 689 kB | 1.2/1.4 MB | 1.1/1.2 MB | 46/282 kB error 03-Jan-2023 03:10:42 Progress (5): 1.4/2.9 MB | 689 kB | 1.2/1.4 MB | 1.1/1.2 MB | 46/282 kB error 03-Jan-2023 03:10:42 Progress (5): 1.5/2.9 MB | 689 kB | 1.2/1.4 MB | 1.1/1.2 MB | 46/282 kB error 03-Jan-2023 03:10:42 Progress (5): 1.5/2.9 MB | 689 kB | 1.2/1.4 MB | 1.1/1.2 MB | 46/282 kB error 03-Jan-2023 03:10:42 Progress (5): 1.5/2.9 MB | 689 kB | 1.2/1.4 MB | 1.1/1.2 MB | 46/282 kB error 03-Jan-2023 03:10:42 Progress (5): 1.5/2.9 MB | 689 kB | 1.2/1.4 MB | 1.1/1.2 MB | 51/282 kB error 03-Jan-2023 03:10:42 Progress (5): 1.5/2.9 MB | 689 kB | 1.2/1.4 MB | 1.1/1.2 MB | 51/282 kB error 03-Jan-2023 03:10:42 Progress (5): 1.5/2.9 MB | 689 kB | 1.2/1.4 MB | 1.1/1.2 MB | 51/282 kB error 03-Jan-2023 03:10:42 Progress (5): 1.5/2.9 MB | 689 kB | 1.2/1.4 MB | 1.1/1.2 MB | 55/282 kB error 03-Jan-2023 03:10:42 Progress (5): 1.5/2.9 MB | 689 kB | 1.2/1.4 MB | 1.1/1.2 MB | 59/282 kB error 03-Jan-2023 03:10:42 Progress (5): 1.5/2.9 MB | 689 kB | 1.2/1.4 MB | 1.1/1.2 MB | 59/282 kB error 03-Jan-2023 03:10:42 Progress (5): 1.5/2.9 MB | 689 kB | 1.2/1.4 MB | 1.1/1.2 MB | 59/282 kB error 03-Jan-2023 03:10:42 Progress (5): 1.5/2.9 MB | 689 kB | 1.2/1.4 MB | 1.1/1.2 MB | 59/282 kB error 03-Jan-2023 03:10:42 Progress (5): 1.5/2.9 MB | 689 kB | 1.2/1.4 MB | 1.1/1.2 MB | 59/282 kB error 03-Jan-2023 03:10:42 Progress (5): 1.5/2.9 MB | 689 kB | 1.2/1.4 MB | 1.1/1.2 MB | 59/282 kB error 03-Jan-2023 03:10:42 Progress (5): 1.5/2.9 MB | 689 kB | 1.2/1.4 MB | 1.1/1.2 MB | 63/282 kB error 03-Jan-2023 03:10:42 Progress (5): 1.5/2.9 MB | 689 kB | 1.2/1.4 MB | 1.1/1.2 MB | 67/282 kB error 03-Jan-2023 03:10:42 Progress (5): 1.5/2.9 MB | 689 kB | 1.2/1.4 MB | 1.1/1.2 MB | 71/282 kB error 03-Jan-2023 03:10:42 Progress (5): 1.5/2.9 MB | 689 kB | 1.2/1.4 MB | 1.1/1.2 MB | 75/282 kB error 03-Jan-2023 03:10:42 Progress (5): 1.5/2.9 MB | 689 kB | 1.2/1.4 MB | 1.1/1.2 MB | 77/282 kB error 03-Jan-2023 03:10:42 Progress (5): 1.5/2.9 MB | 689 kB | 1.2/1.4 MB | 1.1/1.2 MB | 77/282 kB error 03-Jan-2023 03:10:42 Progress (5): 1.5/2.9 MB | 689 kB | 1.2/1.4 MB | 1.1/1.2 MB | 77/282 kB error 03-Jan-2023 03:10:42 Progress (5): 1.5/2.9 MB | 689 kB | 1.2/1.4 MB | 1.1/1.2 MB | 77/282 kB error 03-Jan-2023 03:10:42 Progress (5): 1.5/2.9 MB | 689 kB | 1.2/1.4 MB | 1.1/1.2 MB | 77/282 kB error 03-Jan-2023 03:10:42 Progress (5): 1.5/2.9 MB | 689 kB | 1.2/1.4 MB | 1.1/1.2 MB | 77/282 kB error 03-Jan-2023 03:10:42 Progress (5): 1.5/2.9 MB | 689 kB | 1.2/1.4 MB | 1.1/1.2 MB | 77/282 kB error 03-Jan-2023 03:10:42 Progress (5): 1.5/2.9 MB | 689 kB | 1.3/1.4 MB | 1.1/1.2 MB | 77/282 kB error 03-Jan-2023 03:10:42 Progress (5): 1.5/2.9 MB | 689 kB | 1.3/1.4 MB | 1.1/1.2 MB | 77/282 kB error 03-Jan-2023 03:10:42 Progress (5): 1.5/2.9 MB | 689 kB | 1.3/1.4 MB | 1.1/1.2 MB | 77/282 kB error 03-Jan-2023 03:10:42 Progress (5): 1.5/2.9 MB | 689 kB | 1.3/1.4 MB | 1.1/1.2 MB | 77/282 kB error 03-Jan-2023 03:10:42 Progress (5): 1.5/2.9 MB | 689 kB | 1.3/1.4 MB | 1.1/1.2 MB | 77/282 kB error 03-Jan-2023 03:10:42 Progress (5): 1.5/2.9 MB | 689 kB | 1.3/1.4 MB | 1.1/1.2 MB | 77/282 kB error 03-Jan-2023 03:10:42 Progress (5): 1.5/2.9 MB | 689 kB | 1.3/1.4 MB | 1.1/1.2 MB | 81/282 kB error 03-Jan-2023 03:10:42 Progress (5): 1.5/2.9 MB | 689 kB | 1.3/1.4 MB | 1.1/1.2 MB | 85/282 kB error 03-Jan-2023 03:10:42 Progress (5): 1.5/2.9 MB | 689 kB | 1.3/1.4 MB | 1.1/1.2 MB | 89/282 kB error 03-Jan-2023 03:10:42 Progress (5): 1.5/2.9 MB | 689 kB | 1.3/1.4 MB | 1.1/1.2 MB | 94/282 kB error 03-Jan-2023 03:10:42 Progress (5): 1.5/2.9 MB | 689 kB | 1.3/1.4 MB | 1.1/1.2 MB | 94/282 kB error 03-Jan-2023 03:10:42 Progress (5): 1.5/2.9 MB | 689 kB | 1.3/1.4 MB | 1.1/1.2 MB | 98/282 kB error 03-Jan-2023 03:10:42 Progress (5): 1.5/2.9 MB | 689 kB | 1.3/1.4 MB | 1.1/1.2 MB | 98/282 kB error 03-Jan-2023 03:10:42 Progress (5): 1.5/2.9 MB | 689 kB | 1.3/1.4 MB | 1.1/1.2 MB | 98/282 kB error 03-Jan-2023 03:10:42 Progress (5): 1.6/2.9 MB | 689 kB | 1.3/1.4 MB | 1.1/1.2 MB | 98/282 kB error 03-Jan-2023 03:10:42 Progress (5): 1.6/2.9 MB | 689 kB | 1.3/1.4 MB | 1.1/1.2 MB | 102/282 kB error 03-Jan-2023 03:10:42 Progress (5): 1.6/2.9 MB | 689 kB | 1.3/1.4 MB | 1.1/1.2 MB | 106/282 kB error 03-Jan-2023 03:10:42 Progress (5): 1.6/2.9 MB | 689 kB | 1.3/1.4 MB | 1.1/1.2 MB | 110/282 kB error 03-Jan-2023 03:10:42 Progress (5): 1.6/2.9 MB | 689 kB | 1.3/1.4 MB | 1.1/1.2 MB | 112/282 kB error 03-Jan-2023 03:10:42 Progress (5): 1.6/2.9 MB | 689 kB | 1.3/1.4 MB | 1.1/1.2 MB | 112/282 kB error 03-Jan-2023 03:10:42 Progress (5): 1.6/2.9 MB | 689 kB | 1.3/1.4 MB | 1.2/1.2 MB | 112/282 kB error 03-Jan-2023 03:10:42 Progress (5): 1.6/2.9 MB | 689 kB | 1.3/1.4 MB | 1.2/1.2 MB | 112/282 kB error 03-Jan-2023 03:10:42 Progress (5): 1.6/2.9 MB | 689 kB | 1.3/1.4 MB | 1.2/1.2 MB | 112/282 kB error 03-Jan-2023 03:10:42 Progress (5): 1.6/2.9 MB | 689 kB | 1.3/1.4 MB | 1.2/1.2 MB | 112/282 kB error 03-Jan-2023 03:10:42 Progress (5): 1.6/2.9 MB | 689 kB | 1.3/1.4 MB | 1.2/1.2 MB | 112/282 kB error 03-Jan-2023 03:10:42 Progress (5): 1.6/2.9 MB | 689 kB | 1.3/1.4 MB | 1.2/1.2 MB | 112/282 kB error 03-Jan-2023 03:10:42 Progress (5): 1.6/2.9 MB | 689 kB | 1.3/1.4 MB | 1.2/1.2 MB | 112/282 kB error 03-Jan-2023 03:10:42 Progress (5): 1.6/2.9 MB | 689 kB | 1.3/1.4 MB | 1.2/1.2 MB | 112/282 kB error 03-Jan-2023 03:10:42 Progress (5): 1.6/2.9 MB | 689 kB | 1.3/1.4 MB | 1.2/1.2 MB | 112/282 kB error 03-Jan-2023 03:10:42 Progress (5): 1.6/2.9 MB | 689 kB | 1.3/1.4 MB | 1.2/1.2 MB | 116/282 kB error 03-Jan-2023 03:10:42 Progress (5): 1.6/2.9 MB | 689 kB | 1.3/1.4 MB | 1.2/1.2 MB | 120/282 kB error 03-Jan-2023 03:10:42 Progress (5): 1.6/2.9 MB | 689 kB | 1.3/1.4 MB | 1.2/1.2 MB | 124/282 kB error 03-Jan-2023 03:10:42 Progress (5): 1.6/2.9 MB | 689 kB | 1.3/1.4 MB | 1.2/1.2 MB | 128/282 kB error 03-Jan-2023 03:10:42 Progress (5): 1.6/2.9 MB | 689 kB | 1.3/1.4 MB | 1.2/1.2 MB | 132/282 kB error 03-Jan-2023 03:10:42 Progress (5): 1.6/2.9 MB | 689 kB | 1.3/1.4 MB | 1.2/1.2 MB | 137/282 kB error 03-Jan-2023 03:10:42 Progress (5): 1.6/2.9 MB | 689 kB | 1.3/1.4 MB | 1.2/1.2 MB | 137/282 kB error 03-Jan-2023 03:10:42 Progress (5): 1.6/2.9 MB | 689 kB | 1.3/1.4 MB | 1.2/1.2 MB | 141/282 kB error 03-Jan-2023 03:10:42 Progress (5): 1.6/2.9 MB | 689 kB | 1.3/1.4 MB | 1.2/1.2 MB | 141/282 kB error 03-Jan-2023 03:10:42 Progress (5): 1.6/2.9 MB | 689 kB | 1.3/1.4 MB | 1.2/1.2 MB | 141/282 kB error 03-Jan-2023 03:10:42 Progress (5): 1.6/2.9 MB | 689 kB | 1.3/1.4 MB | 1.2/1.2 MB | 145/282 kB error 03-Jan-2023 03:10:42 Progress (5): 1.6/2.9 MB | 689 kB | 1.3/1.4 MB | 1.2/1.2 MB | 147/282 kB error 03-Jan-2023 03:10:42 Progress (5): 1.6/2.9 MB | 689 kB | 1.3/1.4 MB | 1.2/1.2 MB | 147/282 kB error 03-Jan-2023 03:10:42 Progress (5): 1.6/2.9 MB | 689 kB | 1.3/1.4 MB | 1.2/1.2 MB | 147/282 kB error 03-Jan-2023 03:10:42 Progress (5): 1.6/2.9 MB | 689 kB | 1.3/1.4 MB | 1.2/1.2 MB | 147/282 kB error 03-Jan-2023 03:10:42 Progress (5): 1.6/2.9 MB | 689 kB | 1.3/1.4 MB | 1.2/1.2 MB | 147/282 kB error 03-Jan-2023 03:10:42 Progress (5): 1.6/2.9 MB | 689 kB | 1.3/1.4 MB | 1.2/1.2 MB | 147/282 kB error 03-Jan-2023 03:10:42 Progress (5): 1.6/2.9 MB | 689 kB | 1.3/1.4 MB | 1.2/1.2 MB | 147/282 kB error 03-Jan-2023 03:10:42 Progress (5): 1.6/2.9 MB | 689 kB | 1.3/1.4 MB | 1.2/1.2 MB | 147/282 kB error 03-Jan-2023 03:10:42 Progress (5): 1.6/2.9 MB | 689 kB | 1.3/1.4 MB | 1.2 MB | 147/282 kB error 03-Jan-2023 03:10:42 Progress (5): 1.6/2.9 MB | 689 kB | 1.3/1.4 MB | 1.2 MB | 147/282 kB error 03-Jan-2023 03:10:42 Progress (5): 1.7/2.9 MB | 689 kB | 1.3/1.4 MB | 1.2 MB | 147/282 kB error 03-Jan-2023 03:10:42 Progress (5): 1.7/2.9 MB | 689 kB | 1.4/1.4 MB | 1.2 MB | 147/282 kB error 03-Jan-2023 03:10:42 Progress (5): 1.7/2.9 MB | 689 kB | 1.4/1.4 MB | 1.2 MB | 151/282 kB error 03-Jan-2023 03:10:42 Progress (5): 1.7/2.9 MB | 689 kB | 1.4/1.4 MB | 1.2 MB | 155/282 kB error 03-Jan-2023 03:10:42 Progress (5): 1.7/2.9 MB | 689 kB | 1.4/1.4 MB | 1.2 MB | 159/282 kB error 03-Jan-2023 03:10:42 Progress (5): 1.7/2.9 MB | 689 kB | 1.4/1.4 MB | 1.2 MB | 163/282 kB error 03-Jan-2023 03:10:42 Progress (5): 1.7/2.9 MB | 689 kB | 1.4/1.4 MB | 1.2 MB | 163/282 kB error 03-Jan-2023 03:10:42 Progress (5): 1.7/2.9 MB | 689 kB | 1.4/1.4 MB | 1.2 MB | 163/282 kB error 03-Jan-2023 03:10:42 Progress (5): 1.7/2.9 MB | 689 kB | 1.4/1.4 MB | 1.2 MB | 163/282 kB error 03-Jan-2023 03:10:42 Progress (5): 1.7/2.9 MB | 689 kB | 1.4/1.4 MB | 1.2 MB | 163/282 kB error 03-Jan-2023 03:10:42 Progress (5): 1.7/2.9 MB | 689 kB | 1.4/1.4 MB | 1.2 MB | 163/282 kB error 03-Jan-2023 03:10:42 Progress (5): 1.7/2.9 MB | 689 kB | 1.4/1.4 MB | 1.2 MB | 163/282 kB error 03-Jan-2023 03:10:42 Progress (5): 1.7/2.9 MB | 689 kB | 1.4/1.4 MB | 1.2 MB | 163/282 kB error 03-Jan-2023 03:10:42 Progress (5): 1.7/2.9 MB | 689 kB | 1.4/1.4 MB | 1.2 MB | 163/282 kB error 03-Jan-2023 03:10:42 Progress (5): 1.7/2.9 MB | 689 kB | 1.4/1.4 MB | 1.2 MB | 163/282 kB error 03-Jan-2023 03:10:42 Progress (5): 1.7/2.9 MB | 689 kB | 1.4/1.4 MB | 1.2 MB | 163/282 kB error 03-Jan-2023 03:10:42 Progress (5): 1.7/2.9 MB | 689 kB | 1.4/1.4 MB | 1.2 MB | 163/282 kB error 03-Jan-2023 03:10:42 Progress (5): 1.7/2.9 MB | 689 kB | 1.4/1.4 MB | 1.2 MB | 167/282 kB error 03-Jan-2023 03:10:42 Progress (5): 1.7/2.9 MB | 689 kB | 1.4/1.4 MB | 1.2 MB | 171/282 kB error 03-Jan-2023 03:10:42 Progress (5): 1.7/2.9 MB | 689 kB | 1.4/1.4 MB | 1.2 MB | 175/282 kB error 03-Jan-2023 03:10:42 Progress (5): 1.7/2.9 MB | 689 kB | 1.4/1.4 MB | 1.2 MB | 180/282 kB error 03-Jan-2023 03:10:42 Progress (5): 1.7/2.9 MB | 689 kB | 1.4/1.4 MB | 1.2 MB | 180/282 kB error 03-Jan-2023 03:10:42 Progress (5): 1.7/2.9 MB | 689 kB | 1.4/1.4 MB | 1.2 MB | 180/282 kB error 03-Jan-2023 03:10:42 Progress (5): 1.7/2.9 MB | 689 kB | 1.4/1.4 MB | 1.2 MB | 182/282 kB error 03-Jan-2023 03:10:42 Progress (5): 1.7/2.9 MB | 689 kB | 1.4/1.4 MB | 1.2 MB | 182/282 kB error 03-Jan-2023 03:10:42 Progress (5): 1.8/2.9 MB | 689 kB | 1.4/1.4 MB | 1.2 MB | 182/282 kB error 03-Jan-2023 03:10:42 Progress (5): 1.8/2.9 MB | 689 kB | 1.4/1.4 MB | 1.2 MB | 182/282 kB error 03-Jan-2023 03:10:42 Progress (5): 1.8/2.9 MB | 689 kB | 1.4/1.4 MB | 1.2 MB | 182/282 kB error 03-Jan-2023 03:10:42 Progress (5): 1.8/2.9 MB | 689 kB | 1.4 MB | 1.2 MB | 182/282 kB error 03-Jan-2023 03:10:42 Progress (5): 1.8/2.9 MB | 689 kB | 1.4 MB | 1.2 MB | 182/282 kB error 03-Jan-2023 03:10:42 Progress (5): 1.8/2.9 MB | 689 kB | 1.4 MB | 1.2 MB | 186/282 kB error 03-Jan-2023 03:10:42 Progress (5): 1.8/2.9 MB | 689 kB | 1.4 MB | 1.2 MB | 186/282 kB error 03-Jan-2023 03:10:42 Progress (5): 1.8/2.9 MB | 689 kB | 1.4 MB | 1.2 MB | 190/282 kB error 03-Jan-2023 03:10:42 Progress (5): 1.8/2.9 MB | 689 kB | 1.4 MB | 1.2 MB | 194/282 kB error 03-Jan-2023 03:10:42 Progress (5): 1.8/2.9 MB | 689 kB | 1.4 MB | 1.2 MB | 198/282 kB error 03-Jan-2023 03:10:42 Progress (5): 1.8/2.9 MB | 689 kB | 1.4 MB | 1.2 MB | 198/282 kB error 03-Jan-2023 03:10:42 Progress (5): 1.8/2.9 MB | 689 kB | 1.4 MB | 1.2 MB | 202/282 kB error 03-Jan-2023 03:10:42 Progress (5): 1.8/2.9 MB | 689 kB | 1.4 MB | 1.2 MB | 202/282 kB error 03-Jan-2023 03:10:42 Progress (5): 1.9/2.9 MB | 689 kB | 1.4 MB | 1.2 MB | 202/282 kB error 03-Jan-2023 03:10:42 Progress (5): 1.9/2.9 MB | 689 kB | 1.4 MB | 1.2 MB | 202/282 kB error 03-Jan-2023 03:10:42 Progress (5): 1.9/2.9 MB | 689 kB | 1.4 MB | 1.2 MB | 206/282 kB error 03-Jan-2023 03:10:42 Progress (5): 1.9/2.9 MB | 689 kB | 1.4 MB | 1.2 MB | 210/282 kB error 03-Jan-2023 03:10:42 Progress (5): 1.9/2.9 MB | 689 kB | 1.4 MB | 1.2 MB | 210/282 kB error 03-Jan-2023 03:10:42 Progress (5): 1.9/2.9 MB | 689 kB | 1.4 MB | 1.2 MB | 214/282 kB error 03-Jan-2023 03:10:42 Progress (5): 1.9/2.9 MB | 689 kB | 1.4 MB | 1.2 MB | 214/282 kB error 03-Jan-2023 03:10:42 Progress (5): 1.9/2.9 MB | 689 kB | 1.4 MB | 1.2 MB | 214/282 kB error 03-Jan-2023 03:10:42 Progress (5): 1.9/2.9 MB | 689 kB | 1.4 MB | 1.2 MB | 214/282 kB error 03-Jan-2023 03:10:42 Progress (5): 1.9/2.9 MB | 689 kB | 1.4 MB | 1.2 MB | 216/282 kB error 03-Jan-2023 03:10:42 Progress (5): 1.9/2.9 MB | 689 kB | 1.4 MB | 1.2 MB | 220/282 kB error 03-Jan-2023 03:10:42 Progress (5): 1.9/2.9 MB | 689 kB | 1.4 MB | 1.2 MB | 225/282 kB error 03-Jan-2023 03:10:42 Progress (5): 1.9/2.9 MB | 689 kB | 1.4 MB | 1.2 MB | 229/282 kB error 03-Jan-2023 03:10:42 Progress (5): 1.9/2.9 MB | 689 kB | 1.4 MB | 1.2 MB | 233/282 kB error 03-Jan-2023 03:10:42 Progress (5): 1.9/2.9 MB | 689 kB | 1.4 MB | 1.2 MB | 237/282 kB error 03-Jan-2023 03:10:42 Progress (5): 1.9/2.9 MB | 689 kB | 1.4 MB | 1.2 MB | 241/282 kB error 03-Jan-2023 03:10:42 Progress (5): 1.9/2.9 MB | 689 kB | 1.4 MB | 1.2 MB | 245/282 kB error 03-Jan-2023 03:10:42 Progress (5): 2.0/2.9 MB | 689 kB | 1.4 MB | 1.2 MB | 245/282 kB error 03-Jan-2023 03:10:42 Progress (5): 2.0/2.9 MB | 689 kB | 1.4 MB | 1.2 MB | 245/282 kB error 03-Jan-2023 03:10:42 Progress (5): 2.0/2.9 MB | 689 kB | 1.4 MB | 1.2 MB | 249/282 kB error 03-Jan-2023 03:10:42 Progress (5): 2.0/2.9 MB | 689 kB | 1.4 MB | 1.2 MB | 251/282 kB error 03-Jan-2023 03:10:42 Progress (5): 2.0/2.9 MB | 689 kB | 1.4 MB | 1.2 MB | 251/282 kB error 03-Jan-2023 03:10:42 Progress (5): 2.0/2.9 MB | 689 kB | 1.4 MB | 1.2 MB | 251/282 kB error 03-Jan-2023 03:10:42 Progress (5): 2.0/2.9 MB | 689 kB | 1.4 MB | 1.2 MB | 255/282 kB error 03-Jan-2023 03:10:42 Progress (5): 2.0/2.9 MB | 689 kB | 1.4 MB | 1.2 MB | 259/282 kB error 03-Jan-2023 03:10:42 Progress (5): 2.0/2.9 MB | 689 kB | 1.4 MB | 1.2 MB | 264/282 kB error 03-Jan-2023 03:10:42 Progress (5): 2.0/2.9 MB | 689 kB | 1.4 MB | 1.2 MB | 268/282 kB error 03-Jan-2023 03:10:42 Progress (5): 2.0/2.9 MB | 689 kB | 1.4 MB | 1.2 MB | 272/282 kB error 03-Jan-2023 03:10:42 Progress (5): 2.0/2.9 MB | 689 kB | 1.4 MB | 1.2 MB | 276/282 kB error 03-Jan-2023 03:10:42 Progress (5): 2.0/2.9 MB | 689 kB | 1.4 MB | 1.2 MB | 280/282 kB error 03-Jan-2023 03:10:42 Progress (5): 2.0/2.9 MB | 689 kB | 1.4 MB | 1.2 MB | 282 kB error 03-Jan-2023 03:10:42 error 03-Jan-2023 03:10:42 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/springframework/spring-beans/5.2.14.RELEASE/spring-beans-5.2.14.RELEASE.jar (689 kB at 142 kB/s) error 03-Jan-2023 03:10:42 #18 83.61 Progress (4): 2.0/2.9 MB | 1.4 MB | 1.2 MB | 282 kB error 03-Jan-2023 03:10:42 Progress (4): 2.1/2.9 MB | 1.4 MB | 1.2 MB | 282 kB error 03-Jan-2023 03:10:42 Progress (4): 2.1/2.9 MB | 1.4 MB | 1.2 MB | 282 kB error 03-Jan-2023 03:10:42 error 03-Jan-2023 03:10:42 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/springframework/spring-core/5.2.14.RELEASE/spring-core-5.2.14.RELEASE.jar (1.4 MB at 294 kB/s) error 03-Jan-2023 03:10:42 #18 83.64 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/springframework/spring-aop/5.2.14.RELEASE/spring-aop-5.2.14.RELEASE.jar error 03-Jan-2023 03:10:42 #18 83.64 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/springframework/spring-orm/5.2.14.RELEASE/spring-orm-5.2.14.RELEASE.jar error 03-Jan-2023 03:10:42 #18 83.64 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/springframework/spring-context/5.2.14.RELEASE/spring-context-5.2.14.RELEASE.jar (1.2 MB at 252 kB/s) error 03-Jan-2023 03:10:42 #18 83.66 Progress (2): 2.1/2.9 MB | 282 kB error 03-Jan-2023 03:10:42 error 03-Jan-2023 03:10:42 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/springframework/spring-tx/5.2.14.RELEASE/spring-tx-5.2.14.RELEASE.jar error 03-Jan-2023 03:10:42 #18 83.72 Progress (2): 2.1/2.9 MB | 282 kB error 03-Jan-2023 03:10:42 error 03-Jan-2023 03:10:42 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/springframework/spring-expression/5.2.14.RELEASE/spring-expression-5.2.14.RELEASE.jar (282 kB at 57 kB/s) error 03-Jan-2023 03:10:42 #18 83.74 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/springframework/spring-jdbc/5.2.14.RELEASE/spring-jdbc-5.2.14.RELEASE.jar error 03-Jan-2023 03:10:42 #18 83.75 Progress (1): 2.1/2.9 MB error 03-Jan-2023 03:10:42 Progress (1): 2.1/2.9 MB error 03-Jan-2023 03:10:42 Progress (1): 2.2/2.9 MB error 03-Jan-2023 03:10:42 Progress (1): 2.2/2.9 MB error 03-Jan-2023 03:10:42 Progress (1): 2.2/2.9 MB error 03-Jan-2023 03:10:42 Progress (1): 2.2/2.9 MB error 03-Jan-2023 03:10:42 Progress (1): 2.2/2.9 MB error 03-Jan-2023 03:10:42 Progress (1): 2.2/2.9 MB error 03-Jan-2023 03:10:42 Progress (1): 2.3/2.9 MB error 03-Jan-2023 03:10:42 Progress (1): 2.3/2.9 MB error 03-Jan-2023 03:10:42 Progress (1): 2.3/2.9 MB error 03-Jan-2023 03:10:42 Progress (1): 2.3/2.9 MB error 03-Jan-2023 03:10:42 Progress (1): 2.3/2.9 MB error 03-Jan-2023 03:10:42 Progress (1): 2.3/2.9 MB error 03-Jan-2023 03:10:42 Progress (1): 2.4/2.9 MB error 03-Jan-2023 03:10:42 Progress (1): 2.4/2.9 MB error 03-Jan-2023 03:10:42 Progress (2): 2.4/2.9 MB | 3.3/201 kB error 03-Jan-2023 03:10:42 Progress (2): 2.4/2.9 MB | 3.3/201 kB error 03-Jan-2023 03:10:42 Progress (2): 2.4/2.9 MB | 3.3/201 kB error 03-Jan-2023 03:10:42 Progress (2): 2.4/2.9 MB | 6.1/201 kB error 03-Jan-2023 03:10:42 Progress (2): 2.4/2.9 MB | 8.9/201 kB error 03-Jan-2023 03:10:42 Progress (2): 2.4/2.9 MB | 12/201 kB error 03-Jan-2023 03:10:42 Progress (2): 2.4/2.9 MB | 14/201 kB error 03-Jan-2023 03:10:42 Progress (2): 2.4/2.9 MB | 17/201 kB error 03-Jan-2023 03:10:42 Progress (2): 2.4/2.9 MB | 20/201 kB error 03-Jan-2023 03:10:42 Progress (2): 2.4/2.9 MB | 23/201 kB error 03-Jan-2023 03:10:42 Progress (2): 2.4/2.9 MB | 26/201 kB error 03-Jan-2023 03:10:42 Progress (2): 2.4/2.9 MB | 28/201 kB error 03-Jan-2023 03:10:42 Progress (2): 2.4/2.9 MB | 28/201 kB error 03-Jan-2023 03:10:42 Progress (2): 2.4/2.9 MB | 31/201 kB error 03-Jan-2023 03:10:42 Progress (2): 2.4/2.9 MB | 31/201 kB error 03-Jan-2023 03:10:42 Progress (2): 2.4/2.9 MB | 34/201 kB error 03-Jan-2023 03:10:42 Progress (2): 2.4/2.9 MB | 37/201 kB error 03-Jan-2023 03:10:42 Progress (2): 2.4/2.9 MB | 40/201 kB error 03-Jan-2023 03:10:42 Progress (2): 2.4/2.9 MB | 42/201 kB error 03-Jan-2023 03:10:42 Progress (2): 2.4/2.9 MB | 45/201 kB error 03-Jan-2023 03:10:42 Progress (2): 2.4/2.9 MB | 48/201 kB error 03-Jan-2023 03:10:42 Progress (2): 2.4/2.9 MB | 51/201 kB error 03-Jan-2023 03:10:42 Progress (2): 2.4/2.9 MB | 54/201 kB error 03-Jan-2023 03:10:42 Progress (2): 2.4/2.9 MB | 56/201 kB error 03-Jan-2023 03:10:42 Progress (2): 2.4/2.9 MB | 59/201 kB error 03-Jan-2023 03:10:42 Progress (2): 2.5/2.9 MB | 59/201 kB error 03-Jan-2023 03:10:42 Progress (2): 2.5/2.9 MB | 62/201 kB error 03-Jan-2023 03:10:42 Progress (2): 2.5/2.9 MB | 65/201 kB error 03-Jan-2023 03:10:42 Progress (2): 2.5/2.9 MB | 68/201 kB error 03-Jan-2023 03:10:42 Progress (2): 2.5/2.9 MB | 70/201 kB error 03-Jan-2023 03:10:42 Progress (2): 2.5/2.9 MB | 70/201 kB error 03-Jan-2023 03:10:42 Progress (2): 2.5/2.9 MB | 70/201 kB error 03-Jan-2023 03:10:42 Progress (2): 2.5/2.9 MB | 70/201 kB error 03-Jan-2023 03:10:42 Progress (2): 2.5/2.9 MB | 70/201 kB error 03-Jan-2023 03:10:42 Progress (2): 2.5/2.9 MB | 70/201 kB error 03-Jan-2023 03:10:42 Progress (2): 2.6/2.9 MB | 70/201 kB error 03-Jan-2023 03:10:42 Progress (2): 2.6/2.9 MB | 70/201 kB error 03-Jan-2023 03:10:42 Progress (2): 2.6/2.9 MB | 70/201 kB error 03-Jan-2023 03:10:42 Progress (2): 2.6/2.9 MB | 70/201 kB error 03-Jan-2023 03:10:42 Progress (2): 2.6/2.9 MB | 70/201 kB error 03-Jan-2023 03:10:42 Progress (2): 2.6/2.9 MB | 70/201 kB error 03-Jan-2023 03:10:42 Progress (2): 2.7/2.9 MB | 70/201 kB error 03-Jan-2023 03:10:42 Progress (2): 2.7/2.9 MB | 70/201 kB error 03-Jan-2023 03:10:42 Progress (2): 2.7/2.9 MB | 70/201 kB error 03-Jan-2023 03:10:42 Progress (2): 2.7/2.9 MB | 70/201 kB error 03-Jan-2023 03:10:42 Progress (2): 2.7/2.9 MB | 70/201 kB error 03-Jan-2023 03:10:42 Progress (2): 2.7/2.9 MB | 73/201 kB error 03-Jan-2023 03:10:42 Progress (2): 2.7/2.9 MB | 76/201 kB error 03-Jan-2023 03:10:42 Progress (2): 2.7/2.9 MB | 79/201 kB error 03-Jan-2023 03:10:42 Progress (2): 2.7/2.9 MB | 82/201 kB error 03-Jan-2023 03:10:42 Progress (2): 2.7/2.9 MB | 84/201 kB error 03-Jan-2023 03:10:42 Progress (2): 2.7/2.9 MB | 87/201 kB error 03-Jan-2023 03:10:42 Progress (2): 2.7/2.9 MB | 90/201 kB error 03-Jan-2023 03:10:42 Progress (2): 2.7/2.9 MB | 93/201 kB error 03-Jan-2023 03:10:42 Progress (2): 2.7/2.9 MB | 93/201 kB error 03-Jan-2023 03:10:42 Progress (3): 2.7/2.9 MB | 93/201 kB | 4.1/373 kB error 03-Jan-2023 03:10:42 Progress (3): 2.7/2.9 MB | 93/201 kB | 8.2/373 kB error 03-Jan-2023 03:10:42 Progress (3): 2.7/2.9 MB | 93/201 kB | 12/373 kB error 03-Jan-2023 03:10:42 Progress (3): 2.7/2.9 MB | 93/201 kB | 16/373 kB error 03-Jan-2023 03:10:42 Progress (3): 2.7/2.9 MB | 93/201 kB | 20/373 kB error 03-Jan-2023 03:10:42 Progress (3): 2.8/2.9 MB | 93/201 kB | 20/373 kB error 03-Jan-2023 03:10:42 Progress (4): 2.8/2.9 MB | 93/201 kB | 20/373 kB | 4.1/409 kB error 03-Jan-2023 03:10:42 Progress (4): 2.8/2.9 MB | 93/201 kB | 20/373 kB | 8.2/409 kB error 03-Jan-2023 03:10:42 Progress (4): 2.8/2.9 MB | 93/201 kB | 20/373 kB | 12/409 kB error 03-Jan-2023 03:10:42 Progress (4): 2.8/2.9 MB | 93/201 kB | 20/373 kB | 16/409 kB error 03-Jan-2023 03:10:42 Progress (4): 2.8/2.9 MB | 93/201 kB | 20/373 kB | 20/409 kB error 03-Jan-2023 03:10:42 Progress (4): 2.8/2.9 MB | 96/201 kB | 20/373 kB | 20/409 kB error 03-Jan-2023 03:10:42 Progress (5): 2.8/2.9 MB | 96/201 kB | 20/373 kB | 20/409 kB | 4.1/315 kB error 03-Jan-2023 03:10:42 Progress (5): 2.8/2.9 MB | 96/201 kB | 20/373 kB | 20/409 kB | 8.2/315 kB error 03-Jan-2023 03:10:42 Progress (5): 2.8/2.9 MB | 96/201 kB | 20/373 kB | 20/409 kB | 12/315 kB error 03-Jan-2023 03:10:42 Progress (5): 2.8/2.9 MB | 96/201 kB | 20/373 kB | 20/409 kB | 16/315 kB error 03-Jan-2023 03:10:42 Progress (5): 2.8/2.9 MB | 96/201 kB | 20/373 kB | 20/409 kB | 20/315 kB error 03-Jan-2023 03:10:42 Progress (5): 2.8/2.9 MB | 96/201 kB | 20/373 kB | 20/409 kB | 25/315 kB error 03-Jan-2023 03:10:42 Progress (5): 2.8/2.9 MB | 96/201 kB | 20/373 kB | 20/409 kB | 29/315 kB error 03-Jan-2023 03:10:42 Progress (5): 2.8/2.9 MB | 96/201 kB | 20/373 kB | 20/409 kB | 29/315 kB error 03-Jan-2023 03:10:42 Progress (5): 2.8/2.9 MB | 96/201 kB | 20/373 kB | 20/409 kB | 29/315 kB error 03-Jan-2023 03:10:42 Progress (5): 2.8/2.9 MB | 96/201 kB | 24/373 kB | 20/409 kB | 29/315 kB error 03-Jan-2023 03:10:42 Progress (5): 2.8/2.9 MB | 96/201 kB | 24/373 kB | 24/409 kB | 29/315 kB error 03-Jan-2023 03:10:42 Progress (5): 2.8/2.9 MB | 96/201 kB | 24/373 kB | 28/409 kB | 29/315 kB error 03-Jan-2023 03:10:42 Progress (5): 2.8/2.9 MB | 96/201 kB | 24/373 kB | 32/409 kB | 29/315 kB error 03-Jan-2023 03:10:42 Progress (5): 2.8/2.9 MB | 96/201 kB | 24/373 kB | 36/409 kB | 29/315 kB error 03-Jan-2023 03:10:42 Progress (5): 2.8/2.9 MB | 96/201 kB | 24/373 kB | 40/409 kB | 29/315 kB error 03-Jan-2023 03:10:42 Progress (5): 2.8/2.9 MB | 96/201 kB | 24/373 kB | 40/409 kB | 33/315 kB error 03-Jan-2023 03:10:42 Progress (5): 2.8/2.9 MB | 98/201 kB | 24/373 kB | 40/409 kB | 33/315 kB error 03-Jan-2023 03:10:42 Progress (5): 2.8/2.9 MB | 101/201 kB | 24/373 kB | 40/409 kB | 33/315 kB error 03-Jan-2023 03:10:42 Progress (5): 2.8/2.9 MB | 104/201 kB | 24/373 kB | 40/409 kB | 33/315 kB error 03-Jan-2023 03:10:42 Progress (5): 2.8/2.9 MB | 107/201 kB | 24/373 kB | 40/409 kB | 33/315 kB error 03-Jan-2023 03:10:42 Progress (5): 2.8/2.9 MB | 110/201 kB | 24/373 kB | 40/409 kB | 33/315 kB error 03-Jan-2023 03:10:42 Progress (5): 2.8/2.9 MB | 110/201 kB | 24/373 kB | 40/409 kB | 33/315 kB error 03-Jan-2023 03:10:42 Progress (5): 2.8/2.9 MB | 110/201 kB | 28/373 kB | 40/409 kB | 33/315 kB error 03-Jan-2023 03:10:42 Progress (5): 2.8/2.9 MB | 110/201 kB | 32/373 kB | 40/409 kB | 33/315 kB error 03-Jan-2023 03:10:42 Progress (5): 2.8/2.9 MB | 110/201 kB | 36/373 kB | 40/409 kB | 33/315 kB error 03-Jan-2023 03:10:42 Progress (5): 2.8/2.9 MB | 110/201 kB | 40/373 kB | 40/409 kB | 33/315 kB error 03-Jan-2023 03:10:42 Progress (5): 2.8/2.9 MB | 110/201 kB | 44/373 kB | 40/409 kB | 33/315 kB error 03-Jan-2023 03:10:42 Progress (5): 2.8/2.9 MB | 110/201 kB | 48/373 kB | 40/409 kB | 33/315 kB error 03-Jan-2023 03:10:42 Progress (5): 2.8/2.9 MB | 110/201 kB | 51/373 kB | 40/409 kB | 33/315 kB error 03-Jan-2023 03:10:42 Progress (5): 2.8/2.9 MB | 112/201 kB | 51/373 kB | 40/409 kB | 33/315 kB error 03-Jan-2023 03:10:42 Progress (5): 2.8/2.9 MB | 115/201 kB | 51/373 kB | 40/409 kB | 33/315 kB error 03-Jan-2023 03:10:42 Progress (5): 2.8/2.9 MB | 115/201 kB | 51/373 kB | 44/409 kB | 33/315 kB error 03-Jan-2023 03:10:42 Progress (5): 2.8/2.9 MB | 115/201 kB | 51/373 kB | 48/409 kB | 33/315 kB error 03-Jan-2023 03:10:42 Progress (5): 2.8/2.9 MB | 115/201 kB | 51/373 kB | 48/409 kB | 37/315 kB error 03-Jan-2023 03:10:42 Progress (5): 2.8/2.9 MB | 115/201 kB | 51/373 kB | 51/409 kB | 37/315 kB error 03-Jan-2023 03:10:42 Progress (5): 2.8/2.9 MB | 115/201 kB | 51/373 kB | 53/409 kB | 37/315 kB error 03-Jan-2023 03:10:42 Progress (5): 2.8/2.9 MB | 118/201 kB | 51/373 kB | 53/409 kB | 37/315 kB error 03-Jan-2023 03:10:42 Progress (5): 2.8/2.9 MB | 121/201 kB | 51/373 kB | 53/409 kB | 37/315 kB error 03-Jan-2023 03:10:42 Progress (5): 2.8/2.9 MB | 124/201 kB | 51/373 kB | 53/409 kB | 37/315 kB error 03-Jan-2023 03:10:42 Progress (5): 2.8/2.9 MB | 124/201 kB | 55/373 kB | 53/409 kB | 37/315 kB error 03-Jan-2023 03:10:42 Progress (5): 2.8/2.9 MB | 124/201 kB | 59/373 kB | 53/409 kB | 37/315 kB error 03-Jan-2023 03:10:42 Progress (5): 2.8/2.9 MB | 124/201 kB | 63/373 kB | 53/409 kB | 37/315 kB error 03-Jan-2023 03:10:42 Progress (5): 2.8/2.9 MB | 124/201 kB | 63/373 kB | 53/409 kB | 37/315 kB error 03-Jan-2023 03:10:42 Progress (5): 2.8/2.9 MB | 124/201 kB | 63/373 kB | 57/409 kB | 37/315 kB error 03-Jan-2023 03:10:42 Progress (5): 2.8/2.9 MB | 124/201 kB | 63/373 kB | 57/409 kB | 41/315 kB error 03-Jan-2023 03:10:42 Progress (5): 2.8/2.9 MB | 124/201 kB | 63/373 kB | 57/409 kB | 45/315 kB error 03-Jan-2023 03:10:42 Progress (5): 2.8/2.9 MB | 124/201 kB | 63/373 kB | 57/409 kB | 49/315 kB error 03-Jan-2023 03:10:42 Progress (5): 2.8/2.9 MB | 124/201 kB | 63/373 kB | 57/409 kB | 52/315 kB error 03-Jan-2023 03:10:42 Progress (5): 2.8/2.9 MB | 124/201 kB | 63/373 kB | 57/409 kB | 56/315 kB error 03-Jan-2023 03:10:42 Progress (5): 2.8/2.9 MB | 124/201 kB | 63/373 kB | 57/409 kB | 60/315 kB error 03-Jan-2023 03:10:42 Progress (5): 2.8/2.9 MB | 124/201 kB | 63/373 kB | 57/409 kB | 64/315 kB error 03-Jan-2023 03:10:42 Progress (5): 2.8/2.9 MB | 124/201 kB | 63/373 kB | 57/409 kB | 68/315 kB error 03-Jan-2023 03:10:42 Progress (5): 2.8/2.9 MB | 126/201 kB | 63/373 kB | 57/409 kB | 68/315 kB error 03-Jan-2023 03:10:42 Progress (5): 2.8/2.9 MB | 126/201 kB | 67/373 kB | 57/409 kB | 68/315 kB error 03-Jan-2023 03:10:42 Progress (5): 2.8/2.9 MB | 126/201 kB | 67/373 kB | 62/409 kB | 68/315 kB error 03-Jan-2023 03:10:42 Progress (5): 2.8/2.9 MB | 126/201 kB | 67/373 kB | 66/409 kB | 68/315 kB error 03-Jan-2023 03:10:42 Progress (5): 2.8/2.9 MB | 126/201 kB | 67/373 kB | 70/409 kB | 68/315 kB error 03-Jan-2023 03:10:42 Progress (5): 2.8/2.9 MB | 126/201 kB | 67/373 kB | 70/409 kB | 68/315 kB error 03-Jan-2023 03:10:42 Progress (5): 2.8/2.9 MB | 126/201 kB | 71/373 kB | 70/409 kB | 68/315 kB error 03-Jan-2023 03:10:42 Progress (5): 2.8/2.9 MB | 129/201 kB | 71/373 kB | 70/409 kB | 68/315 kB error 03-Jan-2023 03:10:42 Progress (5): 2.8/2.9 MB | 132/201 kB | 71/373 kB | 70/409 kB | 68/315 kB error 03-Jan-2023 03:10:42 Progress (5): 2.8/2.9 MB | 132/201 kB | 75/373 kB | 70/409 kB | 68/315 kB error 03-Jan-2023 03:10:42 Progress (5): 2.9/2.9 MB | 132/201 kB | 75/373 kB | 70/409 kB | 68/315 kB error 03-Jan-2023 03:10:42 Progress (5): 2.9/2.9 MB | 132/201 kB | 75/373 kB | 74/409 kB | 68/315 kB error 03-Jan-2023 03:10:42 Progress (5): 2.9/2.9 MB | 132/201 kB | 75/373 kB | 78/409 kB | 68/315 kB error 03-Jan-2023 03:10:42 Progress (5): 2.9/2.9 MB | 132/201 kB | 75/373 kB | 82/409 kB | 68/315 kB error 03-Jan-2023 03:10:42 Progress (5): 2.9/2.9 MB | 132/201 kB | 75/373 kB | 82/409 kB | 72/315 kB error 03-Jan-2023 03:10:42 Progress (5): 2.9/2.9 MB | 135/201 kB | 75/373 kB | 82/409 kB | 72/315 kB error 03-Jan-2023 03:10:42 Progress (5): 2.9/2.9 MB | 135/201 kB | 79/373 kB | 82/409 kB | 72/315 kB error 03-Jan-2023 03:10:42 Progress (5): 2.9/2.9 MB | 135/201 kB | 83/373 kB | 82/409 kB | 72/315 kB error 03-Jan-2023 03:10:42 Progress (5): 2.9/2.9 MB | 135/201 kB | 85/373 kB | 82/409 kB | 72/315 kB error 03-Jan-2023 03:10:42 Progress (5): 2.9/2.9 MB | 135/201 kB | 85/373 kB | 82/409 kB | 76/315 kB error 03-Jan-2023 03:10:42 Progress (5): 2.9/2.9 MB | 135/201 kB | 85/373 kB | 86/409 kB | 76/315 kB error 03-Jan-2023 03:10:42 Progress (5): 2.9/2.9 MB | 138/201 kB | 85/373 kB | 86/409 kB | 76/315 kB error 03-Jan-2023 03:10:42 Progress (5): 2.9/2.9 MB | 138/201 kB | 85/373 kB | 86/409 kB | 80/315 kB error 03-Jan-2023 03:10:42 Progress (5): 2.9/2.9 MB | 138/201 kB | 85/373 kB | 86/409 kB | 80/315 kB error 03-Jan-2023 03:10:42 Progress (5): 2.9/2.9 MB | 138/201 kB | 85/373 kB | 88/409 kB | 80/315 kB error 03-Jan-2023 03:10:42 Progress (5): 2.9/2.9 MB | 140/201 kB | 85/373 kB | 88/409 kB | 80/315 kB error 03-Jan-2023 03:10:42 Progress (5): 2.9/2.9 MB | 140/201 kB | 85/373 kB | 88/409 kB | 84/315 kB error 03-Jan-2023 03:10:42 Progress (5): 2.9/2.9 MB | 140/201 kB | 85/373 kB | 88/409 kB | 86/315 kB error 03-Jan-2023 03:10:42 Progress (5): 2.9/2.9 MB | 140/201 kB | 89/373 kB | 88/409 kB | 86/315 kB error 03-Jan-2023 03:10:42 Progress (5): 2.9/2.9 MB | 140/201 kB | 94/373 kB | 88/409 kB | 86/315 kB error 03-Jan-2023 03:10:42 Progress (5): 2.9/2.9 MB | 143/201 kB | 94/373 kB | 88/409 kB | 86/315 kB error 03-Jan-2023 03:10:42 Progress (5): 2.9/2.9 MB | 143/201 kB | 94/373 kB | 88/409 kB | 86/315 kB error 03-Jan-2023 03:10:42 Progress (5): 2.9/2.9 MB | 143/201 kB | 98/373 kB | 88/409 kB | 86/315 kB error 03-Jan-2023 03:10:42 Progress (5): 2.9/2.9 MB | 143/201 kB | 102/373 kB | 88/409 kB | 86/315 kB error 03-Jan-2023 03:10:42 Progress (5): 2.9/2.9 MB | 143/201 kB | 106/373 kB | 88/409 kB | 86/315 kB error 03-Jan-2023 03:10:42 Progress (5): 2.9/2.9 MB | 143/201 kB | 106/373 kB | 92/409 kB | 86/315 kB error 03-Jan-2023 03:10:42 Progress (5): 2.9/2.9 MB | 143/201 kB | 106/373 kB | 96/409 kB | 86/315 kB error 03-Jan-2023 03:10:42 Progress (5): 2.9/2.9 MB | 143/201 kB | 106/373 kB | 100/409 kB | 86/315 kB error 03-Jan-2023 03:10:42 Progress (5): 2.9/2.9 MB | 143/201 kB | 106/373 kB | 105/409 kB | 86/315 kB error 03-Jan-2023 03:10:42 Progress (5): 2.9/2.9 MB | 143/201 kB | 106/373 kB | 109/409 kB | 86/315 kB error 03-Jan-2023 03:10:42 Progress (5): 2.9/2.9 MB | 143/201 kB | 106/373 kB | 113/409 kB | 86/315 kB error 03-Jan-2023 03:10:42 Progress (5): 2.9/2.9 MB | 143/201 kB | 106/373 kB | 113/409 kB | 86/315 kB error 03-Jan-2023 03:10:42 Progress (5): 2.9/2.9 MB | 146/201 kB | 106/373 kB | 113/409 kB | 86/315 kB error 03-Jan-2023 03:10:42 Progress (5): 2.9/2.9 MB | 146/201 kB | 106/373 kB | 113/409 kB | 91/315 kB error 03-Jan-2023 03:10:42 Progress (5): 2.9/2.9 MB | 146/201 kB | 106/373 kB | 113/409 kB | 95/315 kB error 03-Jan-2023 03:10:42 Progress (5): 2.9/2.9 MB | 146/201 kB | 106/373 kB | 113/409 kB | 99/315 kB error 03-Jan-2023 03:10:42 Progress (5): 2.9/2.9 MB | 146/201 kB | 106/373 kB | 113/409 kB | 103/315 kB error 03-Jan-2023 03:10:42 Progress (5): 2.9/2.9 MB | 146/201 kB | 106/373 kB | 113/409 kB | 107/315 kB error 03-Jan-2023 03:10:42 Progress (5): 2.9/2.9 MB | 146/201 kB | 110/373 kB | 113/409 kB | 107/315 kB error 03-Jan-2023 03:10:42 Progress (5): 2.9/2.9 MB | 146/201 kB | 110/373 kB | 113/409 kB | 111/315 kB error 03-Jan-2023 03:10:42 Progress (5): 2.9/2.9 MB | 149/201 kB | 110/373 kB | 113/409 kB | 111/315 kB error 03-Jan-2023 03:10:42 Progress (5): 2.9/2.9 MB | 152/201 kB | 110/373 kB | 113/409 kB | 111/315 kB error 03-Jan-2023 03:10:42 Progress (5): 2.9/2.9 MB | 154/201 kB | 110/373 kB | 113/409 kB | 111/315 kB error 03-Jan-2023 03:10:42 Progress (5): 2.9/2.9 MB | 157/201 kB | 110/373 kB | 113/409 kB | 111/315 kB error 03-Jan-2023 03:10:42 Progress (5): 2.9 MB | 157/201 kB | 110/373 kB | 113/409 kB | 111/315 kB error 03-Jan-2023 03:10:42 Progress (5): 2.9 MB | 157/201 kB | 110/373 kB | 117/409 kB | 111/315 kB error 03-Jan-2023 03:10:42 Progress (5): 2.9 MB | 157/201 kB | 114/373 kB | 117/409 kB | 111/315 kB error 03-Jan-2023 03:10:42 Progress (5): 2.9 MB | 157/201 kB | 114/373 kB | 121/409 kB | 111/315 kB error 03-Jan-2023 03:10:42 Progress (5): 2.9 MB | 157/201 kB | 114/373 kB | 123/409 kB | 111/315 kB error 03-Jan-2023 03:10:42 Progress (5): 2.9 MB | 157/201 kB | 114/373 kB | 127/409 kB | 111/315 kB error 03-Jan-2023 03:10:42 Progress (5): 2.9 MB | 157/201 kB | 114/373 kB | 127/409 kB | 115/315 kB error 03-Jan-2023 03:10:42 Progress (5): 2.9 MB | 160/201 kB | 114/373 kB | 127/409 kB | 115/315 kB error 03-Jan-2023 03:10:42 Progress (5): 2.9 MB | 160/201 kB | 116/373 kB | 127/409 kB | 115/315 kB error 03-Jan-2023 03:10:42 Progress (5): 2.9 MB | 160/201 kB | 116/373 kB | 127/409 kB | 119/315 kB error 03-Jan-2023 03:10:42 Progress (5): 2.9 MB | 160/201 kB | 116/373 kB | 127/409 kB | 121/315 kB error 03-Jan-2023 03:10:42 Progress (5): 2.9 MB | 160/201 kB | 116/373 kB | 131/409 kB | 121/315 kB error 03-Jan-2023 03:10:42 Progress (5): 2.9 MB | 163/201 kB | 116/373 kB | 131/409 kB | 121/315 kB error 03-Jan-2023 03:10:42 Progress (5): 2.9 MB | 163/201 kB | 116/373 kB | 135/409 kB | 121/315 kB error 03-Jan-2023 03:10:42 Progress (5): 2.9 MB | 163/201 kB | 116/373 kB | 139/409 kB | 121/315 kB error 03-Jan-2023 03:10:42 Progress (5): 2.9 MB | 163/201 kB | 116/373 kB | 143/409 kB | 121/315 kB error 03-Jan-2023 03:10:42 Progress (5): 2.9 MB | 163/201 kB | 116/373 kB | 148/409 kB | 121/315 kB error 03-Jan-2023 03:10:42 Progress (5): 2.9 MB | 163/201 kB | 116/373 kB | 148/409 kB | 125/315 kB error 03-Jan-2023 03:10:42 Progress (5): 2.9 MB | 165/201 kB | 116/373 kB | 148/409 kB | 125/315 kB error 03-Jan-2023 03:10:42 Progress (5): 2.9 MB | 165/201 kB | 120/373 kB | 148/409 kB | 125/315 kB error 03-Jan-2023 03:10:42 Progress (5): 2.9 MB | 165/201 kB | 125/373 kB | 148/409 kB | 125/315 kB error 03-Jan-2023 03:10:42 Progress (5): 2.9 MB | 168/201 kB | 125/373 kB | 148/409 kB | 125/315 kB error 03-Jan-2023 03:10:42 Progress (5): 2.9 MB | 168/201 kB | 129/373 kB | 148/409 kB | 125/315 kB error 03-Jan-2023 03:10:42 Progress (5): 2.9 MB | 168/201 kB | 133/373 kB | 148/409 kB | 125/315 kB error 03-Jan-2023 03:10:42 Progress (5): 2.9 MB | 168/201 kB | 133/373 kB | 152/409 kB | 125/315 kB error 03-Jan-2023 03:10:42 Progress (5): 2.9 MB | 171/201 kB | 133/373 kB | 152/409 kB | 125/315 kB error 03-Jan-2023 03:10:42 Progress (5): 2.9 MB | 171/201 kB | 133/373 kB | 152/409 kB | 129/315 kB error 03-Jan-2023 03:10:42 Progress (5): 2.9 MB | 171/201 kB | 133/373 kB | 152/409 kB | 134/315 kB error 03-Jan-2023 03:10:42 Progress (5): 2.9 MB | 171/201 kB | 133/373 kB | 152/409 kB | 138/315 kB error 03-Jan-2023 03:10:42 Progress (5): 2.9 MB | 174/201 kB | 133/373 kB | 152/409 kB | 138/315 kB error 03-Jan-2023 03:10:42 Progress (5): 2.9 MB | 176/201 kB | 133/373 kB | 152/409 kB | 138/315 kB error 03-Jan-2023 03:10:42 Progress (5): 2.9 MB | 179/201 kB | 133/373 kB | 152/409 kB | 138/315 kB error 03-Jan-2023 03:10:42 Progress (5): 2.9 MB | 179/201 kB | 133/373 kB | 156/409 kB | 138/315 kB error 03-Jan-2023 03:10:42 Progress (5): 2.9 MB | 179/201 kB | 133/373 kB | 158/409 kB | 138/315 kB error 03-Jan-2023 03:10:42 Progress (5): 2.9 MB | 182/201 kB | 133/373 kB | 158/409 kB | 138/315 kB error 03-Jan-2023 03:10:42 Progress (5): 2.9 MB | 182/201 kB | 133/373 kB | 162/409 kB | 138/315 kB error 03-Jan-2023 03:10:42 Progress (5): 2.9 MB | 182/201 kB | 133/373 kB | 166/409 kB | 138/315 kB error 03-Jan-2023 03:10:42 Progress (5): 2.9 MB | 182/201 kB | 133/373 kB | 166/409 kB | 142/315 kB error 03-Jan-2023 03:10:42 Progress (5): 2.9 MB | 182/201 kB | 133/373 kB | 166/409 kB | 146/315 kB error 03-Jan-2023 03:10:42 Progress (5): 2.9 MB | 182/201 kB | 133/373 kB | 166/409 kB | 150/315 kB error 03-Jan-2023 03:10:42 Progress (5): 2.9 MB | 182/201 kB | 133/373 kB | 166/409 kB | 154/315 kB error 03-Jan-2023 03:10:42 Progress (5): 2.9 MB | 185/201 kB | 133/373 kB | 166/409 kB | 154/315 kB error 03-Jan-2023 03:10:42 Progress (5): 2.9 MB | 188/201 kB | 133/373 kB | 166/409 kB | 154/315 kB error 03-Jan-2023 03:10:42 Progress (5): 2.9 MB | 188/201 kB | 133/373 kB | 166/409 kB | 156/315 kB error 03-Jan-2023 03:10:42 Progress (5): 2.9 MB | 188/201 kB | 137/373 kB | 166/409 kB | 156/315 kB error 03-Jan-2023 03:10:42 Progress (5): 2.9 MB | 188/201 kB | 137/373 kB | 170/409 kB | 156/315 kB error 03-Jan-2023 03:10:42 Progress (5): 2.9 MB | 188/201 kB | 141/373 kB | 170/409 kB | 156/315 kB error 03-Jan-2023 03:10:42 Progress (5): 2.9 MB | 188/201 kB | 141/373 kB | 174/409 kB | 156/315 kB error 03-Jan-2023 03:10:42 Progress (5): 2.9 MB | 188/201 kB | 141/373 kB | 174/409 kB | 160/315 kB error 03-Jan-2023 03:10:42 Progress (5): 2.9 MB | 188/201 kB | 141/373 kB | 174/409 kB | 164/315 kB error 03-Jan-2023 03:10:42 Progress (5): 2.9 MB | 188/201 kB | 141/373 kB | 174/409 kB | 168/315 kB error 03-Jan-2023 03:10:42 Progress (5): 2.9 MB | 190/201 kB | 141/373 kB | 174/409 kB | 168/315 kB error 03-Jan-2023 03:10:42 Progress (5): 2.9 MB | 190/201 kB | 145/373 kB | 174/409 kB | 168/315 kB error 03-Jan-2023 03:10:42 Progress (5): 2.9 MB | 190/201 kB | 145/373 kB | 178/409 kB | 168/315 kB error 03-Jan-2023 03:10:42 Progress (5): 2.9 MB | 190/201 kB | 149/373 kB | 178/409 kB | 168/315 kB error 03-Jan-2023 03:10:42 Progress (5): 2.9 MB | 190/201 kB | 149/373 kB | 182/409 kB | 168/315 kB error 03-Jan-2023 03:10:42 Progress (5): 2.9 MB | 190/201 kB | 149/373 kB | 182/409 kB | 172/315 kB error 03-Jan-2023 03:10:42 Progress (5): 2.9 MB | 190/201 kB | 151/373 kB | 182/409 kB | 172/315 kB error 03-Jan-2023 03:10:42 Progress (5): 2.9 MB | 193/201 kB | 151/373 kB | 182/409 kB | 172/315 kB error 03-Jan-2023 03:10:42 Progress (5): 2.9 MB | 193/201 kB | 151/373 kB | 186/409 kB | 172/315 kB error 03-Jan-2023 03:10:42 Progress (5): 2.9 MB | 193/201 kB | 151/373 kB | 191/409 kB | 172/315 kB error 03-Jan-2023 03:10:42 Progress (5): 2.9 MB | 193/201 kB | 151/373 kB | 193/409 kB | 172/315 kB error 03-Jan-2023 03:10:42 Progress (5): 2.9 MB | 196/201 kB | 151/373 kB | 193/409 kB | 172/315 kB error 03-Jan-2023 03:10:42 Progress (5): 2.9 MB | 199/201 kB | 151/373 kB | 193/409 kB | 172/315 kB error 03-Jan-2023 03:10:42 Progress (5): 2.9 MB | 199/201 kB | 155/373 kB | 193/409 kB | 172/315 kB error 03-Jan-2023 03:10:42 Progress (5): 2.9 MB | 199/201 kB | 155/373 kB | 197/409 kB | 172/315 kB error 03-Jan-2023 03:10:42 Progress (5): 2.9 MB | 199/201 kB | 155/373 kB | 201/409 kB | 172/315 kB error 03-Jan-2023 03:10:42 Progress (5): 2.9 MB | 199/201 kB | 159/373 kB | 201/409 kB | 172/315 kB error 03-Jan-2023 03:10:42 Progress (5): 2.9 MB | 199/201 kB | 163/373 kB | 201/409 kB | 172/315 kB error 03-Jan-2023 03:10:42 Progress (5): 2.9 MB | 199/201 kB | 168/373 kB | 201/409 kB | 172/315 kB error 03-Jan-2023 03:10:42 Progress (5): 2.9 MB | 199/201 kB | 172/373 kB | 201/409 kB | 172/315 kB error 03-Jan-2023 03:10:42 Progress (5): 2.9 MB | 199/201 kB | 176/373 kB | 201/409 kB | 172/315 kB error 03-Jan-2023 03:10:42 Progress (5): 2.9 MB | 199/201 kB | 180/373 kB | 201/409 kB | 172/315 kB error 03-Jan-2023 03:10:42 Progress (5): 2.9 MB | 199/201 kB | 184/373 kB | 201/409 kB | 172/315 kB error 03-Jan-2023 03:10:42 Progress (5): 2.9 MB | 199/201 kB | 184/373 kB | 201/409 kB | 177/315 kB error 03-Jan-2023 03:10:42 Progress (5): 2.9 MB | 199/201 kB | 186/373 kB | 201/409 kB | 177/315 kB error 03-Jan-2023 03:10:42 Progress (5): 2.9 MB | 199/201 kB | 186/373 kB | 205/409 kB | 177/315 kB error 03-Jan-2023 03:10:42 Progress (5): 2.9 MB | 199/201 kB | 186/373 kB | 209/409 kB | 177/315 kB error 03-Jan-2023 03:10:42 Progress (5): 2.9 MB | 201 kB | 186/373 kB | 209/409 kB | 177/315 kB error 03-Jan-2023 03:10:42 Progress (5): 2.9 MB | 201 kB | 190/373 kB | 209/409 kB | 177/315 kB error 03-Jan-2023 03:10:42 Progress (5): 2.9 MB | 201 kB | 190/373 kB | 209/409 kB | 181/315 kB error 03-Jan-2023 03:10:42 Progress (5): 2.9 MB | 201 kB | 194/373 kB | 209/409 kB | 181/315 kB error 03-Jan-2023 03:10:42 Progress (5): 2.9 MB | 201 kB | 194/373 kB | 213/409 kB | 181/315 kB error 03-Jan-2023 03:10:42 Progress (5): 2.9 MB | 201 kB | 194/373 kB | 213/409 kB | 185/315 kB error 03-Jan-2023 03:10:42 Progress (5): 2.9 MB | 201 kB | 198/373 kB | 213/409 kB | 185/315 kB error 03-Jan-2023 03:10:42 Progress (5): 2.9 MB | 201 kB | 198/373 kB | 217/409 kB | 185/315 kB error 03-Jan-2023 03:10:42 Progress (5): 2.9 MB | 201 kB | 198/373 kB | 217/409 kB | 189/315 kB error 03-Jan-2023 03:10:42 Progress (5): 2.9 MB | 201 kB | 202/373 kB | 217/409 kB | 189/315 kB error 03-Jan-2023 03:10:42 Progress (5): 2.9 MB | 201 kB | 202/373 kB | 221/409 kB | 189/315 kB error 03-Jan-2023 03:10:42 Progress (5): 2.9 MB | 201 kB | 202/373 kB | 225/409 kB | 189/315 kB error 03-Jan-2023 03:10:42 Progress (5): 2.9 MB | 201 kB | 202/373 kB | 225/409 kB | 191/315 kB error 03-Jan-2023 03:10:42 Progress (5): 2.9 MB | 201 kB | 202/373 kB | 225/409 kB | 195/315 kB error 03-Jan-2023 03:10:42 Progress (5): 2.9 MB | 201 kB | 202/373 kB | 225/409 kB | 199/315 kB error 03-Jan-2023 03:10:42 Progress (5): 2.9 MB | 201 kB | 202/373 kB | 225/409 kB | 203/315 kB error 03-Jan-2023 03:10:42 Progress (5): 2.9 MB | 201 kB | 202/373 kB | 225/409 kB | 207/315 kB error 03-Jan-2023 03:10:42 Progress (5): 2.9 MB | 201 kB | 206/373 kB | 225/409 kB | 207/315 kB error 03-Jan-2023 03:10:42 Progress (5): 2.9 MB | 201 kB | 211/373 kB | 225/409 kB | 207/315 kB error 03-Jan-2023 03:10:42 Progress (5): 2.9 MB | 201 kB | 215/373 kB | 225/409 kB | 207/315 kB error 03-Jan-2023 03:10:42 Progress (5): 2.9 MB | 201 kB | 219/373 kB | 225/409 kB | 207/315 kB error 03-Jan-2023 03:10:42 Progress (5): 2.9 MB | 201 kB | 223/373 kB | 225/409 kB | 207/315 kB error 03-Jan-2023 03:10:42 Progress (5): 2.9 MB | 201 kB | 223/373 kB | 227/409 kB | 207/315 kB error 03-Jan-2023 03:10:42 Progress (5): 2.9 MB | 201 kB | 227/373 kB | 227/409 kB | 207/315 kB error 03-Jan-2023 03:10:42 Progress (5): 2.9 MB | 201 kB | 231/373 kB | 227/409 kB | 207/315 kB error 03-Jan-2023 03:10:42 Progress (5): 2.9 MB | 201 kB | 231/373 kB | 227/409 kB | 211/315 kB error 03-Jan-2023 03:10:42 Progress (5): 2.9 MB | 201 kB | 231/373 kB | 227/409 kB | 215/315 kB error 03-Jan-2023 03:10:42 Progress (5): 2.9 MB | 201 kB | 231/373 kB | 231/409 kB | 215/315 kB error 03-Jan-2023 03:10:42 Progress (5): 2.9 MB | 201 kB | 231/373 kB | 231/409 kB | 220/315 kB error 03-Jan-2023 03:10:42 Progress (5): 2.9 MB | 201 kB | 231/373 kB | 236/409 kB | 220/315 kB error 03-Jan-2023 03:10:42 Progress (5): 2.9 MB | 201 kB | 231/373 kB | 240/409 kB | 220/315 kB error 03-Jan-2023 03:10:42 Progress (5): 2.9 MB | 201 kB | 231/373 kB | 240/409 kB | 224/315 kB error 03-Jan-2023 03:10:42 Progress (5): 2.9 MB | 201 kB | 231/373 kB | 240/409 kB | 226/315 kB error 03-Jan-2023 03:10:42 Progress (5): 2.9 MB | 201 kB | 231/373 kB | 244/409 kB | 226/315 kB error 03-Jan-2023 03:10:42 Progress (5): 2.9 MB | 201 kB | 235/373 kB | 244/409 kB | 226/315 kB error 03-Jan-2023 03:10:42 Progress (5): 2.9 MB | 201 kB | 239/373 kB | 244/409 kB | 226/315 kB error 03-Jan-2023 03:10:42 Progress (5): 2.9 MB | 201 kB | 243/373 kB | 244/409 kB | 226/315 kB error 03-Jan-2023 03:10:42 Progress (5): 2.9 MB | 201 kB | 243/373 kB | 244/409 kB | 230/315 kB error 03-Jan-2023 03:10:42 Progress (5): 2.9 MB | 201 kB | 243/373 kB | 244/409 kB | 234/315 kB error 03-Jan-2023 03:10:42 Progress (5): 2.9 MB | 201 kB | 243/373 kB | 248/409 kB | 234/315 kB error 03-Jan-2023 03:10:42 Progress (5): 2.9 MB | 201 kB | 247/373 kB | 248/409 kB | 234/315 kB error 03-Jan-2023 03:10:42 Progress (5): 2.9 MB | 201 kB | 250/373 kB | 248/409 kB | 234/315 kB error 03-Jan-2023 03:10:42 Progress (5): 2.9 MB | 201 kB | 250/373 kB | 248/409 kB | 238/315 kB error 03-Jan-2023 03:10:42 Progress (5): 2.9 MB | 201 kB | 250/373 kB | 252/409 kB | 238/315 kB error 03-Jan-2023 03:10:42 Progress (5): 2.9 MB | 201 kB | 254/373 kB | 252/409 kB | 238/315 kB error 03-Jan-2023 03:10:42 Progress (5): 2.9 MB | 201 kB | 258/373 kB | 252/409 kB | 238/315 kB error 03-Jan-2023 03:10:42 Progress (5): 2.9 MB | 201 kB | 262/373 kB | 252/409 kB | 238/315 kB error 03-Jan-2023 03:10:42 Progress (5): 2.9 MB | 201 kB | 262/373 kB | 256/409 kB | 238/315 kB error 03-Jan-2023 03:10:42 Progress (5): 2.9 MB | 201 kB | 262/373 kB | 256/409 kB | 242/315 kB error 03-Jan-2023 03:10:42 Progress (5): 2.9 MB | 201 kB | 267/373 kB | 256/409 kB | 242/315 kB error 03-Jan-2023 03:10:42 Progress (5): 2.9 MB | 201 kB | 267/373 kB | 260/409 kB | 242/315 kB error 03-Jan-2023 03:10:42 Progress (5): 2.9 MB | 201 kB | 267/373 kB | 262/409 kB | 242/315 kB error 03-Jan-2023 03:10:42 Progress (5): 2.9 MB | 201 kB | 271/373 kB | 262/409 kB | 242/315 kB error 03-Jan-2023 03:10:42 Progress (5): 2.9 MB | 201 kB | 275/373 kB | 262/409 kB | 242/315 kB error 03-Jan-2023 03:10:42 Progress (5): 2.9 MB | 201 kB | 279/373 kB | 262/409 kB | 242/315 kB error 03-Jan-2023 03:10:42 Progress (5): 2.9 MB | 201 kB | 283/373 kB | 262/409 kB | 242/315 kB error 03-Jan-2023 03:10:42 Progress (5): 2.9 MB | 201 kB | 283/373 kB | 262/409 kB | 246/315 kB error 03-Jan-2023 03:10:42 Progress (5): 2.9 MB | 201 kB | 283/373 kB | 262/409 kB | 250/315 kB error 03-Jan-2023 03:10:42 Progress (5): 2.9 MB | 201 kB | 283/373 kB | 266/409 kB | 250/315 kB error 03-Jan-2023 03:10:42 Progress (5): 2.9 MB | 201 kB | 285/373 kB | 266/409 kB | 250/315 kB error 03-Jan-2023 03:10:42 Progress (5): 2.9 MB | 201 kB | 285/373 kB | 270/409 kB | 250/315 kB error 03-Jan-2023 03:10:42 Progress (5): 2.9 MB | 201 kB | 285/373 kB | 270/409 kB | 254/315 kB error 03-Jan-2023 03:10:42 Progress (5): 2.9 MB | 201 kB | 285/373 kB | 270/409 kB | 258/315 kB error 03-Jan-2023 03:10:42 Progress (5): 2.9 MB | 201 kB | 289/373 kB | 270/409 kB | 258/315 kB error 03-Jan-2023 03:10:42 Progress (5): 2.9 MB | 201 kB | 293/373 kB | 270/409 kB | 258/315 kB error 03-Jan-2023 03:10:42 Progress (5): 2.9 MB | 201 kB | 297/373 kB | 270/409 kB | 258/315 kB error 03-Jan-2023 03:10:42 Progress (5): 2.9 MB | 201 kB | 301/373 kB | 270/409 kB | 258/315 kB error 03-Jan-2023 03:10:42 Progress (5): 2.9 MB | 201 kB | 301/373 kB | 274/409 kB | 258/315 kB error 03-Jan-2023 03:10:43 Progress (5): 2.9 MB | 201 kB | 305/373 kB | 274/409 kB | 258/315 kB error 03-Jan-2023 03:10:43 Progress (5): 2.9 MB | 201 kB | 305/373 kB | 279/409 kB | 258/315 kB error 03-Jan-2023 03:10:43 Progress (5): 2.9 MB | 201 kB | 310/373 kB | 279/409 kB | 258/315 kB error 03-Jan-2023 03:10:43 Progress (5): 2.9 MB | 201 kB | 310/373 kB | 279/409 kB | 261/315 kB error 03-Jan-2023 03:10:43 Progress (5): 2.9 MB | 201 kB | 314/373 kB | 279/409 kB | 261/315 kB error 03-Jan-2023 03:10:43 Progress (5): 2.9 MB | 201 kB | 318/373 kB | 279/409 kB | 261/315 kB error 03-Jan-2023 03:10:43 Progress (5): 2.9 MB | 201 kB | 320/373 kB | 279/409 kB | 261/315 kB error 03-Jan-2023 03:10:43 Progress (5): 2.9 MB | 201 kB | 320/373 kB | 279/409 kB | 265/315 kB error 03-Jan-2023 03:10:43 Progress (5): 2.9 MB | 201 kB | 320/373 kB | 279/409 kB | 269/315 kB error 03-Jan-2023 03:10:43 Progress (5): 2.9 MB | 201 kB | 320/373 kB | 283/409 kB | 269/315 kB error 03-Jan-2023 03:10:43 Progress (5): 2.9 MB | 201 kB | 320/373 kB | 287/409 kB | 269/315 kB error 03-Jan-2023 03:10:43 Progress (5): 2.9 MB | 201 kB | 320/373 kB | 287/409 kB | 273/315 kB error 03-Jan-2023 03:10:43 Progress (5): 2.9 MB | 201 kB | 324/373 kB | 287/409 kB | 273/315 kB error 03-Jan-2023 03:10:43 Progress (5): 2.9 MB | 201 kB | 324/373 kB | 287/409 kB | 277/315 kB error 03-Jan-2023 03:10:43 Progress (5): 2.9 MB | 201 kB | 324/373 kB | 291/409 kB | 277/315 kB error 03-Jan-2023 03:10:43 Progress (5): 2.9 MB | 201 kB | 328/373 kB | 291/409 kB | 277/315 kB error 03-Jan-2023 03:10:43 Progress (5): 2.9 MB | 201 kB | 328/373 kB | 295/409 kB | 277/315 kB error 03-Jan-2023 03:10:43 Progress (5): 2.9 MB | 201 kB | 332/373 kB | 295/409 kB | 277/315 kB error 03-Jan-2023 03:10:43 Progress (5): 2.9 MB | 201 kB | 336/373 kB | 295/409 kB | 277/315 kB error 03-Jan-2023 03:10:43 Progress (5): 2.9 MB | 201 kB | 336/373 kB | 295/409 kB | 281/315 kB error 03-Jan-2023 03:10:43 Progress (5): 2.9 MB | 201 kB | 336/373 kB | 297/409 kB | 281/315 kB error 03-Jan-2023 03:10:43 Progress (5): 2.9 MB | 201 kB | 336/373 kB | 297/409 kB | 285/315 kB error 03-Jan-2023 03:10:43 Progress (5): 2.9 MB | 201 kB | 336/373 kB | 297/409 kB | 289/315 kB error 03-Jan-2023 03:10:43 Progress (5): 2.9 MB | 201 kB | 336/373 kB | 297/409 kB | 293/315 kB error 03-Jan-2023 03:10:43 Progress (5): 2.9 MB | 201 kB | 336/373 kB | 297/409 kB | 295/315 kB error 03-Jan-2023 03:10:43 Progress (5): 2.9 MB | 201 kB | 336/373 kB | 297/409 kB | 299/315 kB error 03-Jan-2023 03:10:43 Progress (5): 2.9 MB | 201 kB | 336/373 kB | 301/409 kB | 299/315 kB error 03-Jan-2023 03:10:43 Progress (5): 2.9 MB | 201 kB | 340/373 kB | 301/409 kB | 299/315 kB error 03-Jan-2023 03:10:43 Progress (5): 2.9 MB | 201 kB | 340/373 kB | 305/409 kB | 299/315 kB error 03-Jan-2023 03:10:43 Progress (5): 2.9 MB | 201 kB | 340/373 kB | 305/409 kB | 304/315 kB error 03-Jan-2023 03:10:43 Progress (5): 2.9 MB | 201 kB | 344/373 kB | 305/409 kB | 304/315 kB error 03-Jan-2023 03:10:43 Progress (5): 2.9 MB | 201 kB | 344/373 kB | 309/409 kB | 304/315 kB error 03-Jan-2023 03:10:43 Progress (5): 2.9 MB | 201 kB | 344/373 kB | 309/409 kB | 308/315 kB error 03-Jan-2023 03:10:43 Progress (5): 2.9 MB | 201 kB | 348/373 kB | 309/409 kB | 308/315 kB error 03-Jan-2023 03:10:43 Progress (5): 2.9 MB | 201 kB | 348/373 kB | 313/409 kB | 308/315 kB error 03-Jan-2023 03:10:43 Progress (5): 2.9 MB | 201 kB | 353/373 kB | 313/409 kB | 308/315 kB error 03-Jan-2023 03:10:43 Progress (5): 2.9 MB | 201 kB | 355/373 kB | 313/409 kB | 308/315 kB error 03-Jan-2023 03:10:43 Progress (5): 2.9 MB | 201 kB | 355/373 kB | 313/409 kB | 312/315 kB error 03-Jan-2023 03:10:43 Progress (5): 2.9 MB | 201 kB | 355/373 kB | 313/409 kB | 315 kB error 03-Jan-2023 03:10:43 Progress (5): 2.9 MB | 201 kB | 355/373 kB | 318/409 kB | 315 kB error 03-Jan-2023 03:10:43 Progress (5): 2.9 MB | 201 kB | 359/373 kB | 318/409 kB | 315 kB error 03-Jan-2023 03:10:43 Progress (5): 2.9 MB | 201 kB | 363/373 kB | 318/409 kB | 315 kB error 03-Jan-2023 03:10:43 Progress (5): 2.9 MB | 201 kB | 367/373 kB | 318/409 kB | 315 kB error 03-Jan-2023 03:10:43 Progress (5): 2.9 MB | 201 kB | 367/373 kB | 322/409 kB | 315 kB error 03-Jan-2023 03:10:43 Progress (5): 2.9 MB | 201 kB | 371/373 kB | 322/409 kB | 315 kB error 03-Jan-2023 03:10:43 Progress (5): 2.9 MB | 201 kB | 371/373 kB | 326/409 kB | 315 kB error 03-Jan-2023 03:10:43 Progress (5): 2.9 MB | 201 kB | 371/373 kB | 330/409 kB | 315 kB error 03-Jan-2023 03:10:43 Progress (5): 2.9 MB | 201 kB | 373 kB | 330/409 kB | 315 kB error 03-Jan-2023 03:10:43 Progress (5): 2.9 MB | 201 kB | 373 kB | 334/409 kB | 315 kB error 03-Jan-2023 03:10:43 Progress (5): 2.9 MB | 201 kB | 373 kB | 338/409 kB | 315 kB error 03-Jan-2023 03:10:43 Progress (5): 2.9 MB | 201 kB | 373 kB | 341/409 kB | 315 kB error 03-Jan-2023 03:10:43 Progress (5): 2.9 MB | 201 kB | 373 kB | 345/409 kB | 315 kB error 03-Jan-2023 03:10:43 Progress (5): 2.9 MB | 201 kB | 373 kB | 349/409 kB | 315 kB error 03-Jan-2023 03:10:43 Progress (5): 2.9 MB | 201 kB | 373 kB | 353/409 kB | 315 kB error 03-Jan-2023 03:10:43 Progress (5): 2.9 MB | 201 kB | 373 kB | 357/409 kB | 315 kB error 03-Jan-2023 03:10:43 Progress (5): 2.9 MB | 201 kB | 373 kB | 361/409 kB | 315 kB error 03-Jan-2023 03:10:43 error 03-Jan-2023 03:10:43 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/springframework/spring-orm/5.2.14.RELEASE/spring-orm-5.2.14.RELEASE.jar (201 kB at 32 kB/s) error 03-Jan-2023 03:10:43 #18 85.09 Progress (4): 2.9 MB | 373 kB | 365/409 kB | 315 kB error 03-Jan-2023 03:10:43 error 03-Jan-2023 03:10:43 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/api/openmrs-api/2.5.8/openmrs-api-2.5.8.jar (2.9 MB at 456 kB/s) error 03-Jan-2023 03:10:43 #18 85.10 Progress (3): 373 kB | 369/409 kB | 315 kB error 03-Jan-2023 03:10:43 error 03-Jan-2023 03:10:43 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/springframework/spring-context-support/5.2.14.RELEASE/spring-context-support-5.2.14.RELEASE.jar error 03-Jan-2023 03:10:43 #18 85.10 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/hibernate/hibernate-core/5.6.0.Final/hibernate-core-5.6.0.Final.jar error 03-Jan-2023 03:10:43 #18 85.11 Progress (3): 373 kB | 373/409 kB | 315 kB error 03-Jan-2023 03:10:43 Progress (3): 373 kB | 376/409 kB | 315 kB error 03-Jan-2023 03:10:43 Progress (3): 373 kB | 380/409 kB | 315 kB error 03-Jan-2023 03:10:43 Progress (3): 373 kB | 384/409 kB | 315 kB error 03-Jan-2023 03:10:43 Progress (3): 373 kB | 388/409 kB | 315 kB error 03-Jan-2023 03:10:43 Progress (3): 373 kB | 392/409 kB | 315 kB error 03-Jan-2023 03:10:43 Progress (3): 373 kB | 395/409 kB | 315 kB error 03-Jan-2023 03:10:43 Progress (3): 373 kB | 399/409 kB | 315 kB error 03-Jan-2023 03:10:43 Progress (3): 373 kB | 404/409 kB | 315 kB error 03-Jan-2023 03:10:43 Progress (3): 373 kB | 408/409 kB | 315 kB error 03-Jan-2023 03:10:43 Progress (3): 373 kB | 409 kB | 315 kB error 03-Jan-2023 03:10:43 error 03-Jan-2023 03:10:43 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/springframework/spring-tx/5.2.14.RELEASE/spring-tx-5.2.14.RELEASE.jar (315 kB at 49 kB/s) error 03-Jan-2023 03:10:43 #18 85.23 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/jboss/logging/jboss-logging/3.4.2.Final/jboss-logging-3.4.2.Final.jar error 03-Jan-2023 03:10:43 #18 85.44 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/springframework/spring-jdbc/5.2.14.RELEASE/spring-jdbc-5.2.14.RELEASE.jar (409 kB at 61 kB/s) error 03-Jan-2023 03:10:43 #18 85.44 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/net/bytebuddy/byte-buddy/1.11.20/byte-buddy-1.11.20.jar error 03-Jan-2023 03:10:43 #18 85.44 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/springframework/spring-aop/5.2.14.RELEASE/spring-aop-5.2.14.RELEASE.jar (373 kB at 56 kB/s) error 03-Jan-2023 03:10:43 #18 85.44 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/hibernate/hibernate-c3p0/5.6.0.Final/hibernate-c3p0-5.6.0.Final.jar error 03-Jan-2023 03:10:43 #18 85.45 Progress (1): 3.3/183 kB error 03-Jan-2023 03:10:43 Progress (1): 6.1/183 kB error 03-Jan-2023 03:10:43 Progress (1): 8.9/183 kB error 03-Jan-2023 03:10:43 Progress (1): 12/183 kB error 03-Jan-2023 03:10:43 Progress (1): 14/183 kB error 03-Jan-2023 03:10:43 Progress (1): 17/183 kB error 03-Jan-2023 03:10:43 Progress (1): 20/183 kB error 03-Jan-2023 03:10:43 Progress (1): 23/183 kB error 03-Jan-2023 03:10:43 Progress (1): 26/183 kB error 03-Jan-2023 03:10:43 Progress (1): 28/183 kB error 03-Jan-2023 03:10:43 Progress (1): 31/183 kB error 03-Jan-2023 03:10:43 Progress (1): 34/183 kB error 03-Jan-2023 03:10:43 Progress (1): 37/183 kB error 03-Jan-2023 03:10:43 Progress (1): 40/183 kB error 03-Jan-2023 03:10:43 Progress (1): 42/183 kB error 03-Jan-2023 03:10:43 Progress (1): 45/183 kB error 03-Jan-2023 03:10:43 Progress (1): 48/183 kB error 03-Jan-2023 03:10:43 Progress (1): 51/183 kB error 03-Jan-2023 03:10:43 Progress (1): 54/183 kB error 03-Jan-2023 03:10:43 Progress (1): 56/183 kB error 03-Jan-2023 03:10:43 Progress (1): 59/183 kB error 03-Jan-2023 03:10:43 Progress (1): 62/183 kB error 03-Jan-2023 03:10:43 Progress (2): 62/183 kB | 3.3/61 kB error 03-Jan-2023 03:10:43 Progress (2): 62/183 kB | 6.1/61 kB error 03-Jan-2023 03:10:43 Progress (2): 62/183 kB | 8.9/61 kB error 03-Jan-2023 03:10:43 Progress (2): 62/183 kB | 12/61 kB error 03-Jan-2023 03:10:43 Progress (2): 65/183 kB | 12/61 kB error 03-Jan-2023 03:10:43 Progress (2): 67/183 kB | 12/61 kB error 03-Jan-2023 03:10:43 Progress (2): 70/183 kB | 12/61 kB error 03-Jan-2023 03:10:43 Progress (2): 73/183 kB | 12/61 kB error 03-Jan-2023 03:10:43 Progress (2): 73/183 kB | 14/61 kB error 03-Jan-2023 03:10:43 Progress (2): 73/183 kB | 17/61 kB error 03-Jan-2023 03:10:43 Progress (2): 73/183 kB | 20/61 kB error 03-Jan-2023 03:10:43 Progress (2): 73/183 kB | 23/61 kB error 03-Jan-2023 03:10:43 Progress (2): 76/183 kB | 23/61 kB error 03-Jan-2023 03:10:43 Progress (2): 79/183 kB | 23/61 kB error 03-Jan-2023 03:10:43 Progress (2): 81/183 kB | 23/61 kB error 03-Jan-2023 03:10:43 Progress (2): 81/183 kB | 26/61 kB error 03-Jan-2023 03:10:43 Progress (2): 84/183 kB | 26/61 kB error 03-Jan-2023 03:10:43 Progress (2): 87/183 kB | 26/61 kB error 03-Jan-2023 03:10:43 Progress (2): 90/183 kB | 26/61 kB error 03-Jan-2023 03:10:43 Progress (2): 93/183 kB | 26/61 kB error 03-Jan-2023 03:10:43 Progress (2): 93/183 kB | 28/61 kB error 03-Jan-2023 03:10:43 Progress (2): 93/183 kB | 31/61 kB error 03-Jan-2023 03:10:43 Progress (2): 93/183 kB | 34/61 kB error 03-Jan-2023 03:10:43 Progress (2): 93/183 kB | 37/61 kB error 03-Jan-2023 03:10:43 Progress (2): 93/183 kB | 40/61 kB error 03-Jan-2023 03:10:43 Progress (2): 93/183 kB | 42/61 kB error 03-Jan-2023 03:10:43 Progress (2): 93/183 kB | 45/61 kB error 03-Jan-2023 03:10:43 Progress (2): 95/183 kB | 45/61 kB error 03-Jan-2023 03:10:43 Progress (2): 98/183 kB | 45/61 kB error 03-Jan-2023 03:10:43 Progress (2): 98/183 kB | 48/61 kB error 03-Jan-2023 03:10:43 Progress (2): 101/183 kB | 48/61 kB error 03-Jan-2023 03:10:43 Progress (2): 101/183 kB | 51/61 kB error 03-Jan-2023 03:10:43 Progress (2): 101/183 kB | 54/61 kB error 03-Jan-2023 03:10:43 Progress (2): 104/183 kB | 54/61 kB error 03-Jan-2023 03:10:43 Progress (2): 107/183 kB | 54/61 kB error 03-Jan-2023 03:10:43 Progress (2): 109/183 kB | 54/61 kB error 03-Jan-2023 03:10:43 Progress (2): 112/183 kB | 54/61 kB error 03-Jan-2023 03:10:43 Progress (2): 112/183 kB | 56/61 kB error 03-Jan-2023 03:10:43 Progress (2): 112/183 kB | 59/61 kB error 03-Jan-2023 03:10:43 Progress (2): 112/183 kB | 61 kB error 03-Jan-2023 03:10:43 Progress (3): 112/183 kB | 61 kB | 0/7.5 MB error 03-Jan-2023 03:10:43 Progress (3): 115/183 kB | 61 kB | 0/7.5 MB error 03-Jan-2023 03:10:43 Progress (4): 115/183 kB | 61 kB | 0/7.5 MB | 3.3/12 kB error 03-Jan-2023 03:10:43 Progress (4): 115/183 kB | 61 kB | 0/7.5 MB | 6.1/12 kB error 03-Jan-2023 03:10:43 Progress (4): 118/183 kB | 61 kB | 0/7.5 MB | 6.1/12 kB error 03-Jan-2023 03:10:43 Progress (4): 121/183 kB | 61 kB | 0/7.5 MB | 6.1/12 kB error 03-Jan-2023 03:10:43 Progress (4): 121/183 kB | 61 kB | 0/7.5 MB | 8.9/12 kB error 03-Jan-2023 03:10:43 Progress (4): 123/183 kB | 61 kB | 0/7.5 MB | 8.9/12 kB error 03-Jan-2023 03:10:43 Progress (4): 123/183 kB | 61 kB | 0/7.5 MB | 12/12 kB error 03-Jan-2023 03:10:43 Progress (4): 123/183 kB | 61 kB | 0/7.5 MB | 12 kB error 03-Jan-2023 03:10:43 Progress (4): 126/183 kB | 61 kB | 0/7.5 MB | 12 kB error 03-Jan-2023 03:10:43 Progress (4): 129/183 kB | 61 kB | 0/7.5 MB | 12 kB error 03-Jan-2023 03:10:43 Progress (4): 132/183 kB | 61 kB | 0/7.5 MB | 12 kB error 03-Jan-2023 03:10:43 Progress (4): 135/183 kB | 61 kB | 0/7.5 MB | 12 kB error 03-Jan-2023 03:10:43 Progress (4): 137/183 kB | 61 kB | 0/7.5 MB | 12 kB error 03-Jan-2023 03:10:43 Progress (4): 140/183 kB | 61 kB | 0/7.5 MB | 12 kB error 03-Jan-2023 03:10:43 Progress (4): 140/183 kB | 61 kB | 0.1/7.5 MB | 12 kB error 03-Jan-2023 03:10:43 Progress (4): 143/183 kB | 61 kB | 0.1/7.5 MB | 12 kB error 03-Jan-2023 03:10:43 Progress (4): 146/183 kB | 61 kB | 0.1/7.5 MB | 12 kB error 03-Jan-2023 03:10:43 Progress (4): 149/183 kB | 61 kB | 0.1/7.5 MB | 12 kB error 03-Jan-2023 03:10:43 Progress (4): 151/183 kB | 61 kB | 0.1/7.5 MB | 12 kB error 03-Jan-2023 03:10:43 Progress (4): 151/183 kB | 61 kB | 0.1/7.5 MB | 12 kB error 03-Jan-2023 03:10:43 Progress (4): 154/183 kB | 61 kB | 0.1/7.5 MB | 12 kB error 03-Jan-2023 03:10:43 Progress (4): 157/183 kB | 61 kB | 0.1/7.5 MB | 12 kB error 03-Jan-2023 03:10:43 Progress (4): 159/183 kB | 61 kB | 0.1/7.5 MB | 12 kB error 03-Jan-2023 03:10:43 Progress (4): 162/183 kB | 61 kB | 0.1/7.5 MB | 12 kB error 03-Jan-2023 03:10:43 Progress (4): 165/183 kB | 61 kB | 0.1/7.5 MB | 12 kB error 03-Jan-2023 03:10:43 Progress (4): 168/183 kB | 61 kB | 0.1/7.5 MB | 12 kB error 03-Jan-2023 03:10:43 Progress (4): 171/183 kB | 61 kB | 0.1/7.5 MB | 12 kB error 03-Jan-2023 03:10:43 Progress (4): 173/183 kB | 61 kB | 0.1/7.5 MB | 12 kB error 03-Jan-2023 03:10:43 Progress (4): 176/183 kB | 61 kB | 0.1/7.5 MB | 12 kB error 03-Jan-2023 03:10:43 Progress (4): 179/183 kB | 61 kB | 0.1/7.5 MB | 12 kB error 03-Jan-2023 03:10:43 Progress (4): 182/183 kB | 61 kB | 0.1/7.5 MB | 12 kB error 03-Jan-2023 03:10:43 Progress (4): 182/183 kB | 61 kB | 0.2/7.5 MB | 12 kB error 03-Jan-2023 03:10:43 Progress (4): 183 kB | 61 kB | 0.2/7.5 MB | 12 kB error 03-Jan-2023 03:10:43 Progress (4): 183 kB | 61 kB | 0.2/7.5 MB | 12 kB error 03-Jan-2023 03:10:43 Progress (4): 183 kB | 61 kB | 0.2/7.5 MB | 12 kB error 03-Jan-2023 03:10:43 Progress (4): 183 kB | 61 kB | 0.3/7.5 MB | 12 kB error 03-Jan-2023 03:10:43 Progress (4): 183 kB | 61 kB | 0.3/7.5 MB | 12 kB error 03-Jan-2023 03:10:43 Progress (4): 183 kB | 61 kB | 0.4/7.5 MB | 12 kB error 03-Jan-2023 03:10:43 Progress (4): 183 kB | 61 kB | 0.4/7.5 MB | 12 kB error 03-Jan-2023 03:10:43 Progress (4): 183 kB | 61 kB | 0.5/7.5 MB | 12 kB error 03-Jan-2023 03:10:43 error 03-Jan-2023 03:10:43 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/hibernate/hibernate-c3p0/5.6.0.Final/hibernate-c3p0-5.6.0.Final.jar (12 kB at 1.7 kB/s) error 03-Jan-2023 03:10:43 #18 85.79 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/jboss/logging/jboss-logging/3.4.2.Final/jboss-logging-3.4.2.Final.jar (61 kB at 8.7 kB/s) error 03-Jan-2023 03:10:43 #18 85.79 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/hibernate/hibernate-search-orm/5.11.9.Final/hibernate-search-orm-5.11.9.Final.jar error 03-Jan-2023 03:10:43 #18 85.79 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/hibernate/hibernate-ehcache/5.6.0.Final/hibernate-ehcache-5.6.0.Final.jar error 03-Jan-2023 03:10:43 #18 85.82 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/springframework/spring-context-support/5.2.14.RELEASE/spring-context-support-5.2.14.RELEASE.jar (183 kB at 26 kB/s) error 03-Jan-2023 03:10:43 #18 85.85 Progress (1): 0.5/7.5 MB error 03-Jan-2023 03:10:43 error 03-Jan-2023 03:10:43 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/hibernate/hibernate-search-engine/5.11.9.Final/hibernate-search-engine-5.11.9.Final.jar error 03-Jan-2023 03:10:43 #18 85.86 Progress (1): 0.5/7.5 MB error 03-Jan-2023 03:10:43 Progress (1): 0.6/7.5 MB error 03-Jan-2023 03:10:43 Progress (1): 0.6/7.5 MB error 03-Jan-2023 03:10:43 Progress (1): 0.7/7.5 MB error 03-Jan-2023 03:10:43 Progress (1): 0.7/7.5 MB error 03-Jan-2023 03:10:43 Progress (2): 0.7/7.5 MB | 0/3.7 MB error 03-Jan-2023 03:10:43 Progress (2): 0.7/7.5 MB | 0/3.7 MB error 03-Jan-2023 03:10:43 Progress (2): 0.7/7.5 MB | 0.1/3.7 MB error 03-Jan-2023 03:10:43 #18 ... error 03-Jan-2023 03:10:43 error 03-Jan-2023 03:10:43 #21 [linux/amd64 dev 4/4] RUN mvn -s /usr/share/maven/ref/settings-docker.xml install error 03-Jan-2023 03:10:43 #21 85.52 Progress (1): 0/1.9 MB error 03-Jan-2023 03:10:43 Progress (1): 0/1.9 MB error 03-Jan-2023 03:10:43 Progress (1): 0/1.9 MB error 03-Jan-2023 03:10:43 Progress (1): 0/1.9 MB error 03-Jan-2023 03:10:43 Progress (1): 0/1.9 MB error 03-Jan-2023 03:10:43 Progress (1): 0.1/1.9 MB error 03-Jan-2023 03:10:43 Progress (1): 0.1/1.9 MB error 03-Jan-2023 03:10:43 Progress (1): 0.1/1.9 MB error 03-Jan-2023 03:10:43 Progress (1): 0.1/1.9 MB error 03-Jan-2023 03:10:43 Progress (1): 0.1/1.9 MB error 03-Jan-2023 03:10:43 Progress (1): 0.1/1.9 MB error 03-Jan-2023 03:10:43 Progress (1): 0.1/1.9 MB error 03-Jan-2023 03:10:43 Progress (1): 0.1/1.9 MB error 03-Jan-2023 03:10:43 Progress (1): 0.1/1.9 MB error 03-Jan-2023 03:10:43 Progress (1): 0.1/1.9 MB error 03-Jan-2023 03:10:43 Progress (1): 0.2/1.9 MB error 03-Jan-2023 03:10:43 Progress (1): 0.2/1.9 MB error 03-Jan-2023 03:10:43 Progress (1): 0.2/1.9 MB error 03-Jan-2023 03:10:43 Progress (1): 0.2/1.9 MB error 03-Jan-2023 03:10:43 Progress (1): 0.2/1.9 MB error 03-Jan-2023 03:10:43 Progress (1): 0.2/1.9 MB error 03-Jan-2023 03:10:43 Progress (1): 0.2/1.9 MB error 03-Jan-2023 03:10:43 Progress (1): 0.2/1.9 MB error 03-Jan-2023 03:10:43 Progress (1): 0.2/1.9 MB error 03-Jan-2023 03:10:43 Progress (1): 0.2/1.9 MB error 03-Jan-2023 03:10:43 Progress (1): 0.2/1.9 MB error 03-Jan-2023 03:10:43 Progress (1): 0.2/1.9 MB error 03-Jan-2023 03:10:43 Progress (1): 0.3/1.9 MB error 03-Jan-2023 03:10:43 Progress (1): 0.3/1.9 MB error 03-Jan-2023 03:10:43 Progress (1): 0.3/1.9 MB error 03-Jan-2023 03:10:43 Progress (1): 0.3/1.9 MB error 03-Jan-2023 03:10:43 Progress (1): 0.3/1.9 MB error 03-Jan-2023 03:10:43 Progress (1): 0.3/1.9 MB error 03-Jan-2023 03:10:43 Progress (1): 0.3/1.9 MB error 03-Jan-2023 03:10:43 Progress (1): 0.3/1.9 MB error 03-Jan-2023 03:10:43 Progress (1): 0.3/1.9 MB error 03-Jan-2023 03:10:43 Progress (1): 0.3/1.9 MB error 03-Jan-2023 03:10:43 Progress (1): 0.3/1.9 MB error 03-Jan-2023 03:10:43 Progress (1): 0.4/1.9 MB error 03-Jan-2023 03:10:43 Progress (1): 0.4/1.9 MB error 03-Jan-2023 03:10:43 Progress (1): 0.4/1.9 MB error 03-Jan-2023 03:10:43 Progress (1): 0.4/1.9 MB error 03-Jan-2023 03:10:43 Progress (1): 0.4/1.9 MB error 03-Jan-2023 03:10:43 Progress (1): 0.4/1.9 MB error 03-Jan-2023 03:10:43 Progress (1): 0.4/1.9 MB error 03-Jan-2023 03:10:43 Progress (1): 0.4/1.9 MB error 03-Jan-2023 03:10:43 Progress (1): 0.4/1.9 MB error 03-Jan-2023 03:10:43 Progress (1): 0.4/1.9 MB error 03-Jan-2023 03:10:43 Progress (1): 0.4/1.9 MB error 03-Jan-2023 03:10:43 Progress (1): 0.4/1.9 MB error 03-Jan-2023 03:10:43 Progress (1): 0.5/1.9 MB error 03-Jan-2023 03:10:43 Progress (1): 0.5/1.9 MB error 03-Jan-2023 03:10:43 Progress (1): 0.5/1.9 MB error 03-Jan-2023 03:10:43 Progress (1): 0.5/1.9 MB error 03-Jan-2023 03:10:43 Progress (1): 0.5/1.9 MB error 03-Jan-2023 03:10:43 Progress (1): 0.5/1.9 MB error 03-Jan-2023 03:10:43 Progress (1): 0.5/1.9 MB error 03-Jan-2023 03:10:43 Progress (1): 0.5/1.9 MB error 03-Jan-2023 03:10:43 Progress (1): 0.5/1.9 MB error 03-Jan-2023 03:10:43 Progress (1): 0.5/1.9 MB error 03-Jan-2023 03:10:43 Progress (1): 0.5/1.9 MB error 03-Jan-2023 03:10:43 Progress (1): 0.6/1.9 MB error 03-Jan-2023 03:10:43 Progress (1): 0.6/1.9 MB error 03-Jan-2023 03:10:43 Progress (1): 0.6/1.9 MB error 03-Jan-2023 03:10:43 Progress (1): 0.6/1.9 MB error 03-Jan-2023 03:10:43 Progress (1): 0.6/1.9 MB error 03-Jan-2023 03:10:43 Progress (1): 0.6/1.9 MB error 03-Jan-2023 03:10:43 Progress (1): 0.6/1.9 MB error 03-Jan-2023 03:10:43 Progress (1): 0.6/1.9 MB error 03-Jan-2023 03:10:43 Progress (1): 0.6/1.9 MB error 03-Jan-2023 03:10:43 Progress (1): 0.6/1.9 MB error 03-Jan-2023 03:10:43 Progress (1): 0.6/1.9 MB error 03-Jan-2023 03:10:43 Progress (1): 0.7/1.9 MB error 03-Jan-2023 03:10:43 Progress (1): 0.7/1.9 MB error 03-Jan-2023 03:10:43 Progress (1): 0.7/1.9 MB error 03-Jan-2023 03:10:43 Progress (1): 0.7/1.9 MB error 03-Jan-2023 03:10:43 Progress (1): 0.7/1.9 MB error 03-Jan-2023 03:10:43 Progress (1): 0.7/1.9 MB error 03-Jan-2023 03:10:43 Progress (1): 0.7/1.9 MB error 03-Jan-2023 03:10:43 Progress (1): 0.7/1.9 MB error 03-Jan-2023 03:10:43 Progress (1): 0.7/1.9 MB error 03-Jan-2023 03:10:43 Progress (1): 0.7/1.9 MB error 03-Jan-2023 03:10:43 Progress (1): 0.7/1.9 MB error 03-Jan-2023 03:10:43 Progress (1): 0.8/1.9 MB error 03-Jan-2023 03:10:43 Progress (1): 0.8/1.9 MB error 03-Jan-2023 03:10:43 Progress (1): 0.8/1.9 MB error 03-Jan-2023 03:10:43 Progress (1): 0.8/1.9 MB error 03-Jan-2023 03:10:43 Progress (1): 0.8/1.9 MB error 03-Jan-2023 03:10:43 Progress (1): 0.8/1.9 MB error 03-Jan-2023 03:10:43 Progress (1): 0.8/1.9 MB error 03-Jan-2023 03:10:43 Progress (1): 0.8/1.9 MB error 03-Jan-2023 03:10:43 Progress (1): 0.8/1.9 MB error 03-Jan-2023 03:10:43 Progress (1): 0.8/1.9 MB error 03-Jan-2023 03:10:43 Progress (1): 0.8/1.9 MB error 03-Jan-2023 03:10:43 Progress (1): 0.9/1.9 MB error 03-Jan-2023 03:10:43 Progress (1): 0.9/1.9 MB error 03-Jan-2023 03:10:43 Progress (1): 0.9/1.9 MB error 03-Jan-2023 03:10:43 Progress (1): 0.9/1.9 MB error 03-Jan-2023 03:10:43 Progress (1): 0.9/1.9 MB error 03-Jan-2023 03:10:43 Progress (1): 0.9/1.9 MB error 03-Jan-2023 03:10:43 Progress (1): 0.9/1.9 MB error 03-Jan-2023 03:10:43 Progress (1): 0.9/1.9 MB error 03-Jan-2023 03:10:43 Progress (1): 0.9/1.9 MB error 03-Jan-2023 03:10:43 Progress (1): 0.9/1.9 MB error 03-Jan-2023 03:10:43 Progress (1): 0.9/1.9 MB error 03-Jan-2023 03:10:43 Progress (1): 0.9/1.9 MB error 03-Jan-2023 03:10:43 Progress (1): 1.0/1.9 MB error 03-Jan-2023 03:10:43 Progress (1): 1.0/1.9 MB error 03-Jan-2023 03:10:43 Progress (1): 1.0/1.9 MB error 03-Jan-2023 03:10:43 Progress (1): 1.0/1.9 MB error 03-Jan-2023 03:10:43 Progress (1): 1.0/1.9 MB error 03-Jan-2023 03:10:43 Progress (1): 1.0/1.9 MB error 03-Jan-2023 03:10:43 Progress (1): 1.0/1.9 MB error 03-Jan-2023 03:10:43 Progress (1): 1.0/1.9 MB error 03-Jan-2023 03:10:43 Progress (1): 1.0/1.9 MB error 03-Jan-2023 03:10:43 Progress (1): 1.0/1.9 MB error 03-Jan-2023 03:10:43 Progress (1): 1.0/1.9 MB error 03-Jan-2023 03:10:43 Progress (1): 1.1/1.9 MB error 03-Jan-2023 03:10:43 Progress (1): 1.1/1.9 MB error 03-Jan-2023 03:10:43 Progress (1): 1.1/1.9 MB error 03-Jan-2023 03:10:43 Progress (1): 1.1/1.9 MB error 03-Jan-2023 03:10:43 Progress (1): 1.1/1.9 MB error 03-Jan-2023 03:10:43 Progress (1): 1.1/1.9 MB error 03-Jan-2023 03:10:43 Progress (1): 1.1/1.9 MB error 03-Jan-2023 03:10:43 Progress (1): 1.1/1.9 MB error 03-Jan-2023 03:10:43 Progress (1): 1.1/1.9 MB error 03-Jan-2023 03:10:43 Progress (1): 1.1/1.9 MB error 03-Jan-2023 03:10:43 Progress (1): 1.1/1.9 MB error 03-Jan-2023 03:10:43 Progress (1): 1.1/1.9 MB error 03-Jan-2023 03:10:43 Progress (1): 1.2/1.9 MB error 03-Jan-2023 03:10:43 Progress (1): 1.2/1.9 MB error 03-Jan-2023 03:10:43 Progress (1): 1.2/1.9 MB error 03-Jan-2023 03:10:43 Progress (1): 1.2/1.9 MB error 03-Jan-2023 03:10:43 Progress (1): 1.2/1.9 MB error 03-Jan-2023 03:10:43 Progress (1): 1.2/1.9 MB error 03-Jan-2023 03:10:43 Progress (1): 1.2/1.9 MB error 03-Jan-2023 03:10:43 Progress (1): 1.2/1.9 MB error 03-Jan-2023 03:10:43 Progress (1): 1.2/1.9 MB error 03-Jan-2023 03:10:43 Progress (1): 1.2/1.9 MB error 03-Jan-2023 03:10:43 Progress (1): 1.2/1.9 MB error 03-Jan-2023 03:10:43 Progress (1): 1.3/1.9 MB error 03-Jan-2023 03:10:43 Progress (1): 1.3/1.9 MB error 03-Jan-2023 03:10:43 Progress (1): 1.3/1.9 MB error 03-Jan-2023 03:10:43 Progress (1): 1.3/1.9 MB error 03-Jan-2023 03:10:43 Progress (1): 1.3/1.9 MB error 03-Jan-2023 03:10:43 Progress (1): 1.3/1.9 MB error 03-Jan-2023 03:10:43 Progress (1): 1.3/1.9 MB error 03-Jan-2023 03:10:43 Progress (1): 1.3/1.9 MB error 03-Jan-2023 03:10:43 Progress (1): 1.3/1.9 MB error 03-Jan-2023 03:10:43 Progress (1): 1.3/1.9 MB error 03-Jan-2023 03:10:43 Progress (1): 1.4/1.9 MB error 03-Jan-2023 03:10:43 Progress (1): 1.4/1.9 MB error 03-Jan-2023 03:10:43 Progress (1): 1.4/1.9 MB error 03-Jan-2023 03:10:43 Progress (1): 1.4/1.9 MB error 03-Jan-2023 03:10:43 Progress (1): 1.4/1.9 MB error 03-Jan-2023 03:10:43 Progress (1): 1.4/1.9 MB error 03-Jan-2023 03:10:43 Progress (1): 1.4/1.9 MB error 03-Jan-2023 03:10:43 Progress (1): 1.4/1.9 MB error 03-Jan-2023 03:10:43 Progress (1): 1.4/1.9 MB error 03-Jan-2023 03:10:43 Progress (1): 1.4/1.9 MB error 03-Jan-2023 03:10:43 Progress (1): 1.4/1.9 MB error 03-Jan-2023 03:10:43 Progress (1): 1.5/1.9 MB error 03-Jan-2023 03:10:43 Progress (1): 1.5/1.9 MB error 03-Jan-2023 03:10:43 Progress (1): 1.5/1.9 MB error 03-Jan-2023 03:10:43 Progress (1): 1.5/1.9 MB error 03-Jan-2023 03:10:43 Progress (1): 1.5/1.9 MB error 03-Jan-2023 03:10:43 Progress (1): 1.5/1.9 MB error 03-Jan-2023 03:10:43 Progress (1): 1.5/1.9 MB error 03-Jan-2023 03:10:43 Progress (1): 1.5/1.9 MB error 03-Jan-2023 03:10:43 Progress (1): 1.5/1.9 MB error 03-Jan-2023 03:10:43 Progress (1): 1.5/1.9 MB error 03-Jan-2023 03:10:43 Progress (1): 1.6/1.9 MB error 03-Jan-2023 03:10:43 Progress (1): 1.6/1.9 MB error 03-Jan-2023 03:10:43 Progress (1): 1.6/1.9 MB error 03-Jan-2023 03:10:43 Progress (1): 1.6/1.9 MB error 03-Jan-2023 03:10:43 Progress (1): 1.6/1.9 MB error 03-Jan-2023 03:10:43 Progress (1): 1.6/1.9 MB error 03-Jan-2023 03:10:43 Progress (1): 1.6/1.9 MB error 03-Jan-2023 03:10:43 Progress (1): 1.6/1.9 MB error 03-Jan-2023 03:10:43 Progress (1): 1.6/1.9 MB error 03-Jan-2023 03:10:43 Progress (1): 1.6/1.9 MB error 03-Jan-2023 03:10:43 Progress (1): 1.6/1.9 MB error 03-Jan-2023 03:10:43 Progress (1): 1.7/1.9 MB error 03-Jan-2023 03:10:43 Progress (1): 1.7/1.9 MB error 03-Jan-2023 03:10:43 Progress (1): 1.7/1.9 MB error 03-Jan-2023 03:10:43 Progress (1): 1.7/1.9 MB error 03-Jan-2023 03:10:43 Progress (1): 1.7/1.9 MB error 03-Jan-2023 03:10:43 Progress (1): 1.7/1.9 MB error 03-Jan-2023 03:10:43 Progress (1): 1.7/1.9 MB error 03-Jan-2023 03:10:43 Progress (1): 1.7/1.9 MB error 03-Jan-2023 03:10:43 Progress (1): 1.7/1.9 MB error 03-Jan-2023 03:10:43 Progress (1): 1.7/1.9 MB error 03-Jan-2023 03:10:43 Progress (1): 1.8/1.9 MB error 03-Jan-2023 03:10:43 Progress (1): 1.8/1.9 MB error 03-Jan-2023 03:10:43 Progress (1): 1.8/1.9 MB error 03-Jan-2023 03:10:43 Progress (1): 1.8/1.9 MB error 03-Jan-2023 03:10:43 Progress (1): 1.8/1.9 MB error 03-Jan-2023 03:10:43 Progress (1): 1.8/1.9 MB error 03-Jan-2023 03:10:43 Progress (1): 1.8/1.9 MB error 03-Jan-2023 03:10:43 Progress (1): 1.8/1.9 MB error 03-Jan-2023 03:10:43 Progress (1): 1.8/1.9 MB error 03-Jan-2023 03:10:43 Progress (1): 1.9/1.9 MB error 03-Jan-2023 03:10:43 Progress (1): 1.9/1.9 MB error 03-Jan-2023 03:10:43 Progress (1): 1.9/1.9 MB error 03-Jan-2023 03:10:43 Progress (1): 1.9/1.9 MB error 03-Jan-2023 03:10:43 Progress (1): 1.9/1.9 MB error 03-Jan-2023 03:10:43 Progress (1): 1.9/1.9 MB error 03-Jan-2023 03:10:43 Progress (1): 1.9/1.9 MB error 03-Jan-2023 03:10:43 Progress (1): 1.9/1.9 MB error 03-Jan-2023 03:10:43 Progress (1): 1.9/1.9 MB error 03-Jan-2023 03:10:43 Progress (1): 1.9/1.9 MB error 03-Jan-2023 03:10:43 Progress (1): 1.9/1.9 MB error 03-Jan-2023 03:10:43 Progress (1): 1.9 MB error 03-Jan-2023 03:10:43 error 03-Jan-2023 03:10:43 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/referenceapplication-omod/2.13.0-SNAPSHOT/referenceapplication-omod-2.13.0-20230102.174931-193.jar (1.9 MB at 3.3 MB/s) error 03-Jan-2023 03:10:43 #21 85.77 [INFO] Configured Artifact: org.openmrs.module:htmlformentry-omod:5.1.0:jar error 03-Jan-2023 03:10:43 #21 85.77 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/htmlformentry-omod/5.1.0/htmlformentry-omod-5.1.0.pom error 03-Jan-2023 03:10:43 #21 85.88 Progress (1): 3.3/6.1 kB error 03-Jan-2023 03:10:43 Progress (1): 6.1 kB error 03-Jan-2023 03:10:43 error 03-Jan-2023 03:10:43 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/htmlformentry-omod/5.1.0/htmlformentry-omod-5.1.0.pom (6.1 kB at 27 kB/s) error 03-Jan-2023 03:10:43 #21 85.99 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/htmlformentry/5.1.0/htmlformentry-5.1.0.pom error 03-Jan-2023 03:10:43 #21 86.10 Progress (1): 3.3/16 kB error 03-Jan-2023 03:10:43 Progress (1): 6.1/16 kB error 03-Jan-2023 03:10:43 Progress (1): 8.9/16 kB error 03-Jan-2023 03:10:43 Progress (1): 12/16 kB error 03-Jan-2023 03:10:43 Progress (1): 15/16 kB error 03-Jan-2023 03:10:43 Progress (1): 16 kB error 03-Jan-2023 03:10:43 error 03-Jan-2023 03:10:43 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/htmlformentry/5.1.0/htmlformentry-5.1.0.pom (16 kB at 70 kB/s) error 03-Jan-2023 03:10:43 #21 86.23 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/htmlformentry-omod/5.1.0/htmlformentry-omod-5.1.0.jar error 03-Jan-2023 03:10:44 #21 86.53 Progress (1): 0/2.3 MB error 03-Jan-2023 03:10:44 Progress (1): 0/2.3 MB error 03-Jan-2023 03:10:44 Progress (1): 0/2.3 MB error 03-Jan-2023 03:10:44 Progress (1): 0.1/2.3 MB error 03-Jan-2023 03:10:44 Progress (1): 0.1/2.3 MB error 03-Jan-2023 03:10:44 Progress (1): 0.1/2.3 MB error 03-Jan-2023 03:10:44 Progress (1): 0.1/2.3 MB error 03-Jan-2023 03:10:44 Progress (1): 0.1/2.3 MB error 03-Jan-2023 03:10:44 Progress (1): 0.2/2.3 MB error 03-Jan-2023 03:10:44 Progress (1): 0.2/2.3 MB error 03-Jan-2023 03:10:44 Progress (1): 0.2/2.3 MB error 03-Jan-2023 03:10:44 Progress (1): 0.2/2.3 MB error 03-Jan-2023 03:10:44 Progress (1): 0.2/2.3 MB error 03-Jan-2023 03:10:44 Progress (1): 0.2/2.3 MB error 03-Jan-2023 03:10:44 Progress (1): 0.2/2.3 MB error 03-Jan-2023 03:10:44 Progress (1): 0.3/2.3 MB error 03-Jan-2023 03:10:44 Progress (1): 0.3/2.3 MB error 03-Jan-2023 03:10:44 Progress (1): 0.3/2.3 MB error 03-Jan-2023 03:10:44 Progress (1): 0.3/2.3 MB error 03-Jan-2023 03:10:44 Progress (1): 0.3/2.3 MB error 03-Jan-2023 03:10:44 Progress (1): 0.3/2.3 MB error 03-Jan-2023 03:10:44 Progress (1): 0.4/2.3 MB error 03-Jan-2023 03:10:44 Progress (1): 0.4/2.3 MB error 03-Jan-2023 03:10:44 Progress (1): 0.4/2.3 MB error 03-Jan-2023 03:10:44 Progress (1): 0.4/2.3 MB error 03-Jan-2023 03:10:44 Progress (1): 0.4/2.3 MB error 03-Jan-2023 03:10:44 Progress (1): 0.4/2.3 MB error 03-Jan-2023 03:10:44 Progress (1): 0.5/2.3 MB error 03-Jan-2023 03:10:44 Progress (1): 0.5/2.3 MB error 03-Jan-2023 03:10:44 Progress (1): 0.5/2.3 MB error 03-Jan-2023 03:10:44 Progress (1): 0.5/2.3 MB error 03-Jan-2023 03:10:44 Progress (1): 0.5/2.3 MB error 03-Jan-2023 03:10:44 Progress (1): 0.5/2.3 MB error 03-Jan-2023 03:10:44 Progress (1): 0.6/2.3 MB error 03-Jan-2023 03:10:44 Progress (1): 0.6/2.3 MB error 03-Jan-2023 03:10:44 Progress (1): 0.6/2.3 MB error 03-Jan-2023 03:10:44 Progress (1): 0.6/2.3 MB error 03-Jan-2023 03:10:44 Progress (1): 0.6/2.3 MB error 03-Jan-2023 03:10:44 Progress (1): 0.6/2.3 MB error 03-Jan-2023 03:10:44 Progress (1): 0.7/2.3 MB error 03-Jan-2023 03:10:44 Progress (1): 0.7/2.3 MB error 03-Jan-2023 03:10:44 Progress (1): 0.7/2.3 MB error 03-Jan-2023 03:10:44 Progress (1): 0.7/2.3 MB error 03-Jan-2023 03:10:44 Progress (1): 0.7/2.3 MB error 03-Jan-2023 03:10:44 Progress (1): 0.7/2.3 MB error 03-Jan-2023 03:10:44 Progress (1): 0.8/2.3 MB error 03-Jan-2023 03:10:44 Progress (1): 0.8/2.3 MB error 03-Jan-2023 03:10:44 Progress (1): 0.8/2.3 MB error 03-Jan-2023 03:10:44 Progress (1): 0.8/2.3 MB error 03-Jan-2023 03:10:44 Progress (1): 0.8/2.3 MB error 03-Jan-2023 03:10:44 Progress (1): 0.8/2.3 MB error 03-Jan-2023 03:10:44 Progress (1): 0.9/2.3 MB error 03-Jan-2023 03:10:44 Progress (1): 0.9/2.3 MB error 03-Jan-2023 03:10:44 Progress (1): 0.9/2.3 MB error 03-Jan-2023 03:10:44 Progress (1): 0.9/2.3 MB error 03-Jan-2023 03:10:44 Progress (1): 0.9/2.3 MB error 03-Jan-2023 03:10:44 Progress (1): 0.9/2.3 MB error 03-Jan-2023 03:10:44 Progress (1): 1.0/2.3 MB error 03-Jan-2023 03:10:44 Progress (1): 1.0/2.3 MB error 03-Jan-2023 03:10:44 Progress (1): 1.0/2.3 MB error 03-Jan-2023 03:10:44 Progress (1): 1.0/2.3 MB error 03-Jan-2023 03:10:44 Progress (1): 1.0/2.3 MB error 03-Jan-2023 03:10:44 Progress (1): 1.0/2.3 MB error 03-Jan-2023 03:10:44 Progress (1): 1.0/2.3 MB error 03-Jan-2023 03:10:44 Progress (1): 1.1/2.3 MB error 03-Jan-2023 03:10:44 Progress (1): 1.1/2.3 MB error 03-Jan-2023 03:10:44 Progress (1): 1.1/2.3 MB error 03-Jan-2023 03:10:44 Progress (1): 1.1/2.3 MB error 03-Jan-2023 03:10:44 Progress (1): 1.1/2.3 MB error 03-Jan-2023 03:10:44 Progress (1): 1.1/2.3 MB error 03-Jan-2023 03:10:44 Progress (1): 1.2/2.3 MB error 03-Jan-2023 03:10:44 Progress (1): 1.2/2.3 MB error 03-Jan-2023 03:10:44 Progress (1): 1.2/2.3 MB error 03-Jan-2023 03:10:44 Progress (1): 1.2/2.3 MB error 03-Jan-2023 03:10:44 Progress (1): 1.2/2.3 MB error 03-Jan-2023 03:10:44 Progress (1): 1.2/2.3 MB error 03-Jan-2023 03:10:44 Progress (1): 1.3/2.3 MB error 03-Jan-2023 03:10:44 Progress (1): 1.3/2.3 MB error 03-Jan-2023 03:10:44 Progress (1): 1.3/2.3 MB error 03-Jan-2023 03:10:44 Progress (1): 1.3/2.3 MB error 03-Jan-2023 03:10:44 Progress (1): 1.3/2.3 MB error 03-Jan-2023 03:10:44 Progress (1): 1.3/2.3 MB error 03-Jan-2023 03:10:44 Progress (1): 1.4/2.3 MB error 03-Jan-2023 03:10:44 Progress (1): 1.4/2.3 MB error 03-Jan-2023 03:10:44 Progress (1): 1.4/2.3 MB error 03-Jan-2023 03:10:44 Progress (1): 1.4/2.3 MB error 03-Jan-2023 03:10:44 Progress (1): 1.4/2.3 MB error 03-Jan-2023 03:10:44 Progress (1): 1.4/2.3 MB error 03-Jan-2023 03:10:44 Progress (1): 1.4/2.3 MB error 03-Jan-2023 03:10:44 Progress (1): 1.5/2.3 MB error 03-Jan-2023 03:10:44 Progress (1): 1.5/2.3 MB error 03-Jan-2023 03:10:44 Progress (1): 1.5/2.3 MB error 03-Jan-2023 03:10:44 Progress (1): 1.5/2.3 MB error 03-Jan-2023 03:10:44 Progress (1): 1.5/2.3 MB error 03-Jan-2023 03:10:44 Progress (1): 1.5/2.3 MB error 03-Jan-2023 03:10:44 Progress (1): 1.6/2.3 MB error 03-Jan-2023 03:10:44 Progress (1): 1.6/2.3 MB error 03-Jan-2023 03:10:44 Progress (1): 1.6/2.3 MB error 03-Jan-2023 03:10:44 Progress (1): 1.6/2.3 MB error 03-Jan-2023 03:10:44 Progress (1): 1.6/2.3 MB error 03-Jan-2023 03:10:44 Progress (1): 1.6/2.3 MB error 03-Jan-2023 03:10:44 Progress (1): 1.7/2.3 MB error 03-Jan-2023 03:10:44 Progress (1): 1.7/2.3 MB error 03-Jan-2023 03:10:44 Progress (1): 1.7/2.3 MB error 03-Jan-2023 03:10:44 Progress (1): 1.7/2.3 MB error 03-Jan-2023 03:10:44 Progress (1): 1.7/2.3 MB error 03-Jan-2023 03:10:44 Progress (1): 1.7/2.3 MB error 03-Jan-2023 03:10:44 Progress (1): 1.7/2.3 MB error 03-Jan-2023 03:10:44 Progress (1): 1.8/2.3 MB error 03-Jan-2023 03:10:44 Progress (1): 1.8/2.3 MB error 03-Jan-2023 03:10:44 Progress (1): 1.8/2.3 MB error 03-Jan-2023 03:10:44 Progress (1): 1.8/2.3 MB error 03-Jan-2023 03:10:44 Progress (1): 1.8/2.3 MB error 03-Jan-2023 03:10:44 Progress (1): 1.8/2.3 MB error 03-Jan-2023 03:10:44 Progress (1): 1.9/2.3 MB error 03-Jan-2023 03:10:44 Progress (1): 1.9/2.3 MB error 03-Jan-2023 03:10:44 Progress (1): 1.9/2.3 MB error 03-Jan-2023 03:10:44 Progress (1): 1.9/2.3 MB error 03-Jan-2023 03:10:44 Progress (1): 1.9/2.3 MB error 03-Jan-2023 03:10:44 Progress (1): 1.9/2.3 MB error 03-Jan-2023 03:10:44 Progress (1): 2.0/2.3 MB error 03-Jan-2023 03:10:44 Progress (1): 2.0/2.3 MB error 03-Jan-2023 03:10:44 Progress (1): 2.0/2.3 MB error 03-Jan-2023 03:10:44 Progress (1): 2.0/2.3 MB error 03-Jan-2023 03:10:44 Progress (1): 2.0/2.3 MB error 03-Jan-2023 03:10:44 Progress (1): 2.0/2.3 MB error 03-Jan-2023 03:10:44 Progress (1): 2.0/2.3 MB error 03-Jan-2023 03:10:44 Progress (1): 2.1/2.3 MB error 03-Jan-2023 03:10:44 Progress (1): 2.1/2.3 MB error 03-Jan-2023 03:10:44 Progress (1): 2.1/2.3 MB error 03-Jan-2023 03:10:44 Progress (1): 2.1/2.3 MB error 03-Jan-2023 03:10:44 Progress (1): 2.1/2.3 MB error 03-Jan-2023 03:10:44 Progress (1): 2.1/2.3 MB error 03-Jan-2023 03:10:44 Progress (1): 2.2/2.3 MB error 03-Jan-2023 03:10:44 Progress (1): 2.2/2.3 MB error 03-Jan-2023 03:10:44 Progress (1): 2.2/2.3 MB error 03-Jan-2023 03:10:44 Progress (1): 2.2/2.3 MB error 03-Jan-2023 03:10:44 Progress (1): 2.2/2.3 MB error 03-Jan-2023 03:10:44 Progress (1): 2.2/2.3 MB error 03-Jan-2023 03:10:44 Progress (1): 2.3/2.3 MB error 03-Jan-2023 03:10:44 Progress (1): 2.3/2.3 MB error 03-Jan-2023 03:10:44 Progress (1): 2.3 MB error 03-Jan-2023 03:10:44 error 03-Jan-2023 03:10:44 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/htmlformentry-omod/5.1.0/htmlformentry-omod-5.1.0.jar (2.3 MB at 4.2 MB/s) error 03-Jan-2023 03:10:44 #21 86.77 [INFO] Configured Artifact: org.openmrs.module:appframework-omod:2.17.0:jar error 03-Jan-2023 03:10:44 #21 86.78 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/appframework-omod/2.17.0/appframework-omod-2.17.0.pom error 03-Jan-2023 03:10:44 #21 86.89 Progress (1): 3.3/6.1 kB error 03-Jan-2023 03:10:44 Progress (1): 6.1 kB error 03-Jan-2023 03:10:44 error 03-Jan-2023 03:10:44 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/appframework-omod/2.17.0/appframework-omod-2.17.0.pom (6.1 kB at 28 kB/s) error 03-Jan-2023 03:10:44 #21 87.00 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/appframework/2.17.0/appframework-2.17.0.pom error 03-Jan-2023 03:10:44 #21 87.11 Progress (1): 3.3/7.5 kB error 03-Jan-2023 03:10:44 Progress (1): 6.1/7.5 kB error 03-Jan-2023 03:10:44 Progress (1): 7.5 kB error 03-Jan-2023 03:10:44 error 03-Jan-2023 03:10:44 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/appframework/2.17.0/appframework-2.17.0.pom (7.5 kB at 34 kB/s) error 03-Jan-2023 03:10:44 #21 87.23 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/appframework-omod/2.17.0/appframework-omod-2.17.0.jar error 03-Jan-2023 03:10:44 #21 87.50 Progress (1): 0/1.6 MB error 03-Jan-2023 03:10:44 Progress (1): 0/1.6 MB error 03-Jan-2023 03:10:44 Progress (1): 0/1.6 MB error 03-Jan-2023 03:10:44 Progress (1): 0/1.6 MB error 03-Jan-2023 03:10:44 Progress (1): 0/1.6 MB error 03-Jan-2023 03:10:44 Progress (1): 0.1/1.6 MB error 03-Jan-2023 03:10:44 Progress (1): 0.1/1.6 MB error 03-Jan-2023 03:10:44 Progress (1): 0.1/1.6 MB error 03-Jan-2023 03:10:44 Progress (1): 0.1/1.6 MB error 03-Jan-2023 03:10:44 Progress (1): 0.1/1.6 MB error 03-Jan-2023 03:10:44 Progress (1): 0.1/1.6 MB error 03-Jan-2023 03:10:44 Progress (1): 0.1/1.6 MB error 03-Jan-2023 03:10:44 Progress (1): 0.1/1.6 MB error 03-Jan-2023 03:10:44 Progress (1): 0.1/1.6 MB error 03-Jan-2023 03:10:44 Progress (1): 0.1/1.6 MB error 03-Jan-2023 03:10:44 Progress (1): 0.1/1.6 MB error 03-Jan-2023 03:10:44 Progress (1): 0.2/1.6 MB error 03-Jan-2023 03:10:44 Progress (1): 0.2/1.6 MB error 03-Jan-2023 03:10:44 Progress (1): 0.2/1.6 MB error 03-Jan-2023 03:10:44 Progress (1): 0.2/1.6 MB error 03-Jan-2023 03:10:44 Progress (1): 0.2/1.6 MB error 03-Jan-2023 03:10:44 Progress (1): 0.2/1.6 MB error 03-Jan-2023 03:10:44 Progress (1): 0.2/1.6 MB error 03-Jan-2023 03:10:45 Progress (1): 0.2/1.6 MB error 03-Jan-2023 03:10:45 Progress (1): 0.2/1.6 MB error 03-Jan-2023 03:10:45 Progress (1): 0.2/1.6 MB error 03-Jan-2023 03:10:45 Progress (1): 0.2/1.6 MB error 03-Jan-2023 03:10:45 Progress (1): 0.2/1.6 MB error 03-Jan-2023 03:10:45 Progress (1): 0.3/1.6 MB error 03-Jan-2023 03:10:45 Progress (1): 0.3/1.6 MB error 03-Jan-2023 03:10:45 Progress (1): 0.3/1.6 MB error 03-Jan-2023 03:10:45 Progress (1): 0.3/1.6 MB error 03-Jan-2023 03:10:45 Progress (1): 0.3/1.6 MB error 03-Jan-2023 03:10:45 Progress (1): 0.3/1.6 MB error 03-Jan-2023 03:10:45 Progress (1): 0.3/1.6 MB error 03-Jan-2023 03:10:45 Progress (1): 0.3/1.6 MB error 03-Jan-2023 03:10:45 Progress (1): 0.3/1.6 MB error 03-Jan-2023 03:10:45 Progress (1): 0.3/1.6 MB error 03-Jan-2023 03:10:45 Progress (1): 0.3/1.6 MB error 03-Jan-2023 03:10:45 Progress (1): 0.4/1.6 MB error 03-Jan-2023 03:10:45 Progress (1): 0.4/1.6 MB error 03-Jan-2023 03:10:45 Progress (1): 0.4/1.6 MB error 03-Jan-2023 03:10:45 Progress (1): 0.4/1.6 MB error 03-Jan-2023 03:10:45 Progress (1): 0.4/1.6 MB error 03-Jan-2023 03:10:45 Progress (1): 0.4/1.6 MB error 03-Jan-2023 03:10:45 Progress (1): 0.4/1.6 MB error 03-Jan-2023 03:10:45 Progress (1): 0.4/1.6 MB error 03-Jan-2023 03:10:45 Progress (1): 0.4/1.6 MB error 03-Jan-2023 03:10:45 Progress (1): 0.4/1.6 MB error 03-Jan-2023 03:10:45 Progress (1): 0.4/1.6 MB error 03-Jan-2023 03:10:45 Progress (1): 0.5/1.6 MB error 03-Jan-2023 03:10:45 Progress (1): 0.5/1.6 MB error 03-Jan-2023 03:10:45 Progress (1): 0.5/1.6 MB error 03-Jan-2023 03:10:45 Progress (1): 0.5/1.6 MB error 03-Jan-2023 03:10:45 Progress (1): 0.5/1.6 MB error 03-Jan-2023 03:10:45 Progress (1): 0.5/1.6 MB error 03-Jan-2023 03:10:45 Progress (1): 0.5/1.6 MB error 03-Jan-2023 03:10:45 Progress (1): 0.5/1.6 MB error 03-Jan-2023 03:10:45 Progress (1): 0.5/1.6 MB error 03-Jan-2023 03:10:45 Progress (1): 0.5/1.6 MB error 03-Jan-2023 03:10:45 Progress (1): 0.5/1.6 MB error 03-Jan-2023 03:10:45 Progress (1): 0.6/1.6 MB error 03-Jan-2023 03:10:45 Progress (1): 0.6/1.6 MB error 03-Jan-2023 03:10:45 Progress (1): 0.6/1.6 MB error 03-Jan-2023 03:10:45 Progress (1): 0.6/1.6 MB error 03-Jan-2023 03:10:45 Progress (1): 0.6/1.6 MB error 03-Jan-2023 03:10:45 Progress (1): 0.6/1.6 MB error 03-Jan-2023 03:10:45 Progress (1): 0.6/1.6 MB error 03-Jan-2023 03:10:45 Progress (1): 0.6/1.6 MB error 03-Jan-2023 03:10:45 Progress (1): 0.6/1.6 MB error 03-Jan-2023 03:10:45 Progress (1): 0.6/1.6 MB error 03-Jan-2023 03:10:45 Progress (1): 0.6/1.6 MB error 03-Jan-2023 03:10:45 Progress (1): 0.7/1.6 MB error 03-Jan-2023 03:10:45 Progress (1): 0.7/1.6 MB error 03-Jan-2023 03:10:45 Progress (1): 0.7/1.6 MB error 03-Jan-2023 03:10:45 Progress (1): 0.7/1.6 MB error 03-Jan-2023 03:10:45 Progress (1): 0.7/1.6 MB error 03-Jan-2023 03:10:45 Progress (1): 0.7/1.6 MB error 03-Jan-2023 03:10:45 Progress (1): 0.7/1.6 MB error 03-Jan-2023 03:10:45 Progress (1): 0.7/1.6 MB error 03-Jan-2023 03:10:45 Progress (1): 0.7/1.6 MB error 03-Jan-2023 03:10:45 Progress (1): 0.7/1.6 MB error 03-Jan-2023 03:10:45 Progress (1): 0.7/1.6 MB error 03-Jan-2023 03:10:45 Progress (1): 0.8/1.6 MB error 03-Jan-2023 03:10:45 Progress (1): 0.8/1.6 MB error 03-Jan-2023 03:10:45 Progress (1): 0.8/1.6 MB error 03-Jan-2023 03:10:45 Progress (1): 0.8/1.6 MB error 03-Jan-2023 03:10:45 Progress (1): 0.8/1.6 MB error 03-Jan-2023 03:10:45 Progress (1): 0.8/1.6 MB error 03-Jan-2023 03:10:45 Progress (1): 0.8/1.6 MB error 03-Jan-2023 03:10:45 Progress (1): 0.8/1.6 MB error 03-Jan-2023 03:10:45 Progress (1): 0.8/1.6 MB error 03-Jan-2023 03:10:45 Progress (1): 0.8/1.6 MB error 03-Jan-2023 03:10:45 Progress (1): 0.8/1.6 MB error 03-Jan-2023 03:10:45 Progress (1): 0.9/1.6 MB error 03-Jan-2023 03:10:45 Progress (1): 0.9/1.6 MB error 03-Jan-2023 03:10:45 Progress (1): 0.9/1.6 MB error 03-Jan-2023 03:10:45 Progress (1): 0.9/1.6 MB error 03-Jan-2023 03:10:45 Progress (1): 0.9/1.6 MB error 03-Jan-2023 03:10:45 Progress (1): 0.9/1.6 MB error 03-Jan-2023 03:10:45 Progress (1): 0.9/1.6 MB error 03-Jan-2023 03:10:45 Progress (1): 0.9/1.6 MB error 03-Jan-2023 03:10:45 Progress (1): 0.9/1.6 MB error 03-Jan-2023 03:10:45 Progress (1): 0.9/1.6 MB error 03-Jan-2023 03:10:45 Progress (1): 0.9/1.6 MB error 03-Jan-2023 03:10:45 Progress (1): 0.9/1.6 MB error 03-Jan-2023 03:10:45 Progress (1): 1.0/1.6 MB error 03-Jan-2023 03:10:45 Progress (1): 1.0/1.6 MB error 03-Jan-2023 03:10:45 Progress (1): 1.0/1.6 MB error 03-Jan-2023 03:10:45 Progress (1): 1.0/1.6 MB error 03-Jan-2023 03:10:45 Progress (1): 1.0/1.6 MB error 03-Jan-2023 03:10:45 Progress (1): 1.0/1.6 MB error 03-Jan-2023 03:10:45 Progress (1): 1.0/1.6 MB error 03-Jan-2023 03:10:45 Progress (1): 1.0/1.6 MB error 03-Jan-2023 03:10:45 Progress (1): 1.0/1.6 MB error 03-Jan-2023 03:10:45 Progress (1): 1.0/1.6 MB error 03-Jan-2023 03:10:45 Progress (1): 1.0/1.6 MB error 03-Jan-2023 03:10:45 Progress (1): 1.1/1.6 MB error 03-Jan-2023 03:10:45 Progress (1): 1.1/1.6 MB error 03-Jan-2023 03:10:45 Progress (1): 1.1/1.6 MB error 03-Jan-2023 03:10:45 Progress (1): 1.1/1.6 MB error 03-Jan-2023 03:10:45 Progress (1): 1.1/1.6 MB error 03-Jan-2023 03:10:45 Progress (1): 1.1/1.6 MB error 03-Jan-2023 03:10:45 Progress (1): 1.1/1.6 MB error 03-Jan-2023 03:10:45 Progress (1): 1.1/1.6 MB error 03-Jan-2023 03:10:45 Progress (1): 1.1/1.6 MB error 03-Jan-2023 03:10:45 Progress (1): 1.1/1.6 MB error 03-Jan-2023 03:10:45 Progress (1): 1.1/1.6 MB error 03-Jan-2023 03:10:45 Progress (1): 1.1/1.6 MB error 03-Jan-2023 03:10:45 Progress (1): 1.2/1.6 MB error 03-Jan-2023 03:10:45 Progress (1): 1.2/1.6 MB error 03-Jan-2023 03:10:45 Progress (1): 1.2/1.6 MB error 03-Jan-2023 03:10:45 Progress (1): 1.2/1.6 MB error 03-Jan-2023 03:10:45 Progress (1): 1.2/1.6 MB error 03-Jan-2023 03:10:45 Progress (1): 1.2/1.6 MB error 03-Jan-2023 03:10:45 Progress (1): 1.2/1.6 MB error 03-Jan-2023 03:10:45 Progress (1): 1.2/1.6 MB error 03-Jan-2023 03:10:45 Progress (1): 1.2/1.6 MB error 03-Jan-2023 03:10:45 Progress (1): 1.2/1.6 MB error 03-Jan-2023 03:10:45 Progress (1): 1.2/1.6 MB error 03-Jan-2023 03:10:45 Progress (1): 1.3/1.6 MB error 03-Jan-2023 03:10:45 Progress (1): 1.3/1.6 MB error 03-Jan-2023 03:10:45 Progress (1): 1.3/1.6 MB error 03-Jan-2023 03:10:45 Progress (1): 1.3/1.6 MB error 03-Jan-2023 03:10:45 Progress (1): 1.3/1.6 MB error 03-Jan-2023 03:10:45 Progress (1): 1.3/1.6 MB error 03-Jan-2023 03:10:45 Progress (1): 1.3/1.6 MB error 03-Jan-2023 03:10:45 Progress (1): 1.3/1.6 MB error 03-Jan-2023 03:10:45 Progress (1): 1.3/1.6 MB error 03-Jan-2023 03:10:45 Progress (1): 1.3/1.6 MB error 03-Jan-2023 03:10:45 Progress (1): 1.3/1.6 MB error 03-Jan-2023 03:10:45 Progress (1): 1.4/1.6 MB error 03-Jan-2023 03:10:45 Progress (1): 1.4/1.6 MB error 03-Jan-2023 03:10:45 Progress (1): 1.4/1.6 MB error 03-Jan-2023 03:10:45 Progress (1): 1.4/1.6 MB error 03-Jan-2023 03:10:45 Progress (1): 1.4/1.6 MB error 03-Jan-2023 03:10:45 Progress (1): 1.4/1.6 MB error 03-Jan-2023 03:10:45 Progress (1): 1.4/1.6 MB error 03-Jan-2023 03:10:45 Progress (1): 1.4/1.6 MB error 03-Jan-2023 03:10:45 Progress (1): 1.4/1.6 MB error 03-Jan-2023 03:10:45 Progress (1): 1.4/1.6 MB error 03-Jan-2023 03:10:45 Progress (1): 1.4/1.6 MB error 03-Jan-2023 03:10:45 Progress (1): 1.5/1.6 MB error 03-Jan-2023 03:10:45 Progress (1): 1.5/1.6 MB error 03-Jan-2023 03:10:45 Progress (1): 1.5/1.6 MB error 03-Jan-2023 03:10:45 Progress (1): 1.5/1.6 MB error 03-Jan-2023 03:10:45 Progress (1): 1.5/1.6 MB error 03-Jan-2023 03:10:45 Progress (1): 1.5/1.6 MB error 03-Jan-2023 03:10:45 Progress (1): 1.5/1.6 MB error 03-Jan-2023 03:10:45 Progress (1): 1.5/1.6 MB error 03-Jan-2023 03:10:45 Progress (1): 1.5/1.6 MB error 03-Jan-2023 03:10:45 Progress (1): 1.5/1.6 MB error 03-Jan-2023 03:10:45 Progress (1): 1.5/1.6 MB error 03-Jan-2023 03:10:45 Progress (1): 1.6/1.6 MB error 03-Jan-2023 03:10:45 Progress (1): 1.6/1.6 MB error 03-Jan-2023 03:10:45 Progress (1): 1.6/1.6 MB error 03-Jan-2023 03:10:45 Progress (1): 1.6/1.6 MB error 03-Jan-2023 03:10:45 Progress (1): 1.6/1.6 MB error 03-Jan-2023 03:10:45 Progress (1): 1.6/1.6 MB error 03-Jan-2023 03:10:45 Progress (1): 1.6 MB error 03-Jan-2023 03:10:45 error 03-Jan-2023 03:10:45 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/appframework-omod/2.17.0/appframework-omod-2.17.0.jar (1.6 MB at 3.2 MB/s) error 03-Jan-2023 03:10:45 #21 87.73 [INFO] Configured Artifact: org.openmrs.module:referencemetadata-omod:2.13.0:jar error 03-Jan-2023 03:10:45 #21 87.74 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/referencemetadata-omod/2.13.0/referencemetadata-omod-2.13.0.pom error 03-Jan-2023 03:10:45 #21 87.84 Progress (1): 3.1 kB error 03-Jan-2023 03:10:45 error 03-Jan-2023 03:10:45 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/referencemetadata-omod/2.13.0/referencemetadata-omod-2.13.0.pom (3.1 kB at 14 kB/s) error 03-Jan-2023 03:10:45 #21 87.96 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/referencemetadata/2.13.0/referencemetadata-2.13.0.pom error 03-Jan-2023 03:10:45 #21 88.06 Progress (1): 3.3/11 kB error 03-Jan-2023 03:10:45 Progress (1): 6.1/11 kB error 03-Jan-2023 03:10:45 Progress (1): 8.9/11 kB error 03-Jan-2023 03:10:45 Progress (1): 11 kB error 03-Jan-2023 03:10:45 error 03-Jan-2023 03:10:45 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/referencemetadata/2.13.0/referencemetadata-2.13.0.pom (11 kB at 52 kB/s) error 03-Jan-2023 03:10:45 #21 88.17 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/referencemetadata-omod/2.13.0/referencemetadata-omod-2.13.0.jar error 03-Jan-2023 03:10:46 #21 88.47 Progress (1): 4.1/545 kB error 03-Jan-2023 03:10:46 Progress (1): 8.2/545 kB error 03-Jan-2023 03:10:46 Progress (1): 12/545 kB error 03-Jan-2023 03:10:46 Progress (1): 16/545 kB error 03-Jan-2023 03:10:46 Progress (1): 19/545 kB error 03-Jan-2023 03:10:46 Progress (1): 23/545 kB error 03-Jan-2023 03:10:46 Progress (1): 27/545 kB error 03-Jan-2023 03:10:46 Progress (1): 31/545 kB error 03-Jan-2023 03:10:46 Progress (1): 34/545 kB error 03-Jan-2023 03:10:46 Progress (1): 38/545 kB error 03-Jan-2023 03:10:46 Progress (1): 42/545 kB error 03-Jan-2023 03:10:46 Progress (1): 46/545 kB error 03-Jan-2023 03:10:46 Progress (1): 51/545 kB error 03-Jan-2023 03:10:46 Progress (1): 55/545 kB error 03-Jan-2023 03:10:46 Progress (1): 59/545 kB error 03-Jan-2023 03:10:46 Progress (1): 63/545 kB error 03-Jan-2023 03:10:46 Progress (1): 67/545 kB error 03-Jan-2023 03:10:46 Progress (1): 69/545 kB error 03-Jan-2023 03:10:46 Progress (1): 73/545 kB error 03-Jan-2023 03:10:46 Progress (1): 77/545 kB error 03-Jan-2023 03:10:46 Progress (1): 81/545 kB error 03-Jan-2023 03:10:46 Progress (1): 85/545 kB error 03-Jan-2023 03:10:46 Progress (1): 89/545 kB error 03-Jan-2023 03:10:46 Progress (1): 94/545 kB error 03-Jan-2023 03:10:46 Progress (1): 98/545 kB error 03-Jan-2023 03:10:46 Progress (1): 102/545 kB error 03-Jan-2023 03:10:46 Progress (1): 104/545 kB error 03-Jan-2023 03:10:46 Progress (1): 108/545 kB error 03-Jan-2023 03:10:46 Progress (1): 112/545 kB error 03-Jan-2023 03:10:46 Progress (1): 116/545 kB error 03-Jan-2023 03:10:46 Progress (1): 120/545 kB error 03-Jan-2023 03:10:46 Progress (1): 124/545 kB error 03-Jan-2023 03:10:46 Progress (1): 128/545 kB error 03-Jan-2023 03:10:46 Progress (1): 132/545 kB error 03-Jan-2023 03:10:46 Progress (1): 137/545 kB error 03-Jan-2023 03:10:46 Progress (1): 139/545 kB error 03-Jan-2023 03:10:46 Progress (1): 143/545 kB error 03-Jan-2023 03:10:46 Progress (1): 147/545 kB error 03-Jan-2023 03:10:46 Progress (1): 151/545 kB error 03-Jan-2023 03:10:46 Progress (1): 155/545 kB error 03-Jan-2023 03:10:46 Progress (1): 159/545 kB error 03-Jan-2023 03:10:46 Progress (1): 163/545 kB error 03-Jan-2023 03:10:46 Progress (1): 167/545 kB error 03-Jan-2023 03:10:46 Progress (1): 171/545 kB error 03-Jan-2023 03:10:46 Progress (1): 173/545 kB error 03-Jan-2023 03:10:46 Progress (1): 177/545 kB error 03-Jan-2023 03:10:46 Progress (1): 182/545 kB error 03-Jan-2023 03:10:46 Progress (1): 186/545 kB error 03-Jan-2023 03:10:46 Progress (1): 190/545 kB error 03-Jan-2023 03:10:46 Progress (1): 194/545 kB error 03-Jan-2023 03:10:46 Progress (1): 198/545 kB error 03-Jan-2023 03:10:46 Progress (1): 202/545 kB error 03-Jan-2023 03:10:46 Progress (1): 206/545 kB error 03-Jan-2023 03:10:46 Progress (1): 208/545 kB error 03-Jan-2023 03:10:46 Progress (1): 212/545 kB error 03-Jan-2023 03:10:46 Progress (1): 216/545 kB error 03-Jan-2023 03:10:46 Progress (1): 220/545 kB error 03-Jan-2023 03:10:46 Progress (1): 225/545 kB error 03-Jan-2023 03:10:46 Progress (1): 229/545 kB error 03-Jan-2023 03:10:46 Progress (1): 233/545 kB error 03-Jan-2023 03:10:46 Progress (1): 237/545 kB error 03-Jan-2023 03:10:46 Progress (1): 241/545 kB error 03-Jan-2023 03:10:46 Progress (1): 243/545 kB error 03-Jan-2023 03:10:46 Progress (1): 247/545 kB error 03-Jan-2023 03:10:46 Progress (1): 251/545 kB error 03-Jan-2023 03:10:46 Progress (1): 255/545 kB error 03-Jan-2023 03:10:46 Progress (1): 259/545 kB error 03-Jan-2023 03:10:46 Progress (1): 264/545 kB error 03-Jan-2023 03:10:46 Progress (1): 268/545 kB error 03-Jan-2023 03:10:46 Progress (1): 272/545 kB error 03-Jan-2023 03:10:46 Progress (1): 276/545 kB error 03-Jan-2023 03:10:46 Progress (1): 278/545 kB error 03-Jan-2023 03:10:46 Progress (1): 282/545 kB error 03-Jan-2023 03:10:46 Progress (1): 286/545 kB error 03-Jan-2023 03:10:46 Progress (1): 290/545 kB error 03-Jan-2023 03:10:46 Progress (1): 294/545 kB error 03-Jan-2023 03:10:46 Progress (1): 298/545 kB error 03-Jan-2023 03:10:46 Progress (1): 302/545 kB error 03-Jan-2023 03:10:46 Progress (1): 307/545 kB error 03-Jan-2023 03:10:46 Progress (1): 311/545 kB error 03-Jan-2023 03:10:46 Progress (1): 313/545 kB error 03-Jan-2023 03:10:46 Progress (1): 317/545 kB error 03-Jan-2023 03:10:46 Progress (1): 321/545 kB error 03-Jan-2023 03:10:46 Progress (1): 325/545 kB error 03-Jan-2023 03:10:46 Progress (1): 329/545 kB error 03-Jan-2023 03:10:46 Progress (1): 333/545 kB error 03-Jan-2023 03:10:46 Progress (1): 337/545 kB error 03-Jan-2023 03:10:46 Progress (1): 341/545 kB error 03-Jan-2023 03:10:46 Progress (1): 345/545 kB error 03-Jan-2023 03:10:46 Progress (1): 347/545 kB error 03-Jan-2023 03:10:46 Progress (1): 352/545 kB error 03-Jan-2023 03:10:46 Progress (1): 356/545 kB error 03-Jan-2023 03:10:46 Progress (1): 360/545 kB error 03-Jan-2023 03:10:46 Progress (1): 364/545 kB error 03-Jan-2023 03:10:46 Progress (1): 368/545 kB error 03-Jan-2023 03:10:46 Progress (1): 372/545 kB error 03-Jan-2023 03:10:46 Progress (1): 376/545 kB error 03-Jan-2023 03:10:46 Progress (1): 380/545 kB error 03-Jan-2023 03:10:46 Progress (1): 382/545 kB error 03-Jan-2023 03:10:46 Progress (1): 386/545 kB error 03-Jan-2023 03:10:46 Progress (1): 390/545 kB error 03-Jan-2023 03:10:46 Progress (1): 395/545 kB error 03-Jan-2023 03:10:46 Progress (1): 399/545 kB error 03-Jan-2023 03:10:46 Progress (1): 403/545 kB error 03-Jan-2023 03:10:46 Progress (1): 407/545 kB error 03-Jan-2023 03:10:46 Progress (1): 411/545 kB error 03-Jan-2023 03:10:46 Progress (1): 415/545 kB error 03-Jan-2023 03:10:46 Progress (1): 417/545 kB error 03-Jan-2023 03:10:46 Progress (1): 421/545 kB error 03-Jan-2023 03:10:46 Progress (1): 425/545 kB error 03-Jan-2023 03:10:46 Progress (1): 429/545 kB error 03-Jan-2023 03:10:46 Progress (1): 433/545 kB error 03-Jan-2023 03:10:46 Progress (1): 438/545 kB error 03-Jan-2023 03:10:46 Progress (1): 442/545 kB error 03-Jan-2023 03:10:46 Progress (1): 446/545 kB error 03-Jan-2023 03:10:46 Progress (1): 450/545 kB error 03-Jan-2023 03:10:46 Progress (1): 452/545 kB error 03-Jan-2023 03:10:46 Progress (1): 456/545 kB error 03-Jan-2023 03:10:46 Progress (1): 460/545 kB error 03-Jan-2023 03:10:46 Progress (1): 464/545 kB error 03-Jan-2023 03:10:46 Progress (1): 468/545 kB error 03-Jan-2023 03:10:46 Progress (1): 472/545 kB error 03-Jan-2023 03:10:46 Progress (1): 476/545 kB error 03-Jan-2023 03:10:46 Progress (1): 481/545 kB error 03-Jan-2023 03:10:46 Progress (1): 485/545 kB error 03-Jan-2023 03:10:46 Progress (1): 487/545 kB error 03-Jan-2023 03:10:46 Progress (1): 491/545 kB error 03-Jan-2023 03:10:46 Progress (1): 495/545 kB error 03-Jan-2023 03:10:46 Progress (1): 499/545 kB error 03-Jan-2023 03:10:46 Progress (1): 503/545 kB error 03-Jan-2023 03:10:46 Progress (1): 507/545 kB error 03-Jan-2023 03:10:46 Progress (1): 511/545 kB error 03-Jan-2023 03:10:46 Progress (1): 515/545 kB error 03-Jan-2023 03:10:46 Progress (1): 520/545 kB error 03-Jan-2023 03:10:46 Progress (1): 522/545 kB error 03-Jan-2023 03:10:46 Progress (1): 526/545 kB error 03-Jan-2023 03:10:46 Progress (1): 530/545 kB error 03-Jan-2023 03:10:46 Progress (1): 534/545 kB error 03-Jan-2023 03:10:46 Progress (1): 538/545 kB error 03-Jan-2023 03:10:46 Progress (1): 542/545 kB error 03-Jan-2023 03:10:46 Progress (1): 545 kB error 03-Jan-2023 03:10:46 error 03-Jan-2023 03:10:46 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/referencemetadata-omod/2.13.0/referencemetadata-omod-2.13.0.jar (545 kB at 1.2 MB/s) error 03-Jan-2023 03:10:46 #21 88.64 [INFO] Configured Artifact: org.openmrs.module:reportingui-omod:1.11.0:jar error 03-Jan-2023 03:10:46 #21 88.64 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/reportingui-omod/1.11.0/reportingui-omod-1.11.0.pom error 03-Jan-2023 03:10:46 #21 88.75 Progress (1): 3.3/8.2 kB error 03-Jan-2023 03:10:46 Progress (1): 6.1/8.2 kB error 03-Jan-2023 03:10:46 Progress (1): 8.2 kB error 03-Jan-2023 03:10:46 error 03-Jan-2023 03:10:46 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/reportingui-omod/1.11.0/reportingui-omod-1.11.0.pom (8.2 kB at 38 kB/s) error 03-Jan-2023 03:10:46 #21 88.86 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/reportingui/1.11.0/reportingui-1.11.0.pom error 03-Jan-2023 03:10:46 #21 88.96 Progress (1): 3.3/9.2 kB error 03-Jan-2023 03:10:46 Progress (1): 6.1/9.2 kB error 03-Jan-2023 03:10:46 Progress (1): 8.9/9.2 kB error 03-Jan-2023 03:10:46 Progress (1): 9.2 kB error 03-Jan-2023 03:10:46 error 03-Jan-2023 03:10:46 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/reportingui/1.11.0/reportingui-1.11.0.pom (9.2 kB at 42 kB/s) error 03-Jan-2023 03:10:46 #21 89.07 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/reportingui-omod/1.11.0/reportingui-omod-1.11.0.jar error 03-Jan-2023 03:10:46 #21 89.19 Progress (1): 3.3/141 kB error 03-Jan-2023 03:10:46 Progress (1): 6.1/141 kB error 03-Jan-2023 03:10:46 Progress (1): 8.9/141 kB error 03-Jan-2023 03:10:46 Progress (1): 12/141 kB error 03-Jan-2023 03:10:46 Progress (1): 15/141 kB error 03-Jan-2023 03:10:46 Progress (1): 17/141 kB error 03-Jan-2023 03:10:46 Progress (1): 20/141 kB error 03-Jan-2023 03:10:46 Progress (1): 23/141 kB error 03-Jan-2023 03:10:46 Progress (1): 26/141 kB error 03-Jan-2023 03:10:46 Progress (1): 29/141 kB error 03-Jan-2023 03:10:46 Progress (1): 31/141 kB error 03-Jan-2023 03:10:46 Progress (1): 34/141 kB error 03-Jan-2023 03:10:46 Progress (1): 37/141 kB error 03-Jan-2023 03:10:46 Progress (1): 40/141 kB error 03-Jan-2023 03:10:46 Progress (1): 43/141 kB error 03-Jan-2023 03:10:46 Progress (1): 45/141 kB error 03-Jan-2023 03:10:46 Progress (1): 48/141 kB error 03-Jan-2023 03:10:46 Progress (1): 51/141 kB error 03-Jan-2023 03:10:46 Progress (1): 54/141 kB error 03-Jan-2023 03:10:46 Progress (1): 56/141 kB error 03-Jan-2023 03:10:46 Progress (1): 59/141 kB error 03-Jan-2023 03:10:46 Progress (1): 62/141 kB error 03-Jan-2023 03:10:46 Progress (1): 65/141 kB error 03-Jan-2023 03:10:46 Progress (1): 67/141 kB error 03-Jan-2023 03:10:46 Progress (1): 70/141 kB error 03-Jan-2023 03:10:46 Progress (1): 73/141 kB error 03-Jan-2023 03:10:46 Progress (1): 76/141 kB error 03-Jan-2023 03:10:46 Progress (1): 79/141 kB error 03-Jan-2023 03:10:46 Progress (1): 81/141 kB error 03-Jan-2023 03:10:46 Progress (1): 84/141 kB error 03-Jan-2023 03:10:46 Progress (1): 87/141 kB error 03-Jan-2023 03:10:46 Progress (1): 90/141 kB error 03-Jan-2023 03:10:46 Progress (1): 93/141 kB error 03-Jan-2023 03:10:46 Progress (1): 95/141 kB error 03-Jan-2023 03:10:46 Progress (1): 98/141 kB error 03-Jan-2023 03:10:46 Progress (1): 101/141 kB error 03-Jan-2023 03:10:46 Progress (1): 104/141 kB error 03-Jan-2023 03:10:46 Progress (1): 107/141 kB error 03-Jan-2023 03:10:46 Progress (1): 109/141 kB error 03-Jan-2023 03:10:46 Progress (1): 112/141 kB error 03-Jan-2023 03:10:46 Progress (1): 115/141 kB error 03-Jan-2023 03:10:46 Progress (1): 118/141 kB error 03-Jan-2023 03:10:46 Progress (1): 120/141 kB error 03-Jan-2023 03:10:46 Progress (1): 123/141 kB error 03-Jan-2023 03:10:46 Progress (1): 126/141 kB error 03-Jan-2023 03:10:46 Progress (1): 129/141 kB error 03-Jan-2023 03:10:46 Progress (1): 132/141 kB error 03-Jan-2023 03:10:46 Progress (1): 134/141 kB error 03-Jan-2023 03:10:46 Progress (1): 137/141 kB error 03-Jan-2023 03:10:46 Progress (1): 140/141 kB error 03-Jan-2023 03:10:46 Progress (1): 141 kB error 03-Jan-2023 03:10:46 error 03-Jan-2023 03:10:46 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/reportingui-omod/1.11.0/reportingui-omod-1.11.0.jar (141 kB at 439 kB/s) error 03-Jan-2023 03:10:46 #21 89.40 [INFO] Configured Artifact: org.openmrs.module:coreapps-omod:1.38.0:jar error 03-Jan-2023 03:10:46 #21 89.40 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/coreapps-omod/1.38.0/coreapps-omod-1.38.0.pom error 03-Jan-2023 03:10:47 #21 89.51 Progress (1): 3.3/18 kB error 03-Jan-2023 03:10:47 Progress (1): 6.1/18 kB error 03-Jan-2023 03:10:47 Progress (1): 8.9/18 kB error 03-Jan-2023 03:10:47 Progress (1): 12/18 kB error 03-Jan-2023 03:10:47 Progress (1): 15/18 kB error 03-Jan-2023 03:10:47 Progress (1): 17/18 kB error 03-Jan-2023 03:10:47 Progress (1): 18 kB error 03-Jan-2023 03:10:47 error 03-Jan-2023 03:10:47 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/coreapps-omod/1.38.0/coreapps-omod-1.38.0.pom (18 kB at 83 kB/s) error 03-Jan-2023 03:10:47 #21 89.62 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/coreapps/1.38.0/coreapps-1.38.0.pom error 03-Jan-2023 03:10:47 #21 89.73 Progress (1): 3.3/12 kB error 03-Jan-2023 03:10:47 Progress (1): 6.1/12 kB error 03-Jan-2023 03:10:47 Progress (1): 8.9/12 kB error 03-Jan-2023 03:10:47 Progress (1): 12/12 kB error 03-Jan-2023 03:10:47 Progress (1): 12 kB error 03-Jan-2023 03:10:47 error 03-Jan-2023 03:10:47 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/coreapps/1.38.0/coreapps-1.38.0.pom (12 kB at 56 kB/s) error 03-Jan-2023 03:10:47 #21 89.84 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/coreapps-omod/1.38.0/coreapps-omod-1.38.0.jar error 03-Jan-2023 03:10:47 #21 90.14 Progress (1): 0/4.0 MB error 03-Jan-2023 03:10:47 Progress (1): 0/4.0 MB error 03-Jan-2023 03:10:47 Progress (1): 0.1/4.0 MB error 03-Jan-2023 03:10:47 Progress (1): 0.1/4.0 MB error 03-Jan-2023 03:10:47 Progress (1): 0.1/4.0 MB error 03-Jan-2023 03:10:47 Progress (1): 0.1/4.0 MB error 03-Jan-2023 03:10:47 Progress (1): 0.2/4.0 MB error 03-Jan-2023 03:10:47 Progress (1): 0.2/4.0 MB error 03-Jan-2023 03:10:47 Progress (1): 0.2/4.0 MB error 03-Jan-2023 03:10:47 Progress (1): 0.2/4.0 MB error 03-Jan-2023 03:10:47 Progress (1): 0.2/4.0 MB error 03-Jan-2023 03:10:47 Progress (1): 0.3/4.0 MB error 03-Jan-2023 03:10:47 Progress (1): 0.3/4.0 MB error 03-Jan-2023 03:10:47 Progress (1): 0.3/4.0 MB error 03-Jan-2023 03:10:47 Progress (1): 0.3/4.0 MB error 03-Jan-2023 03:10:47 Progress (1): 0.4/4.0 MB error 03-Jan-2023 03:10:47 Progress (1): 0.4/4.0 MB error 03-Jan-2023 03:10:47 Progress (1): 0.4/4.0 MB error 03-Jan-2023 03:10:47 Progress (1): 0.4/4.0 MB error 03-Jan-2023 03:10:47 Progress (1): 0.5/4.0 MB error 03-Jan-2023 03:10:47 Progress (1): 0.5/4.0 MB error 03-Jan-2023 03:10:47 Progress (1): 0.5/4.0 MB error 03-Jan-2023 03:10:47 Progress (1): 0.5/4.0 MB error 03-Jan-2023 03:10:47 Progress (1): 0.5/4.0 MB error 03-Jan-2023 03:10:47 Progress (1): 0.6/4.0 MB error 03-Jan-2023 03:10:47 Progress (1): 0.6/4.0 MB error 03-Jan-2023 03:10:47 Progress (1): 0.6/4.0 MB error 03-Jan-2023 03:10:47 Progress (1): 0.6/4.0 MB error 03-Jan-2023 03:10:47 Progress (1): 0.7/4.0 MB error 03-Jan-2023 03:10:47 Progress (1): 0.7/4.0 MB error 03-Jan-2023 03:10:47 Progress (1): 0.7/4.0 MB error 03-Jan-2023 03:10:47 Progress (1): 0.7/4.0 MB error 03-Jan-2023 03:10:47 Progress (1): 0.8/4.0 MB error 03-Jan-2023 03:10:47 Progress (1): 0.8/4.0 MB error 03-Jan-2023 03:10:47 Progress (1): 0.8/4.0 MB error 03-Jan-2023 03:10:47 Progress (1): 0.8/4.0 MB error 03-Jan-2023 03:10:47 Progress (1): 0.9/4.0 MB error 03-Jan-2023 03:10:47 Progress (1): 0.9/4.0 MB error 03-Jan-2023 03:10:47 Progress (1): 0.9/4.0 MB error 03-Jan-2023 03:10:47 Progress (1): 0.9/4.0 MB error 03-Jan-2023 03:10:47 Progress (1): 1.0/4.0 MB error 03-Jan-2023 03:10:47 Progress (1): 1.0/4.0 MB error 03-Jan-2023 03:10:47 Progress (1): 1.0/4.0 MB error 03-Jan-2023 03:10:47 Progress (1): 1.0/4.0 MB error 03-Jan-2023 03:10:47 Progress (1): 1.1/4.0 MB error 03-Jan-2023 03:10:47 Progress (1): 1.1/4.0 MB error 03-Jan-2023 03:10:47 Progress (1): 1.1/4.0 MB error 03-Jan-2023 03:10:47 Progress (1): 1.1/4.0 MB error 03-Jan-2023 03:10:47 Progress (1): 1.2/4.0 MB error 03-Jan-2023 03:10:47 Progress (1): 1.2/4.0 MB error 03-Jan-2023 03:10:47 Progress (1): 1.2/4.0 MB error 03-Jan-2023 03:10:47 Progress (1): 1.2/4.0 MB error 03-Jan-2023 03:10:47 Progress (1): 1.3/4.0 MB error 03-Jan-2023 03:10:47 Progress (1): 1.3/4.0 MB error 03-Jan-2023 03:10:47 Progress (1): 1.3/4.0 MB error 03-Jan-2023 03:10:47 Progress (1): 1.3/4.0 MB error 03-Jan-2023 03:10:47 Progress (1): 1.4/4.0 MB error 03-Jan-2023 03:10:47 Progress (1): 1.4/4.0 MB error 03-Jan-2023 03:10:47 Progress (1): 1.4/4.0 MB error 03-Jan-2023 03:10:47 Progress (1): 1.4/4.0 MB error 03-Jan-2023 03:10:47 Progress (1): 1.4/4.0 MB error 03-Jan-2023 03:10:47 Progress (1): 1.5/4.0 MB error 03-Jan-2023 03:10:47 Progress (1): 1.5/4.0 MB error 03-Jan-2023 03:10:47 Progress (1): 1.5/4.0 MB error 03-Jan-2023 03:10:47 Progress (1): 1.5/4.0 MB error 03-Jan-2023 03:10:47 Progress (1): 1.6/4.0 MB error 03-Jan-2023 03:10:47 Progress (1): 1.6/4.0 MB error 03-Jan-2023 03:10:47 Progress (1): 1.6/4.0 MB error 03-Jan-2023 03:10:47 Progress (1): 1.6/4.0 MB error 03-Jan-2023 03:10:47 Progress (1): 1.7/4.0 MB error 03-Jan-2023 03:10:47 Progress (1): 1.7/4.0 MB error 03-Jan-2023 03:10:47 Progress (1): 1.7/4.0 MB error 03-Jan-2023 03:10:47 Progress (1): 1.7/4.0 MB error 03-Jan-2023 03:10:47 Progress (1): 1.8/4.0 MB error 03-Jan-2023 03:10:47 Progress (1): 1.8/4.0 MB error 03-Jan-2023 03:10:47 Progress (1): 1.8/4.0 MB error 03-Jan-2023 03:10:47 Progress (1): 1.8/4.0 MB error 03-Jan-2023 03:10:47 Progress (1): 1.9/4.0 MB error 03-Jan-2023 03:10:47 Progress (1): 1.9/4.0 MB error 03-Jan-2023 03:10:47 Progress (1): 1.9/4.0 MB error 03-Jan-2023 03:10:47 Progress (1): 1.9/4.0 MB error 03-Jan-2023 03:10:47 Progress (1): 2.0/4.0 MB error 03-Jan-2023 03:10:47 Progress (1): 2.0/4.0 MB error 03-Jan-2023 03:10:47 Progress (1): 2.0/4.0 MB error 03-Jan-2023 03:10:47 Progress (1): 2.0/4.0 MB error 03-Jan-2023 03:10:47 Progress (1): 2.1/4.0 MB error 03-Jan-2023 03:10:47 Progress (1): 2.1/4.0 MB error 03-Jan-2023 03:10:47 Progress (1): 2.1/4.0 MB error 03-Jan-2023 03:10:47 Progress (1): 2.1/4.0 MB error 03-Jan-2023 03:10:47 Progress (1): 2.2/4.0 MB error 03-Jan-2023 03:10:47 Progress (1): 2.2/4.0 MB error 03-Jan-2023 03:10:47 Progress (1): 2.2/4.0 MB error 03-Jan-2023 03:10:47 Progress (1): 2.2/4.0 MB error 03-Jan-2023 03:10:47 Progress (1): 2.3/4.0 MB error 03-Jan-2023 03:10:47 Progress (1): 2.3/4.0 MB error 03-Jan-2023 03:10:47 Progress (1): 2.3/4.0 MB error 03-Jan-2023 03:10:47 Progress (1): 2.3/4.0 MB error 03-Jan-2023 03:10:47 Progress (1): 2.3/4.0 MB error 03-Jan-2023 03:10:47 Progress (1): 2.4/4.0 MB error 03-Jan-2023 03:10:47 Progress (1): 2.4/4.0 MB error 03-Jan-2023 03:10:47 Progress (1): 2.4/4.0 MB error 03-Jan-2023 03:10:47 Progress (1): 2.4/4.0 MB error 03-Jan-2023 03:10:47 Progress (1): 2.5/4.0 MB error 03-Jan-2023 03:10:47 Progress (1): 2.5/4.0 MB error 03-Jan-2023 03:10:47 Progress (1): 2.5/4.0 MB error 03-Jan-2023 03:10:47 Progress (1): 2.5/4.0 MB error 03-Jan-2023 03:10:47 Progress (1): 2.6/4.0 MB error 03-Jan-2023 03:10:47 Progress (1): 2.6/4.0 MB error 03-Jan-2023 03:10:47 Progress (1): 2.6/4.0 MB error 03-Jan-2023 03:10:47 Progress (1): 2.6/4.0 MB error 03-Jan-2023 03:10:47 Progress (1): 2.7/4.0 MB error 03-Jan-2023 03:10:47 Progress (1): 2.7/4.0 MB error 03-Jan-2023 03:10:47 Progress (1): 2.7/4.0 MB error 03-Jan-2023 03:10:47 Progress (1): 2.7/4.0 MB error 03-Jan-2023 03:10:47 Progress (1): 2.8/4.0 MB error 03-Jan-2023 03:10:47 Progress (1): 2.8/4.0 MB error 03-Jan-2023 03:10:47 Progress (1): 2.8/4.0 MB error 03-Jan-2023 03:10:47 Progress (1): 2.8/4.0 MB error 03-Jan-2023 03:10:47 Progress (1): 2.8/4.0 MB error 03-Jan-2023 03:10:47 Progress (1): 2.9/4.0 MB error 03-Jan-2023 03:10:47 Progress (1): 2.9/4.0 MB error 03-Jan-2023 03:10:47 Progress (1): 2.9/4.0 MB error 03-Jan-2023 03:10:47 Progress (1): 2.9/4.0 MB error 03-Jan-2023 03:10:47 Progress (1): 3.0/4.0 MB error 03-Jan-2023 03:10:47 Progress (1): 3.0/4.0 MB error 03-Jan-2023 03:10:47 Progress (1): 3.0/4.0 MB error 03-Jan-2023 03:10:47 Progress (1): 3.0/4.0 MB error 03-Jan-2023 03:10:47 Progress (1): 3.1/4.0 MB error 03-Jan-2023 03:10:47 Progress (1): 3.1/4.0 MB error 03-Jan-2023 03:10:47 Progress (1): 3.1/4.0 MB error 03-Jan-2023 03:10:47 Progress (1): 3.1/4.0 MB error 03-Jan-2023 03:10:47 Progress (1): 3.1/4.0 MB error 03-Jan-2023 03:10:47 Progress (1): 3.2/4.0 MB error 03-Jan-2023 03:10:47 Progress (1): 3.2/4.0 MB error 03-Jan-2023 03:10:47 Progress (1): 3.2/4.0 MB error 03-Jan-2023 03:10:47 Progress (1): 3.2/4.0 MB error 03-Jan-2023 03:10:47 Progress (1): 3.3/4.0 MB error 03-Jan-2023 03:10:47 Progress (1): 3.3/4.0 MB error 03-Jan-2023 03:10:47 Progress (1): 3.3/4.0 MB error 03-Jan-2023 03:10:47 Progress (1): 3.3/4.0 MB error 03-Jan-2023 03:10:47 Progress (1): 3.3/4.0 MB error 03-Jan-2023 03:10:47 Progress (1): 3.4/4.0 MB error 03-Jan-2023 03:10:47 Progress (1): 3.4/4.0 MB error 03-Jan-2023 03:10:47 Progress (1): 3.4/4.0 MB error 03-Jan-2023 03:10:47 Progress (1): 3.4/4.0 MB error 03-Jan-2023 03:10:47 Progress (1): 3.5/4.0 MB error 03-Jan-2023 03:10:47 Progress (1): 3.5/4.0 MB error 03-Jan-2023 03:10:47 Progress (1): 3.5/4.0 MB error 03-Jan-2023 03:10:47 Progress (1): 3.5/4.0 MB error 03-Jan-2023 03:10:47 Progress (1): 3.6/4.0 MB error 03-Jan-2023 03:10:47 Progress (1): 3.6/4.0 MB error 03-Jan-2023 03:10:47 Progress (1): 3.6/4.0 MB error 03-Jan-2023 03:10:47 Progress (1): 3.6/4.0 MB error 03-Jan-2023 03:10:47 Progress (1): 3.6/4.0 MB error 03-Jan-2023 03:10:47 Progress (1): 3.7/4.0 MB error 03-Jan-2023 03:10:47 Progress (1): 3.7/4.0 MB error 03-Jan-2023 03:10:47 Progress (1): 3.7/4.0 MB error 03-Jan-2023 03:10:47 Progress (1): 3.7/4.0 MB error 03-Jan-2023 03:10:47 Progress (1): 3.8/4.0 MB error 03-Jan-2023 03:10:47 Progress (1): 3.8/4.0 MB error 03-Jan-2023 03:10:47 Progress (1): 3.8/4.0 MB error 03-Jan-2023 03:10:47 Progress (1): 3.8/4.0 MB error 03-Jan-2023 03:10:47 Progress (1): 3.9/4.0 MB error 03-Jan-2023 03:10:47 Progress (1): 3.9/4.0 MB error 03-Jan-2023 03:10:47 Progress (1): 3.9/4.0 MB error 03-Jan-2023 03:10:47 Progress (1): 3.9/4.0 MB error 03-Jan-2023 03:10:47 Progress (1): 4.0/4.0 MB error 03-Jan-2023 03:10:47 Progress (1): 4.0 MB error 03-Jan-2023 03:10:47 error 03-Jan-2023 03:10:47 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/coreapps-omod/1.38.0/coreapps-omod-1.38.0.jar (4.0 MB at 6.8 MB/s) error 03-Jan-2023 03:10:47 #21 90.42 [INFO] Configured Artifact: org.openmrs.module:reportingcompatibility-omod:2.0.9:jar error 03-Jan-2023 03:10:47 #21 90.42 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/reportingcompatibility-omod/2.0.9/reportingcompatibility-omod-2.0.9.pom error 03-Jan-2023 03:10:48 #21 90.53 Progress (1): 3.3/4.1 kB error 03-Jan-2023 03:10:48 Progress (1): 4.1 kB error 03-Jan-2023 03:10:48 error 03-Jan-2023 03:10:48 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/reportingcompatibility-omod/2.0.9/reportingcompatibility-omod-2.0.9.pom (4.1 kB at 19 kB/s) error 03-Jan-2023 03:10:48 #21 90.64 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/reportingcompatibility/2.0.9/reportingcompatibility-2.0.9.pom error 03-Jan-2023 03:10:48 #21 90.76 Progress (1): 3.3/4.3 kB error 03-Jan-2023 03:10:48 Progress (1): 4.3 kB error 03-Jan-2023 03:10:48 error 03-Jan-2023 03:10:48 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/reportingcompatibility/2.0.9/reportingcompatibility-2.0.9.pom (4.3 kB at 19 kB/s) error 03-Jan-2023 03:10:48 #21 90.87 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/reportingcompatibility-omod/2.0.9/reportingcompatibility-omod-2.0.9.jar error 03-Jan-2023 03:10:48 #21 91.14 Progress (1): 4.1/775 kB error 03-Jan-2023 03:10:48 Progress (1): 8.2/775 kB error 03-Jan-2023 03:10:48 Progress (1): 12/775 kB error 03-Jan-2023 03:10:48 Progress (1): 16/775 kB error 03-Jan-2023 03:10:48 Progress (1): 20/775 kB error 03-Jan-2023 03:10:48 Progress (1): 24/775 kB error 03-Jan-2023 03:10:48 Progress (1): 28/775 kB error 03-Jan-2023 03:10:48 Progress (1): 32/775 kB error 03-Jan-2023 03:10:48 Progress (1): 36/775 kB error 03-Jan-2023 03:10:48 Progress (1): 40/775 kB error 03-Jan-2023 03:10:48 Progress (1): 44/775 kB error 03-Jan-2023 03:10:48 Progress (1): 48/775 kB error 03-Jan-2023 03:10:48 Progress (1): 51/775 kB error 03-Jan-2023 03:10:48 Progress (1): 55/775 kB error 03-Jan-2023 03:10:48 Progress (1): 59/775 kB error 03-Jan-2023 03:10:48 Progress (1): 63/775 kB error 03-Jan-2023 03:10:48 Progress (1): 67/775 kB error 03-Jan-2023 03:10:48 Progress (1): 71/775 kB error 03-Jan-2023 03:10:48 Progress (1): 75/775 kB error 03-Jan-2023 03:10:48 Progress (1): 79/775 kB error 03-Jan-2023 03:10:48 Progress (1): 81/775 kB error 03-Jan-2023 03:10:48 Progress (1): 85/775 kB error 03-Jan-2023 03:10:48 Progress (1): 89/775 kB error 03-Jan-2023 03:10:48 Progress (1): 94/775 kB error 03-Jan-2023 03:10:48 Progress (1): 98/775 kB error 03-Jan-2023 03:10:48 Progress (1): 102/775 kB error 03-Jan-2023 03:10:48 Progress (1): 106/775 kB error 03-Jan-2023 03:10:48 Progress (1): 110/775 kB error 03-Jan-2023 03:10:48 Progress (1): 114/775 kB error 03-Jan-2023 03:10:48 Progress (1): 116/775 kB error 03-Jan-2023 03:10:48 Progress (1): 120/775 kB error 03-Jan-2023 03:10:48 Progress (1): 124/775 kB error 03-Jan-2023 03:10:48 Progress (1): 128/775 kB error 03-Jan-2023 03:10:48 Progress (1): 132/775 kB error 03-Jan-2023 03:10:48 Progress (1): 137/775 kB error 03-Jan-2023 03:10:48 Progress (1): 141/775 kB error 03-Jan-2023 03:10:48 Progress (1): 145/775 kB error 03-Jan-2023 03:10:48 Progress (1): 149/775 kB error 03-Jan-2023 03:10:48 Progress (1): 151/775 kB error 03-Jan-2023 03:10:48 Progress (1): 155/775 kB error 03-Jan-2023 03:10:48 Progress (1): 159/775 kB error 03-Jan-2023 03:10:48 Progress (1): 163/775 kB error 03-Jan-2023 03:10:48 Progress (1): 167/775 kB error 03-Jan-2023 03:10:48 Progress (1): 171/775 kB error 03-Jan-2023 03:10:48 Progress (1): 175/775 kB error 03-Jan-2023 03:10:48 Progress (1): 180/775 kB error 03-Jan-2023 03:10:48 Progress (1): 184/775 kB error 03-Jan-2023 03:10:48 Progress (1): 186/775 kB error 03-Jan-2023 03:10:48 Progress (1): 190/775 kB error 03-Jan-2023 03:10:48 Progress (1): 194/775 kB error 03-Jan-2023 03:10:48 Progress (1): 198/775 kB error 03-Jan-2023 03:10:48 Progress (1): 202/775 kB error 03-Jan-2023 03:10:48 Progress (1): 206/775 kB error 03-Jan-2023 03:10:48 Progress (1): 210/775 kB error 03-Jan-2023 03:10:48 Progress (1): 214/775 kB error 03-Jan-2023 03:10:48 Progress (1): 218/775 kB error 03-Jan-2023 03:10:48 Progress (1): 220/775 kB error 03-Jan-2023 03:10:48 Progress (1): 225/775 kB error 03-Jan-2023 03:10:48 Progress (1): 229/775 kB error 03-Jan-2023 03:10:48 Progress (1): 233/775 kB error 03-Jan-2023 03:10:48 Progress (1): 237/775 kB error 03-Jan-2023 03:10:48 Progress (1): 241/775 kB error 03-Jan-2023 03:10:48 Progress (1): 245/775 kB error 03-Jan-2023 03:10:48 Progress (1): 249/775 kB error 03-Jan-2023 03:10:48 Progress (1): 253/775 kB error 03-Jan-2023 03:10:48 Progress (1): 255/775 kB error 03-Jan-2023 03:10:48 Progress (1): 259/775 kB error 03-Jan-2023 03:10:48 Progress (1): 263/775 kB error 03-Jan-2023 03:10:48 Progress (1): 268/775 kB error 03-Jan-2023 03:10:48 Progress (1): 272/775 kB error 03-Jan-2023 03:10:48 Progress (1): 276/775 kB error 03-Jan-2023 03:10:48 Progress (1): 280/775 kB error 03-Jan-2023 03:10:48 Progress (1): 284/775 kB error 03-Jan-2023 03:10:48 Progress (1): 288/775 kB error 03-Jan-2023 03:10:48 Progress (1): 290/775 kB error 03-Jan-2023 03:10:48 Progress (1): 294/775 kB error 03-Jan-2023 03:10:48 Progress (1): 298/775 kB error 03-Jan-2023 03:10:48 Progress (1): 302/775 kB error 03-Jan-2023 03:10:48 Progress (1): 307/775 kB error 03-Jan-2023 03:10:48 Progress (1): 311/775 kB error 03-Jan-2023 03:10:48 Progress (1): 315/775 kB error 03-Jan-2023 03:10:48 Progress (1): 319/775 kB error 03-Jan-2023 03:10:48 Progress (1): 323/775 kB error 03-Jan-2023 03:10:48 Progress (1): 325/775 kB error 03-Jan-2023 03:10:48 Progress (1): 329/775 kB error 03-Jan-2023 03:10:48 Progress (1): 333/775 kB error 03-Jan-2023 03:10:48 Progress (1): 337/775 kB error 03-Jan-2023 03:10:48 Progress (1): 341/775 kB error 03-Jan-2023 03:10:48 Progress (1): 345/775 kB error 03-Jan-2023 03:10:48 Progress (1): 350/775 kB error 03-Jan-2023 03:10:48 Progress (1): 354/775 kB error 03-Jan-2023 03:10:48 Progress (1): 358/775 kB error 03-Jan-2023 03:10:48 Progress (1): 360/775 kB error 03-Jan-2023 03:10:48 Progress (1): 364/775 kB error 03-Jan-2023 03:10:48 Progress (1): 368/775 kB error 03-Jan-2023 03:10:48 Progress (1): 372/775 kB error 03-Jan-2023 03:10:48 Progress (1): 376/775 kB error 03-Jan-2023 03:10:48 Progress (1): 380/775 kB error 03-Jan-2023 03:10:48 Progress (1): 384/775 kB error 03-Jan-2023 03:10:48 Progress (1): 388/775 kB error 03-Jan-2023 03:10:48 Progress (1): 393/775 kB error 03-Jan-2023 03:10:48 Progress (1): 395/775 kB error 03-Jan-2023 03:10:48 Progress (1): 399/775 kB error 03-Jan-2023 03:10:48 Progress (1): 403/775 kB error 03-Jan-2023 03:10:48 Progress (1): 407/775 kB error 03-Jan-2023 03:10:48 Progress (1): 411/775 kB error 03-Jan-2023 03:10:48 Progress (1): 415/775 kB error 03-Jan-2023 03:10:48 Progress (1): 419/775 kB error 03-Jan-2023 03:10:48 Progress (1): 423/775 kB error 03-Jan-2023 03:10:48 Progress (1): 427/775 kB error 03-Jan-2023 03:10:48 Progress (1): 429/775 kB error 03-Jan-2023 03:10:48 Progress (1): 433/775 kB error 03-Jan-2023 03:10:48 Progress (1): 438/775 kB error 03-Jan-2023 03:10:48 Progress (1): 442/775 kB error 03-Jan-2023 03:10:48 Progress (1): 446/775 kB error 03-Jan-2023 03:10:48 Progress (1): 450/775 kB error 03-Jan-2023 03:10:48 Progress (1): 454/775 kB error 03-Jan-2023 03:10:48 Progress (1): 458/775 kB error 03-Jan-2023 03:10:48 Progress (1): 462/775 kB error 03-Jan-2023 03:10:48 Progress (1): 464/775 kB error 03-Jan-2023 03:10:48 Progress (1): 468/775 kB error 03-Jan-2023 03:10:48 Progress (1): 472/775 kB error 03-Jan-2023 03:10:48 Progress (1): 476/775 kB error 03-Jan-2023 03:10:48 Progress (1): 481/775 kB error 03-Jan-2023 03:10:48 Progress (1): 485/775 kB error 03-Jan-2023 03:10:48 Progress (1): 489/775 kB error 03-Jan-2023 03:10:48 Progress (1): 493/775 kB error 03-Jan-2023 03:10:48 Progress (1): 497/775 kB error 03-Jan-2023 03:10:48 Progress (1): 499/775 kB error 03-Jan-2023 03:10:48 Progress (1): 503/775 kB error 03-Jan-2023 03:10:48 Progress (1): 507/775 kB error 03-Jan-2023 03:10:48 Progress (1): 511/775 kB error 03-Jan-2023 03:10:48 Progress (1): 515/775 kB error 03-Jan-2023 03:10:48 Progress (1): 519/775 kB error 03-Jan-2023 03:10:48 Progress (1): 524/775 kB error 03-Jan-2023 03:10:48 Progress (1): 528/775 kB error 03-Jan-2023 03:10:48 Progress (1): 532/775 kB error 03-Jan-2023 03:10:48 Progress (1): 534/775 kB error 03-Jan-2023 03:10:48 Progress (1): 538/775 kB error 03-Jan-2023 03:10:48 Progress (1): 542/775 kB error 03-Jan-2023 03:10:48 Progress (1): 546/775 kB error 03-Jan-2023 03:10:48 Progress (1): 550/775 kB error 03-Jan-2023 03:10:48 Progress (1): 554/775 kB error 03-Jan-2023 03:10:48 Progress (1): 558/775 kB error 03-Jan-2023 03:10:48 Progress (1): 563/775 kB error 03-Jan-2023 03:10:48 Progress (1): 567/775 kB error 03-Jan-2023 03:10:48 Progress (1): 569/775 kB error 03-Jan-2023 03:10:48 Progress (1): 573/775 kB error 03-Jan-2023 03:10:48 Progress (1): 577/775 kB error 03-Jan-2023 03:10:48 Progress (1): 581/775 kB error 03-Jan-2023 03:10:48 Progress (1): 585/775 kB error 03-Jan-2023 03:10:48 Progress (1): 589/775 kB error 03-Jan-2023 03:10:48 Progress (1): 593/775 kB error 03-Jan-2023 03:10:48 Progress (1): 597/775 kB error 03-Jan-2023 03:10:48 Progress (1): 601/775 kB error 03-Jan-2023 03:10:48 Progress (1): 603/775 kB error 03-Jan-2023 03:10:48 Progress (1): 608/775 kB error 03-Jan-2023 03:10:48 Progress (1): 612/775 kB error 03-Jan-2023 03:10:48 Progress (1): 616/775 kB error 03-Jan-2023 03:10:48 Progress (1): 620/775 kB error 03-Jan-2023 03:10:48 Progress (1): 624/775 kB error 03-Jan-2023 03:10:48 Progress (1): 628/775 kB error 03-Jan-2023 03:10:48 Progress (1): 632/775 kB error 03-Jan-2023 03:10:48 Progress (1): 636/775 kB error 03-Jan-2023 03:10:48 Progress (1): 640/775 kB error 03-Jan-2023 03:10:48 Progress (1): 644/775 kB error 03-Jan-2023 03:10:48 Progress (1): 649/775 kB error 03-Jan-2023 03:10:48 Progress (1): 653/775 kB error 03-Jan-2023 03:10:48 Progress (1): 657/775 kB error 03-Jan-2023 03:10:48 Progress (1): 661/775 kB error 03-Jan-2023 03:10:48 Progress (1): 665/775 kB error 03-Jan-2023 03:10:48 Progress (1): 669/775 kB error 03-Jan-2023 03:10:48 Progress (1): 673/775 kB error 03-Jan-2023 03:10:48 Progress (1): 677/775 kB error 03-Jan-2023 03:10:48 Progress (1): 681/775 kB error 03-Jan-2023 03:10:48 Progress (1): 685/775 kB error 03-Jan-2023 03:10:48 Progress (1): 689/775 kB error 03-Jan-2023 03:10:48 Progress (1): 694/775 kB error 03-Jan-2023 03:10:48 Progress (1): 698/775 kB error 03-Jan-2023 03:10:48 Progress (1): 702/775 kB error 03-Jan-2023 03:10:48 Progress (1): 706/775 kB error 03-Jan-2023 03:10:48 Progress (1): 710/775 kB error 03-Jan-2023 03:10:48 Progress (1): 714/775 kB error 03-Jan-2023 03:10:48 Progress (1): 718/775 kB error 03-Jan-2023 03:10:48 Progress (1): 722/775 kB error 03-Jan-2023 03:10:48 Progress (1): 726/775 kB error 03-Jan-2023 03:10:48 Progress (1): 730/775 kB error 03-Jan-2023 03:10:48 Progress (1): 735/775 kB error 03-Jan-2023 03:10:48 Progress (1): 739/775 kB error 03-Jan-2023 03:10:48 Progress (1): 743/775 kB error 03-Jan-2023 03:10:48 Progress (1): 747/775 kB error 03-Jan-2023 03:10:48 Progress (1): 751/775 kB error 03-Jan-2023 03:10:48 Progress (1): 755/775 kB error 03-Jan-2023 03:10:48 Progress (1): 759/775 kB error 03-Jan-2023 03:10:48 Progress (1): 763/775 kB error 03-Jan-2023 03:10:48 Progress (1): 767/775 kB error 03-Jan-2023 03:10:48 Progress (1): 771/775 kB error 03-Jan-2023 03:10:48 Progress (1): 775 kB error 03-Jan-2023 03:10:48 error 03-Jan-2023 03:10:48 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/reportingcompatibility-omod/2.0.9/reportingcompatibility-omod-2.0.9.jar (775 kB at 1.7 MB/s) error 03-Jan-2023 03:10:48 #21 91.33 [INFO] Configured Artifact: org.openmrs.module:reporting-omod:1.25.0:jar error 03-Jan-2023 03:10:48 #21 91.33 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/reporting-omod/1.25.0/reporting-omod-1.25.0.pom error 03-Jan-2023 03:10:49 #21 91.44 Progress (1): 3.3/4.1 kB error 03-Jan-2023 03:10:49 Progress (1): 4.1 kB error 03-Jan-2023 03:10:49 error 03-Jan-2023 03:10:49 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/reporting-omod/1.25.0/reporting-omod-1.25.0.pom (4.1 kB at 19 kB/s) error 03-Jan-2023 03:10:49 #21 91.55 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/reporting/1.25.0/reporting-1.25.0.pom error 03-Jan-2023 03:10:49 #21 91.66 Progress (1): 3.3/19 kB error 03-Jan-2023 03:10:49 Progress (1): 6.1/19 kB error 03-Jan-2023 03:10:49 Progress (1): 8.9/19 kB error 03-Jan-2023 03:10:49 Progress (1): 12/19 kB error 03-Jan-2023 03:10:49 Progress (1): 15/19 kB error 03-Jan-2023 03:10:49 Progress (1): 17/19 kB error 03-Jan-2023 03:10:49 Progress (1): 19 kB error 03-Jan-2023 03:10:49 error 03-Jan-2023 03:10:49 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/reporting/1.25.0/reporting-1.25.0.pom (19 kB at 85 kB/s) error 03-Jan-2023 03:10:49 #21 91.77 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/reporting-omod/1.25.0/reporting-omod-1.25.0.jar error 03-Jan-2023 03:10:49 #21 92.08 Progress (1): 0.1/17 MB error 03-Jan-2023 03:10:49 Progress (1): 0.2/17 MB error 03-Jan-2023 03:10:49 Progress (1): 0.3/17 MB error 03-Jan-2023 03:10:49 Progress (1): 0.3/17 MB error 03-Jan-2023 03:10:49 Progress (1): 0.4/17 MB error 03-Jan-2023 03:10:49 Progress (1): 0.5/17 MB error 03-Jan-2023 03:10:49 Progress (1): 0.6/17 MB error 03-Jan-2023 03:10:49 Progress (1): 0.7/17 MB error 03-Jan-2023 03:10:49 Progress (1): 0.8/17 MB error 03-Jan-2023 03:10:49 Progress (1): 0.9/17 MB error 03-Jan-2023 03:10:49 Progress (1): 0.9/17 MB error 03-Jan-2023 03:10:49 Progress (1): 1.0/17 MB error 03-Jan-2023 03:10:49 Progress (1): 1.1/17 MB error 03-Jan-2023 03:10:49 Progress (1): 1.2/17 MB error 03-Jan-2023 03:10:49 Progress (1): 1.3/17 MB error 03-Jan-2023 03:10:49 Progress (1): 1.4/17 MB error 03-Jan-2023 03:10:49 Progress (1): 1.4/17 MB error 03-Jan-2023 03:10:49 Progress (1): 1.5/17 MB error 03-Jan-2023 03:10:49 Progress (1): 1.6/17 MB error 03-Jan-2023 03:10:49 Progress (1): 1.7/17 MB error 03-Jan-2023 03:10:49 Progress (1): 1.8/17 MB error 03-Jan-2023 03:10:49 Progress (1): 1.9/17 MB error 03-Jan-2023 03:10:49 Progress (1): 2.0/17 MB error 03-Jan-2023 03:10:49 Progress (1): 2.1/17 MB error 03-Jan-2023 03:10:49 Progress (1): 2.1/17 MB error 03-Jan-2023 03:10:49 Progress (1): 2.2/17 MB error 03-Jan-2023 03:10:49 Progress (1): 2.3/17 MB error 03-Jan-2023 03:10:49 Progress (1): 2.4/17 MB error 03-Jan-2023 03:10:49 Progress (1): 2.5/17 MB error 03-Jan-2023 03:10:49 Progress (1): 2.6/17 MB error 03-Jan-2023 03:10:49 Progress (1): 2.7/17 MB error 03-Jan-2023 03:10:49 Progress (1): 2.7/17 MB error 03-Jan-2023 03:10:49 Progress (1): 2.8/17 MB error 03-Jan-2023 03:10:49 Progress (1): 2.9/17 MB error 03-Jan-2023 03:10:49 Progress (1): 3.0/17 MB error 03-Jan-2023 03:10:49 Progress (1): 3.1/17 MB error 03-Jan-2023 03:10:49 Progress (1): 3.2/17 MB error 03-Jan-2023 03:10:49 Progress (1): 3.3/17 MB error 03-Jan-2023 03:10:49 Progress (1): 3.4/17 MB error 03-Jan-2023 03:10:49 Progress (1): 3.4/17 MB error 03-Jan-2023 03:10:49 Progress (1): 3.5/17 MB error 03-Jan-2023 03:10:49 Progress (1): 3.6/17 MB error 03-Jan-2023 03:10:49 Progress (1): 3.7/17 MB error 03-Jan-2023 03:10:49 Progress (1): 3.8/17 MB error 03-Jan-2023 03:10:49 Progress (1): 3.9/17 MB error 03-Jan-2023 03:10:49 Progress (1): 4.0/17 MB error 03-Jan-2023 03:10:49 Progress (1): 4.1/17 MB error 03-Jan-2023 03:10:49 Progress (1): 4.1/17 MB error 03-Jan-2023 03:10:49 Progress (1): 4.2/17 MB error 03-Jan-2023 03:10:49 Progress (1): 4.3/17 MB error 03-Jan-2023 03:10:49 Progress (1): 4.4/17 MB error 03-Jan-2023 03:10:49 Progress (1): 4.5/17 MB error 03-Jan-2023 03:10:49 Progress (1): 4.5/17 MB error 03-Jan-2023 03:10:49 Progress (1): 4.6/17 MB error 03-Jan-2023 03:10:49 Progress (1): 4.7/17 MB error 03-Jan-2023 03:10:49 Progress (1): 4.8/17 MB error 03-Jan-2023 03:10:49 Progress (1): 4.9/17 MB error 03-Jan-2023 03:10:49 Progress (1): 5.0/17 MB error 03-Jan-2023 03:10:49 Progress (1): 5.0/17 MB error 03-Jan-2023 03:10:49 Progress (1): 5.1/17 MB error 03-Jan-2023 03:10:49 Progress (1): 5.2/17 MB error 03-Jan-2023 03:10:49 Progress (1): 5.3/17 MB error 03-Jan-2023 03:10:49 Progress (1): 5.4/17 MB error 03-Jan-2023 03:10:49 Progress (1): 5.4/17 MB error 03-Jan-2023 03:10:49 Progress (1): 5.5/17 MB error 03-Jan-2023 03:10:49 Progress (1): 5.6/17 MB error 03-Jan-2023 03:10:49 Progress (1): 5.7/17 MB error 03-Jan-2023 03:10:49 Progress (1): 5.8/17 MB error 03-Jan-2023 03:10:49 Progress (1): 5.9/17 MB error 03-Jan-2023 03:10:49 Progress (1): 5.9/17 MB error 03-Jan-2023 03:10:49 Progress (1): 6.0/17 MB error 03-Jan-2023 03:10:49 Progress (1): 6.1/17 MB error 03-Jan-2023 03:10:49 Progress (1): 6.2/17 MB error 03-Jan-2023 03:10:49 Progress (1): 6.3/17 MB error 03-Jan-2023 03:10:49 Progress (1): 6.3/17 MB error 03-Jan-2023 03:10:49 Progress (1): 6.4/17 MB error 03-Jan-2023 03:10:49 Progress (1): 6.5/17 MB error 03-Jan-2023 03:10:49 Progress (1): 6.6/17 MB error 03-Jan-2023 03:10:49 Progress (1): 6.7/17 MB error 03-Jan-2023 03:10:49 Progress (1): 6.8/17 MB error 03-Jan-2023 03:10:49 Progress (1): 6.8/17 MB error 03-Jan-2023 03:10:49 Progress (1): 6.9/17 MB error 03-Jan-2023 03:10:49 Progress (1): 7.0/17 MB error 03-Jan-2023 03:10:49 Progress (1): 7.1/17 MB error 03-Jan-2023 03:10:49 Progress (1): 7.2/17 MB error 03-Jan-2023 03:10:49 Progress (1): 7.2/17 MB error 03-Jan-2023 03:10:49 Progress (1): 7.3/17 MB error 03-Jan-2023 03:10:49 Progress (1): 7.4/17 MB error 03-Jan-2023 03:10:49 Progress (1): 7.5/17 MB error 03-Jan-2023 03:10:49 Progress (1): 7.6/17 MB error 03-Jan-2023 03:10:49 Progress (1): 7.7/17 MB error 03-Jan-2023 03:10:49 Progress (1): 7.7/17 MB error 03-Jan-2023 03:10:49 Progress (1): 7.8/17 MB error 03-Jan-2023 03:10:49 Progress (1): 7.9/17 MB error 03-Jan-2023 03:10:49 Progress (1): 8.0/17 MB error 03-Jan-2023 03:10:49 Progress (1): 8.1/17 MB error 03-Jan-2023 03:10:49 Progress (1): 8.1/17 MB error 03-Jan-2023 03:10:49 Progress (1): 8.2/17 MB error 03-Jan-2023 03:10:49 Progress (1): 8.3/17 MB error 03-Jan-2023 03:10:50 Progress (1): 8.4/17 MB error 03-Jan-2023 03:10:50 Progress (1): 8.5/17 MB error 03-Jan-2023 03:10:50 Progress (1): 8.6/17 MB error 03-Jan-2023 03:10:50 Progress (1): 8.6/17 MB error 03-Jan-2023 03:10:50 Progress (1): 8.7/17 MB error 03-Jan-2023 03:10:50 Progress (1): 8.8/17 MB error 03-Jan-2023 03:10:50 Progress (1): 8.9/17 MB error 03-Jan-2023 03:10:50 Progress (1): 9.0/17 MB error 03-Jan-2023 03:10:50 Progress (1): 9.0/17 MB error 03-Jan-2023 03:10:50 Progress (1): 9.1/17 MB error 03-Jan-2023 03:10:50 Progress (1): 9.2/17 MB error 03-Jan-2023 03:10:50 Progress (1): 9.3/17 MB error 03-Jan-2023 03:10:50 Progress (1): 9.4/17 MB error 03-Jan-2023 03:10:50 Progress (1): 9.5/17 MB error 03-Jan-2023 03:10:50 Progress (1): 9.5/17 MB error 03-Jan-2023 03:10:50 Progress (1): 9.6/17 MB error 03-Jan-2023 03:10:50 Progress (1): 9.7/17 MB error 03-Jan-2023 03:10:50 Progress (1): 9.8/17 MB error 03-Jan-2023 03:10:50 Progress (1): 9.9/17 MB error 03-Jan-2023 03:10:50 Progress (1): 10.0/17 MB error 03-Jan-2023 03:10:50 Progress (1): 10/17 MB error 03-Jan-2023 03:10:50 Progress (1): 10/17 MB error 03-Jan-2023 03:10:50 Progress (1): 10/17 MB error 03-Jan-2023 03:10:50 Progress (1): 10/17 MB error 03-Jan-2023 03:10:50 Progress (1): 10/17 MB error 03-Jan-2023 03:10:50 Progress (1): 10/17 MB error 03-Jan-2023 03:10:50 Progress (1): 11/17 MB error 03-Jan-2023 03:10:50 Progress (1): 11/17 MB error 03-Jan-2023 03:10:50 Progress (1): 11/17 MB error 03-Jan-2023 03:10:50 Progress (1): 11/17 MB error 03-Jan-2023 03:10:50 Progress (1): 11/17 MB error 03-Jan-2023 03:10:50 Progress (1): 11/17 MB error 03-Jan-2023 03:10:50 Progress (1): 11/17 MB error 03-Jan-2023 03:10:50 Progress (1): 11/17 MB error 03-Jan-2023 03:10:50 Progress (1): 11/17 MB error 03-Jan-2023 03:10:50 Progress (1): 11/17 MB error 03-Jan-2023 03:10:50 Progress (1): 11/17 MB error 03-Jan-2023 03:10:50 Progress (1): 11/17 MB error 03-Jan-2023 03:10:50 Progress (1): 12/17 MB error 03-Jan-2023 03:10:50 Progress (1): 12/17 MB error 03-Jan-2023 03:10:50 Progress (1): 12/17 MB error 03-Jan-2023 03:10:50 Progress (1): 12/17 MB error 03-Jan-2023 03:10:50 Progress (1): 12/17 MB error 03-Jan-2023 03:10:50 Progress (1): 12/17 MB error 03-Jan-2023 03:10:50 Progress (1): 12/17 MB error 03-Jan-2023 03:10:50 Progress (1): 12/17 MB error 03-Jan-2023 03:10:50 Progress (1): 12/17 MB error 03-Jan-2023 03:10:50 Progress (1): 12/17 MB error 03-Jan-2023 03:10:50 Progress (1): 12/17 MB error 03-Jan-2023 03:10:50 Progress (1): 12/17 MB error 03-Jan-2023 03:10:50 Progress (1): 12/17 MB error 03-Jan-2023 03:10:50 Progress (1): 13/17 MB error 03-Jan-2023 03:10:50 Progress (1): 13/17 MB error 03-Jan-2023 03:10:50 Progress (1): 13/17 MB error 03-Jan-2023 03:10:50 Progress (1): 13/17 MB error 03-Jan-2023 03:10:50 Progress (1): 13/17 MB error 03-Jan-2023 03:10:50 Progress (1): 13/17 MB error 03-Jan-2023 03:10:50 Progress (1): 13/17 MB error 03-Jan-2023 03:10:50 Progress (1): 13/17 MB error 03-Jan-2023 03:10:50 Progress (1): 13/17 MB error 03-Jan-2023 03:10:50 Progress (1): 13/17 MB error 03-Jan-2023 03:10:50 Progress (1): 13/17 MB error 03-Jan-2023 03:10:50 Progress (1): 13/17 MB error 03-Jan-2023 03:10:50 Progress (1): 14/17 MB error 03-Jan-2023 03:10:50 Progress (1): 14/17 MB error 03-Jan-2023 03:10:50 Progress (1): 14/17 MB error 03-Jan-2023 03:10:50 Progress (1): 14/17 MB error 03-Jan-2023 03:10:50 Progress (1): 14/17 MB error 03-Jan-2023 03:10:50 Progress (1): 14/17 MB error 03-Jan-2023 03:10:50 Progress (1): 14/17 MB error 03-Jan-2023 03:10:50 Progress (1): 14/17 MB error 03-Jan-2023 03:10:50 Progress (1): 14/17 MB error 03-Jan-2023 03:10:50 Progress (1): 14/17 MB error 03-Jan-2023 03:10:50 Progress (1): 14/17 MB error 03-Jan-2023 03:10:50 Progress (1): 14/17 MB error 03-Jan-2023 03:10:50 Progress (1): 15/17 MB error 03-Jan-2023 03:10:50 Progress (1): 15/17 MB error 03-Jan-2023 03:10:50 Progress (1): 15/17 MB error 03-Jan-2023 03:10:50 Progress (1): 15/17 MB error 03-Jan-2023 03:10:50 Progress (1): 15/17 MB error 03-Jan-2023 03:10:50 Progress (1): 15/17 MB error 03-Jan-2023 03:10:50 Progress (1): 15/17 MB error 03-Jan-2023 03:10:50 Progress (1): 15/17 MB error 03-Jan-2023 03:10:50 Progress (1): 15/17 MB error 03-Jan-2023 03:10:50 Progress (1): 15/17 MB error 03-Jan-2023 03:10:50 Progress (1): 15/17 MB error 03-Jan-2023 03:10:50 Progress (1): 15/17 MB error 03-Jan-2023 03:10:50 Progress (1): 16/17 MB error 03-Jan-2023 03:10:50 Progress (1): 16/17 MB error 03-Jan-2023 03:10:50 Progress (1): 16/17 MB error 03-Jan-2023 03:10:50 Progress (1): 16/17 MB error 03-Jan-2023 03:10:50 Progress (1): 16/17 MB error 03-Jan-2023 03:10:50 Progress (1): 16/17 MB error 03-Jan-2023 03:10:50 Progress (1): 16/17 MB error 03-Jan-2023 03:10:50 Progress (1): 16/17 MB error 03-Jan-2023 03:10:50 Progress (1): 16/17 MB error 03-Jan-2023 03:10:50 Progress (1): 16/17 MB error 03-Jan-2023 03:10:50 Progress (1): 16/17 MB error 03-Jan-2023 03:10:50 Progress (1): 16/17 MB error 03-Jan-2023 03:10:50 Progress (1): 17/17 MB error 03-Jan-2023 03:10:50 Progress (1): 17/17 MB error 03-Jan-2023 03:10:50 Progress (1): 17 MB error 03-Jan-2023 03:10:50 error 03-Jan-2023 03:10:50 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/reporting-omod/1.25.0/reporting-omod-1.25.0.jar (17 MB at 14 MB/s) error 03-Jan-2023 03:10:50 #21 92.94 [INFO] Configured Artifact: org.openmrs.module:adminui-omod:1.6.0:jar error 03-Jan-2023 03:10:50 #21 92.95 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/adminui-omod/1.6.0/adminui-omod-1.6.0.pom error 03-Jan-2023 03:10:50 #21 93.06 Progress (1): 3.3/9.2 kB error 03-Jan-2023 03:10:50 #21 ... error 03-Jan-2023 03:10:50 error 03-Jan-2023 03:10:50 #18 [linux/arm64 dev 4/4] RUN mvn -s /usr/share/maven/ref/settings-docker.xml install error 03-Jan-2023 03:10:50 #18 85.86 Progress (1): 0.5/7.5 MB error 03-Jan-2023 03:10:50 Progress (1): 0.6/7.5 MB error 03-Jan-2023 03:10:50 Progress (1): 0.6/7.5 MB error 03-Jan-2023 03:10:50 Progress (1): 0.7/7.5 MB error 03-Jan-2023 03:10:50 Progress (1): 0.7/7.5 MB error 03-Jan-2023 03:10:50 Progress (2): 0.7/7.5 MB | 0/3.7 MB error 03-Jan-2023 03:10:50 Progress (2): 0.7/7.5 MB | 0/3.7 MB error 03-Jan-2023 03:10:50 Progress (2): 0.7/7.5 MB | 0.1/3.7 MB error 03-Jan-2023 03:10:50 Progress (2): 0.7/7.5 MB | 0.1/3.7 MB error 03-Jan-2023 03:10:50 Progress (2): 0.8/7.5 MB | 0.1/3.7 MB error 03-Jan-2023 03:10:50 Progress (2): 0.8/7.5 MB | 0.1/3.7 MB error 03-Jan-2023 03:10:50 Progress (2): 0.8/7.5 MB | 0.1/3.7 MB error 03-Jan-2023 03:10:50 Progress (2): 0.8/7.5 MB | 0.1/3.7 MB error 03-Jan-2023 03:10:50 Progress (3): 0.8/7.5 MB | 0.1/3.7 MB | 3.3/157 kB error 03-Jan-2023 03:10:50 Progress (3): 0.8/7.5 MB | 0.1/3.7 MB | 6.1/157 kB error 03-Jan-2023 03:10:50 Progress (3): 0.8/7.5 MB | 0.1/3.7 MB | 8.9/157 kB error 03-Jan-2023 03:10:50 Progress (3): 0.8/7.5 MB | 0.1/3.7 MB | 12/157 kB error 03-Jan-2023 03:10:50 Progress (3): 0.8/7.5 MB | 0.1/3.7 MB | 14/157 kB error 03-Jan-2023 03:10:50 Progress (3): 0.9/7.5 MB | 0.1/3.7 MB | 14/157 kB error 03-Jan-2023 03:10:50 Progress (3): 0.9/7.5 MB | 0.1/3.7 MB | 17/157 kB error 03-Jan-2023 03:10:50 Progress (3): 0.9/7.5 MB | 0.1/3.7 MB | 20/157 kB error 03-Jan-2023 03:10:50 Progress (3): 0.9/7.5 MB | 0.1/3.7 MB | 23/157 kB error 03-Jan-2023 03:10:50 Progress (3): 0.9/7.5 MB | 0.1/3.7 MB | 26/157 kB error 03-Jan-2023 03:10:50 Progress (3): 0.9/7.5 MB | 0.1/3.7 MB | 28/157 kB error 03-Jan-2023 03:10:50 Progress (3): 0.9/7.5 MB | 0.1/3.7 MB | 31/157 kB error 03-Jan-2023 03:10:50 Progress (3): 0.9/7.5 MB | 0.1/3.7 MB | 34/157 kB error 03-Jan-2023 03:10:50 Progress (3): 0.9/7.5 MB | 0.1/3.7 MB | 37/157 kB error 03-Jan-2023 03:10:50 Progress (3): 0.9/7.5 MB | 0.1/3.7 MB | 40/157 kB error 03-Jan-2023 03:10:50 Progress (3): 0.9/7.5 MB | 0.1/3.7 MB | 42/157 kB error 03-Jan-2023 03:10:50 Progress (3): 0.9/7.5 MB | 0.1/3.7 MB | 45/157 kB error 03-Jan-2023 03:10:50 Progress (3): 0.9/7.5 MB | 0.1/3.7 MB | 48/157 kB error 03-Jan-2023 03:10:50 Progress (3): 0.9/7.5 MB | 0.1/3.7 MB | 51/157 kB error 03-Jan-2023 03:10:50 Progress (3): 0.9/7.5 MB | 0.1/3.7 MB | 54/157 kB error 03-Jan-2023 03:10:50 Progress (3): 0.9/7.5 MB | 0.1/3.7 MB | 56/157 kB error 03-Jan-2023 03:10:50 Progress (3): 0.9/7.5 MB | 0.1/3.7 MB | 59/157 kB error 03-Jan-2023 03:10:50 Progress (3): 0.9/7.5 MB | 0.1/3.7 MB | 62/157 kB error 03-Jan-2023 03:10:50 Progress (3): 0.9/7.5 MB | 0.1/3.7 MB | 65/157 kB error 03-Jan-2023 03:10:50 Progress (3): 0.9/7.5 MB | 0.1/3.7 MB | 68/157 kB error 03-Jan-2023 03:10:50 Progress (3): 0.9/7.5 MB | 0.2/3.7 MB | 68/157 kB error 03-Jan-2023 03:10:50 Progress (4): 0.9/7.5 MB | 0.2/3.7 MB | 68/157 kB | 3.3/57 kB error 03-Jan-2023 03:10:50 Progress (4): 0.9/7.5 MB | 0.2/3.7 MB | 68/157 kB | 6.1/57 kB error 03-Jan-2023 03:10:50 Progress (4): 0.9/7.5 MB | 0.2/3.7 MB | 68/157 kB | 8.9/57 kB error 03-Jan-2023 03:10:50 Progress (4): 0.9/7.5 MB | 0.2/3.7 MB | 68/157 kB | 12/57 kB error 03-Jan-2023 03:10:50 Progress (4): 0.9/7.5 MB | 0.2/3.7 MB | 70/157 kB | 12/57 kB error 03-Jan-2023 03:10:50 Progress (4): 0.9/7.5 MB | 0.2/3.7 MB | 70/157 kB | 14/57 kB error 03-Jan-2023 03:10:50 Progress (4): 0.9/7.5 MB | 0.2/3.7 MB | 70/157 kB | 17/57 kB error 03-Jan-2023 03:10:50 Progress (4): 0.9/7.5 MB | 0.2/3.7 MB | 70/157 kB | 20/57 kB error 03-Jan-2023 03:10:50 Progress (4): 0.9/7.5 MB | 0.2/3.7 MB | 70/157 kB | 23/57 kB error 03-Jan-2023 03:10:50 Progress (4): 0.9/7.5 MB | 0.2/3.7 MB | 73/157 kB | 23/57 kB error 03-Jan-2023 03:10:50 Progress (4): 0.9/7.5 MB | 0.2/3.7 MB | 73/157 kB | 26/57 kB error 03-Jan-2023 03:10:50 Progress (4): 0.9/7.5 MB | 0.2/3.7 MB | 73/157 kB | 26/57 kB error 03-Jan-2023 03:10:50 Progress (4): 0.9/7.5 MB | 0.2/3.7 MB | 73/157 kB | 26/57 kB error 03-Jan-2023 03:10:50 Progress (4): 0.9/7.5 MB | 0.2/3.7 MB | 73/157 kB | 29/57 kB error 03-Jan-2023 03:10:50 Progress (4): 0.9/7.5 MB | 0.2/3.7 MB | 73/157 kB | 31/57 kB error 03-Jan-2023 03:10:50 Progress (4): 0.9/7.5 MB | 0.2/3.7 MB | 73/157 kB | 34/57 kB error 03-Jan-2023 03:10:50 Progress (4): 0.9/7.5 MB | 0.2/3.7 MB | 73/157 kB | 34/57 kB error 03-Jan-2023 03:10:50 Progress (4): 0.9/7.5 MB | 0.2/3.7 MB | 73/157 kB | 34/57 kB error 03-Jan-2023 03:10:50 Progress (4): 0.9/7.5 MB | 0.2/3.7 MB | 73/157 kB | 34/57 kB error 03-Jan-2023 03:10:50 Progress (4): 0.9/7.5 MB | 0.2/3.7 MB | 76/157 kB | 34/57 kB error 03-Jan-2023 03:10:50 Progress (4): 0.9/7.5 MB | 0.2/3.7 MB | 76/157 kB | 37/57 kB error 03-Jan-2023 03:10:50 Progress (4): 0.9/7.5 MB | 0.2/3.7 MB | 76/157 kB | 40/57 kB error 03-Jan-2023 03:10:50 Progress (4): 0.9/7.5 MB | 0.2/3.7 MB | 76/157 kB | 43/57 kB error 03-Jan-2023 03:10:50 Progress (4): 0.9/7.5 MB | 0.2/3.7 MB | 76/157 kB | 45/57 kB error 03-Jan-2023 03:10:50 Progress (4): 0.9/7.5 MB | 0.2/3.7 MB | 79/157 kB | 45/57 kB error 03-Jan-2023 03:10:50 Progress (4): 0.9/7.5 MB | 0.2/3.7 MB | 79/157 kB | 48/57 kB error 03-Jan-2023 03:10:50 Progress (4): 0.9/7.5 MB | 0.2/3.7 MB | 79/157 kB | 51/57 kB error 03-Jan-2023 03:10:50 Progress (4): 0.9/7.5 MB | 0.2/3.7 MB | 82/157 kB | 51/57 kB error 03-Jan-2023 03:10:50 Progress (4): 0.9/7.5 MB | 0.2/3.7 MB | 84/157 kB | 51/57 kB error 03-Jan-2023 03:10:50 Progress (4): 0.9/7.5 MB | 0.2/3.7 MB | 84/157 kB | 54/57 kB error 03-Jan-2023 03:10:50 Progress (4): 0.9/7.5 MB | 0.2/3.7 MB | 84/157 kB | 56/57 kB error 03-Jan-2023 03:10:50 Progress (4): 0.9/7.5 MB | 0.2/3.7 MB | 84/157 kB | 57 kB error 03-Jan-2023 03:10:50 Progress (4): 0.9/7.5 MB | 0.3/3.7 MB | 84/157 kB | 57 kB error 03-Jan-2023 03:10:50 Progress (4): 0.9/7.5 MB | 0.3/3.7 MB | 87/157 kB | 57 kB error 03-Jan-2023 03:10:50 Progress (4): 0.9/7.5 MB | 0.3/3.7 MB | 87/157 kB | 57 kB error 03-Jan-2023 03:10:50 Progress (4): 0.9/7.5 MB | 0.3/3.7 MB | 90/157 kB | 57 kB error 03-Jan-2023 03:10:50 Progress (4): 0.9/7.5 MB | 0.3/3.7 MB | 90/157 kB | 57 kB error 03-Jan-2023 03:10:50 Progress (4): 0.9/7.5 MB | 0.3/3.7 MB | 93/157 kB | 57 kB error 03-Jan-2023 03:10:50 Progress (4): 0.9/7.5 MB | 0.3/3.7 MB | 96/157 kB | 57 kB error 03-Jan-2023 03:10:50 Progress (4): 0.9/7.5 MB | 0.3/3.7 MB | 98/157 kB | 57 kB error 03-Jan-2023 03:10:50 Progress (4): 0.9/7.5 MB | 0.3/3.7 MB | 101/157 kB | 57 kB error 03-Jan-2023 03:10:50 Progress (4): 0.9/7.5 MB | 0.3/3.7 MB | 104/157 kB | 57 kB error 03-Jan-2023 03:10:50 Progress (4): 0.9/7.5 MB | 0.3/3.7 MB | 107/157 kB | 57 kB error 03-Jan-2023 03:10:50 Progress (4): 0.9/7.5 MB | 0.3/3.7 MB | 110/157 kB | 57 kB error 03-Jan-2023 03:10:50 Progress (4): 0.9/7.5 MB | 0.3/3.7 MB | 112/157 kB | 57 kB error 03-Jan-2023 03:10:50 Progress (4): 0.9/7.5 MB | 0.3/3.7 MB | 112/157 kB | 57 kB error 03-Jan-2023 03:10:50 Progress (4): 1.0/7.5 MB | 0.3/3.7 MB | 112/157 kB | 57 kB error 03-Jan-2023 03:10:50 Progress (5): 1.0/7.5 MB | 0.3/3.7 MB | 112/157 kB | 57 kB | 0/1.3 MB error 03-Jan-2023 03:10:50 Progress (5): 1.0/7.5 MB | 0.3/3.7 MB | 112/157 kB | 57 kB | 0/1.3 MB error 03-Jan-2023 03:10:50 Progress (5): 1.0/7.5 MB | 0.3/3.7 MB | 112/157 kB | 57 kB | 0/1.3 MB error 03-Jan-2023 03:10:50 Progress (5): 1.0/7.5 MB | 0.3/3.7 MB | 112/157 kB | 57 kB | 0/1.3 MB error 03-Jan-2023 03:10:50 Progress (5): 1.0/7.5 MB | 0.3/3.7 MB | 112/157 kB | 57 kB | 0/1.3 MB error 03-Jan-2023 03:10:50 Progress (5): 1.0/7.5 MB | 0.3/3.7 MB | 112/157 kB | 57 kB | 0/1.3 MB error 03-Jan-2023 03:10:50 Progress (5): 1.0/7.5 MB | 0.3/3.7 MB | 112/157 kB | 57 kB | 0/1.3 MB error 03-Jan-2023 03:10:50 Progress (5): 1.0/7.5 MB | 0.3/3.7 MB | 112/157 kB | 57 kB | 0.1/1.3 MB error 03-Jan-2023 03:10:50 Progress (5): 1.0/7.5 MB | 0.3/3.7 MB | 112/157 kB | 57 kB | 0.1/1.3 MB error 03-Jan-2023 03:10:50 Progress (5): 1.0/7.5 MB | 0.3/3.7 MB | 112/157 kB | 57 kB | 0.1/1.3 MB error 03-Jan-2023 03:10:50 Progress (5): 1.1/7.5 MB | 0.3/3.7 MB | 112/157 kB | 57 kB | 0.1/1.3 MB error 03-Jan-2023 03:10:50 Progress (5): 1.1/7.5 MB | 0.3/3.7 MB | 115/157 kB | 57 kB | 0.1/1.3 MB error 03-Jan-2023 03:10:50 Progress (5): 1.1/7.5 MB | 0.3/3.7 MB | 118/157 kB | 57 kB | 0.1/1.3 MB error 03-Jan-2023 03:10:50 Progress (5): 1.1/7.5 MB | 0.3/3.7 MB | 121/157 kB | 57 kB | 0.1/1.3 MB error 03-Jan-2023 03:10:50 Progress (5): 1.1/7.5 MB | 0.3/3.7 MB | 124/157 kB | 57 kB | 0.1/1.3 MB error 03-Jan-2023 03:10:50 Progress (5): 1.1/7.5 MB | 0.4/3.7 MB | 124/157 kB | 57 kB | 0.1/1.3 MB error 03-Jan-2023 03:10:50 Progress (5): 1.1/7.5 MB | 0.4/3.7 MB | 126/157 kB | 57 kB | 0.1/1.3 MB error 03-Jan-2023 03:10:50 Progress (5): 1.1/7.5 MB | 0.4/3.7 MB | 126/157 kB | 57 kB | 0.1/1.3 MB error 03-Jan-2023 03:10:50 Progress (5): 1.1/7.5 MB | 0.4/3.7 MB | 126/157 kB | 57 kB | 0.1/1.3 MB error 03-Jan-2023 03:10:50 Progress (5): 1.1/7.5 MB | 0.4/3.7 MB | 126/157 kB | 57 kB | 0.1/1.3 MB error 03-Jan-2023 03:10:50 Progress (5): 1.1/7.5 MB | 0.4/3.7 MB | 126/157 kB | 57 kB | 0.1/1.3 MB error 03-Jan-2023 03:10:50 Progress (5): 1.1/7.5 MB | 0.4/3.7 MB | 129/157 kB | 57 kB | 0.1/1.3 MB error 03-Jan-2023 03:10:50 Progress (5): 1.1/7.5 MB | 0.4/3.7 MB | 129/157 kB | 57 kB | 0.1/1.3 MB error 03-Jan-2023 03:10:50 Progress (5): 1.1/7.5 MB | 0.4/3.7 MB | 132/157 kB | 57 kB | 0.1/1.3 MB error 03-Jan-2023 03:10:50 Progress (5): 1.1/7.5 MB | 0.4/3.7 MB | 134/157 kB | 57 kB | 0.1/1.3 MB error 03-Jan-2023 03:10:50 Progress (5): 1.1/7.5 MB | 0.4/3.7 MB | 134/157 kB | 57 kB | 0.1/1.3 MB error 03-Jan-2023 03:10:50 Progress (5): 1.1/7.5 MB | 0.4/3.7 MB | 134/157 kB | 57 kB | 0.1/1.3 MB error 03-Jan-2023 03:10:50 Progress (5): 1.1/7.5 MB | 0.4/3.7 MB | 134/157 kB | 57 kB | 0.1/1.3 MB error 03-Jan-2023 03:10:50 Progress (5): 1.1/7.5 MB | 0.4/3.7 MB | 134/157 kB | 57 kB | 0.1/1.3 MB error 03-Jan-2023 03:10:50 Progress (5): 1.1/7.5 MB | 0.4/3.7 MB | 134/157 kB | 57 kB | 0.1/1.3 MB error 03-Jan-2023 03:10:50 Progress (5): 1.1/7.5 MB | 0.4/3.7 MB | 137/157 kB | 57 kB | 0.1/1.3 MB error 03-Jan-2023 03:10:50 Progress (5): 1.1/7.5 MB | 0.4/3.7 MB | 140/157 kB | 57 kB | 0.1/1.3 MB error 03-Jan-2023 03:10:50 Progress (5): 1.1/7.5 MB | 0.4/3.7 MB | 143/157 kB | 57 kB | 0.1/1.3 MB error 03-Jan-2023 03:10:50 Progress (5): 1.1/7.5 MB | 0.4/3.7 MB | 146/157 kB | 57 kB | 0.1/1.3 MB error 03-Jan-2023 03:10:50 Progress (5): 1.1/7.5 MB | 0.4/3.7 MB | 146/157 kB | 57 kB | 0.1/1.3 MB error 03-Jan-2023 03:10:50 Progress (5): 1.1/7.5 MB | 0.4/3.7 MB | 146/157 kB | 57 kB | 0.1/1.3 MB error 03-Jan-2023 03:10:50 Progress (5): 1.1/7.5 MB | 0.4/3.7 MB | 148/157 kB | 57 kB | 0.1/1.3 MB error 03-Jan-2023 03:10:50 Progress (5): 1.1/7.5 MB | 0.4/3.7 MB | 151/157 kB | 57 kB | 0.1/1.3 MB error 03-Jan-2023 03:10:50 Progress (5): 1.1/7.5 MB | 0.4/3.7 MB | 151/157 kB | 57 kB | 0.1/1.3 MB error 03-Jan-2023 03:10:50 Progress (5): 1.1/7.5 MB | 0.4/3.7 MB | 154/157 kB | 57 kB | 0.1/1.3 MB error 03-Jan-2023 03:10:50 Progress (5): 1.1/7.5 MB | 0.4/3.7 MB | 154/157 kB | 57 kB | 0.2/1.3 MB error 03-Jan-2023 03:10:50 Progress (5): 1.1/7.5 MB | 0.4/3.7 MB | 157/157 kB | 57 kB | 0.2/1.3 MB error 03-Jan-2023 03:10:50 Progress (5): 1.1/7.5 MB | 0.4/3.7 MB | 157 kB | 57 kB | 0.2/1.3 MB error 03-Jan-2023 03:10:50 Progress (5): 1.1/7.5 MB | 0.4/3.7 MB | 157 kB | 57 kB | 0.2/1.3 MB error 03-Jan-2023 03:10:50 Progress (5): 1.1/7.5 MB | 0.4/3.7 MB | 157 kB | 57 kB | 0.2/1.3 MB error 03-Jan-2023 03:10:50 Progress (5): 1.1/7.5 MB | 0.4/3.7 MB | 157 kB | 57 kB | 0.2/1.3 MB error 03-Jan-2023 03:10:50 Progress (5): 1.1/7.5 MB | 0.4/3.7 MB | 157 kB | 57 kB | 0.2/1.3 MB error 03-Jan-2023 03:10:50 Progress (5): 1.1/7.5 MB | 0.4/3.7 MB | 157 kB | 57 kB | 0.2/1.3 MB error 03-Jan-2023 03:10:50 Progress (5): 1.1/7.5 MB | 0.5/3.7 MB | 157 kB | 57 kB | 0.2/1.3 MB error 03-Jan-2023 03:10:50 error 03-Jan-2023 03:10:50 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/hibernate/hibernate-ehcache/5.6.0.Final/hibernate-ehcache-5.6.0.Final.jar (57 kB at 7.4 kB/s) error 03-Jan-2023 03:10:50 #18 86.49 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/logging/log4j/log4j-core/2.17.2/log4j-core-2.17.2.jar error 03-Jan-2023 03:10:50 #18 86.49 Progress (4): 1.1/7.5 MB | 0.5/3.7 MB | 157 kB | 0.2/1.3 MB error 03-Jan-2023 03:10:50 Progress (4): 1.2/7.5 MB | 0.5/3.7 MB | 157 kB | 0.2/1.3 MB error 03-Jan-2023 03:10:50 Progress (4): 1.2/7.5 MB | 0.5/3.7 MB | 157 kB | 0.2/1.3 MB error 03-Jan-2023 03:10:50 Progress (4): 1.2/7.5 MB | 0.5/3.7 MB | 157 kB | 0.2/1.3 MB error 03-Jan-2023 03:10:50 Progress (4): 1.2/7.5 MB | 0.5/3.7 MB | 157 kB | 0.2/1.3 MB error 03-Jan-2023 03:10:50 Progress (4): 1.2/7.5 MB | 0.5/3.7 MB | 157 kB | 0.2/1.3 MB error 03-Jan-2023 03:10:50 Progress (4): 1.2/7.5 MB | 0.5/3.7 MB | 157 kB | 0.2/1.3 MB error 03-Jan-2023 03:10:50 Progress (4): 1.2/7.5 MB | 0.5/3.7 MB | 157 kB | 0.2/1.3 MB error 03-Jan-2023 03:10:50 Progress (4): 1.2/7.5 MB | 0.5/3.7 MB | 157 kB | 0.2/1.3 MB error 03-Jan-2023 03:10:50 Progress (4): 1.2/7.5 MB | 0.5/3.7 MB | 157 kB | 0.2/1.3 MB error 03-Jan-2023 03:10:50 Progress (4): 1.2/7.5 MB | 0.5/3.7 MB | 157 kB | 0.2/1.3 MB error 03-Jan-2023 03:10:50 Progress (4): 1.2/7.5 MB | 0.5/3.7 MB | 157 kB | 0.2/1.3 MB error 03-Jan-2023 03:10:50 Progress (4): 1.2/7.5 MB | 0.5/3.7 MB | 157 kB | 0.3/1.3 MB error 03-Jan-2023 03:10:50 Progress (4): 1.3/7.5 MB | 0.5/3.7 MB | 157 kB | 0.3/1.3 MB error 03-Jan-2023 03:10:50 Progress (4): 1.3/7.5 MB | 0.5/3.7 MB | 157 kB | 0.3/1.3 MB error 03-Jan-2023 03:10:50 Progress (4): 1.3/7.5 MB | 0.5/3.7 MB | 157 kB | 0.3/1.3 MB error 03-Jan-2023 03:10:50 Progress (4): 1.3/7.5 MB | 0.6/3.7 MB | 157 kB | 0.3/1.3 MB error 03-Jan-2023 03:10:50 Progress (4): 1.3/7.5 MB | 0.6/3.7 MB | 157 kB | 0.3/1.3 MB error 03-Jan-2023 03:10:50 Progress (4): 1.3/7.5 MB | 0.6/3.7 MB | 157 kB | 0.3/1.3 MB error 03-Jan-2023 03:10:50 Progress (4): 1.3/7.5 MB | 0.6/3.7 MB | 157 kB | 0.3/1.3 MB error 03-Jan-2023 03:10:50 Progress (4): 1.3/7.5 MB | 0.6/3.7 MB | 157 kB | 0.3/1.3 MB error 03-Jan-2023 03:10:50 Progress (4): 1.3/7.5 MB | 0.6/3.7 MB | 157 kB | 0.3/1.3 MB error 03-Jan-2023 03:10:50 Progress (4): 1.3/7.5 MB | 0.6/3.7 MB | 157 kB | 0.3/1.3 MB error 03-Jan-2023 03:10:50 Progress (4): 1.3/7.5 MB | 0.6/3.7 MB | 157 kB | 0.3/1.3 MB error 03-Jan-2023 03:10:50 Progress (4): 1.3/7.5 MB | 0.6/3.7 MB | 157 kB | 0.3/1.3 MB error 03-Jan-2023 03:10:50 Progress (4): 1.3/7.5 MB | 0.6/3.7 MB | 157 kB | 0.3/1.3 MB error 03-Jan-2023 03:10:50 Progress (4): 1.4/7.5 MB | 0.6/3.7 MB | 157 kB | 0.3/1.3 MB error 03-Jan-2023 03:10:50 Progress (4): 1.4/7.5 MB | 0.6/3.7 MB | 157 kB | 0.3/1.3 MB error 03-Jan-2023 03:10:50 Progress (4): 1.4/7.5 MB | 0.7/3.7 MB | 157 kB | 0.3/1.3 MB error 03-Jan-2023 03:10:50 Progress (4): 1.4/7.5 MB | 0.7/3.7 MB | 157 kB | 0.3/1.3 MB error 03-Jan-2023 03:10:50 Progress (4): 1.4/7.5 MB | 0.7/3.7 MB | 157 kB | 0.3/1.3 MB error 03-Jan-2023 03:10:50 Progress (4): 1.4/7.5 MB | 0.7/3.7 MB | 157 kB | 0.3/1.3 MB error 03-Jan-2023 03:10:50 Progress (4): 1.4/7.5 MB | 0.7/3.7 MB | 157 kB | 0.4/1.3 MB error 03-Jan-2023 03:10:50 Progress (4): 1.4/7.5 MB | 0.7/3.7 MB | 157 kB | 0.4/1.3 MB error 03-Jan-2023 03:10:50 Progress (4): 1.4/7.5 MB | 0.7/3.7 MB | 157 kB | 0.4/1.3 MB error 03-Jan-2023 03:10:50 Progress (4): 1.4/7.5 MB | 0.7/3.7 MB | 157 kB | 0.4/1.3 MB error 03-Jan-2023 03:10:50 Progress (4): 1.4/7.5 MB | 0.7/3.7 MB | 157 kB | 0.4/1.3 MB error 03-Jan-2023 03:10:50 Progress (4): 1.4/7.5 MB | 0.7/3.7 MB | 157 kB | 0.4/1.3 MB error 03-Jan-2023 03:10:50 Progress (4): 1.4/7.5 MB | 0.7/3.7 MB | 157 kB | 0.4/1.3 MB error 03-Jan-2023 03:10:50 Progress (4): 1.4/7.5 MB | 0.7/3.7 MB | 157 kB | 0.4/1.3 MB error 03-Jan-2023 03:10:50 Progress (4): 1.4/7.5 MB | 0.7/3.7 MB | 157 kB | 0.4/1.3 MB error 03-Jan-2023 03:10:50 Progress (4): 1.4/7.5 MB | 0.8/3.7 MB | 157 kB | 0.4/1.3 MB error 03-Jan-2023 03:10:50 Progress (4): 1.5/7.5 MB | 0.8/3.7 MB | 157 kB | 0.4/1.3 MB error 03-Jan-2023 03:10:50 Progress (4): 1.5/7.5 MB | 0.8/3.7 MB | 157 kB | 0.4/1.3 MB error 03-Jan-2023 03:10:50 Progress (4): 1.5/7.5 MB | 0.8/3.7 MB | 157 kB | 0.4/1.3 MB error 03-Jan-2023 03:10:50 Progress (4): 1.5/7.5 MB | 0.8/3.7 MB | 157 kB | 0.4/1.3 MB error 03-Jan-2023 03:10:50 Progress (4): 1.5/7.5 MB | 0.8/3.7 MB | 157 kB | 0.4/1.3 MB error 03-Jan-2023 03:10:50 Progress (4): 1.5/7.5 MB | 0.8/3.7 MB | 157 kB | 0.4/1.3 MB error 03-Jan-2023 03:10:50 Progress (4): 1.5/7.5 MB | 0.8/3.7 MB | 157 kB | 0.4/1.3 MB error 03-Jan-2023 03:10:50 Progress (4): 1.5/7.5 MB | 0.8/3.7 MB | 157 kB | 0.4/1.3 MB error 03-Jan-2023 03:10:50 Progress (4): 1.5/7.5 MB | 0.8/3.7 MB | 157 kB | 0.4/1.3 MB error 03-Jan-2023 03:10:50 Progress (4): 1.5/7.5 MB | 0.8/3.7 MB | 157 kB | 0.4/1.3 MB error 03-Jan-2023 03:10:50 Progress (4): 1.5/7.5 MB | 0.8/3.7 MB | 157 kB | 0.5/1.3 MB error 03-Jan-2023 03:10:50 Progress (4): 1.5/7.5 MB | 0.8/3.7 MB | 157 kB | 0.5/1.3 MB error 03-Jan-2023 03:10:50 Progress (4): 1.5/7.5 MB | 0.8/3.7 MB | 157 kB | 0.5/1.3 MB error 03-Jan-2023 03:10:50 Progress (4): 1.5/7.5 MB | 0.8/3.7 MB | 157 kB | 0.5/1.3 MB error 03-Jan-2023 03:10:50 error 03-Jan-2023 03:10:50 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/hibernate/hibernate-search-orm/5.11.9.Final/hibernate-search-orm-5.11.9.Final.jar (157 kB at 20 kB/s) error 03-Jan-2023 03:10:50 #18 86.69 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/logging/log4j/log4j-api/2.17.2/log4j-api-2.17.2.jar error 03-Jan-2023 03:10:50 #18 86.70 Progress (3): 1.6/7.5 MB | 0.8/3.7 MB | 0.5/1.3 MB error 03-Jan-2023 03:10:50 Progress (3): 1.6/7.5 MB | 0.8/3.7 MB | 0.5/1.3 MB error 03-Jan-2023 03:10:50 Progress (3): 1.6/7.5 MB | 0.8/3.7 MB | 0.5/1.3 MB error 03-Jan-2023 03:10:50 Progress (3): 1.6/7.5 MB | 0.8/3.7 MB | 0.5/1.3 MB error 03-Jan-2023 03:10:50 Progress (3): 1.6/7.5 MB | 0.8/3.7 MB | 0.5/1.3 MB error 03-Jan-2023 03:10:50 Progress (3): 1.6/7.5 MB | 0.8/3.7 MB | 0.5/1.3 MB error 03-Jan-2023 03:10:50 Progress (3): 1.6/7.5 MB | 0.9/3.7 MB | 0.5/1.3 MB error 03-Jan-2023 03:10:50 Progress (3): 1.6/7.5 MB | 0.9/3.7 MB | 0.5/1.3 MB error 03-Jan-2023 03:10:50 Progress (3): 1.6/7.5 MB | 0.9/3.7 MB | 0.5/1.3 MB error 03-Jan-2023 03:10:50 Progress (3): 1.7/7.5 MB | 0.9/3.7 MB | 0.5/1.3 MB error 03-Jan-2023 03:10:50 Progress (3): 1.7/7.5 MB | 0.9/3.7 MB | 0.5/1.3 MB error 03-Jan-2023 03:10:50 Progress (3): 1.7/7.5 MB | 0.9/3.7 MB | 0.5/1.3 MB error 03-Jan-2023 03:10:50 Progress (3): 1.7/7.5 MB | 0.9/3.7 MB | 0.5/1.3 MB error 03-Jan-2023 03:10:50 Progress (3): 1.7/7.5 MB | 0.9/3.7 MB | 0.5/1.3 MB error 03-Jan-2023 03:10:50 Progress (3): 1.7/7.5 MB | 0.9/3.7 MB | 0.6/1.3 MB error 03-Jan-2023 03:10:50 Progress (3): 1.7/7.5 MB | 0.9/3.7 MB | 0.6/1.3 MB error 03-Jan-2023 03:10:50 Progress (3): 1.7/7.5 MB | 0.9/3.7 MB | 0.6/1.3 MB error 03-Jan-2023 03:10:50 Progress (3): 1.7/7.5 MB | 0.9/3.7 MB | 0.6/1.3 MB error 03-Jan-2023 03:10:50 Progress (3): 1.7/7.5 MB | 0.9/3.7 MB | 0.6/1.3 MB error 03-Jan-2023 03:10:50 Progress (3): 1.7/7.5 MB | 0.9/3.7 MB | 0.6/1.3 MB error 03-Jan-2023 03:10:50 Progress (3): 1.7/7.5 MB | 0.9/3.7 MB | 0.6/1.3 MB error 03-Jan-2023 03:10:50 Progress (3): 1.7/7.5 MB | 0.9/3.7 MB | 0.6/1.3 MB error 03-Jan-2023 03:10:50 Progress (3): 1.7/7.5 MB | 0.9/3.7 MB | 0.6/1.3 MB error 03-Jan-2023 03:10:50 Progress (3): 1.7/7.5 MB | 0.9/3.7 MB | 0.6/1.3 MB error 03-Jan-2023 03:10:50 Progress (3): 1.8/7.5 MB | 0.9/3.7 MB | 0.6/1.3 MB error 03-Jan-2023 03:10:50 Progress (3): 1.8/7.5 MB | 1.0/3.7 MB | 0.6/1.3 MB error 03-Jan-2023 03:10:50 Progress (3): 1.8/7.5 MB | 1.0/3.7 MB | 0.6/1.3 MB error 03-Jan-2023 03:10:50 Progress (3): 1.8/7.5 MB | 1.0/3.7 MB | 0.6/1.3 MB error 03-Jan-2023 03:10:50 Progress (3): 1.8/7.5 MB | 1.0/3.7 MB | 0.6/1.3 MB error 03-Jan-2023 03:10:50 Progress (3): 1.8/7.5 MB | 1.0/3.7 MB | 0.6/1.3 MB error 03-Jan-2023 03:10:50 Progress (3): 1.8/7.5 MB | 1.0/3.7 MB | 0.6/1.3 MB error 03-Jan-2023 03:10:50 Progress (3): 1.8/7.5 MB | 1.0/3.7 MB | 0.6/1.3 MB error 03-Jan-2023 03:10:50 Progress (3): 1.8/7.5 MB | 1.0/3.7 MB | 0.7/1.3 MB error 03-Jan-2023 03:10:50 Progress (3): 1.8/7.5 MB | 1.0/3.7 MB | 0.7/1.3 MB error 03-Jan-2023 03:10:50 Progress (3): 1.8/7.5 MB | 1.0/3.7 MB | 0.7/1.3 MB error 03-Jan-2023 03:10:50 Progress (3): 1.8/7.5 MB | 1.0/3.7 MB | 0.7/1.3 MB error 03-Jan-2023 03:10:50 Progress (3): 1.8/7.5 MB | 1.0/3.7 MB | 0.7/1.3 MB error 03-Jan-2023 03:10:50 Progress (3): 1.8/7.5 MB | 1.0/3.7 MB | 0.7/1.3 MB error 03-Jan-2023 03:10:50 Progress (3): 1.8/7.5 MB | 1.0/3.7 MB | 0.7/1.3 MB error 03-Jan-2023 03:10:50 Progress (3): 1.8/7.5 MB | 1.0/3.7 MB | 0.7/1.3 MB error 03-Jan-2023 03:10:50 Progress (3): 1.8/7.5 MB | 1.0/3.7 MB | 0.7/1.3 MB error 03-Jan-2023 03:10:50 Progress (3): 1.8/7.5 MB | 1.0/3.7 MB | 0.7/1.3 MB error 03-Jan-2023 03:10:50 Progress (3): 1.8/7.5 MB | 1.0/3.7 MB | 0.7/1.3 MB error 03-Jan-2023 03:10:50 Progress (3): 1.8/7.5 MB | 1.0/3.7 MB | 0.7/1.3 MB error 03-Jan-2023 03:10:50 Progress (3): 1.8/7.5 MB | 1.0/3.7 MB | 0.7/1.3 MB error 03-Jan-2023 03:10:50 Progress (3): 1.8/7.5 MB | 1.0/3.7 MB | 0.7/1.3 MB error 03-Jan-2023 03:10:50 Progress (3): 1.8/7.5 MB | 1.1/3.7 MB | 0.7/1.3 MB error 03-Jan-2023 03:10:50 Progress (3): 1.9/7.5 MB | 1.1/3.7 MB | 0.7/1.3 MB error 03-Jan-2023 03:10:50 Progress (3): 1.9/7.5 MB | 1.1/3.7 MB | 0.8/1.3 MB error 03-Jan-2023 03:10:50 Progress (3): 1.9/7.5 MB | 1.1/3.7 MB | 0.8/1.3 MB error 03-Jan-2023 03:10:50 Progress (3): 1.9/7.5 MB | 1.1/3.7 MB | 0.8/1.3 MB error 03-Jan-2023 03:10:50 Progress (3): 1.9/7.5 MB | 1.1/3.7 MB | 0.8/1.3 MB error 03-Jan-2023 03:10:50 Progress (3): 1.9/7.5 MB | 1.1/3.7 MB | 0.8/1.3 MB error 03-Jan-2023 03:10:50 Progress (3): 1.9/7.5 MB | 1.1/3.7 MB | 0.8/1.3 MB error 03-Jan-2023 03:10:50 Progress (3): 1.9/7.5 MB | 1.1/3.7 MB | 0.8/1.3 MB error 03-Jan-2023 03:10:50 Progress (3): 1.9/7.5 MB | 1.1/3.7 MB | 0.8/1.3 MB error 03-Jan-2023 03:10:50 Progress (3): 1.9/7.5 MB | 1.1/3.7 MB | 0.8/1.3 MB error 03-Jan-2023 03:10:50 Progress (3): 1.9/7.5 MB | 1.1/3.7 MB | 0.8/1.3 MB error 03-Jan-2023 03:10:50 Progress (3): 1.9/7.5 MB | 1.1/3.7 MB | 0.8/1.3 MB error 03-Jan-2023 03:10:50 Progress (3): 1.9/7.5 MB | 1.1/3.7 MB | 0.8/1.3 MB error 03-Jan-2023 03:10:50 Progress (3): 1.9/7.5 MB | 1.1/3.7 MB | 0.8/1.3 MB error 03-Jan-2023 03:10:50 Progress (3): 1.9/7.5 MB | 1.1/3.7 MB | 0.8/1.3 MB error 03-Jan-2023 03:10:50 Progress (3): 1.9/7.5 MB | 1.1/3.7 MB | 0.8/1.3 MB error 03-Jan-2023 03:10:50 Progress (3): 1.9/7.5 MB | 1.1/3.7 MB | 0.9/1.3 MB error 03-Jan-2023 03:10:50 Progress (3): 1.9/7.5 MB | 1.1/3.7 MB | 0.9/1.3 MB error 03-Jan-2023 03:10:50 Progress (3): 1.9/7.5 MB | 1.1/3.7 MB | 0.9/1.3 MB error 03-Jan-2023 03:10:50 Progress (3): 1.9/7.5 MB | 1.1/3.7 MB | 0.9/1.3 MB error 03-Jan-2023 03:10:50 Progress (3): 1.9/7.5 MB | 1.1/3.7 MB | 0.9/1.3 MB error 03-Jan-2023 03:10:50 Progress (3): 1.9/7.5 MB | 1.1/3.7 MB | 0.9/1.3 MB error 03-Jan-2023 03:10:50 Progress (3): 2.0/7.5 MB | 1.1/3.7 MB | 0.9/1.3 MB error 03-Jan-2023 03:10:50 Progress (3): 2.0/7.5 MB | 1.1/3.7 MB | 0.9/1.3 MB error 03-Jan-2023 03:10:50 Progress (3): 2.0/7.5 MB | 1.2/3.7 MB | 0.9/1.3 MB error 03-Jan-2023 03:10:50 Progress (3): 2.0/7.5 MB | 1.2/3.7 MB | 0.9/1.3 MB error 03-Jan-2023 03:10:50 Progress (3): 2.0/7.5 MB | 1.2/3.7 MB | 0.9/1.3 MB error 03-Jan-2023 03:10:50 Progress (3): 2.0/7.5 MB | 1.2/3.7 MB | 0.9/1.3 MB error 03-Jan-2023 03:10:50 Progress (3): 2.0/7.5 MB | 1.2/3.7 MB | 0.9/1.3 MB error 03-Jan-2023 03:10:50 Progress (3): 2.0/7.5 MB | 1.2/3.7 MB | 0.9/1.3 MB error 03-Jan-2023 03:10:50 Progress (3): 2.0/7.5 MB | 1.2/3.7 MB | 0.9/1.3 MB error 03-Jan-2023 03:10:50 Progress (3): 2.0/7.5 MB | 1.2/3.7 MB | 0.9/1.3 MB error 03-Jan-2023 03:10:50 Progress (3): 2.0/7.5 MB | 1.2/3.7 MB | 0.9/1.3 MB error 03-Jan-2023 03:10:50 Progress (3): 2.0/7.5 MB | 1.2/3.7 MB | 0.9/1.3 MB error 03-Jan-2023 03:10:50 Progress (3): 2.0/7.5 MB | 1.2/3.7 MB | 0.9/1.3 MB error 03-Jan-2023 03:10:50 Progress (3): 2.0/7.5 MB | 1.2/3.7 MB | 1.0/1.3 MB error 03-Jan-2023 03:10:50 Progress (3): 2.1/7.5 MB | 1.2/3.7 MB | 1.0/1.3 MB error 03-Jan-2023 03:10:50 Progress (3): 2.1/7.5 MB | 1.3/3.7 MB | 1.0/1.3 MB error 03-Jan-2023 03:10:50 Progress (3): 2.1/7.5 MB | 1.3/3.7 MB | 1.0/1.3 MB error 03-Jan-2023 03:10:50 Progress (3): 2.1/7.5 MB | 1.3/3.7 MB | 1.0/1.3 MB error 03-Jan-2023 03:10:50 Progress (3): 2.1/7.5 MB | 1.3/3.7 MB | 1.0/1.3 MB error 03-Jan-2023 03:10:50 Progress (3): 2.1/7.5 MB | 1.3/3.7 MB | 1.0/1.3 MB error 03-Jan-2023 03:10:50 Progress (4): 2.1/7.5 MB | 1.3/3.7 MB | 1.0/1.3 MB | 0/1.8 MB error 03-Jan-2023 03:10:50 Progress (4): 2.1/7.5 MB | 1.3/3.7 MB | 1.0/1.3 MB | 0/1.8 MB error 03-Jan-2023 03:10:50 Progress (4): 2.1/7.5 MB | 1.3/3.7 MB | 1.0/1.3 MB | 0/1.8 MB error 03-Jan-2023 03:10:50 Progress (4): 2.1/7.5 MB | 1.3/3.7 MB | 1.0/1.3 MB | 0/1.8 MB error 03-Jan-2023 03:10:50 Progress (4): 2.1/7.5 MB | 1.3/3.7 MB | 1.0/1.3 MB | 0/1.8 MB error 03-Jan-2023 03:10:50 Progress (4): 2.1/7.5 MB | 1.3/3.7 MB | 1.0/1.3 MB | 0/1.8 MB error 03-Jan-2023 03:10:50 Progress (4): 2.1/7.5 MB | 1.3/3.7 MB | 1.0/1.3 MB | 0/1.8 MB error 03-Jan-2023 03:10:50 Progress (4): 2.1/7.5 MB | 1.3/3.7 MB | 1.0/1.3 MB | 0/1.8 MB error 03-Jan-2023 03:10:50 Progress (4): 2.1/7.5 MB | 1.3/3.7 MB | 1.0/1.3 MB | 0/1.8 MB error 03-Jan-2023 03:10:50 Progress (4): 2.1/7.5 MB | 1.3/3.7 MB | 1.0/1.3 MB | 0/1.8 MB error 03-Jan-2023 03:10:50 Progress (4): 2.2/7.5 MB | 1.3/3.7 MB | 1.0/1.3 MB | 0/1.8 MB error 03-Jan-2023 03:10:50 Progress (4): 2.2/7.5 MB | 1.3/3.7 MB | 1.0/1.3 MB | 0/1.8 MB error 03-Jan-2023 03:10:50 Progress (4): 2.2/7.5 MB | 1.3/3.7 MB | 1.0/1.3 MB | 0/1.8 MB error 03-Jan-2023 03:10:50 Progress (4): 2.2/7.5 MB | 1.3/3.7 MB | 1.0/1.3 MB | 0/1.8 MB error 03-Jan-2023 03:10:50 Progress (4): 2.2/7.5 MB | 1.3/3.7 MB | 1.0/1.3 MB | 0/1.8 MB error 03-Jan-2023 03:10:50 Progress (4): 2.2/7.5 MB | 1.3/3.7 MB | 1.0/1.3 MB | 0.1/1.8 MB error 03-Jan-2023 03:10:50 Progress (4): 2.2/7.5 MB | 1.4/3.7 MB | 1.0/1.3 MB | 0.1/1.8 MB error 03-Jan-2023 03:10:50 Progress (4): 2.2/7.5 MB | 1.4/3.7 MB | 1.0/1.3 MB | 0.1/1.8 MB error 03-Jan-2023 03:10:50 Progress (4): 2.2/7.5 MB | 1.4/3.7 MB | 1.0/1.3 MB | 0.1/1.8 MB error 03-Jan-2023 03:10:50 Progress (4): 2.2/7.5 MB | 1.4/3.7 MB | 1.1/1.3 MB | 0.1/1.8 MB error 03-Jan-2023 03:10:50 Progress (4): 2.2/7.5 MB | 1.4/3.7 MB | 1.1/1.3 MB | 0.1/1.8 MB error 03-Jan-2023 03:10:50 Progress (4): 2.2/7.5 MB | 1.4/3.7 MB | 1.1/1.3 MB | 0.1/1.8 MB error 03-Jan-2023 03:10:50 Progress (4): 2.2/7.5 MB | 1.4/3.7 MB | 1.1/1.3 MB | 0.1/1.8 MB error 03-Jan-2023 03:10:50 Progress (4): 2.2/7.5 MB | 1.4/3.7 MB | 1.1/1.3 MB | 0.1/1.8 MB error 03-Jan-2023 03:10:50 Progress (4): 2.2/7.5 MB | 1.4/3.7 MB | 1.1/1.3 MB | 0.1/1.8 MB error 03-Jan-2023 03:10:50 Progress (4): 2.2/7.5 MB | 1.4/3.7 MB | 1.1/1.3 MB | 0.1/1.8 MB error 03-Jan-2023 03:10:50 Progress (4): 2.2/7.5 MB | 1.4/3.7 MB | 1.1/1.3 MB | 0.1/1.8 MB error 03-Jan-2023 03:10:50 Progress (4): 2.2/7.5 MB | 1.4/3.7 MB | 1.1/1.3 MB | 0.1/1.8 MB error 03-Jan-2023 03:10:50 Progress (4): 2.2/7.5 MB | 1.4/3.7 MB | 1.1/1.3 MB | 0.1/1.8 MB error 03-Jan-2023 03:10:50 Progress (4): 2.2/7.5 MB | 1.4/3.7 MB | 1.1/1.3 MB | 0.1/1.8 MB error 03-Jan-2023 03:10:50 Progress (4): 2.3/7.5 MB | 1.4/3.7 MB | 1.1/1.3 MB | 0.1/1.8 MB error 03-Jan-2023 03:10:50 Progress (4): 2.3/7.5 MB | 1.4/3.7 MB | 1.1/1.3 MB | 0.1/1.8 MB error 03-Jan-2023 03:10:50 Progress (4): 2.3/7.5 MB | 1.4/3.7 MB | 1.1/1.3 MB | 0.1/1.8 MB error 03-Jan-2023 03:10:50 Progress (4): 2.3/7.5 MB | 1.4/3.7 MB | 1.1/1.3 MB | 0.1/1.8 MB error 03-Jan-2023 03:10:50 Progress (4): 2.3/7.5 MB | 1.4/3.7 MB | 1.1/1.3 MB | 0.1/1.8 MB error 03-Jan-2023 03:10:50 Progress (4): 2.3/7.5 MB | 1.4/3.7 MB | 1.1/1.3 MB | 0.1/1.8 MB error 03-Jan-2023 03:10:50 Progress (4): 2.3/7.5 MB | 1.5/3.7 MB | 1.1/1.3 MB | 0.1/1.8 MB error 03-Jan-2023 03:10:50 Progress (4): 2.3/7.5 MB | 1.5/3.7 MB | 1.1/1.3 MB | 0.1/1.8 MB error 03-Jan-2023 03:10:50 Progress (4): 2.3/7.5 MB | 1.5/3.7 MB | 1.1/1.3 MB | 0.1/1.8 MB error 03-Jan-2023 03:10:50 Progress (4): 2.3/7.5 MB | 1.5/3.7 MB | 1.1/1.3 MB | 0.1/1.8 MB error 03-Jan-2023 03:10:50 Progress (4): 2.3/7.5 MB | 1.5/3.7 MB | 1.1/1.3 MB | 0.1/1.8 MB error 03-Jan-2023 03:10:50 Progress (4): 2.3/7.5 MB | 1.5/3.7 MB | 1.1/1.3 MB | 0.1/1.8 MB error 03-Jan-2023 03:10:50 Progress (4): 2.3/7.5 MB | 1.5/3.7 MB | 1.1/1.3 MB | 0.1/1.8 MB error 03-Jan-2023 03:10:50 Progress (4): 2.3/7.5 MB | 1.5/3.7 MB | 1.1/1.3 MB | 0.1/1.8 MB error 03-Jan-2023 03:10:50 Progress (4): 2.3/7.5 MB | 1.5/3.7 MB | 1.1/1.3 MB | 0.1/1.8 MB error 03-Jan-2023 03:10:50 Progress (4): 2.3/7.5 MB | 1.5/3.7 MB | 1.1/1.3 MB | 0.1/1.8 MB error 03-Jan-2023 03:10:50 Progress (4): 2.3/7.5 MB | 1.5/3.7 MB | 1.1/1.3 MB | 0.1/1.8 MB error 03-Jan-2023 03:10:50 Progress (4): 2.3/7.5 MB | 1.5/3.7 MB | 1.1/1.3 MB | 0.1/1.8 MB error 03-Jan-2023 03:10:50 Progress (4): 2.3/7.5 MB | 1.5/3.7 MB | 1.1/1.3 MB | 0.1/1.8 MB error 03-Jan-2023 03:10:50 Progress (4): 2.3/7.5 MB | 1.6/3.7 MB | 1.1/1.3 MB | 0.1/1.8 MB error 03-Jan-2023 03:10:50 Progress (4): 2.3/7.5 MB | 1.6/3.7 MB | 1.1/1.3 MB | 0.1/1.8 MB error 03-Jan-2023 03:10:50 Progress (4): 2.3/7.5 MB | 1.6/3.7 MB | 1.2/1.3 MB | 0.1/1.8 MB error 03-Jan-2023 03:10:50 Progress (4): 2.3/7.5 MB | 1.6/3.7 MB | 1.2/1.3 MB | 0.1/1.8 MB error 03-Jan-2023 03:10:50 Progress (4): 2.3/7.5 MB | 1.6/3.7 MB | 1.2/1.3 MB | 0.1/1.8 MB error 03-Jan-2023 03:10:50 Progress (4): 2.4/7.5 MB | 1.6/3.7 MB | 1.2/1.3 MB | 0.1/1.8 MB error 03-Jan-2023 03:10:50 Progress (4): 2.4/7.5 MB | 1.6/3.7 MB | 1.2/1.3 MB | 0.2/1.8 MB error 03-Jan-2023 03:10:50 Progress (4): 2.4/7.5 MB | 1.6/3.7 MB | 1.2/1.3 MB | 0.2/1.8 MB error 03-Jan-2023 03:10:50 Progress (4): 2.4/7.5 MB | 1.6/3.7 MB | 1.2/1.3 MB | 0.2/1.8 MB error 03-Jan-2023 03:10:50 Progress (4): 2.4/7.5 MB | 1.6/3.7 MB | 1.2/1.3 MB | 0.2/1.8 MB error 03-Jan-2023 03:10:50 Progress (4): 2.4/7.5 MB | 1.6/3.7 MB | 1.2/1.3 MB | 0.2/1.8 MB error 03-Jan-2023 03:10:50 Progress (4): 2.4/7.5 MB | 1.6/3.7 MB | 1.2/1.3 MB | 0.2/1.8 MB error 03-Jan-2023 03:10:50 Progress (4): 2.4/7.5 MB | 1.6/3.7 MB | 1.2/1.3 MB | 0.2/1.8 MB error 03-Jan-2023 03:10:50 Progress (4): 2.4/7.5 MB | 1.6/3.7 MB | 1.2/1.3 MB | 0.2/1.8 MB error 03-Jan-2023 03:10:50 Progress (4): 2.4/7.5 MB | 1.6/3.7 MB | 1.2/1.3 MB | 0.2/1.8 MB error 03-Jan-2023 03:10:50 Progress (4): 2.4/7.5 MB | 1.6/3.7 MB | 1.2/1.3 MB | 0.2/1.8 MB error 03-Jan-2023 03:10:50 Progress (4): 2.4/7.5 MB | 1.6/3.7 MB | 1.2/1.3 MB | 0.2/1.8 MB error 03-Jan-2023 03:10:50 Progress (4): 2.4/7.5 MB | 1.6/3.7 MB | 1.2/1.3 MB | 0.2/1.8 MB error 03-Jan-2023 03:10:50 Progress (4): 2.4/7.5 MB | 1.6/3.7 MB | 1.2/1.3 MB | 0.2/1.8 MB error 03-Jan-2023 03:10:50 Progress (4): 2.4/7.5 MB | 1.6/3.7 MB | 1.2/1.3 MB | 0.2/1.8 MB error 03-Jan-2023 03:10:50 Progress (4): 2.4/7.5 MB | 1.6/3.7 MB | 1.2/1.3 MB | 0.2/1.8 MB error 03-Jan-2023 03:10:50 Progress (4): 2.4/7.5 MB | 1.6/3.7 MB | 1.2/1.3 MB | 0.2/1.8 MB error 03-Jan-2023 03:10:50 Progress (4): 2.5/7.5 MB | 1.6/3.7 MB | 1.2/1.3 MB | 0.2/1.8 MB error 03-Jan-2023 03:10:50 Progress (4): 2.5/7.5 MB | 1.6/3.7 MB | 1.2/1.3 MB | 0.2/1.8 MB error 03-Jan-2023 03:10:50 Progress (4): 2.5/7.5 MB | 1.6/3.7 MB | 1.2/1.3 MB | 0.2/1.8 MB error 03-Jan-2023 03:10:50 Progress (4): 2.5/7.5 MB | 1.6/3.7 MB | 1.2/1.3 MB | 0.2/1.8 MB error 03-Jan-2023 03:10:50 Progress (4): 2.5/7.5 MB | 1.6/3.7 MB | 1.2/1.3 MB | 0.2/1.8 MB error 03-Jan-2023 03:10:50 Progress (4): 2.5/7.5 MB | 1.6/3.7 MB | 1.2/1.3 MB | 0.2/1.8 MB error 03-Jan-2023 03:10:50 Progress (4): 2.5/7.5 MB | 1.6/3.7 MB | 1.2/1.3 MB | 0.2/1.8 MB error 03-Jan-2023 03:10:50 Progress (4): 2.5/7.5 MB | 1.7/3.7 MB | 1.2/1.3 MB | 0.2/1.8 MB error 03-Jan-2023 03:10:50 Progress (4): 2.5/7.5 MB | 1.7/3.7 MB | 1.2/1.3 MB | 0.2/1.8 MB error 03-Jan-2023 03:10:50 Progress (4): 2.5/7.5 MB | 1.7/3.7 MB | 1.2/1.3 MB | 0.2/1.8 MB error 03-Jan-2023 03:10:50 Progress (4): 2.5/7.5 MB | 1.7/3.7 MB | 1.2/1.3 MB | 0.2/1.8 MB error 03-Jan-2023 03:10:50 Progress (4): 2.5/7.5 MB | 1.7/3.7 MB | 1.3/1.3 MB | 0.2/1.8 MB error 03-Jan-2023 03:10:50 Progress (4): 2.5/7.5 MB | 1.7/3.7 MB | 1.3/1.3 MB | 0.2/1.8 MB error 03-Jan-2023 03:10:50 Progress (4): 2.5/7.5 MB | 1.7/3.7 MB | 1.3/1.3 MB | 0.2/1.8 MB error 03-Jan-2023 03:10:50 Progress (4): 2.5/7.5 MB | 1.7/3.7 MB | 1.3/1.3 MB | 0.3/1.8 MB error 03-Jan-2023 03:10:50 Progress (4): 2.5/7.5 MB | 1.7/3.7 MB | 1.3/1.3 MB | 0.3/1.8 MB error 03-Jan-2023 03:10:50 Progress (5): 2.5/7.5 MB | 1.7/3.7 MB | 1.3/1.3 MB | 0.3/1.8 MB | 4.1/303 kB error 03-Jan-2023 03:10:50 Progress (5): 2.5/7.5 MB | 1.7/3.7 MB | 1.3/1.3 MB | 0.3/1.8 MB | 4.1/303 kB error 03-Jan-2023 03:10:50 Progress (5): 2.5/7.5 MB | 1.7/3.7 MB | 1.3/1.3 MB | 0.3/1.8 MB | 4.1/303 kB error 03-Jan-2023 03:10:50 Progress (5): 2.5/7.5 MB | 1.7/3.7 MB | 1.3/1.3 MB | 0.3/1.8 MB | 4.1/303 kB error 03-Jan-2023 03:10:50 Progress (5): 2.5/7.5 MB | 1.7/3.7 MB | 1.3/1.3 MB | 0.3/1.8 MB | 4.1/303 kB error 03-Jan-2023 03:10:50 Progress (5): 2.5/7.5 MB | 1.7/3.7 MB | 1.3/1.3 MB | 0.3/1.8 MB | 4.1/303 kB error 03-Jan-2023 03:10:50 Progress (5): 2.5/7.5 MB | 1.7/3.7 MB | 1.3/1.3 MB | 0.3/1.8 MB | 8.2/303 kB error 03-Jan-2023 03:10:50 Progress (5): 2.5/7.5 MB | 1.7/3.7 MB | 1.3/1.3 MB | 0.3/1.8 MB | 12/303 kB error 03-Jan-2023 03:10:50 Progress (5): 2.5/7.5 MB | 1.7/3.7 MB | 1.3/1.3 MB | 0.3/1.8 MB | 16/303 kB error 03-Jan-2023 03:10:50 Progress (5): 2.5/7.5 MB | 1.7/3.7 MB | 1.3/1.3 MB | 0.3/1.8 MB | 16/303 kB error 03-Jan-2023 03:10:50 Progress (5): 2.5/7.5 MB | 1.7/3.7 MB | 1.3/1.3 MB | 0.3/1.8 MB | 16/303 kB error 03-Jan-2023 03:10:50 Progress (5): 2.5/7.5 MB | 1.7/3.7 MB | 1.3/1.3 MB | 0.3/1.8 MB | 16/303 kB error 03-Jan-2023 03:10:50 Progress (5): 2.5/7.5 MB | 1.7/3.7 MB | 1.3/1.3 MB | 0.3/1.8 MB | 20/303 kB error 03-Jan-2023 03:10:50 Progress (5): 2.5/7.5 MB | 1.7/3.7 MB | 1.3/1.3 MB | 0.3/1.8 MB | 24/303 kB error 03-Jan-2023 03:10:50 Progress (5): 2.5/7.5 MB | 1.7/3.7 MB | 1.3/1.3 MB | 0.3/1.8 MB | 28/303 kB error 03-Jan-2023 03:10:50 Progress (5): 2.5/7.5 MB | 1.7/3.7 MB | 1.3/1.3 MB | 0.3/1.8 MB | 32/303 kB error 03-Jan-2023 03:10:50 Progress (5): 2.5/7.5 MB | 1.7/3.7 MB | 1.3/1.3 MB | 0.3/1.8 MB | 32/303 kB error 03-Jan-2023 03:10:50 Progress (5): 2.5/7.5 MB | 1.8/3.7 MB | 1.3/1.3 MB | 0.3/1.8 MB | 32/303 kB error 03-Jan-2023 03:10:50 Progress (5): 2.5/7.5 MB | 1.8/3.7 MB | 1.3/1.3 MB | 0.3/1.8 MB | 32/303 kB error 03-Jan-2023 03:10:50 Progress (5): 2.5/7.5 MB | 1.8/3.7 MB | 1.3/1.3 MB | 0.3/1.8 MB | 32/303 kB error 03-Jan-2023 03:10:50 Progress (5): 2.6/7.5 MB | 1.8/3.7 MB | 1.3/1.3 MB | 0.3/1.8 MB | 32/303 kB error 03-Jan-2023 03:10:50 Progress (5): 2.6/7.5 MB | 1.8/3.7 MB | 1.3/1.3 MB | 0.3/1.8 MB | 32/303 kB error 03-Jan-2023 03:10:50 Progress (5): 2.6/7.5 MB | 1.8/3.7 MB | 1.3/1.3 MB | 0.3/1.8 MB | 32/303 kB error 03-Jan-2023 03:10:50 Progress (5): 2.6/7.5 MB | 1.8/3.7 MB | 1.3/1.3 MB | 0.3/1.8 MB | 32/303 kB error 03-Jan-2023 03:10:50 Progress (5): 2.6/7.5 MB | 1.8/3.7 MB | 1.3 MB | 0.3/1.8 MB | 32/303 kB error 03-Jan-2023 03:10:50 Progress (5): 2.6/7.5 MB | 1.8/3.7 MB | 1.3 MB | 0.3/1.8 MB | 32/303 kB error 03-Jan-2023 03:10:50 Progress (5): 2.6/7.5 MB | 1.8/3.7 MB | 1.3 MB | 0.3/1.8 MB | 36/303 kB error 03-Jan-2023 03:10:50 Progress (5): 2.6/7.5 MB | 1.8/3.7 MB | 1.3 MB | 0.3/1.8 MB | 36/303 kB error 03-Jan-2023 03:10:50 Progress (5): 2.6/7.5 MB | 1.8/3.7 MB | 1.3 MB | 0.3/1.8 MB | 36/303 kB error 03-Jan-2023 03:10:50 Progress (5): 2.6/7.5 MB | 1.8/3.7 MB | 1.3 MB | 0.3/1.8 MB | 40/303 kB error 03-Jan-2023 03:10:50 Progress (5): 2.6/7.5 MB | 1.8/3.7 MB | 1.3 MB | 0.3/1.8 MB | 44/303 kB error 03-Jan-2023 03:10:50 Progress (5): 2.6/7.5 MB | 1.8/3.7 MB | 1.3 MB | 0.3/1.8 MB | 44/303 kB error 03-Jan-2023 03:10:50 Progress (5): 2.6/7.5 MB | 1.8/3.7 MB | 1.3 MB | 0.3/1.8 MB | 48/303 kB error 03-Jan-2023 03:10:50 Progress (5): 2.6/7.5 MB | 1.8/3.7 MB | 1.3 MB | 0.3/1.8 MB | 51/303 kB error 03-Jan-2023 03:10:50 Progress (5): 2.6/7.5 MB | 1.8/3.7 MB | 1.3 MB | 0.3/1.8 MB | 51/303 kB error 03-Jan-2023 03:10:50 Progress (5): 2.6/7.5 MB | 1.8/3.7 MB | 1.3 MB | 0.3/1.8 MB | 51/303 kB error 03-Jan-2023 03:10:50 Progress (5): 2.6/7.5 MB | 1.8/3.7 MB | 1.3 MB | 0.3/1.8 MB | 55/303 kB error 03-Jan-2023 03:10:50 Progress (5): 2.6/7.5 MB | 1.8/3.7 MB | 1.3 MB | 0.3/1.8 MB | 59/303 kB error 03-Jan-2023 03:10:50 Progress (5): 2.6/7.5 MB | 1.8/3.7 MB | 1.3 MB | 0.3/1.8 MB | 63/303 kB error 03-Jan-2023 03:10:50 Progress (5): 2.6/7.5 MB | 1.8/3.7 MB | 1.3 MB | 0.3/1.8 MB | 67/303 kB error 03-Jan-2023 03:10:50 Progress (5): 2.6/7.5 MB | 1.8/3.7 MB | 1.3 MB | 0.3/1.8 MB | 67/303 kB error 03-Jan-2023 03:10:50 Progress (5): 2.6/7.5 MB | 1.8/3.7 MB | 1.3 MB | 0.3/1.8 MB | 71/303 kB error 03-Jan-2023 03:10:50 Progress (5): 2.7/7.5 MB | 1.8/3.7 MB | 1.3 MB | 0.3/1.8 MB | 71/303 kB error 03-Jan-2023 03:10:50 Progress (5): 2.7/7.5 MB | 1.9/3.7 MB | 1.3 MB | 0.3/1.8 MB | 71/303 kB error 03-Jan-2023 03:10:50 Progress (5): 2.7/7.5 MB | 1.9/3.7 MB | 1.3 MB | 0.3/1.8 MB | 75/303 kB error 03-Jan-2023 03:10:50 Progress (5): 2.7/7.5 MB | 1.9/3.7 MB | 1.3 MB | 0.3/1.8 MB | 79/303 kB error 03-Jan-2023 03:10:50 Progress (5): 2.7/7.5 MB | 1.9/3.7 MB | 1.3 MB | 0.3/1.8 MB | 83/303 kB error 03-Jan-2023 03:10:50 Progress (5): 2.7/7.5 MB | 1.9/3.7 MB | 1.3 MB | 0.3/1.8 MB | 83/303 kB error 03-Jan-2023 03:10:50 Progress (5): 2.7/7.5 MB | 1.9/3.7 MB | 1.3 MB | 0.3/1.8 MB | 83/303 kB error 03-Jan-2023 03:10:50 Progress (5): 2.7/7.5 MB | 1.9/3.7 MB | 1.3 MB | 0.3/1.8 MB | 85/303 kB error 03-Jan-2023 03:10:50 Progress (5): 2.7/7.5 MB | 1.9/3.7 MB | 1.3 MB | 0.3/1.8 MB | 89/303 kB error 03-Jan-2023 03:10:50 Progress (5): 2.7/7.5 MB | 1.9/3.7 MB | 1.3 MB | 0.3/1.8 MB | 94/303 kB error 03-Jan-2023 03:10:50 Progress (5): 2.7/7.5 MB | 1.9/3.7 MB | 1.3 MB | 0.3/1.8 MB | 94/303 kB error 03-Jan-2023 03:10:50 Progress (5): 2.7/7.5 MB | 1.9/3.7 MB | 1.3 MB | 0.3/1.8 MB | 98/303 kB error 03-Jan-2023 03:10:50 Progress (5): 2.7/7.5 MB | 1.9/3.7 MB | 1.3 MB | 0.3/1.8 MB | 102/303 kB error 03-Jan-2023 03:10:50 Progress (5): 2.7/7.5 MB | 1.9/3.7 MB | 1.3 MB | 0.3/1.8 MB | 102/303 kB error 03-Jan-2023 03:10:50 Progress (5): 2.7/7.5 MB | 1.9/3.7 MB | 1.3 MB | 0.4/1.8 MB | 102/303 kB error 03-Jan-2023 03:10:50 Progress (5): 2.7/7.5 MB | 1.9/3.7 MB | 1.3 MB | 0.4/1.8 MB | 106/303 kB error 03-Jan-2023 03:10:50 Progress (5): 2.7/7.5 MB | 1.9/3.7 MB | 1.3 MB | 0.4/1.8 MB | 110/303 kB error 03-Jan-2023 03:10:50 Progress (5): 2.7/7.5 MB | 1.9/3.7 MB | 1.3 MB | 0.4/1.8 MB | 114/303 kB error 03-Jan-2023 03:10:50 Progress (5): 2.7/7.5 MB | 1.9/3.7 MB | 1.3 MB | 0.4/1.8 MB | 116/303 kB error 03-Jan-2023 03:10:50 Progress (5): 2.7/7.5 MB | 1.9/3.7 MB | 1.3 MB | 0.4/1.8 MB | 116/303 kB error 03-Jan-2023 03:10:50 Progress (5): 2.7/7.5 MB | 1.9/3.7 MB | 1.3 MB | 0.4/1.8 MB | 120/303 kB error 03-Jan-2023 03:10:50 Progress (5): 2.7/7.5 MB | 1.9/3.7 MB | 1.3 MB | 0.4/1.8 MB | 125/303 kB error 03-Jan-2023 03:10:50 Progress (5): 2.7/7.5 MB | 1.9/3.7 MB | 1.3 MB | 0.4/1.8 MB | 129/303 kB error 03-Jan-2023 03:10:50 Progress (5): 2.7/7.5 MB | 1.9/3.7 MB | 1.3 MB | 0.4/1.8 MB | 129/303 kB error 03-Jan-2023 03:10:50 Progress (5): 2.7/7.5 MB | 1.9/3.7 MB | 1.3 MB | 0.4/1.8 MB | 129/303 kB error 03-Jan-2023 03:10:50 Progress (5): 2.7/7.5 MB | 1.9/3.7 MB | 1.3 MB | 0.4/1.8 MB | 129/303 kB error 03-Jan-2023 03:10:50 Progress (5): 2.7/7.5 MB | 1.9/3.7 MB | 1.3 MB | 0.4/1.8 MB | 133/303 kB error 03-Jan-2023 03:10:50 Progress (5): 2.7/7.5 MB | 1.9/3.7 MB | 1.3 MB | 0.4/1.8 MB | 137/303 kB error 03-Jan-2023 03:10:50 Progress (5): 2.7/7.5 MB | 1.9/3.7 MB | 1.3 MB | 0.4/1.8 MB | 141/303 kB error 03-Jan-2023 03:10:50 Progress (5): 2.7/7.5 MB | 1.9/3.7 MB | 1.3 MB | 0.4/1.8 MB | 141/303 kB error 03-Jan-2023 03:10:50 Progress (5): 2.7/7.5 MB | 1.9/3.7 MB | 1.3 MB | 0.4/1.8 MB | 141/303 kB error 03-Jan-2023 03:10:50 Progress (5): 2.7/7.5 MB | 1.9/3.7 MB | 1.3 MB | 0.4/1.8 MB | 145/303 kB error 03-Jan-2023 03:10:50 Progress (5): 2.7/7.5 MB | 1.9/3.7 MB | 1.3 MB | 0.4/1.8 MB | 149/303 kB error 03-Jan-2023 03:10:50 Progress (5): 2.7/7.5 MB | 1.9/3.7 MB | 1.3 MB | 0.4/1.8 MB | 153/303 kB error 03-Jan-2023 03:10:50 Progress (5): 2.7/7.5 MB | 2.0/3.7 MB | 1.3 MB | 0.4/1.8 MB | 153/303 kB error 03-Jan-2023 03:10:50 Progress (5): 2.7/7.5 MB | 2.0/3.7 MB | 1.3 MB | 0.4/1.8 MB | 153/303 kB error 03-Jan-2023 03:10:50 Progress (5): 2.7/7.5 MB | 2.0/3.7 MB | 1.3 MB | 0.4/1.8 MB | 157/303 kB error 03-Jan-2023 03:10:50 Progress (5): 2.7/7.5 MB | 2.0/3.7 MB | 1.3 MB | 0.4/1.8 MB | 157/303 kB error 03-Jan-2023 03:10:50 Progress (5): 2.7/7.5 MB | 2.0/3.7 MB | 1.3 MB | 0.4/1.8 MB | 160/303 kB error 03-Jan-2023 03:10:50 Progress (5): 2.7/7.5 MB | 2.0/3.7 MB | 1.3 MB | 0.4/1.8 MB | 160/303 kB error 03-Jan-2023 03:10:50 Progress (5): 2.8/7.5 MB | 2.0/3.7 MB | 1.3 MB | 0.4/1.8 MB | 160/303 kB error 03-Jan-2023 03:10:50 Progress (5): 2.8/7.5 MB | 2.0/3.7 MB | 1.3 MB | 0.4/1.8 MB | 160/303 kB error 03-Jan-2023 03:10:50 Progress (5): 2.8/7.5 MB | 2.0/3.7 MB | 1.3 MB | 0.4/1.8 MB | 164/303 kB error 03-Jan-2023 03:10:50 Progress (5): 2.8/7.5 MB | 2.0/3.7 MB | 1.3 MB | 0.4/1.8 MB | 168/303 kB error 03-Jan-2023 03:10:50 Progress (5): 2.8/7.5 MB | 2.0/3.7 MB | 1.3 MB | 0.4/1.8 MB | 168/303 kB error 03-Jan-2023 03:10:50 Progress (5): 2.8/7.5 MB | 2.0/3.7 MB | 1.3 MB | 0.4/1.8 MB | 172/303 kB error 03-Jan-2023 03:10:50 Progress (5): 2.8/7.5 MB | 2.0/3.7 MB | 1.3 MB | 0.4/1.8 MB | 177/303 kB error 03-Jan-2023 03:10:50 Progress (5): 2.8/7.5 MB | 2.0/3.7 MB | 1.3 MB | 0.4/1.8 MB | 177/303 kB error 03-Jan-2023 03:10:50 Progress (5): 2.8/7.5 MB | 2.0/3.7 MB | 1.3 MB | 0.4/1.8 MB | 181/303 kB error 03-Jan-2023 03:10:50 Progress (5): 2.8/7.5 MB | 2.0/3.7 MB | 1.3 MB | 0.4/1.8 MB | 185/303 kB error 03-Jan-2023 03:10:50 Progress (5): 2.8/7.5 MB | 2.0/3.7 MB | 1.3 MB | 0.4/1.8 MB | 189/303 kB error 03-Jan-2023 03:10:50 Progress (5): 2.8/7.5 MB | 2.0/3.7 MB | 1.3 MB | 0.4/1.8 MB | 193/303 kB error 03-Jan-2023 03:10:50 Progress (5): 2.8/7.5 MB | 2.0/3.7 MB | 1.3 MB | 0.4/1.8 MB | 193/303 kB error 03-Jan-2023 03:10:50 Progress (5): 2.8/7.5 MB | 2.0/3.7 MB | 1.3 MB | 0.4/1.8 MB | 193/303 kB error 03-Jan-2023 03:10:50 Progress (5): 2.8/7.5 MB | 2.0/3.7 MB | 1.3 MB | 0.4/1.8 MB | 195/303 kB error 03-Jan-2023 03:10:50 Progress (5): 2.8/7.5 MB | 2.0/3.7 MB | 1.3 MB | 0.4/1.8 MB | 199/303 kB error 03-Jan-2023 03:10:50 Progress (5): 2.8/7.5 MB | 2.0/3.7 MB | 1.3 MB | 0.4/1.8 MB | 199/303 kB error 03-Jan-2023 03:10:50 Progress (5): 2.8/7.5 MB | 2.0/3.7 MB | 1.3 MB | 0.4/1.8 MB | 203/303 kB error 03-Jan-2023 03:10:50 Progress (5): 2.8/7.5 MB | 2.0/3.7 MB | 1.3 MB | 0.4/1.8 MB | 207/303 kB error 03-Jan-2023 03:10:50 Progress (5): 2.8/7.5 MB | 2.0/3.7 MB | 1.3 MB | 0.4/1.8 MB | 211/303 kB error 03-Jan-2023 03:10:50 Progress (5): 2.8/7.5 MB | 2.0/3.7 MB | 1.3 MB | 0.4/1.8 MB | 211/303 kB error 03-Jan-2023 03:10:50 Progress (5): 2.8/7.5 MB | 2.0/3.7 MB | 1.3 MB | 0.4/1.8 MB | 211/303 kB error 03-Jan-2023 03:10:50 Progress (5): 2.9/7.5 MB | 2.0/3.7 MB | 1.3 MB | 0.4/1.8 MB | 211/303 kB error 03-Jan-2023 03:10:50 Progress (5): 2.9/7.5 MB | 2.0/3.7 MB | 1.3 MB | 0.5/1.8 MB | 211/303 kB error 03-Jan-2023 03:10:50 Progress (5): 2.9/7.5 MB | 2.0/3.7 MB | 1.3 MB | 0.5/1.8 MB | 215/303 kB error 03-Jan-2023 03:10:50 Progress (5): 2.9/7.5 MB | 2.0/3.7 MB | 1.3 MB | 0.5/1.8 MB | 220/303 kB error 03-Jan-2023 03:10:50 Progress (5): 2.9/7.5 MB | 2.0/3.7 MB | 1.3 MB | 0.5/1.8 MB | 224/303 kB error 03-Jan-2023 03:10:50 Progress (5): 2.9/7.5 MB | 2.0/3.7 MB | 1.3 MB | 0.5/1.8 MB | 228/303 kB error 03-Jan-2023 03:10:50 Progress (5): 2.9/7.5 MB | 2.0/3.7 MB | 1.3 MB | 0.5/1.8 MB | 230/303 kB error 03-Jan-2023 03:10:50 Progress (5): 2.9/7.5 MB | 2.0/3.7 MB | 1.3 MB | 0.5/1.8 MB | 230/303 kB error 03-Jan-2023 03:10:50 Progress (5): 2.9/7.5 MB | 2.0/3.7 MB | 1.3 MB | 0.5/1.8 MB | 234/303 kB error 03-Jan-2023 03:10:50 Progress (5): 2.9/7.5 MB | 2.0/3.7 MB | 1.3 MB | 0.5/1.8 MB | 238/303 kB error 03-Jan-2023 03:10:50 Progress (5): 2.9/7.5 MB | 2.0/3.7 MB | 1.3 MB | 0.5/1.8 MB | 242/303 kB error 03-Jan-2023 03:10:50 Progress (5): 2.9/7.5 MB | 2.0/3.7 MB | 1.3 MB | 0.5/1.8 MB | 246/303 kB error 03-Jan-2023 03:10:50 Progress (5): 2.9/7.5 MB | 2.0/3.7 MB | 1.3 MB | 0.5/1.8 MB | 250/303 kB error 03-Jan-2023 03:10:50 Progress (5): 2.9/7.5 MB | 2.0/3.7 MB | 1.3 MB | 0.5/1.8 MB | 250/303 kB error 03-Jan-2023 03:10:50 Progress (5): 2.9/7.5 MB | 2.1/3.7 MB | 1.3 MB | 0.5/1.8 MB | 250/303 kB error 03-Jan-2023 03:10:50 Progress (5): 2.9/7.5 MB | 2.1/3.7 MB | 1.3 MB | 0.5/1.8 MB | 254/303 kB error 03-Jan-2023 03:10:50 Progress (5): 2.9/7.5 MB | 2.1/3.7 MB | 1.3 MB | 0.5/1.8 MB | 258/303 kB error 03-Jan-2023 03:10:50 Progress (5): 2.9/7.5 MB | 2.1/3.7 MB | 1.3 MB | 0.5/1.8 MB | 263/303 kB error 03-Jan-2023 03:10:50 Progress (5): 2.9/7.5 MB | 2.1/3.7 MB | 1.3 MB | 0.5/1.8 MB | 267/303 kB error 03-Jan-2023 03:10:50 error 03-Jan-2023 03:10:50 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/hibernate/hibernate-search-engine/5.11.9.Final/hibernate-search-engine-5.11.9.Final.jar (1.3 MB at 154 kB/s) error 03-Jan-2023 03:10:50 #18 87.37 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/logging/log4j/log4j-slf4j-impl/2.17.2/log4j-slf4j-impl-2.17.2.jar error 03-Jan-2023 03:10:50 #18 87.37 Progress (4): 2.9/7.5 MB | 2.1/3.7 MB | 0.5/1.8 MB | 267/303 kB error 03-Jan-2023 03:10:50 Progress (4): 2.9/7.5 MB | 2.1/3.7 MB | 0.5/1.8 MB | 267/303 kB error 03-Jan-2023 03:10:50 Progress (4): 2.9/7.5 MB | 2.1/3.7 MB | 0.5/1.8 MB | 267/303 kB error 03-Jan-2023 03:10:50 Progress (4): 2.9/7.5 MB | 2.1/3.7 MB | 0.5/1.8 MB | 267/303 kB error 03-Jan-2023 03:10:50 Progress (4): 2.9/7.5 MB | 2.1/3.7 MB | 0.5/1.8 MB | 271/303 kB error 03-Jan-2023 03:10:50 Progress (4): 2.9/7.5 MB | 2.1/3.7 MB | 0.5/1.8 MB | 275/303 kB error 03-Jan-2023 03:10:50 Progress (4): 2.9/7.5 MB | 2.1/3.7 MB | 0.5/1.8 MB | 275/303 kB error 03-Jan-2023 03:10:50 Progress (4): 2.9/7.5 MB | 2.1/3.7 MB | 0.5/1.8 MB | 275/303 kB error 03-Jan-2023 03:10:50 Progress (4): 2.9/7.5 MB | 2.1/3.7 MB | 0.5/1.8 MB | 275/303 kB error 03-Jan-2023 03:10:50 Progress (4): 2.9/7.5 MB | 2.1/3.7 MB | 0.5/1.8 MB | 279/303 kB error 03-Jan-2023 03:10:50 Progress (4): 2.9/7.5 MB | 2.1/3.7 MB | 0.5/1.8 MB | 283/303 kB error 03-Jan-2023 03:10:50 Progress (4): 2.9/7.5 MB | 2.1/3.7 MB | 0.5/1.8 MB | 287/303 kB error 03-Jan-2023 03:10:50 Progress (4): 2.9/7.5 MB | 2.1/3.7 MB | 0.5/1.8 MB | 287/303 kB error 03-Jan-2023 03:10:50 Progress (4): 2.9/7.5 MB | 2.1/3.7 MB | 0.5/1.8 MB | 291/303 kB error 03-Jan-2023 03:10:50 Progress (4): 2.9/7.5 MB | 2.1/3.7 MB | 0.5/1.8 MB | 295/303 kB error 03-Jan-2023 03:10:50 Progress (4): 2.9/7.5 MB | 2.1/3.7 MB | 0.5/1.8 MB | 299/303 kB error 03-Jan-2023 03:10:50 Progress (4): 2.9/7.5 MB | 2.1/3.7 MB | 0.5/1.8 MB | 303 kB error 03-Jan-2023 03:10:50 Progress (4): 2.9/7.5 MB | 2.1/3.7 MB | 0.5/1.8 MB | 303 kB error 03-Jan-2023 03:10:50 Progress (4): 2.9/7.5 MB | 2.1/3.7 MB | 0.5/1.8 MB | 303 kB error 03-Jan-2023 03:10:50 Progress (4): 2.9/7.5 MB | 2.1/3.7 MB | 0.5/1.8 MB | 303 kB error 03-Jan-2023 03:10:50 Progress (4): 2.9/7.5 MB | 2.1/3.7 MB | 0.5/1.8 MB | 303 kB error 03-Jan-2023 03:10:50 Progress (4): 2.9/7.5 MB | 2.2/3.7 MB | 0.5/1.8 MB | 303 kB error 03-Jan-2023 03:10:50 Progress (4): 2.9/7.5 MB | 2.2/3.7 MB | 0.5/1.8 MB | 303 kB error 03-Jan-2023 03:10:50 Progress (4): 2.9/7.5 MB | 2.2/3.7 MB | 0.5/1.8 MB | 303 kB error 03-Jan-2023 03:10:50 Progress (4): 3.0/7.5 MB | 2.2/3.7 MB | 0.5/1.8 MB | 303 kB error 03-Jan-2023 03:10:50 Progress (4): 3.0/7.5 MB | 2.2/3.7 MB | 0.5/1.8 MB | 303 kB error 03-Jan-2023 03:10:50 Progress (4): 3.0/7.5 MB | 2.2/3.7 MB | 0.5/1.8 MB | 303 kB error 03-Jan-2023 03:10:50 Progress (4): 3.0/7.5 MB | 2.2/3.7 MB | 0.6/1.8 MB | 303 kB error 03-Jan-2023 03:10:50 Progress (4): 3.0/7.5 MB | 2.2/3.7 MB | 0.6/1.8 MB | 303 kB error 03-Jan-2023 03:10:50 Progress (4): 3.0/7.5 MB | 2.2/3.7 MB | 0.6/1.8 MB | 303 kB error 03-Jan-2023 03:10:50 Progress (4): 3.1/7.5 MB | 2.2/3.7 MB | 0.6/1.8 MB | 303 kB error 03-Jan-2023 03:10:50 Progress (4): 3.1/7.5 MB | 2.2/3.7 MB | 0.6/1.8 MB | 303 kB error 03-Jan-2023 03:10:50 Progress (4): 3.1/7.5 MB | 2.2/3.7 MB | 0.6/1.8 MB | 303 kB error 03-Jan-2023 03:10:50 Progress (4): 3.1/7.5 MB | 2.2/3.7 MB | 0.6/1.8 MB | 303 kB error 03-Jan-2023 03:10:50 Progress (4): 3.1/7.5 MB | 2.2/3.7 MB | 0.6/1.8 MB | 303 kB error 03-Jan-2023 03:10:50 Progress (4): 3.1/7.5 MB | 2.3/3.7 MB | 0.6/1.8 MB | 303 kB error 03-Jan-2023 03:10:50 Progress (4): 3.1/7.5 MB | 2.3/3.7 MB | 0.6/1.8 MB | 303 kB error 03-Jan-2023 03:10:50 Progress (4): 3.1/7.5 MB | 2.3/3.7 MB | 0.6/1.8 MB | 303 kB error 03-Jan-2023 03:10:50 Progress (4): 3.1/7.5 MB | 2.3/3.7 MB | 0.6/1.8 MB | 303 kB error 03-Jan-2023 03:10:50 Progress (4): 3.1/7.5 MB | 2.3/3.7 MB | 0.6/1.8 MB | 303 kB error 03-Jan-2023 03:10:50 Progress (4): 3.1/7.5 MB | 2.3/3.7 MB | 0.6/1.8 MB | 303 kB error 03-Jan-2023 03:10:50 Progress (4): 3.1/7.5 MB | 2.3/3.7 MB | 0.6/1.8 MB | 303 kB error 03-Jan-2023 03:10:50 Progress (4): 3.1/7.5 MB | 2.3/3.7 MB | 0.6/1.8 MB | 303 kB error 03-Jan-2023 03:10:50 Progress (4): 3.2/7.5 MB | 2.3/3.7 MB | 0.6/1.8 MB | 303 kB error 03-Jan-2023 03:10:50 Progress (4): 3.2/7.5 MB | 2.4/3.7 MB | 0.6/1.8 MB | 303 kB error 03-Jan-2023 03:10:50 Progress (4): 3.2/7.5 MB | 2.4/3.7 MB | 0.6/1.8 MB | 303 kB error 03-Jan-2023 03:10:50 Progress (4): 3.2/7.5 MB | 2.4/3.7 MB | 0.6/1.8 MB | 303 kB error 03-Jan-2023 03:10:50 Progress (4): 3.2/7.5 MB | 2.4/3.7 MB | 0.6/1.8 MB | 303 kB error 03-Jan-2023 03:10:50 Progress (4): 3.2/7.5 MB | 2.4/3.7 MB | 0.6/1.8 MB | 303 kB error 03-Jan-2023 03:10:50 Progress (4): 3.2/7.5 MB | 2.4/3.7 MB | 0.6/1.8 MB | 303 kB error 03-Jan-2023 03:10:50 Progress (4): 3.2/7.5 MB | 2.4/3.7 MB | 0.7/1.8 MB | 303 kB error 03-Jan-2023 03:10:50 Progress (4): 3.2/7.5 MB | 2.4/3.7 MB | 0.7/1.8 MB | 303 kB error 03-Jan-2023 03:10:50 Progress (4): 3.2/7.5 MB | 2.4/3.7 MB | 0.7/1.8 MB | 303 kB error 03-Jan-2023 03:10:50 Progress (4): 3.2/7.5 MB | 2.5/3.7 MB | 0.7/1.8 MB | 303 kB error 03-Jan-2023 03:10:50 Progress (4): 3.2/7.5 MB | 2.5/3.7 MB | 0.7/1.8 MB | 303 kB error 03-Jan-2023 03:10:50 Progress (4): 3.2/7.5 MB | 2.5/3.7 MB | 0.7/1.8 MB | 303 kB error 03-Jan-2023 03:10:50 Progress (4): 3.2/7.5 MB | 2.5/3.7 MB | 0.7/1.8 MB | 303 kB error 03-Jan-2023 03:10:50 Progress (4): 3.3/7.5 MB | 2.5/3.7 MB | 0.7/1.8 MB | 303 kB error 03-Jan-2023 03:10:50 Progress (4): 3.3/7.5 MB | 2.5/3.7 MB | 0.7/1.8 MB | 303 kB error 03-Jan-2023 03:10:50 Progress (4): 3.3/7.5 MB | 2.5/3.7 MB | 0.7/1.8 MB | 303 kB error 03-Jan-2023 03:10:50 Progress (4): 3.3/7.5 MB | 2.5/3.7 MB | 0.7/1.8 MB | 303 kB error 03-Jan-2023 03:10:50 Progress (4): 3.3/7.5 MB | 2.5/3.7 MB | 0.7/1.8 MB | 303 kB error 03-Jan-2023 03:10:50 Progress (4): 3.3/7.5 MB | 2.6/3.7 MB | 0.7/1.8 MB | 303 kB error 03-Jan-2023 03:10:50 Progress (4): 3.3/7.5 MB | 2.6/3.7 MB | 0.7/1.8 MB | 303 kB error 03-Jan-2023 03:10:50 Progress (4): 3.3/7.5 MB | 2.6/3.7 MB | 0.7/1.8 MB | 303 kB error 03-Jan-2023 03:10:50 Progress (4): 3.3/7.5 MB | 2.6/3.7 MB | 0.7/1.8 MB | 303 kB error 03-Jan-2023 03:10:50 Progress (4): 3.3/7.5 MB | 2.6/3.7 MB | 0.7/1.8 MB | 303 kB error 03-Jan-2023 03:10:50 Progress (4): 3.3/7.5 MB | 2.6/3.7 MB | 0.7/1.8 MB | 303 kB error 03-Jan-2023 03:10:50 Progress (4): 3.3/7.5 MB | 2.6/3.7 MB | 0.7/1.8 MB | 303 kB error 03-Jan-2023 03:10:50 Progress (4): 3.3/7.5 MB | 2.6/3.7 MB | 0.7/1.8 MB | 303 kB error 03-Jan-2023 03:10:50 Progress (4): 3.3/7.5 MB | 2.6/3.7 MB | 0.7/1.8 MB | 303 kB error 03-Jan-2023 03:10:50 Progress (4): 3.3/7.5 MB | 2.6/3.7 MB | 0.7/1.8 MB | 303 kB error 03-Jan-2023 03:10:50 Progress (4): 3.4/7.5 MB | 2.6/3.7 MB | 0.7/1.8 MB | 303 kB error 03-Jan-2023 03:10:50 Progress (4): 3.4/7.5 MB | 2.7/3.7 MB | 0.7/1.8 MB | 303 kB error 03-Jan-2023 03:10:50 Progress (4): 3.4/7.5 MB | 2.7/3.7 MB | 0.7/1.8 MB | 303 kB error 03-Jan-2023 03:10:50 Progress (4): 3.4/7.5 MB | 2.7/3.7 MB | 0.7/1.8 MB | 303 kB error 03-Jan-2023 03:10:50 Progress (4): 3.4/7.5 MB | 2.7/3.7 MB | 0.8/1.8 MB | 303 kB error 03-Jan-2023 03:10:50 Progress (4): 3.4/7.5 MB | 2.7/3.7 MB | 0.8/1.8 MB | 303 kB error 03-Jan-2023 03:10:50 Progress (4): 3.4/7.5 MB | 2.7/3.7 MB | 0.8/1.8 MB | 303 kB error 03-Jan-2023 03:10:50 Progress (4): 3.4/7.5 MB | 2.7/3.7 MB | 0.8/1.8 MB | 303 kB error 03-Jan-2023 03:10:50 Progress (4): 3.4/7.5 MB | 2.7/3.7 MB | 0.8/1.8 MB | 303 kB error 03-Jan-2023 03:10:50 Progress (4): 3.4/7.5 MB | 2.8/3.7 MB | 0.8/1.8 MB | 303 kB error 03-Jan-2023 03:10:50 Progress (4): 3.4/7.5 MB | 2.8/3.7 MB | 0.8/1.8 MB | 303 kB error 03-Jan-2023 03:10:50 Progress (4): 3.4/7.5 MB | 2.8/3.7 MB | 0.8/1.8 MB | 303 kB error 03-Jan-2023 03:10:50 Progress (4): 3.4/7.5 MB | 2.8/3.7 MB | 0.8/1.8 MB | 303 kB error 03-Jan-2023 03:10:50 Progress (4): 3.4/7.5 MB | 2.8/3.7 MB | 0.8/1.8 MB | 303 kB error 03-Jan-2023 03:10:50 Progress (4): 3.4/7.5 MB | 2.8/3.7 MB | 0.8/1.8 MB | 303 kB error 03-Jan-2023 03:10:50 Progress (4): 3.4/7.5 MB | 2.8/3.7 MB | 0.8/1.8 MB | 303 kB error 03-Jan-2023 03:10:50 Progress (4): 3.4/7.5 MB | 2.8/3.7 MB | 0.8/1.8 MB | 303 kB error 03-Jan-2023 03:10:50 Progress (4): 3.4/7.5 MB | 2.8/3.7 MB | 0.8/1.8 MB | 303 kB error 03-Jan-2023 03:10:50 Progress (4): 3.4/7.5 MB | 2.9/3.7 MB | 0.8/1.8 MB | 303 kB error 03-Jan-2023 03:10:50 Progress (4): 3.4/7.5 MB | 2.9/3.7 MB | 0.8/1.8 MB | 303 kB error 03-Jan-2023 03:10:50 Progress (4): 3.4/7.5 MB | 2.9/3.7 MB | 0.8/1.8 MB | 303 kB error 03-Jan-2023 03:10:50 Progress (4): 3.4/7.5 MB | 2.9/3.7 MB | 0.8/1.8 MB | 303 kB error 03-Jan-2023 03:10:50 Progress (4): 3.5/7.5 MB | 2.9/3.7 MB | 0.8/1.8 MB | 303 kB error 03-Jan-2023 03:10:50 Progress (4): 3.5/7.5 MB | 2.9/3.7 MB | 0.8/1.8 MB | 303 kB error 03-Jan-2023 03:10:50 Progress (4): 3.5/7.5 MB | 2.9/3.7 MB | 0.8/1.8 MB | 303 kB error 03-Jan-2023 03:10:50 Progress (4): 3.5/7.5 MB | 2.9/3.7 MB | 0.8/1.8 MB | 303 kB error 03-Jan-2023 03:10:50 Progress (4): 3.5/7.5 MB | 2.9/3.7 MB | 0.8/1.8 MB | 303 kB error 03-Jan-2023 03:10:50 Progress (4): 3.5/7.5 MB | 2.9/3.7 MB | 0.8/1.8 MB | 303 kB error 03-Jan-2023 03:10:50 Progress (4): 3.5/7.5 MB | 2.9/3.7 MB | 0.9/1.8 MB | 303 kB error 03-Jan-2023 03:10:50 Progress (4): 3.5/7.5 MB | 3.0/3.7 MB | 0.9/1.8 MB | 303 kB error 03-Jan-2023 03:10:50 Progress (4): 3.5/7.5 MB | 3.0/3.7 MB | 0.9/1.8 MB | 303 kB error 03-Jan-2023 03:10:50 Progress (4): 3.5/7.5 MB | 3.0/3.7 MB | 0.9/1.8 MB | 303 kB error 03-Jan-2023 03:10:50 Progress (4): 3.5/7.5 MB | 3.0/3.7 MB | 0.9/1.8 MB | 303 kB error 03-Jan-2023 03:10:50 Progress (4): 3.5/7.5 MB | 3.0/3.7 MB | 0.9/1.8 MB | 303 kB error 03-Jan-2023 03:10:50 Progress (4): 3.5/7.5 MB | 3.0/3.7 MB | 0.9/1.8 MB | 303 kB error 03-Jan-2023 03:10:50 Progress (4): 3.5/7.5 MB | 3.0/3.7 MB | 0.9/1.8 MB | 303 kB error 03-Jan-2023 03:10:50 Progress (5): 3.5/7.5 MB | 3.0/3.7 MB | 0.9/1.8 MB | 303 kB | 3.3/24 kB error 03-Jan-2023 03:10:50 Progress (5): 3.6/7.5 MB | 3.0/3.7 MB | 0.9/1.8 MB | 303 kB | 3.3/24 kB error 03-Jan-2023 03:10:50 Progress (5): 3.6/7.5 MB | 3.0/3.7 MB | 0.9/1.8 MB | 303 kB | 3.3/24 kB error 03-Jan-2023 03:10:50 Progress (5): 3.6/7.5 MB | 3.0/3.7 MB | 0.9/1.8 MB | 303 kB | 6.1/24 kB error 03-Jan-2023 03:10:50 Progress (5): 3.6/7.5 MB | 3.0/3.7 MB | 0.9/1.8 MB | 303 kB | 6.1/24 kB error 03-Jan-2023 03:10:50 Progress (5): 3.6/7.5 MB | 3.0/3.7 MB | 0.9/1.8 MB | 303 kB | 6.1/24 kB error 03-Jan-2023 03:10:50 Progress (5): 3.6/7.5 MB | 3.0/3.7 MB | 0.9/1.8 MB | 303 kB | 8.9/24 kB error 03-Jan-2023 03:10:50 Progress (5): 3.6/7.5 MB | 3.0/3.7 MB | 0.9/1.8 MB | 303 kB | 8.9/24 kB error 03-Jan-2023 03:10:50 Progress (5): 3.6/7.5 MB | 3.1/3.7 MB | 0.9/1.8 MB | 303 kB | 8.9/24 kB error 03-Jan-2023 03:10:50 Progress (5): 3.6/7.5 MB | 3.1/3.7 MB | 0.9/1.8 MB | 303 kB | 12/24 kB error 03-Jan-2023 03:10:50 Progress (5): 3.6/7.5 MB | 3.1/3.7 MB | 0.9/1.8 MB | 303 kB | 15/24 kB error 03-Jan-2023 03:10:50 Progress (5): 3.6/7.5 MB | 3.1/3.7 MB | 0.9/1.8 MB | 303 kB | 17/24 kB error 03-Jan-2023 03:10:50 Progress (5): 3.6/7.5 MB | 3.1/3.7 MB | 0.9/1.8 MB | 303 kB | 20/24 kB error 03-Jan-2023 03:10:50 Progress (5): 3.6/7.5 MB | 3.1/3.7 MB | 0.9/1.8 MB | 303 kB | 20/24 kB error 03-Jan-2023 03:10:50 Progress (5): 3.6/7.5 MB | 3.1/3.7 MB | 0.9/1.8 MB | 303 kB | 20/24 kB error 03-Jan-2023 03:10:50 Progress (5): 3.6/7.5 MB | 3.1/3.7 MB | 0.9/1.8 MB | 303 kB | 20/24 kB error 03-Jan-2023 03:10:50 Progress (5): 3.6/7.5 MB | 3.1/3.7 MB | 0.9/1.8 MB | 303 kB | 23/24 kB error 03-Jan-2023 03:10:50 Progress (5): 3.6/7.5 MB | 3.1/3.7 MB | 0.9/1.8 MB | 303 kB | 23/24 kB error 03-Jan-2023 03:10:50 Progress (5): 3.6/7.5 MB | 3.1/3.7 MB | 0.9/1.8 MB | 303 kB | 24 kB error 03-Jan-2023 03:10:50 Progress (5): 3.6/7.5 MB | 3.1/3.7 MB | 0.9/1.8 MB | 303 kB | 24 kB error 03-Jan-2023 03:10:50 Progress (5): 3.6/7.5 MB | 3.1/3.7 MB | 0.9/1.8 MB | 303 kB | 24 kB error 03-Jan-2023 03:10:50 Progress (5): 3.6/7.5 MB | 3.1/3.7 MB | 0.9/1.8 MB | 303 kB | 24 kB error 03-Jan-2023 03:10:50 error 03-Jan-2023 03:10:50 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/logging/log4j/log4j-api/2.17.2/log4j-api-2.17.2.jar (303 kB at 34 kB/s) error 03-Jan-2023 03:10:50 #18 87.78 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/logging/log4j/log4j-1.2-api/2.17.2/log4j-1.2-api-2.17.2.jar error 03-Jan-2023 03:10:50 #18 87.78 Progress (4): 3.6/7.5 MB | 3.1/3.7 MB | 0.9/1.8 MB | 24 kB error 03-Jan-2023 03:10:50 Progress (4): 3.6/7.5 MB | 3.1/3.7 MB | 1.0/1.8 MB | 24 kB error 03-Jan-2023 03:10:50 Progress (4): 3.6/7.5 MB | 3.1/3.7 MB | 1.0/1.8 MB | 24 kB error 03-Jan-2023 03:10:50 Progress (4): 3.6/7.5 MB | 3.2/3.7 MB | 1.0/1.8 MB | 24 kB error 03-Jan-2023 03:10:50 Progress (4): 3.6/7.5 MB | 3.2/3.7 MB | 1.0/1.8 MB | 24 kB error 03-Jan-2023 03:10:50 Progress (4): 3.6/7.5 MB | 3.2/3.7 MB | 1.0/1.8 MB | 24 kB error 03-Jan-2023 03:10:50 Progress (4): 3.6/7.5 MB | 3.2/3.7 MB | 1.0/1.8 MB | 24 kB error 03-Jan-2023 03:10:50 Progress (4): 3.6/7.5 MB | 3.2/3.7 MB | 1.0/1.8 MB | 24 kB error 03-Jan-2023 03:10:50 Progress (4): 3.7/7.5 MB | 3.2/3.7 MB | 1.0/1.8 MB | 24 kB error 03-Jan-2023 03:10:50 Progress (4): 3.7/7.5 MB | 3.2/3.7 MB | 1.0/1.8 MB | 24 kB error 03-Jan-2023 03:10:50 Progress (4): 3.7/7.5 MB | 3.2/3.7 MB | 1.0/1.8 MB | 24 kB error 03-Jan-2023 03:10:50 Progress (4): 3.7/7.5 MB | 3.2/3.7 MB | 1.0/1.8 MB | 24 kB error 03-Jan-2023 03:10:50 Progress (4): 3.7/7.5 MB | 3.2/3.7 MB | 1.0/1.8 MB | 24 kB error 03-Jan-2023 03:10:50 Progress (4): 3.7/7.5 MB | 3.2/3.7 MB | 1.0/1.8 MB | 24 kB error 03-Jan-2023 03:10:50 Progress (4): 3.7/7.5 MB | 3.2/3.7 MB | 1.0/1.8 MB | 24 kB error 03-Jan-2023 03:10:50 Progress (4): 3.7/7.5 MB | 3.2/3.7 MB | 1.0/1.8 MB | 24 kB error 03-Jan-2023 03:10:50 Progress (4): 3.7/7.5 MB | 3.2/3.7 MB | 1.0/1.8 MB | 24 kB error 03-Jan-2023 03:10:50 Progress (4): 3.7/7.5 MB | 3.3/3.7 MB | 1.0/1.8 MB | 24 kB error 03-Jan-2023 03:10:50 Progress (4): 3.7/7.5 MB | 3.3/3.7 MB | 1.0/1.8 MB | 24 kB error 03-Jan-2023 03:10:50 Progress (4): 3.7/7.5 MB | 3.3/3.7 MB | 1.0/1.8 MB | 24 kB error 03-Jan-2023 03:10:50 Progress (4): 3.7/7.5 MB | 3.3/3.7 MB | 1.0/1.8 MB | 24 kB error 03-Jan-2023 03:10:50 Progress (4): 3.8/7.5 MB | 3.3/3.7 MB | 1.0/1.8 MB | 24 kB error 03-Jan-2023 03:10:50 Progress (4): 3.8/7.5 MB | 3.3/3.7 MB | 1.0/1.8 MB | 24 kB error 03-Jan-2023 03:10:50 Progress (4): 3.8/7.5 MB | 3.3/3.7 MB | 1.1/1.8 MB | 24 kB error 03-Jan-2023 03:10:50 Progress (4): 3.8/7.5 MB | 3.3/3.7 MB | 1.1/1.8 MB | 24 kB error 03-Jan-2023 03:10:50 Progress (4): 3.8/7.5 MB | 3.3/3.7 MB | 1.1/1.8 MB | 24 kB error 03-Jan-2023 03:10:50 Progress (4): 3.8/7.5 MB | 3.4/3.7 MB | 1.1/1.8 MB | 24 kB error 03-Jan-2023 03:10:50 Progress (4): 3.8/7.5 MB | 3.4/3.7 MB | 1.1/1.8 MB | 24 kB error 03-Jan-2023 03:10:50 Progress (4): 3.8/7.5 MB | 3.4/3.7 MB | 1.1/1.8 MB | 24 kB error 03-Jan-2023 03:10:50 Progress (4): 3.8/7.5 MB | 3.4/3.7 MB | 1.1/1.8 MB | 24 kB error 03-Jan-2023 03:10:50 Progress (4): 3.8/7.5 MB | 3.4/3.7 MB | 1.1/1.8 MB | 24 kB error 03-Jan-2023 03:10:50 Progress (4): 3.8/7.5 MB | 3.4/3.7 MB | 1.1/1.8 MB | 24 kB error 03-Jan-2023 03:10:50 Progress (4): 3.8/7.5 MB | 3.4/3.7 MB | 1.1/1.8 MB | 24 kB error 03-Jan-2023 03:10:50 Progress (4): 3.8/7.5 MB | 3.4/3.7 MB | 1.1/1.8 MB | 24 kB error 03-Jan-2023 03:10:50 Progress (4): 3.8/7.5 MB | 3.4/3.7 MB | 1.1/1.8 MB | 24 kB error 03-Jan-2023 03:10:50 Progress (4): 3.8/7.5 MB | 3.4/3.7 MB | 1.1/1.8 MB | 24 kB error 03-Jan-2023 03:10:50 Progress (4): 3.8/7.5 MB | 3.4/3.7 MB | 1.1/1.8 MB | 24 kB error 03-Jan-2023 03:10:50 Progress (4): 3.8/7.5 MB | 3.4/3.7 MB | 1.1/1.8 MB | 24 kB error 03-Jan-2023 03:10:50 Progress (4): 3.8/7.5 MB | 3.4/3.7 MB | 1.1/1.8 MB | 24 kB error 03-Jan-2023 03:10:50 Progress (4): 3.8/7.5 MB | 3.4/3.7 MB | 1.1/1.8 MB | 24 kB error 03-Jan-2023 03:10:50 Progress (4): 3.8/7.5 MB | 3.5/3.7 MB | 1.1/1.8 MB | 24 kB error 03-Jan-2023 03:10:50 Progress (4): 3.8/7.5 MB | 3.5/3.7 MB | 1.1/1.8 MB | 24 kB error 03-Jan-2023 03:10:50 Progress (4): 3.9/7.5 MB | 3.5/3.7 MB | 1.1/1.8 MB | 24 kB error 03-Jan-2023 03:10:50 Progress (4): 3.9/7.5 MB | 3.5/3.7 MB | 1.2/1.8 MB | 24 kB error 03-Jan-2023 03:10:50 Progress (4): 3.9/7.5 MB | 3.5/3.7 MB | 1.2/1.8 MB | 24 kB error 03-Jan-2023 03:10:50 Progress (4): 3.9/7.5 MB | 3.5/3.7 MB | 1.2/1.8 MB | 24 kB error 03-Jan-2023 03:10:50 Progress (4): 3.9/7.5 MB | 3.5/3.7 MB | 1.2/1.8 MB | 24 kB error 03-Jan-2023 03:10:50 Progress (4): 3.9/7.5 MB | 3.5/3.7 MB | 1.2/1.8 MB | 24 kB error 03-Jan-2023 03:10:50 Progress (4): 3.9/7.5 MB | 3.5/3.7 MB | 1.2/1.8 MB | 24 kB error 03-Jan-2023 03:10:50 error 03-Jan-2023 03:10:50 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/logging/log4j/log4j-slf4j-impl/2.17.2/log4j-slf4j-impl-2.17.2.jar (24 kB at 2.6 kB/s) error 03-Jan-2023 03:10:50 #18 87.97 Progress (3): 3.9/7.5 MB | 3.5/3.7 MB | 1.2/1.8 MB error 03-Jan-2023 03:10:50 error 03-Jan-2023 03:10:50 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/xerces/xercesImpl/2.12.1/xercesImpl-2.12.1.jar error 03-Jan-2023 03:10:50 #18 87.97 Progress (3): 3.9/7.5 MB | 3.5/3.7 MB | 1.2/1.8 MB error 03-Jan-2023 03:10:50 Progress (3): 3.9/7.5 MB | 3.5/3.7 MB | 1.2/1.8 MB error 03-Jan-2023 03:10:50 Progress (3): 3.9/7.5 MB | 3.5/3.7 MB | 1.2/1.8 MB error 03-Jan-2023 03:10:50 Progress (3): 4.0/7.5 MB | 3.5/3.7 MB | 1.2/1.8 MB error 03-Jan-2023 03:10:50 Progress (3): 4.0/7.5 MB | 3.5/3.7 MB | 1.2/1.8 MB error 03-Jan-2023 03:10:50 Progress (3): 4.0/7.5 MB | 3.6/3.7 MB | 1.2/1.8 MB error 03-Jan-2023 03:10:50 Progress (3): 4.0/7.5 MB | 3.6/3.7 MB | 1.2/1.8 MB error 03-Jan-2023 03:10:50 Progress (3): 4.0/7.5 MB | 3.6/3.7 MB | 1.2/1.8 MB error 03-Jan-2023 03:10:50 Progress (3): 4.0/7.5 MB | 3.6/3.7 MB | 1.2/1.8 MB error 03-Jan-2023 03:10:50 Progress (3): 4.0/7.5 MB | 3.6/3.7 MB | 1.2/1.8 MB error 03-Jan-2023 03:10:50 Progress (3): 4.0/7.5 MB | 3.6/3.7 MB | 1.2/1.8 MB error 03-Jan-2023 03:10:50 Progress (3): 4.0/7.5 MB | 3.6/3.7 MB | 1.2/1.8 MB error 03-Jan-2023 03:10:50 Progress (3): 4.0/7.5 MB | 3.6/3.7 MB | 1.2/1.8 MB error 03-Jan-2023 03:10:50 Progress (3): 4.0/7.5 MB | 3.6/3.7 MB | 1.3/1.8 MB error 03-Jan-2023 03:10:50 Progress (3): 4.0/7.5 MB | 3.6/3.7 MB | 1.3/1.8 MB error 03-Jan-2023 03:10:50 Progress (3): 4.0/7.5 MB | 3.6/3.7 MB | 1.3/1.8 MB error 03-Jan-2023 03:10:50 Progress (3): 4.0/7.5 MB | 3.6/3.7 MB | 1.3/1.8 MB error 03-Jan-2023 03:10:50 Progress (3): 4.0/7.5 MB | 3.6/3.7 MB | 1.3/1.8 MB error 03-Jan-2023 03:10:50 Progress (3): 4.0/7.5 MB | 3.6/3.7 MB | 1.3/1.8 MB error 03-Jan-2023 03:10:50 Progress (3): 4.1/7.5 MB | 3.6/3.7 MB | 1.3/1.8 MB error 03-Jan-2023 03:10:50 Progress (3): 4.1/7.5 MB | 3.6/3.7 MB | 1.3/1.8 MB error 03-Jan-2023 03:10:50 Progress (3): 4.1/7.5 MB | 3.7/3.7 MB | 1.3/1.8 MB error 03-Jan-2023 03:10:50 Progress (3): 4.1/7.5 MB | 3.7/3.7 MB | 1.3/1.8 MB error 03-Jan-2023 03:10:50 Progress (3): 4.1/7.5 MB | 3.7/3.7 MB | 1.3/1.8 MB error 03-Jan-2023 03:10:50 Progress (3): 4.1/7.5 MB | 3.7/3.7 MB | 1.3/1.8 MB error 03-Jan-2023 03:10:50 Progress (3): 4.1/7.5 MB | 3.7/3.7 MB | 1.3/1.8 MB error 03-Jan-2023 03:10:50 Progress (3): 4.1/7.5 MB | 3.7/3.7 MB | 1.3/1.8 MB error 03-Jan-2023 03:10:50 Progress (3): 4.2/7.5 MB | 3.7/3.7 MB | 1.3/1.8 MB error 03-Jan-2023 03:10:50 Progress (3): 4.2/7.5 MB | 3.7/3.7 MB | 1.3/1.8 MB error 03-Jan-2023 03:10:50 Progress (3): 4.2/7.5 MB | 3.7 MB | 1.3/1.8 MB error 03-Jan-2023 03:10:50 Progress (3): 4.2/7.5 MB | 3.7 MB | 1.3/1.8 MB error 03-Jan-2023 03:10:50 Progress (3): 4.2/7.5 MB | 3.7 MB | 1.3/1.8 MB error 03-Jan-2023 03:10:50 Progress (3): 4.2/7.5 MB | 3.7 MB | 1.4/1.8 MB error 03-Jan-2023 03:10:50 Progress (3): 4.2/7.5 MB | 3.7 MB | 1.4/1.8 MB error 03-Jan-2023 03:10:50 Progress (3): 4.2/7.5 MB | 3.7 MB | 1.4/1.8 MB error 03-Jan-2023 03:10:50 Progress (3): 4.2/7.5 MB | 3.7 MB | 1.4/1.8 MB error 03-Jan-2023 03:10:50 Progress (3): 4.2/7.5 MB | 3.7 MB | 1.4/1.8 MB error 03-Jan-2023 03:10:50 Progress (3): 4.3/7.5 MB | 3.7 MB | 1.4/1.8 MB error 03-Jan-2023 03:10:50 Progress (3): 4.3/7.5 MB | 3.7 MB | 1.4/1.8 MB error 03-Jan-2023 03:10:50 Progress (3): 4.3/7.5 MB | 3.7 MB | 1.4/1.8 MB error 03-Jan-2023 03:10:50 Progress (3): 4.3/7.5 MB | 3.7 MB | 1.4/1.8 MB error 03-Jan-2023 03:10:50 Progress (3): 4.3/7.5 MB | 3.7 MB | 1.4/1.8 MB error 03-Jan-2023 03:10:50 Progress (3): 4.3/7.5 MB | 3.7 MB | 1.4/1.8 MB error 03-Jan-2023 03:10:50 Progress (3): 4.3/7.5 MB | 3.7 MB | 1.4/1.8 MB error 03-Jan-2023 03:10:50 Progress (3): 4.3/7.5 MB | 3.7 MB | 1.4/1.8 MB error 03-Jan-2023 03:10:50 Progress (3): 4.3/7.5 MB | 3.7 MB | 1.5/1.8 MB error 03-Jan-2023 03:10:50 Progress (3): 4.3/7.5 MB | 3.7 MB | 1.5/1.8 MB error 03-Jan-2023 03:10:50 Progress (3): 4.3/7.5 MB | 3.7 MB | 1.5/1.8 MB error 03-Jan-2023 03:10:50 Progress (3): 4.3/7.5 MB | 3.7 MB | 1.5/1.8 MB error 03-Jan-2023 03:10:50 Progress (3): 4.3/7.5 MB | 3.7 MB | 1.5/1.8 MB error 03-Jan-2023 03:10:50 Progress (3): 4.3/7.5 MB | 3.7 MB | 1.5/1.8 MB error 03-Jan-2023 03:10:50 Progress (3): 4.3/7.5 MB | 3.7 MB | 1.5/1.8 MB error 03-Jan-2023 03:10:50 Progress (3): 4.3/7.5 MB | 3.7 MB | 1.5/1.8 MB error 03-Jan-2023 03:10:50 Progress (3): 4.4/7.5 MB | 3.7 MB | 1.5/1.8 MB error 03-Jan-2023 03:10:50 Progress (3): 4.4/7.5 MB | 3.7 MB | 1.5/1.8 MB error 03-Jan-2023 03:10:50 Progress (4): 4.4/7.5 MB | 3.7 MB | 1.5/1.8 MB | 4.1/303 kB error 03-Jan-2023 03:10:50 Progress (4): 4.4/7.5 MB | 3.7 MB | 1.5/1.8 MB | 4.1/303 kB error 03-Jan-2023 03:10:50 Progress (4): 4.4/7.5 MB | 3.7 MB | 1.5/1.8 MB | 8.2/303 kB error 03-Jan-2023 03:10:50 Progress (4): 4.4/7.5 MB | 3.7 MB | 1.5/1.8 MB | 8.2/303 kB error 03-Jan-2023 03:10:50 Progress (4): 4.4/7.5 MB | 3.7 MB | 1.5/1.8 MB | 12/303 kB error 03-Jan-2023 03:10:50 Progress (4): 4.4/7.5 MB | 3.7 MB | 1.5/1.8 MB | 12/303 kB error 03-Jan-2023 03:10:50 Progress (4): 4.4/7.5 MB | 3.7 MB | 1.5/1.8 MB | 16/303 kB error 03-Jan-2023 03:10:50 Progress (4): 4.4/7.5 MB | 3.7 MB | 1.6/1.8 MB | 16/303 kB error 03-Jan-2023 03:10:50 Progress (4): 4.4/7.5 MB | 3.7 MB | 1.6/1.8 MB | 19/303 kB error 03-Jan-2023 03:10:50 Progress (4): 4.4/7.5 MB | 3.7 MB | 1.6/1.8 MB | 19/303 kB error 03-Jan-2023 03:10:50 Progress (4): 4.4/7.5 MB | 3.7 MB | 1.6/1.8 MB | 23/303 kB error 03-Jan-2023 03:10:50 Progress (4): 4.4/7.5 MB | 3.7 MB | 1.6/1.8 MB | 27/303 kB error 03-Jan-2023 03:10:50 Progress (4): 4.4/7.5 MB | 3.7 MB | 1.6/1.8 MB | 27/303 kB error 03-Jan-2023 03:10:50 Progress (4): 4.4/7.5 MB | 3.7 MB | 1.6/1.8 MB | 31/303 kB error 03-Jan-2023 03:10:50 Progress (4): 4.4/7.5 MB | 3.7 MB | 1.6/1.8 MB | 35/303 kB error 03-Jan-2023 03:10:50 Progress (4): 4.5/7.5 MB | 3.7 MB | 1.6/1.8 MB | 35/303 kB error 03-Jan-2023 03:10:50 Progress (4): 4.5/7.5 MB | 3.7 MB | 1.6/1.8 MB | 35/303 kB error 03-Jan-2023 03:10:50 Progress (4): 4.5/7.5 MB | 3.7 MB | 1.6/1.8 MB | 39/303 kB error 03-Jan-2023 03:10:50 Progress (4): 4.5/7.5 MB | 3.7 MB | 1.6/1.8 MB | 43/303 kB error 03-Jan-2023 03:10:50 Progress (4): 4.5/7.5 MB | 3.7 MB | 1.6/1.8 MB | 47/303 kB error 03-Jan-2023 03:10:50 Progress (4): 4.5/7.5 MB | 3.7 MB | 1.6/1.8 MB | 47/303 kB error 03-Jan-2023 03:10:50 Progress (4): 4.5/7.5 MB | 3.7 MB | 1.6/1.8 MB | 47/303 kB error 03-Jan-2023 03:10:50 Progress (4): 4.5/7.5 MB | 3.7 MB | 1.6/1.8 MB | 52/303 kB error 03-Jan-2023 03:10:50 Progress (4): 4.5/7.5 MB | 3.7 MB | 1.6/1.8 MB | 52/303 kB error 03-Jan-2023 03:10:50 Progress (4): 4.5/7.5 MB | 3.7 MB | 1.6/1.8 MB | 54/303 kB error 03-Jan-2023 03:10:50 Progress (4): 4.5/7.5 MB | 3.7 MB | 1.6/1.8 MB | 58/303 kB error 03-Jan-2023 03:10:50 Progress (4): 4.5/7.5 MB | 3.7 MB | 1.6/1.8 MB | 62/303 kB error 03-Jan-2023 03:10:50 Progress (4): 4.5/7.5 MB | 3.7 MB | 1.6/1.8 MB | 62/303 kB error 03-Jan-2023 03:10:50 Progress (4): 4.5/7.5 MB | 3.7 MB | 1.6/1.8 MB | 62/303 kB error 03-Jan-2023 03:10:50 Progress (4): 4.5/7.5 MB | 3.7 MB | 1.6/1.8 MB | 66/303 kB error 03-Jan-2023 03:10:50 Progress (4): 4.5/7.5 MB | 3.7 MB | 1.6/1.8 MB | 66/303 kB error 03-Jan-2023 03:10:50 Progress (4): 4.5/7.5 MB | 3.7 MB | 1.6/1.8 MB | 70/303 kB error 03-Jan-2023 03:10:50 Progress (4): 4.5/7.5 MB | 3.7 MB | 1.6/1.8 MB | 70/303 kB error 03-Jan-2023 03:10:50 Progress (4): 4.5/7.5 MB | 3.7 MB | 1.6/1.8 MB | 70/303 kB error 03-Jan-2023 03:10:50 Progress (4): 4.5/7.5 MB | 3.7 MB | 1.6/1.8 MB | 74/303 kB error 03-Jan-2023 03:10:50 Progress (4): 4.5/7.5 MB | 3.7 MB | 1.6/1.8 MB | 78/303 kB error 03-Jan-2023 03:10:50 Progress (4): 4.5/7.5 MB | 3.7 MB | 1.6/1.8 MB | 82/303 kB error 03-Jan-2023 03:10:50 Progress (4): 4.5/7.5 MB | 3.7 MB | 1.6/1.8 MB | 86/303 kB error 03-Jan-2023 03:10:50 Progress (4): 4.5/7.5 MB | 3.7 MB | 1.7/1.8 MB | 86/303 kB error 03-Jan-2023 03:10:50 Progress (4): 4.5/7.5 MB | 3.7 MB | 1.7/1.8 MB | 88/303 kB error 03-Jan-2023 03:10:50 Progress (4): 4.6/7.5 MB | 3.7 MB | 1.7/1.8 MB | 88/303 kB error 03-Jan-2023 03:10:50 Progress (4): 4.6/7.5 MB | 3.7 MB | 1.7/1.8 MB | 88/303 kB error 03-Jan-2023 03:10:50 Progress (4): 4.6/7.5 MB | 3.7 MB | 1.7/1.8 MB | 93/303 kB error 03-Jan-2023 03:10:50 Progress (4): 4.6/7.5 MB | 3.7 MB | 1.7/1.8 MB | 97/303 kB error 03-Jan-2023 03:10:50 Progress (4): 4.6/7.5 MB | 3.7 MB | 1.7/1.8 MB | 97/303 kB error 03-Jan-2023 03:10:50 Progress (4): 4.6/7.5 MB | 3.7 MB | 1.7/1.8 MB | 101/303 kB error 03-Jan-2023 03:10:50 Progress (4): 4.6/7.5 MB | 3.7 MB | 1.7/1.8 MB | 101/303 kB error 03-Jan-2023 03:10:50 Progress (4): 4.6/7.5 MB | 3.7 MB | 1.7/1.8 MB | 105/303 kB error 03-Jan-2023 03:10:50 Progress (4): 4.6/7.5 MB | 3.7 MB | 1.7/1.8 MB | 105/303 kB error 03-Jan-2023 03:10:50 Progress (4): 4.6/7.5 MB | 3.7 MB | 1.7/1.8 MB | 105/303 kB error 03-Jan-2023 03:10:50 Progress (4): 4.6/7.5 MB | 3.7 MB | 1.7/1.8 MB | 109/303 kB error 03-Jan-2023 03:10:50 Progress (4): 4.6/7.5 MB | 3.7 MB | 1.7/1.8 MB | 113/303 kB error 03-Jan-2023 03:10:50 Progress (4): 4.6/7.5 MB | 3.7 MB | 1.7/1.8 MB | 117/303 kB error 03-Jan-2023 03:10:50 Progress (4): 4.6/7.5 MB | 3.7 MB | 1.7/1.8 MB | 121/303 kB error 03-Jan-2023 03:10:50 error 03-Jan-2023 03:10:50 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/net/bytebuddy/byte-buddy/1.11.20/byte-buddy-1.11.20.jar (3.7 MB at 391 kB/s) error 03-Jan-2023 03:10:50 #18 88.21 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/com/fasterxml/jackson/datatype/jackson-datatype-jsr310/2.13.0/jackson-datatype-jsr310-2.13.0.jar error 03-Jan-2023 03:10:50 #18 88.21 Progress (3): 4.6/7.5 MB | 1.7/1.8 MB | 123/303 kB error 03-Jan-2023 03:10:50 Progress (3): 4.6/7.5 MB | 1.7/1.8 MB | 127/303 kB error 03-Jan-2023 03:10:50 Progress (3): 4.6/7.5 MB | 1.7/1.8 MB | 131/303 kB error 03-Jan-2023 03:10:50 Progress (3): 4.6/7.5 MB | 1.7/1.8 MB | 136/303 kB error 03-Jan-2023 03:10:50 Progress (3): 4.6/7.5 MB | 1.7/1.8 MB | 140/303 kB error 03-Jan-2023 03:10:50 Progress (3): 4.6/7.5 MB | 1.7/1.8 MB | 144/303 kB error 03-Jan-2023 03:10:50 Progress (3): 4.6/7.5 MB | 1.7/1.8 MB | 148/303 kB error 03-Jan-2023 03:10:50 Progress (3): 4.6/7.5 MB | 1.7/1.8 MB | 148/303 kB error 03-Jan-2023 03:10:50 Progress (3): 4.6/7.5 MB | 1.7/1.8 MB | 148/303 kB error 03-Jan-2023 03:10:50 Progress (3): 4.6/7.5 MB | 1.7/1.8 MB | 152/303 kB error 03-Jan-2023 03:10:50 Progress (3): 4.6/7.5 MB | 1.7/1.8 MB | 156/303 kB error 03-Jan-2023 03:10:50 Progress (3): 4.6/7.5 MB | 1.7/1.8 MB | 158/303 kB error 03-Jan-2023 03:10:50 Progress (3): 4.6/7.5 MB | 1.7/1.8 MB | 162/303 kB error 03-Jan-2023 03:10:50 Progress (3): 4.6/7.5 MB | 1.7/1.8 MB | 166/303 kB error 03-Jan-2023 03:10:50 Progress (3): 4.7/7.5 MB | 1.7/1.8 MB | 166/303 kB error 03-Jan-2023 03:10:50 Progress (3): 4.7/7.5 MB | 1.7/1.8 MB | 170/303 kB error 03-Jan-2023 03:10:50 Progress (3): 4.7/7.5 MB | 1.7/1.8 MB | 170/303 kB error 03-Jan-2023 03:10:50 Progress (3): 4.7/7.5 MB | 1.7/1.8 MB | 174/303 kB error 03-Jan-2023 03:10:50 Progress (3): 4.7/7.5 MB | 1.7/1.8 MB | 179/303 kB error 03-Jan-2023 03:10:50 Progress (3): 4.7/7.5 MB | 1.7/1.8 MB | 179/303 kB error 03-Jan-2023 03:10:50 Progress (3): 4.7/7.5 MB | 1.7/1.8 MB | 183/303 kB error 03-Jan-2023 03:10:50 Progress (3): 4.7/7.5 MB | 1.7/1.8 MB | 187/303 kB error 03-Jan-2023 03:10:50 Progress (3): 4.7/7.5 MB | 1.7/1.8 MB | 191/303 kB error 03-Jan-2023 03:10:50 Progress (3): 4.7/7.5 MB | 1.7/1.8 MB | 191/303 kB error 03-Jan-2023 03:10:50 Progress (3): 4.7/7.5 MB | 1.7/1.8 MB | 193/303 kB error 03-Jan-2023 03:10:50 Progress (3): 4.7/7.5 MB | 1.7/1.8 MB | 193/303 kB error 03-Jan-2023 03:10:50 Progress (3): 4.7/7.5 MB | 1.7/1.8 MB | 197/303 kB error 03-Jan-2023 03:10:50 Progress (3): 4.7/7.5 MB | 1.8/1.8 MB | 197/303 kB error 03-Jan-2023 03:10:50 Progress (3): 4.7/7.5 MB | 1.8/1.8 MB | 201/303 kB error 03-Jan-2023 03:10:50 Progress (3): 4.7/7.5 MB | 1.8/1.8 MB | 205/303 kB error 03-Jan-2023 03:10:50 Progress (3): 4.7/7.5 MB | 1.8/1.8 MB | 209/303 kB error 03-Jan-2023 03:10:50 Progress (4): 4.7/7.5 MB | 1.8/1.8 MB | 209/303 kB | 0/1.4 MB error 03-Jan-2023 03:10:50 Progress (4): 4.7/7.5 MB | 1.8/1.8 MB | 209/303 kB | 0/1.4 MB error 03-Jan-2023 03:10:50 Progress (4): 4.7/7.5 MB | 1.8/1.8 MB | 209/303 kB | 0/1.4 MB error 03-Jan-2023 03:10:50 Progress (4): 4.7/7.5 MB | 1.8/1.8 MB | 209/303 kB | 0/1.4 MB error 03-Jan-2023 03:10:50 Progress (4): 4.7/7.5 MB | 1.8/1.8 MB | 209/303 kB | 0/1.4 MB error 03-Jan-2023 03:10:50 Progress (4): 4.7/7.5 MB | 1.8/1.8 MB | 213/303 kB | 0/1.4 MB error 03-Jan-2023 03:10:50 Progress (4): 4.7/7.5 MB | 1.8/1.8 MB | 217/303 kB | 0/1.4 MB error 03-Jan-2023 03:10:50 Progress (4): 4.7/7.5 MB | 1.8/1.8 MB | 222/303 kB | 0/1.4 MB error 03-Jan-2023 03:10:50 Progress (4): 4.7/7.5 MB | 1.8/1.8 MB | 222/303 kB | 0/1.4 MB error 03-Jan-2023 03:10:50 Progress (4): 4.7/7.5 MB | 1.8/1.8 MB | 226/303 kB | 0/1.4 MB error 03-Jan-2023 03:10:50 Progress (4): 4.7/7.5 MB | 1.8/1.8 MB | 226/303 kB | 0/1.4 MB error 03-Jan-2023 03:10:50 Progress (4): 4.7/7.5 MB | 1.8/1.8 MB | 226/303 kB | 0/1.4 MB error 03-Jan-2023 03:10:50 Progress (4): 4.7/7.5 MB | 1.8/1.8 MB | 226/303 kB | 0/1.4 MB error 03-Jan-2023 03:10:50 Progress (4): 4.7/7.5 MB | 1.8/1.8 MB | 228/303 kB | 0/1.4 MB error 03-Jan-2023 03:10:50 Progress (4): 4.7/7.5 MB | 1.8/1.8 MB | 232/303 kB | 0/1.4 MB error 03-Jan-2023 03:10:50 Progress (4): 4.7/7.5 MB | 1.8/1.8 MB | 236/303 kB | 0/1.4 MB error 03-Jan-2023 03:10:50 Progress (4): 4.7/7.5 MB | 1.8/1.8 MB | 240/303 kB | 0/1.4 MB error 03-Jan-2023 03:10:50 Progress (4): 4.7/7.5 MB | 1.8/1.8 MB | 244/303 kB | 0/1.4 MB error 03-Jan-2023 03:10:50 Progress (4): 4.7/7.5 MB | 1.8/1.8 MB | 244/303 kB | 0/1.4 MB error 03-Jan-2023 03:10:50 Progress (4): 4.7/7.5 MB | 1.8/1.8 MB | 244/303 kB | 0.1/1.4 MB error 03-Jan-2023 03:10:50 Progress (4): 4.7/7.5 MB | 1.8/1.8 MB | 244/303 kB | 0.1/1.4 MB error 03-Jan-2023 03:10:50 Progress (4): 4.7/7.5 MB | 1.8/1.8 MB | 248/303 kB | 0.1/1.4 MB error 03-Jan-2023 03:10:50 Progress (4): 4.7/7.5 MB | 1.8/1.8 MB | 251/303 kB | 0.1/1.4 MB error 03-Jan-2023 03:10:50 Progress (4): 4.7/7.5 MB | 1.8/1.8 MB | 255/303 kB | 0.1/1.4 MB error 03-Jan-2023 03:10:50 Progress (4): 4.7/7.5 MB | 1.8/1.8 MB | 260/303 kB | 0.1/1.4 MB error 03-Jan-2023 03:10:50 Progress (4): 4.7/7.5 MB | 1.8 MB | 260/303 kB | 0.1/1.4 MB error 03-Jan-2023 03:10:50 Progress (4): 4.7/7.5 MB | 1.8 MB | 264/303 kB | 0.1/1.4 MB error 03-Jan-2023 03:10:50 Progress (4): 4.7/7.5 MB | 1.8 MB | 264/303 kB | 0.1/1.4 MB error 03-Jan-2023 03:10:50 Progress (4): 4.7/7.5 MB | 1.8 MB | 268/303 kB | 0.1/1.4 MB error 03-Jan-2023 03:10:50 Progress (4): 4.8/7.5 MB | 1.8 MB | 268/303 kB | 0.1/1.4 MB error 03-Jan-2023 03:10:50 Progress (4): 4.8/7.5 MB | 1.8 MB | 268/303 kB | 0.1/1.4 MB error 03-Jan-2023 03:10:50 Progress (4): 4.8/7.5 MB | 1.8 MB | 272/303 kB | 0.1/1.4 MB error 03-Jan-2023 03:10:50 Progress (4): 4.8/7.5 MB | 1.8 MB | 276/303 kB | 0.1/1.4 MB error 03-Jan-2023 03:10:50 Progress (4): 4.8/7.5 MB | 1.8 MB | 280/303 kB | 0.1/1.4 MB error 03-Jan-2023 03:10:50 Progress (4): 4.8/7.5 MB | 1.8 MB | 284/303 kB | 0.1/1.4 MB error 03-Jan-2023 03:10:50 Progress (4): 4.8/7.5 MB | 1.8 MB | 288/303 kB | 0.1/1.4 MB error 03-Jan-2023 03:10:50 Progress (4): 4.8/7.5 MB | 1.8 MB | 292/303 kB | 0.1/1.4 MB error 03-Jan-2023 03:10:50 Progress (4): 4.8/7.5 MB | 1.8 MB | 292/303 kB | 0.1/1.4 MB error 03-Jan-2023 03:10:50 Progress (4): 4.8/7.5 MB | 1.8 MB | 295/303 kB | 0.1/1.4 MB error 03-Jan-2023 03:10:50 Progress (4): 4.8/7.5 MB | 1.8 MB | 295/303 kB | 0.1/1.4 MB error 03-Jan-2023 03:10:50 Progress (4): 4.8/7.5 MB | 1.8 MB | 295/303 kB | 0.1/1.4 MB error 03-Jan-2023 03:10:50 Progress (4): 4.8/7.5 MB | 1.8 MB | 299/303 kB | 0.1/1.4 MB error 03-Jan-2023 03:10:50 Progress (4): 4.8/7.5 MB | 1.8 MB | 303/303 kB | 0.1/1.4 MB error 03-Jan-2023 03:10:50 Progress (4): 4.8/7.5 MB | 1.8 MB | 303 kB | 0.1/1.4 MB error 03-Jan-2023 03:10:50 Progress (4): 4.8/7.5 MB | 1.8 MB | 303 kB | 0.1/1.4 MB error 03-Jan-2023 03:10:50 Progress (4): 4.8/7.5 MB | 1.8 MB | 303 kB | 0.1/1.4 MB error 03-Jan-2023 03:10:50 Progress (4): 4.8/7.5 MB | 1.8 MB | 303 kB | 0.1/1.4 MB error 03-Jan-2023 03:10:50 Progress (4): 4.8/7.5 MB | 1.8 MB | 303 kB | 0.1/1.4 MB error 03-Jan-2023 03:10:50 Progress (4): 4.9/7.5 MB | 1.8 MB | 303 kB | 0.1/1.4 MB error 03-Jan-2023 03:10:50 Progress (4): 4.9/7.5 MB | 1.8 MB | 303 kB | 0.1/1.4 MB error 03-Jan-2023 03:10:50 Progress (4): 4.9/7.5 MB | 1.8 MB | 303 kB | 0.1/1.4 MB error 03-Jan-2023 03:10:50 Progress (4): 4.9/7.5 MB | 1.8 MB | 303 kB | 0.1/1.4 MB error 03-Jan-2023 03:10:50 Progress (4): 4.9/7.5 MB | 1.8 MB | 303 kB | 0.2/1.4 MB error 03-Jan-2023 03:10:50 Progress (4): 5.0/7.5 MB | 1.8 MB | 303 kB | 0.2/1.4 MB error 03-Jan-2023 03:10:50 Progress (4): 5.0/7.5 MB | 1.8 MB | 303 kB | 0.2/1.4 MB error 03-Jan-2023 03:10:50 Progress (4): 5.0/7.5 MB | 1.8 MB | 303 kB | 0.2/1.4 MB error 03-Jan-2023 03:10:50 Progress (4): 5.0/7.5 MB | 1.8 MB | 303 kB | 0.2/1.4 MB error 03-Jan-2023 03:10:50 Progress (4): 5.0/7.5 MB | 1.8 MB | 303 kB | 0.2/1.4 MB error 03-Jan-2023 03:10:50 Progress (4): 5.0/7.5 MB | 1.8 MB | 303 kB | 0.2/1.4 MB error 03-Jan-2023 03:10:50 Progress (4): 5.0/7.5 MB | 1.8 MB | 303 kB | 0.2/1.4 MB error 03-Jan-2023 03:10:50 Progress (4): 5.0/7.5 MB | 1.8 MB | 303 kB | 0.2/1.4 MB error 03-Jan-2023 03:10:50 Progress (4): 5.0/7.5 MB | 1.8 MB | 303 kB | 0.2/1.4 MB error 03-Jan-2023 03:10:50 Progress (4): 5.1/7.5 MB | 1.8 MB | 303 kB | 0.2/1.4 MB error 03-Jan-2023 03:10:50 Progress (4): 5.1/7.5 MB | 1.8 MB | 303 kB | 0.2/1.4 MB error 03-Jan-2023 03:10:50 Progress (4): 5.1/7.5 MB | 1.8 MB | 303 kB | 0.2/1.4 MB error 03-Jan-2023 03:10:50 Progress (4): 5.1/7.5 MB | 1.8 MB | 303 kB | 0.2/1.4 MB error 03-Jan-2023 03:10:50 Progress (4): 5.1/7.5 MB | 1.8 MB | 303 kB | 0.2/1.4 MB error 03-Jan-2023 03:10:50 Progress (4): 5.1/7.5 MB | 1.8 MB | 303 kB | 0.2/1.4 MB error 03-Jan-2023 03:10:50 Progress (4): 5.2/7.5 MB | 1.8 MB | 303 kB | 0.2/1.4 MB error 03-Jan-2023 03:10:50 Progress (4): 5.2/7.5 MB | 1.8 MB | 303 kB | 0.2/1.4 MB error 03-Jan-2023 03:10:50 Progress (4): 5.2/7.5 MB | 1.8 MB | 303 kB | 0.3/1.4 MB error 03-Jan-2023 03:10:50 Progress (4): 5.2/7.5 MB | 1.8 MB | 303 kB | 0.3/1.4 MB error 03-Jan-2023 03:10:50 Progress (4): 5.2/7.5 MB | 1.8 MB | 303 kB | 0.3/1.4 MB error 03-Jan-2023 03:10:50 Progress (4): 5.2/7.5 MB | 1.8 MB | 303 kB | 0.3/1.4 MB error 03-Jan-2023 03:10:50 Progress (4): 5.2/7.5 MB | 1.8 MB | 303 kB | 0.3/1.4 MB error 03-Jan-2023 03:10:50 Progress (5): 5.2/7.5 MB | 1.8 MB | 303 kB | 0.3/1.4 MB | 3.3/121 kB error 03-Jan-2023 03:10:50 Progress (5): 5.2/7.5 MB | 1.8 MB | 303 kB | 0.3/1.4 MB | 6.1/121 kB error 03-Jan-2023 03:10:50 Progress (5): 5.2/7.5 MB | 1.8 MB | 303 kB | 0.3/1.4 MB | 6.1/121 kB error 03-Jan-2023 03:10:50 Progress (5): 5.2/7.5 MB | 1.8 MB | 303 kB | 0.3/1.4 MB | 8.9/121 kB error 03-Jan-2023 03:10:50 Progress (5): 5.2/7.5 MB | 1.8 MB | 303 kB | 0.3/1.4 MB | 8.9/121 kB error 03-Jan-2023 03:10:50 Progress (5): 5.2/7.5 MB | 1.8 MB | 303 kB | 0.3/1.4 MB | 12/121 kB error 03-Jan-2023 03:10:50 Progress (5): 5.2/7.5 MB | 1.8 MB | 303 kB | 0.3/1.4 MB | 14/121 kB error 03-Jan-2023 03:10:50 Progress (5): 5.2/7.5 MB | 1.8 MB | 303 kB | 0.3/1.4 MB | 14/121 kB error 03-Jan-2023 03:10:50 Progress (5): 5.2/7.5 MB | 1.8 MB | 303 kB | 0.3/1.4 MB | 14/121 kB error 03-Jan-2023 03:10:50 Progress (5): 5.2/7.5 MB | 1.8 MB | 303 kB | 0.3/1.4 MB | 17/121 kB error 03-Jan-2023 03:10:50 Progress (5): 5.2/7.5 MB | 1.8 MB | 303 kB | 0.3/1.4 MB | 20/121 kB error 03-Jan-2023 03:10:50 Progress (5): 5.2/7.5 MB | 1.8 MB | 303 kB | 0.3/1.4 MB | 20/121 kB error 03-Jan-2023 03:10:50 Progress (5): 5.2/7.5 MB | 1.8 MB | 303 kB | 0.3/1.4 MB | 20/121 kB error 03-Jan-2023 03:10:50 Progress (5): 5.2/7.5 MB | 1.8 MB | 303 kB | 0.3/1.4 MB | 20/121 kB error 03-Jan-2023 03:10:50 Progress (5): 5.2/7.5 MB | 1.8 MB | 303 kB | 0.3/1.4 MB | 20/121 kB error 03-Jan-2023 03:10:50 Progress (5): 5.2/7.5 MB | 1.8 MB | 303 kB | 0.4/1.4 MB | 20/121 kB error 03-Jan-2023 03:10:50 Progress (5): 5.2/7.5 MB | 1.8 MB | 303 kB | 0.4/1.4 MB | 23/121 kB error 03-Jan-2023 03:10:50 Progress (5): 5.2/7.5 MB | 1.8 MB | 303 kB | 0.4/1.4 MB | 26/121 kB error 03-Jan-2023 03:10:50 Progress (5): 5.2/7.5 MB | 1.8 MB | 303 kB | 0.4/1.4 MB | 28/121 kB error 03-Jan-2023 03:10:50 Progress (5): 5.2/7.5 MB | 1.8 MB | 303 kB | 0.4/1.4 MB | 28/121 kB error 03-Jan-2023 03:10:50 Progress (5): 5.2/7.5 MB | 1.8 MB | 303 kB | 0.4/1.4 MB | 28/121 kB error 03-Jan-2023 03:10:50 Progress (5): 5.2/7.5 MB | 1.8 MB | 303 kB | 0.4/1.4 MB | 31/121 kB error 03-Jan-2023 03:10:50 Progress (5): 5.3/7.5 MB | 1.8 MB | 303 kB | 0.4/1.4 MB | 31/121 kB error 03-Jan-2023 03:10:50 Progress (5): 5.3/7.5 MB | 1.8 MB | 303 kB | 0.4/1.4 MB | 34/121 kB error 03-Jan-2023 03:10:50 Progress (5): 5.3/7.5 MB | 1.8 MB | 303 kB | 0.4/1.4 MB | 37/121 kB error 03-Jan-2023 03:10:50 Progress (5): 5.3/7.5 MB | 1.8 MB | 303 kB | 0.4/1.4 MB | 37/121 kB error 03-Jan-2023 03:10:50 Progress (5): 5.3/7.5 MB | 1.8 MB | 303 kB | 0.4/1.4 MB | 37/121 kB error 03-Jan-2023 03:10:50 Progress (5): 5.3/7.5 MB | 1.8 MB | 303 kB | 0.4/1.4 MB | 40/121 kB error 03-Jan-2023 03:10:50 Progress (5): 5.3/7.5 MB | 1.8 MB | 303 kB | 0.4/1.4 MB | 40/121 kB error 03-Jan-2023 03:10:50 Progress (5): 5.3/7.5 MB | 1.8 MB | 303 kB | 0.4/1.4 MB | 42/121 kB error 03-Jan-2023 03:10:50 error 03-Jan-2023 03:10:50 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/logging/log4j/log4j-core/2.17.2/log4j-core-2.17.2.jar (1.8 MB at 187 kB/s) error 03-Jan-2023 03:10:50 #18 88.45 Progress (4): 5.3/7.5 MB | 303 kB | 0.4/1.4 MB | 42/121 kB error 03-Jan-2023 03:10:50 error 03-Jan-2023 03:10:50 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/net/sf/ehcache/ehcache/2.10.9.2/ehcache-2.10.9.2.jar error 03-Jan-2023 03:10:50 #18 88.45 Progress (4): 5.3/7.5 MB | 303 kB | 0.4/1.4 MB | 42/121 kB error 03-Jan-2023 03:10:50 Progress (4): 5.3/7.5 MB | 303 kB | 0.4/1.4 MB | 42/121 kB error 03-Jan-2023 03:10:50 Progress (4): 5.3/7.5 MB | 303 kB | 0.4/1.4 MB | 42/121 kB error 03-Jan-2023 03:10:50 Progress (4): 5.3/7.5 MB | 303 kB | 0.4/1.4 MB | 42/121 kB error 03-Jan-2023 03:10:50 Progress (4): 5.3/7.5 MB | 303 kB | 0.4/1.4 MB | 45/121 kB error 03-Jan-2023 03:10:50 Progress (4): 5.3/7.5 MB | 303 kB | 0.4/1.4 MB | 45/121 kB error 03-Jan-2023 03:10:50 Progress (4): 5.3/7.5 MB | 303 kB | 0.5/1.4 MB | 45/121 kB error 03-Jan-2023 03:10:50 Progress (4): 5.3/7.5 MB | 303 kB | 0.5/1.4 MB | 48/121 kB error 03-Jan-2023 03:10:50 Progress (4): 5.3/7.5 MB | 303 kB | 0.5/1.4 MB | 51/121 kB error 03-Jan-2023 03:10:50 error 03-Jan-2023 03:10:50 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/logging/log4j/log4j-1.2-api/2.17.2/log4j-1.2-api-2.17.2.jar (303 kB at 31 kB/s) error 03-Jan-2023 03:10:50 #18 88.48 Progress (3): 5.3/7.5 MB | 0.5/1.4 MB | 51/121 kB error 03-Jan-2023 03:10:50 Progress (3): 5.3/7.5 MB | 0.5/1.4 MB | 51/121 kB error 03-Jan-2023 03:10:50 error 03-Jan-2023 03:10:50 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/aspectj/aspectjrt/1.9.7/aspectjrt-1.9.7.jar error 03-Jan-2023 03:10:50 #18 88.48 Progress (3): 5.3/7.5 MB | 0.5/1.4 MB | 54/121 kB error 03-Jan-2023 03:10:50 Progress (3): 5.3/7.5 MB | 0.5/1.4 MB | 56/121 kB error 03-Jan-2023 03:10:50 Progress (3): 5.3/7.5 MB | 0.5/1.4 MB | 59/121 kB error 03-Jan-2023 03:10:50 Progress (3): 5.3/7.5 MB | 0.5/1.4 MB | 62/121 kB error 03-Jan-2023 03:10:50 Progress (3): 5.3/7.5 MB | 0.5/1.4 MB | 62/121 kB error 03-Jan-2023 03:10:50 Progress (3): 5.4/7.5 MB | 0.5/1.4 MB | 62/121 kB error 03-Jan-2023 03:10:50 Progress (3): 5.4/7.5 MB | 0.5/1.4 MB | 65/121 kB error 03-Jan-2023 03:10:50 Progress (3): 5.4/7.5 MB | 0.5/1.4 MB | 65/121 kB error 03-Jan-2023 03:10:50 Progress (3): 5.4/7.5 MB | 0.5/1.4 MB | 68/121 kB error 03-Jan-2023 03:10:50 Progress (3): 5.4/7.5 MB | 0.5/1.4 MB | 68/121 kB error 03-Jan-2023 03:10:50 Progress (3): 5.4/7.5 MB | 0.5/1.4 MB | 70/121 kB error 03-Jan-2023 03:10:50 Progress (3): 5.4/7.5 MB | 0.5/1.4 MB | 70/121 kB error 03-Jan-2023 03:10:50 Progress (3): 5.4/7.5 MB | 0.5/1.4 MB | 70/121 kB error 03-Jan-2023 03:10:50 Progress (3): 5.4/7.5 MB | 0.5/1.4 MB | 73/121 kB error 03-Jan-2023 03:10:50 Progress (3): 5.4/7.5 MB | 0.5/1.4 MB | 76/121 kB error 03-Jan-2023 03:10:50 Progress (3): 5.4/7.5 MB | 0.5/1.4 MB | 76/121 kB error 03-Jan-2023 03:10:50 Progress (3): 5.4/7.5 MB | 0.5/1.4 MB | 79/121 kB error 03-Jan-2023 03:10:50 Progress (3): 5.4/7.5 MB | 0.5/1.4 MB | 82/121 kB error 03-Jan-2023 03:10:50 Progress (3): 5.4/7.5 MB | 0.5/1.4 MB | 84/121 kB error 03-Jan-2023 03:10:50 Progress (3): 5.4/7.5 MB | 0.5/1.4 MB | 84/121 kB error 03-Jan-2023 03:10:50 Progress (3): 5.4/7.5 MB | 0.5/1.4 MB | 84/121 kB error 03-Jan-2023 03:10:50 Progress (3): 5.4/7.5 MB | 0.5/1.4 MB | 87/121 kB error 03-Jan-2023 03:10:50 Progress (3): 5.4/7.5 MB | 0.5/1.4 MB | 90/121 kB error 03-Jan-2023 03:10:50 Progress (3): 5.4/7.5 MB | 0.5/1.4 MB | 90/121 kB error 03-Jan-2023 03:10:50 Progress (3): 5.4/7.5 MB | 0.5/1.4 MB | 90/121 kB error 03-Jan-2023 03:10:50 Progress (3): 5.4/7.5 MB | 0.5/1.4 MB | 93/121 kB error 03-Jan-2023 03:10:50 Progress (3): 5.4/7.5 MB | 0.5/1.4 MB | 96/121 kB error 03-Jan-2023 03:10:50 Progress (3): 5.4/7.5 MB | 0.6/1.4 MB | 96/121 kB error 03-Jan-2023 03:10:50 Progress (3): 5.4/7.5 MB | 0.6/1.4 MB | 98/121 kB error 03-Jan-2023 03:10:50 Progress (3): 5.4/7.5 MB | 0.6/1.4 MB | 101/121 kB error 03-Jan-2023 03:10:50 Progress (3): 5.4/7.5 MB | 0.6/1.4 MB | 101/121 kB error 03-Jan-2023 03:10:50 Progress (3): 5.4/7.5 MB | 0.6/1.4 MB | 101/121 kB error 03-Jan-2023 03:10:50 Progress (3): 5.4/7.5 MB | 0.6/1.4 MB | 104/121 kB error 03-Jan-2023 03:10:50 Progress (3): 5.5/7.5 MB | 0.6/1.4 MB | 104/121 kB error 03-Jan-2023 03:10:50 Progress (3): 5.5/7.5 MB | 0.6/1.4 MB | 106/121 kB error 03-Jan-2023 03:10:50 Progress (3): 5.5/7.5 MB | 0.6/1.4 MB | 106/121 kB error 03-Jan-2023 03:10:50 Progress (3): 5.5/7.5 MB | 0.6/1.4 MB | 109/121 kB error 03-Jan-2023 03:10:50 Progress (3): 5.5/7.5 MB | 0.6/1.4 MB | 112/121 kB error 03-Jan-2023 03:10:50 Progress (3): 5.5/7.5 MB | 0.6/1.4 MB | 112/121 kB error 03-Jan-2023 03:10:50 Progress (3): 5.5/7.5 MB | 0.6/1.4 MB | 112/121 kB error 03-Jan-2023 03:10:50 Progress (3): 5.5/7.5 MB | 0.6/1.4 MB | 115/121 kB error 03-Jan-2023 03:10:50 Progress (3): 5.5/7.5 MB | 0.6/1.4 MB | 118/121 kB error 03-Jan-2023 03:10:50 Progress (3): 5.5/7.5 MB | 0.6/1.4 MB | 118/121 kB error 03-Jan-2023 03:10:50 Progress (3): 5.5/7.5 MB | 0.6/1.4 MB | 118/121 kB error 03-Jan-2023 03:10:50 Progress (3): 5.5/7.5 MB | 0.6/1.4 MB | 120/121 kB error 03-Jan-2023 03:10:50 Progress (3): 5.5/7.5 MB | 0.6/1.4 MB | 120/121 kB error 03-Jan-2023 03:10:50 Progress (3): 5.5/7.5 MB | 0.6/1.4 MB | 121 kB error 03-Jan-2023 03:10:50 Progress (3): 5.5/7.5 MB | 0.6/1.4 MB | 121 kB error 03-Jan-2023 03:10:50 Progress (3): 5.5/7.5 MB | 0.6/1.4 MB | 121 kB error 03-Jan-2023 03:10:50 Progress (3): 5.6/7.5 MB | 0.6/1.4 MB | 121 kB error 03-Jan-2023 03:10:50 Progress (3): 5.6/7.5 MB | 0.6/1.4 MB | 121 kB error 03-Jan-2023 03:10:50 Progress (3): 5.6/7.5 MB | 0.7/1.4 MB | 121 kB error 03-Jan-2023 03:10:50 Progress (3): 5.6/7.5 MB | 0.7/1.4 MB | 121 kB error 03-Jan-2023 03:10:50 Progress (3): 5.6/7.5 MB | 0.7/1.4 MB | 121 kB error 03-Jan-2023 03:10:50 Progress (3): 5.6/7.5 MB | 0.7/1.4 MB | 121 kB error 03-Jan-2023 03:10:50 Progress (3): 5.6/7.5 MB | 0.7/1.4 MB | 121 kB error 03-Jan-2023 03:10:50 Progress (3): 5.6/7.5 MB | 0.7/1.4 MB | 121 kB error 03-Jan-2023 03:10:50 Progress (3): 5.6/7.5 MB | 0.7/1.4 MB | 121 kB error 03-Jan-2023 03:10:50 Progress (3): 5.7/7.5 MB | 0.7/1.4 MB | 121 kB error 03-Jan-2023 03:10:50 Progress (3): 5.7/7.5 MB | 0.7/1.4 MB | 121 kB error 03-Jan-2023 03:10:50 Progress (3): 5.7/7.5 MB | 0.7/1.4 MB | 121 kB error 03-Jan-2023 03:10:50 Progress (3): 5.7/7.5 MB | 0.7/1.4 MB | 121 kB error 03-Jan-2023 03:10:50 Progress (3): 5.8/7.5 MB | 0.7/1.4 MB | 121 kB error 03-Jan-2023 03:10:50 Progress (3): 5.8/7.5 MB | 0.7/1.4 MB | 121 kB error 03-Jan-2023 03:10:50 Progress (3): 5.8/7.5 MB | 0.7/1.4 MB | 121 kB error 03-Jan-2023 03:10:50 Progress (3): 5.8/7.5 MB | 0.7/1.4 MB | 121 kB error 03-Jan-2023 03:10:50 Progress (3): 5.8/7.5 MB | 0.7/1.4 MB | 121 kB error 03-Jan-2023 03:10:50 Progress (3): 5.8/7.5 MB | 0.7/1.4 MB | 121 kB error 03-Jan-2023 03:10:50 Progress (3): 5.9/7.5 MB | 0.7/1.4 MB | 121 kB error 03-Jan-2023 03:10:50 Progress (3): 5.9/7.5 MB | 0.7/1.4 MB | 121 kB error 03-Jan-2023 03:10:50 Progress (3): 5.9/7.5 MB | 0.8/1.4 MB | 121 kB error 03-Jan-2023 03:10:50 Progress (3): 5.9/7.5 MB | 0.8/1.4 MB | 121 kB error 03-Jan-2023 03:10:50 Progress (3): 5.9/7.5 MB | 0.8/1.4 MB | 121 kB error 03-Jan-2023 03:10:50 Progress (3): 5.9/7.5 MB | 0.8/1.4 MB | 121 kB error 03-Jan-2023 03:10:50 Progress (3): 6.0/7.5 MB | 0.8/1.4 MB | 121 kB error 03-Jan-2023 03:10:50 Progress (3): 6.0/7.5 MB | 0.8/1.4 MB | 121 kB error 03-Jan-2023 03:10:50 Progress (3): 6.0/7.5 MB | 0.8/1.4 MB | 121 kB error 03-Jan-2023 03:10:50 Progress (3): 6.0/7.5 MB | 0.8/1.4 MB | 121 kB error 03-Jan-2023 03:10:50 Progress (3): 6.0/7.5 MB | 0.8/1.4 MB | 121 kB error 03-Jan-2023 03:10:50 Progress (3): 6.1/7.5 MB | 0.8/1.4 MB | 121 kB error 03-Jan-2023 03:10:50 Progress (3): 6.1/7.5 MB | 0.8/1.4 MB | 121 kB error 03-Jan-2023 03:10:50 Progress (3): 6.1/7.5 MB | 0.8/1.4 MB | 121 kB error 03-Jan-2023 03:10:50 Progress (4): 6.1/7.5 MB | 0.8/1.4 MB | 121 kB | 3.3/123 kB error 03-Jan-2023 03:10:50 Progress (4): 6.1/7.5 MB | 0.8/1.4 MB | 121 kB | 3.3/123 kB error 03-Jan-2023 03:10:50 Progress (4): 6.1/7.5 MB | 0.8/1.4 MB | 121 kB | 6.1/123 kB error 03-Jan-2023 03:10:50 Progress (4): 6.1/7.5 MB | 0.8/1.4 MB | 121 kB | 8.9/123 kB error 03-Jan-2023 03:10:50 Progress (4): 6.1/7.5 MB | 0.8/1.4 MB | 121 kB | 12/123 kB error 03-Jan-2023 03:10:50 Progress (4): 6.1/7.5 MB | 0.8/1.4 MB | 121 kB | 15/123 kB error 03-Jan-2023 03:10:50 Progress (4): 6.2/7.5 MB | 0.8/1.4 MB | 121 kB | 15/123 kB error 03-Jan-2023 03:10:50 Progress (4): 6.2/7.5 MB | 0.8/1.4 MB | 121 kB | 15/123 kB error 03-Jan-2023 03:10:50 Progress (4): 6.2/7.5 MB | 0.8/1.4 MB | 121 kB | 17/123 kB error 03-Jan-2023 03:10:50 Progress (4): 6.2/7.5 MB | 0.8/1.4 MB | 121 kB | 17/123 kB error 03-Jan-2023 03:10:50 Progress (4): 6.2/7.5 MB | 0.8/1.4 MB | 121 kB | 20/123 kB error 03-Jan-2023 03:10:50 Progress (4): 6.2/7.5 MB | 0.8/1.4 MB | 121 kB | 20/123 kB error 03-Jan-2023 03:10:50 Progress (4): 6.3/7.5 MB | 0.8/1.4 MB | 121 kB | 20/123 kB error 03-Jan-2023 03:10:50 Progress (4): 6.3/7.5 MB | 0.8/1.4 MB | 121 kB | 23/123 kB error 03-Jan-2023 03:10:50 Progress (4): 6.3/7.5 MB | 0.8/1.4 MB | 121 kB | 23/123 kB error 03-Jan-2023 03:10:50 Progress (4): 6.3/7.5 MB | 0.8/1.4 MB | 121 kB | 23/123 kB error 03-Jan-2023 03:10:50 Progress (4): 6.3/7.5 MB | 0.8/1.4 MB | 121 kB | 26/123 kB error 03-Jan-2023 03:10:50 Progress (4): 6.3/7.5 MB | 0.8/1.4 MB | 121 kB | 26/123 kB error 03-Jan-2023 03:10:50 Progress (4): 6.3/7.5 MB | 0.8/1.4 MB | 121 kB | 26/123 kB error 03-Jan-2023 03:10:50 Progress (4): 6.3/7.5 MB | 0.9/1.4 MB | 121 kB | 26/123 kB error 03-Jan-2023 03:10:50 Progress (4): 6.4/7.5 MB | 0.9/1.4 MB | 121 kB | 26/123 kB error 03-Jan-2023 03:10:50 Progress (4): 6.4/7.5 MB | 0.9/1.4 MB | 121 kB | 26/123 kB error 03-Jan-2023 03:10:50 Progress (4): 6.4/7.5 MB | 0.9/1.4 MB | 121 kB | 26/123 kB error 03-Jan-2023 03:10:50 Progress (4): 6.4/7.5 MB | 0.9/1.4 MB | 121 kB | 26/123 kB error 03-Jan-2023 03:10:50 error 03-Jan-2023 03:10:50 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/com/fasterxml/jackson/datatype/jackson-datatype-jsr310/2.13.0/jackson-datatype-jsr310-2.13.0.jar (121 kB at 12 kB/s) error 03-Jan-2023 03:10:50 #18 88.68 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/aspectj/aspectjweaver/1.9.7/aspectjweaver-1.9.7.jar error 03-Jan-2023 03:10:50 #18 88.69 Progress (3): 6.4/7.5 MB | 0.9/1.4 MB | 26/123 kB error 03-Jan-2023 03:10:50 Progress (3): 6.4/7.5 MB | 0.9/1.4 MB | 26/123 kB error 03-Jan-2023 03:10:50 Progress (3): 6.4/7.5 MB | 0.9/1.4 MB | 26/123 kB error 03-Jan-2023 03:10:50 Progress (3): 6.5/7.5 MB | 0.9/1.4 MB | 26/123 kB error 03-Jan-2023 03:10:50 Progress (3): 6.5/7.5 MB | 0.9/1.4 MB | 26/123 kB error 03-Jan-2023 03:10:50 Progress (3): 6.5/7.5 MB | 0.9/1.4 MB | 26/123 kB error 03-Jan-2023 03:10:50 Progress (3): 6.5/7.5 MB | 0.9/1.4 MB | 26/123 kB error 03-Jan-2023 03:10:50 Progress (3): 6.5/7.5 MB | 0.9/1.4 MB | 26/123 kB error 03-Jan-2023 03:10:50 Progress (3): 6.5/7.5 MB | 0.9/1.4 MB | 26/123 kB error 03-Jan-2023 03:10:50 Progress (3): 6.5/7.5 MB | 0.9/1.4 MB | 26/123 kB error 03-Jan-2023 03:10:50 Progress (3): 6.5/7.5 MB | 1.0/1.4 MB | 26/123 kB error 03-Jan-2023 03:10:50 Progress (3): 6.5/7.5 MB | 1.0/1.4 MB | 26/123 kB error 03-Jan-2023 03:10:50 Progress (3): 6.5/7.5 MB | 1.0/1.4 MB | 26/123 kB error 03-Jan-2023 03:10:50 Progress (3): 6.5/7.5 MB | 1.0/1.4 MB | 26/123 kB error 03-Jan-2023 03:10:50 Progress (3): 6.6/7.5 MB | 1.0/1.4 MB | 26/123 kB error 03-Jan-2023 03:10:50 Progress (3): 6.6/7.5 MB | 1.0/1.4 MB | 26/123 kB error 03-Jan-2023 03:10:50 Progress (3): 6.6/7.5 MB | 1.0/1.4 MB | 26/123 kB error 03-Jan-2023 03:10:50 Progress (3): 6.6/7.5 MB | 1.0/1.4 MB | 26/123 kB error 03-Jan-2023 03:10:50 Progress (3): 6.6/7.5 MB | 1.0/1.4 MB | 26/123 kB error 03-Jan-2023 03:10:50 Progress (3): 6.6/7.5 MB | 1.0/1.4 MB | 29/123 kB error 03-Jan-2023 03:10:50 Progress (3): 6.7/7.5 MB | 1.0/1.4 MB | 29/123 kB error 03-Jan-2023 03:10:50 Progress (3): 6.7/7.5 MB | 1.0/1.4 MB | 31/123 kB error 03-Jan-2023 03:10:50 Progress (3): 6.7/7.5 MB | 1.0/1.4 MB | 34/123 kB error 03-Jan-2023 03:10:50 Progress (3): 6.7/7.5 MB | 1.0/1.4 MB | 37/123 kB error 03-Jan-2023 03:10:50 Progress (3): 6.7/7.5 MB | 1.0/1.4 MB | 40/123 kB error 03-Jan-2023 03:10:50 Progress (3): 6.7/7.5 MB | 1.0/1.4 MB | 43/123 kB error 03-Jan-2023 03:10:50 Progress (3): 6.7/7.5 MB | 1.0/1.4 MB | 45/123 kB error 03-Jan-2023 03:10:50 Progress (3): 6.7/7.5 MB | 1.0/1.4 MB | 48/123 kB error 03-Jan-2023 03:10:50 Progress (3): 6.7/7.5 MB | 1.0/1.4 MB | 51/123 kB error 03-Jan-2023 03:10:50 Progress (3): 6.7/7.5 MB | 1.0/1.4 MB | 51/123 kB error 03-Jan-2023 03:10:50 Progress (3): 6.7/7.5 MB | 1.0/1.4 MB | 54/123 kB error 03-Jan-2023 03:10:50 Progress (3): 6.7/7.5 MB | 1.0/1.4 MB | 54/123 kB error 03-Jan-2023 03:10:50 Progress (3): 6.7/7.5 MB | 1.0/1.4 MB | 57/123 kB error 03-Jan-2023 03:10:50 Progress (3): 6.7/7.5 MB | 1.0/1.4 MB | 57/123 kB error 03-Jan-2023 03:10:50 Progress (3): 6.7/7.5 MB | 1.0/1.4 MB | 59/123 kB error 03-Jan-2023 03:10:50 Progress (3): 6.7/7.5 MB | 1.0/1.4 MB | 62/123 kB error 03-Jan-2023 03:10:50 Progress (3): 6.7/7.5 MB | 1.0/1.4 MB | 62/123 kB error 03-Jan-2023 03:10:50 Progress (3): 6.8/7.5 MB | 1.0/1.4 MB | 62/123 kB error 03-Jan-2023 03:10:50 Progress (3): 6.8/7.5 MB | 1.0/1.4 MB | 65/123 kB error 03-Jan-2023 03:10:50 Progress (4): 6.8/7.5 MB | 1.0/1.4 MB | 65/123 kB | 0.1/12 MB error 03-Jan-2023 03:10:50 Progress (4): 6.8/7.5 MB | 1.0/1.4 MB | 65/123 kB | 0.1/12 MB error 03-Jan-2023 03:10:50 Progress (4): 6.8/7.5 MB | 1.0/1.4 MB | 65/123 kB | 0.1/12 MB error 03-Jan-2023 03:10:50 Progress (4): 6.8/7.5 MB | 1.0/1.4 MB | 68/123 kB | 0.1/12 MB error 03-Jan-2023 03:10:50 Progress (4): 6.8/7.5 MB | 1.0/1.4 MB | 71/123 kB | 0.1/12 MB error 03-Jan-2023 03:10:50 Progress (4): 6.8/7.5 MB | 1.0/1.4 MB | 71/123 kB | 0.1/12 MB error 03-Jan-2023 03:10:50 Progress (4): 6.8/7.5 MB | 1.1/1.4 MB | 71/123 kB | 0.1/12 MB error 03-Jan-2023 03:10:50 Progress (4): 6.8/7.5 MB | 1.1/1.4 MB | 73/123 kB | 0.1/12 MB error 03-Jan-2023 03:10:50 Progress (4): 6.8/7.5 MB | 1.1/1.4 MB | 73/123 kB | 0.1/12 MB error 03-Jan-2023 03:10:50 Progress (4): 6.8/7.5 MB | 1.1/1.4 MB | 73/123 kB | 0.1/12 MB error 03-Jan-2023 03:10:50 Progress (4): 6.8/7.5 MB | 1.1/1.4 MB | 73/123 kB | 0.1/12 MB error 03-Jan-2023 03:10:50 Progress (4): 6.8/7.5 MB | 1.1/1.4 MB | 73/123 kB | 0.1/12 MB error 03-Jan-2023 03:10:50 Progress (4): 6.8/7.5 MB | 1.1/1.4 MB | 73/123 kB | 0.1/12 MB error 03-Jan-2023 03:10:50 Progress (4): 6.8/7.5 MB | 1.1/1.4 MB | 73/123 kB | 0.1/12 MB error 03-Jan-2023 03:10:50 Progress (4): 6.8/7.5 MB | 1.1/1.4 MB | 73/123 kB | 0.1/12 MB error 03-Jan-2023 03:10:50 Progress (4): 6.8/7.5 MB | 1.1/1.4 MB | 73/123 kB | 0.1/12 MB error 03-Jan-2023 03:10:50 Progress (4): 6.8/7.5 MB | 1.1/1.4 MB | 73/123 kB | 0.1/12 MB error 03-Jan-2023 03:10:50 Progress (4): 6.8/7.5 MB | 1.1/1.4 MB | 73/123 kB | 0.2/12 MB error 03-Jan-2023 03:10:50 Progress (4): 6.9/7.5 MB | 1.1/1.4 MB | 73/123 kB | 0.2/12 MB error 03-Jan-2023 03:10:50 Progress (4): 6.9/7.5 MB | 1.1/1.4 MB | 73/123 kB | 0.2/12 MB error 03-Jan-2023 03:10:50 Progress (4): 6.9/7.5 MB | 1.1/1.4 MB | 73/123 kB | 0.2/12 MB error 03-Jan-2023 03:10:50 Progress (4): 6.9/7.5 MB | 1.1/1.4 MB | 73/123 kB | 0.2/12 MB error 03-Jan-2023 03:10:50 Progress (4): 6.9/7.5 MB | 1.1/1.4 MB | 73/123 kB | 0.2/12 MB error 03-Jan-2023 03:10:50 Progress (4): 6.9/7.5 MB | 1.1/1.4 MB | 73/123 kB | 0.2/12 MB error 03-Jan-2023 03:10:50 Progress (4): 6.9/7.5 MB | 1.1/1.4 MB | 73/123 kB | 0.2/12 MB error 03-Jan-2023 03:10:50 Progress (4): 6.9/7.5 MB | 1.2/1.4 MB | 73/123 kB | 0.2/12 MB error 03-Jan-2023 03:10:50 Progress (4): 6.9/7.5 MB | 1.2/1.4 MB | 76/123 kB | 0.2/12 MB error 03-Jan-2023 03:10:50 Progress (4): 7.0/7.5 MB | 1.2/1.4 MB | 76/123 kB | 0.2/12 MB error 03-Jan-2023 03:10:50 Progress (4): 7.0/7.5 MB | 1.2/1.4 MB | 79/123 kB | 0.2/12 MB error 03-Jan-2023 03:10:50 Progress (4): 7.0/7.5 MB | 1.2/1.4 MB | 82/123 kB | 0.2/12 MB error 03-Jan-2023 03:10:50 Progress (4): 7.0/7.5 MB | 1.2/1.4 MB | 84/123 kB | 0.2/12 MB error 03-Jan-2023 03:10:50 Progress (4): 7.0/7.5 MB | 1.2/1.4 MB | 87/123 kB | 0.2/12 MB error 03-Jan-2023 03:10:50 Progress (4): 7.0/7.5 MB | 1.2/1.4 MB | 87/123 kB | 0.2/12 MB error 03-Jan-2023 03:10:50 Progress (4): 7.0/7.5 MB | 1.2/1.4 MB | 87/123 kB | 0.2/12 MB error 03-Jan-2023 03:10:50 Progress (4): 7.0/7.5 MB | 1.2/1.4 MB | 90/123 kB | 0.2/12 MB error 03-Jan-2023 03:10:50 Progress (4): 7.0/7.5 MB | 1.2/1.4 MB | 93/123 kB | 0.2/12 MB error 03-Jan-2023 03:10:50 Progress (4): 7.0/7.5 MB | 1.2/1.4 MB | 95/123 kB | 0.2/12 MB error 03-Jan-2023 03:10:50 Progress (4): 7.0/7.5 MB | 1.2/1.4 MB | 98/123 kB | 0.2/12 MB error 03-Jan-2023 03:10:50 Progress (4): 7.0/7.5 MB | 1.2/1.4 MB | 98/123 kB | 0.2/12 MB error 03-Jan-2023 03:10:50 Progress (4): 7.0/7.5 MB | 1.2/1.4 MB | 98/123 kB | 0.2/12 MB error 03-Jan-2023 03:10:50 Progress (4): 7.0/7.5 MB | 1.2/1.4 MB | 101/123 kB | 0.2/12 MB error 03-Jan-2023 03:10:50 Progress (4): 7.1/7.5 MB | 1.2/1.4 MB | 101/123 kB | 0.2/12 MB error 03-Jan-2023 03:10:50 Progress (4): 7.1/7.5 MB | 1.2/1.4 MB | 104/123 kB | 0.2/12 MB error 03-Jan-2023 03:10:50 Progress (4): 7.1/7.5 MB | 1.2/1.4 MB | 104/123 kB | 0.2/12 MB error 03-Jan-2023 03:10:50 Progress (4): 7.1/7.5 MB | 1.2/1.4 MB | 104/123 kB | 0.2/12 MB error 03-Jan-2023 03:10:50 Progress (4): 7.1/7.5 MB | 1.2/1.4 MB | 104/123 kB | 0.2/12 MB error 03-Jan-2023 03:10:50 Progress (4): 7.1/7.5 MB | 1.2/1.4 MB | 104/123 kB | 0.3/12 MB error 03-Jan-2023 03:10:50 Progress (4): 7.1/7.5 MB | 1.2/1.4 MB | 107/123 kB | 0.3/12 MB error 03-Jan-2023 03:10:50 Progress (4): 7.1/7.5 MB | 1.2/1.4 MB | 109/123 kB | 0.3/12 MB error 03-Jan-2023 03:10:50 Progress (4): 7.2/7.5 MB | 1.2/1.4 MB | 109/123 kB | 0.3/12 MB error 03-Jan-2023 03:10:50 Progress (4): 7.2/7.5 MB | 1.2/1.4 MB | 112/123 kB | 0.3/12 MB error 03-Jan-2023 03:10:50 Progress (4): 7.2/7.5 MB | 1.2/1.4 MB | 112/123 kB | 0.3/12 MB error 03-Jan-2023 03:10:50 Progress (4): 7.2/7.5 MB | 1.2/1.4 MB | 112/123 kB | 0.3/12 MB error 03-Jan-2023 03:10:50 Progress (4): 7.2/7.5 MB | 1.2/1.4 MB | 112/123 kB | 0.3/12 MB error 03-Jan-2023 03:10:50 Progress (4): 7.2/7.5 MB | 1.2/1.4 MB | 112/123 kB | 0.3/12 MB error 03-Jan-2023 03:10:50 Progress (4): 7.2/7.5 MB | 1.2/1.4 MB | 112/123 kB | 0.3/12 MB error 03-Jan-2023 03:10:50 Progress (4): 7.3/7.5 MB | 1.2/1.4 MB | 112/123 kB | 0.3/12 MB error 03-Jan-2023 03:10:50 Progress (4): 7.3/7.5 MB | 1.2/1.4 MB | 112/123 kB | 0.3/12 MB error 03-Jan-2023 03:10:50 Progress (4): 7.3/7.5 MB | 1.2/1.4 MB | 112/123 kB | 0.3/12 MB error 03-Jan-2023 03:10:50 Progress (4): 7.3/7.5 MB | 1.2/1.4 MB | 112/123 kB | 0.3/12 MB error 03-Jan-2023 03:10:50 Progress (4): 7.4/7.5 MB | 1.2/1.4 MB | 112/123 kB | 0.3/12 MB error 03-Jan-2023 03:10:50 Progress (4): 7.4/7.5 MB | 1.2/1.4 MB | 112/123 kB | 0.3/12 MB error 03-Jan-2023 03:10:50 Progress (4): 7.4/7.5 MB | 1.2/1.4 MB | 112/123 kB | 0.4/12 MB error 03-Jan-2023 03:10:50 Progress (4): 7.4/7.5 MB | 1.3/1.4 MB | 112/123 kB | 0.4/12 MB error 03-Jan-2023 03:10:50 Progress (4): 7.4/7.5 MB | 1.3/1.4 MB | 112/123 kB | 0.4/12 MB error 03-Jan-2023 03:10:50 Progress (4): 7.4/7.5 MB | 1.3/1.4 MB | 112/123 kB | 0.4/12 MB error 03-Jan-2023 03:10:50 Progress (4): 7.4/7.5 MB | 1.3/1.4 MB | 112/123 kB | 0.4/12 MB error 03-Jan-2023 03:10:50 Progress (4): 7.5 MB | 1.3/1.4 MB | 112/123 kB | 0.4/12 MB error 03-Jan-2023 03:10:50 Progress (4): 7.5 MB | 1.3/1.4 MB | 112/123 kB | 0.4/12 MB error 03-Jan-2023 03:10:50 Progress (4): 7.5 MB | 1.3/1.4 MB | 112/123 kB | 0.4/12 MB error 03-Jan-2023 03:10:50 Progress (4): 7.5 MB | 1.3/1.4 MB | 115/123 kB | 0.4/12 MB error 03-Jan-2023 03:10:50 Progress (4): 7.5 MB | 1.3/1.4 MB | 118/123 kB | 0.4/12 MB error 03-Jan-2023 03:10:50 Progress (4): 7.5 MB | 1.3/1.4 MB | 121/123 kB | 0.4/12 MB error 03-Jan-2023 03:10:50 Progress (4): 7.5 MB | 1.3/1.4 MB | 123 kB | 0.4/12 MB error 03-Jan-2023 03:10:50 Progress (4): 7.5 MB | 1.3/1.4 MB | 123 kB | 0.4/12 MB error 03-Jan-2023 03:10:50 Progress (4): 7.5 MB | 1.3/1.4 MB | 123 kB | 0.4/12 MB error 03-Jan-2023 03:10:50 Progress (4): 7.5 MB | 1.3/1.4 MB | 123 kB | 0.4/12 MB error 03-Jan-2023 03:10:50 Progress (4): 7.5 MB | 1.3/1.4 MB | 123 kB | 0.4/12 MB error 03-Jan-2023 03:10:50 Progress (4): 7.5 MB | 1.3/1.4 MB | 123 kB | 0.5/12 MB error 03-Jan-2023 03:10:50 Progress (4): 7.5 MB | 1.3/1.4 MB | 123 kB | 0.5/12 MB error 03-Jan-2023 03:10:50 Progress (4): 7.5 MB | 1.3/1.4 MB | 123 kB | 0.5/12 MB error 03-Jan-2023 03:10:50 Progress (4): 7.5 MB | 1.3/1.4 MB | 123 kB | 0.6/12 MB error 03-Jan-2023 03:10:50 Progress (4): 7.5 MB | 1.3/1.4 MB | 123 kB | 0.6/12 MB error 03-Jan-2023 03:10:50 Progress (4): 7.5 MB | 1.3/1.4 MB | 123 kB | 0.6/12 MB error 03-Jan-2023 03:10:50 Progress (4): 7.5 MB | 1.4/1.4 MB | 123 kB | 0.6/12 MB error 03-Jan-2023 03:10:50 Progress (4): 7.5 MB | 1.4/1.4 MB | 123 kB | 0.6/12 MB error 03-Jan-2023 03:10:50 Progress (4): 7.5 MB | 1.4/1.4 MB | 123 kB | 0.6/12 MB error 03-Jan-2023 03:10:50 Progress (4): 7.5 MB | 1.4/1.4 MB | 123 kB | 0.6/12 MB error 03-Jan-2023 03:10:50 Progress (4): 7.5 MB | 1.4/1.4 MB | 123 kB | 0.6/12 MB error 03-Jan-2023 03:10:50 Progress (4): 7.5 MB | 1.4/1.4 MB | 123 kB | 0.7/12 MB error 03-Jan-2023 03:10:50 Progress (4): 7.5 MB | 1.4 MB | 123 kB | 0.7/12 MB error 03-Jan-2023 03:10:50 Progress (4): 7.5 MB | 1.4 MB | 123 kB | 0.7/12 MB error 03-Jan-2023 03:10:50 Progress (4): 7.5 MB | 1.4 MB | 123 kB | 0.8/12 MB error 03-Jan-2023 03:10:50 Progress (4): 7.5 MB | 1.4 MB | 123 kB | 0.9/12 MB error 03-Jan-2023 03:10:50 Progress (4): 7.5 MB | 1.4 MB | 123 kB | 0.9/12 MB error 03-Jan-2023 03:10:50 Progress (5): 7.5 MB | 1.4 MB | 123 kB | 0.9/12 MB | 0/2.1 MB error 03-Jan-2023 03:10:50 error 03-Jan-2023 03:10:50 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/aspectj/aspectjrt/1.9.7/aspectjrt-1.9.7.jar (123 kB at 12 kB/s) error 03-Jan-2023 03:10:50 #18 89.43 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/hibernate/hibernate-core/5.6.0.Final/hibernate-core-5.6.0.Final.jar (7.5 MB at 701 kB/s) error 03-Jan-2023 03:10:50 #18 89.43 Progress (3): 1.4 MB | 1.0/12 MB | 0/2.1 MB error 03-Jan-2023 03:10:50 error 03-Jan-2023 03:10:50 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/joda-time/joda-time/2.10.12/joda-time-2.10.12.jar error 03-Jan-2023 03:10:50 #18 89.43 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/jakarta/xml/bind/jakarta.xml.bind-api/3.0.1/jakarta.xml.bind-api-3.0.1.jar error 03-Jan-2023 03:10:50 #18 89.44 Progress (3): 1.4 MB | 1.0/12 MB | 0/2.1 MB error 03-Jan-2023 03:10:50 Progress (3): 1.4 MB | 1.0/12 MB | 0.1/2.1 MB error 03-Jan-2023 03:10:50 Progress (3): 1.4 MB | 1.0/12 MB | 0.1/2.1 MB error 03-Jan-2023 03:10:50 Progress (3): 1.4 MB | 1.0/12 MB | 0.1/2.1 MB error 03-Jan-2023 03:10:50 Progress (3): 1.4 MB | 1.0/12 MB | 0.1/2.1 MB error 03-Jan-2023 03:10:50 Progress (3): 1.4 MB | 1.0/12 MB | 0.1/2.1 MB error 03-Jan-2023 03:10:50 Progress (3): 1.4 MB | 1.0/12 MB | 0.1/2.1 MB error 03-Jan-2023 03:10:50 Progress (3): 1.4 MB | 1.0/12 MB | 0.1/2.1 MB error 03-Jan-2023 03:10:50 Progress (3): 1.4 MB | 1.0/12 MB | 0.2/2.1 MB error 03-Jan-2023 03:10:50 Progress (3): 1.4 MB | 1.0/12 MB | 0.2/2.1 MB error 03-Jan-2023 03:10:50 Progress (3): 1.4 MB | 1.1/12 MB | 0.2/2.1 MB error 03-Jan-2023 03:10:50 Progress (3): 1.4 MB | 1.1/12 MB | 0.2/2.1 MB error 03-Jan-2023 03:10:50 Progress (3): 1.4 MB | 1.1/12 MB | 0.2/2.1 MB error 03-Jan-2023 03:10:50 Progress (3): 1.4 MB | 1.1/12 MB | 0.2/2.1 MB error 03-Jan-2023 03:10:50 Progress (3): 1.4 MB | 1.1/12 MB | 0.2/2.1 MB error 03-Jan-2023 03:10:50 Progress (3): 1.4 MB | 1.1/12 MB | 0.3/2.1 MB error 03-Jan-2023 03:10:50 Progress (3): 1.4 MB | 1.1/12 MB | 0.3/2.1 MB error 03-Jan-2023 03:10:50 Progress (3): 1.4 MB | 1.1/12 MB | 0.3/2.1 MB error 03-Jan-2023 03:10:50 Progress (3): 1.4 MB | 1.1/12 MB | 0.3/2.1 MB error 03-Jan-2023 03:10:50 Progress (3): 1.4 MB | 1.2/12 MB | 0.3/2.1 MB error 03-Jan-2023 03:10:50 Progress (3): 1.4 MB | 1.2/12 MB | 0.3/2.1 MB error 03-Jan-2023 03:10:50 Progress (3): 1.4 MB | 1.2/12 MB | 0.3/2.1 MB error 03-Jan-2023 03:10:50 Progress (3): 1.4 MB | 1.2/12 MB | 0.4/2.1 MB error 03-Jan-2023 03:10:50 Progress (3): 1.4 MB | 1.2/12 MB | 0.4/2.1 MB error 03-Jan-2023 03:10:50 Progress (3): 1.4 MB | 1.2/12 MB | 0.4/2.1 MB error 03-Jan-2023 03:10:50 Progress (3): 1.4 MB | 1.2/12 MB | 0.4/2.1 MB error 03-Jan-2023 03:10:50 Progress (3): 1.4 MB | 1.2/12 MB | 0.4/2.1 MB error 03-Jan-2023 03:10:50 Progress (3): 1.4 MB | 1.2/12 MB | 0.4/2.1 MB error 03-Jan-2023 03:10:50 Progress (3): 1.4 MB | 1.3/12 MB | 0.4/2.1 MB error 03-Jan-2023 03:10:50 Progress (3): 1.4 MB | 1.3/12 MB | 0.5/2.1 MB error 03-Jan-2023 03:10:50 Progress (3): 1.4 MB | 1.3/12 MB | 0.5/2.1 MB error 03-Jan-2023 03:10:50 Progress (3): 1.4 MB | 1.3/12 MB | 0.5/2.1 MB error 03-Jan-2023 03:10:50 Progress (3): 1.4 MB | 1.3/12 MB | 0.5/2.1 MB error 03-Jan-2023 03:10:50 Progress (3): 1.4 MB | 1.3/12 MB | 0.5/2.1 MB error 03-Jan-2023 03:10:50 Progress (3): 1.4 MB | 1.3/12 MB | 0.5/2.1 MB error 03-Jan-2023 03:10:50 Progress (3): 1.4 MB | 1.3/12 MB | 0.5/2.1 MB error 03-Jan-2023 03:10:50 Progress (3): 1.4 MB | 1.3/12 MB | 0.6/2.1 MB error 03-Jan-2023 03:10:50 Progress (3): 1.4 MB | 1.3/12 MB | 0.6/2.1 MB error 03-Jan-2023 03:10:50 Progress (3): 1.4 MB | 1.3/12 MB | 0.6/2.1 MB error 03-Jan-2023 03:10:50 Progress (3): 1.4 MB | 1.3/12 MB | 0.6/2.1 MB error 03-Jan-2023 03:10:50 Progress (3): 1.4 MB | 1.3/12 MB | 0.6/2.1 MB error 03-Jan-2023 03:10:50 Progress (3): 1.4 MB | 1.3/12 MB | 0.6/2.1 MB error 03-Jan-2023 03:10:50 Progress (3): 1.4 MB | 1.3/12 MB | 0.6/2.1 MB error 03-Jan-2023 03:10:50 Progress (3): 1.4 MB | 1.4/12 MB | 0.6/2.1 MB error 03-Jan-2023 03:10:50 Progress (3): 1.4 MB | 1.4/12 MB | 0.7/2.1 MB error 03-Jan-2023 03:10:50 Progress (3): 1.4 MB | 1.4/12 MB | 0.7/2.1 MB error 03-Jan-2023 03:10:50 Progress (3): 1.4 MB | 1.4/12 MB | 0.7/2.1 MB error 03-Jan-2023 03:10:50 Progress (3): 1.4 MB | 1.4/12 MB | 0.7/2.1 MB error 03-Jan-2023 03:10:50 Progress (3): 1.4 MB | 1.4/12 MB | 0.7/2.1 MB error 03-Jan-2023 03:10:50 Progress (3): 1.4 MB | 1.5/12 MB | 0.7/2.1 MB error 03-Jan-2023 03:10:50 Progress (3): 1.4 MB | 1.5/12 MB | 0.7/2.1 MB error 03-Jan-2023 03:10:50 Progress (3): 1.4 MB | 1.6/12 MB | 0.7/2.1 MB error 03-Jan-2023 03:10:50 Progress (3): 1.4 MB | 1.6/12 MB | 0.7/2.1 MB error 03-Jan-2023 03:10:50 Progress (3): 1.4 MB | 1.6/12 MB | 0.8/2.1 MB error 03-Jan-2023 03:10:50 Progress (3): 1.4 MB | 1.6/12 MB | 0.8/2.1 MB error 03-Jan-2023 03:10:50 Progress (3): 1.4 MB | 1.6/12 MB | 0.8/2.1 MB error 03-Jan-2023 03:10:50 Progress (3): 1.4 MB | 1.6/12 MB | 0.8/2.1 MB error 03-Jan-2023 03:10:50 Progress (3): 1.4 MB | 1.6/12 MB | 0.8/2.1 MB error 03-Jan-2023 03:10:50 Progress (4): 1.4 MB | 1.6/12 MB | 0.8/2.1 MB | 3.3/129 kB error 03-Jan-2023 03:10:50 Progress (4): 1.4 MB | 1.6/12 MB | 0.8/2.1 MB | 6.1/129 kB error 03-Jan-2023 03:10:50 Progress (4): 1.4 MB | 1.6/12 MB | 0.8/2.1 MB | 8.9/129 kB error 03-Jan-2023 03:10:50 Progress (4): 1.4 MB | 1.6/12 MB | 0.8/2.1 MB | 12/129 kB error 03-Jan-2023 03:10:50 Progress (4): 1.4 MB | 1.6/12 MB | 0.8/2.1 MB | 14/129 kB error 03-Jan-2023 03:10:50 Progress (4): 1.4 MB | 1.6/12 MB | 0.8/2.1 MB | 17/129 kB error 03-Jan-2023 03:10:50 error 03-Jan-2023 03:10:50 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/xerces/xercesImpl/2.12.1/xercesImpl-2.12.1.jar (1.4 MB at 126 kB/s) error 03-Jan-2023 03:10:50 #18 89.74 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/com/sun/activation/jakarta.activation/2.0.1/jakarta.activation-2.0.1.jar error 03-Jan-2023 03:10:50 #18 89.74 Progress (3): 1.6/12 MB | 0.8/2.1 MB | 17/129 kB error 03-Jan-2023 03:10:50 Progress (3): 1.7/12 MB | 0.8/2.1 MB | 17/129 kB error 03-Jan-2023 03:10:50 Progress (3): 1.7/12 MB | 0.8/2.1 MB | 20/129 kB error 03-Jan-2023 03:10:50 Progress (3): 1.7/12 MB | 0.8/2.1 MB | 23/129 kB error 03-Jan-2023 03:10:50 Progress (3): 1.7/12 MB | 0.8/2.1 MB | 26/129 kB error 03-Jan-2023 03:10:50 Progress (3): 1.7/12 MB | 0.8/2.1 MB | 26/129 kB error 03-Jan-2023 03:10:50 Progress (3): 1.7/12 MB | 0.8/2.1 MB | 28/129 kB error 03-Jan-2023 03:10:50 Progress (3): 1.7/12 MB | 0.8/2.1 MB | 31/129 kB error 03-Jan-2023 03:10:50 Progress (3): 1.7/12 MB | 0.8/2.1 MB | 31/129 kB error 03-Jan-2023 03:10:50 Progress (3): 1.7/12 MB | 0.8/2.1 MB | 34/129 kB error 03-Jan-2023 03:10:50 Progress (3): 1.7/12 MB | 0.8/2.1 MB | 37/129 kB error 03-Jan-2023 03:10:50 Progress (3): 1.7/12 MB | 0.8/2.1 MB | 37/129 kB error 03-Jan-2023 03:10:50 Progress (3): 1.7/12 MB | 0.9/2.1 MB | 37/129 kB error 03-Jan-2023 03:10:50 Progress (3): 1.7/12 MB | 0.9/2.1 MB | 40/129 kB error 03-Jan-2023 03:10:50 Progress (3): 1.7/12 MB | 0.9/2.1 MB | 40/129 kB error 03-Jan-2023 03:10:50 Progress (3): 1.7/12 MB | 0.9/2.1 MB | 42/129 kB error 03-Jan-2023 03:10:50 Progress (3): 1.8/12 MB | 0.9/2.1 MB | 42/129 kB error 03-Jan-2023 03:10:50 Progress (3): 1.8/12 MB | 0.9/2.1 MB | 45/129 kB error 03-Jan-2023 03:10:50 Progress (3): 1.8/12 MB | 0.9/2.1 MB | 45/129 kB error 03-Jan-2023 03:10:50 Progress (3): 1.8/12 MB | 0.9/2.1 MB | 48/129 kB error 03-Jan-2023 03:10:50 Progress (3): 1.8/12 MB | 0.9/2.1 MB | 51/129 kB error 03-Jan-2023 03:10:50 Progress (3): 1.8/12 MB | 0.9/2.1 MB | 54/129 kB error 03-Jan-2023 03:10:50 Progress (3): 1.8/12 MB | 0.9/2.1 MB | 56/129 kB error 03-Jan-2023 03:10:50 Progress (3): 1.8/12 MB | 0.9/2.1 MB | 56/129 kB error 03-Jan-2023 03:10:50 Progress (3): 1.8/12 MB | 0.9/2.1 MB | 56/129 kB error 03-Jan-2023 03:10:50 Progress (3): 1.8/12 MB | 0.9/2.1 MB | 59/129 kB error 03-Jan-2023 03:10:50 Progress (3): 1.8/12 MB | 0.9/2.1 MB | 62/129 kB error 03-Jan-2023 03:10:50 Progress (3): 1.8/12 MB | 0.9/2.1 MB | 65/129 kB error 03-Jan-2023 03:10:50 Progress (3): 1.8/12 MB | 0.9/2.1 MB | 65/129 kB error 03-Jan-2023 03:10:50 Progress (3): 1.8/12 MB | 1.0/2.1 MB | 65/129 kB error 03-Jan-2023 03:10:50 Progress (3): 1.8/12 MB | 1.0/2.1 MB | 68/129 kB error 03-Jan-2023 03:10:50 Progress (3): 1.8/12 MB | 1.0/2.1 MB | 70/129 kB error 03-Jan-2023 03:10:50 Progress (3): 1.8/12 MB | 1.0/2.1 MB | 73/129 kB error 03-Jan-2023 03:10:50 Progress (3): 1.9/12 MB | 1.0/2.1 MB | 73/129 kB error 03-Jan-2023 03:10:50 Progress (3): 1.9/12 MB | 1.0/2.1 MB | 73/129 kB error 03-Jan-2023 03:10:50 Progress (3): 1.9/12 MB | 1.0/2.1 MB | 76/129 kB error 03-Jan-2023 03:10:50 Progress (3): 1.9/12 MB | 1.0/2.1 MB | 79/129 kB error 03-Jan-2023 03:10:50 Progress (3): 1.9/12 MB | 1.0/2.1 MB | 82/129 kB error 03-Jan-2023 03:10:50 Progress (3): 1.9/12 MB | 1.0/2.1 MB | 82/129 kB error 03-Jan-2023 03:10:50 Progress (3): 1.9/12 MB | 1.0/2.1 MB | 82/129 kB error 03-Jan-2023 03:10:50 Progress (3): 1.9/12 MB | 1.0/2.1 MB | 84/129 kB error 03-Jan-2023 03:10:50 Progress (3): 1.9/12 MB | 1.0/2.1 MB | 84/129 kB error 03-Jan-2023 03:10:50 Progress (3): 1.9/12 MB | 1.0/2.1 MB | 87/129 kB error 03-Jan-2023 03:10:50 Progress (3): 1.9/12 MB | 1.0/2.1 MB | 90/129 kB error 03-Jan-2023 03:10:50 Progress (3): 1.9/12 MB | 1.0/2.1 MB | 93/129 kB error 03-Jan-2023 03:10:50 Progress (3): 1.9/12 MB | 1.0/2.1 MB | 96/129 kB error 03-Jan-2023 03:10:50 Progress (3): 1.9/12 MB | 1.0/2.1 MB | 98/129 kB error 03-Jan-2023 03:10:50 Progress (3): 2.0/12 MB | 1.0/2.1 MB | 98/129 kB error 03-Jan-2023 03:10:50 Progress (3): 2.0/12 MB | 1.0/2.1 MB | 101/129 kB error 03-Jan-2023 03:10:50 Progress (3): 2.0/12 MB | 1.0/2.1 MB | 104/129 kB error 03-Jan-2023 03:10:50 Progress (3): 2.0/12 MB | 1.0/2.1 MB | 107/129 kB error 03-Jan-2023 03:10:50 Progress (3): 2.0/12 MB | 1.0/2.1 MB | 107/129 kB error 03-Jan-2023 03:10:50 Progress (3): 2.0/12 MB | 1.0/2.1 MB | 110/129 kB error 03-Jan-2023 03:10:50 Progress (3): 2.0/12 MB | 1.0/2.1 MB | 112/129 kB error 03-Jan-2023 03:10:50 Progress (3): 2.0/12 MB | 1.0/2.1 MB | 115/129 kB error 03-Jan-2023 03:10:50 Progress (3): 2.0/12 MB | 1.0/2.1 MB | 115/129 kB error 03-Jan-2023 03:10:50 Progress (3): 2.0/12 MB | 1.0/2.1 MB | 115/129 kB error 03-Jan-2023 03:10:50 Progress (3): 2.0/12 MB | 1.0/2.1 MB | 118/129 kB error 03-Jan-2023 03:10:50 Progress (3): 2.0/12 MB | 1.0/2.1 MB | 121/129 kB error 03-Jan-2023 03:10:50 Progress (3): 2.0/12 MB | 1.0/2.1 MB | 124/129 kB error 03-Jan-2023 03:10:50 Progress (3): 2.0/12 MB | 1.1/2.1 MB | 124/129 kB error 03-Jan-2023 03:10:50 Progress (3): 2.0/12 MB | 1.1/2.1 MB | 124/129 kB error 03-Jan-2023 03:10:50 Progress (3): 2.0/12 MB | 1.1/2.1 MB | 126/129 kB error 03-Jan-2023 03:10:50 Progress (3): 2.0/12 MB | 1.1/2.1 MB | 129 kB error 03-Jan-2023 03:10:50 Progress (3): 2.1/12 MB | 1.1/2.1 MB | 129 kB error 03-Jan-2023 03:10:50 Progress (3): 2.1/12 MB | 1.1/2.1 MB | 129 kB error 03-Jan-2023 03:10:50 Progress (3): 2.1/12 MB | 1.1/2.1 MB | 129 kB error 03-Jan-2023 03:10:50 Progress (3): 2.1/12 MB | 1.1/2.1 MB | 129 kB error 03-Jan-2023 03:10:50 Progress (4): 2.1/12 MB | 1.1/2.1 MB | 129 kB | 3.3/62 kB error 03-Jan-2023 03:10:50 Progress (4): 2.1/12 MB | 1.1/2.1 MB | 129 kB | 6.1/62 kB error 03-Jan-2023 03:10:50 Progress (4): 2.1/12 MB | 1.1/2.1 MB | 129 kB | 8.9/62 kB error 03-Jan-2023 03:10:50 Progress (4): 2.1/12 MB | 1.1/2.1 MB | 129 kB | 12/62 kB error 03-Jan-2023 03:10:50 Progress (4): 2.1/12 MB | 1.1/2.1 MB | 129 kB | 14/62 kB error 03-Jan-2023 03:10:50 Progress (4): 2.1/12 MB | 1.1/2.1 MB | 129 kB | 17/62 kB error 03-Jan-2023 03:10:50 Progress (4): 2.1/12 MB | 1.1/2.1 MB | 129 kB | 20/62 kB error 03-Jan-2023 03:10:50 Progress (4): 2.1/12 MB | 1.1/2.1 MB | 129 kB | 23/62 kB error 03-Jan-2023 03:10:50 Progress (4): 2.2/12 MB | 1.1/2.1 MB | 129 kB | 23/62 kB error 03-Jan-2023 03:10:50 Progress (4): 2.2/12 MB | 1.1/2.1 MB | 129 kB | 23/62 kB error 03-Jan-2023 03:10:50 Progress (4): 2.2/12 MB | 1.1/2.1 MB | 129 kB | 26/62 kB error 03-Jan-2023 03:10:50 Progress (4): 2.2/12 MB | 1.1/2.1 MB | 129 kB | 28/62 kB error 03-Jan-2023 03:10:50 Progress (4): 2.2/12 MB | 1.1/2.1 MB | 129 kB | 31/62 kB error 03-Jan-2023 03:10:50 Progress (4): 2.2/12 MB | 1.1/2.1 MB | 129 kB | 31/62 kB error 03-Jan-2023 03:10:50 Progress (4): 2.3/12 MB | 1.1/2.1 MB | 129 kB | 31/62 kB error 03-Jan-2023 03:10:50 Progress (4): 2.3/12 MB | 1.1/2.1 MB | 129 kB | 34/62 kB error 03-Jan-2023 03:10:50 Progress (4): 2.3/12 MB | 1.1/2.1 MB | 129 kB | 37/62 kB error 03-Jan-2023 03:10:50 Progress (4): 2.3/12 MB | 1.1/2.1 MB | 129 kB | 40/62 kB error 03-Jan-2023 03:10:50 Progress (4): 2.3/12 MB | 1.1/2.1 MB | 129 kB | 40/62 kB error 03-Jan-2023 03:10:50 Progress (4): 2.3/12 MB | 1.1/2.1 MB | 129 kB | 42/62 kB error 03-Jan-2023 03:10:50 Progress (4): 2.3/12 MB | 1.1/2.1 MB | 129 kB | 45/62 kB error 03-Jan-2023 03:10:50 Progress (4): 2.3/12 MB | 1.1/2.1 MB | 129 kB | 48/62 kB error 03-Jan-2023 03:10:50 Progress (4): 2.3/12 MB | 1.1/2.1 MB | 129 kB | 51/62 kB error 03-Jan-2023 03:10:50 Progress (4): 2.3/12 MB | 1.1/2.1 MB | 129 kB | 51/62 kB error 03-Jan-2023 03:10:50 Progress (4): 2.3/12 MB | 1.1/2.1 MB | 129 kB | 54/62 kB error 03-Jan-2023 03:10:50 Progress (5): 2.3/12 MB | 1.1/2.1 MB | 129 kB | 54/62 kB | 4.1/645 kB error 03-Jan-2023 03:10:50 Progress (5): 2.3/12 MB | 1.2/2.1 MB | 129 kB | 54/62 kB | 4.1/645 kB error 03-Jan-2023 03:10:50 Progress (5): 2.3/12 MB | 1.2/2.1 MB | 129 kB | 54/62 kB | 8.2/645 kB error 03-Jan-2023 03:10:50 Progress (5): 2.3/12 MB | 1.2/2.1 MB | 129 kB | 54/62 kB | 12/645 kB error 03-Jan-2023 03:10:50 Progress (5): 2.3/12 MB | 1.2/2.1 MB | 129 kB | 54/62 kB | 16/645 kB error 03-Jan-2023 03:10:50 Progress (5): 2.3/12 MB | 1.2/2.1 MB | 129 kB | 54/62 kB | 16/645 kB error 03-Jan-2023 03:10:50 Progress (5): 2.3/12 MB | 1.2/2.1 MB | 129 kB | 54/62 kB | 20/645 kB error 03-Jan-2023 03:10:50 Progress (5): 2.3/12 MB | 1.2/2.1 MB | 129 kB | 54/62 kB | 24/645 kB error 03-Jan-2023 03:10:50 Progress (5): 2.3/12 MB | 1.2/2.1 MB | 129 kB | 54/62 kB | 28/645 kB error 03-Jan-2023 03:10:50 Progress (5): 2.3/12 MB | 1.2/2.1 MB | 129 kB | 56/62 kB | 28/645 kB error 03-Jan-2023 03:10:50 Progress (5): 2.3/12 MB | 1.2/2.1 MB | 129 kB | 59/62 kB | 28/645 kB error 03-Jan-2023 03:10:50 Progress (5): 2.3/12 MB | 1.2/2.1 MB | 129 kB | 59/62 kB | 28/645 kB error 03-Jan-2023 03:10:50 Progress (5): 2.3/12 MB | 1.2/2.1 MB | 129 kB | 59/62 kB | 32/645 kB error 03-Jan-2023 03:10:50 Progress (5): 2.3/12 MB | 1.2/2.1 MB | 129 kB | 62/62 kB | 32/645 kB error 03-Jan-2023 03:10:50 Progress (5): 2.3/12 MB | 1.2/2.1 MB | 129 kB | 62/62 kB | 32/645 kB error 03-Jan-2023 03:10:50 Progress (5): 2.3/12 MB | 1.2/2.1 MB | 129 kB | 62/62 kB | 32/645 kB error 03-Jan-2023 03:10:50 Progress (5): 2.3/12 MB | 1.2/2.1 MB | 129 kB | 62/62 kB | 36/645 kB error 03-Jan-2023 03:10:50 Progress (5): 2.3/12 MB | 1.2/2.1 MB | 129 kB | 62/62 kB | 40/645 kB error 03-Jan-2023 03:10:50 Progress (5): 2.3/12 MB | 1.2/2.1 MB | 129 kB | 62 kB | 40/645 kB error 03-Jan-2023 03:10:50 Progress (5): 2.3/12 MB | 1.2/2.1 MB | 129 kB | 62 kB | 44/645 kB error 03-Jan-2023 03:10:50 Progress (5): 2.3/12 MB | 1.2/2.1 MB | 129 kB | 62 kB | 48/645 kB error 03-Jan-2023 03:10:50 Progress (5): 2.3/12 MB | 1.2/2.1 MB | 129 kB | 62 kB | 51/645 kB error 03-Jan-2023 03:10:50 Progress (5): 2.3/12 MB | 1.2/2.1 MB | 129 kB | 62 kB | 51/645 kB error 03-Jan-2023 03:10:50 Progress (5): 2.3/12 MB | 1.3/2.1 MB | 129 kB | 62 kB | 51/645 kB error 03-Jan-2023 03:10:50 Progress (5): 2.4/12 MB | 1.3/2.1 MB | 129 kB | 62 kB | 51/645 kB error 03-Jan-2023 03:10:50 Progress (5): 2.4/12 MB | 1.3/2.1 MB | 129 kB | 62 kB | 55/645 kB error 03-Jan-2023 03:10:50 Progress (5): 2.4/12 MB | 1.3/2.1 MB | 129 kB | 62 kB | 59/645 kB error 03-Jan-2023 03:10:50 Progress (5): 2.4/12 MB | 1.3/2.1 MB | 129 kB | 62 kB | 62/645 kB error 03-Jan-2023 03:10:50 Progress (5): 2.4/12 MB | 1.3/2.1 MB | 129 kB | 62 kB | 66/645 kB error 03-Jan-2023 03:10:50 Progress (5): 2.4/12 MB | 1.3/2.1 MB | 129 kB | 62 kB | 71/645 kB error 03-Jan-2023 03:10:50 Progress (5): 2.4/12 MB | 1.3/2.1 MB | 129 kB | 62 kB | 75/645 kB error 03-Jan-2023 03:10:50 Progress (5): 2.4/12 MB | 1.3/2.1 MB | 129 kB | 62 kB | 79/645 kB error 03-Jan-2023 03:10:50 Progress (5): 2.4/12 MB | 1.3/2.1 MB | 129 kB | 62 kB | 83/645 kB error 03-Jan-2023 03:10:50 Progress (5): 2.4/12 MB | 1.3/2.1 MB | 129 kB | 62 kB | 87/645 kB error 03-Jan-2023 03:10:50 Progress (5): 2.4/12 MB | 1.3/2.1 MB | 129 kB | 62 kB | 89/645 kB error 03-Jan-2023 03:10:50 Progress (5): 2.4/12 MB | 1.3/2.1 MB | 129 kB | 62 kB | 93/645 kB error 03-Jan-2023 03:10:50 Progress (5): 2.4/12 MB | 1.3/2.1 MB | 129 kB | 62 kB | 93/645 kB error 03-Jan-2023 03:10:50 Progress (5): 2.4/12 MB | 1.3/2.1 MB | 129 kB | 62 kB | 98/645 kB error 03-Jan-2023 03:10:50 Progress (5): 2.4/12 MB | 1.3/2.1 MB | 129 kB | 62 kB | 102/645 kB error 03-Jan-2023 03:10:50 Progress (5): 2.4/12 MB | 1.3/2.1 MB | 129 kB | 62 kB | 106/645 kB error 03-Jan-2023 03:10:50 Progress (5): 2.4/12 MB | 1.3/2.1 MB | 129 kB | 62 kB | 106/645 kB error 03-Jan-2023 03:10:50 Progress (5): 2.4/12 MB | 1.3/2.1 MB | 129 kB | 62 kB | 106/645 kB error 03-Jan-2023 03:10:50 Progress (5): 2.4/12 MB | 1.3/2.1 MB | 129 kB | 62 kB | 106/645 kB error 03-Jan-2023 03:10:50 Progress (5): 2.4/12 MB | 1.3/2.1 MB | 129 kB | 62 kB | 106/645 kB error 03-Jan-2023 03:10:50 Progress (5): 2.4/12 MB | 1.3/2.1 MB | 129 kB | 62 kB | 106/645 kB error 03-Jan-2023 03:10:50 Progress (5): 2.4/12 MB | 1.3/2.1 MB | 129 kB | 62 kB | 110/645 kB error 03-Jan-2023 03:10:50 Progress (5): 2.4/12 MB | 1.3/2.1 MB | 129 kB | 62 kB | 114/645 kB error 03-Jan-2023 03:10:50 Progress (5): 2.4/12 MB | 1.3/2.1 MB | 129 kB | 62 kB | 116/645 kB error 03-Jan-2023 03:10:50 Progress (5): 2.4/12 MB | 1.3/2.1 MB | 129 kB | 62 kB | 120/645 kB error 03-Jan-2023 03:10:50 Progress (5): 2.5/12 MB | 1.3/2.1 MB | 129 kB | 62 kB | 120/645 kB error 03-Jan-2023 03:10:50 Progress (5): 2.5/12 MB | 1.3/2.1 MB | 129 kB | 62 kB | 125/645 kB error 03-Jan-2023 03:10:50 Progress (5): 2.5/12 MB | 1.4/2.1 MB | 129 kB | 62 kB | 125/645 kB error 03-Jan-2023 03:10:50 Progress (5): 2.5/12 MB | 1.4/2.1 MB | 129 kB | 62 kB | 129/645 kB error 03-Jan-2023 03:10:50 error 03-Jan-2023 03:10:50 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/jakarta/xml/bind/jakarta.xml.bind-api/3.0.1/jakarta.xml.bind-api-3.0.1.jar (129 kB at 11 kB/s) error 03-Jan-2023 03:10:50 #18 90.02 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/com/sun/xml/bind/jaxb-impl/3.0.2/jaxb-impl-3.0.2.jar error 03-Jan-2023 03:10:50 #18 90.02 Progress (4): 2.5/12 MB | 1.4/2.1 MB | 62 kB | 129/645 kB error 03-Jan-2023 03:10:50 Progress (4): 2.5/12 MB | 1.4/2.1 MB | 62 kB | 133/645 kB error 03-Jan-2023 03:10:50 Progress (4): 2.5/12 MB | 1.4/2.1 MB | 62 kB | 137/645 kB error 03-Jan-2023 03:10:50 Progress (4): 2.5/12 MB | 1.4/2.1 MB | 62 kB | 141/645 kB error 03-Jan-2023 03:10:50 Progress (4): 2.5/12 MB | 1.4/2.1 MB | 62 kB | 145/645 kB error 03-Jan-2023 03:10:50 Progress (4): 2.5/12 MB | 1.4/2.1 MB | 62 kB | 149/645 kB error 03-Jan-2023 03:10:50 Progress (4): 2.5/12 MB | 1.4/2.1 MB | 62 kB | 149/645 kB error 03-Jan-2023 03:10:50 Progress (4): 2.5/12 MB | 1.4/2.1 MB | 62 kB | 149/645 kB error 03-Jan-2023 03:10:50 Progress (4): 2.5/12 MB | 1.4/2.1 MB | 62 kB | 153/645 kB error 03-Jan-2023 03:10:50 Progress (4): 2.5/12 MB | 1.4/2.1 MB | 62 kB | 153/645 kB error 03-Jan-2023 03:10:50 Progress (4): 2.5/12 MB | 1.4/2.1 MB | 62 kB | 157/645 kB error 03-Jan-2023 03:10:50 Progress (4): 2.5/12 MB | 1.4/2.1 MB | 62 kB | 161/645 kB error 03-Jan-2023 03:10:50 Progress (4): 2.5/12 MB | 1.4/2.1 MB | 62 kB | 165/645 kB error 03-Jan-2023 03:10:50 Progress (4): 2.5/12 MB | 1.4/2.1 MB | 62 kB | 170/645 kB error 03-Jan-2023 03:10:50 Progress (4): 2.5/12 MB | 1.4/2.1 MB | 62 kB | 174/645 kB error 03-Jan-2023 03:10:50 Progress (4): 2.5/12 MB | 1.4/2.1 MB | 62 kB | 178/645 kB error 03-Jan-2023 03:10:50 Progress (4): 2.5/12 MB | 1.4/2.1 MB | 62 kB | 182/645 kB error 03-Jan-2023 03:10:50 Progress (4): 2.5/12 MB | 1.4/2.1 MB | 62 kB | 186/645 kB error 03-Jan-2023 03:10:50 Progress (4): 2.5/12 MB | 1.4/2.1 MB | 62 kB | 186/645 kB error 03-Jan-2023 03:10:50 Progress (4): 2.5/12 MB | 1.4/2.1 MB | 62 kB | 188/645 kB error 03-Jan-2023 03:10:50 Progress (4): 2.5/12 MB | 1.4/2.1 MB | 62 kB | 192/645 kB error 03-Jan-2023 03:10:50 Progress (4): 2.5/12 MB | 1.4/2.1 MB | 62 kB | 192/645 kB error 03-Jan-2023 03:10:50 Progress (4): 2.5/12 MB | 1.4/2.1 MB | 62 kB | 197/645 kB error 03-Jan-2023 03:10:50 Progress (4): 2.5/12 MB | 1.4/2.1 MB | 62 kB | 201/645 kB error 03-Jan-2023 03:10:50 Progress (4): 2.5/12 MB | 1.4/2.1 MB | 62 kB | 205/645 kB error 03-Jan-2023 03:10:50 Progress (4): 2.6/12 MB | 1.4/2.1 MB | 62 kB | 205/645 kB error 03-Jan-2023 03:10:50 Progress (4): 2.6/12 MB | 1.4/2.1 MB | 62 kB | 205/645 kB error 03-Jan-2023 03:10:50 Progress (4): 2.6/12 MB | 1.4/2.1 MB | 62 kB | 209/645 kB error 03-Jan-2023 03:10:50 Progress (4): 2.6/12 MB | 1.4/2.1 MB | 62 kB | 213/645 kB error 03-Jan-2023 03:10:50 Progress (4): 2.6/12 MB | 1.4/2.1 MB | 62 kB | 217/645 kB error 03-Jan-2023 03:10:50 Progress (4): 2.6/12 MB | 1.4/2.1 MB | 62 kB | 221/645 kB error 03-Jan-2023 03:10:50 error 03-Jan-2023 03:10:50 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/com/sun/activation/jakarta.activation/2.0.1/jakarta.activation-2.0.1.jar (62 kB at 5.5 kB/s) error 03-Jan-2023 03:10:50 #18 90.08 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/com/sun/xml/bind/jaxb-core/3.0.2/jaxb-core-3.0.2.jar error 03-Jan-2023 03:10:50 #18 90.08 Progress (3): 2.6/12 MB | 1.5/2.1 MB | 221/645 kB error 03-Jan-2023 03:10:50 Progress (3): 2.6/12 MB | 1.5/2.1 MB | 221/645 kB error 03-Jan-2023 03:10:50 Progress (3): 2.6/12 MB | 1.5/2.1 MB | 225/645 kB error 03-Jan-2023 03:10:50 Progress (3): 2.6/12 MB | 1.5/2.1 MB | 229/645 kB error 03-Jan-2023 03:10:50 Progress (3): 2.6/12 MB | 1.5/2.1 MB | 233/645 kB error 03-Jan-2023 03:10:50 Progress (3): 2.6/12 MB | 1.5/2.1 MB | 237/645 kB error 03-Jan-2023 03:10:50 Progress (3): 2.6/12 MB | 1.5/2.1 MB | 237/645 kB error 03-Jan-2023 03:10:50 Progress (3): 2.6/12 MB | 1.5/2.1 MB | 242/645 kB error 03-Jan-2023 03:10:50 Progress (3): 2.7/12 MB | 1.5/2.1 MB | 242/645 kB error 03-Jan-2023 03:10:50 Progress (3): 2.7/12 MB | 1.5/2.1 MB | 246/645 kB error 03-Jan-2023 03:10:50 Progress (3): 2.7/12 MB | 1.5/2.1 MB | 250/645 kB error 03-Jan-2023 03:10:50 Progress (3): 2.7/12 MB | 1.5/2.1 MB | 254/645 kB error 03-Jan-2023 03:10:50 Progress (3): 2.7/12 MB | 1.5/2.1 MB | 258/645 kB error 03-Jan-2023 03:10:50 Progress (3): 2.7/12 MB | 1.5/2.1 MB | 258/645 kB error 03-Jan-2023 03:10:50 Progress (3): 2.7/12 MB | 1.5/2.1 MB | 260/645 kB error 03-Jan-2023 03:10:50 Progress (3): 2.7/12 MB | 1.5/2.1 MB | 260/645 kB error 03-Jan-2023 03:10:50 Progress (3): 2.7/12 MB | 1.5/2.1 MB | 260/645 kB error 03-Jan-2023 03:10:50 Progress (3): 2.7/12 MB | 1.5/2.1 MB | 264/645 kB error 03-Jan-2023 03:10:50 Progress (3): 2.7/12 MB | 1.5/2.1 MB | 269/645 kB error 03-Jan-2023 03:10:50 Progress (3): 2.7/12 MB | 1.5/2.1 MB | 273/645 kB error 03-Jan-2023 03:10:50 Progress (3): 2.7/12 MB | 1.5/2.1 MB | 277/645 kB error 03-Jan-2023 03:10:50 Progress (3): 2.7/12 MB | 1.5/2.1 MB | 277/645 kB error 03-Jan-2023 03:10:50 Progress (3): 2.7/12 MB | 1.6/2.1 MB | 277/645 kB error 03-Jan-2023 03:10:50 Progress (3): 2.7/12 MB | 1.6/2.1 MB | 281/645 kB error 03-Jan-2023 03:10:50 Progress (3): 2.7/12 MB | 1.6/2.1 MB | 285/645 kB error 03-Jan-2023 03:10:50 Progress (3): 2.7/12 MB | 1.6/2.1 MB | 289/645 kB error 03-Jan-2023 03:10:50 Progress (3): 2.7/12 MB | 1.6/2.1 MB | 293/645 kB error 03-Jan-2023 03:10:50 Progress (3): 2.7/12 MB | 1.6/2.1 MB | 297/645 kB error 03-Jan-2023 03:10:50 Progress (3): 2.7/12 MB | 1.6/2.1 MB | 297/645 kB error 03-Jan-2023 03:10:50 Progress (3): 2.7/12 MB | 1.6/2.1 MB | 297/645 kB error 03-Jan-2023 03:10:50 Progress (3): 2.7/12 MB | 1.6/2.1 MB | 297/645 kB error 03-Jan-2023 03:10:50 Progress (3): 2.7/12 MB | 1.6/2.1 MB | 301/645 kB error 03-Jan-2023 03:10:50 Progress (3): 2.7/12 MB | 1.6/2.1 MB | 305/645 kB error 03-Jan-2023 03:10:50 Progress (3): 2.8/12 MB | 1.6/2.1 MB | 305/645 kB error 03-Jan-2023 03:10:50 Progress (3): 2.8/12 MB | 1.6/2.1 MB | 309/645 kB error 03-Jan-2023 03:10:50 Progress (3): 2.8/12 MB | 1.6/2.1 MB | 314/645 kB error 03-Jan-2023 03:10:50 Progress (3): 2.8/12 MB | 1.6/2.1 MB | 318/645 kB error 03-Jan-2023 03:10:50 Progress (3): 2.8/12 MB | 1.6/2.1 MB | 318/645 kB error 03-Jan-2023 03:10:50 Progress (3): 2.8/12 MB | 1.6/2.1 MB | 318/645 kB error 03-Jan-2023 03:10:50 Progress (3): 2.8/12 MB | 1.6/2.1 MB | 318/645 kB error 03-Jan-2023 03:10:50 Progress (3): 2.8/12 MB | 1.7/2.1 MB | 318/645 kB error 03-Jan-2023 03:10:50 Progress (3): 2.8/12 MB | 1.7/2.1 MB | 318/645 kB error 03-Jan-2023 03:10:50 Progress (3): 2.8/12 MB | 1.7/2.1 MB | 318/645 kB error 03-Jan-2023 03:10:50 Progress (3): 2.9/12 MB | 1.7/2.1 MB | 318/645 kB error 03-Jan-2023 03:10:50 Progress (3): 2.9/12 MB | 1.7/2.1 MB | 322/645 kB error 03-Jan-2023 03:10:50 Progress (3): 2.9/12 MB | 1.7/2.1 MB | 326/645 kB error 03-Jan-2023 03:10:50 Progress (3): 2.9/12 MB | 1.7/2.1 MB | 330/645 kB error 03-Jan-2023 03:10:50 Progress (3): 2.9/12 MB | 1.7/2.1 MB | 332/645 kB error 03-Jan-2023 03:10:50 Progress (3): 2.9/12 MB | 1.7/2.1 MB | 336/645 kB error 03-Jan-2023 03:10:50 Progress (3): 2.9/12 MB | 1.7/2.1 MB | 341/645 kB error 03-Jan-2023 03:10:50 Progress (3): 2.9/12 MB | 1.7/2.1 MB | 345/645 kB error 03-Jan-2023 03:10:50 Progress (3): 2.9/12 MB | 1.7/2.1 MB | 349/645 kB error 03-Jan-2023 03:10:50 Progress (3): 2.9/12 MB | 1.7/2.1 MB | 353/645 kB error 03-Jan-2023 03:10:50 Progress (3): 2.9/12 MB | 1.7/2.1 MB | 353/645 kB error 03-Jan-2023 03:10:50 Progress (3): 2.9/12 MB | 1.7/2.1 MB | 357/645 kB error 03-Jan-2023 03:10:50 Progress (3): 2.9/12 MB | 1.7/2.1 MB | 361/645 kB error 03-Jan-2023 03:10:50 Progress (3): 2.9/12 MB | 1.7/2.1 MB | 365/645 kB error 03-Jan-2023 03:10:50 Progress (3): 2.9/12 MB | 1.7/2.1 MB | 365/645 kB error 03-Jan-2023 03:10:50 Progress (3): 2.9/12 MB | 1.7/2.1 MB | 365/645 kB error 03-Jan-2023 03:10:50 Progress (3): 2.9/12 MB | 1.7/2.1 MB | 365/645 kB error 03-Jan-2023 03:10:50 Progress (3): 2.9/12 MB | 1.7/2.1 MB | 369/645 kB error 03-Jan-2023 03:10:50 Progress (3): 2.9/12 MB | 1.7/2.1 MB | 373/645 kB error 03-Jan-2023 03:10:50 Progress (3): 2.9/12 MB | 1.7/2.1 MB | 377/645 kB error 03-Jan-2023 03:10:50 Progress (3): 2.9/12 MB | 1.7/2.1 MB | 381/645 kB error 03-Jan-2023 03:10:50 Progress (3): 2.9/12 MB | 1.7/2.1 MB | 386/645 kB error 03-Jan-2023 03:10:50 Progress (3): 2.9/12 MB | 1.7/2.1 MB | 386/645 kB error 03-Jan-2023 03:10:50 Progress (3): 2.9/12 MB | 1.7/2.1 MB | 390/645 kB error 03-Jan-2023 03:10:50 Progress (3): 2.9/12 MB | 1.7/2.1 MB | 394/645 kB error 03-Jan-2023 03:10:50 Progress (3): 2.9/12 MB | 1.7/2.1 MB | 398/645 kB error 03-Jan-2023 03:10:50 Progress (3): 2.9/12 MB | 1.7/2.1 MB | 402/645 kB error 03-Jan-2023 03:10:50 Progress (3): 2.9/12 MB | 1.7/2.1 MB | 406/645 kB error 03-Jan-2023 03:10:50 Progress (3): 2.9/12 MB | 1.8/2.1 MB | 406/645 kB error 03-Jan-2023 03:10:50 Progress (3): 2.9/12 MB | 1.8/2.1 MB | 410/645 kB error 03-Jan-2023 03:10:50 Progress (3): 3.0/12 MB | 1.8/2.1 MB | 410/645 kB error 03-Jan-2023 03:10:50 Progress (3): 3.0/12 MB | 1.8/2.1 MB | 414/645 kB error 03-Jan-2023 03:10:50 Progress (3): 3.0/12 MB | 1.8/2.1 MB | 414/645 kB error 03-Jan-2023 03:10:50 Progress (3): 3.0/12 MB | 1.8/2.1 MB | 418/645 kB error 03-Jan-2023 03:10:50 Progress (3): 3.0/12 MB | 1.8/2.1 MB | 421/645 kB error 03-Jan-2023 03:10:50 Progress (3): 3.0/12 MB | 1.8/2.1 MB | 421/645 kB error 03-Jan-2023 03:10:50 Progress (3): 3.0/12 MB | 1.8/2.1 MB | 421/645 kB error 03-Jan-2023 03:10:50 Progress (3): 3.0/12 MB | 1.8/2.1 MB | 421/645 kB error 03-Jan-2023 03:10:50 Progress (3): 3.0/12 MB | 1.8/2.1 MB | 425/645 kB error 03-Jan-2023 03:10:50 Progress (3): 3.0/12 MB | 1.8/2.1 MB | 429/645 kB error 03-Jan-2023 03:10:50 Progress (3): 3.0/12 MB | 1.8/2.1 MB | 433/645 kB error 03-Jan-2023 03:10:50 Progress (3): 3.0/12 MB | 1.8/2.1 MB | 438/645 kB error 03-Jan-2023 03:10:50 Progress (3): 3.0/12 MB | 1.8/2.1 MB | 442/645 kB error 03-Jan-2023 03:10:50 Progress (3): 3.0/12 MB | 1.8/2.1 MB | 442/645 kB error 03-Jan-2023 03:10:50 Progress (3): 3.0/12 MB | 1.8/2.1 MB | 446/645 kB error 03-Jan-2023 03:10:50 Progress (3): 3.0/12 MB | 1.8/2.1 MB | 449/645 kB error 03-Jan-2023 03:10:50 Progress (3): 3.1/12 MB | 1.8/2.1 MB | 449/645 kB error 03-Jan-2023 03:10:50 Progress (3): 3.1/12 MB | 1.8/2.1 MB | 453/645 kB error 03-Jan-2023 03:10:50 Progress (3): 3.1/12 MB | 1.8/2.1 MB | 458/645 kB error 03-Jan-2023 03:10:50 Progress (3): 3.1/12 MB | 1.9/2.1 MB | 458/645 kB error 03-Jan-2023 03:10:50 Progress (3): 3.1/12 MB | 1.9/2.1 MB | 462/645 kB error 03-Jan-2023 03:10:50 Progress (3): 3.1/12 MB | 1.9/2.1 MB | 466/645 kB error 03-Jan-2023 03:10:50 Progress (3): 3.1/12 MB | 1.9/2.1 MB | 470/645 kB error 03-Jan-2023 03:10:50 Progress (3): 3.1/12 MB | 1.9/2.1 MB | 474/645 kB error 03-Jan-2023 03:10:50 Progress (3): 3.1/12 MB | 1.9/2.1 MB | 474/645 kB error 03-Jan-2023 03:10:50 Progress (3): 3.1/12 MB | 1.9/2.1 MB | 474/645 kB error 03-Jan-2023 03:10:50 Progress (3): 3.1/12 MB | 1.9/2.1 MB | 478/645 kB error 03-Jan-2023 03:10:50 Progress (3): 3.1/12 MB | 1.9/2.1 MB | 482/645 kB error 03-Jan-2023 03:10:50 Progress (3): 3.1/12 MB | 1.9/2.1 MB | 486/645 kB error 03-Jan-2023 03:10:50 Progress (3): 3.1/12 MB | 1.9/2.1 MB | 490/645 kB error 03-Jan-2023 03:10:50 Progress (3): 3.1/12 MB | 1.9/2.1 MB | 490/645 kB error 03-Jan-2023 03:10:50 Progress (3): 3.2/12 MB | 1.9/2.1 MB | 490/645 kB error 03-Jan-2023 03:10:50 Progress (3): 3.2/12 MB | 1.9/2.1 MB | 493/645 kB error 03-Jan-2023 03:10:50 Progress (3): 3.2/12 MB | 1.9/2.1 MB | 497/645 kB error 03-Jan-2023 03:10:50 Progress (3): 3.2/12 MB | 1.9/2.1 MB | 501/645 kB error 03-Jan-2023 03:10:50 Progress (3): 3.2/12 MB | 1.9/2.1 MB | 505/645 kB error 03-Jan-2023 03:10:50 Progress (3): 3.2/12 MB | 1.9/2.1 MB | 510/645 kB error 03-Jan-2023 03:10:50 Progress (3): 3.2/12 MB | 1.9/2.1 MB | 510/645 kB error 03-Jan-2023 03:10:50 Progress (3): 3.2/12 MB | 1.9/2.1 MB | 512/645 kB error 03-Jan-2023 03:10:50 Progress (3): 3.2/12 MB | 1.9/2.1 MB | 516/645 kB error 03-Jan-2023 03:10:50 Progress (3): 3.2/12 MB | 1.9/2.1 MB | 516/645 kB error 03-Jan-2023 03:10:50 Progress (3): 3.2/12 MB | 1.9/2.1 MB | 521/645 kB error 03-Jan-2023 03:10:50 Progress (3): 3.2/12 MB | 1.9/2.1 MB | 521/645 kB error 03-Jan-2023 03:10:50 Progress (3): 3.2/12 MB | 1.9/2.1 MB | 525/645 kB error 03-Jan-2023 03:10:50 Progress (3): 3.2/12 MB | 2.0/2.1 MB | 525/645 kB error 03-Jan-2023 03:10:50 Progress (3): 3.2/12 MB | 2.0/2.1 MB | 529/645 kB error 03-Jan-2023 03:10:50 Progress (3): 3.2/12 MB | 2.0/2.1 MB | 533/645 kB error 03-Jan-2023 03:10:50 Progress (3): 3.2/12 MB | 2.0/2.1 MB | 537/645 kB error 03-Jan-2023 03:10:50 Progress (3): 3.2/12 MB | 2.0/2.1 MB | 541/645 kB error 03-Jan-2023 03:10:50 Progress (3): 3.2/12 MB | 2.0/2.1 MB | 541/645 kB error 03-Jan-2023 03:10:50 Progress (3): 3.2/12 MB | 2.0/2.1 MB | 545/645 kB error 03-Jan-2023 03:10:50 Progress (3): 3.2/12 MB | 2.0/2.1 MB | 549/645 kB error 03-Jan-2023 03:10:50 Progress (3): 3.2/12 MB | 2.0/2.1 MB | 553/645 kB error 03-Jan-2023 03:10:50 Progress (3): 3.2/12 MB | 2.0/2.1 MB | 557/645 kB error 03-Jan-2023 03:10:50 Progress (3): 3.2/12 MB | 2.0/2.1 MB | 561/645 kB error 03-Jan-2023 03:10:50 Progress (3): 3.2/12 MB | 2.0/2.1 MB | 566/645 kB error 03-Jan-2023 03:10:50 Progress (3): 3.2/12 MB | 2.0/2.1 MB | 570/645 kB error 03-Jan-2023 03:10:50 Progress (3): 3.2/12 MB | 2.0/2.1 MB | 574/645 kB error 03-Jan-2023 03:10:50 Progress (3): 3.3/12 MB | 2.0/2.1 MB | 574/645 kB error 03-Jan-2023 03:10:50 Progress (3): 3.3/12 MB | 2.0/2.1 MB | 574/645 kB error 03-Jan-2023 03:10:50 Progress (3): 3.3/12 MB | 2.0/2.1 MB | 578/645 kB error 03-Jan-2023 03:10:50 Progress (3): 3.3/12 MB | 2.0/2.1 MB | 582/645 kB error 03-Jan-2023 03:10:50 Progress (3): 3.3/12 MB | 2.0/2.1 MB | 582/645 kB error 03-Jan-2023 03:10:50 Progress (3): 3.3/12 MB | 2.0/2.1 MB | 584/645 kB error 03-Jan-2023 03:10:50 Progress (3): 3.3/12 MB | 2.0/2.1 MB | 584/645 kB error 03-Jan-2023 03:10:50 Progress (3): 3.3/12 MB | 2.0/2.1 MB | 584/645 kB error 03-Jan-2023 03:10:50 Progress (3): 3.3/12 MB | 2.0/2.1 MB | 588/645 kB error 03-Jan-2023 03:10:50 Progress (3): 3.3/12 MB | 2.0/2.1 MB | 593/645 kB error 03-Jan-2023 03:10:50 Progress (3): 3.3/12 MB | 2.0/2.1 MB | 597/645 kB error 03-Jan-2023 03:10:50 Progress (3): 3.3/12 MB | 2.0/2.1 MB | 601/645 kB error 03-Jan-2023 03:10:50 Progress (3): 3.3/12 MB | 2.0/2.1 MB | 601/645 kB error 03-Jan-2023 03:10:50 Progress (3): 3.3/12 MB | 2.0/2.1 MB | 601/645 kB error 03-Jan-2023 03:10:50 Progress (3): 3.3/12 MB | 2.0/2.1 MB | 601/645 kB error 03-Jan-2023 03:10:50 Progress (3): 3.3/12 MB | 2.0/2.1 MB | 605/645 kB error 03-Jan-2023 03:10:50 Progress (3): 3.3/12 MB | 2.0/2.1 MB | 609/645 kB error 03-Jan-2023 03:10:50 Progress (3): 3.3/12 MB | 2.0/2.1 MB | 613/645 kB error 03-Jan-2023 03:10:50 Progress (3): 3.3/12 MB | 2.0/2.1 MB | 617/645 kB error 03-Jan-2023 03:10:50 Progress (3): 3.3/12 MB | 2.1/2.1 MB | 617/645 kB error 03-Jan-2023 03:10:50 Progress (3): 3.3/12 MB | 2.1/2.1 MB | 617/645 kB error 03-Jan-2023 03:10:50 Progress (3): 3.3/12 MB | 2.1 MB | 617/645 kB error 03-Jan-2023 03:10:50 Progress (3): 3.3/12 MB | 2.1 MB | 621/645 kB error 03-Jan-2023 03:10:50 Progress (3): 3.3/12 MB | 2.1 MB | 625/645 kB error 03-Jan-2023 03:10:50 Progress (3): 3.3/12 MB | 2.1 MB | 629/645 kB error 03-Jan-2023 03:10:50 Progress (3): 3.3/12 MB | 2.1 MB | 633/645 kB error 03-Jan-2023 03:10:50 Progress (3): 3.3/12 MB | 2.1 MB | 638/645 kB error 03-Jan-2023 03:10:50 Progress (3): 3.3/12 MB | 2.1 MB | 642/645 kB error 03-Jan-2023 03:10:50 Progress (3): 3.3/12 MB | 2.1 MB | 645 kB error 03-Jan-2023 03:10:50 Progress (3): 3.4/12 MB | 2.1 MB | 645 kB error 03-Jan-2023 03:10:50 Progress (3): 3.5/12 MB | 2.1 MB | 645 kB error 03-Jan-2023 03:10:50 Progress (3): 3.5/12 MB | 2.1 MB | 645 kB error 03-Jan-2023 03:10:50 Progress (4): 3.5/12 MB | 2.1 MB | 645 kB | 7.5/917 kB error 03-Jan-2023 03:10:50 Progress (4): 3.5/12 MB | 2.1 MB | 645 kB | 16/917 kB error 03-Jan-2023 03:10:50 Progress (4): 3.6/12 MB | 2.1 MB | 645 kB | 16/917 kB error 03-Jan-2023 03:10:50 Progress (4): 3.6/12 MB | 2.1 MB | 645 kB | 16/917 kB error 03-Jan-2023 03:10:50 Progress (4): 3.6/12 MB | 2.1 MB | 645 kB | 24/917 kB error 03-Jan-2023 03:10:50 Progress (4): 3.6/12 MB | 2.1 MB | 645 kB | 32/917 kB error 03-Jan-2023 03:10:50 Progress (4): 3.7/12 MB | 2.1 MB | 645 kB | 32/917 kB error 03-Jan-2023 03:10:50 Progress (4): 3.7/12 MB | 2.1 MB | 645 kB | 40/917 kB error 03-Jan-2023 03:10:50 Progress (5): 3.7/12 MB | 2.1 MB | 645 kB | 40/917 kB | 4.1/238 kB error 03-Jan-2023 03:10:50 Progress (5): 3.7/12 MB | 2.1 MB | 645 kB | 40/917 kB | 8.2/238 kB error 03-Jan-2023 03:10:50 Progress (5): 3.7/12 MB | 2.1 MB | 645 kB | 40/917 kB | 12/238 kB error 03-Jan-2023 03:10:50 Progress (5): 3.7/12 MB | 2.1 MB | 645 kB | 40/917 kB | 16/238 kB error 03-Jan-2023 03:10:50 Progress (5): 3.7/12 MB | 2.1 MB | 645 kB | 40/917 kB | 20/238 kB error 03-Jan-2023 03:10:50 Progress (5): 3.7/12 MB | 2.1 MB | 645 kB | 40/917 kB | 25/238 kB error 03-Jan-2023 03:10:50 Progress (5): 3.7/12 MB | 2.1 MB | 645 kB | 40/917 kB | 29/238 kB error 03-Jan-2023 03:10:50 Progress (5): 3.7/12 MB | 2.1 MB | 645 kB | 48/917 kB | 29/238 kB error 03-Jan-2023 03:10:50 Progress (5): 3.7/12 MB | 2.1 MB | 645 kB | 48/917 kB | 33/238 kB error 03-Jan-2023 03:10:50 Progress (5): 3.7/12 MB | 2.1 MB | 645 kB | 53/917 kB | 33/238 kB error 03-Jan-2023 03:10:50 Progress (5): 3.7/12 MB | 2.1 MB | 645 kB | 53/917 kB | 37/238 kB error 03-Jan-2023 03:10:50 Progress (5): 3.7/12 MB | 2.1 MB | 645 kB | 62/917 kB | 37/238 kB error 03-Jan-2023 03:10:50 Progress (5): 3.7/12 MB | 2.1 MB | 645 kB | 62/917 kB | 41/238 kB error 03-Jan-2023 03:10:50 Progress (5): 3.7/12 MB | 2.1 MB | 645 kB | 70/917 kB | 41/238 kB error 03-Jan-2023 03:10:50 Progress (5): 3.7/12 MB | 2.1 MB | 645 kB | 70/917 kB | 45/238 kB error 03-Jan-2023 03:10:50 Progress (5): 3.7/12 MB | 2.1 MB | 645 kB | 78/917 kB | 45/238 kB error 03-Jan-2023 03:10:50 Progress (5): 3.7/12 MB | 2.1 MB | 645 kB | 78/917 kB | 45/238 kB error 03-Jan-2023 03:10:50 Progress (5): 3.7/12 MB | 2.1 MB | 645 kB | 78/917 kB | 49/238 kB error 03-Jan-2023 03:10:50 Progress (5): 3.7/12 MB | 2.1 MB | 645 kB | 78/917 kB | 52/238 kB error 03-Jan-2023 03:10:50 Progress (5): 3.7/12 MB | 2.1 MB | 645 kB | 86/917 kB | 52/238 kB error 03-Jan-2023 03:10:50 Progress (5): 3.7/12 MB | 2.1 MB | 645 kB | 86/917 kB | 56/238 kB error 03-Jan-2023 03:10:50 Progress (5): 3.7/12 MB | 2.1 MB | 645 kB | 86/917 kB | 60/238 kB error 03-Jan-2023 03:10:50 error 03-Jan-2023 03:10:50 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/aspectj/aspectjweaver/1.9.7/aspectjweaver-1.9.7.jar (2.1 MB at 177 kB/s) error 03-Jan-2023 03:10:50 #18 90.55 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/joda-time/joda-time/2.10.12/joda-time-2.10.12.jar (645 kB at 55 kB/s) error 03-Jan-2023 03:10:50 #18 90.55 Progress (3): 3.7/12 MB | 86/917 kB | 64/238 kB error 03-Jan-2023 03:10:50 Progress (3): 3.7/12 MB | 86/917 kB | 68/238 kB error 03-Jan-2023 03:10:50 Progress (3): 3.7/12 MB | 94/917 kB | 68/238 kB error 03-Jan-2023 03:10:50 Progress (3): 3.7/12 MB | 102/917 kB | 68/238 kB error 03-Jan-2023 03:10:50 Progress (3): 3.7/12 MB | 102/917 kB | 72/238 kB error 03-Jan-2023 03:10:50 Progress (3): 3.7/12 MB | 102/917 kB | 76/238 kB error 03-Jan-2023 03:10:50 Progress (3): 3.7/12 MB | 102/917 kB | 80/238 kB error 03-Jan-2023 03:10:50 Progress (3): 3.7/12 MB | 102/917 kB | 84/238 kB error 03-Jan-2023 03:10:50 error 03-Jan-2023 03:10:50 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/api/openmrs-api/2.5.8/openmrs-api-2.5.8-tests.jar error 03-Jan-2023 03:10:50 #18 90.57 Progress (3): 3.7/12 MB | 102/917 kB | 86/238 kB error 03-Jan-2023 03:10:50 Progress (3): 3.8/12 MB | 102/917 kB | 86/238 kB error 03-Jan-2023 03:10:50 Progress (3): 3.8/12 MB | 111/917 kB | 86/238 kB error 03-Jan-2023 03:10:50 error 03-Jan-2023 03:10:50 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/springframework/spring-test/5.2.14.RELEASE/spring-test-5.2.14.RELEASE.jar error 03-Jan-2023 03:10:50 #18 90.59 Progress (3): 3.8/12 MB | 111/917 kB | 91/238 kB error 03-Jan-2023 03:10:50 Progress (3): 3.8/12 MB | 119/917 kB | 91/238 kB error 03-Jan-2023 03:10:50 Progress (3): 3.8/12 MB | 123/917 kB | 91/238 kB error 03-Jan-2023 03:10:50 Progress (3): 3.8/12 MB | 131/917 kB | 91/238 kB error 03-Jan-2023 03:10:50 Progress (3): 3.8/12 MB | 139/917 kB | 91/238 kB error 03-Jan-2023 03:10:50 Progress (3): 3.8/12 MB | 139/917 kB | 95/238 kB error 03-Jan-2023 03:10:50 Progress (3): 3.8/12 MB | 139/917 kB | 99/238 kB error 03-Jan-2023 03:10:50 Progress (3): 3.8/12 MB | 139/917 kB | 103/238 kB error 03-Jan-2023 03:10:50 Progress (3): 3.8/12 MB | 148/917 kB | 103/238 kB error 03-Jan-2023 03:10:50 Progress (3): 3.8/12 MB | 156/917 kB | 103/238 kB error 03-Jan-2023 03:10:50 Progress (3): 3.8/12 MB | 156/917 kB | 107/238 kB error 03-Jan-2023 03:10:50 Progress (3): 3.8/12 MB | 156/917 kB | 111/238 kB error 03-Jan-2023 03:10:50 Progress (3): 3.8/12 MB | 156/917 kB | 115/238 kB error 03-Jan-2023 03:10:50 Progress (3): 3.8/12 MB | 164/917 kB | 115/238 kB error 03-Jan-2023 03:10:50 Progress (3): 3.8/12 MB | 170/917 kB | 115/238 kB error 03-Jan-2023 03:10:50 Progress (3): 3.9/12 MB | 170/917 kB | 115/238 kB error 03-Jan-2023 03:10:50 Progress (3): 3.9/12 MB | 179/917 kB | 115/238 kB error 03-Jan-2023 03:10:50 Progress (3): 3.9/12 MB | 179/917 kB | 119/238 kB error 03-Jan-2023 03:10:50 Progress (3): 3.9/12 MB | 179/917 kB | 123/238 kB error 03-Jan-2023 03:10:50 Progress (3): 3.9/12 MB | 179/917 kB | 127/238 kB error 03-Jan-2023 03:10:50 Progress (3): 3.9/12 MB | 179/917 kB | 132/238 kB error 03-Jan-2023 03:10:50 Progress (3): 3.9/12 MB | 179/917 kB | 134/238 kB error 03-Jan-2023 03:10:50 Progress (3): 3.9/12 MB | 187/917 kB | 134/238 kB error 03-Jan-2023 03:10:50 Progress (3): 3.9/12 MB | 187/917 kB | 138/238 kB error 03-Jan-2023 03:10:50 Progress (3): 3.9/12 MB | 187/917 kB | 142/238 kB error 03-Jan-2023 03:10:50 Progress (3): 3.9/12 MB | 195/917 kB | 142/238 kB error 03-Jan-2023 03:10:50 Progress (3): 3.9/12 MB | 203/917 kB | 142/238 kB error 03-Jan-2023 03:10:50 Progress (3): 3.9/12 MB | 211/917 kB | 142/238 kB error 03-Jan-2023 03:10:50 Progress (3): 3.9/12 MB | 219/917 kB | 142/238 kB error 03-Jan-2023 03:10:50 Progress (3): 3.9/12 MB | 219/917 kB | 142/238 kB error 03-Jan-2023 03:10:50 Progress (3): 3.9/12 MB | 219/917 kB | 146/238 kB error 03-Jan-2023 03:10:50 Progress (3): 3.9/12 MB | 219/917 kB | 150/238 kB error 03-Jan-2023 03:10:50 Progress (3): 3.9/12 MB | 219/917 kB | 154/238 kB error 03-Jan-2023 03:10:50 Progress (3): 3.9/12 MB | 219/917 kB | 158/238 kB error 03-Jan-2023 03:10:50 Progress (3): 3.9/12 MB | 228/917 kB | 158/238 kB error 03-Jan-2023 03:10:50 Progress (3): 3.9/12 MB | 228/917 kB | 162/238 kB error 03-Jan-2023 03:10:50 Progress (3): 3.9/12 MB | 228/917 kB | 166/238 kB error 03-Jan-2023 03:10:50 Progress (3): 3.9/12 MB | 228/917 kB | 171/238 kB error 03-Jan-2023 03:10:50 Progress (3): 3.9/12 MB | 228/917 kB | 175/238 kB error 03-Jan-2023 03:10:50 Progress (3): 3.9/12 MB | 228/917 kB | 179/238 kB error 03-Jan-2023 03:10:50 Progress (3): 3.9/12 MB | 228/917 kB | 183/238 kB error 03-Jan-2023 03:10:50 Progress (3): 3.9/12 MB | 228/917 kB | 187/238 kB error 03-Jan-2023 03:10:50 Progress (3): 4.0/12 MB | 228/917 kB | 187/238 kB error 03-Jan-2023 03:10:50 Progress (3): 4.0/12 MB | 236/917 kB | 187/238 kB error 03-Jan-2023 03:10:50 Progress (3): 4.0/12 MB | 236/917 kB | 191/238 kB error 03-Jan-2023 03:10:50 Progress (3): 4.0/12 MB | 244/917 kB | 191/238 kB error 03-Jan-2023 03:10:50 Progress (3): 4.0/12 MB | 244/917 kB | 195/238 kB error 03-Jan-2023 03:10:50 Progress (3): 4.0/12 MB | 244/917 kB | 197/238 kB error 03-Jan-2023 03:10:50 Progress (3): 4.0/12 MB | 249/917 kB | 197/238 kB error 03-Jan-2023 03:10:50 Progress (3): 4.0/12 MB | 257/917 kB | 197/238 kB error 03-Jan-2023 03:10:50 Progress (3): 4.0/12 MB | 257/917 kB | 201/238 kB error 03-Jan-2023 03:10:50 Progress (3): 4.0/12 MB | 257/917 kB | 206/238 kB error 03-Jan-2023 03:10:50 Progress (3): 4.0/12 MB | 257/917 kB | 210/238 kB error 03-Jan-2023 03:10:50 Progress (3): 4.0/12 MB | 257/917 kB | 214/238 kB error 03-Jan-2023 03:10:50 Progress (3): 4.0/12 MB | 265/917 kB | 214/238 kB error 03-Jan-2023 03:10:50 Progress (3): 4.0/12 MB | 265/917 kB | 218/238 kB error 03-Jan-2023 03:10:50 Progress (3): 4.0/12 MB | 273/917 kB | 218/238 kB error 03-Jan-2023 03:10:50 Progress (3): 4.0/12 MB | 273/917 kB | 222/238 kB error 03-Jan-2023 03:10:50 Progress (3): 4.0/12 MB | 273/917 kB | 226/238 kB error 03-Jan-2023 03:10:50 Progress (3): 4.0/12 MB | 273/917 kB | 230/238 kB error 03-Jan-2023 03:10:50 Progress (3): 4.0/12 MB | 278/917 kB | 230/238 kB error 03-Jan-2023 03:10:50 Progress (3): 4.0/12 MB | 278/917 kB | 232/238 kB error 03-Jan-2023 03:10:50 Progress (3): 4.0/12 MB | 278/917 kB | 236/238 kB error 03-Jan-2023 03:10:50 Progress (3): 4.0/12 MB | 278/917 kB | 238 kB error 03-Jan-2023 03:10:50 Progress (3): 4.0/12 MB | 286/917 kB | 238 kB error 03-Jan-2023 03:10:50 Progress (3): 4.0/12 MB | 286/917 kB | 238 kB error 03-Jan-2023 03:10:50 Progress (3): 4.1/12 MB | 286/917 kB | 238 kB error 03-Jan-2023 03:10:50 Progress (3): 4.1/12 MB | 294/917 kB | 238 kB error 03-Jan-2023 03:10:50 Progress (3): 4.1/12 MB | 302/917 kB | 238 kB error 03-Jan-2023 03:10:50 Progress (3): 4.1/12 MB | 311/917 kB | 238 kB error 03-Jan-2023 03:10:50 Progress (3): 4.1/12 MB | 319/917 kB | 238 kB error 03-Jan-2023 03:10:50 Progress (3): 4.1/12 MB | 323/917 kB | 238 kB error 03-Jan-2023 03:10:50 Progress (3): 4.1/12 MB | 332/917 kB | 238 kB error 03-Jan-2023 03:10:50 Progress (3): 4.1/12 MB | 340/917 kB | 238 kB error 03-Jan-2023 03:10:50 Progress (3): 4.1/12 MB | 348/917 kB | 238 kB error 03-Jan-2023 03:10:50 Progress (3): 4.1/12 MB | 356/917 kB | 238 kB error 03-Jan-2023 03:10:50 Progress (3): 4.1/12 MB | 364/917 kB | 238 kB error 03-Jan-2023 03:10:50 Progress (3): 4.1/12 MB | 372/917 kB | 238 kB error 03-Jan-2023 03:10:50 Progress (3): 4.1/12 MB | 377/917 kB | 238 kB error 03-Jan-2023 03:10:50 Progress (3): 4.1/12 MB | 386/917 kB | 238 kB error 03-Jan-2023 03:10:50 Progress (3): 4.1/12 MB | 394/917 kB | 238 kB error 03-Jan-2023 03:10:50 Progress (3): 4.1/12 MB | 394/917 kB | 238 kB error 03-Jan-2023 03:10:50 Progress (3): 4.1/12 MB | 402/917 kB | 238 kB error 03-Jan-2023 03:10:50 Progress (3): 4.1/12 MB | 410/917 kB | 238 kB error 03-Jan-2023 03:10:50 Progress (3): 4.1/12 MB | 418/917 kB | 238 kB error 03-Jan-2023 03:10:50 Progress (3): 4.2/12 MB | 418/917 kB | 238 kB error 03-Jan-2023 03:10:50 Progress (3): 4.2/12 MB | 426/917 kB | 238 kB error 03-Jan-2023 03:10:50 Progress (3): 4.2/12 MB | 435/917 kB | 238 kB error 03-Jan-2023 03:10:50 Progress (3): 4.2/12 MB | 443/917 kB | 238 kB error 03-Jan-2023 03:10:50 Progress (3): 4.2/12 MB | 447/917 kB | 238 kB error 03-Jan-2023 03:10:50 Progress (3): 4.2/12 MB | 455/917 kB | 238 kB error 03-Jan-2023 03:10:50 Progress (3): 4.2/12 MB | 463/917 kB | 238 kB error 03-Jan-2023 03:10:50 Progress (3): 4.3/12 MB | 463/917 kB | 238 kB error 03-Jan-2023 03:10:50 Progress (3): 4.3/12 MB | 472/917 kB | 238 kB error 03-Jan-2023 03:10:50 Progress (3): 4.3/12 MB | 480/917 kB | 238 kB error 03-Jan-2023 03:10:50 Progress (3): 4.3/12 MB | 480/917 kB | 238 kB error 03-Jan-2023 03:10:50 Progress (3): 4.3/12 MB | 488/917 kB | 238 kB error 03-Jan-2023 03:10:50 Progress (3): 4.3/12 MB | 496/917 kB | 238 kB error 03-Jan-2023 03:10:50 Progress (3): 4.3/12 MB | 504/917 kB | 238 kB error 03-Jan-2023 03:10:50 Progress (3): 4.4/12 MB | 504/917 kB | 238 kB error 03-Jan-2023 03:10:50 Progress (3): 4.4/12 MB | 512/917 kB | 238 kB error 03-Jan-2023 03:10:50 Progress (3): 4.4/12 MB | 521/917 kB | 238 kB error 03-Jan-2023 03:10:50 Progress (3): 4.4/12 MB | 529/917 kB | 238 kB error 03-Jan-2023 03:10:50 Progress (3): 4.4/12 MB | 537/917 kB | 238 kB error 03-Jan-2023 03:10:50 Progress (3): 4.4/12 MB | 537/917 kB | 238 kB error 03-Jan-2023 03:10:50 Progress (3): 4.4/12 MB | 545/917 kB | 238 kB error 03-Jan-2023 03:10:50 Progress (3): 4.4/12 MB | 553/917 kB | 238 kB error 03-Jan-2023 03:10:50 Progress (3): 4.4/12 MB | 561/917 kB | 238 kB error 03-Jan-2023 03:10:50 Progress (3): 4.5/12 MB | 561/917 kB | 238 kB error 03-Jan-2023 03:10:50 Progress (3): 4.5/12 MB | 570/917 kB | 238 kB error 03-Jan-2023 03:10:50 Progress (3): 4.5/12 MB | 575/917 kB | 238 kB error 03-Jan-2023 03:10:50 Progress (3): 4.5/12 MB | 575/917 kB | 238 kB error 03-Jan-2023 03:10:50 Progress (3): 4.5/12 MB | 584/917 kB | 238 kB error 03-Jan-2023 03:10:50 Progress (3): 4.5/12 MB | 592/917 kB | 238 kB error 03-Jan-2023 03:10:50 Progress (3): 4.5/12 MB | 600/917 kB | 238 kB error 03-Jan-2023 03:10:50 Progress (3): 4.5/12 MB | 608/917 kB | 238 kB error 03-Jan-2023 03:10:50 Progress (3): 4.5/12 MB | 616/917 kB | 238 kB error 03-Jan-2023 03:10:50 Progress (3): 4.6/12 MB | 616/917 kB | 238 kB error 03-Jan-2023 03:10:50 Progress (3): 4.6/12 MB | 624/917 kB | 238 kB error 03-Jan-2023 03:10:50 Progress (3): 4.7/12 MB | 624/917 kB | 238 kB error 03-Jan-2023 03:10:50 Progress (3): 4.7/12 MB | 633/917 kB | 238 kB error 03-Jan-2023 03:10:50 Progress (3): 4.7/12 MB | 638/917 kB | 238 kB error 03-Jan-2023 03:10:50 Progress (3): 4.7/12 MB | 647/917 kB | 238 kB error 03-Jan-2023 03:10:50 Progress (3): 4.7/12 MB | 655/917 kB | 238 kB error 03-Jan-2023 03:10:50 Progress (3): 4.7/12 MB | 663/917 kB | 238 kB error 03-Jan-2023 03:10:50 Progress (3): 4.7/12 MB | 663/917 kB | 238 kB error 03-Jan-2023 03:10:50 Progress (3): 4.7/12 MB | 671/917 kB | 238 kB error 03-Jan-2023 03:10:50 Progress (3): 4.7/12 MB | 679/917 kB | 238 kB error 03-Jan-2023 03:10:50 Progress (3): 4.7/12 MB | 687/917 kB | 238 kB error 03-Jan-2023 03:10:50 Progress (3): 4.7/12 MB | 696/917 kB | 238 kB error 03-Jan-2023 03:10:50 Progress (3): 4.7/12 MB | 704/917 kB | 238 kB error 03-Jan-2023 03:10:50 Progress (3): 4.7/12 MB | 710/917 kB | 238 kB error 03-Jan-2023 03:10:50 error 03-Jan-2023 03:10:50 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/com/sun/xml/bind/jaxb-core/3.0.2/jaxb-core-3.0.2.jar (238 kB at 20 kB/s) error 03-Jan-2023 03:10:50 #18 90.87 Progress (2): 4.8/12 MB | 710/917 kB error 03-Jan-2023 03:10:50 error 03-Jan-2023 03:10:50 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/junit/jupiter/junit-jupiter-api/5.8.1/junit-jupiter-api-5.8.1.jar error 03-Jan-2023 03:10:50 #18 90.87 Progress (2): 4.8/12 MB | 719/917 kB error 03-Jan-2023 03:10:50 Progress (2): 4.8/12 MB | 727/917 kB error 03-Jan-2023 03:10:50 Progress (2): 4.8/12 MB | 735/917 kB error 03-Jan-2023 03:10:50 Progress (2): 4.8/12 MB | 743/917 kB error 03-Jan-2023 03:10:50 Progress (2): 4.8/12 MB | 751/917 kB error 03-Jan-2023 03:10:50 Progress (2): 4.8/12 MB | 759/917 kB error 03-Jan-2023 03:10:50 Progress (2): 4.8/12 MB | 759/917 kB error 03-Jan-2023 03:10:50 Progress (2): 4.8/12 MB | 764/917 kB error 03-Jan-2023 03:10:50 Progress (2): 4.8/12 MB | 772/917 kB error 03-Jan-2023 03:10:50 Progress (2): 4.8/12 MB | 780/917 kB error 03-Jan-2023 03:10:50 Progress (3): 4.8/12 MB | 780/917 kB | 4.1/686 kB error 03-Jan-2023 03:10:50 Progress (3): 4.8/12 MB | 788/917 kB | 4.1/686 kB error 03-Jan-2023 03:10:50 Progress (3): 4.8/12 MB | 797/917 kB | 4.1/686 kB error 03-Jan-2023 03:10:50 Progress (3): 4.8/12 MB | 797/917 kB | 8.2/686 kB error 03-Jan-2023 03:10:50 Progress (3): 4.8/12 MB | 797/917 kB | 12/686 kB error 03-Jan-2023 03:10:50 Progress (3): 4.8/12 MB | 797/917 kB | 16/686 kB error 03-Jan-2023 03:10:50 Progress (3): 4.9/12 MB | 797/917 kB | 16/686 kB error 03-Jan-2023 03:10:50 Progress (3): 4.9/12 MB | 805/917 kB | 16/686 kB error 03-Jan-2023 03:10:50 Progress (3): 4.9/12 MB | 805/917 kB | 16/686 kB error 03-Jan-2023 03:10:50 Progress (3): 4.9/12 MB | 813/917 kB | 16/686 kB error 03-Jan-2023 03:10:50 Progress (3): 4.9/12 MB | 813/917 kB | 20/686 kB error 03-Jan-2023 03:10:50 Progress (3): 4.9/12 MB | 813/917 kB | 25/686 kB error 03-Jan-2023 03:10:50 Progress (3): 4.9/12 MB | 813/917 kB | 29/686 kB error 03-Jan-2023 03:10:50 Progress (3): 4.9/12 MB | 821/917 kB | 29/686 kB error 03-Jan-2023 03:10:50 Progress (3): 4.9/12 MB | 821/917 kB | 33/686 kB error 03-Jan-2023 03:10:50 Progress (3): 4.9/12 MB | 829/917 kB | 33/686 kB error 03-Jan-2023 03:10:50 Progress (3): 4.9/12 MB | 829/917 kB | 37/686 kB error 03-Jan-2023 03:10:50 Progress (3): 4.9/12 MB | 834/917 kB | 37/686 kB error 03-Jan-2023 03:10:50 Progress (3): 4.9/12 MB | 834/917 kB | 41/686 kB error 03-Jan-2023 03:10:50 Progress (3): 4.9/12 MB | 834/917 kB | 45/686 kB error 03-Jan-2023 03:10:50 Progress (3): 4.9/12 MB | 834/917 kB | 49/686 kB error 03-Jan-2023 03:10:50 Progress (3): 4.9/12 MB | 842/917 kB | 49/686 kB error 03-Jan-2023 03:10:50 Progress (3): 4.9/12 MB | 850/917 kB | 49/686 kB error 03-Jan-2023 03:10:50 Progress (3): 5.0/12 MB | 850/917 kB | 49/686 kB error 03-Jan-2023 03:10:50 Progress (3): 5.0/12 MB | 850/917 kB | 52/686 kB error 03-Jan-2023 03:10:50 Progress (3): 5.0/12 MB | 858/917 kB | 52/686 kB error 03-Jan-2023 03:10:50 Progress (3): 5.0/12 MB | 858/917 kB | 56/686 kB error 03-Jan-2023 03:10:50 Progress (3): 5.0/12 MB | 858/917 kB | 60/686 kB error 03-Jan-2023 03:10:50 Progress (3): 5.0/12 MB | 858/917 kB | 64/686 kB error 03-Jan-2023 03:10:50 Progress (3): 5.0/12 MB | 858/917 kB | 68/686 kB error 03-Jan-2023 03:10:50 Progress (3): 5.0/12 MB | 866/917 kB | 68/686 kB error 03-Jan-2023 03:10:50 Progress (3): 5.0/12 MB | 874/917 kB | 68/686 kB error 03-Jan-2023 03:10:50 Progress (3): 5.1/12 MB | 874/917 kB | 68/686 kB error 03-Jan-2023 03:10:50 Progress (4): 5.1/12 MB | 874/917 kB | 68/686 kB | 0/2.5 MB error 03-Jan-2023 03:10:50 Progress (4): 5.1/12 MB | 874/917 kB | 72/686 kB | 0/2.5 MB error 03-Jan-2023 03:10:50 Progress (4): 5.1/12 MB | 874/917 kB | 76/686 kB | 0/2.5 MB error 03-Jan-2023 03:10:50 Progress (4): 5.1/12 MB | 874/917 kB | 80/686 kB | 0/2.5 MB error 03-Jan-2023 03:10:50 Progress (4): 5.1/12 MB | 874/917 kB | 84/686 kB | 0/2.5 MB error 03-Jan-2023 03:10:50 Progress (4): 5.1/12 MB | 874/917 kB | 86/686 kB | 0/2.5 MB error 03-Jan-2023 03:10:50 Progress (4): 5.1/12 MB | 879/917 kB | 86/686 kB | 0/2.5 MB error 03-Jan-2023 03:10:50 Progress (4): 5.1/12 MB | 879/917 kB | 91/686 kB | 0/2.5 MB error 03-Jan-2023 03:10:50 Progress (4): 5.1/12 MB | 879/917 kB | 95/686 kB | 0/2.5 MB error 03-Jan-2023 03:10:50 Progress (4): 5.1/12 MB | 879/917 kB | 99/686 kB | 0/2.5 MB error 03-Jan-2023 03:10:50 Progress (4): 5.1/12 MB | 879/917 kB | 103/686 kB | 0/2.5 MB error 03-Jan-2023 03:10:50 Progress (4): 5.1/12 MB | 879/917 kB | 107/686 kB | 0/2.5 MB error 03-Jan-2023 03:10:50 Progress (4): 5.1/12 MB | 879/917 kB | 107/686 kB | 0/2.5 MB error 03-Jan-2023 03:10:50 Progress (4): 5.1/12 MB | 879/917 kB | 111/686 kB | 0/2.5 MB error 03-Jan-2023 03:10:50 Progress (4): 5.1/12 MB | 887/917 kB | 111/686 kB | 0/2.5 MB error 03-Jan-2023 03:10:50 Progress (4): 5.1/12 MB | 887/917 kB | 111/686 kB | 0/2.5 MB error 03-Jan-2023 03:10:50 Progress (4): 5.1/12 MB | 887/917 kB | 111/686 kB | 0.1/2.5 MB error 03-Jan-2023 03:10:50 Progress (4): 5.1/12 MB | 887/917 kB | 115/686 kB | 0.1/2.5 MB error 03-Jan-2023 03:10:50 Progress (4): 5.1/12 MB | 896/917 kB | 115/686 kB | 0.1/2.5 MB error 03-Jan-2023 03:10:50 Progress (4): 5.1/12 MB | 896/917 kB | 119/686 kB | 0.1/2.5 MB error 03-Jan-2023 03:10:50 Progress (4): 5.1/12 MB | 896/917 kB | 123/686 kB | 0.1/2.5 MB error 03-Jan-2023 03:10:50 Progress (4): 5.1/12 MB | 904/917 kB | 123/686 kB | 0.1/2.5 MB error 03-Jan-2023 03:10:50 Progress (4): 5.1/12 MB | 908/917 kB | 123/686 kB | 0.1/2.5 MB error 03-Jan-2023 03:10:50 Progress (4): 5.1/12 MB | 908/917 kB | 127/686 kB | 0.1/2.5 MB error 03-Jan-2023 03:10:50 Progress (4): 5.1/12 MB | 908/917 kB | 132/686 kB | 0.1/2.5 MB error 03-Jan-2023 03:10:50 Progress (4): 5.1/12 MB | 908/917 kB | 132/686 kB | 0.1/2.5 MB error 03-Jan-2023 03:10:50 Progress (4): 5.1/12 MB | 917/917 kB | 132/686 kB | 0.1/2.5 MB error 03-Jan-2023 03:10:50 Progress (4): 5.1/12 MB | 917/917 kB | 136/686 kB | 0.1/2.5 MB error 03-Jan-2023 03:10:50 Progress (4): 5.1/12 MB | 917 kB | 136/686 kB | 0.1/2.5 MB error 03-Jan-2023 03:10:50 Progress (4): 5.1/12 MB | 917 kB | 140/686 kB | 0.1/2.5 MB error 03-Jan-2023 03:10:50 Progress (4): 5.1/12 MB | 917 kB | 143/686 kB | 0.1/2.5 MB error 03-Jan-2023 03:10:50 Progress (4): 5.2/12 MB | 917 kB | 143/686 kB | 0.1/2.5 MB error 03-Jan-2023 03:10:50 Progress (4): 5.2/12 MB | 917 kB | 143/686 kB | 0.1/2.5 MB error 03-Jan-2023 03:10:50 Progress (4): 5.2/12 MB | 917 kB | 147/686 kB | 0.1/2.5 MB error 03-Jan-2023 03:10:50 Progress (4): 5.2/12 MB | 917 kB | 151/686 kB | 0.1/2.5 MB error 03-Jan-2023 03:10:50 Progress (4): 5.2/12 MB | 917 kB | 155/686 kB | 0.1/2.5 MB error 03-Jan-2023 03:10:50 Progress (4): 5.2/12 MB | 917 kB | 159/686 kB | 0.1/2.5 MB error 03-Jan-2023 03:10:50 Progress (4): 5.2/12 MB | 917 kB | 163/686 kB | 0.1/2.5 MB error 03-Jan-2023 03:10:50 Progress (4): 5.2/12 MB | 917 kB | 167/686 kB | 0.1/2.5 MB error 03-Jan-2023 03:10:50 Progress (4): 5.2/12 MB | 917 kB | 170/686 kB | 0.1/2.5 MB error 03-Jan-2023 03:10:50 Progress (4): 5.2/12 MB | 917 kB | 170/686 kB | 0.1/2.5 MB error 03-Jan-2023 03:10:50 Progress (4): 5.2/12 MB | 917 kB | 174/686 kB | 0.1/2.5 MB error 03-Jan-2023 03:10:50 Progress (4): 5.2/12 MB | 917 kB | 178/686 kB | 0.1/2.5 MB error 03-Jan-2023 03:10:50 Progress (4): 5.2/12 MB | 917 kB | 182/686 kB | 0.1/2.5 MB error 03-Jan-2023 03:10:50 Progress (4): 5.2/12 MB | 917 kB | 182/686 kB | 0.1/2.5 MB error 03-Jan-2023 03:10:50 Progress (4): 5.2/12 MB | 917 kB | 186/686 kB | 0.1/2.5 MB error 03-Jan-2023 03:10:50 Progress (4): 5.2/12 MB | 917 kB | 188/686 kB | 0.1/2.5 MB error 03-Jan-2023 03:10:50 Progress (4): 5.2/12 MB | 917 kB | 188/686 kB | 0.1/2.5 MB error 03-Jan-2023 03:10:50 Progress (4): 5.2/12 MB | 917 kB | 188/686 kB | 0.1/2.5 MB error 03-Jan-2023 03:10:50 Progress (4): 5.2/12 MB | 917 kB | 192/686 kB | 0.1/2.5 MB error 03-Jan-2023 03:10:50 Progress (4): 5.2/12 MB | 917 kB | 197/686 kB | 0.1/2.5 MB error 03-Jan-2023 03:10:50 Progress (4): 5.2/12 MB | 917 kB | 197/686 kB | 0.2/2.5 MB error 03-Jan-2023 03:10:50 Progress (4): 5.2/12 MB | 917 kB | 201/686 kB | 0.2/2.5 MB error 03-Jan-2023 03:10:50 Progress (4): 5.2/12 MB | 917 kB | 205/686 kB | 0.2/2.5 MB error 03-Jan-2023 03:10:50 Progress (4): 5.2/12 MB | 917 kB | 209/686 kB | 0.2/2.5 MB error 03-Jan-2023 03:10:50 Progress (4): 5.2/12 MB | 917 kB | 213/686 kB | 0.2/2.5 MB error 03-Jan-2023 03:10:50 Progress (4): 5.2/12 MB | 917 kB | 213/686 kB | 0.2/2.5 MB error 03-Jan-2023 03:10:50 Progress (4): 5.2/12 MB | 917 kB | 213/686 kB | 0.2/2.5 MB error 03-Jan-2023 03:10:50 Progress (4): 5.3/12 MB | 917 kB | 213/686 kB | 0.2/2.5 MB error 03-Jan-2023 03:10:50 Progress (4): 5.3/12 MB | 917 kB | 217/686 kB | 0.2/2.5 MB error 03-Jan-2023 03:10:50 Progress (5): 5.3/12 MB | 917 kB | 217/686 kB | 0.2/2.5 MB | 3.3/194 kB error 03-Jan-2023 03:10:50 Progress (5): 5.3/12 MB | 917 kB | 217/686 kB | 0.2/2.5 MB | 6.1/194 kB error 03-Jan-2023 03:10:50 Progress (5): 5.3/12 MB | 917 kB | 217/686 kB | 0.2/2.5 MB | 8.9/194 kB error 03-Jan-2023 03:10:50 Progress (5): 5.3/12 MB | 917 kB | 217/686 kB | 0.2/2.5 MB | 12/194 kB error 03-Jan-2023 03:10:50 Progress (5): 5.3/12 MB | 917 kB | 217/686 kB | 0.2/2.5 MB | 15/194 kB error 03-Jan-2023 03:10:50 Progress (5): 5.3/12 MB | 917 kB | 217/686 kB | 0.2/2.5 MB | 17/194 kB error 03-Jan-2023 03:10:50 Progress (5): 5.3/12 MB | 917 kB | 221/686 kB | 0.2/2.5 MB | 17/194 kB error 03-Jan-2023 03:10:50 Progress (5): 5.3/12 MB | 917 kB | 225/686 kB | 0.2/2.5 MB | 17/194 kB error 03-Jan-2023 03:10:50 Progress (5): 5.3/12 MB | 917 kB | 225/686 kB | 0.2/2.5 MB | 20/194 kB error 03-Jan-2023 03:10:50 Progress (5): 5.3/12 MB | 917 kB | 229/686 kB | 0.2/2.5 MB | 20/194 kB error 03-Jan-2023 03:10:50 Progress (5): 5.3/12 MB | 917 kB | 229/686 kB | 0.2/2.5 MB | 23/194 kB error 03-Jan-2023 03:10:50 Progress (5): 5.3/12 MB | 917 kB | 229/686 kB | 0.2/2.5 MB | 26/194 kB error 03-Jan-2023 03:10:50 Progress (5): 5.3/12 MB | 917 kB | 233/686 kB | 0.2/2.5 MB | 26/194 kB error 03-Jan-2023 03:10:50 Progress (5): 5.3/12 MB | 917 kB | 233/686 kB | 0.2/2.5 MB | 29/194 kB error 03-Jan-2023 03:10:50 Progress (5): 5.3/12 MB | 917 kB | 237/686 kB | 0.2/2.5 MB | 29/194 kB error 03-Jan-2023 03:10:50 Progress (5): 5.3/12 MB | 917 kB | 237/686 kB | 0.2/2.5 MB | 29/194 kB error 03-Jan-2023 03:10:50 Progress (5): 5.3/12 MB | 917 kB | 242/686 kB | 0.2/2.5 MB | 29/194 kB error 03-Jan-2023 03:10:50 Progress (5): 5.3/12 MB | 917 kB | 242/686 kB | 0.2/2.5 MB | 29/194 kB error 03-Jan-2023 03:10:50 Progress (5): 5.3/12 MB | 917 kB | 246/686 kB | 0.2/2.5 MB | 29/194 kB error 03-Jan-2023 03:10:50 Progress (5): 5.3/12 MB | 917 kB | 246/686 kB | 0.2/2.5 MB | 31/194 kB error 03-Jan-2023 03:10:50 Progress (5): 5.3/12 MB | 917 kB | 246/686 kB | 0.2/2.5 MB | 34/194 kB error 03-Jan-2023 03:10:50 Progress (5): 5.3/12 MB | 917 kB | 250/686 kB | 0.2/2.5 MB | 34/194 kB error 03-Jan-2023 03:10:50 Progress (5): 5.3/12 MB | 917 kB | 250/686 kB | 0.2/2.5 MB | 37/194 kB error 03-Jan-2023 03:10:50 Progress (5): 5.3/12 MB | 917 kB | 254/686 kB | 0.2/2.5 MB | 37/194 kB error 03-Jan-2023 03:10:50 Progress (5): 5.3/12 MB | 917 kB | 254/686 kB | 0.2/2.5 MB | 40/194 kB error 03-Jan-2023 03:10:50 Progress (5): 5.4/12 MB | 917 kB | 254/686 kB | 0.2/2.5 MB | 40/194 kB error 03-Jan-2023 03:10:50 Progress (5): 5.4/12 MB | 917 kB | 254/686 kB | 0.2/2.5 MB | 43/194 kB error 03-Jan-2023 03:10:50 Progress (5): 5.4/12 MB | 917 kB | 258/686 kB | 0.2/2.5 MB | 43/194 kB error 03-Jan-2023 03:10:50 Progress (5): 5.4/12 MB | 917 kB | 260/686 kB | 0.2/2.5 MB | 43/194 kB error 03-Jan-2023 03:10:50 Progress (5): 5.4/12 MB | 917 kB | 260/686 kB | 0.2/2.5 MB | 45/194 kB error 03-Jan-2023 03:10:50 Progress (5): 5.4/12 MB | 917 kB | 260/686 kB | 0.2/2.5 MB | 45/194 kB error 03-Jan-2023 03:10:50 Progress (5): 5.4/12 MB | 917 kB | 260/686 kB | 0.2/2.5 MB | 48/194 kB error 03-Jan-2023 03:10:50 Progress (5): 5.4/12 MB | 917 kB | 260/686 kB | 0.2/2.5 MB | 51/194 kB error 03-Jan-2023 03:10:50 Progress (5): 5.4/12 MB | 917 kB | 260/686 kB | 0.2/2.5 MB | 54/194 kB error 03-Jan-2023 03:10:50 Progress (5): 5.4/12 MB | 917 kB | 260/686 kB | 0.3/2.5 MB | 54/194 kB error 03-Jan-2023 03:10:50 Progress (5): 5.4/12 MB | 917 kB | 260/686 kB | 0.3/2.5 MB | 57/194 kB error 03-Jan-2023 03:10:50 Progress (5): 5.4/12 MB | 917 kB | 260/686 kB | 0.3/2.5 MB | 57/194 kB error 03-Jan-2023 03:10:50 Progress (5): 5.4/12 MB | 917 kB | 260/686 kB | 0.3/2.5 MB | 57/194 kB error 03-Jan-2023 03:10:50 Progress (5): 5.4/12 MB | 917 kB | 260/686 kB | 0.3/2.5 MB | 59/194 kB error 03-Jan-2023 03:10:50 Progress (5): 5.4/12 MB | 917 kB | 264/686 kB | 0.3/2.5 MB | 59/194 kB error 03-Jan-2023 03:10:50 Progress (5): 5.4/12 MB | 917 kB | 264/686 kB | 0.3/2.5 MB | 62/194 kB error 03-Jan-2023 03:10:50 Progress (5): 5.4/12 MB | 917 kB | 269/686 kB | 0.3/2.5 MB | 62/194 kB error 03-Jan-2023 03:10:50 Progress (5): 5.4/12 MB | 917 kB | 269/686 kB | 0.3/2.5 MB | 62/194 kB error 03-Jan-2023 03:10:50 Progress (5): 5.4/12 MB | 917 kB | 273/686 kB | 0.3/2.5 MB | 62/194 kB error 03-Jan-2023 03:10:50 Progress (5): 5.4/12 MB | 917 kB | 277/686 kB | 0.3/2.5 MB | 62/194 kB error 03-Jan-2023 03:10:50 Progress (5): 5.4/12 MB | 917 kB | 277/686 kB | 0.3/2.5 MB | 65/194 kB error 03-Jan-2023 03:10:50 Progress (5): 5.4/12 MB | 917 kB | 277/686 kB | 0.3/2.5 MB | 68/194 kB error 03-Jan-2023 03:10:50 Progress (5): 5.4/12 MB | 917 kB | 277/686 kB | 0.3/2.5 MB | 71/194 kB error 03-Jan-2023 03:10:50 Progress (5): 5.4/12 MB | 917 kB | 281/686 kB | 0.3/2.5 MB | 71/194 kB error 03-Jan-2023 03:10:50 Progress (5): 5.4/12 MB | 917 kB | 285/686 kB | 0.3/2.5 MB | 71/194 kB error 03-Jan-2023 03:10:50 Progress (5): 5.4/12 MB | 917 kB | 285/686 kB | 0.3/2.5 MB | 73/194 kB error 03-Jan-2023 03:10:50 Progress (5): 5.4/12 MB | 917 kB | 289/686 kB | 0.3/2.5 MB | 73/194 kB error 03-Jan-2023 03:10:50 Progress (5): 5.4/12 MB | 917 kB | 293/686 kB | 0.3/2.5 MB | 73/194 kB error 03-Jan-2023 03:10:50 Progress (5): 5.4/12 MB | 917 kB | 293/686 kB | 0.3/2.5 MB | 73/194 kB error 03-Jan-2023 03:10:50 Progress (5): 5.5/12 MB | 917 kB | 293/686 kB | 0.3/2.5 MB | 73/194 kB error 03-Jan-2023 03:10:50 Progress (5): 5.5/12 MB | 917 kB | 295/686 kB | 0.3/2.5 MB | 73/194 kB error 03-Jan-2023 03:10:50 Progress (5): 5.5/12 MB | 917 kB | 295/686 kB | 0.3/2.5 MB | 76/194 kB error 03-Jan-2023 03:10:50 Progress (5): 5.5/12 MB | 917 kB | 295/686 kB | 0.3/2.5 MB | 76/194 kB error 03-Jan-2023 03:10:50 Progress (5): 5.5/12 MB | 917 kB | 295/686 kB | 0.3/2.5 MB | 79/194 kB error 03-Jan-2023 03:10:50 Progress (5): 5.5/12 MB | 917 kB | 295/686 kB | 0.3/2.5 MB | 79/194 kB error 03-Jan-2023 03:10:50 Progress (5): 5.5/12 MB | 917 kB | 295/686 kB | 0.4/2.5 MB | 79/194 kB error 03-Jan-2023 03:10:50 Progress (5): 5.5/12 MB | 917 kB | 295/686 kB | 0.4/2.5 MB | 79/194 kB error 03-Jan-2023 03:10:50 Progress (5): 5.5/12 MB | 917 kB | 295/686 kB | 0.4/2.5 MB | 79/194 kB error 03-Jan-2023 03:10:50 Progress (5): 5.5/12 MB | 917 kB | 295/686 kB | 0.4/2.5 MB | 82/194 kB error 03-Jan-2023 03:10:50 Progress (5): 5.5/12 MB | 917 kB | 299/686 kB | 0.4/2.5 MB | 82/194 kB error 03-Jan-2023 03:10:50 Progress (5): 5.5/12 MB | 917 kB | 299/686 kB | 0.4/2.5 MB | 82/194 kB error 03-Jan-2023 03:10:50 error 03-Jan-2023 03:10:50 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/com/sun/xml/bind/jaxb-impl/3.0.2/jaxb-impl-3.0.2.jar (917 kB at 74 kB/s) error 03-Jan-2023 03:10:50 #18 91.15 Progress (4): 5.5/12 MB | 299/686 kB | 0.4/2.5 MB | 82/194 kB error 03-Jan-2023 03:10:50 Progress (4): 5.5/12 MB | 299/686 kB | 0.4/2.5 MB | 85/194 kB error 03-Jan-2023 03:10:50 Progress (4): 5.5/12 MB | 303/686 kB | 0.4/2.5 MB | 85/194 kB error 03-Jan-2023 03:10:50 Progress (4): 5.5/12 MB | 303/686 kB | 0.4/2.5 MB | 85/194 kB error 03-Jan-2023 03:10:50 Progress (4): 5.5/12 MB | 303/686 kB | 0.4/2.5 MB | 87/194 kB error 03-Jan-2023 03:10:50 Progress (4): 5.5/12 MB | 307/686 kB | 0.4/2.5 MB | 87/194 kB error 03-Jan-2023 03:10:50 Progress (4): 5.5/12 MB | 312/686 kB | 0.4/2.5 MB | 87/194 kB error 03-Jan-2023 03:10:50 Progress (4): 5.5/12 MB | 316/686 kB | 0.4/2.5 MB | 87/194 kB error 03-Jan-2023 03:10:50 Progress (4): 5.5/12 MB | 316/686 kB | 0.4/2.5 MB | 87/194 kB error 03-Jan-2023 03:10:50 Progress (4): 5.5/12 MB | 316/686 kB | 0.4/2.5 MB | 90/194 kB error 03-Jan-2023 03:10:50 Progress (4): 5.5/12 MB | 320/686 kB | 0.4/2.5 MB | 90/194 kB error 03-Jan-2023 03:10:50 Progress (4): 5.5/12 MB | 323/686 kB | 0.4/2.5 MB | 90/194 kB error 03-Jan-2023 03:10:50 Progress (4): 5.5/12 MB | 323/686 kB | 0.5/2.5 MB | 90/194 kB error 03-Jan-2023 03:10:50 Progress (4): 5.5/12 MB | 323/686 kB | 0.5/2.5 MB | 93/194 kB error 03-Jan-2023 03:10:50 Progress (4): 5.5/12 MB | 323/686 kB | 0.5/2.5 MB | 93/194 kB error 03-Jan-2023 03:10:50 Progress (4): 5.5/12 MB | 323/686 kB | 0.5/2.5 MB | 96/194 kB error 03-Jan-2023 03:10:50 Progress (4): 5.5/12 MB | 327/686 kB | 0.5/2.5 MB | 96/194 kB error 03-Jan-2023 03:10:50 Progress (4): 5.5/12 MB | 332/686 kB | 0.5/2.5 MB | 96/194 kB error 03-Jan-2023 03:10:50 Progress (4): 5.5/12 MB | 332/686 kB | 0.5/2.5 MB | 99/194 kB error 03-Jan-2023 03:10:50 Progress (4): 5.5/12 MB | 332/686 kB | 0.5/2.5 MB | 99/194 kB error 03-Jan-2023 03:10:50 Progress (4): 5.5/12 MB | 336/686 kB | 0.5/2.5 MB | 99/194 kB error 03-Jan-2023 03:10:50 error 03-Jan-2023 03:10:50 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/junit/platform/junit-platform-commons/1.8.1/junit-platform-commons-1.8.1.jar error 03-Jan-2023 03:10:50 #18 91.18 Progress (4): 5.5/12 MB | 336/686 kB | 0.5/2.5 MB | 99/194 kB error 03-Jan-2023 03:10:50 Progress (4): 5.5/12 MB | 340/686 kB | 0.5/2.5 MB | 99/194 kB error 03-Jan-2023 03:10:50 Progress (4): 5.5/12 MB | 340/686 kB | 0.5/2.5 MB | 101/194 kB error 03-Jan-2023 03:10:50 Progress (4): 5.5/12 MB | 340/686 kB | 0.5/2.5 MB | 104/194 kB error 03-Jan-2023 03:10:50 Progress (4): 5.5/12 MB | 344/686 kB | 0.5/2.5 MB | 104/194 kB error 03-Jan-2023 03:10:50 Progress (4): 5.5/12 MB | 348/686 kB | 0.5/2.5 MB | 104/194 kB error 03-Jan-2023 03:10:50 Progress (4): 5.5/12 MB | 350/686 kB | 0.5/2.5 MB | 104/194 kB error 03-Jan-2023 03:10:50 Progress (4): 5.5/12 MB | 350/686 kB | 0.5/2.5 MB | 104/194 kB error 03-Jan-2023 03:10:50 Progress (4): 5.5/12 MB | 350/686 kB | 0.5/2.5 MB | 107/194 kB error 03-Jan-2023 03:10:50 Progress (4): 5.6/12 MB | 350/686 kB | 0.5/2.5 MB | 107/194 kB error 03-Jan-2023 03:10:50 Progress (4): 5.6/12 MB | 354/686 kB | 0.5/2.5 MB | 107/194 kB error 03-Jan-2023 03:10:50 Progress (4): 5.6/12 MB | 359/686 kB | 0.5/2.5 MB | 107/194 kB error 03-Jan-2023 03:10:50 Progress (4): 5.6/12 MB | 363/686 kB | 0.5/2.5 MB | 107/194 kB error 03-Jan-2023 03:10:50 Progress (4): 5.6/12 MB | 367/686 kB | 0.5/2.5 MB | 107/194 kB error 03-Jan-2023 03:10:50 Progress (4): 5.6/12 MB | 371/686 kB | 0.5/2.5 MB | 107/194 kB error 03-Jan-2023 03:10:50 Progress (4): 5.6/12 MB | 371/686 kB | 0.5/2.5 MB | 107/194 kB error 03-Jan-2023 03:10:50 Progress (4): 5.6/12 MB | 371/686 kB | 0.5/2.5 MB | 110/194 kB error 03-Jan-2023 03:10:50 Progress (4): 5.6/12 MB | 375/686 kB | 0.5/2.5 MB | 110/194 kB error 03-Jan-2023 03:10:50 Progress (4): 5.6/12 MB | 377/686 kB | 0.5/2.5 MB | 110/194 kB error 03-Jan-2023 03:10:50 Progress (4): 5.6/12 MB | 377/686 kB | 0.5/2.5 MB | 113/194 kB error 03-Jan-2023 03:10:50 Progress (4): 5.6/12 MB | 377/686 kB | 0.6/2.5 MB | 113/194 kB error 03-Jan-2023 03:10:50 Progress (4): 5.6/12 MB | 377/686 kB | 0.6/2.5 MB | 113/194 kB error 03-Jan-2023 03:10:50 Progress (4): 5.6/12 MB | 381/686 kB | 0.6/2.5 MB | 113/194 kB error 03-Jan-2023 03:10:50 Progress (4): 5.6/12 MB | 381/686 kB | 0.6/2.5 MB | 115/194 kB error 03-Jan-2023 03:10:50 Progress (4): 5.6/12 MB | 386/686 kB | 0.6/2.5 MB | 115/194 kB error 03-Jan-2023 03:10:50 Progress (4): 5.6/12 MB | 386/686 kB | 0.6/2.5 MB | 118/194 kB error 03-Jan-2023 03:10:50 Progress (4): 5.6/12 MB | 390/686 kB | 0.6/2.5 MB | 118/194 kB error 03-Jan-2023 03:10:50 Progress (4): 5.6/12 MB | 390/686 kB | 0.6/2.5 MB | 120/194 kB error 03-Jan-2023 03:10:50 Progress (4): 5.6/12 MB | 390/686 kB | 0.6/2.5 MB | 123/194 kB error 03-Jan-2023 03:10:50 Progress (4): 5.6/12 MB | 394/686 kB | 0.6/2.5 MB | 123/194 kB error 03-Jan-2023 03:10:50 Progress (4): 5.6/12 MB | 394/686 kB | 0.6/2.5 MB | 123/194 kB error 03-Jan-2023 03:10:50 Progress (4): 5.6/12 MB | 394/686 kB | 0.6/2.5 MB | 126/194 kB error 03-Jan-2023 03:10:50 Progress (4): 5.6/12 MB | 394/686 kB | 0.6/2.5 MB | 129/194 kB error 03-Jan-2023 03:10:50 Progress (4): 5.6/12 MB | 394/686 kB | 0.6/2.5 MB | 132/194 kB error 03-Jan-2023 03:10:50 Progress (4): 5.6/12 MB | 394/686 kB | 0.6/2.5 MB | 134/194 kB error 03-Jan-2023 03:10:50 Progress (4): 5.6/12 MB | 394/686 kB | 0.6/2.5 MB | 137/194 kB error 03-Jan-2023 03:10:50 Progress (4): 5.7/12 MB | 394/686 kB | 0.6/2.5 MB | 137/194 kB error 03-Jan-2023 03:10:50 Progress (4): 5.7/12 MB | 398/686 kB | 0.6/2.5 MB | 137/194 kB error 03-Jan-2023 03:10:50 Progress (4): 5.7/12 MB | 402/686 kB | 0.6/2.5 MB | 137/194 kB error 03-Jan-2023 03:10:50 Progress (4): 5.7/12 MB | 406/686 kB | 0.6/2.5 MB | 137/194 kB error 03-Jan-2023 03:10:50 Progress (4): 5.7/12 MB | 410/686 kB | 0.6/2.5 MB | 137/194 kB error 03-Jan-2023 03:10:50 Progress (4): 5.7/12 MB | 414/686 kB | 0.6/2.5 MB | 137/194 kB error 03-Jan-2023 03:10:50 Progress (4): 5.7/12 MB | 418/686 kB | 0.6/2.5 MB | 137/194 kB error 03-Jan-2023 03:10:50 Progress (4): 5.7/12 MB | 418/686 kB | 0.6/2.5 MB | 140/194 kB error 03-Jan-2023 03:10:50 Progress (4): 5.7/12 MB | 418/686 kB | 0.6/2.5 MB | 140/194 kB error 03-Jan-2023 03:10:50 Progress (4): 5.7/12 MB | 418/686 kB | 0.6/2.5 MB | 143/194 kB error 03-Jan-2023 03:10:50 Progress (4): 5.7/12 MB | 422/686 kB | 0.6/2.5 MB | 143/194 kB error 03-Jan-2023 03:10:50 Progress (4): 5.7/12 MB | 426/686 kB | 0.6/2.5 MB | 143/194 kB error 03-Jan-2023 03:10:50 Progress (4): 5.7/12 MB | 431/686 kB | 0.6/2.5 MB | 143/194 kB error 03-Jan-2023 03:10:50 Progress (4): 5.7/12 MB | 431/686 kB | 0.6/2.5 MB | 146/194 kB error 03-Jan-2023 03:10:50 Progress (4): 5.7/12 MB | 435/686 kB | 0.6/2.5 MB | 146/194 kB error 03-Jan-2023 03:10:50 Progress (4): 5.7/12 MB | 435/686 kB | 0.6/2.5 MB | 146/194 kB error 03-Jan-2023 03:10:50 Progress (4): 5.7/12 MB | 435/686 kB | 0.6/2.5 MB | 148/194 kB error 03-Jan-2023 03:10:50 Progress (4): 5.7/12 MB | 435/686 kB | 0.6/2.5 MB | 151/194 kB error 03-Jan-2023 03:10:50 Progress (4): 5.7/12 MB | 435/686 kB | 0.6/2.5 MB | 154/194 kB error 03-Jan-2023 03:10:50 Progress (4): 5.7/12 MB | 435/686 kB | 0.6/2.5 MB | 157/194 kB error 03-Jan-2023 03:10:50 Progress (4): 5.8/12 MB | 435/686 kB | 0.6/2.5 MB | 157/194 kB error 03-Jan-2023 03:10:50 Progress (4): 5.8/12 MB | 435/686 kB | 0.6/2.5 MB | 157/194 kB error 03-Jan-2023 03:10:50 Progress (4): 5.8/12 MB | 438/686 kB | 0.6/2.5 MB | 157/194 kB error 03-Jan-2023 03:10:50 Progress (4): 5.8/12 MB | 442/686 kB | 0.6/2.5 MB | 157/194 kB error 03-Jan-2023 03:10:50 Progress (4): 5.8/12 MB | 446/686 kB | 0.6/2.5 MB | 157/194 kB error 03-Jan-2023 03:10:50 Progress (4): 5.8/12 MB | 449/686 kB | 0.6/2.5 MB | 157/194 kB error 03-Jan-2023 03:10:50 Progress (4): 5.8/12 MB | 449/686 kB | 0.6/2.5 MB | 157/194 kB error 03-Jan-2023 03:10:50 Progress (4): 5.8/12 MB | 453/686 kB | 0.6/2.5 MB | 157/194 kB error 03-Jan-2023 03:10:50 Progress (4): 5.8/12 MB | 458/686 kB | 0.6/2.5 MB | 157/194 kB error 03-Jan-2023 03:10:50 Progress (4): 5.8/12 MB | 462/686 kB | 0.6/2.5 MB | 157/194 kB error 03-Jan-2023 03:10:50 Progress (4): 5.8/12 MB | 466/686 kB | 0.6/2.5 MB | 157/194 kB error 03-Jan-2023 03:10:50 Progress (4): 5.8/12 MB | 470/686 kB | 0.6/2.5 MB | 157/194 kB error 03-Jan-2023 03:10:50 Progress (4): 5.8/12 MB | 470/686 kB | 0.6/2.5 MB | 157/194 kB error 03-Jan-2023 03:10:50 Progress (4): 5.8/12 MB | 470/686 kB | 0.6/2.5 MB | 160/194 kB error 03-Jan-2023 03:10:50 Progress (4): 5.8/12 MB | 470/686 kB | 0.7/2.5 MB | 160/194 kB error 03-Jan-2023 03:10:50 Progress (4): 5.8/12 MB | 470/686 kB | 0.7/2.5 MB | 162/194 kB error 03-Jan-2023 03:10:50 Progress (4): 5.8/12 MB | 474/686 kB | 0.7/2.5 MB | 162/194 kB error 03-Jan-2023 03:10:50 Progress (4): 5.8/12 MB | 474/686 kB | 0.7/2.5 MB | 165/194 kB error 03-Jan-2023 03:10:50 Progress (4): 5.8/12 MB | 474/686 kB | 0.7/2.5 MB | 168/194 kB error 03-Jan-2023 03:10:50 Progress (4): 5.8/12 MB | 474/686 kB | 0.7/2.5 MB | 171/194 kB error 03-Jan-2023 03:10:50 Progress (4): 5.8/12 MB | 474/686 kB | 0.7/2.5 MB | 174/194 kB error 03-Jan-2023 03:10:50 Progress (4): 5.8/12 MB | 474/686 kB | 0.7/2.5 MB | 176/194 kB error 03-Jan-2023 03:10:50 Progress (4): 5.8/12 MB | 474/686 kB | 0.7/2.5 MB | 179/194 kB error 03-Jan-2023 03:10:50 Progress (4): 5.8/12 MB | 474/686 kB | 0.7/2.5 MB | 179/194 kB error 03-Jan-2023 03:10:50 Progress (4): 5.8/12 MB | 474/686 kB | 0.7/2.5 MB | 179/194 kB error 03-Jan-2023 03:10:50 Progress (4): 5.9/12 MB | 474/686 kB | 0.7/2.5 MB | 179/194 kB error 03-Jan-2023 03:10:50 Progress (4): 5.9/12 MB | 478/686 kB | 0.7/2.5 MB | 179/194 kB error 03-Jan-2023 03:10:50 Progress (4): 5.9/12 MB | 478/686 kB | 0.7/2.5 MB | 182/194 kB error 03-Jan-2023 03:10:50 Progress (4): 5.9/12 MB | 478/686 kB | 0.7/2.5 MB | 185/194 kB error 03-Jan-2023 03:10:50 Progress (4): 5.9/12 MB | 482/686 kB | 0.7/2.5 MB | 185/194 kB error 03-Jan-2023 03:10:50 Progress (4): 5.9/12 MB | 485/686 kB | 0.7/2.5 MB | 185/194 kB error 03-Jan-2023 03:10:50 Progress (4): 5.9/12 MB | 485/686 kB | 0.7/2.5 MB | 188/194 kB error 03-Jan-2023 03:10:50 Progress (4): 5.9/12 MB | 485/686 kB | 0.7/2.5 MB | 190/194 kB error 03-Jan-2023 03:10:50 Progress (4): 5.9/12 MB | 489/686 kB | 0.7/2.5 MB | 190/194 kB error 03-Jan-2023 03:10:50 Progress (4): 5.9/12 MB | 494/686 kB | 0.7/2.5 MB | 190/194 kB error 03-Jan-2023 03:10:50 Progress (4): 5.9/12 MB | 498/686 kB | 0.7/2.5 MB | 190/194 kB error 03-Jan-2023 03:10:50 Progress (4): 5.9/12 MB | 502/686 kB | 0.7/2.5 MB | 190/194 kB error 03-Jan-2023 03:10:50 Progress (4): 5.9/12 MB | 502/686 kB | 0.7/2.5 MB | 193/194 kB error 03-Jan-2023 03:10:50 Progress (4): 5.9/12 MB | 506/686 kB | 0.7/2.5 MB | 193/194 kB error 03-Jan-2023 03:10:50 Progress (4): 5.9/12 MB | 510/686 kB | 0.7/2.5 MB | 193/194 kB error 03-Jan-2023 03:10:50 Progress (4): 5.9/12 MB | 512/686 kB | 0.7/2.5 MB | 193/194 kB error 03-Jan-2023 03:10:50 Progress (4): 5.9/12 MB | 516/686 kB | 0.7/2.5 MB | 193/194 kB error 03-Jan-2023 03:10:50 Progress (4): 5.9/12 MB | 516/686 kB | 0.7/2.5 MB | 194 kB error 03-Jan-2023 03:10:50 Progress (4): 5.9/12 MB | 516/686 kB | 0.7/2.5 MB | 194 kB error 03-Jan-2023 03:10:50 Progress (4): 5.9/12 MB | 521/686 kB | 0.7/2.5 MB | 194 kB error 03-Jan-2023 03:10:50 Progress (4): 5.9/12 MB | 521/686 kB | 0.7/2.5 MB | 194 kB error 03-Jan-2023 03:10:50 Progress (4): 5.9/12 MB | 525/686 kB | 0.7/2.5 MB | 194 kB error 03-Jan-2023 03:10:50 Progress (4): 5.9/12 MB | 529/686 kB | 0.7/2.5 MB | 194 kB error 03-Jan-2023 03:10:50 Progress (4): 5.9/12 MB | 533/686 kB | 0.7/2.5 MB | 194 kB error 03-Jan-2023 03:10:50 Progress (4): 5.9/12 MB | 533/686 kB | 0.7/2.5 MB | 194 kB error 03-Jan-2023 03:10:50 Progress (4): 5.9/12 MB | 537/686 kB | 0.7/2.5 MB | 194 kB error 03-Jan-2023 03:10:50 Progress (4): 5.9/12 MB | 537/686 kB | 0.7/2.5 MB | 194 kB error 03-Jan-2023 03:10:50 Progress (4): 5.9/12 MB | 541/686 kB | 0.7/2.5 MB | 194 kB error 03-Jan-2023 03:10:50 Progress (4): 5.9/12 MB | 545/686 kB | 0.7/2.5 MB | 194 kB error 03-Jan-2023 03:10:50 Progress (4): 5.9/12 MB | 549/686 kB | 0.7/2.5 MB | 194 kB error 03-Jan-2023 03:10:50 Progress (4): 5.9/12 MB | 549/686 kB | 0.8/2.5 MB | 194 kB error 03-Jan-2023 03:10:50 Progress (4): 6.0/12 MB | 549/686 kB | 0.8/2.5 MB | 194 kB error 03-Jan-2023 03:10:50 Progress (4): 6.0/12 MB | 553/686 kB | 0.8/2.5 MB | 194 kB error 03-Jan-2023 03:10:50 Progress (4): 6.0/12 MB | 553/686 kB | 0.8/2.5 MB | 194 kB error 03-Jan-2023 03:10:50 Progress (4): 6.0/12 MB | 557/686 kB | 0.8/2.5 MB | 194 kB error 03-Jan-2023 03:10:50 Progress (4): 6.0/12 MB | 561/686 kB | 0.8/2.5 MB | 194 kB error 03-Jan-2023 03:10:50 Progress (4): 6.0/12 MB | 566/686 kB | 0.8/2.5 MB | 194 kB error 03-Jan-2023 03:10:50 Progress (4): 6.0/12 MB | 566/686 kB | 0.8/2.5 MB | 194 kB error 03-Jan-2023 03:10:50 Progress (4): 6.0/12 MB | 566/686 kB | 0.8/2.5 MB | 194 kB error 03-Jan-2023 03:10:50 Progress (4): 6.0/12 MB | 570/686 kB | 0.8/2.5 MB | 194 kB error 03-Jan-2023 03:10:50 Progress (4): 6.0/12 MB | 574/686 kB | 0.8/2.5 MB | 194 kB error 03-Jan-2023 03:10:50 Progress (4): 6.0/12 MB | 578/686 kB | 0.8/2.5 MB | 194 kB error 03-Jan-2023 03:10:50 Progress (4): 6.0/12 MB | 582/686 kB | 0.8/2.5 MB | 194 kB error 03-Jan-2023 03:10:50 Progress (4): 6.0/12 MB | 584/686 kB | 0.8/2.5 MB | 194 kB error 03-Jan-2023 03:10:50 Progress (4): 6.0/12 MB | 584/686 kB | 0.8/2.5 MB | 194 kB error 03-Jan-2023 03:10:50 Progress (4): 6.0/12 MB | 584/686 kB | 0.8/2.5 MB | 194 kB error 03-Jan-2023 03:10:50 Progress (4): 6.0/12 MB | 584/686 kB | 0.8/2.5 MB | 194 kB error 03-Jan-2023 03:10:50 Progress (4): 6.0/12 MB | 588/686 kB | 0.8/2.5 MB | 194 kB error 03-Jan-2023 03:10:50 Progress (4): 6.0/12 MB | 593/686 kB | 0.8/2.5 MB | 194 kB error 03-Jan-2023 03:10:50 Progress (4): 6.0/12 MB | 597/686 kB | 0.8/2.5 MB | 194 kB error 03-Jan-2023 03:10:50 Progress (4): 6.0/12 MB | 597/686 kB | 0.9/2.5 MB | 194 kB error 03-Jan-2023 03:10:50 Progress (4): 6.0/12 MB | 601/686 kB | 0.9/2.5 MB | 194 kB error 03-Jan-2023 03:10:50 Progress (4): 6.0/12 MB | 601/686 kB | 0.9/2.5 MB | 194 kB error 03-Jan-2023 03:10:50 Progress (4): 6.0/12 MB | 605/686 kB | 0.9/2.5 MB | 194 kB error 03-Jan-2023 03:10:50 Progress (4): 6.0/12 MB | 609/686 kB | 0.9/2.5 MB | 194 kB error 03-Jan-2023 03:10:50 Progress (4): 6.0/12 MB | 613/686 kB | 0.9/2.5 MB | 194 kB error 03-Jan-2023 03:10:50 Progress (4): 6.0/12 MB | 617/686 kB | 0.9/2.5 MB | 194 kB error 03-Jan-2023 03:10:50 Progress (4): 6.0/12 MB | 617/686 kB | 0.9/2.5 MB | 194 kB error 03-Jan-2023 03:10:50 Progress (4): 6.0/12 MB | 617/686 kB | 0.9/2.5 MB | 194 kB error 03-Jan-2023 03:10:50 Progress (4): 6.1/12 MB | 617/686 kB | 0.9/2.5 MB | 194 kB error 03-Jan-2023 03:10:50 Progress (4): 6.1/12 MB | 621/686 kB | 0.9/2.5 MB | 194 kB error 03-Jan-2023 03:10:50 Progress (4): 6.1/12 MB | 625/686 kB | 0.9/2.5 MB | 194 kB error 03-Jan-2023 03:10:50 Progress (4): 6.1/12 MB | 629/686 kB | 0.9/2.5 MB | 194 kB error 03-Jan-2023 03:10:50 Progress (4): 6.1/12 MB | 633/686 kB | 0.9/2.5 MB | 194 kB error 03-Jan-2023 03:10:50 Progress (4): 6.1/12 MB | 638/686 kB | 0.9/2.5 MB | 194 kB error 03-Jan-2023 03:10:50 Progress (4): 6.1/12 MB | 638/686 kB | 0.9/2.5 MB | 194 kB error 03-Jan-2023 03:10:50 Progress (4): 6.1/12 MB | 642/686 kB | 0.9/2.5 MB | 194 kB error 03-Jan-2023 03:10:50 Progress (4): 6.1/12 MB | 646/686 kB | 0.9/2.5 MB | 194 kB error 03-Jan-2023 03:10:50 Progress (4): 6.1/12 MB | 650/686 kB | 0.9/2.5 MB | 194 kB error 03-Jan-2023 03:10:50 Progress (4): 6.1/12 MB | 654/686 kB | 0.9/2.5 MB | 194 kB error 03-Jan-2023 03:10:50 Progress (4): 6.1/12 MB | 654/686 kB | 0.9/2.5 MB | 194 kB error 03-Jan-2023 03:10:50 Progress (4): 6.1/12 MB | 658/686 kB | 0.9/2.5 MB | 194 kB error 03-Jan-2023 03:10:50 Progress (4): 6.1/12 MB | 662/686 kB | 0.9/2.5 MB | 194 kB error 03-Jan-2023 03:10:50 Progress (4): 6.1/12 MB | 665/686 kB | 0.9/2.5 MB | 194 kB error 03-Jan-2023 03:10:50 Progress (4): 6.2/12 MB | 665/686 kB | 0.9/2.5 MB | 194 kB error 03-Jan-2023 03:10:50 Progress (4): 6.2/12 MB | 669/686 kB | 0.9/2.5 MB | 194 kB error 03-Jan-2023 03:10:50 Progress (4): 6.2/12 MB | 669/686 kB | 1.0/2.5 MB | 194 kB error 03-Jan-2023 03:10:50 Progress (4): 6.2/12 MB | 669/686 kB | 1.0/2.5 MB | 194 kB error 03-Jan-2023 03:10:50 Progress (4): 6.2/12 MB | 673/686 kB | 1.0/2.5 MB | 194 kB error 03-Jan-2023 03:10:50 Progress (4): 6.2/12 MB | 677/686 kB | 1.0/2.5 MB | 194 kB error 03-Jan-2023 03:10:50 Progress (4): 6.2/12 MB | 677/686 kB | 1.0/2.5 MB | 194 kB error 03-Jan-2023 03:10:50 Progress (4): 6.2/12 MB | 681/686 kB | 1.0/2.5 MB | 194 kB error 03-Jan-2023 03:10:50 Progress (4): 6.2/12 MB | 683/686 kB | 1.0/2.5 MB | 194 kB error 03-Jan-2023 03:10:50 Progress (4): 6.2/12 MB | 686 kB | 1.0/2.5 MB | 194 kB error 03-Jan-2023 03:10:50 Progress (4): 6.2/12 MB | 686 kB | 1.0/2.5 MB | 194 kB error 03-Jan-2023 03:10:50 Progress (4): 6.2/12 MB | 686 kB | 1.0/2.5 MB | 194 kB error 03-Jan-2023 03:10:50 Progress (4): 6.2/12 MB | 686 kB | 1.0/2.5 MB | 194 kB error 03-Jan-2023 03:10:50 Progress (4): 6.2/12 MB | 686 kB | 1.0/2.5 MB | 194 kB error 03-Jan-2023 03:10:50 Progress (4): 6.2/12 MB | 686 kB | 1.1/2.5 MB | 194 kB error 03-Jan-2023 03:10:50 Progress (4): 6.2/12 MB | 686 kB | 1.1/2.5 MB | 194 kB error 03-Jan-2023 03:10:50 Progress (4): 6.2/12 MB | 686 kB | 1.1/2.5 MB | 194 kB error 03-Jan-2023 03:10:50 Progress (4): 6.3/12 MB | 686 kB | 1.1/2.5 MB | 194 kB error 03-Jan-2023 03:10:50 Progress (4): 6.3/12 MB | 686 kB | 1.1/2.5 MB | 194 kB error 03-Jan-2023 03:10:50 Progress (5): 6.3/12 MB | 686 kB | 1.1/2.5 MB | 194 kB | 3.3/100 kB error 03-Jan-2023 03:10:50 Progress (5): 6.3/12 MB | 686 kB | 1.1/2.5 MB | 194 kB | 3.3/100 kB error 03-Jan-2023 03:10:50 Progress (5): 6.3/12 MB | 686 kB | 1.1/2.5 MB | 194 kB | 6.1/100 kB error 03-Jan-2023 03:10:50 Progress (5): 6.3/12 MB | 686 kB | 1.1/2.5 MB | 194 kB | 8.9/100 kB error 03-Jan-2023 03:10:50 Progress (5): 6.3/12 MB | 686 kB | 1.1/2.5 MB | 194 kB | 12/100 kB error 03-Jan-2023 03:10:50 Progress (5): 6.3/12 MB | 686 kB | 1.1/2.5 MB | 194 kB | 14/100 kB error 03-Jan-2023 03:10:50 Progress (5): 6.3/12 MB | 686 kB | 1.1/2.5 MB | 194 kB | 17/100 kB error 03-Jan-2023 03:10:50 Progress (5): 6.3/12 MB | 686 kB | 1.1/2.5 MB | 194 kB | 17/100 kB error 03-Jan-2023 03:10:50 Progress (5): 6.3/12 MB | 686 kB | 1.1/2.5 MB | 194 kB | 17/100 kB error 03-Jan-2023 03:10:50 Progress (5): 6.3/12 MB | 686 kB | 1.2/2.5 MB | 194 kB | 17/100 kB error 03-Jan-2023 03:10:50 Progress (5): 6.4/12 MB | 686 kB | 1.2/2.5 MB | 194 kB | 17/100 kB error 03-Jan-2023 03:10:50 Progress (5): 6.4/12 MB | 686 kB | 1.2/2.5 MB | 194 kB | 20/100 kB error 03-Jan-2023 03:10:50 Progress (5): 6.4/12 MB | 686 kB | 1.2/2.5 MB | 194 kB | 23/100 kB error 03-Jan-2023 03:10:50 Progress (5): 6.4/12 MB | 686 kB | 1.2/2.5 MB | 194 kB | 26/100 kB error 03-Jan-2023 03:10:50 Progress (5): 6.4/12 MB | 686 kB | 1.2/2.5 MB | 194 kB | 29/100 kB error 03-Jan-2023 03:10:50 Progress (5): 6.4/12 MB | 686 kB | 1.2/2.5 MB | 194 kB | 31/100 kB error 03-Jan-2023 03:10:50 Progress (5): 6.4/12 MB | 686 kB | 1.2/2.5 MB | 194 kB | 34/100 kB error 03-Jan-2023 03:10:50 error 03-Jan-2023 03:10:50 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/junit/jupiter/junit-jupiter-api/5.8.1/junit-jupiter-api-5.8.1.jar (194 kB at 15 kB/s) error 03-Jan-2023 03:10:50 #18 91.81 Progress (4): 6.4/12 MB | 686 kB | 1.2/2.5 MB | 34/100 kB error 03-Jan-2023 03:10:50 Progress (4): 6.4/12 MB | 686 kB | 1.2/2.5 MB | 34/100 kB error 03-Jan-2023 03:10:50 Progress (4): 6.4/12 MB | 686 kB | 1.2/2.5 MB | 37/100 kB error 03-Jan-2023 03:10:50 Progress (4): 6.4/12 MB | 686 kB | 1.2/2.5 MB | 40/100 kB error 03-Jan-2023 03:10:50 error 03-Jan-2023 03:10:50 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/junit/jupiter/junit-jupiter-engine/5.8.1/junit-jupiter-engine-5.8.1.jar error 03-Jan-2023 03:10:50 #18 91.82 Progress (4): 6.4/12 MB | 686 kB | 1.2/2.5 MB | 43/100 kB error 03-Jan-2023 03:10:50 Progress (4): 6.4/12 MB | 686 kB | 1.2/2.5 MB | 43/100 kB error 03-Jan-2023 03:10:50 Progress (4): 6.4/12 MB | 686 kB | 1.2/2.5 MB | 45/100 kB error 03-Jan-2023 03:10:50 Progress (4): 6.4/12 MB | 686 kB | 1.2/2.5 MB | 48/100 kB error 03-Jan-2023 03:10:50 Progress (4): 6.4/12 MB | 686 kB | 1.2/2.5 MB | 51/100 kB error 03-Jan-2023 03:10:50 Progress (4): 6.4/12 MB | 686 kB | 1.2/2.5 MB | 54/100 kB error 03-Jan-2023 03:10:50 Progress (4): 6.4/12 MB | 686 kB | 1.2/2.5 MB | 54/100 kB error 03-Jan-2023 03:10:50 Progress (4): 6.4/12 MB | 686 kB | 1.2/2.5 MB | 57/100 kB error 03-Jan-2023 03:10:50 Progress (4): 6.4/12 MB | 686 kB | 1.2/2.5 MB | 59/100 kB error 03-Jan-2023 03:10:50 Progress (4): 6.4/12 MB | 686 kB | 1.2/2.5 MB | 62/100 kB error 03-Jan-2023 03:10:50 Progress (4): 6.4/12 MB | 686 kB | 1.2/2.5 MB | 65/100 kB error 03-Jan-2023 03:10:50 Progress (4): 6.4/12 MB | 686 kB | 1.2/2.5 MB | 65/100 kB error 03-Jan-2023 03:10:50 Progress (4): 6.5/12 MB | 686 kB | 1.2/2.5 MB | 65/100 kB error 03-Jan-2023 03:10:50 Progress (4): 6.5/12 MB | 686 kB | 1.2/2.5 MB | 67/100 kB error 03-Jan-2023 03:10:50 Progress (4): 6.5/12 MB | 686 kB | 1.2/2.5 MB | 70/100 kB error 03-Jan-2023 03:10:50 Progress (4): 6.5/12 MB | 686 kB | 1.2/2.5 MB | 73/100 kB error 03-Jan-2023 03:10:50 Progress (4): 6.5/12 MB | 686 kB | 1.2/2.5 MB | 73/100 kB error 03-Jan-2023 03:10:50 Progress (4): 6.5/12 MB | 686 kB | 1.2/2.5 MB | 76/100 kB error 03-Jan-2023 03:10:50 Progress (4): 6.5/12 MB | 686 kB | 1.2/2.5 MB | 79/100 kB error 03-Jan-2023 03:10:50 Progress (4): 6.5/12 MB | 686 kB | 1.2/2.5 MB | 81/100 kB error 03-Jan-2023 03:10:50 Progress (4): 6.5/12 MB | 686 kB | 1.3/2.5 MB | 81/100 kB error 03-Jan-2023 03:10:50 Progress (4): 6.5/12 MB | 686 kB | 1.3/2.5 MB | 81/100 kB error 03-Jan-2023 03:10:50 Progress (4): 6.6/12 MB | 686 kB | 1.3/2.5 MB | 81/100 kB error 03-Jan-2023 03:10:50 Progress (4): 6.6/12 MB | 686 kB | 1.3/2.5 MB | 84/100 kB error 03-Jan-2023 03:10:50 Progress (4): 6.6/12 MB | 686 kB | 1.3/2.5 MB | 87/100 kB error 03-Jan-2023 03:10:50 Progress (4): 6.6/12 MB | 686 kB | 1.3/2.5 MB | 90/100 kB error 03-Jan-2023 03:10:50 Progress (4): 6.6/12 MB | 686 kB | 1.3/2.5 MB | 93/100 kB error 03-Jan-2023 03:10:50 Progress (4): 6.6/12 MB | 686 kB | 1.3/2.5 MB | 95/100 kB error 03-Jan-2023 03:10:50 Progress (4): 6.6/12 MB | 686 kB | 1.3/2.5 MB | 98/100 kB error 03-Jan-2023 03:10:50 Progress (4): 6.6/12 MB | 686 kB | 1.3/2.5 MB | 100 kB error 03-Jan-2023 03:10:50 Progress (4): 6.6/12 MB | 686 kB | 1.3/2.5 MB | 100 kB error 03-Jan-2023 03:10:50 Progress (4): 6.6/12 MB | 686 kB | 1.3/2.5 MB | 100 kB error 03-Jan-2023 03:10:50 Progress (4): 6.6/12 MB | 686 kB | 1.3/2.5 MB | 100 kB error 03-Jan-2023 03:10:50 Progress (4): 6.6/12 MB | 686 kB | 1.3/2.5 MB | 100 kB error 03-Jan-2023 03:10:50 Progress (4): 6.7/12 MB | 686 kB | 1.3/2.5 MB | 100 kB error 03-Jan-2023 03:10:50 Progress (4): 6.7/12 MB | 686 kB | 1.4/2.5 MB | 100 kB error 03-Jan-2023 03:10:50 Progress (4): 6.7/12 MB | 686 kB | 1.4/2.5 MB | 100 kB error 03-Jan-2023 03:10:50 Progress (4): 6.7/12 MB | 686 kB | 1.4/2.5 MB | 100 kB error 03-Jan-2023 03:10:50 Progress (4): 6.7/12 MB | 686 kB | 1.4/2.5 MB | 100 kB error 03-Jan-2023 03:10:50 Progress (4): 6.7/12 MB | 686 kB | 1.4/2.5 MB | 100 kB error 03-Jan-2023 03:10:50 Progress (4): 6.7/12 MB | 686 kB | 1.4/2.5 MB | 100 kB error 03-Jan-2023 03:10:50 Progress (4): 6.7/12 MB | 686 kB | 1.4/2.5 MB | 100 kB error 03-Jan-2023 03:10:50 Progress (4): 6.7/12 MB | 686 kB | 1.5/2.5 MB | 100 kB error 03-Jan-2023 03:10:50 Progress (4): 6.7/12 MB | 686 kB | 1.5/2.5 MB | 100 kB error 03-Jan-2023 03:10:50 Progress (4): 6.8/12 MB | 686 kB | 1.5/2.5 MB | 100 kB error 03-Jan-2023 03:10:50 Progress (4): 6.8/12 MB | 686 kB | 1.5/2.5 MB | 100 kB error 03-Jan-2023 03:10:50 Progress (4): 6.8/12 MB | 686 kB | 1.5/2.5 MB | 100 kB error 03-Jan-2023 03:10:50 Progress (4): 6.8/12 MB | 686 kB | 1.5/2.5 MB | 100 kB error 03-Jan-2023 03:10:50 Progress (4): 6.8/12 MB | 686 kB | 1.5/2.5 MB | 100 kB error 03-Jan-2023 03:10:50 Progress (4): 6.8/12 MB | 686 kB | 1.6/2.5 MB | 100 kB error 03-Jan-2023 03:10:50 Progress (4): 6.8/12 MB | 686 kB | 1.6/2.5 MB | 100 kB error 03-Jan-2023 03:10:50 Progress (4): 6.8/12 MB | 686 kB | 1.6/2.5 MB | 100 kB error 03-Jan-2023 03:10:50 Progress (4): 6.9/12 MB | 686 kB | 1.6/2.5 MB | 100 kB error 03-Jan-2023 03:10:50 Progress (4): 7.0/12 MB | 686 kB | 1.6/2.5 MB | 100 kB error 03-Jan-2023 03:10:50 Progress (4): 7.0/12 MB | 686 kB | 1.6/2.5 MB | 100 kB error 03-Jan-2023 03:10:50 Progress (4): 7.0/12 MB | 686 kB | 1.6/2.5 MB | 100 kB error 03-Jan-2023 03:10:50 Progress (4): 7.0/12 MB | 686 kB | 1.6/2.5 MB | 100 kB error 03-Jan-2023 03:10:50 Progress (4): 7.0/12 MB | 686 kB | 1.6/2.5 MB | 100 kB error 03-Jan-2023 03:10:50 Progress (4): 7.0/12 MB | 686 kB | 1.7/2.5 MB | 100 kB error 03-Jan-2023 03:10:50 Progress (4): 7.0/12 MB | 686 kB | 1.7/2.5 MB | 100 kB error 03-Jan-2023 03:10:50 Progress (4): 7.0/12 MB | 686 kB | 1.7/2.5 MB | 100 kB error 03-Jan-2023 03:10:50 Progress (4): 7.1/12 MB | 686 kB | 1.7/2.5 MB | 100 kB error 03-Jan-2023 03:10:50 Progress (4): 7.1/12 MB | 686 kB | 1.7/2.5 MB | 100 kB error 03-Jan-2023 03:10:50 Progress (4): 7.1/12 MB | 686 kB | 1.7/2.5 MB | 100 kB error 03-Jan-2023 03:10:50 Progress (4): 7.1/12 MB | 686 kB | 1.7/2.5 MB | 100 kB error 03-Jan-2023 03:10:50 Progress (4): 7.1/12 MB | 686 kB | 1.7/2.5 MB | 100 kB error 03-Jan-2023 03:10:50 Progress (4): 7.1/12 MB | 686 kB | 1.8/2.5 MB | 100 kB error 03-Jan-2023 03:10:50 error 03-Jan-2023 03:10:50 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/springframework/spring-test/5.2.14.RELEASE/spring-test-5.2.14.RELEASE.jar (686 kB at 52 kB/s) error 03-Jan-2023 03:10:50 #18 92.00 Progress (3): 7.1/12 MB | 1.8/2.5 MB | 100 kB error 03-Jan-2023 03:10:50 Progress (3): 7.1/12 MB | 1.8/2.5 MB | 100 kB error 03-Jan-2023 03:10:50 Progress (3): 7.1/12 MB | 1.8/2.5 MB | 100 kB error 03-Jan-2023 03:10:50 error 03-Jan-2023 03:10:50 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/junit/platform/junit-platform-engine/1.8.1/junit-platform-engine-1.8.1.jar error 03-Jan-2023 03:10:50 #18 92.01 Progress (3): 7.1/12 MB | 1.8/2.5 MB | 100 kB error 03-Jan-2023 03:10:50 Progress (3): 7.1/12 MB | 1.8/2.5 MB | 100 kB error 03-Jan-2023 03:10:50 error 03-Jan-2023 03:10:50 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/junit/platform/junit-platform-commons/1.8.1/junit-platform-commons-1.8.1.jar (100 kB at 7.6 kB/s) error 03-Jan-2023 03:10:50 #18 92.02 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/junit/vintage/junit-vintage-engine/5.8.1/junit-vintage-engine-5.8.1.jar error 03-Jan-2023 03:10:50 #18 92.02 Progress (2): 7.1/12 MB | 1.8/2.5 MB error 03-Jan-2023 03:10:50 Progress (2): 7.2/12 MB | 1.8/2.5 MB error 03-Jan-2023 03:10:50 Progress (2): 7.2/12 MB | 1.8/2.5 MB error 03-Jan-2023 03:10:50 Progress (2): 7.2/12 MB | 1.9/2.5 MB error 03-Jan-2023 03:10:50 Progress (2): 7.2/12 MB | 1.9/2.5 MB error 03-Jan-2023 03:10:50 Progress (2): 7.2/12 MB | 1.9/2.5 MB error 03-Jan-2023 03:10:50 Progress (2): 7.2/12 MB | 1.9/2.5 MB error 03-Jan-2023 03:10:50 Progress (2): 7.2/12 MB | 1.9/2.5 MB error 03-Jan-2023 03:10:50 Progress (2): 7.3/12 MB | 1.9/2.5 MB error 03-Jan-2023 03:10:50 Progress (2): 7.4/12 MB | 1.9/2.5 MB error 03-Jan-2023 03:10:50 Progress (2): 7.4/12 MB | 1.9/2.5 MB error 03-Jan-2023 03:10:50 Progress (2): 7.4/12 MB | 2.0/2.5 MB error 03-Jan-2023 03:10:50 Progress (2): 7.4/12 MB | 2.0/2.5 MB error 03-Jan-2023 03:10:50 Progress (2): 7.4/12 MB | 2.0/2.5 MB error 03-Jan-2023 03:10:50 Progress (2): 7.4/12 MB | 2.0/2.5 MB error 03-Jan-2023 03:10:50 Progress (2): 7.4/12 MB | 2.0/2.5 MB error 03-Jan-2023 03:10:50 Progress (2): 7.4/12 MB | 2.0/2.5 MB error 03-Jan-2023 03:10:50 Progress (2): 7.4/12 MB | 2.0/2.5 MB error 03-Jan-2023 03:10:50 Progress (2): 7.4/12 MB | 2.0/2.5 MB error 03-Jan-2023 03:10:50 Progress (2): 7.4/12 MB | 2.1/2.5 MB error 03-Jan-2023 03:10:50 Progress (2): 7.4/12 MB | 2.1/2.5 MB error 03-Jan-2023 03:10:50 Progress (2): 7.4/12 MB | 2.1/2.5 MB error 03-Jan-2023 03:10:50 Progress (2): 7.5/12 MB | 2.1/2.5 MB error 03-Jan-2023 03:10:50 Progress (2): 7.5/12 MB | 2.1/2.5 MB error 03-Jan-2023 03:10:50 Progress (2): 7.5/12 MB | 2.1/2.5 MB error 03-Jan-2023 03:10:50 Progress (2): 7.5/12 MB | 2.1/2.5 MB error 03-Jan-2023 03:10:50 Progress (2): 7.5/12 MB | 2.1/2.5 MB error 03-Jan-2023 03:10:50 Progress (2): 7.6/12 MB | 2.1/2.5 MB error 03-Jan-2023 03:10:50 Progress (2): 7.6/12 MB | 2.1/2.5 MB error 03-Jan-2023 03:10:50 Progress (2): 7.6/12 MB | 2.2/2.5 MB error 03-Jan-2023 03:10:50 Progress (2): 7.6/12 MB | 2.2/2.5 MB error 03-Jan-2023 03:10:50 Progress (2): 7.6/12 MB | 2.2/2.5 MB error 03-Jan-2023 03:10:50 Progress (2): 7.6/12 MB | 2.2/2.5 MB error 03-Jan-2023 03:10:50 Progress (3): 7.6/12 MB | 2.2/2.5 MB | 3.3/186 kB error 03-Jan-2023 03:10:50 Progress (3): 7.6/12 MB | 2.2/2.5 MB | 6.1/186 kB error 03-Jan-2023 03:10:50 Progress (3): 7.6/12 MB | 2.2/2.5 MB | 8.9/186 kB error 03-Jan-2023 03:10:50 Progress (3): 7.6/12 MB | 2.2/2.5 MB | 8.9/186 kB error 03-Jan-2023 03:10:50 Progress (3): 7.6/12 MB | 2.2/2.5 MB | 12/186 kB error 03-Jan-2023 03:10:50 Progress (3): 7.6/12 MB | 2.2/2.5 MB | 14/186 kB error 03-Jan-2023 03:10:50 Progress (3): 7.6/12 MB | 2.2/2.5 MB | 17/186 kB error 03-Jan-2023 03:10:50 Progress (3): 7.6/12 MB | 2.2/2.5 MB | 20/186 kB error 03-Jan-2023 03:10:50 Progress (3): 7.6/12 MB | 2.2/2.5 MB | 23/186 kB error 03-Jan-2023 03:10:50 Progress (4): 7.6/12 MB | 2.2/2.5 MB | 23/186 kB | 3.3/67 kB error 03-Jan-2023 03:10:50 Progress (4): 7.6/12 MB | 2.2/2.5 MB | 26/186 kB | 3.3/67 kB error 03-Jan-2023 03:10:50 Progress (4): 7.6/12 MB | 2.2/2.5 MB | 26/186 kB | 6.1/67 kB error 03-Jan-2023 03:10:50 Progress (4): 7.6/12 MB | 2.2/2.5 MB | 26/186 kB | 8.9/67 kB error 03-Jan-2023 03:10:50 Progress (4): 7.6/12 MB | 2.2/2.5 MB | 28/186 kB | 8.9/67 kB error 03-Jan-2023 03:10:50 Progress (4): 7.6/12 MB | 2.2/2.5 MB | 28/186 kB | 12/67 kB error 03-Jan-2023 03:10:50 Progress (4): 7.6/12 MB | 2.2/2.5 MB | 28/186 kB | 14/67 kB error 03-Jan-2023 03:10:50 Progress (4): 7.6/12 MB | 2.2/2.5 MB | 31/186 kB | 14/67 kB error 03-Jan-2023 03:10:50 Progress (4): 7.6/12 MB | 2.2/2.5 MB | 31/186 kB | 14/67 kB error 03-Jan-2023 03:10:50 Progress (4): 7.6/12 MB | 2.2/2.5 MB | 31/186 kB | 17/67 kB error 03-Jan-2023 03:10:50 Progress (4): 7.6/12 MB | 2.2/2.5 MB | 34/186 kB | 17/67 kB error 03-Jan-2023 03:10:50 Progress (4): 7.6/12 MB | 2.2/2.5 MB | 34/186 kB | 20/67 kB error 03-Jan-2023 03:10:50 Progress (4): 7.6/12 MB | 2.2/2.5 MB | 37/186 kB | 20/67 kB error 03-Jan-2023 03:10:50 Progress (4): 7.7/12 MB | 2.2/2.5 MB | 37/186 kB | 20/67 kB error 03-Jan-2023 03:10:50 Progress (4): 7.7/12 MB | 2.2/2.5 MB | 40/186 kB | 20/67 kB error 03-Jan-2023 03:10:50 Progress (4): 7.7/12 MB | 2.2/2.5 MB | 42/186 kB | 20/67 kB error 03-Jan-2023 03:10:50 Progress (4): 7.7/12 MB | 2.3/2.5 MB | 42/186 kB | 20/67 kB error 03-Jan-2023 03:10:50 Progress (4): 7.7/12 MB | 2.3/2.5 MB | 42/186 kB | 23/67 kB error 03-Jan-2023 03:10:50 Progress (4): 7.7/12 MB | 2.3/2.5 MB | 42/186 kB | 26/67 kB error 03-Jan-2023 03:10:50 Progress (4): 7.7/12 MB | 2.3/2.5 MB | 45/186 kB | 26/67 kB error 03-Jan-2023 03:10:50 Progress (4): 7.7/12 MB | 2.3/2.5 MB | 45/186 kB | 28/67 kB error 03-Jan-2023 03:10:50 Progress (4): 7.7/12 MB | 2.3/2.5 MB | 48/186 kB | 28/67 kB error 03-Jan-2023 03:10:50 Progress (4): 7.7/12 MB | 2.3/2.5 MB | 51/186 kB | 28/67 kB error 03-Jan-2023 03:10:50 Progress (4): 7.7/12 MB | 2.3/2.5 MB | 51/186 kB | 31/67 kB error 03-Jan-2023 03:10:50 Progress (5): 7.7/12 MB | 2.3/2.5 MB | 51/186 kB | 31/67 kB | 4.1/230 kB error 03-Jan-2023 03:10:50 Progress (5): 7.8/12 MB | 2.3/2.5 MB | 51/186 kB | 31/67 kB | 4.1/230 kB error 03-Jan-2023 03:10:50 Progress (5): 7.8/12 MB | 2.3/2.5 MB | 51/186 kB | 31/67 kB | 4.1/230 kB error 03-Jan-2023 03:10:50 Progress (5): 7.8/12 MB | 2.3/2.5 MB | 54/186 kB | 31/67 kB | 4.1/230 kB error 03-Jan-2023 03:10:50 Progress (5): 7.8/12 MB | 2.3/2.5 MB | 56/186 kB | 31/67 kB | 4.1/230 kB error 03-Jan-2023 03:10:50 Progress (5): 7.8/12 MB | 2.3/2.5 MB | 56/186 kB | 31/67 kB | 4.1/230 kB error 03-Jan-2023 03:10:50 Progress (5): 7.8/12 MB | 2.3/2.5 MB | 56/186 kB | 34/67 kB | 4.1/230 kB error 03-Jan-2023 03:10:50 Progress (5): 7.8/12 MB | 2.3/2.5 MB | 56/186 kB | 34/67 kB | 8.2/230 kB error 03-Jan-2023 03:10:50 Progress (5): 7.8/12 MB | 2.3/2.5 MB | 56/186 kB | 34/67 kB | 12/230 kB error 03-Jan-2023 03:10:50 Progress (5): 7.8/12 MB | 2.3/2.5 MB | 56/186 kB | 34/67 kB | 16/230 kB error 03-Jan-2023 03:10:50 Progress (5): 7.8/12 MB | 2.3/2.5 MB | 56/186 kB | 34/67 kB | 16/230 kB error 03-Jan-2023 03:10:50 Progress (5): 7.8/12 MB | 2.3/2.5 MB | 59/186 kB | 34/67 kB | 16/230 kB error 03-Jan-2023 03:10:50 Progress (5): 7.8/12 MB | 2.3/2.5 MB | 59/186 kB | 34/67 kB | 20/230 kB error 03-Jan-2023 03:10:50 Progress (5): 7.8/12 MB | 2.3/2.5 MB | 62/186 kB | 34/67 kB | 20/230 kB error 03-Jan-2023 03:10:50 Progress (5): 7.8/12 MB | 2.3/2.5 MB | 62/186 kB | 34/67 kB | 25/230 kB error 03-Jan-2023 03:10:50 Progress (5): 7.8/12 MB | 2.3/2.5 MB | 62/186 kB | 34/67 kB | 29/230 kB error 03-Jan-2023 03:10:50 Progress (5): 7.8/12 MB | 2.3/2.5 MB | 65/186 kB | 34/67 kB | 29/230 kB error 03-Jan-2023 03:10:50 Progress (5): 7.8/12 MB | 2.3/2.5 MB | 65/186 kB | 34/67 kB | 33/230 kB error 03-Jan-2023 03:10:50 Progress (5): 7.8/12 MB | 2.3/2.5 MB | 65/186 kB | 34/67 kB | 33/230 kB error 03-Jan-2023 03:10:50 Progress (5): 7.8/12 MB | 2.3/2.5 MB | 65/186 kB | 37/67 kB | 33/230 kB error 03-Jan-2023 03:10:50 Progress (5): 7.8/12 MB | 2.3/2.5 MB | 68/186 kB | 37/67 kB | 33/230 kB error 03-Jan-2023 03:10:50 Progress (5): 7.8/12 MB | 2.3/2.5 MB | 68/186 kB | 40/67 kB | 33/230 kB error 03-Jan-2023 03:10:50 Progress (5): 7.8/12 MB | 2.3/2.5 MB | 70/186 kB | 40/67 kB | 33/230 kB error 03-Jan-2023 03:10:50 Progress (5): 7.8/12 MB | 2.3/2.5 MB | 70/186 kB | 42/67 kB | 33/230 kB error 03-Jan-2023 03:10:50 Progress (5): 7.8/12 MB | 2.3/2.5 MB | 73/186 kB | 42/67 kB | 33/230 kB error 03-Jan-2023 03:10:50 Progress (5): 7.8/12 MB | 2.3/2.5 MB | 73/186 kB | 42/67 kB | 37/230 kB error 03-Jan-2023 03:10:50 Progress (5): 7.8/12 MB | 2.3/2.5 MB | 73/186 kB | 42/67 kB | 41/230 kB error 03-Jan-2023 03:10:50 Progress (5): 7.8/12 MB | 2.3/2.5 MB | 73/186 kB | 42/67 kB | 45/230 kB error 03-Jan-2023 03:10:50 Progress (5): 7.8/12 MB | 2.3/2.5 MB | 73/186 kB | 42/67 kB | 49/230 kB error 03-Jan-2023 03:10:50 Progress (5): 7.8/12 MB | 2.3/2.5 MB | 73/186 kB | 42/67 kB | 49/230 kB error 03-Jan-2023 03:10:50 Progress (5): 7.8/12 MB | 2.3/2.5 MB | 73/186 kB | 45/67 kB | 49/230 kB error 03-Jan-2023 03:10:50 Progress (5): 7.8/12 MB | 2.3/2.5 MB | 73/186 kB | 45/67 kB | 49/230 kB error 03-Jan-2023 03:10:50 Progress (5): 7.8/12 MB | 2.3/2.5 MB | 76/186 kB | 45/67 kB | 49/230 kB error 03-Jan-2023 03:10:50 Progress (5): 7.8/12 MB | 2.3/2.5 MB | 79/186 kB | 45/67 kB | 49/230 kB error 03-Jan-2023 03:10:50 Progress (5): 7.8/12 MB | 2.3/2.5 MB | 79/186 kB | 48/67 kB | 49/230 kB error 03-Jan-2023 03:10:50 Progress (5): 7.8/12 MB | 2.3/2.5 MB | 79/186 kB | 51/67 kB | 49/230 kB error 03-Jan-2023 03:10:50 Progress (5): 7.8/12 MB | 2.3/2.5 MB | 79/186 kB | 51/67 kB | 52/230 kB error 03-Jan-2023 03:10:50 Progress (5): 7.8/12 MB | 2.3/2.5 MB | 79/186 kB | 51/67 kB | 56/230 kB error 03-Jan-2023 03:10:50 Progress (5): 7.8/12 MB | 2.3/2.5 MB | 79/186 kB | 51/67 kB | 60/230 kB error 03-Jan-2023 03:10:50 Progress (5): 7.8/12 MB | 2.3/2.5 MB | 79/186 kB | 51/67 kB | 62/230 kB error 03-Jan-2023 03:10:50 Progress (5): 7.8/12 MB | 2.3/2.5 MB | 79/186 kB | 51/67 kB | 66/230 kB error 03-Jan-2023 03:10:50 Progress (5): 7.9/12 MB | 2.3/2.5 MB | 79/186 kB | 51/67 kB | 66/230 kB error 03-Jan-2023 03:10:50 Progress (5): 7.9/12 MB | 2.3/2.5 MB | 79/186 kB | 54/67 kB | 66/230 kB error 03-Jan-2023 03:10:50 Progress (5): 7.9/12 MB | 2.3/2.5 MB | 82/186 kB | 54/67 kB | 66/230 kB error 03-Jan-2023 03:10:50 Progress (5): 7.9/12 MB | 2.4/2.5 MB | 82/186 kB | 54/67 kB | 66/230 kB error 03-Jan-2023 03:10:50 Progress (5): 7.9/12 MB | 2.4/2.5 MB | 84/186 kB | 54/67 kB | 66/230 kB error 03-Jan-2023 03:10:50 Progress (5): 7.9/12 MB | 2.4/2.5 MB | 84/186 kB | 56/67 kB | 66/230 kB error 03-Jan-2023 03:10:50 Progress (5): 7.9/12 MB | 2.4/2.5 MB | 87/186 kB | 56/67 kB | 66/230 kB error 03-Jan-2023 03:10:50 Progress (5): 7.9/12 MB | 2.4/2.5 MB | 87/186 kB | 56/67 kB | 66/230 kB error 03-Jan-2023 03:10:50 Progress (5): 7.9/12 MB | 2.4/2.5 MB | 87/186 kB | 59/67 kB | 66/230 kB error 03-Jan-2023 03:10:50 Progress (5): 7.9/12 MB | 2.4/2.5 MB | 87/186 kB | 62/67 kB | 66/230 kB error 03-Jan-2023 03:10:50 Progress (5): 7.9/12 MB | 2.4/2.5 MB | 90/186 kB | 62/67 kB | 66/230 kB error 03-Jan-2023 03:10:50 Progress (5): 7.9/12 MB | 2.4/2.5 MB | 90/186 kB | 62/67 kB | 66/230 kB error 03-Jan-2023 03:10:50 Progress (5): 7.9/12 MB | 2.4/2.5 MB | 90/186 kB | 65/67 kB | 66/230 kB error 03-Jan-2023 03:10:50 Progress (5): 7.9/12 MB | 2.4/2.5 MB | 93/186 kB | 65/67 kB | 66/230 kB error 03-Jan-2023 03:10:50 Progress (5): 7.9/12 MB | 2.4/2.5 MB | 93/186 kB | 67 kB | 66/230 kB error 03-Jan-2023 03:10:50 Progress (5): 7.9/12 MB | 2.4/2.5 MB | 96/186 kB | 67 kB | 66/230 kB error 03-Jan-2023 03:10:50 Progress (5): 7.9/12 MB | 2.4/2.5 MB | 96/186 kB | 67 kB | 66/230 kB error 03-Jan-2023 03:10:50 Progress (5): 7.9/12 MB | 2.4/2.5 MB | 98/186 kB | 67 kB | 66/230 kB error 03-Jan-2023 03:10:50 Progress (5): 7.9/12 MB | 2.4/2.5 MB | 98/186 kB | 67 kB | 71/230 kB error 03-Jan-2023 03:10:50 Progress (5): 7.9/12 MB | 2.4/2.5 MB | 101/186 kB | 67 kB | 71/230 kB error 03-Jan-2023 03:10:50 Progress (5): 7.9/12 MB | 2.4/2.5 MB | 101/186 kB | 67 kB | 75/230 kB error 03-Jan-2023 03:10:50 Progress (5): 7.9/12 MB | 2.4/2.5 MB | 101/186 kB | 67 kB | 79/230 kB error 03-Jan-2023 03:10:50 Progress (5): 7.9/12 MB | 2.4/2.5 MB | 101/186 kB | 67 kB | 83/230 kB error 03-Jan-2023 03:10:50 Progress (5): 7.9/12 MB | 2.4/2.5 MB | 101/186 kB | 67 kB | 83/230 kB error 03-Jan-2023 03:10:50 Progress (5): 7.9/12 MB | 2.4/2.5 MB | 101/186 kB | 67 kB | 83/230 kB error 03-Jan-2023 03:10:50 Progress (5): 7.9/12 MB | 2.4/2.5 MB | 101/186 kB | 67 kB | 83/230 kB error 03-Jan-2023 03:10:50 Progress (5): 7.9/12 MB | 2.4/2.5 MB | 104/186 kB | 67 kB | 83/230 kB error 03-Jan-2023 03:10:50 Progress (5): 7.9/12 MB | 2.4/2.5 MB | 104/186 kB | 67 kB | 87/230 kB error 03-Jan-2023 03:10:50 Progress (5): 7.9/12 MB | 2.4/2.5 MB | 107/186 kB | 67 kB | 87/230 kB error 03-Jan-2023 03:10:50 Progress (5): 7.9/12 MB | 2.4/2.5 MB | 107/186 kB | 67 kB | 89/230 kB error 03-Jan-2023 03:10:50 Progress (5): 7.9/12 MB | 2.4/2.5 MB | 110/186 kB | 67 kB | 89/230 kB error 03-Jan-2023 03:10:50 Progress (5): 7.9/12 MB | 2.4/2.5 MB | 112/186 kB | 67 kB | 89/230 kB error 03-Jan-2023 03:10:50 Progress (5): 7.9/12 MB | 2.4/2.5 MB | 115/186 kB | 67 kB | 89/230 kB error 03-Jan-2023 03:10:50 Progress (5): 7.9/12 MB | 2.4/2.5 MB | 118/186 kB | 67 kB | 89/230 kB error 03-Jan-2023 03:10:50 Progress (5): 7.9/12 MB | 2.4/2.5 MB | 121/186 kB | 67 kB | 89/230 kB error 03-Jan-2023 03:10:50 Progress (5): 7.9/12 MB | 2.4/2.5 MB | 121/186 kB | 67 kB | 93/230 kB error 03-Jan-2023 03:10:50 Progress (5): 7.9/12 MB | 2.4/2.5 MB | 121/186 kB | 67 kB | 98/230 kB error 03-Jan-2023 03:10:50 Progress (5): 7.9/12 MB | 2.4/2.5 MB | 121/186 kB | 67 kB | 102/230 kB error 03-Jan-2023 03:10:50 Progress (5): 7.9/12 MB | 2.4/2.5 MB | 121/186 kB | 67 kB | 106/230 kB error 03-Jan-2023 03:10:50 Progress (5): 7.9/12 MB | 2.4/2.5 MB | 121/186 kB | 67 kB | 110/230 kB error 03-Jan-2023 03:10:50 Progress (5): 7.9/12 MB | 2.5/2.5 MB | 121/186 kB | 67 kB | 110/230 kB error 03-Jan-2023 03:10:50 Progress (5): 7.9/12 MB | 2.5/2.5 MB | 121/186 kB | 67 kB | 110/230 kB error 03-Jan-2023 03:10:50 Progress (5): 7.9/12 MB | 2.5/2.5 MB | 121/186 kB | 67 kB | 110/230 kB error 03-Jan-2023 03:10:50 Progress (5): 8.0/12 MB | 2.5/2.5 MB | 121/186 kB | 67 kB | 110/230 kB error 03-Jan-2023 03:10:50 Progress (5): 8.0/12 MB | 2.5/2.5 MB | 124/186 kB | 67 kB | 110/230 kB error 03-Jan-2023 03:10:50 Progress (5): 8.0/12 MB | 2.5/2.5 MB | 124/186 kB | 67 kB | 114/230 kB error 03-Jan-2023 03:10:50 Progress (5): 8.0/12 MB | 2.5/2.5 MB | 126/186 kB | 67 kB | 114/230 kB error 03-Jan-2023 03:10:50 Progress (5): 8.0/12 MB | 2.5/2.5 MB | 126/186 kB | 67 kB | 118/230 kB error 03-Jan-2023 03:10:50 Progress (5): 8.0/12 MB | 2.5/2.5 MB | 129/186 kB | 67 kB | 118/230 kB error 03-Jan-2023 03:10:50 Progress (5): 8.0/12 MB | 2.5/2.5 MB | 129/186 kB | 67 kB | 122/230 kB error 03-Jan-2023 03:10:50 Progress (5): 8.0/12 MB | 2.5/2.5 MB | 132/186 kB | 67 kB | 122/230 kB error 03-Jan-2023 03:10:50 Progress (5): 8.0/12 MB | 2.5/2.5 MB | 132/186 kB | 67 kB | 124/230 kB error 03-Jan-2023 03:10:50 Progress (5): 8.0/12 MB | 2.5/2.5 MB | 135/186 kB | 67 kB | 124/230 kB error 03-Jan-2023 03:10:50 Progress (5): 8.0/12 MB | 2.5/2.5 MB | 138/186 kB | 67 kB | 124/230 kB error 03-Jan-2023 03:10:50 Progress (5): 8.0/12 MB | 2.5/2.5 MB | 140/186 kB | 67 kB | 124/230 kB error 03-Jan-2023 03:10:50 Progress (5): 8.0/12 MB | 2.5/2.5 MB | 143/186 kB | 67 kB | 124/230 kB error 03-Jan-2023 03:10:50 Progress (5): 8.0/12 MB | 2.5/2.5 MB | 143/186 kB | 67 kB | 128/230 kB error 03-Jan-2023 03:10:50 Progress (5): 8.0/12 MB | 2.5/2.5 MB | 143/186 kB | 67 kB | 132/230 kB error 03-Jan-2023 03:10:50 Progress (5): 8.0/12 MB | 2.5/2.5 MB | 143/186 kB | 67 kB | 136/230 kB error 03-Jan-2023 03:10:50 Progress (5): 8.0/12 MB | 2.5/2.5 MB | 143/186 kB | 67 kB | 136/230 kB error 03-Jan-2023 03:10:50 Progress (5): 8.0/12 MB | 2.5/2.5 MB | 146/186 kB | 67 kB | 136/230 kB error 03-Jan-2023 03:10:50 Progress (5): 8.0/12 MB | 2.5/2.5 MB | 146/186 kB | 67 kB | 141/230 kB error 03-Jan-2023 03:10:50 Progress (5): 8.0/12 MB | 2.5/2.5 MB | 149/186 kB | 67 kB | 141/230 kB error 03-Jan-2023 03:10:50 Progress (5): 8.0/12 MB | 2.5/2.5 MB | 152/186 kB | 67 kB | 141/230 kB error 03-Jan-2023 03:10:50 Progress (5): 8.0/12 MB | 2.5/2.5 MB | 154/186 kB | 67 kB | 141/230 kB error 03-Jan-2023 03:10:50 Progress (5): 8.0/12 MB | 2.5/2.5 MB | 157/186 kB | 67 kB | 141/230 kB error 03-Jan-2023 03:10:50 Progress (5): 8.0/12 MB | 2.5 MB | 157/186 kB | 67 kB | 141/230 kB error 03-Jan-2023 03:10:50 Progress (5): 8.0/12 MB | 2.5 MB | 157/186 kB | 67 kB | 145/230 kB error 03-Jan-2023 03:10:50 Progress (5): 8.0/12 MB | 2.5 MB | 160/186 kB | 67 kB | 145/230 kB error 03-Jan-2023 03:10:50 Progress (5): 8.0/12 MB | 2.5 MB | 160/186 kB | 67 kB | 149/230 kB error 03-Jan-2023 03:10:50 Progress (5): 8.0/12 MB | 2.5 MB | 163/186 kB | 67 kB | 149/230 kB error 03-Jan-2023 03:10:50 Progress (5): 8.0/12 MB | 2.5 MB | 163/186 kB | 67 kB | 149/230 kB error 03-Jan-2023 03:10:50 Progress (5): 8.0/12 MB | 2.5 MB | 163/186 kB | 67 kB | 153/230 kB error 03-Jan-2023 03:10:50 Progress (5): 8.0/12 MB | 2.5 MB | 165/186 kB | 67 kB | 153/230 kB error 03-Jan-2023 03:10:50 Progress (5): 8.0/12 MB | 2.5 MB | 168/186 kB | 67 kB | 153/230 kB error 03-Jan-2023 03:10:50 Progress (5): 8.0/12 MB | 2.5 MB | 168/186 kB | 67 kB | 157/230 kB error 03-Jan-2023 03:10:50 Progress (5): 8.0/12 MB | 2.5 MB | 171/186 kB | 67 kB | 157/230 kB error 03-Jan-2023 03:10:50 Progress (5): 8.0/12 MB | 2.5 MB | 174/186 kB | 67 kB | 157/230 kB error 03-Jan-2023 03:10:50 Progress (5): 8.0/12 MB | 2.5 MB | 174/186 kB | 67 kB | 159/230 kB error 03-Jan-2023 03:10:50 Progress (5): 8.0/12 MB | 2.5 MB | 174/186 kB | 67 kB | 163/230 kB error 03-Jan-2023 03:10:50 Progress (5): 8.0/12 MB | 2.5 MB | 174/186 kB | 67 kB | 167/230 kB error 03-Jan-2023 03:10:50 Progress (5): 8.0/12 MB | 2.5 MB | 174/186 kB | 67 kB | 171/230 kB error 03-Jan-2023 03:10:50 Progress (5): 8.0/12 MB | 2.5 MB | 176/186 kB | 67 kB | 171/230 kB error 03-Jan-2023 03:10:50 Progress (5): 8.1/12 MB | 2.5 MB | 176/186 kB | 67 kB | 171/230 kB error 03-Jan-2023 03:10:50 Progress (5): 8.1/12 MB | 2.5 MB | 179/186 kB | 67 kB | 171/230 kB error 03-Jan-2023 03:10:50 Progress (5): 8.1/12 MB | 2.5 MB | 179/186 kB | 67 kB | 175/230 kB error 03-Jan-2023 03:10:50 Progress (5): 8.1/12 MB | 2.5 MB | 182/186 kB | 67 kB | 175/230 kB error 03-Jan-2023 03:10:50 Progress (5): 8.1/12 MB | 2.5 MB | 185/186 kB | 67 kB | 175/230 kB error 03-Jan-2023 03:10:50 Progress (5): 8.1/12 MB | 2.5 MB | 186 kB | 67 kB | 175/230 kB error 03-Jan-2023 03:10:50 Progress (5): 8.1/12 MB | 2.5 MB | 186 kB | 67 kB | 179/230 kB error 03-Jan-2023 03:10:50 Progress (5): 8.1/12 MB | 2.5 MB | 186 kB | 67 kB | 184/230 kB error 03-Jan-2023 03:10:50 Progress (5): 8.1/12 MB | 2.5 MB | 186 kB | 67 kB | 188/230 kB error 03-Jan-2023 03:10:50 Progress (5): 8.2/12 MB | 2.5 MB | 186 kB | 67 kB | 188/230 kB error 03-Jan-2023 03:10:50 Progress (5): 8.2/12 MB | 2.5 MB | 186 kB | 67 kB | 192/230 kB error 03-Jan-2023 03:10:50 Progress (5): 8.2/12 MB | 2.5 MB | 186 kB | 67 kB | 194/230 kB error 03-Jan-2023 03:10:50 Progress (5): 8.2/12 MB | 2.5 MB | 186 kB | 67 kB | 198/230 kB error 03-Jan-2023 03:10:50 Progress (5): 8.2/12 MB | 2.5 MB | 186 kB | 67 kB | 202/230 kB error 03-Jan-2023 03:10:50 Progress (5): 8.2/12 MB | 2.5 MB | 186 kB | 67 kB | 206/230 kB error 03-Jan-2023 03:10:50 Progress (5): 8.2/12 MB | 2.5 MB | 186 kB | 67 kB | 210/230 kB error 03-Jan-2023 03:10:50 Progress (5): 8.2/12 MB | 2.5 MB | 186 kB | 67 kB | 214/230 kB error 03-Jan-2023 03:10:50 Progress (5): 8.2/12 MB | 2.5 MB | 186 kB | 67 kB | 218/230 kB error 03-Jan-2023 03:10:50 Progress (5): 8.2/12 MB | 2.5 MB | 186 kB | 67 kB | 222/230 kB error 03-Jan-2023 03:10:50 Progress (5): 8.2/12 MB | 2.5 MB | 186 kB | 67 kB | 227/230 kB error 03-Jan-2023 03:10:50 Progress (5): 8.2/12 MB | 2.5 MB | 186 kB | 67 kB | 230 kB error 03-Jan-2023 03:10:50 Progress (5): 8.2/12 MB | 2.5 MB | 186 kB | 67 kB | 230 kB error 03-Jan-2023 03:10:50 Progress (5): 8.3/12 MB | 2.5 MB | 186 kB | 67 kB | 230 kB error 03-Jan-2023 03:10:50 error 03-Jan-2023 03:10:50 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/junit/vintage/junit-vintage-engine/5.8.1/junit-vintage-engine-5.8.1.jar (67 kB at 4.9 kB/s) error 03-Jan-2023 03:10:50 #18 92.37 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/dbunit/dbunit/2.7.2/dbunit-2.7.2.jar error 03-Jan-2023 03:10:50 #18 92.37 Progress (4): 8.3/12 MB | 2.5 MB | 186 kB | 230 kB error 03-Jan-2023 03:10:50 Progress (4): 8.4/12 MB | 2.5 MB | 186 kB | 230 kB error 03-Jan-2023 03:10:50 Progress (4): 8.4/12 MB | 2.5 MB | 186 kB | 230 kB error 03-Jan-2023 03:10:50 Progress (4): 8.5/12 MB | 2.5 MB | 186 kB | 230 kB error 03-Jan-2023 03:10:50 Progress (4): 8.6/12 MB | 2.5 MB | 186 kB | 230 kB error 03-Jan-2023 03:10:50 Progress (4): 8.6/12 MB | 2.5 MB | 186 kB | 230 kB error 03-Jan-2023 03:10:50 Progress (4): 8.7/12 MB | 2.5 MB | 186 kB | 230 kB error 03-Jan-2023 03:10:50 Progress (4): 8.7/12 MB | 2.5 MB | 186 kB | 230 kB error 03-Jan-2023 03:10:50 Progress (4): 8.8/12 MB | 2.5 MB | 186 kB | 230 kB error 03-Jan-2023 03:10:50 Progress (4): 8.8/12 MB | 2.5 MB | 186 kB | 230 kB error 03-Jan-2023 03:10:50 error 03-Jan-2023 03:10:50 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/api/openmrs-api/2.5.8/openmrs-api-2.5.8-tests.jar (2.5 MB at 185 kB/s) error 03-Jan-2023 03:10:50 #18 92.45 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/junit/platform/junit-platform-engine/1.8.1/junit-platform-engine-1.8.1.jar (186 kB at 14 kB/s) error 03-Jan-2023 03:10:50 #18 92.48 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/junit/jupiter/junit-jupiter-engine/5.8.1/junit-jupiter-engine-5.8.1.jar (230 kB at 17 kB/s) error 03-Jan-2023 03:10:50 #18 92.49 Progress (1): 8.9/12 MB error 03-Jan-2023 03:10:50 Progress (1): 9.0/12 MB error 03-Jan-2023 03:10:50 Progress (1): 9.0/12 MB error 03-Jan-2023 03:10:50 Progress (1): 9.1/12 MB error 03-Jan-2023 03:10:50 Progress (1): 9.1/12 MB error 03-Jan-2023 03:10:50 Progress (1): 9.2/12 MB error 03-Jan-2023 03:10:50 Progress (1): 9.2/12 MB error 03-Jan-2023 03:10:50 Progress (1): 9.3/12 MB error 03-Jan-2023 03:10:50 Progress (1): 9.4/12 MB error 03-Jan-2023 03:10:50 Progress (1): 9.4/12 MB error 03-Jan-2023 03:10:50 Progress (1): 9.5/12 MB error 03-Jan-2023 03:10:50 Progress (1): 9.5/12 MB error 03-Jan-2023 03:10:50 Progress (1): 9.6/12 MB error 03-Jan-2023 03:10:50 Progress (1): 9.7/12 MB error 03-Jan-2023 03:10:50 Progress (1): 9.7/12 MB error 03-Jan-2023 03:10:50 Progress (1): 9.8/12 MB error 03-Jan-2023 03:10:50 Progress (1): 9.8/12 MB error 03-Jan-2023 03:10:50 Progress (1): 9.9/12 MB error 03-Jan-2023 03:10:50 Progress (1): 9.9/12 MB error 03-Jan-2023 03:10:50 Progress (1): 10.0/12 MB error 03-Jan-2023 03:10:50 Progress (1): 10/12 MB error 03-Jan-2023 03:10:50 Progress (1): 10/12 MB error 03-Jan-2023 03:10:50 Progress (1): 10/12 MB error 03-Jan-2023 03:10:50 Progress (2): 10/12 MB | 4.1/636 kB error 03-Jan-2023 03:10:50 Progress (2): 10/12 MB | 8.2/636 kB error 03-Jan-2023 03:10:50 Progress (2): 10/12 MB | 12/636 kB error 03-Jan-2023 03:10:50 Progress (2): 10/12 MB | 16/636 kB error 03-Jan-2023 03:10:50 Progress (2): 10/12 MB | 16/636 kB error 03-Jan-2023 03:10:50 Progress (2): 10/12 MB | 20/636 kB error 03-Jan-2023 03:10:50 Progress (2): 10/12 MB | 25/636 kB error 03-Jan-2023 03:10:50 Progress (2): 10/12 MB | 29/636 kB error 03-Jan-2023 03:10:50 Progress (2): 10/12 MB | 33/636 kB error 03-Jan-2023 03:10:50 Progress (2): 10/12 MB | 33/636 kB error 03-Jan-2023 03:10:50 Progress (2): 10/12 MB | 37/636 kB error 03-Jan-2023 03:10:50 Progress (2): 10/12 MB | 41/636 kB error 03-Jan-2023 03:10:50 Progress (2): 10/12 MB | 41/636 kB error 03-Jan-2023 03:10:50 Progress (2): 10/12 MB | 45/636 kB error 03-Jan-2023 03:10:50 Progress (2): 10/12 MB | 45/636 kB error 03-Jan-2023 03:10:50 Progress (2): 10/12 MB | 49/636 kB error 03-Jan-2023 03:10:50 Progress (2): 10/12 MB | 52/636 kB error 03-Jan-2023 03:10:50 Progress (2): 10/12 MB | 56/636 kB error 03-Jan-2023 03:10:50 Progress (2): 10/12 MB | 60/636 kB error 03-Jan-2023 03:10:50 Progress (2): 10/12 MB | 64/636 kB error 03-Jan-2023 03:10:50 Progress (2): 10/12 MB | 68/636 kB error 03-Jan-2023 03:10:50 Progress (2): 10/12 MB | 71/636 kB error 03-Jan-2023 03:10:50 Progress (2): 10/12 MB | 75/636 kB error 03-Jan-2023 03:10:50 Progress (2): 10/12 MB | 79/636 kB error 03-Jan-2023 03:10:50 Progress (2): 10/12 MB | 79/636 kB error 03-Jan-2023 03:10:50 Progress (2): 10/12 MB | 83/636 kB error 03-Jan-2023 03:10:50 Progress (2): 10/12 MB | 87/636 kB error 03-Jan-2023 03:10:50 Progress (2): 11/12 MB | 87/636 kB error 03-Jan-2023 03:10:50 Progress (2): 11/12 MB | 91/636 kB error 03-Jan-2023 03:10:50 Progress (2): 11/12 MB | 95/636 kB error 03-Jan-2023 03:10:50 Progress (2): 11/12 MB | 95/636 kB error 03-Jan-2023 03:10:50 Progress (2): 11/12 MB | 99/636 kB error 03-Jan-2023 03:10:50 Progress (2): 11/12 MB | 104/636 kB error 03-Jan-2023 03:10:50 Progress (2): 11/12 MB | 106/636 kB error 03-Jan-2023 03:10:50 Progress (2): 11/12 MB | 106/636 kB error 03-Jan-2023 03:10:50 Progress (2): 11/12 MB | 110/636 kB error 03-Jan-2023 03:10:50 Progress (2): 11/12 MB | 114/636 kB error 03-Jan-2023 03:10:50 Progress (2): 11/12 MB | 114/636 kB error 03-Jan-2023 03:10:50 Progress (2): 11/12 MB | 116/636 kB error 03-Jan-2023 03:10:50 Progress (2): 11/12 MB | 116/636 kB error 03-Jan-2023 03:10:50 Progress (2): 11/12 MB | 120/636 kB error 03-Jan-2023 03:10:50 Progress (2): 11/12 MB | 125/636 kB error 03-Jan-2023 03:10:50 Progress (2): 11/12 MB | 125/636 kB error 03-Jan-2023 03:10:50 Progress (2): 11/12 MB | 129/636 kB error 03-Jan-2023 03:10:50 Progress (2): 11/12 MB | 133/636 kB error 03-Jan-2023 03:10:50 Progress (2): 11/12 MB | 137/636 kB error 03-Jan-2023 03:10:50 Progress (2): 11/12 MB | 141/636 kB error 03-Jan-2023 03:10:50 Progress (2): 11/12 MB | 145/636 kB error 03-Jan-2023 03:10:50 Progress (2): 11/12 MB | 149/636 kB error 03-Jan-2023 03:10:50 Progress (2): 11/12 MB | 153/636 kB error 03-Jan-2023 03:10:50 Progress (2): 11/12 MB | 157/636 kB error 03-Jan-2023 03:10:50 Progress (2): 11/12 MB | 161/636 kB error 03-Jan-2023 03:10:50 Progress (2): 11/12 MB | 165/636 kB error 03-Jan-2023 03:10:50 Progress (2): 11/12 MB | 170/636 kB error 03-Jan-2023 03:10:50 Progress (2): 11/12 MB | 174/636 kB error 03-Jan-2023 03:10:50 Progress (2): 11/12 MB | 178/636 kB error 03-Jan-2023 03:10:50 Progress (2): 11/12 MB | 182/636 kB error 03-Jan-2023 03:10:50 Progress (2): 11/12 MB | 186/636 kB error 03-Jan-2023 03:10:50 Progress (2): 11/12 MB | 188/636 kB error 03-Jan-2023 03:10:50 Progress (2): 11/12 MB | 192/636 kB error 03-Jan-2023 03:10:50 Progress (2): 11/12 MB | 197/636 kB error 03-Jan-2023 03:10:50 Progress (2): 11/12 MB | 201/636 kB error 03-Jan-2023 03:10:50 Progress (2): 11/12 MB | 205/636 kB error 03-Jan-2023 03:10:50 Progress (2): 11/12 MB | 209/636 kB error 03-Jan-2023 03:10:50 Progress (2): 11/12 MB | 213/636 kB error 03-Jan-2023 03:10:50 Progress (2): 11/12 MB | 213/636 kB error 03-Jan-2023 03:10:50 Progress (2): 11/12 MB | 217/636 kB error 03-Jan-2023 03:10:50 Progress (2): 11/12 MB | 221/636 kB error 03-Jan-2023 03:10:50 Progress (2): 11/12 MB | 225/636 kB error 03-Jan-2023 03:10:50 Progress (2): 11/12 MB | 229/636 kB error 03-Jan-2023 03:10:50 Progress (2): 11/12 MB | 233/636 kB error 03-Jan-2023 03:10:50 Progress (2): 11/12 MB | 237/636 kB error 03-Jan-2023 03:10:50 Progress (2): 11/12 MB | 242/636 kB error 03-Jan-2023 03:10:50 Progress (2): 11/12 MB | 246/636 kB error 03-Jan-2023 03:10:50 Progress (2): 11/12 MB | 250/636 kB error 03-Jan-2023 03:10:50 Progress (2): 11/12 MB | 254/636 kB error 03-Jan-2023 03:10:50 Progress (2): 11/12 MB | 258/636 kB error 03-Jan-2023 03:10:50 Progress (2): 11/12 MB | 260/636 kB error 03-Jan-2023 03:10:50 Progress (2): 11/12 MB | 264/636 kB error 03-Jan-2023 03:10:50 Progress (2): 11/12 MB | 269/636 kB error 03-Jan-2023 03:10:50 Progress (2): 11/12 MB | 273/636 kB error 03-Jan-2023 03:10:50 Progress (2): 11/12 MB | 277/636 kB error 03-Jan-2023 03:10:50 Progress (2): 11/12 MB | 281/636 kB error 03-Jan-2023 03:10:50 Progress (2): 11/12 MB | 285/636 kB error 03-Jan-2023 03:10:50 Progress (2): 11/12 MB | 289/636 kB error 03-Jan-2023 03:10:50 Progress (2): 11/12 MB | 293/636 kB error 03-Jan-2023 03:10:50 Progress (2): 11/12 MB | 297/636 kB error 03-Jan-2023 03:10:50 Progress (2): 11/12 MB | 301/636 kB error 03-Jan-2023 03:10:50 Progress (2): 11/12 MB | 301/636 kB error 03-Jan-2023 03:10:50 Progress (2): 11/12 MB | 305/636 kB error 03-Jan-2023 03:10:50 Progress (2): 11/12 MB | 309/636 kB error 03-Jan-2023 03:10:50 Progress (2): 11/12 MB | 314/636 kB error 03-Jan-2023 03:10:50 Progress (2): 11/12 MB | 314/636 kB error 03-Jan-2023 03:10:50 Progress (2): 11/12 MB | 318/636 kB error 03-Jan-2023 03:10:50 Progress (2): 11/12 MB | 322/636 kB error 03-Jan-2023 03:10:50 Progress (2): 11/12 MB | 322/636 kB error 03-Jan-2023 03:10:50 Progress (2): 11/12 MB | 326/636 kB error 03-Jan-2023 03:10:50 Progress (2): 11/12 MB | 330/636 kB error 03-Jan-2023 03:10:50 Progress (2): 11/12 MB | 334/636 kB error 03-Jan-2023 03:10:50 Progress (2): 11/12 MB | 338/636 kB error 03-Jan-2023 03:10:50 Progress (2): 11/12 MB | 341/636 kB error 03-Jan-2023 03:10:50 Progress (2): 11/12 MB | 341/636 kB error 03-Jan-2023 03:10:50 Progress (2): 11/12 MB | 345/636 kB error 03-Jan-2023 03:10:50 Progress (2): 11/12 MB | 349/636 kB error 03-Jan-2023 03:10:50 Progress (2): 11/12 MB | 353/636 kB error 03-Jan-2023 03:10:50 Progress (2): 11/12 MB | 357/636 kB error 03-Jan-2023 03:10:50 Progress (2): 11/12 MB | 361/636 kB error 03-Jan-2023 03:10:50 Progress (2): 11/12 MB | 365/636 kB error 03-Jan-2023 03:10:50 Progress (2): 11/12 MB | 369/636 kB error 03-Jan-2023 03:10:50 Progress (2): 11/12 MB | 374/636 kB error 03-Jan-2023 03:10:50 Progress (2): 11/12 MB | 376/636 kB error 03-Jan-2023 03:10:50 Progress (2): 11/12 MB | 380/636 kB error 03-Jan-2023 03:10:50 Progress (2): 11/12 MB | 384/636 kB error 03-Jan-2023 03:10:50 Progress (2): 11/12 MB | 386/636 kB error 03-Jan-2023 03:10:50 Progress (2): 11/12 MB | 390/636 kB error 03-Jan-2023 03:10:50 Progress (2): 11/12 MB | 395/636 kB error 03-Jan-2023 03:10:50 Progress (2): 11/12 MB | 399/636 kB error 03-Jan-2023 03:10:50 Progress (2): 11/12 MB | 403/636 kB error 03-Jan-2023 03:10:50 Progress (2): 11/12 MB | 407/636 kB error 03-Jan-2023 03:10:50 Progress (2): 11/12 MB | 407/636 kB error 03-Jan-2023 03:10:50 Progress (2): 11/12 MB | 411/636 kB error 03-Jan-2023 03:10:50 Progress (2): 11/12 MB | 415/636 kB error 03-Jan-2023 03:10:50 Progress (2): 11/12 MB | 419/636 kB error 03-Jan-2023 03:10:50 Progress (2): 11/12 MB | 422/636 kB error 03-Jan-2023 03:10:50 Progress (2): 11/12 MB | 426/636 kB error 03-Jan-2023 03:10:50 Progress (2): 11/12 MB | 430/636 kB error 03-Jan-2023 03:10:50 Progress (2): 11/12 MB | 434/636 kB error 03-Jan-2023 03:10:50 Progress (2): 11/12 MB | 438/636 kB error 03-Jan-2023 03:10:50 Progress (2): 11/12 MB | 442/636 kB error 03-Jan-2023 03:10:50 Progress (2): 11/12 MB | 446/636 kB error 03-Jan-2023 03:10:50 Progress (2): 11/12 MB | 449/636 kB error 03-Jan-2023 03:10:50 Progress (2): 11/12 MB | 453/636 kB error 03-Jan-2023 03:10:50 Progress (2): 11/12 MB | 458/636 kB error 03-Jan-2023 03:10:50 Progress (2): 11/12 MB | 462/636 kB error 03-Jan-2023 03:10:50 Progress (2): 11/12 MB | 466/636 kB error 03-Jan-2023 03:10:50 Progress (2): 11/12 MB | 470/636 kB error 03-Jan-2023 03:10:50 Progress (2): 11/12 MB | 474/636 kB error 03-Jan-2023 03:10:50 Progress (2): 11/12 MB | 478/636 kB error 03-Jan-2023 03:10:50 Progress (2): 11/12 MB | 482/636 kB error 03-Jan-2023 03:10:50 Progress (2): 11/12 MB | 486/636 kB error 03-Jan-2023 03:10:50 Progress (2): 11/12 MB | 490/636 kB error 03-Jan-2023 03:10:50 Progress (2): 11/12 MB | 493/636 kB error 03-Jan-2023 03:10:50 Progress (2): 11/12 MB | 497/636 kB error 03-Jan-2023 03:10:50 Progress (2): 11/12 MB | 501/636 kB error 03-Jan-2023 03:10:50 Progress (2): 11/12 MB | 505/636 kB error 03-Jan-2023 03:10:50 Progress (2): 11/12 MB | 510/636 kB error 03-Jan-2023 03:10:50 Progress (2): 11/12 MB | 512/636 kB error 03-Jan-2023 03:10:50 Progress (2): 11/12 MB | 512/636 kB error 03-Jan-2023 03:10:50 Progress (2): 11/12 MB | 516/636 kB error 03-Jan-2023 03:10:50 Progress (2): 11/12 MB | 521/636 kB error 03-Jan-2023 03:10:50 Progress (2): 11/12 MB | 525/636 kB error 03-Jan-2023 03:10:50 Progress (2): 11/12 MB | 529/636 kB error 03-Jan-2023 03:10:50 Progress (2): 11/12 MB | 533/636 kB error 03-Jan-2023 03:10:50 Progress (2): 11/12 MB | 537/636 kB error 03-Jan-2023 03:10:50 Progress (2): 11/12 MB | 541/636 kB error 03-Jan-2023 03:10:50 Progress (2): 11/12 MB | 545/636 kB error 03-Jan-2023 03:10:50 Progress (2): 11/12 MB | 549/636 kB error 03-Jan-2023 03:10:50 Progress (2): 11/12 MB | 549/636 kB error 03-Jan-2023 03:10:50 Progress (2): 11/12 MB | 553/636 kB error 03-Jan-2023 03:10:50 Progress (2): 11/12 MB | 557/636 kB error 03-Jan-2023 03:10:50 Progress (2): 11/12 MB | 561/636 kB error 03-Jan-2023 03:10:50 Progress (2): 11/12 MB | 566/636 kB error 03-Jan-2023 03:10:50 Progress (2): 11/12 MB | 570/636 kB error 03-Jan-2023 03:10:50 Progress (2): 11/12 MB | 574/636 kB error 03-Jan-2023 03:10:50 Progress (2): 11/12 MB | 574/636 kB error 03-Jan-2023 03:10:50 Progress (2): 11/12 MB | 578/636 kB error 03-Jan-2023 03:10:50 Progress (2): 11/12 MB | 582/636 kB error 03-Jan-2023 03:10:50 Progress (2): 11/12 MB | 584/636 kB error 03-Jan-2023 03:10:50 Progress (2): 11/12 MB | 588/636 kB error 03-Jan-2023 03:10:50 Progress (2): 11/12 MB | 588/636 kB error 03-Jan-2023 03:10:50 Progress (2): 11/12 MB | 593/636 kB error 03-Jan-2023 03:10:50 Progress (2): 11/12 MB | 597/636 kB error 03-Jan-2023 03:10:50 Progress (2): 11/12 MB | 601/636 kB error 03-Jan-2023 03:10:50 Progress (2): 11/12 MB | 605/636 kB error 03-Jan-2023 03:10:50 Progress (2): 11/12 MB | 609/636 kB error 03-Jan-2023 03:10:50 Progress (2): 11/12 MB | 613/636 kB error 03-Jan-2023 03:10:50 Progress (2): 11/12 MB | 617/636 kB error 03-Jan-2023 03:10:50 Progress (2): 11/12 MB | 619/636 kB error 03-Jan-2023 03:10:50 Progress (2): 11/12 MB | 623/636 kB error 03-Jan-2023 03:10:50 Progress (2): 11/12 MB | 627/636 kB error 03-Jan-2023 03:10:50 Progress (2): 11/12 MB | 627/636 kB error 03-Jan-2023 03:10:50 Progress (2): 11/12 MB | 631/636 kB error 03-Jan-2023 03:10:50 Progress (2): 11/12 MB | 636/636 kB error 03-Jan-2023 03:10:50 Progress (2): 11/12 MB | 636 kB error 03-Jan-2023 03:10:50 Progress (2): 11/12 MB | 636 kB error 03-Jan-2023 03:10:50 Progress (2): 12 MB | 636 kB error 03-Jan-2023 03:10:50 error 03-Jan-2023 03:10:50 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/dbunit/dbunit/2.7.2/dbunit-2.7.2.jar (636 kB at 44 kB/s) error 03-Jan-2023 03:10:50 #18 93.13 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/net/sf/ehcache/ehcache/2.10.9.2/ehcache-2.10.9.2.jar (12 MB at 803 kB/s) error 03-Jan-2023 03:10:50 #18 93.42 [INFO] error 03-Jan-2023 03:10:50 #18 93.42 [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ referenceapplication-package --- error 03-Jan-2023 03:10:51 #18 94.02 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-core/2.0.6/maven-core-2.0.6.pom error 03-Jan-2023 03:10:51 #18 94.40 Progress (1): 3.4/6.7 kB error 03-Jan-2023 03:10:51 Progress (1): 6.2/6.7 kB error 03-Jan-2023 03:10:51 Progress (1): 6.7 kB error 03-Jan-2023 03:10:51 error 03-Jan-2023 03:10:51 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-core/2.0.6/maven-core-2.0.6.pom (6.7 kB at 9.6 kB/s) error 03-Jan-2023 03:10:52 #18 94.90 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-plugin-parameter-documenter/2.0.6/maven-plugin-parameter-documenter-2.0.6.pom error 03-Jan-2023 03:10:52 #18 95.08 Progress (1): 1.9 kB error 03-Jan-2023 03:10:52 error 03-Jan-2023 03:10:52 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-plugin-parameter-documenter/2.0.6/maven-plugin-parameter-documenter-2.0.6.pom (1.9 kB at 5.5 kB/s) error 03-Jan-2023 03:10:52 #18 95.39 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/reporting/maven-reporting-api/2.0.6/maven-reporting-api-2.0.6.pom error 03-Jan-2023 03:10:52 #18 95.59 Progress (1): 1.8 kB error 03-Jan-2023 03:10:53 error 03-Jan-2023 03:10:53 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/reporting/maven-reporting-api/2.0.6/maven-reporting-api-2.0.6.pom (1.8 kB at 4.4 kB/s) error 03-Jan-2023 03:10:53 #18 95.84 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/reporting/maven-reporting/2.0.6/maven-reporting-2.0.6.pom error 03-Jan-2023 03:10:53 #18 95.98 Progress (1): 1.4 kB error 03-Jan-2023 03:10:53 error 03-Jan-2023 03:10:53 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/reporting/maven-reporting/2.0.6/maven-reporting-2.0.6.pom (1.4 kB at 5.4 kB/s) error 03-Jan-2023 03:10:53 #18 96.18 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-7/doxia-sink-api-1.0-alpha-7.pom error 03-Jan-2023 03:10:53 #18 96.33 Progress (1): 424 B error 03-Jan-2023 03:10:53 error 03-Jan-2023 03:10:53 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-7/doxia-sink-api-1.0-alpha-7.pom (424 B at 1.3 kB/s) error 03-Jan-2023 03:10:53 #18 96.53 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/doxia/doxia/1.0-alpha-7/doxia-1.0-alpha-7.pom error 03-Jan-2023 03:10:53 #18 96.68 Progress (1): 3.4/3.9 kB error 03-Jan-2023 03:10:53 Progress (1): 3.9 kB error 03-Jan-2023 03:10:53 error 03-Jan-2023 03:10:54 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/doxia/doxia/1.0-alpha-7/doxia-1.0-alpha-7.pom (3.9 kB at 14 kB/s) error 03-Jan-2023 03:10:54 #18 96.87 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-error-diagnostics/2.0.6/maven-error-diagnostics-2.0.6.pom error 03-Jan-2023 03:10:54 #18 97.02 Progress (1): 1.7 kB error 03-Jan-2023 03:10:54 error 03-Jan-2023 03:10:54 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-error-diagnostics/2.0.6/maven-error-diagnostics-2.0.6.pom (1.7 kB at 6.2 kB/s) error 03-Jan-2023 03:10:54 #18 97.18 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/commons-cli/commons-cli/1.0/commons-cli-1.0.pom error 03-Jan-2023 03:10:54 #18 97.33 Progress (1): 2.1 kB error 03-Jan-2023 03:10:54 error 03-Jan-2023 03:10:54 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/commons-cli/commons-cli/1.0/commons-cli-1.0.pom (2.1 kB at 7.4 kB/s) error 03-Jan-2023 03:10:54 #18 97.52 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-plugin-descriptor/2.0.6/maven-plugin-descriptor-2.0.6.pom error 03-Jan-2023 03:10:54 #18 97.69 Progress (1): 2.0 kB error 03-Jan-2023 03:10:55 error 03-Jan-2023 03:10:55 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-plugin-descriptor/2.0.6/maven-plugin-descriptor-2.0.6.pom (2.0 kB at 6.4 kB/s) error 03-Jan-2023 03:10:55 #18 98.06 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-monitor/2.0.6/maven-monitor-2.0.6.pom error 03-Jan-2023 03:10:55 #18 98.21 Progress (1): 1.3 kB error 03-Jan-2023 03:10:55 error 03-Jan-2023 03:10:55 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-monitor/2.0.6/maven-monitor-2.0.6.pom (1.3 kB at 4.5 kB/s) error 03-Jan-2023 03:10:55 #18 98.42 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/shared/maven-filtering/1.1/maven-filtering-1.1.pom error 03-Jan-2023 03:10:55 #18 98.55 Progress (1): 3.4/5.8 kB error 03-Jan-2023 03:10:55 Progress (1): 5.8 kB error 03-Jan-2023 03:10:55 error 03-Jan-2023 03:10:55 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/shared/maven-filtering/1.1/maven-filtering-1.1.pom (5.8 kB at 21 kB/s) error 03-Jan-2023 03:10:56 #18 99.08 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-core/2.0.6/maven-core-2.0.6.jar error 03-Jan-2023 03:10:56 #18 99.09 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/reporting/maven-reporting-api/2.0.6/maven-reporting-api-2.0.6.jar error 03-Jan-2023 03:10:56 #18 99.09 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-plugin-parameter-documenter/2.0.6/maven-plugin-parameter-documenter-2.0.6.jar error 03-Jan-2023 03:10:56 #18 99.10 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-7/doxia-sink-api-1.0-alpha-7.jar error 03-Jan-2023 03:10:56 #18 99.12 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-error-diagnostics/2.0.6/maven-error-diagnostics-2.0.6.jar error 03-Jan-2023 03:10:56 #18 99.31 Progress (1): 3.3/21 kB error 03-Jan-2023 03:10:56 Progress (2): 3.3/21 kB | 3.4/9.9 kB error 03-Jan-2023 03:10:56 Progress (2): 6.1/21 kB | 3.4/9.9 kB error 03-Jan-2023 03:10:56 Progress (3): 6.1/21 kB | 3.4/9.9 kB | 3.4/5.9 kB error 03-Jan-2023 03:10:56 Progress (3): 6.1/21 kB | 3.4/9.9 kB | 5.9 kB error 03-Jan-2023 03:10:56 Progress (4): 6.1/21 kB | 3.4/9.9 kB | 5.9 kB | 3.4/14 kB error 03-Jan-2023 03:10:56 Progress (4): 6.1/21 kB | 3.4/9.9 kB | 5.9 kB | 6.2/14 kB error 03-Jan-2023 03:10:56 Progress (5): 6.1/21 kB | 3.4/9.9 kB | 5.9 kB | 6.2/14 kB | 3.4/152 kB error 03-Jan-2023 03:10:56 Progress (5): 6.1/21 kB | 6.2/9.9 kB | 5.9 kB | 6.2/14 kB | 3.4/152 kB error 03-Jan-2023 03:10:56 Progress (5): 6.1/21 kB | 9.0/9.9 kB | 5.9 kB | 6.2/14 kB | 3.4/152 kB error 03-Jan-2023 03:10:56 Progress (5): 6.1/21 kB | 9.9 kB | 5.9 kB | 6.2/14 kB | 3.4/152 kB error 03-Jan-2023 03:10:56 Progress (5): 8.9/21 kB | 9.9 kB | 5.9 kB | 6.2/14 kB | 3.4/152 kB error 03-Jan-2023 03:10:56 Progress (5): 12/21 kB | 9.9 kB | 5.9 kB | 6.2/14 kB | 3.4/152 kB error 03-Jan-2023 03:10:56 Progress (5): 12/21 kB | 9.9 kB | 5.9 kB | 9.0/14 kB | 3.4/152 kB error 03-Jan-2023 03:10:56 Progress (5): 12/21 kB | 9.9 kB | 5.9 kB | 9.0/14 kB | 6.2/152 kB error 03-Jan-2023 03:10:56 Progress (5): 12/21 kB | 9.9 kB | 5.9 kB | 12/14 kB | 6.2/152 kB error 03-Jan-2023 03:10:56 Progress (5): 12/21 kB | 9.9 kB | 5.9 kB | 12/14 kB | 9.0/152 kB error 03-Jan-2023 03:10:56 Progress (5): 12/21 kB | 9.9 kB | 5.9 kB | 12/14 kB | 12/152 kB error 03-Jan-2023 03:10:56 Progress (5): 15/21 kB | 9.9 kB | 5.9 kB | 12/14 kB | 12/152 kB error 03-Jan-2023 03:10:56 Progress (5): 15/21 kB | 9.9 kB | 5.9 kB | 12/14 kB | 15/152 kB error 03-Jan-2023 03:10:56 Progress (5): 17/21 kB | 9.9 kB | 5.9 kB | 12/14 kB | 15/152 kB error 03-Jan-2023 03:10:56 Progress (5): 20/21 kB | 9.9 kB | 5.9 kB | 12/14 kB | 15/152 kB error 03-Jan-2023 03:10:56 Progress (5): 20/21 kB | 9.9 kB | 5.9 kB | 12/14 kB | 17/152 kB error 03-Jan-2023 03:10:56 Progress (5): 21 kB | 9.9 kB | 5.9 kB | 12/14 kB | 17/152 kB error 03-Jan-2023 03:10:56 Progress (5): 21 kB | 9.9 kB | 5.9 kB | 12/14 kB | 20/152 kB error 03-Jan-2023 03:10:56 Progress (5): 21 kB | 9.9 kB | 5.9 kB | 14 kB | 20/152 kB error 03-Jan-2023 03:10:56 Progress (5): 21 kB | 9.9 kB | 5.9 kB | 14 kB | 23/152 kB error 03-Jan-2023 03:10:56 Progress (5): 21 kB | 9.9 kB | 5.9 kB | 14 kB | 26/152 kB error 03-Jan-2023 03:10:56 Progress (5): 21 kB | 9.9 kB | 5.9 kB | 14 kB | 29/152 kB error 03-Jan-2023 03:10:56 Progress (5): 21 kB | 9.9 kB | 5.9 kB | 14 kB | 31/152 kB error 03-Jan-2023 03:10:56 Progress (5): 21 kB | 9.9 kB | 5.9 kB | 14 kB | 34/152 kB error 03-Jan-2023 03:10:56 Progress (5): 21 kB | 9.9 kB | 5.9 kB | 14 kB | 37/152 kB error 03-Jan-2023 03:10:56 Progress (5): 21 kB | 9.9 kB | 5.9 kB | 14 kB | 40/152 kB error 03-Jan-2023 03:10:56 Progress (5): 21 kB | 9.9 kB | 5.9 kB | 14 kB | 43/152 kB error 03-Jan-2023 03:10:56 Progress (5): 21 kB | 9.9 kB | 5.9 kB | 14 kB | 45/152 kB error 03-Jan-2023 03:10:56 Progress (5): 21 kB | 9.9 kB | 5.9 kB | 14 kB | 48/152 kB error 03-Jan-2023 03:10:56 Progress (5): 21 kB | 9.9 kB | 5.9 kB | 14 kB | 51/152 kB error 03-Jan-2023 03:10:56 Progress (5): 21 kB | 9.9 kB | 5.9 kB | 14 kB | 54/152 kB error 03-Jan-2023 03:10:56 Progress (5): 21 kB | 9.9 kB | 5.9 kB | 14 kB | 57/152 kB error 03-Jan-2023 03:10:56 Progress (5): 21 kB | 9.9 kB | 5.9 kB | 14 kB | 59/152 kB error 03-Jan-2023 03:10:56 Progress (5): 21 kB | 9.9 kB | 5.9 kB | 14 kB | 62/152 kB error 03-Jan-2023 03:10:56 Progress (5): 21 kB | 9.9 kB | 5.9 kB | 14 kB | 65/152 kB error 03-Jan-2023 03:10:56 Progress (5): 21 kB | 9.9 kB | 5.9 kB | 14 kB | 68/152 kB error 03-Jan-2023 03:10:56 Progress (5): 21 kB | 9.9 kB | 5.9 kB | 14 kB | 71/152 kB error 03-Jan-2023 03:10:56 Progress (5): 21 kB | 9.9 kB | 5.9 kB | 14 kB | 73/152 kB error 03-Jan-2023 03:10:56 Progress (5): 21 kB | 9.9 kB | 5.9 kB | 14 kB | 76/152 kB error 03-Jan-2023 03:10:56 Progress (5): 21 kB | 9.9 kB | 5.9 kB | 14 kB | 79/152 kB error 03-Jan-2023 03:10:56 Progress (5): 21 kB | 9.9 kB | 5.9 kB | 14 kB | 82/152 kB error 03-Jan-2023 03:10:56 Progress (5): 21 kB | 9.9 kB | 5.9 kB | 14 kB | 85/152 kB error 03-Jan-2023 03:10:56 Progress (5): 21 kB | 9.9 kB | 5.9 kB | 14 kB | 87/152 kB error 03-Jan-2023 03:10:56 Progress (5): 21 kB | 9.9 kB | 5.9 kB | 14 kB | 90/152 kB error 03-Jan-2023 03:10:56 Progress (5): 21 kB | 9.9 kB | 5.9 kB | 14 kB | 93/152 kB error 03-Jan-2023 03:10:56 Progress (5): 21 kB | 9.9 kB | 5.9 kB | 14 kB | 96/152 kB error 03-Jan-2023 03:10:56 Progress (5): 21 kB | 9.9 kB | 5.9 kB | 14 kB | 99/152 kB error 03-Jan-2023 03:10:56 Progress (5): 21 kB | 9.9 kB | 5.9 kB | 14 kB | 101/152 kB error 03-Jan-2023 03:10:56 Progress (5): 21 kB | 9.9 kB | 5.9 kB | 14 kB | 104/152 kB error 03-Jan-2023 03:10:56 Progress (5): 21 kB | 9.9 kB | 5.9 kB | 14 kB | 107/152 kB error 03-Jan-2023 03:10:56 Progress (5): 21 kB | 9.9 kB | 5.9 kB | 14 kB | 110/152 kB error 03-Jan-2023 03:10:56 Progress (5): 21 kB | 9.9 kB | 5.9 kB | 14 kB | 113/152 kB error 03-Jan-2023 03:10:56 Progress (5): 21 kB | 9.9 kB | 5.9 kB | 14 kB | 115/152 kB error 03-Jan-2023 03:10:56 Progress (5): 21 kB | 9.9 kB | 5.9 kB | 14 kB | 118/152 kB error 03-Jan-2023 03:10:56 Progress (5): 21 kB | 9.9 kB | 5.9 kB | 14 kB | 121/152 kB error 03-Jan-2023 03:10:56 Progress (5): 21 kB | 9.9 kB | 5.9 kB | 14 kB | 124/152 kB error 03-Jan-2023 03:10:56 Progress (5): 21 kB | 9.9 kB | 5.9 kB | 14 kB | 127/152 kB error 03-Jan-2023 03:10:56 Progress (5): 21 kB | 9.9 kB | 5.9 kB | 14 kB | 129/152 kB error 03-Jan-2023 03:10:56 Progress (5): 21 kB | 9.9 kB | 5.9 kB | 14 kB | 132/152 kB error 03-Jan-2023 03:10:56 Progress (5): 21 kB | 9.9 kB | 5.9 kB | 14 kB | 135/152 kB error 03-Jan-2023 03:10:56 Progress (5): 21 kB | 9.9 kB | 5.9 kB | 14 kB | 138/152 kB error 03-Jan-2023 03:10:56 Progress (5): 21 kB | 9.9 kB | 5.9 kB | 14 kB | 141/152 kB error 03-Jan-2023 03:10:56 Progress (5): 21 kB | 9.9 kB | 5.9 kB | 14 kB | 143/152 kB error 03-Jan-2023 03:10:56 Progress (5): 21 kB | 9.9 kB | 5.9 kB | 14 kB | 146/152 kB error 03-Jan-2023 03:10:56 Progress (5): 21 kB | 9.9 kB | 5.9 kB | 14 kB | 149/152 kB error 03-Jan-2023 03:10:56 Progress (5): 21 kB | 9.9 kB | 5.9 kB | 14 kB | 152 kB error 03-Jan-2023 03:10:56 error 03-Jan-2023 03:10:56 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-7/doxia-sink-api-1.0-alpha-7.jar (5.9 kB at 12 kB/s) error 03-Jan-2023 03:10:56 #18 99.58 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-plugin-parameter-documenter/2.0.6/maven-plugin-parameter-documenter-2.0.6.jar (21 kB at 41 kB/s) error 03-Jan-2023 03:10:56 #18 99.58 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/reporting/maven-reporting-api/2.0.6/maven-reporting-api-2.0.6.jar (9.9 kB at 20 kB/s) error 03-Jan-2023 03:10:56 #18 99.58 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-error-diagnostics/2.0.6/maven-error-diagnostics-2.0.6.jar (14 kB at 28 kB/s) error 03-Jan-2023 03:10:56 #18 99.58 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/commons-cli/commons-cli/1.0/commons-cli-1.0.jar error 03-Jan-2023 03:10:56 #18 99.59 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-plugin-descriptor/2.0.6/maven-plugin-descriptor-2.0.6.jar error 03-Jan-2023 03:10:56 #18 99.59 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/classworlds/classworlds/1.1/classworlds-1.1.jar error 03-Jan-2023 03:10:56 #18 99.59 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-monitor/2.0.6/maven-monitor-2.0.6.jar error 03-Jan-2023 03:10:56 #18 99.67 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-core/2.0.6/maven-core-2.0.6.jar (152 kB at 245 kB/s) error 03-Jan-2023 03:10:56 #18 99.67 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/shared/maven-filtering/1.1/maven-filtering-1.1.jar error 03-Jan-2023 03:10:56 #18 99.73 Progress (1): 3.4/38 kB error 03-Jan-2023 03:10:57 Progress (2): 3.4/38 kB | 3.4/10 kB error 03-Jan-2023 03:10:57 Progress (3): 3.4/38 kB | 3.4/10 kB | 3.4/37 kB error 03-Jan-2023 03:10:57 Progress (3): 6.2/38 kB | 3.4/10 kB | 3.4/37 kB error 03-Jan-2023 03:10:57 Progress (3): 9.0/38 kB | 3.4/10 kB | 3.4/37 kB error 03-Jan-2023 03:10:57 Progress (3): 12/38 kB | 3.4/10 kB | 3.4/37 kB error 03-Jan-2023 03:10:57 Progress (3): 15/38 kB | 3.4/10 kB | 3.4/37 kB error 03-Jan-2023 03:10:57 Progress (3): 15/38 kB | 3.4/10 kB | 6.2/37 kB error 03-Jan-2023 03:10:57 Progress (3): 15/38 kB | 3.4/10 kB | 9.0/37 kB error 03-Jan-2023 03:10:57 Progress (3): 17/38 kB | 3.4/10 kB | 9.0/37 kB error 03-Jan-2023 03:10:57 Progress (3): 20/38 kB | 3.4/10 kB | 9.0/37 kB error 03-Jan-2023 03:10:57 Progress (3): 23/38 kB | 3.4/10 kB | 9.0/37 kB error 03-Jan-2023 03:10:57 Progress (3): 23/38 kB | 3.4/10 kB | 12/37 kB error 03-Jan-2023 03:10:57 Progress (3): 23/38 kB | 3.4/10 kB | 15/37 kB error 03-Jan-2023 03:10:57 Progress (3): 23/38 kB | 3.4/10 kB | 17/37 kB error 03-Jan-2023 03:10:57 Progress (4): 23/38 kB | 3.4/10 kB | 17/37 kB | 3.4/30 kB error 03-Jan-2023 03:10:57 Progress (4): 23/38 kB | 3.4/10 kB | 20/37 kB | 3.4/30 kB error 03-Jan-2023 03:10:57 Progress (4): 23/38 kB | 3.4/10 kB | 23/37 kB | 3.4/30 kB error 03-Jan-2023 03:10:57 Progress (4): 23/38 kB | 3.4/10 kB | 26/37 kB | 3.4/30 kB error 03-Jan-2023 03:10:57 Progress (4): 23/38 kB | 3.4/10 kB | 29/37 kB | 3.4/30 kB error 03-Jan-2023 03:10:57 Progress (4): 23/38 kB | 3.4/10 kB | 31/37 kB | 3.4/30 kB error 03-Jan-2023 03:10:57 Progress (4): 23/38 kB | 3.4/10 kB | 34/37 kB | 3.4/30 kB error 03-Jan-2023 03:10:57 Progress (4): 23/38 kB | 6.2/10 kB | 34/37 kB | 3.4/30 kB error 03-Jan-2023 03:10:57 Progress (5): 23/38 kB | 6.2/10 kB | 34/37 kB | 3.4/30 kB | 3.4/43 kB error 03-Jan-2023 03:10:57 Progress (5): 23/38 kB | 6.2/10 kB | 34/37 kB | 3.4/30 kB | 6.2/43 kB error 03-Jan-2023 03:10:57 Progress (5): 23/38 kB | 9.0/10 kB | 34/37 kB | 3.4/30 kB | 6.2/43 kB error 03-Jan-2023 03:10:57 Progress (5): 23/38 kB | 9.0/10 kB | 37 kB | 3.4/30 kB | 6.2/43 kB error 03-Jan-2023 03:10:57 Progress (5): 23/38 kB | 9.0/10 kB | 37 kB | 6.2/30 kB | 6.2/43 kB error 03-Jan-2023 03:10:57 Progress (5): 23/38 kB | 10 kB | 37 kB | 6.2/30 kB | 6.2/43 kB error 03-Jan-2023 03:10:57 Progress (5): 26/38 kB | 10 kB | 37 kB | 6.2/30 kB | 6.2/43 kB error 03-Jan-2023 03:10:57 Progress (5): 26/38 kB | 10 kB | 37 kB | 9.0/30 kB | 6.2/43 kB error 03-Jan-2023 03:10:57 Progress (5): 26/38 kB | 10 kB | 37 kB | 9.0/30 kB | 9.0/43 kB error 03-Jan-2023 03:10:57 Progress (5): 29/38 kB | 10 kB | 37 kB | 9.0/30 kB | 9.0/43 kB error 03-Jan-2023 03:10:57 Progress (5): 29/38 kB | 10 kB | 37 kB | 9.0/30 kB | 12/43 kB error 03-Jan-2023 03:10:57 Progress (5): 29/38 kB | 10 kB | 37 kB | 9.0/30 kB | 15/43 kB error 03-Jan-2023 03:10:57 Progress (5): 31/38 kB | 10 kB | 37 kB | 9.0/30 kB | 15/43 kB error 03-Jan-2023 03:10:57 Progress (5): 31/38 kB | 10 kB | 37 kB | 9.0/30 kB | 17/43 kB error 03-Jan-2023 03:10:57 Progress (5): 31/38 kB | 10 kB | 37 kB | 9.0/30 kB | 20/43 kB error 03-Jan-2023 03:10:57 Progress (5): 31/38 kB | 10 kB | 37 kB | 12/30 kB | 20/43 kB error 03-Jan-2023 03:10:57 Progress (5): 34/38 kB | 10 kB | 37 kB | 12/30 kB | 20/43 kB error 03-Jan-2023 03:10:57 Progress (5): 34/38 kB | 10 kB | 37 kB | 15/30 kB | 20/43 kB error 03-Jan-2023 03:10:57 Progress (5): 37/38 kB | 10 kB | 37 kB | 15/30 kB | 20/43 kB error 03-Jan-2023 03:10:57 Progress (5): 37/38 kB | 10 kB | 37 kB | 15/30 kB | 23/43 kB error 03-Jan-2023 03:10:57 Progress (5): 37/38 kB | 10 kB | 37 kB | 17/30 kB | 23/43 kB error 03-Jan-2023 03:10:57 Progress (5): 38 kB | 10 kB | 37 kB | 17/30 kB | 23/43 kB error 03-Jan-2023 03:10:57 Progress (5): 38 kB | 10 kB | 37 kB | 17/30 kB | 26/43 kB error 03-Jan-2023 03:10:57 Progress (5): 38 kB | 10 kB | 37 kB | 20/30 kB | 26/43 kB error 03-Jan-2023 03:10:57 Progress (5): 38 kB | 10 kB | 37 kB | 20/30 kB | 29/43 kB error 03-Jan-2023 03:10:57 Progress (5): 38 kB | 10 kB | 37 kB | 23/30 kB | 29/43 kB error 03-Jan-2023 03:10:57 Progress (5): 38 kB | 10 kB | 37 kB | 26/30 kB | 29/43 kB error 03-Jan-2023 03:10:57 Progress (5): 38 kB | 10 kB | 37 kB | 29/30 kB | 29/43 kB error 03-Jan-2023 03:10:57 Progress (5): 38 kB | 10 kB | 37 kB | 29/30 kB | 31/43 kB error 03-Jan-2023 03:10:57 Progress (5): 38 kB | 10 kB | 37 kB | 29/30 kB | 34/43 kB error 03-Jan-2023 03:10:57 Progress (5): 38 kB | 10 kB | 37 kB | 30 kB | 34/43 kB error 03-Jan-2023 03:10:57 Progress (5): 38 kB | 10 kB | 37 kB | 30 kB | 37/43 kB error 03-Jan-2023 03:10:57 Progress (5): 38 kB | 10 kB | 37 kB | 30 kB | 40/43 kB error 03-Jan-2023 03:10:57 Progress (5): 38 kB | 10 kB | 37 kB | 30 kB | 43/43 kB error 03-Jan-2023 03:10:57 Progress (5): 38 kB | 10 kB | 37 kB | 30 kB | 43 kB error 03-Jan-2023 03:10:57 error 03-Jan-2023 03:10:57 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/commons-cli/commons-cli/1.0/commons-cli-1.0.jar (30 kB at 23 kB/s) error 03-Jan-2023 03:10:57 #18 100.4 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/shared/maven-filtering/1.1/maven-filtering-1.1.jar (43 kB at 33 kB/s) error 03-Jan-2023 03:10:57 #18 100.4 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-plugin-descriptor/2.0.6/maven-plugin-descriptor-2.0.6.jar (37 kB at 28 kB/s) error 03-Jan-2023 03:10:57 #18 100.4 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-monitor/2.0.6/maven-monitor-2.0.6.jar (10 kB at 7.9 kB/s) error 03-Jan-2023 03:10:57 #18 100.4 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/classworlds/classworlds/1.1/classworlds-1.1.jar (38 kB at 29 kB/s) error 03-Jan-2023 03:10:58 #18 101.3 [INFO] Using 'UTF-8' encoding to copy filtered resources. error 03-Jan-2023 03:10:58 #18 101.4 [INFO] Copying 1 resource error 03-Jan-2023 03:10:58 #18 101.4 [INFO] Copying 2 resources error 03-Jan-2023 03:10:58 #18 101.5 [INFO] skip non existing resourceDirectory /app/package/src/main/webapp error 03-Jan-2023 03:10:58 #18 101.6 [INFO] error 03-Jan-2023 03:10:58 #18 101.6 [INFO] --- openmrs-sdk-maven-plugin:4.5.0:build-distro (build-distro) @ referenceapplication-package --- error 03-Jan-2023 03:11:00 #18 ... error 03-Jan-2023 03:11:00 error 03-Jan-2023 03:11:00 #21 [linux/amd64 dev 4/4] RUN mvn -s /usr/share/maven/ref/settings-docker.xml install error 03-Jan-2023 03:11:00 #21 93.06 Progress (1): 3.3/9.2 kB error 03-Jan-2023 03:11:00 Progress (1): 6.1/9.2 kB error 03-Jan-2023 03:11:00 Progress (1): 8.9/9.2 kB error 03-Jan-2023 03:11:00 Progress (1): 9.2 kB error 03-Jan-2023 03:11:00 error 03-Jan-2023 03:11:00 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/adminui-omod/1.6.0/adminui-omod-1.6.0.pom (9.2 kB at 42 kB/s) error 03-Jan-2023 03:11:00 #21 93.17 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/adminui/1.6.0/adminui-1.6.0.pom error 03-Jan-2023 03:11:00 #21 93.28 Progress (1): 3.3/7.2 kB error 03-Jan-2023 03:11:00 Progress (1): 6.1/7.2 kB error 03-Jan-2023 03:11:00 Progress (1): 7.2 kB error 03-Jan-2023 03:11:00 error 03-Jan-2023 03:11:00 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/adminui/1.6.0/adminui-1.6.0.pom (7.2 kB at 33 kB/s) error 03-Jan-2023 03:11:00 #21 93.39 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/adminui-omod/1.6.0/adminui-omod-1.6.0.jar error 03-Jan-2023 03:11:00 #21 93.67 Progress (1): 4.1/257 kB error 03-Jan-2023 03:11:00 Progress (1): 8.2/257 kB error 03-Jan-2023 03:11:00 Progress (1): 12/257 kB error 03-Jan-2023 03:11:00 Progress (1): 16/257 kB error 03-Jan-2023 03:11:00 Progress (1): 20/257 kB error 03-Jan-2023 03:11:00 Progress (1): 24/257 kB error 03-Jan-2023 03:11:00 Progress (1): 28/257 kB error 03-Jan-2023 03:11:00 Progress (1): 32/257 kB error 03-Jan-2023 03:11:00 Progress (1): 36/257 kB error 03-Jan-2023 03:11:00 Progress (1): 40/257 kB error 03-Jan-2023 03:11:00 Progress (1): 44/257 kB error 03-Jan-2023 03:11:00 Progress (1): 48/257 kB error 03-Jan-2023 03:11:00 Progress (1): 51/257 kB error 03-Jan-2023 03:11:00 Progress (1): 55/257 kB error 03-Jan-2023 03:11:00 Progress (1): 59/257 kB error 03-Jan-2023 03:11:00 Progress (1): 63/257 kB error 03-Jan-2023 03:11:00 Progress (1): 67/257 kB error 03-Jan-2023 03:11:00 Progress (1): 71/257 kB error 03-Jan-2023 03:11:00 Progress (1): 75/257 kB error 03-Jan-2023 03:11:00 Progress (1): 79/257 kB error 03-Jan-2023 03:11:00 Progress (1): 83/257 kB error 03-Jan-2023 03:11:00 Progress (1): 85/257 kB error 03-Jan-2023 03:11:00 Progress (1): 89/257 kB error 03-Jan-2023 03:11:00 Progress (1): 94/257 kB error 03-Jan-2023 03:11:00 Progress (1): 98/257 kB error 03-Jan-2023 03:11:00 Progress (1): 102/257 kB error 03-Jan-2023 03:11:00 Progress (1): 106/257 kB error 03-Jan-2023 03:11:00 Progress (1): 110/257 kB error 03-Jan-2023 03:11:00 Progress (1): 114/257 kB error 03-Jan-2023 03:11:00 Progress (1): 116/257 kB error 03-Jan-2023 03:11:00 Progress (1): 120/257 kB error 03-Jan-2023 03:11:00 Progress (1): 125/257 kB error 03-Jan-2023 03:11:00 Progress (1): 129/257 kB error 03-Jan-2023 03:11:00 Progress (1): 133/257 kB error 03-Jan-2023 03:11:00 Progress (1): 137/257 kB error 03-Jan-2023 03:11:00 Progress (1): 141/257 kB error 03-Jan-2023 03:11:00 Progress (1): 145/257 kB error 03-Jan-2023 03:11:00 Progress (1): 149/257 kB error 03-Jan-2023 03:11:00 Progress (1): 153/257 kB error 03-Jan-2023 03:11:00 Progress (1): 157/257 kB error 03-Jan-2023 03:11:00 Progress (1): 160/257 kB error 03-Jan-2023 03:11:00 Progress (1): 164/257 kB error 03-Jan-2023 03:11:00 Progress (1): 168/257 kB error 03-Jan-2023 03:11:00 Progress (1): 172/257 kB error 03-Jan-2023 03:11:00 Progress (1): 177/257 kB error 03-Jan-2023 03:11:00 Progress (1): 181/257 kB error 03-Jan-2023 03:11:00 Progress (1): 185/257 kB error 03-Jan-2023 03:11:00 Progress (1): 188/257 kB error 03-Jan-2023 03:11:00 Progress (1): 192/257 kB error 03-Jan-2023 03:11:00 Progress (1): 197/257 kB error 03-Jan-2023 03:11:00 Progress (1): 201/257 kB error 03-Jan-2023 03:11:00 Progress (1): 205/257 kB error 03-Jan-2023 03:11:00 Progress (1): 209/257 kB error 03-Jan-2023 03:11:00 Progress (1): 213/257 kB error 03-Jan-2023 03:11:00 Progress (1): 217/257 kB error 03-Jan-2023 03:11:00 Progress (1): 221/257 kB error 03-Jan-2023 03:11:00 Progress (1): 225/257 kB error 03-Jan-2023 03:11:00 Progress (1): 229/257 kB error 03-Jan-2023 03:11:00 Progress (1): 232/257 kB error 03-Jan-2023 03:11:00 Progress (1): 236/257 kB error 03-Jan-2023 03:11:00 Progress (1): 240/257 kB error 03-Jan-2023 03:11:00 Progress (1): 244/257 kB error 03-Jan-2023 03:11:00 Progress (1): 249/257 kB error 03-Jan-2023 03:11:00 Progress (1): 251/257 kB error 03-Jan-2023 03:11:00 Progress (1): 255/257 kB error 03-Jan-2023 03:11:00 Progress (1): 257 kB error 03-Jan-2023 03:11:00 error 03-Jan-2023 03:11:00 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/adminui-omod/1.6.0/adminui-omod-1.6.0.jar (257 kB at 635 kB/s) error 03-Jan-2023 03:11:00 #21 93.80 [INFO] Configured Artifact: org.openmrs.module:registrationcore-omod:1.12.0:jar error 03-Jan-2023 03:11:00 #21 93.80 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/registrationcore-omod/1.12.0/registrationcore-omod-1.12.0.pom error 03-Jan-2023 03:11:00 #21 93.91 Progress (1): 3.3/6.3 kB error 03-Jan-2023 03:11:00 Progress (1): 6.1/6.3 kB error 03-Jan-2023 03:11:00 Progress (1): 6.3 kB error 03-Jan-2023 03:11:00 error 03-Jan-2023 03:11:00 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/registrationcore-omod/1.12.0/registrationcore-omod-1.12.0.pom (6.3 kB at 27 kB/s) error 03-Jan-2023 03:11:00 #21 94.03 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/registrationcore/1.12.0/registrationcore-1.12.0.pom error 03-Jan-2023 03:11:00 #21 94.15 Progress (1): 3.3/7.7 kB error 03-Jan-2023 03:11:00 Progress (1): 6.1/7.7 kB error 03-Jan-2023 03:11:00 Progress (1): 7.7 kB error 03-Jan-2023 03:11:00 error 03-Jan-2023 03:11:00 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/registrationcore/1.12.0/registrationcore-1.12.0.pom (7.7 kB at 33 kB/s) error 03-Jan-2023 03:11:00 #21 94.26 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/registrationcore-omod/1.12.0/registrationcore-omod-1.12.0.jar error 03-Jan-2023 03:11:00 #21 94.37 Progress (1): 3.3/127 kB error 03-Jan-2023 03:11:00 Progress (1): 6.1/127 kB error 03-Jan-2023 03:11:00 Progress (1): 8.9/127 kB error 03-Jan-2023 03:11:00 Progress (1): 12/127 kB error 03-Jan-2023 03:11:00 Progress (1): 14/127 kB error 03-Jan-2023 03:11:00 Progress (1): 17/127 kB error 03-Jan-2023 03:11:00 Progress (1): 20/127 kB error 03-Jan-2023 03:11:00 Progress (1): 23/127 kB error 03-Jan-2023 03:11:00 Progress (1): 26/127 kB error 03-Jan-2023 03:11:00 Progress (1): 29/127 kB error 03-Jan-2023 03:11:00 Progress (1): 31/127 kB error 03-Jan-2023 03:11:00 Progress (1): 34/127 kB error 03-Jan-2023 03:11:00 Progress (1): 37/127 kB error 03-Jan-2023 03:11:00 Progress (1): 40/127 kB error 03-Jan-2023 03:11:00 Progress (1): 43/127 kB error 03-Jan-2023 03:11:00 Progress (1): 45/127 kB error 03-Jan-2023 03:11:00 Progress (1): 48/127 kB error 03-Jan-2023 03:11:00 Progress (1): 51/127 kB error 03-Jan-2023 03:11:00 Progress (1): 54/127 kB error 03-Jan-2023 03:11:00 Progress (1): 56/127 kB error 03-Jan-2023 03:11:00 Progress (1): 59/127 kB error 03-Jan-2023 03:11:00 Progress (1): 62/127 kB error 03-Jan-2023 03:11:00 Progress (1): 65/127 kB error 03-Jan-2023 03:11:00 Progress (1): 68/127 kB error 03-Jan-2023 03:11:00 Progress (1): 70/127 kB error 03-Jan-2023 03:11:00 Progress (1): 73/127 kB error 03-Jan-2023 03:11:00 Progress (1): 76/127 kB error 03-Jan-2023 03:11:00 Progress (1): 79/127 kB error 03-Jan-2023 03:11:00 Progress (1): 82/127 kB error 03-Jan-2023 03:11:00 Progress (1): 84/127 kB error 03-Jan-2023 03:11:00 Progress (1): 87/127 kB error 03-Jan-2023 03:11:00 Progress (1): 90/127 kB error 03-Jan-2023 03:11:00 Progress (1): 93/127 kB error 03-Jan-2023 03:11:00 Progress (1): 96/127 kB error 03-Jan-2023 03:11:00 Progress (1): 98/127 kB error 03-Jan-2023 03:11:00 Progress (1): 101/127 kB error 03-Jan-2023 03:11:00 Progress (1): 104/127 kB error 03-Jan-2023 03:11:00 Progress (1): 107/127 kB error 03-Jan-2023 03:11:00 Progress (1): 110/127 kB error 03-Jan-2023 03:11:00 Progress (1): 112/127 kB error 03-Jan-2023 03:11:00 Progress (1): 115/127 kB error 03-Jan-2023 03:11:00 Progress (1): 118/127 kB error 03-Jan-2023 03:11:00 Progress (1): 121/127 kB error 03-Jan-2023 03:11:00 Progress (1): 124/127 kB error 03-Jan-2023 03:11:00 Progress (1): 126/127 kB error 03-Jan-2023 03:11:00 Progress (1): 127 kB error 03-Jan-2023 03:11:00 error 03-Jan-2023 03:11:00 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/registrationcore-omod/1.12.0/registrationcore-omod-1.12.0.jar (127 kB at 543 kB/s) error 03-Jan-2023 03:11:00 #21 94.50 [INFO] Configured Artifact: org.openmrs.module:appointmentscheduling-omod:1.17.0:jar error 03-Jan-2023 03:11:00 #21 94.51 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/appointmentscheduling-omod/1.17.0/appointmentscheduling-omod-1.17.0.pom error 03-Jan-2023 03:11:00 #21 94.62 Progress (1): 3.3/6.3 kB error 03-Jan-2023 03:11:00 Progress (1): 6.1/6.3 kB error 03-Jan-2023 03:11:00 Progress (1): 6.3 kB error 03-Jan-2023 03:11:00 error 03-Jan-2023 03:11:00 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/appointmentscheduling-omod/1.17.0/appointmentscheduling-omod-1.17.0.pom (6.3 kB at 29 kB/s) error 03-Jan-2023 03:11:00 #21 94.73 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/appointmentscheduling/1.17.0/appointmentscheduling-1.17.0.pom error 03-Jan-2023 03:11:00 #21 94.84 Progress (1): 3.3/6.3 kB error 03-Jan-2023 03:11:00 Progress (1): 6.1/6.3 kB error 03-Jan-2023 03:11:00 Progress (1): 6.3 kB error 03-Jan-2023 03:11:00 error 03-Jan-2023 03:11:00 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/appointmentscheduling/1.17.0/appointmentscheduling-1.17.0.pom (6.3 kB at 29 kB/s) error 03-Jan-2023 03:11:00 #21 94.95 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/appointmentscheduling-omod/1.17.0/appointmentscheduling-omod-1.17.0.jar error 03-Jan-2023 03:11:00 #21 95.22 Progress (1): 0/1.6 MB error 03-Jan-2023 03:11:00 Progress (1): 0/1.6 MB error 03-Jan-2023 03:11:00 Progress (1): 0/1.6 MB error 03-Jan-2023 03:11:00 Progress (1): 0/1.6 MB error 03-Jan-2023 03:11:00 Progress (1): 0/1.6 MB error 03-Jan-2023 03:11:00 Progress (1): 0.1/1.6 MB error 03-Jan-2023 03:11:00 Progress (1): 0.1/1.6 MB error 03-Jan-2023 03:11:00 Progress (1): 0.1/1.6 MB error 03-Jan-2023 03:11:00 Progress (1): 0.1/1.6 MB error 03-Jan-2023 03:11:00 Progress (1): 0.1/1.6 MB error 03-Jan-2023 03:11:00 Progress (1): 0.1/1.6 MB error 03-Jan-2023 03:11:00 Progress (1): 0.1/1.6 MB error 03-Jan-2023 03:11:00 Progress (1): 0.1/1.6 MB error 03-Jan-2023 03:11:00 Progress (1): 0.1/1.6 MB error 03-Jan-2023 03:11:00 Progress (1): 0.1/1.6 MB error 03-Jan-2023 03:11:00 Progress (1): 0.1/1.6 MB error 03-Jan-2023 03:11:00 Progress (1): 0.2/1.6 MB error 03-Jan-2023 03:11:00 Progress (1): 0.2/1.6 MB error 03-Jan-2023 03:11:00 Progress (1): 0.2/1.6 MB error 03-Jan-2023 03:11:00 Progress (1): 0.2/1.6 MB error 03-Jan-2023 03:11:00 Progress (1): 0.2/1.6 MB error 03-Jan-2023 03:11:00 Progress (1): 0.2/1.6 MB error 03-Jan-2023 03:11:00 Progress (1): 0.2/1.6 MB error 03-Jan-2023 03:11:00 Progress (1): 0.2/1.6 MB error 03-Jan-2023 03:11:00 Progress (1): 0.2/1.6 MB error 03-Jan-2023 03:11:00 Progress (1): 0.2/1.6 MB error 03-Jan-2023 03:11:00 Progress (1): 0.2/1.6 MB error 03-Jan-2023 03:11:00 Progress (1): 0.2/1.6 MB error 03-Jan-2023 03:11:00 Progress (1): 0.3/1.6 MB error 03-Jan-2023 03:11:00 Progress (1): 0.3/1.6 MB error 03-Jan-2023 03:11:00 Progress (1): 0.3/1.6 MB error 03-Jan-2023 03:11:00 Progress (1): 0.3/1.6 MB error 03-Jan-2023 03:11:00 Progress (1): 0.3/1.6 MB error 03-Jan-2023 03:11:00 Progress (1): 0.3/1.6 MB error 03-Jan-2023 03:11:00 Progress (1): 0.3/1.6 MB error 03-Jan-2023 03:11:00 Progress (1): 0.3/1.6 MB error 03-Jan-2023 03:11:00 Progress (1): 0.3/1.6 MB error 03-Jan-2023 03:11:00 Progress (1): 0.3/1.6 MB error 03-Jan-2023 03:11:00 Progress (1): 0.3/1.6 MB error 03-Jan-2023 03:11:00 Progress (1): 0.4/1.6 MB error 03-Jan-2023 03:11:00 Progress (1): 0.4/1.6 MB error 03-Jan-2023 03:11:00 Progress (1): 0.4/1.6 MB error 03-Jan-2023 03:11:00 Progress (1): 0.4/1.6 MB error 03-Jan-2023 03:11:00 Progress (1): 0.4/1.6 MB error 03-Jan-2023 03:11:00 Progress (1): 0.4/1.6 MB error 03-Jan-2023 03:11:00 Progress (1): 0.4/1.6 MB error 03-Jan-2023 03:11:00 Progress (1): 0.4/1.6 MB error 03-Jan-2023 03:11:00 Progress (1): 0.4/1.6 MB error 03-Jan-2023 03:11:00 Progress (1): 0.4/1.6 MB error 03-Jan-2023 03:11:00 Progress (1): 0.4/1.6 MB error 03-Jan-2023 03:11:00 Progress (1): 0.5/1.6 MB error 03-Jan-2023 03:11:00 Progress (1): 0.5/1.6 MB error 03-Jan-2023 03:11:00 Progress (1): 0.5/1.6 MB error 03-Jan-2023 03:11:00 Progress (1): 0.5/1.6 MB error 03-Jan-2023 03:11:00 Progress (1): 0.5/1.6 MB error 03-Jan-2023 03:11:00 Progress (1): 0.5/1.6 MB error 03-Jan-2023 03:11:00 Progress (1): 0.5/1.6 MB error 03-Jan-2023 03:11:00 Progress (1): 0.5/1.6 MB error 03-Jan-2023 03:11:00 Progress (1): 0.5/1.6 MB error 03-Jan-2023 03:11:00 Progress (1): 0.5/1.6 MB error 03-Jan-2023 03:11:00 Progress (1): 0.5/1.6 MB error 03-Jan-2023 03:11:00 Progress (1): 0.6/1.6 MB error 03-Jan-2023 03:11:00 Progress (1): 0.6/1.6 MB error 03-Jan-2023 03:11:00 Progress (1): 0.6/1.6 MB error 03-Jan-2023 03:11:00 Progress (1): 0.6/1.6 MB error 03-Jan-2023 03:11:00 Progress (1): 0.6/1.6 MB error 03-Jan-2023 03:11:00 Progress (1): 0.6/1.6 MB error 03-Jan-2023 03:11:00 Progress (1): 0.6/1.6 MB error 03-Jan-2023 03:11:00 Progress (1): 0.6/1.6 MB error 03-Jan-2023 03:11:00 Progress (1): 0.6/1.6 MB error 03-Jan-2023 03:11:00 Progress (1): 0.6/1.6 MB error 03-Jan-2023 03:11:00 Progress (1): 0.6/1.6 MB error 03-Jan-2023 03:11:00 Progress (1): 0.7/1.6 MB error 03-Jan-2023 03:11:00 Progress (1): 0.7/1.6 MB error 03-Jan-2023 03:11:00 Progress (1): 0.7/1.6 MB error 03-Jan-2023 03:11:00 Progress (1): 0.7/1.6 MB error 03-Jan-2023 03:11:00 Progress (1): 0.7/1.6 MB error 03-Jan-2023 03:11:00 Progress (1): 0.7/1.6 MB error 03-Jan-2023 03:11:00 Progress (1): 0.7/1.6 MB error 03-Jan-2023 03:11:00 Progress (1): 0.7/1.6 MB error 03-Jan-2023 03:11:00 Progress (1): 0.7/1.6 MB error 03-Jan-2023 03:11:00 Progress (1): 0.7/1.6 MB error 03-Jan-2023 03:11:00 Progress (1): 0.7/1.6 MB error 03-Jan-2023 03:11:00 Progress (1): 0.8/1.6 MB error 03-Jan-2023 03:11:00 Progress (1): 0.8/1.6 MB error 03-Jan-2023 03:11:00 Progress (1): 0.8/1.6 MB error 03-Jan-2023 03:11:00 Progress (1): 0.8/1.6 MB error 03-Jan-2023 03:11:00 Progress (1): 0.8/1.6 MB error 03-Jan-2023 03:11:00 Progress (1): 0.8/1.6 MB error 03-Jan-2023 03:11:00 Progress (1): 0.8/1.6 MB error 03-Jan-2023 03:11:00 Progress (1): 0.8/1.6 MB error 03-Jan-2023 03:11:00 Progress (1): 0.8/1.6 MB error 03-Jan-2023 03:11:00 Progress (1): 0.8/1.6 MB error 03-Jan-2023 03:11:00 Progress (1): 0.8/1.6 MB error 03-Jan-2023 03:11:00 Progress (1): 0.9/1.6 MB error 03-Jan-2023 03:11:00 Progress (1): 0.9/1.6 MB error 03-Jan-2023 03:11:00 Progress (1): 0.9/1.6 MB error 03-Jan-2023 03:11:00 Progress (1): 0.9/1.6 MB error 03-Jan-2023 03:11:00 Progress (1): 0.9/1.6 MB error 03-Jan-2023 03:11:00 Progress (1): 0.9/1.6 MB error 03-Jan-2023 03:11:00 Progress (1): 0.9/1.6 MB error 03-Jan-2023 03:11:00 Progress (1): 0.9/1.6 MB error 03-Jan-2023 03:11:00 Progress (1): 0.9/1.6 MB error 03-Jan-2023 03:11:00 Progress (1): 0.9/1.6 MB error 03-Jan-2023 03:11:00 Progress (1): 0.9/1.6 MB error 03-Jan-2023 03:11:00 Progress (1): 0.9/1.6 MB error 03-Jan-2023 03:11:00 Progress (1): 1.0/1.6 MB error 03-Jan-2023 03:11:00 Progress (1): 1.0/1.6 MB error 03-Jan-2023 03:11:00 Progress (1): 1.0/1.6 MB error 03-Jan-2023 03:11:00 Progress (1): 1.0/1.6 MB error 03-Jan-2023 03:11:00 Progress (1): 1.0/1.6 MB error 03-Jan-2023 03:11:00 Progress (1): 1.0/1.6 MB error 03-Jan-2023 03:11:00 Progress (1): 1.0/1.6 MB error 03-Jan-2023 03:11:00 Progress (1): 1.0/1.6 MB error 03-Jan-2023 03:11:00 Progress (1): 1.0/1.6 MB error 03-Jan-2023 03:11:00 Progress (1): 1.0/1.6 MB error 03-Jan-2023 03:11:00 Progress (1): 1.0/1.6 MB error 03-Jan-2023 03:11:00 Progress (1): 1.1/1.6 MB error 03-Jan-2023 03:11:00 Progress (1): 1.1/1.6 MB error 03-Jan-2023 03:11:00 Progress (1): 1.1/1.6 MB error 03-Jan-2023 03:11:00 Progress (1): 1.1/1.6 MB error 03-Jan-2023 03:11:00 Progress (1): 1.1/1.6 MB error 03-Jan-2023 03:11:00 Progress (1): 1.1/1.6 MB error 03-Jan-2023 03:11:00 Progress (1): 1.1/1.6 MB error 03-Jan-2023 03:11:00 Progress (1): 1.1/1.6 MB error 03-Jan-2023 03:11:00 Progress (1): 1.1/1.6 MB error 03-Jan-2023 03:11:00 Progress (1): 1.1/1.6 MB error 03-Jan-2023 03:11:00 Progress (1): 1.1/1.6 MB error 03-Jan-2023 03:11:00 Progress (1): 1.1/1.6 MB error 03-Jan-2023 03:11:00 Progress (1): 1.2/1.6 MB error 03-Jan-2023 03:11:00 Progress (1): 1.2/1.6 MB error 03-Jan-2023 03:11:00 Progress (1): 1.2/1.6 MB error 03-Jan-2023 03:11:00 Progress (1): 1.2/1.6 MB error 03-Jan-2023 03:11:00 Progress (1): 1.2/1.6 MB error 03-Jan-2023 03:11:00 Progress (1): 1.2/1.6 MB error 03-Jan-2023 03:11:00 Progress (1): 1.2/1.6 MB error 03-Jan-2023 03:11:00 Progress (1): 1.2/1.6 MB error 03-Jan-2023 03:11:00 Progress (1): 1.2/1.6 MB error 03-Jan-2023 03:11:00 Progress (1): 1.2/1.6 MB error 03-Jan-2023 03:11:00 Progress (1): 1.2/1.6 MB error 03-Jan-2023 03:11:00 Progress (1): 1.3/1.6 MB error 03-Jan-2023 03:11:00 Progress (1): 1.3/1.6 MB error 03-Jan-2023 03:11:00 Progress (1): 1.3/1.6 MB error 03-Jan-2023 03:11:00 Progress (1): 1.3/1.6 MB error 03-Jan-2023 03:11:00 Progress (1): 1.3/1.6 MB error 03-Jan-2023 03:11:00 Progress (1): 1.3/1.6 MB error 03-Jan-2023 03:11:00 Progress (1): 1.3/1.6 MB error 03-Jan-2023 03:11:00 Progress (1): 1.3/1.6 MB error 03-Jan-2023 03:11:00 Progress (1): 1.3/1.6 MB error 03-Jan-2023 03:11:00 Progress (1): 1.3/1.6 MB error 03-Jan-2023 03:11:00 Progress (1): 1.3/1.6 MB error 03-Jan-2023 03:11:00 Progress (1): 1.3/1.6 MB error 03-Jan-2023 03:11:00 Progress (1): 1.4/1.6 MB error 03-Jan-2023 03:11:00 Progress (1): 1.4/1.6 MB error 03-Jan-2023 03:11:00 Progress (1): 1.4/1.6 MB error 03-Jan-2023 03:11:00 Progress (1): 1.4/1.6 MB error 03-Jan-2023 03:11:00 Progress (1): 1.4/1.6 MB error 03-Jan-2023 03:11:00 Progress (1): 1.4/1.6 MB error 03-Jan-2023 03:11:00 Progress (1): 1.4/1.6 MB error 03-Jan-2023 03:11:00 Progress (1): 1.4/1.6 MB error 03-Jan-2023 03:11:00 Progress (1): 1.4/1.6 MB error 03-Jan-2023 03:11:00 Progress (1): 1.4/1.6 MB error 03-Jan-2023 03:11:00 Progress (1): 1.4/1.6 MB error 03-Jan-2023 03:11:00 Progress (1): 1.5/1.6 MB error 03-Jan-2023 03:11:00 Progress (1): 1.5/1.6 MB error 03-Jan-2023 03:11:00 Progress (1): 1.5/1.6 MB error 03-Jan-2023 03:11:00 Progress (1): 1.5/1.6 MB error 03-Jan-2023 03:11:00 Progress (1): 1.5/1.6 MB error 03-Jan-2023 03:11:00 Progress (1): 1.5/1.6 MB error 03-Jan-2023 03:11:00 Progress (1): 1.5/1.6 MB error 03-Jan-2023 03:11:00 Progress (1): 1.5/1.6 MB error 03-Jan-2023 03:11:00 Progress (1): 1.5/1.6 MB error 03-Jan-2023 03:11:00 Progress (1): 1.5/1.6 MB error 03-Jan-2023 03:11:00 Progress (1): 1.5/1.6 MB error 03-Jan-2023 03:11:00 Progress (1): 1.6/1.6 MB error 03-Jan-2023 03:11:00 Progress (1): 1.6/1.6 MB error 03-Jan-2023 03:11:00 Progress (1): 1.6 MB error 03-Jan-2023 03:11:00 error 03-Jan-2023 03:11:00 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/appointmentscheduling-omod/1.17.0/appointmentscheduling-omod-1.17.0.jar (1.6 MB at 3.2 MB/s) error 03-Jan-2023 03:11:00 #21 95.44 [INFO] Configured Artifact: org.openmrs.module:atlas-omod:2.2.6:omod error 03-Jan-2023 03:11:00 #21 95.45 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/atlas-omod/2.2.6/atlas-omod-2.2.6.pom error 03-Jan-2023 03:11:00 #21 95.57 Downloading from central: https://repo.maven.apache.org/maven2/org/openmrs/module/atlas-omod/2.2.6/atlas-omod-2.2.6.pom error 03-Jan-2023 03:11:00 #21 95.65 [WARNING] The POM for org.openmrs.module:atlas-omod:omod:2.2.6 is missing, no dependency information available error 03-Jan-2023 03:11:00 #21 95.65 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/atlas-omod/2.2.6/atlas-omod-2.2.6.omod error 03-Jan-2023 03:11:00 #21 95.76 Progress (1): 3.3/9.6 kB error 03-Jan-2023 03:11:00 Progress (1): 6.1/9.6 kB error 03-Jan-2023 03:11:00 Progress (1): 8.9/9.6 kB error 03-Jan-2023 03:11:00 Progress (1): 9.6 kB error 03-Jan-2023 03:11:00 error 03-Jan-2023 03:11:00 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/atlas-omod/2.2.6/atlas-omod-2.2.6.omod (9.6 kB at 41 kB/s) error 03-Jan-2023 03:11:00 #21 95.88 [INFO] Configured Artifact: org.openmrs.module:calculation-omod:1.3.0:jar error 03-Jan-2023 03:11:00 #21 95.88 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/calculation-omod/1.3.0/calculation-omod-1.3.0.pom error 03-Jan-2023 03:11:00 #21 95.99 Progress (1): 3.3/6.2 kB error 03-Jan-2023 03:11:00 Progress (1): 6.1/6.2 kB error 03-Jan-2023 03:11:00 Progress (1): 6.2 kB error 03-Jan-2023 03:11:00 error 03-Jan-2023 03:11:00 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/calculation-omod/1.3.0/calculation-omod-1.3.0.pom (6.2 kB at 28 kB/s) error 03-Jan-2023 03:11:00 #21 96.11 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/calculation/1.3.0/calculation-1.3.0.pom error 03-Jan-2023 03:11:00 #21 96.22 Progress (1): 3.3/5.3 kB error 03-Jan-2023 03:11:00 Progress (1): 5.3 kB error 03-Jan-2023 03:11:00 error 03-Jan-2023 03:11:00 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/calculation/1.3.0/calculation-1.3.0.pom (5.3 kB at 24 kB/s) error 03-Jan-2023 03:11:00 #21 96.33 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/calculation-omod/1.3.0/calculation-omod-1.3.0.jar error 03-Jan-2023 03:11:00 #21 96.60 Progress (1): 4.1/279 kB error 03-Jan-2023 03:11:00 Progress (1): 8.2/279 kB error 03-Jan-2023 03:11:00 Progress (1): 12/279 kB error 03-Jan-2023 03:11:00 Progress (1): 16/279 kB error 03-Jan-2023 03:11:00 Progress (1): 20/279 kB error 03-Jan-2023 03:11:00 Progress (1): 24/279 kB error 03-Jan-2023 03:11:00 Progress (1): 28/279 kB error 03-Jan-2023 03:11:00 Progress (1): 32/279 kB error 03-Jan-2023 03:11:00 Progress (1): 36/279 kB error 03-Jan-2023 03:11:00 Progress (1): 40/279 kB error 03-Jan-2023 03:11:00 Progress (1): 44/279 kB error 03-Jan-2023 03:11:00 Progress (1): 48/279 kB error 03-Jan-2023 03:11:00 Progress (1): 51/279 kB error 03-Jan-2023 03:11:00 Progress (1): 55/279 kB error 03-Jan-2023 03:11:00 Progress (1): 59/279 kB error 03-Jan-2023 03:11:00 Progress (1): 63/279 kB error 03-Jan-2023 03:11:00 Progress (1): 67/279 kB error 03-Jan-2023 03:11:00 Progress (1): 71/279 kB error 03-Jan-2023 03:11:00 Progress (1): 75/279 kB error 03-Jan-2023 03:11:00 Progress (1): 79/279 kB error 03-Jan-2023 03:11:00 Progress (1): 83/279 kB error 03-Jan-2023 03:11:00 Progress (1): 85/279 kB error 03-Jan-2023 03:11:00 Progress (1): 89/279 kB error 03-Jan-2023 03:11:00 Progress (1): 94/279 kB error 03-Jan-2023 03:11:00 Progress (1): 98/279 kB error 03-Jan-2023 03:11:00 Progress (1): 102/279 kB error 03-Jan-2023 03:11:00 Progress (1): 106/279 kB error 03-Jan-2023 03:11:00 Progress (1): 110/279 kB error 03-Jan-2023 03:11:00 Progress (1): 114/279 kB error 03-Jan-2023 03:11:00 Progress (1): 118/279 kB error 03-Jan-2023 03:11:00 Progress (1): 120/279 kB error 03-Jan-2023 03:11:00 Progress (1): 124/279 kB error 03-Jan-2023 03:11:00 Progress (1): 128/279 kB error 03-Jan-2023 03:11:00 Progress (1): 132/279 kB error 03-Jan-2023 03:11:00 Progress (1): 137/279 kB error 03-Jan-2023 03:11:00 Progress (1): 141/279 kB error 03-Jan-2023 03:11:00 Progress (1): 145/279 kB error 03-Jan-2023 03:11:00 Progress (1): 149/279 kB error 03-Jan-2023 03:11:00 Progress (1): 153/279 kB error 03-Jan-2023 03:11:00 Progress (1): 155/279 kB error 03-Jan-2023 03:11:00 Progress (1): 159/279 kB error 03-Jan-2023 03:11:00 Progress (1): 163/279 kB error 03-Jan-2023 03:11:00 Progress (1): 167/279 kB error 03-Jan-2023 03:11:00 Progress (1): 171/279 kB error 03-Jan-2023 03:11:00 Progress (1): 175/279 kB error 03-Jan-2023 03:11:00 Progress (1): 180/279 kB error 03-Jan-2023 03:11:00 Progress (1): 184/279 kB error 03-Jan-2023 03:11:00 Progress (1): 188/279 kB error 03-Jan-2023 03:11:00 Progress (1): 190/279 kB error 03-Jan-2023 03:11:00 Progress (1): 194/279 kB error 03-Jan-2023 03:11:00 Progress (1): 198/279 kB error 03-Jan-2023 03:11:00 Progress (1): 202/279 kB error 03-Jan-2023 03:11:00 Progress (1): 206/279 kB error 03-Jan-2023 03:11:00 Progress (1): 210/279 kB error 03-Jan-2023 03:11:00 Progress (1): 214/279 kB error 03-Jan-2023 03:11:00 Progress (1): 218/279 kB error 03-Jan-2023 03:11:00 Progress (1): 223/279 kB error 03-Jan-2023 03:11:00 Progress (1): 225/279 kB error 03-Jan-2023 03:11:00 Progress (1): 229/279 kB error 03-Jan-2023 03:11:00 Progress (1): 233/279 kB error 03-Jan-2023 03:11:00 Progress (1): 237/279 kB error 03-Jan-2023 03:11:00 Progress (1): 241/279 kB error 03-Jan-2023 03:11:00 Progress (1): 245/279 kB error 03-Jan-2023 03:11:00 Progress (1): 249/279 kB error 03-Jan-2023 03:11:00 Progress (1): 253/279 kB error 03-Jan-2023 03:11:00 Progress (1): 257/279 kB error 03-Jan-2023 03:11:00 Progress (1): 259/279 kB error 03-Jan-2023 03:11:00 Progress (1): 264/279 kB error 03-Jan-2023 03:11:00 Progress (1): 268/279 kB error 03-Jan-2023 03:11:00 Progress (1): 272/279 kB error 03-Jan-2023 03:11:00 Progress (1): 276/279 kB error 03-Jan-2023 03:11:00 Progress (1): 278/279 kB error 03-Jan-2023 03:11:00 Progress (1): 279 kB error 03-Jan-2023 03:11:00 error 03-Jan-2023 03:11:00 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/calculation-omod/1.3.0/calculation-omod-1.3.0.jar (279 kB at 676 kB/s) error 03-Jan-2023 03:11:00 #21 96.75 [INFO] Configured Artifact: org.openmrs.module:webservices.rest-omod:2.38.0:jar error 03-Jan-2023 03:11:00 #21 96.75 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/webservices.rest-omod/2.38.0/webservices.rest-omod-2.38.0.pom error 03-Jan-2023 03:11:00 #21 96.86 Progress (1): 3.3/7.2 kB error 03-Jan-2023 03:11:00 Progress (1): 6.1/7.2 kB error 03-Jan-2023 03:11:00 Progress (1): 7.2 kB error 03-Jan-2023 03:11:00 error 03-Jan-2023 03:11:00 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/webservices.rest-omod/2.38.0/webservices.rest-omod-2.38.0.pom (7.2 kB at 33 kB/s) error 03-Jan-2023 03:11:00 #21 96.97 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/webservices.rest/2.38.0/webservices.rest-2.38.0.pom error 03-Jan-2023 03:11:00 #21 97.08 Progress (1): 3.3/16 kB error 03-Jan-2023 03:11:00 Progress (1): 6.1/16 kB error 03-Jan-2023 03:11:00 Progress (1): 8.9/16 kB error 03-Jan-2023 03:11:00 Progress (1): 12/16 kB error 03-Jan-2023 03:11:00 Progress (1): 14/16 kB error 03-Jan-2023 03:11:00 Progress (1): 16 kB error 03-Jan-2023 03:11:00 error 03-Jan-2023 03:11:00 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/webservices.rest/2.38.0/webservices.rest-2.38.0.pom (16 kB at 70 kB/s) error 03-Jan-2023 03:11:00 #21 97.20 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/webservices.rest-omod/2.38.0/webservices.rest-omod-2.38.0.jar error 03-Jan-2023 03:11:00 #21 97.49 Progress (1): 0/6.9 MB error 03-Jan-2023 03:11:00 Progress (1): 0.1/6.9 MB error 03-Jan-2023 03:11:00 Progress (1): 0.1/6.9 MB error 03-Jan-2023 03:11:00 Progress (1): 0.1/6.9 MB error 03-Jan-2023 03:11:00 Progress (1): 0.2/6.9 MB error 03-Jan-2023 03:11:00 Progress (1): 0.2/6.9 MB error 03-Jan-2023 03:11:00 Progress (1): 0.2/6.9 MB error 03-Jan-2023 03:11:00 Progress (1): 0.3/6.9 MB error 03-Jan-2023 03:11:00 Progress (1): 0.3/6.9 MB error 03-Jan-2023 03:11:00 Progress (1): 0.4/6.9 MB error 03-Jan-2023 03:11:00 Progress (1): 0.4/6.9 MB error 03-Jan-2023 03:11:00 Progress (1): 0.4/6.9 MB error 03-Jan-2023 03:11:00 Progress (1): 0.5/6.9 MB error 03-Jan-2023 03:11:00 Progress (1): 0.5/6.9 MB error 03-Jan-2023 03:11:00 Progress (1): 0.5/6.9 MB error 03-Jan-2023 03:11:00 Progress (1): 0.6/6.9 MB error 03-Jan-2023 03:11:00 Progress (1): 0.6/6.9 MB error 03-Jan-2023 03:11:00 Progress (1): 0.6/6.9 MB error 03-Jan-2023 03:11:00 Progress (1): 0.7/6.9 MB error 03-Jan-2023 03:11:00 Progress (1): 0.7/6.9 MB error 03-Jan-2023 03:11:00 Progress (1): 0.7/6.9 MB error 03-Jan-2023 03:11:00 Progress (1): 0.8/6.9 MB error 03-Jan-2023 03:11:00 Progress (1): 0.8/6.9 MB error 03-Jan-2023 03:11:00 Progress (1): 0.9/6.9 MB error 03-Jan-2023 03:11:00 Progress (1): 0.9/6.9 MB error 03-Jan-2023 03:11:00 Progress (1): 0.9/6.9 MB error 03-Jan-2023 03:11:00 Progress (1): 1.0/6.9 MB error 03-Jan-2023 03:11:00 Progress (1): 1.0/6.9 MB error 03-Jan-2023 03:11:00 Progress (1): 1.0/6.9 MB error 03-Jan-2023 03:11:00 Progress (1): 1.1/6.9 MB error 03-Jan-2023 03:11:00 Progress (1): 1.1/6.9 MB error 03-Jan-2023 03:11:00 Progress (1): 1.1/6.9 MB error 03-Jan-2023 03:11:00 Progress (1): 1.2/6.9 MB error 03-Jan-2023 03:11:00 Progress (1): 1.2/6.9 MB error 03-Jan-2023 03:11:00 Progress (1): 1.2/6.9 MB error 03-Jan-2023 03:11:00 Progress (1): 1.3/6.9 MB error 03-Jan-2023 03:11:00 Progress (1): 1.3/6.9 MB error 03-Jan-2023 03:11:00 Progress (1): 1.3/6.9 MB error 03-Jan-2023 03:11:00 Progress (1): 1.4/6.9 MB error 03-Jan-2023 03:11:00 Progress (1): 1.4/6.9 MB error 03-Jan-2023 03:11:00 Progress (1): 1.5/6.9 MB error 03-Jan-2023 03:11:00 Progress (1): 1.5/6.9 MB error 03-Jan-2023 03:11:00 Progress (1): 1.5/6.9 MB error 03-Jan-2023 03:11:00 Progress (1): 1.6/6.9 MB error 03-Jan-2023 03:11:00 Progress (1): 1.6/6.9 MB error 03-Jan-2023 03:11:00 Progress (1): 1.6/6.9 MB error 03-Jan-2023 03:11:00 Progress (1): 1.7/6.9 MB error 03-Jan-2023 03:11:00 Progress (1): 1.7/6.9 MB error 03-Jan-2023 03:11:00 Progress (1): 1.7/6.9 MB error 03-Jan-2023 03:11:00 Progress (1): 1.8/6.9 MB error 03-Jan-2023 03:11:00 Progress (1): 1.8/6.9 MB error 03-Jan-2023 03:11:00 Progress (1): 1.8/6.9 MB error 03-Jan-2023 03:11:00 Progress (1): 1.9/6.9 MB error 03-Jan-2023 03:11:00 Progress (1): 1.9/6.9 MB error 03-Jan-2023 03:11:00 Progress (1): 1.9/6.9 MB error 03-Jan-2023 03:11:00 Progress (1): 2.0/6.9 MB error 03-Jan-2023 03:11:00 Progress (1): 2.0/6.9 MB error 03-Jan-2023 03:11:00 Progress (1): 2.0/6.9 MB error 03-Jan-2023 03:11:00 Progress (1): 2.1/6.9 MB error 03-Jan-2023 03:11:00 Progress (1): 2.1/6.9 MB error 03-Jan-2023 03:11:00 Progress (1): 2.2/6.9 MB error 03-Jan-2023 03:11:00 Progress (1): 2.2/6.9 MB error 03-Jan-2023 03:11:00 Progress (1): 2.2/6.9 MB error 03-Jan-2023 03:11:00 Progress (1): 2.3/6.9 MB error 03-Jan-2023 03:11:00 Progress (1): 2.3/6.9 MB error 03-Jan-2023 03:11:00 Progress (1): 2.3/6.9 MB error 03-Jan-2023 03:11:00 Progress (1): 2.4/6.9 MB error 03-Jan-2023 03:11:00 Progress (1): 2.4/6.9 MB error 03-Jan-2023 03:11:00 Progress (1): 2.4/6.9 MB error 03-Jan-2023 03:11:00 Progress (1): 2.5/6.9 MB error 03-Jan-2023 03:11:00 Progress (1): 2.5/6.9 MB error 03-Jan-2023 03:11:00 Progress (1): 2.5/6.9 MB error 03-Jan-2023 03:11:00 Progress (1): 2.6/6.9 MB error 03-Jan-2023 03:11:00 Progress (1): 2.6/6.9 MB error 03-Jan-2023 03:11:00 Progress (1): 2.7/6.9 MB error 03-Jan-2023 03:11:00 Progress (1): 2.7/6.9 MB error 03-Jan-2023 03:11:00 Progress (1): 2.7/6.9 MB error 03-Jan-2023 03:11:00 Progress (1): 2.8/6.9 MB error 03-Jan-2023 03:11:00 Progress (1): 2.8/6.9 MB error 03-Jan-2023 03:11:00 Progress (1): 2.8/6.9 MB error 03-Jan-2023 03:11:00 Progress (1): 2.9/6.9 MB error 03-Jan-2023 03:11:00 Progress (1): 2.9/6.9 MB error 03-Jan-2023 03:11:00 Progress (1): 2.9/6.9 MB error 03-Jan-2023 03:11:00 Progress (1): 3.0/6.9 MB error 03-Jan-2023 03:11:00 Progress (1): 3.0/6.9 MB error 03-Jan-2023 03:11:00 Progress (1): 3.0/6.9 MB error 03-Jan-2023 03:11:00 Progress (1): 3.1/6.9 MB error 03-Jan-2023 03:11:00 Progress (1): 3.1/6.9 MB error 03-Jan-2023 03:11:00 Progress (1): 3.2/6.9 MB error 03-Jan-2023 03:11:00 Progress (1): 3.2/6.9 MB error 03-Jan-2023 03:11:00 Progress (1): 3.2/6.9 MB error 03-Jan-2023 03:11:00 Progress (1): 3.3/6.9 MB error 03-Jan-2023 03:11:00 Progress (1): 3.3/6.9 MB error 03-Jan-2023 03:11:00 Progress (1): 3.3/6.9 MB error 03-Jan-2023 03:11:00 Progress (1): 3.4/6.9 MB error 03-Jan-2023 03:11:00 Progress (1): 3.4/6.9 MB error 03-Jan-2023 03:11:00 Progress (1): 3.4/6.9 MB error 03-Jan-2023 03:11:00 Progress (1): 3.5/6.9 MB error 03-Jan-2023 03:11:00 Progress (1): 3.5/6.9 MB error 03-Jan-2023 03:11:00 Progress (1): 3.6/6.9 MB error 03-Jan-2023 03:11:00 Progress (1): 3.6/6.9 MB error 03-Jan-2023 03:11:00 Progress (1): 3.6/6.9 MB error 03-Jan-2023 03:11:00 Progress (1): 3.7/6.9 MB error 03-Jan-2023 03:11:00 Progress (1): 3.7/6.9 MB error 03-Jan-2023 03:11:00 Progress (1): 3.7/6.9 MB error 03-Jan-2023 03:11:00 Progress (1): 3.8/6.9 MB error 03-Jan-2023 03:11:00 Progress (1): 3.8/6.9 MB error 03-Jan-2023 03:11:00 Progress (1): 3.8/6.9 MB error 03-Jan-2023 03:11:00 Progress (1): 3.9/6.9 MB error 03-Jan-2023 03:11:00 Progress (1): 3.9/6.9 MB error 03-Jan-2023 03:11:00 Progress (1): 3.9/6.9 MB error 03-Jan-2023 03:11:00 Progress (1): 4.0/6.9 MB error 03-Jan-2023 03:11:00 Progress (1): 4.0/6.9 MB error 03-Jan-2023 03:11:00 Progress (1): 4.1/6.9 MB error 03-Jan-2023 03:11:00 Progress (1): 4.1/6.9 MB error 03-Jan-2023 03:11:00 Progress (1): 4.1/6.9 MB error 03-Jan-2023 03:11:00 Progress (1): 4.2/6.9 MB error 03-Jan-2023 03:11:00 Progress (1): 4.2/6.9 MB error 03-Jan-2023 03:11:00 Progress (1): 4.2/6.9 MB error 03-Jan-2023 03:11:00 Progress (1): 4.3/6.9 MB error 03-Jan-2023 03:11:00 Progress (1): 4.3/6.9 MB error 03-Jan-2023 03:11:00 Progress (1): 4.3/6.9 MB error 03-Jan-2023 03:11:00 Progress (1): 4.4/6.9 MB error 03-Jan-2023 03:11:00 Progress (1): 4.4/6.9 MB error 03-Jan-2023 03:11:00 Progress (1): 4.4/6.9 MB error 03-Jan-2023 03:11:00 Progress (1): 4.5/6.9 MB error 03-Jan-2023 03:11:00 Progress (1): 4.5/6.9 MB error 03-Jan-2023 03:11:00 Progress (1): 4.5/6.9 MB error 03-Jan-2023 03:11:00 Progress (1): 4.6/6.9 MB error 03-Jan-2023 03:11:00 Progress (1): 4.6/6.9 MB error 03-Jan-2023 03:11:00 Progress (1): 4.6/6.9 MB error 03-Jan-2023 03:11:00 Progress (1): 4.7/6.9 MB error 03-Jan-2023 03:11:00 Progress (1): 4.7/6.9 MB error 03-Jan-2023 03:11:00 Progress (1): 4.7/6.9 MB error 03-Jan-2023 03:11:00 Progress (1): 4.8/6.9 MB error 03-Jan-2023 03:11:00 Progress (1): 4.8/6.9 MB error 03-Jan-2023 03:11:00 Progress (1): 4.8/6.9 MB error 03-Jan-2023 03:11:00 Progress (1): 4.9/6.9 MB error 03-Jan-2023 03:11:00 Progress (1): 4.9/6.9 MB error 03-Jan-2023 03:11:00 Progress (1): 4.9/6.9 MB error 03-Jan-2023 03:11:00 Progress (1): 5.0/6.9 MB error 03-Jan-2023 03:11:00 Progress (1): 5.0/6.9 MB error 03-Jan-2023 03:11:00 Progress (1): 5.0/6.9 MB error 03-Jan-2023 03:11:00 Progress (1): 5.1/6.9 MB error 03-Jan-2023 03:11:00 Progress (1): 5.1/6.9 MB error 03-Jan-2023 03:11:00 Progress (1): 5.1/6.9 MB error 03-Jan-2023 03:11:00 Progress (1): 5.2/6.9 MB error 03-Jan-2023 03:11:00 Progress (1): 5.2/6.9 MB error 03-Jan-2023 03:11:00 Progress (1): 5.2/6.9 MB error 03-Jan-2023 03:11:00 Progress (1): 5.3/6.9 MB error 03-Jan-2023 03:11:00 Progress (1): 5.3/6.9 MB error 03-Jan-2023 03:11:00 Progress (1): 5.3/6.9 MB error 03-Jan-2023 03:11:00 Progress (1): 5.4/6.9 MB error 03-Jan-2023 03:11:00 Progress (1): 5.4/6.9 MB error 03-Jan-2023 03:11:00 Progress (1): 5.4/6.9 MB error 03-Jan-2023 03:11:00 Progress (1): 5.5/6.9 MB error 03-Jan-2023 03:11:00 Progress (1): 5.5/6.9 MB error 03-Jan-2023 03:11:00 Progress (1): 5.5/6.9 MB error 03-Jan-2023 03:11:00 Progress (1): 5.6/6.9 MB error 03-Jan-2023 03:11:00 Progress (1): 5.6/6.9 MB error 03-Jan-2023 03:11:00 Progress (1): 5.6/6.9 MB error 03-Jan-2023 03:11:00 Progress (1): 5.6/6.9 MB error 03-Jan-2023 03:11:00 Progress (1): 5.7/6.9 MB error 03-Jan-2023 03:11:00 Progress (1): 5.7/6.9 MB error 03-Jan-2023 03:11:00 Progress (1): 5.7/6.9 MB error 03-Jan-2023 03:11:00 Progress (1): 5.8/6.9 MB error 03-Jan-2023 03:11:00 Progress (1): 5.8/6.9 MB error 03-Jan-2023 03:11:00 Progress (1): 5.8/6.9 MB error 03-Jan-2023 03:11:00 Progress (1): 5.9/6.9 MB error 03-Jan-2023 03:11:00 Progress (1): 5.9/6.9 MB error 03-Jan-2023 03:11:00 Progress (1): 5.9/6.9 MB error 03-Jan-2023 03:11:00 Progress (1): 6.0/6.9 MB error 03-Jan-2023 03:11:00 Progress (1): 6.0/6.9 MB error 03-Jan-2023 03:11:00 Progress (1): 6.0/6.9 MB error 03-Jan-2023 03:11:00 Progress (1): 6.1/6.9 MB error 03-Jan-2023 03:11:00 Progress (1): 6.1/6.9 MB error 03-Jan-2023 03:11:00 Progress (1): 6.1/6.9 MB error 03-Jan-2023 03:11:00 Progress (1): 6.2/6.9 MB error 03-Jan-2023 03:11:00 Progress (1): 6.2/6.9 MB error 03-Jan-2023 03:11:00 Progress (1): 6.2/6.9 MB error 03-Jan-2023 03:11:00 Progress (1): 6.3/6.9 MB error 03-Jan-2023 03:11:00 Progress (1): 6.3/6.9 MB error 03-Jan-2023 03:11:00 Progress (1): 6.3/6.9 MB error 03-Jan-2023 03:11:00 Progress (1): 6.4/6.9 MB error 03-Jan-2023 03:11:00 Progress (1): 6.4/6.9 MB error 03-Jan-2023 03:11:00 Progress (1): 6.4/6.9 MB error 03-Jan-2023 03:11:00 Progress (1): 6.5/6.9 MB error 03-Jan-2023 03:11:00 Progress (1): 6.5/6.9 MB error 03-Jan-2023 03:11:00 Progress (1): 6.5/6.9 MB error 03-Jan-2023 03:11:00 Progress (1): 6.6/6.9 MB error 03-Jan-2023 03:11:00 Progress (1): 6.6/6.9 MB error 03-Jan-2023 03:11:00 Progress (1): 6.6/6.9 MB error 03-Jan-2023 03:11:00 Progress (1): 6.7/6.9 MB error 03-Jan-2023 03:11:00 Progress (1): 6.7/6.9 MB error 03-Jan-2023 03:11:00 Progress (1): 6.7/6.9 MB error 03-Jan-2023 03:11:00 Progress (1): 6.8/6.9 MB error 03-Jan-2023 03:11:00 Progress (1): 6.8/6.9 MB error 03-Jan-2023 03:11:00 Progress (1): 6.8/6.9 MB error 03-Jan-2023 03:11:00 Progress (1): 6.9/6.9 MB error 03-Jan-2023 03:11:00 Progress (1): 6.9/6.9 MB error 03-Jan-2023 03:11:00 Progress (1): 6.9 MB error 03-Jan-2023 03:11:00 error 03-Jan-2023 03:11:00 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/webservices.rest-omod/2.38.0/webservices.rest-omod-2.38.0.jar (6.9 MB at 9.5 MB/s) error 03-Jan-2023 03:11:00 #21 97.92 [INFO] Configured Artifact: org.openmrs.module:spa-omod:1.0.9:jar error 03-Jan-2023 03:11:00 #21 97.92 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/spa-omod/1.0.9/spa-omod-1.0.9.pom error 03-Jan-2023 03:11:00 #21 98.03 Progress (1): 3.3/5.3 kB error 03-Jan-2023 03:11:00 Progress (1): 5.3 kB error 03-Jan-2023 03:11:00 error 03-Jan-2023 03:11:00 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/spa-omod/1.0.9/spa-omod-1.0.9.pom (5.3 kB at 24 kB/s) error 03-Jan-2023 03:11:00 #21 98.15 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/spa/1.0.9/spa-1.0.9.pom error 03-Jan-2023 03:11:00 #21 98.26 Progress (1): 3.3/3.6 kB error 03-Jan-2023 03:11:00 Progress (1): 3.6 kB error 03-Jan-2023 03:11:00 error 03-Jan-2023 03:11:00 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/spa/1.0.9/spa-1.0.9.pom (3.6 kB at 16 kB/s) error 03-Jan-2023 03:11:00 #21 98.37 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/spa-omod/1.0.9/spa-omod-1.0.9.jar error 03-Jan-2023 03:11:00 #21 98.48 Progress (1): 3.3/13 kB error 03-Jan-2023 03:11:00 Progress (1): 6.1/13 kB error 03-Jan-2023 03:11:00 Progress (1): 8.9/13 kB error 03-Jan-2023 03:11:00 Progress (1): 12/13 kB error 03-Jan-2023 03:11:00 Progress (1): 13 kB error 03-Jan-2023 03:11:00 error 03-Jan-2023 03:11:00 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/spa-omod/1.0.9/spa-omod-1.0.9.jar (13 kB at 60 kB/s) error 03-Jan-2023 03:11:00 #21 98.59 [INFO] Configured Artifact: org.openmrs.module:uicommons-omod:2.23.0:jar error 03-Jan-2023 03:11:00 #21 98.60 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/uicommons-omod/2.23.0/uicommons-omod-2.23.0.pom error 03-Jan-2023 03:11:00 #21 98.72 Progress (1): 3.3/8.9 kB error 03-Jan-2023 03:11:00 Progress (1): 6.1/8.9 kB error 03-Jan-2023 03:11:00 Progress (1): 8.9 kB error 03-Jan-2023 03:11:00 error 03-Jan-2023 03:11:00 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/uicommons-omod/2.23.0/uicommons-omod-2.23.0.pom (8.9 kB at 38 kB/s) error 03-Jan-2023 03:11:00 #21 98.83 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/uicommons/2.23.0/uicommons-2.23.0.pom error 03-Jan-2023 03:11:00 #21 98.94 Progress (1): 3.3/6.0 kB error 03-Jan-2023 03:11:00 Progress (1): 6.0 kB error 03-Jan-2023 03:11:00 error 03-Jan-2023 03:11:00 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/uicommons/2.23.0/uicommons-2.23.0.pom (6.0 kB at 27 kB/s) error 03-Jan-2023 03:11:00 #21 99.06 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/uicommons-omod/2.23.0/uicommons-omod-2.23.0.jar error 03-Jan-2023 03:11:00 #21 99.36 Progress (1): 0/4.8 MB error 03-Jan-2023 03:11:00 Progress (1): 0.1/4.8 MB error 03-Jan-2023 03:11:00 Progress (1): 0.1/4.8 MB error 03-Jan-2023 03:11:00 Progress (1): 0.1/4.8 MB error 03-Jan-2023 03:11:00 Progress (1): 0.1/4.8 MB error 03-Jan-2023 03:11:00 Progress (1): 0.2/4.8 MB error 03-Jan-2023 03:11:00 Progress (1): 0.2/4.8 MB error 03-Jan-2023 03:11:00 Progress (1): 0.2/4.8 MB error 03-Jan-2023 03:11:00 Progress (1): 0.2/4.8 MB error 03-Jan-2023 03:11:00 Progress (1): 0.3/4.8 MB error 03-Jan-2023 03:11:00 Progress (1): 0.3/4.8 MB error 03-Jan-2023 03:11:00 Progress (1): 0.3/4.8 MB error 03-Jan-2023 03:11:00 Progress (1): 0.3/4.8 MB error 03-Jan-2023 03:11:00 Progress (1): 0.4/4.8 MB error 03-Jan-2023 03:11:00 Progress (1): 0.4/4.8 MB error 03-Jan-2023 03:11:00 Progress (1): 0.4/4.8 MB error 03-Jan-2023 03:11:00 Progress (1): 0.4/4.8 MB error 03-Jan-2023 03:11:00 Progress (1): 0.5/4.8 MB error 03-Jan-2023 03:11:00 Progress (1): 0.5/4.8 MB error 03-Jan-2023 03:11:00 Progress (1): 0.5/4.8 MB error 03-Jan-2023 03:11:00 Progress (1): 0.5/4.8 MB error 03-Jan-2023 03:11:00 Progress (1): 0.6/4.8 MB error 03-Jan-2023 03:11:00 Progress (1): 0.6/4.8 MB error 03-Jan-2023 03:11:00 Progress (1): 0.6/4.8 MB error 03-Jan-2023 03:11:00 Progress (1): 0.6/4.8 MB error 03-Jan-2023 03:11:00 Progress (1): 0.7/4.8 MB error 03-Jan-2023 03:11:00 Progress (1): 0.7/4.8 MB error 03-Jan-2023 03:11:00 Progress (1): 0.7/4.8 MB error 03-Jan-2023 03:11:00 Progress (1): 0.7/4.8 MB error 03-Jan-2023 03:11:00 Progress (1): 0.8/4.8 MB error 03-Jan-2023 03:11:00 Progress (1): 0.8/4.8 MB error 03-Jan-2023 03:11:00 Progress (1): 0.8/4.8 MB error 03-Jan-2023 03:11:00 Progress (1): 0.9/4.8 MB error 03-Jan-2023 03:11:00 Progress (1): 0.9/4.8 MB error 03-Jan-2023 03:11:00 Progress (1): 0.9/4.8 MB error 03-Jan-2023 03:11:00 Progress (1): 0.9/4.8 MB error 03-Jan-2023 03:11:00 Progress (1): 1.0/4.8 MB error 03-Jan-2023 03:11:00 Progress (1): 1.0/4.8 MB error 03-Jan-2023 03:11:00 Progress (1): 1.0/4.8 MB error 03-Jan-2023 03:11:00 Progress (1): 1.0/4.8 MB error 03-Jan-2023 03:11:00 Progress (1): 1.1/4.8 MB error 03-Jan-2023 03:11:00 Progress (1): 1.1/4.8 MB error 03-Jan-2023 03:11:00 Progress (1): 1.1/4.8 MB error 03-Jan-2023 03:11:00 Progress (1): 1.1/4.8 MB error 03-Jan-2023 03:11:00 Progress (1): 1.2/4.8 MB error 03-Jan-2023 03:11:00 Progress (1): 1.2/4.8 MB error 03-Jan-2023 03:11:00 Progress (1): 1.2/4.8 MB error 03-Jan-2023 03:11:00 Progress (1): 1.3/4.8 MB error 03-Jan-2023 03:11:00 Progress (1): 1.3/4.8 MB error 03-Jan-2023 03:11:00 Progress (1): 1.3/4.8 MB error 03-Jan-2023 03:11:00 Progress (1): 1.3/4.8 MB error 03-Jan-2023 03:11:00 Progress (1): 1.4/4.8 MB error 03-Jan-2023 03:11:00 Progress (1): 1.4/4.8 MB error 03-Jan-2023 03:11:00 Progress (1): 1.4/4.8 MB error 03-Jan-2023 03:11:00 Progress (1): 1.4/4.8 MB error 03-Jan-2023 03:11:00 Progress (1): 1.5/4.8 MB error 03-Jan-2023 03:11:00 Progress (1): 1.5/4.8 MB error 03-Jan-2023 03:11:00 Progress (1): 1.5/4.8 MB error 03-Jan-2023 03:11:00 Progress (1): 1.5/4.8 MB error 03-Jan-2023 03:11:00 Progress (1): 1.6/4.8 MB error 03-Jan-2023 03:11:00 Progress (1): 1.6/4.8 MB error 03-Jan-2023 03:11:00 Progress (1): 1.6/4.8 MB error 03-Jan-2023 03:11:00 Progress (1): 1.6/4.8 MB error 03-Jan-2023 03:11:00 Progress (1): 1.7/4.8 MB error 03-Jan-2023 03:11:00 Progress (1): 1.7/4.8 MB error 03-Jan-2023 03:11:00 Progress (1): 1.7/4.8 MB error 03-Jan-2023 03:11:00 Progress (1): 1.7/4.8 MB error 03-Jan-2023 03:11:00 Progress (1): 1.8/4.8 MB error 03-Jan-2023 03:11:00 Progress (1): 1.8/4.8 MB error 03-Jan-2023 03:11:00 Progress (1): 1.8/4.8 MB error 03-Jan-2023 03:11:00 Progress (1): 1.8/4.8 MB error 03-Jan-2023 03:11:00 Progress (1): 1.9/4.8 MB error 03-Jan-2023 03:11:00 Progress (1): 1.9/4.8 MB error 03-Jan-2023 03:11:00 Progress (1): 1.9/4.8 MB error 03-Jan-2023 03:11:00 Progress (1): 1.9/4.8 MB error 03-Jan-2023 03:11:00 Progress (1): 2.0/4.8 MB error 03-Jan-2023 03:11:00 Progress (1): 2.0/4.8 MB error 03-Jan-2023 03:11:00 Progress (1): 2.0/4.8 MB error 03-Jan-2023 03:11:00 Progress (1): 2.0/4.8 MB error 03-Jan-2023 03:11:00 Progress (1): 2.1/4.8 MB error 03-Jan-2023 03:11:00 Progress (1): 2.1/4.8 MB error 03-Jan-2023 03:11:00 Progress (1): 2.1/4.8 MB error 03-Jan-2023 03:11:00 Progress (1): 2.1/4.8 MB error 03-Jan-2023 03:11:00 Progress (1): 2.2/4.8 MB error 03-Jan-2023 03:11:00 Progress (1): 2.2/4.8 MB error 03-Jan-2023 03:11:00 Progress (1): 2.2/4.8 MB error 03-Jan-2023 03:11:00 Progress (1): 2.2/4.8 MB error 03-Jan-2023 03:11:00 Progress (1): 2.3/4.8 MB error 03-Jan-2023 03:11:00 Progress (1): 2.3/4.8 MB error 03-Jan-2023 03:11:00 Progress (1): 2.3/4.8 MB error 03-Jan-2023 03:11:00 Progress (1): 2.3/4.8 MB error 03-Jan-2023 03:11:00 Progress (1): 2.4/4.8 MB error 03-Jan-2023 03:11:00 Progress (1): 2.4/4.8 MB error 03-Jan-2023 03:11:00 Progress (1): 2.4/4.8 MB error 03-Jan-2023 03:11:00 Progress (1): 2.4/4.8 MB error 03-Jan-2023 03:11:00 Progress (1): 2.5/4.8 MB error 03-Jan-2023 03:11:00 Progress (1): 2.5/4.8 MB error 03-Jan-2023 03:11:00 Progress (1): 2.5/4.8 MB error 03-Jan-2023 03:11:00 Progress (1): 2.5/4.8 MB error 03-Jan-2023 03:11:00 Progress (1): 2.6/4.8 MB error 03-Jan-2023 03:11:00 Progress (1): 2.6/4.8 MB error 03-Jan-2023 03:11:00 Progress (1): 2.6/4.8 MB error 03-Jan-2023 03:11:00 Progress (1): 2.6/4.8 MB error 03-Jan-2023 03:11:00 Progress (1): 2.7/4.8 MB error 03-Jan-2023 03:11:00 Progress (1): 2.7/4.8 MB error 03-Jan-2023 03:11:00 Progress (1): 2.7/4.8 MB error 03-Jan-2023 03:11:00 Progress (1): 2.7/4.8 MB error 03-Jan-2023 03:11:00 Progress (1): 2.8/4.8 MB error 03-Jan-2023 03:11:00 Progress (1): 2.8/4.8 MB error 03-Jan-2023 03:11:00 Progress (1): 2.8/4.8 MB error 03-Jan-2023 03:11:00 Progress (1): 2.8/4.8 MB error 03-Jan-2023 03:11:00 Progress (1): 2.9/4.8 MB error 03-Jan-2023 03:11:00 Progress (1): 2.9/4.8 MB error 03-Jan-2023 03:11:00 Progress (1): 2.9/4.8 MB error 03-Jan-2023 03:11:00 Progress (1): 2.9/4.8 MB error 03-Jan-2023 03:11:00 Progress (1): 3.0/4.8 MB error 03-Jan-2023 03:11:00 Progress (1): 3.0/4.8 MB error 03-Jan-2023 03:11:00 Progress (1): 3.0/4.8 MB error 03-Jan-2023 03:11:00 Progress (1): 3.0/4.8 MB error 03-Jan-2023 03:11:00 Progress (1): 3.1/4.8 MB error 03-Jan-2023 03:11:00 Progress (1): 3.1/4.8 MB error 03-Jan-2023 03:11:00 Progress (1): 3.1/4.8 MB error 03-Jan-2023 03:11:00 Progress (1): 3.1/4.8 MB error 03-Jan-2023 03:11:00 Progress (1): 3.2/4.8 MB error 03-Jan-2023 03:11:00 Progress (1): 3.2/4.8 MB error 03-Jan-2023 03:11:00 Progress (1): 3.2/4.8 MB error 03-Jan-2023 03:11:00 Progress (1): 3.2/4.8 MB error 03-Jan-2023 03:11:00 Progress (1): 3.3/4.8 MB error 03-Jan-2023 03:11:00 Progress (1): 3.3/4.8 MB error 03-Jan-2023 03:11:00 Progress (1): 3.3/4.8 MB error 03-Jan-2023 03:11:00 Progress (1): 3.3/4.8 MB error 03-Jan-2023 03:11:00 Progress (1): 3.4/4.8 MB error 03-Jan-2023 03:11:00 Progress (1): 3.4/4.8 MB error 03-Jan-2023 03:11:00 Progress (1): 3.4/4.8 MB error 03-Jan-2023 03:11:00 Progress (1): 3.4/4.8 MB error 03-Jan-2023 03:11:00 Progress (1): 3.5/4.8 MB error 03-Jan-2023 03:11:00 Progress (1): 3.5/4.8 MB error 03-Jan-2023 03:11:00 Progress (1): 3.5/4.8 MB error 03-Jan-2023 03:11:00 Progress (1): 3.6/4.8 MB error 03-Jan-2023 03:11:00 Progress (1): 3.6/4.8 MB error 03-Jan-2023 03:11:00 Progress (1): 3.6/4.8 MB error 03-Jan-2023 03:11:00 Progress (1): 3.6/4.8 MB error 03-Jan-2023 03:11:00 Progress (1): 3.7/4.8 MB error 03-Jan-2023 03:11:00 Progress (1): 3.7/4.8 MB error 03-Jan-2023 03:11:00 Progress (1): 3.7/4.8 MB error 03-Jan-2023 03:11:00 Progress (1): 3.7/4.8 MB error 03-Jan-2023 03:11:00 Progress (1): 3.8/4.8 MB error 03-Jan-2023 03:11:00 Progress (1): 3.8/4.8 MB error 03-Jan-2023 03:11:00 Progress (1): 3.8/4.8 MB error 03-Jan-2023 03:11:00 Progress (1): 3.8/4.8 MB error 03-Jan-2023 03:11:00 Progress (1): 3.9/4.8 MB error 03-Jan-2023 03:11:00 Progress (1): 3.9/4.8 MB error 03-Jan-2023 03:11:00 Progress (1): 3.9/4.8 MB error 03-Jan-2023 03:11:00 Progress (1): 4.0/4.8 MB error 03-Jan-2023 03:11:00 Progress (1): 4.0/4.8 MB error 03-Jan-2023 03:11:00 Progress (1): 4.0/4.8 MB error 03-Jan-2023 03:11:00 Progress (1): 4.0/4.8 MB error 03-Jan-2023 03:11:00 Progress (1): 4.1/4.8 MB error 03-Jan-2023 03:11:00 Progress (1): 4.1/4.8 MB error 03-Jan-2023 03:11:00 Progress (1): 4.1/4.8 MB error 03-Jan-2023 03:11:00 Progress (1): 4.1/4.8 MB error 03-Jan-2023 03:11:00 Progress (1): 4.2/4.8 MB error 03-Jan-2023 03:11:00 Progress (1): 4.2/4.8 MB error 03-Jan-2023 03:11:00 Progress (1): 4.2/4.8 MB error 03-Jan-2023 03:11:00 Progress (1): 4.2/4.8 MB error 03-Jan-2023 03:11:00 Progress (1): 4.3/4.8 MB error 03-Jan-2023 03:11:00 Progress (1): 4.3/4.8 MB error 03-Jan-2023 03:11:00 Progress (1): 4.3/4.8 MB error 03-Jan-2023 03:11:00 Progress (1): 4.3/4.8 MB error 03-Jan-2023 03:11:00 Progress (1): 4.4/4.8 MB error 03-Jan-2023 03:11:00 Progress (1): 4.4/4.8 MB error 03-Jan-2023 03:11:00 Progress (1): 4.4/4.8 MB error 03-Jan-2023 03:11:00 Progress (1): 4.4/4.8 MB error 03-Jan-2023 03:11:00 Progress (1): 4.5/4.8 MB error 03-Jan-2023 03:11:00 Progress (1): 4.5/4.8 MB error 03-Jan-2023 03:11:00 Progress (1): 4.5/4.8 MB error 03-Jan-2023 03:11:00 Progress (1): 4.5/4.8 MB error 03-Jan-2023 03:11:00 Progress (1): 4.6/4.8 MB error 03-Jan-2023 03:11:00 Progress (1): 4.6/4.8 MB error 03-Jan-2023 03:11:00 Progress (1): 4.6/4.8 MB error 03-Jan-2023 03:11:00 Progress (1): 4.6/4.8 MB error 03-Jan-2023 03:11:00 Progress (1): 4.7/4.8 MB error 03-Jan-2023 03:11:00 Progress (1): 4.7/4.8 MB error 03-Jan-2023 03:11:00 Progress (1): 4.7/4.8 MB error 03-Jan-2023 03:11:00 Progress (1): 4.7/4.8 MB error 03-Jan-2023 03:11:00 Progress (1): 4.8/4.8 MB error 03-Jan-2023 03:11:00 Progress (1): 4.8/4.8 MB error 03-Jan-2023 03:11:00 Progress (1): 4.8/4.8 MB error 03-Jan-2023 03:11:00 Progress (1): 4.8/4.8 MB error 03-Jan-2023 03:11:00 Progress (1): 4.8 MB error 03-Jan-2023 03:11:00 error 03-Jan-2023 03:11:00 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/uicommons-omod/2.23.0/uicommons-omod-2.23.0.jar (4.8 MB at 6.7 MB/s) error 03-Jan-2023 03:11:00 #21 99.79 [INFO] Configured Artifact: org.openmrs.module:uiframework-omod:3.23.0:jar error 03-Jan-2023 03:11:00 #21 99.79 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/uiframework-omod/3.23.0/uiframework-omod-3.23.0.pom error 03-Jan-2023 03:11:00 #21 99.90 Progress (1): 3.3/5.9 kB error 03-Jan-2023 03:11:00 Progress (1): 5.9 kB error 03-Jan-2023 03:11:00 error 03-Jan-2023 03:11:00 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/uiframework-omod/3.23.0/uiframework-omod-3.23.0.pom (5.9 kB at 26 kB/s) error 03-Jan-2023 03:11:00 #21 100.0 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/uiframework/3.23.0/uiframework-3.23.0.pom error 03-Jan-2023 03:11:00 #21 100.1 Progress (1): 3.3/11 kB error 03-Jan-2023 03:11:00 Progress (1): 6.1/11 kB error 03-Jan-2023 03:11:00 Progress (1): 8.9/11 kB error 03-Jan-2023 03:11:00 Progress (1): 11 kB error 03-Jan-2023 03:11:00 error 03-Jan-2023 03:11:00 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/uiframework/3.23.0/uiframework-3.23.0.pom (11 kB at 50 kB/s) error 03-Jan-2023 03:11:00 #21 100.2 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/uiframework-omod/3.23.0/uiframework-omod-3.23.0.jar error 03-Jan-2023 03:11:00 #21 100.6 Progress (1): 0/2.7 MB error 03-Jan-2023 03:11:00 Progress (1): 0/2.7 MB error 03-Jan-2023 03:11:00 Progress (1): 0/2.7 MB error 03-Jan-2023 03:11:00 Progress (1): 0.1/2.7 MB error 03-Jan-2023 03:11:00 Progress (1): 0.1/2.7 MB error 03-Jan-2023 03:11:00 Progress (1): 0.1/2.7 MB error 03-Jan-2023 03:11:00 Progress (1): 0.1/2.7 MB error 03-Jan-2023 03:11:00 Progress (1): 0.1/2.7 MB error 03-Jan-2023 03:11:00 Progress (1): 0.2/2.7 MB error 03-Jan-2023 03:11:00 Progress (1): 0.2/2.7 MB error 03-Jan-2023 03:11:00 Progress (1): 0.2/2.7 MB error 03-Jan-2023 03:11:00 Progress (1): 0.2/2.7 MB error 03-Jan-2023 03:11:00 Progress (1): 0.2/2.7 MB error 03-Jan-2023 03:11:00 Progress (1): 0.2/2.7 MB error 03-Jan-2023 03:11:00 Progress (1): 0.3/2.7 MB error 03-Jan-2023 03:11:00 Progress (1): 0.3/2.7 MB error 03-Jan-2023 03:11:00 Progress (1): 0.3/2.7 MB error 03-Jan-2023 03:11:00 Progress (1): 0.3/2.7 MB error 03-Jan-2023 03:11:00 Progress (1): 0.3/2.7 MB error 03-Jan-2023 03:11:00 Progress (1): 0.3/2.7 MB error 03-Jan-2023 03:11:00 Progress (1): 0.4/2.7 MB error 03-Jan-2023 03:11:00 Progress (1): 0.4/2.7 MB error 03-Jan-2023 03:11:00 Progress (1): 0.4/2.7 MB error 03-Jan-2023 03:11:00 Progress (1): 0.4/2.7 MB error 03-Jan-2023 03:11:00 Progress (1): 0.4/2.7 MB error 03-Jan-2023 03:11:00 Progress (1): 0.5/2.7 MB error 03-Jan-2023 03:11:00 Progress (1): 0.5/2.7 MB error 03-Jan-2023 03:11:00 Progress (1): 0.5/2.7 MB error 03-Jan-2023 03:11:00 Progress (1): 0.5/2.7 MB error 03-Jan-2023 03:11:00 Progress (1): 0.5/2.7 MB error 03-Jan-2023 03:11:00 Progress (1): 0.5/2.7 MB error 03-Jan-2023 03:11:00 Progress (1): 0.6/2.7 MB error 03-Jan-2023 03:11:00 Progress (1): 0.6/2.7 MB error 03-Jan-2023 03:11:00 Progress (1): 0.6/2.7 MB error 03-Jan-2023 03:11:00 Progress (1): 0.6/2.7 MB error 03-Jan-2023 03:11:00 Progress (1): 0.6/2.7 MB error 03-Jan-2023 03:11:00 Progress (1): 0.6/2.7 MB error 03-Jan-2023 03:11:00 Progress (1): 0.7/2.7 MB error 03-Jan-2023 03:11:00 Progress (1): 0.7/2.7 MB error 03-Jan-2023 03:11:00 Progress (1): 0.7/2.7 MB error 03-Jan-2023 03:11:00 Progress (1): 0.7/2.7 MB error 03-Jan-2023 03:11:00 Progress (1): 0.7/2.7 MB error 03-Jan-2023 03:11:00 Progress (1): 0.7/2.7 MB error 03-Jan-2023 03:11:00 Progress (1): 0.8/2.7 MB error 03-Jan-2023 03:11:00 Progress (1): 0.8/2.7 MB error 03-Jan-2023 03:11:00 Progress (1): 0.8/2.7 MB error 03-Jan-2023 03:11:00 Progress (1): 0.8/2.7 MB error 03-Jan-2023 03:11:00 Progress (1): 0.8/2.7 MB error 03-Jan-2023 03:11:00 Progress (1): 0.8/2.7 MB error 03-Jan-2023 03:11:00 Progress (1): 0.9/2.7 MB error 03-Jan-2023 03:11:00 Progress (1): 0.9/2.7 MB error 03-Jan-2023 03:11:00 Progress (1): 0.9/2.7 MB error 03-Jan-2023 03:11:00 Progress (1): 0.9/2.7 MB error 03-Jan-2023 03:11:00 Progress (1): 0.9/2.7 MB error 03-Jan-2023 03:11:00 Progress (1): 0.9/2.7 MB error 03-Jan-2023 03:11:00 Progress (1): 1.0/2.7 MB error 03-Jan-2023 03:11:00 Progress (1): 1.0/2.7 MB error 03-Jan-2023 03:11:00 Progress (1): 1.0/2.7 MB error 03-Jan-2023 03:11:00 Progress (1): 1.0/2.7 MB error 03-Jan-2023 03:11:00 Progress (1): 1.0/2.7 MB error 03-Jan-2023 03:11:00 Progress (1): 1.0/2.7 MB error 03-Jan-2023 03:11:00 Progress (1): 1.1/2.7 MB error 03-Jan-2023 03:11:00 Progress (1): 1.1/2.7 MB error 03-Jan-2023 03:11:00 Progress (1): 1.1/2.7 MB error 03-Jan-2023 03:11:00 Progress (1): 1.1/2.7 MB error 03-Jan-2023 03:11:00 Progress (1): 1.1/2.7 MB error 03-Jan-2023 03:11:00 Progress (1): 1.1/2.7 MB error 03-Jan-2023 03:11:00 Progress (1): 1.2/2.7 MB error 03-Jan-2023 03:11:00 Progress (1): 1.2/2.7 MB error 03-Jan-2023 03:11:00 Progress (1): 1.2/2.7 MB error 03-Jan-2023 03:11:00 Progress (1): 1.2/2.7 MB error 03-Jan-2023 03:11:00 Progress (1): 1.2/2.7 MB error 03-Jan-2023 03:11:00 Progress (1): 1.2/2.7 MB error 03-Jan-2023 03:11:00 Progress (1): 1.3/2.7 MB error 03-Jan-2023 03:11:00 Progress (1): 1.3/2.7 MB error 03-Jan-2023 03:11:00 Progress (1): 1.3/2.7 MB error 03-Jan-2023 03:11:00 Progress (1): 1.3/2.7 MB error 03-Jan-2023 03:11:00 Progress (1): 1.3/2.7 MB error 03-Jan-2023 03:11:00 Progress (1): 1.3/2.7 MB error 03-Jan-2023 03:11:00 Progress (1): 1.4/2.7 MB error 03-Jan-2023 03:11:00 Progress (1): 1.4/2.7 MB error 03-Jan-2023 03:11:00 Progress (1): 1.4/2.7 MB error 03-Jan-2023 03:11:00 Progress (1): 1.4/2.7 MB error 03-Jan-2023 03:11:00 Progress (1): 1.4/2.7 MB error 03-Jan-2023 03:11:00 Progress (1): 1.4/2.7 MB error 03-Jan-2023 03:11:00 Progress (1): 1.5/2.7 MB error 03-Jan-2023 03:11:00 Progress (1): 1.5/2.7 MB error 03-Jan-2023 03:11:00 Progress (1): 1.5/2.7 MB error 03-Jan-2023 03:11:00 Progress (1): 1.5/2.7 MB error 03-Jan-2023 03:11:00 Progress (1): 1.5/2.7 MB error 03-Jan-2023 03:11:00 Progress (1): 1.5/2.7 MB error 03-Jan-2023 03:11:00 Progress (1): 1.6/2.7 MB error 03-Jan-2023 03:11:00 Progress (1): 1.6/2.7 MB error 03-Jan-2023 03:11:00 Progress (1): 1.6/2.7 MB error 03-Jan-2023 03:11:00 Progress (1): 1.6/2.7 MB error 03-Jan-2023 03:11:00 Progress (1): 1.6/2.7 MB error 03-Jan-2023 03:11:00 Progress (1): 1.6/2.7 MB error 03-Jan-2023 03:11:00 Progress (1): 1.7/2.7 MB error 03-Jan-2023 03:11:00 Progress (1): 1.7/2.7 MB error 03-Jan-2023 03:11:00 Progress (1): 1.7/2.7 MB error 03-Jan-2023 03:11:00 Progress (1): 1.7/2.7 MB error 03-Jan-2023 03:11:00 Progress (1): 1.7/2.7 MB error 03-Jan-2023 03:11:00 Progress (1): 1.7/2.7 MB error 03-Jan-2023 03:11:00 Progress (1): 1.8/2.7 MB error 03-Jan-2023 03:11:00 Progress (1): 1.8/2.7 MB error 03-Jan-2023 03:11:00 Progress (1): 1.8/2.7 MB error 03-Jan-2023 03:11:00 Progress (1): 1.8/2.7 MB error 03-Jan-2023 03:11:00 Progress (1): 1.8/2.7 MB error 03-Jan-2023 03:11:00 Progress (1): 1.8/2.7 MB error 03-Jan-2023 03:11:00 Progress (1): 1.9/2.7 MB error 03-Jan-2023 03:11:00 Progress (1): 1.9/2.7 MB error 03-Jan-2023 03:11:00 Progress (1): 1.9/2.7 MB error 03-Jan-2023 03:11:00 Progress (1): 1.9/2.7 MB error 03-Jan-2023 03:11:00 Progress (1): 1.9/2.7 MB error 03-Jan-2023 03:11:00 Progress (1): 1.9/2.7 MB error 03-Jan-2023 03:11:00 Progress (1): 2.0/2.7 MB error 03-Jan-2023 03:11:00 Progress (1): 2.0/2.7 MB error 03-Jan-2023 03:11:00 Progress (1): 2.0/2.7 MB error 03-Jan-2023 03:11:00 Progress (1): 2.0/2.7 MB error 03-Jan-2023 03:11:00 Progress (1): 2.0/2.7 MB error 03-Jan-2023 03:11:00 Progress (1): 2.0/2.7 MB error 03-Jan-2023 03:11:00 Progress (1): 2.0/2.7 MB error 03-Jan-2023 03:11:00 Progress (1): 2.1/2.7 MB error 03-Jan-2023 03:11:00 Progress (1): 2.1/2.7 MB error 03-Jan-2023 03:11:00 Progress (1): 2.1/2.7 MB error 03-Jan-2023 03:11:00 Progress (1): 2.1/2.7 MB error 03-Jan-2023 03:11:00 Progress (1): 2.1/2.7 MB error 03-Jan-2023 03:11:00 Progress (1): 2.1/2.7 MB error 03-Jan-2023 03:11:00 Progress (1): 2.2/2.7 MB error 03-Jan-2023 03:11:00 Progress (1): 2.2/2.7 MB error 03-Jan-2023 03:11:00 Progress (1): 2.2/2.7 MB error 03-Jan-2023 03:11:00 Progress (1): 2.2/2.7 MB error 03-Jan-2023 03:11:00 Progress (1): 2.2/2.7 MB error 03-Jan-2023 03:11:00 Progress (1): 2.2/2.7 MB error 03-Jan-2023 03:11:00 Progress (1): 2.3/2.7 MB error 03-Jan-2023 03:11:00 Progress (1): 2.3/2.7 MB error 03-Jan-2023 03:11:00 Progress (1): 2.3/2.7 MB error 03-Jan-2023 03:11:00 Progress (1): 2.3/2.7 MB error 03-Jan-2023 03:11:00 Progress (1): 2.3/2.7 MB error 03-Jan-2023 03:11:00 Progress (1): 2.3/2.7 MB error 03-Jan-2023 03:11:00 Progress (1): 2.4/2.7 MB error 03-Jan-2023 03:11:00 Progress (1): 2.4/2.7 MB error 03-Jan-2023 03:11:00 Progress (1): 2.4/2.7 MB error 03-Jan-2023 03:11:00 Progress (1): 2.4/2.7 MB error 03-Jan-2023 03:11:00 Progress (1): 2.4/2.7 MB error 03-Jan-2023 03:11:00 Progress (1): 2.4/2.7 MB error 03-Jan-2023 03:11:00 Progress (1): 2.5/2.7 MB error 03-Jan-2023 03:11:00 Progress (1): 2.5/2.7 MB error 03-Jan-2023 03:11:00 Progress (1): 2.5/2.7 MB error 03-Jan-2023 03:11:00 Progress (1): 2.5/2.7 MB error 03-Jan-2023 03:11:00 Progress (1): 2.5/2.7 MB error 03-Jan-2023 03:11:00 Progress (1): 2.5/2.7 MB error 03-Jan-2023 03:11:00 Progress (1): 2.6/2.7 MB error 03-Jan-2023 03:11:00 Progress (1): 2.6/2.7 MB error 03-Jan-2023 03:11:00 Progress (1): 2.6/2.7 MB error 03-Jan-2023 03:11:00 Progress (1): 2.6/2.7 MB error 03-Jan-2023 03:11:00 Progress (1): 2.6/2.7 MB error 03-Jan-2023 03:11:00 Progress (1): 2.6/2.7 MB error 03-Jan-2023 03:11:00 Progress (1): 2.7/2.7 MB error 03-Jan-2023 03:11:00 Progress (1): 2.7/2.7 MB error 03-Jan-2023 03:11:00 Progress (1): 2.7/2.7 MB error 03-Jan-2023 03:11:00 Progress (1): 2.7/2.7 MB error 03-Jan-2023 03:11:00 Progress (1): 2.7/2.7 MB error 03-Jan-2023 03:11:00 Progress (1): 2.7 MB error 03-Jan-2023 03:11:00 error 03-Jan-2023 03:11:00 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/uiframework-omod/3.23.0/uiframework-omod-3.23.0.jar (2.7 MB at 4.7 MB/s) error 03-Jan-2023 03:11:00 #21 100.8 [INFO] Configured Artifact: org.openmrs.module:metadatasharing-omod:1.9.0:jar error 03-Jan-2023 03:11:00 #21 100.8 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/metadatasharing-omod/1.9.0/metadatasharing-omod-1.9.0.pom error 03-Jan-2023 03:11:00 #21 100.9 Progress (1): 2.9 kB error 03-Jan-2023 03:11:00 error 03-Jan-2023 03:11:00 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/metadatasharing-omod/1.9.0/metadatasharing-omod-1.9.0.pom (2.9 kB at 14 kB/s) error 03-Jan-2023 03:11:00 #21 101.0 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/metadatasharing/1.9.0/metadatasharing-1.9.0.pom error 03-Jan-2023 03:11:00 #21 101.1 Progress (1): 3.3/11 kB error 03-Jan-2023 03:11:00 Progress (1): 6.1/11 kB error 03-Jan-2023 03:11:00 Progress (1): 8.9/11 kB error 03-Jan-2023 03:11:00 Progress (1): 11 kB error 03-Jan-2023 03:11:00 error 03-Jan-2023 03:11:00 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/metadatasharing/1.9.0/metadatasharing-1.9.0.pom (11 kB at 52 kB/s) error 03-Jan-2023 03:11:00 #21 101.3 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/metadatasharing-omod/1.9.0/metadatasharing-omod-1.9.0.jar error 03-Jan-2023 03:11:00 #21 101.5 Progress (1): 4.1/509 kB error 03-Jan-2023 03:11:00 Progress (1): 8.2/509 kB error 03-Jan-2023 03:11:00 Progress (1): 12/509 kB error 03-Jan-2023 03:11:00 Progress (1): 16/509 kB error 03-Jan-2023 03:11:00 Progress (1): 20/509 kB error 03-Jan-2023 03:11:00 Progress (1): 25/509 kB error 03-Jan-2023 03:11:00 Progress (1): 29/509 kB error 03-Jan-2023 03:11:00 Progress (1): 33/509 kB error 03-Jan-2023 03:11:00 Progress (1): 37/509 kB error 03-Jan-2023 03:11:00 Progress (1): 41/509 kB error 03-Jan-2023 03:11:00 Progress (1): 45/509 kB error 03-Jan-2023 03:11:00 Progress (1): 49/509 kB error 03-Jan-2023 03:11:00 Progress (1): 53/509 kB error 03-Jan-2023 03:11:00 Progress (1): 57/509 kB error 03-Jan-2023 03:11:00 Progress (1): 61/509 kB error 03-Jan-2023 03:11:00 Progress (1): 66/509 kB error 03-Jan-2023 03:11:00 Progress (1): 70/509 kB error 03-Jan-2023 03:11:00 Progress (1): 74/509 kB error 03-Jan-2023 03:11:00 Progress (1): 76/509 kB error 03-Jan-2023 03:11:00 Progress (1): 80/509 kB error 03-Jan-2023 03:11:00 Progress (1): 84/509 kB error 03-Jan-2023 03:11:00 Progress (1): 88/509 kB error 03-Jan-2023 03:11:00 Progress (1): 92/509 kB error 03-Jan-2023 03:11:00 Progress (1): 96/509 kB error 03-Jan-2023 03:11:00 Progress (1): 100/509 kB error 03-Jan-2023 03:11:00 Progress (1): 105/509 kB error 03-Jan-2023 03:11:00 Progress (1): 109/509 kB error 03-Jan-2023 03:11:00 Progress (1): 111/509 kB error 03-Jan-2023 03:11:00 Progress (1): 115/509 kB error 03-Jan-2023 03:11:00 Progress (1): 119/509 kB error 03-Jan-2023 03:11:00 Progress (1): 123/509 kB error 03-Jan-2023 03:11:00 Progress (1): 125/509 kB error 03-Jan-2023 03:11:00 Progress (1): 129/509 kB error 03-Jan-2023 03:11:00 Progress (1): 134/509 kB error 03-Jan-2023 03:11:00 Progress (1): 138/509 kB error 03-Jan-2023 03:11:00 Progress (1): 142/509 kB error 03-Jan-2023 03:11:00 Progress (1): 146/509 kB error 03-Jan-2023 03:11:00 Progress (1): 150/509 kB error 03-Jan-2023 03:11:00 Progress (1): 154/509 kB error 03-Jan-2023 03:11:00 Progress (1): 158/509 kB error 03-Jan-2023 03:11:00 Progress (1): 162/509 kB error 03-Jan-2023 03:11:00 Progress (1): 166/509 kB error 03-Jan-2023 03:11:00 Progress (1): 170/509 kB error 03-Jan-2023 03:11:00 Progress (1): 174/509 kB error 03-Jan-2023 03:11:00 Progress (1): 179/509 kB error 03-Jan-2023 03:11:00 Progress (1): 183/509 kB error 03-Jan-2023 03:11:00 Progress (1): 187/509 kB error 03-Jan-2023 03:11:00 Progress (1): 191/509 kB error 03-Jan-2023 03:11:00 Progress (1): 195/509 kB error 03-Jan-2023 03:11:00 Progress (1): 197/509 kB error 03-Jan-2023 03:11:00 Progress (1): 201/509 kB error 03-Jan-2023 03:11:00 Progress (1): 206/509 kB error 03-Jan-2023 03:11:00 Progress (1): 210/509 kB error 03-Jan-2023 03:11:00 Progress (1): 214/509 kB error 03-Jan-2023 03:11:00 Progress (1): 218/509 kB error 03-Jan-2023 03:11:00 Progress (1): 222/509 kB error 03-Jan-2023 03:11:00 Progress (1): 226/509 kB error 03-Jan-2023 03:11:00 Progress (1): 230/509 kB error 03-Jan-2023 03:11:00 Progress (1): 232/509 kB error 03-Jan-2023 03:11:00 Progress (1): 236/509 kB error 03-Jan-2023 03:11:00 Progress (1): 240/509 kB error 03-Jan-2023 03:11:00 Progress (1): 244/509 kB error 03-Jan-2023 03:11:00 Progress (1): 249/509 kB error 03-Jan-2023 03:11:00 Progress (1): 251/509 kB error 03-Jan-2023 03:11:00 Progress (1): 255/509 kB error 03-Jan-2023 03:11:00 Progress (1): 260/509 kB error 03-Jan-2023 03:11:00 Progress (1): 264/509 kB error 03-Jan-2023 03:11:00 Progress (1): 268/509 kB error 03-Jan-2023 03:11:00 Progress (1): 272/509 kB error 03-Jan-2023 03:11:00 Progress (1): 276/509 kB error 03-Jan-2023 03:11:00 Progress (1): 280/509 kB error 03-Jan-2023 03:11:00 Progress (1): 284/509 kB error 03-Jan-2023 03:11:00 Progress (1): 288/509 kB error 03-Jan-2023 03:11:00 Progress (1): 292/509 kB error 03-Jan-2023 03:11:00 Progress (1): 295/509 kB error 03-Jan-2023 03:11:00 Progress (1): 299/509 kB error 03-Jan-2023 03:11:00 Progress (1): 303/509 kB error 03-Jan-2023 03:11:00 Progress (1): 307/509 kB error 03-Jan-2023 03:11:00 Progress (1): 312/509 kB error 03-Jan-2023 03:11:00 Progress (1): 314/509 kB error 03-Jan-2023 03:11:00 Progress (1): 318/509 kB error 03-Jan-2023 03:11:00 Progress (1): 323/509 kB error 03-Jan-2023 03:11:00 Progress (1): 327/509 kB error 03-Jan-2023 03:11:00 Progress (1): 331/509 kB error 03-Jan-2023 03:11:00 Progress (1): 335/509 kB error 03-Jan-2023 03:11:00 Progress (1): 339/509 kB error 03-Jan-2023 03:11:00 Progress (1): 343/509 kB error 03-Jan-2023 03:11:00 Progress (1): 347/509 kB error 03-Jan-2023 03:11:00 Progress (1): 351/509 kB error 03-Jan-2023 03:11:00 Progress (1): 355/509 kB error 03-Jan-2023 03:11:00 Progress (1): 358/509 kB error 03-Jan-2023 03:11:00 Progress (1): 362/509 kB error 03-Jan-2023 03:11:00 Progress (1): 366/509 kB error 03-Jan-2023 03:11:00 Progress (1): 370/509 kB error 03-Jan-2023 03:11:00 Progress (1): 375/509 kB error 03-Jan-2023 03:11:00 Progress (1): 379/509 kB error 03-Jan-2023 03:11:00 Progress (1): 383/509 kB error 03-Jan-2023 03:11:00 Progress (1): 387/509 kB error 03-Jan-2023 03:11:00 Progress (1): 391/509 kB error 03-Jan-2023 03:11:00 Progress (1): 393/509 kB error 03-Jan-2023 03:11:00 Progress (1): 397/509 kB error 03-Jan-2023 03:11:00 Progress (1): 401/509 kB error 03-Jan-2023 03:11:00 Progress (1): 405/509 kB error 03-Jan-2023 03:11:00 Progress (1): 409/509 kB error 03-Jan-2023 03:11:00 Progress (1): 413/509 kB error 03-Jan-2023 03:11:00 Progress (1): 418/509 kB error 03-Jan-2023 03:11:00 Progress (1): 422/509 kB error 03-Jan-2023 03:11:00 Progress (1): 426/509 kB error 03-Jan-2023 03:11:00 Progress (1): 428/509 kB error 03-Jan-2023 03:11:00 Progress (1): 432/509 kB error 03-Jan-2023 03:11:00 Progress (1): 436/509 kB error 03-Jan-2023 03:11:00 Progress (1): 440/509 kB error 03-Jan-2023 03:11:00 Progress (1): 444/509 kB error 03-Jan-2023 03:11:00 Progress (1): 448/509 kB error 03-Jan-2023 03:11:00 Progress (1): 452/509 kB error 03-Jan-2023 03:11:00 Progress (1): 456/509 kB error 03-Jan-2023 03:11:00 Progress (1): 461/509 kB error 03-Jan-2023 03:11:00 Progress (1): 465/509 kB error 03-Jan-2023 03:11:00 Progress (1): 469/509 kB error 03-Jan-2023 03:11:00 Progress (1): 473/509 kB error 03-Jan-2023 03:11:00 Progress (1): 476/509 kB error 03-Jan-2023 03:11:00 Progress (1): 480/509 kB error 03-Jan-2023 03:11:00 Progress (1): 484/509 kB error 03-Jan-2023 03:11:00 Progress (1): 488/509 kB error 03-Jan-2023 03:11:00 Progress (1): 491/509 kB error 03-Jan-2023 03:11:00 Progress (1): 495/509 kB error 03-Jan-2023 03:11:00 Progress (1): 499/509 kB error 03-Jan-2023 03:11:00 Progress (1): 503/509 kB error 03-Jan-2023 03:11:00 Progress (1): 507/509 kB error 03-Jan-2023 03:11:00 Progress (1): 509 kB error 03-Jan-2023 03:11:00 error 03-Jan-2023 03:11:00 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/metadatasharing-omod/1.9.0/metadatasharing-omod-1.9.0.jar (509 kB at 1.1 MB/s) error 03-Jan-2023 03:11:00 #21 101.7 [INFO] Copying addresshierarchy-omod-2.15.0.jar to /app/package/target/distro/web/modules/addresshierarchy-2.15.0.omod error 03-Jan-2023 03:11:00 #21 101.7 [INFO] Copying legacyui-omod-1.13.0.jar to /app/package/target/distro/web/modules/legacyui-1.13.0.omod error 03-Jan-2023 03:11:00 #21 101.7 [INFO] Copying openconceptlab-omod-2.0.0.jar to /app/package/target/distro/web/modules/openconceptlab-2.0.0.omod error 03-Jan-2023 03:11:00 #21 101.7 [INFO] Copying metadatadeploy-omod-1.13.0.jar to /app/package/target/distro/web/modules/metadatadeploy-1.13.0.omod error 03-Jan-2023 03:11:00 #21 101.7 [INFO] Copying reportingrest-omod-1.14.0.jar to /app/package/target/distro/web/modules/reportingrest-1.14.0.omod error 03-Jan-2023 03:11:00 #21 101.7 [INFO] Copying owa-omod-1.14.0.jar to /app/package/target/distro/web/modules/owa-1.14.0.omod error 03-Jan-2023 03:11:00 #21 101.7 [INFO] Copying fhir2-omod-1.8.0.jar to /app/package/target/distro/web/modules/fhir2-1.8.0.omod error 03-Jan-2023 03:11:00 #21 101.8 [INFO] Copying serialization.xstream-omod-0.2.16.omod to /app/package/target/distro/web/modules/serialization.xstream-0.2.16.omod error 03-Jan-2023 03:11:00 #21 101.8 [INFO] Copying registrationapp-omod-1.25.0.jar to /app/package/target/distro/web/modules/registrationapp-1.25.0.omod error 03-Jan-2023 03:11:00 #21 101.8 [INFO] Copying event-omod-2.10.0.jar to /app/package/target/distro/web/modules/event-2.10.0.omod error 03-Jan-2023 03:11:00 #21 101.8 [INFO] Copying uilibrary-omod-2.0.7.jar to /app/package/target/distro/web/modules/uilibrary-2.0.7.omod error 03-Jan-2023 03:11:00 #21 101.8 [INFO] Copying htmlwidgets-omod-1.11.0.jar to /app/package/target/distro/web/modules/htmlwidgets-1.11.0.omod error 03-Jan-2023 03:11:00 #21 101.8 [INFO] Copying dataexchange-omod-1.3.8.jar to /app/package/target/distro/web/modules/dataexchange-1.3.8.omod error 03-Jan-2023 03:11:00 #21 101.8 [INFO] Copying appui-omod-1.16.0.jar to /app/package/target/distro/web/modules/appui-1.16.0.omod error 03-Jan-2023 03:11:00 #21 101.8 [INFO] Copying allergyui-omod-1.8.5.jar to /app/package/target/distro/web/modules/allergyui-1.8.5.omod error 03-Jan-2023 03:11:00 #21 101.8 [INFO] Copying providermanagement-omod-2.14.0.jar to /app/package/target/distro/web/modules/providermanagement-2.14.0.omod error 03-Jan-2023 03:11:00 #21 101.8 [INFO] Copying appointmentschedulingui-omod-1.14.0.jar to /app/package/target/distro/web/modules/appointmentschedulingui-1.14.0.omod error 03-Jan-2023 03:11:00 #21 101.8 [INFO] Copying attachments-omod-2.7.0.jar to /app/package/target/distro/web/modules/attachments-2.7.0.omod error 03-Jan-2023 03:11:00 #21 101.8 [INFO] Copying formentryapp-omod-1.4.3.jar to /app/package/target/distro/web/modules/formentryapp-1.4.3.omod error 03-Jan-2023 03:11:00 #21 101.8 [INFO] Copying idgen-omod-4.9.0.jar to /app/package/target/distro/web/modules/idgen-4.9.0.omod error 03-Jan-2023 03:11:00 #21 101.8 [INFO] Copying metadatamapping-omod-1.6.0.jar to /app/package/target/distro/web/modules/metadatamapping-1.6.0.omod error 03-Jan-2023 03:11:00 #21 101.8 [INFO] Copying htmlformentryui-omod-2.2.0.jar to /app/package/target/distro/web/modules/htmlformentryui-2.2.0.omod error 03-Jan-2023 03:11:00 #21 101.8 [INFO] Copying referencedemodata-omod-1.4.8.jar to /app/package/target/distro/web/modules/referencedemodata-1.4.8.omod error 03-Jan-2023 03:11:00 #21 101.8 [INFO] Copying emrapi-omod-1.33.0.jar to /app/package/target/distro/web/modules/emrapi-1.33.0.omod error 03-Jan-2023 03:11:00 #21 101.8 [INFO] Copying referenceapplication-omod-2.13.0-SNAPSHOT.jar to /app/package/target/distro/web/modules/referenceapplication-2.13.0-SNAPSHOT.omod error 03-Jan-2023 03:11:00 #21 101.8 [INFO] Copying htmlformentry-omod-5.1.0.jar to /app/package/target/distro/web/modules/htmlformentry-5.1.0.omod error 03-Jan-2023 03:11:00 #21 101.8 [INFO] Copying appframework-omod-2.17.0.jar to /app/package/target/distro/web/modules/appframework-2.17.0.omod error 03-Jan-2023 03:11:00 #21 101.9 [INFO] Copying referencemetadata-omod-2.13.0.jar to /app/package/target/distro/web/modules/referencemetadata-2.13.0.omod error 03-Jan-2023 03:11:00 #21 101.9 [INFO] Copying reportingui-omod-1.11.0.jar to /app/package/target/distro/web/modules/reportingui-1.11.0.omod error 03-Jan-2023 03:11:00 #21 101.9 [INFO] Copying coreapps-omod-1.38.0.jar to /app/package/target/distro/web/modules/coreapps-1.38.0.omod error 03-Jan-2023 03:11:00 #21 101.9 [INFO] Copying reportingcompatibility-omod-2.0.9.jar to /app/package/target/distro/web/modules/reportingcompatibility-2.0.9.omod error 03-Jan-2023 03:11:00 #21 101.9 [INFO] Copying reporting-omod-1.25.0.jar to /app/package/target/distro/web/modules/reporting-1.25.0.omod error 03-Jan-2023 03:11:00 #21 101.9 [INFO] Copying adminui-omod-1.6.0.jar to /app/package/target/distro/web/modules/adminui-1.6.0.omod error 03-Jan-2023 03:11:00 #21 101.9 [INFO] Copying registrationcore-omod-1.12.0.jar to /app/package/target/distro/web/modules/registrationcore-1.12.0.omod error 03-Jan-2023 03:11:00 #21 101.9 [INFO] Copying appointmentscheduling-omod-1.17.0.jar to /app/package/target/distro/web/modules/appointmentscheduling-1.17.0.omod error 03-Jan-2023 03:11:00 #21 101.9 [INFO] Copying atlas-omod-2.2.6.omod to /app/package/target/distro/web/modules/atlas-2.2.6.omod error 03-Jan-2023 03:11:00 #21 101.9 [INFO] Copying calculation-omod-1.3.0.jar to /app/package/target/distro/web/modules/calculation-1.3.0.omod error 03-Jan-2023 03:11:00 #21 101.9 [INFO] Copying webservices.rest-omod-2.38.0.jar to /app/package/target/distro/web/modules/webservices.rest-2.38.0.omod error 03-Jan-2023 03:11:00 #21 101.9 [INFO] Copying spa-omod-1.0.9.jar to /app/package/target/distro/web/modules/spa-1.0.9.omod error 03-Jan-2023 03:11:00 #21 101.9 [INFO] Copying uicommons-omod-2.23.0.jar to /app/package/target/distro/web/modules/uicommons-2.23.0.omod error 03-Jan-2023 03:11:00 #21 101.9 [INFO] Copying uiframework-omod-3.23.0.jar to /app/package/target/distro/web/modules/uiframework-3.23.0.omod error 03-Jan-2023 03:11:00 #21 101.9 [INFO] Copying metadatasharing-omod-1.9.0.jar to /app/package/target/distro/web/modules/metadatasharing-1.9.0.omod error 03-Jan-2023 03:11:00 #21 101.9 error 03-Jan-2023 03:11:00 #21 101.9 Downloading OWAs... error 03-Jan-2023 03:11:00 #21 101.9 error 03-Jan-2023 03:11:00 #21 101.9 error 03-Jan-2023 03:11:00 #21 101.9 Downloading OWA: org.openmrs.owa:openmrs-owa-sysadmin:1.2 error 03-Jan-2023 03:11:00 #21 101.9 [INFO] Configured Artifact: org.openmrs.owa:sysadmin:1.2:zip error 03-Jan-2023 03:11:00 #21 101.9 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/owa/sysadmin/1.2/sysadmin-1.2.pom error 03-Jan-2023 03:11:00 #21 102.0 Progress (1): 424 B error 03-Jan-2023 03:11:00 error 03-Jan-2023 03:11:00 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/owa/sysadmin/1.2/sysadmin-1.2.pom (424 B at 1.9 kB/s) error 03-Jan-2023 03:11:00 #21 102.2 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/owa/sysadmin/1.2/sysadmin-1.2.zip error 03-Jan-2023 03:11:00 #21 102.4 Progress (1): 0/1.1 MB error 03-Jan-2023 03:11:00 Progress (1): 0/1.1 MB error 03-Jan-2023 03:11:00 Progress (1): 0/1.1 MB error 03-Jan-2023 03:11:00 Progress (1): 0/1.1 MB error 03-Jan-2023 03:11:00 Progress (1): 0/1.1 MB error 03-Jan-2023 03:11:00 Progress (1): 0/1.1 MB error 03-Jan-2023 03:11:00 Progress (1): 0.1/1.1 MB error 03-Jan-2023 03:11:00 Progress (1): 0.1/1.1 MB error 03-Jan-2023 03:11:00 Progress (1): 0.1/1.1 MB error 03-Jan-2023 03:11:00 Progress (1): 0.1/1.1 MB error 03-Jan-2023 03:11:00 Progress (1): 0.1/1.1 MB error 03-Jan-2023 03:11:00 Progress (1): 0.1/1.1 MB error 03-Jan-2023 03:11:00 Progress (1): 0.1/1.1 MB error 03-Jan-2023 03:11:00 Progress (1): 0.1/1.1 MB error 03-Jan-2023 03:11:00 Progress (1): 0.1/1.1 MB error 03-Jan-2023 03:11:00 Progress (1): 0.1/1.1 MB error 03-Jan-2023 03:11:00 Progress (1): 0.1/1.1 MB error 03-Jan-2023 03:11:00 Progress (1): 0.1/1.1 MB error 03-Jan-2023 03:11:00 Progress (1): 0.1/1.1 MB error 03-Jan-2023 03:11:00 Progress (1): 0.2/1.1 MB error 03-Jan-2023 03:11:00 Progress (1): 0.2/1.1 MB error 03-Jan-2023 03:11:00 Progress (1): 0.2/1.1 MB error 03-Jan-2023 03:11:00 Progress (1): 0.2/1.1 MB error 03-Jan-2023 03:11:00 Progress (1): 0.2/1.1 MB error 03-Jan-2023 03:11:00 Progress (1): 0.2/1.1 MB error 03-Jan-2023 03:11:00 Progress (1): 0.2/1.1 MB error 03-Jan-2023 03:11:00 Progress (1): 0.2/1.1 MB error 03-Jan-2023 03:11:00 Progress (1): 0.2/1.1 MB error 03-Jan-2023 03:11:00 Progress (1): 0.2/1.1 MB error 03-Jan-2023 03:11:00 Progress (1): 0.2/1.1 MB error 03-Jan-2023 03:11:00 Progress (1): 0.2/1.1 MB error 03-Jan-2023 03:11:00 Progress (1): 0.2/1.1 MB error 03-Jan-2023 03:11:00 Progress (1): 0.3/1.1 MB error 03-Jan-2023 03:11:00 Progress (1): 0.3/1.1 MB error 03-Jan-2023 03:11:00 Progress (1): 0.3/1.1 MB error 03-Jan-2023 03:11:00 Progress (1): 0.3/1.1 MB error 03-Jan-2023 03:11:00 Progress (1): 0.3/1.1 MB error 03-Jan-2023 03:11:00 Progress (1): 0.3/1.1 MB error 03-Jan-2023 03:11:00 Progress (1): 0.3/1.1 MB error 03-Jan-2023 03:11:00 Progress (1): 0.3/1.1 MB error 03-Jan-2023 03:11:00 Progress (1): 0.3/1.1 MB error 03-Jan-2023 03:11:00 Progress (1): 0.3/1.1 MB error 03-Jan-2023 03:11:00 Progress (1): 0.3/1.1 MB error 03-Jan-2023 03:11:00 Progress (1): 0.3/1.1 MB error 03-Jan-2023 03:11:00 Progress (1): 0.3/1.1 MB error 03-Jan-2023 03:11:00 Progress (1): 0.4/1.1 MB error 03-Jan-2023 03:11:00 Progress (1): 0.4/1.1 MB error 03-Jan-2023 03:11:00 Progress (1): 0.4/1.1 MB error 03-Jan-2023 03:11:00 Progress (1): 0.4/1.1 MB error 03-Jan-2023 03:11:00 Progress (1): 0.4/1.1 MB error 03-Jan-2023 03:11:00 Progress (1): 0.4/1.1 MB error 03-Jan-2023 03:11:00 Progress (1): 0.4/1.1 MB error 03-Jan-2023 03:11:00 Progress (1): 0.4/1.1 MB error 03-Jan-2023 03:11:00 Progress (1): 0.4/1.1 MB error 03-Jan-2023 03:11:00 Progress (1): 0.4/1.1 MB error 03-Jan-2023 03:11:00 Progress (1): 0.4/1.1 MB error 03-Jan-2023 03:11:00 Progress (1): 0.4/1.1 MB error 03-Jan-2023 03:11:00 Progress (1): 0.5/1.1 MB error 03-Jan-2023 03:11:00 Progress (1): 0.5/1.1 MB error 03-Jan-2023 03:11:00 Progress (1): 0.5/1.1 MB error 03-Jan-2023 03:11:00 Progress (1): 0.5/1.1 MB error 03-Jan-2023 03:11:00 Progress (1): 0.5/1.1 MB error 03-Jan-2023 03:11:00 Progress (1): 0.5/1.1 MB error 03-Jan-2023 03:11:00 Progress (1): 0.5/1.1 MB error 03-Jan-2023 03:11:00 Progress (1): 0.5/1.1 MB error 03-Jan-2023 03:11:00 Progress (1): 0.5/1.1 MB error 03-Jan-2023 03:11:00 Progress (1): 0.5/1.1 MB error 03-Jan-2023 03:11:00 Progress (1): 0.5/1.1 MB error 03-Jan-2023 03:11:00 Progress (1): 0.5/1.1 MB error 03-Jan-2023 03:11:00 Progress (1): 0.5/1.1 MB error 03-Jan-2023 03:11:00 Progress (1): 0.5/1.1 MB error 03-Jan-2023 03:11:00 Progress (1): 0.6/1.1 MB error 03-Jan-2023 03:11:00 Progress (1): 0.6/1.1 MB error 03-Jan-2023 03:11:00 Progress (1): 0.6/1.1 MB error 03-Jan-2023 03:11:00 Progress (1): 0.6/1.1 MB error 03-Jan-2023 03:11:00 Progress (1): 0.6/1.1 MB error 03-Jan-2023 03:11:00 Progress (1): 0.6/1.1 MB error 03-Jan-2023 03:11:00 Progress (1): 0.6/1.1 MB error 03-Jan-2023 03:11:00 Progress (1): 0.6/1.1 MB error 03-Jan-2023 03:11:00 Progress (1): 0.6/1.1 MB error 03-Jan-2023 03:11:00 Progress (1): 0.6/1.1 MB error 03-Jan-2023 03:11:00 Progress (1): 0.6/1.1 MB error 03-Jan-2023 03:11:00 Progress (1): 0.6/1.1 MB error 03-Jan-2023 03:11:00 Progress (1): 0.7/1.1 MB error 03-Jan-2023 03:11:00 Progress (1): 0.7/1.1 MB error 03-Jan-2023 03:11:00 Progress (1): 0.7/1.1 MB error 03-Jan-2023 03:11:00 Progress (1): 0.7/1.1 MB error 03-Jan-2023 03:11:00 Progress (1): 0.7/1.1 MB error 03-Jan-2023 03:11:00 Progress (1): 0.7/1.1 MB error 03-Jan-2023 03:11:00 Progress (1): 0.7/1.1 MB error 03-Jan-2023 03:11:00 Progress (1): 0.7/1.1 MB error 03-Jan-2023 03:11:00 Progress (1): 0.7/1.1 MB error 03-Jan-2023 03:11:00 Progress (1): 0.7/1.1 MB error 03-Jan-2023 03:11:00 Progress (1): 0.7/1.1 MB error 03-Jan-2023 03:11:00 Progress (1): 0.7/1.1 MB error 03-Jan-2023 03:11:00 Progress (1): 0.8/1.1 MB error 03-Jan-2023 03:11:00 Progress (1): 0.8/1.1 MB error 03-Jan-2023 03:11:00 Progress (1): 0.8/1.1 MB error 03-Jan-2023 03:11:00 Progress (1): 0.8/1.1 MB error 03-Jan-2023 03:11:00 Progress (1): 0.8/1.1 MB error 03-Jan-2023 03:11:00 Progress (1): 0.8/1.1 MB error 03-Jan-2023 03:11:00 Progress (1): 0.8/1.1 MB error 03-Jan-2023 03:11:00 Progress (1): 0.8/1.1 MB error 03-Jan-2023 03:11:00 Progress (1): 0.8/1.1 MB error 03-Jan-2023 03:11:00 Progress (1): 0.8/1.1 MB error 03-Jan-2023 03:11:00 Progress (1): 0.8/1.1 MB error 03-Jan-2023 03:11:00 Progress (1): 0.8/1.1 MB error 03-Jan-2023 03:11:00 Progress (1): 0.8/1.1 MB error 03-Jan-2023 03:11:00 Progress (1): 0.9/1.1 MB error 03-Jan-2023 03:11:00 Progress (1): 0.9/1.1 MB error 03-Jan-2023 03:11:00 Progress (1): 0.9/1.1 MB error 03-Jan-2023 03:11:00 Progress (1): 0.9/1.1 MB error 03-Jan-2023 03:11:00 Progress (1): 0.9/1.1 MB error 03-Jan-2023 03:11:00 Progress (1): 0.9/1.1 MB error 03-Jan-2023 03:11:00 Progress (1): 0.9/1.1 MB error 03-Jan-2023 03:11:00 Progress (1): 0.9/1.1 MB error 03-Jan-2023 03:11:00 Progress (1): 0.9/1.1 MB error 03-Jan-2023 03:11:00 Progress (1): 0.9/1.1 MB error 03-Jan-2023 03:11:00 Progress (1): 0.9/1.1 MB error 03-Jan-2023 03:11:00 Progress (1): 0.9/1.1 MB error 03-Jan-2023 03:11:00 Progress (1): 1.0/1.1 MB error 03-Jan-2023 03:11:00 Progress (1): 1.0/1.1 MB error 03-Jan-2023 03:11:00 Progress (1): 1.0/1.1 MB error 03-Jan-2023 03:11:00 Progress (1): 1.0/1.1 MB error 03-Jan-2023 03:11:00 Progress (1): 1.0/1.1 MB error 03-Jan-2023 03:11:00 Progress (1): 1.0/1.1 MB error 03-Jan-2023 03:11:00 Progress (1): 1.0/1.1 MB error 03-Jan-2023 03:11:00 Progress (1): 1.0/1.1 MB error 03-Jan-2023 03:11:00 Progress (1): 1.0/1.1 MB error 03-Jan-2023 03:11:00 Progress (1): 1.0/1.1 MB error 03-Jan-2023 03:11:00 Progress (1): 1.0/1.1 MB error 03-Jan-2023 03:11:00 Progress (1): 1.0/1.1 MB error 03-Jan-2023 03:11:00 Progress (1): 1.1/1.1 MB error 03-Jan-2023 03:11:00 Progress (1): 1.1/1.1 MB error 03-Jan-2023 03:11:00 Progress (1): 1.1/1.1 MB error 03-Jan-2023 03:11:00 Progress (1): 1.1/1.1 MB error 03-Jan-2023 03:11:00 Progress (1): 1.1/1.1 MB error 03-Jan-2023 03:11:00 Progress (1): 1.1/1.1 MB error 03-Jan-2023 03:11:00 Progress (1): 1.1/1.1 MB error 03-Jan-2023 03:11:00 Progress (1): 1.1/1.1 MB error 03-Jan-2023 03:11:00 Progress (1): 1.1 MB error 03-Jan-2023 03:11:00 error 03-Jan-2023 03:11:00 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/owa/sysadmin/1.2/sysadmin-1.2.zip (1.1 MB at 2.4 MB/s) error 03-Jan-2023 03:11:00 #21 102.6 [INFO] Copying sysadmin-1.2.zip to /app/package/target/distro/web/owa/sysadmin-1.2.zip error 03-Jan-2023 03:11:00 #21 102.6 error 03-Jan-2023 03:11:00 #21 102.6 Creating Docker Compose configuration... error 03-Jan-2023 03:11:00 #21 102.6 error 03-Jan-2023 03:11:00 #21 102.8 error 03-Jan-2023 03:11:00 #21 102.8 The 'referenceapplication' distribution created! To start up the server run 'docker-compose up' from /app/package/target/distro error 03-Jan-2023 03:11:00 #21 102.8 error 03-Jan-2023 03:11:00 #21 102.8 [INFO] error 03-Jan-2023 03:11:00 #21 102.8 [INFO] --- openmrs-sdk-maven-plugin:4.5.0:build-distro (build-bundled-distro) @ referenceapplication-package --- error 03-Jan-2023 03:11:00 #21 102.8 error 03-Jan-2023 03:11:00 #21 102.8 Downloading modules... error 03-Jan-2023 03:11:00 #21 102.8 error 03-Jan-2023 03:11:00 #21 102.8 [INFO] Configured Artifact: org.openmrs.web:openmrs-webapp:2.5.8:war error 03-Jan-2023 03:11:00 #21 102.8 [INFO] Copying openmrs-webapp-2.5.8.war to /app/package/target/bundled-distro/web/openmrs-2.5.8.war error 03-Jan-2023 03:11:00 #21 103.0 error 03-Jan-2023 03:11:00 #21 103.0 file:/app/package/target/bundled-distro/web/openmrs-2.5.8.war error 03-Jan-2023 03:11:00 #21 103.0 error 03-Jan-2023 03:11:00 #21 103.0 target:/app/package/target/bundled-distro/web error 03-Jan-2023 03:11:00 #21 103.0 [INFO] Configured Artifact: org.openmrs.module:addresshierarchy-omod:2.15.0:jar error 03-Jan-2023 03:11:00 #21 103.0 [INFO] Configured Artifact: org.openmrs.module:legacyui-omod:1.13.0:jar error 03-Jan-2023 03:11:00 #21 103.0 [INFO] Configured Artifact: org.openmrs.module:openconceptlab-omod:2.0.0:jar error 03-Jan-2023 03:11:00 #21 103.0 [INFO] Configured Artifact: org.openmrs.module:metadatadeploy-omod:1.13.0:jar error 03-Jan-2023 03:11:00 #21 103.0 [INFO] Configured Artifact: org.openmrs.module:reportingrest-omod:1.14.0:jar error 03-Jan-2023 03:11:00 #21 103.0 [INFO] Configured Artifact: org.openmrs.module:owa-omod:1.14.0:jar error 03-Jan-2023 03:11:00 #21 103.0 [INFO] Configured Artifact: org.openmrs.module:fhir2-omod:1.8.0:jar error 03-Jan-2023 03:11:00 #21 103.0 [INFO] Configured Artifact: org.openmrs.module:serialization.xstream-omod:0.2.16:omod error 03-Jan-2023 03:11:00 #21 103.0 [INFO] Configured Artifact: org.openmrs.module:registrationapp-omod:1.25.0:jar error 03-Jan-2023 03:11:00 #21 103.0 [INFO] Configured Artifact: org.openmrs:event-omod:2.10.0:jar error 03-Jan-2023 03:11:00 #21 103.0 [INFO] Configured Artifact: org.openmrs.module:uilibrary-omod:2.0.7:jar error 03-Jan-2023 03:11:00 #21 103.0 [INFO] Configured Artifact: org.openmrs.module:htmlwidgets-omod:1.11.0:jar error 03-Jan-2023 03:11:00 #21 103.0 [INFO] Configured Artifact: org.openmrs.module:dataexchange-omod:1.3.8:jar error 03-Jan-2023 03:11:00 #21 103.0 [INFO] Configured Artifact: org.openmrs.module:appui-omod:1.16.0:jar error 03-Jan-2023 03:11:00 #21 103.0 [INFO] Configured Artifact: org.openmrs.module:allergyui-omod:1.8.5:jar error 03-Jan-2023 03:11:00 #21 103.0 [INFO] Configured Artifact: org.openmrs.module:providermanagement-omod:2.14.0:jar error 03-Jan-2023 03:11:00 #21 103.0 [INFO] Configured Artifact: org.openmrs.module:appointmentschedulingui-omod:1.14.0:jar error 03-Jan-2023 03:11:00 #21 103.0 [INFO] Configured Artifact: org.openmrs.module:attachments-omod:2.7.0:jar error 03-Jan-2023 03:11:00 #21 103.0 [INFO] Configured Artifact: org.openmrs.module:formentryapp-omod:1.4.3:jar error 03-Jan-2023 03:11:00 #21 103.0 [INFO] Configured Artifact: org.openmrs.module:idgen-omod:4.9.0:jar error 03-Jan-2023 03:11:00 #21 103.0 [INFO] Configured Artifact: org.openmrs.module:metadatamapping-omod:1.6.0:jar error 03-Jan-2023 03:11:00 #21 103.0 [INFO] Configured Artifact: org.openmrs.module:htmlformentryui-omod:2.2.0:jar error 03-Jan-2023 03:11:00 #21 103.0 [INFO] Configured Artifact: org.openmrs.module:referencedemodata-omod:1.4.8:jar error 03-Jan-2023 03:11:00 #21 103.0 [INFO] Configured Artifact: org.openmrs.module:emrapi-omod:1.33.0:jar error 03-Jan-2023 03:11:00 #21 103.1 [INFO] Configured Artifact: org.openmrs.module:referenceapplication-omod:2.13.0-SNAPSHOT:jar error 03-Jan-2023 03:11:00 #21 103.1 [INFO] Configured Artifact: org.openmrs.module:htmlformentry-omod:5.1.0:jar error 03-Jan-2023 03:11:00 #21 103.1 [INFO] Configured Artifact: org.openmrs.module:appframework-omod:2.17.0:jar error 03-Jan-2023 03:11:00 #21 103.1 [INFO] Configured Artifact: org.openmrs.module:referencemetadata-omod:2.13.0:jar error 03-Jan-2023 03:11:00 #21 103.1 [INFO] Configured Artifact: org.openmrs.module:reportingui-omod:1.11.0:jar error 03-Jan-2023 03:11:00 #21 103.1 [INFO] Configured Artifact: org.openmrs.module:coreapps-omod:1.38.0:jar error 03-Jan-2023 03:11:00 #21 103.1 [INFO] Configured Artifact: org.openmrs.module:reportingcompatibility-omod:2.0.9:jar error 03-Jan-2023 03:11:00 #21 103.1 [INFO] Configured Artifact: org.openmrs.module:reporting-omod:1.25.0:jar error 03-Jan-2023 03:11:00 #21 103.1 [INFO] Configured Artifact: org.openmrs.module:adminui-omod:1.6.0:jar error 03-Jan-2023 03:11:00 #21 103.1 [INFO] Configured Artifact: org.openmrs.module:registrationcore-omod:1.12.0:jar error 03-Jan-2023 03:11:00 #21 103.1 [INFO] Configured Artifact: org.openmrs.module:appointmentscheduling-omod:1.17.0:jar error 03-Jan-2023 03:11:00 #21 103.1 [INFO] Configured Artifact: org.openmrs.module:atlas-omod:2.2.6:omod error 03-Jan-2023 03:11:00 #21 103.1 [WARNING] The POM for org.openmrs.module:atlas-omod:omod:2.2.6 is missing, no dependency information available error 03-Jan-2023 03:11:00 #21 103.1 [INFO] Configured Artifact: org.openmrs.module:calculation-omod:1.3.0:jar error 03-Jan-2023 03:11:00 #21 103.1 [INFO] Configured Artifact: org.openmrs.module:webservices.rest-omod:2.38.0:jar error 03-Jan-2023 03:11:00 #21 103.1 [INFO] Configured Artifact: org.openmrs.module:spa-omod:1.0.9:jar error 03-Jan-2023 03:11:00 #21 103.1 [INFO] Configured Artifact: org.openmrs.module:uicommons-omod:2.23.0:jar error 03-Jan-2023 03:11:00 #21 103.1 [INFO] Configured Artifact: org.openmrs.module:uiframework-omod:3.23.0:jar error 03-Jan-2023 03:11:00 #21 103.1 [INFO] Configured Artifact: org.openmrs.module:metadatasharing-omod:1.9.0:jar error 03-Jan-2023 03:11:00 #21 103.1 [INFO] Copying addresshierarchy-omod-2.15.0.jar to /app/package/target/bundled-distro/web/WEB-INF/bundledModules/addresshierarchy-2.15.0.omod error 03-Jan-2023 03:11:00 #21 103.1 [INFO] Copying legacyui-omod-1.13.0.jar to /app/package/target/bundled-distro/web/WEB-INF/bundledModules/legacyui-1.13.0.omod error 03-Jan-2023 03:11:00 #21 103.1 [INFO] Copying openconceptlab-omod-2.0.0.jar to /app/package/target/bundled-distro/web/WEB-INF/bundledModules/openconceptlab-2.0.0.omod error 03-Jan-2023 03:11:00 #21 103.1 [INFO] Copying metadatadeploy-omod-1.13.0.jar to /app/package/target/bundled-distro/web/WEB-INF/bundledModules/metadatadeploy-1.13.0.omod error 03-Jan-2023 03:11:00 #21 103.1 [INFO] Copying reportingrest-omod-1.14.0.jar to /app/package/target/bundled-distro/web/WEB-INF/bundledModules/reportingrest-1.14.0.omod error 03-Jan-2023 03:11:00 #21 103.1 [INFO] Copying owa-omod-1.14.0.jar to /app/package/target/bundled-distro/web/WEB-INF/bundledModules/owa-1.14.0.omod error 03-Jan-2023 03:11:00 #21 103.1 [INFO] Copying fhir2-omod-1.8.0.jar to /app/package/target/bundled-distro/web/WEB-INF/bundledModules/fhir2-1.8.0.omod error 03-Jan-2023 03:11:00 #21 103.2 [INFO] Copying serialization.xstream-omod-0.2.16.omod to /app/package/target/bundled-distro/web/WEB-INF/bundledModules/serialization.xstream-0.2.16.omod error 03-Jan-2023 03:11:00 #21 103.2 [INFO] Copying registrationapp-omod-1.25.0.jar to /app/package/target/bundled-distro/web/WEB-INF/bundledModules/registrationapp-1.25.0.omod error 03-Jan-2023 03:11:00 #21 103.2 [INFO] Copying event-omod-2.10.0.jar to /app/package/target/bundled-distro/web/WEB-INF/bundledModules/event-2.10.0.omod error 03-Jan-2023 03:11:00 #21 103.2 [INFO] Copying uilibrary-omod-2.0.7.jar to /app/package/target/bundled-distro/web/WEB-INF/bundledModules/uilibrary-2.0.7.omod error 03-Jan-2023 03:11:00 #21 103.2 [INFO] Copying htmlwidgets-omod-1.11.0.jar to /app/package/target/bundled-distro/web/WEB-INF/bundledModules/htmlwidgets-1.11.0.omod error 03-Jan-2023 03:11:00 #21 103.2 [INFO] Copying dataexchange-omod-1.3.8.jar to /app/package/target/bundled-distro/web/WEB-INF/bundledModules/dataexchange-1.3.8.omod error 03-Jan-2023 03:11:00 #21 103.2 [INFO] Copying appui-omod-1.16.0.jar to /app/package/target/bundled-distro/web/WEB-INF/bundledModules/appui-1.16.0.omod error 03-Jan-2023 03:11:00 #21 103.2 [INFO] Copying allergyui-omod-1.8.5.jar to /app/package/target/bundled-distro/web/WEB-INF/bundledModules/allergyui-1.8.5.omod error 03-Jan-2023 03:11:00 #21 103.2 [INFO] Copying providermanagement-omod-2.14.0.jar to /app/package/target/bundled-distro/web/WEB-INF/bundledModules/providermanagement-2.14.0.omod error 03-Jan-2023 03:11:00 #21 103.2 [INFO] Copying appointmentschedulingui-omod-1.14.0.jar to /app/package/target/bundled-distro/web/WEB-INF/bundledModules/appointmentschedulingui-1.14.0.omod error 03-Jan-2023 03:11:00 #21 103.2 [INFO] Copying attachments-omod-2.7.0.jar to /app/package/target/bundled-distro/web/WEB-INF/bundledModules/attachments-2.7.0.omod error 03-Jan-2023 03:11:00 #21 103.2 [INFO] Copying formentryapp-omod-1.4.3.jar to /app/package/target/bundled-distro/web/WEB-INF/bundledModules/formentryapp-1.4.3.omod error 03-Jan-2023 03:11:00 #21 103.2 [INFO] Copying idgen-omod-4.9.0.jar to /app/package/target/bundled-distro/web/WEB-INF/bundledModules/idgen-4.9.0.omod error 03-Jan-2023 03:11:00 #21 103.2 [INFO] Copying metadatamapping-omod-1.6.0.jar to /app/package/target/bundled-distro/web/WEB-INF/bundledModules/metadatamapping-1.6.0.omod error 03-Jan-2023 03:11:00 #21 103.2 [INFO] Copying htmlformentryui-omod-2.2.0.jar to /app/package/target/bundled-distro/web/WEB-INF/bundledModules/htmlformentryui-2.2.0.omod error 03-Jan-2023 03:11:00 #21 103.2 [INFO] Copying referencedemodata-omod-1.4.8.jar to /app/package/target/bundled-distro/web/WEB-INF/bundledModules/referencedemodata-1.4.8.omod error 03-Jan-2023 03:11:00 #21 103.2 [INFO] Copying emrapi-omod-1.33.0.jar to /app/package/target/bundled-distro/web/WEB-INF/bundledModules/emrapi-1.33.0.omod error 03-Jan-2023 03:11:00 #21 103.2 [INFO] Copying referenceapplication-omod-2.13.0-SNAPSHOT.jar to /app/package/target/bundled-distro/web/WEB-INF/bundledModules/referenceapplication-2.13.0-SNAPSHOT.omod error 03-Jan-2023 03:11:00 #21 103.2 [INFO] Copying htmlformentry-omod-5.1.0.jar to /app/package/target/bundled-distro/web/WEB-INF/bundledModules/htmlformentry-5.1.0.omod error 03-Jan-2023 03:11:00 #21 103.3 [INFO] Copying appframework-omod-2.17.0.jar to /app/package/target/bundled-distro/web/WEB-INF/bundledModules/appframework-2.17.0.omod error 03-Jan-2023 03:11:00 #21 103.3 [INFO] Copying referencemetadata-omod-2.13.0.jar to /app/package/target/bundled-distro/web/WEB-INF/bundledModules/referencemetadata-2.13.0.omod error 03-Jan-2023 03:11:00 #21 103.3 [INFO] Copying reportingui-omod-1.11.0.jar to /app/package/target/bundled-distro/web/WEB-INF/bundledModules/reportingui-1.11.0.omod error 03-Jan-2023 03:11:00 #21 103.3 [INFO] Copying coreapps-omod-1.38.0.jar to /app/package/target/bundled-distro/web/WEB-INF/bundledModules/coreapps-1.38.0.omod error 03-Jan-2023 03:11:00 #21 103.3 [INFO] Copying reportingcompatibility-omod-2.0.9.jar to /app/package/target/bundled-distro/web/WEB-INF/bundledModules/reportingcompatibility-2.0.9.omod error 03-Jan-2023 03:11:00 #21 103.3 [INFO] Copying reporting-omod-1.25.0.jar to /app/package/target/bundled-distro/web/WEB-INF/bundledModules/reporting-1.25.0.omod error 03-Jan-2023 03:11:00 #21 103.3 [INFO] Copying adminui-omod-1.6.0.jar to /app/package/target/bundled-distro/web/WEB-INF/bundledModules/adminui-1.6.0.omod error 03-Jan-2023 03:11:00 #21 103.3 [INFO] Copying registrationcore-omod-1.12.0.jar to /app/package/target/bundled-distro/web/WEB-INF/bundledModules/registrationcore-1.12.0.omod error 03-Jan-2023 03:11:00 #21 103.3 [INFO] Copying appointmentscheduling-omod-1.17.0.jar to /app/package/target/bundled-distro/web/WEB-INF/bundledModules/appointmentscheduling-1.17.0.omod error 03-Jan-2023 03:11:00 #21 103.3 [INFO] Copying atlas-omod-2.2.6.omod to /app/package/target/bundled-distro/web/WEB-INF/bundledModules/atlas-2.2.6.omod error 03-Jan-2023 03:11:00 #21 103.3 [INFO] Copying calculation-omod-1.3.0.jar to /app/package/target/bundled-distro/web/WEB-INF/bundledModules/calculation-1.3.0.omod error 03-Jan-2023 03:11:00 #21 103.3 [INFO] Copying webservices.rest-omod-2.38.0.jar to /app/package/target/bundled-distro/web/WEB-INF/bundledModules/webservices.rest-2.38.0.omod error 03-Jan-2023 03:11:00 #21 103.3 [INFO] Copying spa-omod-1.0.9.jar to /app/package/target/bundled-distro/web/WEB-INF/bundledModules/spa-1.0.9.omod error 03-Jan-2023 03:11:00 #21 103.3 [INFO] Copying uicommons-omod-2.23.0.jar to /app/package/target/bundled-distro/web/WEB-INF/bundledModules/uicommons-2.23.0.omod error 03-Jan-2023 03:11:00 #21 103.3 [INFO] Copying uiframework-omod-3.23.0.jar to /app/package/target/bundled-distro/web/WEB-INF/bundledModules/uiframework-3.23.0.omod error 03-Jan-2023 03:11:00 #21 103.3 [INFO] Copying metadatasharing-omod-1.9.0.jar to /app/package/target/bundled-distro/web/WEB-INF/bundledModules/metadatasharing-1.9.0.omod error 03-Jan-2023 03:11:00 #21 103.3 error 03-Jan-2023 03:11:00 #21 103.3 Downloading OWAs... error 03-Jan-2023 03:11:00 #21 103.3 error 03-Jan-2023 03:11:00 #21 103.3 error 03-Jan-2023 03:11:00 #21 103.3 Downloading OWA: org.openmrs.owa:openmrs-owa-sysadmin:1.2 error 03-Jan-2023 03:11:00 #21 103.4 [INFO] Configured Artifact: org.openmrs.owa:sysadmin:1.2:zip error 03-Jan-2023 03:11:00 #21 103.4 [INFO] Copying sysadmin-1.2.zip to /app/package/target/bundled-distro/web/WEB-INF/bundledOwas/sysadmin-1.2.zip error 03-Jan-2023 03:11:01 #21 104.1 error 03-Jan-2023 03:11:01 #21 104.1 Creating Docker Compose configuration... error 03-Jan-2023 03:11:01 #21 104.1 error 03-Jan-2023 03:11:01 #21 104.2 error 03-Jan-2023 03:11:01 #21 104.2 The 'referenceapplication' distribution created! To start up the server run 'docker-compose up' from /app/package/target/bundled-distro error 03-Jan-2023 03:11:01 #21 104.2 error 03-Jan-2023 03:11:01 #21 104.2 [INFO] error 03-Jan-2023 03:11:01 #21 104.2 [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ referenceapplication-package --- error 03-Jan-2023 03:11:01 #21 104.2 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-plugin-api/2.0.9/maven-plugin-api-2.0.9.pom error 03-Jan-2023 03:11:01 #21 104.3 Progress (1): 1.5 kB error 03-Jan-2023 03:11:01 error 03-Jan-2023 03:11:02 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-plugin-api/2.0.9/maven-plugin-api-2.0.9.pom (1.5 kB at 6.2 kB/s) error 03-Jan-2023 03:11:02 #21 104.5 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven/2.0.9/maven-2.0.9.pom error 03-Jan-2023 03:11:02 #21 104.6 Progress (1): 3.4/19 kB error 03-Jan-2023 03:11:02 Progress (1): 6.2/19 kB error 03-Jan-2023 03:11:02 Progress (1): 9.0/19 kB error 03-Jan-2023 03:11:02 Progress (1): 12/19 kB error 03-Jan-2023 03:11:02 Progress (1): 15/19 kB error 03-Jan-2023 03:11:02 Progress (1): 17/19 kB error 03-Jan-2023 03:11:02 Progress (1): 19 kB error 03-Jan-2023 03:11:02 error 03-Jan-2023 03:11:02 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven/2.0.9/maven-2.0.9.pom (19 kB at 79 kB/s) error 03-Jan-2023 03:11:02 #21 104.7 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-artifact/2.0.9/maven-artifact-2.0.9.pom error 03-Jan-2023 03:11:02 #21 104.8 Progress (1): 1.6 kB error 03-Jan-2023 03:11:02 error 03-Jan-2023 03:11:02 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-artifact/2.0.9/maven-artifact-2.0.9.pom (1.6 kB at 7.2 kB/s) error 03-Jan-2023 03:11:02 #21 104.9 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-core/2.0.9/maven-core-2.0.9.pom error 03-Jan-2023 03:11:02 #21 105.0 Progress (1): 3.3/7.6 kB error 03-Jan-2023 03:11:02 Progress (1): 6.1/7.6 kB error 03-Jan-2023 03:11:02 Progress (1): 7.6 kB error 03-Jan-2023 03:11:02 error 03-Jan-2023 03:11:02 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-core/2.0.9/maven-core-2.0.9.pom (7.6 kB at 34 kB/s) error 03-Jan-2023 03:11:02 #21 105.2 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-settings/2.0.9/maven-settings-2.0.9.pom error 03-Jan-2023 03:11:02 #21 105.3 Progress (1): 2.1 kB error 03-Jan-2023 03:11:02 error 03-Jan-2023 03:11:02 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-settings/2.0.9/maven-settings-2.0.9.pom (2.1 kB at 9.1 kB/s) error 03-Jan-2023 03:11:02 #21 105.4 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-model/2.0.9/maven-model-2.0.9.pom error 03-Jan-2023 03:11:02 #21 105.5 Progress (1): 3.1 kB error 03-Jan-2023 03:11:03 error 03-Jan-2023 03:11:03 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-model/2.0.9/maven-model-2.0.9.pom (3.1 kB at 13 kB/s) error 03-Jan-2023 03:11:03 #21 105.6 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-plugin-parameter-documenter/2.0.9/maven-plugin-parameter-documenter-2.0.9.pom error 03-Jan-2023 03:11:03 #21 105.7 Progress (1): 2.0 kB error 03-Jan-2023 03:11:03 error 03-Jan-2023 03:11:03 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-plugin-parameter-documenter/2.0.9/maven-plugin-parameter-documenter-2.0.9.pom (2.0 kB at 8.2 kB/s) error 03-Jan-2023 03:11:03 #21 105.9 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-profile/2.0.9/maven-profile-2.0.9.pom error 03-Jan-2023 03:11:03 #21 106.0 Progress (1): 2.0 kB error 03-Jan-2023 03:11:03 error 03-Jan-2023 03:11:03 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-profile/2.0.9/maven-profile-2.0.9.pom (2.0 kB at 8.8 kB/s) error 03-Jan-2023 03:11:03 #21 106.1 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-repository-metadata/2.0.9/maven-repository-metadata-2.0.9.pom error 03-Jan-2023 03:11:03 #21 106.2 Progress (1): 1.9 kB error 03-Jan-2023 03:11:03 error 03-Jan-2023 03:11:03 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-repository-metadata/2.0.9/maven-repository-metadata-2.0.9.pom (1.9 kB at 8.3 kB/s) error 03-Jan-2023 03:11:03 #21 106.3 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-error-diagnostics/2.0.9/maven-error-diagnostics-2.0.9.pom error 03-Jan-2023 03:11:03 #21 106.5 Progress (1): 1.7 kB error 03-Jan-2023 03:11:04 error 03-Jan-2023 03:11:04 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-error-diagnostics/2.0.9/maven-error-diagnostics-2.0.9.pom (1.7 kB at 7.8 kB/s) error 03-Jan-2023 03:11:04 #21 106.6 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-project/2.0.9/maven-project-2.0.9.pom error 03-Jan-2023 03:11:04 #21 106.7 Progress (1): 2.7 kB error 03-Jan-2023 03:11:04 error 03-Jan-2023 03:11:04 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-project/2.0.9/maven-project-2.0.9.pom (2.7 kB at 12 kB/s) error 03-Jan-2023 03:11:04 #21 106.8 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-artifact-manager/2.0.9/maven-artifact-manager-2.0.9.pom error 03-Jan-2023 03:11:04 #21 106.9 Progress (1): 2.7 kB error 03-Jan-2023 03:11:04 error 03-Jan-2023 03:11:04 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-artifact-manager/2.0.9/maven-artifact-manager-2.0.9.pom (2.7 kB at 12 kB/s) error 03-Jan-2023 03:11:04 #21 107.0 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-plugin-registry/2.0.9/maven-plugin-registry-2.0.9.pom error 03-Jan-2023 03:11:04 #21 107.1 Progress (1): 2.0 kB error 03-Jan-2023 03:11:04 error 03-Jan-2023 03:11:04 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-plugin-registry/2.0.9/maven-plugin-registry-2.0.9.pom (2.0 kB at 8.4 kB/s) error 03-Jan-2023 03:11:04 #21 107.3 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-plugin-descriptor/2.0.9/maven-plugin-descriptor-2.0.9.pom error 03-Jan-2023 03:11:04 #21 107.4 Progress (1): 2.1 kB error 03-Jan-2023 03:11:04 error 03-Jan-2023 03:11:04 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-plugin-descriptor/2.0.9/maven-plugin-descriptor-2.0.9.pom (2.1 kB at 9.1 kB/s) error 03-Jan-2023 03:11:05 #21 107.5 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-monitor/2.0.9/maven-monitor-2.0.9.pom error 03-Jan-2023 03:11:05 #21 107.6 Progress (1): 1.3 kB error 03-Jan-2023 03:11:05 error 03-Jan-2023 03:11:05 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-monitor/2.0.9/maven-monitor-2.0.9.pom (1.3 kB at 5.6 kB/s) error 03-Jan-2023 03:11:05 #21 107.7 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/shared/maven-shared-utils/0.1/maven-shared-utils-0.1.pom error 03-Jan-2023 03:11:05 #21 107.8 Progress (1): 3.4/4.0 kB error 03-Jan-2023 03:11:05 Progress (1): 4.0 kB error 03-Jan-2023 03:11:05 error 03-Jan-2023 03:11:05 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/shared/maven-shared-utils/0.1/maven-shared-utils-0.1.pom (4.0 kB at 17 kB/s) error 03-Jan-2023 03:11:05 #21 108.0 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.pom error 03-Jan-2023 03:11:05 #21 108.1 Progress (1): 1.9 kB error 03-Jan-2023 03:11:05 error 03-Jan-2023 03:11:05 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.pom (1.9 kB at 8.1 kB/s) error 03-Jan-2023 03:11:05 #21 108.2 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/slf4j/slf4j-parent/1.5.6/slf4j-parent-1.5.6.pom error 03-Jan-2023 03:11:05 #21 108.3 Progress (1): 3.3/7.8 kB error 03-Jan-2023 03:11:05 Progress (1): 6.1/7.8 kB error 03-Jan-2023 03:11:05 Progress (1): 7.8 kB error 03-Jan-2023 03:11:05 error 03-Jan-2023 03:11:06 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/slf4j/slf4j-parent/1.5.6/slf4j-parent-1.5.6.pom (7.8 kB at 34 kB/s) error 03-Jan-2023 03:11:06 #21 108.5 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.pom error 03-Jan-2023 03:11:06 #21 108.6 Progress (1): 3.0 kB error 03-Jan-2023 03:11:06 error 03-Jan-2023 03:11:06 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.pom (3.0 kB at 13 kB/s) error 03-Jan-2023 03:11:06 #21 108.7 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/slf4j/jcl-over-slf4j/1.5.6/jcl-over-slf4j-1.5.6.pom error 03-Jan-2023 03:11:06 #21 108.8 Progress (1): 2.2 kB error 03-Jan-2023 03:11:06 error 03-Jan-2023 03:11:06 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/slf4j/jcl-over-slf4j/1.5.6/jcl-over-slf4j-1.5.6.pom (2.2 kB at 9.4 kB/s) error 03-Jan-2023 03:11:06 #21 108.9 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/codehaus/plexus/plexus-compiler-api/2.2/plexus-compiler-api-2.2.pom error 03-Jan-2023 03:11:06 #21 109.0 Progress (1): 865 B error 03-Jan-2023 03:11:06 error 03-Jan-2023 03:11:06 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/codehaus/plexus/plexus-compiler-api/2.2/plexus-compiler-api-2.2.pom (865 B at 3.7 kB/s) error 03-Jan-2023 03:11:06 #21 109.2 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/codehaus/plexus/plexus-compiler/2.2/plexus-compiler-2.2.pom error 03-Jan-2023 03:11:06 #21 109.3 Progress (1): 3.4/3.6 kB error 03-Jan-2023 03:11:06 Progress (1): 3.6 kB error 03-Jan-2023 03:11:06 error 03-Jan-2023 03:11:07 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/codehaus/plexus/plexus-compiler/2.2/plexus-compiler-2.2.pom (3.6 kB at 14 kB/s) error 03-Jan-2023 03:11:07 #21 109.4 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/codehaus/plexus/plexus-compiler-manager/2.2/plexus-compiler-manager-2.2.pom error 03-Jan-2023 03:11:07 #21 109.6 Progress (1): 690 B error 03-Jan-2023 03:11:07 error 03-Jan-2023 03:11:07 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/codehaus/plexus/plexus-compiler-manager/2.2/plexus-compiler-manager-2.2.pom (690 B at 2.9 kB/s) error 03-Jan-2023 03:11:07 #21 109.7 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/codehaus/plexus/plexus-compiler-javac/2.2/plexus-compiler-javac-2.2.pom error 03-Jan-2023 03:11:07 #21 109.8 Progress (1): 769 B error 03-Jan-2023 03:11:07 error 03-Jan-2023 03:11:07 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/codehaus/plexus/plexus-compiler-javac/2.2/plexus-compiler-javac-2.2.pom (769 B at 3.3 kB/s) error 03-Jan-2023 03:11:07 #21 109.9 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/codehaus/plexus/plexus-compilers/2.2/plexus-compilers-2.2.pom error 03-Jan-2023 03:11:07 #21 110.0 Progress (1): 1.2 kB error 03-Jan-2023 03:11:07 error 03-Jan-2023 03:11:07 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/codehaus/plexus/plexus-compilers/2.2/plexus-compilers-2.2.pom (1.2 kB at 5.3 kB/s) error 03-Jan-2023 03:11:07 #21 110.2 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/codehaus/plexus/plexus-container-default/1.5.5/plexus-container-default-1.5.5.pom error 03-Jan-2023 03:11:07 #21 110.3 Progress (1): 2.8 kB error 03-Jan-2023 03:11:07 error 03-Jan-2023 03:11:07 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/codehaus/plexus/plexus-container-default/1.5.5/plexus-container-default-1.5.5.pom (2.8 kB at 12 kB/s) error 03-Jan-2023 03:11:07 #21 110.4 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/junit/junit/3.8.2/junit-3.8.2.pom error 03-Jan-2023 03:11:07 #21 110.5 Progress (1): 747 B error 03-Jan-2023 03:11:08 error 03-Jan-2023 03:11:08 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/junit/junit/3.8.2/junit-3.8.2.pom (747 B at 3.2 kB/s) error 03-Jan-2023 03:11:08 #21 110.7 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-plugin-api/2.0.9/maven-plugin-api-2.0.9.jar error 03-Jan-2023 03:11:08 #21 110.7 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-artifact/2.0.9/maven-artifact-2.0.9.jar error 03-Jan-2023 03:11:08 #21 110.7 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/codehaus/plexus/plexus-utils/1.5.1/plexus-utils-1.5.1.jar error 03-Jan-2023 03:11:08 #21 110.7 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-core/2.0.9/maven-core-2.0.9.jar error 03-Jan-2023 03:11:08 #21 110.7 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-settings/2.0.9/maven-settings-2.0.9.jar error 03-Jan-2023 03:11:08 #21 110.9 Progress (1): 3.4/13 kB error 03-Jan-2023 03:11:08 Progress (1): 6.2/13 kB error 03-Jan-2023 03:11:08 Progress (1): 9.0/13 kB error 03-Jan-2023 03:11:08 Progress (1): 12/13 kB error 03-Jan-2023 03:11:08 Progress (1): 13 kB error 03-Jan-2023 03:11:08 error 03-Jan-2023 03:11:08 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-plugin-api/2.0.9/maven-plugin-api-2.0.9.jar (13 kB at 42 kB/s) error 03-Jan-2023 03:11:08 #21 111.0 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-plugin-parameter-documenter/2.0.9/maven-plugin-parameter-documenter-2.0.9.jar error 03-Jan-2023 03:11:08 #21 111.5 Progress (1): 3.3/21 kB error 03-Jan-2023 03:11:09 Progress (1): 6.1/21 kB error 03-Jan-2023 03:11:09 Progress (2): 6.1/21 kB | 3.4/89 kB error 03-Jan-2023 03:11:09 Progress (2): 6.1/21 kB | 6.2/89 kB error 03-Jan-2023 03:11:09 Progress (2): 6.1/21 kB | 9.0/89 kB error 03-Jan-2023 03:11:09 Progress (2): 8.9/21 kB | 9.0/89 kB error 03-Jan-2023 03:11:09 Progress (2): 8.9/21 kB | 12/89 kB error 03-Jan-2023 03:11:09 Progress (2): 12/21 kB | 12/89 kB error 03-Jan-2023 03:11:09 Progress (2): 12/21 kB | 15/89 kB error 03-Jan-2023 03:11:09 Progress (2): 15/21 kB | 15/89 kB error 03-Jan-2023 03:11:09 Progress (2): 15/21 kB | 17/89 kB error 03-Jan-2023 03:11:09 Progress (2): 17/21 kB | 17/89 kB error 03-Jan-2023 03:11:09 Progress (2): 20/21 kB | 17/89 kB error 03-Jan-2023 03:11:09 Progress (2): 21 kB | 17/89 kB error 03-Jan-2023 03:11:09 Progress (2): 21 kB | 20/89 kB error 03-Jan-2023 03:11:09 Progress (2): 21 kB | 23/89 kB error 03-Jan-2023 03:11:09 Progress (2): 21 kB | 26/89 kB error 03-Jan-2023 03:11:09 Progress (2): 21 kB | 29/89 kB error 03-Jan-2023 03:11:09 Progress (2): 21 kB | 31/89 kB error 03-Jan-2023 03:11:09 Progress (2): 21 kB | 34/89 kB error 03-Jan-2023 03:11:09 Progress (2): 21 kB | 37/89 kB error 03-Jan-2023 03:11:09 Progress (2): 21 kB | 40/89 kB error 03-Jan-2023 03:11:09 Progress (2): 21 kB | 43/89 kB error 03-Jan-2023 03:11:09 Progress (2): 21 kB | 45/89 kB error 03-Jan-2023 03:11:09 Progress (2): 21 kB | 48/89 kB error 03-Jan-2023 03:11:09 Progress (2): 21 kB | 51/89 kB error 03-Jan-2023 03:11:09 Progress (2): 21 kB | 54/89 kB error 03-Jan-2023 03:11:09 Progress (2): 21 kB | 56/89 kB error 03-Jan-2023 03:11:09 Progress (2): 21 kB | 59/89 kB error 03-Jan-2023 03:11:09 Progress (2): 21 kB | 62/89 kB error 03-Jan-2023 03:11:09 Progress (2): 21 kB | 65/89 kB error 03-Jan-2023 03:11:09 Progress (3): 21 kB | 65/89 kB | 3.4/160 kB error 03-Jan-2023 03:11:09 Progress (3): 21 kB | 65/89 kB | 6.2/160 kB error 03-Jan-2023 03:11:09 Progress (3): 21 kB | 65/89 kB | 9.0/160 kB error 03-Jan-2023 03:11:09 Progress (3): 21 kB | 65/89 kB | 12/160 kB error 03-Jan-2023 03:11:09 Progress (3): 21 kB | 68/89 kB | 12/160 kB error 03-Jan-2023 03:11:09 Progress (3): 21 kB | 70/89 kB | 12/160 kB error 03-Jan-2023 03:11:09 Progress (3): 21 kB | 73/89 kB | 12/160 kB error 03-Jan-2023 03:11:09 Progress (3): 21 kB | 76/89 kB | 12/160 kB error 03-Jan-2023 03:11:09 Progress (3): 21 kB | 79/89 kB | 12/160 kB error 03-Jan-2023 03:11:09 Progress (3): 21 kB | 82/89 kB | 12/160 kB error 03-Jan-2023 03:11:09 Progress (3): 21 kB | 84/89 kB | 12/160 kB error 03-Jan-2023 03:11:09 Progress (3): 21 kB | 87/89 kB | 12/160 kB error 03-Jan-2023 03:11:09 Progress (3): 21 kB | 89 kB | 12/160 kB error 03-Jan-2023 03:11:09 error 03-Jan-2023 03:11:09 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-plugin-parameter-documenter/2.0.9/maven-plugin-parameter-documenter-2.0.9.jar (21 kB at 22 kB/s) error 03-Jan-2023 03:11:09 #21 111.7 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-profile/2.0.9/maven-profile-2.0.9.jar error 03-Jan-2023 03:11:09 #21 111.7 Progress (2): 89 kB | 15/160 kB error 03-Jan-2023 03:11:09 Progress (2): 89 kB | 17/160 kB error 03-Jan-2023 03:11:09 Progress (2): 89 kB | 20/160 kB error 03-Jan-2023 03:11:09 Progress (2): 89 kB | 23/160 kB error 03-Jan-2023 03:11:09 Progress (2): 89 kB | 26/160 kB error 03-Jan-2023 03:11:09 Progress (2): 89 kB | 29/160 kB error 03-Jan-2023 03:11:09 Progress (2): 89 kB | 31/160 kB error 03-Jan-2023 03:11:09 Progress (2): 89 kB | 34/160 kB error 03-Jan-2023 03:11:09 Progress (2): 89 kB | 37/160 kB error 03-Jan-2023 03:11:09 Progress (2): 89 kB | 40/160 kB error 03-Jan-2023 03:11:09 Progress (3): 89 kB | 40/160 kB | 3.4/49 kB error 03-Jan-2023 03:11:09 Progress (3): 89 kB | 40/160 kB | 6.2/49 kB error 03-Jan-2023 03:11:09 Progress (3): 89 kB | 40/160 kB | 9.0/49 kB error 03-Jan-2023 03:11:09 Progress (3): 89 kB | 40/160 kB | 12/49 kB error 03-Jan-2023 03:11:09 Progress (4): 89 kB | 40/160 kB | 12/49 kB | 3.4/35 kB error 03-Jan-2023 03:11:09 Progress (4): 89 kB | 40/160 kB | 12/49 kB | 6.2/35 kB error 03-Jan-2023 03:11:09 Progress (4): 89 kB | 40/160 kB | 12/49 kB | 9.0/35 kB error 03-Jan-2023 03:11:09 Progress (4): 89 kB | 40/160 kB | 12/49 kB | 12/35 kB error 03-Jan-2023 03:11:09 error 03-Jan-2023 03:11:09 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-artifact/2.0.9/maven-artifact-2.0.9.jar (89 kB at 79 kB/s) error 03-Jan-2023 03:11:09 #21 111.8 Progress (3): 40/160 kB | 12/49 kB | 15/35 kB error 03-Jan-2023 03:11:09 error 03-Jan-2023 03:11:09 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-model/2.0.9/maven-model-2.0.9.jar error 03-Jan-2023 03:11:09 #21 111.8 Progress (3): 40/160 kB | 12/49 kB | 17/35 kB error 03-Jan-2023 03:11:09 Progress (3): 40/160 kB | 12/49 kB | 20/35 kB error 03-Jan-2023 03:11:09 Progress (3): 40/160 kB | 12/49 kB | 23/35 kB error 03-Jan-2023 03:11:09 Progress (3): 40/160 kB | 12/49 kB | 26/35 kB error 03-Jan-2023 03:11:09 Progress (3): 40/160 kB | 12/49 kB | 29/35 kB error 03-Jan-2023 03:11:09 Progress (3): 40/160 kB | 12/49 kB | 31/35 kB error 03-Jan-2023 03:11:09 Progress (3): 40/160 kB | 12/49 kB | 34/35 kB error 03-Jan-2023 03:11:09 Progress (3): 40/160 kB | 12/49 kB | 35 kB error 03-Jan-2023 03:11:09 Progress (3): 43/160 kB | 12/49 kB | 35 kB error 03-Jan-2023 03:11:09 Progress (3): 45/160 kB | 12/49 kB | 35 kB error 03-Jan-2023 03:11:09 Progress (3): 48/160 kB | 12/49 kB | 35 kB error 03-Jan-2023 03:11:09 Progress (3): 51/160 kB | 12/49 kB | 35 kB error 03-Jan-2023 03:11:09 Progress (3): 54/160 kB | 12/49 kB | 35 kB error 03-Jan-2023 03:11:09 Progress (3): 56/160 kB | 12/49 kB | 35 kB error 03-Jan-2023 03:11:09 Progress (3): 59/160 kB | 12/49 kB | 35 kB error 03-Jan-2023 03:11:09 Progress (3): 62/160 kB | 12/49 kB | 35 kB error 03-Jan-2023 03:11:09 Progress (3): 65/160 kB | 12/49 kB | 35 kB error 03-Jan-2023 03:11:09 Progress (3): 65/160 kB | 15/49 kB | 35 kB error 03-Jan-2023 03:11:09 Progress (3): 68/160 kB | 15/49 kB | 35 kB error 03-Jan-2023 03:11:09 Progress (3): 68/160 kB | 17/49 kB | 35 kB error 03-Jan-2023 03:11:09 Progress (3): 68/160 kB | 20/49 kB | 35 kB error 03-Jan-2023 03:11:09 Progress (3): 70/160 kB | 20/49 kB | 35 kB error 03-Jan-2023 03:11:09 Progress (3): 73/160 kB | 20/49 kB | 35 kB error 03-Jan-2023 03:11:09 Progress (3): 76/160 kB | 20/49 kB | 35 kB error 03-Jan-2023 03:11:09 Progress (3): 79/160 kB | 20/49 kB | 35 kB error 03-Jan-2023 03:11:09 Progress (3): 79/160 kB | 23/49 kB | 35 kB error 03-Jan-2023 03:11:09 Progress (3): 79/160 kB | 26/49 kB | 35 kB error 03-Jan-2023 03:11:09 Progress (3): 79/160 kB | 29/49 kB | 35 kB error 03-Jan-2023 03:11:09 Progress (3): 79/160 kB | 31/49 kB | 35 kB error 03-Jan-2023 03:11:09 Progress (3): 79/160 kB | 34/49 kB | 35 kB error 03-Jan-2023 03:11:09 Progress (3): 79/160 kB | 37/49 kB | 35 kB error 03-Jan-2023 03:11:09 Progress (3): 79/160 kB | 40/49 kB | 35 kB error 03-Jan-2023 03:11:09 Progress (4): 79/160 kB | 40/49 kB | 35 kB | 3.4/87 kB error 03-Jan-2023 03:11:09 Progress (4): 82/160 kB | 40/49 kB | 35 kB | 3.4/87 kB error 03-Jan-2023 03:11:09 Progress (4): 84/160 kB | 40/49 kB | 35 kB | 3.4/87 kB error 03-Jan-2023 03:11:09 Progress (4): 87/160 kB | 40/49 kB | 35 kB | 3.4/87 kB error 03-Jan-2023 03:11:09 Progress (4): 90/160 kB | 40/49 kB | 35 kB | 3.4/87 kB error 03-Jan-2023 03:11:09 Progress (4): 93/160 kB | 40/49 kB | 35 kB | 3.4/87 kB error 03-Jan-2023 03:11:09 Progress (4): 95/160 kB | 40/49 kB | 35 kB | 3.4/87 kB error 03-Jan-2023 03:11:09 Progress (4): 98/160 kB | 40/49 kB | 35 kB | 3.4/87 kB error 03-Jan-2023 03:11:09 Progress (4): 101/160 kB | 40/49 kB | 35 kB | 3.4/87 kB error 03-Jan-2023 03:11:09 Progress (4): 104/160 kB | 40/49 kB | 35 kB | 3.4/87 kB error 03-Jan-2023 03:11:09 Progress (4): 104/160 kB | 40/49 kB | 35 kB | 6.2/87 kB error 03-Jan-2023 03:11:09 Progress (4): 104/160 kB | 40/49 kB | 35 kB | 9.0/87 kB error 03-Jan-2023 03:11:09 Progress (4): 104/160 kB | 40/49 kB | 35 kB | 12/87 kB error 03-Jan-2023 03:11:09 Progress (4): 104/160 kB | 40/49 kB | 35 kB | 15/87 kB error 03-Jan-2023 03:11:09 Progress (4): 104/160 kB | 40/49 kB | 35 kB | 17/87 kB error 03-Jan-2023 03:11:09 Progress (4): 104/160 kB | 40/49 kB | 35 kB | 20/87 kB error 03-Jan-2023 03:11:09 Progress (4): 104/160 kB | 40/49 kB | 35 kB | 23/87 kB error 03-Jan-2023 03:11:09 Progress (4): 104/160 kB | 40/49 kB | 35 kB | 26/87 kB error 03-Jan-2023 03:11:09 Progress (4): 104/160 kB | 40/49 kB | 35 kB | 29/87 kB error 03-Jan-2023 03:11:09 Progress (4): 104/160 kB | 40/49 kB | 35 kB | 31/87 kB error 03-Jan-2023 03:11:09 Progress (4): 104/160 kB | 40/49 kB | 35 kB | 34/87 kB error 03-Jan-2023 03:11:09 Progress (4): 104/160 kB | 40/49 kB | 35 kB | 37/87 kB error 03-Jan-2023 03:11:09 Progress (4): 104/160 kB | 40/49 kB | 35 kB | 40/87 kB error 03-Jan-2023 03:11:09 Progress (4): 104/160 kB | 40/49 kB | 35 kB | 43/87 kB error 03-Jan-2023 03:11:09 Progress (4): 104/160 kB | 40/49 kB | 35 kB | 45/87 kB error 03-Jan-2023 03:11:09 Progress (4): 104/160 kB | 40/49 kB | 35 kB | 48/87 kB error 03-Jan-2023 03:11:09 Progress (4): 104/160 kB | 40/49 kB | 35 kB | 51/87 kB error 03-Jan-2023 03:11:09 error 03-Jan-2023 03:11:09 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-profile/2.0.9/maven-profile-2.0.9.jar (35 kB at 29 kB/s) error 03-Jan-2023 03:11:09 #21 111.9 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-repository-metadata/2.0.9/maven-repository-metadata-2.0.9.jar error 03-Jan-2023 03:11:09 #21 111.9 Progress (3): 107/160 kB | 40/49 kB | 51/87 kB error 03-Jan-2023 03:11:09 Progress (3): 109/160 kB | 40/49 kB | 51/87 kB error 03-Jan-2023 03:11:09 Progress (3): 112/160 kB | 40/49 kB | 51/87 kB error 03-Jan-2023 03:11:09 Progress (3): 115/160 kB | 40/49 kB | 51/87 kB error 03-Jan-2023 03:11:09 Progress (3): 118/160 kB | 40/49 kB | 51/87 kB error 03-Jan-2023 03:11:09 Progress (3): 121/160 kB | 40/49 kB | 51/87 kB error 03-Jan-2023 03:11:09 Progress (3): 121/160 kB | 40/49 kB | 54/87 kB error 03-Jan-2023 03:11:09 Progress (3): 121/160 kB | 43/49 kB | 54/87 kB error 03-Jan-2023 03:11:09 Progress (3): 123/160 kB | 43/49 kB | 54/87 kB error 03-Jan-2023 03:11:09 Progress (3): 126/160 kB | 43/49 kB | 54/87 kB error 03-Jan-2023 03:11:09 Progress (3): 129/160 kB | 43/49 kB | 54/87 kB error 03-Jan-2023 03:11:09 Progress (3): 129/160 kB | 45/49 kB | 54/87 kB error 03-Jan-2023 03:11:09 Progress (3): 132/160 kB | 45/49 kB | 54/87 kB error 03-Jan-2023 03:11:09 Progress (3): 135/160 kB | 45/49 kB | 54/87 kB error 03-Jan-2023 03:11:09 Progress (3): 137/160 kB | 45/49 kB | 54/87 kB error 03-Jan-2023 03:11:09 Progress (3): 140/160 kB | 45/49 kB | 54/87 kB error 03-Jan-2023 03:11:09 Progress (3): 140/160 kB | 48/49 kB | 54/87 kB error 03-Jan-2023 03:11:09 Progress (3): 140/160 kB | 49 kB | 54/87 kB error 03-Jan-2023 03:11:09 Progress (3): 143/160 kB | 49 kB | 54/87 kB error 03-Jan-2023 03:11:09 Progress (3): 146/160 kB | 49 kB | 54/87 kB error 03-Jan-2023 03:11:09 Progress (3): 149/160 kB | 49 kB | 54/87 kB error 03-Jan-2023 03:11:09 Progress (3): 151/160 kB | 49 kB | 54/87 kB error 03-Jan-2023 03:11:09 Progress (3): 154/160 kB | 49 kB | 54/87 kB error 03-Jan-2023 03:11:09 Progress (3): 157/160 kB | 49 kB | 54/87 kB error 03-Jan-2023 03:11:09 Progress (3): 159/160 kB | 49 kB | 54/87 kB error 03-Jan-2023 03:11:09 Progress (3): 160 kB | 49 kB | 54/87 kB error 03-Jan-2023 03:11:09 Progress (3): 160 kB | 49 kB | 56/87 kB error 03-Jan-2023 03:11:09 Progress (3): 160 kB | 49 kB | 59/87 kB error 03-Jan-2023 03:11:09 Progress (3): 160 kB | 49 kB | 62/87 kB error 03-Jan-2023 03:11:09 Progress (3): 160 kB | 49 kB | 65/87 kB error 03-Jan-2023 03:11:09 Progress (3): 160 kB | 49 kB | 68/87 kB error 03-Jan-2023 03:11:09 Progress (3): 160 kB | 49 kB | 70/87 kB error 03-Jan-2023 03:11:09 Progress (3): 160 kB | 49 kB | 73/87 kB error 03-Jan-2023 03:11:09 Progress (3): 160 kB | 49 kB | 76/87 kB error 03-Jan-2023 03:11:09 Progress (3): 160 kB | 49 kB | 79/87 kB error 03-Jan-2023 03:11:09 Progress (3): 160 kB | 49 kB | 82/87 kB error 03-Jan-2023 03:11:09 Progress (3): 160 kB | 49 kB | 84/87 kB error 03-Jan-2023 03:11:09 Progress (3): 160 kB | 49 kB | 87/87 kB error 03-Jan-2023 03:11:09 Progress (3): 160 kB | 49 kB | 87 kB error 03-Jan-2023 03:11:09 error 03-Jan-2023 03:11:09 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-settings/2.0.9/maven-settings-2.0.9.jar (49 kB at 36 kB/s) error 03-Jan-2023 03:11:09 #21 112.1 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-error-diagnostics/2.0.9/maven-error-diagnostics-2.0.9.jar error 03-Jan-2023 03:11:09 #21 112.1 Progress (3): 160 kB | 87 kB | 3.4/25 kB error 03-Jan-2023 03:11:09 Progress (3): 160 kB | 87 kB | 6.2/25 kB error 03-Jan-2023 03:11:09 Progress (3): 160 kB | 87 kB | 9.0/25 kB error 03-Jan-2023 03:11:09 Progress (3): 160 kB | 87 kB | 12/25 kB error 03-Jan-2023 03:11:09 Progress (3): 160 kB | 87 kB | 15/25 kB error 03-Jan-2023 03:11:09 Progress (3): 160 kB | 87 kB | 17/25 kB error 03-Jan-2023 03:11:09 Progress (3): 160 kB | 87 kB | 20/25 kB error 03-Jan-2023 03:11:09 Progress (3): 160 kB | 87 kB | 23/25 kB error 03-Jan-2023 03:11:09 Progress (3): 160 kB | 87 kB | 25 kB error 03-Jan-2023 03:11:09 error 03-Jan-2023 03:11:09 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-core/2.0.9/maven-core-2.0.9.jar (160 kB at 110 kB/s) error 03-Jan-2023 03:11:09 #21 112.2 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-project/2.0.9/maven-project-2.0.9.jar error 03-Jan-2023 03:11:09 #21 112.2 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-model/2.0.9/maven-model-2.0.9.jar (87 kB at 60 kB/s) error 03-Jan-2023 03:11:09 #21 112.2 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-plugin-registry/2.0.9/maven-plugin-registry-2.0.9.jar error 03-Jan-2023 03:11:09 #21 112.2 Progress (2): 25 kB | 3.4/14 kB error 03-Jan-2023 03:11:09 Progress (2): 25 kB | 6.2/14 kB error 03-Jan-2023 03:11:09 Progress (2): 25 kB | 9.0/14 kB error 03-Jan-2023 03:11:09 Progress (2): 25 kB | 12/14 kB error 03-Jan-2023 03:11:09 Progress (2): 25 kB | 14 kB error 03-Jan-2023 03:11:09 error 03-Jan-2023 03:11:09 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-repository-metadata/2.0.9/maven-repository-metadata-2.0.9.jar (25 kB at 17 kB/s) error 03-Jan-2023 03:11:09 #21 112.2 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-plugin-descriptor/2.0.9/maven-plugin-descriptor-2.0.9.jar error 03-Jan-2023 03:11:09 #21 112.3 Progress (2): 14 kB | 3.4/122 kB error 03-Jan-2023 03:11:09 Progress (2): 14 kB | 6.2/122 kB error 03-Jan-2023 03:11:09 Progress (2): 14 kB | 9.0/122 kB error 03-Jan-2023 03:11:09 Progress (2): 14 kB | 12/122 kB error 03-Jan-2023 03:11:09 Progress (2): 14 kB | 15/122 kB error 03-Jan-2023 03:11:09 Progress (2): 14 kB | 17/122 kB error 03-Jan-2023 03:11:09 Progress (2): 14 kB | 20/122 kB error 03-Jan-2023 03:11:09 Progress (2): 14 kB | 23/122 kB error 03-Jan-2023 03:11:09 Progress (2): 14 kB | 26/122 kB error 03-Jan-2023 03:11:09 Progress (2): 14 kB | 29/122 kB error 03-Jan-2023 03:11:09 Progress (2): 14 kB | 31/122 kB error 03-Jan-2023 03:11:09 Progress (2): 14 kB | 34/122 kB error 03-Jan-2023 03:11:09 Progress (2): 14 kB | 37/122 kB error 03-Jan-2023 03:11:09 Progress (2): 14 kB | 40/122 kB error 03-Jan-2023 03:11:09 Progress (2): 14 kB | 43/122 kB error 03-Jan-2023 03:11:09 Progress (2): 14 kB | 45/122 kB error 03-Jan-2023 03:11:09 Progress (2): 14 kB | 48/122 kB error 03-Jan-2023 03:11:09 Progress (2): 14 kB | 51/122 kB error 03-Jan-2023 03:11:09 Progress (2): 14 kB | 54/122 kB error 03-Jan-2023 03:11:09 Progress (2): 14 kB | 56/122 kB error 03-Jan-2023 03:11:09 Progress (2): 14 kB | 59/122 kB error 03-Jan-2023 03:11:09 Progress (2): 14 kB | 62/122 kB error 03-Jan-2023 03:11:09 Progress (2): 14 kB | 65/122 kB error 03-Jan-2023 03:11:09 Progress (2): 14 kB | 68/122 kB error 03-Jan-2023 03:11:09 Progress (2): 14 kB | 70/122 kB error 03-Jan-2023 03:11:09 Progress (2): 14 kB | 73/122 kB error 03-Jan-2023 03:11:09 Progress (2): 14 kB | 76/122 kB error 03-Jan-2023 03:11:09 Progress (2): 14 kB | 79/122 kB error 03-Jan-2023 03:11:09 Progress (2): 14 kB | 82/122 kB error 03-Jan-2023 03:11:09 Progress (2): 14 kB | 84/122 kB error 03-Jan-2023 03:11:09 Progress (2): 14 kB | 87/122 kB error 03-Jan-2023 03:11:09 Progress (2): 14 kB | 90/122 kB error 03-Jan-2023 03:11:09 Progress (2): 14 kB | 93/122 kB error 03-Jan-2023 03:11:09 Progress (2): 14 kB | 96/122 kB error 03-Jan-2023 03:11:09 Progress (2): 14 kB | 98/122 kB error 03-Jan-2023 03:11:09 Progress (2): 14 kB | 101/122 kB error 03-Jan-2023 03:11:09 Progress (2): 14 kB | 104/122 kB error 03-Jan-2023 03:11:09 Progress (2): 14 kB | 107/122 kB error 03-Jan-2023 03:11:09 Progress (2): 14 kB | 110/122 kB error 03-Jan-2023 03:11:09 Progress (2): 14 kB | 112/122 kB error 03-Jan-2023 03:11:09 Progress (2): 14 kB | 115/122 kB error 03-Jan-2023 03:11:09 Progress (2): 14 kB | 118/122 kB error 03-Jan-2023 03:11:09 Progress (2): 14 kB | 121/122 kB error 03-Jan-2023 03:11:09 Progress (2): 14 kB | 122 kB error 03-Jan-2023 03:11:09 Progress (3): 14 kB | 122 kB | 3.4/29 kB error 03-Jan-2023 03:11:09 Progress (3): 14 kB | 122 kB | 6.2/29 kB error 03-Jan-2023 03:11:09 Progress (3): 14 kB | 122 kB | 9.0/29 kB error 03-Jan-2023 03:11:09 Progress (3): 14 kB | 122 kB | 12/29 kB error 03-Jan-2023 03:11:09 Progress (3): 14 kB | 122 kB | 15/29 kB error 03-Jan-2023 03:11:09 Progress (3): 14 kB | 122 kB | 17/29 kB error 03-Jan-2023 03:11:09 Progress (3): 14 kB | 122 kB | 20/29 kB error 03-Jan-2023 03:11:09 Progress (3): 14 kB | 122 kB | 23/29 kB error 03-Jan-2023 03:11:09 Progress (3): 14 kB | 122 kB | 26/29 kB error 03-Jan-2023 03:11:09 Progress (3): 14 kB | 122 kB | 29/29 kB error 03-Jan-2023 03:11:09 Progress (3): 14 kB | 122 kB | 29 kB error 03-Jan-2023 03:11:09 error 03-Jan-2023 03:11:09 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-error-diagnostics/2.0.9/maven-error-diagnostics-2.0.9.jar (14 kB at 8.6 kB/s) error 03-Jan-2023 03:11:09 #21 112.3 Progress (3): 122 kB | 29 kB | 3.4/37 kB error 03-Jan-2023 03:11:09 error 03-Jan-2023 03:11:09 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-artifact-manager/2.0.9/maven-artifact-manager-2.0.9.jar error 03-Jan-2023 03:11:09 #21 112.3 Progress (3): 122 kB | 29 kB | 6.2/37 kB error 03-Jan-2023 03:11:09 Progress (3): 122 kB | 29 kB | 9.0/37 kB error 03-Jan-2023 03:11:09 Progress (3): 122 kB | 29 kB | 12/37 kB error 03-Jan-2023 03:11:09 Progress (3): 122 kB | 29 kB | 15/37 kB error 03-Jan-2023 03:11:09 Progress (3): 122 kB | 29 kB | 17/37 kB error 03-Jan-2023 03:11:09 Progress (3): 122 kB | 29 kB | 20/37 kB error 03-Jan-2023 03:11:09 Progress (3): 122 kB | 29 kB | 23/37 kB error 03-Jan-2023 03:11:09 Progress (3): 122 kB | 29 kB | 26/37 kB error 03-Jan-2023 03:11:09 Progress (3): 122 kB | 29 kB | 29/37 kB error 03-Jan-2023 03:11:09 Progress (3): 122 kB | 29 kB | 31/37 kB error 03-Jan-2023 03:11:09 Progress (3): 122 kB | 29 kB | 34/37 kB error 03-Jan-2023 03:11:09 Progress (3): 122 kB | 29 kB | 37/37 kB error 03-Jan-2023 03:11:09 Progress (4): 122 kB | 29 kB | 37/37 kB | 4.1/211 kB error 03-Jan-2023 03:11:09 Progress (4): 122 kB | 29 kB | 37 kB | 4.1/211 kB error 03-Jan-2023 03:11:09 Progress (4): 122 kB | 29 kB | 37 kB | 8.2/211 kB error 03-Jan-2023 03:11:09 Progress (4): 122 kB | 29 kB | 37 kB | 12/211 kB error 03-Jan-2023 03:11:09 Progress (4): 122 kB | 29 kB | 37 kB | 16/211 kB error 03-Jan-2023 03:11:09 Progress (4): 122 kB | 29 kB | 37 kB | 19/211 kB error 03-Jan-2023 03:11:09 Progress (4): 122 kB | 29 kB | 37 kB | 23/211 kB error 03-Jan-2023 03:11:09 Progress (4): 122 kB | 29 kB | 37 kB | 27/211 kB error 03-Jan-2023 03:11:09 Progress (4): 122 kB | 29 kB | 37 kB | 31/211 kB error 03-Jan-2023 03:11:09 Progress (4): 122 kB | 29 kB | 37 kB | 34/211 kB error 03-Jan-2023 03:11:09 Progress (4): 122 kB | 29 kB | 37 kB | 38/211 kB error 03-Jan-2023 03:11:09 Progress (4): 122 kB | 29 kB | 37 kB | 42/211 kB error 03-Jan-2023 03:11:09 Progress (4): 122 kB | 29 kB | 37 kB | 46/211 kB error 03-Jan-2023 03:11:09 Progress (4): 122 kB | 29 kB | 37 kB | 51/211 kB error 03-Jan-2023 03:11:09 error 03-Jan-2023 03:11:09 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-project/2.0.9/maven-project-2.0.9.jar (122 kB at 72 kB/s) error 03-Jan-2023 03:11:09 #21 112.4 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-monitor/2.0.9/maven-monitor-2.0.9.jar error 03-Jan-2023 03:11:09 #21 112.4 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-plugin-registry/2.0.9/maven-plugin-registry-2.0.9.jar (29 kB at 17 kB/s) error 03-Jan-2023 03:11:09 #21 112.4 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/shared/maven-shared-utils/0.1/maven-shared-utils-0.1.jar error 03-Jan-2023 03:11:09 #21 112.4 Progress (3): 37 kB | 51/211 kB | 3.4/58 kB error 03-Jan-2023 03:11:09 Progress (3): 37 kB | 51/211 kB | 6.2/58 kB error 03-Jan-2023 03:11:09 Progress (3): 37 kB | 51/211 kB | 9.0/58 kB error 03-Jan-2023 03:11:09 Progress (3): 37 kB | 51/211 kB | 12/58 kB error 03-Jan-2023 03:11:09 Progress (3): 37 kB | 51/211 kB | 15/58 kB error 03-Jan-2023 03:11:09 Progress (3): 37 kB | 55/211 kB | 15/58 kB error 03-Jan-2023 03:11:09 Progress (3): 37 kB | 59/211 kB | 15/58 kB error 03-Jan-2023 03:11:09 Progress (3): 37 kB | 63/211 kB | 15/58 kB error 03-Jan-2023 03:11:09 Progress (3): 37 kB | 67/211 kB | 15/58 kB error 03-Jan-2023 03:11:09 Progress (3): 37 kB | 69/211 kB | 15/58 kB error 03-Jan-2023 03:11:09 Progress (3): 37 kB | 73/211 kB | 15/58 kB error 03-Jan-2023 03:11:09 Progress (3): 37 kB | 77/211 kB | 15/58 kB error 03-Jan-2023 03:11:09 Progress (3): 37 kB | 81/211 kB | 15/58 kB error 03-Jan-2023 03:11:09 Progress (3): 37 kB | 85/211 kB | 15/58 kB error 03-Jan-2023 03:11:09 error 03-Jan-2023 03:11:09 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-plugin-descriptor/2.0.9/maven-plugin-descriptor-2.0.9.jar (37 kB at 21 kB/s) error 03-Jan-2023 03:11:09 #21 112.4 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/codehaus/plexus/plexus-compiler-api/2.2/plexus-compiler-api-2.2.jar error 03-Jan-2023 03:11:09 #21 112.4 Progress (2): 85/211 kB | 17/58 kB error 03-Jan-2023 03:11:09 Progress (2): 85/211 kB | 20/58 kB error 03-Jan-2023 03:11:09 Progress (2): 85/211 kB | 23/58 kB error 03-Jan-2023 03:11:09 Progress (2): 85/211 kB | 26/58 kB error 03-Jan-2023 03:11:09 Progress (2): 85/211 kB | 29/58 kB error 03-Jan-2023 03:11:09 Progress (2): 85/211 kB | 31/58 kB error 03-Jan-2023 03:11:09 Progress (2): 85/211 kB | 34/58 kB error 03-Jan-2023 03:11:09 Progress (2): 85/211 kB | 37/58 kB error 03-Jan-2023 03:11:09 Progress (2): 85/211 kB | 40/58 kB error 03-Jan-2023 03:11:09 Progress (2): 85/211 kB | 43/58 kB error 03-Jan-2023 03:11:09 Progress (2): 85/211 kB | 45/58 kB error 03-Jan-2023 03:11:09 Progress (2): 85/211 kB | 48/58 kB error 03-Jan-2023 03:11:09 Progress (2): 85/211 kB | 51/58 kB error 03-Jan-2023 03:11:09 Progress (2): 85/211 kB | 54/58 kB error 03-Jan-2023 03:11:09 Progress (2): 85/211 kB | 57/58 kB error 03-Jan-2023 03:11:10 Progress (3): 85/211 kB | 57/58 kB | 3.4/10 kB error 03-Jan-2023 03:11:10 Progress (3): 85/211 kB | 57/58 kB | 6.2/10 kB error 03-Jan-2023 03:11:10 Progress (3): 85/211 kB | 57/58 kB | 9.0/10 kB error 03-Jan-2023 03:11:10 Progress (3): 85/211 kB | 57/58 kB | 10 kB error 03-Jan-2023 03:11:10 Progress (3): 85/211 kB | 58 kB | 10 kB error 03-Jan-2023 03:11:10 Progress (3): 89/211 kB | 58 kB | 10 kB error 03-Jan-2023 03:11:10 Progress (3): 94/211 kB | 58 kB | 10 kB error 03-Jan-2023 03:11:10 Progress (4): 94/211 kB | 58 kB | 10 kB | 3.4/155 kB error 03-Jan-2023 03:11:10 Progress (4): 94/211 kB | 58 kB | 10 kB | 6.2/155 kB error 03-Jan-2023 03:11:10 Progress (4): 94/211 kB | 58 kB | 10 kB | 9.0/155 kB error 03-Jan-2023 03:11:10 Progress (4): 94/211 kB | 58 kB | 10 kB | 12/155 kB error 03-Jan-2023 03:11:10 Progress (4): 98/211 kB | 58 kB | 10 kB | 12/155 kB error 03-Jan-2023 03:11:10 Progress (4): 98/211 kB | 58 kB | 10 kB | 15/155 kB error 03-Jan-2023 03:11:10 Progress (4): 102/211 kB | 58 kB | 10 kB | 15/155 kB error 03-Jan-2023 03:11:10 Progress (4): 104/211 kB | 58 kB | 10 kB | 15/155 kB error 03-Jan-2023 03:11:10 Progress (4): 104/211 kB | 58 kB | 10 kB | 17/155 kB error 03-Jan-2023 03:11:10 Progress (4): 104/211 kB | 58 kB | 10 kB | 20/155 kB error 03-Jan-2023 03:11:10 Progress (4): 104/211 kB | 58 kB | 10 kB | 23/155 kB error 03-Jan-2023 03:11:10 Progress (4): 108/211 kB | 58 kB | 10 kB | 23/155 kB error 03-Jan-2023 03:11:10 Progress (4): 112/211 kB | 58 kB | 10 kB | 23/155 kB error 03-Jan-2023 03:11:10 Progress (4): 112/211 kB | 58 kB | 10 kB | 26/155 kB error 03-Jan-2023 03:11:10 Progress (4): 116/211 kB | 58 kB | 10 kB | 26/155 kB error 03-Jan-2023 03:11:10 Progress (4): 116/211 kB | 58 kB | 10 kB | 29/155 kB error 03-Jan-2023 03:11:10 Progress (4): 120/211 kB | 58 kB | 10 kB | 29/155 kB error 03-Jan-2023 03:11:10 Progress (4): 124/211 kB | 58 kB | 10 kB | 29/155 kB error 03-Jan-2023 03:11:10 Progress (4): 124/211 kB | 58 kB | 10 kB | 31/155 kB error 03-Jan-2023 03:11:10 Progress (4): 128/211 kB | 58 kB | 10 kB | 31/155 kB error 03-Jan-2023 03:11:10 Progress (4): 132/211 kB | 58 kB | 10 kB | 31/155 kB error 03-Jan-2023 03:11:10 Progress (4): 132/211 kB | 58 kB | 10 kB | 34/155 kB error 03-Jan-2023 03:11:10 Progress (4): 137/211 kB | 58 kB | 10 kB | 34/155 kB error 03-Jan-2023 03:11:10 Progress (4): 137/211 kB | 58 kB | 10 kB | 37/155 kB error 03-Jan-2023 03:11:10 Progress (4): 139/211 kB | 58 kB | 10 kB | 37/155 kB error 03-Jan-2023 03:11:10 Progress (4): 139/211 kB | 58 kB | 10 kB | 40/155 kB error 03-Jan-2023 03:11:10 Progress (4): 139/211 kB | 58 kB | 10 kB | 43/155 kB error 03-Jan-2023 03:11:10 Progress (4): 143/211 kB | 58 kB | 10 kB | 43/155 kB error 03-Jan-2023 03:11:10 Progress (4): 143/211 kB | 58 kB | 10 kB | 45/155 kB error 03-Jan-2023 03:11:10 Progress (4): 147/211 kB | 58 kB | 10 kB | 45/155 kB error 03-Jan-2023 03:11:10 Progress (4): 147/211 kB | 58 kB | 10 kB | 48/155 kB error 03-Jan-2023 03:11:10 Progress (4): 151/211 kB | 58 kB | 10 kB | 48/155 kB error 03-Jan-2023 03:11:10 Progress (4): 151/211 kB | 58 kB | 10 kB | 51/155 kB error 03-Jan-2023 03:11:10 Progress (4): 155/211 kB | 58 kB | 10 kB | 51/155 kB error 03-Jan-2023 03:11:10 Progress (4): 159/211 kB | 58 kB | 10 kB | 51/155 kB error 03-Jan-2023 03:11:10 Progress (4): 163/211 kB | 58 kB | 10 kB | 51/155 kB error 03-Jan-2023 03:11:10 Progress (4): 163/211 kB | 58 kB | 10 kB | 54/155 kB error 03-Jan-2023 03:11:10 Progress (4): 163/211 kB | 58 kB | 10 kB | 56/155 kB error 03-Jan-2023 03:11:10 Progress (4): 163/211 kB | 58 kB | 10 kB | 59/155 kB error 03-Jan-2023 03:11:10 Progress (5): 163/211 kB | 58 kB | 10 kB | 59/155 kB | 3.4/25 kB error 03-Jan-2023 03:11:10 Progress (5): 163/211 kB | 58 kB | 10 kB | 59/155 kB | 6.2/25 kB error 03-Jan-2023 03:11:10 Progress (5): 163/211 kB | 58 kB | 10 kB | 59/155 kB | 9.0/25 kB error 03-Jan-2023 03:11:10 Progress (5): 163/211 kB | 58 kB | 10 kB | 59/155 kB | 12/25 kB error 03-Jan-2023 03:11:10 Progress (5): 163/211 kB | 58 kB | 10 kB | 59/155 kB | 15/25 kB error 03-Jan-2023 03:11:10 Progress (5): 163/211 kB | 58 kB | 10 kB | 59/155 kB | 17/25 kB error 03-Jan-2023 03:11:10 Progress (5): 167/211 kB | 58 kB | 10 kB | 59/155 kB | 17/25 kB error 03-Jan-2023 03:11:10 Progress (5): 167/211 kB | 58 kB | 10 kB | 62/155 kB | 17/25 kB error 03-Jan-2023 03:11:10 Progress (5): 167/211 kB | 58 kB | 10 kB | 62/155 kB | 20/25 kB error 03-Jan-2023 03:11:10 Progress (5): 167/211 kB | 58 kB | 10 kB | 62/155 kB | 23/25 kB error 03-Jan-2023 03:11:10 Progress (5): 167/211 kB | 58 kB | 10 kB | 62/155 kB | 25 kB error 03-Jan-2023 03:11:10 Progress (5): 171/211 kB | 58 kB | 10 kB | 62/155 kB | 25 kB error 03-Jan-2023 03:11:10 Progress (5): 171/211 kB | 58 kB | 10 kB | 65/155 kB | 25 kB error 03-Jan-2023 03:11:10 Progress (5): 171/211 kB | 58 kB | 10 kB | 68/155 kB | 25 kB error 03-Jan-2023 03:11:10 Progress (5): 173/211 kB | 58 kB | 10 kB | 68/155 kB | 25 kB error 03-Jan-2023 03:11:10 Progress (5): 173/211 kB | 58 kB | 10 kB | 70/155 kB | 25 kB error 03-Jan-2023 03:11:10 Progress (5): 173/211 kB | 58 kB | 10 kB | 73/155 kB | 25 kB error 03-Jan-2023 03:11:10 Progress (5): 178/211 kB | 58 kB | 10 kB | 73/155 kB | 25 kB error 03-Jan-2023 03:11:10 Progress (5): 178/211 kB | 58 kB | 10 kB | 76/155 kB | 25 kB error 03-Jan-2023 03:11:10 Progress (5): 178/211 kB | 58 kB | 10 kB | 79/155 kB | 25 kB error 03-Jan-2023 03:11:10 Progress (5): 178/211 kB | 58 kB | 10 kB | 82/155 kB | 25 kB error 03-Jan-2023 03:11:10 Progress (5): 178/211 kB | 58 kB | 10 kB | 84/155 kB | 25 kB error 03-Jan-2023 03:11:10 Progress (5): 182/211 kB | 58 kB | 10 kB | 84/155 kB | 25 kB error 03-Jan-2023 03:11:10 Progress (5): 186/211 kB | 58 kB | 10 kB | 84/155 kB | 25 kB error 03-Jan-2023 03:11:10 Progress (5): 190/211 kB | 58 kB | 10 kB | 84/155 kB | 25 kB error 03-Jan-2023 03:11:10 Progress (5): 190/211 kB | 58 kB | 10 kB | 87/155 kB | 25 kB error 03-Jan-2023 03:11:10 Progress (5): 194/211 kB | 58 kB | 10 kB | 87/155 kB | 25 kB error 03-Jan-2023 03:11:10 Progress (5): 194/211 kB | 58 kB | 10 kB | 90/155 kB | 25 kB error 03-Jan-2023 03:11:10 Progress (5): 194/211 kB | 58 kB | 10 kB | 93/155 kB | 25 kB error 03-Jan-2023 03:11:10 Progress (5): 194/211 kB | 58 kB | 10 kB | 96/155 kB | 25 kB error 03-Jan-2023 03:11:10 Progress (5): 194/211 kB | 58 kB | 10 kB | 98/155 kB | 25 kB error 03-Jan-2023 03:11:10 Progress (5): 198/211 kB | 58 kB | 10 kB | 98/155 kB | 25 kB error 03-Jan-2023 03:11:10 Progress (5): 202/211 kB | 58 kB | 10 kB | 98/155 kB | 25 kB error 03-Jan-2023 03:11:10 Progress (5): 206/211 kB | 58 kB | 10 kB | 98/155 kB | 25 kB error 03-Jan-2023 03:11:10 Progress (5): 206/211 kB | 58 kB | 10 kB | 101/155 kB | 25 kB error 03-Jan-2023 03:11:10 Progress (5): 208/211 kB | 58 kB | 10 kB | 101/155 kB | 25 kB error 03-Jan-2023 03:11:10 Progress (5): 208/211 kB | 58 kB | 10 kB | 104/155 kB | 25 kB error 03-Jan-2023 03:11:10 Progress (5): 211 kB | 58 kB | 10 kB | 104/155 kB | 25 kB error 03-Jan-2023 03:11:10 Progress (5): 211 kB | 58 kB | 10 kB | 107/155 kB | 25 kB error 03-Jan-2023 03:11:10 Progress (5): 211 kB | 58 kB | 10 kB | 110/155 kB | 25 kB error 03-Jan-2023 03:11:10 Progress (5): 211 kB | 58 kB | 10 kB | 112/155 kB | 25 kB error 03-Jan-2023 03:11:10 Progress (5): 211 kB | 58 kB | 10 kB | 115/155 kB | 25 kB error 03-Jan-2023 03:11:10 Progress (5): 211 kB | 58 kB | 10 kB | 118/155 kB | 25 kB error 03-Jan-2023 03:11:10 Progress (5): 211 kB | 58 kB | 10 kB | 121/155 kB | 25 kB error 03-Jan-2023 03:11:10 Progress (5): 211 kB | 58 kB | 10 kB | 124/155 kB | 25 kB error 03-Jan-2023 03:11:10 Progress (5): 211 kB | 58 kB | 10 kB | 126/155 kB | 25 kB error 03-Jan-2023 03:11:10 Progress (5): 211 kB | 58 kB | 10 kB | 129/155 kB | 25 kB error 03-Jan-2023 03:11:10 Progress (5): 211 kB | 58 kB | 10 kB | 132/155 kB | 25 kB error 03-Jan-2023 03:11:10 Progress (5): 211 kB | 58 kB | 10 kB | 135/155 kB | 25 kB error 03-Jan-2023 03:11:10 Progress (5): 211 kB | 58 kB | 10 kB | 138/155 kB | 25 kB error 03-Jan-2023 03:11:10 Progress (5): 211 kB | 58 kB | 10 kB | 140/155 kB | 25 kB error 03-Jan-2023 03:11:10 Progress (5): 211 kB | 58 kB | 10 kB | 143/155 kB | 25 kB error 03-Jan-2023 03:11:10 Progress (5): 211 kB | 58 kB | 10 kB | 146/155 kB | 25 kB error 03-Jan-2023 03:11:10 Progress (5): 211 kB | 58 kB | 10 kB | 149/155 kB | 25 kB error 03-Jan-2023 03:11:10 Progress (5): 211 kB | 58 kB | 10 kB | 152/155 kB | 25 kB error 03-Jan-2023 03:11:10 Progress (5): 211 kB | 58 kB | 10 kB | 154/155 kB | 25 kB error 03-Jan-2023 03:11:10 Progress (5): 211 kB | 58 kB | 10 kB | 155 kB | 25 kB error 03-Jan-2023 03:11:10 error 03-Jan-2023 03:11:10 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-monitor/2.0.9/maven-monitor-2.0.9.jar (10 kB at 5.3 kB/s) error 03-Jan-2023 03:11:10 #21 112.6 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/codehaus/plexus/plexus-compiler-manager/2.2/plexus-compiler-manager-2.2.jar error 03-Jan-2023 03:11:10 #21 112.6 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-artifact-manager/2.0.9/maven-artifact-manager-2.0.9.jar (58 kB at 30 kB/s) error 03-Jan-2023 03:11:10 #21 112.6 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/codehaus/plexus/plexus-compiler-javac/2.2/plexus-compiler-javac-2.2.jar error 03-Jan-2023 03:11:10 #21 112.7 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/codehaus/plexus/plexus-compiler-api/2.2/plexus-compiler-api-2.2.jar (25 kB at 13 kB/s) error 03-Jan-2023 03:11:10 #21 112.7 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/codehaus/plexus/plexus-container-default/1.5.5/plexus-container-default-1.5.5.jar error 03-Jan-2023 03:11:10 #21 112.7 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/codehaus/plexus/plexus-utils/1.5.1/plexus-utils-1.5.1.jar (211 kB at 105 kB/s) error 03-Jan-2023 03:11:10 #21 112.7 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/junit/junit/3.8.2/junit-3.8.2.jar error 03-Jan-2023 03:11:10 #21 112.7 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/shared/maven-shared-utils/0.1/maven-shared-utils-0.1.jar (155 kB at 76 kB/s) error 03-Jan-2023 03:11:10 #21 112.8 Progress (1): 3.4/19 kB error 03-Jan-2023 03:11:10 Progress (2): 3.4/19 kB | 3.4/4.6 kB error 03-Jan-2023 03:11:10 Progress (2): 3.4/19 kB | 4.6 kB error 03-Jan-2023 03:11:10 Progress (2): 6.2/19 kB | 4.6 kB error 03-Jan-2023 03:11:10 Progress (2): 9.0/19 kB | 4.6 kB error 03-Jan-2023 03:11:10 Progress (2): 12/19 kB | 4.6 kB error 03-Jan-2023 03:11:10 Progress (2): 15/19 kB | 4.6 kB error 03-Jan-2023 03:11:10 Progress (2): 17/19 kB | 4.6 kB error 03-Jan-2023 03:11:10 Progress (2): 19 kB | 4.6 kB error 03-Jan-2023 03:11:10 Progress (3): 19 kB | 4.6 kB | 3.4/121 kB error 03-Jan-2023 03:11:10 Progress (3): 19 kB | 4.6 kB | 6.2/121 kB error 03-Jan-2023 03:11:10 Progress (3): 19 kB | 4.6 kB | 9.0/121 kB error 03-Jan-2023 03:11:10 Progress (3): 19 kB | 4.6 kB | 12/121 kB error 03-Jan-2023 03:11:10 error 03-Jan-2023 03:11:10 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/codehaus/plexus/plexus-compiler-manager/2.2/plexus-compiler-manager-2.2.jar (4.6 kB at 2.1 kB/s) error 03-Jan-2023 03:11:10 #21 112.9 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/codehaus/plexus/plexus-compiler-javac/2.2/plexus-compiler-javac-2.2.jar (19 kB at 8.7 kB/s) error 03-Jan-2023 03:11:10 #21 112.9 Progress (1): 15/121 kB error 03-Jan-2023 03:11:10 Progress (1): 17/121 kB error 03-Jan-2023 03:11:10 Progress (1): 20/121 kB error 03-Jan-2023 03:11:10 Progress (1): 23/121 kB error 03-Jan-2023 03:11:10 Progress (1): 26/121 kB error 03-Jan-2023 03:11:10 Progress (1): 29/121 kB error 03-Jan-2023 03:11:10 Progress (1): 31/121 kB error 03-Jan-2023 03:11:10 Progress (1): 34/121 kB error 03-Jan-2023 03:11:10 Progress (1): 37/121 kB error 03-Jan-2023 03:11:10 Progress (1): 40/121 kB error 03-Jan-2023 03:11:10 Progress (2): 40/121 kB | 4.1/217 kB error 03-Jan-2023 03:11:10 Progress (2): 40/121 kB | 8.2/217 kB error 03-Jan-2023 03:11:10 Progress (2): 40/121 kB | 12/217 kB error 03-Jan-2023 03:11:10 Progress (2): 40/121 kB | 16/217 kB error 03-Jan-2023 03:11:10 Progress (2): 40/121 kB | 19/217 kB error 03-Jan-2023 03:11:10 Progress (2): 40/121 kB | 23/217 kB error 03-Jan-2023 03:11:10 Progress (2): 40/121 kB | 27/217 kB error 03-Jan-2023 03:11:10 Progress (2): 40/121 kB | 31/217 kB error 03-Jan-2023 03:11:10 Progress (2): 40/121 kB | 34/217 kB error 03-Jan-2023 03:11:10 Progress (2): 40/121 kB | 38/217 kB error 03-Jan-2023 03:11:10 Progress (2): 40/121 kB | 42/217 kB error 03-Jan-2023 03:11:10 Progress (2): 40/121 kB | 46/217 kB error 03-Jan-2023 03:11:10 Progress (2): 40/121 kB | 51/217 kB error 03-Jan-2023 03:11:10 Progress (2): 40/121 kB | 55/217 kB error 03-Jan-2023 03:11:10 Progress (2): 40/121 kB | 59/217 kB error 03-Jan-2023 03:11:10 Progress (2): 40/121 kB | 63/217 kB error 03-Jan-2023 03:11:10 Progress (2): 40/121 kB | 67/217 kB error 03-Jan-2023 03:11:10 Progress (2): 40/121 kB | 69/217 kB error 03-Jan-2023 03:11:10 Progress (2): 40/121 kB | 73/217 kB error 03-Jan-2023 03:11:10 Progress (2): 40/121 kB | 77/217 kB error 03-Jan-2023 03:11:10 Progress (2): 40/121 kB | 81/217 kB error 03-Jan-2023 03:11:10 Progress (2): 40/121 kB | 85/217 kB error 03-Jan-2023 03:11:10 Progress (2): 40/121 kB | 89/217 kB error 03-Jan-2023 03:11:10 Progress (2): 40/121 kB | 94/217 kB error 03-Jan-2023 03:11:10 Progress (2): 40/121 kB | 98/217 kB error 03-Jan-2023 03:11:10 Progress (2): 40/121 kB | 102/217 kB error 03-Jan-2023 03:11:10 Progress (2): 40/121 kB | 104/217 kB error 03-Jan-2023 03:11:10 Progress (2): 40/121 kB | 108/217 kB error 03-Jan-2023 03:11:10 Progress (2): 40/121 kB | 112/217 kB error 03-Jan-2023 03:11:10 Progress (2): 40/121 kB | 116/217 kB error 03-Jan-2023 03:11:10 Progress (2): 40/121 kB | 120/217 kB error 03-Jan-2023 03:11:10 Progress (2): 40/121 kB | 124/217 kB error 03-Jan-2023 03:11:10 Progress (2): 40/121 kB | 128/217 kB error 03-Jan-2023 03:11:10 Progress (2): 40/121 kB | 132/217 kB error 03-Jan-2023 03:11:10 Progress (2): 40/121 kB | 137/217 kB error 03-Jan-2023 03:11:10 Progress (2): 40/121 kB | 141/217 kB error 03-Jan-2023 03:11:10 Progress (2): 40/121 kB | 143/217 kB error 03-Jan-2023 03:11:10 Progress (2): 40/121 kB | 147/217 kB error 03-Jan-2023 03:11:10 Progress (2): 40/121 kB | 151/217 kB error 03-Jan-2023 03:11:10 Progress (2): 40/121 kB | 155/217 kB error 03-Jan-2023 03:11:10 Progress (2): 40/121 kB | 159/217 kB error 03-Jan-2023 03:11:10 Progress (2): 40/121 kB | 163/217 kB error 03-Jan-2023 03:11:10 Progress (2): 40/121 kB | 167/217 kB error 03-Jan-2023 03:11:10 Progress (2): 40/121 kB | 171/217 kB error 03-Jan-2023 03:11:10 Progress (2): 40/121 kB | 176/217 kB error 03-Jan-2023 03:11:10 Progress (2): 40/121 kB | 180/217 kB error 03-Jan-2023 03:11:10 Progress (2): 40/121 kB | 184/217 kB error 03-Jan-2023 03:11:10 Progress (2): 40/121 kB | 188/217 kB error 03-Jan-2023 03:11:10 Progress (2): 40/121 kB | 192/217 kB error 03-Jan-2023 03:11:10 Progress (2): 40/121 kB | 196/217 kB error 03-Jan-2023 03:11:10 Progress (2): 40/121 kB | 200/217 kB error 03-Jan-2023 03:11:10 Progress (2): 40/121 kB | 204/217 kB error 03-Jan-2023 03:11:10 Progress (2): 40/121 kB | 206/217 kB error 03-Jan-2023 03:11:10 Progress (2): 43/121 kB | 206/217 kB error 03-Jan-2023 03:11:10 Progress (2): 45/121 kB | 206/217 kB error 03-Jan-2023 03:11:10 Progress (2): 48/121 kB | 206/217 kB error 03-Jan-2023 03:11:10 Progress (2): 51/121 kB | 206/217 kB error 03-Jan-2023 03:11:10 Progress (2): 54/121 kB | 206/217 kB error 03-Jan-2023 03:11:10 Progress (2): 56/121 kB | 206/217 kB error 03-Jan-2023 03:11:10 Progress (2): 59/121 kB | 206/217 kB error 03-Jan-2023 03:11:10 Progress (2): 62/121 kB | 206/217 kB error 03-Jan-2023 03:11:10 Progress (2): 65/121 kB | 206/217 kB error 03-Jan-2023 03:11:10 Progress (2): 68/121 kB | 206/217 kB error 03-Jan-2023 03:11:10 Progress (2): 70/121 kB | 206/217 kB error 03-Jan-2023 03:11:10 Progress (2): 73/121 kB | 206/217 kB error 03-Jan-2023 03:11:10 Progress (2): 76/121 kB | 206/217 kB error 03-Jan-2023 03:11:10 Progress (2): 79/121 kB | 206/217 kB error 03-Jan-2023 03:11:10 Progress (2): 82/121 kB | 206/217 kB error 03-Jan-2023 03:11:10 Progress (2): 84/121 kB | 206/217 kB error 03-Jan-2023 03:11:10 Progress (2): 84/121 kB | 210/217 kB error 03-Jan-2023 03:11:10 Progress (2): 84/121 kB | 215/217 kB error 03-Jan-2023 03:11:10 Progress (2): 84/121 kB | 217 kB error 03-Jan-2023 03:11:10 Progress (2): 87/121 kB | 217 kB error 03-Jan-2023 03:11:10 Progress (2): 90/121 kB | 217 kB error 03-Jan-2023 03:11:10 Progress (2): 93/121 kB | 217 kB error 03-Jan-2023 03:11:10 Progress (2): 96/121 kB | 217 kB error 03-Jan-2023 03:11:10 Progress (2): 98/121 kB | 217 kB error 03-Jan-2023 03:11:10 Progress (2): 101/121 kB | 217 kB error 03-Jan-2023 03:11:10 Progress (2): 104/121 kB | 217 kB error 03-Jan-2023 03:11:10 Progress (2): 107/121 kB | 217 kB error 03-Jan-2023 03:11:10 Progress (2): 110/121 kB | 217 kB error 03-Jan-2023 03:11:10 Progress (2): 112/121 kB | 217 kB error 03-Jan-2023 03:11:10 Progress (2): 115/121 kB | 217 kB error 03-Jan-2023 03:11:10 Progress (2): 118/121 kB | 217 kB error 03-Jan-2023 03:11:10 Progress (2): 121 kB | 217 kB error 03-Jan-2023 03:11:10 error 03-Jan-2023 03:11:10 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/codehaus/plexus/plexus-container-default/1.5.5/plexus-container-default-1.5.5.jar (217 kB at 87 kB/s) error 03-Jan-2023 03:11:10 #21 113.2 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/junit/junit/3.8.2/junit-3.8.2.jar (121 kB at 48 kB/s) error 03-Jan-2023 03:11:10 #21 113.3 [INFO] No sources to compile error 03-Jan-2023 03:11:10 #21 113.3 [INFO] error 03-Jan-2023 03:11:10 #21 113.3 [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ referenceapplication-package --- error 03-Jan-2023 03:11:10 #21 113.3 [INFO] Using 'UTF-8' encoding to copy filtered resources. error 03-Jan-2023 03:11:10 #21 113.3 [INFO] skip non existing resourceDirectory /app/package/src/test/resources error 03-Jan-2023 03:11:10 #21 113.3 [INFO] skip non existing resourceDirectory /app/package/src/test/resources error 03-Jan-2023 03:11:10 #21 113.3 [INFO] error 03-Jan-2023 03:11:10 #21 113.3 [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ referenceapplication-package --- error 03-Jan-2023 03:11:10 #21 113.3 [INFO] No sources to compile error 03-Jan-2023 03:11:10 #21 113.3 [INFO] error 03-Jan-2023 03:11:10 #21 113.3 [INFO] --- maven-surefire-plugin:2.12:test (default-test) @ referenceapplication-package --- error 03-Jan-2023 03:11:10 #21 113.4 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/surefire/surefire-booter/2.12/surefire-booter-2.12.pom error 03-Jan-2023 03:11:10 #21 113.5 Progress (1): 3.0 kB error 03-Jan-2023 03:11:11 error 03-Jan-2023 03:11:11 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/surefire/surefire-booter/2.12/surefire-booter-2.12.pom (3.0 kB at 13 kB/s) error 03-Jan-2023 03:11:11 #21 113.6 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/surefire/surefire-api/2.12/surefire-api-2.12.pom error 03-Jan-2023 03:11:11 #21 113.7 Progress (1): 2.5 kB error 03-Jan-2023 03:11:11 error 03-Jan-2023 03:11:11 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/surefire/surefire-api/2.12/surefire-api-2.12.pom (2.5 kB at 10.0 kB/s) error 03-Jan-2023 03:11:11 #21 113.8 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/surefire/maven-surefire-common/2.12/maven-surefire-common-2.12.pom error 03-Jan-2023 03:11:11 #21 114.0 Progress (1): 3.4/5.1 kB error 03-Jan-2023 03:11:11 Progress (1): 5.1 kB error 03-Jan-2023 03:11:11 error 03-Jan-2023 03:11:11 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/surefire/maven-surefire-common/2.12/maven-surefire-common-2.12.pom (5.1 kB at 22 kB/s) error 03-Jan-2023 03:11:11 #21 114.1 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/reporting/maven-reporting-api/2.0.9/maven-reporting-api-2.0.9.pom error 03-Jan-2023 03:11:11 #21 114.2 Progress (1): 1.8 kB error 03-Jan-2023 03:11:11 error 03-Jan-2023 03:11:11 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/reporting/maven-reporting-api/2.0.9/maven-reporting-api-2.0.9.pom (1.8 kB at 7.2 kB/s) error 03-Jan-2023 03:11:11 #21 114.3 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/reporting/maven-reporting/2.0.9/maven-reporting-2.0.9.pom error 03-Jan-2023 03:11:11 #21 114.5 Progress (1): 1.5 kB error 03-Jan-2023 03:11:12 error 03-Jan-2023 03:11:12 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/reporting/maven-reporting/2.0.9/maven-reporting-2.0.9.pom (1.5 kB at 6.3 kB/s) error 03-Jan-2023 03:11:12 #21 114.6 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-toolchain/2.0.9/maven-toolchain-2.0.9.pom error 03-Jan-2023 03:11:12 #21 114.7 Progress (1): 3.4/3.5 kB error 03-Jan-2023 03:11:12 Progress (1): 3.5 kB error 03-Jan-2023 03:11:12 error 03-Jan-2023 03:11:12 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-toolchain/2.0.9/maven-toolchain-2.0.9.pom (3.5 kB at 14 kB/s) error 03-Jan-2023 03:11:12 #21 114.8 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/shared/maven-common-artifact-filters/1.3/maven-common-artifact-filters-1.3.pom error 03-Jan-2023 03:11:12 #21 114.9 Progress (1): 3.4/3.7 kB error 03-Jan-2023 03:11:12 Progress (1): 3.7 kB error 03-Jan-2023 03:11:12 error 03-Jan-2023 03:11:12 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/shared/maven-common-artifact-filters/1.3/maven-common-artifact-filters-1.3.pom (3.7 kB at 16 kB/s) error 03-Jan-2023 03:11:12 #21 115.1 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/shared/maven-shared-components/12/maven-shared-components-12.pom error 03-Jan-2023 03:11:12 #21 115.2 Progress (1): 3.4/9.3 kB error 03-Jan-2023 03:11:12 Progress (1): 6.2/9.3 kB error 03-Jan-2023 03:11:12 Progress (1): 9.0/9.3 kB error 03-Jan-2023 03:11:12 Progress (1): 9.3 kB error 03-Jan-2023 03:11:12 error 03-Jan-2023 03:11:12 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/shared/maven-shared-components/12/maven-shared-components-12.pom (9.3 kB at 41 kB/s) error 03-Jan-2023 03:11:12 #21 115.3 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-parent/13/maven-parent-13.pom error 03-Jan-2023 03:11:12 #21 115.4 Progress (1): 3.4/23 kB error 03-Jan-2023 03:11:12 Progress (1): 6.2/23 kB error 03-Jan-2023 03:11:12 Progress (1): 9.0/23 kB error 03-Jan-2023 03:11:12 Progress (1): 12/23 kB error 03-Jan-2023 03:11:12 Progress (1): 15/23 kB error 03-Jan-2023 03:11:12 Progress (1): 17/23 kB error 03-Jan-2023 03:11:12 Progress (1): 20/23 kB error 03-Jan-2023 03:11:12 Progress (1): 23 kB error 03-Jan-2023 03:11:12 error 03-Jan-2023 03:11:12 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-parent/13/maven-parent-13.pom (23 kB at 98 kB/s) error 03-Jan-2023 03:11:13 #21 115.5 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/surefire/surefire-booter/2.12/surefire-booter-2.12.jar error 03-Jan-2023 03:11:13 #21 115.5 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/surefire/surefire-api/2.12/surefire-api-2.12.jar error 03-Jan-2023 03:11:13 #21 115.5 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/surefire/maven-surefire-common/2.12/maven-surefire-common-2.12.jar error 03-Jan-2023 03:11:13 #21 115.5 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/shared/maven-common-artifact-filters/1.3/maven-common-artifact-filters-1.3.jar error 03-Jan-2023 03:11:13 #21 115.5 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/reporting/maven-reporting-api/2.0.9/maven-reporting-api-2.0.9.jar error 03-Jan-2023 03:11:13 #21 115.6 Progress (1): 3.4/33 kB error 03-Jan-2023 03:11:13 Progress (1): 6.2/33 kB error 03-Jan-2023 03:11:13 Progress (1): 9.0/33 kB error 03-Jan-2023 03:11:13 Progress (1): 12/33 kB error 03-Jan-2023 03:11:13 Progress (1): 15/33 kB error 03-Jan-2023 03:11:13 Progress (1): 17/33 kB error 03-Jan-2023 03:11:13 Progress (1): 20/33 kB error 03-Jan-2023 03:11:13 Progress (1): 23/33 kB error 03-Jan-2023 03:11:13 Progress (1): 26/33 kB error 03-Jan-2023 03:11:13 Progress (1): 29/33 kB error 03-Jan-2023 03:11:13 Progress (1): 31/33 kB error 03-Jan-2023 03:11:13 Progress (1): 33 kB error 03-Jan-2023 03:11:13 Progress (2): 33 kB | 3.4/31 kB error 03-Jan-2023 03:11:13 Progress (2): 33 kB | 6.2/31 kB error 03-Jan-2023 03:11:13 Progress (2): 33 kB | 9.0/31 kB error 03-Jan-2023 03:11:13 Progress (2): 33 kB | 12/31 kB error 03-Jan-2023 03:11:13 Progress (2): 33 kB | 15/31 kB error 03-Jan-2023 03:11:13 Progress (2): 33 kB | 17/31 kB error 03-Jan-2023 03:11:13 Progress (2): 33 kB | 20/31 kB error 03-Jan-2023 03:11:13 Progress (2): 33 kB | 23/31 kB error 03-Jan-2023 03:11:13 Progress (2): 33 kB | 26/31 kB error 03-Jan-2023 03:11:13 Progress (3): 33 kB | 26/31 kB | 3.4/124 kB error 03-Jan-2023 03:11:13 Progress (4): 33 kB | 26/31 kB | 3.4/124 kB | 3.4/10 kB error 03-Jan-2023 03:11:13 Progress (4): 33 kB | 26/31 kB | 3.4/124 kB | 6.2/10 kB error 03-Jan-2023 03:11:13 Progress (4): 33 kB | 26/31 kB | 3.4/124 kB | 9.0/10 kB error 03-Jan-2023 03:11:13 Progress (4): 33 kB | 26/31 kB | 3.4/124 kB | 10 kB error 03-Jan-2023 03:11:13 Progress (4): 33 kB | 26/31 kB | 6.2/124 kB | 10 kB error 03-Jan-2023 03:11:13 Progress (4): 33 kB | 26/31 kB | 9.0/124 kB | 10 kB error 03-Jan-2023 03:11:13 Progress (4): 33 kB | 26/31 kB | 12/124 kB | 10 kB error 03-Jan-2023 03:11:13 Progress (4): 33 kB | 26/31 kB | 15/124 kB | 10 kB error 03-Jan-2023 03:11:13 Progress (4): 33 kB | 29/31 kB | 15/124 kB | 10 kB error 03-Jan-2023 03:11:13 Progress (4): 33 kB | 29/31 kB | 17/124 kB | 10 kB error 03-Jan-2023 03:11:13 Progress (4): 33 kB | 31 kB | 17/124 kB | 10 kB error 03-Jan-2023 03:11:13 Progress (4): 33 kB | 31 kB | 20/124 kB | 10 kB error 03-Jan-2023 03:11:13 Progress (4): 33 kB | 31 kB | 23/124 kB | 10 kB error 03-Jan-2023 03:11:13 Progress (4): 33 kB | 31 kB | 26/124 kB | 10 kB error 03-Jan-2023 03:11:13 Progress (4): 33 kB | 31 kB | 29/124 kB | 10 kB error 03-Jan-2023 03:11:13 Progress (4): 33 kB | 31 kB | 31/124 kB | 10 kB error 03-Jan-2023 03:11:13 Progress (4): 33 kB | 31 kB | 34/124 kB | 10 kB error 03-Jan-2023 03:11:13 Progress (4): 33 kB | 31 kB | 37/124 kB | 10 kB error 03-Jan-2023 03:11:13 Progress (4): 33 kB | 31 kB | 40/124 kB | 10 kB error 03-Jan-2023 03:11:13 Progress (4): 33 kB | 31 kB | 43/124 kB | 10 kB error 03-Jan-2023 03:11:13 Progress (4): 33 kB | 31 kB | 45/124 kB | 10 kB error 03-Jan-2023 03:11:13 Progress (4): 33 kB | 31 kB | 48/124 kB | 10 kB error 03-Jan-2023 03:11:13 Progress (4): 33 kB | 31 kB | 51/124 kB | 10 kB error 03-Jan-2023 03:11:13 Progress (4): 33 kB | 31 kB | 54/124 kB | 10 kB error 03-Jan-2023 03:11:13 Progress (4): 33 kB | 31 kB | 56/124 kB | 10 kB error 03-Jan-2023 03:11:13 Progress (4): 33 kB | 31 kB | 59/124 kB | 10 kB error 03-Jan-2023 03:11:13 Progress (4): 33 kB | 31 kB | 62/124 kB | 10 kB error 03-Jan-2023 03:11:13 Progress (4): 33 kB | 31 kB | 65/124 kB | 10 kB error 03-Jan-2023 03:11:13 Progress (4): 33 kB | 31 kB | 68/124 kB | 10 kB error 03-Jan-2023 03:11:13 Progress (4): 33 kB | 31 kB | 70/124 kB | 10 kB error 03-Jan-2023 03:11:13 Progress (4): 33 kB | 31 kB | 73/124 kB | 10 kB error 03-Jan-2023 03:11:13 Progress (4): 33 kB | 31 kB | 76/124 kB | 10 kB error 03-Jan-2023 03:11:13 Progress (4): 33 kB | 31 kB | 79/124 kB | 10 kB error 03-Jan-2023 03:11:13 Progress (4): 33 kB | 31 kB | 82/124 kB | 10 kB error 03-Jan-2023 03:11:13 Progress (4): 33 kB | 31 kB | 84/124 kB | 10 kB error 03-Jan-2023 03:11:13 Progress (4): 33 kB | 31 kB | 87/124 kB | 10 kB error 03-Jan-2023 03:11:13 Progress (4): 33 kB | 31 kB | 90/124 kB | 10 kB error 03-Jan-2023 03:11:13 Progress (4): 33 kB | 31 kB | 93/124 kB | 10 kB error 03-Jan-2023 03:11:13 Progress (4): 33 kB | 31 kB | 95/124 kB | 10 kB error 03-Jan-2023 03:11:13 Progress (4): 33 kB | 31 kB | 98/124 kB | 10 kB error 03-Jan-2023 03:11:13 Progress (4): 33 kB | 31 kB | 101/124 kB | 10 kB error 03-Jan-2023 03:11:13 Progress (4): 33 kB | 31 kB | 104/124 kB | 10 kB error 03-Jan-2023 03:11:13 Progress (4): 33 kB | 31 kB | 107/124 kB | 10 kB error 03-Jan-2023 03:11:13 Progress (4): 33 kB | 31 kB | 109/124 kB | 10 kB error 03-Jan-2023 03:11:13 Progress (4): 33 kB | 31 kB | 112/124 kB | 10 kB error 03-Jan-2023 03:11:13 Progress (4): 33 kB | 31 kB | 115/124 kB | 10 kB error 03-Jan-2023 03:11:13 Progress (4): 33 kB | 31 kB | 118/124 kB | 10 kB error 03-Jan-2023 03:11:13 Progress (4): 33 kB | 31 kB | 121/124 kB | 10 kB error 03-Jan-2023 03:11:13 Progress (4): 33 kB | 31 kB | 123/124 kB | 10 kB error 03-Jan-2023 03:11:13 Progress (4): 33 kB | 31 kB | 124 kB | 10 kB error 03-Jan-2023 03:11:13 error 03-Jan-2023 03:11:13 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/reporting/maven-reporting-api/2.0.9/maven-reporting-api-2.0.9.jar (10 kB at 40 kB/s) error 03-Jan-2023 03:11:13 #21 115.8 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-toolchain/2.0.9/maven-toolchain-2.0.9.jar error 03-Jan-2023 03:11:13 #21 115.8 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/shared/maven-common-artifact-filters/1.3/maven-common-artifact-filters-1.3.jar (31 kB at 119 kB/s) error 03-Jan-2023 03:11:13 #21 115.8 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/surefire/surefire-booter/2.12/surefire-booter-2.12.jar (33 kB at 125 kB/s) error 03-Jan-2023 03:11:13 #21 115.8 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/surefire/surefire-api/2.12/surefire-api-2.12.jar (124 kB at 465 kB/s) error 03-Jan-2023 03:11:13 #21 115.8 Progress (1): 4.1/224 kB error 03-Jan-2023 03:11:13 Progress (1): 8.2/224 kB error 03-Jan-2023 03:11:13 Progress (1): 12/224 kB error 03-Jan-2023 03:11:13 Progress (1): 16/224 kB error 03-Jan-2023 03:11:13 Progress (1): 20/224 kB error 03-Jan-2023 03:11:13 Progress (1): 24/224 kB error 03-Jan-2023 03:11:13 Progress (1): 28/224 kB error 03-Jan-2023 03:11:13 Progress (1): 32/224 kB error 03-Jan-2023 03:11:13 Progress (1): 36/224 kB error 03-Jan-2023 03:11:13 Progress (1): 40/224 kB error 03-Jan-2023 03:11:13 Progress (1): 44/224 kB error 03-Jan-2023 03:11:13 Progress (1): 49/224 kB error 03-Jan-2023 03:11:13 Progress (1): 51/224 kB error 03-Jan-2023 03:11:13 Progress (1): 55/224 kB error 03-Jan-2023 03:11:13 Progress (1): 59/224 kB error 03-Jan-2023 03:11:13 Progress (1): 63/224 kB error 03-Jan-2023 03:11:13 Progress (1): 67/224 kB error 03-Jan-2023 03:11:13 Progress (1): 71/224 kB error 03-Jan-2023 03:11:13 Progress (1): 75/224 kB error 03-Jan-2023 03:11:13 Progress (1): 79/224 kB error 03-Jan-2023 03:11:13 Progress (1): 83/224 kB error 03-Jan-2023 03:11:13 Progress (1): 85/224 kB error 03-Jan-2023 03:11:13 Progress (1): 89/224 kB error 03-Jan-2023 03:11:13 Progress (1): 94/224 kB error 03-Jan-2023 03:11:13 Progress (1): 98/224 kB error 03-Jan-2023 03:11:13 Progress (1): 102/224 kB error 03-Jan-2023 03:11:13 Progress (1): 106/224 kB error 03-Jan-2023 03:11:13 Progress (1): 110/224 kB error 03-Jan-2023 03:11:13 Progress (1): 114/224 kB error 03-Jan-2023 03:11:13 Progress (1): 118/224 kB error 03-Jan-2023 03:11:13 Progress (1): 120/224 kB error 03-Jan-2023 03:11:13 Progress (1): 124/224 kB error 03-Jan-2023 03:11:13 Progress (1): 128/224 kB error 03-Jan-2023 03:11:13 Progress (1): 132/224 kB error 03-Jan-2023 03:11:13 Progress (1): 137/224 kB error 03-Jan-2023 03:11:13 Progress (1): 141/224 kB error 03-Jan-2023 03:11:13 Progress (1): 145/224 kB error 03-Jan-2023 03:11:13 Progress (1): 149/224 kB error 03-Jan-2023 03:11:13 Progress (1): 152/224 kB error 03-Jan-2023 03:11:13 Progress (1): 156/224 kB error 03-Jan-2023 03:11:13 Progress (1): 160/224 kB error 03-Jan-2023 03:11:13 Progress (1): 164/224 kB error 03-Jan-2023 03:11:13 Progress (1): 168/224 kB error 03-Jan-2023 03:11:13 Progress (1): 172/224 kB error 03-Jan-2023 03:11:13 Progress (1): 176/224 kB error 03-Jan-2023 03:11:13 Progress (1): 179/224 kB error 03-Jan-2023 03:11:13 Progress (1): 183/224 kB error 03-Jan-2023 03:11:13 Progress (1): 187/224 kB error 03-Jan-2023 03:11:13 Progress (1): 191/224 kB error 03-Jan-2023 03:11:13 Progress (1): 195/224 kB error 03-Jan-2023 03:11:13 Progress (1): 199/224 kB error 03-Jan-2023 03:11:13 Progress (1): 203/224 kB error 03-Jan-2023 03:11:13 Progress (1): 206/224 kB error 03-Jan-2023 03:11:13 Progress (1): 210/224 kB error 03-Jan-2023 03:11:13 Progress (1): 214/224 kB error 03-Jan-2023 03:11:13 Progress (1): 218/224 kB error 03-Jan-2023 03:11:13 Progress (1): 222/224 kB error 03-Jan-2023 03:11:13 Progress (1): 224 kB error 03-Jan-2023 03:11:13 Progress (2): 224 kB | 3.4/38 kB error 03-Jan-2023 03:11:13 Progress (2): 224 kB | 6.2/38 kB error 03-Jan-2023 03:11:13 Progress (2): 224 kB | 9.0/38 kB error 03-Jan-2023 03:11:13 Progress (2): 224 kB | 12/38 kB error 03-Jan-2023 03:11:13 Progress (2): 224 kB | 15/38 kB error 03-Jan-2023 03:11:13 Progress (2): 224 kB | 17/38 kB error 03-Jan-2023 03:11:13 Progress (2): 224 kB | 20/38 kB error 03-Jan-2023 03:11:13 Progress (2): 224 kB | 23/38 kB error 03-Jan-2023 03:11:13 Progress (2): 224 kB | 26/38 kB error 03-Jan-2023 03:11:13 Progress (2): 224 kB | 29/38 kB error 03-Jan-2023 03:11:13 Progress (2): 224 kB | 31/38 kB error 03-Jan-2023 03:11:13 Progress (2): 224 kB | 34/38 kB error 03-Jan-2023 03:11:13 Progress (2): 224 kB | 37/38 kB error 03-Jan-2023 03:11:13 Progress (2): 224 kB | 38 kB error 03-Jan-2023 03:11:13 error 03-Jan-2023 03:11:13 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/surefire/maven-surefire-common/2.12/maven-surefire-common-2.12.jar (224 kB at 524 kB/s) error 03-Jan-2023 03:11:13 #21 116.0 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-toolchain/2.0.9/maven-toolchain-2.0.9.jar (38 kB at 77 kB/s) error 03-Jan-2023 03:11:13 #21 116.1 [INFO] No tests to run. error 03-Jan-2023 03:11:13 #21 116.1 [INFO] Surefire report directory: /app/package/target/surefire-reports error 03-Jan-2023 03:11:13 #21 116.2 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/surefire/surefire-junit4/2.12/surefire-junit4-2.12.pom error 03-Jan-2023 03:11:13 #21 116.3 Progress (1): 2.4 kB error 03-Jan-2023 03:11:13 error 03-Jan-2023 03:11:13 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/surefire/surefire-junit4/2.12/surefire-junit4-2.12.pom (2.4 kB at 11 kB/s) error 03-Jan-2023 03:11:13 #21 116.4 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/surefire/surefire-providers/2.12/surefire-providers-2.12.pom error 03-Jan-2023 03:11:13 #21 116.5 Progress (1): 2.3 kB error 03-Jan-2023 03:11:14 error 03-Jan-2023 03:11:14 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/surefire/surefire-providers/2.12/surefire-providers-2.12.pom (2.3 kB at 10.0 kB/s) error 03-Jan-2023 03:11:14 #21 116.7 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/surefire/surefire-junit4/2.12/surefire-junit4-2.12.jar error 03-Jan-2023 03:11:14 #21 116.8 Progress (1): 3.4/34 kB error 03-Jan-2023 03:11:14 Progress (1): 6.2/34 kB error 03-Jan-2023 03:11:14 Progress (1): 9.0/34 kB error 03-Jan-2023 03:11:14 Progress (1): 12/34 kB error 03-Jan-2023 03:11:14 Progress (1): 15/34 kB error 03-Jan-2023 03:11:14 Progress (1): 17/34 kB error 03-Jan-2023 03:11:14 Progress (1): 20/34 kB error 03-Jan-2023 03:11:14 Progress (1): 23/34 kB error 03-Jan-2023 03:11:14 Progress (1): 26/34 kB error 03-Jan-2023 03:11:14 Progress (1): 29/34 kB error 03-Jan-2023 03:11:14 Progress (1): 31/34 kB error 03-Jan-2023 03:11:14 Progress (1): 34/34 kB error 03-Jan-2023 03:11:14 Progress (1): 34 kB error 03-Jan-2023 03:11:14 error 03-Jan-2023 03:11:14 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/surefire/surefire-junit4/2.12/surefire-junit4-2.12.jar (34 kB at 144 kB/s) error 03-Jan-2023 03:11:14 #21 116.9 error 03-Jan-2023 03:11:14 #21 116.9 ------------------------------------------------------- error 03-Jan-2023 03:11:14 #21 116.9 T E S T S error 03-Jan-2023 03:11:14 #21 116.9 ------------------------------------------------------- error 03-Jan-2023 03:11:14 #21 117.4 error 03-Jan-2023 03:11:14 #21 117.4 Results : error 03-Jan-2023 03:11:14 #21 117.4 error 03-Jan-2023 03:11:15 #21 117.4 Tests run: 0, Failures: 0, Errors: 0, Skipped: 0 error 03-Jan-2023 03:11:15 #21 117.4 error 03-Jan-2023 03:11:15 #21 117.4 [INFO] error 03-Jan-2023 03:11:15 #21 117.4 [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ referenceapplication-package --- error 03-Jan-2023 03:11:15 #21 117.4 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.pom error 03-Jan-2023 03:11:15 #21 117.6 Progress (1): 3.4/4.5 kB error 03-Jan-2023 03:11:15 Progress (1): 4.5 kB error 03-Jan-2023 03:11:15 error 03-Jan-2023 03:11:15 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.pom (4.5 kB at 20 kB/s) error 03-Jan-2023 03:11:15 #21 117.7 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/codehaus/plexus/plexus-archiver/2.1/plexus-archiver-2.1.pom error 03-Jan-2023 03:11:15 #21 117.8 Progress (1): 2.8 kB error 03-Jan-2023 03:11:15 error 03-Jan-2023 03:11:15 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/codehaus/plexus/plexus-archiver/2.1/plexus-archiver-2.1.pom (2.8 kB at 12 kB/s) error 03-Jan-2023 03:11:15 #21 117.9 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/codehaus/plexus/plexus-io/2.0.2/plexus-io-2.0.2.pom error 03-Jan-2023 03:11:15 #21 118.0 Progress (1): 1.7 kB error 03-Jan-2023 03:11:15 error 03-Jan-2023 03:11:15 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/codehaus/plexus/plexus-io/2.0.2/plexus-io-2.0.2.pom (1.7 kB at 7.5 kB/s) error 03-Jan-2023 03:11:15 #21 118.2 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/codehaus/plexus/plexus-interpolation/1.15/plexus-interpolation-1.15.pom error 03-Jan-2023 03:11:15 #21 118.3 Progress (1): 1.0 kB error 03-Jan-2023 03:11:15 error 03-Jan-2023 03:11:16 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/codehaus/plexus/plexus-interpolation/1.15/plexus-interpolation-1.15.pom (1.0 kB at 4.4 kB/s) error 03-Jan-2023 03:11:16 #21 118.4 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.jar error 03-Jan-2023 03:11:16 #21 118.4 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/codehaus/plexus/plexus-interpolation/1.15/plexus-interpolation-1.15.jar error 03-Jan-2023 03:11:16 #21 118.4 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/codehaus/plexus/plexus-archiver/2.1/plexus-archiver-2.1.jar error 03-Jan-2023 03:11:16 #21 118.4 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/codehaus/plexus/plexus-io/2.0.2/plexus-io-2.0.2.jar error 03-Jan-2023 03:11:16 #21 118.4 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/commons-lang/commons-lang/2.1/commons-lang-2.1.jar error 03-Jan-2023 03:11:16 #21 118.5 Progress (1): 3.4/22 kB error 03-Jan-2023 03:11:16 Progress (1): 6.2/22 kB error 03-Jan-2023 03:11:16 Progress (1): 9.0/22 kB error 03-Jan-2023 03:11:16 Progress (1): 12/22 kB error 03-Jan-2023 03:11:16 Progress (1): 15/22 kB error 03-Jan-2023 03:11:16 Progress (1): 17/22 kB error 03-Jan-2023 03:11:16 Progress (1): 20/22 kB error 03-Jan-2023 03:11:16 Progress (1): 22 kB error 03-Jan-2023 03:11:16 Progress (2): 22 kB | 3.4/184 kB error 03-Jan-2023 03:11:16 Progress (2): 22 kB | 6.2/184 kB error 03-Jan-2023 03:11:16 Progress (2): 22 kB | 9.0/184 kB error 03-Jan-2023 03:11:16 Progress (2): 22 kB | 12/184 kB error 03-Jan-2023 03:11:16 Progress (2): 22 kB | 15/184 kB error 03-Jan-2023 03:11:16 Progress (2): 22 kB | 17/184 kB error 03-Jan-2023 03:11:16 Progress (2): 22 kB | 20/184 kB error 03-Jan-2023 03:11:16 Progress (2): 22 kB | 23/184 kB error 03-Jan-2023 03:11:16 Progress (2): 22 kB | 26/184 kB error 03-Jan-2023 03:11:16 Progress (2): 22 kB | 29/184 kB error 03-Jan-2023 03:11:16 Progress (2): 22 kB | 31/184 kB error 03-Jan-2023 03:11:16 Progress (2): 22 kB | 34/184 kB error 03-Jan-2023 03:11:16 Progress (2): 22 kB | 37/184 kB error 03-Jan-2023 03:11:16 Progress (2): 22 kB | 40/184 kB error 03-Jan-2023 03:11:16 Progress (2): 22 kB | 43/184 kB error 03-Jan-2023 03:11:16 Progress (2): 22 kB | 45/184 kB error 03-Jan-2023 03:11:16 Progress (2): 22 kB | 48/184 kB error 03-Jan-2023 03:11:16 Progress (2): 22 kB | 51/184 kB error 03-Jan-2023 03:11:16 Progress (2): 22 kB | 54/184 kB error 03-Jan-2023 03:11:16 Progress (3): 22 kB | 54/184 kB | 3.4/60 kB error 03-Jan-2023 03:11:16 Progress (3): 22 kB | 57/184 kB | 3.4/60 kB error 03-Jan-2023 03:11:16 Progress (3): 22 kB | 57/184 kB | 6.2/60 kB error 03-Jan-2023 03:11:16 Progress (3): 22 kB | 59/184 kB | 6.2/60 kB error 03-Jan-2023 03:11:16 Progress (3): 22 kB | 59/184 kB | 9.0/60 kB error 03-Jan-2023 03:11:16 Progress (3): 22 kB | 59/184 kB | 12/60 kB error 03-Jan-2023 03:11:16 Progress (3): 22 kB | 62/184 kB | 12/60 kB error 03-Jan-2023 03:11:16 Progress (3): 22 kB | 62/184 kB | 15/60 kB error 03-Jan-2023 03:11:16 Progress (3): 22 kB | 65/184 kB | 15/60 kB error 03-Jan-2023 03:11:16 Progress (3): 22 kB | 65/184 kB | 17/60 kB error 03-Jan-2023 03:11:16 Progress (3): 22 kB | 68/184 kB | 17/60 kB error 03-Jan-2023 03:11:16 Progress (3): 22 kB | 71/184 kB | 17/60 kB error 03-Jan-2023 03:11:16 Progress (3): 22 kB | 71/184 kB | 20/60 kB error 03-Jan-2023 03:11:16 Progress (3): 22 kB | 73/184 kB | 20/60 kB error 03-Jan-2023 03:11:16 Progress (3): 22 kB | 73/184 kB | 23/60 kB error 03-Jan-2023 03:11:16 Progress (3): 22 kB | 76/184 kB | 23/60 kB error 03-Jan-2023 03:11:16 Progress (3): 22 kB | 79/184 kB | 23/60 kB error 03-Jan-2023 03:11:16 Progress (3): 22 kB | 82/184 kB | 23/60 kB error 03-Jan-2023 03:11:16 Progress (3): 22 kB | 82/184 kB | 26/60 kB error 03-Jan-2023 03:11:16 Progress (3): 22 kB | 85/184 kB | 26/60 kB error 03-Jan-2023 03:11:16 Progress (3): 22 kB | 87/184 kB | 26/60 kB error 03-Jan-2023 03:11:16 Progress (3): 22 kB | 90/184 kB | 26/60 kB error 03-Jan-2023 03:11:16 Progress (3): 22 kB | 93/184 kB | 26/60 kB error 03-Jan-2023 03:11:16 Progress (3): 22 kB | 96/184 kB | 26/60 kB error 03-Jan-2023 03:11:16 Progress (3): 22 kB | 99/184 kB | 26/60 kB error 03-Jan-2023 03:11:16 Progress (3): 22 kB | 99/184 kB | 29/60 kB error 03-Jan-2023 03:11:16 Progress (3): 22 kB | 99/184 kB | 31/60 kB error 03-Jan-2023 03:11:16 Progress (4): 22 kB | 99/184 kB | 31/60 kB | 3.4/58 kB error 03-Jan-2023 03:11:16 Progress (4): 22 kB | 99/184 kB | 31/60 kB | 6.2/58 kB error 03-Jan-2023 03:11:16 Progress (4): 22 kB | 101/184 kB | 31/60 kB | 6.2/58 kB error 03-Jan-2023 03:11:16 Progress (4): 22 kB | 104/184 kB | 31/60 kB | 6.2/58 kB error 03-Jan-2023 03:11:16 Progress (4): 22 kB | 104/184 kB | 31/60 kB | 9.0/58 kB error 03-Jan-2023 03:11:16 Progress (4): 22 kB | 104/184 kB | 34/60 kB | 9.0/58 kB error 03-Jan-2023 03:11:16 Progress (4): 22 kB | 107/184 kB | 34/60 kB | 9.0/58 kB error 03-Jan-2023 03:11:16 Progress (4): 22 kB | 110/184 kB | 34/60 kB | 9.0/58 kB error 03-Jan-2023 03:11:16 Progress (4): 22 kB | 110/184 kB | 37/60 kB | 9.0/58 kB error 03-Jan-2023 03:11:16 Progress (4): 22 kB | 110/184 kB | 40/60 kB | 9.0/58 kB error 03-Jan-2023 03:11:16 Progress (4): 22 kB | 113/184 kB | 40/60 kB | 9.0/58 kB error 03-Jan-2023 03:11:16 Progress (4): 22 kB | 113/184 kB | 40/60 kB | 12/58 kB error 03-Jan-2023 03:11:16 Progress (4): 22 kB | 115/184 kB | 40/60 kB | 12/58 kB error 03-Jan-2023 03:11:16 Progress (4): 22 kB | 115/184 kB | 40/60 kB | 15/58 kB error 03-Jan-2023 03:11:16 Progress (4): 22 kB | 115/184 kB | 43/60 kB | 15/58 kB error 03-Jan-2023 03:11:16 Progress (4): 22 kB | 118/184 kB | 43/60 kB | 15/58 kB error 03-Jan-2023 03:11:16 Progress (4): 22 kB | 118/184 kB | 45/60 kB | 15/58 kB error 03-Jan-2023 03:11:16 Progress (4): 22 kB | 121/184 kB | 45/60 kB | 15/58 kB error 03-Jan-2023 03:11:16 Progress (4): 22 kB | 121/184 kB | 45/60 kB | 17/58 kB error 03-Jan-2023 03:11:16 Progress (4): 22 kB | 121/184 kB | 45/60 kB | 20/58 kB error 03-Jan-2023 03:11:16 Progress (4): 22 kB | 121/184 kB | 48/60 kB | 20/58 kB error 03-Jan-2023 03:11:16 Progress (4): 22 kB | 121/184 kB | 51/60 kB | 20/58 kB error 03-Jan-2023 03:11:16 Progress (4): 22 kB | 121/184 kB | 54/60 kB | 20/58 kB error 03-Jan-2023 03:11:16 Progress (4): 22 kB | 121/184 kB | 57/60 kB | 20/58 kB error 03-Jan-2023 03:11:16 Progress (4): 22 kB | 121/184 kB | 59/60 kB | 20/58 kB error 03-Jan-2023 03:11:16 Progress (4): 22 kB | 121/184 kB | 60 kB | 20/58 kB error 03-Jan-2023 03:11:16 Progress (4): 22 kB | 124/184 kB | 60 kB | 20/58 kB error 03-Jan-2023 03:11:16 Progress (4): 22 kB | 124/184 kB | 60 kB | 23/58 kB error 03-Jan-2023 03:11:16 Progress (4): 22 kB | 124/184 kB | 60 kB | 26/58 kB error 03-Jan-2023 03:11:16 Progress (4): 22 kB | 124/184 kB | 60 kB | 29/58 kB error 03-Jan-2023 03:11:16 Progress (4): 22 kB | 124/184 kB | 60 kB | 31/58 kB error 03-Jan-2023 03:11:16 Progress (4): 22 kB | 124/184 kB | 60 kB | 34/58 kB error 03-Jan-2023 03:11:16 Progress (4): 22 kB | 124/184 kB | 60 kB | 37/58 kB error 03-Jan-2023 03:11:16 Progress (4): 22 kB | 124/184 kB | 60 kB | 40/58 kB error 03-Jan-2023 03:11:16 Progress (4): 22 kB | 124/184 kB | 60 kB | 43/58 kB error 03-Jan-2023 03:11:16 Progress (4): 22 kB | 127/184 kB | 60 kB | 43/58 kB error 03-Jan-2023 03:11:16 Progress (4): 22 kB | 129/184 kB | 60 kB | 43/58 kB error 03-Jan-2023 03:11:16 Progress (4): 22 kB | 129/184 kB | 60 kB | 45/58 kB error 03-Jan-2023 03:11:16 Progress (4): 22 kB | 132/184 kB | 60 kB | 45/58 kB error 03-Jan-2023 03:11:16 Progress (4): 22 kB | 132/184 kB | 60 kB | 48/58 kB error 03-Jan-2023 03:11:16 Progress (4): 22 kB | 135/184 kB | 60 kB | 48/58 kB error 03-Jan-2023 03:11:16 Progress (4): 22 kB | 135/184 kB | 60 kB | 51/58 kB error 03-Jan-2023 03:11:16 Progress (4): 22 kB | 135/184 kB | 60 kB | 54/58 kB error 03-Jan-2023 03:11:16 Progress (4): 22 kB | 135/184 kB | 60 kB | 57/58 kB error 03-Jan-2023 03:11:16 Progress (4): 22 kB | 135/184 kB | 60 kB | 58 kB error 03-Jan-2023 03:11:16 Progress (4): 22 kB | 138/184 kB | 60 kB | 58 kB error 03-Jan-2023 03:11:16 Progress (4): 22 kB | 141/184 kB | 60 kB | 58 kB error 03-Jan-2023 03:11:16 Progress (4): 22 kB | 143/184 kB | 60 kB | 58 kB error 03-Jan-2023 03:11:16 Progress (4): 22 kB | 146/184 kB | 60 kB | 58 kB error 03-Jan-2023 03:11:16 Progress (4): 22 kB | 149/184 kB | 60 kB | 58 kB error 03-Jan-2023 03:11:16 Progress (4): 22 kB | 152/184 kB | 60 kB | 58 kB error 03-Jan-2023 03:11:16 Progress (4): 22 kB | 155/184 kB | 60 kB | 58 kB error 03-Jan-2023 03:11:16 Progress (4): 22 kB | 157/184 kB | 60 kB | 58 kB error 03-Jan-2023 03:11:16 Progress (4): 22 kB | 160/184 kB | 60 kB | 58 kB error 03-Jan-2023 03:11:16 Progress (4): 22 kB | 163/184 kB | 60 kB | 58 kB error 03-Jan-2023 03:11:16 Progress (4): 22 kB | 165/184 kB | 60 kB | 58 kB error 03-Jan-2023 03:11:16 Progress (4): 22 kB | 168/184 kB | 60 kB | 58 kB error 03-Jan-2023 03:11:16 Progress (4): 22 kB | 171/184 kB | 60 kB | 58 kB error 03-Jan-2023 03:11:16 Progress (4): 22 kB | 174/184 kB | 60 kB | 58 kB error 03-Jan-2023 03:11:16 Progress (4): 22 kB | 176/184 kB | 60 kB | 58 kB error 03-Jan-2023 03:11:16 Progress (4): 22 kB | 179/184 kB | 60 kB | 58 kB error 03-Jan-2023 03:11:16 Progress (4): 22 kB | 182/184 kB | 60 kB | 58 kB error 03-Jan-2023 03:11:16 Progress (4): 22 kB | 184 kB | 60 kB | 58 kB error 03-Jan-2023 03:11:16 error 03-Jan-2023 03:11:16 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.jar (22 kB at 85 kB/s) error 03-Jan-2023 03:11:16 #21 118.7 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/codehaus/plexus/plexus-interpolation/1.15/plexus-interpolation-1.15.jar (60 kB at 214 kB/s) error 03-Jan-2023 03:11:16 #21 118.7 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/codehaus/plexus/plexus-io/2.0.2/plexus-io-2.0.2.jar (58 kB at 209 kB/s) error 03-Jan-2023 03:11:16 #21 118.7 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/codehaus/plexus/plexus-archiver/2.1/plexus-archiver-2.1.jar (184 kB at 643 kB/s) error 03-Jan-2023 03:11:16 #21 118.7 Progress (1): 4.1/208 kB error 03-Jan-2023 03:11:16 Progress (1): 7.6/208 kB error 03-Jan-2023 03:11:16 Progress (1): 12/208 kB error 03-Jan-2023 03:11:16 Progress (1): 16/208 kB error 03-Jan-2023 03:11:16 Progress (1): 20/208 kB error 03-Jan-2023 03:11:16 Progress (1): 24/208 kB error 03-Jan-2023 03:11:16 Progress (1): 28/208 kB error 03-Jan-2023 03:11:16 Progress (1): 32/208 kB error 03-Jan-2023 03:11:16 Progress (1): 36/208 kB error 03-Jan-2023 03:11:16 Progress (1): 40/208 kB error 03-Jan-2023 03:11:16 Progress (1): 42/208 kB error 03-Jan-2023 03:11:16 Progress (1): 46/208 kB error 03-Jan-2023 03:11:16 Progress (1): 51/208 kB error 03-Jan-2023 03:11:16 Progress (1): 55/208 kB error 03-Jan-2023 03:11:16 Progress (1): 59/208 kB error 03-Jan-2023 03:11:16 Progress (1): 63/208 kB error 03-Jan-2023 03:11:16 Progress (1): 67/208 kB error 03-Jan-2023 03:11:16 Progress (1): 71/208 kB error 03-Jan-2023 03:11:16 Progress (1): 75/208 kB error 03-Jan-2023 03:11:16 Progress (1): 77/208 kB error 03-Jan-2023 03:11:16 Progress (1): 81/208 kB error 03-Jan-2023 03:11:16 Progress (1): 85/208 kB error 03-Jan-2023 03:11:16 Progress (1): 89/208 kB error 03-Jan-2023 03:11:16 Progress (1): 94/208 kB error 03-Jan-2023 03:11:16 Progress (1): 98/208 kB error 03-Jan-2023 03:11:16 Progress (1): 102/208 kB error 03-Jan-2023 03:11:16 Progress (1): 106/208 kB error 03-Jan-2023 03:11:16 Progress (1): 110/208 kB error 03-Jan-2023 03:11:16 Progress (1): 112/208 kB error 03-Jan-2023 03:11:16 Progress (1): 116/208 kB error 03-Jan-2023 03:11:16 Progress (1): 120/208 kB error 03-Jan-2023 03:11:16 Progress (1): 124/208 kB error 03-Jan-2023 03:11:16 Progress (1): 128/208 kB error 03-Jan-2023 03:11:16 Progress (1): 132/208 kB error 03-Jan-2023 03:11:16 Progress (1): 137/208 kB error 03-Jan-2023 03:11:16 Progress (1): 141/208 kB error 03-Jan-2023 03:11:16 Progress (1): 143/208 kB error 03-Jan-2023 03:11:16 Progress (1): 147/208 kB error 03-Jan-2023 03:11:16 Progress (1): 151/208 kB error 03-Jan-2023 03:11:16 Progress (1): 155/208 kB error 03-Jan-2023 03:11:16 Progress (1): 159/208 kB error 03-Jan-2023 03:11:16 Progress (1): 163/208 kB error 03-Jan-2023 03:11:16 Progress (1): 167/208 kB error 03-Jan-2023 03:11:16 Progress (1): 171/208 kB error 03-Jan-2023 03:11:16 Progress (1): 176/208 kB error 03-Jan-2023 03:11:16 Progress (1): 180/208 kB error 03-Jan-2023 03:11:16 Progress (1): 184/208 kB error 03-Jan-2023 03:11:16 Progress (1): 188/208 kB error 03-Jan-2023 03:11:16 Progress (1): 192/208 kB error 03-Jan-2023 03:11:16 Progress (1): 196/208 kB error 03-Jan-2023 03:11:16 Progress (1): 200/208 kB error 03-Jan-2023 03:11:16 Progress (1): 204/208 kB error 03-Jan-2023 03:11:16 Progress (1): 206/208 kB error 03-Jan-2023 03:11:16 Progress (1): 208 kB error 03-Jan-2023 03:11:16 error 03-Jan-2023 03:11:16 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/commons-lang/commons-lang/2.1/commons-lang-2.1.jar (208 kB at 473 kB/s) error 03-Jan-2023 03:11:16 #21 119.0 [INFO] Building jar: /app/package/target/referenceapplication-package-2.13.0-SNAPSHOT.jar error 03-Jan-2023 03:11:16 #21 119.1 [INFO] error 03-Jan-2023 03:11:16 #21 119.1 [INFO] --- maven-assembly-plugin:2.3:single (make-assembly) @ referenceapplication-package --- error 03-Jan-2023 03:11:16 #21 119.1 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/shared/maven-common-artifact-filters/1.4/maven-common-artifact-filters-1.4.pom error 03-Jan-2023 03:11:16 #21 119.2 Progress (1): 3.4/3.8 kB error 03-Jan-2023 03:11:16 Progress (1): 3.8 kB error 03-Jan-2023 03:11:16 error 03-Jan-2023 03:11:16 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/shared/maven-common-artifact-filters/1.4/maven-common-artifact-filters-1.4.pom (3.8 kB at 16 kB/s) error 03-Jan-2023 03:11:16 #21 119.3 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-artifact/2.0.8/maven-artifact-2.0.8.pom error 03-Jan-2023 03:11:16 #21 119.4 Progress (1): 1.6 kB error 03-Jan-2023 03:11:17 error 03-Jan-2023 03:11:17 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-artifact/2.0.8/maven-artifact-2.0.8.pom (1.6 kB at 7.0 kB/s) error 03-Jan-2023 03:11:17 #21 119.6 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven/2.0.8/maven-2.0.8.pom error 03-Jan-2023 03:11:17 #21 119.7 Progress (1): 3.4/12 kB error 03-Jan-2023 03:11:17 Progress (1): 6.2/12 kB error 03-Jan-2023 03:11:17 Progress (1): 9.0/12 kB error 03-Jan-2023 03:11:17 Progress (1): 12/12 kB error 03-Jan-2023 03:11:17 Progress (1): 12 kB error 03-Jan-2023 03:11:17 error 03-Jan-2023 03:11:17 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven/2.0.8/maven-2.0.8.pom (12 kB at 52 kB/s) error 03-Jan-2023 03:11:17 #21 119.8 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-parent/6/maven-parent-6.pom error 03-Jan-2023 03:11:17 #21 119.9 Progress (1): 3.4/20 kB error 03-Jan-2023 03:11:17 Progress (1): 6.2/20 kB error 03-Jan-2023 03:11:17 Progress (1): 9.0/20 kB error 03-Jan-2023 03:11:17 Progress (1): 12/20 kB error 03-Jan-2023 03:11:17 Progress (1): 15/20 kB error 03-Jan-2023 03:11:17 Progress (1): 17/20 kB error 03-Jan-2023 03:11:17 Progress (1): 20 kB error 03-Jan-2023 03:11:17 error 03-Jan-2023 03:11:17 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-parent/6/maven-parent-6.pom (20 kB at 87 kB/s) error 03-Jan-2023 03:11:17 #21 120.0 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-model/2.0.8/maven-model-2.0.8.pom error 03-Jan-2023 03:11:17 #21 120.1 Progress (1): 3.1 kB error 03-Jan-2023 03:11:17 error 03-Jan-2023 03:11:17 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-model/2.0.8/maven-model-2.0.8.pom (3.1 kB at 14 kB/s) error 03-Jan-2023 03:11:17 #21 120.3 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-project/2.0.8/maven-project-2.0.8.pom error 03-Jan-2023 03:11:17 #21 120.4 Progress (1): 2.7 kB error 03-Jan-2023 03:11:17 error 03-Jan-2023 03:11:17 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-project/2.0.8/maven-project-2.0.8.pom (2.7 kB at 12 kB/s) error 03-Jan-2023 03:11:18 #21 120.5 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-settings/2.0.8/maven-settings-2.0.8.pom error 03-Jan-2023 03:11:18 #21 120.6 Progress (1): 2.1 kB error 03-Jan-2023 03:11:18 error 03-Jan-2023 03:11:18 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-settings/2.0.8/maven-settings-2.0.8.pom (2.1 kB at 8.9 kB/s) error 03-Jan-2023 03:11:18 #21 120.7 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-profile/2.0.8/maven-profile-2.0.8.pom error 03-Jan-2023 03:11:18 #21 120.8 Progress (1): 2.0 kB error 03-Jan-2023 03:11:18 error 03-Jan-2023 03:11:18 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-profile/2.0.8/maven-profile-2.0.8.pom (2.0 kB at 8.9 kB/s) error 03-Jan-2023 03:11:18 #21 121.0 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-artifact-manager/2.0.8/maven-artifact-manager-2.0.8.pom error 03-Jan-2023 03:11:18 #21 121.1 Progress (1): 2.7 kB error 03-Jan-2023 03:11:18 error 03-Jan-2023 03:11:18 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-artifact-manager/2.0.8/maven-artifact-manager-2.0.8.pom (2.7 kB at 12 kB/s) error 03-Jan-2023 03:11:18 #21 121.2 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-repository-metadata/2.0.8/maven-repository-metadata-2.0.8.pom error 03-Jan-2023 03:11:18 #21 121.3 Progress (1): 1.9 kB error 03-Jan-2023 03:11:19 error 03-Jan-2023 03:11:19 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-repository-metadata/2.0.8/maven-repository-metadata-2.0.8.pom (1.9 kB at 8.3 kB/s) error 03-Jan-2023 03:11:19 #21 121.4 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-plugin-registry/2.0.8/maven-plugin-registry-2.0.8.pom error 03-Jan-2023 03:11:19 #21 121.5 Progress (1): 2.0 kB error 03-Jan-2023 03:11:19 error 03-Jan-2023 03:11:19 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-plugin-registry/2.0.8/maven-plugin-registry-2.0.8.pom (2.0 kB at 8.7 kB/s) error 03-Jan-2023 03:11:19 #21 121.7 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-plugin-api/2.0.8/maven-plugin-api-2.0.8.pom error 03-Jan-2023 03:11:19 #21 121.8 Progress (1): 1.5 kB error 03-Jan-2023 03:11:19 error 03-Jan-2023 03:11:19 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-plugin-api/2.0.8/maven-plugin-api-2.0.8.pom (1.5 kB at 6.4 kB/s) error 03-Jan-2023 03:11:19 #21 121.9 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/shared/file-management/1.1/file-management-1.1.pom error 03-Jan-2023 03:11:19 #21 122.0 Progress (1): 2.7 kB error 03-Jan-2023 03:11:19 #21 ... error 03-Jan-2023 03:11:19 error 03-Jan-2023 03:11:19 #18 [linux/arm64 dev 4/4] RUN mvn -s /usr/share/maven/ref/settings-docker.xml install error 03-Jan-2023 03:11:19 #18 112.3 Jan 03, 2023 3:11:09 AM org.jline.utils.Log logr error 03-Jan-2023 03:11:19 #18 112.3 WARNING: Unable to create a system terminal, creating a dumb terminal (enable debug logging for more information) error 03-Jan-2023 03:11:19 #18 114.6 error 03-Jan-2023 03:11:19 #18 114.6 Downloading modules... error 03-Jan-2023 03:11:19 #18 114.6 error 03-Jan-2023 03:11:19 #18 114.7 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/plugins/maven-dependency-plugin/3.2.0/maven-dependency-plugin-3.2.0.pom error 03-Jan-2023 03:11:19 #18 115.1 Progress (1): 3.3/18 kB error 03-Jan-2023 03:11:19 Progress (1): 6.1/18 kB error 03-Jan-2023 03:11:19 Progress (1): 8.9/18 kB error 03-Jan-2023 03:11:19 Progress (1): 12/18 kB error 03-Jan-2023 03:11:19 Progress (1): 14/18 kB error 03-Jan-2023 03:11:19 Progress (1): 17/18 kB error 03-Jan-2023 03:11:19 Progress (1): 18 kB error 03-Jan-2023 03:11:19 error 03-Jan-2023 03:11:19 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/plugins/maven-dependency-plugin/3.2.0/maven-dependency-plugin-3.2.0.pom (18 kB at 31 kB/s) error 03-Jan-2023 03:11:19 #18 116.3 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/plugins/maven-dependency-plugin/3.2.0/maven-dependency-plugin-3.2.0.jar error 03-Jan-2023 03:11:19 #18 117.7 Progress (1): 4.1/205 kB error 03-Jan-2023 03:11:19 Progress (1): 8.2/205 kB error 03-Jan-2023 03:11:19 Progress (1): 12/205 kB error 03-Jan-2023 03:11:19 Progress (1): 16/205 kB error 03-Jan-2023 03:11:19 Progress (1): 20/205 kB error 03-Jan-2023 03:11:19 Progress (1): 25/205 kB error 03-Jan-2023 03:11:19 Progress (1): 29/205 kB error 03-Jan-2023 03:11:19 Progress (1): 33/205 kB error 03-Jan-2023 03:11:19 Progress (1): 37/205 kB error 03-Jan-2023 03:11:19 Progress (1): 41/205 kB error 03-Jan-2023 03:11:19 Progress (1): 45/205 kB error 03-Jan-2023 03:11:19 Progress (1): 49/205 kB error 03-Jan-2023 03:11:19 Progress (1): 52/205 kB error 03-Jan-2023 03:11:19 Progress (1): 56/205 kB error 03-Jan-2023 03:11:19 Progress (1): 60/205 kB error 03-Jan-2023 03:11:19 Progress (1): 64/205 kB error 03-Jan-2023 03:11:19 Progress (1): 68/205 kB error 03-Jan-2023 03:11:19 Progress (1): 72/205 kB error 03-Jan-2023 03:11:19 Progress (1): 76/205 kB error 03-Jan-2023 03:11:19 Progress (1): 80/205 kB error 03-Jan-2023 03:11:19 Progress (1): 84/205 kB error 03-Jan-2023 03:11:19 Progress (1): 86/205 kB error 03-Jan-2023 03:11:19 Progress (1): 90/205 kB error 03-Jan-2023 03:11:19 Progress (1): 95/205 kB error 03-Jan-2023 03:11:19 Progress (1): 99/205 kB error 03-Jan-2023 03:11:19 Progress (1): 103/205 kB error 03-Jan-2023 03:11:19 Progress (1): 107/205 kB error 03-Jan-2023 03:11:19 Progress (1): 111/205 kB error 03-Jan-2023 03:11:19 Progress (1): 115/205 kB error 03-Jan-2023 03:11:19 Progress (1): 119/205 kB error 03-Jan-2023 03:11:19 Progress (1): 121/205 kB error 03-Jan-2023 03:11:19 Progress (1): 125/205 kB error 03-Jan-2023 03:11:19 Progress (1): 129/205 kB error 03-Jan-2023 03:11:19 Progress (1): 133/205 kB error 03-Jan-2023 03:11:19 Progress (1): 138/205 kB error 03-Jan-2023 03:11:19 Progress (1): 142/205 kB error 03-Jan-2023 03:11:19 Progress (1): 146/205 kB error 03-Jan-2023 03:11:19 Progress (1): 150/205 kB error 03-Jan-2023 03:11:19 Progress (1): 154/205 kB error 03-Jan-2023 03:11:19 Progress (1): 156/205 kB error 03-Jan-2023 03:11:19 Progress (1): 160/205 kB error 03-Jan-2023 03:11:19 Progress (1): 164/205 kB error 03-Jan-2023 03:11:19 Progress (1): 168/205 kB error 03-Jan-2023 03:11:19 Progress (1): 172/205 kB error 03-Jan-2023 03:11:19 Progress (1): 176/205 kB error 03-Jan-2023 03:11:19 Progress (1): 181/205 kB error 03-Jan-2023 03:11:19 Progress (1): 185/205 kB error 03-Jan-2023 03:11:19 Progress (1): 189/205 kB error 03-Jan-2023 03:11:19 Progress (1): 191/205 kB error 03-Jan-2023 03:11:19 Progress (1): 195/205 kB error 03-Jan-2023 03:11:19 Progress (1): 199/205 kB error 03-Jan-2023 03:11:19 Progress (1): 203/205 kB error 03-Jan-2023 03:11:19 Progress (1): 205 kB error 03-Jan-2023 03:11:19 error 03-Jan-2023 03:11:19 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/plugins/maven-dependency-plugin/3.2.0/maven-dependency-plugin-3.2.0.jar (205 kB at 116 kB/s) error 03-Jan-2023 03:11:19 #18 118.8 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-artifact/3.1.1/maven-artifact-3.1.1.pom error 03-Jan-2023 03:11:19 #18 118.9 Progress (1): 2.0 kB error 03-Jan-2023 03:11:19 error 03-Jan-2023 03:11:19 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-artifact/3.1.1/maven-artifact-3.1.1.pom (2.0 kB at 7.0 kB/s) error 03-Jan-2023 03:11:19 #18 119.1 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven/3.1.1/maven-3.1.1.pom error 03-Jan-2023 03:11:19 #18 119.3 Progress (1): 3.4/22 kB error 03-Jan-2023 03:11:19 Progress (1): 6.2/22 kB error 03-Jan-2023 03:11:19 Progress (1): 9.0/22 kB error 03-Jan-2023 03:11:19 Progress (1): 12/22 kB error 03-Jan-2023 03:11:19 Progress (1): 15/22 kB error 03-Jan-2023 03:11:19 Progress (1): 17/22 kB error 03-Jan-2023 03:11:19 Progress (1): 20/22 kB error 03-Jan-2023 03:11:19 Progress (1): 22 kB error 03-Jan-2023 03:11:19 error 03-Jan-2023 03:11:19 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven/3.1.1/maven-3.1.1.pom (22 kB at 78 kB/s) error 03-Jan-2023 03:11:19 #18 119.5 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-plugin-api/3.1.1/maven-plugin-api-3.1.1.pom error 03-Jan-2023 03:11:19 #18 119.7 Progress (1): 3.4 kB error 03-Jan-2023 03:11:19 error 03-Jan-2023 03:11:19 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-plugin-api/3.1.1/maven-plugin-api-3.1.1.pom (3.4 kB at 13 kB/s) error 03-Jan-2023 03:11:19 #18 119.8 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-model/3.1.1/maven-model-3.1.1.pom error 03-Jan-2023 03:11:19 #18 119.9 Progress (1): 3.4/4.1 kB error 03-Jan-2023 03:11:19 Progress (1): 4.1 kB error 03-Jan-2023 03:11:19 error 03-Jan-2023 03:11:19 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-model/3.1.1/maven-model-3.1.1.pom (4.1 kB at 17 kB/s) error 03-Jan-2023 03:11:19 #18 120.1 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/eclipse/sisu/org.eclipse.sisu.plexus/0.0.0.M5/org.eclipse.sisu.plexus-0.0.0.M5.pom error 03-Jan-2023 03:11:19 #18 120.2 Progress (1): 3.4/4.8 kB error 03-Jan-2023 03:11:19 Progress (1): 4.8 kB error 03-Jan-2023 03:11:19 error 03-Jan-2023 03:11:19 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/eclipse/sisu/org.eclipse.sisu.plexus/0.0.0.M5/org.eclipse.sisu.plexus-0.0.0.M5.pom (4.8 kB at 19 kB/s) error 03-Jan-2023 03:11:19 #18 120.4 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/eclipse/sisu/sisu-plexus/0.0.0.M5/sisu-plexus-0.0.0.M5.pom error 03-Jan-2023 03:11:19 #18 120.5 Progress (1): 3.4/13 kB error 03-Jan-2023 03:11:19 Progress (1): 6.2/13 kB error 03-Jan-2023 03:11:19 Progress (1): 9.0/13 kB error 03-Jan-2023 03:11:19 Progress (1): 12/13 kB error 03-Jan-2023 03:11:19 Progress (1): 13 kB error 03-Jan-2023 03:11:19 error 03-Jan-2023 03:11:19 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/eclipse/sisu/sisu-plexus/0.0.0.M5/sisu-plexus-0.0.0.M5.pom (13 kB at 53 kB/s) error 03-Jan-2023 03:11:19 #18 120.7 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/eclipse/sisu/org.eclipse.sisu.inject/0.0.0.M5/org.eclipse.sisu.inject-0.0.0.M5.pom error 03-Jan-2023 03:11:19 #18 120.9 Progress (1): 2.5 kB error 03-Jan-2023 03:11:19 error 03-Jan-2023 03:11:19 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/eclipse/sisu/org.eclipse.sisu.inject/0.0.0.M5/org.eclipse.sisu.inject-0.0.0.M5.pom (2.5 kB at 10 kB/s) error 03-Jan-2023 03:11:19 #18 121.0 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/eclipse/sisu/sisu-inject/0.0.0.M5/sisu-inject-0.0.0.M5.pom error 03-Jan-2023 03:11:19 #18 121.1 Progress (1): 3.4/14 kB error 03-Jan-2023 03:11:19 Progress (1): 6.2/14 kB error 03-Jan-2023 03:11:19 Progress (1): 9.0/14 kB error 03-Jan-2023 03:11:19 Progress (1): 12/14 kB error 03-Jan-2023 03:11:19 Progress (1): 14 kB error 03-Jan-2023 03:11:19 error 03-Jan-2023 03:11:19 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/eclipse/sisu/sisu-inject/0.0.0.M5/sisu-inject-0.0.0.M5.pom (14 kB at 57 kB/s) error 03-Jan-2023 03:11:19 #18 121.3 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-core/3.1.1/maven-core-3.1.1.pom error 03-Jan-2023 03:11:19 #18 121.5 Progress (1): 3.4/7.3 kB error 03-Jan-2023 03:11:19 Progress (1): 6.2/7.3 kB error 03-Jan-2023 03:11:19 Progress (1): 7.3 kB error 03-Jan-2023 03:11:19 error 03-Jan-2023 03:11:19 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-core/3.1.1/maven-core-3.1.1.pom (7.3 kB at 26 kB/s) error 03-Jan-2023 03:11:19 #18 121.6 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-settings/3.1.1/maven-settings-3.1.1.pom error 03-Jan-2023 03:11:19 #18 121.8 Progress (1): 2.2 kB error 03-Jan-2023 03:11:19 error 03-Jan-2023 03:11:19 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-settings/3.1.1/maven-settings-3.1.1.pom (2.2 kB at 9.1 kB/s) error 03-Jan-2023 03:11:19 #18 121.9 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-settings-builder/3.1.1/maven-settings-builder-3.1.1.pom error 03-Jan-2023 03:11:19 #18 122.0 Progress (1): 2.6 kB error 03-Jan-2023 03:11:19 error 03-Jan-2023 03:11:19 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-settings-builder/3.1.1/maven-settings-builder-3.1.1.pom (2.6 kB at 11 kB/s) error 03-Jan-2023 03:11:19 #18 122.2 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/codehaus/plexus/plexus-interpolation/1.19/plexus-interpolation-1.19.pom error 03-Jan-2023 03:11:19 #18 122.3 Progress (1): 1.0 kB error 03-Jan-2023 03:11:19 error 03-Jan-2023 03:11:19 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/codehaus/plexus/plexus-interpolation/1.19/plexus-interpolation-1.19.pom (1.0 kB at 4.3 kB/s) error 03-Jan-2023 03:11:19 #18 122.4 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-repository-metadata/3.1.1/maven-repository-metadata-3.1.1.pom error 03-Jan-2023 03:11:19 #18 ... error 03-Jan-2023 03:11:19 error 03-Jan-2023 03:11:19 #21 [linux/amd64 dev 4/4] RUN mvn -s /usr/share/maven/ref/settings-docker.xml install error 03-Jan-2023 03:11:19 #21 122.0 Progress (1): 2.7 kB error 03-Jan-2023 03:11:19 error 03-Jan-2023 03:11:19 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/shared/file-management/1.1/file-management-1.1.pom (2.7 kB at 11 kB/s) error 03-Jan-2023 03:11:19 #21 122.1 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/shared/maven-shared-components/4/maven-shared-components-4.pom error 03-Jan-2023 03:11:19 #21 122.3 Progress (1): 2.2 kB error 03-Jan-2023 03:11:19 error 03-Jan-2023 03:11:19 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/shared/maven-shared-components/4/maven-shared-components-4.pom (2.2 kB at 9.7 kB/s) error 03-Jan-2023 03:11:19 #21 122.4 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/shared/maven-shared-io/1.0/maven-shared-io-1.0.pom error 03-Jan-2023 03:11:19 #21 122.5 Progress (1): 3.0 kB error 03-Jan-2023 03:11:20 error 03-Jan-2023 03:11:20 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/shared/maven-shared-io/1.0/maven-shared-io-1.0.pom (3.0 kB at 13 kB/s) error 03-Jan-2023 03:11:20 #21 122.6 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/codehaus/plexus/plexus-utils/1.2/plexus-utils-1.2.pom error 03-Jan-2023 03:11:20 #21 122.8 Progress (1): 767 B error 03-Jan-2023 03:11:20 error 03-Jan-2023 03:11:20 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/codehaus/plexus/plexus-utils/1.2/plexus-utils-1.2.pom (767 B at 3.3 kB/s) error 03-Jan-2023 03:11:20 #21 122.9 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/codehaus/plexus/plexus/1.0.5/plexus-1.0.5.pom error 03-Jan-2023 03:11:20 #21 123.0 Progress (1): 3.4/5.9 kB error 03-Jan-2023 03:11:20 Progress (1): 5.9 kB error 03-Jan-2023 03:11:20 error 03-Jan-2023 03:11:20 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/codehaus/plexus/plexus/1.0.5/plexus-1.0.5.pom (5.9 kB at 26 kB/s) error 03-Jan-2023 03:11:20 #21 123.1 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/shared/maven-repository-builder/1.0-alpha-2/maven-repository-builder-1.0-alpha-2.pom error 03-Jan-2023 03:11:20 #21 123.2 Progress (1): 3.2 kB error 03-Jan-2023 03:11:20 error 03-Jan-2023 03:11:20 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/shared/maven-repository-builder/1.0-alpha-2/maven-repository-builder-1.0-alpha-2.pom (3.2 kB at 14 kB/s) error 03-Jan-2023 03:11:20 #21 123.4 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/shared/maven-shared-components/7/maven-shared-components-7.pom error 03-Jan-2023 03:11:20 #21 123.5 Progress (1): 2.6 kB error 03-Jan-2023 03:11:21 error 03-Jan-2023 03:11:21 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/shared/maven-shared-components/7/maven-shared-components-7.pom (2.6 kB at 11 kB/s) error 03-Jan-2023 03:11:21 #21 123.6 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-artifact/2.0.4/maven-artifact-2.0.4.pom error 03-Jan-2023 03:11:21 #21 123.7 Progress (1): 765 B error 03-Jan-2023 03:11:21 error 03-Jan-2023 03:11:21 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-artifact/2.0.4/maven-artifact-2.0.4.pom (765 B at 3.3 kB/s) error 03-Jan-2023 03:11:21 #21 123.8 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven/2.0.4/maven-2.0.4.pom error 03-Jan-2023 03:11:21 #21 123.9 Progress (1): 3.3/11 kB error 03-Jan-2023 03:11:21 Progress (1): 6.1/11 kB error 03-Jan-2023 03:11:21 Progress (1): 8.9/11 kB error 03-Jan-2023 03:11:21 Progress (1): 11 kB error 03-Jan-2023 03:11:21 error 03-Jan-2023 03:11:21 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven/2.0.4/maven-2.0.4.pom (11 kB at 47 kB/s) error 03-Jan-2023 03:11:21 #21 124.1 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-artifact-manager/2.0.4/maven-artifact-manager-2.0.4.pom error 03-Jan-2023 03:11:21 #21 124.2 Progress (1): 1.4 kB error 03-Jan-2023 03:11:21 error 03-Jan-2023 03:11:21 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-artifact-manager/2.0.4/maven-artifact-manager-2.0.4.pom (1.4 kB at 5.5 kB/s) error 03-Jan-2023 03:11:21 #21 124.3 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-repository-metadata/2.0.4/maven-repository-metadata-2.0.4.pom error 03-Jan-2023 03:11:21 #21 124.4 Progress (1): 1.5 kB error 03-Jan-2023 03:11:22 error 03-Jan-2023 03:11:22 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-repository-metadata/2.0.4/maven-repository-metadata-2.0.4.pom (1.5 kB at 6.1 kB/s) error 03-Jan-2023 03:11:22 #21 124.6 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-project/2.0.4/maven-project-2.0.4.pom error 03-Jan-2023 03:11:22 #21 124.7 Progress (1): 1.8 kB error 03-Jan-2023 03:11:22 error 03-Jan-2023 03:11:22 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-project/2.0.4/maven-project-2.0.4.pom (1.8 kB at 7.4 kB/s) error 03-Jan-2023 03:11:22 #21 124.8 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-settings/2.0.4/maven-settings-2.0.4.pom error 03-Jan-2023 03:11:22 #21 124.9 Progress (1): 1.6 kB error 03-Jan-2023 03:11:22 error 03-Jan-2023 03:11:22 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-settings/2.0.4/maven-settings-2.0.4.pom (1.6 kB at 7.0 kB/s) error 03-Jan-2023 03:11:22 #21 125.1 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-model/2.0.4/maven-model-2.0.4.pom error 03-Jan-2023 03:11:22 #21 125.2 Progress (1): 2.7 kB error 03-Jan-2023 03:11:22 error 03-Jan-2023 03:11:22 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-model/2.0.4/maven-model-2.0.4.pom (2.7 kB at 12 kB/s) error 03-Jan-2023 03:11:22 #21 125.3 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-profile/2.0.4/maven-profile-2.0.4.pom error 03-Jan-2023 03:11:22 #21 125.4 Progress (1): 1.6 kB error 03-Jan-2023 03:11:22 error 03-Jan-2023 03:11:23 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-profile/2.0.4/maven-profile-2.0.4.pom (1.6 kB at 7.0 kB/s) error 03-Jan-2023 03:11:23 #21 125.5 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/shared/maven-common-artifact-filters/1.0-alpha-1/maven-common-artifact-filters-1.0-alpha-1.pom error 03-Jan-2023 03:11:23 #21 125.7 Progress (1): 1.8 kB error 03-Jan-2023 03:11:23 error 03-Jan-2023 03:11:23 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/shared/maven-common-artifact-filters/1.0-alpha-1/maven-common-artifact-filters-1.0-alpha-1.pom (1.8 kB at 7.2 kB/s) error 03-Jan-2023 03:11:23 #21 125.8 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/shared/maven-shared-components/6/maven-shared-components-6.pom error 03-Jan-2023 03:11:23 #21 125.9 Progress (1): 3.1 kB error 03-Jan-2023 03:11:23 error 03-Jan-2023 03:11:23 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/shared/maven-shared-components/6/maven-shared-components-6.pom (3.1 kB at 13 kB/s) error 03-Jan-2023 03:11:23 #21 126.0 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.jar error 03-Jan-2023 03:11:23 #21 126.0 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.jar error 03-Jan-2023 03:11:23 #21 126.0 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/slf4j/jcl-over-slf4j/1.5.6/jcl-over-slf4j-1.5.6.jar error 03-Jan-2023 03:11:23 #21 126.1 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/shared/file-management/1.1/file-management-1.1.jar error 03-Jan-2023 03:11:23 #21 126.1 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/shared/maven-common-artifact-filters/1.4/maven-common-artifact-filters-1.4.jar error 03-Jan-2023 03:11:23 #21 126.2 Progress (1): 3.4/22 kB error 03-Jan-2023 03:11:23 Progress (1): 6.2/22 kB error 03-Jan-2023 03:11:23 Progress (1): 9.0/22 kB error 03-Jan-2023 03:11:23 Progress (1): 12/22 kB error 03-Jan-2023 03:11:23 Progress (1): 15/22 kB error 03-Jan-2023 03:11:23 Progress (1): 17/22 kB error 03-Jan-2023 03:11:23 Progress (1): 20/22 kB error 03-Jan-2023 03:11:23 Progress (1): 22 kB error 03-Jan-2023 03:11:23 Progress (2): 22 kB | 3.4/8.8 kB error 03-Jan-2023 03:11:23 Progress (2): 22 kB | 6.2/8.8 kB error 03-Jan-2023 03:11:23 Progress (2): 22 kB | 8.8 kB error 03-Jan-2023 03:11:23 Progress (3): 22 kB | 8.8 kB | 3.4/17 kB error 03-Jan-2023 03:11:23 Progress (3): 22 kB | 8.8 kB | 6.2/17 kB error 03-Jan-2023 03:11:23 Progress (3): 22 kB | 8.8 kB | 9.0/17 kB error 03-Jan-2023 03:11:23 Progress (4): 22 kB | 8.8 kB | 9.0/17 kB | 3.4/32 kB error 03-Jan-2023 03:11:23 Progress (4): 22 kB | 8.8 kB | 12/17 kB | 3.4/32 kB error 03-Jan-2023 03:11:23 Progress (4): 22 kB | 8.8 kB | 12/17 kB | 6.2/32 kB error 03-Jan-2023 03:11:23 Progress (4): 22 kB | 8.8 kB | 12/17 kB | 9.0/32 kB error 03-Jan-2023 03:11:23 Progress (4): 22 kB | 8.8 kB | 15/17 kB | 9.0/32 kB error 03-Jan-2023 03:11:23 Progress (4): 22 kB | 8.8 kB | 15/17 kB | 12/32 kB error 03-Jan-2023 03:11:23 Progress (4): 22 kB | 8.8 kB | 15/17 kB | 15/32 kB error 03-Jan-2023 03:11:23 Progress (4): 22 kB | 8.8 kB | 15/17 kB | 17/32 kB error 03-Jan-2023 03:11:23 Progress (4): 22 kB | 8.8 kB | 15/17 kB | 20/32 kB error 03-Jan-2023 03:11:23 Progress (4): 22 kB | 8.8 kB | 15/17 kB | 23/32 kB error 03-Jan-2023 03:11:23 Progress (4): 22 kB | 8.8 kB | 15/17 kB | 26/32 kB error 03-Jan-2023 03:11:23 Progress (4): 22 kB | 8.8 kB | 15/17 kB | 29/32 kB error 03-Jan-2023 03:11:23 Progress (4): 22 kB | 8.8 kB | 15/17 kB | 31/32 kB error 03-Jan-2023 03:11:23 Progress (4): 22 kB | 8.8 kB | 15/17 kB | 32 kB error 03-Jan-2023 03:11:23 Progress (5): 22 kB | 8.8 kB | 15/17 kB | 32 kB | 3.4/31 kB error 03-Jan-2023 03:11:23 Progress (5): 22 kB | 8.8 kB | 15/17 kB | 32 kB | 6.2/31 kB error 03-Jan-2023 03:11:23 Progress (5): 22 kB | 8.8 kB | 15/17 kB | 32 kB | 9.0/31 kB error 03-Jan-2023 03:11:23 Progress (5): 22 kB | 8.8 kB | 15/17 kB | 32 kB | 12/31 kB error 03-Jan-2023 03:11:23 Progress (5): 22 kB | 8.8 kB | 15/17 kB | 32 kB | 15/31 kB error 03-Jan-2023 03:11:23 Progress (5): 22 kB | 8.8 kB | 15/17 kB | 32 kB | 17/31 kB error 03-Jan-2023 03:11:23 Progress (5): 22 kB | 8.8 kB | 17 kB | 32 kB | 17/31 kB error 03-Jan-2023 03:11:23 Progress (5): 22 kB | 8.8 kB | 17 kB | 32 kB | 20/31 kB error 03-Jan-2023 03:11:23 Progress (5): 22 kB | 8.8 kB | 17 kB | 32 kB | 23/31 kB error 03-Jan-2023 03:11:23 Progress (5): 22 kB | 8.8 kB | 17 kB | 32 kB | 26/31 kB error 03-Jan-2023 03:11:23 Progress (5): 22 kB | 8.8 kB | 17 kB | 32 kB | 29/31 kB error 03-Jan-2023 03:11:23 Progress (5): 22 kB | 8.8 kB | 17 kB | 32 kB | 31 kB error 03-Jan-2023 03:11:23 error 03-Jan-2023 03:11:23 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.jar (22 kB at 87 kB/s) error 03-Jan-2023 03:11:23 #21 126.3 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/shared/maven-repository-builder/1.0-alpha-2/maven-repository-builder-1.0-alpha-2.jar error 03-Jan-2023 03:11:23 #21 126.3 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.jar (8.8 kB at 33 kB/s) error 03-Jan-2023 03:11:23 #21 126.3 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/shared/maven-common-artifact-filters/1.4/maven-common-artifact-filters-1.4.jar (32 kB at 117 kB/s) error 03-Jan-2023 03:11:23 #21 126.3 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/slf4j/jcl-over-slf4j/1.5.6/jcl-over-slf4j-1.5.6.jar (17 kB at 60 kB/s) error 03-Jan-2023 03:11:23 #21 126.3 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/shared/file-management/1.1/file-management-1.1.jar (31 kB at 118 kB/s) error 03-Jan-2023 03:11:23 #21 126.4 Progress (1): 3.3/23 kB error 03-Jan-2023 03:11:23 Progress (1): 6.1/23 kB error 03-Jan-2023 03:11:23 Progress (1): 8.9/23 kB error 03-Jan-2023 03:11:23 Progress (1): 12/23 kB error 03-Jan-2023 03:11:23 Progress (1): 15/23 kB error 03-Jan-2023 03:11:23 Progress (1): 17/23 kB error 03-Jan-2023 03:11:23 Progress (1): 20/23 kB error 03-Jan-2023 03:11:23 Progress (1): 23/23 kB error 03-Jan-2023 03:11:23 Progress (1): 23 kB error 03-Jan-2023 03:11:24 error 03-Jan-2023 03:11:24 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/shared/maven-repository-builder/1.0-alpha-2/maven-repository-builder-1.0-alpha-2.jar (23 kB at 49 kB/s) error 03-Jan-2023 03:11:24 #21 126.9 [INFO] Reading assembly descriptor: /app/package/src/main/assembly/assembly.xml error 03-Jan-2023 03:11:24 #21 127.1 [INFO] Building zip: /app/package/target/referenceapplication-package-2.13.0-SNAPSHOT-addons.zip error 03-Jan-2023 03:11:29 #21 ... error 03-Jan-2023 03:11:29 error 03-Jan-2023 03:11:29 #18 [linux/arm64 dev 4/4] RUN mvn -s /usr/share/maven/ref/settings-docker.xml install error 03-Jan-2023 03:11:29 #18 122.5 Progress (1): 2.2 kB error 03-Jan-2023 03:11:29 error 03-Jan-2023 03:11:29 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-repository-metadata/3.1.1/maven-repository-metadata-3.1.1.pom (2.2 kB at 9.2 kB/s) error 03-Jan-2023 03:11:29 #18 122.7 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-model-builder/3.1.1/maven-model-builder-3.1.1.pom error 03-Jan-2023 03:11:29 #18 122.8 Progress (1): 2.8 kB error 03-Jan-2023 03:11:29 error 03-Jan-2023 03:11:29 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-model-builder/3.1.1/maven-model-builder-3.1.1.pom (2.8 kB at 9.3 kB/s) error 03-Jan-2023 03:11:29 #18 123.0 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-aether-provider/3.1.1/maven-aether-provider-3.1.1.pom error 03-Jan-2023 03:11:29 #18 123.2 Progress (1): 3.4/4.1 kB error 03-Jan-2023 03:11:29 Progress (1): 4.1 kB error 03-Jan-2023 03:11:29 error 03-Jan-2023 03:11:29 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-aether-provider/3.1.1/maven-aether-provider-3.1.1.pom (4.1 kB at 16 kB/s) error 03-Jan-2023 03:11:29 #18 123.6 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/reporting/maven-reporting-impl/3.0.0/maven-reporting-impl-3.0.0.pom error 03-Jan-2023 03:11:29 #18 123.7 Progress (1): 3.3/7.6 kB error 03-Jan-2023 03:11:29 Progress (1): 6.1/7.6 kB error 03-Jan-2023 03:11:29 Progress (1): 7.6 kB error 03-Jan-2023 03:11:29 error 03-Jan-2023 03:11:29 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/reporting/maven-reporting-impl/3.0.0/maven-reporting-impl-3.0.0.pom (7.6 kB at 30 kB/s) error 03-Jan-2023 03:11:29 #18 124.0 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/shared/maven-shared-utils/3.2.0/maven-shared-utils-3.2.0.pom error 03-Jan-2023 03:11:29 #18 124.1 Progress (1): 3.4/4.9 kB error 03-Jan-2023 03:11:29 Progress (1): 4.9 kB error 03-Jan-2023 03:11:29 error 03-Jan-2023 03:11:29 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/shared/maven-shared-utils/3.2.0/maven-shared-utils-3.2.0.pom (4.9 kB at 19 kB/s) error 03-Jan-2023 03:11:29 #18 124.4 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/doxia/doxia-sink-api/1.7/doxia-sink-api-1.7.pom error 03-Jan-2023 03:11:29 #18 124.7 Progress (1): 1.5 kB error 03-Jan-2023 03:11:29 error 03-Jan-2023 03:11:29 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/doxia/doxia-sink-api/1.7/doxia-sink-api-1.7.pom (1.5 kB at 3.7 kB/s) error 03-Jan-2023 03:11:29 #18 125.0 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/doxia/doxia/1.7/doxia-1.7.pom error 03-Jan-2023 03:11:29 #18 125.2 Progress (1): 3.3/15 kB error 03-Jan-2023 03:11:29 Progress (1): 6.1/15 kB error 03-Jan-2023 03:11:29 Progress (1): 8.9/15 kB error 03-Jan-2023 03:11:29 Progress (1): 12/15 kB error 03-Jan-2023 03:11:29 Progress (1): 15/15 kB error 03-Jan-2023 03:11:29 Progress (1): 15 kB error 03-Jan-2023 03:11:29 error 03-Jan-2023 03:11:29 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/doxia/doxia/1.7/doxia-1.7.pom (15 kB at 36 kB/s) error 03-Jan-2023 03:11:29 #18 125.6 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/doxia/doxia-logging-api/1.7/doxia-logging-api-1.7.pom error 03-Jan-2023 03:11:29 #18 125.8 Progress (1): 1.5 kB error 03-Jan-2023 03:11:29 error 03-Jan-2023 03:11:29 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/doxia/doxia-logging-api/1.7/doxia-logging-api-1.7.pom (1.5 kB at 5.8 kB/s) error 03-Jan-2023 03:11:29 #18 126.1 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/doxia/doxia-decoration-model/1.7.4/doxia-decoration-model-1.7.4.pom error 03-Jan-2023 03:11:29 #18 126.2 Progress (1): 3.4/3.4 kB error 03-Jan-2023 03:11:29 Progress (1): 3.4 kB error 03-Jan-2023 03:11:29 error 03-Jan-2023 03:11:29 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/doxia/doxia-decoration-model/1.7.4/doxia-decoration-model-1.7.4.pom (3.4 kB at 13 kB/s) error 03-Jan-2023 03:11:29 #18 126.3 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/doxia/doxia-sitetools/1.7.4/doxia-sitetools-1.7.4.pom error 03-Jan-2023 03:11:29 #18 126.5 Progress (1): 3.4/14 kB error 03-Jan-2023 03:11:29 Progress (1): 6.2/14 kB error 03-Jan-2023 03:11:29 Progress (1): 9.0/14 kB error 03-Jan-2023 03:11:29 Progress (1): 12/14 kB error 03-Jan-2023 03:11:29 Progress (1): 14 kB error 03-Jan-2023 03:11:29 error 03-Jan-2023 03:11:29 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/doxia/doxia-sitetools/1.7.4/doxia-sitetools-1.7.4.pom (14 kB at 46 kB/s) error 03-Jan-2023 03:11:29 #18 126.7 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/doxia/doxia-core/1.7/doxia-core-1.7.pom error 03-Jan-2023 03:11:29 #18 126.9 Progress (1): 3.4/4.1 kB error 03-Jan-2023 03:11:29 Progress (1): 4.1 kB error 03-Jan-2023 03:11:29 error 03-Jan-2023 03:11:29 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/doxia/doxia-core/1.7/doxia-core-1.7.pom (4.1 kB at 16 kB/s) error 03-Jan-2023 03:11:29 #18 127.3 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/xmlunit/xmlunit/1.5/xmlunit-1.5.pom error 03-Jan-2023 03:11:29 #18 127.4 Progress (1): 3.0 kB error 03-Jan-2023 03:11:29 error 03-Jan-2023 03:11:29 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/xmlunit/xmlunit/1.5/xmlunit-1.5.pom (3.0 kB at 10 kB/s) error 03-Jan-2023 03:11:29 #18 127.6 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/doxia/doxia-site-renderer/1.7.4/doxia-site-renderer-1.7.4.pom error 03-Jan-2023 03:11:29 #18 127.8 Progress (1): 3.4/6.7 kB error 03-Jan-2023 03:11:29 Progress (1): 6.2/6.7 kB error 03-Jan-2023 03:11:29 Progress (1): 6.7 kB error 03-Jan-2023 03:11:29 error 03-Jan-2023 03:11:29 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/doxia/doxia-site-renderer/1.7.4/doxia-site-renderer-1.7.4.pom (6.7 kB at 20 kB/s) error 03-Jan-2023 03:11:29 #18 128.0 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/doxia/doxia-skin-model/1.7.4/doxia-skin-model-1.7.4.pom error 03-Jan-2023 03:11:29 #18 128.2 Progress (1): 3.0 kB error 03-Jan-2023 03:11:29 error 03-Jan-2023 03:11:29 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/doxia/doxia-skin-model/1.7.4/doxia-skin-model-1.7.4.pom (3.0 kB at 11 kB/s) error 03-Jan-2023 03:11:29 #18 128.3 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/doxia/doxia-module-xhtml/1.7/doxia-module-xhtml-1.7.pom error 03-Jan-2023 03:11:29 #18 128.5 Progress (1): 1.6 kB error 03-Jan-2023 03:11:29 error 03-Jan-2023 03:11:29 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/doxia/doxia-module-xhtml/1.7/doxia-module-xhtml-1.7.pom (1.6 kB at 5.4 kB/s) error 03-Jan-2023 03:11:29 #18 128.7 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/doxia/doxia-modules/1.7/doxia-modules-1.7.pom error 03-Jan-2023 03:11:29 #18 128.8 Progress (1): 2.6 kB error 03-Jan-2023 03:11:29 error 03-Jan-2023 03:11:29 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/doxia/doxia-modules/1.7/doxia-modules-1.7.pom (2.6 kB at 10 kB/s) error 03-Jan-2023 03:11:29 #18 129.8 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/doxia/doxia-sink-api/1.9.1/doxia-sink-api-1.9.1.pom error 03-Jan-2023 03:11:29 #18 129.9 Progress (1): 1.5 kB error 03-Jan-2023 03:11:29 error 03-Jan-2023 03:11:29 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/doxia/doxia-sink-api/1.9.1/doxia-sink-api-1.9.1.pom (1.5 kB at 5.7 kB/s) error 03-Jan-2023 03:11:29 #18 130.1 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/doxia/doxia/1.9.1/doxia-1.9.1.pom error 03-Jan-2023 03:11:29 #18 130.2 Progress (1): 3.3/18 kB error 03-Jan-2023 03:11:29 Progress (1): 6.1/18 kB error 03-Jan-2023 03:11:29 Progress (1): 8.9/18 kB error 03-Jan-2023 03:11:29 Progress (1): 12/18 kB error 03-Jan-2023 03:11:29 Progress (1): 15/18 kB error 03-Jan-2023 03:11:29 Progress (1): 17/18 kB error 03-Jan-2023 03:11:29 Progress (1): 18 kB error 03-Jan-2023 03:11:29 error 03-Jan-2023 03:11:29 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/doxia/doxia/1.9.1/doxia-1.9.1.pom (18 kB at 66 kB/s) error 03-Jan-2023 03:11:29 #18 130.4 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/doxia/doxia-logging-api/1.9.1/doxia-logging-api-1.9.1.pom error 03-Jan-2023 03:11:29 #18 130.6 Progress (1): 1.5 kB error 03-Jan-2023 03:11:29 error 03-Jan-2023 03:11:29 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/doxia/doxia-logging-api/1.9.1/doxia-logging-api-1.9.1.pom (1.5 kB at 4.8 kB/s) error 03-Jan-2023 03:11:29 #18 130.8 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/codehaus/plexus/plexus-container-default/1.7.1/plexus-container-default-1.7.1.pom error 03-Jan-2023 03:11:29 #18 130.9 Progress (1): 2.8 kB error 03-Jan-2023 03:11:29 error 03-Jan-2023 03:11:29 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/codehaus/plexus/plexus-container-default/1.7.1/plexus-container-default-1.7.1.pom (2.8 kB at 11 kB/s) error 03-Jan-2023 03:11:29 #18 131.1 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/codehaus/plexus/plexus-containers/1.7.1/plexus-containers-1.7.1.pom error 03-Jan-2023 03:11:29 #18 131.2 Progress (1): 3.4/5.0 kB error 03-Jan-2023 03:11:29 Progress (1): 5.0 kB error 03-Jan-2023 03:11:29 error 03-Jan-2023 03:11:29 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/codehaus/plexus/plexus-containers/1.7.1/plexus-containers-1.7.1.pom (5.0 kB at 21 kB/s) error 03-Jan-2023 03:11:29 #18 131.3 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/doxia/doxia-core/1.9.1/doxia-core-1.9.1.pom error 03-Jan-2023 03:11:29 #18 131.5 Progress (1): 3.3/4.2 kB error 03-Jan-2023 03:11:29 Progress (1): 4.2 kB error 03-Jan-2023 03:11:29 error 03-Jan-2023 03:11:29 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/doxia/doxia-core/1.9.1/doxia-core-1.9.1.pom (4.2 kB at 17 kB/s) error 03-Jan-2023 03:11:29 #18 131.6 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/codehaus/plexus/plexus-utils/3.1.0/plexus-utils-3.1.0.pom error 03-Jan-2023 03:11:29 #18 131.7 Progress (1): 3.4/4.7 kB error 03-Jan-2023 03:11:29 Progress (1): 4.7 kB error 03-Jan-2023 03:11:29 error 03-Jan-2023 03:11:29 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/codehaus/plexus/plexus-utils/3.1.0/plexus-utils-3.1.0.pom (4.7 kB at 18 kB/s) error 03-Jan-2023 03:11:29 #18 131.9 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/httpcomponents/httpclient/4.5.8/httpclient-4.5.8.pom error 03-Jan-2023 03:11:29 #18 132.1 Progress (1): 3.3/6.6 kB error 03-Jan-2023 03:11:29 Progress (1): 6.1/6.6 kB error 03-Jan-2023 03:11:29 Progress (1): 6.6 kB error 03-Jan-2023 03:11:29 error 03-Jan-2023 03:11:29 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/httpcomponents/httpclient/4.5.8/httpclient-4.5.8.pom (6.6 kB at 27 kB/s) error 03-Jan-2023 03:11:29 #18 132.2 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/httpcomponents/httpcomponents-client/4.5.8/httpcomponents-client-4.5.8.pom error 03-Jan-2023 03:11:29 #18 132.4 Progress (1): 3.3/16 kB error 03-Jan-2023 03:11:29 Progress (1): 6.1/16 kB error 03-Jan-2023 03:11:29 Progress (1): 8.9/16 kB error 03-Jan-2023 03:11:29 Progress (1): 12/16 kB error 03-Jan-2023 03:11:29 Progress (1): 14/16 kB error 03-Jan-2023 03:11:29 Progress (1): 16 kB error 03-Jan-2023 03:11:29 error 03-Jan-2023 03:11:29 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/httpcomponents/httpcomponents-client/4.5.8/httpcomponents-client-4.5.8.pom (16 kB at 57 kB/s) error 03-Jan-2023 03:11:29 #18 132.6 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/httpcomponents/httpcore/4.4.11/httpcore-4.4.11.pom error 03-Jan-2023 03:11:29 #18 132.7 Progress (1): 3.3/5.2 kB error 03-Jan-2023 03:11:30 Progress (1): 5.2 kB error 03-Jan-2023 03:11:30 error 03-Jan-2023 03:11:30 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/httpcomponents/httpcore/4.4.11/httpcore-4.4.11.pom (5.2 kB at 17 kB/s) error 03-Jan-2023 03:11:30 #18 132.9 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/httpcomponents/httpcomponents-core/4.4.11/httpcomponents-core-4.4.11.pom error 03-Jan-2023 03:11:30 #18 133.1 Progress (1): 3.3/13 kB error 03-Jan-2023 03:11:30 Progress (1): 6.1/13 kB error 03-Jan-2023 03:11:30 Progress (1): 8.9/13 kB error 03-Jan-2023 03:11:30 Progress (1): 12/13 kB error 03-Jan-2023 03:11:30 Progress (1): 13 kB error 03-Jan-2023 03:11:30 error 03-Jan-2023 03:11:30 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/httpcomponents/httpcomponents-core/4.4.11/httpcomponents-core-4.4.11.pom (13 kB at 32 kB/s) error 03-Jan-2023 03:11:30 #18 133.6 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/doxia/doxia-site-renderer/1.9.2/doxia-site-renderer-1.9.2.pom error 03-Jan-2023 03:11:31 #18 133.8 Progress (1): 3.3/7.5 kB error 03-Jan-2023 03:11:31 Progress (1): 6.1/7.5 kB error 03-Jan-2023 03:11:31 Progress (1): 7.5 kB error 03-Jan-2023 03:11:31 error 03-Jan-2023 03:11:31 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/doxia/doxia-site-renderer/1.9.2/doxia-site-renderer-1.9.2.pom (7.5 kB at 16 kB/s) error 03-Jan-2023 03:11:31 #18 134.1 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/doxia/doxia-sitetools/1.9.2/doxia-sitetools-1.9.2.pom error 03-Jan-2023 03:11:31 #18 ... error 03-Jan-2023 03:11:31 error 03-Jan-2023 03:11:31 #21 [linux/amd64 dev 4/4] RUN mvn -s /usr/share/maven/ref/settings-docker.xml install error 03-Jan-2023 03:11:31 #21 133.7 [INFO] error 03-Jan-2023 03:11:31 #21 133.7 [INFO] --- build-helper-maven-plugin:3.0.0:attach-artifact (attach-artifacts) @ referenceapplication-package --- error 03-Jan-2023 03:11:31 #21 133.8 [INFO] error 03-Jan-2023 03:11:31 #21 133.8 [INFO] --- maven-jar-plugin:2.4:test-jar (default) @ referenceapplication-package --- error 03-Jan-2023 03:11:31 #21 133.8 [WARNING] JAR will be empty - no content was marked for inclusion! error 03-Jan-2023 03:11:31 #21 133.8 [INFO] Building jar: /app/package/target/referenceapplication-package-2.13.0-SNAPSHOT-tests.jar error 03-Jan-2023 03:11:31 #21 133.8 [INFO] error 03-Jan-2023 03:11:31 #21 133.8 [INFO] --- maven-install-plugin:2.4:install (default-install) @ referenceapplication-package --- error 03-Jan-2023 03:11:31 #21 133.8 [INFO] Installing /app/package/target/referenceapplication-package-2.13.0-SNAPSHOT.jar to /usr/share/maven/ref/repository/org/openmrs/distro/referenceapplication-package/2.13.0-SNAPSHOT/referenceapplication-package-2.13.0-SNAPSHOT.jar error 03-Jan-2023 03:11:31 #21 133.8 [INFO] Installing /app/package/pom.xml to /usr/share/maven/ref/repository/org/openmrs/distro/referenceapplication-package/2.13.0-SNAPSHOT/referenceapplication-package-2.13.0-SNAPSHOT.pom error 03-Jan-2023 03:11:31 #21 133.8 [INFO] Installing /app/package/target/referenceapplication-package-2.13.0-SNAPSHOT-addons.zip to /usr/share/maven/ref/repository/org/openmrs/distro/referenceapplication-package/2.13.0-SNAPSHOT/referenceapplication-package-2.13.0-SNAPSHOT-addons.zip error 03-Jan-2023 03:11:31 #21 134.0 [INFO] Installing /app/package/target/bundled-distro/web/openmrs.war to /usr/share/maven/ref/repository/org/openmrs/distro/referenceapplication-package/2.13.0-SNAPSHOT/referenceapplication-package-2.13.0-SNAPSHOT.war error 03-Jan-2023 03:11:31 #21 134.2 [INFO] Installing /app/package/target/referenceapplication-package-2.13.0-SNAPSHOT-tests.jar to /usr/share/maven/ref/repository/org/openmrs/distro/referenceapplication-package/2.13.0-SNAPSHOT/referenceapplication-package-2.13.0-SNAPSHOT-tests.jar error 03-Jan-2023 03:11:31 #21 134.2 [INFO] ------------------------------------------------------------------------ error 03-Jan-2023 03:11:31 #21 134.2 [INFO] Reactor Summary for Reference Application Distribution 2.13.0-SNAPSHOT: error 03-Jan-2023 03:11:31 #21 134.2 [INFO] error 03-Jan-2023 03:11:31 #21 134.2 [INFO] Reference Application Distribution ................. SUCCESS [ 0.487 s] error 03-Jan-2023 03:11:31 #21 134.2 [INFO] Reference Application Distribution Package ......... SUCCESS [02:10 min] error 03-Jan-2023 03:11:31 #21 134.2 [INFO] ------------------------------------------------------------------------ error 03-Jan-2023 03:11:31 #21 134.2 [INFO] BUILD SUCCESS error 03-Jan-2023 03:11:31 #21 134.2 [INFO] ------------------------------------------------------------------------ error 03-Jan-2023 03:11:31 #21 134.2 [INFO] Total time: 02:11 min error 03-Jan-2023 03:11:31 #21 134.2 [INFO] Finished at: 2023-01-03T03:11:31Z error 03-Jan-2023 03:11:31 #21 134.2 [INFO] ------------------------------------------------------------------------ error 03-Jan-2023 03:11:32 #21 DONE 134.6s error 03-Jan-2023 03:11:32 error 03-Jan-2023 03:11:32 #18 [linux/arm64 dev 4/4] RUN mvn -s /usr/share/maven/ref/settings-docker.xml install error 03-Jan-2023 03:11:32 #18 134.2 Progress (1): 3.3/15 kB error 03-Jan-2023 03:11:32 Progress (1): 6.1/15 kB error 03-Jan-2023 03:11:32 Progress (1): 8.9/15 kB error 03-Jan-2023 03:11:32 Progress (1): 12/15 kB error 03-Jan-2023 03:11:32 Progress (1): 15/15 kB error 03-Jan-2023 03:11:32 Progress (1): 15 kB error 03-Jan-2023 03:11:32 error 03-Jan-2023 03:11:32 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/doxia/doxia-sitetools/1.9.2/doxia-sitetools-1.9.2.pom (15 kB at 57 kB/s) error 03-Jan-2023 03:11:32 #18 134.6 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/doxia/doxia-decoration-model/1.9.2/doxia-decoration-model-1.9.2.pom error 03-Jan-2023 03:11:32 #18 134.7 Progress (1): 3.3/3.3 kB error 03-Jan-2023 03:11:32 Progress (1): 3.3 kB error 03-Jan-2023 03:11:32 error 03-Jan-2023 03:11:32 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/doxia/doxia-decoration-model/1.9.2/doxia-decoration-model-1.9.2.pom (3.3 kB at 12 kB/s) error 03-Jan-2023 03:11:32 #18 134.9 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/doxia/doxia-skin-model/1.9.2/doxia-skin-model-1.9.2.pom error 03-Jan-2023 03:11:32 #18 135.0 Progress (1): 2.9 kB error 03-Jan-2023 03:11:32 error 03-Jan-2023 03:11:32 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/doxia/doxia-skin-model/1.9.2/doxia-skin-model-1.9.2.pom (2.9 kB at 12 kB/s) error 03-Jan-2023 03:11:32 #18 135.2 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/doxia/doxia-module-xhtml/1.9.1/doxia-module-xhtml-1.9.1.pom error 03-Jan-2023 03:11:32 #18 135.3 Progress (1): 1.9 kB error 03-Jan-2023 03:11:32 error 03-Jan-2023 03:11:32 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/doxia/doxia-module-xhtml/1.9.1/doxia-module-xhtml-1.9.1.pom (1.9 kB at 7.5 kB/s) error 03-Jan-2023 03:11:32 #18 135.5 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/doxia/doxia-modules/1.9.1/doxia-modules-1.9.1.pom error 03-Jan-2023 03:11:32 error 03-Jan-2023 03:11:32 #18 ... error 03-Jan-2023 03:11:32 error 03-Jan-2023 03:11:32 #22 [linux/amd64 stage-1 2/5] COPY --from=dev /app/package/target/distro/web/openmrs.war /openmrs/distribution/openmrs_core/ error 03-Jan-2023 03:11:32 #22 DONE 0.3s error 03-Jan-2023 03:11:32 error 03-Jan-2023 03:11:32 #23 [linux/amd64 stage-1 3/5] COPY --from=dev /app/package/target/distro/web/openmrs-distro.properties /openmrs/distribution error 03-Jan-2023 03:11:32 #23 DONE 0.1s error 03-Jan-2023 03:11:32 error 03-Jan-2023 03:11:32 #18 [linux/arm64 dev 4/4] RUN mvn -s /usr/share/maven/ref/settings-docker.xml install error 03-Jan-2023 03:11:32 #18 135.6 Progress (1): 2.7 kB error 03-Jan-2023 03:11:32 error 03-Jan-2023 03:11:32 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/doxia/doxia-modules/1.9.1/doxia-modules-1.9.1.pom (2.7 kB at 10 kB/s) error 03-Jan-2023 03:11:33 #18 135.8 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/doxia/doxia-module-xhtml5/1.9.1/doxia-module-xhtml5-1.9.1.pom error 03-Jan-2023 03:11:33 error 03-Jan-2023 03:11:33 #18 ... error 03-Jan-2023 03:11:33 error 03-Jan-2023 03:11:33 #24 [linux/amd64 stage-1 4/5] COPY --from=dev /app/package/target/distro/web/modules /openmrs/distribution/openmrs_modules error 03-Jan-2023 03:11:33 #24 DONE 0.4s error 03-Jan-2023 03:11:33 error 03-Jan-2023 03:11:33 #18 [linux/arm64 dev 4/4] RUN mvn -s /usr/share/maven/ref/settings-docker.xml install error 03-Jan-2023 03:11:33 #18 135.9 Progress (1): 1.9 kB error 03-Jan-2023 03:11:33 #18 ... error 03-Jan-2023 03:11:33 error 03-Jan-2023 03:11:33 #25 [linux/amd64 stage-1 5/5] COPY --from=dev /app/package/target/distro/web/owa /openmrs/distribution/openmrs_owas error 03-Jan-2023 03:11:33 #25 DONE 0.1s error 03-Jan-2023 03:11:33 error 03-Jan-2023 03:11:33 #18 [linux/arm64 dev 4/4] RUN mvn -s /usr/share/maven/ref/settings-docker.xml install error 03-Jan-2023 03:11:33 #18 135.9 Progress (1): 1.9 kB error 03-Jan-2023 03:11:33 error 03-Jan-2023 03:11:33 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/doxia/doxia-module-xhtml5/1.9.1/doxia-module-xhtml5-1.9.1.pom (1.9 kB at 6.3 kB/s) error 03-Jan-2023 03:11:33 #18 136.2 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/shared/maven-dependency-analyzer/1.11.3/maven-dependency-analyzer-1.11.3.pom error 03-Jan-2023 03:11:33 #18 136.4 Progress (1): 3.3/6.8 kB error 03-Jan-2023 03:11:33 Progress (1): 6.1/6.8 kB error 03-Jan-2023 03:11:33 Progress (1): 6.8 kB error 03-Jan-2023 03:11:33 error 03-Jan-2023 03:11:33 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/shared/maven-dependency-analyzer/1.11.3/maven-dependency-analyzer-1.11.3.pom (6.8 kB at 27 kB/s) error 03-Jan-2023 03:11:33 #18 136.5 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/codehaus/plexus/plexus-utils/1.5.1/plexus-utils-1.5.1.pom error 03-Jan-2023 03:11:33 #18 136.6 Progress (1): 2.3 kB error 03-Jan-2023 03:11:33 error 03-Jan-2023 03:11:34 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/codehaus/plexus/plexus-utils/1.5.1/plexus-utils-1.5.1.pom (2.3 kB at 9.6 kB/s) error 03-Jan-2023 03:11:34 #18 136.8 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-model/2.0.5/maven-model-2.0.5.pom error 03-Jan-2023 03:11:34 #18 136.9 Progress (1): 2.7 kB error 03-Jan-2023 03:11:34 error 03-Jan-2023 03:11:34 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-model/2.0.5/maven-model-2.0.5.pom (2.7 kB at 11 kB/s) error 03-Jan-2023 03:11:34 #18 137.0 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven/2.0.5/maven-2.0.5.pom error 03-Jan-2023 03:11:34 #18 137.2 Progress (1): 3.4/5.7 kB error 03-Jan-2023 03:11:34 Progress (1): 5.7 kB error 03-Jan-2023 03:11:34 error 03-Jan-2023 03:11:34 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven/2.0.5/maven-2.0.5.pom (5.7 kB at 24 kB/s) error 03-Jan-2023 03:11:34 #18 137.3 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-artifact/2.0.5/maven-artifact-2.0.5.pom error 03-Jan-2023 03:11:34 #18 137.5 Progress (1): 727 B error 03-Jan-2023 03:11:34 error 03-Jan-2023 03:11:34 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-artifact/2.0.5/maven-artifact-2.0.5.pom (727 B at 2.9 kB/s) error 03-Jan-2023 03:11:34 #18 137.6 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/shared/maven-dependency-tree/3.0.1/maven-dependency-tree-3.0.1.pom error 03-Jan-2023 03:11:34 #18 137.7 Progress (1): 3.4/7.5 kB error 03-Jan-2023 03:11:34 Progress (1): 6.2/7.5 kB error 03-Jan-2023 03:11:34 Progress (1): 7.5 kB error 03-Jan-2023 03:11:34 error 03-Jan-2023 03:11:35 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/shared/maven-dependency-tree/3.0.1/maven-dependency-tree-3.0.1.pom (7.5 kB at 30 kB/s) error 03-Jan-2023 03:11:35 #18 137.9 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/shared/maven-common-artifact-filters/3.2.0/maven-common-artifact-filters-3.2.0.pom error 03-Jan-2023 03:11:35 #18 138.0 Progress (1): 3.3/6.9 kB error 03-Jan-2023 03:11:35 Progress (1): 6.1/6.9 kB error 03-Jan-2023 03:11:35 Progress (1): 6.9 kB error 03-Jan-2023 03:11:35 error 03-Jan-2023 03:11:35 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/shared/maven-common-artifact-filters/3.2.0/maven-common-artifact-filters-3.2.0.pom (6.9 kB at 25 kB/s) error 03-Jan-2023 03:11:35 #18 138.6 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-artifact/3.1.1/maven-artifact-3.1.1.jar error 03-Jan-2023 03:11:35 #18 138.6 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-plugin-api/3.1.1/maven-plugin-api-3.1.1.jar error 03-Jan-2023 03:11:35 #18 138.6 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/eclipse/sisu/org.eclipse.sisu.plexus/0.0.0.M5/org.eclipse.sisu.plexus-0.0.0.M5.jar error 03-Jan-2023 03:11:35 #18 138.6 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/eclipse/sisu/org.eclipse.sisu.inject/0.0.0.M5/org.eclipse.sisu.inject-0.0.0.M5.jar error 03-Jan-2023 03:11:35 #18 138.6 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-model/3.1.1/maven-model-3.1.1.jar error 03-Jan-2023 03:11:36 #18 139.2 Progress (1): 3.4/52 kB error 03-Jan-2023 03:11:36 Progress (2): 3.4/52 kB | 3.4/197 kB error 03-Jan-2023 03:11:36 Progress (2): 3.4/52 kB | 6.2/197 kB error 03-Jan-2023 03:11:36 Progress (3): 3.4/52 kB | 6.2/197 kB | 3.4/154 kB error 03-Jan-2023 03:11:36 Progress (3): 3.4/52 kB | 9.0/197 kB | 3.4/154 kB error 03-Jan-2023 03:11:36 Progress (3): 3.4/52 kB | 12/197 kB | 3.4/154 kB error 03-Jan-2023 03:11:36 Progress (3): 3.4/52 kB | 15/197 kB | 3.4/154 kB error 03-Jan-2023 03:11:36 Progress (3): 3.4/52 kB | 17/197 kB | 3.4/154 kB error 03-Jan-2023 03:11:36 Progress (3): 3.4/52 kB | 20/197 kB | 3.4/154 kB error 03-Jan-2023 03:11:36 Progress (3): 3.4/52 kB | 23/197 kB | 3.4/154 kB error 03-Jan-2023 03:11:36 Progress (3): 3.4/52 kB | 26/197 kB | 3.4/154 kB error 03-Jan-2023 03:11:36 Progress (3): 3.4/52 kB | 29/197 kB | 3.4/154 kB error 03-Jan-2023 03:11:36 Progress (3): 3.4/52 kB | 31/197 kB | 3.4/154 kB error 03-Jan-2023 03:11:36 Progress (3): 6.2/52 kB | 31/197 kB | 3.4/154 kB error 03-Jan-2023 03:11:36 Progress (3): 6.2/52 kB | 31/197 kB | 6.2/154 kB error 03-Jan-2023 03:11:36 Progress (3): 9.0/52 kB | 31/197 kB | 6.2/154 kB error 03-Jan-2023 03:11:36 Progress (3): 9.0/52 kB | 31/197 kB | 9.0/154 kB error 03-Jan-2023 03:11:36 Progress (3): 9.0/52 kB | 31/197 kB | 12/154 kB error 03-Jan-2023 03:11:36 Progress (3): 12/52 kB | 31/197 kB | 12/154 kB error 03-Jan-2023 03:11:36 Progress (3): 12/52 kB | 31/197 kB | 15/154 kB error 03-Jan-2023 03:11:36 Progress (3): 12/52 kB | 31/197 kB | 17/154 kB error 03-Jan-2023 03:11:36 Progress (3): 15/52 kB | 31/197 kB | 17/154 kB error 03-Jan-2023 03:11:36 Progress (3): 17/52 kB | 31/197 kB | 17/154 kB error 03-Jan-2023 03:11:36 Progress (3): 20/52 kB | 31/197 kB | 17/154 kB error 03-Jan-2023 03:11:36 Progress (3): 23/52 kB | 31/197 kB | 17/154 kB error 03-Jan-2023 03:11:36 Progress (3): 26/52 kB | 31/197 kB | 17/154 kB error 03-Jan-2023 03:11:36 Progress (3): 29/52 kB | 31/197 kB | 17/154 kB error 03-Jan-2023 03:11:36 Progress (3): 31/52 kB | 31/197 kB | 17/154 kB error 03-Jan-2023 03:11:36 Progress (3): 31/52 kB | 34/197 kB | 17/154 kB error 03-Jan-2023 03:11:36 Progress (3): 31/52 kB | 37/197 kB | 17/154 kB error 03-Jan-2023 03:11:36 Progress (3): 31/52 kB | 37/197 kB | 20/154 kB error 03-Jan-2023 03:11:36 Progress (3): 31/52 kB | 37/197 kB | 23/154 kB error 03-Jan-2023 03:11:36 Progress (3): 31/52 kB | 37/197 kB | 26/154 kB error 03-Jan-2023 03:11:36 Progress (3): 34/52 kB | 37/197 kB | 26/154 kB error 03-Jan-2023 03:11:36 Progress (3): 34/52 kB | 40/197 kB | 26/154 kB error 03-Jan-2023 03:11:36 Progress (3): 34/52 kB | 43/197 kB | 26/154 kB error 03-Jan-2023 03:11:36 Progress (3): 34/52 kB | 43/197 kB | 29/154 kB error 03-Jan-2023 03:11:36 Progress (3): 34/52 kB | 43/197 kB | 31/154 kB error 03-Jan-2023 03:11:36 Progress (3): 37/52 kB | 43/197 kB | 31/154 kB error 03-Jan-2023 03:11:36 Progress (3): 37/52 kB | 45/197 kB | 31/154 kB error 03-Jan-2023 03:11:36 Progress (3): 40/52 kB | 45/197 kB | 31/154 kB error 03-Jan-2023 03:11:36 Progress (3): 40/52 kB | 48/197 kB | 31/154 kB error 03-Jan-2023 03:11:36 Progress (3): 43/52 kB | 48/197 kB | 31/154 kB error 03-Jan-2023 03:11:36 Progress (3): 45/52 kB | 48/197 kB | 31/154 kB error 03-Jan-2023 03:11:36 Progress (3): 45/52 kB | 51/197 kB | 31/154 kB error 03-Jan-2023 03:11:36 Progress (3): 45/52 kB | 54/197 kB | 31/154 kB error 03-Jan-2023 03:11:36 Progress (3): 45/52 kB | 56/197 kB | 31/154 kB error 03-Jan-2023 03:11:36 Progress (3): 48/52 kB | 56/197 kB | 31/154 kB error 03-Jan-2023 03:11:36 Progress (3): 51/52 kB | 56/197 kB | 31/154 kB error 03-Jan-2023 03:11:36 Progress (3): 52 kB | 56/197 kB | 31/154 kB error 03-Jan-2023 03:11:36 Progress (3): 52 kB | 59/197 kB | 31/154 kB error 03-Jan-2023 03:11:36 Progress (3): 52 kB | 59/197 kB | 34/154 kB error 03-Jan-2023 03:11:36 Progress (3): 52 kB | 59/197 kB | 37/154 kB error 03-Jan-2023 03:11:36 Progress (3): 52 kB | 62/197 kB | 37/154 kB error 03-Jan-2023 03:11:36 Progress (3): 52 kB | 65/197 kB | 37/154 kB error 03-Jan-2023 03:11:36 Progress (3): 52 kB | 65/197 kB | 40/154 kB error 03-Jan-2023 03:11:36 Progress (3): 52 kB | 68/197 kB | 40/154 kB error 03-Jan-2023 03:11:36 Progress (3): 52 kB | 68/197 kB | 43/154 kB error 03-Jan-2023 03:11:36 Progress (3): 52 kB | 68/197 kB | 45/154 kB error 03-Jan-2023 03:11:36 Progress (3): 52 kB | 70/197 kB | 45/154 kB error 03-Jan-2023 03:11:36 Progress (3): 52 kB | 70/197 kB | 48/154 kB error 03-Jan-2023 03:11:36 Progress (3): 52 kB | 73/197 kB | 48/154 kB error 03-Jan-2023 03:11:36 Progress (3): 52 kB | 73/197 kB | 51/154 kB error 03-Jan-2023 03:11:36 Progress (3): 52 kB | 73/197 kB | 54/154 kB error 03-Jan-2023 03:11:36 Progress (3): 52 kB | 76/197 kB | 54/154 kB error 03-Jan-2023 03:11:36 Progress (3): 52 kB | 76/197 kB | 57/154 kB error 03-Jan-2023 03:11:36 Progress (3): 52 kB | 79/197 kB | 57/154 kB error 03-Jan-2023 03:11:36 Progress (3): 52 kB | 79/197 kB | 59/154 kB error 03-Jan-2023 03:11:36 Progress (3): 52 kB | 82/197 kB | 59/154 kB error 03-Jan-2023 03:11:36 Progress (3): 52 kB | 82/197 kB | 62/154 kB error 03-Jan-2023 03:11:36 Progress (3): 52 kB | 84/197 kB | 62/154 kB error 03-Jan-2023 03:11:36 Progress (3): 52 kB | 84/197 kB | 65/154 kB error 03-Jan-2023 03:11:36 Progress (3): 52 kB | 84/197 kB | 68/154 kB error 03-Jan-2023 03:11:36 Progress (3): 52 kB | 84/197 kB | 71/154 kB error 03-Jan-2023 03:11:36 Progress (3): 52 kB | 84/197 kB | 73/154 kB error 03-Jan-2023 03:11:36 Progress (3): 52 kB | 84/197 kB | 76/154 kB error 03-Jan-2023 03:11:36 Progress (3): 52 kB | 87/197 kB | 76/154 kB error 03-Jan-2023 03:11:36 Progress (3): 52 kB | 90/197 kB | 76/154 kB error 03-Jan-2023 03:11:36 Progress (3): 52 kB | 90/197 kB | 79/154 kB error 03-Jan-2023 03:11:36 Progress (3): 52 kB | 90/197 kB | 82/154 kB error 03-Jan-2023 03:11:36 Progress (3): 52 kB | 93/197 kB | 82/154 kB error 03-Jan-2023 03:11:36 Progress (3): 52 kB | 93/197 kB | 85/154 kB error 03-Jan-2023 03:11:36 Progress (3): 52 kB | 96/197 kB | 85/154 kB error 03-Jan-2023 03:11:36 Progress (3): 52 kB | 98/197 kB | 85/154 kB error 03-Jan-2023 03:11:36 Progress (3): 52 kB | 98/197 kB | 87/154 kB error 03-Jan-2023 03:11:36 Progress (3): 52 kB | 98/197 kB | 90/154 kB error 03-Jan-2023 03:11:36 Progress (3): 52 kB | 98/197 kB | 93/154 kB error 03-Jan-2023 03:11:36 Progress (3): 52 kB | 101/197 kB | 93/154 kB error 03-Jan-2023 03:11:36 Progress (3): 52 kB | 104/197 kB | 93/154 kB error 03-Jan-2023 03:11:36 Progress (3): 52 kB | 107/197 kB | 93/154 kB error 03-Jan-2023 03:11:36 Progress (3): 52 kB | 107/197 kB | 96/154 kB error 03-Jan-2023 03:11:36 Progress (3): 52 kB | 109/197 kB | 96/154 kB error 03-Jan-2023 03:11:36 Progress (3): 52 kB | 112/197 kB | 96/154 kB error 03-Jan-2023 03:11:36 Progress (3): 52 kB | 112/197 kB | 99/154 kB error 03-Jan-2023 03:11:36 Progress (3): 52 kB | 115/197 kB | 99/154 kB error 03-Jan-2023 03:11:36 Progress (3): 52 kB | 115/197 kB | 101/154 kB error 03-Jan-2023 03:11:36 Progress (3): 52 kB | 118/197 kB | 101/154 kB error 03-Jan-2023 03:11:36 Progress (3): 52 kB | 118/197 kB | 104/154 kB error 03-Jan-2023 03:11:36 Progress (3): 52 kB | 120/197 kB | 104/154 kB error 03-Jan-2023 03:11:36 Progress (3): 52 kB | 120/197 kB | 107/154 kB error 03-Jan-2023 03:11:36 Progress (3): 52 kB | 123/197 kB | 107/154 kB error 03-Jan-2023 03:11:36 Progress (3): 52 kB | 123/197 kB | 110/154 kB error 03-Jan-2023 03:11:36 Progress (3): 52 kB | 123/197 kB | 113/154 kB error 03-Jan-2023 03:11:36 Progress (3): 52 kB | 123/197 kB | 115/154 kB error 03-Jan-2023 03:11:36 Progress (3): 52 kB | 123/197 kB | 118/154 kB error 03-Jan-2023 03:11:36 Progress (3): 52 kB | 123/197 kB | 121/154 kB error 03-Jan-2023 03:11:36 Progress (3): 52 kB | 126/197 kB | 121/154 kB error 03-Jan-2023 03:11:36 Progress (3): 52 kB | 129/197 kB | 121/154 kB error 03-Jan-2023 03:11:36 Progress (3): 52 kB | 132/197 kB | 121/154 kB error 03-Jan-2023 03:11:36 Progress (3): 52 kB | 134/197 kB | 121/154 kB error 03-Jan-2023 03:11:36 Progress (3): 52 kB | 137/197 kB | 121/154 kB error 03-Jan-2023 03:11:36 Progress (3): 52 kB | 137/197 kB | 124/154 kB error 03-Jan-2023 03:11:36 Progress (3): 52 kB | 140/197 kB | 124/154 kB error 03-Jan-2023 03:11:36 Progress (3): 52 kB | 143/197 kB | 124/154 kB error 03-Jan-2023 03:11:36 Progress (3): 52 kB | 143/197 kB | 127/154 kB error 03-Jan-2023 03:11:36 Progress (3): 52 kB | 143/197 kB | 129/154 kB error 03-Jan-2023 03:11:36 Progress (3): 52 kB | 143/197 kB | 132/154 kB error 03-Jan-2023 03:11:36 Progress (3): 52 kB | 146/197 kB | 132/154 kB error 03-Jan-2023 03:11:36 Progress (3): 52 kB | 148/197 kB | 132/154 kB error 03-Jan-2023 03:11:36 Progress (3): 52 kB | 151/197 kB | 132/154 kB error 03-Jan-2023 03:11:36 Progress (3): 52 kB | 154/197 kB | 132/154 kB error 03-Jan-2023 03:11:36 Progress (3): 52 kB | 157/197 kB | 132/154 kB error 03-Jan-2023 03:11:36 Progress (3): 52 kB | 160/197 kB | 132/154 kB error 03-Jan-2023 03:11:36 Progress (3): 52 kB | 160/197 kB | 134/154 kB error 03-Jan-2023 03:11:36 Progress (3): 52 kB | 160/197 kB | 137/154 kB error 03-Jan-2023 03:11:36 Progress (3): 52 kB | 160/197 kB | 140/154 kB error 03-Jan-2023 03:11:36 Progress (3): 52 kB | 160/197 kB | 143/154 kB error 03-Jan-2023 03:11:36 Progress (3): 52 kB | 160/197 kB | 146/154 kB error 03-Jan-2023 03:11:36 Progress (3): 52 kB | 160/197 kB | 148/154 kB error 03-Jan-2023 03:11:36 Progress (3): 52 kB | 160/197 kB | 151/154 kB error 03-Jan-2023 03:11:36 Progress (3): 52 kB | 160/197 kB | 154/154 kB error 03-Jan-2023 03:11:36 Progress (3): 52 kB | 162/197 kB | 154/154 kB error 03-Jan-2023 03:11:36 Progress (3): 52 kB | 165/197 kB | 154/154 kB error 03-Jan-2023 03:11:36 Progress (3): 52 kB | 168/197 kB | 154/154 kB error 03-Jan-2023 03:11:36 Progress (3): 52 kB | 171/197 kB | 154/154 kB error 03-Jan-2023 03:11:36 Progress (3): 52 kB | 173/197 kB | 154/154 kB error 03-Jan-2023 03:11:36 Progress (3): 52 kB | 176/197 kB | 154/154 kB error 03-Jan-2023 03:11:36 Progress (3): 52 kB | 179/197 kB | 154/154 kB error 03-Jan-2023 03:11:36 Progress (3): 52 kB | 182/197 kB | 154/154 kB error 03-Jan-2023 03:11:36 Progress (3): 52 kB | 185/197 kB | 154/154 kB error 03-Jan-2023 03:11:36 Progress (3): 52 kB | 185/197 kB | 154 kB error 03-Jan-2023 03:11:36 Progress (3): 52 kB | 187/197 kB | 154 kB error 03-Jan-2023 03:11:36 Progress (3): 52 kB | 190/197 kB | 154 kB error 03-Jan-2023 03:11:36 Progress (3): 52 kB | 193/197 kB | 154 kB error 03-Jan-2023 03:11:36 Progress (4): 52 kB | 193/197 kB | 154 kB | 3.4/45 kB error 03-Jan-2023 03:11:36 Progress (4): 52 kB | 196/197 kB | 154 kB | 3.4/45 kB error 03-Jan-2023 03:11:36 Progress (4): 52 kB | 197 kB | 154 kB | 3.4/45 kB error 03-Jan-2023 03:11:36 Progress (4): 52 kB | 197 kB | 154 kB | 6.2/45 kB error 03-Jan-2023 03:11:36 Progress (4): 52 kB | 197 kB | 154 kB | 9.0/45 kB error 03-Jan-2023 03:11:37 Progress (4): 52 kB | 197 kB | 154 kB | 12/45 kB error 03-Jan-2023 03:11:37 Progress (4): 52 kB | 197 kB | 154 kB | 15/45 kB error 03-Jan-2023 03:11:37 Progress (4): 52 kB | 197 kB | 154 kB | 17/45 kB error 03-Jan-2023 03:11:37 Progress (4): 52 kB | 197 kB | 154 kB | 20/45 kB error 03-Jan-2023 03:11:37 Progress (4): 52 kB | 197 kB | 154 kB | 23/45 kB error 03-Jan-2023 03:11:37 Progress (4): 52 kB | 197 kB | 154 kB | 26/45 kB error 03-Jan-2023 03:11:37 Progress (4): 52 kB | 197 kB | 154 kB | 29/45 kB error 03-Jan-2023 03:11:37 Progress (4): 52 kB | 197 kB | 154 kB | 31/45 kB error 03-Jan-2023 03:11:37 Progress (4): 52 kB | 197 kB | 154 kB | 34/45 kB error 03-Jan-2023 03:11:37 Progress (4): 52 kB | 197 kB | 154 kB | 37/45 kB error 03-Jan-2023 03:11:37 Progress (4): 52 kB | 197 kB | 154 kB | 40/45 kB error 03-Jan-2023 03:11:37 Progress (4): 52 kB | 197 kB | 154 kB | 43/45 kB error 03-Jan-2023 03:11:37 Progress (4): 52 kB | 197 kB | 154 kB | 45 kB error 03-Jan-2023 03:11:37 error 03-Jan-2023 03:11:37 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-model/3.1.1/maven-model-3.1.1.jar (154 kB at 119 kB/s) error 03-Jan-2023 03:11:37 #18 139.9 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-core/3.1.1/maven-core-3.1.1.jar error 03-Jan-2023 03:11:37 #18 139.9 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-artifact/3.1.1/maven-artifact-3.1.1.jar (52 kB at 39 kB/s) error 03-Jan-2023 03:11:37 #18 139.9 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-settings-builder/3.1.1/maven-settings-builder-3.1.1.jar error 03-Jan-2023 03:11:37 #18 139.9 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/eclipse/sisu/org.eclipse.sisu.plexus/0.0.0.M5/org.eclipse.sisu.plexus-0.0.0.M5.jar (197 kB at 148 kB/s) error 03-Jan-2023 03:11:37 #18 139.9 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-model-builder/3.1.1/maven-model-builder-3.1.1.jar error 03-Jan-2023 03:11:37 #18 139.9 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-plugin-api/3.1.1/maven-plugin-api-3.1.1.jar (45 kB at 33 kB/s) error 03-Jan-2023 03:11:37 #18 139.9 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/codehaus/plexus/plexus-interpolation/1.19/plexus-interpolation-1.19.jar error 03-Jan-2023 03:11:37 #18 140.0 Progress (1): 3.4/62 kB error 03-Jan-2023 03:11:37 Progress (1): 6.2/62 kB error 03-Jan-2023 03:11:37 Progress (1): 9.0/62 kB error 03-Jan-2023 03:11:37 Progress (1): 12/62 kB error 03-Jan-2023 03:11:37 Progress (1): 15/62 kB error 03-Jan-2023 03:11:37 Progress (1): 17/62 kB error 03-Jan-2023 03:11:37 Progress (1): 20/62 kB error 03-Jan-2023 03:11:37 Progress (1): 23/62 kB error 03-Jan-2023 03:11:37 Progress (1): 26/62 kB error 03-Jan-2023 03:11:37 Progress (1): 29/62 kB error 03-Jan-2023 03:11:37 Progress (1): 31/62 kB error 03-Jan-2023 03:11:37 Progress (1): 34/62 kB error 03-Jan-2023 03:11:37 Progress (1): 37/62 kB error 03-Jan-2023 03:11:37 Progress (1): 40/62 kB error 03-Jan-2023 03:11:37 Progress (1): 43/62 kB error 03-Jan-2023 03:11:37 Progress (1): 45/62 kB error 03-Jan-2023 03:11:37 Progress (1): 48/62 kB error 03-Jan-2023 03:11:37 Progress (1): 51/62 kB error 03-Jan-2023 03:11:37 Progress (1): 54/62 kB error 03-Jan-2023 03:11:37 Progress (1): 57/62 kB error 03-Jan-2023 03:11:37 Progress (1): 59/62 kB error 03-Jan-2023 03:11:37 Progress (1): 62 kB error 03-Jan-2023 03:11:37 Progress (2): 62 kB | 3.4/160 kB error 03-Jan-2023 03:11:37 Progress (3): 62 kB | 3.4/160 kB | 3.4/42 kB error 03-Jan-2023 03:11:37 Progress (3): 62 kB | 3.4/160 kB | 6.2/42 kB error 03-Jan-2023 03:11:37 Progress (3): 62 kB | 3.4/160 kB | 9.0/42 kB error 03-Jan-2023 03:11:37 Progress (3): 62 kB | 6.2/160 kB | 9.0/42 kB error 03-Jan-2023 03:11:37 Progress (3): 62 kB | 9.0/160 kB | 9.0/42 kB error 03-Jan-2023 03:11:37 Progress (3): 62 kB | 12/160 kB | 9.0/42 kB error 03-Jan-2023 03:11:37 Progress (3): 62 kB | 12/160 kB | 12/42 kB error 03-Jan-2023 03:11:37 Progress (3): 62 kB | 12/160 kB | 15/42 kB error 03-Jan-2023 03:11:37 Progress (3): 62 kB | 12/160 kB | 17/42 kB error 03-Jan-2023 03:11:37 Progress (3): 62 kB | 15/160 kB | 17/42 kB error 03-Jan-2023 03:11:37 Progress (3): 62 kB | 17/160 kB | 17/42 kB error 03-Jan-2023 03:11:37 Progress (3): 62 kB | 20/160 kB | 17/42 kB error 03-Jan-2023 03:11:37 Progress (3): 62 kB | 23/160 kB | 17/42 kB error 03-Jan-2023 03:11:37 Progress (3): 62 kB | 23/160 kB | 20/42 kB error 03-Jan-2023 03:11:37 Progress (3): 62 kB | 23/160 kB | 23/42 kB error 03-Jan-2023 03:11:37 Progress (3): 62 kB | 23/160 kB | 26/42 kB error 03-Jan-2023 03:11:37 Progress (3): 62 kB | 23/160 kB | 29/42 kB error 03-Jan-2023 03:11:37 Progress (3): 62 kB | 23/160 kB | 31/42 kB error 03-Jan-2023 03:11:37 Progress (3): 62 kB | 23/160 kB | 34/42 kB error 03-Jan-2023 03:11:37 Progress (3): 62 kB | 26/160 kB | 34/42 kB error 03-Jan-2023 03:11:37 Progress (3): 62 kB | 29/160 kB | 34/42 kB error 03-Jan-2023 03:11:37 Progress (3): 62 kB | 31/160 kB | 34/42 kB error 03-Jan-2023 03:11:37 Progress (3): 62 kB | 34/160 kB | 34/42 kB error 03-Jan-2023 03:11:37 Progress (3): 62 kB | 37/160 kB | 34/42 kB error 03-Jan-2023 03:11:37 Progress (3): 62 kB | 40/160 kB | 34/42 kB error 03-Jan-2023 03:11:37 Progress (3): 62 kB | 43/160 kB | 34/42 kB error 03-Jan-2023 03:11:37 Progress (3): 62 kB | 43/160 kB | 37/42 kB error 03-Jan-2023 03:11:37 Progress (3): 62 kB | 43/160 kB | 40/42 kB error 03-Jan-2023 03:11:37 Progress (3): 62 kB | 43/160 kB | 42 kB error 03-Jan-2023 03:11:37 Progress (3): 62 kB | 45/160 kB | 42 kB error 03-Jan-2023 03:11:37 Progress (3): 62 kB | 48/160 kB | 42 kB error 03-Jan-2023 03:11:37 Progress (3): 62 kB | 51/160 kB | 42 kB error 03-Jan-2023 03:11:37 Progress (3): 62 kB | 54/160 kB | 42 kB error 03-Jan-2023 03:11:37 Progress (3): 62 kB | 57/160 kB | 42 kB error 03-Jan-2023 03:11:37 Progress (3): 62 kB | 59/160 kB | 42 kB error 03-Jan-2023 03:11:37 Progress (3): 62 kB | 62/160 kB | 42 kB error 03-Jan-2023 03:11:37 Progress (3): 62 kB | 65/160 kB | 42 kB error 03-Jan-2023 03:11:37 Progress (3): 62 kB | 68/160 kB | 42 kB error 03-Jan-2023 03:11:37 Progress (3): 62 kB | 71/160 kB | 42 kB error 03-Jan-2023 03:11:37 Progress (3): 62 kB | 73/160 kB | 42 kB error 03-Jan-2023 03:11:37 Progress (3): 62 kB | 76/160 kB | 42 kB error 03-Jan-2023 03:11:37 Progress (3): 62 kB | 79/160 kB | 42 kB error 03-Jan-2023 03:11:37 Progress (3): 62 kB | 82/160 kB | 42 kB error 03-Jan-2023 03:11:37 Progress (3): 62 kB | 85/160 kB | 42 kB error 03-Jan-2023 03:11:37 Progress (3): 62 kB | 87/160 kB | 42 kB error 03-Jan-2023 03:11:37 Progress (3): 62 kB | 90/160 kB | 42 kB error 03-Jan-2023 03:11:37 Progress (3): 62 kB | 93/160 kB | 42 kB error 03-Jan-2023 03:11:37 Progress (3): 62 kB | 96/160 kB | 42 kB error 03-Jan-2023 03:11:37 Progress (3): 62 kB | 99/160 kB | 42 kB error 03-Jan-2023 03:11:37 Progress (3): 62 kB | 101/160 kB | 42 kB error 03-Jan-2023 03:11:37 Progress (3): 62 kB | 104/160 kB | 42 kB error 03-Jan-2023 03:11:37 Progress (3): 62 kB | 107/160 kB | 42 kB error 03-Jan-2023 03:11:37 Progress (3): 62 kB | 110/160 kB | 42 kB error 03-Jan-2023 03:11:37 Progress (3): 62 kB | 113/160 kB | 42 kB error 03-Jan-2023 03:11:37 Progress (3): 62 kB | 115/160 kB | 42 kB error 03-Jan-2023 03:11:37 Progress (3): 62 kB | 118/160 kB | 42 kB error 03-Jan-2023 03:11:37 Progress (3): 62 kB | 120/160 kB | 42 kB error 03-Jan-2023 03:11:37 Progress (3): 62 kB | 123/160 kB | 42 kB error 03-Jan-2023 03:11:37 Progress (3): 62 kB | 126/160 kB | 42 kB error 03-Jan-2023 03:11:37 Progress (3): 62 kB | 129/160 kB | 42 kB error 03-Jan-2023 03:11:37 Progress (3): 62 kB | 132/160 kB | 42 kB error 03-Jan-2023 03:11:37 Progress (3): 62 kB | 134/160 kB | 42 kB error 03-Jan-2023 03:11:37 Progress (3): 62 kB | 137/160 kB | 42 kB error 03-Jan-2023 03:11:37 Progress (3): 62 kB | 140/160 kB | 42 kB error 03-Jan-2023 03:11:37 Progress (3): 62 kB | 143/160 kB | 42 kB error 03-Jan-2023 03:11:37 Progress (3): 62 kB | 146/160 kB | 42 kB error 03-Jan-2023 03:11:37 Progress (3): 62 kB | 148/160 kB | 42 kB error 03-Jan-2023 03:11:37 Progress (3): 62 kB | 151/160 kB | 42 kB error 03-Jan-2023 03:11:37 Progress (3): 62 kB | 154/160 kB | 42 kB error 03-Jan-2023 03:11:37 Progress (3): 62 kB | 157/160 kB | 42 kB error 03-Jan-2023 03:11:37 Progress (3): 62 kB | 160 kB | 42 kB error 03-Jan-2023 03:11:37 error 03-Jan-2023 03:11:37 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/codehaus/plexus/plexus-interpolation/1.19/plexus-interpolation-1.19.jar (62 kB at 35 kB/s) error 03-Jan-2023 03:11:37 #18 140.4 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/codehaus/plexus/plexus-classworlds/2.5.1/plexus-classworlds-2.5.1.jar error 03-Jan-2023 03:11:37 #18 140.4 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-settings-builder/3.1.1/maven-settings-builder-3.1.1.jar (42 kB at 23 kB/s) error 03-Jan-2023 03:11:37 #18 140.4 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-repository-metadata/3.1.1/maven-repository-metadata-3.1.1.jar error 03-Jan-2023 03:11:37 #18 140.5 Progress (2): 160 kB | 3.4/50 kB error 03-Jan-2023 03:11:37 Progress (2): 160 kB | 6.2/50 kB error 03-Jan-2023 03:11:37 Progress (2): 160 kB | 9.0/50 kB error 03-Jan-2023 03:11:37 Progress (2): 160 kB | 12/50 kB error 03-Jan-2023 03:11:37 Progress (2): 160 kB | 15/50 kB error 03-Jan-2023 03:11:37 Progress (2): 160 kB | 17/50 kB error 03-Jan-2023 03:11:37 Progress (2): 160 kB | 20/50 kB error 03-Jan-2023 03:11:37 Progress (2): 160 kB | 23/50 kB error 03-Jan-2023 03:11:37 Progress (2): 160 kB | 26/50 kB error 03-Jan-2023 03:11:37 Progress (2): 160 kB | 29/50 kB error 03-Jan-2023 03:11:37 Progress (2): 160 kB | 31/50 kB error 03-Jan-2023 03:11:37 Progress (3): 160 kB | 31/50 kB | 3.4/25 kB error 03-Jan-2023 03:11:37 Progress (3): 160 kB | 31/50 kB | 6.2/25 kB error 03-Jan-2023 03:11:37 Progress (3): 160 kB | 31/50 kB | 9.0/25 kB error 03-Jan-2023 03:11:37 Progress (3): 160 kB | 34/50 kB | 9.0/25 kB error 03-Jan-2023 03:11:37 Progress (3): 160 kB | 37/50 kB | 9.0/25 kB error 03-Jan-2023 03:11:37 Progress (3): 160 kB | 40/50 kB | 9.0/25 kB error 03-Jan-2023 03:11:37 Progress (3): 160 kB | 43/50 kB | 9.0/25 kB error 03-Jan-2023 03:11:37 Progress (3): 160 kB | 45/50 kB | 9.0/25 kB error 03-Jan-2023 03:11:37 Progress (3): 160 kB | 45/50 kB | 12/25 kB error 03-Jan-2023 03:11:37 Progress (3): 160 kB | 48/50 kB | 12/25 kB error 03-Jan-2023 03:11:37 Progress (3): 160 kB | 50 kB | 12/25 kB error 03-Jan-2023 03:11:37 Progress (3): 160 kB | 50 kB | 15/25 kB error 03-Jan-2023 03:11:37 Progress (3): 160 kB | 50 kB | 17/25 kB error 03-Jan-2023 03:11:37 Progress (3): 160 kB | 50 kB | 20/25 kB error 03-Jan-2023 03:11:37 error 03-Jan-2023 03:11:37 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-model-builder/3.1.1/maven-model-builder-3.1.1.jar (160 kB at 80 kB/s) error 03-Jan-2023 03:11:37 #18 140.6 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-settings/3.1.1/maven-settings-3.1.1.jar error 03-Jan-2023 03:11:37 #18 140.6 Progress (2): 50 kB | 23/25 kB error 03-Jan-2023 03:11:37 Progress (2): 50 kB | 25 kB error 03-Jan-2023 03:11:38 Progress (3): 50 kB | 25 kB | 3.4/42 kB error 03-Jan-2023 03:11:38 Progress (3): 50 kB | 25 kB | 6.2/42 kB error 03-Jan-2023 03:11:38 Progress (3): 50 kB | 25 kB | 9.0/42 kB error 03-Jan-2023 03:11:38 Progress (3): 50 kB | 25 kB | 12/42 kB error 03-Jan-2023 03:11:38 Progress (3): 50 kB | 25 kB | 15/42 kB error 03-Jan-2023 03:11:38 Progress (3): 50 kB | 25 kB | 17/42 kB error 03-Jan-2023 03:11:38 Progress (3): 50 kB | 25 kB | 20/42 kB error 03-Jan-2023 03:11:38 Progress (3): 50 kB | 25 kB | 23/42 kB error 03-Jan-2023 03:11:38 Progress (3): 50 kB | 25 kB | 26/42 kB error 03-Jan-2023 03:11:38 Progress (3): 50 kB | 25 kB | 29/42 kB error 03-Jan-2023 03:11:38 Progress (3): 50 kB | 25 kB | 31/42 kB error 03-Jan-2023 03:11:38 Progress (3): 50 kB | 25 kB | 34/42 kB error 03-Jan-2023 03:11:38 Progress (3): 50 kB | 25 kB | 37/42 kB error 03-Jan-2023 03:11:38 Progress (3): 50 kB | 25 kB | 40/42 kB error 03-Jan-2023 03:11:38 error 03-Jan-2023 03:11:38 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-repository-metadata/3.1.1/maven-repository-metadata-3.1.1.jar (25 kB at 11 kB/s) error 03-Jan-2023 03:11:38 #18 141.0 Progress (3): 50 kB | 40/42 kB | 4.1/291 kB error 03-Jan-2023 03:11:38 error 03-Jan-2023 03:11:38 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-aether-provider/3.1.1/maven-aether-provider-3.1.1.jar error 03-Jan-2023 03:11:38 #18 141.0 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/codehaus/plexus/plexus-classworlds/2.5.1/plexus-classworlds-2.5.1.jar (50 kB at 21 kB/s) error 03-Jan-2023 03:11:38 #18 141.0 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/reporting/maven-reporting-impl/3.0.0/maven-reporting-impl-3.0.0.jar error 03-Jan-2023 03:11:38 #18 141.0 Progress (2): 42 kB | 4.1/291 kB error 03-Jan-2023 03:11:38 Progress (2): 42 kB | 8.2/291 kB error 03-Jan-2023 03:11:38 Progress (2): 42 kB | 12/291 kB error 03-Jan-2023 03:11:38 Progress (2): 42 kB | 16/291 kB error 03-Jan-2023 03:11:38 Progress (2): 42 kB | 19/291 kB error 03-Jan-2023 03:11:38 Progress (2): 42 kB | 23/291 kB error 03-Jan-2023 03:11:38 Progress (2): 42 kB | 27/291 kB error 03-Jan-2023 03:11:38 Progress (2): 42 kB | 31/291 kB error 03-Jan-2023 03:11:38 Progress (2): 42 kB | 34/291 kB error 03-Jan-2023 03:11:38 Progress (2): 42 kB | 38/291 kB error 03-Jan-2023 03:11:38 Progress (2): 42 kB | 42/291 kB error 03-Jan-2023 03:11:38 Progress (2): 42 kB | 46/291 kB error 03-Jan-2023 03:11:38 Progress (2): 42 kB | 51/291 kB error 03-Jan-2023 03:11:38 Progress (3): 42 kB | 51/291 kB | 3.3/18 kB error 03-Jan-2023 03:11:38 Progress (3): 42 kB | 55/291 kB | 3.3/18 kB error 03-Jan-2023 03:11:38 Progress (3): 42 kB | 59/291 kB | 3.3/18 kB error 03-Jan-2023 03:11:38 Progress (3): 42 kB | 63/291 kB | 3.3/18 kB error 03-Jan-2023 03:11:38 error 03-Jan-2023 03:11:38 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-settings/3.1.1/maven-settings-3.1.1.jar (42 kB at 16 kB/s) error 03-Jan-2023 03:11:38 #18 141.1 Progress (3): 63/291 kB | 3.3/18 kB | 3.4/60 kB error 03-Jan-2023 03:11:38 Progress (3): 63/291 kB | 3.3/18 kB | 6.2/60 kB error 03-Jan-2023 03:11:38 Progress (3): 67/291 kB | 3.3/18 kB | 6.2/60 kB error 03-Jan-2023 03:11:38 error 03-Jan-2023 03:11:38 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/doxia/doxia-decoration-model/1.7.4/doxia-decoration-model-1.7.4.jar error 03-Jan-2023 03:11:38 #18 141.1 Progress (3): 69/291 kB | 3.3/18 kB | 6.2/60 kB error 03-Jan-2023 03:11:38 Progress (3): 69/291 kB | 6.1/18 kB | 6.2/60 kB error 03-Jan-2023 03:11:38 Progress (3): 69/291 kB | 6.1/18 kB | 9.0/60 kB error 03-Jan-2023 03:11:38 Progress (3): 69/291 kB | 8.9/18 kB | 9.0/60 kB error 03-Jan-2023 03:11:38 Progress (3): 69/291 kB | 8.9/18 kB | 12/60 kB error 03-Jan-2023 03:11:38 Progress (3): 69/291 kB | 8.9/18 kB | 15/60 kB error 03-Jan-2023 03:11:38 Progress (3): 73/291 kB | 8.9/18 kB | 15/60 kB error 03-Jan-2023 03:11:38 Progress (3): 73/291 kB | 12/18 kB | 15/60 kB error 03-Jan-2023 03:11:38 Progress (3): 77/291 kB | 12/18 kB | 15/60 kB error 03-Jan-2023 03:11:38 Progress (3): 81/291 kB | 12/18 kB | 15/60 kB error 03-Jan-2023 03:11:38 Progress (3): 81/291 kB | 14/18 kB | 15/60 kB error 03-Jan-2023 03:11:38 Progress (3): 81/291 kB | 14/18 kB | 17/60 kB error 03-Jan-2023 03:11:38 Progress (3): 85/291 kB | 14/18 kB | 17/60 kB error 03-Jan-2023 03:11:38 Progress (3): 85/291 kB | 14/18 kB | 20/60 kB error 03-Jan-2023 03:11:38 Progress (3): 85/291 kB | 14/18 kB | 23/60 kB error 03-Jan-2023 03:11:38 Progress (3): 85/291 kB | 14/18 kB | 26/60 kB error 03-Jan-2023 03:11:38 Progress (3): 85/291 kB | 14/18 kB | 29/60 kB error 03-Jan-2023 03:11:38 Progress (3): 85/291 kB | 17/18 kB | 29/60 kB error 03-Jan-2023 03:11:38 Progress (3): 85/291 kB | 18 kB | 29/60 kB error 03-Jan-2023 03:11:38 Progress (3): 89/291 kB | 18 kB | 29/60 kB error 03-Jan-2023 03:11:38 Progress (3): 94/291 kB | 18 kB | 29/60 kB error 03-Jan-2023 03:11:38 Progress (3): 98/291 kB | 18 kB | 29/60 kB error 03-Jan-2023 03:11:38 Progress (3): 98/291 kB | 18 kB | 31/60 kB error 03-Jan-2023 03:11:38 Progress (3): 98/291 kB | 18 kB | 34/60 kB error 03-Jan-2023 03:11:38 Progress (3): 102/291 kB | 18 kB | 34/60 kB error 03-Jan-2023 03:11:38 Progress (3): 104/291 kB | 18 kB | 34/60 kB error 03-Jan-2023 03:11:38 Progress (3): 104/291 kB | 18 kB | 37/60 kB error 03-Jan-2023 03:11:38 Progress (3): 104/291 kB | 18 kB | 40/60 kB error 03-Jan-2023 03:11:38 Progress (3): 104/291 kB | 18 kB | 43/60 kB error 03-Jan-2023 03:11:38 Progress (3): 104/291 kB | 18 kB | 45/60 kB error 03-Jan-2023 03:11:38 Progress (3): 104/291 kB | 18 kB | 48/60 kB error 03-Jan-2023 03:11:38 Progress (3): 108/291 kB | 18 kB | 48/60 kB error 03-Jan-2023 03:11:38 Progress (3): 112/291 kB | 18 kB | 48/60 kB error 03-Jan-2023 03:11:38 Progress (3): 116/291 kB | 18 kB | 48/60 kB error 03-Jan-2023 03:11:38 Progress (3): 120/291 kB | 18 kB | 48/60 kB error 03-Jan-2023 03:11:38 Progress (3): 120/291 kB | 18 kB | 51/60 kB error 03-Jan-2023 03:11:38 Progress (3): 120/291 kB | 18 kB | 54/60 kB error 03-Jan-2023 03:11:38 Progress (3): 120/291 kB | 18 kB | 57/60 kB error 03-Jan-2023 03:11:38 Progress (3): 120/291 kB | 18 kB | 59/60 kB error 03-Jan-2023 03:11:38 Progress (3): 120/291 kB | 18 kB | 60 kB error 03-Jan-2023 03:11:38 Progress (3): 124/291 kB | 18 kB | 60 kB error 03-Jan-2023 03:11:38 Progress (3): 128/291 kB | 18 kB | 60 kB error 03-Jan-2023 03:11:38 Progress (3): 132/291 kB | 18 kB | 60 kB error 03-Jan-2023 03:11:38 Progress (3): 137/291 kB | 18 kB | 60 kB error 03-Jan-2023 03:11:38 Progress (3): 139/291 kB | 18 kB | 60 kB error 03-Jan-2023 03:11:38 Progress (3): 143/291 kB | 18 kB | 60 kB error 03-Jan-2023 03:11:38 Progress (3): 147/291 kB | 18 kB | 60 kB error 03-Jan-2023 03:11:38 Progress (3): 151/291 kB | 18 kB | 60 kB error 03-Jan-2023 03:11:38 Progress (3): 155/291 kB | 18 kB | 60 kB error 03-Jan-2023 03:11:38 Progress (3): 159/291 kB | 18 kB | 60 kB error 03-Jan-2023 03:11:38 Progress (3): 163/291 kB | 18 kB | 60 kB error 03-Jan-2023 03:11:38 Progress (3): 167/291 kB | 18 kB | 60 kB error 03-Jan-2023 03:11:38 Progress (3): 171/291 kB | 18 kB | 60 kB error 03-Jan-2023 03:11:38 Progress (3): 173/291 kB | 18 kB | 60 kB error 03-Jan-2023 03:11:38 Progress (3): 178/291 kB | 18 kB | 60 kB error 03-Jan-2023 03:11:38 Progress (3): 182/291 kB | 18 kB | 60 kB error 03-Jan-2023 03:11:38 Progress (3): 186/291 kB | 18 kB | 60 kB error 03-Jan-2023 03:11:38 Progress (3): 190/291 kB | 18 kB | 60 kB error 03-Jan-2023 03:11:38 Progress (3): 194/291 kB | 18 kB | 60 kB error 03-Jan-2023 03:11:38 Progress (3): 198/291 kB | 18 kB | 60 kB error 03-Jan-2023 03:11:38 Progress (3): 202/291 kB | 18 kB | 60 kB error 03-Jan-2023 03:11:38 Progress (3): 206/291 kB | 18 kB | 60 kB error 03-Jan-2023 03:11:38 Progress (3): 208/291 kB | 18 kB | 60 kB error 03-Jan-2023 03:11:38 Progress (3): 212/291 kB | 18 kB | 60 kB error 03-Jan-2023 03:11:38 Progress (3): 216/291 kB | 18 kB | 60 kB error 03-Jan-2023 03:11:38 Progress (3): 221/291 kB | 18 kB | 60 kB error 03-Jan-2023 03:11:38 Progress (3): 225/291 kB | 18 kB | 60 kB error 03-Jan-2023 03:11:38 Progress (3): 229/291 kB | 18 kB | 60 kB error 03-Jan-2023 03:11:38 Progress (3): 233/291 kB | 18 kB | 60 kB error 03-Jan-2023 03:11:38 Progress (4): 233/291 kB | 18 kB | 60 kB | 4.1/557 kB error 03-Jan-2023 03:11:38 Progress (4): 233/291 kB | 18 kB | 60 kB | 8.2/557 kB error 03-Jan-2023 03:11:38 Progress (4): 233/291 kB | 18 kB | 60 kB | 12/557 kB error 03-Jan-2023 03:11:38 Progress (4): 233/291 kB | 18 kB | 60 kB | 16/557 kB error 03-Jan-2023 03:11:38 Progress (4): 237/291 kB | 18 kB | 60 kB | 16/557 kB error 03-Jan-2023 03:11:38 Progress (5): 237/291 kB | 18 kB | 60 kB | 16/557 kB | 3.4/61 kB error 03-Jan-2023 03:11:38 Progress (5): 237/291 kB | 18 kB | 60 kB | 16/557 kB | 6.2/61 kB error 03-Jan-2023 03:11:38 Progress (5): 237/291 kB | 18 kB | 60 kB | 16/557 kB | 9.0/61 kB error 03-Jan-2023 03:11:38 Progress (5): 237/291 kB | 18 kB | 60 kB | 16/557 kB | 12/61 kB error 03-Jan-2023 03:11:38 Progress (5): 237/291 kB | 18 kB | 60 kB | 16/557 kB | 15/61 kB error 03-Jan-2023 03:11:38 Progress (5): 237/291 kB | 18 kB | 60 kB | 16/557 kB | 17/61 kB error 03-Jan-2023 03:11:38 error 03-Jan-2023 03:11:38 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-aether-provider/3.1.1/maven-aether-provider-3.1.1.jar (60 kB at 22 kB/s) error 03-Jan-2023 03:11:38 #18 141.3 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/doxia/doxia-sink-api/1.9.1/doxia-sink-api-1.9.1.jar error 03-Jan-2023 03:11:38 #18 141.3 Progress (4): 237/291 kB | 18 kB | 16/557 kB | 20/61 kB error 03-Jan-2023 03:11:38 error 03-Jan-2023 03:11:38 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/reporting/maven-reporting-impl/3.0.0/maven-reporting-impl-3.0.0.jar (18 kB at 6.8 kB/s) error 03-Jan-2023 03:11:38 #18 141.3 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/doxia/doxia-logging-api/1.9.1/doxia-logging-api-1.9.1.jar error 03-Jan-2023 03:11:38 #18 141.3 Progress (3): 241/291 kB | 16/557 kB | 20/61 kB error 03-Jan-2023 03:11:38 Progress (3): 241/291 kB | 16/557 kB | 23/61 kB error 03-Jan-2023 03:11:38 Progress (3): 243/291 kB | 16/557 kB | 23/61 kB error 03-Jan-2023 03:11:38 Progress (3): 243/291 kB | 16/557 kB | 26/61 kB error 03-Jan-2023 03:11:38 Progress (3): 247/291 kB | 16/557 kB | 26/61 kB error 03-Jan-2023 03:11:38 Progress (3): 251/291 kB | 16/557 kB | 26/61 kB error 03-Jan-2023 03:11:38 Progress (3): 255/291 kB | 16/557 kB | 26/61 kB error 03-Jan-2023 03:11:38 Progress (3): 259/291 kB | 16/557 kB | 26/61 kB error 03-Jan-2023 03:11:38 Progress (3): 259/291 kB | 16/557 kB | 29/61 kB error 03-Jan-2023 03:11:38 Progress (3): 259/291 kB | 16/557 kB | 31/61 kB error 03-Jan-2023 03:11:38 Progress (3): 259/291 kB | 16/557 kB | 34/61 kB error 03-Jan-2023 03:11:38 Progress (3): 264/291 kB | 16/557 kB | 34/61 kB error 03-Jan-2023 03:11:38 Progress (3): 268/291 kB | 16/557 kB | 34/61 kB error 03-Jan-2023 03:11:38 Progress (3): 272/291 kB | 16/557 kB | 34/61 kB error 03-Jan-2023 03:11:38 Progress (3): 272/291 kB | 16/557 kB | 37/61 kB error 03-Jan-2023 03:11:38 Progress (3): 272/291 kB | 16/557 kB | 40/61 kB error 03-Jan-2023 03:11:38 Progress (3): 272/291 kB | 16/557 kB | 43/61 kB error 03-Jan-2023 03:11:38 Progress (3): 276/291 kB | 16/557 kB | 43/61 kB error 03-Jan-2023 03:11:38 Progress (3): 278/291 kB | 16/557 kB | 43/61 kB error 03-Jan-2023 03:11:38 Progress (3): 282/291 kB | 16/557 kB | 43/61 kB error 03-Jan-2023 03:11:38 Progress (3): 286/291 kB | 16/557 kB | 43/61 kB error 03-Jan-2023 03:11:38 Progress (3): 290/291 kB | 16/557 kB | 43/61 kB error 03-Jan-2023 03:11:38 Progress (3): 290/291 kB | 16/557 kB | 45/61 kB error 03-Jan-2023 03:11:38 Progress (3): 290/291 kB | 16/557 kB | 48/61 kB error 03-Jan-2023 03:11:38 Progress (3): 290/291 kB | 20/557 kB | 48/61 kB error 03-Jan-2023 03:11:38 Progress (3): 290/291 kB | 25/557 kB | 48/61 kB error 03-Jan-2023 03:11:38 Progress (3): 290/291 kB | 29/557 kB | 48/61 kB error 03-Jan-2023 03:11:38 Progress (3): 290/291 kB | 33/557 kB | 48/61 kB error 03-Jan-2023 03:11:38 Progress (3): 290/291 kB | 37/557 kB | 48/61 kB error 03-Jan-2023 03:11:38 Progress (3): 290/291 kB | 41/557 kB | 48/61 kB error 03-Jan-2023 03:11:38 Progress (3): 290/291 kB | 45/557 kB | 48/61 kB error 03-Jan-2023 03:11:38 Progress (3): 290/291 kB | 49/557 kB | 48/61 kB error 03-Jan-2023 03:11:38 Progress (3): 290/291 kB | 52/557 kB | 48/61 kB error 03-Jan-2023 03:11:38 Progress (3): 291 kB | 52/557 kB | 48/61 kB error 03-Jan-2023 03:11:38 Progress (3): 291 kB | 52/557 kB | 51/61 kB error 03-Jan-2023 03:11:38 Progress (3): 291 kB | 52/557 kB | 54/61 kB error 03-Jan-2023 03:11:38 Progress (3): 291 kB | 52/557 kB | 56/61 kB error 03-Jan-2023 03:11:38 Progress (3): 291 kB | 52/557 kB | 59/61 kB error 03-Jan-2023 03:11:38 Progress (4): 291 kB | 52/557 kB | 59/61 kB | 3.3/12 kB error 03-Jan-2023 03:11:38 Progress (4): 291 kB | 52/557 kB | 61 kB | 3.3/12 kB error 03-Jan-2023 03:11:38 Progress (4): 291 kB | 52/557 kB | 61 kB | 6.1/12 kB error 03-Jan-2023 03:11:38 Progress (5): 291 kB | 52/557 kB | 61 kB | 6.1/12 kB | 3.3/12 kB error 03-Jan-2023 03:11:38 Progress (5): 291 kB | 52/557 kB | 61 kB | 6.1/12 kB | 6.1/12 kB error 03-Jan-2023 03:11:38 Progress (5): 291 kB | 52/557 kB | 61 kB | 6.1/12 kB | 8.9/12 kB error 03-Jan-2023 03:11:38 Progress (5): 291 kB | 52/557 kB | 61 kB | 6.1/12 kB | 12 kB error 03-Jan-2023 03:11:38 Progress (5): 291 kB | 52/557 kB | 61 kB | 8.9/12 kB | 12 kB error 03-Jan-2023 03:11:38 Progress (5): 291 kB | 52/557 kB | 61 kB | 12 kB | 12 kB error 03-Jan-2023 03:11:38 Progress (5): 291 kB | 56/557 kB | 61 kB | 12 kB | 12 kB error 03-Jan-2023 03:11:38 Progress (5): 291 kB | 60/557 kB | 61 kB | 12 kB | 12 kB error 03-Jan-2023 03:11:38 Progress (5): 291 kB | 64/557 kB | 61 kB | 12 kB | 12 kB error 03-Jan-2023 03:11:38 Progress (5): 291 kB | 68/557 kB | 61 kB | 12 kB | 12 kB error 03-Jan-2023 03:11:38 Progress (5): 291 kB | 72/557 kB | 61 kB | 12 kB | 12 kB error 03-Jan-2023 03:11:38 Progress (5): 291 kB | 76/557 kB | 61 kB | 12 kB | 12 kB error 03-Jan-2023 03:11:38 Progress (5): 291 kB | 80/557 kB | 61 kB | 12 kB | 12 kB error 03-Jan-2023 03:11:38 Progress (5): 291 kB | 84/557 kB | 61 kB | 12 kB | 12 kB error 03-Jan-2023 03:11:38 Progress (5): 291 kB | 86/557 kB | 61 kB | 12 kB | 12 kB error 03-Jan-2023 03:11:38 error 03-Jan-2023 03:11:38 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/eclipse/sisu/org.eclipse.sisu.inject/0.0.0.M5/org.eclipse.sisu.inject-0.0.0.M5.jar (291 kB at 97 kB/s) error 03-Jan-2023 03:11:38 #18 141.6 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/doxia/doxia-core/1.9.1/doxia-core-1.9.1.jar error 03-Jan-2023 03:11:38 #18 141.6 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/doxia/doxia-decoration-model/1.7.4/doxia-decoration-model-1.7.4.jar (61 kB at 20 kB/s) error 03-Jan-2023 03:11:38 #18 141.6 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/codehaus/plexus/plexus-container-default/1.7.1/plexus-container-default-1.7.1.jar error 03-Jan-2023 03:11:38 #18 141.6 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/doxia/doxia-logging-api/1.9.1/doxia-logging-api-1.9.1.jar (12 kB at 3.9 kB/s) error 03-Jan-2023 03:11:38 #18 141.6 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/httpcomponents/httpclient/4.5.8/httpclient-4.5.8.jar error 03-Jan-2023 03:11:38 #18 141.6 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/doxia/doxia-sink-api/1.9.1/doxia-sink-api-1.9.1.jar (12 kB at 3.9 kB/s) error 03-Jan-2023 03:11:38 #18 141.6 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/httpcomponents/httpcore/4.4.11/httpcore-4.4.11.jar error 03-Jan-2023 03:11:38 #18 141.6 Progress (1): 90/557 kB error 03-Jan-2023 03:11:38 Progress (1): 95/557 kB error 03-Jan-2023 03:11:38 Progress (1): 99/557 kB error 03-Jan-2023 03:11:38 Progress (1): 103/557 kB error 03-Jan-2023 03:11:38 Progress (1): 107/557 kB error 03-Jan-2023 03:11:38 Progress (1): 111/557 kB error 03-Jan-2023 03:11:38 Progress (1): 115/557 kB error 03-Jan-2023 03:11:38 Progress (1): 119/557 kB error 03-Jan-2023 03:11:38 Progress (1): 121/557 kB error 03-Jan-2023 03:11:38 Progress (1): 125/557 kB error 03-Jan-2023 03:11:38 Progress (1): 129/557 kB error 03-Jan-2023 03:11:38 Progress (1): 134/557 kB error 03-Jan-2023 03:11:38 Progress (1): 138/557 kB error 03-Jan-2023 03:11:38 Progress (1): 142/557 kB error 03-Jan-2023 03:11:38 Progress (1): 146/557 kB error 03-Jan-2023 03:11:38 Progress (1): 150/557 kB error 03-Jan-2023 03:11:38 Progress (1): 154/557 kB error 03-Jan-2023 03:11:38 Progress (1): 156/557 kB error 03-Jan-2023 03:11:38 Progress (1): 160/557 kB error 03-Jan-2023 03:11:38 Progress (1): 164/557 kB error 03-Jan-2023 03:11:38 Progress (1): 168/557 kB error 03-Jan-2023 03:11:38 Progress (1): 172/557 kB error 03-Jan-2023 03:11:38 Progress (1): 177/557 kB error 03-Jan-2023 03:11:38 Progress (1): 181/557 kB error 03-Jan-2023 03:11:38 Progress (1): 185/557 kB error 03-Jan-2023 03:11:38 Progress (1): 189/557 kB error 03-Jan-2023 03:11:38 Progress (1): 191/557 kB error 03-Jan-2023 03:11:38 Progress (1): 195/557 kB error 03-Jan-2023 03:11:38 Progress (1): 199/557 kB error 03-Jan-2023 03:11:38 Progress (1): 203/557 kB error 03-Jan-2023 03:11:38 Progress (1): 207/557 kB error 03-Jan-2023 03:11:38 Progress (1): 211/557 kB error 03-Jan-2023 03:11:38 Progress (1): 215/557 kB error 03-Jan-2023 03:11:38 Progress (1): 220/557 kB error 03-Jan-2023 03:11:38 Progress (1): 224/557 kB error 03-Jan-2023 03:11:38 Progress (1): 226/557 kB error 03-Jan-2023 03:11:38 Progress (1): 230/557 kB error 03-Jan-2023 03:11:38 Progress (1): 234/557 kB error 03-Jan-2023 03:11:38 Progress (1): 238/557 kB error 03-Jan-2023 03:11:38 Progress (1): 242/557 kB error 03-Jan-2023 03:11:38 Progress (1): 246/557 kB error 03-Jan-2023 03:11:38 Progress (1): 250/557 kB error 03-Jan-2023 03:11:38 Progress (1): 254/557 kB error 03-Jan-2023 03:11:38 Progress (1): 258/557 kB error 03-Jan-2023 03:11:38 Progress (1): 260/557 kB error 03-Jan-2023 03:11:38 Progress (1): 265/557 kB error 03-Jan-2023 03:11:38 Progress (1): 269/557 kB error 03-Jan-2023 03:11:38 Progress (1): 273/557 kB error 03-Jan-2023 03:11:38 Progress (1): 277/557 kB error 03-Jan-2023 03:11:38 Progress (1): 281/557 kB error 03-Jan-2023 03:11:38 Progress (1): 285/557 kB error 03-Jan-2023 03:11:38 Progress (1): 289/557 kB error 03-Jan-2023 03:11:38 Progress (1): 293/557 kB error 03-Jan-2023 03:11:38 Progress (1): 295/557 kB error 03-Jan-2023 03:11:38 Progress (1): 299/557 kB error 03-Jan-2023 03:11:38 Progress (1): 303/557 kB error 03-Jan-2023 03:11:38 Progress (1): 308/557 kB error 03-Jan-2023 03:11:38 Progress (1): 312/557 kB error 03-Jan-2023 03:11:38 Progress (1): 316/557 kB error 03-Jan-2023 03:11:38 Progress (1): 320/557 kB error 03-Jan-2023 03:11:38 Progress (1): 324/557 kB error 03-Jan-2023 03:11:38 Progress (1): 328/557 kB error 03-Jan-2023 03:11:38 Progress (1): 330/557 kB error 03-Jan-2023 03:11:39 Progress (1): 334/557 kB error 03-Jan-2023 03:11:39 Progress (1): 338/557 kB error 03-Jan-2023 03:11:39 Progress (1): 342/557 kB error 03-Jan-2023 03:11:39 Progress (1): 346/557 kB error 03-Jan-2023 03:11:39 Progress (1): 351/557 kB error 03-Jan-2023 03:11:39 Progress (1): 355/557 kB error 03-Jan-2023 03:11:39 Progress (1): 359/557 kB error 03-Jan-2023 03:11:39 Progress (1): 363/557 kB error 03-Jan-2023 03:11:39 Progress (1): 365/557 kB error 03-Jan-2023 03:11:39 Progress (1): 369/557 kB error 03-Jan-2023 03:11:39 Progress (1): 373/557 kB error 03-Jan-2023 03:11:39 Progress (1): 377/557 kB error 03-Jan-2023 03:11:39 Progress (1): 381/557 kB error 03-Jan-2023 03:11:39 Progress (1): 385/557 kB error 03-Jan-2023 03:11:39 Progress (1): 390/557 kB error 03-Jan-2023 03:11:39 Progress (1): 394/557 kB error 03-Jan-2023 03:11:39 Progress (1): 398/557 kB error 03-Jan-2023 03:11:39 Progress (1): 400/557 kB error 03-Jan-2023 03:11:39 Progress (1): 404/557 kB error 03-Jan-2023 03:11:39 Progress (1): 408/557 kB error 03-Jan-2023 03:11:39 Progress (1): 412/557 kB error 03-Jan-2023 03:11:39 Progress (1): 416/557 kB error 03-Jan-2023 03:11:39 Progress (1): 420/557 kB error 03-Jan-2023 03:11:39 Progress (1): 424/557 kB error 03-Jan-2023 03:11:39 Progress (1): 428/557 kB error 03-Jan-2023 03:11:39 Progress (1): 433/557 kB error 03-Jan-2023 03:11:39 Progress (1): 435/557 kB error 03-Jan-2023 03:11:39 Progress (1): 439/557 kB error 03-Jan-2023 03:11:39 Progress (1): 443/557 kB error 03-Jan-2023 03:11:39 Progress (1): 447/557 kB error 03-Jan-2023 03:11:39 Progress (1): 451/557 kB error 03-Jan-2023 03:11:39 Progress (1): 455/557 kB error 03-Jan-2023 03:11:39 Progress (1): 459/557 kB error 03-Jan-2023 03:11:39 Progress (1): 463/557 kB error 03-Jan-2023 03:11:39 Progress (1): 467/557 kB error 03-Jan-2023 03:11:39 Progress (1): 469/557 kB error 03-Jan-2023 03:11:39 Progress (1): 473/557 kB error 03-Jan-2023 03:11:39 Progress (1): 478/557 kB error 03-Jan-2023 03:11:39 Progress (1): 482/557 kB error 03-Jan-2023 03:11:39 Progress (1): 486/557 kB error 03-Jan-2023 03:11:39 Progress (1): 490/557 kB error 03-Jan-2023 03:11:39 Progress (1): 494/557 kB error 03-Jan-2023 03:11:39 Progress (1): 498/557 kB error 03-Jan-2023 03:11:39 Progress (1): 502/557 kB error 03-Jan-2023 03:11:39 Progress (1): 504/557 kB error 03-Jan-2023 03:11:39 Progress (1): 508/557 kB error 03-Jan-2023 03:11:39 Progress (1): 512/557 kB error 03-Jan-2023 03:11:39 Progress (1): 516/557 kB error 03-Jan-2023 03:11:39 Progress (2): 516/557 kB | 4.1/217 kB error 03-Jan-2023 03:11:39 Progress (2): 516/557 kB | 7.6/217 kB error 03-Jan-2023 03:11:39 Progress (2): 516/557 kB | 12/217 kB error 03-Jan-2023 03:11:39 Progress (2): 516/557 kB | 16/217 kB error 03-Jan-2023 03:11:39 Progress (2): 516/557 kB | 20/217 kB error 03-Jan-2023 03:11:39 Progress (2): 516/557 kB | 24/217 kB error 03-Jan-2023 03:11:39 Progress (2): 521/557 kB | 24/217 kB error 03-Jan-2023 03:11:39 Progress (2): 525/557 kB | 24/217 kB error 03-Jan-2023 03:11:39 Progress (2): 529/557 kB | 24/217 kB error 03-Jan-2023 03:11:39 Progress (2): 533/557 kB | 24/217 kB error 03-Jan-2023 03:11:39 Progress (2): 537/557 kB | 24/217 kB error 03-Jan-2023 03:11:39 Progress (2): 537/557 kB | 28/217 kB error 03-Jan-2023 03:11:39 Progress (2): 537/557 kB | 32/217 kB error 03-Jan-2023 03:11:39 Progress (2): 539/557 kB | 32/217 kB error 03-Jan-2023 03:11:39 Progress (2): 543/557 kB | 32/217 kB error 03-Jan-2023 03:11:39 Progress (2): 547/557 kB | 32/217 kB error 03-Jan-2023 03:11:39 Progress (2): 551/557 kB | 32/217 kB error 03-Jan-2023 03:11:39 Progress (2): 555/557 kB | 32/217 kB error 03-Jan-2023 03:11:39 Progress (2): 555/557 kB | 36/217 kB error 03-Jan-2023 03:11:39 Progress (2): 555/557 kB | 40/217 kB error 03-Jan-2023 03:11:39 Progress (2): 555/557 kB | 42/217 kB error 03-Jan-2023 03:11:39 Progress (2): 555/557 kB | 46/217 kB error 03-Jan-2023 03:11:39 Progress (2): 555/557 kB | 51/217 kB error 03-Jan-2023 03:11:39 Progress (2): 555/557 kB | 55/217 kB error 03-Jan-2023 03:11:39 Progress (2): 555/557 kB | 59/217 kB error 03-Jan-2023 03:11:39 Progress (2): 557 kB | 59/217 kB error 03-Jan-2023 03:11:39 Progress (2): 557 kB | 63/217 kB error 03-Jan-2023 03:11:39 Progress (2): 557 kB | 67/217 kB error 03-Jan-2023 03:11:39 Progress (2): 557 kB | 71/217 kB error 03-Jan-2023 03:11:39 Progress (2): 557 kB | 75/217 kB error 03-Jan-2023 03:11:39 Progress (2): 557 kB | 77/217 kB error 03-Jan-2023 03:11:39 Progress (2): 557 kB | 81/217 kB error 03-Jan-2023 03:11:39 Progress (2): 557 kB | 85/217 kB error 03-Jan-2023 03:11:39 Progress (2): 557 kB | 89/217 kB error 03-Jan-2023 03:11:39 Progress (2): 557 kB | 93/217 kB error 03-Jan-2023 03:11:39 Progress (2): 557 kB | 98/217 kB error 03-Jan-2023 03:11:39 Progress (2): 557 kB | 102/217 kB error 03-Jan-2023 03:11:39 Progress (2): 557 kB | 106/217 kB error 03-Jan-2023 03:11:39 Progress (2): 557 kB | 110/217 kB error 03-Jan-2023 03:11:39 Progress (2): 557 kB | 114/217 kB error 03-Jan-2023 03:11:39 Progress (2): 557 kB | 118/217 kB error 03-Jan-2023 03:11:39 Progress (2): 557 kB | 122/217 kB error 03-Jan-2023 03:11:39 Progress (2): 557 kB | 124/217 kB error 03-Jan-2023 03:11:39 Progress (2): 557 kB | 128/217 kB error 03-Jan-2023 03:11:39 Progress (2): 557 kB | 132/217 kB error 03-Jan-2023 03:11:39 Progress (2): 557 kB | 136/217 kB error 03-Jan-2023 03:11:39 Progress (2): 557 kB | 141/217 kB error 03-Jan-2023 03:11:39 Progress (2): 557 kB | 145/217 kB error 03-Jan-2023 03:11:39 Progress (2): 557 kB | 149/217 kB error 03-Jan-2023 03:11:39 Progress (2): 557 kB | 153/217 kB error 03-Jan-2023 03:11:39 Progress (2): 557 kB | 155/217 kB error 03-Jan-2023 03:11:39 Progress (2): 557 kB | 159/217 kB error 03-Jan-2023 03:11:39 Progress (2): 557 kB | 163/217 kB error 03-Jan-2023 03:11:39 Progress (2): 557 kB | 167/217 kB error 03-Jan-2023 03:11:39 Progress (2): 557 kB | 171/217 kB error 03-Jan-2023 03:11:39 Progress (2): 557 kB | 175/217 kB error 03-Jan-2023 03:11:39 Progress (2): 557 kB | 179/217 kB error 03-Jan-2023 03:11:39 Progress (2): 557 kB | 184/217 kB error 03-Jan-2023 03:11:39 error 03-Jan-2023 03:11:39 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-core/3.1.1/maven-core-3.1.1.jar (557 kB at 159 kB/s) error 03-Jan-2023 03:11:39 #18 142.1 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/doxia/doxia-site-renderer/1.9.2/doxia-site-renderer-1.9.2.jar error 03-Jan-2023 03:11:39 #18 142.1 Progress (1): 188/217 kB error 03-Jan-2023 03:11:39 Progress (1): 192/217 kB error 03-Jan-2023 03:11:39 Progress (1): 196/217 kB error 03-Jan-2023 03:11:39 Progress (1): 200/217 kB error 03-Jan-2023 03:11:39 Progress (1): 204/217 kB error 03-Jan-2023 03:11:39 Progress (1): 206/217 kB error 03-Jan-2023 03:11:39 Progress (1): 210/217 kB error 03-Jan-2023 03:11:39 Progress (1): 215/217 kB error 03-Jan-2023 03:11:39 Progress (1): 217 kB error 03-Jan-2023 03:11:39 Progress (2): 217 kB | 3.3/65 kB error 03-Jan-2023 03:11:39 Progress (2): 217 kB | 6.1/65 kB error 03-Jan-2023 03:11:39 error 03-Jan-2023 03:11:39 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/doxia/doxia-core/1.9.1/doxia-core-1.9.1.jar (217 kB at 60 kB/s) error 03-Jan-2023 03:11:39 #18 142.2 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/doxia/doxia-skin-model/1.9.2/doxia-skin-model-1.9.2.jar error 03-Jan-2023 03:11:39 #18 142.2 Progress (1): 8.9/65 kB error 03-Jan-2023 03:11:39 Progress (1): 12/65 kB error 03-Jan-2023 03:11:39 Progress (1): 14/65 kB error 03-Jan-2023 03:11:39 Progress (1): 17/65 kB error 03-Jan-2023 03:11:39 Progress (1): 20/65 kB error 03-Jan-2023 03:11:39 Progress (1): 23/65 kB error 03-Jan-2023 03:11:39 Progress (1): 26/65 kB error 03-Jan-2023 03:11:39 Progress (1): 28/65 kB error 03-Jan-2023 03:11:39 Progress (1): 31/65 kB error 03-Jan-2023 03:11:39 Progress (1): 34/65 kB error 03-Jan-2023 03:11:39 Progress (1): 37/65 kB error 03-Jan-2023 03:11:39 Progress (1): 40/65 kB error 03-Jan-2023 03:11:39 Progress (1): 42/65 kB error 03-Jan-2023 03:11:39 Progress (1): 45/65 kB error 03-Jan-2023 03:11:39 Progress (1): 48/65 kB error 03-Jan-2023 03:11:39 Progress (1): 51/65 kB error 03-Jan-2023 03:11:39 Progress (1): 54/65 kB error 03-Jan-2023 03:11:39 Progress (1): 56/65 kB error 03-Jan-2023 03:11:39 Progress (1): 59/65 kB error 03-Jan-2023 03:11:39 Progress (1): 62/65 kB error 03-Jan-2023 03:11:39 Progress (1): 65 kB error 03-Jan-2023 03:11:39 Progress (2): 65 kB | 3.3/16 kB error 03-Jan-2023 03:11:39 Progress (2): 65 kB | 6.1/16 kB error 03-Jan-2023 03:11:39 Progress (2): 65 kB | 8.9/16 kB error 03-Jan-2023 03:11:39 Progress (2): 65 kB | 12/16 kB error 03-Jan-2023 03:11:39 Progress (2): 65 kB | 15/16 kB error 03-Jan-2023 03:11:39 Progress (2): 65 kB | 16 kB error 03-Jan-2023 03:11:39 error 03-Jan-2023 03:11:39 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/doxia/doxia-site-renderer/1.9.2/doxia-site-renderer-1.9.2.jar (65 kB at 17 kB/s) error 03-Jan-2023 03:11:39 #18 142.5 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/doxia/doxia-module-xhtml/1.9.1/doxia-module-xhtml-1.9.1.jar error 03-Jan-2023 03:11:39 #18 142.5 Progress (2): 16 kB | 4.1/772 kB error 03-Jan-2023 03:11:39 Progress (2): 16 kB | 8.2/772 kB error 03-Jan-2023 03:11:39 Progress (2): 16 kB | 12/772 kB error 03-Jan-2023 03:11:39 Progress (2): 16 kB | 16/772 kB error 03-Jan-2023 03:11:39 error 03-Jan-2023 03:11:39 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/doxia/doxia-skin-model/1.9.2/doxia-skin-model-1.9.2.jar (16 kB at 4.2 kB/s) error 03-Jan-2023 03:11:39 #18 142.5 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/doxia/doxia-module-xhtml5/1.9.1/doxia-module-xhtml5-1.9.1.jar error 03-Jan-2023 03:11:39 #18 142.6 Progress (2): 16/772 kB | 4.1/327 kB error 03-Jan-2023 03:11:39 Progress (2): 16/772 kB | 8.2/327 kB error 03-Jan-2023 03:11:39 Progress (2): 16/772 kB | 12/327 kB error 03-Jan-2023 03:11:39 Progress (2): 16/772 kB | 16/327 kB error 03-Jan-2023 03:11:39 Progress (3): 16/772 kB | 16/327 kB | 3.3/17 kB error 03-Jan-2023 03:11:39 Progress (3): 16/772 kB | 16/327 kB | 6.1/17 kB error 03-Jan-2023 03:11:39 Progress (3): 16/772 kB | 16/327 kB | 8.9/17 kB error 03-Jan-2023 03:11:39 Progress (3): 16/772 kB | 16/327 kB | 12/17 kB error 03-Jan-2023 03:11:39 Progress (3): 16/772 kB | 16/327 kB | 14/17 kB error 03-Jan-2023 03:11:39 Progress (3): 16/772 kB | 16/327 kB | 17/17 kB error 03-Jan-2023 03:11:39 Progress (3): 16/772 kB | 16/327 kB | 17 kB error 03-Jan-2023 03:11:39 Progress (4): 16/772 kB | 16/327 kB | 17 kB | 3.4/231 kB error 03-Jan-2023 03:11:39 Progress (4): 19/772 kB | 16/327 kB | 17 kB | 3.4/231 kB error 03-Jan-2023 03:11:39 Progress (4): 23/772 kB | 16/327 kB | 17 kB | 3.4/231 kB error 03-Jan-2023 03:11:39 Progress (4): 27/772 kB | 16/327 kB | 17 kB | 3.4/231 kB error 03-Jan-2023 03:11:39 Progress (4): 31/772 kB | 16/327 kB | 17 kB | 3.4/231 kB error 03-Jan-2023 03:11:39 Progress (4): 34/772 kB | 16/327 kB | 17 kB | 3.4/231 kB error 03-Jan-2023 03:11:39 Progress (4): 38/772 kB | 16/327 kB | 17 kB | 3.4/231 kB error 03-Jan-2023 03:11:39 Progress (4): 42/772 kB | 16/327 kB | 17 kB | 3.4/231 kB error 03-Jan-2023 03:11:39 Progress (4): 46/772 kB | 16/327 kB | 17 kB | 3.4/231 kB error 03-Jan-2023 03:11:39 Progress (4): 51/772 kB | 16/327 kB | 17 kB | 3.4/231 kB error 03-Jan-2023 03:11:39 Progress (5): 51/772 kB | 16/327 kB | 17 kB | 3.4/231 kB | 3.3/18 kB error 03-Jan-2023 03:11:39 Progress (5): 51/772 kB | 16/327 kB | 17 kB | 3.4/231 kB | 6.1/18 kB error 03-Jan-2023 03:11:39 Progress (5): 51/772 kB | 16/327 kB | 17 kB | 3.4/231 kB | 8.9/18 kB error 03-Jan-2023 03:11:39 Progress (5): 51/772 kB | 16/327 kB | 17 kB | 3.4/231 kB | 12/18 kB error 03-Jan-2023 03:11:39 Progress (5): 51/772 kB | 16/327 kB | 17 kB | 3.4/231 kB | 14/18 kB error 03-Jan-2023 03:11:39 Progress (5): 51/772 kB | 16/327 kB | 17 kB | 3.4/231 kB | 17/18 kB error 03-Jan-2023 03:11:39 Progress (5): 51/772 kB | 16/327 kB | 17 kB | 3.4/231 kB | 18 kB error 03-Jan-2023 03:11:39 Progress (5): 51/772 kB | 20/327 kB | 17 kB | 3.4/231 kB | 18 kB error 03-Jan-2023 03:11:39 Progress (5): 51/772 kB | 25/327 kB | 17 kB | 3.4/231 kB | 18 kB error 03-Jan-2023 03:11:39 Progress (5): 51/772 kB | 29/327 kB | 17 kB | 3.4/231 kB | 18 kB error 03-Jan-2023 03:11:39 Progress (5): 51/772 kB | 33/327 kB | 17 kB | 3.4/231 kB | 18 kB error 03-Jan-2023 03:11:39 Progress (5): 51/772 kB | 37/327 kB | 17 kB | 3.4/231 kB | 18 kB error 03-Jan-2023 03:11:39 Progress (5): 51/772 kB | 41/327 kB | 17 kB | 3.4/231 kB | 18 kB error 03-Jan-2023 03:11:39 Progress (5): 51/772 kB | 45/327 kB | 17 kB | 3.4/231 kB | 18 kB error 03-Jan-2023 03:11:39 Progress (5): 51/772 kB | 49/327 kB | 17 kB | 3.4/231 kB | 18 kB error 03-Jan-2023 03:11:39 Progress (5): 51/772 kB | 52/327 kB | 17 kB | 3.4/231 kB | 18 kB error 03-Jan-2023 03:11:39 Progress (5): 51/772 kB | 52/327 kB | 17 kB | 7.5/231 kB | 18 kB error 03-Jan-2023 03:11:39 Progress (5): 51/772 kB | 52/327 kB | 17 kB | 12/231 kB | 18 kB error 03-Jan-2023 03:11:39 Progress (5): 51/772 kB | 52/327 kB | 17 kB | 16/231 kB | 18 kB error 03-Jan-2023 03:11:39 Progress (5): 51/772 kB | 52/327 kB | 17 kB | 20/231 kB | 18 kB error 03-Jan-2023 03:11:39 Progress (5): 51/772 kB | 52/327 kB | 17 kB | 24/231 kB | 18 kB error 03-Jan-2023 03:11:39 Progress (5): 51/772 kB | 52/327 kB | 17 kB | 28/231 kB | 18 kB error 03-Jan-2023 03:11:39 Progress (5): 51/772 kB | 52/327 kB | 17 kB | 32/231 kB | 18 kB error 03-Jan-2023 03:11:39 Progress (5): 51/772 kB | 52/327 kB | 17 kB | 36/231 kB | 18 kB error 03-Jan-2023 03:11:39 Progress (5): 51/772 kB | 52/327 kB | 17 kB | 38/231 kB | 18 kB error 03-Jan-2023 03:11:39 Progress (5): 51/772 kB | 52/327 kB | 17 kB | 42/231 kB | 18 kB error 03-Jan-2023 03:11:39 Progress (5): 51/772 kB | 52/327 kB | 17 kB | 46/231 kB | 18 kB error 03-Jan-2023 03:11:39 Progress (5): 51/772 kB | 52/327 kB | 17 kB | 51/231 kB | 18 kB error 03-Jan-2023 03:11:39 Progress (5): 51/772 kB | 52/327 kB | 17 kB | 55/231 kB | 18 kB error 03-Jan-2023 03:11:39 Progress (5): 55/772 kB | 52/327 kB | 17 kB | 55/231 kB | 18 kB error 03-Jan-2023 03:11:39 Progress (5): 59/772 kB | 52/327 kB | 17 kB | 55/231 kB | 18 kB error 03-Jan-2023 03:11:39 Progress (5): 63/772 kB | 52/327 kB | 17 kB | 55/231 kB | 18 kB error 03-Jan-2023 03:11:39 Progress (5): 67/772 kB | 52/327 kB | 17 kB | 55/231 kB | 18 kB error 03-Jan-2023 03:11:39 Progress (5): 69/772 kB | 52/327 kB | 17 kB | 55/231 kB | 18 kB error 03-Jan-2023 03:11:39 Progress (5): 73/772 kB | 52/327 kB | 17 kB | 55/231 kB | 18 kB error 03-Jan-2023 03:11:39 Progress (5): 77/772 kB | 52/327 kB | 17 kB | 55/231 kB | 18 kB error 03-Jan-2023 03:11:39 Progress (5): 81/772 kB | 52/327 kB | 17 kB | 55/231 kB | 18 kB error 03-Jan-2023 03:11:39 Progress (5): 85/772 kB | 52/327 kB | 17 kB | 55/231 kB | 18 kB error 03-Jan-2023 03:11:39 Progress (5): 89/772 kB | 52/327 kB | 17 kB | 55/231 kB | 18 kB error 03-Jan-2023 03:11:39 Progress (5): 94/772 kB | 52/327 kB | 17 kB | 55/231 kB | 18 kB error 03-Jan-2023 03:11:39 Progress (5): 98/772 kB | 52/327 kB | 17 kB | 55/231 kB | 18 kB error 03-Jan-2023 03:11:39 Progress (5): 102/772 kB | 52/327 kB | 17 kB | 55/231 kB | 18 kB error 03-Jan-2023 03:11:39 Progress (5): 104/772 kB | 52/327 kB | 17 kB | 55/231 kB | 18 kB error 03-Jan-2023 03:11:39 Progress (5): 108/772 kB | 52/327 kB | 17 kB | 55/231 kB | 18 kB error 03-Jan-2023 03:11:39 error 03-Jan-2023 03:11:39 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/doxia/doxia-module-xhtml/1.9.1/doxia-module-xhtml-1.9.1.jar (17 kB at 4.2 kB/s) error 03-Jan-2023 03:11:39 #18 142.7 Progress (4): 112/772 kB | 52/327 kB | 55/231 kB | 18 kB error 03-Jan-2023 03:11:39 Progress (4): 116/772 kB | 52/327 kB | 55/231 kB | 18 kB error 03-Jan-2023 03:11:39 Progress (4): 120/772 kB | 52/327 kB | 55/231 kB | 18 kB error 03-Jan-2023 03:11:39 error 03-Jan-2023 03:11:39 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/shared/maven-dependency-analyzer/1.11.3/maven-dependency-analyzer-1.11.3.jar error 03-Jan-2023 03:11:39 #18 142.8 Progress (4): 120/772 kB | 56/327 kB | 55/231 kB | 18 kB error 03-Jan-2023 03:11:39 Progress (4): 120/772 kB | 60/327 kB | 55/231 kB | 18 kB error 03-Jan-2023 03:11:39 Progress (4): 120/772 kB | 64/327 kB | 55/231 kB | 18 kB error 03-Jan-2023 03:11:39 Progress (4): 120/772 kB | 68/327 kB | 55/231 kB | 18 kB error 03-Jan-2023 03:11:39 Progress (4): 120/772 kB | 72/327 kB | 55/231 kB | 18 kB error 03-Jan-2023 03:11:39 Progress (4): 120/772 kB | 76/327 kB | 55/231 kB | 18 kB error 03-Jan-2023 03:11:39 Progress (4): 120/772 kB | 80/327 kB | 55/231 kB | 18 kB error 03-Jan-2023 03:11:39 Progress (4): 120/772 kB | 84/327 kB | 55/231 kB | 18 kB error 03-Jan-2023 03:11:39 Progress (4): 120/772 kB | 86/327 kB | 55/231 kB | 18 kB error 03-Jan-2023 03:11:39 Progress (4): 120/772 kB | 91/327 kB | 55/231 kB | 18 kB error 03-Jan-2023 03:11:39 Progress (4): 120/772 kB | 95/327 kB | 55/231 kB | 18 kB error 03-Jan-2023 03:11:39 error 03-Jan-2023 03:11:39 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/doxia/doxia-module-xhtml5/1.9.1/doxia-module-xhtml5-1.9.1.jar (18 kB at 4.3 kB/s) error 03-Jan-2023 03:11:39 #18 142.8 Progress (3): 120/772 kB | 99/327 kB | 55/231 kB error 03-Jan-2023 03:11:39 Progress (3): 120/772 kB | 103/327 kB | 55/231 kB error 03-Jan-2023 03:11:39 error 03-Jan-2023 03:11:39 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/shared/maven-dependency-tree/3.0.1/maven-dependency-tree-3.0.1.jar error 03-Jan-2023 03:11:39 #18 142.8 Progress (3): 120/772 kB | 103/327 kB | 59/231 kB error 03-Jan-2023 03:11:39 Progress (3): 120/772 kB | 103/327 kB | 63/231 kB error 03-Jan-2023 03:11:39 Progress (3): 120/772 kB | 103/327 kB | 67/231 kB error 03-Jan-2023 03:11:39 Progress (3): 120/772 kB | 103/327 kB | 71/231 kB error 03-Jan-2023 03:11:39 Progress (3): 120/772 kB | 103/327 kB | 73/231 kB error 03-Jan-2023 03:11:39 Progress (3): 120/772 kB | 103/327 kB | 77/231 kB error 03-Jan-2023 03:11:39 Progress (3): 120/772 kB | 103/327 kB | 81/231 kB error 03-Jan-2023 03:11:39 Progress (3): 120/772 kB | 103/327 kB | 85/231 kB error 03-Jan-2023 03:11:39 Progress (3): 120/772 kB | 103/327 kB | 89/231 kB error 03-Jan-2023 03:11:39 Progress (3): 120/772 kB | 103/327 kB | 94/231 kB error 03-Jan-2023 03:11:39 Progress (3): 120/772 kB | 103/327 kB | 98/231 kB error 03-Jan-2023 03:11:39 Progress (3): 120/772 kB | 103/327 kB | 102/231 kB error 03-Jan-2023 03:11:39 Progress (3): 120/772 kB | 103/327 kB | 106/231 kB error 03-Jan-2023 03:11:40 Progress (3): 120/772 kB | 103/327 kB | 108/231 kB error 03-Jan-2023 03:11:40 Progress (3): 124/772 kB | 103/327 kB | 108/231 kB error 03-Jan-2023 03:11:40 Progress (3): 128/772 kB | 103/327 kB | 108/231 kB error 03-Jan-2023 03:11:40 Progress (3): 132/772 kB | 103/327 kB | 108/231 kB error 03-Jan-2023 03:11:40 Progress (3): 137/772 kB | 103/327 kB | 108/231 kB error 03-Jan-2023 03:11:40 Progress (3): 139/772 kB | 103/327 kB | 108/231 kB error 03-Jan-2023 03:11:40 Progress (3): 143/772 kB | 103/327 kB | 108/231 kB error 03-Jan-2023 03:11:40 Progress (3): 147/772 kB | 103/327 kB | 108/231 kB error 03-Jan-2023 03:11:40 Progress (3): 151/772 kB | 103/327 kB | 108/231 kB error 03-Jan-2023 03:11:40 Progress (3): 155/772 kB | 103/327 kB | 108/231 kB error 03-Jan-2023 03:11:40 Progress (3): 159/772 kB | 103/327 kB | 108/231 kB error 03-Jan-2023 03:11:40 Progress (3): 163/772 kB | 103/327 kB | 108/231 kB error 03-Jan-2023 03:11:40 Progress (3): 167/772 kB | 103/327 kB | 108/231 kB error 03-Jan-2023 03:11:40 Progress (3): 171/772 kB | 103/327 kB | 108/231 kB error 03-Jan-2023 03:11:40 Progress (3): 173/772 kB | 103/327 kB | 108/231 kB error 03-Jan-2023 03:11:40 Progress (3): 177/772 kB | 103/327 kB | 108/231 kB error 03-Jan-2023 03:11:40 Progress (3): 182/772 kB | 103/327 kB | 108/231 kB error 03-Jan-2023 03:11:40 Progress (3): 186/772 kB | 103/327 kB | 108/231 kB error 03-Jan-2023 03:11:40 Progress (3): 190/772 kB | 103/327 kB | 108/231 kB error 03-Jan-2023 03:11:40 Progress (3): 194/772 kB | 103/327 kB | 108/231 kB error 03-Jan-2023 03:11:40 Progress (3): 198/772 kB | 103/327 kB | 108/231 kB error 03-Jan-2023 03:11:40 Progress (3): 202/772 kB | 103/327 kB | 108/231 kB error 03-Jan-2023 03:11:40 Progress (3): 206/772 kB | 103/327 kB | 108/231 kB error 03-Jan-2023 03:11:40 Progress (3): 208/772 kB | 103/327 kB | 108/231 kB error 03-Jan-2023 03:11:40 Progress (4): 208/772 kB | 103/327 kB | 108/231 kB | 3.3/36 kB error 03-Jan-2023 03:11:40 Progress (4): 212/772 kB | 103/327 kB | 108/231 kB | 3.3/36 kB error 03-Jan-2023 03:11:40 Progress (4): 216/772 kB | 103/327 kB | 108/231 kB | 3.3/36 kB error 03-Jan-2023 03:11:40 Progress (4): 216/772 kB | 103/327 kB | 108/231 kB | 6.1/36 kB error 03-Jan-2023 03:11:40 Progress (4): 216/772 kB | 103/327 kB | 108/231 kB | 8.9/36 kB error 03-Jan-2023 03:11:40 Progress (4): 216/772 kB | 103/327 kB | 108/231 kB | 12/36 kB error 03-Jan-2023 03:11:40 Progress (4): 216/772 kB | 103/327 kB | 108/231 kB | 14/36 kB error 03-Jan-2023 03:11:40 Progress (4): 216/772 kB | 103/327 kB | 108/231 kB | 17/36 kB error 03-Jan-2023 03:11:40 Progress (4): 216/772 kB | 103/327 kB | 108/231 kB | 20/36 kB error 03-Jan-2023 03:11:40 Progress (4): 216/772 kB | 103/327 kB | 108/231 kB | 23/36 kB error 03-Jan-2023 03:11:40 Progress (4): 216/772 kB | 103/327 kB | 108/231 kB | 26/36 kB error 03-Jan-2023 03:11:40 Progress (4): 216/772 kB | 103/327 kB | 108/231 kB | 28/36 kB error 03-Jan-2023 03:11:40 Progress (4): 216/772 kB | 103/327 kB | 108/231 kB | 31/36 kB error 03-Jan-2023 03:11:40 Progress (4): 216/772 kB | 103/327 kB | 108/231 kB | 34/36 kB error 03-Jan-2023 03:11:40 Progress (4): 216/772 kB | 103/327 kB | 108/231 kB | 36 kB error 03-Jan-2023 03:11:40 Progress (4): 220/772 kB | 103/327 kB | 108/231 kB | 36 kB error 03-Jan-2023 03:11:40 Progress (4): 225/772 kB | 103/327 kB | 108/231 kB | 36 kB error 03-Jan-2023 03:11:40 Progress (4): 225/772 kB | 107/327 kB | 108/231 kB | 36 kB error 03-Jan-2023 03:11:40 Progress (4): 225/772 kB | 111/327 kB | 108/231 kB | 36 kB error 03-Jan-2023 03:11:40 Progress (4): 225/772 kB | 115/327 kB | 108/231 kB | 36 kB error 03-Jan-2023 03:11:40 Progress (4): 225/772 kB | 119/327 kB | 108/231 kB | 36 kB error 03-Jan-2023 03:11:40 Progress (4): 225/772 kB | 121/327 kB | 108/231 kB | 36 kB error 03-Jan-2023 03:11:40 Progress (4): 225/772 kB | 125/327 kB | 108/231 kB | 36 kB error 03-Jan-2023 03:11:40 Progress (4): 225/772 kB | 129/327 kB | 108/231 kB | 36 kB error 03-Jan-2023 03:11:40 Progress (4): 225/772 kB | 134/327 kB | 108/231 kB | 36 kB error 03-Jan-2023 03:11:40 Progress (4): 225/772 kB | 138/327 kB | 108/231 kB | 36 kB error 03-Jan-2023 03:11:40 Progress (4): 225/772 kB | 142/327 kB | 108/231 kB | 36 kB error 03-Jan-2023 03:11:40 Progress (4): 225/772 kB | 146/327 kB | 108/231 kB | 36 kB error 03-Jan-2023 03:11:40 Progress (4): 225/772 kB | 150/327 kB | 108/231 kB | 36 kB error 03-Jan-2023 03:11:40 Progress (4): 225/772 kB | 154/327 kB | 108/231 kB | 36 kB error 03-Jan-2023 03:11:40 Progress (4): 225/772 kB | 156/327 kB | 108/231 kB | 36 kB error 03-Jan-2023 03:11:40 Progress (4): 225/772 kB | 156/327 kB | 112/231 kB | 36 kB error 03-Jan-2023 03:11:40 Progress (4): 225/772 kB | 156/327 kB | 116/231 kB | 36 kB error 03-Jan-2023 03:11:40 Progress (4): 225/772 kB | 156/327 kB | 120/231 kB | 36 kB error 03-Jan-2023 03:11:40 Progress (4): 225/772 kB | 156/327 kB | 124/231 kB | 36 kB error 03-Jan-2023 03:11:40 Progress (4): 225/772 kB | 156/327 kB | 128/231 kB | 36 kB error 03-Jan-2023 03:11:40 Progress (4): 225/772 kB | 156/327 kB | 132/231 kB | 36 kB error 03-Jan-2023 03:11:40 Progress (4): 225/772 kB | 156/327 kB | 137/231 kB | 36 kB error 03-Jan-2023 03:11:40 Progress (4): 225/772 kB | 156/327 kB | 141/231 kB | 36 kB error 03-Jan-2023 03:11:40 Progress (4): 225/772 kB | 156/327 kB | 143/231 kB | 36 kB error 03-Jan-2023 03:11:40 Progress (4): 225/772 kB | 156/327 kB | 147/231 kB | 36 kB error 03-Jan-2023 03:11:40 Progress (4): 229/772 kB | 156/327 kB | 147/231 kB | 36 kB error 03-Jan-2023 03:11:40 Progress (5): 229/772 kB | 156/327 kB | 147/231 kB | 36 kB | 3.4/37 kB error 03-Jan-2023 03:11:40 Progress (5): 229/772 kB | 156/327 kB | 147/231 kB | 36 kB | 6.2/37 kB error 03-Jan-2023 03:11:40 Progress (5): 229/772 kB | 156/327 kB | 147/231 kB | 36 kB | 9.0/37 kB error 03-Jan-2023 03:11:40 Progress (5): 229/772 kB | 156/327 kB | 147/231 kB | 36 kB | 12/37 kB error 03-Jan-2023 03:11:40 Progress (5): 229/772 kB | 156/327 kB | 151/231 kB | 36 kB | 12/37 kB error 03-Jan-2023 03:11:40 Progress (5): 229/772 kB | 156/327 kB | 155/231 kB | 36 kB | 12/37 kB error 03-Jan-2023 03:11:40 Progress (5): 229/772 kB | 156/327 kB | 155/231 kB | 36 kB | 15/37 kB error 03-Jan-2023 03:11:40 Progress (5): 229/772 kB | 156/327 kB | 155/231 kB | 36 kB | 17/37 kB error 03-Jan-2023 03:11:40 Progress (5): 229/772 kB | 160/327 kB | 155/231 kB | 36 kB | 17/37 kB error 03-Jan-2023 03:11:40 Progress (5): 229/772 kB | 160/327 kB | 159/231 kB | 36 kB | 17/37 kB error 03-Jan-2023 03:11:40 Progress (5): 233/772 kB | 160/327 kB | 159/231 kB | 36 kB | 17/37 kB error 03-Jan-2023 03:11:40 Progress (5): 237/772 kB | 160/327 kB | 159/231 kB | 36 kB | 17/37 kB error 03-Jan-2023 03:11:40 Progress (5): 241/772 kB | 160/327 kB | 159/231 kB | 36 kB | 17/37 kB error 03-Jan-2023 03:11:40 Progress (5): 243/772 kB | 160/327 kB | 159/231 kB | 36 kB | 17/37 kB error 03-Jan-2023 03:11:40 Progress (5): 243/772 kB | 164/327 kB | 159/231 kB | 36 kB | 17/37 kB error 03-Jan-2023 03:11:40 Progress (5): 243/772 kB | 168/327 kB | 159/231 kB | 36 kB | 17/37 kB error 03-Jan-2023 03:11:40 Progress (5): 243/772 kB | 172/327 kB | 159/231 kB | 36 kB | 17/37 kB error 03-Jan-2023 03:11:40 Progress (5): 247/772 kB | 172/327 kB | 159/231 kB | 36 kB | 17/37 kB error 03-Jan-2023 03:11:40 Progress (5): 251/772 kB | 172/327 kB | 159/231 kB | 36 kB | 17/37 kB error 03-Jan-2023 03:11:40 Progress (5): 255/772 kB | 172/327 kB | 159/231 kB | 36 kB | 17/37 kB error 03-Jan-2023 03:11:40 Progress (5): 259/772 kB | 172/327 kB | 159/231 kB | 36 kB | 17/37 kB error 03-Jan-2023 03:11:40 Progress (5): 259/772 kB | 177/327 kB | 159/231 kB | 36 kB | 17/37 kB error 03-Jan-2023 03:11:40 Progress (5): 259/772 kB | 181/327 kB | 159/231 kB | 36 kB | 17/37 kB error 03-Jan-2023 03:11:40 Progress (5): 259/772 kB | 181/327 kB | 159/231 kB | 36 kB | 20/37 kB error 03-Jan-2023 03:11:40 Progress (5): 259/772 kB | 181/327 kB | 159/231 kB | 36 kB | 23/37 kB error 03-Jan-2023 03:11:40 Progress (5): 259/772 kB | 181/327 kB | 163/231 kB | 36 kB | 23/37 kB error 03-Jan-2023 03:11:40 Progress (5): 259/772 kB | 181/327 kB | 167/231 kB | 36 kB | 23/37 kB error 03-Jan-2023 03:11:40 Progress (5): 259/772 kB | 181/327 kB | 171/231 kB | 36 kB | 23/37 kB error 03-Jan-2023 03:11:40 Progress (5): 259/772 kB | 181/327 kB | 171/231 kB | 36 kB | 26/37 kB error 03-Jan-2023 03:11:40 Progress (5): 259/772 kB | 181/327 kB | 175/231 kB | 36 kB | 26/37 kB error 03-Jan-2023 03:11:40 Progress (5): 259/772 kB | 181/327 kB | 178/231 kB | 36 kB | 26/37 kB error 03-Jan-2023 03:11:40 Progress (5): 259/772 kB | 181/327 kB | 178/231 kB | 36 kB | 29/37 kB error 03-Jan-2023 03:11:40 Progress (5): 259/772 kB | 181/327 kB | 178/231 kB | 36 kB | 31/37 kB error 03-Jan-2023 03:11:40 Progress (5): 259/772 kB | 181/327 kB | 178/231 kB | 36 kB | 34/37 kB error 03-Jan-2023 03:11:40 Progress (5): 263/772 kB | 181/327 kB | 178/231 kB | 36 kB | 34/37 kB error 03-Jan-2023 03:11:40 Progress (5): 268/772 kB | 181/327 kB | 178/231 kB | 36 kB | 34/37 kB error 03-Jan-2023 03:11:40 Progress (5): 272/772 kB | 181/327 kB | 178/231 kB | 36 kB | 34/37 kB error 03-Jan-2023 03:11:40 Progress (5): 272/772 kB | 181/327 kB | 182/231 kB | 36 kB | 34/37 kB error 03-Jan-2023 03:11:40 Progress (5): 272/772 kB | 185/327 kB | 182/231 kB | 36 kB | 34/37 kB error 03-Jan-2023 03:11:40 Progress (5): 272/772 kB | 189/327 kB | 182/231 kB | 36 kB | 34/37 kB error 03-Jan-2023 03:11:40 Progress (5): 272/772 kB | 191/327 kB | 182/231 kB | 36 kB | 34/37 kB error 03-Jan-2023 03:11:40 Progress (5): 272/772 kB | 195/327 kB | 182/231 kB | 36 kB | 34/37 kB error 03-Jan-2023 03:11:40 Progress (5): 276/772 kB | 195/327 kB | 182/231 kB | 36 kB | 34/37 kB error 03-Jan-2023 03:11:40 Progress (5): 276/772 kB | 195/327 kB | 182/231 kB | 36 kB | 37 kB error 03-Jan-2023 03:11:40 Progress (5): 276/772 kB | 195/327 kB | 186/231 kB | 36 kB | 37 kB error 03-Jan-2023 03:11:40 Progress (5): 276/772 kB | 195/327 kB | 190/231 kB | 36 kB | 37 kB error 03-Jan-2023 03:11:40 Progress (5): 276/772 kB | 195/327 kB | 194/231 kB | 36 kB | 37 kB error 03-Jan-2023 03:11:40 Progress (5): 276/772 kB | 195/327 kB | 198/231 kB | 36 kB | 37 kB error 03-Jan-2023 03:11:40 Progress (5): 278/772 kB | 195/327 kB | 198/231 kB | 36 kB | 37 kB error 03-Jan-2023 03:11:40 Progress (5): 278/772 kB | 199/327 kB | 198/231 kB | 36 kB | 37 kB error 03-Jan-2023 03:11:40 Progress (5): 282/772 kB | 199/327 kB | 198/231 kB | 36 kB | 37 kB error 03-Jan-2023 03:11:40 Progress (5): 286/772 kB | 199/327 kB | 198/231 kB | 36 kB | 37 kB error 03-Jan-2023 03:11:40 Progress (5): 286/772 kB | 199/327 kB | 202/231 kB | 36 kB | 37 kB error 03-Jan-2023 03:11:40 Progress (5): 286/772 kB | 203/327 kB | 202/231 kB | 36 kB | 37 kB error 03-Jan-2023 03:11:40 Progress (5): 286/772 kB | 207/327 kB | 202/231 kB | 36 kB | 37 kB error 03-Jan-2023 03:11:40 Progress (5): 286/772 kB | 207/327 kB | 206/231 kB | 36 kB | 37 kB error 03-Jan-2023 03:11:40 Progress (5): 290/772 kB | 207/327 kB | 206/231 kB | 36 kB | 37 kB error 03-Jan-2023 03:11:40 Progress (5): 290/772 kB | 207/327 kB | 210/231 kB | 36 kB | 37 kB error 03-Jan-2023 03:11:40 Progress (5): 290/772 kB | 207/327 kB | 212/231 kB | 36 kB | 37 kB error 03-Jan-2023 03:11:40 Progress (5): 290/772 kB | 211/327 kB | 212/231 kB | 36 kB | 37 kB error 03-Jan-2023 03:11:40 Progress (5): 294/772 kB | 211/327 kB | 212/231 kB | 36 kB | 37 kB error 03-Jan-2023 03:11:40 Progress (5): 298/772 kB | 211/327 kB | 212/231 kB | 36 kB | 37 kB error 03-Jan-2023 03:11:40 Progress (5): 298/772 kB | 211/327 kB | 216/231 kB | 36 kB | 37 kB error 03-Jan-2023 03:11:40 Progress (5): 298/772 kB | 215/327 kB | 216/231 kB | 36 kB | 37 kB error 03-Jan-2023 03:11:40 Progress (5): 298/772 kB | 220/327 kB | 216/231 kB | 36 kB | 37 kB error 03-Jan-2023 03:11:40 Progress (5): 298/772 kB | 224/327 kB | 216/231 kB | 36 kB | 37 kB error 03-Jan-2023 03:11:40 Progress (5): 298/772 kB | 226/327 kB | 216/231 kB | 36 kB | 37 kB error 03-Jan-2023 03:11:40 Progress (5): 298/772 kB | 230/327 kB | 216/231 kB | 36 kB | 37 kB error 03-Jan-2023 03:11:40 Progress (5): 298/772 kB | 234/327 kB | 216/231 kB | 36 kB | 37 kB error 03-Jan-2023 03:11:40 Progress (5): 302/772 kB | 234/327 kB | 216/231 kB | 36 kB | 37 kB error 03-Jan-2023 03:11:40 Progress (5): 302/772 kB | 238/327 kB | 216/231 kB | 36 kB | 37 kB error 03-Jan-2023 03:11:40 Progress (5): 307/772 kB | 238/327 kB | 216/231 kB | 36 kB | 37 kB error 03-Jan-2023 03:11:40 Progress (5): 307/772 kB | 238/327 kB | 221/231 kB | 36 kB | 37 kB error 03-Jan-2023 03:11:40 Progress (5): 307/772 kB | 238/327 kB | 225/231 kB | 36 kB | 37 kB error 03-Jan-2023 03:11:40 Progress (5): 307/772 kB | 238/327 kB | 229/231 kB | 36 kB | 37 kB error 03-Jan-2023 03:11:40 Progress (5): 307/772 kB | 238/327 kB | 231 kB | 36 kB | 37 kB error 03-Jan-2023 03:11:40 Progress (5): 307/772 kB | 242/327 kB | 231 kB | 36 kB | 37 kB error 03-Jan-2023 03:11:40 Progress (5): 311/772 kB | 242/327 kB | 231 kB | 36 kB | 37 kB error 03-Jan-2023 03:11:40 Progress (5): 313/772 kB | 242/327 kB | 231 kB | 36 kB | 37 kB error 03-Jan-2023 03:11:40 Progress (5): 313/772 kB | 246/327 kB | 231 kB | 36 kB | 37 kB error 03-Jan-2023 03:11:40 Progress (5): 313/772 kB | 250/327 kB | 231 kB | 36 kB | 37 kB error 03-Jan-2023 03:11:40 Progress (5): 313/772 kB | 254/327 kB | 231 kB | 36 kB | 37 kB error 03-Jan-2023 03:11:40 Progress (5): 313/772 kB | 258/327 kB | 231 kB | 36 kB | 37 kB error 03-Jan-2023 03:11:40 Progress (5): 313/772 kB | 261/327 kB | 231 kB | 36 kB | 37 kB error 03-Jan-2023 03:11:40 Progress (5): 313/772 kB | 265/327 kB | 231 kB | 36 kB | 37 kB error 03-Jan-2023 03:11:40 Progress (5): 313/772 kB | 269/327 kB | 231 kB | 36 kB | 37 kB error 03-Jan-2023 03:11:40 Progress (5): 317/772 kB | 269/327 kB | 231 kB | 36 kB | 37 kB error 03-Jan-2023 03:11:40 Progress (5): 321/772 kB | 269/327 kB | 231 kB | 36 kB | 37 kB error 03-Jan-2023 03:11:40 Progress (5): 321/772 kB | 273/327 kB | 231 kB | 36 kB | 37 kB error 03-Jan-2023 03:11:40 Progress (5): 321/772 kB | 277/327 kB | 231 kB | 36 kB | 37 kB error 03-Jan-2023 03:11:40 Progress (5): 321/772 kB | 281/327 kB | 231 kB | 36 kB | 37 kB error 03-Jan-2023 03:11:40 Progress (5): 321/772 kB | 285/327 kB | 231 kB | 36 kB | 37 kB error 03-Jan-2023 03:11:40 Progress (5): 321/772 kB | 289/327 kB | 231 kB | 36 kB | 37 kB error 03-Jan-2023 03:11:40 Progress (5): 321/772 kB | 293/327 kB | 231 kB | 36 kB | 37 kB error 03-Jan-2023 03:11:40 Progress (5): 325/772 kB | 293/327 kB | 231 kB | 36 kB | 37 kB error 03-Jan-2023 03:11:40 Progress (5): 325/772 kB | 295/327 kB | 231 kB | 36 kB | 37 kB error 03-Jan-2023 03:11:40 Progress (5): 329/772 kB | 295/327 kB | 231 kB | 36 kB | 37 kB error 03-Jan-2023 03:11:40 Progress (5): 329/772 kB | 299/327 kB | 231 kB | 36 kB | 37 kB error 03-Jan-2023 03:11:40 Progress (5): 329/772 kB | 304/327 kB | 231 kB | 36 kB | 37 kB error 03-Jan-2023 03:11:40 Progress (5): 333/772 kB | 304/327 kB | 231 kB | 36 kB | 37 kB error 03-Jan-2023 03:11:40 Progress (5): 333/772 kB | 308/327 kB | 231 kB | 36 kB | 37 kB error 03-Jan-2023 03:11:40 Progress (5): 337/772 kB | 308/327 kB | 231 kB | 36 kB | 37 kB error 03-Jan-2023 03:11:40 Progress (5): 337/772 kB | 312/327 kB | 231 kB | 36 kB | 37 kB error 03-Jan-2023 03:11:40 Progress (5): 341/772 kB | 312/327 kB | 231 kB | 36 kB | 37 kB error 03-Jan-2023 03:11:40 Progress (5): 345/772 kB | 312/327 kB | 231 kB | 36 kB | 37 kB error 03-Jan-2023 03:11:40 Progress (5): 347/772 kB | 312/327 kB | 231 kB | 36 kB | 37 kB error 03-Jan-2023 03:11:40 Progress (5): 347/772 kB | 316/327 kB | 231 kB | 36 kB | 37 kB error 03-Jan-2023 03:11:40 Progress (5): 352/772 kB | 316/327 kB | 231 kB | 36 kB | 37 kB error 03-Jan-2023 03:11:40 Progress (5): 352/772 kB | 320/327 kB | 231 kB | 36 kB | 37 kB error 03-Jan-2023 03:11:40 Progress (5): 352/772 kB | 324/327 kB | 231 kB | 36 kB | 37 kB error 03-Jan-2023 03:11:40 Progress (5): 352/772 kB | 327 kB | 231 kB | 36 kB | 37 kB error 03-Jan-2023 03:11:40 Progress (5): 356/772 kB | 327 kB | 231 kB | 36 kB | 37 kB error 03-Jan-2023 03:11:40 Progress (5): 360/772 kB | 327 kB | 231 kB | 36 kB | 37 kB error 03-Jan-2023 03:11:40 Progress (5): 364/772 kB | 327 kB | 231 kB | 36 kB | 37 kB error 03-Jan-2023 03:11:40 Progress (5): 368/772 kB | 327 kB | 231 kB | 36 kB | 37 kB error 03-Jan-2023 03:11:40 Progress (5): 372/772 kB | 327 kB | 231 kB | 36 kB | 37 kB error 03-Jan-2023 03:11:40 Progress (5): 376/772 kB | 327 kB | 231 kB | 36 kB | 37 kB error 03-Jan-2023 03:11:40 Progress (5): 380/772 kB | 327 kB | 231 kB | 36 kB | 37 kB error 03-Jan-2023 03:11:40 Progress (5): 382/772 kB | 327 kB | 231 kB | 36 kB | 37 kB error 03-Jan-2023 03:11:40 Progress (5): 386/772 kB | 327 kB | 231 kB | 36 kB | 37 kB error 03-Jan-2023 03:11:40 Progress (5): 390/772 kB | 327 kB | 231 kB | 36 kB | 37 kB error 03-Jan-2023 03:11:40 Progress (5): 395/772 kB | 327 kB | 231 kB | 36 kB | 37 kB error 03-Jan-2023 03:11:40 error 03-Jan-2023 03:11:40 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/shared/maven-dependency-analyzer/1.11.3/maven-dependency-analyzer-1.11.3.jar (36 kB at 7.9 kB/s) error 03-Jan-2023 03:11:40 #18 143.1 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/shared/maven-dependency-tree/3.0.1/maven-dependency-tree-3.0.1.jar (37 kB at 8.1 kB/s) error 03-Jan-2023 03:11:40 #18 143.1 Progress (3): 399/772 kB | 327 kB | 231 kB error 03-Jan-2023 03:11:40 error 03-Jan-2023 03:11:40 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/shared/maven-common-artifact-filters/3.2.0/maven-common-artifact-filters-3.2.0.jar error 03-Jan-2023 03:11:40 #18 143.1 Progress (3): 403/772 kB | 327 kB | 231 kB error 03-Jan-2023 03:11:40 Progress (3): 407/772 kB | 327 kB | 231 kB error 03-Jan-2023 03:11:40 Progress (3): 411/772 kB | 327 kB | 231 kB error 03-Jan-2023 03:11:40 Progress (3): 415/772 kB | 327 kB | 231 kB error 03-Jan-2023 03:11:40 Progress (3): 417/772 kB | 327 kB | 231 kB error 03-Jan-2023 03:11:40 Progress (3): 421/772 kB | 327 kB | 231 kB error 03-Jan-2023 03:11:40 Progress (3): 425/772 kB | 327 kB | 231 kB error 03-Jan-2023 03:11:40 Progress (3): 429/772 kB | 327 kB | 231 kB error 03-Jan-2023 03:11:40 Progress (3): 433/772 kB | 327 kB | 231 kB error 03-Jan-2023 03:11:40 error 03-Jan-2023 03:11:40 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/codehaus/plexus/plexus-container-default/1.7.1/plexus-container-default-1.7.1.jar (231 kB at 51 kB/s) error 03-Jan-2023 03:11:40 #18 143.2 Progress (2): 438/772 kB | 327 kB error 03-Jan-2023 03:11:40 Progress (2): 442/772 kB | 327 kB error 03-Jan-2023 03:11:40 Progress (2): 446/772 kB | 327 kB error 03-Jan-2023 03:11:40 Progress (2): 450/772 kB | 327 kB error 03-Jan-2023 03:11:40 Progress (2): 452/772 kB | 327 kB error 03-Jan-2023 03:11:40 Progress (2): 456/772 kB | 327 kB error 03-Jan-2023 03:11:40 Progress (2): 460/772 kB | 327 kB error 03-Jan-2023 03:11:40 Progress (2): 464/772 kB | 327 kB error 03-Jan-2023 03:11:40 Progress (2): 468/772 kB | 327 kB error 03-Jan-2023 03:11:40 Progress (2): 472/772 kB | 327 kB error 03-Jan-2023 03:11:40 Progress (2): 476/772 kB | 327 kB error 03-Jan-2023 03:11:40 Progress (2): 481/772 kB | 327 kB error 03-Jan-2023 03:11:40 Progress (2): 485/772 kB | 327 kB error 03-Jan-2023 03:11:40 Progress (2): 487/772 kB | 327 kB error 03-Jan-2023 03:11:40 Progress (2): 491/772 kB | 327 kB error 03-Jan-2023 03:11:40 Progress (2): 495/772 kB | 327 kB error 03-Jan-2023 03:11:40 Progress (2): 499/772 kB | 327 kB error 03-Jan-2023 03:11:40 Progress (2): 503/772 kB | 327 kB error 03-Jan-2023 03:11:40 Progress (2): 507/772 kB | 327 kB error 03-Jan-2023 03:11:40 Progress (2): 511/772 kB | 327 kB error 03-Jan-2023 03:11:40 Progress (2): 515/772 kB | 327 kB error 03-Jan-2023 03:11:40 Progress (2): 519/772 kB | 327 kB error 03-Jan-2023 03:11:40 Progress (2): 522/772 kB | 327 kB error 03-Jan-2023 03:11:40 Progress (2): 526/772 kB | 327 kB error 03-Jan-2023 03:11:40 Progress (2): 530/772 kB | 327 kB error 03-Jan-2023 03:11:40 Progress (2): 534/772 kB | 327 kB error 03-Jan-2023 03:11:40 Progress (2): 538/772 kB | 327 kB error 03-Jan-2023 03:11:40 Progress (2): 542/772 kB | 327 kB error 03-Jan-2023 03:11:40 Progress (2): 546/772 kB | 327 kB error 03-Jan-2023 03:11:40 Progress (2): 550/772 kB | 327 kB error 03-Jan-2023 03:11:40 Progress (2): 554/772 kB | 327 kB error 03-Jan-2023 03:11:40 Progress (2): 556/772 kB | 327 kB error 03-Jan-2023 03:11:40 Progress (2): 560/772 kB | 327 kB error 03-Jan-2023 03:11:40 Progress (2): 565/772 kB | 327 kB error 03-Jan-2023 03:11:40 Progress (2): 569/772 kB | 327 kB error 03-Jan-2023 03:11:40 Progress (2): 573/772 kB | 327 kB error 03-Jan-2023 03:11:40 Progress (2): 577/772 kB | 327 kB error 03-Jan-2023 03:11:40 Progress (2): 581/772 kB | 327 kB error 03-Jan-2023 03:11:40 Progress (2): 585/772 kB | 327 kB error 03-Jan-2023 03:11:40 Progress (2): 589/772 kB | 327 kB error 03-Jan-2023 03:11:40 Progress (2): 591/772 kB | 327 kB error 03-Jan-2023 03:11:40 Progress (2): 595/772 kB | 327 kB error 03-Jan-2023 03:11:40 Progress (2): 599/772 kB | 327 kB error 03-Jan-2023 03:11:40 Progress (2): 603/772 kB | 327 kB error 03-Jan-2023 03:11:40 Progress (2): 608/772 kB | 327 kB error 03-Jan-2023 03:11:40 Progress (2): 612/772 kB | 327 kB error 03-Jan-2023 03:11:40 Progress (2): 616/772 kB | 327 kB error 03-Jan-2023 03:11:40 Progress (2): 620/772 kB | 327 kB error 03-Jan-2023 03:11:40 Progress (2): 624/772 kB | 327 kB error 03-Jan-2023 03:11:40 Progress (2): 626/772 kB | 327 kB error 03-Jan-2023 03:11:40 Progress (2): 630/772 kB | 327 kB error 03-Jan-2023 03:11:40 Progress (2): 634/772 kB | 327 kB error 03-Jan-2023 03:11:40 Progress (2): 638/772 kB | 327 kB error 03-Jan-2023 03:11:40 Progress (2): 642/772 kB | 327 kB error 03-Jan-2023 03:11:40 Progress (2): 646/772 kB | 327 kB error 03-Jan-2023 03:11:40 Progress (2): 651/772 kB | 327 kB error 03-Jan-2023 03:11:40 Progress (2): 655/772 kB | 327 kB error 03-Jan-2023 03:11:40 Progress (2): 659/772 kB | 327 kB error 03-Jan-2023 03:11:40 Progress (2): 661/772 kB | 327 kB error 03-Jan-2023 03:11:40 Progress (2): 665/772 kB | 327 kB error 03-Jan-2023 03:11:40 Progress (2): 669/772 kB | 327 kB error 03-Jan-2023 03:11:40 Progress (2): 673/772 kB | 327 kB error 03-Jan-2023 03:11:40 Progress (2): 677/772 kB | 327 kB error 03-Jan-2023 03:11:40 Progress (2): 681/772 kB | 327 kB error 03-Jan-2023 03:11:40 Progress (2): 685/772 kB | 327 kB error 03-Jan-2023 03:11:40 Progress (2): 689/772 kB | 327 kB error 03-Jan-2023 03:11:40 Progress (2): 694/772 kB | 327 kB error 03-Jan-2023 03:11:40 Progress (2): 696/772 kB | 327 kB error 03-Jan-2023 03:11:40 Progress (2): 700/772 kB | 327 kB error 03-Jan-2023 03:11:40 Progress (2): 704/772 kB | 327 kB error 03-Jan-2023 03:11:40 Progress (2): 708/772 kB | 327 kB error 03-Jan-2023 03:11:40 Progress (2): 712/772 kB | 327 kB error 03-Jan-2023 03:11:40 Progress (2): 716/772 kB | 327 kB error 03-Jan-2023 03:11:40 Progress (2): 720/772 kB | 327 kB error 03-Jan-2023 03:11:40 Progress (2): 724/772 kB | 327 kB error 03-Jan-2023 03:11:40 Progress (2): 728/772 kB | 327 kB error 03-Jan-2023 03:11:40 Progress (2): 730/772 kB | 327 kB error 03-Jan-2023 03:11:40 Progress (2): 735/772 kB | 327 kB error 03-Jan-2023 03:11:40 Progress (2): 739/772 kB | 327 kB error 03-Jan-2023 03:11:40 Progress (2): 743/772 kB | 327 kB error 03-Jan-2023 03:11:40 Progress (2): 747/772 kB | 327 kB error 03-Jan-2023 03:11:40 Progress (2): 751/772 kB | 327 kB error 03-Jan-2023 03:11:40 Progress (2): 755/772 kB | 327 kB error 03-Jan-2023 03:11:40 Progress (2): 759/772 kB | 327 kB error 03-Jan-2023 03:11:40 Progress (2): 763/772 kB | 327 kB error 03-Jan-2023 03:11:40 Progress (2): 765/772 kB | 327 kB error 03-Jan-2023 03:11:40 Progress (2): 769/772 kB | 327 kB error 03-Jan-2023 03:11:40 Progress (3): 769/772 kB | 327 kB | 3.3/61 kB error 03-Jan-2023 03:11:40 Progress (3): 772 kB | 327 kB | 3.3/61 kB error 03-Jan-2023 03:11:40 Progress (3): 772 kB | 327 kB | 6.1/61 kB error 03-Jan-2023 03:11:40 Progress (3): 772 kB | 327 kB | 8.9/61 kB error 03-Jan-2023 03:11:40 Progress (3): 772 kB | 327 kB | 12/61 kB error 03-Jan-2023 03:11:40 Progress (3): 772 kB | 327 kB | 14/61 kB error 03-Jan-2023 03:11:40 error 03-Jan-2023 03:11:40 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/httpcomponents/httpcore/4.4.11/httpcore-4.4.11.jar (327 kB at 70 kB/s) error 03-Jan-2023 03:11:40 #18 143.3 Progress (2): 772 kB | 17/61 kB error 03-Jan-2023 03:11:40 Progress (2): 772 kB | 20/61 kB error 03-Jan-2023 03:11:40 Progress (2): 772 kB | 23/61 kB error 03-Jan-2023 03:11:40 Progress (2): 772 kB | 26/61 kB error 03-Jan-2023 03:11:40 Progress (2): 772 kB | 28/61 kB error 03-Jan-2023 03:11:40 Progress (2): 772 kB | 31/61 kB error 03-Jan-2023 03:11:40 Progress (2): 772 kB | 34/61 kB error 03-Jan-2023 03:11:40 Progress (2): 772 kB | 37/61 kB error 03-Jan-2023 03:11:40 Progress (2): 772 kB | 40/61 kB error 03-Jan-2023 03:11:40 Progress (2): 772 kB | 42/61 kB error 03-Jan-2023 03:11:40 Progress (2): 772 kB | 45/61 kB error 03-Jan-2023 03:11:40 Progress (2): 772 kB | 48/61 kB error 03-Jan-2023 03:11:40 Progress (2): 772 kB | 51/61 kB error 03-Jan-2023 03:11:40 Progress (2): 772 kB | 54/61 kB error 03-Jan-2023 03:11:40 Progress (2): 772 kB | 56/61 kB error 03-Jan-2023 03:11:40 Progress (2): 772 kB | 59/61 kB error 03-Jan-2023 03:11:40 Progress (2): 772 kB | 61 kB error 03-Jan-2023 03:11:40 error 03-Jan-2023 03:11:40 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/httpcomponents/httpclient/4.5.8/httpclient-4.5.8.jar (772 kB at 160 kB/s) error 03-Jan-2023 03:11:40 #18 143.5 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/shared/maven-common-artifact-filters/3.2.0/maven-common-artifact-filters-3.2.0.jar (61 kB at 13 kB/s) error 03-Jan-2023 03:11:44 #18 146.7 [INFO] Configured Artifact: org.openmrs.web:openmrs-webapp:2.5.8:war error 03-Jan-2023 03:11:44 #18 146.9 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/web/openmrs-webapp/2.5.8/openmrs-webapp-2.5.8.pom error 03-Jan-2023 03:11:44 #18 147.1 Progress (1): 3.3/13 kB error 03-Jan-2023 03:11:44 Progress (1): 6.1/13 kB error 03-Jan-2023 03:11:44 Progress (1): 8.9/13 kB error 03-Jan-2023 03:11:44 Progress (1): 12/13 kB error 03-Jan-2023 03:11:44 Progress (1): 13 kB error 03-Jan-2023 03:11:44 error 03-Jan-2023 03:11:44 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/web/openmrs-webapp/2.5.8/openmrs-webapp-2.5.8.pom (13 kB at 32 kB/s) error 03-Jan-2023 03:11:44 #18 147.5 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/web/openmrs-webapp/2.5.8/openmrs-webapp-2.5.8.war error 03-Jan-2023 03:11:45 #18 147.9 Progress (1): 0.3/79 MB error 03-Jan-2023 03:11:45 Progress (1): 0.5/79 MB error 03-Jan-2023 03:11:45 Progress (1): 0.8/79 MB error 03-Jan-2023 03:11:45 Progress (1): 1.1/79 MB error 03-Jan-2023 03:11:45 Progress (1): 1.3/79 MB error 03-Jan-2023 03:11:45 Progress (1): 1.6/79 MB error 03-Jan-2023 03:11:45 Progress (1): 1.9/79 MB error 03-Jan-2023 03:11:45 Progress (1): 2.1/79 MB error 03-Jan-2023 03:11:45 Progress (1): 2.4/79 MB error 03-Jan-2023 03:11:45 Progress (1): 2.6/79 MB error 03-Jan-2023 03:11:45 Progress (1): 2.9/79 MB error 03-Jan-2023 03:11:45 Progress (1): 3.2/79 MB error 03-Jan-2023 03:11:45 Progress (1): 3.4/79 MB error 03-Jan-2023 03:11:45 Progress (1): 3.7/79 MB error 03-Jan-2023 03:11:45 Progress (1): 4.0/79 MB error 03-Jan-2023 03:11:45 Progress (1): 4.2/79 MB error 03-Jan-2023 03:11:45 Progress (1): 4.5/79 MB error 03-Jan-2023 03:11:45 Progress (1): 4.7/79 MB error 03-Jan-2023 03:11:45 Progress (1): 5.0/79 MB error 03-Jan-2023 03:11:45 Progress (1): 5.3/79 MB error 03-Jan-2023 03:11:45 Progress (1): 5.5/79 MB error 03-Jan-2023 03:11:45 Progress (1): 5.8/79 MB error 03-Jan-2023 03:11:45 Progress (1): 6.1/79 MB error 03-Jan-2023 03:11:45 Progress (1): 6.3/79 MB error 03-Jan-2023 03:11:45 Progress (1): 6.6/79 MB error 03-Jan-2023 03:11:45 Progress (1): 6.8/79 MB error 03-Jan-2023 03:11:45 Progress (1): 7.1/79 MB error 03-Jan-2023 03:11:45 Progress (1): 7.4/79 MB error 03-Jan-2023 03:11:45 Progress (1): 7.6/79 MB error 03-Jan-2023 03:11:45 Progress (1): 7.9/79 MB error 03-Jan-2023 03:11:45 Progress (1): 8.2/79 MB error 03-Jan-2023 03:11:45 Progress (1): 8.4/79 MB error 03-Jan-2023 03:11:45 Progress (1): 8.7/79 MB error 03-Jan-2023 03:11:45 Progress (1): 8.9/79 MB error 03-Jan-2023 03:11:45 Progress (1): 9.2/79 MB error 03-Jan-2023 03:11:45 Progress (1): 9.5/79 MB error 03-Jan-2023 03:11:45 Progress (1): 9.7/79 MB error 03-Jan-2023 03:11:45 Progress (1): 10.0/79 MB error 03-Jan-2023 03:11:45 Progress (1): 10/79 MB error 03-Jan-2023 03:11:46 Progress (1): 11/79 MB error 03-Jan-2023 03:11:46 Progress (1): 11/79 MB error 03-Jan-2023 03:11:46 Progress (1): 11/79 MB error 03-Jan-2023 03:11:46 Progress (1): 11/79 MB error 03-Jan-2023 03:11:46 Progress (1): 12/79 MB error 03-Jan-2023 03:11:46 Progress (1): 12/79 MB error 03-Jan-2023 03:11:46 Progress (1): 12/79 MB error 03-Jan-2023 03:11:46 Progress (1): 12/79 MB error 03-Jan-2023 03:11:46 Progress (1): 13/79 MB error 03-Jan-2023 03:11:46 Progress (1): 13/79 MB error 03-Jan-2023 03:11:46 Progress (1): 13/79 MB error 03-Jan-2023 03:11:46 Progress (1): 13/79 MB error 03-Jan-2023 03:11:46 Progress (1): 14/79 MB error 03-Jan-2023 03:11:46 Progress (1): 14/79 MB error 03-Jan-2023 03:11:46 Progress (1): 14/79 MB error 03-Jan-2023 03:11:46 Progress (1): 14/79 MB error 03-Jan-2023 03:11:46 Progress (1): 15/79 MB error 03-Jan-2023 03:11:46 Progress (1): 15/79 MB error 03-Jan-2023 03:11:46 Progress (1): 15/79 MB error 03-Jan-2023 03:11:46 Progress (1): 15/79 MB error 03-Jan-2023 03:11:46 Progress (1): 16/79 MB error 03-Jan-2023 03:11:46 Progress (1): 16/79 MB error 03-Jan-2023 03:11:46 Progress (1): 16/79 MB error 03-Jan-2023 03:11:46 Progress (1): 17/79 MB error 03-Jan-2023 03:11:46 Progress (1): 17/79 MB error 03-Jan-2023 03:11:46 Progress (1): 17/79 MB error 03-Jan-2023 03:11:46 Progress (1): 17/79 MB error 03-Jan-2023 03:11:46 Progress (1): 18/79 MB error 03-Jan-2023 03:11:46 Progress (1): 18/79 MB error 03-Jan-2023 03:11:46 Progress (1): 18/79 MB error 03-Jan-2023 03:11:46 Progress (1): 18/79 MB error 03-Jan-2023 03:11:46 Progress (1): 19/79 MB error 03-Jan-2023 03:11:46 Progress (1): 19/79 MB error 03-Jan-2023 03:11:46 Progress (1): 19/79 MB error 03-Jan-2023 03:11:46 Progress (1): 19/79 MB error 03-Jan-2023 03:11:46 Progress (1): 20/79 MB error 03-Jan-2023 03:11:47 Progress (1): 20/79 MB error 03-Jan-2023 03:11:47 Progress (1): 20/79 MB error 03-Jan-2023 03:11:47 Progress (1): 20/79 MB error 03-Jan-2023 03:11:47 Progress (1): 21/79 MB error 03-Jan-2023 03:11:47 Progress (1): 21/79 MB error 03-Jan-2023 03:11:47 Progress (1): 21/79 MB error 03-Jan-2023 03:11:47 Progress (1): 22/79 MB error 03-Jan-2023 03:11:47 Progress (1): 22/79 MB error 03-Jan-2023 03:11:47 Progress (1): 22/79 MB error 03-Jan-2023 03:11:47 Progress (1): 22/79 MB error 03-Jan-2023 03:11:47 Progress (1): 23/79 MB error 03-Jan-2023 03:11:47 Progress (1): 23/79 MB error 03-Jan-2023 03:11:47 Progress (1): 23/79 MB error 03-Jan-2023 03:11:47 Progress (1): 23/79 MB error 03-Jan-2023 03:11:47 Progress (1): 24/79 MB error 03-Jan-2023 03:11:47 Progress (1): 24/79 MB error 03-Jan-2023 03:11:47 Progress (1): 24/79 MB error 03-Jan-2023 03:11:47 Progress (1): 24/79 MB error 03-Jan-2023 03:11:47 Progress (1): 25/79 MB error 03-Jan-2023 03:11:47 Progress (1): 25/79 MB error 03-Jan-2023 03:11:47 Progress (1): 25/79 MB error 03-Jan-2023 03:11:47 Progress (1): 25/79 MB error 03-Jan-2023 03:11:47 Progress (1): 26/79 MB error 03-Jan-2023 03:11:47 Progress (1): 26/79 MB error 03-Jan-2023 03:11:47 Progress (1): 26/79 MB error 03-Jan-2023 03:11:47 Progress (1): 27/79 MB error 03-Jan-2023 03:11:47 Progress (1): 27/79 MB error 03-Jan-2023 03:11:47 Progress (1): 27/79 MB error 03-Jan-2023 03:11:47 Progress (1): 27/79 MB error 03-Jan-2023 03:11:47 Progress (1): 28/79 MB error 03-Jan-2023 03:11:47 Progress (1): 28/79 MB error 03-Jan-2023 03:11:47 Progress (1): 28/79 MB error 03-Jan-2023 03:11:47 Progress (1): 28/79 MB error 03-Jan-2023 03:11:47 Progress (1): 29/79 MB error 03-Jan-2023 03:11:47 Progress (1): 29/79 MB error 03-Jan-2023 03:11:47 Progress (1): 29/79 MB error 03-Jan-2023 03:11:47 Progress (1): 29/79 MB error 03-Jan-2023 03:11:47 Progress (1): 30/79 MB error 03-Jan-2023 03:11:48 Progress (1): 30/79 MB error 03-Jan-2023 03:11:48 Progress (1): 30/79 MB error 03-Jan-2023 03:11:48 Progress (1): 30/79 MB error 03-Jan-2023 03:11:48 Progress (1): 31/79 MB error 03-Jan-2023 03:11:48 Progress (1): 31/79 MB error 03-Jan-2023 03:11:48 Progress (1): 31/79 MB error 03-Jan-2023 03:11:48 Progress (1): 31/79 MB error 03-Jan-2023 03:11:48 Progress (1): 32/79 MB error 03-Jan-2023 03:11:48 Progress (1): 32/79 MB error 03-Jan-2023 03:11:48 Progress (1): 32/79 MB error 03-Jan-2023 03:11:48 Progress (1): 33/79 MB error 03-Jan-2023 03:11:48 Progress (1): 33/79 MB error 03-Jan-2023 03:11:48 Progress (1): 33/79 MB error 03-Jan-2023 03:11:48 Progress (1): 33/79 MB error 03-Jan-2023 03:11:48 Progress (1): 34/79 MB error 03-Jan-2023 03:11:48 Progress (1): 34/79 MB error 03-Jan-2023 03:11:48 Progress (1): 34/79 MB error 03-Jan-2023 03:11:48 Progress (1): 34/79 MB error 03-Jan-2023 03:11:48 Progress (1): 35/79 MB error 03-Jan-2023 03:11:48 Progress (1): 35/79 MB error 03-Jan-2023 03:11:48 Progress (1): 35/79 MB error 03-Jan-2023 03:11:48 Progress (1): 35/79 MB error 03-Jan-2023 03:11:48 Progress (1): 36/79 MB error 03-Jan-2023 03:11:48 Progress (1): 36/79 MB error 03-Jan-2023 03:11:48 Progress (1): 36/79 MB error 03-Jan-2023 03:11:48 Progress (1): 36/79 MB error 03-Jan-2023 03:11:48 Progress (1): 37/79 MB error 03-Jan-2023 03:11:48 Progress (1): 37/79 MB error 03-Jan-2023 03:11:48 Progress (1): 37/79 MB error 03-Jan-2023 03:11:48 Progress (1): 38/79 MB error 03-Jan-2023 03:11:48 Progress (1): 38/79 MB error 03-Jan-2023 03:11:48 Progress (1): 38/79 MB error 03-Jan-2023 03:11:48 Progress (1): 38/79 MB error 03-Jan-2023 03:11:48 Progress (1): 39/79 MB error 03-Jan-2023 03:11:48 Progress (1): 39/79 MB error 03-Jan-2023 03:11:48 Progress (1): 39/79 MB error 03-Jan-2023 03:11:48 Progress (1): 39/79 MB error 03-Jan-2023 03:11:48 Progress (1): 40/79 MB error 03-Jan-2023 03:11:48 Progress (1): 40/79 MB error 03-Jan-2023 03:11:48 Progress (1): 40/79 MB error 03-Jan-2023 03:11:48 Progress (1): 40/79 MB error 03-Jan-2023 03:11:48 Progress (1): 41/79 MB error 03-Jan-2023 03:11:48 Progress (1): 41/79 MB error 03-Jan-2023 03:11:49 Progress (1): 41/79 MB error 03-Jan-2023 03:11:49 Progress (1): 41/79 MB error 03-Jan-2023 03:11:49 Progress (1): 42/79 MB error 03-Jan-2023 03:11:49 Progress (1): 42/79 MB error 03-Jan-2023 03:11:49 Progress (1): 42/79 MB error 03-Jan-2023 03:11:49 Progress (1): 42/79 MB error 03-Jan-2023 03:11:49 Progress (1): 43/79 MB error 03-Jan-2023 03:11:49 Progress (1): 43/79 MB error 03-Jan-2023 03:11:49 Progress (1): 43/79 MB error 03-Jan-2023 03:11:49 Progress (1): 44/79 MB error 03-Jan-2023 03:11:49 Progress (1): 44/79 MB error 03-Jan-2023 03:11:49 Progress (1): 44/79 MB error 03-Jan-2023 03:11:49 Progress (1): 44/79 MB error 03-Jan-2023 03:11:49 Progress (1): 45/79 MB error 03-Jan-2023 03:11:49 Progress (1): 45/79 MB error 03-Jan-2023 03:11:49 Progress (1): 45/79 MB error 03-Jan-2023 03:11:49 Progress (1): 45/79 MB error 03-Jan-2023 03:11:49 Progress (1): 46/79 MB error 03-Jan-2023 03:11:49 Progress (1): 46/79 MB error 03-Jan-2023 03:11:49 Progress (1): 46/79 MB error 03-Jan-2023 03:11:49 Progress (1): 46/79 MB error 03-Jan-2023 03:11:49 Progress (1): 47/79 MB error 03-Jan-2023 03:11:49 Progress (1): 47/79 MB error 03-Jan-2023 03:11:49 Progress (1): 47/79 MB error 03-Jan-2023 03:11:49 Progress (1): 47/79 MB error 03-Jan-2023 03:11:49 Progress (1): 48/79 MB error 03-Jan-2023 03:11:49 Progress (1): 48/79 MB error 03-Jan-2023 03:11:49 Progress (1): 48/79 MB error 03-Jan-2023 03:11:49 Progress (1): 49/79 MB error 03-Jan-2023 03:11:49 Progress (1): 49/79 MB error 03-Jan-2023 03:11:49 Progress (1): 49/79 MB error 03-Jan-2023 03:11:49 Progress (1): 49/79 MB error 03-Jan-2023 03:11:49 Progress (1): 50/79 MB error 03-Jan-2023 03:11:49 Progress (1): 50/79 MB error 03-Jan-2023 03:11:49 Progress (1): 50/79 MB error 03-Jan-2023 03:11:49 Progress (1): 50/79 MB error 03-Jan-2023 03:11:49 Progress (1): 51/79 MB error 03-Jan-2023 03:11:49 Progress (1): 51/79 MB error 03-Jan-2023 03:11:49 Progress (1): 51/79 MB error 03-Jan-2023 03:11:49 Progress (1): 51/79 MB error 03-Jan-2023 03:11:49 Progress (1): 52/79 MB error 03-Jan-2023 03:11:49 Progress (1): 52/79 MB error 03-Jan-2023 03:11:49 Progress (1): 52/79 MB error 03-Jan-2023 03:11:49 Progress (1): 52/79 MB error 03-Jan-2023 03:11:50 Progress (1): 53/79 MB error 03-Jan-2023 03:11:50 Progress (1): 53/79 MB error 03-Jan-2023 03:11:50 Progress (1): 53/79 MB error 03-Jan-2023 03:11:50 Progress (1): 54/79 MB error 03-Jan-2023 03:11:50 Progress (1): 54/79 MB error 03-Jan-2023 03:11:50 Progress (1): 54/79 MB error 03-Jan-2023 03:11:50 Progress (1): 54/79 MB error 03-Jan-2023 03:11:50 Progress (1): 55/79 MB error 03-Jan-2023 03:11:50 Progress (1): 55/79 MB error 03-Jan-2023 03:11:50 Progress (1): 55/79 MB error 03-Jan-2023 03:11:50 Progress (1): 55/79 MB error 03-Jan-2023 03:11:50 Progress (1): 56/79 MB error 03-Jan-2023 03:11:50 Progress (1): 56/79 MB error 03-Jan-2023 03:11:50 Progress (1): 56/79 MB error 03-Jan-2023 03:11:50 Progress (1): 56/79 MB error 03-Jan-2023 03:11:50 Progress (1): 57/79 MB error 03-Jan-2023 03:11:50 Progress (1): 57/79 MB error 03-Jan-2023 03:11:50 Progress (1): 57/79 MB error 03-Jan-2023 03:11:50 Progress (1): 57/79 MB error 03-Jan-2023 03:11:50 Progress (1): 58/79 MB error 03-Jan-2023 03:11:50 Progress (1): 58/79 MB error 03-Jan-2023 03:11:50 Progress (1): 58/79 MB error 03-Jan-2023 03:11:50 Progress (1): 58/79 MB error 03-Jan-2023 03:11:50 Progress (1): 59/79 MB error 03-Jan-2023 03:11:50 Progress (1): 59/79 MB error 03-Jan-2023 03:11:50 Progress (1): 59/79 MB error 03-Jan-2023 03:11:50 Progress (1): 60/79 MB error 03-Jan-2023 03:11:50 Progress (1): 60/79 MB error 03-Jan-2023 03:11:50 Progress (1): 60/79 MB error 03-Jan-2023 03:11:50 Progress (1): 60/79 MB error 03-Jan-2023 03:11:50 Progress (1): 61/79 MB error 03-Jan-2023 03:11:50 Progress (1): 61/79 MB error 03-Jan-2023 03:11:50 Progress (1): 61/79 MB error 03-Jan-2023 03:11:50 Progress (1): 61/79 MB error 03-Jan-2023 03:11:50 Progress (1): 62/79 MB error 03-Jan-2023 03:11:50 Progress (1): 62/79 MB error 03-Jan-2023 03:11:50 Progress (1): 62/79 MB error 03-Jan-2023 03:11:50 Progress (1): 62/79 MB error 03-Jan-2023 03:11:50 Progress (1): 63/79 MB error 03-Jan-2023 03:11:50 Progress (1): 63/79 MB error 03-Jan-2023 03:11:50 Progress (1): 63/79 MB error 03-Jan-2023 03:11:50 Progress (1): 63/79 MB error 03-Jan-2023 03:11:50 Progress (1): 64/79 MB error 03-Jan-2023 03:11:50 Progress (1): 64/79 MB error 03-Jan-2023 03:11:50 Progress (1): 64/79 MB error 03-Jan-2023 03:11:51 Progress (1): 65/79 MB error 03-Jan-2023 03:11:51 Progress (1): 65/79 MB error 03-Jan-2023 03:11:51 Progress (1): 65/79 MB error 03-Jan-2023 03:11:51 Progress (1): 65/79 MB error 03-Jan-2023 03:11:51 Progress (1): 66/79 MB error 03-Jan-2023 03:11:51 Progress (1): 66/79 MB error 03-Jan-2023 03:11:51 Progress (1): 66/79 MB error 03-Jan-2023 03:11:51 Progress (1): 66/79 MB error 03-Jan-2023 03:11:51 Progress (1): 67/79 MB error 03-Jan-2023 03:11:51 Progress (1): 67/79 MB error 03-Jan-2023 03:11:51 Progress (1): 67/79 MB error 03-Jan-2023 03:11:51 Progress (1): 67/79 MB error 03-Jan-2023 03:11:51 Progress (1): 68/79 MB error 03-Jan-2023 03:11:51 Progress (1): 68/79 MB error 03-Jan-2023 03:11:51 Progress (1): 68/79 MB error 03-Jan-2023 03:11:51 Progress (1): 68/79 MB error 03-Jan-2023 03:11:51 Progress (1): 69/79 MB error 03-Jan-2023 03:11:51 Progress (1): 69/79 MB error 03-Jan-2023 03:11:51 Progress (1): 69/79 MB error 03-Jan-2023 03:11:51 Progress (1): 69/79 MB error 03-Jan-2023 03:11:51 Progress (1): 70/79 MB error 03-Jan-2023 03:11:51 Progress (1): 70/79 MB error 03-Jan-2023 03:11:51 Progress (1): 70/79 MB error 03-Jan-2023 03:11:51 Progress (1): 71/79 MB error 03-Jan-2023 03:11:51 Progress (1): 71/79 MB error 03-Jan-2023 03:11:51 Progress (1): 71/79 MB error 03-Jan-2023 03:11:51 Progress (1): 71/79 MB error 03-Jan-2023 03:11:51 Progress (1): 72/79 MB error 03-Jan-2023 03:11:51 Progress (1): 72/79 MB error 03-Jan-2023 03:11:51 Progress (1): 72/79 MB error 03-Jan-2023 03:11:51 Progress (1): 72/79 MB error 03-Jan-2023 03:11:51 Progress (1): 73/79 MB error 03-Jan-2023 03:11:51 Progress (1): 73/79 MB error 03-Jan-2023 03:11:51 Progress (1): 73/79 MB error 03-Jan-2023 03:11:51 Progress (1): 73/79 MB error 03-Jan-2023 03:11:51 Progress (1): 74/79 MB error 03-Jan-2023 03:11:51 Progress (1): 74/79 MB error 03-Jan-2023 03:11:51 Progress (1): 74/79 MB error 03-Jan-2023 03:11:51 Progress (1): 74/79 MB error 03-Jan-2023 03:11:51 Progress (1): 75/79 MB error 03-Jan-2023 03:11:51 Progress (1): 75/79 MB error 03-Jan-2023 03:11:51 Progress (1): 75/79 MB error 03-Jan-2023 03:11:51 Progress (1): 76/79 MB error 03-Jan-2023 03:11:51 Progress (1): 76/79 MB error 03-Jan-2023 03:11:51 Progress (1): 76/79 MB error 03-Jan-2023 03:11:52 Progress (1): 76/79 MB error 03-Jan-2023 03:11:52 Progress (1): 77/79 MB error 03-Jan-2023 03:11:52 Progress (1): 77/79 MB error 03-Jan-2023 03:11:52 Progress (1): 77/79 MB error 03-Jan-2023 03:11:52 Progress (1): 77/79 MB error 03-Jan-2023 03:11:52 Progress (1): 78/79 MB error 03-Jan-2023 03:11:52 Progress (1): 78/79 MB error 03-Jan-2023 03:11:52 Progress (1): 78/79 MB error 03-Jan-2023 03:11:52 Progress (1): 78/79 MB error 03-Jan-2023 03:11:52 Progress (1): 79/79 MB error 03-Jan-2023 03:11:52 Progress (1): 79/79 MB error 03-Jan-2023 03:11:52 Progress (1): 79 MB error 03-Jan-2023 03:11:52 error 03-Jan-2023 03:11:52 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/web/openmrs-webapp/2.5.8/openmrs-webapp-2.5.8.war (79 MB at 10.0 MB/s) error 03-Jan-2023 03:11:52 #18 155.5 [INFO] Copying openmrs-webapp-2.5.8.war to /app/package/target/distro/web/openmrs-2.5.8.war error 03-Jan-2023 03:11:52 #18 155.6 error 03-Jan-2023 03:11:52 #18 155.6 file:/app/package/target/distro/web/openmrs-2.5.8.war error 03-Jan-2023 03:11:52 #18 155.6 error 03-Jan-2023 03:11:52 #18 155.6 target:/app/package/target/distro/web error 03-Jan-2023 03:11:53 #18 155.9 [INFO] Configured Artifact: org.openmrs.module:addresshierarchy-omod:2.15.0:jar error 03-Jan-2023 03:11:53 #18 156.0 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/addresshierarchy-omod/2.15.0/addresshierarchy-omod-2.15.0.pom error 03-Jan-2023 03:11:53 #18 156.1 Progress (1): 3.3/6.9 kB error 03-Jan-2023 03:11:53 Progress (1): 6.1/6.9 kB error 03-Jan-2023 03:11:53 Progress (1): 6.9 kB error 03-Jan-2023 03:11:53 error 03-Jan-2023 03:11:53 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/addresshierarchy-omod/2.15.0/addresshierarchy-omod-2.15.0.pom (6.9 kB at 24 kB/s) error 03-Jan-2023 03:11:53 #18 156.4 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/addresshierarchy/2.15.0/addresshierarchy-2.15.0.pom error 03-Jan-2023 03:11:53 #18 156.5 Progress (1): 3.3/5.3 kB error 03-Jan-2023 03:11:53 Progress (1): 5.3 kB error 03-Jan-2023 03:11:53 error 03-Jan-2023 03:11:53 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/addresshierarchy/2.15.0/addresshierarchy-2.15.0.pom (5.3 kB at 22 kB/s) error 03-Jan-2023 03:11:53 #18 156.7 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/addresshierarchy-omod/2.15.0/addresshierarchy-omod-2.15.0.jar error 03-Jan-2023 03:11:54 #18 157.0 Progress (1): 4.1/324 kB error 03-Jan-2023 03:11:54 Progress (1): 8.2/324 kB error 03-Jan-2023 03:11:54 Progress (1): 12/324 kB error 03-Jan-2023 03:11:54 Progress (1): 16/324 kB error 03-Jan-2023 03:11:54 Progress (1): 19/324 kB error 03-Jan-2023 03:11:54 Progress (1): 23/324 kB error 03-Jan-2023 03:11:54 Progress (1): 27/324 kB error 03-Jan-2023 03:11:54 Progress (1): 31/324 kB error 03-Jan-2023 03:11:54 Progress (1): 34/324 kB error 03-Jan-2023 03:11:54 Progress (1): 38/324 kB error 03-Jan-2023 03:11:54 Progress (1): 42/324 kB error 03-Jan-2023 03:11:54 Progress (1): 46/324 kB error 03-Jan-2023 03:11:54 Progress (1): 51/324 kB error 03-Jan-2023 03:11:54 Progress (1): 55/324 kB error 03-Jan-2023 03:11:54 Progress (1): 59/324 kB error 03-Jan-2023 03:11:54 Progress (1): 62/324 kB error 03-Jan-2023 03:11:54 Progress (1): 66/324 kB error 03-Jan-2023 03:11:54 Progress (1): 71/324 kB error 03-Jan-2023 03:11:54 Progress (1): 75/324 kB error 03-Jan-2023 03:11:54 Progress (1): 79/324 kB error 03-Jan-2023 03:11:54 Progress (1): 83/324 kB error 03-Jan-2023 03:11:54 Progress (1): 87/324 kB error 03-Jan-2023 03:11:54 Progress (1): 91/324 kB error 03-Jan-2023 03:11:54 Progress (1): 95/324 kB error 03-Jan-2023 03:11:54 Progress (1): 99/324 kB error 03-Jan-2023 03:11:54 Progress (1): 103/324 kB error 03-Jan-2023 03:11:54 Progress (1): 107/324 kB error 03-Jan-2023 03:11:54 Progress (1): 111/324 kB error 03-Jan-2023 03:11:54 Progress (1): 116/324 kB error 03-Jan-2023 03:11:54 Progress (1): 120/324 kB error 03-Jan-2023 03:11:54 Progress (1): 124/324 kB error 03-Jan-2023 03:11:54 Progress (1): 128/324 kB error 03-Jan-2023 03:11:54 Progress (1): 132/324 kB error 03-Jan-2023 03:11:54 Progress (1): 136/324 kB error 03-Jan-2023 03:11:54 Progress (1): 140/324 kB error 03-Jan-2023 03:11:54 Progress (1): 143/324 kB error 03-Jan-2023 03:11:54 Progress (1): 147/324 kB error 03-Jan-2023 03:11:54 Progress (1): 152/324 kB error 03-Jan-2023 03:11:54 Progress (1): 156/324 kB error 03-Jan-2023 03:11:54 Progress (1): 160/324 kB error 03-Jan-2023 03:11:54 Progress (1): 164/324 kB error 03-Jan-2023 03:11:54 Progress (1): 168/324 kB error 03-Jan-2023 03:11:54 Progress (1): 172/324 kB error 03-Jan-2023 03:11:54 Progress (1): 176/324 kB error 03-Jan-2023 03:11:54 Progress (1): 178/324 kB error 03-Jan-2023 03:11:54 Progress (1): 182/324 kB error 03-Jan-2023 03:11:54 Progress (1): 186/324 kB error 03-Jan-2023 03:11:54 Progress (1): 190/324 kB error 03-Jan-2023 03:11:54 Progress (1): 195/324 kB error 03-Jan-2023 03:11:54 Progress (1): 197/324 kB error 03-Jan-2023 03:11:54 Progress (1): 201/324 kB error 03-Jan-2023 03:11:54 Progress (1): 206/324 kB error 03-Jan-2023 03:11:54 Progress (1): 210/324 kB error 03-Jan-2023 03:11:54 Progress (1): 214/324 kB error 03-Jan-2023 03:11:54 Progress (1): 218/324 kB error 03-Jan-2023 03:11:54 Progress (1): 222/324 kB error 03-Jan-2023 03:11:54 Progress (1): 226/324 kB error 03-Jan-2023 03:11:54 Progress (1): 230/324 kB error 03-Jan-2023 03:11:54 Progress (1): 234/324 kB error 03-Jan-2023 03:11:54 Progress (1): 238/324 kB error 03-Jan-2023 03:11:54 Progress (1): 242/324 kB error 03-Jan-2023 03:11:54 Progress (1): 246/324 kB error 03-Jan-2023 03:11:54 Progress (1): 251/324 kB error 03-Jan-2023 03:11:54 Progress (1): 255/324 kB error 03-Jan-2023 03:11:54 Progress (1): 259/324 kB error 03-Jan-2023 03:11:54 Progress (1): 263/324 kB error 03-Jan-2023 03:11:54 Progress (1): 267/324 kB error 03-Jan-2023 03:11:54 Progress (1): 271/324 kB error 03-Jan-2023 03:11:54 Progress (1): 275/324 kB error 03-Jan-2023 03:11:54 Progress (1): 279/324 kB error 03-Jan-2023 03:11:54 Progress (1): 283/324 kB error 03-Jan-2023 03:11:54 Progress (1): 286/324 kB error 03-Jan-2023 03:11:54 Progress (1): 290/324 kB error 03-Jan-2023 03:11:54 Progress (1): 294/324 kB error 03-Jan-2023 03:11:54 Progress (1): 298/324 kB error 03-Jan-2023 03:11:54 Progress (1): 303/324 kB error 03-Jan-2023 03:11:54 Progress (1): 307/324 kB error 03-Jan-2023 03:11:54 Progress (1): 311/324 kB error 03-Jan-2023 03:11:54 Progress (1): 315/324 kB error 03-Jan-2023 03:11:54 Progress (1): 319/324 kB error 03-Jan-2023 03:11:54 Progress (1): 321/324 kB error 03-Jan-2023 03:11:54 Progress (1): 324 kB error 03-Jan-2023 03:11:54 error 03-Jan-2023 03:11:54 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/addresshierarchy-omod/2.15.0/addresshierarchy-omod-2.15.0.jar (324 kB at 747 kB/s) error 03-Jan-2023 03:11:54 #18 157.2 [INFO] Configured Artifact: org.openmrs.module:legacyui-omod:1.13.0:jar error 03-Jan-2023 03:11:54 #18 157.2 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/legacyui-omod/1.13.0/legacyui-omod-1.13.0.pom error 03-Jan-2023 03:11:54 #18 157.3 Progress (1): 3.3/7.1 kB error 03-Jan-2023 03:11:54 Progress (1): 6.1/7.1 kB error 03-Jan-2023 03:11:54 Progress (1): 7.1 kB error 03-Jan-2023 03:11:54 error 03-Jan-2023 03:11:54 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/legacyui-omod/1.13.0/legacyui-omod-1.13.0.pom (7.1 kB at 30 kB/s) error 03-Jan-2023 03:11:54 #18 157.4 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/legacyui/1.13.0/legacyui-1.13.0.pom error 03-Jan-2023 03:11:54 #18 157.6 Progress (1): 3.3/9.1 kB error 03-Jan-2023 03:11:54 Progress (1): 6.1/9.1 kB error 03-Jan-2023 03:11:54 Progress (1): 8.9/9.1 kB error 03-Jan-2023 03:11:54 Progress (1): 9.1 kB error 03-Jan-2023 03:11:54 error 03-Jan-2023 03:11:54 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/legacyui/1.13.0/legacyui-1.13.0.pom (9.1 kB at 35 kB/s) error 03-Jan-2023 03:11:54 #18 157.7 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/maven/parents/maven-parent-openmrs-module/1.1.1/maven-parent-openmrs-module-1.1.1.pom error 03-Jan-2023 03:11:54 #18 157.8 Progress (1): 3.3/15 kB error 03-Jan-2023 03:11:55 Progress (1): 6.1/15 kB error 03-Jan-2023 03:11:55 Progress (1): 8.9/15 kB error 03-Jan-2023 03:11:55 Progress (1): 12/15 kB error 03-Jan-2023 03:11:55 Progress (1): 14/15 kB error 03-Jan-2023 03:11:55 Progress (1): 15 kB error 03-Jan-2023 03:11:55 error 03-Jan-2023 03:11:55 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/maven/parents/maven-parent-openmrs-module/1.1.1/maven-parent-openmrs-module-1.1.1.pom (15 kB at 62 kB/s) error 03-Jan-2023 03:11:55 #18 158.0 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/legacyui-omod/1.13.0/legacyui-omod-1.13.0.jar error 03-Jan-2023 03:11:55 #18 158.3 Progress (1): 0/4.0 MB error 03-Jan-2023 03:11:55 Progress (1): 0/4.0 MB error 03-Jan-2023 03:11:55 Progress (1): 0.1/4.0 MB error 03-Jan-2023 03:11:55 Progress (1): 0.1/4.0 MB error 03-Jan-2023 03:11:55 Progress (1): 0.1/4.0 MB error 03-Jan-2023 03:11:55 Progress (1): 0.1/4.0 MB error 03-Jan-2023 03:11:55 Progress (1): 0.2/4.0 MB error 03-Jan-2023 03:11:55 Progress (1): 0.2/4.0 MB error 03-Jan-2023 03:11:55 Progress (1): 0.2/4.0 MB error 03-Jan-2023 03:11:55 Progress (1): 0.2/4.0 MB error 03-Jan-2023 03:11:55 Progress (1): 0.3/4.0 MB error 03-Jan-2023 03:11:55 Progress (1): 0.3/4.0 MB error 03-Jan-2023 03:11:55 Progress (1): 0.3/4.0 MB error 03-Jan-2023 03:11:55 Progress (1): 0.3/4.0 MB error 03-Jan-2023 03:11:55 Progress (1): 0.3/4.0 MB error 03-Jan-2023 03:11:55 Progress (1): 0.4/4.0 MB error 03-Jan-2023 03:11:55 Progress (1): 0.4/4.0 MB error 03-Jan-2023 03:11:55 Progress (1): 0.4/4.0 MB error 03-Jan-2023 03:11:55 Progress (1): 0.4/4.0 MB error 03-Jan-2023 03:11:55 Progress (1): 0.5/4.0 MB error 03-Jan-2023 03:11:55 Progress (1): 0.5/4.0 MB error 03-Jan-2023 03:11:55 Progress (1): 0.5/4.0 MB error 03-Jan-2023 03:11:55 Progress (1): 0.5/4.0 MB error 03-Jan-2023 03:11:55 Progress (1): 0.5/4.0 MB error 03-Jan-2023 03:11:55 Progress (1): 0.6/4.0 MB error 03-Jan-2023 03:11:55 Progress (1): 0.6/4.0 MB error 03-Jan-2023 03:11:55 Progress (1): 0.6/4.0 MB error 03-Jan-2023 03:11:55 Progress (1): 0.6/4.0 MB error 03-Jan-2023 03:11:55 Progress (1): 0.7/4.0 MB error 03-Jan-2023 03:11:55 Progress (1): 0.7/4.0 MB error 03-Jan-2023 03:11:55 Progress (1): 0.7/4.0 MB error 03-Jan-2023 03:11:55 Progress (1): 0.7/4.0 MB error 03-Jan-2023 03:11:55 Progress (1): 0.8/4.0 MB error 03-Jan-2023 03:11:55 Progress (1): 0.8/4.0 MB error 03-Jan-2023 03:11:55 Progress (1): 0.8/4.0 MB error 03-Jan-2023 03:11:55 Progress (1): 0.8/4.0 MB error 03-Jan-2023 03:11:55 Progress (1): 0.9/4.0 MB error 03-Jan-2023 03:11:55 Progress (1): 0.9/4.0 MB error 03-Jan-2023 03:11:55 Progress (1): 0.9/4.0 MB error 03-Jan-2023 03:11:55 Progress (1): 0.9/4.0 MB error 03-Jan-2023 03:11:55 Progress (1): 0.9/4.0 MB error 03-Jan-2023 03:11:55 Progress (1): 1.0/4.0 MB error 03-Jan-2023 03:11:55 Progress (1): 1.0/4.0 MB error 03-Jan-2023 03:11:55 Progress (1): 1.0/4.0 MB error 03-Jan-2023 03:11:55 Progress (1): 1.0/4.0 MB error 03-Jan-2023 03:11:55 Progress (1): 1.1/4.0 MB error 03-Jan-2023 03:11:55 Progress (1): 1.1/4.0 MB error 03-Jan-2023 03:11:55 Progress (1): 1.1/4.0 MB error 03-Jan-2023 03:11:55 Progress (1): 1.1/4.0 MB error 03-Jan-2023 03:11:55 Progress (1): 1.1/4.0 MB error 03-Jan-2023 03:11:55 Progress (1): 1.2/4.0 MB error 03-Jan-2023 03:11:55 Progress (1): 1.2/4.0 MB error 03-Jan-2023 03:11:55 Progress (1): 1.2/4.0 MB error 03-Jan-2023 03:11:55 Progress (1): 1.2/4.0 MB error 03-Jan-2023 03:11:55 Progress (1): 1.2/4.0 MB error 03-Jan-2023 03:11:55 Progress (1): 1.3/4.0 MB error 03-Jan-2023 03:11:55 Progress (1): 1.3/4.0 MB error 03-Jan-2023 03:11:55 Progress (1): 1.3/4.0 MB error 03-Jan-2023 03:11:55 Progress (1): 1.3/4.0 MB error 03-Jan-2023 03:11:55 Progress (1): 1.4/4.0 MB error 03-Jan-2023 03:11:55 Progress (1): 1.4/4.0 MB error 03-Jan-2023 03:11:55 Progress (1): 1.4/4.0 MB error 03-Jan-2023 03:11:55 Progress (1): 1.4/4.0 MB error 03-Jan-2023 03:11:55 Progress (1): 1.4/4.0 MB error 03-Jan-2023 03:11:55 Progress (1): 1.5/4.0 MB error 03-Jan-2023 03:11:55 Progress (1): 1.5/4.0 MB error 03-Jan-2023 03:11:55 Progress (1): 1.5/4.0 MB error 03-Jan-2023 03:11:55 Progress (1): 1.5/4.0 MB error 03-Jan-2023 03:11:55 Progress (1): 1.6/4.0 MB error 03-Jan-2023 03:11:55 Progress (1): 1.6/4.0 MB error 03-Jan-2023 03:11:55 Progress (1): 1.6/4.0 MB error 03-Jan-2023 03:11:55 Progress (1): 1.6/4.0 MB error 03-Jan-2023 03:11:55 Progress (1): 1.7/4.0 MB error 03-Jan-2023 03:11:55 Progress (1): 1.7/4.0 MB error 03-Jan-2023 03:11:55 Progress (1): 1.7/4.0 MB error 03-Jan-2023 03:11:55 Progress (1): 1.7/4.0 MB error 03-Jan-2023 03:11:55 Progress (1): 1.7/4.0 MB error 03-Jan-2023 03:11:55 Progress (1): 1.8/4.0 MB error 03-Jan-2023 03:11:55 Progress (1): 1.8/4.0 MB error 03-Jan-2023 03:11:55 Progress (1): 1.8/4.0 MB error 03-Jan-2023 03:11:55 Progress (1): 1.8/4.0 MB error 03-Jan-2023 03:11:55 Progress (1): 1.9/4.0 MB error 03-Jan-2023 03:11:55 Progress (1): 1.9/4.0 MB error 03-Jan-2023 03:11:55 Progress (1): 1.9/4.0 MB error 03-Jan-2023 03:11:55 Progress (1): 1.9/4.0 MB error 03-Jan-2023 03:11:55 Progress (1): 1.9/4.0 MB error 03-Jan-2023 03:11:55 Progress (1): 2.0/4.0 MB error 03-Jan-2023 03:11:55 Progress (1): 2.0/4.0 MB error 03-Jan-2023 03:11:55 Progress (1): 2.0/4.0 MB error 03-Jan-2023 03:11:55 Progress (1): 2.0/4.0 MB error 03-Jan-2023 03:11:55 Progress (1): 2.1/4.0 MB error 03-Jan-2023 03:11:55 Progress (1): 2.1/4.0 MB error 03-Jan-2023 03:11:55 Progress (1): 2.1/4.0 MB error 03-Jan-2023 03:11:55 Progress (1): 2.1/4.0 MB error 03-Jan-2023 03:11:55 Progress (1): 2.1/4.0 MB error 03-Jan-2023 03:11:55 Progress (1): 2.2/4.0 MB error 03-Jan-2023 03:11:55 Progress (1): 2.2/4.0 MB error 03-Jan-2023 03:11:55 Progress (1): 2.2/4.0 MB error 03-Jan-2023 03:11:55 Progress (1): 2.2/4.0 MB error 03-Jan-2023 03:11:55 Progress (1): 2.3/4.0 MB error 03-Jan-2023 03:11:55 Progress (1): 2.3/4.0 MB error 03-Jan-2023 03:11:55 Progress (1): 2.3/4.0 MB error 03-Jan-2023 03:11:55 Progress (1): 2.3/4.0 MB error 03-Jan-2023 03:11:55 Progress (1): 2.3/4.0 MB error 03-Jan-2023 03:11:55 Progress (1): 2.4/4.0 MB error 03-Jan-2023 03:11:55 Progress (1): 2.4/4.0 MB error 03-Jan-2023 03:11:56 Progress (1): 2.4/4.0 MB error 03-Jan-2023 03:11:56 Progress (1): 2.4/4.0 MB error 03-Jan-2023 03:11:56 Progress (1): 2.5/4.0 MB error 03-Jan-2023 03:11:56 Progress (1): 2.5/4.0 MB error 03-Jan-2023 03:11:56 Progress (1): 2.5/4.0 MB error 03-Jan-2023 03:11:56 Progress (1): 2.5/4.0 MB error 03-Jan-2023 03:11:56 Progress (1): 2.6/4.0 MB error 03-Jan-2023 03:11:56 Progress (1): 2.6/4.0 MB error 03-Jan-2023 03:11:56 Progress (1): 2.6/4.0 MB error 03-Jan-2023 03:11:56 Progress (1): 2.6/4.0 MB error 03-Jan-2023 03:11:56 Progress (1): 2.6/4.0 MB error 03-Jan-2023 03:11:56 Progress (1): 2.7/4.0 MB error 03-Jan-2023 03:11:56 Progress (1): 2.7/4.0 MB error 03-Jan-2023 03:11:56 Progress (1): 2.7/4.0 MB error 03-Jan-2023 03:11:56 Progress (1): 2.7/4.0 MB error 03-Jan-2023 03:11:56 Progress (1): 2.8/4.0 MB error 03-Jan-2023 03:11:56 Progress (1): 2.8/4.0 MB error 03-Jan-2023 03:11:56 Progress (1): 2.8/4.0 MB error 03-Jan-2023 03:11:56 Progress (1): 2.8/4.0 MB error 03-Jan-2023 03:11:56 Progress (1): 2.8/4.0 MB error 03-Jan-2023 03:11:56 Progress (1): 2.9/4.0 MB error 03-Jan-2023 03:11:56 Progress (1): 2.9/4.0 MB error 03-Jan-2023 03:11:56 Progress (1): 2.9/4.0 MB error 03-Jan-2023 03:11:56 Progress (1): 2.9/4.0 MB error 03-Jan-2023 03:11:56 Progress (1): 3.0/4.0 MB error 03-Jan-2023 03:11:56 Progress (1): 3.0/4.0 MB error 03-Jan-2023 03:11:56 Progress (1): 3.0/4.0 MB error 03-Jan-2023 03:11:56 Progress (1): 3.0/4.0 MB error 03-Jan-2023 03:11:56 Progress (1): 3.0/4.0 MB error 03-Jan-2023 03:11:56 Progress (1): 3.1/4.0 MB error 03-Jan-2023 03:11:56 Progress (1): 3.1/4.0 MB error 03-Jan-2023 03:11:56 Progress (1): 3.1/4.0 MB error 03-Jan-2023 03:11:56 Progress (1): 3.1/4.0 MB error 03-Jan-2023 03:11:56 Progress (1): 3.1/4.0 MB error 03-Jan-2023 03:11:56 Progress (1): 3.2/4.0 MB error 03-Jan-2023 03:11:56 Progress (1): 3.2/4.0 MB error 03-Jan-2023 03:11:56 Progress (1): 3.2/4.0 MB error 03-Jan-2023 03:11:56 Progress (1): 3.2/4.0 MB error 03-Jan-2023 03:11:56 Progress (1): 3.3/4.0 MB error 03-Jan-2023 03:11:56 Progress (1): 3.3/4.0 MB error 03-Jan-2023 03:11:56 Progress (1): 3.3/4.0 MB error 03-Jan-2023 03:11:56 Progress (1): 3.3/4.0 MB error 03-Jan-2023 03:11:56 Progress (1): 3.4/4.0 MB error 03-Jan-2023 03:11:56 Progress (1): 3.4/4.0 MB error 03-Jan-2023 03:11:56 Progress (1): 3.4/4.0 MB error 03-Jan-2023 03:11:56 Progress (1): 3.4/4.0 MB error 03-Jan-2023 03:11:56 Progress (1): 3.4/4.0 MB error 03-Jan-2023 03:11:56 Progress (1): 3.5/4.0 MB error 03-Jan-2023 03:11:56 Progress (1): 3.5/4.0 MB error 03-Jan-2023 03:11:56 Progress (1): 3.5/4.0 MB error 03-Jan-2023 03:11:56 Progress (1): 3.5/4.0 MB error 03-Jan-2023 03:11:56 Progress (1): 3.6/4.0 MB error 03-Jan-2023 03:11:56 Progress (1): 3.6/4.0 MB error 03-Jan-2023 03:11:56 Progress (1): 3.6/4.0 MB error 03-Jan-2023 03:11:56 Progress (1): 3.6/4.0 MB error 03-Jan-2023 03:11:56 Progress (1): 3.7/4.0 MB error 03-Jan-2023 03:11:56 Progress (1): 3.7/4.0 MB error 03-Jan-2023 03:11:56 Progress (1): 3.7/4.0 MB error 03-Jan-2023 03:11:56 Progress (1): 3.7/4.0 MB error 03-Jan-2023 03:11:56 Progress (1): 3.7/4.0 MB error 03-Jan-2023 03:11:56 Progress (1): 3.8/4.0 MB error 03-Jan-2023 03:11:56 Progress (1): 3.8/4.0 MB error 03-Jan-2023 03:11:56 Progress (1): 3.8/4.0 MB error 03-Jan-2023 03:11:56 Progress (1): 3.8/4.0 MB error 03-Jan-2023 03:11:56 Progress (1): 3.8/4.0 MB error 03-Jan-2023 03:11:56 Progress (1): 3.9/4.0 MB error 03-Jan-2023 03:11:56 Progress (1): 3.9/4.0 MB error 03-Jan-2023 03:11:56 Progress (1): 3.9/4.0 MB error 03-Jan-2023 03:11:56 Progress (1): 3.9/4.0 MB error 03-Jan-2023 03:11:56 Progress (1): 4.0 MB error 03-Jan-2023 03:11:56 error 03-Jan-2023 03:11:56 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/legacyui-omod/1.13.0/legacyui-omod-1.13.0.jar (4.0 MB at 3.3 MB/s) error 03-Jan-2023 03:11:56 #18 159.2 [INFO] Configured Artifact: org.openmrs.module:openconceptlab-omod:2.0.0:jar error 03-Jan-2023 03:11:56 #18 159.2 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/openconceptlab-omod/2.0.0/openconceptlab-omod-2.0.0.pom error 03-Jan-2023 03:11:56 #18 159.4 Progress (1): 3.3/9.5 kB error 03-Jan-2023 03:11:56 Progress (1): 6.1/9.5 kB error 03-Jan-2023 03:11:56 Progress (1): 8.9/9.5 kB error 03-Jan-2023 03:11:56 Progress (1): 9.5 kB error 03-Jan-2023 03:11:56 error 03-Jan-2023 03:11:56 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/openconceptlab-omod/2.0.0/openconceptlab-omod-2.0.0.pom (9.5 kB at 37 kB/s) error 03-Jan-2023 03:11:56 #18 159.5 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/openconceptlab/2.0.0/openconceptlab-2.0.0.pom error 03-Jan-2023 03:11:56 #18 159.6 Progress (1): 3.3/10 kB error 03-Jan-2023 03:11:56 Progress (1): 6.1/10 kB error 03-Jan-2023 03:11:56 Progress (1): 8.9/10 kB error 03-Jan-2023 03:11:56 Progress (1): 10 kB error 03-Jan-2023 03:11:56 error 03-Jan-2023 03:11:57 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/openconceptlab/2.0.0/openconceptlab-2.0.0.pom (10 kB at 41 kB/s) error 03-Jan-2023 03:11:57 #18 159.8 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/openconceptlab-omod/2.0.0/openconceptlab-omod-2.0.0.jar error 03-Jan-2023 03:11:57 #18 160.1 Progress (1): 0/2.4 MB error 03-Jan-2023 03:11:57 Progress (1): 0/2.4 MB error 03-Jan-2023 03:11:57 Progress (1): 0.1/2.4 MB error 03-Jan-2023 03:11:57 Progress (1): 0.1/2.4 MB error 03-Jan-2023 03:11:57 Progress (1): 0.1/2.4 MB error 03-Jan-2023 03:11:57 Progress (1): 0.1/2.4 MB error 03-Jan-2023 03:11:57 Progress (1): 0.1/2.4 MB error 03-Jan-2023 03:11:57 Progress (1): 0.1/2.4 MB error 03-Jan-2023 03:11:57 Progress (1): 0.1/2.4 MB error 03-Jan-2023 03:11:57 Progress (1): 0.2/2.4 MB error 03-Jan-2023 03:11:57 Progress (1): 0.2/2.4 MB error 03-Jan-2023 03:11:57 Progress (1): 0.2/2.4 MB error 03-Jan-2023 03:11:57 Progress (1): 0.2/2.4 MB error 03-Jan-2023 03:11:57 Progress (1): 0.2/2.4 MB error 03-Jan-2023 03:11:57 Progress (1): 0.2/2.4 MB error 03-Jan-2023 03:11:57 Progress (1): 0.3/2.4 MB error 03-Jan-2023 03:11:57 Progress (1): 0.3/2.4 MB error 03-Jan-2023 03:11:57 Progress (1): 0.3/2.4 MB error 03-Jan-2023 03:11:57 Progress (1): 0.3/2.4 MB error 03-Jan-2023 03:11:57 Progress (1): 0.3/2.4 MB error 03-Jan-2023 03:11:57 Progress (1): 0.3/2.4 MB error 03-Jan-2023 03:11:57 Progress (1): 0.4/2.4 MB error 03-Jan-2023 03:11:57 Progress (1): 0.4/2.4 MB error 03-Jan-2023 03:11:57 Progress (1): 0.4/2.4 MB error 03-Jan-2023 03:11:57 Progress (1): 0.4/2.4 MB error 03-Jan-2023 03:11:57 Progress (1): 0.4/2.4 MB error 03-Jan-2023 03:11:57 Progress (1): 0.4/2.4 MB error 03-Jan-2023 03:11:57 Progress (1): 0.5/2.4 MB error 03-Jan-2023 03:11:57 Progress (1): 0.5/2.4 MB error 03-Jan-2023 03:11:57 Progress (1): 0.5/2.4 MB error 03-Jan-2023 03:11:57 Progress (1): 0.5/2.4 MB error 03-Jan-2023 03:11:57 Progress (1): 0.5/2.4 MB error 03-Jan-2023 03:11:57 Progress (1): 0.5/2.4 MB error 03-Jan-2023 03:11:57 Progress (1): 0.6/2.4 MB error 03-Jan-2023 03:11:57 Progress (1): 0.6/2.4 MB error 03-Jan-2023 03:11:57 Progress (1): 0.6/2.4 MB error 03-Jan-2023 03:11:57 Progress (1): 0.6/2.4 MB error 03-Jan-2023 03:11:57 Progress (1): 0.6/2.4 MB error 03-Jan-2023 03:11:57 Progress (1): 0.6/2.4 MB error 03-Jan-2023 03:11:57 Progress (1): 0.6/2.4 MB error 03-Jan-2023 03:11:57 Progress (1): 0.7/2.4 MB error 03-Jan-2023 03:11:57 Progress (1): 0.7/2.4 MB error 03-Jan-2023 03:11:57 Progress (1): 0.7/2.4 MB error 03-Jan-2023 03:11:57 Progress (1): 0.7/2.4 MB error 03-Jan-2023 03:11:57 Progress (1): 0.7/2.4 MB error 03-Jan-2023 03:11:57 Progress (1): 0.7/2.4 MB error 03-Jan-2023 03:11:57 Progress (1): 0.8/2.4 MB error 03-Jan-2023 03:11:57 Progress (1): 0.8/2.4 MB error 03-Jan-2023 03:11:57 Progress (1): 0.8/2.4 MB error 03-Jan-2023 03:11:57 Progress (1): 0.8/2.4 MB error 03-Jan-2023 03:11:57 Progress (1): 0.8/2.4 MB error 03-Jan-2023 03:11:57 Progress (1): 0.8/2.4 MB error 03-Jan-2023 03:11:57 Progress (1): 0.9/2.4 MB error 03-Jan-2023 03:11:57 Progress (1): 0.9/2.4 MB error 03-Jan-2023 03:11:57 Progress (1): 0.9/2.4 MB error 03-Jan-2023 03:11:57 Progress (1): 0.9/2.4 MB error 03-Jan-2023 03:11:57 Progress (1): 0.9/2.4 MB error 03-Jan-2023 03:11:57 Progress (1): 0.9/2.4 MB error 03-Jan-2023 03:11:57 Progress (1): 1.0/2.4 MB error 03-Jan-2023 03:11:57 Progress (1): 1.0/2.4 MB error 03-Jan-2023 03:11:57 Progress (1): 1.0/2.4 MB error 03-Jan-2023 03:11:57 Progress (1): 1.0/2.4 MB error 03-Jan-2023 03:11:57 Progress (1): 1.0/2.4 MB error 03-Jan-2023 03:11:57 Progress (1): 1.0/2.4 MB error 03-Jan-2023 03:11:57 Progress (1): 1.1/2.4 MB error 03-Jan-2023 03:11:57 Progress (1): 1.1/2.4 MB error 03-Jan-2023 03:11:57 Progress (1): 1.1/2.4 MB error 03-Jan-2023 03:11:57 Progress (1): 1.1/2.4 MB error 03-Jan-2023 03:11:57 Progress (1): 1.1/2.4 MB error 03-Jan-2023 03:11:57 Progress (1): 1.1/2.4 MB error 03-Jan-2023 03:11:57 Progress (1): 1.1/2.4 MB error 03-Jan-2023 03:11:57 Progress (1): 1.2/2.4 MB error 03-Jan-2023 03:11:57 Progress (1): 1.2/2.4 MB error 03-Jan-2023 03:11:57 Progress (1): 1.2/2.4 MB error 03-Jan-2023 03:11:57 Progress (1): 1.2/2.4 MB error 03-Jan-2023 03:11:57 Progress (1): 1.2/2.4 MB error 03-Jan-2023 03:11:57 Progress (1): 1.2/2.4 MB error 03-Jan-2023 03:11:57 Progress (1): 1.3/2.4 MB error 03-Jan-2023 03:11:57 Progress (1): 1.3/2.4 MB error 03-Jan-2023 03:11:57 Progress (1): 1.3/2.4 MB error 03-Jan-2023 03:11:57 Progress (1): 1.3/2.4 MB error 03-Jan-2023 03:11:57 Progress (1): 1.3/2.4 MB error 03-Jan-2023 03:11:57 Progress (1): 1.3/2.4 MB error 03-Jan-2023 03:11:57 Progress (1): 1.4/2.4 MB error 03-Jan-2023 03:11:57 Progress (1): 1.4/2.4 MB error 03-Jan-2023 03:11:57 Progress (1): 1.4/2.4 MB error 03-Jan-2023 03:11:57 Progress (1): 1.4/2.4 MB error 03-Jan-2023 03:11:57 Progress (1): 1.4/2.4 MB error 03-Jan-2023 03:11:57 Progress (1): 1.4/2.4 MB error 03-Jan-2023 03:11:57 Progress (1): 1.4/2.4 MB error 03-Jan-2023 03:11:57 Progress (1): 1.5/2.4 MB error 03-Jan-2023 03:11:57 Progress (1): 1.5/2.4 MB error 03-Jan-2023 03:11:57 Progress (1): 1.5/2.4 MB error 03-Jan-2023 03:11:57 Progress (1): 1.5/2.4 MB error 03-Jan-2023 03:11:57 Progress (1): 1.5/2.4 MB error 03-Jan-2023 03:11:57 Progress (1): 1.5/2.4 MB error 03-Jan-2023 03:11:57 Progress (1): 1.6/2.4 MB error 03-Jan-2023 03:11:57 Progress (1): 1.6/2.4 MB error 03-Jan-2023 03:11:57 Progress (1): 1.6/2.4 MB error 03-Jan-2023 03:11:57 Progress (1): 1.6/2.4 MB error 03-Jan-2023 03:11:57 Progress (1): 1.6/2.4 MB error 03-Jan-2023 03:11:57 Progress (1): 1.6/2.4 MB error 03-Jan-2023 03:11:57 Progress (1): 1.7/2.4 MB error 03-Jan-2023 03:11:57 Progress (1): 1.7/2.4 MB error 03-Jan-2023 03:11:57 Progress (1): 1.7/2.4 MB error 03-Jan-2023 03:11:57 Progress (1): 1.7/2.4 MB error 03-Jan-2023 03:11:57 Progress (1): 1.7/2.4 MB error 03-Jan-2023 03:11:57 Progress (1): 1.7/2.4 MB error 03-Jan-2023 03:11:57 Progress (1): 1.8/2.4 MB error 03-Jan-2023 03:11:57 Progress (1): 1.8/2.4 MB error 03-Jan-2023 03:11:57 Progress (1): 1.8/2.4 MB error 03-Jan-2023 03:11:57 Progress (1): 1.8/2.4 MB error 03-Jan-2023 03:11:57 Progress (1): 1.8/2.4 MB error 03-Jan-2023 03:11:57 Progress (1): 1.8/2.4 MB error 03-Jan-2023 03:11:57 Progress (1): 1.8/2.4 MB error 03-Jan-2023 03:11:57 Progress (1): 1.9/2.4 MB error 03-Jan-2023 03:11:57 Progress (1): 1.9/2.4 MB error 03-Jan-2023 03:11:57 Progress (1): 1.9/2.4 MB error 03-Jan-2023 03:11:57 Progress (1): 1.9/2.4 MB error 03-Jan-2023 03:11:57 Progress (1): 1.9/2.4 MB error 03-Jan-2023 03:11:57 Progress (1): 1.9/2.4 MB error 03-Jan-2023 03:11:57 Progress (1): 2.0/2.4 MB error 03-Jan-2023 03:11:57 Progress (1): 2.0/2.4 MB error 03-Jan-2023 03:11:57 Progress (1): 2.0/2.4 MB error 03-Jan-2023 03:11:57 Progress (1): 2.0/2.4 MB error 03-Jan-2023 03:11:57 Progress (1): 2.0/2.4 MB error 03-Jan-2023 03:11:57 Progress (1): 2.0/2.4 MB error 03-Jan-2023 03:11:57 Progress (1): 2.0/2.4 MB error 03-Jan-2023 03:11:57 Progress (1): 2.1/2.4 MB error 03-Jan-2023 03:11:57 Progress (1): 2.1/2.4 MB error 03-Jan-2023 03:11:57 Progress (1): 2.1/2.4 MB error 03-Jan-2023 03:11:57 Progress (1): 2.1/2.4 MB error 03-Jan-2023 03:11:57 Progress (1): 2.1/2.4 MB error 03-Jan-2023 03:11:57 Progress (1): 2.1/2.4 MB error 03-Jan-2023 03:11:57 Progress (1): 2.2/2.4 MB error 03-Jan-2023 03:11:57 Progress (1): 2.2/2.4 MB error 03-Jan-2023 03:11:57 Progress (1): 2.2/2.4 MB error 03-Jan-2023 03:11:57 Progress (1): 2.2/2.4 MB error 03-Jan-2023 03:11:57 Progress (1): 2.2/2.4 MB error 03-Jan-2023 03:11:57 Progress (1): 2.2/2.4 MB error 03-Jan-2023 03:11:57 Progress (1): 2.3/2.4 MB error 03-Jan-2023 03:11:57 Progress (1): 2.3/2.4 MB error 03-Jan-2023 03:11:57 Progress (1): 2.3/2.4 MB error 03-Jan-2023 03:11:57 Progress (1): 2.3/2.4 MB error 03-Jan-2023 03:11:57 Progress (1): 2.3/2.4 MB error 03-Jan-2023 03:11:57 Progress (1): 2.3/2.4 MB error 03-Jan-2023 03:11:57 Progress (1): 2.4/2.4 MB error 03-Jan-2023 03:11:57 Progress (1): 2.4/2.4 MB error 03-Jan-2023 03:11:57 Progress (1): 2.4 MB error 03-Jan-2023 03:11:57 error 03-Jan-2023 03:11:57 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/openconceptlab-omod/2.0.0/openconceptlab-omod-2.0.0.jar (2.4 MB at 3.2 MB/s) error 03-Jan-2023 03:11:57 #18 160.5 [INFO] Configured Artifact: org.openmrs.module:metadatadeploy-omod:1.13.0:jar error 03-Jan-2023 03:11:57 #18 160.5 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/metadatadeploy-omod/1.13.0/metadatadeploy-omod-1.13.0.pom error 03-Jan-2023 03:11:57 #18 160.7 Progress (1): 3.3/4.9 kB error 03-Jan-2023 03:11:57 Progress (1): 4.9 kB error 03-Jan-2023 03:11:58 error 03-Jan-2023 03:11:58 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/metadatadeploy-omod/1.13.0/metadatadeploy-omod-1.13.0.pom (4.9 kB at 17 kB/s) error 03-Jan-2023 03:11:58 #18 161.0 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/metadatadeploy/1.13.0/metadatadeploy-1.13.0.pom error 03-Jan-2023 03:11:58 #18 161.4 Progress (1): 3.3/6.2 kB error 03-Jan-2023 03:11:58 Progress (1): 6.1/6.2 kB error 03-Jan-2023 03:11:58 Progress (1): 6.2 kB error 03-Jan-2023 03:11:58 error 03-Jan-2023 03:11:58 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/metadatadeploy/1.13.0/metadatadeploy-1.13.0.pom (6.2 kB at 8.8 kB/s) error 03-Jan-2023 03:11:59 #18 162.4 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/metadatadeploy-omod/1.13.0/metadatadeploy-omod-1.13.0.jar error 03-Jan-2023 03:11:59 #18 162.6 Progress (1): 3.3/110 kB error 03-Jan-2023 03:11:59 Progress (1): 6.1/110 kB error 03-Jan-2023 03:11:59 Progress (1): 8.9/110 kB error 03-Jan-2023 03:11:59 Progress (1): 12/110 kB error 03-Jan-2023 03:11:59 Progress (1): 14/110 kB error 03-Jan-2023 03:11:59 Progress (1): 17/110 kB error 03-Jan-2023 03:11:59 Progress (1): 20/110 kB error 03-Jan-2023 03:11:59 Progress (1): 23/110 kB error 03-Jan-2023 03:11:59 Progress (1): 26/110 kB error 03-Jan-2023 03:11:59 Progress (1): 28/110 kB error 03-Jan-2023 03:11:59 Progress (1): 31/110 kB error 03-Jan-2023 03:11:59 Progress (1): 34/110 kB error 03-Jan-2023 03:11:59 Progress (1): 37/110 kB error 03-Jan-2023 03:11:59 Progress (1): 40/110 kB error 03-Jan-2023 03:11:59 Progress (1): 42/110 kB error 03-Jan-2023 03:11:59 Progress (1): 45/110 kB error 03-Jan-2023 03:11:59 Progress (1): 48/110 kB error 03-Jan-2023 03:11:59 Progress (1): 51/110 kB error 03-Jan-2023 03:11:59 Progress (1): 54/110 kB error 03-Jan-2023 03:11:59 Progress (1): 56/110 kB error 03-Jan-2023 03:11:59 Progress (1): 59/110 kB error 03-Jan-2023 03:11:59 Progress (1): 62/110 kB error 03-Jan-2023 03:11:59 Progress (1): 65/110 kB error 03-Jan-2023 03:11:59 Progress (1): 68/110 kB error 03-Jan-2023 03:11:59 Progress (1): 70/110 kB error 03-Jan-2023 03:11:59 Progress (1): 73/110 kB error 03-Jan-2023 03:11:59 Progress (1): 76/110 kB error 03-Jan-2023 03:11:59 Progress (1): 79/110 kB error 03-Jan-2023 03:11:59 Progress (1): 82/110 kB error 03-Jan-2023 03:11:59 Progress (1): 84/110 kB error 03-Jan-2023 03:11:59 Progress (1): 87/110 kB error 03-Jan-2023 03:11:59 Progress (1): 90/110 kB error 03-Jan-2023 03:11:59 Progress (1): 93/110 kB error 03-Jan-2023 03:11:59 Progress (1): 96/110 kB error 03-Jan-2023 03:11:59 Progress (1): 98/110 kB error 03-Jan-2023 03:11:59 Progress (1): 101/110 kB error 03-Jan-2023 03:11:59 Progress (1): 104/110 kB error 03-Jan-2023 03:11:59 Progress (1): 107/110 kB error 03-Jan-2023 03:11:59 Progress (1): 110/110 kB error 03-Jan-2023 03:11:59 Progress (1): 110 kB error 03-Jan-2023 03:12:00 error 03-Jan-2023 03:12:00 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/metadatadeploy-omod/1.13.0/metadatadeploy-omod-1.13.0.jar (110 kB at 235 kB/s) error 03-Jan-2023 03:12:00 #18 162.9 [INFO] Configured Artifact: org.openmrs.module:reportingrest-omod:1.14.0:jar error 03-Jan-2023 03:12:00 #18 163.0 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/reportingrest-omod/1.14.0/reportingrest-omod-1.14.0.pom error 03-Jan-2023 03:12:00 #18 163.1 Progress (1): 3.3/5.4 kB error 03-Jan-2023 03:12:00 Progress (1): 5.4 kB error 03-Jan-2023 03:12:00 error 03-Jan-2023 03:12:00 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/reportingrest-omod/1.14.0/reportingrest-omod-1.14.0.pom (5.4 kB at 22 kB/s) error 03-Jan-2023 03:12:00 #18 163.3 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/reportingrest/1.14.0/reportingrest-1.14.0.pom error 03-Jan-2023 03:12:00 #18 163.4 Progress (1): 3.3/7.0 kB error 03-Jan-2023 03:12:00 Progress (1): 6.1/7.0 kB error 03-Jan-2023 03:12:00 Progress (1): 7.0 kB error 03-Jan-2023 03:12:00 error 03-Jan-2023 03:12:00 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/reportingrest/1.14.0/reportingrest-1.14.0.pom (7.0 kB at 30 kB/s) error 03-Jan-2023 03:12:00 #18 163.6 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/reportingrest-omod/1.14.0/reportingrest-omod-1.14.0.jar error 03-Jan-2023 03:12:00 #18 163.7 Progress (1): 3.3/75 kB error 03-Jan-2023 03:12:00 Progress (1): 6.1/75 kB error 03-Jan-2023 03:12:00 Progress (1): 8.9/75 kB error 03-Jan-2023 03:12:00 Progress (1): 12/75 kB error 03-Jan-2023 03:12:00 Progress (1): 14/75 kB error 03-Jan-2023 03:12:00 Progress (1): 17/75 kB error 03-Jan-2023 03:12:00 Progress (1): 20/75 kB error 03-Jan-2023 03:12:00 Progress (1): 23/75 kB error 03-Jan-2023 03:12:00 Progress (1): 26/75 kB error 03-Jan-2023 03:12:00 Progress (1): 29/75 kB error 03-Jan-2023 03:12:00 Progress (1): 31/75 kB error 03-Jan-2023 03:12:00 Progress (1): 34/75 kB error 03-Jan-2023 03:12:00 Progress (1): 37/75 kB error 03-Jan-2023 03:12:00 Progress (1): 40/75 kB error 03-Jan-2023 03:12:00 Progress (1): 43/75 kB error 03-Jan-2023 03:12:00 Progress (1): 45/75 kB error 03-Jan-2023 03:12:00 Progress (1): 48/75 kB error 03-Jan-2023 03:12:00 Progress (1): 51/75 kB error 03-Jan-2023 03:12:00 Progress (1): 54/75 kB error 03-Jan-2023 03:12:00 Progress (1): 57/75 kB error 03-Jan-2023 03:12:00 Progress (1): 59/75 kB error 03-Jan-2023 03:12:00 Progress (1): 62/75 kB error 03-Jan-2023 03:12:00 Progress (1): 65/75 kB error 03-Jan-2023 03:12:00 Progress (1): 68/75 kB error 03-Jan-2023 03:12:00 Progress (1): 71/75 kB error 03-Jan-2023 03:12:00 Progress (1): 73/75 kB error 03-Jan-2023 03:12:00 Progress (1): 75 kB error 03-Jan-2023 03:12:01 error 03-Jan-2023 03:12:01 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/reportingrest-omod/1.14.0/reportingrest-omod-1.14.0.jar (75 kB at 272 kB/s) error 03-Jan-2023 03:12:01 #18 163.8 [INFO] Configured Artifact: org.openmrs.module:owa-omod:1.14.0:jar error 03-Jan-2023 03:12:01 #18 163.9 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/owa-omod/1.14.0/owa-omod-1.14.0.pom error 03-Jan-2023 03:12:01 #18 164.0 Progress (1): 3.3/8.5 kB error 03-Jan-2023 03:12:01 Progress (1): 6.1/8.5 kB error 03-Jan-2023 03:12:01 Progress (1): 8.5 kB error 03-Jan-2023 03:12:01 error 03-Jan-2023 03:12:01 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/owa-omod/1.14.0/owa-omod-1.14.0.pom (8.5 kB at 32 kB/s) error 03-Jan-2023 03:12:01 #18 164.1 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/owa/1.14.0/owa-1.14.0.pom error 03-Jan-2023 03:12:01 #18 164.3 Progress (1): 3.3/6.9 kB error 03-Jan-2023 03:12:01 Progress (1): 6.1/6.9 kB error 03-Jan-2023 03:12:01 Progress (1): 6.9 kB error 03-Jan-2023 03:12:01 error 03-Jan-2023 03:12:01 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/owa/1.14.0/owa-1.14.0.pom (6.9 kB at 25 kB/s) error 03-Jan-2023 03:12:01 #18 164.5 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/owa-omod/1.14.0/owa-omod-1.14.0.jar error 03-Jan-2023 03:12:02 #18 164.8 Progress (1): 0/1.3 MB error 03-Jan-2023 03:12:02 Progress (1): 0/1.3 MB error 03-Jan-2023 03:12:02 Progress (1): 0/1.3 MB error 03-Jan-2023 03:12:02 Progress (1): 0/1.3 MB error 03-Jan-2023 03:12:02 Progress (1): 0/1.3 MB error 03-Jan-2023 03:12:02 Progress (1): 0.1/1.3 MB error 03-Jan-2023 03:12:02 Progress (1): 0.1/1.3 MB error 03-Jan-2023 03:12:02 Progress (1): 0.1/1.3 MB error 03-Jan-2023 03:12:02 Progress (1): 0.1/1.3 MB error 03-Jan-2023 03:12:02 Progress (1): 0.1/1.3 MB error 03-Jan-2023 03:12:02 Progress (1): 0.1/1.3 MB error 03-Jan-2023 03:12:02 Progress (1): 0.1/1.3 MB error 03-Jan-2023 03:12:02 Progress (1): 0.1/1.3 MB error 03-Jan-2023 03:12:02 Progress (1): 0.1/1.3 MB error 03-Jan-2023 03:12:02 Progress (1): 0.1/1.3 MB error 03-Jan-2023 03:12:02 Progress (1): 0.1/1.3 MB error 03-Jan-2023 03:12:02 Progress (1): 0.2/1.3 MB error 03-Jan-2023 03:12:02 Progress (1): 0.2/1.3 MB error 03-Jan-2023 03:12:02 Progress (1): 0.2/1.3 MB error 03-Jan-2023 03:12:02 Progress (1): 0.2/1.3 MB error 03-Jan-2023 03:12:02 Progress (1): 0.2/1.3 MB error 03-Jan-2023 03:12:02 Progress (1): 0.2/1.3 MB error 03-Jan-2023 03:12:02 Progress (1): 0.2/1.3 MB error 03-Jan-2023 03:12:02 Progress (1): 0.2/1.3 MB error 03-Jan-2023 03:12:02 Progress (1): 0.2/1.3 MB error 03-Jan-2023 03:12:02 Progress (1): 0.2/1.3 MB error 03-Jan-2023 03:12:02 Progress (1): 0.2/1.3 MB error 03-Jan-2023 03:12:02 Progress (1): 0.2/1.3 MB error 03-Jan-2023 03:12:02 Progress (1): 0.3/1.3 MB error 03-Jan-2023 03:12:02 Progress (1): 0.3/1.3 MB error 03-Jan-2023 03:12:02 Progress (1): 0.3/1.3 MB error 03-Jan-2023 03:12:02 Progress (1): 0.3/1.3 MB error 03-Jan-2023 03:12:02 Progress (1): 0.3/1.3 MB error 03-Jan-2023 03:12:02 Progress (1): 0.3/1.3 MB error 03-Jan-2023 03:12:02 Progress (1): 0.3/1.3 MB error 03-Jan-2023 03:12:02 Progress (1): 0.3/1.3 MB error 03-Jan-2023 03:12:02 Progress (1): 0.3/1.3 MB error 03-Jan-2023 03:12:02 Progress (1): 0.3/1.3 MB error 03-Jan-2023 03:12:02 Progress (1): 0.3/1.3 MB error 03-Jan-2023 03:12:02 Progress (1): 0.4/1.3 MB error 03-Jan-2023 03:12:02 Progress (1): 0.4/1.3 MB error 03-Jan-2023 03:12:02 Progress (1): 0.4/1.3 MB error 03-Jan-2023 03:12:02 Progress (1): 0.4/1.3 MB error 03-Jan-2023 03:12:02 Progress (1): 0.4/1.3 MB error 03-Jan-2023 03:12:02 Progress (1): 0.4/1.3 MB error 03-Jan-2023 03:12:02 Progress (1): 0.4/1.3 MB error 03-Jan-2023 03:12:02 Progress (1): 0.4/1.3 MB error 03-Jan-2023 03:12:02 Progress (1): 0.4/1.3 MB error 03-Jan-2023 03:12:02 Progress (1): 0.4/1.3 MB error 03-Jan-2023 03:12:02 Progress (1): 0.4/1.3 MB error 03-Jan-2023 03:12:02 Progress (1): 0.5/1.3 MB error 03-Jan-2023 03:12:02 Progress (1): 0.5/1.3 MB error 03-Jan-2023 03:12:02 Progress (1): 0.5/1.3 MB error 03-Jan-2023 03:12:02 Progress (1): 0.5/1.3 MB error 03-Jan-2023 03:12:02 Progress (1): 0.5/1.3 MB error 03-Jan-2023 03:12:02 Progress (1): 0.5/1.3 MB error 03-Jan-2023 03:12:02 Progress (1): 0.5/1.3 MB error 03-Jan-2023 03:12:02 Progress (1): 0.5/1.3 MB error 03-Jan-2023 03:12:02 Progress (1): 0.5/1.3 MB error 03-Jan-2023 03:12:02 Progress (1): 0.5/1.3 MB error 03-Jan-2023 03:12:02 Progress (1): 0.5/1.3 MB error 03-Jan-2023 03:12:02 Progress (1): 0.5/1.3 MB error 03-Jan-2023 03:12:02 Progress (1): 0.6/1.3 MB error 03-Jan-2023 03:12:02 Progress (1): 0.6/1.3 MB error 03-Jan-2023 03:12:02 Progress (1): 0.6/1.3 MB error 03-Jan-2023 03:12:02 Progress (1): 0.6/1.3 MB error 03-Jan-2023 03:12:02 Progress (1): 0.6/1.3 MB error 03-Jan-2023 03:12:02 Progress (1): 0.6/1.3 MB error 03-Jan-2023 03:12:02 Progress (1): 0.6/1.3 MB error 03-Jan-2023 03:12:02 Progress (1): 0.6/1.3 MB error 03-Jan-2023 03:12:02 Progress (1): 0.6/1.3 MB error 03-Jan-2023 03:12:02 Progress (1): 0.6/1.3 MB error 03-Jan-2023 03:12:02 Progress (1): 0.6/1.3 MB error 03-Jan-2023 03:12:02 Progress (1): 0.7/1.3 MB error 03-Jan-2023 03:12:02 Progress (1): 0.7/1.3 MB error 03-Jan-2023 03:12:02 Progress (1): 0.7/1.3 MB error 03-Jan-2023 03:12:02 Progress (1): 0.7/1.3 MB error 03-Jan-2023 03:12:02 Progress (1): 0.7/1.3 MB error 03-Jan-2023 03:12:02 Progress (1): 0.7/1.3 MB error 03-Jan-2023 03:12:02 Progress (1): 0.7/1.3 MB error 03-Jan-2023 03:12:02 Progress (1): 0.7/1.3 MB error 03-Jan-2023 03:12:02 Progress (1): 0.7/1.3 MB error 03-Jan-2023 03:12:02 Progress (1): 0.7/1.3 MB error 03-Jan-2023 03:12:02 Progress (1): 0.7/1.3 MB error 03-Jan-2023 03:12:02 Progress (1): 0.8/1.3 MB error 03-Jan-2023 03:12:02 Progress (1): 0.8/1.3 MB error 03-Jan-2023 03:12:02 Progress (1): 0.8/1.3 MB error 03-Jan-2023 03:12:02 Progress (1): 0.8/1.3 MB error 03-Jan-2023 03:12:02 Progress (1): 0.8/1.3 MB error 03-Jan-2023 03:12:02 Progress (1): 0.8/1.3 MB error 03-Jan-2023 03:12:02 Progress (1): 0.8/1.3 MB error 03-Jan-2023 03:12:02 Progress (1): 0.8/1.3 MB error 03-Jan-2023 03:12:02 Progress (1): 0.8/1.3 MB error 03-Jan-2023 03:12:02 Progress (1): 0.8/1.3 MB error 03-Jan-2023 03:12:02 Progress (1): 0.8/1.3 MB error 03-Jan-2023 03:12:02 Progress (1): 0.9/1.3 MB error 03-Jan-2023 03:12:02 Progress (1): 0.9/1.3 MB error 03-Jan-2023 03:12:02 Progress (1): 0.9/1.3 MB error 03-Jan-2023 03:12:02 Progress (1): 0.9/1.3 MB error 03-Jan-2023 03:12:02 Progress (1): 0.9/1.3 MB error 03-Jan-2023 03:12:02 Progress (1): 0.9/1.3 MB error 03-Jan-2023 03:12:02 Progress (1): 0.9/1.3 MB error 03-Jan-2023 03:12:02 Progress (1): 0.9/1.3 MB error 03-Jan-2023 03:12:02 Progress (1): 0.9/1.3 MB error 03-Jan-2023 03:12:02 Progress (1): 0.9/1.3 MB error 03-Jan-2023 03:12:02 Progress (1): 0.9/1.3 MB error 03-Jan-2023 03:12:02 Progress (1): 1.0/1.3 MB error 03-Jan-2023 03:12:02 Progress (1): 1.0/1.3 MB error 03-Jan-2023 03:12:02 Progress (1): 1.0/1.3 MB error 03-Jan-2023 03:12:02 Progress (1): 1.0/1.3 MB error 03-Jan-2023 03:12:02 Progress (1): 1.0/1.3 MB error 03-Jan-2023 03:12:02 Progress (1): 1.0/1.3 MB error 03-Jan-2023 03:12:02 Progress (1): 1.0/1.3 MB error 03-Jan-2023 03:12:02 Progress (1): 1.0/1.3 MB error 03-Jan-2023 03:12:02 Progress (1): 1.0/1.3 MB error 03-Jan-2023 03:12:02 Progress (1): 1.0/1.3 MB error 03-Jan-2023 03:12:02 Progress (1): 1.0/1.3 MB error 03-Jan-2023 03:12:02 Progress (1): 1.1/1.3 MB error 03-Jan-2023 03:12:02 Progress (1): 1.1/1.3 MB error 03-Jan-2023 03:12:02 Progress (1): 1.1/1.3 MB error 03-Jan-2023 03:12:02 Progress (1): 1.1/1.3 MB error 03-Jan-2023 03:12:02 Progress (1): 1.1/1.3 MB error 03-Jan-2023 03:12:02 Progress (1): 1.1/1.3 MB error 03-Jan-2023 03:12:02 Progress (1): 1.1/1.3 MB error 03-Jan-2023 03:12:02 Progress (1): 1.1/1.3 MB error 03-Jan-2023 03:12:02 Progress (1): 1.1/1.3 MB error 03-Jan-2023 03:12:02 Progress (1): 1.1/1.3 MB error 03-Jan-2023 03:12:02 Progress (1): 1.1/1.3 MB error 03-Jan-2023 03:12:02 Progress (1): 1.1/1.3 MB error 03-Jan-2023 03:12:02 Progress (1): 1.2/1.3 MB error 03-Jan-2023 03:12:02 Progress (1): 1.2/1.3 MB error 03-Jan-2023 03:12:02 Progress (1): 1.2/1.3 MB error 03-Jan-2023 03:12:02 Progress (1): 1.2/1.3 MB error 03-Jan-2023 03:12:02 Progress (1): 1.2/1.3 MB error 03-Jan-2023 03:12:02 Progress (1): 1.2/1.3 MB error 03-Jan-2023 03:12:02 Progress (1): 1.2/1.3 MB error 03-Jan-2023 03:12:02 Progress (1): 1.2/1.3 MB error 03-Jan-2023 03:12:02 Progress (1): 1.2/1.3 MB error 03-Jan-2023 03:12:02 Progress (1): 1.2/1.3 MB error 03-Jan-2023 03:12:02 Progress (1): 1.2/1.3 MB error 03-Jan-2023 03:12:02 Progress (1): 1.3 MB error 03-Jan-2023 03:12:02 error 03-Jan-2023 03:12:02 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/owa-omod/1.14.0/owa-omod-1.14.0.jar (1.3 MB at 1.8 MB/s) error 03-Jan-2023 03:12:02 #18 165.2 [INFO] Configured Artifact: org.openmrs.module:fhir2-omod:1.8.0:jar error 03-Jan-2023 03:12:02 #18 165.3 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/fhir2-omod/1.8.0/fhir2-omod-1.8.0.pom error 03-Jan-2023 03:12:02 #18 165.5 Progress (1): 3.3/4.5 kB error 03-Jan-2023 03:12:02 Progress (1): 4.5 kB error 03-Jan-2023 03:12:02 error 03-Jan-2023 03:12:02 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/fhir2-omod/1.8.0/fhir2-omod-1.8.0.pom (4.5 kB at 17 kB/s) error 03-Jan-2023 03:12:02 #18 165.6 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/fhir2/1.8.0/fhir2-1.8.0.pom error 03-Jan-2023 03:12:02 #18 165.7 Progress (1): 3.3/36 kB error 03-Jan-2023 03:12:03 Progress (1): 6.1/36 kB error 03-Jan-2023 03:12:03 Progress (1): 8.9/36 kB error 03-Jan-2023 03:12:03 Progress (1): 12/36 kB error 03-Jan-2023 03:12:03 Progress (1): 15/36 kB error 03-Jan-2023 03:12:03 Progress (1): 17/36 kB error 03-Jan-2023 03:12:03 Progress (1): 20/36 kB error 03-Jan-2023 03:12:03 Progress (1): 23/36 kB error 03-Jan-2023 03:12:03 Progress (1): 26/36 kB error 03-Jan-2023 03:12:03 Progress (1): 29/36 kB error 03-Jan-2023 03:12:03 Progress (1): 31/36 kB error 03-Jan-2023 03:12:03 Progress (1): 34/36 kB error 03-Jan-2023 03:12:03 Progress (1): 36 kB error 03-Jan-2023 03:12:03 error 03-Jan-2023 03:12:03 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/fhir2/1.8.0/fhir2-1.8.0.pom (36 kB at 154 kB/s) error 03-Jan-2023 03:12:03 #18 166.0 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/fhir2-omod/1.8.0/fhir2-omod-1.8.0.jar error 03-Jan-2023 03:12:03 #18 166.3 Progress (1): 0.2/37 MB error 03-Jan-2023 03:12:03 Progress (1): 0.4/37 MB error 03-Jan-2023 03:12:03 Progress (1): 0.6/37 MB error 03-Jan-2023 03:12:03 Progress (1): 0.8/37 MB error 03-Jan-2023 03:12:03 Progress (1): 1.0/37 MB error 03-Jan-2023 03:12:03 Progress (1): 1.1/37 MB error 03-Jan-2023 03:12:03 Progress (1): 1.3/37 MB error 03-Jan-2023 03:12:03 Progress (1): 1.5/37 MB error 03-Jan-2023 03:12:03 Progress (1): 1.7/37 MB error 03-Jan-2023 03:12:03 Progress (1): 1.9/37 MB error 03-Jan-2023 03:12:03 Progress (1): 2.1/37 MB error 03-Jan-2023 03:12:03 Progress (1): 2.3/37 MB error 03-Jan-2023 03:12:03 Progress (1): 2.5/37 MB error 03-Jan-2023 03:12:03 Progress (1): 2.7/37 MB error 03-Jan-2023 03:12:03 Progress (1): 2.9/37 MB error 03-Jan-2023 03:12:03 Progress (1): 3.0/37 MB error 03-Jan-2023 03:12:03 Progress (1): 3.2/37 MB error 03-Jan-2023 03:12:03 Progress (1): 3.4/37 MB error 03-Jan-2023 03:12:03 Progress (1): 3.6/37 MB error 03-Jan-2023 03:12:03 Progress (1): 3.8/37 MB error 03-Jan-2023 03:12:03 Progress (1): 4.0/37 MB error 03-Jan-2023 03:12:03 Progress (1): 4.2/37 MB error 03-Jan-2023 03:12:03 Progress (1): 4.4/37 MB error 03-Jan-2023 03:12:03 Progress (1): 4.6/37 MB error 03-Jan-2023 03:12:03 Progress (1): 4.8/37 MB error 03-Jan-2023 03:12:03 Progress (1): 4.9/37 MB error 03-Jan-2023 03:12:03 Progress (1): 5.1/37 MB error 03-Jan-2023 03:12:03 Progress (1): 5.3/37 MB error 03-Jan-2023 03:12:03 Progress (1): 5.5/37 MB error 03-Jan-2023 03:12:03 Progress (1): 5.7/37 MB error 03-Jan-2023 03:12:03 Progress (1): 5.9/37 MB error 03-Jan-2023 03:12:03 Progress (1): 6.1/37 MB error 03-Jan-2023 03:12:03 Progress (1): 6.3/37 MB error 03-Jan-2023 03:12:03 Progress (1): 6.5/37 MB error 03-Jan-2023 03:12:03 Progress (1): 6.6/37 MB error 03-Jan-2023 03:12:03 Progress (1): 6.8/37 MB error 03-Jan-2023 03:12:04 Progress (1): 7.0/37 MB error 03-Jan-2023 03:12:04 Progress (1): 7.2/37 MB error 03-Jan-2023 03:12:04 Progress (1): 7.4/37 MB error 03-Jan-2023 03:12:04 Progress (1): 7.6/37 MB error 03-Jan-2023 03:12:04 Progress (1): 7.8/37 MB error 03-Jan-2023 03:12:04 Progress (1): 8.0/37 MB error 03-Jan-2023 03:12:04 Progress (1): 8.1/37 MB error 03-Jan-2023 03:12:04 Progress (1): 8.3/37 MB error 03-Jan-2023 03:12:04 Progress (1): 8.5/37 MB error 03-Jan-2023 03:12:04 Progress (1): 8.7/37 MB error 03-Jan-2023 03:12:04 Progress (1): 8.9/37 MB error 03-Jan-2023 03:12:04 Progress (1): 9.1/37 MB error 03-Jan-2023 03:12:04 Progress (1): 9.3/37 MB error 03-Jan-2023 03:12:04 Progress (1): 9.5/37 MB error 03-Jan-2023 03:12:04 Progress (1): 9.7/37 MB error 03-Jan-2023 03:12:04 Progress (1): 9.8/37 MB error 03-Jan-2023 03:12:04 Progress (1): 10/37 MB error 03-Jan-2023 03:12:04 Progress (1): 10/37 MB error 03-Jan-2023 03:12:04 Progress (1): 10/37 MB error 03-Jan-2023 03:12:04 Progress (1): 11/37 MB error 03-Jan-2023 03:12:04 Progress (1): 11/37 MB error 03-Jan-2023 03:12:04 Progress (1): 11/37 MB error 03-Jan-2023 03:12:04 Progress (1): 11/37 MB error 03-Jan-2023 03:12:04 Progress (1): 11/37 MB error 03-Jan-2023 03:12:04 Progress (1): 12/37 MB error 03-Jan-2023 03:12:04 Progress (1): 12/37 MB error 03-Jan-2023 03:12:04 Progress (1): 12/37 MB error 03-Jan-2023 03:12:04 Progress (1): 12/37 MB error 03-Jan-2023 03:12:04 Progress (1): 12/37 MB error 03-Jan-2023 03:12:04 Progress (1): 12/37 MB error 03-Jan-2023 03:12:04 Progress (1): 13/37 MB error 03-Jan-2023 03:12:04 Progress (1): 13/37 MB error 03-Jan-2023 03:12:04 Progress (1): 13/37 MB error 03-Jan-2023 03:12:04 Progress (1): 13/37 MB error 03-Jan-2023 03:12:04 Progress (1): 13/37 MB error 03-Jan-2023 03:12:04 Progress (1): 14/37 MB error 03-Jan-2023 03:12:04 Progress (1): 14/37 MB error 03-Jan-2023 03:12:04 Progress (1): 14/37 MB error 03-Jan-2023 03:12:04 Progress (1): 14/37 MB error 03-Jan-2023 03:12:04 Progress (1): 14/37 MB error 03-Jan-2023 03:12:04 Progress (1): 15/37 MB error 03-Jan-2023 03:12:04 Progress (1): 15/37 MB error 03-Jan-2023 03:12:04 Progress (1): 15/37 MB error 03-Jan-2023 03:12:04 Progress (1): 15/37 MB error 03-Jan-2023 03:12:04 Progress (1): 15/37 MB error 03-Jan-2023 03:12:04 Progress (1): 15/37 MB error 03-Jan-2023 03:12:04 Progress (1): 16/37 MB error 03-Jan-2023 03:12:04 Progress (1): 16/37 MB error 03-Jan-2023 03:12:04 Progress (1): 16/37 MB error 03-Jan-2023 03:12:04 Progress (1): 16/37 MB error 03-Jan-2023 03:12:04 Progress (1): 16/37 MB error 03-Jan-2023 03:12:04 Progress (1): 17/37 MB error 03-Jan-2023 03:12:04 Progress (1): 17/37 MB error 03-Jan-2023 03:12:04 Progress (1): 17/37 MB error 03-Jan-2023 03:12:04 Progress (1): 17/37 MB error 03-Jan-2023 03:12:04 Progress (1): 17/37 MB error 03-Jan-2023 03:12:04 Progress (1): 18/37 MB error 03-Jan-2023 03:12:04 Progress (1): 18/37 MB error 03-Jan-2023 03:12:04 Progress (1): 18/37 MB error 03-Jan-2023 03:12:04 Progress (1): 18/37 MB error 03-Jan-2023 03:12:04 Progress (1): 18/37 MB error 03-Jan-2023 03:12:04 Progress (1): 19/37 MB error 03-Jan-2023 03:12:05 Progress (1): 19/37 MB error 03-Jan-2023 03:12:05 Progress (1): 19/37 MB error 03-Jan-2023 03:12:05 Progress (1): 19/37 MB error 03-Jan-2023 03:12:05 Progress (1): 19/37 MB error 03-Jan-2023 03:12:05 Progress (1): 19/37 MB error 03-Jan-2023 03:12:05 Progress (1): 20/37 MB error 03-Jan-2023 03:12:05 Progress (1): 20/37 MB error 03-Jan-2023 03:12:05 Progress (1): 20/37 MB error 03-Jan-2023 03:12:05 Progress (1): 20/37 MB error 03-Jan-2023 03:12:05 Progress (1): 20/37 MB error 03-Jan-2023 03:12:05 Progress (1): 21/37 MB error 03-Jan-2023 03:12:05 Progress (1): 21/37 MB error 03-Jan-2023 03:12:05 Progress (1): 21/37 MB error 03-Jan-2023 03:12:05 Progress (1): 21/37 MB error 03-Jan-2023 03:12:05 Progress (1): 21/37 MB error 03-Jan-2023 03:12:05 Progress (1): 22/37 MB error 03-Jan-2023 03:12:05 Progress (1): 22/37 MB error 03-Jan-2023 03:12:05 Progress (1): 22/37 MB error 03-Jan-2023 03:12:05 Progress (1): 22/37 MB error 03-Jan-2023 03:12:05 Progress (1): 22/37 MB error 03-Jan-2023 03:12:05 Progress (1): 22/37 MB error 03-Jan-2023 03:12:05 Progress (1): 23/37 MB error 03-Jan-2023 03:12:05 Progress (1): 23/37 MB error 03-Jan-2023 03:12:05 Progress (1): 23/37 MB error 03-Jan-2023 03:12:05 Progress (1): 23/37 MB error 03-Jan-2023 03:12:05 Progress (1): 23/37 MB error 03-Jan-2023 03:12:05 Progress (1): 24/37 MB error 03-Jan-2023 03:12:05 Progress (1): 24/37 MB error 03-Jan-2023 03:12:05 Progress (1): 24/37 MB error 03-Jan-2023 03:12:05 Progress (1): 24/37 MB error 03-Jan-2023 03:12:05 Progress (1): 24/37 MB error 03-Jan-2023 03:12:05 Progress (1): 25/37 MB error 03-Jan-2023 03:12:05 Progress (1): 25/37 MB error 03-Jan-2023 03:12:05 Progress (1): 25/37 MB error 03-Jan-2023 03:12:05 Progress (1): 25/37 MB error 03-Jan-2023 03:12:05 Progress (1): 25/37 MB error 03-Jan-2023 03:12:05 Progress (1): 25/37 MB error 03-Jan-2023 03:12:05 Progress (1): 26/37 MB error 03-Jan-2023 03:12:05 Progress (1): 26/37 MB error 03-Jan-2023 03:12:05 Progress (1): 26/37 MB error 03-Jan-2023 03:12:05 Progress (1): 26/37 MB error 03-Jan-2023 03:12:05 Progress (1): 26/37 MB error 03-Jan-2023 03:12:05 Progress (1): 27/37 MB error 03-Jan-2023 03:12:05 Progress (1): 27/37 MB error 03-Jan-2023 03:12:05 Progress (1): 27/37 MB error 03-Jan-2023 03:12:05 Progress (1): 27/37 MB error 03-Jan-2023 03:12:05 Progress (1): 27/37 MB error 03-Jan-2023 03:12:05 Progress (1): 28/37 MB error 03-Jan-2023 03:12:05 Progress (1): 28/37 MB error 03-Jan-2023 03:12:05 Progress (1): 28/37 MB error 03-Jan-2023 03:12:05 Progress (1): 28/37 MB error 03-Jan-2023 03:12:05 Progress (1): 28/37 MB error 03-Jan-2023 03:12:05 Progress (1): 28/37 MB error 03-Jan-2023 03:12:05 Progress (1): 29/37 MB error 03-Jan-2023 03:12:05 Progress (1): 29/37 MB error 03-Jan-2023 03:12:05 Progress (1): 29/37 MB error 03-Jan-2023 03:12:05 Progress (1): 29/37 MB error 03-Jan-2023 03:12:05 Progress (1): 29/37 MB error 03-Jan-2023 03:12:05 Progress (1): 30/37 MB error 03-Jan-2023 03:12:05 Progress (1): 30/37 MB error 03-Jan-2023 03:12:05 Progress (1): 30/37 MB error 03-Jan-2023 03:12:05 Progress (1): 30/37 MB error 03-Jan-2023 03:12:06 Progress (1): 30/37 MB error 03-Jan-2023 03:12:06 Progress (1): 31/37 MB error 03-Jan-2023 03:12:06 Progress (1): 31/37 MB error 03-Jan-2023 03:12:06 Progress (1): 31/37 MB error 03-Jan-2023 03:12:06 Progress (1): 31/37 MB error 03-Jan-2023 03:12:06 Progress (1): 31/37 MB error 03-Jan-2023 03:12:06 Progress (1): 32/37 MB error 03-Jan-2023 03:12:06 Progress (1): 32/37 MB error 03-Jan-2023 03:12:06 Progress (1): 32/37 MB error 03-Jan-2023 03:12:06 Progress (1): 32/37 MB error 03-Jan-2023 03:12:06 Progress (1): 32/37 MB error 03-Jan-2023 03:12:06 Progress (1): 32/37 MB error 03-Jan-2023 03:12:06 Progress (1): 33/37 MB error 03-Jan-2023 03:12:06 Progress (1): 33/37 MB error 03-Jan-2023 03:12:06 Progress (1): 33/37 MB error 03-Jan-2023 03:12:06 Progress (1): 33/37 MB error 03-Jan-2023 03:12:06 Progress (1): 33/37 MB error 03-Jan-2023 03:12:06 Progress (1): 34/37 MB error 03-Jan-2023 03:12:06 Progress (1): 34/37 MB error 03-Jan-2023 03:12:06 Progress (1): 34/37 MB error 03-Jan-2023 03:12:06 Progress (1): 34/37 MB error 03-Jan-2023 03:12:06 Progress (1): 34/37 MB error 03-Jan-2023 03:12:06 Progress (1): 35/37 MB error 03-Jan-2023 03:12:06 Progress (1): 35/37 MB error 03-Jan-2023 03:12:06 Progress (1): 35/37 MB error 03-Jan-2023 03:12:06 Progress (1): 35/37 MB error 03-Jan-2023 03:12:06 Progress (1): 35/37 MB error 03-Jan-2023 03:12:06 Progress (1): 35/37 MB error 03-Jan-2023 03:12:06 Progress (1): 36/37 MB error 03-Jan-2023 03:12:06 Progress (1): 36/37 MB error 03-Jan-2023 03:12:06 Progress (1): 36/37 MB error 03-Jan-2023 03:12:06 Progress (1): 36/37 MB error 03-Jan-2023 03:12:06 Progress (1): 36/37 MB error 03-Jan-2023 03:12:06 Progress (1): 37/37 MB error 03-Jan-2023 03:12:06 Progress (1): 37/37 MB error 03-Jan-2023 03:12:06 Progress (1): 37/37 MB error 03-Jan-2023 03:12:06 Progress (1): 37/37 MB error 03-Jan-2023 03:12:06 Progress (1): 37/37 MB error 03-Jan-2023 03:12:06 Progress (1): 37 MB error 03-Jan-2023 03:12:06 error 03-Jan-2023 03:12:06 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/fhir2-omod/1.8.0/fhir2-omod-1.8.0.jar (37 MB at 10 MB/s) error 03-Jan-2023 03:12:06 #18 169.6 [INFO] Configured Artifact: org.openmrs.module:serialization.xstream-omod:0.2.16:omod error 03-Jan-2023 03:12:06 #18 169.6 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/serialization.xstream-omod/0.2.16/serialization.xstream-omod-0.2.16.pom error 03-Jan-2023 03:12:06 #18 169.7 Progress (1): 3.3/10 kB error 03-Jan-2023 03:12:07 Progress (1): 6.1/10 kB error 03-Jan-2023 03:12:07 Progress (1): 8.9/10 kB error 03-Jan-2023 03:12:07 Progress (1): 10 kB error 03-Jan-2023 03:12:07 error 03-Jan-2023 03:12:07 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/serialization.xstream-omod/0.2.16/serialization.xstream-omod-0.2.16.pom (10 kB at 45 kB/s) error 03-Jan-2023 03:12:07 #18 169.9 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/serialization.xstream/0.2.16/serialization.xstream-0.2.16.pom error 03-Jan-2023 03:12:07 #18 170.0 Progress (1): 3.3/7.8 kB error 03-Jan-2023 03:12:07 Progress (1): 6.1/7.8 kB error 03-Jan-2023 03:12:07 Progress (1): 7.8 kB error 03-Jan-2023 03:12:07 error 03-Jan-2023 03:12:07 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/serialization.xstream/0.2.16/serialization.xstream-0.2.16.pom (7.8 kB at 29 kB/s) error 03-Jan-2023 03:12:07 #18 170.2 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/serialization.xstream-omod/0.2.16/serialization.xstream-omod-0.2.16.omod error 03-Jan-2023 03:12:07 #18 170.5 Progress (1): 4.1/348 kB error 03-Jan-2023 03:12:07 Progress (1): 7.5/348 kB error 03-Jan-2023 03:12:07 Progress (1): 12/348 kB error 03-Jan-2023 03:12:07 Progress (1): 16/348 kB error 03-Jan-2023 03:12:07 Progress (1): 20/348 kB error 03-Jan-2023 03:12:07 Progress (1): 24/348 kB error 03-Jan-2023 03:12:07 Progress (1): 28/348 kB error 03-Jan-2023 03:12:07 Progress (1): 32/348 kB error 03-Jan-2023 03:12:07 Progress (1): 36/348 kB error 03-Jan-2023 03:12:07 Progress (1): 40/348 kB error 03-Jan-2023 03:12:07 Progress (1): 42/348 kB error 03-Jan-2023 03:12:07 Progress (1): 46/348 kB error 03-Jan-2023 03:12:07 Progress (1): 51/348 kB error 03-Jan-2023 03:12:07 Progress (1): 55/348 kB error 03-Jan-2023 03:12:07 Progress (1): 59/348 kB error 03-Jan-2023 03:12:07 Progress (1): 63/348 kB error 03-Jan-2023 03:12:07 Progress (1): 67/348 kB error 03-Jan-2023 03:12:07 Progress (1): 71/348 kB error 03-Jan-2023 03:12:07 Progress (1): 75/348 kB error 03-Jan-2023 03:12:07 Progress (1): 77/348 kB error 03-Jan-2023 03:12:07 Progress (1): 81/348 kB error 03-Jan-2023 03:12:07 Progress (1): 85/348 kB error 03-Jan-2023 03:12:07 Progress (1): 89/348 kB error 03-Jan-2023 03:12:07 Progress (1): 94/348 kB error 03-Jan-2023 03:12:07 Progress (1): 98/348 kB error 03-Jan-2023 03:12:07 Progress (1): 102/348 kB error 03-Jan-2023 03:12:07 Progress (1): 106/348 kB error 03-Jan-2023 03:12:07 Progress (1): 110/348 kB error 03-Jan-2023 03:12:07 Progress (1): 112/348 kB error 03-Jan-2023 03:12:07 Progress (1): 116/348 kB error 03-Jan-2023 03:12:07 Progress (1): 120/348 kB error 03-Jan-2023 03:12:07 Progress (1): 124/348 kB error 03-Jan-2023 03:12:07 Progress (1): 128/348 kB error 03-Jan-2023 03:12:07 Progress (1): 132/348 kB error 03-Jan-2023 03:12:07 Progress (1): 137/348 kB error 03-Jan-2023 03:12:07 Progress (1): 141/348 kB error 03-Jan-2023 03:12:07 Progress (1): 143/348 kB error 03-Jan-2023 03:12:07 Progress (1): 147/348 kB error 03-Jan-2023 03:12:07 Progress (1): 151/348 kB error 03-Jan-2023 03:12:07 Progress (1): 155/348 kB error 03-Jan-2023 03:12:07 Progress (1): 158/348 kB error 03-Jan-2023 03:12:07 Progress (1): 162/348 kB error 03-Jan-2023 03:12:07 Progress (1): 166/348 kB error 03-Jan-2023 03:12:07 Progress (1): 170/348 kB error 03-Jan-2023 03:12:07 Progress (1): 174/348 kB error 03-Jan-2023 03:12:07 Progress (1): 179/348 kB error 03-Jan-2023 03:12:07 Progress (1): 183/348 kB error 03-Jan-2023 03:12:07 Progress (1): 187/348 kB error 03-Jan-2023 03:12:07 Progress (1): 191/348 kB error 03-Jan-2023 03:12:07 Progress (1): 193/348 kB error 03-Jan-2023 03:12:07 Progress (1): 197/348 kB error 03-Jan-2023 03:12:07 Progress (1): 201/348 kB error 03-Jan-2023 03:12:07 Progress (1): 205/348 kB error 03-Jan-2023 03:12:07 Progress (1): 209/348 kB error 03-Jan-2023 03:12:07 Progress (1): 213/348 kB error 03-Jan-2023 03:12:07 Progress (1): 217/348 kB error 03-Jan-2023 03:12:07 Progress (1): 222/348 kB error 03-Jan-2023 03:12:07 Progress (1): 224/348 kB error 03-Jan-2023 03:12:07 Progress (1): 228/348 kB error 03-Jan-2023 03:12:07 Progress (1): 232/348 kB error 03-Jan-2023 03:12:07 Progress (1): 236/348 kB error 03-Jan-2023 03:12:07 Progress (1): 240/348 kB error 03-Jan-2023 03:12:07 Progress (1): 244/348 kB error 03-Jan-2023 03:12:07 Progress (1): 248/348 kB error 03-Jan-2023 03:12:07 Progress (1): 251/348 kB error 03-Jan-2023 03:12:07 Progress (1): 255/348 kB error 03-Jan-2023 03:12:07 Progress (1): 259/348 kB error 03-Jan-2023 03:12:07 Progress (1): 264/348 kB error 03-Jan-2023 03:12:07 Progress (1): 268/348 kB error 03-Jan-2023 03:12:07 Progress (1): 272/348 kB error 03-Jan-2023 03:12:07 Progress (1): 276/348 kB error 03-Jan-2023 03:12:07 Progress (1): 280/348 kB error 03-Jan-2023 03:12:07 Progress (1): 284/348 kB error 03-Jan-2023 03:12:07 Progress (1): 288/348 kB error 03-Jan-2023 03:12:07 Progress (1): 292/348 kB error 03-Jan-2023 03:12:07 Progress (1): 295/348 kB error 03-Jan-2023 03:12:07 Progress (1): 299/348 kB error 03-Jan-2023 03:12:07 Progress (1): 303/348 kB error 03-Jan-2023 03:12:07 Progress (1): 307/348 kB error 03-Jan-2023 03:12:07 Progress (1): 312/348 kB error 03-Jan-2023 03:12:07 Progress (1): 316/348 kB error 03-Jan-2023 03:12:07 Progress (1): 320/348 kB error 03-Jan-2023 03:12:07 Progress (1): 324/348 kB error 03-Jan-2023 03:12:07 Progress (1): 328/348 kB error 03-Jan-2023 03:12:07 Progress (1): 330/348 kB error 03-Jan-2023 03:12:07 Progress (1): 334/348 kB error 03-Jan-2023 03:12:07 Progress (1): 338/348 kB error 03-Jan-2023 03:12:07 Progress (1): 341/348 kB error 03-Jan-2023 03:12:07 Progress (1): 345/348 kB error 03-Jan-2023 03:12:07 Progress (1): 348 kB error 03-Jan-2023 03:12:07 error 03-Jan-2023 03:12:07 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/serialization.xstream-omod/0.2.16/serialization.xstream-omod-0.2.16.omod (348 kB at 790 kB/s) error 03-Jan-2023 03:12:07 #18 170.6 [INFO] Configured Artifact: org.openmrs.module:registrationapp-omod:1.25.0:jar error 03-Jan-2023 03:12:07 #18 170.6 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/registrationapp-omod/1.25.0/registrationapp-omod-1.25.0.pom error 03-Jan-2023 03:12:07 #18 170.7 Progress (1): 3.3/7.2 kB error 03-Jan-2023 03:12:07 Progress (1): 6.1/7.2 kB error 03-Jan-2023 03:12:07 Progress (1): 7.2 kB error 03-Jan-2023 03:12:07 error 03-Jan-2023 03:12:08 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/registrationapp-omod/1.25.0/registrationapp-omod-1.25.0.pom (7.2 kB at 31 kB/s) error 03-Jan-2023 03:12:08 #18 170.9 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/registrationapp/1.25.0/registrationapp-1.25.0.pom error 03-Jan-2023 03:12:08 #18 171.0 Progress (1): 3.3/13 kB error 03-Jan-2023 03:12:08 Progress (1): 6.1/13 kB error 03-Jan-2023 03:12:08 Progress (1): 8.9/13 kB error 03-Jan-2023 03:12:08 Progress (1): 12/13 kB error 03-Jan-2023 03:12:08 Progress (1): 13 kB error 03-Jan-2023 03:12:08 error 03-Jan-2023 03:12:08 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/registrationapp/1.25.0/registrationapp-1.25.0.pom (13 kB at 53 kB/s) error 03-Jan-2023 03:12:08 #18 171.1 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/registrationapp-omod/1.25.0/registrationapp-omod-1.25.0.jar error 03-Jan-2023 03:12:08 #18 171.4 Progress (1): 8.2/947 kB error 03-Jan-2023 03:12:08 Progress (1): 16/947 kB error 03-Jan-2023 03:12:08 Progress (1): 25/947 kB error 03-Jan-2023 03:12:08 Progress (1): 33/947 kB error 03-Jan-2023 03:12:08 Progress (1): 41/947 kB error 03-Jan-2023 03:12:08 Progress (1): 49/947 kB error 03-Jan-2023 03:12:08 Progress (1): 57/947 kB error 03-Jan-2023 03:12:08 Progress (1): 66/947 kB error 03-Jan-2023 03:12:08 Progress (1): 74/947 kB error 03-Jan-2023 03:12:08 Progress (1): 82/947 kB error 03-Jan-2023 03:12:08 Progress (1): 86/947 kB error 03-Jan-2023 03:12:08 Progress (1): 95/947 kB error 03-Jan-2023 03:12:08 Progress (1): 103/947 kB error 03-Jan-2023 03:12:08 Progress (1): 111/947 kB error 03-Jan-2023 03:12:08 Progress (1): 119/947 kB error 03-Jan-2023 03:12:08 Progress (1): 124/947 kB error 03-Jan-2023 03:12:08 Progress (1): 132/947 kB error 03-Jan-2023 03:12:08 Progress (1): 141/947 kB error 03-Jan-2023 03:12:08 Progress (1): 149/947 kB error 03-Jan-2023 03:12:08 Progress (1): 155/947 kB error 03-Jan-2023 03:12:08 Progress (1): 163/947 kB error 03-Jan-2023 03:12:08 Progress (1): 171/947 kB error 03-Jan-2023 03:12:08 Progress (1): 179/947 kB error 03-Jan-2023 03:12:08 Progress (1): 188/947 kB error 03-Jan-2023 03:12:08 Progress (1): 196/947 kB error 03-Jan-2023 03:12:08 Progress (1): 204/947 kB error 03-Jan-2023 03:12:08 Progress (1): 212/947 kB error 03-Jan-2023 03:12:08 Progress (1): 220/947 kB error 03-Jan-2023 03:12:08 Progress (1): 224/947 kB error 03-Jan-2023 03:12:08 Progress (1): 233/947 kB error 03-Jan-2023 03:12:08 Progress (1): 241/947 kB error 03-Jan-2023 03:12:08 Progress (1): 249/947 kB error 03-Jan-2023 03:12:08 Progress (1): 257/947 kB error 03-Jan-2023 03:12:08 Progress (1): 265/947 kB error 03-Jan-2023 03:12:08 Progress (1): 274/947 kB error 03-Jan-2023 03:12:08 Progress (1): 282/947 kB error 03-Jan-2023 03:12:08 Progress (1): 290/947 kB error 03-Jan-2023 03:12:08 Progress (1): 294/947 kB error 03-Jan-2023 03:12:08 Progress (1): 302/947 kB error 03-Jan-2023 03:12:08 Progress (1): 310/947 kB error 03-Jan-2023 03:12:08 Progress (1): 319/947 kB error 03-Jan-2023 03:12:08 Progress (1): 327/947 kB error 03-Jan-2023 03:12:08 Progress (1): 332/947 kB error 03-Jan-2023 03:12:08 Progress (1): 340/947 kB error 03-Jan-2023 03:12:08 Progress (1): 348/947 kB error 03-Jan-2023 03:12:08 Progress (1): 356/947 kB error 03-Jan-2023 03:12:08 Progress (1): 364/947 kB error 03-Jan-2023 03:12:08 Progress (1): 373/947 kB error 03-Jan-2023 03:12:08 Progress (1): 377/947 kB error 03-Jan-2023 03:12:08 Progress (1): 386/947 kB error 03-Jan-2023 03:12:08 Progress (1): 394/947 kB error 03-Jan-2023 03:12:08 Progress (1): 402/947 kB error 03-Jan-2023 03:12:08 Progress (1): 410/947 kB error 03-Jan-2023 03:12:08 Progress (1): 418/947 kB error 03-Jan-2023 03:12:08 Progress (1): 426/947 kB error 03-Jan-2023 03:12:08 Progress (1): 435/947 kB error 03-Jan-2023 03:12:08 Progress (1): 443/947 kB error 03-Jan-2023 03:12:08 Progress (1): 447/947 kB error 03-Jan-2023 03:12:08 Progress (1): 455/947 kB error 03-Jan-2023 03:12:08 Progress (1): 463/947 kB error 03-Jan-2023 03:12:08 Progress (1): 472/947 kB error 03-Jan-2023 03:12:08 Progress (1): 480/947 kB error 03-Jan-2023 03:12:08 Progress (1): 488/947 kB error 03-Jan-2023 03:12:08 Progress (1): 496/947 kB error 03-Jan-2023 03:12:08 Progress (1): 504/947 kB error 03-Jan-2023 03:12:08 Progress (1): 512/947 kB error 03-Jan-2023 03:12:08 Progress (1): 517/947 kB error 03-Jan-2023 03:12:08 Progress (1): 525/947 kB error 03-Jan-2023 03:12:08 Progress (1): 533/947 kB error 03-Jan-2023 03:12:08 Progress (1): 541/947 kB error 03-Jan-2023 03:12:08 Progress (1): 549/947 kB error 03-Jan-2023 03:12:08 Progress (1): 558/947 kB error 03-Jan-2023 03:12:08 Progress (1): 566/947 kB error 03-Jan-2023 03:12:08 Progress (1): 574/947 kB error 03-Jan-2023 03:12:08 Progress (1): 582/947 kB error 03-Jan-2023 03:12:08 Progress (1): 586/947 kB error 03-Jan-2023 03:12:08 Progress (1): 594/947 kB error 03-Jan-2023 03:12:08 Progress (1): 603/947 kB error 03-Jan-2023 03:12:08 Progress (1): 611/947 kB error 03-Jan-2023 03:12:08 Progress (1): 619/947 kB error 03-Jan-2023 03:12:08 Progress (1): 627/947 kB error 03-Jan-2023 03:12:08 Progress (1): 635/947 kB error 03-Jan-2023 03:12:08 Progress (1): 644/947 kB error 03-Jan-2023 03:12:08 Progress (1): 652/947 kB error 03-Jan-2023 03:12:08 Progress (1): 656/947 kB error 03-Jan-2023 03:12:08 Progress (1): 664/947 kB error 03-Jan-2023 03:12:08 Progress (1): 672/947 kB error 03-Jan-2023 03:12:08 Progress (1): 680/947 kB error 03-Jan-2023 03:12:08 Progress (1): 689/947 kB error 03-Jan-2023 03:12:08 Progress (1): 697/947 kB error 03-Jan-2023 03:12:08 Progress (1): 705/947 kB error 03-Jan-2023 03:12:08 Progress (1): 713/947 kB error 03-Jan-2023 03:12:08 Progress (1): 721/947 kB error 03-Jan-2023 03:12:08 Progress (1): 725/947 kB error 03-Jan-2023 03:12:08 Progress (1): 734/947 kB error 03-Jan-2023 03:12:08 Progress (1): 742/947 kB error 03-Jan-2023 03:12:08 Progress (1): 750/947 kB error 03-Jan-2023 03:12:08 Progress (1): 758/947 kB error 03-Jan-2023 03:12:08 Progress (1): 766/947 kB error 03-Jan-2023 03:12:08 Progress (1): 775/947 kB error 03-Jan-2023 03:12:08 Progress (1): 783/947 kB error 03-Jan-2023 03:12:08 Progress (1): 791/947 kB error 03-Jan-2023 03:12:08 Progress (1): 795/947 kB error 03-Jan-2023 03:12:08 Progress (1): 803/947 kB error 03-Jan-2023 03:12:08 Progress (1): 811/947 kB error 03-Jan-2023 03:12:08 Progress (1): 820/947 kB error 03-Jan-2023 03:12:08 Progress (1): 828/947 kB error 03-Jan-2023 03:12:08 Progress (1): 836/947 kB error 03-Jan-2023 03:12:08 Progress (1): 844/947 kB error 03-Jan-2023 03:12:08 Progress (1): 852/947 kB error 03-Jan-2023 03:12:08 Progress (1): 861/947 kB error 03-Jan-2023 03:12:08 Progress (1): 865/947 kB error 03-Jan-2023 03:12:08 Progress (1): 873/947 kB error 03-Jan-2023 03:12:08 Progress (1): 881/947 kB error 03-Jan-2023 03:12:08 Progress (1): 889/947 kB error 03-Jan-2023 03:12:08 Progress (1): 898/947 kB error 03-Jan-2023 03:12:08 Progress (1): 906/947 kB error 03-Jan-2023 03:12:08 Progress (1): 914/947 kB error 03-Jan-2023 03:12:08 Progress (1): 922/947 kB error 03-Jan-2023 03:12:08 Progress (1): 930/947 kB error 03-Jan-2023 03:12:08 Progress (1): 938/947 kB error 03-Jan-2023 03:12:08 Progress (1): 947/947 kB error 03-Jan-2023 03:12:08 Progress (1): 947 kB error 03-Jan-2023 03:12:08 error 03-Jan-2023 03:12:08 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/registrationapp-omod/1.25.0/registrationapp-omod-1.25.0.jar (947 kB at 1.8 MB/s) error 03-Jan-2023 03:12:08 #18 171.7 [INFO] Configured Artifact: org.openmrs:event-omod:2.10.0:jar error 03-Jan-2023 03:12:08 #18 171.7 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/event-omod/2.10.0/event-omod-2.10.0.pom error 03-Jan-2023 03:12:08 #18 171.8 Progress (1): 3.3/5.0 kB error 03-Jan-2023 03:12:09 Progress (1): 5.0 kB error 03-Jan-2023 03:12:09 error 03-Jan-2023 03:12:09 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/event-omod/2.10.0/event-omod-2.10.0.pom (5.0 kB at 22 kB/s) error 03-Jan-2023 03:12:09 #18 171.9 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/event/2.10.0/event-2.10.0.pom error 03-Jan-2023 03:12:09 #18 172.0 Progress (1): 3.3/4.3 kB error 03-Jan-2023 03:12:09 Progress (1): 4.3 kB error 03-Jan-2023 03:12:09 error 03-Jan-2023 03:12:09 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/event/2.10.0/event-2.10.0.pom (4.3 kB at 17 kB/s) error 03-Jan-2023 03:12:09 #18 172.2 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/event-omod/2.10.0/event-omod-2.10.0.jar error 03-Jan-2023 03:12:09 #18 172.5 Progress (1): 0/4.8 MB error 03-Jan-2023 03:12:09 Progress (1): 0/4.8 MB error 03-Jan-2023 03:12:09 Progress (1): 0.1/4.8 MB error 03-Jan-2023 03:12:09 Progress (1): 0.1/4.8 MB error 03-Jan-2023 03:12:09 Progress (1): 0.1/4.8 MB error 03-Jan-2023 03:12:09 Progress (1): 0.2/4.8 MB error 03-Jan-2023 03:12:09 Progress (1): 0.2/4.8 MB error 03-Jan-2023 03:12:09 Progress (1): 0.2/4.8 MB error 03-Jan-2023 03:12:09 Progress (1): 0.2/4.8 MB error 03-Jan-2023 03:12:09 Progress (1): 0.3/4.8 MB error 03-Jan-2023 03:12:09 Progress (1): 0.3/4.8 MB error 03-Jan-2023 03:12:09 Progress (1): 0.3/4.8 MB error 03-Jan-2023 03:12:09 Progress (1): 0.3/4.8 MB error 03-Jan-2023 03:12:09 Progress (1): 0.4/4.8 MB error 03-Jan-2023 03:12:09 Progress (1): 0.4/4.8 MB error 03-Jan-2023 03:12:09 Progress (1): 0.4/4.8 MB error 03-Jan-2023 03:12:09 Progress (1): 0.4/4.8 MB error 03-Jan-2023 03:12:09 Progress (1): 0.5/4.8 MB error 03-Jan-2023 03:12:09 Progress (1): 0.5/4.8 MB error 03-Jan-2023 03:12:09 Progress (1): 0.5/4.8 MB error 03-Jan-2023 03:12:09 Progress (1): 0.6/4.8 MB error 03-Jan-2023 03:12:09 Progress (1): 0.6/4.8 MB error 03-Jan-2023 03:12:09 Progress (1): 0.6/4.8 MB error 03-Jan-2023 03:12:09 Progress (1): 0.6/4.8 MB error 03-Jan-2023 03:12:09 Progress (1): 0.7/4.8 MB error 03-Jan-2023 03:12:09 Progress (1): 0.7/4.8 MB error 03-Jan-2023 03:12:09 Progress (1): 0.7/4.8 MB error 03-Jan-2023 03:12:09 Progress (1): 0.7/4.8 MB error 03-Jan-2023 03:12:09 Progress (1): 0.8/4.8 MB error 03-Jan-2023 03:12:09 Progress (1): 0.8/4.8 MB error 03-Jan-2023 03:12:09 Progress (1): 0.8/4.8 MB error 03-Jan-2023 03:12:09 Progress (1): 0.9/4.8 MB error 03-Jan-2023 03:12:09 Progress (1): 0.9/4.8 MB error 03-Jan-2023 03:12:09 Progress (1): 0.9/4.8 MB error 03-Jan-2023 03:12:09 Progress (1): 0.9/4.8 MB error 03-Jan-2023 03:12:09 Progress (1): 1.0/4.8 MB error 03-Jan-2023 03:12:09 Progress (1): 1.0/4.8 MB error 03-Jan-2023 03:12:09 Progress (1): 1.0/4.8 MB error 03-Jan-2023 03:12:09 Progress (1): 1.0/4.8 MB error 03-Jan-2023 03:12:09 Progress (1): 1.1/4.8 MB error 03-Jan-2023 03:12:09 Progress (1): 1.1/4.8 MB error 03-Jan-2023 03:12:09 Progress (1): 1.1/4.8 MB error 03-Jan-2023 03:12:09 Progress (1): 1.1/4.8 MB error 03-Jan-2023 03:12:09 Progress (1): 1.2/4.8 MB error 03-Jan-2023 03:12:09 Progress (1): 1.2/4.8 MB error 03-Jan-2023 03:12:09 Progress (1): 1.2/4.8 MB error 03-Jan-2023 03:12:09 Progress (1): 1.2/4.8 MB error 03-Jan-2023 03:12:09 Progress (1): 1.3/4.8 MB error 03-Jan-2023 03:12:09 Progress (1): 1.3/4.8 MB error 03-Jan-2023 03:12:09 Progress (1): 1.3/4.8 MB error 03-Jan-2023 03:12:09 Progress (1): 1.3/4.8 MB error 03-Jan-2023 03:12:09 Progress (1): 1.4/4.8 MB error 03-Jan-2023 03:12:09 Progress (1): 1.4/4.8 MB error 03-Jan-2023 03:12:09 Progress (1): 1.4/4.8 MB error 03-Jan-2023 03:12:09 Progress (1): 1.5/4.8 MB error 03-Jan-2023 03:12:09 Progress (1): 1.5/4.8 MB error 03-Jan-2023 03:12:09 Progress (1): 1.5/4.8 MB error 03-Jan-2023 03:12:09 Progress (1): 1.5/4.8 MB error 03-Jan-2023 03:12:09 Progress (1): 1.6/4.8 MB error 03-Jan-2023 03:12:09 Progress (1): 1.6/4.8 MB error 03-Jan-2023 03:12:09 Progress (1): 1.6/4.8 MB error 03-Jan-2023 03:12:09 Progress (1): 1.6/4.8 MB error 03-Jan-2023 03:12:09 Progress (1): 1.7/4.8 MB error 03-Jan-2023 03:12:09 Progress (1): 1.7/4.8 MB error 03-Jan-2023 03:12:09 Progress (1): 1.7/4.8 MB error 03-Jan-2023 03:12:09 Progress (1): 1.7/4.8 MB error 03-Jan-2023 03:12:09 Progress (1): 1.8/4.8 MB error 03-Jan-2023 03:12:09 Progress (1): 1.8/4.8 MB error 03-Jan-2023 03:12:09 Progress (1): 1.8/4.8 MB error 03-Jan-2023 03:12:09 Progress (1): 1.9/4.8 MB error 03-Jan-2023 03:12:09 Progress (1): 1.9/4.8 MB error 03-Jan-2023 03:12:09 Progress (1): 1.9/4.8 MB error 03-Jan-2023 03:12:09 Progress (1): 1.9/4.8 MB error 03-Jan-2023 03:12:09 Progress (1): 2.0/4.8 MB error 03-Jan-2023 03:12:09 Progress (1): 2.0/4.8 MB error 03-Jan-2023 03:12:09 Progress (1): 2.0/4.8 MB error 03-Jan-2023 03:12:09 Progress (1): 2.0/4.8 MB error 03-Jan-2023 03:12:09 Progress (1): 2.1/4.8 MB error 03-Jan-2023 03:12:09 Progress (1): 2.1/4.8 MB error 03-Jan-2023 03:12:09 Progress (1): 2.1/4.8 MB error 03-Jan-2023 03:12:09 Progress (1): 2.1/4.8 MB error 03-Jan-2023 03:12:09 Progress (1): 2.2/4.8 MB error 03-Jan-2023 03:12:09 Progress (1): 2.2/4.8 MB error 03-Jan-2023 03:12:09 Progress (1): 2.2/4.8 MB error 03-Jan-2023 03:12:09 Progress (1): 2.3/4.8 MB error 03-Jan-2023 03:12:09 Progress (1): 2.3/4.8 MB error 03-Jan-2023 03:12:09 Progress (1): 2.3/4.8 MB error 03-Jan-2023 03:12:09 Progress (1): 2.3/4.8 MB error 03-Jan-2023 03:12:09 Progress (1): 2.4/4.8 MB error 03-Jan-2023 03:12:09 Progress (1): 2.4/4.8 MB error 03-Jan-2023 03:12:09 Progress (1): 2.4/4.8 MB error 03-Jan-2023 03:12:10 Progress (1): 2.4/4.8 MB error 03-Jan-2023 03:12:10 Progress (1): 2.5/4.8 MB error 03-Jan-2023 03:12:10 Progress (1): 2.5/4.8 MB error 03-Jan-2023 03:12:10 Progress (1): 2.5/4.8 MB error 03-Jan-2023 03:12:10 Progress (1): 2.6/4.8 MB error 03-Jan-2023 03:12:10 Progress (1): 2.6/4.8 MB error 03-Jan-2023 03:12:10 Progress (1): 2.6/4.8 MB error 03-Jan-2023 03:12:10 Progress (1): 2.6/4.8 MB error 03-Jan-2023 03:12:10 Progress (1): 2.7/4.8 MB error 03-Jan-2023 03:12:10 Progress (1): 2.7/4.8 MB error 03-Jan-2023 03:12:10 Progress (1): 2.7/4.8 MB error 03-Jan-2023 03:12:10 Progress (1): 2.7/4.8 MB error 03-Jan-2023 03:12:10 Progress (1): 2.8/4.8 MB error 03-Jan-2023 03:12:10 Progress (1): 2.8/4.8 MB error 03-Jan-2023 03:12:10 Progress (1): 2.8/4.8 MB error 03-Jan-2023 03:12:10 Progress (1): 2.8/4.8 MB error 03-Jan-2023 03:12:10 Progress (1): 2.9/4.8 MB error 03-Jan-2023 03:12:10 Progress (1): 2.9/4.8 MB error 03-Jan-2023 03:12:10 Progress (1): 2.9/4.8 MB error 03-Jan-2023 03:12:10 Progress (1): 3.0/4.8 MB error 03-Jan-2023 03:12:10 Progress (1): 3.0/4.8 MB error 03-Jan-2023 03:12:10 Progress (1): 3.0/4.8 MB error 03-Jan-2023 03:12:10 Progress (1): 3.0/4.8 MB error 03-Jan-2023 03:12:10 Progress (1): 3.1/4.8 MB error 03-Jan-2023 03:12:10 Progress (1): 3.1/4.8 MB error 03-Jan-2023 03:12:10 Progress (1): 3.1/4.8 MB error 03-Jan-2023 03:12:10 Progress (1): 3.1/4.8 MB error 03-Jan-2023 03:12:10 Progress (1): 3.2/4.8 MB error 03-Jan-2023 03:12:10 Progress (1): 3.2/4.8 MB error 03-Jan-2023 03:12:10 Progress (1): 3.2/4.8 MB error 03-Jan-2023 03:12:10 Progress (1): 3.2/4.8 MB error 03-Jan-2023 03:12:10 Progress (1): 3.3/4.8 MB error 03-Jan-2023 03:12:10 Progress (1): 3.3/4.8 MB error 03-Jan-2023 03:12:10 Progress (1): 3.3/4.8 MB error 03-Jan-2023 03:12:10 Progress (1): 3.4/4.8 MB error 03-Jan-2023 03:12:10 Progress (1): 3.4/4.8 MB error 03-Jan-2023 03:12:10 Progress (1): 3.4/4.8 MB error 03-Jan-2023 03:12:10 Progress (1): 3.4/4.8 MB error 03-Jan-2023 03:12:10 Progress (1): 3.5/4.8 MB error 03-Jan-2023 03:12:10 Progress (1): 3.5/4.8 MB error 03-Jan-2023 03:12:10 Progress (1): 3.5/4.8 MB error 03-Jan-2023 03:12:10 Progress (1): 3.5/4.8 MB error 03-Jan-2023 03:12:10 Progress (1): 3.6/4.8 MB error 03-Jan-2023 03:12:10 Progress (1): 3.6/4.8 MB error 03-Jan-2023 03:12:10 Progress (1): 3.6/4.8 MB error 03-Jan-2023 03:12:10 Progress (1): 3.7/4.8 MB error 03-Jan-2023 03:12:10 Progress (1): 3.7/4.8 MB error 03-Jan-2023 03:12:10 Progress (1): 3.7/4.8 MB error 03-Jan-2023 03:12:10 Progress (1): 3.7/4.8 MB error 03-Jan-2023 03:12:10 Progress (1): 3.8/4.8 MB error 03-Jan-2023 03:12:10 Progress (1): 3.8/4.8 MB error 03-Jan-2023 03:12:10 Progress (1): 3.8/4.8 MB error 03-Jan-2023 03:12:10 Progress (1): 3.8/4.8 MB error 03-Jan-2023 03:12:10 Progress (1): 3.9/4.8 MB error 03-Jan-2023 03:12:10 Progress (1): 3.9/4.8 MB error 03-Jan-2023 03:12:10 Progress (1): 3.9/4.8 MB error 03-Jan-2023 03:12:10 Progress (1): 3.9/4.8 MB error 03-Jan-2023 03:12:10 Progress (1): 4.0/4.8 MB error 03-Jan-2023 03:12:10 Progress (1): 4.0/4.8 MB error 03-Jan-2023 03:12:10 Progress (1): 4.0/4.8 MB error 03-Jan-2023 03:12:10 Progress (1): 4.0/4.8 MB error 03-Jan-2023 03:12:10 Progress (1): 4.1/4.8 MB error 03-Jan-2023 03:12:10 Progress (1): 4.1/4.8 MB error 03-Jan-2023 03:12:10 Progress (1): 4.1/4.8 MB error 03-Jan-2023 03:12:10 Progress (1): 4.1/4.8 MB error 03-Jan-2023 03:12:10 Progress (1): 4.2/4.8 MB error 03-Jan-2023 03:12:10 Progress (1): 4.2/4.8 MB error 03-Jan-2023 03:12:10 Progress (1): 4.2/4.8 MB error 03-Jan-2023 03:12:10 Progress (1): 4.2/4.8 MB error 03-Jan-2023 03:12:10 Progress (1): 4.3/4.8 MB error 03-Jan-2023 03:12:10 Progress (1): 4.3/4.8 MB error 03-Jan-2023 03:12:10 Progress (1): 4.3/4.8 MB error 03-Jan-2023 03:12:10 Progress (1): 4.4/4.8 MB error 03-Jan-2023 03:12:10 Progress (1): 4.4/4.8 MB error 03-Jan-2023 03:12:10 Progress (1): 4.4/4.8 MB error 03-Jan-2023 03:12:10 Progress (1): 4.4/4.8 MB error 03-Jan-2023 03:12:10 Progress (1): 4.5/4.8 MB error 03-Jan-2023 03:12:10 Progress (1): 4.5/4.8 MB error 03-Jan-2023 03:12:10 Progress (1): 4.5/4.8 MB error 03-Jan-2023 03:12:10 Progress (1): 4.5/4.8 MB error 03-Jan-2023 03:12:10 Progress (1): 4.6/4.8 MB error 03-Jan-2023 03:12:10 Progress (1): 4.6/4.8 MB error 03-Jan-2023 03:12:10 Progress (1): 4.6/4.8 MB error 03-Jan-2023 03:12:10 Progress (1): 4.6/4.8 MB error 03-Jan-2023 03:12:10 Progress (1): 4.7/4.8 MB error 03-Jan-2023 03:12:10 Progress (1): 4.7/4.8 MB error 03-Jan-2023 03:12:10 Progress (1): 4.7/4.8 MB error 03-Jan-2023 03:12:10 Progress (1): 4.7/4.8 MB error 03-Jan-2023 03:12:10 Progress (1): 4.8/4.8 MB error 03-Jan-2023 03:12:10 Progress (1): 4.8 MB error 03-Jan-2023 03:12:10 error 03-Jan-2023 03:12:10 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/event-omod/2.10.0/event-omod-2.10.0.jar (4.8 MB at 4.9 MB/s) error 03-Jan-2023 03:12:10 #18 173.1 [INFO] Configured Artifact: org.openmrs.module:uilibrary-omod:2.0.7:jar error 03-Jan-2023 03:12:10 #18 173.2 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/uilibrary-omod/2.0.7/uilibrary-omod-2.0.7.pom error 03-Jan-2023 03:12:10 #18 173.3 Progress (1): 3.3/5.5 kB error 03-Jan-2023 03:12:10 Progress (1): 5.5 kB error 03-Jan-2023 03:12:10 error 03-Jan-2023 03:12:10 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/uilibrary-omod/2.0.7/uilibrary-omod-2.0.7.pom (5.5 kB at 22 kB/s) error 03-Jan-2023 03:12:10 #18 173.4 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/uilibrary/2.0.7/uilibrary-2.0.7.pom error 03-Jan-2023 03:12:10 #18 173.5 Progress (1): 3.3/5.1 kB error 03-Jan-2023 03:12:10 Progress (1): 5.1 kB error 03-Jan-2023 03:12:10 error 03-Jan-2023 03:12:10 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/uilibrary/2.0.7/uilibrary-2.0.7.pom (5.1 kB at 20 kB/s) error 03-Jan-2023 03:12:10 #18 173.7 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/uilibrary-omod/2.0.7/uilibrary-omod-2.0.7.jar error 03-Jan-2023 03:12:11 #18 174.0 Progress (1): 0/1.2 MB error 03-Jan-2023 03:12:11 Progress (1): 0/1.2 MB error 03-Jan-2023 03:12:11 Progress (1): 0/1.2 MB error 03-Jan-2023 03:12:11 Progress (1): 0/1.2 MB error 03-Jan-2023 03:12:11 Progress (1): 0/1.2 MB error 03-Jan-2023 03:12:11 Progress (1): 0.1/1.2 MB error 03-Jan-2023 03:12:11 Progress (1): 0.1/1.2 MB error 03-Jan-2023 03:12:11 Progress (1): 0.1/1.2 MB error 03-Jan-2023 03:12:11 Progress (1): 0.1/1.2 MB error 03-Jan-2023 03:12:11 Progress (1): 0.1/1.2 MB error 03-Jan-2023 03:12:11 Progress (1): 0.1/1.2 MB error 03-Jan-2023 03:12:11 Progress (1): 0.1/1.2 MB error 03-Jan-2023 03:12:11 Progress (1): 0.1/1.2 MB error 03-Jan-2023 03:12:11 Progress (1): 0.1/1.2 MB error 03-Jan-2023 03:12:11 Progress (1): 0.1/1.2 MB error 03-Jan-2023 03:12:11 Progress (1): 0.1/1.2 MB error 03-Jan-2023 03:12:11 Progress (1): 0.2/1.2 MB error 03-Jan-2023 03:12:11 Progress (1): 0.2/1.2 MB error 03-Jan-2023 03:12:11 Progress (1): 0.2/1.2 MB error 03-Jan-2023 03:12:11 Progress (1): 0.2/1.2 MB error 03-Jan-2023 03:12:11 Progress (1): 0.2/1.2 MB error 03-Jan-2023 03:12:11 Progress (1): 0.2/1.2 MB error 03-Jan-2023 03:12:11 Progress (1): 0.2/1.2 MB error 03-Jan-2023 03:12:11 Progress (1): 0.2/1.2 MB error 03-Jan-2023 03:12:11 Progress (1): 0.2/1.2 MB error 03-Jan-2023 03:12:11 Progress (1): 0.2/1.2 MB error 03-Jan-2023 03:12:11 Progress (1): 0.2/1.2 MB error 03-Jan-2023 03:12:11 Progress (1): 0.2/1.2 MB error 03-Jan-2023 03:12:11 Progress (1): 0.3/1.2 MB error 03-Jan-2023 03:12:11 Progress (1): 0.3/1.2 MB error 03-Jan-2023 03:12:11 Progress (1): 0.3/1.2 MB error 03-Jan-2023 03:12:11 Progress (1): 0.3/1.2 MB error 03-Jan-2023 03:12:11 Progress (1): 0.3/1.2 MB error 03-Jan-2023 03:12:11 Progress (1): 0.3/1.2 MB error 03-Jan-2023 03:12:11 Progress (1): 0.3/1.2 MB error 03-Jan-2023 03:12:11 Progress (1): 0.3/1.2 MB error 03-Jan-2023 03:12:11 Progress (1): 0.3/1.2 MB error 03-Jan-2023 03:12:11 Progress (1): 0.3/1.2 MB error 03-Jan-2023 03:12:11 Progress (1): 0.3/1.2 MB error 03-Jan-2023 03:12:11 Progress (1): 0.4/1.2 MB error 03-Jan-2023 03:12:11 Progress (1): 0.4/1.2 MB error 03-Jan-2023 03:12:11 Progress (1): 0.4/1.2 MB error 03-Jan-2023 03:12:11 Progress (1): 0.4/1.2 MB error 03-Jan-2023 03:12:11 Progress (1): 0.4/1.2 MB error 03-Jan-2023 03:12:11 Progress (1): 0.4/1.2 MB error 03-Jan-2023 03:12:11 Progress (1): 0.4/1.2 MB error 03-Jan-2023 03:12:11 Progress (1): 0.4/1.2 MB error 03-Jan-2023 03:12:11 Progress (1): 0.4/1.2 MB error 03-Jan-2023 03:12:11 Progress (1): 0.4/1.2 MB error 03-Jan-2023 03:12:11 Progress (1): 0.4/1.2 MB error 03-Jan-2023 03:12:11 Progress (1): 0.5/1.2 MB error 03-Jan-2023 03:12:11 Progress (1): 0.5/1.2 MB error 03-Jan-2023 03:12:11 Progress (1): 0.5/1.2 MB error 03-Jan-2023 03:12:11 Progress (1): 0.5/1.2 MB error 03-Jan-2023 03:12:11 Progress (1): 0.5/1.2 MB error 03-Jan-2023 03:12:11 Progress (1): 0.5/1.2 MB error 03-Jan-2023 03:12:11 Progress (1): 0.5/1.2 MB error 03-Jan-2023 03:12:11 Progress (1): 0.5/1.2 MB error 03-Jan-2023 03:12:11 Progress (1): 0.5/1.2 MB error 03-Jan-2023 03:12:11 Progress (1): 0.5/1.2 MB error 03-Jan-2023 03:12:11 Progress (1): 0.5/1.2 MB error 03-Jan-2023 03:12:11 Progress (1): 0.6/1.2 MB error 03-Jan-2023 03:12:11 Progress (1): 0.6/1.2 MB error 03-Jan-2023 03:12:11 Progress (1): 0.6/1.2 MB error 03-Jan-2023 03:12:11 Progress (1): 0.6/1.2 MB error 03-Jan-2023 03:12:11 Progress (1): 0.6/1.2 MB error 03-Jan-2023 03:12:11 Progress (1): 0.6/1.2 MB error 03-Jan-2023 03:12:11 Progress (1): 0.6/1.2 MB error 03-Jan-2023 03:12:11 Progress (1): 0.6/1.2 MB error 03-Jan-2023 03:12:11 Progress (1): 0.6/1.2 MB error 03-Jan-2023 03:12:11 Progress (1): 0.6/1.2 MB error 03-Jan-2023 03:12:11 Progress (1): 0.6/1.2 MB error 03-Jan-2023 03:12:11 Progress (1): 0.7/1.2 MB error 03-Jan-2023 03:12:11 Progress (1): 0.7/1.2 MB error 03-Jan-2023 03:12:11 Progress (1): 0.7/1.2 MB error 03-Jan-2023 03:12:11 Progress (1): 0.7/1.2 MB error 03-Jan-2023 03:12:11 Progress (1): 0.7/1.2 MB error 03-Jan-2023 03:12:11 Progress (1): 0.7/1.2 MB error 03-Jan-2023 03:12:11 Progress (1): 0.7/1.2 MB error 03-Jan-2023 03:12:11 Progress (1): 0.7/1.2 MB error 03-Jan-2023 03:12:11 Progress (1): 0.7/1.2 MB error 03-Jan-2023 03:12:11 Progress (1): 0.7/1.2 MB error 03-Jan-2023 03:12:11 Progress (1): 0.7/1.2 MB error 03-Jan-2023 03:12:11 Progress (1): 0.8/1.2 MB error 03-Jan-2023 03:12:11 Progress (1): 0.8/1.2 MB error 03-Jan-2023 03:12:11 Progress (1): 0.8/1.2 MB error 03-Jan-2023 03:12:11 Progress (1): 0.8/1.2 MB error 03-Jan-2023 03:12:11 Progress (1): 0.8/1.2 MB error 03-Jan-2023 03:12:11 Progress (1): 0.8/1.2 MB error 03-Jan-2023 03:12:11 Progress (1): 0.8/1.2 MB error 03-Jan-2023 03:12:11 Progress (1): 0.8/1.2 MB error 03-Jan-2023 03:12:11 Progress (1): 0.8/1.2 MB error 03-Jan-2023 03:12:11 Progress (1): 0.8/1.2 MB error 03-Jan-2023 03:12:11 Progress (1): 0.8/1.2 MB error 03-Jan-2023 03:12:11 Progress (1): 0.9/1.2 MB error 03-Jan-2023 03:12:11 Progress (1): 0.9/1.2 MB error 03-Jan-2023 03:12:11 Progress (1): 0.9/1.2 MB error 03-Jan-2023 03:12:11 Progress (1): 0.9/1.2 MB error 03-Jan-2023 03:12:11 Progress (1): 0.9/1.2 MB error 03-Jan-2023 03:12:11 Progress (1): 0.9/1.2 MB error 03-Jan-2023 03:12:11 Progress (1): 0.9/1.2 MB error 03-Jan-2023 03:12:11 Progress (1): 0.9/1.2 MB error 03-Jan-2023 03:12:11 Progress (1): 0.9/1.2 MB error 03-Jan-2023 03:12:11 Progress (1): 0.9/1.2 MB error 03-Jan-2023 03:12:11 Progress (1): 0.9/1.2 MB error 03-Jan-2023 03:12:11 Progress (1): 1.0/1.2 MB error 03-Jan-2023 03:12:11 Progress (1): 1.0/1.2 MB error 03-Jan-2023 03:12:11 Progress (1): 1.0/1.2 MB error 03-Jan-2023 03:12:11 Progress (1): 1.0/1.2 MB error 03-Jan-2023 03:12:11 Progress (1): 1.0/1.2 MB error 03-Jan-2023 03:12:11 Progress (1): 1.0/1.2 MB error 03-Jan-2023 03:12:11 Progress (1): 1.0/1.2 MB error 03-Jan-2023 03:12:11 Progress (1): 1.0/1.2 MB error 03-Jan-2023 03:12:11 Progress (1): 1.0/1.2 MB error 03-Jan-2023 03:12:11 Progress (1): 1.0/1.2 MB error 03-Jan-2023 03:12:11 Progress (1): 1.0/1.2 MB error 03-Jan-2023 03:12:11 Progress (1): 1.1/1.2 MB error 03-Jan-2023 03:12:11 Progress (1): 1.1/1.2 MB error 03-Jan-2023 03:12:11 Progress (1): 1.1/1.2 MB error 03-Jan-2023 03:12:11 Progress (1): 1.1/1.2 MB error 03-Jan-2023 03:12:11 Progress (1): 1.1/1.2 MB error 03-Jan-2023 03:12:11 Progress (1): 1.1/1.2 MB error 03-Jan-2023 03:12:11 Progress (1): 1.1/1.2 MB error 03-Jan-2023 03:12:11 Progress (1): 1.1/1.2 MB error 03-Jan-2023 03:12:11 Progress (1): 1.1/1.2 MB error 03-Jan-2023 03:12:11 Progress (1): 1.1/1.2 MB error 03-Jan-2023 03:12:11 Progress (1): 1.1/1.2 MB error 03-Jan-2023 03:12:11 Progress (1): 1.1/1.2 MB error 03-Jan-2023 03:12:11 Progress (1): 1.2/1.2 MB error 03-Jan-2023 03:12:11 Progress (1): 1.2/1.2 MB error 03-Jan-2023 03:12:11 Progress (1): 1.2/1.2 MB error 03-Jan-2023 03:12:11 Progress (1): 1.2/1.2 MB error 03-Jan-2023 03:12:11 Progress (1): 1.2/1.2 MB error 03-Jan-2023 03:12:11 Progress (1): 1.2/1.2 MB error 03-Jan-2023 03:12:11 Progress (1): 1.2/1.2 MB error 03-Jan-2023 03:12:11 Progress (1): 1.2/1.2 MB error 03-Jan-2023 03:12:11 Progress (1): 1.2/1.2 MB error 03-Jan-2023 03:12:11 Progress (1): 1.2/1.2 MB error 03-Jan-2023 03:12:11 Progress (1): 1.2 MB error 03-Jan-2023 03:12:11 error 03-Jan-2023 03:12:11 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/uilibrary-omod/2.0.7/uilibrary-omod-2.0.7.jar (1.2 MB at 2.1 MB/s) error 03-Jan-2023 03:12:11 #18 174.3 [INFO] Configured Artifact: org.openmrs.module:htmlwidgets-omod:1.11.0:jar error 03-Jan-2023 03:12:11 #18 174.3 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/htmlwidgets-omod/1.11.0/htmlwidgets-omod-1.11.0.pom error 03-Jan-2023 03:12:11 #18 174.4 Progress (1): 3.2 kB error 03-Jan-2023 03:12:11 error 03-Jan-2023 03:12:11 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/htmlwidgets-omod/1.11.0/htmlwidgets-omod-1.11.0.pom (3.2 kB at 13 kB/s) error 03-Jan-2023 03:12:11 #18 174.6 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/htmlwidgets/1.11.0/htmlwidgets-1.11.0.pom error 03-Jan-2023 03:12:11 #18 174.7 Progress (1): 3.3/7.9 kB error 03-Jan-2023 03:12:11 Progress (1): 6.1/7.9 kB error 03-Jan-2023 03:12:11 Progress (1): 7.9 kB error 03-Jan-2023 03:12:11 error 03-Jan-2023 03:12:12 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/htmlwidgets/1.11.0/htmlwidgets-1.11.0.pom (7.9 kB at 32 kB/s) error 03-Jan-2023 03:12:12 #18 174.8 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/htmlwidgets-omod/1.11.0/htmlwidgets-omod-1.11.0.jar error 03-Jan-2023 03:12:12 #18 174.9 Progress (1): 3.3/116 kB error 03-Jan-2023 03:12:12 Progress (1): 6.1/116 kB error 03-Jan-2023 03:12:12 Progress (1): 8.9/116 kB error 03-Jan-2023 03:12:12 Progress (1): 12/116 kB error 03-Jan-2023 03:12:12 Progress (1): 15/116 kB error 03-Jan-2023 03:12:12 Progress (1): 17/116 kB error 03-Jan-2023 03:12:12 Progress (1): 20/116 kB error 03-Jan-2023 03:12:12 Progress (1): 23/116 kB error 03-Jan-2023 03:12:12 Progress (1): 26/116 kB error 03-Jan-2023 03:12:12 Progress (1): 29/116 kB error 03-Jan-2023 03:12:12 Progress (1): 31/116 kB error 03-Jan-2023 03:12:12 Progress (1): 34/116 kB error 03-Jan-2023 03:12:12 Progress (1): 37/116 kB error 03-Jan-2023 03:12:12 Progress (1): 40/116 kB error 03-Jan-2023 03:12:12 Progress (1): 42/116 kB error 03-Jan-2023 03:12:12 Progress (1): 45/116 kB error 03-Jan-2023 03:12:12 Progress (1): 48/116 kB error 03-Jan-2023 03:12:12 Progress (1): 51/116 kB error 03-Jan-2023 03:12:12 Progress (1): 54/116 kB error 03-Jan-2023 03:12:12 Progress (1): 56/116 kB error 03-Jan-2023 03:12:12 Progress (1): 59/116 kB error 03-Jan-2023 03:12:12 Progress (1): 62/116 kB error 03-Jan-2023 03:12:12 Progress (1): 65/116 kB error 03-Jan-2023 03:12:12 Progress (1): 68/116 kB error 03-Jan-2023 03:12:12 Progress (1): 70/116 kB error 03-Jan-2023 03:12:12 Progress (1): 73/116 kB error 03-Jan-2023 03:12:12 Progress (1): 76/116 kB error 03-Jan-2023 03:12:12 Progress (1): 79/116 kB error 03-Jan-2023 03:12:12 Progress (1): 82/116 kB error 03-Jan-2023 03:12:12 Progress (1): 84/116 kB error 03-Jan-2023 03:12:12 Progress (1): 87/116 kB error 03-Jan-2023 03:12:12 Progress (1): 90/116 kB error 03-Jan-2023 03:12:12 Progress (1): 93/116 kB error 03-Jan-2023 03:12:12 Progress (1): 96/116 kB error 03-Jan-2023 03:12:12 Progress (1): 98/116 kB error 03-Jan-2023 03:12:12 Progress (1): 101/116 kB error 03-Jan-2023 03:12:12 Progress (1): 104/116 kB error 03-Jan-2023 03:12:12 Progress (1): 106/116 kB error 03-Jan-2023 03:12:12 Progress (1): 109/116 kB error 03-Jan-2023 03:12:12 Progress (1): 112/116 kB error 03-Jan-2023 03:12:12 Progress (1): 115/116 kB error 03-Jan-2023 03:12:12 Progress (1): 116 kB error 03-Jan-2023 03:12:12 error 03-Jan-2023 03:12:12 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/htmlwidgets-omod/1.11.0/htmlwidgets-omod-1.11.0.jar (116 kB at 326 kB/s) error 03-Jan-2023 03:12:12 #18 175.2 [INFO] Configured Artifact: org.openmrs.module:dataexchange-omod:1.3.8:jar error 03-Jan-2023 03:12:12 #18 175.2 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/dataexchange-omod/1.3.8/dataexchange-omod-1.3.8.pom error 03-Jan-2023 03:12:12 #18 175.3 Progress (1): 3.3/5.9 kB error 03-Jan-2023 03:12:12 Progress (1): 5.9 kB error 03-Jan-2023 03:12:12 error 03-Jan-2023 03:12:12 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/dataexchange-omod/1.3.8/dataexchange-omod-1.3.8.pom (5.9 kB at 23 kB/s) error 03-Jan-2023 03:12:12 #18 175.5 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/dataexchange/1.3.8/dataexchange-1.3.8.pom error 03-Jan-2023 03:12:12 #18 175.6 Progress (1): 3.3/6.0 kB error 03-Jan-2023 03:12:12 Progress (1): 6.0 kB error 03-Jan-2023 03:12:12 error 03-Jan-2023 03:12:12 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/dataexchange/1.3.8/dataexchange-1.3.8.pom (6.0 kB at 24 kB/s) error 03-Jan-2023 03:12:12 #18 175.7 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/dataexchange-omod/1.3.8/dataexchange-omod-1.3.8.jar error 03-Jan-2023 03:12:13 #18 176.0 Progress (1): 4.1/571 kB error 03-Jan-2023 03:12:13 Progress (1): 8.2/571 kB error 03-Jan-2023 03:12:13 Progress (1): 12/571 kB error 03-Jan-2023 03:12:13 Progress (1): 16/571 kB error 03-Jan-2023 03:12:13 Progress (1): 20/571 kB error 03-Jan-2023 03:12:13 Progress (1): 25/571 kB error 03-Jan-2023 03:12:13 Progress (1): 29/571 kB error 03-Jan-2023 03:12:13 Progress (1): 33/571 kB error 03-Jan-2023 03:12:13 Progress (1): 37/571 kB error 03-Jan-2023 03:12:13 Progress (1): 41/571 kB error 03-Jan-2023 03:12:13 Progress (1): 45/571 kB error 03-Jan-2023 03:12:13 Progress (1): 49/571 kB error 03-Jan-2023 03:12:13 Progress (1): 53/571 kB error 03-Jan-2023 03:12:13 Progress (1): 57/571 kB error 03-Jan-2023 03:12:13 Progress (1): 61/571 kB error 03-Jan-2023 03:12:13 Progress (1): 66/571 kB error 03-Jan-2023 03:12:13 Progress (1): 70/571 kB error 03-Jan-2023 03:12:13 Progress (1): 74/571 kB error 03-Jan-2023 03:12:13 Progress (1): 78/571 kB error 03-Jan-2023 03:12:13 Progress (1): 82/571 kB error 03-Jan-2023 03:12:13 Progress (1): 85/571 kB error 03-Jan-2023 03:12:13 Progress (1): 89/571 kB error 03-Jan-2023 03:12:13 Progress (1): 93/571 kB error 03-Jan-2023 03:12:13 Progress (1): 97/571 kB error 03-Jan-2023 03:12:13 Progress (1): 101/571 kB error 03-Jan-2023 03:12:13 Progress (1): 105/571 kB error 03-Jan-2023 03:12:13 Progress (1): 109/571 kB error 03-Jan-2023 03:12:13 Progress (1): 114/571 kB error 03-Jan-2023 03:12:13 Progress (1): 116/571 kB error 03-Jan-2023 03:12:13 Progress (1): 120/571 kB error 03-Jan-2023 03:12:13 Progress (1): 124/571 kB error 03-Jan-2023 03:12:13 Progress (1): 128/571 kB error 03-Jan-2023 03:12:13 Progress (1): 132/571 kB error 03-Jan-2023 03:12:13 Progress (1): 136/571 kB error 03-Jan-2023 03:12:13 Progress (1): 140/571 kB error 03-Jan-2023 03:12:13 Progress (1): 144/571 kB error 03-Jan-2023 03:12:13 Progress (1): 148/571 kB error 03-Jan-2023 03:12:13 Progress (1): 150/571 kB error 03-Jan-2023 03:12:13 Progress (1): 155/571 kB error 03-Jan-2023 03:12:13 Progress (1): 159/571 kB error 03-Jan-2023 03:12:13 Progress (1): 163/571 kB error 03-Jan-2023 03:12:13 Progress (1): 167/571 kB error 03-Jan-2023 03:12:13 Progress (1): 170/571 kB error 03-Jan-2023 03:12:13 Progress (1): 174/571 kB error 03-Jan-2023 03:12:13 Progress (1): 179/571 kB error 03-Jan-2023 03:12:13 Progress (1): 183/571 kB error 03-Jan-2023 03:12:13 Progress (1): 187/571 kB error 03-Jan-2023 03:12:13 Progress (1): 191/571 kB error 03-Jan-2023 03:12:13 Progress (1): 195/571 kB error 03-Jan-2023 03:12:13 Progress (1): 197/571 kB error 03-Jan-2023 03:12:13 Progress (1): 201/571 kB error 03-Jan-2023 03:12:13 Progress (1): 206/571 kB error 03-Jan-2023 03:12:13 Progress (1): 210/571 kB error 03-Jan-2023 03:12:13 Progress (1): 214/571 kB error 03-Jan-2023 03:12:13 Progress (1): 218/571 kB error 03-Jan-2023 03:12:13 Progress (1): 222/571 kB error 03-Jan-2023 03:12:13 Progress (1): 226/571 kB error 03-Jan-2023 03:12:13 Progress (1): 230/571 kB error 03-Jan-2023 03:12:13 Progress (1): 232/571 kB error 03-Jan-2023 03:12:13 Progress (1): 236/571 kB error 03-Jan-2023 03:12:13 Progress (1): 240/571 kB error 03-Jan-2023 03:12:13 Progress (1): 244/571 kB error 03-Jan-2023 03:12:13 Progress (1): 249/571 kB error 03-Jan-2023 03:12:13 Progress (1): 251/571 kB error 03-Jan-2023 03:12:13 Progress (1): 255/571 kB error 03-Jan-2023 03:12:13 Progress (1): 260/571 kB error 03-Jan-2023 03:12:13 Progress (1): 264/571 kB error 03-Jan-2023 03:12:13 Progress (1): 268/571 kB error 03-Jan-2023 03:12:13 Progress (1): 272/571 kB error 03-Jan-2023 03:12:13 Progress (1): 276/571 kB error 03-Jan-2023 03:12:13 Progress (1): 280/571 kB error 03-Jan-2023 03:12:13 Progress (1): 284/571 kB error 03-Jan-2023 03:12:13 Progress (1): 286/571 kB error 03-Jan-2023 03:12:13 Progress (1): 290/571 kB error 03-Jan-2023 03:12:13 Progress (1): 294/571 kB error 03-Jan-2023 03:12:13 Progress (1): 298/571 kB error 03-Jan-2023 03:12:13 Progress (1): 303/571 kB error 03-Jan-2023 03:12:13 Progress (1): 305/571 kB error 03-Jan-2023 03:12:13 Progress (1): 309/571 kB error 03-Jan-2023 03:12:13 Progress (1): 314/571 kB error 03-Jan-2023 03:12:13 Progress (1): 318/571 kB error 03-Jan-2023 03:12:13 Progress (1): 322/571 kB error 03-Jan-2023 03:12:13 Progress (1): 326/571 kB error 03-Jan-2023 03:12:13 Progress (1): 330/571 kB error 03-Jan-2023 03:12:13 Progress (1): 334/571 kB error 03-Jan-2023 03:12:13 Progress (1): 338/571 kB error 03-Jan-2023 03:12:13 Progress (1): 340/571 kB error 03-Jan-2023 03:12:13 Progress (1): 344/571 kB error 03-Jan-2023 03:12:13 Progress (1): 348/571 kB error 03-Jan-2023 03:12:13 Progress (1): 352/571 kB error 03-Jan-2023 03:12:13 Progress (1): 357/571 kB error 03-Jan-2023 03:12:13 Progress (1): 361/571 kB error 03-Jan-2023 03:12:13 Progress (1): 365/571 kB error 03-Jan-2023 03:12:13 Progress (1): 369/571 kB error 03-Jan-2023 03:12:13 Progress (1): 371/571 kB error 03-Jan-2023 03:12:13 Progress (1): 375/571 kB error 03-Jan-2023 03:12:13 Progress (1): 379/571 kB error 03-Jan-2023 03:12:13 Progress (1): 383/571 kB error 03-Jan-2023 03:12:13 Progress (1): 387/571 kB error 03-Jan-2023 03:12:13 Progress (1): 391/571 kB error 03-Jan-2023 03:12:13 Progress (1): 395/571 kB error 03-Jan-2023 03:12:13 Progress (1): 400/571 kB error 03-Jan-2023 03:12:13 Progress (1): 404/571 kB error 03-Jan-2023 03:12:13 Progress (1): 406/571 kB error 03-Jan-2023 03:12:13 Progress (1): 410/571 kB error 03-Jan-2023 03:12:13 Progress (1): 414/571 kB error 03-Jan-2023 03:12:13 Progress (1): 418/571 kB error 03-Jan-2023 03:12:13 Progress (1): 422/571 kB error 03-Jan-2023 03:12:13 Progress (1): 426/571 kB error 03-Jan-2023 03:12:13 Progress (1): 430/571 kB error 03-Jan-2023 03:12:13 Progress (1): 434/571 kB error 03-Jan-2023 03:12:13 Progress (1): 436/571 kB error 03-Jan-2023 03:12:13 Progress (1): 440/571 kB error 03-Jan-2023 03:12:13 Progress (1): 445/571 kB error 03-Jan-2023 03:12:13 Progress (1): 449/571 kB error 03-Jan-2023 03:12:13 Progress (1): 453/571 kB error 03-Jan-2023 03:12:13 Progress (1): 457/571 kB error 03-Jan-2023 03:12:13 Progress (1): 461/571 kB error 03-Jan-2023 03:12:13 Progress (1): 465/571 kB error 03-Jan-2023 03:12:13 Progress (1): 469/571 kB error 03-Jan-2023 03:12:13 Progress (1): 473/571 kB error 03-Jan-2023 03:12:13 Progress (1): 477/571 kB error 03-Jan-2023 03:12:13 Progress (1): 481/571 kB error 03-Jan-2023 03:12:13 Progress (1): 484/571 kB error 03-Jan-2023 03:12:13 Progress (1): 488/571 kB error 03-Jan-2023 03:12:13 Progress (1): 492/571 kB error 03-Jan-2023 03:12:13 Progress (1): 496/571 kB error 03-Jan-2023 03:12:13 Progress (1): 501/571 kB error 03-Jan-2023 03:12:13 Progress (1): 505/571 kB error 03-Jan-2023 03:12:13 Progress (1): 509/571 kB error 03-Jan-2023 03:12:13 Progress (1): 513/571 kB error 03-Jan-2023 03:12:13 Progress (1): 517/571 kB error 03-Jan-2023 03:12:13 Progress (1): 519/571 kB error 03-Jan-2023 03:12:13 Progress (1): 523/571 kB error 03-Jan-2023 03:12:13 Progress (1): 527/571 kB error 03-Jan-2023 03:12:13 Progress (1): 531/571 kB error 03-Jan-2023 03:12:13 Progress (1): 535/571 kB error 03-Jan-2023 03:12:13 Progress (1): 539/571 kB error 03-Jan-2023 03:12:13 Progress (1): 544/571 kB error 03-Jan-2023 03:12:13 Progress (1): 548/571 kB error 03-Jan-2023 03:12:13 Progress (1): 552/571 kB error 03-Jan-2023 03:12:13 Progress (1): 554/571 kB error 03-Jan-2023 03:12:13 Progress (1): 557/571 kB error 03-Jan-2023 03:12:13 Progress (1): 561/571 kB error 03-Jan-2023 03:12:13 Progress (1): 566/571 kB error 03-Jan-2023 03:12:13 Progress (1): 570/571 kB error 03-Jan-2023 03:12:13 Progress (1): 571 kB error 03-Jan-2023 03:12:13 error 03-Jan-2023 03:12:13 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/dataexchange-omod/1.3.8/dataexchange-omod-1.3.8.jar (571 kB at 1.0 MB/s) error 03-Jan-2023 03:12:13 #18 176.3 [INFO] Configured Artifact: org.openmrs.module:appui-omod:1.16.0:jar error 03-Jan-2023 03:12:13 #18 176.3 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/appui-omod/1.16.0/appui-omod-1.16.0.pom error 03-Jan-2023 03:12:13 #18 176.5 Progress (1): 3.3/4.7 kB error 03-Jan-2023 03:12:13 Progress (1): 4.7 kB error 03-Jan-2023 03:12:13 error 03-Jan-2023 03:12:13 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/appui-omod/1.16.0/appui-omod-1.16.0.pom (4.7 kB at 18 kB/s) error 03-Jan-2023 03:12:13 #18 176.6 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/appui/1.16.0/appui-1.16.0.pom error 03-Jan-2023 03:12:13 #18 176.8 Progress (1): 3.3/9.6 kB error 03-Jan-2023 03:12:13 Progress (1): 6.1/9.6 kB error 03-Jan-2023 03:12:13 Progress (1): 8.9/9.6 kB error 03-Jan-2023 03:12:13 Progress (1): 9.6 kB error 03-Jan-2023 03:12:14 error 03-Jan-2023 03:12:14 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/appui/1.16.0/appui-1.16.0.pom (9.6 kB at 32 kB/s) error 03-Jan-2023 03:12:14 #18 177.0 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/appui-omod/1.16.0/appui-omod-1.16.0.jar error 03-Jan-2023 03:12:14 #18 177.3 Progress (1): 4.1/222 kB error 03-Jan-2023 03:12:14 Progress (1): 8.2/222 kB error 03-Jan-2023 03:12:14 Progress (1): 12/222 kB error 03-Jan-2023 03:12:14 Progress (1): 16/222 kB error 03-Jan-2023 03:12:14 Progress (1): 20/222 kB error 03-Jan-2023 03:12:14 Progress (1): 24/222 kB error 03-Jan-2023 03:12:14 Progress (1): 28/222 kB error 03-Jan-2023 03:12:14 Progress (1): 32/222 kB error 03-Jan-2023 03:12:14 Progress (1): 36/222 kB error 03-Jan-2023 03:12:14 Progress (1): 40/222 kB error 03-Jan-2023 03:12:14 Progress (1): 44/222 kB error 03-Jan-2023 03:12:14 Progress (1): 48/222 kB error 03-Jan-2023 03:12:14 Progress (1): 51/222 kB error 03-Jan-2023 03:12:14 Progress (1): 55/222 kB error 03-Jan-2023 03:12:14 Progress (1): 59/222 kB error 03-Jan-2023 03:12:14 Progress (1): 63/222 kB error 03-Jan-2023 03:12:14 Progress (1): 67/222 kB error 03-Jan-2023 03:12:14 Progress (1): 71/222 kB error 03-Jan-2023 03:12:14 Progress (1): 75/222 kB error 03-Jan-2023 03:12:14 Progress (1): 79/222 kB error 03-Jan-2023 03:12:14 Progress (1): 83/222 kB error 03-Jan-2023 03:12:14 Progress (1): 85/222 kB error 03-Jan-2023 03:12:14 Progress (1): 89/222 kB error 03-Jan-2023 03:12:14 Progress (1): 94/222 kB error 03-Jan-2023 03:12:14 Progress (1): 98/222 kB error 03-Jan-2023 03:12:14 Progress (1): 102/222 kB error 03-Jan-2023 03:12:14 Progress (1): 106/222 kB error 03-Jan-2023 03:12:14 Progress (1): 110/222 kB error 03-Jan-2023 03:12:14 Progress (1): 114/222 kB error 03-Jan-2023 03:12:14 Progress (1): 118/222 kB error 03-Jan-2023 03:12:14 Progress (1): 120/222 kB error 03-Jan-2023 03:12:14 Progress (1): 124/222 kB error 03-Jan-2023 03:12:14 Progress (1): 128/222 kB error 03-Jan-2023 03:12:14 Progress (1): 132/222 kB error 03-Jan-2023 03:12:14 Progress (1): 137/222 kB error 03-Jan-2023 03:12:14 Progress (1): 141/222 kB error 03-Jan-2023 03:12:14 Progress (1): 143/222 kB error 03-Jan-2023 03:12:14 Progress (1): 147/222 kB error 03-Jan-2023 03:12:14 Progress (1): 151/222 kB error 03-Jan-2023 03:12:14 Progress (1): 155/222 kB error 03-Jan-2023 03:12:14 Progress (1): 158/222 kB error 03-Jan-2023 03:12:14 Progress (1): 162/222 kB error 03-Jan-2023 03:12:14 Progress (1): 166/222 kB error 03-Jan-2023 03:12:14 Progress (1): 170/222 kB error 03-Jan-2023 03:12:14 Progress (1): 174/222 kB error 03-Jan-2023 03:12:14 Progress (1): 179/222 kB error 03-Jan-2023 03:12:14 Progress (1): 183/222 kB error 03-Jan-2023 03:12:14 Progress (1): 187/222 kB error 03-Jan-2023 03:12:14 Progress (1): 191/222 kB error 03-Jan-2023 03:12:14 Progress (1): 195/222 kB error 03-Jan-2023 03:12:14 Progress (1): 199/222 kB error 03-Jan-2023 03:12:14 Progress (1): 203/222 kB error 03-Jan-2023 03:12:14 Progress (1): 206/222 kB error 03-Jan-2023 03:12:14 Progress (1): 210/222 kB error 03-Jan-2023 03:12:14 Progress (1): 214/222 kB error 03-Jan-2023 03:12:14 Progress (1): 218/222 kB error 03-Jan-2023 03:12:14 Progress (1): 222 kB error 03-Jan-2023 03:12:14 error 03-Jan-2023 03:12:14 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/appui-omod/1.16.0/appui-omod-1.16.0.jar (222 kB at 442 kB/s) error 03-Jan-2023 03:12:14 #18 177.6 [INFO] Configured Artifact: org.openmrs.module:allergyui-omod:1.8.5:jar error 03-Jan-2023 03:12:14 #18 177.6 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/allergyui-omod/1.8.5/allergyui-omod-1.8.5.pom error 03-Jan-2023 03:12:14 #18 177.8 Progress (1): 3.3/8.2 kB error 03-Jan-2023 03:12:15 Progress (1): 6.1/8.2 kB error 03-Jan-2023 03:12:15 Progress (1): 8.2 kB error 03-Jan-2023 03:12:15 error 03-Jan-2023 03:12:15 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/allergyui-omod/1.8.5/allergyui-omod-1.8.5.pom (8.2 kB at 31 kB/s) error 03-Jan-2023 03:12:15 #18 177.9 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/allergyui/1.8.5/allergyui-1.8.5.pom error 03-Jan-2023 03:12:15 #18 178.0 Progress (1): 3.3/5.1 kB error 03-Jan-2023 03:12:15 Progress (1): 5.1 kB error 03-Jan-2023 03:12:15 error 03-Jan-2023 03:12:15 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/allergyui/1.8.5/allergyui-1.8.5.pom (5.1 kB at 22 kB/s) error 03-Jan-2023 03:12:15 #18 178.2 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/allergyui-omod/1.8.5/allergyui-omod-1.8.5.jar error 03-Jan-2023 03:12:15 #18 178.3 Progress (1): 3.3/75 kB error 03-Jan-2023 03:12:15 Progress (1): 6.1/75 kB error 03-Jan-2023 03:12:15 Progress (1): 8.9/75 kB error 03-Jan-2023 03:12:15 Progress (1): 12/75 kB error 03-Jan-2023 03:12:15 Progress (1): 15/75 kB error 03-Jan-2023 03:12:15 Progress (1): 17/75 kB error 03-Jan-2023 03:12:15 Progress (1): 20/75 kB error 03-Jan-2023 03:12:15 Progress (1): 23/75 kB error 03-Jan-2023 03:12:15 Progress (1): 26/75 kB error 03-Jan-2023 03:12:15 Progress (1): 29/75 kB error 03-Jan-2023 03:12:15 Progress (1): 31/75 kB error 03-Jan-2023 03:12:15 Progress (1): 34/75 kB error 03-Jan-2023 03:12:15 Progress (1): 37/75 kB error 03-Jan-2023 03:12:15 Progress (1): 40/75 kB error 03-Jan-2023 03:12:15 Progress (1): 42/75 kB error 03-Jan-2023 03:12:15 Progress (1): 45/75 kB error 03-Jan-2023 03:12:15 Progress (1): 48/75 kB error 03-Jan-2023 03:12:15 Progress (1): 51/75 kB error 03-Jan-2023 03:12:15 Progress (1): 54/75 kB error 03-Jan-2023 03:12:15 Progress (1): 56/75 kB error 03-Jan-2023 03:12:15 Progress (1): 59/75 kB error 03-Jan-2023 03:12:15 Progress (1): 62/75 kB error 03-Jan-2023 03:12:15 Progress (1): 65/75 kB error 03-Jan-2023 03:12:15 Progress (1): 68/75 kB error 03-Jan-2023 03:12:15 Progress (1): 70/75 kB error 03-Jan-2023 03:12:15 Progress (1): 73/75 kB error 03-Jan-2023 03:12:15 Progress (1): 75 kB error 03-Jan-2023 03:12:15 error 03-Jan-2023 03:12:15 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/allergyui-omod/1.8.5/allergyui-omod-1.8.5.jar (75 kB at 300 kB/s) error 03-Jan-2023 03:12:15 #18 178.5 [INFO] Configured Artifact: org.openmrs.module:providermanagement-omod:2.14.0:jar error 03-Jan-2023 03:12:15 #18 178.5 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/providermanagement-omod/2.14.0/providermanagement-omod-2.14.0.pom error 03-Jan-2023 03:12:15 #18 178.6 Progress (1): 3.3/6.8 kB error 03-Jan-2023 03:12:15 Progress (1): 6.1/6.8 kB error 03-Jan-2023 03:12:15 Progress (1): 6.8 kB error 03-Jan-2023 03:12:15 error 03-Jan-2023 03:12:15 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/providermanagement-omod/2.14.0/providermanagement-omod-2.14.0.pom (6.8 kB at 29 kB/s) error 03-Jan-2023 03:12:15 #18 178.7 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/providermanagement/2.14.0/providermanagement-2.14.0.pom error 03-Jan-2023 03:12:15 #18 178.8 Progress (1): 3.3/5.3 kB error 03-Jan-2023 03:12:16 Progress (1): 5.3 kB error 03-Jan-2023 03:12:16 error 03-Jan-2023 03:12:16 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/providermanagement/2.14.0/providermanagement-2.14.0.pom (5.3 kB at 22 kB/s) error 03-Jan-2023 03:12:16 #18 179.0 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/providermanagement-omod/2.14.0/providermanagement-omod-2.14.0.jar error 03-Jan-2023 03:12:16 #18 179.3 Progress (1): 4.1/235 kB error 03-Jan-2023 03:12:16 Progress (1): 8.2/235 kB error 03-Jan-2023 03:12:16 Progress (1): 12/235 kB error 03-Jan-2023 03:12:16 Progress (1): 16/235 kB error 03-Jan-2023 03:12:16 Progress (1): 20/235 kB error 03-Jan-2023 03:12:16 Progress (1): 25/235 kB error 03-Jan-2023 03:12:16 Progress (1): 29/235 kB error 03-Jan-2023 03:12:16 Progress (1): 33/235 kB error 03-Jan-2023 03:12:16 Progress (1): 37/235 kB error 03-Jan-2023 03:12:16 Progress (1): 41/235 kB error 03-Jan-2023 03:12:16 Progress (1): 45/235 kB error 03-Jan-2023 03:12:16 Progress (1): 49/235 kB error 03-Jan-2023 03:12:16 Progress (1): 53/235 kB error 03-Jan-2023 03:12:16 Progress (1): 57/235 kB error 03-Jan-2023 03:12:16 Progress (1): 61/235 kB error 03-Jan-2023 03:12:16 Progress (1): 66/235 kB error 03-Jan-2023 03:12:16 Progress (1): 70/235 kB error 03-Jan-2023 03:12:16 Progress (1): 74/235 kB error 03-Jan-2023 03:12:16 Progress (1): 78/235 kB error 03-Jan-2023 03:12:16 Progress (1): 82/235 kB error 03-Jan-2023 03:12:16 Progress (1): 85/235 kB error 03-Jan-2023 03:12:16 Progress (1): 89/235 kB error 03-Jan-2023 03:12:16 Progress (1): 93/235 kB error 03-Jan-2023 03:12:16 Progress (1): 97/235 kB error 03-Jan-2023 03:12:16 Progress (1): 101/235 kB error 03-Jan-2023 03:12:16 Progress (1): 105/235 kB error 03-Jan-2023 03:12:16 Progress (1): 109/235 kB error 03-Jan-2023 03:12:16 Progress (1): 114/235 kB error 03-Jan-2023 03:12:16 Progress (1): 116/235 kB error 03-Jan-2023 03:12:16 Progress (1): 120/235 kB error 03-Jan-2023 03:12:16 Progress (1): 125/235 kB error 03-Jan-2023 03:12:16 Progress (1): 129/235 kB error 03-Jan-2023 03:12:16 Progress (1): 133/235 kB error 03-Jan-2023 03:12:16 Progress (1): 137/235 kB error 03-Jan-2023 03:12:16 Progress (1): 141/235 kB error 03-Jan-2023 03:12:16 Progress (1): 145/235 kB error 03-Jan-2023 03:12:16 Progress (1): 149/235 kB error 03-Jan-2023 03:12:16 Progress (1): 152/235 kB error 03-Jan-2023 03:12:16 Progress (1): 156/235 kB error 03-Jan-2023 03:12:16 Progress (1): 160/235 kB error 03-Jan-2023 03:12:16 Progress (1): 164/235 kB error 03-Jan-2023 03:12:16 Progress (1): 167/235 kB error 03-Jan-2023 03:12:16 Progress (1): 171/235 kB error 03-Jan-2023 03:12:16 Progress (1): 175/235 kB error 03-Jan-2023 03:12:16 Progress (1): 179/235 kB error 03-Jan-2023 03:12:16 Progress (1): 183/235 kB error 03-Jan-2023 03:12:16 Progress (1): 188/235 kB error 03-Jan-2023 03:12:16 Progress (1): 192/235 kB error 03-Jan-2023 03:12:16 Progress (1): 196/235 kB error 03-Jan-2023 03:12:16 Progress (1): 200/235 kB error 03-Jan-2023 03:12:16 Progress (1): 204/235 kB error 03-Jan-2023 03:12:16 Progress (1): 208/235 kB error 03-Jan-2023 03:12:16 Progress (1): 212/235 kB error 03-Jan-2023 03:12:16 Progress (1): 216/235 kB error 03-Jan-2023 03:12:16 Progress (1): 220/235 kB error 03-Jan-2023 03:12:16 Progress (1): 223/235 kB error 03-Jan-2023 03:12:16 Progress (1): 227/235 kB error 03-Jan-2023 03:12:16 Progress (1): 231/235 kB error 03-Jan-2023 03:12:16 Progress (1): 235 kB error 03-Jan-2023 03:12:16 error 03-Jan-2023 03:12:16 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/providermanagement-omod/2.14.0/providermanagement-omod-2.14.0.jar (235 kB at 525 kB/s) error 03-Jan-2023 03:12:16 #18 179.4 [INFO] Configured Artifact: org.openmrs.module:appointmentschedulingui-omod:1.14.0:jar error 03-Jan-2023 03:12:16 #18 179.4 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/appointmentschedulingui-omod/1.14.0/appointmentschedulingui-omod-1.14.0.pom error 03-Jan-2023 03:12:16 #18 179.6 Progress (1): 3.3/9.9 kB error 03-Jan-2023 03:12:16 Progress (1): 6.1/9.9 kB error 03-Jan-2023 03:12:16 Progress (1): 8.9/9.9 kB error 03-Jan-2023 03:12:16 Progress (1): 9.9 kB error 03-Jan-2023 03:12:16 error 03-Jan-2023 03:12:16 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/appointmentschedulingui-omod/1.14.0/appointmentschedulingui-omod-1.14.0.pom (9.9 kB at 41 kB/s) error 03-Jan-2023 03:12:16 #18 179.7 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/appointmentschedulingui/1.14.0/appointmentschedulingui-1.14.0.pom error 03-Jan-2023 03:12:16 #18 179.8 Progress (1): 3.3/12 kB error 03-Jan-2023 03:12:17 Progress (1): 6.1/12 kB error 03-Jan-2023 03:12:17 Progress (1): 8.9/12 kB error 03-Jan-2023 03:12:17 Progress (1): 12/12 kB error 03-Jan-2023 03:12:17 Progress (1): 12 kB error 03-Jan-2023 03:12:17 error 03-Jan-2023 03:12:17 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/appointmentschedulingui/1.14.0/appointmentschedulingui-1.14.0.pom (12 kB at 52 kB/s) error 03-Jan-2023 03:12:17 #18 179.9 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/appointmentschedulingui-omod/1.14.0/appointmentschedulingui-omod-1.14.0.jar error 03-Jan-2023 03:12:17 #18 180.2 Progress (1): 0/5.1 MB error 03-Jan-2023 03:12:17 Progress (1): 0.1/5.1 MB error 03-Jan-2023 03:12:17 Progress (1): 0.1/5.1 MB error 03-Jan-2023 03:12:17 Progress (1): 0.1/5.1 MB error 03-Jan-2023 03:12:17 Progress (1): 0.1/5.1 MB error 03-Jan-2023 03:12:17 Progress (1): 0.2/5.1 MB error 03-Jan-2023 03:12:17 Progress (1): 0.2/5.1 MB error 03-Jan-2023 03:12:17 Progress (1): 0.2/5.1 MB error 03-Jan-2023 03:12:17 Progress (1): 0.2/5.1 MB error 03-Jan-2023 03:12:17 Progress (1): 0.3/5.1 MB error 03-Jan-2023 03:12:17 Progress (1): 0.3/5.1 MB error 03-Jan-2023 03:12:17 Progress (1): 0.3/5.1 MB error 03-Jan-2023 03:12:17 Progress (1): 0.3/5.1 MB error 03-Jan-2023 03:12:17 Progress (1): 0.4/5.1 MB error 03-Jan-2023 03:12:17 Progress (1): 0.4/5.1 MB error 03-Jan-2023 03:12:17 Progress (1): 0.4/5.1 MB error 03-Jan-2023 03:12:17 Progress (1): 0.4/5.1 MB error 03-Jan-2023 03:12:17 Progress (1): 0.5/5.1 MB error 03-Jan-2023 03:12:17 Progress (1): 0.5/5.1 MB error 03-Jan-2023 03:12:17 Progress (1): 0.5/5.1 MB error 03-Jan-2023 03:12:17 Progress (1): 0.6/5.1 MB error 03-Jan-2023 03:12:17 Progress (1): 0.6/5.1 MB error 03-Jan-2023 03:12:17 Progress (1): 0.6/5.1 MB error 03-Jan-2023 03:12:17 Progress (1): 0.6/5.1 MB error 03-Jan-2023 03:12:17 Progress (1): 0.7/5.1 MB error 03-Jan-2023 03:12:17 Progress (1): 0.7/5.1 MB error 03-Jan-2023 03:12:17 Progress (1): 0.7/5.1 MB error 03-Jan-2023 03:12:17 Progress (1): 0.7/5.1 MB error 03-Jan-2023 03:12:17 Progress (1): 0.8/5.1 MB error 03-Jan-2023 03:12:17 Progress (1): 0.8/5.1 MB error 03-Jan-2023 03:12:17 Progress (1): 0.8/5.1 MB error 03-Jan-2023 03:12:17 Progress (1): 0.8/5.1 MB error 03-Jan-2023 03:12:17 Progress (1): 0.9/5.1 MB error 03-Jan-2023 03:12:17 Progress (1): 0.9/5.1 MB error 03-Jan-2023 03:12:17 Progress (1): 0.9/5.1 MB error 03-Jan-2023 03:12:17 Progress (1): 0.9/5.1 MB error 03-Jan-2023 03:12:17 Progress (1): 1.0/5.1 MB error 03-Jan-2023 03:12:17 Progress (1): 1.0/5.1 MB error 03-Jan-2023 03:12:17 Progress (1): 1.0/5.1 MB error 03-Jan-2023 03:12:17 Progress (1): 1.0/5.1 MB error 03-Jan-2023 03:12:17 Progress (1): 1.1/5.1 MB error 03-Jan-2023 03:12:17 Progress (1): 1.1/5.1 MB error 03-Jan-2023 03:12:17 Progress (1): 1.1/5.1 MB error 03-Jan-2023 03:12:17 Progress (1): 1.1/5.1 MB error 03-Jan-2023 03:12:17 Progress (1): 1.2/5.1 MB error 03-Jan-2023 03:12:17 Progress (1): 1.2/5.1 MB error 03-Jan-2023 03:12:17 Progress (1): 1.2/5.1 MB error 03-Jan-2023 03:12:17 Progress (1): 1.2/5.1 MB error 03-Jan-2023 03:12:17 Progress (1): 1.3/5.1 MB error 03-Jan-2023 03:12:17 Progress (1): 1.3/5.1 MB error 03-Jan-2023 03:12:17 Progress (1): 1.3/5.1 MB error 03-Jan-2023 03:12:17 Progress (1): 1.3/5.1 MB error 03-Jan-2023 03:12:17 Progress (1): 1.4/5.1 MB error 03-Jan-2023 03:12:17 Progress (1): 1.4/5.1 MB error 03-Jan-2023 03:12:17 Progress (1): 1.4/5.1 MB error 03-Jan-2023 03:12:17 Progress (1): 1.4/5.1 MB error 03-Jan-2023 03:12:17 Progress (1): 1.5/5.1 MB error 03-Jan-2023 03:12:17 Progress (1): 1.5/5.1 MB error 03-Jan-2023 03:12:17 Progress (1): 1.5/5.1 MB error 03-Jan-2023 03:12:17 Progress (1): 1.5/5.1 MB error 03-Jan-2023 03:12:17 Progress (1): 1.6/5.1 MB error 03-Jan-2023 03:12:17 Progress (1): 1.6/5.1 MB error 03-Jan-2023 03:12:17 Progress (1): 1.6/5.1 MB error 03-Jan-2023 03:12:17 Progress (1): 1.7/5.1 MB error 03-Jan-2023 03:12:17 Progress (1): 1.7/5.1 MB error 03-Jan-2023 03:12:17 Progress (1): 1.7/5.1 MB error 03-Jan-2023 03:12:17 Progress (1): 1.7/5.1 MB error 03-Jan-2023 03:12:17 Progress (1): 1.8/5.1 MB error 03-Jan-2023 03:12:17 Progress (1): 1.8/5.1 MB error 03-Jan-2023 03:12:17 Progress (1): 1.8/5.1 MB error 03-Jan-2023 03:12:17 Progress (1): 1.8/5.1 MB error 03-Jan-2023 03:12:17 Progress (1): 1.9/5.1 MB error 03-Jan-2023 03:12:17 Progress (1): 1.9/5.1 MB error 03-Jan-2023 03:12:17 Progress (1): 1.9/5.1 MB error 03-Jan-2023 03:12:17 Progress (1): 1.9/5.1 MB error 03-Jan-2023 03:12:17 Progress (1): 2.0/5.1 MB error 03-Jan-2023 03:12:17 Progress (1): 2.0/5.1 MB error 03-Jan-2023 03:12:17 Progress (1): 2.0/5.1 MB error 03-Jan-2023 03:12:17 Progress (1): 2.0/5.1 MB error 03-Jan-2023 03:12:17 Progress (1): 2.1/5.1 MB error 03-Jan-2023 03:12:17 Progress (1): 2.1/5.1 MB error 03-Jan-2023 03:12:17 Progress (1): 2.1/5.1 MB error 03-Jan-2023 03:12:17 Progress (1): 2.1/5.1 MB error 03-Jan-2023 03:12:17 Progress (1): 2.2/5.1 MB error 03-Jan-2023 03:12:17 Progress (1): 2.2/5.1 MB error 03-Jan-2023 03:12:17 Progress (1): 2.2/5.1 MB error 03-Jan-2023 03:12:17 Progress (1): 2.3/5.1 MB error 03-Jan-2023 03:12:17 Progress (1): 2.3/5.1 MB error 03-Jan-2023 03:12:17 Progress (1): 2.3/5.1 MB error 03-Jan-2023 03:12:17 Progress (1): 2.3/5.1 MB error 03-Jan-2023 03:12:17 Progress (1): 2.4/5.1 MB error 03-Jan-2023 03:12:17 Progress (1): 2.4/5.1 MB error 03-Jan-2023 03:12:17 Progress (1): 2.4/5.1 MB error 03-Jan-2023 03:12:17 Progress (1): 2.4/5.1 MB error 03-Jan-2023 03:12:17 Progress (1): 2.5/5.1 MB error 03-Jan-2023 03:12:17 Progress (1): 2.5/5.1 MB error 03-Jan-2023 03:12:17 Progress (1): 2.5/5.1 MB error 03-Jan-2023 03:12:17 Progress (1): 2.5/5.1 MB error 03-Jan-2023 03:12:17 Progress (1): 2.6/5.1 MB error 03-Jan-2023 03:12:17 Progress (1): 2.6/5.1 MB error 03-Jan-2023 03:12:17 Progress (1): 2.6/5.1 MB error 03-Jan-2023 03:12:17 Progress (1): 2.6/5.1 MB error 03-Jan-2023 03:12:17 Progress (1): 2.7/5.1 MB error 03-Jan-2023 03:12:17 Progress (1): 2.7/5.1 MB error 03-Jan-2023 03:12:17 Progress (1): 2.7/5.1 MB error 03-Jan-2023 03:12:17 Progress (1): 2.7/5.1 MB error 03-Jan-2023 03:12:17 Progress (1): 2.8/5.1 MB error 03-Jan-2023 03:12:17 Progress (1): 2.8/5.1 MB error 03-Jan-2023 03:12:17 Progress (1): 2.8/5.1 MB error 03-Jan-2023 03:12:17 Progress (1): 2.8/5.1 MB error 03-Jan-2023 03:12:17 Progress (1): 2.9/5.1 MB error 03-Jan-2023 03:12:17 Progress (1): 2.9/5.1 MB error 03-Jan-2023 03:12:17 Progress (1): 2.9/5.1 MB error 03-Jan-2023 03:12:17 Progress (1): 2.9/5.1 MB error 03-Jan-2023 03:12:17 Progress (1): 3.0/5.1 MB error 03-Jan-2023 03:12:17 Progress (1): 3.0/5.1 MB error 03-Jan-2023 03:12:17 Progress (1): 3.0/5.1 MB error 03-Jan-2023 03:12:17 Progress (1): 3.0/5.1 MB error 03-Jan-2023 03:12:17 Progress (1): 3.0/5.1 MB error 03-Jan-2023 03:12:17 Progress (1): 3.1/5.1 MB error 03-Jan-2023 03:12:17 Progress (1): 3.1/5.1 MB error 03-Jan-2023 03:12:17 Progress (1): 3.1/5.1 MB error 03-Jan-2023 03:12:17 Progress (1): 3.1/5.1 MB error 03-Jan-2023 03:12:17 Progress (1): 3.2/5.1 MB error 03-Jan-2023 03:12:17 Progress (1): 3.2/5.1 MB error 03-Jan-2023 03:12:17 Progress (1): 3.2/5.1 MB error 03-Jan-2023 03:12:17 Progress (1): 3.2/5.1 MB error 03-Jan-2023 03:12:17 Progress (1): 3.3/5.1 MB error 03-Jan-2023 03:12:17 Progress (1): 3.3/5.1 MB error 03-Jan-2023 03:12:17 Progress (1): 3.3/5.1 MB error 03-Jan-2023 03:12:17 Progress (1): 3.3/5.1 MB error 03-Jan-2023 03:12:17 Progress (1): 3.4/5.1 MB error 03-Jan-2023 03:12:17 Progress (1): 3.4/5.1 MB error 03-Jan-2023 03:12:17 Progress (1): 3.4/5.1 MB error 03-Jan-2023 03:12:17 Progress (1): 3.4/5.1 MB error 03-Jan-2023 03:12:17 Progress (1): 3.5/5.1 MB error 03-Jan-2023 03:12:17 Progress (1): 3.5/5.1 MB error 03-Jan-2023 03:12:17 Progress (1): 3.5/5.1 MB error 03-Jan-2023 03:12:17 Progress (1): 3.5/5.1 MB error 03-Jan-2023 03:12:17 Progress (1): 3.6/5.1 MB error 03-Jan-2023 03:12:17 Progress (1): 3.6/5.1 MB error 03-Jan-2023 03:12:17 Progress (1): 3.6/5.1 MB error 03-Jan-2023 03:12:17 Progress (1): 3.6/5.1 MB error 03-Jan-2023 03:12:17 Progress (1): 3.7/5.1 MB error 03-Jan-2023 03:12:17 Progress (1): 3.7/5.1 MB error 03-Jan-2023 03:12:17 Progress (1): 3.7/5.1 MB error 03-Jan-2023 03:12:17 Progress (1): 3.7/5.1 MB error 03-Jan-2023 03:12:17 Progress (1): 3.8/5.1 MB error 03-Jan-2023 03:12:17 Progress (1): 3.8/5.1 MB error 03-Jan-2023 03:12:17 Progress (1): 3.8/5.1 MB error 03-Jan-2023 03:12:17 Progress (1): 3.8/5.1 MB error 03-Jan-2023 03:12:17 Progress (1): 3.9/5.1 MB error 03-Jan-2023 03:12:17 Progress (1): 3.9/5.1 MB error 03-Jan-2023 03:12:17 Progress (1): 3.9/5.1 MB error 03-Jan-2023 03:12:17 Progress (1): 3.9/5.1 MB error 03-Jan-2023 03:12:17 Progress (1): 4.0/5.1 MB error 03-Jan-2023 03:12:17 Progress (1): 4.0/5.1 MB error 03-Jan-2023 03:12:17 Progress (1): 4.0/5.1 MB error 03-Jan-2023 03:12:17 Progress (1): 4.1/5.1 MB error 03-Jan-2023 03:12:17 Progress (1): 4.1/5.1 MB error 03-Jan-2023 03:12:17 Progress (1): 4.1/5.1 MB error 03-Jan-2023 03:12:17 Progress (1): 4.1/5.1 MB error 03-Jan-2023 03:12:17 Progress (1): 4.2/5.1 MB error 03-Jan-2023 03:12:17 Progress (1): 4.2/5.1 MB error 03-Jan-2023 03:12:17 Progress (1): 4.2/5.1 MB error 03-Jan-2023 03:12:17 Progress (1): 4.2/5.1 MB error 03-Jan-2023 03:12:17 Progress (1): 4.2/5.1 MB error 03-Jan-2023 03:12:17 Progress (1): 4.3/5.1 MB error 03-Jan-2023 03:12:17 Progress (1): 4.3/5.1 MB error 03-Jan-2023 03:12:17 Progress (1): 4.3/5.1 MB error 03-Jan-2023 03:12:17 Progress (1): 4.3/5.1 MB error 03-Jan-2023 03:12:17 Progress (1): 4.4/5.1 MB error 03-Jan-2023 03:12:17 Progress (1): 4.4/5.1 MB error 03-Jan-2023 03:12:17 Progress (1): 4.4/5.1 MB error 03-Jan-2023 03:12:17 Progress (1): 4.4/5.1 MB error 03-Jan-2023 03:12:17 Progress (1): 4.5/5.1 MB error 03-Jan-2023 03:12:17 Progress (1): 4.5/5.1 MB error 03-Jan-2023 03:12:17 Progress (1): 4.5/5.1 MB error 03-Jan-2023 03:12:17 Progress (1): 4.5/5.1 MB error 03-Jan-2023 03:12:17 Progress (1): 4.6/5.1 MB error 03-Jan-2023 03:12:17 Progress (1): 4.6/5.1 MB error 03-Jan-2023 03:12:17 Progress (1): 4.6/5.1 MB error 03-Jan-2023 03:12:17 Progress (1): 4.6/5.1 MB error 03-Jan-2023 03:12:17 Progress (1): 4.7/5.1 MB error 03-Jan-2023 03:12:17 Progress (1): 4.7/5.1 MB error 03-Jan-2023 03:12:17 Progress (1): 4.7/5.1 MB error 03-Jan-2023 03:12:17 Progress (1): 4.7/5.1 MB error 03-Jan-2023 03:12:17 Progress (1): 4.8/5.1 MB error 03-Jan-2023 03:12:17 Progress (1): 4.8/5.1 MB error 03-Jan-2023 03:12:17 Progress (1): 4.8/5.1 MB error 03-Jan-2023 03:12:17 Progress (1): 4.8/5.1 MB error 03-Jan-2023 03:12:17 Progress (1): 4.9/5.1 MB error 03-Jan-2023 03:12:17 Progress (1): 4.9/5.1 MB error 03-Jan-2023 03:12:18 Progress (1): 4.9/5.1 MB error 03-Jan-2023 03:12:18 Progress (1): 4.9/5.1 MB error 03-Jan-2023 03:12:18 Progress (1): 5.0/5.1 MB error 03-Jan-2023 03:12:18 Progress (1): 5.0/5.1 MB error 03-Jan-2023 03:12:18 Progress (1): 5.0/5.1 MB error 03-Jan-2023 03:12:18 Progress (1): 5.0/5.1 MB error 03-Jan-2023 03:12:18 Progress (1): 5.1/5.1 MB error 03-Jan-2023 03:12:18 Progress (1): 5.1 MB error 03-Jan-2023 03:12:18 error 03-Jan-2023 03:12:18 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/appointmentschedulingui-omod/1.14.0/appointmentschedulingui-omod-1.14.0.jar (5.1 MB at 5.4 MB/s) error 03-Jan-2023 03:12:18 #18 180.9 [INFO] Configured Artifact: org.openmrs.module:attachments-omod:2.7.0:jar error 03-Jan-2023 03:12:18 #18 180.9 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/attachments-omod/2.7.0/attachments-omod-2.7.0.pom error 03-Jan-2023 03:12:18 #18 181.0 Progress (1): 3.3/11 kB error 03-Jan-2023 03:12:18 Progress (1): 6.1/11 kB error 03-Jan-2023 03:12:18 Progress (1): 8.9/11 kB error 03-Jan-2023 03:12:18 Progress (1): 11 kB error 03-Jan-2023 03:12:18 error 03-Jan-2023 03:12:18 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/attachments-omod/2.7.0/attachments-omod-2.7.0.pom (11 kB at 46 kB/s) error 03-Jan-2023 03:12:18 #18 181.2 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/attachments/2.7.0/attachments-2.7.0.pom error 03-Jan-2023 03:12:18 #18 181.3 Progress (1): 3.3/6.2 kB error 03-Jan-2023 03:12:18 Progress (1): 6.1/6.2 kB error 03-Jan-2023 03:12:18 Progress (1): 6.2 kB error 03-Jan-2023 03:12:18 error 03-Jan-2023 03:12:18 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/attachments/2.7.0/attachments-2.7.0.pom (6.2 kB at 26 kB/s) error 03-Jan-2023 03:12:18 #18 181.4 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/attachments-omod/2.7.0/attachments-omod-2.7.0.jar error 03-Jan-2023 03:12:18 #18 181.7 Progress (1): 4.1/313 kB error 03-Jan-2023 03:12:18 Progress (1): 8.2/313 kB error 03-Jan-2023 03:12:18 Progress (1): 12/313 kB error 03-Jan-2023 03:12:18 Progress (1): 16/313 kB error 03-Jan-2023 03:12:18 Progress (1): 19/313 kB error 03-Jan-2023 03:12:18 Progress (1): 23/313 kB error 03-Jan-2023 03:12:18 Progress (1): 27/313 kB error 03-Jan-2023 03:12:18 Progress (1): 31/313 kB error 03-Jan-2023 03:12:18 Progress (1): 35/313 kB error 03-Jan-2023 03:12:18 Progress (1): 39/313 kB error 03-Jan-2023 03:12:18 Progress (1): 43/313 kB error 03-Jan-2023 03:12:18 Progress (1): 47/313 kB error 03-Jan-2023 03:12:18 Progress (1): 52/313 kB error 03-Jan-2023 03:12:18 Progress (1): 56/313 kB error 03-Jan-2023 03:12:18 Progress (1): 60/313 kB error 03-Jan-2023 03:12:18 Progress (1): 64/313 kB error 03-Jan-2023 03:12:18 Progress (1): 68/313 kB error 03-Jan-2023 03:12:18 Progress (1): 71/313 kB error 03-Jan-2023 03:12:18 Progress (1): 75/313 kB error 03-Jan-2023 03:12:18 Progress (1): 79/313 kB error 03-Jan-2023 03:12:18 Progress (1): 83/313 kB error 03-Jan-2023 03:12:18 Progress (1): 87/313 kB error 03-Jan-2023 03:12:18 Progress (1): 91/313 kB error 03-Jan-2023 03:12:18 Progress (1): 95/313 kB error 03-Jan-2023 03:12:18 Progress (1): 99/313 kB error 03-Jan-2023 03:12:18 Progress (1): 103/313 kB error 03-Jan-2023 03:12:18 Progress (1): 106/313 kB error 03-Jan-2023 03:12:18 Progress (1): 110/313 kB error 03-Jan-2023 03:12:18 Progress (1): 114/313 kB error 03-Jan-2023 03:12:18 Progress (1): 116/313 kB error 03-Jan-2023 03:12:18 Progress (1): 120/313 kB error 03-Jan-2023 03:12:18 Progress (1): 125/313 kB error 03-Jan-2023 03:12:18 Progress (1): 129/313 kB error 03-Jan-2023 03:12:18 Progress (1): 133/313 kB error 03-Jan-2023 03:12:18 Progress (1): 137/313 kB error 03-Jan-2023 03:12:18 Progress (1): 141/313 kB error 03-Jan-2023 03:12:18 Progress (1): 145/313 kB error 03-Jan-2023 03:12:18 Progress (1): 149/313 kB error 03-Jan-2023 03:12:18 Progress (1): 153/313 kB error 03-Jan-2023 03:12:18 Progress (1): 157/313 kB error 03-Jan-2023 03:12:18 Progress (1): 161/313 kB error 03-Jan-2023 03:12:18 Progress (1): 165/313 kB error 03-Jan-2023 03:12:18 Progress (1): 170/313 kB error 03-Jan-2023 03:12:18 Progress (1): 174/313 kB error 03-Jan-2023 03:12:18 Progress (1): 178/313 kB error 03-Jan-2023 03:12:18 Progress (1): 182/313 kB error 03-Jan-2023 03:12:18 Progress (1): 186/313 kB error 03-Jan-2023 03:12:18 Progress (1): 190/313 kB error 03-Jan-2023 03:12:18 Progress (1): 193/313 kB error 03-Jan-2023 03:12:18 Progress (1): 197/313 kB error 03-Jan-2023 03:12:18 Progress (1): 201/313 kB error 03-Jan-2023 03:12:18 Progress (1): 205/313 kB error 03-Jan-2023 03:12:18 Progress (1): 209/313 kB error 03-Jan-2023 03:12:18 Progress (1): 213/313 kB error 03-Jan-2023 03:12:18 Progress (1): 217/313 kB error 03-Jan-2023 03:12:18 Progress (1): 222/313 kB error 03-Jan-2023 03:12:18 Progress (1): 226/313 kB error 03-Jan-2023 03:12:18 Progress (1): 230/313 kB error 03-Jan-2023 03:12:18 Progress (1): 234/313 kB error 03-Jan-2023 03:12:18 Progress (1): 238/313 kB error 03-Jan-2023 03:12:18 Progress (1): 242/313 kB error 03-Jan-2023 03:12:18 Progress (1): 246/313 kB error 03-Jan-2023 03:12:18 Progress (1): 250/313 kB error 03-Jan-2023 03:12:18 Progress (1): 254/313 kB error 03-Jan-2023 03:12:18 Progress (1): 258/313 kB error 03-Jan-2023 03:12:18 Progress (1): 263/313 kB error 03-Jan-2023 03:12:18 Progress (1): 267/313 kB error 03-Jan-2023 03:12:18 Progress (1): 269/313 kB error 03-Jan-2023 03:12:18 Progress (1): 273/313 kB error 03-Jan-2023 03:12:18 Progress (1): 277/313 kB error 03-Jan-2023 03:12:18 Progress (1): 281/313 kB error 03-Jan-2023 03:12:18 Progress (1): 285/313 kB error 03-Jan-2023 03:12:18 Progress (1): 289/313 kB error 03-Jan-2023 03:12:18 Progress (1): 293/313 kB error 03-Jan-2023 03:12:18 Progress (1): 297/313 kB error 03-Jan-2023 03:12:18 Progress (1): 301/313 kB error 03-Jan-2023 03:12:18 Progress (1): 304/313 kB error 03-Jan-2023 03:12:18 Progress (1): 308/313 kB error 03-Jan-2023 03:12:18 Progress (1): 312/313 kB error 03-Jan-2023 03:12:18 Progress (1): 313 kB error 03-Jan-2023 03:12:19 error 03-Jan-2023 03:12:19 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/attachments-omod/2.7.0/attachments-omod-2.7.0.jar (313 kB at 666 kB/s) error 03-Jan-2023 03:12:19 #18 181.9 [INFO] Configured Artifact: org.openmrs.module:formentryapp-omod:1.4.3:jar error 03-Jan-2023 03:12:19 #18 181.9 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/formentryapp-omod/1.4.3/formentryapp-omod-1.4.3.pom error 03-Jan-2023 03:12:19 #18 182.0 Progress (1): 3.3/5.9 kB error 03-Jan-2023 03:12:19 Progress (1): 5.9 kB error 03-Jan-2023 03:12:19 error 03-Jan-2023 03:12:19 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/formentryapp-omod/1.4.3/formentryapp-omod-1.4.3.pom (5.9 kB at 26 kB/s) error 03-Jan-2023 03:12:19 #18 182.1 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/formentryapp/1.4.3/formentryapp-1.4.3.pom error 03-Jan-2023 03:12:19 #18 182.2 Progress (1): 3.3/5.3 kB error 03-Jan-2023 03:12:19 Progress (1): 5.3 kB error 03-Jan-2023 03:12:19 error 03-Jan-2023 03:12:19 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/formentryapp/1.4.3/formentryapp-1.4.3.pom (5.3 kB at 23 kB/s) error 03-Jan-2023 03:12:19 #18 182.4 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/formentryapp-omod/1.4.3/formentryapp-omod-1.4.3.jar error 03-Jan-2023 03:12:19 #18 182.5 Progress (1): 3.3/27 kB error 03-Jan-2023 03:12:19 Progress (1): 6.1/27 kB error 03-Jan-2023 03:12:19 Progress (1): 8.9/27 kB error 03-Jan-2023 03:12:19 Progress (1): 12/27 kB error 03-Jan-2023 03:12:19 Progress (1): 15/27 kB error 03-Jan-2023 03:12:19 Progress (1): 17/27 kB error 03-Jan-2023 03:12:19 Progress (1): 20/27 kB error 03-Jan-2023 03:12:19 Progress (1): 23/27 kB error 03-Jan-2023 03:12:19 Progress (1): 26/27 kB error 03-Jan-2023 03:12:19 Progress (1): 27 kB error 03-Jan-2023 03:12:19 error 03-Jan-2023 03:12:19 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/formentryapp-omod/1.4.3/formentryapp-omod-1.4.3.jar (27 kB at 113 kB/s) error 03-Jan-2023 03:12:19 #18 182.6 [INFO] Configured Artifact: org.openmrs.module:idgen-omod:4.9.0:jar error 03-Jan-2023 03:12:19 #18 182.6 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/idgen-omod/4.9.0/idgen-omod-4.9.0.pom error 03-Jan-2023 03:12:19 #18 182.7 Progress (1): 3.3/4.1 kB error 03-Jan-2023 03:12:19 Progress (1): 4.1 kB error 03-Jan-2023 03:12:19 error 03-Jan-2023 03:12:20 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/idgen-omod/4.9.0/idgen-omod-4.9.0.pom (4.1 kB at 18 kB/s) error 03-Jan-2023 03:12:20 #18 182.8 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/idgen/4.9.0/idgen-4.9.0.pom error 03-Jan-2023 03:12:20 #18 183.0 Progress (1): 3.3/9.9 kB error 03-Jan-2023 03:12:20 Progress (1): 6.1/9.9 kB error 03-Jan-2023 03:12:20 Progress (1): 8.9/9.9 kB error 03-Jan-2023 03:12:20 Progress (1): 9.9 kB error 03-Jan-2023 03:12:20 error 03-Jan-2023 03:12:20 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/idgen/4.9.0/idgen-4.9.0.pom (9.9 kB at 44 kB/s) error 03-Jan-2023 03:12:20 #18 183.1 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/idgen-omod/4.9.0/idgen-omod-4.9.0.jar error 03-Jan-2023 03:12:20 #18 183.4 Progress (1): 0/1.2 MB error 03-Jan-2023 03:12:20 Progress (1): 0/1.2 MB error 03-Jan-2023 03:12:20 Progress (1): 0/1.2 MB error 03-Jan-2023 03:12:20 Progress (1): 0/1.2 MB error 03-Jan-2023 03:12:20 Progress (1): 0/1.2 MB error 03-Jan-2023 03:12:20 Progress (1): 0.1/1.2 MB error 03-Jan-2023 03:12:20 Progress (1): 0.1/1.2 MB error 03-Jan-2023 03:12:20 Progress (1): 0.1/1.2 MB error 03-Jan-2023 03:12:20 Progress (1): 0.1/1.2 MB error 03-Jan-2023 03:12:20 Progress (1): 0.1/1.2 MB error 03-Jan-2023 03:12:20 Progress (1): 0.1/1.2 MB error 03-Jan-2023 03:12:20 Progress (1): 0.1/1.2 MB error 03-Jan-2023 03:12:20 Progress (1): 0.1/1.2 MB error 03-Jan-2023 03:12:20 Progress (1): 0.1/1.2 MB error 03-Jan-2023 03:12:20 Progress (1): 0.1/1.2 MB error 03-Jan-2023 03:12:20 Progress (1): 0.1/1.2 MB error 03-Jan-2023 03:12:20 Progress (1): 0.2/1.2 MB error 03-Jan-2023 03:12:20 Progress (1): 0.2/1.2 MB error 03-Jan-2023 03:12:20 Progress (1): 0.2/1.2 MB error 03-Jan-2023 03:12:20 Progress (1): 0.2/1.2 MB error 03-Jan-2023 03:12:20 Progress (1): 0.2/1.2 MB error 03-Jan-2023 03:12:20 Progress (1): 0.2/1.2 MB error 03-Jan-2023 03:12:20 Progress (1): 0.2/1.2 MB error 03-Jan-2023 03:12:20 Progress (1): 0.2/1.2 MB error 03-Jan-2023 03:12:20 Progress (1): 0.2/1.2 MB error 03-Jan-2023 03:12:20 Progress (1): 0.2/1.2 MB error 03-Jan-2023 03:12:20 Progress (1): 0.2/1.2 MB error 03-Jan-2023 03:12:20 Progress (1): 0.2/1.2 MB error 03-Jan-2023 03:12:20 Progress (1): 0.3/1.2 MB error 03-Jan-2023 03:12:20 Progress (1): 0.3/1.2 MB error 03-Jan-2023 03:12:20 Progress (1): 0.3/1.2 MB error 03-Jan-2023 03:12:20 Progress (1): 0.3/1.2 MB error 03-Jan-2023 03:12:20 Progress (1): 0.3/1.2 MB error 03-Jan-2023 03:12:20 Progress (1): 0.3/1.2 MB error 03-Jan-2023 03:12:20 Progress (1): 0.3/1.2 MB error 03-Jan-2023 03:12:20 Progress (1): 0.3/1.2 MB error 03-Jan-2023 03:12:20 Progress (1): 0.3/1.2 MB error 03-Jan-2023 03:12:20 Progress (1): 0.3/1.2 MB error 03-Jan-2023 03:12:20 Progress (1): 0.3/1.2 MB error 03-Jan-2023 03:12:20 Progress (1): 0.4/1.2 MB error 03-Jan-2023 03:12:20 Progress (1): 0.4/1.2 MB error 03-Jan-2023 03:12:20 Progress (1): 0.4/1.2 MB error 03-Jan-2023 03:12:20 Progress (1): 0.4/1.2 MB error 03-Jan-2023 03:12:20 Progress (1): 0.4/1.2 MB error 03-Jan-2023 03:12:20 Progress (1): 0.4/1.2 MB error 03-Jan-2023 03:12:20 Progress (1): 0.4/1.2 MB error 03-Jan-2023 03:12:20 Progress (1): 0.4/1.2 MB error 03-Jan-2023 03:12:20 Progress (1): 0.4/1.2 MB error 03-Jan-2023 03:12:20 Progress (1): 0.4/1.2 MB error 03-Jan-2023 03:12:20 Progress (1): 0.4/1.2 MB error 03-Jan-2023 03:12:20 Progress (1): 0.5/1.2 MB error 03-Jan-2023 03:12:20 Progress (1): 0.5/1.2 MB error 03-Jan-2023 03:12:20 Progress (1): 0.5/1.2 MB error 03-Jan-2023 03:12:20 Progress (1): 0.5/1.2 MB error 03-Jan-2023 03:12:20 Progress (1): 0.5/1.2 MB error 03-Jan-2023 03:12:20 Progress (1): 0.5/1.2 MB error 03-Jan-2023 03:12:20 Progress (1): 0.5/1.2 MB error 03-Jan-2023 03:12:20 Progress (1): 0.5/1.2 MB error 03-Jan-2023 03:12:20 Progress (1): 0.5/1.2 MB error 03-Jan-2023 03:12:20 Progress (1): 0.5/1.2 MB error 03-Jan-2023 03:12:20 Progress (1): 0.5/1.2 MB error 03-Jan-2023 03:12:20 Progress (1): 0.5/1.2 MB error 03-Jan-2023 03:12:20 Progress (1): 0.6/1.2 MB error 03-Jan-2023 03:12:20 Progress (1): 0.6/1.2 MB error 03-Jan-2023 03:12:20 Progress (1): 0.6/1.2 MB error 03-Jan-2023 03:12:20 Progress (1): 0.6/1.2 MB error 03-Jan-2023 03:12:20 Progress (1): 0.6/1.2 MB error 03-Jan-2023 03:12:20 Progress (1): 0.6/1.2 MB error 03-Jan-2023 03:12:20 Progress (1): 0.6/1.2 MB error 03-Jan-2023 03:12:20 Progress (1): 0.6/1.2 MB error 03-Jan-2023 03:12:20 Progress (1): 0.6/1.2 MB error 03-Jan-2023 03:12:20 Progress (1): 0.6/1.2 MB error 03-Jan-2023 03:12:20 Progress (1): 0.6/1.2 MB error 03-Jan-2023 03:12:20 Progress (1): 0.7/1.2 MB error 03-Jan-2023 03:12:20 Progress (1): 0.7/1.2 MB error 03-Jan-2023 03:12:20 Progress (1): 0.7/1.2 MB error 03-Jan-2023 03:12:20 Progress (1): 0.7/1.2 MB error 03-Jan-2023 03:12:20 Progress (1): 0.7/1.2 MB error 03-Jan-2023 03:12:20 Progress (1): 0.7/1.2 MB error 03-Jan-2023 03:12:20 Progress (1): 0.7/1.2 MB error 03-Jan-2023 03:12:20 Progress (1): 0.7/1.2 MB error 03-Jan-2023 03:12:20 Progress (1): 0.7/1.2 MB error 03-Jan-2023 03:12:20 Progress (1): 0.7/1.2 MB error 03-Jan-2023 03:12:20 Progress (1): 0.7/1.2 MB error 03-Jan-2023 03:12:20 Progress (1): 0.8/1.2 MB error 03-Jan-2023 03:12:20 Progress (1): 0.8/1.2 MB error 03-Jan-2023 03:12:20 Progress (1): 0.8/1.2 MB error 03-Jan-2023 03:12:20 Progress (1): 0.8/1.2 MB error 03-Jan-2023 03:12:20 Progress (1): 0.8/1.2 MB error 03-Jan-2023 03:12:20 Progress (1): 0.8/1.2 MB error 03-Jan-2023 03:12:20 Progress (1): 0.8/1.2 MB error 03-Jan-2023 03:12:20 Progress (1): 0.8/1.2 MB error 03-Jan-2023 03:12:20 Progress (1): 0.8/1.2 MB error 03-Jan-2023 03:12:20 Progress (1): 0.8/1.2 MB error 03-Jan-2023 03:12:20 Progress (1): 0.8/1.2 MB error 03-Jan-2023 03:12:20 Progress (1): 0.8/1.2 MB error 03-Jan-2023 03:12:20 Progress (1): 0.9/1.2 MB error 03-Jan-2023 03:12:20 Progress (1): 0.9/1.2 MB error 03-Jan-2023 03:12:20 Progress (1): 0.9/1.2 MB error 03-Jan-2023 03:12:20 Progress (1): 0.9/1.2 MB error 03-Jan-2023 03:12:20 Progress (1): 0.9/1.2 MB error 03-Jan-2023 03:12:20 Progress (1): 0.9/1.2 MB error 03-Jan-2023 03:12:20 Progress (1): 0.9/1.2 MB error 03-Jan-2023 03:12:20 Progress (1): 0.9/1.2 MB error 03-Jan-2023 03:12:20 Progress (1): 0.9/1.2 MB error 03-Jan-2023 03:12:20 Progress (1): 0.9/1.2 MB error 03-Jan-2023 03:12:20 Progress (1): 0.9/1.2 MB error 03-Jan-2023 03:12:20 Progress (1): 1.0/1.2 MB error 03-Jan-2023 03:12:20 Progress (1): 1.0/1.2 MB error 03-Jan-2023 03:12:20 Progress (1): 1.0/1.2 MB error 03-Jan-2023 03:12:20 Progress (1): 1.0/1.2 MB error 03-Jan-2023 03:12:20 Progress (1): 1.0/1.2 MB error 03-Jan-2023 03:12:20 Progress (1): 1.0/1.2 MB error 03-Jan-2023 03:12:20 Progress (1): 1.0/1.2 MB error 03-Jan-2023 03:12:20 Progress (1): 1.0/1.2 MB error 03-Jan-2023 03:12:20 Progress (1): 1.0/1.2 MB error 03-Jan-2023 03:12:20 Progress (1): 1.0/1.2 MB error 03-Jan-2023 03:12:20 Progress (1): 1.1/1.2 MB error 03-Jan-2023 03:12:20 Progress (1): 1.1/1.2 MB error 03-Jan-2023 03:12:20 Progress (1): 1.1/1.2 MB error 03-Jan-2023 03:12:20 Progress (1): 1.1/1.2 MB error 03-Jan-2023 03:12:20 Progress (1): 1.1/1.2 MB error 03-Jan-2023 03:12:20 Progress (1): 1.1/1.2 MB error 03-Jan-2023 03:12:20 Progress (1): 1.1/1.2 MB error 03-Jan-2023 03:12:20 Progress (1): 1.1/1.2 MB error 03-Jan-2023 03:12:20 Progress (1): 1.1/1.2 MB error 03-Jan-2023 03:12:20 Progress (1): 1.1/1.2 MB error 03-Jan-2023 03:12:20 Progress (1): 1.1/1.2 MB error 03-Jan-2023 03:12:20 Progress (1): 1.1/1.2 MB error 03-Jan-2023 03:12:20 Progress (1): 1.2/1.2 MB error 03-Jan-2023 03:12:20 Progress (1): 1.2/1.2 MB error 03-Jan-2023 03:12:20 Progress (1): 1.2/1.2 MB error 03-Jan-2023 03:12:20 Progress (1): 1.2/1.2 MB error 03-Jan-2023 03:12:20 Progress (1): 1.2/1.2 MB error 03-Jan-2023 03:12:20 Progress (1): 1.2/1.2 MB error 03-Jan-2023 03:12:20 Progress (1): 1.2/1.2 MB error 03-Jan-2023 03:12:20 Progress (1): 1.2/1.2 MB error 03-Jan-2023 03:12:20 Progress (1): 1.2/1.2 MB error 03-Jan-2023 03:12:20 Progress (1): 1.2/1.2 MB error 03-Jan-2023 03:12:20 Progress (1): 1.2/1.2 MB error 03-Jan-2023 03:12:20 Progress (1): 1.2 MB error 03-Jan-2023 03:12:20 error 03-Jan-2023 03:12:20 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/idgen-omod/4.9.0/idgen-omod-4.9.0.jar (1.2 MB at 2.3 MB/s) error 03-Jan-2023 03:12:20 #18 183.6 [INFO] Configured Artifact: org.openmrs.module:metadatamapping-omod:1.6.0:jar error 03-Jan-2023 03:12:20 #18 183.7 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/metadatamapping-omod/1.6.0/metadatamapping-omod-1.6.0.pom error 03-Jan-2023 03:12:21 #18 183.8 Progress (1): 3.3/4.6 kB error 03-Jan-2023 03:12:21 Progress (1): 4.6 kB error 03-Jan-2023 03:12:21 error 03-Jan-2023 03:12:21 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/metadatamapping-omod/1.6.0/metadatamapping-omod-1.6.0.pom (4.6 kB at 20 kB/s) error 03-Jan-2023 03:12:21 #18 183.9 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/metadatamapping/1.6.0/metadatamapping-1.6.0.pom error 03-Jan-2023 03:12:21 #18 184.0 Progress (1): 3.3/12 kB error 03-Jan-2023 03:12:21 Progress (1): 6.1/12 kB error 03-Jan-2023 03:12:21 Progress (1): 8.9/12 kB error 03-Jan-2023 03:12:21 Progress (1): 12/12 kB error 03-Jan-2023 03:12:21 Progress (1): 12 kB error 03-Jan-2023 03:12:21 error 03-Jan-2023 03:12:21 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/metadatamapping/1.6.0/metadatamapping-1.6.0.pom (12 kB at 53 kB/s) error 03-Jan-2023 03:12:21 #18 184.2 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/metadatamapping-omod/1.6.0/metadatamapping-omod-1.6.0.jar error 03-Jan-2023 03:12:21 #18 184.5 Progress (1): 0/3.3 MB error 03-Jan-2023 03:12:21 Progress (1): 0/3.3 MB error 03-Jan-2023 03:12:21 Progress (1): 0.1/3.3 MB error 03-Jan-2023 03:12:21 Progress (1): 0.1/3.3 MB error 03-Jan-2023 03:12:21 Progress (1): 0.1/3.3 MB error 03-Jan-2023 03:12:21 Progress (1): 0.1/3.3 MB error 03-Jan-2023 03:12:21 Progress (1): 0.1/3.3 MB error 03-Jan-2023 03:12:21 Progress (1): 0.1/3.3 MB error 03-Jan-2023 03:12:21 Progress (1): 0.2/3.3 MB error 03-Jan-2023 03:12:21 Progress (1): 0.2/3.3 MB error 03-Jan-2023 03:12:21 Progress (1): 0.2/3.3 MB error 03-Jan-2023 03:12:21 Progress (1): 0.2/3.3 MB error 03-Jan-2023 03:12:21 Progress (1): 0.2/3.3 MB error 03-Jan-2023 03:12:21 Progress (1): 0.2/3.3 MB error 03-Jan-2023 03:12:21 Progress (1): 0.3/3.3 MB error 03-Jan-2023 03:12:21 Progress (1): 0.3/3.3 MB error 03-Jan-2023 03:12:21 Progress (1): 0.3/3.3 MB error 03-Jan-2023 03:12:21 Progress (1): 0.3/3.3 MB error 03-Jan-2023 03:12:21 Progress (1): 0.3/3.3 MB error 03-Jan-2023 03:12:21 Progress (1): 0.4/3.3 MB error 03-Jan-2023 03:12:21 Progress (1): 0.4/3.3 MB error 03-Jan-2023 03:12:21 Progress (1): 0.4/3.3 MB error 03-Jan-2023 03:12:21 Progress (1): 0.4/3.3 MB error 03-Jan-2023 03:12:21 Progress (1): 0.4/3.3 MB error 03-Jan-2023 03:12:21 Progress (1): 0.5/3.3 MB error 03-Jan-2023 03:12:21 Progress (1): 0.5/3.3 MB error 03-Jan-2023 03:12:21 Progress (1): 0.5/3.3 MB error 03-Jan-2023 03:12:21 Progress (1): 0.5/3.3 MB error 03-Jan-2023 03:12:21 Progress (1): 0.5/3.3 MB error 03-Jan-2023 03:12:21 Progress (1): 0.5/3.3 MB error 03-Jan-2023 03:12:21 Progress (1): 0.6/3.3 MB error 03-Jan-2023 03:12:21 Progress (1): 0.6/3.3 MB error 03-Jan-2023 03:12:21 Progress (1): 0.6/3.3 MB error 03-Jan-2023 03:12:21 Progress (1): 0.6/3.3 MB error 03-Jan-2023 03:12:21 Progress (1): 0.6/3.3 MB error 03-Jan-2023 03:12:21 Progress (1): 0.7/3.3 MB error 03-Jan-2023 03:12:21 Progress (1): 0.7/3.3 MB error 03-Jan-2023 03:12:21 Progress (1): 0.7/3.3 MB error 03-Jan-2023 03:12:21 Progress (1): 0.7/3.3 MB error 03-Jan-2023 03:12:21 Progress (1): 0.7/3.3 MB error 03-Jan-2023 03:12:21 Progress (1): 0.8/3.3 MB error 03-Jan-2023 03:12:21 Progress (1): 0.8/3.3 MB error 03-Jan-2023 03:12:21 Progress (1): 0.8/3.3 MB error 03-Jan-2023 03:12:21 Progress (1): 0.8/3.3 MB error 03-Jan-2023 03:12:21 Progress (1): 0.8/3.3 MB error 03-Jan-2023 03:12:21 Progress (1): 0.9/3.3 MB error 03-Jan-2023 03:12:21 Progress (1): 0.9/3.3 MB error 03-Jan-2023 03:12:21 Progress (1): 0.9/3.3 MB error 03-Jan-2023 03:12:21 Progress (1): 0.9/3.3 MB error 03-Jan-2023 03:12:21 Progress (1): 0.9/3.3 MB error 03-Jan-2023 03:12:21 Progress (1): 1.0/3.3 MB error 03-Jan-2023 03:12:21 Progress (1): 1.0/3.3 MB error 03-Jan-2023 03:12:21 Progress (1): 1.0/3.3 MB error 03-Jan-2023 03:12:21 Progress (1): 1.0/3.3 MB error 03-Jan-2023 03:12:21 Progress (1): 1.0/3.3 MB error 03-Jan-2023 03:12:21 Progress (1): 1.0/3.3 MB error 03-Jan-2023 03:12:21 Progress (1): 1.1/3.3 MB error 03-Jan-2023 03:12:21 Progress (1): 1.1/3.3 MB error 03-Jan-2023 03:12:21 Progress (1): 1.1/3.3 MB error 03-Jan-2023 03:12:21 Progress (1): 1.1/3.3 MB error 03-Jan-2023 03:12:21 Progress (1): 1.1/3.3 MB error 03-Jan-2023 03:12:21 Progress (1): 1.1/3.3 MB error 03-Jan-2023 03:12:21 Progress (1): 1.2/3.3 MB error 03-Jan-2023 03:12:21 Progress (1): 1.2/3.3 MB error 03-Jan-2023 03:12:21 Progress (1): 1.2/3.3 MB error 03-Jan-2023 03:12:21 Progress (1): 1.2/3.3 MB error 03-Jan-2023 03:12:21 Progress (1): 1.2/3.3 MB error 03-Jan-2023 03:12:21 Progress (1): 1.3/3.3 MB error 03-Jan-2023 03:12:21 Progress (1): 1.3/3.3 MB error 03-Jan-2023 03:12:21 Progress (1): 1.3/3.3 MB error 03-Jan-2023 03:12:21 Progress (1): 1.3/3.3 MB error 03-Jan-2023 03:12:21 Progress (1): 1.3/3.3 MB error 03-Jan-2023 03:12:21 Progress (1): 1.3/3.3 MB error 03-Jan-2023 03:12:21 Progress (1): 1.4/3.3 MB error 03-Jan-2023 03:12:21 Progress (1): 1.4/3.3 MB error 03-Jan-2023 03:12:21 Progress (1): 1.4/3.3 MB error 03-Jan-2023 03:12:21 Progress (1): 1.4/3.3 MB error 03-Jan-2023 03:12:21 Progress (1): 1.4/3.3 MB error 03-Jan-2023 03:12:21 Progress (1): 1.5/3.3 MB error 03-Jan-2023 03:12:21 Progress (1): 1.5/3.3 MB error 03-Jan-2023 03:12:21 Progress (1): 1.5/3.3 MB error 03-Jan-2023 03:12:21 Progress (1): 1.5/3.3 MB error 03-Jan-2023 03:12:21 Progress (1): 1.5/3.3 MB error 03-Jan-2023 03:12:21 Progress (1): 1.5/3.3 MB error 03-Jan-2023 03:12:21 Progress (1): 1.6/3.3 MB error 03-Jan-2023 03:12:21 Progress (1): 1.6/3.3 MB error 03-Jan-2023 03:12:21 Progress (1): 1.6/3.3 MB error 03-Jan-2023 03:12:21 Progress (1): 1.6/3.3 MB error 03-Jan-2023 03:12:21 Progress (1): 1.6/3.3 MB error 03-Jan-2023 03:12:21 Progress (1): 1.7/3.3 MB error 03-Jan-2023 03:12:21 Progress (1): 1.7/3.3 MB error 03-Jan-2023 03:12:21 Progress (1): 1.7/3.3 MB error 03-Jan-2023 03:12:21 Progress (1): 1.7/3.3 MB error 03-Jan-2023 03:12:21 Progress (1): 1.7/3.3 MB error 03-Jan-2023 03:12:21 Progress (1): 1.7/3.3 MB error 03-Jan-2023 03:12:21 Progress (1): 1.8/3.3 MB error 03-Jan-2023 03:12:21 Progress (1): 1.8/3.3 MB error 03-Jan-2023 03:12:21 Progress (1): 1.8/3.3 MB error 03-Jan-2023 03:12:21 Progress (1): 1.8/3.3 MB error 03-Jan-2023 03:12:21 Progress (1): 1.9/3.3 MB error 03-Jan-2023 03:12:21 Progress (1): 1.9/3.3 MB error 03-Jan-2023 03:12:21 Progress (1): 1.9/3.3 MB error 03-Jan-2023 03:12:21 Progress (1): 1.9/3.3 MB error 03-Jan-2023 03:12:21 Progress (1): 1.9/3.3 MB error 03-Jan-2023 03:12:21 Progress (1): 1.9/3.3 MB error 03-Jan-2023 03:12:21 Progress (1): 2.0/3.3 MB error 03-Jan-2023 03:12:21 Progress (1): 2.0/3.3 MB error 03-Jan-2023 03:12:21 Progress (1): 2.0/3.3 MB error 03-Jan-2023 03:12:21 Progress (1): 2.0/3.3 MB error 03-Jan-2023 03:12:21 Progress (1): 2.0/3.3 MB error 03-Jan-2023 03:12:21 Progress (1): 2.1/3.3 MB error 03-Jan-2023 03:12:21 Progress (1): 2.1/3.3 MB error 03-Jan-2023 03:12:21 Progress (1): 2.1/3.3 MB error 03-Jan-2023 03:12:21 Progress (1): 2.1/3.3 MB error 03-Jan-2023 03:12:21 Progress (1): 2.1/3.3 MB error 03-Jan-2023 03:12:21 Progress (1): 2.1/3.3 MB error 03-Jan-2023 03:12:21 Progress (1): 2.2/3.3 MB error 03-Jan-2023 03:12:21 Progress (1): 2.2/3.3 MB error 03-Jan-2023 03:12:21 Progress (1): 2.2/3.3 MB error 03-Jan-2023 03:12:21 Progress (1): 2.2/3.3 MB error 03-Jan-2023 03:12:21 Progress (1): 2.2/3.3 MB error 03-Jan-2023 03:12:21 Progress (1): 2.2/3.3 MB error 03-Jan-2023 03:12:21 Progress (1): 2.3/3.3 MB error 03-Jan-2023 03:12:21 Progress (1): 2.3/3.3 MB error 03-Jan-2023 03:12:21 Progress (1): 2.3/3.3 MB error 03-Jan-2023 03:12:21 Progress (1): 2.3/3.3 MB error 03-Jan-2023 03:12:21 Progress (1): 2.3/3.3 MB error 03-Jan-2023 03:12:21 Progress (1): 2.4/3.3 MB error 03-Jan-2023 03:12:21 Progress (1): 2.4/3.3 MB error 03-Jan-2023 03:12:21 Progress (1): 2.4/3.3 MB error 03-Jan-2023 03:12:21 Progress (1): 2.4/3.3 MB error 03-Jan-2023 03:12:21 Progress (1): 2.4/3.3 MB error 03-Jan-2023 03:12:21 Progress (1): 2.4/3.3 MB error 03-Jan-2023 03:12:21 Progress (1): 2.5/3.3 MB error 03-Jan-2023 03:12:21 Progress (1): 2.5/3.3 MB error 03-Jan-2023 03:12:21 Progress (1): 2.5/3.3 MB error 03-Jan-2023 03:12:21 Progress (1): 2.5/3.3 MB error 03-Jan-2023 03:12:21 Progress (1): 2.5/3.3 MB error 03-Jan-2023 03:12:21 Progress (1): 2.6/3.3 MB error 03-Jan-2023 03:12:21 Progress (1): 2.6/3.3 MB error 03-Jan-2023 03:12:21 Progress (1): 2.6/3.3 MB error 03-Jan-2023 03:12:21 Progress (1): 2.6/3.3 MB error 03-Jan-2023 03:12:22 Progress (1): 2.6/3.3 MB error 03-Jan-2023 03:12:22 Progress (1): 2.6/3.3 MB error 03-Jan-2023 03:12:22 Progress (1): 2.7/3.3 MB error 03-Jan-2023 03:12:22 Progress (1): 2.7/3.3 MB error 03-Jan-2023 03:12:22 Progress (1): 2.7/3.3 MB error 03-Jan-2023 03:12:22 Progress (1): 2.7/3.3 MB error 03-Jan-2023 03:12:22 Progress (1): 2.7/3.3 MB error 03-Jan-2023 03:12:22 Progress (1): 2.8/3.3 MB error 03-Jan-2023 03:12:22 Progress (1): 2.8/3.3 MB error 03-Jan-2023 03:12:22 Progress (1): 2.8/3.3 MB error 03-Jan-2023 03:12:22 Progress (1): 2.8/3.3 MB error 03-Jan-2023 03:12:22 Progress (1): 2.8/3.3 MB error 03-Jan-2023 03:12:22 Progress (1): 2.8/3.3 MB error 03-Jan-2023 03:12:22 Progress (1): 2.9/3.3 MB error 03-Jan-2023 03:12:22 Progress (1): 2.9/3.3 MB error 03-Jan-2023 03:12:22 Progress (1): 2.9/3.3 MB error 03-Jan-2023 03:12:22 Progress (1): 2.9/3.3 MB error 03-Jan-2023 03:12:22 Progress (1): 2.9/3.3 MB error 03-Jan-2023 03:12:22 Progress (1): 3.0/3.3 MB error 03-Jan-2023 03:12:22 Progress (1): 3.0/3.3 MB error 03-Jan-2023 03:12:22 Progress (1): 3.0/3.3 MB error 03-Jan-2023 03:12:22 Progress (1): 3.0/3.3 MB error 03-Jan-2023 03:12:22 Progress (1): 3.0/3.3 MB error 03-Jan-2023 03:12:22 Progress (1): 3.0/3.3 MB error 03-Jan-2023 03:12:22 Progress (1): 3.1/3.3 MB error 03-Jan-2023 03:12:22 Progress (1): 3.1/3.3 MB error 03-Jan-2023 03:12:22 Progress (1): 3.1/3.3 MB error 03-Jan-2023 03:12:22 Progress (1): 3.1/3.3 MB error 03-Jan-2023 03:12:22 Progress (1): 3.1/3.3 MB error 03-Jan-2023 03:12:22 Progress (1): 3.2/3.3 MB error 03-Jan-2023 03:12:22 Progress (1): 3.2/3.3 MB error 03-Jan-2023 03:12:22 Progress (1): 3.2/3.3 MB error 03-Jan-2023 03:12:22 Progress (1): 3.2/3.3 MB error 03-Jan-2023 03:12:22 Progress (1): 3.2/3.3 MB error 03-Jan-2023 03:12:22 Progress (1): 3.2/3.3 MB error 03-Jan-2023 03:12:22 Progress (1): 3.3/3.3 MB error 03-Jan-2023 03:12:22 Progress (1): 3.3/3.3 MB error 03-Jan-2023 03:12:22 Progress (1): 3.3/3.3 MB error 03-Jan-2023 03:12:22 Progress (1): 3.3 MB error 03-Jan-2023 03:12:22 error 03-Jan-2023 03:12:22 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/metadatamapping-omod/1.6.0/metadatamapping-omod-1.6.0.jar (3.3 MB at 3.9 MB/s) error 03-Jan-2023 03:12:22 #18 185.0 [INFO] Configured Artifact: org.openmrs.module:htmlformentryui-omod:2.2.0:jar error 03-Jan-2023 03:12:22 #18 185.1 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/htmlformentryui-omod/2.2.0/htmlformentryui-omod-2.2.0.pom error 03-Jan-2023 03:12:22 #18 185.2 Progress (1): 3.3/9.8 kB error 03-Jan-2023 03:12:22 Progress (1): 6.1/9.8 kB error 03-Jan-2023 03:12:22 Progress (1): 8.9/9.8 kB error 03-Jan-2023 03:12:22 Progress (1): 9.8 kB error 03-Jan-2023 03:12:22 error 03-Jan-2023 03:12:22 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/htmlformentryui-omod/2.2.0/htmlformentryui-omod-2.2.0.pom (9.8 kB at 42 kB/s) error 03-Jan-2023 03:12:22 #18 185.3 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/htmlformentryui/2.2.0/htmlformentryui-2.2.0.pom error 03-Jan-2023 03:12:22 #18 185.4 Progress (1): 3.3/13 kB error 03-Jan-2023 03:12:22 Progress (1): 6.1/13 kB error 03-Jan-2023 03:12:22 Progress (1): 8.9/13 kB error 03-Jan-2023 03:12:22 Progress (1): 12/13 kB error 03-Jan-2023 03:12:22 Progress (1): 13 kB error 03-Jan-2023 03:12:22 error 03-Jan-2023 03:12:22 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/htmlformentryui/2.2.0/htmlformentryui-2.2.0.pom (13 kB at 58 kB/s) error 03-Jan-2023 03:12:22 #18 185.6 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/htmlformentryui-omod/2.2.0/htmlformentryui-omod-2.2.0.jar error 03-Jan-2023 03:12:23 #18 185.9 Progress (1): 0/1.5 MB error 03-Jan-2023 03:12:23 Progress (1): 0/1.5 MB error 03-Jan-2023 03:12:23 Progress (1): 0/1.5 MB error 03-Jan-2023 03:12:23 Progress (1): 0/1.5 MB error 03-Jan-2023 03:12:23 Progress (1): 0/1.5 MB error 03-Jan-2023 03:12:23 Progress (1): 0.1/1.5 MB error 03-Jan-2023 03:12:23 Progress (1): 0.1/1.5 MB error 03-Jan-2023 03:12:23 Progress (1): 0.1/1.5 MB error 03-Jan-2023 03:12:23 Progress (1): 0.1/1.5 MB error 03-Jan-2023 03:12:23 Progress (1): 0.1/1.5 MB error 03-Jan-2023 03:12:23 Progress (1): 0.1/1.5 MB error 03-Jan-2023 03:12:23 Progress (1): 0.1/1.5 MB error 03-Jan-2023 03:12:23 Progress (1): 0.1/1.5 MB error 03-Jan-2023 03:12:23 Progress (1): 0.1/1.5 MB error 03-Jan-2023 03:12:23 Progress (1): 0.1/1.5 MB error 03-Jan-2023 03:12:23 Progress (1): 0.1/1.5 MB error 03-Jan-2023 03:12:23 Progress (1): 0.2/1.5 MB error 03-Jan-2023 03:12:23 Progress (1): 0.2/1.5 MB error 03-Jan-2023 03:12:23 Progress (1): 0.2/1.5 MB error 03-Jan-2023 03:12:23 Progress (1): 0.2/1.5 MB error 03-Jan-2023 03:12:23 Progress (1): 0.2/1.5 MB error 03-Jan-2023 03:12:23 Progress (1): 0.2/1.5 MB error 03-Jan-2023 03:12:23 Progress (1): 0.2/1.5 MB error 03-Jan-2023 03:12:23 Progress (1): 0.2/1.5 MB error 03-Jan-2023 03:12:23 Progress (1): 0.2/1.5 MB error 03-Jan-2023 03:12:23 Progress (1): 0.2/1.5 MB error 03-Jan-2023 03:12:23 Progress (1): 0.2/1.5 MB error 03-Jan-2023 03:12:23 Progress (1): 0.2/1.5 MB error 03-Jan-2023 03:12:23 Progress (1): 0.3/1.5 MB error 03-Jan-2023 03:12:23 Progress (1): 0.3/1.5 MB error 03-Jan-2023 03:12:23 Progress (1): 0.3/1.5 MB error 03-Jan-2023 03:12:23 Progress (1): 0.3/1.5 MB error 03-Jan-2023 03:12:23 Progress (1): 0.3/1.5 MB error 03-Jan-2023 03:12:23 Progress (1): 0.3/1.5 MB error 03-Jan-2023 03:12:23 Progress (1): 0.3/1.5 MB error 03-Jan-2023 03:12:23 Progress (1): 0.3/1.5 MB error 03-Jan-2023 03:12:23 Progress (1): 0.3/1.5 MB error 03-Jan-2023 03:12:23 Progress (1): 0.3/1.5 MB error 03-Jan-2023 03:12:23 Progress (1): 0.3/1.5 MB error 03-Jan-2023 03:12:23 Progress (1): 0.4/1.5 MB error 03-Jan-2023 03:12:23 Progress (1): 0.4/1.5 MB error 03-Jan-2023 03:12:23 Progress (1): 0.4/1.5 MB error 03-Jan-2023 03:12:23 Progress (1): 0.4/1.5 MB error 03-Jan-2023 03:12:23 Progress (1): 0.4/1.5 MB error 03-Jan-2023 03:12:23 Progress (1): 0.4/1.5 MB error 03-Jan-2023 03:12:23 Progress (1): 0.4/1.5 MB error 03-Jan-2023 03:12:23 Progress (1): 0.4/1.5 MB error 03-Jan-2023 03:12:23 Progress (1): 0.4/1.5 MB error 03-Jan-2023 03:12:23 Progress (1): 0.4/1.5 MB error 03-Jan-2023 03:12:23 Progress (1): 0.4/1.5 MB error 03-Jan-2023 03:12:23 Progress (1): 0.5/1.5 MB error 03-Jan-2023 03:12:23 Progress (1): 0.5/1.5 MB error 03-Jan-2023 03:12:23 Progress (1): 0.5/1.5 MB error 03-Jan-2023 03:12:23 Progress (1): 0.5/1.5 MB error 03-Jan-2023 03:12:23 Progress (1): 0.5/1.5 MB error 03-Jan-2023 03:12:23 Progress (1): 0.5/1.5 MB error 03-Jan-2023 03:12:23 Progress (1): 0.5/1.5 MB error 03-Jan-2023 03:12:23 Progress (1): 0.5/1.5 MB error 03-Jan-2023 03:12:23 Progress (1): 0.5/1.5 MB error 03-Jan-2023 03:12:23 Progress (1): 0.5/1.5 MB error 03-Jan-2023 03:12:23 Progress (1): 0.5/1.5 MB error 03-Jan-2023 03:12:23 Progress (1): 0.6/1.5 MB error 03-Jan-2023 03:12:23 Progress (1): 0.6/1.5 MB error 03-Jan-2023 03:12:23 Progress (1): 0.6/1.5 MB error 03-Jan-2023 03:12:23 Progress (1): 0.6/1.5 MB error 03-Jan-2023 03:12:23 Progress (1): 0.6/1.5 MB error 03-Jan-2023 03:12:23 Progress (1): 0.6/1.5 MB error 03-Jan-2023 03:12:23 Progress (1): 0.6/1.5 MB error 03-Jan-2023 03:12:23 Progress (1): 0.6/1.5 MB error 03-Jan-2023 03:12:23 Progress (1): 0.6/1.5 MB error 03-Jan-2023 03:12:23 Progress (1): 0.6/1.5 MB error 03-Jan-2023 03:12:23 Progress (1): 0.6/1.5 MB error 03-Jan-2023 03:12:23 Progress (1): 0.7/1.5 MB error 03-Jan-2023 03:12:23 Progress (1): 0.7/1.5 MB error 03-Jan-2023 03:12:23 Progress (1): 0.7/1.5 MB error 03-Jan-2023 03:12:23 Progress (1): 0.7/1.5 MB error 03-Jan-2023 03:12:23 Progress (1): 0.7/1.5 MB error 03-Jan-2023 03:12:23 Progress (1): 0.7/1.5 MB error 03-Jan-2023 03:12:23 Progress (1): 0.7/1.5 MB error 03-Jan-2023 03:12:23 Progress (1): 0.7/1.5 MB error 03-Jan-2023 03:12:23 Progress (1): 0.7/1.5 MB error 03-Jan-2023 03:12:23 Progress (1): 0.7/1.5 MB error 03-Jan-2023 03:12:23 Progress (1): 0.7/1.5 MB error 03-Jan-2023 03:12:23 Progress (1): 0.8/1.5 MB error 03-Jan-2023 03:12:23 Progress (1): 0.8/1.5 MB error 03-Jan-2023 03:12:23 Progress (1): 0.8/1.5 MB error 03-Jan-2023 03:12:23 Progress (1): 0.8/1.5 MB error 03-Jan-2023 03:12:23 Progress (1): 0.8/1.5 MB error 03-Jan-2023 03:12:23 Progress (1): 0.8/1.5 MB error 03-Jan-2023 03:12:23 Progress (1): 0.8/1.5 MB error 03-Jan-2023 03:12:23 Progress (1): 0.8/1.5 MB error 03-Jan-2023 03:12:23 Progress (1): 0.8/1.5 MB error 03-Jan-2023 03:12:23 Progress (1): 0.8/1.5 MB error 03-Jan-2023 03:12:23 Progress (1): 0.8/1.5 MB error 03-Jan-2023 03:12:23 Progress (1): 0.9/1.5 MB error 03-Jan-2023 03:12:23 Progress (1): 0.9/1.5 MB error 03-Jan-2023 03:12:23 Progress (1): 0.9/1.5 MB error 03-Jan-2023 03:12:23 Progress (1): 0.9/1.5 MB error 03-Jan-2023 03:12:23 Progress (1): 0.9/1.5 MB error 03-Jan-2023 03:12:23 Progress (1): 0.9/1.5 MB error 03-Jan-2023 03:12:23 Progress (1): 0.9/1.5 MB error 03-Jan-2023 03:12:23 Progress (1): 0.9/1.5 MB error 03-Jan-2023 03:12:23 Progress (1): 0.9/1.5 MB error 03-Jan-2023 03:12:23 Progress (1): 0.9/1.5 MB error 03-Jan-2023 03:12:23 Progress (1): 0.9/1.5 MB error 03-Jan-2023 03:12:23 Progress (1): 1.0/1.5 MB error 03-Jan-2023 03:12:23 Progress (1): 1.0/1.5 MB error 03-Jan-2023 03:12:23 Progress (1): 1.0/1.5 MB error 03-Jan-2023 03:12:23 Progress (1): 1.0/1.5 MB error 03-Jan-2023 03:12:23 Progress (1): 1.0/1.5 MB error 03-Jan-2023 03:12:23 Progress (1): 1.0/1.5 MB error 03-Jan-2023 03:12:23 Progress (1): 1.0/1.5 MB error 03-Jan-2023 03:12:23 Progress (1): 1.0/1.5 MB error 03-Jan-2023 03:12:23 Progress (1): 1.0/1.5 MB error 03-Jan-2023 03:12:23 Progress (1): 1.0/1.5 MB error 03-Jan-2023 03:12:23 Progress (1): 1.0/1.5 MB error 03-Jan-2023 03:12:23 Progress (1): 1.1/1.5 MB error 03-Jan-2023 03:12:23 Progress (1): 1.1/1.5 MB error 03-Jan-2023 03:12:23 Progress (1): 1.1/1.5 MB error 03-Jan-2023 03:12:23 Progress (1): 1.1/1.5 MB error 03-Jan-2023 03:12:23 Progress (1): 1.1/1.5 MB error 03-Jan-2023 03:12:23 Progress (1): 1.1/1.5 MB error 03-Jan-2023 03:12:23 Progress (1): 1.1/1.5 MB error 03-Jan-2023 03:12:23 Progress (1): 1.1/1.5 MB error 03-Jan-2023 03:12:23 Progress (1): 1.1/1.5 MB error 03-Jan-2023 03:12:23 Progress (1): 1.1/1.5 MB error 03-Jan-2023 03:12:23 Progress (1): 1.1/1.5 MB error 03-Jan-2023 03:12:23 Progress (1): 1.1/1.5 MB error 03-Jan-2023 03:12:23 Progress (1): 1.2/1.5 MB error 03-Jan-2023 03:12:23 Progress (1): 1.2/1.5 MB error 03-Jan-2023 03:12:23 Progress (1): 1.2/1.5 MB error 03-Jan-2023 03:12:23 Progress (1): 1.2/1.5 MB error 03-Jan-2023 03:12:23 Progress (1): 1.2/1.5 MB error 03-Jan-2023 03:12:23 Progress (1): 1.2/1.5 MB error 03-Jan-2023 03:12:23 Progress (1): 1.2/1.5 MB error 03-Jan-2023 03:12:23 Progress (1): 1.2/1.5 MB error 03-Jan-2023 03:12:23 Progress (1): 1.2/1.5 MB error 03-Jan-2023 03:12:23 Progress (1): 1.2/1.5 MB error 03-Jan-2023 03:12:23 Progress (1): 1.2/1.5 MB error 03-Jan-2023 03:12:23 Progress (1): 1.3/1.5 MB error 03-Jan-2023 03:12:23 Progress (1): 1.3/1.5 MB error 03-Jan-2023 03:12:23 Progress (1): 1.3/1.5 MB error 03-Jan-2023 03:12:23 Progress (1): 1.3/1.5 MB error 03-Jan-2023 03:12:23 Progress (1): 1.3/1.5 MB error 03-Jan-2023 03:12:23 Progress (1): 1.3/1.5 MB error 03-Jan-2023 03:12:23 Progress (1): 1.3/1.5 MB error 03-Jan-2023 03:12:23 Progress (1): 1.3/1.5 MB error 03-Jan-2023 03:12:23 Progress (1): 1.3/1.5 MB error 03-Jan-2023 03:12:23 Progress (1): 1.3/1.5 MB error 03-Jan-2023 03:12:23 Progress (1): 1.3/1.5 MB error 03-Jan-2023 03:12:23 Progress (1): 1.4/1.5 MB error 03-Jan-2023 03:12:23 Progress (1): 1.4/1.5 MB error 03-Jan-2023 03:12:23 Progress (1): 1.4/1.5 MB error 03-Jan-2023 03:12:23 Progress (1): 1.4/1.5 MB error 03-Jan-2023 03:12:23 Progress (1): 1.4/1.5 MB error 03-Jan-2023 03:12:23 Progress (1): 1.4/1.5 MB error 03-Jan-2023 03:12:23 Progress (1): 1.4/1.5 MB error 03-Jan-2023 03:12:23 Progress (1): 1.4/1.5 MB error 03-Jan-2023 03:12:23 Progress (1): 1.4/1.5 MB error 03-Jan-2023 03:12:23 Progress (1): 1.4/1.5 MB error 03-Jan-2023 03:12:23 Progress (1): 1.4/1.5 MB error 03-Jan-2023 03:12:23 Progress (1): 1.5/1.5 MB error 03-Jan-2023 03:12:23 Progress (1): 1.5 MB error 03-Jan-2023 03:12:23 error 03-Jan-2023 03:12:23 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/htmlformentryui-omod/2.2.0/htmlformentryui-omod-2.2.0.jar (1.5 MB at 2.3 MB/s) error 03-Jan-2023 03:12:23 #18 186.2 [INFO] Configured Artifact: org.openmrs.module:referencedemodata-omod:1.4.8:jar error 03-Jan-2023 03:12:23 #18 186.2 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/referencedemodata-omod/1.4.8/referencedemodata-omod-1.4.8.pom error 03-Jan-2023 03:12:23 #18 186.3 Progress (1): 3.3/4.9 kB error 03-Jan-2023 03:12:23 Progress (1): 4.9 kB error 03-Jan-2023 03:12:23 error 03-Jan-2023 03:12:23 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/referencedemodata-omod/1.4.8/referencedemodata-omod-1.4.8.pom (4.9 kB at 21 kB/s) error 03-Jan-2023 03:12:23 #18 186.5 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/referencedemodata/1.4.8/referencedemodata-1.4.8.pom error 03-Jan-2023 03:12:23 #18 186.6 Progress (1): 3.3/9.9 kB error 03-Jan-2023 03:12:23 Progress (1): 6.1/9.9 kB error 03-Jan-2023 03:12:23 Progress (1): 8.9/9.9 kB error 03-Jan-2023 03:12:23 Progress (1): 9.9 kB error 03-Jan-2023 03:12:23 error 03-Jan-2023 03:12:23 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/referencedemodata/1.4.8/referencedemodata-1.4.8.pom (9.9 kB at 43 kB/s) error 03-Jan-2023 03:12:23 #18 186.7 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/referencedemodata-omod/1.4.8/referencedemodata-omod-1.4.8.jar error 03-Jan-2023 03:12:24 #18 186.9 Progress (1): 3.3/57 kB error 03-Jan-2023 03:12:24 Progress (1): 6.1/57 kB error 03-Jan-2023 03:12:24 Progress (1): 8.9/57 kB error 03-Jan-2023 03:12:24 Progress (1): 12/57 kB error 03-Jan-2023 03:12:24 Progress (1): 14/57 kB error 03-Jan-2023 03:12:24 Progress (1): 17/57 kB error 03-Jan-2023 03:12:24 Progress (1): 20/57 kB error 03-Jan-2023 03:12:24 Progress (1): 23/57 kB error 03-Jan-2023 03:12:24 Progress (1): 26/57 kB error 03-Jan-2023 03:12:24 Progress (1): 28/57 kB error 03-Jan-2023 03:12:24 Progress (1): 31/57 kB error 03-Jan-2023 03:12:24 Progress (1): 34/57 kB error 03-Jan-2023 03:12:24 Progress (1): 37/57 kB error 03-Jan-2023 03:12:24 Progress (1): 40/57 kB error 03-Jan-2023 03:12:24 Progress (1): 42/57 kB error 03-Jan-2023 03:12:24 Progress (1): 45/57 kB error 03-Jan-2023 03:12:24 Progress (1): 48/57 kB error 03-Jan-2023 03:12:24 Progress (1): 51/57 kB error 03-Jan-2023 03:12:24 Progress (1): 54/57 kB error 03-Jan-2023 03:12:24 Progress (1): 56/57 kB error 03-Jan-2023 03:12:24 Progress (1): 57 kB error 03-Jan-2023 03:12:24 error 03-Jan-2023 03:12:24 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/referencedemodata-omod/1.4.8/referencedemodata-omod-1.4.8.jar (57 kB at 214 kB/s) error 03-Jan-2023 03:12:24 #18 187.0 [INFO] Configured Artifact: org.openmrs.module:emrapi-omod:1.33.0:jar error 03-Jan-2023 03:12:24 #18 187.0 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/emrapi-omod/1.33.0/emrapi-omod-1.33.0.pom error 03-Jan-2023 03:12:24 #18 187.1 Progress (1): 3.3/19 kB error 03-Jan-2023 03:12:24 Progress (1): 6.1/19 kB error 03-Jan-2023 03:12:24 Progress (1): 8.9/19 kB error 03-Jan-2023 03:12:24 Progress (1): 12/19 kB error 03-Jan-2023 03:12:24 Progress (1): 15/19 kB error 03-Jan-2023 03:12:24 Progress (1): 17/19 kB error 03-Jan-2023 03:12:24 Progress (1): 19 kB error 03-Jan-2023 03:12:24 error 03-Jan-2023 03:12:24 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/emrapi-omod/1.33.0/emrapi-omod-1.33.0.pom (19 kB at 80 kB/s) error 03-Jan-2023 03:12:24 #18 187.3 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/emrapi/1.33.0/emrapi-1.33.0.pom error 03-Jan-2023 03:12:24 #18 187.4 Progress (1): 3.3/15 kB error 03-Jan-2023 03:12:24 Progress (1): 6.1/15 kB error 03-Jan-2023 03:12:24 Progress (1): 8.9/15 kB error 03-Jan-2023 03:12:24 Progress (1): 12/15 kB error 03-Jan-2023 03:12:24 Progress (1): 15/15 kB error 03-Jan-2023 03:12:24 Progress (1): 15 kB error 03-Jan-2023 03:12:24 error 03-Jan-2023 03:12:24 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/emrapi/1.33.0/emrapi-1.33.0.pom (15 kB at 55 kB/s) error 03-Jan-2023 03:12:24 #18 187.6 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/emrapi-omod/1.33.0/emrapi-omod-1.33.0.jar error 03-Jan-2023 03:12:24 #18 187.8 Progress (1): 0/1.0 MB error 03-Jan-2023 03:12:25 Progress (1): 0/1.0 MB error 03-Jan-2023 03:12:25 Progress (1): 0/1.0 MB error 03-Jan-2023 03:12:25 Progress (1): 0/1.0 MB error 03-Jan-2023 03:12:25 Progress (1): 0/1.0 MB error 03-Jan-2023 03:12:25 Progress (1): 0/1.0 MB error 03-Jan-2023 03:12:25 Progress (1): 0.1/1.0 MB error 03-Jan-2023 03:12:25 Progress (1): 0.1/1.0 MB error 03-Jan-2023 03:12:25 Progress (1): 0.1/1.0 MB error 03-Jan-2023 03:12:25 Progress (1): 0.1/1.0 MB error 03-Jan-2023 03:12:25 Progress (1): 0.1/1.0 MB error 03-Jan-2023 03:12:25 Progress (1): 0.1/1.0 MB error 03-Jan-2023 03:12:25 Progress (1): 0.1/1.0 MB error 03-Jan-2023 03:12:25 Progress (1): 0.1/1.0 MB error 03-Jan-2023 03:12:25 Progress (1): 0.1/1.0 MB error 03-Jan-2023 03:12:25 Progress (1): 0.1/1.0 MB error 03-Jan-2023 03:12:25 Progress (1): 0.1/1.0 MB error 03-Jan-2023 03:12:25 Progress (1): 0.1/1.0 MB error 03-Jan-2023 03:12:25 Progress (1): 0.1/1.0 MB error 03-Jan-2023 03:12:25 Progress (1): 0.2/1.0 MB error 03-Jan-2023 03:12:25 Progress (1): 0.2/1.0 MB error 03-Jan-2023 03:12:25 Progress (1): 0.2/1.0 MB error 03-Jan-2023 03:12:25 Progress (1): 0.2/1.0 MB error 03-Jan-2023 03:12:25 Progress (1): 0.2/1.0 MB error 03-Jan-2023 03:12:25 Progress (1): 0.2/1.0 MB error 03-Jan-2023 03:12:25 Progress (1): 0.2/1.0 MB error 03-Jan-2023 03:12:25 Progress (1): 0.2/1.0 MB error 03-Jan-2023 03:12:25 Progress (1): 0.2/1.0 MB error 03-Jan-2023 03:12:25 Progress (1): 0.2/1.0 MB error 03-Jan-2023 03:12:25 Progress (1): 0.2/1.0 MB error 03-Jan-2023 03:12:25 Progress (1): 0.2/1.0 MB error 03-Jan-2023 03:12:25 Progress (1): 0.2/1.0 MB error 03-Jan-2023 03:12:25 Progress (1): 0.3/1.0 MB error 03-Jan-2023 03:12:25 Progress (1): 0.3/1.0 MB error 03-Jan-2023 03:12:25 Progress (1): 0.3/1.0 MB error 03-Jan-2023 03:12:25 Progress (1): 0.3/1.0 MB error 03-Jan-2023 03:12:25 Progress (1): 0.3/1.0 MB error 03-Jan-2023 03:12:25 Progress (1): 0.3/1.0 MB error 03-Jan-2023 03:12:25 Progress (1): 0.3/1.0 MB error 03-Jan-2023 03:12:25 Progress (1): 0.3/1.0 MB error 03-Jan-2023 03:12:25 Progress (1): 0.3/1.0 MB error 03-Jan-2023 03:12:25 Progress (1): 0.3/1.0 MB error 03-Jan-2023 03:12:25 Progress (1): 0.3/1.0 MB error 03-Jan-2023 03:12:25 Progress (1): 0.3/1.0 MB error 03-Jan-2023 03:12:25 Progress (1): 0.3/1.0 MB error 03-Jan-2023 03:12:25 Progress (1): 0.4/1.0 MB error 03-Jan-2023 03:12:25 Progress (1): 0.4/1.0 MB error 03-Jan-2023 03:12:25 Progress (1): 0.4/1.0 MB error 03-Jan-2023 03:12:25 Progress (1): 0.4/1.0 MB error 03-Jan-2023 03:12:25 Progress (1): 0.4/1.0 MB error 03-Jan-2023 03:12:25 Progress (1): 0.4/1.0 MB error 03-Jan-2023 03:12:25 Progress (1): 0.4/1.0 MB error 03-Jan-2023 03:12:25 Progress (1): 0.4/1.0 MB error 03-Jan-2023 03:12:25 Progress (1): 0.4/1.0 MB error 03-Jan-2023 03:12:25 Progress (1): 0.4/1.0 MB error 03-Jan-2023 03:12:25 Progress (1): 0.4/1.0 MB error 03-Jan-2023 03:12:25 Progress (1): 0.4/1.0 MB error 03-Jan-2023 03:12:25 Progress (1): 0.4/1.0 MB error 03-Jan-2023 03:12:25 Progress (1): 0.5/1.0 MB error 03-Jan-2023 03:12:25 Progress (1): 0.5/1.0 MB error 03-Jan-2023 03:12:25 Progress (1): 0.5/1.0 MB error 03-Jan-2023 03:12:25 Progress (1): 0.5/1.0 MB error 03-Jan-2023 03:12:25 Progress (1): 0.5/1.0 MB error 03-Jan-2023 03:12:25 Progress (1): 0.5/1.0 MB error 03-Jan-2023 03:12:25 Progress (1): 0.5/1.0 MB error 03-Jan-2023 03:12:25 Progress (1): 0.5/1.0 MB error 03-Jan-2023 03:12:25 Progress (1): 0.5/1.0 MB error 03-Jan-2023 03:12:25 Progress (1): 0.5/1.0 MB error 03-Jan-2023 03:12:25 Progress (1): 0.5/1.0 MB error 03-Jan-2023 03:12:25 Progress (1): 0.5/1.0 MB error 03-Jan-2023 03:12:25 Progress (1): 0.6/1.0 MB error 03-Jan-2023 03:12:25 Progress (1): 0.6/1.0 MB error 03-Jan-2023 03:12:25 Progress (1): 0.6/1.0 MB error 03-Jan-2023 03:12:25 Progress (1): 0.6/1.0 MB error 03-Jan-2023 03:12:25 Progress (1): 0.6/1.0 MB error 03-Jan-2023 03:12:25 Progress (1): 0.6/1.0 MB error 03-Jan-2023 03:12:25 Progress (1): 0.6/1.0 MB error 03-Jan-2023 03:12:25 Progress (1): 0.6/1.0 MB error 03-Jan-2023 03:12:25 Progress (1): 0.6/1.0 MB error 03-Jan-2023 03:12:25 Progress (1): 0.6/1.0 MB error 03-Jan-2023 03:12:25 Progress (1): 0.6/1.0 MB error 03-Jan-2023 03:12:25 Progress (1): 0.6/1.0 MB error 03-Jan-2023 03:12:25 Progress (1): 0.6/1.0 MB error 03-Jan-2023 03:12:25 Progress (1): 0.7/1.0 MB error 03-Jan-2023 03:12:25 Progress (1): 0.7/1.0 MB error 03-Jan-2023 03:12:25 Progress (1): 0.7/1.0 MB error 03-Jan-2023 03:12:25 Progress (1): 0.7/1.0 MB error 03-Jan-2023 03:12:25 Progress (1): 0.7/1.0 MB error 03-Jan-2023 03:12:25 Progress (1): 0.7/1.0 MB error 03-Jan-2023 03:12:25 Progress (1): 0.7/1.0 MB error 03-Jan-2023 03:12:25 Progress (1): 0.7/1.0 MB error 03-Jan-2023 03:12:25 Progress (1): 0.7/1.0 MB error 03-Jan-2023 03:12:25 Progress (1): 0.7/1.0 MB error 03-Jan-2023 03:12:25 Progress (1): 0.7/1.0 MB error 03-Jan-2023 03:12:25 Progress (1): 0.7/1.0 MB error 03-Jan-2023 03:12:25 Progress (1): 0.8/1.0 MB error 03-Jan-2023 03:12:25 Progress (1): 0.8/1.0 MB error 03-Jan-2023 03:12:25 Progress (1): 0.8/1.0 MB error 03-Jan-2023 03:12:25 Progress (1): 0.8/1.0 MB error 03-Jan-2023 03:12:25 Progress (1): 0.8/1.0 MB error 03-Jan-2023 03:12:25 Progress (1): 0.8/1.0 MB error 03-Jan-2023 03:12:25 Progress (1): 0.8/1.0 MB error 03-Jan-2023 03:12:25 Progress (1): 0.8/1.0 MB error 03-Jan-2023 03:12:25 Progress (1): 0.8/1.0 MB error 03-Jan-2023 03:12:25 Progress (1): 0.8/1.0 MB error 03-Jan-2023 03:12:25 Progress (1): 0.8/1.0 MB error 03-Jan-2023 03:12:25 Progress (1): 0.8/1.0 MB error 03-Jan-2023 03:12:25 Progress (1): 0.8/1.0 MB error 03-Jan-2023 03:12:25 Progress (1): 0.9/1.0 MB error 03-Jan-2023 03:12:25 Progress (1): 0.9/1.0 MB error 03-Jan-2023 03:12:25 Progress (1): 0.9/1.0 MB error 03-Jan-2023 03:12:25 Progress (1): 0.9/1.0 MB error 03-Jan-2023 03:12:25 Progress (1): 0.9/1.0 MB error 03-Jan-2023 03:12:25 Progress (1): 0.9/1.0 MB error 03-Jan-2023 03:12:25 Progress (1): 0.9/1.0 MB error 03-Jan-2023 03:12:25 Progress (1): 0.9/1.0 MB error 03-Jan-2023 03:12:25 Progress (1): 0.9/1.0 MB error 03-Jan-2023 03:12:25 Progress (1): 0.9/1.0 MB error 03-Jan-2023 03:12:25 Progress (1): 0.9/1.0 MB error 03-Jan-2023 03:12:25 Progress (1): 0.9/1.0 MB error 03-Jan-2023 03:12:25 Progress (1): 0.9/1.0 MB error 03-Jan-2023 03:12:25 Progress (1): 1.0/1.0 MB error 03-Jan-2023 03:12:25 Progress (1): 1.0/1.0 MB error 03-Jan-2023 03:12:25 Progress (1): 1.0/1.0 MB error 03-Jan-2023 03:12:25 Progress (1): 1.0/1.0 MB error 03-Jan-2023 03:12:25 Progress (1): 1.0/1.0 MB error 03-Jan-2023 03:12:25 Progress (1): 1.0/1.0 MB error 03-Jan-2023 03:12:25 Progress (1): 1.0/1.0 MB error 03-Jan-2023 03:12:25 Progress (1): 1.0/1.0 MB error 03-Jan-2023 03:12:25 Progress (1): 1.0/1.0 MB error 03-Jan-2023 03:12:25 Progress (1): 1.0 MB error 03-Jan-2023 03:12:25 error 03-Jan-2023 03:12:25 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/emrapi-omod/1.33.0/emrapi-omod-1.33.0.jar (1.0 MB at 1.8 MB/s) error 03-Jan-2023 03:12:25 #18 188.1 [INFO] Configured Artifact: org.openmrs.module:referenceapplication-omod:2.13.0-SNAPSHOT:jar error 03-Jan-2023 03:12:25 #18 188.3 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/referenceapplication-omod/2.13.0-SNAPSHOT/maven-metadata.xml error 03-Jan-2023 03:12:25 #18 188.5 Progress (1): 802 B error 03-Jan-2023 03:12:25 error 03-Jan-2023 03:12:25 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/referenceapplication-omod/2.13.0-SNAPSHOT/maven-metadata.xml (802 B at 3.0 kB/s) error 03-Jan-2023 03:12:25 #18 188.7 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/referenceapplication-omod/2.13.0-SNAPSHOT/referenceapplication-omod-2.13.0-20230102.174931-193.pom error 03-Jan-2023 03:12:25 #18 188.8 Progress (1): 3.2/8.8 kB error 03-Jan-2023 03:12:26 Progress (1): 6.0/8.8 kB error 03-Jan-2023 03:12:26 Progress (1): 8.8 kB error 03-Jan-2023 03:12:26 error 03-Jan-2023 03:12:26 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/referenceapplication-omod/2.13.0-SNAPSHOT/referenceapplication-omod-2.13.0-20230102.174931-193.pom (8.8 kB at 33 kB/s) error 03-Jan-2023 03:12:26 #18 189.0 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/referenceapplication/2.13.0-SNAPSHOT/maven-metadata.xml error 03-Jan-2023 03:12:26 #18 189.1 Progress (1): 621 B error 03-Jan-2023 03:12:26 error 03-Jan-2023 03:12:26 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/referenceapplication/2.13.0-SNAPSHOT/maven-metadata.xml (621 B at 2.5 kB/s) error 03-Jan-2023 03:12:26 #18 189.3 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/referenceapplication/2.13.0-SNAPSHOT/referenceapplication-2.13.0-20230102.174931-193.pom error 03-Jan-2023 03:12:26 #18 189.4 Progress (1): 3.2/22 kB error 03-Jan-2023 03:12:26 Progress (1): 6.0/22 kB error 03-Jan-2023 03:12:26 Progress (1): 8.8/22 kB error 03-Jan-2023 03:12:26 Progress (1): 12/22 kB error 03-Jan-2023 03:12:26 Progress (1): 14/22 kB error 03-Jan-2023 03:12:26 Progress (1): 17/22 kB error 03-Jan-2023 03:12:26 Progress (1): 20/22 kB error 03-Jan-2023 03:12:26 Progress (1): 22 kB error 03-Jan-2023 03:12:26 error 03-Jan-2023 03:12:26 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/referenceapplication/2.13.0-SNAPSHOT/referenceapplication-2.13.0-20230102.174931-193.pom (22 kB at 77 kB/s) error 03-Jan-2023 03:12:26 #18 189.7 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/referenceapplication-omod/2.13.0-SNAPSHOT/referenceapplication-omod-2.13.0-20230102.174931-193.jar error 03-Jan-2023 03:12:28 #18 191.2 Progress (1): 0/1.9 MB error 03-Jan-2023 03:12:28 Progress (1): 0/1.9 MB error 03-Jan-2023 03:12:28 Progress (1): 0/1.9 MB error 03-Jan-2023 03:12:28 Progress (1): 0/1.9 MB error 03-Jan-2023 03:12:28 Progress (1): 0/1.9 MB error 03-Jan-2023 03:12:28 Progress (1): 0.1/1.9 MB error 03-Jan-2023 03:12:28 Progress (1): 0.1/1.9 MB error 03-Jan-2023 03:12:28 Progress (1): 0.1/1.9 MB error 03-Jan-2023 03:12:28 Progress (1): 0.1/1.9 MB error 03-Jan-2023 03:12:28 Progress (1): 0.1/1.9 MB error 03-Jan-2023 03:12:28 Progress (1): 0.1/1.9 MB error 03-Jan-2023 03:12:28 Progress (1): 0.1/1.9 MB error 03-Jan-2023 03:12:28 Progress (1): 0.1/1.9 MB error 03-Jan-2023 03:12:28 Progress (1): 0.1/1.9 MB error 03-Jan-2023 03:12:28 Progress (1): 0.1/1.9 MB error 03-Jan-2023 03:12:28 Progress (1): 0.2/1.9 MB error 03-Jan-2023 03:12:28 Progress (1): 0.2/1.9 MB error 03-Jan-2023 03:12:28 Progress (1): 0.2/1.9 MB error 03-Jan-2023 03:12:28 Progress (1): 0.2/1.9 MB error 03-Jan-2023 03:12:28 Progress (1): 0.2/1.9 MB error 03-Jan-2023 03:12:28 Progress (1): 0.2/1.9 MB error 03-Jan-2023 03:12:28 Progress (1): 0.2/1.9 MB error 03-Jan-2023 03:12:28 Progress (1): 0.2/1.9 MB error 03-Jan-2023 03:12:28 Progress (1): 0.2/1.9 MB error 03-Jan-2023 03:12:28 Progress (1): 0.2/1.9 MB error 03-Jan-2023 03:12:28 Progress (1): 0.2/1.9 MB error 03-Jan-2023 03:12:28 Progress (1): 0.3/1.9 MB error 03-Jan-2023 03:12:28 Progress (1): 0.3/1.9 MB error 03-Jan-2023 03:12:28 Progress (1): 0.3/1.9 MB error 03-Jan-2023 03:12:28 Progress (1): 0.3/1.9 MB error 03-Jan-2023 03:12:28 Progress (1): 0.3/1.9 MB error 03-Jan-2023 03:12:28 Progress (1): 0.3/1.9 MB error 03-Jan-2023 03:12:28 Progress (1): 0.3/1.9 MB error 03-Jan-2023 03:12:28 Progress (1): 0.3/1.9 MB error 03-Jan-2023 03:12:28 Progress (1): 0.3/1.9 MB error 03-Jan-2023 03:12:28 Progress (1): 0.3/1.9 MB error 03-Jan-2023 03:12:28 Progress (1): 0.3/1.9 MB error 03-Jan-2023 03:12:28 Progress (1): 0.4/1.9 MB error 03-Jan-2023 03:12:28 Progress (1): 0.4/1.9 MB error 03-Jan-2023 03:12:28 Progress (1): 0.4/1.9 MB error 03-Jan-2023 03:12:28 Progress (1): 0.4/1.9 MB error 03-Jan-2023 03:12:28 Progress (1): 0.4/1.9 MB error 03-Jan-2023 03:12:28 Progress (1): 0.4/1.9 MB error 03-Jan-2023 03:12:28 Progress (1): 0.4/1.9 MB error 03-Jan-2023 03:12:28 Progress (1): 0.4/1.9 MB error 03-Jan-2023 03:12:28 Progress (1): 0.4/1.9 MB error 03-Jan-2023 03:12:28 Progress (1): 0.4/1.9 MB error 03-Jan-2023 03:12:28 Progress (1): 0.4/1.9 MB error 03-Jan-2023 03:12:28 Progress (1): 0.5/1.9 MB error 03-Jan-2023 03:12:28 Progress (1): 0.5/1.9 MB error 03-Jan-2023 03:12:28 Progress (1): 0.5/1.9 MB error 03-Jan-2023 03:12:28 Progress (1): 0.5/1.9 MB error 03-Jan-2023 03:12:28 Progress (1): 0.5/1.9 MB error 03-Jan-2023 03:12:28 Progress (1): 0.5/1.9 MB error 03-Jan-2023 03:12:28 Progress (1): 0.5/1.9 MB error 03-Jan-2023 03:12:28 Progress (1): 0.5/1.9 MB error 03-Jan-2023 03:12:28 Progress (1): 0.5/1.9 MB error 03-Jan-2023 03:12:28 Progress (1): 0.5/1.9 MB error 03-Jan-2023 03:12:28 Progress (1): 0.5/1.9 MB error 03-Jan-2023 03:12:28 Progress (1): 0.6/1.9 MB error 03-Jan-2023 03:12:28 Progress (1): 0.6/1.9 MB error 03-Jan-2023 03:12:28 Progress (1): 0.6/1.9 MB error 03-Jan-2023 03:12:28 Progress (1): 0.6/1.9 MB error 03-Jan-2023 03:12:28 Progress (1): 0.6/1.9 MB error 03-Jan-2023 03:12:28 Progress (1): 0.6/1.9 MB error 03-Jan-2023 03:12:28 Progress (1): 0.6/1.9 MB error 03-Jan-2023 03:12:28 Progress (1): 0.6/1.9 MB error 03-Jan-2023 03:12:28 Progress (1): 0.6/1.9 MB error 03-Jan-2023 03:12:28 Progress (1): 0.6/1.9 MB error 03-Jan-2023 03:12:28 Progress (1): 0.6/1.9 MB error 03-Jan-2023 03:12:28 Progress (1): 0.7/1.9 MB error 03-Jan-2023 03:12:28 Progress (1): 0.7/1.9 MB error 03-Jan-2023 03:12:28 Progress (1): 0.7/1.9 MB error 03-Jan-2023 03:12:28 Progress (1): 0.7/1.9 MB error 03-Jan-2023 03:12:28 Progress (1): 0.7/1.9 MB error 03-Jan-2023 03:12:28 Progress (1): 0.7/1.9 MB error 03-Jan-2023 03:12:28 Progress (1): 0.7/1.9 MB error 03-Jan-2023 03:12:28 Progress (1): 0.7/1.9 MB error 03-Jan-2023 03:12:28 Progress (1): 0.7/1.9 MB error 03-Jan-2023 03:12:28 Progress (1): 0.7/1.9 MB error 03-Jan-2023 03:12:28 Progress (1): 0.8/1.9 MB error 03-Jan-2023 03:12:28 Progress (1): 0.8/1.9 MB error 03-Jan-2023 03:12:28 Progress (1): 0.8/1.9 MB error 03-Jan-2023 03:12:28 Progress (1): 0.8/1.9 MB error 03-Jan-2023 03:12:28 Progress (1): 0.8/1.9 MB error 03-Jan-2023 03:12:28 Progress (1): 0.8/1.9 MB error 03-Jan-2023 03:12:28 Progress (1): 0.8/1.9 MB error 03-Jan-2023 03:12:28 Progress (1): 0.8/1.9 MB error 03-Jan-2023 03:12:28 Progress (1): 0.8/1.9 MB error 03-Jan-2023 03:12:28 Progress (1): 0.8/1.9 MB error 03-Jan-2023 03:12:28 Progress (1): 0.8/1.9 MB error 03-Jan-2023 03:12:28 Progress (1): 0.9/1.9 MB error 03-Jan-2023 03:12:28 Progress (1): 0.9/1.9 MB error 03-Jan-2023 03:12:28 Progress (1): 0.9/1.9 MB error 03-Jan-2023 03:12:28 Progress (1): 0.9/1.9 MB error 03-Jan-2023 03:12:28 Progress (1): 0.9/1.9 MB error 03-Jan-2023 03:12:28 Progress (1): 0.9/1.9 MB error 03-Jan-2023 03:12:28 Progress (1): 0.9/1.9 MB error 03-Jan-2023 03:12:28 Progress (1): 0.9/1.9 MB error 03-Jan-2023 03:12:28 Progress (1): 0.9/1.9 MB error 03-Jan-2023 03:12:28 Progress (1): 0.9/1.9 MB error 03-Jan-2023 03:12:28 Progress (1): 0.9/1.9 MB error 03-Jan-2023 03:12:28 Progress (1): 1.0/1.9 MB error 03-Jan-2023 03:12:28 Progress (1): 1.0/1.9 MB error 03-Jan-2023 03:12:28 Progress (1): 1.0/1.9 MB error 03-Jan-2023 03:12:28 Progress (1): 1.0/1.9 MB error 03-Jan-2023 03:12:28 Progress (1): 1.0/1.9 MB error 03-Jan-2023 03:12:28 Progress (1): 1.0/1.9 MB error 03-Jan-2023 03:12:28 Progress (1): 1.0/1.9 MB error 03-Jan-2023 03:12:28 Progress (1): 1.0/1.9 MB error 03-Jan-2023 03:12:28 Progress (1): 1.0/1.9 MB error 03-Jan-2023 03:12:28 Progress (1): 1.0/1.9 MB error 03-Jan-2023 03:12:28 Progress (1): 1.0/1.9 MB error 03-Jan-2023 03:12:28 Progress (1): 1.1/1.9 MB error 03-Jan-2023 03:12:28 Progress (1): 1.1/1.9 MB error 03-Jan-2023 03:12:28 Progress (1): 1.1/1.9 MB error 03-Jan-2023 03:12:28 Progress (1): 1.1/1.9 MB error 03-Jan-2023 03:12:28 Progress (1): 1.1/1.9 MB error 03-Jan-2023 03:12:28 Progress (1): 1.1/1.9 MB error 03-Jan-2023 03:12:28 Progress (1): 1.1/1.9 MB error 03-Jan-2023 03:12:28 Progress (1): 1.1/1.9 MB error 03-Jan-2023 03:12:28 Progress (1): 1.1/1.9 MB error 03-Jan-2023 03:12:28 Progress (1): 1.1/1.9 MB error 03-Jan-2023 03:12:28 Progress (1): 1.1/1.9 MB error 03-Jan-2023 03:12:28 Progress (1): 1.1/1.9 MB error 03-Jan-2023 03:12:28 Progress (1): 1.2/1.9 MB error 03-Jan-2023 03:12:28 Progress (1): 1.2/1.9 MB error 03-Jan-2023 03:12:28 Progress (1): 1.2/1.9 MB error 03-Jan-2023 03:12:28 Progress (1): 1.2/1.9 MB error 03-Jan-2023 03:12:28 Progress (1): 1.2/1.9 MB error 03-Jan-2023 03:12:28 Progress (1): 1.2/1.9 MB error 03-Jan-2023 03:12:28 Progress (1): 1.2/1.9 MB error 03-Jan-2023 03:12:28 Progress (1): 1.2/1.9 MB error 03-Jan-2023 03:12:28 Progress (1): 1.2/1.9 MB error 03-Jan-2023 03:12:28 Progress (1): 1.2/1.9 MB error 03-Jan-2023 03:12:28 Progress (1): 1.2/1.9 MB error 03-Jan-2023 03:12:28 Progress (1): 1.3/1.9 MB error 03-Jan-2023 03:12:28 Progress (1): 1.3/1.9 MB error 03-Jan-2023 03:12:28 Progress (1): 1.3/1.9 MB error 03-Jan-2023 03:12:28 Progress (1): 1.3/1.9 MB error 03-Jan-2023 03:12:28 Progress (1): 1.3/1.9 MB error 03-Jan-2023 03:12:28 Progress (1): 1.3/1.9 MB error 03-Jan-2023 03:12:28 Progress (1): 1.3/1.9 MB error 03-Jan-2023 03:12:28 Progress (1): 1.3/1.9 MB error 03-Jan-2023 03:12:28 Progress (1): 1.3/1.9 MB error 03-Jan-2023 03:12:28 Progress (1): 1.3/1.9 MB error 03-Jan-2023 03:12:28 Progress (1): 1.3/1.9 MB error 03-Jan-2023 03:12:28 Progress (1): 1.4/1.9 MB error 03-Jan-2023 03:12:28 Progress (1): 1.4/1.9 MB error 03-Jan-2023 03:12:28 Progress (1): 1.4/1.9 MB error 03-Jan-2023 03:12:28 Progress (1): 1.4/1.9 MB error 03-Jan-2023 03:12:28 Progress (1): 1.4/1.9 MB error 03-Jan-2023 03:12:28 Progress (1): 1.4/1.9 MB error 03-Jan-2023 03:12:28 Progress (1): 1.4/1.9 MB error 03-Jan-2023 03:12:28 Progress (1): 1.4/1.9 MB error 03-Jan-2023 03:12:28 Progress (1): 1.4/1.9 MB error 03-Jan-2023 03:12:28 Progress (1): 1.4/1.9 MB error 03-Jan-2023 03:12:28 Progress (1): 1.4/1.9 MB error 03-Jan-2023 03:12:28 Progress (1): 1.5/1.9 MB error 03-Jan-2023 03:12:28 Progress (1): 1.5/1.9 MB error 03-Jan-2023 03:12:28 Progress (1): 1.5/1.9 MB error 03-Jan-2023 03:12:28 Progress (1): 1.5/1.9 MB error 03-Jan-2023 03:12:28 Progress (1): 1.5/1.9 MB error 03-Jan-2023 03:12:28 Progress (1): 1.5/1.9 MB error 03-Jan-2023 03:12:28 Progress (1): 1.5/1.9 MB error 03-Jan-2023 03:12:28 Progress (1): 1.5/1.9 MB error 03-Jan-2023 03:12:28 Progress (1): 1.5/1.9 MB error 03-Jan-2023 03:12:28 Progress (1): 1.5/1.9 MB error 03-Jan-2023 03:12:28 Progress (1): 1.6/1.9 MB error 03-Jan-2023 03:12:28 Progress (1): 1.6/1.9 MB error 03-Jan-2023 03:12:28 Progress (1): 1.6/1.9 MB error 03-Jan-2023 03:12:28 Progress (1): 1.6/1.9 MB error 03-Jan-2023 03:12:28 Progress (1): 1.6/1.9 MB error 03-Jan-2023 03:12:28 Progress (1): 1.6/1.9 MB error 03-Jan-2023 03:12:28 Progress (1): 1.6/1.9 MB error 03-Jan-2023 03:12:28 Progress (1): 1.6/1.9 MB error 03-Jan-2023 03:12:28 Progress (1): 1.6/1.9 MB error 03-Jan-2023 03:12:28 Progress (1): 1.6/1.9 MB error 03-Jan-2023 03:12:28 Progress (1): 1.6/1.9 MB error 03-Jan-2023 03:12:28 Progress (1): 1.7/1.9 MB error 03-Jan-2023 03:12:28 Progress (1): 1.7/1.9 MB error 03-Jan-2023 03:12:28 Progress (1): 1.7/1.9 MB error 03-Jan-2023 03:12:28 Progress (1): 1.7/1.9 MB error 03-Jan-2023 03:12:28 Progress (1): 1.7/1.9 MB error 03-Jan-2023 03:12:28 Progress (1): 1.7/1.9 MB error 03-Jan-2023 03:12:28 Progress (1): 1.7/1.9 MB error 03-Jan-2023 03:12:28 Progress (1): 1.7/1.9 MB error 03-Jan-2023 03:12:28 Progress (1): 1.7/1.9 MB error 03-Jan-2023 03:12:28 Progress (1): 1.7/1.9 MB error 03-Jan-2023 03:12:28 Progress (1): 1.7/1.9 MB error 03-Jan-2023 03:12:28 Progress (1): 1.8/1.9 MB error 03-Jan-2023 03:12:28 Progress (1): 1.8/1.9 MB error 03-Jan-2023 03:12:28 Progress (1): 1.8/1.9 MB error 03-Jan-2023 03:12:28 Progress (1): 1.8/1.9 MB error 03-Jan-2023 03:12:28 Progress (1): 1.8/1.9 MB error 03-Jan-2023 03:12:28 Progress (1): 1.8/1.9 MB error 03-Jan-2023 03:12:28 Progress (1): 1.8/1.9 MB error 03-Jan-2023 03:12:28 Progress (1): 1.8/1.9 MB error 03-Jan-2023 03:12:28 Progress (1): 1.8/1.9 MB error 03-Jan-2023 03:12:28 Progress (1): 1.8/1.9 MB error 03-Jan-2023 03:12:28 Progress (1): 1.9/1.9 MB error 03-Jan-2023 03:12:28 Progress (1): 1.9/1.9 MB error 03-Jan-2023 03:12:28 Progress (1): 1.9/1.9 MB error 03-Jan-2023 03:12:28 Progress (1): 1.9/1.9 MB error 03-Jan-2023 03:12:28 Progress (1): 1.9/1.9 MB error 03-Jan-2023 03:12:28 Progress (1): 1.9/1.9 MB error 03-Jan-2023 03:12:28 Progress (1): 1.9/1.9 MB error 03-Jan-2023 03:12:28 Progress (1): 1.9/1.9 MB error 03-Jan-2023 03:12:28 Progress (1): 1.9/1.9 MB error 03-Jan-2023 03:12:28 Progress (1): 1.9/1.9 MB error 03-Jan-2023 03:12:28 Progress (1): 1.9/1.9 MB error 03-Jan-2023 03:12:28 Progress (1): 1.9 MB error 03-Jan-2023 03:12:29 error 03-Jan-2023 03:12:29 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/referenceapplication-omod/2.13.0-SNAPSHOT/referenceapplication-omod-2.13.0-20230102.174931-193.jar (1.9 MB at 953 kB/s) error 03-Jan-2023 03:12:29 #18 191.9 [INFO] Configured Artifact: org.openmrs.module:htmlformentry-omod:5.1.0:jar error 03-Jan-2023 03:12:29 #18 192.0 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/htmlformentry-omod/5.1.0/htmlformentry-omod-5.1.0.pom error 03-Jan-2023 03:12:29 #18 192.1 Progress (1): 3.3/6.1 kB error 03-Jan-2023 03:12:29 Progress (1): 6.1 kB error 03-Jan-2023 03:12:29 error 03-Jan-2023 03:12:29 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/htmlformentry-omod/5.1.0/htmlformentry-omod-5.1.0.pom (6.1 kB at 24 kB/s) error 03-Jan-2023 03:12:29 #18 192.4 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/htmlformentry/5.1.0/htmlformentry-5.1.0.pom error 03-Jan-2023 03:12:29 #18 192.5 Progress (1): 3.3/16 kB error 03-Jan-2023 03:12:29 Progress (1): 6.1/16 kB error 03-Jan-2023 03:12:29 Progress (1): 8.9/16 kB error 03-Jan-2023 03:12:29 Progress (1): 12/16 kB error 03-Jan-2023 03:12:29 Progress (1): 15/16 kB error 03-Jan-2023 03:12:29 Progress (1): 16 kB error 03-Jan-2023 03:12:29 error 03-Jan-2023 03:12:29 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/htmlformentry/5.1.0/htmlformentry-5.1.0.pom (16 kB at 48 kB/s) error 03-Jan-2023 03:12:30 #18 192.9 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/htmlformentry-omod/5.1.0/htmlformentry-omod-5.1.0.jar error 03-Jan-2023 03:12:30 #18 193.2 Progress (1): 0/2.3 MB error 03-Jan-2023 03:12:30 Progress (1): 0/2.3 MB error 03-Jan-2023 03:12:30 Progress (1): 0/2.3 MB error 03-Jan-2023 03:12:30 Progress (1): 0.1/2.3 MB error 03-Jan-2023 03:12:30 Progress (1): 0.1/2.3 MB error 03-Jan-2023 03:12:30 Progress (1): 0.1/2.3 MB error 03-Jan-2023 03:12:30 Progress (1): 0.1/2.3 MB error 03-Jan-2023 03:12:30 Progress (1): 0.1/2.3 MB error 03-Jan-2023 03:12:30 Progress (1): 0.1/2.3 MB error 03-Jan-2023 03:12:30 Progress (1): 0.2/2.3 MB error 03-Jan-2023 03:12:30 Progress (1): 0.2/2.3 MB error 03-Jan-2023 03:12:30 Progress (1): 0.2/2.3 MB error 03-Jan-2023 03:12:30 Progress (1): 0.2/2.3 MB error 03-Jan-2023 03:12:30 Progress (1): 0.2/2.3 MB error 03-Jan-2023 03:12:30 Progress (1): 0.2/2.3 MB error 03-Jan-2023 03:12:30 Progress (1): 0.3/2.3 MB error 03-Jan-2023 03:12:30 Progress (1): 0.3/2.3 MB error 03-Jan-2023 03:12:30 Progress (1): 0.3/2.3 MB error 03-Jan-2023 03:12:30 Progress (1): 0.3/2.3 MB error 03-Jan-2023 03:12:30 Progress (1): 0.3/2.3 MB error 03-Jan-2023 03:12:30 Progress (1): 0.4/2.3 MB error 03-Jan-2023 03:12:30 Progress (1): 0.4/2.3 MB error 03-Jan-2023 03:12:30 Progress (1): 0.4/2.3 MB error 03-Jan-2023 03:12:30 Progress (1): 0.4/2.3 MB error 03-Jan-2023 03:12:30 Progress (1): 0.4/2.3 MB error 03-Jan-2023 03:12:30 Progress (1): 0.4/2.3 MB error 03-Jan-2023 03:12:30 Progress (1): 0.5/2.3 MB error 03-Jan-2023 03:12:30 Progress (1): 0.5/2.3 MB error 03-Jan-2023 03:12:30 Progress (1): 0.5/2.3 MB error 03-Jan-2023 03:12:30 Progress (1): 0.5/2.3 MB error 03-Jan-2023 03:12:30 Progress (1): 0.5/2.3 MB error 03-Jan-2023 03:12:30 Progress (1): 0.5/2.3 MB error 03-Jan-2023 03:12:30 Progress (1): 0.6/2.3 MB error 03-Jan-2023 03:12:30 Progress (1): 0.6/2.3 MB error 03-Jan-2023 03:12:30 Progress (1): 0.6/2.3 MB error 03-Jan-2023 03:12:30 Progress (1): 0.6/2.3 MB error 03-Jan-2023 03:12:30 Progress (1): 0.6/2.3 MB error 03-Jan-2023 03:12:30 Progress (1): 0.6/2.3 MB error 03-Jan-2023 03:12:30 Progress (1): 0.7/2.3 MB error 03-Jan-2023 03:12:30 Progress (1): 0.7/2.3 MB error 03-Jan-2023 03:12:30 Progress (1): 0.7/2.3 MB error 03-Jan-2023 03:12:30 Progress (1): 0.7/2.3 MB error 03-Jan-2023 03:12:30 Progress (1): 0.7/2.3 MB error 03-Jan-2023 03:12:30 Progress (1): 0.8/2.3 MB error 03-Jan-2023 03:12:30 Progress (1): 0.8/2.3 MB error 03-Jan-2023 03:12:30 Progress (1): 0.8/2.3 MB error 03-Jan-2023 03:12:30 Progress (1): 0.8/2.3 MB error 03-Jan-2023 03:12:30 Progress (1): 0.8/2.3 MB error 03-Jan-2023 03:12:30 Progress (1): 0.8/2.3 MB error 03-Jan-2023 03:12:30 Progress (1): 0.8/2.3 MB error 03-Jan-2023 03:12:30 Progress (1): 0.9/2.3 MB error 03-Jan-2023 03:12:30 Progress (1): 0.9/2.3 MB error 03-Jan-2023 03:12:30 Progress (1): 0.9/2.3 MB error 03-Jan-2023 03:12:30 Progress (1): 0.9/2.3 MB error 03-Jan-2023 03:12:30 Progress (1): 0.9/2.3 MB error 03-Jan-2023 03:12:30 Progress (1): 0.9/2.3 MB error 03-Jan-2023 03:12:30 Progress (1): 1.0/2.3 MB error 03-Jan-2023 03:12:30 Progress (1): 1.0/2.3 MB error 03-Jan-2023 03:12:30 Progress (1): 1.0/2.3 MB error 03-Jan-2023 03:12:30 Progress (1): 1.0/2.3 MB error 03-Jan-2023 03:12:30 Progress (1): 1.0/2.3 MB error 03-Jan-2023 03:12:30 Progress (1): 1.0/2.3 MB error 03-Jan-2023 03:12:30 Progress (1): 1.1/2.3 MB error 03-Jan-2023 03:12:30 Progress (1): 1.1/2.3 MB error 03-Jan-2023 03:12:30 Progress (1): 1.1/2.3 MB error 03-Jan-2023 03:12:30 Progress (1): 1.1/2.3 MB error 03-Jan-2023 03:12:30 Progress (1): 1.1/2.3 MB error 03-Jan-2023 03:12:30 Progress (1): 1.1/2.3 MB error 03-Jan-2023 03:12:30 Progress (1): 1.1/2.3 MB error 03-Jan-2023 03:12:30 Progress (1): 1.2/2.3 MB error 03-Jan-2023 03:12:30 Progress (1): 1.2/2.3 MB error 03-Jan-2023 03:12:30 Progress (1): 1.2/2.3 MB error 03-Jan-2023 03:12:30 Progress (1): 1.2/2.3 MB error 03-Jan-2023 03:12:30 Progress (1): 1.2/2.3 MB error 03-Jan-2023 03:12:30 Progress (1): 1.2/2.3 MB error 03-Jan-2023 03:12:30 Progress (1): 1.3/2.3 MB error 03-Jan-2023 03:12:30 Progress (1): 1.3/2.3 MB error 03-Jan-2023 03:12:30 Progress (1): 1.3/2.3 MB error 03-Jan-2023 03:12:30 Progress (1): 1.3/2.3 MB error 03-Jan-2023 03:12:30 Progress (1): 1.3/2.3 MB error 03-Jan-2023 03:12:30 Progress (1): 1.3/2.3 MB error 03-Jan-2023 03:12:30 Progress (1): 1.4/2.3 MB error 03-Jan-2023 03:12:30 Progress (1): 1.4/2.3 MB error 03-Jan-2023 03:12:30 Progress (1): 1.4/2.3 MB error 03-Jan-2023 03:12:30 Progress (1): 1.4/2.3 MB error 03-Jan-2023 03:12:30 Progress (1): 1.4/2.3 MB error 03-Jan-2023 03:12:30 Progress (1): 1.4/2.3 MB error 03-Jan-2023 03:12:30 Progress (1): 1.4/2.3 MB error 03-Jan-2023 03:12:30 Progress (1): 1.5/2.3 MB error 03-Jan-2023 03:12:30 Progress (1): 1.5/2.3 MB error 03-Jan-2023 03:12:30 Progress (1): 1.5/2.3 MB error 03-Jan-2023 03:12:30 Progress (1): 1.5/2.3 MB error 03-Jan-2023 03:12:30 Progress (1): 1.5/2.3 MB error 03-Jan-2023 03:12:30 Progress (1): 1.5/2.3 MB error 03-Jan-2023 03:12:30 Progress (1): 1.6/2.3 MB error 03-Jan-2023 03:12:30 Progress (1): 1.6/2.3 MB error 03-Jan-2023 03:12:30 Progress (1): 1.6/2.3 MB error 03-Jan-2023 03:12:30 Progress (1): 1.6/2.3 MB error 03-Jan-2023 03:12:30 Progress (1): 1.6/2.3 MB error 03-Jan-2023 03:12:30 Progress (1): 1.6/2.3 MB error 03-Jan-2023 03:12:30 Progress (1): 1.7/2.3 MB error 03-Jan-2023 03:12:30 Progress (1): 1.7/2.3 MB error 03-Jan-2023 03:12:30 Progress (1): 1.7/2.3 MB error 03-Jan-2023 03:12:30 Progress (1): 1.7/2.3 MB error 03-Jan-2023 03:12:30 Progress (1): 1.7/2.3 MB error 03-Jan-2023 03:12:30 Progress (1): 1.7/2.3 MB error 03-Jan-2023 03:12:30 Progress (1): 1.7/2.3 MB error 03-Jan-2023 03:12:30 Progress (1): 1.8/2.3 MB error 03-Jan-2023 03:12:30 Progress (1): 1.8/2.3 MB error 03-Jan-2023 03:12:30 Progress (1): 1.8/2.3 MB error 03-Jan-2023 03:12:30 Progress (1): 1.8/2.3 MB error 03-Jan-2023 03:12:30 Progress (1): 1.8/2.3 MB error 03-Jan-2023 03:12:30 Progress (1): 1.8/2.3 MB error 03-Jan-2023 03:12:30 Progress (1): 1.9/2.3 MB error 03-Jan-2023 03:12:30 Progress (1): 1.9/2.3 MB error 03-Jan-2023 03:12:30 Progress (1): 1.9/2.3 MB error 03-Jan-2023 03:12:30 Progress (1): 1.9/2.3 MB error 03-Jan-2023 03:12:30 Progress (1): 1.9/2.3 MB error 03-Jan-2023 03:12:30 Progress (1): 1.9/2.3 MB error 03-Jan-2023 03:12:30 Progress (1): 2.0/2.3 MB error 03-Jan-2023 03:12:30 Progress (1): 2.0/2.3 MB error 03-Jan-2023 03:12:30 Progress (1): 2.0/2.3 MB error 03-Jan-2023 03:12:30 Progress (1): 2.0/2.3 MB error 03-Jan-2023 03:12:30 Progress (1): 2.0/2.3 MB error 03-Jan-2023 03:12:30 Progress (1): 2.0/2.3 MB error 03-Jan-2023 03:12:30 Progress (1): 2.0/2.3 MB error 03-Jan-2023 03:12:30 Progress (1): 2.1/2.3 MB error 03-Jan-2023 03:12:30 Progress (1): 2.1/2.3 MB error 03-Jan-2023 03:12:30 Progress (1): 2.1/2.3 MB error 03-Jan-2023 03:12:30 Progress (1): 2.1/2.3 MB error 03-Jan-2023 03:12:30 Progress (1): 2.1/2.3 MB error 03-Jan-2023 03:12:30 Progress (1): 2.1/2.3 MB error 03-Jan-2023 03:12:30 Progress (1): 2.2/2.3 MB error 03-Jan-2023 03:12:30 Progress (1): 2.2/2.3 MB error 03-Jan-2023 03:12:30 Progress (1): 2.2/2.3 MB error 03-Jan-2023 03:12:30 Progress (1): 2.2/2.3 MB error 03-Jan-2023 03:12:30 Progress (1): 2.2/2.3 MB error 03-Jan-2023 03:12:30 Progress (1): 2.2/2.3 MB error 03-Jan-2023 03:12:30 Progress (1): 2.2/2.3 MB error 03-Jan-2023 03:12:30 Progress (1): 2.3/2.3 MB error 03-Jan-2023 03:12:30 Progress (1): 2.3 MB error 03-Jan-2023 03:12:30 error 03-Jan-2023 03:12:30 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/htmlformentry-omod/5.1.0/htmlformentry-omod-5.1.0.jar (2.3 MB at 3.6 MB/s) error 03-Jan-2023 03:12:30 #18 193.5 [INFO] Configured Artifact: org.openmrs.module:appframework-omod:2.17.0:jar error 03-Jan-2023 03:12:30 #18 193.5 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/appframework-omod/2.17.0/appframework-omod-2.17.0.pom error 03-Jan-2023 03:12:30 #18 193.6 Progress (1): 3.3/6.1 kB error 03-Jan-2023 03:12:30 Progress (1): 6.1 kB error 03-Jan-2023 03:12:30 error 03-Jan-2023 03:12:31 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/appframework-omod/2.17.0/appframework-omod-2.17.0.pom (6.1 kB at 26 kB/s) error 03-Jan-2023 03:12:31 #18 193.8 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/appframework/2.17.0/appframework-2.17.0.pom error 03-Jan-2023 03:12:31 #18 193.9 Progress (1): 3.3/7.5 kB error 03-Jan-2023 03:12:31 Progress (1): 6.1/7.5 kB error 03-Jan-2023 03:12:31 Progress (1): 7.5 kB error 03-Jan-2023 03:12:31 error 03-Jan-2023 03:12:31 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/appframework/2.17.0/appframework-2.17.0.pom (7.5 kB at 32 kB/s) error 03-Jan-2023 03:12:31 #18 194.0 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/appframework-omod/2.17.0/appframework-omod-2.17.0.jar error 03-Jan-2023 03:12:31 #18 194.3 Progress (1): 0/1.6 MB error 03-Jan-2023 03:12:31 Progress (1): 0/1.6 MB error 03-Jan-2023 03:12:31 Progress (1): 0/1.6 MB error 03-Jan-2023 03:12:31 Progress (1): 0/1.6 MB error 03-Jan-2023 03:12:31 Progress (1): 0/1.6 MB error 03-Jan-2023 03:12:31 Progress (1): 0.1/1.6 MB error 03-Jan-2023 03:12:31 Progress (1): 0.1/1.6 MB error 03-Jan-2023 03:12:31 Progress (1): 0.1/1.6 MB error 03-Jan-2023 03:12:31 Progress (1): 0.1/1.6 MB error 03-Jan-2023 03:12:31 Progress (1): 0.1/1.6 MB error 03-Jan-2023 03:12:31 Progress (1): 0.1/1.6 MB error 03-Jan-2023 03:12:31 Progress (1): 0.1/1.6 MB error 03-Jan-2023 03:12:31 Progress (1): 0.1/1.6 MB error 03-Jan-2023 03:12:31 Progress (1): 0.1/1.6 MB error 03-Jan-2023 03:12:31 Progress (1): 0.1/1.6 MB error 03-Jan-2023 03:12:31 Progress (1): 0.1/1.6 MB error 03-Jan-2023 03:12:31 Progress (1): 0.2/1.6 MB error 03-Jan-2023 03:12:31 Progress (1): 0.2/1.6 MB error 03-Jan-2023 03:12:31 Progress (1): 0.2/1.6 MB error 03-Jan-2023 03:12:31 Progress (1): 0.2/1.6 MB error 03-Jan-2023 03:12:31 Progress (1): 0.2/1.6 MB error 03-Jan-2023 03:12:31 Progress (1): 0.2/1.6 MB error 03-Jan-2023 03:12:31 Progress (1): 0.2/1.6 MB error 03-Jan-2023 03:12:31 Progress (1): 0.2/1.6 MB error 03-Jan-2023 03:12:31 Progress (1): 0.2/1.6 MB error 03-Jan-2023 03:12:31 Progress (1): 0.2/1.6 MB error 03-Jan-2023 03:12:31 Progress (1): 0.2/1.6 MB error 03-Jan-2023 03:12:31 Progress (1): 0.2/1.6 MB error 03-Jan-2023 03:12:31 Progress (1): 0.3/1.6 MB error 03-Jan-2023 03:12:31 Progress (1): 0.3/1.6 MB error 03-Jan-2023 03:12:31 Progress (1): 0.3/1.6 MB error 03-Jan-2023 03:12:31 Progress (1): 0.3/1.6 MB error 03-Jan-2023 03:12:31 Progress (1): 0.3/1.6 MB error 03-Jan-2023 03:12:31 Progress (1): 0.3/1.6 MB error 03-Jan-2023 03:12:31 Progress (1): 0.3/1.6 MB error 03-Jan-2023 03:12:31 Progress (1): 0.3/1.6 MB error 03-Jan-2023 03:12:31 Progress (1): 0.3/1.6 MB error 03-Jan-2023 03:12:31 Progress (1): 0.3/1.6 MB error 03-Jan-2023 03:12:31 Progress (1): 0.3/1.6 MB error 03-Jan-2023 03:12:31 Progress (1): 0.3/1.6 MB error 03-Jan-2023 03:12:31 Progress (1): 0.4/1.6 MB error 03-Jan-2023 03:12:31 Progress (1): 0.4/1.6 MB error 03-Jan-2023 03:12:31 Progress (1): 0.4/1.6 MB error 03-Jan-2023 03:12:31 Progress (1): 0.4/1.6 MB error 03-Jan-2023 03:12:31 Progress (1): 0.4/1.6 MB error 03-Jan-2023 03:12:31 Progress (1): 0.4/1.6 MB error 03-Jan-2023 03:12:31 Progress (1): 0.4/1.6 MB error 03-Jan-2023 03:12:31 Progress (1): 0.4/1.6 MB error 03-Jan-2023 03:12:31 Progress (1): 0.4/1.6 MB error 03-Jan-2023 03:12:31 Progress (1): 0.4/1.6 MB error 03-Jan-2023 03:12:31 Progress (1): 0.4/1.6 MB error 03-Jan-2023 03:12:31 Progress (1): 0.5/1.6 MB error 03-Jan-2023 03:12:31 Progress (1): 0.5/1.6 MB error 03-Jan-2023 03:12:31 Progress (1): 0.5/1.6 MB error 03-Jan-2023 03:12:31 Progress (1): 0.5/1.6 MB error 03-Jan-2023 03:12:31 Progress (1): 0.5/1.6 MB error 03-Jan-2023 03:12:31 Progress (1): 0.5/1.6 MB error 03-Jan-2023 03:12:31 Progress (1): 0.5/1.6 MB error 03-Jan-2023 03:12:31 Progress (1): 0.5/1.6 MB error 03-Jan-2023 03:12:31 Progress (1): 0.5/1.6 MB error 03-Jan-2023 03:12:31 Progress (1): 0.5/1.6 MB error 03-Jan-2023 03:12:31 Progress (1): 0.5/1.6 MB error 03-Jan-2023 03:12:31 Progress (1): 0.6/1.6 MB error 03-Jan-2023 03:12:31 Progress (1): 0.6/1.6 MB error 03-Jan-2023 03:12:31 Progress (1): 0.6/1.6 MB error 03-Jan-2023 03:12:31 Progress (1): 0.6/1.6 MB error 03-Jan-2023 03:12:31 Progress (1): 0.6/1.6 MB error 03-Jan-2023 03:12:31 Progress (1): 0.6/1.6 MB error 03-Jan-2023 03:12:31 Progress (1): 0.6/1.6 MB error 03-Jan-2023 03:12:31 Progress (1): 0.6/1.6 MB error 03-Jan-2023 03:12:31 Progress (1): 0.6/1.6 MB error 03-Jan-2023 03:12:31 Progress (1): 0.6/1.6 MB error 03-Jan-2023 03:12:31 Progress (1): 0.6/1.6 MB error 03-Jan-2023 03:12:31 Progress (1): 0.7/1.6 MB error 03-Jan-2023 03:12:31 Progress (1): 0.7/1.6 MB error 03-Jan-2023 03:12:31 Progress (1): 0.7/1.6 MB error 03-Jan-2023 03:12:31 Progress (1): 0.7/1.6 MB error 03-Jan-2023 03:12:31 Progress (1): 0.7/1.6 MB error 03-Jan-2023 03:12:31 Progress (1): 0.7/1.6 MB error 03-Jan-2023 03:12:31 Progress (1): 0.7/1.6 MB error 03-Jan-2023 03:12:31 Progress (1): 0.7/1.6 MB error 03-Jan-2023 03:12:31 Progress (1): 0.7/1.6 MB error 03-Jan-2023 03:12:31 Progress (1): 0.7/1.6 MB error 03-Jan-2023 03:12:31 Progress (1): 0.7/1.6 MB error 03-Jan-2023 03:12:31 Progress (1): 0.7/1.6 MB error 03-Jan-2023 03:12:31 Progress (1): 0.8/1.6 MB error 03-Jan-2023 03:12:31 Progress (1): 0.8/1.6 MB error 03-Jan-2023 03:12:31 Progress (1): 0.8/1.6 MB error 03-Jan-2023 03:12:31 Progress (1): 0.8/1.6 MB error 03-Jan-2023 03:12:31 Progress (1): 0.8/1.6 MB error 03-Jan-2023 03:12:31 Progress (1): 0.8/1.6 MB error 03-Jan-2023 03:12:31 Progress (1): 0.8/1.6 MB error 03-Jan-2023 03:12:31 Progress (1): 0.8/1.6 MB error 03-Jan-2023 03:12:31 Progress (1): 0.8/1.6 MB error 03-Jan-2023 03:12:31 Progress (1): 0.8/1.6 MB error 03-Jan-2023 03:12:31 Progress (1): 0.8/1.6 MB error 03-Jan-2023 03:12:31 Progress (1): 0.9/1.6 MB error 03-Jan-2023 03:12:31 Progress (1): 0.9/1.6 MB error 03-Jan-2023 03:12:31 Progress (1): 0.9/1.6 MB error 03-Jan-2023 03:12:31 Progress (1): 0.9/1.6 MB error 03-Jan-2023 03:12:31 Progress (1): 0.9/1.6 MB error 03-Jan-2023 03:12:31 Progress (1): 0.9/1.6 MB error 03-Jan-2023 03:12:31 Progress (1): 0.9/1.6 MB error 03-Jan-2023 03:12:31 Progress (1): 0.9/1.6 MB error 03-Jan-2023 03:12:31 Progress (1): 0.9/1.6 MB error 03-Jan-2023 03:12:31 Progress (1): 0.9/1.6 MB error 03-Jan-2023 03:12:31 Progress (1): 0.9/1.6 MB error 03-Jan-2023 03:12:31 Progress (1): 1.0/1.6 MB error 03-Jan-2023 03:12:31 Progress (1): 1.0/1.6 MB error 03-Jan-2023 03:12:31 Progress (1): 1.0/1.6 MB error 03-Jan-2023 03:12:31 Progress (1): 1.0/1.6 MB error 03-Jan-2023 03:12:31 Progress (1): 1.0/1.6 MB error 03-Jan-2023 03:12:31 Progress (1): 1.0/1.6 MB error 03-Jan-2023 03:12:31 Progress (1): 1.0/1.6 MB error 03-Jan-2023 03:12:31 Progress (1): 1.0/1.6 MB error 03-Jan-2023 03:12:31 Progress (1): 1.0/1.6 MB error 03-Jan-2023 03:12:31 Progress (1): 1.0/1.6 MB error 03-Jan-2023 03:12:31 Progress (1): 1.0/1.6 MB error 03-Jan-2023 03:12:31 Progress (1): 1.1/1.6 MB error 03-Jan-2023 03:12:31 Progress (1): 1.1/1.6 MB error 03-Jan-2023 03:12:31 Progress (1): 1.1/1.6 MB error 03-Jan-2023 03:12:31 Progress (1): 1.1/1.6 MB error 03-Jan-2023 03:12:31 Progress (1): 1.1/1.6 MB error 03-Jan-2023 03:12:31 Progress (1): 1.1/1.6 MB error 03-Jan-2023 03:12:31 Progress (1): 1.1/1.6 MB error 03-Jan-2023 03:12:31 Progress (1): 1.1/1.6 MB error 03-Jan-2023 03:12:31 Progress (1): 1.1/1.6 MB error 03-Jan-2023 03:12:31 Progress (1): 1.1/1.6 MB error 03-Jan-2023 03:12:31 Progress (1): 1.1/1.6 MB error 03-Jan-2023 03:12:31 Progress (1): 1.1/1.6 MB error 03-Jan-2023 03:12:31 Progress (1): 1.2/1.6 MB error 03-Jan-2023 03:12:31 Progress (1): 1.2/1.6 MB error 03-Jan-2023 03:12:31 Progress (1): 1.2/1.6 MB error 03-Jan-2023 03:12:31 Progress (1): 1.2/1.6 MB error 03-Jan-2023 03:12:31 Progress (1): 1.2/1.6 MB error 03-Jan-2023 03:12:31 Progress (1): 1.2/1.6 MB error 03-Jan-2023 03:12:31 Progress (1): 1.2/1.6 MB error 03-Jan-2023 03:12:31 Progress (1): 1.2/1.6 MB error 03-Jan-2023 03:12:31 Progress (1): 1.2/1.6 MB error 03-Jan-2023 03:12:31 Progress (1): 1.2/1.6 MB error 03-Jan-2023 03:12:31 Progress (1): 1.2/1.6 MB error 03-Jan-2023 03:12:31 Progress (1): 1.3/1.6 MB error 03-Jan-2023 03:12:31 Progress (1): 1.3/1.6 MB error 03-Jan-2023 03:12:31 Progress (1): 1.3/1.6 MB error 03-Jan-2023 03:12:31 Progress (1): 1.3/1.6 MB error 03-Jan-2023 03:12:31 Progress (1): 1.3/1.6 MB error 03-Jan-2023 03:12:31 Progress (1): 1.3/1.6 MB error 03-Jan-2023 03:12:31 Progress (1): 1.3/1.6 MB error 03-Jan-2023 03:12:31 Progress (1): 1.3/1.6 MB error 03-Jan-2023 03:12:31 Progress (1): 1.3/1.6 MB error 03-Jan-2023 03:12:31 Progress (1): 1.3/1.6 MB error 03-Jan-2023 03:12:31 Progress (1): 1.3/1.6 MB error 03-Jan-2023 03:12:31 Progress (1): 1.4/1.6 MB error 03-Jan-2023 03:12:31 Progress (1): 1.4/1.6 MB error 03-Jan-2023 03:12:31 Progress (1): 1.4/1.6 MB error 03-Jan-2023 03:12:31 Progress (1): 1.4/1.6 MB error 03-Jan-2023 03:12:31 Progress (1): 1.4/1.6 MB error 03-Jan-2023 03:12:31 Progress (1): 1.4/1.6 MB error 03-Jan-2023 03:12:31 Progress (1): 1.4/1.6 MB error 03-Jan-2023 03:12:31 Progress (1): 1.4/1.6 MB error 03-Jan-2023 03:12:31 Progress (1): 1.4/1.6 MB error 03-Jan-2023 03:12:31 Progress (1): 1.4/1.6 MB error 03-Jan-2023 03:12:31 Progress (1): 1.4/1.6 MB error 03-Jan-2023 03:12:31 Progress (1): 1.5/1.6 MB error 03-Jan-2023 03:12:31 Progress (1): 1.5/1.6 MB error 03-Jan-2023 03:12:31 Progress (1): 1.5/1.6 MB error 03-Jan-2023 03:12:31 Progress (1): 1.5/1.6 MB error 03-Jan-2023 03:12:31 Progress (1): 1.5/1.6 MB error 03-Jan-2023 03:12:31 Progress (1): 1.5/1.6 MB error 03-Jan-2023 03:12:31 Progress (1): 1.5/1.6 MB error 03-Jan-2023 03:12:31 Progress (1): 1.5/1.6 MB error 03-Jan-2023 03:12:31 Progress (1): 1.5/1.6 MB error 03-Jan-2023 03:12:31 Progress (1): 1.5/1.6 MB error 03-Jan-2023 03:12:31 Progress (1): 1.5/1.6 MB error 03-Jan-2023 03:12:31 Progress (1): 1.6/1.6 MB error 03-Jan-2023 03:12:31 Progress (1): 1.6/1.6 MB error 03-Jan-2023 03:12:31 Progress (1): 1.6/1.6 MB error 03-Jan-2023 03:12:31 Progress (1): 1.6/1.6 MB error 03-Jan-2023 03:12:31 Progress (1): 1.6/1.6 MB error 03-Jan-2023 03:12:31 Progress (1): 1.6/1.6 MB error 03-Jan-2023 03:12:31 Progress (1): 1.6 MB error 03-Jan-2023 03:12:31 error 03-Jan-2023 03:12:31 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/appframework-omod/2.17.0/appframework-omod-2.17.0.jar (1.6 MB at 2.6 MB/s) error 03-Jan-2023 03:12:31 #18 194.6 [INFO] Configured Artifact: org.openmrs.module:referencemetadata-omod:2.13.0:jar error 03-Jan-2023 03:12:31 #18 194.6 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/referencemetadata-omod/2.13.0/referencemetadata-omod-2.13.0.pom error 03-Jan-2023 03:12:31 #18 194.8 Progress (1): 3.1 kB error 03-Jan-2023 03:12:32 error 03-Jan-2023 03:12:32 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/referencemetadata-omod/2.13.0/referencemetadata-omod-2.13.0.pom (3.1 kB at 13 kB/s) error 03-Jan-2023 03:12:32 #18 194.9 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/referencemetadata/2.13.0/referencemetadata-2.13.0.pom error 03-Jan-2023 03:12:32 #18 195.0 Progress (1): 3.3/11 kB error 03-Jan-2023 03:12:32 Progress (1): 6.1/11 kB error 03-Jan-2023 03:12:32 Progress (1): 8.9/11 kB error 03-Jan-2023 03:12:32 Progress (1): 11 kB error 03-Jan-2023 03:12:32 error 03-Jan-2023 03:12:32 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/referencemetadata/2.13.0/referencemetadata-2.13.0.pom (11 kB at 48 kB/s) error 03-Jan-2023 03:12:32 #18 195.2 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/referencemetadata-omod/2.13.0/referencemetadata-omod-2.13.0.jar error 03-Jan-2023 03:12:32 #18 195.4 Progress (1): 3.4/545 kB error 03-Jan-2023 03:12:32 Progress (1): 7.5/545 kB error 03-Jan-2023 03:12:32 Progress (1): 12/545 kB error 03-Jan-2023 03:12:32 Progress (1): 16/545 kB error 03-Jan-2023 03:12:32 Progress (1): 20/545 kB error 03-Jan-2023 03:12:32 Progress (1): 24/545 kB error 03-Jan-2023 03:12:32 Progress (1): 28/545 kB error 03-Jan-2023 03:12:32 Progress (1): 32/545 kB error 03-Jan-2023 03:12:32 Progress (1): 36/545 kB error 03-Jan-2023 03:12:32 Progress (1): 38/545 kB error 03-Jan-2023 03:12:32 Progress (1): 42/545 kB error 03-Jan-2023 03:12:32 Progress (1): 46/545 kB error 03-Jan-2023 03:12:32 Progress (1): 51/545 kB error 03-Jan-2023 03:12:32 Progress (1): 55/545 kB error 03-Jan-2023 03:12:32 Progress (1): 59/545 kB error 03-Jan-2023 03:12:32 Progress (1): 63/545 kB error 03-Jan-2023 03:12:32 Progress (1): 67/545 kB error 03-Jan-2023 03:12:32 Progress (1): 71/545 kB error 03-Jan-2023 03:12:32 Progress (1): 73/545 kB error 03-Jan-2023 03:12:32 Progress (1): 77/545 kB error 03-Jan-2023 03:12:32 Progress (1): 81/545 kB error 03-Jan-2023 03:12:32 Progress (1): 85/545 kB error 03-Jan-2023 03:12:32 Progress (1): 89/545 kB error 03-Jan-2023 03:12:32 Progress (1): 93/545 kB error 03-Jan-2023 03:12:32 Progress (1): 98/545 kB error 03-Jan-2023 03:12:32 Progress (1): 102/545 kB error 03-Jan-2023 03:12:32 Progress (1): 106/545 kB error 03-Jan-2023 03:12:32 Progress (1): 110/545 kB error 03-Jan-2023 03:12:32 Progress (1): 114/545 kB error 03-Jan-2023 03:12:32 Progress (1): 116/545 kB error 03-Jan-2023 03:12:32 Progress (1): 120/545 kB error 03-Jan-2023 03:12:32 Progress (1): 125/545 kB error 03-Jan-2023 03:12:32 Progress (1): 129/545 kB error 03-Jan-2023 03:12:32 Progress (1): 133/545 kB error 03-Jan-2023 03:12:32 Progress (1): 137/545 kB error 03-Jan-2023 03:12:32 Progress (1): 141/545 kB error 03-Jan-2023 03:12:32 Progress (1): 145/545 kB error 03-Jan-2023 03:12:32 Progress (1): 149/545 kB error 03-Jan-2023 03:12:32 Progress (1): 153/545 kB error 03-Jan-2023 03:12:32 Progress (1): 157/545 kB error 03-Jan-2023 03:12:32 Progress (1): 160/545 kB error 03-Jan-2023 03:12:32 Progress (1): 164/545 kB error 03-Jan-2023 03:12:32 Progress (1): 168/545 kB error 03-Jan-2023 03:12:32 Progress (1): 172/545 kB error 03-Jan-2023 03:12:32 Progress (1): 177/545 kB error 03-Jan-2023 03:12:32 Progress (1): 181/545 kB error 03-Jan-2023 03:12:32 Progress (1): 185/545 kB error 03-Jan-2023 03:12:32 Progress (1): 188/545 kB error 03-Jan-2023 03:12:32 Progress (1): 192/545 kB error 03-Jan-2023 03:12:32 Progress (1): 196/545 kB error 03-Jan-2023 03:12:32 Progress (1): 200/545 kB error 03-Jan-2023 03:12:32 Progress (1): 204/545 kB error 03-Jan-2023 03:12:32 Progress (1): 208/545 kB error 03-Jan-2023 03:12:32 Progress (1): 212/545 kB error 03-Jan-2023 03:12:32 Progress (1): 216/545 kB error 03-Jan-2023 03:12:32 Progress (1): 220/545 kB error 03-Jan-2023 03:12:32 Progress (1): 225/545 kB error 03-Jan-2023 03:12:32 Progress (1): 229/545 kB error 03-Jan-2023 03:12:32 Progress (1): 231/545 kB error 03-Jan-2023 03:12:32 Progress (1): 235/545 kB error 03-Jan-2023 03:12:32 Progress (1): 239/545 kB error 03-Jan-2023 03:12:32 Progress (1): 243/545 kB error 03-Jan-2023 03:12:32 Progress (1): 247/545 kB error 03-Jan-2023 03:12:32 Progress (1): 251/545 kB error 03-Jan-2023 03:12:32 Progress (1): 255/545 kB error 03-Jan-2023 03:12:32 Progress (1): 260/545 kB error 03-Jan-2023 03:12:32 Progress (1): 264/545 kB error 03-Jan-2023 03:12:32 Progress (1): 268/545 kB error 03-Jan-2023 03:12:32 Progress (1): 272/545 kB error 03-Jan-2023 03:12:32 Progress (1): 276/545 kB error 03-Jan-2023 03:12:32 Progress (1): 278/545 kB error 03-Jan-2023 03:12:32 Progress (1): 282/545 kB error 03-Jan-2023 03:12:32 Progress (1): 287/545 kB error 03-Jan-2023 03:12:32 Progress (1): 291/545 kB error 03-Jan-2023 03:12:32 Progress (1): 295/545 kB error 03-Jan-2023 03:12:32 Progress (1): 299/545 kB error 03-Jan-2023 03:12:32 Progress (1): 303/545 kB error 03-Jan-2023 03:12:32 Progress (1): 307/545 kB error 03-Jan-2023 03:12:32 Progress (1): 311/545 kB error 03-Jan-2023 03:12:32 Progress (1): 313/545 kB error 03-Jan-2023 03:12:32 Progress (1): 317/545 kB error 03-Jan-2023 03:12:32 Progress (1): 321/545 kB error 03-Jan-2023 03:12:32 Progress (1): 325/545 kB error 03-Jan-2023 03:12:32 Progress (1): 330/545 kB error 03-Jan-2023 03:12:32 Progress (1): 334/545 kB error 03-Jan-2023 03:12:32 Progress (1): 338/545 kB error 03-Jan-2023 03:12:32 Progress (1): 341/545 kB error 03-Jan-2023 03:12:32 Progress (1): 345/545 kB error 03-Jan-2023 03:12:32 Progress (1): 349/545 kB error 03-Jan-2023 03:12:32 Progress (1): 353/545 kB error 03-Jan-2023 03:12:32 Progress (1): 357/545 kB error 03-Jan-2023 03:12:32 Progress (1): 361/545 kB error 03-Jan-2023 03:12:32 Progress (1): 365/545 kB error 03-Jan-2023 03:12:32 Progress (1): 369/545 kB error 03-Jan-2023 03:12:32 Progress (1): 373/545 kB error 03-Jan-2023 03:12:32 Progress (1): 376/545 kB error 03-Jan-2023 03:12:32 Progress (1): 380/545 kB error 03-Jan-2023 03:12:32 Progress (1): 384/545 kB error 03-Jan-2023 03:12:32 Progress (1): 386/545 kB error 03-Jan-2023 03:12:32 Progress (1): 390/545 kB error 03-Jan-2023 03:12:32 Progress (1): 395/545 kB error 03-Jan-2023 03:12:32 Progress (1): 399/545 kB error 03-Jan-2023 03:12:32 Progress (1): 403/545 kB error 03-Jan-2023 03:12:32 Progress (1): 407/545 kB error 03-Jan-2023 03:12:32 Progress (1): 411/545 kB error 03-Jan-2023 03:12:32 Progress (1): 415/545 kB error 03-Jan-2023 03:12:32 Progress (1): 419/545 kB error 03-Jan-2023 03:12:32 Progress (1): 423/545 kB error 03-Jan-2023 03:12:32 Progress (1): 427/545 kB error 03-Jan-2023 03:12:32 Progress (1): 431/545 kB error 03-Jan-2023 03:12:32 Progress (1): 435/545 kB error 03-Jan-2023 03:12:32 Progress (1): 440/545 kB error 03-Jan-2023 03:12:32 Progress (1): 444/545 kB error 03-Jan-2023 03:12:32 Progress (1): 447/545 kB error 03-Jan-2023 03:12:32 Progress (1): 449/545 kB error 03-Jan-2023 03:12:32 Progress (1): 453/545 kB error 03-Jan-2023 03:12:32 Progress (1): 458/545 kB error 03-Jan-2023 03:12:32 Progress (1): 462/545 kB error 03-Jan-2023 03:12:32 Progress (1): 466/545 kB error 03-Jan-2023 03:12:32 Progress (1): 470/545 kB error 03-Jan-2023 03:12:32 Progress (1): 474/545 kB error 03-Jan-2023 03:12:32 Progress (1): 478/545 kB error 03-Jan-2023 03:12:32 Progress (1): 482/545 kB error 03-Jan-2023 03:12:32 Progress (1): 486/545 kB error 03-Jan-2023 03:12:32 Progress (1): 490/545 kB error 03-Jan-2023 03:12:32 Progress (1): 493/545 kB error 03-Jan-2023 03:12:32 Progress (1): 497/545 kB error 03-Jan-2023 03:12:32 Progress (1): 501/545 kB error 03-Jan-2023 03:12:32 Progress (1): 505/545 kB error 03-Jan-2023 03:12:32 Progress (1): 510/545 kB error 03-Jan-2023 03:12:32 Progress (1): 514/545 kB error 03-Jan-2023 03:12:32 Progress (1): 518/545 kB error 03-Jan-2023 03:12:32 Progress (1): 522/545 kB error 03-Jan-2023 03:12:32 Progress (1): 526/545 kB error 03-Jan-2023 03:12:32 Progress (1): 528/545 kB error 03-Jan-2023 03:12:32 Progress (1): 532/545 kB error 03-Jan-2023 03:12:32 Progress (1): 536/545 kB error 03-Jan-2023 03:12:32 Progress (1): 539/545 kB error 03-Jan-2023 03:12:32 Progress (1): 543/545 kB error 03-Jan-2023 03:12:32 Progress (1): 545 kB error 03-Jan-2023 03:12:32 error 03-Jan-2023 03:12:32 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/referencemetadata-omod/2.13.0/referencemetadata-omod-2.13.0.jar (545 kB at 1.2 MB/s) error 03-Jan-2023 03:12:32 #18 195.6 [INFO] Configured Artifact: org.openmrs.module:reportingui-omod:1.11.0:jar error 03-Jan-2023 03:12:32 #18 195.6 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/reportingui-omod/1.11.0/reportingui-omod-1.11.0.pom error 03-Jan-2023 03:12:32 #18 195.7 Progress (1): 3.3/8.2 kB error 03-Jan-2023 03:12:32 Progress (1): 6.1/8.2 kB error 03-Jan-2023 03:12:32 Progress (1): 8.2 kB error 03-Jan-2023 03:12:32 error 03-Jan-2023 03:12:33 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/reportingui-omod/1.11.0/reportingui-omod-1.11.0.pom (8.2 kB at 36 kB/s) error 03-Jan-2023 03:12:33 #18 195.9 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/reportingui/1.11.0/reportingui-1.11.0.pom error 03-Jan-2023 03:12:33 #18 196.0 Progress (1): 3.3/9.2 kB error 03-Jan-2023 03:12:33 Progress (1): 6.1/9.2 kB error 03-Jan-2023 03:12:33 Progress (1): 8.9/9.2 kB error 03-Jan-2023 03:12:33 Progress (1): 9.2 kB error 03-Jan-2023 03:12:33 error 03-Jan-2023 03:12:33 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/reportingui/1.11.0/reportingui-1.11.0.pom (9.2 kB at 39 kB/s) error 03-Jan-2023 03:12:33 #18 196.1 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/reportingui-omod/1.11.0/reportingui-omod-1.11.0.jar error 03-Jan-2023 03:12:33 #18 196.2 Progress (1): 3.3/141 kB error 03-Jan-2023 03:12:33 Progress (1): 6.1/141 kB error 03-Jan-2023 03:12:33 Progress (1): 8.9/141 kB error 03-Jan-2023 03:12:33 Progress (1): 12/141 kB error 03-Jan-2023 03:12:33 Progress (1): 15/141 kB error 03-Jan-2023 03:12:33 Progress (1): 17/141 kB error 03-Jan-2023 03:12:33 Progress (1): 20/141 kB error 03-Jan-2023 03:12:33 Progress (1): 23/141 kB error 03-Jan-2023 03:12:33 Progress (1): 26/141 kB error 03-Jan-2023 03:12:33 Progress (1): 29/141 kB error 03-Jan-2023 03:12:33 Progress (1): 31/141 kB error 03-Jan-2023 03:12:33 Progress (1): 34/141 kB error 03-Jan-2023 03:12:33 Progress (1): 37/141 kB error 03-Jan-2023 03:12:33 Progress (1): 40/141 kB error 03-Jan-2023 03:12:33 Progress (1): 42/141 kB error 03-Jan-2023 03:12:33 Progress (1): 45/141 kB error 03-Jan-2023 03:12:33 Progress (1): 48/141 kB error 03-Jan-2023 03:12:33 Progress (1): 51/141 kB error 03-Jan-2023 03:12:33 Progress (1): 54/141 kB error 03-Jan-2023 03:12:33 Progress (1): 56/141 kB error 03-Jan-2023 03:12:33 Progress (1): 59/141 kB error 03-Jan-2023 03:12:33 Progress (1): 62/141 kB error 03-Jan-2023 03:12:33 Progress (1): 65/141 kB error 03-Jan-2023 03:12:33 Progress (1): 67/141 kB error 03-Jan-2023 03:12:33 Progress (1): 70/141 kB error 03-Jan-2023 03:12:33 Progress (1): 73/141 kB error 03-Jan-2023 03:12:33 Progress (1): 76/141 kB error 03-Jan-2023 03:12:33 Progress (1): 79/141 kB error 03-Jan-2023 03:12:33 Progress (1): 81/141 kB error 03-Jan-2023 03:12:33 Progress (1): 84/141 kB error 03-Jan-2023 03:12:33 Progress (1): 87/141 kB error 03-Jan-2023 03:12:33 Progress (1): 90/141 kB error 03-Jan-2023 03:12:33 Progress (1): 93/141 kB error 03-Jan-2023 03:12:33 Progress (1): 95/141 kB error 03-Jan-2023 03:12:33 Progress (1): 98/141 kB error 03-Jan-2023 03:12:33 Progress (1): 101/141 kB error 03-Jan-2023 03:12:33 Progress (1): 104/141 kB error 03-Jan-2023 03:12:33 Progress (1): 107/141 kB error 03-Jan-2023 03:12:33 Progress (1): 109/141 kB error 03-Jan-2023 03:12:33 Progress (1): 112/141 kB error 03-Jan-2023 03:12:33 Progress (1): 115/141 kB error 03-Jan-2023 03:12:33 Progress (1): 118/141 kB error 03-Jan-2023 03:12:33 Progress (1): 120/141 kB error 03-Jan-2023 03:12:33 Progress (1): 123/141 kB error 03-Jan-2023 03:12:33 Progress (1): 126/141 kB error 03-Jan-2023 03:12:33 Progress (1): 129/141 kB error 03-Jan-2023 03:12:33 Progress (1): 132/141 kB error 03-Jan-2023 03:12:33 Progress (1): 134/141 kB error 03-Jan-2023 03:12:33 Progress (1): 137/141 kB error 03-Jan-2023 03:12:33 Progress (1): 140/141 kB error 03-Jan-2023 03:12:33 Progress (1): 141 kB error 03-Jan-2023 03:12:33 error 03-Jan-2023 03:12:33 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/reportingui-omod/1.11.0/reportingui-omod-1.11.0.jar (141 kB at 261 kB/s) error 03-Jan-2023 03:12:33 #18 196.6 [INFO] Configured Artifact: org.openmrs.module:coreapps-omod:1.38.0:jar error 03-Jan-2023 03:12:33 #18 196.6 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/coreapps-omod/1.38.0/coreapps-omod-1.38.0.pom error 03-Jan-2023 03:12:33 #18 196.8 Progress (1): 3.3/18 kB error 03-Jan-2023 03:12:34 Progress (1): 6.1/18 kB error 03-Jan-2023 03:12:34 Progress (1): 8.9/18 kB error 03-Jan-2023 03:12:34 Progress (1): 12/18 kB error 03-Jan-2023 03:12:34 Progress (1): 15/18 kB error 03-Jan-2023 03:12:34 Progress (1): 17/18 kB error 03-Jan-2023 03:12:34 Progress (1): 18 kB error 03-Jan-2023 03:12:34 error 03-Jan-2023 03:12:34 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/coreapps-omod/1.38.0/coreapps-omod-1.38.0.pom (18 kB at 79 kB/s) error 03-Jan-2023 03:12:34 #18 196.9 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/coreapps/1.38.0/coreapps-1.38.0.pom error 03-Jan-2023 03:12:34 #18 197.0 Progress (1): 3.3/12 kB error 03-Jan-2023 03:12:34 Progress (1): 6.1/12 kB error 03-Jan-2023 03:12:34 Progress (1): 8.9/12 kB error 03-Jan-2023 03:12:34 Progress (1): 12/12 kB error 03-Jan-2023 03:12:34 Progress (1): 12 kB error 03-Jan-2023 03:12:34 error 03-Jan-2023 03:12:34 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/coreapps/1.38.0/coreapps-1.38.0.pom (12 kB at 53 kB/s) error 03-Jan-2023 03:12:34 #18 197.1 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/coreapps-omod/1.38.0/coreapps-omod-1.38.0.jar error 03-Jan-2023 03:12:34 #18 197.4 Progress (1): 0/4.0 MB error 03-Jan-2023 03:12:34 Progress (1): 0.1/4.0 MB error 03-Jan-2023 03:12:34 Progress (1): 0.1/4.0 MB error 03-Jan-2023 03:12:34 Progress (1): 0.1/4.0 MB error 03-Jan-2023 03:12:34 Progress (1): 0.1/4.0 MB error 03-Jan-2023 03:12:34 Progress (1): 0.1/4.0 MB error 03-Jan-2023 03:12:34 Progress (1): 0.2/4.0 MB error 03-Jan-2023 03:12:34 Progress (1): 0.2/4.0 MB error 03-Jan-2023 03:12:34 Progress (1): 0.2/4.0 MB error 03-Jan-2023 03:12:34 Progress (1): 0.2/4.0 MB error 03-Jan-2023 03:12:34 Progress (1): 0.3/4.0 MB error 03-Jan-2023 03:12:34 Progress (1): 0.3/4.0 MB error 03-Jan-2023 03:12:34 Progress (1): 0.3/4.0 MB error 03-Jan-2023 03:12:34 Progress (1): 0.3/4.0 MB error 03-Jan-2023 03:12:34 Progress (1): 0.3/4.0 MB error 03-Jan-2023 03:12:34 Progress (1): 0.4/4.0 MB error 03-Jan-2023 03:12:34 Progress (1): 0.4/4.0 MB error 03-Jan-2023 03:12:34 Progress (1): 0.4/4.0 MB error 03-Jan-2023 03:12:34 Progress (1): 0.4/4.0 MB error 03-Jan-2023 03:12:34 Progress (1): 0.5/4.0 MB error 03-Jan-2023 03:12:34 Progress (1): 0.5/4.0 MB error 03-Jan-2023 03:12:34 Progress (1): 0.5/4.0 MB error 03-Jan-2023 03:12:34 Progress (1): 0.5/4.0 MB error 03-Jan-2023 03:12:34 Progress (1): 0.6/4.0 MB error 03-Jan-2023 03:12:34 Progress (1): 0.6/4.0 MB error 03-Jan-2023 03:12:34 Progress (1): 0.6/4.0 MB error 03-Jan-2023 03:12:34 Progress (1): 0.6/4.0 MB error 03-Jan-2023 03:12:34 Progress (1): 0.7/4.0 MB error 03-Jan-2023 03:12:34 Progress (1): 0.7/4.0 MB error 03-Jan-2023 03:12:34 Progress (1): 0.7/4.0 MB error 03-Jan-2023 03:12:34 Progress (1): 0.7/4.0 MB error 03-Jan-2023 03:12:34 Progress (1): 0.7/4.0 MB error 03-Jan-2023 03:12:34 Progress (1): 0.8/4.0 MB error 03-Jan-2023 03:12:34 Progress (1): 0.8/4.0 MB error 03-Jan-2023 03:12:34 Progress (1): 0.8/4.0 MB error 03-Jan-2023 03:12:34 Progress (1): 0.8/4.0 MB error 03-Jan-2023 03:12:34 Progress (1): 0.9/4.0 MB error 03-Jan-2023 03:12:34 Progress (1): 0.9/4.0 MB error 03-Jan-2023 03:12:34 Progress (1): 0.9/4.0 MB error 03-Jan-2023 03:12:34 Progress (1): 0.9/4.0 MB error 03-Jan-2023 03:12:34 Progress (1): 1.0/4.0 MB error 03-Jan-2023 03:12:34 Progress (1): 1.0/4.0 MB error 03-Jan-2023 03:12:34 Progress (1): 1.0/4.0 MB error 03-Jan-2023 03:12:34 Progress (1): 1.0/4.0 MB error 03-Jan-2023 03:12:34 Progress (1): 1.1/4.0 MB error 03-Jan-2023 03:12:34 Progress (1): 1.1/4.0 MB error 03-Jan-2023 03:12:34 Progress (1): 1.1/4.0 MB error 03-Jan-2023 03:12:34 Progress (1): 1.1/4.0 MB error 03-Jan-2023 03:12:34 Progress (1): 1.1/4.0 MB error 03-Jan-2023 03:12:34 Progress (1): 1.2/4.0 MB error 03-Jan-2023 03:12:34 Progress (1): 1.2/4.0 MB error 03-Jan-2023 03:12:34 Progress (1): 1.2/4.0 MB error 03-Jan-2023 03:12:34 Progress (1): 1.2/4.0 MB error 03-Jan-2023 03:12:34 Progress (1): 1.3/4.0 MB error 03-Jan-2023 03:12:34 Progress (1): 1.3/4.0 MB error 03-Jan-2023 03:12:34 Progress (1): 1.3/4.0 MB error 03-Jan-2023 03:12:34 Progress (1): 1.3/4.0 MB error 03-Jan-2023 03:12:34 Progress (1): 1.4/4.0 MB error 03-Jan-2023 03:12:34 Progress (1): 1.4/4.0 MB error 03-Jan-2023 03:12:34 Progress (1): 1.4/4.0 MB error 03-Jan-2023 03:12:34 Progress (1): 1.4/4.0 MB error 03-Jan-2023 03:12:34 Progress (1): 1.5/4.0 MB error 03-Jan-2023 03:12:34 Progress (1): 1.5/4.0 MB error 03-Jan-2023 03:12:34 Progress (1): 1.5/4.0 MB error 03-Jan-2023 03:12:34 Progress (1): 1.5/4.0 MB error 03-Jan-2023 03:12:34 Progress (1): 1.6/4.0 MB error 03-Jan-2023 03:12:34 Progress (1): 1.6/4.0 MB error 03-Jan-2023 03:12:34 Progress (1): 1.6/4.0 MB error 03-Jan-2023 03:12:34 Progress (1): 1.6/4.0 MB error 03-Jan-2023 03:12:34 Progress (1): 1.6/4.0 MB error 03-Jan-2023 03:12:34 Progress (1): 1.7/4.0 MB error 03-Jan-2023 03:12:34 Progress (1): 1.7/4.0 MB error 03-Jan-2023 03:12:34 Progress (1): 1.7/4.0 MB error 03-Jan-2023 03:12:34 Progress (1): 1.7/4.0 MB error 03-Jan-2023 03:12:34 Progress (1): 1.8/4.0 MB error 03-Jan-2023 03:12:34 Progress (1): 1.8/4.0 MB error 03-Jan-2023 03:12:34 Progress (1): 1.8/4.0 MB error 03-Jan-2023 03:12:34 Progress (1): 1.8/4.0 MB error 03-Jan-2023 03:12:34 Progress (1): 1.9/4.0 MB error 03-Jan-2023 03:12:34 Progress (1): 1.9/4.0 MB error 03-Jan-2023 03:12:34 Progress (1): 1.9/4.0 MB error 03-Jan-2023 03:12:34 Progress (1): 1.9/4.0 MB error 03-Jan-2023 03:12:34 Progress (1): 1.9/4.0 MB error 03-Jan-2023 03:12:34 Progress (1): 2.0/4.0 MB error 03-Jan-2023 03:12:34 Progress (1): 2.0/4.0 MB error 03-Jan-2023 03:12:34 Progress (1): 2.0/4.0 MB error 03-Jan-2023 03:12:34 Progress (1): 2.0/4.0 MB error 03-Jan-2023 03:12:34 Progress (1): 2.1/4.0 MB error 03-Jan-2023 03:12:34 Progress (1): 2.1/4.0 MB error 03-Jan-2023 03:12:34 Progress (1): 2.1/4.0 MB error 03-Jan-2023 03:12:34 Progress (1): 2.1/4.0 MB error 03-Jan-2023 03:12:34 Progress (1): 2.1/4.0 MB error 03-Jan-2023 03:12:34 Progress (1): 2.2/4.0 MB error 03-Jan-2023 03:12:34 Progress (1): 2.2/4.0 MB error 03-Jan-2023 03:12:34 Progress (1): 2.2/4.0 MB error 03-Jan-2023 03:12:34 Progress (1): 2.2/4.0 MB error 03-Jan-2023 03:12:34 Progress (1): 2.2/4.0 MB error 03-Jan-2023 03:12:34 Progress (1): 2.3/4.0 MB error 03-Jan-2023 03:12:34 Progress (1): 2.3/4.0 MB error 03-Jan-2023 03:12:34 Progress (1): 2.3/4.0 MB error 03-Jan-2023 03:12:34 Progress (1): 2.3/4.0 MB error 03-Jan-2023 03:12:34 Progress (1): 2.4/4.0 MB error 03-Jan-2023 03:12:34 Progress (1): 2.4/4.0 MB error 03-Jan-2023 03:12:34 Progress (1): 2.4/4.0 MB error 03-Jan-2023 03:12:34 Progress (1): 2.4/4.0 MB error 03-Jan-2023 03:12:34 Progress (1): 2.5/4.0 MB error 03-Jan-2023 03:12:34 Progress (1): 2.5/4.0 MB error 03-Jan-2023 03:12:34 Progress (1): 2.5/4.0 MB error 03-Jan-2023 03:12:34 Progress (1): 2.5/4.0 MB error 03-Jan-2023 03:12:34 Progress (1): 2.5/4.0 MB error 03-Jan-2023 03:12:34 Progress (1): 2.6/4.0 MB error 03-Jan-2023 03:12:34 Progress (1): 2.6/4.0 MB error 03-Jan-2023 03:12:34 Progress (1): 2.6/4.0 MB error 03-Jan-2023 03:12:34 Progress (1): 2.6/4.0 MB error 03-Jan-2023 03:12:34 Progress (1): 2.7/4.0 MB error 03-Jan-2023 03:12:34 Progress (1): 2.7/4.0 MB error 03-Jan-2023 03:12:34 Progress (1): 2.7/4.0 MB error 03-Jan-2023 03:12:34 Progress (1): 2.7/4.0 MB error 03-Jan-2023 03:12:34 Progress (1): 2.8/4.0 MB error 03-Jan-2023 03:12:34 Progress (1): 2.8/4.0 MB error 03-Jan-2023 03:12:34 Progress (1): 2.8/4.0 MB error 03-Jan-2023 03:12:34 Progress (1): 2.8/4.0 MB error 03-Jan-2023 03:12:34 Progress (1): 2.8/4.0 MB error 03-Jan-2023 03:12:34 Progress (1): 2.9/4.0 MB error 03-Jan-2023 03:12:34 Progress (1): 2.9/4.0 MB error 03-Jan-2023 03:12:34 Progress (1): 2.9/4.0 MB error 03-Jan-2023 03:12:34 Progress (1): 2.9/4.0 MB error 03-Jan-2023 03:12:35 Progress (1): 2.9/4.0 MB error 03-Jan-2023 03:12:35 Progress (1): 3.0/4.0 MB error 03-Jan-2023 03:12:35 Progress (1): 3.0/4.0 MB error 03-Jan-2023 03:12:35 Progress (1): 3.0/4.0 MB error 03-Jan-2023 03:12:35 Progress (1): 3.0/4.0 MB error 03-Jan-2023 03:12:35 Progress (1): 3.1/4.0 MB error 03-Jan-2023 03:12:35 Progress (1): 3.1/4.0 MB error 03-Jan-2023 03:12:35 Progress (1): 3.1/4.0 MB error 03-Jan-2023 03:12:35 Progress (1): 3.1/4.0 MB error 03-Jan-2023 03:12:35 Progress (1): 3.2/4.0 MB error 03-Jan-2023 03:12:35 Progress (1): 3.2/4.0 MB error 03-Jan-2023 03:12:35 Progress (1): 3.2/4.0 MB error 03-Jan-2023 03:12:35 Progress (1): 3.2/4.0 MB error 03-Jan-2023 03:12:35 Progress (1): 3.3/4.0 MB error 03-Jan-2023 03:12:35 Progress (1): 3.3/4.0 MB error 03-Jan-2023 03:12:35 Progress (1): 3.3/4.0 MB error 03-Jan-2023 03:12:35 Progress (1): 3.3/4.0 MB error 03-Jan-2023 03:12:35 Progress (1): 3.3/4.0 MB error 03-Jan-2023 03:12:35 Progress (1): 3.4/4.0 MB error 03-Jan-2023 03:12:35 Progress (1): 3.4/4.0 MB error 03-Jan-2023 03:12:35 Progress (1): 3.4/4.0 MB error 03-Jan-2023 03:12:35 Progress (1): 3.4/4.0 MB error 03-Jan-2023 03:12:35 Progress (1): 3.5/4.0 MB error 03-Jan-2023 03:12:35 Progress (1): 3.5/4.0 MB error 03-Jan-2023 03:12:35 Progress (1): 3.5/4.0 MB error 03-Jan-2023 03:12:35 Progress (1): 3.5/4.0 MB error 03-Jan-2023 03:12:35 Progress (1): 3.6/4.0 MB error 03-Jan-2023 03:12:35 Progress (1): 3.6/4.0 MB error 03-Jan-2023 03:12:35 Progress (1): 3.6/4.0 MB error 03-Jan-2023 03:12:35 Progress (1): 3.6/4.0 MB error 03-Jan-2023 03:12:35 Progress (1): 3.7/4.0 MB error 03-Jan-2023 03:12:35 Progress (1): 3.7/4.0 MB error 03-Jan-2023 03:12:35 Progress (1): 3.7/4.0 MB error 03-Jan-2023 03:12:35 Progress (1): 3.7/4.0 MB error 03-Jan-2023 03:12:35 Progress (1): 3.8/4.0 MB error 03-Jan-2023 03:12:35 Progress (1): 3.8/4.0 MB error 03-Jan-2023 03:12:35 Progress (1): 3.8/4.0 MB error 03-Jan-2023 03:12:35 Progress (1): 3.8/4.0 MB error 03-Jan-2023 03:12:35 Progress (1): 3.8/4.0 MB error 03-Jan-2023 03:12:35 Progress (1): 3.9/4.0 MB error 03-Jan-2023 03:12:35 Progress (1): 3.9/4.0 MB error 03-Jan-2023 03:12:35 Progress (1): 3.9/4.0 MB error 03-Jan-2023 03:12:35 Progress (1): 3.9/4.0 MB error 03-Jan-2023 03:12:35 Progress (1): 4.0/4.0 MB error 03-Jan-2023 03:12:35 Progress (1): 4.0 MB error 03-Jan-2023 03:12:35 error 03-Jan-2023 03:12:35 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/coreapps-omod/1.38.0/coreapps-omod-1.38.0.jar (4.0 MB at 4.9 MB/s) error 03-Jan-2023 03:12:35 #18 197.9 [INFO] Configured Artifact: org.openmrs.module:reportingcompatibility-omod:2.0.9:jar error 03-Jan-2023 03:12:35 #18 197.9 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/reportingcompatibility-omod/2.0.9/reportingcompatibility-omod-2.0.9.pom error 03-Jan-2023 03:12:35 #18 198.1 Progress (1): 3.3/4.1 kB error 03-Jan-2023 03:12:35 Progress (1): 4.1 kB error 03-Jan-2023 03:12:35 error 03-Jan-2023 03:12:35 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/reportingcompatibility-omod/2.0.9/reportingcompatibility-omod-2.0.9.pom (4.1 kB at 17 kB/s) error 03-Jan-2023 03:12:35 #18 198.2 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/reportingcompatibility/2.0.9/reportingcompatibility-2.0.9.pom error 03-Jan-2023 03:12:35 #18 198.3 Progress (1): 3.3/4.3 kB error 03-Jan-2023 03:12:35 Progress (1): 4.3 kB error 03-Jan-2023 03:12:35 error 03-Jan-2023 03:12:35 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/reportingcompatibility/2.0.9/reportingcompatibility-2.0.9.pom (4.3 kB at 19 kB/s) error 03-Jan-2023 03:12:35 #18 198.4 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/reportingcompatibility-omod/2.0.9/reportingcompatibility-omod-2.0.9.jar error 03-Jan-2023 03:12:35 #18 198.7 Progress (1): 4.1/775 kB error 03-Jan-2023 03:12:36 Progress (1): 8.2/775 kB error 03-Jan-2023 03:12:36 Progress (1): 12/775 kB error 03-Jan-2023 03:12:36 Progress (1): 16/775 kB error 03-Jan-2023 03:12:36 Progress (1): 20/775 kB error 03-Jan-2023 03:12:36 Progress (1): 24/775 kB error 03-Jan-2023 03:12:36 Progress (1): 28/775 kB error 03-Jan-2023 03:12:36 Progress (1): 32/775 kB error 03-Jan-2023 03:12:36 Progress (1): 36/775 kB error 03-Jan-2023 03:12:36 Progress (1): 40/775 kB error 03-Jan-2023 03:12:36 Progress (1): 44/775 kB error 03-Jan-2023 03:12:36 Progress (1): 48/775 kB error 03-Jan-2023 03:12:36 Progress (1): 51/775 kB error 03-Jan-2023 03:12:36 Progress (1): 55/775 kB error 03-Jan-2023 03:12:36 Progress (1): 59/775 kB error 03-Jan-2023 03:12:36 Progress (1): 62/775 kB error 03-Jan-2023 03:12:36 Progress (1): 66/775 kB error 03-Jan-2023 03:12:36 Progress (1): 70/775 kB error 03-Jan-2023 03:12:36 Progress (1): 75/775 kB error 03-Jan-2023 03:12:36 Progress (1): 79/775 kB error 03-Jan-2023 03:12:36 Progress (1): 83/775 kB error 03-Jan-2023 03:12:36 Progress (1): 87/775 kB error 03-Jan-2023 03:12:36 Progress (1): 91/775 kB error 03-Jan-2023 03:12:36 Progress (1): 95/775 kB error 03-Jan-2023 03:12:36 Progress (1): 97/775 kB error 03-Jan-2023 03:12:36 Progress (1): 101/775 kB error 03-Jan-2023 03:12:36 Progress (1): 105/775 kB error 03-Jan-2023 03:12:36 Progress (1): 109/775 kB error 03-Jan-2023 03:12:36 Progress (1): 114/775 kB error 03-Jan-2023 03:12:36 Progress (1): 116/775 kB error 03-Jan-2023 03:12:36 Progress (1): 120/775 kB error 03-Jan-2023 03:12:36 Progress (1): 124/775 kB error 03-Jan-2023 03:12:36 Progress (1): 129/775 kB error 03-Jan-2023 03:12:36 Progress (1): 133/775 kB error 03-Jan-2023 03:12:36 Progress (1): 137/775 kB error 03-Jan-2023 03:12:36 Progress (1): 141/775 kB error 03-Jan-2023 03:12:36 Progress (1): 145/775 kB error 03-Jan-2023 03:12:36 Progress (1): 149/775 kB error 03-Jan-2023 03:12:36 Progress (1): 153/775 kB error 03-Jan-2023 03:12:36 Progress (1): 157/775 kB error 03-Jan-2023 03:12:36 Progress (1): 161/775 kB error 03-Jan-2023 03:12:36 Progress (1): 165/775 kB error 03-Jan-2023 03:12:36 Progress (1): 170/775 kB error 03-Jan-2023 03:12:36 Progress (1): 174/775 kB error 03-Jan-2023 03:12:36 Progress (1): 178/775 kB error 03-Jan-2023 03:12:36 Progress (1): 182/775 kB error 03-Jan-2023 03:12:36 Progress (1): 186/775 kB error 03-Jan-2023 03:12:36 Progress (1): 188/775 kB error 03-Jan-2023 03:12:36 Progress (1): 192/775 kB error 03-Jan-2023 03:12:36 Progress (1): 196/775 kB error 03-Jan-2023 03:12:36 Progress (1): 201/775 kB error 03-Jan-2023 03:12:36 Progress (1): 205/775 kB error 03-Jan-2023 03:12:36 Progress (1): 209/775 kB error 03-Jan-2023 03:12:36 Progress (1): 213/775 kB error 03-Jan-2023 03:12:36 Progress (1): 217/775 kB error 03-Jan-2023 03:12:36 Progress (1): 221/775 kB error 03-Jan-2023 03:12:36 Progress (1): 225/775 kB error 03-Jan-2023 03:12:36 Progress (1): 229/775 kB error 03-Jan-2023 03:12:36 Progress (1): 232/775 kB error 03-Jan-2023 03:12:36 Progress (1): 236/775 kB error 03-Jan-2023 03:12:36 Progress (1): 240/775 kB error 03-Jan-2023 03:12:36 Progress (1): 244/775 kB error 03-Jan-2023 03:12:36 Progress (1): 249/775 kB error 03-Jan-2023 03:12:36 Progress (1): 251/775 kB error 03-Jan-2023 03:12:36 Progress (1): 255/775 kB error 03-Jan-2023 03:12:36 Progress (1): 259/775 kB error 03-Jan-2023 03:12:36 Progress (1): 264/775 kB error 03-Jan-2023 03:12:36 Progress (1): 268/775 kB error 03-Jan-2023 03:12:36 Progress (1): 272/775 kB error 03-Jan-2023 03:12:36 Progress (1): 276/775 kB error 03-Jan-2023 03:12:36 Progress (1): 280/775 kB error 03-Jan-2023 03:12:36 Progress (1): 284/775 kB error 03-Jan-2023 03:12:36 Progress (1): 288/775 kB error 03-Jan-2023 03:12:36 Progress (1): 292/775 kB error 03-Jan-2023 03:12:36 Progress (1): 296/775 kB error 03-Jan-2023 03:12:36 Progress (1): 300/775 kB error 03-Jan-2023 03:12:36 Progress (1): 305/775 kB error 03-Jan-2023 03:12:36 Progress (1): 309/775 kB error 03-Jan-2023 03:12:36 Progress (1): 313/775 kB error 03-Jan-2023 03:12:36 Progress (1): 317/775 kB error 03-Jan-2023 03:12:36 Progress (1): 321/775 kB error 03-Jan-2023 03:12:36 Progress (1): 323/775 kB error 03-Jan-2023 03:12:36 Progress (1): 327/775 kB error 03-Jan-2023 03:12:36 Progress (1): 331/775 kB error 03-Jan-2023 03:12:36 Progress (1): 336/775 kB error 03-Jan-2023 03:12:36 Progress (1): 340/775 kB error 03-Jan-2023 03:12:36 Progress (1): 344/775 kB error 03-Jan-2023 03:12:36 Progress (1): 348/775 kB error 03-Jan-2023 03:12:36 Progress (1): 352/775 kB error 03-Jan-2023 03:12:36 Progress (1): 356/775 kB error 03-Jan-2023 03:12:36 Progress (1): 360/775 kB error 03-Jan-2023 03:12:36 Progress (1): 364/775 kB error 03-Jan-2023 03:12:36 Progress (1): 368/775 kB error 03-Jan-2023 03:12:36 Progress (1): 372/775 kB error 03-Jan-2023 03:12:36 Progress (1): 377/775 kB error 03-Jan-2023 03:12:36 Progress (1): 381/775 kB error 03-Jan-2023 03:12:36 Progress (1): 385/775 kB error 03-Jan-2023 03:12:36 Progress (1): 389/775 kB error 03-Jan-2023 03:12:36 Progress (1): 393/775 kB error 03-Jan-2023 03:12:36 Progress (1): 397/775 kB error 03-Jan-2023 03:12:36 Progress (1): 401/775 kB error 03-Jan-2023 03:12:36 Progress (1): 404/775 kB error 03-Jan-2023 03:12:36 Progress (1): 408/775 kB error 03-Jan-2023 03:12:36 Progress (1): 412/775 kB error 03-Jan-2023 03:12:36 Progress (1): 416/775 kB error 03-Jan-2023 03:12:36 Progress (1): 420/775 kB error 03-Jan-2023 03:12:36 Progress (1): 424/775 kB error 03-Jan-2023 03:12:36 Progress (1): 428/775 kB error 03-Jan-2023 03:12:36 Progress (1): 431/775 kB error 03-Jan-2023 03:12:36 Progress (1): 435/775 kB error 03-Jan-2023 03:12:36 Progress (1): 439/775 kB error 03-Jan-2023 03:12:36 Progress (1): 443/775 kB error 03-Jan-2023 03:12:36 Progress (1): 447/775 kB error 03-Jan-2023 03:12:36 Progress (1): 449/775 kB error 03-Jan-2023 03:12:36 Progress (1): 453/775 kB error 03-Jan-2023 03:12:36 Progress (1): 457/775 kB error 03-Jan-2023 03:12:36 Progress (1): 462/775 kB error 03-Jan-2023 03:12:36 Progress (1): 466/775 kB error 03-Jan-2023 03:12:36 Progress (1): 470/775 kB error 03-Jan-2023 03:12:36 Progress (1): 474/775 kB error 03-Jan-2023 03:12:36 Progress (1): 478/775 kB error 03-Jan-2023 03:12:36 Progress (1): 482/775 kB error 03-Jan-2023 03:12:36 Progress (1): 485/775 kB error 03-Jan-2023 03:12:36 Progress (1): 489/775 kB error 03-Jan-2023 03:12:36 Progress (1): 493/775 kB error 03-Jan-2023 03:12:36 Progress (1): 498/775 kB error 03-Jan-2023 03:12:36 Progress (1): 502/775 kB error 03-Jan-2023 03:12:36 Progress (1): 506/775 kB error 03-Jan-2023 03:12:36 Progress (1): 510/775 kB error 03-Jan-2023 03:12:36 Progress (1): 512/775 kB error 03-Jan-2023 03:12:36 Progress (1): 516/775 kB error 03-Jan-2023 03:12:36 Progress (1): 520/775 kB error 03-Jan-2023 03:12:36 Progress (1): 525/775 kB error 03-Jan-2023 03:12:36 Progress (1): 529/775 kB error 03-Jan-2023 03:12:36 Progress (1): 533/775 kB error 03-Jan-2023 03:12:36 Progress (1): 537/775 kB error 03-Jan-2023 03:12:36 Progress (1): 541/775 kB error 03-Jan-2023 03:12:36 Progress (1): 545/775 kB error 03-Jan-2023 03:12:36 Progress (1): 549/775 kB error 03-Jan-2023 03:12:36 Progress (1): 553/775 kB error 03-Jan-2023 03:12:36 Progress (1): 557/775 kB error 03-Jan-2023 03:12:36 Progress (1): 561/775 kB error 03-Jan-2023 03:12:36 Progress (1): 566/775 kB error 03-Jan-2023 03:12:36 Progress (1): 570/775 kB error 03-Jan-2023 03:12:36 Progress (1): 573/775 kB error 03-Jan-2023 03:12:36 Progress (1): 577/775 kB error 03-Jan-2023 03:12:36 Progress (1): 581/775 kB error 03-Jan-2023 03:12:36 Progress (1): 585/775 kB error 03-Jan-2023 03:12:36 Progress (1): 589/775 kB error 03-Jan-2023 03:12:36 Progress (1): 593/775 kB error 03-Jan-2023 03:12:36 Progress (1): 597/775 kB error 03-Jan-2023 03:12:36 Progress (1): 601/775 kB error 03-Jan-2023 03:12:36 Progress (1): 605/775 kB error 03-Jan-2023 03:12:36 Progress (1): 609/775 kB error 03-Jan-2023 03:12:36 Progress (1): 613/775 kB error 03-Jan-2023 03:12:36 Progress (1): 618/775 kB error 03-Jan-2023 03:12:36 Progress (1): 620/775 kB error 03-Jan-2023 03:12:36 Progress (1): 624/775 kB error 03-Jan-2023 03:12:36 Progress (1): 628/775 kB error 03-Jan-2023 03:12:36 Progress (1): 632/775 kB error 03-Jan-2023 03:12:36 Progress (1): 636/775 kB error 03-Jan-2023 03:12:36 Progress (1): 638/775 kB error 03-Jan-2023 03:12:36 Progress (1): 642/775 kB error 03-Jan-2023 03:12:36 Progress (1): 646/775 kB error 03-Jan-2023 03:12:36 Progress (1): 651/775 kB error 03-Jan-2023 03:12:36 Progress (1): 655/775 kB error 03-Jan-2023 03:12:36 Progress (1): 659/775 kB error 03-Jan-2023 03:12:36 Progress (1): 663/775 kB error 03-Jan-2023 03:12:36 Progress (1): 667/775 kB error 03-Jan-2023 03:12:36 Progress (1): 671/775 kB error 03-Jan-2023 03:12:36 Progress (1): 675/775 kB error 03-Jan-2023 03:12:36 Progress (1): 679/775 kB error 03-Jan-2023 03:12:36 Progress (1): 682/775 kB error 03-Jan-2023 03:12:36 Progress (1): 686/775 kB error 03-Jan-2023 03:12:36 Progress (1): 690/775 kB error 03-Jan-2023 03:12:36 Progress (1): 694/775 kB error 03-Jan-2023 03:12:36 Progress (1): 699/775 kB error 03-Jan-2023 03:12:36 Progress (1): 703/775 kB error 03-Jan-2023 03:12:36 Progress (1): 707/775 kB error 03-Jan-2023 03:12:36 Progress (1): 710/775 kB error 03-Jan-2023 03:12:36 Progress (1): 714/775 kB error 03-Jan-2023 03:12:36 Progress (1): 718/775 kB error 03-Jan-2023 03:12:36 Progress (1): 723/775 kB error 03-Jan-2023 03:12:36 Progress (1): 727/775 kB error 03-Jan-2023 03:12:36 Progress (1): 731/775 kB error 03-Jan-2023 03:12:36 Progress (1): 735/775 kB error 03-Jan-2023 03:12:36 Progress (1): 739/775 kB error 03-Jan-2023 03:12:36 Progress (1): 743/775 kB error 03-Jan-2023 03:12:36 Progress (1): 747/775 kB error 03-Jan-2023 03:12:36 Progress (1): 751/775 kB error 03-Jan-2023 03:12:36 Progress (1): 755/775 kB error 03-Jan-2023 03:12:36 Progress (1): 759/775 kB error 03-Jan-2023 03:12:36 Progress (1): 764/775 kB error 03-Jan-2023 03:12:36 Progress (1): 768/775 kB error 03-Jan-2023 03:12:36 Progress (1): 772/775 kB error 03-Jan-2023 03:12:36 Progress (1): 775 kB error 03-Jan-2023 03:12:36 error 03-Jan-2023 03:12:36 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/reportingcompatibility-omod/2.0.9/reportingcompatibility-omod-2.0.9.jar (775 kB at 1.5 MB/s) error 03-Jan-2023 03:12:36 #18 199.0 [INFO] Configured Artifact: org.openmrs.module:reporting-omod:1.25.0:jar error 03-Jan-2023 03:12:36 #18 199.0 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/reporting-omod/1.25.0/reporting-omod-1.25.0.pom error 03-Jan-2023 03:12:36 #18 199.1 Progress (1): 3.3/4.1 kB error 03-Jan-2023 03:12:36 Progress (1): 4.1 kB error 03-Jan-2023 03:12:36 error 03-Jan-2023 03:12:36 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/reporting-omod/1.25.0/reporting-omod-1.25.0.pom (4.1 kB at 17 kB/s) error 03-Jan-2023 03:12:36 #18 199.3 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/reporting/1.25.0/reporting-1.25.0.pom error 03-Jan-2023 03:12:36 #18 199.4 Progress (1): 3.3/19 kB error 03-Jan-2023 03:12:36 Progress (1): 6.1/19 kB error 03-Jan-2023 03:12:36 Progress (1): 8.9/19 kB error 03-Jan-2023 03:12:36 Progress (1): 12/19 kB error 03-Jan-2023 03:12:36 Progress (1): 15/19 kB error 03-Jan-2023 03:12:36 Progress (1): 17/19 kB error 03-Jan-2023 03:12:36 Progress (1): 19 kB error 03-Jan-2023 03:12:36 error 03-Jan-2023 03:12:36 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/reporting/1.25.0/reporting-1.25.0.pom (19 kB at 63 kB/s) error 03-Jan-2023 03:12:36 #18 199.6 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/reporting-omod/1.25.0/reporting-omod-1.25.0.jar error 03-Jan-2023 03:12:37 #18 199.9 Progress (1): 0.1/17 MB error 03-Jan-2023 03:12:37 Progress (1): 0.2/17 MB error 03-Jan-2023 03:12:37 Progress (1): 0.3/17 MB error 03-Jan-2023 03:12:37 Progress (1): 0.3/17 MB error 03-Jan-2023 03:12:37 Progress (1): 0.4/17 MB error 03-Jan-2023 03:12:37 Progress (1): 0.5/17 MB error 03-Jan-2023 03:12:37 Progress (1): 0.6/17 MB error 03-Jan-2023 03:12:37 Progress (1): 0.7/17 MB error 03-Jan-2023 03:12:37 Progress (1): 0.8/17 MB error 03-Jan-2023 03:12:37 Progress (1): 0.9/17 MB error 03-Jan-2023 03:12:37 Progress (1): 0.9/17 MB error 03-Jan-2023 03:12:37 Progress (1): 1.0/17 MB error 03-Jan-2023 03:12:37 Progress (1): 1.1/17 MB error 03-Jan-2023 03:12:37 Progress (1): 1.2/17 MB error 03-Jan-2023 03:12:37 Progress (1): 1.3/17 MB error 03-Jan-2023 03:12:37 Progress (1): 1.4/17 MB error 03-Jan-2023 03:12:37 Progress (1): 1.5/17 MB error 03-Jan-2023 03:12:37 Progress (1): 1.5/17 MB error 03-Jan-2023 03:12:37 Progress (1): 1.6/17 MB error 03-Jan-2023 03:12:37 Progress (1): 1.7/17 MB error 03-Jan-2023 03:12:37 Progress (1): 1.8/17 MB error 03-Jan-2023 03:12:37 Progress (1): 1.9/17 MB error 03-Jan-2023 03:12:37 Progress (1): 2.0/17 MB error 03-Jan-2023 03:12:37 Progress (1): 2.1/17 MB error 03-Jan-2023 03:12:37 Progress (1): 2.1/17 MB error 03-Jan-2023 03:12:37 Progress (1): 2.2/17 MB error 03-Jan-2023 03:12:37 Progress (1): 2.3/17 MB error 03-Jan-2023 03:12:37 Progress (1): 2.4/17 MB error 03-Jan-2023 03:12:37 Progress (1): 2.5/17 MB error 03-Jan-2023 03:12:37 Progress (1): 2.6/17 MB error 03-Jan-2023 03:12:37 Progress (1): 2.7/17 MB error 03-Jan-2023 03:12:37 Progress (1): 2.8/17 MB error 03-Jan-2023 03:12:37 Progress (1): 2.8/17 MB error 03-Jan-2023 03:12:37 Progress (1): 2.9/17 MB error 03-Jan-2023 03:12:37 Progress (1): 3.0/17 MB error 03-Jan-2023 03:12:37 Progress (1): 3.1/17 MB error 03-Jan-2023 03:12:37 Progress (1): 3.2/17 MB error 03-Jan-2023 03:12:37 Progress (1): 3.3/17 MB error 03-Jan-2023 03:12:37 Progress (1): 3.4/17 MB error 03-Jan-2023 03:12:37 Progress (1): 3.5/17 MB error 03-Jan-2023 03:12:37 Progress (1): 3.5/17 MB error 03-Jan-2023 03:12:37 Progress (1): 3.6/17 MB error 03-Jan-2023 03:12:37 Progress (1): 3.7/17 MB error 03-Jan-2023 03:12:37 Progress (1): 3.8/17 MB error 03-Jan-2023 03:12:37 Progress (1): 3.9/17 MB error 03-Jan-2023 03:12:37 Progress (1): 4.0/17 MB error 03-Jan-2023 03:12:37 Progress (1): 4.1/17 MB error 03-Jan-2023 03:12:37 Progress (1): 4.1/17 MB error 03-Jan-2023 03:12:37 Progress (1): 4.2/17 MB error 03-Jan-2023 03:12:37 Progress (1): 4.3/17 MB error 03-Jan-2023 03:12:37 Progress (1): 4.4/17 MB error 03-Jan-2023 03:12:37 Progress (1): 4.5/17 MB error 03-Jan-2023 03:12:37 Progress (1): 4.6/17 MB error 03-Jan-2023 03:12:37 Progress (1): 4.7/17 MB error 03-Jan-2023 03:12:37 Progress (1): 4.7/17 MB error 03-Jan-2023 03:12:37 Progress (1): 4.8/17 MB error 03-Jan-2023 03:12:37 Progress (1): 4.9/17 MB error 03-Jan-2023 03:12:37 Progress (1): 5.0/17 MB error 03-Jan-2023 03:12:37 Progress (1): 5.1/17 MB error 03-Jan-2023 03:12:37 Progress (1): 5.1/17 MB error 03-Jan-2023 03:12:37 Progress (1): 5.2/17 MB error 03-Jan-2023 03:12:37 Progress (1): 5.3/17 MB error 03-Jan-2023 03:12:37 Progress (1): 5.4/17 MB error 03-Jan-2023 03:12:37 Progress (1): 5.5/17 MB error 03-Jan-2023 03:12:37 Progress (1): 5.6/17 MB error 03-Jan-2023 03:12:37 Progress (1): 5.6/17 MB error 03-Jan-2023 03:12:37 Progress (1): 5.7/17 MB error 03-Jan-2023 03:12:37 Progress (1): 5.8/17 MB error 03-Jan-2023 03:12:37 Progress (1): 5.9/17 MB error 03-Jan-2023 03:12:37 Progress (1): 6.0/17 MB error 03-Jan-2023 03:12:37 Progress (1): 6.0/17 MB error 03-Jan-2023 03:12:37 Progress (1): 6.1/17 MB error 03-Jan-2023 03:12:37 Progress (1): 6.2/17 MB error 03-Jan-2023 03:12:37 Progress (1): 6.3/17 MB error 03-Jan-2023 03:12:37 Progress (1): 6.4/17 MB error 03-Jan-2023 03:12:37 Progress (1): 6.5/17 MB error 03-Jan-2023 03:12:37 Progress (1): 6.5/17 MB error 03-Jan-2023 03:12:37 Progress (1): 6.6/17 MB error 03-Jan-2023 03:12:37 Progress (1): 6.7/17 MB error 03-Jan-2023 03:12:37 Progress (1): 6.8/17 MB error 03-Jan-2023 03:12:37 Progress (1): 6.9/17 MB error 03-Jan-2023 03:12:37 Progress (1): 6.9/17 MB error 03-Jan-2023 03:12:37 Progress (1): 7.0/17 MB error 03-Jan-2023 03:12:37 Progress (1): 7.1/17 MB error 03-Jan-2023 03:12:37 Progress (1): 7.2/17 MB error 03-Jan-2023 03:12:37 Progress (1): 7.3/17 MB error 03-Jan-2023 03:12:37 Progress (1): 7.4/17 MB error 03-Jan-2023 03:12:37 Progress (1): 7.4/17 MB error 03-Jan-2023 03:12:37 Progress (1): 7.5/17 MB error 03-Jan-2023 03:12:37 Progress (1): 7.6/17 MB error 03-Jan-2023 03:12:37 Progress (1): 7.7/17 MB error 03-Jan-2023 03:12:37 Progress (1): 7.8/17 MB error 03-Jan-2023 03:12:37 Progress (1): 7.8/17 MB error 03-Jan-2023 03:12:37 Progress (1): 7.9/17 MB error 03-Jan-2023 03:12:37 Progress (1): 8.0/17 MB error 03-Jan-2023 03:12:37 Progress (1): 8.1/17 MB error 03-Jan-2023 03:12:37 Progress (1): 8.2/17 MB error 03-Jan-2023 03:12:37 Progress (1): 8.3/17 MB error 03-Jan-2023 03:12:37 Progress (1): 8.3/17 MB error 03-Jan-2023 03:12:37 Progress (1): 8.4/17 MB error 03-Jan-2023 03:12:37 Progress (1): 8.5/17 MB error 03-Jan-2023 03:12:37 Progress (1): 8.6/17 MB error 03-Jan-2023 03:12:37 Progress (1): 8.7/17 MB error 03-Jan-2023 03:12:37 Progress (1): 8.7/17 MB error 03-Jan-2023 03:12:37 Progress (1): 8.8/17 MB error 03-Jan-2023 03:12:37 Progress (1): 8.9/17 MB error 03-Jan-2023 03:12:37 Progress (1): 9.0/17 MB error 03-Jan-2023 03:12:37 Progress (1): 9.1/17 MB error 03-Jan-2023 03:12:37 Progress (1): 9.2/17 MB error 03-Jan-2023 03:12:37 Progress (1): 9.2/17 MB error 03-Jan-2023 03:12:37 Progress (1): 9.3/17 MB error 03-Jan-2023 03:12:37 Progress (1): 9.4/17 MB error 03-Jan-2023 03:12:37 Progress (1): 9.5/17 MB error 03-Jan-2023 03:12:37 Progress (1): 9.6/17 MB error 03-Jan-2023 03:12:37 Progress (1): 9.6/17 MB error 03-Jan-2023 03:12:37 Progress (1): 9.7/17 MB error 03-Jan-2023 03:12:37 Progress (1): 9.8/17 MB error 03-Jan-2023 03:12:37 Progress (1): 9.9/17 MB error 03-Jan-2023 03:12:37 Progress (1): 10.0/17 MB error 03-Jan-2023 03:12:38 Progress (1): 10/17 MB error 03-Jan-2023 03:12:38 Progress (1): 10/17 MB error 03-Jan-2023 03:12:38 Progress (1): 10/17 MB error 03-Jan-2023 03:12:38 Progress (1): 10/17 MB error 03-Jan-2023 03:12:38 Progress (1): 10/17 MB error 03-Jan-2023 03:12:38 Progress (1): 10/17 MB error 03-Jan-2023 03:12:38 Progress (1): 11/17 MB error 03-Jan-2023 03:12:38 Progress (1): 11/17 MB error 03-Jan-2023 03:12:38 Progress (1): 11/17 MB error 03-Jan-2023 03:12:38 Progress (1): 11/17 MB error 03-Jan-2023 03:12:38 Progress (1): 11/17 MB error 03-Jan-2023 03:12:38 Progress (1): 11/17 MB error 03-Jan-2023 03:12:38 Progress (1): 11/17 MB error 03-Jan-2023 03:12:38 Progress (1): 11/17 MB error 03-Jan-2023 03:12:38 Progress (1): 11/17 MB error 03-Jan-2023 03:12:38 Progress (1): 11/17 MB error 03-Jan-2023 03:12:38 Progress (1): 11/17 MB error 03-Jan-2023 03:12:38 Progress (1): 11/17 MB error 03-Jan-2023 03:12:38 Progress (1): 12/17 MB error 03-Jan-2023 03:12:38 Progress (1): 12/17 MB error 03-Jan-2023 03:12:38 Progress (1): 12/17 MB error 03-Jan-2023 03:12:38 Progress (1): 12/17 MB error 03-Jan-2023 03:12:38 Progress (1): 12/17 MB error 03-Jan-2023 03:12:38 Progress (1): 12/17 MB error 03-Jan-2023 03:12:38 Progress (1): 12/17 MB error 03-Jan-2023 03:12:38 Progress (1): 12/17 MB error 03-Jan-2023 03:12:38 Progress (1): 12/17 MB error 03-Jan-2023 03:12:38 Progress (1): 12/17 MB error 03-Jan-2023 03:12:38 Progress (1): 12/17 MB error 03-Jan-2023 03:12:38 Progress (1): 12/17 MB error 03-Jan-2023 03:12:38 Progress (1): 13/17 MB error 03-Jan-2023 03:12:38 Progress (1): 13/17 MB error 03-Jan-2023 03:12:38 Progress (1): 13/17 MB error 03-Jan-2023 03:12:38 Progress (1): 13/17 MB error 03-Jan-2023 03:12:38 Progress (1): 13/17 MB error 03-Jan-2023 03:12:38 Progress (1): 13/17 MB error 03-Jan-2023 03:12:38 Progress (1): 13/17 MB error 03-Jan-2023 03:12:38 Progress (1): 13/17 MB error 03-Jan-2023 03:12:38 Progress (1): 13/17 MB error 03-Jan-2023 03:12:38 Progress (1): 13/17 MB error 03-Jan-2023 03:12:38 Progress (1): 13/17 MB error 03-Jan-2023 03:12:38 Progress (1): 13/17 MB error 03-Jan-2023 03:12:38 Progress (1): 13/17 MB error 03-Jan-2023 03:12:38 Progress (1): 14/17 MB error 03-Jan-2023 03:12:38 Progress (1): 14/17 MB error 03-Jan-2023 03:12:38 Progress (1): 14/17 MB error 03-Jan-2023 03:12:38 Progress (1): 14/17 MB error 03-Jan-2023 03:12:38 Progress (1): 14/17 MB error 03-Jan-2023 03:12:38 Progress (1): 14/17 MB error 03-Jan-2023 03:12:38 Progress (1): 14/17 MB error 03-Jan-2023 03:12:38 Progress (1): 14/17 MB error 03-Jan-2023 03:12:38 Progress (1): 14/17 MB error 03-Jan-2023 03:12:38 Progress (1): 14/17 MB error 03-Jan-2023 03:12:38 Progress (1): 14/17 MB error 03-Jan-2023 03:12:38 Progress (1): 14/17 MB error 03-Jan-2023 03:12:38 Progress (1): 15/17 MB error 03-Jan-2023 03:12:38 Progress (1): 15/17 MB error 03-Jan-2023 03:12:38 Progress (1): 15/17 MB error 03-Jan-2023 03:12:38 Progress (1): 15/17 MB error 03-Jan-2023 03:12:38 Progress (1): 15/17 MB error 03-Jan-2023 03:12:38 Progress (1): 15/17 MB error 03-Jan-2023 03:12:38 Progress (1): 15/17 MB error 03-Jan-2023 03:12:38 Progress (1): 15/17 MB error 03-Jan-2023 03:12:38 Progress (1): 15/17 MB error 03-Jan-2023 03:12:38 Progress (1): 15/17 MB error 03-Jan-2023 03:12:38 Progress (1): 15/17 MB error 03-Jan-2023 03:12:38 Progress (1): 15/17 MB error 03-Jan-2023 03:12:38 Progress (1): 16/17 MB error 03-Jan-2023 03:12:38 Progress (1): 16/17 MB error 03-Jan-2023 03:12:38 Progress (1): 16/17 MB error 03-Jan-2023 03:12:38 Progress (1): 16/17 MB error 03-Jan-2023 03:12:38 Progress (1): 16/17 MB error 03-Jan-2023 03:12:38 Progress (1): 16/17 MB error 03-Jan-2023 03:12:38 Progress (1): 16/17 MB error 03-Jan-2023 03:12:38 Progress (1): 16/17 MB error 03-Jan-2023 03:12:38 Progress (1): 16/17 MB error 03-Jan-2023 03:12:38 Progress (1): 16/17 MB error 03-Jan-2023 03:12:38 Progress (1): 16/17 MB error 03-Jan-2023 03:12:38 Progress (1): 16/17 MB error 03-Jan-2023 03:12:38 Progress (1): 17/17 MB error 03-Jan-2023 03:12:38 Progress (1): 17 MB error 03-Jan-2023 03:12:38 error 03-Jan-2023 03:12:38 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/reporting-omod/1.25.0/reporting-omod-1.25.0.jar (17 MB at 8.6 MB/s) error 03-Jan-2023 03:12:38 #18 201.6 [INFO] Configured Artifact: org.openmrs.module:adminui-omod:1.6.0:jar error 03-Jan-2023 03:12:38 #18 201.6 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/adminui-omod/1.6.0/adminui-omod-1.6.0.pom error 03-Jan-2023 03:12:38 #18 201.7 Progress (1): 3.3/9.2 kB error 03-Jan-2023 03:12:39 Progress (1): 6.1/9.2 kB error 03-Jan-2023 03:12:39 Progress (1): 8.9/9.2 kB error 03-Jan-2023 03:12:39 Progress (1): 9.2 kB error 03-Jan-2023 03:12:39 error 03-Jan-2023 03:12:39 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/adminui-omod/1.6.0/adminui-omod-1.6.0.pom (9.2 kB at 38 kB/s) error 03-Jan-2023 03:12:39 #18 201.9 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/adminui/1.6.0/adminui-1.6.0.pom error 03-Jan-2023 03:12:39 #18 202.0 Progress (1): 3.3/7.2 kB error 03-Jan-2023 03:12:39 Progress (1): 6.1/7.2 kB error 03-Jan-2023 03:12:39 Progress (1): 7.2 kB error 03-Jan-2023 03:12:39 error 03-Jan-2023 03:12:39 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/adminui/1.6.0/adminui-1.6.0.pom (7.2 kB at 31 kB/s) error 03-Jan-2023 03:12:39 #18 202.1 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/adminui-omod/1.6.0/adminui-omod-1.6.0.jar error 03-Jan-2023 03:12:39 #18 202.4 Progress (1): 3.4/257 kB error 03-Jan-2023 03:12:39 Progress (1): 7.5/257 kB error 03-Jan-2023 03:12:39 Progress (1): 12/257 kB error 03-Jan-2023 03:12:39 Progress (1): 16/257 kB error 03-Jan-2023 03:12:39 Progress (1): 20/257 kB error 03-Jan-2023 03:12:39 Progress (1): 24/257 kB error 03-Jan-2023 03:12:39 Progress (1): 28/257 kB error 03-Jan-2023 03:12:39 Progress (1): 32/257 kB error 03-Jan-2023 03:12:39 Progress (1): 36/257 kB error 03-Jan-2023 03:12:39 Progress (1): 38/257 kB error 03-Jan-2023 03:12:39 Progress (1): 42/257 kB error 03-Jan-2023 03:12:39 Progress (1): 46/257 kB error 03-Jan-2023 03:12:39 Progress (1): 51/257 kB error 03-Jan-2023 03:12:39 Progress (1): 53/257 kB error 03-Jan-2023 03:12:39 Progress (1): 57/257 kB error 03-Jan-2023 03:12:39 Progress (1): 62/257 kB error 03-Jan-2023 03:12:39 Progress (1): 66/257 kB error 03-Jan-2023 03:12:39 Progress (1): 70/257 kB error 03-Jan-2023 03:12:39 Progress (1): 74/257 kB error 03-Jan-2023 03:12:39 Progress (1): 78/257 kB error 03-Jan-2023 03:12:39 Progress (1): 82/257 kB error 03-Jan-2023 03:12:39 Progress (1): 86/257 kB error 03-Jan-2023 03:12:39 Progress (1): 88/257 kB error 03-Jan-2023 03:12:39 Progress (1): 92/257 kB error 03-Jan-2023 03:12:39 Progress (1): 96/257 kB error 03-Jan-2023 03:12:39 Progress (1): 100/257 kB error 03-Jan-2023 03:12:39 Progress (1): 105/257 kB error 03-Jan-2023 03:12:39 Progress (1): 109/257 kB error 03-Jan-2023 03:12:39 Progress (1): 113/257 kB error 03-Jan-2023 03:12:39 Progress (1): 116/257 kB error 03-Jan-2023 03:12:39 Progress (1): 120/257 kB error 03-Jan-2023 03:12:39 Progress (1): 125/257 kB error 03-Jan-2023 03:12:39 Progress (1): 129/257 kB error 03-Jan-2023 03:12:39 Progress (1): 133/257 kB error 03-Jan-2023 03:12:39 Progress (1): 137/257 kB error 03-Jan-2023 03:12:39 Progress (1): 141/257 kB error 03-Jan-2023 03:12:39 Progress (1): 145/257 kB error 03-Jan-2023 03:12:39 Progress (1): 149/257 kB error 03-Jan-2023 03:12:39 Progress (1): 153/257 kB error 03-Jan-2023 03:12:39 Progress (1): 157/257 kB error 03-Jan-2023 03:12:39 Progress (1): 160/257 kB error 03-Jan-2023 03:12:39 Progress (1): 164/257 kB error 03-Jan-2023 03:12:39 Progress (1): 168/257 kB error 03-Jan-2023 03:12:39 Progress (1): 172/257 kB error 03-Jan-2023 03:12:39 Progress (1): 177/257 kB error 03-Jan-2023 03:12:39 Progress (1): 181/257 kB error 03-Jan-2023 03:12:39 Progress (1): 185/257 kB error 03-Jan-2023 03:12:39 Progress (1): 188/257 kB error 03-Jan-2023 03:12:39 Progress (1): 192/257 kB error 03-Jan-2023 03:12:39 Progress (1): 197/257 kB error 03-Jan-2023 03:12:39 Progress (1): 201/257 kB error 03-Jan-2023 03:12:39 Progress (1): 205/257 kB error 03-Jan-2023 03:12:39 Progress (1): 209/257 kB error 03-Jan-2023 03:12:39 Progress (1): 213/257 kB error 03-Jan-2023 03:12:39 Progress (1): 217/257 kB error 03-Jan-2023 03:12:39 Progress (1): 221/257 kB error 03-Jan-2023 03:12:39 Progress (1): 225/257 kB error 03-Jan-2023 03:12:39 Progress (1): 229/257 kB error 03-Jan-2023 03:12:39 Progress (1): 232/257 kB error 03-Jan-2023 03:12:39 Progress (1): 236/257 kB error 03-Jan-2023 03:12:39 Progress (1): 240/257 kB error 03-Jan-2023 03:12:39 Progress (1): 244/257 kB error 03-Jan-2023 03:12:39 Progress (1): 249/257 kB error 03-Jan-2023 03:12:39 Progress (1): 251/257 kB error 03-Jan-2023 03:12:39 Progress (1): 255/257 kB error 03-Jan-2023 03:12:39 Progress (1): 257 kB error 03-Jan-2023 03:12:39 error 03-Jan-2023 03:12:39 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/adminui-omod/1.6.0/adminui-omod-1.6.0.jar (257 kB at 607 kB/s) error 03-Jan-2023 03:12:39 #18 202.6 [INFO] Configured Artifact: org.openmrs.module:registrationcore-omod:1.12.0:jar error 03-Jan-2023 03:12:39 #18 202.6 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/registrationcore-omod/1.12.0/registrationcore-omod-1.12.0.pom error 03-Jan-2023 03:12:39 #18 202.7 Progress (1): 3.3/6.3 kB error 03-Jan-2023 03:12:39 Progress (1): 6.1/6.3 kB error 03-Jan-2023 03:12:39 Progress (1): 6.3 kB error 03-Jan-2023 03:12:39 error 03-Jan-2023 03:12:40 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/registrationcore-omod/1.12.0/registrationcore-omod-1.12.0.pom (6.3 kB at 26 kB/s) error 03-Jan-2023 03:12:40 #18 202.8 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/registrationcore/1.12.0/registrationcore-1.12.0.pom error 03-Jan-2023 03:12:40 #18 202.9 Progress (1): 3.3/7.7 kB error 03-Jan-2023 03:12:40 Progress (1): 6.1/7.7 kB error 03-Jan-2023 03:12:40 Progress (1): 7.7 kB error 03-Jan-2023 03:12:40 error 03-Jan-2023 03:12:40 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/registrationcore/1.12.0/registrationcore-1.12.0.pom (7.7 kB at 33 kB/s) error 03-Jan-2023 03:12:40 #18 203.1 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/registrationcore-omod/1.12.0/registrationcore-omod-1.12.0.jar error 03-Jan-2023 03:12:40 #18 203.2 Progress (1): 3.3/127 kB error 03-Jan-2023 03:12:40 Progress (1): 6.1/127 kB error 03-Jan-2023 03:12:40 Progress (1): 8.9/127 kB error 03-Jan-2023 03:12:40 Progress (1): 12/127 kB error 03-Jan-2023 03:12:40 Progress (1): 14/127 kB error 03-Jan-2023 03:12:40 Progress (1): 17/127 kB error 03-Jan-2023 03:12:40 Progress (1): 20/127 kB error 03-Jan-2023 03:12:40 Progress (1): 23/127 kB error 03-Jan-2023 03:12:40 Progress (1): 26/127 kB error 03-Jan-2023 03:12:40 Progress (1): 28/127 kB error 03-Jan-2023 03:12:40 Progress (1): 31/127 kB error 03-Jan-2023 03:12:40 Progress (1): 34/127 kB error 03-Jan-2023 03:12:40 Progress (1): 37/127 kB error 03-Jan-2023 03:12:40 Progress (1): 40/127 kB error 03-Jan-2023 03:12:40 Progress (1): 42/127 kB error 03-Jan-2023 03:12:40 Progress (1): 45/127 kB error 03-Jan-2023 03:12:40 Progress (1): 48/127 kB error 03-Jan-2023 03:12:40 Progress (1): 51/127 kB error 03-Jan-2023 03:12:40 Progress (1): 54/127 kB error 03-Jan-2023 03:12:40 Progress (1): 56/127 kB error 03-Jan-2023 03:12:40 Progress (1): 59/127 kB error 03-Jan-2023 03:12:40 Progress (1): 62/127 kB error 03-Jan-2023 03:12:40 Progress (1): 65/127 kB error 03-Jan-2023 03:12:40 Progress (1): 68/127 kB error 03-Jan-2023 03:12:40 Progress (1): 70/127 kB error 03-Jan-2023 03:12:40 Progress (1): 73/127 kB error 03-Jan-2023 03:12:40 Progress (1): 76/127 kB error 03-Jan-2023 03:12:40 Progress (1): 79/127 kB error 03-Jan-2023 03:12:40 Progress (1): 82/127 kB error 03-Jan-2023 03:12:40 Progress (1): 84/127 kB error 03-Jan-2023 03:12:40 Progress (1): 87/127 kB error 03-Jan-2023 03:12:40 Progress (1): 90/127 kB error 03-Jan-2023 03:12:40 Progress (1): 93/127 kB error 03-Jan-2023 03:12:40 Progress (1): 96/127 kB error 03-Jan-2023 03:12:40 Progress (1): 98/127 kB error 03-Jan-2023 03:12:40 Progress (1): 101/127 kB error 03-Jan-2023 03:12:40 Progress (1): 104/127 kB error 03-Jan-2023 03:12:40 Progress (1): 107/127 kB error 03-Jan-2023 03:12:40 Progress (1): 110/127 kB error 03-Jan-2023 03:12:40 Progress (1): 112/127 kB error 03-Jan-2023 03:12:40 Progress (1): 115/127 kB error 03-Jan-2023 03:12:40 Progress (1): 118/127 kB error 03-Jan-2023 03:12:40 Progress (1): 121/127 kB error 03-Jan-2023 03:12:40 Progress (1): 124/127 kB error 03-Jan-2023 03:12:40 Progress (1): 126/127 kB error 03-Jan-2023 03:12:40 Progress (1): 127 kB error 03-Jan-2023 03:12:40 error 03-Jan-2023 03:12:40 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/registrationcore-omod/1.12.0/registrationcore-omod-1.12.0.jar (127 kB at 356 kB/s) error 03-Jan-2023 03:12:40 #18 203.5 [INFO] Configured Artifact: org.openmrs.module:appointmentscheduling-omod:1.17.0:jar error 03-Jan-2023 03:12:40 #18 203.5 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/appointmentscheduling-omod/1.17.0/appointmentscheduling-omod-1.17.0.pom error 03-Jan-2023 03:12:40 #18 203.6 Progress (1): 3.3/6.3 kB error 03-Jan-2023 03:12:40 Progress (1): 6.1/6.3 kB error 03-Jan-2023 03:12:40 Progress (1): 6.3 kB error 03-Jan-2023 03:12:41 error 03-Jan-2023 03:12:41 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/appointmentscheduling-omod/1.17.0/appointmentscheduling-omod-1.17.0.pom (6.3 kB at 21 kB/s) error 03-Jan-2023 03:12:41 #18 203.9 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/appointmentscheduling/1.17.0/appointmentscheduling-1.17.0.pom error 03-Jan-2023 03:12:41 #18 204.0 Progress (1): 3.3/6.3 kB error 03-Jan-2023 03:12:41 Progress (1): 6.1/6.3 kB error 03-Jan-2023 03:12:41 Progress (1): 6.3 kB error 03-Jan-2023 03:12:41 error 03-Jan-2023 03:12:41 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/appointmentscheduling/1.17.0/appointmentscheduling-1.17.0.pom (6.3 kB at 12 kB/s) error 03-Jan-2023 03:12:41 #18 204.5 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/appointmentscheduling-omod/1.17.0/appointmentscheduling-omod-1.17.0.jar error 03-Jan-2023 03:12:41 #18 204.8 Progress (1): 0/1.6 MB error 03-Jan-2023 03:12:42 Progress (1): 0/1.6 MB error 03-Jan-2023 03:12:42 Progress (1): 0/1.6 MB error 03-Jan-2023 03:12:42 Progress (1): 0/1.6 MB error 03-Jan-2023 03:12:42 Progress (1): 0/1.6 MB error 03-Jan-2023 03:12:42 Progress (1): 0.1/1.6 MB error 03-Jan-2023 03:12:42 Progress (1): 0.1/1.6 MB error 03-Jan-2023 03:12:42 Progress (1): 0.1/1.6 MB error 03-Jan-2023 03:12:42 Progress (1): 0.1/1.6 MB error 03-Jan-2023 03:12:42 Progress (1): 0.1/1.6 MB error 03-Jan-2023 03:12:42 Progress (1): 0.1/1.6 MB error 03-Jan-2023 03:12:42 Progress (1): 0.1/1.6 MB error 03-Jan-2023 03:12:42 Progress (1): 0.1/1.6 MB error 03-Jan-2023 03:12:42 Progress (1): 0.1/1.6 MB error 03-Jan-2023 03:12:42 Progress (1): 0.1/1.6 MB error 03-Jan-2023 03:12:42 Progress (1): 0.1/1.6 MB error 03-Jan-2023 03:12:42 Progress (1): 0.1/1.6 MB error 03-Jan-2023 03:12:42 Progress (1): 0.2/1.6 MB error 03-Jan-2023 03:12:42 Progress (1): 0.2/1.6 MB error 03-Jan-2023 03:12:42 Progress (1): 0.2/1.6 MB error 03-Jan-2023 03:12:42 Progress (1): 0.2/1.6 MB error 03-Jan-2023 03:12:42 Progress (1): 0.2/1.6 MB error 03-Jan-2023 03:12:42 Progress (1): 0.2/1.6 MB error 03-Jan-2023 03:12:42 Progress (1): 0.2/1.6 MB error 03-Jan-2023 03:12:42 Progress (1): 0.2/1.6 MB error 03-Jan-2023 03:12:42 Progress (1): 0.2/1.6 MB error 03-Jan-2023 03:12:42 Progress (1): 0.2/1.6 MB error 03-Jan-2023 03:12:42 Progress (1): 0.2/1.6 MB error 03-Jan-2023 03:12:42 Progress (1): 0.2/1.6 MB error 03-Jan-2023 03:12:42 Progress (1): 0.3/1.6 MB error 03-Jan-2023 03:12:42 Progress (1): 0.3/1.6 MB error 03-Jan-2023 03:12:42 Progress (1): 0.3/1.6 MB error 03-Jan-2023 03:12:42 Progress (1): 0.3/1.6 MB error 03-Jan-2023 03:12:42 Progress (1): 0.3/1.6 MB error 03-Jan-2023 03:12:42 Progress (1): 0.3/1.6 MB error 03-Jan-2023 03:12:42 Progress (1): 0.3/1.6 MB error 03-Jan-2023 03:12:42 Progress (1): 0.3/1.6 MB error 03-Jan-2023 03:12:42 Progress (1): 0.3/1.6 MB error 03-Jan-2023 03:12:42 Progress (1): 0.3/1.6 MB error 03-Jan-2023 03:12:42 Progress (1): 0.3/1.6 MB error 03-Jan-2023 03:12:42 Progress (1): 0.4/1.6 MB error 03-Jan-2023 03:12:42 Progress (1): 0.4/1.6 MB error 03-Jan-2023 03:12:42 Progress (1): 0.4/1.6 MB error 03-Jan-2023 03:12:42 Progress (1): 0.4/1.6 MB error 03-Jan-2023 03:12:42 Progress (1): 0.4/1.6 MB error 03-Jan-2023 03:12:42 Progress (1): 0.4/1.6 MB error 03-Jan-2023 03:12:42 Progress (1): 0.4/1.6 MB error 03-Jan-2023 03:12:42 Progress (1): 0.4/1.6 MB error 03-Jan-2023 03:12:42 Progress (1): 0.4/1.6 MB error 03-Jan-2023 03:12:42 Progress (1): 0.4/1.6 MB error 03-Jan-2023 03:12:42 Progress (1): 0.4/1.6 MB error 03-Jan-2023 03:12:42 Progress (1): 0.5/1.6 MB error 03-Jan-2023 03:12:42 Progress (1): 0.5/1.6 MB error 03-Jan-2023 03:12:42 Progress (1): 0.5/1.6 MB error 03-Jan-2023 03:12:42 Progress (1): 0.5/1.6 MB error 03-Jan-2023 03:12:42 Progress (1): 0.5/1.6 MB error 03-Jan-2023 03:12:42 Progress (1): 0.5/1.6 MB error 03-Jan-2023 03:12:42 Progress (1): 0.5/1.6 MB error 03-Jan-2023 03:12:42 Progress (1): 0.5/1.6 MB error 03-Jan-2023 03:12:42 Progress (1): 0.5/1.6 MB error 03-Jan-2023 03:12:42 Progress (1): 0.5/1.6 MB error 03-Jan-2023 03:12:42 Progress (1): 0.5/1.6 MB error 03-Jan-2023 03:12:42 Progress (1): 0.6/1.6 MB error 03-Jan-2023 03:12:42 Progress (1): 0.6/1.6 MB error 03-Jan-2023 03:12:42 Progress (1): 0.6/1.6 MB error 03-Jan-2023 03:12:42 Progress (1): 0.6/1.6 MB error 03-Jan-2023 03:12:42 Progress (1): 0.6/1.6 MB error 03-Jan-2023 03:12:42 Progress (1): 0.6/1.6 MB error 03-Jan-2023 03:12:42 Progress (1): 0.6/1.6 MB error 03-Jan-2023 03:12:42 Progress (1): 0.6/1.6 MB error 03-Jan-2023 03:12:42 Progress (1): 0.6/1.6 MB error 03-Jan-2023 03:12:42 Progress (1): 0.6/1.6 MB error 03-Jan-2023 03:12:42 Progress (1): 0.6/1.6 MB error 03-Jan-2023 03:12:42 Progress (1): 0.7/1.6 MB error 03-Jan-2023 03:12:42 Progress (1): 0.7/1.6 MB error 03-Jan-2023 03:12:42 Progress (1): 0.7/1.6 MB error 03-Jan-2023 03:12:42 Progress (1): 0.7/1.6 MB error 03-Jan-2023 03:12:42 Progress (1): 0.7/1.6 MB error 03-Jan-2023 03:12:42 Progress (1): 0.7/1.6 MB error 03-Jan-2023 03:12:42 Progress (1): 0.7/1.6 MB error 03-Jan-2023 03:12:42 Progress (1): 0.7/1.6 MB error 03-Jan-2023 03:12:42 Progress (1): 0.7/1.6 MB error 03-Jan-2023 03:12:42 Progress (1): 0.7/1.6 MB error 03-Jan-2023 03:12:42 Progress (1): 0.7/1.6 MB error 03-Jan-2023 03:12:42 Progress (1): 0.8/1.6 MB error 03-Jan-2023 03:12:42 Progress (1): 0.8/1.6 MB error 03-Jan-2023 03:12:42 Progress (1): 0.8/1.6 MB error 03-Jan-2023 03:12:42 Progress (1): 0.8/1.6 MB error 03-Jan-2023 03:12:42 Progress (1): 0.8/1.6 MB error 03-Jan-2023 03:12:42 Progress (1): 0.8/1.6 MB error 03-Jan-2023 03:12:42 Progress (1): 0.8/1.6 MB error 03-Jan-2023 03:12:42 Progress (1): 0.8/1.6 MB error 03-Jan-2023 03:12:42 Progress (1): 0.8/1.6 MB error 03-Jan-2023 03:12:42 Progress (1): 0.8/1.6 MB error 03-Jan-2023 03:12:42 Progress (1): 0.8/1.6 MB error 03-Jan-2023 03:12:42 Progress (1): 0.8/1.6 MB error 03-Jan-2023 03:12:42 Progress (1): 0.9/1.6 MB error 03-Jan-2023 03:12:42 Progress (1): 0.9/1.6 MB error 03-Jan-2023 03:12:42 Progress (1): 0.9/1.6 MB error 03-Jan-2023 03:12:42 Progress (1): 0.9/1.6 MB error 03-Jan-2023 03:12:42 Progress (1): 0.9/1.6 MB error 03-Jan-2023 03:12:42 Progress (1): 0.9/1.6 MB error 03-Jan-2023 03:12:42 Progress (1): 0.9/1.6 MB error 03-Jan-2023 03:12:42 Progress (1): 0.9/1.6 MB error 03-Jan-2023 03:12:42 Progress (1): 0.9/1.6 MB error 03-Jan-2023 03:12:42 Progress (1): 0.9/1.6 MB error 03-Jan-2023 03:12:42 Progress (1): 1.0/1.6 MB error 03-Jan-2023 03:12:42 Progress (1): 1.0/1.6 MB error 03-Jan-2023 03:12:42 Progress (1): 1.0/1.6 MB error 03-Jan-2023 03:12:42 Progress (1): 1.0/1.6 MB error 03-Jan-2023 03:12:42 Progress (1): 1.0/1.6 MB error 03-Jan-2023 03:12:42 Progress (1): 1.0/1.6 MB error 03-Jan-2023 03:12:42 Progress (1): 1.0/1.6 MB error 03-Jan-2023 03:12:42 Progress (1): 1.0/1.6 MB error 03-Jan-2023 03:12:42 Progress (1): 1.0/1.6 MB error 03-Jan-2023 03:12:42 Progress (1): 1.0/1.6 MB error 03-Jan-2023 03:12:42 Progress (1): 1.0/1.6 MB error 03-Jan-2023 03:12:42 Progress (1): 1.0/1.6 MB error 03-Jan-2023 03:12:42 Progress (1): 1.1/1.6 MB error 03-Jan-2023 03:12:42 Progress (1): 1.1/1.6 MB error 03-Jan-2023 03:12:42 Progress (1): 1.1/1.6 MB error 03-Jan-2023 03:12:42 Progress (1): 1.1/1.6 MB error 03-Jan-2023 03:12:42 Progress (1): 1.1/1.6 MB error 03-Jan-2023 03:12:42 Progress (1): 1.1/1.6 MB error 03-Jan-2023 03:12:42 Progress (1): 1.1/1.6 MB error 03-Jan-2023 03:12:42 Progress (1): 1.1/1.6 MB error 03-Jan-2023 03:12:42 Progress (1): 1.1/1.6 MB error 03-Jan-2023 03:12:42 Progress (1): 1.1/1.6 MB error 03-Jan-2023 03:12:42 Progress (1): 1.1/1.6 MB error 03-Jan-2023 03:12:42 Progress (1): 1.1/1.6 MB error 03-Jan-2023 03:12:42 Progress (1): 1.2/1.6 MB error 03-Jan-2023 03:12:42 Progress (1): 1.2/1.6 MB error 03-Jan-2023 03:12:42 Progress (1): 1.2/1.6 MB error 03-Jan-2023 03:12:42 Progress (1): 1.2/1.6 MB error 03-Jan-2023 03:12:42 Progress (1): 1.2/1.6 MB error 03-Jan-2023 03:12:42 Progress (1): 1.2/1.6 MB error 03-Jan-2023 03:12:42 Progress (1): 1.2/1.6 MB error 03-Jan-2023 03:12:42 Progress (1): 1.2/1.6 MB error 03-Jan-2023 03:12:42 Progress (1): 1.2/1.6 MB error 03-Jan-2023 03:12:42 Progress (1): 1.2/1.6 MB error 03-Jan-2023 03:12:42 Progress (1): 1.2/1.6 MB error 03-Jan-2023 03:12:42 Progress (1): 1.3/1.6 MB error 03-Jan-2023 03:12:42 Progress (1): 1.3/1.6 MB error 03-Jan-2023 03:12:42 Progress (1): 1.3/1.6 MB error 03-Jan-2023 03:12:42 Progress (1): 1.3/1.6 MB error 03-Jan-2023 03:12:42 Progress (1): 1.3/1.6 MB error 03-Jan-2023 03:12:42 Progress (1): 1.3/1.6 MB error 03-Jan-2023 03:12:42 Progress (1): 1.3/1.6 MB error 03-Jan-2023 03:12:42 Progress (1): 1.3/1.6 MB error 03-Jan-2023 03:12:42 Progress (1): 1.3/1.6 MB error 03-Jan-2023 03:12:42 Progress (1): 1.3/1.6 MB error 03-Jan-2023 03:12:42 Progress (1): 1.3/1.6 MB error 03-Jan-2023 03:12:42 Progress (1): 1.4/1.6 MB error 03-Jan-2023 03:12:42 Progress (1): 1.4/1.6 MB error 03-Jan-2023 03:12:42 Progress (1): 1.4/1.6 MB error 03-Jan-2023 03:12:42 Progress (1): 1.4/1.6 MB error 03-Jan-2023 03:12:42 Progress (1): 1.4/1.6 MB error 03-Jan-2023 03:12:42 Progress (1): 1.4/1.6 MB error 03-Jan-2023 03:12:42 Progress (1): 1.4/1.6 MB error 03-Jan-2023 03:12:42 Progress (1): 1.4/1.6 MB error 03-Jan-2023 03:12:42 Progress (1): 1.4/1.6 MB error 03-Jan-2023 03:12:42 Progress (1): 1.4/1.6 MB error 03-Jan-2023 03:12:42 Progress (1): 1.4/1.6 MB error 03-Jan-2023 03:12:42 Progress (1): 1.5/1.6 MB error 03-Jan-2023 03:12:42 Progress (1): 1.5/1.6 MB error 03-Jan-2023 03:12:42 Progress (1): 1.5/1.6 MB error 03-Jan-2023 03:12:42 Progress (1): 1.5/1.6 MB error 03-Jan-2023 03:12:42 Progress (1): 1.5/1.6 MB error 03-Jan-2023 03:12:42 Progress (1): 1.5/1.6 MB error 03-Jan-2023 03:12:42 Progress (1): 1.5/1.6 MB error 03-Jan-2023 03:12:42 Progress (1): 1.5/1.6 MB error 03-Jan-2023 03:12:42 Progress (1): 1.5/1.6 MB error 03-Jan-2023 03:12:42 Progress (1): 1.5/1.6 MB error 03-Jan-2023 03:12:42 Progress (1): 1.5/1.6 MB error 03-Jan-2023 03:12:42 Progress (1): 1.5/1.6 MB error 03-Jan-2023 03:12:42 Progress (1): 1.6/1.6 MB error 03-Jan-2023 03:12:42 Progress (1): 1.6/1.6 MB error 03-Jan-2023 03:12:42 Progress (1): 1.6 MB error 03-Jan-2023 03:12:42 error 03-Jan-2023 03:12:42 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/appointmentscheduling-omod/1.17.0/appointmentscheduling-omod-1.17.0.jar (1.6 MB at 2.6 MB/s) error 03-Jan-2023 03:12:42 #18 205.1 [INFO] Configured Artifact: org.openmrs.module:atlas-omod:2.2.6:omod error 03-Jan-2023 03:12:42 #18 205.1 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/atlas-omod/2.2.6/atlas-omod-2.2.6.pom error 03-Jan-2023 03:12:42 #18 205.3 Downloading from central: https://repo.maven.apache.org/maven2/org/openmrs/module/atlas-omod/2.2.6/atlas-omod-2.2.6.pom error 03-Jan-2023 03:12:42 #18 205.7 [WARNING] The POM for org.openmrs.module:atlas-omod:omod:2.2.6 is missing, no dependency information available error 03-Jan-2023 03:12:42 #18 205.7 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/atlas-omod/2.2.6/atlas-omod-2.2.6.omod error 03-Jan-2023 03:12:43 #18 205.8 Progress (1): 3.3/9.6 kB error 03-Jan-2023 03:12:43 Progress (1): 6.1/9.6 kB error 03-Jan-2023 03:12:43 Progress (1): 8.9/9.6 kB error 03-Jan-2023 03:12:43 Progress (1): 9.6 kB error 03-Jan-2023 03:12:43 error 03-Jan-2023 03:12:43 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/atlas-omod/2.2.6/atlas-omod-2.2.6.omod (9.6 kB at 39 kB/s) error 03-Jan-2023 03:12:43 #18 206.0 [INFO] Configured Artifact: org.openmrs.module:calculation-omod:1.3.0:jar error 03-Jan-2023 03:12:43 #18 206.0 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/calculation-omod/1.3.0/calculation-omod-1.3.0.pom error 03-Jan-2023 03:12:43 #18 206.1 Progress (1): 3.3/6.2 kB error 03-Jan-2023 03:12:43 Progress (1): 6.1/6.2 kB error 03-Jan-2023 03:12:43 Progress (1): 6.2 kB error 03-Jan-2023 03:12:43 error 03-Jan-2023 03:12:43 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/calculation-omod/1.3.0/calculation-omod-1.3.0.pom (6.2 kB at 26 kB/s) error 03-Jan-2023 03:12:43 #18 206.2 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/calculation/1.3.0/calculation-1.3.0.pom error 03-Jan-2023 03:12:43 #18 206.4 Progress (1): 3.3/5.3 kB error 03-Jan-2023 03:12:43 Progress (1): 5.3 kB error 03-Jan-2023 03:12:43 error 03-Jan-2023 03:12:43 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/calculation/1.3.0/calculation-1.3.0.pom (5.3 kB at 23 kB/s) error 03-Jan-2023 03:12:43 #18 206.5 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/calculation-omod/1.3.0/calculation-omod-1.3.0.jar error 03-Jan-2023 03:12:43 #18 206.8 Progress (1): 4.1/279 kB error 03-Jan-2023 03:12:44 Progress (1): 8.2/279 kB error 03-Jan-2023 03:12:44 Progress (1): 12/279 kB error 03-Jan-2023 03:12:44 Progress (1): 16/279 kB error 03-Jan-2023 03:12:44 Progress (1): 20/279 kB error 03-Jan-2023 03:12:44 Progress (1): 24/279 kB error 03-Jan-2023 03:12:44 Progress (1): 28/279 kB error 03-Jan-2023 03:12:44 Progress (1): 32/279 kB error 03-Jan-2023 03:12:44 Progress (1): 36/279 kB error 03-Jan-2023 03:12:44 Progress (1): 40/279 kB error 03-Jan-2023 03:12:44 Progress (1): 44/279 kB error 03-Jan-2023 03:12:44 Progress (1): 48/279 kB error 03-Jan-2023 03:12:44 Progress (1): 51/279 kB error 03-Jan-2023 03:12:44 Progress (1): 55/279 kB error 03-Jan-2023 03:12:44 Progress (1): 59/279 kB error 03-Jan-2023 03:12:44 Progress (1): 62/279 kB error 03-Jan-2023 03:12:44 Progress (1): 66/279 kB error 03-Jan-2023 03:12:44 Progress (1): 71/279 kB error 03-Jan-2023 03:12:44 Progress (1): 75/279 kB error 03-Jan-2023 03:12:44 Progress (1): 79/279 kB error 03-Jan-2023 03:12:44 Progress (1): 83/279 kB error 03-Jan-2023 03:12:44 Progress (1): 87/279 kB error 03-Jan-2023 03:12:44 Progress (1): 91/279 kB error 03-Jan-2023 03:12:44 Progress (1): 95/279 kB error 03-Jan-2023 03:12:44 Progress (1): 99/279 kB error 03-Jan-2023 03:12:44 Progress (1): 103/279 kB error 03-Jan-2023 03:12:44 Progress (1): 107/279 kB error 03-Jan-2023 03:12:44 Progress (1): 111/279 kB error 03-Jan-2023 03:12:44 Progress (1): 116/279 kB error 03-Jan-2023 03:12:44 Progress (1): 120/279 kB error 03-Jan-2023 03:12:44 Progress (1): 124/279 kB error 03-Jan-2023 03:12:44 Progress (1): 128/279 kB error 03-Jan-2023 03:12:44 Progress (1): 132/279 kB error 03-Jan-2023 03:12:44 Progress (1): 136/279 kB error 03-Jan-2023 03:12:44 Progress (1): 140/279 kB error 03-Jan-2023 03:12:44 Progress (1): 143/279 kB error 03-Jan-2023 03:12:44 Progress (1): 147/279 kB error 03-Jan-2023 03:12:44 Progress (1): 151/279 kB error 03-Jan-2023 03:12:44 Progress (1): 155/279 kB error 03-Jan-2023 03:12:44 Progress (1): 158/279 kB error 03-Jan-2023 03:12:44 Progress (1): 162/279 kB error 03-Jan-2023 03:12:44 Progress (1): 166/279 kB error 03-Jan-2023 03:12:44 Progress (1): 170/279 kB error 03-Jan-2023 03:12:44 Progress (1): 174/279 kB error 03-Jan-2023 03:12:44 Progress (1): 179/279 kB error 03-Jan-2023 03:12:44 Progress (1): 183/279 kB error 03-Jan-2023 03:12:44 Progress (1): 187/279 kB error 03-Jan-2023 03:12:44 Progress (1): 191/279 kB error 03-Jan-2023 03:12:44 Progress (1): 195/279 kB error 03-Jan-2023 03:12:44 Progress (1): 197/279 kB error 03-Jan-2023 03:12:44 Progress (1): 201/279 kB error 03-Jan-2023 03:12:44 Progress (1): 206/279 kB error 03-Jan-2023 03:12:44 Progress (1): 210/279 kB error 03-Jan-2023 03:12:44 Progress (1): 214/279 kB error 03-Jan-2023 03:12:44 Progress (1): 218/279 kB error 03-Jan-2023 03:12:44 Progress (1): 222/279 kB error 03-Jan-2023 03:12:44 Progress (1): 226/279 kB error 03-Jan-2023 03:12:44 Progress (1): 230/279 kB error 03-Jan-2023 03:12:44 Progress (1): 232/279 kB error 03-Jan-2023 03:12:44 Progress (1): 236/279 kB error 03-Jan-2023 03:12:44 Progress (1): 240/279 kB error 03-Jan-2023 03:12:44 Progress (1): 244/279 kB error 03-Jan-2023 03:12:44 Progress (1): 249/279 kB error 03-Jan-2023 03:12:44 Progress (1): 253/279 kB error 03-Jan-2023 03:12:44 Progress (1): 257/279 kB error 03-Jan-2023 03:12:44 Progress (1): 261/279 kB error 03-Jan-2023 03:12:44 Progress (1): 265/279 kB error 03-Jan-2023 03:12:44 Progress (1): 267/279 kB error 03-Jan-2023 03:12:44 Progress (1): 271/279 kB error 03-Jan-2023 03:12:44 Progress (1): 275/279 kB error 03-Jan-2023 03:12:44 Progress (1): 278/279 kB error 03-Jan-2023 03:12:44 Progress (1): 279 kB error 03-Jan-2023 03:12:44 error 03-Jan-2023 03:12:44 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/calculation-omod/1.3.0/calculation-omod-1.3.0.jar (279 kB at 659 kB/s) error 03-Jan-2023 03:12:44 #18 206.9 [INFO] Configured Artifact: org.openmrs.module:webservices.rest-omod:2.38.0:jar error 03-Jan-2023 03:12:44 #18 206.9 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/webservices.rest-omod/2.38.0/webservices.rest-omod-2.38.0.pom error 03-Jan-2023 03:12:44 #18 207.0 Progress (1): 3.3/7.2 kB error 03-Jan-2023 03:12:44 Progress (1): 6.1/7.2 kB error 03-Jan-2023 03:12:44 Progress (1): 7.2 kB error 03-Jan-2023 03:12:44 error 03-Jan-2023 03:12:44 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/webservices.rest-omod/2.38.0/webservices.rest-omod-2.38.0.pom (7.2 kB at 31 kB/s) error 03-Jan-2023 03:12:44 #18 207.2 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/webservices.rest/2.38.0/webservices.rest-2.38.0.pom error 03-Jan-2023 03:12:44 #18 207.3 Progress (1): 3.3/16 kB error 03-Jan-2023 03:12:44 Progress (1): 6.1/16 kB error 03-Jan-2023 03:12:44 Progress (1): 8.9/16 kB error 03-Jan-2023 03:12:44 Progress (1): 12/16 kB error 03-Jan-2023 03:12:44 Progress (1): 14/16 kB error 03-Jan-2023 03:12:44 Progress (1): 16 kB error 03-Jan-2023 03:12:44 error 03-Jan-2023 03:12:44 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/webservices.rest/2.38.0/webservices.rest-2.38.0.pom (16 kB at 63 kB/s) error 03-Jan-2023 03:12:44 #18 207.4 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/webservices.rest-omod/2.38.0/webservices.rest-omod-2.38.0.jar error 03-Jan-2023 03:12:44 #18 207.7 Progress (1): 0/6.9 MB error 03-Jan-2023 03:12:44 Progress (1): 0.1/6.9 MB error 03-Jan-2023 03:12:44 Progress (1): 0.1/6.9 MB error 03-Jan-2023 03:12:44 Progress (1): 0.1/6.9 MB error 03-Jan-2023 03:12:44 Progress (1): 0.2/6.9 MB error 03-Jan-2023 03:12:44 Progress (1): 0.2/6.9 MB error 03-Jan-2023 03:12:44 Progress (1): 0.2/6.9 MB error 03-Jan-2023 03:12:44 Progress (1): 0.3/6.9 MB error 03-Jan-2023 03:12:44 Progress (1): 0.3/6.9 MB error 03-Jan-2023 03:12:44 Progress (1): 0.4/6.9 MB error 03-Jan-2023 03:12:44 Progress (1): 0.4/6.9 MB error 03-Jan-2023 03:12:44 Progress (1): 0.4/6.9 MB error 03-Jan-2023 03:12:44 Progress (1): 0.5/6.9 MB error 03-Jan-2023 03:12:44 Progress (1): 0.5/6.9 MB error 03-Jan-2023 03:12:44 Progress (1): 0.5/6.9 MB error 03-Jan-2023 03:12:44 Progress (1): 0.6/6.9 MB error 03-Jan-2023 03:12:44 Progress (1): 0.6/6.9 MB error 03-Jan-2023 03:12:44 Progress (1): 0.6/6.9 MB error 03-Jan-2023 03:12:44 Progress (1): 0.7/6.9 MB error 03-Jan-2023 03:12:44 Progress (1): 0.7/6.9 MB error 03-Jan-2023 03:12:44 Progress (1): 0.7/6.9 MB error 03-Jan-2023 03:12:44 Progress (1): 0.8/6.9 MB error 03-Jan-2023 03:12:44 Progress (1): 0.8/6.9 MB error 03-Jan-2023 03:12:44 Progress (1): 0.9/6.9 MB error 03-Jan-2023 03:12:45 Progress (1): 0.9/6.9 MB error 03-Jan-2023 03:12:45 Progress (1): 0.9/6.9 MB error 03-Jan-2023 03:12:45 Progress (1): 1.0/6.9 MB error 03-Jan-2023 03:12:45 Progress (1): 1.0/6.9 MB error 03-Jan-2023 03:12:45 Progress (1): 1.0/6.9 MB error 03-Jan-2023 03:12:45 Progress (1): 1.1/6.9 MB error 03-Jan-2023 03:12:45 Progress (1): 1.1/6.9 MB error 03-Jan-2023 03:12:45 Progress (1): 1.1/6.9 MB error 03-Jan-2023 03:12:45 Progress (1): 1.2/6.9 MB error 03-Jan-2023 03:12:45 Progress (1): 1.2/6.9 MB error 03-Jan-2023 03:12:45 Progress (1): 1.2/6.9 MB error 03-Jan-2023 03:12:45 Progress (1): 1.3/6.9 MB error 03-Jan-2023 03:12:45 Progress (1): 1.3/6.9 MB error 03-Jan-2023 03:12:45 Progress (1): 1.4/6.9 MB error 03-Jan-2023 03:12:45 Progress (1): 1.4/6.9 MB error 03-Jan-2023 03:12:45 Progress (1): 1.4/6.9 MB error 03-Jan-2023 03:12:45 Progress (1): 1.5/6.9 MB error 03-Jan-2023 03:12:45 Progress (1): 1.5/6.9 MB error 03-Jan-2023 03:12:45 Progress (1): 1.5/6.9 MB error 03-Jan-2023 03:12:45 Progress (1): 1.6/6.9 MB error 03-Jan-2023 03:12:45 Progress (1): 1.6/6.9 MB error 03-Jan-2023 03:12:45 Progress (1): 1.6/6.9 MB error 03-Jan-2023 03:12:45 Progress (1): 1.7/6.9 MB error 03-Jan-2023 03:12:45 Progress (1): 1.7/6.9 MB error 03-Jan-2023 03:12:45 Progress (1): 1.7/6.9 MB error 03-Jan-2023 03:12:45 Progress (1): 1.8/6.9 MB error 03-Jan-2023 03:12:45 Progress (1): 1.8/6.9 MB error 03-Jan-2023 03:12:45 Progress (1): 1.9/6.9 MB error 03-Jan-2023 03:12:45 Progress (1): 1.9/6.9 MB error 03-Jan-2023 03:12:45 Progress (1): 1.9/6.9 MB error 03-Jan-2023 03:12:45 Progress (1): 2.0/6.9 MB error 03-Jan-2023 03:12:45 Progress (1): 2.0/6.9 MB error 03-Jan-2023 03:12:45 Progress (1): 2.0/6.9 MB error 03-Jan-2023 03:12:45 Progress (1): 2.1/6.9 MB error 03-Jan-2023 03:12:45 Progress (1): 2.1/6.9 MB error 03-Jan-2023 03:12:45 Progress (1): 2.1/6.9 MB error 03-Jan-2023 03:12:45 Progress (1): 2.2/6.9 MB error 03-Jan-2023 03:12:45 Progress (1): 2.2/6.9 MB error 03-Jan-2023 03:12:45 Progress (1): 2.2/6.9 MB error 03-Jan-2023 03:12:45 Progress (1): 2.3/6.9 MB error 03-Jan-2023 03:12:45 Progress (1): 2.3/6.9 MB error 03-Jan-2023 03:12:45 Progress (1): 2.4/6.9 MB error 03-Jan-2023 03:12:45 Progress (1): 2.4/6.9 MB error 03-Jan-2023 03:12:45 Progress (1): 2.4/6.9 MB error 03-Jan-2023 03:12:45 Progress (1): 2.5/6.9 MB error 03-Jan-2023 03:12:45 Progress (1): 2.5/6.9 MB error 03-Jan-2023 03:12:45 Progress (1): 2.5/6.9 MB error 03-Jan-2023 03:12:45 Progress (1): 2.6/6.9 MB error 03-Jan-2023 03:12:45 Progress (1): 2.6/6.9 MB error 03-Jan-2023 03:12:45 Progress (1): 2.6/6.9 MB error 03-Jan-2023 03:12:45 Progress (1): 2.7/6.9 MB error 03-Jan-2023 03:12:45 Progress (1): 2.7/6.9 MB error 03-Jan-2023 03:12:45 Progress (1): 2.7/6.9 MB error 03-Jan-2023 03:12:45 Progress (1): 2.8/6.9 MB error 03-Jan-2023 03:12:45 Progress (1): 2.8/6.9 MB error 03-Jan-2023 03:12:45 Progress (1): 2.9/6.9 MB error 03-Jan-2023 03:12:45 Progress (1): 2.9/6.9 MB error 03-Jan-2023 03:12:45 Progress (1): 2.9/6.9 MB error 03-Jan-2023 03:12:45 Progress (1): 3.0/6.9 MB error 03-Jan-2023 03:12:45 Progress (1): 3.0/6.9 MB error 03-Jan-2023 03:12:45 Progress (1): 3.0/6.9 MB error 03-Jan-2023 03:12:45 Progress (1): 3.1/6.9 MB error 03-Jan-2023 03:12:45 Progress (1): 3.1/6.9 MB error 03-Jan-2023 03:12:45 Progress (1): 3.1/6.9 MB error 03-Jan-2023 03:12:45 Progress (1): 3.2/6.9 MB error 03-Jan-2023 03:12:45 Progress (1): 3.2/6.9 MB error 03-Jan-2023 03:12:45 Progress (1): 3.2/6.9 MB error 03-Jan-2023 03:12:45 Progress (1): 3.3/6.9 MB error 03-Jan-2023 03:12:45 Progress (1): 3.3/6.9 MB error 03-Jan-2023 03:12:45 Progress (1): 3.4/6.9 MB error 03-Jan-2023 03:12:45 Progress (1): 3.4/6.9 MB error 03-Jan-2023 03:12:45 Progress (1): 3.4/6.9 MB error 03-Jan-2023 03:12:45 Progress (1): 3.5/6.9 MB error 03-Jan-2023 03:12:45 Progress (1): 3.5/6.9 MB error 03-Jan-2023 03:12:45 Progress (1): 3.5/6.9 MB error 03-Jan-2023 03:12:45 Progress (1): 3.6/6.9 MB error 03-Jan-2023 03:12:45 Progress (1): 3.6/6.9 MB error 03-Jan-2023 03:12:45 Progress (1): 3.6/6.9 MB error 03-Jan-2023 03:12:45 Progress (1): 3.7/6.9 MB error 03-Jan-2023 03:12:45 Progress (1): 3.7/6.9 MB error 03-Jan-2023 03:12:45 Progress (1): 3.8/6.9 MB error 03-Jan-2023 03:12:45 Progress (1): 3.8/6.9 MB error 03-Jan-2023 03:12:45 Progress (1): 3.8/6.9 MB error 03-Jan-2023 03:12:45 Progress (1): 3.9/6.9 MB error 03-Jan-2023 03:12:45 Progress (1): 3.9/6.9 MB error 03-Jan-2023 03:12:45 Progress (1): 3.9/6.9 MB error 03-Jan-2023 03:12:45 Progress (1): 4.0/6.9 MB error 03-Jan-2023 03:12:45 Progress (1): 4.0/6.9 MB error 03-Jan-2023 03:12:45 Progress (1): 4.0/6.9 MB error 03-Jan-2023 03:12:45 Progress (1): 4.1/6.9 MB error 03-Jan-2023 03:12:45 Progress (1): 4.1/6.9 MB error 03-Jan-2023 03:12:45 Progress (1): 4.1/6.9 MB error 03-Jan-2023 03:12:45 Progress (1): 4.2/6.9 MB error 03-Jan-2023 03:12:45 Progress (1): 4.2/6.9 MB error 03-Jan-2023 03:12:45 Progress (1): 4.2/6.9 MB error 03-Jan-2023 03:12:45 Progress (1): 4.3/6.9 MB error 03-Jan-2023 03:12:45 Progress (1): 4.3/6.9 MB error 03-Jan-2023 03:12:45 Progress (1): 4.3/6.9 MB error 03-Jan-2023 03:12:45 Progress (1): 4.4/6.9 MB error 03-Jan-2023 03:12:45 Progress (1): 4.4/6.9 MB error 03-Jan-2023 03:12:45 Progress (1): 4.4/6.9 MB error 03-Jan-2023 03:12:45 Progress (1): 4.5/6.9 MB error 03-Jan-2023 03:12:45 Progress (1): 4.5/6.9 MB error 03-Jan-2023 03:12:45 Progress (1): 4.6/6.9 MB error 03-Jan-2023 03:12:45 Progress (1): 4.6/6.9 MB error 03-Jan-2023 03:12:45 Progress (1): 4.6/6.9 MB error 03-Jan-2023 03:12:45 Progress (1): 4.7/6.9 MB error 03-Jan-2023 03:12:45 Progress (1): 4.7/6.9 MB error 03-Jan-2023 03:12:45 Progress (1): 4.7/6.9 MB error 03-Jan-2023 03:12:45 Progress (1): 4.8/6.9 MB error 03-Jan-2023 03:12:45 Progress (1): 4.8/6.9 MB error 03-Jan-2023 03:12:45 Progress (1): 4.8/6.9 MB error 03-Jan-2023 03:12:45 Progress (1): 4.9/6.9 MB error 03-Jan-2023 03:12:45 Progress (1): 4.9/6.9 MB error 03-Jan-2023 03:12:45 Progress (1): 4.9/6.9 MB error 03-Jan-2023 03:12:45 Progress (1): 5.0/6.9 MB error 03-Jan-2023 03:12:45 Progress (1): 5.0/6.9 MB error 03-Jan-2023 03:12:45 Progress (1): 5.0/6.9 MB error 03-Jan-2023 03:12:45 Progress (1): 5.1/6.9 MB error 03-Jan-2023 03:12:45 Progress (1): 5.1/6.9 MB error 03-Jan-2023 03:12:45 Progress (1): 5.1/6.9 MB error 03-Jan-2023 03:12:45 Progress (1): 5.2/6.9 MB error 03-Jan-2023 03:12:45 Progress (1): 5.2/6.9 MB error 03-Jan-2023 03:12:45 Progress (1): 5.2/6.9 MB error 03-Jan-2023 03:12:45 Progress (1): 5.3/6.9 MB error 03-Jan-2023 03:12:45 Progress (1): 5.3/6.9 MB error 03-Jan-2023 03:12:45 Progress (1): 5.3/6.9 MB error 03-Jan-2023 03:12:45 Progress (1): 5.4/6.9 MB error 03-Jan-2023 03:12:45 Progress (1): 5.4/6.9 MB error 03-Jan-2023 03:12:45 Progress (1): 5.4/6.9 MB error 03-Jan-2023 03:12:45 Progress (1): 5.5/6.9 MB error 03-Jan-2023 03:12:45 Progress (1): 5.5/6.9 MB error 03-Jan-2023 03:12:45 Progress (1): 5.5/6.9 MB error 03-Jan-2023 03:12:45 Progress (1): 5.5/6.9 MB error 03-Jan-2023 03:12:45 Progress (1): 5.6/6.9 MB error 03-Jan-2023 03:12:45 Progress (1): 5.6/6.9 MB error 03-Jan-2023 03:12:45 Progress (1): 5.6/6.9 MB error 03-Jan-2023 03:12:45 Progress (1): 5.7/6.9 MB error 03-Jan-2023 03:12:45 Progress (1): 5.7/6.9 MB error 03-Jan-2023 03:12:45 Progress (1): 5.7/6.9 MB error 03-Jan-2023 03:12:45 Progress (1): 5.8/6.9 MB error 03-Jan-2023 03:12:45 Progress (1): 5.8/6.9 MB error 03-Jan-2023 03:12:45 Progress (1): 5.8/6.9 MB error 03-Jan-2023 03:12:45 Progress (1): 5.9/6.9 MB error 03-Jan-2023 03:12:45 Progress (1): 5.9/6.9 MB error 03-Jan-2023 03:12:45 Progress (1): 5.9/6.9 MB error 03-Jan-2023 03:12:45 Progress (1): 6.0/6.9 MB error 03-Jan-2023 03:12:45 Progress (1): 6.0/6.9 MB error 03-Jan-2023 03:12:45 Progress (1): 6.0/6.9 MB error 03-Jan-2023 03:12:45 Progress (1): 6.1/6.9 MB error 03-Jan-2023 03:12:45 Progress (1): 6.1/6.9 MB error 03-Jan-2023 03:12:45 Progress (1): 6.1/6.9 MB error 03-Jan-2023 03:12:45 Progress (1): 6.2/6.9 MB error 03-Jan-2023 03:12:45 Progress (1): 6.2/6.9 MB error 03-Jan-2023 03:12:45 Progress (1): 6.2/6.9 MB error 03-Jan-2023 03:12:45 Progress (1): 6.3/6.9 MB error 03-Jan-2023 03:12:45 Progress (1): 6.3/6.9 MB error 03-Jan-2023 03:12:45 Progress (1): 6.3/6.9 MB error 03-Jan-2023 03:12:45 Progress (1): 6.4/6.9 MB error 03-Jan-2023 03:12:45 Progress (1): 6.4/6.9 MB error 03-Jan-2023 03:12:45 Progress (1): 6.4/6.9 MB error 03-Jan-2023 03:12:45 Progress (1): 6.5/6.9 MB error 03-Jan-2023 03:12:45 Progress (1): 6.5/6.9 MB error 03-Jan-2023 03:12:45 Progress (1): 6.5/6.9 MB error 03-Jan-2023 03:12:45 Progress (1): 6.6/6.9 MB error 03-Jan-2023 03:12:45 Progress (1): 6.6/6.9 MB error 03-Jan-2023 03:12:45 Progress (1): 6.6/6.9 MB error 03-Jan-2023 03:12:45 Progress (1): 6.7/6.9 MB error 03-Jan-2023 03:12:45 Progress (1): 6.7/6.9 MB error 03-Jan-2023 03:12:45 Progress (1): 6.7/6.9 MB error 03-Jan-2023 03:12:45 Progress (1): 6.8/6.9 MB error 03-Jan-2023 03:12:45 Progress (1): 6.8/6.9 MB error 03-Jan-2023 03:12:45 Progress (1): 6.8/6.9 MB error 03-Jan-2023 03:12:45 Progress (1): 6.9/6.9 MB error 03-Jan-2023 03:12:45 Progress (1): 6.9/6.9 MB error 03-Jan-2023 03:12:45 Progress (1): 6.9 MB error 03-Jan-2023 03:12:45 error 03-Jan-2023 03:12:45 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/webservices.rest-omod/2.38.0/webservices.rest-omod-2.38.0.jar (6.9 MB at 6.1 MB/s) error 03-Jan-2023 03:12:45 #18 208.6 [INFO] Configured Artifact: org.openmrs.module:spa-omod:1.0.9:jar error 03-Jan-2023 03:12:45 #18 208.6 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/spa-omod/1.0.9/spa-omod-1.0.9.pom error 03-Jan-2023 03:12:45 #18 208.7 Progress (1): 3.3/5.3 kB error 03-Jan-2023 03:12:45 Progress (1): 5.3 kB error 03-Jan-2023 03:12:45 error 03-Jan-2023 03:12:46 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/spa-omod/1.0.9/spa-omod-1.0.9.pom (5.3 kB at 23 kB/s) error 03-Jan-2023 03:12:46 #18 208.8 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/spa/1.0.9/spa-1.0.9.pom error 03-Jan-2023 03:12:46 #18 208.9 Progress (1): 3.3/3.6 kB error 03-Jan-2023 03:12:46 Progress (1): 3.6 kB error 03-Jan-2023 03:12:46 error 03-Jan-2023 03:12:46 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/spa/1.0.9/spa-1.0.9.pom (3.6 kB at 16 kB/s) error 03-Jan-2023 03:12:46 #18 209.1 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/spa-omod/1.0.9/spa-omod-1.0.9.jar error 03-Jan-2023 03:12:46 #18 209.2 Progress (1): 3.3/13 kB error 03-Jan-2023 03:12:46 Progress (1): 6.1/13 kB error 03-Jan-2023 03:12:46 Progress (1): 8.9/13 kB error 03-Jan-2023 03:12:46 Progress (1): 12/13 kB error 03-Jan-2023 03:12:46 Progress (1): 13 kB error 03-Jan-2023 03:12:46 error 03-Jan-2023 03:12:46 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/spa-omod/1.0.9/spa-omod-1.0.9.jar (13 kB at 56 kB/s) error 03-Jan-2023 03:12:46 #18 209.3 [INFO] Configured Artifact: org.openmrs.module:uicommons-omod:2.23.0:jar error 03-Jan-2023 03:12:46 #18 209.3 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/uicommons-omod/2.23.0/uicommons-omod-2.23.0.pom error 03-Jan-2023 03:12:46 #18 209.4 Progress (1): 3.3/8.9 kB error 03-Jan-2023 03:12:46 Progress (1): 6.1/8.9 kB error 03-Jan-2023 03:12:46 Progress (1): 8.9 kB error 03-Jan-2023 03:12:46 error 03-Jan-2023 03:12:46 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/uicommons-omod/2.23.0/uicommons-omod-2.23.0.pom (8.9 kB at 38 kB/s) error 03-Jan-2023 03:12:46 #18 209.6 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/uicommons/2.23.0/uicommons-2.23.0.pom error 03-Jan-2023 03:12:46 #18 209.7 Progress (1): 3.3/6.0 kB error 03-Jan-2023 03:12:46 Progress (1): 6.0 kB error 03-Jan-2023 03:12:46 error 03-Jan-2023 03:12:47 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/uicommons/2.23.0/uicommons-2.23.0.pom (6.0 kB at 26 kB/s) error 03-Jan-2023 03:12:47 #18 209.8 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/uicommons-omod/2.23.0/uicommons-omod-2.23.0.jar error 03-Jan-2023 03:12:47 #18 210.1 Progress (1): 0/4.8 MB error 03-Jan-2023 03:12:47 Progress (1): 0.1/4.8 MB error 03-Jan-2023 03:12:47 Progress (1): 0.1/4.8 MB error 03-Jan-2023 03:12:47 Progress (1): 0.1/4.8 MB error 03-Jan-2023 03:12:47 Progress (1): 0.1/4.8 MB error 03-Jan-2023 03:12:47 Progress (1): 0.2/4.8 MB error 03-Jan-2023 03:12:47 Progress (1): 0.2/4.8 MB error 03-Jan-2023 03:12:47 Progress (1): 0.2/4.8 MB error 03-Jan-2023 03:12:47 Progress (1): 0.2/4.8 MB error 03-Jan-2023 03:12:47 Progress (1): 0.3/4.8 MB error 03-Jan-2023 03:12:47 Progress (1): 0.3/4.8 MB error 03-Jan-2023 03:12:47 Progress (1): 0.3/4.8 MB error 03-Jan-2023 03:12:47 Progress (1): 0.3/4.8 MB error 03-Jan-2023 03:12:47 Progress (1): 0.4/4.8 MB error 03-Jan-2023 03:12:47 Progress (1): 0.4/4.8 MB error 03-Jan-2023 03:12:47 Progress (1): 0.4/4.8 MB error 03-Jan-2023 03:12:47 Progress (1): 0.4/4.8 MB error 03-Jan-2023 03:12:47 Progress (1): 0.5/4.8 MB error 03-Jan-2023 03:12:47 Progress (1): 0.5/4.8 MB error 03-Jan-2023 03:12:47 Progress (1): 0.5/4.8 MB error 03-Jan-2023 03:12:47 Progress (1): 0.5/4.8 MB error 03-Jan-2023 03:12:47 Progress (1): 0.6/4.8 MB error 03-Jan-2023 03:12:47 Progress (1): 0.6/4.8 MB error 03-Jan-2023 03:12:47 Progress (1): 0.6/4.8 MB error 03-Jan-2023 03:12:47 Progress (1): 0.6/4.8 MB error 03-Jan-2023 03:12:47 Progress (1): 0.7/4.8 MB error 03-Jan-2023 03:12:47 Progress (1): 0.7/4.8 MB error 03-Jan-2023 03:12:47 Progress (1): 0.7/4.8 MB error 03-Jan-2023 03:12:47 Progress (1): 0.7/4.8 MB error 03-Jan-2023 03:12:47 Progress (1): 0.8/4.8 MB error 03-Jan-2023 03:12:47 Progress (1): 0.8/4.8 MB error 03-Jan-2023 03:12:47 Progress (1): 0.8/4.8 MB error 03-Jan-2023 03:12:47 Progress (1): 0.8/4.8 MB error 03-Jan-2023 03:12:47 Progress (1): 0.9/4.8 MB error 03-Jan-2023 03:12:47 Progress (1): 0.9/4.8 MB error 03-Jan-2023 03:12:47 Progress (1): 0.9/4.8 MB error 03-Jan-2023 03:12:47 Progress (1): 0.9/4.8 MB error 03-Jan-2023 03:12:47 Progress (1): 1.0/4.8 MB error 03-Jan-2023 03:12:47 Progress (1): 1.0/4.8 MB error 03-Jan-2023 03:12:47 Progress (1): 1.0/4.8 MB error 03-Jan-2023 03:12:47 Progress (1): 1.0/4.8 MB error 03-Jan-2023 03:12:47 Progress (1): 1.1/4.8 MB error 03-Jan-2023 03:12:47 Progress (1): 1.1/4.8 MB error 03-Jan-2023 03:12:47 Progress (1): 1.1/4.8 MB error 03-Jan-2023 03:12:47 Progress (1): 1.1/4.8 MB error 03-Jan-2023 03:12:47 Progress (1): 1.2/4.8 MB error 03-Jan-2023 03:12:47 Progress (1): 1.2/4.8 MB error 03-Jan-2023 03:12:47 Progress (1): 1.2/4.8 MB error 03-Jan-2023 03:12:47 Progress (1): 1.2/4.8 MB error 03-Jan-2023 03:12:47 Progress (1): 1.3/4.8 MB error 03-Jan-2023 03:12:47 Progress (1): 1.3/4.8 MB error 03-Jan-2023 03:12:47 Progress (1): 1.3/4.8 MB error 03-Jan-2023 03:12:47 Progress (1): 1.3/4.8 MB error 03-Jan-2023 03:12:47 Progress (1): 1.4/4.8 MB error 03-Jan-2023 03:12:47 Progress (1): 1.4/4.8 MB error 03-Jan-2023 03:12:47 Progress (1): 1.4/4.8 MB error 03-Jan-2023 03:12:47 Progress (1): 1.5/4.8 MB error 03-Jan-2023 03:12:47 Progress (1): 1.5/4.8 MB error 03-Jan-2023 03:12:47 Progress (1): 1.5/4.8 MB error 03-Jan-2023 03:12:47 Progress (1): 1.5/4.8 MB error 03-Jan-2023 03:12:47 Progress (1): 1.6/4.8 MB error 03-Jan-2023 03:12:47 Progress (1): 1.6/4.8 MB error 03-Jan-2023 03:12:47 Progress (1): 1.6/4.8 MB error 03-Jan-2023 03:12:47 Progress (1): 1.6/4.8 MB error 03-Jan-2023 03:12:47 Progress (1): 1.7/4.8 MB error 03-Jan-2023 03:12:47 Progress (1): 1.7/4.8 MB error 03-Jan-2023 03:12:47 Progress (1): 1.7/4.8 MB error 03-Jan-2023 03:12:47 Progress (1): 1.7/4.8 MB error 03-Jan-2023 03:12:47 Progress (1): 1.8/4.8 MB error 03-Jan-2023 03:12:47 Progress (1): 1.8/4.8 MB error 03-Jan-2023 03:12:47 Progress (1): 1.8/4.8 MB error 03-Jan-2023 03:12:47 Progress (1): 1.8/4.8 MB error 03-Jan-2023 03:12:47 Progress (1): 1.9/4.8 MB error 03-Jan-2023 03:12:47 Progress (1): 1.9/4.8 MB error 03-Jan-2023 03:12:47 Progress (1): 1.9/4.8 MB error 03-Jan-2023 03:12:47 Progress (1): 1.9/4.8 MB error 03-Jan-2023 03:12:47 Progress (1): 2.0/4.8 MB error 03-Jan-2023 03:12:47 Progress (1): 2.0/4.8 MB error 03-Jan-2023 03:12:47 Progress (1): 2.0/4.8 MB error 03-Jan-2023 03:12:47 Progress (1): 2.1/4.8 MB error 03-Jan-2023 03:12:47 Progress (1): 2.1/4.8 MB error 03-Jan-2023 03:12:47 Progress (1): 2.1/4.8 MB error 03-Jan-2023 03:12:47 Progress (1): 2.1/4.8 MB error 03-Jan-2023 03:12:47 Progress (1): 2.2/4.8 MB error 03-Jan-2023 03:12:47 Progress (1): 2.2/4.8 MB error 03-Jan-2023 03:12:47 Progress (1): 2.2/4.8 MB error 03-Jan-2023 03:12:47 Progress (1): 2.2/4.8 MB error 03-Jan-2023 03:12:47 Progress (1): 2.3/4.8 MB error 03-Jan-2023 03:12:47 Progress (1): 2.3/4.8 MB error 03-Jan-2023 03:12:47 Progress (1): 2.3/4.8 MB error 03-Jan-2023 03:12:47 Progress (1): 2.3/4.8 MB error 03-Jan-2023 03:12:47 Progress (1): 2.4/4.8 MB error 03-Jan-2023 03:12:47 Progress (1): 2.4/4.8 MB error 03-Jan-2023 03:12:47 Progress (1): 2.4/4.8 MB error 03-Jan-2023 03:12:47 Progress (1): 2.5/4.8 MB error 03-Jan-2023 03:12:47 Progress (1): 2.5/4.8 MB error 03-Jan-2023 03:12:47 Progress (1): 2.5/4.8 MB error 03-Jan-2023 03:12:47 Progress (1): 2.5/4.8 MB error 03-Jan-2023 03:12:47 Progress (1): 2.6/4.8 MB error 03-Jan-2023 03:12:47 Progress (1): 2.6/4.8 MB error 03-Jan-2023 03:12:47 Progress (1): 2.6/4.8 MB error 03-Jan-2023 03:12:47 Progress (1): 2.6/4.8 MB error 03-Jan-2023 03:12:47 Progress (1): 2.7/4.8 MB error 03-Jan-2023 03:12:47 Progress (1): 2.7/4.8 MB error 03-Jan-2023 03:12:47 Progress (1): 2.7/4.8 MB error 03-Jan-2023 03:12:47 Progress (1): 2.8/4.8 MB error 03-Jan-2023 03:12:47 Progress (1): 2.8/4.8 MB error 03-Jan-2023 03:12:47 Progress (1): 2.8/4.8 MB error 03-Jan-2023 03:12:47 Progress (1): 2.8/4.8 MB error 03-Jan-2023 03:12:47 Progress (1): 2.9/4.8 MB error 03-Jan-2023 03:12:47 Progress (1): 2.9/4.8 MB error 03-Jan-2023 03:12:47 Progress (1): 2.9/4.8 MB error 03-Jan-2023 03:12:47 Progress (1): 2.9/4.8 MB error 03-Jan-2023 03:12:47 Progress (1): 3.0/4.8 MB error 03-Jan-2023 03:12:47 Progress (1): 3.0/4.8 MB error 03-Jan-2023 03:12:47 Progress (1): 3.0/4.8 MB error 03-Jan-2023 03:12:47 Progress (1): 3.0/4.8 MB error 03-Jan-2023 03:12:47 Progress (1): 3.1/4.8 MB error 03-Jan-2023 03:12:47 Progress (1): 3.1/4.8 MB error 03-Jan-2023 03:12:47 Progress (1): 3.1/4.8 MB error 03-Jan-2023 03:12:47 Progress (1): 3.2/4.8 MB error 03-Jan-2023 03:12:47 Progress (1): 3.2/4.8 MB error 03-Jan-2023 03:12:47 Progress (1): 3.2/4.8 MB error 03-Jan-2023 03:12:47 Progress (1): 3.2/4.8 MB error 03-Jan-2023 03:12:47 Progress (1): 3.3/4.8 MB error 03-Jan-2023 03:12:47 Progress (1): 3.3/4.8 MB error 03-Jan-2023 03:12:47 Progress (1): 3.3/4.8 MB error 03-Jan-2023 03:12:47 Progress (1): 3.3/4.8 MB error 03-Jan-2023 03:12:47 Progress (1): 3.4/4.8 MB error 03-Jan-2023 03:12:47 Progress (1): 3.4/4.8 MB error 03-Jan-2023 03:12:47 Progress (1): 3.4/4.8 MB error 03-Jan-2023 03:12:47 Progress (1): 3.5/4.8 MB error 03-Jan-2023 03:12:47 Progress (1): 3.5/4.8 MB error 03-Jan-2023 03:12:47 Progress (1): 3.5/4.8 MB error 03-Jan-2023 03:12:47 Progress (1): 3.5/4.8 MB error 03-Jan-2023 03:12:47 Progress (1): 3.6/4.8 MB error 03-Jan-2023 03:12:47 Progress (1): 3.6/4.8 MB error 03-Jan-2023 03:12:47 Progress (1): 3.6/4.8 MB error 03-Jan-2023 03:12:47 Progress (1): 3.6/4.8 MB error 03-Jan-2023 03:12:47 Progress (1): 3.7/4.8 MB error 03-Jan-2023 03:12:47 Progress (1): 3.7/4.8 MB error 03-Jan-2023 03:12:47 Progress (1): 3.7/4.8 MB error 03-Jan-2023 03:12:47 Progress (1): 3.7/4.8 MB error 03-Jan-2023 03:12:47 Progress (1): 3.8/4.8 MB error 03-Jan-2023 03:12:47 Progress (1): 3.8/4.8 MB error 03-Jan-2023 03:12:47 Progress (1): 3.8/4.8 MB error 03-Jan-2023 03:12:47 Progress (1): 3.8/4.8 MB error 03-Jan-2023 03:12:47 Progress (1): 3.9/4.8 MB error 03-Jan-2023 03:12:47 Progress (1): 3.9/4.8 MB error 03-Jan-2023 03:12:47 Progress (1): 3.9/4.8 MB error 03-Jan-2023 03:12:47 Progress (1): 3.9/4.8 MB error 03-Jan-2023 03:12:47 Progress (1): 4.0/4.8 MB error 03-Jan-2023 03:12:47 Progress (1): 4.0/4.8 MB error 03-Jan-2023 03:12:47 Progress (1): 4.0/4.8 MB error 03-Jan-2023 03:12:47 Progress (1): 4.0/4.8 MB error 03-Jan-2023 03:12:47 Progress (1): 4.1/4.8 MB error 03-Jan-2023 03:12:47 Progress (1): 4.1/4.8 MB error 03-Jan-2023 03:12:47 Progress (1): 4.1/4.8 MB error 03-Jan-2023 03:12:47 Progress (1): 4.1/4.8 MB error 03-Jan-2023 03:12:47 Progress (1): 4.2/4.8 MB error 03-Jan-2023 03:12:47 Progress (1): 4.2/4.8 MB error 03-Jan-2023 03:12:47 Progress (1): 4.2/4.8 MB error 03-Jan-2023 03:12:47 Progress (1): 4.2/4.8 MB error 03-Jan-2023 03:12:47 Progress (1): 4.3/4.8 MB error 03-Jan-2023 03:12:47 Progress (1): 4.3/4.8 MB error 03-Jan-2023 03:12:47 Progress (1): 4.3/4.8 MB error 03-Jan-2023 03:12:47 Progress (1): 4.3/4.8 MB error 03-Jan-2023 03:12:47 Progress (1): 4.4/4.8 MB error 03-Jan-2023 03:12:47 Progress (1): 4.4/4.8 MB error 03-Jan-2023 03:12:47 Progress (1): 4.4/4.8 MB error 03-Jan-2023 03:12:47 Progress (1): 4.4/4.8 MB error 03-Jan-2023 03:12:47 Progress (1): 4.5/4.8 MB error 03-Jan-2023 03:12:47 Progress (1): 4.5/4.8 MB error 03-Jan-2023 03:12:47 Progress (1): 4.5/4.8 MB error 03-Jan-2023 03:12:47 Progress (1): 4.5/4.8 MB error 03-Jan-2023 03:12:47 Progress (1): 4.6/4.8 MB error 03-Jan-2023 03:12:47 Progress (1): 4.6/4.8 MB error 03-Jan-2023 03:12:47 Progress (1): 4.6/4.8 MB error 03-Jan-2023 03:12:47 Progress (1): 4.6/4.8 MB error 03-Jan-2023 03:12:47 Progress (1): 4.7/4.8 MB error 03-Jan-2023 03:12:47 Progress (1): 4.7/4.8 MB error 03-Jan-2023 03:12:47 Progress (1): 4.7/4.8 MB error 03-Jan-2023 03:12:47 Progress (1): 4.7/4.8 MB error 03-Jan-2023 03:12:47 Progress (1): 4.8/4.8 MB error 03-Jan-2023 03:12:47 Progress (1): 4.8/4.8 MB error 03-Jan-2023 03:12:47 Progress (1): 4.8/4.8 MB error 03-Jan-2023 03:12:47 Progress (1): 4.8/4.8 MB error 03-Jan-2023 03:12:47 Progress (1): 4.8 MB error 03-Jan-2023 03:12:47 error 03-Jan-2023 03:12:47 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/uicommons-omod/2.23.0/uicommons-omod-2.23.0.jar (4.8 MB at 5.3 MB/s) error 03-Jan-2023 03:12:47 #18 210.7 [INFO] Configured Artifact: org.openmrs.module:uiframework-omod:3.23.0:jar error 03-Jan-2023 03:12:47 #18 210.7 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/uiframework-omod/3.23.0/uiframework-omod-3.23.0.pom error 03-Jan-2023 03:12:48 #18 210.8 Progress (1): 3.3/5.9 kB error 03-Jan-2023 03:12:48 Progress (1): 5.9 kB error 03-Jan-2023 03:12:48 error 03-Jan-2023 03:12:48 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/uiframework-omod/3.23.0/uiframework-omod-3.23.0.pom (5.9 kB at 26 kB/s) error 03-Jan-2023 03:12:48 #18 211.0 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/uiframework/3.23.0/uiframework-3.23.0.pom error 03-Jan-2023 03:12:48 #18 211.1 Progress (1): 3.3/11 kB error 03-Jan-2023 03:12:48 Progress (1): 6.1/11 kB error 03-Jan-2023 03:12:48 Progress (1): 8.9/11 kB error 03-Jan-2023 03:12:48 Progress (1): 11 kB error 03-Jan-2023 03:12:48 error 03-Jan-2023 03:12:48 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/uiframework/3.23.0/uiframework-3.23.0.pom (11 kB at 47 kB/s) error 03-Jan-2023 03:12:48 #18 211.2 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/uiframework-omod/3.23.0/uiframework-omod-3.23.0.jar error 03-Jan-2023 03:12:48 #18 211.5 Progress (1): 0/2.7 MB error 03-Jan-2023 03:12:48 Progress (1): 0/2.7 MB error 03-Jan-2023 03:12:48 Progress (1): 0.1/2.7 MB error 03-Jan-2023 03:12:48 Progress (1): 0.1/2.7 MB error 03-Jan-2023 03:12:48 Progress (1): 0.1/2.7 MB error 03-Jan-2023 03:12:48 Progress (1): 0.1/2.7 MB error 03-Jan-2023 03:12:48 Progress (1): 0.1/2.7 MB error 03-Jan-2023 03:12:48 Progress (1): 0.1/2.7 MB error 03-Jan-2023 03:12:48 Progress (1): 0.2/2.7 MB error 03-Jan-2023 03:12:48 Progress (1): 0.2/2.7 MB error 03-Jan-2023 03:12:48 Progress (1): 0.2/2.7 MB error 03-Jan-2023 03:12:48 Progress (1): 0.2/2.7 MB error 03-Jan-2023 03:12:48 Progress (1): 0.2/2.7 MB error 03-Jan-2023 03:12:48 Progress (1): 0.2/2.7 MB error 03-Jan-2023 03:12:48 Progress (1): 0.2/2.7 MB error 03-Jan-2023 03:12:48 Progress (1): 0.3/2.7 MB error 03-Jan-2023 03:12:48 Progress (1): 0.3/2.7 MB error 03-Jan-2023 03:12:48 Progress (1): 0.3/2.7 MB error 03-Jan-2023 03:12:48 Progress (1): 0.3/2.7 MB error 03-Jan-2023 03:12:48 Progress (1): 0.3/2.7 MB error 03-Jan-2023 03:12:48 Progress (1): 0.3/2.7 MB error 03-Jan-2023 03:12:48 Progress (1): 0.4/2.7 MB error 03-Jan-2023 03:12:48 Progress (1): 0.4/2.7 MB error 03-Jan-2023 03:12:48 Progress (1): 0.4/2.7 MB error 03-Jan-2023 03:12:48 Progress (1): 0.4/2.7 MB error 03-Jan-2023 03:12:48 Progress (1): 0.4/2.7 MB error 03-Jan-2023 03:12:48 Progress (1): 0.4/2.7 MB error 03-Jan-2023 03:12:48 Progress (1): 0.5/2.7 MB error 03-Jan-2023 03:12:48 Progress (1): 0.5/2.7 MB error 03-Jan-2023 03:12:48 Progress (1): 0.5/2.7 MB error 03-Jan-2023 03:12:48 Progress (1): 0.5/2.7 MB error 03-Jan-2023 03:12:48 Progress (1): 0.5/2.7 MB error 03-Jan-2023 03:12:48 Progress (1): 0.6/2.7 MB error 03-Jan-2023 03:12:48 Progress (1): 0.6/2.7 MB error 03-Jan-2023 03:12:48 Progress (1): 0.6/2.7 MB error 03-Jan-2023 03:12:48 Progress (1): 0.6/2.7 MB error 03-Jan-2023 03:12:48 Progress (1): 0.6/2.7 MB error 03-Jan-2023 03:12:48 Progress (1): 0.6/2.7 MB error 03-Jan-2023 03:12:48 Progress (1): 0.7/2.7 MB error 03-Jan-2023 03:12:48 Progress (1): 0.7/2.7 MB error 03-Jan-2023 03:12:48 Progress (1): 0.7/2.7 MB error 03-Jan-2023 03:12:48 Progress (1): 0.7/2.7 MB error 03-Jan-2023 03:12:48 Progress (1): 0.7/2.7 MB error 03-Jan-2023 03:12:48 Progress (1): 0.7/2.7 MB error 03-Jan-2023 03:12:48 Progress (1): 0.8/2.7 MB error 03-Jan-2023 03:12:48 Progress (1): 0.8/2.7 MB error 03-Jan-2023 03:12:48 Progress (1): 0.8/2.7 MB error 03-Jan-2023 03:12:48 Progress (1): 0.8/2.7 MB error 03-Jan-2023 03:12:48 Progress (1): 0.8/2.7 MB error 03-Jan-2023 03:12:48 Progress (1): 0.8/2.7 MB error 03-Jan-2023 03:12:48 Progress (1): 0.9/2.7 MB error 03-Jan-2023 03:12:48 Progress (1): 0.9/2.7 MB error 03-Jan-2023 03:12:48 Progress (1): 0.9/2.7 MB error 03-Jan-2023 03:12:48 Progress (1): 0.9/2.7 MB error 03-Jan-2023 03:12:48 Progress (1): 0.9/2.7 MB error 03-Jan-2023 03:12:48 Progress (1): 0.9/2.7 MB error 03-Jan-2023 03:12:48 Progress (1): 1.0/2.7 MB error 03-Jan-2023 03:12:48 Progress (1): 1.0/2.7 MB error 03-Jan-2023 03:12:48 Progress (1): 1.0/2.7 MB error 03-Jan-2023 03:12:48 Progress (1): 1.0/2.7 MB error 03-Jan-2023 03:12:48 Progress (1): 1.0/2.7 MB error 03-Jan-2023 03:12:48 Progress (1): 1.0/2.7 MB error 03-Jan-2023 03:12:48 Progress (1): 1.1/2.7 MB error 03-Jan-2023 03:12:48 Progress (1): 1.1/2.7 MB error 03-Jan-2023 03:12:48 Progress (1): 1.1/2.7 MB error 03-Jan-2023 03:12:48 Progress (1): 1.1/2.7 MB error 03-Jan-2023 03:12:48 Progress (1): 1.1/2.7 MB error 03-Jan-2023 03:12:48 Progress (1): 1.1/2.7 MB error 03-Jan-2023 03:12:48 Progress (1): 1.2/2.7 MB error 03-Jan-2023 03:12:48 Progress (1): 1.2/2.7 MB error 03-Jan-2023 03:12:48 Progress (1): 1.2/2.7 MB error 03-Jan-2023 03:12:48 Progress (1): 1.2/2.7 MB error 03-Jan-2023 03:12:48 Progress (1): 1.2/2.7 MB error 03-Jan-2023 03:12:48 Progress (1): 1.2/2.7 MB error 03-Jan-2023 03:12:48 Progress (1): 1.3/2.7 MB error 03-Jan-2023 03:12:48 Progress (1): 1.3/2.7 MB error 03-Jan-2023 03:12:48 Progress (1): 1.3/2.7 MB error 03-Jan-2023 03:12:48 Progress (1): 1.3/2.7 MB error 03-Jan-2023 03:12:48 Progress (1): 1.3/2.7 MB error 03-Jan-2023 03:12:48 Progress (1): 1.3/2.7 MB error 03-Jan-2023 03:12:48 Progress (1): 1.4/2.7 MB error 03-Jan-2023 03:12:48 Progress (1): 1.4/2.7 MB error 03-Jan-2023 03:12:48 Progress (1): 1.4/2.7 MB error 03-Jan-2023 03:12:48 Progress (1): 1.4/2.7 MB error 03-Jan-2023 03:12:48 Progress (1): 1.4/2.7 MB error 03-Jan-2023 03:12:48 Progress (1): 1.4/2.7 MB error 03-Jan-2023 03:12:48 Progress (1): 1.5/2.7 MB error 03-Jan-2023 03:12:48 Progress (1): 1.5/2.7 MB error 03-Jan-2023 03:12:48 Progress (1): 1.5/2.7 MB error 03-Jan-2023 03:12:48 Progress (1): 1.5/2.7 MB error 03-Jan-2023 03:12:48 Progress (1): 1.5/2.7 MB error 03-Jan-2023 03:12:48 Progress (1): 1.6/2.7 MB error 03-Jan-2023 03:12:48 Progress (1): 1.6/2.7 MB error 03-Jan-2023 03:12:48 Progress (1): 1.6/2.7 MB error 03-Jan-2023 03:12:48 Progress (1): 1.6/2.7 MB error 03-Jan-2023 03:12:48 Progress (1): 1.6/2.7 MB error 03-Jan-2023 03:12:48 Progress (1): 1.6/2.7 MB error 03-Jan-2023 03:12:48 Progress (1): 1.7/2.7 MB error 03-Jan-2023 03:12:48 Progress (1): 1.7/2.7 MB error 03-Jan-2023 03:12:48 Progress (1): 1.7/2.7 MB error 03-Jan-2023 03:12:48 Progress (1): 1.7/2.7 MB error 03-Jan-2023 03:12:48 Progress (1): 1.7/2.7 MB error 03-Jan-2023 03:12:48 Progress (1): 1.7/2.7 MB error 03-Jan-2023 03:12:48 Progress (1): 1.8/2.7 MB error 03-Jan-2023 03:12:48 Progress (1): 1.8/2.7 MB error 03-Jan-2023 03:12:48 Progress (1): 1.8/2.7 MB error 03-Jan-2023 03:12:48 Progress (1): 1.8/2.7 MB error 03-Jan-2023 03:12:48 Progress (1): 1.8/2.7 MB error 03-Jan-2023 03:12:48 Progress (1): 1.8/2.7 MB error 03-Jan-2023 03:12:48 Progress (1): 1.9/2.7 MB error 03-Jan-2023 03:12:48 Progress (1): 1.9/2.7 MB error 03-Jan-2023 03:12:48 Progress (1): 1.9/2.7 MB error 03-Jan-2023 03:12:48 Progress (1): 1.9/2.7 MB error 03-Jan-2023 03:12:48 Progress (1): 1.9/2.7 MB error 03-Jan-2023 03:12:48 Progress (1): 2.0/2.7 MB error 03-Jan-2023 03:12:48 Progress (1): 2.0/2.7 MB error 03-Jan-2023 03:12:48 Progress (1): 2.0/2.7 MB error 03-Jan-2023 03:12:48 Progress (1): 2.0/2.7 MB error 03-Jan-2023 03:12:48 Progress (1): 2.0/2.7 MB error 03-Jan-2023 03:12:48 Progress (1): 2.0/2.7 MB error 03-Jan-2023 03:12:48 Progress (1): 2.1/2.7 MB error 03-Jan-2023 03:12:48 Progress (1): 2.1/2.7 MB error 03-Jan-2023 03:12:48 Progress (1): 2.1/2.7 MB error 03-Jan-2023 03:12:48 Progress (1): 2.1/2.7 MB error 03-Jan-2023 03:12:48 Progress (1): 2.1/2.7 MB error 03-Jan-2023 03:12:48 Progress (1): 2.1/2.7 MB error 03-Jan-2023 03:12:48 Progress (1): 2.2/2.7 MB error 03-Jan-2023 03:12:48 Progress (1): 2.2/2.7 MB error 03-Jan-2023 03:12:48 Progress (1): 2.2/2.7 MB error 03-Jan-2023 03:12:48 Progress (1): 2.2/2.7 MB error 03-Jan-2023 03:12:48 Progress (1): 2.2/2.7 MB error 03-Jan-2023 03:12:48 Progress (1): 2.2/2.7 MB error 03-Jan-2023 03:12:48 Progress (1): 2.3/2.7 MB error 03-Jan-2023 03:12:48 Progress (1): 2.3/2.7 MB error 03-Jan-2023 03:12:48 Progress (1): 2.3/2.7 MB error 03-Jan-2023 03:12:48 Progress (1): 2.3/2.7 MB error 03-Jan-2023 03:12:48 Progress (1): 2.3/2.7 MB error 03-Jan-2023 03:12:48 Progress (1): 2.3/2.7 MB error 03-Jan-2023 03:12:48 Progress (1): 2.4/2.7 MB error 03-Jan-2023 03:12:48 Progress (1): 2.4/2.7 MB error 03-Jan-2023 03:12:48 Progress (1): 2.4/2.7 MB error 03-Jan-2023 03:12:48 Progress (1): 2.4/2.7 MB error 03-Jan-2023 03:12:48 Progress (1): 2.4/2.7 MB error 03-Jan-2023 03:12:48 Progress (1): 2.4/2.7 MB error 03-Jan-2023 03:12:48 Progress (1): 2.5/2.7 MB error 03-Jan-2023 03:12:48 Progress (1): 2.5/2.7 MB error 03-Jan-2023 03:12:48 Progress (1): 2.5/2.7 MB error 03-Jan-2023 03:12:49 Progress (1): 2.5/2.7 MB error 03-Jan-2023 03:12:49 Progress (1): 2.5/2.7 MB error 03-Jan-2023 03:12:49 Progress (1): 2.5/2.7 MB error 03-Jan-2023 03:12:49 Progress (1): 2.6/2.7 MB error 03-Jan-2023 03:12:49 Progress (1): 2.6/2.7 MB error 03-Jan-2023 03:12:49 Progress (1): 2.6/2.7 MB error 03-Jan-2023 03:12:49 Progress (1): 2.6/2.7 MB error 03-Jan-2023 03:12:49 Progress (1): 2.6/2.7 MB error 03-Jan-2023 03:12:49 Progress (1): 2.6/2.7 MB error 03-Jan-2023 03:12:49 Progress (1): 2.7/2.7 MB error 03-Jan-2023 03:12:49 Progress (1): 2.7/2.7 MB error 03-Jan-2023 03:12:49 Progress (1): 2.7/2.7 MB error 03-Jan-2023 03:12:49 Progress (1): 2.7/2.7 MB error 03-Jan-2023 03:12:49 Progress (1): 2.7/2.7 MB error 03-Jan-2023 03:12:49 Progress (1): 2.7 MB error 03-Jan-2023 03:12:49 error 03-Jan-2023 03:12:49 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/uiframework-omod/3.23.0/uiframework-omod-3.23.0.jar (2.7 MB at 3.8 MB/s) error 03-Jan-2023 03:12:49 #18 211.9 [INFO] Configured Artifact: org.openmrs.module:metadatasharing-omod:1.9.0:jar error 03-Jan-2023 03:12:49 #18 212.0 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/metadatasharing-omod/1.9.0/metadatasharing-omod-1.9.0.pom error 03-Jan-2023 03:12:49 #18 212.1 Progress (1): 2.9 kB error 03-Jan-2023 03:12:49 error 03-Jan-2023 03:12:49 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/metadatasharing-omod/1.9.0/metadatasharing-omod-1.9.0.pom (2.9 kB at 13 kB/s) error 03-Jan-2023 03:12:49 #18 212.2 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/metadatasharing/1.9.0/metadatasharing-1.9.0.pom error 03-Jan-2023 03:12:49 #18 212.3 Progress (1): 3.3/11 kB error 03-Jan-2023 03:12:49 Progress (1): 6.1/11 kB error 03-Jan-2023 03:12:49 Progress (1): 8.9/11 kB error 03-Jan-2023 03:12:49 Progress (1): 11 kB error 03-Jan-2023 03:12:49 error 03-Jan-2023 03:12:49 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/metadatasharing/1.9.0/metadatasharing-1.9.0.pom (11 kB at 50 kB/s) error 03-Jan-2023 03:12:49 #18 212.4 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/metadatasharing-omod/1.9.0/metadatasharing-omod-1.9.0.jar error 03-Jan-2023 03:12:49 #18 212.7 Progress (1): 4.1/509 kB error 03-Jan-2023 03:12:49 Progress (1): 8.2/509 kB error 03-Jan-2023 03:12:49 Progress (1): 12/509 kB error 03-Jan-2023 03:12:49 Progress (1): 16/509 kB error 03-Jan-2023 03:12:49 Progress (1): 19/509 kB error 03-Jan-2023 03:12:49 Progress (1): 23/509 kB error 03-Jan-2023 03:12:49 Progress (1): 27/509 kB error 03-Jan-2023 03:12:49 Progress (1): 31/509 kB error 03-Jan-2023 03:12:49 Progress (1): 34/509 kB error 03-Jan-2023 03:12:49 Progress (1): 38/509 kB error 03-Jan-2023 03:12:49 Progress (1): 42/509 kB error 03-Jan-2023 03:12:49 Progress (1): 46/509 kB error 03-Jan-2023 03:12:49 Progress (1): 51/509 kB error 03-Jan-2023 03:12:49 Progress (1): 55/509 kB error 03-Jan-2023 03:12:49 Progress (1): 59/509 kB error 03-Jan-2023 03:12:49 Progress (1): 63/509 kB error 03-Jan-2023 03:12:49 Progress (1): 67/509 kB error 03-Jan-2023 03:12:49 Progress (1): 69/509 kB error 03-Jan-2023 03:12:49 Progress (1): 71/509 kB error 03-Jan-2023 03:12:49 Progress (1): 75/509 kB error 03-Jan-2023 03:12:49 Progress (1): 80/509 kB error 03-Jan-2023 03:12:49 Progress (1): 84/509 kB error 03-Jan-2023 03:12:49 Progress (1): 88/509 kB error 03-Jan-2023 03:12:49 Progress (1): 92/509 kB error 03-Jan-2023 03:12:49 Progress (1): 96/509 kB error 03-Jan-2023 03:12:49 Progress (1): 100/509 kB error 03-Jan-2023 03:12:49 Progress (1): 104/509 kB error 03-Jan-2023 03:12:49 Progress (1): 106/509 kB error 03-Jan-2023 03:12:49 Progress (1): 110/509 kB error 03-Jan-2023 03:12:49 Progress (1): 114/509 kB error 03-Jan-2023 03:12:49 Progress (1): 118/509 kB error 03-Jan-2023 03:12:49 Progress (1): 123/509 kB error 03-Jan-2023 03:12:49 Progress (1): 125/509 kB error 03-Jan-2023 03:12:49 Progress (1): 129/509 kB error 03-Jan-2023 03:12:49 Progress (1): 134/509 kB error 03-Jan-2023 03:12:49 Progress (1): 138/509 kB error 03-Jan-2023 03:12:49 Progress (1): 142/509 kB error 03-Jan-2023 03:12:49 Progress (1): 146/509 kB error 03-Jan-2023 03:12:49 Progress (1): 150/509 kB error 03-Jan-2023 03:12:49 Progress (1): 154/509 kB error 03-Jan-2023 03:12:49 Progress (1): 158/509 kB error 03-Jan-2023 03:12:49 Progress (1): 162/509 kB error 03-Jan-2023 03:12:49 Progress (1): 166/509 kB error 03-Jan-2023 03:12:49 Progress (1): 170/509 kB error 03-Jan-2023 03:12:49 Progress (1): 174/509 kB error 03-Jan-2023 03:12:49 Progress (1): 179/509 kB error 03-Jan-2023 03:12:49 Progress (1): 183/509 kB error 03-Jan-2023 03:12:49 Progress (1): 187/509 kB error 03-Jan-2023 03:12:49 Progress (1): 191/509 kB error 03-Jan-2023 03:12:49 Progress (1): 195/509 kB error 03-Jan-2023 03:12:49 Progress (1): 197/509 kB error 03-Jan-2023 03:12:49 Progress (1): 201/509 kB error 03-Jan-2023 03:12:49 Progress (1): 206/509 kB error 03-Jan-2023 03:12:49 Progress (1): 210/509 kB error 03-Jan-2023 03:12:49 Progress (1): 214/509 kB error 03-Jan-2023 03:12:49 Progress (1): 218/509 kB error 03-Jan-2023 03:12:49 Progress (1): 222/509 kB error 03-Jan-2023 03:12:49 Progress (1): 226/509 kB error 03-Jan-2023 03:12:49 Progress (1): 230/509 kB error 03-Jan-2023 03:12:49 Progress (1): 234/509 kB error 03-Jan-2023 03:12:49 Progress (1): 238/509 kB error 03-Jan-2023 03:12:49 Progress (1): 242/509 kB error 03-Jan-2023 03:12:49 Progress (1): 246/509 kB error 03-Jan-2023 03:12:49 Progress (1): 251/509 kB error 03-Jan-2023 03:12:49 Progress (1): 255/509 kB error 03-Jan-2023 03:12:49 Progress (1): 259/509 kB error 03-Jan-2023 03:12:49 Progress (1): 263/509 kB error 03-Jan-2023 03:12:49 Progress (1): 267/509 kB error 03-Jan-2023 03:12:49 Progress (1): 271/509 kB error 03-Jan-2023 03:12:49 Progress (1): 275/509 kB error 03-Jan-2023 03:12:49 Progress (1): 278/509 kB error 03-Jan-2023 03:12:49 Progress (1): 282/509 kB error 03-Jan-2023 03:12:49 Progress (1): 286/509 kB error 03-Jan-2023 03:12:49 Progress (1): 290/509 kB error 03-Jan-2023 03:12:49 Progress (1): 293/509 kB error 03-Jan-2023 03:12:49 Progress (1): 297/509 kB error 03-Jan-2023 03:12:49 Progress (1): 301/509 kB error 03-Jan-2023 03:12:49 Progress (1): 305/509 kB error 03-Jan-2023 03:12:49 Progress (1): 309/509 kB error 03-Jan-2023 03:12:49 Progress (1): 314/509 kB error 03-Jan-2023 03:12:49 Progress (1): 318/509 kB error 03-Jan-2023 03:12:49 Progress (1): 322/509 kB error 03-Jan-2023 03:12:49 Progress (1): 326/509 kB error 03-Jan-2023 03:12:49 Progress (1): 330/509 kB error 03-Jan-2023 03:12:49 Progress (1): 334/509 kB error 03-Jan-2023 03:12:49 Progress (1): 338/509 kB error 03-Jan-2023 03:12:49 Progress (1): 341/509 kB error 03-Jan-2023 03:12:49 Progress (1): 345/509 kB error 03-Jan-2023 03:12:49 Progress (1): 349/509 kB error 03-Jan-2023 03:12:49 Progress (1): 353/509 kB error 03-Jan-2023 03:12:49 Progress (1): 356/509 kB error 03-Jan-2023 03:12:49 Progress (1): 360/509 kB error 03-Jan-2023 03:12:49 Progress (1): 364/509 kB error 03-Jan-2023 03:12:49 Progress (1): 368/509 kB error 03-Jan-2023 03:12:49 Progress (1): 372/509 kB error 03-Jan-2023 03:12:49 Progress (1): 377/509 kB error 03-Jan-2023 03:12:49 Progress (1): 381/509 kB error 03-Jan-2023 03:12:49 Progress (1): 385/509 kB error 03-Jan-2023 03:12:49 Progress (1): 389/509 kB error 03-Jan-2023 03:12:49 Progress (1): 393/509 kB error 03-Jan-2023 03:12:49 Progress (1): 397/509 kB error 03-Jan-2023 03:12:49 Progress (1): 401/509 kB error 03-Jan-2023 03:12:49 Progress (1): 404/509 kB error 03-Jan-2023 03:12:49 Progress (1): 408/509 kB error 03-Jan-2023 03:12:49 Progress (1): 412/509 kB error 03-Jan-2023 03:12:49 Progress (1): 416/509 kB error 03-Jan-2023 03:12:49 Progress (1): 420/509 kB error 03-Jan-2023 03:12:49 Progress (1): 424/509 kB error 03-Jan-2023 03:12:49 Progress (1): 428/509 kB error 03-Jan-2023 03:12:49 Progress (1): 431/509 kB error 03-Jan-2023 03:12:49 Progress (1): 435/509 kB error 03-Jan-2023 03:12:49 Progress (1): 439/509 kB error 03-Jan-2023 03:12:49 Progress (1): 443/509 kB error 03-Jan-2023 03:12:49 Progress (1): 447/509 kB error 03-Jan-2023 03:12:49 Progress (1): 449/509 kB error 03-Jan-2023 03:12:49 Progress (1): 453/509 kB error 03-Jan-2023 03:12:49 Progress (1): 458/509 kB error 03-Jan-2023 03:12:49 Progress (1): 462/509 kB error 03-Jan-2023 03:12:49 Progress (1): 466/509 kB error 03-Jan-2023 03:12:49 Progress (1): 470/509 kB error 03-Jan-2023 03:12:49 Progress (1): 474/509 kB error 03-Jan-2023 03:12:49 Progress (1): 478/509 kB error 03-Jan-2023 03:12:49 Progress (1): 482/509 kB error 03-Jan-2023 03:12:50 Progress (1): 485/509 kB error 03-Jan-2023 03:12:50 Progress (1): 489/509 kB error 03-Jan-2023 03:12:50 Progress (1): 494/509 kB error 03-Jan-2023 03:12:50 Progress (1): 498/509 kB error 03-Jan-2023 03:12:50 Progress (1): 502/509 kB error 03-Jan-2023 03:12:50 Progress (1): 506/509 kB error 03-Jan-2023 03:12:50 Progress (1): 509 kB error 03-Jan-2023 03:12:50 error 03-Jan-2023 03:12:50 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/metadatasharing-omod/1.9.0/metadatasharing-omod-1.9.0.jar (509 kB at 565 kB/s) error 03-Jan-2023 03:12:50 #18 213.3 [INFO] Copying addresshierarchy-omod-2.15.0.jar to /app/package/target/distro/web/modules/addresshierarchy-2.15.0.omod error 03-Jan-2023 03:12:50 #18 213.3 [INFO] Copying legacyui-omod-1.13.0.jar to /app/package/target/distro/web/modules/legacyui-1.13.0.omod error 03-Jan-2023 03:12:50 #18 213.3 [INFO] Copying openconceptlab-omod-2.0.0.jar to /app/package/target/distro/web/modules/openconceptlab-2.0.0.omod error 03-Jan-2023 03:12:50 #18 213.3 [INFO] Copying metadatadeploy-omod-1.13.0.jar to /app/package/target/distro/web/modules/metadatadeploy-1.13.0.omod error 03-Jan-2023 03:12:50 #18 213.3 [INFO] Copying reportingrest-omod-1.14.0.jar to /app/package/target/distro/web/modules/reportingrest-1.14.0.omod error 03-Jan-2023 03:12:50 #18 213.4 [INFO] Copying owa-omod-1.14.0.jar to /app/package/target/distro/web/modules/owa-1.14.0.omod error 03-Jan-2023 03:12:50 #18 213.4 [INFO] Copying fhir2-omod-1.8.0.jar to /app/package/target/distro/web/modules/fhir2-1.8.0.omod error 03-Jan-2023 03:12:50 #18 213.4 [INFO] Copying serialization.xstream-omod-0.2.16.omod to /app/package/target/distro/web/modules/serialization.xstream-0.2.16.omod error 03-Jan-2023 03:12:50 #18 213.4 [INFO] Copying registrationapp-omod-1.25.0.jar to /app/package/target/distro/web/modules/registrationapp-1.25.0.omod error 03-Jan-2023 03:12:50 #18 213.4 [INFO] Copying event-omod-2.10.0.jar to /app/package/target/distro/web/modules/event-2.10.0.omod error 03-Jan-2023 03:12:50 #18 213.4 [INFO] Copying uilibrary-omod-2.0.7.jar to /app/package/target/distro/web/modules/uilibrary-2.0.7.omod error 03-Jan-2023 03:12:50 #18 213.4 [INFO] Copying htmlwidgets-omod-1.11.0.jar to /app/package/target/distro/web/modules/htmlwidgets-1.11.0.omod error 03-Jan-2023 03:12:50 #18 213.4 [INFO] Copying dataexchange-omod-1.3.8.jar to /app/package/target/distro/web/modules/dataexchange-1.3.8.omod error 03-Jan-2023 03:12:50 #18 213.4 [INFO] Copying appui-omod-1.16.0.jar to /app/package/target/distro/web/modules/appui-1.16.0.omod error 03-Jan-2023 03:12:50 #18 213.4 [INFO] Copying allergyui-omod-1.8.5.jar to /app/package/target/distro/web/modules/allergyui-1.8.5.omod error 03-Jan-2023 03:12:50 #18 213.4 [INFO] Copying providermanagement-omod-2.14.0.jar to /app/package/target/distro/web/modules/providermanagement-2.14.0.omod error 03-Jan-2023 03:12:50 #18 213.4 [INFO] Copying appointmentschedulingui-omod-1.14.0.jar to /app/package/target/distro/web/modules/appointmentschedulingui-1.14.0.omod error 03-Jan-2023 03:12:50 #18 213.4 [INFO] Copying attachments-omod-2.7.0.jar to /app/package/target/distro/web/modules/attachments-2.7.0.omod error 03-Jan-2023 03:12:50 #18 213.5 [INFO] Copying formentryapp-omod-1.4.3.jar to /app/package/target/distro/web/modules/formentryapp-1.4.3.omod error 03-Jan-2023 03:12:50 #18 213.5 [INFO] Copying idgen-omod-4.9.0.jar to /app/package/target/distro/web/modules/idgen-4.9.0.omod error 03-Jan-2023 03:12:50 #18 213.5 [INFO] Copying metadatamapping-omod-1.6.0.jar to /app/package/target/distro/web/modules/metadatamapping-1.6.0.omod error 03-Jan-2023 03:12:50 #18 213.5 [INFO] Copying htmlformentryui-omod-2.2.0.jar to /app/package/target/distro/web/modules/htmlformentryui-2.2.0.omod error 03-Jan-2023 03:12:50 #18 213.5 [INFO] Copying referencedemodata-omod-1.4.8.jar to /app/package/target/distro/web/modules/referencedemodata-1.4.8.omod error 03-Jan-2023 03:12:50 #18 213.5 [INFO] Copying emrapi-omod-1.33.0.jar to /app/package/target/distro/web/modules/emrapi-1.33.0.omod error 03-Jan-2023 03:12:50 #18 213.5 [INFO] Copying referenceapplication-omod-2.13.0-SNAPSHOT.jar to /app/package/target/distro/web/modules/referenceapplication-2.13.0-SNAPSHOT.omod error 03-Jan-2023 03:12:50 #18 213.5 [INFO] Copying htmlformentry-omod-5.1.0.jar to /app/package/target/distro/web/modules/htmlformentry-5.1.0.omod error 03-Jan-2023 03:12:50 #18 213.5 [INFO] Copying appframework-omod-2.17.0.jar to /app/package/target/distro/web/modules/appframework-2.17.0.omod error 03-Jan-2023 03:12:50 #18 213.5 [INFO] Copying referencemetadata-omod-2.13.0.jar to /app/package/target/distro/web/modules/referencemetadata-2.13.0.omod error 03-Jan-2023 03:12:50 #18 213.5 [INFO] Copying reportingui-omod-1.11.0.jar to /app/package/target/distro/web/modules/reportingui-1.11.0.omod error 03-Jan-2023 03:12:50 #18 213.5 [INFO] Copying coreapps-omod-1.38.0.jar to /app/package/target/distro/web/modules/coreapps-1.38.0.omod error 03-Jan-2023 03:12:50 #18 213.5 [INFO] Copying reportingcompatibility-omod-2.0.9.jar to /app/package/target/distro/web/modules/reportingcompatibility-2.0.9.omod error 03-Jan-2023 03:12:50 #18 213.5 [INFO] Copying reporting-omod-1.25.0.jar to /app/package/target/distro/web/modules/reporting-1.25.0.omod error 03-Jan-2023 03:12:50 #18 213.5 [INFO] Copying adminui-omod-1.6.0.jar to /app/package/target/distro/web/modules/adminui-1.6.0.omod error 03-Jan-2023 03:12:50 #18 213.5 [INFO] Copying registrationcore-omod-1.12.0.jar to /app/package/target/distro/web/modules/registrationcore-1.12.0.omod error 03-Jan-2023 03:12:50 #18 213.5 [INFO] Copying appointmentscheduling-omod-1.17.0.jar to /app/package/target/distro/web/modules/appointmentscheduling-1.17.0.omod error 03-Jan-2023 03:12:50 #18 213.5 [INFO] Copying atlas-omod-2.2.6.omod to /app/package/target/distro/web/modules/atlas-2.2.6.omod error 03-Jan-2023 03:12:50 #18 213.5 [INFO] Copying calculation-omod-1.3.0.jar to /app/package/target/distro/web/modules/calculation-1.3.0.omod error 03-Jan-2023 03:12:50 #18 213.5 [INFO] Copying webservices.rest-omod-2.38.0.jar to /app/package/target/distro/web/modules/webservices.rest-2.38.0.omod error 03-Jan-2023 03:12:50 #18 213.5 [INFO] Copying spa-omod-1.0.9.jar to /app/package/target/distro/web/modules/spa-1.0.9.omod error 03-Jan-2023 03:12:50 #18 213.5 [INFO] Copying uicommons-omod-2.23.0.jar to /app/package/target/distro/web/modules/uicommons-2.23.0.omod error 03-Jan-2023 03:12:50 #18 213.6 [INFO] Copying uiframework-omod-3.23.0.jar to /app/package/target/distro/web/modules/uiframework-3.23.0.omod error 03-Jan-2023 03:12:50 #18 213.6 [INFO] Copying metadatasharing-omod-1.9.0.jar to /app/package/target/distro/web/modules/metadatasharing-1.9.0.omod error 03-Jan-2023 03:12:50 #18 213.6 error 03-Jan-2023 03:12:50 #18 213.6 Downloading OWAs... error 03-Jan-2023 03:12:50 #18 213.6 error 03-Jan-2023 03:12:50 #18 213.6 error 03-Jan-2023 03:12:50 #18 213.6 Downloading OWA: org.openmrs.owa:openmrs-owa-sysadmin:1.2 error 03-Jan-2023 03:12:50 #18 213.7 [INFO] Configured Artifact: org.openmrs.owa:sysadmin:1.2:zip error 03-Jan-2023 03:12:50 #18 213.7 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/owa/sysadmin/1.2/sysadmin-1.2.pom error 03-Jan-2023 03:12:50 #18 213.8 Progress (1): 424 B error 03-Jan-2023 03:12:51 error 03-Jan-2023 03:12:51 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/owa/sysadmin/1.2/sysadmin-1.2.pom (424 B at 1.8 kB/s) error 03-Jan-2023 03:12:51 #18 213.9 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/owa/sysadmin/1.2/sysadmin-1.2.zip error 03-Jan-2023 03:12:51 #18 214.2 Progress (1): 0/1.1 MB error 03-Jan-2023 03:12:51 Progress (1): 0/1.1 MB error 03-Jan-2023 03:12:51 Progress (1): 0/1.1 MB error 03-Jan-2023 03:12:51 Progress (1): 0/1.1 MB error 03-Jan-2023 03:12:51 Progress (1): 0/1.1 MB error 03-Jan-2023 03:12:51 Progress (1): 0/1.1 MB error 03-Jan-2023 03:12:51 Progress (1): 0.1/1.1 MB error 03-Jan-2023 03:12:51 Progress (1): 0.1/1.1 MB error 03-Jan-2023 03:12:51 Progress (1): 0.1/1.1 MB error 03-Jan-2023 03:12:51 Progress (1): 0.1/1.1 MB error 03-Jan-2023 03:12:51 Progress (1): 0.1/1.1 MB error 03-Jan-2023 03:12:51 Progress (1): 0.1/1.1 MB error 03-Jan-2023 03:12:51 Progress (1): 0.1/1.1 MB error 03-Jan-2023 03:12:51 Progress (1): 0.1/1.1 MB error 03-Jan-2023 03:12:51 Progress (1): 0.1/1.1 MB error 03-Jan-2023 03:12:51 Progress (1): 0.1/1.1 MB error 03-Jan-2023 03:12:51 Progress (1): 0.1/1.1 MB error 03-Jan-2023 03:12:51 Progress (1): 0.1/1.1 MB error 03-Jan-2023 03:12:51 Progress (1): 0.1/1.1 MB error 03-Jan-2023 03:12:51 Progress (1): 0.2/1.1 MB error 03-Jan-2023 03:12:51 Progress (1): 0.2/1.1 MB error 03-Jan-2023 03:12:51 Progress (1): 0.2/1.1 MB error 03-Jan-2023 03:12:51 Progress (1): 0.2/1.1 MB error 03-Jan-2023 03:12:51 Progress (1): 0.2/1.1 MB error 03-Jan-2023 03:12:51 Progress (1): 0.2/1.1 MB error 03-Jan-2023 03:12:51 Progress (1): 0.2/1.1 MB error 03-Jan-2023 03:12:51 Progress (1): 0.2/1.1 MB error 03-Jan-2023 03:12:51 Progress (1): 0.2/1.1 MB error 03-Jan-2023 03:12:51 Progress (1): 0.2/1.1 MB error 03-Jan-2023 03:12:51 Progress (1): 0.2/1.1 MB error 03-Jan-2023 03:12:51 Progress (1): 0.2/1.1 MB error 03-Jan-2023 03:12:51 Progress (1): 0.3/1.1 MB error 03-Jan-2023 03:12:51 Progress (1): 0.3/1.1 MB error 03-Jan-2023 03:12:51 Progress (1): 0.3/1.1 MB error 03-Jan-2023 03:12:51 Progress (1): 0.3/1.1 MB error 03-Jan-2023 03:12:51 Progress (1): 0.3/1.1 MB error 03-Jan-2023 03:12:51 Progress (1): 0.3/1.1 MB error 03-Jan-2023 03:12:51 Progress (1): 0.3/1.1 MB error 03-Jan-2023 03:12:51 Progress (1): 0.3/1.1 MB error 03-Jan-2023 03:12:51 Progress (1): 0.3/1.1 MB error 03-Jan-2023 03:12:51 Progress (1): 0.3/1.1 MB error 03-Jan-2023 03:12:51 Progress (1): 0.3/1.1 MB error 03-Jan-2023 03:12:51 Progress (1): 0.3/1.1 MB error 03-Jan-2023 03:12:51 Progress (1): 0.3/1.1 MB error 03-Jan-2023 03:12:51 Progress (1): 0.4/1.1 MB error 03-Jan-2023 03:12:51 Progress (1): 0.4/1.1 MB error 03-Jan-2023 03:12:51 Progress (1): 0.4/1.1 MB error 03-Jan-2023 03:12:51 Progress (1): 0.4/1.1 MB error 03-Jan-2023 03:12:51 Progress (1): 0.4/1.1 MB error 03-Jan-2023 03:12:51 Progress (1): 0.4/1.1 MB error 03-Jan-2023 03:12:51 Progress (1): 0.4/1.1 MB error 03-Jan-2023 03:12:51 Progress (1): 0.4/1.1 MB error 03-Jan-2023 03:12:51 Progress (1): 0.4/1.1 MB error 03-Jan-2023 03:12:51 Progress (1): 0.4/1.1 MB error 03-Jan-2023 03:12:51 Progress (1): 0.4/1.1 MB error 03-Jan-2023 03:12:51 Progress (1): 0.4/1.1 MB error 03-Jan-2023 03:12:51 Progress (1): 0.4/1.1 MB error 03-Jan-2023 03:12:51 Progress (1): 0.5/1.1 MB error 03-Jan-2023 03:12:51 Progress (1): 0.5/1.1 MB error 03-Jan-2023 03:12:51 Progress (1): 0.5/1.1 MB error 03-Jan-2023 03:12:51 Progress (1): 0.5/1.1 MB error 03-Jan-2023 03:12:51 Progress (1): 0.5/1.1 MB error 03-Jan-2023 03:12:51 Progress (1): 0.5/1.1 MB error 03-Jan-2023 03:12:51 Progress (1): 0.5/1.1 MB error 03-Jan-2023 03:12:51 Progress (1): 0.5/1.1 MB error 03-Jan-2023 03:12:51 Progress (1): 0.5/1.1 MB error 03-Jan-2023 03:12:51 Progress (1): 0.5/1.1 MB error 03-Jan-2023 03:12:51 Progress (1): 0.5/1.1 MB error 03-Jan-2023 03:12:51 Progress (1): 0.5/1.1 MB error 03-Jan-2023 03:12:51 Progress (1): 0.5/1.1 MB error 03-Jan-2023 03:12:51 Progress (1): 0.6/1.1 MB error 03-Jan-2023 03:12:51 Progress (1): 0.6/1.1 MB error 03-Jan-2023 03:12:51 Progress (1): 0.6/1.1 MB error 03-Jan-2023 03:12:51 Progress (1): 0.6/1.1 MB error 03-Jan-2023 03:12:51 Progress (1): 0.6/1.1 MB error 03-Jan-2023 03:12:51 Progress (1): 0.6/1.1 MB error 03-Jan-2023 03:12:51 Progress (1): 0.6/1.1 MB error 03-Jan-2023 03:12:51 Progress (1): 0.6/1.1 MB error 03-Jan-2023 03:12:51 Progress (1): 0.6/1.1 MB error 03-Jan-2023 03:12:51 Progress (1): 0.6/1.1 MB error 03-Jan-2023 03:12:51 Progress (1): 0.6/1.1 MB error 03-Jan-2023 03:12:51 Progress (1): 0.6/1.1 MB error 03-Jan-2023 03:12:51 Progress (1): 0.7/1.1 MB error 03-Jan-2023 03:12:51 Progress (1): 0.7/1.1 MB error 03-Jan-2023 03:12:51 Progress (1): 0.7/1.1 MB error 03-Jan-2023 03:12:51 Progress (1): 0.7/1.1 MB error 03-Jan-2023 03:12:51 Progress (1): 0.7/1.1 MB error 03-Jan-2023 03:12:51 Progress (1): 0.7/1.1 MB error 03-Jan-2023 03:12:51 Progress (1): 0.7/1.1 MB error 03-Jan-2023 03:12:51 Progress (1): 0.7/1.1 MB error 03-Jan-2023 03:12:51 Progress (1): 0.7/1.1 MB error 03-Jan-2023 03:12:51 Progress (1): 0.7/1.1 MB error 03-Jan-2023 03:12:51 Progress (1): 0.7/1.1 MB error 03-Jan-2023 03:12:51 Progress (1): 0.7/1.1 MB error 03-Jan-2023 03:12:51 Progress (1): 0.7/1.1 MB error 03-Jan-2023 03:12:51 Progress (1): 0.8/1.1 MB error 03-Jan-2023 03:12:51 Progress (1): 0.8/1.1 MB error 03-Jan-2023 03:12:51 Progress (1): 0.8/1.1 MB error 03-Jan-2023 03:12:51 Progress (1): 0.8/1.1 MB error 03-Jan-2023 03:12:51 Progress (1): 0.8/1.1 MB error 03-Jan-2023 03:12:51 Progress (1): 0.8/1.1 MB error 03-Jan-2023 03:12:51 Progress (1): 0.8/1.1 MB error 03-Jan-2023 03:12:51 Progress (1): 0.8/1.1 MB error 03-Jan-2023 03:12:51 Progress (1): 0.8/1.1 MB error 03-Jan-2023 03:12:51 Progress (1): 0.8/1.1 MB error 03-Jan-2023 03:12:51 Progress (1): 0.8/1.1 MB error 03-Jan-2023 03:12:51 Progress (1): 0.8/1.1 MB error 03-Jan-2023 03:12:51 Progress (1): 0.8/1.1 MB error 03-Jan-2023 03:12:51 Progress (1): 0.9/1.1 MB error 03-Jan-2023 03:12:51 Progress (1): 0.9/1.1 MB error 03-Jan-2023 03:12:51 Progress (1): 0.9/1.1 MB error 03-Jan-2023 03:12:51 Progress (1): 0.9/1.1 MB error 03-Jan-2023 03:12:51 Progress (1): 0.9/1.1 MB error 03-Jan-2023 03:12:51 Progress (1): 0.9/1.1 MB error 03-Jan-2023 03:12:51 Progress (1): 0.9/1.1 MB error 03-Jan-2023 03:12:51 Progress (1): 0.9/1.1 MB error 03-Jan-2023 03:12:51 Progress (1): 0.9/1.1 MB error 03-Jan-2023 03:12:51 Progress (1): 0.9/1.1 MB error 03-Jan-2023 03:12:51 Progress (1): 0.9/1.1 MB error 03-Jan-2023 03:12:51 Progress (1): 0.9/1.1 MB error 03-Jan-2023 03:12:51 Progress (1): 0.9/1.1 MB error 03-Jan-2023 03:12:51 Progress (1): 1.0/1.1 MB error 03-Jan-2023 03:12:51 Progress (1): 1.0/1.1 MB error 03-Jan-2023 03:12:51 Progress (1): 1.0/1.1 MB error 03-Jan-2023 03:12:51 Progress (1): 1.0/1.1 MB error 03-Jan-2023 03:12:51 Progress (1): 1.0/1.1 MB error 03-Jan-2023 03:12:51 Progress (1): 1.0/1.1 MB error 03-Jan-2023 03:12:51 Progress (1): 1.0/1.1 MB error 03-Jan-2023 03:12:51 Progress (1): 1.0/1.1 MB error 03-Jan-2023 03:12:51 Progress (1): 1.0/1.1 MB error 03-Jan-2023 03:12:51 Progress (1): 1.0/1.1 MB error 03-Jan-2023 03:12:51 Progress (1): 1.0/1.1 MB error 03-Jan-2023 03:12:51 Progress (1): 1.0/1.1 MB error 03-Jan-2023 03:12:51 Progress (1): 1.0/1.1 MB error 03-Jan-2023 03:12:51 Progress (1): 1.1/1.1 MB error 03-Jan-2023 03:12:51 Progress (1): 1.1/1.1 MB error 03-Jan-2023 03:12:51 Progress (1): 1.1/1.1 MB error 03-Jan-2023 03:12:51 Progress (1): 1.1/1.1 MB error 03-Jan-2023 03:12:51 Progress (1): 1.1/1.1 MB error 03-Jan-2023 03:12:51 Progress (1): 1.1/1.1 MB error 03-Jan-2023 03:12:51 Progress (1): 1.1/1.1 MB error 03-Jan-2023 03:12:51 Progress (1): 1.1 MB error 03-Jan-2023 03:12:51 error 03-Jan-2023 03:12:51 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/owa/sysadmin/1.2/sysadmin-1.2.zip (1.1 MB at 1.8 MB/s) error 03-Jan-2023 03:12:51 #18 214.5 [INFO] Copying sysadmin-1.2.zip to /app/package/target/distro/web/owa/sysadmin-1.2.zip error 03-Jan-2023 03:12:51 #18 214.7 error 03-Jan-2023 03:12:51 #18 214.7 Creating Docker Compose configuration... error 03-Jan-2023 03:12:51 #18 214.7 error 03-Jan-2023 03:12:53 #18 216.2 error 03-Jan-2023 03:12:53 #18 216.2 The 'referenceapplication' distribution created! To start up the server run 'docker-compose up' from /app/package/target/distro error 03-Jan-2023 03:12:53 #18 216.2 error 03-Jan-2023 03:12:53 #18 216.2 [INFO] error 03-Jan-2023 03:12:53 #18 216.2 [INFO] --- openmrs-sdk-maven-plugin:4.5.0:build-distro (build-bundled-distro) @ referenceapplication-package --- error 03-Jan-2023 03:12:53 #18 216.4 error 03-Jan-2023 03:12:53 #18 216.4 Downloading modules... error 03-Jan-2023 03:12:53 #18 216.4 error 03-Jan-2023 03:12:53 #18 216.5 [INFO] Configured Artifact: org.openmrs.web:openmrs-webapp:2.5.8:war error 03-Jan-2023 03:12:53 #18 216.7 [INFO] Copying openmrs-webapp-2.5.8.war to /app/package/target/bundled-distro/web/openmrs-2.5.8.war error 03-Jan-2023 03:12:54 #18 216.9 error 03-Jan-2023 03:12:54 #18 216.9 file:/app/package/target/bundled-distro/web/openmrs-2.5.8.war error 03-Jan-2023 03:12:54 #18 216.9 error 03-Jan-2023 03:12:54 #18 216.9 target:/app/package/target/bundled-distro/web error 03-Jan-2023 03:12:54 #18 217.0 [INFO] Configured Artifact: org.openmrs.module:addresshierarchy-omod:2.15.0:jar error 03-Jan-2023 03:12:54 #18 217.1 [INFO] Configured Artifact: org.openmrs.module:legacyui-omod:1.13.0:jar error 03-Jan-2023 03:12:54 #18 217.1 [INFO] Configured Artifact: org.openmrs.module:openconceptlab-omod:2.0.0:jar error 03-Jan-2023 03:12:54 #18 217.1 [INFO] Configured Artifact: org.openmrs.module:metadatadeploy-omod:1.13.0:jar error 03-Jan-2023 03:12:54 #18 217.1 [INFO] Configured Artifact: org.openmrs.module:reportingrest-omod:1.14.0:jar error 03-Jan-2023 03:12:54 #18 217.1 [INFO] Configured Artifact: org.openmrs.module:owa-omod:1.14.0:jar error 03-Jan-2023 03:12:54 #18 217.1 [INFO] Configured Artifact: org.openmrs.module:fhir2-omod:1.8.0:jar error 03-Jan-2023 03:12:54 #18 217.1 [INFO] Configured Artifact: org.openmrs.module:serialization.xstream-omod:0.2.16:omod error 03-Jan-2023 03:12:54 #18 217.1 [INFO] Configured Artifact: org.openmrs.module:registrationapp-omod:1.25.0:jar error 03-Jan-2023 03:12:54 #18 217.2 [INFO] Configured Artifact: org.openmrs:event-omod:2.10.0:jar error 03-Jan-2023 03:12:54 #18 217.2 [INFO] Configured Artifact: org.openmrs.module:uilibrary-omod:2.0.7:jar error 03-Jan-2023 03:12:54 #18 217.2 [INFO] Configured Artifact: org.openmrs.module:htmlwidgets-omod:1.11.0:jar error 03-Jan-2023 03:12:54 #18 217.2 [INFO] Configured Artifact: org.openmrs.module:dataexchange-omod:1.3.8:jar error 03-Jan-2023 03:12:54 #18 217.2 [INFO] Configured Artifact: org.openmrs.module:appui-omod:1.16.0:jar error 03-Jan-2023 03:12:54 #18 217.2 [INFO] Configured Artifact: org.openmrs.module:allergyui-omod:1.8.5:jar error 03-Jan-2023 03:12:54 #18 217.2 [INFO] Configured Artifact: org.openmrs.module:providermanagement-omod:2.14.0:jar error 03-Jan-2023 03:12:54 #18 217.2 [INFO] Configured Artifact: org.openmrs.module:appointmentschedulingui-omod:1.14.0:jar error 03-Jan-2023 03:12:54 #18 217.2 [INFO] Configured Artifact: org.openmrs.module:attachments-omod:2.7.0:jar error 03-Jan-2023 03:12:54 #18 217.3 [INFO] Configured Artifact: org.openmrs.module:formentryapp-omod:1.4.3:jar error 03-Jan-2023 03:12:54 #18 217.3 [INFO] Configured Artifact: org.openmrs.module:idgen-omod:4.9.0:jar error 03-Jan-2023 03:12:54 #18 217.3 [INFO] Configured Artifact: org.openmrs.module:metadatamapping-omod:1.6.0:jar error 03-Jan-2023 03:12:54 #18 217.3 [INFO] Configured Artifact: org.openmrs.module:htmlformentryui-omod:2.2.0:jar error 03-Jan-2023 03:12:54 #18 217.3 [INFO] Configured Artifact: org.openmrs.module:referencedemodata-omod:1.4.8:jar error 03-Jan-2023 03:12:54 #18 217.3 [INFO] Configured Artifact: org.openmrs.module:emrapi-omod:1.33.0:jar error 03-Jan-2023 03:12:54 #18 217.4 [INFO] Configured Artifact: org.openmrs.module:referenceapplication-omod:2.13.0-SNAPSHOT:jar error 03-Jan-2023 03:12:54 #18 217.4 [INFO] Configured Artifact: org.openmrs.module:htmlformentry-omod:5.1.0:jar error 03-Jan-2023 03:12:54 #18 217.4 [INFO] Configured Artifact: org.openmrs.module:appframework-omod:2.17.0:jar error 03-Jan-2023 03:12:54 #18 217.4 [INFO] Configured Artifact: org.openmrs.module:referencemetadata-omod:2.13.0:jar error 03-Jan-2023 03:12:54 #18 217.5 [INFO] Configured Artifact: org.openmrs.module:reportingui-omod:1.11.0:jar error 03-Jan-2023 03:12:54 #18 217.5 [INFO] Configured Artifact: org.openmrs.module:coreapps-omod:1.38.0:jar error 03-Jan-2023 03:12:54 #18 217.5 [INFO] Configured Artifact: org.openmrs.module:reportingcompatibility-omod:2.0.9:jar error 03-Jan-2023 03:12:54 #18 217.5 [INFO] Configured Artifact: org.openmrs.module:reporting-omod:1.25.0:jar error 03-Jan-2023 03:12:54 #18 217.5 [INFO] Configured Artifact: org.openmrs.module:adminui-omod:1.6.0:jar error 03-Jan-2023 03:12:54 #18 217.5 [INFO] Configured Artifact: org.openmrs.module:registrationcore-omod:1.12.0:jar error 03-Jan-2023 03:12:54 #18 217.5 [INFO] Configured Artifact: org.openmrs.module:appointmentscheduling-omod:1.17.0:jar error 03-Jan-2023 03:12:54 #18 217.5 [INFO] Configured Artifact: org.openmrs.module:atlas-omod:2.2.6:omod error 03-Jan-2023 03:12:54 #18 217.6 [WARNING] The POM for org.openmrs.module:atlas-omod:omod:2.2.6 is missing, no dependency information available error 03-Jan-2023 03:12:54 #18 217.6 [INFO] Configured Artifact: org.openmrs.module:calculation-omod:1.3.0:jar error 03-Jan-2023 03:12:54 #18 217.6 [INFO] Configured Artifact: org.openmrs.module:webservices.rest-omod:2.38.0:jar error 03-Jan-2023 03:12:54 #18 217.7 [INFO] Configured Artifact: org.openmrs.module:spa-omod:1.0.9:jar error 03-Jan-2023 03:12:54 #18 217.7 [INFO] Configured Artifact: org.openmrs.module:uicommons-omod:2.23.0:jar error 03-Jan-2023 03:12:54 #18 217.7 [INFO] Configured Artifact: org.openmrs.module:uiframework-omod:3.23.0:jar error 03-Jan-2023 03:12:54 #18 217.7 [INFO] Configured Artifact: org.openmrs.module:metadatasharing-omod:1.9.0:jar error 03-Jan-2023 03:12:54 #18 217.8 [INFO] Copying addresshierarchy-omod-2.15.0.jar to /app/package/target/bundled-distro/web/WEB-INF/bundledModules/addresshierarchy-2.15.0.omod error 03-Jan-2023 03:12:54 #18 217.8 [INFO] Copying legacyui-omod-1.13.0.jar to /app/package/target/bundled-distro/web/WEB-INF/bundledModules/legacyui-1.13.0.omod error 03-Jan-2023 03:12:54 #18 217.8 [INFO] Copying openconceptlab-omod-2.0.0.jar to /app/package/target/bundled-distro/web/WEB-INF/bundledModules/openconceptlab-2.0.0.omod error 03-Jan-2023 03:12:54 #18 217.8 [INFO] Copying metadatadeploy-omod-1.13.0.jar to /app/package/target/bundled-distro/web/WEB-INF/bundledModules/metadatadeploy-1.13.0.omod error 03-Jan-2023 03:12:54 #18 217.8 [INFO] Copying reportingrest-omod-1.14.0.jar to /app/package/target/bundled-distro/web/WEB-INF/bundledModules/reportingrest-1.14.0.omod error 03-Jan-2023 03:12:55 #18 217.8 [INFO] Copying owa-omod-1.14.0.jar to /app/package/target/bundled-distro/web/WEB-INF/bundledModules/owa-1.14.0.omod error 03-Jan-2023 03:12:55 #18 217.8 [INFO] Copying fhir2-omod-1.8.0.jar to /app/package/target/bundled-distro/web/WEB-INF/bundledModules/fhir2-1.8.0.omod error 03-Jan-2023 03:12:55 #18 217.9 [INFO] Copying serialization.xstream-omod-0.2.16.omod to /app/package/target/bundled-distro/web/WEB-INF/bundledModules/serialization.xstream-0.2.16.omod error 03-Jan-2023 03:12:55 #18 217.9 [INFO] Copying registrationapp-omod-1.25.0.jar to /app/package/target/bundled-distro/web/WEB-INF/bundledModules/registrationapp-1.25.0.omod error 03-Jan-2023 03:12:55 #18 217.9 [INFO] Copying event-omod-2.10.0.jar to /app/package/target/bundled-distro/web/WEB-INF/bundledModules/event-2.10.0.omod error 03-Jan-2023 03:12:55 #18 217.9 [INFO] Copying uilibrary-omod-2.0.7.jar to /app/package/target/bundled-distro/web/WEB-INF/bundledModules/uilibrary-2.0.7.omod error 03-Jan-2023 03:12:55 #18 217.9 [INFO] Copying htmlwidgets-omod-1.11.0.jar to /app/package/target/bundled-distro/web/WEB-INF/bundledModules/htmlwidgets-1.11.0.omod error 03-Jan-2023 03:12:55 #18 217.9 [INFO] Copying dataexchange-omod-1.3.8.jar to /app/package/target/bundled-distro/web/WEB-INF/bundledModules/dataexchange-1.3.8.omod error 03-Jan-2023 03:12:55 #18 217.9 [INFO] Copying appui-omod-1.16.0.jar to /app/package/target/bundled-distro/web/WEB-INF/bundledModules/appui-1.16.0.omod error 03-Jan-2023 03:12:55 #18 217.9 [INFO] Copying allergyui-omod-1.8.5.jar to /app/package/target/bundled-distro/web/WEB-INF/bundledModules/allergyui-1.8.5.omod error 03-Jan-2023 03:12:55 #18 217.9 [INFO] Copying providermanagement-omod-2.14.0.jar to /app/package/target/bundled-distro/web/WEB-INF/bundledModules/providermanagement-2.14.0.omod error 03-Jan-2023 03:12:55 #18 217.9 [INFO] Copying appointmentschedulingui-omod-1.14.0.jar to /app/package/target/bundled-distro/web/WEB-INF/bundledModules/appointmentschedulingui-1.14.0.omod error 03-Jan-2023 03:12:55 #18 218.0 [INFO] Copying attachments-omod-2.7.0.jar to /app/package/target/bundled-distro/web/WEB-INF/bundledModules/attachments-2.7.0.omod error 03-Jan-2023 03:12:55 #18 218.0 [INFO] Copying formentryapp-omod-1.4.3.jar to /app/package/target/bundled-distro/web/WEB-INF/bundledModules/formentryapp-1.4.3.omod error 03-Jan-2023 03:12:55 #18 218.0 [INFO] Copying idgen-omod-4.9.0.jar to /app/package/target/bundled-distro/web/WEB-INF/bundledModules/idgen-4.9.0.omod error 03-Jan-2023 03:12:55 #18 218.0 [INFO] Copying metadatamapping-omod-1.6.0.jar to /app/package/target/bundled-distro/web/WEB-INF/bundledModules/metadatamapping-1.6.0.omod error 03-Jan-2023 03:12:55 #18 218.0 [INFO] Copying htmlformentryui-omod-2.2.0.jar to /app/package/target/bundled-distro/web/WEB-INF/bundledModules/htmlformentryui-2.2.0.omod error 03-Jan-2023 03:12:55 #18 218.0 [INFO] Copying referencedemodata-omod-1.4.8.jar to /app/package/target/bundled-distro/web/WEB-INF/bundledModules/referencedemodata-1.4.8.omod error 03-Jan-2023 03:12:55 #18 218.0 [INFO] Copying emrapi-omod-1.33.0.jar to /app/package/target/bundled-distro/web/WEB-INF/bundledModules/emrapi-1.33.0.omod error 03-Jan-2023 03:12:55 #18 218.0 [INFO] Copying referenceapplication-omod-2.13.0-SNAPSHOT.jar to /app/package/target/bundled-distro/web/WEB-INF/bundledModules/referenceapplication-2.13.0-SNAPSHOT.omod error 03-Jan-2023 03:12:55 #18 218.0 [INFO] Copying htmlformentry-omod-5.1.0.jar to /app/package/target/bundled-distro/web/WEB-INF/bundledModules/htmlformentry-5.1.0.omod error 03-Jan-2023 03:12:55 #18 218.0 [INFO] Copying appframework-omod-2.17.0.jar to /app/package/target/bundled-distro/web/WEB-INF/bundledModules/appframework-2.17.0.omod error 03-Jan-2023 03:12:55 #18 218.0 [INFO] Copying referencemetadata-omod-2.13.0.jar to /app/package/target/bundled-distro/web/WEB-INF/bundledModules/referencemetadata-2.13.0.omod error 03-Jan-2023 03:12:55 #18 218.0 [INFO] Copying reportingui-omod-1.11.0.jar to /app/package/target/bundled-distro/web/WEB-INF/bundledModules/reportingui-1.11.0.omod error 03-Jan-2023 03:12:55 #18 218.1 [INFO] Copying coreapps-omod-1.38.0.jar to /app/package/target/bundled-distro/web/WEB-INF/bundledModules/coreapps-1.38.0.omod error 03-Jan-2023 03:12:55 #18 218.1 [INFO] Copying reportingcompatibility-omod-2.0.9.jar to /app/package/target/bundled-distro/web/WEB-INF/bundledModules/reportingcompatibility-2.0.9.omod error 03-Jan-2023 03:12:55 #18 218.1 [INFO] Copying reporting-omod-1.25.0.jar to /app/package/target/bundled-distro/web/WEB-INF/bundledModules/reporting-1.25.0.omod error 03-Jan-2023 03:12:55 #18 218.1 [INFO] Copying adminui-omod-1.6.0.jar to /app/package/target/bundled-distro/web/WEB-INF/bundledModules/adminui-1.6.0.omod error 03-Jan-2023 03:12:55 #18 218.1 [INFO] Copying registrationcore-omod-1.12.0.jar to /app/package/target/bundled-distro/web/WEB-INF/bundledModules/registrationcore-1.12.0.omod error 03-Jan-2023 03:12:55 #18 218.1 [INFO] Copying appointmentscheduling-omod-1.17.0.jar to /app/package/target/bundled-distro/web/WEB-INF/bundledModules/appointmentscheduling-1.17.0.omod error 03-Jan-2023 03:12:55 #18 218.1 [INFO] Copying atlas-omod-2.2.6.omod to /app/package/target/bundled-distro/web/WEB-INF/bundledModules/atlas-2.2.6.omod error 03-Jan-2023 03:12:55 #18 218.1 [INFO] Copying calculation-omod-1.3.0.jar to /app/package/target/bundled-distro/web/WEB-INF/bundledModules/calculation-1.3.0.omod error 03-Jan-2023 03:12:55 #18 218.1 [INFO] Copying webservices.rest-omod-2.38.0.jar to /app/package/target/bundled-distro/web/WEB-INF/bundledModules/webservices.rest-2.38.0.omod error 03-Jan-2023 03:12:55 #18 218.2 [INFO] Copying spa-omod-1.0.9.jar to /app/package/target/bundled-distro/web/WEB-INF/bundledModules/spa-1.0.9.omod error 03-Jan-2023 03:12:55 #18 218.2 [INFO] Copying uicommons-omod-2.23.0.jar to /app/package/target/bundled-distro/web/WEB-INF/bundledModules/uicommons-2.23.0.omod error 03-Jan-2023 03:12:55 #18 218.2 [INFO] Copying uiframework-omod-3.23.0.jar to /app/package/target/bundled-distro/web/WEB-INF/bundledModules/uiframework-3.23.0.omod error 03-Jan-2023 03:12:55 #18 218.2 [INFO] Copying metadatasharing-omod-1.9.0.jar to /app/package/target/bundled-distro/web/WEB-INF/bundledModules/metadatasharing-1.9.0.omod error 03-Jan-2023 03:12:55 #18 218.2 error 03-Jan-2023 03:12:55 #18 218.2 Downloading OWAs... error 03-Jan-2023 03:12:55 #18 218.2 error 03-Jan-2023 03:12:55 #18 218.2 error 03-Jan-2023 03:12:55 #18 218.2 Downloading OWA: org.openmrs.owa:openmrs-owa-sysadmin:1.2 error 03-Jan-2023 03:12:55 #18 218.2 [INFO] Configured Artifact: org.openmrs.owa:sysadmin:1.2:zip error 03-Jan-2023 03:12:55 #18 218.2 [INFO] Copying sysadmin-1.2.zip to /app/package/target/bundled-distro/web/WEB-INF/bundledOwas/sysadmin-1.2.zip error 03-Jan-2023 03:12:57 #18 220.6 error 03-Jan-2023 03:12:57 #18 220.6 Creating Docker Compose configuration... error 03-Jan-2023 03:12:57 #18 220.6 error 03-Jan-2023 03:12:58 #18 221.1 error 03-Jan-2023 03:12:58 #18 221.1 The 'referenceapplication' distribution created! To start up the server run 'docker-compose up' from /app/package/target/bundled-distro error 03-Jan-2023 03:12:58 #18 221.1 error 03-Jan-2023 03:12:58 #18 221.1 [INFO] error 03-Jan-2023 03:12:58 #18 221.1 [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ referenceapplication-package --- error 03-Jan-2023 03:12:58 #18 221.2 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-plugin-api/2.0.9/maven-plugin-api-2.0.9.pom error 03-Jan-2023 03:12:58 #18 221.4 Progress (1): 1.5 kB error 03-Jan-2023 03:12:58 error 03-Jan-2023 03:12:58 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-plugin-api/2.0.9/maven-plugin-api-2.0.9.pom (1.5 kB at 4.1 kB/s) error 03-Jan-2023 03:12:59 #18 221.8 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven/2.0.9/maven-2.0.9.pom error 03-Jan-2023 03:12:59 #18 222.3 Progress (1): 3.4/19 kB error 03-Jan-2023 03:12:59 Progress (1): 6.2/19 kB error 03-Jan-2023 03:12:59 Progress (1): 9.0/19 kB error 03-Jan-2023 03:12:59 Progress (1): 12/19 kB error 03-Jan-2023 03:12:59 Progress (1): 15/19 kB error 03-Jan-2023 03:12:59 Progress (1): 17/19 kB error 03-Jan-2023 03:12:59 Progress (1): 19 kB error 03-Jan-2023 03:12:59 error 03-Jan-2023 03:12:59 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven/2.0.9/maven-2.0.9.pom (19 kB at 28 kB/s) error 03-Jan-2023 03:13:00 #18 223.0 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-artifact/2.0.9/maven-artifact-2.0.9.pom error 03-Jan-2023 03:13:00 #18 223.1 Progress (1): 1.6 kB error 03-Jan-2023 03:13:00 error 03-Jan-2023 03:13:00 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-artifact/2.0.9/maven-artifact-2.0.9.pom (1.6 kB at 5.3 kB/s) error 03-Jan-2023 03:13:00 #18 223.3 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-core/2.0.9/maven-core-2.0.9.pom error 03-Jan-2023 03:13:00 #18 223.5 Progress (1): 3.3/7.6 kB error 03-Jan-2023 03:13:00 Progress (1): 6.1/7.6 kB error 03-Jan-2023 03:13:00 Progress (1): 7.6 kB error 03-Jan-2023 03:13:00 error 03-Jan-2023 03:13:00 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-core/2.0.9/maven-core-2.0.9.pom (7.6 kB at 30 kB/s) error 03-Jan-2023 03:13:00 #18 223.6 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-settings/2.0.9/maven-settings-2.0.9.pom error 03-Jan-2023 03:13:01 #18 223.8 Progress (1): 2.1 kB error 03-Jan-2023 03:13:01 error 03-Jan-2023 03:13:01 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-settings/2.0.9/maven-settings-2.0.9.pom (2.1 kB at 7.2 kB/s) error 03-Jan-2023 03:13:01 #18 224.0 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-model/2.0.9/maven-model-2.0.9.pom error 03-Jan-2023 03:13:01 #18 224.1 Progress (1): 3.1 kB error 03-Jan-2023 03:13:01 error 03-Jan-2023 03:13:01 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-model/2.0.9/maven-model-2.0.9.pom (3.1 kB at 11 kB/s) error 03-Jan-2023 03:13:01 #18 224.3 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-plugin-parameter-documenter/2.0.9/maven-plugin-parameter-documenter-2.0.9.pom error 03-Jan-2023 03:13:01 #18 224.5 Progress (1): 2.0 kB error 03-Jan-2023 03:13:01 error 03-Jan-2023 03:13:01 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-plugin-parameter-documenter/2.0.9/maven-plugin-parameter-documenter-2.0.9.pom (2.0 kB at 8.4 kB/s) error 03-Jan-2023 03:13:01 #18 224.6 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-profile/2.0.9/maven-profile-2.0.9.pom error 03-Jan-2023 03:13:01 #18 224.7 Progress (1): 2.0 kB error 03-Jan-2023 03:13:01 error 03-Jan-2023 03:13:02 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-profile/2.0.9/maven-profile-2.0.9.pom (2.0 kB at 8.2 kB/s) error 03-Jan-2023 03:13:02 #18 224.9 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-repository-metadata/2.0.9/maven-repository-metadata-2.0.9.pom error 03-Jan-2023 03:13:02 #18 225.0 Progress (1): 1.9 kB error 03-Jan-2023 03:13:02 error 03-Jan-2023 03:13:02 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-repository-metadata/2.0.9/maven-repository-metadata-2.0.9.pom (1.9 kB at 7.9 kB/s) error 03-Jan-2023 03:13:02 #18 225.1 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-error-diagnostics/2.0.9/maven-error-diagnostics-2.0.9.pom error 03-Jan-2023 03:13:02 #18 225.3 Progress (1): 1.7 kB error 03-Jan-2023 03:13:02 error 03-Jan-2023 03:13:02 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-error-diagnostics/2.0.9/maven-error-diagnostics-2.0.9.pom (1.7 kB at 7.2 kB/s) error 03-Jan-2023 03:13:02 #18 225.4 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-project/2.0.9/maven-project-2.0.9.pom error 03-Jan-2023 03:13:02 #18 225.5 Progress (1): 2.7 kB error 03-Jan-2023 03:13:02 error 03-Jan-2023 03:13:02 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-project/2.0.9/maven-project-2.0.9.pom (2.7 kB at 9.5 kB/s) error 03-Jan-2023 03:13:02 #18 225.7 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-artifact-manager/2.0.9/maven-artifact-manager-2.0.9.pom error 03-Jan-2023 03:13:03 #18 225.8 Progress (1): 2.7 kB error 03-Jan-2023 03:13:03 error 03-Jan-2023 03:13:03 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-artifact-manager/2.0.9/maven-artifact-manager-2.0.9.pom (2.7 kB at 11 kB/s) error 03-Jan-2023 03:13:03 #18 226.0 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-plugin-registry/2.0.9/maven-plugin-registry-2.0.9.pom error 03-Jan-2023 03:13:03 #18 226.1 Progress (1): 2.0 kB error 03-Jan-2023 03:13:03 error 03-Jan-2023 03:13:03 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-plugin-registry/2.0.9/maven-plugin-registry-2.0.9.pom (2.0 kB at 8.0 kB/s) error 03-Jan-2023 03:13:03 #18 226.3 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-plugin-descriptor/2.0.9/maven-plugin-descriptor-2.0.9.pom error 03-Jan-2023 03:13:03 #18 226.4 Progress (1): 2.1 kB error 03-Jan-2023 03:13:03 error 03-Jan-2023 03:13:03 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-plugin-descriptor/2.0.9/maven-plugin-descriptor-2.0.9.pom (2.1 kB at 8.5 kB/s) error 03-Jan-2023 03:13:03 #18 226.5 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-monitor/2.0.9/maven-monitor-2.0.9.pom error 03-Jan-2023 03:13:03 #18 226.6 Progress (1): 1.3 kB error 03-Jan-2023 03:13:03 error 03-Jan-2023 03:13:04 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-monitor/2.0.9/maven-monitor-2.0.9.pom (1.3 kB at 5.4 kB/s) error 03-Jan-2023 03:13:04 #18 226.8 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/shared/maven-shared-utils/0.1/maven-shared-utils-0.1.pom error 03-Jan-2023 03:13:04 #18 226.9 Progress (1): 3.4/4.0 kB error 03-Jan-2023 03:13:04 Progress (1): 4.0 kB error 03-Jan-2023 03:13:04 error 03-Jan-2023 03:13:04 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/shared/maven-shared-utils/0.1/maven-shared-utils-0.1.pom (4.0 kB at 17 kB/s) error 03-Jan-2023 03:13:04 #18 227.2 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.pom error 03-Jan-2023 03:13:04 #18 227.3 Progress (1): 1.9 kB error 03-Jan-2023 03:13:04 error 03-Jan-2023 03:13:04 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.pom (1.9 kB at 7.7 kB/s) error 03-Jan-2023 03:13:04 #18 227.5 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/slf4j/slf4j-parent/1.5.6/slf4j-parent-1.5.6.pom error 03-Jan-2023 03:13:04 #18 227.6 Progress (1): 3.3/7.8 kB error 03-Jan-2023 03:13:04 Progress (1): 6.1/7.8 kB error 03-Jan-2023 03:13:04 Progress (1): 7.8 kB error 03-Jan-2023 03:13:04 error 03-Jan-2023 03:13:04 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/slf4j/slf4j-parent/1.5.6/slf4j-parent-1.5.6.pom (7.8 kB at 33 kB/s) error 03-Jan-2023 03:13:04 #18 227.8 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.pom error 03-Jan-2023 03:13:05 #18 227.9 Progress (1): 3.0 kB error 03-Jan-2023 03:13:05 error 03-Jan-2023 03:13:05 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.pom (3.0 kB at 11 kB/s) error 03-Jan-2023 03:13:05 #18 228.1 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/slf4j/jcl-over-slf4j/1.5.6/jcl-over-slf4j-1.5.6.pom error 03-Jan-2023 03:13:05 #18 228.3 Progress (1): 2.2 kB error 03-Jan-2023 03:13:05 error 03-Jan-2023 03:13:05 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/slf4j/jcl-over-slf4j/1.5.6/jcl-over-slf4j-1.5.6.pom (2.2 kB at 8.3 kB/s) error 03-Jan-2023 03:13:05 #18 228.6 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/codehaus/plexus/plexus-compiler-api/2.2/plexus-compiler-api-2.2.pom error 03-Jan-2023 03:13:05 #18 228.7 Progress (1): 865 B error 03-Jan-2023 03:13:05 error 03-Jan-2023 03:13:06 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/codehaus/plexus/plexus-compiler-api/2.2/plexus-compiler-api-2.2.pom (865 B at 3.0 kB/s) error 03-Jan-2023 03:13:06 #18 228.9 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/codehaus/plexus/plexus-compiler/2.2/plexus-compiler-2.2.pom error 03-Jan-2023 03:13:06 #18 229.0 Progress (1): 3.4/3.6 kB error 03-Jan-2023 03:13:06 Progress (1): 3.6 kB error 03-Jan-2023 03:13:06 error 03-Jan-2023 03:13:06 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/codehaus/plexus/plexus-compiler/2.2/plexus-compiler-2.2.pom (3.6 kB at 12 kB/s) error 03-Jan-2023 03:13:06 #18 229.4 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/codehaus/plexus/plexus-compiler-manager/2.2/plexus-compiler-manager-2.2.pom error 03-Jan-2023 03:13:06 #18 229.6 Progress (1): 690 B error 03-Jan-2023 03:13:06 error 03-Jan-2023 03:13:06 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/codehaus/plexus/plexus-compiler-manager/2.2/plexus-compiler-manager-2.2.pom (690 B at 2.0 kB/s) error 03-Jan-2023 03:13:07 #18 229.8 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/codehaus/plexus/plexus-compiler-javac/2.2/plexus-compiler-javac-2.2.pom error 03-Jan-2023 03:13:07 #18 230.0 Progress (1): 769 B error 03-Jan-2023 03:13:07 error 03-Jan-2023 03:13:07 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/codehaus/plexus/plexus-compiler-javac/2.2/plexus-compiler-javac-2.2.pom (769 B at 2.7 kB/s) error 03-Jan-2023 03:13:07 #18 230.2 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/codehaus/plexus/plexus-compilers/2.2/plexus-compilers-2.2.pom error 03-Jan-2023 03:13:07 #18 230.3 Progress (1): 1.2 kB error 03-Jan-2023 03:13:07 error 03-Jan-2023 03:13:07 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/codehaus/plexus/plexus-compilers/2.2/plexus-compilers-2.2.pom (1.2 kB at 4.4 kB/s) error 03-Jan-2023 03:13:08 #18 230.8 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/codehaus/plexus/plexus-container-default/1.5.5/plexus-container-default-1.5.5.pom error 03-Jan-2023 03:13:08 #18 231.0 Progress (1): 2.8 kB error 03-Jan-2023 03:13:08 error 03-Jan-2023 03:13:08 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/codehaus/plexus/plexus-container-default/1.5.5/plexus-container-default-1.5.5.pom (2.8 kB at 7.7 kB/s) error 03-Jan-2023 03:13:08 #18 231.3 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/junit/junit/3.8.2/junit-3.8.2.pom error 03-Jan-2023 03:13:08 #18 231.5 Progress (1): 747 B error 03-Jan-2023 03:13:08 error 03-Jan-2023 03:13:08 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/junit/junit/3.8.2/junit-3.8.2.pom (747 B at 2.5 kB/s) error 03-Jan-2023 03:13:09 #18 231.8 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-plugin-api/2.0.9/maven-plugin-api-2.0.9.jar error 03-Jan-2023 03:13:09 #18 231.8 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-artifact/2.0.9/maven-artifact-2.0.9.jar error 03-Jan-2023 03:13:09 #18 231.9 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/codehaus/plexus/plexus-utils/1.5.1/plexus-utils-1.5.1.jar error 03-Jan-2023 03:13:09 #18 231.9 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-core/2.0.9/maven-core-2.0.9.jar error 03-Jan-2023 03:13:09 #18 231.9 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-settings/2.0.9/maven-settings-2.0.9.jar error 03-Jan-2023 03:13:09 #18 232.7 Progress (1): 3.4/89 kB error 03-Jan-2023 03:13:09 Progress (1): 6.2/89 kB error 03-Jan-2023 03:13:09 Progress (1): 9.0/89 kB error 03-Jan-2023 03:13:09 Progress (1): 12/89 kB error 03-Jan-2023 03:13:10 Progress (1): 15/89 kB error 03-Jan-2023 03:13:10 Progress (1): 17/89 kB error 03-Jan-2023 03:13:10 Progress (1): 20/89 kB error 03-Jan-2023 03:13:10 Progress (1): 23/89 kB error 03-Jan-2023 03:13:10 Progress (1): 26/89 kB error 03-Jan-2023 03:13:10 Progress (1): 29/89 kB error 03-Jan-2023 03:13:10 Progress (1): 31/89 kB error 03-Jan-2023 03:13:10 Progress (1): 34/89 kB error 03-Jan-2023 03:13:10 Progress (1): 37/89 kB error 03-Jan-2023 03:13:10 Progress (1): 40/89 kB error 03-Jan-2023 03:13:10 Progress (1): 43/89 kB error 03-Jan-2023 03:13:10 Progress (1): 45/89 kB error 03-Jan-2023 03:13:10 Progress (1): 48/89 kB error 03-Jan-2023 03:13:10 Progress (1): 51/89 kB error 03-Jan-2023 03:13:10 Progress (1): 54/89 kB error 03-Jan-2023 03:13:10 Progress (1): 56/89 kB error 03-Jan-2023 03:13:10 Progress (1): 59/89 kB error 03-Jan-2023 03:13:10 Progress (1): 62/89 kB error 03-Jan-2023 03:13:10 Progress (1): 65/89 kB error 03-Jan-2023 03:13:10 Progress (1): 68/89 kB error 03-Jan-2023 03:13:10 Progress (1): 70/89 kB error 03-Jan-2023 03:13:10 Progress (1): 73/89 kB error 03-Jan-2023 03:13:10 Progress (1): 76/89 kB error 03-Jan-2023 03:13:10 Progress (1): 79/89 kB error 03-Jan-2023 03:13:10 Progress (1): 82/89 kB error 03-Jan-2023 03:13:10 Progress (1): 84/89 kB error 03-Jan-2023 03:13:10 Progress (1): 87/89 kB error 03-Jan-2023 03:13:10 Progress (1): 89 kB error 03-Jan-2023 03:13:10 Progress (2): 89 kB | 3.4/13 kB error 03-Jan-2023 03:13:10 Progress (3): 89 kB | 3.4/13 kB | 3.4/160 kB error 03-Jan-2023 03:13:10 Progress (3): 89 kB | 6.2/13 kB | 3.4/160 kB error 03-Jan-2023 03:13:10 Progress (3): 89 kB | 9.0/13 kB | 3.4/160 kB error 03-Jan-2023 03:13:10 Progress (3): 89 kB | 9.0/13 kB | 6.2/160 kB error 03-Jan-2023 03:13:10 Progress (3): 89 kB | 12/13 kB | 6.2/160 kB error 03-Jan-2023 03:13:10 Progress (3): 89 kB | 12/13 kB | 9.0/160 kB error 03-Jan-2023 03:13:10 Progress (3): 89 kB | 13 kB | 9.0/160 kB error 03-Jan-2023 03:13:10 Progress (3): 89 kB | 13 kB | 12/160 kB error 03-Jan-2023 03:13:10 Progress (4): 89 kB | 13 kB | 12/160 kB | 3.4/49 kB error 03-Jan-2023 03:13:10 error 03-Jan-2023 03:13:10 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-artifact/2.0.9/maven-artifact-2.0.9.jar (89 kB at 57 kB/s) error 03-Jan-2023 03:13:10 #18 233.3 Progress (3): 13 kB | 12/160 kB | 6.2/49 kB error 03-Jan-2023 03:13:10 Progress (3): 13 kB | 12/160 kB | 9.0/49 kB error 03-Jan-2023 03:13:10 Progress (3): 13 kB | 12/160 kB | 12/49 kB error 03-Jan-2023 03:13:10 error 03-Jan-2023 03:13:10 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-plugin-parameter-documenter/2.0.9/maven-plugin-parameter-documenter-2.0.9.jar error 03-Jan-2023 03:13:10 #18 233.3 Progress (3): 13 kB | 15/160 kB | 12/49 kB error 03-Jan-2023 03:13:10 Progress (3): 13 kB | 17/160 kB | 12/49 kB error 03-Jan-2023 03:13:10 Progress (3): 13 kB | 20/160 kB | 12/49 kB error 03-Jan-2023 03:13:10 Progress (3): 13 kB | 23/160 kB | 12/49 kB error 03-Jan-2023 03:13:10 Progress (3): 13 kB | 26/160 kB | 12/49 kB error 03-Jan-2023 03:13:10 Progress (3): 13 kB | 29/160 kB | 12/49 kB error 03-Jan-2023 03:13:10 Progress (3): 13 kB | 31/160 kB | 12/49 kB error 03-Jan-2023 03:13:10 Progress (3): 13 kB | 34/160 kB | 12/49 kB error 03-Jan-2023 03:13:10 Progress (3): 13 kB | 37/160 kB | 12/49 kB error 03-Jan-2023 03:13:10 Progress (3): 13 kB | 40/160 kB | 12/49 kB error 03-Jan-2023 03:13:10 Progress (3): 13 kB | 40/160 kB | 15/49 kB error 03-Jan-2023 03:13:10 Progress (3): 13 kB | 40/160 kB | 17/49 kB error 03-Jan-2023 03:13:10 Progress (3): 13 kB | 40/160 kB | 20/49 kB error 03-Jan-2023 03:13:10 Progress (3): 13 kB | 40/160 kB | 23/49 kB error 03-Jan-2023 03:13:10 Progress (3): 13 kB | 40/160 kB | 26/49 kB error 03-Jan-2023 03:13:10 Progress (3): 13 kB | 40/160 kB | 29/49 kB error 03-Jan-2023 03:13:10 Progress (3): 13 kB | 40/160 kB | 31/49 kB error 03-Jan-2023 03:13:10 Progress (3): 13 kB | 40/160 kB | 34/49 kB error 03-Jan-2023 03:13:10 Progress (3): 13 kB | 40/160 kB | 37/49 kB error 03-Jan-2023 03:13:10 Progress (3): 13 kB | 40/160 kB | 40/49 kB error 03-Jan-2023 03:13:10 Progress (3): 13 kB | 43/160 kB | 40/49 kB error 03-Jan-2023 03:13:10 Progress (3): 13 kB | 45/160 kB | 40/49 kB error 03-Jan-2023 03:13:10 Progress (3): 13 kB | 48/160 kB | 40/49 kB error 03-Jan-2023 03:13:10 Progress (3): 13 kB | 51/160 kB | 40/49 kB error 03-Jan-2023 03:13:10 Progress (3): 13 kB | 54/160 kB | 40/49 kB error 03-Jan-2023 03:13:10 Progress (3): 13 kB | 57/160 kB | 40/49 kB error 03-Jan-2023 03:13:10 Progress (3): 13 kB | 59/160 kB | 40/49 kB error 03-Jan-2023 03:13:10 Progress (3): 13 kB | 62/160 kB | 40/49 kB error 03-Jan-2023 03:13:10 Progress (3): 13 kB | 65/160 kB | 40/49 kB error 03-Jan-2023 03:13:10 Progress (3): 13 kB | 68/160 kB | 40/49 kB error 03-Jan-2023 03:13:10 Progress (3): 13 kB | 71/160 kB | 40/49 kB error 03-Jan-2023 03:13:10 Progress (3): 13 kB | 73/160 kB | 40/49 kB error 03-Jan-2023 03:13:10 Progress (3): 13 kB | 76/160 kB | 40/49 kB error 03-Jan-2023 03:13:10 Progress (3): 13 kB | 79/160 kB | 40/49 kB error 03-Jan-2023 03:13:10 Progress (3): 13 kB | 82/160 kB | 40/49 kB error 03-Jan-2023 03:13:10 Progress (3): 13 kB | 84/160 kB | 40/49 kB error 03-Jan-2023 03:13:10 Progress (3): 13 kB | 87/160 kB | 40/49 kB error 03-Jan-2023 03:13:10 Progress (3): 13 kB | 90/160 kB | 40/49 kB error 03-Jan-2023 03:13:10 Progress (3): 13 kB | 93/160 kB | 40/49 kB error 03-Jan-2023 03:13:10 Progress (3): 13 kB | 95/160 kB | 40/49 kB error 03-Jan-2023 03:13:10 Progress (3): 13 kB | 98/160 kB | 40/49 kB error 03-Jan-2023 03:13:10 Progress (3): 13 kB | 98/160 kB | 43/49 kB error 03-Jan-2023 03:13:10 Progress (3): 13 kB | 98/160 kB | 45/49 kB error 03-Jan-2023 03:13:10 Progress (3): 13 kB | 98/160 kB | 48/49 kB error 03-Jan-2023 03:13:10 Progress (3): 13 kB | 98/160 kB | 49 kB error 03-Jan-2023 03:13:10 Progress (4): 13 kB | 98/160 kB | 49 kB | 3.3/21 kB error 03-Jan-2023 03:13:10 Progress (4): 13 kB | 98/160 kB | 49 kB | 6.1/21 kB error 03-Jan-2023 03:13:10 error 03-Jan-2023 03:13:10 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-plugin-api/2.0.9/maven-plugin-api-2.0.9.jar (13 kB at 7.1 kB/s) error 03-Jan-2023 03:13:10 #18 233.5 Progress (3): 101/160 kB | 49 kB | 6.1/21 kB error 03-Jan-2023 03:13:10 Progress (3): 104/160 kB | 49 kB | 6.1/21 kB error 03-Jan-2023 03:13:10 Progress (3): 107/160 kB | 49 kB | 6.1/21 kB error 03-Jan-2023 03:13:10 Progress (3): 109/160 kB | 49 kB | 6.1/21 kB error 03-Jan-2023 03:13:10 Progress (3): 112/160 kB | 49 kB | 6.1/21 kB error 03-Jan-2023 03:13:10 Progress (3): 112/160 kB | 49 kB | 8.9/21 kB error 03-Jan-2023 03:13:10 Progress (3): 112/160 kB | 49 kB | 12/21 kB error 03-Jan-2023 03:13:10 Progress (3): 115/160 kB | 49 kB | 12/21 kB error 03-Jan-2023 03:13:10 Progress (3): 115/160 kB | 49 kB | 15/21 kB error 03-Jan-2023 03:13:10 Progress (3): 115/160 kB | 49 kB | 17/21 kB error 03-Jan-2023 03:13:10 Progress (3): 118/160 kB | 49 kB | 17/21 kB error 03-Jan-2023 03:13:10 Progress (3): 121/160 kB | 49 kB | 17/21 kB error 03-Jan-2023 03:13:10 Progress (3): 121/160 kB | 49 kB | 20/21 kB error 03-Jan-2023 03:13:10 Progress (3): 123/160 kB | 49 kB | 20/21 kB error 03-Jan-2023 03:13:10 Progress (3): 126/160 kB | 49 kB | 20/21 kB error 03-Jan-2023 03:13:10 Progress (3): 129/160 kB | 49 kB | 20/21 kB error 03-Jan-2023 03:13:10 Progress (3): 132/160 kB | 49 kB | 20/21 kB error 03-Jan-2023 03:13:10 error 03-Jan-2023 03:13:10 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-profile/2.0.9/maven-profile-2.0.9.jar error 03-Jan-2023 03:13:10 #18 233.6 Progress (3): 134/160 kB | 49 kB | 20/21 kB error 03-Jan-2023 03:13:10 Progress (3): 134/160 kB | 49 kB | 21 kB error 03-Jan-2023 03:13:10 Progress (3): 137/160 kB | 49 kB | 21 kB error 03-Jan-2023 03:13:10 Progress (3): 140/160 kB | 49 kB | 21 kB error 03-Jan-2023 03:13:10 Progress (3): 143/160 kB | 49 kB | 21 kB error 03-Jan-2023 03:13:10 Progress (3): 146/160 kB | 49 kB | 21 kB error 03-Jan-2023 03:13:10 Progress (3): 148/160 kB | 49 kB | 21 kB error 03-Jan-2023 03:13:11 Progress (3): 151/160 kB | 49 kB | 21 kB error 03-Jan-2023 03:13:11 Progress (3): 154/160 kB | 49 kB | 21 kB error 03-Jan-2023 03:13:11 Progress (3): 157/160 kB | 49 kB | 21 kB error 03-Jan-2023 03:13:11 Progress (3): 160/160 kB | 49 kB | 21 kB error 03-Jan-2023 03:13:11 Progress (3): 160 kB | 49 kB | 21 kB error 03-Jan-2023 03:13:11 Progress (4): 160 kB | 49 kB | 21 kB | 3.4/35 kB error 03-Jan-2023 03:13:11 error 03-Jan-2023 03:13:11 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-settings/2.0.9/maven-settings-2.0.9.jar (49 kB at 20 kB/s) error 03-Jan-2023 03:13:11 #18 234.4 Progress (3): 160 kB | 21 kB | 6.2/35 kB error 03-Jan-2023 03:13:11 error 03-Jan-2023 03:13:11 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-plugin-parameter-documenter/2.0.9/maven-plugin-parameter-documenter-2.0.9.jar (21 kB at 8.3 kB/s) error 03-Jan-2023 03:13:11 #18 234.4 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-model/2.0.9/maven-model-2.0.9.jar error 03-Jan-2023 03:13:11 #18 234.4 Progress (2): 160 kB | 9.0/35 kB error 03-Jan-2023 03:13:11 error 03-Jan-2023 03:13:11 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-repository-metadata/2.0.9/maven-repository-metadata-2.0.9.jar error 03-Jan-2023 03:13:11 #18 234.4 Progress (2): 160 kB | 12/35 kB error 03-Jan-2023 03:13:11 Progress (2): 160 kB | 15/35 kB error 03-Jan-2023 03:13:11 Progress (2): 160 kB | 17/35 kB error 03-Jan-2023 03:13:11 Progress (2): 160 kB | 20/35 kB error 03-Jan-2023 03:13:11 Progress (2): 160 kB | 23/35 kB error 03-Jan-2023 03:13:11 Progress (2): 160 kB | 26/35 kB error 03-Jan-2023 03:13:11 Progress (2): 160 kB | 29/35 kB error 03-Jan-2023 03:13:11 Progress (2): 160 kB | 31/35 kB error 03-Jan-2023 03:13:11 Progress (2): 160 kB | 34/35 kB error 03-Jan-2023 03:13:11 error 03-Jan-2023 03:13:11 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-core/2.0.9/maven-core-2.0.9.jar (160 kB at 60 kB/s) error 03-Jan-2023 03:13:11 #18 234.5 Progress (1): 35 kB error 03-Jan-2023 03:13:11 error 03-Jan-2023 03:13:11 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-error-diagnostics/2.0.9/maven-error-diagnostics-2.0.9.jar error 03-Jan-2023 03:13:12 #18 235.0 Progress (2): 35 kB | 3.4/14 kB error 03-Jan-2023 03:13:12 Progress (2): 35 kB | 6.2/14 kB error 03-Jan-2023 03:13:12 Progress (3): 35 kB | 6.2/14 kB | 3.4/87 kB error 03-Jan-2023 03:13:12 Progress (3): 35 kB | 9.0/14 kB | 3.4/87 kB error 03-Jan-2023 03:13:12 Progress (3): 35 kB | 12/14 kB | 3.4/87 kB error 03-Jan-2023 03:13:12 Progress (3): 35 kB | 12/14 kB | 6.2/87 kB error 03-Jan-2023 03:13:12 Progress (3): 35 kB | 12/14 kB | 9.0/87 kB error 03-Jan-2023 03:13:12 Progress (3): 35 kB | 12/14 kB | 12/87 kB error 03-Jan-2023 03:13:12 Progress (3): 35 kB | 14 kB | 12/87 kB error 03-Jan-2023 03:13:12 Progress (3): 35 kB | 14 kB | 15/87 kB error 03-Jan-2023 03:13:12 Progress (4): 35 kB | 14 kB | 15/87 kB | 3.4/25 kB error 03-Jan-2023 03:13:12 Progress (4): 35 kB | 14 kB | 15/87 kB | 6.2/25 kB error 03-Jan-2023 03:13:12 Progress (4): 35 kB | 14 kB | 15/87 kB | 9.0/25 kB error 03-Jan-2023 03:13:12 Progress (4): 35 kB | 14 kB | 17/87 kB | 9.0/25 kB error 03-Jan-2023 03:13:12 Progress (4): 35 kB | 14 kB | 17/87 kB | 12/25 kB error 03-Jan-2023 03:13:12 Progress (4): 35 kB | 14 kB | 17/87 kB | 15/25 kB error 03-Jan-2023 03:13:12 Progress (4): 35 kB | 14 kB | 20/87 kB | 15/25 kB error 03-Jan-2023 03:13:12 Progress (4): 35 kB | 14 kB | 23/87 kB | 15/25 kB error 03-Jan-2023 03:13:12 Progress (4): 35 kB | 14 kB | 23/87 kB | 17/25 kB error 03-Jan-2023 03:13:12 Progress (4): 35 kB | 14 kB | 23/87 kB | 20/25 kB error 03-Jan-2023 03:13:12 Progress (4): 35 kB | 14 kB | 26/87 kB | 20/25 kB error 03-Jan-2023 03:13:12 Progress (4): 35 kB | 14 kB | 26/87 kB | 23/25 kB error 03-Jan-2023 03:13:12 Progress (5): 35 kB | 14 kB | 26/87 kB | 23/25 kB | 4.1/211 kB error 03-Jan-2023 03:13:12 Progress (5): 35 kB | 14 kB | 29/87 kB | 23/25 kB | 4.1/211 kB error 03-Jan-2023 03:13:12 Progress (5): 35 kB | 14 kB | 29/87 kB | 23/25 kB | 8.2/211 kB error 03-Jan-2023 03:13:12 Progress (5): 35 kB | 14 kB | 29/87 kB | 23/25 kB | 12/211 kB error 03-Jan-2023 03:13:12 Progress (5): 35 kB | 14 kB | 29/87 kB | 23/25 kB | 16/211 kB error 03-Jan-2023 03:13:12 Progress (5): 35 kB | 14 kB | 31/87 kB | 23/25 kB | 16/211 kB error 03-Jan-2023 03:13:12 Progress (5): 35 kB | 14 kB | 31/87 kB | 25 kB | 16/211 kB error 03-Jan-2023 03:13:12 Progress (5): 35 kB | 14 kB | 34/87 kB | 25 kB | 16/211 kB error 03-Jan-2023 03:13:12 Progress (5): 35 kB | 14 kB | 37/87 kB | 25 kB | 16/211 kB error 03-Jan-2023 03:13:12 error 03-Jan-2023 03:13:12 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-profile/2.0.9/maven-profile-2.0.9.jar (35 kB at 11 kB/s) error 03-Jan-2023 03:13:12 #18 235.1 Progress (4): 14 kB | 40/87 kB | 25 kB | 16/211 kB error 03-Jan-2023 03:13:12 error 03-Jan-2023 03:13:12 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-project/2.0.9/maven-project-2.0.9.jar error 03-Jan-2023 03:13:12 #18 235.1 Progress (4): 14 kB | 43/87 kB | 25 kB | 16/211 kB error 03-Jan-2023 03:13:12 Progress (4): 14 kB | 45/87 kB | 25 kB | 16/211 kB error 03-Jan-2023 03:13:12 Progress (4): 14 kB | 48/87 kB | 25 kB | 16/211 kB error 03-Jan-2023 03:13:12 Progress (4): 14 kB | 51/87 kB | 25 kB | 16/211 kB error 03-Jan-2023 03:13:12 Progress (4): 14 kB | 54/87 kB | 25 kB | 16/211 kB error 03-Jan-2023 03:13:12 Progress (4): 14 kB | 56/87 kB | 25 kB | 16/211 kB error 03-Jan-2023 03:13:12 Progress (4): 14 kB | 59/87 kB | 25 kB | 16/211 kB error 03-Jan-2023 03:13:12 Progress (4): 14 kB | 62/87 kB | 25 kB | 16/211 kB error 03-Jan-2023 03:13:12 Progress (4): 14 kB | 65/87 kB | 25 kB | 16/211 kB error 03-Jan-2023 03:13:12 Progress (4): 14 kB | 68/87 kB | 25 kB | 16/211 kB error 03-Jan-2023 03:13:12 Progress (4): 14 kB | 70/87 kB | 25 kB | 16/211 kB error 03-Jan-2023 03:13:12 Progress (4): 14 kB | 73/87 kB | 25 kB | 16/211 kB error 03-Jan-2023 03:13:12 Progress (4): 14 kB | 76/87 kB | 25 kB | 16/211 kB error 03-Jan-2023 03:13:12 Progress (4): 14 kB | 79/87 kB | 25 kB | 16/211 kB error 03-Jan-2023 03:13:12 Progress (4): 14 kB | 82/87 kB | 25 kB | 16/211 kB error 03-Jan-2023 03:13:12 Progress (4): 14 kB | 84/87 kB | 25 kB | 16/211 kB error 03-Jan-2023 03:13:12 Progress (4): 14 kB | 87/87 kB | 25 kB | 16/211 kB error 03-Jan-2023 03:13:12 Progress (4): 14 kB | 87 kB | 25 kB | 16/211 kB error 03-Jan-2023 03:13:12 Progress (4): 14 kB | 87 kB | 25 kB | 20/211 kB error 03-Jan-2023 03:13:12 Progress (4): 14 kB | 87 kB | 25 kB | 25/211 kB error 03-Jan-2023 03:13:12 Progress (4): 14 kB | 87 kB | 25 kB | 29/211 kB error 03-Jan-2023 03:13:12 Progress (4): 14 kB | 87 kB | 25 kB | 33/211 kB error 03-Jan-2023 03:13:12 Progress (4): 14 kB | 87 kB | 25 kB | 37/211 kB error 03-Jan-2023 03:13:12 Progress (4): 14 kB | 87 kB | 25 kB | 41/211 kB error 03-Jan-2023 03:13:12 Progress (4): 14 kB | 87 kB | 25 kB | 45/211 kB error 03-Jan-2023 03:13:12 Progress (4): 14 kB | 87 kB | 25 kB | 49/211 kB error 03-Jan-2023 03:13:12 Progress (4): 14 kB | 87 kB | 25 kB | 52/211 kB error 03-Jan-2023 03:13:12 error 03-Jan-2023 03:13:12 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-error-diagnostics/2.0.9/maven-error-diagnostics-2.0.9.jar (14 kB at 4.2 kB/s) error 03-Jan-2023 03:13:12 #18 235.2 Progress (4): 87 kB | 25 kB | 52/211 kB | 3.4/122 kB error 03-Jan-2023 03:13:12 Progress (4): 87 kB | 25 kB | 52/211 kB | 6.2/122 kB error 03-Jan-2023 03:13:12 Progress (4): 87 kB | 25 kB | 52/211 kB | 9.0/122 kB error 03-Jan-2023 03:13:12 Progress (4): 87 kB | 25 kB | 52/211 kB | 12/122 kB error 03-Jan-2023 03:13:12 Progress (4): 87 kB | 25 kB | 52/211 kB | 15/122 kB error 03-Jan-2023 03:13:12 Progress (4): 87 kB | 25 kB | 52/211 kB | 17/122 kB error 03-Jan-2023 03:13:12 error 03-Jan-2023 03:13:12 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-plugin-registry/2.0.9/maven-plugin-registry-2.0.9.jar error 03-Jan-2023 03:13:12 #18 235.2 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-repository-metadata/2.0.9/maven-repository-metadata-2.0.9.jar (25 kB at 7.5 kB/s) error 03-Jan-2023 03:13:12 #18 235.2 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-plugin-descriptor/2.0.9/maven-plugin-descriptor-2.0.9.jar error 03-Jan-2023 03:13:12 #18 235.2 Progress (3): 87 kB | 52/211 kB | 20/122 kB error 03-Jan-2023 03:13:12 Progress (3): 87 kB | 52/211 kB | 23/122 kB error 03-Jan-2023 03:13:12 Progress (3): 87 kB | 52/211 kB | 26/122 kB error 03-Jan-2023 03:13:12 Progress (3): 87 kB | 52/211 kB | 29/122 kB error 03-Jan-2023 03:13:12 Progress (3): 87 kB | 52/211 kB | 31/122 kB error 03-Jan-2023 03:13:12 Progress (3): 87 kB | 52/211 kB | 34/122 kB error 03-Jan-2023 03:13:12 Progress (3): 87 kB | 52/211 kB | 37/122 kB error 03-Jan-2023 03:13:12 error 03-Jan-2023 03:13:12 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-model/2.0.9/maven-model-2.0.9.jar (87 kB at 26 kB/s) error 03-Jan-2023 03:13:12 #18 235.2 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-artifact-manager/2.0.9/maven-artifact-manager-2.0.9.jar error 03-Jan-2023 03:13:12 #18 235.2 Progress (2): 56/211 kB | 37/122 kB error 03-Jan-2023 03:13:12 Progress (2): 60/211 kB | 37/122 kB error 03-Jan-2023 03:13:12 Progress (2): 64/211 kB | 37/122 kB error 03-Jan-2023 03:13:12 Progress (2): 68/211 kB | 37/122 kB error 03-Jan-2023 03:13:12 Progress (2): 68/211 kB | 40/122 kB error 03-Jan-2023 03:13:12 Progress (2): 68/211 kB | 43/122 kB error 03-Jan-2023 03:13:12 Progress (2): 68/211 kB | 45/122 kB error 03-Jan-2023 03:13:12 Progress (2): 68/211 kB | 48/122 kB error 03-Jan-2023 03:13:12 Progress (2): 68/211 kB | 51/122 kB error 03-Jan-2023 03:13:12 Progress (2): 72/211 kB | 51/122 kB error 03-Jan-2023 03:13:12 Progress (2): 76/211 kB | 51/122 kB error 03-Jan-2023 03:13:12 Progress (2): 80/211 kB | 51/122 kB error 03-Jan-2023 03:13:12 Progress (2): 84/211 kB | 51/122 kB error 03-Jan-2023 03:13:12 Progress (2): 86/211 kB | 51/122 kB error 03-Jan-2023 03:13:12 Progress (2): 86/211 kB | 54/122 kB error 03-Jan-2023 03:13:12 Progress (2): 86/211 kB | 56/122 kB error 03-Jan-2023 03:13:12 Progress (2): 86/211 kB | 59/122 kB error 03-Jan-2023 03:13:12 Progress (2): 86/211 kB | 62/122 kB error 03-Jan-2023 03:13:12 Progress (2): 86/211 kB | 65/122 kB error 03-Jan-2023 03:13:12 Progress (2): 86/211 kB | 68/122 kB error 03-Jan-2023 03:13:12 Progress (2): 86/211 kB | 70/122 kB error 03-Jan-2023 03:13:12 Progress (2): 86/211 kB | 73/122 kB error 03-Jan-2023 03:13:12 Progress (2): 86/211 kB | 76/122 kB error 03-Jan-2023 03:13:12 Progress (2): 86/211 kB | 79/122 kB error 03-Jan-2023 03:13:12 Progress (2): 86/211 kB | 82/122 kB error 03-Jan-2023 03:13:12 Progress (2): 86/211 kB | 84/122 kB error 03-Jan-2023 03:13:12 Progress (2): 86/211 kB | 87/122 kB error 03-Jan-2023 03:13:12 Progress (2): 86/211 kB | 90/122 kB error 03-Jan-2023 03:13:12 Progress (2): 86/211 kB | 93/122 kB error 03-Jan-2023 03:13:12 Progress (2): 86/211 kB | 96/122 kB error 03-Jan-2023 03:13:12 Progress (2): 86/211 kB | 98/122 kB error 03-Jan-2023 03:13:12 Progress (2): 86/211 kB | 101/122 kB error 03-Jan-2023 03:13:12 Progress (2): 86/211 kB | 104/122 kB error 03-Jan-2023 03:13:12 Progress (2): 86/211 kB | 107/122 kB error 03-Jan-2023 03:13:12 Progress (2): 86/211 kB | 109/122 kB error 03-Jan-2023 03:13:12 Progress (2): 86/211 kB | 112/122 kB error 03-Jan-2023 03:13:12 Progress (2): 90/211 kB | 112/122 kB error 03-Jan-2023 03:13:12 Progress (2): 95/211 kB | 112/122 kB error 03-Jan-2023 03:13:12 Progress (2): 99/211 kB | 112/122 kB error 03-Jan-2023 03:13:12 Progress (2): 103/211 kB | 112/122 kB error 03-Jan-2023 03:13:12 Progress (2): 107/211 kB | 112/122 kB error 03-Jan-2023 03:13:12 Progress (2): 111/211 kB | 112/122 kB error 03-Jan-2023 03:13:12 Progress (2): 115/211 kB | 112/122 kB error 03-Jan-2023 03:13:12 Progress (2): 119/211 kB | 112/122 kB error 03-Jan-2023 03:13:12 Progress (2): 121/211 kB | 112/122 kB error 03-Jan-2023 03:13:12 Progress (2): 125/211 kB | 112/122 kB error 03-Jan-2023 03:13:12 Progress (2): 129/211 kB | 112/122 kB error 03-Jan-2023 03:13:12 Progress (2): 134/211 kB | 112/122 kB error 03-Jan-2023 03:13:12 Progress (2): 134/211 kB | 115/122 kB error 03-Jan-2023 03:13:12 Progress (2): 138/211 kB | 115/122 kB error 03-Jan-2023 03:13:12 Progress (3): 138/211 kB | 115/122 kB | 3.4/37 kB error 03-Jan-2023 03:13:12 Progress (3): 138/211 kB | 115/122 kB | 6.2/37 kB error 03-Jan-2023 03:13:12 Progress (3): 138/211 kB | 115/122 kB | 9.0/37 kB error 03-Jan-2023 03:13:12 Progress (3): 138/211 kB | 115/122 kB | 12/37 kB error 03-Jan-2023 03:13:12 Progress (3): 138/211 kB | 115/122 kB | 15/37 kB error 03-Jan-2023 03:13:12 Progress (4): 138/211 kB | 115/122 kB | 15/37 kB | 3.4/29 kB error 03-Jan-2023 03:13:12 Progress (4): 138/211 kB | 115/122 kB | 17/37 kB | 3.4/29 kB error 03-Jan-2023 03:13:12 Progress (4): 138/211 kB | 115/122 kB | 20/37 kB | 3.4/29 kB error 03-Jan-2023 03:13:12 Progress (4): 138/211 kB | 115/122 kB | 20/37 kB | 6.2/29 kB error 03-Jan-2023 03:13:12 Progress (4): 138/211 kB | 115/122 kB | 23/37 kB | 6.2/29 kB error 03-Jan-2023 03:13:12 Progress (4): 138/211 kB | 115/122 kB | 23/37 kB | 9.0/29 kB error 03-Jan-2023 03:13:12 Progress (4): 138/211 kB | 115/122 kB | 26/37 kB | 9.0/29 kB error 03-Jan-2023 03:13:12 Progress (4): 138/211 kB | 115/122 kB | 26/37 kB | 12/29 kB error 03-Jan-2023 03:13:12 Progress (4): 138/211 kB | 115/122 kB | 29/37 kB | 12/29 kB error 03-Jan-2023 03:13:12 Progress (4): 138/211 kB | 115/122 kB | 29/37 kB | 15/29 kB error 03-Jan-2023 03:13:12 Progress (4): 138/211 kB | 115/122 kB | 31/37 kB | 15/29 kB error 03-Jan-2023 03:13:12 Progress (4): 138/211 kB | 115/122 kB | 31/37 kB | 17/29 kB error 03-Jan-2023 03:13:12 Progress (4): 138/211 kB | 115/122 kB | 34/37 kB | 17/29 kB error 03-Jan-2023 03:13:12 Progress (4): 138/211 kB | 115/122 kB | 37/37 kB | 17/29 kB error 03-Jan-2023 03:13:12 Progress (4): 138/211 kB | 115/122 kB | 37 kB | 17/29 kB error 03-Jan-2023 03:13:12 Progress (4): 142/211 kB | 115/122 kB | 37 kB | 17/29 kB error 03-Jan-2023 03:13:12 Progress (4): 142/211 kB | 118/122 kB | 37 kB | 17/29 kB error 03-Jan-2023 03:13:12 Progress (4): 142/211 kB | 118/122 kB | 37 kB | 20/29 kB error 03-Jan-2023 03:13:12 Progress (4): 142/211 kB | 118/122 kB | 37 kB | 23/29 kB error 03-Jan-2023 03:13:12 Progress (4): 142/211 kB | 118/122 kB | 37 kB | 26/29 kB error 03-Jan-2023 03:13:12 Progress (4): 142/211 kB | 118/122 kB | 37 kB | 29/29 kB error 03-Jan-2023 03:13:12 Progress (4): 142/211 kB | 121/122 kB | 37 kB | 29/29 kB error 03-Jan-2023 03:13:12 Progress (4): 142/211 kB | 121/122 kB | 37 kB | 29 kB error 03-Jan-2023 03:13:12 Progress (4): 142/211 kB | 122 kB | 37 kB | 29 kB error 03-Jan-2023 03:13:12 Progress (5): 142/211 kB | 122 kB | 37 kB | 29 kB | 3.4/58 kB error 03-Jan-2023 03:13:12 Progress (5): 142/211 kB | 122 kB | 37 kB | 29 kB | 6.2/58 kB error 03-Jan-2023 03:13:12 Progress (5): 142/211 kB | 122 kB | 37 kB | 29 kB | 9.0/58 kB error 03-Jan-2023 03:13:12 Progress (5): 142/211 kB | 122 kB | 37 kB | 29 kB | 12/58 kB error 03-Jan-2023 03:13:12 Progress (5): 142/211 kB | 122 kB | 37 kB | 29 kB | 15/58 kB error 03-Jan-2023 03:13:12 Progress (5): 142/211 kB | 122 kB | 37 kB | 29 kB | 17/58 kB error 03-Jan-2023 03:13:12 Progress (5): 142/211 kB | 122 kB | 37 kB | 29 kB | 20/58 kB error 03-Jan-2023 03:13:12 Progress (5): 142/211 kB | 122 kB | 37 kB | 29 kB | 23/58 kB error 03-Jan-2023 03:13:12 Progress (5): 142/211 kB | 122 kB | 37 kB | 29 kB | 26/58 kB error 03-Jan-2023 03:13:12 Progress (5): 142/211 kB | 122 kB | 37 kB | 29 kB | 29/58 kB error 03-Jan-2023 03:13:12 Progress (5): 146/211 kB | 122 kB | 37 kB | 29 kB | 29/58 kB error 03-Jan-2023 03:13:12 Progress (5): 146/211 kB | 122 kB | 37 kB | 29 kB | 31/58 kB error 03-Jan-2023 03:13:12 Progress (5): 150/211 kB | 122 kB | 37 kB | 29 kB | 31/58 kB error 03-Jan-2023 03:13:12 Progress (5): 154/211 kB | 122 kB | 37 kB | 29 kB | 31/58 kB error 03-Jan-2023 03:13:12 Progress (5): 156/211 kB | 122 kB | 37 kB | 29 kB | 31/58 kB error 03-Jan-2023 03:13:12 Progress (5): 156/211 kB | 122 kB | 37 kB | 29 kB | 34/58 kB error 03-Jan-2023 03:13:12 Progress (5): 156/211 kB | 122 kB | 37 kB | 29 kB | 37/58 kB error 03-Jan-2023 03:13:12 Progress (5): 156/211 kB | 122 kB | 37 kB | 29 kB | 40/58 kB error 03-Jan-2023 03:13:12 Progress (5): 160/211 kB | 122 kB | 37 kB | 29 kB | 40/58 kB error 03-Jan-2023 03:13:12 Progress (5): 164/211 kB | 122 kB | 37 kB | 29 kB | 40/58 kB error 03-Jan-2023 03:13:12 Progress (5): 168/211 kB | 122 kB | 37 kB | 29 kB | 40/58 kB error 03-Jan-2023 03:13:12 Progress (5): 172/211 kB | 122 kB | 37 kB | 29 kB | 40/58 kB error 03-Jan-2023 03:13:12 Progress (5): 177/211 kB | 122 kB | 37 kB | 29 kB | 40/58 kB error 03-Jan-2023 03:13:12 Progress (5): 181/211 kB | 122 kB | 37 kB | 29 kB | 40/58 kB error 03-Jan-2023 03:13:12 Progress (5): 185/211 kB | 122 kB | 37 kB | 29 kB | 40/58 kB error 03-Jan-2023 03:13:12 Progress (5): 189/211 kB | 122 kB | 37 kB | 29 kB | 40/58 kB error 03-Jan-2023 03:13:12 Progress (5): 191/211 kB | 122 kB | 37 kB | 29 kB | 40/58 kB error 03-Jan-2023 03:13:12 Progress (5): 195/211 kB | 122 kB | 37 kB | 29 kB | 40/58 kB error 03-Jan-2023 03:13:12 Progress (5): 199/211 kB | 122 kB | 37 kB | 29 kB | 40/58 kB error 03-Jan-2023 03:13:12 Progress (5): 203/211 kB | 122 kB | 37 kB | 29 kB | 40/58 kB error 03-Jan-2023 03:13:12 Progress (5): 207/211 kB | 122 kB | 37 kB | 29 kB | 40/58 kB error 03-Jan-2023 03:13:12 Progress (5): 211 kB | 122 kB | 37 kB | 29 kB | 40/58 kB error 03-Jan-2023 03:13:12 Progress (5): 211 kB | 122 kB | 37 kB | 29 kB | 43/58 kB error 03-Jan-2023 03:13:12 Progress (5): 211 kB | 122 kB | 37 kB | 29 kB | 45/58 kB error 03-Jan-2023 03:13:12 Progress (5): 211 kB | 122 kB | 37 kB | 29 kB | 48/58 kB error 03-Jan-2023 03:13:12 Progress (5): 211 kB | 122 kB | 37 kB | 29 kB | 51/58 kB error 03-Jan-2023 03:13:12 Progress (5): 211 kB | 122 kB | 37 kB | 29 kB | 54/58 kB error 03-Jan-2023 03:13:12 Progress (5): 211 kB | 122 kB | 37 kB | 29 kB | 56/58 kB error 03-Jan-2023 03:13:12 Progress (5): 211 kB | 122 kB | 37 kB | 29 kB | 58 kB error 03-Jan-2023 03:13:12 error 03-Jan-2023 03:13:12 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-plugin-registry/2.0.9/maven-plugin-registry-2.0.9.jar (29 kB at 8.1 kB/s) error 03-Jan-2023 03:13:12 #18 235.5 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-monitor/2.0.9/maven-monitor-2.0.9.jar error 03-Jan-2023 03:13:12 #18 235.5 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-plugin-descriptor/2.0.9/maven-plugin-descriptor-2.0.9.jar (37 kB at 10 kB/s) error 03-Jan-2023 03:13:12 #18 235.5 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/shared/maven-shared-utils/0.1/maven-shared-utils-0.1.jar error 03-Jan-2023 03:13:12 #18 235.5 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-project/2.0.9/maven-project-2.0.9.jar (122 kB at 34 kB/s) error 03-Jan-2023 03:13:12 #18 235.5 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/codehaus/plexus/plexus-compiler-api/2.2/plexus-compiler-api-2.2.jar error 03-Jan-2023 03:13:12 #18 235.5 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/codehaus/plexus/plexus-utils/1.5.1/plexus-utils-1.5.1.jar (211 kB at 57 kB/s) error 03-Jan-2023 03:13:12 #18 235.5 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/codehaus/plexus/plexus-compiler-manager/2.2/plexus-compiler-manager-2.2.jar error 03-Jan-2023 03:13:12 #18 235.6 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-artifact-manager/2.0.9/maven-artifact-manager-2.0.9.jar (58 kB at 16 kB/s) error 03-Jan-2023 03:13:12 #18 235.6 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/codehaus/plexus/plexus-compiler-javac/2.2/plexus-compiler-javac-2.2.jar error 03-Jan-2023 03:13:12 #18 235.6 Progress (1): 3.4/10 kB error 03-Jan-2023 03:13:12 Progress (1): 6.2/10 kB error 03-Jan-2023 03:13:12 Progress (1): 9.0/10 kB error 03-Jan-2023 03:13:12 Progress (1): 10 kB error 03-Jan-2023 03:13:12 Progress (2): 10 kB | 3.4/25 kB error 03-Jan-2023 03:13:12 Progress (2): 10 kB | 6.2/25 kB error 03-Jan-2023 03:13:12 Progress (3): 10 kB | 6.2/25 kB | 3.4/155 kB error 03-Jan-2023 03:13:12 Progress (3): 10 kB | 6.2/25 kB | 6.2/155 kB error 03-Jan-2023 03:13:12 Progress (3): 10 kB | 9.0/25 kB | 6.2/155 kB error 03-Jan-2023 03:13:12 Progress (3): 10 kB | 9.0/25 kB | 9.0/155 kB error 03-Jan-2023 03:13:12 Progress (3): 10 kB | 12/25 kB | 9.0/155 kB error 03-Jan-2023 03:13:12 Progress (3): 10 kB | 12/25 kB | 12/155 kB error 03-Jan-2023 03:13:12 Progress (3): 10 kB | 15/25 kB | 12/155 kB error 03-Jan-2023 03:13:12 Progress (4): 10 kB | 15/25 kB | 12/155 kB | 3.4/4.6 kB error 03-Jan-2023 03:13:12 Progress (4): 10 kB | 15/25 kB | 15/155 kB | 3.4/4.6 kB error 03-Jan-2023 03:13:12 Progress (4): 10 kB | 17/25 kB | 15/155 kB | 3.4/4.6 kB error 03-Jan-2023 03:13:12 Progress (4): 10 kB | 17/25 kB | 17/155 kB | 3.4/4.6 kB error 03-Jan-2023 03:13:12 Progress (4): 10 kB | 17/25 kB | 17/155 kB | 4.6 kB error 03-Jan-2023 03:13:12 Progress (4): 10 kB | 20/25 kB | 17/155 kB | 4.6 kB error 03-Jan-2023 03:13:12 Progress (4): 10 kB | 20/25 kB | 20/155 kB | 4.6 kB error 03-Jan-2023 03:13:12 Progress (4): 10 kB | 20/25 kB | 23/155 kB | 4.6 kB error 03-Jan-2023 03:13:12 Progress (4): 10 kB | 23/25 kB | 23/155 kB | 4.6 kB error 03-Jan-2023 03:13:12 Progress (4): 10 kB | 25 kB | 23/155 kB | 4.6 kB error 03-Jan-2023 03:13:12 Progress (4): 10 kB | 25 kB | 26/155 kB | 4.6 kB error 03-Jan-2023 03:13:12 Progress (4): 10 kB | 25 kB | 29/155 kB | 4.6 kB error 03-Jan-2023 03:13:12 Progress (4): 10 kB | 25 kB | 31/155 kB | 4.6 kB error 03-Jan-2023 03:13:12 Progress (4): 10 kB | 25 kB | 34/155 kB | 4.6 kB error 03-Jan-2023 03:13:12 Progress (4): 10 kB | 25 kB | 37/155 kB | 4.6 kB error 03-Jan-2023 03:13:12 Progress (4): 10 kB | 25 kB | 40/155 kB | 4.6 kB error 03-Jan-2023 03:13:12 Progress (4): 10 kB | 25 kB | 43/155 kB | 4.6 kB error 03-Jan-2023 03:13:12 Progress (4): 10 kB | 25 kB | 45/155 kB | 4.6 kB error 03-Jan-2023 03:13:12 Progress (4): 10 kB | 25 kB | 48/155 kB | 4.6 kB error 03-Jan-2023 03:13:12 Progress (4): 10 kB | 25 kB | 51/155 kB | 4.6 kB error 03-Jan-2023 03:13:12 Progress (4): 10 kB | 25 kB | 54/155 kB | 4.6 kB error 03-Jan-2023 03:13:12 Progress (4): 10 kB | 25 kB | 57/155 kB | 4.6 kB error 03-Jan-2023 03:13:12 Progress (4): 10 kB | 25 kB | 59/155 kB | 4.6 kB error 03-Jan-2023 03:13:12 Progress (4): 10 kB | 25 kB | 62/155 kB | 4.6 kB error 03-Jan-2023 03:13:12 Progress (4): 10 kB | 25 kB | 65/155 kB | 4.6 kB error 03-Jan-2023 03:13:12 Progress (4): 10 kB | 25 kB | 68/155 kB | 4.6 kB error 03-Jan-2023 03:13:12 Progress (4): 10 kB | 25 kB | 71/155 kB | 4.6 kB error 03-Jan-2023 03:13:12 Progress (4): 10 kB | 25 kB | 73/155 kB | 4.6 kB error 03-Jan-2023 03:13:12 Progress (4): 10 kB | 25 kB | 76/155 kB | 4.6 kB error 03-Jan-2023 03:13:12 Progress (4): 10 kB | 25 kB | 79/155 kB | 4.6 kB error 03-Jan-2023 03:13:12 Progress (4): 10 kB | 25 kB | 82/155 kB | 4.6 kB error 03-Jan-2023 03:13:12 Progress (4): 10 kB | 25 kB | 85/155 kB | 4.6 kB error 03-Jan-2023 03:13:12 Progress (4): 10 kB | 25 kB | 87/155 kB | 4.6 kB error 03-Jan-2023 03:13:12 Progress (5): 10 kB | 25 kB | 87/155 kB | 4.6 kB | 3.4/19 kB error 03-Jan-2023 03:13:12 Progress (5): 10 kB | 25 kB | 87/155 kB | 4.6 kB | 6.2/19 kB error 03-Jan-2023 03:13:12 Progress (5): 10 kB | 25 kB | 87/155 kB | 4.6 kB | 9.0/19 kB error 03-Jan-2023 03:13:12 Progress (5): 10 kB | 25 kB | 87/155 kB | 4.6 kB | 12/19 kB error 03-Jan-2023 03:13:12 Progress (5): 10 kB | 25 kB | 87/155 kB | 4.6 kB | 15/19 kB error 03-Jan-2023 03:13:12 Progress (5): 10 kB | 25 kB | 87/155 kB | 4.6 kB | 17/19 kB error 03-Jan-2023 03:13:12 Progress (5): 10 kB | 25 kB | 87/155 kB | 4.6 kB | 19 kB error 03-Jan-2023 03:13:12 Progress (5): 10 kB | 25 kB | 90/155 kB | 4.6 kB | 19 kB error 03-Jan-2023 03:13:12 Progress (5): 10 kB | 25 kB | 93/155 kB | 4.6 kB | 19 kB error 03-Jan-2023 03:13:12 error 03-Jan-2023 03:13:12 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-monitor/2.0.9/maven-monitor-2.0.9.jar (10 kB at 2.7 kB/s) error 03-Jan-2023 03:13:12 #18 235.7 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/codehaus/plexus/plexus-container-default/1.5.5/plexus-container-default-1.5.5.jar error 03-Jan-2023 03:13:12 #18 235.7 Progress (4): 25 kB | 96/155 kB | 4.6 kB | 19 kB error 03-Jan-2023 03:13:12 Progress (4): 25 kB | 99/155 kB | 4.6 kB | 19 kB error 03-Jan-2023 03:13:12 Progress (4): 25 kB | 101/155 kB | 4.6 kB | 19 kB error 03-Jan-2023 03:13:12 Progress (4): 25 kB | 104/155 kB | 4.6 kB | 19 kB error 03-Jan-2023 03:13:12 Progress (4): 25 kB | 107/155 kB | 4.6 kB | 19 kB error 03-Jan-2023 03:13:12 Progress (4): 25 kB | 110/155 kB | 4.6 kB | 19 kB error 03-Jan-2023 03:13:12 Progress (4): 25 kB | 113/155 kB | 4.6 kB | 19 kB error 03-Jan-2023 03:13:12 Progress (4): 25 kB | 115/155 kB | 4.6 kB | 19 kB error 03-Jan-2023 03:13:12 Progress (4): 25 kB | 118/155 kB | 4.6 kB | 19 kB error 03-Jan-2023 03:13:12 Progress (4): 25 kB | 121/155 kB | 4.6 kB | 19 kB error 03-Jan-2023 03:13:12 Progress (4): 25 kB | 124/155 kB | 4.6 kB | 19 kB error 03-Jan-2023 03:13:12 Progress (4): 25 kB | 127/155 kB | 4.6 kB | 19 kB error 03-Jan-2023 03:13:12 Progress (4): 25 kB | 129/155 kB | 4.6 kB | 19 kB error 03-Jan-2023 03:13:12 Progress (4): 25 kB | 132/155 kB | 4.6 kB | 19 kB error 03-Jan-2023 03:13:12 Progress (4): 25 kB | 135/155 kB | 4.6 kB | 19 kB error 03-Jan-2023 03:13:12 Progress (4): 25 kB | 138/155 kB | 4.6 kB | 19 kB error 03-Jan-2023 03:13:12 Progress (4): 25 kB | 141/155 kB | 4.6 kB | 19 kB error 03-Jan-2023 03:13:12 Progress (4): 25 kB | 143/155 kB | 4.6 kB | 19 kB error 03-Jan-2023 03:13:12 Progress (4): 25 kB | 146/155 kB | 4.6 kB | 19 kB error 03-Jan-2023 03:13:12 Progress (4): 25 kB | 149/155 kB | 4.6 kB | 19 kB error 03-Jan-2023 03:13:12 Progress (4): 25 kB | 152/155 kB | 4.6 kB | 19 kB error 03-Jan-2023 03:13:12 Progress (4): 25 kB | 155 kB | 4.6 kB | 19 kB error 03-Jan-2023 03:13:12 error 03-Jan-2023 03:13:12 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/codehaus/plexus/plexus-compiler-manager/2.2/plexus-compiler-manager-2.2.jar (4.6 kB at 1.2 kB/s) error 03-Jan-2023 03:13:12 #18 235.8 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/junit/junit/3.8.2/junit-3.8.2.jar error 03-Jan-2023 03:13:12 #18 235.8 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/codehaus/plexus/plexus-compiler-api/2.2/plexus-compiler-api-2.2.jar (25 kB at 6.5 kB/s) error 03-Jan-2023 03:13:13 #18 235.8 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/codehaus/plexus/plexus-compiler-javac/2.2/plexus-compiler-javac-2.2.jar (19 kB at 4.8 kB/s) error 03-Jan-2023 03:13:13 #18 235.9 Progress (2): 155 kB | 3.4/121 kB error 03-Jan-2023 03:13:13 Progress (2): 155 kB | 6.2/121 kB error 03-Jan-2023 03:13:13 Progress (2): 155 kB | 9.0/121 kB error 03-Jan-2023 03:13:13 Progress (2): 155 kB | 12/121 kB error 03-Jan-2023 03:13:13 Progress (2): 155 kB | 15/121 kB error 03-Jan-2023 03:13:13 Progress (2): 155 kB | 17/121 kB error 03-Jan-2023 03:13:13 error 03-Jan-2023 03:13:13 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/shared/maven-shared-utils/0.1/maven-shared-utils-0.1.jar (155 kB at 39 kB/s) error 03-Jan-2023 03:13:13 #18 235.9 Progress (1): 20/121 kB error 03-Jan-2023 03:13:13 Progress (1): 23/121 kB error 03-Jan-2023 03:13:13 Progress (1): 26/121 kB error 03-Jan-2023 03:13:13 Progress (1): 29/121 kB error 03-Jan-2023 03:13:13 Progress (1): 31/121 kB error 03-Jan-2023 03:13:13 Progress (1): 34/121 kB error 03-Jan-2023 03:13:13 Progress (1): 37/121 kB error 03-Jan-2023 03:13:13 Progress (1): 40/121 kB error 03-Jan-2023 03:13:13 Progress (1): 43/121 kB error 03-Jan-2023 03:13:13 Progress (1): 45/121 kB error 03-Jan-2023 03:13:13 Progress (1): 48/121 kB error 03-Jan-2023 03:13:13 Progress (1): 51/121 kB error 03-Jan-2023 03:13:13 Progress (1): 54/121 kB error 03-Jan-2023 03:13:13 Progress (1): 56/121 kB error 03-Jan-2023 03:13:13 Progress (1): 59/121 kB error 03-Jan-2023 03:13:13 Progress (1): 62/121 kB error 03-Jan-2023 03:13:13 Progress (1): 65/121 kB error 03-Jan-2023 03:13:13 Progress (1): 68/121 kB error 03-Jan-2023 03:13:13 Progress (1): 70/121 kB error 03-Jan-2023 03:13:13 Progress (1): 73/121 kB error 03-Jan-2023 03:13:13 Progress (1): 76/121 kB error 03-Jan-2023 03:13:13 Progress (1): 79/121 kB error 03-Jan-2023 03:13:13 Progress (1): 82/121 kB error 03-Jan-2023 03:13:13 Progress (1): 84/121 kB error 03-Jan-2023 03:13:13 Progress (1): 87/121 kB error 03-Jan-2023 03:13:13 Progress (1): 90/121 kB error 03-Jan-2023 03:13:13 Progress (1): 93/121 kB error 03-Jan-2023 03:13:13 Progress (1): 96/121 kB error 03-Jan-2023 03:13:13 Progress (1): 98/121 kB error 03-Jan-2023 03:13:13 Progress (1): 101/121 kB error 03-Jan-2023 03:13:13 Progress (1): 104/121 kB error 03-Jan-2023 03:13:13 Progress (1): 107/121 kB error 03-Jan-2023 03:13:13 Progress (1): 110/121 kB error 03-Jan-2023 03:13:13 Progress (1): 112/121 kB error 03-Jan-2023 03:13:13 Progress (1): 115/121 kB error 03-Jan-2023 03:13:13 Progress (1): 118/121 kB error 03-Jan-2023 03:13:13 Progress (1): 121 kB error 03-Jan-2023 03:13:13 Progress (2): 121 kB | 4.1/217 kB error 03-Jan-2023 03:13:13 Progress (2): 121 kB | 8.2/217 kB error 03-Jan-2023 03:13:13 Progress (2): 121 kB | 12/217 kB error 03-Jan-2023 03:13:13 Progress (2): 121 kB | 16/217 kB error 03-Jan-2023 03:13:13 Progress (2): 121 kB | 20/217 kB error 03-Jan-2023 03:13:13 Progress (2): 121 kB | 25/217 kB error 03-Jan-2023 03:13:13 Progress (2): 121 kB | 29/217 kB error 03-Jan-2023 03:13:13 Progress (2): 121 kB | 33/217 kB error 03-Jan-2023 03:13:13 Progress (2): 121 kB | 37/217 kB error 03-Jan-2023 03:13:13 Progress (2): 121 kB | 41/217 kB error 03-Jan-2023 03:13:13 error 03-Jan-2023 03:13:13 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/junit/junit/3.8.2/junit-3.8.2.jar (121 kB at 29 kB/s) error 03-Jan-2023 03:13:13 #18 236.1 Progress (1): 45/217 kB error 03-Jan-2023 03:13:13 Progress (1): 49/217 kB error 03-Jan-2023 03:13:13 Progress (1): 53/217 kB error 03-Jan-2023 03:13:13 Progress (1): 57/217 kB error 03-Jan-2023 03:13:13 Progress (1): 61/217 kB error 03-Jan-2023 03:13:13 Progress (1): 66/217 kB error 03-Jan-2023 03:13:13 Progress (1): 70/217 kB error 03-Jan-2023 03:13:13 Progress (1): 74/217 kB error 03-Jan-2023 03:13:13 Progress (1): 78/217 kB error 03-Jan-2023 03:13:13 Progress (1): 82/217 kB error 03-Jan-2023 03:13:13 Progress (1): 85/217 kB error 03-Jan-2023 03:13:13 Progress (1): 89/217 kB error 03-Jan-2023 03:13:13 Progress (1): 93/217 kB error 03-Jan-2023 03:13:13 Progress (1): 97/217 kB error 03-Jan-2023 03:13:13 Progress (1): 101/217 kB error 03-Jan-2023 03:13:13 Progress (1): 105/217 kB error 03-Jan-2023 03:13:13 Progress (1): 110/217 kB error 03-Jan-2023 03:13:13 Progress (1): 114/217 kB error 03-Jan-2023 03:13:13 Progress (1): 118/217 kB error 03-Jan-2023 03:13:13 Progress (1): 120/217 kB error 03-Jan-2023 03:13:13 Progress (1): 124/217 kB error 03-Jan-2023 03:13:13 Progress (1): 128/217 kB error 03-Jan-2023 03:13:13 Progress (1): 132/217 kB error 03-Jan-2023 03:13:13 Progress (1): 136/217 kB error 03-Jan-2023 03:13:13 Progress (1): 140/217 kB error 03-Jan-2023 03:13:13 Progress (1): 144/217 kB error 03-Jan-2023 03:13:13 Progress (1): 148/217 kB error 03-Jan-2023 03:13:13 Progress (1): 153/217 kB error 03-Jan-2023 03:13:13 Progress (1): 155/217 kB error 03-Jan-2023 03:13:13 Progress (1): 159/217 kB error 03-Jan-2023 03:13:13 Progress (1): 163/217 kB error 03-Jan-2023 03:13:13 Progress (1): 167/217 kB error 03-Jan-2023 03:13:13 Progress (1): 171/217 kB error 03-Jan-2023 03:13:13 Progress (1): 175/217 kB error 03-Jan-2023 03:13:13 Progress (1): 179/217 kB error 03-Jan-2023 03:13:13 Progress (1): 183/217 kB error 03-Jan-2023 03:13:13 Progress (1): 187/217 kB error 03-Jan-2023 03:13:13 Progress (1): 189/217 kB error 03-Jan-2023 03:13:13 Progress (1): 193/217 kB error 03-Jan-2023 03:13:13 Progress (1): 198/217 kB error 03-Jan-2023 03:13:13 Progress (1): 202/217 kB error 03-Jan-2023 03:13:13 Progress (1): 206/217 kB error 03-Jan-2023 03:13:13 Progress (1): 210/217 kB error 03-Jan-2023 03:13:13 Progress (1): 214/217 kB error 03-Jan-2023 03:13:13 Progress (1): 217 kB error 03-Jan-2023 03:13:13 error 03-Jan-2023 03:13:13 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/codehaus/plexus/plexus-container-default/1.5.5/plexus-container-default-1.5.5.jar (217 kB at 49 kB/s) error 03-Jan-2023 03:13:15 #18 238.6 [INFO] No sources to compile error 03-Jan-2023 03:13:15 #18 238.6 [INFO] error 03-Jan-2023 03:13:15 #18 238.6 [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ referenceapplication-package --- error 03-Jan-2023 03:13:15 #18 238.7 [INFO] Using 'UTF-8' encoding to copy filtered resources. error 03-Jan-2023 03:13:15 #18 238.7 [INFO] skip non existing resourceDirectory /app/package/src/test/resources error 03-Jan-2023 03:13:15 #18 238.7 [INFO] skip non existing resourceDirectory /app/package/src/test/resources error 03-Jan-2023 03:13:15 #18 238.7 [INFO] error 03-Jan-2023 03:13:15 #18 238.7 [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ referenceapplication-package --- error 03-Jan-2023 03:13:15 #18 238.7 [INFO] No sources to compile error 03-Jan-2023 03:13:15 #18 238.7 [INFO] error 03-Jan-2023 03:13:15 #18 238.7 [INFO] --- maven-surefire-plugin:2.12:test (default-test) @ referenceapplication-package --- error 03-Jan-2023 03:13:16 #18 239.1 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/surefire/surefire-booter/2.12/surefire-booter-2.12.pom error 03-Jan-2023 03:13:16 #18 239.5 Progress (1): 3.0 kB error 03-Jan-2023 03:13:16 error 03-Jan-2023 03:13:16 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/surefire/surefire-booter/2.12/surefire-booter-2.12.pom (3.0 kB at 5.8 kB/s) error 03-Jan-2023 03:13:16 #18 239.7 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/surefire/surefire-api/2.12/surefire-api-2.12.pom error 03-Jan-2023 03:13:17 #18 239.8 Progress (1): 2.5 kB error 03-Jan-2023 03:13:17 error 03-Jan-2023 03:13:17 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/surefire/surefire-api/2.12/surefire-api-2.12.pom (2.5 kB at 10 kB/s) error 03-Jan-2023 03:13:17 #18 240.0 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/surefire/maven-surefire-common/2.12/maven-surefire-common-2.12.pom error 03-Jan-2023 03:13:17 #18 240.1 Progress (1): 3.4/5.1 kB error 03-Jan-2023 03:13:17 Progress (1): 5.1 kB error 03-Jan-2023 03:13:17 error 03-Jan-2023 03:13:17 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/surefire/maven-surefire-common/2.12/maven-surefire-common-2.12.pom (5.1 kB at 20 kB/s) error 03-Jan-2023 03:13:17 #18 240.3 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/reporting/maven-reporting-api/2.0.9/maven-reporting-api-2.0.9.pom error 03-Jan-2023 03:13:17 #18 240.4 Progress (1): 1.8 kB error 03-Jan-2023 03:13:17 error 03-Jan-2023 03:13:17 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/reporting/maven-reporting-api/2.0.9/maven-reporting-api-2.0.9.pom (1.8 kB at 7.1 kB/s) error 03-Jan-2023 03:13:17 #18 240.6 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/reporting/maven-reporting/2.0.9/maven-reporting-2.0.9.pom error 03-Jan-2023 03:13:17 #18 240.7 Progress (1): 1.5 kB error 03-Jan-2023 03:13:17 error 03-Jan-2023 03:13:18 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/reporting/maven-reporting/2.0.9/maven-reporting-2.0.9.pom (1.5 kB at 6.2 kB/s) error 03-Jan-2023 03:13:18 #18 240.9 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-toolchain/2.0.9/maven-toolchain-2.0.9.pom error 03-Jan-2023 03:13:18 #18 241.0 Progress (1): 3.4/3.5 kB error 03-Jan-2023 03:13:18 Progress (1): 3.5 kB error 03-Jan-2023 03:13:18 error 03-Jan-2023 03:13:18 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-toolchain/2.0.9/maven-toolchain-2.0.9.pom (3.5 kB at 14 kB/s) error 03-Jan-2023 03:13:18 #18 241.1 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/shared/maven-common-artifact-filters/1.3/maven-common-artifact-filters-1.3.pom error 03-Jan-2023 03:13:18 #18 241.2 Progress (1): 3.4/3.7 kB error 03-Jan-2023 03:13:18 Progress (1): 3.7 kB error 03-Jan-2023 03:13:18 error 03-Jan-2023 03:13:18 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/shared/maven-common-artifact-filters/1.3/maven-common-artifact-filters-1.3.pom (3.7 kB at 15 kB/s) error 03-Jan-2023 03:13:18 #18 241.4 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/shared/maven-shared-components/12/maven-shared-components-12.pom error 03-Jan-2023 03:13:18 #18 241.5 Progress (1): 3.4/9.3 kB error 03-Jan-2023 03:13:18 Progress (1): 6.2/9.3 kB error 03-Jan-2023 03:13:18 Progress (1): 9.0/9.3 kB error 03-Jan-2023 03:13:18 Progress (1): 9.3 kB error 03-Jan-2023 03:13:18 error 03-Jan-2023 03:13:18 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/shared/maven-shared-components/12/maven-shared-components-12.pom (9.3 kB at 39 kB/s) error 03-Jan-2023 03:13:18 #18 241.6 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-parent/13/maven-parent-13.pom error 03-Jan-2023 03:13:18 #18 241.7 Progress (1): 3.4/23 kB error 03-Jan-2023 03:13:19 Progress (1): 6.2/23 kB error 03-Jan-2023 03:13:19 Progress (1): 9.0/23 kB error 03-Jan-2023 03:13:19 Progress (1): 12/23 kB error 03-Jan-2023 03:13:19 Progress (1): 15/23 kB error 03-Jan-2023 03:13:19 Progress (1): 17/23 kB error 03-Jan-2023 03:13:19 Progress (1): 20/23 kB error 03-Jan-2023 03:13:19 Progress (1): 23 kB error 03-Jan-2023 03:13:19 error 03-Jan-2023 03:13:19 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-parent/13/maven-parent-13.pom (23 kB at 94 kB/s) error 03-Jan-2023 03:13:19 #18 242.0 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/surefire/surefire-booter/2.12/surefire-booter-2.12.jar error 03-Jan-2023 03:13:19 #18 242.0 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/surefire/surefire-api/2.12/surefire-api-2.12.jar error 03-Jan-2023 03:13:19 #18 242.0 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/surefire/maven-surefire-common/2.12/maven-surefire-common-2.12.jar error 03-Jan-2023 03:13:19 #18 242.0 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/shared/maven-common-artifact-filters/1.3/maven-common-artifact-filters-1.3.jar error 03-Jan-2023 03:13:19 #18 242.0 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/reporting/maven-reporting-api/2.0.9/maven-reporting-api-2.0.9.jar error 03-Jan-2023 03:13:19 #18 242.1 Progress (1): 3.4/33 kB error 03-Jan-2023 03:13:19 Progress (2): 3.4/33 kB | 3.4/31 kB error 03-Jan-2023 03:13:19 Progress (3): 3.4/33 kB | 3.4/31 kB | 3.4/124 kB error 03-Jan-2023 03:13:19 Progress (3): 6.2/33 kB | 3.4/31 kB | 3.4/124 kB error 03-Jan-2023 03:13:19 Progress (3): 6.2/33 kB | 3.4/31 kB | 6.2/124 kB error 03-Jan-2023 03:13:19 Progress (3): 6.2/33 kB | 6.2/31 kB | 6.2/124 kB error 03-Jan-2023 03:13:19 Progress (4): 6.2/33 kB | 6.2/31 kB | 6.2/124 kB | 3.4/10 kB error 03-Jan-2023 03:13:19 Progress (4): 6.2/33 kB | 6.2/31 kB | 9.0/124 kB | 3.4/10 kB error 03-Jan-2023 03:13:19 Progress (4): 6.2/33 kB | 9.0/31 kB | 9.0/124 kB | 3.4/10 kB error 03-Jan-2023 03:13:19 Progress (4): 6.2/33 kB | 9.0/31 kB | 12/124 kB | 3.4/10 kB error 03-Jan-2023 03:13:19 Progress (4): 9.0/33 kB | 9.0/31 kB | 12/124 kB | 3.4/10 kB error 03-Jan-2023 03:13:19 Progress (4): 9.0/33 kB | 9.0/31 kB | 12/124 kB | 6.2/10 kB error 03-Jan-2023 03:13:19 Progress (4): 9.0/33 kB | 12/31 kB | 12/124 kB | 6.2/10 kB error 03-Jan-2023 03:13:19 Progress (4): 9.0/33 kB | 12/31 kB | 15/124 kB | 6.2/10 kB error 03-Jan-2023 03:13:19 Progress (4): 9.0/33 kB | 12/31 kB | 15/124 kB | 9.0/10 kB error 03-Jan-2023 03:13:19 Progress (4): 9.0/33 kB | 12/31 kB | 17/124 kB | 9.0/10 kB error 03-Jan-2023 03:13:19 Progress (4): 9.0/33 kB | 12/31 kB | 20/124 kB | 9.0/10 kB error 03-Jan-2023 03:13:19 Progress (4): 12/33 kB | 12/31 kB | 20/124 kB | 9.0/10 kB error 03-Jan-2023 03:13:19 Progress (4): 12/33 kB | 12/31 kB | 23/124 kB | 9.0/10 kB error 03-Jan-2023 03:13:19 Progress (4): 12/33 kB | 12/31 kB | 23/124 kB | 10 kB error 03-Jan-2023 03:13:19 Progress (4): 12/33 kB | 15/31 kB | 23/124 kB | 10 kB error 03-Jan-2023 03:13:19 Progress (4): 12/33 kB | 15/31 kB | 26/124 kB | 10 kB error 03-Jan-2023 03:13:19 Progress (4): 12/33 kB | 17/31 kB | 26/124 kB | 10 kB error 03-Jan-2023 03:13:19 Progress (4): 15/33 kB | 17/31 kB | 26/124 kB | 10 kB error 03-Jan-2023 03:13:19 Progress (4): 15/33 kB | 17/31 kB | 29/124 kB | 10 kB error 03-Jan-2023 03:13:19 Progress (4): 15/33 kB | 20/31 kB | 29/124 kB | 10 kB error 03-Jan-2023 03:13:19 Progress (4): 17/33 kB | 20/31 kB | 29/124 kB | 10 kB error 03-Jan-2023 03:13:19 Progress (4): 17/33 kB | 23/31 kB | 29/124 kB | 10 kB error 03-Jan-2023 03:13:19 Progress (4): 17/33 kB | 23/31 kB | 31/124 kB | 10 kB error 03-Jan-2023 03:13:19 Progress (4): 17/33 kB | 23/31 kB | 34/124 kB | 10 kB error 03-Jan-2023 03:13:19 Progress (4): 17/33 kB | 23/31 kB | 37/124 kB | 10 kB error 03-Jan-2023 03:13:19 Progress (4): 20/33 kB | 23/31 kB | 37/124 kB | 10 kB error 03-Jan-2023 03:13:19 Progress (4): 20/33 kB | 26/31 kB | 37/124 kB | 10 kB error 03-Jan-2023 03:13:19 Progress (4): 20/33 kB | 26/31 kB | 40/124 kB | 10 kB error 03-Jan-2023 03:13:19 Progress (4): 20/33 kB | 29/31 kB | 40/124 kB | 10 kB error 03-Jan-2023 03:13:19 Progress (4): 23/33 kB | 29/31 kB | 40/124 kB | 10 kB error 03-Jan-2023 03:13:19 Progress (4): 26/33 kB | 29/31 kB | 40/124 kB | 10 kB error 03-Jan-2023 03:13:19 Progress (4): 29/33 kB | 29/31 kB | 40/124 kB | 10 kB error 03-Jan-2023 03:13:19 Progress (4): 29/33 kB | 31 kB | 40/124 kB | 10 kB error 03-Jan-2023 03:13:19 Progress (4): 31/33 kB | 31 kB | 40/124 kB | 10 kB error 03-Jan-2023 03:13:19 Progress (4): 33 kB | 31 kB | 40/124 kB | 10 kB error 03-Jan-2023 03:13:19 Progress (4): 33 kB | 31 kB | 43/124 kB | 10 kB error 03-Jan-2023 03:13:19 Progress (4): 33 kB | 31 kB | 45/124 kB | 10 kB error 03-Jan-2023 03:13:19 Progress (4): 33 kB | 31 kB | 48/124 kB | 10 kB error 03-Jan-2023 03:13:19 Progress (4): 33 kB | 31 kB | 51/124 kB | 10 kB error 03-Jan-2023 03:13:19 Progress (4): 33 kB | 31 kB | 54/124 kB | 10 kB error 03-Jan-2023 03:13:19 Progress (4): 33 kB | 31 kB | 57/124 kB | 10 kB error 03-Jan-2023 03:13:19 Progress (4): 33 kB | 31 kB | 59/124 kB | 10 kB error 03-Jan-2023 03:13:19 Progress (4): 33 kB | 31 kB | 62/124 kB | 10 kB error 03-Jan-2023 03:13:19 Progress (4): 33 kB | 31 kB | 65/124 kB | 10 kB error 03-Jan-2023 03:13:19 Progress (4): 33 kB | 31 kB | 68/124 kB | 10 kB error 03-Jan-2023 03:13:19 Progress (4): 33 kB | 31 kB | 71/124 kB | 10 kB error 03-Jan-2023 03:13:19 Progress (4): 33 kB | 31 kB | 73/124 kB | 10 kB error 03-Jan-2023 03:13:19 Progress (4): 33 kB | 31 kB | 76/124 kB | 10 kB error 03-Jan-2023 03:13:19 Progress (4): 33 kB | 31 kB | 79/124 kB | 10 kB error 03-Jan-2023 03:13:19 Progress (4): 33 kB | 31 kB | 82/124 kB | 10 kB error 03-Jan-2023 03:13:19 Progress (4): 33 kB | 31 kB | 84/124 kB | 10 kB error 03-Jan-2023 03:13:19 Progress (4): 33 kB | 31 kB | 87/124 kB | 10 kB error 03-Jan-2023 03:13:19 Progress (4): 33 kB | 31 kB | 90/124 kB | 10 kB error 03-Jan-2023 03:13:19 Progress (4): 33 kB | 31 kB | 93/124 kB | 10 kB error 03-Jan-2023 03:13:19 Progress (4): 33 kB | 31 kB | 95/124 kB | 10 kB error 03-Jan-2023 03:13:19 Progress (4): 33 kB | 31 kB | 98/124 kB | 10 kB error 03-Jan-2023 03:13:19 Progress (4): 33 kB | 31 kB | 101/124 kB | 10 kB error 03-Jan-2023 03:13:19 Progress (4): 33 kB | 31 kB | 104/124 kB | 10 kB error 03-Jan-2023 03:13:19 Progress (4): 33 kB | 31 kB | 107/124 kB | 10 kB error 03-Jan-2023 03:13:19 Progress (4): 33 kB | 31 kB | 109/124 kB | 10 kB error 03-Jan-2023 03:13:19 Progress (4): 33 kB | 31 kB | 112/124 kB | 10 kB error 03-Jan-2023 03:13:19 Progress (4): 33 kB | 31 kB | 115/124 kB | 10 kB error 03-Jan-2023 03:13:19 Progress (4): 33 kB | 31 kB | 118/124 kB | 10 kB error 03-Jan-2023 03:13:19 Progress (4): 33 kB | 31 kB | 121/124 kB | 10 kB error 03-Jan-2023 03:13:19 Progress (4): 33 kB | 31 kB | 123/124 kB | 10 kB error 03-Jan-2023 03:13:19 Progress (4): 33 kB | 31 kB | 124 kB | 10 kB error 03-Jan-2023 03:13:19 error 03-Jan-2023 03:13:19 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/shared/maven-common-artifact-filters/1.3/maven-common-artifact-filters-1.3.jar (31 kB at 86 kB/s) error 03-Jan-2023 03:13:19 #18 242.3 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/reporting/maven-reporting-api/2.0.9/maven-reporting-api-2.0.9.jar (10 kB at 28 kB/s) error 03-Jan-2023 03:13:19 #18 242.3 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/surefire/surefire-booter/2.12/surefire-booter-2.12.jar (33 kB at 88 kB/s) error 03-Jan-2023 03:13:19 #18 242.3 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-toolchain/2.0.9/maven-toolchain-2.0.9.jar error 03-Jan-2023 03:13:19 #18 242.5 Progress (2): 124 kB | 3.4/38 kB error 03-Jan-2023 03:13:19 Progress (2): 124 kB | 6.2/38 kB error 03-Jan-2023 03:13:19 Progress (2): 124 kB | 9.0/38 kB error 03-Jan-2023 03:13:19 Progress (2): 124 kB | 12/38 kB error 03-Jan-2023 03:13:19 Progress (2): 124 kB | 15/38 kB error 03-Jan-2023 03:13:19 Progress (2): 124 kB | 17/38 kB error 03-Jan-2023 03:13:19 Progress (2): 124 kB | 20/38 kB error 03-Jan-2023 03:13:19 Progress (2): 124 kB | 23/38 kB error 03-Jan-2023 03:13:19 Progress (2): 124 kB | 26/38 kB error 03-Jan-2023 03:13:19 Progress (2): 124 kB | 29/38 kB error 03-Jan-2023 03:13:19 Progress (2): 124 kB | 31/38 kB error 03-Jan-2023 03:13:19 Progress (2): 124 kB | 34/38 kB error 03-Jan-2023 03:13:19 Progress (2): 124 kB | 37/38 kB error 03-Jan-2023 03:13:19 Progress (2): 124 kB | 38 kB error 03-Jan-2023 03:13:19 error 03-Jan-2023 03:13:19 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/surefire/surefire-api/2.12/surefire-api-2.12.jar (124 kB at 236 kB/s) error 03-Jan-2023 03:13:19 #18 242.7 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-toolchain/2.0.9/maven-toolchain-2.0.9.jar (38 kB at 54 kB/s) error 03-Jan-2023 03:13:20 #18 243.2 Progress (1): 4.1/224 kB error 03-Jan-2023 03:13:20 Progress (1): 8.2/224 kB error 03-Jan-2023 03:13:20 Progress (1): 12/224 kB error 03-Jan-2023 03:13:20 Progress (1): 16/224 kB error 03-Jan-2023 03:13:20 Progress (1): 19/224 kB error 03-Jan-2023 03:13:20 Progress (1): 23/224 kB error 03-Jan-2023 03:13:20 Progress (1): 27/224 kB error 03-Jan-2023 03:13:20 Progress (1): 31/224 kB error 03-Jan-2023 03:13:20 Progress (1): 34/224 kB error 03-Jan-2023 03:13:20 Progress (1): 38/224 kB error 03-Jan-2023 03:13:20 Progress (1): 42/224 kB error 03-Jan-2023 03:13:20 Progress (1): 46/224 kB error 03-Jan-2023 03:13:20 Progress (1): 51/224 kB error 03-Jan-2023 03:13:20 Progress (1): 55/224 kB error 03-Jan-2023 03:13:20 Progress (1): 59/224 kB error 03-Jan-2023 03:13:20 Progress (1): 63/224 kB error 03-Jan-2023 03:13:20 Progress (1): 67/224 kB error 03-Jan-2023 03:13:20 Progress (1): 69/224 kB error 03-Jan-2023 03:13:20 Progress (1): 73/224 kB error 03-Jan-2023 03:13:20 Progress (1): 77/224 kB error 03-Jan-2023 03:13:20 Progress (1): 81/224 kB error 03-Jan-2023 03:13:20 Progress (1): 85/224 kB error 03-Jan-2023 03:13:20 Progress (1): 89/224 kB error 03-Jan-2023 03:13:20 Progress (1): 94/224 kB error 03-Jan-2023 03:13:20 Progress (1): 98/224 kB error 03-Jan-2023 03:13:20 Progress (1): 102/224 kB error 03-Jan-2023 03:13:20 Progress (1): 104/224 kB error 03-Jan-2023 03:13:20 Progress (1): 108/224 kB error 03-Jan-2023 03:13:20 Progress (1): 112/224 kB error 03-Jan-2023 03:13:20 Progress (1): 116/224 kB error 03-Jan-2023 03:13:20 Progress (1): 120/224 kB error 03-Jan-2023 03:13:20 Progress (1): 124/224 kB error 03-Jan-2023 03:13:20 Progress (1): 128/224 kB error 03-Jan-2023 03:13:20 Progress (1): 132/224 kB error 03-Jan-2023 03:13:20 Progress (1): 137/224 kB error 03-Jan-2023 03:13:20 Progress (1): 139/224 kB error 03-Jan-2023 03:13:20 Progress (1): 143/224 kB error 03-Jan-2023 03:13:20 Progress (1): 147/224 kB error 03-Jan-2023 03:13:20 Progress (1): 151/224 kB error 03-Jan-2023 03:13:20 Progress (1): 155/224 kB error 03-Jan-2023 03:13:20 Progress (1): 159/224 kB error 03-Jan-2023 03:13:20 Progress (1): 163/224 kB error 03-Jan-2023 03:13:20 Progress (1): 167/224 kB error 03-Jan-2023 03:13:20 Progress (1): 171/224 kB error 03-Jan-2023 03:13:20 Progress (1): 173/224 kB error 03-Jan-2023 03:13:20 Progress (1): 178/224 kB error 03-Jan-2023 03:13:20 Progress (1): 182/224 kB error 03-Jan-2023 03:13:20 Progress (1): 186/224 kB error 03-Jan-2023 03:13:20 Progress (1): 190/224 kB error 03-Jan-2023 03:13:20 Progress (1): 194/224 kB error 03-Jan-2023 03:13:20 Progress (1): 198/224 kB error 03-Jan-2023 03:13:20 Progress (1): 202/224 kB error 03-Jan-2023 03:13:20 Progress (1): 206/224 kB error 03-Jan-2023 03:13:20 Progress (1): 208/224 kB error 03-Jan-2023 03:13:20 Progress (1): 212/224 kB error 03-Jan-2023 03:13:20 Progress (1): 216/224 kB error 03-Jan-2023 03:13:20 Progress (1): 221/224 kB error 03-Jan-2023 03:13:20 Progress (1): 224 kB error 03-Jan-2023 03:13:20 error 03-Jan-2023 03:13:20 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/surefire/maven-surefire-common/2.12/maven-surefire-common-2.12.jar (224 kB at 134 kB/s) error 03-Jan-2023 03:13:21 #18 244.4 [INFO] No tests to run. error 03-Jan-2023 03:13:21 #18 244.4 [INFO] Surefire report directory: /app/package/target/surefire-reports error 03-Jan-2023 03:13:23 #18 246.1 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/surefire/surefire-junit4/2.12/surefire-junit4-2.12.pom error 03-Jan-2023 03:13:23 #18 246.5 Progress (1): 2.4 kB error 03-Jan-2023 03:13:23 error 03-Jan-2023 03:13:23 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/surefire/surefire-junit4/2.12/surefire-junit4-2.12.pom (2.4 kB at 4.0 kB/s) error 03-Jan-2023 03:13:23 #18 246.7 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/surefire/surefire-providers/2.12/surefire-providers-2.12.pom error 03-Jan-2023 03:13:24 #18 246.8 Progress (1): 2.3 kB error 03-Jan-2023 03:13:24 error 03-Jan-2023 03:13:24 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/surefire/surefire-providers/2.12/surefire-providers-2.12.pom (2.3 kB at 10.0 kB/s) error 03-Jan-2023 03:13:24 #18 247.6 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/surefire/surefire-junit4/2.12/surefire-junit4-2.12.jar error 03-Jan-2023 03:13:24 #18 247.8 Progress (1): 3.4/34 kB error 03-Jan-2023 03:13:25 Progress (1): 6.2/34 kB error 03-Jan-2023 03:13:25 Progress (1): 9.0/34 kB error 03-Jan-2023 03:13:25 Progress (1): 12/34 kB error 03-Jan-2023 03:13:25 Progress (1): 15/34 kB error 03-Jan-2023 03:13:25 Progress (1): 17/34 kB error 03-Jan-2023 03:13:25 Progress (1): 20/34 kB error 03-Jan-2023 03:13:25 Progress (1): 23/34 kB error 03-Jan-2023 03:13:25 Progress (1): 26/34 kB error 03-Jan-2023 03:13:25 Progress (1): 29/34 kB error 03-Jan-2023 03:13:25 Progress (1): 31/34 kB error 03-Jan-2023 03:13:25 Progress (1): 34/34 kB error 03-Jan-2023 03:13:25 Progress (1): 34 kB error 03-Jan-2023 03:13:25 error 03-Jan-2023 03:13:25 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/surefire/surefire-junit4/2.12/surefire-junit4-2.12.jar (34 kB at 84 kB/s) error 03-Jan-2023 03:13:25 #18 248.2 error 03-Jan-2023 03:13:25 #18 248.2 ------------------------------------------------------- error 03-Jan-2023 03:13:25 #18 248.2 T E S T S error 03-Jan-2023 03:13:25 #18 248.2 ------------------------------------------------------- error 03-Jan-2023 03:13:29 #18 252.4 error 03-Jan-2023 03:13:29 #18 252.4 Results : error 03-Jan-2023 03:13:29 #18 252.4 error 03-Jan-2023 03:13:29 #18 252.4 Tests run: 0, Failures: 0, Errors: 0, Skipped: 0 error 03-Jan-2023 03:13:29 #18 252.4 error 03-Jan-2023 03:13:29 #18 252.4 [INFO] error 03-Jan-2023 03:13:29 #18 252.4 [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ referenceapplication-package --- error 03-Jan-2023 03:13:29 #18 252.7 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.pom error 03-Jan-2023 03:13:30 #18 253.0 Progress (1): 3.4/4.5 kB error 03-Jan-2023 03:13:30 Progress (1): 4.5 kB error 03-Jan-2023 03:13:30 error 03-Jan-2023 03:13:30 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.pom (4.5 kB at 11 kB/s) error 03-Jan-2023 03:13:30 #18 253.2 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/codehaus/plexus/plexus-archiver/2.1/plexus-archiver-2.1.pom error 03-Jan-2023 03:13:30 #18 253.4 Progress (1): 2.8 kB error 03-Jan-2023 03:13:30 error 03-Jan-2023 03:13:30 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/codehaus/plexus/plexus-archiver/2.1/plexus-archiver-2.1.pom (2.8 kB at 12 kB/s) error 03-Jan-2023 03:13:30 #18 253.5 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/codehaus/plexus/plexus-io/2.0.2/plexus-io-2.0.2.pom error 03-Jan-2023 03:13:30 #18 253.6 Progress (1): 1.7 kB error 03-Jan-2023 03:13:30 error 03-Jan-2023 03:13:31 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/codehaus/plexus/plexus-io/2.0.2/plexus-io-2.0.2.pom (1.7 kB at 7.3 kB/s) error 03-Jan-2023 03:13:31 #18 253.8 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/codehaus/plexus/plexus-interpolation/1.15/plexus-interpolation-1.15.pom error 03-Jan-2023 03:13:31 #18 253.9 Progress (1): 1.0 kB error 03-Jan-2023 03:13:31 error 03-Jan-2023 03:13:31 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/codehaus/plexus/plexus-interpolation/1.15/plexus-interpolation-1.15.pom (1.0 kB at 4.3 kB/s) error 03-Jan-2023 03:13:31 #18 254.1 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.jar error 03-Jan-2023 03:13:31 #18 254.1 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/codehaus/plexus/plexus-interpolation/1.15/plexus-interpolation-1.15.jar error 03-Jan-2023 03:13:31 #18 254.1 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/codehaus/plexus/plexus-archiver/2.1/plexus-archiver-2.1.jar error 03-Jan-2023 03:13:31 #18 254.2 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/codehaus/plexus/plexus-io/2.0.2/plexus-io-2.0.2.jar error 03-Jan-2023 03:13:31 #18 254.2 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/commons-lang/commons-lang/2.1/commons-lang-2.1.jar error 03-Jan-2023 03:13:31 #18 254.3 Progress (1): 3.4/184 kB error 03-Jan-2023 03:13:31 Progress (2): 3.4/184 kB | 3.4/60 kB error 03-Jan-2023 03:13:31 Progress (2): 3.4/184 kB | 6.2/60 kB error 03-Jan-2023 03:13:31 Progress (2): 6.2/184 kB | 6.2/60 kB error 03-Jan-2023 03:13:31 Progress (2): 9.0/184 kB | 6.2/60 kB error 03-Jan-2023 03:13:31 Progress (2): 12/184 kB | 6.2/60 kB error 03-Jan-2023 03:13:31 Progress (2): 12/184 kB | 9.0/60 kB error 03-Jan-2023 03:13:31 Progress (2): 12/184 kB | 12/60 kB error 03-Jan-2023 03:13:31 Progress (2): 12/184 kB | 15/60 kB error 03-Jan-2023 03:13:31 Progress (3): 12/184 kB | 15/60 kB | 3.4/58 kB error 03-Jan-2023 03:13:31 Progress (3): 12/184 kB | 15/60 kB | 6.2/58 kB error 03-Jan-2023 03:13:31 Progress (3): 12/184 kB | 15/60 kB | 9.0/58 kB error 03-Jan-2023 03:13:31 Progress (4): 12/184 kB | 15/60 kB | 9.0/58 kB | 3.4/22 kB error 03-Jan-2023 03:13:31 Progress (4): 12/184 kB | 17/60 kB | 9.0/58 kB | 3.4/22 kB error 03-Jan-2023 03:13:31 Progress (4): 12/184 kB | 17/60 kB | 9.0/58 kB | 6.2/22 kB error 03-Jan-2023 03:13:31 Progress (4): 12/184 kB | 17/60 kB | 12/58 kB | 6.2/22 kB error 03-Jan-2023 03:13:31 Progress (4): 15/184 kB | 17/60 kB | 12/58 kB | 6.2/22 kB error 03-Jan-2023 03:13:31 Progress (4): 15/184 kB | 17/60 kB | 15/58 kB | 6.2/22 kB error 03-Jan-2023 03:13:31 Progress (4): 15/184 kB | 17/60 kB | 15/58 kB | 9.0/22 kB error 03-Jan-2023 03:13:31 Progress (4): 15/184 kB | 20/60 kB | 15/58 kB | 9.0/22 kB error 03-Jan-2023 03:13:31 Progress (4): 15/184 kB | 20/60 kB | 15/58 kB | 12/22 kB error 03-Jan-2023 03:13:31 Progress (4): 15/184 kB | 20/60 kB | 17/58 kB | 12/22 kB error 03-Jan-2023 03:13:31 Progress (4): 17/184 kB | 20/60 kB | 17/58 kB | 12/22 kB error 03-Jan-2023 03:13:31 Progress (4): 17/184 kB | 23/60 kB | 17/58 kB | 12/22 kB error 03-Jan-2023 03:13:31 Progress (4): 17/184 kB | 23/60 kB | 20/58 kB | 12/22 kB error 03-Jan-2023 03:13:31 Progress (4): 17/184 kB | 23/60 kB | 20/58 kB | 15/22 kB error 03-Jan-2023 03:13:31 Progress (4): 17/184 kB | 26/60 kB | 20/58 kB | 15/22 kB error 03-Jan-2023 03:13:31 Progress (4): 20/184 kB | 26/60 kB | 20/58 kB | 15/22 kB error 03-Jan-2023 03:13:31 Progress (4): 23/184 kB | 26/60 kB | 20/58 kB | 15/22 kB error 03-Jan-2023 03:13:31 Progress (4): 26/184 kB | 26/60 kB | 20/58 kB | 15/22 kB error 03-Jan-2023 03:13:31 Progress (4): 29/184 kB | 26/60 kB | 20/58 kB | 15/22 kB error 03-Jan-2023 03:13:31 Progress (4): 29/184 kB | 26/60 kB | 20/58 kB | 17/22 kB error 03-Jan-2023 03:13:31 Progress (4): 29/184 kB | 29/60 kB | 20/58 kB | 17/22 kB error 03-Jan-2023 03:13:31 Progress (4): 29/184 kB | 29/60 kB | 20/58 kB | 20/22 kB error 03-Jan-2023 03:13:31 Progress (4): 29/184 kB | 31/60 kB | 20/58 kB | 20/22 kB error 03-Jan-2023 03:13:31 Progress (4): 31/184 kB | 31/60 kB | 20/58 kB | 20/22 kB error 03-Jan-2023 03:13:31 Progress (4): 31/184 kB | 31/60 kB | 20/58 kB | 22 kB error 03-Jan-2023 03:13:31 Progress (4): 31/184 kB | 34/60 kB | 20/58 kB | 22 kB error 03-Jan-2023 03:13:31 Progress (4): 34/184 kB | 34/60 kB | 20/58 kB | 22 kB error 03-Jan-2023 03:13:31 Progress (4): 34/184 kB | 37/60 kB | 20/58 kB | 22 kB error 03-Jan-2023 03:13:31 Progress (4): 37/184 kB | 37/60 kB | 20/58 kB | 22 kB error 03-Jan-2023 03:13:31 Progress (4): 37/184 kB | 40/60 kB | 20/58 kB | 22 kB error 03-Jan-2023 03:13:31 Progress (4): 40/184 kB | 40/60 kB | 20/58 kB | 22 kB error 03-Jan-2023 03:13:31 Progress (4): 43/184 kB | 40/60 kB | 20/58 kB | 22 kB error 03-Jan-2023 03:13:31 Progress (4): 43/184 kB | 43/60 kB | 20/58 kB | 22 kB error 03-Jan-2023 03:13:31 Progress (4): 43/184 kB | 45/60 kB | 20/58 kB | 22 kB error 03-Jan-2023 03:13:31 Progress (4): 43/184 kB | 48/60 kB | 20/58 kB | 22 kB error 03-Jan-2023 03:13:31 Progress (4): 43/184 kB | 51/60 kB | 20/58 kB | 22 kB error 03-Jan-2023 03:13:31 Progress (4): 45/184 kB | 51/60 kB | 20/58 kB | 22 kB error 03-Jan-2023 03:13:31 Progress (4): 48/184 kB | 51/60 kB | 20/58 kB | 22 kB error 03-Jan-2023 03:13:31 Progress (4): 51/184 kB | 51/60 kB | 20/58 kB | 22 kB error 03-Jan-2023 03:13:31 Progress (4): 51/184 kB | 54/60 kB | 20/58 kB | 22 kB error 03-Jan-2023 03:13:31 Progress (4): 54/184 kB | 54/60 kB | 20/58 kB | 22 kB error 03-Jan-2023 03:13:31 Progress (4): 54/184 kB | 57/60 kB | 20/58 kB | 22 kB error 03-Jan-2023 03:13:31 Progress (4): 57/184 kB | 57/60 kB | 20/58 kB | 22 kB error 03-Jan-2023 03:13:31 Progress (4): 59/184 kB | 57/60 kB | 20/58 kB | 22 kB error 03-Jan-2023 03:13:31 Progress (4): 59/184 kB | 59/60 kB | 20/58 kB | 22 kB error 03-Jan-2023 03:13:31 Progress (4): 59/184 kB | 59/60 kB | 23/58 kB | 22 kB error 03-Jan-2023 03:13:31 Progress (4): 62/184 kB | 59/60 kB | 23/58 kB | 22 kB error 03-Jan-2023 03:13:31 Progress (4): 62/184 kB | 59/60 kB | 26/58 kB | 22 kB error 03-Jan-2023 03:13:31 Progress (4): 62/184 kB | 59/60 kB | 29/58 kB | 22 kB error 03-Jan-2023 03:13:31 Progress (4): 65/184 kB | 59/60 kB | 29/58 kB | 22 kB error 03-Jan-2023 03:13:31 Progress (4): 65/184 kB | 59/60 kB | 31/58 kB | 22 kB error 03-Jan-2023 03:13:31 Progress (4): 68/184 kB | 59/60 kB | 31/58 kB | 22 kB error 03-Jan-2023 03:13:31 Progress (4): 68/184 kB | 59/60 kB | 34/58 kB | 22 kB error 03-Jan-2023 03:13:31 Progress (4): 71/184 kB | 59/60 kB | 34/58 kB | 22 kB error 03-Jan-2023 03:13:31 Progress (4): 71/184 kB | 59/60 kB | 37/58 kB | 22 kB error 03-Jan-2023 03:13:31 Progress (4): 71/184 kB | 60 kB | 37/58 kB | 22 kB error 03-Jan-2023 03:13:31 Progress (4): 73/184 kB | 60 kB | 37/58 kB | 22 kB error 03-Jan-2023 03:13:31 Progress (4): 73/184 kB | 60 kB | 40/58 kB | 22 kB error 03-Jan-2023 03:13:31 Progress (4): 76/184 kB | 60 kB | 40/58 kB | 22 kB error 03-Jan-2023 03:13:31 Progress (4): 79/184 kB | 60 kB | 40/58 kB | 22 kB error 03-Jan-2023 03:13:31 Progress (4): 79/184 kB | 60 kB | 43/58 kB | 22 kB error 03-Jan-2023 03:13:31 Progress (4): 79/184 kB | 60 kB | 45/58 kB | 22 kB error 03-Jan-2023 03:13:31 Progress (4): 79/184 kB | 60 kB | 48/58 kB | 22 kB error 03-Jan-2023 03:13:31 Progress (4): 82/184 kB | 60 kB | 48/58 kB | 22 kB error 03-Jan-2023 03:13:31 Progress (4): 85/184 kB | 60 kB | 48/58 kB | 22 kB error 03-Jan-2023 03:13:31 Progress (4): 87/184 kB | 60 kB | 48/58 kB | 22 kB error 03-Jan-2023 03:13:31 Progress (4): 87/184 kB | 60 kB | 51/58 kB | 22 kB error 03-Jan-2023 03:13:31 Progress (4): 87/184 kB | 60 kB | 54/58 kB | 22 kB error 03-Jan-2023 03:13:31 Progress (4): 90/184 kB | 60 kB | 54/58 kB | 22 kB error 03-Jan-2023 03:13:31 Progress (4): 90/184 kB | 60 kB | 57/58 kB | 22 kB error 03-Jan-2023 03:13:31 Progress (4): 93/184 kB | 60 kB | 57/58 kB | 22 kB error 03-Jan-2023 03:13:31 Progress (4): 93/184 kB | 60 kB | 58 kB | 22 kB error 03-Jan-2023 03:13:31 Progress (4): 96/184 kB | 60 kB | 58 kB | 22 kB error 03-Jan-2023 03:13:31 Progress (4): 99/184 kB | 60 kB | 58 kB | 22 kB error 03-Jan-2023 03:13:31 Progress (4): 101/184 kB | 60 kB | 58 kB | 22 kB error 03-Jan-2023 03:13:31 Progress (4): 104/184 kB | 60 kB | 58 kB | 22 kB error 03-Jan-2023 03:13:31 Progress (4): 107/184 kB | 60 kB | 58 kB | 22 kB error 03-Jan-2023 03:13:31 Progress (4): 110/184 kB | 60 kB | 58 kB | 22 kB error 03-Jan-2023 03:13:31 Progress (4): 113/184 kB | 60 kB | 58 kB | 22 kB error 03-Jan-2023 03:13:31 Progress (4): 115/184 kB | 60 kB | 58 kB | 22 kB error 03-Jan-2023 03:13:31 Progress (4): 118/184 kB | 60 kB | 58 kB | 22 kB error 03-Jan-2023 03:13:31 Progress (4): 121/184 kB | 60 kB | 58 kB | 22 kB error 03-Jan-2023 03:13:31 Progress (4): 124/184 kB | 60 kB | 58 kB | 22 kB error 03-Jan-2023 03:13:31 Progress (4): 127/184 kB | 60 kB | 58 kB | 22 kB error 03-Jan-2023 03:13:31 Progress (4): 129/184 kB | 60 kB | 58 kB | 22 kB error 03-Jan-2023 03:13:31 Progress (4): 132/184 kB | 60 kB | 58 kB | 22 kB error 03-Jan-2023 03:13:31 Progress (4): 135/184 kB | 60 kB | 58 kB | 22 kB error 03-Jan-2023 03:13:31 Progress (4): 138/184 kB | 60 kB | 58 kB | 22 kB error 03-Jan-2023 03:13:31 Progress (4): 141/184 kB | 60 kB | 58 kB | 22 kB error 03-Jan-2023 03:13:31 Progress (4): 143/184 kB | 60 kB | 58 kB | 22 kB error 03-Jan-2023 03:13:31 Progress (4): 146/184 kB | 60 kB | 58 kB | 22 kB error 03-Jan-2023 03:13:31 Progress (4): 149/184 kB | 60 kB | 58 kB | 22 kB error 03-Jan-2023 03:13:31 Progress (4): 152/184 kB | 60 kB | 58 kB | 22 kB error 03-Jan-2023 03:13:31 Progress (4): 155/184 kB | 60 kB | 58 kB | 22 kB error 03-Jan-2023 03:13:31 Progress (4): 157/184 kB | 60 kB | 58 kB | 22 kB error 03-Jan-2023 03:13:31 Progress (4): 160/184 kB | 60 kB | 58 kB | 22 kB error 03-Jan-2023 03:13:31 Progress (4): 163/184 kB | 60 kB | 58 kB | 22 kB error 03-Jan-2023 03:13:31 Progress (4): 165/184 kB | 60 kB | 58 kB | 22 kB error 03-Jan-2023 03:13:31 Progress (4): 168/184 kB | 60 kB | 58 kB | 22 kB error 03-Jan-2023 03:13:31 Progress (4): 171/184 kB | 60 kB | 58 kB | 22 kB error 03-Jan-2023 03:13:31 Progress (4): 174/184 kB | 60 kB | 58 kB | 22 kB error 03-Jan-2023 03:13:31 Progress (4): 176/184 kB | 60 kB | 58 kB | 22 kB error 03-Jan-2023 03:13:31 Progress (4): 179/184 kB | 60 kB | 58 kB | 22 kB error 03-Jan-2023 03:13:31 Progress (4): 182/184 kB | 60 kB | 58 kB | 22 kB error 03-Jan-2023 03:13:31 Progress (4): 184 kB | 60 kB | 58 kB | 22 kB error 03-Jan-2023 03:13:31 error 03-Jan-2023 03:13:31 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.jar (22 kB at 60 kB/s) error 03-Jan-2023 03:13:31 #18 254.6 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/codehaus/plexus/plexus-io/2.0.2/plexus-io-2.0.2.jar (58 kB at 136 kB/s) error 03-Jan-2023 03:13:31 #18 254.6 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/codehaus/plexus/plexus-interpolation/1.15/plexus-interpolation-1.15.jar (60 kB at 134 kB/s) error 03-Jan-2023 03:13:31 #18 254.6 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/codehaus/plexus/plexus-archiver/2.1/plexus-archiver-2.1.jar (184 kB at 392 kB/s) error 03-Jan-2023 03:13:32 #18 255.4 Progress (1): 4.1/208 kB error 03-Jan-2023 03:13:32 Progress (1): 8.2/208 kB error 03-Jan-2023 03:13:32 Progress (1): 12/208 kB error 03-Jan-2023 03:13:32 Progress (1): 16/208 kB error 03-Jan-2023 03:13:32 Progress (1): 19/208 kB error 03-Jan-2023 03:13:32 Progress (1): 23/208 kB error 03-Jan-2023 03:13:32 Progress (1): 27/208 kB error 03-Jan-2023 03:13:32 Progress (1): 31/208 kB error 03-Jan-2023 03:13:32 Progress (1): 34/208 kB error 03-Jan-2023 03:13:32 Progress (1): 38/208 kB error 03-Jan-2023 03:13:32 Progress (1): 42/208 kB error 03-Jan-2023 03:13:32 Progress (1): 46/208 kB error 03-Jan-2023 03:13:32 Progress (1): 51/208 kB error 03-Jan-2023 03:13:32 Progress (1): 55/208 kB error 03-Jan-2023 03:13:32 Progress (1): 59/208 kB error 03-Jan-2023 03:13:32 Progress (1): 63/208 kB error 03-Jan-2023 03:13:32 Progress (1): 67/208 kB error 03-Jan-2023 03:13:32 Progress (1): 69/208 kB error 03-Jan-2023 03:13:32 Progress (1): 73/208 kB error 03-Jan-2023 03:13:32 Progress (1): 77/208 kB error 03-Jan-2023 03:13:32 Progress (1): 81/208 kB error 03-Jan-2023 03:13:32 Progress (1): 85/208 kB error 03-Jan-2023 03:13:32 Progress (1): 89/208 kB error 03-Jan-2023 03:13:32 Progress (1): 94/208 kB error 03-Jan-2023 03:13:32 Progress (1): 98/208 kB error 03-Jan-2023 03:13:32 Progress (1): 102/208 kB error 03-Jan-2023 03:13:32 Progress (1): 104/208 kB error 03-Jan-2023 03:13:32 Progress (1): 108/208 kB error 03-Jan-2023 03:13:32 Progress (1): 112/208 kB error 03-Jan-2023 03:13:32 Progress (1): 116/208 kB error 03-Jan-2023 03:13:32 Progress (1): 120/208 kB error 03-Jan-2023 03:13:32 Progress (1): 124/208 kB error 03-Jan-2023 03:13:32 Progress (1): 128/208 kB error 03-Jan-2023 03:13:32 Progress (1): 132/208 kB error 03-Jan-2023 03:13:32 Progress (1): 137/208 kB error 03-Jan-2023 03:13:32 Progress (1): 139/208 kB error 03-Jan-2023 03:13:32 Progress (1): 143/208 kB error 03-Jan-2023 03:13:32 Progress (1): 147/208 kB error 03-Jan-2023 03:13:32 Progress (1): 151/208 kB error 03-Jan-2023 03:13:32 Progress (1): 155/208 kB error 03-Jan-2023 03:13:32 Progress (1): 159/208 kB error 03-Jan-2023 03:13:32 Progress (1): 163/208 kB error 03-Jan-2023 03:13:32 Progress (1): 167/208 kB error 03-Jan-2023 03:13:32 Progress (1): 171/208 kB error 03-Jan-2023 03:13:32 Progress (1): 173/208 kB error 03-Jan-2023 03:13:32 Progress (1): 178/208 kB error 03-Jan-2023 03:13:32 Progress (1): 182/208 kB error 03-Jan-2023 03:13:32 Progress (1): 186/208 kB error 03-Jan-2023 03:13:32 Progress (1): 190/208 kB error 03-Jan-2023 03:13:32 Progress (1): 194/208 kB error 03-Jan-2023 03:13:32 Progress (1): 198/208 kB error 03-Jan-2023 03:13:32 Progress (1): 202/208 kB error 03-Jan-2023 03:13:32 Progress (1): 206/208 kB error 03-Jan-2023 03:13:32 Progress (1): 208 kB error 03-Jan-2023 03:13:33 error 03-Jan-2023 03:13:33 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/commons-lang/commons-lang/2.1/commons-lang-2.1.jar (208 kB at 121 kB/s) error 03-Jan-2023 03:13:34 #18 257.1 [INFO] Building jar: /app/package/target/referenceapplication-package-2.13.0-SNAPSHOT.jar error 03-Jan-2023 03:13:34 #18 257.5 [INFO] error 03-Jan-2023 03:13:34 #18 257.5 [INFO] --- maven-assembly-plugin:2.3:single (make-assembly) @ referenceapplication-package --- error 03-Jan-2023 03:13:35 #18 258.5 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/shared/maven-common-artifact-filters/1.4/maven-common-artifact-filters-1.4.pom error 03-Jan-2023 03:13:36 #18 258.8 Progress (1): 3.4/3.8 kB error 03-Jan-2023 03:13:36 Progress (1): 3.8 kB error 03-Jan-2023 03:13:36 error 03-Jan-2023 03:13:36 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/shared/maven-common-artifact-filters/1.4/maven-common-artifact-filters-1.4.pom (3.8 kB at 6.4 kB/s) error 03-Jan-2023 03:13:36 #18 259.1 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-artifact/2.0.8/maven-artifact-2.0.8.pom error 03-Jan-2023 03:13:36 #18 259.2 Progress (1): 1.6 kB error 03-Jan-2023 03:13:36 error 03-Jan-2023 03:13:36 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-artifact/2.0.8/maven-artifact-2.0.8.pom (1.6 kB at 6.2 kB/s) error 03-Jan-2023 03:13:36 #18 259.4 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven/2.0.8/maven-2.0.8.pom error 03-Jan-2023 03:13:36 #18 259.5 Progress (1): 3.4/12 kB error 03-Jan-2023 03:13:36 Progress (1): 6.2/12 kB error 03-Jan-2023 03:13:36 Progress (1): 9.0/12 kB error 03-Jan-2023 03:13:36 Progress (1): 12/12 kB error 03-Jan-2023 03:13:36 Progress (1): 12 kB error 03-Jan-2023 03:13:36 error 03-Jan-2023 03:13:36 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven/2.0.8/maven-2.0.8.pom (12 kB at 42 kB/s) error 03-Jan-2023 03:13:36 #18 259.7 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-parent/6/maven-parent-6.pom error 03-Jan-2023 03:13:37 #18 259.9 Progress (1): 3.4/20 kB error 03-Jan-2023 03:13:37 Progress (1): 6.2/20 kB error 03-Jan-2023 03:13:37 Progress (1): 9.0/20 kB error 03-Jan-2023 03:13:37 Progress (1): 12/20 kB error 03-Jan-2023 03:13:37 Progress (1): 15/20 kB error 03-Jan-2023 03:13:37 Progress (1): 17/20 kB error 03-Jan-2023 03:13:37 Progress (1): 20 kB error 03-Jan-2023 03:13:37 error 03-Jan-2023 03:13:37 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-parent/6/maven-parent-6.pom (20 kB at 66 kB/s) error 03-Jan-2023 03:13:37 #18 260.1 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-model/2.0.8/maven-model-2.0.8.pom error 03-Jan-2023 03:13:37 #18 260.2 Progress (1): 3.1 kB error 03-Jan-2023 03:13:37 error 03-Jan-2023 03:13:37 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-model/2.0.8/maven-model-2.0.8.pom (3.1 kB at 13 kB/s) error 03-Jan-2023 03:13:37 #18 260.4 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-project/2.0.8/maven-project-2.0.8.pom error 03-Jan-2023 03:13:37 #18 260.6 Progress (1): 2.7 kB error 03-Jan-2023 03:13:37 error 03-Jan-2023 03:13:37 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-project/2.0.8/maven-project-2.0.8.pom (2.7 kB at 9.5 kB/s) error 03-Jan-2023 03:13:37 #18 260.7 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-settings/2.0.8/maven-settings-2.0.8.pom error 03-Jan-2023 03:13:37 #18 260.8 Progress (1): 2.1 kB error 03-Jan-2023 03:13:38 error 03-Jan-2023 03:13:38 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-settings/2.0.8/maven-settings-2.0.8.pom (2.1 kB at 8.6 kB/s) error 03-Jan-2023 03:13:38 #18 261.0 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-profile/2.0.8/maven-profile-2.0.8.pom error 03-Jan-2023 03:13:38 #18 261.1 Progress (1): 2.0 kB error 03-Jan-2023 03:13:38 error 03-Jan-2023 03:13:38 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-profile/2.0.8/maven-profile-2.0.8.pom (2.0 kB at 8.5 kB/s) error 03-Jan-2023 03:13:38 #18 261.3 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-artifact-manager/2.0.8/maven-artifact-manager-2.0.8.pom error 03-Jan-2023 03:13:38 #18 261.4 Progress (1): 2.7 kB error 03-Jan-2023 03:13:38 error 03-Jan-2023 03:13:38 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-artifact-manager/2.0.8/maven-artifact-manager-2.0.8.pom (2.7 kB at 11 kB/s) error 03-Jan-2023 03:13:38 #18 261.5 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-repository-metadata/2.0.8/maven-repository-metadata-2.0.8.pom error 03-Jan-2023 03:13:38 #18 261.6 Progress (1): 1.9 kB error 03-Jan-2023 03:13:38 error 03-Jan-2023 03:13:39 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-repository-metadata/2.0.8/maven-repository-metadata-2.0.8.pom (1.9 kB at 8.1 kB/s) error 03-Jan-2023 03:13:39 #18 261.8 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-plugin-registry/2.0.8/maven-plugin-registry-2.0.8.pom error 03-Jan-2023 03:13:39 #18 261.9 Progress (1): 2.0 kB error 03-Jan-2023 03:13:39 error 03-Jan-2023 03:13:39 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-plugin-registry/2.0.8/maven-plugin-registry-2.0.8.pom (2.0 kB at 8.6 kB/s) error 03-Jan-2023 03:13:39 #18 262.0 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-plugin-api/2.0.8/maven-plugin-api-2.0.8.pom error 03-Jan-2023 03:13:39 #18 262.1 Progress (1): 1.5 kB error 03-Jan-2023 03:13:39 error 03-Jan-2023 03:13:39 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-plugin-api/2.0.8/maven-plugin-api-2.0.8.pom (1.5 kB at 6.1 kB/s) error 03-Jan-2023 03:13:39 #18 262.3 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/shared/file-management/1.1/file-management-1.1.pom error 03-Jan-2023 03:13:39 #18 262.4 Progress (1): 2.7 kB error 03-Jan-2023 03:13:39 error 03-Jan-2023 03:13:39 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/shared/file-management/1.1/file-management-1.1.pom (2.7 kB at 11 kB/s) error 03-Jan-2023 03:13:39 #18 262.5 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/shared/maven-shared-components/4/maven-shared-components-4.pom error 03-Jan-2023 03:13:39 #18 262.7 Progress (1): 2.2 kB error 03-Jan-2023 03:13:39 error 03-Jan-2023 03:13:40 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/shared/maven-shared-components/4/maven-shared-components-4.pom (2.2 kB at 8.8 kB/s) error 03-Jan-2023 03:13:40 #18 262.8 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/shared/maven-shared-io/1.0/maven-shared-io-1.0.pom error 03-Jan-2023 03:13:40 #18 262.9 Progress (1): 3.0 kB error 03-Jan-2023 03:13:40 error 03-Jan-2023 03:13:40 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/shared/maven-shared-io/1.0/maven-shared-io-1.0.pom (3.0 kB at 13 kB/s) error 03-Jan-2023 03:13:40 #18 263.1 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/codehaus/plexus/plexus-utils/1.2/plexus-utils-1.2.pom error 03-Jan-2023 03:13:40 #18 263.2 Progress (1): 767 B error 03-Jan-2023 03:13:40 error 03-Jan-2023 03:13:40 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/codehaus/plexus/plexus-utils/1.2/plexus-utils-1.2.pom (767 B at 3.2 kB/s) error 03-Jan-2023 03:13:40 #18 263.3 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/codehaus/plexus/plexus/1.0.5/plexus-1.0.5.pom error 03-Jan-2023 03:13:40 #18 263.5 Progress (1): 3.4/5.9 kB error 03-Jan-2023 03:13:40 Progress (1): 5.9 kB error 03-Jan-2023 03:13:40 error 03-Jan-2023 03:13:40 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/codehaus/plexus/plexus/1.0.5/plexus-1.0.5.pom (5.9 kB at 24 kB/s) error 03-Jan-2023 03:13:40 #18 263.7 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/shared/maven-repository-builder/1.0-alpha-2/maven-repository-builder-1.0-alpha-2.pom error 03-Jan-2023 03:13:40 #18 263.8 Progress (1): 3.2 kB error 03-Jan-2023 03:13:41 error 03-Jan-2023 03:13:41 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/shared/maven-repository-builder/1.0-alpha-2/maven-repository-builder-1.0-alpha-2.pom (3.2 kB at 13 kB/s) error 03-Jan-2023 03:13:41 #18 263.9 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/shared/maven-shared-components/7/maven-shared-components-7.pom error 03-Jan-2023 03:13:41 #18 264.1 Progress (1): 2.6 kB error 03-Jan-2023 03:13:41 error 03-Jan-2023 03:13:41 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/shared/maven-shared-components/7/maven-shared-components-7.pom (2.6 kB at 10.0 kB/s) error 03-Jan-2023 03:13:41 #18 264.2 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-artifact/2.0.4/maven-artifact-2.0.4.pom error 03-Jan-2023 03:13:41 #18 264.3 Progress (1): 765 B error 03-Jan-2023 03:13:41 error 03-Jan-2023 03:13:41 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-artifact/2.0.4/maven-artifact-2.0.4.pom (765 B at 3.0 kB/s) error 03-Jan-2023 03:13:41 #18 264.5 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven/2.0.4/maven-2.0.4.pom error 03-Jan-2023 03:13:41 #18 264.6 Progress (1): 3.3/11 kB error 03-Jan-2023 03:13:41 Progress (1): 6.1/11 kB error 03-Jan-2023 03:13:41 Progress (1): 8.9/11 kB error 03-Jan-2023 03:13:41 Progress (1): 11 kB error 03-Jan-2023 03:13:41 error 03-Jan-2023 03:13:42 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven/2.0.4/maven-2.0.4.pom (11 kB at 42 kB/s) error 03-Jan-2023 03:13:42 #18 264.8 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-artifact-manager/2.0.4/maven-artifact-manager-2.0.4.pom error 03-Jan-2023 03:13:42 #18 264.9 Progress (1): 1.4 kB error 03-Jan-2023 03:13:42 error 03-Jan-2023 03:13:42 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-artifact-manager/2.0.4/maven-artifact-manager-2.0.4.pom (1.4 kB at 5.5 kB/s) error 03-Jan-2023 03:13:42 #18 265.1 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-repository-metadata/2.0.4/maven-repository-metadata-2.0.4.pom error 03-Jan-2023 03:13:42 #18 265.2 Progress (1): 1.5 kB error 03-Jan-2023 03:13:42 error 03-Jan-2023 03:13:42 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-repository-metadata/2.0.4/maven-repository-metadata-2.0.4.pom (1.5 kB at 6.2 kB/s) error 03-Jan-2023 03:13:42 #18 265.3 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-project/2.0.4/maven-project-2.0.4.pom error 03-Jan-2023 03:13:42 #18 265.5 Progress (1): 1.8 kB error 03-Jan-2023 03:13:42 error 03-Jan-2023 03:13:42 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-project/2.0.4/maven-project-2.0.4.pom (1.8 kB at 7.0 kB/s) error 03-Jan-2023 03:13:42 #18 265.6 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-settings/2.0.4/maven-settings-2.0.4.pom error 03-Jan-2023 03:13:42 #18 265.7 Progress (1): 1.6 kB error 03-Jan-2023 03:13:42 error 03-Jan-2023 03:13:43 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-settings/2.0.4/maven-settings-2.0.4.pom (1.6 kB at 6.7 kB/s) error 03-Jan-2023 03:13:43 #18 265.8 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-model/2.0.4/maven-model-2.0.4.pom error 03-Jan-2023 03:13:43 #18 266.0 Progress (1): 2.7 kB error 03-Jan-2023 03:13:43 error 03-Jan-2023 03:13:43 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-model/2.0.4/maven-model-2.0.4.pom (2.7 kB at 11 kB/s) error 03-Jan-2023 03:13:43 #18 266.1 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-profile/2.0.4/maven-profile-2.0.4.pom error 03-Jan-2023 03:13:43 #18 266.2 Progress (1): 1.6 kB error 03-Jan-2023 03:13:43 error 03-Jan-2023 03:13:43 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-profile/2.0.4/maven-profile-2.0.4.pom (1.6 kB at 6.8 kB/s) error 03-Jan-2023 03:13:43 #18 266.4 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/shared/maven-common-artifact-filters/1.0-alpha-1/maven-common-artifact-filters-1.0-alpha-1.pom error 03-Jan-2023 03:13:43 #18 266.5 Progress (1): 1.8 kB error 03-Jan-2023 03:13:43 error 03-Jan-2023 03:13:43 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/shared/maven-common-artifact-filters/1.0-alpha-1/maven-common-artifact-filters-1.0-alpha-1.pom (1.8 kB at 7.3 kB/s) error 03-Jan-2023 03:13:43 #18 266.6 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/shared/maven-shared-components/6/maven-shared-components-6.pom error 03-Jan-2023 03:13:43 #18 266.7 Progress (1): 3.1 kB error 03-Jan-2023 03:13:43 error 03-Jan-2023 03:13:44 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/shared/maven-shared-components/6/maven-shared-components-6.pom (3.1 kB at 13 kB/s) error 03-Jan-2023 03:13:44 #18 266.9 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.jar error 03-Jan-2023 03:13:44 #18 266.9 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/slf4j/jcl-over-slf4j/1.5.6/jcl-over-slf4j-1.5.6.jar error 03-Jan-2023 03:13:44 #18 266.9 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.jar error 03-Jan-2023 03:13:44 #18 266.9 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/shared/maven-common-artifact-filters/1.4/maven-common-artifact-filters-1.4.jar error 03-Jan-2023 03:13:44 #18 267.0 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/shared/file-management/1.1/file-management-1.1.jar error 03-Jan-2023 03:13:44 #18 267.2 Progress (1): 3.4/8.8 kB error 03-Jan-2023 03:13:44 Progress (2): 3.4/8.8 kB | 3.4/22 kB error 03-Jan-2023 03:13:44 Progress (3): 3.4/8.8 kB | 3.4/22 kB | 3.4/31 kB error 03-Jan-2023 03:13:44 Progress (4): 3.4/8.8 kB | 3.4/22 kB | 3.4/31 kB | 3.4/17 kB error 03-Jan-2023 03:13:44 Progress (5): 3.4/8.8 kB | 3.4/22 kB | 3.4/31 kB | 3.4/17 kB | 3.4/32 kB error 03-Jan-2023 03:13:44 Progress (5): 3.4/8.8 kB | 3.4/22 kB | 6.2/31 kB | 3.4/17 kB | 3.4/32 kB error 03-Jan-2023 03:13:44 Progress (5): 3.4/8.8 kB | 3.4/22 kB | 6.2/31 kB | 6.2/17 kB | 3.4/32 kB error 03-Jan-2023 03:13:44 Progress (5): 3.4/8.8 kB | 3.4/22 kB | 6.2/31 kB | 6.2/17 kB | 6.2/32 kB error 03-Jan-2023 03:13:44 Progress (5): 6.2/8.8 kB | 3.4/22 kB | 6.2/31 kB | 6.2/17 kB | 6.2/32 kB error 03-Jan-2023 03:13:44 Progress (5): 6.2/8.8 kB | 6.2/22 kB | 6.2/31 kB | 6.2/17 kB | 6.2/32 kB error 03-Jan-2023 03:13:44 Progress (5): 6.2/8.8 kB | 6.2/22 kB | 9.0/31 kB | 6.2/17 kB | 6.2/32 kB error 03-Jan-2023 03:13:44 Progress (5): 6.2/8.8 kB | 6.2/22 kB | 9.0/31 kB | 9.0/17 kB | 6.2/32 kB error 03-Jan-2023 03:13:44 Progress (5): 6.2/8.8 kB | 9.0/22 kB | 9.0/31 kB | 9.0/17 kB | 6.2/32 kB error 03-Jan-2023 03:13:44 Progress (5): 8.8 kB | 9.0/22 kB | 9.0/31 kB | 9.0/17 kB | 6.2/32 kB error 03-Jan-2023 03:13:44 Progress (5): 8.8 kB | 9.0/22 kB | 12/31 kB | 9.0/17 kB | 6.2/32 kB error 03-Jan-2023 03:13:44 Progress (5): 8.8 kB | 9.0/22 kB | 12/31 kB | 9.0/17 kB | 9.0/32 kB error 03-Jan-2023 03:13:44 Progress (5): 8.8 kB | 9.0/22 kB | 12/31 kB | 9.0/17 kB | 12/32 kB error 03-Jan-2023 03:13:44 Progress (5): 8.8 kB | 9.0/22 kB | 12/31 kB | 9.0/17 kB | 15/32 kB error 03-Jan-2023 03:13:44 Progress (5): 8.8 kB | 9.0/22 kB | 12/31 kB | 9.0/17 kB | 17/32 kB error 03-Jan-2023 03:13:44 Progress (5): 8.8 kB | 9.0/22 kB | 12/31 kB | 9.0/17 kB | 20/32 kB error 03-Jan-2023 03:13:44 Progress (5): 8.8 kB | 9.0/22 kB | 12/31 kB | 9.0/17 kB | 23/32 kB error 03-Jan-2023 03:13:44 Progress (5): 8.8 kB | 9.0/22 kB | 12/31 kB | 9.0/17 kB | 26/32 kB error 03-Jan-2023 03:13:44 Progress (5): 8.8 kB | 9.0/22 kB | 12/31 kB | 9.0/17 kB | 29/32 kB error 03-Jan-2023 03:13:44 Progress (5): 8.8 kB | 9.0/22 kB | 12/31 kB | 9.0/17 kB | 31/32 kB error 03-Jan-2023 03:13:44 Progress (5): 8.8 kB | 9.0/22 kB | 15/31 kB | 9.0/17 kB | 31/32 kB error 03-Jan-2023 03:13:44 Progress (5): 8.8 kB | 9.0/22 kB | 15/31 kB | 12/17 kB | 31/32 kB error 03-Jan-2023 03:13:44 Progress (5): 8.8 kB | 12/22 kB | 15/31 kB | 12/17 kB | 31/32 kB error 03-Jan-2023 03:13:44 Progress (5): 8.8 kB | 12/22 kB | 15/31 kB | 15/17 kB | 31/32 kB error 03-Jan-2023 03:13:44 Progress (5): 8.8 kB | 12/22 kB | 15/31 kB | 17 kB | 31/32 kB error 03-Jan-2023 03:13:44 Progress (5): 8.8 kB | 15/22 kB | 15/31 kB | 17 kB | 31/32 kB error 03-Jan-2023 03:13:44 Progress (5): 8.8 kB | 17/22 kB | 15/31 kB | 17 kB | 31/32 kB error 03-Jan-2023 03:13:44 Progress (5): 8.8 kB | 17/22 kB | 17/31 kB | 17 kB | 31/32 kB error 03-Jan-2023 03:13:44 Progress (5): 8.8 kB | 20/22 kB | 17/31 kB | 17 kB | 31/32 kB error 03-Jan-2023 03:13:44 Progress (5): 8.8 kB | 22 kB | 17/31 kB | 17 kB | 31/32 kB error 03-Jan-2023 03:13:44 Progress (5): 8.8 kB | 22 kB | 20/31 kB | 17 kB | 31/32 kB error 03-Jan-2023 03:13:44 Progress (5): 8.8 kB | 22 kB | 23/31 kB | 17 kB | 31/32 kB error 03-Jan-2023 03:13:44 Progress (5): 8.8 kB | 22 kB | 26/31 kB | 17 kB | 31/32 kB error 03-Jan-2023 03:13:44 Progress (5): 8.8 kB | 22 kB | 29/31 kB | 17 kB | 31/32 kB error 03-Jan-2023 03:13:44 Progress (5): 8.8 kB | 22 kB | 31 kB | 17 kB | 31/32 kB error 03-Jan-2023 03:13:44 Progress (5): 8.8 kB | 22 kB | 31 kB | 17 kB | 32 kB error 03-Jan-2023 03:13:44 error 03-Jan-2023 03:13:44 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.jar (22 kB at 39 kB/s) error 03-Jan-2023 03:13:44 #18 267.5 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/shared/file-management/1.1/file-management-1.1.jar (31 kB at 56 kB/s) error 03-Jan-2023 03:13:44 #18 267.5 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/shared/maven-common-artifact-filters/1.4/maven-common-artifact-filters-1.4.jar (32 kB at 56 kB/s) error 03-Jan-2023 03:13:44 #18 267.5 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.jar (8.8 kB at 15 kB/s) error 03-Jan-2023 03:13:44 #18 267.5 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/slf4j/jcl-over-slf4j/1.5.6/jcl-over-slf4j-1.5.6.jar (17 kB at 29 kB/s) error 03-Jan-2023 03:13:44 #18 267.5 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/shared/maven-repository-builder/1.0-alpha-2/maven-repository-builder-1.0-alpha-2.jar error 03-Jan-2023 03:13:44 #18 267.7 Progress (1): 3.3/23 kB error 03-Jan-2023 03:13:44 Progress (1): 6.1/23 kB error 03-Jan-2023 03:13:44 Progress (1): 8.9/23 kB error 03-Jan-2023 03:13:44 Progress (1): 12/23 kB error 03-Jan-2023 03:13:44 Progress (1): 15/23 kB error 03-Jan-2023 03:13:44 Progress (1): 17/23 kB error 03-Jan-2023 03:13:44 Progress (1): 20/23 kB error 03-Jan-2023 03:13:44 Progress (1): 23/23 kB error 03-Jan-2023 03:13:44 Progress (1): 23 kB error 03-Jan-2023 03:13:45 error 03-Jan-2023 03:13:45 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/shared/maven-repository-builder/1.0-alpha-2/maven-repository-builder-1.0-alpha-2.jar (23 kB at 27 kB/s) error 03-Jan-2023 03:13:46 #18 268.9 [INFO] Reading assembly descriptor: /app/package/src/main/assembly/assembly.xml error 03-Jan-2023 03:13:46 #18 269.6 [INFO] Building zip: /app/package/target/referenceapplication-package-2.13.0-SNAPSHOT-addons.zip error 03-Jan-2023 03:14:04 #18 287.3 [INFO] error 03-Jan-2023 03:14:04 #18 287.3 [INFO] --- build-helper-maven-plugin:3.0.0:attach-artifact (attach-artifacts) @ referenceapplication-package --- error 03-Jan-2023 03:14:06 #18 288.9 [INFO] error 03-Jan-2023 03:14:06 #18 288.9 [INFO] --- maven-jar-plugin:2.4:test-jar (default) @ referenceapplication-package --- error 03-Jan-2023 03:14:06 #18 289.0 [WARNING] JAR will be empty - no content was marked for inclusion! error 03-Jan-2023 03:14:06 #18 289.0 [INFO] Building jar: /app/package/target/referenceapplication-package-2.13.0-SNAPSHOT-tests.jar error 03-Jan-2023 03:14:06 #18 289.1 [INFO] error 03-Jan-2023 03:14:06 #18 289.1 [INFO] --- maven-install-plugin:2.4:install (default-install) @ referenceapplication-package --- error 03-Jan-2023 03:14:06 #18 289.2 [INFO] Installing /app/package/target/referenceapplication-package-2.13.0-SNAPSHOT.jar to /usr/share/maven/ref/repository/org/openmrs/distro/referenceapplication-package/2.13.0-SNAPSHOT/referenceapplication-package-2.13.0-SNAPSHOT.jar error 03-Jan-2023 03:14:06 #18 289.2 [INFO] Installing /app/package/pom.xml to /usr/share/maven/ref/repository/org/openmrs/distro/referenceapplication-package/2.13.0-SNAPSHOT/referenceapplication-package-2.13.0-SNAPSHOT.pom error 03-Jan-2023 03:14:06 #18 289.2 [INFO] Installing /app/package/target/referenceapplication-package-2.13.0-SNAPSHOT-addons.zip to /usr/share/maven/ref/repository/org/openmrs/distro/referenceapplication-package/2.13.0-SNAPSHOT/referenceapplication-package-2.13.0-SNAPSHOT-addons.zip error 03-Jan-2023 03:14:06 #18 289.5 [INFO] Installing /app/package/target/bundled-distro/web/openmrs.war to /usr/share/maven/ref/repository/org/openmrs/distro/referenceapplication-package/2.13.0-SNAPSHOT/referenceapplication-package-2.13.0-SNAPSHOT.war error 03-Jan-2023 03:14:07 #18 289.9 [INFO] Installing /app/package/target/referenceapplication-package-2.13.0-SNAPSHOT-tests.jar to /usr/share/maven/ref/repository/org/openmrs/distro/referenceapplication-package/2.13.0-SNAPSHOT/referenceapplication-package-2.13.0-SNAPSHOT-tests.jar error 03-Jan-2023 03:14:07 #18 289.9 [INFO] ------------------------------------------------------------------------ error 03-Jan-2023 03:14:07 #18 289.9 [INFO] Reactor Summary for Reference Application Distribution 2.13.0-SNAPSHOT: error 03-Jan-2023 03:14:07 #18 289.9 [INFO] error 03-Jan-2023 03:14:07 #18 289.9 [INFO] Reference Application Distribution ................. SUCCESS [ 4.261 s] error 03-Jan-2023 03:14:07 #18 289.9 [INFO] Reference Application Distribution Package ......... SUCCESS [04:24 min] error 03-Jan-2023 03:14:07 #18 289.9 [INFO] ------------------------------------------------------------------------ error 03-Jan-2023 03:14:07 #18 289.9 [INFO] BUILD SUCCESS error 03-Jan-2023 03:14:07 #18 289.9 [INFO] ------------------------------------------------------------------------ error 03-Jan-2023 03:14:07 #18 289.9 [INFO] Total time: 04:32 min error 03-Jan-2023 03:14:07 #18 289.9 [INFO] Finished at: 2023-01-03T03:14:07Z error 03-Jan-2023 03:14:07 #18 289.9 [INFO] ------------------------------------------------------------------------ error 03-Jan-2023 03:14:07 #18 DONE 290.4s error 03-Jan-2023 03:14:08 error 03-Jan-2023 03:14:08 #26 [linux/arm64 stage-1 2/5] COPY --from=dev /app/package/target/distro/web/openmrs.war /openmrs/distribution/openmrs_core/ error 03-Jan-2023 03:14:08 #26 DONE 0.3s error 03-Jan-2023 03:14:08 error 03-Jan-2023 03:14:08 #27 [linux/arm64 stage-1 3/5] COPY --from=dev /app/package/target/distro/web/openmrs-distro.properties /openmrs/distribution error 03-Jan-2023 03:14:08 #27 DONE 0.1s error 03-Jan-2023 03:14:08 error 03-Jan-2023 03:14:08 #28 [linux/arm64 stage-1 4/5] COPY --from=dev /app/package/target/distro/web/modules /openmrs/distribution/openmrs_modules error 03-Jan-2023 03:14:08 #28 DONE 0.3s error 03-Jan-2023 03:14:08 error 03-Jan-2023 03:14:08 #29 [linux/arm64 stage-1 5/5] COPY --from=dev /app/package/target/distro/web/owa /openmrs/distribution/openmrs_owas error 03-Jan-2023 03:14:08 #29 DONE 0.1s error 03-Jan-2023 03:14:09 error 03-Jan-2023 03:14:09 #30 exporting to image error 03-Jan-2023 03:14:09 #30 exporting layers error 03-Jan-2023 03:14:18 #30 exporting layers 9.6s done error 03-Jan-2023 03:14:18 #30 exporting manifest sha256:db4b782b71f9c083f42f2d3a9e14c29442dcb9f2f9070bae467788a00efa29ff 0.0s done error 03-Jan-2023 03:14:18 #30 exporting config sha256:d715af08b1610e566337135b8a5b7655d209492e5a201ae8bce160c9bf959acb 0.0s done error 03-Jan-2023 03:14:18 #30 exporting manifest sha256:65d0c2328a380c1a701fff9063cc1c9915d615e69b85faec250b2783dee33512 0.0s done error 03-Jan-2023 03:14:18 #30 exporting config sha256:7f22e12fa1f32981968b46b275197106c4352141d6bf74960853716317364363 0.0s done error 03-Jan-2023 03:14:18 #30 exporting manifest list sha256:c9aec29fafcada1fcaf68d1a2c9e2fac45aca4a68d8153555b3dc953088187c3 error 03-Jan-2023 03:14:18 #30 ... error 03-Jan-2023 03:14:18 error 03-Jan-2023 03:14:18 #31 [auth] openmrs/openmrs-reference-application:pull,push token for registry-1.docker.io error 03-Jan-2023 03:14:18 #31 DONE 0.0s error 03-Jan-2023 03:14:18 error 03-Jan-2023 03:14:18 #30 exporting to image error 03-Jan-2023 03:14:18 #30 exporting manifest list sha256:c9aec29fafcada1fcaf68d1a2c9e2fac45aca4a68d8153555b3dc953088187c3 0.0s done error 03-Jan-2023 03:14:18 #30 pushing layers error 03-Jan-2023 03:14:24 #30 pushing layers 5.9s done error 03-Jan-2023 03:14:24 #30 pushing manifest for docker.io/openmrs/openmrs-reference-application:nightly@sha256:c9aec29fafcada1fcaf68d1a2c9e2fac45aca4a68d8153555b3dc953088187c3 error 03-Jan-2023 03:14:25 #30 pushing manifest for docker.io/openmrs/openmrs-reference-application:nightly@sha256:c9aec29fafcada1fcaf68d1a2c9e2fac45aca4a68d8153555b3dc953088187c3 0.7s done error 03-Jan-2023 03:14:25 #30 DONE 16.3s build 03-Jan-2023 03:14:35 nightly: Pulling from openmrs/openmrs-reference-application build 03-Jan-2023 03:14:35 5b4a36b5b78f: Already exists build 03-Jan-2023 03:14:35 898f795353af: Already exists build 03-Jan-2023 03:14:35 94fd12e86882: Already exists build 03-Jan-2023 03:14:35 9c9e0576f258: Already exists build 03-Jan-2023 03:14:36 7896bd6001c6: Already exists build 03-Jan-2023 03:14:36 77fe4cfc65b7: Already exists build 03-Jan-2023 03:14:36 2ae691100ed0: Already exists build 03-Jan-2023 03:14:36 3b850180a8e6: Already exists build 03-Jan-2023 03:14:36 f0edd8a6ad7f: Already exists build 03-Jan-2023 03:14:36 a5849c75ff7d: Already exists build 03-Jan-2023 03:14:36 fb7d9671721d: Already exists build 03-Jan-2023 03:14:36 4f4fb700ef54: Already exists build 03-Jan-2023 03:14:36 da8e35e2d84b: Already exists build 03-Jan-2023 03:14:36 45f033abfcea: Already exists build 03-Jan-2023 03:14:36 11f05e27f4b9: Pulling fs layer build 03-Jan-2023 03:14:36 2ff742c9813f: Pulling fs layer build 03-Jan-2023 03:14:36 e399221a892e: Pulling fs layer build 03-Jan-2023 03:14:36 4b94fe58164f: Pulling fs layer build 03-Jan-2023 03:14:36 4b94fe58164f: Waiting build 03-Jan-2023 03:14:36 2ff742c9813f: Verifying Checksum build 03-Jan-2023 03:14:36 2ff742c9813f: Download complete build 03-Jan-2023 03:14:36 4b94fe58164f: Verifying Checksum build 03-Jan-2023 03:14:36 4b94fe58164f: Download complete build 03-Jan-2023 03:14:37 11f05e27f4b9: Verifying Checksum build 03-Jan-2023 03:14:37 11f05e27f4b9: Download complete build 03-Jan-2023 03:14:37 e399221a892e: Verifying Checksum build 03-Jan-2023 03:14:37 e399221a892e: Download complete build 03-Jan-2023 03:14:38 11f05e27f4b9: Pull complete build 03-Jan-2023 03:14:38 2ff742c9813f: Pull complete build 03-Jan-2023 03:14:39 e399221a892e: Pull complete build 03-Jan-2023 03:14:39 4b94fe58164f: Pull complete build 03-Jan-2023 03:14:39 Digest: sha256:c9aec29fafcada1fcaf68d1a2c9e2fac45aca4a68d8153555b3dc953088187c3 build 03-Jan-2023 03:14:39 Status: Downloaded newer image for openmrs/openmrs-reference-application:nightly build 03-Jan-2023 03:14:39 docker.io/openmrs/openmrs-reference-application:nightly build 03-Jan-2023 03:14:39 Inspecting image for id simple 03-Jan-2023 03:14:39 Finished task 'Build and push nightly docker image' with result: Success simple 03-Jan-2023 03:14:39 Starting task 'Save docker image ID' of type 'com.atlassian.bamboo.plugins.variable.updater.variable-updater-generic:variable-file-reader' simple 03-Jan-2023 03:14:39 Changing variable docker.image.id of type RESULT from to openmrs/openmrs-reference-application@sha256:c9aec29fafcada1fcaf68d1a2c9e2fac45aca4a68d8153555b3dc953088187c3 simple 03-Jan-2023 03:14:39 Finished task 'Save docker image ID' with result: Success simple 03-Jan-2023 03:14:39 Running post build plugin 'Docker Container Cleanup' simple 03-Jan-2023 03:14:39 Running post build plugin 'NCover Results Collector' simple 03-Jan-2023 03:14:39 Running post build plugin 'Build Results Label Collector' simple 03-Jan-2023 03:14:39 Running post build plugin 'Clover Results Collector' simple 03-Jan-2023 03:14:39 Running post build plugin 'npm Cache Cleanup' simple 03-Jan-2023 03:14:39 Running post build plugin 'Artifact Copier' simple 03-Jan-2023 03:14:39 Finalising the build... simple 03-Jan-2023 03:14:39 Stopping timer. simple 03-Jan-2023 03:14:39 Build REFAPP-OMODDISTRO-DNDI-13363 completed. simple 03-Jan-2023 03:14:39 Running on server: post build plugin 'Build Hanging Detection Configuration' simple 03-Jan-2023 03:14:39 Running on server: post build plugin 'NCover Results Collector' simple 03-Jan-2023 03:14:39 Running on server: post build plugin 'Build Labeller' simple 03-Jan-2023 03:14:39 Running on server: post build plugin 'Clover Delta Calculator' simple 03-Jan-2023 03:14:39 Running on server: post build plugin 'Maven Dependencies Postprocessor' simple 03-Jan-2023 03:14:39 All post build plugins have finished simple 03-Jan-2023 03:14:39 Generating build results summary... simple 03-Jan-2023 03:14:39 Saving build results to disk... simple 03-Jan-2023 03:14:39 Store variable context... simple 03-Jan-2023 03:14:39 Finished building REFAPP-OMODDISTRO-DNDI-13363.